/* Navicat MySQL Data Transfer Source Server : 理化所 Source Server Version : 50722 Source Host : localhost:3306 Source Database : physical-boot Target Server Type : MYSQL Target Server Version : 50722 File Encoding : 65001 Date: 2025-05-06 01:08:18 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for choice_sample -- ---------------------------- DROP TABLE IF EXISTS `choice_sample`; CREATE TABLE `choice_sample` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `type` varchar(32) DEFAULT NULL COMMENT '样品类型', `model` varchar(32) DEFAULT NULL COMMENT '样品型号', `code` varchar(32) DEFAULT NULL COMMENT '编号', `batch` varchar(32) DEFAULT NULL COMMENT '批次', `manufacturer` varchar(32) DEFAULT NULL COMMENT '生产厂家', `picture` longblob COMMENT '照片', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of choice_sample -- ---------------------------- -- ---------------------------- -- Table structure for client -- ---------------------------- DROP TABLE IF EXISTS `client`; CREATE TABLE `client` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `name` varchar(255) DEFAULT NULL COMMENT '名称', `address` varchar(2048) DEFAULT NULL COMMENT '地址', `principal` varchar(32) DEFAULT NULL COMMENT '委托方', `time` date DEFAULT NULL COMMENT '创建时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of client -- ---------------------------- INSERT INTO `client` VALUES ('1874767627964018690', 'admin', '2025-01-02 18:40:09', null, null, 'A01', '中国电子科技集团公司第二十四研究所', '重庆市南坪花园路14号', null, null); INSERT INTO `client` VALUES ('1878758475814858753', 'admin', '2025-01-13 18:58:21', 'admin', '2025-01-13 18:58:48', 'A01', '深圳吉华微特', '吉林省吉林市丰满区长江路100号', null, null); -- ---------------------------- -- Table structure for cnas_test -- ---------------------------- DROP TABLE IF EXISTS `cnas_test`; CREATE TABLE `cnas_test` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `test_target` varchar(32) DEFAULT NULL COMMENT '检测对象', `parameter` varchar(255) DEFAULT NULL COMMENT '参数', `test_standard` varchar(255) DEFAULT NULL COMMENT '检测标准', `time` date DEFAULT NULL COMMENT '创建时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of cnas_test -- ---------------------------- INSERT INTO `cnas_test` VALUES ('1874763011507515394', 'admin', '2025-01-02 18:21:48', null, null, 'A01', '场效应晶体管', '栅极截止电流或栅极漏泄电流', 'GB/T 4586-1994', null); INSERT INTO `cnas_test` VALUES ('1874763336675127297', 'admin', '2025-01-02 18:23:06', null, null, 'A01', 'CMOS数字集成电路', '输入高电平电流', 'GB/T 17574-1998 / 2.2', null); -- ---------------------------- -- Table structure for component -- ---------------------------- DROP TABLE IF EXISTS `component`; CREATE TABLE `component` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `name` varchar(255) DEFAULT NULL COMMENT '元器件名称', `model` varchar(255) DEFAULT NULL COMMENT '元器件型号规格', `type` varchar(255) DEFAULT NULL COMMENT '类型', `attachment` blob COMMENT '附件', `code` varchar(32) DEFAULT NULL COMMENT '物资编码', `group_code` varchar(32) DEFAULT NULL COMMENT '集团编码', `scene` varchar(32) DEFAULT NULL COMMENT '场景', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of component -- ---------------------------- INSERT INTO `component` VALUES ('1833413025620144129', 'admin', '2024-09-10 15:51:43', 'admin', '2024-09-10 15:52:04', 'A01', '123', '123', null, null, null, null, null); INSERT INTO `component` VALUES ('1833415500402110465', 'admin', '2024-09-10 16:01:33', null, null, 'A01', '1', null, null, null, null, null, null); INSERT INTO `component` VALUES ('1833415519335198722', 'admin', '2024-09-10 16:01:38', null, null, 'A01', '2', null, null, null, null, null, null); INSERT INTO `component` VALUES ('1833415533134458881', 'admin', '2024-09-10 16:01:41', null, null, 'A01', '3', null, null, null, null, null, null); INSERT INTO `component` VALUES ('1833415567263510530', 'admin', '2024-09-10 16:01:49', null, null, 'A01', '4', null, null, null, null, null, null); INSERT INTO `component` VALUES ('1833415581595447298', 'admin', '2024-09-10 16:01:53', null, null, 'A01', '5', null, null, null, null, null, null); INSERT INTO `component` VALUES ('1833415593905729538', 'admin', '2024-09-10 16:01:55', null, null, 'A01', '6', null, null, null, null, null, null); INSERT INTO `component` VALUES ('1833415614545899521', 'admin', '2024-09-10 16:02:00', null, null, 'A01', '7', null, null, null, null, null, null); INSERT INTO `component` VALUES ('1833415639460065282', 'admin', '2024-09-10 16:02:06', null, null, 'A01', '8', null, null, null, null, null, null); INSERT INTO `component` VALUES ('1833415656296001537', 'admin', '2024-09-10 16:02:10', 'admin', '2024-09-10 21:34:09', 'A01', '9', '0000', null, null, null, null, null); INSERT INTO `component` VALUES ('1833415682254548994', 'admin', '2024-09-10 16:02:17', 'admin', '2024-09-10 21:32:55', 'A01', '10', 'test', null, null, null, null, null); INSERT INTO `component` VALUES ('1833787949526396929', 'admin', '2024-09-11 16:41:32', null, null, 'A01', '1', '2', null, null, null, null, null); INSERT INTO `component` VALUES ('1834150865714917378', 'admin', '2024-09-12 16:43:38', null, null, 'A01', '123', '123', '123', null, null, null, null); INSERT INTO `component` VALUES ('1834159749141737473', 'admin', '2024-09-12 17:18:56', null, null, 'A01', null, null, null, null, null, null, null); INSERT INTO `component` VALUES ('1834160895008813057', 'admin', '2024-09-12 17:23:29', null, null, 'A01', '123', null, '123', null, null, null, null); -- ---------------------------- -- Table structure for component_search -- ---------------------------- DROP TABLE IF EXISTS `component_search`; CREATE TABLE `component_search` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `data_type` varchar(32) DEFAULT NULL COMMENT '数据类型', `content` varchar(200) DEFAULT NULL COMMENT '搜索内容', `extent_info` varchar(648) DEFAULT NULL COMMENT '拓展字段', PRIMARY KEY (`id`), KEY `idx_combined` (`data_type`,`content`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- ---------------------------- -- Records of component_search -- ---------------------------- -- ---------------------------- -- Table structure for document_favorites -- ---------------------------- DROP TABLE IF EXISTS `document_favorites`; CREATE TABLE `document_favorites` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `document_id` varchar(36) DEFAULT NULL COMMENT '文档ID', `user_id` varchar(36) DEFAULT NULL COMMENT '用户ID', `document_title` varchar(255) DEFAULT NULL COMMENT '文档标题', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of document_favorites -- ---------------------------- -- ---------------------------- -- Table structure for document_library -- ---------------------------- DROP TABLE IF EXISTS `document_library`; CREATE TABLE `document_library` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `title` varchar(255) DEFAULT NULL COMMENT '文档标题', `tags` varchar(2048) DEFAULT NULL COMMENT '文档标签', `content` text COMMENT '文档内容', `parent_id` varchar(36) DEFAULT NULL COMMENT '父级ID', `type` varchar(32) DEFAULT NULL COMMENT '类型DOCUMENT/FOLDER', `file_list` text COMMENT '附件', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of document_library -- ---------------------------- INSERT INTO `document_library` VALUES ('1111111111111111111', 'admin', '2025-02-22 23:24:43', null, null, 'A01', '相关文献', null, null, null, 'FOLDER', null); INSERT INTO `document_library` VALUES ('1875460081843384321', 'admin', '2025-01-04 16:31:43', null, null, 'A01', '测试目录', null, null, null, 'FOLDER', null); INSERT INTO `document_library` VALUES ('1875465236882075650', 'admin', '2025-01-04 16:52:12', null, null, 'A01', '1', null, null, null, 'FOLDER', null); INSERT INTO `document_library` VALUES ('1876188335478874114', 'admin', '2025-01-06 16:45:32', null, null, 'A01', '试验标准', null, null, '1875460738491035650', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('1876189022401011713', 'admin', '2025-01-06 16:48:16', 'admin', '2025-01-06 16:49:18', 'A01', 'QJ10004A-2018', null, '

宇航用半导体器件总剂量辐照试验方法
1范围
       本标准规定了采用钴60 Y射线对字航用半导体器件(以下简称器件)进行电离总剂量辐照试验的一般要求和试验程序、方法。

\n

宇航用半导体器件总剂量辐照试验方法 1范围 本标准规定了采用钴60 Y射线对字航用半导体器件(以下简称器件)进行电离总剂量辐照试验的一般要求和试验程序、方法。

\n

https://www.notion.so/01eb801ebc904e28811ffe57ed35a21d?pvs=4#32449532b380474a9193861058c71e19 本标准适用字航用半导体器件辐照评估试验和辐照验证试验。 2规范性引用文件 下列文件中的条款通过本标准的引用而成为本标准的条款。凡是注日期的引用文件,其随后所 有的修改单(不包含勘误的内容)或修订版均不适用于本标准,然而,鼓励根据本标准达成协议的各方研究是否可使用这些文件的最新版本。凡是不注日期的引用文件,其最新版本适用于本标准。 GB 18871-2002 电离辐射防护与辐射源安全基本标准 GJB 1649电子产品防静电放电控制大纲 GJB 2712测量设备的质量保证要求计量确认体系 GJB 3756测量不确定度的表示及评定 3术语和定义 下列术语和定义适用于本标准。 3.1 电离辐射效应ionizing radiation effeots 因辐射与物质相互作用产生电子-空穴对,导致辐射损伤的现象。

\n

Untitled

\n

Untitled

\n

3.2 辐照中测试in-flux test 在辐照试验过程中,对器件进行电测试。 3.3 非辐照中测试not in-flux test 器件不被辐照时,对器件进行电测试。 3.4 移位测试remote testing 将器件从辐照位置移开后对器件进行电测试。 3.5 时变效应time dependence effects ( TDE) 在辐照中及辐照后,因辐射诱生陷阱电荷的生长或退火,引起器件电参数随时间的增加而出现明显退化。 3.6 低剂量率增强效应enhanced low dose rate sensitivity (ELDRS) 在低剂量率下(小于0.001Gy(Si)/s),器件辐射损伤更严重的效应。 3.7 加速退火试验accelerated annealing test 利用提高温度加快时变效应(TDE) 过程的试验程序。 3.8 参数变化量设计容限parameter delta design margin (PDDM) 辐射引起电参数变化的设计允许裕度。 注:如果PDDM为2,辐照前后电参数的变化量乘以2,加上辐照前的电参数值,与器件的参数极限值. 进行比较,如果超过了参数极限值,则规定器件在此总剂量下失效。

\n

示例:辐照前Ib值为30nA, 200Gy (Si)的总剂量辐照后Ib值变为70nA, Ib参数变化量为40nA, 如果PDDM值为2,则辐射后Ib为30nA+2X40nA-110nA,若器件的Ib参数值的极限为100nA,则判定此器件失效。 3.9 过辐照试验 overtest 为了验证器件的抗辐射能力达到规定值,对器件进行超过规定值的剂量的辐照。 3.10 辐照评估试验radiation evaluation test (RET) 以获取器件耐辐射能力为目的的辐照试验。 3.11 辐照验证试验radiation ver if ioation test (RVT) 以验证器件的抗辐射能力是否达到规定值为目的的辐照试验。 4 一般要求 4.1试验单位要求 承担辐照试验的单位应有上级主管部门或本行业相关部门或用户认可的资质。

\n

4.2试验人员要求 试验人员应掌握半导体器件的基础知识,了解辐照效应原理,具有辐照试验经验,持证上岗。 4.3仪器与设备 所使用的仪器和设备应按照GJB 2712的要求进行校准。 4.4试验环境要求 若无其他规定,所有试验应在下列环境中进行: a) 环境温度: 15℃~ 30℃; b) 静电防护满足 GJB 1649的规定。 4.5 高温辐照 对含有双极工艺的器件,需要时,在评估选择的高温下进行辐照。 4.6 低温辐照 对于应用于低温环境时,应考虑在低温环境进行辐照试验。 4.7辐照防护要求 试验人员在辐照源的操作应按GB 18871-2002 的规定进行。 对暴露于辐照环境的试验设备,必须进行充分的屏蔽,避免辐照损伤。 4.8不确定度分析 应按GJB 3756的规定进行试验结果的不确定度分析。

\n

4.9试验方案和试验报告 试验前应制定试验方案。应有使用方人员参加试验方案的制定。格式参见附录A。 试验后,应编写试验报告,格式参见附录B. 5试验方法 5.1试验目的 辐照评估试验的目的:通过辐照试验,了解器件的耐电离总剂量辐射能力。 辐照验证试验的目的:通过辐照试验,了 解器件的抗电离总剂量辐射能力是否达到规定值。 5.2试验设备 5.2.1 辐照源 辐照源为钴60 γ线源。辐照场在试验器件辐照面积内的不均匀性小于10%。 5.2.2剂量测量系统 可以是电离室、热释光剂量计或其它的剂量测试系统,测量不确定度小于5%。 5.2.3 Pb/AI容器 被试器件和剂量测量系统应放在Pb/A1容器中,以减小低能散射辐射引起的剂量增强效应。容器外层要求至少为1.5mm厚的铅,内层至少为0.7mm厚的铝。

\n

如果能证明低能散射辐射足够小,不会产生剂量增强效应引起的剂量测定误差,也可不用Pb/A1容 器。 5.2.4 电学测量设备 所有的电学测量设备应具有满足测量对象要求的稳定性、准确度和分辨率;处于辐射场中的仪器设备要进行定期的电性能和物理性能测量,以检查其性能的有效性;整个系统的设计要减少漏电流、防止振荡和电应力损伤; 5.2.5试验线路板

\n

试验线路板要求如下:

\n

a )要选择对辐照不敏感的器件插座制作试验线路板,器件插座应不影响辐照场均匀性。试验线路板上除器件外的其它器件要选用对辐照不敏感的器件,或对其进行充分的屏蔽;

\n

b )除非有特别声明,试验线路板上被试器件所有输入端及可能影响到器件辐照响应的端子都不得悬空

\n

5.2.6 电缆

\n

在辐射场中连接试验电路板到试验装置的电缆,应尽可能短。如果必须使用长电缆,电缆对地应具有小的电容和低的漏电:要求电缆之间具有低的漏电、低噪声。

\n

5.2.7 环境试验箱

\n

用于高温退火试验的环境试验箱应能将温度保持在规定的温度士 5 ℃ 范围内。用于高温辐照的环境试验箱应能对器件在辐照期间及升、降温过程中保持规定的偏贫,在辐照时能将器件的温度维持在试验方案规定的温度士 5 ℃ 范围内,并能在 20 分钟内把器件从室温升高到辐照的温度,也能够在 20 分钟内把器件温度从辐照温度降低到室温。温度控制电路应远离辐照场或进行充分的屏蔽。环境试验箱应采用合适的结构和材料,确保进入到环境试验箱的γ射线辐照场的均匀性、强度满足要求。用于低温辐照的环境试验箱应能将器件温度控制在规定的温度土 5 ℃ 范围内。

\n

5.3 程序

\n

MOS器件辐照评估试验程序

\n

\"Untitled\"

\n

\"Untitled\"

\n

5.3.2.2 被试器件的选择和处置

\n

除非另有规定,被试器件的选择和处置应符合下而的规定:

\n

a. 被试器件应从按器件详细规范老炼筛选合格的同批器件中随机抽取;如果能够证明老炼使辐照退化更严重的影响可以忽略,被试器件可不经过老炼筛选,但被试器件必须测试合格;

\n

b.被试器件数里不少于5只,其中 1只器件不辐照,作为对比器件。对比器件和被辐照器件一起每次进行电测试。

\n

5.3.2.3 剂量率选择

\n

除非另有规定,应按下面的规定从表 1 中选择剂量率:

\n

a)对于不存在时变效应( TDE )的器件,推荐条件 A,如果参与试验各方均同意,也可以选择条件 D ;

\n

b)对于非加固 MOS 器件,推荐条件B

\n

c)对于双极器件、BiCMOS 器件、混合信号器件,推荐条件 C ,也可以选择条件 E ;如果参与试验各方均同意,可以选择条件 B ,也可以选择条件 F 。

\n
                                                       表1 剂量率的选择\n
\n

\"Untitled\"

\n

\"Untitled\"

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
条件剂量率
条件A0.01Gy (Si)/s~3Gy (Si)/s
条件B0.0001Gy (Si)/s~0.001Gy (Si)/s
条件C不大于0. 0001Gy(Si)/s
条件D参与试验各方均同意的剂量率
条件E 
0.0001Gy(Si)/s (累积剂量0-0.3kGy (Si)) 
0.001Gy(Si)/s(累积剂量大于0.3kGy) 
条件F参与试验各方均同意的加速试验条件
\n

相较于之前的企标,增加了条件E和条件F

\n

对同一组器件进行多次辐照时,剂里率可以不同,但同一次辐照的剂盘率变化不应超过 10 %。

\n

5.3.2.4 剂量测量

\n

被试器件辐照位置处的辐照场要在试验前后进行测量或用辐照源的衰减系数进行修正,被试器件所在处的剂量可用下列两种方法之一确定:

\n

a)采用满足5.2.2 要求的剂量计,在器件辐照时测量;

\n

b)对以前的测量值进行修正。

\n

应采用合适的方法将测量到的或用修正方法计算到的剂量值转化为 Si 的吸收剂量。

\n

5.3.2.5 电参数测试

\n

https://www.notion.so/01eb801ebc904e28811ffe57ed35a21d?pvs=4#f2fe8b90e880496d8ba2c1100e8bdfef

\n

用试验方案规定的电参数测试系统,对辐照前后的器件进行电参数和功能测试。在试验方案中应规定辐照前后对所有的辐照敏感参数进行铡试。

\n

在电参数测量时,先用对比器件进行测试系统检查,测试数据和器件的测试数据一起保存。对于手动测试,应先测对结温影响少的电参数。

\n

辐照前、后的电参数测试应在同一测试系统上进行,且测试项目的顺序和测试条件应保持不变。电参数测试可采用辐照中测试或移位测试。若采用辐照中测试,在整个系统处于试验位资后,应检查系统的连接、漏电和噪声电平是否符合要求。若采用移位测试,将被试器件从辐照源移至异地测试以及返回原位再作辐照的过程中,被试器件各引出端应短接,环境温度不得比辐照时的环境温度高 10 ℃ 。

\n
   辐照后测量时间应符合以下规定: \n
\n

a)辐照完毕到电参数开始测试的时间间隔不得超过 1h :如果用剂量率条件B、C、D、E,时间间隔不应超过10 %辐照时间,且不超过 72h(若小于1h,按 1h计算)。

\n

b)作为a)的替代,辐照后被试器件置于干冰环境(温度不高于-60 ℃ )保存,要求被试器件各管腿短接,时间不可超过 72h ,要求被试器件从干冰保存环境恢复到室温测试的时间不超过 30 分钟。

\n

c)从前一次辐照后到后一次辐照开始之间的时间间隔不应超过 2h 。如果用剂量率条件 B 、 C 、 D 、 E ,时间间隔不应超过 20 %辐照时间,且不超过 120h (若小于2h ,允许不超过 2h)。

\n

d)作为 c )的替代,辐照后被试器件置于干冰环境(温度不高于 -60 ℃)保存,要求被试器件各管腿短接,时问可不超过 72h ,要求被试器件结束测试到放入干冰环境的时间小于 15 分钟,被试器件从干冰保存环境恢复到室温重新辐照的时间不超过 30 分钟。

\n

e)如果应用环境比干冰环境温度低,应考虑采用应用环境温度进行保存。

\n

5.3.2.6 偏置和负载

\n

辐照过程中,被试器件应保持辐照试验方案规定的偏置和负载条件。试验方案规定的偏置和负载应符合下面的规定:

\n

a )采用最劣偏置,即使被试器件辐照退化最严重的偏置条件。也可采用应用偏置条件,但评估试验结果只适用于类似偏置条件。不保证适用于其它偏置条件。选择负载应使被试器件结温上升少,以防辐照效应退火。

\n

b )对于双极器件,除非另有规定,一半被试器件加偏置:一半被试器件不加偏置,各管腿短接。对于数字CMOS集成电路,如果没有其他规定,建议输入端的 50 %接高电平(或者最高工作电压),另 50%接低电平。

\n

c )当不确定最劣偏置条件,使用条件也不唯一时,可分别在下面三种偏置下进行辐照试验:

\n

(1)静态直流偏置;

\n

(2)动态偏置,占空比 50 % ;

\n

(3)不加偏置,各管脚短接。

\n

5.3.2.7 辐照到规范规定的剂量

\n

对同一组被试器件应按试脸方案进行辐照,若进行多次辐照,要求每次辐照后应进行电参数测试。

\n

5.3.2.8 室温退火

\n

按辐照试验方案的规定,如果被试器件出现参数超差,或出现与静态功耗电流有关的失效等规范中规定的参数超差,但未出现致命的功能失效,应进行室温退火。

\n

室温退火对 MOS 器件和双极器件都适用。

\n

室温退火条件:

\n

a)偏置:维持辐照时的偏置;

\n

b)温度: 15 ℃ ~ 30 ℃ :

\n

c)时间: 168h 土 12h .

\n

如果试验各方同意,退火试验可延长或缩短,但不超过Tmax.Tmax应按公式(1)计算。若 24h 时电测合格,则退火试验可提前结束。

\n

Tmax = Dspec/Rmax (1)

\n

(1) 式中:Tmax室温退火最长时间,单位为秒( s ) ;

\n

Dspec为给被试器件规定的总剂量,单位为戈瑞(硅)( Gy ( si ) ) ;

\n

Rmax 为器件预定使用环境的最大剂最率,单位为戈瑞(硅)每秒(Gy(Si)/s)。

\n

5.3.2.9 辐照评估试验的MOS器件加速退火试验

\n

5.3.2.9.1 范围

\n

满足下列条件之一的 MOS 器件不进行加速退火试验:

\n

a )实际使用时的总剂量低于 50Gy (Si) ;

\n

b )试验已证明,该类型器件或工艺,TDE 不明显,而且与 TDE 有关的生产工艺过程已处于受控状态。

\n

5.3.2.9.2 条件

\n

MOS 器件高温退火试验条件:

\n

a)偏置:维持辐照时的偏置;

\n

b)温度:100 ℃ 士 5 ℃

\n

c)时间:168h 土 12h 。

\n

5.3.3 MOS器件的辐照验证试验程序

\n

5.3.3.1 试验程序

\n

MOS器件辐照验证试验程序见图 2 , BiCMOS 器件的试验程序参考 MOS 器件和双极器件的试验程序。

\n

\"Untitled\"

\n

图 2 MOS 器件辐照验证试验流程

\n

5.3.3.2 被试器件的选择和处置

\n

除非另有规定,被试器件应从按器件详细规范老炼筛选合格的器件中随机抽取,数量不少于 11 只,其中1只器件不辐照作为对比器件,对比器件和辐照器件一起每次进行电测试。

\n

5.3.3.3 剂量率

\n

除非另有规定,应按下面规定从表 1 中选择剂量率:

\n

a )对于不存在时变效应( TDE)的器件,选择条件 A ;如果参与试验各方均同意,也可以选择条件D

\n

b )对于非加固 MOS 器件,推荐条件 B 。

\n

对同一组器件进行多次辐照时,剂量率可以不同,但同一次辐照的剂量率变化不应超过 10%.

\n

5.3.3.4 剂量测量

\n

见 5.3.2.4.

\n

5.3.3.5 电参数测试

\n

见 5.3.2.5 。

\n

5.3.3.6 偏置和负载

\n

辐照过程中,被试器件应加最劣偏置,即使器件辐照退化最严重的偏置条件,或代表器件实际工作状态的条件。选择负载应使器件结温上升少,以防辐照效应退火。

\n

当不确定最劣偏置条件,使用条件也不唯一时,应在下面三种偏置下进行辐照试验:

\n

a)静态直流偏置;

\n

b )动态偏置,占空比 50 %;

\n

c )不加偏置,各管脚短接.

\n

5.3.3.7 辐照到规范规定的剂量

\n

对同一组器件应按试验方案进行辐照,若进行多次辐照,要求每次辐照后应进行电参数测试。

\n

5.3.3.8 室温退火

\n

见 5.3.2.8 。

\n

5.3.3.9 辐照验证试验的 MOS 器件加速退火试验

\n

5.3.3.9.1 范围见 5.3.2.9.1。

\n

5.3.3.9.2 条件

\n

辐照验证试验的 MOS 器件加速退火试验条件为:

\n

a ) 50 %过辐照:对被试器件进行50%规定剂量的过辐照,辐照后,不要求进行电参数测量;

\n

b )加速退火条件为:

\n

1)偏置:维持辐照时的偏置;

\n

2)温度: 100℃ 士 5℃ ;

\n

3)时间: 168h 土12h .

\n

5.3.4 双极器件辐照验证试验程序

\n

5.3.4.1 试验程序

\n

双极器件辐照验证试验程序见图 3 。

\n

\"Untitled\"

\n

图3 双极器件辐照验证试验程序

\n

5.3.4.2 低剂量率增强效应试验

\n

5.3.4.2.1 试验范围

\n

满足下列条件之一时双极器件不进行低剂量率增强效应的测试试验:

\n

a )器件在设计上不含有双极晶体管;

\n

b )器件在设计上不含任何线性功能;

\n

c )该器件类型和电路工艺己被证明或试验表明不呈现低剂量率增强效应,井且己证明影响低剂量率增强效应的因素是受控的。

\n

5.3.4.2.2 试验步骤

\n

双极器件低剂量率增强效应的试验程序如下:

\n

a )器件准备:至少随机抽取 21 只器件。如果试验有关各方同意,可减少抽样数.

\n

所有被试器件应老炼筛选合格.将被试器件分成 4 组,每组 5 只器件,另外 1 只用作对比测试器件:

\n

b )电测:全部器件应电测合格:

\n

c )高剂量率辐照: 2 组器件分别在不加偏置和加偏置情况下,在室温0.5Gy(Si)/s~3Gy(Si)/s / s 剂量率下辐照。在试验方案规定是 0.5 倍、1倍规定的累积剂量下电测:

\n

d )低剂量率辐照:2 组器件分别在不加偏置和加偏置情况下,在室温 0.0001Gy(Si)/s剂量率下辐照。在 0.5 倍、1 倍规定的累积剂量下电测:

\n

e )电参数变化量的计算和低剂量率增强效应判断:计算侮只器件每个剂童点下的电参数变化量:根据每只器件电参数变化量计算出每组器件在每个剂量点下的电参数变化的中间值。计算出低剂量率和高剂量率下电参数变化量中间值的比率。任意一个参数的该比率大于 1.5,则认为该器件低剂量率增强效应敏感。

\n

5.3.4.3 剂量率选择

\n

双极器件的剂量率按下面的规定进行选择:

\n

a )如果器件满足 5.3.4.2.1 规定的可不进行低剂量率增强效应的测试试验,或测试试验表明该器件不存在低剂量率增强效应,选择表 1 条件A;

\n

b )如果器件不满足5.3.4.2.1规定,但未进行低剂量率增强效应测试试验,或者己知该器件具有低剂量率增强效应,或者试验表明该器件具有低剂里率增强效应,则选择表1条件 C (推荐)。如果参与试验各方同意,也可选择条件 D ,或用加速试验条件。加速试验条件的确定见 5.3.4.4 。

\n

5.3.4.4 加速试验条件的确定

\n

可选择下列加速试验条件之一,但要求选择的加速试验条件能产生不低于0.0001Gy(Si)/s产生的辐照损伤:

\n

a )室温下大于0.0001Gy(Si)/s小于 0.001Gy(Si)/s的低剂量率辐照;

\n

b )高温辐照;

\n

c )高剂量率辐照和高温退火;

\n

d )变化剂量率辐照

\n

e )其它的加速试验方法。

\n

5.3.4.5 剂量测量

\n

按5.3.2.4 的规定进行剂量测量。

\n

5.3.4.6 被试器件的选择和处置

\n

除非另有规定,被试器件应从按器件详细规范老炼筛选合格的同批器件中随机抽取,数量不少于 11 只,其中 1 只器件不辐照,作为对比器件和被辐照器件一起每次进行电测试。

\n

5.3.4.7 电参数测试

\n

见 5.3.2.5 。

\n

5.3.4.8 辐照偏置和负载

\n

辐照过程中,被试器件应保持辐照试验方案规定的偏置和负载条件。偏置和负载应符合下面的规定: a )采用最劣偏置,即使器件辐照退化最严重的偏置条件,或者己知的应用情况下的最劣偏置。

\n

b )选择负载应使器件结温上升少,以防辐照效应退火。

\n

c )若不能确定最劣偏置,一半被试器件加偏置;一半被试器件不加偏置,各管腿短接。

\n

5.3.4.9 辐照到规范规定的剂量

\n

对同一组被试器件应按试验方案进行辐照,若进行多次辐照,要求每次辐照后应进行电参数测试。

\n

辐照要求如下:选择加速试验条件时,应选择合适的过辐照剂量,并考虑参数变化设计裕度。

\n

5.3.4.10 室温退火

\n

见5.3.2.8 。

\n

6 试验报告

\n

试验报告至少应包括以下内容。 (试验报告格式参见附录 B )

\n

a)试验报告编号;

\n

b)试验单位;

\n

c) 试验名称、试验目的、试验地点、试验日期;

\n

d) 被试器件描述:器件的类别和名称、质量等级、批次、封装形式、生产单位、器件编号;

\n

e) 试验设备描述:辐照源的种类、所属单位、电参数测量系统;

\n

f) 辐照条件:辐照剂量率、辐照温度、辐照剂量、偏置;

\n

g) 退火条件:退火温度、退火时间、偏置;

\n

h) 辐照场剂量测量方法、测量结果;

\n

i) 试验中测量的器件参数及规定值、测量方法及各个试验步骤中的测量结果;

\n

j) 试验中出现的异常现象及分析;

\n

k) 试验数据和曲线;

\n

l) 数据分析;

\n

m) 试验结论;

\n

n)试验报告中应签署完整。

\n

7 试验异常情况处理

\n

7.1 通则

\n

试验过程中出现异常现象,在确保安全的情况下,保持当前异常状态,保存历史数据,记录现场异 常数据,并上报负责人,开展异常情况分析和问题定位。

\n

7.2 试验中断处理

\n

试验中断后应及时排除故障,分析中断对被试器件的影响,并根据分析结果确定是否继续试验及继续试验的条件。引起试验中断的原因一般有以下几点:

\n

a)试验设备及仪器故障引起试验中断;

\n

b)被试器件本身故障造成试验中断;

\n

c)欠/过试验造成试验中断。

\n

7.3 被试器件异常情况处理

\n

被验器件异常情况处理要求如下:

\n

a)任一试验项目中出现被试器件失效,应标识、隔离,并提交相应机构进行失效分析;

\n

b )任一试验项目中出现被试器件参数非预期超差,应对参数超差现象提供便于追朔的支撑性素材,以便于后续分析;

\n

c )对于被试器件失效和参数超差问题,应由任务总体、评价实施单位、用户、器件研制单位和相关专家共同进行问题分析、定位和处理。

\n

7 . 4 仪器、设备故障处理

\n

仪器、设备故障处理要求如下:

\n

a )分析故障对被试器件的影响;

\n

b )应修复故障的仪器设备并进行检定合格,或更换同类合格设备;

\n

c )若仪器、设备故障对被试器件无影响,使用修复或更换的仪器设备继续试验。若有影响,则更换被验器件后使用修复或更换的仪器设备重新试验。

\n

 

\n

特征信息规则

\n

同时包含MOS和双极结构的器件

\n

', '2222222222222222222', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('1876435491204833281', 'admin', '2025-01-07 09:07:38', 'admin', '2025-01-13 13:21:15', 'A01', '总剂量效应', null, '

总剂量效应是影响器件整体功能和性能的效应。在辐射作用下,所产生的辐射损伤对器件性能的影响程度取决于器件材料受辐射而积累的总能量。因此。 TID效应就是由于器件长期累积的辐射能量,使器件整体功能和性能参数逐步降级退化的效应,如漏电流和阈值电压等。TID辐射主要来源于空间带电粒子,如俘获带中的电子、质子等。

\n

如果材料吸收的能量超过禁带宽度,就会使电子从价带跃迁至导带。在辐射照射半导体材料时,所沉积的能量一部分产生电子空穴对,一部分被晶格吸收。因此,在硅中产生一个电子空穴对所需光子的平均能量为36eV,其电子空穴对产生率(即单位辐射剂量产生的电子空穴对)大约为4x1013cm-3/rad(Si)。而在SiO2,产生一个电子空穴对所需要的平均能量为1718eV,其电子空穴对的产生率大约为8.1x1012cm-3/rad(SiO2)

', '1875465137372213250', 'DOCUMENT', '/oss/physical/temp/3_基于存储器剂量探测方法-专利证书_1736212087478.pdf,/oss/physical/temp/DF241273基于玻璃褐变的辐射剂量探测系统及方法-定稿20241213-修改ZB_1736212091159.docx'); INSERT INTO `document_library` VALUES ('1876435799096107009', 'admin', '2025-01-07 09:08:52', 'admin', '2025-01-13 13:34:38', 'A01', '测试1', null, '

http://119.78.164.156/knowledgeBase/public/doc/1876435491204833281-

', '1875465137372213250', 'DOCUMENT', '/oss/physical/temp/a490abb2d1e0fc4a8a83570543d4a2f2_dc6323b34fae9a12ac2db4ae42ff5692_8_1736212126820.docx,/oss/physical/temp/DF241273基于玻璃褐变的辐射剂量探测系统及方法-定稿20241213-修改ZB_1736212130113.docx'); INSERT INTO `document_library` VALUES ('1878670710813159425', 'admin', '2025-01-13 13:09:36', 'admin', '2025-01-13 13:10:29', 'A01', '地面模拟辐射源类型', null, '

现行地面模拟辐射源主要采用60Co137Cs X射线、加速器作为模拟辐射源。60Co源是一种普遍采用的辐射源,并作为总剂量辐照试验的标准辐射源;标准方法所规定的中等剂量率为50300rad(Si)/s,可用于对CMOS等器件的低剂量率效应加速评价。X射线源作为一种替代源,可用于生产线中晶圆工艺监控、硅晶圆的辐照试验或验收评估测试。实际上,利用X射线源(10keV)作为最终认可测试的方法或工艺监控方法,是生产线资格认证的有效方法。但需要注意的是,器件封装对X射线穿透性的限制及其剂量增强效应和电子表面吸附效应对测试结果的影响。电子/质子回旋加速器也可作为一种替代模拟辐射源,主要用于高剂量率或高总剂量辐照。放射性同位素,如90Sr137Cs,也是实验室常用的辐射源,这些辐射源的能量很低、能谱很窄,穿过航天器屏蔽层后衰减很大。

', '3333333333333333333', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('1909523421401923586', 'admin', '2025-04-08 16:27:16', 'admin', '2025-04-08 16:27:41', 'A01', '总剂量效应', null, '

总剂量效应是影响器件整体功能和性能的效应。在辐射作用下,所产生的辐射损伤对器件性能的影响程度取决于器件材料受辐射而积累的总能量。因此。 TID效应就是由于器件长期累积的辐射能量,使器件整体功能和性能参数逐步降级退化的效应,如漏电流和阈值电压等。TID辐射主要来源于空间带电粒子,如俘获带中的电子、质子等。

\n

如果材料吸收的能量超过禁带宽度,就会使电子从价带跃迁至导带。在辐射照射半导体材料时,所沉积的能量一部分产生电子空穴对,一部分被晶格吸收。因此,在硅中产生一个电子空穴对所需光子的平均能量为36eV,其电子空穴对产生率(即单位辐射剂量产生的电子空穴对)大约为4x1013cm-3/rad(Si)。而在SiO2,产生一个电子空穴对所需要的平均能量为1718eV,其电子空穴对的产生率大约为8.1x1012cm-3/rad(SiO2)

', '3333333333333333333', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('1909524225554857985', 'admin', '2025-04-08 16:30:27', 'admin', '2025-04-08 16:31:01', 'A01', '位移损伤效应', null, '

     位移损伤效应是由于粒子的作用使材料结构或晶体点阵中的原子产生位移,脱离其正常位置,形成“间隙原子”和“点阵空位”这样的缺陷中心,同时粒子与材料作用所产生的声子激发出二次电子。此效应取决于入射粒子的通量、粒子种类和粒子能量。辐射产生的位移损伤所造成的器件退化也是长期累积的结果,与TID具有的长期退化特性相似,但机理不同,因此采取的抗辐射措施不同。位移损伤主要来源于中子和高能质子。对于中子辐照,其能量损失机制并不是以产生电子空穴对为主。

\n

使硅材料产生位移损伤的能量阈值T1121 eV(即使硅原子脱离正常品格,形成间隙原子和点阵空位所需要的最小能量)。由于位移损伤能量阈值与辐射、测量温度以及退火过程有关,再根据BourgoinLannoo对各种测量结果的分析判断,所以硅材料的位移损伤能量阈值约为14eV。然而,在很多情况下,取其位移损伤阈值为21eV

\n

根据Sigmund的分析,一个粒子或中子的核反冲中,产生原子位移最大数量的计算公式为Na=(6ln2/π2)(Trd/Td)。其中,T表示使硅原子产生位移的总能量。对于1个能量为14MeV的中子入射硅时,在硅材料内产生的核反冲能量中,造成硅原子产生位移的能量(T)115keV。若取T21eV,那么通过计算得出一个人射中子在硅中最多产生的位移缺陷数量约为2300个。尽管这些初始缺陷不稳定,并在随后的几分钟内衰减1/101/5,但仍有相当数量的缺陷存在,且由于中子通量的作用,中子辐射的位移损伤效应更为严重。

', '3333333333333333333', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('1909524793748832258', 'admin', '2025-04-08 16:32:43', 'admin', '2025-04-08 16:33:06', 'A01', '电离辐射效应', null, '

电离辐射是指材料中的原子电离所产生的正离子与自由电子使材料的电导特性改变。一般认为光子辐射和带电粒子辐射为电离辐射,因为前者与材料作用的光电效应、电子空穴对效应等均是电离过程,且初级电子也能引起材料电离。至于高能(E>1MeV)快中子和氘氚聚变14MeV中子,虽然也可通过其非弹性散射产生γ光子及其弹性和非弹性过程产生较高能量的反冲核等使材料产生电离,但其位移效应更为重要。

\n

在半导体或绝缘体中,电离辐射产生的电子空穴对数量取决于材料的禁带宽度和所吸收的能量。硅和二氧化硅产生一个电子空穴对所需的能量分别为36eV18eV。由此可计算出,硅和二氧化硅材料每吸收1rad剂量(100erg/g)所产生的电子空穴对密度分别为40x1013/cm³8.1x1012/cm。电离辐射产生的电荷或非平衡载流子的输运、复合、俘获、积累、退火与电场、温度、杂质、缺陷、界面结构和电离辐射方式等密切相关。在电场作用下,电子迁移率较高,容易漂移离开材料,留下相应的陷阱正电荷,并随电离辐射总剂量的增加而增加。这种电离辐射作用于二氧化硅介质膜和硅与二氧化硅界面时,所产生的电离效应将引起 MOS器件和双极半导体器件的电学特性恶化.如引起阈值电压漂移沟道迁移率退化增益下降,表面漏电流增加等。

\n

辐射引起的器件参数变化与器件受辐射的损伤程度密切相关。随总剂量辐射产生的电离效应或粒子通量引起的位移效应的累积,器件参数逐步退化,且存在良好的对应关系。

\n

电离辐射在器件材料中产生的非平衡载流子输运方式表现不同,分为漂移与扩散两种运动,其输运方式受电场的影响。在电场作用下,载流子的输运主要由漂移运动决定,电子和空穴将分别向欧姆接触处漂移;在无电场区域,载流子的输运由扩散决定。这种电离辐射产生的非平衡载流子的漂移与扩散运动,形成辐射光电流。

\n

SiO2,,由于电子的迁移率很高,室温下漂移出氧化层仅需几ps,而空穴则需几秒的量级,因此辐射产生的主要效应是由非平衡空穴被陷阱俘获成为氧化层中的正电荷所引起的。

\n

电离辐射损伤效应主要是形成陷阱缺陷中心,俘获空穴电荷。Barnady认为这些陷阱缺陷中心的主要特征有两类:一类是浅能级陷阱中心,主要分布于整个 SiO2,体中,能级位于 SiO2,禁带中大约 leV 范围内的位置,氧化层中的空穴主要通过这些浅能级陷阱中心或浅陷阱步进式跳跃输运;另一类是深能级陷阱中心,大多数分布于临近 Si-SiO2界面附近,其 SiO2,禁带中的能级位置都大于3eV。栅、侧墙以及SiO2中的空穴,在正栅偏压下,电离辐射感应陷阱电荷的产生、输运与累积过程。

\n

这些缺陷中心可与临近的硅衬底发生电荷交换,其电荷交换能力强烈地依赖于缺陷中心临近界面的距离。当陷阱中心位于临近界面处 3nm 范围内时,通过隧穿向衬底发射空穴或俘获来自衬底的电子,完成与衬底的电荷交换,这些陷阱中心可称为边界陷阱或开关态。当陷阱中心距离界面处超过 5nm,载流子的隧穿概率很低,其俘获空穴所形成的陷阱正电荷很难被来自衬底的隧穿电子中性化。因此,这些氧化层中的深能级陷阱中心所俘获的空穴通常被认为是固定正电荷,与偏置无关。去除这些固定电荷往往需要抬高温度和施加偏置进行长时间的退火。这也就是说,当氧化层厚度低于 5nm ,陷阱中心俘获空穴而形成的陷阱正电荷,在很短时间内就会被中性化。

', '3333333333333333333', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('1909524960090734594', 'admin', '2025-04-08 16:33:22', 'admin', '2025-04-08 16:33:47', 'A01', '氧化物俘获空穴电荷引起的阈值电压变化', null, '

通常热生长氧化层体内的空穴深能级陷阱数量很少,多数集中在Si-SiO2,界面附近和栅电极与 SiO2的界面。在正栅偏压下,辐射产生的空穴将被扫向 Si-SiO2界面,在氧化层中形成稳定的辐射感生陷阱正电荷ΔNot氧化层中的空穴陷阱是指室温下能俘获空穴并长期保持,而平常为电中性的氧化物缺陷,被陷阱俘获的空穴所造成的阈值电压漂移,取决于氧化物中的空穴陷阱密度not及其对空穴的俘获截面σot。当氧化层厚度较厚时,如果不考虑来自衬底隧穿电子的复合影响,那么被陷阱俘获的空穴所造成的阈值电压漂移 ΔVot就可表示为

\n

Vot=-(q/εoεox)toxΔNot

\n

式中,q为电子电量;为真空绝对介电常数; εoxSiO2相对介电常数;toxSiO2厚度;ΔNot为空穴陷阱密度。

\n

如果氧化物中的空穴陷阱密度not为不均匀分布,则氧化物中临近界面处的空穴陷阱俘获空穴而形成的固定正电荷密度为

\n

ΔNot= xdx

\n

假设空穴陷阱分布在SiO2-Si界面处的SiO2一侧的Δx内,其平均密度为not,且Δx<<tox,则有

\n

ΔNot=gofy(E,Eox)D·σot(Eox)·not Δx

\n

式中,fy(E,Eox)为空穴产生率;D为辐射剂量;E为电离辐射能量;Eox为氧化层中电场; σot为空穴俘获截面,它与氧化层中的电场强度有关。

\n

假设空穴陷阱均匀分布在SiO2内,且场强一定,在一定能量的射线照射下,空穴产生率和空穴俘获截面基本确定,那么氧化层内陷阱中心的空穴俘获率正比于空穴俘获截面和空穴陷阱密度,因此固定陷阱正电荷密度可表示为

\n

ΔNot=gofy(E,Eox)Dfottox

\n

式中,go为载流子产生率; fy(E,Eox)为空穴产生率;D为辐射剂量;E为电离辐射能量; Eox为氧化层中电场; fot为空穴俘获率; toxSiO厚度。

\n

实验得出空穴陷阱面密度为1012~1013/cm(相当于1018~1019/cm3)与工艺有关;正栅偏压下,辐射剂量为1Gy(Si)时,在100nm的氧化层中所形成的陷阱电荷密度约为5x1011/cm2;空穴俘获截面与氧化物电场有关,随电场增大而减小,如Eox=3MV/cm时σot=2.7x10-14cm2,Eox=1MV/cm时σot=1.2x10-13cm2。 因此,输运到界面处的空穴数量取决于氧化层中电场方向和幅度。在正栅偏压作用下,空穴向 Si-SiO2界面移动,使得界面附近被俘获的空穴增多,导致 MOSFET 参数退化更加严重。然而,当栅电极处于负偏压下,空穴向栅极方向运动,对平带电压影响减弱。这些氧化物陷阱正电荷引起 MOS 结构平带电压的变化可近似为

\n

ΔVFB-3.23x107fy(E,Eox)D/Eeh

\n

式中,ΔVFB为平带电压变化; fy(E,Eox)为空穴产生率;D为辐射剂量;E为电离辐射能量; Eox为氧化层中电场;toxSiO2厚度;Ee为产生一个电子空穴对所需的最小能量。可以看出,ΔVFB与辐射累积剂量D成正比,与氧化层厚度tox的平方成正比。

\n

对于加固氧化层,辐照时,大部分空穴可在很短时间内到达界面并离开介质,仅有极小部分被氧化层中的陷阱俘获;辐照停止后,短时间内阈值电压可得到显著恢复。而对于非加固氧化层,辐射产生的大部分空穴被陷阱中心俘获,短时间内仅有部分恢复,说明非辐射加固的氧化层中的深能级陷阱较多,所俘获的电荷需在较高温度下才能去除。前面提到氧化层内的陷阱空穴可被来自衬底的隧穿电子中和,也可通过提高温度退火去除。一般情况下,需要在 300℃以上才能完全退火。

\n

此外,高剂量率辐照后的最初退火速度明显快于低剂量率辐照后的退火速度。因为相比于低剂量率辐照,高剂量率辐照时空穴往往被浅陷阱俘获。

\n

当氧化层厚度小到几纳米时,由于受氧化层陷阱俘获空穴被来自衬底隧穿电子复合的影响,氧化层中辐射感生的净陷阱电荷随氧化层厚度的减小而下降很快,因此对于纳米量级厚度的氧化层,氧化层陷阱电荷几乎被来自衬底的隧穿电子复合,不能正确反映受辐射影响所产生的平带电压或或值电压变化情况。

', '3333333333333333333', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('1909525197505118210', 'admin', '2025-04-08 16:34:19', 'admin', '2025-04-08 16:34:39', 'A01', '界面态引起的阈值电压变化', null, '

SiO2-Si界面的过渡很窄,大约有 1nm Si-O键应变层,这些硅氧键在辐射的作用下,很容易断裂,形成与氧空位相关的 Si缺陷,俘获大量的空穴,产生新的界面态,对SiO2-Si 界面处的电势产生影响。

\n

界面态引起的阈值电压变化 AV与界面陷阱申荷密度AN的变化相对应。

\n

ΔNit= VotCox/q 

\n

式中,ΔNit为界面氧化层陷阱电荷密度; ΔVit为界面态引起的阈值电压变化;q为电子电量;Cox为单位面积的栅电容(pF/cm2),并由ε.εox/tox给出(εo为真空绝对介电常数; εoxSiO2相对介电常数;toxSiO厚度)

\n

氧化物中被俘获的电荷原则上与栅压无关,其密度ΔNot

\n

ΔNot=VotCox/q     

\n

式中,ΔNot为氧化物俘获电荷密度; Vot为俘获电荷引起的阈值电压变化;q为电子电量;Cox为单位面积的栅电容。

\n

假定中带处界面陷阱是电中性的,辐射引起的阈值电压变化为ΔVotVit的叠加,即

\n

ΔVt=ΔVot+ΔVit=q(ΔNot±Nit)/Cox  

\n

ΔVt=q(ΔNot±ΔNit)tox/εεox     

\n

式中,ΔVot为俘获电荷引起的阈值电压变化; ΔVit为界面态引起的阈值电压变化;q为电子电量; ΔNot为氧化物俘获电荷密度; ΔNit为界面氧化层陷阱电荷密度;Cox为单位面积的栅电容。

\n

对于NMOS,界面陷阱表现为负电特性:对于 PMOS,界面陷阱表现为正电特性。SiO2-Si 界面的电离辐射敏感性主要取决于工艺过程,其栅极材料、栅介质层及其厚度、含氢量和界面应力等关键工艺结构与因素强烈影响着辐射感生界面陷阱。

\n

对于 15100nm 范围内的介质层厚度,辐射感应界面陷阱引起的阈值电压变化存在的关系,n 值取决于氧化工艺和辐射偏置(极性和大小),一般为0.52.0,典型值n=2,即在正或负的栅偏置下,辐射产生的平均界面陷阱密度是厚度平方的函数。当氧化层很厚或很薄(<12nm),界面陷阱密度急剧下降。

\n

通常认为,界面陷阱和开关态陷阱(或边界陷阱)与衬底 Si 之间交换载流子的速度很快,而氧化层陷阱与衬底 Si 之间交换载流子的速度很慢,即氧化层中存在快边界陷阱和慢边界陷阱,时间范围很宽,大约从微秒最级到数秒;快边界陷阱的时间常数为 lus1s,慢边界陷阱的时间常数大于 1s

\n

在很多辐照试验中,辐照感应的大部分界面陷阱并不是在辐照作用下立即或直接产生,一部分界面陷阱的产生是在辐照停止后的几毫秒到几秒之内形成;另一部分界面陷阱是在辐照后最初的几次测试时产生。这两部分界面陷阱被认为是由辐照的直接作用产生的,还有一部分界面态会在随后的辐照过程产生。

', '3333333333333333333', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('1909525383581220865', 'admin', '2025-04-08 16:35:03', 'admin', '2025-04-08 16:35:36', 'A01', '硅双极器件的辐射损伤基本机理概述', null, '

在双极器件中,辐射损伤主要分以下三种

\n

  氧化层电荷积累产生的损伤

\n

辐射使氧化层产生电荷积累,这些俘获的正电荷改变Si-SiO2界面电势,造成 P型区耗尽甚至反型,N型区积累,使NPN的基区 PNP的发射区耗尽,表面复合电流增加,基极电流IB增加,β下降,造成双极晶体管损伤。

\n

对于典型的沟槽隔离的NPN双极晶体管结构,由于介质隔离氧化层在辐射的作用下产生电荷积累,造成双极晶体管体内三个区域的电势发生改变,即在氧化隔离槽下的衬底、侧墙界面处的有源区以及侧墙界面处的发射区-基区-集电区的电势发生改变;当电荷积累到一定程度,产生反型,形成漏电通道。这种辐射感应的寄生漏电通道一般有三种,包括埋层与衬底之间、纵向双极晶体管的发射极到集电极的漏电通道以及侧墙的沟道漏电通道。

\n

双极器件的总剂量辐射损伤,主要机理是在氧化层中产生俘获电荷。当电离辐射作用于双极器件时,由于氧化层中产生的陷阱电荷使双极器件的表面电势改变,形成表面电流通道,特别是横向器件,其基区表面积较大,漏电相对大。因此,双极器件受到辐射时,特别显著的影响是器件表面电势改变、基极电流增大、电流增益下降。

\n

对纵向NPN晶体管,尽管纵向双极晶体管(BJTs)PN结几乎都在体内,但其基区周围的PN结表面或基区与隔离介质之间的界面,仍受到辐射剂量积累的影响。由于辐射产生的界面态引入附加的复合电流,造成基极电流增加,电流增益Ic/IB降低,尤其是低基极电流工作(或低集电极电流工作)状态,电流增益降级更大。严重时,基区表面反型,造成CE间漏电。特别是在基区边缘,杂质浓度较低,最容易形成反型。因此,对纵向NPN晶体管,在“轻”掺杂的基区或基区边缘处,氧化层俘获电荷所产生的耗尽区对该区域的体内电势最容易产生影响,是纵向NPN晶体管的主要退化区域,其主要退化效应表现为基极电流随累积剂量的增加而增加,使得相应的电流增益下降。同时,表面累积电势越大,导致VBE越小,ΔIB越大。

\n

即使是多晶硅发射极的纵向晶体管,辐射也会导致集电极电流增加,其原因是氧化层陷阱电荷在P型基区产生反型,有效发射极面积AE增加,形成过剩集电极电流ΔIc

\n

②界面态电荷积累产生的损伤

\n

界面态电荷的累积不仅使器件表面电势发生改变,而且会导致界面复合增加,造成过剩基极电流增加。因此,界面复合与界面态有关。

\n

基极-发射极耗尽区中的表面复合,与界面陷阱密度n存在一定的比例关系。辐射导致n增加,表面复合速度s成比例增加,造成复合电流增加,基极电流增加。

\n

③ 位移损伤

\n

对于空间辐射来说,主要由高能粒子产生的位移损伤,降低了电流增益,而60Co产生的γ射线造成的位移损伤较小。位移损伤造成电流增益特性退化的重要机理是少子寿命降低。

\n

虽然空间粒子辐射在半导体材料中会引起位移损伤等非电离效应,对器件BE结产生影响,明显增加闪烁噪声;但空间电子、质子等电离辐射对表面复合的影响更为重要,其产生的电离效应更为明显。

', '3333333333333333333', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('1909527125949628417', 'admin', '2025-04-08 16:41:59', 'admin', '2025-04-08 16:42:30', 'A01', '双极器件的低剂量率效应', null, '

双极器件的低剂量率效应是双极器件在空间应用中所面临的最主要问题,是双极器件抗辐射技术的关注重点。许多研究者不仅对其机理进行了研究分析,而且研究分析了低剂量率辐射损伤与输入基极电流等相关参数的关系以及与不同介质层技术的关系,发现双极器件的低剂量率响应与介质层结构及其工艺方法和机械应力以及器件结构等因素密切相关。

\n

与较高的剂量率辐照相比,双极器件在低剂量率辐照下,表现出更为严重的退化效应。

\n

在剂量率[0.22Gy(SiO2)/s]辐照下,NMOS晶体管的阈值电压VTN产生负漂移,并随剂量增加负漂增大;但在接近空间低剂量率[10-510-3Gy(SiO2)/s辐照下,会出现VTN随剂量的增加而变大的现象,且超过辐照前的初始值,即VTN随剂量的增加产生正漂移。这种效应会造成器件噪声容限和速度降低、信号传输延迟增加等,甚至电路系统失效。

\n

在高、低剂量率辐照下,MOS器件所产生的辐照响应与双极器件不同,其机理不同,器件的失效模式也不同。可以通过前面介绍的辐射感生氧化物陷阱电荷积累和界面陷阱电荷增长的时间相关特性,解释两者随时间的变化关系不同。MOS器件的低剂量率辐照响应,是随着时间增加,氧化物电荷不断积累与退火,并随界面陷阱电荷的增加而产生的电荷补偿等的综合响应,即随着辐照时间增加,ΔNot的增长小于界面陷阱电荷ΔNit的增长,使得氧化物中的正电荷被界面陷阱电荷抵消或补偿,呈现中性化。VTN的正向漂移现象正是两种电荷相互补偿或抵消的综合反映。

\n

实验观测辐照感生阈值电压VTN、ΔNot和ΔNit表明,高剂量率辐照时,VTN大,向负漂移,由氧化物中陷阱正电荷支配。在低剂量率辐照时,界面态陷阱电荷增多,VTN产生正漂。高剂量率辐照后,ΔNot的减小与时间的对数成线性关系,与 MOS栅氧化层内陷阱正电荷(俘获空穴)中性化速率的退火曲线相符。ΔNit随退火或辐照时间成线性增加,界面陷阱电荷随时间的增加斜率近似为常数。ΔNot 和 ΔNit随时间的变化关系不同,因而阈值电压VTN漂移的大小与方向不同。

\n

NMOS器件在高剂量率辐照后,室温下通过施加相同的偏置进行退火,发现当退火时间与低剂量率辐照的时间相当时,其阈值电压漂移变正,并等于低剂量率的辐照感生阈值电压VTN漂移,其辐照响应与低剂量率辐照并无差别,具有等效性,即器件在辐照与退火过程中,保持电场和温度相同,高剂量率辐照附加退火过程与低剂量率辐照之间具有等效性。

\n

然而,MOS 器件相比,双极器件的总剂最退化机理不同,双极器件的低剂量率响应的重大差异,主要是在双极器件中氧化物内空穴输运、复合、积累陷阱电荷的差异,低剂量率比高剂量率造成的增益退化要增大一个数量级。无论是横向、纵向或衬底结构的双极晶体管,还是单品或多品发射极结构的 PNPNPN 晶体管,均有低剂量率损伤增强效应。目前认识到的双极器件的低剂量率损伤增强效应与 MOS 器件的时间相关效应不同,双极器件在高剂量率辐照后加退火与低剂量率辐照效应不具有等效性。

\n

在辐射的作用下.H钝化后SiO2S界面处的SiH键断裂,在界面处形成硅悬挂键,产生界面陷阱。空穴被亚稳态俘获中心俘获,H模型认为在加固不良的氧化层中存在更多这种亚稳态俘获中心,它与制造工艺中离子注人引入的位移损伤有关,与SiO2氢分子或氢化物也有关。实验发现,在线性双极器件中,低剂量率敏感度(enhanced low dose rate sensitivity, ELDRS)的激活能为 0.37eV, SiO2中氢分子的扩散激活能一致,说明氢分子或氢相关物质对接近基极-发射极 Si-SiO 界面处的陷阱能够起到钝化的关键作用。然而,氢分子或氢相关物质对陷阱的钝化是处于一种亚稳态状态,对基极氧化层很难起到辐射钝化作用。

\n

在低剂量率辐照下,空穴俘获较多。在低剂量率辐照下,被氧化层俘获的电子将随剂量率的下降而减少,俘获的空穴被电子复合的机会减少,因此空穴沿电场方向输运到 Si-SiO2,界面的机会增加,这些正电荷空穴与界面处的 S-OSi-H等应力键反应生成更多的深能级界面陷阱,成为复合中心。

\n

从界面态的形成过程可知,辐照时,氧化层中的 S-H键断裂,形成H和三价础原子,随着H+扩散到界面处,在由衬底电子参与的作用下,Si-H键反应形成 Si-悬挂键,产生界面态,其反应表达式为=S-H+H++eSi-H+HSi+H2(=SiS-悬挂键)。辐射使表面复合速率增加。

\n

很多研究和实验表明,辐照在氧化物内形成的正电荷陷阱和 Si-SiO2,界面态与基极过剩电流的增加有很强的依赖关系,这也是造成双极器件产生ELDRS 效应的主要原因。

\n

辐照前的高温应力(pre-irradiation elevated temperaturestress PETS)对器件的低剂量率敏感度也会产生影响,如键合、高温测试、存储、老化等,因此工艺不同,ELDRS效应表现不同。高温热处理有助于改善双极器件对ELDRS的敏感度。Hughart分析认为是氢回基极氧化层中的缺陷或同基极-发射极结中的缺陷相互作用的结果,或者说是退氢的效果。退氢热处理或退氢老化处理可改善或预示双极器件ELDRS响应,这对空间应用线性双极器件的辐射加固和保障有重要的影响。

\n

在辐照和热老化过程中,SiO2-Si 界面处存在Si-H键,会产生H+ Si-H->DB++H2的过程,DB+Si-悬挂键(=Si)。因此,热老化能够提前暴露界面处缺陷或 Si-悬挂键,预示电路的耐辐射性能。

\n

此外,在低剂量率辐照下,浅陷阱中的电子俘获,可以使双极器件氧化层中空穴俘获增加。在较高温度的低剂量率辐照下,电子的俘获会使空穴的俘获减少,并明显减小 ELDRS 效应。

\n

实验研究表明,Si-SiO2界面性质与其界面压应力、介质层结构、工艺方法等有关,由结构和工艺方法产生的界面压应力或张应力及其大小存在不同。在总剂量相同的情况下,较低的界面压应力所形成的界面陷阱较多,造成的过剩基极电流也更大,电流增益产生的退化更严重。

\n

对于通常的双极晶体管,总剂量辐照对表面损伤的影响主要包括以下几个方面。

\n

(1)SiO2中被俘获的电荷改变侧墙、基极-发射极结界面的表面势W(y),使 NPN 晶体管的P 型基区变得更耗尽。因为表面复合速度强烈依赖于表面势,所以表面复合率增加。

\n

(2)界面态密度 Nit 的增加使表面复合速度增加。

', '3333333333333333333', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('1909527314965938177', 'admin', '2025-04-08 16:42:44', 'admin', '2025-04-08 16:43:03', 'A01', 'MOSFET晶体管的辐射效应-晶体管阈值电压漂移', null, '

通过分析辐射对器件产生的效应及其机理可知,要对器件阈值电压实施针对性的加固措施,重要的是要确定和控制辐射对氧化层及其硅界面的损伤。这两种损伤所产生的氧化物陷阱电荷(Not)和界面态电荷(Nit)导致N管和P管阈值电压漂移,并与辐照时间、辐照温度、器件电偏置条件密切相关。因为辐照时间、辐照温度、器件施加的电源偏置条件的不同,NotNit的变化也不同,所导致阈值电压漂移也随之而变。

\n

Not是由于在氧化层内俘获了空穴或电子表现出带电特性。通常Not由正的陷阱电荷确定,而俘获电子则部分地减小了对空穴的俘获。TID引起的阈值电压漂移与氧化层厚度有关,辐射产生的阈值电压变化可表述为

\n

ΔVth=ΔVot+ΔVit=-(q/εoεox)tox(ΔNot±ΔNit)

\n

式中,q为电子电量; εo为真空绝对介电常数; εoxSiO2相对介电常数;toxSiO2厚度;ΔNot为空穴陷阱电荷密度;ΔNit为界面氧化层陷阱电荷密度。

\n

在电离辐射作用下,氧化层中产生的载流子在电场的作用下产生漂移。电子和空穴的迁移率不同,电子很快漂移出氧化层,尽管电子漂移出氧化层所需的时间很短(ps),仍会在漂移过程中与空穴产生复合。考虑空穴的这种初始复合影响,引入空穴的产生率函数fy(Eox,E),它与氧化层中电场,射线、粒子的离化能力或能量E有关。总的空穴产生率Nh可表示为

\n

Nh=fy(Eox,E)goDtox   (3-12)

\n

式中,go为载流子产生率; fy(Eox,E)为空穴产生率;D为辐射剂量; E为电离辐射能量; Eox为氧化层中电场;toxSiO2厚度; Nh为总空穴产生率,对于SiO2,其空穴产生率Nhsio2=8.1x1012f(Eox,E)Dtox,若栅采用了原子序数较高的金属硅化物,还应计入辐射增强效应因子。

\n

假设氧化层中空穴产生率均匀,其空穴产额所导致的最大阈值漂移为

\n

ΔVotmax=-1.9x10-8fy(EoxE)Dtox2

\n

式中,ΔVotmax为总空穴产出率所导致的最大阈值漂移; fy(EoxE)为空穴产生率;D为辐射剂量(rad); toxSiO2厚度(nm)

\n

在介质层形成过程中,会形成类似陷阱中心的缺陷,对空穴产生俘获,这些缺陷同样表现出的两类主要特征:分布于整个SiO2体内的浅能级陷阱中心(禁带中大约leV)和深能级陷阱中心(禁带中的能级大于3eV)

\n

考虑到氧化层制造过程的因素对空穴俘获率的影响,引入Ft经验参数来修正辐射造成的阈值漂移(Ft与实际制造工艺密切相关,包括氧化环境、氧化温度、退火温度、氧化后的热处理周期和金属化等,很难预估其值,只能通过实验来确定)同时考虑不同射线、粒子离化后,其载流子的复合因素。因此,阈值漂移可表示为

\n

ΔVot=-1.9x10-8 tox2Dfy(EoxE)Ft   

\n

式中,D为辐射剂量(rad);toxSiO厚度(nm); fy(EoxE)为与氧化层中电场和辐射粒子能量相关的空穴产生率; Ft为经验参数。

\n

电离辐射引入的界面态与氧化层厚度和辐射剂量有关,可表示为:

\n

ΔNit=KtoxD2/3  

\n

式中,K为比例系数。

\n

已经证明电场对界面态电荷产生影响不大,可以忽略,因此对于正栅偏压的NMOSFET产生的负界面态引起的阈值电压漂移为

\n

ΔVit=1.077x109 tox2D2/3q/εoεox

\n

ΔVit=5.14x10-5 tox2D2/3    

\n

式中,D为辐射剂量;toxSiO2厚度;q为电子电量; εo为真空绝对介电常数; εox SiO2相对介电常数。

\n

综上所述,可得电离辐射下NMOSFET总的阈值电压漂移为

\n

ΔVth=ΔVot+ΔVit

\n

ΔVth =5.14x10-5 tox2 [-3.7x10-4Dfy(Eox,E)Ft+D2/3]     

\n

式中,D为辐射剂量; toxSiO2厚度; fy(Eox,E)为空穴产生率; Ft为经验参数。

', '3333333333333333333', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('1909527498227662849', 'admin', '2025-04-08 16:43:28', 'admin', '2025-04-08 16:43:52', 'A01', 'MOSFET晶体管的辐射效应-亚阈值区斜率', null, '

在栅源电压VGs接近阈值电压(Vs<Vh)的情况下,MOSFET在这个区域的源漏电流很小,可表示为

\n

IDS=nμCox (Weff/Leff)(kT/q)2[exp(q(VGS-Vth)/nkT)][1-exp(-q V DS / kT )]

\n

式中,IDS为源漏电流;n为亚阈区斜率修正因子; Cox为单位面积的栅氧化层电容; VGS为栅源电压;Vth为阈值电压; μ为载流子有效迁移率; WeffLeff为有效沟道长度和宽度; VDS为源漏电压;q为电子电量;k为玻尔兹曼常数;T为绝对温度。

\n

VDs远大于kT/q时,第二个指数项可忽略,则有

\n

IDS=nμCox (Weff/Leff)(kT/q)2[exp(q(VGS-Vth)/nkT)]

\n

辐照导致亚阈区斜率的变化与界面态和氧化物陷阱的均匀性有关。这些陷阱或界面态的非均匀分布,造成电荷的非均匀分布,引起沟道电阻变化,使漏电流增加,从而导致器件失效。沟道电阻的变化可表示为

\n

Rchan=G-1=(Leff-ΔL)/[WeffμCox(VGS-Vth)]

\n

考虑到辐射的影响,Rchan修正为

\n

Rchan=G-1=(Leff-ΔL)/{WeffμCox[VGS-(Vth- ΔVth)]}

\n

式中,Rchan为沟道电阻的变化;G为沟道电导的变化;Cox为单位面积的栅氧化层电容; VGS为栅源电压; Vth为阈值电压;ΔL为沟道长度变化量;u为载流子有效迁移率; LeffWeff为有效沟道长度和宽度; ΔVth中为阈值电压变化量。

\n

对于NMOS器件,漏极附近俘获的正电荷较多,使ΔL为负;而漏极附近的界面态则使ΔL为正,造成Leff更短,但总的结果是正电荷俘获多。在饱和区,俘获电荷的横向不均匀性很大,靠近漏的阈值电压比靠近源的要高,Vth随源漏电压增加而减小。电荷的不均匀性随栅压及总剂量的增加而增加。

', '3333333333333333333', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('1909528556156960769', 'admin', '2025-04-08 16:47:40', 'admin', '2025-04-08 16:48:14', 'A01', 'MOSFET晶体管的辐射效应-跨导', null, '

辐射产生的临近 Si-SiO2界面的获电荷引起器件沟道载流子迁移率下降,造成MOS晶体管的跨导随辐照增加而减小。为了减小热载流子效应,采用LDD工艺,该区域的表面电阻率增加也会引起跨导变小。常态 MOSFET 的饱和区跨导为

\n

gmo=W/LμCox(VGS-Vth)

\n

式中, gmo为饱和区跨导; W为栅宽,L 为栅长; μ为载流子有效迁移率; Cox为单位面积的栅氧化层电容; VGS为栅源电压; Vth为阈值电压。

\n

当有辐射损伤产生时,器件的迁移率值都会受到影响。这时 MOSFET饱和区的跨导可引入ΔVth来简单修正。

\n

gm=W/LμCox(VGS-(Vth-ΔVth))

\n

式中,gm为饱和区修正后跨导;W为栅宽;L为栅长;μ为载流子有效迁移率; Cox为单位面积的栅氧化层电容;VGS为栅源电压;Vth为值电压;ΔVth为值电压变化量。

\n

线性区的跨导为

\n

gm=W/LμCoxVDS

\n

式中,gm 为线性区跨导;W为宽L为长; VDS为源漏电压;为载流子有效迁移率。

', '3333333333333333333', 'DOCUMENT', null); INSERT INTO `document_library` VALUES ('2222222222222222222', 'admin', '2025-02-22 23:24:43', null, null, 'A01', '试验标准数据库', null, null, null, 'FOLDER', null); INSERT INTO `document_library` VALUES ('3333333333333333333', 'admin', '2025-02-22 23:24:43', null, null, 'A01', '辐射效应损伤', null, null, null, 'FOLDER', null); -- ---------------------------- -- Table structure for document_visit_history -- ---------------------------- DROP TABLE IF EXISTS `document_visit_history`; CREATE TABLE `document_visit_history` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `document_id` varchar(36) DEFAULT NULL COMMENT '文档ID', `user_id` varchar(36) DEFAULT NULL COMMENT '用户ID', `document_title` varchar(255) DEFAULT NULL COMMENT '文档标题', `visit_count` int(11) DEFAULT NULL COMMENT '访问次数', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of document_visit_history -- ---------------------------- INSERT INTO `document_visit_history` VALUES ('1876188335554371586', 'admin', '2025-01-06 16:45:32', 'admin', '2025-04-08 16:23:40', 'A01', '1876188335478874114', 'e9ca23d68d884d4ebb19d07889727dae', '试验标准', '16'); INSERT INTO `document_visit_history` VALUES ('1876189022531035138', 'admin', '2025-01-06 16:48:16', 'admin', '2025-04-08 16:25:06', 'A01', '1876189022401011713', 'e9ca23d68d884d4ebb19d07889727dae', 'QJ10004A-2018', '16'); INSERT INTO `document_visit_history` VALUES ('1876435491280330754', 'admin', '2025-01-07 09:07:38', 'admin', '2025-03-28 14:45:54', 'A01', '1876435491204833281', 'e9ca23d68d884d4ebb19d07889727dae', '总剂量效应', '21'); INSERT INTO `document_visit_history` VALUES ('1876435799179993089', 'admin', '2025-01-07 09:08:52', 'admin', '2025-04-08 16:48:53', 'A01', '1876435799096107009', 'e9ca23d68d884d4ebb19d07889727dae', '测试1', '18'); INSERT INTO `document_visit_history` VALUES ('1878670710888656897', 'admin', '2025-01-13 13:09:36', 'admin', '2025-04-15 10:20:44', 'A01', '1878670710813159425', 'e9ca23d68d884d4ebb19d07889727dae', '地面模拟辐射源类型', '14'); INSERT INTO `document_visit_history` VALUES ('1909523421443866626', 'admin', '2025-04-08 16:27:16', 'admin', '2025-04-08 16:30:32', 'A01', '1909523421401923586', 'e9ca23d68d884d4ebb19d07889727dae', '总剂量效应', '5'); INSERT INTO `document_visit_history` VALUES ('1909524225605189634', 'admin', '2025-04-08 16:30:27', 'admin', '2025-04-08 16:31:01', 'A01', '1909524225554857985', 'e9ca23d68d884d4ebb19d07889727dae', '位移损伤效应', '5'); INSERT INTO `document_visit_history` VALUES ('1909524793807552514', 'admin', '2025-04-08 16:32:43', 'admin', '2025-04-08 16:33:06', 'A01', '1909524793748832258', 'e9ca23d68d884d4ebb19d07889727dae', '电离辐射效应', '4'); INSERT INTO `document_visit_history` VALUES ('1909524960149454850', 'admin', '2025-04-08 16:33:22', 'admin', '2025-04-08 16:33:47', 'A01', '1909524960090734594', 'e9ca23d68d884d4ebb19d07889727dae', '氧化物俘获空穴电荷引起的阈值电压变化', '4'); INSERT INTO `document_visit_history` VALUES ('1909525197580615681', 'admin', '2025-04-08 16:34:19', 'admin', '2025-04-08 16:34:40', 'A01', '1909525197505118210', 'e9ca23d68d884d4ebb19d07889727dae', '界面态引起的阈值电压变化', '4'); INSERT INTO `document_visit_history` VALUES ('1909525383681884161', 'admin', '2025-04-08 16:35:03', 'admin', '2025-04-08 16:35:36', 'A01', '1909525383581220865', 'e9ca23d68d884d4ebb19d07889727dae', '硅双极器件的辐射损伤基本机理概述', '4'); INSERT INTO `document_visit_history` VALUES ('1909527126025125889', 'admin', '2025-04-08 16:41:59', 'admin', '2025-04-08 16:42:30', 'A01', '1909527125949628417', 'e9ca23d68d884d4ebb19d07889727dae', '双极器件的低剂量率效应', '4'); INSERT INTO `document_visit_history` VALUES ('1909527314999492610', 'admin', '2025-04-08 16:42:44', 'admin', '2025-04-08 16:43:03', 'A01', '1909527314965938177', 'e9ca23d68d884d4ebb19d07889727dae', 'MOSFET晶体管的辐射效应-晶体管阈值电压漂移', '4'); INSERT INTO `document_visit_history` VALUES ('1909527498319937538', 'admin', '2025-04-08 16:43:28', 'admin', '2025-04-08 16:48:20', 'A01', '1909527498227662849', 'e9ca23d68d884d4ebb19d07889727dae', 'MOSFET晶体管的辐射效应-亚阈值区斜率', '5'); INSERT INTO `document_visit_history` VALUES ('1909528556190515201', 'admin', '2025-04-08 16:47:40', 'admin', '2025-04-08 16:48:19', 'A01', '1909528556156960769', 'e9ca23d68d884d4ebb19d07889727dae', 'MOSFET晶体管的辐射效应-跨导', '9'); -- ---------------------------- -- Table structure for equipment -- ---------------------------- DROP TABLE IF EXISTS `equipment`; CREATE TABLE `equipment` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `name` varchar(255) DEFAULT NULL COMMENT '名称', `model` varchar(255) DEFAULT NULL COMMENT '型号', `factory_no` varchar(255) NOT NULL COMMENT '出厂编号', `management_no` varchar(255) DEFAULT NULL COMMENT '管理编号', `expire_date` varchar(32) DEFAULT NULL COMMENT '有效期', `room_no` varchar(255) DEFAULT NULL COMMENT '房间号', `images` text COMMENT '图片', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `factory_no` (`factory_no`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of equipment -- ---------------------------- INSERT INTO `equipment` VALUES ('1874774676496084993', 'admin', '2025-01-02 19:08:09', null, null, 'A01', '直流电源', 'IT6333A', '602123010 697710001', 'TY17', '2025-04-17', '315', null); INSERT INTO `equipment` VALUES ('1891704174894346242', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '高低温试验箱', 'EG-02KA', '10107443', '41', '2025-04-17', '318', '无'); INSERT INTO `equipment` VALUES ('1891704174902734850', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '集成电路高温\n动态老化系统', 'ELEA-V', '9A013003', '42', '2025-04-17', '319', '无'); INSERT INTO `equipment` VALUES ('1891704174902734851', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '鼓风干燥箱', 'LC-213', '1010151439', '48', '2025-04-17', '320', '无'); INSERT INTO `equipment` VALUES ('1891704174911123458', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '鼓风干燥箱', 'LC-213', '1010151440', '49', '2025-04-17', '321', '无'); INSERT INTO `equipment` VALUES ('1891704174911123459', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '鼓风干燥箱', 'ST-120B1', '10402201061', 'NA', '2025-04-17', '322', '无'); INSERT INTO `equipment` VALUES ('1891704174919512065', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '鼓风干燥箱', 'ST-120B1', '10402201060', 'NA', '2025-04-17', '323', '无'); INSERT INTO `equipment` VALUES ('1891704174927900674', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6322', '600067011\n697610001', 'TY02', '2025-04-17', '324', '无'); INSERT INTO `equipment` VALUES ('1891704174927900675', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6322', '600067011\n697410018', 'TY03', '2025-04-17', '325', '无'); INSERT INTO `equipment` VALUES ('1891704174927900676', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6322', '600067011\n697410002', 'TY04', '2025-04-17', '326', '无'); INSERT INTO `equipment` VALUES ('1891704174936289281', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6322', '600067011\n697320025', 'TY05', '2025-04-17', '327', '无'); INSERT INTO `equipment` VALUES ('1891704174936289282', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6322', '600067011\n697410017', 'TY06', '2025-04-17', '328', '无'); INSERT INTO `equipment` VALUES ('1891704174944677889', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6322', '600067011\n697410010', 'TY07', '2025-04-17', '329', '无'); INSERT INTO `equipment` VALUES ('1891704174944677890', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6322', '600067011\n697410006', 'TY08', '2025-04-17', '330', '无'); INSERT INTO `equipment` VALUES ('1891704174944677891', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6322', '600067011\n697410008', 'TY09', '2025-04-17', '331', '无'); INSERT INTO `equipment` VALUES ('1891704174953066498', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6322', '600067011\n697410035', 'TY10', '2025-04-17', '332', '无'); INSERT INTO `equipment` VALUES ('1891704174953066499', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三通道直流电源', 'IT6322', '005004156\n576001032', 'TY11', '2025-04-17', '333', '无'); INSERT INTO `equipment` VALUES ('1891704174961455105', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三通道直流电源', 'IT6322', '005004156\n576001021', 'TY12', '2025-04-17', '334', '无'); INSERT INTO `equipment` VALUES ('1891704174961455106', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三通道直流电源', 'IT6322', '005004156\n576001022', 'TY13', '2025-04-17', '335', '无'); INSERT INTO `equipment` VALUES ('1891704174961455107', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三通道直流电源', 'IT6322', '005004156\n576001025', 'TY14', '2025-04-17', '336', '无'); INSERT INTO `equipment` VALUES ('1891704174969843714', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6333A', '602123010\n697710007', 'TY15', '2025-04-17', '337', '无'); INSERT INTO `equipment` VALUES ('1891704174969843715', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6333A', '602123010\n697710002', 'TY16', '2025-04-17', '338', '无'); INSERT INTO `equipment` VALUES ('1891704174969843716', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6333A', '602123010\n697710001', 'TY17', '2025-04-17', '339', '无'); INSERT INTO `equipment` VALUES ('1891704174978232321', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6333A', '602123010\n697710009', 'TY18', '2025-04-17', '340', '无'); INSERT INTO `equipment` VALUES ('1891704174978232322', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程直流电源', 'IT6333A', '602123010\n697710010', 'TY19', '2025-04-17', '341', '无'); INSERT INTO `equipment` VALUES ('1891704174978232323', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '可编程高压\n电源供应器', 'IT6723H', '602006010\n697410020', 'TY20', '2025-04-17', '342', '无'); INSERT INTO `equipment` VALUES ('1891704174978232324', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '可编程高压\n电源供应器', 'IT6723H', '602006010\n697410018', 'TY21', '2025-04-17', '343', '无'); INSERT INTO `equipment` VALUES ('1891704174986620929', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流可编程电源', 'IT6834', '600009015\n697510021', 'TY23', '2025-04-17', '344', '无'); INSERT INTO `equipment` VALUES ('1891704174986620930', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流可编程电源', 'IT6834', '600009015\n697510015', 'TY24', '2025-04-17', '345', '无'); INSERT INTO `equipment` VALUES ('1891704174986620931', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三通道直流电源', 'E3631A', 'MY50350141', 'TY25', '2025-04-17', '346', '无'); INSERT INTO `equipment` VALUES ('1891704174986620932', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三通道直流电源', 'E3631A', 'MY52370070', 'TY26', '2025-04-17', '347', '无'); INSERT INTO `equipment` VALUES ('1891704174995009538', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6724B', '602163010\n726810012', 'TY61', '2025-04-17', '348', '无'); INSERT INTO `equipment` VALUES ('1891704174995009539', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6724B', '602163010\n726810006', 'TY62', '2025-04-17', '349', '无'); INSERT INTO `equipment` VALUES ('1891704174995009540', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6724B', '602163010\n726810013', 'TY63', '2025-04-17', '350', '无'); INSERT INTO `equipment` VALUES ('1891704174995009541', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '602123010\n727430007', 'TY64', '2025-04-17', '351', '无'); INSERT INTO `equipment` VALUES ('1891704175003398145', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '602123010\n727430034', 'TY65', '2025-04-17', '352', '无'); INSERT INTO `equipment` VALUES ('1891704175003398146', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '602123010\n727430015', 'TY66', '2025-04-17', '353', '无'); INSERT INTO `equipment` VALUES ('1891704175003398147', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '602123010\n727430016', 'TY67', '2025-04-17', '354', '无'); INSERT INTO `equipment` VALUES ('1891704175003398148', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '602123010\n727430017', 'TY68', '2025-04-17', '355', '无'); INSERT INTO `equipment` VALUES ('1891704175003398149', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '602123010\n727430003', 'TY69', '2025-04-17', '356', '无'); INSERT INTO `equipment` VALUES ('1891704175011786753', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '602124010\n727510007', 'TY70', '2025-04-17', '357', '无'); INSERT INTO `equipment` VALUES ('1891704175011786754', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333B', '602124010\n727510012', 'TY71', '2025-04-17', '358', '无'); INSERT INTO `equipment` VALUES ('1891704175011786755', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072\n747310028', 'TY76', '2025-04-17', '359', '无'); INSERT INTO `equipment` VALUES ('1891704175011786756', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072\n747310011', 'TY77', '2025-04-17', '360', '无'); INSERT INTO `equipment` VALUES ('1891704175020175361', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072\n747310024', 'TY78', '2025-04-17', '361', '无'); INSERT INTO `equipment` VALUES ('1891704175020175362', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072\n747310031', 'TY79', '2025-04-17', '362', '无'); INSERT INTO `equipment` VALUES ('1891704175020175363', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333B', '802123072747310022', 'TY80', '2025-04-17', '363', '无'); INSERT INTO `equipment` VALUES ('1891704175020175364', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072747310038', 'TY81', '2025-04-17', '364', '无'); INSERT INTO `equipment` VALUES ('1891704175020175365', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072747310023', 'TY82', '2025-04-17', '365', '无'); INSERT INTO `equipment` VALUES ('1891704175028563970', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072747310026', 'TY83', '2025-04-17', '366', '无'); INSERT INTO `equipment` VALUES ('1891704175028563971', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072747310028', 'TY84', '2025-04-17', '367', '无'); INSERT INTO `equipment` VALUES ('1891704175028563972', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '800761011777110007', 'TY85', '2025-04-17', '368', '无'); INSERT INTO `equipment` VALUES ('1891704175028563973', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072747610030', 'TY97', '2025-04-17', '369', '无'); INSERT INTO `equipment` VALUES ('1891704175036952578', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072747610039', 'TY98', '2025-04-17', '370', '无'); INSERT INTO `equipment` VALUES ('1891704175036952579', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072747610059', 'TY99', '2025-04-17', '371', '无'); INSERT INTO `equipment` VALUES ('1891704175036952580', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6953A', '800544020747230019', 'TY90', '2025-04-17', '372', '无'); INSERT INTO `equipment` VALUES ('1891704175036952581', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072747610055', 'YT88', '2025-04-17', '373', '无'); INSERT INTO `equipment` VALUES ('1891704175036952582', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6723G', '802079102747310008', 'TY93', '2025-04-17', '374', '无'); INSERT INTO `equipment` VALUES ('1891704175045341185', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6724H', '800469092747710002', 'TY96', '2025-04-17', '375', '无'); INSERT INTO `equipment` VALUES ('1891704175045341186', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072747710046', 'TY94', '2025-04-17', '376', '无'); INSERT INTO `equipment` VALUES ('1891704175045341187', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072747610037', 'TY112', '2025-04-17', '377', '无'); INSERT INTO `equipment` VALUES ('1891704175045341188', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802123072747610047', 'TY95', '2025-04-17', '378', '无'); INSERT INTO `equipment` VALUES ('1891704175053729793', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333B', '802124072757510030', 'TY101', '2025-04-17', '379', '无'); INSERT INTO `equipment` VALUES ('1891704175053729794', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333B', '802124072757510022', 'TY104', '2025-04-17', '380', '无'); INSERT INTO `equipment` VALUES ('1891704175053729795', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6724G', '802063093757410010', 'TY100', '2025-04-17', '381', '无'); INSERT INTO `equipment` VALUES ('1891704175053729796', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333B', '802124072757510029', 'TY103', '2025-04-17', '382', '无'); INSERT INTO `equipment` VALUES ('1891704175053729797', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333B', '802124072757510036', 'TY102', '2025-04-17', '383', '无'); INSERT INTO `equipment` VALUES ('1891704175062118401', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333B', '802124072757510027', 'TY105', '2025-04-17', '384', '无'); INSERT INTO `equipment` VALUES ('1891704175062118402', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6724G', '802063093757410002', 'TY106', '2025-04-17', '385', '无'); INSERT INTO `equipment` VALUES ('1891704175062118403', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6724B', '802163083757520007', 'TY107', '2025-04-17', '386', '无'); INSERT INTO `equipment` VALUES ('1891704175062118404', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6724B', '802163083757520002', 'TY108', '2025-04-17', '387', '无'); INSERT INTO `equipment` VALUES ('1891704175062118405', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6724B', '802163083757520010', 'TY109', '2025-04-17', '388', '无'); INSERT INTO `equipment` VALUES ('1891704175070507009', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6724B', '802163083757520001', 'TY110', '2025-04-17', '389', '无'); INSERT INTO `equipment` VALUES ('1891704175070507010', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333B', '802124072757510039', 'TY111', '2025-04-17', '390', '无'); INSERT INTO `equipment` VALUES ('1891704175070507011', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6723G', '802079102767010007', 'TY113', '2025-04-17', '391', '无'); INSERT INTO `equipment` VALUES ('1891704175070507012', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802079102767010066', 'TY114', '2025-04-17', '392', '无'); INSERT INTO `equipment` VALUES ('1891704175078895618', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '三路可编程\n直流电源', 'IT6333A', '802079102767010060', 'TY115', '2025-04-17', '393', '无'); INSERT INTO `equipment` VALUES ('1891704175078895619', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', 'IT6726V', '802187072757540017', 'TY120', '2025-04-17', '394', '无'); INSERT INTO `equipment` VALUES ('1891704175078895620', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6333A', '802123072777370033', '130', '2025-04-17', '395', '无'); INSERT INTO `equipment` VALUES ('1891704175078895621', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6333A', '802123072777370044', '131', '2025-04-17', '396', '无'); INSERT INTO `equipment` VALUES ('1891704175078895622', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6333A', '802123072777370029', '132', '2025-04-17', '397', '无'); INSERT INTO `equipment` VALUES ('1891704175087284226', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6333A', '802123072777370058', '133', '2025-04-17', '398', '无'); INSERT INTO `equipment` VALUES ('1891704175087284227', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6333A', '802123072777370017', '134', '2025-04-17', '399', '无'); INSERT INTO `equipment` VALUES ('1891704175087284228', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6724B', '802123072777370005', '135', '2025-04-17', '400', '无'); INSERT INTO `equipment` VALUES ('1891704175087284229', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6333A', '802123072777370053', '136', '2025-04-17', '401', '无'); INSERT INTO `equipment` VALUES ('1891704175087284230', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6333A', '802123072777370024', '137', '2025-04-17', '402', '无'); INSERT INTO `equipment` VALUES ('1891704175095672834', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6333A', '802123072777370049', '138', '2025-04-17', '403', '无'); INSERT INTO `equipment` VALUES ('1891704175095672835', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6333A', '802123072777370012', '139', '2025-04-17', '404', '无'); INSERT INTO `equipment` VALUES ('1891704175095672836', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6333A', '802123072777370020', '140', '2025-04-17', '405', '无'); INSERT INTO `equipment` VALUES ('1891704175095672837', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6724B', '800761011777110004', '141', '2025-04-17', '406', '无'); INSERT INTO `equipment` VALUES ('1891704175104061442', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6724H', '800764011777310017', '142', '2025-04-17', '407', '无'); INSERT INTO `equipment` VALUES ('1891704175104061443', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6724B', '800761011777110003', '143', '2025-04-17', '408', '无'); INSERT INTO `equipment` VALUES ('1891704175104061444', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6724H', '800764011777310018', '144', '2025-04-17', '409', '无'); INSERT INTO `equipment` VALUES ('1891704175104061445', 'admin', '2025-02-18 12:19:56', null, null, 'A01', '直流电源', ' IT6724B', '800761011777110008', '145', '2025-04-17', '410', '无'); -- ---------------------------- -- Table structure for experiment -- ---------------------------- DROP TABLE IF EXISTS `experiment`; CREATE TABLE `experiment` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `experiment_no` varchar(64) DEFAULT NULL COMMENT '试验编号', `name` varchar(255) DEFAULT NULL COMMENT '名称', `type` varchar(32) DEFAULT NULL COMMENT '试验类型', `start_date` datetime DEFAULT NULL COMMENT '试验日期', `radiation_source_type` varchar(32) DEFAULT NULL COMMENT '辐射源类型', `client_name` varchar(255) DEFAULT NULL COMMENT '委托方名称', `sample_model` varchar(255) DEFAULT NULL COMMENT '样品型号', `supervisor` varchar(255) DEFAULT NULL COMMENT '试验负责人', `status` varchar(32) DEFAULT NULL COMMENT '状态', `end_date` datetime DEFAULT NULL COMMENT '实验结束日期', `deviation_equipment` text COMMENT '加偏设备', `irradiation_board` text COMMENT '辐照板', `deviation_condition` text COMMENT '偏置条件', `sample_info` text COMMENT '样品信息', `copy_count` int(11) DEFAULT '0' COMMENT '复制次数', `files` text COMMENT '附件', `index_no` int(11) DEFAULT NULL, `total_count_xhy` int(11) DEFAULT NULL COMMENT '西核院统计', `total_count_lhs` int(11) DEFAULT NULL COMMENT '理化所统计', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment -- ---------------------------- INSERT INTO `experiment` VALUES ('1877535814652719105', 'admin', '2025-01-10 09:10:43', '校对', '2025-04-24 17:51:42', 'A01', 'KC-2025-JL-023', '中国电子科技集团公司第二十四研究所光辐射试验', '1', '2025-01-10 10:00:03', 'GFS', '中国电子科技集团公司第二十四研究所', null, 'e9ca23d68d884d4ebb19d07889727dae', '试验进行中', null, null, null, null, null, '0', null, '12', null, null); INSERT INTO `experiment` VALUES ('1902217343555309570', 'admin', '2025-03-19 12:35:31', 'admin', '2025-03-19 13:09:27', 'A01', 'KC-2025-JL-048', '中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验', '2', '2025-03-15 12:26:00', '大钴源,小钴源,电子加速器', '中国电子科技集团公司第二十四研究所', null, 'e9ca23d68d884d4ebb19d07889727dae', '试验进行中', null, null, null, null, null, '0', null, '13', null, null); INSERT INTO `experiment` VALUES ('1902226343554420737', 'admin', '2025-03-19 12:35:31', '校对', '2025-03-19 13:42:22', 'A01', 'KC-2025-JL-049', '中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验', '2', '2025-03-20 13:11:00', '大钴源,小钴源,电子加速器', '中国电子科技集团公司第二十四研究所', null, 'e9ca23d68d884d4ebb19d07889727dae', '审核完成', null, null, null, null, null, '0', null, '14', null, null); INSERT INTO `experiment` VALUES ('1912838447500070913', 'admin', '2025-04-17 19:59:59', 'admin', '2025-04-18 11:34:17', 'A01', 'KC-2025-JL-057', '深圳吉华微特大钴源、小钴源试验', '2', '2025-04-14 19:42:00', '大钴源,小钴源', '深圳吉华微特', null, 'e9ca23d68d884d4ebb19d07889727dae', '审核完成', null, null, null, null, null, '0', null, '15', null, null); INSERT INTO `experiment` VALUES ('1913060396058775554', '审核', '2025-04-18 10:41:56', null, null, null, 'KC-2025-JL-058', '中国电子科技集团公司第二十四研究所X光机试验', '1', null, 'X光机', '中国电子科技集团公司第二十四研究所', null, '1875114630388543490', '暂存', null, null, null, null, null, '0', null, '16', null, null); INSERT INTO `experiment` VALUES ('1913079713068453890', 'admin', '2025-04-18 11:58:42', 'admin', '2025-04-18 11:34:17', 'A01', 'KC-2025-JL-059', '深圳吉华微特大钴源、小钴源试验', '2', null, '大钴源,小钴源', '深圳吉华微特', null, 'e9ca23d68d884d4ebb19d07889727dae', '试验前', null, null, null, null, null, '0', null, '17', null, null); INSERT INTO `experiment` VALUES ('1915351734347337730', 'admin', '2025-04-24 18:26:54', null, null, 'A01', 'KC-2025-JL-068', null, null, '2025-04-23 18:33:00', null, null, null, 'e9ca23d68d884d4ebb19d07889727dae', '暂存', '2025-04-24 18:32:00', null, null, null, null, '0', null, '18', null, null); INSERT INTO `experiment` VALUES ('1915358525311389698', 'test', '2025-04-24 18:53:53', 'test', '2025-04-24 18:59:20', null, 'KC-2025-JL-070', '中国电子科技集团公司第二十四研究所大钴源试验', '1', '2025-04-24 00:56:00', '大钴源', '中国电子科技集团公司第二十四研究所', null, '1915358202417090561', '试验完成', '2025-04-24 00:00:00', null, null, null, null, '0', null, '19', null, null); -- ---------------------------- -- Table structure for experiment_anneal_process -- ---------------------------- DROP TABLE IF EXISTS `experiment_anneal_process`; CREATE TABLE `experiment_anneal_process` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `radiation_source` varchar(255) DEFAULT NULL COMMENT ' 辐照源', `measurement_rate` varchar(255) DEFAULT NULL COMMENT '计量率', `radiation_standard` varchar(255) DEFAULT NULL COMMENT '辐照标准', `anneal_temperature` varchar(255) DEFAULT NULL COMMENT '退火温度', `comment` text COMMENT '备注', `exception_record` text COMMENT '异常记录', `radiation_detail` text COMMENT '辐照详情(json存储)', `experiment_id` varchar(32) DEFAULT NULL COMMENT '试验ID', `anneal_start_time` datetime DEFAULT NULL COMMENT '退火开始时间', `anneal_end_time` datetime DEFAULT NULL COMMENT '退火结束时间', `deviation_condition` text COMMENT '偏置条件', `deviation_equipment` text COMMENT '加偏设备', `sample_info` text COMMENT '样品信息', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_anneal_process -- ---------------------------- INSERT INTO `experiment_anneal_process` VALUES ('1729680501092', 'admin', '2024-10-23 18:48:46', 'admin', '2024-10-23 18:49:30', 'A01', null, null, null, '2', '12', '1', null, '1845361500624625666', '2024-10-23 18:48:21', '2024-10-23 18:48:21', '[{\"key\":\"1\",\"sample_model\":\"2\",\"sample_code\":\"2\",\"paranoid_condition\":\"1\"}]', '[{\"key\":\"1\",\"sample_model\":\"1\",\"equipment_model\":\"1\",\"equipment_name\":\"1\",\"nalifespanme\":\"1\",\"equipment_type\":\"1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1729951608685', 'admin', '2024-10-26 22:09:16', null, null, 'A01', null, null, null, '1', 'test', null, null, '1849101192671113217', '2024-10-26 22:06:48', '2024-10-26 22:06:48', '[{\"key\":\"1\"}]', '[{\"key\":\"1\",\"sample_model\":\"2\",\"equipment_model\":\"1849091590583857154\",\"equipment_name\":\"002\",\"nalifespanme\":\"2024-10-23\",\"equipment_type\":\"hh12312\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1731756630136', 'caoxiang', '2024-11-16 19:30:51', null, null, null, null, null, null, '22', null, null, null, '1856996393805242370', '2024-11-16 19:30:30', '2024-11-16 19:30:30', '[{\"key\":\"eb7ffe0479f14e72b4f3afef15728266\"}]', '[{\"key\":\"4480cbf5912a48b6a5e07f018961fb50\",\"sample_model\":\"1\",\"equipment_model\":\"1849091590583857154\",\"equipment_name\":\"002\",\"nalifespanme\":\"2024-10-23\",\"equipment_type\":\"hh12312\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1732020479485', 'caoxiang', '2024-11-19 20:48:28', null, null, 'A01', null, null, null, '22', '33', '33', null, '1858789172747259906', '2024-11-19 20:47:59', '2024-11-19 20:47:59', '[{\"key\":\"659f7ca8cbef4d6e913da824b5a031ad\",\"sample_model\":\"1\",\"sample_code\":\"1\",\"paranoid_condition\":\"1\"}]', '[{\"key\":\"5b651ab8b8354cf4a655743349ffa97c\",\"sample_model\":\"1\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1732020678168', 'caoxiang', '2024-11-19 20:51:42', null, null, 'A01', null, null, null, '22', null, null, null, '1858789172747259906', '2024-11-19 20:51:18', '2024-11-19 20:51:18', '[{\"key\":\"48e41e3a939749f2a67cc34d6e6b9a4f\",\"sample_model\":\"1\",\"sample_code\":\"1\",\"paranoid_condition\":\"1\"}]', '[{\"key\":\"4c2d11198738420a8afd752c89e1a636\",\"sample_model\":\"1\",\"equipment_model\":\"1849091590583857154\",\"equipment_name\":\"002\",\"nalifespanme\":\"2024-10-23\",\"equipment_type\":\"hh12312\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1732021284501', 'caoxiang', '2024-11-19 21:02:12', null, null, 'A01', null, null, null, '22', '1', '1', null, '1858789172747259906', '2024-11-19 21:01:24', '2024-11-19 21:01:24', '[{\"key\":\"afd81fcd6a394cfd8efe2bca4d9d68c2\",\"sample_model\":\"1\",\"sample_code\":\"2\",\"paranoid_condition\":\"2\"}]', '[{\"key\":\"406472a4f07f46089e8c5fafff5ea712\",\"sample_model\":\"2\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1732021665190', 'caoxiang', '2024-11-19 21:09:01', null, null, 'A01', null, null, null, '33', '22', '22', null, '1858789172747259906', '2024-11-19 21:07:45', '2024-11-19 21:07:45', '[{\"key\":\"ab04478be6b840afbfd53d1ca42e5ac0\",\"sample_model\":\"1\",\"sample_code\":\"2\",\"paranoid_condition\":\"2\"}]', '[]', null); INSERT INTO `experiment_anneal_process` VALUES ('1732503951743', 'zhangru', '2024-11-25 11:07:00', null, null, null, null, null, null, '20', null, null, null, '1860876355205931009', '2024-11-25 11:05:51', '2024-11-25 11:05:51', '[]', '[]', null); INSERT INTO `experiment_anneal_process` VALUES ('1732514475985', 'zhangru', '2024-11-25 14:18:52', null, null, null, null, null, null, '20', null, null, null, '1860925388435824642', '2024-11-25 14:01:15', '2024-11-25 14:01:15', '[]', '[]', null); INSERT INTO `experiment_anneal_process` VALUES ('1732516229482', 'zhangru', '2024-11-25 14:30:36', null, null, null, null, null, null, '30', null, null, null, '1860876355205931009', '2024-11-25 14:30:29', '2024-11-25 14:30:29', '[]', '[]', null); INSERT INTO `experiment_anneal_process` VALUES ('1732516309787', 'zhangru', '2024-11-25 14:31:57', null, null, null, null, null, null, '60', null, null, null, '1860876355205931009', '2024-11-25 14:31:49', '2024-11-25 14:31:49', '[]', '[]', null); INSERT INTO `experiment_anneal_process` VALUES ('1732516346587', 'zhangru', '2024-11-25 14:32:48', null, null, null, null, null, null, '11', '11', '111', null, '1860925388435824642', '2024-11-25 14:32:26', '2024-11-25 14:32:26', '[{\"key\":\"27f6710ba7f24c358fe68cb5f48718bc\",\"sample_model\":\"测试样品型号\",\"sample_code\":\"测试编号\",\"paranoid_condition\":\"测试偏执条件\"}]', '[{\"key\":\"f0273c77bcd544d3b0d256d63c914cdc\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"1849075773968330754\",\"equipment_name\":\"设备001\",\"nalifespanme\":\"2024-10-23\",\"equipment_type\":\"9123091902738\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1856973542133948417', 'admin', '2024-10-26 22:09:16', null, null, 'A01', null, null, null, '1', 'test', null, null, '1856973541647409153', null, null, '[{\"key\":\"1\"}]', '[{\"key\":\"1\",\"sample_model\":\"2\",\"equipment_model\":\"1849091590583857154\",\"equipment_name\":\"002\",\"nalifespanme\":\"2024-10-23\",\"equipment_type\":\"hh12312\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1856973609377030145', 'admin', '2024-10-23 18:48:46', 'admin', '2024-10-23 18:49:30', 'A01', null, null, null, '2', '12', '1', null, '1856973609028902913', null, null, '[{\"key\":\"1\",\"sample_model\":\"2\",\"sample_code\":\"2\",\"paranoid_condition\":\"1\"}]', '[{\"key\":\"1\",\"sample_model\":\"1\",\"equipment_model\":\"1\",\"equipment_name\":\"1\",\"nalifespanme\":\"1\",\"equipment_type\":\"1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1856974030858444802', 'admin', '2024-10-26 22:09:16', null, null, 'A01', null, null, null, '1', 'test', null, null, '1856974030384488450', null, null, '[{\"key\":\"1\"}]', '[{\"key\":\"1\",\"sample_model\":\"2\",\"equipment_model\":\"1849091590583857154\",\"equipment_name\":\"002\",\"nalifespanme\":\"2024-10-23\",\"equipment_type\":\"hh12312\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1856974204703956994', 'admin', '2024-10-26 22:09:16', null, null, 'A01', null, null, null, '1', 'test', null, null, '1856974204343246849', null, null, '[{\"key\":\"1\"}]', '[{\"key\":\"1\",\"sample_model\":\"2\",\"equipment_model\":\"1849091590583857154\",\"equipment_name\":\"002\",\"nalifespanme\":\"2024-10-23\",\"equipment_type\":\"hh12312\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1856986616282832897', 'admin', '2024-10-26 22:09:16', null, null, 'A01', null, null, null, '1', 'test', null, null, '1856986615460749313', null, null, '[{\"key\":\"1\"}]', '[{\"key\":\"1\",\"sample_model\":\"2\",\"equipment_model\":\"1849091590583857154\",\"equipment_name\":\"002\",\"nalifespanme\":\"2024-10-23\",\"equipment_type\":\"hh12312\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1856987018084573185', 'admin', '2024-10-23 18:48:46', 'admin', '2024-10-23 18:49:30', 'A01', null, null, null, '2', '12', '1', null, '1856987017673531393', null, null, '[{\"key\":\"1\",\"sample_model\":\"2\",\"sample_code\":\"2\",\"paranoid_condition\":\"1\"}]', '[{\"key\":\"1\",\"sample_model\":\"1\",\"equipment_model\":\"1\",\"equipment_name\":\"1\",\"nalifespanme\":\"1\",\"equipment_type\":\"1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1856987582873739265', 'admin', '2024-10-26 22:09:16', null, null, 'A01', null, null, null, '1', 'test', null, null, '1856987581774831617', null, null, '[{\"key\":\"1\"}]', '[{\"key\":\"1\",\"sample_model\":\"2\",\"equipment_model\":\"1849091590583857154\",\"equipment_name\":\"002\",\"nalifespanme\":\"2024-10-23\",\"equipment_type\":\"hh12312\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1856987840025550849', 'admin', '2024-10-23 18:48:46', 'admin', '2024-10-23 18:49:30', 'A01', null, null, null, '2', '12', '1', null, '1856987839476097025', null, null, '[{\"key\":\"1\",\"sample_model\":\"2\",\"sample_code\":\"2\",\"paranoid_condition\":\"1\"}]', '[{\"key\":\"1\",\"sample_model\":\"1\",\"equipment_model\":\"1\",\"equipment_name\":\"1\",\"nalifespanme\":\"1\",\"equipment_type\":\"1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1856988178490073090', 'admin', '2024-10-26 22:09:16', null, null, 'A01', null, null, null, '1', 'test', null, null, '1856988177760264193', null, null, '[{\"key\":\"1\"}]', '[{\"key\":\"1\",\"sample_model\":\"2\",\"equipment_model\":\"1849091590583857154\",\"equipment_name\":\"002\",\"nalifespanme\":\"2024-10-23\",\"equipment_type\":\"hh12312\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1861581536914649090', 'zhangru', '2024-11-27 09:23:20', null, null, null, null, null, null, '5', null, null, null, '1861580310676320257', '2024-11-27 09:18:32', '2024-11-27 09:18:32', '[]', '[]', null); INSERT INTO `experiment_anneal_process` VALUES ('1861581615192944641', 'zhangru', '2024-11-27 09:23:38', 'zhangru', '2024-11-27 09:46:25', null, null, null, null, '10', '222222222222', '异常记录', null, '1861580310676320257', '2024-11-27 09:18:32', '2024-11-27 09:18:32', '[{\"key\":\"07a58cba87fb4eec98ec201b0fc92579\",\"sample_model\":\"测试样品型号\",\"sample_code\":\"测试样品编号\",\"paranoid_condition\":\"测试偏执条件\"},{\"key\":\"2c20c90e00b04ff7a612e99fd3a30059\",\"sample_model\":\"测试样品型号\",\"sample_code\":\"测试样品编号\",\"paranoid_condition\":\"测试偏执条件\"}]', '[{\"key\":\"efbbc7bdda2246e1845ac17cc0617bd3\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"},{\"key\":\"70795294631c47299b6bfba4a2844630\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"1861215857535426561\",\"equipment_name\":\"测试名称1\",\"nalifespanme\":\"2024-11-29\",\"equipment_type\":\"12312uu1261\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1861587567442997249', 'zhangru', '2024-11-27 09:23:20', null, null, null, null, null, null, '5', null, null, null, '1861587567342333954', null, null, '[]', '[]', null); INSERT INTO `experiment_anneal_process` VALUES ('1861598252554063874', 'zhangru', '2024-11-27 09:23:20', null, null, null, null, null, null, '5', null, null, null, '1861598252377903105', null, null, '[]', '[]', null); INSERT INTO `experiment_anneal_process` VALUES ('1861598252608589826', 'zhangru', '2024-11-27 09:23:38', 'zhangru', '2024-11-27 09:46:25', null, null, null, null, '10', '222222222222', '异常记录', null, '1861598252377903105', null, null, '[{\"key\":\"07a58cba87fb4eec98ec201b0fc92579\",\"sample_model\":\"测试样品型号\",\"sample_code\":\"测试样品编号\",\"paranoid_condition\":\"测试偏执条件\"},{\"key\":\"2c20c90e00b04ff7a612e99fd3a30059\",\"sample_model\":\"测试样品型号\",\"sample_code\":\"测试样品编号\",\"paranoid_condition\":\"测试偏执条件\"}]', '[{\"key\":\"efbbc7bdda2246e1845ac17cc0617bd3\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"},{\"key\":\"70795294631c47299b6bfba4a2844630\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"1861215857535426561\",\"equipment_name\":\"测试名称1\",\"nalifespanme\":\"2024-11-29\",\"equipment_type\":\"12312uu1261\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1863383960862158849', 'zhangru', '2024-12-02 08:45:31', null, null, 'A01', null, null, null, '20', null, null, null, '1863381782466490369', '2024-12-02 08:43:27', '2024-12-02 08:43:27', '[{\"key\":\"5d3c2a8b8960411f936d35521a0766d7\"}]', '[]', null); INSERT INTO `experiment_anneal_process` VALUES ('1863386296569393154', 'zhangru', '2024-12-02 08:45:31', null, null, 'A01', null, null, null, '20', null, null, null, '1863386296481312769', null, null, '[{\"key\":\"5d3c2a8b8960411f936d35521a0766d7\"}]', '[]', null); INSERT INTO `experiment_anneal_process` VALUES ('1863398280144711682', 'zhangru', '2024-12-02 09:42:25', null, null, 'A01', null, null, null, '20', null, null, null, '1862700915955953665', '2024-12-02 09:34:04', '2024-12-02 09:34:04', '[]', '[]', null); INSERT INTO `experiment_anneal_process` VALUES ('1863587856326946818', 'caoxiang', '2024-12-02 22:15:43', null, null, 'A01', null, null, null, '22', null, null, null, '1862644923750772738', '2024-12-02 22:15:23', '2024-12-02 22:15:23', '[]', '[]', null); INSERT INTO `experiment_anneal_process` VALUES ('1863589517925642241', 'caoxiang', '2024-12-02 22:22:20', 'caoxiang', '2024-12-02 22:24:50', 'A01', null, null, null, '22', null, null, null, '1862644923750772738', '2024-12-02 22:21:30', '2024-12-02 22:21:30', '[]', '[{\"key\":\"59b7b78d4fb34543915857d242af2f22\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1863590340466405377', 'caoxiang', '2024-12-02 22:25:36', 'caoxiang', '2024-12-02 22:26:02', 'A01', null, null, null, '22', '2', null, null, '1862644923750772738', '2024-12-02 22:24:27', '2024-12-02 22:24:27', '[{\"key\":\"176ad967b3b044cdb3da5b26fed0903c\"}]', '[{\"key\":\"9f92494b9c224a9292b6a2663e31b04e\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1863781339276865538', 'zhangru', '2024-12-03 11:04:33', null, null, 'A01', null, null, null, '10', '10', '10', null, '1863780910170206210', '2024-12-03 11:03:04', '2024-12-03 11:03:04', '[{\"key\":\"1a625e9388534ec4ab552e63f22faf3d\",\"sample_model\":\"测试样品型号\",\"sample_code\":\"测试样品编号\",\"paranoid_condition\":\"测试偏执条件\"}]', '[{\"key\":\"d1758159074f4024ae4acc40dd48ab7a\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1863782858722209793', 'zhangru', '2024-12-03 11:04:33', null, null, 'A01', null, null, null, '10', '10', '10', null, '1863782858663489537', null, null, '[{\"key\":\"1a625e9388534ec4ab552e63f22faf3d\",\"sample_model\":\"测试样品型号\",\"sample_code\":\"测试样品编号\",\"paranoid_condition\":\"测试偏执条件\"}]', '[{\"key\":\"d1758159074f4024ae4acc40dd48ab7a\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1863782878427049985', 'zhangru', '2024-12-03 11:04:33', null, null, 'A01', null, null, null, '10', '10', '10', null, '1863782878380912641', null, null, '[{\"key\":\"1a625e9388534ec4ab552e63f22faf3d\",\"sample_model\":\"测试样品型号\",\"sample_code\":\"测试样品编号\",\"paranoid_condition\":\"测试偏执条件\"}]', '[{\"key\":\"d1758159074f4024ae4acc40dd48ab7a\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1863906988821934081', 'zhangru', '2024-12-03 19:23:51', null, null, 'A01', null, null, null, '20', '55555', '11111', null, '1863898586251096065', '2024-12-03 19:23:18', '2024-12-03 19:23:18', '[{\"key\":\"beecb54f016d463086e85184bca52536\",\"sample_model\":\"测试\",\"sample_code\":\"1\",\"paranoid_condition\":\"1\"}]', '[{\"key\":\"34a77982d0864575961fb8afa21169a8\",\"sample_model\":\"测试\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1864108989585387521', 'zhangru', '2024-12-04 08:46:31', null, null, 'A01', null, null, null, '20', '11', '11', null, '1864108428710473730', '2024-12-04 08:44:56', '2024-12-04 08:44:56', '[{\"key\":\"c9822dc1897e437da7efeaae42191da1\",\"sample_model\":\"样品型号\",\"sample_code\":\"1\",\"paranoid_condition\":\"1\"}]', '[{\"key\":\"75b304d39060454d88f95b831c313eb2\",\"sample_model\":\"样品型号\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1864110227311915009', 'zhangru', '2024-12-04 08:46:31', null, null, 'A01', null, null, null, '20', '11', '11', null, '1864110227236417538', null, null, '[{\"key\":\"c9822dc1897e437da7efeaae42191da1\",\"sample_model\":\"样品型号\",\"sample_code\":\"1\",\"paranoid_condition\":\"1\"}]', '[{\"key\":\"75b304d39060454d88f95b831c313eb2\",\"sample_model\":\"样品型号\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1864216023802671105', 'zhangru', '2024-12-04 15:51:50', null, null, 'A01', null, null, null, '1', null, null, null, '1864210739042545665', '2024-12-04 15:51:01', '2024-12-04 15:51:01', '[{\"key\":\"3a477286e7a1459685d75d1473dc1320\",\"sample_model\":\"型号1\",\"sample_code\":\"2\",\"paranoid_condition\":\"动态偏执\"}]', '[{\"key\":\"fbbd47d67cc14789bd4c6198bf3b3690\",\"sample_model\":\"型号1\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1864250732368719874', 'zhangru', '2024-12-04 18:09:45', null, null, 'A01', null, null, null, '1', null, null, null, '1864227118588194817', '2024-12-04 17:44:52', '2024-12-04 17:44:52', '[{\"key\":\"da98056bd12046328dce4ec963be0aa1\",\"sample_model\":\"2\",\"sample_code\":\"2,9,8\",\"paranoid_condition\":\"动态偏置\"}]', '[{\"key\":\"7cffacabc0534765afa820e9e25612c6\",\"sample_model\":\"2\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1864257279647903745', 'zhangru', '2024-12-04 18:09:45', null, null, 'A01', null, null, null, '1', null, null, null, '1864257279610155010', null, null, '[{\"key\":\"da98056bd12046328dce4ec963be0aa1\",\"sample_model\":\"2\",\"sample_code\":\"2,9,8\",\"paranoid_condition\":\"动态偏置\"}]', '[{\"key\":\"7cffacabc0534765afa820e9e25612c6\",\"sample_model\":\"2\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1864257450720980994', 'zhangru', '2024-12-04 18:09:45', null, null, 'A01', null, null, null, '1', null, null, null, '1864257450679037954', null, null, '[{\"key\":\"da98056bd12046328dce4ec963be0aa1\",\"sample_model\":\"2\",\"sample_code\":\"2,9,8\",\"paranoid_condition\":\"动态偏置\"}]', '[{\"key\":\"7cffacabc0534765afa820e9e25612c6\",\"sample_model\":\"2\",\"equipment_model\":\"1853625558817677313\",\"equipment_name\":\"测试名称\",\"nalifespanme\":\"2024-11-05\",\"equipment_type\":\"测试出厂编号1\"}]', null); INSERT INTO `experiment_anneal_process` VALUES ('1867778143417896961', 'caoxiang', '2024-12-14 11:46:26', null, null, 'A01', null, null, null, '11', '11', '11', null, '1866307539607068674', '2024-12-14 11:44:52', '2024-12-14 11:44:52', '', '', '1866307539808395266,1866365624291794945,1866802692729970690'); INSERT INTO `experiment_anneal_process` VALUES ('1867778710567489537', 'caoxiang', '2024-12-14 11:48:41', null, null, 'A01', null, null, null, '11', '111', '111', null, '1866307539607068674', '2024-12-14 11:47:32', '2024-12-14 11:47:32', '', '', '1866307539808395266,1866365624291794945,1866802692729970690,1866804743803346946'); INSERT INTO `experiment_anneal_process` VALUES ('1868925964347088897', 'caoxiang', '2024-12-14 11:46:26', null, null, 'A01', null, null, null, '11', '11', '11', null, '1868925963902492673', null, null, '', '', '1866307539808395266,1866365624291794945,1866802692729970690'); INSERT INTO `experiment_anneal_process` VALUES ('1868925964405809153', 'caoxiang', '2024-12-14 11:48:41', null, null, 'A01', null, null, null, '11', '111', '111', null, '1868925963902492673', null, null, '', '', '1866307539808395266,1866365624291794945,1866802692729970690,1866804743803346946'); INSERT INTO `experiment_anneal_process` VALUES ('1868927969098571778', 'caoxiang', '2024-12-14 11:46:26', null, null, 'A01', null, null, null, '11', '11', '11', null, '1868927968758833153', null, null, '', '', '1866307539808395266,1866365624291794945,1866802692729970690'); INSERT INTO `experiment_anneal_process` VALUES ('1868927969136320514', 'caoxiang', '2024-12-14 11:48:41', null, null, 'A01', null, null, null, '11', '111', '111', null, '1868927968758833153', null, null, '', '', '1866307539808395266,1866365624291794945,1866802692729970690,1866804743803346946'); INSERT INTO `experiment_anneal_process` VALUES ('1868934132829626369', 'caoxiang', '2024-12-14 11:46:26', null, null, 'A01', null, null, null, '11', '11', '11', null, '1868934132452139009', null, null, '', '', '1866307539808395266,1866365624291794945,1866802692729970690'); INSERT INTO `experiment_anneal_process` VALUES ('1868934132867375106', 'caoxiang', '2024-12-14 11:48:41', null, null, 'A01', null, null, null, '11', '111', '111', null, '1868934132452139009', null, null, '', '', '1866307539808395266,1866365624291794945,1866802692729970690,1866804743803346946'); INSERT INTO `experiment_anneal_process` VALUES ('1868936705766694913', 'caoxiang', '2024-12-14 11:46:26', null, null, 'A01', null, null, null, '11', '11', '11', null, '1868936705401790465', null, null, '', '', '1866307539808395266,1866365624291794945,1866802692729970690'); INSERT INTO `experiment_anneal_process` VALUES ('1868936705808637953', 'caoxiang', '2024-12-14 11:48:41', null, null, 'A01', null, null, null, '11', '111', '111', null, '1868936705401790465', null, null, '', '', '1866307539808395266,1866365624291794945,1866802692729970690,1866804743803346946'); INSERT INTO `experiment_anneal_process` VALUES ('1868936821466570753', 'caoxiang', '2024-12-14 11:46:26', null, null, 'A01', null, null, null, '11', '11', '11', null, '1868936821110054914', null, null, '', '', '1866307539808395266,1866365624291794945,1866802692729970690'); INSERT INTO `experiment_anneal_process` VALUES ('1868936821495930882', 'caoxiang', '2024-12-14 11:48:41', null, null, 'A01', null, null, null, '11', '111', '111', null, '1868936821110054914', null, null, '', '', '1866307539808395266,1866365624291794945,1866802692729970690,1866804743803346946'); INSERT INTO `experiment_anneal_process` VALUES ('1868961093064957954', 'caoxiang', '2024-12-14 11:46:26', null, null, 'A01', null, null, null, '11', '11', '11', null, '1868961092771356673', null, null, '', '', '1866307539808395266,1866365624291794945,1866802692729970690'); INSERT INTO `experiment_anneal_process` VALUES ('1868961093094318082', 'caoxiang', '2024-12-14 11:48:41', null, null, 'A01', null, null, null, '11', '111', '111', null, '1868961092771356673', null, null, '', '', '1866307539808395266,1866365624291794945,1866802692729970690,1866804743803346946'); INSERT INTO `experiment_anneal_process` VALUES ('1869310958995349506', 'zhangru', '2024-12-18 17:17:17', null, null, 'A01', null, null, null, '50', null, null, null, '1868980261193621506', '2024-12-18 17:15:10', '2024-12-18 17:15:10', '', '', '1868980261260730369'); INSERT INTO `experiment_anneal_process` VALUES ('1869616984080621570', 'zhangru', '2024-12-19 13:33:19', null, null, 'A01', null, null, null, '25', '66666', '33333', null, '1869560748815523841', '2024-12-19 13:21:00', '2024-12-19 13:21:00', '', '', '1869560748899409922'); INSERT INTO `experiment_anneal_process` VALUES ('1869617100267036674', 'zhangru', '2024-12-19 13:33:47', null, null, 'A01', null, null, null, '25', '30', '50', null, '1869560748815523841', '2024-12-19 13:21:00', '2024-12-19 13:21:00', '', '', '1869560748899409922'); INSERT INTO `experiment_anneal_process` VALUES ('1869625388945743874', 'zhangru', '2024-12-19 13:33:19', null, null, 'A01', null, null, null, '25', '66666', '33333', null, '1869625388782166017', null, null, '', '', '1869560748899409922'); INSERT INTO `experiment_anneal_process` VALUES ('1869625388996075521', 'zhangru', '2024-12-19 13:33:47', null, null, 'A01', null, null, null, '25', '30', '50', null, '1869625388782166017', null, null, '', '', '1869560748899409922'); INSERT INTO `experiment_anneal_process` VALUES ('1869625397330157569', 'zhangru', '2024-12-19 13:33:19', null, null, 'A01', null, null, null, '25', '66666', '33333', null, '1869625397120442369', null, null, '', '', '1869560748899409922'); INSERT INTO `experiment_anneal_process` VALUES ('1869625397363712001', 'zhangru', '2024-12-19 13:33:47', null, null, 'A01', null, null, null, '25', '30', '50', null, '1869625397120442369', null, null, '', '', '1869560748899409922'); INSERT INTO `experiment_anneal_process` VALUES ('1869625411309772801', 'zhangru', '2024-12-19 13:33:19', null, null, 'A01', null, null, null, '25', '66666', '33333', null, '1869625411162972161', null, null, '', '', '1869560748899409922'); INSERT INTO `experiment_anneal_process` VALUES ('1869625411334938625', 'zhangru', '2024-12-19 13:33:47', null, null, 'A01', null, null, null, '25', '30', '50', null, '1869625411162972161', null, null, '', '', '1869560748899409922'); INSERT INTO `experiment_anneal_process` VALUES ('1869625421732618241', 'zhangru', '2024-12-19 13:33:19', null, null, 'A01', null, null, null, '25', '66666', '33333', null, '1869625421585817602', null, null, '', '', '1869560748899409922'); INSERT INTO `experiment_anneal_process` VALUES ('1869625421757784066', 'zhangru', '2024-12-19 13:33:47', null, null, 'A01', null, null, null, '25', '30', '50', null, '1869625421585817602', null, null, '', '', '1869560748899409922'); INSERT INTO `experiment_anneal_process` VALUES ('1871027835232690177', 'zhangru', '2024-12-23 10:59:33', null, null, 'A01', null, null, null, '50', null, null, null, '1870009393201389570', '2024-12-23 10:53:03', '2024-12-23 10:53:03', '', '', '1870012602041081858,1871020009512869889,1871026295293976577'); INSERT INTO `experiment_anneal_process` VALUES ('1871028105190678530', 'zhangru', '2024-12-23 11:00:37', null, null, 'A01', null, null, null, '555', null, null, null, '1870009393201389570', '2024-12-23 10:53:03', '2024-12-23 10:53:03', '', '', '1870012602041081858,1871020009512869889,1871026295293976577'); INSERT INTO `experiment_anneal_process` VALUES ('1871085266583265281', 'zhangru', '2024-12-23 14:47:45', null, null, 'A01', null, null, null, '10', null, null, null, '1871076156429148162', '2024-12-23 14:38:14', '2024-12-23 14:38:14', '', '', '1871085266553905154'); INSERT INTO `experiment_anneal_process` VALUES ('1871102205443547138', 'zhangru', '2024-12-23 15:55:04', null, null, 'A01', null, null, null, '100000000000000000000000000000000', null, null, null, '1871076156429148162', '2024-12-23 15:54:43', '2024-12-23 15:54:43', '', '', '1871082852341882882,1871085266553905154,1871085928087920642'); INSERT INTO `experiment_anneal_process` VALUES ('1871470773284741121', 'zhangru', '2024-12-23 14:47:45', null, null, 'A01', null, null, null, '10', null, null, null, '1871470772978556929', null, null, '', '', '1871085266553905154'); INSERT INTO `experiment_anneal_process` VALUES ('1871470773322489858', 'zhangru', '2024-12-23 15:55:04', null, null, 'A01', null, null, null, '100000000000000000000000000000000', null, null, null, '1871470772978556929', null, null, '', '', '1871082852341882882,1871085266553905154,1871085928087920642'); INSERT INTO `experiment_anneal_process` VALUES ('1871470839747682305', 'zhangru', '2024-12-23 14:47:45', null, null, 'A01', null, null, null, '10', null, null, null, '1871470839558938626', null, null, '', '', '1871085266553905154'); INSERT INTO `experiment_anneal_process` VALUES ('1871470839777042433', 'zhangru', '2024-12-23 15:55:04', null, null, 'A01', null, null, null, '100000000000000000000000000000000', null, null, null, '1871470839558938626', null, null, '', '', '1871082852341882882,1871085266553905154,1871085928087920642'); INSERT INTO `experiment_anneal_process` VALUES ('1871470877991346177', 'zhangru', '2024-12-23 14:47:45', null, null, 'A01', null, null, null, '10', null, null, null, '1871470877794213889', null, null, '', '', '1871085266553905154'); INSERT INTO `experiment_anneal_process` VALUES ('1871470878020706306', 'zhangru', '2024-12-23 15:55:04', null, null, 'A01', null, null, null, '100000000000000000000000000000000', null, null, null, '1871470877794213889', null, null, '', '', '1871082852341882882,1871085266553905154,1871085928087920642'); INSERT INTO `experiment_anneal_process` VALUES ('1871471060909137921', 'zhangru', '2024-12-23 14:47:45', null, null, 'A01', null, null, null, '10', null, null, null, '1871471060703617025', null, null, '', '', '1871085266553905154'); INSERT INTO `experiment_anneal_process` VALUES ('1871471060938498050', 'zhangru', '2024-12-23 15:55:04', null, null, 'A01', null, null, null, '100000000000000000000000000000000', null, null, null, '1871471060703617025', null, null, '', '', '1871082852341882882,1871085266553905154,1871085928087920642'); INSERT INTO `experiment_anneal_process` VALUES ('1871477041181335554', 'zhangru', '2024-12-24 16:44:32', null, null, 'A01', null, null, null, '100', null, null, null, '1871077612922183681', '2024-12-24 16:37:20', '2024-12-24 16:37:20', '', '', '1871475215744737282,1871475672248590337,1871475880344788994'); INSERT INTO `experiment_anneal_process` VALUES ('1875496450473013250', 'admin', '2025-01-04 18:56:13', null, null, 'A01', null, null, null, '100', null, null, null, '1875469554012073986', '2025-01-04 18:46:30', '2025-01-04 18:46:30', '', '', '1875493983643447298'); INSERT INTO `experiment_anneal_process` VALUES ('1875535314638024705', 'admin', '2025-01-04 18:56:13', 'admin', '2025-01-04 22:48:20', 'A01', null, null, null, '1111', null, null, null, '1875535314453475329', '2025-01-04 22:47:03', '2025-01-04 22:47:03', '', '', '1875493983643447298'); INSERT INTO `experiment_anneal_process` VALUES ('1875535437602435073', 'admin', '2025-01-04 18:56:13', null, null, 'A01', null, null, null, '100', null, null, null, '1875535437426274306', null, null, '', '', '1875493983643447298'); INSERT INTO `experiment_anneal_process` VALUES ('1875764502200496130', 'admin', '2025-01-04 18:56:13', 'admin', '2025-01-04 22:48:20', 'A01', null, null, null, '1111', null, null, null, '1875764501823008769', null, null, '', '', '1875493983643447298'); INSERT INTO `experiment_anneal_process` VALUES ('1876186130071859202', 'admin', '2025-01-06 16:36:46', null, null, 'A01', null, null, null, '25', null, null, null, '1876179478450974721', '2025-01-06 16:10:52', '2025-01-06 16:10:52', '', '', '1876179478534860801'); INSERT INTO `experiment_anneal_process` VALUES ('1876187752818745346', 'admin', '2025-01-06 16:36:46', null, null, 'A01', null, null, null, '25', null, null, null, '1876187752189599745', null, null, '', '', '1876179478534860801'); INSERT INTO `experiment_anneal_process` VALUES ('1876444926853718018', 'admin', '2025-01-04 18:56:13', 'admin', '2025-01-04 22:48:20', 'A01', null, null, null, '1111', null, null, null, '1876444926627225602', null, null, '', '', '1875493983643447298'); INSERT INTO `experiment_anneal_process` VALUES ('1876448561159413762', 'admin', '2025-01-04 18:56:13', 'admin', '2025-01-04 22:48:20', 'A01', null, null, null, '1111', null, null, null, '1876448560966475778', null, null, '', '', '1875493983643447298'); INSERT INTO `experiment_anneal_process` VALUES ('1877524835609014273', 'admin', '2025-01-10 09:16:18', null, null, 'A01', null, null, null, '10', null, null, null, '1877523431544778753', '2025-01-10 09:12:38', '2025-01-10 09:12:38', '', '', '1877523431611887618'); INSERT INTO `experiment_anneal_process` VALUES ('1877534015245971458', 'admin', '2025-01-10 09:16:18', null, null, 'A01', null, null, null, '10', null, null, null, '1877534015111753729', null, null, '', '', '1877523431611887618'); INSERT INTO `experiment_anneal_process` VALUES ('1877535332504891393', 'admin', '2025-01-10 09:16:18', null, null, 'A01', null, null, null, '10', null, null, null, '1877535332412616705', null, null, '', '', '1877523431611887618'); INSERT INTO `experiment_anneal_process` VALUES ('1877535814870822913', 'admin', '2025-01-10 09:16:18', null, null, 'A01', null, null, null, '10', null, null, null, '1877535814652719105', null, null, '', '', '1877523431611887618'); INSERT INTO `experiment_anneal_process` VALUES ('1877573011820965889', 'admin', '2025-01-10 12:27:44', null, null, 'A01', null, null, null, '50', '无', '无', null, '1877563529116184578', '2025-01-10 11:59:56', '2025-01-10 11:59:56', '', '', '1877563529166516226'); INSERT INTO `experiment_anneal_process` VALUES ('1877573244013441026', 'admin', '2025-01-10 12:28:40', null, null, 'A01', null, null, null, '100', '无', '无', null, '1877563529116184578', '2025-01-10 11:59:56', '2025-01-10 11:59:56', '', '', '1877563529166516226'); INSERT INTO `experiment_anneal_process` VALUES ('1879039098559328257', 'admin', '2025-01-14 13:33:27', null, null, 'A01', null, null, null, '100', null, null, null, '1878761585824165890', '2024-12-24 19:20:29', '2024-12-24 19:20:29', '', '', '1878761585916440578'); INSERT INTO `experiment_anneal_process` VALUES ('1891756267927728129', 'admin', '2025-02-18 15:46:56', null, null, 'A01', null, null, null, '100', '无', '无', null, '1891714010675638274', '2025-02-18 15:31:07', '2025-02-18 15:31:07', '', '', '1891714010843410433'); INSERT INTO `experiment_anneal_process` VALUES ('1902223769325506561', 'admin', '2025-03-19 13:01:03', null, null, 'A01', null, null, null, '100', '无', '无', null, '1902217343555309570', '2025-03-19 12:50:00', '2025-03-19 12:49:00', '', '', '1902217343723081730'); INSERT INTO `experiment_anneal_process` VALUES ('1902226344015794177', 'admin', '2025-03-19 13:01:03', null, null, 'A01', null, null, null, '100', '无', '无', null, '1902226343554420737', null, null, '', '', '1902217343723081730'); INSERT INTO `experiment_anneal_process` VALUES ('1913050808810967041', 'admin', '2025-04-18 10:03:50', null, null, 'A01', null, null, null, '25', '无', '无', null, '1912838447500070913', '2025-04-18 09:50:00', '2025-04-18 09:50:00', '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913050808693526529\",\"loadCapacity\":\"30\",\"offsetCondition\":\"jtpz\",\"offsetCurrent\":\"3\",\"offsetPowerPhoto\":\"/oss/physical/temp/3_1744891070648.jpg\",\"offsetVoltage\":\"30\",\"otherCondition\":\"无\",\"sampleBatch\":\"001\",\"sampleModel\":\"LM003\",\"sampleNumber\":\"1~22\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\"}]', '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:03\",\"equipmentModel\":\"EG-02KA\",\"equipmentName\":\"高低温试验箱\",\"equipmentType\":\"10107443\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913050808769024001\",\"measurementValidity\":\"2025-04-17\",\"sampleModel\":\"LM003\",\"sysOrgCode\":\"A01\"}]', '1912838447659454465'); INSERT INTO `experiment_anneal_process` VALUES ('1913051225397628929', 'admin', '2025-04-18 10:05:30', null, null, 'A01', null, null, null, '100', '无', '无', null, '1912838447500070913', '2025-04-18 09:50:00', '2025-04-18 09:50:00', '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225246633985\",\"offsetCondition\":\"lp\",\"pinType\":\"1\",\"sampleBatch\":\"001\",\"sampleModel\":\"LM001\",\"sampleNumber\":\"1~11\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\"},{\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225271799809\",\"loadCapacity\":\"无\",\"offsetCondition\":\"jtpz\",\"offsetCurrent\":\"1\",\"offsetPowerPhoto\":\"/oss/physical/temp/1_1744890969097.jpg\",\"offsetVoltage\":\"10\",\"otherCondition\":\"无\",\"sampleBatch\":\"001\",\"sampleModel\":\"LM001\",\"sampleNumber\":\"12~22\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\"},{\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"dutyCycle\":\"50%\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225288577026\",\"loadCapacity\":\"20\",\"offsetCondition\":\"dtpz\",\"offsetCurrent\":\"2\",\"offsetPowerPhoto\":\"/oss/physical/temp/2_1744890998408.jpg\",\"offsetVoltage\":\"20\",\"otherCondition\":\"无\",\"sampleBatch\":\"001\",\"sampleModel\":\"LM002\",\"sampleNumber\":\"1~22\",\"signalAmplitude\":\"1-20\",\"signalFrequency\":\"20kHz\",\"signalPhoto\":\"/oss/physical/temp/2_1744891007501.jpg\",\"signalType\":\"方波\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\"},{\"createBy\":\"admin\",\"createTime\":\"2025-04-17 20:09\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225313742849\",\"loadCapacity\":\"40\",\"offsetCondition\":\"jtpz\",\"offsetCurrent\":\"4\",\"offsetPowerPhoto\":\"/oss/physical/temp/3_1744891771975.jpg,/oss/physical/temp/偏置图_1744891776975.png\",\"offsetVoltage\":\"40\",\"otherCondition\":\"无\",\"sampleBatch\":\"001\",\"sampleModel\":\"LM004\",\"sampleNumber\":\"1~11\",\"sysOrgCode\":\"A01\"}]', '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:05\",\"equipmentModel\":\"EG-02KA\",\"equipmentName\":\"高低温试验箱\",\"equipmentType\":\"10107443\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225338908674\",\"measurementValidity\":\"2025-04-17\",\"sampleModel\":\"LM001\",\"sysOrgCode\":\"A01\"},{\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:05\",\"equipmentModel\":\"EG-02KA\",\"equipmentName\":\"高低温试验箱\",\"equipmentType\":\"10107443\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225355685890\",\"measurementValidity\":\"2025-04-17\",\"sampleModel\":\"LM002\",\"sysOrgCode\":\"A01\"},{\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:05\",\"equipmentModel\":\"LC-213\",\"equipmentName\":\"鼓风干燥箱\",\"equipmentType\":\"1010151440\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225372463105\",\"measurementValidity\":\"2025-04-17\",\"sampleModel\":\"LM004\",\"sysOrgCode\":\"A01\"}]', '1912838447609122817,1912838447634288641,1912840963302330369'); INSERT INTO `experiment_anneal_process` VALUES ('1913079715819917313', 'admin', '2025-04-18 11:58:42', null, null, 'A01', null, null, null, '25', '无', '无', null, '1913079713068453890', null, null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913050808693526529\",\"loadCapacity\":\"30\",\"offsetCondition\":\"jtpz\",\"offsetCurrent\":\"3\",\"offsetPowerPhoto\":\"/oss/physical/temp/3_1744891070648.jpg\",\"offsetVoltage\":\"30\",\"otherCondition\":\"无\",\"sampleBatch\":\"001\",\"sampleModel\":\"LM003\",\"sampleNumber\":\"1~22\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\"}]', '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:03\",\"equipmentModel\":\"EG-02KA\",\"equipmentName\":\"高低温试验箱\",\"equipmentType\":\"10107443\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913050808769024001\",\"measurementValidity\":\"2025-04-17\",\"sampleModel\":\"LM003\",\"sysOrgCode\":\"A01\"}]', '1913079713093619714,1913079713110396929,1913079713135562754,1913079713152339969,1913079713177505793'); INSERT INTO `experiment_anneal_process` VALUES ('1913079717279535105', 'admin', '2025-04-18 11:58:43', null, null, 'A01', null, null, null, '100', '无', '无', null, '1913079713068453890', null, null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225246633985\",\"offsetCondition\":\"lp\",\"pinType\":\"1\",\"sampleBatch\":\"001\",\"sampleModel\":\"LM001\",\"sampleNumber\":\"1~11\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\"},{\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225271799809\",\"loadCapacity\":\"无\",\"offsetCondition\":\"jtpz\",\"offsetCurrent\":\"1\",\"offsetPowerPhoto\":\"/oss/physical/temp/1_1744890969097.jpg\",\"offsetVoltage\":\"10\",\"otherCondition\":\"无\",\"sampleBatch\":\"001\",\"sampleModel\":\"LM001\",\"sampleNumber\":\"12~22\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\"},{\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"dutyCycle\":\"50%\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225288577026\",\"loadCapacity\":\"20\",\"offsetCondition\":\"dtpz\",\"offsetCurrent\":\"2\",\"offsetPowerPhoto\":\"/oss/physical/temp/2_1744890998408.jpg\",\"offsetVoltage\":\"20\",\"otherCondition\":\"无\",\"sampleBatch\":\"001\",\"sampleModel\":\"LM002\",\"sampleNumber\":\"1~22\",\"signalAmplitude\":\"1-20\",\"signalFrequency\":\"20kHz\",\"signalPhoto\":\"/oss/physical/temp/2_1744891007501.jpg\",\"signalType\":\"方波\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\"},{\"createBy\":\"admin\",\"createTime\":\"2025-04-17 20:09\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225313742849\",\"loadCapacity\":\"40\",\"offsetCondition\":\"jtpz\",\"offsetCurrent\":\"4\",\"offsetPowerPhoto\":\"/oss/physical/temp/3_1744891771975.jpg,/oss/physical/temp/偏置图_1744891776975.png\",\"offsetVoltage\":\"40\",\"otherCondition\":\"无\",\"sampleBatch\":\"001\",\"sampleModel\":\"LM004\",\"sampleNumber\":\"1~11\",\"sysOrgCode\":\"A01\"}]', '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:05\",\"equipmentModel\":\"EG-02KA\",\"equipmentName\":\"高低温试验箱\",\"equipmentType\":\"10107443\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225338908674\",\"measurementValidity\":\"2025-04-17\",\"sampleModel\":\"LM001\",\"sysOrgCode\":\"A01\"},{\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:05\",\"equipmentModel\":\"EG-02KA\",\"equipmentName\":\"高低温试验箱\",\"equipmentType\":\"10107443\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225355685890\",\"measurementValidity\":\"2025-04-17\",\"sampleModel\":\"LM002\",\"sysOrgCode\":\"A01\"},{\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:05\",\"equipmentModel\":\"LC-213\",\"equipmentName\":\"鼓风干燥箱\",\"equipmentType\":\"1010151440\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225372463105\",\"measurementValidity\":\"2025-04-17\",\"sampleModel\":\"LM004\",\"sysOrgCode\":\"A01\"}]', '1913079713093619714,1913079713110396929,1913079713135562754,1913079713152339969,1913079713177505793'); -- ---------------------------- -- Table structure for experiment_deviation_condition -- ---------------------------- DROP TABLE IF EXISTS `experiment_deviation_condition`; CREATE TABLE `experiment_deviation_condition` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `experiment_id` varchar(36) NOT NULL COMMENT '试验ID', `sample_type` varchar(255) DEFAULT NULL COMMENT '样品类型', `sample_model` varchar(255) DEFAULT NULL COMMENT '样品型号', `sample_number` varchar(1024) DEFAULT NULL COMMENT '样品编号', `offset_condition` varchar(255) DEFAULT NULL COMMENT '偏执条件', `offset_voltage` varchar(255) DEFAULT NULL COMMENT '偏置电压', `signal_photo` varchar(1024) DEFAULT NULL COMMENT '信号显示界面源照片', `input_signal` varchar(255) DEFAULT NULL COMMENT '输入信号', `load_capacity` varchar(255) DEFAULT NULL COMMENT '负载', `offset_current` varchar(255) DEFAULT NULL COMMENT '偏置电流', `other_condition` varchar(255) DEFAULT NULL COMMENT '其它条件', `offset_power_photo` varchar(1024) DEFAULT NULL COMMENT '偏置电源显示界面照片', `pin_type` varchar(255) DEFAULT NULL COMMENT '管脚接入方式', `sample_batch` varchar(255) DEFAULT NULL, `duty_cycle` varchar(255) DEFAULT NULL COMMENT '占空比', `signal_amplitude` varchar(255) DEFAULT NULL COMMENT '信号幅值', `signal_frequency` varchar(255) DEFAULT NULL COMMENT '信号频率', `signal_type` varchar(255) DEFAULT NULL COMMENT '信号类型', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_deviation_condition -- ---------------------------- INSERT INTO `experiment_deviation_condition` VALUES ('1863780910170206210', null, null, null, null, null, '1863780910170206210', '1', '1', '1', null, null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1866367543693385730', 'zhangru', '2024-12-10 14:21:13', 'zhangru', '2024-12-16 14:26:40', 'A01', '1866307539607068674', null, '222,111', '1,2,3', '222', '333', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1867778414378323969', 'caoxiang', '2024-12-14 11:47:30', 'zhangru', '2024-12-16 14:26:40', 'A01', '1866307539607068674', null, '44', '44', '44', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868541276474417153', 'zhangru', '2024-12-16 14:18:51', 'zhangru', '2024-12-16 14:26:40', 'A01', '1866307539607068674', null, '111', '111', 'lp,dtpz,jtpz', '20', null, '1000', '2000', '10', 'ceshi', null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868925964103819266', 'zhangru', '2024-12-10 14:21:13', 'zhangru', '2024-12-17 15:54:08', 'A01', '1868925963902492673', null, '222,111', '1,2,3', '222', '333', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868925964137373697', 'caoxiang', '2024-12-14 11:47:30', 'zhangru', '2024-12-17 15:54:08', 'A01', '1868925963902492673', null, '44', '44', '44', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868925964175122434', 'zhangru', '2024-12-16 14:18:51', 'zhangru', '2024-12-17 15:54:08', 'A01', '1868925963902492673', null, '111', '111', 'lp,dtpz,jtpz', '20', null, '1000', '2000', '10', 'ceshi', null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868927968901439489', 'zhangru', '2024-12-10 14:21:13', 'zhangru', '2024-12-17 16:19:04', 'A01', '1868927968758833153', null, '222,111', '1,2,3', '222', '333', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868927968930799618', 'caoxiang', '2024-12-14 11:47:30', 'zhangru', '2024-12-17 16:19:04', 'A01', '1868927968758833153', null, '44', '44', '44', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868927968997908481', 'zhangru', '2024-12-16 14:18:51', 'zhangru', '2024-12-17 16:19:04', 'A01', '1868927968758833153', null, '111', '111', 'lp,dtpz,jtpz', '20', null, '1000', '2000', '10', 'ceshi', null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868934132603133954', 'zhangru', '2024-12-10 14:21:13', 'zhangru', '2024-12-17 16:19:04', 'A01', '1868934132452139009', null, '222,111', '1,2,3', '222', '333', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868934132636688386', 'caoxiang', '2024-12-14 11:47:30', 'zhangru', '2024-12-17 16:19:04', 'A01', '1868934132452139009', null, '44', '44', '44', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868934132674437121', 'zhangru', '2024-12-16 14:18:51', 'zhangru', '2024-12-17 16:19:04', 'A01', '1868934132452139009', null, '111', '111', 'lp,dtpz,jtpz', '20', null, '1000', '2000', '10', 'ceshi', null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868936705540202498', 'zhangru', '2024-12-10 14:21:13', 'zhangru', '2024-12-17 16:30:32', 'A01', '1868936705401790465', null, '222,111', '1,2,3', '222', '333', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868936705573756929', 'caoxiang', '2024-12-14 11:47:30', 'zhangru', '2024-12-17 16:30:33', 'A01', '1868936705401790465', null, '44', '44', '44', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868936705619894273', 'zhangru', '2024-12-16 14:18:51', 'zhangru', '2024-12-17 16:30:33', 'A01', '1868936705401790465', null, '111', '111', 'lp,dtpz,jtpz', '20', null, '1000', '2000', '10', 'ceshi', null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868936821273632769', 'zhangru', '2024-12-10 14:21:13', 'zhangru', '2024-12-17 16:30:32', 'A01', '1868936821110054914', null, '222,111', '1,2,3', '222', '333', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868936821307187202', 'caoxiang', '2024-12-14 11:47:30', 'zhangru', '2024-12-17 16:30:33', 'A01', '1868936821110054914', null, '44', '44', '44', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868936821340741633', 'zhangru', '2024-12-16 14:18:51', 'zhangru', '2024-12-17 16:30:33', 'A01', '1868936821110054914', null, '111', '111', 'lp,dtpz,jtpz', '20', null, '1000', '2000', '10', 'ceshi', null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868961092892991490', 'zhangru', '2024-12-10 14:21:13', 'zhangru', '2024-12-17 18:08:52', 'A01', '1868961092771356673', null, '222,111', '1,2,3', '222', '333', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868961092918157314', 'caoxiang', '2024-12-14 11:47:30', 'zhangru', '2024-12-17 18:08:52', 'A01', '1868961092771356673', null, '44', '44', '44', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868961092951711746', 'zhangru', '2024-12-16 14:18:51', 'zhangru', '2024-12-17 18:08:52', 'A01', '1868961092771356673', null, '111', '111', 'lp,dtpz,jtpz', '20', null, '1000', '2000', '10', 'ceshi', null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868963636578983937', 'zhangru', '2024-12-17 18:17:09', null, null, 'A01', '1868963636394434561', null, '测试样品型号', '11,1,1,1,1,1,1,1,1,1,1,1,1,1', 'dtpz,jtpz,lp', '11', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868963699355131905', 'zhangru', '2024-12-17 18:17:24', 'zhangru', '2024-12-17 18:18:12', 'A01', '1868963699229302786', null, '测试样品型号', '11,1,1,1,1,1,1,1,1,1,1,1,1,1', 'dtpz,jtpz,lp', '11', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868963737644933122', 'zhangru', '2024-12-17 18:17:24', 'zhangru', '2024-12-17 18:19:45', 'A01', '1868963737561047042', null, '测试样品型号', '11,1,1,1,1,1,1,1,1,1,1,1,1,1', 'dtpz,jtpz,lp', '11', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868964326361636866', 'zhangru', '2024-12-17 18:17:24', 'zhangru', '2024-12-17 18:19:45', 'A01', '1868964326273556481', null, '测试样品型号', '11,1,1,1,1,1,1,1,1,1,1,1,1,1', 'dtpz,jtpz,lp', '11', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868964331973615617', 'zhangru', '2024-12-17 18:17:24', 'zhangru', '2024-12-17 18:21:33', 'A01', '1868964331885535234', null, '测试样品型号', '11,1,1,1,1,1,1,1,1,1,1,1,1,1', 'dtpz,jtpz,lp', '11', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868964752507117569', 'zhangru', '2024-12-17 18:17:24', 'zhangru', '2024-12-17 18:21:33', 'A01', '1868964752427425793', null, '测试样品型号', '11,1,1,1,1,1,1,1,1,1,1,1,1,1', 'dtpz,jtpz,lp', '11', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868970438913794050', 'zhangru', '2024-12-17 18:44:11', 'zhangru', '2024-12-17 19:06:45', 'A01', '1868970438804742146', null, '测试样品类型', '111', 'lp', null, null, null, null, null, null, null, '2', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1868980261290090498', 'zhangru', '2024-12-17 19:23:13', 'caoxiang', '2024-12-18 17:12:00', 'A01', '1868980261193621506', null, '1', '1', 'dtpz', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1869291154511077378', 'zhangru', '2024-12-17 19:23:13', 'zhangru', '2024-12-18 16:01:09', 'A01', '1869291154406219777', null, '1', '1', 'dtpz', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1869292204018212866', 'zhangru', '2024-12-17 19:23:13', 'zhangru', '2024-12-18 16:01:09', 'A01', '1869292203925938177', null, '1', '1', 'dtpz', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1869299959600881666', 'zhangru', '2024-12-17 19:23:13', 'zhangru', '2024-12-18 16:01:09', 'A01', '1869299959521189890', null, '1', '1', 'dtpz', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1869301126544334850', 'zhangru', '2024-12-17 19:23:13', 'zhangru', '2024-12-18 16:01:09', 'A01', '1869301126460448770', null, '1', '1', 'dtpz', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1869304675277840385', 'zhangru', '2024-12-17 19:23:13', 'zhangru', '2024-12-18 16:01:09', 'A01', '1869304675042959361', null, '1', '1', 'dtpz', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1869304703295791105', 'zhangru', '2024-12-17 19:23:13', 'zhangru', '2024-12-18 16:01:09', 'A01', '1869304703161573377', null, '1', '1', 'dtpz', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1869558925283139585', 'zhangru', '2024-12-19 09:42:37', 'zhangru', '2024-12-19 09:42:50', 'A01', '1869558925169893377', null, '1', '1', 'lp', null, null, null, null, null, null, null, '2', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1869560748937158658', 'zhangru', '2024-12-19 09:49:52', 'zhangru', '2024-12-19 14:28:14', 'A01', '1869560748815523841', null, '测试样品型号', '1,1,1', 'lp', null, null, null, null, null, null, null, '2', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1869625388887023617', 'zhangru', '2024-12-19 09:49:52', 'zhangru', '2024-12-19 09:53:35', 'A01', '1869625388782166017', null, '测试样品型号', '1,1,1', 'lp', null, null, null, null, null, null, null, '2', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1869625397254660097', 'zhangru', '2024-12-19 09:49:52', 'zhangru', '2024-12-19 09:53:35', 'A01', '1869625397120442369', null, '测试样品型号', '1,1,1', 'lp', null, null, null, null, null, null, null, '2', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1869625411251052546', 'zhangru', '2024-12-19 09:49:52', 'zhangru', '2024-12-19 09:53:35', 'A01', '1869625411162972161', null, '测试样品型号', '1,1,1', 'lp', null, null, null, null, null, null, null, '2', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1869625421673897985', 'zhangru', '2024-12-19 09:49:52', 'zhangru', '2024-12-19 14:07:54', 'A01', '1869625421585817602', null, '测试样品型号', '1,1,1', 'lp', null, null, null, null, null, null, null, '2', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1870012602099802113', 'zhangru', '2024-12-20 15:45:22', null, null, 'A01', '1870009393201389570', null, '1', '1,1,1,1,1,1', 'lp', null, null, null, null, null, null, null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1871085745077854210', 'zhangru', '2024-12-23 14:49:39', 'zhangru', '2024-12-23 15:58:32', 'A01', '1871076156429148162', null, '10', '1,1,1,11,1,1', 'lp', null, null, null, null, null, null, null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1871470773116968961', 'zhangru', '2024-12-23 14:49:39', 'zhangru', '2024-12-23 15:58:32', 'A01', '1871470772978556929', null, '10', '1,1,1,11,1,1', 'lp', null, null, null, null, null, null, null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1871470839659601922', 'zhangru', '2024-12-23 14:49:39', 'zhangru', '2024-12-23 15:58:32', 'A01', '1871470839558938626', null, '10', '1,1,1,11,1,1', 'lp', null, null, null, null, null, null, null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1871470877907460098', 'zhangru', '2024-12-23 14:49:39', 'zhangru', '2024-12-23 15:58:32', 'A01', '1871470877794213889', null, '10', '1,1,1,11,1,1', 'lp', null, null, null, null, null, null, null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1871471060821057538', 'zhangru', '2024-12-23 14:49:39', 'zhangru', '2024-12-24 16:36:17', 'A01', '1871471060703617025', null, '10', '1,1,1,11,1,1', 'lp', null, null, null, null, null, null, null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1871477194520895489', 'zhangru', '2024-12-24 16:45:08', 'caoxiang', '2024-12-28 11:40:35', 'A01', '1871077612922183681', null, '测试测试测试测试测试', '10,11,12,13,14', 'lp,dtpz', '1', '/oss/physical/temp/1728699098531_1735353817729.jpg', '1', '1', '1', '1', '/oss/physical/temp/1728699098531_1735353813016.jpg,/oss/physical/temp/1728699098531_1735356032379.jpg', '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1871477436716785666', 'zhangru', '2024-12-24 16:46:06', 'caoxiang', '2024-12-28 11:40:35', 'A01', '1871077612922183681', null, '测试测试测试测试测试,测试样品型号', '111', 'jtpz', '11', null, '111', null, '111', null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1872843451346296834', 'caoxiang', '2024-12-28 11:14:09', 'caoxiang', '2024-12-28 11:40:35', 'A01', '1871077612922183681', null, '测试样品型号', '11', 'lp,dtpz,jtpz', null, null, null, null, null, null, null, '2', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1872847458521423873', 'caoxiang', '2024-12-28 11:30:05', 'caoxiang', '2024-12-28 11:40:35', 'A01', '1871077612922183681', null, '测试样品型号', '2', 'lp', null, null, null, null, null, null, null, '3', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1875493983693778946', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-04 22:36:12', 'A01', '1875469554012073986', null, '测试样品型号', '1111', 'lp', null, null, null, null, null, null, null, '3', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1875535314554138626', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-05 22:00:12', 'A01', '1875535314453475329', null, '测试', '1111', 'lp', null, null, null, null, null, null, null, '3', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1875535437543714818', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-04 22:30:11', 'A01', '1875535437426274306', null, '测试样品型号', '1111', 'lp', null, null, null, null, null, null, null, '3', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1875764502032723969', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-04 22:24:27', 'A01', '1875764501823008769', null, '测试', '1111', 'lp', null, null, null, null, null, null, null, '3', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1876179478551638017', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', null, 'cs001', '1~11', 'jtpz', '1', null, null, '无', '0.1', null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1876179478576803841', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', null, 'cs001', '12~22', 'lp', '', null, null, '无', null, null, null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1876179478593581058', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', null, 'cs002', '1~11', 'dtpz', '2', null, '2,50%,方波', '无', '0.2', null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1876179478610358274', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', null, 'cs002', '12,23,25,26', 'lp', null, null, null, null, null, null, null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1876187752571281410', 'admin', '2025-01-06 16:10:20', null, null, 'A01', '1876187752189599745', null, 'cs001', '1~11', 'jtpz', '1', null, null, '无', '0.1', null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1876187752604835841', 'admin', '2025-01-06 16:10:20', null, null, 'A01', '1876187752189599745', null, 'cs001', '12~22', 'lp', '', null, null, '无', null, null, null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1876187752642584577', 'admin', '2025-01-06 16:10:20', null, null, 'A01', '1876187752189599745', null, 'cs002', '1~11', 'dtpz', '2', null, '2,50%,方波', '无', '0.2', null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1876187752676139009', 'admin', '2025-01-06 16:10:20', null, null, 'A01', '1876187752189599745', null, 'cs002', '12,23,25,26', 'lp', null, null, null, null, null, null, null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1876444926794997762', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-07 09:54:59', 'A01', '1876444926627225602', null, '测试', '1111', 'lp', null, null, null, null, null, null, null, '3', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1876448561041973249', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-05 22:00:12', 'A01', '1876448560966475778', null, '测试', '1111', 'lp', null, null, null, null, null, null, null, '3', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1877523431637053441', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 10:00:18', 'A01', '1877523431544778753', null, '测试样品型号', '1111', 'dtpz', '10', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1877534015178862594', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 09:55:36', 'A01', '1877534015111753729', null, '测试样品型号', '1111', 'dtpz', '10', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1877535332454559745', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 09:12:35', 'A01', '1877535332412616705', null, '测试样品型号', '1111', 'dtpz', '10', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1877535814711439361', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 10:14:51', 'A01', '1877535814652719105', null, '测试样品型号', '1111', 'dtpz', '10', null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1877563529225236481', 'admin', '2025-01-10 11:50:03', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', null, 'test003', '1~11', 'jtpz', '5', null, null, '60', '0.001', '无', '/oss/physical/temp/IMG_20250106_184740_1736479239448.jpg', null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1877563529237819393', 'admin', '2025-01-10 11:50:03', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', null, 'test003', '12~22', 'lp', null, null, null, null, null, null, null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1877563529254596610', 'admin', '2025-01-10 11:50:03', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', null, 'test003', '23~33', 'dtpz', '5', null, '方波,10k,5,50%', null, '0.003', null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1879039406001811458', 'admin', '2025-01-14 13:34:40', 'admin', '2025-01-22 23:03:15', 'A01', '1878761585824165890', null, 'JHCSL797034NJR', '1~11#', 'jtpz', '12V', null, null, '0', '0.001', '0', null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1891714010885353473', 'admin', '2025-02-18 12:59:01', 'admin', '2025-02-18 13:20:31', 'A01', '1891714010675638274', null, '1876179478509694978', '1~11', 'jtpz', '15', null, null, '无', '1', null, '/oss/physical/temp/IMG_20250106_184740_1739854508159.jpg', null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1891714010910519298', 'admin', '2025-02-18 12:59:01', 'admin', '2025-02-18 13:20:31', 'A01', '1891714010675638274', null, '1876179478509694978', '12~22', 'lp', null, null, null, null, null, null, null, null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1891714011002793985', 'admin', '2025-02-18 12:59:01', 'admin', '2025-02-18 13:20:31', 'A01', '1891714010675638274', null, '1876179478534860801', '1~22', 'dtpz', '12', '/oss/physical/temp/IMG_20250106_184740_1739854651309.jpg', null, null, '2', null, '/oss/physical/temp/IMG_20250106_184740_1739854647747.jpg', null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1891718346998771713', 'admin', '2025-02-18 13:16:15', 'admin', '2025-02-18 13:20:31', 'A01', '1891714010675638274', null, '1876179478509694978', '1~11', 'jtpz', '15', null, null, '无', '1', null, '/oss/physical/temp/IMG_20250106_184740_1739855361842.jpg', null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1891718347023937537', 'admin', '2025-02-18 13:16:15', 'admin', '2025-02-18 13:20:31', 'A01', '1891714010675638274', null, '1876179478509694978', '12~22', 'lp', null, null, null, null, null, null, null, '1', null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1891718347040714754', 'admin', '2025-02-18 13:16:15', 'admin', '2025-02-18 13:20:31', 'A01', '1891714010675638274', null, '1876179478534860801', '1~22', 'dtpz', '12', '/oss/physical/temp/IMG_20250106_184740_1739855463236.jpg', '方波,1kHz,5Vpp,50%', null, '2', null, '/oss/physical/temp/IMG_20250106_184740_1739855460202.jpg', null, null, null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1902217343765024769', 'admin', '2025-03-19 12:35:00', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', null, '1876179478509694978', '1~11', 'jtpz', '30', null, null, '无', '0', '无', '/oss/physical/temp/IMG_20250106_184740_1742358597476.jpg', null, '1876179478509694978', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1902217343798579201', 'admin', '2025-03-19 12:35:00', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', null, '1876179478509694978', '12~22', 'dtpz', '30', '/oss/physical/temp/IMG_20250106_184740_1742358649012.jpg', null, '无', '0', '无', '/oss/physical/temp/IMG_20250106_184740_1742358646141.jpg', null, '1876179478509694978', '50%', '5,偏置1V', '10kHz', '方波'); INSERT INTO `experiment_deviation_condition` VALUES ('1902217343823745025', 'admin', '2025-03-19 12:35:00', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', null, '1876179478509694978', '23~33', 'lp', null, null, null, null, null, null, null, '2', '1876179478509694978', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1902219586916552706', 'admin', '2025-03-19 12:44:00', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', null, '1876179478534860801', '1~33', 'lp', null, null, null, null, null, null, null, '2', '1876179478534860801', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1902226343839633409', 'admin', '2025-03-19 12:35:00', 'admin', '2025-03-19 13:32:12', 'A01', '1902226343554420737', null, '1876179478509694978', '1~11', 'jtpz', '30', null, null, '无', '0', '无', '/oss/physical/temp/IMG_20250106_184740_1742358597476.jpg', null, '1876179478509694978', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1902226343864799233', 'admin', '2025-03-19 12:35:00', 'admin', '2025-03-19 13:32:12', 'A01', '1902226343554420737', null, '1876179478509694978', '12~22', 'dtpz', '30', '/oss/physical/temp/IMG_20250106_184740_1742358649012.jpg', null, '无', '0', '无', '/oss/physical/temp/IMG_20250106_184740_1742358646141.jpg', null, '1876179478509694978', '50%', '5,偏置1V', '10kHz', '方波'); INSERT INTO `experiment_deviation_condition` VALUES ('1902226343898353665', 'admin', '2025-03-19 12:35:00', 'admin', '2025-03-19 13:32:12', 'A01', '1902226343554420737', null, '1876179478509694978', '23~33', 'lp', null, null, null, null, null, null, null, '2', '1876179478509694978', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1902226343915130881', 'admin', '2025-03-19 12:44:00', 'admin', '2025-03-19 13:32:12', 'A01', '1902226343554420737', null, '1876179478534860801', '1~33', 'lp', null, null, null, null, null, null, null, '2', '1876179478534860801', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1912838447684620289', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', null, 'LM001', '1~11', 'lp', null, null, null, null, null, null, null, '1', '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1912838447709786114', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', null, 'LM001', '12~22', 'jtpz', '10', null, null, '无', '1', '无', '/oss/physical/temp/1_1744890969097.jpg', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1912838447726563329', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', null, 'LM002', '1~22', 'dtpz', '20', '/oss/physical/temp/2_1744891007501.jpg', null, '20', '2', '无', '/oss/physical/temp/2_1744890998408.jpg', null, '001', '50%', '1-20', '20kHz', '方波'); INSERT INTO `experiment_deviation_condition` VALUES ('1912838447751729154', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', null, 'LM003', '1~22', 'jtpz', '30', null, null, '30', '3', '无', '/oss/physical/temp/3_1744891070648.jpg', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1912840963503656961', 'admin', '2025-04-17 20:09:59', null, null, 'A01', '1912838447500070913', null, 'LM004', '1~11', 'jtpz', '40', null, null, '40', '4', '无', '/oss/physical/temp/3_1744891771975.jpg,/oss/physical/temp/偏置图_1744891776975.png', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913050808693526529', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:00', 'A01', '1912838447500070913', null, 'LM003', '1~22', 'jtpz', '30', null, null, '30', '3', '无', '/oss/physical/temp/3_1744891070648.jpg', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913051225246633985', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:00', 'A01', '1912838447500070913', null, 'LM001', '1~11', 'lp', null, null, null, null, null, null, null, '1', '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913051225271799809', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:00', 'A01', '1912838447500070913', null, 'LM001', '12~22', 'jtpz', '10', null, null, '无', '1', '无', '/oss/physical/temp/1_1744890969097.jpg', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913051225288577026', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:00', 'A01', '1912838447500070913', null, 'LM002', '1~22', 'dtpz', '20', '/oss/physical/temp/2_1744891007501.jpg', null, '20', '2', '无', '/oss/physical/temp/2_1744890998408.jpg', null, '001', '50%', '1-20', '20kHz', '方波'); INSERT INTO `experiment_deviation_condition` VALUES ('1913051225313742849', 'admin', '2025-04-17 20:09:00', null, null, 'A01', '1912838447500070913', null, 'LM004', '1~11', 'jtpz', '40', null, null, '40', '4', '无', '/oss/physical/temp/3_1744891771975.jpg,/oss/physical/temp/偏置图_1744891776975.png', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913079713395609602', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:59', 'A01', '1913079713068453890', null, 'LM001', '1~11', 'lp', null, null, null, null, null, null, null, '1', '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913079713403998209', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:59', 'A01', '1913079713068453890', null, 'LM001', '12~22', 'jtpz', '10', null, null, '无', '1', '无', '/oss/physical/temp/1_1744890969097.jpg', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913079713429164034', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:59', 'A01', '1913079713068453890', null, 'LM002', '1~22', 'dtpz', '20', '/oss/physical/temp/2_1744891007501.jpg', null, '20', '2', '无', '/oss/physical/temp/2_1744890998408.jpg', null, '001', '50%', '1-20', '20kHz', '方波'); INSERT INTO `experiment_deviation_condition` VALUES ('1913079713445941249', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:59', 'A01', '1913079713068453890', null, 'LM003', '1~22', 'jtpz', '30', null, null, '30', '3', '无', '/oss/physical/temp/3_1744891070648.jpg', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913079713462718466', 'admin', '2025-04-17 20:09:59', null, null, 'A01', '1913079713068453890', null, 'LM004', '1~11', 'jtpz', '40', null, null, '40', '4', '无', '/oss/physical/temp/3_1744891771975.jpg,/oss/physical/temp/偏置图_1744891776975.png', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913079713479495682', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:00', 'A01', '1913079713068453890', null, 'LM003', '1~22', 'jtpz', '30', null, null, '30', '3', '无', '/oss/physical/temp/3_1744891070648.jpg', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913079713487884290', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:00', 'A01', '1913079713068453890', null, 'LM001', '1~11', 'lp', null, null, null, null, null, null, null, '1', '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913079713513050113', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:00', 'A01', '1913079713068453890', null, 'LM001', '12~22', 'jtpz', '10', null, null, '无', '1', '无', '/oss/physical/temp/1_1744890969097.jpg', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913079713521438721', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:00', 'A01', '1913079713068453890', null, 'LM002', '1~22', 'dtpz', '20', '/oss/physical/temp/2_1744891007501.jpg', null, '20', '2', '无', '/oss/physical/temp/2_1744890998408.jpg', null, '001', '50%', '1-20', '20kHz', '方波'); INSERT INTO `experiment_deviation_condition` VALUES ('1913079713538215938', 'admin', '2025-04-17 20:09:00', null, null, 'A01', '1913079713068453890', null, 'LM004', '1~11', 'jtpz', '40', null, null, '40', '4', '无', '/oss/physical/temp/3_1744891771975.jpg,/oss/physical/temp/偏置图_1744891776975.png', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913079715836694529', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:00', 'A01', '1913079715819917313', null, 'LM003', '1~22', 'jtpz', '30', null, null, '30', '3', '无', '/oss/physical/temp/3_1744891070648.jpg', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913079717346643970', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:00', 'A01', '1913079717279535105', null, 'LM001', '1~11', 'lp', null, null, null, null, null, null, null, '1', '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913079717363421185', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:00', 'A01', '1913079717279535105', null, 'LM001', '12~22', 'jtpz', '10', null, null, '无', '1', '无', '/oss/physical/temp/1_1744890969097.jpg', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1913079717413752833', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-17 20:09:00', 'A01', '1913079717279535105', null, 'LM002', '1~22', 'dtpz', '20', '/oss/physical/temp/2_1744891007501.jpg', null, '20', '2', '无', '/oss/physical/temp/2_1744890998408.jpg', null, '001', '50%', '1-20', '20kHz', '方波'); INSERT INTO `experiment_deviation_condition` VALUES ('1913079717438918658', 'admin', '2025-04-17 20:09:00', null, null, 'A01', '1913079717279535105', null, 'LM004', '1~11', 'jtpz', '40', null, null, '40', '4', '无', '/oss/physical/temp/3_1744891771975.jpg,/oss/physical/temp/偏置图_1744891776975.png', null, '001', null, null, null, null); INSERT INTO `experiment_deviation_condition` VALUES ('1915359485681176577', 'test', '2025-04-24 18:57:00', 'test', '2025-04-24 18:58:29', null, '1915358525311389698', null, 'i岁发的会受到', '1', 'lp', null, null, null, null, null, null, null, null, '003', null, null, null, null); -- ---------------------------- -- Table structure for experiment_deviation_equipment -- ---------------------------- DROP TABLE IF EXISTS `experiment_deviation_equipment`; CREATE TABLE `experiment_deviation_equipment` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `experiment_id` varchar(36) NOT NULL COMMENT '试验ID', `sample_type` varchar(255) DEFAULT NULL COMMENT '样品类型', `sample_model` varchar(255) DEFAULT NULL COMMENT '样品型号', `equipment_model` varchar(255) DEFAULT NULL COMMENT '设备型号', `equipment_name` varchar(255) DEFAULT NULL COMMENT '设备名称', `equipment_type` varchar(255) DEFAULT NULL COMMENT '设备类型', `sample_image` text COMMENT '图片', `measurement_validity` varchar(255) DEFAULT NULL COMMENT '计量有效期', `equipment_no` varchar(255) DEFAULT NULL COMMENT '设备编号', `room_no` varchar(64) DEFAULT NULL COMMENT '房间号', `sample_batch` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_deviation_equipment -- ---------------------------- INSERT INTO `experiment_deviation_equipment` VALUES ('1866375871664332801', 'zhangru', '2024-12-10 14:54:18', 'zhangru', '2024-12-16 14:26:40', 'A01', '1866307539607068674', null, '222,111', '982183', null, null, null, '2024-10-23', 'hh12312', '333', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868925964061876225', 'zhangru', '2024-12-10 14:54:18', 'zhangru', '2024-12-17 15:54:08', 'A01', '1868925963902492673', null, '222,111', '982183', null, null, null, null, 'hh12312', '333', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868927968863690754', 'zhangru', '2024-12-10 14:54:18', 'zhangru', '2024-12-17 16:19:04', 'A01', '1868927968758833153', null, '222,111', '982183', null, null, null, null, 'hh12312', '333', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868934132569579522', 'zhangru', '2024-12-10 14:54:18', 'zhangru', '2024-12-17 16:19:04', 'A01', '1868934132452139009', null, '222,111', '982183', null, null, null, null, 'hh12312', '333', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868936705502453761', 'zhangru', '2024-12-10 14:54:18', 'zhangru', '2024-12-17 16:30:33', 'A01', '1868936705401790465', null, '222,111', '982183', null, null, null, null, 'hh12312', '333', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868936821235884033', 'zhangru', '2024-12-10 14:54:18', 'zhangru', '2024-12-17 16:30:33', 'A01', '1868936821110054914', null, '222,111', '982183', null, null, null, null, 'hh12312', '333', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868961092863631361', 'zhangru', '2024-12-10 14:54:18', 'zhangru', '2024-12-17 18:08:52', 'A01', '1868961092771356673', null, '222,111', '982183', null, null, null, null, 'hh12312', '333', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868963636633509889', 'zhangru', '2024-12-17 18:17:09', null, null, 'A01', '1868963636394434561', null, '测试样品型号', '测试型号', null, null, '/oss/physical/temp/641_1734430621557.jpg', '2024-11-05', '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868963699384492033', 'zhangru', '2024-12-17 18:17:24', 'zhangru', '2024-12-17 18:18:12', 'A01', '1868963699229302786', null, '测试样品型号', '测试型号', null, null, '/oss/physical/temp/641_1734430621557.jpg', '2024-11-05', '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868963737619767298', 'zhangru', '2024-12-17 18:17:24', 'zhangru', '2024-12-17 18:19:45', 'A01', '1868963737561047042', null, '测试样品型号', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868964326328082433', 'zhangru', '2024-12-17 18:17:24', 'zhangru', '2024-12-17 18:19:45', 'A01', '1868964326273556481', null, '测试样品型号', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868964331944255489', 'zhangru', '2024-12-17 18:17:24', 'zhangru', '2024-12-17 18:21:33', 'A01', '1868964331885535234', null, '测试样品型号', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868964752477757442', 'zhangru', '2024-12-17 18:17:24', 'zhangru', '2024-12-17 18:21:33', 'A01', '1868964752427425793', null, '测试样品型号', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868970438943154178', 'zhangru', '2024-12-17 18:44:11', 'zhangru', '2024-12-17 19:06:45', 'A01', '1868970438804742146', null, '测试样品类型', '测试型号', null, null, '/oss/physical/temp/sketch_1732622793653_1734432249049.png', '2024-11-05', '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1868980261319450626', 'zhangru', '2024-12-17 19:23:13', 'caoxiang', '2024-12-18 17:12:00', 'A01', '1868980261193621506', null, '1', '测试型号', null, null, null, '2024-11-05', '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1869291154481717250', 'zhangru', '2024-12-17 19:23:13', 'zhangru', '2024-12-18 16:01:09', 'A01', '1869291154406219777', null, '1', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1869292203988852737', 'zhangru', '2024-12-17 19:23:13', 'zhangru', '2024-12-18 16:01:09', 'A01', '1869292203925938177', null, '1', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1869299959575715842', 'zhangru', '2024-12-17 19:23:13', 'zhangru', '2024-12-18 16:01:09', 'A01', '1869299959521189890', null, '1', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1869301126514974722', 'zhangru', '2024-12-17 19:23:13', 'zhangru', '2024-12-18 16:01:09', 'A01', '1869301126460448770', null, '1', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1869304675185565698', 'zhangru', '2024-12-17 19:23:13', 'zhangru', '2024-12-18 16:01:09', 'A01', '1869304675042959361', null, '1', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1869304703249653761', 'zhangru', '2024-12-17 19:23:13', 'zhangru', '2024-12-18 16:01:09', 'A01', '1869304703161573377', null, '1', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1869558925325082626', 'zhangru', '2024-12-19 09:42:37', 'zhangru', '2024-12-19 09:42:51', 'A01', '1869558925169893377', null, '1', '测试型号', null, null, null, '2024-11-05', '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1869560748979101697', 'zhangru', '2024-12-19 09:49:52', 'zhangru', '2024-12-19 14:28:14', 'A01', '1869560748815523841', null, '测试样品型号', '测试型号', null, null, '/oss/physical/temp/微信图片_20241031164503_1734572987161.png', '2024-11-05', '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1869625388849274881', 'zhangru', '2024-12-19 09:49:52', 'zhangru', '2024-12-19 09:53:35', 'A01', '1869625388782166017', null, '测试样品型号', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1869625397195939841', 'zhangru', '2024-12-19 09:49:52', 'zhangru', '2024-12-19 09:53:35', 'A01', '1869625397120442369', null, '测试样品型号', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1869625411225886722', 'zhangru', '2024-12-19 09:49:52', 'zhangru', '2024-12-19 09:53:35', 'A01', '1869625411162972161', null, '测试样品型号', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1869625421648732162', 'zhangru', '2024-12-19 09:49:52', 'zhangru', '2024-12-19 14:07:54', 'A01', '1869625421585817602', null, '测试样品型号', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1870012602145939457', 'zhangru', '2024-12-20 15:45:22', null, null, 'A01', '1870009393201389570', null, '1', '测试型号', null, null, '/oss/physical/temp/sketch_1732622793653_1734680718953.png', '2024-11-05', '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1871085745107214338', 'zhangru', '2024-12-23 14:49:39', 'zhangru', '2024-12-23 15:58:32', 'A01', '1871076156429148162', null, '10', '测试型号', null, null, '/oss/physical/temp/641_1734936576597.jpg,/oss/physical/temp/sketch_1732622793653_1734936576605.png,/oss/physical/temp/微信图片_20241031164503_1734936576673.png', '2024-11-05', '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1871470773062443010', 'zhangru', '2024-12-23 14:49:39', 'zhangru', '2024-12-23 15:58:32', 'A01', '1871470772978556929', null, '10', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1871470839626047489', 'zhangru', '2024-12-23 14:49:39', 'zhangru', '2024-12-23 15:58:32', 'A01', '1871470839558938626', null, '10', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1871470877869711362', 'zhangru', '2024-12-23 14:49:39', 'zhangru', '2024-12-23 15:58:32', 'A01', '1871470877794213889', null, '10', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1871471060783308802', 'zhangru', '2024-12-23 14:49:39', 'zhangru', '2024-12-24 16:36:17', 'A01', '1871471060703617025', null, '10', '测试型号', null, null, null, null, '测试出厂编号2', '11', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1875493983735721985', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-04 22:36:12', 'A01', '1875469554012073986', null, '测试样品型号', 'IT6333A', null, null, '上传失败!', '2025-04-17', '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1875535314537361410', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-05 22:00:12', 'A01', '1875535314453475329', null, '测试样品型号', 'IT6333A', null, null, null, null, '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1875535437459828738', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-04 22:30:11', 'A01', '1875535437426274306', null, '测试样品型号', 'IT6333A', null, null, null, null, '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1875764501999169537', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-04 22:24:27', 'A01', '1875764501823008769', null, '测试样品型号', 'IT6333A', null, null, null, null, '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1876179478669078529', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', null, 'cs001', 'IT6333A', null, null, '/oss/physical/temp/IMG_20241227_171908_1736150940006.jpg', '2025-04-17', '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1876179478685855745', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', null, 'cs001', 'IT6333A', null, null, '/oss/physical/temp/IMG_20241219_170606_1736150952691.jpg', '2025-04-17', '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1876179478752964610', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', null, 'cs002', 'IT6333A', null, null, '/oss/physical/temp/IMG_20241219_170611_1736150949128.jpg', '2025-04-17', '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1876187752474812417', 'admin', '2025-01-06 16:10:20', null, null, 'A01', '1876187752189599745', null, 'cs001', 'IT6333A', null, null, null, null, '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1876187752504172545', 'admin', '2025-01-06 16:10:20', null, null, 'A01', '1876187752189599745', null, 'cs001', 'IT6333A', null, null, null, null, '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1876187752537726977', 'admin', '2025-01-06 16:10:20', null, null, 'A01', '1876187752189599745', null, 'cs002', 'IT6333A', null, null, null, null, '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1876444926778220546', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-07 09:54:59', 'A01', '1876444926627225602', null, '测试样品型号', 'IT6333A', null, null, null, null, '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1876448561025196034', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-05 22:00:12', 'A01', '1876448560966475778', null, '测试样品型号', 'IT6333A', null, null, null, null, '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1877523431662219265', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 10:00:18', 'A01', '1877523431544778753', null, '测试样品型号', 'IT6333A', null, null, '/oss/physical/temp/捕获_1736471418611.PNG', '2025-04-17', '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1877534015162085378', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 09:55:36', 'A01', '1877534015111753729', null, '测试样品型号', 'IT6333A', null, null, null, null, '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1877535332446171138', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 09:12:35', 'A01', '1877535332412616705', null, '测试样品型号', 'IT6333A', null, null, null, null, '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1877535814694662145', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 10:14:51', 'A01', '1877535814652719105', null, '测试样品型号', 'IT6333A', null, null, null, null, '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1877563529271373826', 'admin', '2025-01-10 11:50:03', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', null, 'test003', 'IT6333A', null, null, '/oss/physical/temp/IMG_20250106_184740_1736480985673.jpg', '2025-04-17', '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1891714011019571201', 'admin', '2025-02-18 12:59:01', 'admin', '2025-02-18 13:20:31', 'A01', '1891714010675638274', null, '1876179478509694978', 'IT6322', null, null, '', '2025-04-17', '005004156\n576001025', '336', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1902217343865688066', 'admin', '2025-03-19 12:35:00', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', null, '1876179478509694978', 'IT6333A', null, null, '/oss/physical/temp/IMG_20250106_184740_1742358881840.jpg', '2025-04-17', '600067011\n697610001', '324', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1902217343882465281', 'admin', '2025-03-19 12:35:00', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', null, '1876179478509694978', 'EG-02KA', null, null, '/oss/physical/temp/IMG_20250106_184740_1742358893791.jpg', '2025-04-17', '1010151440', '321', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1902219587025604609', 'admin', '2025-03-19 12:44:00', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', null, '1876179478534860801', 'IT6322', null, null, '/oss/physical/temp/IMG_20250106_184740_1742359418077.jpg', '2025-04-17', '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1902226343722192897', 'admin', '2025-03-19 12:35:00', 'admin', '2025-03-19 13:32:12', 'A01', '1902226343554420737', null, '1876179478509694978', 'IT6333A', null, null, null, null, '600067011\n697610001', '324', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1902226343780913153', 'admin', '2025-03-19 12:35:00', 'admin', '2025-03-19 13:32:12', 'A01', '1902226343554420737', null, '1876179478509694978', 'EG-02KA', null, null, null, null, '1010151440', '321', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1902226343806078978', 'admin', '2025-03-19 12:44:00', 'admin', '2025-03-19 13:32:12', 'A01', '1902226343554420737', null, '1876179478534860801', 'IT6322', null, null, null, null, '602123010 697710001', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1912839181926895617', 'admin', '2025-04-17 20:02:00', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', null, 'LM001', 'IT6333A', null, null, '/oss/physical/temp/1_1744891309636.jpg,/oss/physical/temp/1_1744891317101.jpg', '2025-04-17', 'TY17', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1912839181943672833', 'admin', '2025-04-17 20:02:00', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', null, 'LM002', 'IT6322', null, null, '/oss/physical/temp/2_1744891359554.jpg,/oss/physical/temp/2_1744891364552.jpg', '2025-04-17', 'TY02', '324', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1912839181952061441', 'admin', '2025-04-17 20:02:00', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', null, 'LM003', 'IT6322', null, null, '/oss/physical/temp/3_1744891349567.jpg,/oss/physical/temp/3_1744891354938.jpg', '2025-04-17', 'TY15', '337', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1912840963646263298', 'admin', '2025-04-17 20:09:59', null, null, 'A01', '1912838447500070913', null, 'LM004', 'IT6333A', null, null, '/oss/physical/temp/3_1744891796025.jpg', '2025-04-17', 'TY96', '375', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913050808769024001', 'admin', '2025-04-18 10:03:50', null, null, 'A01', '1912838447500070913', null, 'LM003', 'EG-02KA', '高低温试验箱', '10107443', null, '2025-04-17', null, null, null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913051225338908674', 'admin', '2025-04-18 10:05:30', null, null, 'A01', '1912838447500070913', null, 'LM001', 'EG-02KA', '高低温试验箱', '10107443', null, '2025-04-17', null, null, null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913051225355685890', 'admin', '2025-04-18 10:05:30', null, null, 'A01', '1912838447500070913', null, 'LM002', 'EG-02KA', '高低温试验箱', '10107443', null, '2025-04-17', null, null, null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913051225372463105', 'admin', '2025-04-18 10:05:30', null, null, 'A01', '1912838447500070913', null, 'LM004', 'LC-213', '鼓风干燥箱', '1010151440', null, '2025-04-17', null, null, null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913079713269780482', 'admin', '2025-04-17 20:02:00', 'admin', '2025-04-17 20:09:59', 'A01', '1913079713068453890', null, 'LM001', 'IT6333A', null, null, null, null, 'TY17', '315', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913079713286557697', 'admin', '2025-04-17 20:02:00', 'admin', '2025-04-17 20:09:59', 'A01', '1913079713068453890', null, 'LM002', 'IT6322', null, null, null, null, 'TY02', '324', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913079713303334914', 'admin', '2025-04-17 20:02:00', 'admin', '2025-04-17 20:09:59', 'A01', '1913079713068453890', null, 'LM003', 'IT6322', null, null, null, null, 'TY15', '337', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913079713311723521', 'admin', '2025-04-17 20:09:59', null, null, 'A01', '1913079713068453890', null, 'LM004', 'IT6333A', null, null, null, null, 'TY96', '375', null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913079713328500737', 'admin', '2025-04-18 10:03:50', null, null, 'A01', '1913079713068453890', null, 'LM003', 'EG-02KA', '高低温试验箱', '10107443', null, null, null, null, null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913079713345277954', 'admin', '2025-04-18 10:05:30', null, null, 'A01', '1913079713068453890', null, 'LM001', 'EG-02KA', '高低温试验箱', '10107443', null, null, null, null, null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913079713362055169', 'admin', '2025-04-18 10:05:30', null, null, 'A01', '1913079713068453890', null, 'LM002', 'EG-02KA', '高低温试验箱', '10107443', null, null, null, null, null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913079713378832385', 'admin', '2025-04-18 10:05:30', null, null, 'A01', '1913079713068453890', null, 'LM004', 'LC-213', '鼓风干燥箱', '1010151440', null, null, null, null, null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913079715861860354', 'admin', '2025-04-18 10:03:00', null, null, 'A01', '1913079715819917313', null, 'LM003', 'EG-02KA', '高低温试验箱', '10107443', null, '2025-04-17', null, null, null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913079717447307265', 'admin', '2025-04-18 10:05:00', null, null, 'A01', '1913079717279535105', null, 'LM001', 'EG-02KA', '高低温试验箱', '10107443', null, '2025-04-17', null, null, null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913079717464084482', 'admin', '2025-04-18 10:05:00', null, null, 'A01', '1913079717279535105', null, 'LM002', 'EG-02KA', '高低温试验箱', '10107443', null, '2025-04-17', null, null, null); INSERT INTO `experiment_deviation_equipment` VALUES ('1913079717480861698', 'admin', '2025-04-18 10:05:00', null, null, 'A01', '1913079717279535105', null, 'LM004', 'LC-213', '鼓风干燥箱', '1010151440', null, '2025-04-17', null, null, null); INSERT INTO `experiment_deviation_equipment` VALUES ('1915359485697953794', 'test', '2025-04-24 18:57:00', 'test', '2025-04-24 18:58:29', null, '1915358525311389698', null, 'i岁发的会受到', 'IT6333A', null, null, '/oss/physical/temp/无标题_1745492252443.png', '2025-04-17', 'TY02', '324', null); -- ---------------------------- -- Table structure for experiment_doc -- ---------------------------- DROP TABLE IF EXISTS `experiment_doc`; CREATE TABLE `experiment_doc` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `experiment_id` varchar(36) DEFAULT NULL COMMENT '试验ID', `doc_type` varchar(32) DEFAULT NULL COMMENT '文档类型', `file_path` varchar(2048) DEFAULT NULL COMMENT '文件地址', `version` varchar(32) DEFAULT NULL COMMENT '版本号', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_doc -- ---------------------------- INSERT INTO `experiment_doc` VALUES ('1875900564625338369', 'admin', '2025-01-05 21:42:02', null, null, 'A01', '1875469554012073986', '辐照试验计划表', '/oss/physical/experiment_doc/1875469554012073986/20250105214200/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-辐照试验计划表.docx', '20250105214200'); INSERT INTO `experiment_doc` VALUES ('1875900565233512450', 'admin', '2025-01-05 21:42:02', null, null, 'A01', '1875469554012073986', '设备使用记录表', '/oss/physical/experiment_doc/1875469554012073986/20250105214201/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-设备使用记录表.docx', '20250105214201'); INSERT INTO `experiment_doc` VALUES ('1875900565812326402', 'admin', '2025-01-05 21:42:02', null, null, 'A01', '1875469554012073986', '试验报告评审表', '/oss/physical/experiment_doc/1875469554012073986/20250105214201/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告评审表.docx', '20250105214201'); INSERT INTO `experiment_doc` VALUES ('1875900566462443522', 'admin', '2025-01-05 21:42:02', null, null, 'A01', '1875469554012073986', '试验报告', '/oss/physical/experiment_doc/1875469554012073986/20250105214202/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告.docx', '20250105214202'); INSERT INTO `experiment_doc` VALUES ('1875900567087394818', 'admin', '2025-01-05 21:42:02', null, null, 'A01', '1875469554012073986', '辐照试验总结单', '/oss/physical/experiment_doc/1875469554012073986/20250105214202/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-辐照试验总结单.docx', '20250105214202'); INSERT INTO `experiment_doc` VALUES ('1875900650461769729', 'admin', '2025-01-05 21:42:22', null, null, 'A01', '1875535314453475329', '辐照试验计划表', '/oss/physical/experiment_doc/1875535314453475329/20250105214222/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-辐照试验计划表.docx', '20250105214222'); INSERT INTO `experiment_doc` VALUES ('1875900651178995713', 'admin', '2025-01-05 21:42:22', null, null, 'A01', '1875535314453475329', '设备使用记录表', '/oss/physical/experiment_doc/1875535314453475329/20250105214222/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-设备使用记录表.docx', '20250105214222'); INSERT INTO `experiment_doc` VALUES ('1875900651577454594', 'admin', '2025-01-05 21:42:23', null, null, 'A01', '1875535314453475329', '试验报告评审表', '/oss/physical/experiment_doc/1875535314453475329/20250105214222/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告评审表.docx', '20250105214222'); INSERT INTO `experiment_doc` VALUES ('1875900652030439425', 'admin', '2025-01-05 21:42:23', null, null, 'A01', '1875535314453475329', '试验报告', '/oss/physical/experiment_doc/1875535314453475329/20250105214222/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告.docx', '20250105214222'); INSERT INTO `experiment_doc` VALUES ('1875900652521172993', 'admin', '2025-01-05 21:42:23', null, null, 'A01', '1875535314453475329', '辐照试验总结单', '/oss/physical/experiment_doc/1875535314453475329/20250105214222/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-辐照试验总结单.docx', '20250105214222'); INSERT INTO `experiment_doc` VALUES ('1876179613331402753', 'admin', '2025-01-06 16:10:52', null, null, 'A01', '1876179478450974721', '辐照试验计划表', '/oss/physical/experiment_doc/1876179478450974721/20250106161052/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-辐照试验计划表.docx', '20250106161052'); INSERT INTO `experiment_doc` VALUES ('1876179613947965441', 'admin', '2025-01-06 16:10:52', null, null, 'A01', '1876179478450974721', '设备使用记录表', '/oss/physical/experiment_doc/1876179478450974721/20250106161052/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-设备使用记录表.docx', '20250106161052'); INSERT INTO `experiment_doc` VALUES ('1876179614430310402', 'admin', '2025-01-06 16:10:52', null, null, 'A01', '1876179478450974721', '试验报告评审表', '/oss/physical/experiment_doc/1876179478450974721/20250106161052/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告评审表.docx', '20250106161052'); INSERT INTO `experiment_doc` VALUES ('1876179614971375617', 'admin', '2025-01-06 16:10:53', null, null, 'A01', '1876179478450974721', '试验报告', '/oss/physical/experiment_doc/1876179478450974721/20250106161052/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告.docx', '20250106161052'); INSERT INTO `experiment_doc` VALUES ('1876179615487275010', 'admin', '2025-01-06 16:10:53', null, null, 'A01', '1876179478450974721', '辐照试验总结单', '/oss/physical/experiment_doc/1876179478450974721/20250106161052/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-辐照试验总结单.docx', '20250106161052'); INSERT INTO `experiment_doc` VALUES ('1876446551441874945', 'admin', '2025-01-07 09:51:35', null, null, 'A01', '1876444926627225602', '辐照试验计划表', '/oss/physical/experiment_doc/1876444926627225602/20250107095134/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-辐照试验计划表.docx', '20250107095134'); INSERT INTO `experiment_doc` VALUES ('1876446552079409154', 'admin', '2025-01-07 09:51:35', null, null, 'A01', '1876444926627225602', '设备使用记录表', '/oss/physical/experiment_doc/1876444926627225602/20250107095135/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-设备使用记录表.docx', '20250107095135'); INSERT INTO `experiment_doc` VALUES ('1876446552578531329', 'admin', '2025-01-07 09:51:35', null, null, 'A01', '1876444926627225602', '试验报告评审表', '/oss/physical/experiment_doc/1876444926627225602/20250107095135/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告评审表.docx', '20250107095135'); INSERT INTO `experiment_doc` VALUES ('1876446553153150977', 'admin', '2025-01-07 09:51:36', null, null, 'A01', '1876444926627225602', '试验报告', '/oss/physical/experiment_doc/1876444926627225602/20250107095135/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告.docx', '20250107095135'); INSERT INTO `experiment_doc` VALUES ('1876446553618718722', 'admin', '2025-01-07 09:51:36', null, null, 'A01', '1876444926627225602', '辐照试验总结单', '/oss/physical/experiment_doc/1876444926627225602/20250107095135/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-辐照试验总结单.docx', '20250107095135'); INSERT INTO `experiment_doc` VALUES ('1876447820709568514', 'admin', '2025-01-07 09:56:38', null, null, 'A01', '1876447775302033410', '辐照试验计划表', '/oss/physical/experiment_doc/1876447775302033410/20250107095637/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-辐照试验计划表.docx', '20250107095637'); INSERT INTO `experiment_doc` VALUES ('1876447821229662210', 'admin', '2025-01-07 09:56:38', null, null, 'A01', '1876447775302033410', '设备使用记录表', '/oss/physical/experiment_doc/1876447775302033410/20250107095637/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-设备使用记录表.docx', '20250107095637'); INSERT INTO `experiment_doc` VALUES ('1876447821737172994', 'admin', '2025-01-07 09:56:38', null, null, 'A01', '1876447775302033410', '试验报告评审表', '/oss/physical/experiment_doc/1876447775302033410/20250107095637/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告评审表.docx', '20250107095637'); INSERT INTO `experiment_doc` VALUES ('1876447822274043906', 'admin', '2025-01-07 09:56:38', null, null, 'A01', '1876447775302033410', '试验报告', '/oss/physical/experiment_doc/1876447775302033410/20250107095638/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告.docx', '20250107095638'); INSERT INTO `experiment_doc` VALUES ('1876447822685085697', 'admin', '2025-01-07 09:56:38', null, null, 'A01', '1876447775302033410', '辐照试验总结单', '/oss/physical/experiment_doc/1876447775302033410/20250107095638/中国电子科技集团公司第二十四研究所光辐射、核辐射试验-辐照试验总结单.docx', '20250107095638'); INSERT INTO `experiment_doc` VALUES ('1877523548016406530', 'admin', '2025-01-10 09:11:11', null, null, 'A01', '1877523431544778753', '辐照试验计划表', '/oss/physical/experiment_doc/1877523431544778753/20250110091110/中国电子科技集团公司第二十四研究所光辐射试验-辐照试验计划表.docx', '20250110091110'); INSERT INTO `experiment_doc` VALUES ('1877523548783964161', 'admin', '2025-01-10 09:11:11', null, null, 'A01', '1877523431544778753', '设备使用记录表', '/oss/physical/experiment_doc/1877523431544778753/20250110091111/中国电子科技集团公司第二十四研究所光辐射试验-设备使用记录表.docx', '20250110091111'); INSERT INTO `experiment_doc` VALUES ('1877523549463441409', 'admin', '2025-01-10 09:11:12', null, null, 'A01', '1877523431544778753', '试验报告评审表', '/oss/physical/experiment_doc/1877523431544778753/20250110091111/中国电子科技集团公司第二十四研究所光辐射试验-试验报告评审表.docx', '20250110091111'); INSERT INTO `experiment_doc` VALUES ('1877523550197444610', 'admin', '2025-01-10 09:11:12', null, null, 'A01', '1877523431544778753', '试验报告', '/oss/physical/experiment_doc/1877523431544778753/20250110091111/中国电子科技集团公司第二十四研究所光辐射试验-试验报告.docx', '20250110091111'); INSERT INTO `experiment_doc` VALUES ('1877523550797230082', 'admin', '2025-01-10 09:11:12', null, null, 'A01', '1877523431544778753', '辐照试验总结单', '/oss/physical/experiment_doc/1877523431544778753/20250110091111/中国电子科技集团公司第二十四研究所光辐射试验-辐照试验总结单.docx', '20250110091111'); INSERT INTO `experiment_doc` VALUES ('1877523964229775362', 'admin', '2025-01-10 09:12:50', null, null, 'A01', '1877523431544778753', '辐照试验计划表', '/oss/physical/experiment_doc/1877523431544778753/20250110091250/中国电子科技集团公司第二十四研究所光辐射试验-辐照试验计划表.docx', '20250110091250'); INSERT INTO `experiment_doc` VALUES ('1877525111959121921', 'admin', '2025-01-10 09:17:24', null, null, 'A01', '1877523431544778753', '试验报告', '/oss/physical/experiment_doc/1877523431544778753/20250110091723/中国电子科技集团公司第二十四研究所光辐射试验-试验报告.docx', '20250110091723'); INSERT INTO `experiment_doc` VALUES ('1877525233346473985', 'admin', '2025-01-10 09:17:53', null, null, 'A01', '1877523431544778753', '试验报告', '/oss/physical/experiment_doc/1877523431544778753/20250110091752/中国电子科技集团公司第二十四研究所光辐射试验-试验报告.docx', '20250110091752'); INSERT INTO `experiment_doc` VALUES ('1877530530232332289', 'admin', '2025-01-10 09:38:56', null, null, 'A01', '1877523431544778753', '试验报告', '/oss/physical/experiment_doc/1877523431544778753/20250110093855/中国电子科技集团公司第二十四研究所光辐射试验-试验报告.docx', '20250110093855'); INSERT INTO `experiment_doc` VALUES ('1877534743825936385', 'admin', '2025-01-10 09:55:40', null, null, 'A01', '1877534015111753729', '辐照试验计划表', '/oss/physical/experiment_doc/1877534015111753729/20250110095540/中国电子科技集团公司第二十四研究所光辐射试验-辐照试验计划表.docx', '20250110095540'); INSERT INTO `experiment_doc` VALUES ('1877534744283115521', 'admin', '2025-01-10 09:55:41', null, null, 'A01', '1877534015111753729', '设备使用记录表', '/oss/physical/experiment_doc/1877534015111753729/20250110095540/中国电子科技集团公司第二十四研究所光辐射试验-设备使用记录表.docx', '20250110095540'); INSERT INTO `experiment_doc` VALUES ('1877534744794820610', 'admin', '2025-01-10 09:55:41', null, null, 'A01', '1877534015111753729', '试验报告评审表', '/oss/physical/experiment_doc/1877534015111753729/20250110095540/中国电子科技集团公司第二十四研究所光辐射试验-试验报告评审表.docx', '20250110095540'); INSERT INTO `experiment_doc` VALUES ('1877534745256194049', 'admin', '2025-01-10 09:55:41', null, null, 'A01', '1877534015111753729', '试验报告', '/oss/physical/experiment_doc/1877534015111753729/20250110095540/中国电子科技集团公司第二十四研究所光辐射试验-试验报告.docx', '20250110095540'); INSERT INTO `experiment_doc` VALUES ('1877534745692401666', 'admin', '2025-01-10 09:55:41', null, null, 'A01', '1877534015111753729', '辐照试验总结单', '/oss/physical/experiment_doc/1877534015111753729/20250110095540/中国电子科技集团公司第二十四研究所光辐射试验-辐照试验总结单.docx', '20250110095540'); INSERT INTO `experiment_doc` VALUES ('1877536010904203265', 'admin', '2025-01-10 10:00:43', null, null, 'A01', '1877535814652719105', '辐照试验计划表', '/oss/physical/experiment_doc/1877535814652719105/20250110100042/中国电子科技集团公司第二十四研究所光辐射试验-辐照试验计划表.docx', '20250110100042'); INSERT INTO `experiment_doc` VALUES ('1877536011537543170', 'admin', '2025-01-10 10:00:43', null, null, 'A01', '1877535814652719105', '设备使用记录表', '/oss/physical/experiment_doc/1877535814652719105/20250110100042/中国电子科技集团公司第二十四研究所光辐射试验-设备使用记录表.docx', '20250110100042'); INSERT INTO `experiment_doc` VALUES ('1877536011961167874', 'admin', '2025-01-10 10:00:43', null, null, 'A01', '1877535814652719105', '试验报告评审表', '/oss/physical/experiment_doc/1877535814652719105/20250110100042/中国电子科技集团公司第二十四研究所光辐射试验-试验报告评审表.docx', '20250110100042'); INSERT INTO `experiment_doc` VALUES ('1877536012430929922', 'admin', '2025-01-10 10:00:43', null, null, 'A01', '1877535814652719105', '试验报告', '/oss/physical/experiment_doc/1877535814652719105/20250110100042/中国电子科技集团公司第二十四研究所光辐射试验-试验报告.docx', '20250110100042'); INSERT INTO `experiment_doc` VALUES ('1877536012888109057', 'admin', '2025-01-10 10:00:43', null, null, 'A01', '1877535814652719105', '辐照试验总结单', '/oss/physical/experiment_doc/1877535814652719105/20250110100042/中国电子科技集团公司第二十四研究所光辐射试验-辐照试验总结单.docx', '20250110100042'); INSERT INTO `experiment_doc` VALUES ('1877565830581121026', 'admin', '2025-01-10 11:59:12', null, null, 'A01', '1877563529116184578', '辐照试验计划表', '/oss/physical/experiment_doc/1877563529116184578/20250110115912/中国电子科技集团公司第二十四研究所光辐射试验-辐照试验计划表.docx', '20250110115912'); INSERT INTO `experiment_doc` VALUES ('1877565830966996993', 'admin', '2025-01-10 11:59:12', null, null, 'A01', '1877563529116184578', '设备使用记录表', '/oss/physical/experiment_doc/1877563529116184578/20250110115912/中国电子科技集团公司第二十四研究所光辐射试验-设备使用记录表.docx', '20250110115912'); INSERT INTO `experiment_doc` VALUES ('1877565831319318529', 'admin', '2025-01-10 11:59:12', null, null, 'A01', '1877563529116184578', '试验报告评审表', '/oss/physical/experiment_doc/1877563529116184578/20250110115912/中国电子科技集团公司第二十四研究所光辐射试验-试验报告评审表.docx', '20250110115912'); INSERT INTO `experiment_doc` VALUES ('1877565831755526145', 'admin', '2025-01-10 11:59:12', null, null, 'A01', '1877563529116184578', '试验报告', '/oss/physical/experiment_doc/1877563529116184578/20250110115912/中国电子科技集团公司第二十四研究所光辐射试验-试验报告.docx', '20250110115912'); INSERT INTO `experiment_doc` VALUES ('1877565832128819201', 'admin', '2025-01-10 11:59:13', null, null, 'A01', '1877563529116184578', '辐照试验总结单', '/oss/physical/experiment_doc/1877563529116184578/20250110115912/中国电子科技集团公司第二十四研究所光辐射试验-辐照试验总结单.docx', '20250110115912'); INSERT INTO `experiment_doc` VALUES ('1878761837776007169', 'admin', '2025-01-13 19:11:42', null, null, 'A01', '1878761585824165890', '辐照试验计划表', '/oss/physical/experiment_doc/1878761585824165890/20250113191142/深圳吉华微特光辐射试验-辐照试验计划表.docx', '20250113191142'); INSERT INTO `experiment_doc` VALUES ('1878761838300295170', 'admin', '2025-01-13 19:11:43', null, null, 'A01', '1878761585824165890', '设备使用记录表', '/oss/physical/experiment_doc/1878761585824165890/20250113191142/深圳吉华微特光辐射试验-设备使用记录表.docx', '20250113191142'); INSERT INTO `experiment_doc` VALUES ('1878761838799417346', 'admin', '2025-01-13 19:11:43', null, null, 'A01', '1878761585824165890', '试验报告评审表', '/oss/physical/experiment_doc/1878761585824165890/20250113191142/深圳吉华微特光辐射试验-试验报告评审表.docx', '20250113191142'); INSERT INTO `experiment_doc` VALUES ('1878761839306928130', 'admin', '2025-01-13 19:11:43', null, null, 'A01', '1878761585824165890', '试验报告', '/oss/physical/experiment_doc/1878761585824165890/20250113191142/深圳吉华微特光辐射试验-试验报告.docx', '20250113191142'); INSERT INTO `experiment_doc` VALUES ('1878761839843799042', 'admin', '2025-01-13 19:11:43', null, null, 'A01', '1878761585824165890', '辐照试验总结单', '/oss/physical/experiment_doc/1878761585824165890/20250113191142/深圳吉华微特光辐射试验-辐照试验总结单.docx', '20250113191142'); INSERT INTO `experiment_doc` VALUES ('1891719434841845762', 'admin', '2025-02-18 13:20:34', null, null, 'A01', '1891714010675638274', '辐照试验计划表', '/oss/physical/experiment_doc/1891714010675638274/20250218132033/深圳吉华微特大钴源、小钴源,电子加速器试验-辐照试验计划表.docx', '20250218132033'); INSERT INTO `experiment_doc` VALUES ('1891719435491962881', 'admin', '2025-02-18 13:20:35', null, null, 'A01', '1891714010675638274', '设备使用记录表', '/oss/physical/experiment_doc/1891714010675638274/20250218132034/深圳吉华微特大钴源、小钴源,电子加速器试验-设备使用记录表.docx', '20250218132034'); INSERT INTO `experiment_doc` VALUES ('1891719436230160385', 'admin', '2025-02-18 13:20:35', null, null, 'A01', '1891714010675638274', '试验报告评审表', '/oss/physical/experiment_doc/1891714010675638274/20250218132034/深圳吉华微特大钴源、小钴源,电子加速器试验-试验报告评审表.docx', '20250218132034'); INSERT INTO `experiment_doc` VALUES ('1891719437505228802', 'admin', '2025-02-18 13:20:35', null, null, 'A01', '1891714010675638274', '辐照试验总结单', '/oss/physical/experiment_doc/1891714010675638274/20250218132034/深圳吉华微特大钴源、小钴源,电子加速器试验-辐照试验总结单.docx', '20250218132034'); INSERT INTO `experiment_doc` VALUES ('1891763477386850305', '批准', '2025-02-18 16:15:35', null, null, null, '1891714010675638274', '试验报告', '/oss/physical/experiment_doc/1891714010675638274/20250218161534/深圳吉华微特大钴源、小钴源,电子加速器试验-试验报告.docx', '20250218161534'); INSERT INTO `experiment_doc` VALUES ('1891766005889462273', '批准', '2025-02-18 16:25:38', null, null, null, '1891714010675638274', '试验报告', '/oss/physical/experiment_doc/1891714010675638274/20250218162537/深圳吉华微特大钴源、小钴源,电子加速器试验-试验报告.docx', '20250218162537'); INSERT INTO `experiment_doc` VALUES ('1891766200777797633', 'admin', '2025-02-18 16:26:24', null, null, 'A01', '1891714010675638274', '设备使用记录表', '/oss/physical/experiment_doc/1891714010675638274/20250218162624/深圳吉华微特大钴源、小钴源,电子加速器试验-设备使用记录表.docx', '20250218162624'); INSERT INTO `experiment_doc` VALUES ('1891766246608957441', 'admin', '2025-02-18 16:26:35', null, null, 'A01', '1891714010675638274', '试验报告评审表', '/oss/physical/experiment_doc/1891714010675638274/20250218162635/深圳吉华微特大钴源、小钴源,电子加速器试验-试验报告评审表.docx', '20250218162635'); INSERT INTO `experiment_doc` VALUES ('1891766252749418498', 'admin', '2025-02-18 16:26:37', null, null, 'A01', '1891714010675638274', '试验报告', '/oss/physical/experiment_doc/1891714010675638274/20250218162636/深圳吉华微特大钴源、小钴源,电子加速器试验-试验报告.docx', '20250218162636'); INSERT INTO `experiment_doc` VALUES ('1891766301449482241', 'admin', '2025-02-18 16:26:48', null, null, 'A01', '1891714010675638274', '辐照试验总结单', '/oss/physical/experiment_doc/1891714010675638274/20250218162648/深圳吉华微特大钴源、小钴源,电子加速器试验-辐照试验总结单.docx', '20250218162648'); INSERT INTO `experiment_doc` VALUES ('1891766304154808321', 'admin', '2025-02-18 16:26:49', null, null, 'A01', '1891714010675638274', '辐照试验总结单', '/oss/physical/experiment_doc/1891714010675638274/20250218162648/深圳吉华微特大钴源、小钴源,电子加速器试验-辐照试验总结单.docx', '20250218162648'); INSERT INTO `experiment_doc` VALUES ('1894650506768490497', 'admin', '2025-02-26 15:27:36', null, null, 'A01', '1877535814652719105', '试验报告', '/oss/physical/experiment_doc/1877535814652719105/20250226152734/中国电子科技集团公司第二十四研究所光辐射试验-试验报告.docx', '20250226152734'); INSERT INTO `experiment_doc` VALUES ('1902220039821692930', 'admin', '2025-03-19 12:46:14', null, null, 'A01', '1902217343555309570', '辐照试验计划表', '/oss/physical/experiment_doc/1902217343555309570/20250319124612/中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-辐照试验计划表.docx', '20250319124612'); INSERT INTO `experiment_doc` VALUES ('1902220041063206914', 'admin', '2025-03-19 12:46:14', null, null, 'A01', '1902217343555309570', '设备使用记录表', '/oss/physical/experiment_doc/1902217343555309570/20250319124613/中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-设备使用记录表.docx', '20250319124613'); INSERT INTO `experiment_doc` VALUES ('1902220042355052546', 'admin', '2025-03-19 12:46:14', null, null, 'A01', '1902217343555309570', '试验报告评审表', '/oss/physical/experiment_doc/1902217343555309570/20250319124614/中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-试验报告评审表.docx', '20250319124614'); INSERT INTO `experiment_doc` VALUES ('1902220044418650114', 'admin', '2025-03-19 12:46:15', null, null, 'A01', '1902217343555309570', '辐照试验总结单', '/oss/physical/experiment_doc/1902217343555309570/20250319124614/中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-辐照试验总结单.docx', '20250319124614'); INSERT INTO `experiment_doc` VALUES ('1902228067404976129', 'admin', '2025-03-19 13:18:08', null, null, 'A01', '1902226343554420737', '辐照试验计划表', '/oss/physical/experiment_doc/1902226343554420737/20250319131807/中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-辐照试验计划表.docx', '20250319131807'); INSERT INTO `experiment_doc` VALUES ('1902228068403220482', 'admin', '2025-03-19 13:18:08', null, null, 'A01', '1902226343554420737', '设备使用记录表', '/oss/physical/experiment_doc/1902226343554420737/20250319131807/中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-设备使用记录表.docx', '20250319131807'); INSERT INTO `experiment_doc` VALUES ('1902228069363716097', 'admin', '2025-03-19 13:18:08', null, null, 'A01', '1902226343554420737', '试验报告评审表', '/oss/physical/experiment_doc/1902226343554420737/20250319131807/中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-试验报告评审表.docx', '20250319131807'); INSERT INTO `experiment_doc` VALUES ('1902228071167266818', 'admin', '2025-03-19 13:18:09', null, null, 'A01', '1902226343554420737', '辐照试验总结单', '/oss/physical/experiment_doc/1902226343554420737/20250319131808/中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-辐照试验总结单.docx', '20250319131808'); INSERT INTO `experiment_doc` VALUES ('1902233449993048065', '批准', '2025-03-19 13:39:31', null, null, null, '1902226343554420737', '试验报告', '/oss/physical/experiment_doc/1902226343554420737/20250319133930/中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-试验报告.docx', '20250319133930'); INSERT INTO `experiment_doc` VALUES ('1902233453969248257', '批准', '2025-03-19 13:39:32', null, null, null, '1902226343554420737', '试验报告', '/oss/physical/experiment_doc/1902226343554420737/20250319133931/中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-试验报告.docx', '20250319133931'); INSERT INTO `experiment_doc` VALUES ('1912838536519979010', 'admin', '2025-04-17 20:00:21', null, null, 'A01', '1912838447500070913', '辐照试验计划表', '/oss/physical/experiment_doc/1912838447500070913/20250417200019/深圳吉华微特大钴源、小钴源试验-辐照试验计划表.docx', '20250417200019'); INSERT INTO `experiment_doc` VALUES ('1912838537555972098', 'admin', '2025-04-17 20:00:21', null, null, 'A01', '1912838447500070913', '设备使用记录表', '/oss/physical/experiment_doc/1912838447500070913/20250417200020/深圳吉华微特大钴源、小钴源试验-设备使用记录表.docx', '20250417200020'); INSERT INTO `experiment_doc` VALUES ('1912838539028172802', 'admin', '2025-04-17 20:00:21', null, null, 'A01', '1912838447500070913', '试验报告评审表', '/oss/physical/experiment_doc/1912838447500070913/20250417200020/深圳吉华微特大钴源、小钴源试验-试验报告评审表.docx', '20250417200020'); INSERT INTO `experiment_doc` VALUES ('1912838541444091905', 'admin', '2025-04-17 20:00:22', null, null, 'A01', '1912838447500070913', '试验报告', '/oss/physical/experiment_doc/1912838447500070913/20250417200021/深圳吉华微特大钴源、小钴源试验-试验报告.docx', '20250417200021'); INSERT INTO `experiment_doc` VALUES ('1912838542652051458', 'admin', '2025-04-17 20:00:22', null, null, 'A01', '1912838447500070913', '辐照试验总结单', '/oss/physical/experiment_doc/1912838447500070913/20250417200021/深圳吉华微特大钴源、小钴源试验-辐照试验总结单.docx', '20250417200021'); INSERT INTO `experiment_doc` VALUES ('1913062873353129986', 'admin', '2025-04-18 10:51:47', null, null, 'A01', '1912838447500070913', '试验报告', '/oss/physical/experiment_doc/1912838447500070913/20250418105146/深圳吉华微特大钴源、小钴源试验-试验报告.docx', '20250418105146'); INSERT INTO `experiment_doc` VALUES ('1913065437222113281', '批准', '2025-04-18 11:01:58', null, null, null, '1912838447500070913', '试验报告', '/oss/physical/experiment_doc/1912838447500070913/20250418110157/深圳吉华微特大钴源、小钴源试验-试验报告.docx', '20250418110157'); INSERT INTO `experiment_doc` VALUES ('1913070652138688514', '批准', '2025-04-18 11:22:41', null, null, null, '1912838447500070913', '试验报告', '/oss/physical/experiment_doc/1912838447500070913/20250418112240/深圳吉华微特大钴源、小钴源试验-试验报告.docx', '20250418112240'); INSERT INTO `experiment_doc` VALUES ('1913071342474989569', 'admin', '2025-04-18 11:25:26', null, null, 'A01', '1912838447500070913', '试验报告', '/oss/physical/experiment_doc/1912838447500070913/20250418112525/深圳吉华微特大钴源、小钴源试验-试验报告.docx', '20250418112525'); INSERT INTO `experiment_doc` VALUES ('1913071350796488706', 'admin', '2025-04-18 11:25:28', null, null, 'A01', '1912838447500070913', '试验报告评审表', '/oss/physical/experiment_doc/1912838447500070913/20250418112527/深圳吉华微特大钴源、小钴源试验-试验报告评审表.docx', '20250418112527'); INSERT INTO `experiment_doc` VALUES ('1913071358308487170', 'admin', '2025-04-18 11:25:30', null, null, 'A01', '1912838447500070913', '试验报告', '/oss/physical/experiment_doc/1912838447500070913/20250418112529/深圳吉华微特大钴源、小钴源试验-试验报告.docx', '20250418112529'); INSERT INTO `experiment_doc` VALUES ('1913071359851991041', 'admin', '2025-04-18 11:25:30', null, null, 'A01', '1912838447500070913', '设备使用记录表', '/oss/physical/experiment_doc/1912838447500070913/20250418112529/深圳吉华微特大钴源、小钴源试验-设备使用记录表.docx', '20250418112529'); INSERT INTO `experiment_doc` VALUES ('1913071363631058946', 'admin', '2025-04-18 11:25:31', null, null, 'A01', '1912838447500070913', '辐照试验计划表', '/oss/physical/experiment_doc/1912838447500070913/20250418112530/深圳吉华微特大钴源、小钴源试验-辐照试验计划表.docx', '20250418112530'); INSERT INTO `experiment_doc` VALUES ('1913071369175928833', 'admin', '2025-04-18 11:25:32', null, null, 'A01', '1912838447500070913', '试验报告', '/oss/physical/experiment_doc/1912838447500070913/20250418112531/深圳吉华微特大钴源、小钴源试验-试验报告.docx', '20250418112531'); INSERT INTO `experiment_doc` VALUES ('1913071383331704833', 'admin', '2025-04-18 11:25:36', null, null, 'A01', '1912838447500070913', '辐照试验总结单', '/oss/physical/experiment_doc/1912838447500070913/20250418112535/深圳吉华微特大钴源、小钴源试验-辐照试验总结单.docx', '20250418112535'); INSERT INTO `experiment_doc` VALUES ('1913071387421151234', 'admin', '2025-04-18 11:25:37', null, null, 'A01', '1912838447500070913', '辐照试验总结单', '/oss/physical/experiment_doc/1912838447500070913/20250418112536/深圳吉华微特大钴源、小钴源试验-辐照试验总结单.docx', '20250418112536'); INSERT INTO `experiment_doc` VALUES ('1913955376331722753', 'admin', '2025-04-20 21:58:16', null, null, 'A01', '1902217343555309570', '试验报告', '/oss/physical/experiment_doc/1902217343555309570/20250420215815/中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-试验报告.docx', '20250420215815'); INSERT INTO `experiment_doc` VALUES ('1915342955811672066', 'admin', '2025-04-24 17:52:01', null, null, 'A01', '1877535814652719105', '试验报告', '/oss/physical/experiment_doc/1877535814652719105/20250424175200/中国电子科技集团公司第二十四研究所光辐射试验-试验报告.docx', '20250424175200'); INSERT INTO `experiment_doc` VALUES ('1915343590703468545', 'admin', '2025-04-24 17:54:32', null, null, 'A01', '1902226343554420737', '辐照试验总结单', '/oss/physical/experiment_doc/1902226343554420737/20250424175431/中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-辐照试验总结单.docx', '20250424175431'); INSERT INTO `experiment_doc` VALUES ('1915343733884424193', 'admin', '2025-04-24 17:55:06', null, null, 'A01', '1912838447500070913', '辐照试验总结单', '/oss/physical/experiment_doc/1912838447500070913/20250424175505/深圳吉华微特大钴源、小钴源试验-辐照试验总结单.docx', '20250424175505'); INSERT INTO `experiment_doc` VALUES ('1915344502612267010', 'admin', '2025-04-24 17:58:09', null, null, 'A01', '1912838447500070913', '辐照试验总结单', '/oss/physical/experiment_doc/1912838447500070913/20250424175809/深圳吉华微特大钴源、小钴源试验-辐照试验总结单.docx', '20250424175809'); INSERT INTO `experiment_doc` VALUES ('1915345482011611137', 'admin', '2025-04-24 18:02:03', null, null, 'A01', '1912838447500070913', '试验报告', '/oss/physical/experiment_doc/1912838447500070913/20250424180202/深圳吉华微特大钴源、小钴源试验-试验报告.docx', '20250424180202'); INSERT INTO `experiment_doc` VALUES ('1915346223593918465', 'admin', '2025-04-24 18:05:00', null, null, 'A01', '1912838447500070913', '试验报告评审表', '/oss/physical/experiment_doc/1912838447500070913/20250424180459/深圳吉华微特大钴源、小钴源试验-试验报告评审表.docx', '20250424180459'); INSERT INTO `experiment_doc` VALUES ('1915359697610969090', 'test', '2025-04-24 18:58:32', null, null, null, '1915358525311389698', '辐照试验计划表', '/oss/physical/experiment_doc/1915358525311389698/20250424185832/中国电子科技集团公司第二十四研究所大钴源试验-辐照试验计划表.docx', '20250424185832'); INSERT INTO `experiment_doc` VALUES ('1915359698441441282', 'test', '2025-04-24 18:58:32', null, null, null, '1915358525311389698', '设备使用记录表', '/oss/physical/experiment_doc/1915358525311389698/20250424185832/中国电子科技集团公司第二十四研究所大钴源试验-设备使用记录表.docx', '20250424185832'); INSERT INTO `experiment_doc` VALUES ('1915359699204804609', 'test', '2025-04-24 18:58:33', null, null, null, '1915358525311389698', '试验报告评审表', '/oss/physical/experiment_doc/1915358525311389698/20250424185832/中国电子科技集团公司第二十四研究所大钴源试验-试验报告评审表.docx', '20250424185832'); INSERT INTO `experiment_doc` VALUES ('1915359700932857857', 'test', '2025-04-24 18:58:33', null, null, null, '1915358525311389698', '试验报告', '/oss/physical/experiment_doc/1915358525311389698/20250424185832/中国电子科技集团公司第二十四研究所大钴源试验-试验报告.docx', '20250424185832'); INSERT INTO `experiment_doc` VALUES ('1915359701884964865', 'test', '2025-04-24 18:58:33', null, null, null, '1915358525311389698', '辐照试验总结单', '/oss/physical/experiment_doc/1915358525311389698/20250424185833/中国电子科技集团公司第二十四研究所大钴源试验-辐照试验总结单.docx', '20250424185833'); INSERT INTO `experiment_doc` VALUES ('1919428153599791106', 'admin', '2025-05-06 00:25:08', null, null, 'A01', '1877535814652719105', '试验报告', '/oss/physical/experiment_doc/1877535814652719105/20250506002505/试验报告-中国电子科技集团公司第二十四研究所光辐射试验.zip', '20250506002505'); INSERT INTO `experiment_doc` VALUES ('1919428161015320577', 'admin', '2025-05-06 00:25:09', null, null, 'A01', '1877535814652719105', '辐照试验总结单', '/oss/physical/experiment_doc/1877535814652719105/20250506002509/中国电子科技集团公司第二十四研究所光辐射试验-辐照试验总结单.docx', '20250506002509'); INSERT INTO `experiment_doc` VALUES ('1919428175938654209', 'admin', '2025-05-06 00:25:13', null, null, 'A01', '1877535814652719105', '设备使用记录表', '/oss/physical/experiment_doc/1877535814652719105/20250506002512/中国电子科技集团公司第二十四研究所光辐射试验-设备使用记录表.docx', '20250506002512'); INSERT INTO `experiment_doc` VALUES ('1919434689562763266', 'admin', '2025-05-06 00:51:06', null, null, 'A01', '1877535814652719105', '辐照试验计划表', '/oss/physical/experiment_doc/1877535814652719105/20250506005104/中国电子科技集团公司第二十四研究所光辐射试验-辐照试验计划表.docx', '20250506005104'); INSERT INTO `experiment_doc` VALUES ('1919434702976147458', 'admin', '2025-05-06 00:51:09', null, null, 'A01', '1877535814652719105', '试验报告评审表', '/oss/physical/experiment_doc/1877535814652719105/20250506005108/中国电子科技集团公司第二十四研究所光辐射试验-试验报告评审表.docx', '20250506005108'); -- ---------------------------- -- Table structure for experiment_file -- ---------------------------- DROP TABLE IF EXISTS `experiment_file`; CREATE TABLE `experiment_file` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `experiment_id` varchar(36) DEFAULT NULL COMMENT '试验ID', `file_name` varchar(255) DEFAULT NULL COMMENT '文件名称', `file_type` varchar(32) DEFAULT NULL COMMENT '类型', `file_url` varchar(1024) DEFAULT NULL COMMENT '文件链接', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_file -- ---------------------------- INSERT INTO `experiment_file` VALUES ('1875470064584699906', 'admin', '2025-01-04 17:11:23', 'admin', '2025-01-04 22:36:12', 'A01', '1875469554012073986', 'OP07D.pdf', 'fzsywts', ''); INSERT INTO `experiment_file` VALUES ('1875470064609865729', 'admin', '2025-01-04 17:11:23', 'admin', '2025-01-04 22:36:12', 'A01', '1875469554012073986', '捕获2.PNG', 'sydg', ''); INSERT INTO `experiment_file` VALUES ('1875548850923712513', 'admin', '2025-01-04 22:24:27', 'admin', '2025-01-05 22:00:12', 'A01', '1875535314453475329', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'fzsywts', ''); INSERT INTO `experiment_file` VALUES ('1875548851024375809', 'admin', '2025-01-04 22:24:27', 'admin', '2025-01-05 22:00:12', 'A01', '1875535314453475329', '捕获.PNG', 'sydg', ''); INSERT INTO `experiment_file` VALUES ('1875550219109871617', 'admin', '2025-01-04 22:29:53', 'admin', '2025-01-04 22:30:11', 'A01', '1875535437426274306', '新建文本文档.txt', 'fzsywts', ''); INSERT INTO `experiment_file` VALUES ('1875550296217956353', 'admin', '2025-01-04 22:30:11', null, null, 'A01', '1875535437426274306', '捕获2.PNG', 'sydg', ''); INSERT INTO `experiment_file` VALUES ('1875551810147790849', 'admin', '2025-01-04 22:36:12', null, null, 'A01', '1875469554012073986', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'gtjlb', ''); INSERT INTO `experiment_file` VALUES ('1875551810164568066', 'admin', '2025-01-04 22:36:12', null, null, 'A01', '1875469554012073986', '捕获.PNG', 'htwtspsb', ''); INSERT INTO `experiment_file` VALUES ('1875551810181345282', 'admin', '2025-01-04 22:36:12', null, null, 'A01', '1875469554012073986', 'AT27BV256.pdf', 'sydgpsb', ''); INSERT INTO `experiment_file` VALUES ('1875551810198122498', 'admin', '2025-01-04 22:36:12', null, null, 'A01', '1875469554012073986', '新建文本文档.txt', 'sylcjyd', ''); INSERT INTO `experiment_file` VALUES ('1875551810214899714', 'admin', '2025-01-04 22:36:12', null, null, 'A01', '1875469554012073986', '捕获.PNG', 'fzsyggsqb', ''); INSERT INTO `experiment_file` VALUES ('1875551810240065538', 'admin', '2025-01-04 22:36:12', null, null, 'A01', '1875469554012073986', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'mydcb', ''); INSERT INTO `experiment_file` VALUES ('1875551810256842753', 'admin', '2025-01-04 22:36:12', null, null, 'A01', '1875469554012073986', 'AT27BV256.pdf', 'qtwj', ''); INSERT INTO `experiment_file` VALUES ('1876179478803296258', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', '辐照试验委托书.docx', 'fzsywts', '/oss/physical/temp/辐照试验委托书_1736150967303.docx'); INSERT INTO `experiment_file` VALUES ('1876179478828462082', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', 'cs001试验大纲.docx', 'sydg', '/oss/physical/temp/cs001试验大纲_1736150973864.docx'); INSERT INTO `experiment_file` VALUES ('1876179478845239297', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', 'cs002试验大纲.docx', 'sydg', '/oss/physical/temp/cs002试验大纲_1736150976462.docx'); INSERT INTO `experiment_file` VALUES ('1876179478862016514', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', '沟通记录表.docx', 'gtjlb', '/oss/physical/temp/沟通记录表_1736150980381.docx'); INSERT INTO `experiment_file` VALUES ('1876179478878793730', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', '合同委托评审表.docx', 'htwtspsb', '/oss/physical/temp/合同委托评审表_1736150986023.docx'); INSERT INTO `experiment_file` VALUES ('1876179478895570946', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', '试验大纲评审表.docx', 'sydgpsb', '/oss/physical/temp/试验大纲评审表_1736150991931.docx'); INSERT INTO `experiment_file` VALUES ('1876179478912348162', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', '试验流程检查单.docx', 'sylcjyd', '/oss/physical/temp/试验流程检查单_1736150999466.docx'); INSERT INTO `experiment_file` VALUES ('1876179478929125377', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', '辐照试验更改申请表.docx', 'fzsyggsqb', '/oss/physical/temp/辐照试验更改申请表_1736151005467.docx'); INSERT INTO `experiment_file` VALUES ('1876179478945902594', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', '满意度调查表.docx', 'mydcb', '/oss/physical/temp/满意度调查表_1736151010530.docx'); INSERT INTO `experiment_file` VALUES ('1876446525181337601', 'admin', '2025-01-07 09:51:29', 'admin', '2025-01-07 09:54:59', 'A01', '1876444926627225602', '新建 XLS 工作表.xls', 'fzsywts', '/oss/physical/temp/新建XLS工作表_1736214678487.xls'); INSERT INTO `experiment_file` VALUES ('1876446525198114818', 'admin', '2025-01-07 09:51:29', 'admin', '2025-01-07 09:54:59', 'A01', '1876444926627225602', '新建 DOCX 文档.docx', 'sydg', '/oss/physical/temp/新建DOCX文档_1736214684407.docx'); INSERT INTO `experiment_file` VALUES ('1876447775360753665', 'admin', '2025-01-07 09:56:27', null, null, 'A01', '1876447775302033410', '新建 DOCX 文档.docx', 'fzsywts', '/oss/physical/temp/新建DOCX文档_1736214975837.docx'); INSERT INTO `experiment_file` VALUES ('1876447775369142273', 'admin', '2025-01-07 09:56:27', null, null, 'A01', '1876447775302033410', '新建 XLSX 工作表.xlsx', 'sydg', '/oss/physical/temp/新建XLSX工作表_1736214984072.xlsx'); INSERT INTO `experiment_file` VALUES ('1877523431712550913', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 10:00:19', 'A01', '1877523431544778753', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'fzsywts', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471426932.pdf'); INSERT INTO `experiment_file` VALUES ('1877523431729328129', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 10:00:19', 'A01', '1877523431544778753', 'AT27BV256.pdf', 'sydg', '/oss/physical/temp/AT27BV256_1736471435865.pdf'); INSERT INTO `experiment_file` VALUES ('1877523901482987521', 'admin', '2025-01-10 09:12:35', 'admin', '2025-01-10 10:00:19', 'A01', '1877523431544778753', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'gtjlb', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471495321.pdf'); INSERT INTO `experiment_file` VALUES ('1877523901499764738', 'admin', '2025-01-10 09:12:35', 'admin', '2025-01-10 10:00:19', 'A01', '1877523431544778753', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'htwtspsb', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471501362.pdf'); INSERT INTO `experiment_file` VALUES ('1877523901516541954', 'admin', '2025-01-10 09:12:35', 'admin', '2025-01-10 10:00:19', 'A01', '1877523431544778753', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'htwtspsb', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471518940.pdf'); INSERT INTO `experiment_file` VALUES ('1877523901533319169', 'admin', '2025-01-10 09:12:35', 'admin', '2025-01-10 10:00:19', 'A01', '1877523431544778753', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'sydgpsb', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471540112.pdf'); INSERT INTO `experiment_file` VALUES ('1877523901550096386', 'admin', '2025-01-10 09:12:35', 'admin', '2025-01-10 10:00:19', 'A01', '1877523431544778753', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'sylcjyd', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471551237.pdf'); INSERT INTO `experiment_file` VALUES ('1877534725584908289', 'admin', '2025-01-10 09:55:36', null, null, 'A01', '1877534015111753729', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'fzsywts', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736474128459.pdf'); INSERT INTO `experiment_file` VALUES ('1877534725601685505', 'admin', '2025-01-10 09:55:36', null, null, 'A01', '1877534015111753729', '新建文本文档.txt', 'sydg', '/oss/physical/temp/新建文本文档_1736474134553.txt'); INSERT INTO `experiment_file` VALUES ('1877535993241989121', 'admin', '2025-01-10 10:00:38', 'admin', '2025-01-10 10:14:51', 'A01', '1877535814652719105', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'fzsywts', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736474429872.pdf'); INSERT INTO `experiment_file` VALUES ('1877535993258766338', 'admin', '2025-01-10 10:00:38', 'admin', '2025-01-10 10:14:51', 'A01', '1877535814652719105', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'sydg', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736474436877.pdf'); INSERT INTO `experiment_file` VALUES ('1877539568911314945', 'admin', '2025-01-10 10:14:51', null, null, 'A01', '1877535814652719105', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'gtjlb', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736475269433.pdf'); INSERT INTO `experiment_file` VALUES ('1877539568936480770', 'admin', '2025-01-10 10:14:51', null, null, 'A01', '1877535814652719105', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'htwtspsb', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736475276286.pdf'); INSERT INTO `experiment_file` VALUES ('1877539568961646593', 'admin', '2025-01-10 10:14:51', null, null, 'A01', '1877535814652719105', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'sydgpsb', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736475282838.pdf'); INSERT INTO `experiment_file` VALUES ('1877539568986812418', 'admin', '2025-01-10 10:14:51', null, null, 'A01', '1877535814652719105', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', 'sylcjyd', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736475289152.pdf'); INSERT INTO `experiment_file` VALUES ('1877563529313316866', 'admin', '2025-01-10 11:50:03', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', '辐照试验委托书.docx', 'fzsywts', '/oss/physical/temp/辐照试验委托书_1736480459622.docx'); INSERT INTO `experiment_file` VALUES ('1877565820573511681', 'admin', '2025-01-10 11:59:10', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', 'cs001试验大纲.docx', 'sydg', '/oss/physical/temp/cs001试验大纲_1736481492695.docx'); INSERT INTO `experiment_file` VALUES ('1877565820590288898', 'admin', '2025-01-10 11:59:10', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', 'cs002试验大纲.docx', 'sydg', '/oss/physical/temp/cs002试验大纲_1736481497635.docx'); INSERT INTO `experiment_file` VALUES ('1877565820607066113', 'admin', '2025-01-10 11:59:10', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', '沟通记录表.docx', 'gtjlb', '/oss/physical/temp/沟通记录表_1736481510776.docx'); INSERT INTO `experiment_file` VALUES ('1877565820623843329', 'admin', '2025-01-10 11:59:10', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', '合同委托评审表.docx', 'htwtspsb', '/oss/physical/temp/合同委托评审表_1736481529181.docx'); INSERT INTO `experiment_file` VALUES ('1877565820632231937', 'admin', '2025-01-10 11:59:10', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', '试验大纲评审表.docx', 'sydgpsb', '/oss/physical/temp/试验大纲评审表_1736481540068.docx'); INSERT INTO `experiment_file` VALUES ('1877575604932636674', 'admin', '2025-01-10 12:38:03', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', '试验流程检查单.docx', 'sylcjyd', '/oss/physical/temp/试验流程检查单_1736483880361.docx'); INSERT INTO `experiment_file` VALUES ('1878761734558380033', 'admin', '2025-01-13 19:11:18', 'admin', '2025-01-22 23:03:15', 'A01', '1878761585824165890', '数据库中的问题.docx', 'fzsywts', '/oss/physical/temp/数据库中的问题_1736766673290.docx'); INSERT INTO `experiment_file` VALUES ('1878761820998791169', 'admin', '2025-01-13 19:11:38', 'admin', '2025-01-22 23:03:15', 'A01', '1878761585824165890', '新增功能20241031.docx', 'sydg', '/oss/physical/temp/新增功能20241031_1736766694710.docx'); INSERT INTO `experiment_file` VALUES ('1891719421747228673', 'admin', '2025-02-18 13:20:31', null, null, 'A01', '1891714010675638274', '辐照试验委托书.docx', 'fzsywts', '/oss/physical/temp/辐照试验委托书_1739855795916.docx'); INSERT INTO `experiment_file` VALUES ('1891719421764005890', 'admin', '2025-02-18 13:20:31', null, null, 'A01', '1891714010675638274', 'cs001试验大纲.docx', 'sydg', '/oss/physical/temp/cs001试验大纲_1739855848965.docx'); INSERT INTO `experiment_file` VALUES ('1891719421780783106', 'admin', '2025-02-18 13:20:31', null, null, 'A01', '1891714010675638274', 'cs002试验大纲.docx', 'sydg', '/oss/physical/temp/cs002试验大纲_1739855848967.docx'); INSERT INTO `experiment_file` VALUES ('1891719421831114754', 'admin', '2025-02-18 13:20:31', null, null, 'A01', '1891714010675638274', '沟通记录表.docx', 'gtjlb', '/oss/physical/temp/沟通记录表_1739855870724.docx'); INSERT INTO `experiment_file` VALUES ('1891719421856280578', 'admin', '2025-02-18 13:20:31', null, null, 'A01', '1891714010675638274', '合同委托评审表.docx', 'htwtspsb', '/oss/physical/temp/合同委托评审表_1739856004118.docx'); INSERT INTO `experiment_file` VALUES ('1891719421873057793', 'admin', '2025-02-18 13:20:31', null, null, 'A01', '1891714010675638274', '试验大纲评审表.docx', 'sydgpsb', '/oss/physical/temp/试验大纲评审表_1739856012217.docx'); INSERT INTO `experiment_file` VALUES ('1891719421906612225', 'admin', '2025-02-18 13:20:31', null, null, 'A01', '1891714010675638274', '试验流程检查单.docx', 'sylcjyd', '/oss/physical/temp/试验流程检查单_1739856019228.docx'); INSERT INTO `experiment_file` VALUES ('1891719421940166658', 'admin', '2025-02-18 13:20:31', null, null, 'A01', '1891714010675638274', '满意度调查表.docx', 'mydcb', '/oss/physical/temp/满意度调查表_1739856027217.docx'); INSERT INTO `experiment_file` VALUES ('1902217344058626049', 'admin', '2025-03-19 12:35:31', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', '辐照试验委托书.docx', 'fzsywts', '/oss/physical/temp/辐照试验委托书_1742358927814.docx'); INSERT INTO `experiment_file` VALUES ('1902217427663687682', 'admin', '2025-03-19 12:35:51', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', 'cs001试验大纲.docx', 'sydg', '/oss/physical/temp/cs001试验大纲_1742358949054.docx'); INSERT INTO `experiment_file` VALUES ('1902225719303573505', 'admin', '2025-03-19 13:08:48', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', '沟通记录表.docx', 'gtjlb', '/oss/physical/temp/沟通记录表_1742360912690.docx'); INSERT INTO `experiment_file` VALUES ('1902225719320350721', 'admin', '2025-03-19 13:08:48', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', '合同委托评审表.docx', 'htwtspsb', '/oss/physical/temp/合同委托评审表_1742360917285.docx'); INSERT INTO `experiment_file` VALUES ('1902225719370682370', 'admin', '2025-03-19 13:08:48', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', '试验大纲评审表.docx', 'sydgpsb', '/oss/physical/temp/试验大纲评审表_1742360924487.docx'); INSERT INTO `experiment_file` VALUES ('1902225811913805826', 'admin', '2025-03-19 13:09:10', null, null, 'A01', '1902217343555309570', '试验流程检查单.docx', 'sylcjyd', '/oss/physical/temp/试验流程检查单_1742360944403.docx'); INSERT INTO `experiment_file` VALUES ('1902228058496274434', 'admin', '2025-03-19 13:18:05', 'admin', '2025-03-19 13:32:12', 'A01', '1902226343554420737', '辐照试验委托书.docx', 'fzsywts', '/oss/physical/temp/辐照试验委托书_1742361467151.docx'); INSERT INTO `experiment_file` VALUES ('1902228058513051650', 'admin', '2025-03-19 13:18:05', 'admin', '2025-03-19 13:32:12', 'A01', '1902226343554420737', 'cs001试验大纲.docx', 'sydg', '/oss/physical/temp/cs001试验大纲_1742361479621.docx'); INSERT INTO `experiment_file` VALUES ('1902231609532452865', 'admin', '2025-03-19 13:32:12', null, null, 'A01', '1902226343554420737', '沟通记录表.docx', 'gtjlb', '/oss/physical/temp/沟通记录表_1742362313248.docx'); INSERT INTO `experiment_file` VALUES ('1902231609549230081', 'admin', '2025-03-19 13:32:12', null, null, 'A01', '1902226343554420737', '合同委托评审表.docx', 'htwtspsb', '/oss/physical/temp/合同委托评审表_1742362319394.docx'); INSERT INTO `experiment_file` VALUES ('1902231609557618690', 'admin', '2025-03-19 13:32:12', null, null, 'A01', '1902226343554420737', '试验大纲评审表.docx', 'sydgpsb', '/oss/physical/temp/试验大纲评审表_1742362325524.docx'); INSERT INTO `experiment_file` VALUES ('1902231609599561729', 'admin', '2025-03-19 13:32:12', null, null, 'A01', '1902226343554420737', '试验流程检查单.docx', 'sylcjyd', '/oss/physical/temp/试验流程检查单_1742362329921.docx'); INSERT INTO `experiment_file` VALUES ('1912838447835615234', 'admin', '2025-04-17 19:59:59', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', '辐照试验委托书.docx', 'fzsywts', '/oss/physical/temp/辐照试验委托书_1744891086316.docx'); INSERT INTO `experiment_file` VALUES ('1912838447852392450', 'admin', '2025-04-17 19:59:59', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', 'LM001试验大纲.docx', 'sydg', '/oss/physical/temp/LM001试验大纲_1744891143125.docx'); INSERT INTO `experiment_file` VALUES ('1912838447869169666', 'admin', '2025-04-17 19:59:59', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', 'LM002试验大纲.docx', 'sydg', '/oss/physical/temp/LM002试验大纲_1744891143126.docx'); INSERT INTO `experiment_file` VALUES ('1912838447885946881', 'admin', '2025-04-17 19:59:59', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', 'LM003试验大纲.docx', 'sydg', '/oss/physical/temp/LM003试验大纲_1744891143126.docx'); INSERT INTO `experiment_file` VALUES ('1912838447902724097', 'admin', '2025-04-17 19:59:59', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', '沟通记录表.docx', 'gtjlb', '/oss/physical/temp/沟通记录表_1744891159050.docx'); INSERT INTO `experiment_file` VALUES ('1912838447919501314', 'admin', '2025-04-17 19:59:59', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', '合同委托评审表.docx', 'htwtspsb', '/oss/physical/temp/合同委托评审表_1744891168736.docx'); INSERT INTO `experiment_file` VALUES ('1912838447936278529', 'admin', '2025-04-17 19:59:59', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', '试验大纲评审表.docx', 'sydgpsb', '/oss/physical/temp/试验大纲评审表_1744891175228.docx'); INSERT INTO `experiment_file` VALUES ('1912838447953055746', 'admin', '2025-04-17 19:59:59', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', '试验流程检查单.docx', 'sylcjyd', '/oss/physical/temp/试验流程检查单_1744891182250.docx'); INSERT INTO `experiment_file` VALUES ('1912838447969832961', 'admin', '2025-04-17 19:59:59', 'admin', '2025-04-17 20:09:59', 'A01', '1912838447500070913', '辐照试验更改申请表.docx', 'fzsyggsqb', '/oss/physical/temp/辐照试验更改申请表_1744891188744.docx'); INSERT INTO `experiment_file` VALUES ('1915359684403105794', 'test', '2025-04-24 18:58:29', null, null, null, '1915358525311389698', '无标题.png', 'fzsywts', '/oss/physical/temp/无标题_1745492274766.png'); INSERT INTO `experiment_file` VALUES ('1915359684419883009', 'test', '2025-04-24 18:58:29', null, null, null, '1915358525311389698', '无标题.png', 'sydg', '/oss/physical/temp/无标题_1745492281564.png'); INSERT INTO `experiment_file` VALUES ('1915359684503769090', 'test', '2025-04-24 18:58:29', null, null, null, '1915358525311389698', '无标题.png', 'gtjlb', '/oss/physical/temp/无标题_1745492285823.png'); INSERT INTO `experiment_file` VALUES ('1915359684512157697', 'test', '2025-04-24 18:58:29', null, null, null, '1915358525311389698', '无标题.png', 'htwtspsb', '/oss/physical/temp/无标题_1745492289755.png'); INSERT INTO `experiment_file` VALUES ('1915359684528934913', 'test', '2025-04-24 18:58:29', null, null, null, '1915358525311389698', '无标题.png', 'sydgpsb', '/oss/physical/temp/无标题_1745492292619.png'); INSERT INTO `experiment_file` VALUES ('1915359684545712129', 'test', '2025-04-24 18:58:29', null, null, null, '1915358525311389698', '无标题.png', 'sylcjyd', '/oss/physical/temp/无标题_1745492295861.png'); INSERT INTO `experiment_file` VALUES ('1915359684570877953', 'test', '2025-04-24 18:58:29', null, null, null, '1915358525311389698', '无标题.png', 'fzsyggsqb', '/oss/physical/temp/无标题_1745492298978.png'); INSERT INTO `experiment_file` VALUES ('1915359684579266562', 'test', '2025-04-24 18:58:29', null, null, null, '1915358525311389698', '无标题.png', 'mydcb', '/oss/physical/temp/无标题_1745492302651.png'); INSERT INTO `experiment_file` VALUES ('1915359684596043778', 'test', '2025-04-24 18:58:29', null, null, null, '1915358525311389698', '无标题.png', 'qtwj', '/oss/physical/temp/无标题_1745492305925.png'); -- ---------------------------- -- Table structure for experiment_irradiation_board -- ---------------------------- DROP TABLE IF EXISTS `experiment_irradiation_board`; CREATE TABLE `experiment_irradiation_board` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `experiment_id` varchar(36) NOT NULL COMMENT '试验ID', `sample_type` varchar(255) DEFAULT NULL COMMENT '样品类型', `sample_model` varchar(255) DEFAULT NULL COMMENT '样品型号', `irradiation_board_number` varchar(255) DEFAULT NULL COMMENT '辐照板数量', `irradiation_board_code` varchar(255) DEFAULT NULL COMMENT '辐照板编号', `measurement_validity` varchar(255) DEFAULT NULL COMMENT '计量有效期', `source_area` varchar(32) DEFAULT NULL COMMENT '占源面积', `sample_image` longtext COMMENT '图片', `sample_batch` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_irradiation_board -- ---------------------------- INSERT INTO `experiment_irradiation_board` VALUES ('1875493983760887810', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-04 22:36:12', 'A01', '1875469554012073986', null, '测试样品型号', '11', '-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11', '2025-01-04', '11111', '上传失败!', null); INSERT INTO `experiment_irradiation_board` VALUES ('1875535314478641153', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-05 22:00:12', 'A01', '1875535314453475329', null, '测试', '11', '-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11', null, '11', '上传失败!', null); INSERT INTO `experiment_irradiation_board` VALUES ('1875535437451440130', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-04 22:30:11', 'A01', '1875535437426274306', null, '测试样品型号', '11', '-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11', null, null, null, null); INSERT INTO `experiment_irradiation_board` VALUES ('1875764501965615105', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-04 22:24:27', 'A01', '1875764501823008769', null, '测试', '11', '-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11', null, null, null, null); INSERT INTO `experiment_irradiation_board` VALUES ('1876179478769741825', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', null, 'cs001', '2', '-1,-2', '2025-01-06至2025-02-16', '10*10,10*20', '/oss/physical/temp/IMG_20241219_164837_1736150779241.jpg,/oss/physical/temp/IMG_20241219_164848_1736150785118.jpg', null); INSERT INTO `experiment_irradiation_board` VALUES ('1876179478786519042', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', null, 'cs002', '2', '-1,-2', '2025-01-06至2025-02-16', '10*10,10*20', '/oss/physical/temp/IMG_20241219_164837_1736150783152.jpg,/oss/physical/temp/IMG_20241219_164848_1736150787636.jpg', null); INSERT INTO `experiment_irradiation_board` VALUES ('1876187752332206082', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-06 16:25:34', 'A01', '1876187752189599745', null, 'cs001', '2', '-1,-2', null, null, null, null); INSERT INTO `experiment_irradiation_board` VALUES ('1876187752390926338', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-06 16:25:34', 'A01', '1876187752189599745', null, 'cs002', '2', '-1,-2', null, null, null, null); INSERT INTO `experiment_irradiation_board` VALUES ('1876444926769831938', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-07 09:54:59', 'A01', '1876444926627225602', null, '测试', '11', '-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11', null, null, null, null); INSERT INTO `experiment_irradiation_board` VALUES ('1876447344798670850', 'admin', '2025-01-07 09:54:44', 'admin', '2025-01-07 09:54:59', 'A01', '1876444926627225602', null, '测试样品型号', '10', '-1,-2,-3,-4,-5,-6,-7,-8,-9,-10', null, '10', null, null); INSERT INTO `experiment_irradiation_board` VALUES ('1876448561016807425', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-05 22:00:12', 'A01', '1876448560966475778', null, '测试', '11', '-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11', null, null, null, null); INSERT INTO `experiment_irradiation_board` VALUES ('1877523431687385089', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 10:00:18', 'A01', '1877523431544778753', null, '测试样品型号', '10', '-1,-2,-3,-4,-5,-6,-7,-8,-9,-10', null, '10', '/oss/physical/temp/捕获_1736471387410.PNG', null); INSERT INTO `experiment_irradiation_board` VALUES ('1877534015145308161', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 09:57:48', 'A01', '1877534015111753729', null, '测试样品型号', '10', '-1,-2,-3,-4,-5,-6,-7,-8,-9,-10', '至', null, null, null); INSERT INTO `experiment_irradiation_board` VALUES ('1877535332429393921', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 09:12:35', 'A01', '1877535332412616705', null, '测试样品型号', '10', '-1,-2,-3,-4,-5,-6,-7,-8,-9,-10', null, null, null, null); INSERT INTO `experiment_irradiation_board` VALUES ('1877535814677884930', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 10:14:51', 'A01', '1877535814652719105', null, '测试样品型号', '10', '-1,-2,-3,-4,-5,-6,-7,-8,-9,-10', '至', null, null, null); INSERT INTO `experiment_irradiation_board` VALUES ('1877563529288151041', 'admin', '2025-01-10 11:50:03', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', null, 'test001', '2', '-1,-2', '2025-01-09至2025-01-10', '20*5*2', '/oss/physical/temp/IMG_20241219_164837_1736478939173.jpg', null); INSERT INTO `experiment_irradiation_board` VALUES ('1877563529304928257', 'admin', '2025-01-10 11:50:03', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', null, 'test003', '3', '-1,-2,-3', '2025-01-09至2025-01-10', '30*10*3', '/oss/physical/temp/IMG_20241219_164837_1736478943548.jpg', null); INSERT INTO `experiment_irradiation_board` VALUES ('1891714011044737026', 'admin', '2025-02-18 12:59:01', 'admin', '2025-02-18 15:32:11', 'A01', '1891714010675638274', null, '1876179478509694978', '2', '-1,-2', '2025-02-18至2025-02-19', '20*30,50*30', '/oss/physical/temp/IMG_20241219_164837_1739854197290.jpg', null); INSERT INTO `experiment_irradiation_board` VALUES ('1891714011069902849', 'admin', '2025-02-18 12:59:01', 'admin', '2025-02-18 15:32:11', 'A01', '1891714010675638274', null, '1876179478534860801', '1', '-1', '2025-02-18至2025-02-19', '35*35', '/oss/physical/temp/IMG_20241219_164837_1739854200466.jpg', null); INSERT INTO `experiment_irradiation_board` VALUES ('1902217343932796929', 'admin', '2025-03-19 12:35:00', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', null, '1876179478509694978', '2', '-1,-2', '至', '25*35,25*35', '/oss/physical/temp/IMG_20241219_164837_1742358510088.jpg,/oss/physical/temp/IMG_20241219_164848_1742358514147.jpg', '1876179478509694978'); INSERT INTO `experiment_irradiation_board` VALUES ('1902219587092713473', 'admin', '2025-03-19 12:44:00', 'admin', '2025-03-19 13:09:10', 'A01', '1902217343555309570', null, '1876179478534860801', '3', '-1,-2,-3', '至', '25*15,15*15,25*25', '/oss/physical/temp/IMG_20241219_164837_1742359338532.jpg', '1876179478534860801'); INSERT INTO `experiment_irradiation_board` VALUES ('1902226343655084034', 'admin', '2025-03-19 12:35:00', 'admin', '2025-03-19 13:32:12', 'A01', '1902226343554420737', null, '1876179478509694978', '2', '-1,-2', '至', null, null, '1876179478509694978'); INSERT INTO `experiment_irradiation_board` VALUES ('1902226343697027073', 'admin', '2025-03-19 12:44:00', 'admin', '2025-03-19 13:32:12', 'A01', '1902226343554420737', null, '1876179478534860801', '3', '-1,-2,-3', '至', null, null, '1876179478534860801'); INSERT INTO `experiment_irradiation_board` VALUES ('1912838447768506369', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-18 09:51:52', 'A01', '1912838447500070913', null, 'LM001', '2', '-1,-2', '2025-04-14至2025-04-17', '10*30,10*30', '/oss/physical/temp/001_1744890835398.jpg', '001'); INSERT INTO `experiment_irradiation_board` VALUES ('1912838447793672193', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-18 09:51:52', 'A01', '1912838447500070913', null, 'LM002', '1', '-1', '2025-04-14至2025-04-17', '20*20', '/oss/physical/temp/002_1744890864959.jpg', '001'); INSERT INTO `experiment_irradiation_board` VALUES ('1912838447810449409', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-18 09:51:52', 'A01', '1912838447500070913', null, 'LM003', '3', '-1,-2,-3', '2025-04-14至2025-04-17', '10*30*3', '/oss/physical/temp/003_1744890897066.jpg', '001'); INSERT INTO `experiment_irradiation_board` VALUES ('1912840963847589889', 'admin', '2025-04-17 20:09:59', 'admin', '2025-04-18 09:51:52', 'A01', '1912838447500070913', null, 'LM004', '1', '-1', '2025-04-14至2025-04-17', '10*40', '/oss/physical/temp/3_1744891731356.jpg,/oss/physical/temp/偏置图_1744891737789.png', '001'); INSERT INTO `experiment_irradiation_board` VALUES ('1913079713194283010', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-18 09:51:52', 'A01', '1913079713068453890', null, 'LM001', '2', '-1,-2', null, null, null, '001'); INSERT INTO `experiment_irradiation_board` VALUES ('1913079713219448833', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-18 09:51:52', 'A01', '1913079713068453890', null, 'LM002', '1', '-1', null, null, null, '001'); INSERT INTO `experiment_irradiation_board` VALUES ('1913079713227837441', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-18 09:51:52', 'A01', '1913079713068453890', null, 'LM003', '3', '-1,-2,-3', null, null, null, '001'); INSERT INTO `experiment_irradiation_board` VALUES ('1913079713244614657', 'admin', '2025-04-17 20:09:59', 'admin', '2025-04-18 09:51:52', 'A01', '1913079713068453890', null, 'LM004', '1', '-1', null, null, null, '001'); INSERT INTO `experiment_irradiation_board` VALUES ('1915359485714731009', 'test', '2025-04-24 18:57:00', 'test', '2025-04-24 18:59:16', null, '1915358525311389698', null, 'i岁发的会受到', '1', '-1', '2025-04-24至2025-04-24', '1', '/oss/physical/temp/无标题_1745492222352.png', '003'); -- ---------------------------- -- Table structure for experiment_log -- ---------------------------- DROP TABLE IF EXISTS `experiment_log`; CREATE TABLE `experiment_log` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `experiment_id` varchar(36) DEFAULT NULL COMMENT '试验ID', `log_content` longtext COMMENT '日志内容', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_log -- ---------------------------- INSERT INTO `experiment_log` VALUES ('1875469554230177793', '管理员', '2025-01-04 17:09:21', null, null, 'A01', '1875469554012073986', '新建实验'); INSERT INTO `experiment_log` VALUES ('1875470064660197377', '管理员', '2025-01-04 17:11:23', null, null, 'A01', '1875469554012073986', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1875493983920271362', '管理员', '2025-01-04 18:46:25', null, null, 'A01', '1875469554012073986', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1875494287063592961', '管理员', '2025-01-04 18:47:38', null, null, 'A01', '1875469554012073986', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1875495186032963585', '管理员', '2025-01-04 18:51:12', null, null, 'A01', '1875469554012073986', '添加测试过程'); INSERT INTO `experiment_log` VALUES ('1875496450565287937', '管理员', '2025-01-04 18:56:14', null, null, 'A01', '1875469554012073986', '添加退火过程'); INSERT INTO `experiment_log` VALUES ('1875548851116650497', '管理员', '2025-01-04 22:24:27', null, null, 'A01', '1875535314453475329', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1875550219193757697', '管理员', '2025-01-04 22:29:53', null, null, 'A01', '1875535437426274306', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1875550296259899394', '管理员', '2025-01-04 22:30:11', null, null, 'A01', '1875535437426274306', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1875551810466557953', '管理员', '2025-01-04 22:36:12', null, null, 'A01', '1875469554012073986', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1875552744307372033', '管理员', '2025-01-04 22:39:55', null, null, 'A01', '1875535314453475329', '编辑测试过程'); INSERT INTO `experiment_log` VALUES ('1875554738610843650', '管理员', '2025-01-04 22:47:50', null, null, 'A01', '1875535314453475329', '编辑测试过程'); INSERT INTO `experiment_log` VALUES ('1875554862288285697', '管理员', '2025-01-04 22:48:20', null, null, 'A01', '1875535314453475329', '编辑退火过程'); INSERT INTO `experiment_log` VALUES ('1875905137045843970', '管理员', '2025-01-05 22:00:12', null, null, 'A01', '1875535314453475329', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1876179478987845633', '管理员', '2025-01-06 16:10:20', null, null, 'A01', '1876179478450974721', '新建实验'); INSERT INTO `experiment_log` VALUES ('1876180679468953602', '管理员', '2025-01-06 16:15:06', null, null, 'A01', '1876179478450974721', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1876181349458685953', '管理员', '2025-01-06 16:17:46', null, null, 'A01', '1876179478450974721', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1876183310354526209', '管理员', '2025-01-06 16:25:34', null, null, 'A01', '1876179478450974721', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1876184117611245570', '管理员', '2025-01-06 16:28:46', null, null, 'A01', '1876179478450974721', '添加测试过程'); INSERT INTO `experiment_log` VALUES ('1876184737181249538', '管理员', '2025-01-06 16:31:14', null, null, 'A01', '1876179478450974721', '添加测试过程'); INSERT INTO `experiment_log` VALUES ('1876186130105413633', '管理员', '2025-01-06 16:36:46', null, null, 'A01', '1876179478450974721', '添加退火过程'); INSERT INTO `experiment_log` VALUES ('1876186604921597953', '管理员', '2025-01-06 16:38:39', null, null, 'A01', '1876179478450974721', '添加测试过程'); INSERT INTO `experiment_log` VALUES ('1876446525248446465', '管理员', '2025-01-07 09:51:29', null, null, 'A01', '1876444926627225602', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1876447344916111362', '管理员', '2025-01-07 09:54:44', null, null, 'A01', '1876444926627225602', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1876447406320721921', '管理员', '2025-01-07 09:54:59', null, null, 'A01', '1876444926627225602', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1876447775436251137', '管理员', '2025-01-07 09:56:27', null, null, 'A01', '1876447775302033410', '新建实验'); INSERT INTO `experiment_log` VALUES ('1876448019569909762', '管理员', '2025-01-07 09:57:25', null, null, 'A01', '1876447775302033410', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1876854661079834625', '管理员', '2025-01-08 12:53:16', null, null, 'A01', '1876179478450974721', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1877523431771271170', '管理员', '2025-01-10 09:10:43', null, null, 'A01', '1877523431544778753', '新建实验'); INSERT INTO `experiment_log` VALUES ('1877523901592039425', '管理员', '2025-01-10 09:12:36', null, null, 'A01', '1877523431544778753', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1877524519190720513', '管理员', '2025-01-10 09:15:03', null, null, 'A01', '1877523431544778753', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1877524748401045506', '管理员', '2025-01-10 09:15:57', null, null, 'A01', '1877523431544778753', '添加测试过程'); INSERT INTO `experiment_log` VALUES ('1877524835676123138', '管理员', '2025-01-10 09:16:18', null, null, 'A01', '1877523431544778753', '添加退火过程'); INSERT INTO `experiment_log` VALUES ('1877534540981006337', '管理员', '2025-01-10 09:54:52', null, null, 'A01', '1877534015111753729', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1877534725643628546', '管理员', '2025-01-10 09:55:36', null, null, 'A01', '1877534015111753729', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1877534831658856450', '管理员', '2025-01-10 09:56:01', null, null, 'A01', '1877534015111753729', '编辑辐照过程'); INSERT INTO `experiment_log` VALUES ('1877534919886041089', '管理员', '2025-01-10 09:56:22', null, null, 'A01', '1877534015111753729', '编辑辐照过程'); INSERT INTO `experiment_log` VALUES ('1877535109451804673', '管理员', '2025-01-10 09:57:08', null, null, 'A01', '1877534015111753729', '编辑辐照过程'); INSERT INTO `experiment_log` VALUES ('1877535231069843458', '管理员', '2025-01-10 09:57:37', null, null, 'A01', '1877534015111753729', '编辑测试过程'); INSERT INTO `experiment_log` VALUES ('1877535280113840129', '管理员', '2025-01-10 09:57:48', null, null, 'A01', '1877534015111753729', '编辑辐照过程'); INSERT INTO `experiment_log` VALUES ('1877535710617202689', '管理员', '2025-01-10 09:59:31', null, null, 'A01', '1877523431544778753', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1877535884374634498', '管理员', '2025-01-10 10:00:12', null, null, 'A01', '1877535814652719105', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1877535910215741441', '管理员', '2025-01-10 10:00:19', null, null, 'A01', '1877523431544778753', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1877535993300709377', '管理员', '2025-01-10 10:00:38', null, null, 'A01', '1877535814652719105', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1877536031527596033', '管理员', '2025-01-10 10:00:48', null, null, 'A01', '1877535814652719105', '编辑辐照过程'); INSERT INTO `experiment_log` VALUES ('1877539569037144066', '管理员', '2025-01-10 10:14:51', null, null, 'A01', '1877535814652719105', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1877563529346871298', '管理员', '2025-01-10 11:50:03', null, null, 'A01', '1877563529116184578', '新建实验'); INSERT INTO `experiment_log` VALUES ('1877565325825994754', '管理员', '2025-01-10 11:57:12', null, null, 'A01', '1877563529116184578', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1877565820674174978', '管理员', '2025-01-10 11:59:10', null, null, 'A01', '1877563529116184578', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1877566014639763458', '管理员', '2025-01-10 11:59:56', null, null, 'A01', '1877563529116184578', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1877570983744958465', '管理员', '2025-01-10 12:19:41', null, null, 'A01', '1877563529116184578', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1877571314214170626', '管理员', '2025-01-10 12:21:00', null, null, 'A01', '1877563529116184578', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1877572581242105858', '管理员', '2025-01-10 12:26:02', null, null, 'A01', '1877563529116184578', '添加测试过程'); INSERT INTO `experiment_log` VALUES ('1877573011854520321', '管理员', '2025-01-10 12:27:44', null, null, 'A01', '1877563529116184578', '添加退火过程'); INSERT INTO `experiment_log` VALUES ('1877573244055384065', '管理员', '2025-01-10 12:28:40', null, null, 'A01', '1877563529116184578', '添加退火过程'); INSERT INTO `experiment_log` VALUES ('1877575604966191106', '管理员', '2025-01-10 12:38:03', null, null, 'A01', '1877563529116184578', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1878761585975160834', '管理员', '2025-01-13 19:10:42', null, null, 'A01', '1878761585824165890', '新建实验'); INSERT INTO `experiment_log` VALUES ('1878761734591934465', '管理员', '2025-01-13 19:11:18', null, null, 'A01', '1878761585824165890', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1878761821040734209', '管理员', '2025-01-13 19:11:38', null, null, 'A01', '1878761585824165890', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1878988670534610945', '管理员', '2025-01-14 10:13:04', null, null, 'A01', '1878761585824165890', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1879019857252642817', '管理员', '2025-01-14 12:16:59', null, null, 'A01', '1878761585824165890', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1879019954891845634', '管理员', '2025-01-14 12:17:22', null, null, 'A01', '1878761585824165890', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1879019974143700993', '管理员', '2025-01-14 12:17:27', null, null, 'A01', '1878761585824165890', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1879020155081781250', '管理员', '2025-01-14 12:18:10', null, null, 'A01', '1878761585824165890', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1879031783005286402', '管理员', '2025-01-14 13:04:22', null, null, 'A01', '1878761585824165890', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1879033943180898305', '管理员', '2025-01-14 13:12:57', null, null, 'A01', '1878761585824165890', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1879034735879188482', '管理员', '2025-01-14 13:16:06', null, null, 'A01', '1878761585824165890', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1879037965405188098', '管理员', '2025-01-14 13:28:56', null, null, 'A01', '1878761585824165890', '添加测试过程'); INSERT INTO `experiment_log` VALUES ('1879039098592882690', '管理员', '2025-01-14 13:33:27', null, null, 'A01', '1878761585824165890', '添加退火过程'); INSERT INTO `experiment_log` VALUES ('1879039406068920321', '管理员', '2025-01-14 13:34:40', null, null, 'A01', '1878761585824165890', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1882081564132859906', '管理员', '2025-01-22 23:03:07', null, null, 'A01', '1878761585824165890', '暂存实验'); INSERT INTO `experiment_log` VALUES ('1882081596735184897', '管理员', '2025-01-22 23:03:15', null, null, 'A01', '1878761585824165890', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1882081628171493378', '管理员', '2025-01-22 23:03:22', null, null, 'A01', '1877563529116184578', '暂存实验'); INSERT INTO `experiment_log` VALUES ('1882081649285619713', '管理员', '2025-01-22 23:03:27', null, null, 'A01', '1877563529116184578', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1891714011120234497', '管理员', '2025-02-18 12:59:01', null, null, 'A01', '1891714010675638274', '新建实验'); INSERT INTO `experiment_log` VALUES ('1891718347191709697', '管理员', '2025-02-18 13:16:15', null, null, 'A01', '1891714010675638274', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1891719421973721089', '管理员', '2025-02-18 13:20:31', null, null, 'A01', '1891714010675638274', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1891722306002317314', '管理员', '2025-02-18 13:31:59', null, null, 'A01', '1891714010675638274', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1891722498424401921', '管理员', '2025-02-18 13:32:45', null, null, 'A01', '1891714010675638274', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1891752556643971073', '管理员', '2025-02-18 15:32:11', null, null, 'A01', '1891714010675638274', '编辑辐照过程'); INSERT INTO `experiment_log` VALUES ('1891753667685740546', '管理员', '2025-02-18 15:36:36', null, null, 'A01', '1891714010675638274', '添加测试过程'); INSERT INTO `experiment_log` VALUES ('1891756104630890498', '管理员', '2025-02-18 15:46:17', null, null, 'A01', '1891714010675638274', '添加测试过程'); INSERT INTO `experiment_log` VALUES ('1891756267961282562', '管理员', '2025-02-18 15:46:56', null, null, 'A01', '1891714010675638274', '添加退火过程'); INSERT INTO `experiment_log` VALUES ('1902217344125734914', '管理员', '2025-03-19 12:35:31', null, null, 'A01', '1902217343555309570', '新建实验'); INSERT INTO `experiment_log` VALUES ('1902217427797905410', '管理员', '2025-03-19 12:35:51', null, null, 'A01', '1902217343555309570', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1902219587226931201', '管理员', '2025-03-19 12:44:26', null, null, 'A01', '1902217343555309570', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1902220025984684034', '管理员', '2025-03-19 12:46:10', null, null, 'A01', '1902217343555309570', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1902221541239918594', '管理员', '2025-03-19 12:52:12', null, null, 'A01', '1902217343555309570', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1902222889238892546', '管理员', '2025-03-19 12:57:33', null, null, 'A01', '1902217343555309570', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1902223569001353217', '管理员', '2025-03-19 13:00:15', null, null, 'A01', '1902217343555309570', '添加测试过程'); INSERT INTO `experiment_log` VALUES ('1902223769384226817', '管理员', '2025-03-19 13:01:03', null, null, 'A01', '1902217343555309570', '添加退火过程'); INSERT INTO `experiment_log` VALUES ('1902224204950114305', '管理员', '2025-03-19 13:02:47', null, null, 'A01', '1902217343555309570', '添加测试过程'); INSERT INTO `experiment_log` VALUES ('1902225719416819714', '管理员', '2025-03-19 13:08:48', null, null, 'A01', '1902217343555309570', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1902225811980914689', '管理员', '2025-03-19 13:09:10', null, null, 'A01', '1902217343555309570', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1902226463834476545', '管理员', '2025-03-19 13:11:45', null, null, 'A01', '1902226343554420737', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1902227867256983553', '管理员', '2025-03-19 13:17:20', null, null, 'A01', '1902226343554420737', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1902228058605326338', '管理员', '2025-03-19 13:18:06', null, null, 'A01', '1902226343554420737', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1902229789015773185', '管理员', '2025-03-19 13:24:58', null, null, 'A01', '1902226343554420737', '编辑辐照过程'); INSERT INTO `experiment_log` VALUES ('1902229854547578882', '管理员', '2025-03-19 13:25:14', null, null, 'A01', '1902226343554420737', '编辑辐照过程'); INSERT INTO `experiment_log` VALUES ('1902229896536756226', '管理员', '2025-03-19 13:25:24', null, null, 'A01', '1902226343554420737', '编辑辐照过程'); INSERT INTO `experiment_log` VALUES ('1902229966279643137', '管理员', '2025-03-19 13:25:40', null, null, 'A01', '1902226343554420737', '编辑辐照过程'); INSERT INTO `experiment_log` VALUES ('1902230264821813250', '管理员', '2025-03-19 13:26:52', null, null, 'A01', '1902226343554420737', '编辑测试过程'); INSERT INTO `experiment_log` VALUES ('1902230358996520961', '管理员', '2025-03-19 13:27:14', null, null, 'A01', '1902226343554420737', '编辑测试过程'); INSERT INTO `experiment_log` VALUES ('1902230471403868161', '管理员', '2025-03-19 13:27:41', null, null, 'A01', '1902226343554420737', '编辑辐照过程'); INSERT INTO `experiment_log` VALUES ('1902231609649893377', '管理员', '2025-03-19 13:32:12', null, null, 'A01', '1902226343554420737', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1912838448020164609', '管理员', '2025-04-17 19:59:59', null, null, 'A01', '1912838447500070913', '新建实验'); INSERT INTO `experiment_log` VALUES ('1912838522406146049', '管理员', '2025-04-17 20:00:17', null, null, 'A01', '1912838447500070913', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1912839182467960834', '管理员', '2025-04-17 20:02:55', null, null, 'A01', '1912838447500070913', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1912839282757963778', '管理员', '2025-04-17 20:03:19', null, null, 'A01', '1912838447500070913', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1912839991016525826', '管理员', '2025-04-17 20:06:07', null, null, 'A01', '1912838447500070913', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1912840195249770497', '管理员', '2025-04-17 20:06:56', null, null, 'A01', '1912838447500070913', '添加辐照过程'); INSERT INTO `experiment_log` VALUES ('1912840964174745601', '管理员', '2025-04-17 20:09:59', null, null, 'A01', '1912838447500070913', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1913047795354537986', '管理员', '2025-04-18 09:51:52', null, null, 'A01', '1912838447500070913', '编辑辐照过程'); INSERT INTO `experiment_log` VALUES ('1913049474649001985', '管理员', '2025-04-18 09:58:32', null, null, 'A01', '1912838447500070913', '添加测试过程'); INSERT INTO `experiment_log` VALUES ('1913050808857104385', '管理员', '2025-04-18 10:03:50', null, null, 'A01', '1912838447500070913', '添加退火过程'); INSERT INTO `experiment_log` VALUES ('1913051225540235266', '管理员', '2025-04-18 10:05:30', null, null, 'A01', '1912838447500070913', '添加退火过程'); INSERT INTO `experiment_log` VALUES ('1913060396125884418', '审核', '2025-04-18 10:41:56', null, null, null, '1913060396058775554', '暂存实验'); INSERT INTO `experiment_log` VALUES ('1915351734515109889', '管理员', '2025-04-24 18:26:54', null, null, 'A01', '1915351734347337730', '暂存实验'); INSERT INTO `experiment_log` VALUES ('1915358525420441602', 'test', '2025-04-24 18:53:53', null, null, null, '1915358525311389698', '暂存实验'); INSERT INTO `experiment_log` VALUES ('1915359485748285441', 'test', '2025-04-24 18:57:42', null, null, null, '1915358525311389698', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1915359684763815938', 'test', '2025-04-24 18:58:29', null, null, null, '1915358525311389698', '修改实验信息'); INSERT INTO `experiment_log` VALUES ('1915359882592358402', 'test', '2025-04-24 18:59:16', null, null, null, '1915358525311389698', '添加辐照过程'); -- ---------------------------- -- Table structure for experiment_radiation_process -- ---------------------------- DROP TABLE IF EXISTS `experiment_radiation_process`; CREATE TABLE `experiment_radiation_process` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `radiation_source` varchar(255) DEFAULT NULL COMMENT ' 辐照源', `measurement_rate` varchar(255) DEFAULT NULL COMMENT '计量率', `radiation_standard` varchar(255) DEFAULT NULL COMMENT '辐照标准', `environmental_temperature` varchar(255) DEFAULT NULL COMMENT '环境温度', `comment` text COMMENT '备注', `exception_record` text COMMENT '异常记录', `radiation_detail` text COMMENT '辐照详情(json存储)', `experiment_id` varchar(32) DEFAULT NULL COMMENT '试验ID', `radiation_end_time` datetime DEFAULT NULL COMMENT '辐照结束时间', `radiation_start_time` datetime DEFAULT NULL COMMENT '辐照开始时间', `sample_info` text COMMENT '样品信息', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_radiation_process -- ---------------------------- INSERT INTO `experiment_radiation_process` VALUES ('1875494286820323329', 'admin', '2025-01-04 18:47:38', null, null, 'A01', '小钴源', '[{\"xgy\":\"10\"}]', '18-30,1874767246307520514', '25', '111', '2222', '{\"xgy\":[{\"1\":\"10\",\"2\":\"10\",\"3\":\"10\",\"key\":\"ed4336d451b5479d9b52c375908daf6b\",\"point\":\"10\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1875469554012073986', null, null, '1875493983643447298'); INSERT INTO `experiment_radiation_process` VALUES ('1875535314713522178', 'admin', '2025-01-04 18:47:38', null, null, 'A01', '小钴源', '[{\"xgy\":\"10\"}]', '18-30,1874767246307520514', '25', '111', '2222', '{\"xgy\":[{\"1\":\"10\",\"2\":\"10\",\"3\":\"10\",\"key\":\"ed4336d451b5479d9b52c375908daf6b\",\"point\":\"10\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1875535314453475329', null, null, '1875493983643447298'); INSERT INTO `experiment_radiation_process` VALUES ('1875535437661155329', 'admin', '2025-01-04 18:47:38', null, null, 'A01', '小钴源', '[{\"xgy\":\"10\"}]', '18-30,1874767246307520514', '25', '111', '2222', '{\"xgy\":[{\"1\":\"10\",\"2\":\"10\",\"3\":\"10\",\"key\":\"ed4336d451b5479d9b52c375908daf6b\",\"point\":\"10\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1875535437426274306', null, null, '1875493983643447298'); INSERT INTO `experiment_radiation_process` VALUES ('1875764502292770817', 'admin', '2025-01-04 18:47:38', null, null, 'A01', '小钴源', '[{\"xgy\":\"10\"}]', '18-30,1874767246307520514', '25', '111', '2222', '{\"xgy\":[{\"1\":\"10\",\"2\":\"10\",\"3\":\"10\",\"key\":\"ed4336d451b5479d9b52c375908daf6b\",\"point\":\"10\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1875764501823008769', null, null, '1875493983643447298'); INSERT INTO `experiment_radiation_process` VALUES ('1876180679427010561', 'admin', '2025-01-06 16:15:06', null, null, 'A01', '小钴源', '[{\"xgy\":\"101.5\"}]', '18-30,1874767246307520514', '22', '无', '无', '{\"xgy\":[{\"1\":\"0.01\",\"2\":\"0.00986\",\"3\":\"30\",\"key\":\"68fe7ed48b44498b8f73b20f7a49ccc5\",\"point\":\"30.50\",\"startTime\":\"2025-01-06 16:13:47\",\"endTime\":\"2025-01-31 16:13:55\"},{\"1\":\"0.1\",\"2\":\"0.0968\",\"3\":\"100\",\"key\":\"7fd9eb47df8540b6af77ad0f8e367e42\",\"point\":\"101.5\",\"startTime\":\"2025-02-01 16:14:24\",\"endTime\":\"2025-02-07 16:14:35\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1876179478450974721', '2025-02-07 16:14:35', '2025-01-06 16:13:47', '1876179478509694978'); INSERT INTO `experiment_radiation_process` VALUES ('1876181349416742913', 'admin', '2025-01-06 16:17:46', null, null, 'A01', '大钴源', '[{\"dgy\":\"150\"}]', '18-30,1874767246307520514', '22', null, null, '{\"xgy\":[],\"dgy\":[{\"1\":\"50\",\"2\":\"40.5\",\"3\":\"50.514\",\"5\":\"150.5\",\"key\":\"c6b54d6958c9444d898fef9884bc8348\",\"point\":\"150\",\"startTime\":\"2025-02-08 16:17:28\",\"endTime\":\"2025-02-16 16:17:32\"}],\"x\":[],\"electronics\":[],\"proton\":[]}', '1876179478450974721', '2025-02-16 16:17:32', '2025-02-08 16:17:28', '1876179478509694978'); INSERT INTO `experiment_radiation_process` VALUES ('1876183310312583170', 'admin', '2025-01-06 16:25:34', null, null, 'A01', '小钴源,大钴源,X光机,电子加速器,质子加速器', '[{\"xgy\":\"30\"},{\"dgy\":\"100\"},{\"x\":\"150\"},{\"electronics\":\"200\"},{\"proton\":\"100\"}]', '18-30,1874767246307520514', '22', null, null, '{\"xgy\":[{\"1\":\"0.1\",\"2\":\"0.0966\",\"3\":\"30\",\"key\":\"dc48f76989da454eb30e13ca9d00b7e0\",\"point\":\"30\",\"endTime\":\"2025-01-02 16:18:37\",\"startTime\":\"2025-01-01 16:18:37\"}],\"dgy\":[{\"1\":\"50\",\"2\":\"40.5\",\"3\":\"50.516\",\"5\":\"100.5\",\"key\":\"1db5e5f3f48549908ad05446f5b43bcd\",\"point\":\"100\",\"startTime\":\"2025-01-03 16:19:10\",\"endTime\":\"2025-01-04 16:19:52\"}],\"x\":[{\"1\":\"100\",\"2\":\"100\",\"3\":\"10\",\"4\":\"6500\",\"5\":\"105\",\"6\":\"100\",\"7\":\"150\",\"key\":\"ba51dd3921cc498b92eb584097b4b9b9\",\"point\":\"150\",\"startTime\":\"2025-01-05 16:20:30\",\"endTime\":\"2025-01-06 16:20:36\"}],\"electronics\":[{\"1\":\"10E5\",\"2\":\"10E5\",\"3\":\"1\",\"4\":\"0.5\",\"5\":\"20\",\"6\":\"3600\",\"7\":\"200\",\"key\":\"30e7308ed4824ca2bdc047d3832f19ba\",\"point\":\"200\",\"startTime\":\"2025-01-07 16:21:18\",\"endTime\":\"2025-01-08 16:21:23\"}],\"proton\":[{\"1\":\"10000000\",\"2\":\"10000000\",\"3\":\"60\",\"4\":\"10\",\"5\":\"100\",\"key\":\"d38a45460d3e47c79ed20bf644ccf2d2\",\"environment_select\":\"真空\",\"xy\":\"20,20\",\"type_select\":\"标定\",\"point\":\"100\",\"startTime\":\"2025-01-09 16:25:21\",\"endTime\":\"2025-01-10 16:25:27\"}]}', '1876179478450974721', '2025-01-10 16:25:27', '2025-01-01 16:18:37', '1876179478534860801'); INSERT INTO `experiment_radiation_process` VALUES ('1876187752999100418', 'admin', '2025-01-06 16:15:06', null, null, 'A01', '小钴源', '[{\"xgy\":\"101.5\"}]', '18-30,1874767246307520514', '22', '无', '无', '{\"xgy\":[{\"1\":\"0.01\",\"2\":\"0.00986\",\"3\":\"30\",\"key\":\"68fe7ed48b44498b8f73b20f7a49ccc5\",\"point\":\"30.50\",\"startTime\":\"2025-01-06 16:13:47\",\"endTime\":\"2025-01-31 16:13:55\"},{\"1\":\"0.1\",\"2\":\"0.0968\",\"3\":\"100\",\"key\":\"7fd9eb47df8540b6af77ad0f8e367e42\",\"point\":\"101.5\",\"startTime\":\"2025-02-01 16:14:24\",\"endTime\":\"2025-02-07 16:14:35\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1876187752189599745', null, null, '1876179478509694978'); INSERT INTO `experiment_radiation_process` VALUES ('1876187753024266242', 'admin', '2025-01-06 16:17:46', null, null, 'A01', '大钴源', '[{\"dgy\":\"150\"}]', '18-30,1874767246307520514', '22', null, null, '{\"xgy\":[],\"dgy\":[{\"1\":\"50\",\"2\":\"40.5\",\"3\":\"50.514\",\"5\":\"150.5\",\"key\":\"c6b54d6958c9444d898fef9884bc8348\",\"point\":\"150\",\"startTime\":\"2025-02-08 16:17:28\",\"endTime\":\"2025-02-16 16:17:32\"}],\"x\":[],\"electronics\":[],\"proton\":[]}', '1876187752189599745', null, null, '1876179478509694978'); INSERT INTO `experiment_radiation_process` VALUES ('1876187753057820674', 'admin', '2025-01-06 16:25:34', null, null, 'A01', '小钴源,大钴源,X光机,电子加速器,质子加速器', '[{\"xgy\":\"30\"},{\"dgy\":\"100\"},{\"x\":\"150\"},{\"electronics\":\"200\"},{\"proton\":\"100\"}]', '18-30,1874767246307520514', '22', null, null, '{\"xgy\":[{\"1\":\"0.1\",\"2\":\"0.0966\",\"3\":\"30\",\"key\":\"dc48f76989da454eb30e13ca9d00b7e0\",\"point\":\"30\",\"endTime\":\"2025-01-02 16:18:37\",\"startTime\":\"2025-01-01 16:18:37\"}],\"dgy\":[{\"1\":\"50\",\"2\":\"40.5\",\"3\":\"50.516\",\"5\":\"100.5\",\"key\":\"1db5e5f3f48549908ad05446f5b43bcd\",\"point\":\"100\",\"startTime\":\"2025-01-03 16:19:10\",\"endTime\":\"2025-01-04 16:19:52\"}],\"x\":[{\"1\":\"100\",\"2\":\"100\",\"3\":\"10\",\"4\":\"6500\",\"5\":\"105\",\"6\":\"100\",\"7\":\"150\",\"key\":\"ba51dd3921cc498b92eb584097b4b9b9\",\"point\":\"150\",\"startTime\":\"2025-01-05 16:20:30\",\"endTime\":\"2025-01-06 16:20:36\"}],\"electronics\":[{\"1\":\"10E5\",\"2\":\"10E5\",\"3\":\"1\",\"4\":\"0.5\",\"5\":\"20\",\"6\":\"3600\",\"7\":\"200\",\"key\":\"30e7308ed4824ca2bdc047d3832f19ba\",\"point\":\"200\",\"startTime\":\"2025-01-07 16:21:18\",\"endTime\":\"2025-01-08 16:21:23\"}],\"proton\":[{\"1\":\"10000000\",\"2\":\"10000000\",\"3\":\"60\",\"4\":\"10\",\"5\":\"100\",\"key\":\"d38a45460d3e47c79ed20bf644ccf2d2\",\"environment_select\":\"真空\",\"xy\":\"20,20\",\"type_select\":\"标定\",\"point\":\"100\",\"startTime\":\"2025-01-09 16:25:21\",\"endTime\":\"2025-01-10 16:25:27\"}]}', '1876187752189599745', null, null, '1876179478534860801'); INSERT INTO `experiment_radiation_process` VALUES ('1876444926920826882', 'admin', '2025-01-04 18:47:38', null, null, 'A01', '小钴源', '[{\"xgy\":\"10\"}]', '18-30,1874767246307520514', '25', '111', '2222', '{\"xgy\":[{\"1\":\"10\",\"2\":\"10\",\"3\":\"10\",\"key\":\"ed4336d451b5479d9b52c375908daf6b\",\"point\":\"10\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1876444926627225602', null, null, '1875493983643447298'); INSERT INTO `experiment_radiation_process` VALUES ('1876448019527966722', 'admin', '2025-01-07 09:57:25', null, null, 'A01', '小钴源', '[{\"xgy\":\"10\"}]', '18-30,1874767246307520514', '25', null, null, '{\"xgy\":[{\"1\":\"10\",\"2\":\"10\",\"3\":\"10\",\"key\":\"3051566556554558b46e7fe8b014f1b0\",\"point\":\"10\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1876447775302033410', null, null, '1876448019427303426'); INSERT INTO `experiment_radiation_process` VALUES ('1876448561209745410', 'admin', '2025-01-04 18:47:38', null, null, 'A01', '小钴源', '[{\"xgy\":\"10\"}]', '18-30,1874767246307520514', '25', '111', '2222', '{\"xgy\":[{\"1\":\"10\",\"2\":\"10\",\"3\":\"10\",\"key\":\"ed4336d451b5479d9b52c375908daf6b\",\"point\":\"10\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1876448560966475778', null, null, '1875493983643447298'); INSERT INTO `experiment_radiation_process` VALUES ('1877524519148777473', 'admin', '2025-01-10 09:15:03', null, null, 'A01', '小钴源', '[{\"xgy\":\"10\"}]', '18-30,1874767246307520514', '25', null, null, '{\"xgy\":[{\"1\":\"10\",\"2\":\"10\",\"3\":\"10\",\"key\":\"4e9db2e54622486ba9c31546abc93032\",\"point\":\"10\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1877523431544778753', null, null, '1877523431611887618'); INSERT INTO `experiment_radiation_process` VALUES ('1877534015296303105', 'admin', '2025-01-10 09:15:03', 'admin', '2025-01-10 09:57:48', 'A01', '小钴源', '[{\"xgy\":\"10\"}]', '18-30,1874767246307520514', '25', null, null, '{\"xgy\":[{\"1\":\"10\",\"2\":\"10\",\"3\":\"10\",\"key\":\"4e9db2e54622486ba9c31546abc93032\",\"point\":\"10\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1877534015111753729', null, null, '1877523431611887618'); INSERT INTO `experiment_radiation_process` VALUES ('1877535332546834434', 'admin', '2025-01-10 09:15:03', null, null, 'A01', '小钴源', '[{\"xgy\":\"10\"}]', '18-30,1874767246307520514', '25', null, null, '{\"xgy\":[{\"1\":\"10\",\"2\":\"10\",\"3\":\"10\",\"key\":\"4e9db2e54622486ba9c31546abc93032\",\"point\":\"10\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1877535332412616705', null, null, '1877523431611887618'); INSERT INTO `experiment_radiation_process` VALUES ('1877535814996652033', 'admin', '2025-01-10 09:15:03', 'admin', '2025-01-10 10:00:47', 'A01', '小钴源', '[{\"xgy\":\"10\"}]', '18-30,1874767246307520514', '25', null, null, '{\"xgy\":[{\"1\":\"10\",\"2\":\"10\",\"3\":\"10\",\"key\":\"4e9db2e54622486ba9c31546abc93032\",\"point\":\"10\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1877535814652719105', null, null, '1877523431611887618'); INSERT INTO `experiment_radiation_process` VALUES ('1877570983711404033', 'admin', '2025-01-10 12:19:41', null, null, 'A01', '小钴源,大钴源,X光机,电子加速器,质子加速器', '[{\"xgy\":\"100.15\"},{\"dgy\":\"150\"},{\"x\":\"200\"},{\"electronics\":\"10\"},{\"proton\":\"10\"}]', '18-30,1874767246307520514', '22', '无', '无', '{\"xgy\":[{\"1\":\"0.01\",\"2\":\"0.00966\",\"3\":\"30\",\"key\":\"3c3b87472085449db10c99f6e5ab241b\",\"point\":\"30.001\",\"startTime\":\"2025-01-09 12:07:25\",\"endTime\":\"2025-01-10 00:00:00\"},{\"1\":\"0.1\",\"2\":\"0.0966\",\"3\":\"100\",\"key\":\"7e827bb5c5d54c7bb4d2313113cf3abe\",\"point\":\"100.15\",\"startTime\":\"2025-01-09 12:07:54\",\"endTime\":\"2025-01-10 00:00:02\"}],\"dgy\":[{\"1\":\"50\",\"2\":\"45.5\",\"3\":\"50.014\",\"5\":\"150\",\"key\":\"520badf733204a82a34d380b749ff718\",\"point\":\"150\",\"startTime\":\"2025-01-10 00:00:03\",\"endTime\":\"2025-01-10 00:00:04\"}],\"x\":[{\"1\":\"100\",\"2\":\"100.5\",\"3\":\"10\",\"4\":\"60\",\"5\":\"50\",\"6\":\"3600\",\"7\":\"200\",\"key\":\"9fdaab8ef01a497e8c123cbe9c14b86a\",\"point\":\"200\",\"startTime\":\"2025-01-10 00:00:08\",\"endTime\":\"2025-01-10 00:00:24\"}],\"electronics\":[{\"1\":\"10E6\",\"2\":\"10E6\",\"3\":\"3\",\"4\":\"10\",\"5\":\"10\",\"6\":\"100\",\"7\":\"10\",\"key\":\"a077a0f44e094433be89efba40587874\",\"point\":\"10\",\"endTime\":\"2025-01-10 00:00:03\",\"startTime\":\"2025-01-10 00:00:52\"}],\"proton\":[{\"1\":\"10E5\",\"2\":\"10E6\",\"3\":\"10\",\"4\":\"1\",\"5\":\"10\",\"key\":\"24a87a2bd8234aa88a75f05c49e0e608\",\"environment_select\":\"真空\",\"xy\":\"20,20\",\"type_select\":\"标定\",\"point\":\"10\",\"startTime\":\"2025-01-10 00:08:06\",\"endTime\":\"2025-01-10 00:05:06\"}]}', '1877563529116184578', '2025-01-10 00:05:06', '2025-01-09 12:07:25', '1877563529166516226,1877570983677849601'); INSERT INTO `experiment_radiation_process` VALUES ('1877571314189004802', 'admin', '2025-01-10 12:21:00', null, null, 'A01', '大钴源', '[{\"dgy\":\"300\"}]', '18-30,1874767246307520514', '30', '无', '无', '{\"xgy\":[],\"dgy\":[{\"1\":\"50\",\"2\":\"50\",\"3\":\"50\",\"5\":\"150\",\"key\":\"21dff1b7854648d9af6b4bd416559494\",\"point\":\"150\",\"startTime\":\"2025-01-10 00:06:06\",\"endTime\":\"2025-01-10 00:06:07\"},{\"1\":\"50\",\"2\":\"50\",\"3\":\"50\",\"5\":\"300\",\"key\":\"a127595a66634537b57cf8353d03ec2e\",\"point\":\"300\",\"startTime\":\"2025-01-10 00:10:05\",\"endTime\":\"2025-01-10 00:21:07\"}],\"x\":[],\"electronics\":[],\"proton\":[]}', '1877563529116184578', '2025-01-10 00:21:07', '2025-01-10 00:06:06', '1877563529208459266'); INSERT INTO `experiment_radiation_process` VALUES ('1879034735845634050', 'admin', '2025-01-14 13:16:06', null, null, 'A01', '大钴源', '[{\"dgy\":0}]', '18-30,1874767246307520514', '19', null, null, '{\"xgy\":[],\"dgy\":[{\"1\":\"50\",\"2\":\"61.5\",\"3\":\"50.5\",\"5\":\"100,150\",\"key\":\"f94a4985c04c433fa7c3e6da8f0e4984\",\"point\":\"100,150\",\"startTime\":\"2024-12-24 12:11:58\",\"endTime\":\"2024-12-24 12:44:14\"}],\"x\":[],\"electronics\":[],\"proton\":[]}', '1878761585824165890', '2024-12-24 12:44:14', '2024-12-24 12:11:58', '1878761585916440578'); INSERT INTO `experiment_radiation_process` VALUES ('1891722305884876801', 'admin', '2025-02-18 13:31:59', 'admin', '2025-02-18 15:32:11', 'A01', '小钴源', '[{\"xgy\":\"100\"}]', '18-30,1874767246307520514', '22', '无', '无', '{\"xgy\":[{\"1\":\"0.01\",\"2\":\"0.00966\",\"3\":\"30\",\"key\":\"56cd7f4270d6419097485c9d902333be\",\"point\":\"30\",\"startTime\":\"2025-02-18 00:04:00\",\"endTime\":\"2025-02-19 13:33:09\"},{\"1\":\"0.1\",\"2\":\"0.0996\",\"3\":\"100\",\"key\":\"8977fc09202545aeb6c3570fca21f10c\",\"point\":\"100\",\"startTime\":\"2025-02-18 05:00:00\",\"endTime\":\"2025-02-18 05:00:00\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1891714010675638274', '2025-02-19 13:33:09', '2025-02-18 00:04:00', '1891714010843410433,1891714010860187649'); INSERT INTO `experiment_radiation_process` VALUES ('1891722498382458881', 'admin', '2025-02-18 13:32:45', null, null, 'A01', '大钴源', '[{\"dgy\":\"100\"}]', '18-30,1874767246307520514', '22', '无', '无', '{\"xgy\":[],\"dgy\":[{\"1\":\"20\",\"2\":\"65\",\"3\":\"20.65\",\"5\":\"100\",\"key\":\"04bc6a2a8a6e47caa1ac21cd4368d80a\",\"point\":\"100\",\"startTime\":\"2025-02-19 20:32:31\",\"endTime\":\"2025-02-18 07:00:00\"}],\"x\":[],\"electronics\":[],\"proton\":[]}', '1891714010675638274', '2025-02-18 07:00:00', '2025-02-19 20:32:31', '1891714010860187649'); INSERT INTO `experiment_radiation_process` VALUES ('1902221541151838209', 'admin', '2025-03-19 12:52:12', null, null, 'A01', '小钴源,大钴源', '[{\"xgy\":\"100\"},{\"dgy\":\"150\"}]', '18-30,1874767246307520514', '20', '无', '无', '{\"xgy\":[{\"1\":\"0.01\",\"2\":\"0.0096\",\"3\":\"30\",\"key\":\"63e2df79c2fd46deafe492eea2a157d8\",\"point\":\"30\",\"startTime\":\"2025-03-15 12:54\",\"endTime\":\"2025-03-19 00:05\"},{\"1\":\"0.1\",\"2\":\"0.096\",\"3\":\"100\",\"key\":\"b9171a47e8904603b5db55014be287fd\",\"point\":\"100\",\"startTime\":\"2025-03-19 00:06\",\"endTime\":\"2025-03-19 00:04\"}],\"dgy\":[{\"1\":\"50\",\"2\":\"65.5\",\"3\":\"50.123\",\"5\":\"150\",\"key\":\"fb32ca50bf56421bb73140490487ce92\",\"point\":\"150\",\"startTime\":\"2025-03-19 12:54\",\"endTime\":\"2025-03-19 00:06\"}],\"x\":[],\"electronics\":[],\"proton\":[]}', '1902217343555309570', '2025-03-19 00:06:00', '2025-03-15 12:54:00', '1902217343723081730'); INSERT INTO `experiment_radiation_process` VALUES ('1902222889188560898', 'admin', '2025-03-19 12:57:33', null, null, 'A01', '小钴源', '[{\"xgy\":\"100\"}]', '18-30,1874767246307520514', '20', '无', '无', '{\"xgy\":[{\"1\":\"0.1\",\"2\":\"0.096\",\"3\":\"100\",\"key\":\"7c4c15b57e55414799b064603d1176c6\",\"point\":\"100\",\"startTime\":\"2025-03-19 00:01\",\"endTime\":\"2025-03-19 00:01\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1902217343555309570', '2025-03-19 00:01:00', '2025-03-19 00:01:00', '1902219586698448898'); INSERT INTO `experiment_radiation_process` VALUES ('1902226344116457474', 'admin', '2025-03-19 12:52:12', 'admin', '2025-03-19 13:27:41', 'A01', '小钴源,大钴源', '[{\"xgy\":\"100\"},{\"dgy\":\"150\"}]', '18-30,1874767246307520514', '20', '无', '无', '{\"xgy\":[{\"1\":\"0.01\",\"2\":\"0.0096\",\"3\":\"30\",\"key\":\"63e2df79c2fd46deafe492eea2a157d8\",\"point\":\"30\",\"startTime\":\"2025-03-18 12:55\",\"endTime\":\"2025-03-13 00:05\"},{\"1\":\"0.1\",\"2\":\"0.096\",\"3\":\"100\",\"key\":\"b9171a47e8904603b5db55014be287fd\",\"point\":\"100\",\"startTime\":\"2025-03-14 00:06\",\"endTime\":\"2025-03-13 00:04\"}],\"dgy\":[{\"1\":\"50\",\"2\":\"65.5\",\"3\":\"50.123\",\"5\":\"150\",\"key\":\"fb32ca50bf56421bb73140490487ce92\",\"point\":\"150\",\"startTime\":\"2025-03-19 12:54\",\"endTime\":\"2025-03-19 00:06\"}],\"x\":[],\"electronics\":[],\"proton\":[]}', '1902226343554420737', null, null, '1902217343723081730'); INSERT INTO `experiment_radiation_process` VALUES ('1902226344133234689', 'admin', '2025-03-19 12:57:33', 'admin', '2025-03-19 13:25:14', 'A01', '小钴源', '[{\"xgy\":\"100\"}]', '18-30,1874767246307520514', '20', '无', '无', '{\"xgy\":[{\"1\":\"0.1\",\"2\":\"0.096\",\"3\":\"100\",\"key\":\"7c4c15b57e55414799b064603d1176c6\",\"point\":\"100\",\"startTime\":\"2025-03-19 00:01\",\"endTime\":\"2025-03-19 00:01\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1902226343554420737', null, null, '1902219586698448898'); INSERT INTO `experiment_radiation_process` VALUES ('1912839990605484034', 'admin', '2025-04-17 20:06:07', 'admin', '2025-04-18 09:51:52', 'A01', '小钴源,大钴源', '[{\"xgy\":\"100\"},{\"dgy\":\"150\"}]', '18-30,1874767246307520514', '25', '无', '无', '{\"xgy\":[{\"key\":\"80735d9a4c2f4a538ca351ad131a6ac7\",\"plannedMeasurementRate\":\"0.01\",\"actualMeasurementRate\":\"0.00955\",\"plannedMeasurementPoint\":\"30\",\"point\":\"30.14\",\"startTime\":\"2025-04-14 20:04\",\"endTime\":\"2025-04-17 00:03\"},{\"key\":\"63023c3ed2fb4c96b0a39d09c14e8944\",\"plannedMeasurementRate\":\"0.1\",\"actualMeasurementRate\":\"0.0964\",\"plannedMeasurementPoint\":\"100\",\"point\":\"100\",\"startTime\":\"2025-04-17 04:04\",\"endTime\":\"2025-04-17 07:07\"}],\"dgy\":[{\"key\":\"8b6ba716e9cd4e03830ae04f5ff631f3\",\"plannedMeasurementRate\":\"50\",\"sourceDistance\":\"65\",\"actualMeasurementRate\":\"50.231\",\"point\":\"150\",\"actualMeasurementPoint\":\"150\",\"startTime\":\"2025-04-17 07:14\",\"endTime\":\"2025-04-17 14:07\"}],\"x\":[],\"electronics\":[],\"proton\":[]}', '1912838447500070913', '2025-04-17 20:07:00', '2025-04-14 20:04:00', '1912838447609122817,1912838447634288641,1912838447659454465,1913047794951884802'); INSERT INTO `experiment_radiation_process` VALUES ('1912840194939392002', 'admin', '2025-04-17 20:06:56', 'admin', '2025-04-17 20:06:56', 'A01', '大钴源', '[{\"dgy\":\"200\"}]', '18-30,1874767246307520514', '25', '无', '无', '{\"xgy\":[],\"dgy\":[{\"key\":\"4a82f5d88caa4169846a3ede2cd6c007\",\"plannedMeasurementRate\":\"50\",\"sourceDistance\":\"65\",\"actualMeasurementRate\":\"50.123\",\"point\":\"200\",\"actualMeasurementPoint\":\"200\",\"startTime\":\"2025-04-17 20:07\",\"endTime\":\"2025-04-17 06:06\"}],\"x\":[],\"electronics\":[],\"proton\":[]}', '1912838447500070913', '2025-04-17 20:07:00', '2025-04-14 20:04:00', '1912838447659454465'); INSERT INTO `experiment_radiation_process` VALUES ('1913079717682188289', 'admin', '2025-04-18 11:58:43', 'admin', '2025-04-18 09:51:52', 'A01', '小钴源,大钴源', '[{\"xgy\":\"100\"},{\"dgy\":\"150\"}]', '18-30,1874767246307520514', '25', '无', '无', '{\"xgy\":[{\"key\":\"80735d9a4c2f4a538ca351ad131a6ac7\",\"plannedMeasurementRate\":\"0.01\",\"actualMeasurementRate\":\"0.00955\",\"plannedMeasurementPoint\":\"30\",\"point\":\"30.14\"},{\"key\":\"63023c3ed2fb4c96b0a39d09c14e8944\",\"plannedMeasurementRate\":\"0.1\",\"actualMeasurementRate\":\"0.0964\",\"plannedMeasurementPoint\":\"100\",\"point\":\"100\"}],\"dgy\":[{\"key\":\"8b6ba716e9cd4e03830ae04f5ff631f3\",\"plannedMeasurementRate\":\"50\",\"sourceDistance\":\"65\",\"actualMeasurementRate\":\"50.231\",\"point\":\"150\",\"actualMeasurementPoint\":\"150\"}],\"x\":[],\"electronics\":[],\"proton\":[]}', '1913079713068453890', null, null, '1913079713093619714,1913079713110396929,1913079713135562754,1913079713152339969,1913079713177505793'); INSERT INTO `experiment_radiation_process` VALUES ('1913079717736714242', 'admin', '2025-04-18 11:58:43', 'admin', '2025-04-17 20:06:56', 'A01', '大钴源', '[{\"dgy\":\"200\"}]', '18-30,1874767246307520514', '25', '无', '无', '{\"xgy\":[],\"dgy\":[{\"key\":\"4a82f5d88caa4169846a3ede2cd6c007\",\"plannedMeasurementRate\":\"50\",\"sourceDistance\":\"65\",\"actualMeasurementRate\":\"50.123\",\"point\":\"200\",\"actualMeasurementPoint\":\"200\"}],\"x\":[],\"electronics\":[],\"proton\":[]}', '1913079713068453890', null, null, '1913079713093619714,1913079713110396929,1913079713135562754,1913079713152339969,1913079713177505793'); INSERT INTO `experiment_radiation_process` VALUES ('1915359882416197634', 'test', '2025-04-24 18:59:16', 'test', '2025-04-24 18:59:16', null, '小钴源', '[{\"xgy\":\"1\"}]', '18-30,1874767246307520514', '22', '无', '无', '{\"xgy\":[{\"key\":\"2dcf9a04a477427dab1e32ebcfb1d862\",\"plannedMeasurementRate\":\"1\",\"actualMeasurementRate\":\"1\",\"plannedMeasurementPoint\":\"1\",\"point\":\"1\",\"startTime\":\"2025-04-24 00:03\",\"endTime\":\"2025-04-24 00:03\"}],\"dgy\":[],\"x\":[],\"electronics\":[],\"proton\":[]}', '1915358525311389698', '2025-04-24 00:03:00', '2025-04-24 00:03:00', '1915359485664399362'); -- ---------------------------- -- Table structure for experiment_rating -- ---------------------------- DROP TABLE IF EXISTS `experiment_rating`; CREATE TABLE `experiment_rating` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `experiment_id` varchar(36) NOT NULL COMMENT '实验ID', `rate_user_id` varchar(36) DEFAULT NULL COMMENT '评分人', `total_score` varchar(32) DEFAULT NULL COMMENT '总分数', `base_score` varchar(32) DEFAULT NULL COMMENT '基础分', `completion_score` varchar(32) DEFAULT NULL COMMENT '完成分', `difficulty_score` varchar(32) DEFAULT NULL COMMENT '难度分', `management_score` varchar(32) DEFAULT NULL COMMENT '管理支撑分', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_rating -- ---------------------------- -- ---------------------------- -- Table structure for experiment_report -- ---------------------------- DROP TABLE IF EXISTS `experiment_report`; CREATE TABLE `experiment_report` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `experiment_id` varchar(36) DEFAULT NULL COMMENT '试验ID', `sample_info` text COMMENT '样品信息', `file_url` text COMMENT '生成的文件路径', `img_urls` text COMMENT '偏置原理图', `description` text COMMENT '偏置原理说明', `auditor` varchar(36) DEFAULT NULL COMMENT '审核员', `proofreader` varchar(36) DEFAULT NULL COMMENT '校对员', `confirmer` varchar(36) DEFAULT NULL COMMENT '确认员', `status` varchar(32) DEFAULT NULL COMMENT '状态', `report_name` varchar(255) DEFAULT NULL COMMENT '报告名称', `auditor_memo` varchar(255) DEFAULT NULL COMMENT '审批意见', `confirmer_memo` varchar(255) DEFAULT NULL COMMENT '确认意见', `proofreader_memo` varchar(255) DEFAULT NULL COMMENT '校对意见', `auditor_time` varchar(32) DEFAULT NULL COMMENT '审批时间', `proofreader_time` varchar(32) DEFAULT NULL COMMENT '校对时间', `confirmer_time` varchar(32) DEFAULT NULL COMMENT '确认时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_report -- ---------------------------- INSERT INTO `experiment_report` VALUES ('1875497099868712961', 'admin', '2025-01-04 18:58:48', null, null, 'A01', '1875469554012073986', '[{\"id\":\"1875493983643447298\",\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 18:56:13\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1875469554012073986\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"测试样品型号\",\"sampleBatch\":\"测试样品批次\",\"sampleManufacturer\":\"测试生产厂家\",\"sampleImage\":\"上传失败!\",\"sampleName\":\"样品类型001\",\"key\":0}]', null, '', '1111', '1875114630388543490', '1875114862107062274', '1875115016876879874', 'INIT', '中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告', null, null, null, null, null, null); INSERT INTO `experiment_report` VALUES ('1875497337111130113', 'admin', '2025-01-04 18:59:45', null, null, 'A01', '1875469554012073986', '[]', null, '', '1111', '1875114630388543490', '1875114862107062274', '1875115016876879874', 'INIT', '中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告', null, null, null, null, null, null); INSERT INTO `experiment_report` VALUES ('1875558323641856002', 'admin', '2025-01-04 23:02:05', null, null, 'A01', '1875535314453475329', '[]', null, '上传失败!', '11111', '1875114630388543490', '1875114862107062274', '1875115016876879874', 'INIT', '中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告', null, null, null, null, null, null); INSERT INTO `experiment_report` VALUES ('1877524945579470849', 'admin', '2025-01-10 09:16:44', 'admin', '2025-01-10 09:38:56', 'A01', '1877523431544778753', '[{\"id\":\"1877523431611887618\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:16:18\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877523431544778753\",\"sampleType\":\"样品类型002\",\"sampleModel\":\"测试样品型号\",\"sampleBatch\":\"测试样品批次\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleName\":\"样品类型002\",\"key\":0}]', null, '/oss/physical/temp/捕获2_1736471861480.PNG,/oss/physical/temp/捕获_1736471865707.PNG', '测试测试测试', 'e9ca23d68d884d4ebb19d07889727dae', 'e9ca23d68d884d4ebb19d07889727dae', 'e9ca23d68d884d4ebb19d07889727dae', 'PASSED', '中国电子科技集团公司第二十四研究所光辐射试验-试验报告', '123', null, null, null, null, null); INSERT INTO `experiment_report` VALUES ('1877532984365740034', 'admin', '2025-01-10 09:48:41', null, null, 'A01', '1877523431544778753', '[{\"id\":\"1877523431611887618\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:16:18\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877523431544778753\",\"sampleType\":\"样品类型002\",\"sampleModel\":\"测试样品型号\",\"sampleBatch\":\"测试样品批次\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleName\":\"样品类型002\",\"key\":0}]', null, '/oss/physical/temp/捕获_1736473711708.PNG', '111111', 'e9ca23d68d884d4ebb19d07889727dae', 'e9ca23d68d884d4ebb19d07889727dae', 'e9ca23d68d884d4ebb19d07889727dae', 'INIT', '中国电子科技集团公司第二十四研究所光辐射试验-试验报告', null, null, null, null, null, null); INSERT INTO `experiment_report` VALUES ('1877573860811010050', 'admin', '2025-01-10 12:31:07', null, null, 'A01', '1877563529116184578', '[{\"id\":\"1877563529166516226\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:28:40\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877563529116184578\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"test001\",\"sampleBatch\":\"001\",\"sampleManufacturer\":\"航天080\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736478302538.jpg\",\"sampleName\":\"样品类型001\",\"key\":0},{\"id\":\"1877563529208459266\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:21:00\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877563529116184578\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"test003\",\"sampleBatch\":\"003\",\"sampleManufacturer\":\"航天003\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736478598235.jpg\",\"sampleName\":\"样品类型001\",\"key\":2}]', null, '/oss/physical/temp/IMG_20241219_164639_1736483383727.jpg', '好地方很好的是', '1875114630388543490', '1875114862107062274', '1875115016876879874', 'INIT', '中国电子科技集团公司第二十四研究所光辐射试验-试验报告', null, null, null, null, null, null); INSERT INTO `experiment_report` VALUES ('1877575135904591873', 'admin', '2025-01-10 12:36:11', null, null, 'A01', '1877563529116184578', '[{\"id\":\"1877563529166516226\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:28:40\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877563529116184578\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"test001\",\"sampleBatch\":\"001\",\"sampleManufacturer\":\"航天080\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736478302538.jpg\",\"sampleName\":\"样品类型001\",\"key\":0},{\"id\":\"1877563529208459266\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:21:00\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877563529116184578\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"test003\",\"sampleBatch\":\"003\",\"sampleManufacturer\":\"航天003\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736478598235.jpg\",\"sampleName\":\"样品类型001\",\"key\":2},{\"id\":\"1877570983677849601\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 12:19:41\",\"updateBy\":null,\"updateTime\":null,\"sysOrgCode\":\"A01\",\"experimentId\":\"1877563529116184578\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"i岁发的会受到\",\"sampleBatch\":\"收到\",\"sampleManufacturer\":\"是否是\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164639_1736481717602.jpg\",\"sampleName\":\"样品类型001\",\"key\":3},{\"id\":\"1877563529183293442\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 11:59:56\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877563529116184578\",\"sampleType\":\"样品类型002\",\"sampleModel\":\"test001\",\"sampleBatch\":\"002\",\"sampleManufacturer\":\"航天0\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164848_1736478326649.jpg\",\"sampleName\":\"样品类型002\",\"key\":1}]', null, '/oss/physical/temp/IMG_20241219_164639_1736483765554.jpg', '伺服电机', '1875114630388543490', '1875114862107062274', '1875115016876879874', 'INIT', '中国电子科技集团公司第二十四研究所光辐射试验-试验报告', null, null, null, null, null, null); INSERT INTO `experiment_report` VALUES ('1877577708875214850', 'admin', '2025-01-10 12:46:24', null, null, 'A01', '1877563529116184578', '[{\"id\":\"1877563529166516226\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:38:02\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877563529116184578\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"test001\",\"sampleBatch\":\"001\",\"sampleManufacturer\":\"航天080\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736478302538.jpg\",\"sampleName\":\"样品类型001\",\"key\":0},{\"id\":\"1877563529183293442\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:38:02\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877563529116184578\",\"sampleType\":\"样品类型002\",\"sampleModel\":\"test001\",\"sampleBatch\":\"002\",\"sampleManufacturer\":\"航天0\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164848_1736478326649.jpg\",\"sampleName\":\"样品类型002\",\"key\":1},{\"id\":\"1877570983677849601\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 12:19:41\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:38:02\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877563529116184578\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"i岁发的会受到\",\"sampleBatch\":\"收到\",\"sampleManufacturer\":\"是否是\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164639_1736481717602.jpg\",\"sampleName\":\"样品类型001\",\"key\":3},{\"id\":\"1877563529208459266\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:38:02\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877563529116184578\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"test003\",\"sampleBatch\":\"003\",\"sampleManufacturer\":\"航天003\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736478598235.jpg\",\"sampleName\":\"样品类型001\",\"key\":2}]', null, '', '电饭锅', '1876441839934054401', '1876441559435780097', '1876441244355469313', 'INIT', '中国电子科技集团公司第二十四研究所光辐射试验-试验报告', null, null, null, null, null, null); INSERT INTO `experiment_report` VALUES ('1891757223667003394', 'admin', '2025-02-18 15:50:44', '批准', '2025-02-18 16:15:35', 'A01', '1891714010675638274', '[{\"id\":\"1891714010843410433\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 12:59:01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 15:46:56\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1891714010675638274\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"1876179478509694978\",\"sampleBatch\":\"001\",\"modelBatch\":\"1876179478509694978-001\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1739853378670.jpg,/oss/physical/temp/IMG_20250106_184740_1739853384561.jpg\",\"sampleName\":\"1875493983643447298\",\"key\":\"1891714010843410433\",\"picture\":\"/oss/physical/temp/IMG_20241219_164639_1739866285701.jpg\"},{\"id\":\"1891714010860187649\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 12:59:01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 15:32:11\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1891714010675638274\",\"sampleType\":\"样品类型002\",\"sampleModel\":\"1876179478534860801\",\"sampleBatch\":\"002\",\"modelBatch\":\"1876179478534860801-002\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1739853531272.jpg\",\"sampleName\":\"1876179478534860801\",\"key\":\"1891714010860187649\",\"picture\":\"/oss/physical/temp/IMG_20241219_164639_1739866291517.jpg\"}]', null, null, '[{\"id\":\"1891718347023937537\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 13:16:15\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 13:20:31\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1891714010675638274\",\"sampleType\":null,\"sampleModel\":\"1876179478509694978\",\"sampleBatch\":null,\"sampleNumber\":\"12~22\",\"offsetCondition\":\"lp\",\"offsetVoltage\":null,\"offsetCurrent\":null,\"loadCapacity\":null,\"otherCondition\":null,\"offsetPowerPhoto\":null,\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":\"1\"},{\"id\":\"1891718347040714754\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 13:16:15\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 13:20:31\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1891714010675638274\",\"sampleType\":null,\"sampleModel\":\"1876179478534860801\",\"sampleBatch\":null,\"sampleNumber\":\"1~22\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"12\",\"offsetCurrent\":\"2\",\"loadCapacity\":null,\"otherCondition\":null,\"offsetPowerPhoto\":\"/oss/physical/temp/IMG_20250106_184740_1739855460202.jpg\",\"inputSignal\":\"方波,1kHz,5Vpp,50%\",\"signalPhoto\":\"/oss/physical/temp/IMG_20250106_184740_1739855463236.jpg\",\"pinType\":null}]', '1875114630388543490', '1875114862107062274', '1875115016876879874', 'PASSED', '深圳吉华微特大钴源、小钴源,电子加速器试验-试验报告', '无法校对', null, null, null, null, null); INSERT INTO `experiment_report` VALUES ('1891764302679076866', 'admin', '2025-02-18 16:18:52', '批准', '2025-02-18 16:25:38', 'A01', '1891714010675638274', '[{\"id\":\"1891714010843410433\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 12:59:01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 15:46:56\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1891714010675638274\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"1876179478509694978\",\"sampleBatch\":\"001\",\"modelBatch\":\"1876179478509694978-001\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1739853378670.jpg,/oss/physical/temp/IMG_20250106_184740_1739853384561.jpg\",\"sampleName\":\"1875493983643447298\",\"key\":\"1891714010843410433\",\"picture\":\"/oss/physical/temp/IMG_20241219_164639_1739866719267.jpg\"}]', null, null, '[{\"id\":\"1891718347023937537\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 13:16:15\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 13:20:31\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1891714010675638274\",\"sampleType\":null,\"sampleModel\":\"1876179478509694978\",\"sampleBatch\":null,\"sampleNumber\":\"12~22\",\"offsetCondition\":\"lp\",\"offsetVoltage\":null,\"offsetCurrent\":null,\"loadCapacity\":null,\"otherCondition\":null,\"offsetPowerPhoto\":null,\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":\"1\"}]', '1875114630388543490', '1875114862107062274', '1875115016876879874', 'PASSED', '深圳吉华微特大钴源、小钴源,电子加速器试验-试验报告', null, null, null, null, null, null); INSERT INTO `experiment_report` VALUES ('1894650404087734274', 'admin', '2025-02-26 15:27:12', 'admin', '2025-05-06 00:25:08', 'A01', '1877535814652719105', '[{\"id\":\"1877523431611887618\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877535814652719105\",\"sampleType\":\"样品类型002\",\"sampleModel\":\"测试样品型号\",\"sampleBatch\":\"测试样品批次\",\"modelBatch\":\"测试样品型号-测试样品批次\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleName\":\"样品类型002\",\"key\":\"1877523431611887618\",\"picture\":\"/oss/physical/temp/捕获_1740554815505.PNG\"},{\"id\":\"1877535814669496322\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:59\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877535814652719105\",\"sampleType\":\"样品类型002\",\"sampleModel\":\"测试样品型号\",\"sampleBatch\":\"测试样品批次\",\"modelBatch\":\"测试样品型号-测试样品批次\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736474367106.PNG\",\"sampleName\":\"样品类型002\",\"key\":\"1877535814669496322\",\"picture\":\"/oss/physical/temp/捕获2_1740554826085.PNG\"}]', '/oss/physical/experiment_doc/1877535814652719105/20250506002505/中国电子科技集团公司第二十四研究所光辐射试验-试验报告.docx', null, '[{\"id\":\"1877535814711439361\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877535814652719105\",\"sampleType\":null,\"sampleModel\":\"测试样品型号\",\"sampleBatch\":null,\"sampleNumber\":\"1111\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"offsetCurrent\":null,\"loadCapacity\":null,\"otherCondition\":null,\"offsetPowerPhoto\":null,\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":null,\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null}]', 'e9ca23d68d884d4ebb19d07889727dae', 'e9ca23d68d884d4ebb19d07889727dae', 'e9ca23d68d884d4ebb19d07889727dae', 'PASSED', '中国电子科技集团公司第二十四研究所光辐射试验-试验报告', null, null, null, null, null, null); INSERT INTO `experiment_report` VALUES ('1902231729300803585', 'admin', '2025-03-19 13:32:41', '批准', '2025-03-19 13:39:30', 'A01', '1902226343554420737', '[{\"id\":\"1902217343723081730\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:32\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1902226343554420737\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"modelBatch\":\"1876179478509694978-1876179478509694978\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg\",\"sampleName\":\"1878761585916440578\",\"key\":\"1902217343723081730\",\"sampleModel_replace\":\"cs001\",\"picture\":\"/oss/physical/temp/偏置图_1742362354195.png\"},{\"id\":\"1902219586698448898\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:44\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:32\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1902226343554420737\",\"sampleType\":\"样品类型002\",\"sampleModel\":\"1876179478534860801\",\"sampleBatch\":\"1876179478534860801\",\"modelBatch\":\"1876179478534860801-1876179478534860801\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742359263144.jpg\",\"sampleName\":\"1876179478534860801\",\"key\":\"1902219586698448898\",\"sampleModel_replace\":\"cs002\",\"picture\":\"/oss/physical/temp/偏置图_1742362356711.png\"}]', null, null, '[{\"id\":\"1902226343839633409\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:32\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1902226343554420737\",\"sampleType\":null,\"sampleModel\":\"1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleNumber\":\"1~11\",\"offsetCondition\":\"jtpz\",\"offsetVoltage\":\"30\",\"offsetCurrent\":\"0\",\"loadCapacity\":\"无\",\"otherCondition\":\"无\",\"offsetPowerPhoto\":\"/oss/physical/temp/IMG_20250106_184740_1742358597476.jpg\",\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":null,\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null,\"sampleModel_replace\":\"cs001\"},{\"id\":\"1902226343864799233\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:32\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1902226343554420737\",\"sampleType\":null,\"sampleModel\":\"1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleNumber\":\"12~22\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"30\",\"offsetCurrent\":\"0\",\"loadCapacity\":\"无\",\"otherCondition\":\"无\",\"offsetPowerPhoto\":\"/oss/physical/temp/IMG_20250106_184740_1742358646141.jpg\",\"inputSignal\":null,\"signalPhoto\":\"/oss/physical/temp/IMG_20250106_184740_1742358649012.jpg\",\"pinType\":null,\"signalType\":\"方波\",\"signalFrequency\":\"10kHz\",\"signalAmplitude\":\"5,偏置1V\",\"dutyCycle\":\"50%\",\"sampleModel_replace\":\"cs001\"},{\"id\":\"1902226343898353665\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:32\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1902226343554420737\",\"sampleType\":null,\"sampleModel\":\"1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleNumber\":\"23~33\",\"offsetCondition\":\"lp\",\"offsetVoltage\":null,\"offsetCurrent\":null,\"loadCapacity\":null,\"otherCondition\":null,\"offsetPowerPhoto\":null,\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":\"2\",\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null,\"sampleModel_replace\":\"cs001\"},{\"id\":\"1902226343915130881\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:44\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:32\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1902226343554420737\",\"sampleType\":null,\"sampleModel\":\"1876179478534860801\",\"sampleBatch\":\"1876179478534860801\",\"sampleNumber\":\"1~33\",\"offsetCondition\":\"lp\",\"offsetVoltage\":null,\"offsetCurrent\":null,\"loadCapacity\":null,\"otherCondition\":null,\"offsetPowerPhoto\":null,\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":\"2\",\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null,\"sampleModel_replace\":\"cs002\"}]', '1875114630388543490', '1875114862107062274', '1875115016876879874', 'PASSED', '中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-试验报告', null, null, null, '2025-03-19 13:35', null, null); INSERT INTO `experiment_report` VALUES ('1902233005329715201', 'admin', '2025-03-19 13:37:45', '批准', '2025-03-19 13:39:32', 'A01', '1902226343554420737', '[{\"id\":\"1902226343596363778\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:32\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1902226343554420737\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"modelBatch\":\"1876179478509694978-1876179478509694978\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg\",\"sampleName\":\"1878761585916440578\",\"key\":\"1902226343596363778\",\"sampleModel_replace\":\"cs001\",\"picture\":\"/oss/physical/temp/偏置图_1742362646884.png\"}]', null, null, '[{\"id\":\"1902226343839633409\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:32\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1902226343554420737\",\"sampleType\":null,\"sampleModel\":\"1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleNumber\":\"1~11\",\"offsetCondition\":\"jtpz\",\"offsetVoltage\":\"30\",\"offsetCurrent\":\"0\",\"loadCapacity\":\"无\",\"otherCondition\":\"无\",\"offsetPowerPhoto\":\"/oss/physical/temp/IMG_20250106_184740_1742358597476.jpg\",\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":null,\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null,\"sampleModel_replace\":\"cs001\"},{\"id\":\"1902226343864799233\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:32\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1902226343554420737\",\"sampleType\":null,\"sampleModel\":\"1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleNumber\":\"12~22\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"30\",\"offsetCurrent\":\"0\",\"loadCapacity\":\"无\",\"otherCondition\":\"无\",\"offsetPowerPhoto\":\"/oss/physical/temp/IMG_20250106_184740_1742358646141.jpg\",\"inputSignal\":null,\"signalPhoto\":\"/oss/physical/temp/IMG_20250106_184740_1742358649012.jpg\",\"pinType\":null,\"signalType\":\"方波\",\"signalFrequency\":\"10kHz\",\"signalAmplitude\":\"5,偏置1V\",\"dutyCycle\":\"50%\",\"sampleModel_replace\":\"cs001\"},{\"id\":\"1902226343898353665\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:32\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1902226343554420737\",\"sampleType\":null,\"sampleModel\":\"1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleNumber\":\"23~33\",\"offsetCondition\":\"lp\",\"offsetVoltage\":null,\"offsetCurrent\":null,\"loadCapacity\":null,\"otherCondition\":null,\"offsetPowerPhoto\":null,\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":\"2\",\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null,\"sampleModel_replace\":\"cs001\"}]', '1875114630388543490', '1875114862107062274', '1875115016876879874', 'PASSED', '中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-试验报告', null, null, null, null, null, null); INSERT INTO `experiment_report` VALUES ('1913055788712300545', 'admin', '2025-04-18 10:23:38', '批准', '2025-04-18 11:01:58', 'A01', '1912838447500070913', '[{\"id\":\"1912838447609122817\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-18 10:05\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"LM001\",\"sampleBatch\":\"001\",\"modelBatch\":\"LM001-001\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleImage\":\"/oss/physical/temp/001_1744890494150.jpg,/oss/physical/temp/001_1744890499380.jpg\",\"sampleName\":\"样品类型001\",\"key\":\"1912838447609122817\",\"picture\":\"/oss/physical/temp/偏置图_1744943014762.png\"}]', null, null, '[{\"id\":\"1912838447684620289\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":null,\"sampleModel\":\"LM001\",\"sampleBatch\":\"001\",\"sampleNumber\":\"1~11\",\"offsetCondition\":\"lp\",\"offsetVoltage\":null,\"offsetCurrent\":null,\"loadCapacity\":null,\"otherCondition\":null,\"offsetPowerPhoto\":null,\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":\"1\",\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null},{\"id\":\"1912838447709786114\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":null,\"sampleModel\":\"LM001\",\"sampleBatch\":\"001\",\"sampleNumber\":\"12~22\",\"offsetCondition\":\"jtpz\",\"offsetVoltage\":\"10\",\"offsetCurrent\":\"1\",\"loadCapacity\":\"无\",\"otherCondition\":\"无\",\"offsetPowerPhoto\":\"/oss/physical/temp/1_1744890969097.jpg\",\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":null,\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null},{\"id\":\"1913051225271799809\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":null,\"sampleModel\":\"LM001\",\"sampleBatch\":\"001\",\"sampleNumber\":\"12~22\",\"offsetCondition\":\"jtpz\",\"offsetVoltage\":\"10\",\"offsetCurrent\":\"1\",\"loadCapacity\":\"无\",\"otherCondition\":\"无\",\"offsetPowerPhoto\":\"/oss/physical/temp/1_1744890969097.jpg\",\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":null,\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null}]', '1875114630388543490', '1875114862107062274', '1913055635972526081', 'PASSED', '深圳吉华微特大钴源、小钴源试验-试验报告', null, null, null, '2025-04-18 11:01', '2025-04-18 11:01', '2025-04-18 11:01'); INSERT INTO `experiment_report` VALUES ('1913067568062763009', 'admin', '2025-04-18 11:10:26', '批准', '2025-04-18 11:22:41', 'A01', '1912838447500070913', '[{\"id\":\"1912838447634288641\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-18 10:05\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":\"样品类型002\",\"sampleModel\":\"LM002\",\"sampleBatch\":\"001\",\"modelBatch\":\"LM002-001\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleImage\":\"/oss/physical/temp/002_1744890504710.jpg,/oss/physical/temp/002_1744890509503.jpg\",\"sampleName\":\"样品类型002\",\"key\":\"1912838447634288641\",\"picture\":\"/oss/physical/temp/偏置图_1744945805795.png\"},{\"id\":\"1912838447659454465\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-18 10:03\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":\"样品类型002\",\"sampleModel\":\"LM003\",\"sampleBatch\":\"001\",\"modelBatch\":\"LM003-001\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleImage\":\"/oss/physical/temp/003_1744890514874.jpg,/oss/physical/temp/003_1744890520727.jpg\",\"sampleName\":\"样品类型002\",\"key\":\"1912838447659454465\",\"picture\":\"/oss/physical/temp/偏置图_1744945811641.png\"},{\"id\":\"1912840963302330369\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 20:09\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-18 10:05\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":\"样品类型001\",\"sampleModel\":\"LM004\",\"sampleBatch\":\"001\",\"modelBatch\":\"LM004-001\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleImage\":\"/oss/physical/temp/偏置图_1744891688763.png,/oss/physical/temp/001_1744891695988.jpg\",\"sampleName\":\"样品类型001\",\"key\":\"1912840963302330369\",\"picture\":\"/oss/physical/temp/3_1744945821454.jpg,/oss/physical/temp/偏置图_1744945821207.png\"}]', null, null, '[{\"id\":\"1912838447726563329\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":null,\"sampleModel\":\"LM002\",\"sampleBatch\":\"001\",\"sampleNumber\":\"1~22\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"20\",\"offsetCurrent\":\"2\",\"loadCapacity\":\"20\",\"otherCondition\":\"无\",\"offsetPowerPhoto\":\"/oss/physical/temp/2_1744890998408.jpg\",\"inputSignal\":null,\"signalPhoto\":\"/oss/physical/temp/2_1744891007501.jpg\",\"pinType\":null,\"signalType\":\"方波\",\"signalFrequency\":\"20kHz\",\"signalAmplitude\":\"1-20\",\"dutyCycle\":\"50%\"},{\"id\":\"1912838447751729154\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":null,\"sampleModel\":\"LM003\",\"sampleBatch\":\"001\",\"sampleNumber\":\"1~22\",\"offsetCondition\":\"jtpz\",\"offsetVoltage\":\"30\",\"offsetCurrent\":\"3\",\"loadCapacity\":\"30\",\"otherCondition\":\"无\",\"offsetPowerPhoto\":\"/oss/physical/temp/3_1744891070648.jpg\",\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":null,\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null},{\"id\":\"1912840963503656961\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 20:09\",\"updateBy\":null,\"updateTime\":null,\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":null,\"sampleModel\":\"LM004\",\"sampleBatch\":\"001\",\"sampleNumber\":\"1~11\",\"offsetCondition\":\"jtpz\",\"offsetVoltage\":\"40\",\"offsetCurrent\":\"4\",\"loadCapacity\":\"40\",\"otherCondition\":\"无\",\"offsetPowerPhoto\":\"/oss/physical/temp/3_1744891771975.jpg,/oss/physical/temp/偏置图_1744891776975.png\",\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":null,\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null},{\"id\":\"1913050808693526529\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":null,\"sampleModel\":\"LM003\",\"sampleBatch\":\"001\",\"sampleNumber\":\"1~22\",\"offsetCondition\":\"jtpz\",\"offsetVoltage\":\"30\",\"offsetCurrent\":\"3\",\"loadCapacity\":\"30\",\"otherCondition\":\"无\",\"offsetPowerPhoto\":\"/oss/physical/temp/3_1744891070648.jpg\",\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":null,\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null},{\"id\":\"1913051225288577026\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":null,\"sampleModel\":\"LM002\",\"sampleBatch\":\"001\",\"sampleNumber\":\"1~22\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"20\",\"offsetCurrent\":\"2\",\"loadCapacity\":\"20\",\"otherCondition\":\"无\",\"offsetPowerPhoto\":\"/oss/physical/temp/2_1744890998408.jpg\",\"inputSignal\":null,\"signalPhoto\":\"/oss/physical/temp/2_1744891007501.jpg\",\"pinType\":null,\"signalType\":\"方波\",\"signalFrequency\":\"20kHz\",\"signalAmplitude\":\"1-20\",\"dutyCycle\":\"50%\"},{\"id\":\"1913051225313742849\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 20:09\",\"updateBy\":null,\"updateTime\":null,\"sysOrgCode\":\"A01\",\"experimentId\":\"1912838447500070913\",\"sampleType\":null,\"sampleModel\":\"LM004\",\"sampleBatch\":\"001\",\"sampleNumber\":\"1~11\",\"offsetCondition\":\"jtpz\",\"offsetVoltage\":\"40\",\"offsetCurrent\":\"4\",\"loadCapacity\":\"40\",\"otherCondition\":\"无\",\"offsetPowerPhoto\":\"/oss/physical/temp/3_1744891771975.jpg,/oss/physical/temp/偏置图_1744891776975.png\",\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":null,\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null}]', '1875114630388543490', '1875114862107062274', '1913055635972526081', 'PASSED', '深圳吉华微特大钴源、小钴源试验-试验报告', null, null, null, '2025-04-18 11:21', '2025-04-18 11:21', '2025-04-18 11:22'); INSERT INTO `experiment_report` VALUES ('1915342555012370434', 'admin', '2025-04-24 17:50:25', 'admin', '2025-04-24 17:52:00', 'A01', '1877535814652719105', '[{\"id\":\"1877523431611887618\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877535814652719105\",\"sampleType\":\"样品类型002\",\"sampleModel\":\"测试样品型号\",\"sampleBatch\":\"测试样品批次\",\"modelBatch\":\"测试样品型号-测试样品批次\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleName\":\"样品类型002\",\"key\":\"1877523431611887618\",\"picture\":\"/oss/physical/temp/无标题_1745488219839.png\"}]', null, null, '[{\"id\":\"1877535814711439361\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\",\"sysOrgCode\":\"A01\",\"experimentId\":\"1877535814652719105\",\"sampleType\":null,\"sampleModel\":\"测试样品型号\",\"sampleBatch\":null,\"sampleNumber\":\"1111\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"offsetCurrent\":null,\"loadCapacity\":null,\"otherCondition\":null,\"offsetPowerPhoto\":null,\"inputSignal\":null,\"signalPhoto\":null,\"pinType\":null,\"signalType\":null,\"signalFrequency\":null,\"signalAmplitude\":null,\"dutyCycle\":null}]', '1875114630388543490', '1875114862107062274', '1913055635972526081', 'INIT', '中国电子科技集团公司第二十四研究所光辐射试验-试验报告', null, null, null, null, '2025-04-24 17:51', null); -- ---------------------------- -- Table structure for experiment_review -- ---------------------------- DROP TABLE IF EXISTS `experiment_review`; CREATE TABLE `experiment_review` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `experiment_id` varchar(36) NOT NULL COMMENT '实验ID', `review_process` varchar(255) DEFAULT NULL COMMENT '评审流程', `review_detail` text COMMENT '评审详情(json大字段)', `review_result` varchar(32) DEFAULT NULL COMMENT '评审结果', `review_status` int(11) DEFAULT NULL COMMENT '试验评定状态', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `experiment_id` (`experiment_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_review -- ---------------------------- INSERT INTO `experiment_review` VALUES ('1919437118584872961', 'e9ca23d68d884d4ebb19d07889727dae', '2025-05-06 01:00:45', 'e9ca23d68d884d4ebb19d07889727dae', '2025-05-06 01:00:45', 'A01', '1915358525311389698', 'MIL-883', '{\"nodes\":[{\"id\":\"rect2\",\"type\":\"rect\",\"x\":50,\"y\":615,\"properties\":{\"width\":80,\"height\":40},\"text\":{\"x\":50,\"y\":615,\"value\":\"样品通过\"}},{\"id\":\"2db3217b-634a-4322-ac73-057968d69437\",\"type\":\"rect\",\"x\":544,\"y\":146,\"properties\":{\"width\":200,\"height\":60},\"text\":{\"x\":544,\"y\":146,\"value\":\"确定是否需要ELDRS测试\"}},{\"id\":\"f66e72ca-edf2-468b-bca7-b950de44211b\",\"type\":\"polygon\",\"x\":544,\"y\":244,\"properties\":{\"width\":80,\"height\":80}},{\"id\":\"46741d1f-61b9-4654-9f25-0e1845ff5f7e\",\"type\":\"rect\",\"x\":97,\"y\":384,\"properties\":{\"width\":130,\"height\":80},\"text\":{\"x\":97,\"y\":384,\"value\":\"样品应用环境剂量率\\n条件下是否通过测试\"}},{\"id\":\"cb71b7da-8bc3-48b6-a468-f3f505d0895a\",\"type\":\"rect\",\"x\":296,\"y\":384,\"properties\":{\"width\":130,\"height\":80},\"text\":{\"x\":296,\"y\":384,\"value\":\"剂量率<10mrad(Si)/s\\n条见下是否通过\"}},{\"id\":\"f06cff0a-6504-45f3-bc13-ffd0d669af33\",\"type\":\"rect\",\"x\":731,\"y\":244,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":731,\"y\":244,\"value\":\"选择剂量率\"}},{\"id\":\"5f9dfc6d-4bf6-429b-8fbb-6d90fa23ebb6\",\"type\":\"rect\",\"x\":473,\"y\":385,\"properties\":{\"width\":130,\"height\":80},\"text\":{\"x\":473,\"y\":385,\"value\":\"加速评估条件下\\n是否通过测试\"}},{\"id\":\"316c5348-2294-4d94-acf4-91e2da9c3b50\",\"type\":\"polygon\",\"x\":97,\"y\":491,\"properties\":{\"width\":80,\"height\":80}},{\"id\":\"76b2f685-b477-47d0-b218-229b272beed3\",\"type\":\"polygon\",\"x\":296,\"y\":491,\"properties\":{\"width\":80,\"height\":80}},{\"id\":\"eab02062-a2ec-47e6-80b7-3dbc83f7c9f8\",\"type\":\"polygon\",\"x\":473,\"y\":491,\"properties\":{\"width\":80,\"height\":80}},{\"id\":\"be712dc3-93ab-415a-b790-5297c167bf6b\",\"type\":\"rect\",\"x\":731,\"y\":346,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":731,\"y\":346,\"value\":\"辐照至规定剂量率\"}},{\"id\":\"d1623f0e-4cdb-407a-8d24-9ca411cca49d\",\"type\":\"rect\",\"x\":731,\"y\":444,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":731,\"y\":444,\"value\":\"是否通过电测试\"}},{\"id\":\"2d6f7d8a-d198-449c-a930-beac081b41d8\",\"type\":\"polygon\",\"x\":731,\"y\":552,\"properties\":{\"width\":80,\"height\":80}},{\"id\":\"cb6b4d60-1db2-493e-b53c-8ee1155265f5\",\"type\":\"rect\",\"x\":948,\"y\":552,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":948,\"y\":552,\"value\":\"是否通过电测试\"}},{\"id\":\"e513890a-34c2-482a-a40b-ef025f77e878\",\"type\":\"polygon\",\"x\":948,\"y\":645,\"properties\":{\"width\":80,\"height\":80}},{\"id\":\"997e15c1-dc5c-409e-a6e7-7a27ef13996e\",\"type\":\"rect\",\"x\":948,\"y\":842,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":948,\"y\":842,\"value\":\"是否通过电测试\"}},{\"id\":\"1243d060-5094-40e9-ad51-8f83aa4483dc\",\"type\":\"rect\",\"x\":948,\"y\":750,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":948,\"y\":750,\"value\":\"是否通过电测试\"}},{\"id\":\"6413cd92-6e3f-4a5e-9903-92d26a336947\",\"type\":\"polygon\",\"x\":948,\"y\":940,\"properties\":{\"width\":80,\"height\":80}},{\"id\":\"5dbeddab-a8c3-4168-9b67-bc66646f473b\",\"type\":\"rect\",\"x\":731,\"y\":940,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":731,\"y\":940,\"value\":\"是否需要加速退火试验\"}},{\"id\":\"49c0a4fa-3983-4165-a930-ac4f32d36ebf\",\"type\":\"polygon\",\"x\":731,\"y\":1053,\"properties\":{\"width\":80,\"height\":80}},{\"id\":\"036b97c3-e62a-4a2a-ae67-aad538ef9700\",\"type\":\"rect\",\"x\":957,\"y\":1053,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":957,\"y\":1053,\"value\":\"是否需要0.5倍额外辐照剂\"}},{\"id\":\"e10e50fd-f46a-41d5-b4bc-24fe163850ec\",\"type\":\"polygon\",\"x\":957,\"y\":1158,\"properties\":{\"width\":80,\"height\":80}},{\"id\":\"edc01555-fc45-4ee5-b243-152f821ecc94\",\"type\":\"rect\",\"x\":958,\"y\":1271,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":958,\"y\":1271,\"value\":\"进行0.5倍额外辐照剂\"}},{\"id\":\"55338300-b529-49be-828a-4be1995ecfd2\",\"type\":\"polygon\",\"x\":730,\"y\":1478,\"properties\":{\"width\":80,\"height\":80}},{\"id\":\"4fa3b0ca-310d-4dfa-917c-3ccce8950634\",\"type\":\"rect\",\"x\":1165,\"y\":645,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":1165,\"y\":645,\"value\":\"样品失效\"}},{\"id\":\"e13b7159-a0ac-4dad-a9b3-007bbab05250\",\"type\":\"rect\",\"x\":1165,\"y\":940,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":1165,\"y\":940,\"value\":\"样品失效\"}},{\"id\":\"50b46fba-3cea-4d3c-bca7-6973b2f37c3f\",\"type\":\"rect\",\"x\":500,\"y\":1053,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":500,\"y\":1053,\"value\":\"样品通过\"}},{\"id\":\"08853cf8-9eb9-4f2d-ba99-f27023ec9ec3\",\"type\":\"rect\",\"x\":730,\"y\":1270,\"properties\":{\"width\":200,\"height\":60},\"text\":{\"x\":730,\"y\":1270,\"value\":\"选择进行三种加速退火的一种\"}},{\"id\":\"03ef38d0-e313-40bd-87ae-1fae6efb98d9\",\"type\":\"rect\",\"x\":730,\"y\":1374,\"properties\":{\"width\":200,\"height\":60},\"text\":{\"x\":730,\"y\":1374,\"value\":\"退火后是否通过测试\"}},{\"id\":\"f59e83bf-a804-4639-9b43-c9abd634ba63\",\"type\":\"rect\",\"x\":956,\"y\":1478,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":956,\"y\":1478,\"value\":\"样品失效\"}},{\"id\":\"5840e43b-0a43-45c4-a4df-d4a5708e22b1\",\"type\":\"rect\",\"x\":500,\"y\":1478,\"properties\":{\"width\":150,\"height\":60},\"text\":{\"x\":500,\"y\":1478,\"value\":\"样品通过\"}},{\"id\":\"328de4ac-bc08-4bbf-8e5f-d1780e3899a1\",\"type\":\"rect\",\"x\":142,\"y\":615,\"properties\":{\"width\":80,\"height\":40},\"text\":{\"x\":142,\"y\":615,\"value\":\"样品失效\"}},{\"id\":\"42dd8113-daf6-470c-a559-449f03743dc1\",\"type\":\"rect\",\"x\":242,\"y\":615,\"properties\":{\"width\":80,\"height\":40},\"text\":{\"x\":242,\"y\":615,\"value\":\"样品通过\"}},{\"id\":\"2999598c-c987-4eb4-be20-4b5111154f64\",\"type\":\"rect\",\"x\":336,\"y\":615,\"properties\":{\"width\":80,\"height\":40},\"text\":{\"x\":336,\"y\":615,\"value\":\"样品失效\"}},{\"id\":\"9a642602-14f9-4221-b2ba-3e1a4a5ce9a8\",\"type\":\"rect\",\"x\":427,\"y\":614,\"properties\":{\"width\":80,\"height\":40},\"text\":{\"x\":427,\"y\":614,\"value\":\"样品通过\"}},{\"id\":\"cd1cd751-5b1e-4e1f-8f0d-66b49baab3b4\",\"type\":\"rect\",\"x\":524,\"y\":614,\"properties\":{\"width\":80,\"height\":40},\"text\":{\"x\":524,\"y\":614,\"value\":\"样品失效\"}}],\"edges\":[{\"id\":\"4ebffe38-0c70-4415-8cdc-b1a67f2880ac\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"f66e72ca-edf2-468b-bca7-b950de44211b\",\"targetNodeId\":\"f06cff0a-6504-45f3-bc13-ffd0d669af33\",\"startPoint\":{\"x\":584,\"y\":244},\"endPoint\":{\"x\":656,\"y\":244},\"text\":{\"x\":620,\"y\":244,\"value\":\"否\"},\"pointsList\":[{\"x\":584,\"y\":244},{\"x\":656,\"y\":244}]},{\"id\":\"be9182be-8b1b-4f72-ad17-101a7853c6f2\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"f66e72ca-edf2-468b-bca7-b950de44211b\",\"targetNodeId\":\"5f9dfc6d-4bf6-429b-8fbb-6d90fa23ebb6\",\"startPoint\":{\"x\":544,\"y\":284},\"endPoint\":{\"x\":473,\"y\":345},\"pointsList\":[{\"x\":544,\"y\":284},{\"x\":544,\"y\":314},{\"x\":473,\"y\":314},{\"x\":473,\"y\":345}]},{\"id\":\"d463e462-266e-4602-8de0-001fc8c0f326\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"2db3217b-634a-4322-ac73-057968d69437\",\"targetNodeId\":\"f66e72ca-edf2-468b-bca7-b950de44211b\",\"startPoint\":{\"x\":544,\"y\":176},\"endPoint\":{\"x\":544,\"y\":204},\"pointsList\":[{\"x\":544,\"y\":176},{\"x\":544,\"y\":206},{\"x\":544,\"y\":206},{\"x\":544,\"y\":174},{\"x\":544,\"y\":174},{\"x\":544,\"y\":204}]},{\"id\":\"88d7f8ec-85b3-4e97-b7d6-b4ea56f37c52\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"f66e72ca-edf2-468b-bca7-b950de44211b\",\"targetNodeId\":\"cb71b7da-8bc3-48b6-a468-f3f505d0895a\",\"startPoint\":{\"x\":544,\"y\":284},\"endPoint\":{\"x\":296,\"y\":344},\"pointsList\":[{\"x\":544,\"y\":284},{\"x\":544,\"y\":314},{\"x\":296,\"y\":314},{\"x\":296,\"y\":344}]},{\"id\":\"355d1768-83fd-4c11-8805-daa9d4650999\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"f66e72ca-edf2-468b-bca7-b950de44211b\",\"targetNodeId\":\"46741d1f-61b9-4654-9f25-0e1845ff5f7e\",\"startPoint\":{\"x\":544,\"y\":284},\"endPoint\":{\"x\":97,\"y\":344},\"text\":{\"x\":544,\"y\":299,\"value\":\"是\"},\"pointsList\":[{\"x\":544,\"y\":284},{\"x\":544,\"y\":314},{\"x\":97,\"y\":314},{\"x\":97,\"y\":344}]},{\"id\":\"e3fad45e-af2d-4fd8-9c76-30c3b81ab4f8\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"f06cff0a-6504-45f3-bc13-ffd0d669af33\",\"targetNodeId\":\"be712dc3-93ab-415a-b790-5297c167bf6b\",\"startPoint\":{\"x\":731,\"y\":274},\"endPoint\":{\"x\":731,\"y\":316},\"pointsList\":[{\"x\":731,\"y\":274},{\"x\":731,\"y\":304},{\"x\":731,\"y\":304},{\"x\":731,\"y\":286},{\"x\":731,\"y\":286},{\"x\":731,\"y\":316}]},{\"id\":\"4d1a85d2-edcb-490a-9a18-7981f7fd3b09\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"be712dc3-93ab-415a-b790-5297c167bf6b\",\"targetNodeId\":\"d1623f0e-4cdb-407a-8d24-9ca411cca49d\",\"startPoint\":{\"x\":731,\"y\":376},\"endPoint\":{\"x\":731,\"y\":414},\"pointsList\":[{\"x\":731,\"y\":376},{\"x\":731,\"y\":406},{\"x\":731,\"y\":406},{\"x\":731,\"y\":384},{\"x\":731,\"y\":384},{\"x\":731,\"y\":414}]},{\"id\":\"e976e71b-b2a4-414b-af84-c8bbb3af1150\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"d1623f0e-4cdb-407a-8d24-9ca411cca49d\",\"targetNodeId\":\"2d6f7d8a-d198-449c-a930-beac081b41d8\",\"startPoint\":{\"x\":731,\"y\":474},\"endPoint\":{\"x\":731,\"y\":512},\"pointsList\":[{\"x\":731,\"y\":474},{\"x\":731,\"y\":504},{\"x\":731,\"y\":504},{\"x\":731,\"y\":482},{\"x\":731,\"y\":482},{\"x\":731,\"y\":512}]},{\"id\":\"43be5e4f-7878-4f3c-8507-7fb42cbed5e3\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"2d6f7d8a-d198-449c-a930-beac081b41d8\",\"targetNodeId\":\"cb6b4d60-1db2-493e-b53c-8ee1155265f5\",\"startPoint\":{\"x\":771,\"y\":552},\"endPoint\":{\"x\":873,\"y\":552},\"text\":{\"x\":822,\"y\":552,\"value\":\"未通过\"},\"pointsList\":[{\"x\":771,\"y\":552},{\"x\":873,\"y\":552}]},{\"id\":\"fa250d32-fcd8-4f94-9f6a-97b235683c8d\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"2d6f7d8a-d198-449c-a930-beac081b41d8\",\"targetNodeId\":\"5dbeddab-a8c3-4168-9b67-bc66646f473b\",\"startPoint\":{\"x\":731,\"y\":592},\"endPoint\":{\"x\":731,\"y\":910},\"text\":{\"x\":731,\"y\":751,\"value\":\"通过\"},\"pointsList\":[{\"x\":731,\"y\":592},{\"x\":731,\"y\":910}]},{\"id\":\"d8502b69-5fe2-4e0d-a1e0-ff2f5c548d0e\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"cb6b4d60-1db2-493e-b53c-8ee1155265f5\",\"targetNodeId\":\"e513890a-34c2-482a-a40b-ef025f77e878\",\"startPoint\":{\"x\":948,\"y\":582},\"endPoint\":{\"x\":948,\"y\":605},\"pointsList\":[{\"x\":948,\"y\":582},{\"x\":948,\"y\":612},{\"x\":948,\"y\":612},{\"x\":948,\"y\":575},{\"x\":948,\"y\":575},{\"x\":948,\"y\":605}]},{\"id\":\"d2e22ba1-298b-4c1e-b211-230c2a236bb4\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"e513890a-34c2-482a-a40b-ef025f77e878\",\"targetNodeId\":\"1243d060-5094-40e9-ad51-8f83aa4483dc\",\"startPoint\":{\"x\":948,\"y\":685},\"endPoint\":{\"x\":948,\"y\":720},\"text\":{\"x\":948,\"y\":700,\"value\":\"是\"},\"pointsList\":[{\"x\":948,\"y\":685},{\"x\":948,\"y\":715},{\"x\":948,\"y\":715},{\"x\":948,\"y\":690},{\"x\":948,\"y\":690},{\"x\":948,\"y\":720}]},{\"id\":\"e7ad3349-36d5-4c20-ad51-687cfd65c434\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"e513890a-34c2-482a-a40b-ef025f77e878\",\"targetNodeId\":\"4fa3b0ca-310d-4dfa-917c-3ccce8950634\",\"startPoint\":{\"x\":988,\"y\":645},\"endPoint\":{\"x\":1090,\"y\":645},\"text\":{\"x\":1039,\"y\":645,\"value\":\"否\"},\"pointsList\":[{\"x\":988,\"y\":645},{\"x\":1090,\"y\":645}]},{\"id\":\"a9ea29f0-52d7-4e20-a4c8-867dd951a94a\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"6413cd92-6e3f-4a5e-9903-92d26a336947\",\"targetNodeId\":\"e13b7159-a0ac-4dad-a9b3-007bbab05250\",\"startPoint\":{\"x\":988,\"y\":940},\"endPoint\":{\"x\":1090,\"y\":940},\"text\":{\"x\":1039,\"y\":940,\"value\":\"否\"},\"pointsList\":[{\"x\":988,\"y\":940},{\"x\":1090,\"y\":940}]},{\"id\":\"1a36b991-1d07-4d34-927b-b715aef56f32\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"6413cd92-6e3f-4a5e-9903-92d26a336947\",\"targetNodeId\":\"5dbeddab-a8c3-4168-9b67-bc66646f473b\",\"startPoint\":{\"x\":908,\"y\":940},\"endPoint\":{\"x\":806,\"y\":940},\"text\":{\"x\":857,\"y\":940,\"value\":\"是\"},\"pointsList\":[{\"x\":908,\"y\":940},{\"x\":806,\"y\":940}]},{\"id\":\"4a3b348d-f9e0-4b5f-9641-7f77fd032900\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"1243d060-5094-40e9-ad51-8f83aa4483dc\",\"targetNodeId\":\"997e15c1-dc5c-409e-a6e7-7a27ef13996e\",\"startPoint\":{\"x\":948,\"y\":780},\"endPoint\":{\"x\":948,\"y\":812},\"pointsList\":[{\"x\":948,\"y\":780},{\"x\":948,\"y\":810},{\"x\":948,\"y\":810},{\"x\":948,\"y\":782},{\"x\":948,\"y\":782},{\"x\":948,\"y\":812}]},{\"id\":\"06aada14-410f-428f-9a44-7f0210c710a4\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"997e15c1-dc5c-409e-a6e7-7a27ef13996e\",\"targetNodeId\":\"6413cd92-6e3f-4a5e-9903-92d26a336947\",\"startPoint\":{\"x\":948,\"y\":872},\"endPoint\":{\"x\":948,\"y\":900},\"pointsList\":[{\"x\":948,\"y\":872},{\"x\":948,\"y\":902},{\"x\":948,\"y\":902},{\"x\":948,\"y\":870},{\"x\":948,\"y\":870},{\"x\":948,\"y\":900}]},{\"id\":\"a14589bc-d034-40c3-8a0e-d3c3c4518a60\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"5dbeddab-a8c3-4168-9b67-bc66646f473b\",\"targetNodeId\":\"49c0a4fa-3983-4165-a930-ac4f32d36ebf\",\"startPoint\":{\"x\":731,\"y\":970},\"endPoint\":{\"x\":731,\"y\":1013},\"pointsList\":[{\"x\":731,\"y\":970},{\"x\":731,\"y\":1000},{\"x\":731,\"y\":1000},{\"x\":731,\"y\":983},{\"x\":731,\"y\":983},{\"x\":731,\"y\":1013}]},{\"id\":\"a2702236-e2e8-4670-a83c-02df1c29032f\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"49c0a4fa-3983-4165-a930-ac4f32d36ebf\",\"targetNodeId\":\"50b46fba-3cea-4d3c-bca7-6973b2f37c3f\",\"startPoint\":{\"x\":691,\"y\":1053},\"endPoint\":{\"x\":575,\"y\":1053},\"text\":{\"x\":633,\"y\":1053,\"value\":\"否\"},\"pointsList\":[{\"x\":691,\"y\":1053},{\"x\":575,\"y\":1053}]},{\"id\":\"c82f99aa-63b2-4e2b-ab27-f970708f0dd9\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"036b97c3-e62a-4a2a-ae67-aad538ef9700\",\"targetNodeId\":\"e10e50fd-f46a-41d5-b4bc-24fe163850ec\",\"startPoint\":{\"x\":957,\"y\":1083},\"endPoint\":{\"x\":957,\"y\":1118},\"pointsList\":[{\"x\":957,\"y\":1083},{\"x\":957,\"y\":1113},{\"x\":957,\"y\":1113},{\"x\":957,\"y\":1088},{\"x\":957,\"y\":1088},{\"x\":957,\"y\":1118}]},{\"id\":\"23b7c573-161c-4839-b7a2-e229b9d36304\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"e10e50fd-f46a-41d5-b4bc-24fe163850ec\",\"targetNodeId\":\"edc01555-fc45-4ee5-b243-152f821ecc94\",\"startPoint\":{\"x\":958.25,\"y\":1198},\"endPoint\":{\"x\":958,\"y\":1241},\"text\":{\"x\":958.25,\"y\":1213,\"value\":\"是\"},\"pointsList\":[{\"x\":958.25,\"y\":1198},{\"x\":958.25,\"y\":1228},{\"x\":958.125,\"y\":1228},{\"x\":958.125,\"y\":1211},{\"x\":958,\"y\":1211},{\"x\":958,\"y\":1241}]},{\"id\":\"de7a3139-0da3-42fd-bd03-3820e99f8da9\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"e10e50fd-f46a-41d5-b4bc-24fe163850ec\",\"targetNodeId\":\"08853cf8-9eb9-4f2d-ba99-f27023ec9ec3\",\"startPoint\":{\"x\":917,\"y\":1158},\"endPoint\":{\"x\":730,\"y\":1240},\"text\":{\"x\":823.5,\"y\":1158,\"value\":\"否\"},\"pointsList\":[{\"x\":917,\"y\":1158},{\"x\":730,\"y\":1158},{\"x\":730,\"y\":1240}]},{\"id\":\"783b440c-5648-43cd-a57f-05269d7908b8\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"03ef38d0-e313-40bd-87ae-1fae6efb98d9\",\"targetNodeId\":\"55338300-b529-49be-828a-4be1995ecfd2\",\"startPoint\":{\"x\":730,\"y\":1404},\"endPoint\":{\"x\":730,\"y\":1438},\"pointsList\":[{\"x\":730,\"y\":1404},{\"x\":730,\"y\":1434},{\"x\":730,\"y\":1434},{\"x\":730,\"y\":1408},{\"x\":730,\"y\":1408},{\"x\":730,\"y\":1438}]},{\"id\":\"353688f4-2b1f-4b7d-aed8-daa6066a7bc2\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"55338300-b529-49be-828a-4be1995ecfd2\",\"targetNodeId\":\"5840e43b-0a43-45c4-a4df-d4a5708e22b1\",\"startPoint\":{\"x\":690,\"y\":1478},\"endPoint\":{\"x\":575,\"y\":1478},\"text\":{\"x\":632.5,\"y\":1478,\"value\":\"是\"},\"pointsList\":[{\"x\":690,\"y\":1478},{\"x\":575,\"y\":1478}]},{\"id\":\"72c49af3-aea8-4e4e-8547-39bc941f31d6\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"55338300-b529-49be-828a-4be1995ecfd2\",\"targetNodeId\":\"f59e83bf-a804-4639-9b43-c9abd634ba63\",\"startPoint\":{\"x\":770,\"y\":1478},\"endPoint\":{\"x\":881,\"y\":1478},\"pointsList\":[{\"x\":770,\"y\":1478},{\"x\":881,\"y\":1478}]},{\"id\":\"094f34bb-7dc3-41d0-81cf-1f713a29f176\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"08853cf8-9eb9-4f2d-ba99-f27023ec9ec3\",\"targetNodeId\":\"03ef38d0-e313-40bd-87ae-1fae6efb98d9\",\"startPoint\":{\"x\":730,\"y\":1300},\"endPoint\":{\"x\":730,\"y\":1344},\"pointsList\":[{\"x\":730,\"y\":1300},{\"x\":730,\"y\":1330},{\"x\":730,\"y\":1330},{\"x\":730,\"y\":1314},{\"x\":730,\"y\":1314},{\"x\":730,\"y\":1344}]},{\"id\":\"21050f32-7269-4717-8fa2-bee8c1a3a95e\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"49c0a4fa-3983-4165-a930-ac4f32d36ebf\",\"targetNodeId\":\"036b97c3-e62a-4a2a-ae67-aad538ef9700\",\"startPoint\":{\"x\":771,\"y\":1053},\"endPoint\":{\"x\":882,\"y\":1053},\"text\":{\"x\":826.5,\"y\":1053,\"value\":\"是\"},\"pointsList\":[{\"x\":771,\"y\":1053},{\"x\":882,\"y\":1053}]},{\"id\":\"347772d6-29e5-4a4e-8a63-5f864438f6f4\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"46741d1f-61b9-4654-9f25-0e1845ff5f7e\",\"targetNodeId\":\"316c5348-2294-4d94-acf4-91e2da9c3b50\",\"startPoint\":{\"x\":97,\"y\":424},\"endPoint\":{\"x\":97,\"y\":451},\"pointsList\":[{\"x\":97,\"y\":424},{\"x\":97,\"y\":454},{\"x\":97,\"y\":454},{\"x\":97,\"y\":421},{\"x\":97,\"y\":421},{\"x\":97,\"y\":451}]},{\"id\":\"a28a0200-f4a1-4ba5-a70f-eaf6eedc3361\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"cb71b7da-8bc3-48b6-a468-f3f505d0895a\",\"targetNodeId\":\"76b2f685-b477-47d0-b218-229b272beed3\",\"startPoint\":{\"x\":296,\"y\":424},\"endPoint\":{\"x\":296,\"y\":451},\"pointsList\":[{\"x\":296,\"y\":424},{\"x\":296,\"y\":454},{\"x\":296,\"y\":454},{\"x\":296,\"y\":421},{\"x\":296,\"y\":421},{\"x\":296,\"y\":451}]},{\"id\":\"458e8524-0486-4097-8442-7f83b7919be1\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"5f9dfc6d-4bf6-429b-8fbb-6d90fa23ebb6\",\"targetNodeId\":\"eab02062-a2ec-47e6-80b7-3dbc83f7c9f8\",\"startPoint\":{\"x\":473,\"y\":425},\"endPoint\":{\"x\":473,\"y\":451},\"pointsList\":[{\"x\":473,\"y\":425},{\"x\":473,\"y\":455},{\"x\":473,\"y\":455},{\"x\":473,\"y\":421},{\"x\":473,\"y\":421},{\"x\":473,\"y\":451}]},{\"id\":\"66a9fdc0-728a-43dd-96c4-32521a41efde\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"316c5348-2294-4d94-acf4-91e2da9c3b50\",\"targetNodeId\":\"328de4ac-bc08-4bbf-8e5f-d1780e3899a1\",\"startPoint\":{\"x\":137,\"y\":491},\"endPoint\":{\"x\":142,\"y\":595},\"text\":{\"x\":152,\"y\":491,\"value\":\"否\"},\"pointsList\":[{\"x\":137,\"y\":491},{\"x\":167,\"y\":491},{\"x\":167,\"y\":565},{\"x\":142,\"y\":565},{\"x\":142,\"y\":595}]},{\"id\":\"d75f4b7c-81fa-4977-9303-99c990cb8333\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"316c5348-2294-4d94-acf4-91e2da9c3b50\",\"targetNodeId\":\"rect2\",\"startPoint\":{\"x\":57,\"y\":491},\"endPoint\":{\"x\":50,\"y\":595},\"text\":{\"x\":42,\"y\":491,\"value\":\"是\"},\"pointsList\":[{\"x\":57,\"y\":491},{\"x\":27,\"y\":491},{\"x\":27,\"y\":565},{\"x\":50,\"y\":565},{\"x\":50,\"y\":595}]},{\"id\":\"9ac28fd8-d27c-432a-9990-8429b4be3e83\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"76b2f685-b477-47d0-b218-229b272beed3\",\"targetNodeId\":\"42dd8113-daf6-470c-a559-449f03743dc1\",\"startPoint\":{\"x\":256,\"y\":491},\"endPoint\":{\"x\":242,\"y\":595},\"text\":{\"x\":241,\"y\":491,\"value\":\"是\"},\"pointsList\":[{\"x\":256,\"y\":491},{\"x\":226,\"y\":491},{\"x\":226,\"y\":565},{\"x\":242,\"y\":565},{\"x\":242,\"y\":595}]},{\"id\":\"eb275cf3-bb27-411c-8f8b-4142c1eee8ab\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"76b2f685-b477-47d0-b218-229b272beed3\",\"targetNodeId\":\"2999598c-c987-4eb4-be20-4b5111154f64\",\"startPoint\":{\"x\":336,\"y\":491},\"endPoint\":{\"x\":336,\"y\":595},\"text\":{\"x\":351,\"y\":491,\"value\":\"否\"},\"pointsList\":[{\"x\":336,\"y\":491},{\"x\":366,\"y\":491},{\"x\":366,\"y\":565},{\"x\":336,\"y\":565},{\"x\":336,\"y\":595}]},{\"id\":\"94c65233-f1b8-4ad0-8265-74086834e79d\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"eab02062-a2ec-47e6-80b7-3dbc83f7c9f8\",\"targetNodeId\":\"cd1cd751-5b1e-4e1f-8f0d-66b49baab3b4\",\"startPoint\":{\"x\":513,\"y\":491},\"endPoint\":{\"x\":524,\"y\":594},\"text\":{\"x\":528,\"y\":491,\"value\":\"否\"},\"pointsList\":[{\"x\":513,\"y\":491},{\"x\":543,\"y\":491},{\"x\":543,\"y\":564},{\"x\":524,\"y\":564},{\"x\":524,\"y\":594}]},{\"id\":\"c86b0243-c943-4134-802d-329b8e0e576c\",\"type\":\"polyline\",\"properties\":{},\"sourceNodeId\":\"eab02062-a2ec-47e6-80b7-3dbc83f7c9f8\",\"targetNodeId\":\"9a642602-14f9-4221-b2ba-3e1a4a5ce9a8\",\"startPoint\":{\"x\":433,\"y\":491},\"endPoint\":{\"x\":427,\"y\":594},\"text\":{\"x\":418,\"y\":491,\"value\":\"是\"},\"pointsList\":[{\"x\":433,\"y\":491},{\"x\":403,\"y\":491},{\"x\":403,\"y\":564},{\"x\":427,\"y\":564},{\"x\":427,\"y\":594}]}]}', null, '5'); -- ---------------------------- -- Table structure for experiment_sample_info -- ---------------------------- DROP TABLE IF EXISTS `experiment_sample_info`; CREATE TABLE `experiment_sample_info` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `experiment_id` varchar(36) NOT NULL COMMENT '试验ID', `sample_type` varchar(255) DEFAULT NULL COMMENT '样品类型', `sample_model` varchar(255) DEFAULT NULL COMMENT '样品型号', `sample_batch` varchar(255) DEFAULT NULL COMMENT '样品批次', `sample_manufacturer` varchar(255) DEFAULT NULL COMMENT '生产厂家', `sample_image` text COMMENT '图片', `sample_name` varchar(255) DEFAULT NULL COMMENT '样品名称', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_sample_info -- ---------------------------- INSERT INTO `experiment_sample_info` VALUES ('1875493983643447298', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-05 22:00:12', 'A01', '1875535314453475329', '样品类型001', '测试样品型号', '测试样品批次', '测试生产厂家', '/oss/physical/temp/捕获2_1736085606247.PNG', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1875548850781106177', 'admin', '2025-01-04 22:24:27', 'admin', '2025-01-05 22:00:12', 'A01', '1875535314453475329', '样品类型001', '测试', '11', '11', '上传失败!', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1875764501873340417', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-04 22:48:20', 'A01', '1875764501823008769', '样品类型001', '测试样品型号', '测试样品批次', '测试生产厂家', '上传失败!', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1875764501906894850', 'admin', '2025-01-04 22:24:27', null, null, 'A01', '1875764501823008769', '样品类型001', '测试', '11', '11', '上传失败!', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1876179478509694978', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', '样品类型001', 'cs001', '001', '航天080', '/oss/physical/temp/IMG_20241219_164837_1736150695765.jpg,/oss/physical/temp/IMG_20241219_164848_1736150700667.jpg', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1876179478534860801', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-08 12:53:16', 'A01', '1876179478450974721', '样品类型002', 'cs002', '002', '航天080', '/oss/physical/temp/IMG_20241219_164837_1736150705141.jpg,/oss/physical/temp/IMG_20241219_164848_1736150708798.jpg', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1876187752218959873', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-06 16:28:46', 'A01', '1876187752189599745', '样品类型001', 'cs001', '001', '航天080', '/oss/physical/temp/IMG_20241219_164837_1736150695765.jpg,/oss/physical/temp/IMG_20241219_164848_1736150700667.jpg', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1876187752311234562', 'admin', '2025-01-06 16:10:20', 'admin', '2025-01-06 16:38:39', 'A01', '1876187752189599745', '样品类型002', 'cs002', '002', '航天080', '/oss/physical/temp/IMG_20241219_164837_1736150705141.jpg,/oss/physical/temp/IMG_20241219_164848_1736150708798.jpg', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1876444926719500290', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-07 09:54:59', 'A01', '1876444926627225602', '样品类型001', '测试样品型号', '测试样品批次', '测试生产厂家', '/oss/physical/temp/捕获2_1736085606247.PNG,/oss/physical/temp/13-29-30-58800_00_1020231030-021851_1736214395918.png,/oss/physical/temp/CAM1-2024-04-19-14-300_00_4220240419-155128_1736214407202.png,/oss/physical/temp/3_1736214419208.png,/oss/physical/temp/1(2)_1736214424610.png,/oss/physical/temp/3_1736214429161.png', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1876444926753054721', 'admin', '2025-01-04 22:24:27', 'admin', '2025-01-07 09:54:59', 'A01', '1876444926627225602', '样品类型001', '测试', '11', '11', '上传失败!', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1876448019427303426', 'admin', '2025-01-07 09:57:25', null, null, 'A01', '1876447775302033410', '样品类型001', '测试', '测试', '测试', null, '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1876448560983252994', 'admin', '2025-01-04 18:46:25', 'admin', '2025-01-05 22:00:12', 'A01', '1876448560966475778', '样品类型001', '测试样品型号', '测试样品批次', '测试生产厂家', '/oss/physical/temp/捕获2_1736085606247.PNG', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1876448561000030209', 'admin', '2025-01-04 22:24:27', 'admin', '2025-01-05 22:00:12', 'A01', '1876448560966475778', '样品类型001', '测试', '11', '11', '上传失败!', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1877523431611887618', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 10:14:51', 'A01', '1877535814652719105', '样品类型002', '测试样品型号', '测试样品批次', '测试样品生产厂家', '/oss/physical/temp/捕获2_1736471356234.PNG', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1877534015128530946', 'admin', '2025-01-10 09:10:43', 'admin', '2025-01-10 09:55:36', 'A01', '1877534015111753729', '样品类型002 ', '测试样品型号', '测试样品批次', '测试样品生产厂家', '/oss/physical/temp/捕获2_1736471356234.PNG', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1877535710227132417', 'admin', '2025-01-10 09:59:31', 'admin', '2025-01-10 10:00:18', 'A01', '1877523431544778753', '样品类型002', '测试样品型号', '测试样品批次', '测试样品生产厂家', '/oss/physical/temp/捕获2_1736474367106.PNG', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1877535814669496322', 'admin', '2025-01-10 09:59:31', 'admin', '2025-01-10 10:14:51', 'A01', '1877535814652719105', '样品类型002', '测试样品型号', '测试样品批次', '测试样品生产厂家', '/oss/physical/temp/捕获2_1736474367106.PNG', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1877563529166516226', 'admin', '2025-01-10 11:50:03', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', '样品类型001', 'test001', '001', '航天080', '/oss/physical/temp/IMG_20241219_164837_1736478302538.jpg', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1877563529183293442', 'admin', '2025-01-10 11:50:03', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', '样品类型002', 'test001', '002', '航天0', '/oss/physical/temp/IMG_20241219_164848_1736478326649.jpg', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1877563529208459266', 'admin', '2025-01-10 11:50:03', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', '样品类型001', 'test003', '003', '航天003', '/oss/physical/temp/IMG_20241219_164837_1736478598235.jpg', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1877570983677849601', 'admin', '2025-01-10 12:19:41', 'admin', '2025-01-22 23:03:27', 'A01', '1877563529116184578', '样品类型001', 'i岁发的会受到', '收到', '是否是', '/oss/physical/temp/IMG_20241219_164639_1736481717602.jpg', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1878761585916440578', 'admin', '2025-01-13 19:10:42', 'admin', '2025-01-22 23:03:15', 'A01', '1878761585824165890', '样品类型001', 'JHCSL797034NJR', '2443', '深圳吉华微特', null, '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1912838447609122817', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-18 10:05:30', 'A01', '1912838447500070913', '样品类型001', 'LM001', '001', '深圳吉华微特', '/oss/physical/temp/001_1744890494150.jpg,/oss/physical/temp/001_1744890499380.jpg', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1912838447634288641', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-18 10:05:30', 'A01', '1912838447500070913', '样品类型002', 'LM002', '001', '深圳吉华微特', '/oss/physical/temp/002_1744890504710.jpg,/oss/physical/temp/002_1744890509503.jpg', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1912838447659454465', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-18 10:03:50', 'A01', '1912838447500070913', '样品类型002', 'LM003', '001', '深圳吉华微特', '/oss/physical/temp/003_1744890514874.jpg,/oss/physical/temp/003_1744890520727.jpg', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1912840963302330369', 'admin', '2025-04-17 20:09:00', 'admin', '2025-04-18 10:05:30', 'A01', '1912838447500070913', '样品类型001', 'LM004', '001', '深圳吉华微特', '/oss/physical/temp/偏置图_1744891688763.png,/oss/physical/temp/001_1744891695988.jpg', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1913047794951884802', 'admin', '2025-04-18 09:51:52', null, null, 'A01', '1912838447500070913', '样品类型002', 'LM004', '测试', '深圳吉华微特', '/oss/physical/temp/偏置图_1744941103626.png', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1913079713093619714', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-18 10:05:30', 'A01', '1913079713068453890', '样品类型001', 'LM001', '001', '深圳吉华微特', '/oss/physical/temp/001_1744890494150.jpg,/oss/physical/temp/001_1744890499380.jpg', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1913079713110396929', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-18 10:05:30', 'A01', '1913079713068453890', '样品类型002', 'LM002', '001', '深圳吉华微特', '/oss/physical/temp/002_1744890504710.jpg,/oss/physical/temp/002_1744890509503.jpg', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1913079713135562754', 'admin', '2025-04-17 19:59:00', 'admin', '2025-04-18 10:03:50', 'A01', '1913079713068453890', '样品类型002', 'LM003', '001', '深圳吉华微特', '/oss/physical/temp/003_1744890514874.jpg,/oss/physical/temp/003_1744890520727.jpg', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1913079713152339969', 'admin', '2025-04-17 20:09:00', 'admin', '2025-04-18 10:05:30', 'A01', '1913079713068453890', '样品类型001', 'LM004', '001', '深圳吉华微特', '/oss/physical/temp/偏置图_1744891688763.png,/oss/physical/temp/001_1744891695988.jpg', '样品类型001'); INSERT INTO `experiment_sample_info` VALUES ('1913079713177505793', 'admin', '2025-04-18 09:51:52', null, null, 'A01', '1913079713068453890', '样品类型002', 'LM004', '测试', '深圳吉华微特', '/oss/physical/temp/偏置图_1744941103626.png', '样品类型002'); INSERT INTO `experiment_sample_info` VALUES ('1915359485664399362', 'test', '2025-04-24 18:57:00', 'test', '2025-04-24 18:59:16', null, '1915358525311389698', '样品类型002', 'i岁发的会受到', '003', '中国电子科技集团公司第二十四研究所', '/oss/physical/temp/无标题_1745492195879.png', '样品类型002'); -- ---------------------------- -- Table structure for experiment_sequence -- ---------------------------- DROP TABLE IF EXISTS `experiment_sequence`; CREATE TABLE `experiment_sequence` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `sequence_value` int(11) NOT NULL COMMENT '序列值', `sequence_year` varchar(36) NOT NULL COMMENT '序列年', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `sequence_unique` (`sequence_year`,`sequence_value`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_sequence -- ---------------------------- INSERT INTO `experiment_sequence` VALUES ('1875142514486489090', 'admin', '2025-01-03 19:29:49', null, null, 'A01', '1', '2025'); INSERT INTO `experiment_sequence` VALUES ('1875142687677689858', 'admin', '2025-01-03 19:30:30', null, null, 'A01', '2', '2025'); INSERT INTO `experiment_sequence` VALUES ('1875146721683779585', 'admin', '2025-01-03 19:46:32', null, null, 'A01', '3', '2025'); INSERT INTO `experiment_sequence` VALUES ('1875146806433886210', 'admin', '2025-01-03 19:46:52', null, null, 'A01', '4', '2025'); INSERT INTO `experiment_sequence` VALUES ('1875413024600436738', 'admin', '2025-01-04 13:24:43', null, null, 'A01', '5', '2025'); INSERT INTO `experiment_sequence` VALUES ('1875465843466514433', 'admin', '2025-01-04 16:54:36', null, null, 'A01', '6', '2025'); INSERT INTO `experiment_sequence` VALUES ('1875469072338202625', 'admin', '2025-01-04 17:07:26', null, null, 'A01', '7', '2025'); INSERT INTO `experiment_sequence` VALUES ('1875469082517778433', 'admin', '2025-01-04 17:07:28', null, null, 'A01', '8', '2025'); INSERT INTO `experiment_sequence` VALUES ('1875535314428309505', 'admin', '2025-01-04 21:30:39', null, null, 'A01', '9', '2025'); INSERT INTO `experiment_sequence` VALUES ('1875535437342388226', 'admin', '2025-01-04 21:31:09', null, null, 'A01', '10', '2025'); INSERT INTO `experiment_sequence` VALUES ('1875764501030285314', 'admin', '2025-01-05 12:41:22', null, null, 'A01', '11', '2025'); INSERT INTO `experiment_sequence` VALUES ('1876177657665859586', 'admin', '2025-01-06 16:03:06', null, null, 'A01', '12', '2025'); INSERT INTO `experiment_sequence` VALUES ('1876187752147656705', 'admin', '2025-01-06 16:43:13', null, null, 'A01', '13', '2025'); INSERT INTO `experiment_sequence` VALUES ('1876444926568505345', 'admin', '2025-01-07 09:45:08', null, null, 'A01', '14', '2025'); INSERT INTO `experiment_sequence` VALUES ('1876447636143415297', 'admin', '2025-01-07 09:55:54', null, null, 'A01', '15', '2025'); INSERT INTO `experiment_sequence` VALUES ('1876448560890978305', 'admin', '2025-01-07 09:59:34', null, null, 'A01', '16', '2025'); INSERT INTO `experiment_sequence` VALUES ('1876855606475956226', 'admin', '2025-01-08 12:57:02', null, null, 'A01', '17', '2025'); INSERT INTO `experiment_sequence` VALUES ('1876857377923473409', 'admin', '2025-01-08 13:04:04', null, null, 'A01', '18', '2025'); INSERT INTO `experiment_sequence` VALUES ('1876859935450669058', 'admin', '2025-01-08 13:14:14', null, null, 'A01', '19', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877522836310126593', 'admin', '2025-01-10 09:08:22', null, null, 'A01', '20', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877534015094976513', 'admin', '2025-01-10 09:52:47', null, null, 'A01', '21', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877535332404228098', 'admin', '2025-01-10 09:58:01', null, null, 'A01', '22', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877535814635941889', 'admin', '2025-01-10 09:59:56', null, null, 'A01', '23', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877546471573876737', 'admin', '2025-01-10 10:42:17', null, null, 'A01', '24', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877549130636783618', 'admin', '2025-01-10 10:52:51', null, null, 'A01', '25', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877549270390992897', 'admin', '2025-01-10 10:53:24', null, null, 'A01', '26', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877549288304865282', 'admin', '2025-01-10 10:53:28', null, null, 'A01', '27', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877549411663540226', 'admin', '2025-01-10 10:53:58', null, null, 'A01', '28', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877549924501090305', 'admin', '2025-01-10 10:56:00', null, null, 'A01', '29', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877550204571545602', 'admin', '2025-01-10 10:57:07', null, null, 'A01', '30', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877551107265458178', 'admin', '2025-01-10 11:00:42', null, null, 'A01', '31', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877551250534494210', 'admin', '2025-01-10 11:01:16', null, null, 'A01', '32', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877551521658499074', 'admin', '2025-01-10 11:02:21', null, null, 'A01', '33', '2025'); INSERT INTO `experiment_sequence` VALUES ('1877581490673610754', 'admin', '2025-01-10 13:01:26', null, null, 'A01', '34', '2025'); INSERT INTO `experiment_sequence` VALUES ('1878757421656240129', 'admin', '2025-01-13 18:54:10', null, null, 'A01', '35', '2025'); INSERT INTO `experiment_sequence` VALUES ('1878758513823641602', 'admin', '2025-01-13 18:58:30', null, null, 'A01', '36', '2025'); INSERT INTO `experiment_sequence` VALUES ('1878758621038440449', 'admin', '2025-01-13 18:58:56', null, null, 'A01', '37', '2025'); INSERT INTO `experiment_sequence` VALUES ('1878758764781432834', 'admin', '2025-01-13 18:59:30', null, null, 'A01', '38', '2025'); INSERT INTO `experiment_sequence` VALUES ('1878760365973762049', 'admin', '2025-01-13 19:05:52', null, null, 'A01', '39', '2025'); INSERT INTO `experiment_sequence` VALUES ('1878761105601523714', 'admin', '2025-01-13 19:08:48', null, null, 'A01', '40', '2025'); INSERT INTO `experiment_sequence` VALUES ('1878761145984282626', 'admin', '2025-01-13 19:08:58', null, null, 'A01', '41', '2025'); INSERT INTO `experiment_sequence` VALUES ('1879040934926282754', 'admin', '2025-01-14 13:40:44', null, null, 'A01', '42', '2025'); INSERT INTO `experiment_sequence` VALUES ('1891388818673856514', 'admin', '2025-02-17 15:26:49', null, null, 'A01', '43', '2025'); INSERT INTO `experiment_sequence` VALUES ('1891706219160367105', 'admin', '2025-02-18 12:28:04', null, null, 'A01', '44', '2025'); INSERT INTO `experiment_sequence` VALUES ('1891707567427776513', 'admin', '2025-02-18 12:33:25', null, null, 'A01', '45', '2025'); INSERT INTO `experiment_sequence` VALUES ('1891707933150113793', 'admin', '2025-02-18 12:34:52', null, null, 'A01', '46', '2025'); INSERT INTO `experiment_sequence` VALUES ('1902214621980495874', 'admin', '2025-03-19 12:24:42', null, null, 'A01', '47', '2025'); INSERT INTO `experiment_sequence` VALUES ('1902214998788378626', 'admin', '2025-03-19 12:26:12', null, null, 'A01', '48', '2025'); INSERT INTO `experiment_sequence` VALUES ('1902226343504089090', 'admin', '2025-03-19 13:11:17', null, null, 'A01', '49', '2025'); INSERT INTO `experiment_sequence` VALUES ('1902572090615369730', 'admin', '2025-03-20 12:05:09', null, null, 'A01', '50', '2025'); INSERT INTO `experiment_sequence` VALUES ('1902572662831681537', 'admin', '2025-03-20 12:07:26', null, null, 'A01', '51', '2025'); INSERT INTO `experiment_sequence` VALUES ('1904371613939503106', 'admin', '2025-03-25 11:15:49', null, null, 'A01', '52', '2025'); INSERT INTO `experiment_sequence` VALUES ('1911999473319645185', 'admin', '2025-04-15 12:26:12', null, null, 'A01', '53', '2025'); INSERT INTO `experiment_sequence` VALUES ('1912000032562974721', 'admin', '2025-04-15 12:28:26', null, null, 'A01', '54', '2025'); INSERT INTO `experiment_sequence` VALUES ('1912830886013014017', 'admin', '2025-04-17 19:29:57', null, null, 'A01', '55', '2025'); INSERT INTO `experiment_sequence` VALUES ('1912833290712354818', 'admin', '2025-04-17 19:39:30', null, null, 'A01', '56', '2025'); INSERT INTO `experiment_sequence` VALUES ('1912833920847810561', 'admin', '2025-04-17 19:42:00', null, null, 'A01', '57', '2025'); INSERT INTO `experiment_sequence` VALUES ('1913060325175037954', '审核', '2025-04-18 10:41:39', null, null, null, '58', '2025'); INSERT INTO `experiment_sequence` VALUES ('1913079713026510849', 'admin', '2025-04-18 11:58:42', null, null, 'A01', '59', '2025'); INSERT INTO `experiment_sequence` VALUES ('1913089197211881473', 'admin', '2025-04-18 12:36:23', null, null, 'A01', '60', '2025'); INSERT INTO `experiment_sequence` VALUES ('1915268908528668674', 'admin', '2025-04-24 12:57:46', null, null, 'A01', '61', '2025'); INSERT INTO `experiment_sequence` VALUES ('1915328460368351234', 'admin', '2025-04-24 16:54:25', null, null, 'A01', '62', '2025'); INSERT INTO `experiment_sequence` VALUES ('1915331085897797634', 'admin', '2025-04-24 17:04:51', null, null, 'A01', '63', '2025'); INSERT INTO `experiment_sequence` VALUES ('1915331148258709505', 'admin', '2025-04-24 17:05:06', null, null, 'A01', '64', '2025'); INSERT INTO `experiment_sequence` VALUES ('1915333343804887041', 'admin', '2025-04-24 17:13:49', null, null, 'A01', '65', '2025'); INSERT INTO `experiment_sequence` VALUES ('1915339298772848642', 'admin', '2025-04-24 17:37:29', null, null, 'A01', '66', '2025'); INSERT INTO `experiment_sequence` VALUES ('1915351400614957057', 'admin', '2025-04-24 18:25:34', null, null, 'A01', '67', '2025'); INSERT INTO `experiment_sequence` VALUES ('1915351631507197954', 'admin', '2025-04-24 18:26:29', null, null, 'A01', '68', '2025'); INSERT INTO `experiment_sequence` VALUES ('1915352446309470209', 'admin', '2025-04-24 18:29:43', null, null, 'A01', '69', '2025'); INSERT INTO `experiment_sequence` VALUES ('1915358504427950081', 'test', '2025-04-24 18:53:48', null, null, null, '70', '2025'); INSERT INTO `experiment_sequence` VALUES ('1918602112606044161', 'admin', '2025-05-03 17:42:44', null, null, 'A01', '71', '2025'); -- ---------------------------- -- Table structure for experiment_test_process -- ---------------------------- DROP TABLE IF EXISTS `experiment_test_process`; CREATE TABLE `experiment_test_process` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `radiation_source` varchar(255) DEFAULT NULL COMMENT ' 辐照源', `measurement_rate` varchar(255) DEFAULT NULL COMMENT '计量率', `radiation_standard` varchar(255) DEFAULT NULL COMMENT '辐照标准', `environmental_temperature` varchar(255) DEFAULT NULL COMMENT '环境温度', `comment` text COMMENT '备注', `exception_record` text COMMENT '异常记录', `radiation_detail` text COMMENT '辐照详情(json存储)', `experiment_id` varchar(32) DEFAULT NULL COMMENT '试验ID', `test_start_time` datetime DEFAULT NULL COMMENT '测试开始时间', `test_end_time` datetime DEFAULT NULL COMMENT '测试结束时间', `environmental_humidity` varchar(32) DEFAULT NULL COMMENT '环境湿度', `test_parameters` text COMMENT '测试参数(json 大字段)', `test_equipment` text COMMENT '测试设备(json 大字段)', `test_metering_point` text COMMENT '测试计量点', `test_fluence_point` text COMMENT '测试注量点', `annealing_duration` text COMMENT '退火时长', `test_data` text COMMENT '测试数据(json 大字段)', `test_result` varchar(255) DEFAULT NULL COMMENT '测试结果', `test_standards_id` varchar(36) DEFAULT NULL COMMENT '测试标准ID', `sample_info` text COMMENT '样品信息', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_test_process -- ---------------------------- INSERT INTO `experiment_test_process` VALUES ('1875495185915523074', 'admin', '2025-01-04 18:51:12', null, null, 'A01', null, null, null, '300', null, null, null, '1875469554012073986', '2025-01-04 18:46:30', '2025-01-04 18:46:30', '800', '[{\"key\":\"e927ee883b36439d8db4695230173e22\",\"name\":\"栅极截止电流或栅极漏泄电流\"}]', '[{\"key\":\"41ae8d7dfb0444edaaf91e16507f0935\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '10', '', '', '[{\"key\":\"bc5b28ad58f0449da37350f0e848d421\",\"url\":\"上传失败!\",\"fileName\":\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\"}]', '合格', '25℃-35℃,30RH%-80RH%', '1875493983643447298'); INSERT INTO `experiment_test_process` VALUES ('1875535314789019650', 'admin', '2025-01-04 18:51:12', 'admin', '2025-01-04 22:47:50', 'A01', null, null, null, '300', null, null, null, '1875535314453475329', '2025-01-04 22:39:41', '2025-01-30 22:39:43', '800', '[{\"key\":\"e927ee883b36439d8db4695230173e22\",\"name\":\"栅极截止电流或栅极漏泄电流\"}]', '[{\"key\":\"41ae8d7dfb0444edaaf91e16507f0935\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '10', '', '', '[{\"key\":\"bc5b28ad58f0449da37350f0e848d421\",\"url\":\"上传失败!\",\"fileName\":\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\"}]', '合格', '25℃-35℃,30RH%-80RH%', '1875493983643447298'); INSERT INTO `experiment_test_process` VALUES ('1875535437728264194', 'admin', '2025-01-04 18:51:12', null, null, 'A01', null, null, null, '300', null, null, null, '1875535437426274306', null, null, '800', '[{\"key\":\"e927ee883b36439d8db4695230173e22\",\"name\":\"栅极截止电流或栅极漏泄电流\"}]', '[{\"key\":\"41ae8d7dfb0444edaaf91e16507f0935\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '10', '', '', '[{\"key\":\"bc5b28ad58f0449da37350f0e848d421\",\"url\":\"上传失败!\",\"fileName\":\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\"}]', '合格', '25℃-35℃,30RH%-80RH%', '1875493983643447298'); INSERT INTO `experiment_test_process` VALUES ('1875764502426988546', 'admin', '2025-01-04 18:51:12', 'admin', '2025-01-04 22:47:50', 'A01', null, null, null, '300', null, null, null, '1875764501823008769', null, null, '800', '[{\"key\":\"e927ee883b36439d8db4695230173e22\",\"name\":\"栅极截止电流或栅极漏泄电流\"}]', '[{\"key\":\"41ae8d7dfb0444edaaf91e16507f0935\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '10', '', '', '[{\"key\":\"bc5b28ad58f0449da37350f0e848d421\",\"url\":\"上传失败!\",\"fileName\":\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\"}]', '合格', '25℃-35℃,30RH%-80RH%', '1875493983643447298'); INSERT INTO `experiment_test_process` VALUES ('1876184117569302530', 'admin', '2025-01-06 16:28:46', null, null, 'A01', null, null, null, '27', null, null, null, '1876179478450974721', '2025-01-07 16:11:52', '2025-01-08 18:10:52', '45', '[{\"key\":\"323f087ad96344f291652cf92d55a3b5\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"b6ec2d525f6f4540829a685e2c41c439\",\"name\":\"输入高电平电流\"},{\"key\":\"ebf45ba8fb44403da660b1e1df34df91\",\"name\":\"漏电流\"}]', '[{\"key\":\"04938716a2ce4734add4ec1c9bb62ae6\",\"sample_model\":\"cs001\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '100k', '', '', '[{\"key\":\"062247b395a24a53af289361d856f573\",\"url\":\"/oss/physical/temp/cs001测试数据_1736152109751.txt\",\"fileName\":\"cs001测试数据.txt\"}]', '合格', '25-35,30-80', '1876179478509694978'); INSERT INTO `experiment_test_process` VALUES ('1876184737101557762', 'admin', '2025-01-06 16:31:14', null, null, 'A01', null, null, null, '26', null, null, null, '1876179478450974721', '2025-01-06 16:10:52', '2025-01-06 16:10:52', '38', '[{\"key\":\"63052485f14846f9b15bf1e8f810689c\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"01d55dba92e74c4bb9bd0691aef2cae8\",\"name\":\"输入高电平电流\"},{\"key\":\"b6802e3689b84d3a87fb2f009be93302\",\"name\":\"ldianliu \"}]', '[{\"key\":\"06ea7c36a3db4b7989285d0705efef49\",\"sample_model\":\"cs002\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '', '1000', '', '[{\"key\":\"c44a62f4d50c4bc2ae1d7fc771614211\",\"url\":\"/oss/physical/temp/cs002测试数据_1736152264117.txt\",\"fileName\":\"cs002测试数据.txt\"}]', '参数超差', '25-35,30-80', '1876179478534860801'); INSERT INTO `experiment_test_process` VALUES ('1876186604854489090', 'admin', '2025-01-06 16:38:39', null, null, 'A01', null, null, null, '25', null, null, null, '1876179478450974721', '2025-01-17 16:10:52', '2025-01-17 16:13:52', '30', '[{\"key\":\"13df3bf6eab04537b324a4322e827034\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"8965a5070483491687566f6149a0fa62\",\"name\":\"输入高电平电流\"},{\"key\":\"2a20f3ef16704027a32028b20e1a1be4\",\"name\":\"lhd\"}]', '[{\"key\":\"3c7f535f864a49f3a877e2b0f43efeaa\",\"sample_model\":\"cs002\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '', '', '168', '[{\"key\":\"ab63b81896014bb9a5b3997c38cea396\",\"url\":\"/oss/physical/temp/cs002退火测试数据_1736152699258.txt\",\"fileName\":\"cs002退火测试数据.txt\"}]', '功能失效', '25-35,30-80', '1876179478534860801'); INSERT INTO `experiment_test_process` VALUES ('1876187753296896002', 'admin', '2025-01-06 16:28:46', null, null, 'A01', null, null, null, '27', null, null, null, '1876187752189599745', null, null, '45', '[{\"key\":\"323f087ad96344f291652cf92d55a3b5\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"b6ec2d525f6f4540829a685e2c41c439\",\"name\":\"输入高电平电流\"},{\"key\":\"ebf45ba8fb44403da660b1e1df34df91\",\"name\":\"漏电流\"}]', '[{\"key\":\"04938716a2ce4734add4ec1c9bb62ae6\",\"sample_model\":\"cs001\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '100k', '', '', '[{\"key\":\"062247b395a24a53af289361d856f573\",\"url\":\"/oss/physical/temp/cs001测试数据_1736152109751.txt\",\"fileName\":\"cs001测试数据.txt\"}]', '合格', '25-35,30-80', '1876179478509694978'); INSERT INTO `experiment_test_process` VALUES ('1876187753343033346', 'admin', '2025-01-06 16:31:14', null, null, 'A01', null, null, null, '26', null, null, null, '1876187752189599745', null, null, '38', '[{\"key\":\"63052485f14846f9b15bf1e8f810689c\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"01d55dba92e74c4bb9bd0691aef2cae8\",\"name\":\"输入高电平电流\"},{\"key\":\"b6802e3689b84d3a87fb2f009be93302\",\"name\":\"ldianliu \"}]', '[{\"key\":\"06ea7c36a3db4b7989285d0705efef49\",\"sample_model\":\"cs002\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '', '1000', '', '[{\"key\":\"c44a62f4d50c4bc2ae1d7fc771614211\",\"url\":\"/oss/physical/temp/cs002测试数据_1736152264117.txt\",\"fileName\":\"cs002测试数据.txt\"}]', '参数超差', '25-35,30-80', '1876179478534860801'); INSERT INTO `experiment_test_process` VALUES ('1876187753372393473', 'admin', '2025-01-06 16:38:39', null, null, 'A01', null, null, null, '25', null, null, null, '1876187752189599745', null, null, '30', '[{\"key\":\"13df3bf6eab04537b324a4322e827034\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"8965a5070483491687566f6149a0fa62\",\"name\":\"输入高电平电流\"},{\"key\":\"2a20f3ef16704027a32028b20e1a1be4\",\"name\":\"lhd\"}]', '[{\"key\":\"3c7f535f864a49f3a877e2b0f43efeaa\",\"sample_model\":\"cs002\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '', '', '168', '[{\"key\":\"ab63b81896014bb9a5b3997c38cea396\",\"url\":\"/oss/physical/temp/cs002退火测试数据_1736152699258.txt\",\"fileName\":\"cs002退火测试数据.txt\"}]', '功能失效', '25-35,30-80', '1876179478534860801'); INSERT INTO `experiment_test_process` VALUES ('1876444927013101569', 'admin', '2025-01-04 18:51:12', 'admin', '2025-01-04 22:47:50', 'A01', null, null, null, '300', null, null, null, '1876444926627225602', null, null, '800', '[{\"key\":\"e927ee883b36439d8db4695230173e22\",\"name\":\"栅极截止电流或栅极漏泄电流\"}]', '[{\"key\":\"41ae8d7dfb0444edaaf91e16507f0935\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '10', '', '', '[{\"key\":\"bc5b28ad58f0449da37350f0e848d421\",\"url\":\"上传失败!\",\"fileName\":\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\"}]', '合格', '25℃-35℃,30RH%-80RH%', '1875493983643447298'); INSERT INTO `experiment_test_process` VALUES ('1876448561268465665', 'admin', '2025-01-04 18:51:12', 'admin', '2025-01-04 22:47:50', 'A01', null, null, null, '300', null, null, null, '1876448560966475778', null, null, '800', '[{\"key\":\"e927ee883b36439d8db4695230173e22\",\"name\":\"栅极截止电流或栅极漏泄电流\"}]', '[{\"key\":\"41ae8d7dfb0444edaaf91e16507f0935\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '10', '', '', '[{\"key\":\"bc5b28ad58f0449da37350f0e848d421\",\"url\":\"上传失败!\",\"fileName\":\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\"}]', '合格', '25℃-35℃,30RH%-80RH%', '1875493983643447298'); INSERT INTO `experiment_test_process` VALUES ('1877524748350713858', 'admin', '2025-01-10 09:15:57', null, null, 'A01', null, null, null, '30', null, null, null, '1877523431544778753', '2025-01-10 09:12:38', '2025-01-10 09:12:38', '40', '[{\"key\":\"f50be6aebb0047f2bca3432a8f1bc755\",\"name\":\"栅极截止电流或栅极漏泄电流\"}]', '[{\"key\":\"e8a1bc556aa947a78517b05985f68556\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '10', '', '', '[{\"key\":\"7fb98c47e68f42acbafad3c899d400ce\",\"url\":\"/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471749024.pdf\",\"fileName\":\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\"}]', '合格', '25-35,30-80', '1877523431611887618'); INSERT INTO `experiment_test_process` VALUES ('1877534015380189186', 'admin', '2025-01-10 09:15:57', 'admin', '2025-01-10 09:57:37', 'A01', null, null, null, '30', null, null, null, '1877534015111753729', '2025-01-10 09:57:27', '2025-01-24 09:57:28', '40', '[{\"key\":\"f50be6aebb0047f2bca3432a8f1bc755\",\"name\":\"栅极截止电流或栅极漏泄电流\"}]', '[{\"key\":\"e8a1bc556aa947a78517b05985f68556\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '10', '', '', '[{\"key\":\"7fb98c47e68f42acbafad3c899d400ce\",\"url\":\"/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471749024.pdf\",\"fileName\":\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\"}]', '合格', '25-35,30-80', '1877523431611887618'); INSERT INTO `experiment_test_process` VALUES ('1877535332605554690', 'admin', '2025-01-10 09:15:57', null, null, 'A01', null, null, null, '30', null, null, null, '1877535332412616705', null, null, '40', '[{\"key\":\"f50be6aebb0047f2bca3432a8f1bc755\",\"name\":\"栅极截止电流或栅极漏泄电流\"}]', '[{\"key\":\"e8a1bc556aa947a78517b05985f68556\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '10', '', '', '[{\"key\":\"7fb98c47e68f42acbafad3c899d400ce\",\"url\":\"/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471749024.pdf\",\"fileName\":\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\"}]', '合格', '25-35,30-80', '1877523431611887618'); INSERT INTO `experiment_test_process` VALUES ('1877535815088926721', 'admin', '2025-01-10 09:15:57', null, null, 'A01', null, null, null, '30', null, null, null, '1877535814652719105', null, null, '40', '[{\"key\":\"f50be6aebb0047f2bca3432a8f1bc755\",\"name\":\"栅极截止电流或栅极漏泄电流\"}]', '[{\"key\":\"e8a1bc556aa947a78517b05985f68556\",\"sample_model\":\"测试样品型号\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '10', '', '', '[{\"key\":\"7fb98c47e68f42acbafad3c899d400ce\",\"url\":\"/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471749024.pdf\",\"fileName\":\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\"}]', '合格', '25-35,30-80', '1877523431611887618'); INSERT INTO `experiment_test_process` VALUES ('1877572581191774209', 'admin', '2025-01-10 12:26:02', null, null, 'A01', null, null, null, '26', '无', '无', null, '1877563529116184578', '2025-01-10 11:59:56', '2025-01-10 11:59:56', '75', '[{\"key\":\"f73501dbf9c9464fb26611cd0a600c0b\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"524d6e0ecf094c7cb69995dd7da07d35\",\"name\":\"时间段规范化\"}]', '[{\"key\":\"c6e3d0e97439420186f63d847ab3cb7f\",\"sample_model\":\"test001\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '200', '', '', '[{\"key\":\"feaddd74c4f04bceaf9fac8b051a2631\",\"url\":\"/oss/physical/temp/cs001测试数据_1736483139974.txt\",\"fileName\":\"cs001测试数据.txt\"},{\"key\":\"0543b39491fc46389943a9efd6c601d6\",\"url\":\"/oss/physical/temp/cs002测试数据_1736483149067.txt\",\"fileName\":\"cs002测试数据.txt\"}]', '合格', '25-35,30-80', '1877563529166516226'); INSERT INTO `experiment_test_process` VALUES ('1879037965371633665', 'admin', '2025-01-14 13:28:56', null, null, 'A01', null, null, null, '19.2', null, null, null, '1878761585824165890', '2024-12-24 13:10:29', '2024-12-24 13:57:29', '33', '[{\"key\":\"7d6bf694ab064c52b35123cf5709a42e\",\"name\":\"输入高电平电流\"}]', '[{\"key\":\"6c83af84d1d5482480225d1333c78f87\",\"sample_model\":\"JHCSL797034NJR\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY17\",\"roomNo\":\"315\",\"equipment_name\":\"直流电源\",\"lifespan\":\"2025-04-17\"}]', '100K', '', '', '[{\"key\":\"bf22ad30eebb42139190a1c3dd71620e\",\"url\":\"/oss/physical/temp/data_1736832506721.csv\",\"fileName\":\"data.csv\"}]', '合格', 'others', '1878761585916440578'); INSERT INTO `experiment_test_process` VALUES ('1891753667643797506', 'admin', '2025-02-18 15:36:36', null, null, 'A01', null, null, null, '28', '无', '无', null, '1891714010675638274', '2025-02-18 15:31:07', '2025-02-18 15:31:07', '50', '[{\"key\":\"f752aeff8a8f4fbf8334667c0f3f6570\",\"name\":\"输入高电平电流\"},{\"key\":\"5412cb52ca9d43e586ad78f3afafd221\",\"name\":\"低电平输出电压\"},{\"key\":\"544b0b5fee4248d1b6230470cf57227b\",\"name\":\"输出频率\"}]', '[{\"key\":\"dbb8e1f70fc8427e80a4aad4f13c1638\",\"sample_model\":\"1876179478509694978\",\"equipment_model\":\"ST-120B1\",\"managementNo\":\"NA\",\"roomNo\":\"323\",\"equipment_name\":\"鼓风干燥箱\",\"lifespan\":\"2025-04-17\"}]', '30', '', '', '[{\"key\":\"145cd0f1d6414671a70db6fac1ecc061\",\"url\":\"/oss/physical/temp/cs001测试数据_1739864067173.txt\"},{\"key\":\"647b83ad07274e69a5585a79f1997f9c\",\"url\":\"/oss/physical/temp/cs002退火测试数据_1739864128651.txt\"}]', '合格', '25-35,30-80', '1891714010843410433'); INSERT INTO `experiment_test_process` VALUES ('1891756104588947458', 'admin', '2025-02-18 15:46:17', null, null, 'A01', null, null, null, '28', '无', '无', null, '1891714010675638274', '2025-02-18 15:31:07', '2025-02-18 15:31:07', '80', '[{\"key\":\"ae27f8b494604a409b4188cc8114ab4a\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"c6a0a3944ef446b98957dd9009eaa387\",\"name\":\"输入高电平电流\"}]', '[{\"key\":\"204d1497b1154b26b61ea82485633ef9\",\"sample_model\":\"1876179478509694978\",\"equipment_model\":\"EG-02KA\",\"managementNo\":\"41\",\"roomNo\":\"318\",\"equipment_name\":\"高低温试验箱\",\"lifespan\":\"2025-04-17\"}]', '100', '', '', '[{\"key\":\"72aaaec148f64010a20f93202f5dae6b\",\"url\":\"/oss/physical/temp/cs001测试数据_1739864759939.txt\"},{\"key\":\"01f4d09c611e4476bac4a377f63cba50\",\"url\":\"/oss/physical/temp/cs002测试数据_1739864765013.txt\"}]', '合格', '25-35,30-80', '1891714010843410433'); INSERT INTO `experiment_test_process` VALUES ('1902223568934244354', 'admin', '2025-03-19 13:00:15', null, null, 'A01', null, null, null, '30', '无', '无', null, '1902217343555309570', '2025-03-19 12:49:00', '2025-03-19 12:49:00', '50', '[{\"key\":\"b02ad3ad6c1348f7bfc4d577b51edd6e\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"2479c2d0544d4683b13376a0e0b71ba0\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"6cff77b654ff4fd3b6b66bfe0eebfe78\",\"name\":\"BVdss\"}]', '[{\"key\":\"466d8c8c21bc46b990f0d46498d3329b\",\"sample_model\":\"1876179478509694978\",\"equipment_model\":\"ST-120B1\",\"managementNo\":\"NA\",\"roomNo\":\"323\",\"equipment_name\":\"鼓风干燥箱\",\"lifespan\":\"2025-04-17\"},{\"key\":\"38c830e33efe421a9395eaef5f075840\",\"sample_model\":\"1876179478534860801\",\"equipment_model\":\"EG-02KA\",\"managementNo\":\"41\",\"roomNo\":\"318\",\"equipment_name\":\"高低温试验箱\",\"lifespan\":\"2025-04-17\"},{\"key\":\"faa60b34b06c4d998203a9ba466ed8c4\",\"sample_model\":\"1876179478509694978,1876179478534860801\",\"equipment_model\":\"LC-213\",\"managementNo\":\"49\",\"roomNo\":\"321\",\"equipment_name\":\"鼓风干燥箱\",\"lifespan\":\"2025-04-17\"}]', '100', '', '', '[{\"key\":\"3d3f11815fb4434c935ee85c35f3a5f1\",\"url\":\"/oss/physical/temp/cs001测试数据_1742360351721.txt\"},{\"key\":\"b94405cb596b44fb8bbd921929b6a9dc\",\"url\":\"/oss/physical/temp/cs002测试数据_1742360359940.txt\"},{\"key\":\"14248c84d7604faaa71deddd13201836\",\"url\":\"/oss/physical/temp/cs002测试数据_1742360367110.txt,/oss/physical/temp/cs002退火测试数据_1742360367110.txt\"}]', '合格', '25-35,30-80', '1902217343723081730,1902219586698448898'); INSERT INTO `experiment_test_process` VALUES ('1902224204832673793', 'admin', '2025-03-19 13:02:47', null, null, 'A01', null, null, null, '30', '无', '无', null, '1902217343555309570', '2025-03-19 12:49:00', '2025-03-19 12:49:00', '50', '[{\"key\":\"64ca4d7a267e47adb772283b9feb298b\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"704897c188c34203ac5b78b9f9f8e256\",\"name\":\"输入高电平电流\"}]', '[{\"key\":\"b4971ab68e01458784fcec0947865c2f\",\"sample_model\":\"1876179478509694978\",\"equipment_model\":\"EG-02KA\",\"managementNo\":\"41\",\"roomNo\":\"318\",\"equipment_name\":\"高低温试验箱\",\"lifespan\":\"2025-04-17\"}]', '', '', '168', '[{\"key\":\"6c33d4ddbbc24af29e70ac62913c9ddf\",\"url\":\"/oss/physical/temp/cs001测试数据_1742360555349.txt\"}]', '合格', '25-35,30-80', '1902217343723081730'); INSERT INTO `experiment_test_process` VALUES ('1902226344296812545', 'admin', '2025-03-19 13:00:15', 'admin', '2025-03-19 13:26:51', 'A01', null, null, null, '30', '无', '无', null, '1902226343554420737', '2025-03-05 13:26:00', '2025-03-19 13:26:00', '50', '[{\"key\":\"b02ad3ad6c1348f7bfc4d577b51edd6e\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"2479c2d0544d4683b13376a0e0b71ba0\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"6cff77b654ff4fd3b6b66bfe0eebfe78\",\"name\":\"BVdss\"}]', '[{\"key\":\"466d8c8c21bc46b990f0d46498d3329b\",\"sample_model\":\"1876179478509694978\",\"equipment_model\":\"ST-120B1\",\"managementNo\":\"NA\",\"roomNo\":\"323\",\"equipment_name\":\"鼓风干燥箱\",\"lifespan\":\"2025-04-17\"},{\"key\":\"38c830e33efe421a9395eaef5f075840\",\"sample_model\":\"1876179478534860801\",\"equipment_model\":\"EG-02KA\",\"managementNo\":\"41\",\"roomNo\":\"318\",\"equipment_name\":\"高低温试验箱\",\"lifespan\":\"2025-04-17\"},{\"key\":\"faa60b34b06c4d998203a9ba466ed8c4\",\"sample_model\":\"1876179478509694978,1876179478534860801\",\"equipment_model\":\"LC-213\",\"managementNo\":\"49\",\"roomNo\":\"321\",\"equipment_name\":\"鼓风干燥箱\",\"lifespan\":\"2025-04-17\"}]', '100', '', '', '[{\"key\":\"3d3f11815fb4434c935ee85c35f3a5f1\",\"url\":\"/oss/physical/temp/cs001测试数据_1742360351721.txt\"},{\"key\":\"b94405cb596b44fb8bbd921929b6a9dc\",\"url\":\"/oss/physical/temp/cs002测试数据_1742360359940.txt\"},{\"key\":\"14248c84d7604faaa71deddd13201836\",\"url\":\"/oss/physical/temp/cs002测试数据_1742360367110.txt,/oss/physical/temp/cs002退火测试数据_1742360367110.txt\"}]', '合格', '25-35,30-80', '1902217343723081730,1902219586698448898'); INSERT INTO `experiment_test_process` VALUES ('1902226344338755586', 'admin', '2025-03-19 13:02:47', 'admin', '2025-03-19 13:27:14', 'A01', null, null, null, '30', '无', '无', null, '1902226343554420737', '2025-03-19 13:26:00', '2025-03-19 00:29:00', '50', '[{\"key\":\"64ca4d7a267e47adb772283b9feb298b\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"704897c188c34203ac5b78b9f9f8e256\",\"name\":\"输入高电平电流\"}]', '[{\"key\":\"b4971ab68e01458784fcec0947865c2f\",\"sample_model\":\"1876179478509694978\",\"equipment_model\":\"EG-02KA\",\"managementNo\":\"41\",\"roomNo\":\"318\",\"equipment_name\":\"高低温试验箱\",\"lifespan\":\"2025-04-17\"}]', '', '', '168', '[{\"key\":\"6c33d4ddbbc24af29e70ac62913c9ddf\",\"url\":\"/oss/physical/temp/cs001测试数据_1742360555349.txt\"}]', '合格', '25-35,30-80', '1902217343723081730'); INSERT INTO `experiment_test_process` VALUES ('1913049474498007042', 'admin', '2025-04-18 09:58:32', null, null, 'A01', null, null, null, '25', '无', '无', null, '1912838447500070913', '2025-04-18 09:50:00', '2025-04-18 09:50:00', '30', '[{\"key\":\"a47af6a7a5e54a70930f9fbd4541a968\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"2edda7f07ef84b9cb7f171391ccfd6bb\",\"name\":\"输入高电平电流\"},{\"key\":\"e56b5b9d4d7645ee8bf7d5b5a77447c9\",\"name\":\"输出电源压\"}]', '[{\"key\":\"f3fc3fea02a34d92a8b5111eb4b0f559\",\"sample_model\":\"LM001\",\"equipment_model\":\"ST-120B1\",\"managementNo\":\"NA\",\"roomNo\":\"323\",\"equipment_name\":\"鼓风干燥箱\",\"lifespan\":\"2025-04-17\"},{\"key\":\"ce3a8c2a825e44b9ae803b9b22a47dd6\",\"sample_model\":\"LM002\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY115\",\"roomNo\":\"393\",\"equipment_name\":\"三路可编程\\n直流电源\",\"lifespan\":\"2025-04-17\"},{\"key\":\"33e5bea888f546d68fac1d338ed573bd\",\"sample_model\":\"LM004\",\"equipment_model\":\"EG-02KA\",\"managementNo\":\"41\",\"roomNo\":\"318\",\"equipment_name\":\"高低温试验箱\",\"lifespan\":\"2025-04-17\"}]', '[{\"key\":\"38f9f57eb68144f1b7e69ab6ea0a1590\",\"point\":\"30k\",\"startTime\":\"2025-04-16 09:56\",\"endTime\":\"2025-04-19 09:56\",\"result\":\"合格\"},{\"key\":\"03ba7b126cac445485dd5ebf94ae6dbc\",\"point\":\"100k\",\"startTime\":\"2025-04-17 09:56\",\"endTime\":\"2025-04-19 09:56\",\"result\":\"合格\"},{\"key\":\"95b705375cc447d497f7491926f9adbe\",\"point\":\"150k\",\"startTime\":\"2025-04-17 09:56\",\"endTime\":\"2025-04-17 09:58\",\"result\":\"参数超差\"}]', '[]', '[]', '[{\"key\":\"e7210004de214beba97cfe0a8a7d55af\",\"url\":\"/oss/physical/temp/cs001测试数据_1744941428749.txt,/oss/physical/temp/cs002测试数据_1744941428748.txt\"}]', '参数超差', '25-35,30-80', '1912838447609122817,1912838447634288641,1912840963302330369'); INSERT INTO `experiment_test_process` VALUES ('1913079717979983873', 'admin', '2025-04-18 11:58:43', null, null, 'A01', null, null, null, '25', '无', '无', null, '1913079713068453890', null, null, '30', '[{\"key\":\"a47af6a7a5e54a70930f9fbd4541a968\",\"name\":\"栅极截止电流或栅极漏泄电流\"},{\"key\":\"2edda7f07ef84b9cb7f171391ccfd6bb\",\"name\":\"输入高电平电流\"},{\"key\":\"e56b5b9d4d7645ee8bf7d5b5a77447c9\",\"name\":\"输出电源压\"}]', '[{\"key\":\"f3fc3fea02a34d92a8b5111eb4b0f559\",\"sample_model\":\"LM001\",\"equipment_model\":\"ST-120B1\",\"managementNo\":\"NA\",\"roomNo\":\"323\",\"equipment_name\":\"鼓风干燥箱\",\"lifespan\":\"2025-04-17\"},{\"key\":\"ce3a8c2a825e44b9ae803b9b22a47dd6\",\"sample_model\":\"LM002\",\"equipment_model\":\"IT6333A\",\"managementNo\":\"TY115\",\"roomNo\":\"393\",\"equipment_name\":\"三路可编程\\n直流电源\",\"lifespan\":\"2025-04-17\"},{\"key\":\"33e5bea888f546d68fac1d338ed573bd\",\"sample_model\":\"LM004\",\"equipment_model\":\"EG-02KA\",\"managementNo\":\"41\",\"roomNo\":\"318\",\"equipment_name\":\"高低温试验箱\",\"lifespan\":\"2025-04-17\"}]', '[{\"key\":\"38f9f57eb68144f1b7e69ab6ea0a1590\",\"point\":\"30k\",\"startTime\":\"2025-04-16 09:56\",\"endTime\":\"2025-04-19 09:56\",\"result\":\"合格\"},{\"key\":\"03ba7b126cac445485dd5ebf94ae6dbc\",\"point\":\"100k\",\"startTime\":\"2025-04-17 09:56\",\"endTime\":\"2025-04-19 09:56\",\"result\":\"合格\"},{\"key\":\"95b705375cc447d497f7491926f9adbe\",\"point\":\"150k\",\"startTime\":\"2025-04-17 09:56\",\"endTime\":\"2025-04-17 09:58\",\"result\":\"参数超差\"}]', '[]', '[]', '[{\"key\":\"e7210004de214beba97cfe0a8a7d55af\",\"url\":\"/oss/physical/temp/cs001测试数据_1744941428749.txt,/oss/physical/temp/cs002测试数据_1744941428748.txt\"}]', '参数超差', '25-35,30-80', '1913079713093619714,1913079713110396929,1913079713135562754,1913079713152339969,1913079713177505793'); -- ---------------------------- -- Table structure for experiment_user -- ---------------------------- DROP TABLE IF EXISTS `experiment_user`; CREATE TABLE `experiment_user` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `experiment_id` varchar(36) DEFAULT NULL COMMENT '试验ID', `user_id` varchar(36) DEFAULT NULL COMMENT '人员', `type` varchar(32) DEFAULT NULL COMMENT '类型', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of experiment_user -- ---------------------------- INSERT INTO `experiment_user` VALUES ('', null, null, null, null, null, null, null, null); INSERT INTO `experiment_user` VALUES ('1875550296075350017', 'admin', '2025-01-04 22:30:11', null, null, 'A01', '1875535437426274306', '1875115180182106113', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1875551809896132610', 'admin', '2025-01-04 22:36:12', null, null, 'A01', '1875469554012073986', '1875115180182106113', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1875905136496390146', 'admin', '2025-01-05 22:00:12', null, null, 'A01', '1875535314453475329', '1875115180182106113', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1876447406081646594', 'admin', '2025-01-07 09:54:59', null, null, 'A01', '1876444926627225602', '1875115180182106113', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1876447775343976450', 'admin', '2025-01-07 09:56:27', null, null, 'A01', '1876447775302033410', '1875115180182106113', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1876854659913818114', 'admin', '2025-01-08 12:53:16', null, null, 'A01', '1876179478450974721', '1875115180182106113', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1877534725425524738', 'admin', '2025-01-10 09:55:36', null, null, 'A01', '1877534015111753729', '1875115180182106113', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1877535909569818626', 'admin', '2025-01-10 10:00:18', null, null, 'A01', '1877523431544778753', '1875115180182106113', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1877539568588353538', 'admin', '2025-01-10 10:14:51', null, null, 'A01', '1877535814652719105', '1875115180182106113', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1882081596466749442', 'admin', '2025-01-22 23:03:15', null, null, 'A01', '1878761585824165890', '1875115180182106113', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1882081648597753858', 'admin', '2025-01-22 23:03:27', null, null, 'A01', '1877563529116184578', '1875115180182106113', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1891719421352964098', 'admin', '2025-02-18 13:20:31', null, null, 'A01', '1891714010675638274', '1891707057001951233', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1891719421369741314', 'admin', '2025-02-18 13:20:31', null, null, 'A01', '1891714010675638274', '1891707543222448129', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1902225811108499457', 'admin', '2025-03-19 13:09:10', null, null, 'A01', '1902217343555309570', '1901964533328744450', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1902231608815226882', 'admin', '2025-03-19 13:32:12', null, null, 'A01', '1902226343554420737', '1901964533328744450', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1902231608882335745', 'admin', '2025-03-19 13:32:12', null, null, 'A01', '1902226343554420737', '1891707057001951233', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1902231608899112962', 'admin', '2025-03-19 13:32:12', null, null, 'A01', '1902226343554420737', '1891707543222448129', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1912840963151335426', 'admin', '2025-04-17 20:09:59', null, null, 'A01', '1912838447500070913', '1901964533328744450', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1912840963159724034', 'admin', '2025-04-17 20:09:59', null, null, 'A01', '1912838447500070913', '1907009496357748737', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1912840963176501250', 'admin', '2025-04-17 20:09:59', null, null, 'A01', '1912838447500070913', '1907010762651680770', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1913060396083941378', '审核', '2025-04-18 10:41:56', null, null, null, '1913060396058775554', '1907015768746442753', 'OPERATOR'); INSERT INTO `experiment_user` VALUES ('1915359684243722241', 'test', '2025-04-24 18:58:29', null, null, null, '1915358525311389698', '1907009496357748737', 'OPERATOR'); -- ---------------------------- -- Table structure for flyway_schema_history -- ---------------------------- DROP TABLE IF EXISTS `flyway_schema_history`; CREATE TABLE `flyway_schema_history` ( `installed_rank` int(11) NOT NULL, `version` varchar(50) DEFAULT NULL, `description` varchar(200) NOT NULL, `type` varchar(20) NOT NULL, `script` varchar(1000) NOT NULL, `checksum` int(11) DEFAULT NULL, `installed_by` varchar(100) NOT NULL, `installed_on` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `execution_time` int(11) NOT NULL, `success` tinyint(1) NOT NULL, PRIMARY KEY (`installed_rank`) USING BTREE, KEY `flyway_schema_history_s_idx` (`success`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of flyway_schema_history -- ---------------------------- -- ---------------------------- -- Table structure for historical_database -- ---------------------------- DROP TABLE IF EXISTS `historical_database`; CREATE TABLE `historical_database` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `type` varchar(32) DEFAULT NULL COMMENT '类型', `name` varchar(255) DEFAULT NULL COMMENT '名称', `client_name` varchar(255) DEFAULT NULL COMMENT '委托方', `manufacturer` varchar(255) DEFAULT NULL COMMENT '生产厂家', `experiment_date` varchar(32) DEFAULT NULL COMMENT '试验时间', `data_source` varchar(255) DEFAULT NULL COMMENT '数据来源', `experiment_user` varchar(255) DEFAULT NULL COMMENT '试验人员', `total_count_xhy` int(11) DEFAULT NULL COMMENT '西核院统计', `total_count_lhs` int(11) DEFAULT NULL COMMENT '理化所统计', `file_url` varchar(2048) DEFAULT NULL COMMENT 'fileUrl', `data_provider` varchar(255) DEFAULT NULL COMMENT 'dataProvider', `data_entry` varchar(255) DEFAULT NULL COMMENT 'dataEntry', `device_mode` varchar(4096) DEFAULT NULL COMMENT '器件型号', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- ---------------------------- -- Records of historical_database -- ---------------------------- INSERT INTO `historical_database` VALUES ('1899130813030830081', 'admin', '2025-03-11 00:10:45', null, null, 'A01', '测试', '测试', '测试', '测试', '2025-01-02', '测试', '测试', null, null, null, '测试', '测试', null); INSERT INTO `historical_database` VALUES ('1903020436182241281', 'admin', '2025-03-21 17:46:43', 'admin', '2025-04-01 11:20:36', 'A01', 'XX', 'VDMOS', 'XX', 'XX', 'TT', 'DD', 'WW', '0', '0', '/oss/physical/temp/附件一.分类表_1742550395354.docx,/oss/physical/temp/数据上传指南_1742550395763.docx', 'SSS', 'EE', '123'); INSERT INTO `historical_database` VALUES ('1906910313059663873', 'liumingyu', '2025-04-01 11:23:42', 'admin', '2025-04-09 16:58:41', null, 'XX', '收发器,编程器,...', 'XX', 'XX', 'XX', 'XX', 'XX', '0', '0', '/oss/physical/temp/采购申请单20250207_1743477816903.docx', 'XX', '张三', 'a,b,c,...'); INSERT INTO `historical_database` VALUES ('1907303169624588290', 'wangbin', '2025-04-02 13:24:46', 'wangbin', '2025-04-17 17:11:22', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.1.18-2024.1.25', '外协', '张兴尧', '2', '308', '/oss/physical/temp/深圳吉华微特-张兴尧-20240118_1744881048335.zip,/oss/physical/temp/KC-2024-JL-008_1744881053857.pdf,/oss/physical/temp/电离总剂量效应JHCS67264MR2349_1744881077268.xlsx', '张兴尧', '王斌', 'JHCS67264MR 2349'); INSERT INTO `historical_database` VALUES ('1907304065527922689', 'wangbin', '2025-04-02 13:28:20', 'wangbin', '2025-04-17 17:10:41', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.1.18-2024.1.25', '外协', '张兴尧', '2', '616', '/oss/physical/temp/电离总剂量效应_1743572047838.xlsx,/oss/physical/temp/KC-2024-JL-008_1744881033462.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240118_1744881038804.zip', '张兴尧', '王斌', 'JHCS67264MR 2345'); INSERT INTO `historical_database` VALUES ('1907304434274353153', 'liumingyu', '2025-04-02 13:29:48', 'liumingyu', '2025-04-15 13:27:49', null, '晶体管', '增强型抗辐射场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.7.11-2023.7.18', '外协', '张兴尧', '2', '308', '/oss/physical/temp/KC-2023-JL-056-06_1743571786206.pdf,/oss/physical/temp/JHCS20N56NAR1_1743584185322.xlsx,/oss/physical/temp/KC-2023-JL-056_1744694868198.zip', '张兴尧', '刘明宇', 'JHCS20N56NAR1'); INSERT INTO `historical_database` VALUES ('1907305169380655106', 'liumingyu', '2025-04-02 13:32:43', 'liumingyu', '2025-04-15 13:27:42', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.7.11-2023.7.18', '外协', '张兴尧', '2', '308', '/oss/physical/temp/KC-2023-JL-056-06_1743571940616.pdf,/oss/physical/temp/JHCS7130NDR_1743584146799.xlsx,/oss/physical/temp/KC-2023-JL-056_1744694861338.zip', '张兴尧', '刘明宇', 'JHCS7130NDR'); INSERT INTO `historical_database` VALUES ('1907307440977952769', 'wangbin', '2025-04-02 13:41:45', 'wangbin', '2025-04-17 17:10:23', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.1.18-2024.1.25', '外协', '张兴尧', '2', '308', '/oss/physical/temp/电离总剂量效应_1743572698332.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240118_1744881013481.zip,/oss/physical/temp/KC-2024-JL-008_1744881018043.pdf', '张兴尧', '王斌', 'JHCS10N40MR'); INSERT INTO `historical_database` VALUES ('1907308467038928898', 'likunfang', '2025-04-02 13:45:49', 'likunfang', '2025-04-15 17:44:24', null, '晶体管', 'SiC MOSFET', '中电科55所', '中电科55所', '2024.09.24-2024.10.01', '外协', '张兴尧', '1', '10', '/oss/physical/temp/KC-2024-JL-162_1743572347329.pdf,/oss/physical/temp/电离总剂量效应_1744604598095.xlsx,/oss/physical/temp/CETC_1744710263322.zip', '张兴尧', '李坤芳', 'TAWM1A0800040H'); INSERT INTO `historical_database` VALUES ('1907341247303073794', 'likunfang', '2025-04-02 15:56:05', 'likunfang', '2025-04-15 17:44:17', null, '晶体管', 'SiC MOSFET', '中电科55所', '中电科55所', '2024.09.24-2024.10.01', '外协', '张兴尧', '1', '10', '/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580687207.pdf,/oss/physical/temp/电离总剂量效应_1744604552172.xlsx,/oss/physical/temp/CETC_1744710256630.zip', '张兴尧', '李坤芳', 'TBWM1A080040H'); INSERT INTO `historical_database` VALUES ('1907342586556923905', 'likunfang', '2025-04-02 16:01:24', 'likunfang', '2025-04-15 17:44:06', null, '晶体管', 'SiC MOSFET', '中电科55所', '中电科55所', '2024.09.24-2024.10.01', '外协', '张兴尧', '1', '10', '/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580883015.pdf,/oss/physical/temp/电离总剂量效应_1744604616565.xlsx,/oss/physical/temp/CETC_1744710244432.zip', '张兴尧', '李坤芳', 'TCWM1A080040H'); INSERT INTO `historical_database` VALUES ('1907346771612483586', 'likunfang', '2025-04-02 16:18:02', 'likunfang', '2025-04-15 17:43:56', null, '晶体管', 'SiC MOSFET', '中电科55所', '中电科55所', '2024.09.24-2024.10.01', '外协', '张兴尧', '1', '10', '/oss/physical/temp/KC-2024-JL-162_1743572347329_1743581875897.pdf,/oss/physical/temp/电离总剂量效应_1744604652166.xlsx,/oss/physical/temp/CETC_1744710235693.zip', '张兴尧', '李坤芳', 'TDWM1A080040H'); INSERT INTO `historical_database` VALUES ('1907347263121997825', 'likunfang', '2025-04-02 16:19:59', 'likunfang', '2025-04-15 17:43:45', null, '晶体管', 'SiC MOSFET', '中电科55所', '中电科55所', '2024.09.24-2024.10.01', '外协', '张兴尧', '1', '10', '/oss/physical/temp/电离总剂量效应_1744604687379.xlsx,/oss/physical/temp/KC-2024-JL-162_1743572347329_1744604692021.pdf,/oss/physical/temp/CETC_1744710223161.zip', '张兴尧', '李坤芳', 'H1S803WM1A080040H'); INSERT INTO `historical_database` VALUES ('1907353821906157569', 'likunfang', '2025-04-02 16:46:03', 'likunfang', '2025-04-15 13:37:58', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.01.02-2024.01.09', '外协', '张兴尧', '2', '24', '/oss/physical/temp/电离总剂量效应_1744605857060.xlsx,/oss/physical/temp/JHCS10N40MR_1744607364487.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240102_1744695461738.zip', '张兴尧', '李坤芳', 'JHCS10N40MR'); INSERT INTO `historical_database` VALUES ('1907356917533196289', 'liumingyu', '2025-04-02 16:58:21', 'liumingyu', '2025-04-15 13:26:53', null, '晶体管', '增强型抗辐射场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.1.24-2024.1.31', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS67264NAR_1743584863595.xlsx,/oss/physical/temp/KC-2024-JL-01506_1743584871751.pdf,/oss/physical/temp/KC-2024-JL-015_1744694811960.zip', '张兴尧', '刘明宇', 'JHCS67264NAR'); INSERT INTO `historical_database` VALUES ('1907360018528944129', 'liumingyu', '2025-04-02 17:10:40', 'liumingyu', '2025-04-15 13:26:46', null, '晶体管', '增强型场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.1.24-2024.1.31', '外协', '张兴尧', '2', '308', '/oss/physical/temp/KC-2024-JL-01506_1743585015885.pdf,/oss/physical/temp/JHCS67160NAR_1743585037850.xlsx,/oss/physical/temp/KC-2024-JL-015_1744694805765.zip', '张兴尧', '刘明宇', 'JHCS67160NAR'); INSERT INTO `historical_database` VALUES ('1907360591462481922', 'liumingyu', '2025-04-02 17:12:57', 'liumingyu', '2025-04-15 13:26:39', null, '晶体管', '增强型场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.1.24-2024.1.31', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS6N40YR_1743585164363.xlsx,/oss/physical/temp/KC-2024-JL-01506_1743585175095.pdf,/oss/physical/temp/KC-2024-JL-015_1744694797972.zip', '张兴尧', '刘明宇', 'JHCS6N40YR'); INSERT INTO `historical_database` VALUES ('1909252046569291778', 'mayunlong', '2025-04-07 22:28:55', 'mayunlong', '2025-04-17 17:48:35', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.11.27-2023.12.18', '外协', '张兴尧', '4', '1288', '/oss/physical/temp/KC-2023-JL-126_1744730589380.pdf,/oss/physical/temp/JHCS7250MR_1744865450049.zip,/oss/physical/temp/电离总剂量效应-JHCS7250MR_1744883313297.xlsx', '张兴尧', '马云龙', 'JHCS7250MR'); INSERT INTO `historical_database` VALUES ('1909255972492361729', 'mayunlong', '2025-04-07 22:44:31', 'mayunlong', '2025-04-17 17:54:09', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.11.27-2023.12.18', '外协', '张兴尧', '4', '672', '/oss/physical/temp/KC-2023-JL-126_1744730579516.pdf,/oss/physical/temp/JHCS10N40MR_1744865638690.zip,/oss/physical/temp/电离总剂量效应-JHCS10N40MR_1744883645697.xlsx', '张兴尧', '马云龙', 'JHCS10N40MR'); INSERT INTO `historical_database` VALUES ('1909259719842938882', 'mayunlong', '2025-04-07 22:59:24', 'mayunlong', '2025-04-17 17:56:11', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.11.27-2023.12.18', '外协', '张兴尧', '4', '1624', '/oss/physical/temp/KC-2023-JL-126_1744730569110.pdf,/oss/physical/temp/JHCS9150NR_1744867124404.zip,/oss/physical/temp/电离总剂量效应-JHCS9150NR_1744883769173.xlsx', '张兴尧', '马云龙', 'JHCS9150NR'); INSERT INTO `historical_database` VALUES ('1909260790069936130', 'mayunlong', '2025-04-07 23:03:39', 'mayunlong', '2025-04-17 18:04:49', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.11.27-2023.12.18', '外协', '张兴尧', '4', '616', '/oss/physical/temp/KC-2023-JL-126_1744730559482.pdf,/oss/physical/temp/电离总剂量效应-JHCS67230NJR_1744883993916.xlsx,/oss/physical/temp/JHCS67230NJR_1744884287266.zip', '张兴尧', '马云龙', 'JHCS67230NJR'); INSERT INTO `historical_database` VALUES ('1909264517724061698', 'mayunlong', '2025-04-07 23:18:28', 'mayunlong', '2025-04-17 18:06:30', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.11.27-2023.12.18', '外协', '张兴尧', '4', '616', '/oss/physical/temp/KC-2023-JL-126_1744730549259.pdf,/oss/physical/temp/电离总剂量效应-JHCSL77340NJR_1744884085457.xlsx,/oss/physical/temp/JHCSL77340NJR_1744884387901.zip', '张兴尧', '马云龙', 'JHCSL77340NJR'); INSERT INTO `historical_database` VALUES ('1911613039504945153', 'wangbin', '2025-04-14 10:50:39', 'wangbin', '2025-04-17 17:09:34', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.01.10-2024.01.17', '外协', '张兴尧', '2', '308', '/oss/physical/temp/KC-2024-JL-005_1744880810168.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240108_1744880814543.zip,/oss/physical/temp/电离总剂量效应JHCS67130NJR2343_1744880847676.xlsx', '张兴尧', '王斌', 'JHCS67130NJR 2343'); INSERT INTO `historical_database` VALUES ('1911618555874537474', 'wangbin', '2025-04-14 11:12:35', 'wangbin', '2025-04-17 17:06:35', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.01.10-2024.01.17', '外协', '张兴尧', '2', '308', '/oss/physical/temp/电离总剂量效应JHCS20N16NJR12342_1744600893257.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240108_1744880789594.zip,/oss/physical/temp/KC-2024-JL-005_1744880793884.pdf', '张兴尧', '王斌', 'JHCS20N16NJR1'); INSERT INTO `historical_database` VALUES ('1911625660622860289', 'wangbin', '2025-04-14 11:40:48', 'wangbin', '2025-04-17 17:06:20', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.01.10-2024.01.17', '外协', '张兴尧', '2', '308', '/oss/physical/temp/电离总剂量效应JHCS67230YRB2348_1744602648697.xlsx,/oss/physical/temp/KC-2024-JL-005_1744880743600.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240108_1744880779509.zip', '张兴尧', '王斌', 'JHCS67230YRB 2348'); INSERT INTO `historical_database` VALUES ('1911637475054481410', 'wangbin', '2025-04-14 12:27:45', 'wangbin', '2025-04-17 17:04:24', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.08.22-2024.08.29', '外协', '张兴尧', '2', '308', '/oss/physical/temp/电离总剂量效应JHCS9150NR2425_1744606375592.xlsx,/oss/physical/temp/KC-2024-JL-137_1744880657470.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240820_1744880659928.zip', '张兴尧', '王斌', 'JHCS9150NR 2425'); INSERT INTO `historical_database` VALUES ('1911642196448276481', 'wangbin', '2025-04-14 12:46:31', 'wangbin', '2025-04-17 17:04:02', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.08.22-2024.08.29', '外协', '张兴尧', '2', '308', '/oss/physical/temp/电离总剂量效应JHCS9150NR2416_1744606383937.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240820_1744880633378.zip,/oss/physical/temp/KC-2024-JL-137_1744880640182.pdf', '张兴尧', '王斌', 'JHCS9150NR 2416'); INSERT INTO `historical_database` VALUES ('1911649730722689026', 'wangbin', '2025-04-14 13:16:27', 'wangbin', '2025-04-17 17:03:29', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.08.22-2024.08.29', '外协', '张兴尧', '2', '70', '/oss/physical/temp/电离总剂量效应JHCS9150MR2420_1744608039789.xlsx,/oss/physical/temp/KC-2024-JL-137_1744880597049.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240820_1744880605957.zip', '张兴尧', '王斌', 'JHCS9150MR 2420'); INSERT INTO `historical_database` VALUES ('1911651379264516097', 'wangbin', '2025-04-14 13:23:00', 'wangbin', '2025-04-17 17:02:55', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.08.22-2024.08.29', '外协', '张兴尧', '2', '308', '/oss/physical/temp/电离总剂量效应JHCS10N40MR2421_1744608602917.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240820_1744880535794.zip,/oss/physical/temp/KC-2024-JL-137_1744880567176.pdf', '张兴尧', '王斌', 'JHCS10N40MR 2421'); INSERT INTO `historical_database` VALUES ('1911653677986377730', 'likunfang', '2025-04-14 13:32:08', 'likunfang', '2025-04-14 15:36:13', null, '敏感元器件和传感器(件)', 'KC-2024-JL-165', '复远芯(上海)科技有限公司', '复远芯(上海)科技有限公司', '2024.09.25-2024.09.29', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-165_1744616019633.pdf', '张兴尧', '李坤芳', 'SiMU9000-IIR'); INSERT INTO `historical_database` VALUES ('1911687417110360065', 'likunfang', '2025-04-14 15:46:12', 'likunfang', '2025-04-14 15:59:33', null, '电气电子组件、板和卡(仅列出印制 电路板)', 'KC-2024-JL-006', '中电13所', '中电13所', '2024.01.10', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-165_1744617570285.pdf', '张兴尧', '李坤芳', '裸胶体,电性能实验件,剪切力测试件,PCB'); INSERT INTO `historical_database` VALUES ('1911693348204343297', 'likunfang', '2025-04-14 16:09:46', 'likunfang', '2025-04-15 17:42:21', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.12.06-2024.12.14', '外协', '张兴尧', '2', '132', '/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695389401.zip,/oss/physical/temp/电离总剂量效应_1744710134662.xlsx,/oss/physical/temp/KC-2024-JL-201_1744710139499.pdf', '张兴尧', '李坤芳', 'JHCS67160MR'); INSERT INTO `historical_database` VALUES ('1911694111794163713', 'likunfang', '2025-04-14 16:12:48', 'likunfang', '2025-04-15 13:36:19', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.12.06-2024.12.14', '外协', '张兴尧', '4', '264', '/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695376900.zip', '张兴尧', '李坤芳', 'JHCS67134NJR'); INSERT INTO `historical_database` VALUES ('1911694666532810754', 'likunfang', '2025-04-14 16:15:01', 'likunfang', '2025-04-15 17:42:04', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.12.06-2024.12.14', '外协', '张兴尧', '2', '132', '/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695366185.zip,/oss/physical/temp/电离总剂量效应_1744710117763.xlsx,/oss/physical/temp/KC-2024-JL-201_1744710121766.pdf', '张兴尧', '李坤芳', 'JHCS10P11NJR'); INSERT INTO `historical_database` VALUES ('1911696046005841921', 'likunfang', '2025-04-14 16:20:30', 'likunfang', '2025-04-15 17:41:45', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.12.06-2024.12.14', '外协', '张兴尧', '2', '132', '/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695343976.zip,/oss/physical/temp/电离总剂量效应_1744710043623.xlsx,/oss/physical/temp/KC-2024-JL-201_1744710054553.pdf', '张兴尧', '李坤芳', 'JHCS10N56NAR1'); INSERT INTO `historical_database` VALUES ('1911737707876478977', 'yanghongyi', '2025-04-14 19:06:03', 'yanghongyi', '2025-04-16 11:29:29', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.5.9-2024.5.16', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS10N56NJR1_1744628922346.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774066635.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774166473.zip', '张兴尧', '杨弘毅', 'JHCS10N56NJR1'); INSERT INTO `historical_database` VALUES ('1911739162842787842', 'yanghongyi', '2025-04-14 19:11:49', 'yanghongyi', '2025-04-16 11:29:21', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.5.9-2024.5.16', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS20N16NJR1_1744629220723.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774055571.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774160242.zip', '张兴尧', '杨弘毅', 'JHCS20N16NJR1'); INSERT INTO `historical_database` VALUES ('1911740172432732162', 'yanghongyi', '2025-04-14 19:15:50', 'yanghongyi', '2025-04-16 11:29:14', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.5.9-2024.5.16', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS9150MR_1744629343975.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774047562.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774151121.zip', '张兴尧', '杨弘毅', 'JHCS9150MR'); INSERT INTO `historical_database` VALUES ('1911741301375791105', 'yanghongyi', '2025-04-14 19:20:19', 'yanghongyi', '2025-04-16 11:29:00', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.5.17-2024.5.24', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS9150NR_1744629615943.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774040479.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774138599.zip', '张兴尧', '杨弘毅', 'JHCS9150NR'); INSERT INTO `historical_database` VALUES ('1911741826242605057', 'yanghongyi', '2025-04-14 19:22:24', 'yanghongyi', '2025-04-16 11:28:53', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.5.9-2024.5.16', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS67130NJR-1_1744629743541.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774034199.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774132043.zip', '张兴尧', '杨弘毅', 'JHCS67130NJR'); INSERT INTO `historical_database` VALUES ('1911742253495382017', 'yanghongyi', '2025-04-14 19:24:06', 'yanghongyi', '2025-04-16 11:28:42', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.5.17-2024.5.24', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS67130NJR-2_1744629844316.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774026325.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774115938.zip', '张兴尧', '杨弘毅', 'JHCS67130NJR'); INSERT INTO `historical_database` VALUES ('1911742624410267649', 'yanghongyi', '2025-04-14 19:25:35', 'yanghongyi', '2025-04-16 11:28:18', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.5.17-2024.5.24', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS697260MR_1744629940222.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774015631.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774091786.zip', '张兴尧', '杨弘毅', 'JHCS697260MR'); INSERT INTO `historical_database` VALUES ('1911789033226399746', 'mayunlong', '2025-04-14 22:30:00', 'mayunlong', '2025-04-17 18:11:10', null, '数字集成电路', '反相器', '中国科学院上海高等研究院', '北京宇翔电子有限公司', '2024.03.11', '外协', '张兴尧', '4', '72', '/oss/physical/temp/KC-2024-JL-034_1744730518206.pdf,/oss/physical/temp/CC4069_1744863743466.zip,/oss/physical/temp/电离总剂量效应-宇翔CC4069_1744884665978.xlsx', '张兴尧', '马云龙', '宇翔CC4069'); INSERT INTO `historical_database` VALUES ('1911789896229613569', 'mayunlong', '2025-04-14 22:33:25', 'mayunlong', '2025-04-17 18:12:03', null, '数字集成电路', '反相器', '中国科学院上海高等研究院', '国外进口(试验记录未标明)', '2024.03.11', '外协', '张兴尧', '2', '24', '/oss/physical/temp/KC-2024-JL-034_1744730509350.pdf,/oss/physical/temp/进口CD4069_1744863761024.zip,/oss/physical/temp/电离总剂量效应-进口CD4069_1744884720593.xlsx', '张兴尧', '马云龙', '进口CD4069'); INSERT INTO `historical_database` VALUES ('1911791231121387521', 'mayunlong', '2025-04-14 22:38:44', 'mayunlong', '2025-04-17 18:12:52', null, '数字集成电路', '反相器', '中国科学院上海高等研究院', '国外进口(试验记录未标明)', '2024.03.11', '外协', '张兴尧', '2', '24', '/oss/physical/temp/KC-2024-JL-034_1744730487691.pdf,/oss/physical/temp/进口74HC04_1744863777572.zip,/oss/physical/temp/电离总剂量效应-进口74HC04_1744884763448.xlsx', '张兴尧', '马云龙', '进口74HC04'); INSERT INTO `historical_database` VALUES ('1911806465173327874', 'mayunlong', '2025-04-14 23:39:16', 'mayunlong', '2025-04-15 23:20:05', null, '晶体管,接口电路,电源变换器,保险丝、避雷器、吸收器和保护装置', 'KC-2024-JL-014', '航天五院物资部', 'XX', '2024.01.23-2024.03.20', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-014_1744730403271.pdf', 'XX', '马云龙', 'LZ2917,3CK968U8,3DK869U8,HDCD/(20-50)-28-120/SP,HDCD/100W-5-100U/SP,LUC1843ABRCC,JSR71247-L06S,LSPM0168-2-S'); INSERT INTO `historical_database` VALUES ('1911807973927391233', 'mayunlong', '2025-04-14 23:45:15', 'mayunlong', '2025-04-15 23:19:41', null, '光电子器件', 'KC-2024-JL-039', '中国电子科技集团公司第四十四研究所', 'XX', '2024.03.14', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-039_1744730380187.pdf', 'XX', '马云龙', 'GZ1214Z,GH22411Z,GH22431J,GH1110J,GH1162Z'); INSERT INTO `historical_database` VALUES ('1911808681334509569', 'mayunlong', '2025-04-14 23:48:04', 'mayunlong', '2025-04-15 23:19:32', null, '放大器', 'KC-2024-JL-051', '中国电子科技集团公司第四十三研究所', '中国电子科技集团公司第四十三研究所', '2024.04.09-2024.06.04', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-051_1744730370554.pdf', 'XX', '马云龙', 'HLPA08'); INSERT INTO `historical_database` VALUES ('1911809498145853442', 'mayunlong', '2025-04-14 23:51:19', 'mayunlong', '2025-04-15 23:19:22', null, '电源变换器', 'KC-2024-JL-065', '航天771所新集成电路事业部', '航天771所', '2024.04.17-2024.04.30', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-065_1744730360597.pdf', 'XX', '马云龙', 'LM7150,LS883-CH'); INSERT INTO `historical_database` VALUES ('1911809992247447554', 'mayunlong', '2025-04-14 23:53:17', 'mayunlong', '2025-04-15 23:19:12', null, '光纤用电源和图像探测器', 'KC-2024-JL-078', '中国电子科技集团公司第四十四研究所', '中国电子科技集团公司第四十四研究所', '2024.05.17', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-078_1744730351011.pdf', 'XX', '马云龙', 'GD32416Y'); INSERT INTO `historical_database` VALUES ('1911810720638668801', 'mayunlong', '2025-04-14 23:56:10', 'mayunlong', '2025-04-15 23:18:44', null, '半导体分立器件', 'KC-2024-JL-161', '中物院八所(908所)', '中物院八所(908所)', '2024.09.20', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-161_1744730322834.pdf', 'XX', '马云龙', 'MOS-裸片'); INSERT INTO `historical_database` VALUES ('1911812164116779009', 'mayunlong', '2025-04-15 00:01:54', 'mayunlong', '2025-04-15 23:18:35', null, '光纤用电源和图像探测器', 'KC-2024-JL-183', '中国电子科技集团公司第四十四研究所固体图像部', 'XX', '2024.10.31', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-183_1744730313318.pdf', 'XX', '马云龙', 'IRF7309PBF,EQCO125X40,ADA4930-2YCPZ,AD9253BCPZ-125,B128S102MO,AD5628BRUZ-2'); INSERT INTO `historical_database` VALUES ('1911813307194642434', 'mayunlong', '2025-04-15 00:06:27', 'mayunlong', '2025-04-15 23:18:20', null, '太阳能电力系统(仅列出太阳能电池)', 'KC-2024-JL-191', '中国科学院上海微系统与信息技术研究所', 'XX', '2024.11.20', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-191_1744730297922.pdf', 'XX', '马云龙', 'CIC盖玻片,CIC-PI,CIC-ETFE,HJT电池片'); INSERT INTO `historical_database` VALUES ('1911967175618564098', 'yanghongyi', '2025-04-15 10:17:52', 'yanghongyi', '2025-04-16 11:24:56', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.3.21-2024.3.28', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS76N10NAR_1744683470435.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773709725.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773894370.zip', '张兴尧', '杨弘毅', 'JHCS76N10NAR'); INSERT INTO `historical_database` VALUES ('1911967900608204801', 'yanghongyi', '2025-04-15 10:20:45', 'yanghongyi', '2025-04-16 11:24:40', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.3.21-2024.3.28', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS7230YR_1744683672034.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773679338.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773878116.zip', '张兴尧', '杨弘毅', 'JHCS7230YR'); INSERT INTO `historical_database` VALUES ('1911996477970026498', 'yanghongyi', '2025-04-15 12:14:18', 'yanghongyi', '2025-04-16 11:24:30', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.4.2-2024.4.9', '外协', '张兴尧', '2', '644', '/oss/physical/temp/JHCS67160MR_1744690450948.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773666138.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773867733.zip', '张兴尧', '杨弘毅', 'JHCS67160MR'); INSERT INTO `historical_database` VALUES ('1911996841100283906', 'yanghongyi', '2025-04-15 12:15:45', 'yanghongyi', '2025-04-16 11:24:18', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.3.21-2024.3.28', '外协', '张兴尧', '2', '1372', '/oss/physical/temp/JHCS67260MR_1744690543505.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773652754.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773857390.zip', '张兴尧', '杨弘毅', 'JHCS67260MR'); INSERT INTO `historical_database` VALUES ('1911997179979075585', 'yanghongyi', '2025-04-15 12:17:06', 'yanghongyi', '2025-04-16 11:24:03', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.4.2-2024.4.9', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS67260NAR_1744690621937.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773642976.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773841033.zip', '张兴尧', '杨弘毅', 'JHCS67260NAR'); INSERT INTO `historical_database` VALUES ('1911997411261386753', 'yanghongyi', '2025-04-15 12:18:01', 'yanghongyi', '2025-04-16 11:23:26', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.4.2-2024.4.9', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCSL77034NJR_1744690679934.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773576258.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773799449.zip', '张兴尧', '杨弘毅', 'JHCSL77034NJR'); INSERT INTO `historical_database` VALUES ('1912001706882994178', 'liumingyu', '2025-04-15 12:35:05', 'liumingyu', '2025-04-15 13:24:52', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.9.23-2024.9.30', '外协', '张兴尧', '2', '308', '/oss/physical/temp/KC-2024-JL-131_1744691926354.pdf,/oss/physical/temp/JHCS2N20NDR_1744691944432.xlsx,/oss/physical/temp/KC-2024-JL-131_1744694686890.zip', '张兴尧', '刘明宇', 'JHCS2N20NDR'); INSERT INTO `historical_database` VALUES ('1912002039168339969', 'liumingyu', '2025-04-15 12:36:24', 'liumingyu', '2025-04-15 13:24:40', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.9.23-2024.9.30', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS697260MR_1744691963746.xlsx,/oss/physical/temp/KC-2024-JL-131_1744691975220.pdf,/oss/physical/temp/KC-2024-JL-131_1744694678906.zip', '张兴尧', '刘明宇', 'JHCS697260MR'); INSERT INTO `historical_database` VALUES ('1912003205113548802', 'liumingyu', '2025-04-15 12:41:02', 'liumingyu', '2025-04-15 13:24:33', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.9.23-2024.9.30', '外协', '张兴尧', '2', '308', '/oss/physical/temp/KC-2024-JL-131_1744692074983.pdf,/oss/physical/temp/JHCS67234NJR_1744692085898.xlsx,/oss/physical/temp/KC-2024-JL-131_1744694671529.zip', '张兴尧', '刘明宇', 'JHCS67234NJR'); INSERT INTO `historical_database` VALUES ('1912003652448653314', 'liumingyu', '2025-04-15 12:42:49', 'liumingyu', '2025-04-15 13:24:25', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.9.23-2024-9.30', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS7230YR_1744692183029.xlsx,/oss/physical/temp/KC-2024-JL-131_1744692190814.pdf,/oss/physical/temp/KC-2024-JL-131_1744694663015.zip', '张兴尧', '刘明宇', 'JHCS7230YR'); INSERT INTO `historical_database` VALUES ('1912004110688948226', 'wangbin', '2025-04-15 12:44:38', 'wangbin', '2025-04-17 17:01:50', null, '晶体管', 'N沟道结型场效应晶体管', '中国航天科技集团有限公司元器件可靠中心八院分中心', '锦州辽晶电子科技股份有限公司', '2024.12.20-2024.12.27', '外协', '张兴尧', '2', '80', '/oss/physical/temp/电离总剂量效应CS4393_1744880494918.xlsx,/oss/physical/temp/KC-2024-JL-210_1744880505796.pdf,/oss/physical/temp/808所-20241218_1744880508458.zip', '张兴尧', '王斌', 'CS4393'); INSERT INTO `historical_database` VALUES ('1912008287859216386', 'yanghongyi', '2025-04-15 13:01:14', 'yanghongyi', '2025-04-16 11:18:26', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.9.30-2024.10.7', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS6N40YR_1744693272776.xlsx,/oss/physical/temp/KC-2024-JL-168_1744773423674.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240930_1744773503628.zip', '张兴尧', '杨弘毅', 'JHCS6N40YR'); INSERT INTO `historical_database` VALUES ('1912008566885289985', 'yanghongyi', '2025-04-15 13:02:20', 'yanghongyi', '2025-04-16 11:18:08', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.9.30-2024.10.7', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS22N40MR_1744693335200.xlsx,/oss/physical/temp/KC-2024-JL-168_1744773418329.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240930_1744773487118.zip', '张兴尧', '杨弘毅', 'JHCS22N40MR'); INSERT INTO `historical_database` VALUES ('1912008899564900353', 'yanghongyi', '2025-04-15 13:03:40', 'yanghongyi', '2025-04-16 11:18:02', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.9.30-2024.10.7', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCS57Z60MR_1744693418188.xlsx,/oss/physical/temp/KC-2024-JL-168_1744773410499.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240930_1744773480730.zip', '张兴尧', '杨弘毅', 'JHCS57Z60MR'); INSERT INTO `historical_database` VALUES ('1912009187319320578', 'yanghongyi', '2025-04-15 13:04:48', 'yanghongyi', '2025-04-16 11:17:47', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.9.30-2024.10.7', '外协', '张兴尧', '2', '308', '/oss/physical/temp/JHCSL77034NJR_1744693487511.xlsx,/oss/physical/temp/KC-2024-JL-168_1744773372284.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240930_1744773460907.zip', '张兴尧', '杨弘毅', 'JHCSL77034NJR'); INSERT INTO `historical_database` VALUES ('1912010011227426817', 'wangbin', '2025-04-15 13:08:05', 'wangbin', '2025-04-17 17:01:11', null, '晶体管', 'N沟抗辐照场效应晶体管', '中国航天集团有限公司元器件可靠中心八院分中心', '中科新微特', '2024.12.19-2024.12.19', '外协', '张兴尧', '2', '308', '/oss/physical/temp/808所-20241218_1744880435623.zip,/oss/physical/temp/KC-2024-JL-210_1744880460404.pdf,/oss/physical/temp/电离总剂量效应RCS7224A_1744880468680.xlsx', '张兴尧', '王斌', 'RCS7224A'); INSERT INTO `historical_database` VALUES ('1912072105276706818', 'yanghongyi', '2025-04-15 17:14:49', 'yanghongyi', '2025-04-16 11:14:14', null, '其他半导体集成电路', 'MCU及通讯组件', '北京航天长征飞行器研究所', '北京航天长征飞行器研究所', '2024.9.12-2024.9.13', '外协', '张兴尧', '1', '6', '/oss/physical/temp/MCU及通讯组件_1744708487331.xlsx,/oss/physical/temp/KC-2024-JL-153_1744716703148.pdf,/oss/physical/temp/测试数据_1744773252451.zip', '张兴尧', '杨弘毅', '自研'); INSERT INTO `historical_database` VALUES ('1912072584245252098', 'yanghongyi', '2025-04-15 17:16:43', 'yanghongyi', '2025-04-16 11:14:03', null, '片上系统(SOC)', '信息处理器件', '北京航天长征飞行器研究所', '瑞芯微电子股份有限公司', '2024.9.12-2024.9.13', '外协', '张兴尧', '1', '3', '/oss/physical/temp/RK3588_1744708602348.xlsx,/oss/physical/temp/KC-2024-JL-153_1744716663688.pdf,/oss/physical/temp/测试数据_1744773240105.zip', '张兴尧', '杨弘毅', 'RK3588'); INSERT INTO `historical_database` VALUES ('1912072996675358722', 'yanghongyi', '2025-04-15 17:18:22', 'yanghongyi', '2025-04-16 11:13:49', null, '片上系统(SOC)', 'SoC器件', '北京航天长征飞机器研究所', '赛灵思半导体有限公司', '2024.9.12-2024.9.13', '外协', '张兴尧', '1', '3', '/oss/physical/temp/XC7Z045_1744708700611.xlsx,/oss/physical/temp/KC-2024-JL-153_1744716624982.pdf,/oss/physical/temp/测试数据_1744773225400.zip', '张兴尧', '杨弘毅', 'XC7Z045'); INSERT INTO `historical_database` VALUES ('1912073211910262786', 'liumingyu', '2025-04-15 17:19:13', null, null, null, '放大器', 'KC-2024-JL-032', '航天771所', '航天771所', '2024.3.2-2024.3.22', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-032_1744708750555.pdf', 'XX', '刘明宇', 'LF42'); INSERT INTO `historical_database` VALUES ('1912074391289827330', 'yanghongyi', '2025-04-15 17:23:54', 'yanghongyi', '2025-04-15 19:29:03', null, '电源变换器', 'KC-2024-JL-013', '中国电子科技集团公司第43研究所', '中国电子科技集团公司第43研究所', '2024.1.23-2024.3.16', '外协', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-013_1744716541258.pdf', '张兴尧', '杨弘毅', 'HDCD/100CH-12-2.4/D1,HDCD/100CH-15-15/D1,HDCD/100-5R-30/SP,HDCD/100-5-120H/SP,HDCD/(20-50)-5-120H/SP,HDCD/(20-50)-5-120H/SP(电性件)'); INSERT INTO `historical_database` VALUES ('1912075836416299009', 'liumingyu', '2025-04-15 17:29:39', 'liumingyu', '2025-04-15 17:40:15', null, '变压器', 'KC-2024-JL-032', '航天771所', '航天771所', '2024.3.2-2024.3.22', 'xx', 'xx', '0', '0', '/oss/physical/temp/KC-2024-JL-032_1744709374402.pdf', 'xx', '刘明宇', 'LS5072RH'); INSERT INTO `historical_database` VALUES ('1912076675579088897', 'yanghongyi', '2025-04-15 17:32:59', 'yanghongyi', '2025-04-15 19:28:45', null, 'XX', 'KC-2024-JL-156', '航天五院物资部', '771所,中电24所,中电24所', '2024.9.11-2024.10.30', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-156_1744716523654.pdf', '张兴尧', '杨弘毅', 'L584,X1525A,SW2991MTRH'); INSERT INTO `historical_database` VALUES ('1912076878793117698', 'liumingyu', '2025-04-15 17:33:47', 'liumingyu', '2025-04-15 17:40:07', null, '变压器', 'KC-2024-JL-032', '航天771所', '航天771所', '2024.3.2-2024.3.22', 'xx', 'xx', '0', '0', '/oss/physical/temp/KC-2024-JL-032_1744709402295.pdf', 'xx', '刘明宇', 'LS883CH'); INSERT INTO `historical_database` VALUES ('1912077728181620738', 'yanghongyi', '2025-04-15 17:37:10', 'yanghongyi', '2025-04-15 19:28:19', null, '太阳能电力系统(仅列出太阳能电池)', 'KC-2024-JL-124', '佛山大学', '佛山大学', '2024.7.29-2024.7.29', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-124_1744716498230.pdf', '张兴尧', '杨弘毅', '4060'); INSERT INTO `historical_database` VALUES ('1912079178056044546', 'yanghongyi', '2025-04-15 17:42:55', 'yanghongyi', '2025-04-15 19:27:50', null, 'XX', 'KC-2024-JL-029', '航天五院物资部', 'XX', '2024.3.4-2024.5.5', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-029_1744716468966.pdf', '张兴尧', '杨弘毅', 'LHB648CL,LHB648C,LZF149,ZD80XG,HTM8503-MH-T002YY-Y,HTM8504-MH-T002YY-Y,LW5232-5.0TS,HWD29GL01GP-A,HWD4VSX55,HWDSP700T-IRF1927,MT41K256M16TW,'); INSERT INTO `historical_database` VALUES ('1912079533414256641', 'liumingyu', '2025-04-15 17:44:20', null, null, null, '片上系统(SOC)', 'KC-2024-JL-142', '星众空间(嘉兴)科技股份有限公司', 'xx', '2024.8.29-2024.9.1', 'xx', 'xx', '0', '0', '/oss/physical/temp/KC-2024-JL-142_1744710240131.pdf', 'xx', '刘明宇', 'COSADCS'); INSERT INTO `historical_database` VALUES ('1912079913766326273', 'yanghongyi', '2025-04-15 17:45:51', 'yanghongyi', '2025-04-15 19:27:17', null, '晶体管', 'KC-024-JL-024', '中物院905所', '中物院905所', '2024.24-2024.2.4', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-024_1744716435827.pdf', '张兴尧', '杨弘毅', 'PV,JTDCS6690A,JTDCS4435'); INSERT INTO `historical_database` VALUES ('1912080703553769473', 'yanghongyi', '2025-04-15 17:48:59', 'yanghongyi', '2025-04-15 19:26:51', null, '光纤用电源和图像探测器', 'KC-2024-JL-052', '中国电科44所', '中国电科44所', '2024.4.9-2024.4.9', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-052_1744716407470.pdf', '张兴尧', '杨弘毅', 'GD32422Y'); INSERT INTO `historical_database` VALUES ('1912081089052250114', 'likunfang', '2025-04-15 17:50:31', 'likunfang', '2025-04-15 18:00:23', null, '二极管', 'KC-2024-JL-136', '中国航天科技集团公司第五研究院宇航元器件应用验证中心', '航天五院', '2024.08.23', '外协', 'xx', '0', '0', '/oss/physical/temp/KC-2024-JL-136_1744710629373.pdf', 'xx', '李坤芳', 'S1336-18BK,DL100-7THD,HTM8501D'); INSERT INTO `historical_database` VALUES ('1912081419458547714', 'liumingyu', '2025-04-15 17:51:50', null, null, null, '光电子器件', 'KC-2024-JL-158', '中南大学', '武汉泰伦特', '2024.9.18-2024.9.23', 'xx', 'xx', '0', '0', '/oss/physical/temp/KC-2024-JL-158_1744710340714.pdf', 'xx', '刘明宇', 'TLTM-DFB1550-10-PM'); INSERT INTO `historical_database` VALUES ('1912082177868402690', 'liumingyu', '2025-04-15 17:54:51', null, null, null, '光电子器件', 'KC-2024-JL-158', '中南大学', '北京康冠', '2024.9.18-2024.9.23', 'xx', 'xx', '0', '0', '/oss/physical/temp/KC-2024-JL-158_1744710726478.pdf', 'xx', '刘明宇', 'KG-BPR-10M-A-FC'); INSERT INTO `historical_database` VALUES ('1912082610133372929', 'likunfang', '2025-04-15 17:56:34', 'likunfang', '2025-04-15 18:00:10', null, '光电子器件', 'KC-2024-JL-100', '中国电科44所/集成光学部', '中国电子科技集团第四十四研究所', '2024.06.20', '外协', 'xx', '0', '0', '/oss/physical/temp/KC-2024-JL-100_1744710992612.pdf', 'xx', '李坤芳', 'GC15MZPB8514H'); INSERT INTO `historical_database` VALUES ('1912083778167345153', 'liumingyu', '2025-04-15 18:01:12', null, null, null, '太阳能电池', 'KC-2024-JL-140', '航天811所', 'xx', '2024.8.27-2024.8.27', 'xx', 'xx', '0', '0', '/oss/physical/temp/KC-2024-JL-140_1744710942567.pdf', 'xx', '刘明宇', 'D24816,D24824,FFW,0826,'); INSERT INTO `historical_database` VALUES ('1912084679242256386', 'likunfang', '2025-04-15 18:04:47', null, null, null, '稳压器', 'KC-2024-JL-166', '五院物资部', '北京升宇科技有限公司', '2024.09.26-2024.11.03', '外协', 'xx', '0', '0', '/oss/physical/temp/KC-2024-JC-166_1744711484830.pdf', 'xx', '李坤芳', 'RSWN1202URH,RSW0584IRH'); INSERT INTO `historical_database` VALUES ('1912086110456221698', 'likunfang', '2025-04-15 18:10:28', null, null, null, '放大器,多芯片组件(MCM)', 'KC-2024-JL-119', '航天五院物资部', '航天771所,西安微电子所', '2024.07.24-2024.09.21', '外协', 'xx', '0', '0', '/oss/physical/temp/KC-2024-JL-119_1744711744828.pdf', 'xx', '李坤芳', 'LF620BRDC,LMRAD64A64'); INSERT INTO `historical_database` VALUES ('1912086894119981057', 'liumingyu', '2025-04-15 18:13:35', 'liumingyu', '2025-04-15 18:19:09', null, '辐射变色膜片', 'KC-2023-JL-116', '中国工程物理研究院激光聚变研究中心', 'xx', '2023.11.10-2023.11.13', 'xx', 'xx', '0', '0', '/oss/physical/temp/KC-2023-JL-116_1744711326009.pdf', 'xx', '刘明宇', '辐射变色膜片'); INSERT INTO `historical_database` VALUES ('1912087327634853889', 'likunfang', '2025-04-15 18:15:18', null, null, null, '电源转换器', 'KC-2023-JL-131', '中电24所', '中电24所', '2023.11.29', '外协', 'xx', '0', '0', '/oss/physical/temp/KC-2023-JL-131_1744712115105.pdf', 'xx', '李坤芳', 'SWH15-28S05F'); INSERT INTO `historical_database` VALUES ('1912087583642587138', 'liumingyu', '2025-04-15 18:16:19', 'liumingyu', '2025-04-15 18:20:10', null, '专用集成电路', 'KC-2023-JL-116', '中国工程物理研究院激光聚变中心', 'xx', '2023.11.10-2320.11.13', 'xx', 'xx', '0', '0', '/oss/physical/temp/KC-2023-JL-116_1744712177618.pdf', 'xx', '刘明宇', 'CMOS探测器'); INSERT INTO `historical_database` VALUES ('1912089739061858306', 'liumingyu', '2025-04-15 18:24:53', null, null, null, '振荡器', 'KC-2024-JL-198', '国防科大', 'xx', '2024.12.2-2024.12.2', 'xx', 'xx', '0', '0', '/oss/physical/temp/KC-2024-JL-198_1744712506004.pdf', 'xx', '刘明宇', '光纤激光振荡器'); INSERT INTO `historical_database` VALUES ('1912090478580568065', 'liumingyu', '2025-04-15 18:27:50', null, null, null, '光电子器件', 'KC-2023-JL-135', '中国电子科技集团公司四十四研究所', '中国电子科技集团公司四十四研究所', '2023.12.4-2023.12.4', 'xx', 'xx', '0', '0', '/oss/physical/temp/KC-2023-JL-135_1744712740599.pdf', 'xx', '刘明宇', 'GM1201A'); INSERT INTO `historical_database` VALUES ('1912690232041639937', 'wangbin', '2025-04-17 10:11:02', 'wangbin', '2025-04-17 17:00:08', null, '三维集成电路', 'KC-2024-JL-210', '中国航天集团有限公司元器件可靠中心八院分中心', 'ISSI公司', '2024.12.19', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-210_1744880406941.pdf', '张兴尧', '王斌', 'IS46TR16256BL-107MBLA3'); INSERT INTO `historical_database` VALUES ('1912691670708883457', 'wangbin', '2025-04-17 10:16:45', 'wangbin', '2025-04-17 16:59:22', null, '通信设备', 'KC-2024-JL-210', '中国航天集团有限公司元器件可靠中心八院分中心', '804所', '2024.12.19', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-210_1744880360628.pdf', '张兴尧', '王斌', 'K4LY03'); INSERT INTO `historical_database` VALUES ('1912692784795717633', 'wangbin', '2025-04-17 10:21:11', 'wangbin', '2025-04-17 16:59:11', null, '光纤用电源和图像探测器', 'KC-2024-JL-210', '中国航天集团有限公司元器件可靠中心八院分中心', '804所', '2024.12.19', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-210_1744880350340.pdf', '张兴尧', '王斌', 'xx'); INSERT INTO `historical_database` VALUES ('1912693873142108162', 'wangbin', '2025-04-17 10:25:30', 'wangbin', '2025-04-17 16:59:03', null, '通信设备', 'KC-2024-JL-210', '中国航天集团有限公司元器件可靠中心八院分中心', '804所', '2024.12.19', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-210_1744880342023.pdf', '张兴尧', '王斌', 'xx'); INSERT INTO `historical_database` VALUES ('1912695192099721218', 'wangbin', '2025-04-17 10:30:45', 'wangbin', '2025-04-17 16:58:54', null, '电源变换器', 'KC-2024-JL-210', '中国航天集团有限公司元器件可靠中心八院分中心', '株洲宏达电子股份有限公司', '2024.12.20-2025.1.13', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-210_1744880333161.pdf', '张兴尧', '王斌', 'CMC10-18S12SPM'); INSERT INTO `historical_database` VALUES ('1912697243575750657', 'wangbin', '2025-04-17 10:38:54', 'wangbin', '2025-04-17 16:58:45', null, '有源滤波器', 'KC-2024-JL-210', '中国航天集团有限公司元器件可靠中心八院分中心', '株洲宏达电子股份有限公司', '2024.12.20-2025.1.13', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-210_1744880324058.pdf', '张兴尧', '王斌', 'HMSF2802A'); INSERT INTO `historical_database` VALUES ('1912698653340045313', 'wangbin', '2025-04-17 10:44:30', 'wangbin', '2025-04-17 16:58:32', null, '电源变换器', 'KC-2024-JL-210', '中国航天集团有限公司元器件可靠中心八院分中心', '中电24所', '2025.1.6-2025.2.26', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-210_1744880311371.pdf', '张兴尧', '王斌', 'SWH156MMbRH-GC'); INSERT INTO `historical_database` VALUES ('1912699315821973506', 'wangbin', '2025-04-17 10:47:08', 'wangbin', '2025-04-17 16:58:24', null, '电源变换器', 'KC-2024-JL-210', '中国航天集团有限公司元器件可靠中心八院分中心', '航天771所', '2025.2.13-2025.2.28', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-210_1744880302638.pdf', '张兴尧', '王斌', 'LSFDCD/100-5R4-20/SP'); INSERT INTO `historical_database` VALUES ('1912700802765656065', 'wangbin', '2025-04-17 10:53:02', 'wangbin', '2025-04-17 16:58:04', null, '传感器', 'KC-2024-JL-210', '中国航天集团有限公司元器件可靠中心八院分中心', 'XX', '2024.12.18-2024.12.19', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-210_1744880282235.pdf', '张兴尧', '王斌', 'CZ7-7-27'); INSERT INTO `historical_database` VALUES ('1912703737625022466', 'wangbin', '2025-04-17 11:04:42', 'wangbin', '2025-04-17 16:57:43', null, '其他混合集成电路', 'KC-2024-JL-107', '中国航天集团有限公司元器件可靠中心八院分中心', '航天771所', '2024.7.9-2024.8.18', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-107_1744880261463.pdf', '张兴尧', '王斌', 'LHB652'); INSERT INTO `historical_database` VALUES ('1912703945838661633', 'rentongfei', '2025-04-17 11:05:32', 'rentongfei', '2025-04-17 19:02:04', null, '电源变换器', 'KC-2023-JL-136', '中国电科集团第二十四研究所', '中国电科二十四所', '2023.12.08-2024.01.31', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2023-JL-136_1744887722659.pdf', '张兴尧', '任童菲', 'SWH/(20-50)-15-120H/SP, SWH/(20-50)-28-120H/SP,SWH/(20-50)-15-120H/D1,SWH/(20-50)-5-120H/SP,SWH/(20-50)-12-15F/D1-CS,SWH/(20-50)-15R-15F/SP-CS'); INSERT INTO `historical_database` VALUES ('1912704234389999618', 'wangbin', '2025-04-17 11:06:40', 'wangbin', '2025-04-17 16:57:15', null, '有源滤波器', 'KC-2024-JL-107', '中国航天集团有限公司元器件可靠中心八院分中心', '株洲宏达电子股份有限公司', '2024.7.9-2024.8.18', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-107_1744880233743.pdf', '张兴尧', '王斌', 'HMSF2802A'); INSERT INTO `historical_database` VALUES ('1912704775631376385', 'wangbin', '2025-04-17 11:08:50', 'wangbin', '2025-04-17 16:56:59', null, '电源变换器', 'KC-2024-JL-107', '中国航天集团有限公司元器件可靠中心八院分中心', '株洲宏达电子股份有限公司', '2024.7.9-2024.8.18', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-107_1744880218186.pdf', '张兴尧', '王斌', 'CMC10-18S12SPM'); INSERT INTO `historical_database` VALUES ('1912705399295021057', 'rentongfei', '2025-04-17 11:11:18', 'rentongfei', '2025-04-17 19:01:39', null, '晶体管', 'KC-2024-JL-004', '中国电科集团第二十四研究所', '中国电科二十四所', '2024.01.09-2024.01.09', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-004_1744887697305.pdf', '张兴尧', '任童菲', 'SC57064MCRH,SC400N09XRH'); INSERT INTO `historical_database` VALUES ('1912707977118453761', 'rentongfei', '2025-04-17 11:21:33', 'rentongfei', '2025-04-17 18:59:34', null, '其他半导体集成电路', 'KC-2024-JL-203', '中国电科集团第二十四所/模拟集成电路设计事业部', '中国电科二十四所', '2024.12.11-2024.12.11', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-203_1744887564488.pdf', '张兴尧', '任童菲', 'SW1936XRH-14S,SW1843AMDRH,SF193AMDRH(YB),SW1431XRH-14S,SF124BXRH-14S,SW1825MDRH,X1525A(YB)'); INSERT INTO `historical_database` VALUES ('1912709177700225025', 'wangbin', '2025-04-17 11:26:19', 'wangbin', '2025-04-17 16:56:41', null, '晶体管', '硅功率达林顿晶体管', '中国航天集团有限公司元器件可靠中心八院分中心', '辽晶', '2024.8.19-2024.9.10', '外协', '张兴尧', '3', '225', '/oss/physical/temp/电离总剂量效应FHC30B_1744861761745.xlsx,/oss/physical/temp/80820240708_1744880186675.zip,/oss/physical/temp/KC-2024-JL-107_1744880197454.pdf', '张兴尧', '王斌', 'FHC30B'); INSERT INTO `historical_database` VALUES ('1912710693421027330', 'rentongfei', '2025-04-17 11:32:20', 'rentongfei', '2025-04-17 18:59:10', null, '专用集成电路', 'KC-2024-JL-148', '北京微电子技术研究所', '北京微电子技术研究所', '2024.09.05-2024.09.09', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-148_1744887532032.pdf', '张兴尧', '任童菲', 'BM3883TMARH,F-SEE,22SEE'); INSERT INTO `historical_database` VALUES ('1912712041264812034', 'wangbin', '2025-04-17 11:37:42', 'wangbin', '2025-04-17 16:56:17', null, '晶体管', '硅功率达林顿晶体管', '中国航天集团有限公司元器件可靠中心八院分中心', '辽晶', '2024.8.19-2024.9.10', '外协', '张兴尧', '3', '225', '/oss/physical/temp/电离总剂量效应FHD30B_1744861736881.xlsx,/oss/physical/temp/KC-2024-JL-107_1744880162492.pdf,/oss/physical/temp/80820240708_1744880170539.zip', '张兴尧', '王斌', 'FHD30B'); INSERT INTO `historical_database` VALUES ('1912714119903154178', 'wangbin', '2025-04-17 11:45:57', 'wangbin', '2025-04-17 16:55:38', null, '其他电气和电子元器件', 'KC-2024-JL-107', '中国航天集团有限公司元器件可靠中心八院分中心', 'TI', '2024.7.9-2024.8.18', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-107_1744880136243.pdf', '张兴尧', '王斌', 'ADN8830ACPZ'); INSERT INTO `historical_database` VALUES ('1912715602824499202', 'rentongfei', '2025-04-17 11:51:51', 'rentongfei', '2025-04-17 18:58:40', null, '专用集成电路', 'KC-2024-JL-093', '中国航天科技集团五院物资部', '航天771所', '2024.06.19-2024.08.15', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-093_1744887497058.pdf', '张兴尧', '任童菲', 'HB309B,LMSK4310D-1,LHKF2803D01-2D,LUC1875RH,OP07A,HLPA08,2810T04D,KG25a,LHB864'); INSERT INTO `historical_database` VALUES ('1912716216673472513', 'wangbin', '2025-04-17 11:54:17', 'wangbin', '2025-04-17 16:54:17', null, '晶体管', '硅PNP高频大功率晶体管', '中国航天集团有限公司元器件可靠中心八院分中心', '济南半导体', '2024.8.19-20248.27', '外协', '张兴尧', '2', '112', '/oss/physical/temp/KC-2024-JL-107_1744879926453.pdf,/oss/physical/temp/电离总剂量效应3CA3CS_1744879937190.xlsx,/oss/physical/temp/80820240708_1744880041499.zip', '张兴尧', '王斌', '3CA3CS'); INSERT INTO `historical_database` VALUES ('1912717805496799234', 'wangbin', '2025-04-17 12:00:36', 'wangbin', '2025-04-17 16:51:10', null, '其他混合集成电路', 'KC-2024-JL-107', '中国航天集团有限公司元器件可靠中心八院分中心', '航天771所', '2024.7.8', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-107_1744879868283.pdf', '张兴尧', '王斌', 'LHB651'); INSERT INTO `historical_database` VALUES ('1912718137379491842', 'rentongfei', '2025-04-17 12:01:55', 'rentongfei', '2025-04-17 18:56:00', null, '放大器', 'KC-2024-JL-064', '中国电子科技集团第二十几研究所', '中国电子科技集团公司第二十九研究所', '2024.04.17-2024.04.24', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-064_1744887359031.pdf', '张兴尧', '任童菲', 'PA-380430-L42-K,PA-340360-P53-K,PA-710760-C40-Q'); INSERT INTO `historical_database` VALUES ('1912718825236959234', 'wangbin', '2025-04-17 12:04:39', 'wangbin', '2025-04-17 16:50:49', null, '电容器', 'KC-2024-JL-107', '中国航天集团有限公司元器件可靠中心八院分中心', '上海欣晟卓越', '2024.7.8', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-107_1744879848275.pdf', '张兴尧', '王斌', 'XCS-SSLC102MIA'); INSERT INTO `historical_database` VALUES ('1912719163335610370', 'wangbin', '2025-04-17 12:06:00', 'wangbin', '2025-04-17 16:50:22', null, '电容器', 'KC-2024-JL-107', '中国航天集团有限公司元器件可靠中心八院分中心', '村田', '2024.7.8', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-107_1744879820740.pdf', '张兴尧', '王斌', 'UWSC1501nF,ATSC16V10nF,BBSC30V1nF'); INSERT INTO `historical_database` VALUES ('1912721181861187585', 'wangbin', '2025-04-17 12:14:01', 'wangbin', '2025-04-17 16:50:07', null, '光纤用电源和图像探测器', 'KC-2024-JL-107', '中国航天集团有限公司元器件可靠中心八院分中心', '长光辰芯', '2024.7.8-2024.7.9', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-107_1744879805139.pdf', '张兴尧', '王斌', 'GMAX0505,GSPRINT4521'); INSERT INTO `historical_database` VALUES ('1912723193680072705', 'wangbin', '2025-04-17 12:22:01', 'wangbin', '2025-04-17 16:49:48', null, '其他混合集成电路', 'KC-2024-JL-076', '中国科学院国家空间科学中心,可靠性与环境试验中心', '中国科学院国家空间科学中心,可靠性与环境试验中心', '2024.5.15', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-076_1744879787125.pdf', '张兴尧', '王斌', 'LMD18200-2D/883,A3PE3000L-FG484M,TLV2548MFKB,DVSA2805S,DVSA2812D'); INSERT INTO `historical_database` VALUES ('1912724017277800449', 'wangbin', '2025-04-17 12:25:17', 'wangbin', '2025-04-17 16:49:39', null, '光电子器件', 'KC-2024-JL-090', '中国电子科技集团第四十四研究所', '中国电子科技集团第四十四研究所', '2024.6.3', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-090_1744879777587.pdf', '张兴尧', '王斌', 'GT322D-60-SM-FC/APC'); INSERT INTO `historical_database` VALUES ('1912724204880629761', 'rentongfei', '2025-04-17 12:26:02', 'rentongfei', '2025-04-17 18:57:58', null, '专用集成电路', 'KC-2024-JL-030', '中国电子科技集团公司第二十九研究所', 'XX', '2024.03.07-2024.03.08', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-030_1744887383940.pdf', '张兴尧', '任童菲', 'DD-100P15P5N5/140,FC1550.52-10mW-PM-001,FC1549.72-10mW-PM-001,BM2.930.110263,MZ1533-10-SMP,ORI-MZM-OT-20,OPA567AIRHGR,HC32F4A0PIHB-VFBGA100,SGM6607AYTDI6G,SGM3209YTDE8G,SGM2209-ADJXN5G,SGM4588YTS16G,SGM8604-2XTDC8G,SGM620XS8G,'); INSERT INTO `historical_database` VALUES ('1912724852250480641', 'wangbin', '2025-04-17 12:28:36', 'wangbin', '2025-04-17 16:49:28', null, '数字集成电路', 'KC-2024-JL-073', '中国航天集团有限公司第八研究院第八〇八研究所', '中国航天集团有限公司第八研究院第八〇八研究所', '2024.5.10-2024.5.11', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-073_1744879767514.pdf', '张兴尧', '王斌', 'IS42S86400F-6TLI'); INSERT INTO `historical_database` VALUES ('1912726037590151169', 'wangbin', '2025-04-17 12:33:19', 'wangbin', '2025-04-17 16:49:19', null, '敏感元器件和传感器(件)', 'KC-2024-JL-184', '复远芯(上海)科技有限公司', '复远芯(上海)科技有限公司', '2024.10.31-2024.11.6', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-184_1744879758244.pdf', '张兴尧', '王斌', 'SIMU9000-IIR'); INSERT INTO `historical_database` VALUES ('1912727042499252226', 'wangbin', '2025-04-17 12:37:18', 'wangbin', '2025-04-17 16:48:23', null, '图像探测器', 'KC-2024-JL-130', '中国航天科技集团公司第五研究院宇航元器件应用验证中心', '中国电子科技集团第四十四研究所', '2024.8.6', '外协', '张兴尧', '0', '0', '/oss/physical/temp/KC-2024-JL-130_1744879701059.pdf', '张兴尧', '王斌', 'GD6882-SW32015-MD,S3204-09'); INSERT INTO `historical_database` VALUES ('1912749518474153985', 'rentongfei', '2025-04-17 14:06:37', 'rentongfei', '2025-04-17 19:12:27', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.11.01-2024.11.08', '外协', '张兴尧', '2', '132', '/oss/physical/temp/电离总剂量效应JHCS4N10NDR_1744874577814.xlsx', '张兴尧', '任童菲', 'JHCS4N10NDR'); INSERT INTO `historical_database` VALUES ('1912770418112172034', 'rentongfei', '2025-04-17 15:29:40', 'rentongfei', '2025-04-17 19:12:20', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.11.01-2024.11.08', '外协', '张兴尧', '2', '132', '/oss/physical/temp/电离总剂量效应JHCS67164NAR_1744875935852.xlsx,/oss/physical/temp/KC-2024-JL-185_1744887318413.pdf,/oss/physical/temp/KC-2024-JL-185吉华微特_1744887318414.zip', '张兴尧', '任童菲', 'JHCS67164NAR'); INSERT INTO `historical_database` VALUES ('1912775171298791425', 'rentongfei', '2025-04-17 15:48:33', 'rentongfei', '2025-04-17 19:12:14', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.11.04-2024.11.11', '外协', '张兴尧', '2', '132', '/oss/physical/temp/电离总剂量效应JHCS67260NAR_1744876360583.xlsx,/oss/physical/temp/KC-2024-JL-185_1744887093612.pdf,/oss/physical/temp/KC-2024-JL-185吉华微特_1744887093594.zip', '张兴尧', '任童菲', 'JHCS67260NAR'); INSERT INTO `historical_database` VALUES ('1912778681029464066', 'rentongfei', '2025-04-17 16:02:30', 'rentongfei', '2025-04-17 19:12:07', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.11.04-2024.11.11', '外协', '张兴尧', '2', '30', '/oss/physical/temp/电离总剂量效应JHCS67230NJR_1744877198963.xlsx,/oss/physical/temp/KC-2024-JL-185_1744887056269.pdf,/oss/physical/temp/KC-2024-JL-185吉华微特_1744887056266.zip', '张兴尧', '任童菲', 'JHCS67230NJR'); INSERT INTO `historical_database` VALUES ('1912780167855706113', 'rentongfei', '2025-04-17 16:08:24', 'rentongfei', '2025-04-17 19:11:14', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.11.01-2024.11.11', '外协', '张兴尧', '2', '30', '/oss/physical/temp/电离总剂量效应JHCSL797034NJR_1744878234832.xlsx,/oss/physical/temp/KC-2024-JL-185_1744887017803.pdf,/oss/physical/temp/KC-2024-JL-185吉华微特_1744887017781.zip', '张兴尧', '任童菲', 'JHCSL797034NJR'); INSERT INTO `historical_database` VALUES ('1912784593551069185', 'rentongfei', '2025-04-17 16:26:00', 'rentongfei', '2025-04-17 19:10:33', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.06.24-2024.07.01', '外协', '张兴尧', '2', '132', '/oss/physical/temp/KC-2024-JL-096_1744878498509.pdf,/oss/physical/temp/电离总剂量效应JHCS67234NJR_1744878498497.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240624_1744886954796.zip', '张兴尧', '任童菲', 'JHCS6723NJR'); INSERT INTO `historical_database` VALUES ('1912785888005558274', 'rentongfei', '2025-04-17 16:31:08', 'rentongfei', '2025-04-17 19:10:14', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.06.24-2024.07.01', '外协', '张兴尧', '2', '132', '/oss/physical/temp/KC-2024-JL-096_1744878665665.pdf,/oss/physical/temp/电离总剂量效应JHCS67230YRB_1744878665665.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240624_1744886936469.zip', '张兴尧', '任童菲', 'JHCS67230YRB'); INSERT INTO `historical_database` VALUES ('1912786424293462017', 'rentongfei', '2025-04-17 16:33:16', 'rentongfei', '2025-04-17 19:09:53', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.06.24-2024.07.01', '外协', '张兴尧', '2', '132', '/oss/physical/temp/KC-2024-JL-096_1744878793400.pdf,/oss/physical/temp/电离总剂量效应JHCS06N80NARE_1744878793399.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240624_1744886921534.zip', '张兴尧', '任童菲', 'JHCS06N80NARE'); INSERT INTO `historical_database` VALUES ('1912787913229438977', 'rentongfei', '2025-04-17 16:39:11', 'rentongfei', '2025-04-17 19:08:59', null, '晶体管', '小功率N沟道MOS场效应晶体管', '济南市半导体元件实验所', '济南市半导体元件实验所', '2024.03.11-2024.03.12', '外协', '张兴尧', '2', '132', '/oss/physical/temp/电离总剂量效应LYNM7002_1744879917060.xlsx,/oss/physical/temp/KC-2024-JL-037_1744886736073.pdf,/oss/physical/temp/20240311-济南半导体-安兆嵬-刘默寒_1744886748695.zip', '张兴尧', '任童菲', 'LYNM7002'); INSERT INTO `historical_database` VALUES ('1914911971559575554', 'shichengcheng', '2025-04-23 13:19:26', 'shichengcheng', '2025-04-27 10:48:06', null, '温度传感器', '温度传感器AD590KF', '沈阳中科新宇空间智能装备有限公司', '沈阳中科新宇空间智能装备有限公司', '2025/2/14', '外协', '王金鹏', '1', '2', '/oss/physical/temp/KC-2025-JL-018_1745722083517.xlsx', '王金鹏', '张云', 'GMS GEN1'); INSERT INTO `historical_database` VALUES ('1915246948939698177', 'yangjicong', '2025-04-24 11:30:31', 'yangjicong', '2025-04-24 15:51:42', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.09.21-2023.09.28', '外协', '张兴尧', '1', '138', '/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745465120805.rar,/oss/physical/temp/KC-2023-JL-085_1745466625224.pdf,/oss/physical/temp/电离总剂量效应JHCS697260MR_1745470248848.xlsx', '张兴尧', '杨济聪', 'JHCS697260MR'); INSERT INTO `historical_database` VALUES ('1915253376140152833', 'yangjicong', '2025-04-24 11:56:03', 'yangjicong', '2025-04-24 15:51:52', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.09.21-2023.09.28', '外协', '张兴尧', '1', '282', '/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745467015966.rar,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467460058.rar,/oss/physical/temp/电离总剂量效应JHCS697260MR_1745470954804.xlsx', '张兴尧', '杨济聪', 'JHCS697260MR'); INSERT INTO `historical_database` VALUES ('1915255335274385409', 'yangjicong', '2025-04-24 12:03:50', 'yangjicong', '2025-04-24 15:53:03', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.09.21-2023.09.28', '外协', '张兴尧', '1', '138', '/oss/physical/temp/KC-2023-JL-085_1745467359959.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467379604.rar,/oss/physical/temp/电离总剂量效应JHCS10P11NJR_1745481180700.xlsx', '张兴尧', '杨济聪', 'JHCS10P11NJR'); INSERT INTO `historical_database` VALUES ('1915260941746016258', 'yangjicong', '2025-04-24 12:26:07', 'yangjicong', '2025-04-24 15:50:45', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.09.21-2023.09.28', '外协', '张兴尧', '1', '138', '/oss/physical/temp/KC-2023-JL-085_1745468663106.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745468676966.rar,/oss/physical/temp/电离总剂量效应JHCS20N16NJR1_1745481038779.xlsx', '张兴尧', '杨济聪', 'JHCS20N16NJR1'); INSERT INTO `historical_database` VALUES ('1915264364461658114', 'yangsini', '2025-04-24 12:39:43', 'yangsini', '2025-04-27 17:35:39', null, '晶体管', 'NMOS器件', '中国电子科技集团五十八研究所', '中国电子科技集团五十八研究所', '2022.5.27', '外协', '于新', '3', '18', '/oss/physical/temp/1718VNMOS01_1745469935762.xlsx,/oss/physical/temp/20220527_58SUO_YUXIN_1745470105383.rar,/oss/physical/temp/KC-2022-JL-055_1745746537322.pdf', '张兴尧', '杨思妮', '17#18VNMOS01'); INSERT INTO `historical_database` VALUES ('1915266981099180033', 'yangsini', '2025-04-24 12:50:07', 'yangsini', '2025-04-24 17:31:09', null, '晶体管', 'NMOS器件', '中国电子科技集团五十八研究所', '中国电子科技集团五十八研究所', '2022.5.27', '外协', '于新', '3', '18', '/oss/physical/temp/1718VNMOS07_1745470202025.xlsx,/oss/physical/temp/20220527_58SUO_YUXIN_1745470204449.rar', '张兴尧', '杨思妮', '17#18VNMOS07'); INSERT INTO `historical_database` VALUES ('1915272450870054913', 'yangsini', '2025-04-24 13:11:51', 'yangsini', '2025-04-27 17:37:33', null, '晶体管', '22nm-FDSOI', '西安电子科技大学', '无', '2023.6.19-6.20', '外协', '郑齐文', '1', '3', '/oss/physical/temp/xiandianzikejidaxue_20230619_1745471518244.rar,/oss/physical/temp/FDSOI_1745471531370.xlsx,/oss/physical/temp/KC-2023-JL-052_1745746651812.pdf', '张兴尧', '杨思妮', '22nm-FDSOI'); INSERT INTO `historical_database` VALUES ('1915318397406777345', 'yangjicong', '2025-04-24 16:14:25', 'yangjicong', '2025-04-24 16:40:19', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.10.13-2023.10.27', '外协', '张兴尧', '1', '138', '/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745482434407.rar,/oss/physical/temp/电离总剂量效应JHCS67264MR_1745483175196_1745484006863.xlsx,/oss/physical/temp/KC-2023-JL-094_1745484017133.pdf', '张兴尧', '杨济聪', 'JHCS67264MR'); INSERT INTO `historical_database` VALUES ('1915324300382146561', 'yangjicong', '2025-04-24 16:37:53', 'yangjicong', '2025-04-24 16:45:42', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023.10.13-2023.10.27', '外协', '张兴尧', '1', '138', '/oss/physical/temp/KC-2023-JL-094_1745483945180.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745483951870.rar,/oss/physical/temp/电离总剂量效应JHCS67130NJR_1745484340582.xlsx', '张兴尧', '杨济聪', 'JHCS67130NJR'); INSERT INTO `historical_database` VALUES ('1915335754959261697', 'yangjicong', '2025-04-24 17:23:24', null, null, null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.12.24-2024.12.24', '外协', '张兴尧', '1', '138', '/oss/physical/temp/KC-2024-JL-213_1745486389159.pdf,/oss/physical/temp/KC-2024-JL-213原始数据_1745486403112.pdf,/oss/physical/temp/电离总剂量效应JHCSL797034NJR_1745486602098.xlsx', '张兴尧', '杨济聪', 'JHCSL797034NJR'); INSERT INTO `historical_database` VALUES ('1915337584749547522', 'yangsini', '2025-04-24 17:30:40', 'yangsini', '2025-04-27 17:38:18', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022.5.13-2022.5.30', '外协', '张兴尧', '1', '11', '/oss/physical/temp/JHCS10N22NJR_1745487004521.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487034429.rar,/oss/physical/temp/KC-2022-JL-048_1745746696180.pdf', '张兴尧', '杨思妮', 'JHCS10N22NJR'); INSERT INTO `historical_database` VALUES ('1915337603103821825', 'yangjicong', '2025-04-24 17:30:44', 'yangjicong', '2025-04-24 17:34:33', null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.12.24-2024.12.24', '外协', '张兴尧', '1', '138', '/oss/physical/temp/KC-2024-JL-213_1745487063709.pdf,/oss/physical/temp/KC-2024-JL-213原始数据_1745487069546.pdf,/oss/physical/temp/电离总剂量效应JHCS67264NAR_1745487270415.xlsx', '张兴尧', '杨济聪', 'JHCS67264NAR'); INSERT INTO `historical_database` VALUES ('1915338900569821186', 'yangsini', '2025-04-24 17:35:54', 'yangsini', '2025-04-27 17:38:35', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022.5.13-2022.5.30', '外协', '张兴尧', '1', '24', '/oss/physical/temp/JHCS67230YR_1745487339006.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487351081.rar,/oss/physical/temp/KC-2022-JL-048_1745746712538.pdf', '张兴尧', '杨思妮', 'JHCS67230YR'); INSERT INTO `historical_database` VALUES ('1915339925141819393', 'yangsini', '2025-04-24 17:39:58', 'yangsini', '2025-04-27 17:38:44', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022.5.13-2022.5.30', '外协', '张兴尧', '1', '4', '/oss/physical/temp/JHCS10P45NAR1_1745487626835.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487630819.rar,/oss/physical/temp/KC-2022-JL-048_1745746723255.pdf', '张兴尧', '杨思妮', 'JHCS10P45NAR1'); INSERT INTO `historical_database` VALUES ('1915340210400628738', 'yangjicong', '2025-04-24 17:41:06', null, null, null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.12.24-2024.12.24', '外协', '张兴尧', '1', '138', '/oss/physical/temp/KC-2024-JL-213原始数据_1745487478611.pdf,/oss/physical/temp/KC-2024-JL-213_1745487485197.pdf,/oss/physical/temp/电离总剂量效应JHCS67260NAR_1745487663798.xlsx', '张兴尧', '杨济聪', 'JHCS67260NAR'); INSERT INTO `historical_database` VALUES ('1915340885528383489', 'yangsini', '2025-04-24 17:43:47', 'yangsini', '2025-04-27 17:38:58', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022.5.13-2022.5.30', '外协', '张兴尧', '1', '76', '/oss/physical/temp/JHCS67260MR_1745487837176.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487840878.rar,/oss/physical/temp/KC-2022-JL-048_1745746735781.pdf', '张兴尧', '杨思妮', 'JHCS67260MR'); INSERT INTO `historical_database` VALUES ('1915341629765685249', 'yangjicong', '2025-04-24 17:46:45', null, null, null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2024.12.24-2024.12.24', '外协', '张兴尧', '1', '36', '/oss/physical/temp/KC-2024-JL-213原始数据_1745487849559.pdf,/oss/physical/temp/KC-2024-JL-213_1745487856518.pdf,/oss/physical/temp/电离总剂量效应JHCS697230NJR_1745488003288.xlsx', '张兴尧', '杨济聪', 'JHCS697230NJR'); INSERT INTO `historical_database` VALUES ('1915342999184969730', 'yangsini', '2025-04-24 17:52:11', 'yangsini', '2025-04-27 17:39:26', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022.3.31-2022.4.22', '外协', '张兴尧', '1', '92', '/oss/physical/temp/JHCS67260MR.xlsx-027_1745488310664.xlsx,/oss/physical/temp/深圳吉华微特-李潇-20220324_1745488329881.rar,/oss/physical/temp/KC-2022-JL-027_1745746764212.pdf', '张兴尧', '杨思妮', 'JHCS67260MR'); INSERT INTO `historical_database` VALUES ('1915343964000718850', 'yangsini', '2025-04-24 17:56:01', 'yangsini', '2025-04-27 17:39:33', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022.3.31-2022.4.22', '外协', '张兴尧', '1', '22', '/oss/physical/temp/JHCSL797064MR_1745488556336.xlsx,/oss/physical/temp/深圳吉华微特-李潇-20220324_1745488559995.rar,/oss/physical/temp/KC-2022-JL-027_1745746772250.pdf', '张兴尧', '杨思妮', 'JHCSL797064MR'); INSERT INTO `historical_database` VALUES ('1915344862647128065', 'yangsini', '2025-04-24 17:59:35', 'yangsini', '2025-04-27 17:39:45', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022.3.31-2022.4.22', '外协', '张兴尧', '1', '24', '/oss/physical/temp/JHCSL797064MR-25-49_1745488769016.xlsx,/oss/physical/temp/深圳吉华微特-李潇-20220324_1745488771735.rar,/oss/physical/temp/KC-2022-JL-027_1745746782744.pdf', '张兴尧', '杨思妮', 'JHCSL797064MR'); INSERT INTO `historical_database` VALUES ('1915347118264127489', 'yangjicong', '2025-04-24 18:08:33', null, null, null, '敏感元器件和传感器(件)', 'CZ4-10-6传感器', '北京遥测技术研究所', '北京遥测技术研究所', '2023.10.31-2023.11.03', '外协', '陈亚文', '1', '3', '/oss/physical/temp/KC-2023-JL-107_1745489062558.pdf,/oss/physical/temp/KC-2023-JL-107原始数据_1745489069223.pdf,/oss/physical/temp/电离总剂量效应CZ4-10-6传感器_1745489310911.xlsx', '张兴尧', '杨济聪', 'CZ4-10-6传感器'); INSERT INTO `historical_database` VALUES ('1915348123370360833', 'yangjicong', '2025-04-24 18:12:33', null, null, null, '电源变换器', 'YA10-26变换器', '北京遥测技术研究所', '北京遥测技术研究所', '2023.10.31-2023.11.03', '外协', '陈亚文', '1', '3', '/oss/physical/temp/KC-2023-JL-107原始数据_1745489484811.pdf,/oss/physical/temp/KC-2023-JL-107_1745489490988.pdf,/oss/physical/temp/电离总剂量效应YA10-26变换器_1745489550812.xlsx', '张兴尧', '杨济聪', 'YA10-26变换器'); INSERT INTO `historical_database` VALUES ('1915350039919824898', 'yangsini', '2025-04-24 18:20:10', 'yangsini', '2025-04-27 17:40:13', null, '太阳能电力系统(仅列出太阳能电 池)', '三界砷化镓太阳能电池', '上海空间电源研究所', 'xx', '2022.7.8', '外协', '于钢', '4', '42', '/oss/physical/temp/KC-2022-JL-83_1745746812421.pdf', '张兴尧', '杨思妮', 'xx'); INSERT INTO `historical_database` VALUES ('1915352637028667393', 'yangsini', '2025-04-24 18:30:29', 'yangsini', '2025-04-27 17:40:50', null, '放大器', '辐射加固高速放大器', '五院物资部', '西安微电子技术研究所', '2024.10.15-2024.12.17', '外协', '孙梦君', '1', '41', '/oss/physical/temp/KC-2024-JL-171_1745746844648.pdf', '张兴尧', '杨思妮', 'xx'); INSERT INTO `historical_database` VALUES ('1915353693892612098', 'yangsini', '2025-04-24 18:34:41', 'yangsini', '2025-04-27 17:41:26', null, '光纤用电源和图像探测器', 'GM1201A型CCD成像器件', '国电子科技集团公司第四十四研究所', '中国电子科技集团公司第四十四研究所', '2024.7.2-2024.7.3', '外协', '孙梦君', '1', '10', '/oss/physical/temp/KC-2024-JL-102_1745746885322.pdf', '张兴尧', '杨思妮', 'GM1201A'); INSERT INTO `historical_database` VALUES ('1915355360696438786', 'yangsini', '2025-04-24 18:41:18', 'yangsini', '2025-04-27 17:41:52', null, '电气电子组件、板和卡(仅列出印制 电路板)', 'PCB板', '工业和信息化部电子第五研究所', 'xx', '2022.4.18', '外协', '刘海涛', '1', '30', '/oss/physical/temp/KC-2022-JL-034_1745746911747.pdf', '张兴尧', '杨思妮', 'xx'); INSERT INTO `historical_database` VALUES ('1915356138144239618', 'yangsini', '2025-04-24 18:44:24', 'yangsini', '2025-04-27 17:43:14', null, '晶体管', 'DIP24陶瓷封装样品', '中国科学院上海微系统研究所', 'xx', '2024.12.16-2024.12.17', '外协', '孙梦君', '2', '40', '/oss/physical/temp/KC-2024-JL-205_1745746992698.pdf', '张兴尧', '杨思妮', 'xx'); INSERT INTO `historical_database` VALUES ('1915356803616706561', 'yangjicong', '2025-04-24 18:47:02', 'yangjicong', '2025-04-24 19:22:57', null, '其他电气和电子元器件', 'KC-2022-JL-077', '中国电子科技集团公司第十四研究所', '中国电子科技集团公司第十四研究所', '2022.06.28-2022.06.28', '外协', '于新', '0', '0', '/oss/physical/temp/KC-2022-JL-077_1745491291550.pdf', '张兴尧', '杨济聪', 'T/R组件,电源组件,波控单元'); INSERT INTO `historical_database` VALUES ('1915357101408096257', 'yangsini', '2025-04-24 18:48:13', 'yangsini', '2025-04-27 17:42:31', null, '敏感元器件和传感器(件)', '宽波段探测器', '天津津航技术物理研究所', 'xx', '2024.10.25', '外协', '孙梦君', '1', '5', '/oss/physical/temp/KC-2024-JL-176_1745746950626.pdf', '张兴尧', '杨思妮', 'xx'); INSERT INTO `historical_database` VALUES ('1915362269872754689', 'yangjicong', '2025-04-24 19:08:46', null, null, null, '其他混合集成电路', 'KC-2024-JL-139', '中核105所', 'XX', '2024.08.28-2024.09.01', '外协', '冯婕', '0', '0', '/oss/physical/temp/KC-2024-JL-139_1745492924043.pdf', '张兴尧', '杨济聪', '伺服驱动器A5,B5,B6,D6'); INSERT INTO `historical_database` VALUES ('1915364896924733442', 'yangjicong', '2025-04-24 19:19:12', null, null, null, '其他电气和电子元器件', 'KC-2023-JL-115', '中电44所', '中电44所', '2023.11.08-2023.11.27', '外协', '郑齐文', '0', '0', '/oss/physical/temp/KC-2023-JL-115_1745493442833.pdf', '张兴尧', '杨济聪', 'GD3561T-G,GD3562T-G,GT322D-60-SM-FC/APC-G,GD3561T,GD3562T,GT322D-60-SM-FC/APC'); INSERT INTO `historical_database` VALUES ('1915365751166046210', 'yangjicong', '2025-04-24 19:22:36', null, null, null, '二极管,其他电气和电子元器件,光纤用ZG电源和图像探测器', 'KC-2023-JL-115', '中电44所', '中电44所', '2023.11.08-2023.11.27', '外协', '郑齐文', '0', '0', '/oss/physical/temp/KC-2023-JL-115_1745493754535.pdf', '张兴尧', '杨济聪', 'HPD20,PD300,GD45220R,GD45238S-Z,GD6881-64H'); INSERT INTO `historical_database` VALUES ('1915366887948259330', 'yangjicong', '2025-04-24 19:27:07', null, null, null, '光电子器件', 'KC-2023-JL-099', '中电44所', '中电44所', '2023.10.20-2023.10.20', '外协', '刘炳凯', '0', '0', '/oss/physical/temp/KC-2023-JL-099_1745494025133.pdf', '张兴尧', '杨济聪', 'GM1201A型CCD成像器件'); INSERT INTO `historical_database` VALUES ('1915368394982658050', 'yangjicong', '2025-04-24 19:33:06', null, null, null, '晶体管', 'KC-2023-JL-104', '中物院八所', 'XX', '2023.10.30-2023.10.30', '外协', '阚永葭', '0', '0', '/oss/physical/temp/KC-2023-JL-104_1745494383884.pdf', '张兴尧', '杨济聪', 'MOS-裸片'); INSERT INTO `historical_database` VALUES ('1915369074090807298', 'yangjicong', '2025-04-24 19:35:48', null, null, null, '光电子器件', 'KC-2024-JL-125', '中电44所', '中电44所', '2024.08.01-2024.08.1', '外协', '孙梦君', '0', '0', '/oss/physical/temp/KC-2024-JL-125_1745494546534.pdf', '张兴尧', '杨济聪', 'GM1201A型CCD成像器件'); INSERT INTO `historical_database` VALUES ('1915709344883904513', 'huangkan', '2025-04-25 18:07:55', null, null, null, '晶体管,数字集成电路,敏感元器件和传感器(件)', 'KC-2022-JL-075', '八院808所元器件事业部', 'IXYS,TI,CMOSIS,SONY', '2022.06.28-2022.07.19', '外协', '张巍', '0', '0', '/oss/physical/temp/KC-2022-JL-075_1745575673560.pdf', '张兴尧', '黄侃', 'IXXN110N65B4H1,SM320C6678ACYPW,CMV12000-2E5M1PA,IMX253LLR-C'); INSERT INTO `historical_database` VALUES ('1915733152797790210', 'dushuaibin', '2025-04-25 19:42:31', 'dushuaibin', '2025-04-28 17:06:12', null, '数字集成电路', '十进制计数器', '中国科学院上海应用物理研究所', 'XX', '2024.09.09-2024.10.12', '外协', '魏莹', '3', '12', '/oss/physical/temp/20240906shanghaiguangyuan_1745814080678.zip,/oss/physical/temp/KC-2024-JL-150_1745814084031.pdf,/oss/physical/temp/电离总剂量效应-CD4017D_1745831171131.xlsx', '张兴尧', '杜帅彬', 'CD4017D'); INSERT INTO `historical_database` VALUES ('1915734102501462018', 'dushuaibin', '2025-04-25 19:46:17', 'dushuaibin', '2025-04-28 17:06:02', null, '数字集成电路', '反相器', '中国科学院上海应用物理研究所', 'XX', '2024.09.09-2024.10.12', '外协', '魏莹', '3', '12', '/oss/physical/temp/20240906shanghaiguangyuan_1745814063908.zip,/oss/physical/temp/KC-2024-JL-150_1745814068287.pdf,/oss/physical/temp/电离总剂量效应-54HC14_1745831160973.xlsx', '张兴尧', '杜帅彬', '54HC14'); INSERT INTO `historical_database` VALUES ('1916324925064581122', 'shichengcheng', '2025-04-27 10:54:00', 'zhangyun', '2025-04-27 16:54:08', null, '半导体分立器件/主动元件', 'BSC110N15NS5场效应晶体', '中电科蓝天科技股份有限公司', 'Infineon', '2025.2.11-2025.2.16', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-018_1745722438071.xlsx', '王金鹏', '张云', 'BSC110N15NS5'); INSERT INTO `historical_database` VALUES ('1916325638356307969', 'shichengcheng', '2025-04-27 10:56:50', 'zhangyun', '2025-04-27 16:53:00', null, '半导体分立器件/主动元件', 'BSP297小信号晶体管', '中电科蓝天科技股份有限公司', 'Infineon', '2025.2.11-2025.2.16', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-018_1745722605823.xlsx', '王金鹏', '张云', 'BSP297'); INSERT INTO `historical_database` VALUES ('1916326163906793473', 'shichengcheng', '2025-04-27 10:58:56', 'zhangyun', '2025-04-27 16:51:10', null, '半导体分立器件', 'BSP317P小信号晶体管', '中电科蓝天科技股份有限公司', 'Infineon', '2025.2.11-2025.2.16', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-018_1745722745643.xlsx', '王金鹏', '张云', 'BSP317P'); INSERT INTO `historical_database` VALUES ('1916326941325234177', 'shichengcheng', '2025-04-27 11:02:01', 'zhangyun', '2025-04-27 16:50:03', null, '模拟集成电路/放大器', 'INA293-Q1超精密电流感应放大器', '中电科蓝天科技股份有限公司', 'TI', '2025.2.11-2025.2.16', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-018_1745722918856.xlsx', '王金鹏', '张云', 'INA293B2QDBVRQ1'); INSERT INTO `historical_database` VALUES ('1916327539416207361', 'shichengcheng', '2025-04-27 11:04:24', 'zhangyun', '2025-04-27 16:39:22', null, '模拟集成电路/电源变换器', 'TPS3808低静态电流', '中电科蓝天科技股份有限公司', 'TI', '2025.2.11-2025.2.16', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-018_1745723062484.xlsx', '王金鹏', '张云', 'TPS3808G33DBV'); INSERT INTO `historical_database` VALUES ('1916328525778096129', 'shichengcheng', '2025-04-27 11:08:19', 'zhangyun', '2025-04-27 16:38:07', null, '数字集成电路/存储芯片', 'SRAM', '上海格思航天科技有限公司', '/', '2025.2.11-2025.2.16', '外协', '王金鹏', '1', '20', '/oss/physical/temp/KC-2025-JL-018_1745723254841.xlsx', '王金鹏', '张云', 'IS64WV102416EDBLL-12CT2LA3'); INSERT INTO `historical_database` VALUES ('1916329150372876290', 'shichengcheng', '2025-04-27 11:10:48', 'zhangyun', '2025-04-27 16:37:04', null, '数字集成电路/逻辑芯片', 'CPU', '上海格思航天科技有限公司', '/', '2025.2.11-2025.2.16', '外协', '王金鹏', '1', '20', '/oss/physical/temp/KC-2025-JL-018_1745723445899.xlsx', '王金鹏', '张云', 'SAMV71Q21RT-H8X-HPATSAMV71Q21B-AAB'); INSERT INTO `historical_database` VALUES ('1916329514098724865', 'shichengcheng', '2025-04-27 11:12:14', 'zhangyun', '2025-04-27 16:36:33', null, '数字集成电路/存储器件', 'FLASH', '上海格思航天科技有限公司', '/', '2025.2.11-2025.2.16', '外协', '王金鹏', '1', '20', '/oss/physical/temp/KC-2025-JL-018_1745723533843.xlsx', '王金鹏', '张云', 'SAMV71Q21RT-H8X-HPATSAMV71Q21B-AAB'); INSERT INTO `historical_database` VALUES ('1916332034430832641', 'shichengcheng', '2025-04-27 11:22:15', 'zhangyun', '2025-04-27 16:35:41', null, '光电子器件', '探测器', '804所', 'CMOSIS公司', '2025.2.18', '外协', '王金鹏', '1', '2', '/oss/physical/temp/KC-2025-JL-020_1745724134053.xlsx', '王金鹏', '张云', 'CMV4000'); INSERT INTO `historical_database` VALUES ('1916332880996569089', 'shichengcheng', '2025-04-27 11:25:37', 'zhangyun', '2025-04-27 16:35:25', null, '光电子器件', '探测器', '804所', '长光辰芯', '2025.2.18', '外协', '王金鹏', '1', '2', '/oss/physical/temp/KC-2025-JL-020_1745724336404.xlsx', '王金鹏', '张云', 'GSENSE2020BSI-A10HV'); INSERT INTO `historical_database` VALUES ('1916333549476352002', 'shichengcheng', '2025-04-27 11:28:17', 'zhangyun', '2025-04-27 16:35:07', null, '光电子器件/光纤放大器', '掺铒光纤陀螺仪', '804所', '中电四十六所 上海大学', '2025.2.18', '外协', '王金鹏', '1', '2', '/oss/physical/temp/KC-2025-JL-020_1745724496043.xlsx', '王金鹏', '张云', '/'); INSERT INTO `historical_database` VALUES ('1916334047956799489', 'shichengcheng', '2025-04-27 11:30:15', 'zhangyun', '2025-04-27 16:34:03', null, '光电子器件', 'Y波导集成光学器件', '804所', '中国电子科技集团第四十四研究所', '2025.2.18', '外协', '王金鹏', '1', '2', '/oss/physical/temp/KC-2025-JL-020_1745724614497.xlsx', '王金鹏', '张云', '编号42823062'); INSERT INTO `historical_database` VALUES ('1916335362963378178', 'shichengcheng', '2025-04-27 11:35:29', 'zhangyun', '2025-04-27 16:33:15', null, '光电子器件', '探测器', '804所', '/', '2025.2.18', '外协', '王金鹏', '1', '2', '/oss/physical/temp/KC-2025-JL-020_1745724928398.xlsx', '王金鹏', '张云', '编号2311871'); INSERT INTO `historical_database` VALUES ('1916336223240294402', 'shichengcheng', '2025-04-27 11:38:54', 'zhangyun', '2025-04-27 16:28:29', null, '专用集成电路', '人工智能芯片', '808所', '珠海航宇微科技股份有限公司', '2025.2.20', '外协', '王金鹏', '1', '2', '/oss/physical/temp/KC-2025-JL-020_1745725132942.xlsx', '王金鹏', '张云', 'yulong810A'); INSERT INTO `historical_database` VALUES ('1916336632730193921', 'shichengcheng', '2025-04-27 11:40:32', 'zhangyun', '2025-04-27 16:27:36', null, '数字集成电路/存储器件', 'GPU芯片-HBM', '808所', '天数智芯公司', '2025.2.20', '外协', '王金鹏', '1', '2', '/oss/physical/temp/KC-2025-JL-020_1745725230840.xlsx', '王金鹏', '张云', 'MRC-V100-3165J'); INSERT INTO `historical_database` VALUES ('1916337653489569793', 'shichengcheng', '2025-04-27 11:44:35', 'zhangyun', '2025-04-27 16:26:20', null, '数字集成芯片', 'GPU芯片-主控芯片', '808所', '天数智芯公司', '2025.2.20', '外协', '王金鹏', '1', '2', '/oss/physical/temp/KC-2025-JL-020_1745725473963.xlsx', '王金鹏', '张云', 'MRC-V100-3166J'); INSERT INTO `historical_database` VALUES ('1916338169879695361', 'shichengcheng', '2025-04-27 11:46:38', 'zhangyun', '2025-04-27 16:23:36', null, '数字集成电路', 'PCIe 3.0交换电路', '808所', '深圳国微', '2025.2.20', '外协', '王金鹏', '1', '2', '/oss/physical/temp/KC-2025-JL-020_1745725597243.xlsx', '王金鹏', '张云', 'SM8748MP'); INSERT INTO `historical_database` VALUES ('1916338784378785794', 'shichengcheng', '2025-04-27 11:49:05', 'zhangyun', '2025-04-27 16:22:39', null, '数字集成电路', 'FPGA芯片', '808所', '复旦微公司', '2025.2.21', '外协', '王金鹏', '1', '2', '/oss/physical/temp/KC-2025-JL-020_1745725743480.xlsx', '王金鹏', '张云', 'FMQL100TAI900型FPGA芯片'); INSERT INTO `historical_database` VALUES ('1916339433124368386', 'huangkan', '2025-04-27 11:51:39', 'huangkan', '2025-04-27 15:39:51', null, '晶体管', '抗辐射N沟场效应晶体管', '航天771所新集成电路事业部', '771所西岳公司', '2022.03.02', '外协', '李小龙', '2', '14', '/oss/physical/temp/KC-2022-JL-012_1745725381327.pdf,/oss/physical/temp/LCS7227T1RH电离总剂量效应_1745725389209.xlsx,/oss/physical/temp/LCS7227T1RH原始数据_1745739589963.zip', '张兴尧', '黄侃', 'LCS7227T1RH'); INSERT INTO `historical_database` VALUES ('1916340229513646082', 'huangkan', '2025-04-27 11:54:49', 'huangkan', '2025-04-27 15:39:38', null, '晶体管', '抗辐射P沟场效应晶体管', '航天771所新集成电路事业部', '771所西岳公司', '2022.03.02', '外协', '李小龙', '2', '14', '/oss/physical/temp/KC-2022-JL-012_1745726076546.pdf,/oss/physical/temp/LCS7508U3RH电离总剂量效应_1745726083556.xlsx,/oss/physical/temp/LCS7508U3RH原始数据_1745739576665.zip', '张兴尧', '黄侃', 'LCS7508U3RH'); INSERT INTO `historical_database` VALUES ('1916341094689509378', 'shichengcheng', '2025-04-27 11:58:16', 'zhangyun', '2025-04-27 16:21:44', null, '放大器', '抗辐射IF/RF差分放大器', '中电24所', '中电24所', '2025.2.27', '外协', '王金鹏', '1', '6', '/oss/physical/temp/KC-2025-JL-024_1745726294270.xlsx', '王金鹏', '张云', 'SF207MFRH'); INSERT INTO `historical_database` VALUES ('1916341469521874945', 'shichengcheng', '2025-04-27 11:59:45', 'zhangyun', '2025-04-27 16:21:28', null, '放大器', '双路高速轨道轨运算放大器', '中电24所', '中电24所', '2025.2.27', '外协', '王金鹏', '1', '6', '/oss/physical/temp/KC-2025-JL-024_1745726384049.xlsx', '王金鹏', '张云', 'SX8042XRH'); INSERT INTO `historical_database` VALUES ('1916341847596437505', 'shichengcheng', '2025-04-27 12:01:15', 'zhangyun', '2025-04-27 16:19:33', null, '模拟集成电路', '抗辐照高速运算放大器', '中电24所', '中电24所', '2025.2.27', '外协', '王金鹏', '1', '6', '/oss/physical/temp/KC-2025-JL-024_1745726474546.xlsx', '王金鹏', '张云', 'SX811MDRH'); INSERT INTO `historical_database` VALUES ('1916342564319105026', 'shichengcheng', '2025-04-27 12:04:06', 'zhangyun', '2025-04-27 16:19:02', null, '模拟集成电路', '2.5V电压基准源', '中电24所', '中电24所', '2025.2.27', '外协', '王金鹏', '1', '6', '/oss/physical/temp/KC-2025-JL-024_1745726645153.xlsx', '王金鹏', '张云', 'SW580RH'); INSERT INTO `historical_database` VALUES ('1916344721625812993', 'shichengcheng', '2025-04-27 12:12:40', 'zhangyun', '2025-04-27 16:17:26', null, '混合集成电路', '激光器温控电路、功率运放芯片', '上海通信技术有限公司', 'TI', '2025.2.28', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-025_1745727159226.xlsx', '王金鹏', '张云', 'OPA567AIRHGR'); INSERT INTO `historical_database` VALUES ('1916345261319491586', 'shichengcheng', '2025-04-27 12:14:49', 'zhangyun', '2025-04-27 16:16:35', null, '数字集成电路', 'CAN控制器', '上海通信技术有限公司', 'NXP', '2025.2.28', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-025_1745727287802.xlsx', '王金鹏', '张云', 'SJA1000T'); INSERT INTO `historical_database` VALUES ('1916345938158522369', 'shichengcheng', '2025-04-27 12:17:30', 'zhangyun', '2025-04-27 16:15:57', null, '模拟集成电路', '多通道AD采样芯片/功率运放', '上海通信技术有限公司', 'AD', '2025.2.28', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-025_1745727449528.xlsx', '王金鹏', '张云', 'AD7656BSTZ'); INSERT INTO `historical_database` VALUES ('1916346654633725954', 'shichengcheng', '2025-04-27 12:20:21', 'zhangyun', '2025-04-27 16:15:14', null, '模拟集成电路', '限幅放大器', '上海通信技术有限公司', 'Macom', '2025.2.28', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-025_1745727620637.xlsx', '王金鹏', '张云', 'ONET8501PB'); INSERT INTO `historical_database` VALUES ('1916348273899311105', 'shichengcheng', '2025-04-27 12:26:47', 'zhangyun', '2025-04-27 16:14:22', null, '射频电路', '射频驱动器', '上海通信技术有限公司', 'ADI', '2025.2.28', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-025_1745728006646.xlsx', '王金鹏', '张云', 'MAOM-002105'); INSERT INTO `historical_database` VALUES ('1916349545998159873', 'shichengcheng', '2025-04-27 12:31:50', 'zhangyun', '2025-04-27 16:13:19', null, '电源变换器', '稳流源', '上海通信技术有限公司', 'TI', '2025.2.28', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-025_1745728309496.xlsx', '王金鹏', '张云', 'LTC2672HUH-12#PBF'); INSERT INTO `historical_database` VALUES ('1916358615551414274', 'shichengcheng', '2025-04-27 13:07:53', 'zhangyun', '2025-04-27 16:10:19', null, '数字集成电路', 'GPU板卡', '空间中心', '空间中心', '2025.03.06-2025.03.07', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-028_1745730472130.xlsx', '王金鹏', '张云', '/'); INSERT INTO `historical_database` VALUES ('1916409122043170817', 'huangkan', '2025-04-27 16:28:35', null, null, null, '模拟集成电路', 'KC-2022-JL-060', '中国航天科技集团公司第五研究院', 'AD,AD,AD,AD,TI,AD,AD,AD', '2022.06.03-2022.06.30', '外协', '张天诚', '0', '0', '/oss/physical/temp/KC-2022-JL-060_1745742512983.pdf', '张兴尧', '黄侃', 'OP07AZ,ADV7123KST140,AD620SQ/883B,AD811SQ/883B,ADS8681,OP215AZ/883,AD584SH,AD580SH'); INSERT INTO `historical_database` VALUES ('1916417406842146818', 'huangkan', '2025-04-27 17:01:30', 'huangkan', '2025-04-28 13:02:39', null, '混合集成电路', 'KC-2022-JL-040', '中国航天科技集团公司第五研究院宇航元器件应用验证中心', '航天771所', '2022.04.26-2022.06.25', '外协', '张天诚', '0', '0', '/oss/physical/temp/KC-2022-JL-040_1745744487648.pdf', '张兴尧', '黄侃', 'LODCD/100-12-15/SP,LODCD/100-5R213-35/T1,LDCD/(20-50)-512-20F/D1,LODCD/100-28-129/SP,LDCD/(20-50)-12-110/D1,LDCD/100W-15-120U/SP,LDCD/100-5-100H/SP'); INSERT INTO `historical_database` VALUES ('1916418236425146370', 'zhangyun', '2025-04-27 17:04:48', 'zhangyun', '2025-04-27 17:08:58', null, '数字集成电路/专用集成电路', 'NPU板卡', '空间中心', '空间中心', '2025.03.06-2025.03.07', '外协', '王金鹏', '1', '3', '/oss/physical/temp/KC-2025-JL-028_1745744686493.xlsx', '王金鹏', '张云', '/'); INSERT INTO `historical_database` VALUES ('1916419172010790914', 'zhangyun', '2025-04-27 17:08:31', null, null, null, '光电子器件', 'COMS探测器', '空间中心', '空间中心', '2025.03.06-2025.03.07', '外协', '王金鹏', '1', '5', '/oss/physical/temp/KC-2025-JL-028_1745744909957.xlsx', '王金鹏', '张云', '/'); INSERT INTO `historical_database` VALUES ('1916420454243078145', 'zhangyun', '2025-04-27 17:13:36', 'zhangyun', '2025-04-29 17:55:23', null, '模拟集成电路/电源变换器', '稳流源', '上海通信技术有限公司', '上海通信技术有限公司', '2025.02.28', '外协', '王金鹏', '1', '2', '/oss/physical/temp/KC-2025-JL-025_1745920522561.xlsx', '王金鹏', '张云', 'LTC2672HUH-12#PBF'); INSERT INTO `historical_database` VALUES ('1916422828697292801', 'chenwenzhuo', '2025-04-27 17:23:02', 'chenwenzhuo', '2025-04-28 15:53:04', null, '集成电路', '混合集成电路LHB227A', '中国航天科技集团公司第九研究院第七七一研究所', '航天771所', '2022.04.27', '外协', '阚永葭', '1', '3', '/oss/physical/temp/771大纲3_1745806332233.zip,/oss/physical/temp/771原始数据1_1745806354704.zip,/oss/physical/temp/KC-2022-SB-H771-60_1745826783336.xlsx', '阚永葭', '陈文卓', 'LHB227A'); INSERT INTO `historical_database` VALUES ('1916716260732932097', 'xuebinrui', '2025-04-28 12:49:02', 'xuebinrui', '2025-04-28 13:17:57', null, '电源变换器', 'LDCD/100-15-15/D1型抗辐照DC/DC变换器', '中国航天科技集团有限公司第九研究院第七七一研究所', '中国航天科技集团有限公司第九研究院第七七一研究所', '2022.7.8至2022.7.29', '外协', '张巍', '2', '68', '/oss/physical/temp/KC-2022-SB-H771-126B_1745815738301.pdf,/oss/physical/temp/KC-2022-SB-H771-126F_1745815738179.pdf,/oss/physical/temp/KC-2022-SB-H771-126_1745817474120.xlsx', '张兴尧', '薛彬睿', 'LDCD/100-15-15/D1'); INSERT INTO `historical_database` VALUES ('1916719613395308546', 'huangkan', '2025-04-28 13:02:21', null, null, null, '混合集成电路', 'DC/DC电源转换器', '中国航天科技集团公司第五研究院', '航天771所', '2022.06.06-2022.08.03', '外协', '张天诚', '0', '0', '/oss/physical/temp/KC-2022-JL-061_1745816539700.pdf', '张兴尧', '黄侃', 'LDCD/100-5R-15/D1,LDCD/(20-50)-5-100/SP'); INSERT INTO `historical_database` VALUES ('1916719924801409025', 'xuebinrui', '2025-04-28 13:03:36', 'xuebinrui', '2025-04-28 13:04:39', null, '模拟集成电路', 'JF139低功耗低失调四电压比较器', '中国航天科技集团有限公司第九研究院第七七一研究所', '中国航天科技集团有限公司第九研究院第七七一研究所', '2022.7.8至2022.7.21', '外协', '张巍', '2', '52', '/oss/physical/temp/KC-2022-SB-H771-127B_1745816610529.pdf,/oss/physical/temp/KC-2022-SB-H771-127F_1745816610148.pdf,/oss/physical/temp/KC-2022-SB-H771-127_1745816678104.xlsx', '张兴尧', '薛彬睿', 'JF139'); INSERT INTO `historical_database` VALUES ('1916721396356190210', 'huangkan', '2025-04-28 13:09:27', null, null, null, '混合集成电路', '中低压输入抗辐照DC/DC变换器', '中国航天科技集团公司第五研究院', '中电43所', '2022.06.19-2022.07.15', '外协', '张天诚', '0', '0', '/oss/physical/temp/KC-2022-JL-059_1745816964418.pdf', '张兴尧', '黄侃', 'HDCD/(20-50)-5R-5/SP,HDCD/(20-50)-12-60/D1,HDCD/(20-50)-5-25F/SP'); INSERT INTO `historical_database` VALUES ('1916721710316621826', 'xuebinrui', '2025-04-28 13:10:41', 'xuebinrui', '2025-04-28 13:11:13', null, '模拟集成电路', 'JF139低功耗低失调四电压比较器', '中国航天科技集团有限公司第九研究院第七七一研究所', '中国航天科技集团有限公司第九研究院第七七一研究所', '2022.7.8值2022.7.21', '外协', '张巍', '2', '52', '/oss/physical/temp/KC-2022-SB-H771-128B_1745817039297.pdf,/oss/physical/temp/KC-2022-SB-H771-128F_1745817038979.pdf,/oss/physical/temp/KC-2022-SB-H771-128_1745817072368.xlsx', '张兴尧', '薛彬睿', 'JF139'); INSERT INTO `historical_database` VALUES ('1916724257286754306', 'xuebinrui', '2025-04-28 13:20:49', null, null, null, '电源变换器', 'LDCD/(20-50)-5-50/D1型抗辐照DC/DC变换器', '中国航天科技集团有限公司第九研究院第七七一研究所', '中国航天科技集团有限公司第九研究院第七七一研究所', '2022.7.8至2022.7.29', '外协', '张巍', '2', '68', '/oss/physical/temp/KC-2022-SB-H771-129_1745817645540.xlsx,/oss/physical/temp/KC-2022-SB-H771-129B_1745817646020.pdf,/oss/physical/temp/KC-2022-SB-H771-129F_1745817645586.pdf', '张兴尧', '薛彬睿', 'LDCD/(20-50)-5-50/D1'); INSERT INTO `historical_database` VALUES ('1916726633825538049', 'xuebinrui', '2025-04-28 13:30:15', 'xuebinrui', '2025-04-28 16:28:37', null, '电源变换器', 'LDCD/(20-50)-1-65/SP型抗辐照DC/DC变换器', '中国航天科技集团有限公司第九研究院第七七一研究所', '中国航天科技集团有限公司第九研究院第七七一研究所', '2022.7.8至2022.7.29', '外协', '张巍', '3', '60', '/oss/physical/temp/KC-2022-SB-H771-130B_1745818213836.pdf,/oss/physical/temp/KC-2022-SB-H771-130F_1745818213661.pdf,/oss/physical/temp/KC-2022-SB-H771-130_1745828915658.xlsx', '张兴尧', '薛彬睿', 'LDCD/(20-50)-1-65/SP'); INSERT INTO `historical_database` VALUES ('1916764079594377218', 'chenwenzhuo', '2025-04-28 15:59:03', 'chenwenzhuo', '2025-04-28 16:10:47', null, '集成电路', 'LZ5393R型4线-16线译码器', '航天771所', '航天771所', '2022.04.26~2022.04.28', '外协', '阚永葭', '1', '4', '/oss/physical/temp/771大纲3_1745827151271.zip,/oss/physical/temp/771原始数据1_1745827155389.zip,/oss/physical/temp/KC-2022-SB-H771-104_1745827845290.xlsx', '阚永葭', '陈文卓', 'LZ5393R'); INSERT INTO `historical_database` VALUES ('1916774216581222402', 'xuebinrui', '2025-04-28 16:39:20', 'xuebinrui', '2025-04-28 16:46:52', null, '专用集成电路', 'LW5232线性稳压器芯片', '中国航天科技集团有限公司第九研究院第七七一研究所', '中国航天科技集团有限公司第九研究院第七七一研究所', '2022.7.8至2022.7.14', '外协', '张巍', '2', '240', '/oss/physical/temp/KC-2022-SB-H771-131B_1745829558383.pdf,/oss/physical/temp/KC-2022-SB-H771-131F_1745829558046.pdf,/oss/physical/temp/KC-2022-SB-H771-131_1745830009860.xlsx', '张兴尧', '薛彬睿', 'LW5230-1.8'); INSERT INTO `historical_database` VALUES ('1916774643146133506', 'chenwenzhuo', '2025-04-28 16:41:02', null, null, null, '放大器', 'LZX1型全波相敏整流放大器', '航天771所', '航天771所', '2022.04.27', '外协', '阚永葭', '3', '9', '/oss/physical/temp/771大纲3_1745828868788.zip,/oss/physical/temp/771原始数据1_1745828873478.zip,/oss/physical/temp/KC-2002-SB-H771-80_1745829660150.xlsx', '阚永葭', '陈文卓', 'LZX1'); INSERT INTO `historical_database` VALUES ('1916775615419355138', 'xuebinrui', '2025-04-28 16:44:53', null, null, null, '专用集成电路', 'LW5232线性稳压器芯片', '中国航天科技集团有限公司第九研究院第七七一研究所', '中国航天科技集团有限公司第九研究院第七七一研究所', '2022.7.8至2022.7.14', '外协', '张巍', '2', '32', '/oss/physical/temp/KC-2022-SB-H771-132_1745829890659.xlsx,/oss/physical/temp/KC-2022-SB-H771-132B_1745829890909.pdf,/oss/physical/temp/KC-2022-SB-H771-132F_1745829890817.pdf', '张兴尧', '薛彬睿', 'LW5131-2.5TD'); INSERT INTO `historical_database` VALUES ('1916778249618427906', 'chenwenzhuo', '2025-04-28 16:55:21', 'chenwenzhuo', '2025-04-28 18:49:00', null, '晶体管', 'LCS7426T1RH', '航天771', '航天771', '2022.04.26~2022.04.28', '外协', '阚永葭', '22', '22', '/oss/physical/temp/771大纲3_1745830097889.zip,/oss/physical/temp/771原始数据1_1745830101683.zip,/oss/physical/temp/KC-2002-SB-H771-67_1745830518485.xlsx', '阚永葭', '陈文卓', 'LCS7426T1RH'); INSERT INTO `historical_database` VALUES ('1916778787349172225', 'xuebinrui', '2025-04-28 16:57:30', null, null, null, '专用集成电路', 'LW7913型低压差可调稳压器芯片', '中国航天科技集团有限公司第九研究院第七七一研究所', '中国航天科技集团有限公司第九研究院第七七一研究所', '2022.7.8至2022.7.21', '外协', '张巍', '2', '64', '/oss/physical/temp/KC-2022-SB-H771-133_1745830645966.xlsx,/oss/physical/temp/KC-2022-SB-H771-133B_1745830646356.pdf,/oss/physical/temp/KC-2022-SB-H771-133F_1745830646092.pdf', '张兴尧', '薛彬睿', 'LW7913片4'); INSERT INTO `historical_database` VALUES ('1916779319530852354', 'xuebinrui', '2025-04-28 16:59:36', 'xuebinrui', '2025-04-28 17:00:29', null, '专用集成电路', 'LW7913型低压差可调稳压器芯片', '中国航天科技集团有限公司第九研究院第七七一研究所', '中国航天科技集团有限公司第九研究院第七七一研究所', '2022.7.8至2022.7.21', '外协', '张巍', '2', '64', '/oss/physical/temp/KC-2022-SB-H771-133B_1745830766653.pdf,/oss/physical/temp/KC-2022-SB-H771-133F_1745830766340.pdf,/oss/physical/temp/KC-2022-SB-H771-133(B)_1745830827274.xlsx', '张兴尧', '薛彬睿', 'LW7913片5'); INSERT INTO `historical_database` VALUES ('1916779483070959618', 'chenwenzhuo', '2025-04-28 17:00:15', 'chenwenzhuo', '2025-04-28 18:48:55', null, '晶体管', 'LCS7583T1RH型VDMOS', '航天771', '航天771', '2022.04.26~2022.04.28', '外协', '阚永葭', '22', '22', '/oss/physical/temp/771大纲3_1745830627368.zip,/oss/physical/temp/771原始数据1_1745830631268.zip,/oss/physical/temp/KC-2002-SB-H771-68_1745830814056.xlsx', '阚永葭', '陈文卓', 'LCS7583T1RH'); INSERT INTO `historical_database` VALUES ('1916780670423896065', 'chenwenzhuo', '2025-04-28 17:04:59', 'chenwenzhuo', '2025-04-28 18:48:49', null, '晶体管', 'LCS583U2RH型VDMOS', '航天771', '航天771', '2022.04.26~2022.04.28', '外协', '阚永葭', '22', '22', '/oss/physical/temp/771大纲3_1745831087628.zip,/oss/physical/temp/771原始数据1_1745831091846.zip,/oss/physical/temp/KC-2002-SB-H771-69_1745831096547.xlsx', '阚永葭', '陈文卓', 'LCS583U2RH'); INSERT INTO `historical_database` VALUES ('1916781363662655489', 'dushuaibin', '2025-04-28 17:07:44', null, null, null, '晶体管', '测试分析级NMOS晶体管', '中国电子科技集团公司第五十八研究所', '中国电子科技集团公司第五十八研究所', '2022.03.21-2022.03.23', '外协', '刘默寒', '2', '1200', '/oss/physical/temp/KC-2022-JL-022_1745831248954.pdf,/oss/physical/temp/20220321_58suo_liumohan_1745831258169.zip,/oss/physical/temp/电离总剂量效应-KFZ_29_1745831261982.xlsx', '刘默寒', '杜帅彬', 'KFZ_29'); INSERT INTO `historical_database` VALUES ('1916781537822740482', 'xuebinrui', '2025-04-28 17:08:25', null, null, null, '电源变换器', 'LDCD/(20-50)-12-15/D1型抗辐照DC/DC变换器', '中国航天科技集团有限公司第九研究院第七七一研究所', '中国航天科技集团有限公司第九研究院第七七一研究所', '2022.7.8至2022.7.29', '外协', '张巍', '2', '72', '/oss/physical/temp/KC-2022-SB-H771-134_1745831303023.xlsx,/oss/physical/temp/KC-2022-SB-H771-134B_1745831304005.pdf,/oss/physical/temp/KC-2022-SB-H771-134F_1745831303114.pdf', '张兴尧', '薛彬睿', 'LDCD/(20-50)-12-15/D1'); INSERT INTO `historical_database` VALUES ('1916781800671383553', 'chenwenzhuo', '2025-04-28 17:09:28', 'chenwenzhuo', '2025-04-28 18:48:40', null, '晶体管', 'LCS7469T1RH型VDMOS', '航天771', '航天771', '2022.04.26~2022.04.28', '外协', '阚永葭', '22', '22', '/oss/physical/temp/771大纲3_1745831356939.zip,/oss/physical/temp/771原始数据1_1745831361041.zip,/oss/physical/temp/KC-2002-SB-H771-64_1745831365359.xlsx', '阚永葭', '陈文卓', 'LCS7469T1RH'); INSERT INTO `historical_database` VALUES ('1916782792234209282', 'chenwenzhuo', '2025-04-28 17:13:24', 'chenwenzhuo', '2025-04-28 18:48:29', null, '晶体管', 'LCS7382T2RH型VDMOS', '航天771', '航天771', '2022.04.26~2022.04.28', '外协', '阚永葭', '22', '22', '/oss/physical/temp/771大纲3_1745831594548.zip,/oss/physical/temp/771原始数据1_1745831598805.zip,/oss/physical/temp/KC-2002-SB-H771-65_1745831603240.xlsx', '阚永葭', '陈文卓', 'LCS7382T2RH型VDMOS'); INSERT INTO `historical_database` VALUES ('1916783643791167490', 'chenwenzhuo', '2025-04-28 17:16:47', 'chenwenzhuo', '2025-04-28 18:48:24', null, '晶体管', 'LCS7382U3RH型VDMOS', '航天771', '航天771', '2022.04.26~2022.04.28', '外协', '阚永葭', '22', '22', '/oss/physical/temp/771大纲3_1745831797267.zip,/oss/physical/temp/771原始数据1_1745831801367.zip,/oss/physical/temp/KC-2002-SB-H771-66_1745831805905.xlsx', '阚永葭', '陈文卓', 'LCS7382U3RH型VDMOS'); INSERT INTO `historical_database` VALUES ('1916784626751475714', 'chenwenzhuo', '2025-04-28 17:20:42', 'chenwenzhuo', '2025-04-28 18:48:20', null, '晶体管', 'LCS753T1RH型VDMOS', '航天771', '航天771', '2022.04.26~2022.04.28', '外协', '阚永葭', '22', '22', '/oss/physical/temp/771大纲3_1745832032630.zip,/oss/physical/temp/771原始数据1_1745832036786.zip,/oss/physical/temp/KC-2002-SB-H771-63_1745832040685.xlsx', '阚永葭', '陈文卓', 'LCS753T1RH型VDMOS'); INSERT INTO `historical_database` VALUES ('1916787113113915393', 'dushuaibin', '2025-04-28 17:30:35', null, null, null, '晶体管', '测试分析级NPN晶体管', '中国电子科技集团公司第五十八研究所', '中国电子科技集团公司第五十八研究所', '2022.03.21-2022.03.23', '外协', '刘默寒', '1', '60', '/oss/physical/temp/KC-2022-JL-022_1745832446344.pdf,/oss/physical/temp/20220321_58suo_liumohan_1745832448699.zip,/oss/physical/temp/电离总剂量效应-HGNPN1_1745832631613.xlsx', '刘默寒', '杜帅彬', 'HGNPN1'); INSERT INTO `historical_database` VALUES ('1916790998490648578', 'chenwenzhuo', '2025-04-28 17:46:01', 'chenwenzhuo', '2025-04-28 18:48:15', null, '电源变换器', 'LDCD/100-3R3-15/SP型抗辐照DC/DC变换器', '航天771', '航天771', '2022.04.28~2022.05.18', '外协', '阚永葭', '4', '4', '/oss/physical/temp/771大纲3_1745833552358.zip,/oss/physical/temp/771原始数据1_1745833556424.zip,/oss/physical/temp/KC-2002-SB-H771-92_1745833559455.xlsx', '阚永葭', '陈文卓', 'LDCD/100-3R3-15/SP型抗辐照DC/DC变换器'); INSERT INTO `historical_database` VALUES ('1916792579692924930', 'chenwenzhuo', '2025-04-28 17:52:18', 'chenwenzhuo', '2025-04-28 18:48:06', null, '电源变换器', 'LDCD/(20-50)-512-30F/T1型抗辐照DC/DC变换器', '航天771', '航天771', '2022.04.28~2022.05.18', '外协', '阚永葭', '4', '4', '/oss/physical/temp/771大纲3_1745833930386.zip,/oss/physical/temp/771原始数据1_1745833934277.zip,/oss/physical/temp/KC-2002-SB-H771-91_1745833937156.xlsx', '阚永葭', '陈文卓', 'LDCD/(20-50)-512-30F/T1型抗辐照DC/DC变换器'); INSERT INTO `historical_database` VALUES ('1916793367542599682', 'dushuaibin', '2025-04-28 17:55:26', null, null, null, '晶体管', 'PMOS晶体管', '中国科学院上海微系统与信息技术研究所', 'XX', '2023.02.13-2023.02.15', '外协', '刘默寒', '1', '30', '/oss/physical/temp/KC-2023-JL-014_1745833883969.pdf,/oss/physical/temp/20230213-SIMIT-DSOI_1745833888007.zip,/oss/physical/temp/电离总剂量效应-PL-DIP-2-P_1745834122677.xlsx', '刘默寒', '杜帅彬', 'PL-DIP-2-P'); INSERT INTO `historical_database` VALUES ('1916794293904969729', 'dushuaibin', '2025-04-28 17:59:07', null, null, null, '晶体管', 'NMOS晶体管', '中国科学院上海微系统与信息技术研究所', 'XX', '2023.02.13-2023.02.15', '外协', '刘默寒', '1', '30', '/oss/physical/temp/KC-2023-JL-014_1745834292621.pdf,/oss/physical/temp/20230213-SIMIT-DSOI_1745834301271.zip,/oss/physical/temp/电离总剂量效应-PL-DIP-4-N_1745834340814.xlsx', '刘默寒', '杜帅彬', 'PL-DIP-4-N'); INSERT INTO `historical_database` VALUES ('1916795131918520321', 'chenwenzhuo', '2025-04-28 18:02:26', 'chenwenzhuo', '2025-04-28 18:48:00', null, '电源变换器', 'LDCD/(20-50)-5R-5/SP型抗辐照DC/DC变换器', '航天771', '航天771', '2022.04.28~2022.05.18', '外协', '阚永葭', '4', '4', '/oss/physical/temp/KC-2002-SB-H771-88_1745834545381.xlsx', '阚永葭', '陈文卓', 'LDCD/(20-50)-5R-5/SP型抗辐照DC/DC变换器'); INSERT INTO `historical_database` VALUES ('1916796375206694913', 'chenwenzhuo', '2025-04-28 18:07:23', 'chenwenzhuo', '2025-04-28 18:47:55', null, '电源变换器', 'LDCD/(20-50)-12-5F/D1型抗辐照dc/dc变换器', '航天771', '航天771', '2022.04.28-2022.05.18', '外协', '阚永葭', '4', '4', '/oss/physical/temp/771大纲3_1745834835437.zip,/oss/physical/temp/771原始数据1_1745834838874.zip,/oss/physical/temp/KC-2002-SB-H771-89_1745834841173.xlsx', '阚永葭', '陈文卓', 'LDCD/(20-50)-12-5F/D1型抗辐照dc/dc变换器'); INSERT INTO `historical_database` VALUES ('1916798899422728193', 'chenwenzhuo', '2025-04-28 18:17:25', 'chenwenzhuo', '2025-04-28 18:47:46', null, '电源变换器', 'LDCD/(20-50)-15-30F/SP型抗辐照DC/DC变换器', '航天771', '航天771', '2022.04.28~2022.05.18', '外协', '阚永葭', '4', '4', '/oss/physical/temp/771大纲3_1745835431183.zip,/oss/physical/temp/771原始数据1_1745835434886.zip,/oss/physical/temp/KC-2002-SB-H771-90_1745835469939.xlsx', '阚永葭', '陈文卓', 'LDCD/(20-50)-15-30F/SP型抗辐照DC/DC变换器'); INSERT INTO `historical_database` VALUES ('1916799209159495682', 'dushuaibin', '2025-04-28 18:18:39', 'dushuaibin', '2025-04-28 18:47:28', null, '放大器', 'KC-2021-JL-77', 'XX', 'XX', 'XX', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2021-JL-77_1745837247229.pdf', 'XX', '杜帅彬', 'PKUPCV'); INSERT INTO `historical_database` VALUES ('1916800132216754178', 'lixuyou', '2025-04-28 18:22:19', 'lixuyou', '2025-04-29 16:08:49', null, '模拟集成电路', '1Mbps单片1553总线收发器', '航天771', '航天771', '2024.4.22-2024.6.4', '外协', '刘海涛', '1', '16', '/oss/physical/temp/KC-2024-JL-081_1745835732714.rar,/oss/physical/temp/KC-2024-SB-H771-76_1745835732279.pdf,/oss/physical/temp/KC-2024-SB-H771-76_1745835975769.xlsx', '航天771', '李序友', 'LRT1567'); INSERT INTO `historical_database` VALUES ('1916801058675593217', 'chenwenzhuo', '2025-04-28 18:25:59', 'chenwenzhuo', '2025-04-28 18:47:39', null, '电源变换器', 'LDCD/100-12-65/D1型抗辐照DC/DC变换器', '航天771', '航天771', '2022.04.28~2022.05.18', '外协', '阚永葭', '4', '4', '/oss/physical/temp/771大纲3_1745835935424.zip,/oss/physical/temp/771原始数据1_1745835939365.zip,/oss/physical/temp/KC-2002-SB-H771-93_1745835957521.xlsx', '阚永葭', '陈文卓', 'LDCD/100-12-65/D1型抗辐照DC/DC变换器'); INSERT INTO `historical_database` VALUES ('1916801927445975041', 'lixuyou', '2025-04-28 18:29:27', 'lixuyou', '2025-04-29 16:09:00', null, '电源变换器', '抗辐照DCDC', '航天771', '航天771', '2024.05.23-2024.07.22', '外协', '刘海涛', '1', '96', '/oss/physical/temp/KC-2024-JL-081_1745836162431.rar,/oss/physical/temp/KC-2024-SB-H771-60_1745836162036.pdf,/oss/physical/temp/KC-2024-SB-H771-60_1745836196111.xlsx', '航天771', '李序友', 'LDCD/(20-50)-9R5-110/D1'); INSERT INTO `historical_database` VALUES ('1916802421706952705', 'lixuyou', '2025-04-28 18:31:24', 'lixuyou', '2025-04-29 16:06:33', null, '电压变换器', '抗辐照DCDC', '航天771', '航天771', '2024.05.23-2024.07.22', '外协', '刘海涛', '1', '60', '/oss/physical/temp/KC-2024-SB-H771-59_1745836266730.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836282023.rar,/oss/physical/temp/KC-2024-SB-H771-59_1745836281685.pdf', '航天771', '李序友', 'LDCD/(20-50)-5R-12F/SP'); INSERT INTO `historical_database` VALUES ('1916802939552501761', 'huangkan', '2025-04-28 18:33:28', null, null, null, '模拟集成电路', '高压浮置栅驱动电路器件', '中国电子科技集团公司第五十八研究所', '中国电子科技集团公司第五十八研究所', '2022.05.19', '外协', '刘默寒', '1', '11', '/oss/physical/temp/20220519_58suo_liumohan_1745836399591.zip,/oss/physical/temp/JPPR7113电离总剂量效应_1745836399550.xlsx,/oss/physical/temp/KC-2022-JL-051_1745836399662.pdf', '', '黄侃', 'JPPR7113'); INSERT INTO `historical_database` VALUES ('1916803160118366210', 'lixuyou', '2025-04-28 18:34:21', 'lixuyou', '2025-04-29 16:09:14', null, '变压器', '抗辐照固态功率控制器', '航天771', '航天771', '2024.5.23-2024.06.14', '外协', '刘海涛', '1', '60', '/oss/physical/temp/KC-2024-JL-081_1745836452102.rar,/oss/physical/temp/KC-2024-SB-H771-58_1745836451739.pdf,/oss/physical/temp/KC-2024-SB-H771-58_1745836504127.xlsx', '航天771', '李序友', 'LSPC100S-20'); INSERT INTO `historical_database` VALUES ('1916803786286010369', 'lixuyou', '2025-04-28 18:36:50', 'lixuyou', '2025-04-29 16:09:55', null, 'LW4913', '可调正电源稳压器', '航天771', '航天771', '2024.5.15-2024.6.6', '外协', '刘海涛', '1', '64', '/oss/physical/temp/KC-2024-SB-H771-57_1745836594188.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836608318.rar,/oss/physical/temp/KC-2024-SB-H771-57_1745836607975.pdf', '航天771', '李序友', 'LW4913'); INSERT INTO `historical_database` VALUES ('1916804077618171905', 'lixuyou', '2025-04-28 18:37:59', 'lixuyou', '2025-04-29 16:10:04', null, '放大器', '轨对轨运算放大器', '航天771', '航天771', '2024.5.15-2024.6.6', '外协', '刘海涛', '1', '44', '/oss/physical/temp/KC-2024-JL-081_1745836670908.rar,/oss/physical/temp/KC-2024-SB-H771-56_1745836670635.pdf,/oss/physical/temp/KC-2024-SB-H771-56_1745836676029.xlsx', '航天771', '李序友', 'AD484RH'); INSERT INTO `historical_database` VALUES ('1916804896417615874', 'lixuyou', '2025-04-28 18:41:14', 'lixuyou', '2025-04-29 16:10:10', null, '放大器', '紧密运算放大器', '航天771', '航天771', '2024.4.30-2024.6.6', '外协', '刘海涛', '1', '64', '/oss/physical/temp/KC-2024-SB-H771-55_1745836858826.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836872406.rar,/oss/physical/temp/KC-2024-SB-H771-55_1745836872048.pdf', '航天771', '李序友', 'F108A'); INSERT INTO `historical_database` VALUES ('1916805314371620865', 'lixuyou', '2025-04-28 18:42:54', 'lixuyou', '2025-04-29 16:10:16', null, '放大器', '超低失调电压运算放大器', '航天771', '航天771', '2024.5.16-2024.6.6', '外协', '刘海涛', '1', '144', '/oss/physical/temp/KC-2024-JL-081_1745836962777.rar,/oss/physical/temp/KC-2024-SB-H771-54_1745836962500.pdf,/oss/physical/temp/KC-2024-SB-H771-54_1745836972128.xlsx', '航天771', '李序友', 'OPO7A'); INSERT INTO `historical_database` VALUES ('1916805640654917633', 'lixuyou', '2025-04-28 18:44:12', 'lixuyou', '2025-04-29 16:10:22', null, '放大器', '加固单电源双运算放大器', '航天771', '航天771', '2024.4.30-2024.6.6', '外协', '刘海涛', '1', '228', '/oss/physical/temp/KC-2024-JL-081_1745837049527.rar,/oss/physical/temp/KC-2024-SB-H771-53_1745837049175.pdf,/oss/physical/temp/KC-2024-SB-H771-53_1745837073292.xlsx', '航天771', '李序友', 'F158A'); INSERT INTO `historical_database` VALUES ('1916806022898618370', 'chenwenzhuo', '2025-04-28 18:45:43', 'lixuyou', '2025-04-29 16:10:27', null, '电源变换器', 'LDCD/(20-50)-5-25F/SP型抗辐照DC/DC变换器', '航天771', '航天771', '2022.04.28~2022.05.18', '外协', '阚永葭', '4', '108', '/oss/physical/temp/KC-2002-SB-H771-87_1745837136057.xlsx,/oss/physical/temp/771大纲3_1745837139206.zip', '阚永葭', '陈文卓', 'LDCD/(20-50)-5-25F/SP型抗辐照DC/DC变换器'); INSERT INTO `historical_database` VALUES ('1916806071892283394', 'lixuyou', '2025-04-28 18:45:55', 'lixuyou', '2025-04-29 16:10:36', null, '放大器', '低功耗运算放大器', '航天771', '航天771', '2024.6.6-2024.07.09', '外协', '刘海涛', '1', '4', '/oss/physical/temp/KC-2024-JL-081_1745837153179.rar,/oss/physical/temp/KC-2024-SB-H771-52_1745837152942.pdf,/oss/physical/temp/KC-2024-SB-H771-52_1745837176503.xlsx', '航天771', '李序友', 'LF124A'); INSERT INTO `historical_database` VALUES ('1916806708004622338', 'lixuyou', '2025-04-28 18:48:26', 'lixuyou', '2025-04-29 16:10:51', null, '电源变换器', '抗辐照DCDC', '航天771', '航天771', '2024.05.23-2024.06.14', '外协', '刘海涛', '1', '112', '/oss/physical/temp/KC-2024-SB-H771-51_1745837293441.xlsx,/oss/physical/temp/KC-2024-JL-081_1745837304994.rar,/oss/physical/temp/KC-2024-SB-H771-51_1745837304661.pdf', '航天771', '李序友', 'LDCD/(20-50)-12-30F/D1'); INSERT INTO `historical_database` VALUES ('1916807255663284226', 'lixuyou', '2025-04-28 18:50:37', 'lixuyou', '2025-04-29 16:11:33', null, '电源变换器', '抗辐照DCDC', '航天771', '航天771', '2024.05.23-2024.06.14', '外协', '刘海涛', '2', '108', '/oss/physical/temp/KC-2024-JL-081_1745837428878.rar,/oss/physical/temp/KC-2024-SB-H771-50_1745837428510.pdf,/oss/physical/temp/KC-2024-SB-H771-50-2_1745837428549.pdf,/oss/physical/temp/KC-2024-SB-H771-50_1745837435336.xlsx', '航天771', '李序友', 'LDCD/(20-50)12-15F/D1'); INSERT INTO `historical_database` VALUES ('1916807359728160769', 'dushuaibin', '2025-04-28 18:51:02', 'dushuaibin', '2025-04-28 18:57:09', null, '光电子器件', 'KC-2024-JL-146', 'XX', 'XX', 'XX', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-146_1745837460503.pdf', 'XX', '杜帅彬', '532nm,LPS-675-FC'); INSERT INTO `historical_database` VALUES ('1916809443324170242', 'dushuaibin', '2025-04-28 18:59:19', null, null, null, '敏感元器件和传感器', 'KC-2024-JL-144', 'XX', 'XX', 'XX', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-144_1745837945474.pdf', 'XX', '杜帅彬', '中能粒子探头,高能粒子探头,高能质子探测仪,高能电子探测仪'); INSERT INTO `historical_database` VALUES ('1916809551688208386', 'mayinjie', '2025-04-28 18:59:44', 'mayinjie', '2025-04-28 19:07:48', null, '光电子器件', '电光调制器', '中国电科44所', '中国电子科技集团公司第四十四研究王金鹏所', '2024.11.25', '外协', '王金鹏', null, null, '/oss/physical/temp/KC-2024-JL-193_1745838458554.pdf', null, '马崟洁', 'GC15MZPB8514H型'); INSERT INTO `historical_database` VALUES ('1916813916121567234', 'mayinjie', '2025-04-28 19:17:05', null, null, null, '太阳能电力系统', '太阳电池', '上海空间电源研究所', 'xx', '2024.7.23-2024.7.25', '外协', '于钢', null, null, '/oss/physical/temp/KC-2024-JL-127_1745839021056.pdf', null, '马崟洁', 'xx'); INSERT INTO `historical_database` VALUES ('1916814159168901121', 'luoyongheng', '2025-04-28 19:18:03', 'luoyongheng', '2025-04-28 19:22:16', null, '继电器', 'KC-2024-JL-135', '航天八院808所', 'IR', '2024.8.22-2024.8.22', '外协', '王金鹏', '0', '0', '/oss/physical/temp/KC-2024-JL-135_1745839072743.pdf', null, '罗永恒', 'RDHA701FP10A8CK'); INSERT INTO `historical_database` VALUES ('1916814506792816641', 'dushuaibin', '2025-04-28 19:19:26', null, null, null, '开关,数字集成电路,CMOS', 'KC-2024-JL-106', 'XX', 'XX', 'XX', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-106_1745839160677.pdf', 'XX', '杜帅彬', 'HI4-546/883,SM48LC32M16,46TR16256A-85120AL,46DR81280B-16640B,MT41K256M16TW-107,V58C2G01164SCI5I,GMAX3265,GSPRINT4521'); INSERT INTO `historical_database` VALUES ('1916815724957110273', 'huangkan', '2025-04-28 19:24:16', 'huangkan', '2025-04-28 19:26:36', null, '晶体管', '硅NPN高频小功率开关晶体管', '济南市半导体元件实验所', '济南市半导体元件实验所', '2023.10.25-2023.12.13', '外协', '刘默寒', '4', '60', '/oss/physical/temp/3DK2222电离总剂量效应_1745839451564.xlsx,/oss/physical/temp/20231025济南半导体-安兆嵬-刘默寒-KC-2023-JL-101_1745839451563.zip,/oss/physical/temp/KC-2023-JL-101_1745839451606.pdf', null, '黄侃', '3DK2222'); INSERT INTO `historical_database` VALUES ('1916815944927383553', 'mayinjie', '2025-04-28 19:25:09', null, null, null, '电源变换器', '抗辐射DC/DC电源', '浙江航芯源集成电路科技有限公司', 'xx', '2024.11.28-2024.11.28', '外协', '王金鹏', null, null, '/oss/physical/temp/KC-2024-JL-196_1745839506160.pdf', null, '马崟洁', 'MS1230RH型'); INSERT INTO `historical_database` VALUES ('1916816246208434177', 'huangkan', '2025-04-28 19:26:20', null, null, null, '晶体管', '硅PNP高频小功率晶体管', '济南市半导体元件实验所', '济南市半导体元件实验所', '2023.10.25-2023.12.13', '外协', '刘默寒', '4', '60', '/oss/physical/temp/3CG36367UB电离总剂量效应_1745839576421.xlsx,/oss/physical/temp/20231025济南半导体-安兆嵬-刘默寒-KC-2023-JL-101_1745839576437.zip,/oss/physical/temp/KC-2023-JL-101_1745839576465.pdf', null, '黄侃', '3CG36367UB'); INSERT INTO `historical_database` VALUES ('1916817733508632578', 'luoyongheng', '2025-04-28 19:32:15', null, null, null, '放大器', 'KC-2023-JL-41', '771所新集成电路事业部', '航天771所', '2023.4.25-2023.6.12', '外协', '张巍', null, null, '/oss/physical/temp/KC-2023-JL-41_1745839910777.pdf', null, '罗永恒', 'LF249ARH, LF484BRFC'); INSERT INTO `historical_database` VALUES ('1916817828757082113', 'mayinjie', '2025-04-28 19:32:38', 'mayinjie', '2025-04-30 12:07:58', null, '集成电路', '2×2光开关组件', '中国电子科技集团公司第二十九所', '中航光电科技股份有限公司', '2023.9.27-2023.11.28', '外协', '张天成', null, null, '/oss/physical/temp/KC-2023-JL-088_1745986077680.pdf', '', '马崟洁', 'OEG16-S02-01'); INSERT INTO `historical_database` VALUES ('1916817845618184193', 'dushuaibin', '2025-04-28 19:32:42', null, null, null, '电源变换器,保险丝,晶体管', 'KC-2024-JL-129', 'XX', 'XX', 'XX', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-129_1745839288097.pdf', 'XX', '杜帅彬', '电源模块,EFUSE,DRMOS'); INSERT INTO `historical_database` VALUES ('1916818579994677249', 'dushuaibin', '2025-04-28 19:35:37', null, null, null, '敏感元器件和传感器', 'KC-2024-JL-110', 'XX', 'XX', 'XX', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2024-JL-110_1745840122130.pdf', 'XX', '杜帅彬', '气体电离室探测器'); INSERT INTO `historical_database` VALUES ('1916821121872924673', 'mayinjie', '2025-04-28 19:45:43', 'mayinjie', '2025-04-30 12:11:54', null, '集成电路', 'A/D转换器', '中电24所', 'xx', '2023.11.7-2024.1.4', '外协', '刘海涛', null, null, '/oss/physical/temp/KC-2023-JL-113_1745840742076.pdf', '', '马崟洁', 'SAD12AQ600MGRH型'); INSERT INTO `historical_database` VALUES ('1916822230486192129', 'mayinjie', '2025-04-28 19:50:07', null, null, null, '集成电路', '芯片', '中国科学院国家空间科学中心', 'xx', '2024.12.17-2024.12.18', '外协', '王金鹏', null, null, '/oss/physical/temp/KC-2024-JL-207_1745841006584.pdf', null, null, 'QRNG'); INSERT INTO `historical_database` VALUES ('1916822284219420674', 'dushuaibin', '2025-04-28 19:50:20', null, null, null, '专用集成电路,放大器', 'KC-2022-JL-090', 'XX', 'XX', 'XX', 'XX', 'XX', '0', '0', '/oss/physical/temp/KC-2022-JL-090_1745840787194.pdf', 'XX', '杜帅彬', 'SMC039,HMSK4322HD-CH'); INSERT INTO `historical_database` VALUES ('1916823320862625794', 'mayinjie', '2025-04-28 19:54:27', null, null, null, '光电子器件', '太阳电池', '南昌凯讯光电股份有限公司', 'xx', '2024.10.22-2024.10.23', '外协', '于钢', null, null, '/oss/physical/temp/KC-2024-JL-175_1745841266926.pdf', null, '马崟洁', '三结砷化镓太阳电池'); INSERT INTO `historical_database` VALUES ('1916826485175586817', 'mayinjie', '2025-04-28 20:07:02', 'mayinjie', '2025-04-30 11:45:58', null, '晶体管', '抗辐射场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022.3.11-2022.4.22', '外协', '张兴尧', null, null, '/oss/physical/temp/KC-2022-JL-020_1745842021176.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220310_1745917808732.rar,/oss/physical/temp/KC2022JL020_1745984690118.xlsx', null, '马崟洁', 'JHCS10P11NJR'); INSERT INTO `historical_database` VALUES ('1916828331726311426', 'mayinjie', '2025-04-28 20:14:22', 'mayinjie', '2025-04-30 11:38:09', null, '其他混合集成电路', 'DC变换器', '上海航天技术基础研究所', '中电24所', '2024.6.20-2024.8.21', '外协', '孙梦君', null, null, '/oss/physical/temp/KC-2024-JL-097_1745842460965.pdf,/oss/physical/temp/80820240620_1745917882911.rar,/oss/physical/temp/KC2022JL097_1745984287773.xlsx', null, '马崟洁', 'SWH(20-500-9R5-110H/SP型'); INSERT INTO `historical_database` VALUES ('1916829560573497346', 'mayinjie', '2025-04-28 20:19:15', 'mayinjie', '2025-04-30 11:40:18', null, '光电子器件', '光电耦合器', '锦州辽晶电子科技有限公司', 'XXX', '2022.4.29-2022.6.20', '外协', '荀明珠', null, null, '/oss/physical/temp/KC-2022-JL-045_1745842753205.pdf,/oss/physical/temp/4所-20220429_1745917673813.rar,/oss/physical/temp/KC2022JL045_1745984409438.xlsx', null, '马崟洁', 'LJGH281-1S'); INSERT INTO `historical_database` VALUES ('1916850443769843713', 'luoyongheng', '2025-04-28 21:42:14', null, null, null, '太阳能电力系统', 'KC-2023-JL-132', '上海空间电源研究所', '上海空间电源研究所', '2023.11.28-2023.11.28', '外协', '于钢', '0', '0', '/oss/physical/temp/KC-2024-JL-132_1745847731981.pdf', '无', '罗永恒', '3T30E, 3BT77ES, 3BT10DGS, 4BT24DG102'); INSERT INTO `historical_database` VALUES ('1916852542561816578', 'luoyongheng', '2025-04-28 21:50:34', null, null, null, 'A/D转换器,其他混合集成电路', 'KC-2024-JL-169', '重庆吉芯科技有限公司', '重庆吉芯科技有限公司', '2024.9.29-2024.9.29', '外协', '陈亚文', '0', '0', '/oss/physical/temp/KC-2024-JL-196_1745848133349.pdf', '无', '罗永恒', 'SAD922EMC, SAD9245MQRH_ZZ'); INSERT INTO `historical_database` VALUES ('1916854410566406146', 'luoyongheng', '2025-04-28 21:58:00', null, null, null, '互补开关驱动器,线性稳压器', 'KC-2023-JL-006', '中电24所二部', '中国电子科技集团第二十四研究所', '2026.1.10-2023.3.4', '外协', '张巍', '0', '0', '/oss/physical/temp/KC-2023-JL-006_1745848454499.pdf', '无', '罗永恒', 'SW4913MCRH, SW1715MFRH'); INSERT INTO `historical_database` VALUES ('1916856922669289474', 'luoyongheng', '2025-04-28 22:07:59', null, null, null, '电源变换器, SOC,其他混合电路', 'KC-2023-JL-108', '中核105所', 'TI, ST, AMD, 镁光 , Basler', '2023.11.2-2023.11.5', '外协', '张巍', '0', '0', '/oss/physical/temp/KC-2024-JL-108_1745848869621.pdf', '无', '罗永恒', 'TLM13630, TMP235, STM32F429, XC7Z010, DRV8359, SN65HVD75, SN65HVD232, MT25QL512, ADS1204'); INSERT INTO `historical_database` VALUES ('1916860171195486210', 'luoyongheng', '2025-04-28 22:20:53', 'luoyongheng', '2025-04-29 18:02:08', null, '放大器', 'GaN功率放大器', '河北北芯半导体科技有限公司', '河北北芯半导体科技有限公司', '2024.7.10-2024.7.11', '外协', '孙梦君', '18', '18', '/oss/physical/temp/data_1745920907659.xlsx,/oss/physical/temp/20240710_1745920914726.zip,/oss/physical/temp/KC-2024-JL-108_1745920923882.pdf', '孙梦君', '罗永恒', 'NC116258C-812P25-14S'); INSERT INTO `historical_database` VALUES ('1916862237276082177', 'liujunling', '2025-04-28 22:29:06', 'liujunling', '2025-04-28 22:58:56', null, '晶体管', '半导体分立器件', '航天771所', '771所', '2023.3.23', '外协', '张天诚', '2', '720', '/oss/physical/temp/KC-2023-SB-H771-31_1745850010641.pdf,/oss/physical/temp/KC-2023-SB-H771-31测试数据_1745850014520.pdf,/oss/physical/temp/KC-2023-SB-H771-31_1745851591024.xlsx', '771所', '刘俊灵', 'L2N2907AUB'); INSERT INTO `historical_database` VALUES ('1916862351759609857', 'luoyongheng', '2025-04-28 22:29:33', 'luoyongheng', '2025-04-29 17:37:54', null, '敏感元器件', '陶瓷片,铜膜,电阻器', '中物院八所七部', '中国工程院物理研究院激光聚变研究中心', '2024.7.23-2024.7.25', '外协', '孙梦君', '1', '1', '/oss/physical/temp/KC-2024-JL-118_1745850568792.pdf', '孙梦君', '罗永恒', '无'); INSERT INTO `historical_database` VALUES ('1916864516637036545', 'luoyongheng', '2025-04-28 22:38:09', 'luoyongheng', '2025-04-29 17:39:16', null, '晶体管,数字集成电路', 'MOS管和SRAM电路', '西安电子科技大学', '西安电子科技大学', '2024.8.14-2024.8.22', '外协', '刘默寒', '408', '408', '/oss/physical/temp/KC-2023-JL-132_1745851014991.pdf,/oss/physical/temp/20240813_xidian_lmh_1745851134301.zip,/oss/physical/temp/data2_1745897799907.xlsx', '刘默寒', '罗永恒', 'QCFP5-6'); INSERT INTO `historical_database` VALUES ('1916866111504355329', 'liujunling', '2025-04-28 22:44:29', 'liujunling', '2025-04-28 23:08:18', null, '其他混合集成电路', '混合集成电路', '771所', '771所', '2023.3.23', '外协', '张天诚', '1', '24', '/oss/physical/temp/KC-2023-SB-H771-32_1745850743669.pdf,/oss/physical/temp/KC-2023-SB-H771-32测试数据_1745850755187.pdf,/oss/physical/temp/KC-2023-SB-H771-32_1745851456741.xlsx', '771所', '刘俊灵', 'LB8169T'); INSERT INTO `historical_database` VALUES ('1916866291595186178', 'luoyongheng', '2025-04-28 22:45:12', 'luoyongheng', '2025-04-29 17:39:26', null, '晶体管', '高频小功率开关晶体管', '济南半导体元件实验所', '济南半导体元件实验所', '2024.6.12-2024.8.5', '外协', '刘默寒', '432', '432', '/oss/physical/temp/20240612济南半导体-安兆嵬-刘默寒_1745851491070.zip,/oss/physical/temp/KC-2024-JL-092_1745851501806.pdf,/oss/physical/temp/data3_1745898777044.xlsx', '刘默寒', '罗永恒', '3DK2222A'); INSERT INTO `historical_database` VALUES ('1916869545502674946', 'liujunling', '2025-04-28 22:58:08', 'liujunling', '2025-04-28 23:08:07', null, '其他混合集成电路', '混合集成电路', '771所', '771所', '2023.3.23', '外协', '张天诚', '1', '32', '/oss/physical/temp/KC-2023-SB-H771-33_1745852260896.pdf,/oss/physical/temp/KC-2023-SB-H771-33测试数据_1745852263868.pdf,/oss/physical/temp/KC-2023-SB-H771-33_1745852274961.xlsx', '771所', '刘俊灵', 'LB8169'); INSERT INTO `historical_database` VALUES ('1916872017474457602', 'liujunling', '2025-04-28 23:07:57', 'liujunling', '2025-04-28 23:17:11', null, '模拟集成电路', '运算放大器', '771所', '771所', '2023.3.9-2023.3.22', '外协', '张天诚', '1', '48', '/oss/physical/temp/KC-2023-SB-H771-34_1745852874745.pdf,/oss/physical/temp/KC-2023-SB-H771-34测试数据_1745852874787.pdf,/oss/physical/temp/KC-2023-SB-H771-34_1745853429624.xlsx', '771所', '刘俊灵', 'LF124A'); INSERT INTO `historical_database` VALUES ('1916873640808517634', 'liujunling', '2025-04-28 23:14:24', 'liujunling', '2025-04-28 23:16:29', null, '模拟集成电路', '运算放大器', '771所', '771所', '2023.3.9-2023.3.22', '外协', '张天诚', '1', '16', '/oss/physical/temp/KC-2023-SB-H771-35_1745853386930.pdf,/oss/physical/temp/KC-2023-SB-H771-35_1745853386831.xlsx,/oss/physical/temp/KC-2023-SB-H771-35测试数据_1745853386948.pdf', '771所', '刘俊灵', 'LF124A'); INSERT INTO `historical_database` VALUES ('1917042919180832770', 'zhangchenyu', '2025-04-29 10:27:04', 'zhangchenyu', '2025-04-29 15:39:01', null, '太阳能电池', 'KC-2024-JL-164', '上海空间电源研究所/空间物理电源工程部', '上海空间电源研究所/空间物理电源工程部', '2024.8.26', '外协', '王金鹏', '0', '0', '/oss/physical/temp/KC-2024-JL-164_1745912337470.pdf', '空间电源研究所/空间物理电源工程部', '张晨宇', '三结砷化镓太阳能电池'); INSERT INTO `historical_database` VALUES ('1917043025737125889', 'liujunling', '2025-04-29 10:27:29', 'liujunling', '2025-04-29 10:32:06', null, '其他混合集成电路', '状态标志电路', '771所', '771所', '2023.3.3', '外协', '张天诚', '1', '15', '/oss/physical/temp/KC-2023-SB-H771-36_1745893645720.pdf,/oss/physical/temp/KC-2023-SB-H771-36测试数据_1745893645662.pdf,/oss/physical/temp/KC-2023-SB-H771-36_1745893924575.xlsx', '771所', '刘俊灵', 'LZ01'); INSERT INTO `historical_database` VALUES ('1917045127167315969', 'liujunling', '2025-04-29 10:35:50', null, null, null, '模拟集成电路', '低噪声、精密运算放大器', '771所', '771所', '2023.3.9-2023.3.22', '外协', '张天诚', '1', '30', '/oss/physical/temp/KC-2023-SB-H771-37_1745894148048.pdf,/oss/physical/temp/KC-2023-SB-H771-37_1745894147956.xlsx,/oss/physical/temp/KC-2023-SB-H771-37测试数据_1745894147997.pdf', '771所', '刘俊灵', 'OP27A'); INSERT INTO `historical_database` VALUES ('1917046756998352898', 'liujunling', '2025-04-29 10:42:19', null, null, null, '模拟集成电路', 'FOP307高精度运算放大器', '771所', '771所', '2023.3.20', '外协', '张天诚', '2', '64', '/oss/physical/temp/KC-2023-SB-H771-38_1745894535151.pdf,/oss/physical/temp/KC-2023-SB-H771-38_1745894535055.xlsx,/oss/physical/temp/KC-2023-SB-H771-38测试数据_1745894535098.pdf', '771所', '刘俊灵', 'OP07'); INSERT INTO `historical_database` VALUES ('1917047266287521793', 'zhangchenyu', '2025-04-29 10:44:20', 'zhangchenyu', '2025-04-29 15:37:23', null, '其他电气和电子元器件', 'KC-2024-JL-170', '中国科学院国家空间科学中心', '中国科学院国家空间科学中心', '2024.9.24', '外协', '王金鹏', '0', '0', '/oss/physical/temp/KC-2024-JL-170_1745912235739.pdf', '中国科学院国家空间科学中心', '张晨宇', 'DRV8871、INA168TPS2421、TMC5130'); INSERT INTO `historical_database` VALUES ('1917047358486712321', 'chenwenzhuo', '2025-04-29 10:44:42', 'chenwenzhuo', '2025-04-29 10:45:42', null, '电源转换器', 'LW5230-1.8线性稳压器', '航天771所', '航天771所', '2022.05.12~2022.05.18', '外协', '阚永葭', '4', '4', '/oss/physical/temp/771大纲3_1745894674721.zip,/oss/physical/temp/771原始数据1_1745894678713.zip,/oss/physical/temp/KC-2002-SB-H771-70_1745894680965.xlsx', null, '陈文卓', 'LW5230-1.8线性稳压器'); INSERT INTO `historical_database` VALUES ('1917047917469995009', 'chenwenzhuo', '2025-04-29 10:46:55', 'chenwenzhuo', '2025-04-29 10:47:53', null, '电源转换器', 'LW5230-3.3线性稳压器', '航天771所', '航天771所', '2022.05.12~2022.05.18', '外协', '阚永葭', '4', '4', '/oss/physical/temp/771大纲3_1745894822041.zip,/oss/physical/temp/KC-2002-SB-H771-71_1745894871626.xlsx', null, '陈文卓', 'LW5230-3.3线性稳压器'); INSERT INTO `historical_database` VALUES ('1917048264699645954', 'liujunling', '2025-04-29 10:48:18', null, null, null, '模拟集成电路', '低功耗低失调四电压比较器', '771所', '771所', '2023.3.9-2023.3.22', '外协', '张天诚', '2', '48', '/oss/physical/temp/KC-2023-SB-H771-46_1745894895491.pdf,/oss/physical/temp/KC-2023-SB-H771-46_1745894895321.xlsx,/oss/physical/temp/KC-2023-SB-H771-46测试数据_1745894895464.pdf', '771所', '刘俊灵', 'JF139'); INSERT INTO `historical_database` VALUES ('1917049436189724673', 'zhangchenyu', '2025-04-29 10:52:57', 'zhangchenyu', '2025-04-29 15:35:16', null, '光电子器件', 'KC-2024-JL-186', '中电44所', '中电44所', '2024.11.6', '外协', '王金鹏', '0', '0', '/oss/physical/temp/KC-2024-JL-186_1745912114851.pdf', '中电44所', '张晨宇', 'GD5280J、GL2110-01'); INSERT INTO `historical_database` VALUES ('1917049777450881026', 'liujunling', '2025-04-29 10:54:19', null, null, null, '模拟集成电路', '低功耗低失调四电压比较器', '771所', '771所', '2023.3.9-2023.3.22', '外协', '张天诚', '2', '48', '/oss/physical/temp/KC-2023-SB-H771-47_1745895256436.pdf,/oss/physical/temp/KC-2023-SB-H771-47_1745895256424.xlsx,/oss/physical/temp/KC-2023-SB-H771-47测试数据_1745895256431.pdf', '771所', '刘俊灵', 'JF139'); INSERT INTO `historical_database` VALUES ('1917050490541281282', 'chenwenzhuo', '2025-04-29 10:57:09', null, null, null, '电源转换器', 'LW4913型可调正电源稳压器', '航天771所', '航天771所', '2022.04.26', '外协', '阚永葭', '5', '5', '/oss/physical/temp/771大纲3_1745895421711.zip,/oss/physical/temp/771原始数据1_1745895425667.zip,/oss/physical/temp/KC-2002-SB-H771-72_1745895427826.xlsx', null, '陈文卓', 'LW4913型可调正电源稳压器'); INSERT INTO `historical_database` VALUES ('1917051677755805698', 'liujunling', '2025-04-29 11:01:52', null, null, null, '模拟集成电路', '低功耗低失调四电压比较器', '771所', '771所', '2023.3.9-2023.3.22', '外协', '张天诚', '2', '48', '/oss/physical/temp/KC-2023-SB-H771-48_1745895710160.pdf,/oss/physical/temp/KC-2023-SB-H771-48_1745895710057.xlsx,/oss/physical/temp/KC-2023-SB-H771-48测试数据_1745895710191.pdf', '771所', '刘俊灵', 'JF139'); INSERT INTO `historical_database` VALUES ('1917052381266415618', 'zhangchenyu', '2025-04-29 11:04:39', 'zhangchenyu', '2025-04-29 15:33:55', null, '其他电气和电子元器件', 'KC-2023-JL-72', '南京航空航天大学结构强度所', '南京航空航天大学结构强度所', '2023.8.1', '外协', '于钢', '0', '0', '/oss/physical/temp/KC-2023-JL-72_1745912025926.pdf', '南京航空航天大学结构强度所', '张晨宇', '外延片、PDMS、硅橡胶、压电陶瓷'); INSERT INTO `historical_database` VALUES ('1917054349594562562', 'liujunling', '2025-04-29 11:12:29', null, null, null, '模拟集成电路', '超低失调电压运算放大器', '771所', '771所', '2023.3.9-2023.3.22', '外协', '张天诚', '1', '72', '/oss/physical/temp/KC-2023-SB-H771-49_1745896346628.pdf,/oss/physical/temp/KC-2023-SB-H771-49_1745896346526.xlsx,/oss/physical/temp/KC-2023-SB-H771-49测试数据_1745896346577.pdf', '771所', '刘俊灵', 'OP07A'); INSERT INTO `historical_database` VALUES ('1917056134438686722', 'zhangchenyu', '2025-04-29 11:19:34', 'zhangchenyu', '2025-04-29 16:51:11', null, '晶体管', '晶体管', '西安电子科技大学', '西安电子科技大学', '2023.12.4-2023.12.15', '外协', '于钢', '18', '274', '/oss/physical/temp/KC-2023-JL-134_1745913951729.rar,/oss/physical/temp/KC-2023-JL-134_1745916666677.xlsx', '西安电子科技大学', '张晨宇', '5VMOSFET、NLDMOS、INV'); INSERT INTO `historical_database` VALUES ('1917056162246922242', 'liujunling', '2025-04-29 11:19:41', null, null, null, '晶体管', '半导体分立器件', '771所', '771所', '2023.3.20', '外协', '张天诚', '2', '220', '/oss/physical/temp/KC-2023-SB-H771-50_1745896779080.pdf,/oss/physical/temp/KC-2023-SB-H771-50_1745896778979.xlsx,/oss/physical/temp/KC-2023-SB-H771-50测试数据_1745896779062.pdf', '771所', '刘俊灵', 'LCS7422U1RH'); INSERT INTO `historical_database` VALUES ('1917056354249576450', 'xieyongzhi', '2025-04-29 11:20:27', 'xieyongzhi', '2025-04-29 17:16:03', null, '半导体集成电路', 'R/D转换器', '中电43所', '中电43所', '2022.04.21', '外协', '崔益豪', '1', '1', '/oss/physical/temp/KC-2022-JL-03801_1745918160751.pdf', '中电43所', '谢永智', 'CC2S80AMJ-RH'); INSERT INTO `historical_database` VALUES ('1917057661358280706', 'liujunling', '2025-04-29 11:25:38', null, null, null, '晶体管', '半导体分立器件', '771所', '771所', '2023.3.20', '外协', '张天诚', '2', '220', '/oss/physical/temp/KC-2023-SB-H771-51_1745897136813.pdf,/oss/physical/temp/KC-2023-SB-H771-51_1745897136665.xlsx,/oss/physical/temp/KC-2023-SB-H771-51测试数据_1745897136761.pdf', '771所', '刘俊灵', 'LCS7591U3RH'); INSERT INTO `historical_database` VALUES ('1917057780476514306', 'zhangchenyu', '2025-04-29 11:26:07', 'zhangchenyu', '2025-04-29 15:30:11', null, '模拟集成电路', 'KC-2024-JL-001', '中国航天科技集团公司第五研究院', '南京新捷中旭微电子有限公司', '2023.12.28', '外协', '陈亚文', '0', '0', '/oss/physical/temp/KC-2024-JL-001_1745911798004.pdf', '中国航天科技集团公司第五研究院', '张晨宇', 'CS3075、CS3275'); INSERT INTO `historical_database` VALUES ('1917059120837660674', 'liujunling', '2025-04-29 11:31:26', null, null, null, '晶体管', '半导体分立器件', '771所', '771所', '2023.3.21', '外协', '张天诚', '2', '220', '/oss/physical/temp/KC-2023-SB-H771-52_1745897484582.pdf,/oss/physical/temp/KC-2023-SB-H771-52_1745897484474.xlsx,/oss/physical/temp/KC-2023-SB-H771-52测试数据_1745897484565.pdf', '771所', '刘俊灵', 'LCS7469T1RH'); INSERT INTO `historical_database` VALUES ('1917059258305974274', 'xieyongzhi', '2025-04-29 11:31:59', 'xieyongzhi', '2025-04-29 17:37:42', null, '模拟集成电路', '模拟开关电路', '771所', '771所', '2022.03.16', '外协', '任李贤', '4', '4', '/oss/physical/temp/KC-2022-JL-02101_1745919457489.pdf', '771所', '谢永智', 'SGM3001,TPW3111,L580,AER0SEMI'); INSERT INTO `historical_database` VALUES ('1917060320496685058', 'lixuyou', '2025-04-29 11:36:12', 'lixuyou', '2025-04-29 16:16:32', null, '电源变换器', '抗辐照DCDC', '航天771', '航天771', '2024.05.23-2024.06.14', '外协', '刘海涛', '2', '104', '/oss/physical/temp/KC-2024-SB-H771-49_1745897755895.xlsx,/oss/physical/temp/KC-2024-JL-081_1745897770357.rar,/oss/physical/temp/KC-2024-SB-H771-49_1745897769363.pdf,/oss/physical/temp/KC-2024-SB-H771-49-2_1745897769387.pdf', '航天771', '李序友', 'LDCD/(20-50)-5F/D1'); INSERT INTO `historical_database` VALUES ('1917061656088907778', 'lixuyou', '2025-04-29 11:41:31', 'lixuyou', '2025-04-29 16:15:51', null, '电源变换器', '抗辐照DCDC', '航天771', '航天771', '2024.05.23-2024.06.14', '外协', '刘海涛', '1', '72', '/oss/physical/temp/KC-2024-JL-081_1745898081418.rar,/oss/physical/temp/KC-2024-SB-H771-48_1745898081066.pdf,/oss/physical/temp/KC-2024-SB-H771-48_1745898089055.xlsx', '航天771', '李序友', 'LDCD/(20-50)-3R3-20F/SP'); INSERT INTO `historical_database` VALUES ('1917062072977559553', 'lixuyou', '2025-04-29 11:43:10', 'lixuyou', '2025-04-29 16:15:21', null, '电源变换器', '抗辐照DCDC', '航天771', '航天771', '2024.05.23-2024.06.14', '外协', '刘海涛', '2', '104', '/oss/physical/temp/KC-2024-SB-H771-47_1745898175360.xlsx,/oss/physical/temp/KC-2024-JL-081_1745898187929.rar,/oss/physical/temp/KC-2024-SB-H771-47_1745898187544.pdf,/oss/physical/temp/KC-2024-SB-H771-47-2_1745898187559.pdf', '航天771', '李序友', 'LDCD/(20-50)-5-12F/D1'); INSERT INTO `historical_database` VALUES ('1917062258441293825', 'zhangchenyu', '2025-04-29 11:43:54', 'zhangchenyu', '2025-04-29 17:37:12', null, '模拟集成电路', 'KC-2024-JL-068', '771所', '771所', '2024.5.16', '外协', '陈亚文', '0', '0', '/oss/physical/temp/KC-2024-JL-068_1745919429793.rar', '771所', '张晨宇', 'HWD29GL01G99SOP56E'); INSERT INTO `historical_database` VALUES ('1917062491778813954', 'lixuyou', '2025-04-29 11:44:50', 'lixuyou', '2025-04-29 15:57:28', null, '电源变换器', '抗辐射DCDC', '航天771', '航天771', '2024.05.23-2024.06.14', '外协', '刘海涛', '1', '52', '/oss/physical/temp/KC-2024-JL-081_1745898284611.rar,/oss/physical/temp/KC-2024-SB-H771-46_1745898284080.pdf,/oss/physical/temp/KC-2024-SB-H771-46_1745898288437.xlsx', '航天771', '李序友', 'LDCD/(20-50)-5R-15F/SP'); INSERT INTO `historical_database` VALUES ('1917063748706865153', 'lixuyou', '2025-04-29 11:49:50', 'lixuyou', '2025-04-29 15:57:06', null, '电源变换器', '抗辐照DCDC', '航天771', '航天771', '2024.05.23-2024.06.14', '外协', '刘海涛', '1', '88', '/oss/physical/temp/KC-2024-SB-H771-45_1745898578410.xlsx,/oss/physical/temp/KC-2024-JL-081_1745898587824.rar,/oss/physical/temp/KC-2024-SB-H771-45_1745898587474.pdf', '航天771', '李序友', 'LDC/(20-50)-5-1.5/SP'); INSERT INTO `historical_database` VALUES ('1917064076990844930', 'lixuyou', '2025-04-29 11:51:08', 'lixuyou', '2025-04-29 15:56:29', null, '电源变换器', '抗辐照DCDC', '航天771', '航天771', '2024.05.23-2024.06.14', '外协', '刘海涛', '1', '40', '/oss/physical/temp/KC-2024-JL-081_1745898661652.rar,/oss/physical/temp/KC-2024-SB-H771-44_1745898661126.pdf,/oss/physical/temp/KC-2024-SB-H771-44_1745898666330.xlsx', '航天771', '李序友', 'LDCD/100-5R-40/SP'); INSERT INTO `historical_database` VALUES ('1917064488821166081', 'lixuyou', '2025-04-29 11:52:46', 'lixuyou', '2025-04-29 15:52:09', null, '电源变换器', '抗辐照DCDC', '航天771', '航天771', '2024.05.23-2024.06.14', '外协', '刘海涛', '1', '28', '/oss/physical/temp/KC-2024-SB-H771-43_1745898736945.xlsx,/oss/physical/temp/KC-2024-SB-H771-43_1745898745271.pdf,/oss/physical/temp/KC-2024-JL-081_1745898750553.rar', '航天771', '李序友', 'LDCD/100-7-14/SP'); INSERT INTO `historical_database` VALUES ('1917064825023991809', 'lixuyou', '2025-04-29 11:54:06', 'lixuyou', '2025-04-29 15:51:39', null, '电源变换器', '抗辐照DCDC', '航天771', '航天771', '2024.05.23-2024.06.14', '外协', '刘海涛', '1', '72', '/oss/physical/temp/KC-2024-JL-081_1745898839113.rar,/oss/physical/temp/KC-2024-SB-H771-42_1745898838484.pdf,/oss/physical/temp/KC-2024-SB-H771-42_1745898844597.xlsx', '航天771', '李序友', 'LDCD/(20-50)-5-25F/SP'); INSERT INTO `historical_database` VALUES ('1917064873736638465', 'zhangchenyu', '2025-04-29 11:54:18', 'zhangchenyu', '2025-04-29 17:04:22', null, '晶体管', 'VESOI', '中国科学院上海微系统与信息技术研究所', '中国科学院上海微系统与信息技术研究所', '2023.8.1', '外协', '刘默寒', '6', '6', '/oss/physical/temp/KC-2023-JL-071-8_1745911084091.rar,/oss/physical/temp/KC-2023-JL-071_1745917460449.xlsx', '中国科学院上海微系统与信息技术研究所', '张晨宇', 'VESOI GAA'); INSERT INTO `historical_database` VALUES ('1917065098312257538', 'lixuyou', '2025-04-29 11:55:11', 'lixuyou', '2025-04-29 15:51:15', null, '电源变换器', '抗辐照DCDC', '航天771', '航天771', '2024.05.23-2024.06.14', '外协', '刘海涛', '1', '60', '/oss/physical/temp/KC-2024-SB-H771-41_1745898901584.xlsx,/oss/physical/temp/KC-2024-JL-081_1745898909220.rar,/oss/physical/temp/KC-2024-SB-H771-41_1745898909046.pdf', '航天771', '李序友', 'LDCD/(20-50)-8-100/SP'); INSERT INTO `historical_database` VALUES ('1917065357499273217', 'lixuyou', '2025-04-29 11:56:13', 'lixuyou', '2025-04-29 15:50:32', null, '放大器', '超低调电压运算放大器', '航天771', '航天771', '2024.05.23-2024.06.05', '外协', '刘海涛', '1', '330', '/oss/physical/temp/KC-2024-JL-081_1745898967796.rar,/oss/physical/temp/KC-2024-SB-H771-40_1745898967367.pdf,/oss/physical/temp/KC-2024-SB-H771-40_1745898971748.xlsx', '航天771', '李序友', 'OP07A'); INSERT INTO `historical_database` VALUES ('1917065572167946242', 'xieyongzhi', '2025-04-29 11:57:04', 'xieyongzhi', '2025-04-29 17:19:19', null, '光电子器件', '光电探测器', '中电44所', '中电44所', '2022.6.16', '外协', '冯皓楠', '13', '13', '/oss/physical/temp/KC-2022-JL-06701_1745918357100.pdf', '中电44所', '谢永智', 'GD45230Q,GN010,GD45226Q,GD5521Y-155ATF,GD5521Y-1.25ATF,GD5521Y-2.5ATF,GD5521Y-10ATF,GT322D-60-SM-FC/APC,GD3561T,GD3562T,GT322D,GD4780S,GD3561T'); INSERT INTO `historical_database` VALUES ('1917065686970241026', 'lixuyou', '2025-04-29 11:57:32', 'lixuyou', '2025-04-29 15:49:49', null, '晶体管', 'N沟道抗辐射功率场效应晶体管', '航天771', '航天771', '2024.05.20-2024.05.23', '外协', '刘海涛', '1', '42', '/oss/physical/temp/KC-2024-SB-H771-39_1745899040036.xlsx,/oss/physical/temp/KC-2024-JL-081_1745899049289.rar,/oss/physical/temp/KC-2024-SB-H771-39_1745899048963.pdf', '航天771', '李序友', 'LCS7586T1RH'); INSERT INTO `historical_database` VALUES ('1917065962045280258', 'zhangchenyu', '2025-04-29 11:58:37', 'zhangchenyu', '2025-04-29 17:16:41', null, '晶体管', '大功率开关晶体管', '济南市半导体元件实验所', '济南市半导体元件实验所', '2023.4.24', '外协', '刘默寒', '4', '34', '/oss/physical/temp/KC-2023-JL-040_1745910851710.rar,/oss/physical/temp/KC-2023-JL-040_1745918197031.xlsx', '济南市半导体元件实验所', '张晨宇', '3DA5667、3DK2222'); INSERT INTO `historical_database` VALUES ('1917066093238915074', 'lixuyou', '2025-04-29 11:59:09', 'lixuyou', '2025-04-29 15:48:52', null, '晶体管', 'N沟道抗辐射功率场效应晶体管', '航天771', '航天771', '2024.5.20-2024.05.23', '外协', '刘海涛', '2', '264', '/oss/physical/temp/KC-2024-JL-081_1745899143843.rar,/oss/physical/temp/KC-2024-SB-H771-38_1745899143408.pdf,/oss/physical/temp/KC-2024-SB-H771-38_1745899147641.xlsx', '航天771', '李序友', 'LCS7469U2RH'); INSERT INTO `historical_database` VALUES ('1917066380661985281', 'lixuyou', '2025-04-29 12:00:17', 'lixuyou', '2025-04-29 15:45:30', null, '晶体管', 'N沟道抗辐射功率场效应晶体管', '航天771', '航天771', '2024.05.20-2024.05.23', '外协', '刘海涛', '2', '288', '/oss/physical/temp/KC-2024-SB-H771-37_1745899205908.xlsx,/oss/physical/temp/KC-2024-JL-081_1745899216010.rar,/oss/physical/temp/KC-2024-SB-H771-37_1745899215731.pdf', '航天771', '李序友', 'LCS7586U2RH'); INSERT INTO `historical_database` VALUES ('1917066504955990017', 'xieyongzhi', '2025-04-29 12:00:47', 'xieyongzhi', '2025-04-29 17:36:40', null, '光电子器件', '极窄线宽半导体激光器', '中电44所', '中电44所', '2022.7.20', '外协', '冯皓楠、李潇', '4', '4', '/oss/physical/temp/KC-2022-JL-053-1_1745919397989.pdf', '中电44所', '谢永智', 'GJ15412Q'); INSERT INTO `historical_database` VALUES ('1917066624195858433', 'lixuyou', '2025-04-29 12:01:15', 'lixuyou', '2025-04-29 15:42:31', null, '晶体管', 'P沟道抗辐射功率场效应晶体管', '航天771', '航天771', '2024.05.20-2024.05.23', '外协', '刘海涛', '2', '264', '/oss/physical/temp/KC-2024-JL-081_1745899270256.rar,/oss/physical/temp/KC-2024-SB-H771-36_1745899269851.pdf,/oss/physical/temp/KC-2024-SB-H771-36_1745899273989.xlsx', '航天771', '李序友', 'LCS7426T1RH'); INSERT INTO `historical_database` VALUES ('1917067104787599362', 'lixuyou', '2025-04-29 12:03:10', 'lixuyou', '2025-04-29 15:42:06', null, '晶体管', 'N沟道抗辐射功率场效应晶体管', '航天771', '航天771', '2024.05.20-2024.05.23', '外协', '刘海涛', '2', '288', '/oss/physical/temp/KC-2024-SB-H771-35_1745899380044.xlsx,/oss/physical/temp/KC-2024-JL-081_1745899387874.rar,/oss/physical/temp/KC-2024-SB-H771-35_1745899387394.pdf', '航天771', '李序友', 'LCS7269AU1RH'); INSERT INTO `historical_database` VALUES ('1917067928087531521', 'chenwenzhuo', '2025-04-29 12:06:26', null, null, null, '电源变换器', 'LW5131-2.5TD型线性稳压器', '航天771', '航天771', '2022.5.12~2022.5.18', '外协', '阚永葭', '4', '4', '/oss/physical/temp/771大纲3_1745899574915.zip,/oss/physical/temp/771原始数据1_1745899578980.zip,/oss/physical/temp/KC-2002-SB-H771-96_1745899584892.xlsx', null, '陈文卓', 'LW5131-2.5TD型线性稳压器'); INSERT INTO `historical_database` VALUES ('1917068074250637314', 'zhangchenyu', '2025-04-29 12:07:01', 'zhangchenyu', '2025-04-29 17:33:25', null, '光电子器件', 'PDSOI、AlGaN基LED器件', '西安电子科技大学', '上海微系统所', '2023.9.25', '外协', '魏莹', '26', '45', '/oss/physical/temp/KC-2023-JL-087_1745910597340.rar,/oss/physical/temp/KC-2023-JL-087_1745919203212.xlsx', '西安电子科技大学', '张晨宇', 'LED、PDSOI'); INSERT INTO `historical_database` VALUES ('1917068992056627201', 'xieyongzhi', '2025-04-29 12:10:40', 'xieyongzhi', '2025-04-29 17:22:14', null, '光电子器件', '光栅读数头,发光芯片组件', '中国空间技术研究西安分院天线所', '504所', '2020', '外协', '梁晓雯、任李贤', '17', '85', '/oss/physical/temp/KC-2022-JL-31-01_1745918531897.pdf', '中国空间技术研究西安分院天线所', '谢永智', 'RA26BVA200B30V,RA26BVA209B30V,KD-20'); INSERT INTO `historical_database` VALUES ('1917069618354294786', 'chenwenzhuo', '2025-04-29 12:13:09', null, null, null, '电源转换器', 'LW230-1.8型线性稳压器', '航天771', '航天771', '2022.05.12~2022.05.18', '外协', '阚永葭', '22', '22', '/oss/physical/temp/771大纲3_1745899981923.zip,/oss/physical/temp/771原始数据1_1745899985809.zip,/oss/physical/temp/KC-2002-SB-H771-97_1745899988331.xlsx', null, '陈文卓', 'LW230-1.8型线性稳压器'); INSERT INTO `historical_database` VALUES ('1917069959611256833', 'huangkan', '2025-04-29 12:14:30', 'huangkan', '2025-04-29 12:17:26', null, '晶体管', '硅平面抗辐照NPN小功率晶体管', '中国航天科技集团有限公司第七七一所集成电路事业部', '中国航天科技集团有限公司第七七一所集成电路事业部', '2023.04.12', '外协', '刘默寒', '2', '30', '/oss/physical/temp/20230412-771-姚军-lmh-KC-2023-JL-039_1745900067914.zip,/oss/physical/temp/KC-2023-JL-039_1745900068009.pdf,/oss/physical/temp/L2N3501UB电离总剂量效应_1745900067913.xlsx', null, '黄侃', 'L2N3501UB'); INSERT INTO `historical_database` VALUES ('1917070444305027074', 'chenwenzhuo', '2025-04-29 12:16:26', null, null, null, '电源转换器', 'LW5230-1.8型线性稳压器', '航天771', '航天771', '2022.05.12~2022.05.18', '外协', '阚永葭', '24', '24', '/oss/physical/temp/771大纲3_1745900178639.zip,/oss/physical/temp/771原始数据1_1745900182554.zip,/oss/physical/temp/KC-2002-SB-H771-98_1745900184894.xlsx', null, '陈文卓', 'LW5230-1.8型线性稳压器'); INSERT INTO `historical_database` VALUES ('1917070499397210113', 'xieyongzhi', '2025-04-29 12:16:39', 'xieyongzhi', '2025-04-29 17:24:28', null, '模拟集成电路', '惯导单元', '复远芯(上海)科技有限公司', '复远芯(上海)科技有限公司', '2024.9.2-2024.9.5', '外协', '李坤芳', '3', '3', '/oss/physical/temp/KC-2024-JL-145-01_1745918665986.pdf', '复远芯(上海)科技有限公司', '谢永智', 'SiMU9000-IIR'); INSERT INTO `historical_database` VALUES ('1917070561921699842', 'huangkan', '2025-04-29 12:16:54', 'huangkan', '2025-04-29 12:17:20', null, '晶体管', '硅平面抗辐照NPN小功率晶体管', '中国航天科技集团有限公司第七七一所集成电路事业部', '中国航天科技集团有限公司第七七一所集成电路事业部', '2023.04.12', '外协', '刘默寒', '2', '18', '/oss/physical/temp/3DG182EU3电离总剂量效应_1745900212897.xlsx,/oss/physical/temp/20230412-771-姚军-lmh-KC-2023-JL-039_1745900212907.zip,/oss/physical/temp/KC-2023-JL-039_1745900213030.pdf', null, '黄侃', '3DG182EU3'); INSERT INTO `historical_database` VALUES ('1917072728988553217', 'chenwenzhuo', '2025-04-29 12:25:31', null, null, null, '模拟集成电路', '54HC14型六反相施密特触发器', '航天771所', '航天771所', '2022.05.12~2022.05.18', '外协', '阚永葭', '8', '8', '/oss/physical/temp/KC-2002-SB-H771-105_1745900723542.xlsx,/oss/physical/temp/771大纲3_1745900727231.zip', null, '陈文卓', '54HC14型六反相施密特触发器'); INSERT INTO `historical_database` VALUES ('1917073035214688258', 'xieyongzhi', '2025-04-29 12:26:44', 'xieyongzhi', '2025-04-29 17:25:55', null, '光电子器件', '光电探测器', '中电44所', '中电科44所', '2024.5.30', '外协', '孙梦君', '5', '5', '/oss/physical/temp/KC-2024-JL-087-01-1_1745918754146.pdf', '中电44所', '谢永智', 'GT322D-60-SM-FC/APC'); INSERT INTO `historical_database` VALUES ('1917073600116133889', 'liujunling', '2025-04-29 12:28:58', 'liujunling', '2025-04-29 12:29:23', null, '晶体管', '半导体分立器件', '771所', '771所', '2023.3.21', '外协', '张天诚', '2', '264', '/oss/physical/temp/KC-2023-SB-H771-53_1745900935546.pdf,/oss/physical/temp/KC-2023-SB-H771-53测试数据_1745900935529.pdf,/oss/physical/temp/KC-2023-SB-H771-53_1745900961153.xlsx', '771所', '刘俊灵', 'LCS7426T1RH'); INSERT INTO `historical_database` VALUES ('1917074129256943618', 'chenwenzhuo', '2025-04-29 12:31:05', null, null, null, '放大器', 'LF148型四运算放大器', '航天771所', '航天771所', '2022.04.28~2022.05.10', '外协', '阚永葭', '4', '4', '/oss/physical/temp/771大纲3_1745901053175.zip,/oss/physical/temp/771原始数据1_1745901057462.zip,/oss/physical/temp/KC-2002-SB-H771-95_1745901063361.xlsx', null, '陈文卓', 'LF148'); INSERT INTO `historical_database` VALUES ('1917074933493764097', 'liujunling', '2025-04-29 12:34:16', null, null, null, '晶体管', '半导体分立器件', '771所', '771所', '2023.3.20', '外协', '张天诚', '2', '264', '/oss/physical/temp/KC-2023-SB-H771-54_1745901254796.pdf,/oss/physical/temp/KC-2023-SB-H771-54_1745901254664.xlsx,/oss/physical/temp/KC-2023-SB-H771-54测试数据_1745901254712.pdf', '771所', '刘俊灵', 'LCS1240U1RH'); INSERT INTO `historical_database` VALUES ('1917076084905709570', 'chenwenzhuo', '2025-04-29 12:38:51', null, null, null, '晶体管', 'LHB5891十路PNP型驱动器', '航天771', '航天771', '2022.04.27', '外协', '阚永葭', '4', '4', '/oss/physical/temp/771大纲3_1745901222032.zip,/oss/physical/temp/771原始数据1_1745901226678.zip,/oss/physical/temp/KC-2002-SB-H771-61_1745901529951.xlsx', null, '陈文卓', 'LHB5891'); INSERT INTO `historical_database` VALUES ('1917076375055077378', 'liujunling', '2025-04-29 12:40:00', 'liujunling', '2025-04-29 12:40:16', null, '晶体管', '半导体分立器件', '771所', '771所', '2023.3.20', '2023.3.20', '张天诚', '2', '308', '/oss/physical/temp/KC-2023-SB-H771-55_1745901598180.pdf,/oss/physical/temp/KC-2023-SB-H771-55测试数据_1745901598175.pdf,/oss/physical/temp/KC-2023-SB-H771-55_1745901614169.xlsx', '771所', '刘俊灵', 'LCS7328U3RH'); INSERT INTO `historical_database` VALUES ('1917076746552971265', 'xieyongzhi', '2025-04-29 12:41:29', 'xieyongzhi', '2025-04-29 19:23:44', null, '其他电气和电子元器件', 'SOI器件', '国科学院上海微系统与信息技术研究所', '中国科学院上海微系统与信息技术研究所', '2023.12.01-2023.12.08', '外协', '孙梦君', '11', '88', '/oss/physical/temp/KC-2023-JL-13301_1745918828863.pdf,/oss/physical/temp/测试数据_1745925378394.xlsx,/oss/physical/temp/SIMIT20231204_1745925822090.zip', '国科学院上海微系统与信息技术研究所', '谢永智', 'DSOI-P,DSOI-N-1,DSOI-N-2'); INSERT INTO `historical_database` VALUES ('1917077875701551106', 'liujunling', '2025-04-29 12:45:58', null, null, null, '晶体管', '半导体分立器件', '771所', '771所', '2023.3.20', '外协', '张天诚', '2', '308', '/oss/physical/temp/KC-2023-SB-H771-56_1745901954810.pdf,/oss/physical/temp/KC-2023-SB-H771-56_1745901954719.xlsx,/oss/physical/temp/KC-2023-SB-H771-56测试数据_1745901954809.pdf', '771所', '刘俊灵', 'LCS7269AU1RH'); INSERT INTO `historical_database` VALUES ('1917078071588130817', 'chenwenzhuo', '2025-04-29 12:46:45', null, null, null, '专用集成电路', 'JLQ-22型辐射加固四路双导通驱动器', '航天771所', '航天771所', '2022.0 4.27', '外协', '阚永葭', '20', '20', '/oss/physical/temp/KC-2002-SB-H771-79_1745901993142.xlsx,/oss/physical/temp/771原始数据1_1745902001614.zip,/oss/physical/temp/771大纲3_1745902003805.zip', null, '陈文卓', 'JLQ-22'); INSERT INTO `historical_database` VALUES ('1917078422064173058', 'mayinjie', '2025-04-29 12:48:08', 'mayinjie', '2025-04-29 12:49:40', null, '光电子器件', '2×2光开关组件', '中国电子科技集团公司第二十九所', '中航光电科技股份有限公司', '2023.9.27-2023.11.28', '外协', '张天成', null, null, '/oss/physical/temp/KC-2023-JL-088_1745902177219.pdf', null, '马崟洁', 'OEG16-S02-01/02'); INSERT INTO `historical_database` VALUES ('1917078931701469186', 'liujunling', '2025-04-29 12:50:10', 'liujunling', '2025-04-29 12:50:31', null, '晶体管', '半导体分立器件', '771所', '771所', '2023.3.20', '外协', '张天诚', '2', '264', '/oss/physical/temp/KC-2023-SB-H771-57_1745902208009.pdf,/oss/physical/temp/KC-2023-SB-H771-57_1745902207909.xlsx,/oss/physical/temp/KC-2023-SB-H771-57测试数据_1745902208006.pdf', '771所', '刘俊灵', 'LCS7390T2RH'); INSERT INTO `historical_database` VALUES ('1917078937657380866', 'xieyongzhi', '2025-04-29 12:50:11', 'xieyongzhi', '2025-04-29 17:28:03', null, '模拟集成电路', 'DC/DC变换器', '771所', '771所', '2023.11.8-2023.11.15', '外协', '杨思妮、向宇塘', '16', '112', '/oss/physical/temp/KC-2023-JL-117-1_1745918881138.pdf', '771所', '谢永智', 'LDCD/(20-50)-5-100/SP,LDCD/100W-15-120U/SP,LDCD/100-5R-15/SP,LDCD/100-5R-30-SP,LDCD/(20-50)-5R-12F/SP,LDCD/100-5-100H/SP,LDC010505SRH,LDC052812DRH,LOR2805S,LHF+2805SF-CH,LTR2805SF-CH'); INSERT INTO `historical_database` VALUES ('1917080320439717890', 'liujunling', '2025-04-29 12:55:41', null, null, null, '晶体管', '半导体分立器件', '771所', '771所', '2023.3.20', '外协', '张天诚', '2', '308', '/oss/physical/temp/KC-2023-SB-H771-58_1745902539132.pdf,/oss/physical/temp/KC-2023-SB-H771-58_1745902539052.xlsx,/oss/physical/temp/KC-2023-SB-H771-58测试数据_1745902539118.pdf', '771所', '刘俊灵', 'LCS7382T2RH'); INSERT INTO `historical_database` VALUES ('1917081146373672961', 'xieyongzhi', '2025-04-29 12:58:58', 'xieyongzhi', '2025-04-29 17:29:10', null, '线圈、变压器和磁性元件', '电磁快反镜', '西安威朗科技有限公司', '西安威朗科技有限公司', '2023.8.3', '外协', '李瑞', '8', '34', '/oss/physical/temp/KC-2023-JL-062_1745918948621.pdf', '西安威朗科技有限公司', '谢永智', 'LWE01,LWR03-2510A,LWR01-0010A,LWF01-2538,LWF03-2550'); INSERT INTO `historical_database` VALUES ('1917081585743794177', 'liujunling', '2025-04-29 13:00:42', null, null, null, '振荡器', 'KC-2023-SB-H771-59', '771所', '771所', '2023.3.20-2023.3.23', '外协', '张天诚', '1', '56', '/oss/physical/temp/KC-2023-SB-H771-59_1745902841016.pdf', '771所', '刘俊灵', '54HC123'); INSERT INTO `historical_database` VALUES ('1917083122197041153', 'liujunling', '2025-04-29 13:06:49', null, null, null, '模拟集成电路', '无刷电机功率驱动器电路', '771所', '771所', '2023.3.21-2023.3.22', '外协', '张天诚', '2', '128', '/oss/physical/temp/KC-2023-SB-H771-60_1745903206842.pdf,/oss/physical/temp/KC-2023-SB-H771-60_1745903206700.xlsx,/oss/physical/temp/KC-2023-SB-H771-60测试数据_1745903206866.pdf', '771所', '刘俊灵', 'LHKF12014T01D'); INSERT INTO `historical_database` VALUES ('1917085207445606402', 'liujunling', '2025-04-29 13:15:06', null, null, null, '模拟集成电路', '无刷电机功率驱动器电路', '771所', '771所', '2023.3.21-2023.3.22', '外协', '张天诚', '2', '200', '/oss/physical/temp/KC-2023-SB-H771-61_1745903703038.pdf,/oss/physical/temp/KC-2023-SB-H771-61_1745903702933.xlsx,/oss/physical/temp/KC-2023-SB-H771-61测试数据_1745903702984.pdf', '771所', '刘俊灵', 'LMSK4310U'); INSERT INTO `historical_database` VALUES ('1917085530713198593', 'chenwenzhuo', '2025-04-29 13:16:23', null, null, null, '专用集成电路', '空间飞行器用锂离子蓄电池单体均衡电路LJH04', '航天771所', '航天771所', '2022.0 4.27', '外协', '阚永葭', '2', '2', '/oss/physical/temp/771原始数据1_1745903775796.zip,/oss/physical/temp/771大纲3_1745903778184.zip,/oss/physical/temp/KC-2002-SB-H771-73_1745903782156.xlsx', null, '陈文卓', 'LJH04'); INSERT INTO `historical_database` VALUES ('1917086829055807490', 'chenwenzhuo', '2025-04-29 13:21:32', null, null, null, '混合集成电路', '混合集成电路LHB275功率开关电路', '航天771所', '航天771所', '2022.0 4.27', '外协', '阚永葭', '5', '5', '/oss/physical/temp/771大纲3_1745904083312.zip,/oss/physical/temp/771原始数据1_1745904088106.zip,/oss/physical/temp/KC-2002-SB-H771-62_1745904090505.xlsx', null, '陈文卓', 'LHB275'); INSERT INTO `historical_database` VALUES ('1917087478791245825', 'liujunling', '2025-04-29 13:24:07', null, null, null, '模拟集成电路', '无刷电机功率驱动器电路', '771所', '771所', '2023.3.21-2023.3.22', '外协', '张天诚', '2', '184', '/oss/physical/temp/KC-2023-SB-H771-62_1745904242481.pdf,/oss/physical/temp/KC-2023-SB-H771-62_1745904242361.xlsx,/oss/physical/temp/KC-2023-SB-H771-62测试数据_1745904242426.pdf', '771所', '刘俊灵', 'LMSK4310D'); INSERT INTO `historical_database` VALUES ('1917088173120524290', 'chenwenzhuo', '2025-04-29 13:26:53', null, null, null, '模拟集成电路', 'C4067R型16选1模拟开关', '航天771所', '航天771所', '2022.0 4.26~2022.0 4.28', '外协', '阚永葭', '4', '4', null, null, '陈文卓', 'C4067R型16选1模拟开关'); INSERT INTO `historical_database` VALUES ('1917089652325715969', 'chenwenzhuo', '2025-04-29 13:32:46', null, null, null, '有源滤波器', 'LFE100-461-300型抗辐照EMI滤波器', '航天771所', '航天771所', '2022.0 4.28~2022.0 5.18', '外协', '阚永葭', '4', '4', '/oss/physical/temp/KC-2002-SB-H771-94_1745904757563.xlsx,/oss/physical/temp/771大纲3_1745904761648.zip', null, '陈文卓', 'LFE100-461-300型抗辐照EMI滤波器'); INSERT INTO `historical_database` VALUES ('1917096030188572673', 'chenpan', '2025-04-29 13:58:06', null, null, null, '光电子器件', 'KC-2024-JL-194', '长光卫星技术股份有限公司 光电成像技术第一研究室', '长光辰芯', '2024.11.26-2024.11.27', '外协', '冯婕', '0', '0', '/oss/physical/temp/KC-2024-JL-194_1745906282703.pdf', '', '陈攀', 'GMAX3265-BVM-HUT-BUI'); INSERT INTO `historical_database` VALUES ('1917101098342256641', 'liujunling', '2025-04-29 14:18:15', null, null, null, '电源变换器', 'DCDC变换器', '771所', '771所', '2023.3.9-2023.3.31', '外协', '张天诚', '2', '176', '/oss/physical/temp/KC-2023-SB-H771-63_1745907492826.pdf,/oss/physical/temp/KC-2023-SB-H771-63_1745907492610.xlsx,/oss/physical/temp/KC-2023-SB-H771-63测试数据_1745907492840.pdf', '771所', '刘俊灵', 'LDCD/(20-50)-15R-5/SP'); INSERT INTO `historical_database` VALUES ('1917102827305668609', 'liujunling', '2025-04-29 14:25:07', null, null, null, '电源变化器', 'DCDC变换器', '771所', '771所', '2023.3.9-2023.3.31', '外协', '张天诚', '2', '192', '/oss/physical/temp/KC-2023-SB-H771-64_1745907904995.pdf,/oss/physical/temp/KC-2023-SB-H771-64_1745907904853.xlsx,/oss/physical/temp/KC-2023-SB-H771-64测试数据_1745907905014.pdf', '771所', '刘俊灵', 'LDCD/(20-50)-12-30F/D1'); INSERT INTO `historical_database` VALUES ('1917104257546555393', 'liujunling', '2025-04-29 14:30:48', null, null, null, '电源变换器', 'DCDC变换器', '771所', '771所', '2023.3.9-2023.3.31', '外协', '张天诚', '2', '192', '/oss/physical/temp/KC-2023-SB-H771-65_1745908245679.pdf,/oss/physical/temp/KC-2023-SB-H771-65_1745908245530.xlsx,/oss/physical/temp/KC-2023-SB-H771-65测试数据_1745908245680.pdf', '771所', '刘俊灵', 'LDCD/(20-50)-5-12F/D1'); INSERT INTO `historical_database` VALUES ('1917105688269787137', 'liujunling', '2025-04-29 14:36:29', null, null, null, '电源变换器', 'DCDC变换器', '771所', '771所', '2023.3.9-2023.3.31', '外协', '张天诚', '2', '184', '/oss/physical/temp/KC-2023-SB-H771-66_1745908587108.pdf,/oss/physical/temp/KC-2023-SB-H771-66_1745908586955.xlsx,/oss/physical/temp/KC-2023-SB-H771-66测试数据_1745908587123.pdf', '771所', '刘俊灵', 'LDCD/(20-50)-15-30F/SP'); INSERT INTO `historical_database` VALUES ('1917107187993513986', 'liujunling', '2025-04-29 14:42:26', null, null, null, '电源变换器', 'DCDC变换器', '771所', '771所', '2023.3.9-2023.3.31', '外协', '张天诚', '2', '192', '/oss/physical/temp/KC-2023-SB-H771-67_1745908944477.pdf,/oss/physical/temp/KC-2023-SB-H771-67_1745908944318.xlsx,/oss/physical/temp/KC-2023-SB-H771-67测试数据_1745908944490.pdf', '771所', '刘俊灵', 'LDCD/(20-50)-15-15F/D1'); INSERT INTO `historical_database` VALUES ('1917108812250320897', 'liujunling', '2025-04-29 14:48:54', null, null, null, '电源变换器', 'DCDC变换器', '771所', '771所', '2023.3.9-2023.3.31', '外协', '张天诚', '2', '184', '/oss/physical/temp/KC-2023-SB-H771-68_1745909331782.pdf,/oss/physical/temp/KC-2023-SB-H771-68_1745909331566.xlsx,/oss/physical/temp/KC-2023-SB-H771-68测试数据_1745909331858.pdf', '771所', '刘俊灵', 'LDCD/(20-50)-12-60F/SP'); INSERT INTO `historical_database` VALUES ('1917110385550528514', 'liujunling', '2025-04-29 14:55:09', null, null, null, '电源变换器', 'DCDC变换器', '771所', '771所', '2023.3.9-2023.3.9', '外协', '张天诚', '2', '184', '/oss/physical/temp/KC-2023-SB-H771-69_1745909707153.pdf,/oss/physical/temp/KC-2023-SB-H771-69_1745909706942.xlsx,/oss/physical/temp/KC-2023-SB-H771-69测试数据_1745909707111.pdf', '771所', '刘俊灵', 'LDCD/(20-50)-1R2-15F/SP'); INSERT INTO `historical_database` VALUES ('1917111554679214082', 'liujunling', '2025-04-29 14:59:48', null, null, null, '集成电路附件', 'KC-2023-SB-H771-72', '771所', '771所', '2023.3.20-2023.3.23', '外协', '张天诚', '1', '220', '/oss/physical/temp/KC-2023-SB-H771-72_1745909985636.pdf', '771所', '刘俊灵', '54HC08'); INSERT INTO `historical_database` VALUES ('1917112300220944386', 'liujunling', '2025-04-29 15:02:45', null, null, null, '集成电路附件', 'KC-2023-SB-H771-73', '771所', '771所', '2023.3.20-2023.3.23', '外协', '张天诚', '1', '286', '/oss/physical/temp/KC-2023-SB-H771-73_1745910163322.pdf', '771所', '刘俊灵', '54HC14'); INSERT INTO `historical_database` VALUES ('1917113891774763009', 'liujunling', '2025-04-29 15:09:05', null, null, null, '模拟集成电路', '运算放大器', '771所', '771所', '2023.3.9-2023.3.22', '外协', '张天诚', '2', '280', '/oss/physical/temp/KC-2023-SB-H771-74_1745910542272.pdf,/oss/physical/temp/KC-2023-SB-H771-74_1745910542176.xlsx,/oss/physical/temp/KC-2023-SB-H771-74测试数据_1745910542306.pdf', '771所', '刘俊灵', 'OP27A'); INSERT INTO `historical_database` VALUES ('1917115744205901825', 'liujunling', '2025-04-29 15:16:26', null, null, null, '模拟集成电路', '运算放大器', '771所', '771所', '2023.3.9-2023.3.22', '外协', '张天诚', '1', '144', '/oss/physical/temp/KC-2023-SB-H771-75_1745910984544.pdf,/oss/physical/temp/KC-2023-SB-H771-75_1745910984425.xlsx,/oss/physical/temp/KC-2023-SB-H771-75测试数据_1745910984577.pdf', '771所', '刘俊灵', 'OP07A'); INSERT INTO `historical_database` VALUES ('1917117434531385345', 'liujunling', '2025-04-29 15:23:09', null, null, null, '集成电路附件', '脉冲调制器', '771所', '771所', '2023.3.9-2023.3.29', '外协', '张天诚', '2', '2088', '/oss/physical/temp/KC-2023-SB-H771-76_1745911387028.pdf,/oss/physical/temp/KC-2023-SB-H771-76_1745911387009.xlsx,/oss/physical/temp/KC-2023-SB-H771-76测试数据_1745911387137.pdf', '771所', '刘俊灵', 'LZ3001'); INSERT INTO `historical_database` VALUES ('1917118356716228609', 'chenpan', '2025-04-29 15:26:49', 'chenpan', '2025-04-29 15:28:55', null, '模拟集成电路', 'KC-2024-JL-047', '西安航天民芯有限公司', '西安航天民芯有限公司', '2024.04.02-2024.04.27', '外协', '阚永葭', '0', '0', '/oss/physical/temp/KC-2024-JL-047_1745911605458.pdf', null, '陈攀', 'MT9805'); INSERT INTO `historical_database` VALUES ('1917118763643408386', 'liujunling', '2025-04-29 15:28:26', null, null, null, '集成电路附件', '线性稳压器', '771所', '771所', '2023.3.9-2023.3.16', '外协', '张天诚', '2', '64', '/oss/physical/temp/KC-2023-SB-H771-77_1745911704255.pdf,/oss/physical/temp/KC-2023-SB-H771-77_1745911704153.xlsx,/oss/physical/temp/KC-2023-SB-H771-77测试数据_1745911704211.pdf', '771所', '刘俊灵', 'LW5232'); INSERT INTO `historical_database` VALUES ('1917120092449247234', 'chenpan', '2025-04-29 15:33:43', null, null, null, '模拟集成电路', 'KC-2024-JL-010', '西安航天民芯科技有限公司', '西安航天民芯科技有限公司', '2024.01.19-2024.01.31', '外协', '阚永葭', '0', '0', '/oss/physical/temp/KC-2024-JL-010_1745912020253.pdf', null, '陈攀', 'MT9805'); INSERT INTO `historical_database` VALUES ('1917122270463234049', 'chenpan', '2025-04-29 15:42:22', 'chenpan', '2025-04-29 16:08:29', null, '专用集成电路,专用集成电路,放大器,放大器', 'KC-2024-JL-075', '中国电子科技集团第二十四研究所', '中国电子科技集团第二十四研究所', '2024.05.11-2024.05.15', '外协', '阚永葭', '0', '0', '/oss/physical/temp/KC-2024-JL-075_1745914104992.pdf', null, '陈攀', 'BW1373BMGRH,BW1373AMGRH(SAST),SF091MDRH(SAST),SX620MJRH'); INSERT INTO `historical_database` VALUES ('1917130844157480962', 'chenpan', '2025-04-29 16:16:26', null, null, null, '电气电子组件', 'KC-2023-JL-032', '北京空间飞行器总体设计部/空间环境与可靠性技术研究室', '北京空间飞行器总体设计部', '2023.03.17-2023.04.11', '外协', '刘炳凯', '0', '0', '/oss/physical/temp/KC-2023-JL-032_1745914583648.pdf', null, '陈攀', '高频覆铜板,PCB试验件,其他介质材料试验件'); INSERT INTO `historical_database` VALUES ('1917131859669782529', 'luozikang', '2025-04-29 16:20:29', 'luozikang', '2025-04-29 16:57:43', null, '其他混合集成电路', 'KC-2022-JL-019', '航天772所', '航天772所', '2022.3.9—2022.3.10', '外协', '陈亚文', '0', '0', '/oss/physical/temp/KC-2022-JL-019_1745914827143.pdf', null, '罗梓康', 'B54LVC08RHF,BSV2CQRH,BM3803MG,B54AC00RHF,B54AC10RHF,B17V16RQC,B54AC374RHF,B54AC04RHD'); INSERT INTO `historical_database` VALUES ('1917133259858481153', 'luozikang', '2025-04-29 16:26:02', 'luozikang', '2025-04-29 16:57:39', null, '光纤用电源和图像探测器', 'KC-2023-JL-142', '中电科44所', '中电科44所', '2023.12.14—2023.12.14', '外协', '刘炳凯', '0', '0', '/oss/physical/temp/KC-2023-JL-142_1745915159682.pdf', null, '罗梓康', 'GM1201A'); INSERT INTO `historical_database` VALUES ('1917134288633171970', 'luozikang', '2025-04-29 16:30:08', 'luozikang', '2025-04-29 16:57:35', null, '数字集成电路', 'KC-2024-JL-114', '中电科55所', '楠菲微电子', '2024.7.18—2024.7.18', '外协', '史成城', '0', '0', '/oss/physical/temp/KC-2024-JL-114_1745915406320.pdf', null, '罗梓康', 'SF86501'); INSERT INTO `historical_database` VALUES ('1917135810569932801', 'luozikang', '2025-04-29 16:36:11', 'luozikang', '2025-04-29 16:57:31', null, '集成电路', 'KC-2024-JL-116', '中科院微电子研究所', '中科院微电子研究所', '2024.7.18—2024.7.18', '外协', '王金鹏', '0', '0', '/oss/physical/temp/KC-2024-JL-116_1745915768084.pdf', null, '罗梓康', 'S13010206、S13010829、S18020508、S18020512'); INSERT INTO `historical_database` VALUES ('1917136830725328897', 'luozikang', '2025-04-29 16:40:14', 'luozikang', '2025-04-29 16:57:24', null, '数字集成电路', 'KC-2024-JL-143', '西安航天民芯', '中芯国际SMIC', '2024.8.29—2024.9.10', '外协', '阚永葭', '0', '0', '/oss/physical/temp/KC-2024-JL-143_1745916012528.pdf', null, '罗梓康', 'AS6803'); INSERT INTO `historical_database` VALUES ('1917137689077059586', 'luozikang', '2025-04-29 16:43:38', 'luozikang', '2025-04-29 16:57:21', null, '光电子器件', 'KC-2024-JL-101', '航天八院808所', '航天八院808所', '2024.6.28—2024.6.28', '外协', '王金鹏', '0', '0', '/oss/physical/temp/KC-2024-JL-101_1745916217420.pdf', null, '罗梓康', 'OP10M'); INSERT INTO `historical_database` VALUES ('1917138684997767169', 'luozikang', '2025-04-29 16:47:36', 'luozikang', '2025-04-29 16:57:17', null, '二极管,晶体管', 'KC-2024-JL-105', '中国科学院光电技术研究所', '中国科学院光电技术研究所', '2024.7.5—2024.7.5', '外协', '王金鹏', '0', '0', '/oss/physical/temp/KC-2024-JL-105_1745916262518.pdf', null, '罗梓康', 'OP224,OP233W'); INSERT INTO `historical_database` VALUES ('1917142418934960129', 'liujunling', '2025-04-29 17:02:26', null, null, null, '模拟集成电路', '运算放大器', '771所', '771所', '2023.3.9-2023.3.22', '外协', '张天诚', '1', '40', '/oss/physical/temp/KC-2023-SB-H771-78_1745917344319.pdf,/oss/physical/temp/KC-2023-SB-H771-78_1745917344205.xlsx,/oss/physical/temp/KC-2023-SB-H771-78测试数据_1745917344416.pdf', '771所', '刘俊灵', 'LF148'); INSERT INTO `historical_database` VALUES ('1917144219184762881', 'liujunling', '2025-04-29 17:09:35', null, null, null, '模拟集成电路', '稳压器', '771所', '771所', '2023.3.9-2023.3.22', '外协', '张天诚', '2', '560', '/oss/physical/temp/KC-2023-SB-H771-79_1745917773086.pdf,/oss/physical/temp/KC-2023-SB-H771-79_1745917772967.xlsx,/oss/physical/temp/KC-2023-SB-H771-79测试数据_1745917773175.pdf', '771所', '刘俊灵', 'LW2941'); INSERT INTO `historical_database` VALUES ('1917145555284496386', 'liujunling', '2025-04-29 17:14:54', null, null, null, '模拟集成电路', '稳压器', '771所', '771所', '2023.1.30-2023.3.22', '外协', '张天诚', '2', '220', '/oss/physical/temp/KC-2023-SB-H771-80_1745918092468.pdf,/oss/physical/temp/KC-2023-SB-H771-80_1745918092343.xlsx,/oss/physical/temp/KC-2023-SB-H771-80测试数据_1745918092526.pdf', '771所', '刘俊灵', 'LF119'); INSERT INTO `historical_database` VALUES ('1917146315573399554', 'liujunling', '2025-04-29 17:17:55', null, null, null, '集成电路附件', 'KC-2023-SB-H771-81', '771所', '771所', '2023.3.20-2023.3.23', '外协', '张天诚', '1', '286', '/oss/physical/temp/KC-2023-SB-H771-81_1745918273613.pdf', '771所', '刘俊灵', '54HC125'); INSERT INTO `historical_database` VALUES ('1917151773726052354', 'zhangchenyu', '2025-04-29 17:39:36', 'zhangchenyu', '2025-04-29 17:40:59', null, '其他电气和电子元器件', 'KC-2024-JL-068', '771所', '771所', '2024.5.19-2024.5.26', '外协', '陈亚文', '0', '0', '/oss/physical/temp/KC-2024-JL-068_1745919515409.rar', '', '张晨宇', 'S29GL512P10TFIR10'); INSERT INTO `historical_database` VALUES ('1917151985769091074', 'zhangchenyu', '2025-04-29 17:40:27', 'zhangchenyu', '2025-04-29 17:41:03', null, '其他电气和电子元器件', 'KC-2024-JL-068', '771所', '771所', '2024.5.19-2024.5.26', '外协', '陈亚文', '0', '0', '/oss/physical/temp/KC-2024-JL-068_1745919625514.rar', '', '张晨宇', 'MR4A0813CYS35'); INSERT INTO `historical_database` VALUES ('1917153720713580546', 'luoyongheng', '2025-04-29 17:47:21', 'luoyongheng', '2025-04-29 17:52:27', null, '开关', '单刀双掷开关', '河北北芯半导体科技有限公司', '河北北芯半导体科技有限公司', '2024.7.10 2024.7.11', '外协', '孙梦君', '9', '9', '/oss/physical/temp/20240710_1745919993814.zip,/oss/physical/temp/KC-2024-JL-108_1745920025511.pdf,/oss/physical/temp/data_1745920342556.xlsx', '孙梦君', '罗永恒', 'NC1620C-106-14S'); INSERT INTO `historical_database` VALUES ('1917154530352664578', 'luoyongheng', '2025-04-29 17:50:34', 'luoyongheng', '2025-04-29 17:52:10', null, '放大器', '功率移相器', '河北北芯半导体科技有限公司', '河北北芯半导体科技有限公司', '2024.7.10-2024.7.11', '外协', '孙梦君', '9', '9', '/oss/physical/temp/20240710_1745920212738.zip,/oss/physical/temp/KC-2024-JL-108_1745920231971.pdf,/oss/physical/temp/data_1745920328594.xlsx', '孙梦君', '罗永恒', 'BWFX85211327A'); INSERT INTO `historical_database` VALUES ('1917155682435698690', 'luoyongheng', '2025-04-29 17:55:08', null, null, null, '开关', '单刀单置开关', '河北北芯半导体科技有限公司', '河北北芯半导体科技有限公司', '2024.7.10 2024.7.11', '外协', '孙梦君', '9', '9', '/oss/physical/temp/data_1745920481528.xlsx,/oss/physical/temp/20240710_1745920491442.zip,/oss/physical/temp/KC-2024-JL-108_1745920500325.pdf', '孙梦君', '罗永恒', 'NC1615C-112-14S'); INSERT INTO `historical_database` VALUES ('1917156402811604993', 'luoyongheng', '2025-04-29 17:58:00', null, null, null, '放大器', '专用差分放大器比较器', '河北北芯半导体科技有限公司', '河北北芯半导体科技有限公司', '2024.7.10 2024.7.11', '外协', '孙梦君', '9', '9', '/oss/physical/temp/KC-2024-JL-108_1745920648379.pdf,/oss/physical/temp/data_1745920655413.xlsx,/oss/physical/temp/20240710_1745920667979.zip', '孙梦君', '罗永恒', 'NC20604C9(QS)'); INSERT INTO `historical_database` VALUES ('1917156668529152002', 'changyuhai', '2025-04-29 17:59:03', 'changyuhai', '2025-04-29 18:09:09', null, '其他电气和电子元器件', 'KC-2023-JL-123', '重庆大学', 'XX', '2023年11月19日', '外协', '于钢', '0', '0', '/oss/physical/temp/KC-2023-JL-12301_1745920737973.pdf', '重庆大学', '常余海', 'XX'); INSERT INTO `historical_database` VALUES ('1917156862264053762', 'luoyongheng', '2025-04-29 17:59:50', null, null, null, '开关', '开关驱动芯片', '河北北芯半导体科技有限公司', '河北北芯半导体科技有限公司', '2024.7.10 2024.7.11', '外协', '孙梦君', '9', '9', '/oss/physical/temp/20240710_1745920768254.zip,/oss/physical/temp/KC-2024-JL-108_1745920775397.pdf,/oss/physical/temp/data_1745920786731.xlsx', '孙梦君', '罗永恒', 'BWQDQ1802(NC2256C)'); INSERT INTO `historical_database` VALUES ('1917158291825463297', 'zhangyun', '2025-04-29 18:05:31', null, null, null, '数字集成电路', 'SOC芯片', '北京博达', '北京博达', '2023/3/7', '外协', '王金鹏', '2', '6', '/oss/physical/temp/KC-2025-JL-032_1745921129051.xlsx', '王金鹏', '张云', 'XC7Z020-2CLG400I'); INSERT INTO `historical_database` VALUES ('1917158589579104257', 'chenpan', '2025-04-29 18:06:41', 'chenpan', '2025-04-29 18:59:44', null, '晶体管', 'GAA器件', '中国科学院上海微系统与信息技术研究所', '微系统所', '2023.03.06-2023.03.10', '外协', '张巍', '3', '9', '/oss/physical/temp/KC-2023-JL-025_1745921254222.pdf,/oss/physical/temp/KC-2023-JL-025_1745924245883.zip,/oss/physical/temp/KC-2023-JL-025_1745924338973.xlsx', null, '陈攀', 'VESOI GAA MOSFET'); INSERT INTO `historical_database` VALUES ('1917159023567933442', 'changyuhai', '2025-04-29 18:08:25', 'changyuhai', '2025-04-29 18:15:56', null, '晶体管', 'KC-2023-JL-080', '中物院8所', 'XX', '2023.9.14', '外协', '阚永葭', '0', '0', '/oss/physical/temp/KC-2023-JL-080_1745921752881.pdf', '中物院8所', '常余海', 'XX'); INSERT INTO `historical_database` VALUES ('1917163337199882242', 'changyuhai', '2025-04-29 18:25:33', 'changyuhai', '2025-04-30 16:36:42', null, '其他电气和电子元器件', 'KC-2023-JL-109', '西北工业大学', '陕西迪泰克新材料有限公司', '2023.11.7', '外协', '于钢', '0', '0', '/oss/physical/temp/KC-2023-JL-109_1745922330698.pdf', '西北工业大学', '常余海', 'XX'); INSERT INTO `historical_database` VALUES ('1917166761995898881', 'changyuhai', '2025-04-29 18:39:10', 'changyuhai', '2025-04-30 15:46:56', null, '射频电路', 'KC-2022-JL-066', '工业和信息化部电子第五研究所元器件检测中心', '广州润芯信息技术有限公司', '2022.6.14', '外协', '阚永葭', '5', '45', '/oss/physical/temp/KC-2022-JL-066_1745923148561.pdf,/oss/physical/temp/RX3701MCB_1745986879602.xlsx', '工业和信息化部电子第五研究所元器件检测中心', '常余海', 'RX3701MCB'); INSERT INTO `historical_database` VALUES ('1917170840809738242', 'changyuhai', '2025-04-29 18:55:22', 'changyuhai', '2025-04-30 16:36:00', null, '模拟集成电路', 'KC-2023-JL-031', '航天五院', '航天771所', '2023.3.17-2023.5.10', '外协', '刘海涛', '0', '0', '/oss/physical/temp/KC-2023-JL-031_1745924118583.pdf', '航天五院', '常余海', 'LUC1843ARH, LW5232-5.0TS'); INSERT INTO `historical_database` VALUES ('1917175616301666305', 'chenpan', '2025-04-29 19:14:21', 'chenpan', '2025-04-29 21:49:51', null, '敏感元器件和传感器', 'SPA压力传感器', '南京特敏传感技术有限公司', '南京特敏', '2022.03.22-2022.03.24', '外协', '张天诚', '1', '2', '/oss/physical/temp/KC-2021-JL-025_1745927923996.xlsx,/oss/physical/temp/KC-2023-JL-025_1745928791609.pdf,/oss/physical/temp/KC-2021-JL-025测试数据_1745934587397.pdf', null, '陈攀', 'SPA-0.6'); INSERT INTO `historical_database` VALUES ('1917176880662024193', 'changyuhai', '2025-04-29 19:19:22', 'changyuhai', '2025-04-30 16:41:19', null, '其他混合集成电路', 'KC-2023-JL-052', '中电13所', '中电13所', '2023.6.27', '外协', '刘海涛', '1', '1', '/oss/physical/temp/KC-2023-JL-052_1745925552456.pdf,/oss/physical/temp/CPLS-E5-8700-1_1745986904446.xlsx', '中电13所', '常余海', 'CPLS-E5-8700-1'); INSERT INTO `historical_database` VALUES ('1917190392796909570', 'chenpan', '2025-04-29 20:13:04', 'chenpan', '2025-04-29 21:49:32', null, '敏感元器件和传感器', 'SPA压力传感器', '南京特敏传感技术有限公司', '南京特敏', '2022.03.22-2022.03.24', '外协', '张天诚', '1', '2', '/oss/physical/temp/KC-2021-JL-025_1745928744122.xlsx,/oss/physical/temp/KC-2021-JL-025_1745928775229.pdf,/oss/physical/temp/KC-2021-JL-025测试数据_1745934567404.pdf', null, '陈攀', 'SPA-20'); INSERT INTO `historical_database` VALUES ('1917205228087906306', 'chenpan', '2025-04-29 21:12:01', 'chenpan', '2025-04-30 10:41:59', null, '晶体管', 'PD1 NLDMOS器件', '中国电子科技集团公司第五十八研究所', '中国电子科技集团公司第五十八研究所', '2022.05.11-2022.05.12', '外协', '魏莹', '1', '3', '/oss/physical/temp/KC-2022-JL-046_1745931502729.pdf,/oss/physical/temp/58-wy-20220510_1745932306078.zip,/oss/physical/temp/KC-2022-JL-046_1745932554463.xlsx,/oss/physical/temp/KC-2022-JL-046_测试数据_1745980913882.pdf', null, '陈攀', 'PD1'); INSERT INTO `historical_database` VALUES ('1917221370001068033', 'chenpan', '2025-04-29 22:16:10', null, null, null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.11.16-2023.11.23', '外协', '阚永葭', '2', '4', '/oss/physical/temp/KC-2023-JL-089_1745935935580.xlsx,/oss/physical/temp/KC-2023-JL-089_1745935948642.pdf,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936168292.pdf', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/100-5R3-65/SP'); INSERT INTO `historical_database` VALUES ('1917221972303122434', 'chenpan', '2025-04-29 22:18:33', 'chenpan', '2025-04-29 22:18:58', null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.11.16-2023.11.23', '外协', '阚永葭', '2', '4', '/oss/physical/temp/KC-2023-JL-089_1745936326041.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936326151.pdf,/oss/physical/temp/KC-2023-JL-089_1745936334232.pdf', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/100-12-120/D1'); INSERT INTO `historical_database` VALUES ('1917222630947262466', 'chenpan', '2025-04-29 22:21:10', 'chenpan', '2025-04-29 22:23:46', null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.11.16-2023.11.23', '外协', '阚永葭', '2', '4', '/oss/physical/temp/KC-2023-JL-089_1745936456783.pdf,/oss/physical/temp/KC-2023-JL-089_1745936468320.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936468416.pdf', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/100-512-65/T1'); INSERT INTO `historical_database` VALUES ('1917223648074371073', 'chenpan', '2025-04-29 22:25:13', 'chenpan', '2025-04-29 22:25:20', null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.11.16-2023.11.23', '外协', '阚永葭', '2', '4', '/oss/physical/temp/KC-2023-JL-089_1745936703667.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936703751.pdf,/oss/physical/temp/KC-2023-JL-089_1745936710813.pdf', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/100-28-150/SP'); INSERT INTO `historical_database` VALUES ('1917224138489171969', 'chenpan', '2025-04-29 22:27:10', null, null, null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.11.16-2023.11.23', '外协', '阚永葭', '2', '4', '/oss/physical/temp/KC-2023-JL-089_1745936816572.pdf,/oss/physical/temp/KC-2023-JL-089_1745936824609.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936824721.pdf', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/(20-50)-12-30F/D1'); INSERT INTO `historical_database` VALUES ('1917224431205453825', 'chenpan', '2025-04-29 22:28:19', null, null, null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.11.16-2023.11.23', '外协', '阚永葭', '2', '4', '/oss/physical/temp/KC-2023-JL-089_1745936889955.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936890049.pdf,/oss/physical/temp/KC-2023-JL-089_1745936897486.pdf', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/(20-50)-12-65F/D1'); INSERT INTO `historical_database` VALUES ('1917224725389742081', 'chenpan', '2025-04-29 22:29:30', null, null, null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.11.16-2023.11.23', '外协', '阚永葭', '2', '4', '/oss/physical/temp/KC-2023-JL-089_1745936961042.pdf,/oss/physical/temp/KC-2023-JL-089_1745936967857.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936967940.pdf', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/(20-50)-28-150/SP'); INSERT INTO `historical_database` VALUES ('1917228910034259969', 'chenpan', '2025-04-29 22:46:07', null, null, null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.09-28-2023.11.23', '外协', '阚永葭', '2', '6', '/oss/physical/temp/KC-2023-JL-089_1745937946881.xlsx,/oss/physical/temp/KC-2023-JL-089_1745937955877.pdf,/oss/physical/temp/KC-2023-JL-089-测试数据2_1745937963854.pdf', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/(20-50)-5R3-30F/SP'); INSERT INTO `historical_database` VALUES ('1917229329741484034', 'chenpan', '2025-04-29 22:47:47', null, null, null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.09-28-2023.11.23', '外协', '阚永葭', '1', '2', '/oss/physical/temp/KC-2023-JL-089_1745938048928.xlsx,/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938056087.pdf,/oss/physical/temp/KC-2023-JL-089_1745938065280.pdf', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/(20-50)-512-65F/T1'); INSERT INTO `historical_database` VALUES ('1917229716372426753', 'chenpan', '2025-04-29 22:49:19', null, null, null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.09-28-2023.11.23', '外协', '阚永葭', '1', '2', '/oss/physical/temp/KC-2023-JL-089_1745938145048.pdf,/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938155940.pdf,/oss/physical/temp/KC-2023-JL-089_1745938155900.xlsx', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/(20-50)-5R3-65F/SP'); INSERT INTO `historical_database` VALUES ('1917229950292955137', 'chenpan', '2025-04-29 22:50:15', 'chenpan', '2025-04-29 22:50:33', null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.09-28-2023.11.23', '外协', '阚永葭', '1', '1', '/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938225097.pdf,/oss/physical/temp/KC-2023-JL-089_1745938225048.xlsx,/oss/physical/temp/KC-2023-JL-089_1745938230946.pdf', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/100-28-150/SP'); INSERT INTO `historical_database` VALUES ('1917230372877471745', 'chenpan', '2025-04-29 22:51:56', null, null, null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.09-28-2023.11.23', '外协', '阚永葭', '1', '1', '/oss/physical/temp/KC-2023-JL-089_1745938305902.pdf,/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938314466.pdf,/oss/physical/temp/KC-2023-JL-089_1745938314418.xlsx', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/100-12-120/D1'); INSERT INTO `historical_database` VALUES ('1917230785777340417', 'chenpan', '2025-04-29 22:53:34', null, null, null, '电源变换器', 'DC/DC转换器', '山东华宇航天空间技术有限公司', '山东华宇航天空间技术有限公司', '2023.09-28-2023.11.23', '外协', '阚永葭', '1', '1', '/oss/physical/temp/KC-2023-JL-089_1745938398373.pdf,/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938412015.pdf,/oss/physical/temp/KC-2023-JL-089_1745938411954.xlsx', '山东华宇航天空间技术有限公司', '陈攀', 'SHDC/(20-50)-28-150/SP'); INSERT INTO `historical_database` VALUES ('1917233728031264769', 'chenpan', '2025-04-29 23:05:16', 'chenpan', '2025-04-30 12:02:38', null, '晶体管', 'VDMOS', '771所', '771所', '2023.11.13-2023.11.16', '外协', '梁晓雯', '2', '24', '/oss/physical/temp/KC-2023-SB-H771-151_1745940020769.pdf,/oss/physical/temp/KC-2023-SB-H771-151测试数据_1745940020702.xlsx,/oss/physical/temp/KC-2023-JL-120(1)_1745982130310.pdf,/oss/physical/temp/LCS7391T1RH等试验大纲_1745985752658.pdf', '771所', '陈攀', 'LCS7391T1RH'); INSERT INTO `historical_database` VALUES ('1917239931293634561', 'chenpan', '2025-04-29 23:29:55', 'chenpan', '2025-04-30 12:02:19', null, '晶体管', 'VDMOS', '771所', '771所', '2023.11.13-2023.11.16', '外协', '梁晓雯', '2', '24', '/oss/physical/temp/KC-2023-SB-H771-152测试数据_1745940883647.pdf,/oss/physical/temp/KC-2023-SB-H771-152_1745940883564.xlsx,/oss/physical/temp/KC-2023-JL-120(1)_1745982183933.pdf,/oss/physical/temp/LCS7391T1RH等试验大纲_1745985721358.pdf', '771所', '陈攀', 'LCS7391U3RH'); INSERT INTO `historical_database` VALUES ('1917243063931211777', 'chenpan', '2025-04-29 23:42:22', 'chenpan', '2025-04-30 11:06:17', null, '模拟集成电路', '抗辐射双电压比较器', '771所', '771所', '2023.11.16-2023.11.19', '外协', '梁晓雯', '2', '22', '/oss/physical/temp/KC-2023-SB-H771-153测试数据_1745941338966.pdf,/oss/physical/temp/KC-2023-SB-H771-153_1745941338958.xlsx,/oss/physical/temp/KC-2023-JL-120(1)_1745982358310.pdf,/oss/physical/temp/LF119试验大纲_1745982373333.pdf', '771所', '陈攀', 'LF119'); INSERT INTO `historical_database` VALUES ('1917408556981915649', 'zhangyun', '2025-04-30 10:39:58', 'zhangyun', '2025-04-30 10:41:37', null, '数字集成电路/存储芯片', 'DDR1芯片', '北京博达', 'MICRON', '2023/3/7', '外协', '王金鹏', '1', '1', '/oss/physical/temp/KC-2025-JL-032_1745980796227.xlsx', '王金鹏', '张云', 'EDB2432B4MA-1DAAT-F'); INSERT INTO `historical_database` VALUES ('1917408946855055362', 'changyuhai', '2025-04-30 10:41:31', 'changyuhai', '2025-04-30 16:41:10', null, '射频电路', 'KC-2023-JL-052', '中电13所', '中电13所', '2023.6.27', '外协', '刘海涛', '1', '1', '/oss/physical/temp/KC-2023-JL-052_1745980527368.pdf,/oss/physical/temp/SS-KFG902103-30_1745986933145.xlsx', '中电13所', '常余海', 'SS-KFG902/103-30'); INSERT INTO `historical_database` VALUES ('1917409868918263809', 'zhangyun', '2025-04-30 10:45:11', null, null, null, '数字集成电路/存储芯片', 'DDR2芯片', '北京博达', 'MICRON', '2023/3/7', '外协', '王金鹏', '1', '1', '/oss/physical/temp/KC-2025-JL-032_1745981108575.xlsx', '王金鹏', '张云', 'EDB2432B4MA-1DAAT-F'); INSERT INTO `historical_database` VALUES ('1917410204609384449', 'chenpan', '2025-04-30 10:46:31', null, null, null, '晶体管', '单边NMOS', '中电58所', '中电58所', '2022.05.10-2022.05.12', '外协', '魏莹', '2', '12', '/oss/physical/temp/KC-2022-JL-046_测试数据_1745981080679.pdf,/oss/physical/temp/KC-2022-JL-046_1_1745981080673.xlsx,/oss/physical/temp/KC-2022-JL-046_1745981087946.pdf,/oss/physical/temp/58-wy-20220510_1745981095971.zip', '中电58所', '陈攀', 'LVM1_60'); INSERT INTO `historical_database` VALUES ('1917410613830848514', 'chenpan', '2025-04-30 10:48:09', null, null, null, '晶体管', '双边NMOS', '中电58所', '中电58所', '2022.05.10-2022.05.12', '外协', '魏莹', '3', '18', '/oss/physical/temp/58-wy-20220510_1745981264189.zip,/oss/physical/temp/KC-2022-JL-046_1745981270189.pdf,/oss/physical/temp/KC-2022-JL-046_测试数据_1745981280531.pdf,/oss/physical/temp/KC-2022-JL-046_1_1745981280527.xlsx', '中电58所', '陈攀', 'LVM1_59'); INSERT INTO `historical_database` VALUES ('1917410990022168578', 'chenpan', '2025-04-30 10:49:38', null, null, null, '晶体管', '单边PMOS', '中电58所', '中电58所', '2022.05.10-2022.05.12', '外协', '魏莹', '2', '12', '/oss/physical/temp/KC-2022-JL-046_1745981355585.pdf,/oss/physical/temp/KC-2022-JL-046_测试数据_1745981367408.pdf,/oss/physical/temp/KC-2022-JL-046_1_1745981367400.xlsx,/oss/physical/temp/58-wy-20220510_1745981375997.zip', '中电58所', '陈攀', 'LVM1_61'); INSERT INTO `historical_database` VALUES ('1917411356252016641', 'chenpan', '2025-04-30 10:51:06', null, null, null, '晶体管', '双边PMOS', '中电58所', '中电58所', '2022.05.10-2022.05.12', '外协', '魏莹', '3', '18', '/oss/physical/temp/58-wy-20220510_1745981435928.zip,/oss/physical/temp/KC-2022-JL-046_测试数据_1745981446235.pdf,/oss/physical/temp/KC-2022-JL-046_1_1745981446205.xlsx,/oss/physical/temp/KC-2022-JL-046_1745981458396.pdf', '中电58所', '陈攀', 'LVM1_62'); INSERT INTO `historical_database` VALUES ('1917411825322004481', 'changyuhai', '2025-04-30 10:52:58', 'changyuhai', '2025-04-30 16:40:46', null, '开关', 'KC-2023-JL-052', '中电13所', '中电13所', '2023.6.27', '外协', '刘海涛', '1', '1', '/oss/physical/temp/KC-2023-JL-052_1745981341486.pdf,/oss/physical/temp/QZJ726_1745986951941.xlsx', '中电13所', '常余海', 'QZJ726'); INSERT INTO `historical_database` VALUES ('1917412766481879041', 'changyuhai', '2025-04-30 10:56:42', 'changyuhai', '2025-04-30 16:40:25', null, '其他混合集成电路', 'KC-2023-JL-052', '中电13所', '中电13所', '2023.6.27', '外协', '刘海涛', '1', '1', '/oss/physical/temp/KC-2023-JL-052_1745981672312.pdf,/oss/physical/temp/QZJ651_1745986962682.xlsx', '中电13所', '常余海', 'QZJ651'); INSERT INTO `historical_database` VALUES ('1917413708971347969', 'zhangyun', '2025-04-30 11:00:27', null, null, null, '模拟集成电路/传感器', '时间延时积分型CCD', '中国电子科技集团公司第四十四研究所', '中国电子科技集团公司第四十四研究所', '2023/3/20', '外协', '王金鹏', '2', '4', '/oss/physical/temp/KC-2025-JL-046_1745982022330.xlsx', '王金鹏', '张云', 'GL2391'); INSERT INTO `historical_database` VALUES ('1917416201843347458', 'changyuhai', '2025-04-30 11:10:21', 'changyuhai', '2025-04-30 16:38:54', null, '振荡器和压电晶体', 'KC-2023-JL-052', '中电13所', '中电13所', '2023.6.27-2023.8.16', '外协', '刘海涛', '2', '4', '/oss/physical/temp/KC-2023-JL-052_1745982257928.pdf,/oss/physical/temp/ZC1309B-E107-00-100M0000_1745986974326.xlsx', '中电13所', '常余海', 'ZC1309B-E107-00-100M0000'); INSERT INTO `historical_database` VALUES ('1917418493019656193', 'chenpan', '2025-04-30 11:19:27', 'chenpan', '2025-04-30 12:16:05', null, '混合集成电路', '混合集成电路LB8169', '771所', '771所', '2023.11.16-2023.11.17', '外协', '梁晓雯', '1', '2', '/oss/physical/temp/KC-2023-JL-120(1)_1745983141736.pdf,/oss/physical/temp/LB8169试验大纲_1745983161590.pdf,/oss/physical/temp/KC-2023-SB-H771-156_1745986543030.xlsx,/oss/physical/temp/KC-2023-SB-H771-156测试数据_1745986543129.pdf', '771所', '陈攀', 'LB8169'); INSERT INTO `historical_database` VALUES ('1917422091568910338', 'changyuhai', '2025-04-30 11:33:45', 'changyuhai', '2025-04-30 16:30:11', null, '其他混合集成电路', 'KC-2022-JL-062', '中电43所', '中电43所', '2022.6.10-2022.7.20', '外协', '冯婕', '3', '84', '/oss/physical/temp/KC-2022-JL-062_1745983444148.pdf,/oss/physical/temp/CC2S80AMJ-RH_1746001561686.xlsx', '中电43所', '常余海', 'CC2S80AMJ-RH'); INSERT INTO `historical_database` VALUES ('1917424595027333121', 'mayinjie', '2025-04-30 11:43:42', null, null, null, '晶体管', 'NPN高频大功率晶体管', '军用电子元器件北京第一检测中心', 'XX', '2022.4.29-2022.6.20', '外协', '荀明珠', null, null, '/oss/physical/temp/4所-20220429_1745984446895.rar,/oss/physical/temp/KC2022JL045_1745984459817.xlsx,/oss/physical/temp/KC-2022-JL-045_1745984539050.pdf', null, '马崟洁', '3DA020K'); INSERT INTO `historical_database` VALUES ('1917424644121661442', 'changyuhai', '2025-04-30 11:43:54', null, null, null, '晶体管', 'KC-2022-JL-056', '航天五院', '航天772所', '2022.5.26-2022.7.5', '外协', '张天诚', '0', '0', '/oss/physical/temp/KC-2022-JL-056_1745984628120.pdf', '航天五院', '常余海', 'B7892RH,3DK3700UB,B4913-3.3RU3C,B4913-ADJRU3C'); INSERT INTO `historical_database` VALUES ('1917424761713168385', 'zhangyun', '2025-04-30 11:44:22', 'zhangyun', '2025-04-30 11:44:48', null, '模拟集成电路/功率半导体器件', 'SiC_SEE型碳化硅功率器件', '北京微电子技术研究所', '/', '2023/3/26', '外协', '王金鹏', '8', '8', '/oss/physical/temp/KC-2025-JL-049_1745984687089.xlsx', '王金鹏', '张云', '/'); INSERT INTO `historical_database` VALUES ('1917424947441143810', 'sunjiacheng', '2025-04-30 11:45:06', 'sunjiacheng', '2025-04-30 11:46:26', null, '光电子器件,其它混合集成电路,射频电路', 'KC-2024-JL-133', '中电24所,中电44所', '中电24所,中电44所', '20248/21~2024/10/24', '外协', '陈亚文', '0', '0', '/oss/physical/temp/KC-2024-JL-133_1745984665267.pdf', '', '孙家诚', 'SWH/(20-50)-5-120H/SP,S-MCOTS-C-28-12-QE-N-M-2,GAD12SPH35UMDRH,GAD3441PE,GDS2011MQRH,GAD14SL400MMQRH,GDA16Q2G4PERH,GD6983Z'); INSERT INTO `historical_database` VALUES ('1917425640944144386', 'mayinjie', '2025-04-30 11:47:52', null, null, null, '晶体管', '抗辐射场效应晶体管', '深圳吉华微特电子有限公司质量管理部', '深圳吉华微特电子有限公司', '2022.3.11-2022.4.22', '外协', '张兴尧', null, null, '/oss/physical/temp/KC-2022-JL-020_1745984844009.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220310_1745984855441.rar,/oss/physical/temp/KC2022JL020_1745984870770.xlsx', null, '马崟洁', 'JH3CG2907AA1'); INSERT INTO `historical_database` VALUES ('1917426551791783937', 'sunjiacheng', '2025-04-30 11:51:29', null, null, null, '其他电气和电子元器件', 'KC-2023-JL-111', '中国电科29所', 'XX', '2023/11/7', '外协', '刘海涛', '0', '0', '/oss/physical/temp/KC-2023-JL-111_1745985086344.pdf', null, '孙家诚', '导电胶,绝缘胶,LTCC基板,T/R组件'); INSERT INTO `historical_database` VALUES ('1917427674934120450', 'zhangyun', '2025-04-30 11:55:56', 'zhangyun', '2025-04-30 12:03:53', null, '模拟集成电路/存算一体芯片', 'tc04型存算一体阵列测试芯片', '北京微电子技术研究所', '北京微电子技术研究所', '2023/3/26', '外协', '王金鹏', '8', '8', '/oss/physical/temp/KC-2025-JL-049_1745985354071.xlsx', '王金鹏', '张云', '/'); INSERT INTO `historical_database` VALUES ('1917428645076635649', 'sunjiacheng', '2025-04-30 11:59:48', null, null, null, '电源变换器,其他混合集成电路,模拟集成电路,', 'KC-2023-JL-076', '航天五院物资部', '中电24所,浙江航芯源,航天504所,中国科学院微电子所', '2023/9/6~2023/11/3', '外协', '陈亚文', '0', '0', '/oss/physical/temp/KC-2023-JL-076_1745985415202.pdf', null, '孙家诚', 'SX124MFRH,SX082MDRH,SW580RH,SW586AMDRH,SW584RH,GDA12SL6G4MPB,MT0720RH,M-DY(HM)2031-0112G1,AD10V3RH'); INSERT INTO `historical_database` VALUES ('1917429938927144962', 'changyuhai', '2025-04-30 12:04:56', 'changyuhai', '2025-04-30 16:05:03', null, '混合集成电路', 'KC-2023-JL-047', '浙江驰拓科技有限公司', '未提供', '2023.6.7', '外协', '刘海涛', '2', '22', '/oss/physical/temp/KC-2023-JL-047_1745985203235.pdf,/oss/physical/temp/4MLQ40G_1745987008554.xlsx', '浙江驰拓科技有限公司', '常余海', '4MLQ40G'); INSERT INTO `historical_database` VALUES ('1917430052387262466', 'sunjiacheng', '2025-04-30 12:05:23', null, null, null, '电源变换器,模拟集成电路', 'KC-2023-JL-118', '航天五院物资部', '中电24所,兴航光电', '2023/11/9~2023/12/22', '外协', '刘海涛', '0', '0', '/oss/physical/temp/KC-2023-JL-118_1745985764256.pdf', null, '孙家诚', 'HTSXXD2-AW,SW1825BMCRH,SF193BMFRH'); INSERT INTO `historical_database` VALUES ('1917431189509214209', 'sunjiacheng', '2025-04-30 12:09:54', null, null, null, '模拟集成电路', 'KC-2023-JL-128', '中电13所,中国电科产业基础研究院', 'XX', '2023/11/28', '外协', '刘海涛', '0', '0', '/oss/physical/temp/KC-2023-JL-128_1745986190480.pdf', null, '孙家诚', 'NC10417C-215,NC15566C-2713'); INSERT INTO `historical_database` VALUES ('1917431996992425985', 'zhangyun', '2025-04-30 12:13:07', null, null, null, '数字集成电路/存储芯片', '威固固态盘SSD', '804所', '上海威固', '2023/4/9', '外协', '王金鹏', '2', '2', '/oss/physical/temp/KC-2025-JL-060_1745986386107.xlsx', '王金鹏', '张云', 'S101(12mm*12mm)'); INSERT INTO `historical_database` VALUES ('1917433426390257665', 'sunjiacheng', '2025-04-30 12:18:48', null, null, null, '振荡器和压电晶体,敏感元器件和传感器(件),其他混合集成电路', 'KC-2023-JL-044', '中电43所', '中电43所', '2023/5/18~2023/7/14', '外协', '刘海涛', '0', '0', '/oss/physical/temp/KC-2023-JL-044_1745986697269.pdf', null, '孙家诚', 'HOSC2758C-CH,HSK2541B,HOSC15801,CC590MT,CC07MT,HLMD18200-2D,HPB58A-CH,HMSK4300AD-CH'); INSERT INTO `historical_database` VALUES ('1917434749261156354', 'chenpan', '2025-04-30 12:24:03', null, null, null, '混合集成电路', '混合集成电路LB8169T', '771所', '771所', '2023.11.16-2023.11.17', '外协', '梁晓雯', '3', '12', '/oss/physical/temp/KC-2023-SB-H771-157_1745986988440.xlsx,/oss/physical/temp/KC-2023-SB-H771-159_1745986988449.xlsx,/oss/physical/temp/KC-2023-SB-H771-158_1745986988447.xlsx,/oss/physical/temp/KC-2023-SB-H771-157测试数据_1745986988719.pdf,/oss/physical/temp/KC-2023-SB-H771-158测试数据_1745986988721.pdf,/oss/physical/temp/KC-2023-SB-H771-159测试数据_1745986988716.pdf,/oss/physical/temp/KC-2023-JL-120(1)_1745986998978.pdf,/oss/physical/temp/LB8169T(2304)试验大纲_1745987036051.pdf,/oss/physical/temp/LB8169T(2305)试验大纲_1745987036049.pdf,/oss/physical/temp/LB8169T(2303)试验大纲_1745987036081.pdf', '771所', '陈攀', 'LB8169T'); INSERT INTO `historical_database` VALUES ('1917435251248041986', 'changyuhai', '2025-04-30 12:26:03', 'changyuhai', '2025-04-30 16:06:52', null, '模拟集成电路', 'KC-2023-JL-042', '中电24所', '中电24所', '2023.4.26-2023.5.9', '外协', '张天诚', '2', '44', '/oss/physical/temp/KC-2023-JL-042_1745988687993.pdf,/oss/physical/temp/SW580RH_1745988709353.xlsx', '中电24所', '常余海', 'SW580RH'); INSERT INTO `historical_database` VALUES ('1917435587757051906', 'zhangyun', '2025-04-30 12:27:23', null, null, null, '数字集成电路/存储芯片', '威固固态盘SSD', '804所', '镁光', '2023/4/9', '外协', '王金鹏', '2', '2', '/oss/physical/temp/KC-2025-JL-060_1745986848018.xlsx', '王金鹏', '张云', 'MT29F256G08AUCABH3-10ITZ:A(18mm*12mm)'); INSERT INTO `historical_database` VALUES ('1917435776177770498', 'sunjiacheng', '2025-04-30 12:28:08', null, null, null, '其他混合集成电路,模拟集成电路,霍尔电路,开关', 'KC-2023-JL-068', '航天五院', '中电24所,771所,南京新捷中旭', '2023/8/16~2023/11/28', '外协', '刘海涛', '0', '0', '/oss/physical/temp/KC-2023-JL-068_1745986874656.pdf', null, '孙家诚', 'HDCD/100CH-15-15/D1,HDCD/100CH-15-65/D1,LHB666,J193A,LUC1825,CS3075H,HS3040,X47,SF1840MDRH,SX215MDRH,SF0546BMDRH'); INSERT INTO `historical_database` VALUES ('1917436187412500482', 'wangjiaxing', '2025-04-30 12:29:46', 'wangjiaxing', '2025-04-30 17:25:16', null, '半导体集成电路', '低功耗四运算放大器', '771所', '771所', '2022.06.17-2022.06.30', '外协', '陈亚文', '1', '224', '/oss/physical/temp/LF124A测试数据_1745987381022.pdf,/oss/physical/temp/质量记录_1745987384338.pdf,/oss/physical/temp/电离总剂量效应_1746005072826.xlsx', '771所', '王嘉兴', 'LF124A'); INSERT INTO `historical_database` VALUES ('1917438668376870913', 'sunjiacheng', '2025-04-30 12:39:37', null, null, null, '其他混合集成电路', '抗辐照型DC/DC变换器', '中国电子科技集团公司第二十四研究所', '中国电科24所', '2024/8/16~2024/9/23', '外协', '陈亚文', '2', '216', '/oss/physical/temp/原始试验数据_1745987945847.pdf,/oss/physical/temp/KC-2024-JL-133_1745987962845.pdf,/oss/physical/temp/电离总剂量效应_1745987971022.xlsx', '陈亚文', '孙家诚', 'SWH/(20-50)-5-120H/SP'); INSERT INTO `historical_database` VALUES ('1917438998409875457', 'chenpan', '2025-04-30 12:40:56', null, null, null, '数字集成电路', '三态输出八总线收发器', '771所', '771所', '2023.11.13-2023.11.16', '外协', '梁晓雯', '1', '2', '/oss/physical/temp/KC-2023-SB-H771-161测试数据_1745988048001.pdf,/oss/physical/temp/54HC245试验大纲_1745988047955.pdf,/oss/physical/temp/KC-2023-SB-H771-161_1745988047915.xlsx,/oss/physical/temp/KC-2023-JL-120(1)_1745988054180.pdf', '771所', '陈攀', '54HC245'); INSERT INTO `historical_database` VALUES ('1917440093022556162', 'sunjiacheng', '2025-04-30 12:45:17', 'sunjiacheng', '2025-04-30 12:45:53', null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022年02月18日~2022年02月25日', '外协', '张兴尧', '3', '414', '/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988226195.rar,/oss/physical/temp/KC-2022-JL-003_1745988337409.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988350643.xlsx', '张兴尧', '孙家诚', 'JHCS7130NDR'); INSERT INTO `historical_database` VALUES ('1917440801671188481', 'sunjiacheng', '2025-04-30 12:48:06', null, null, null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022年01月06日~2022年01月13日', '外协', '张兴尧', '3', '414', '/oss/physical/temp/电离总剂量效应2_1745988456324.xlsx,/oss/physical/temp/KC-2022-JL-003_1745988467487.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988482787.rar', '张兴尧', '孙家诚', 'JHCS20N45MR1'); INSERT INTO `historical_database` VALUES ('1917441262356762626', 'sunjiacheng', '2025-04-30 12:49:56', null, null, null, '晶体管', '增强型抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022年02月18日~2022年02月25日', '外协', '张兴尧', '3', '414', '/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988556288.rar,/oss/physical/temp/电离总剂量效应1_1745988577381.xlsx,/oss/physical/temp/KC-2022-JL-003_1745988592985.pdf', '张兴尧', '孙家诚', 'JHCS10N56MR1'); INSERT INTO `historical_database` VALUES ('1917441524161024001', 'chenpan', '2025-04-30 12:50:58', null, null, null, '晶体管', 'VDMOS', '771所', '771所', '2023.11.13-2023.11.16', '外协', '梁晓雯', '2', '22', '/oss/physical/temp/KC-2023-JL-120(1)_1745988622533.pdf,/oss/physical/temp/LCS4009CRH等VDMOS试验大纲_1745988644684.pdf,/oss/physical/temp/KC-2024-SB-H771-03测试数据_1745988653271.pdf,/oss/physical/temp/KC-2024-SB-H771-03_1745988653247.xlsx', '771所', '陈攀', 'LCS4009CRH'); INSERT INTO `historical_database` VALUES ('1917441622114799618', 'sunjiacheng', '2025-04-30 12:51:22', null, null, null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022年01月06日~2022年01月13日', '外协', '张兴尧', '3', '90', '/oss/physical/temp/KC-2022-JL-003_1745988657354.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988662506.rar,/oss/physical/temp/电离总剂量效应5_1745988680375.xlsx', '张兴尧', '孙家诚', 'JHCS10N56NAR3'); INSERT INTO `historical_database` VALUES ('1917441960016318465', 'sunjiacheng', '2025-04-30 12:52:42', null, null, null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022年02月18日~2022年02月25日', '外协', '张兴尧', '3', '414', '/oss/physical/temp/电离总剂量效应4_1745988746466.xlsx,/oss/physical/temp/KC-2022-JL-003_1745988752940.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988758479.rar', '张兴尧', '孙家诚', 'JHCSL797064NAR'); INSERT INTO `historical_database` VALUES ('1917442314372091905', 'sunjiacheng', '2025-04-30 12:54:07', null, null, null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022年02月18日~2022年02月25日', '外协', '张兴尧', '3', '90', '/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988827970.rar,/oss/physical/temp/KC-2022-JL-003_1745988835136.pdf,/oss/physical/temp/电离总剂量效应_1745988845175.xlsx', '张兴尧', '孙家诚', 'JHCS10P45NAR1'); INSERT INTO `historical_database` VALUES ('1917442475689218050', 'wangjiaxing', '2025-04-30 12:54:45', 'wangjiaxing', '2025-04-30 17:23:30', null, '半导体集成电路', '精密运算放大器', '771所', '771所', '2022.06.17-2022.06.30', '外协', '陈亚文', '1', '220', '/oss/physical/temp/F108A测试数据_1745988881039.pdf,/oss/physical/temp/质量记录_1745988883737.pdf,/oss/physical/temp/电离总剂量效应_1746004960367.xlsx', '771所', '王嘉兴', 'F108A'); INSERT INTO `historical_database` VALUES ('1917443073952157698', 'sunjiacheng', '2025-04-30 12:57:08', null, null, null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023/12/19~2023/12/26', '外协', '张兴尧', '3', '414', '/oss/physical/temp/电离总剂量效应_1745988947131.xlsx,/oss/physical/temp/KC-2023-JL-148_1745988954336.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20231218_1745989022899.rar', '张兴尧', '孙家诚', 'JHCSL90N02NAR'); INSERT INTO `historical_database` VALUES ('1917443449552080898', 'sunjiacheng', '2025-04-30 12:58:37', null, null, null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023/12/19~2023/12/26', '外协', '张兴尧', '3', '414', '/oss/physical/temp/深圳吉华微特-张兴尧-20231218_1745989093402.rar,/oss/physical/temp/电离总剂量效应_1745989110333.xlsx,/oss/physical/temp/KC-2023-JL-148_1745989116006.pdf', '张兴尧', '孙家诚', 'JHCS75N10NAR'); INSERT INTO `historical_database` VALUES ('1917443800443359234', 'sunjiacheng', '2025-04-30 13:00:01', null, null, null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023/12/19~2023/12/26', '外协', '张兴尧', '3', '414', '/oss/physical/temp/KC-2023-JL-148_1745989180176.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20231218_1745989185697.rar,/oss/physical/temp/电离总剂量效应_1745989200002.xlsx', '张兴尧', '孙家诚', 'JHCS20N16NJR1'); INSERT INTO `historical_database` VALUES ('1917444011500736513', 'changyuhai', '2025-04-30 13:00:51', 'changyuhai', '2025-04-30 16:07:53', null, '模拟集成电路', 'KC-2023-JL-042', '中电24所', '中电24所', '2023.5.2-2023.5.9', '外协', '张天诚', '2', '8', '/oss/physical/temp/SW1825MDRH_1745989238201.xlsx,/oss/physical/temp/KC-2023-JL-042_1745989247793.pdf', '中电24所', '常余海', 'SW1825MDRH'); INSERT INTO `historical_database` VALUES ('1917444099497234433', 'sunjiacheng', '2025-04-30 13:01:12', null, null, null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2023/12/19~2023/12/26', '外协', '张兴尧', '3', '414', '/oss/physical/temp/电离总剂量效应_1745989261204.xlsx,/oss/physical/temp/KC-2023-JL-148_1745989266213.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20231218_1745989271381.rar', '张兴尧', '孙家诚', 'JHCS67264MR'); INSERT INTO `historical_database` VALUES ('1917444549529276417', 'sunjiacheng', '2025-04-30 13:03:00', null, null, null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022/6/27~2022/7/21', '外协', '张兴尧', '3', '414', '/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745989363299.rar,/oss/physical/temp/KC-2022-JL-074_1745989369114.pdf,/oss/physical/temp/电离总剂量效应_1745989378741.xlsx', '张兴尧', '孙家诚', 'JHCS50N06MR'); INSERT INTO `historical_database` VALUES ('1917444713920827393', 'changyuhai', '2025-04-30 13:03:39', 'changyuhai', '2025-04-30 16:08:58', null, '模拟集成电路', 'KC-2023-JL-042', '中电24所', '中电24所', '2023.4.26-2023.6.13', '外协', '张天诚', '6', '30', '/oss/physical/temp/KC-2023-JL-042_1745989418432.pdf,/oss/physical/temp/SW7913MCRH_1745989658310.xlsx', '中电24所', '常余海', 'SW7913MCRH'); INSERT INTO `historical_database` VALUES ('1917444838239997954', 'sunjiacheng', '2025-04-30 13:04:08', null, null, null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022/6/27~2022/7/21', '外协', '张兴尧', '3', '414', '/oss/physical/temp/电离总剂量效应_1745989426657.xlsx,/oss/physical/temp/KC-2022-JL-074_1745989434183.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745989447453.rar', '张兴尧', '孙家诚', 'JHCS10N45MR1'); INSERT INTO `historical_database` VALUES ('1917445077525041153', 'chenpan', '2025-04-30 13:05:06', null, null, null, '混合集成电路', '四路双导通驱动器芯片', '771所', '771所', '2023.11.16-2023.11.16', '外协', '梁晓雯', '1', '20', '/oss/physical/temp/KC-2023-JL-120(1)_1745989490409.pdf,/oss/physical/temp/KC-2024-SB-H771-01_1745989502290.xlsx,/oss/physical/temp/KC-2024-SB-H771-01测试数据_1745989502402.pdf,/oss/physical/temp/JLQ-22试验大纲_1745989502314.pdf', '771所', '陈攀', 'JLQ-22'); INSERT INTO `historical_database` VALUES ('1917445877563363330', 'sunjiacheng', '2025-04-30 13:08:16', null, null, null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022/6/27~2022/7/21', '外协', '张兴尧', '3', '414', '/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745989628568.rar,/oss/physical/temp/KC-2022-JL-074_1745989640971.pdf,/oss/physical/temp/电离总剂量效应_1745989652384.xlsx', '张兴尧', '孙家诚', 'JHCS7130YR'); INSERT INTO `historical_database` VALUES ('1917446843637403650', 'luozikang', '2025-04-30 13:12:07', 'luozikang', '2025-04-30 13:21:39', null, '晶体管', 'RCS7391AT1型晶体管', '中科新微特', '中科新微特', '2022.5.17—2022.6.3', '外协', '荀明珠', '1', '22', '/oss/physical/temp/KC-2022-JL-049_1745990207411.pdf,/oss/physical/temp/电离总剂量效应_1745990484301.xlsx', '中科新微特', '罗梓康', 'RCS7391AT1'); INSERT INTO `historical_database` VALUES ('1917447142083104770', 'wangjiaxing', '2025-04-30 13:13:18', 'wangjiaxing', '2025-04-30 17:21:32', null, '半导体集成电路', '低压差可调稳压器芯片', '771所', '771所', '2022.06.17-2022.06.30', '外协', '陈亚文', '1', '136', '/oss/physical/temp/LW7913A测试数据_1745989992466.pdf,/oss/physical/temp/质量记录_1745989995371.pdf,/oss/physical/temp/电离总剂量效应_1746004888672.xlsx', '771所', '王嘉兴', 'LW7913A'); INSERT INTO `historical_database` VALUES ('1917447201893879809', 'changyuhai', '2025-04-30 13:13:32', 'changyuhai', '2025-04-30 16:10:06', null, '模拟集成电路', 'KC-2023-JL-042', '中电24所', '中电24所', '2023.4.26-2023.6.13', '外协', '张天诚', '4', '44', '/oss/physical/temp/KC-2023-JL-042_1745989746165.pdf,/oss/physical/temp/SX082MDRH_1745990010583.xlsx', '中电24所', '常余海', 'SX082MDRH'); INSERT INTO `historical_database` VALUES ('1917447302330683393', 'sunjiacheng', '2025-04-30 13:13:56', null, null, null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022/6/27~2022/7/21', '外协', '张兴尧', '3', '414', '/oss/physical/temp/电离总剂量效应_1745990019815.xlsx,/oss/physical/temp/KC-2022-JL-074_1745990027978.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745990034908.rar', '张兴尧', '孙家诚', 'JHCS67160MR'); INSERT INTO `historical_database` VALUES ('1917447663372177410', 'sunjiacheng', '2025-04-30 13:15:22', null, null, null, '晶体管', '抗辐照场效应晶体管', '深圳吉华微特电子有限公司', '深圳吉华微特电子有限公司', '2022/6/27~2022/7/21', '外协', '张兴尧', '3', '774', '/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745990083579.rar,/oss/physical/temp/KC-2022-JL-074_1745990088636.pdf,/oss/physical/temp/电离总剂量效应_1745990120641.xlsx', '张兴尧', '孙家诚', 'JHCS67160MR'); INSERT INTO `historical_database` VALUES ('1917448113420996610', 'chenpan', '2025-04-30 13:17:09', null, null, null, '晶体管', 'VDMOS', '771所', '771所', '2023.11.13-2023.11.28', '外协', '梁晓雯', '2', '22', '/oss/physical/temp/KC-2023-JL-120(1)_1745989996393.pdf,/oss/physical/temp/KC-2023-SB-H771-162_1745990014470.xlsx,/oss/physical/temp/KC-2023-SB-H771-162测试数据_1745990211997.pdf,/oss/physical/temp/LCS25D40CRH试验大纲_1745990211883.pdf', '771所', '陈攀', 'LCS25D40CRH'); INSERT INTO `historical_database` VALUES ('1917449640797769729', 'luozikang', '2025-04-30 13:23:14', null, null, null, '晶体管', 'RCS7422SAU1型晶体管', '中科新微特', '中科新微特', '2022.5.17—2022.6.3', '外协', '荀明珠', '1', '22', '/oss/physical/temp/电离总剂量效应_1745990579951.xlsx,/oss/physical/temp/KC-2022-JL-049_1745990583399.pdf', '中科新微特', '罗梓康', 'RCS7422SAU1'); INSERT INTO `historical_database` VALUES ('1917451846670323714', 'chenpan', '2025-04-30 13:31:59', null, null, null, '模拟集成电路', '抗辐照可调精密基准源', '771所', '771所', '2023.11.16-2023.11.27', '外协', '梁晓雯', '1', '4', '/oss/physical/temp/KC-2023-JL-120(1)_1745991087233.pdf,/oss/physical/temp/KC-2024-SB-H771-02_1745991098410.xlsx,/oss/physical/temp/KC-2024-SB-H771-02测试数据_1745991098479.pdf,/oss/physical/temp/TL1431试验大纲_1745991098451.pdf', '771所', '陈攀', 'TL1431'); INSERT INTO `historical_database` VALUES ('1917453960943472642', 'chenpan', '2025-04-30 13:40:24', null, null, null, '模拟集成电路', '辐射加固反馈控制器', '771所', '771所', '11.14-12.04', '外协', '梁晓雯', '0', '0', '/oss/physical/temp/KC-2023-JL-120(1)_1745991550797.pdf,/oss/physical/temp/LS5072RH试验大纲_1745991622341.pdf', null, '陈攀', 'LS5072RH'); INSERT INTO `historical_database` VALUES ('1917455081527283714', 'chenpan', '2025-04-30 13:44:51', null, null, null, '专用集成电路', '抗辐射加固LZ3001型专用脉宽调制器', '771所', '771所', '2023.11.14-2023.12.04', '外协', '梁晓雯', '0', '0', '/oss/physical/temp/KC-2023-JL-120(1)_1745991786275.pdf,/oss/physical/temp/LZ3001试验大纲_1745991889289.pdf', null, '陈攀', 'LZ3001'); INSERT INTO `historical_database` VALUES ('1917455966995189761', 'chenpan', '2025-04-30 13:48:22', null, null, null, '模拟集成电路', '四运算放大器芯片', '771所', '771所', '2023.11.14-2023.11.27', '外协', '梁晓雯', '0', '0', '/oss/physical/temp/KC-2023-JL-120(1)_1745992032542.pdf,/oss/physical/temp/OP482RH试验大纲_1745992099505.pdf', null, '陈攀', 'OP482RH'); INSERT INTO `historical_database` VALUES ('1917457458204479489', 'chenpan', '2025-04-30 13:54:17', null, null, null, '晶体管', 'VDMOS', '771所', '771所', 'XX', '外协', '梁晓雯', '0', '0', '/oss/physical/temp/KC-2023-JL-120(1)_1745992373429.pdf,/oss/physical/temp/LCS7262T2RH等试验大纲_1745992450705.pdf', null, '陈攀', 'LCS7262T2RH,LCS7390SEU3RH'); INSERT INTO `historical_database` VALUES ('1917484232405651457', 'wangjiaxing', '2025-04-30 15:40:41', 'wangjiaxing', '2025-04-30 17:18:46', null, '半导体集成电路', '单电源双运算放大器', '771所', '771所', '2022.06.17-2022.06.30', '外协', '陈亚文', '1', '264', '/oss/physical/temp/F158A测试数据_1745998835441.pdf,/oss/physical/temp/质量记录_1745998838860.pdf,/oss/physical/temp/电离总剂量效应_1746004720369.xlsx', '771所', '王嘉兴', 'F158A'); INSERT INTO `historical_database` VALUES ('1917485495084093442', 'luozikang', '2025-04-30 15:45:42', null, null, null, '晶体管', 'LCS842U1型晶体管', '中科新微特', '中科新微特', '2022.5.17—2022.6.3', '外协', '荀明珠', '1', '22', '/oss/physical/temp/电离总剂量效应_1745999131853.xlsx,/oss/physical/temp/KC-2022-JL-049_1745999139952.pdf', '中科新微特', '罗梓康', 'LCS842U1'); INSERT INTO `historical_database` VALUES ('1917485746520035329', 'luozikang', '2025-04-30 15:46:42', 'luozikang', '2025-04-30 17:09:44', null, '晶体管', 'LCS842U1型晶体管', '中科新微特', '中科新微特', '2022.5.17—2022.6.3', '外协', '荀明珠', '1', '22', '/oss/physical/temp/KC-2022-JL-049_1745999197900.pdf,/oss/physical/temp/电离总剂量效应_1745999200992.xlsx,/oss/physical/temp/KC-2022-SB-UD88_1746004180967.pdf', '中科新微特', '罗梓康', 'LCS842U1'); INSERT INTO `historical_database` VALUES ('1917485943610380290', 'luozikang', '2025-04-30 15:47:29', null, null, null, '晶体管', 'RCS7382T3型晶体管', '中科新微特', '中科新微特', '2022.5.17—2022.6.3', '外协', '荀明珠', '1', '22', '/oss/physical/temp/KC-2022-JL-049_1745999244032.pdf,/oss/physical/temp/电离总剂量效应_1745999247896.xlsx', '中科新微特', '罗梓康', 'RCS7382T3'); INSERT INTO `historical_database` VALUES ('1917486167334555649', 'luozikang', '2025-04-30 15:48:22', null, null, null, '晶体管', 'RCS7586U2型晶体管', '中科新微特', '中科新微特', '2022.5.17—2022.6.3', '外协', '荀明珠', '1', '22', '/oss/physical/temp/电离总剂量效应_1745999297648.xlsx,/oss/physical/temp/KC-2022-JL-049_1745999301341.pdf', '中科新微特', '罗梓康', 'RCS7586U2'); INSERT INTO `historical_database` VALUES ('1917486406946754561', 'luozikang', '2025-04-30 15:49:19', null, null, null, '晶体管', 'RCS7583U2型晶体管', '中科新微特', '中科新微特', '2022.5.17—2022.6.3', '外协', '荀明珠', '1', '22', '/oss/physical/temp/电离总剂量效应_1745999355127.xlsx,/oss/physical/temp/KC-2022-JL-049_1745999358101.pdf', '中科新微特', '罗梓康', 'RCS7583U2'); INSERT INTO `historical_database` VALUES ('1917488868726378497', 'wangjiaxing', '2025-04-30 15:59:06', 'wangjiaxing', '2025-04-30 17:16:48', null, '半导体集成电路', '双电压比较器', '771所', '771所', '2022.06.17-2022.06.30', '外协', '陈亚文', '1', '330', '/oss/physical/temp/LF119测试数据_1745999941425.pdf,/oss/physical/temp/质量记录_1745999944760.pdf,/oss/physical/temp/电离总剂量效应_1746004596299.xlsx', '771所', '王嘉兴', 'LF119'); INSERT INTO `historical_database` VALUES ('1917489640520257537', 'luozikang', '2025-04-30 16:02:10', null, null, null, '晶体管', 'IRLMLO100TRPb晶体管', '中科院微小卫星创新研究院', '上海格思', '2024.6.4—2024.6.14', '外协', '刘海涛', '1', '2', '/oss/physical/temp/电离总剂量效应_1746000109013.xlsx,/oss/physical/temp/KC-2024-JL-088_1746000125505.pdf', '中科院微小卫星创新研究院', '罗梓康', 'IRLMLO100TRPb'); INSERT INTO `historical_database` VALUES ('1917490292319293442', 'luozikang', '2025-04-30 16:04:46', null, null, null, '晶体管', 'BSS214NWH6327XTSA1晶体管', '中科院微小卫星创新研究院', '上海格思', '2024.6.4—2024.6.14', '外协', '刘海涛', '1', '2', '/oss/physical/temp/电离总剂量效应_1746000278574.xlsx,/oss/physical/temp/KC-2024-JL-088_1746000285021.pdf', '中科院微小卫星创新研究院', '罗梓康', 'BSS214NWH6327XTSA1'); INSERT INTO `historical_database` VALUES ('1917490612680232961', 'luozikang', '2025-04-30 16:06:02', null, null, null, '晶体管', 'IRF7342PbF晶体管', '中科院微小卫星创新研究院', '上海格思', '2024.6.4—2024.6.14', '外协', '刘海涛', '1', '2', '/oss/physical/temp/电离总剂量效应_1746000353210.xlsx,/oss/physical/temp/KC-2024-JL-088_1746000360507.pdf', '中科院微小卫星创新研究院', '罗梓康', 'IRF7342PbF'); INSERT INTO `historical_database` VALUES ('1917490854108565505', 'luozikang', '2025-04-30 16:07:00', null, null, null, '晶体管', 'BSC220N20NSFDATMA1晶体管', '中科院微小卫星创新研究院', '上海格思', '2024.6.4—2024.6.14', '外协', '刘海涛', '1', '2', '/oss/physical/temp/KC-2024-JL-088_1746000415270.pdf,/oss/physical/temp/电离总剂量效应_1746000418521.xlsx', '中科院微小卫星创新研究院', '罗梓康', 'BSC220N20NSFDATMA1'); INSERT INTO `historical_database` VALUES ('1917491339376955394', 'luozikang', '2025-04-30 16:08:55', null, null, null, '断路器', 'TPS25940AQRVCRQ1保险丝', '中科院微小卫星创新研究院', '上海格思', '2024.6.4—2024.6.14', '外协', '刘海涛', '1', '2', '/oss/physical/temp/电离总剂量效应_1746000530087.xlsx,/oss/physical/temp/KC-2024-JL-088_1746000534644.pdf', '中科院微小卫星创新研究院', '罗梓康', 'TPS25940AQRVCRQ1'); INSERT INTO `historical_database` VALUES ('1917491655661031425', 'luozikang', '2025-04-30 16:10:11', null, null, null, '晶体管', '2N7002K-T1-GE3晶体管', '中科院微小卫星创新研究院', '上海格思', '2024.6.4—2024.6.14', '外协', '刘海涛', '1', '1', '/oss/physical/temp/电离总剂量效应_1746000607398.xlsx', '中科院微小卫星创新研究院', '罗梓康', '2N7002K-T1-GE3'); INSERT INTO `historical_database` VALUES ('1917492170574761985', 'luozikang', '2025-04-30 16:12:13', null, null, null, '其他混合集成电路', 'LTM8023EV型DCDC', '中科院微小卫星创新研究院', '上海格思', '2024.6.4—2024.6.14', '外协', '刘海涛', '1', '2', '/oss/physical/temp/电离总剂量效应_1746000729874.xlsx', '中科院微小卫星创新研究院', '罗梓康', 'LTM8023EV'); INSERT INTO `historical_database` VALUES ('1917492337516449794', 'changyuhai', '2025-04-30 16:12:53', 'changyuhai', '2025-04-30 16:30:03', null, '其他混合集成电路', 'KC-2022-JL-062', '中电43所', '中电43所', '2022.6.10-2022.7.20', '外协', '冯婕', '3', '84', '/oss/physical/temp/KC-2022-JL-062_1746000787294.pdf,/oss/physical/temp/CC2S80AMJ-RH-2_1746001583853.xlsx', '中电43所', '常余海', 'CC2S80AMJ-RH'); INSERT INTO `historical_database` VALUES ('1917492736034050050', 'luozikang', '2025-04-30 16:14:28', null, null, null, '其他混合集成电路', 'X42C20T05N204ZPT电源模块', '中科院微小卫星创新研究院', '深圳守正微', '2024.6.4—2024.6.14', '外协', '刘海涛', '1', '2', '/oss/physical/temp/电离总剂量效应_1746000863971.xlsx', '中科院微小卫星创新研究院', '罗梓康', 'X42C20T05N204ZPT'); INSERT INTO `historical_database` VALUES ('1917493156148121602', 'luozikang', '2025-04-30 16:16:08', null, null, null, '其他混合集成电路', 'MFK2805SF型DCDC', '中科院微小卫星创新研究院', 'interpoint', '2024.6.4—2024.6.14', '外协', '刘海涛', '1', '2', '/oss/physical/temp/KC-2024-JL-088_1746000964290.pdf,/oss/physical/temp/电离总剂量效应_1746000967372.xlsx', '中科院微小卫星创新研究院', '罗梓康', 'MFK2805SF'); INSERT INTO `historical_database` VALUES ('1917493259751624706', 'changyuhai', '2025-04-30 16:16:33', 'changyuhai', '2025-04-30 16:29:53', null, '其他混合集成电路', 'KC-2022-JL-062', '中电43所', '中电43所', '2022.6.10-2022.7.20', '外协', '冯婕', '3', '84', '/oss/physical/temp/KC-2022-JL-062_1746000972634.pdf,/oss/physical/temp/CC2S80AMJ-RH-3_1746001602448.xlsx', '中电43所', '常余海', 'CC2S80AMJ-RH'); INSERT INTO `historical_database` VALUES ('1917493431235743745', 'wangjiaxing', '2025-04-30 16:17:14', 'wangjiaxing', '2025-04-30 17:15:03', null, '半导体集成电路', '线性稳压器', '771所', '771所', '2022.06.17-2022.06.23', '外协', '陈亚文', '1', '256', '/oss/physical/temp/LW5232测试数据_1746001028915.pdf,/oss/physical/temp/质量记录_1746001031820.pdf,/oss/physical/temp/电离总剂量效应_1746004498365.xlsx', '771所', '王嘉兴', 'LW5232'); INSERT INTO `historical_database` VALUES ('1917493433479696385', 'luozikang', '2025-04-30 16:17:15', null, null, null, '其他混合集成电路', 'MFK2828SF型DCDC', '中科院微小卫星创新研究院', 'interpoint', '2024.6.4—2024.6.14', '外协', '刘海涛', '1', '2', '/oss/physical/temp/KC-2024-JL-088_1746001030450.pdf,/oss/physical/temp/电离总剂量效应_1746001033649.xlsx', '中科院微小卫星创新研究院', '罗梓康', 'MFK2828SF'); INSERT INTO `historical_database` VALUES ('1917493839932919810', 'luozikang', '2025-04-30 16:18:51', null, null, null, '数字集成电路', 'ADG506AKR多路开关', '中科院微小卫星创新研究院', 'ADI', '2024.6.4—2024.6.14', '外协', '刘海涛', '1', '2', '/oss/physical/temp/KC-2024-JL-088_1746001115231.pdf,/oss/physical/temp/电离总剂量效应_1746001117856.xlsx', '中科院微小卫星创新研究院', '罗梓康', 'ADG506AKR'); INSERT INTO `historical_database` VALUES ('1917494192850046978', 'luozikang', '2025-04-30 16:20:16', null, null, null, '其他混合集成电路', 'MAX4173TEUT+T电流采集芯片', '中科院微小卫星创新研究院', 'MAXIM', '2024.6.4—2024.6.14', '外协', '刘海涛', '1', '1', '/oss/physical/temp/电离总剂量效应_1746001211993.xlsx,/oss/physical/temp/KC-2024-JL-088_1746001215015.pdf', '中科院微小卫星创新研究院', '罗梓康', 'MAX4173TEUT+T'); INSERT INTO `historical_database` VALUES ('1917494913955762177', 'wangjiaxing', '2025-04-30 16:23:07', 'wangjiaxing', '2025-04-30 17:12:18', null, '半导体集成电路', '线性稳压器', '771所', '771所', '2022.06.17-2022.06.23', '外协', '陈亚文', '1', '512', '/oss/physical/temp/LW5232测试数据_1746001382819.pdf,/oss/physical/temp/质量记录_1746001385292.pdf,/oss/physical/temp/电离总剂量效应_1746004320764.xlsx', '771所', '王嘉兴', 'LW5232'); INSERT INTO `historical_database` VALUES ('1917496521930280961', 'changyuhai', '2025-04-30 16:29:31', null, null, null, '其他混合集成电路', 'KC-2022-JL-062', '中电43所', '中电43所', '2022.6.10-2022.7.20', '外协', '冯婕', '3', '42', '/oss/physical/temp/KC-2022-JL-062_1746001761460.pdf,/oss/physical/temp/CC2S80AMJ-RH-4_1746001769347.xlsx', '中电43所', '常余海', 'CC2S80AMJ-RH'); INSERT INTO `historical_database` VALUES ('1917497238204157953', 'wangjiaxing', '2025-04-30 16:32:22', 'wangjiaxing', '2025-04-30 17:10:17', null, '半导体集成电路', '线性稳压器', '771所', '771所', '2022.06.17-2022.06.23', '外协', '陈亚文', '1', '44', '/oss/physical/temp/LW5232测试数据_1746001936349.pdf,/oss/physical/temp/质量记录_1746001938926.pdf,/oss/physical/temp/电离总剂量效应_1746004186480.xlsx', '771所', '王嘉兴', 'LW5232'); INSERT INTO `historical_database` VALUES ('1917497770515861506', 'changyuhai', '2025-04-30 16:34:29', 'changyuhai', '2025-04-30 16:34:47', null, '其他混合集成电路', 'KC-2022-JL-062', '中电43所', '中电43所', '2022.7.22-2022.8.3', '外协', '冯婕', '11', '22', '/oss/physical/temp/KC-2022-JL-062_1746001951727.pdf,/oss/physical/temp/CC2S80AMJ-RH-5_1746002082151.xlsx', '中电43所', '常余海', 'CC2S80AMJ-RH'); INSERT INTO `historical_database` VALUES ('1917498501083926530', 'luozikang', '2025-04-30 16:37:23', 'luozikang', '2025-04-30 17:11:31', null, '晶体管', 'PL-5-12型晶体管', '中科院上海微系统所', '中科院上海微系统所', '2023.3.13—2023.3.17', '外协', '荀明珠', '32', '128', '/oss/physical/temp/KC-2023-JL-026_1746002232024.pdf,/oss/physical/temp/电离总剂量效应_1746002239445.xlsx,/oss/physical/temp/KC-2023-SB-SWXT_1746004288948.pdf', '中科院上海微系统所', '罗梓康', 'PL-5-12'); INSERT INTO `historical_database` VALUES ('1917498900893372417', 'luozikang', '2025-04-30 16:38:58', 'luozikang', '2025-04-30 17:11:22', null, '晶体管', 'PL-5-33型晶体管', '中科院上海微系统所', '中科院上海微系统所', '2023.3.13—2023.3.17', '外协', '荀明珠', '32', '128', '/oss/physical/temp/KC-2023-JL-026_1746002331094.pdf,/oss/physical/temp/电离总剂量效应_1746002337130.xlsx,/oss/physical/temp/KC-2023-SB-SWXT_1746004280894.pdf', '中科院上海微系统所', '罗梓康', 'PL-5-33'); INSERT INTO `historical_database` VALUES ('1917499258403262465', 'luozikang', '2025-04-30 16:40:23', 'luozikang', '2025-04-30 17:11:15', null, '晶体管', 'PL-1-12型晶体管', '中科院上海微系统所', '中科院上海微系统所', '2023.3.13—2023.3.17', '外协', '荀明珠', '32', '128', '/oss/physical/temp/KC-2023-JL-026_1746002417016.pdf,/oss/physical/temp/电离总剂量效应_1746002421938.xlsx,/oss/physical/temp/KC-2023-SB-SWXT_1746004272870.pdf', '中科院上海微系统所', '罗梓康', 'PL-1-12'); INSERT INTO `historical_database` VALUES ('1917499494878121986', 'luozikang', '2025-04-30 16:41:20', 'luozikang', '2025-04-30 17:10:41', null, '晶体管', 'PL-1-33型晶体管', '中科院上海微系统所', '中科院上海微系统所', '2023.3.13—2023.3.17', '外协', '荀明珠', '32', '128', '/oss/physical/temp/KC-2023-JL-026_1746002474136.pdf,/oss/physical/temp/电离总剂量效应_1746002478736.xlsx,/oss/physical/temp/KC-2023-SB-SWXT_1746004240119.pdf', '中科院上海微系统所', '罗梓康', 'PL-1-33'); INSERT INTO `historical_database` VALUES ('1917500484196995073', 'wangjiaxing', '2025-04-30 16:45:16', 'wangjiaxing', '2025-04-30 17:07:43', null, '半导体集成电路', '4线-6线译码器', '771所', '771所', '2022.05.23-2022.05.25', '外协', '陈亚文', '1', '36', '/oss/physical/temp/LZ5393R测试数据_1746002731594.pdf,/oss/physical/temp/质量记录_1746002735788.pdf,/oss/physical/temp/电离总剂量效应_1746004039321.xlsx', '外协', '王嘉兴', 'LZ5393R'); INSERT INTO `historical_database` VALUES ('1917503101077786626', 'wangjiaxing', '2025-04-30 16:55:39', 'wangjiaxing', '2025-04-30 17:05:40', null, '半导体集成电路', '全波相敏整流放大器', '771所', '771所', '2022.05.24', '外协', '陈亚文', '1', '81', '/oss/physical/temp/LZX1测试数据_1746003335168.pdf,/oss/physical/temp/质量记录_1746003337482.pdf,/oss/physical/temp/电离总剂量效应_1746003927485.xlsx', '771所', '王嘉兴', 'LZX1'); INSERT INTO `historical_database` VALUES ('1917511969577078785', 'wangjiaxing', '2025-04-30 17:30:54', 'wangjiaxing', '2025-04-30 17:56:43', null, 'MOS', 'VDMOS', '771所', '771所', '2022.05.23-2022.05.25', '外协', '陈亚文', '2', '154', '/oss/physical/temp/电离总剂量效应_1746005443889.xlsx,/oss/physical/temp/LCS7583T1RH_1746005446547.pdf,/oss/physical/temp/质量记录_1746005449375.pdf', '771所', '王嘉兴', 'LCS7583T1RH'); INSERT INTO `historical_database` VALUES ('1917513069059346434', 'wangjiaxing', '2025-04-30 17:35:16', 'wangjiaxing', '2025-04-30 17:56:38', null, 'MOS', 'VDMOS', '771所', '771所', '2022.05.23-2022.05.25', '外协', '陈亚文', '2', '154', '/oss/physical/temp/电离总剂量效应_1746005708814.xlsx,/oss/physical/temp/LCS7583T1RH测试数据_1746005711513.pdf,/oss/physical/temp/质量记录_1746005714452.pdf', '771所', '王嘉兴', 'LCS7583T1RH'); INSERT INTO `historical_database` VALUES ('1917514256806547457', 'wangjiaxing', '2025-04-30 17:39:59', 'wangjiaxing', '2025-04-30 17:56:32', null, 'MOS', 'VDMOS', '771所', '771所', '2022.05.23-2022.05.25', '771所', '陈亚文', '2', '154', '/oss/physical/temp/电离总剂量效应_1746005992571.xlsx,/oss/physical/temp/LCS7583T1RH测试数据_1746005995498.pdf,/oss/physical/temp/质量记录_1746005997964.pdf', '外协', '王嘉兴', 'LCS7583T1RH'); INSERT INTO `historical_database` VALUES ('1917516582380343298', 'wangjiaxing', '2025-04-30 17:49:14', null, null, null, '半导体集成电路', '低压差电压线性调整期', '771所', '771所', '2022.05.24', '外协', '陈亚文', '1', '80', '/oss/physical/temp/LS883测试数据_1746006549596.pdf,/oss/physical/temp/电离总剂量效应_1746006552026.xlsx', '771所', '王嘉兴', 'LS883'); INSERT INTO `historical_database` VALUES ('1917518396978860033', 'wangjiaxing', '2025-04-30 17:56:26', 'wangjiaxing', '2025-04-30 17:58:49', null, 'MOS', 'VDMOS', '771所', '771所', '2022.0523-2022.05.25', '外协', '陈亚文', '2', '154', '/oss/physical/temp/电离总剂量效应_1746006981153.xlsx,/oss/physical/temp/LCS7591U3RH测试数据_1746006984005.pdf', '771所', '王嘉兴', 'LCS7591U3RH'); INSERT INTO `historical_database` VALUES ('1917519539343691777', 'wangjiaxing', '2025-04-30 18:00:59', null, null, null, 'MOS', 'VDMOS', '771所', '771所', '2022.05.23-2022.05.25', '外协', '陈亚文', '2', '154', '/oss/physical/temp/电离总剂量效应_1746007254178.xlsx,/oss/physical/temp/LCS7587U3RH测试数据_1746007257171.pdf', '771所', '王嘉兴', 'LCS7587U3RH'); INSERT INTO `historical_database` VALUES ('1917521133225349122', 'wangjiaxing', '2025-04-30 18:07:19', 'wangjiaxing', '2025-04-30 18:24:05', null, '半导体集成电路,VDMOS', '无实验报告', '771所', '771所', '1', '外协', '1', null, null, '/oss/physical/temp/质量记录_1746008642461.pdf', null, '王嘉兴', 'LW600,LF484RH,LZ3001,LUC1843A,LHKF10002T01,LUC1843RH,LS5072RH,LZ3001IXDP630A54HC125,F158,LCS25D40CRH,CS200RH'); INSERT INTO `historical_database` VALUES ('1917533685363740673', 'huangkan', '2025-04-30 18:57:11', 'huangkan', '2025-04-30 19:21:10', null, '晶体管', 'FinFET', '中国科学院微电子研究所抗辐照器件技术重点实验室', '/', '2023.02.06-2023.02.13', '外协', '荀明珠', '3', '7', '/oss/physical/temp/KC-2023-JL-009_1746012066861.pdf,/oss/physical/temp/weidianzisuo0207zhangxu_1746012066855.zip,/oss/physical/temp/电离总剂量效应_1746012066674.xlsx', null, '黄侃', '450A-R-CSOI,FOI FinFET,SOI FinFET'); -- ---------------------------- -- Table structure for irradiation_standards -- ---------------------------- DROP TABLE IF EXISTS `irradiation_standards`; CREATE TABLE `irradiation_standards` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `name` varchar(255) DEFAULT NULL COMMENT '标准名称', `code` varchar(255) DEFAULT NULL COMMENT '标准代码', `environmental_temperature` text COMMENT '辐照环境温度', `anneal_times` varchar(255) DEFAULT NULL COMMENT '退火时长', `radiation_source` varchar(255) DEFAULT NULL COMMENT '辐射源', `condition_f` varchar(512) DEFAULT NULL COMMENT '条件F', `condition_d` varchar(512) DEFAULT NULL COMMENT '条件D', `condition_e` varchar(512) DEFAULT NULL COMMENT '条件E', `condition_b` varchar(512) DEFAULT NULL COMMENT '条件B', `condition_c` varchar(512) DEFAULT NULL COMMENT '条件C', `condition_a` varchar(512) DEFAULT NULL COMMENT '条件A', `accelerated_anneal_temperature` varchar(36) DEFAULT NULL COMMENT '加速退火温度', `room_anneal_temperature` varchar(36) DEFAULT NULL COMMENT '室温退火温度', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of irradiation_standards -- ---------------------------- INSERT INTO `irradiation_standards` VALUES ('1874767246307520514', 'admin', '2025-01-02 18:38:38', null, null, 'A01', '微电子器件试验方法和程序', 'GJB 548C-2021', '18-30', '156~180', '钴60伽马射线源', null, '≤0.01', '加速条件', '<50', '相关方都允许', '50~300', '100±5', '24±8'); -- ---------------------------- -- Table structure for jeecg_monthly_growth_analysis -- ---------------------------- DROP TABLE IF EXISTS `jeecg_monthly_growth_analysis`; CREATE TABLE `jeecg_monthly_growth_analysis` ( `id` int(11) NOT NULL AUTO_INCREMENT, `year` varchar(50) DEFAULT NULL, `month` varchar(50) DEFAULT NULL COMMENT '月份', `main_income` decimal(18,2) DEFAULT '0.00' COMMENT '佣金/主营收入', `other_income` decimal(18,2) DEFAULT '0.00' COMMENT '其他收入', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of jeecg_monthly_growth_analysis -- ---------------------------- -- ---------------------------- -- Table structure for jeecg_order_customer -- ---------------------------- DROP TABLE IF EXISTS `jeecg_order_customer`; CREATE TABLE `jeecg_order_customer` ( `id` varchar(32) NOT NULL COMMENT '主键', `name` varchar(100) NOT NULL COMMENT '客户名', `sex` varchar(4) DEFAULT NULL COMMENT '性别', `idcard` varchar(18) DEFAULT NULL COMMENT '身份证号码', `idcard_pic` varchar(500) DEFAULT NULL COMMENT '身份证扫描件', `telphone` varchar(32) DEFAULT NULL COMMENT '电话1', `order_id` varchar(32) NOT NULL COMMENT '外键', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', `update_time` datetime DEFAULT NULL COMMENT '修改时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of jeecg_order_customer -- ---------------------------- -- ---------------------------- -- Table structure for jeecg_order_main -- ---------------------------- DROP TABLE IF EXISTS `jeecg_order_main`; CREATE TABLE `jeecg_order_main` ( `id` varchar(32) NOT NULL COMMENT '主键', `order_code` varchar(50) DEFAULT NULL COMMENT '订单号', `ctype` varchar(500) DEFAULT NULL COMMENT '订单类型', `order_date` datetime DEFAULT NULL COMMENT '订单日期', `order_money` double(10,3) DEFAULT NULL COMMENT '订单金额', `content` varchar(500) DEFAULT NULL COMMENT '订单备注', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', `update_time` datetime DEFAULT NULL COMMENT '修改时间', `bpm_status` varchar(3) DEFAULT NULL COMMENT '流程状态', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of jeecg_order_main -- ---------------------------- -- ---------------------------- -- Table structure for jeecg_order_ticket -- ---------------------------- DROP TABLE IF EXISTS `jeecg_order_ticket`; CREATE TABLE `jeecg_order_ticket` ( `id` varchar(32) NOT NULL COMMENT '主键', `ticket_code` varchar(100) NOT NULL COMMENT '航班号', `tickect_date` datetime DEFAULT NULL COMMENT '航班时间', `order_id` varchar(32) NOT NULL COMMENT '外键', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', `update_time` datetime DEFAULT NULL COMMENT '修改时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of jeecg_order_ticket -- ---------------------------- -- ---------------------------- -- Table structure for jeecg_project_nature_income -- ---------------------------- DROP TABLE IF EXISTS `jeecg_project_nature_income`; CREATE TABLE `jeecg_project_nature_income` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nature` varchar(50) NOT NULL COMMENT '项目性质', `insurance_fee` decimal(18,2) DEFAULT '0.00' COMMENT '保险经纪佣金费', `risk_consulting_fee` decimal(18,2) DEFAULT '0.00' COMMENT '风险咨询费', `evaluation_fee` decimal(18,2) DEFAULT '0.00' COMMENT '承保公估评估费', `insurance_evaluation_fee` decimal(18,2) DEFAULT '0.00' COMMENT '保险公估费', `bidding_consulting_fee` decimal(18,2) DEFAULT '0.00' COMMENT '投标咨询费', `interol_consulting_fee` decimal(18,2) DEFAULT '0.00' COMMENT '内控咨询费', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of jeecg_project_nature_income -- ---------------------------- -- ---------------------------- -- Table structure for local_database -- ---------------------------- DROP TABLE IF EXISTS `local_database`; CREATE TABLE `local_database` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `type` varchar(32) DEFAULT NULL COMMENT '类型', `name` varchar(255) DEFAULT NULL COMMENT '名称', `client_name` varchar(255) DEFAULT NULL COMMENT '委托方', `start_date` varchar(32) DEFAULT NULL COMMENT '试验开始时间', `end_date` varchar(32) DEFAULT NULL COMMENT '试验结束时间', `data_source` varchar(255) DEFAULT NULL COMMENT '数据来源', `experiment_user` varchar(255) DEFAULT NULL COMMENT '试验人员', `total_count_xhy` int(11) DEFAULT NULL COMMENT '西核院统计', `total_count_lhs` int(11) DEFAULT NULL COMMENT '理化所统计', `status` varchar(32) DEFAULT NULL COMMENT '状态', `experiment_no` varchar(32) DEFAULT NULL COMMENT '试验编号', `experiment_id` varchar(36) DEFAULT NULL COMMENT '试验ID', `sample_model` varchar(2048) DEFAULT NULL COMMENT '样品型号', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- ---------------------------- -- Records of local_database -- ---------------------------- INSERT INTO `local_database` VALUES ('1902225837285150721', 'admin', '2025-03-19 13:09:16', null, null, 'A01', '2', '中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验', '中国电子科技集团公司第二十四研究所', '2025-03-15 12:26:00', null, null, null, null, null, '试验完成', 'KC-2025-JL-048', '1902217343555309570', null); INSERT INTO `local_database` VALUES ('1902231621184229378', 'admin', '2025-03-19 13:32:15', null, null, 'A01', '2', '中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验', '中国电子科技集团公司第二十四研究所', '2025-03-20 13:11:00', null, null, null, null, null, '试验完成', 'KC-2025-JL-049', '1902226343554420737', null); INSERT INTO `local_database` VALUES ('1902232579490418689', 'admin', '2025-03-19 13:36:03', null, null, 'A01', '2', '中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验', '中国电子科技集团公司第二十四研究所', '2025-03-20 13:11:00', null, null, null, null, null, '试验完成', 'KC-2025-JL-049', '1902226343554420737', null); INSERT INTO `local_database` VALUES ('1913053038695911425', 'admin', '2025-04-18 10:12:42', null, null, 'A01', '2', '深圳吉华微特大钴源、小钴源试验', '深圳吉华微特', '2025-04-14 19:42:00', null, null, null, null, null, '试验完成', 'KC-2025-JL-057', '1912838447500070913', null); INSERT INTO `local_database` VALUES ('1913065899971284994', 'admin', '2025-04-18 11:03:48', null, null, 'A01', '2', '深圳吉华微特大钴源、小钴源试验', '深圳吉华微特', '2025-04-14 19:42:00', null, null, null, null, null, '试验完成', 'KC-2025-JL-057', '1912838447500070913', null); INSERT INTO `local_database` VALUES ('1915359900120354818', 'test', '2025-04-24 18:59:21', null, null, null, '1', '中国电子科技集团公司第二十四研究所大钴源试验', '中国电子科技集团公司第二十四研究所', '2025-04-24 00:56:00', '2025-04-24 00:00:00', null, null, null, null, '试验完成', 'KC-2025-JL-070', '1915358525311389698', null); -- ---------------------------- -- Table structure for migration_data_record -- ---------------------------- DROP TABLE IF EXISTS `migration_data_record`; CREATE TABLE `migration_data_record` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `type` varchar(32) DEFAULT NULL COMMENT '试验类型', `name` varchar(255) DEFAULT NULL COMMENT '试验名称', `client` varchar(255) DEFAULT NULL COMMENT '委托方', `manufacturer` varchar(255) DEFAULT NULL COMMENT '生产厂家', `experiment_date` varchar(32) DEFAULT NULL COMMENT '试验时间', `experiment_user` varchar(255) DEFAULT NULL COMMENT '试验人员', `experiment_detail` longtext COMMENT '实验详情(大字段)', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of migration_data_record -- ---------------------------- -- ---------------------------- -- Table structure for nasa_data_record -- ---------------------------- DROP TABLE IF EXISTS `nasa_data_record`; CREATE TABLE `nasa_data_record` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `device_type` varchar(1024) DEFAULT NULL COMMENT '器件类型', `device_name` varchar(1024) DEFAULT NULL COMMENT '器件名称', `device_mode` varchar(1024) DEFAULT NULL COMMENT '器件型号', `device_function` varchar(1024) DEFAULT NULL COMMENT '器件功能', `device_batch` varchar(1024) DEFAULT NULL COMMENT '器件批次', `manufacturer` varchar(1024) DEFAULT NULL COMMENT '生产厂家', `experiment_date` varchar(1024) DEFAULT NULL COMMENT '试验时间', `data_source` varchar(255) DEFAULT NULL COMMENT '数据来源', `experiment_user` varchar(1024) DEFAULT NULL COMMENT '试验人员', `total_count_nasa` varchar(255) DEFAULT NULL COMMENT '西核院统计', `file_list` text COMMENT '附件IDs', `origin_data` text COMMENT '原始数据', `total_count_lhs` varchar(255) DEFAULT NULL COMMENT '理化所统计', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of nasa_data_record -- ---------------------------- INSERT INTO `nasa_data_record` VALUES ('0013ec8df9dd3b63af59332f5e77d6ee', 'Crawler', '2024-11-13 12:07:07', 'xieyongzhi', '2025-05-03 19:05:18', null, '数字集成电路', 'Phase Changing Memory (PCM) A33', 'PCM A33', 'Nonvolatile Memory', null, 'Numonyx', 'TAMU10MAY;2009NOV', 'NASA', '罗永恒', '2', '{\"T052110_PCMA33.pdf\":\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/T052110_PCMA33.pdf\",\"data_to52_1745913571862.xlsx\":\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/data_to52_1745913571862.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/nsrec2011_W6_SEE.pdf\"}', 'PCM A33,Nonvolatile Memory,Numonyx,TAMU10MAY;2009NOV,T052110_PCMA33.pdf;nsrec2011_W6_SEE.pdf;VdC09NOV_PCMA33.pdf,TID; SEE; SEL,90 nm chalcogenide PCM', '19'); INSERT INTO `nasa_data_record` VALUES ('001dc3cc2d4f1717dcc4bb3af086a4b0', 'Crawler', '2024-11-13 09:52:56', null, '2025-04-08 11:34:35', null, 'PMI', 'OP 07A', 'OP 07A', 'Op Amp', null, null, '05/01/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/001dc3cc2d4f1717dcc4bb3af086a4b0/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/001dc3cc2d4f1717dcc4bb3af086a4b0/PPM-99-045.pdf\"}', '259,2.5-100,OP 07A,Op Amp,PMI,CASSINI/CIRS,9416,PPM-95-149,05/01/95', null); INSERT INTO `nasa_data_record` VALUES ('00992f8a9a4111c6b463ad4500744735', 'Crawler', '2024-11-13 10:23:51', null, '2025-04-08 11:34:35', null, 'Latch', '54AC373DMQB', '54AC373DMQB', 'Octal Latch', null, 'National Semiconductor', '1/31/1992', 'NASA', null, null, '{\"PPM-92-032.pdf\":\"/oss/physical/NASA/00992f8a9a4111c6b463ad4500744735/PPM-92-032.pdf\",\"data.xlsx\":\"/oss/physical/NASA/00992f8a9a4111c6b463ad4500744735/data.xlsx\"}', '54AC373DMQB,Octal Latch,National Semiconductor,1/31/1992,tid/PPM-92-032.pdf,TID,Latch', null); INSERT INTO `nasa_data_record` VALUES ('00a5cb423b1ada0d1b5295aa463773f0', 'Crawler', '2024-11-13 00:49:41', null, '2025-04-08 11:34:35', null, 'ESCC 22900', 'C4D40120D', 'C4D40120D', 'Schottky Diode', '99 MISCELLANEOUS', 'Cree', '10/12/2018', 'ESA', null, null, '{\"D5-10 - TN5.10 - TID Schottky C4D40120D - NEO-14-086_Report_23-2017_rev1.pdf\":\"/oss/physical/ESA/00a5cb423b1ada0d1b5295aa463773f0/D5-10 - TN5.10 - TID Schottky C4D40120D - NEO-14-086_Report_23-2017_rev1.pdf\",\"data.xlsx\":\"/oss/physical/ESA/00a5cb423b1ada0d1b5295aa463773f0/data.xlsx\"}', '174,C4D40120D,Cree,Download,TID (Total Ionising Dose),ESCC 22900,4 DIODES,99 MISCELLANEOUS,Schottky Diode,,Fraunhofer Institut,10/12/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('00aceb3e6558bb389ccbb1e7b4efb91a', 'Crawler', '2024-11-13 11:49:56', null, '2025-04-08 11:34:35', null, 'Si', 'MMBD914', 'MMBD914', 'Diode', null, 'Fairchild Semiconductor', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/00aceb3e6558bb389ccbb1e7b4efb91a/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/00aceb3e6558bb389ccbb1e7b4efb91a/data.xlsx\"}', 'MMBD914,Diode,Fairchild Semiconductor,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('00c35df8b56ce3ce62bf5d89b96ff244', 'Crawler', '2024-11-13 09:56:04', null, '2025-04-08 11:34:35', null, 'Ampex', 'PA07M/883', 'PA07M/883', 'Op Amp', null, null, '02/10/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/00c35df8b56ce3ce62bf5d89b96ff244/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/00c35df8b56ce3ce62bf5d89b96ff244/PPM-99-045.pdf\"}', '122,10-300,PA07M/883,Op Amp,Ampex,GGS,9108,PPM-92-058,02/10/92', null); INSERT INTO `nasa_data_record` VALUES ('00e995c3401792b7638705e20904f116', 'Crawler', '2024-11-13 11:28:39', null, '2025-04-08 11:34:35', null, 'Bipolar Linear Device', 'LMH6702', 'LMH6702', 'High Speed Operational Amplifier', null, 'National Semiconductor', '6/18/2006', 'NASA', null, null, '{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/00e995c3401792b7638705e20904f116/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/00e995c3401792b7638705e20904f116/data.xlsx\",\"L061806_LMH6702.pdf\":\"/oss/physical/NASA/00e995c3401792b7638705e20904f116/L061806_LMH6702.pdf\"}', 'LMH6702,High Speed Operational Amplifier,National Semiconductor,6/18/2006,L061806_LMH6702.pdf;nsrec07_W27_SEE.pdf,SEE,Bipolar Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('00f0711ddcc30e20ad3b68e8f0120ae8', 'Crawler', '2024-11-13 12:34:04', 'sunjiacheng', '2025-04-30 17:53:29', null, '电源变换器', 'S2803R3S', 'S2803R3S', 'DC-DC Converter', '0324', 'International Rectifier', 'NRL10MAY', 'NASA', '孙家诚', '1', '{\"NRL051110_S2803R3S.pdf\":\"/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/NRL051110_S2803R3S.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/data.xlsx\",\"单粒子效应_1746006807603.xlsx\":\"/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/单粒子效应_1746006807603.xlsx\"}', 'S2803R3S,DC-DC Converter,International Rectifier,NRL10MAY,NRL051110_S2803R3S.pdf;nsrec2011_W6_SEE.pdf,SEE;SET,Hybrid', '2'); INSERT INTO `nasa_data_record` VALUES ('0109e81947cddeabfaec4dfbec9d816d', 'Crawler', '2024-11-13 09:52:45', null, '2025-04-08 11:34:35', null, 'NSI', 'LM158', 'LM158', 'Dual Op Amp', null, null, '07/07/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0109e81947cddeabfaec4dfbec9d816d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0109e81947cddeabfaec4dfbec9d816d/PPM-99-045.pdf\"}', '267,2.5-100,LM158,Dual Op Amp,NSI,CASSINI/CIRS,9433A,PPM-95-160,07/07/95', null); INSERT INTO `nasa_data_record` VALUES ('010a81a72d9f73ee5e65483bd2aacc32', 'Crawler', '2024-11-13 09:48:53', null, '2025-04-08 11:34:35', null, 'Harris', '2N7225', '2N7225', 'N Channel Transistor', null, null, '06/28/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/010a81a72d9f73ee5e65483bd2aacc32/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/010a81a72d9f73ee5e65483bd2aacc32/PPM-99-045.pdf\"}', '409,2.5-50,2N7225,N Channel Transistor,Harris,HST/COS,9827,PPM-99-023,06/28/99', null); INSERT INTO `nasa_data_record` VALUES ('0127beb7f7fa2b4add4836a9678ab497', 'Crawler', '2024-11-13 11:00:10', null, '2025-04-08 11:34:35', null, 'CMOS', 'DRV102', 'DRV102', 'PWM Solenoid Valve Drive', null, 'Texas Instruments', '6/7/2017;2017Oct', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/0127beb7f7fa2b4add4836a9678ab497/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0127beb7f7fa2b4add4836a9678ab497/data.xlsx\"}', 'DRV102,PWM Solenoid Valve Drive,Texas Instruments,6/7/2017;2017Oct,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE;SET,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('0159daaebfaeecc3ff4144b93ce3d42c', 'Crawler', '2024-11-13 10:13:19', null, '2025-04-08 11:34:35', null, 'Memory', '29AMDF016', '29AMDF016', '16MB EEPROM,5V', null, 'AMD', '1/1/1997', 'NASA', null, null, '{\"no_tid_report.pdf\":\"/oss/physical/NASA/0159daaebfaeecc3ff4144b93ce3d42c/no_tid_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0159daaebfaeecc3ff4144b93ce3d42c/data.xlsx\"}', '29AMDF016,16MB EEPROM,5V,AMD,1/1/1997,tid/no_tid_report.pdf,TID,Memory', null); INSERT INTO `nasa_data_record` VALUES ('015d99741a7e47145bbd38ff0521f531', 'Crawler', '2024-11-13 00:33:22', null, '2025-04-08 11:34:35', null, 'Not specified', 'BI06', 'BI06', 'Low Power PNP transistor', '2 LOW POWER, PNP (< 2WATTS)', 'STmicroelectronics', '20/03/2010', 'ESA', null, null, '{\"95.pdf\":\"/oss/physical/ESA/015d99741a7e47145bbd38ff0521f531/95.pdf\",\"data.xlsx\":\"/oss/physical/ESA/015d99741a7e47145bbd38ff0521f531/data.xlsx\"}', '95,BI06,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,12 TRANSISTORS,2 LOW POWER, PNP (< 2WATTS),Low Power PNP transistor,,Hirex,20/03/2010,False', null); INSERT INTO `nasa_data_record` VALUES ('01d04f627cbbb6aeea0fc5da0a111a19', 'Crawler', '2024-11-13 12:25:26', 'wangjiaxing', '2025-04-30 21:01:08', null, 'Programmable Device', 'R29793', 'R29793', 'PROM', '1', 'Fairchild', '1999-2000', 'NASA', '王嘉兴', '1', '{\"单粒子效应1(2)_1746016959462.xlsx\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/单粒子效应1(2)_1746016959462.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/data.xlsx\",\"b082599a.pdf\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/b082599a.pdf\"}', 'R29793,PROM,Fairchild,8/25/1999,b082599a.pdf;nsrec00_W21.pdf,SEU;SEL;SEE,Programmable Device', '1'); INSERT INTO `nasa_data_record` VALUES ('01fc024f37f0eacdb678eb7cfa498a7b', 'Crawler', '2024-11-13 12:41:31', 'luozikang', '2025-04-29 18:04:57', null, 'Power Device', 'SPT6235MS', 'SPT6235MS', 'General Purpose High Voltage Power NPN BJT', null, 'SSDI', '7/2011', 'NASA', '罗梓康', '4', '{\"电离总剂量效应_1745921088814.xlsx\":\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/电离总剂量效应_1745921088814.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/nsrec2011_W5_TID.pdf\"}', 'SPT6235MS,General Purpose High Voltage Power NPN BJT,SSDI,7/2011,nsrec2011_W5_TID.pdf,TID,Power Device', '11'); INSERT INTO `nasa_data_record` VALUES ('01fd8f2186c8688ed97dccb19df54fe4', 'Crawler', '2024-11-13 10:52:15', null, '2025-04-08 11:34:35', null, 'Fiber Optics', 'AX3453', 'AX3453', 'MIL-STD-1553B Transceiver', null, 'Aeroflex', '8/3/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/01fd8f2186c8688ed97dccb19df54fe4/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/01fd8f2186c8688ed97dccb19df54fe4/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/01fd8f2186c8688ed97dccb19df54fe4/data.xlsx\"}', 'AX3453,MIL-STD-1553B Transceiver,Aeroflex,8/3/1993;7/18/1994,b080393.pdf;nsrec94a.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('02018d724e19a962f6118a020f2f2c0f', 'Crawler', '2024-11-13 11:27:35', null, '2025-04-08 11:34:35', null, 'Voltage Regulator', 'LM317AT', 'LM317AT', 'Voltage Regulator', null, 'National Semiconductor', '11/14/1997', 'NASA', null, null, '{\"PPM-97-051.pdf\":\"/oss/physical/NASA/02018d724e19a962f6118a020f2f2c0f/PPM-97-051.pdf\",\"data.xlsx\":\"/oss/physical/NASA/02018d724e19a962f6118a020f2f2c0f/data.xlsx\"}', 'LM317AT,Voltage Regulator,National Semiconductor,11/14/1997,tid/PPM-97-051.pdf,TID,Voltage Regulator', null); INSERT INTO `nasa_data_record` VALUES ('02266ae00f67b39cd2b3c78fd4f9c769', 'Crawler', '2024-11-13 11:28:23', null, '2025-04-08 11:34:35', null, 'Linear Bipolar Device', 'LMC6081AIM', 'LMC6081AIM', 'Precision Operational Amplifier', null, 'National Semiconductor', '4/30/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/02266ae00f67b39cd2b3c78fd4f9c769/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/02266ae00f67b39cd2b3c78fd4f9c769/data.xlsx\"}', 'LMC6081AIM,Precision Operational Amplifier,National Semiconductor,4/30/1999,nsrec00_W21.pdf,SEE;TID,Linear Bipolar Device', null); INSERT INTO `nasa_data_record` VALUES ('023d5fe7eb963d401e2279654a749ee2', 'Crawler', '2024-11-13 00:38:20', null, '2025-04-08 11:34:35', null, 'Not specified', 'SOC2907A', 'SOC2907A', 'PNP Small Signal Silicon Transistor', '2 LOW POWER, PNP (< 2WATTS)', 'STmicroelectronics', '25/01/2011', 'ESA', null, null, '{\"117.pdf\":\"/oss/physical/ESA/023d5fe7eb963d401e2279654a749ee2/117.pdf\",\"data.xlsx\":\"/oss/physical/ESA/023d5fe7eb963d401e2279654a749ee2/data.xlsx\"}', '117,SOC2907A,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,12 TRANSISTORS,2 LOW POWER, PNP (< 2WATTS),PNP Small Signal Silicon Transistor,,Hirex,25/01/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('02524d50d701158306c34be629fc18b4', 'Crawler', '2024-11-13 02:13:39', null, '2025-04-08 11:34:35', null, 'ESCC 25100', 'MAX17523ATE+', 'MAX17523ATE+', '4.2V to 36V, 1A Current Limiter with OV, UV, Reverse Voltage Protection', '90 OTHER FUNCTIONS', 'Analog Devices', '15/12/2023', 'ESA', null, null, '{\"410.pdf\":\"/oss/physical/ESA/02524d50d701158306c34be629fc18b4/410.pdf\",\"data.xlsx\":\"/oss/physical/ESA/02524d50d701158306c34be629fc18b4/data.xlsx\"}', '410,MAX17523ATE+,Analog Devices,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,90 OTHER FUNCTIONS,4.2V to 36V, 1A Current Limiter with OV, UV, Reverse Voltage Protection,,TRAD,15/12/2023,False', null); INSERT INTO `nasa_data_record` VALUES ('02566b3e01eb7aff38699c696893b025', 'Crawler', '2024-11-13 09:49:36', null, '2025-04-08 11:34:35', null, 'Harris', 'HI300', 'HI300', 'Analog Switch', null, null, '11/03/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/02566b3e01eb7aff38699c696893b025/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/02566b3e01eb7aff38699c696893b025/PPM-99-045.pdf\"}', '391,2.5-50,HI300,Analog Switch,Harris,IRAC,9816,PPM-99-005,11/03/98', null); INSERT INTO `nasa_data_record` VALUES ('026d1f8be2017ed3d1b1fa2becdc84a7', 'Crawler', '2024-11-13 11:14:26', null, '2025-04-08 11:34:35', null, 'Power MOSFET Optocoupler', 'IRF640', 'IRF640', 'N-channel power MOSFET', null, 'International Rectifier', '6/3/2002;7/25/2003', 'NASA', null, null, '{\"B053102_IRF640.pdf\":\"/oss/physical/NASA/026d1f8be2017ed3d1b1fa2becdc84a7/B053102_IRF640.pdf\",\"data.xlsx\":\"/oss/physical/NASA/026d1f8be2017ed3d1b1fa2becdc84a7/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/026d1f8be2017ed3d1b1fa2becdc84a7/NSREC03_W10.pdf\"}', 'IRF640,N-channel power MOSFET,International Rectifier,6/3/2002;7/25/2003,B053102_IRF640.pdf;NSREC03_W10.pdf,SEE,Power MOSFET Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('028c952b35102040d135d80eca1f7ac7', 'Crawler', '2024-11-13 11:07:32', null, '2025-04-08 11:34:35', null, 'Optocoupler', 'HCPL6651 (6N134)', 'HCPL6651 (6N134)', 'Optocoupler', null, 'HP', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/028c952b35102040d135d80eca1f7ac7/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/028c952b35102040d135d80eca1f7ac7/data.xlsx\"}', 'HCPL6651 (6N134),Optocoupler,HP,5/1997,nsrec00_W22.pdf,DD;SET,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('02a1950c026d14b9b760e264fd8076bd', 'Crawler', '2024-11-13 12:26:39', 'liujunling', '2025-04-30 22:13:10', null, '放大器', 'REF05AJ/883C', 'REF05AJ/883C', 'Regulator', '9119~A, 9119, 9029', 'ADI', '2/23/1993', 'NASA', '刘俊灵', '1', '{\"PPM-93-035.pdf\":\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/PPM-93-035.pdf\",\"data.xlsx\":\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/data.xlsx\",\"REF05AJ883C_1745937529580.xlsx\":\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/REF05AJ883C_1745937529580.xlsx\",\"电离总剂量效应_1746022388136.xlsx\":\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/电离总剂量效应_1746022388136.xlsx\"}', 'REF05AJ/883C,Regulator,ADI,2/23/1993,tid/PPM-93-035.pdf,TID,Regulator', '1'); INSERT INTO `nasa_data_record` VALUES ('02b5149b2a6c69f54a70e0787b62dc66', 'Crawler', '2024-11-13 02:24:34', null, '2025-04-08 11:34:35', null, 'ESCC 22900', 'AD7961BCPZ-RL7CT-ND - DC1520', 'AD7961BCPZ-RL7CT-ND - DC1520', '16-bit, 10 MSPS, PulSAR Differential ADC', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'Analog Devices', '07/02/2018', 'ESA', null, null, '{\"TID_01557_01 TID test report AD7961.pdf\":\"/oss/physical/ESA/02b5149b2a6c69f54a70e0787b62dc66/TID_01557_01 TID test report AD7961.pdf\",\"data.xlsx\":\"/oss/physical/ESA/02b5149b2a6c69f54a70e0787b62dc66/data.xlsx\"}', '316,AD7961BCPZ-RL7CT-ND - DC1520,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,16-bit, 10 MSPS, PulSAR Differential ADC,,Hirex-Alter,07/02/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('031c18fdaf7d7136891b2546c2cd415c', 'Crawler', '2024-11-13 11:00:50', null, '2025-04-08 11:34:35', null, 'CMOS', 'DS80C320', 'DS80C320', 'Microcontroller, 80C32', null, 'Dallas Semiconductor', '2/2004', 'NASA', null, null, '{\"nsrec05_W5.pdf\":\"/oss/physical/NASA/031c18fdaf7d7136891b2546c2cd415c/nsrec05_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/031c18fdaf7d7136891b2546c2cd415c/data.xlsx\"}', 'DS80C320,Microcontroller, 80C32,Dallas Semiconductor,2/2004,tns05_Howard.pdf;nsrec05_W5.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('03705492c36b7d8c4781f3d1f12df0e5', 'Crawler', '2024-11-13 12:41:21', 'luozikang', '2025-04-29 18:09:34', null, 'Analog Device', 'SP9380', 'SP9380', '18 bit DAC', null, 'Sipex', '8/16/1995;7/15/1996;10/27/1995', 'NASA', '罗梓康', '1', '{\"random6a.pdf\":\"/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/random6a.pdf\",\"PPM-95-184.pdf\":\"/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/PPM-95-184.pdf\",\"data.xlsx\":\"/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/data.xlsx\",\"单粒子效应_1745921372687.xlsx\":\"/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/单粒子效应_1745921372687.xlsx\"}', 'SP9380,18 bit DAC,Sipex,8/16/1995;7/15/1996;10/27/1995,random6a.pdf;tid/PPM-95-184.pdf,SEE,Analog Device', '1'); INSERT INTO `nasa_data_record` VALUES ('0375cdeda05b75a8d92b062b873b64ac', 'Crawler', '2024-11-13 11:13:32', null, '2025-04-08 11:34:35', null, 'CMOS', 'IDT74LVC2244A', 'IDT74LVC2244A', 'Octal Buffer/Driver', null, 'IDT', '3/28/2003;6/22/2004', 'NASA', null, null, '{\"nsrec04_MSU.pdf\":\"/oss/physical/NASA/0375cdeda05b75a8d92b062b873b64ac/nsrec04_MSU.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0375cdeda05b75a8d92b062b873b64ac/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/0375cdeda05b75a8d92b062b873b64ac/nsrec04_SEE.pdf\",\"T032803_IDT74LVC2244A.pdf\":\"/oss/physical/NASA/0375cdeda05b75a8d92b062b873b64ac/T032803_IDT74LVC2244A.pdf\"}', 'IDT74LVC2244A,Octal Buffer/Driver,IDT,3/28/2003;6/22/2004,T032803_IDT74LVC2244A.pdf;nsrec04_SEE.pdf;nsrec04_MSU.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('03a16178ca070734a3c1fd3f2017790b', 'Crawler', '2024-11-13 09:56:43', null, '2025-04-08 11:34:35', null, 'NSC', '54ACTQ373', '54ACTQ373', 'Octal Latch', null, null, '12/06/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/03a16178ca070734a3c1fd3f2017790b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/03a16178ca070734a3c1fd3f2017790b/PPM-99-045.pdf\"}', '94,5-100,54ACTQ373,Octal Latch,NSC,GPEP,9023B,PPM-91-713,12/06/91', null); INSERT INTO `nasa_data_record` VALUES ('03be0a007bc147e5161d48cee8680ce6', 'Crawler', '2024-11-13 10:28:20', null, '2025-04-08 11:34:35', null, 'GaAIAs', '66212', '66212', 'Optocoupler', null, 'Micropac', '7/2011', 'NASA', null, null, '{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/03be0a007bc147e5161d48cee8680ce6/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/03be0a007bc147e5161d48cee8680ce6/data.xlsx\"}', '66212,Optocoupler,Micropac,7/2011,nsrec2011_W5_TID.pdf,TID,GaAIAs', null); INSERT INTO `nasa_data_record` VALUES ('03bf36ed45e04c8f291cecedbf67bb15', 'Crawler', '2024-11-13 11:06:57', null, '2025-04-08 11:34:35', null, 'Optocoupler', 'HCPL5530 (4N55)', 'HCPL5530 (4N55)', 'Optocoupler', null, 'HP', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/03bf36ed45e04c8f291cecedbf67bb15/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/03bf36ed45e04c8f291cecedbf67bb15/data.xlsx\"}', 'HCPL5530 (4N55),Optocoupler,HP,5/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('03e8b59db813229b844b9bf49020b684', 'Crawler', '2024-11-13 11:21:33', null, '2025-04-08 11:34:35', null, 'Operational Amplifier', 'LF147', 'LF147', 'Operational Amplifier', null, 'National Semiconductor', '1/8/1999;9/03/1992', 'NASA', null, null, '{\"PPM-92-227.pdf\":\"/oss/physical/NASA/03e8b59db813229b844b9bf49020b684/PPM-92-227.pdf\",\"PPM-99-002.pdf\":\"/oss/physical/NASA/03e8b59db813229b844b9bf49020b684/PPM-99-002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/03e8b59db813229b844b9bf49020b684/data.xlsx\"}', 'LF147,Operational Amplifier,National Semiconductor,1/8/1999;9/03/1992,tid/PPM-99-002.pdf;tid/PPM-92-227.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('03fafa7ab912314757ebedaa5bc71005', 'Crawler', '2024-11-13 13:10:50', 'liumingyu', '2025-04-16 00:24:54', null, '90nm CMOS', 'XC4VLX25', 'XC4VLX25', 'Virtex IV FPGA', 'xx', 'Xilinx', 'TAMU07AUG;IUCF07AUG;IUCF07OCT', 'NASA', '刘明宇', '5', '{\"单粒子效应-XC4VLX25_1744731287351.xlsx\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/单粒子效应-XC4VLX25_1744731287351.xlsx\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/data.xlsx\",\"I032706_LX25_V2.pdf\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/I032706_LX25_V2.pdf\"}', 'XC4VLX25,Virtex IV FPGA,Xilinx,TAMU07AUG;IUCF07AUG;IUCF07OCT,I032706_LX25_V2.pdf;nsrec08_W3_SEE.pdf,SEE;SEL,90nm CMOS', '5'); INSERT INTO `nasa_data_record` VALUES ('04071f3516eb8e9ce1a8688a198da042', 'Crawler', '2024-11-13 11:41:30', null, '2025-04-08 11:34:35', null, 'CMOS', 'MB85R256', 'MB85R256', 'FRAM', null, 'Fujitsu Semiconductor', 'TAMU07MAY', 'NASA', null, null, '{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/04071f3516eb8e9ce1a8688a198da042/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/04071f3516eb8e9ce1a8688a198da042/data.xlsx\",\"T052407_MB85R256.pdf\":\"/oss/physical/NASA/04071f3516eb8e9ce1a8688a198da042/T052407_MB85R256.pdf\"}', 'MB85R256,FRAM,Fujitsu Semiconductor,TAMU07MAY,T052407_MB85R256.pdf;nsrec08_W3_SEE.pdf,SEE;SEL;SEU;SEFI,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('04334e55c814eb3fa152a63f9f85b8a3', 'Crawler', '2024-11-13 11:01:48', null, '2025-04-08 11:34:35', null, '90 nm CMOS Memory Device', 'EDE1104AB-50-E', 'EDE1104AB-50-E', '1 Gbit DDR2 SDRAM', null, 'Elpida', 'IUCF07MAR;TAMU07JUNE;2007MAR', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/04334e55c814eb3fa152a63f9f85b8a3/nsrec09_W13_TID.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/04334e55c814eb3fa152a63f9f85b8a3/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/04334e55c814eb3fa152a63f9f85b8a3/data.xlsx\",\"I032807_T062407_K4T1G044QA_EDE1104AB.pdf\":\"/oss/physical/NASA/04334e55c814eb3fa152a63f9f85b8a3/I032807_T062407_K4T1G044QA_EDE1104AB.pdf\"}', 'EDE1104AB-50-E,1 Gbit DDR2 SDRAM,Elpida,IUCF07MAR;TAMU07JUNE;2007MAR,I032807_T062407_K4T1G044QA_EDE1104AB.pdf;nsrec08_W3_SEE.pdf;nsrec09_W13_TID.pdf,TID; SEE; SEL; SEU; SEFI,90 nm CMOS Memory Device', null); INSERT INTO `nasa_data_record` VALUES ('044e19ad0341d0411e61bdebffcc9490', 'Crawler', '2024-11-13 12:58:04', 'yangsini', '2025-04-30 11:48:54', null, '其他电气和电子元器件', '美国宇航局太空系统候选电子设备', 'xx', 'Latches', 'xx', 'IBM', '2010.2', 'NASA', '杨思妮', '43', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/044e19ad0341d0411e61bdebffcc9490/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/044e19ad0341d0411e61bdebffcc9490/data.xlsx\",\"单粒子效应_1745984933185.xlsx\":\"/oss/physical/NASA/044e19ad0341d0411e61bdebffcc9490/单粒子效应_1745984933185.xlsx\"}', 'Test Vehicle 45 nm SOI CMOS Latches,Latches,IBM,TAMU10MAR;LBNL10JUN;IU10MAR;UDC10JUN,nsrec2011_W6_SEE.pdf,SEE;SEU,45 nm SOI CMOS', '43'); INSERT INTO `nasa_data_record` VALUES ('0466e823567cad9e20a779f439d75d5b', 'Crawler', '2024-11-13 02:14:40', null, '2025-04-08 11:34:35', null, 'ESCC 25100Laser testing', 'MAX823TEUK+', 'MAX823TEUK+', '5-Pin Microprocessor Supervisory Circuits with Watchdog Timer and Manual Reset', '90 OTHER FUNCTIONS', 'Maxim Integrated', '20/08/2024', 'ESA', null, null, '{\"403.pdf\":\"/oss/physical/ESA/0466e823567cad9e20a779f439d75d5b/403.pdf\",\"data.xlsx\":\"/oss/physical/ESA/0466e823567cad9e20a779f439d75d5b/data.xlsx\"}', '403,MAX823TEUK+,Maxim Integrated,Download,SEE (Single Events Effects),ESCC 25100Laser testing,8 MICROCIRCUITS,90 OTHER FUNCTIONS,5-Pin Microprocessor Supervisory Circuits with Watchdog Timer and Manual Reset,,TRAD,20/08/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('048f71d0b551b7fb038aa37d8357b75d', 'Crawler', '2024-11-13 09:58:38', null, '2025-04-08 11:34:35', null, 'GE', 'JTXV2N6798', 'JTXV2N6798', 'N-MOSFET', null, null, '04/30/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/048f71d0b551b7fb038aa37d8357b75d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/048f71d0b551b7fb038aa37d8357b75d/PPM-99-045.pdf\"}', '30,2.5-50,JTXV2N6798,N-MOSFET,GE,Waves,8942\r\r\n9030,Rad-91-10,04/30/91', null); INSERT INTO `nasa_data_record` VALUES ('04a8ef8f1910fcf14d4413ae551b6dff', 'Crawler', '2024-11-13 12:26:29', 'liujunling', '2025-04-30 22:15:45', null, '继电器', 'RDHA710', 'RDHA710', 'Solid State Relay', '1340', 'International Rectifier', '4/04/2014', 'NASA', '刘俊灵', '1', '{\"data.xlsx\":\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"单粒子效应_1746022535728.xlsx\":\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/单粒子效应_1746022535728.xlsx\"}', 'RDHA710,Solid State Relay,International Rectifier,4/04/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf,SEE;SET,Hybrid', '1'); INSERT INTO `nasa_data_record` VALUES ('04aa92043b4b7960a1e4107bd7c3ae74', 'Crawler', '2024-11-13 12:00:56', 'xieyongzhi', '2025-05-03 19:54:23', null, '光电子器件', 'OLH249', 'OLH249', 'Optocoupler', null, 'Isolink', '1998-1999;7/1/1999;2/1997;5/1999', 'NASA', '谢永智', '2', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/nsrec00_W21.pdf\",\"NSREC99.pdf\":\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/NSREC99.pdf\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/nsrec00_W22.pdf\",\"data_1745991389849.xlsx\":\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/data_1745991389849.xlsx\"}', 'OLH249,Optocoupler,Isolink,1998-1999;7/1/1999;2/1997;5/1999,NSREC99.pdf;nsrec00_W21.pdf;nsrec00_W22.pdf,SEE;DD;SET;TID,Optocoupler', '12'); INSERT INTO `nasa_data_record` VALUES ('04e2560e923ad825f7dadefa4a89eed7', 'Crawler', '2024-11-13 12:00:28', 'huangkan', '2025-04-30 11:47:38', null, '其他半导体集成电路', 'Nano-Crystal Memory', 'Nano-Crystal Memory', '90nm Non-Volatile Memory', null, 'Freescale Semi.', '6/8/2005', 'NASA', null, '1', '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/nsrec06_W2.pdf\",\"I060805_Crystal.pdf\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/I060805_Crystal.pdf\",\"data_1745916646640.xlsx\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/data_1745916646640.xlsx\",\"电离总剂量效应_1745984857167.xlsx\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/电离总剂量效应_1745984857167.xlsx\"}', 'Nano-Crystal Memory,90nm Non-Volatile Memory,Freescale Semi.,6/8/2005,I060805_Crystal.pdf;nsrec06_W2.pdf,TID,NVM', '1'); INSERT INTO `nasa_data_record` VALUES ('04e68426d3319c28454907263fee18b7', 'Crawler', '2024-11-13 11:48:01', null, '2025-04-08 11:34:35', null, 'Power Device', 'MFL2815S', 'MFL2815S', 'DC-DC converter', null, 'Interpoint', '11/9/1994;7/17/1995;7/17/1995;02/08/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/04e68426d3319c28454907263fee18b7/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/04e68426d3319c28454907263fee18b7/data.xlsx\",\"dcdc95.pdf\":\"/oss/physical/NASA/04e68426d3319c28454907263fee18b7/dcdc95.pdf\",\"b110994.pdf\":\"/oss/physical/NASA/04e68426d3319c28454907263fee18b7/b110994.pdf\",\"PPM-95-127.pdf\":\"/oss/physical/NASA/04e68426d3319c28454907263fee18b7/PPM-95-127.pdf\"}', 'MFL2815S,DC-DC converter,Interpoint,11/9/1994;7/17/1995;7/17/1995;02/08/1995,b110994.pdf;ieee95a.pdf;dcdc95.pdf;tid/PPM-95-127.pdf,SEE;TID,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('04e9f6e7249de0b3a64c5d452a5951a6', 'Crawler', '2024-11-13 10:14:09', null, '2025-04-08 11:34:35', null, 'Bipolar', '2N2222A', '2N2222A', 'Discrete Transistors', null, 'SSDI', '7/2011', 'NASA', null, null, '{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/04e9f6e7249de0b3a64c5d452a5951a6/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/04e9f6e7249de0b3a64c5d452a5951a6/data.xlsx\"}', '2N2222A,Discrete Transistors,SSDI,7/2011,nsrec2011_W5_TID.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('04f81f9d0a3ef044ee7881c1e7529196', 'Crawler', '2024-11-13 10:57:23', null, '2025-04-08 11:34:35', null, 'Communication Device', 'CS4103VHG', 'CS4103VHG', '1394 Physical FireWire OHCI Chipset', null, 'National Semiconductor', '10/14/2001;7/19/2002', 'NASA', null, null, '{\"T101401_1394.pdf\":\"/oss/physical/NASA/04f81f9d0a3ef044ee7881c1e7529196/T101401_1394.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/04f81f9d0a3ef044ee7881c1e7529196/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/04f81f9d0a3ef044ee7881c1e7529196/data.xlsx\"}', 'CS4103VHG,1394 Physical FireWire OHCI Chipset,National Semiconductor,10/14/2001;7/19/2002,T101401_1394.pdf;NSREC02_W16.pdf,SEE,Communication Device', null); INSERT INTO `nasa_data_record` VALUES ('050248b72c72b463b8115b4e6e687733', 'Crawler', '2024-11-13 11:13:15', null, '2025-04-08 11:34:35', null, 'Driver', 'ICL7667MJA/883B', 'ICL7667MJA/883B', 'Dual Fet Driver', null, 'Harris', '2/25/1992', 'NASA', null, null, '{\"PPM-92-080.pdf\":\"/oss/physical/NASA/050248b72c72b463b8115b4e6e687733/PPM-92-080.pdf\",\"data.xlsx\":\"/oss/physical/NASA/050248b72c72b463b8115b4e6e687733/data.xlsx\"}', 'ICL7667MJA/883B,Dual Fet Driver,Harris,2/25/1992,tid/PPM-92-080.pdf,TID,Driver', null); INSERT INTO `nasa_data_record` VALUES ('051cff0d21fd33629f6e8c61917bf9e1', 'Crawler', '2024-11-13 01:23:38', null, '2025-04-08 11:34:35', null, 'Not specified', '4B4G0846Q - DC1510', '4B4G0846Q - DC1510', 'DDR3L SDRAM', '29 MEMORY OTHERS', 'Samsung', '26/02/2019', 'ESA', null, null, '{\"SEE_00696_01 Samsung protons.pdf\":\"/oss/physical/ESA/051cff0d21fd33629f6e8c61917bf9e1/SEE_00696_01 Samsung protons.pdf\",\"data.xlsx\":\"/oss/physical/ESA/051cff0d21fd33629f6e8c61917bf9e1/data.xlsx\"}', '302,4B4G0846Q - DC1510,Samsung,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,DDR3L SDRAM,CMOS,Hirex-Alter,26/02/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('052759976fdff61ea83c7251e67289c3', 'Crawler', '2024-11-13 09:48:33', null, '2025-04-08 11:34:35', null, 'Sil General', 'PIC7527', 'PIC7527', 'Switching Regulator', null, null, '11/30/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/052759976fdff61ea83c7251e67289c3/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/052759976fdff61ea83c7251e67289c3/PPM-99-045.pdf\"}', '424,2.5-50,PIC7527,Switching Regulator,Sil General,HST/COS,9450,PPM-99-038,11/30/99', null); INSERT INTO `nasa_data_record` VALUES ('052eb743ac908a41f53cff48b79a5e5b', 'Crawler', '2024-11-13 09:58:51', null, '2025-04-08 11:34:35', null, 'Harris', 'FRL130R3', 'FRL130R3', 'N-MOSFET', null, null, '03/15/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/052eb743ac908a41f53cff48b79a5e5b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/052eb743ac908a41f53cff48b79a5e5b/PPM-99-045.pdf\"}', '20,50-300,FRL130R3,N-MOSFET,Harris,SMEX/CB,C9021,PPM-91-168,03/15/91', null); INSERT INTO `nasa_data_record` VALUES ('054726774b2c11104dc0c55428386bb8', 'Crawler', '2024-11-13 11:51:53', 'mayinjie', '2025-04-30 20:09:20', null, 'Power Device', 'MSAFX11P50A', 'MSAFX11P50A', 'Power MOSFET', null, 'Microsemi', '2/19/2007', 'NASA', '马崟洁', '1', '{\"T021907_MSAFX11P50A.pdf\":\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/T021907_MSAFX11P50A.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/data.xlsx\",\"单粒子效应.xlsx_1746014958756.xlsx\":\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/单粒子效应.xlsx_1746014958756.xlsx\"}', 'MSAFX11P50A,Power MOSFET,Microsemi,2/19/2007,T021907_MSAFX11P50A.pdf;nsrec07_W27_SEE.pdf,SEE,Power Device', '2'); INSERT INTO `nasa_data_record` VALUES ('05568eca397c333288dbe4a70b11bc1d', 'Crawler', '2024-11-13 09:56:46', null, '2025-04-08 11:34:35', null, 'Teledyne', '2298855-2', '2298855-2', 'DC/DC Converter', null, null, '11/29/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/05568eca397c333288dbe4a70b11bc1d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/05568eca397c333288dbe4a70b11bc1d/PPM-99-045.pdf\"}', '92,10-300,2298855-2,DC/DC Converter,Teledyne,SMEX/CB,9126,PPM-91-709,11/29/91', null); INSERT INTO `nasa_data_record` VALUES ('0561536358a8df464b0c30aab46db25a', 'Crawler', '2024-11-13 11:51:47', 'mayinjie', '2025-04-30 20:14:43', null, 'Linear Bipolar Device', 'MSA0670', 'MSA0670', 'MMIC Amplifier', null, 'HP', '8/24/1999', 'NASA', '马崟洁', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/nsrec00_W21.pdf\",\"b082499b.pdf\":\"/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/b082499b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/data.xlsx\",\"单粒子效应.xlsx_1746015282450.xlsx\":\"/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/单粒子效应.xlsx_1746015282450.xlsx\"}', 'MSA0670,MMIC Amplifier,HP,8/24/1999,b082499b.pdf;nsrec00_W21.pdf,SET;SEL;SEE,Linear Bipolar Device', '1'); INSERT INTO `nasa_data_record` VALUES ('0567dfef3e1434da8c2b35c78062374e', 'Crawler', '2024-11-13 11:04:46', null, '2025-04-08 11:34:35', null, 'Research Test Vehicle', 'G FLX RAM249', 'G FLX RAM249', 'SRAM', null, 'LSI Logic', '9/2005', 'NASA', null, null, '{\"G05SEP_RAM249_RAM187_TID.pdf\":\"/oss/physical/NASA/0567dfef3e1434da8c2b35c78062374e/G05SEP_RAM249_RAM187_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/0567dfef3e1434da8c2b35c78062374e/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0567dfef3e1434da8c2b35c78062374e/data.xlsx\"}', 'G FLX RAM249,SRAM,LSI Logic,9/2005,G05SEP_RAM249_RAM187_TID.pdf;nsrec06_W2.pdf,TID,Research Test Vehicle', null); INSERT INTO `nasa_data_record` VALUES ('0569b135ad6087219a2788371429deb6', 'Crawler', '2024-11-13 09:51:42', null, '2025-04-08 11:34:35', null, 'AMD', '29AMDF016', '29AMDF016', '16MBEEPROM,5V', null, null, '', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0569b135ad6087219a2788371429deb6/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0569b135ad6087219a2788371429deb6/PPM-99-045.pdf\"}', '307,5-15,29AMDF016,16MBEEPROM,5V,AMD,ASAP,Not Marked,PPM-97-011,', null); INSERT INTO `nasa_data_record` VALUES ('0571ec152537d35551577f50224078ab', 'Crawler', '2024-11-13 09:55:05', null, '2025-04-08 11:34:35', null, 'Solitron', '2N5196', '2N5196', 'N-channel JFET', null, null, '12/09/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0571ec152537d35551577f50224078ab/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0571ec152537d35551577f50224078ab/PPM-99-045.pdf\"}', '165,5-60,2N5196,N-channel JFET,Solitron,FAST/HCI,8841,PPM-92-300,12/09/92', null); INSERT INTO `nasa_data_record` VALUES ('0573a7322ea17009a8a97928ac5dd5be', 'Crawler', '2024-11-13 10:36:31', null, '2025-04-08 11:34:35', null, 'ADC', 'AD1674', 'AD1674', 'ADC', null, 'Analog Devices', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/0573a7322ea17009a8a97928ac5dd5be/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0573a7322ea17009a8a97928ac5dd5be/data.xlsx\",\"B080100.pdf\":\"/oss/physical/NASA/0573a7322ea17009a8a97928ac5dd5be/B080100.pdf\"}', 'AD1674,ADC,Analog Devices,7/19/2001,B080100.pdf;nsrec01_W15.pdf,SEU;SEL,ADC', null); INSERT INTO `nasa_data_record` VALUES ('05823691b63d9ba6dbbe68666b10c8db', 'Crawler', '2024-11-13 12:01:16', 'xieyongzhi', '2025-05-03 19:50:58', null, '光电子器件', 'OLS700', 'OLS700', 'Optocoupler', null, 'Isolink', '3/1998', 'NASA', '谢永智', '1', '{\"data(29)_1745989716668.xlsx\":\"/oss/physical/NASA/05823691b63d9ba6dbbe68666b10c8db/data(29)_1745989716668.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/05823691b63d9ba6dbbe68666b10c8db/nsrec00_W22.pdf\"}', 'OLS700,Optocoupler,Isolink,3/1998,nsrec00_W22.pdf,DD,Optocoupler', '1'); INSERT INTO `nasa_data_record` VALUES ('0591344aec100a8577d8754899afad7a', 'Crawler', '2024-11-13 09:55:12', null, '2025-04-08 11:34:35', null, 'NSC', '54AC169DMQB', '54AC169DMQB', 'Counter', null, null, '11/06/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0591344aec100a8577d8754899afad7a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0591344aec100a8577d8754899afad7a/PPM-99-045.pdf\"}', '160,5-100,54AC169DMQB,Counter,NSC,FAST/MUE,9228A,PPM-92-272,11/06/92', null); INSERT INTO `nasa_data_record` VALUES ('05a3c30f00b420c4d3fac9b1d9aa5aef', 'Crawler', '2024-11-13 11:40:56', null, '2025-04-08 11:34:35', null, 'Comparator', 'MAX972ESA', 'MAX972ESA', 'Open Drain Comparator', null, 'Maxim', '_1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/05a3c30f00b420c4d3fac9b1d9aa5aef/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/05a3c30f00b420c4d3fac9b1d9aa5aef/data.xlsx\"}', 'MAX972ESA,Open Drain Comparator,Maxim,_1999,nsrec00_W21.pdf,TID,Comparator', null); INSERT INTO `nasa_data_record` VALUES ('05b85ab5db91ed0eaa64b665bd2198ba', 'Crawler', '2024-11-13 09:54:01', null, '2025-04-08 11:34:35', null, 'National', 'LM139', 'LM139', 'Voltage Comparator', null, null, '07/18/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/05b85ab5db91ed0eaa64b665bd2198ba/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/05b85ab5db91ed0eaa64b665bd2198ba/PPM-99-045.pdf\"}', '212,5-100,LM139,Voltage Comparator,National,CASSINI/INMS,-,PPM-94-013,07/18/94', null); INSERT INTO `nasa_data_record` VALUES ('05beb90acb309f2997807b6e18e6cf89', 'Crawler', '2024-11-13 12:37:06', 'zhangchenyu', '2025-04-30 20:51:50', null, 'Bipolar', 'SFT2222A', 'SFT2222A', 'Transistor', null, 'Solid State Devices, Inc.', '7/29/2013', 'NASA', '张晨宇', '1', '{\"单粒子效应_1745997769182.xlsx\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/单粒子效应_1745997769182.xlsx\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\",\"data.xlsx\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/data.xlsx\"}', 'SFT2222A,Transistor,Solid State Devices, Inc.,7/29/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('05d195c8fee0b2397c1f0c3d9825704b', 'Crawler', '2024-11-13 10:55:48', null, '2025-04-08 11:34:35', null, 'Programmable Device', 'CLAy-31', 'CLAy-31', 'RAM-based FPGA', null, 'National Semiconductor', '9/4/1996;11/17/1996;2/24/1997;5/13/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/05d195c8fee0b2397c1f0c3d9825704b/Random97a.pdf\",\"B051397bmod.pdf\":\"/oss/physical/NASA/05d195c8fee0b2397c1f0c3d9825704b/B051397bmod.pdf\",\"data.xlsx\":\"/oss/physical/NASA/05d195c8fee0b2397c1f0c3d9825704b/data.xlsx\",\"b090496.pdf\":\"/oss/physical/NASA/05d195c8fee0b2397c1f0c3d9825704b/b090496.pdf\"}', 'CLAy-31,RAM-based FPGA,National Semiconductor,9/4/1996;11/17/1996;2/24/1997;5/13/1997,b090496.pdf;B051397bmod.pdf;Random97a.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('05d624f954437982f073487a4a43e2df', 'Crawler', '2024-11-13 09:59:26', null, '2025-04-08 11:34:35', null, 'Harris', 'HCS4538KMSR', 'HCS4538KMSR', 'Multivibrator (RH)', null, null, '01/03/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/05d624f954437982f073487a4a43e2df/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/05d624f954437982f073487a4a43e2df/PPM-99-045.pdf\"}', '3,50-300,HCS4538KMSR,Multivibrator (RH),Harris,ISTP/CB,9025,PPM-91-004,01/03/91', null); INSERT INTO `nasa_data_record` VALUES ('05f32afc6347f9332f6ece758e4c26db', 'Crawler', '2024-11-13 09:50:57', null, '2025-04-08 11:34:35', null, 'Harris', '2N6796', '2N6796', 'Transistor', null, null, '10/02/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/05f32afc6347f9332f6ece758e4c26db/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/05f32afc6347f9332f6ece758e4c26db/PPM-99-045.pdf\"}', '335,5-50,2N6796,Transistor,Harris,HST-486,9637,PPM-97-039,10/02/97', null); INSERT INTO `nasa_data_record` VALUES ('05fefa999537b0fb74e23eff7a14dd65', 'Crawler', '2024-11-13 11:53:20', 'mayinjie', '2025-04-30 18:41:36', null, 'Linear Bipolar Hybrid', 'MSK5900RH', 'MSK5900RH', 'Voltage Regulator', null, 'MS Kennedy', 'NRL09OCT', 'NASA', '马崟洁', '1', '{\"data.xlsx\":\"/oss/physical/NASA/05fefa999537b0fb74e23eff7a14dd65/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/05fefa999537b0fb74e23eff7a14dd65/nsrec2010_W8_SEE.pdf\",\"NRL102709_MSK5900RH.pdf\":\"/oss/physical/NASA/05fefa999537b0fb74e23eff7a14dd65/NRL102709_MSK5900RH.pdf\"}', 'MSK5900RH,Voltage Regulator,MS Kennedy,NRL09OCT,NRL102709_MSK5900RH.pdf;nsrec2010_W8_SEE.pdf,SEE,Linear Bipolar Hybrid', '1'); INSERT INTO `nasa_data_record` VALUES ('063b8cff8ee63a8d030fda0be8a43d73', 'Crawler', '2024-11-13 00:40:47', null, '2025-04-08 11:34:35', null, 'Not specified', 'AD9042ASTZ', 'AD9042ASTZ', '12 Bit, 41 MSPS Monolithic A/D Converter', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'Analog Devices', '09/09/2015', 'ESA', null, null, '{\"131.pdf\":\"/oss/physical/ESA/063b8cff8ee63a8d030fda0be8a43d73/131.pdf\",\"data.xlsx\":\"/oss/physical/ESA/063b8cff8ee63a8d030fda0be8a43d73/data.xlsx\"}', '131,AD9042ASTZ,Analog Devices,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,12 Bit, 41 MSPS Monolithic A/D Converter,,TRAD,09/09/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('0663d8faa9e7bb819c887623307c826a', 'Crawler', '2024-11-13 11:29:48', null, '2025-04-08 11:34:35', null, 'Hybrid', 'LS2805S', 'LS2805S', 'DC-DC converter', null, 'International Rectifier', '8/26/2004', 'NASA', null, null, '{\"T082604_LS2805S.pdf\":\"/oss/physical/NASA/0663d8faa9e7bb819c887623307c826a/T082604_LS2805S.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0663d8faa9e7bb819c887623307c826a/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/0663d8faa9e7bb819c887623307c826a/nsrec05_W5.pdf\"}', 'LS2805S,DC-DC converter,International Rectifier,8/26/2004,T082604_LS2805S.pdf;nsrec05_W5.pdf,SEE,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('0668ac833a1fc77363df5910c299ce3c', 'Crawler', '2024-11-13 09:59:07', null, '2025-04-08 11:34:35', null, 'Harris', '82C59A', '82C59A', 'INTR Cntrlr', null, null, '02/11/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0668ac833a1fc77363df5910c299ce3c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0668ac833a1fc77363df5910c299ce3c/PPM-99-045.pdf\"}', '9,2.5-100,82C59A,INTR Cntrlr,Harris,SMEX/CB,8934,PPM-91-075,02/11/91', null); INSERT INTO `nasa_data_record` VALUES ('06974587390c8893c72b82e94343e98a', 'Crawler', '2024-11-13 11:22:55', null, '2025-04-08 11:34:35', null, 'Linear Bipolar', 'LM117HRQMLV', 'LM117HRQMLV', 'Comparator', null, 'National Semiconductor', '6/1/2009', 'NASA', null, null, '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/06974587390c8893c72b82e94343e98a/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/06974587390c8893c72b82e94343e98a/data.xlsx\"}', 'LM117HRQMLV,Comparator,National Semiconductor,6/1/2009,nsrec2010_W22_TID.pdf,TID,Linear Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('06ad7a6ee37157ef9af3ca38468a972d', 'Crawler', '2024-11-13 12:07:28', 'dushuaibin', '2025-04-30 20:28:11', null, '电源器件', 'Hybrid', 'PE99155', 'DC-DC Converter', '1247, 1706, 1729, 1805; (19-001)', 'Teledyne', '2019.04', 'NASA', '王嘉兴', '1', '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/06ad7a6ee37157ef9af3ca38468a972d/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/06ad7a6ee37157ef9af3ca38468a972d/data.xlsx\",\"电离总剂量效应_1746016089863.xlsx\":\"/oss/physical/NASA/06ad7a6ee37157ef9af3ca38468a972d/电离总剂量效应_1746016089863.xlsx\"}', 'PE99155,DC-DC Converter,Teledyne,2019Apr(TID),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,TID,Hybrid', '4'); INSERT INTO `nasa_data_record` VALUES ('06f7bd92838abd4143fe36886ce280aa', 'Crawler', '2024-11-13 11:54:32', 'mayinjie', '2025-04-30 16:59:51', null, 'CMOS', 'MT29F1T08CMHBBJ4', 'MT29F1T08CMHBBJ4', 'Flash Memory', null, 'Micron', '6/5/2017;5/1/2018;6/21/2017;4/9/2018', 'NASA', '马崟洁', '1', '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/06f7bd92838abd4143fe36886ce280aa/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/06f7bd92838abd4143fe36886ce280aa/data.xlsx\",\"2019-Wilcox-Campola-TR-17-049-MT29F1T08CMHBBJ4-WFIRST_NAND_SEE_2019LBNL_2017TAMU_2017LBNL_2018TAMU-20205005993.pdf\":\"/oss/physical/NASA/06f7bd92838abd4143fe36886ce280aa/2019-Wilcox-Campola-TR-17-049-MT29F1T08CMHBBJ4-WFIRST_NAND_SEE_2019LBNL_2017TAMU_2017LBNL_2018TAMU-20205005993.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/06f7bd92838abd4143fe36886ce280aa/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"单粒子效应_1746003589190.xlsx\":\"/oss/physical/NASA/06f7bd92838abd4143fe36886ce280aa/单粒子效应_1746003589190.xlsx\"}', 'MT29F1T08CMHBBJ4,Flash Memory,Micron,6/5/2017;5/1/2018;6/21/2017;4/9/2018,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;2019-Wilcox-Campola-TR-17-049-MT29F1T08CMHBBJ4-WFIRST_NAND_SEE_2019LBNL_2017TAMU_2017LBNL_2018TAMU-20205005993.pdf;2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,SEU;SEFI;SEL;TID,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('070e85d8dd3bf614717af69bb775680d', 'Crawler', '2024-11-13 12:01:53', 'xieyongzhi', '2025-05-03 19:37:49', null, '开关', 'OMH3075S', 'OMH3075S', 'Hall Effects Sensor', null, 'Optek Technology', '7/13/1993;2/2007;8/2019', 'NASA', '谢永智', '2', '{\"G07FEB_OMH3075_TID.pdf\":\"/oss/physical/NASA/070e85d8dd3bf614717af69bb775680d/G07FEB_OMH3075_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/070e85d8dd3bf614717af69bb775680d/nsrec07_W26_TID.pdf\",\"NEPP-TR-2019-Forney-Campola-TR-19-026-OMH3075-Hall-Effect-Sensor-TID-TN77576.pdf\":\"/oss/physical/NASA/070e85d8dd3bf614717af69bb775680d/NEPP-TR-2019-Forney-Campola-TR-19-026-OMH3075-Hall-Effect-Sensor-TID-TN77576.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/070e85d8dd3bf614717af69bb775680d/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data(19)_1745987060396.xlsx\":\"/oss/physical/NASA/070e85d8dd3bf614717af69bb775680d/data(19)_1745987060396.xlsx\",\"PPM-93-070.pdf\":\"/oss/physical/NASA/070e85d8dd3bf614717af69bb775680d/PPM-93-070.pdf\"}', 'OMH3075S,Hall Effects Sensor,Optek Technology,7/13/1993;2/2007;8/2019,tid/PPM-93-070.pdf;G07FEB_OMH3075_TID.pdf;nsrec07_W26_TID.pdf;2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;https://nepp.nasa.gov/docs/tasks/070-Test-Reports/NEPP-TR-2019-Forney-Campola-TR-19-026-OMH3075-Hall-Effect-Sensor-TID-TN77576.pdf,TID,Hybrid', '48'); INSERT INTO `nasa_data_record` VALUES ('073742046ff38a5353f8ba0b95544613', 'Crawler', '2024-11-13 10:24:15', null, '2025-04-08 11:34:35', null, 'Decoder', '54ACT138LMQB', '54ACT138LMQB', '1 to 8 Decoder', null, 'National Semiconductor', '1/6/1992', 'NASA', null, null, '{\"PPM-92-010.pdf\":\"/oss/physical/NASA/073742046ff38a5353f8ba0b95544613/PPM-92-010.pdf\",\"data.xlsx\":\"/oss/physical/NASA/073742046ff38a5353f8ba0b95544613/data.xlsx\"}', '54ACT138LMQB,1 to 8 Decoder,National Semiconductor,1/6/1992,tid/PPM-92-010.pdf,TID,Decoder', null); INSERT INTO `nasa_data_record` VALUES ('0745ccaa6e0a2583e93fb8ca55a240f9', 'Crawler', '2024-11-13 00:43:00', null, '2025-04-08 11:34:35', null, 'Not specified', 'OLH400', 'OLH400', 'Optocoupler', '1 OPTOCOUPLER', 'Isolink', '30/05/2012', 'ESA', null, null, '{\"142.pdf\":\"/oss/physical/ESA/0745ccaa6e0a2583e93fb8ca55a240f9/142.pdf\",\"data.xlsx\":\"/oss/physical/ESA/0745ccaa6e0a2583e93fb8ca55a240f9/data.xlsx\"}', '142,OLH400,Isolink,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,30/05/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('075737481e91873a3f7e0816a646b702', 'Crawler', '2024-11-13 11:22:57', null, '2025-04-08 11:34:35', null, 'Voltage Regulator', 'LM117HV', 'LM117HV', 'Voltage Regulator', null, 'National Semiconductor', '10/10/1997', 'NASA', null, null, '{\"PPM-97-042.pdf\":\"/oss/physical/NASA/075737481e91873a3f7e0816a646b702/PPM-97-042.pdf\",\"data.xlsx\":\"/oss/physical/NASA/075737481e91873a3f7e0816a646b702/data.xlsx\"}', 'LM117HV,Voltage Regulator,National Semiconductor,10/10/1997,tid/PPM-97-042.pdf,TID,Voltage Regulator', null); INSERT INTO `nasa_data_record` VALUES ('0771b022ea3ba32981bf8146d0b30577', 'Crawler', '2024-11-13 12:26:35', 'liujunling', '2025-04-30 22:14:17', null, '电源', 'REF-10', 'REF-10', 'Voltage Reference', null, 'AD', '4/29/1998', 'NASA', '刘俊灵', '1', '{\"data.xlsx\":\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/data.xlsx\",\"PPM-98-012.pdf\":\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/PPM-98-012.pdf\",\"电离总剂量效应_1746022454776.xlsx\":\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/电离总剂量效应_1746022454776.xlsx\"}', 'REF-10,Voltage Reference,AD,4/29/1998,tid/PPM-98-012.pdf,TID,Voltage Reference', '1'); INSERT INTO `nasa_data_record` VALUES ('078f43bbab6732c633d92c582998a4e4', 'Crawler', '2024-11-13 11:43:21', null, '2025-04-08 11:34:35', null, 'Si', 'MBR20H200', 'MBR20H200', 'Diode', null, 'Vishay', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/078f43bbab6732c633d92c582998a4e4/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/078f43bbab6732c633d92c582998a4e4/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/078f43bbab6732c633d92c582998a4e4/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/078f43bbab6732c633d92c582998a4e4/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR20H200,Diode,Vishay,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('07fa8cdbb3b704b24c45a8ef059ddea6', 'Crawler', '2024-11-13 10:20:27', null, '2025-04-08 11:34:35', null, 'Optocoupler', '4N35', '4N35', 'Optocoupler', null, 'Micropac', '4/1996', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/07fa8cdbb3b704b24c45a8ef059ddea6/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/07fa8cdbb3b704b24c45a8ef059ddea6/data.xlsx\"}', '4N35,Optocoupler,Micropac,4/1996,nsrec00_W22.pdf,DD;SET,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('0806a034397802764790b311de12621e', 'Crawler', '2024-11-13 10:51:00', null, '2025-04-08 11:34:35', null, 'Memories', 'AS5C512K8', 'AS5C512K8', 'SRAMs 512k x 8-4 Meg', null, 'Austin', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/0806a034397802764790b311de12621e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0806a034397802764790b311de12621e/data.xlsx\"}', 'AS5C512K8,SRAMs 512k x 8-4 Meg,Austin,7/20/1998,NSREC98.pdf,SEE,Memories', null); INSERT INTO `nasa_data_record` VALUES ('0822ec9f509d594c140787d3f26a899f', 'Crawler', '2024-11-13 10:29:06', null, '2025-04-08 11:34:35', null, 'Optocoupler', '6N140A', '6N140A', 'Optocoupler', null, 'HP', '3/19/1997;7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/0822ec9f509d594c140787d3f26a899f/NSREC98.pdf\",\"d031997.pdf\":\"/oss/physical/NASA/0822ec9f509d594c140787d3f26a899f/d031997.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0822ec9f509d594c140787d3f26a899f/data.xlsx\"}', '6N140A,Optocoupler,HP,3/19/1997;7/20/1998,d031997.pdf;NSREC98.pdf,SEE,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('083710f0cc90974704770b90c48d1624', 'Crawler', '2024-11-13 11:12:50', null, '2025-04-08 11:34:35', null, '63 nm CMOS', 'HY27UF084G2M', 'HY27UF084G2M', '4 Gbit Flash', null, 'Hynix', 'TAMU07MAY;TAMU07JUNE;TAMU07AUG;2007DEC;2008NOV;2008SEP-2009Dec', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/083710f0cc90974704770b90c48d1624/nsrec09_W13_TID.pdf\",\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/083710f0cc90974704770b90c48d1624/nsrec08_W2_TID.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/083710f0cc90974704770b90c48d1624/nsrec08_W3_SEE.pdf\",\"G07DEC_HY27UF084G2M_MT29F4G08AAAWP_TID.pdf\":\"/oss/physical/NASA/083710f0cc90974704770b90c48d1624/G07DEC_HY27UF084G2M_MT29F4G08AAAWP_TID.pdf\",\"G07JAN_Samsung_Micron_Hynix.pdf\":\"/oss/physical/NASA/083710f0cc90974704770b90c48d1624/G07JAN_Samsung_Micron_Hynix.pdf\",\"data.xlsx\":\"/oss/physical/NASA/083710f0cc90974704770b90c48d1624/data.xlsx\",\"T052207_Hynix_Micron_Samsung.pdf\":\"/oss/physical/NASA/083710f0cc90974704770b90c48d1624/T052207_Hynix_Micron_Samsung.pdf\",\"VdG08SEP_Samsung_Micron_Hynix.pdf\":\"/oss/physical/NASA/083710f0cc90974704770b90c48d1624/VdG08SEP_Samsung_Micron_Hynix.pdf\"}', 'HY27UF084G2M,4 Gbit Flash,Hynix,TAMU07MAY;TAMU07JUNE;TAMU07AUG;2007DEC;2008NOV;2008SEP-2009Dec,T052207_Hynix_Micron_Samsung.pdf;nsrec08_W3_SEE.pdf;G07DEC_HY27UF084G2M_MT29F4G08AAAWP_TID.pdf;G07JAN_Samsung_Micron_Hynix.pdf;nsrec08_W2_TID.pdf;nsrec09_W13_TID.pdf;tid/VdG08SEP_Samsung_Micron_Hynix.pdf,TID; SEE; SEL; SEU; SEFI,63 nm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('084d01d0e3d40f7af777e93c63f98e05', 'Crawler', '2024-11-13 10:19:38', null, '2025-04-08 11:34:35', null, 'Microprocessors and Peripherals', '386DXGEY', '386DXGEY', 'Microprocessor', null, 'Intel/SEI', '1/24/1995', 'NASA', null, null, '{\"no_report.pdf\":\"/oss/physical/NASA/084d01d0e3d40f7af777e93c63f98e05/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/084d01d0e3d40f7af777e93c63f98e05/data.xlsx\"}', '386DXGEY,Microprocessor,Intel/SEI,1/24/1995,no_report.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('084ebd3e1938d268f0a9d1d3df375990', 'Crawler', '2024-11-13 10:50:58', null, '2025-04-08 11:34:35', null, 'Memory', 'AS5C4008DJ', 'AS5C4008DJ', '4Mbit SRAM', null, 'Austin Semi w/Samsung Die', '1998-1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/084ebd3e1938d268f0a9d1d3df375990/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/084ebd3e1938d268f0a9d1d3df375990/data.xlsx\"}', 'AS5C4008DJ,4Mbit SRAM,Austin Semi w/Samsung Die,1998-1999,NSREC99.pdf,SEE,Memory', null); INSERT INTO `nasa_data_record` VALUES ('086a93b37c8a611030a250ced0f00afd', 'Crawler', '2024-11-13 12:25:18', 'wangjiaxing', '2025-04-30 20:58:39', null, 'Memory Device', 'R1LV1616RBG', 'R1LV1616RBG', 'SRAM Memory', '43622', 'Renesas', '1', 'NASA', '王嘉兴', '1', '{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/data.xlsx\",\"单粒子效应(1)_1746017901478.xlsx\":\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/单粒子效应(1)_1746017901478.xlsx\"}', 'R1LV1616RBG,SRAM Memory,Renesas,TAMU07JUNE;TAMU07AUG;IUCF07OCT,T062507_R1LV1616RBG.pdf;nsrec08_W3_SEE.pdf,SEE;SEL;SEU;SEFI,0.15�m CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('0875ab5e6eec44320df40806177114ac', 'Crawler', '2024-11-13 09:54:18', null, '2025-04-08 11:34:35', null, 'Harris', '54HC123', '54HC123', 'Multivibrator', null, null, '12/21/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0875ab5e6eec44320df40806177114ac/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0875ab5e6eec44320df40806177114ac/PPM-99-045.pdf\"}', '200,2-30,54HC123,Multivibrator,Harris,GGS/WIND,9019B,PPM-93-105,12/21/93', null); INSERT INTO `nasa_data_record` VALUES ('08987938e88b113b87ee5a70d6a6f0b9', 'Crawler', '2024-11-13 09:48:25', null, '2025-04-08 11:34:35', null, 'AD', 'DAC08A', 'DAC08A', '8 Bit DAC', null, null, '01/07/00', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/08987938e88b113b87ee5a70d6a6f0b9/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/08987938e88b113b87ee5a70d6a6f0b9/PPM-99-045.pdf\"}', '430,5-50,DAC08A,8 Bit DAC,AD,HST/COS,9910,PPM-99-044,01/07/00', null); INSERT INTO `nasa_data_record` VALUES ('08d27d77aa9e75842766cb8c973f3678', 'Crawler', '2024-11-13 12:39:31', 'changyuhai', '2025-05-03 22:34:36', null, 'Processor', 'SMJ32OC30', 'SMJ32OC30', '32-bit DSP', '9025', 'TI', '10/11/1991', 'NASA', '常余海', '1', '{\"PPM-91-612.pdf\":\"/oss/physical/NASA/08d27d77aa9e75842766cb8c973f3678/PPM-91-612.pdf\",\"data.xlsx\":\"/oss/physical/NASA/08d27d77aa9e75842766cb8c973f3678/data.xlsx\",\"电离总剂量效应_1746282874281.xlsx\":\"/oss/physical/NASA/08d27d77aa9e75842766cb8c973f3678/电离总剂量效应_1746282874281.xlsx\"}', 'SMJ32OC30,32-bit DSP,TI,10/11/1991,tid/PPM-91-612.pdf,TID,Processor', '10'); INSERT INTO `nasa_data_record` VALUES ('08f60cc7331d6e9f731ca69398922a5a', 'Crawler', '2024-11-13 12:01:13', 'xieyongzhi', '2025-05-03 19:51:18', null, '光电子器件', 'OLS500SB', 'OLS500SB', 'Optocoupler', null, 'Skyworks', '2019Apr(UCD)', 'NASA', '谢永智', '1', '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/08f60cc7331d6e9f731ca69398922a5a/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data(31)_1745989784608.xlsx\":\"/oss/physical/NASA/08f60cc7331d6e9f731ca69398922a5a/data(31)_1745989784608.xlsx\"}', 'OLS500SB,Optocoupler,Skyworks,2019Apr(UCD),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,SEE,Hybrid', '1'); INSERT INTO `nasa_data_record` VALUES ('0913fcdcd1c4ebee61aad63143f97f35', 'Crawler', '2024-11-13 10:51:53', null, '2025-04-08 11:34:35', null, 'Data Transmission', 'ATTDA205B Receiver', 'ATTDA205B Receiver', 'Fibre Channel Link Receiver', null, 'AT&T', '7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/0913fcdcd1c4ebee61aad63143f97f35/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0913fcdcd1c4ebee61aad63143f97f35/data.xlsx\"}', 'ATTDA205B Receiver,Fibre Channel Link Receiver,AT&T,7/21/1997,Random97a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('091b83df2b095b1a68f09fb98e2982c2', 'Crawler', '2024-11-13 11:08:39', null, '2025-04-08 11:34:35', null, 'CMOS Multiplexer', 'HI506', 'HI506', 'CMOS Multiplexer', null, 'Harris', '10/5/1998;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/091b83df2b095b1a68f09fb98e2982c2/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/091b83df2b095b1a68f09fb98e2982c2/data.xlsx\",\"PPM-98-028.pdf\":\"/oss/physical/NASA/091b83df2b095b1a68f09fb98e2982c2/PPM-98-028.pdf\"}', 'HI506,CMOS Multiplexer,Harris,10/5/1998;1999,tid/PPM-98-028.pdf;nsrec00_W21.pdf,TID,CMOS Multiplexer', null); INSERT INTO `nasa_data_record` VALUES ('093e9e8ad44ecae3b678b73560c3630a', 'Crawler', '2024-11-13 00:58:39', null, '2025-04-08 11:34:35', null, 'ESCC 25100', 'C2M0080120D', 'C2M0080120D', 'Power MOSFET', '5 FET N CHANNEL', 'Cree', '08/05/2019', 'ESA', null, null, '{\"D6-1 - TN6.01 - SEE MOSFET C2M0080120D - NEO-14-086_Report_66-2018_rev1.0.pdf\":\"/oss/physical/ESA/093e9e8ad44ecae3b678b73560c3630a/D6-1 - TN6.01 - SEE MOSFET C2M0080120D - NEO-14-086_Report_66-2018_rev1.0.pdf\",\"data.xlsx\":\"/oss/physical/ESA/093e9e8ad44ecae3b678b73560c3630a/data.xlsx\"}', '198,C2M0080120D,Cree,Download,SEE (Single Events Effects),ESCC 25100,12 TRANSISTORS,5 FET N CHANNEL,Power MOSFET,,Fraunhofer Institut,08/05/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('09617152961f9132ff8990656ea587d9', 'Crawler', '2024-11-13 11:44:09', null, '2025-04-08 11:34:35', null, 'Si', 'MBR4045WT', 'MBR4045WT', 'Diode', null, 'ON Semiconductor', '6/30/2014', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/09617152961f9132ff8990656ea587d9/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/09617152961f9132ff8990656ea587d9/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/09617152961f9132ff8990656ea587d9/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR4045WT,Diode,ON Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('09642cffae850a7c5d18b0e6ea9ee5ac', 'Crawler', '2024-11-13 00:34:00', null, '2025-04-08 11:34:35', null, 'Not specified', 'BA20', 'BA20', 'NPN Power Silicon Transistor', '3 HIGH POWER, NPN (> 2WATTS)', 'STmicroelectronics', '31/03/2010', 'ESA', null, null, '{\"98.pdf\":\"/oss/physical/ESA/09642cffae850a7c5d18b0e6ea9ee5ac/98.pdf\",\"data.xlsx\":\"/oss/physical/ESA/09642cffae850a7c5d18b0e6ea9ee5ac/data.xlsx\"}', '98,BA20,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,12 TRANSISTORS,3 HIGH POWER, NPN (> 2WATTS),NPN Power Silicon Transistor,,Hirex,31/03/2010,False', null); INSERT INTO `nasa_data_record` VALUES ('096b24774d7ffb8467a55c098a1886ea', 'Crawler', '2024-11-13 11:04:25', null, '2025-04-08 11:34:35', null, 'CMOS', 'Floating Gate', 'Floating Gate', '512k x 8 NV Memory', null, 'Motorola', '2/22/2004;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/096b24774d7ffb8467a55c098a1886ea/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/096b24774d7ffb8467a55c098a1886ea/nsrec04_SEE.pdf\",\"T022204_Motorola.pdf\":\"/oss/physical/NASA/096b24774d7ffb8467a55c098a1886ea/T022204_Motorola.pdf\"}', 'Floating Gate,512k x 8 NV Memory,Motorola,2/22/2004;6/22/2004,T022204_Motorola.pdf;nsrec04_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('09a4875b52bb8269ec59ebc375cf1392', 'Crawler', '2024-11-13 10:09:04', null, '2025-04-08 11:34:35', null, 'RAM (Random Access Memory)', '0116400J1C-70', '0116400J1C-70', '160 MB Stack DRAM', null, 'Irvine Sensors', '9/5/95;7/15/96;9/11/97', 'NASA', null, null, '{\"i090595.pdf\":\"/oss/physical/NASA/09a4875b52bb8269ec59ebc375cf1392/i090595.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/09a4875b52bb8269ec59ebc375cf1392/random6a.pdf\",\"DRAM296.pdf\":\"/oss/physical/NASA/09a4875b52bb8269ec59ebc375cf1392/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/09a4875b52bb8269ec59ebc375cf1392/data.xlsx\"}', '0116400J1C-70,160 MB Stack DRAM,Irvine Sensors,9/5/95;7/15/96;9/11/97,i090595.pdf;random6a.pdf;DRAM296.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('09b0dcdeeb0ee9e5a388524f02b6eab8', 'Crawler', '2024-11-13 09:55:15', null, '2025-04-08 11:34:35', null, 'NSC', '54AC02', '54AC02', '2-Input NOR', null, null, '10/27/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/09b0dcdeeb0ee9e5a388524f02b6eab8/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/09b0dcdeeb0ee9e5a388524f02b6eab8/PPM-99-045.pdf\"}', '158,5-100,54AC02,2-Input NOR,NSC,FAST/MUE,9214A,PPM-92-253,10/27/92', null); INSERT INTO `nasa_data_record` VALUES ('09b2aa771b06db9d169a56a9cf26bbc7', 'Crawler', '2024-11-13 01:23:17', null, '2025-04-08 11:34:35', null, 'ESCC 25100', 'H5TC4G83CFR - DC1517', 'H5TC4G83CFR - DC1517', 'DDR3L SDRAM', '29 MEMORY OTHERS', 'Hynix', '26/11/2018', 'ESA', null, null, '{\"SEE_00637_01 H5TC4G83CFR Hynix protons.pdf\":\"/oss/physical/ESA/09b2aa771b06db9d169a56a9cf26bbc7/SEE_00637_01 H5TC4G83CFR Hynix protons.pdf\",\"data.xlsx\":\"/oss/physical/ESA/09b2aa771b06db9d169a56a9cf26bbc7/data.xlsx\"}', '300,H5TC4G83CFR - DC1517,Hynix,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,DDR3L SDRAM,CMOS,Hirex-Alter,26/11/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('09b505bae36b7835642892463622e913', 'Crawler', '2024-11-13 12:29:49', 'yangjicong', '2025-04-29 19:29:03', null, 'CMOS', 'RI7113', 'RI7113', 'Power MOSFET Driver', 'Q911729', 'International Rectifier', 'TAMU08FEB', 'NASA', '杨济聪', '1', '{\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/09b505bae36b7835642892463622e913/nsrec09_W12_SEE.pdf\",\"data_1745926141995.xlsx\":\"/oss/physical/NASA/09b505bae36b7835642892463622e913/data_1745926141995.xlsx\"}', 'RI7113,Power MOSFET Driver,International Rectifier,TAMU08FEB,T022508_IR7113.pdf;nsrec09_W12_SEE.pdf,SEE;SEL;SET,CMOS', '4'); INSERT INTO `nasa_data_record` VALUES ('09b684ab39cce6c69da2e1071844ff8c', 'Crawler', '2024-11-13 00:57:57', null, '2025-04-08 11:34:35', null, 'ESCC 22900', 'LTC6244', 'LTC6244', 'Dual Low Noise Rail to Rail OPAMP', '50 LINEAR OPERATIONAL AMPLIFIER', 'Linear Technology', '04/08/2015', 'ESA', null, null, '{\"196.pdf\":\"/oss/physical/ESA/09b684ab39cce6c69da2e1071844ff8c/196.pdf\",\"data.xlsx\":\"/oss/physical/ESA/09b684ab39cce6c69da2e1071844ff8c/data.xlsx\"}', '196,LTC6244,Linear Technology,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Dual Low Noise Rail to Rail OPAMP,,Spectrum ARC,04/08/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('09ba9a9168dd52d534122cd12ce0efd8', 'Crawler', '2024-11-13 09:48:44', null, '2025-04-08 11:34:35', null, 'Samsung', 'KM48C8000AS-6U', 'KM48C8000AS-6U', '8MbX8 DRAM', null, null, '10/22//99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/09ba9a9168dd52d534122cd12ce0efd8/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/09ba9a9168dd52d534122cd12ce0efd8/PPM-99-045.pdf\"}', '416,2.5-100,KM48C8000AS-6U,8MbX8 DRAM,Samsung,TRIANA,Many Wafer Lots,PPM-99-030,10/22//99', null); INSERT INTO `nasa_data_record` VALUES ('09e1e5041f0628dc70eb870924c8605f', 'Crawler', '2024-11-13 09:51:03', null, '2025-04-08 11:34:35', null, 'AD', 'OP470', 'OP470', 'OP AMP', null, null, '9/24/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/09e1e5041f0628dc70eb870924c8605f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/09e1e5041f0628dc70eb870924c8605f/PPM-99-045.pdf\"}', '331,2.5-50,OP470,OP AMP,AD,MIDEX/MAP,9529,PPM-97-035,9/24/97', null); INSERT INTO `nasa_data_record` VALUES ('09e4c0f392de94ab942c34964d8edccd', 'Crawler', '2024-11-13 12:02:11', 'xieyongzhi', '2025-05-03 19:15:42', null, '放大器', 'OP07', 'OP07', 'Operational Amplifier', null, 'PMI', '9/24/1997', 'NASA', '谢永智', '3', '{\"data(13)_1745985689605.xlsx\":\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/data(13)_1745985689605.xlsx\",\"PPM-97-038.pdf\":\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/PPM-97-038.pdf\"}', 'OP07,Operational Amplifier,PMI,9/24/1997,tid/PPM-97-038.pdf,TID,Operational Amplifier', '136'); INSERT INTO `nasa_data_record` VALUES ('09e7edc50ed5a435d5365a2cf42a207f', 'Crawler', '2024-11-13 12:27:12', 'liujunling', '2025-04-30 22:10:12', null, '模拟集成电路', 'RH1013MH', 'RH1013MH', 'Dual precision Operational Amplifier', null, 'Linear Technology', '6/2009; 7/2011; 2014; 2015', 'NASA', '刘俊灵', '1', '{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/09e7edc50ed5a435d5365a2cf42a207f/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/09e7edc50ed5a435d5365a2cf42a207f/nsrec2011_W5_TID.pdf\",\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/09e7edc50ed5a435d5365a2cf42a207f/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/09e7edc50ed5a435d5365a2cf42a207f/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/09e7edc50ed5a435d5365a2cf42a207f/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"电离总剂量效应_1746022206268.xlsx\":\"/oss/physical/NASA/09e7edc50ed5a435d5365a2cf42a207f/电离总剂量效应_1746022206268.xlsx\"}', 'RH1013MH,Dual precision Operational Amplifier,Linear Technology,6/2009; 7/2011; 2014; 2015,nsrec2011_W5_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('0a1b4640191ec6d0a4bb2ea63899907e', 'Crawler', '2024-11-13 11:47:46', null, '2025-04-08 11:34:35', null, 'Power Device', 'MFL2815', 'MFL2815', 'DC-DC converter', null, 'Interpoint', '3/3/1995', 'NASA', null, null, '{\"PPM-95-135.pdf\":\"/oss/physical/NASA/0a1b4640191ec6d0a4bb2ea63899907e/PPM-95-135.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0a1b4640191ec6d0a4bb2ea63899907e/data.xlsx\"}', 'MFL2815,DC-DC converter,Interpoint,3/3/1995,tid/PPM-95-135.pdf,TID,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('0a5c7bab2ada8ad0ed6a89950cbf151d', 'Crawler', '2024-11-13 11:51:27', 'mayinjie', '2025-04-30 20:51:10', null, 'Microprocessors and Peripherals', 'MQ82380-25/B', 'MQ82380-25/B', 'Integrated Peripheral', null, 'Intel', '2/21/1996;7/15/1996', 'NASA', '马崟洁', '2', '{\"random6a.pdf\":\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/random6a.pdf\",\"b022196.pdf\":\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/b022196.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/data.xlsx\",\"单粒子效应.xlsx_1746017458049.xlsx\":\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/单粒子效应.xlsx_1746017458049.xlsx\"}', 'MQ82380-25/B,Integrated Peripheral,Intel,2/21/1996;7/15/1996,b022196.pdf;random6a.pdf,SEE,Microprocessors and Peripherals', '1'); INSERT INTO `nasa_data_record` VALUES ('0a5d6d4de917452dbdb06225bdaab4f2', 'Crawler', '2024-11-13 09:54:44', null, '2025-04-08 11:34:35', null, 'ADI', 'OP43AJ/883', 'OP43AJ/883', 'Op Amp', null, null, '03/03/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0a5d6d4de917452dbdb06225bdaab4f2/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0a5d6d4de917452dbdb06225bdaab4f2/PPM-99-045.pdf\"}', '181,5-100,OP43AJ/883,Op Amp,ADI,ISTP/HYDRA,9212,PPM-93-040,03/03/93', null); INSERT INTO `nasa_data_record` VALUES ('0a70d6ab107ef6b894784fab1b52e944', 'Crawler', '2024-11-13 10:51:21', null, '2025-04-08 11:34:35', null, 'Programmable Device', 'AT22V10 PAL', 'AT22V10 PAL', 'PAL', null, 'Atmel', '8/3/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/0a70d6ab107ef6b894784fab1b52e944/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/0a70d6ab107ef6b894784fab1b52e944/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0a70d6ab107ef6b894784fab1b52e944/data.xlsx\"}', 'AT22V10 PAL,PAL,Atmel,8/3/1993;7/18/1994,b080393.pdf;nsrec94a.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('0a73282257ef047e42971ad8890575a5', 'Crawler', '2024-11-13 02:13:47', null, '2025-04-08 11:34:35', null, 'ESCC 25100', 'LTC4222CG', 'LTC4222CG', 'Dual Hot Swap Controller with I²C Compatible Monitoring', '90 OTHER FUNCTIONS', 'Linear Technology', '20/12/2023', 'ESA', null, null, '{\"409.pdf\":\"/oss/physical/ESA/0a73282257ef047e42971ad8890575a5/409.pdf\",\"data.xlsx\":\"/oss/physical/ESA/0a73282257ef047e42971ad8890575a5/data.xlsx\"}', '409,LTC4222CG,Linear Technology,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,90 OTHER FUNCTIONS,Dual Hot Swap Controller with I²C Compatible Monitoring,,TRAD,20/12/2023,False', null); INSERT INTO `nasa_data_record` VALUES ('0a8076f6a564c9a70916d7017cb61930', 'Crawler', '2024-11-13 11:58:35', 'huangkan', '2025-04-30 18:48:37', null, '数字集成电路', 'Magnum Test Vehicle', 'Magnum Test Vehicle', 'SRAM', null, 'IBM (now Global Foundaries)', '3/7/2015CDH;TRIUMF;Scripps;HUPTI', 'NASA', null, '2', '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/0a8076f6a564c9a70916d7017cb61930/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0a8076f6a564c9a70916d7017cb61930/data.xlsx\",\"MagnumTestVehicle单粒子效应_1746010116282.xlsx\":\"/oss/physical/NASA/0a8076f6a564c9a70916d7017cb61930/MagnumTestVehicle单粒子效应_1746010116282.xlsx\"}', 'Magnum Test Vehicle,SRAM,IBM (now Global Foundaries),3/7/2015CDH;TRIUMF;Scripps;HUPTI,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,Proton Facility Evaluation,45nm SOI CMOS', '2'); INSERT INTO `nasa_data_record` VALUES ('0a945498409cf7c8a9f6f81120dbcbc9', 'Crawler', '2024-11-13 11:58:58', 'huangkan', '2025-04-30 18:41:54', null, '光电子器件', 'Mii66099', 'Mii66099', 'Optocoupler', null, 'Micropac', '4/3/2002;6/1/2002', 'NASA', null, '4', '{\"data.xlsx\":\"/oss/physical/NASA/0a945498409cf7c8a9f6f81120dbcbc9/data.xlsx\",\"D040302_Mii66099.pdf\":\"/oss/physical/NASA/0a945498409cf7c8a9f6f81120dbcbc9/D040302_Mii66099.pdf\",\"Mii66099电离总剂量效应_1746009702043.xlsx\":\"/oss/physical/NASA/0a945498409cf7c8a9f6f81120dbcbc9/Mii66099电离总剂量效应_1746009702043.xlsx\",\"I061002_Mii66099.pdf\":\"/oss/physical/NASA/0a945498409cf7c8a9f6f81120dbcbc9/I061002_Mii66099.pdf\",\"Mii66099位移损伤效应_1746009702046.xlsx\":\"/oss/physical/NASA/0a945498409cf7c8a9f6f81120dbcbc9/Mii66099位移损伤效应_1746009702046.xlsx\"}', 'Mii66099,Optocoupler,Micropac,4/3/2002;6/1/2002,D040302_Mii66099.pdf;I061002_Mii66099.pdf,DD,Optocoupler', '4'); INSERT INTO `nasa_data_record` VALUES ('0a980a16f09d255904f4c0e98f9f8f79', 'Crawler', '2024-11-13 10:42:15', null, '2025-04-08 11:34:35', null, 'DAC', 'AD7545', 'AD7545', '12-Bit CMOS DAC', null, 'Analog Devices', '6/24/1999;1999;08/16/1994;1/2005', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/0a980a16f09d255904f4c0e98f9f8f79/nsrec05_W23.pdf\",\"G05JAN_AD7545_TID.pdf\":\"/oss/physical/NASA/0a980a16f09d255904f4c0e98f9f8f79/G05JAN_AD7545_TID.pdf\",\"PPM-99-022.pdf\":\"/oss/physical/NASA/0a980a16f09d255904f4c0e98f9f8f79/PPM-99-022.pdf\",\"PPM-94-017.pdf\":\"/oss/physical/NASA/0a980a16f09d255904f4c0e98f9f8f79/PPM-94-017.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/0a980a16f09d255904f4c0e98f9f8f79/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0a980a16f09d255904f4c0e98f9f8f79/data.xlsx\"}', 'AD7545,12-Bit CMOS DAC,Analog Devices,6/24/1999;1999;08/16/1994;1/2005,tid/PPM-99-022.pdf;nsrec00_W21.pdf;tid/PPM-94-017.pdf;G05JAN_AD7545_TID.pdf;nsrec05_W23.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('0aa05d58c9d470f43b7a8bed9de65dd9', 'Crawler', '2024-11-13 12:37:26', 'zhangchenyu', '2025-04-30 14:47:34', null, 'Bipolar', 'SFT5096', 'SFT5096', 'Transistor', null, 'Solid State Devices, Inc.', '3/27/2014-to-4/25/2014', 'NASA', '张晨宇', '1', '{\"data.xlsx\":\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"电离总剂量效应_1745995652065.xlsx\":\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/电离总剂量效应_1745995652065.xlsx\"}', 'SFT5096,Transistor,Solid State Devices, Inc.,3/27/2014-to-4/25/2014,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('0aa7ba528c21382d108cd5e7ede180fe', 'Crawler', '2024-11-13 11:20:42', null, '2025-04-08 11:34:35', null, 'RAM (Random Access Memory)', 'KM44C4000', 'KM44C4000', '4Mx4 DRAM', null, 'Samsung', '7/29/1994;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/0aa7ba528c21382d108cd5e7ede180fe/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0aa7ba528c21382d108cd5e7ede180fe/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/0aa7ba528c21382d108cd5e7ede180fe/b072994.pdf\"}', 'KM44C4000,4Mx4 DRAM,Samsung,7/29/1994;7/17/1995,b072994.pdf;ieee95a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('0ab04431e0a3d5f5e48201de1a29c976', 'Crawler', '2024-11-13 10:23:59', null, '2025-04-08 11:34:35', null, 'Comparator', '54AC521DMQB', '54AC521DMQB', '8 bit comparator', null, 'National Semiconductor', '12/27/1991', 'NASA', null, null, '{\"PPM-91-754.pdf\":\"/oss/physical/NASA/0ab04431e0a3d5f5e48201de1a29c976/PPM-91-754.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0ab04431e0a3d5f5e48201de1a29c976/data.xlsx\"}', '54AC521DMQB,8 bit comparator,National Semiconductor,12/27/1991,tid/PPM-91-754.pdf,TID,Comparator', null); INSERT INTO `nasa_data_record` VALUES ('0afc0a384043fdc37153cb7a0ddadc85', 'Crawler', '2024-11-13 11:21:46', null, '2025-04-08 11:34:35', null, 'Operational Amplifier', 'LF441AMH', 'LF441AMH', 'Operational Amplifier', null, 'National Semiconductor', '10/31/1991', 'NASA', null, null, '{\"PPM-91-656.pdf\":\"/oss/physical/NASA/0afc0a384043fdc37153cb7a0ddadc85/PPM-91-656.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0afc0a384043fdc37153cb7a0ddadc85/data.xlsx\"}', 'LF441AMH,Operational Amplifier,National Semiconductor,10/31/1991,tid/PPM-91-656.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('0afef9a16199c98c37c67de8f87507d7', 'Crawler', '2024-11-13 12:36:21', 'zhangchenyu', '2025-04-30 16:28:47', null, 'Transistor', 'SDM3304', 'SDM3304', 'NPN transistor', null, 'Solitron', '1/12/1995', 'NASA', '张晨宇', '3', '{\"PPM-95-118.pdf\":\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/PPM-95-118.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/data.xlsx\",\"电离总剂量效应_1746001726531.xlsx\":\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/电离总剂量效应_1746001726531.xlsx\"}', 'SDM3304,NPN transistor,Solitron,1/12/1995,tid/PPM-95-118.pdf,TID,Transistor', '3'); INSERT INTO `nasa_data_record` VALUES ('0b4825f0cc1837857861c920e7b02efc', 'Crawler', '2024-11-13 12:44:28', 'chenpan', '2025-04-30 22:47:26', null, 'SiC Substrate', 'STPSC1006D', 'STPSC1006D', 'Power Diode', null, 'ST Microelectronics', '11/1/2009;8/23/2015', 'NASA', '陈攀', '1', '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/0b4825f0cc1837857861c920e7b02efc/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0b4825f0cc1837857861c920e7b02efc/data.xlsx\",\"VdG09NOV_STPSC806_STPSC1006.pdf\":\"/oss/physical/NASA/0b4825f0cc1837857861c920e7b02efc/VdG09NOV_STPSC806_STPSC1006.pdf\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/0b4825f0cc1837857861c920e7b02efc/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"STPSC1006D_TID_1746024442096.xlsx\":\"/oss/physical/NASA/0b4825f0cc1837857861c920e7b02efc/STPSC1006D_TID_1746024442096.xlsx\"}', 'STPSC1006D,Power Diode,ST Microelectronics,11/1/2009;8/23/2015,tid/VdG09NOV_STPSC806_STPSC1006.pdf;nsrec2010_W22_TID.pdf;https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEE;TID,SiC Substrate', '5'); INSERT INTO `nasa_data_record` VALUES ('0b734c26abe94901914e02d2c8d6598f', 'Crawler', '2024-11-13 13:00:07', 'mayunlong', '2025-04-17 23:12:47', null, '接口电路', 'UT54LVDS031', 'UT54LVDS031', 'Transmitter', '0443/0335', 'Aeroflex', '11/23/2004', 'NASA', '马云龙', '1', '{\"data.xlsx\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/nsrec05_W5.pdf\",\"单粒子效应UT54LVDS031_1744902765773.xlsx\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/单粒子效应UT54LVDS031_1744902765773.xlsx\"}', 'UT54LVDS031,Transmitter,Aeroflex,11/23/2004,B112304_ UT54LVDS031_32.pdf;nsrec05_W5.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('0bc524e25233c98a8a8776213ce6faae', 'Crawler', '2024-11-13 11:13:01', null, '2025-04-08 11:34:35', null, 'Data Transmission', 'Hot Rod TX/REC', 'Hot Rod TX/REC', 'High speed commercial protocol IC', null, 'Gazelle', '12/3/1992;3/30/1993;5/19/1993;7/19/1993;7/18/1994', 'NASA', null, null, '{\"nsrec93a.pdf\":\"/oss/physical/NASA/0bc524e25233c98a8a8776213ce6faae/nsrec93a.pdf\",\"nsrec94a.pdf\":\"/oss/physical/NASA/0bc524e25233c98a8a8776213ce6faae/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0bc524e25233c98a8a8776213ce6faae/data.xlsx\",\"120392.pdf\":\"/oss/physical/NASA/0bc524e25233c98a8a8776213ce6faae/120392.pdf\",\"s061893.pdf\":\"/oss/physical/NASA/0bc524e25233c98a8a8776213ce6faae/s061893.pdf\"}', 'Hot Rod TX/REC,High speed commercial protocol IC,Gazelle,12/3/1992;3/30/1993;5/19/1993;7/19/1993;7/18/1994,s061893.pdf;120392.pdf;nsrec93a.pdf;nsrec94a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('0bcd1683059778fd148059ac6e2de953', 'Crawler', '2024-11-13 10:22:35', null, '2025-04-08 11:34:35', null, 'Decoder', '54AC139DMQB Decoder', '54AC139DMQB Decoder', '2 to 4 Decoder', null, 'National Semiconductor', '10/10/1991', 'NASA', null, null, '{\"PPM-91-628.pdf\":\"/oss/physical/NASA/0bcd1683059778fd148059ac6e2de953/PPM-91-628.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0bcd1683059778fd148059ac6e2de953/data.xlsx\"}', '54AC139DMQB Decoder,2 to 4 Decoder,National Semiconductor,10/10/1991,tid/PPM-91-628.pdf,TID,Decoder', null); INSERT INTO `nasa_data_record` VALUES ('0be89e40c5e5edaf7515a4223dcd6708', 'Crawler', '2024-11-13 10:18:50', null, '2025-04-08 11:34:35', null, 'N Channel Transistor', '2N7225', '2N7225', 'N-Channel JFET', null, 'Harris', '6/28/1999;1999', 'NASA', null, null, '{\"PPM-99-023.pdf\":\"/oss/physical/NASA/0be89e40c5e5edaf7515a4223dcd6708/PPM-99-023.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/0be89e40c5e5edaf7515a4223dcd6708/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0be89e40c5e5edaf7515a4223dcd6708/data.xlsx\"}', '2N7225,N-Channel JFET,Harris,6/28/1999;1999,tid/PPM-99-023.pdf;nsrec00_W21.pdf,TID,N Channel Transistor', null); INSERT INTO `nasa_data_record` VALUES ('0bf6a3a926d6fa642e5118f9ab94ec55', 'Crawler', '2024-11-13 09:54:22', null, '2025-04-08 11:34:35', null, 'Monitor', 'G311P759-4M194304', 'G311P759-4M194304', 'Oscillator', null, null, '09/24/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0bf6a3a926d6fa642e5118f9ab94ec55/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0bf6a3a926d6fa642e5118f9ab94ec55/PPM-99-045.pdf\"}', '197,5-75,G311P759-4M194304,Oscillator,Monitor,FAST/MUE,9315,PPM-93-101,09/24/93', null); INSERT INTO `nasa_data_record` VALUES ('0c4298e79db1cdff2fc08374147a62f7', 'Crawler', '2024-11-13 12:01:09', 'xieyongzhi', '2025-05-03 19:53:20', null, '光电子器件', 'OLH5601', 'OLH5601', 'Optocoupler', null, 'Isolink', '1997;1998;1999', 'NASA', '谢永智', '2', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/nsrec00_W21.pdf\",\"NSREC99.pdf\":\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/NSREC99.pdf\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/nsrec00_W22.pdf\",\"data(34)_1745990134269.xlsx\":\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/data(34)_1745990134269.xlsx\"}', 'OLH5601,Optocoupler,Isolink,1997;1998;1999,NSREC99.pdf;nsrec00_W22.pdf;nsrec00_W21.pdf,SEE;DD,Optocoupler', '14'); INSERT INTO `nasa_data_record` VALUES ('0c730f2f74ad23f60bd51a861e93b41e', 'Crawler', '2024-11-13 09:58:41', null, '2025-04-08 11:34:35', null, 'NSC', 'LM160', 'LM160', 'Volt Compar.', null, null, '04/15/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0c730f2f74ad23f60bd51a861e93b41e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0c730f2f74ad23f60bd51a861e93b41e/PPM-99-045.pdf\"}', '28,50-260,LM160,Volt Compar.,NSC,ISTP/NC,8918,PPM-91-268,04/15/91', null); INSERT INTO `nasa_data_record` VALUES ('0c79863bc655358c888339524de36b97', 'Crawler', '2024-11-13 11:20:53', null, '2025-04-08 11:34:35', null, 'Memory', 'KM48C8000AS', 'KM48C8000AS', '8Mb DRAM', null, 'Samsung', '10/22/1999;1999', 'NASA', null, null, '{\"PPM-99-030.pdf\":\"/oss/physical/NASA/0c79863bc655358c888339524de36b97/PPM-99-030.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/0c79863bc655358c888339524de36b97/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0c79863bc655358c888339524de36b97/data.xlsx\"}', 'KM48C8000AS,8Mb DRAM,Samsung,10/22/1999;1999,tid/PPM-99-030.pdf;nsrec00_W21.pdf,TID,Memory', null); INSERT INTO `nasa_data_record` VALUES ('0c8294aa2f9889f3f4209135903843c0', 'Crawler', '2024-11-13 11:34:30', null, '2025-04-08 11:34:35', null, 'RAM (Random Access Memory)', 'Luna ES', 'Luna ES', '4Mx4 DRAM', null, 'IBM', '6/5/1995;8/17/1995;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/0c8294aa2f9889f3f4209135903843c0/random6a.pdf\",\"luna.pdf\":\"/oss/physical/NASA/0c8294aa2f9889f3f4209135903843c0/luna.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0c8294aa2f9889f3f4209135903843c0/data.xlsx\"}', 'Luna ES,4Mx4 DRAM,IBM,6/5/1995;8/17/1995;7/15/1996,luna.pdf;random6a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('0cb871bc36e4e14760b844429184f58b', 'Crawler', '2024-11-13 10:54:03', null, '2025-04-08 11:34:35', null, 'Si', 'BZX84-B47,215', 'BZX84-B47,215', 'Zener Diode', null, 'NXP Semiconductor', '4/10/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/0cb871bc36e4e14760b844429184f58b/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0cb871bc36e4e14760b844429184f58b/data.xlsx\"}', 'BZX84-B47,215,Zener Diode,NXP Semiconductor,4/10/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('0ce37486aa38ff1a8c04a53ff6031211', 'Crawler', '2024-11-13 12:01:57', 'xieyongzhi', '2025-05-03 19:33:25', null, '其他混合集成电路', 'OMR9701', 'OMR9701', 'Solid-State Relay', null, 'International Rectifier', '6/13/2003;6/22/2004', 'NASA', '谢永智', '8', '{\"T061303_OMR9701.pdf\":\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/T061303_OMR9701.pdf\",\"data(18)_1745986679091.xlsx\":\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/data(18)_1745986679091.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/nsrec04_SEE.pdf\"}', 'OMR9701,Solid-State Relay,International Rectifier,6/13/2003;6/22/2004,T061303_OMR9701.pdf;nsrec04_SEE.pdf,SEE,Hybrid', '8'); INSERT INTO `nasa_data_record` VALUES ('0ce97bc839b96d0bb1b99eaa0a469120', 'Crawler', '2024-11-13 02:18:44', null, '2025-04-08 11:34:35', null, 'ESCC 22900', 'RHF1401 - DC31228A', 'RHF1401 - DC31228A', 'Radiation Hardened 14-bit ADC', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'STmicroelectronics', '26/09/2013', 'ESA', null, null, '{\"369.pdf\":\"/oss/physical/ESA/0ce97bc839b96d0bb1b99eaa0a469120/369.pdf\",\"data.xlsx\":\"/oss/physical/ESA/0ce97bc839b96d0bb1b99eaa0a469120/data.xlsx\"}', '369,RHF1401 - DC31228A,STmicroelectronics,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,Radiation Hardened 14-bit ADC,250nm CMOS,Hirex-Alter,26/09/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('0cef601c3405214ee44c805a457ffa7b', 'Crawler', '2024-11-13 12:40:51', 'luozikang', '2025-04-29 18:42:16', null, 'Line Driver-Buffer', 'SN74LVT16244', 'SN74LVT16244', 'Line Driver-Buffer', null, 'Texas Instruments', '_1999', 'NASA', '罗梓康', '2', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/data.xlsx\",\"单粒子效应_1745922545587.xlsx\":\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/单粒子效应_1745922545587.xlsx\"}', 'SN74LVT16244,Line Driver-Buffer,Texas Instruments,_1999,nsrec00_W21.pdf,TID,Line Driver-Buffer', '4'); INSERT INTO `nasa_data_record` VALUES ('0d0a81cc9e71a4ecc6f0be139d50f78a', 'Crawler', '2024-11-13 10:24:37', null, '2025-04-08 11:34:35', null, 'Logic', '54ACTQ08', '54ACTQ08', '2-input AND', null, 'National Semiconductor', '12/6/1991', 'NASA', null, null, '{\"PPM-91-712.pdf\":\"/oss/physical/NASA/0d0a81cc9e71a4ecc6f0be139d50f78a/PPM-91-712.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0d0a81cc9e71a4ecc6f0be139d50f78a/data.xlsx\"}', '54ACTQ08,2-input AND,National Semiconductor,12/6/1991,tid/PPM-91-712.pdf,TID,Logic', null); INSERT INTO `nasa_data_record` VALUES ('0d0f10a208e16c84ef7bbb13ab55be3e', 'Crawler', '2024-11-13 12:01:11', 'xieyongzhi', '2025-05-03 19:53:03', null, '光电子器件', 'OLI400', 'OLI400', 'Optocoupler', null, 'Isolink', '5/1997;12/1998', 'NASA', '谢永智', '1', '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/0d0f10a208e16c84ef7bbb13ab55be3e/nsrec00_W22.pdf\",\"data(33)_1745990012817.xlsx\":\"/oss/physical/NASA/0d0f10a208e16c84ef7bbb13ab55be3e/data(33)_1745990012817.xlsx\"}', 'OLI400,Optocoupler,Isolink,5/1997;12/1998,nsrec00_W22.pdf,DD,Optocoupler', '7'); INSERT INTO `nasa_data_record` VALUES ('0d4374f289151322b12417db13159aab', 'Crawler', '2024-11-13 11:35:38', null, '2025-04-08 11:34:35', null, 'Microprocessors and Peripherals', 'M82C59A', 'M82C59A', 'Programmable Interrupt Controller', null, 'Harris', '1/24/1995;4/3/1995;7/17/1995;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/0d4374f289151322b12417db13159aab/random6a.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/0d4374f289151322b12417db13159aab/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0d4374f289151322b12417db13159aab/data.xlsx\"}', 'M82C59A,Programmable Interrupt Controller,Harris,1/24/1995;4/3/1995;7/17/1995;7/15/1996,ieee95a.pdf;random6a.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('0d532efd9f9c0e9d088f4cf235b7b453', 'Crawler', '2024-11-13 12:59:12', 'yangsini', '2025-04-29 18:42:00', null, '其他电气和电子元器件', '脉冲宽度调制器', 'UC1823', 'Pulse Width Modulator', '1345', 'Texas Instruments', '9/14/2015', 'NASA', '杨思妮', '10', '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/0d532efd9f9c0e9d088f4cf235b7b453/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0d532efd9f9c0e9d088f4cf235b7b453/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/0d532efd9f9c0e9d088f4cf235b7b453/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-TR-TID-2016Oct-Chen-15-062-UC1823A-TN39590.pdf\":\"/oss/physical/NASA/0d532efd9f9c0e9d088f4cf235b7b453/NEPP-TR-TID-2016Oct-Chen-15-062-UC1823A-TN39590.pdf\",\"电离总剂量效应_1745923317793.xlsx\":\"/oss/physical/NASA/0d532efd9f9c0e9d088f4cf235b7b453/电离总剂量效应_1745923317793.xlsx\"}', 'UC1823,Pulse Width Modulator,Texas Instruments,9/14/2015,https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/28390/NEPP-TR-TID-2016Oct-Chen-15-062-UC1823A-TN39590.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', '60'); INSERT INTO `nasa_data_record` VALUES ('0d5f95f00bfcf15121e91d44db9f6e0f', 'Crawler', '2024-11-13 11:35:54', null, '2025-04-08 11:34:35', null, 'CMOS', 'MAX145', 'MAX145', 'ADC', null, 'Maxim', '11/11/2003;9/2/2003;6/22/2004', 'NASA', null, null, '{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/0d5f95f00bfcf15121e91d44db9f6e0f/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0d5f95f00bfcf15121e91d44db9f6e0f/data.xlsx\",\"T090203_GLAST.pdf\":\"/oss/physical/NASA/0d5f95f00bfcf15121e91d44db9f6e0f/T090203_GLAST.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/0d5f95f00bfcf15121e91d44db9f6e0f/nsrec04_SEE.pdf\"}', 'MAX145,ADC,Maxim,11/11/2003;9/2/2003;6/22/2004,T111103_GLAST.pdf;T090203_GLAST.pdf;nsrec04_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('0d7b59cc91ad475f387c29d7be010fc4', 'Crawler', '2024-11-13 10:30:26', null, '2025-04-08 11:34:35', null, 'LC2MOS', '7872ARPFS', '7872ARPFS', '14-bit ADC Package PN', null, 'Maxwell Package for Analog Devices AD7872', 'TAMU10FEB', 'NASA', null, null, '{\"T022210_AD7872.pdf\":\"/oss/physical/NASA/0d7b59cc91ad475f387c29d7be010fc4/T022210_AD7872.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/0d7b59cc91ad475f387c29d7be010fc4/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0d7b59cc91ad475f387c29d7be010fc4/data.xlsx\"}', '7872ARPFS,14-bit ADC Package PN,Maxwell Package for Analog Devices AD7872,TAMU10FEB,T022210_AD7872.pdf;nsrec2011_W6_SEE.pdf,SEE,LC2MOS', null); INSERT INTO `nasa_data_record` VALUES ('0d94362e9991e1f463469cfc2fe3ded1', 'Crawler', '2024-11-13 01:17:21', null, '2025-04-08 11:34:35', null, 'ESCC 22900', 'IS49', 'IS49', 'Photo-Transistor Optocoupler', '1 OPTOCOUPLER', 'Isocom', '10/07/2012', 'ESA', null, null, '{\"268.pdf\":\"/oss/physical/ESA/0d94362e9991e1f463469cfc2fe3ded1/268.pdf\",\"data.xlsx\":\"/oss/physical/ESA/0d94362e9991e1f463469cfc2fe3ded1/data.xlsx\"}', '268,IS49,Isocom,Download,TID (Total Ionising Dose),ESCC 22900,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Photo-Transistor Optocoupler,Bipolar,Isocom,10/07/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('0ddad084959a318d40d2f04a3b63c91c', 'Crawler', '2024-11-13 10:22:33', null, '2025-04-08 11:34:35', null, 'DEMUX', '54AC138DMQB DEMUX', '54AC138DMQB DEMUX', 'DEMUX', null, 'National Semiconductor', '4/15/1991', 'NASA', null, null, '{\"PPM-91-267.pdf\":\"/oss/physical/NASA/0ddad084959a318d40d2f04a3b63c91c/PPM-91-267.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0ddad084959a318d40d2f04a3b63c91c/data.xlsx\"}', '54AC138DMQB DEMUX,DEMUX,National Semiconductor,4/15/1991,tid/PPM-91-267.pdf,TID,DEMUX', null); INSERT INTO `nasa_data_record` VALUES ('0e019822e9dfae9e1167446d08aa00a4', 'Crawler', '2024-11-13 09:51:34', null, '2025-04-08 11:34:35', null, 'AD', 'AD580', 'AD580', 'Voltage Reference', null, null, '4/30/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0e019822e9dfae9e1167446d08aa00a4/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0e019822e9dfae9e1167446d08aa00a4/PPM-99-045.pdf\"}', '312,5-50,AD580,Voltage Reference,AD,MAP/Power,9626,PPM-97-016,4/30/97', null); INSERT INTO `nasa_data_record` VALUES ('0e0e74d64b94ee70864f826d0ba83d08', 'Crawler', '2024-11-13 10:41:33', null, '2025-04-08 11:34:35', null, 'ADC', 'AD677', 'AD677', 'A/D Converter', null, 'ADI', '2/2/1995', 'NASA', null, null, '{\"PPM-95-124.pdf\":\"/oss/physical/NASA/0e0e74d64b94ee70864f826d0ba83d08/PPM-95-124.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0e0e74d64b94ee70864f826d0ba83d08/data.xlsx\"}', 'AD677,A/D Converter,ADI,2/2/1995,tid/PPM-95-124.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('0e135e49a18269ecbc43c31673bc7cea', 'Crawler', '2024-11-13 12:50:17', 'chenwenzhuo', '2025-04-30 17:37:15', null, 'Power Device', 'TI7705', 'TI7705', 'Power supervisor', null, 'Texas Instruments', '2/24/1997;7/21/1997', 'NASA', '陈文卓', '14', '{\"Random97a.pdf\":\"/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/Random97a.pdf\",\"B022497.pdf\":\"/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/B022497.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/data.xlsx\",\"TIL25_1746005833866.xlsx\":\"/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/TIL25_1746005833866.xlsx\"}', 'TI7705,Power supervisor,Texas Instruments,2/24/1997;7/21/1997,B022497.pdf;Random97a.pdf,SEE,Power Device', '14'); INSERT INTO `nasa_data_record` VALUES ('0e13938e94cb067f21994ad90e8e992b', 'Crawler', '2024-11-13 10:46:33', null, '2025-04-08 11:34:35', null, 'BiCMOS', 'ADCMP600', 'ADCMP600', 'Comparator', null, 'Analog Devices', '10/27/2017-to-2/17/2018', 'NASA', null, null, '{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/0e13938e94cb067f21994ad90e8e992b/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0e13938e94cb067f21994ad90e8e992b/data.xlsx\"}', 'ADCMP600,Comparator,Analog Devices,10/27/2017-to-2/17/2018,CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,TID,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('0e7314827d336b04a0ec3ee8cbdaf4d6', 'Crawler', '2024-11-13 10:36:03', null, '2025-04-08 11:34:35', null, 'CMOS', 'ACSPD60', 'ACSPD60', 'FPGA', null, 'Achronix', 'TAMU10MAR;IU10MAR', 'NASA', null, null, '{\"NEPP_ETW2011_Berg.pdf\":\"/oss/physical/NASA/0e7314827d336b04a0ec3ee8cbdaf4d6/NEPP_ETW2011_Berg.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/0e7314827d336b04a0ec3ee8cbdaf4d6/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0e7314827d336b04a0ec3ee8cbdaf4d6/data.xlsx\",\"T030210_SPD60.pdf\":\"/oss/physical/NASA/0e7314827d336b04a0ec3ee8cbdaf4d6/T030210_SPD60.pdf\"}', 'ACSPD60,FPGA,Achronix,TAMU10MAR;IU10MAR,T030210_SPD60.pdf;NEPP_ETW2011_Berg.pdf;nsrec2011_W6_SEE.pdf,SEE;SEU,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('0e73341a51ae775b83fa8716bbbf3c01', 'Crawler', '2024-11-13 09:50:51', null, '2025-04-08 11:34:35', null, 'National', 'LM137', 'LM137', 'Voltage Regulator', null, null, '10/10/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0e73341a51ae775b83fa8716bbbf3c01/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0e73341a51ae775b83fa8716bbbf3c01/PPM-99-045.pdf\"}', '339,10-200,LM137,Voltage Regulator,National,GOES,9328,PPM-97-043,10/10/97', null); INSERT INTO `nasa_data_record` VALUES ('0ea0fe91e50aadb2787f8f0454bc26e4', 'Crawler', '2024-11-13 12:02:02', 'xieyongzhi', '2025-05-03 19:22:10', null, '开关', 'OMT1090', 'OMT1090', 'Optical Switch', null, 'TT Electronics / OPTEK Technology Inc.', '10/01/2021', 'NASA', '谢永智', '2', '{\"2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf\":\"/oss/physical/NASA/0ea0fe91e50aadb2787f8f0454bc26e4/2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf\",\"data(16)_1745986127327.xlsx\":\"/oss/physical/NASA/0ea0fe91e50aadb2787f8f0454bc26e4/data(16)_1745986127327.xlsx\"}', 'OMT1090,Optical Switch,TT Electronics / OPTEK Technology Inc.,10/01/2021,2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf,DD,Optical Device', '120'); INSERT INTO `nasa_data_record` VALUES ('0ebb9a480567ba8beaa93247cab6ff10', 'Crawler', '2024-11-13 11:03:09', null, '2025-04-08 11:34:35', null, 'Optical Fiber', 'FS-PM-7621', 'FS-PM-7621', 'Optical Fiber', null, '3M', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/0ebb9a480567ba8beaa93247cab6ff10/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0ebb9a480567ba8beaa93247cab6ff10/data.xlsx\"}', 'FS-PM-7621,Optical Fiber,3M,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('0ebbf1707db5033dc4007ba020f457fa', 'Crawler', '2024-11-13 10:23:55', null, '2025-04-08 11:34:35', null, 'Flip Flop', '54AC374DMQB', '54AC374DMQB', 'Oct Flip Flop', null, 'National Semiconductor', '1/16/1992', 'NASA', null, null, '{\"PPM-92-004.pdf\":\"/oss/physical/NASA/0ebbf1707db5033dc4007ba020f457fa/PPM-92-004.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0ebbf1707db5033dc4007ba020f457fa/data.xlsx\"}', '54AC374DMQB,Oct Flip Flop,National Semiconductor,1/16/1992,tid/PPM-92-004.pdf,TID,Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('0ebfa24d65b8b82252c121e22439773f', 'Crawler', '2024-11-13 10:59:20', null, '2025-04-08 11:34:35', null, 'Analog Device', 'DAC8800', 'DAC8800', 'Octal 8 bit DAC', null, 'Analog Devices', '6/12/1996;7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/0ebfa24d65b8b82252c121e22439773f/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0ebfa24d65b8b82252c121e22439773f/data.xlsx\",\"b061296c.pdf\":\"/oss/physical/NASA/0ebfa24d65b8b82252c121e22439773f/b061296c.pdf\"}', 'DAC8800,Octal 8 bit DAC,Analog Devices,6/12/1996;7/21/1997,b061296c.pdf;Random97a.pdf,SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('0ec02c145a1464409cbb150fc0efb980', 'Crawler', '2024-11-13 11:53:50', 'mayinjie', '2025-04-30 18:06:02', null, 'CMOS', 'MT29F128G08AJAAAWP-ITZ', 'MT29F128G08AJAAAWP-ITZ', 'Flash Memory', null, 'Micron', '2017Mar', 'NASA', '马崟洁', '1', '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/0ec02c145a1464409cbb150fc0efb980/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0ec02c145a1464409cbb150fc0efb980/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/0ec02c145a1464409cbb150fc0efb980/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-TR-2017-Wyrwas-TID-16-017-16-018-MT29F128G08AJAAA-2017Feb-TN45672.pdf\":\"/oss/physical/NASA/0ec02c145a1464409cbb150fc0efb980/NEPP-TR-2017-Wyrwas-TID-16-017-16-018-MT29F128G08AJAAA-2017Feb-TN45672.pdf\",\"电离总剂量效应.xlsx_1746007561331.xlsx\":\"/oss/physical/NASA/0ec02c145a1464409cbb150fc0efb980/电离总剂量效应.xlsx_1746007561331.xlsx\"}', 'MT29F128G08AJAAAWP-ITZ,Flash Memory,Micron,2017Mar,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf;https://nepp.nasa.gov/files/28611/NEPP-TR-2017-Wyrwas-TID-16-017-16-018-MT29F128G08AJAAA-2017Feb-TN45672.pdf,SEE; TID,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('0edcc95b1cdf84d4360e7840cfa639ff', 'Crawler', '2024-11-13 10:57:38', null, '2025-04-08 11:34:35', null, 'ADC', 'CS7820-UD', 'CS7820-UD', '8 bit ADC', null, 'Crystal Semiconductor', '6/6/1991', 'NASA', null, null, '{\"PPM-91-384.pdf\":\"/oss/physical/NASA/0edcc95b1cdf84d4360e7840cfa639ff/PPM-91-384.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0edcc95b1cdf84d4360e7840cfa639ff/data.xlsx\"}', 'CS7820-UD,8 bit ADC,Crystal Semiconductor,6/6/1991,tid/PPM-91-384.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('0eec883ca32f379f060119adfad56f2e', 'Crawler', '2024-11-13 12:03:02', 'xuebinrui', '2025-04-29 17:49:47', null, '光电子器件', 'OP224 LED', 'OP224 LED', 'Optocoupler', 'GaAlAs IR, 890nm', 'Optek', '7/1999', 'NASA', '薛彬睿', '1', '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/0eec883ca32f379f060119adfad56f2e/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0eec883ca32f379f060119adfad56f2e/data.xlsx\",\"单粒子效应-(5)_1745920173169.xlsx\":\"/oss/physical/NASA/0eec883ca32f379f060119adfad56f2e/单粒子效应-(5)_1745920173169.xlsx\"}', 'OP224 LED,Optocoupler,Optek,7/1999,nsrec00_W22.pdf,DD,Optocoupler', '1'); INSERT INTO `nasa_data_record` VALUES ('0eef4767214a5103738ac89e48f0899b', 'Crawler', '2024-11-13 10:45:52', null, '2025-04-08 11:34:35', null, 'Bipolar', 'AD96687', 'AD96687', 'Comparator', null, 'Analog Devices', '5/8/2015', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/0eef4767214a5103738ac89e48f0899b/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0eef4767214a5103738ac89e48f0899b/data.xlsx\"}', 'AD96687,Comparator,Analog Devices,5/8/2015,https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('0f4f4e57d3fb0315df62d7cf71e325bf', 'Crawler', '2024-11-13 12:00:58', 'xieyongzhi', '2025-05-03 19:54:08', null, '光电子器件', 'OLH304', 'OLH304', 'Optocoupler', null, 'Isolink', '2/1997', 'NASA', '谢永智', '1', '{\"data(40)_1745990682681.xlsx\":\"/oss/physical/NASA/0f4f4e57d3fb0315df62d7cf71e325bf/data(40)_1745990682681.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/0f4f4e57d3fb0315df62d7cf71e325bf/nsrec00_W22.pdf\"}', 'OLH304,Optocoupler,Isolink,2/1997,nsrec00_W22.pdf,DD,Optocoupler', '1'); INSERT INTO `nasa_data_record` VALUES ('0f52eca8fd6b78fe5bd4d75e7d586c3b', 'Crawler', '2024-11-13 09:58:42', null, '2025-04-08 11:34:35', null, 'NSC', '54AC138DMQB', '54AC138DMQB', 'DEMUX', null, null, '04/15/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0f52eca8fd6b78fe5bd4d75e7d586c3b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0f52eca8fd6b78fe5bd4d75e7d586c3b/PPM-99-045.pdf\"}', '27,5-300,54AC138DMQB,DEMUX,NSC,SMEX/CB,9037A,PPM-91-267,04/15/91', null); INSERT INTO `nasa_data_record` VALUES ('0f54357d02e50a01c124fbbf2f136838', 'Crawler', '2024-11-13 09:52:12', null, '2025-04-08 11:34:35', null, 'ADI', 'DAC08', 'DAC08', 'DAC, 8-bit', null, null, '11/09/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0f54357d02e50a01c124fbbf2f136838/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0f54357d02e50a01c124fbbf2f136838/PPM-99-045.pdf\"}', '287,1-10,DAC08,DAC, 8-bit,ADI,CASSINI/CIRS,9435,PPM-95-185,11/09/95', null); INSERT INTO `nasa_data_record` VALUES ('0f61753d54ea67856383396d18db747b', 'Crawler', '2024-11-13 11:05:59', null, '2025-04-08 11:34:35', null, 'Operational Amplifier', 'HA7-5170-8', 'HA7-5170-8', 'Operational Amplifier', null, 'Harris', '8/22/1991', 'NASA', null, null, '{\"PPM-91-533.pdf\":\"/oss/physical/NASA/0f61753d54ea67856383396d18db747b/PPM-91-533.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0f61753d54ea67856383396d18db747b/data.xlsx\"}', 'HA7-5170-8,Operational Amplifier,Harris,8/22/1991,tid/PPM-91-533.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('0f7104597b19851531a6c8e1fa8eba43', 'Crawler', '2024-11-13 11:46:33', null, '2025-04-08 11:34:35', null, 'Power Device', 'MCH2805S', 'MCH2805S', 'DC-DC converter', null, 'Interpoint', '8/16/1995;7/15/1996', 'NASA', null, null, '{\"b081695b.pdf\":\"/oss/physical/NASA/0f7104597b19851531a6c8e1fa8eba43/b081695b.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/0f7104597b19851531a6c8e1fa8eba43/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0f7104597b19851531a6c8e1fa8eba43/data.xlsx\"}', 'MCH2805S,DC-DC converter,Interpoint,8/16/1995;7/15/1996,b081695b.pdf;random6a.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('0f92d7c38977794cdd51f3c26a278e09', 'Crawler', '2024-11-13 12:35:54', 'sunjiacheng', '2025-04-30 15:20:35', null, 'Board', 'SCC-04', 'SCC-04', 'IP Serial Driver', null, 'Actis', '6/1/1998', 'NASA', '孙家诚', '1', '{\"NSREC99.pdf\":\"/oss/physical/NASA/0f92d7c38977794cdd51f3c26a278e09/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0f92d7c38977794cdd51f3c26a278e09/data.xlsx\",\"单粒子效应NSREC99_1745997633269.xlsx\":\"/oss/physical/NASA/0f92d7c38977794cdd51f3c26a278e09/单粒子效应NSREC99_1745997633269.xlsx\"}', 'SCC-04,IP Serial Driver,Actis,6/1/1998,NSREC99.pdf,SEE,Board', '1'); INSERT INTO `nasa_data_record` VALUES ('0f9dcd2c5dff593c599dd76027ee4484', 'Crawler', '2024-11-13 12:42:17', 'luozikang', '2025-04-29 17:45:38', null, 'Crystal Oscillator', 'SQXO-2-200kHz', 'SQXO-2-200kHz', 'Crystal Oscillator', null, 'Statek', '5/30/1991', 'NASA', '罗梓康', '1', '{\"data.xlsx\":\"/oss/physical/NASA/0f9dcd2c5dff593c599dd76027ee4484/data.xlsx\"}', 'SQXO-2-200kHz,Crystal Oscillator,Statek,5/30/1991,Rad-91-8.pdf,TID,Crystal Oscillator', '1'); INSERT INTO `nasa_data_record` VALUES ('0fa24d4c51e719b9c0782241c763be09', 'Crawler', '2024-11-13 10:52:38', null, '2025-04-08 11:34:35', null, 'Si', 'BAS16,215', 'BAS16,215', 'Diode', null, 'NXP Semiconductor', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/0fa24d4c51e719b9c0782241c763be09/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0fa24d4c51e719b9c0782241c763be09/data.xlsx\"}', 'BAS16,215,Diode,NXP Semiconductor,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('0fdb77f703a7a5571ec7cb5cf792e019', 'Crawler', '2024-11-13 09:55:53', null, '2025-04-08 11:34:35', null, 'SGS Thomson', 'HC4011BM2RB', 'HC4011BM2RB', '2-input NAND', null, null, '03/09/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0fdb77f703a7a5571ec7cb5cf792e019/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0fdb77f703a7a5571ec7cb5cf792e019/PPM-99-045.pdf\"}', '130,5-20,HC4011BM2RB,2-input NAND,SGS Thomson,GGS/WIND,8719,PPM-92-101,03/09/92', null); INSERT INTO `nasa_data_record` VALUES ('0fee658ea667c848748d6ba627a8abed', 'Crawler', '2024-11-13 12:37:59', 'changyuhai', '2025-05-04 01:08:22', null, 'Bipolar', 'SG1845', 'SG1845', 'Pulse Width Modulator', '0006,0548', 'Microsemi Corp.', 'TAMU08FEB', 'NASA', '常余海', '2', '{\"data.xlsx\":\"/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/nsrec09_W12_SEE.pdf\",\"T022608_SG1845.pdf\":\"/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/T022608_SG1845.pdf\",\"单粒子效应_1746292049051.xlsx\":\"/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/单粒子效应_1746292049051.xlsx\"}', 'SG1845,Pulse Width Modulator,Microsemi Corp.,TAMU08FEB,T022608_SG1845.pdf;nsrec09_W12_SEE.pdf,SEE;SEL;SET,Bipolar', '24'); INSERT INTO `nasa_data_record` VALUES ('0fff3fb38c89231ea430abd4d57a7013', 'Crawler', '2024-11-13 09:50:10', null, '2025-04-08 11:34:35', null, 'Linear Tech.', 'LF198H', 'LF198H', 'Samp. & Hold Amp.', null, null, '05/08/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/0fff3fb38c89231ea430abd4d57a7013/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/0fff3fb38c89231ea430abd4d57a7013/PPM-99-045.pdf\"}', '368,20-200,LF198H,Samp. & Hold Amp.,Linear Tech.,GOES,9129,PPM-98-014,05/08/98', null); INSERT INTO `nasa_data_record` VALUES ('103970974dbcef93f44e046dc52b289c', 'Crawler', '2024-11-13 10:32:26', null, '2025-04-08 11:34:35', null, 'Si device', '95-9951U', '95-9951U', 'Schottky Diode', null, 'International Rectifier/Vishay', '6/1/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/103970974dbcef93f44e046dc52b289c/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/103970974dbcef93f44e046dc52b289c/data.xlsx\"}', '95-9951U,Schottky Diode,International Rectifier/Vishay,6/1/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEE,Si device', null); INSERT INTO `nasa_data_record` VALUES ('1075923135c14eaf590ae546f64d1b41', 'Crawler', '2024-11-13 09:52:23', null, '2025-04-08 11:34:35', null, 'Apex', 'PA51M', 'PA51M', 'Op Amp', null, null, '08/25/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1075923135c14eaf590ae546f64d1b41/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/1075923135c14eaf590ae546f64d1b41/PPM-99-045.pdf\"}', '280,2.5-100,PA51M,Op Amp,Apex,FUSE,8914,PPM-95-172,08/25/95', null); INSERT INTO `nasa_data_record` VALUES ('108a5297c10b7232a73ea4dbc7b1a39f', 'Crawler', '2024-11-13 11:06:08', null, '2025-04-08 11:34:35', null, 'MUX/DMUX', 'HCC4053BM2RB', 'HCC4053BM2RB', 'MUX/DMUX', null, 'SGS Thomson', '3/31/1992', 'NASA', null, null, '{\"PPM-92-122.pdf\":\"/oss/physical/NASA/108a5297c10b7232a73ea4dbc7b1a39f/PPM-92-122.pdf\",\"data.xlsx\":\"/oss/physical/NASA/108a5297c10b7232a73ea4dbc7b1a39f/data.xlsx\"}', 'HCC4053BM2RB,MUX/DMUX,SGS Thomson,3/31/1992,tid/PPM-92-122.pdf,TID,MUX/DMUX', null); INSERT INTO `nasa_data_record` VALUES ('10907e972169d5a7965b1b034a4c2b59', 'Crawler', '2024-11-13 10:26:35', null, '2025-04-08 11:34:35', null, 'RAM (Random Access Memory)', '5C1008CW-25', '5C1008CW-25', '128kx8 SRAM', null, 'Micron', '3/28/1996', 'NASA', null, null, '{\"no_report.pdf\":\"/oss/physical/NASA/10907e972169d5a7965b1b034a4c2b59/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/10907e972169d5a7965b1b034a4c2b59/data.xlsx\"}', '5C1008CW-25,128kx8 SRAM,Micron,3/28/1996,no_report.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('10922781049e45d0f65194b0c722e585', 'Crawler', '2024-11-13 02:20:01', null, '2025-04-08 11:34:35', null, 'Not specified', 'SOC3700SW', 'SOC3700SW', 'low power NPN bipolar transistors', '1 LOW POWER, NPN (< 2WATTS)', 'STmicroelectronics', '06/06/2011', 'ESA', null, null, '{\"SOC 3700SW PROTONS TID_0944_01.pdf\":\"/oss/physical/ESA/10922781049e45d0f65194b0c722e585/SOC 3700SW PROTONS TID_0944_01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/10922781049e45d0f65194b0c722e585/data.xlsx\"}', '358,SOC3700SW,STmicroelectronics,Download,DD (Displacement Damage),Not specified,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),low power NPN bipolar transistors,,Hirex-Alter,06/06/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('1116058eedc6c47d67084f5e31559d21', 'Crawler', '2024-11-13 12:05:20', 'xuebinrui', '2025-04-28 18:25:01', null, '放大器', 'OP97', 'OP97', 'Operational Amplifier', '0521', 'Analog Devices', '12/2005', 'NASA', '薛彬睿', '1', '{\"G05DEC_OP97_TID.pdf\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/G05DEC_OP97_TID.pdf\",\"data(1)_1745834448082.xlsx\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data(1)_1745834448082.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data.xlsx\",\"电离总剂量效应_1745835895786.xlsx\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/电离总剂量效应_1745835895786.xlsx\"}', 'OP97,Operational Amplifier,Analog Devices,12/2005,G05DEC_OP97_TID.pdf;nsrec06_W2.pdf,TID,Amplifier', '5'); INSERT INTO `nasa_data_record` VALUES ('1117770d2546757cf4bddb029fb1223d', 'Crawler', '2024-11-13 02:23:20', null, '2025-04-08 11:34:35', null, 'ESCC 25100', 'R1RW0416DSB', 'R1RW0416DSB', '4M High Speed SRAM', '20 MEMORY SRAM', 'Renesas', '10/09/2015', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/1117770d2546757cf4bddb029fb1223d/data.xlsx\",\"331.pdf\":\"/oss/physical/ESA/1117770d2546757cf4bddb029fb1223d/331.pdf\"}', '331,R1RW0416DSB,Renesas,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,20 MEMORY SRAM,4M High Speed SRAM,CMOS,TRAD,10/09/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('114afd4ca5bedeee4a6e0b1ea551bdf5', 'Crawler', '2024-11-13 11:52:11', 'mayinjie', '2025-04-30 19:41:58', null, 'SiC', 'MSK1852PN', 'MSK1852PN', 'Power MOSFET', null, 'CREE, Inc.', '9/14/2013', 'NASA', '马崟洁', '1', '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/114afd4ca5bedeee4a6e0b1ea551bdf5/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/114afd4ca5bedeee4a6e0b1ea551bdf5/data.xlsx\",\"单粒子效应.xlsx_1746013317451.xlsx\":\"/oss/physical/NASA/114afd4ca5bedeee4a6e0b1ea551bdf5/单粒子效应.xlsx_1746013317451.xlsx\"}', 'MSK1852PN,Power MOSFET,CREE, Inc.,9/14/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEE,SiC', '1'); INSERT INTO `nasa_data_record` VALUES ('115526c7f4dd59f3344c4581b7356f4d', 'Crawler', '2024-11-13 11:04:12', null, '2025-04-08 11:34:35', null, 'Si', 'FYPF2010DN', 'FYPF2010DN', 'Diode', null, 'Fairchild Semiconductor', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/115526c7f4dd59f3344c4581b7356f4d/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/115526c7f4dd59f3344c4581b7356f4d/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/115526c7f4dd59f3344c4581b7356f4d/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/115526c7f4dd59f3344c4581b7356f4d/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'FYPF2010DN,Diode,Fairchild Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('1157e3ae399853d0da8d007255033b6e', 'Crawler', '2024-11-13 09:53:13', null, '2025-04-08 11:34:35', null, 'Interpoint', 'MFL2812S', 'MFL2812S', 'DC/DC Converter', null, null, '02/09/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1157e3ae399853d0da8d007255033b6e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/1157e3ae399853d0da8d007255033b6e/PPM-99-045.pdf\"}', '247,2.5-50,MFL2812S,DC/DC Converter,Interpoint,HST/PCP,9442,PPM-95-128,02/09/95', null); INSERT INTO `nasa_data_record` VALUES ('116b4a22ddedb119f820dbf3ef67bdcb', 'Crawler', '2024-11-13 01:16:56', null, '2025-04-08 11:34:35', null, 'ESCC 25100', 'ADC128S102', 'ADC128S102', '8-Channel, 500 ksps to 1 Msps, 12-Bit A/D Converter', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'Texas Instruments', '05/02/2015', 'ESA', null, null, '{\"263.pdf\":\"/oss/physical/ESA/116b4a22ddedb119f820dbf3ef67bdcb/263.pdf\",\"data.xlsx\":\"/oss/physical/ESA/116b4a22ddedb119f820dbf3ef67bdcb/data.xlsx\"}', '263,ADC128S102,Texas Instruments,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,8-Channel, 500 ksps to 1 Msps, 12-Bit A/D Converter,,Hirex Engineering,05/02/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('117774d11ccb634e4ff8e617ec3bbb32', 'Crawler', '2024-11-13 12:03:18', 'xuebinrui', '2025-04-29 17:33:43', null, '放大器', 'OP271A', 'OP271A', 'Operational Amplifier', '8624', 'AD', '6/10/1997', 'NASA', '薛彬睿', '1', '{\"电离总剂量效应-(14)_1745919213220.xlsx\":\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/电离总剂量效应-(14)_1745919213220.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/data.xlsx\",\"PPM-97-022.pdf\":\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/PPM-97-022.pdf\"}', 'OP271A,Operational Amplifier,AD,6/10/1997,tid/PPM-97-022.pdf,TID,Operational Amplifier', '10'); INSERT INTO `nasa_data_record` VALUES ('11bb0c70c2e3a3101c1318f795c3fa9c', 'Crawler', '2024-11-13 11:53:38', 'mayinjie', '2025-04-30 18:06:48', null, 'Linear Bipolar', 'MSK5978RH', 'MSK5978RH', 'LDO Positive Adjustable Voltage Regulator', null, 'MS Kennedy', '10/22/2010;9/9/2012', 'NASA', '马崟洁', '1', '{\"NRL102210_MSK5978.pdf\":\"/oss/physical/NASA/11bb0c70c2e3a3101c1318f795c3fa9c/NRL102210_MSK5978.pdf\",\"LBNL090912_MSK5978RH.pdf\":\"/oss/physical/NASA/11bb0c70c2e3a3101c1318f795c3fa9c/LBNL090912_MSK5978RH.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/11bb0c70c2e3a3101c1318f795c3fa9c/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/11bb0c70c2e3a3101c1318f795c3fa9c/data.xlsx\",\"NRL121912_MSK5978RH.pdf\":\"/oss/physical/NASA/11bb0c70c2e3a3101c1318f795c3fa9c/NRL121912_MSK5978RH.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/11bb0c70c2e3a3101c1318f795c3fa9c/nsrec2013_W8_SEE.pdf\",\"单粒子效应.xlsx_1746007607354.xlsx\":\"/oss/physical/NASA/11bb0c70c2e3a3101c1318f795c3fa9c/单粒子效应.xlsx_1746007607354.xlsx\"}', 'MSK5978RH,LDO Positive Adjustable Voltage Regulator,MS Kennedy,10/22/2010;9/9/2012,NRL102210_MSK5978.pdf;nsrec2011_W6_SEE.pdf;LBNL090912_MSK5978RH.pdf;NRL121912_MSK5978RH.pdf;nsrec2013_W8_SEE.pdf,SEE; SET,Linear Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('11bb56c63a12b42125123a8cc625bbed', 'Crawler', '2024-11-13 09:54:21', null, '2025-04-08 11:34:35', null, 'Monitor', 'G311P759/01-18M', 'G311P759/01-18M', 'Oscillator', null, null, '09/24/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/11bb56c63a12b42125123a8cc625bbed/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/11bb56c63a12b42125123a8cc625bbed/PPM-99-045.pdf\"}', '198,5-75,G311P759/01-18M,Oscillator,Monitor,FAST/MUE,unknown,PPM-93-102,09/24/93', null); INSERT INTO `nasa_data_record` VALUES ('11c619e8432d8d604a3017a2b34cad95', 'Crawler', '2024-11-13 09:52:46', null, '2025-04-08 11:34:35', null, 'NSI', 'LP2951', 'LP2951', 'Programmable V. Reg.', null, null, '06/21/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/11c619e8432d8d604a3017a2b34cad95/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/11c619e8432d8d604a3017a2b34cad95/PPM-99-045.pdf\"}', '266,2.5-80,LP2951,Programmable V. Reg.,NSI,CASSINI/CIRS,9133B,PPM-95-158,06/21/95', null); INSERT INTO `nasa_data_record` VALUES ('11c85369b8e9e6a9ec6cef745cfed5c1', 'Crawler', '2024-11-13 11:56:05', 'dushuaibin', '2025-04-30 12:25:17', null, '晶体管', 'CMOS', 'MT29F8G08AAAWP', '8G NAND Flash', '0948', 'Micron', '2010.08.01-2011.01.11', 'NASA', '杜帅彬', '2', '{\"LBNL011111_MT29F8G08AAAWP.pdf\":\"/oss/physical/NASA/11c85369b8e9e6a9ec6cef745cfed5c1/LBNL011111_MT29F8G08AAAWP.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/11c85369b8e9e6a9ec6cef745cfed5c1/nsrec2012_W22_SEE.pdf\",\"VdG10AUG_MT29F8G08AAAWP.pdf\":\"/oss/physical/NASA/11c85369b8e9e6a9ec6cef745cfed5c1/VdG10AUG_MT29F8G08AAAWP.pdf\",\"data.xlsx\":\"/oss/physical/NASA/11c85369b8e9e6a9ec6cef745cfed5c1/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/11c85369b8e9e6a9ec6cef745cfed5c1/nsrec2011_W5_TID.pdf\",\"单粒子效应_1745987002898.xlsx\":\"/oss/physical/NASA/11c85369b8e9e6a9ec6cef745cfed5c1/单粒子效应_1745987002898.xlsx\",\"电离总剂量效应_1745987115123.xlsx\":\"/oss/physical/NASA/11c85369b8e9e6a9ec6cef745cfed5c1/电离总剂量效应_1745987115123.xlsx\"}', 'MT29F8G08AAAWP,8G NAND Flash,Micron,8/1/2010;1/11/2011,tid/VdG10AUG_MT29F8G08AAAWP.pdf;nsrec2011_W5_TID.pdf;LBNL011111_MT29F8G08AAAWP.pdf;nsrec2012_W22_SEE.pdf,TID; SEE,CMOS', '6'); INSERT INTO `nasa_data_record` VALUES ('11db3433dbcd4a14c0505b34262fedd2', 'Crawler', '2024-11-13 10:23:44', null, '2025-04-08 11:34:35', null, 'Logic', '54AC299', '54AC299', '8 input Shift Register', null, 'National Semiconductor', '10/3/1994', 'NASA', null, null, '{\"PPM-94-026.pdf\":\"/oss/physical/NASA/11db3433dbcd4a14c0505b34262fedd2/PPM-94-026.pdf\",\"data.xlsx\":\"/oss/physical/NASA/11db3433dbcd4a14c0505b34262fedd2/data.xlsx\"}', '54AC299,8 input Shift Register,National Semiconductor,10/3/1994,tid/PPM-94-026.pdf,TID,Logic', null); INSERT INTO `nasa_data_record` VALUES ('11e9ca135092364cfe0d90f79f1789d9', 'Crawler', '2024-11-13 10:20:20', null, '2025-04-08 11:34:35', null, 'Miscellaneous', '49C460', '49C460', 'EDAC controller', null, 'IDT', '11/9/1994;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/11e9ca135092364cfe0d90f79f1789d9/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/11e9ca135092364cfe0d90f79f1789d9/data.xlsx\",\"intel.pdf\":\"/oss/physical/NASA/11e9ca135092364cfe0d90f79f1789d9/intel.pdf\",\"b110994.pdf\":\"/oss/physical/NASA/11e9ca135092364cfe0d90f79f1789d9/b110994.pdf\"}', '49C460,EDAC controller,IDT,11/9/1994;7/17/1995,b110994.pdf;ieee95a.pdf;intel.pdf,SEE,Miscellaneous', null); INSERT INTO `nasa_data_record` VALUES ('1242a59b7f4de3548e06b7433eed3db1', 'Crawler', '2024-11-13 13:09:39', 'liumingyu', '2025-04-16 00:25:02', null, 'ASIC', 'XA1', 'XA1', 'ASIC', 'XX', 'AMS CMOS', '2001.3', 'NASA', '刘明宇', '1', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/data.xlsx\",\"单粒子效应-XA1_1744734205656.xlsx\":\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/单粒子效应-XA1_1744734205656.xlsx\"}', 'XA1,ASIC,AMS CMOS,7/19/2002,NSREC02_W16.pdf,SEL,ASIC', '1'); INSERT INTO `nasa_data_record` VALUES ('124e0c85f277a5ee75df5589b95f1b92', 'Crawler', '2024-11-13 12:45:54', 'chenpan', '2025-04-30 21:55:12', null, 'TrenchFET', 'Si1013R', 'Si1013R', '1.8V P-channel Power MOSFET', '19-019', 'Vishay', '8/28/2018', 'NASA', '陈攀', '1', '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/data.xlsx\",\"Si1013R_SEE_1746021310885.xlsx\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/Si1013R_SEE_1746021310885.xlsx\"}', 'Si1013R,1.8V P-channel Power MOSFET,Vishay,8/28/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf,SEE,TrenchFET', '2'); INSERT INTO `nasa_data_record` VALUES ('125cfbb9cbc415dd5b1f8add3d81f86a', 'Crawler', '2024-11-13 12:33:42', 'sunjiacheng', '2025-04-30 18:32:40', null, '其它混合集成电路', 'Ryzen 3 2200G Raven Ridge (YD2200C5FBBOX)', 'Ryzen 3 2200G Raven Ridge (YD2200C5FBBOX)', 'Processor', null, 'AMD', '6/2/2019(MGH)', 'NASA', '孙家诚', '1', '{\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf\":\"/oss/physical/NASA/125cfbb9cbc415dd5b1f8add3d81f86a/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf\",\"data.xlsx\":\"/oss/physical/NASA/125cfbb9cbc415dd5b1f8add3d81f86a/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/125cfbb9cbc415dd5b1f8add3d81f86a/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"单粒子效应_1746009159228.xlsx\":\"/oss/physical/NASA/125cfbb9cbc415dd5b1f8add3d81f86a/单粒子效应_1746009159228.xlsx\"}', 'Ryzen 3 2200G Raven Ridge (YD2200C5FBBOX),Processor,AMD,6/2/2019(MGH),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;https://nepp.nasa.gov/files/30378/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf,SEE,Complex Logic', '1'); INSERT INTO `nasa_data_record` VALUES ('12610e3ee094d41468660d20c18b85f8', 'Crawler', '2024-11-13 02:19:57', null, '2025-04-08 11:34:35', null, 'Not specified', '40MHz-CFPT9006', '40MHz-CFPT9006', 'SMD Temperature Compensated\r\nCrystal Oscillator (PLUTO)', '3 CRYSTAL OSCILLATORS', 'Rakon', '22/05/2013', 'ESA', null, null, '{\"359.pdf\":\"/oss/physical/ESA/12610e3ee094d41468660d20c18b85f8/359.pdf\",\"data.xlsx\":\"/oss/physical/ESA/12610e3ee094d41468660d20c18b85f8/data.xlsx\"}', '359,40MHz-CFPT9006,Rakon,Download,SEE (Single Events Effects),Not specified,40 HYBRIDS,3 CRYSTAL OSCILLATORS,SMD Temperature Compensated\r\nCrystal Oscillator (PLUTO),,TRAD,22/05/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('126b5fd2de6a39c59e4f8e462c9c246f', 'Crawler', '2024-11-13 10:38:12', null, '2025-04-08 11:34:35', null, 'DAC', 'AD565ASH', 'AD565ASH', '12-bit DAC', null, 'ADI', '4/17/1992', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/126b5fd2de6a39c59e4f8e462c9c246f/data.xlsx\",\"PPM-92-132.pdf\":\"/oss/physical/NASA/126b5fd2de6a39c59e4f8e462c9c246f/PPM-92-132.pdf\"}', 'AD565ASH,12-bit DAC,ADI,4/17/1992,tid/PPM-92-132.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('12773a0de700623783963a7081a5f653', 'Crawler', '2024-11-13 10:23:37', null, '2025-04-08 11:34:35', null, 'CMOS', '54AC258', '54AC258', 'Multiplexer', null, 'E2V', '1/21/2016', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/12773a0de700623783963a7081a5f653/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/12773a0de700623783963a7081a5f653/data.xlsx\"}', '54AC258,Multiplexer,E2V,1/21/2016,https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('129d524be9f457eeafbd0ee88c8e5654', 'Crawler', '2024-11-13 10:10:40', null, '2025-04-08 11:34:35', null, '0.35µm CMOS', '17302-001', '17302-001', 'EEPROM', null, 'Memtek', 'TAMU07JUNE', 'NASA', null, null, '{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/129d524be9f457eeafbd0ee88c8e5654/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/129d524be9f457eeafbd0ee88c8e5654/data.xlsx\",\"T062507_Memtek_17302-001.pdf\":\"/oss/physical/NASA/129d524be9f457eeafbd0ee88c8e5654/T062507_Memtek_17302-001.pdf\"}', '17302-001,EEPROM,Memtek,TAMU07JUNE,T062507_Memtek_17302-001.pdf;nsrec08_W3_SEE.pdf,SEE;SEL;SEU;SEFI,0.35µm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('12aa69dfe5288f9519eec5425b56c6e4', 'Crawler', '2024-11-13 10:59:13', null, '2025-04-08 11:34:35', null, 'DAC', 'DAC8408', 'DAC8408', 'DAC', null, 'PMI', '5/18/1995', 'NASA', null, null, '{\"PPM-95-151.pdf\":\"/oss/physical/NASA/12aa69dfe5288f9519eec5425b56c6e4/PPM-95-151.pdf\",\"data.xlsx\":\"/oss/physical/NASA/12aa69dfe5288f9519eec5425b56c6e4/data.xlsx\"}', 'DAC8408,DAC,PMI,5/18/1995,tid/PPM-95-151.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('12c3ddf1676b1b4d05d2dfc57173fa76', 'Crawler', '2024-11-13 10:41:21', null, '2025-04-08 11:34:35', null, 'Bipolar', 'AD667', 'AD667', 'A/D Converter', null, 'Analog Devices', '11/19/1997;5/1/2009', 'NASA', null, null, '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/12c3ddf1676b1b4d05d2dfc57173fa76/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/12c3ddf1676b1b4d05d2dfc57173fa76/data.xlsx\",\"PPM-97-050.pdf\":\"/oss/physical/NASA/12c3ddf1676b1b4d05d2dfc57173fa76/PPM-97-050.pdf\"}', 'AD667,A/D Converter,Analog Devices,11/19/1997;5/1/2009,tid/PPM-97-050.pdf;nsrec2010_W22_TID.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('12dd33ff90b107dbac7f0d0441f3c39d', 'Crawler', '2024-11-13 10:36:09', null, '2025-04-08 11:34:35', null, 'Bipolar', 'ACT4468', 'ACT4468', 'Tranceiver', null, 'Aeroflex', '5/7/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/12dd33ff90b107dbac7f0d0441f3c39d/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/12dd33ff90b107dbac7f0d0441f3c39d/data.xlsx\",\"13-039_T20130507_ACT4468.pdf\":\"/oss/physical/NASA/12dd33ff90b107dbac7f0d0441f3c39d/13-039_T20130507_ACT4468.pdf\"}', 'ACT4468,Tranceiver,Aeroflex,5/7/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;13-039_T20130507_ACT4468.pdf,SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('12f9264f60308cc4043667460c9e58d1', 'Crawler', '2024-11-13 11:45:17', null, '2025-04-08 11:34:35', null, 'Si', 'MBRC20200CT', 'MBRC20200CT', 'Schottky Diode', null, 'ON Semiconductor', '5/15/2012;8/20/2012;9/7/2012;11/14/2012;6/30/2014', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/12f9264f60308cc4043667460c9e58d1/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/12f9264f60308cc4043667460c9e58d1/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/12f9264f60308cc4043667460c9e58d1/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/12f9264f60308cc4043667460c9e58d1/nsrec2013_W8_SEE.pdf\"}', 'MBRC20200CT,Schottky Diode,ON Semiconductor,5/15/2012;8/20/2012;9/7/2012;11/14/2012;6/30/2014,nsrec2013_W8_SEE.pdf;https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('133180625571a312bf630ad2c8ad41d9', 'Crawler', '2024-11-13 09:52:00', null, '2025-04-08 11:34:35', null, 'unknown', '54S20', '54S20', 'Quad 4-input NAND', null, null, '05/17/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/133180625571a312bf630ad2c8ad41d9/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/133180625571a312bf630ad2c8ad41d9/PPM-99-045.pdf\"}', '294,50-100,54S20,Quad 4-input NAND,unknown,NASDA,Lot #0131001-35,PPM-96-007,05/17/96', null); INSERT INTO `nasa_data_record` VALUES ('13483cafab78b1066554802e6cc1e5df', 'Crawler', '2024-11-13 12:52:36', 'lixuyou', '2025-04-30 18:05:38', null, 'Power Supervisor', 'TL7770-5', 'TL7770-5', 'Power Supervisor', '9537A', 'Texas Instruments', '10/29/1997;10/25/1999;10/12-13/1999', 'NASA', '李序友', '1', '{\"no_tid_report.pdf\":\"/oss/physical/NASA/13483cafab78b1066554802e6cc1e5df/no_tid_report.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/13483cafab78b1066554802e6cc1e5df/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/13483cafab78b1066554802e6cc1e5df/data.xlsx\",\"b112599b.pdf\":\"/oss/physical/NASA/13483cafab78b1066554802e6cc1e5df/b112599b.pdf\",\"PPM-97-044.pdf\":\"/oss/physical/NASA/13483cafab78b1066554802e6cc1e5df/PPM-97-044.pdf\",\"TL7770-5_1746007535729.xlsx\":\"/oss/physical/NASA/13483cafab78b1066554802e6cc1e5df/TL7770-5_1746007535729.xlsx\"}', 'TL7770-5,Power Supervisor,Texas Instruments,10/29/1997;10/25/1999;10/12-13/1999,tid/PPM-97-044.pdf;b112599b.pdf;nsrec00_W21.pdf;tid/no_tid_report.pdf,TID;SEE,Power Supervisor', '1'); INSERT INTO `nasa_data_record` VALUES ('134eaef85c8f128b6ddc5c311c6e2f34', 'Crawler', '2024-11-13 09:56:42', null, '2025-04-08 11:34:35', null, 'NSC', '54ACTQ08', '54ACTQ08', '2-Input AND', null, null, '12/06/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/134eaef85c8f128b6ddc5c311c6e2f34/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/134eaef85c8f128b6ddc5c311c6e2f34/PPM-99-045.pdf\"}', '95,5-100,54ACTQ08,2-Input AND,NSC,GPEP,9107A,PPM-91-712,12/06/91', null); INSERT INTO `nasa_data_record` VALUES ('135d1108099b3a4f121f438b0796dd87', 'Crawler', '2024-11-13 10:33:31', null, '2025-04-08 11:34:35', null, 'CMOS', 'A3PE3000', 'A3PE3000', 'FPGA', null, 'Actel', 'TAMU10MAY', 'NASA', null, null, '{\"T052110_A3PE3000.pdf\":\"/oss/physical/NASA/135d1108099b3a4f121f438b0796dd87/T052110_A3PE3000.pdf\",\"Berg_tns2011.pdf\":\"/oss/physical/NASA/135d1108099b3a4f121f438b0796dd87/Berg_tns2011.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/135d1108099b3a4f121f438b0796dd87/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/135d1108099b3a4f121f438b0796dd87/data.xlsx\"}', 'A3PE3000,FPGA,Actel,TAMU10MAY,Berg_tns2011.pdf;T052110_A3PE3000.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL;SEU,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('13611cff3b2d2900963ccffd930073db', 'Crawler', '2024-11-13 13:15:09', 'admin', '2025-04-08 11:34:35', null, '数字集成电路', 'i3-6100 Skylake 6th Gen Core™', 'i3-6100 Skylake 6th Gen Core™', 'Processor', '15-081', 'Intel', '2015Dec', 'NASA', '张兴尧', '1', '{\"data.xlsx\":\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data1_1739424257467.csv\":\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/data1_1739424257467.csv\"}', 'i3-6100 Skylake 6th Gen Core™,Processor,Intel,2015Dec,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,Proton Facility Evaluation,14nm Gen 6 CMOS and FinFET', '1'); INSERT INTO `nasa_data_record` VALUES ('137bfda474502ed87e5273acade3aa79', 'Crawler', '2024-11-13 01:09:32', null, '2025-04-08 11:34:35', null, 'ESCC 22900', 'BUL54A', 'BUL54A', 'NPN Power Silicon Transistor', '3 HIGH POWER, NPN (> 2WATTS)', 'Semelab', '04/12/2018', 'ESA', null, null, '{\"D5-06 - TN5.6 - TID BUL54A - NEO-14-086_Report_19-2017_rev1.pdf\":\"/oss/physical/ESA/137bfda474502ed87e5273acade3aa79/D5-06 - TN5.6 - TID BUL54A - NEO-14-086_Report_19-2017_rev1.pdf\",\"data.xlsx\":\"/oss/physical/ESA/137bfda474502ed87e5273acade3aa79/data.xlsx\"}', '231,BUL54A,Semelab,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,3 HIGH POWER, NPN (> 2WATTS),NPN Power Silicon Transistor,,Fraunhofer Institut,04/12/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('138c4675cd95d60cb8065c41bb745ea6', 'Crawler', '2024-11-13 09:58:31', null, '2025-04-08 11:34:35', null, 'Statek', 'SQXO-2-200kHz', 'SQXO-2-200kHz', 'Crystal Osc.', null, null, '05/30/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/138c4675cd95d60cb8065c41bb745ea6/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/138c4675cd95d60cb8065c41bb745ea6/PPM-99-045.pdf\"}', '35,30,SQXO-2-200kHz,Crystal Osc.,Statek,Hydra,9108,Rad-91-8,05/30/91', null); INSERT INTO `nasa_data_record` VALUES ('138f0255a681e845800371714fa4f99f', 'Crawler', '2024-11-13 10:22:22', null, '2025-04-08 11:34:35', null, 'Inverter', '54AC04', '54AC04', 'Hex Inverter', null, 'National Semiconductor', '5/31/1991', 'NASA', null, null, '{\"PPM-91-376.pdf\":\"/oss/physical/NASA/138f0255a681e845800371714fa4f99f/PPM-91-376.pdf\",\"data.xlsx\":\"/oss/physical/NASA/138f0255a681e845800371714fa4f99f/data.xlsx\"}', '54AC04,Hex Inverter,National Semiconductor,5/31/1991,tid/PPM-91-376.pdf,TID,Inverter', null); INSERT INTO `nasa_data_record` VALUES ('13926c78fedfeb71d94eff2d4409a37d', 'Crawler', '2024-11-13 12:55:14', 'lixuyou', '2025-04-30 13:01:10', null, 'Digital Signal Processor', 'TSC21020F', 'TSC21020F', 'DSP', null, 'Temic Semiconductor', '11/30/1999', 'NASA', '李序友', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/13926c78fedfeb71d94eff2d4409a37d/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/13926c78fedfeb71d94eff2d4409a37d/data.xlsx\",\"TSC21020F_1745989268385.xlsx\":\"/oss/physical/NASA/13926c78fedfeb71d94eff2d4409a37d/TSC21020F_1745989268385.xlsx\"}', 'TSC21020F,DSP,Temic Semiconductor,11/30/1999,nsrec00_W21.pdf,SEE,Digital Signal Processor', '1'); INSERT INTO `nasa_data_record` VALUES ('13be6c130dfa1cba467bf5ebfdecf771', 'Crawler', '2024-11-13 10:56:21', null, '2025-04-08 11:34:35', null, 'SiC', 'CMF20120D', 'CMF20120D', 'Power MOSFET', null, 'CREE', '8/20/2012;11/14/2012', 'NASA', null, null, '{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/13be6c130dfa1cba467bf5ebfdecf771/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/13be6c130dfa1cba467bf5ebfdecf771/data.xlsx\"}', 'CMF20120D,Power MOSFET,CREE,8/20/2012;11/14/2012,nsrec2013_W8_SEE.pdf,SEE,SiC', null); INSERT INTO `nasa_data_record` VALUES ('13dd6ed1559a5463aa4e99bc3dd83805', 'Crawler', '2024-11-13 12:36:56', 'zhangchenyu', '2025-04-30 20:46:53', null, 'Optical Fiber', 'SFS100/140Y', 'SFS100/140Y', 'Optical Fiber', null, 'Fiberguide', '7/19/2002', 'NASA', '张晨宇', '1', '{\"电离总剂量效应_1746002943714.xlsx\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/电离总剂量效应_1746002943714.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/data.xlsx\",\"NSREC02_W5.pdf\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/NSREC02_W5.pdf\"}', 'SFS100/140Y,Optical Fiber,Fiberguide,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', '4'); INSERT INTO `nasa_data_record` VALUES ('13fe2f264f694d323e37aa6e698bf940', 'Crawler', '2024-11-13 11:22:00', null, '2025-04-08 11:34:35', null, 'Operational Amplifier', 'LM108', 'LM108', 'Operational Amplifier', null, 'Linear', '12/21/1992', 'NASA', null, null, '{\"PPM-92-308.pdf\":\"/oss/physical/NASA/13fe2f264f694d323e37aa6e698bf940/PPM-92-308.pdf\",\"data.xlsx\":\"/oss/physical/NASA/13fe2f264f694d323e37aa6e698bf940/data.xlsx\"}', 'LM108,Operational Amplifier,Linear,12/21/1992,tid/PPM-92-308.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('1435fba1acc1812235ea6a6fdd3733aa', 'Crawler', '2024-11-13 09:50:59', null, '2025-04-08 11:34:35', null, 'PMI', 'OP07', 'OP07', 'OP AMP', null, null, '09/24/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1435fba1acc1812235ea6a6fdd3733aa/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/1435fba1acc1812235ea6a6fdd3733aa/PPM-99-045.pdf\"}', '334,5-100,OP07,OP AMP,PMI,MIDEX/MAP,9446,PPM-97-038,09/24/97', null); INSERT INTO `nasa_data_record` VALUES ('15094b4a266068e067a5ccc5c425827c', 'Crawler', '2024-11-13 09:54:19', null, '2025-04-08 11:34:35', null, 'Harris', '54HC4051', '54HC4051', 'Analog MUX/DMUX', null, null, '12/21/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/15094b4a266068e067a5ccc5c425827c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/15094b4a266068e067a5ccc5c425827c/PPM-99-045.pdf\"}', '199,2.5-50,54HC4051,Analog MUX/DMUX,Harris,ISTP/SOHO,3A9314,PPM-93-104,12/21/93', null); INSERT INTO `nasa_data_record` VALUES ('155ad52b3ebf34ae9d45bc1821ef49a2', 'Crawler', '2024-11-13 12:05:50', 'luoyongheng', '2025-04-29 12:38:53', null, '数字集成电路', 'OR2T15A2S240DB', 'OR2T15A2S240DB', 'FPGA', null, 'Lucent Technology', '1999', 'NASA', '罗永恒', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/155ad52b3ebf34ae9d45bc1821ef49a2/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/155ad52b3ebf34ae9d45bc1821ef49a2/data.xlsx\"}', 'OR2T15A2S240DB,FPGA,Lucent Technology,_1999,nsrec00_W21.pdf,TID,FPGA', '1'); INSERT INTO `nasa_data_record` VALUES ('15648acdce43cbcbe1defed05a8a851a', 'Crawler', '2024-11-13 10:48:21', null, '2025-04-08 11:34:35', null, '180nm CMOS', 'ADV212', 'ADV212', 'Video Codec', null, 'Analog Devices', '2016SeptTAMU', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/15648acdce43cbcbe1defed05a8a851a/data.xlsx\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/15648acdce43cbcbe1defed05a8a851a/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"NEPP-CP-2017-Wilcox-NSREC-DW-Paper-TN44790.pdf\":\"/oss/physical/NASA/15648acdce43cbcbe1defed05a8a851a/NEPP-CP-2017-Wilcox-NSREC-DW-Paper-TN44790.pdf\",\"NEPP-TR-2016-Wilcox-13-051-13-053-ADV212-T09252016-TN42116_v2.pdf\":\"/oss/physical/NASA/15648acdce43cbcbe1defed05a8a851a/NEPP-TR-2016-Wilcox-13-051-13-053-ADV212-T09252016-TN42116_v2.pdf\"}', 'ADV212,Video Codec,Analog Devices,2016SeptTAMU,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/29090/NEPP-CP-2017-Wilcox-NSREC-DW-Paper-TN44790.pdf;https://nepp.nasa.gov/files/28412/NEPP-TR-2016-Wilcox-13-051-13-053-ADV212-T09252016-TN42116_v2.pdf,SEL;SEFI,180nm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('159c8ffc96c4594035f2ce1eef221f5b', 'Crawler', '2024-11-13 10:33:22', null, '2025-04-08 11:34:35', null, 'FPGA', 'A3PE1500', 'A3PE1500', 'FPGA', null, 'Microsemi', '2010/2011', 'NASA', null, null, '{\"nsrec2012_W6_TID.pdf\":\"/oss/physical/NASA/159c8ffc96c4594035f2ce1eef221f5b/nsrec2012_W6_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/159c8ffc96c4594035f2ce1eef221f5b/data.xlsx\"}', 'A3PE1500,FPGA,Microsemi,2010/2011,nsrec2012_W6_TID.pdf,TID,FPGA', null); INSERT INTO `nasa_data_record` VALUES ('159f4c0623c123387741f80f93c3176b', 'Crawler', '2024-11-13 00:49:01', null, '2025-04-08 11:34:35', null, 'Not specified', '66221-103', '66221-103', 'Optocoupler', '1 OPTOCOUPLER', 'Micropac', '06/04/2012', 'ESA', null, null, '{\"170.pdf\":\"/oss/physical/ESA/159f4c0623c123387741f80f93c3176b/170.pdf\",\"data.xlsx\":\"/oss/physical/ESA/159f4c0623c123387741f80f93c3176b/data.xlsx\"}', '170,66221-103,Micropac,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,06/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('15c2a14607760337ca0973e5716f58b9', 'Crawler', '2024-11-13 12:37:46', 'zhangchenyu', '2025-04-30 13:16:52', null, 'Linear Device', 'SG1526', 'SG1526', 'Pulse Width Modulator', null, 'Micro-Semi', '8/2006', 'NASA', '张晨宇', '1', '{\"G06AUG_SG1526_TID.pdf\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/G06AUG_SG1526_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/nsrec07_W26_TID.pdf\",\"电离总剂量效应_1745990206417.xlsx\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/电离总剂量效应_1745990206417.xlsx\"}', 'SG1526,Pulse Width Modulator,Micro-Semi,8/2006,G06AUG_SG1526_TID.pdf;nsrec07_W26_TID.pdf,TID,Linear Device', '90'); INSERT INTO `nasa_data_record` VALUES ('1658cf03d746d962f0782f3ad8e1e29a', 'Crawler', '2024-11-13 11:02:12', null, '2025-04-08 11:34:35', null, 'eGaN', 'EPC2019', 'EPC2019', 'JFET', null, 'EPC', '2019Apr(OSU)', 'NASA', null, null, '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/1658cf03d746d962f0782f3ad8e1e29a/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1658cf03d746d962f0782f3ad8e1e29a/data.xlsx\"}', 'EPC2019,JFET,EPC,2019Apr(OSU),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,SEE,eGaN', null); INSERT INTO `nasa_data_record` VALUES ('165ac06a9ef46872c126ca864d1d16a1', 'Crawler', '2024-11-13 11:56:25', 'dushuaibin', '2025-04-30 11:29:58', null, '数字集成电路', 'RAM (Random Access Memory)', 'MT4CM4B1DW', '4Mx4 DRAM', 'XX', 'Micron', '1994.05.04-1995.07.17', 'NASA', '杜帅彬', '2', '{\"b050494.pdf\":\"/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/b050494.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/data.xlsx\",\"单粒子效应_1745983796901.xlsx\":\"/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/单粒子效应_1745983796901.xlsx\"}', 'MT4CM4B1DW,4Mx4 DRAM,Micron,5/4/1994;7/17/1995,b050494.pdf;ieee95a.pdf,SEE,RAM (Random Access Memory)', '2'); INSERT INTO `nasa_data_record` VALUES ('16627476ddf0ac87be94680a64dfc59c', 'Crawler', '2024-11-13 12:26:46', 'liujunling', '2025-04-30 22:12:11', null, '电源', 'RH1009MH', 'RH1009MH', '2.5V Reference', '0829H', 'Linear Technology', '_2009JUN', 'NASA', '刘俊灵', '1', '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/data.xlsx\",\"电离总剂量效应_1746022327797.xlsx\":\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/电离总剂量效应_1746022327797.xlsx\"}', 'RH1009MH,2.5V Reference,Linear Technology,_2009JUN,nsrec2010_W22_TID.pdf,TID,Linear Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('166d9277af471ff5e5aa857a438f5692', 'Crawler', '2024-11-13 12:38:17', 'changyuhai', '2025-05-04 00:33:34', null, 'GaN FET', 'SGF15E100', 'SGF15E100', 'FET', '19-034', 'SSDI', '2019July(TAMU)', 'NASA', '常余海', '3', '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/166d9277af471ff5e5aa857a438f5692/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/166d9277af471ff5e5aa857a438f5692/data.xlsx\",\"单粒子效应_1746289991360.xlsx\":\"/oss/physical/NASA/166d9277af471ff5e5aa857a438f5692/单粒子效应_1746289991360.xlsx\"}', 'SGF15E100,FET,SSDI,2019July(TAMU),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,SEE,GaN FET', '30'); INSERT INTO `nasa_data_record` VALUES ('169964b5cd6f2412fcfe6fbe2321989d', 'Crawler', '2024-11-13 09:57:13', null, '2025-04-08 11:34:35', null, 'Sprague', 'UDS2983', 'UDS2983', 'Voltage Driver', null, null, '09/27/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/169964b5cd6f2412fcfe6fbe2321989d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/169964b5cd6f2412fcfe6fbe2321989d/PPM-99-045.pdf\"}', '76,25-300,UDS2983,Voltage Driver,Sprague,SMEX/CB,9026A,PPM-91-551,09/27/91', null); INSERT INTO `nasa_data_record` VALUES ('169b184e5f60f0e61a3baa18e95f395e', 'Crawler', '2024-11-13 10:13:02', null, '2025-04-08 11:34:35', null, 'EEPROM', '28C256', '28C256', 'EEPROM', null, 'SEEQ', '3/28/1995;8/7/1995;8/25/1995', 'NASA', null, null, '{\"PPM-95-175.pdf\":\"/oss/physical/NASA/169b184e5f60f0e61a3baa18e95f395e/PPM-95-175.pdf\",\"PPM-95-169.pdf\":\"/oss/physical/NASA/169b184e5f60f0e61a3baa18e95f395e/PPM-95-169.pdf\",\"PPM-95-141.pdf\":\"/oss/physical/NASA/169b184e5f60f0e61a3baa18e95f395e/PPM-95-141.pdf\",\"data.xlsx\":\"/oss/physical/NASA/169b184e5f60f0e61a3baa18e95f395e/data.xlsx\",\"PPM-95-147.pdf\":\"/oss/physical/NASA/169b184e5f60f0e61a3baa18e95f395e/PPM-95-147.pdf\"}', '28C256,EEPROM,SEEQ,3/28/1995;8/7/1995;8/25/1995,tid/PPM-95-141.pdf;tid/PPM-95-147.pdf;tid/PPM-95-175.pdf;tid/PPM-95-169.pdf,TID,EEPROM', null); INSERT INTO `nasa_data_record` VALUES ('169f75e8fab613e92e3acf2fd5c609ca', 'Crawler', '2024-11-13 09:55:41', null, '2025-04-08 11:34:35', null, 'ADI', 'AD674AT', 'AD674AT', '12-bit ADC', null, null, '04/16/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/169f75e8fab613e92e3acf2fd5c609ca/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/169f75e8fab613e92e3acf2fd5c609ca/PPM-99-045.pdf\"}', '139,10-300,AD674AT,12-bit ADC,ADI,POLAR-UVI,8941A,PPM-92-131,04/16/92', null); INSERT INTO `nasa_data_record` VALUES ('16e4a7fd33984d86f52cbd3a4746f5f7', 'Crawler', '2024-11-13 11:08:21', null, '2025-04-08 11:34:35', null, 'Bipolar', 'HHFB16HY20CC', 'HHFB16HY20CC', 'Diode', null, 'Infineon', '4/8/2019', 'NASA', null, null, '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/16e4a7fd33984d86f52cbd3a4746f5f7/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/16e4a7fd33984d86f52cbd3a4746f5f7/data.xlsx\"}', 'HHFB16HY20CC,Diode,Infineon,4/8/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('170292aa3fa8e2bad957840f757eee70', 'Crawler', '2024-11-13 10:52:58', null, '2025-04-08 11:34:35', null, 'Optical Fiber', 'BF04431-01', 'BF04431-01', 'Optical Fiber', null, 'OFS', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/170292aa3fa8e2bad957840f757eee70/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/170292aa3fa8e2bad957840f757eee70/data.xlsx\"}', 'BF04431-01,Optical Fiber,OFS,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('17200184370eaae678b8f0e03f129f40', 'Crawler', '2024-11-13 10:39:04', null, '2025-04-08 11:34:35', null, 'Bipolar', 'AD585', 'AD585', 'Sample-and-Hold Amplifier', null, 'Analog Devices', '4/10/1998;1999;11/2005;6/2010;7/2011', 'NASA', null, null, '{\"G05NOV_AD585_TID.pdf\":\"/oss/physical/NASA/17200184370eaae678b8f0e03f129f40/G05NOV_AD585_TID.pdf\",\"PPM-98-006.pdf\":\"/oss/physical/NASA/17200184370eaae678b8f0e03f129f40/PPM-98-006.pdf\",\"VdG10JUN_AD585.pdf\":\"/oss/physical/NASA/17200184370eaae678b8f0e03f129f40/VdG10JUN_AD585.pdf\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/17200184370eaae678b8f0e03f129f40/nsrec2011_W5_TID.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/17200184370eaae678b8f0e03f129f40/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/17200184370eaae678b8f0e03f129f40/data.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/17200184370eaae678b8f0e03f129f40/nsrec06_W2.pdf\"}', 'AD585,Sample-and-Hold Amplifier,Analog Devices,4/10/1998;1999;11/2005;6/2010;7/2011,tid/PPM-98-006.pdf;nsrec00_W21.pdf;G05NOV_AD585_TID.pdf;nsrec06_W2.pdf;tid/VdG10JUN_AD585.pdf;nsrec2011_W5_TID.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('17446e46f8469697750acff5e570d9ec', 'Crawler', '2024-11-13 09:55:20', null, '2025-04-08 11:34:35', null, 'NSC', 'LF147', 'LF147', 'Quad Op Amp', null, null, '09/03/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/17446e46f8469697750acff5e570d9ec/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/17446e46f8469697750acff5e570d9ec/PPM-99-045.pdf\"}', '154,2.5-20,LF147,Quad Op Amp,NSC,GGS/WIND,9040A,PPM-92-227,09/03/92', null); INSERT INTO `nasa_data_record` VALUES ('1783789fc0b06fdbe746f5acec07197a', 'Crawler', '2024-11-13 00:35:35', null, '2025-04-08 11:34:35', null, 'Not specified', 'IS2-1009RH / PROTO', 'IS2-1009RH / PROTO', 'Rad Hard 2.5V Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', 'Intersil', '12/06/2012', 'ESA', null, null, '{\"106.pdf\":\"/oss/physical/ESA/1783789fc0b06fdbe746f5acec07197a/106.pdf\",\"data.xlsx\":\"/oss/physical/ESA/1783789fc0b06fdbe746f5acec07197a/data.xlsx\"}', '106,IS2-1009RH / PROTO,Intersil,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,Rad Hard 2.5V Voltage Reference,,Hirex,12/06/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('178f915b8494b5c3ddd9991a6d27fdb2', 'Crawler', '2024-11-13 11:00:54', null, '2025-04-08 11:34:35', null, 'Data Transmission', 'DS90C31', 'DS90C31', 'Transmitter', null, 'National Semiconductor', '2/24/1997;9/9/1997', 'NASA', null, null, '{\"b022497a.pdf\":\"/oss/physical/NASA/178f915b8494b5c3ddd9991a6d27fdb2/b022497a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/178f915b8494b5c3ddd9991a6d27fdb2/data.xlsx\",\"b090997.pdf\":\"/oss/physical/NASA/178f915b8494b5c3ddd9991a6d27fdb2/b090997.pdf\"}', 'DS90C31,Transmitter,National Semiconductor,2/24/1997;9/9/1997,b022497a.pdf;b090997.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('17a41d0de7f944b519f05afb2313daa9', 'Crawler', '2024-11-13 11:48:40', null, '2025-04-08 11:34:35', null, 'Microprocessors and Peripherals', 'MG82380-20/B', 'MG82380-20/B', 'Integrated Peripheral', null, 'Intel', '1/24/1995;7/17/1995;9/18/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/17a41d0de7f944b519f05afb2313daa9/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/17a41d0de7f944b519f05afb2313daa9/data.xlsx\",\"intel.pdf\":\"/oss/physical/NASA/17a41d0de7f944b519f05afb2313daa9/intel.pdf\"}', 'MG82380-20/B,Integrated Peripheral,Intel,1/24/1995;7/17/1995;9/18/1995,ieee95a.pdf;intel.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('17a69f19e21c8f7e35eb4bfa3ed229e0', 'Crawler', '2024-11-13 10:29:41', null, '2025-04-08 11:34:35', null, 'FIFO (First In/First Out)', '7204 2kx9 FIFO', '7204 2kx9 FIFO', '2kx9 bit Parallel FIFO', null, 'IDT', '11/15/1994', 'NASA', null, null, '{\"PPM-95-101.pdf\":\"/oss/physical/NASA/17a69f19e21c8f7e35eb4bfa3ed229e0/PPM-95-101.pdf\",\"data.xlsx\":\"/oss/physical/NASA/17a69f19e21c8f7e35eb4bfa3ed229e0/data.xlsx\"}', '7204 2kx9 FIFO,2kx9 bit Parallel FIFO,IDT,11/15/1994,tid/PPM-95-101.pdf,TID,FIFO (First In/First Out)', null); INSERT INTO `nasa_data_record` VALUES ('17b265925e6b4db1c47687d5c682bef5', 'Crawler', '2024-11-13 11:46:55', null, '2025-04-08 11:34:35', null, 'DC-DC Converter', 'MDI3051RED15ZF', 'MDI3051RED15ZF', 'DC-DC Converter', null, 'Modular Devices Inc', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/17b265925e6b4db1c47687d5c682bef5/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/17b265925e6b4db1c47687d5c682bef5/data.xlsx\"}', 'MDI3051RED15ZF,DC-DC Converter,Modular Devices Inc,7/19/2002,NSREC02_W16.pdf,SEE,DC-DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('17ba85d6259dc788168678a47e68bd1d', 'Crawler', '2024-11-13 09:58:59', null, '2025-04-08 11:34:35', null, 'Siliconix', 'SI9110Ak', 'SI9110Ak', 'Switch Cntrl', null, null, '03/04/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/17ba85d6259dc788168678a47e68bd1d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/17ba85d6259dc788168678a47e68bd1d/PPM-99-045.pdf\"}', '14,2.5-100,SI9110Ak,Switch Cntrl,Siliconix,SMEX/CB,9024,PPM-91-124,03/04/91', null); INSERT INTO `nasa_data_record` VALUES ('17d7eb9bd1a813d9b94c90cb67a73eab', 'Crawler', '2024-11-13 10:56:33', null, '2025-04-08 11:34:35', null, 'Si', 'CMPD2003 TR', 'CMPD2003 TR', 'Diode', null, 'Central Semiconductor', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/17d7eb9bd1a813d9b94c90cb67a73eab/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/17d7eb9bd1a813d9b94c90cb67a73eab/data.xlsx\"}', 'CMPD2003 TR,Diode,Central Semiconductor,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('17e3b6e0063734786153f640693f8b55', 'Crawler', '2024-11-13 12:48:12', 'chenwenzhuo', '2025-04-30 19:00:57', null, 'FPGA', 'Stratix EP1S25', 'Stratix EP1S25', 'FPGA', null, 'Altera', '12/20/2004', 'NASA', '陈文卓', '24', '{\"T122004_Altera_EP1S25.pdf\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/T122004_Altera_EP1S25.pdf\",\"data.xlsx\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/data.xlsx\",\"mapld05_sanders.pdf\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/mapld05_sanders.pdf\",\"TIL25_1746010822150.xlsx\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/TIL25_1746010822150.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/nsrec05_W5.pdf\"}', 'Stratix EP1S25,FPGA,Altera,12/20/2004,T122004_Altera_EP1S25.pdf;T031405_Altera_ EP1S25.pdf;nsrec05_W5.pdf;mapld05_sanders.pdf,SEE,FPGA', '24'); INSERT INTO `nasa_data_record` VALUES ('182310814728a29af710b2fa11877b5c', 'Crawler', '2024-11-13 12:53:34', 'lixuyou', '2025-04-30 16:32:04', null, 'BiCMOS', 'TPS5420', 'TPS5420', 'Voltage Regulator', null, 'Texas Instruments', 'VdG2008MAR', 'NASA', '李序友', '2', '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/182310814728a29af710b2fa11877b5c/nsrec09_W13_TID.pdf\",\"VdG08MAR_TPS5420.pdf\":\"/oss/physical/NASA/182310814728a29af710b2fa11877b5c/VdG08MAR_TPS5420.pdf\",\"data.xlsx\":\"/oss/physical/NASA/182310814728a29af710b2fa11877b5c/data.xlsx\",\"TPS5420_1746001922577.xlsx\":\"/oss/physical/NASA/182310814728a29af710b2fa11877b5c/TPS5420_1746001922577.xlsx\"}', 'TPS5420,Voltage Regulator,Texas Instruments,VdG2008MAR,tid/VdG08MAR_TPS5420.pdf;nsrec09_W13_TID.pdf,TID,BiCMOS', '126'); INSERT INTO `nasa_data_record` VALUES ('1840351c30082ab04b42d5c5281eb667', 'Crawler', '2024-11-13 10:37:03', null, '2025-04-08 11:34:35', null, 'Linear Amplifiers', 'AD524', 'AD524', 'Instrument Operational Amplifier', null, 'National Semiconductor', '11/2006', 'NASA', null, null, '{\"G06NOV_AD524_TID.pdf\":\"/oss/physical/NASA/1840351c30082ab04b42d5c5281eb667/G06NOV_AD524_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1840351c30082ab04b42d5c5281eb667/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/1840351c30082ab04b42d5c5281eb667/nsrec07_W26_TID.pdf\"}', 'AD524,Instrument Operational Amplifier,National Semiconductor,11/2006,G06NOV_AD524_TID.pdf;nsrec07_W26_TID.pdf,TID,Linear Amplifiers', null); INSERT INTO `nasa_data_record` VALUES ('188c7c656e40658dd961134d6c04abe5', 'Crawler', '2024-11-13 11:10:40', null, '2025-04-08 11:34:35', null, 'Miscellaneous', 'HR2340', 'HR2340', 'Test Metal', null, 'Honeywell', '11/9/1994;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/188c7c656e40658dd961134d6c04abe5/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/188c7c656e40658dd961134d6c04abe5/data.xlsx\",\"b110994.pdf\":\"/oss/physical/NASA/188c7c656e40658dd961134d6c04abe5/b110994.pdf\"}', 'HR2340,Test Metal,Honeywell,11/9/1994;7/17/1995,b110994.pdf;ieee95a.pdf,SEE,Miscellaneous', null); INSERT INTO `nasa_data_record` VALUES ('189dae36b9552073bfcd5aebf18ec6ec', 'Crawler', '2024-11-13 12:30:42', 'yangjicong', '2025-04-29 12:29:47', null, 'Miscellaneous', 'RS Encoder', 'RS Encoder', 'Data and Command Encoding', null, 'UTMC/NASA VLSI Design', '12/3/1992;7/19/1993', 'NASA', '杨济聪', '1', '{\"nsrec93a.pdf\":\"/oss/physical/NASA/189dae36b9552073bfcd5aebf18ec6ec/nsrec93a.pdf\",\"120392.pdf\":\"/oss/physical/NASA/189dae36b9552073bfcd5aebf18ec6ec/120392.pdf\",\"data_1745900984599.xlsx\":\"/oss/physical/NASA/189dae36b9552073bfcd5aebf18ec6ec/data_1745900984599.xlsx\"}', 'RS Encoder,Data and Command Encoding,UTMC/NASA VLSI Design,12/3/1992;7/19/1993,nsrec93a.pdf;120392.pdf,SEE,Miscellaneous', '1'); INSERT INTO `nasa_data_record` VALUES ('18b7e7bfebd4f903f9d270866b6041c2', 'Crawler', '2024-11-13 01:08:39', null, '2025-04-08 11:34:36', null, 'ESCC 22900', '2ST21600', '2ST21600', 'PNP High Voltage Transitor', '4 HIGH POWER, PNP (> 2WATTS)', 'STmicroelectronics', '27/09/2018', 'ESA', null, null, '{\"D5-01 - TN5.1 - TID 2ST21600 - NEO-14-086_Report_14-2017_rev1.0.pdf\":\"/oss/physical/ESA/18b7e7bfebd4f903f9d270866b6041c2/D5-01 - TN5.1 - TID 2ST21600 - NEO-14-086_Report_14-2017_rev1.0.pdf\",\"data.xlsx\":\"/oss/physical/ESA/18b7e7bfebd4f903f9d270866b6041c2/data.xlsx\"}', '229,2ST21600,STmicroelectronics,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,4 HIGH POWER, PNP (> 2WATTS),PNP High Voltage Transitor,,Fraunhofer Institut,27/09/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('18bbad22a03f23dae9a93b74da51dbda', 'Crawler', '2024-11-13 09:53:46', null, '2025-04-08 11:34:36', null, 'National', '54AC299', '54AC299', '8-input Shift Register', null, null, '10/03/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/18bbad22a03f23dae9a93b74da51dbda/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/18bbad22a03f23dae9a93b74da51dbda/PPM-99-045.pdf\"}', '223,5-100,54AC299,8-input Shift Register,National,EOS/AM,9420,PPM-94-026,10/03/94', null); INSERT INTO `nasa_data_record` VALUES ('18d96d9bf5611aea37b973da6a03c72c', 'Crawler', '2024-11-13 01:06:19', null, '2025-04-08 11:34:36', null, 'ESCC 22900', '2N7370', '2N7370', 'NPN Power Silicon Transistor', '3 HIGH POWER, NPN (> 2WATTS)', 'Microsemi', '16/10/2018', 'ESA', null, null, '{\"D5-02 - TN5.2 - TID 2N7370 - NEO-14-086_Report_15-2017_rev1.pdf\":\"/oss/physical/ESA/18d96d9bf5611aea37b973da6a03c72c/D5-02 - TN5.2 - TID 2N7370 - NEO-14-086_Report_15-2017_rev1.pdf\",\"data.xlsx\":\"/oss/physical/ESA/18d96d9bf5611aea37b973da6a03c72c/data.xlsx\"}', '224,2N7370,Microsemi,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,3 HIGH POWER, NPN (> 2WATTS),NPN Power Silicon Transistor,,Fraunhofer Institut,16/10/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('18dec1dead482923a47388750cb04e9e', 'Crawler', '2024-11-13 12:03:32', 'xuebinrui', '2025-04-29 17:07:08', null, '放大器', 'OP293', 'OP293', 'Operational Amplifier', '0021', 'Analog Devices', '10/7/2002;7/25/2003', 'NASA', '薛彬睿', '1', '{\"单粒子效应-(4)_1745917619548.xlsx\":\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/单粒子效应-(4)_1745917619548.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/NSREC03_W10.pdf\",\"T100202_OP293.pdf\":\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/T100202_OP293.pdf\"}', 'OP293,Operational Amplifier,Analog Devices,10/7/2002;7/25/2003,T100202_OP293.pdf;NSREC03_W10.pdf,SEE,Operational Amplifier', '3'); INSERT INTO `nasa_data_record` VALUES ('18df910a6da8fa198ef1d35a32bf86dc', 'Crawler', '2024-11-13 00:47:04', null, '2025-04-08 11:34:36', null, 'Not specified', 'SOC3810A', 'SOC3810A', 'PNP dual matched bipolar transistor', '2 LOW POWER, PNP (< 2WATTS)', 'STmicroelectronics', '30/01/2011', 'ESA', null, null, '{\"161.pdf\":\"/oss/physical/ESA/18df910a6da8fa198ef1d35a32bf86dc/161.pdf\",\"data.xlsx\":\"/oss/physical/ESA/18df910a6da8fa198ef1d35a32bf86dc/data.xlsx\"}', '161,SOC3810A,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,12 TRANSISTORS,2 LOW POWER, PNP (< 2WATTS),PNP dual matched bipolar transistor,,Hirex,30/01/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('18ee7db0dc50a9a76699067654eff05d', 'Crawler', '2024-11-13 12:01:00', 'xieyongzhi', '2025-05-03 19:53:54', null, '光电子器件', 'OLH349', 'OLH349', 'Optocoupler', null, 'Isolink', '2/1997', 'NASA', '谢永智', '1', '{\"data_1745990598968.xlsx\":\"/oss/physical/NASA/18ee7db0dc50a9a76699067654eff05d/data_1745990598968.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/18ee7db0dc50a9a76699067654eff05d/nsrec00_W22.pdf\"}', 'OLH349,Optocoupler,Isolink,2/1997,nsrec00_W22.pdf,DD,Optocoupler', '1'); INSERT INTO `nasa_data_record` VALUES ('18fb34fcae7453c17c32a8cef0dd0f19', 'Crawler', '2024-11-13 11:10:10', null, '2025-04-08 11:34:36', null, 'MESFET', 'HMC4563G8_Flight PN', 'HMC4563G8_Flight PN', 'GaAs MMIC mixer with integrated LO amplifier', null, 'Hittite Microwave Corp.', 'NRL10JAN', 'NASA', null, null, '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/18fb34fcae7453c17c32a8cef0dd0f19/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/18fb34fcae7453c17c32a8cef0dd0f19/data.xlsx\",\"NRL012910_HMC422.pdf\":\"/oss/physical/NASA/18fb34fcae7453c17c32a8cef0dd0f19/NRL012910_HMC422.pdf\"}', 'HMC4563G8_Flight PN,GaAs MMIC mixer with integrated LO amplifier,Hittite Microwave Corp.,NRL10JAN,NRL012910_HMC422.pdf;nsrec2011_W6_SEE.pdf,SEE;SET,MESFET', null); INSERT INTO `nasa_data_record` VALUES ('18fc2eb6c1cf1e215c9653a3d1bf288e', 'Crawler', '2024-11-13 09:50:03', null, '2025-04-08 11:34:36', null, 'Maxim', 'MAX494', 'MAX494', 'OP AMP', null, null, '06/15/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/18fc2eb6c1cf1e215c9653a3d1bf288e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/18fc2eb6c1cf1e215c9653a3d1bf288e/PPM-99-045.pdf\"}', '372,10-100,MAX494,OP AMP,Maxim,Integral Spectrometer,9639,PPM-98-018,06/15/98', null); INSERT INTO `nasa_data_record` VALUES ('1933fb792cb91daa8d59637bfa61c1df', 'Crawler', '2024-11-13 10:58:59', null, '2025-04-08 11:34:36', null, 'Miscellaneous', 'DAC8222', 'DAC8222', '12-bit DAC', null, 'Analog Devices', '1998-1999;11/21/1998', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1933fb792cb91daa8d59637bfa61c1df/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/1933fb792cb91daa8d59637bfa61c1df/NSREC99.pdf\",\"B112198a.pdf\":\"/oss/physical/NASA/1933fb792cb91daa8d59637bfa61c1df/B112198a.pdf\"}', 'DAC8222,12-bit DAC,Analog Devices,1998-1999;11/21/1998,NSREC99.pdf;B112198a.pdf,SEE;SEL;SET,Miscellaneous', null); INSERT INTO `nasa_data_record` VALUES ('194981d78663b1f6ebc78e18f8dacbe3', 'Crawler', '2024-11-13 10:12:47', null, '2025-04-08 11:34:36', null, 'CMOS', '28C010', '28C010', 'EEPROM', null, 'Maxwell', '1/26/2005', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/194981d78663b1f6ebc78e18f8dacbe3/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/194981d78663b1f6ebc78e18f8dacbe3/nsrec05_W5.pdf\",\"B012605_28C010.pdf\":\"/oss/physical/NASA/194981d78663b1f6ebc78e18f8dacbe3/B012605_28C010.pdf\"}', '28C010,EEPROM,Maxwell,1/26/2005,B012605_28C010.pdf;nsrec05_W5.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('1955bbc193010ce8cbca6237df9ba6f9', 'Crawler', '2024-11-13 09:51:56', null, '2025-04-08 11:34:36', null, 'PMI', 'DAC8800', 'DAC8800', 'D/A Converter', null, null, '10/16/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1955bbc193010ce8cbca6237df9ba6f9/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/1955bbc193010ce8cbca6237df9ba6f9/PPM-99-045.pdf\"}', '297,3,DAC8800,D/A Converter,PMI,NASA/MSFC Supp.,9351,PPM-97-001,10/16/96', null); INSERT INTO `nasa_data_record` VALUES ('1957ab231ab11b7dd4f4dc8a9414434b', 'Crawler', '2024-11-13 10:12:30', null, '2025-04-08 11:34:36', null, 'Fiber Optics', '2706R', '2706R', 'Fibre Channel Link Receiver', null, 'AT&T', '6/28/1996;12/16/1996', 'NASA', null, null, '{\"d062896.pdf\":\"/oss/physical/NASA/1957ab231ab11b7dd4f4dc8a9414434b/d062896.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1957ab231ab11b7dd4f4dc8a9414434b/data.xlsx\"}', '2706R,Fibre Channel Link Receiver,AT&T,6/28/1996;12/16/1996,d062896.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('19a0685cd009456401ddcbb5ae6474c7', 'Crawler', '2024-11-13 10:22:07', null, '2025-04-08 11:34:36', null, 'Transceiver', '54ABT245 Transceiver', '54ABT245 Transceiver', 'Transceiver', null, 'Texas Instruments', '12/2/1997', 'NASA', null, null, '{\"PPM-97-053.pdf\":\"/oss/physical/NASA/19a0685cd009456401ddcbb5ae6474c7/PPM-97-053.pdf\",\"data.xlsx\":\"/oss/physical/NASA/19a0685cd009456401ddcbb5ae6474c7/data.xlsx\"}', '54ABT245 Transceiver,Transceiver,Texas Instruments,12/2/1997,tid/PPM-97-053.pdf,TID,Transceiver', null); INSERT INTO `nasa_data_record` VALUES ('19b0a569ec3ffd0df0034129fc6622f3', 'Crawler', '2024-11-13 12:04:49', 'xuebinrui', '2025-04-28 19:20:30', null, '晶体管', 'OP484FSZ', 'OP484FSZ', 'Operational Amplifier', '1804; (19-038)', 'Analog Devices', '8/28/2019(OSU-NRL)', 'NASA', '薛彬睿', '3', '{\"data.xlsx\":\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/data.xlsx\",\"电离总剂量效应-副本-副本-副本-副本-副本_1745839058937.xlsx\":\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/电离总剂量效应-副本-副本-副本-副本-副本_1745839058937.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\"}', 'OP484FSZ,Operational Amplifier,Analog Devices,8/28/2019(OSU-NRL),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,TID,Bipolar', '10'); INSERT INTO `nasa_data_record` VALUES ('19b26ee7b3ae9578fe62988e46613d19', 'Crawler', '2024-11-13 02:24:21', null, '2025-04-08 11:34:36', null, 'ESCC 25100', 'AD7626', 'AD7626', '16-bit, 10 MSPS, PulSAR Differential ADC', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'Analog Devices', '27/03/2018', 'ESA', null, null, '{\"319.pdf\":\"/oss/physical/ESA/19b26ee7b3ae9578fe62988e46613d19/319.pdf\",\"data.xlsx\":\"/oss/physical/ESA/19b26ee7b3ae9578fe62988e46613d19/data.xlsx\"}', '319,AD7626,Analog Devices,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,16-bit, 10 MSPS, PulSAR Differential ADC,CMOS,Hirex-Alter,27/03/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('19c5a33a6e8a9e0e787c2e7de6e77e6f', 'Crawler', '2024-11-13 02:21:50', null, '2025-04-08 11:34:36', null, 'Not specified', 'AD584 - DC1052A', 'AD584 - DC1052A', 'Pin Programmable Precision Voltage Reference', '90 OTHER FUNCTIONS', 'Analog Devices', '12/06/2015', 'ESA', null, null, '{\"342.pdf\":\"/oss/physical/ESA/19c5a33a6e8a9e0e787c2e7de6e77e6f/342.pdf\",\"data.xlsx\":\"/oss/physical/ESA/19c5a33a6e8a9e0e787c2e7de6e77e6f/data.xlsx\"}', '342,AD584 - DC1052A,Analog Devices,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,90 OTHER FUNCTIONS,Pin Programmable Precision Voltage Reference,,TRAD,12/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('19fc68745c63fd915d202eaf5734bf04', 'Crawler', '2024-11-13 12:53:42', 'lixuyou', '2025-04-30 16:42:41', null, 'BiCMOS Linear Device', 'TPS73601', 'TPS73601', 'Low dropout linear adjustable voltage regulator', null, 'Texas Instruments', '6/28/2006', 'NASA', '李序友', '1', '{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/data.xlsx\",\"TPS73601_1746001307273.xlsx\":\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/TPS73601_1746001307273.xlsx\",\"L061806_TPS73601.pdf\":\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/L061806_TPS73601.pdf\"}', 'TPS73601,Low dropout linear adjustable voltage regulator,Texas Instruments,6/28/2006,L061806_TPS73601.pdf;nsrec07_W27_SEE.pdf,SEE,BiCMOS Linear Device', '48'); INSERT INTO `nasa_data_record` VALUES ('1a0e113867c9f793e5881b15646b4e01', 'Crawler', '2024-11-13 11:15:10', null, '2025-04-08 11:34:36', null, 'Power Device', 'IRLR2905', 'IRLR2905', 'Power N-MOSFET', null, 'IR', '_1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/1a0e113867c9f793e5881b15646b4e01/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1a0e113867c9f793e5881b15646b4e01/data.xlsx\"}', 'IRLR2905,Power N-MOSFET,IR,_1999,nsrec00_W21.pdf,TID,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('1a1db1d5b77cda0d221e1f8fa3816236', 'Crawler', '2024-11-13 11:17:58', null, '2025-04-08 11:34:36', null, 'Transistor', 'JTXV2N2905AL', 'JTXV2N2905AL', 'PNP Transistor', null, 'Motorola', '12/11/1992', 'NASA', null, null, '{\"PPM-92-302.pdf\":\"/oss/physical/NASA/1a1db1d5b77cda0d221e1f8fa3816236/PPM-92-302.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1a1db1d5b77cda0d221e1f8fa3816236/data.xlsx\"}', 'JTXV2N2905AL,PNP Transistor,Motorola,12/11/1992,tid/PPM-92-302.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('1a371246632705a0cc3503808ba282a7', 'Crawler', '2024-11-13 11:10:52', null, '2025-04-08 11:34:36', null, 'Bipolar', 'HS139', 'HS139', 'Comparator', null, 'Harris / Intersil', '4/1999; 8/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/1a371246632705a0cc3503808ba282a7/nsrec00_W21.pdf\",\"nsrec01_ph2.pdf\":\"/oss/physical/NASA/1a371246632705a0cc3503808ba282a7/nsrec01_ph2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1a371246632705a0cc3503808ba282a7/data.xlsx\"}', 'HS139,Comparator,Harris / Intersil,4/1999; 8/1999,nsrec00_W21.pdf;nsrec01_ph2.pdf,SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('1a5c1bb324f9efef37f199192ef24db2', 'Crawler', '2024-11-13 12:54:05', 'lixuyou', '2025-04-30 15:54:33', null, 'BiCMOS', 'TPS79133', 'TPS79133', 'Voltage Regulator', '0710', 'Texas Instrument', 'NRL09JUN;2008OCT', 'NASA', '李序友', '1', '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/1a5c1bb324f9efef37f199192ef24db2/nsrec09_W13_TID.pdf\",\"NRL062409_TPS79133.pdf\":\"/oss/physical/NASA/1a5c1bb324f9efef37f199192ef24db2/NRL062409_TPS79133.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1a5c1bb324f9efef37f199192ef24db2/data.xlsx\",\"VdG08OCT_TPS79133.pdf\":\"/oss/physical/NASA/1a5c1bb324f9efef37f199192ef24db2/VdG08OCT_TPS79133.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/1a5c1bb324f9efef37f199192ef24db2/nsrec2010_W8_SEE.pdf\",\"TPS79133SEE_1745999652673.xlsx\":\"/oss/physical/NASA/1a5c1bb324f9efef37f199192ef24db2/TPS79133SEE_1745999652673.xlsx\",\"TPS79133TID_1745999670933.xlsx\":\"/oss/physical/NASA/1a5c1bb324f9efef37f199192ef24db2/TPS79133TID_1745999670933.xlsx\"}', 'TPS79133,Voltage Regulator,Texas Instrument,NRL09JUN;2008OCT,NRL062409_TPS79133.pdf;nsrec2010_W8_SEE.pdf;tid/VdG08OCT_TPS79133.pdf;nsrec09_W13_TID.pdf,TID; SEE; SET,BiCMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('1a623d21bf327d54a98d5e6e6506fbaf', 'Crawler', '2024-11-13 01:14:41', null, '2025-04-08 11:34:36', null, 'Protons', 'IS9-2100ARH', 'IS9-2100ARH', 'Rad Hard High Frequency Half Bridge Driver', '69 LINEAR OTHER FUNCTIONS', 'Intersil', '03/06/2011', 'ESA', null, null, '{\"IS9-2100ARH PROTONS TID_0877_01.pdf\":\"/oss/physical/ESA/1a623d21bf327d54a98d5e6e6506fbaf/IS9-2100ARH PROTONS TID_0877_01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/1a623d21bf327d54a98d5e6e6506fbaf/data.xlsx\"}', '249,IS9-2100ARH,Intersil,Download,TID (Total Ionising Dose),Protons,8 MICROCIRCUITS,69 LINEAR OTHER FUNCTIONS,Rad Hard High Frequency Half Bridge Driver,,Hirex,03/06/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('1a63b5d8f41d45b5330fe7cd8034c23a', 'Crawler', '2024-11-13 11:20:07', null, '2025-04-08 11:34:36', null, 'Nonvolatile Memory', 'K9F8G08U0A', 'K9F8G08U0A', '8Gb NAND Flash', null, 'Samsung', '_2008MAR', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/1a63b5d8f41d45b5330fe7cd8034c23a/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1a63b5d8f41d45b5330fe7cd8034c23a/data.xlsx\",\"VdG08MAR_K9F8G08U0A.pdf\":\"/oss/physical/NASA/1a63b5d8f41d45b5330fe7cd8034c23a/VdG08MAR_K9F8G08U0A.pdf\"}', 'K9F8G08U0A,8Gb NAND Flash,Samsung,_2008MAR,nsrec09_W13_TID.pdf;tid/VdG08MAR_K9F8G08U0A.pdf,TID,Nonvolatile Memory', null); INSERT INTO `nasa_data_record` VALUES ('1a6aff4f59e6c9e261aab060d14a7506', 'Crawler', '2024-11-13 10:20:13', null, '2025-04-08 11:34:36', null, 'Optical Fiber', '457', '457', 'Optical Fiber', null, 'Draka', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/1a6aff4f59e6c9e261aab060d14a7506/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1a6aff4f59e6c9e261aab060d14a7506/data.xlsx\"}', '457,Optical Fiber,Draka,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('1a8a7d68c6b75e47ac8fb9941005094c', 'Crawler', '2024-11-13 11:02:36', null, '2025-04-08 11:34:36', null, 'Bipolar', 'FAN3122', 'FAN3122', 'N-channel MOSFET', null, 'On Semiconductor', '_2019', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1a8a7d68c6b75e47ac8fb9941005094c/data.xlsx\",\"NEPP-TR-2019-Boomer-FAN3122-Gate-Driver-Temperature-TN68254.pdf\":\"/oss/physical/NASA/1a8a7d68c6b75e47ac8fb9941005094c/NEPP-TR-2019-Boomer-FAN3122-Gate-Driver-Temperature-TN68254.pdf\"}', 'FAN3122,N-channel MOSFET,On Semiconductor,_2019,https://nepp.nasa.gov/files/30395/NEPP-TR-2019-Boomer-FAN3122-Gate-Driver-Temperature-TN68254.pdf,Thermal Cycle,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('1a8ce3a03031aeb879daf134b9ba7c75', 'Crawler', '2024-11-13 10:56:37', null, '2025-04-08 11:34:36', null, 'Oscillator', 'CO-566', 'CO-566', 'Oscillator', null, 'Vectron', '7/31/2002;7/25/2003', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1a8ce3a03031aeb879daf134b9ba7c75/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/1a8ce3a03031aeb879daf134b9ba7c75/NSREC03_W10.pdf\",\"I060602_CO566.pdf\":\"/oss/physical/NASA/1a8ce3a03031aeb879daf134b9ba7c75/I060602_CO566.pdf\"}', 'CO-566,Oscillator,Vectron,7/31/2002;7/25/2003,I060602_CO566.pdf;NSREC03_W10.pdf,SEL,Oscillator', null); INSERT INTO `nasa_data_record` VALUES ('1a94233535389963339568deb2e132c6', 'Crawler', '2024-11-13 13:15:00', 'admin', '2025-04-08 11:34:36', null, '数字集成电路', 'i3-5005U Broadwell 5th Gen Core™', 'i3-5005U Broadwell 5th Gen Core™', 'Processor', '15-080', 'Intel', '2015MGH;TRIUMF;HUPTI;Scripps;2015AugTAMU;2015DecTAMU;2016MayTAMU', 'NASA', '张兴尧', '2', '{\"data1_1739424934025.csv\":\"/oss/physical/NASA/1a94233535389963339568deb2e132c6/data1_1739424934025.csv\",\"data.xlsx\":\"/oss/physical/NASA/1a94233535389963339568deb2e132c6/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/1a94233535389963339568deb2e132c6/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"NEPP-CP-2015-Szabo-Paper-DW-TN24989.pdf\":\"/oss/physical/NASA/1a94233535389963339568deb2e132c6/NEPP-CP-2015-Szabo-Paper-DW-TN24989.pdf\"}', 'i3-5005U Broadwell 5th Gen Core™,Processor,Intel,2015MGH;TRIUMF;HUPTI;Scripps;2015AugTAMU;2015DecTAMU;2016MayTAMU,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;https://nepp.nasa.gov/files/28007/NEPP-CP-2015-Szabo-Paper-DW-TN24989.pdf,Proton Facility Evaluation,14nm Gen 5 CMOS and FinFET', '2'); INSERT INTO `nasa_data_record` VALUES ('1a9d7754afeb2f1c1dc1d21427fd2d0d', 'Crawler', '2024-11-13 09:54:15', null, '2025-04-08 11:34:36', null, 'Micro Power', 'MP7628', 'MP7628', 'D/A Converter', null, null, '12/29/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1a9d7754afeb2f1c1dc1d21427fd2d0d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/1a9d7754afeb2f1c1dc1d21427fd2d0d/PPM-99-045.pdf\"}', '202,2-50,MP7628,D/A Converter,Micro Power,ISTP/SOHO,8848,PPM-93-108,12/29/93', null); INSERT INTO `nasa_data_record` VALUES ('1ac29091cd866343bc01c2db08a19c29', 'Crawler', '2024-11-13 10:12:27', null, '2025-04-08 11:34:36', null, 'Operational Amplifier', '26C31', '26C31', 'Quad Operational Amplifier', null, 'National Semiconductor', '9/8/1994', 'NASA', null, null, '{\"PPM-94-023.pdf\":\"/oss/physical/NASA/1ac29091cd866343bc01c2db08a19c29/PPM-94-023.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1ac29091cd866343bc01c2db08a19c29/data.xlsx\"}', '26C31,Quad Operational Amplifier,National Semiconductor,9/8/1994,tid/PPM-94-023.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('1ad80dd5e71f4be05b7a33a885fddaba', 'Crawler', '2024-11-13 10:51:44', null, '2025-04-08 11:34:36', null, 'DC/DC Converter', 'ATR2815TF', 'ATR2815TF', 'DC-DC Converter', null, 'Lambda Advanced Analog', '4/14/99;1999', 'NASA', null, null, '{\"PPM-99-020.pdf\":\"/oss/physical/NASA/1ad80dd5e71f4be05b7a33a885fddaba/PPM-99-020.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/1ad80dd5e71f4be05b7a33a885fddaba/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1ad80dd5e71f4be05b7a33a885fddaba/data.xlsx\"}', 'ATR2815TF,DC-DC Converter,Lambda Advanced Analog,4/14/99;1999,tid/PPM-99-020.pdf;nsrec00_W21.pdf,TID,DC/DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('1b0a1273bf98ead032db168763993ff1', 'Crawler', '2024-11-13 02:24:25', null, '2025-04-08 11:34:36', null, 'Not specified', 'MT29F16G08ABACAWP-Z:C, MT29F64G08AFAAAWP-ITZ:A', 'MT29F16G08ABACAWP-Z:C, MT29F64G08AFAAAWP-ITZ:A', 'SLC NAND Flash memory', '29 MEMORY OTHERS', 'MICRON', '18/01/2018', 'ESA', null, null, '{\"318.pdf\":\"/oss/physical/ESA/1b0a1273bf98ead032db168763993ff1/318.pdf\",\"data.xlsx\":\"/oss/physical/ESA/1b0a1273bf98ead032db168763993ff1/data.xlsx\"}', '318,MT29F16G08ABACAWP-Z:C, MT29F64G08AFAAAWP-ITZ:A,MICRON,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,SLC NAND Flash memory,,TU Braunschweig, Germany,18/01/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('1b3cdb508fa948850d74d4658bf62c7a', 'Crawler', '2024-11-13 10:39:44', null, '2025-04-08 11:34:36', null, 'BiCMOS', 'AD623', 'AD623', 'Operational Amplifier', null, 'Analog Device', '10/2/2002;7/25/2003', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1b3cdb508fa948850d74d4658bf62c7a/data.xlsx\",\"T100202_AD623.pdf\":\"/oss/physical/NASA/1b3cdb508fa948850d74d4658bf62c7a/T100202_AD623.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/1b3cdb508fa948850d74d4658bf62c7a/NSREC03_W10.pdf\"}', 'AD623,Operational Amplifier,Analog Device,10/2/2002;7/25/2003,T100202_AD623.pdf;NSREC03_W10.pdf,SEE,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('1bc4440cc8e490287f2b266edf74cb37', 'Crawler', '2024-11-13 11:51:23', null, '2025-04-08 11:34:36', null, 'Microprocessors and Peripherals', 'MQ80387-20/B', 'MQ80387-20/B', 'Math Coprocessor', null, 'Intel', '2/21/1996;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/1bc4440cc8e490287f2b266edf74cb37/random6a.pdf\",\"b022196.pdf\":\"/oss/physical/NASA/1bc4440cc8e490287f2b266edf74cb37/b022196.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1bc4440cc8e490287f2b266edf74cb37/data.xlsx\"}', 'MQ80387-20/B,Math Coprocessor,Intel,2/21/1996;7/15/1996,b022196.pdf;random6a.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('1bcad8043be18efc86c6441bbbb5c489', 'Crawler', '2024-11-13 10:58:09', null, '2025-04-08 11:34:36', null, 'CMOS low Power', 'CULPRiT', 'CULPRiT', 'RS Encoder Data Compression Chips', null, 'AMI', '6/7/2002;7/25/2003', 'NASA', null, null, '{\"NRL060702_CULPRiT.pdf\":\"/oss/physical/NASA/1bcad8043be18efc86c6441bbbb5c489/NRL060702_CULPRiT.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1bcad8043be18efc86c6441bbbb5c489/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/1bcad8043be18efc86c6441bbbb5c489/NSREC03_W10.pdf\"}', 'CULPRiT,RS Encoder Data Compression Chips,AMI,6/7/2002;7/25/2003,NRL060702_CULPRiT.pdf;NSREC03_W10.pdf,Laser,CMOS low Power', null); INSERT INTO `nasa_data_record` VALUES ('1be50e89d553b8e625baaf064c849e84', 'Crawler', '2024-11-13 11:29:31', null, '2025-04-08 11:34:36', null, 'Bipolar', 'LP2951', 'LP2951', 'Voltage Regulator', null, 'Texas Instruments', '9/21/2020', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1be50e89d553b8e625baaf064c849e84/data.xlsx\",\"CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\":\"/oss/physical/NASA/1be50e89d553b8e625baaf064c849e84/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\",\"NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\":\"/oss/physical/NASA/1be50e89d553b8e625baaf064c849e84/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\",\"Casey-TR-19-049-LP2951-2020Sept21-TID-NASA-TM-20210018675.pdf\":\"/oss/physical/NASA/1be50e89d553b8e625baaf064c849e84/Casey-TR-19-049-LP2951-2020Sept21-TID-NASA-TM-20210018675.pdf\"}', 'LP2951,Voltage Regulator,Texas Instruments,9/21/2020,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf;CP-2021-Topper-NSREC-DW-poster-20210016856.pdf;Casey-TR-19-049-LP2951-2020Sept21-TID-NASA-TM-20210018675.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('1c0e5d09f33887b55fe633d0859b3930', 'Crawler', '2024-11-13 12:26:22', 'liujunling', '2025-04-30 22:16:19', null, '继电器', 'RDHA701', 'RDHA701', 'Solid State Relay', '1340', 'International Rectifier', '4/04/2014', 'NASA', '刘俊灵', '1', '{\"data.xlsx\":\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"单粒子效应_1746022571821.xlsx\":\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/单粒子效应_1746022571821.xlsx\"}', 'RDHA701,Solid State Relay,International Rectifier,4/04/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf,SEE;SET,Hybrid', '1'); INSERT INTO `nasa_data_record` VALUES ('1c11715a6f26287b57476fe45821646b', 'Crawler', '2024-11-13 09:57:08', null, '2025-04-08 11:34:36', null, 'NSC', '54AC191', '54AC191', '4 bit Cntr', null, null, '10/15/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1c11715a6f26287b57476fe45821646b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/1c11715a6f26287b57476fe45821646b/PPM-99-045.pdf\"}', '79,10-300,54AC191,4 bit Cntr,NSC,SMEX/CB,9111A,PPM-91-614,10/15/91', null); INSERT INTO `nasa_data_record` VALUES ('1c1a907fbe59c7ef948cc56c4892f108', 'Crawler', '2024-11-13 10:30:55', null, '2025-04-08 11:34:36', null, 'Microprocessors and Peripherals', '80386DX', '80386DX', 'Microprocessor', null, 'Intel/SEI', '1/24/1995;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/1c1a907fbe59c7ef948cc56c4892f108/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1c1a907fbe59c7ef948cc56c4892f108/data.xlsx\"}', '80386DX,Microprocessor,Intel/SEI,1/24/1995;7/17/1995,ieee95a.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('1c1fcf2e73d0877c5fc7dd21752a1268', 'Crawler', '2024-11-13 11:16:05', null, '2025-04-08 11:34:36', null, 'BiCMOS', 'ISL74422ARH', 'ISL74422ARH', 'MOSFET Driver', null, 'Intersil', '7/2011', 'NASA', null, null, '{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/1c1fcf2e73d0877c5fc7dd21752a1268/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1c1fcf2e73d0877c5fc7dd21752a1268/data.xlsx\"}', 'ISL74422ARH,MOSFET Driver,Intersil,7/2011,nsrec2011_W5_TID.pdf,TID,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('1c4a488731823dde3d167f967910edd2', 'Crawler', '2024-11-13 12:36:54', 'zhangchenyu', '2025-04-30 20:47:58', null, 'VDMOS', 'SFR130S.5', 'SFR130S.5', '100 V N-type MOSFET', null, 'SSDI', '11/14/2012', 'NASA', '张晨宇', '1', '{\"data.xlsx\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/data.xlsx\",\"LBNL111512_SFR130S5.pdf\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/LBNL111512_SFR130S5.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/nsrec2013_W8_SEE.pdf\",\"单粒子效应_1745998503680.xlsx\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/单粒子效应_1745998503680.xlsx\"}', 'SFR130S.5,100 V N-type MOSFET,SSDI,11/14/2012,LBNL111512_SFR130S5.pdf; nsrec2013_W8_SEE.pdf,SEE,VDMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('1c57cf13925b1c894e7335c2caea4d92', 'Crawler', '2024-11-13 10:33:20', null, '2025-04-08 11:34:36', null, 'Programmable Device', 'A32200DX', 'A32200DX', 'FPGA', null, 'ACTEL', '5/13/1997', 'NASA', null, null, '{\"b051397c.pdf\":\"/oss/physical/NASA/1c57cf13925b1c894e7335c2caea4d92/b051397c.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1c57cf13925b1c894e7335c2caea4d92/data.xlsx\"}', 'A32200DX,FPGA,ACTEL,5/13/1997,b051397c.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('1c7e6f17b3be75cc308aa363ed1fd9da', 'Crawler', '2024-11-13 09:50:02', null, '2025-04-08 11:34:36', null, 'National', 'CLC502', 'CLC502', 'OP AMP', null, null, '06/22/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1c7e6f17b3be75cc308aa363ed1fd9da/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/1c7e6f17b3be75cc308aa363ed1fd9da/PPM-99-045.pdf\"}', '373,10-100,CLC502,OP AMP,National,Integral Spectrometer,Not Marked,PPM-98-019,06/22/98', null); INSERT INTO `nasa_data_record` VALUES ('1cb2301ea67bd9fa7c65b9405d0167fd', 'Crawler', '2024-11-13 10:42:47', null, '2025-04-08 11:34:36', null, 'Analog', 'AD780', 'AD780', 'Voltage Reference', null, 'Analog Devices', '11/20/1998;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/1cb2301ea67bd9fa7c65b9405d0167fd/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1cb2301ea67bd9fa7c65b9405d0167fd/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/1cb2301ea67bd9fa7c65b9405d0167fd/NSREC99.pdf\",\"PPM-99-011.pdf\":\"/oss/physical/NASA/1cb2301ea67bd9fa7c65b9405d0167fd/PPM-99-011.pdf\"}', 'AD780,Voltage Reference,Analog Devices,11/20/1998;1999,tid/PPM-99-011.pdf;NSREC99.pdf;nsrec00_W21.pdf,TID;Proton Damage,Analog', null); INSERT INTO `nasa_data_record` VALUES ('1cf2b9f8f443cec3a19d0a0201a38828', 'Crawler', '2024-11-13 10:18:28', null, '2025-04-08 11:34:36', null, 'Transistor', '2N6782', '2N6782', 'N-channel FET', null, 'IRC', '12/23/1992', 'NASA', null, null, '{\"PPM-92-311.pdf\":\"/oss/physical/NASA/1cf2b9f8f443cec3a19d0a0201a38828/PPM-92-311.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1cf2b9f8f443cec3a19d0a0201a38828/data.xlsx\"}', '2N6782,N-channel FET,IRC,12/23/1992,tid/PPM-92-311.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('1d0411add8e2e7ef79d9743fe1f740e6', 'Crawler', '2024-11-13 00:49:27', null, '2025-04-08 11:34:36', null, 'Not specified', 'HCPL5431', 'HCPL5431', 'Optocoupler', '1 OPTOCOUPLER', 'Avago', '17/04/2012', 'ESA', null, null, '{\"173.pdf\":\"/oss/physical/ESA/1d0411add8e2e7ef79d9743fe1f740e6/173.pdf\",\"data.xlsx\":\"/oss/physical/ESA/1d0411add8e2e7ef79d9743fe1f740e6/data.xlsx\"}', '173,HCPL5431,Avago,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,17/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('1d175626a76f3a0289bcb8fb1f555771', 'Crawler', '2024-11-13 11:24:49', null, '2025-04-08 11:34:36', null, 'Bipolar', 'LM124AJRQMLV', 'LM124AJRQMLV', 'Operational Amplifier', null, 'National Semiconductor', '7/2011', 'NASA', null, null, '{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/1d175626a76f3a0289bcb8fb1f555771/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1d175626a76f3a0289bcb8fb1f555771/data.xlsx\"}', 'LM124AJRQMLV,Operational Amplifier,National Semiconductor,7/2011,nsrec2011_W5_TID.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('1d2ffd72b4fb02bc788600d28c6eb751', 'Crawler', '2024-11-13 09:51:27', null, '2025-04-08 11:34:36', null, 'Linear Tech.', 'LM137', 'LM137', 'Voltage Regulator', null, null, '5/15/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1d2ffd72b4fb02bc788600d28c6eb751/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/1d2ffd72b4fb02bc788600d28c6eb751/PPM-99-045.pdf\"}', '316,2.5-50,LM137,Voltage Regulator,Linear Tech.,MIDEX/MAP,9638,PPM-97-020,5/15/97', null); INSERT INTO `nasa_data_record` VALUES ('1d44cd9e02773d54e133e15cfc57c61e', 'Crawler', '2024-11-13 10:52:27', null, '2025-04-08 11:34:36', null, 'Various', 'Arduino UNO R3', 'Arduino UNO R3', 'Microcontroller Board', null, 'Arduino, ATMEL and Various Others', '7/29/2014', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1d44cd9e02773d54e133e15cfc57c61e/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/1d44cd9e02773d54e133e15cfc57c61e/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', 'Arduino UNO R3,Microcontroller Board,Arduino, ATMEL and Various Others,7/29/2014,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf,TID,Various', null); INSERT INTO `nasa_data_record` VALUES ('1d4ef6fa12bf76140f2e9aaa0602a42e', 'Crawler', '2024-11-13 11:10:34', null, '2025-04-08 11:34:36', null, 'CMOS', 'HN58V1001', 'HN58V1001', 'EEPROM', null, 'Renesas', '1/26/2005', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1d4ef6fa12bf76140f2e9aaa0602a42e/data.xlsx\",\"B012605_HN58C1001.pdf\":\"/oss/physical/NASA/1d4ef6fa12bf76140f2e9aaa0602a42e/B012605_HN58C1001.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/1d4ef6fa12bf76140f2e9aaa0602a42e/nsrec05_W5.pdf\"}', 'HN58V1001,EEPROM,Renesas,1/26/2005,B012605_HN58C1001.pdf;nsrec05_W5.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('1d5107ba2f65259d2c44310701447cde', 'Crawler', '2024-11-13 00:41:12', null, '2025-04-08 11:34:36', null, 'Not specified', 'OLS0449', 'OLS0449', 'Optocoupler', '1 OPTOCOUPLER', 'Isolink', '19/03/2012', 'ESA', null, null, '{\"134.pdf\":\"/oss/physical/ESA/1d5107ba2f65259d2c44310701447cde/134.pdf\",\"data.xlsx\":\"/oss/physical/ESA/1d5107ba2f65259d2c44310701447cde/data.xlsx\"}', '134,OLS0449,Isolink,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,19/03/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('1d60d3be15477072fe32bd5efcd43a7c', 'Crawler', '2024-11-13 12:53:56', 'lixuyou', '2025-04-30 16:04:27', null, 'BiCMOS Linear Device', 'TPS76701', 'TPS76701', 'Voltage Regulator', null, 'Texas Instruments', '6/16/2006', 'NASA', '李序友', '1', '{\"TPS76701_1746000255052.xlsx\":\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/TPS76701_1746000255052.xlsx\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/data.xlsx\",\"L061606_TPS76701.pdf\":\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/L061606_TPS76701.pdf\"}', 'TPS76701,Voltage Regulator,Texas Instruments,6/16/2006,L061606_TPS76701.pdf;nsrec07_W27_SEE.pdf,SEE,BiCMOS Linear Device', '1'); INSERT INTO `nasa_data_record` VALUES ('1d7aea79743e1d4929880b969dfb4734', 'Crawler', '2024-11-13 09:54:02', null, '2025-04-08 11:34:36', null, 'Actel', '1280A', '1280A', 'Gate Array', null, null, '05/20/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1d7aea79743e1d4929880b969dfb4734/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/1d7aea79743e1d4929880b969dfb4734/PPM-99-045.pdf\"}', '211,5-20,1280A,Gate Array,Actel,GPEP/PPL,9328\r\r\n9337,PPM-94-012,05/20/94', null); INSERT INTO `nasa_data_record` VALUES ('1dacc3a70a9c3b283d3034b9862752ce', 'Crawler', '2024-11-13 11:26:28', null, '2025-04-08 11:34:36', null, 'Linear Device', 'LM139A', 'LM139A', 'Comparator', null, 'National Semiconductor', '1/6/1994;2/24/1994;6/30/1994;7/1/1994;7/18/1994;7/17/1995', 'NASA', null, null, '{\"b022494.pdf\":\"/oss/physical/NASA/1dacc3a70a9c3b283d3034b9862752ce/b022494.pdf\",\"70194.pdf\":\"/oss/physical/NASA/1dacc3a70a9c3b283d3034b9862752ce/70194.pdf\",\"b010694.pdf\":\"/oss/physical/NASA/1dacc3a70a9c3b283d3034b9862752ce/b010694.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/1dacc3a70a9c3b283d3034b9862752ce/ieee95a.pdf\",\"nsrec94a.pdf\":\"/oss/physical/NASA/1dacc3a70a9c3b283d3034b9862752ce/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1dacc3a70a9c3b283d3034b9862752ce/data.xlsx\",\"b063094.pdf\":\"/oss/physical/NASA/1dacc3a70a9c3b283d3034b9862752ce/b063094.pdf\"}', 'LM139A,Comparator,National Semiconductor,1/6/1994;2/24/1994;6/30/1994;7/1/1994;7/18/1994;7/17/1995,b010694.pdf;b022494.pdf;b063094.pdf;70194.pdf;nsrec94a.pdf;ieee95a.pdf,SEE,Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('1dca3a685292006cba0445438db04d43', 'Crawler', '2024-11-13 10:19:36', null, '2025-04-08 11:34:36', null, '32nm SOI', '32nm SOI (Hogwarts)', '32nm SOI (Hogwarts)', 'SRAM', null, 'IBM', '5/8/2013(TAMU);2013Jan(LBNL);2013Nov(UCD)', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/1dca3a685292006cba0445438db04d43/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"NEPP-CP-2014-Pellish-TNS-Paper-LEP-TN19164.pdf\":\"/oss/physical/NASA/1dca3a685292006cba0445438db04d43/NEPP-CP-2014-Pellish-TNS-Paper-LEP-TN19164.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1dca3a685292006cba0445438db04d43/data.xlsx\"}', '32nm SOI (Hogwarts),SRAM,IBM,5/8/2013(TAMU);2013Jan(LBNL);2013Nov(UCD),https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;https://nepp.nasa.gov/files/27716/NEPP-CP-2014-Pellish-TNS-Paper-LEP-TN19164.pdf,SEE,32nm SOI', null); INSERT INTO `nasa_data_record` VALUES ('1dd354b0163509db9685e725dbc43b99', 'Crawler', '2024-11-13 10:45:03', null, '2025-04-08 11:34:36', null, 'ADC', 'AD9050', 'AD9050', 'Flash 10-Bit ADC', null, 'Analog Devices', '9/10/1997', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1dd354b0163509db9685e725dbc43b99/data.xlsx\",\"PPM-97-036.pdf\":\"/oss/physical/NASA/1dd354b0163509db9685e725dbc43b99/PPM-97-036.pdf\"}', 'AD9050,Flash 10-Bit ADC,Analog Devices,9/10/1997,tid/PPM-97-036.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('1dec4809e0550e9d2dd366372cee3d19', 'Crawler', '2024-11-13 10:43:03', null, '2025-04-08 11:34:36', null, 'Analog Device', 'AD783', 'AD783', 'Sample and Hold Amplifier', null, 'Analog Devices', '10/24/1999', 'NASA', null, null, '{\"b112499b.pdf\":\"/oss/physical/NASA/1dec4809e0550e9d2dd366372cee3d19/b112499b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1dec4809e0550e9d2dd366372cee3d19/data.xlsx\"}', 'AD783,Sample and Hold Amplifier,Analog Devices,10/24/1999,b112499b.pdf,SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('1e14407d054c3bd80d1202b94a6b2ba7', 'Crawler', '2024-11-13 11:01:01', null, '2025-04-08 11:34:36', null, 'Si', 'DSS17-06', 'DSS17-06', 'Diode', null, 'IXYS', '12/19/2015', 'NASA', null, null, '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/1e14407d054c3bd80d1202b94a6b2ba7/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1e14407d054c3bd80d1202b94a6b2ba7/data.xlsx\"}', 'DSS17-06,Diode,IXYS,12/19/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('1e2d229fac02fcc75022aea20797de73', 'Crawler', '2024-11-13 12:33:11', 'yangjicong', '2025-04-28 23:07:14', null, 'CMOS', 'RadFET - Field Effect Transistor', 'RadFET - Field Effect Transistor', 'Field Effect Transistor', '201', 'NMRC', '2009 年 4 月', 'NASA', '杨济聪', '1', '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/nsrec2010_W22_TID.pdf\",\"VdG09APR_RadFET.pdf\":\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/VdG09APR_RadFET.pdf\",\"data_1745852831928.xlsx\":\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/data_1745852831928.xlsx\"}', 'RadFET - Field Effect Transistor,Field Effect Transistor,NMRC,VdG2009APR,tid/VdG09APR_RadFET.pdf;nsrec2010_W22_TID.pdf,TID,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('1e4a2128391e952920a1462243af17af', 'Crawler', '2024-11-13 01:12:33', null, '2025-04-08 11:34:36', null, '', 'GR740 System on chip', 'GR740 System on chip', 'System on chip', '10 MICROPROCESS/ MICROCONTROL /PERIPHER', 'Cobham Gaisler', '28/09/2020', 'ESA', null, null, '{\"239.pdf\":\"/oss/physical/ESA/1e4a2128391e952920a1462243af17af/239.pdf\",\"data.xlsx\":\"/oss/physical/ESA/1e4a2128391e952920a1462243af17af/data.xlsx\"}', '239,GR740 System on chip,Cobham Gaisler,Download,SEE (Single Events Effects),,8 MICROCIRCUITS,10 MICROPROCESS/ MICROCONTROL /PERIPHER,System on chip,,Cobham Gaisler AB,28/09/2020,False', null); INSERT INTO `nasa_data_record` VALUES ('1e6811bde2275249f4ef753ab50d7a14', 'Crawler', '2024-11-13 13:02:12', 'likunfang', '2025-04-15 22:48:29', null, 'Processor', 'Complex 45nm Processor', '09/KL/MaC', 'Complex 45nm Processor', 'N/A', 'Manufacturer unavailable', '2010', 'NASA', '李坤芳', '1', '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/data.xlsx\",\"电离总剂量效应_1744722257130.xlsx\":\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/电离总剂量效应_1744722257130.xlsx\"}', 'Unknown 45nm Processor,Complex 45nm Processor,Manufacturer unavailable,VdG2009,nsrec2010_W22_TID.pdf,TID,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('1eb3049362858700a4c74b9bc58d2c4c', 'Crawler', '2024-11-13 11:16:47', null, '2025-04-08 11:34:36', null, 'Bipolar', 'JANS2N2222A', 'JANS2N2222A', 'NPN Silicon Switching Transistor', null, 'Microsemi', '3/28/2003;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1eb3049362858700a4c74b9bc58d2c4c/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/1eb3049362858700a4c74b9bc58d2c4c/nsrec04_SEE.pdf\",\"T032803_JANS2N2222A.pdf\":\"/oss/physical/NASA/1eb3049362858700a4c74b9bc58d2c4c/T032803_JANS2N2222A.pdf\"}', 'JANS2N2222A,NPN Silicon Switching Transistor,Microsemi,3/28/2003;6/22/2004,T032803_JANS2N2222A.pdf;nsrec04_SEE.pdf,SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('1eb578e66f527c2c2defda930d0706bf', 'Crawler', '2024-11-13 09:52:49', null, '2025-04-08 11:34:36', null, 'TI', 'TLE2142', 'TLE2142', 'Dual Op Amp', null, null, '06/07/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1eb578e66f527c2c2defda930d0706bf/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/1eb578e66f527c2c2defda930d0706bf/PPM-99-045.pdf\"}', '264,1-10,TLE2142,Dual Op Amp,TI,HST/STIS,9437BA\r\r\n9440A,PPM-95-156,06/07/95', null); INSERT INTO `nasa_data_record` VALUES ('1eb8e1c8324044e3635ab424f26a452e', 'Crawler', '2024-11-13 02:19:46', null, '2025-04-08 11:34:36', null, 'Not specified', 'SOC2907A', 'SOC2907A', 'PNP Small Signal Silicon Transistors', '2 LOW POWER, PNP (< 2WATTS)', 'STmicroelectronics', '03/06/2011', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/1eb8e1c8324044e3635ab424f26a452e/data.xlsx\",\"SOC2907A PROTONS TID_0942_01.pdf\":\"/oss/physical/ESA/1eb8e1c8324044e3635ab424f26a452e/SOC2907A PROTONS TID_0942_01.pdf\"}', '361,SOC2907A,STmicroelectronics,Download,DD (Displacement Damage),Not specified,12 TRANSISTORS,2 LOW POWER, PNP (< 2WATTS),PNP Small Signal Silicon Transistors,,Hirex-Alter,03/06/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('1ec64ac248506c9734304be4a7592428', 'Crawler', '2024-11-13 10:10:22', null, '2025-04-08 11:34:36', null, 'Digital Serial Bus', '1394', '1394', 'Physical and Link', null, 'National Semiconductor', '4/24/2002;10/14/2001', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1ec64ac248506c9734304be4a7592428/data.xlsx\",\"SEESYM02_Buchner_1394.pdf\":\"/oss/physical/NASA/1ec64ac248506c9734304be4a7592428/SEESYM02_Buchner_1394.pdf\",\"Paper_NSREC02_1394.pdf\":\"/oss/physical/NASA/1ec64ac248506c9734304be4a7592428/Paper_NSREC02_1394.pdf\"}', '1394,Physical and Link,National Semiconductor,4/24/2002;10/14/2001,SEESYM02_Buchner_1394.pdf;Paper_NSREC02_1394.pdf,SEE,Digital Serial Bus', null); INSERT INTO `nasa_data_record` VALUES ('1ee38207cc94d76410d8aec9a7ac1007', 'Crawler', '2024-11-13 11:04:37', null, '2025-04-08 11:34:36', null, 'CMOS', 'G FLX Logic Chip Test Vehicle', 'G FLX Logic Chip Test Vehicle', '0.11 µm CMOS, Bulk & Epi Logic Chip', null, 'LSI Logic', '8/8/2005', 'NASA', null, null, '{\"T080805_Gflx_Qchip.pdf\":\"/oss/physical/NASA/1ee38207cc94d76410d8aec9a7ac1007/T080805_Gflx_Qchip.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1ee38207cc94d76410d8aec9a7ac1007/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/1ee38207cc94d76410d8aec9a7ac1007/nsrec06_W4.pdf\"}', 'G FLX Logic Chip Test Vehicle,0.11 µm CMOS, Bulk & Epi Logic Chip,LSI Logic,8/8/2005,T080805_Gflx_Qchip.pdf;nsrec06_W4.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('1ef0de2165f749c2960422ff2dd52849', 'Crawler', '2024-11-13 11:20:49', null, '2025-04-08 11:34:36', null, 'Memory', 'KM48C8000', 'KM48C8000', '64 Mbit DRAM', null, 'Samsung', '8/2002;7/25/2003', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1ef0de2165f749c2960422ff2dd52849/data.xlsx\",\"T0802_KM48C8000.pdf\":\"/oss/physical/NASA/1ef0de2165f749c2960422ff2dd52849/T0802_KM48C8000.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/1ef0de2165f749c2960422ff2dd52849/NSREC03_W10.pdf\"}', 'KM48C8000,64 Mbit DRAM,Samsung,8/2002;7/25/2003,T0802_KM48C8000.pdf;NSREC03_W10.pdf,SEE,Memory', null); INSERT INTO `nasa_data_record` VALUES ('1eff4c8ab7908e3786ae2a2319363015', 'Crawler', '2024-11-13 10:59:42', null, '2025-04-08 11:34:36', null, 'CMOS', 'DG409', 'DG409', 'Multiplexor', null, 'Maxim Integrated', '12/15/2019', 'NASA', null, null, '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/1eff4c8ab7908e3786ae2a2319363015/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1eff4c8ab7908e3786ae2a2319363015/data.xlsx\"}', 'DG409,Multiplexor,Maxim Integrated,12/15/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('1f05e98dd241617a2f16832f28b7ce10', 'Crawler', '2024-11-13 11:16:35', null, '2025-04-08 11:34:36', null, 'Si', 'JANS1N6843CCU3', 'JANS1N6843CCU3', 'Schottky Diode', null, 'International Rectifier', '2016MarTAMU', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/1f05e98dd241617a2f16832f28b7ce10/data.xlsx\",\"NEPP-CP-2017-Casey-NSREC-Poster-Pres-Schottky-Diodes-TN44380.pdf\":\"/oss/physical/NASA/1f05e98dd241617a2f16832f28b7ce10/NEPP-CP-2017-Casey-NSREC-Poster-Pres-Schottky-Diodes-TN44380.pdf\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/1f05e98dd241617a2f16832f28b7ce10/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"NEPP-CP-2017-Casey-TNS-Paper-pub2018Jan-Failure-Analysis-Heavy-Ion-Irradiated-Schottky-Diodes-20205004147.pdf\":\"/oss/physical/NASA/1f05e98dd241617a2f16832f28b7ce10/NEPP-CP-2017-Casey-TNS-Paper-pub2018Jan-Failure-Analysis-Heavy-Ion-Irradiated-Schottky-Diodes-20205004147.pdf\"}', 'JANS1N6843CCU3,Schottky Diode,International Rectifier,2016MarTAMU,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/29042/NEPP-CP-2017-Casey-NSREC-Poster-Pres-Schottky-Diodes-TN44380.pdf;NEPP-CP-2017-Casey-TNS-Paper-pub2018Jan-Failure-Analysis-Heavy-Ion-Irradiated-Schottky-Diodes-20205004147.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('1f4fb49f53f2b2e0b88e85da1fe15323', 'Crawler', '2024-11-13 11:14:36', null, '2025-04-08 11:34:36', null, 'Gen 4 n-channel VD MOSFET', 'IRH7250', 'IRH7250', '200 V n-type power MOSFET', null, 'International Rectifier', '12/15/2008;7/26/2011', 'NASA', null, null, '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/1f4fb49f53f2b2e0b88e85da1fe15323/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1f4fb49f53f2b2e0b88e85da1fe15323/data.xlsx\",\"Lauenstein_NSREC2011_PB1.pdf\":\"/oss/physical/NASA/1f4fb49f53f2b2e0b88e85da1fe15323/Lauenstein_NSREC2011_PB1.pdf\",\"T121508_IRH7250.pdf\":\"/oss/physical/NASA/1f4fb49f53f2b2e0b88e85da1fe15323/T121508_IRH7250.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/1f4fb49f53f2b2e0b88e85da1fe15323/nsrec09_W12_SEE.pdf\"}', 'IRH7250,200 V n-type power MOSFET,International Rectifier,12/15/2008;7/26/2011,T121508_IRH7250.pdf;nsrec09_W12_SEE.pdf;https://nepp.nasa.gov/files/21924/Lauenstein_NSREC2011_PB1.pdf;nsrec2012_W22_SEE.pdf,SEE; SEGR,Gen 4 n-channel VD MOSFET', null); INSERT INTO `nasa_data_record` VALUES ('1f96003681bbe60071ef31e24c2c5385', 'Crawler', '2024-11-13 11:31:20', null, '2025-04-08 11:34:36', null, 'MOSFET Driver', 'LTC1157CS8', 'LTC1157CS8', 'MOSFET Driver', null, 'Linear Technology', '_1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/1f96003681bbe60071ef31e24c2c5385/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1f96003681bbe60071ef31e24c2c5385/data.xlsx\"}', 'LTC1157CS8,MOSFET Driver,Linear Technology,_1999,nsrec00_W21.pdf,TID,MOSFET Driver', null); INSERT INTO `nasa_data_record` VALUES ('1faa92b9d5b81f1772d2420b104791a7', 'Crawler', '2024-11-13 11:05:47', null, '2025-04-08 11:34:36', null, 'Bipolar', 'HA2-2640', 'HA2-2640', 'Operational Amplifier', null, 'Intersil', '4/14/2015', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/1faa92b9d5b81f1772d2420b104791a7/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1faa92b9d5b81f1772d2420b104791a7/data.xlsx\"}', 'HA2-2640,Operational Amplifier,Intersil,4/14/2015,https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('1ff90598e4075a0591a11281b10c1381', 'Crawler', '2024-11-13 10:55:31', null, '2025-04-08 11:34:36', null, 'Optical Fiber', 'CF04530-04', 'CF04530-04', 'Optical Fiber', null, 'OFS', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/1ff90598e4075a0591a11281b10c1381/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1ff90598e4075a0591a11281b10c1381/data.xlsx\"}', 'CF04530-04,Optical Fiber,OFS,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('2002d1990232aa223e97ddb69c0843a1', 'Crawler', '2024-11-13 11:17:27', null, '2025-04-08 11:34:36', null, 'VDMOS', 'JAXA R 2SK4188', 'JAXA R 2SK4188', '500 V N-type MOSFET', null, 'Fuji', '8/20/2012', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2002d1990232aa223e97ddb69c0843a1/data.xlsx\",\"T082112_JAXAR2SK4188.pdf\":\"/oss/physical/NASA/2002d1990232aa223e97ddb69c0843a1/T082112_JAXAR2SK4188.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/2002d1990232aa223e97ddb69c0843a1/nsrec2013_W8_SEE.pdf\"}', 'JAXA R 2SK4188,500 V N-type MOSFET,Fuji,8/20/2012,T082112_JAXAR2SK4188.pdf;nsrec2013_W8_SEE.pdf,SEE,VDMOS', null); INSERT INTO `nasa_data_record` VALUES ('20367a815ebd77f3826f78bd9fbaf482', 'Crawler', '2024-11-13 09:53:18', null, '2025-04-08 11:34:36', null, 'Harris', 'MD82C59A', 'MD82C59A', 'Priority Interrupt Cont.', null, null, '01/26/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/20367a815ebd77f3826f78bd9fbaf482/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/20367a815ebd77f3826f78bd9fbaf482/PPM-99-045.pdf\"}', '243,2.5-30,MD82C59A,Priority Interrupt Cont.,Harris,HST/BASE,9431,PPM-95-123,01/26/95', null); INSERT INTO `nasa_data_record` VALUES ('2070a763162cec209c4a70aaa09dd4e3', 'Crawler', '2024-11-13 09:50:05', null, '2025-04-08 11:34:36', null, 'Maxim', 'MAX913', 'MAX913', 'TTL Comparator', null, null, '06/08/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2070a763162cec209c4a70aaa09dd4e3/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2070a763162cec209c4a70aaa09dd4e3/PPM-99-045.pdf\"}', '371,10-100,MAX913,TTL Comparator,Maxim,Integral Spectrometer,9704,PPM-98-017,06/08/98', null); INSERT INTO `nasa_data_record` VALUES ('208231448756859cbb4f675b6e27869d', 'Crawler', '2024-11-13 12:06:44', 'luoyongheng', '2025-04-28 23:22:44', null, '数字集成电路', 'Cypress programmable array logic', 'PALCE22V10', 'Programmable array logic', null, 'Cypress', '7/19/2002', 'NASA', '罗永恒', '1', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/208231448756859cbb4f675b6e27869d/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/208231448756859cbb4f675b6e27869d/data.xlsx\",\"B030402_22V10.pdf\":\"/oss/physical/NASA/208231448756859cbb4f675b6e27869d/B030402_22V10.pdf\"}', 'PALCE22V10,Programmable array logic,Cypress,7/19/2002,NSREC02_W16.pdf;B030402_22V10.pdf,SEE,Programmable Device', '1'); INSERT INTO `nasa_data_record` VALUES ('208a7182aed07e20bc4405f9c1608c1d', 'Crawler', '2024-11-13 11:19:46', null, '2025-04-08 11:34:36', null, '', 'K9F4G08U0A 63 nm CMOS', 'K9F4G08U0A 63 nm CMOS', '4 Gbit NAND Flash Memory', null, '1/26/2007;3/28/2007;5/22/2007;3/8/2009;IUCF07MAR;TAMU07MAY;TAMU07AUG;TAMU09MAR', 'L012607_K9F4G08U0A.pdf;nsrec08_W3_SEE.pdf;G07JAN_K9F4G08U0A_TID.pdf;nsrec07_W26_TID.pdf;I032807_T062407_K4T1G044QA_EDE1104AB.pdf;T052207_Hynix_Micron_Samsung.pdf;nsrec07_W27_SEE.pdf;T030809_K9F4G08U0A.pdf;nsrec09_oldham_W9.pdf;nsrec09_W12_SEE.pdf;G07JAN_K9F4G08U0A_TID.pdf;G07JAN_Samsung_Micron_Hynix.pdf;nsrec08_W2_TID.pdf', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/208a7182aed07e20bc4405f9c1608c1d/data.xlsx\"}', 'K9F4G08U0A 63 nm CMOS,4 Gbit NAND Flash Memory,1/26/2007;3/28/2007;5/22/2007;3/8/2009;IUCF07MAR;TAMU07MAY;TAMU07AUG;TAMU09MAR,L012607_K9F4G08U0A.pdf;nsrec08_W3_SEE.pdf;G07JAN_K9F4G08U0A_TID.pdf;nsrec07_W26_TID.pdf;I032807_T062407_K4T1G044QA_EDE1104AB.pdf;T052207_Hynix_Micron_Samsung.pdf;nsrec07_W27_SEE.pdf;T030809_K9F4G08U0A.pdf;nsrec09_oldham_W9.pdf;nsrec09_W12_SEE.pdf;G07JAN_K9F4G08U0A_TID.pdf;G07JAN_Samsung_Micron_Hynix.pdf;nsrec08_W2_TID.pdf,SEE; SEL; TID,63 nm CMOS Memory,', null); INSERT INTO `nasa_data_record` VALUES ('20956425871cb1986fe8c4f544477306', 'Crawler', '2024-11-13 10:52:42', null, '2025-04-08 11:34:36', null, 'Si', 'BAS21,215', 'BAS21,215', 'Diode', null, 'NXP Semiconductor', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/20956425871cb1986fe8c4f544477306/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/20956425871cb1986fe8c4f544477306/data.xlsx\"}', 'BAS21,215,Diode,NXP Semiconductor,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('20a13b37ebc7bb906e9a74b28062784d', 'Crawler', '2024-11-13 10:15:32', null, '2025-04-08 11:34:36', null, 'Bipolar', '2N2907', '2N2907', 'PNP Silicon Switching Transistor', null, 'Microsemi', '8/2005; 9/2005; 12/2008; 7/2009; 7/2011; 6/11/2016', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/20a13b37ebc7bb906e9a74b28062784d/nsrec09_W13_TID.pdf\",\"2016-Campola-NEPP-TR-16-021-16-022-2N2222-2N2907-TID-2016July11-TN41076_v2.pdf\":\"/oss/physical/NASA/20a13b37ebc7bb906e9a74b28062784d/2016-Campola-NEPP-TR-16-021-16-022-2N2222-2N2907-TID-2016July11-TN41076_v2.pdf\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/20a13b37ebc7bb906e9a74b28062784d/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/20a13b37ebc7bb906e9a74b28062784d/nsrec2011_W5_TID.pdf\",\"VdG08DEC_2N2907.pdf\":\"/oss/physical/NASA/20a13b37ebc7bb906e9a74b28062784d/VdG08DEC_2N2907.pdf\",\"data.xlsx\":\"/oss/physical/NASA/20a13b37ebc7bb906e9a74b28062784d/data.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/20a13b37ebc7bb906e9a74b28062784d/nsrec06_W2.pdf\"}', '2N2907,PNP Silicon Switching Transistor,Microsemi,8/2005; 9/2005; 12/2008; 7/2009; 7/2011; 6/11/2016,G05SEP_2N2907_TID.pdf;nsrec06_W2.pdf;tid/VdG08DEC_2N2907.pdf;nsrec09_W13_TID.pdf;nsrec2011_W5_TID.pdf;https://nepp.nasa.gov/files/28453/2016-Campola-NEPP-TR-16-021-16-022-2N2222-2N2907-TID-2016July11-TN41076_v2.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('20af2e1c593e1ab26feaa3c6242ff2ad', 'Crawler', '2024-11-13 10:58:47', null, '2025-04-08 11:34:36', null, 'DAC', 'DAC08', 'DAC08', '8-bit DAC', null, 'Analog Devices', '8/23/1999;11/19/1999', 'NASA', null, null, '{\"b082399a.pdf\":\"/oss/physical/NASA/20af2e1c593e1ab26feaa3c6242ff2ad/b082399a.pdf\",\"PPM-99-036.pdf\":\"/oss/physical/NASA/20af2e1c593e1ab26feaa3c6242ff2ad/PPM-99-036.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/20af2e1c593e1ab26feaa3c6242ff2ad/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/20af2e1c593e1ab26feaa3c6242ff2ad/data.xlsx\"}', 'DAC08,8-bit DAC,Analog Devices,8/23/1999;11/19/1999,b082399a.pdf;nsrec00_W21.pdf;tid/PPM-99-036.pdf,SET;SEE;TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('20b76b17cc50497efb5ac6a9ca64dd39', 'Crawler', '2024-11-13 12:06:35', 'luoyongheng', '2025-04-29 16:11:57', null, '晶体管', 'Linear Devices', 'LM119 Linear Comparator , LM193H, LM108 Op amp,', 'Linear Devices', '无', 'Apex', '7/29/1994-7/17/1995', 'NASA', '罗永恒', '1', '{\"no_tid_report.pdf\":\"/oss/physical/NASA/20b76b17cc50497efb5ac6a9ca64dd39/no_tid_report.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/20b76b17cc50497efb5ac6a9ca64dd39/ieee95a.pdf\",\"b072994.pdf\":\"/oss/physical/NASA/20b76b17cc50497efb5ac6a9ca64dd39/b072994.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/20b76b17cc50497efb5ac6a9ca64dd39/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/20b76b17cc50497efb5ac6a9ca64dd39/data.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/20b76b17cc50497efb5ac6a9ca64dd39/nsrec06_W2.pdf\",\"Ladbury-Campola-TR-A289-PA10-2010Aug-NASA-TM-20210012976.pdf\":\"/oss/physical/NASA/20b76b17cc50497efb5ac6a9ca64dd39/Ladbury-Campola-TR-A289-PA10-2010Aug-NASA-TM-20210012976.pdf\"}', 'PA10,Op-amp,Apex,7/29/1994;7/17/1995;07/28/1995;8/1/2010;2009APR;7/2005,b072994.pdf;ieee95a.pdf;tid/no_tid_report.pdf;nsrec06_W2.pdf;nsrec2010_W22_TID.pdf;Ladbury-Campola-TR-A289-PA10-2010Aug-NASA-TM-20210012976.pdf,SEE; TID,Linear Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('20c0bd74afa95489a862e155929e9454', 'Crawler', '2024-11-13 10:10:58', null, '2025-04-08 11:34:36', null, 'Si', '1N5554', '1N5554', 'Diode', null, 'Microsemi', '2015Mar', 'NASA', null, null, '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/20c0bd74afa95489a862e155929e9454/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/20c0bd74afa95489a862e155929e9454/data.xlsx\"}', '1N5554,Diode,Microsemi,2015Mar,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('20d1adbd8835a831bab74e71ecf34307', 'Crawler', '2024-11-13 09:51:50', null, '2025-04-08 11:34:36', null, 'PMI', 'AMP03', 'AMP03', 'Differential Amp.', null, null, '12/14/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/20d1adbd8835a831bab74e71ecf34307/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/20d1adbd8835a831bab74e71ecf34307/PPM-99-045.pdf\"}', '301,1-100,AMP03,Differential Amp.,PMI,ASTRO-E/XDS,9505,PPM-97-005,12/14/96', null); INSERT INTO `nasa_data_record` VALUES ('20d9d55f98031b703bbb388a147ab172', 'Crawler', '2024-11-13 11:32:05', null, '2025-04-08 11:34:36', null, 'DAC', 'LTC1657', 'LTC1657', '16 bit DAC', null, 'Linear Technology', '3/14/2002;7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/20d9d55f98031b703bbb388a147ab172/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/20d9d55f98031b703bbb388a147ab172/data.xlsx\",\"B030302_LTC1657.pdf\":\"/oss/physical/NASA/20d9d55f98031b703bbb388a147ab172/B030302_LTC1657.pdf\"}', 'LTC1657,16 bit DAC,Linear Technology,3/14/2002;7/19/2002,B030302_LTC1657.pdf;NSREC02_W16.pdf,SEE,DAC', null); INSERT INTO `nasa_data_record` VALUES ('20dbb21a71c5d8e324a1f209b76306f8', 'Crawler', '2024-11-13 11:07:08', null, '2025-04-08 11:34:36', null, 'Optocoupler', 'HCPL5631', 'HCPL5631', 'Optocoupler', null, 'HP', '7/20/1998;12/23/1994', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/20dbb21a71c5d8e324a1f209b76306f8/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/20dbb21a71c5d8e324a1f209b76306f8/data.xlsx\",\"PPM-95-113.pdf\":\"/oss/physical/NASA/20dbb21a71c5d8e324a1f209b76306f8/PPM-95-113.pdf\"}', 'HCPL5631,Optocoupler,HP,7/20/1998;12/23/1994,NSREC98.pdf;tid/PPM-95-113.pdf,SEE;TID,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('20dccf3fd70ca958ec23536463e14afb', 'Crawler', '2024-11-13 11:16:08', null, '2025-04-08 11:34:36', null, 'CMOS', 'IXD609', 'IXD609', 'High-Speed Gate Driver', null, 'IXYS Integrated Circuits Division', 'Date-TBD-thermal', 'NASA', null, null, '{\"NEPP-TR-2019-Boomer-GRC-IXD609-MOSFET-Driver-TN73724.pdf\":\"/oss/physical/NASA/20dccf3fd70ca958ec23536463e14afb/NEPP-TR-2019-Boomer-GRC-IXD609-MOSFET-Driver-TN73724.pdf\",\"data.xlsx\":\"/oss/physical/NASA/20dccf3fd70ca958ec23536463e14afb/data.xlsx\"}', 'IXD609,High-Speed Gate Driver,IXYS Integrated Circuits Division,Date-TBD-thermal,https://nepp.nasa.gov/docs/tasks/070-Test-Reports/NEPP-TR-2019-Boomer-GRC-IXD609-MOSFET-Driver-TN73724.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('20e23821d7931bede41c81558db418ea', 'Crawler', '2024-11-13 11:12:31', null, '2025-04-08 11:34:36', null, 'SOI', 'HX6228', 'HX6228', '128K x 8 SRAM', null, 'Honeywell', '3/15/2004;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/20e23821d7931bede41c81558db418ea/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/20e23821d7931bede41c81558db418ea/nsrec04_SEE.pdf\",\"D031504_RS422.pdf\":\"/oss/physical/NASA/20e23821d7931bede41c81558db418ea/D031504_RS422.pdf\"}', 'HX6228,128K x 8 SRAM,Honeywell,3/15/2004;6/22/2004,D031504_RS422.pdf;nsrec04_SEE.pdf,SEE,SOI', null); INSERT INTO `nasa_data_record` VALUES ('20e36e59b203713ded8593a27f599e3b', 'Crawler', '2024-11-13 10:17:07', null, '2025-04-08 11:34:36', null, 'Transistor', '2N5114', '2N5114', 'P channel JFET', null, 'New England', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/20e36e59b203713ded8593a27f599e3b/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/20e36e59b203713ded8593a27f599e3b/data.xlsx\"}', '2N5114,P channel JFET,New England,7/19/2002,NSREC02_W16.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('20f14fd94bc1e6fa3c2bba8996ee38ad', 'Crawler', '2024-11-13 12:01:36', 'xieyongzhi', '2025-05-03 19:41:05', null, '开关', 'OMH3075B', 'OMH3075B', 'Hallogic Hall Effect Sensor', null, 'Optek Technology', '9/19/2006', 'NASA', '谢永智', '3', '{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/nsrec07_W27_SEE.pdf\",\"data(20)_1745987356366.xlsx\":\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/data(20)_1745987356366.xlsx\",\"L091906_OMH3075B.pdf\":\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/L091906_OMH3075B.pdf\"}', 'OMH3075B,Hallogic Hall Effect Sensor,Optek Technology,9/19/2006,L091906_OMH3075B.pdf;nsrec07_W27_SEE.pdf,SEE,Special Device', '52'); INSERT INTO `nasa_data_record` VALUES ('210d41c66501c2a4d4d2f5e34ab21e27', 'Crawler', '2024-11-13 12:45:17', 'chenpan', '2025-04-30 20:47:03', null, 'ASIC', 'Serial Control ASIC', 'Serial Control ASIC', 'ASIC', null, 'Matra', '10/28/1991;12/18/1991', 'NASA', '陈攀', '2', '{\"data.xlsx\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/data.xlsx\",\"121891.pdf\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/121891.pdf\",\"102891_ASICS.pdf\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/102891_ASICS.pdf\",\"SerialControlASIC_SEE_1746017220905.xlsx\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/SerialControlASIC_SEE_1746017220905.xlsx\"}', 'Serial Control ASIC,ASIC,Matra,10/28/1991;12/18/1991,102891_ASICS.pdf;121891.pdf,SEL,SEU,ASIC', '2'); INSERT INTO `nasa_data_record` VALUES ('2114970b0e51adc263b76f3d2148c13c', 'Crawler', '2024-11-13 12:48:50', 'chenwenzhuo', '2025-04-30 18:44:26', null, 'RAM (Random Access Memory)', 'TB5117400J-6', 'TB5117400J-6', '4Mx4 DRAM', null, 'Toshiba', '9/11/1997', 'NASA', '陈文卓', '1', '{\"DRAM296.pdf\":\"/oss/physical/NASA/2114970b0e51adc263b76f3d2148c13c/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2114970b0e51adc263b76f3d2148c13c/data.xlsx\",\"TIL25_1746009862783.xlsx\":\"/oss/physical/NASA/2114970b0e51adc263b76f3d2148c13c/TIL25_1746009862783.xlsx\"}', 'TB5117400J-6,4Mx4 DRAM,Toshiba,9/11/1997,DRAM296.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('211eca3dc32e69f65f205f4530cd49c6', 'Crawler', '2024-11-13 10:40:37', null, '2025-04-08 11:34:36', null, 'Analog Device', 'AD652', 'AD652', 'Voltage/Frequency Converter', null, 'Analog Devices', '1/5/1998;12/4/1996;2/24/1997;7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/211eca3dc32e69f65f205f4530cd49c6/Random97a.pdf\",\"PPM-97-057.pdf\":\"/oss/physical/NASA/211eca3dc32e69f65f205f4530cd49c6/PPM-97-057.pdf\",\"B022497.pdf\":\"/oss/physical/NASA/211eca3dc32e69f65f205f4530cd49c6/B022497.pdf\",\"data.xlsx\":\"/oss/physical/NASA/211eca3dc32e69f65f205f4530cd49c6/data.xlsx\"}', 'AD652,Voltage/Frequency Converter,Analog Devices,1/5/1998;12/4/1996;2/24/1997;7/21/1997,tid/PPM-97-057.pdf;B022497.pdf;Random97a.pdf,TID;SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('2134f820f78d5c3bb517c854fbe8cdad', 'Crawler', '2024-11-13 02:23:38', null, '2025-04-08 11:34:36', null, 'Not specified', 'TL1431ACZT - GE245074', 'TL1431ACZT - GE245074', 'Programmable Voltage Reference', '1 ALL', 'STmicroelectronics', '12/06/2015', 'ESA', null, null, '{\"327.pdf\":\"/oss/physical/ESA/2134f820f78d5c3bb517c854fbe8cdad/327.pdf\",\"data.xlsx\":\"/oss/physical/ESA/2134f820f78d5c3bb517c854fbe8cdad/data.xlsx\"}', '327,TL1431ACZT - GE245074,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,99 MISCELLANEOUS PARTS,1 ALL,Programmable Voltage Reference,,TRAD,12/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('214d1f08386dccdcb1ae638c91635806', 'Crawler', '2024-11-13 10:48:54', null, '2025-04-08 11:34:36', null, 'DC-DC Converter', 'AFL12015DX/CH', 'AFL12015DX/CH', 'DC-DC Converter', null, 'Lambda Advanced Analog', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/214d1f08386dccdcb1ae638c91635806/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/214d1f08386dccdcb1ae638c91635806/data.xlsx\",\"B080100c.pdf\":\"/oss/physical/NASA/214d1f08386dccdcb1ae638c91635806/B080100c.pdf\"}', 'AFL12015DX/CH,DC-DC Converter,Lambda Advanced Analog,7/19/2001,B080100c.pdf;nsrec01_W15.pdf,SET,DC-DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('2151e1ec7a49dd2bc2f9a1ffadcb52e4', 'Crawler', '2024-11-13 12:35:19', 'sunjiacheng', '2025-04-30 16:44:16', null, '二极管', 'SBR1045D1', 'SBR1045D1', 'Super Barrier Diode', '1034', 'Diodes, Inc.', '2016NovLBNL', 'NASA', '孙家诚', '1', '{\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746002637917.xlsx\":\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746002637917.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/data.xlsx\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"}', 'SBR1045D1,Super Barrier Diode,Diodes, Inc.,2016NovLBNL,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE,Si', '3'); INSERT INTO `nasa_data_record` VALUES ('216d4121cb27e3068d2a05a11f5337ee', 'Crawler', '2024-11-13 09:56:07', null, '2025-04-08 11:34:36', null, 'ADI', 'AD544SH/883B', 'AD544SH/883B', 'Op Amp', null, null, '02/07/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/216d4121cb27e3068d2a05a11f5337ee/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/216d4121cb27e3068d2a05a11f5337ee/PPM-99-045.pdf\"}', '120,10-300,AD544SH/883B,Op Amp,ADI,ISTP/711,9112A,PPM-92-055,02/07/92', null); INSERT INTO `nasa_data_record` VALUES ('2173a1935f6f4af89dd2b1c7fb2ce3b0', 'Crawler', '2024-11-13 11:35:01', null, '2025-04-08 11:34:36', null, 'Microprocessors and Peripherals', 'M430105B', 'M430105B', 'Microprocessor (80486DX-33)', null, 'Intel', '4/3/1095;5/4/1995', 'NASA', null, null, '{\"no_report.pdf\":\"/oss/physical/NASA/2173a1935f6f4af89dd2b1c7fb2ce3b0/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2173a1935f6f4af89dd2b1c7fb2ce3b0/data.xlsx\"}', 'M430105B,Microprocessor (80486DX-33),Intel,4/3/1095;5/4/1995,no_report.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('2191c1a03c522ba61021827a1280636f', 'Crawler', '2024-11-13 10:24:11', null, '2025-04-08 11:34:36', null, 'Logic Device', '54AC86', '54AC86', 'OR Gate', null, 'National Semiconductor', '7/2/1991', 'NASA', null, null, '{\"PPM-91-441.pdf\":\"/oss/physical/NASA/2191c1a03c522ba61021827a1280636f/PPM-91-441.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2191c1a03c522ba61021827a1280636f/data.xlsx\"}', '54AC86,OR Gate,National Semiconductor,7/2/1991,tid/PPM-91-441.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('219e41c140566ad081703d3eb8791fb7', 'Crawler', '2024-11-13 10:46:11', null, '2025-04-08 11:34:36', null, 'ADC', 'ADC0808MJB', 'ADC0808MJB', '8 bit ADC', null, 'TI', '6/3/1991', 'NASA', null, null, '{\"PPM-91-330.pdf\":\"/oss/physical/NASA/219e41c140566ad081703d3eb8791fb7/PPM-91-330.pdf\",\"data.xlsx\":\"/oss/physical/NASA/219e41c140566ad081703d3eb8791fb7/data.xlsx\"}', 'ADC0808MJB,8 bit ADC,TI,6/3/1991,tid/PPM-91-330.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('21cea52c593470b56f47623f5d58c2be', 'Crawler', '2024-11-13 01:17:40', null, '2025-04-08 11:34:36', null, 'Not specified', 'BLV S3', 'BLV S3', 'Ball latch valve', '1 ALL', 'RTG Aero', '04/06/2012', 'ESA', null, null, '{\"270.pdf\":\"/oss/physical/ESA/21cea52c593470b56f47623f5d58c2be/270.pdf\",\"data.xlsx\":\"/oss/physical/ESA/21cea52c593470b56f47623f5d58c2be/data.xlsx\"}', '270,BLV S3,RTG Aero,Download,TID (Total Ionising Dose),Not specified,99 MISCELLANEOUS PARTS,1 ALL,Ball latch valve,,RTG,04/06/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('21dd2d56b09659a2d0b994af42a6d59e', 'Crawler', '2024-11-13 10:23:12', null, '2025-04-08 11:34:36', null, 'Counter', '54AC193', '54AC193', 'Binary Counter', null, 'Harris', '4/14/1993', 'NASA', null, null, '{\"PPM-93-051.pdf\":\"/oss/physical/NASA/21dd2d56b09659a2d0b994af42a6d59e/PPM-93-051.pdf\",\"data.xlsx\":\"/oss/physical/NASA/21dd2d56b09659a2d0b994af42a6d59e/data.xlsx\"}', '54AC193,Binary Counter,Harris,4/14/1993,tid/PPM-93-051.pdf,TID,Counter', null); INSERT INTO `nasa_data_record` VALUES ('21e15915e1e257e13f9d9eba2cd899e8', 'Crawler', '2024-11-13 00:39:00', null, '2025-04-08 11:34:36', null, 'Not specified', '2N3637', '2N3637', 'PNP Medium Power Transistor', '4 HIGH POWER, PNP (> 2WATTS)', 'Microsemi', '25/01/2012', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/21e15915e1e257e13f9d9eba2cd899e8/data.xlsx\",\"122.pdf\":\"/oss/physical/ESA/21e15915e1e257e13f9d9eba2cd899e8/122.pdf\"}', '122,2N3637,Microsemi,Download,TID (Total Ionising Dose),Not specified,12 TRANSISTORS,4 HIGH POWER, PNP (> 2WATTS),PNP Medium Power Transistor,,Hirex,25/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('21f2f5c21c6382fc9eceead5a1e97b73', 'Crawler', '2024-11-13 12:50:20', 'chenwenzhuo', '2025-04-30 17:32:38', null, 'Power Device', 'TI7770-5', 'TI7770-5', 'Power Supervisor', null, 'Texas Instruments', '7/21/1997', 'NASA', '陈文卓', '14', '{\"Random97a.pdf\":\"/oss/physical/NASA/21f2f5c21c6382fc9eceead5a1e97b73/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/21f2f5c21c6382fc9eceead5a1e97b73/data.xlsx\",\"TIL25_1746005556795.xlsx\":\"/oss/physical/NASA/21f2f5c21c6382fc9eceead5a1e97b73/TIL25_1746005556795.xlsx\"}', 'TI7770-5,Power Supervisor,Texas Instruments,7/21/1997,Random97a.pdf,SEE,Power Device', '14'); INSERT INTO `nasa_data_record` VALUES ('21f62c2519c0bbef87354aa568388998', 'Crawler', '2024-11-13 10:51:51', null, '2025-04-08 11:34:36', null, 'Data Transmission', 'ATTDA204B Transmitter', 'ATTDA204B Transmitter', 'Fibre Channel Link Transmitter', null, 'AT&T', '7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/21f62c2519c0bbef87354aa568388998/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/21f62c2519c0bbef87354aa568388998/data.xlsx\"}', 'ATTDA204B Transmitter,Fibre Channel Link Transmitter,AT&T,7/21/1997,Random97a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('220b658511f5c5beec684d15fdbe7290', 'Crawler', '2024-11-13 10:46:13', null, '2025-04-08 11:34:36', null, 'ADC', 'ADC0816', 'ADC0816', '8-bit ADC/Mux', null, 'National Semiconductor', '9/14/1994', 'NASA', null, null, '{\"PPM-94-025.pdf\":\"/oss/physical/NASA/220b658511f5c5beec684d15fdbe7290/PPM-94-025.pdf\",\"data.xlsx\":\"/oss/physical/NASA/220b658511f5c5beec684d15fdbe7290/data.xlsx\"}', 'ADC0816,8-bit ADC/Mux,National Semiconductor,9/14/1994,tid/PPM-94-025.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('220c5358ff180828e785bcc538810e67', 'Crawler', '2024-11-13 11:47:02', null, '2025-04-08 11:34:36', null, 'DC-DC Converter', 'MDI3051RES05ZF', 'MDI3051RES05ZF', 'DC-DC Converter', null, 'Modular Devices Inc', '7/19/2001;10/14/2001;7/19/2002', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/220c5358ff180828e785bcc538810e67/nsrec01_W15.pdf\",\"B080100e.pdf\":\"/oss/physical/NASA/220c5358ff180828e785bcc538810e67/B080100e.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/220c5358ff180828e785bcc538810e67/NSREC02_W16.pdf\",\"T101401_MDI05.pdf\":\"/oss/physical/NASA/220c5358ff180828e785bcc538810e67/T101401_MDI05.pdf\",\"data.xlsx\":\"/oss/physical/NASA/220c5358ff180828e785bcc538810e67/data.xlsx\"}', 'MDI3051RES05ZF,DC-DC Converter,Modular Devices Inc,7/19/2001;10/14/2001;7/19/2002,B080100e.pdf;nsrec01_W15.pdf;T101401_MDI05.pdf;NSREC02_W16.pdf,SET,DC-DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('2226024648c51b7834c3c53c1e3d8b71', 'Crawler', '2024-11-13 12:42:32', 'luozikang', '2025-04-29 17:44:58', null, 'Power Device', 'SSP21110-025', 'SSP21110-025', 'Power Controller', null, 'DDC', '2/24/1994;7/17/1995;7/17/1995', 'NASA', '罗梓康', '1', '{\"b022494.pdf\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/b022494.pdf\",\"单粒子效应_1745918801213.xlsx\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/单粒子效应_1745918801213.xlsx\",\"ieee95a.pdf\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/data.xlsx\",\"dcdc95.pdf\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/dcdc95.pdf\"}', 'SSP21110-025,Power Controller,DDC,2/24/1994;7/17/1995;7/17/1995,b022494.pdf;ieee95a.pdf;dcdc95.pdf,SEE,Power Device', '1'); INSERT INTO `nasa_data_record` VALUES ('222d0adeaf66524f01ea38d0c4c74877', 'Crawler', '2024-11-13 09:55:57', null, '2025-04-08 11:34:36', null, 'Harris', 'ICL7667MJA/883B', 'ICL7667MJA/883B', 'Dual Fet Driver', null, null, '02/25/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/222d0adeaf66524f01ea38d0c4c74877/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/222d0adeaf66524f01ea38d0c4c74877/PPM-99-045.pdf\"}', '127,10-300,ICL7667MJA/883B,Dual Fet Driver,Harris,ISTP/PA,8906A,PPM-92-080,02/25/92', null); INSERT INTO `nasa_data_record` VALUES ('2248d8cefe417bef512307e0d1da5b4c', 'Crawler', '2024-11-13 02:17:22', null, '2025-04-08 11:34:36', null, 'Not specified', 'GREAT² 3.1', 'GREAT² 3.1', 'GaN Power Bar', '1 ALL', 'United Monolithic Semiconductors', '26/02/2019', 'ESA', null, null, '{\"20190226_GREAT2 RADIATION - TID tests - Synthesis.pdf\":\"/oss/physical/ESA/2248d8cefe417bef512307e0d1da5b4c/20190226_GREAT2 RADIATION - TID tests - Synthesis.pdf\",\"data.xlsx\":\"/oss/physical/ESA/2248d8cefe417bef512307e0d1da5b4c/data.xlsx\"}', '379,GREAT² 3.1,United Monolithic Semiconductors,Download,TID (Total Ionising Dose),Not specified,99 MISCELLANEOUS PARTS,1 ALL,GaN Power Bar,GaN 4GH50-20,United Monolithic Semiconductors,26/02/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('2249d73c8534214f1bc262a331478f6b', 'Crawler', '2024-11-13 10:52:23', null, '2025-04-08 11:34:36', null, 'Microprocessors and Peripherals', 'Alpha', 'Alpha', 'Microprocessor', null, 'DEC', '7/13/1992;7/19/1993', 'NASA', null, null, '{\"nsrec93a.pdf\":\"/oss/physical/NASA/2249d73c8534214f1bc262a331478f6b/nsrec93a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2249d73c8534214f1bc262a331478f6b/data.xlsx\"}', 'Alpha,Microprocessor,DEC,7/13/1992;7/19/1993,nsrec93a.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('224c8bd792a434b6963ae55beeb3bbe5', 'Crawler', '2024-11-13 10:37:28', null, '2025-04-08 11:34:36', null, 'Operational Amplifier', 'AD544SH/883B', 'AD544SH/883B', 'Operational Amplifier', null, 'Analog Devices', '2/7/1992', 'NASA', null, null, '{\"PPM-92-055.pdf\":\"/oss/physical/NASA/224c8bd792a434b6963ae55beeb3bbe5/PPM-92-055.pdf\",\"data.xlsx\":\"/oss/physical/NASA/224c8bd792a434b6963ae55beeb3bbe5/data.xlsx\"}', 'AD544SH/883B,Operational Amplifier,Analog Devices,2/7/1992,tid/PPM-92-055.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('226b3723735a477a7022bd0dcf384c45', 'Crawler', '2024-11-13 10:58:38', null, '2025-04-08 11:34:36', null, 'DAC', 'DAC08', 'DAC08', 'DAC 8-bit', null, 'AD/PMI', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/226b3723735a477a7022bd0dcf384c45/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/226b3723735a477a7022bd0dcf384c45/data.xlsx\"}', 'DAC08,DAC 8-bit,AD/PMI,7/20/1998,NSREC98.pdf,SEE,DAC', null); INSERT INTO `nasa_data_record` VALUES ('227b06593141867fa99dfc2feb610ac8', 'Crawler', '2024-11-13 11:21:48', null, '2025-04-08 11:34:36', null, 'Operational Amplifier', 'LM10', 'LM10', 'Operational Amplifier and Voltage Ref', null, 'Linear Technology', '12/7/1994', 'NASA', null, null, '{\"PPM-95-105.pdf\":\"/oss/physical/NASA/227b06593141867fa99dfc2feb610ac8/PPM-95-105.pdf\",\"data.xlsx\":\"/oss/physical/NASA/227b06593141867fa99dfc2feb610ac8/data.xlsx\"}', 'LM10,Operational Amplifier and Voltage Ref,Linear Technology,12/7/1994,tid/PPM-95-105.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('22f0e9f346824e5289a99cd982c5bb41', 'Crawler', '2024-11-13 09:48:26', null, '2025-04-08 11:34:36', null, 'Siliconix', 'U310', 'U310', 'N-Ch JFET', null, null, '01/03/00', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/22f0e9f346824e5289a99cd982c5bb41/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/22f0e9f346824e5289a99cd982c5bb41/PPM-99-045.pdf\"}', '429,5-50,U310,N-Ch JFET,Siliconix,HST/COS,9548,PPM-99-043,01/03/00', null); INSERT INTO `nasa_data_record` VALUES ('22f748305c4d9938a05e57fd0639cef8', 'Crawler', '2024-11-13 10:50:05', null, '2025-04-08 11:34:36', null, 'Operational Amplifier', 'AMP03', 'AMP03', 'Differential Amp', null, 'PMI', '12/14/1996', 'NASA', null, null, '{\"PPM-97-005.pdf\":\"/oss/physical/NASA/22f748305c4d9938a05e57fd0639cef8/PPM-97-005.pdf\",\"data.xlsx\":\"/oss/physical/NASA/22f748305c4d9938a05e57fd0639cef8/data.xlsx\"}', 'AMP03,Differential Amp,PMI,12/14/1996,tid/PPM-97-005.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('231e21c31c1a1d37f6c244322a55d091', 'Crawler', '2024-11-13 11:03:11', null, '2025-04-08 11:34:36', null, 'Optical Fiber', 'FS-SC-7324', 'FS-SC-7324', 'Optical Fiber', null, '3M', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/231e21c31c1a1d37f6c244322a55d091/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/231e21c31c1a1d37f6c244322a55d091/data.xlsx\"}', 'FS-SC-7324,Optical Fiber,3M,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('233850da8b152f69b45293b66965a01b', 'Crawler', '2024-11-13 00:50:31', null, '2025-04-08 11:34:36', null, 'Not specified', 'RHFLVDS31A', 'RHFLVDS31A', 'Rad-Hard Quad LVDS Driver', '55 LINEAR LINE DRIVER', 'STmicroelectronics', '16/10/2013', 'ESA', null, null, '{\"177.pdf\":\"/oss/physical/ESA/233850da8b152f69b45293b66965a01b/177.pdf\",\"data.xlsx\":\"/oss/physical/ESA/233850da8b152f69b45293b66965a01b/data.xlsx\"}', '177,RHFLVDS31A,STmicroelectronics,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,55 LINEAR LINE DRIVER,Rad-Hard Quad LVDS Driver,,TRAD,16/10/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('236f75c0366c19978f45d3c44f715ccd', 'Crawler', '2024-11-13 11:03:26', null, '2025-04-08 11:34:36', null, 'Driver', 'FUGA15', 'FUGA15', 'CCD MOSFET Driver', null, 'Sira', '5/13/1997', 'NASA', null, null, '{\"B051397bmod.pdf\":\"/oss/physical/NASA/236f75c0366c19978f45d3c44f715ccd/B051397bmod.pdf\",\"data.xlsx\":\"/oss/physical/NASA/236f75c0366c19978f45d3c44f715ccd/data.xlsx\"}', 'FUGA15,CCD MOSFET Driver,Sira,5/13/1997,B051397bmod.pdf,SEE,Driver', null); INSERT INTO `nasa_data_record` VALUES ('2373469b1fd504ab4b1766c57b02e331', 'Crawler', '2024-11-13 12:30:31', 'yangjicong', '2025-04-29 16:11:12', null, 'ADC', 'RP7820', 'RP7820', '8 bit A/D Converter', '9234', 'SEi', '12/7/1994', 'NASA', '杨济聪', '1', '{\"data_1745903283432.xlsx\":\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/data_1745903283432.xlsx\",\"PPM-95-107.pdf\":\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/PPM-95-107.pdf\"}', 'RP7820,8 bit A/D Converter,SEi,12/7/1994,tid/PPM-95-107.pdf,TID,ADC', '10'); INSERT INTO `nasa_data_record` VALUES ('2379518d6cffb4b3ca98c50213df7b1a', 'Crawler', '2024-11-13 12:44:56', 'chenpan', '2025-04-30 21:41:49', null, 'Differential Receiver', 'SY100EL16VZC', 'SY100EL16VZC', '5/3.3V Diff. Receiver', '9838L', 'Synergy', '1999', 'NASA', '陈攀', '0', '{\"SW15-802_TID_1746020372075.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SW15-802_TID_1746020372075.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/data.xlsx\",\"SY100EL16VZC_TID_1746019344040(1)_1746020507679.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SY100EL16VZC_TID_1746019344040(1)_1746020507679.xlsx\"}', 'SY100EL16VZC,Differential Receiver,Synergy,_1999,nsrec00_W21.pdf,TID,Differential Receiver', '0'); INSERT INTO `nasa_data_record` VALUES ('2380c7e83c51780f1b6a7c34dccaa8da', 'Crawler', '2024-11-13 10:24:19', null, '2025-04-08 11:34:36', null, 'Buffer', '54ACT240', '54ACT240', 'Octal Buffer', null, 'National Semiconductor', '12/13/1991', 'NASA', null, null, '{\"PPM-91-747.pdf\":\"/oss/physical/NASA/2380c7e83c51780f1b6a7c34dccaa8da/PPM-91-747.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2380c7e83c51780f1b6a7c34dccaa8da/data.xlsx\"}', '54ACT240,Octal Buffer,National Semiconductor,12/13/1991,tid/PPM-91-747.pdf,TID,Buffer', null); INSERT INTO `nasa_data_record` VALUES ('23a6d0df93c0da4ab427ade4c1199390', 'Crawler', '2024-11-13 10:26:52', null, '2025-04-08 11:34:36', null, 'Prescalar', '5HP SiGe Prescalar', '5HP SiGe Prescalar', 'Prescalar', null, 'IBM', '7/20/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/23a6d0df93c0da4ab427ade4c1199390/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/23a6d0df93c0da4ab427ade4c1199390/data.xlsx\",\"NSREC01_5HP.pdf\":\"/oss/physical/NASA/23a6d0df93c0da4ab427ade4c1199390/NSREC01_5HP.pdf\"}', '5HP SiGe Prescalar,Prescalar,IBM,7/20/2002,NSREC01_5HP.pdf;NSREC02_W16.pdf,SEU,Prescalar', null); INSERT INTO `nasa_data_record` VALUES ('23cfc0ceb9880a0100d646610e606065', 'Crawler', '2024-11-13 12:27:35', 'liujunling', '2025-04-30 22:06:45', null, '电源', 'RH1021BMH-10', 'RH1021BMH-10', 'Voltage Reference', '1430A; (19-008)', 'Analog Devices', '8/23/2019', 'NASA', '刘俊灵', '1', '{\"NEPP-TR-2019-Casey-19-008-RH1021BMH-10-TID-2019Aug23-TN77972.pdf\":\"/oss/physical/NASA/23cfc0ceb9880a0100d646610e606065/NEPP-TR-2019-Casey-19-008-RH1021BMH-10-TID-2019Aug23-TN77972.pdf\",\"data.xlsx\":\"/oss/physical/NASA/23cfc0ceb9880a0100d646610e606065/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/23cfc0ceb9880a0100d646610e606065/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"电离总剂量效应_1746022000305.xlsx\":\"/oss/physical/NASA/23cfc0ceb9880a0100d646610e606065/电离总剂量效应_1746022000305.xlsx\"}', 'RH1021BMH-10,Voltage Reference,Analog Devices,8/23/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;https://nepp.nasa.gov/docs/tasks/070-Test-Reports/NEPP-TR-2019-Casey-19-008-RH1021BMH-10-TID-2019Aug23-TN77972.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('240451235a3234f4aae44c118442f1e9', 'Crawler', '2024-11-13 11:57:27', 'dushuaibin', '2025-04-29 21:09:23', null, '模拟集成电路', 'DAC(数字模拟转换器)', 'MX7225', '8-bit DAC', '9321', 'Maxim', '1999.12.02-2000.01.03', 'NASA', '杜帅彬', '1', '{\"PPM-99-042.pdf\":\"/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/PPM-99-042.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/data.xlsx\",\"电离总剂量效应_1745932162522.xlsx\":\"/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/电离总剂量效应_1745932162522.xlsx\"}', 'MX7225,8-bit DAC,Maxim,1/3/2000;1999,tid/PPM-99-042.pdf;nsrec00_W21.pdf,TID,DAC', '200'); INSERT INTO `nasa_data_record` VALUES ('242442f36c9e1f000a840991b13ce546', 'Crawler', '2024-11-13 12:38:44', 'changyuhai', '2025-05-03 23:37:54', null, 'Hybrid', 'SLH2812D', 'SLH2812D', 'Dual DC-DC Converter', 'SN-1415, SN-1416, SN-1417', 'Crane', 'LBNL10JUN;TAMU10NOV;TAMU10MAR', 'NASA', '常余海', '3', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/242442f36c9e1f000a840991b13ce546/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/242442f36c9e1f000a840991b13ce546/data.xlsx\",\"LBNL060910_T110910_SLH2812D.pdf\":\"/oss/physical/NASA/242442f36c9e1f000a840991b13ce546/LBNL060910_T110910_SLH2812D.pdf\",\"LBNL060910_SLH2812D.pdf\":\"/oss/physical/NASA/242442f36c9e1f000a840991b13ce546/LBNL060910_SLH2812D.pdf\",\"单粒子效应_1746286644162.xlsx\":\"/oss/physical/NASA/242442f36c9e1f000a840991b13ce546/单粒子效应_1746286644162.xlsx\"}', 'SLH2812D,Dual DC-DC Converter,Crane,LBNL10JUN;TAMU10NOV;TAMU10MAR,LBNL060910_T110910_SLH2812D.pdf;LBNL060910_SLH2812D.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL;SET,Hybrid', '18'); INSERT INTO `nasa_data_record` VALUES ('242a32938929d2ed5f3a20344e6d92ac', 'Crawler', '2024-11-13 09:52:40', null, '2025-04-08 11:34:36', null, 'PMI', 'SMP11', 'SMP11', 'S/H Amplifier', null, null, '07/03/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/242a32938929d2ed5f3a20344e6d92ac/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/242a32938929d2ed5f3a20344e6d92ac/PPM-99-045.pdf\"}', '270,2.5-50,SMP11,S/H Amplifier,PMI,CASSINI/CIRS,9435,PPM-95-163,07/03/95', null); INSERT INTO `nasa_data_record` VALUES ('243e80c4f707a3c780cbfa5d8aa4eedc', 'Crawler', '2024-11-13 01:17:36', null, '2025-04-08 11:34:36', null, '', 'HIFAS ASIC', 'HIFAS ASIC', 'ASIC', '40 ASIC TECHNOLOGIES DIGITAL', 'Omnisys', '09/12/2009', 'ESA', null, null, '{\"269.pdf\":\"/oss/physical/ESA/243e80c4f707a3c780cbfa5d8aa4eedc/269.pdf\",\"data.xlsx\":\"/oss/physical/ESA/243e80c4f707a3c780cbfa5d8aa4eedc/data.xlsx\"}', '269,HIFAS ASIC,Omnisys,Download,SEE (Single Events Effects),,8 MICROCIRCUITS,40 ASIC TECHNOLOGIES DIGITAL,ASIC,BiCMOS,Omnisys Instruments,09/12/2009,False', null); INSERT INTO `nasa_data_record` VALUES ('2457fdc3f8db606c6db02f9b4b30356f', 'Crawler', '2024-11-13 00:39:12', null, '2025-04-08 11:34:36', null, 'Not specified', 'SHAMROC DAC', 'SHAMROC DAC', 'SEIS High-Accuracy Mixed-signal ReadOut Chip', '62 LINEAR DIGITAL TO ANALOG CONVERTER', 'SRON', '06/12/2009', 'ESA', null, null, '{\"123.pdf\":\"/oss/physical/ESA/2457fdc3f8db606c6db02f9b4b30356f/123.pdf\",\"data.xlsx\":\"/oss/physical/ESA/2457fdc3f8db606c6db02f9b4b30356f/data.xlsx\"}', '123,SHAMROC DAC,SRON,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,62 LINEAR DIGITAL TO ANALOG CONVERTER,SEIS High-Accuracy Mixed-signal ReadOut Chip,,SRON,06/12/2009,False', null); INSERT INTO `nasa_data_record` VALUES ('247176a3c07f491cff1978c7fde7dfe3', 'Crawler', '2024-11-13 11:40:28', null, '2025-04-08 11:34:36', null, 'Bipolar', 'MAX724', 'MAX724', 'DC/DC Regulator', null, 'Maxim', '6/17/2003;2/23/2004;6/22/2004', 'NASA', null, null, '{\"T022304_MAX724_AFL2803R3S.pdf\":\"/oss/physical/NASA/247176a3c07f491cff1978c7fde7dfe3/T022304_MAX724_AFL2803R3S.pdf\",\"data.xlsx\":\"/oss/physical/NASA/247176a3c07f491cff1978c7fde7dfe3/data.xlsx\",\"T061703_GLAST.pdf\":\"/oss/physical/NASA/247176a3c07f491cff1978c7fde7dfe3/T061703_GLAST.pdf\"}', 'MAX724,DC/DC Regulator,Maxim,6/17/2003;2/23/2004;6/22/2004,T061703_GLAST.pdf;T022304_MAX724_AFL2803R3S.pdf;nsrec04_SEE.pdf,SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('24979071e7f3c3800128af22dc975349', 'Crawler', '2024-11-13 09:55:56', null, '2025-04-08 11:34:36', null, 'ADI', 'AD713TQ/883B', 'AD713TQ/883B', 'Op Amp', null, null, '03/02/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/24979071e7f3c3800128af22dc975349/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/24979071e7f3c3800128af22dc975349/PPM-99-045.pdf\"}', '128,10-300,AD713TQ/883B,Op Amp,ADI,ISTP/PA,9024C,PPM-92-079,03/02/92', null); INSERT INTO `nasa_data_record` VALUES ('24e52a17835b8240616bb53cba2663b2', 'Crawler', '2024-11-13 11:09:13', null, '2025-04-08 11:34:36', null, '0.8µm CMOS', 'HM628128', 'HM628128', '1Mb SRAM', null, 'Hitachi', '2015Oct;2015Dec;2016Oct;5/2/2018', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/24e52a17835b8240616bb53cba2663b2/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/24e52a17835b8240616bb53cba2663b2/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/24e52a17835b8240616bb53cba2663b2/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"}', 'HM628128,1Mb SRAM,Hitachi,2015Oct;2015Dec;2016Oct;5/2/2018,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEU;Proton Facility Evaluation,0.8µm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('2513b27ed13ed1935eb413e97ae1b8c5', 'Crawler', '2024-11-13 10:32:50', null, '2025-04-08 11:34:36', null, 'Multiplexer', '9808', '9808', 'QWIP arrays hybridized to ICS9803 multiplexers', null, 'Indigo', 'UDC2008NOV', 'NASA', null, null, '{\"D111908_QWIP_TID.pdf\":\"/oss/physical/NASA/2513b27ed13ed1935eb413e97ae1b8c5/D111908_QWIP_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2513b27ed13ed1935eb413e97ae1b8c5/data.xlsx\"}', '9808,QWIP arrays hybridized to ICS9803 multiplexers,Indigo,UDC2008NOV,D111908_QWIP_TID.pdf,TID,Multiplexer', null); INSERT INTO `nasa_data_record` VALUES ('251e35a2d9e2ea42bc16601d1d1731b0', 'Crawler', '2024-11-13 09:49:02', null, '2025-04-08 11:34:36', null, 'AD', 'OP07', 'OP07', 'OP AMP', null, null, '03/24/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/251e35a2d9e2ea42bc16601d1d1731b0/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/251e35a2d9e2ea42bc16601d1d1731b0/PPM-99-045.pdf\"}', '403,10-40,OP07,OP AMP,AD,GOES,9723B,PPM-99-017,03/24/99', null); INSERT INTO `nasa_data_record` VALUES ('253bb0374056269263469b3fa9d0aac2', 'Crawler', '2024-11-13 12:05:04', 'xuebinrui', '2025-04-28 18:50:43', null, '光电子器件', 'OP604 Phototransistor', 'OP604 Phototransistor', 'Optocoupler', 'GaAlAs IR, 890nm', 'Optek', '7/1999', 'NASA', '薛彬睿', '1', '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/253bb0374056269263469b3fa9d0aac2/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/253bb0374056269263469b3fa9d0aac2/data.xlsx\",\"位移损伤效应_1745837440758.xlsx\":\"/oss/physical/NASA/253bb0374056269263469b3fa9d0aac2/位移损伤效应_1745837440758.xlsx\"}', 'OP604 Phototransistor,Optocoupler,Optek,7/1999,nsrec00_W22.pdf,DD;SET,Optocoupler', '1'); INSERT INTO `nasa_data_record` VALUES ('253d7d5fdb98a9764305d523d1613334', 'Crawler', '2024-11-13 12:55:17', 'lixuyou', '2025-04-30 12:57:29', null, 'Driver', 'TSC426MJA', 'TSC426MJA', 'MOSFET Driver', null, 'Tededyne', '8/12/1991', 'NASA', '李序友', '2', '{\"data.xlsx\":\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/data.xlsx\",\"PPM-91-509.pdf\":\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/PPM-91-509.pdf\",\"TSC426MJA_1745988924554.xlsx\":\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/TSC426MJA_1745988924554.xlsx\"}', 'TSC426MJA,MOSFET Driver,Tededyne,8/12/1991,tid/PPM-91-509.pdf,TID,Driver', '168'); INSERT INTO `nasa_data_record` VALUES ('25550a0dd4e27c1a2a76891f6635f2c4', 'Crawler', '2024-11-13 10:31:48', null, '2025-04-08 11:34:36', null, 'Controller', '82C59', '82C59', 'Controller', null, 'Harris', '10/20/1992', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/25550a0dd4e27c1a2a76891f6635f2c4/data.xlsx\",\"PPM-92-251.pdf\":\"/oss/physical/NASA/25550a0dd4e27c1a2a76891f6635f2c4/PPM-92-251.pdf\"}', '82C59,Controller,Harris,10/20/1992,tid/PPM-92-251.pdf,TID,Controller', null); INSERT INTO `nasa_data_record` VALUES ('25904b657d91b582981bf8c59bfd10e9', 'Crawler', '2024-11-13 11:49:52', null, '2025-04-08 11:34:36', null, 'Driver', 'MIC4469AJB', 'MIC4469AJB', 'Quad Driver', null, 'Micrel', '6/30/1992', 'NASA', null, null, '{\"PPM-92-202.pdf\":\"/oss/physical/NASA/25904b657d91b582981bf8c59bfd10e9/PPM-92-202.pdf\",\"data.xlsx\":\"/oss/physical/NASA/25904b657d91b582981bf8c59bfd10e9/data.xlsx\"}', 'MIC4469AJB,Quad Driver,Micrel,6/30/1992,tid/PPM-92-202.pdf,TID,Driver', null); INSERT INTO `nasa_data_record` VALUES ('2596a40c512b7604a11f09a0349a9c49', 'Crawler', '2024-11-13 11:06:04', null, '2025-04-08 11:34:36', null, 'Optical Fiber', 'HB800', 'HB800', 'Optical Fiber', null, 'Fibercore', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/2596a40c512b7604a11f09a0349a9c49/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2596a40c512b7604a11f09a0349a9c49/data.xlsx\"}', 'HB800,Optical Fiber,Fibercore,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('25b27694b407eb57951eb778e9c7f131', 'Crawler', '2024-11-13 11:40:54', null, '2025-04-08 11:34:36', null, 'Comparator', 'MAX962ESA', 'MAX962ESA', 'Dual Comparator', null, 'Maxim', '4/30/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/25b27694b407eb57951eb778e9c7f131/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/25b27694b407eb57951eb778e9c7f131/data.xlsx\"}', 'MAX962ESA,Dual Comparator,Maxim,4/30/1999,nsrec00_W21.pdf,SEE,Comparator', null); INSERT INTO `nasa_data_record` VALUES ('25c8cb4e73c7d45e2a0df6081e2c5ea4', 'Crawler', '2024-11-13 09:56:12', null, '2025-04-08 11:34:36', null, 'NSC', '54ACT373LMQB', '54ACT373LMQB', 'Octal Latch', null, null, '01/28/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/25c8cb4e73c7d45e2a0df6081e2c5ea4/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/25c8cb4e73c7d45e2a0df6081e2c5ea4/PPM-99-045.pdf\"}', '116,5-300,54ACT373LMQB,Octal Latch,NSC,SMEX/CB,9010D,PPM-92-044,01/28/92', null); INSERT INTO `nasa_data_record` VALUES ('25d5ea1273580205251b1a46a8e44ad1', 'Crawler', '2024-11-13 09:58:54', null, '2025-04-08 11:34:36', null, 'NSC', 'LP2951H/883', 'LP2951H/883', 'Adj. Volt reg.', null, null, '03/13/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/25d5ea1273580205251b1a46a8e44ad1/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/25d5ea1273580205251b1a46a8e44ad1/PPM-99-045.pdf\"}', '18,5-200,LP2951H/883,Adj. Volt reg.,NSC,ISTP/NC,8811,PPM-91-156,03/13/91', null); INSERT INTO `nasa_data_record` VALUES ('25daa13038f3b497121beb55b5eb6e1c', 'Crawler', '2024-11-13 09:50:40', null, '2025-04-08 11:34:36', null, 'National', 'LM317AT', 'LM317AT', 'Voltage Regulator', null, null, '11/14/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/25daa13038f3b497121beb55b5eb6e1c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/25daa13038f3b497121beb55b5eb6e1c/PPM-99-045.pdf\"}', '347,5-100,LM317AT,Voltage Regulator,National,NOAA,M73BL,PPM-97-051,11/14/97', null); INSERT INTO `nasa_data_record` VALUES ('25f72e095d08626d64834b8dd83bc395', 'Crawler', '2024-11-13 13:00:10', 'mayunlong', '2025-04-17 23:13:38', null, '接口电路', 'UT54LVDS031LV/E', 'UT54LVDS031LV/E', 'Low Voltage Quad Driver', '0946', 'Aeroflex', 'VdG2009', 'NASA', '马云龙', '1', '{\"data.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\",\"位移损伤效应UT54LVDS031LVE_1744902816372.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744902816372.xlsx\"}', 'UT54LVDS031LV/E,Low Voltage Quad Driver,Aeroflex,VdG2009,nsrec2011_W5_TID.pdf,TID,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('2614215ee0278943e1b527d8293aea5b', 'Crawler', '2024-11-13 10:46:18', null, '2025-04-08 11:34:36', null, 'ADC', 'ADC1175', 'ADC1175', '8 bit ADC 20 MSPS', null, 'National Semiconductor', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/2614215ee0278943e1b527d8293aea5b/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2614215ee0278943e1b527d8293aea5b/data.xlsx\"}', 'ADC1175,8 bit ADC 20 MSPS,National Semiconductor,7/19/2002,NSREC02_W16.pdf,SEE,ADC', null); INSERT INTO `nasa_data_record` VALUES ('26460c32486e4d0c6f9b4a07c6cb4e9e', 'Crawler', '2024-11-13 00:13:47', null, '2025-04-08 11:34:36', null, 'MIL-STD-883 TM 1019', '2N2920A', '2N2920A', '', '2 LOW POWER, PNP (< 2WATTS)', 'STmicroelectronics', '25/01/2012', 'ESA', null, null, '{\"2N2920A TID_1009_01.pdf\":\"/oss/physical/ESA/26460c32486e4d0c6f9b4a07c6cb4e9e/2N2920A TID_1009_01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/26460c32486e4d0c6f9b4a07c6cb4e9e/data.xlsx\"}', '76,2N2920A,STmicroelectronics,Download,TID (Total Ionising Dose),MIL-STD-883 TM 1019,12 TRANSISTORS,2 LOW POWER, PNP (< 2WATTS),,Bipolar,Hirex,25/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('264fac341c826e7d17d9f45c2a62fec3', 'Crawler', '2024-11-13 10:58:25', null, '2025-04-08 11:34:36', null, 'Optical Device', 'Custom C-2 LED InGaN blue', 'Custom C-2 LED InGaN blue', 'LED', null, 'Micropac (AXT Opto)', '11/2004', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/264fac341c826e7d17d9f45c2a62fec3/nsrec05_W23.pdf\",\"data.xlsx\":\"/oss/physical/NASA/264fac341c826e7d17d9f45c2a62fec3/data.xlsx\",\"D04NOV_C2LED.pdf\":\"/oss/physical/NASA/264fac341c826e7d17d9f45c2a62fec3/D04NOV_C2LED.pdf\"}', 'Custom C-2 LED InGaN blue,LED,Micropac (AXT Opto),11/2004,D04NOV_C2LED.pdf;nsrec05_W23.pdf,TID,Optical Device', null); INSERT INTO `nasa_data_record` VALUES ('26711ccc483aa3e3538e00092d38a45b', 'Crawler', '2024-11-13 01:17:01', null, '2025-04-08 11:34:36', null, 'ESCC 22900', 'BFY640', 'BFY640', 'RF Transistor', '10 RF/MICROWAVE NPN LOW POWER / LOW NOISE', 'Infineon', '25/02/2013', 'ESA', null, null, '{\"264.pdf\":\"/oss/physical/ESA/26711ccc483aa3e3538e00092d38a45b/264.pdf\",\"data.xlsx\":\"/oss/physical/ESA/26711ccc483aa3e3538e00092d38a45b/data.xlsx\"}', '264,BFY640,Infineon,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,10 RF/MICROWAVE NPN LOW POWER / LOW NOISE,RF Transistor,Si-Ge,ESA-ESTEC TEC-QEC,25/02/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('2673d3a7ea396db21d21af02235f09a6', 'Crawler', '2024-11-13 09:55:45', null, '2025-04-08 11:34:36', null, 'RCA', 'CD54HC4053F3A', 'CD54HC4053F3A', 'Mux/Dmux', null, null, '03/20/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2673d3a7ea396db21d21af02235f09a6/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2673d3a7ea396db21d21af02235f09a6/PPM-99-045.pdf\"}', '136,5-20,CD54HC4053F3A,Mux/Dmux,RCA,GGS/WIND,8805B,PPM-92-116,03/20/92', null); INSERT INTO `nasa_data_record` VALUES ('267a24e11b374f896a90ff7b5935892b', 'Crawler', '2024-11-13 13:06:26', 'yanghongyi', '2025-04-17 11:08:22', null, '敏感元器件和传感器(件)', 'Linear Regulator', 'VRG8662', 'Positive Adjustable LDO', null, 'Aeroflex', '2/19/2013', 'NASA', '杨弘毅', '1', '{\"单粒子效应-5_1744805102322.xlsx\":\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/单粒子效应-5_1744805102322.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/data.xlsx\",\"12-041_NRL20130219_VRG8662_laser.pdf\":\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/12-041_NRL20130219_VRG8662_laser.pdf\"}', 'VRG8662,Positive Adjustable LDO,Aeroflex,2/19/2013,12-041_NRL20130219_VRG8662_laser.pdf,Laser,Bipolar', '4'); INSERT INTO `nasa_data_record` VALUES ('26a423bacec62f37dcaf1bbf1c6c06db', 'Crawler', '2024-11-13 00:37:58', null, '2025-04-08 11:34:36', null, 'Not specified', 'SOC2222A', 'SOC2222A', 'NPN Small Signal Transistor', '1 LOW POWER, NPN (< 2WATTS)', 'STmicroelectronics', '10/01/2012', 'ESA', null, null, '{\"115.pdf\":\"/oss/physical/ESA/26a423bacec62f37dcaf1bbf1c6c06db/115.pdf\",\"data.xlsx\":\"/oss/physical/ESA/26a423bacec62f37dcaf1bbf1c6c06db/data.xlsx\"}', '115,SOC2222A,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),NPN Small Signal Transistor,,Hirex,10/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('26d1dec9e7e884d45069e62d263abb5d', 'Crawler', '2024-11-13 10:31:36', null, '2025-04-08 11:34:36', null, 'DMA controller', '82380', '82380', 'DMA controller', null, 'Intel', '12/18/1991', 'NASA', null, null, '{\"121891.pdf\":\"/oss/physical/NASA/26d1dec9e7e884d45069e62d263abb5d/121891.pdf\",\"data.xlsx\":\"/oss/physical/NASA/26d1dec9e7e884d45069e62d263abb5d/data.xlsx\"}', '82380,DMA controller,Intel,12/18/1991,121891.pdf,SEU,DMA controller', null); INSERT INTO `nasa_data_record` VALUES ('26e12fd868538d88b018c2ad8fea846e', 'Crawler', '2024-11-13 11:46:17', null, '2025-04-08 11:34:36', null, 'Operational Amplifier', 'MC35181U', 'MC35181U', 'Operational Amplifier', null, 'Motorola', '2/22/1991', 'NASA', null, null, '{\"PPM-91-109.pdf\":\"/oss/physical/NASA/26e12fd868538d88b018c2ad8fea846e/PPM-91-109.pdf\",\"data.xlsx\":\"/oss/physical/NASA/26e12fd868538d88b018c2ad8fea846e/data.xlsx\"}', 'MC35181U,Operational Amplifier,Motorola,2/22/1991,tid/PPM-91-109.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('270abff663011a739cd01049a7eb3f4b', 'Crawler', '2024-11-13 10:30:20', null, '2025-04-08 11:34:36', null, 'CMOS', '7872', '7872', '14-bit ADC', null, 'Maxwell', '1/26/2005', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/270abff663011a739cd01049a7eb3f4b/data.xlsx\",\"B012605_7872.pdf\":\"/oss/physical/NASA/270abff663011a739cd01049a7eb3f4b/B012605_7872.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/270abff663011a739cd01049a7eb3f4b/nsrec05_W5.pdf\"}', '7872,14-bit ADC,Maxwell,1/26/2005,B012605_7872.pdf;nsrec05_W5.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('2732965c20c096fcbcf8d93ab5f590c9', 'Crawler', '2024-11-13 10:59:55', null, '2025-04-08 11:34:36', null, 'Diode', 'DPAD1-3', 'DPAD1-3', 'pA Dual Diodes', null, 'Interfet Corp', '10/28/1991', 'NASA', null, null, '{\"PPM-91-655.pdf\":\"/oss/physical/NASA/2732965c20c096fcbcf8d93ab5f590c9/PPM-91-655.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2732965c20c096fcbcf8d93ab5f590c9/data.xlsx\"}', 'DPAD1-3,pA Dual Diodes,Interfet Corp,10/28/1991,tid/PPM-91-655.pdf,TID,Diode', null); INSERT INTO `nasa_data_record` VALUES ('2736106be16195a4dbe4f29ce287591b', 'Crawler', '2024-11-13 09:51:46', null, '2025-04-08 11:34:36', null, 'National', 'LMC6062', 'LMC6062', 'Op AMP', null, null, '2/9/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2736106be16195a4dbe4f29ce287591b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2736106be16195a4dbe4f29ce287591b/PPM-99-045.pdf\"}', '304,1-100,LMC6062,Op AMP,National,Smex/Wire,Not Marked,PPM-97-008,2/9/97', null); INSERT INTO `nasa_data_record` VALUES ('276f46fbf8f30011eeede63fe94014d6', 'Crawler', '2024-11-13 12:02:10', 'xieyongzhi', '2025-05-03 19:19:16', null, '放大器', 'OP07', 'OP07', 'Operational Amplifier', null, 'Analog Devices', '5/7/1998;11/18/1998;2/18/1999;3/24/1999', 'NASA', '谢永智', '4', '{\"PPM-99-001.pdf\":\"/oss/physical/NASA/276f46fbf8f30011eeede63fe94014d6/PPM-99-001.pdf\",\"PPM-99-017.pdf\":\"/oss/physical/NASA/276f46fbf8f30011eeede63fe94014d6/PPM-99-017.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/276f46fbf8f30011eeede63fe94014d6/nsrec00_W21.pdf\",\"PPM-98-011.pdf\":\"/oss/physical/NASA/276f46fbf8f30011eeede63fe94014d6/PPM-98-011.pdf\",\"data(14)_1745985871059.xlsx\":\"/oss/physical/NASA/276f46fbf8f30011eeede63fe94014d6/data(14)_1745985871059.xlsx\",\"PPM-99-016.pdf\":\"/oss/physical/NASA/276f46fbf8f30011eeede63fe94014d6/PPM-99-016.pdf\"}', 'OP07,Operational Amplifier,Analog Devices,5/7/1998;11/18/1998;2/18/1999;3/24/1999,tid/PPM-98-011.pdf;tid/PPM-99-001.pdf;nsrec00_W21.pdf;tid/PPM-99-016.pdf;tid/PPM-99-017.pdf,TID,Operational Amplifier', '144'); INSERT INTO `nasa_data_record` VALUES ('277066eb9e6a8dfdbcd4d40833ce6637', 'Crawler', '2024-11-13 10:59:51', null, '2025-04-08 11:34:36', null, 'Programmable Devices', 'DL5256', 'DL5256', 'FPGA', null, 'Dynachip', '1998-1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/277066eb9e6a8dfdbcd4d40833ce6637/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/277066eb9e6a8dfdbcd4d40833ce6637/data.xlsx\"}', 'DL5256,FPGA,Dynachip,1998-1999,NSREC99.pdf,SEE,Programmable Devices', null); INSERT INTO `nasa_data_record` VALUES ('277d2e30469bb6e8b1ef2908ee22bab5', 'Crawler', '2024-11-13 09:50:33', null, '2025-04-08 11:34:36', null, 'AD', 'AD630', 'AD630', 'Demodulator', null, null, '12/12/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/277d2e30469bb6e8b1ef2908ee22bab5/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/277d2e30469bb6e8b1ef2908ee22bab5/PPM-99-045.pdf\"}', '352,2.5-100,AD630,Demodulator,AD,MAP/INST,9617,PPM-97-056,12/12/98', null); INSERT INTO `nasa_data_record` VALUES ('2791d198375e75d2bda3fb01672865b2', 'Crawler', '2024-11-13 09:48:56', null, '2025-04-08 11:34:36', null, 'Q-Tech', 'QT22AC10M', 'QT22AC10M', '36MHz Xtal Osc', null, null, '04/21/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2791d198375e75d2bda3fb01672865b2/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2791d198375e75d2bda3fb01672865b2/PPM-99-045.pdf\"}', '407,5-100,QT22AC10M,36MHz Xtal Osc,Q-Tech,GOES (Ball),9842,PPM-99-021,04/21/99', null); INSERT INTO `nasa_data_record` VALUES ('279b67551e87734508dab102ad27a38a', 'Crawler', '2024-11-13 12:45:12', 'chenpan', '2025-04-30 21:50:27', null, 'Communication Device', 'SerDeSer', 'SerDeSer', 'Myrinet Serializer Deserializer MYRI2K', '0123', 'Myricom', '11/26/2001;7/19/2002', 'NASA', '陈攀', '1', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W8.pdf\",\"SerDeSer_SEE_1746021024856.xlsx\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/SerDeSer_SEE_1746021024856.xlsx\"}', 'SerDeSer,Myrinet Serializer Deserializer MYRI2K,Myricom,11/26/2001;7/19/2002,D112601_Myrinet.pdf;NSREC02_W16.pdf;NSREC02_W8.pdf,SEE,Communication Device', '1'); INSERT INTO `nasa_data_record` VALUES ('27a09f5bdaba635e416032b5673eb1d2', 'Crawler', '2024-11-13 10:18:42', null, '2025-04-08 11:34:36', null, 'Power Device', '2N6845', '2N6845', 'MOSFET', null, 'International Rectifier', '4/11/2015(TAMU);5/31/2015(LBNL)', 'NASA', null, null, '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/27a09f5bdaba635e416032b5673eb1d2/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/27a09f5bdaba635e416032b5673eb1d2/data.xlsx\"}', '2N6845,MOSFET,International Rectifier,4/11/2015(TAMU);5/31/2015(LBNL),https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('27d0a24ff19d6e0f4dfd4e4c94008a16', 'Crawler', '2024-11-13 10:38:36', null, '2025-04-08 11:34:36', null, 'Voltage Reference', 'AD580', 'AD580', 'Voltage Reference', null, 'Analog Devices', '4/30/1997;12/2005', 'NASA', null, null, '{\"G05DEC_AD580_TID.pdf\":\"/oss/physical/NASA/27d0a24ff19d6e0f4dfd4e4c94008a16/G05DEC_AD580_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/27d0a24ff19d6e0f4dfd4e4c94008a16/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/27d0a24ff19d6e0f4dfd4e4c94008a16/data.xlsx\",\"PPM-97-016.pdf\":\"/oss/physical/NASA/27d0a24ff19d6e0f4dfd4e4c94008a16/PPM-97-016.pdf\"}', 'AD580,Voltage Reference,Analog Devices,4/30/1997;12/2005,tid/PPM-97-016.pdf;G05DEC_AD580_TID.pdf;nsrec06_W2.pdf,TID,Voltage Reference', null); INSERT INTO `nasa_data_record` VALUES ('27d5dbbd175ce0447f2f1b926ffe218d', 'Crawler', '2024-11-13 10:23:26', null, '2025-04-08 11:34:36', null, 'Transceiver', '54AC245', '54AC245', '8-Transceiver', null, 'National Semiconductor', '7/1/1991', 'NASA', null, null, '{\"PPM-91-442.pdf\":\"/oss/physical/NASA/27d5dbbd175ce0447f2f1b926ffe218d/PPM-91-442.pdf\",\"data.xlsx\":\"/oss/physical/NASA/27d5dbbd175ce0447f2f1b926ffe218d/data.xlsx\"}', '54AC245,8-Transceiver,National Semiconductor,7/1/1991,tid/PPM-91-442.pdf,TID,Transceiver', null); INSERT INTO `nasa_data_record` VALUES ('27f1851b0508166f7be46424d1bdafbd', 'Crawler', '2024-11-13 09:54:30', null, '2025-04-08 11:34:36', null, 'Hitachi', 'OW628128CD', 'OW628128CD', '128kX8 RAM', null, null, '06/16/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/27f1851b0508166f7be46424d1bdafbd/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/27f1851b0508166f7be46424d1bdafbd/PPM-99-045.pdf\"}', '191,5-100,OW628128CD,128kX8 RAM,Hitachi,FAST/MU3,9049,PPM-93-063,06/16/93', null); INSERT INTO `nasa_data_record` VALUES ('27f5a3d4091ce06b4a25fb8c4f885013', 'Crawler', '2024-11-13 09:55:28', null, '2025-04-08 11:34:36', null, 'Motorola', 'TL431', 'TL431', 'Voltage Reg.', null, null, '06/09/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/27f5a3d4091ce06b4a25fb8c4f885013/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/27f5a3d4091ce06b4a25fb8c4f885013/PPM-99-045.pdf\"}', '148,10-50,TL431,Voltage Reg.,Motorola,CDS/CS2,9148,PPM-92-181,06/09/92', null); INSERT INTO `nasa_data_record` VALUES ('2831ac5b68f61cd14aaec7c7283af424', 'Crawler', '2024-11-13 13:00:33', 'rentongfei', '2025-04-18 12:08:05', null, '其他电气和电子元器件', 'UT63M125', 'UT63M125', 'MIL-STD-1553B Transceiver', 'unknown', 'UTMC', '8/3/1993;6/18/1993;7/18/1994', 'NASA', '任童菲', '1', '{\"nsrec94a.pdf\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/data.xlsx\",\"b061893.pdf\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b061893.pdf\",\"单粒子效应UT71256_1744906480463.xlsx\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/单粒子效应UT71256_1744906480463.xlsx\"}', 'UT63M125,MIL-STD-1553B Transceiver,UTMC,8/3/1993;6/18/1993;7/18/1994,b080393.pdf;b061893.pdf;nsrec94a.pdf,SEE,Fiber Optics', '1'); INSERT INTO `nasa_data_record` VALUES ('2838c12b9fca0a3a5e4e1d9afda067fc', 'Crawler', '2024-11-13 10:12:52', null, '2025-04-08 11:34:36', null, 'Memories', '28C010TFE', '28C010TFE', '128k x 8 EEPROM', null, 'SEI', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/2838c12b9fca0a3a5e4e1d9afda067fc/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2838c12b9fca0a3a5e4e1d9afda067fc/data.xlsx\"}', '28C010TFE,128k x 8 EEPROM,SEI,7/20/1998,NSREC98.pdf,SEE,Memories', null); INSERT INTO `nasa_data_record` VALUES ('283ad54eb97e753d8fce572d5824e384', 'Crawler', '2024-11-13 09:49:19', null, '2025-04-08 11:34:36', null, 'AD', 'AD780', 'AD780', 'Volt. Ref.', null, null, '11/20/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/283ad54eb97e753d8fce572d5824e384/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/283ad54eb97e753d8fce572d5824e384/PPM-99-045.pdf\"}', '397,2.5-100,AD780,Volt. Ref.,AD,IRAC,9728,PPM-99-011,11/20/98', null); INSERT INTO `nasa_data_record` VALUES ('2858ef38854f93c9b7c53cd1a7d7e1e6', 'Crawler', '2024-11-13 12:25:50', 'dushuaibin', '2025-04-30 21:17:46', null, '射频/微波电路', 'Bipolar', 'RAM-6+', 'Silicon MMIC Amplifier', '0927', 'Mini-Circuits', '2010.04.05-2010.06.04(TID);2010.01.29(SET))', 'NASA', '王嘉兴', '3', '{\"电离总剂量效应_1746018567976.xlsx\":\"/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/电离总剂量效应_1746018567976.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/nsrec2011_W5_TID.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/data.xlsx\",\"VdG10APR_RAM-6+.pdf\":\"/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/VdG10APR_RAM-6+.pdf\",\"NRL012910_RAM6.pdf\":\"/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/NRL012910_RAM6.pdf\",\"单粒子效应_1746019064695.xlsx\":\"/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/单粒子效应_1746019064695.xlsx\"}', 'RAM-6+,Silicon MMIC Amplifier,Mini-Circuits,NRL10FEB; 4/1/2010,NRL012910_RAM6.pdf;nsrec2011_W6_SEE.pdf;tid/VdG10APR_RAM-6+.pdf;nsrec2011_W5_TID.pdf,TID: SEE; SET,Bipolar', '202'); INSERT INTO `nasa_data_record` VALUES ('285c5ff76cddb6c5d5470ae6904cdb65', 'Crawler', '2024-11-13 11:15:23', null, '2025-04-08 11:34:36', null, 'CMOS', 'IS2981', 'IS2981', 'Source driver', null, 'Intersil', '5/6/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/285c5ff76cddb6c5d5470ae6904cdb65/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/285c5ff76cddb6c5d5470ae6904cdb65/data.xlsx\",\"13-043_T20130506_IS2981.pdf\":\"/oss/physical/NASA/285c5ff76cddb6c5d5470ae6904cdb65/13-043_T20130506_IS2981.pdf\"}', 'IS2981,Source driver,Intersil,5/6/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;13-043_T20130506_IS2981.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('286305f0f870bf2c035ba59e45f62baa', 'Crawler', '2024-11-13 11:23:32', null, '2025-04-08 11:34:36', null, 'Linear Device', 'LM120H', 'LM120H', 'Voltage regulator', null, 'National Semiconductor', '7/29/1994;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/286305f0f870bf2c035ba59e45f62baa/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/286305f0f870bf2c035ba59e45f62baa/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/286305f0f870bf2c035ba59e45f62baa/b072994.pdf\"}', 'LM120H,Voltage regulator,National Semiconductor,7/29/1994;7/17/1995,b072994.pdf;ieee95a.pdf,SEE,Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('286597e8e6c24e3ccdf46943d204071b', 'Crawler', '2024-11-13 11:21:19', null, '2025-04-08 11:34:36', null, 'GaAs', 'KSW-2-46+', 'KSW-2-46+', 'RF Switch', null, 'Mini-Circuits', '2017FebNRL', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/286597e8e6c24e3ccdf46943d204071b/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/286597e8e6c24e3ccdf46943d204071b/data.xlsx\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/286597e8e6c24e3ccdf46943d204071b/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"}', 'KSW-2-46+,RF Switch,Mini-Circuits,2017FebNRL,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SET-Laser,GaAs', null); INSERT INTO `nasa_data_record` VALUES ('287d8b12f3c097049c40222574564d20', 'Crawler', '2024-11-13 09:58:33', null, '2025-04-08 11:34:36', null, 'Harris', 'HCS4538KMSR', 'HCS4538KMSR', 'Multivibrator', null, null, '05/13/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/287d8b12f3c097049c40222574564d20/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/287d8b12f3c097049c40222574564d20/PPM-99-045.pdf\"}', '33,5-200\r\r\n374A,HCS4538KMSR,Multivibrator,Harris,ISTP/CB,9025,PPM-91-337,05/13/91', null); INSERT INTO `nasa_data_record` VALUES ('28a650b68e6aa02a90975f158e9f8b08', 'Crawler', '2024-11-13 11:56:10', 'dushuaibin', '2025-04-30 12:17:59', null, '晶体管', 'CMOS', 'MT46V128M8P', 'DDR SDRAM', '0830,1012', 'Micron', '2017.07.13-2017.08.25', 'NASA', '杜帅彬', '1', '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/28a650b68e6aa02a90975f158e9f8b08/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/28a650b68e6aa02a90975f158e9f8b08/data.xlsx\",\"2017-561-Stansberry-Final-NEPPweb-TR-16-019_16-020-MT46V128M8-T071317-TN46255.pdf\":\"/oss/physical/NASA/28a650b68e6aa02a90975f158e9f8b08/2017-561-Stansberry-Final-NEPPweb-TR-16-019_16-020-MT46V128M8-T071317-TN46255.pdf\",\"单粒子效应_1745986677733.xlsx\":\"/oss/physical/NASA/28a650b68e6aa02a90975f158e9f8b08/单粒子效应_1745986677733.xlsx\"}', 'MT46V128M8P,DDR SDRAM,Micron,6/1/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/28633/2017-561-Stansberry-Final-NEPPweb-TR-16-019_16-020-MT46V128M8-T071317-TN46255.pdf,SEL;SEFI,CMOS', '2'); INSERT INTO `nasa_data_record` VALUES ('28c3d28e1401f7420815738f074071dc', 'Crawler', '2024-11-13 10:41:57', null, '2025-04-08 11:34:36', null, 'Operational Amplifier', 'AD744TQ/883B', 'AD744TQ/883B', 'Operational Amplifier', null, 'Analog Devices', '5/15/1992', 'NASA', null, null, '{\"PPM-92-159.pdf\":\"/oss/physical/NASA/28c3d28e1401f7420815738f074071dc/PPM-92-159.pdf\",\"data.xlsx\":\"/oss/physical/NASA/28c3d28e1401f7420815738f074071dc/data.xlsx\"}', 'AD744TQ/883B,Operational Amplifier,Analog Devices,5/15/1992,tid/PPM-92-159.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('28f2d291ad048710c26177291002b9ed', 'Crawler', '2024-11-13 11:07:29', null, '2025-04-08 11:34:36', null, 'Optocoupler', 'HCPL6651', 'HCPL6651', 'Optocoupler', null, 'HP', '7/20/1998;7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/28f2d291ad048710c26177291002b9ed/nsrec01_W15.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/28f2d291ad048710c26177291002b9ed/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/28f2d291ad048710c26177291002b9ed/data.xlsx\",\"D120400a.pdf\":\"/oss/physical/NASA/28f2d291ad048710c26177291002b9ed/D120400a.pdf\"}', 'HCPL6651,Optocoupler,HP,7/20/1998;7/19/2001,NSREC98.pdf;D120400a.pdf;nsrec01_W15.pdf,SEE;SET,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('28f3b0aa61fdc53503c79724ebd47cd1', 'Crawler', '2024-11-13 10:57:36', null, '2025-04-08 11:34:36', null, 'Analog Device', 'CS5327', 'CS5327', 'Dual 16-bit ADC', null, 'Crystal Semiconductor', '7/13/1992;7/19/1993', 'NASA', null, null, '{\"nsrec93a.pdf\":\"/oss/physical/NASA/28f3b0aa61fdc53503c79724ebd47cd1/nsrec93a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/28f3b0aa61fdc53503c79724ebd47cd1/data.xlsx\"}', 'CS5327,Dual 16-bit ADC,Crystal Semiconductor,7/13/1992;7/19/1993,nsrec93a.pdf,SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('28f55a80d9b245f54dbe1ea80c0a9ca7', 'Crawler', '2024-11-13 12:48:36', 'chenwenzhuo', '2025-04-30 23:07:58', null, 'CMOS', 'T36T-GTFE', 'T36T-GTFE', 'ASIC', null, 'Agilent', '2/24/2004;6/22/2004', 'NASA', '陈文卓', '1', '{\"TIL25_1746010321690.xlsx\":\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/TIL25_1746010321690.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/nsrec04_SEE.pdf\"}', 'T36T-GTFE,ASIC,Agilent,2/24/2004;6/22/2004,T022404_GLAST.pdf;nsrec04_SEE.pdf,SEL,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('2903da69590f2b4636d11884284f20d0', 'Crawler', '2024-11-13 10:44:56', null, '2025-04-08 11:34:36', null, 'Operational Amplifier', 'AD845', 'AD845', 'Precision Vref and Operational Amplifier', null, 'Linear Technology', '_2005', 'NASA', null, null, '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/2903da69590f2b4636d11884284f20d0/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2903da69590f2b4636d11884284f20d0/data.xlsx\"}', 'AD845,Precision Vref and Operational Amplifier,Linear Technology,_2005,nsrec06_W2.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('291f4d2ac928ca9dab0dbce096c5751e', 'Crawler', '2024-11-13 11:48:46', null, '2025-04-08 11:34:36', null, 'Power Device', 'MHF+2812D Hamamatsu', 'MHF+2812D Hamamatsu', 'DC-DC converter', null, 'Hamamatsu', '9/3/1997', 'NASA', null, null, '{\"i090397.pdf\":\"/oss/physical/NASA/291f4d2ac928ca9dab0dbce096c5751e/i090397.pdf\",\"data.xlsx\":\"/oss/physical/NASA/291f4d2ac928ca9dab0dbce096c5751e/data.xlsx\"}', 'MHF+2812D Hamamatsu,DC-DC converter,Hamamatsu,9/3/1997,i090397.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('295701298e627299978db8546ef46bae', 'Crawler', '2024-11-13 10:37:50', null, '2025-04-08 11:34:36', null, 'BiCMOS', 'AD5544ARS', 'AD5544ARS', 'Quad 16-bit DAC', null, 'Analog Devices', '4/17/2011;7/2011', 'NASA', null, null, '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/295701298e627299978db8546ef46bae/nsrec2012_W22_SEE.pdf\",\"T041711_AD5544ARS.pdf\":\"/oss/physical/NASA/295701298e627299978db8546ef46bae/T041711_AD5544ARS.pdf\",\"data.xlsx\":\"/oss/physical/NASA/295701298e627299978db8546ef46bae/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/295701298e627299978db8546ef46bae/nsrec2011_W5_TID.pdf\"}', 'AD5544ARS,Quad 16-bit DAC,Analog Devices,4/17/2011;7/2011,T041711_AD5544ARS.pdf;nsrec2012_W22_SEE.pdf;nsrec2011_W5_TID.pdf,TID; SEE,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('295d70e4d13985f38dcb12a8f229af60', 'Crawler', '2024-11-13 10:52:40', null, '2025-04-08 11:34:36', null, 'Si', 'BAS20LT1G', 'BAS20LT1G', 'Diode', null, 'ON Semiconductor', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/295d70e4d13985f38dcb12a8f229af60/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/295d70e4d13985f38dcb12a8f229af60/data.xlsx\"}', 'BAS20LT1G,Diode,ON Semiconductor,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('29729299d4400a30e0e184c76818c63b', 'Crawler', '2024-11-13 13:05:58', 'yanghongyi', '2025-04-17 11:08:28', null, '敏感元器件和传感器(件)', 'Linear Regulator', 'VRG8660', 'Positive Adjustable Regulator', null, 'Aeroflex', '12/19/2013', 'NASA', '杨弘毅', '1', '{\"单粒子效应-7_1744805386284.xlsx\":\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/单粒子效应-7_1744805386284.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/data.xlsx\",\"12-053_NRL20130219_VRG8660_laser.pdf\":\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/12-053_NRL20130219_VRG8660_laser.pdf\"}', 'VRG8660,Positive Adjustable Regulator,Aeroflex,12/19/2013,12-053_NRL20130219_VRG8660_laser.pdf,Laser,Bipolar', '4'); INSERT INTO `nasa_data_record` VALUES ('29794e1fccc8bba6ee2934f0314b1708', 'Crawler', '2024-11-13 10:21:07', null, '2025-04-08 11:34:36', null, 'Optocoupler', '4N49', '4N49', 'Optocoupler', null, 'TRW', '2/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/29794e1fccc8bba6ee2934f0314b1708/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/29794e1fccc8bba6ee2934f0314b1708/data.xlsx\"}', '4N49,Optocoupler,TRW,2/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('29894c556fc0986a14ea0321e4e29d99', 'Crawler', '2024-11-13 10:40:03', null, '2025-04-08 11:34:36', null, 'Analog Device', 'AD630', 'AD630', 'Modulator/Demodulator', null, 'Analog Devices', '12/12/1998;12/4/1996;2/24/1997;7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/29894c556fc0986a14ea0321e4e29d99/Random97a.pdf\",\"B022497.pdf\":\"/oss/physical/NASA/29894c556fc0986a14ea0321e4e29d99/B022497.pdf\",\"data.xlsx\":\"/oss/physical/NASA/29894c556fc0986a14ea0321e4e29d99/data.xlsx\",\"PPM-97-056.pdf\":\"/oss/physical/NASA/29894c556fc0986a14ea0321e4e29d99/PPM-97-056.pdf\"}', 'AD630,Modulator/Demodulator,Analog Devices,12/12/1998;12/4/1996;2/24/1997;7/21/1997,tid/PPM-97-056.pdf;B022497.pdf;Random97a.pdf,TID;SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('29d104f668f10ce98fa30fcf15673f87', 'Crawler', '2024-11-13 12:53:19', 'lixuyou', '2025-04-30 16:56:23', null, 'Memory', 'TMS416400', 'TMS416400', '16 Mbit DRAMS,5V', null, 'Texas Instruments', '2/7/1997', 'NASA', '李序友', '1', '{\"PPM-97-006.pdf\":\"/oss/physical/NASA/29d104f668f10ce98fa30fcf15673f87/PPM-97-006.pdf\",\"data.xlsx\":\"/oss/physical/NASA/29d104f668f10ce98fa30fcf15673f87/data.xlsx\",\"TMS416400_1746003380551.xlsx\":\"/oss/physical/NASA/29d104f668f10ce98fa30fcf15673f87/TMS416400_1746003380551.xlsx\"}', 'TMS416400,16 Mbit DRAMS,5V,Texas Instruments,2/7/1997,tid/PPM-97-006.pdf,TID,Memory', '192'); INSERT INTO `nasa_data_record` VALUES ('29eacc8fc8c413531d2660e9132ff44d', 'Crawler', '2024-11-13 10:43:37', null, '2025-04-08 11:34:36', null, 'ADC', 'AD7888', 'AD7888', 'ADC', null, 'Analog Devices', '7/19/2001', 'NASA', null, null, '{\"B092500c.pdf\":\"/oss/physical/NASA/29eacc8fc8c413531d2660e9132ff44d/B092500c.pdf\",\"nsrec01_W15.pdf\":\"/oss/physical/NASA/29eacc8fc8c413531d2660e9132ff44d/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/29eacc8fc8c413531d2660e9132ff44d/data.xlsx\"}', 'AD7888,ADC,Analog Devices,7/19/2001,B092500c.pdf;nsrec01_W15.pdf,SEL,ADC', null); INSERT INTO `nasa_data_record` VALUES ('2a17122048e56d564f7f1576b38a0fdc', 'Crawler', '2024-11-13 02:15:14', null, '2025-04-08 11:34:36', null, 'Not specified', 'LMR38020', 'LMR38020', 'Buck Converter', '54 LINEAR SWITCHING REGULATOR', 'Texas Instruments', '21/02/2024', 'ESA', null, null, '{\"LMR38020 TID Test Report_v01.pdf\":\"/oss/physical/ESA/2a17122048e56d564f7f1576b38a0fdc/LMR38020 TID Test Report_v01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/2a17122048e56d564f7f1576b38a0fdc/data.xlsx\"}', '395,LMR38020,Texas Instruments,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,54 LINEAR SWITCHING REGULATOR,Buck Converter,Silicon,ESA-ESTEC TEC-QEC,21/02/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('2a23eb9ec3800e658fed892025deec45', 'Crawler', '2024-11-13 10:40:52', null, '2025-04-08 11:34:36', null, 'Bipolar CMOS', 'AD654', 'AD654', 'Voltage to Frequency Converter', null, 'Analog Devices', '2007Apr; 2/13/2017; 4/10/2017', 'NASA', null, null, '{\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/2a23eb9ec3800e658fed892025deec45/nsrec08_W2_TID.pdf\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/2a23eb9ec3800e658fed892025deec45/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/2a23eb9ec3800e658fed892025deec45/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2a23eb9ec3800e658fed892025deec45/data.xlsx\",\"G07APR_AD654_TID.pdf\":\"/oss/physical/NASA/2a23eb9ec3800e658fed892025deec45/G07APR_AD654_TID.pdf\",\"2017-Campola-TR-16-036-AD654-2017Feb15-TID-20205002048.pdf\":\"/oss/physical/NASA/2a23eb9ec3800e658fed892025deec45/2017-Campola-TR-16-036-AD654-2017Feb15-TID-20205002048.pdf\"}', 'AD654,Voltage to Frequency Converter,Analog Devices,2007Apr; 2/13/2017; 4/10/2017,tid/2017-Campola-TR-16-036-AD654-2017Feb15-TID-20205002048.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;G07APR_AD654_TID.pdf;nsrec08_W2_TID.pdf,SEL; SET; TID,Bipolar CMOS', null); INSERT INTO `nasa_data_record` VALUES ('2a783d44d7281dd0b6d3ed6f8b4daa82', 'Crawler', '2024-11-13 09:53:41', null, '2025-04-08 11:34:36', null, 'Intel', '82C54', '82C54', 'CMOS Interval Timer', null, null, '10/06/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2a783d44d7281dd0b6d3ed6f8b4daa82/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2a783d44d7281dd0b6d3ed6f8b4daa82/PPM-99-045.pdf\"}', '227,2.5-30,82C54,CMOS Interval Timer,Intel,HST/BASE,9407,PPM-94-036,10/06/94', null); INSERT INTO `nasa_data_record` VALUES ('2a85b0426bb00894f73259782fccaadd', 'Crawler', '2024-11-13 09:49:35', null, '2025-04-08 11:34:36', null, 'AD', 'AD8222', 'AD8222', 'DAC', null, null, '01/11/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2a85b0426bb00894f73259782fccaadd/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2a85b0426bb00894f73259782fccaadd/PPM-99-045.pdf\"}', '392,2.5-50,AD8222,DAC,AD,IRAC,9738,PPM-99-006,01/11/99', null); INSERT INTO `nasa_data_record` VALUES ('2abd1a827ea35a0f4548e806fc90b040', 'Crawler', '2024-11-13 11:46:11', null, '2025-04-08 11:34:36', null, 'CMOS', 'MC10EL31', 'MC10EL31', 'Logic', null, 'ON Semiconductor', '5/28/2015', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/2abd1a827ea35a0f4548e806fc90b040/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2abd1a827ea35a0f4548e806fc90b040/data.xlsx\"}', 'MC10EL31,Logic,ON Semiconductor,5/28/2015,https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('2adad64941998ac3037dd89aaca749b1', 'Crawler', '2024-11-13 11:59:58', 'huangkan', '2025-04-29 17:52:38', null, '其他集成电路', 'NHI1529', 'NHI1529', 'MIL-STD-1553B Transceiver', null, 'National Hybrids', '8/3/1993;7/18/1994', 'NASA', null, '1', '{\"nsrec94a.pdf\":\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/data.xlsx\",\"NHI1529单粒子效应_1745920346232.xlsx\":\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/NHI1529单粒子效应_1745920346232.xlsx\"}', 'NHI1529,MIL-STD-1553B Transceiver,National Hybrids,8/3/1993;7/18/1994,b080393.pdf;nsrec94a.pdf,SEE,Fiber Optics', '1'); INSERT INTO `nasa_data_record` VALUES ('2b005c650ce2b9338a0e5d69fcc70994', 'Crawler', '2024-11-13 10:22:28', null, '2025-04-08 11:34:36', null, 'Logic Device', '54AC11', '54AC11', 'AND Gate', null, 'National Semiconductor', '7/8/1991', 'NASA', null, null, '{\"PPM-91-425.pdf\":\"/oss/physical/NASA/2b005c650ce2b9338a0e5d69fcc70994/PPM-91-425.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2b005c650ce2b9338a0e5d69fcc70994/data.xlsx\"}', '54AC11,AND Gate,National Semiconductor,7/8/1991,tid/PPM-91-425.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('2b386fad5e4b56220eddba0bb0242bb8', 'Crawler', '2024-11-13 10:57:52', null, '2025-04-08 11:34:36', null, 'Fiber Optics', 'CT2521', 'CT2521', 'MIL-STD-1553B Transceiver', null, 'Marconi/CTI', '8/3/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/2b386fad5e4b56220eddba0bb0242bb8/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/2b386fad5e4b56220eddba0bb0242bb8/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2b386fad5e4b56220eddba0bb0242bb8/data.xlsx\"}', 'CT2521,MIL-STD-1553B Transceiver,Marconi/CTI,8/3/1993;7/18/1994,b080393.pdf;nsrec94a.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('2b403ba0c6c50cfa4b314a751f7437af', 'Crawler', '2024-11-13 12:58:20', 'yangsini', '2025-04-30 11:31:47', null, '晶体管', 'U310 N 沟道 JFET', 'U310', 'N-Channel JFET', '9548', 'Siliconix', '1/3/2000', 'NASA', '杨思妮', '8', '{\"PPM-99-043.pdf\":\"/oss/physical/NASA/2b403ba0c6c50cfa4b314a751f7437af/PPM-99-043.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2b403ba0c6c50cfa4b314a751f7437af/data.xlsx\",\"电离总剂量效应_1745983904852.xlsx\":\"/oss/physical/NASA/2b403ba0c6c50cfa4b314a751f7437af/电离总剂量效应_1745983904852.xlsx\"}', 'U310,N-Channel JFET,Siliconix,1/3/2000,tid/PPM-99-043.pdf,TID,N Channel JFET', '40'); INSERT INTO `nasa_data_record` VALUES ('2b524febaa8ee8c7ba1bfc50f750a545', 'Crawler', '2024-11-13 10:42:35', null, '2025-04-08 11:34:36', null, 'CMOS', 'AD7675', 'AD7675', 'ADC', null, 'Analog Devices', '11/16/2003;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2b524febaa8ee8c7ba1bfc50f750a545/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/2b524febaa8ee8c7ba1bfc50f750a545/nsrec04_SEE.pdf\",\"T111603_AD7675.pdf\":\"/oss/physical/NASA/2b524febaa8ee8c7ba1bfc50f750a545/T111603_AD7675.pdf\"}', 'AD7675,ADC,Analog Devices,11/16/2003;6/22/2004,T111603_AD7675.pdf;nsrec04_SEE.pdf,SEL,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('2b750f21dd85aafdef49fb33a1cfe03e', 'Crawler', '2024-11-13 10:58:40', null, '2025-04-08 11:34:36', null, 'DAC', 'DAC08', 'DAC08', 'DAC 8-bit', null, 'Raytheon', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/2b750f21dd85aafdef49fb33a1cfe03e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2b750f21dd85aafdef49fb33a1cfe03e/data.xlsx\"}', 'DAC08,DAC 8-bit,Raytheon,7/20/1998,NSREC98.pdf,SEE,DAC', null); INSERT INTO `nasa_data_record` VALUES ('2b7a2ae7b4ee86c5edc9c95922f76f43', 'Crawler', '2024-11-13 11:36:45', null, '2025-04-08 11:34:36', null, 'CMOS analog switch', 'MAX4528', 'MAX4528', 'CMOS analog switches', null, 'Maxim', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/2b7a2ae7b4ee86c5edc9c95922f76f43/nsrec01_W15.pdf\",\"B092700c.pdf\":\"/oss/physical/NASA/2b7a2ae7b4ee86c5edc9c95922f76f43/B092700c.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2b7a2ae7b4ee86c5edc9c95922f76f43/data.xlsx\"}', 'MAX4528,CMOS analog switches,Maxim,7/19/2001,B092700c.pdf;nsrec01_W15.pdf,SEL,CMOS analog switch', null); INSERT INTO `nasa_data_record` VALUES ('2b8980d1e007a7e97cf0ddea62ebe4a3', 'Crawler', '2024-11-13 12:34:49', 'sunjiacheng', '2025-04-30 17:05:28', null, '二极管', 'SBL1045', 'SBL1045', 'Diode', '0924, 15-049', 'Vishay', '8/18/2015', 'NASA', '孙家诚', '1', '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/2b8980d1e007a7e97cf0ddea62ebe4a3/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2b8980d1e007a7e97cf0ddea62ebe4a3/data.xlsx\",\"单粒子效应_1746003926114.xlsx\":\"/oss/physical/NASA/2b8980d1e007a7e97cf0ddea62ebe4a3/单粒子效应_1746003926114.xlsx\"}', 'SBL1045,Diode,Vishay,8/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEE,Si', '3'); INSERT INTO `nasa_data_record` VALUES ('2ba073876d4b9c60f632b7671b362041', 'Crawler', '2024-11-13 12:36:33', 'zhangchenyu', '2025-04-30 17:05:05', null, 'Linear Device', 'SE5521F', 'SE5521F', 'Signal conditioner', null, 'SGN', '7/29/1994;7/17/1995', 'NASA', '张晨宇', '1', '{\"ieee95a.pdf\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/b072994.pdf\",\"单粒子效应_1746003904170.xlsx\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/单粒子效应_1746003904170.xlsx\"}', 'SE5521F,Signal conditioner,SGN,7/29/1994;7/17/1995,b072994.pdf;ieee95a.pdf,SEE,Linear Device', '1'); INSERT INTO `nasa_data_record` VALUES ('2ba18ccc95fcbb55a39cb951ac8c09bc', 'Crawler', '2024-11-13 12:30:38', 'yangjicong', '2025-04-29 12:41:31', null, 'Miscellaneous', 'RS Encoder', 'RS Encoder', '8 bit shift register', null, 'HP/NASA VLSI Design', '6/24/1992', 'NASA', '杨济聪', '1', '{\"62492.pdf\":\"/oss/physical/NASA/2ba18ccc95fcbb55a39cb951ac8c09bc/62492.pdf\",\"data_1745901690238.xlsx\":\"/oss/physical/NASA/2ba18ccc95fcbb55a39cb951ac8c09bc/data_1745901690238.xlsx\"}', 'RS Encoder,8 bit shift register,HP/NASA VLSI Design,6/24/1992,62492.pdf,SEU,Miscellaneous', '1'); INSERT INTO `nasa_data_record` VALUES ('2ba4fa068bad98e2f8fd4b177847d594', 'Crawler', '2024-11-13 09:55:27', null, '2025-04-08 11:34:36', null, 'ADI', 'DAC8408AT/883B', 'DAC8408AT/883B', 'Quad 8-bIT DAC', null, null, '06/10/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2ba4fa068bad98e2f8fd4b177847d594/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2ba4fa068bad98e2f8fd4b177847d594/PPM-99-045.pdf\"}', '149,5-20,DAC8408AT/883B,Quad 8-bIT DAC,ADI,GGS/WIND,8821,PPM-92-180,06/10/92', null); INSERT INTO `nasa_data_record` VALUES ('2c12354d6b37222e16b69d487db6bd7c', 'Crawler', '2024-11-13 12:51:13', 'chenwenzhuo', '2025-04-30 12:34:42', null, 'Operational Amplifier', 'TL074', 'TL074', 'Operational Amplifier,BiFet Inputs', null, 'Texas Instruments', '12/22/1994', 'NASA', '陈文卓', '1', '{\"PPM-95-109.pdf\":\"/oss/physical/NASA/2c12354d6b37222e16b69d487db6bd7c/PPM-95-109.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2c12354d6b37222e16b69d487db6bd7c/data.xlsx\",\"OperationalAmplifier_1745987680995.xlsx\":\"/oss/physical/NASA/2c12354d6b37222e16b69d487db6bd7c/OperationalAmplifier_1745987680995.xlsx\"}', 'TL074,Operational Amplifier,BiFet Inputs,Texas Instruments,12/22/1994,tid/PPM-95-109.pdf,TID,Operational Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('2c2976a92925e8595f8995757e6a251a', 'Crawler', '2024-11-13 11:44:50', null, '2025-04-08 11:34:36', null, 'Si', 'MBR6045', 'MBR6045', 'Diode', null, 'ON Semiconductor', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/2c2976a92925e8595f8995757e6a251a/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2c2976a92925e8595f8995757e6a251a/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/2c2976a92925e8595f8995757e6a251a/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/2c2976a92925e8595f8995757e6a251a/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR6045,Diode,ON Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('2c409e9d7bceb6c203f099b7c67655ca', 'Crawler', '2024-11-13 09:55:46', null, '2025-04-08 11:34:36', null, 'RCA', 'CD54HC40103F3A', 'CD54HC40103F3A', '8-bit Down Ctr.', null, null, '03/20/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2c409e9d7bceb6c203f099b7c67655ca/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2c409e9d7bceb6c203f099b7c67655ca/PPM-99-045.pdf\"}', '135,5-20,CD54HC40103F3A,8-bit Down Ctr.,RCA,GGS/WIND,8907,PPM-92-115,03/20/92', null); INSERT INTO `nasa_data_record` VALUES ('2c944771fb790fc70bec6a0da1a5605f', 'Crawler', '2024-11-13 12:25:40', 'dushuaibin', '2025-04-30 21:24:04', null, '射频/微波电路', 'InGaP', 'RAM-3+', 'MMIC Amplifier', '0918', 'Mini-Circuits', '2010.01.29', 'NASA', '王嘉兴', '1', '{\"单粒子效应_1746019424819.xlsx\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/单粒子效应_1746019424819.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/nsrec2011_W5_TID.pdf\",\"NRL012910_RAM3.pdf\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/NRL012910_RAM3.pdf\"}', 'RAM-3+,MMIC Amplifier,Mini-Circuits,NRL10FEB;7/2011,NRL012910_RAM3.pdf;nsrec2011_W6_SEE.pdf;nsrec2011_W5_TID.pdf,TID; SEE; SET,InGaP', '2'); INSERT INTO `nasa_data_record` VALUES ('2c999fff96c049a0fd22ffe7d115bd69', 'Crawler', '2024-11-13 11:37:10', null, '2025-04-08 11:34:36', null, 'CMOS', 'MAX4651', 'MAX4651', 'Analog Switch', null, 'Maxim Integrated', '12/20/2019(TID);1/14/2020(Laser-NRL);3/9/2021(TID)', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2c999fff96c049a0fd22ffe7d115bd69/data.xlsx\",\"Osheroff-TR-21-001-MAX4651-2021Mar09-TID-NASA-TM-20210011180.pdf\":\"/oss/physical/NASA/2c999fff96c049a0fd22ffe7d115bd69/Osheroff-TR-21-001-MAX4651-2021Mar09-TID-NASA-TM-20210011180.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/2c999fff96c049a0fd22ffe7d115bd69/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\"}', 'MAX4651,Analog Switch,Maxim Integrated,12/20/2019(TID);1/14/2020(Laser-NRL);3/9/2021(TID),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;Osheroff-TR-21-001-MAX4651-2021Mar09-TID-NASA-TM-20210011180.pdf,TID;Laser,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('2cae932cbffa0f85737c7f2b42092928', 'Crawler', '2024-11-13 02:16:47', null, '2025-04-08 11:34:36', null, 'ESCC 25100', 'IJW120R100T1', 'IJW120R100T1', 'Power MOSFET', '5 FET N CHANNEL', 'Infineon', '07/06/2019', 'ESA', null, null, '{\"D6-6 - TN6.06 - SEE JFET IJW120RT100T1 - NEO-14-086_Report_71-2018_rev2.0.pdf\":\"/oss/physical/ESA/2cae932cbffa0f85737c7f2b42092928/D6-6 - TN6.06 - SEE JFET IJW120RT100T1 - NEO-14-086_Report_71-2018_rev2.0.pdf\",\"data.xlsx\":\"/oss/physical/ESA/2cae932cbffa0f85737c7f2b42092928/data.xlsx\"}', '382,IJW120R100T1,Infineon,Download,SEE (Single Events Effects),ESCC 25100,12 TRANSISTORS,5 FET N CHANNEL,Power MOSFET,SiC JFET,Fraunhofer Institut,07/06/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('2cbd841f4089026ecad41c55d551c2ac', 'Crawler', '2024-11-13 09:55:08', null, '2025-04-08 11:34:36', null, 'Motorola', 'JANTXV2N2222A', 'JANTXV2N2222A', 'NPN Transistor', null, null, '12/04/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2cbd841f4089026ecad41c55d551c2ac/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2cbd841f4089026ecad41c55d551c2ac/PPM-99-045.pdf\"}', '163,5-60,JANTXV2N2222A,NPN Transistor,Motorola,FAST/HCI,9112,PPM-92-286,12/04/92', null); INSERT INTO `nasa_data_record` VALUES ('2cc3d86f4fa32e41c50a4f3a61ec6d73', 'Crawler', '2024-11-13 02:15:32', null, '2025-04-08 11:34:36', null, 'ESCC 25100', 'LT7101', 'LT7101', 'Buck Converter', '54 LINEAR SWITCHING REGULATOR', 'Linear Technology', '21/02/2024', 'ESA', null, null, '{\"LT7101 SEE Test Report.pdf\":\"/oss/physical/ESA/2cc3d86f4fa32e41c50a4f3a61ec6d73/LT7101 SEE Test Report.pdf\",\"data.xlsx\":\"/oss/physical/ESA/2cc3d86f4fa32e41c50a4f3a61ec6d73/data.xlsx\"}', '392,LT7101,Linear Technology,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,54 LINEAR SWITCHING REGULATOR,Buck Converter,Silicon,ESA-ESTEC TEC-QEC,21/02/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('2cd36a31ac9e2c4d62cbcba700c40b71', 'Crawler', '2024-11-13 12:32:27', 'yangjicong', '2025-04-29 00:11:59', null, 'Antifuse Technology CMOS', 'RTAX2000S', 'RTAX2000S', 'RTAX-S FPGA', '0311;0838;0526', 'Actel', '2010 年 5 月,2010 年 8月,2010 年 12 月', 'NASA', '杨济聪', '1', '{\"T110909_RTAX2000SX_na.pdf\":\"/oss/physical/NASA/2cd36a31ac9e2c4d62cbcba700c40b71/T110909_RTAX2000SX_na.pdf\",\"Berg_tns2011.pdf\":\"/oss/physical/NASA/2cd36a31ac9e2c4d62cbcba700c40b71/Berg_tns2011.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/2cd36a31ac9e2c4d62cbcba700c40b71/nsrec2011_W6_SEE.pdf\",\"T120809_RTAX2000S.pdf\":\"/oss/physical/NASA/2cd36a31ac9e2c4d62cbcba700c40b71/T120809_RTAX2000S.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/2cd36a31ac9e2c4d62cbcba700c40b71/nsrec2010_W8_SEE.pdf\",\"data_1745856718536.xlsx\":\"/oss/physical/NASA/2cd36a31ac9e2c4d62cbcba700c40b71/data_1745856718536.xlsx\"}', 'RTAX2000S,RTAX-S FPGA,Actel,TAMU09DEC;TAMU10MAY;TAMU10AUG;TAMU10DEC,T110909_RTAX2000SX_na.pdf;nsrec2010_W8_SEE.pdf;Berg_tns2011.pdf;T120809_RTAX2000S.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL;SEU,Antifuse Technology CMOS', '4'); INSERT INTO `nasa_data_record` VALUES ('2d1dc7b2a511bb58192364aeb4146e8c', 'Crawler', '2024-11-13 10:20:36', null, '2025-04-08 11:34:36', null, 'Optocoupler', '4N48', '4N48', 'Optocoupler', null, 'Micropac', '2/1997;9/3/1997;7/20/1998', 'NASA', null, null, '{\"i090397.pdf\":\"/oss/physical/NASA/2d1dc7b2a511bb58192364aeb4146e8c/i090397.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/2d1dc7b2a511bb58192364aeb4146e8c/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2d1dc7b2a511bb58192364aeb4146e8c/data.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/2d1dc7b2a511bb58192364aeb4146e8c/nsrec00_W22.pdf\"}', '4N48,Optocoupler,Micropac,2/1997;9/3/1997;7/20/1998,nsrec00_W22.pdf;i090397.pdf;NSREC98.pdf,SEE,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('2d4a125f6c8f904fe4b80e5d5bb830d2', 'Crawler', '2024-11-13 09:52:20', null, '2025-04-08 11:34:36', null, 'ADI', 'AD829', 'AD829', 'Op Amp', null, null, '09/15/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2d4a125f6c8f904fe4b80e5d5bb830d2/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2d4a125f6c8f904fe4b80e5d5bb830d2/PPM-99-045.pdf\"}', '282,1-10,AD829,Op Amp,ADI,HST/STIS,9443A,PPM-95-178,09/15/95', null); INSERT INTO `nasa_data_record` VALUES ('2d4c775ade49fc4dbca701eabbd50eee', 'Crawler', '2024-11-13 00:22:37', null, '2025-04-08 11:34:36', null, 'MIL-STD-883 TM 1019', 'MX68GL1G0GHXFI', 'MX68GL1G0GHXFI', '', '29 MEMORY OTHERS', 'Macronix', '10/10/2018', 'ESA', null, null, '{\"79.pdf\":\"/oss/physical/ESA/2d4c775ade49fc4dbca701eabbd50eee/79.pdf\",\"data.xlsx\":\"/oss/physical/ESA/2d4c775ade49fc4dbca701eabbd50eee/data.xlsx\"}', '79,MX68GL1G0GHXFI,Macronix,Download,TID (Total Ionising Dose),MIL-STD-883 TM 1019,8 MICROCIRCUITS,29 MEMORY OTHERS,,,Alter,10/10/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('2d6adfdd99773a456cb60f51ddb63e81', 'Crawler', '2024-11-13 09:50:20', null, '2025-04-08 11:34:36', null, 'Omnirel', 'OM11725SMX (OM7646)', 'OM11725SMX (OM7646)', 'OP AMP', null, null, '04/10/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2d6adfdd99773a456cb60f51ddb63e81/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2d6adfdd99773a456cb60f51ddb63e81/PPM-99-045.pdf\"}', '361,5-100,OM11725SMX (OM7646),OP AMP,Omnirel,MIDEX,9735,PPM-98-007,04/10/98', null); INSERT INTO `nasa_data_record` VALUES ('2d90b7ea119ea1a991f803ee8ced557d', 'Crawler', '2024-11-13 11:10:48', null, '2025-04-08 11:34:36', null, 'Bipolar', 'HS-4423BEH', 'HS-4423BEH', 'FET Driver', null, 'Intersil', '11/09/2017-to-3/12/2018', 'NASA', null, null, '{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/2d90b7ea119ea1a991f803ee8ced557d/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2d90b7ea119ea1a991f803ee8ced557d/data.xlsx\"}', 'HS-4423BEH,FET Driver,Intersil,11/09/2017-to-3/12/2018,CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('2da4217fc09436075ebd185d18756973', 'Crawler', '2024-11-13 12:49:53', 'chenwenzhuo', '2025-04-30 22:49:58', null, 'Special Device', 'TGL4302', 'TGL4302', 'MMIC voltage variable attenuator', null, 'Triquint', '8/28/2006', 'NASA', '陈文卓', '8', '{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/data.xlsx\",\"T082806_TGL4302.pdf\":\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/T082806_TGL4302.pdf\",\"TIL25_1746006944917.xlsx\":\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/TIL25_1746006944917.xlsx\"}', 'TGL4302,MMIC voltage variable attenuator,Triquint,8/28/2006,T082806_TGL4302.pdf;nsrec07_W27_SEE.pdf,SEE,Special Device', '8'); INSERT INTO `nasa_data_record` VALUES ('2dfb543fab58f10e56fbf0a7d6bb19f3', 'Crawler', '2024-11-13 10:50:12', null, '2025-04-08 11:34:36', null, 'FPGA', 'AN10E40', 'AN10E40', 'Analog FPAA', null, 'Anadigm', '6/5/2002;7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/2dfb543fab58f10e56fbf0a7d6bb19f3/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2dfb543fab58f10e56fbf0a7d6bb19f3/data.xlsx\",\"B030402_AN10E40.pdf\":\"/oss/physical/NASA/2dfb543fab58f10e56fbf0a7d6bb19f3/B030402_AN10E40.pdf\"}', 'AN10E40,Analog FPAA,Anadigm,6/5/2002;7/19/2002,B030402_AN10E40.pdf;NSREC02_W16.pdf,SEE,FPGA', null); INSERT INTO `nasa_data_record` VALUES ('2e03905acf6fb6d14d50b222b2aac98d', 'Crawler', '2024-11-13 10:55:13', null, '2025-04-08 11:34:36', null, 'Counter', 'CD54HC40103F3A', 'CD54HC40103F3A', '8-bit Down Counter', null, 'RCA', '3/20/1992', 'NASA', null, null, '{\"PPM-92-115.pdf\":\"/oss/physical/NASA/2e03905acf6fb6d14d50b222b2aac98d/PPM-92-115.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2e03905acf6fb6d14d50b222b2aac98d/data.xlsx\"}', 'CD54HC40103F3A,8-bit Down Counter,RCA,3/20/1992,tid/PPM-92-115.pdf,TID,Counter', null); INSERT INTO `nasa_data_record` VALUES ('2e186e9526dae8340181ae8ec313e6ae', 'Crawler', '2024-11-13 13:02:31', 'yanghongyi', '2025-04-17 11:53:09', null, '数字集成电路', 'Virtex 5QV', 'V5QV', 'Virtex 5QV FPGA', null, 'Xilinx', '8/20/2012; 6/15/2013; 4/6/2014; 10/4/2014', 'NASA', '杨弘毅', '1', '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/data.xlsx\",\"2014-561-Berg-Final-Web-Pres-ETW-FPGA-TN16271_v5.pdf\":\"/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/2014-561-Berg-Final-Web-Pres-ETW-FPGA-TN16271_v5.pdf\",\"单粒子效应-10_1744861980859.xlsx\":\"/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/单粒子效应-10_1744861980859.xlsx\"}', 'V5QV,Virtex 5QV FPGA,Xilinx,8/20/2012; 6/15/2013; 4/6/2014; 10/4/2014,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;https://nepp.nasa.gov/files/26182/2014-561-Berg-Final-Web-Pres-ETW-FPGA-TN16271_v5.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('2e34e543d7e72c73366f6d191fc9fdfc', 'Crawler', '2024-11-13 00:48:30', null, '2025-04-08 11:34:36', null, 'Not specified', 'IS-1825ASRH', 'IS-1825ASRH', 'Single Event and Total Dose Hardened High Speed, Dual Output PWM', '54 LINEAR SWITCHING REGULATOR', 'Intersil', '30/04/2012', 'ESA', null, null, '{\"169.pdf\":\"/oss/physical/ESA/2e34e543d7e72c73366f6d191fc9fdfc/169.pdf\",\"data.xlsx\":\"/oss/physical/ESA/2e34e543d7e72c73366f6d191fc9fdfc/data.xlsx\"}', '169,IS-1825ASRH,Intersil,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,54 LINEAR SWITCHING REGULATOR,Single Event and Total Dose Hardened High Speed, Dual Output PWM,,Hirex,30/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('2e79f3b7f9a0d9986873c5c60660248f', 'Crawler', '2024-11-13 10:56:19', null, '2025-04-08 11:34:36', null, 'SiC VDMOS', 'CMF10120D', 'CMF10120D', 'Power MOSFET', null, 'CREE', '8/20/2012;11/14/2012;9/19/2014', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2e79f3b7f9a0d9986873c5c60660248f/data.xlsx\",\"2014-NASA-TM-Lauenstein-TR-12-080-CMF10120D-2014Sept19-TM-20210014977.pdf\":\"/oss/physical/NASA/2e79f3b7f9a0d9986873c5c60660248f/2014-NASA-TM-Lauenstein-TR-12-080-CMF10120D-2014Sept19-TM-20210014977.pdf\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/2e79f3b7f9a0d9986873c5c60660248f/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/2e79f3b7f9a0d9986873c5c60660248f/nsrec2013_W8_SEE.pdf\"}', 'CMF10120D,Power MOSFET,CREE,8/20/2012;11/14/2012;9/19/2014,nsrec2013_W8_SEE.pdf;https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/docs/tasks/044a-Power-MOSFETs/2014-NASA-TM-Lauenstein-TR-12-080-CMF10120D-2014Sept19-TM-20210014977.pdf,SEE,SiC VDMOS', null); INSERT INTO `nasa_data_record` VALUES ('2e83b4195075b4e1be826072a329b89d', 'Crawler', '2024-11-13 10:23:22', null, '2025-04-08 11:34:36', null, 'Buffer/Driver', '54AC244', '54AC244', 'Buffer/Driver', null, 'National Semiconductor', '1/5/1993', 'NASA', null, null, '{\"PPM-92-317.pdf\":\"/oss/physical/NASA/2e83b4195075b4e1be826072a329b89d/PPM-92-317.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2e83b4195075b4e1be826072a329b89d/data.xlsx\"}', '54AC244,Buffer/Driver,National Semiconductor,1/5/1993,tid/PPM-92-317.pdf,TID,Buffer/Driver', null); INSERT INTO `nasa_data_record` VALUES ('2eab90420ee3e49aa898408508c7b812', 'Crawler', '2024-11-13 12:55:28', 'yangsini', '2025-04-30 19:18:57', null, '其他电气和电子元器件', 'MIC4429(High Current, High Speed MOSFET Driver)', '5962-8877002PA', 'MOSFET Driver,Hi-I,Hi-spd', '9418', 'Texas Instruments', '12/20/1994', 'NASA', '杨思妮', '8', '{\"PPM-95-110.pdf\":\"/oss/physical/NASA/2eab90420ee3e49aa898408508c7b812/PPM-95-110.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2eab90420ee3e49aa898408508c7b812/data.xlsx\",\"电离总剂量效应_1746011935742.xlsx\":\"/oss/physical/NASA/2eab90420ee3e49aa898408508c7b812/电离总剂量效应_1746011935742.xlsx\"}', 'TSC4429,MOSFET Driver,Hi-I,Hi-spd,Texas Instruments,12/20/1994,tid/PPM-95-110.pdf,TID,MOSFET Driver', '56'); INSERT INTO `nasa_data_record` VALUES ('2eb3069a843a879bed736cb669df431c', 'Crawler', '2024-11-13 00:14:44', null, '2025-04-08 11:34:36', null, 'Other', '2N2920A', '2N2920A', '', '2 LOW POWER, PNP (< 2WATTS)', 'STmicroelectronics', '20/04/2012', 'ESA', null, null, '{\"2N2920A PROTONS TID_0921_02.pdf\":\"/oss/physical/ESA/2eb3069a843a879bed736cb669df431c/2N2920A PROTONS TID_0921_02.pdf\",\"data.xlsx\":\"/oss/physical/ESA/2eb3069a843a879bed736cb669df431c/data.xlsx\"}', '77,2N2920A,STmicroelectronics,Download,SEE (Single Events Effects),Other,12 TRANSISTORS,2 LOW POWER, PNP (< 2WATTS),,Bipolar,Hirex,20/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('2ec98a04ba9aa08a34acbdb0cf583dd1', 'Crawler', '2024-11-13 09:53:03', null, '2025-04-08 11:34:36', null, 'SEEQ', '28C256', '28C256', 'EEPROM', null, null, '03/28/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2ec98a04ba9aa08a34acbdb0cf583dd1/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2ec98a04ba9aa08a34acbdb0cf583dd1/PPM-99-045.pdf\"}', '254,2.5,28C256,EEPROM,SEEQ,AXAF,9133A,PPM-95-141,03/28/95', null); INSERT INTO `nasa_data_record` VALUES ('2ee300d6af2eaab1185b19b50214c9e5', 'Crawler', '2024-11-13 11:30:46', null, '2025-04-08 11:34:36', null, 'Operational Amplifier', 'LT1010', 'LT1010', 'Power Buffer', null, 'Linear Technology', '11/20/1998;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/2ee300d6af2eaab1185b19b50214c9e5/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2ee300d6af2eaab1185b19b50214c9e5/data.xlsx\",\"PPM-99-010.pdf\":\"/oss/physical/NASA/2ee300d6af2eaab1185b19b50214c9e5/PPM-99-010.pdf\"}', 'LT1010,Power Buffer,Linear Technology,11/20/1998;1999,tid/PPM-99-010.pdf;nsrec00_W21.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('2ee61cfbe6b8d13d6324cf3206b5ceae', 'Crawler', '2024-11-13 12:06:07', 'xieyongzhi', '2025-05-03 19:05:47', null, '数字集成电路', 'P44016JK', 'P44016JK', '16 Mbit DRAM', null, 'IBM', '9/20/1996', 'NASA', '罗永恒', '2', '{\"data__1745913920613.xlsx\":\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/data__1745913920613.xlsx\",\"PPM-96-009.pdf\":\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/PPM-96-009.pdf\"}', 'P44016JK,16 Mbit DRAM,IBM,9/20/1996,tid/PPM-96-009.pdf,TID,RAM (Random Access Memory)', '240'); INSERT INTO `nasa_data_record` VALUES ('2ef1885a6f66e636af314fc0e162c891', 'Crawler', '2024-11-13 09:51:40', null, '2025-04-08 11:34:36', null, 'AD', 'OP420RC', 'OP420RC', 'OP AMP', null, null, '4/5/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/2ef1885a6f66e636af314fc0e162c891/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/2ef1885a6f66e636af314fc0e162c891/PPM-99-045.pdf\"}', '308,2.5-30,OP420RC,OP AMP,AD,SMEX/LITE,9617,PPM-97-012,4/5/97', null); INSERT INTO `nasa_data_record` VALUES ('2efbbbc6969a020d19eb024647676a9e', 'Crawler', '2024-11-13 10:45:08', null, '2025-04-08 11:34:36', null, 'ADC', 'AD9223AR', 'AD9223AR', '3 MSPS 12 bits ADC', null, 'Analog Devices', '8/1/2001', 'NASA', null, null, '{\"T080101_ADC.pdf\":\"/oss/physical/NASA/2efbbbc6969a020d19eb024647676a9e/T080101_ADC.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2efbbbc6969a020d19eb024647676a9e/data.xlsx\"}', 'AD9223AR,3 MSPS 12 bits ADC,Analog Devices,8/1/2001,T080101_ADC.pdf,SEE,ADC', null); INSERT INTO `nasa_data_record` VALUES ('2f0b4c6167a1f97e61bd3cef87bb1e74', 'Crawler', '2024-11-13 10:17:02', null, '2025-04-08 11:34:36', null, 'Transistor', '2N5096', '2N5096', 'PNP Transistor', null, 'SSDI', '1/23/1992', 'NASA', null, null, '{\"PPM-92-036.pdf\":\"/oss/physical/NASA/2f0b4c6167a1f97e61bd3cef87bb1e74/PPM-92-036.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2f0b4c6167a1f97e61bd3cef87bb1e74/data.xlsx\"}', '2N5096,PNP Transistor,SSDI,1/23/1992,tid/PPM-92-036.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('2f6474eae96a26832692ab860e7f16d5', 'Crawler', '2024-11-13 10:58:20', null, '2025-04-08 11:34:36', null, 'Programmable Device', 'Custom Antifuse Programmable Substrate', 'Custom Antifuse Programmable Substrate', 'Programmable Silicon Circuit Board (PSCB)', null, 'Pico Systems', '5/13/1997', 'NASA', null, null, '{\"picoreport1.PDF\":\"/oss/physical/NASA/2f6474eae96a26832692ab860e7f16d5/picoreport1.PDF\",\"data.xlsx\":\"/oss/physical/NASA/2f6474eae96a26832692ab860e7f16d5/data.xlsx\"}', 'Custom Antifuse Programmable Substrate,Programmable Silicon Circuit Board (PSCB),Pico Systems,5/13/1997,picoreport1.PDF,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('2f699e787dd82b668f6d60d584bf6310', 'Crawler', '2024-11-13 12:33:07', 'yangjicong', '2025-04-28 23:29:06', null, 'CMOS', 'RadFET - CMOS FET Dosimeter', 'RadFET - CMOS FET Dosimeter', 'CMOS FET Dosimeter', '0201', 'NMRC', '2009年1月', 'NASA', '杨济聪', '1', '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/2f699e787dd82b668f6d60d584bf6310/nsrec09_W13_TID.pdf\",\"data_1745854145097.xlsx\":\"/oss/physical/NASA/2f699e787dd82b668f6d60d584bf6310/data_1745854145097.xlsx\"}', 'RadFET - CMOS FET Dosimeter,CMOS FET Dosimeter,NMRC,VdG2009JAN,tid/VdG09JAN_RadFET.pdf;nsrec09_W13_TID.pdf,TID,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('2f79a00a6a402a2161c9993869414bcc', 'Crawler', '2024-11-13 13:07:41', 'wangbin', '2025-04-17 18:48:57', null, '专用集成电路', 'Virtex II Pro XQ2VP40', 'Virtex II Pro XQ2VP40', 'FPGA', 'xx', 'Xilinx', '10/17/2005', 'NASA', '王斌', '1', '{\"I101705_V2Pro.pdf\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/I101705_V2Pro.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/nsrec06_W4.pdf\",\"单粒子效应VirtexIIProXQ2VP40_1744886936383.xlsx\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/单粒子效应VirtexIIProXQ2VP40_1744886936383.xlsx\"}', 'Virtex II Pro XQ2VP40,FPGA,Xilinx,10/17/2005,I101705_V2Pro.pdf;nsrec06_W4.pdf,SEE,FPGA', '2'); INSERT INTO `nasa_data_record` VALUES ('2f88369bda43999c1c9574189844bfed', 'Crawler', '2024-11-13 11:45:52', null, '2025-04-08 11:34:36', null, 'Si', 'MBRF2045CT', 'MBRF2045CT', 'Diode', null, 'ON Semiconductor', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/2f88369bda43999c1c9574189844bfed/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2f88369bda43999c1c9574189844bfed/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/2f88369bda43999c1c9574189844bfed/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/2f88369bda43999c1c9574189844bfed/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBRF2045CT,Diode,ON Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('2fa937f1da1e52e3fb28ac6573c8db6d', 'Crawler', '2024-11-13 12:25:58', 'dushuaibin', '2025-04-30 20:53:26', null, '数字集成电路', 'RAM (Random Access Memory)', 'RAMT1R1', 'Rambus 2Mx8 DRAM', 'XX', 'Toshiba', '1997.02.24', 'NASA', '王嘉兴', '1', '{\"data.xlsx\":\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/b022497b.pdf\",\"单粒子效应_1746017605065.xlsx\":\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/单粒子效应_1746017605065.xlsx\"}', 'RAMT1R1,Rambus 2Mx8 DRAM,Toshiba,2/24/1997,b022497b.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('300019f17c5072a930243b3106b97b64', 'Crawler', '2024-11-13 12:41:53', 'luozikang', '2025-04-29 17:52:57', null, 'TrenchFET', 'SQJ431EP', 'SQJ431EP', 'MOSFET', null, 'Vishay', '9/26/2016', 'NASA', '罗梓康', '1', '{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/300019f17c5072a930243b3106b97b64/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/300019f17c5072a930243b3106b97b64/data.xlsx\",\"单粒子效应_1745920371709.xlsx\":\"/oss/physical/NASA/300019f17c5072a930243b3106b97b64/单粒子效应_1745920371709.xlsx\"}', 'SQJ431EP,MOSFET,Vishay,9/26/2016,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE,TrenchFET', '1'); INSERT INTO `nasa_data_record` VALUES ('3005968582853c7cc1a584a68992bf4a', 'Crawler', '2024-11-13 12:41:04', 'luozikang', '2025-04-29 18:21:33', null, 'Analog Switch', 'SNJ54HC4066J', 'SNJ54HC4066J', 'Analog Switch', null, 'Texas Instruments', '9/18/1992', 'NASA', '罗梓康', '1', '{\"PPM-92-237.pdf\":\"/oss/physical/NASA/3005968582853c7cc1a584a68992bf4a/PPM-92-237.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3005968582853c7cc1a584a68992bf4a/data.xlsx\",\"电离总剂量效应_1745922087340.xlsx\":\"/oss/physical/NASA/3005968582853c7cc1a584a68992bf4a/电离总剂量效应_1745922087340.xlsx\"}', 'SNJ54HC4066J,Analog Switch,Texas Instruments,9/18/1992,tid/PPM-92-237.pdf,TID,Analog Switch', '1'); INSERT INTO `nasa_data_record` VALUES ('300cb306ce3cd61da2a4e51abab7f176', 'Crawler', '2024-11-13 11:36:26', null, '2025-04-08 11:34:36', null, 'CMOS', 'MAX308ESE', 'MAX308ESE', 'Analog Multiplexer', null, 'Maxim', '10/4/2014', 'NASA', null, null, '{\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/300cb306ce3cd61da2a4e51abab7f176/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"data.xlsx\":\"/oss/physical/NASA/300cb306ce3cd61da2a4e51abab7f176/data.xlsx\"}', 'MAX308ESE,Analog Multiplexer,Maxim,10/4/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('304965e9b43b2a302a6f5ccede480e2f', 'Crawler', '2024-11-13 10:58:17', null, '2025-04-08 11:34:36', null, 'Microprocessors and Peripherals', 'Cobra', 'Cobra', 'Microprocessor', null, 'LSI Logic', '4/24/1991', 'NASA', null, null, '{\"no_report.pdf\":\"/oss/physical/NASA/304965e9b43b2a302a6f5ccede480e2f/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/304965e9b43b2a302a6f5ccede480e2f/data.xlsx\"}', 'Cobra,Microprocessor,LSI Logic,4/24/1991,no_report.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('305b41ee4cc3e8afb4cbf14d756c3bd9', 'Crawler', '2024-11-13 00:56:27', null, '2025-04-08 11:34:36', null, 'ESCC 22900', 'HI-201', 'HI-201', 'Quad SPST CMOS Analog Switch', '42 ASIC TECHNOLOGIES MIXED ANALOG / DIGITAL', 'Maxim', '08/02/2016', 'ESA', null, null, '{\"190.pdf\":\"/oss/physical/ESA/305b41ee4cc3e8afb4cbf14d756c3bd9/190.pdf\",\"data.xlsx\":\"/oss/physical/ESA/305b41ee4cc3e8afb4cbf14d756c3bd9/data.xlsx\"}', '190,HI-201,Maxim,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,42 ASIC TECHNOLOGIES MIXED ANALOG / DIGITAL,Quad SPST CMOS Analog Switch,,ESA,08/02/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('307d53183a0c424b4f737bc422751be8', 'Crawler', '2024-11-13 13:01:06', 'rentongfei', '2025-04-18 12:12:26', null, '射频电路', 'Unknown - GPS Correlator/Front-end', 'Unknown - GPS Correlator/Front-end', 'GPS Correlator/Front-end', 'unknown', 'Plessey', '9/1/1998', 'NASA', '任童菲', '1', '{\"单粒子效应GPSCorrelatorFront_1744900942420.xlsx\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/单粒子效应GPSCorrelatorFront_1744900942420.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/NSREC99.pdf\"}', 'Unknown - GPS Correlator/Front-end,GPS Correlator/Front-end,Plessey,9/1/1998,NSREC99.pdf,SEE,Board', '1'); INSERT INTO `nasa_data_record` VALUES ('3080b36392efb6881d257ca91a566ba2', 'Crawler', '2024-11-13 01:01:16', null, '2025-04-08 11:34:36', null, 'Not specified', 'NPO/2C1/C283', 'NPO/2C1/C283', 'Ceramic Capacitors TID', '1 CERAMIC', 'Eurofarad', '04/01/2005', 'ESA', null, null, '{\"213.pdf\":\"/oss/physical/ESA/3080b36392efb6881d257ca91a566ba2/213.pdf\",\"data.xlsx\":\"/oss/physical/ESA/3080b36392efb6881d257ca91a566ba2/data.xlsx\"}', '213,NPO/2C1/C283,Eurofarad,Download,TID (Total Ionising Dose),Not specified,1 CAPACITORS,1 CERAMIC,Ceramic Capacitors TID,,ESA,04/01/2005,False', null); INSERT INTO `nasa_data_record` VALUES ('30ab4064f4fdc89fa0e8b817fc9db5a7', 'Crawler', '2024-11-13 11:43:36', null, '2025-04-08 11:34:36', null, 'Si', 'MBR40250', 'MBR40250', 'Diode', null, 'ON Semiconductor', '12/19/2015', 'NASA', null, null, '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/30ab4064f4fdc89fa0e8b817fc9db5a7/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/30ab4064f4fdc89fa0e8b817fc9db5a7/data.xlsx\"}', 'MBR40250,Diode,ON Semiconductor,12/19/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('30b761ef24b1b8a8431b06c1e354f7ac', 'Crawler', '2024-11-13 10:14:07', null, '2025-04-08 11:34:36', null, 'Bipolar', '2N2222', '2N2222', 'Silicon NPN Transistor', null, 'Semicoa', '7/2011;10/28/2013;2016 ELDRS testing completed;12/9/2019', 'NASA', null, null, '{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/30b761ef24b1b8a8431b06c1e354f7ac/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/30b761ef24b1b8a8431b06c1e354f7ac/nsrec2011_W5_TID.pdf\",\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/30b761ef24b1b8a8431b06c1e354f7ac/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/30b761ef24b1b8a8431b06c1e354f7ac/data.xlsx\",\"2019-Carstens-TR-GSFC-19-040-2N2222-TID-2019Dec09-TN78001.pdf\":\"/oss/physical/NASA/30b761ef24b1b8a8431b06c1e354f7ac/2019-Carstens-TR-GSFC-19-040-2N2222-TID-2019Dec09-TN78001.pdf\",\"nsrec2012_W6_TID.pdf\":\"/oss/physical/NASA/30b761ef24b1b8a8431b06c1e354f7ac/nsrec2012_W6_TID.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/30b761ef24b1b8a8431b06c1e354f7ac/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/30b761ef24b1b8a8431b06c1e354f7ac/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', '2N2222,Silicon NPN Transistor,Semicoa,7/2011;10/28/2013;2016 ELDRS testing completed;12/9/2019,nsrec2011_W5_TID.pdf;nsrec2012_W6_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf;2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;2019-Carstens-TR-GSFC-19-040-2N2222-TID-2019Dec09-TN78001.pdf;2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('30c8841428cc4562bcc474470eb239fb', 'Crawler', '2024-11-13 10:23:25', null, '2025-04-08 11:34:36', null, 'Buffer', '54AC244DMQB', '54AC244DMQB', 'Octal Buffer', null, 'National Semiconductor', '1/31/1992', 'NASA', null, null, '{\"PPM-92-039.pdf\":\"/oss/physical/NASA/30c8841428cc4562bcc474470eb239fb/PPM-92-039.pdf\",\"data.xlsx\":\"/oss/physical/NASA/30c8841428cc4562bcc474470eb239fb/data.xlsx\"}', '54AC244DMQB,Octal Buffer,National Semiconductor,1/31/1992,tid/PPM-92-039.pdf,TID,Buffer', null); INSERT INTO `nasa_data_record` VALUES ('312169c6f2dd9e9d17f7c95e25144432', 'Crawler', '2024-11-13 11:42:45', null, '2025-04-08 11:34:36', null, 'Si', 'MBR2060CT', 'MBR2060CT', 'Diode', null, 'ON Semiconductor', '6/30/2014', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/312169c6f2dd9e9d17f7c95e25144432/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/312169c6f2dd9e9d17f7c95e25144432/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/312169c6f2dd9e9d17f7c95e25144432/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR2060CT,Diode,ON Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('312fcae51aa46c47228393f2497cf959', 'Crawler', '2024-11-13 10:27:10', null, '2025-04-08 11:34:36', null, 'Optocoupler', '62017 GS3040-3 LED', '62017 GS3040-3 LED', 'Optocoupler', null, 'Micropac', '7/1999', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/312fcae51aa46c47228393f2497cf959/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/312fcae51aa46c47228393f2497cf959/data.xlsx\"}', '62017 GS3040-3 LED,Optocoupler,Micropac,7/1999,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('3182cac9f29ea6baf0d4814f10fcf659', 'Crawler', '2024-11-13 02:20:27', null, '2025-04-08 11:34:36', null, 'Not specified', 'RHF43BK-01V - DC0810', 'RHF43BK-01V - DC0810', 'Precision Bipolar Single Operation Amplifier Radiation Hardened', '50 LINEAR OPERATIONAL AMPLIFIER', 'STmicroelectronics', '08/06/2011', 'ESA', null, null, '{\"RHF43BK PROTONS TID_0938_01.pdf\":\"/oss/physical/ESA/3182cac9f29ea6baf0d4814f10fcf659/RHF43BK PROTONS TID_0938_01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/3182cac9f29ea6baf0d4814f10fcf659/data.xlsx\"}', '353,RHF43BK-01V - DC0810,STmicroelectronics,Download,DD (Displacement Damage),Not specified,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Precision Bipolar Single Operation Amplifier Radiation Hardened,Bipolar,Hirex-Alter,08/06/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('318c09704e76ad8f18a44a23128642ed', 'Crawler', '2024-11-13 09:55:48', null, '2025-04-08 11:34:36', null, 'Intersil', 'JM38510/11108', 'JM38510/11108', 'SPDT Switches', null, null, '03/16/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/318c09704e76ad8f18a44a23128642ed/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/318c09704e76ad8f18a44a23128642ed/PPM-99-045.pdf\"}', '134,2.5-20,JM38510/11108,SPDT Switches,Intersil,EP/MMS/PA,8531,PPM-92-110,03/16/92', null); INSERT INTO `nasa_data_record` VALUES ('3196d0886f515702370e0321b268f39e', 'Crawler', '2024-11-13 11:46:05', null, '2025-04-08 11:34:36', null, 'Optocoupler', 'MC099', 'MC099', 'Optocoupler', null, 'Micropac', '7/1998', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/3196d0886f515702370e0321b268f39e/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3196d0886f515702370e0321b268f39e/data.xlsx\"}', 'MC099,Optocoupler,Micropac,7/1998,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('31a9431962f4609c489b04bbedc5f5e8', 'Crawler', '2024-11-13 12:07:26', 'dushuaibin', '2025-04-30 20:31:16', null, '光电器件', 'Miscellaneous Device', 'PE97201', 'FOCUTS Fiber Optic Module', 'XX', 'Peregrine Semiconductor', '2005.12.05', 'NASA', '王嘉兴', '1', '{\"nsrec06_W4.pdf\":\"/oss/physical/NASA/31a9431962f4609c489b04bbedc5f5e8/nsrec06_W4.pdf\",\"data.xlsx\":\"/oss/physical/NASA/31a9431962f4609c489b04bbedc5f5e8/data.xlsx\",\"单粒子效应_1746016275556.xlsx\":\"/oss/physical/NASA/31a9431962f4609c489b04bbedc5f5e8/单粒子效应_1746016275556.xlsx\"}', 'PE97201,FOCUTS Fiber Optic Module,Peregrine Semiconductor,12/5/2005,D120505_PE97201.pdf;nsrec06_W4.pdf,SEE,Miscellaneous Device', '1'); INSERT INTO `nasa_data_record` VALUES ('31b1bfecc71d7c3fff7dc8635e53e217', 'Crawler', '2024-11-13 10:55:17', null, '2025-04-08 11:34:36', null, 'Flip Flop', 'CD54HC74F3', 'CD54HC74F3', 'D-Flip Flop', null, 'RCA', '2/24/1992', 'NASA', null, null, '{\"PPM-92-075.pdf\":\"/oss/physical/NASA/31b1bfecc71d7c3fff7dc8635e53e217/PPM-92-075.pdf\",\"data.xlsx\":\"/oss/physical/NASA/31b1bfecc71d7c3fff7dc8635e53e217/data.xlsx\"}', 'CD54HC74F3,D-Flip Flop,RCA,2/24/1992,tid/PPM-92-075.pdf,TID,Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('31b28f9b2708a26f66ae5a9254dd18ac', 'Crawler', '2024-11-13 09:54:40', null, '2025-04-08 11:34:36', null, 'Harris', 'HI-509', 'HI-509', '4-ch. MUX', null, null, '03/26/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/31b28f9b2708a26f66ae5a9254dd18ac/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/31b28f9b2708a26f66ae5a9254dd18ac/PPM-99-045.pdf\"}', '184,2.5-30,HI-509,4-ch. MUX,Harris,ISTP/WAVES,9132B,PPM-93-047,03/26/93', null); INSERT INTO `nasa_data_record` VALUES ('31db15bd59d07c6d1e9afc7d9198c0a4', 'Crawler', '2024-11-13 10:55:11', null, '2025-04-08 11:34:36', null, 'Flip Flop', 'CD54AC112F3A', 'CD54AC112F3A', 'J-K Flip Flop', null, 'Harris Corp', '12/29/1992', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/31db15bd59d07c6d1e9afc7d9198c0a4/data.xlsx\",\"PPM-92-315.pdf\":\"/oss/physical/NASA/31db15bd59d07c6d1e9afc7d9198c0a4/PPM-92-315.pdf\"}', 'CD54AC112F3A,J-K Flip Flop,Harris Corp,12/29/1992,tid/PPM-92-315.pdf,TID,Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('31deb4881d5a66af7dae093757fe9d12', 'Crawler', '2024-11-13 09:55:21', null, '2025-04-08 11:34:36', null, 'Micrel', 'MIC4469AJB', 'MIC4469AJB', 'Quad Driver', null, null, '06/30/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/31deb4881d5a66af7dae093757fe9d12/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/31deb4881d5a66af7dae093757fe9d12/PPM-99-045.pdf\"}', '153,2.5-20,MIC4469AJB,Quad Driver,Micrel,CSEFW,9123,PPM-92-202,06/30/92', null); INSERT INTO `nasa_data_record` VALUES ('3214f5a948bd7d773747ea76574b6d7f', 'Crawler', '2024-11-13 10:37:26', null, '2025-04-08 11:34:36', null, 'Miscellaneous', 'AD536', 'AD536', 'RMS-DC Converter', null, 'Analog Devices', '1998-1999;11/21/1998', 'NASA', null, null, '{\"B112198b.pdf\":\"/oss/physical/NASA/3214f5a948bd7d773747ea76574b6d7f/B112198b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3214f5a948bd7d773747ea76574b6d7f/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/3214f5a948bd7d773747ea76574b6d7f/NSREC99.pdf\"}', 'AD536,RMS-DC Converter,Analog Devices,1998-1999;11/21/1998,NSREC99.pdf;B112198b.pdf,SEE;SET,Miscellaneous', null); INSERT INTO `nasa_data_record` VALUES ('3228e44d0a599dda17392425db7a84a9', 'Crawler', '2024-11-13 11:36:41', null, '2025-04-08 11:34:36', null, 'CMOS switch', 'MAX4503', 'MAX4503', 'CMOS switch', null, 'Maxim', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/3228e44d0a599dda17392425db7a84a9/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3228e44d0a599dda17392425db7a84a9/data.xlsx\",\"B111600c.pdf\":\"/oss/physical/NASA/3228e44d0a599dda17392425db7a84a9/B111600c.pdf\"}', 'MAX4503,CMOS switch,Maxim,7/19/2001,B111600c.pdf;nsrec01_W15.pdf,SEL,CMOS switch', null); INSERT INTO `nasa_data_record` VALUES ('322eb634efd2ed1bbd6fb5008d926195', 'Crawler', '2024-11-13 09:51:32', null, '2025-04-08 11:34:36', null, 'Samsung', 'KM48C,V8100AS-6', 'KM48C,V8100AS-6', '4Mx8 DRAM', null, null, '6/5/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/322eb634efd2ed1bbd6fb5008d926195/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/322eb634efd2ed1bbd6fb5008d926195/PPM-99-045.pdf\"}', '313,2.5-50,KM48C,V8100AS-6,4Mx8 DRAM,Samsung,EO1,Not Marked,PPM-97-017,6/5/97', null); INSERT INTO `nasa_data_record` VALUES ('3253ba4a718bccad88bc197c441c8ba3', 'Crawler', '2024-11-13 13:00:58', 'rentongfei', '2025-04-18 12:11:46', null, '电气电子组件、板和卡', 'Unknown - 3U IP Carrier', 'Unknown - 3U IP Carrier', '3U IP Carrier', 'unknown', 'Alphi', '5/1998-6/1998', 'NASA', '任童菲', '1', '{\"data.xlsx\":\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/NSREC99.pdf\",\"单粒子效应3UIPCarrier_1744901387898.xlsx\":\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/单粒子效应3UIPCarrier_1744901387898.xlsx\"}', 'Unknown - 3U IP Carrier,3U IP Carrier,Alphi,5/1998-6/1998,NSREC99.pdf,SEE,Board', '1'); INSERT INTO `nasa_data_record` VALUES ('3261bc3df92d20acf1a891cfac11c3e2', 'Crawler', '2024-11-13 11:46:37', null, '2025-04-08 11:34:36', null, 'Hybrid', 'MCM2760-4M', 'MCM2760-4M', 'Crystal Oscillator', null, 'Q-Tech', '7/2011', 'NASA', null, null, '{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/3261bc3df92d20acf1a891cfac11c3e2/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3261bc3df92d20acf1a891cfac11c3e2/data.xlsx\"}', 'MCM2760-4M,Crystal Oscillator,Q-Tech,7/2011,nsrec2011_W5_TID.pdf,TID,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('326630ad02016c85cb879b33cf949027', 'Crawler', '2024-11-13 00:36:55', null, '2025-04-08 11:34:36', null, 'ESCC 25100', 'HI-201', 'HI-201', 'Quad SPST CMOS Analog Switch', '42 ASIC TECHNOLOGIES MIXED ANALOG / DIGITAL', 'Maxim', '08/02/2016', 'ESA', null, null, '{\"109.pdf\":\"/oss/physical/ESA/326630ad02016c85cb879b33cf949027/109.pdf\",\"data.xlsx\":\"/oss/physical/ESA/326630ad02016c85cb879b33cf949027/data.xlsx\"}', '109,HI-201,Maxim,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,42 ASIC TECHNOLOGIES MIXED ANALOG / DIGITAL,Quad SPST CMOS Analog Switch,,ESA,08/02/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('327195dec160991b427eda53b1304f3f', 'Crawler', '2024-11-13 11:05:40', null, '2025-04-08 11:34:36', null, 'Operational Amplifier', 'HA1-5134', 'HA1-5134', 'Quad Operational Amplifier', null, 'Harris', '7/25/1991', 'NASA', null, null, '{\"PPM-91-478.pdf\":\"/oss/physical/NASA/327195dec160991b427eda53b1304f3f/PPM-91-478.pdf\",\"data.xlsx\":\"/oss/physical/NASA/327195dec160991b427eda53b1304f3f/data.xlsx\"}', 'HA1-5134,Quad Operational Amplifier,Harris,7/25/1991,tid/PPM-91-478.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('329277cd81fca68a341767e3effe81ac', 'Crawler', '2024-11-13 10:35:41', null, '2025-04-08 11:34:36', null, 'Processor', 'A43300', 'A43300', 'Processor', null, 'ADM', 'July2012;Sept2012', 'NASA', null, null, '{\"nsrec2013_W6_TID.pdf\":\"/oss/physical/NASA/329277cd81fca68a341767e3effe81ac/nsrec2013_W6_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/329277cd81fca68a341767e3effe81ac/data.xlsx\"}', 'A43300,Processor,ADM,July2012;Sept2012,https://nepp.nasa.gov/files/24934/nsrec2013_W6_TID.pdf,TID,Processor', null); INSERT INTO `nasa_data_record` VALUES ('32e66951ab750a38d99e02e3823adcda', 'Crawler', '2024-11-13 11:25:26', null, '2025-04-08 11:34:36', null, 'Bipolar', 'LM136AH2.5QMLV', 'LM136AH2.5QMLV', 'Voltage Reference', null, 'National Semiconductor', '7/2010; 2014-to-12/30/2015', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/32e66951ab750a38d99e02e3823adcda/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/32e66951ab750a38d99e02e3823adcda/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/32e66951ab750a38d99e02e3823adcda/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/32e66951ab750a38d99e02e3823adcda/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/32e66951ab750a38d99e02e3823adcda/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', 'LM136AH2.5QMLV,Voltage Reference,National Semiconductor,7/2010; 2014-to-12/30/2015,nsrec2010_W22_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('32ebf2d7365293a61787aa300a5911a8', 'Crawler', '2024-11-13 02:20:10', null, '2025-04-08 11:34:36', null, 'MIL-STD-883 TM 1019', 'TS4061', 'TS4061', 'Voltage Reference', '99 MISCELLANEOUS', 'STmicroelectronics', '03/07/2014', 'ESA', null, null, '{\"357.pdf\":\"/oss/physical/ESA/32ebf2d7365293a61787aa300a5911a8/357.pdf\",\"data.xlsx\":\"/oss/physical/ESA/32ebf2d7365293a61787aa300a5911a8/data.xlsx\"}', '357,TS4061,STmicroelectronics,Download,TID (Total Ionising Dose),MIL-STD-883 TM 1019,8 MICROCIRCUITS,99 MISCELLANEOUS,Voltage Reference,,TRAD,03/07/2014,False', null); INSERT INTO `nasa_data_record` VALUES ('32f83f5091c3136ae2795c9bc2750dd7', 'Crawler', '2024-11-13 11:28:00', null, '2025-04-08 11:34:36', null, 'Bipolar', 'LM6142', 'LM6142', 'Operational Amplifier', null, 'National Semiconductor', '4/2005;1/11/2011', 'NASA', null, null, '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/32f83f5091c3136ae2795c9bc2750dd7/nsrec2012_W22_SEE.pdf\",\"T101111_LM6142.pdf\":\"/oss/physical/NASA/32f83f5091c3136ae2795c9bc2750dd7/T101111_LM6142.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/32f83f5091c3136ae2795c9bc2750dd7/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/32f83f5091c3136ae2795c9bc2750dd7/data.xlsx\",\"G05APR_LM6142_TID.pdf\":\"/oss/physical/NASA/32f83f5091c3136ae2795c9bc2750dd7/G05APR_LM6142_TID.pdf\"}', 'LM6142,Operational Amplifier,National Semiconductor,4/2005;1/11/2011,G05APR_LM6142_TID.pdf;nsrec06_W2.pdf;T101111_LM6142.pdf;nsrec2012_W22_SEE.pdf,TID; SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('331fa91c7fcc648368512eda56659640', 'Crawler', '2024-11-13 12:39:50', 'changyuhai', '2025-05-03 20:47:39', null, 'Hybrid', 'SMSA2812D', 'SMSA2812D', 'Dual DC-DC Converter', '未提及', 'Crane', 'TAMU10MAR; TAMU10NOV', 'NASA', '常余海', '78', '{\"T030210_T110910_SMSA2812D.pdf\":\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/T030210_T110910_SMSA2812D.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/data.xlsx\",\"T030210_SMSA2812D.pdf\":\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/T030210_SMSA2812D.pdf\",\"单粒子效应_1746276436191.xlsx\":\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/单粒子效应_1746276436191.xlsx\"}', 'SMSA2812D,Dual DC-DC Converter,Crane,TAMU10MAR; TAMU10NOV,T030210_SMSA2812D.pdf;T030210_T110910_SMSA2812D.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL;SET,Hybrid', '78'); INSERT INTO `nasa_data_record` VALUES ('334419f2c83aec9de7683b22a77d687f', 'Crawler', '2024-11-13 11:13:11', null, '2025-04-08 11:34:36', null, 'Power Device', 'ICL7662', 'ICL7662', 'Voltage Converter', null, 'Intersil', '7/19/2002;2/11/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/334419f2c83aec9de7683b22a77d687f/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/334419f2c83aec9de7683b22a77d687f/data.xlsx\",\"B021102_ICL7662.pdf\":\"/oss/physical/NASA/334419f2c83aec9de7683b22a77d687f/B021102_ICL7662.pdf\"}', 'ICL7662,Voltage Converter,Intersil,7/19/2002;2/11/2002,NSREC02_W16.pdf;B021102_ICL7662.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('337927a3606337ccfffb4c8c063da06d', 'Crawler', '2024-11-13 10:57:14', null, '2025-04-08 11:34:36', null, 'SiC', 'CPW5-1700-Z050B', 'CPW5-1700-Z050B', 'JBS Power Diode', null, 'Cree', '1/1/2020', 'NASA', null, null, '{\"STMD-CP-2020-Lauenstein-TNS-Paper-Leakage-Current-SiC-Schottky-Power-Diodes-TN79186.pdf\":\"/oss/physical/NASA/337927a3606337ccfffb4c8c063da06d/STMD-CP-2020-Lauenstein-TNS-Paper-Leakage-Current-SiC-Schottky-Power-Diodes-TN79186.pdf\",\"data.xlsx\":\"/oss/physical/NASA/337927a3606337ccfffb4c8c063da06d/data.xlsx\"}', 'CPW5-1700-Z050B,JBS Power Diode,Cree,1/1/2020,https://nepp.nasa.gov/docs/tasks/045b-Power-Devices-Wide-Bandgap-Silicon-Carbide-Power-Devices/STMD-CP-2020-Lauenstein-TNS-Paper-Leakage-Current-SiC-Schottky-Power-Diodes-TN79186.pdf,SEE,SiC', null); INSERT INTO `nasa_data_record` VALUES ('338772b05cfa5f9aa1efcc4105a6476c', 'Crawler', '2024-11-13 11:50:25', null, '2025-04-08 11:34:36', null, 'DAC', 'MN91204', 'MN91204', '12 bit DAC', null, 'Micro Networks', '9/10/1991', 'NASA', null, null, '{\"PPM-91-522.pdf\":\"/oss/physical/NASA/338772b05cfa5f9aa1efcc4105a6476c/PPM-91-522.pdf\",\"data.xlsx\":\"/oss/physical/NASA/338772b05cfa5f9aa1efcc4105a6476c/data.xlsx\"}', 'MN91204,12 bit DAC,Micro Networks,9/10/1991,tid/PPM-91-522.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('33962794e7af3e4d3aca8bc9b8442cd5', 'Crawler', '2024-11-13 00:41:03', null, '2025-04-08 11:34:36', null, 'Not specified', 'OLH7000-0010', 'OLH7000-0010', 'Optocoupler', '1 OPTOCOUPLER', 'Isolink', '07/03/2012', 'ESA', null, null, '{\"133.pdf\":\"/oss/physical/ESA/33962794e7af3e4d3aca8bc9b8442cd5/133.pdf\",\"data.xlsx\":\"/oss/physical/ESA/33962794e7af3e4d3aca8bc9b8442cd5/data.xlsx\"}', '133,OLH7000-0010,Isolink,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,07/03/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('33ce3e4f2ca7bd4369c8a49b69535e60', 'Crawler', '2024-11-13 10:49:17', null, '2025-04-08 11:34:36', null, 'Hybrid', 'AFL2828', 'AFL2828', 'DC-DC Converter', null, 'Interpoint', 'TAMU07AUG', 'NASA', null, null, '{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/33ce3e4f2ca7bd4369c8a49b69535e60/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/33ce3e4f2ca7bd4369c8a49b69535e60/data.xlsx\",\"T081307_AFL2828.pdf\":\"/oss/physical/NASA/33ce3e4f2ca7bd4369c8a49b69535e60/T081307_AFL2828.pdf\"}', 'AFL2828,DC-DC Converter,Interpoint,TAMU07AUG,T081307_AFL2828.pdf;nsrec08_W3_SEE.pdf,SEE;SEL;SET,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('33d6e4a86d08a98673fb9e91f1f89977', 'Crawler', '2024-11-13 10:51:56', null, '2025-04-08 11:34:36', null, 'Power Device', 'ATW2805', 'ATW2805', 'DC - DC Converter', null, 'AA', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/33d6e4a86d08a98673fb9e91f1f89977/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/33d6e4a86d08a98673fb9e91f1f89977/data.xlsx\"}', 'ATW2805,DC - DC Converter,AA,7/20/1998,NSREC98.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('34002dc6edad73f2ed5f2eeb37ef8ed3', 'Crawler', '2024-11-13 11:53:01', 'mayinjie', '2025-04-30 19:09:52', null, 'Hybrid', 'MSK5820', 'MSK5820', 'Linear Voltage Regulator', null, 'Linear Technology', 'TAMU10MAY', 'NASA', '马崟洁', '1', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/data.xlsx\",\"T052210_MSK5820.pdf\":\"/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/T052210_MSK5820.pdf\",\"单粒子效应_1746011391818.xlsx\":\"/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/单粒子效应_1746011391818.xlsx\"}', 'MSK5820,Linear Voltage Regulator,Linear Technology,TAMU10MAY,T052210_MSK5820.pdf;nsrec2011_W6_SEE.pdf,SEE;SET,Hybrid', '1'); INSERT INTO `nasa_data_record` VALUES ('342d0274c8399754dd7d754f5749890a', 'Crawler', '2024-11-13 01:10:50', null, '2025-04-08 11:34:36', null, 'ESCC 22900', 'PM139XMQMLR', 'PM139XMQMLR', 'Quad voltage comparator', '53 LINEAR VOLTAGE COMPARATOR', 'Analog Devices', '12/11/2012', 'ESA', null, null, '{\"234.pdf\":\"/oss/physical/ESA/342d0274c8399754dd7d754f5749890a/234.pdf\",\"data.xlsx\":\"/oss/physical/ESA/342d0274c8399754dd7d754f5749890a/data.xlsx\"}', '234,PM139XMQMLR,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,53 LINEAR VOLTAGE COMPARATOR,Quad voltage comparator,,Alter,12/11/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('346b82d549299ed2747bd96ab3fa4e81', 'Crawler', '2024-11-13 11:13:14', null, '2025-04-08 11:34:36', null, 'Power Device', 'ICL7662MTV', 'ICL7662MTV', 'Voltage Converter', null, 'Maxim', '8/16/1995;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/346b82d549299ed2747bd96ab3fa4e81/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/346b82d549299ed2747bd96ab3fa4e81/data.xlsx\"}', 'ICL7662MTV,Voltage Converter,Maxim,8/16/1995;7/15/1996,random6a.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('3472b5d781eb16a00c9363854d26705e', 'Crawler', '2024-11-13 10:22:26', null, '2025-04-08 11:34:36', null, 'Logic Device', '54AC08', '54AC08', '2-input NAND', null, 'National Semiconductor', '3/4/1991', 'NASA', null, null, '{\"PPM-91-136.pdf\":\"/oss/physical/NASA/3472b5d781eb16a00c9363854d26705e/PPM-91-136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3472b5d781eb16a00c9363854d26705e/data.xlsx\"}', '54AC08,2-input NAND,National Semiconductor,3/4/1991,tid/PPM-91-136.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('348226e9408d2599a18b0c3e5560bce0', 'Crawler', '2024-11-13 10:32:17', null, '2025-04-08 11:34:36', null, 'Si device', '95-9942U', '95-9942U', 'Schottky Diode', null, 'International Rectifier/Vishay', '6/1/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/348226e9408d2599a18b0c3e5560bce0/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/348226e9408d2599a18b0c3e5560bce0/data.xlsx\"}', '95-9942U,Schottky Diode,International Rectifier/Vishay,6/1/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEE,Si device', null); INSERT INTO `nasa_data_record` VALUES ('34970bd074196750bc91ee6eae67f326', 'Crawler', '2024-11-13 11:01:37', null, '2025-04-08 11:34:36', null, 'SiC IC', 'Diodes Test chips', 'Diodes Test chips', 'Diode', null, 'GE', '4/12/2015;12/18/2015', 'NASA', null, null, '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/34970bd074196750bc91ee6eae67f326/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/34970bd074196750bc91ee6eae67f326/data.xlsx\"}', 'Diodes Test chips,Diode,GE,4/12/2015;12/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEE,SiC IC', null); INSERT INTO `nasa_data_record` VALUES ('34c8abb808f7c5e766218ab7408b89af', 'Crawler', '2024-11-13 09:50:53', null, '2025-04-08 11:34:36', null, 'National', 'LM117HV', 'LM117HV', 'Voltage Regulator', null, null, '10/10/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/34c8abb808f7c5e766218ab7408b89af/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/34c8abb808f7c5e766218ab7408b89af/PPM-99-045.pdf\"}', '338,10-200,LM117HV,Voltage Regulator,National,GOES,9054,PPM-97-042,10/10/97', null); INSERT INTO `nasa_data_record` VALUES ('34ce5d5d44223fdb6d3a48ee8f0f5b57', 'Crawler', '2024-11-13 11:17:48', null, '2025-04-08 11:34:36', null, 'Power Device', 'JTX2N6786', 'JTX2N6786', 'Power MOSFET', null, 'Harris', '6/22/1992', 'NASA', null, null, '{\"PPM-92-191.pdf\":\"/oss/physical/NASA/34ce5d5d44223fdb6d3a48ee8f0f5b57/PPM-92-191.pdf\",\"data.xlsx\":\"/oss/physical/NASA/34ce5d5d44223fdb6d3a48ee8f0f5b57/data.xlsx\"}', 'JTX2N6786,Power MOSFET,Harris,6/22/1992,tid/PPM-92-191.pdf,TID,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('34d78d4077c33637bc471c242f316894', 'Crawler', '2024-11-13 02:24:28', null, '2025-04-08 11:34:36', null, 'Not specified', 'H5TQ4G83MFR-H9C-DC1223, K4B4G0846B-HCH9-DC1216', 'H5TQ4G83MFR-H9C-DC1223, K4B4G0846B-HCH9-DC1216', 'DDR3 SDRAM memory', '29 MEMORY OTHERS', 'Hynix, Samsung', '19/01/2018', 'ESA', null, null, '{\"317.pdf\":\"/oss/physical/ESA/34d78d4077c33637bc471c242f316894/317.pdf\",\"data.xlsx\":\"/oss/physical/ESA/34d78d4077c33637bc471c242f316894/data.xlsx\"}', '317,H5TQ4G83MFR-H9C-DC1223, K4B4G0846B-HCH9-DC1216,Hynix, Samsung,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,DDR3 SDRAM memory,,TU Braunschweig, Germany,19/01/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('34dc7209698fce1cb4e4cf14fc5f0577', 'Crawler', '2024-11-13 09:50:24', null, '2025-04-08 11:34:36', null, 'Solitron', '2N5115', '2N5115', 'PJFET', null, null, '04/10/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/34dc7209698fce1cb4e4cf14fc5f0577/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/34dc7209698fce1cb4e4cf14fc5f0577/PPM-99-045.pdf\"}', '358,5-100,2N5115,PJFET,Solitron,MIDEX,9430,PPM-98-004,04/10/98', null); INSERT INTO `nasa_data_record` VALUES ('34ff70480273aa0518a6560930866bc5', 'Crawler', '2024-11-13 01:22:14', null, '2025-04-08 11:34:36', null, '', 'TL431', 'TL431', '2.5V Adjustable voltage reference', '52 LINEAR VOLTAGE REGULATOR', 'Nexperia, ON Semiconductor', '18/08/2022', 'ESA', null, null, '{\"294.pdf\":\"/oss/physical/ESA/34ff70480273aa0518a6560930866bc5/294.pdf\",\"data.xlsx\":\"/oss/physical/ESA/34ff70480273aa0518a6560930866bc5/data.xlsx\"}', '294,TL431,Nexperia, ON Semiconductor,Download,TID (Total Ionising Dose),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,2.5V Adjustable voltage reference,Bipolar,ESA-ESTEC,18/08/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('3516abb6add3951748cf46ddfc1f7bb4', 'Crawler', '2024-11-13 00:33:53', null, '2025-04-08 11:34:36', null, 'Not specified', 'HGOK', 'HGOK', 'HGOK European PowerMOS TID', '5 FET N CHANNEL', 'ST', '27/09/2005', 'ESA', null, null, '{\"97.pdf\":\"/oss/physical/ESA/3516abb6add3951748cf46ddfc1f7bb4/97.pdf\",\"data.xlsx\":\"/oss/physical/ESA/3516abb6add3951748cf46ddfc1f7bb4/data.xlsx\"}', '97,HGOK,ST,Download,TID (Total Ionising Dose),Not specified,12 TRANSISTORS,5 FET N CHANNEL,HGOK European PowerMOS TID,,ESA,27/09/2005,False', null); INSERT INTO `nasa_data_record` VALUES ('3522ca458fb7f5364dbe0d6183f3ea10', 'Crawler', '2024-11-13 01:13:07', null, '2025-04-08 11:34:36', null, 'ESCC 22900ESCC 25100', 'MT29F32G08CBACA', 'MT29F32G08CBACA', 'Multi-Level-Cell NAND Flash Memory', '29 MEMORY OTHERS', 'MICRON', '01/03/2013', 'ESA', null, null, '{\"244.pdf\":\"/oss/physical/ESA/3522ca458fb7f5364dbe0d6183f3ea10/244.pdf\",\"data.xlsx\":\"/oss/physical/ESA/3522ca458fb7f5364dbe0d6183f3ea10/data.xlsx\"}', '244,MT29F32G08CBACA,MICRON,Download,SEE (Single Events Effects)TID (Total Ionising Dose),ESCC 22900ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,Multi-Level-Cell NAND Flash Memory,,University of Padova,01/03/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('352c8b02612641397ecd19024d29d7ab', 'Crawler', '2024-11-13 09:59:10', null, '2025-04-08 11:34:36', null, 'Intel', 'MR8251A/B', 'MR8251A/B', 'USART', null, null, '01/25/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/352c8b02612641397ecd19024d29d7ab/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/352c8b02612641397ecd19024d29d7ab/PPM-99-045.pdf\"}', '7,2.5-175,MR8251A/B,USART,Intel,SMEX/CB,8931,PPM-91-053,01/25/91', null); INSERT INTO `nasa_data_record` VALUES ('3533d7c35de33cec1ef0d4caa06c46d2', 'Crawler', '2024-11-13 10:51:04', null, '2025-04-08 11:34:36', null, 'Power Device', 'ASA2805S', 'ASA2805S', 'DC-DC converter', null, 'Advanced Analog', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/3533d7c35de33cec1ef0d4caa06c46d2/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3533d7c35de33cec1ef0d4caa06c46d2/data.xlsx\"}', 'ASA2805S,DC-DC converter,Advanced Analog,7/20/1998,NSREC98.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('35640d4f27db558b3ac3f5602975e077', 'Crawler', '2024-11-13 11:17:12', null, '2025-04-08 11:34:36', null, 'Bipolar', 'JANTXV2N2222AUB', 'JANTXV2N2222AUB', 'NPN transistor', null, 'Semicoa', '12/09/2019', 'NASA', null, null, '{\"2019-Carstens-TR-GSFC-19-040-2N2222-TID-2019Dec09-TN78001.pdf\":\"/oss/physical/NASA/35640d4f27db558b3ac3f5602975e077/2019-Carstens-TR-GSFC-19-040-2N2222-TID-2019Dec09-TN78001.pdf\",\"data.xlsx\":\"/oss/physical/NASA/35640d4f27db558b3ac3f5602975e077/data.xlsx\"}', 'JANTXV2N2222AUB,NPN transistor,Semicoa,12/09/2019,2019-Carstens-TR-GSFC-19-040-2N2222-TID-2019Dec09-TN78001.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('357ce58f2d9a5ee67a1b99cafa13559f', 'Crawler', '2024-11-13 09:57:43', null, '2025-04-08 11:34:37', null, 'NSC', '54AC00', '54AC00', '2-Input NAND', null, null, '07/01/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/357ce58f2d9a5ee67a1b99cafa13559f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/357ce58f2d9a5ee67a1b99cafa13559f/PPM-99-045.pdf\"}', '56,10-260,54AC00,2-Input NAND,NSC,SMEX/CB,9032A,PPM-91-440,07/01/91', null); INSERT INTO `nasa_data_record` VALUES ('359842b2231ddfbbcd528453d0c47588', 'Crawler', '2024-11-13 11:57:40', 'dushuaibin', '2025-04-29 21:16:38', null, '数字集成电路', 'TTL比较器', 'MX913', 'TTL Comparator', 'XX', 'Maxim', '1999', 'NASA', '杜帅彬', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/data.xlsx\",\"电离总剂量效应_1745916416094.xlsx\":\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/电离总剂量效应_1745916416094.xlsx\"}', 'MX913,TTL Comparator,Maxim,_1999,nsrec00_W21.pdf,TID,Comparator', '1'); INSERT INTO `nasa_data_record` VALUES ('359b681d4635b9d52b02a9bd42d3e728', 'Crawler', '2024-11-13 11:15:38', null, '2025-04-08 11:34:37', null, 'CMOS', 'IS46DR16640B-25DBA25', 'IS46DR16640B-25DBA25', 'DDR2', null, 'Integrated Silicon Solution, Inc.', '10/02/2017;12/13/2018', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/359b681d4635b9d52b02a9bd42d3e728/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"2017-Wilcox-Austin-TR-16-011-16-012-DDR2-2017Oct02-20220000613.pdf\":\"/oss/physical/NASA/359b681d4635b9d52b02a9bd42d3e728/2017-Wilcox-Austin-TR-16-011-16-012-DDR2-2017Oct02-20220000613.pdf\",\"data.xlsx\":\"/oss/physical/NASA/359b681d4635b9d52b02a9bd42d3e728/data.xlsx\",\"NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf\":\"/oss/physical/NASA/359b681d4635b9d52b02a9bd42d3e728/NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf\"}', 'IS46DR16640B-25DBA25,DDR2,Integrated Silicon Solution, Inc.,10/02/2017;12/13/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;https://nepp.nasa.gov/files/29921/NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf;2017-Wilcox-Austin-TR-16-011-16-012-DDR2-2017Oct02-20220000613.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('35c45ad27d2bbed4a8770553146178ae', 'Crawler', '2024-11-13 12:33:47', 'sunjiacheng', '2025-04-30 18:27:06', null, '其它混合集成电路', 'Ryzen 7 1700 Summit Ridge YD1700BBM88AE', 'Ryzen 7 1700 Summit Ridge YD1700BBM88AE', 'Processor', null, 'AMD', '6/2/2019(MGH)', 'NASA', '孙家诚', '1', '{\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf\":\"/oss/physical/NASA/35c45ad27d2bbed4a8770553146178ae/NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf\",\"data.xlsx\":\"/oss/physical/NASA/35c45ad27d2bbed4a8770553146178ae/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/35c45ad27d2bbed4a8770553146178ae/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"单粒子效应_1746008820115.xlsx\":\"/oss/physical/NASA/35c45ad27d2bbed4a8770553146178ae/单粒子效应_1746008820115.xlsx\"}', 'Ryzen 7 1700 Summit Ridge YD1700BBM88AE,Processor,AMD,6/2/2019(MGH),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;https://nepp.nasa.gov/files/30366/NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf,SEE,Complex Logic', '1'); INSERT INTO `nasa_data_record` VALUES ('35f8d8cd90f354ea37c0fef13698b758', 'Crawler', '2024-11-13 10:42:29', null, '2025-04-08 11:34:37', null, 'ADC', 'AD7664', 'AD7664', 'ADC', null, 'Analog Devices', '7/19/2001;2/3/2003;7/25/2003', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/35f8d8cd90f354ea37c0fef13698b758/nsrec01_W15.pdf\",\"T120202_AD7664.pdf\":\"/oss/physical/NASA/35f8d8cd90f354ea37c0fef13698b758/T120202_AD7664.pdf\",\"data.xlsx\":\"/oss/physical/NASA/35f8d8cd90f354ea37c0fef13698b758/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/35f8d8cd90f354ea37c0fef13698b758/NSREC03_W10.pdf\",\"B030600.pdf\":\"/oss/physical/NASA/35f8d8cd90f354ea37c0fef13698b758/B030600.pdf\"}', 'AD7664,ADC,Analog Devices,7/19/2001;2/3/2003;7/25/2003,B030600.pdf;nsrec01_W15.pdf;T120202_AD7664.pdf;NSREC03_W10.pdf,SEL,ADC', null); INSERT INTO `nasa_data_record` VALUES ('361385fd856b6c3f8f6d723b0b75ee4e', 'Crawler', '2024-11-13 12:59:42', 'mayunlong', '2025-04-17 22:50:57', null, '接口电路', 'UT 1553B RTI', 'UT 1553B RTI', 'UT 1553B RTI - non-RH product', 'XX', 'UTMC', '7/20/1998', 'NASA', '马云龙', '1', '{\"NSREC98.pdf\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/data.xlsx\",\"单粒子效应UT1553BRTI_1744901454731.xlsx\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/单粒子效应UT1553BRTI_1744901454731.xlsx\"}', 'UT 1553B RTI,UT 1553B RTI - non-RH product,UTMC,7/20/1998,NSREC98.pdf,SEE,Miscellaneous', '1'); INSERT INTO `nasa_data_record` VALUES ('36153d296793576fe2eee22464323402', 'Crawler', '2024-11-13 00:45:24', null, '2025-04-08 11:34:37', null, 'Not specified', 'AD558JNZ', 'AD558JNZ', 'Voltage Ouput 8 bit Digital to Analog converter', '62 LINEAR DIGITAL TO ANALOG CONVERTER', 'Analog Devices', '09/09/2015', 'ESA', null, null, '{\"154.pdf\":\"/oss/physical/ESA/36153d296793576fe2eee22464323402/154.pdf\",\"data.xlsx\":\"/oss/physical/ESA/36153d296793576fe2eee22464323402/data.xlsx\"}', '154,AD558JNZ,Analog Devices,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,62 LINEAR DIGITAL TO ANALOG CONVERTER,Voltage Ouput 8 bit Digital to Analog converter,,TRAD,09/09/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('362a29afb4a2cdc17f9f541ee37ffd9c', 'Crawler', '2024-11-13 09:54:41', null, '2025-04-08 11:34:37', null, 'Harris', 'HI-201', 'HI-201', 'SPST Switch', null, null, '03/23/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/362a29afb4a2cdc17f9f541ee37ffd9c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/362a29afb4a2cdc17f9f541ee37ffd9c/PPM-99-045.pdf\"}', '183,2.5-30,HI-201,SPST Switch,Harris,ISTP/WAVES,9137B,PPM-93-046,03/23/93', null); INSERT INTO `nasa_data_record` VALUES ('3648e218c433c04758bb0bc82fa89503', 'Crawler', '2024-11-13 12:41:17', 'luozikang', '2025-04-29 18:15:05', null, 'CMOS', 'SNV54LVC00AW', 'SNV54LVC00AW', 'NAND gate', null, 'Texas Instruments', '11/20/2019', 'NASA', '罗梓康', '1', '{\"2019-Carstens-TR-GSFC-19-044-SNV54LVC00AW-NAND-2019Nov20-TN78000.pdf\":\"/oss/physical/NASA/3648e218c433c04758bb0bc82fa89503/2019-Carstens-TR-GSFC-19-044-SNV54LVC00AW-NAND-2019Nov20-TN78000.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3648e218c433c04758bb0bc82fa89503/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/3648e218c433c04758bb0bc82fa89503/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"单粒子效应_1745921701305.xlsx\":\"/oss/physical/NASA/3648e218c433c04758bb0bc82fa89503/单粒子效应_1745921701305.xlsx\"}', 'SNV54LVC00AW,NAND gate,Texas Instruments,11/20/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;2019-Carstens-TR-GSFC-19-044-SNV54LVC00AW-NAND-2019Nov20-TN78000.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('36512c4b81c5f8f3ba3ffc48f5d1bb03', 'Crawler', '2024-11-13 00:48:15', null, '2025-04-08 11:34:37', null, 'Not specified', '66179-002', '66179-002', 'Optocoupler', '1 OPTOCOUPLER', 'Micropac', '16/04/2012', 'ESA', null, null, '{\"167.pdf\":\"/oss/physical/ESA/36512c4b81c5f8f3ba3ffc48f5d1bb03/167.pdf\",\"data.xlsx\":\"/oss/physical/ESA/36512c4b81c5f8f3ba3ffc48f5d1bb03/data.xlsx\"}', '167,66179-002,Micropac,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,16/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('3664ac1e6910a60d9c7ccf4108bdecc1', 'Crawler', '2024-11-13 10:57:25', null, '2025-04-08 11:34:37', null, 'Communication Device', 'CS4210A-DK', 'CS4210A-DK', 'Development Board 1394 FireWire OHCI Chip set', null, 'National Semiconductor', '10/14/2001', 'NASA', null, null, '{\"T101401_1394.pdf\":\"/oss/physical/NASA/3664ac1e6910a60d9c7ccf4108bdecc1/T101401_1394.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3664ac1e6910a60d9c7ccf4108bdecc1/data.xlsx\"}', 'CS4210A-DK,Development Board 1394 FireWire OHCI Chip set,National Semiconductor,10/14/2001,T101401_1394.pdf,SEE,Communication Device', null); INSERT INTO `nasa_data_record` VALUES ('3682d5b83da3f290d0fa7c630be96b1f', 'Crawler', '2024-11-13 11:05:57', null, '2025-04-08 11:34:37', null, 'Operational Amplifier', 'HA7-5127', 'HA7-5127', 'Operational Amplifier', null, 'Harris', '8/11/1995', 'NASA', null, null, '{\"PPM-95-171.pdf\":\"/oss/physical/NASA/3682d5b83da3f290d0fa7c630be96b1f/PPM-95-171.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3682d5b83da3f290d0fa7c630be96b1f/data.xlsx\"}', 'HA7-5127,Operational Amplifier,Harris,8/11/1995,tid/PPM-95-171.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('36a50ddc8c673ec14371d348f24433b0', 'Crawler', '2024-11-13 13:07:02', 'yanghongyi', '2025-04-17 11:08:12', null, '敏感元器件和传感器(件)', 'Linear Regulator', 'VRG8684', 'Positive Adjustable LDO', null, 'Aeroflex', '2/19/2013', 'NASA', '杨弘毅', '1', '{\"data.xlsx\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/data.xlsx\",\"单粒子效应-2_1744804416284.xlsx\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/单粒子效应-2_1744804416284.xlsx\",\"12-053_NRL20130219_VRG8684_laser.pdf\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/12-053_NRL20130219_VRG8684_laser.pdf\"}', 'VRG8684,Positive Adjustable LDO,Aeroflex,2/19/2013,12-053_NRL20130219_VRG8684_laser.pdf,Laser,Bipolar', '4'); INSERT INTO `nasa_data_record` VALUES ('370f57f8293dfcada8a283bc4d4596a0', 'Crawler', '2024-11-13 10:27:34', null, '2025-04-08 11:34:37', null, 'Fiber Optics', '63125', '63125', 'MIL-STD-1553B Transceiver', null, 'ILC DDC', '8/3/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/370f57f8293dfcada8a283bc4d4596a0/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/370f57f8293dfcada8a283bc4d4596a0/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/370f57f8293dfcada8a283bc4d4596a0/data.xlsx\"}', '63125,MIL-STD-1553B Transceiver,ILC DDC,8/3/1993;7/18/1994,b080393.pdf;nsrec94a.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('37349b285cdd2a0446a838e81a5746bc', 'Crawler', '2024-11-13 01:07:36', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'AD565AT', 'AD565AT', '12-BIT DAC', '62 LINEAR DIGITAL TO ANALOG CONVERTER', 'Analog Devices', '12/11/2012', 'ESA', null, null, '{\"226.pdf\":\"/oss/physical/ESA/37349b285cdd2a0446a838e81a5746bc/226.pdf\",\"data.xlsx\":\"/oss/physical/ESA/37349b285cdd2a0446a838e81a5746bc/data.xlsx\"}', '226,AD565AT,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,62 LINEAR DIGITAL TO ANALOG CONVERTER,12-BIT DAC,,Alter,12/11/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('374a42dae0bd16baf5643c4294d6eccb', 'Crawler', '2024-11-13 11:58:26', 'dushuaibin', '2025-04-29 18:01:28', null, '三维集成电路', 'SSD', 'MZ7KE256HMHA', 'SSD 850 PRO series', 'XX', 'Samsung', '10/24/2014', 'NASA', '杜帅彬', '1', '{\"NEPP-CP-2015-Chen-Poster-NSREC-TN24782.pdf\":\"/oss/physical/NASA/374a42dae0bd16baf5643c4294d6eccb/NEPP-CP-2015-Chen-Poster-NSREC-TN24782.pdf\",\"data.xlsx\":\"/oss/physical/NASA/374a42dae0bd16baf5643c4294d6eccb/data.xlsx\",\"单粒子效应_1745897739581.xlsx\":\"/oss/physical/NASA/374a42dae0bd16baf5643c4294d6eccb/单粒子效应_1745897739581.xlsx\",\"2014-Topper-Chen-TR-14-055-SSD-2014Oct24-TAMU-20205003052.pdf\":\"/oss/physical/NASA/374a42dae0bd16baf5643c4294d6eccb/2014-Topper-Chen-TR-14-055-SSD-2014Oct24-TAMU-20205003052.pdf\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/374a42dae0bd16baf5643c4294d6eccb/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\"}', 'MZ7KE256HMHA,SSD 850 PRO series,Samsung,10/24/2014,2014-Topper-Chen-TR-14-055-SSD-2014Oct24-TAMU-20205003052.pdf;https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27878/NEPP-CP-2015-Chen-Poster-NSREC-TN24782.pdf;https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7317828,SEE,VNAND Flash Memory', '20'); INSERT INTO `nasa_data_record` VALUES ('3760942b35fda6693a2bd2d4e94021c6', 'Crawler', '2024-11-13 10:53:42', null, '2025-04-08 11:34:37', null, 'SiC BJT', 'BT1206', 'BT1206', 'Transistor', null, 'TranSiC', '8/20/2012;11/14/2012', 'NASA', null, null, '{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/3760942b35fda6693a2bd2d4e94021c6/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3760942b35fda6693a2bd2d4e94021c6/data.xlsx\"}', 'BT1206,Transistor,TranSiC,8/20/2012;11/14/2012,nsrec2013_W8_SEE.pdf,SEE,SiC BJT', null); INSERT INTO `nasa_data_record` VALUES ('3765c3adceae0e183a9961b1995b8be8', 'Crawler', '2024-11-13 09:57:37', null, '2025-04-08 11:34:37', null, 'NSC', '54AC11', '54AC11', 'AND Gate', null, null, '07/08/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3765c3adceae0e183a9961b1995b8be8/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/3765c3adceae0e183a9961b1995b8be8/PPM-99-045.pdf\"}', '60,10-300,54AC11,AND Gate,NSC,SMEX/CB,9036A,PPM-91-425,07/08/91', null); INSERT INTO `nasa_data_record` VALUES ('37760eab9fc34dec08e4016c62c01fd1', 'Crawler', '2024-11-13 10:26:37', null, '2025-04-08 11:34:37', null, 'Memories', '5C1008FE-M', '5C1008FE-M', 'SRAMs 128k x 8-1 Meg', null, 'Austin', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/37760eab9fc34dec08e4016c62c01fd1/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/37760eab9fc34dec08e4016c62c01fd1/data.xlsx\"}', '5C1008FE-M,SRAMs 128k x 8-1 Meg,Austin,7/20/1998,NSREC98.pdf,SEE,Memories', null); INSERT INTO `nasa_data_record` VALUES ('377ec590e90599ccfae4850c540e56bd', 'Crawler', '2024-11-13 12:31:37', 'yangjicong', '2025-04-29 12:19:51', null, '65nm CMOS', 'RT4G150-CB1657', 'RT4G150-CB1657', 'FPGA', '1629(16 - 003,16 - 032)', 'Microsemi', '2016 年 10 月,2016 年 9 月,2016 年 10 - 11 月, 2016 年 10 月', 'NASA', '杨济聪', '1', '{\"NEPP-TR-2017-Berg-Final-NEPPweb-TR-16-003_16-032-RT4G150-TN44754.pdf\":\"/oss/physical/NASA/377ec590e90599ccfae4850c540e56bd/NEPP-TR-2017-Berg-Final-NEPPweb-TR-16-003_16-032-RT4G150-TN44754.pdf\",\"NEPP-CP-2017-Berg-MRQW-Presentation-TN39018.pdf\":\"/oss/physical/NASA/377ec590e90599ccfae4850c540e56bd/NEPP-CP-2017-Berg-MRQW-Presentation-TN39018.pdf\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/377ec590e90599ccfae4850c540e56bd/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"1100%20-%20ETW_BERG_FPGA_SEU_TESTING_2017_EDAA.pdf\":\"/oss/physical/NASA/377ec590e90599ccfae4850c540e56bd/1100%20-%20ETW_BERG_FPGA_SEU_TESTING_2017_EDAA.pdf\",\"NEPP-CP-2017-Berg-SEE-MAPLD-FPGA-Presentation-TN42793.pdf\":\"/oss/physical/NASA/377ec590e90599ccfae4850c540e56bd/NEPP-CP-2017-Berg-SEE-MAPLD-FPGA-Presentation-TN42793.pdf\",\"data_1745900389099.xlsx\":\"/oss/physical/NASA/377ec590e90599ccfae4850c540e56bd/data_1745900389099.xlsx\"}', 'RT4G150-CB1657,FPGA,Microsemi,2016SeptLBNL;2016Oct-NovTAMU;2016OctLBNL,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/30093/NEPP-TR-2017-Berg-Final-NEPPweb-TR-16-003_16-032-RT4G150-TN44754.pdf;https://nepp.nasa.gov/workshops/etw2017/talks/26-JUN-MON/1100%20-%20ETW_BERG_FPGA_SEU_TESTING_2017_EDAA.pdf;https://nepp.nasa.gov/files/28706/NEPP-CP-2017-Berg-SEE-MAPLD-FPGA-Presentation-TN42793.pdf;https://nepp.nasa.gov/files/28698/NEPP-CP-2017-Berg-MRQW-Presentation-TN39018.pdf,SEU,65nm CMOS', '5'); INSERT INTO `nasa_data_record` VALUES ('37c8d01fa84d3e29722c36c23c41bb3a', 'Crawler', '2024-11-13 11:27:52', null, '2025-04-08 11:34:37', null, 'Bipolar', 'LM317KTTR', 'LM317KTTR', 'Voltage Regulator', null, 'Texas Instruments', '2009Apr; 2014; 2015', 'NASA', null, null, '{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/37c8d01fa84d3e29722c36c23c41bb3a/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/37c8d01fa84d3e29722c36c23c41bb3a/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/37c8d01fa84d3e29722c36c23c41bb3a/nsrec2010_W22_TID.pdf\",\"VdG09APR_LM317.pdf\":\"/oss/physical/NASA/37c8d01fa84d3e29722c36c23c41bb3a/VdG09APR_LM317.pdf\",\"data.xlsx\":\"/oss/physical/NASA/37c8d01fa84d3e29722c36c23c41bb3a/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/37c8d01fa84d3e29722c36c23c41bb3a/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', 'LM317KTTR,Voltage Regulator,Texas Instruments,2009Apr; 2014; 2015,tid/VdG09APR_LM317.pdf;nsrec2010_W22_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('37ed98d394158c6c02c42e501869e5a5', 'Crawler', '2024-11-13 01:12:48', null, '2025-04-08 11:34:37', null, '', 'STRH40P10FSY3', 'STRH40P10FSY3', 'Power MOSFET', '6 FET P CHANNEL', 'STmicroelectronics', '02/10/2009', 'ESA', null, null, '{\"242.pdf\":\"/oss/physical/ESA/37ed98d394158c6c02c42e501869e5a5/242.pdf\",\"data.xlsx\":\"/oss/physical/ESA/37ed98d394158c6c02c42e501869e5a5/data.xlsx\"}', '242,STRH40P10FSY3,STmicroelectronics,Download,TID (Total Ionising Dose),,12 TRANSISTORS,6 FET P CHANNEL,Power MOSFET,,ESA,02/10/2009,False', null); INSERT INTO `nasa_data_record` VALUES ('3842ee8a6699018812082d151a1395eb', 'Crawler', '2024-11-13 01:23:02', null, '2025-04-08 11:34:37', null, 'Not specified', 'MT41K512M8RH - DC1502', 'MT41K512M8RH - DC1502', 'DDR3L SDRAM', '29 MEMORY OTHERS', 'MICRON', '26/02/2019', 'ESA', null, null, '{\"SEE_00697_01 micron protons.pdf\":\"/oss/physical/ESA/3842ee8a6699018812082d151a1395eb/SEE_00697_01 micron protons.pdf\",\"data.xlsx\":\"/oss/physical/ESA/3842ee8a6699018812082d151a1395eb/data.xlsx\"}', '298,MT41K512M8RH - DC1502,MICRON,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,DDR3L SDRAM,CMOS,Hirex-Alter,26/02/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('384a29fd0f23a0551abdd7aca4a22d56', 'Crawler', '2024-11-13 00:53:18', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'C2M0080120D', 'C2M0080120D', 'High power transistor', '5 FET N CHANNEL', 'Cree', '12/10/2018', 'ESA', null, null, '{\"D5-07 - TN5.7 - TID MOSFET C2M0080120D - NEO-14-086_Report_20-2017_rev1.pdf\":\"/oss/physical/ESA/384a29fd0f23a0551abdd7aca4a22d56/D5-07 - TN5.7 - TID MOSFET C2M0080120D - NEO-14-086_Report_20-2017_rev1.pdf\",\"data.xlsx\":\"/oss/physical/ESA/384a29fd0f23a0551abdd7aca4a22d56/data.xlsx\"}', '186,C2M0080120D,Cree,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,5 FET N CHANNEL,High power transistor,,Fraunhofer Institut,12/10/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('3881b7b3dcb40cb129bb82373b0bc36e', 'Crawler', '2024-11-13 11:29:02', null, '2025-04-08 11:34:37', null, 'BiCMOS', 'LMV7219', 'LMV7219', 'Comparator', null, 'Texas Instruments', '_2014Oct24-27', 'NASA', null, null, '{\"Ladbury-TR-14-072-LMV7219-2014Oct24-27-NASA-TM-20210015685.pdf\":\"/oss/physical/NASA/3881b7b3dcb40cb129bb82373b0bc36e/Ladbury-TR-14-072-LMV7219-2014Oct24-27-NASA-TM-20210015685.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3881b7b3dcb40cb129bb82373b0bc36e/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/3881b7b3dcb40cb129bb82373b0bc36e/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\"}', 'LMV7219,Comparator,Texas Instruments,_2014Oct24-27,Ladbury-TR-14-072-LMV7219-2014Oct24-27-NASA-TM-20210015685.pdf;https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf,SEL,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('38b7abef40dbd1aeee225ed5e8a91425', 'Crawler', '2024-11-13 12:32:15', 'yangjicong', '2025-04-29 00:17:58', null, 'FPGA', 'RTAX-S', 'RTAX-S', '0.15µm CMOS FPGA', '0506 , 0543', 'Actel', '2006 年 5 月,2006 年 3 月', 'NASA', '杨济聪', '1', '{\"T110405_RTAX.pdf\":\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/T110405_RTAX.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/nsrec07_W27_SEE.pdf\",\"T110405_RTAX_V2.pdf\":\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/T110405_RTAX_V2.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/nsrec06_W4.pdf\",\"data_1745857077188.xlsx\":\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/data_1745857077188.xlsx\"}', 'RTAX-S,0.15�m CMOS FPGA,Actel,11/4/2005,T110405_RTAX.pdf;nsrec06_W4.pdf;T110405_RTAX_V2.pdf;nsrec07_W27_SEE.pdf,SEE,FPGA', '10'); INSERT INTO `nasa_data_record` VALUES ('394833a61fff99a52e90b493140b7ed5', 'Crawler', '2024-11-13 10:50:55', null, '2025-04-08 11:34:37', null, 'Memories', 'AS58C1001SF-15E', 'AS58C1001SF-15E', '1Mbit EEPROM', null, 'Hitachi', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/394833a61fff99a52e90b493140b7ed5/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/394833a61fff99a52e90b493140b7ed5/data.xlsx\"}', 'AS58C1001SF-15E,1Mbit EEPROM,Hitachi,7/20/1998,NSREC98.pdf,SEE,Memories', null); INSERT INTO `nasa_data_record` VALUES ('3976f21ec98eddd8072b392e07639246', 'Crawler', '2024-11-13 12:52:40', 'lixuyou', '2025-04-30 17:56:49', null, 'Analog Device', 'TLC7705', 'TLC7705', 'Micropower Supply Voltage Supervisor', null, 'Texas Instruments', '10/12-13/1999;10/25/1999', 'NASA', '李序友', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/data.xlsx\",\"b112599a.pdf\":\"/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/b112599a.pdf\",\"TLC7705_1746007007434.xlsx\":\"/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/TLC7705_1746007007434.xlsx\"}', 'TLC7705,Micropower Supply Voltage Supervisor,Texas Instruments,10/12-13/1999;10/25/1999,nsrec00_W21.pdf;b112599a.pdf,SEE,Analog Device', '4'); INSERT INTO `nasa_data_record` VALUES ('39990c220b894dcb9d51f7572521d0b8', 'Crawler', '2024-11-13 09:55:49', null, '2025-04-08 11:34:37', null, 'Siliconix', 'JTXV2N6788', 'JTXV2N6788', 'Power MOSFET', null, null, '03/10/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/39990c220b894dcb9d51f7572521d0b8/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/39990c220b894dcb9d51f7572521d0b8/PPM-99-045.pdf\"}', '133,5-20,JTXV2N6788,Power MOSFET,Siliconix,GGS/WIND,8706,PPM-92-103,03/10/92', null); INSERT INTO `nasa_data_record` VALUES ('39c97cc9295e16a7a3ebe82b5de47783', 'Crawler', '2024-11-13 11:17:22', null, '2025-04-08 11:34:37', null, 'Optocoupler', 'JANTXV4N24', 'JANTXV4N24', 'Optocoupler', null, 'Micropac', '12/7/1992', 'NASA', null, null, '{\"PPM-92-299.pdf\":\"/oss/physical/NASA/39c97cc9295e16a7a3ebe82b5de47783/PPM-92-299.pdf\",\"data.xlsx\":\"/oss/physical/NASA/39c97cc9295e16a7a3ebe82b5de47783/data.xlsx\"}', 'JANTXV4N24,Optocoupler,Micropac,12/7/1992,tid/PPM-92-299.pdf,TID,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('39d1800e5e96273eaa77dce8deb96e37', 'Crawler', '2024-11-13 01:01:26', null, '2025-04-08 11:34:37', null, 'Not specified', 'LM124AJRQMLV', 'LM124AJRQMLV', 'Low Power Quad Bipolar Operational Amplifier', '50 LINEAR OPERATIONAL AMPLIFIER', 'National Semiconductors Corp.', '23/04/2012', 'ESA', null, null, '{\"214.pdf\":\"/oss/physical/ESA/39d1800e5e96273eaa77dce8deb96e37/214.pdf\",\"data.xlsx\":\"/oss/physical/ESA/39d1800e5e96273eaa77dce8deb96e37/data.xlsx\"}', '214,LM124AJRQMLV,National Semiconductors Corp.,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Low Power Quad Bipolar Operational Amplifier,,Hirex,23/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('39d79ad846fee2b2f354778e21eced8d', 'Crawler', '2024-11-13 12:39:20', 'changyuhai', '2025-05-03 22:56:51', null, 'Hybrid', 'SMFLHP2815S', 'SMFLHP2815S', 'DC-DC Converter', 'SN-0161、SN-0141', 'Crane', 'TAMU10MAR;TAMU10NOV', 'NASA', '常余海', '5', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/39d79ad846fee2b2f354778e21eced8d/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/39d79ad846fee2b2f354778e21eced8d/data.xlsx\",\"T030210_SMFLHP2815S.pdf\":\"/oss/physical/NASA/39d79ad846fee2b2f354778e21eced8d/T030210_SMFLHP2815S.pdf\",\"T030210_T110910_SMFLHP2815S.pdf\":\"/oss/physical/NASA/39d79ad846fee2b2f354778e21eced8d/T030210_T110910_SMFLHP2815S.pdf\",\"单粒子效应_1746284078138.xlsx\":\"/oss/physical/NASA/39d79ad846fee2b2f354778e21eced8d/单粒子效应_1746284078138.xlsx\"}', 'SMFLHP2815S,DC-DC Converter,Crane,TAMU10MAR;TAMU10NOV,T030210_T110910_SMFLHP2815S.pdf;T030210_SMFLHP2815S.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL;SET,Hybrid', '40'); INSERT INTO `nasa_data_record` VALUES ('3a04104d1372c8fd814082d8c445854e', 'Crawler', '2024-11-13 11:21:43', null, '2025-04-08 11:34:37', null, 'Operational Amplifier', 'LF198H', 'LF198H', 'Sample and Hold', null, 'Linear Technology', '5/8/1998', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3a04104d1372c8fd814082d8c445854e/data.xlsx\",\"PPM-98-014.pdf\":\"/oss/physical/NASA/3a04104d1372c8fd814082d8c445854e/PPM-98-014.pdf\"}', 'LF198H,Sample and Hold,Linear Technology,5/8/1998,tid/PPM-98-014.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('3a542c304b14be44d37b77da92402452', 'Crawler', '2024-11-13 12:41:40', 'luozikang', '2025-04-29 18:02:07', null, 'Bipolar', 'SPT7760', 'SPT7760', 'Analog to Digital Converter', null, 'Signal Processing Technology', '8/1/1998;7/19/2001;3/18/2000;9/12/2002;7/25/2003', 'NASA', '罗梓康', '2', '{\"T090500.pdf\":\"/oss/physical/NASA/3a542c304b14be44d37b77da92402452/T090500.pdf\",\"NSREC99.pdf\":\"/oss/physical/NASA/3a542c304b14be44d37b77da92402452/NSREC99.pdf\",\"nsrec01_W15.pdf\":\"/oss/physical/NASA/3a542c304b14be44d37b77da92402452/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3a542c304b14be44d37b77da92402452/data.xlsx\",\"T091202_SPT7760.pdf\":\"/oss/physical/NASA/3a542c304b14be44d37b77da92402452/T091202_SPT7760.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/3a542c304b14be44d37b77da92402452/NSREC03_W10.pdf\",\"单粒子效应_1745920867773.xlsx\":\"/oss/physical/NASA/3a542c304b14be44d37b77da92402452/单粒子效应_1745920867773.xlsx\"}', 'SPT7760,Analog to Digital Converter,Signal Processing Technology,8/1/1998;7/19/2001;3/18/2000;9/12/2002;7/25/2003,NSREC99.pdf;T090500.pdf;nsrec01_W15.pdf;T091202_SPT7760.pdf;NSREC03_W10.pdf,SEE;SEU;SEFI Functional Failure,Bipolar', '8'); INSERT INTO `nasa_data_record` VALUES ('3a5b815475a580cba32011a07cfa8c50', 'Crawler', '2024-11-13 01:00:45', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'STRH40N6SY3', 'STRH40N6SY3', 'Power MOSFET', '5 FET N CHANNEL', 'STmicroelectronics', '14/09/2010', 'ESA', null, null, '{\"203.pdf\":\"/oss/physical/ESA/3a5b815475a580cba32011a07cfa8c50/203.pdf\",\"data.xlsx\":\"/oss/physical/ESA/3a5b815475a580cba32011a07cfa8c50/data.xlsx\"}', '203,STRH40N6SY3,STmicroelectronics,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,5 FET N CHANNEL,Power MOSFET,,ESA-ESTEC,14/09/2010,False', null); INSERT INTO `nasa_data_record` VALUES ('3a6d987dfcf4002329bab355ef81b60f', 'Crawler', '2024-11-13 11:40:49', null, '2025-04-08 11:34:37', null, 'CMOS', 'MAX9180', 'MAX9180', 'Low-Voltage Differential Signaling', null, 'Maxim', '4/11/2015(SEL); 6/29/2015-to-7/2/2015(TID)', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/3a6d987dfcf4002329bab355ef81b60f/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3a6d987dfcf4002329bab355ef81b60f/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/3a6d987dfcf4002329bab355ef81b60f/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'MAX9180,Low-Voltage Differential Signaling,Maxim,4/11/2015(SEL); 6/29/2015-to-7/2/2015(TID),https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,SEL,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('3adeef73eb14d75c7a54f5cff0282b6d', 'Crawler', '2024-11-13 00:59:58', null, '2025-04-08 11:34:37', null, 'Not specified', 'HAS2', 'HAS2', 'Active Pixel Sensor', '4 PHOTO DIODE /SENSOR', 'ON Semiconductors', '10/10/2011', 'ESA', null, null, '{\"200.pdf\":\"/oss/physical/ESA/3adeef73eb14d75c7a54f5cff0282b6d/200.pdf\",\"data.xlsx\":\"/oss/physical/ESA/3adeef73eb14d75c7a54f5cff0282b6d/data.xlsx\"}', '200,HAS2,ON Semiconductors,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,4 PHOTO DIODE /SENSOR,Active Pixel Sensor,,Sodern,10/10/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('3ae5b24740f126c668904d716ab62f40', 'Crawler', '2024-11-13 00:42:47', null, '2025-04-08 11:34:37', null, 'Not specified', 'HCPL5431', 'HCPL5431', 'Optocoupler', '1 OPTOCOUPLER', 'Avago', '28/05/2012', 'ESA', null, null, '{\"141.pdf\":\"/oss/physical/ESA/3ae5b24740f126c668904d716ab62f40/141.pdf\",\"data.xlsx\":\"/oss/physical/ESA/3ae5b24740f126c668904d716ab62f40/data.xlsx\"}', '141,HCPL5431,Avago,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,28/05/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('3aef8f6daf86783c00a07e79345ce994', 'Crawler', '2024-11-13 12:38:59', 'changyuhai', '2025-05-03 23:28:47', null, 'Crystal Oscillator', 'SMEX 5955-03/8', 'SMEX 5955-03/8', 'Crystal Oscillator', '9106', 'Q-Tech', '10/16/1991', 'NASA', '常余海', '7', '{\"PPM-91-613.pdf\":\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/PPM-91-613.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/data.xlsx\",\"电离总剂量效应_1746285217804_1746286122581.xlsx\":\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/电离总剂量效应_1746285217804_1746286122581.xlsx\"}', 'SMEX 5955-03/8,Crystal Oscillator,Q-Tech,10/16/1991,tid/PPM-91-613.pdf,TID,Crystal Oscillator', '2002'); INSERT INTO `nasa_data_record` VALUES ('3af763d0b94a842a0234917573ae8a09', 'Crawler', '2024-11-13 10:43:32', null, '2025-04-08 11:34:37', null, 'ADC', 'AD7885', 'AD7885', '16-bit ADC', null, 'Analog Devices', '11/30/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/3af763d0b94a842a0234917573ae8a09/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3af763d0b94a842a0234917573ae8a09/data.xlsx\",\"PPM-99-039.pdf\":\"/oss/physical/NASA/3af763d0b94a842a0234917573ae8a09/PPM-99-039.pdf\"}', 'AD7885,16-bit ADC,Analog Devices,11/30/1999,tid/PPM-99-039.pdf;nsrec00_W21.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('3af9263ec4cb963153415be98c6565c3', 'Crawler', '2024-11-13 11:16:53', null, '2025-04-08 11:34:37', null, 'Bipolar Junction Transistor', 'JANS2N3866', 'JANS2N3866', 'General Purpose NPN BJT', null, 'Semicoa', '7/2011', 'NASA', null, null, '{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/3af9263ec4cb963153415be98c6565c3/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3af9263ec4cb963153415be98c6565c3/data.xlsx\"}', 'JANS2N3866,General Purpose NPN BJT,Semicoa,7/2011,nsrec2011_W5_TID.pdf,TID,Bipolar Junction Transistor', null); INSERT INTO `nasa_data_record` VALUES ('3b12eda9a2ba28828712aa98d7723c40', 'Crawler', '2024-11-13 11:12:53', null, '2025-04-08 11:34:37', null, 'Miscellaneous', 'Honeywell ESN', 'Honeywell ESN', 'ESN', null, 'Honeywell', '1998-1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/3b12eda9a2ba28828712aa98d7723c40/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3b12eda9a2ba28828712aa98d7723c40/data.xlsx\"}', 'Honeywell ESN,ESN,Honeywell,1998-1999,NSREC99.pdf,SEE,Miscellaneous', null); INSERT INTO `nasa_data_record` VALUES ('3b529a30cf206c635bc34db333f65973', 'Crawler', '2024-11-13 02:19:33', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'AD976SD/883 - DC1306', 'AD976SD/883 - DC1306', '16-bit, 100kSPS / 200kSPS BiCMOS ADC', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'Analog Devices', '11/08/2014', 'ESA', null, null, '{\"364.pdf\":\"/oss/physical/ESA/3b529a30cf206c635bc34db333f65973/364.pdf\",\"data.xlsx\":\"/oss/physical/ESA/3b529a30cf206c635bc34db333f65973/data.xlsx\"}', '364,AD976SD/883 - DC1306,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,16-bit, 100kSPS / 200kSPS BiCMOS ADC,BiCMOS,Hirex-Alter,11/08/2014,False', null); INSERT INTO `nasa_data_record` VALUES ('3b7d7eb38d8cde088f4289064ab3a30f', 'Crawler', '2024-11-13 09:54:48', null, '2025-04-08 11:34:37', null, 'PMI', 'OP 07A', 'OP 07A', 'Op Amp', null, null, '02/18/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3b7d7eb38d8cde088f4289064ab3a30f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/3b7d7eb38d8cde088f4289064ab3a30f/PPM-99-045.pdf\"}', '178,5-100,OP 07A,Op Amp,PMI,FAST/MUE,9233,PPM-93-033,02/18/93', null); INSERT INTO `nasa_data_record` VALUES ('3b8a341685e5e59b2f6e30877707331a', 'Crawler', '2024-11-13 09:55:07', null, '2025-04-08 11:34:37', null, 'Micropac', 'JANTXV4N24', 'JANTXV4N24', 'Opto-Coupler', null, null, '12/07/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3b8a341685e5e59b2f6e30877707331a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/3b8a341685e5e59b2f6e30877707331a/PPM-99-045.pdf\"}', '164,5-60,JANTXV4N24,Opto-Coupler,Micropac,FAST/HCI,9233,PPM-92-299,12/07/92', null); INSERT INTO `nasa_data_record` VALUES ('3b8bb1115f8feaa3cc364c8d00c4871a', 'Crawler', '2024-11-13 09:54:29', null, '2025-04-08 11:34:37', null, 'Harris', 'HM628128LP-10', 'HM628128LP-10', '128kX8 RAM', null, null, '06/17/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3b8bb1115f8feaa3cc364c8d00c4871a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/3b8bb1115f8feaa3cc364c8d00c4871a/PPM-99-045.pdf\"}', '192,5-100,HM628128LP-10,128kX8 RAM,Harris,SMEX/FAST,8928,PPM-93-065,06/17/93', null); INSERT INTO `nasa_data_record` VALUES ('3b97df5456a9fc5a1c458ef6f40ffe37', 'Crawler', '2024-11-13 02:15:00', null, '2025-04-08 11:34:37', null, 'Not specified', 'ST1S40', 'ST1S40', 'Buck Converter', '54 LINEAR SWITCHING REGULATOR', 'ST Microelectronics', '21/02/2024', 'ESA', null, null, '{\"ST1S40 TID Test Report.pdf\":\"/oss/physical/ESA/3b97df5456a9fc5a1c458ef6f40ffe37/ST1S40 TID Test Report.pdf\",\"data.xlsx\":\"/oss/physical/ESA/3b97df5456a9fc5a1c458ef6f40ffe37/data.xlsx\"}', '397,ST1S40,ST Microelectronics,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,54 LINEAR SWITCHING REGULATOR,Buck Converter,Silicon,ESA-ESTEC TEC-QEC,21/02/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('3b9e7045d95523de6f2f4c27da7cbe7c', 'Crawler', '2024-11-13 11:11:17', null, '2025-04-08 11:34:37', null, 'Data Transmission', 'HS26C32', 'HS26C32', 'Differential Receiver', null, 'Harris', '3/3/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/3b9e7045d95523de6f2f4c27da7cbe7c/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3b9e7045d95523de6f2f4c27da7cbe7c/data.xlsx\",\"b050393.pdf\":\"/oss/physical/NASA/3b9e7045d95523de6f2f4c27da7cbe7c/b050393.pdf\"}', 'HS26C32,Differential Receiver,Harris,3/3/1993;7/18/1994,b050393.pdf;nsrec94a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('3ba2bcf3eb23bb27eee5a2a459ebb981', 'Crawler', '2024-11-13 11:14:00', null, '2025-04-08 11:34:37', null, 'ECC Memory', 'IMME128M64D3DUS8AG-E125', 'IMME128M64D3DUS8AG-E125', 'DDR3', null, 'Intelligent Memory', '2016July', 'NASA', null, null, '{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/3ba2bcf3eb23bb27eee5a2a459ebb981/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3ba2bcf3eb23bb27eee5a2a459ebb981/data.xlsx\"}', 'IMME128M64D3DUS8AG-E125,DDR3,Intelligent Memory,2016July,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE;SET;SEFI,ECC Memory', null); INSERT INTO `nasa_data_record` VALUES ('3bcffc71e4ee2bfee0ad6650cea186c1', 'Crawler', '2024-11-13 11:02:10', null, '2025-04-08 11:34:37', null, 'FPGA', 'EP1525', 'EP1525', 'FPGA', null, 'Altera Stratix', '3/14/2005', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3bcffc71e4ee2bfee0ad6650cea186c1/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/3bcffc71e4ee2bfee0ad6650cea186c1/nsrec06_W4.pdf\",\"T031405_Altera_FPGA.pdf\":\"/oss/physical/NASA/3bcffc71e4ee2bfee0ad6650cea186c1/T031405_Altera_FPGA.pdf\"}', 'EP1525,FPGA,Altera Stratix,3/14/2005,T031405_Altera_FPGA.pdf;nsrec06_W4.pdf,SEL,FPGA', null); INSERT INTO `nasa_data_record` VALUES ('3bf7441937ba020f79869c7679cb8278', 'Crawler', '2024-11-13 01:11:15', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'UC1846J-SP', 'UC1846J-SP', 'High Speed Pulse Width Modulator Controller', '69 LINEAR OTHER FUNCTIONS', 'Texas Instrument', '12/11/2012', 'ESA', null, null, '{\"235.pdf\":\"/oss/physical/ESA/3bf7441937ba020f79869c7679cb8278/235.pdf\",\"data.xlsx\":\"/oss/physical/ESA/3bf7441937ba020f79869c7679cb8278/data.xlsx\"}', '235,UC1846J-SP,Texas Instrument,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,69 LINEAR OTHER FUNCTIONS,High Speed Pulse Width Modulator Controller,,Alter,12/11/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('3c05abb9afae82c2a2b201653ac308c2', 'Crawler', '2024-11-13 01:20:01', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'BFY650B', 'BFY650B', 'RF Transistor', '10 RF/MICROWAVE NPN LOW POWER / LOW NOISE', 'Infineon', '25/02/2013', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/3c05abb9afae82c2a2b201653ac308c2/data.xlsx\",\"280.pdf\":\"/oss/physical/ESA/3c05abb9afae82c2a2b201653ac308c2/280.pdf\"}', '280,BFY650B,Infineon,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,10 RF/MICROWAVE NPN LOW POWER / LOW NOISE,RF Transistor,Si-Ge,ESA-ESTEC TEC-QEC,25/02/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('3c6844f867eddc02320e89da3b8c6d2f', 'Crawler', '2024-11-13 10:28:31', null, '2025-04-08 11:34:37', null, 'Transistor', '6HP HBT', '6HP HBT', 'Transistor', null, 'IBM', '9/30/2002', 'NASA', null, null, '{\"SNL092302_SiGe_HBT.pdf\":\"/oss/physical/NASA/3c6844f867eddc02320e89da3b8c6d2f/SNL092302_SiGe_HBT.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3c6844f867eddc02320e89da3b8c6d2f/data.xlsx\"}', '6HP HBT,Transistor,IBM,9/30/2002,SNL092302_SiGe_HBT.pdf,charge collection,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('3c735da1a6375ac428120d233db496b7', 'Crawler', '2024-11-13 11:55:30', 'mayinjie', '2025-04-30 13:39:39', null, 'CMOS', 'MT29F4G08ABADAHC', 'MT29F4G08ABADAHC', '4 Gb NAND Flash', null, 'Micron', '7/23/2009;7/27/2011', 'NASA', '马崟洁', '1', '{\"Oldham_nsrec11_W25.pdf\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/Oldham_nsrec11_W25.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/nsrec09_W12_SEE.pdf\",\"单粒子效应_1745991578174.xlsx\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/单粒子效应_1745991578174.xlsx\"}', 'MT29F4G08ABADAHC,4 Gb NAND Flash,Micron,7/23/2009;7/27/2011,nsrec09_W12_SEE.pdf;Oldham_nsrec11_W25.pdf;nsrec2012_W22_SEE.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('3c7fcf37d06ab23649e378440b1062b7', 'Crawler', '2024-11-13 02:20:56', null, '2025-04-08 11:34:37', null, 'Not specified', 'LM124AWG-R-QMLV - DC0539A', 'LM124AWG-R-QMLV - DC0539A', 'Quadruple Operational Amplifier', '50 LINEAR OPERATIONAL AMPLIFIER', 'National Semiconductor', '12/06/2015', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/3c7fcf37d06ab23649e378440b1062b7/data.xlsx\",\"350.pdf\":\"/oss/physical/ESA/3c7fcf37d06ab23649e378440b1062b7/350.pdf\"}', '350,LM124AWG-R-QMLV - DC0539A,National Semiconductor,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Quadruple Operational Amplifier,,TRAD,12/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('3c838fec21af8f5640b7b83106e856fe', 'Crawler', '2024-11-13 12:33:50', 'sunjiacheng', '2025-04-30 18:19:07', null, '14nm FinFET', 'Ryzen 7 1700 YD1700BBM88AE', 'Ryzen 7 1700 YD1700BBM88AE', 'Processor', null, 'GlobalFoundries', '6/2/2019(MGH)', 'NASA', '孙家诚', '1', '{\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf\":\"/oss/physical/NASA/3c838fec21af8f5640b7b83106e856fe/NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3c838fec21af8f5640b7b83106e856fe/data.xlsx\"}', 'Ryzen 7 1700 YD1700BBM88AE,Processor,GlobalFoundries,6/2/2019(MGH),https://nepp.nasa.gov/files/30366/NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf,SEE,14nm FinFET', '1'); INSERT INTO `nasa_data_record` VALUES ('3c97e79c28743b586cd3f1459077f932', 'Crawler', '2024-11-13 12:26:56', 'liujunling', '2025-04-30 22:10:57', null, '模拟集成电路', 'RH1013', 'RH1013', 'Operational Amplifier', null, 'Linear Technology', '12/18/2005;11/16/2006', 'NASA', '刘俊灵', '1', '{\"T111606_RH1013.pdf\":\"/oss/physical/NASA/3c97e79c28743b586cd3f1459077f932/T111606_RH1013.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/3c97e79c28743b586cd3f1459077f932/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3c97e79c28743b586cd3f1459077f932/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/3c97e79c28743b586cd3f1459077f932/nsrec06_W4.pdf\",\"T121805_RH1013.pdf\":\"/oss/physical/NASA/3c97e79c28743b586cd3f1459077f932/T121805_RH1013.pdf\",\"单粒子效应_1746022254691.xlsx\":\"/oss/physical/NASA/3c97e79c28743b586cd3f1459077f932/单粒子效应_1746022254691.xlsx\"}', 'RH1013,Operational Amplifier,Linear Technology,12/18/2005;11/16/2006,T121805_RH1013.pdf;nsrec06_W4.pdf;T111606_RH1013.pdf;nsrec07_W27_SEE.pdf,SEE,Bipolar Linear Device', '1'); INSERT INTO `nasa_data_record` VALUES ('3cad11bd4af13aac71ef13bca8db628b', 'Crawler', '2024-11-13 12:36:13', 'sunjiacheng', '2025-04-30 15:46:27', null, '晶体管', 'SD5000A', 'SD5000A', 'DMOS', null, 'CAL-Logic', '10/17/1997', 'NASA', '孙家诚', '1', '{\"PPM-97-045.pdf\":\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/PPM-97-045.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/data.xlsx\",\"电离总剂量效应PPM-97-045_1745993702521.xlsx\":\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/电离总剂量效应PPM-97-045_1745993702521.xlsx\"}', 'SD500A,DMOS,CAL-Logic,10/17/1997,tid/PPM-97-045.pdf,TID,DMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('3ccb1ebcfb88e9d64daccdafb2371fc9', 'Crawler', '2024-11-13 09:55:19', null, '2025-04-08 11:34:37', null, 'TI', 'SNJ54HC4066J', 'SNJ54HC4066J', 'Analog Switch', null, null, '09/18/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3ccb1ebcfb88e9d64daccdafb2371fc9/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/3ccb1ebcfb88e9d64daccdafb2371fc9/PPM-99-045.pdf\"}', '155,5-20,SNJ54HC4066J,Analog Switch,TI,GGS/WIND,9031A,PPM-92-237,09/18/92', null); INSERT INTO `nasa_data_record` VALUES ('3ce618077a346f78cef394b84fe62e06', 'Crawler', '2024-11-13 09:54:14', null, '2025-04-08 11:34:37', null, 'Motorola', '54HC165', '54HC165', 'Shift Register', null, null, '12/29/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3ce618077a346f78cef394b84fe62e06/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/3ce618077a346f78cef394b84fe62e06/PPM-99-045.pdf\"}', '203,5-50,54HC165,Shift Register,Motorola,ISTP/SOHO,9138A,PPM-93-107,12/29/93', null); INSERT INTO `nasa_data_record` VALUES ('3cf2388231654f642426584c538bc72c', 'Crawler', '2024-11-13 12:01:02', 'xieyongzhi', '2025-05-03 19:53:39', null, '光电子器件', 'OLH400', 'OLH400', 'Optocoupler', null, 'Isolink', '2/1997;3/1998', 'NASA', '谢永智', '1', '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/3cf2388231654f642426584c538bc72c/nsrec00_W22.pdf\",\"data_1745990264081.xlsx\":\"/oss/physical/NASA/3cf2388231654f642426584c538bc72c/data_1745990264081.xlsx\"}', 'OLH400,Optocoupler,Isolink,2/1997;3/1998,nsrec00_W22.pdf,DD,Optocoupler', '1'); INSERT INTO `nasa_data_record` VALUES ('3d19609f30aa4854ea6c3d3fa74fa3ee', 'Crawler', '2024-11-13 11:33:21', null, '2025-04-08 11:34:37', null, 'FPGA', 'LX25', 'LX25', 'Virtex IV FPGA 90nm CMOS flip chip', null, 'Xilinx', '3/27/2006', 'NASA', null, null, '{\"I032706_LX25.pdf\":\"/oss/physical/NASA/3d19609f30aa4854ea6c3d3fa74fa3ee/I032706_LX25.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/3d19609f30aa4854ea6c3d3fa74fa3ee/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3d19609f30aa4854ea6c3d3fa74fa3ee/data.xlsx\"}', 'LX25,Virtex IV FPGA 90nm CMOS flip chip,Xilinx,3/27/2006,I032706_LX25.pdf;nsrec07_W27_SEE.pdf,SEE,FPGA', null); INSERT INTO `nasa_data_record` VALUES ('3d377eea3b3d97f76cc49cf2e43c2afe', 'Crawler', '2024-11-13 09:56:39', null, '2025-04-08 11:34:37', null, 'NSC', '54AC74DMQB', '54AC74DMQB', 'D Flip-Flop', null, null, '12/13/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3d377eea3b3d97f76cc49cf2e43c2afe/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/3d377eea3b3d97f76cc49cf2e43c2afe/PPM-99-045.pdf\"}', '97,10-300,54AC74DMQB,D Flip-Flop,NSC,SMEX/CB,9039A,PPM-91-746,12/13/91', null); INSERT INTO `nasa_data_record` VALUES ('3da6ea01fb0377c7f1e581fdc486b2fb', 'Crawler', '2024-11-13 12:04:10', 'xuebinrui', '2025-04-29 13:09:04', null, '放大器', 'OP42AZ', 'OP42AZ', 'Operational Amplifier', '2C0345G', 'Analog Devices', '1/2005', 'NASA', '薛彬睿', '1', '{\"电离总剂量效应-(6)_1745903337745.xlsx\":\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/电离总剂量效应-(6)_1745903337745.xlsx\",\"nsrec05_W23.pdf\":\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/nsrec05_W23.pdf\",\"G05JAN_OP42_TID.pdf\":\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/G05JAN_OP42_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/data.xlsx\"}', 'OP42AZ,Operational Amplifier,Analog Devices,1/2005,G05JAN_OP42_TID.pdf;nsrec05_W23.pdf,TID,Operational Amplifier', '4'); INSERT INTO `nasa_data_record` VALUES ('3dbf2cb0667d7f662610a2c887ec11c7', 'Crawler', '2024-11-13 11:27:28', null, '2025-04-08 11:34:37', null, 'Bipolar', 'LM195', 'LM195', 'Power Transistor', null, 'National Semiconductor', '4/11/2015', 'NASA', null, null, '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/3dbf2cb0667d7f662610a2c887ec11c7/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3dbf2cb0667d7f662610a2c887ec11c7/data.xlsx\"}', 'LM195,Power Transistor,National Semiconductor,4/11/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEB,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('3dc924ff026d0863fa09d62e6287af68', 'Crawler', '2024-11-13 11:10:45', null, '2025-04-08 11:34:37', null, 'CMOS', 'HS-1840ARH', 'HS-1840ARH', 'Analog Multiplexer', null, 'Intersil', '8/1/2010', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3dc924ff026d0863fa09d62e6287af68/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/3dc924ff026d0863fa09d62e6287af68/nsrec2011_W5_TID.pdf\",\"VdG10AUG_HS-1840ARH.pdf\":\"/oss/physical/NASA/3dc924ff026d0863fa09d62e6287af68/VdG10AUG_HS-1840ARH.pdf\"}', 'HS-1840ARH,Analog Multiplexer,Intersil,8/1/2010,tid/VdG10AUG_HS-1840ARH.pdf;nsrec2011_W5_TID.pdf,TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('3dc9fc490877076f0b1b7e6a701d6c5a', 'Crawler', '2024-11-13 11:58:55', 'huangkan', '2025-04-30 16:54:06', null, '其他半导体集成电路', 'Mii53258', 'Mii53258', 'Relay', null, 'Micropac', '7/19/2001', 'NASA', null, '5', '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/nsrec01_W15.pdf\",\"D120400e.pdf\":\"/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/D120400e.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/data.xlsx\",\"Mii53258单粒子效应_1746003240919.xlsx\":\"/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/Mii53258单粒子效应_1746003240919.xlsx\"}', 'Mii53258,Relay,Micropac,7/19/2001,D120400e.pdf;nsrec01_W15.pdf,DD,Relay', '5'); INSERT INTO `nasa_data_record` VALUES ('3dd2e1f1ca7dca324dbb5fd76de2be07', 'Crawler', '2024-11-13 12:33:37', 'sunjiacheng', '2025-04-30 18:39:58', null, '片上系统(SOC)', 'Ryzen 3 2200G', 'Ryzen 3 2200G', 'SOC', null, 'GlobalFoundries', '6/2/2019(MGH)', 'NASA', '孙家诚', '1', '{\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf\":\"/oss/physical/NASA/3dd2e1f1ca7dca324dbb5fd76de2be07/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3dd2e1f1ca7dca324dbb5fd76de2be07/data.xlsx\",\"单粒子效应_1746009596848.xlsx\":\"/oss/physical/NASA/3dd2e1f1ca7dca324dbb5fd76de2be07/单粒子效应_1746009596848.xlsx\"}', 'Ryzen 3 2200G,SOC,GlobalFoundries,6/2/2019(MGH),https://nepp.nasa.gov/files/30378/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf,SEE; SEFI,14nm FinFET', '1'); INSERT INTO `nasa_data_record` VALUES ('3df61e669ef73e0634b0f61a7217f55b', 'Crawler', '2024-11-13 10:41:16', null, '2025-04-08 11:34:37', null, 'ADC', 'AD6640', 'AD6640', 'ADC', null, 'Analog Devices', '7/19/2001;10/30/2001;7/19/2002', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/3df61e669ef73e0634b0f61a7217f55b/nsrec01_W15.pdf\",\"N103001_AD6640.pdf\":\"/oss/physical/NASA/3df61e669ef73e0634b0f61a7217f55b/N103001_AD6640.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/3df61e669ef73e0634b0f61a7217f55b/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3df61e669ef73e0634b0f61a7217f55b/data.xlsx\",\"B111600a.pdf\":\"/oss/physical/NASA/3df61e669ef73e0634b0f61a7217f55b/B111600a.pdf\"}', 'AD6640,ADC,Analog Devices,7/19/2001;10/30/2001;7/19/2002,B111600a.pdf;nsrec01_W15.pdf;N103001_AD6640.pdf;NSREC02_W16.pdf,SEU;SEL;TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('3e45a07a546ba46c2a46814fd3efbc78', 'Crawler', '2024-11-13 09:48:52', null, '2025-04-08 11:34:37', null, 'Omnirel', 'OM1850STM3', 'OM1850STM3', 'Voltage Regulator', null, null, '08/23/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3e45a07a546ba46c2a46814fd3efbc78/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/3e45a07a546ba46c2a46814fd3efbc78/PPM-99-045.pdf\"}', '410,2.5-50,OM1850STM3,Voltage Regulator,Omnirel,HST/COS,9912,PPM-99-024,08/23/99', null); INSERT INTO `nasa_data_record` VALUES ('3e784ac5bce52f639564e420a439025a', 'Crawler', '2024-11-13 10:50:49', null, '2025-04-08 11:34:37', null, 'CMOS', 'AS216MA1G2B-ASC', 'AS216MA1G2B-ASC', '40 nm MRAM', null, 'Avalanche', '2019May(LBNL); 2019Jun(NRL)', 'NASA', null, null, '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/3e784ac5bce52f639564e420a439025a/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3e784ac5bce52f639564e420a439025a/data.xlsx\"}', 'AS216MA1G2B-ASC,40 nm MRAM,Avalanche,2019May(LBNL); 2019Jun(NRL),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,SEE;Laser,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('3eb32ee8bff38b18eef9a8e673a7ce0a', 'Crawler', '2024-11-13 12:42:21', 'luozikang', '2025-04-29 17:44:24', null, 'CMOS', 'SR-ESAPMOS4/RAD', 'SR-ESAPMOS4/RAD', 'Dosimeter', null, 'National Micro Research Center', 'VdG2007APR', 'NASA', '罗梓康', '1', '{\"G07APR_RADFET_TID.pdf\":\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/G07APR_RADFET_TID.pdf\",\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/nsrec08_W2_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/data.xlsx\",\"电离总剂量效应_1745919856533.xlsx\":\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/电离总剂量效应_1745919856533.xlsx\"}', 'SR-ESAPMOS4/RAD,Dosimeter,National Micro Research Center,VdG2007APR,G07APR_RADFET_TID.pdf;nsrec08_W2_TID.pdf,TID,CMOS', '2'); INSERT INTO `nasa_data_record` VALUES ('3f0fbc95764bcd531a36b354529d8bb1', 'Crawler', '2024-11-13 11:49:29', null, '2025-04-08 11:34:37', null, 'BiCMOS', 'MIC4423', 'MIC4423', 'MOSFET Driver', null, 'Micrel', '8/23/1999;8/24/1999;2007FEB', 'NASA', null, null, '{\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/3f0fbc95764bcd531a36b354529d8bb1/nsrec08_W2_TID.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/3f0fbc95764bcd531a36b354529d8bb1/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3f0fbc95764bcd531a36b354529d8bb1/data.xlsx\",\"b082399b.pdf\":\"/oss/physical/NASA/3f0fbc95764bcd531a36b354529d8bb1/b082399b.pdf\",\"G07FEB_MIC4423_TID.pdf\":\"/oss/physical/NASA/3f0fbc95764bcd531a36b354529d8bb1/G07FEB_MIC4423_TID.pdf\"}', 'MIC4423,MOSFET Driver,Micrel,8/23/1999;8/24/1999;2007FEB,b082399b.pdf;nsrec00_W21.pdf;G07FEB_MIC4423_TID.pdf;nsrec08_W2_TID.pdf,SEE; TID,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('3f28f50235617a0da6fb684370f6a3dd', 'Crawler', '2024-11-13 11:17:50', null, '2025-04-08 11:34:37', null, 'Diode', 'JTXV1N3595', 'JTXV1N3595', 'Diode', null, 'National Semiconductor', '4/5/1991', 'NASA', null, null, '{\"PPM-91-246.pdf\":\"/oss/physical/NASA/3f28f50235617a0da6fb684370f6a3dd/PPM-91-246.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3f28f50235617a0da6fb684370f6a3dd/data.xlsx\"}', 'JTXV1N3595,Diode,National Semiconductor,4/5/1991,tid/PPM-91-246.pdf,TID,Diode', null); INSERT INTO `nasa_data_record` VALUES ('3f2b350206b8e845e78faf8f499c3d14', 'Crawler', '2024-11-13 12:06:38', 'luoyongheng', '2025-04-28 23:23:44', null, '放大器', 'PA51M', 'PA51M', 'Operational Amplifier', null, 'Apex', '8/25/1995', 'NASA', '罗永恒', '1', '{\"data.xlsx\":\"/oss/physical/NASA/3f2b350206b8e845e78faf8f499c3d14/data.xlsx\",\"PPM-95-172.pdf\":\"/oss/physical/NASA/3f2b350206b8e845e78faf8f499c3d14/PPM-95-172.pdf\"}', 'PA51M,Operational Amplifier,Apex,8/25/1995,tid/PPM-95-172.pdf,TID,Operational Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('3f36432bf17ff9ec355cd126cbd73b28', 'Crawler', '2024-11-13 12:58:18', 'yangsini', '2025-04-30 11:34:54', null, '晶体管', 'U309 N 沟道硅结场效应晶体管', 'U309', 'JFET', '1526', 'InterFET Corp.', '8/20/2019', 'NASA', '杨思妮', '14', '{\"data.xlsx\":\"/oss/physical/NASA/3f36432bf17ff9ec355cd126cbd73b28/data.xlsx\",\"2019-Osherof-TR-19-009-U309-TID-20205004053.pdf\":\"/oss/physical/NASA/3f36432bf17ff9ec355cd126cbd73b28/2019-Osherof-TR-19-009-U309-TID-20205004053.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/3f36432bf17ff9ec355cd126cbd73b28/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"电离总剂量效应_1745984091416.xlsx\":\"/oss/physical/NASA/3f36432bf17ff9ec355cd126cbd73b28/电离总剂量效应_1745984091416.xlsx\"}', 'U309,JFET,InterFET Corp.,8/20/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;tid/2019-Osherof-TR-19-009-U309-TID-20205004053.pdf,TID,Bipolar', '140'); INSERT INTO `nasa_data_record` VALUES ('3f40095f50459f239eb237a375afa576', 'Crawler', '2024-11-13 09:48:59', null, '2025-04-08 11:34:37', null, 'Micrel', 'MIC4424', 'MIC4424', 'Dual MOSFET Driver', null, null, '04/21/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3f40095f50459f239eb237a375afa576/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/3f40095f50459f239eb237a375afa576/PPM-99-045.pdf\"}', '405,5-75,MIC4424,Dual MOSFET Driver,Micrel,GOES (Ball),9832,PPM-99-019,04/21/99', null); INSERT INTO `nasa_data_record` VALUES ('3f559b76384d5decee863235338c093c', 'Crawler', '2024-11-13 11:07:39', null, '2025-04-08 11:34:37', null, 'Fiber Optic Link', 'HFBR-53D5', 'HFBR-53D5', 'Transceiver', null, 'HP', '_1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/3f559b76384d5decee863235338c093c/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3f559b76384d5decee863235338c093c/data.xlsx\",\"nsrec01_W20.pdf\":\"/oss/physical/NASA/3f559b76384d5decee863235338c093c/nsrec01_W20.pdf\"}', 'HFBR-53D5,Transceiver,HP,_1999,nsrec00_W21.pdf;nsrec01_W20.pdf,SEE,Fiber Optic Link', null); INSERT INTO `nasa_data_record` VALUES ('3f9c22412697025d05ce131b2bd11a93', 'Crawler', '2024-11-13 09:52:22', null, '2025-04-08 11:34:37', null, 'SEEQ', '28C256', '28C256', 'EEPROM', null, null, '08/25/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3f9c22412697025d05ce131b2bd11a93/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/3f9c22412697025d05ce131b2bd11a93/PPM-99-045.pdf\"}', '281,1-20,28C256,EEPROM,SEEQ,AXAF/Gulton,9526,PPM-95-175,08/25/95', null); INSERT INTO `nasa_data_record` VALUES ('3fe0a18cdec6f80152d155a00ef959a1', 'Crawler', '2024-11-13 10:42:04', null, '2025-04-08 11:34:37', null, 'DAC', 'AD7541ATQ/883B', 'AD7541ATQ/883B', 'D/A Converter', null, 'ADI', '6/1/1992', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/3fe0a18cdec6f80152d155a00ef959a1/data.xlsx\",\"PPM-92-171.pdf\":\"/oss/physical/NASA/3fe0a18cdec6f80152d155a00ef959a1/PPM-92-171.pdf\"}', 'AD7541ATQ/883B,D/A Converter,ADI,6/1/1992,tid/PPM-92-171.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('3fe7d95aeb88c7f40fcf4ac3ea19a78f', 'Crawler', '2024-11-13 10:55:16', null, '2025-04-08 11:34:37', null, 'MUX/DMUX', 'CD54HC4053F3A', 'CD54HC4053F3A', 'MUX/DMUX', null, 'RCA', '3/20/1992', 'NASA', null, null, '{\"PPM-92-116.pdf\":\"/oss/physical/NASA/3fe7d95aeb88c7f40fcf4ac3ea19a78f/PPM-92-116.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3fe7d95aeb88c7f40fcf4ac3ea19a78f/data.xlsx\"}', 'CD54HC4053F3A,MUX/DMUX,RCA,3/20/1992,tid/PPM-92-116.pdf,TID,MUX/DMUX', null); INSERT INTO `nasa_data_record` VALUES ('3fea11f2176e52e0dfb7bb874cf26d6d', 'Crawler', '2024-11-13 10:26:47', null, '2025-04-08 11:34:37', null, 'Oscillator', '5HP SiGe HBT', '5HP SiGe HBT', 'CMOS Ring Oscillator', null, 'IBM', '3/28/2002;7/25/2003', 'NASA', null, null, '{\"T032802_5HP.pdf\":\"/oss/physical/NASA/3fea11f2176e52e0dfb7bb874cf26d6d/T032802_5HP.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3fea11f2176e52e0dfb7bb874cf26d6d/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/3fea11f2176e52e0dfb7bb874cf26d6d/NSREC03_W10.pdf\"}', '5HP SiGe HBT,CMOS Ring Oscillator,IBM,3/28/2002;7/25/2003,T032802_5HP.pdf;NSREC03_W10.pdf,SEL,Oscillator', null); INSERT INTO `nasa_data_record` VALUES ('4050c24e760ffa87e3e8addabb4c8851', 'Crawler', '2024-11-13 11:55:57', 'dushuaibin', '2025-04-30 12:29:29', null, '晶体管', 'CMOS', 'MT29F512G08AUCBBH8-6IT:B', 'Flash Memory', '1722', 'Micron', '2018.05.25-2018.05.29', 'NASA', '杜帅彬', '2', '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/4050c24e760ffa87e3e8addabb4c8851/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4050c24e760ffa87e3e8addabb4c8851/data.xlsx\",\"2018-Topper-TR-17-061-MT29F512G08AUCBBH8-6IT-2018May25-TID-20205006472.pdf\":\"/oss/physical/NASA/4050c24e760ffa87e3e8addabb4c8851/2018-Topper-TR-17-061-MT29F512G08AUCBBH8-6IT-2018May25-TID-20205006472.pdf\",\"电离总剂量效应_1745987367653.xlsx\":\"/oss/physical/NASA/4050c24e760ffa87e3e8addabb4c8851/电离总剂量效应_1745987367653.xlsx\"}', 'MT29F512G08AUCBBH8-6IT:B,Flash Memory,Micron,5/24/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;2018-Topper-TR-17-061-MT29F512G08AUCBBH8-6IT-2018May25-TID-20205006472.pdf,TID,CMOS', '72'); INSERT INTO `nasa_data_record` VALUES ('4061b881290e09f194c5496168c90b6c', 'Crawler', '2024-11-13 09:50:28', null, '2025-04-08 11:34:37', null, 'AD', 'AD976', 'AD976', 'A/D Converter', null, null, '03/19/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4061b881290e09f194c5496168c90b6c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/4061b881290e09f194c5496168c90b6c/PPM-99-045.pdf\"}', '355,2.5-100,AD976,A/D Converter,AD,IRAC,9723,PPM-98-001,03/19/96', null); INSERT INTO `nasa_data_record` VALUES ('406be6f8c9918991bdbef7c14da8750f', 'Crawler', '2024-11-13 01:01:11', null, '2025-04-08 11:34:37', null, 'ESCC 25100', 'HM5225165BTT-75, HM5257805BTD-75', 'HM5225165BTT-75, HM5257805BTD-75', '512-Mbit SDRAM', '29 MEMORY OTHERS', 'Elpida', '17/06/2010', 'ESA', null, null, '{\"211.pdf\":\"/oss/physical/ESA/406be6f8c9918991bdbef7c14da8750f/211.pdf\",\"data.xlsx\":\"/oss/physical/ESA/406be6f8c9918991bdbef7c14da8750f/data.xlsx\"}', '211,HM5225165BTT-75, HM5257805BTD-75,Elpida,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,512-Mbit SDRAM,,Hirex,17/06/2010,False', null); INSERT INTO `nasa_data_record` VALUES ('409a122739c65954f559ce07c9fe5fd5', 'Crawler', '2024-11-13 09:59:05', null, '2025-04-08 11:34:37', null, 'ADI', 'AD96687TQ/883B', 'AD96687TQ/883B', 'Dual Comp.', null, null, '02/13/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/409a122739c65954f559ce07c9fe5fd5/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/409a122739c65954f559ce07c9fe5fd5/PPM-99-045.pdf\"}', '10,2-300,AD96687TQ/883B,Dual Comp.,ADI,ISTP/NC,8746,PPM-91-097,02/13/91', null); INSERT INTO `nasa_data_record` VALUES ('409d947ec2a5c59720c2b326725d3d82', 'Crawler', '2024-11-13 12:02:31', 'xieyongzhi', '2025-05-03 19:08:34', null, '放大器', 'OP11', 'OP11', 'Operational Amplifier', null, 'Analog Devices', '12/18/2005;12/2005', 'NASA', '谢永智', '4', '{\"G05DEC_OP11_TID.pdf\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/G05DEC_OP11_TID.pdf\",\"T121805_OP11.pdf\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/T121805_OP11.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/nsrec06_W4.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/nsrec07_W26_TID.pdf\",\"data(7)_1745984730372.xlsx\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/data(7)_1745984730372.xlsx\"}', 'OP11,Operational Amplifier,Analog Devices,12/18/2005;12/2005,T121805_OP11.pdf;nsrec06_W4.pdf;G05DEC_OP11_TID.pdf;nsrec07_W26_TID.pdf,SEE;TID,Linear Device', '28'); INSERT INTO `nasa_data_record` VALUES ('414d251c6a672181087b957a97f29666', 'Crawler', '2024-11-13 10:36:28', null, '2025-04-08 11:34:37', null, 'ADC', 'AD1672', 'AD1672', 'ADC', null, 'Analog Devices', '1998-1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/414d251c6a672181087b957a97f29666/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/414d251c6a672181087b957a97f29666/data.xlsx\"}', 'AD1672,ADC,Analog Devices,1998-1999,NSREC99.pdf,SEE,ADC', null); INSERT INTO `nasa_data_record` VALUES ('415a3bc76133a71ff2e781c1208be92a', 'Crawler', '2024-11-13 12:43:02', 'chenpan', '2025-04-30 23:10:20', null, 'Si', 'STPS20100', 'STPS20100', 'Schottky Diode', null, 'STMicroelectronics', '5/8/2013', 'NASA', '陈攀', '1', '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/415a3bc76133a71ff2e781c1208be92a/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/415a3bc76133a71ff2e781c1208be92a/data.xlsx\",\"STPS20100_SEE_1746025815950.xlsx\":\"/oss/physical/NASA/415a3bc76133a71ff2e781c1208be92a/STPS20100_SEE_1746025815950.xlsx\"}', 'STPS20100,Schottky Diode,STMicroelectronics,5/8/2013,NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '6'); INSERT INTO `nasa_data_record` VALUES ('415f84de853499654f2e20869bd66d09', 'Crawler', '2024-11-13 10:23:42', null, '2025-04-08 11:34:37', null, 'Flip Flop', '54AC273', '54AC273', 'Flip Flop', null, 'National Semiconductor', '10/7/1992;12/2007', 'NASA', null, null, '{\"G07DEC_54AC273_TID.pdf\":\"/oss/physical/NASA/415f84de853499654f2e20869bd66d09/G07DEC_54AC273_TID.pdf\",\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/415f84de853499654f2e20869bd66d09/nsrec08_W2_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/415f84de853499654f2e20869bd66d09/data.xlsx\",\"PPM-92-244.pdf\":\"/oss/physical/NASA/415f84de853499654f2e20869bd66d09/PPM-92-244.pdf\"}', '54AC273,Flip Flop,National Semiconductor,10/7/1992;12/2007,tid/PPM-92-244.pdf;G07DEC_54AC273_TID.pdf;nsrec08_W2_TID.pdf,TID,Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('416b0f4071921f651352524a4ba126c8', 'Crawler', '2024-11-13 12:01:59', 'xieyongzhi', '2025-05-03 19:29:28', null, '光电子器件', 'OMT1062', 'OMT1062', 'Optocoupler', null, 'Optek', '1997', 'NASA', '谢永智', '10', '{\"data(17)_1745986440613.xlsx\":\"/oss/physical/NASA/416b0f4071921f651352524a4ba126c8/data(17)_1745986440613.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/416b0f4071921f651352524a4ba126c8/nsrec00_W22.pdf\"}', 'OMT1062,Optocoupler,Optek,_1997,nsrec00_W22.pdf,DD,Optocoupler', '10'); INSERT INTO `nasa_data_record` VALUES ('41859dcf1dfe41181099b4d80d70d163', 'Crawler', '2024-11-13 11:28:17', null, '2025-04-08 11:34:37', null, 'Regulator', 'LM723', 'LM723', 'Regulator', null, 'Silicon General', '12/14/1992', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/41859dcf1dfe41181099b4d80d70d163/data.xlsx\",\"PPM-92-305.pdf\":\"/oss/physical/NASA/41859dcf1dfe41181099b4d80d70d163/PPM-92-305.pdf\"}', 'LM723,Regulator,Silicon General,12/14/1992,tid/PPM-92-305.pdf,TID,Regulator', null); INSERT INTO `nasa_data_record` VALUES ('419374993288358b2caf0f1deb76b22d', 'Crawler', '2024-11-13 11:04:41', null, '2025-04-08 11:34:37', null, 'Research Test Vehicle', 'G FLX RAM187', 'G FLX RAM187', 'SRAM', null, 'LSI Logic', '9/2005', 'NASA', null, null, '{\"G05SEP_RAM249_RAM187_TID.pdf\":\"/oss/physical/NASA/419374993288358b2caf0f1deb76b22d/G05SEP_RAM249_RAM187_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/419374993288358b2caf0f1deb76b22d/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/419374993288358b2caf0f1deb76b22d/data.xlsx\"}', 'G FLX RAM187,SRAM,LSI Logic,9/2005,G05SEP_RAM249_RAM187_TID.pdf;nsrec06_W2.pdf,TID,Research Test Vehicle', null); INSERT INTO `nasa_data_record` VALUES ('41aea468875bdcae2ee9c388abbb90e0', 'Crawler', '2024-11-13 11:32:10', null, '2025-04-08 11:34:37', null, 'MSOP CMOS', 'LTC1864L', 'LTC1864L', '16-bit ADC', null, 'Linear Technology', 'TAMU10AUG', 'NASA', null, null, '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/41aea468875bdcae2ee9c388abbb90e0/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/41aea468875bdcae2ee9c388abbb90e0/data.xlsx\",\"T081610_LTC1864L.pdf\":\"/oss/physical/NASA/41aea468875bdcae2ee9c388abbb90e0/T081610_LTC1864L.pdf\"}', 'LTC1864L,16-bit ADC,Linear Technology,TAMU10AUG,T081610_LTC1864L.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL;SEU,MSOP CMOS', null); INSERT INTO `nasa_data_record` VALUES ('41ec5c642551ce781a7c12ea108f3801', 'Crawler', '2024-11-13 09:54:17', null, '2025-04-08 11:34:37', null, 'National', 'LP2951', 'LP2951', 'Voltage Regulator', null, null, '12/23/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/41ec5c642551ce781a7c12ea108f3801/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/41ec5c642551ce781a7c12ea108f3801/PPM-99-045.pdf\"}', '201,2-50,LP2951,Voltage Regulator,National,ISTP/SOHO,9317A,PPM-93-106,12/23/93', null); INSERT INTO `nasa_data_record` VALUES ('41f3766fc77e2d5871185ce000048e70', 'Crawler', '2024-11-13 09:54:38', null, '2025-04-08 11:34:37', null, 'NSC', '54AC112', '54AC112', 'Flip-Flop', null, null, '04/02/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/41f3766fc77e2d5871185ce000048e70/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/41f3766fc77e2d5871185ce000048e70/PPM-99-045.pdf\"}', '185,5-100,54AC112,Flip-Flop,NSC,FAST/MUE,9139A,PPM-93-049,04/02/93', null); INSERT INTO `nasa_data_record` VALUES ('42005d7d1e3211c3322065a615a455bc', 'Crawler', '2024-11-13 09:51:44', null, '2025-04-08 11:34:37', null, 'CAL-Logic', 'SD5000', 'SD5000', 'PowerMosfet', null, null, '4/7/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/42005d7d1e3211c3322065a615a455bc/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/42005d7d1e3211c3322065a615a455bc/PPM-99-045.pdf\"}', '305,2.5-7.5,SD5000,PowerMosfet,CAL-Logic,EO-1,9633,PPM-97-009,4/7/97', null); INSERT INTO `nasa_data_record` VALUES ('4226be33d337e27d2a962af65ad28dff', 'Crawler', '2024-11-13 10:22:56', null, '2025-04-08 11:34:37', null, 'MUX', '54AC153LMQB', '54AC153LMQB', '4-input MUX', null, 'National Semiconductor', '12/31/1991', 'NASA', null, null, '{\"PPM-91-762.pdf\":\"/oss/physical/NASA/4226be33d337e27d2a962af65ad28dff/PPM-91-762.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4226be33d337e27d2a962af65ad28dff/data.xlsx\"}', '54AC153LMQB,4-input MUX,National Semiconductor,12/31/1991,tid/PPM-91-762.pdf,TID,MUX', null); INSERT INTO `nasa_data_record` VALUES ('4275c80d9f0553e7052bd2ff54a9b02e', 'Crawler', '2024-11-13 11:49:21', null, '2025-04-08 11:34:37', null, 'MOSFET Driver', 'MIC4420', 'MIC4420', 'MOSFET Driver', null, 'Micrel', '3/30/1995', 'NASA', null, null, '{\"PPM-95-139.pdf\":\"/oss/physical/NASA/4275c80d9f0553e7052bd2ff54a9b02e/PPM-95-139.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4275c80d9f0553e7052bd2ff54a9b02e/data.xlsx\"}', 'MIC4420,MOSFET Driver,Micrel,3/30/1995,tid/PPM-95-139.pdf,TID,MOSFET Driver', null); INSERT INTO `nasa_data_record` VALUES ('4291d11941d28062a82f4f4f19f00dde', 'Crawler', '2024-11-13 10:55:03', null, '2025-04-08 11:34:37', null, 'Hybrid', 'CD21CD', 'CD21CD', 'Solid-State Relay', null, 'Teledyne', '6/18/2003;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4291d11941d28062a82f4f4f19f00dde/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/4291d11941d28062a82f4f4f19f00dde/nsrec04_SEE.pdf\",\"T061803_CD21CD.pdf\":\"/oss/physical/NASA/4291d11941d28062a82f4f4f19f00dde/T061803_CD21CD.pdf\"}', 'CD21CD,Solid-State Relay,Teledyne,6/18/2003;6/22/2004,T061803_CD21CD.pdf;nsrec04_SEE.pdf,SEE,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('42949ad4ccb0fa51d55e802eda5dec25', 'Crawler', '2024-11-13 09:58:43', null, '2025-04-08 11:34:37', null, 'Motorola', 'MC35184L', 'MC35184L', 'Quad OP AMP', null, null, '04/12/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/42949ad4ccb0fa51d55e802eda5dec25/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/42949ad4ccb0fa51d55e802eda5dec25/PPM-99-045.pdf\"}', '26,10-50,MC35184L,Quad OP AMP,Motorola,ISTP/NC,9037,PPM-91-255,04/12/91', null); INSERT INTO `nasa_data_record` VALUES ('429fd3ffacc0a3edea0348f805ad71b8', 'Crawler', '2024-11-13 11:06:39', null, '2025-04-08 11:34:37', null, 'Optocoupler', 'HCPL2201', 'HCPL2201', 'Optocoupler', null, 'HP', '4/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/429fd3ffacc0a3edea0348f805ad71b8/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/429fd3ffacc0a3edea0348f805ad71b8/data.xlsx\"}', 'HCPL2201,Optocoupler,HP,4/1997,nsrec00_W22.pdf,DD;SET,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('42aa2dc0b4e0a117cbefedbc5d643fe3', 'Crawler', '2024-11-13 12:45:27', 'chenpan', '2025-04-30 21:53:08', null, 'CMOS', 'Si Nano-Crystal Test Chip', 'Si Nano-Crystal Test Chip', 'NVM 4Mb Flash EEPROM', null, 'Freescale', '6/3/2004;12/18/2004;2/24/2004', 'NASA', '陈攀', '1', '{\"data.xlsx\":\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/data.xlsx\",\"T022204_Motorola.pdf\":\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/T022204_Motorola.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/nsrec05_W5.pdf\",\"SiNano-CrystalTestChip_SEE_1746021187094.xlsx\":\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/SiNano-CrystalTestChip_SEE_1746021187094.xlsx\"}', 'Si Nano-Crystal Test Chip,NVM 4Mb Flash EEPROM,Freescale,6/3/2004;12/18/2004;2/24/2004,T060304_freescale-nvm.pdf;T121804_freescale-nvm.pdf;Oldham_tns05.pdf;NVM04.pdf;nsrec04.pdf;T022204_Motorola.pdf;nsrec05_W5.pdf,SEE,CMOS', '5'); INSERT INTO `nasa_data_record` VALUES ('42ce66671c07ee5c9e2d991dbe14fee9', 'Crawler', '2024-11-13 10:20:22', null, '2025-04-08 11:34:37', null, 'RAM (Random Access Memory)', '4MT4CM4B1W', '4MT4CM4B1W', '4Mx4 DRAM', null, 'Micron', '9/11/1997', 'NASA', null, null, '{\"DRAM296.pdf\":\"/oss/physical/NASA/42ce66671c07ee5c9e2d991dbe14fee9/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/42ce66671c07ee5c9e2d991dbe14fee9/data.xlsx\"}', '4MT4CM4B1W,4Mx4 DRAM,Micron,9/11/1997,DRAM296.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('42d6518c03f191fc173f146fb6f49191', 'Crawler', '2024-11-13 10:59:14', null, '2025-04-08 11:34:37', null, 'DAC', 'DAC8408AT/883B', 'DAC8408AT/883B', 'Quad 8-bit DAC', null, 'ADI', '6/10/1992', 'NASA', null, null, '{\"PPM-92-180.pdf\":\"/oss/physical/NASA/42d6518c03f191fc173f146fb6f49191/PPM-92-180.pdf\",\"data.xlsx\":\"/oss/physical/NASA/42d6518c03f191fc173f146fb6f49191/data.xlsx\"}', 'DAC8408AT/883B,Quad 8-bit DAC,ADI,6/10/1992,tid/PPM-92-180.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('42ddea4bab8f37cb9cc1b0452fdda268', 'Crawler', '2024-11-13 11:54:09', 'mayinjie', '2025-04-30 18:04:39', null, '42nm CMOS', 'MT29F16G08ABABAWP', 'MT29F16G08ABABAWP', '16 Gb NAND', null, 'Micron', '3/26/2011', 'NASA', '马崟洁', '1', '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/nsrec2012_W22_SEE.pdf\",\"LBNL032611_MT29F16G08ABABAWP.pdf\":\"/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/LBNL032611_MT29F16G08ABABAWP.pdf\",\"data.xlsx\":\"/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/data.xlsx\",\"单粒子效应.xlsx_1746007465754.xlsx\":\"/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/单粒子效应.xlsx_1746007465754.xlsx\"}', 'MT29F16G08ABABAWP,16 Gb NAND,Micron,3/26/2011,LBNL032611_MT29F16G08ABABAWP.pdf;nsrec2012_W22_SEE.pdf,SEE,42nm CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('4319ee35f64a956c4e9589be20231c40', 'Crawler', '2024-11-13 12:46:49', 'chenpan', '2025-04-30 21:59:54', null, 'Trench', 'SiB455EDK', 'SiB455EDK', '12 V p-type Power MOSFET', '9QZ', 'Vishay Intertechnology', 'TAMU10AUG;20100818', 'NASA', '陈攀', '11', '{\"T081810_SiB455EDK.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/T081810_SiB455EDK.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/data.xlsx\",\"SiB455EDK_SEE(2)_1746021593426.xlsx\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/SiB455EDK_SEE(2)_1746021593426.xlsx\"}', 'SiB455EDK,12 V p-type Power MOSFET,Vishay Intertechnology,TAMU10AUG;20100818;7/2011,T081810_SiB455EDK.pdf;nsrec2011_W6_SEE.pdf;nsrec2011_W5_TID.pdf,TID; SEE; SEGR,Trench', '20'); INSERT INTO `nasa_data_record` VALUES ('4337c8ffbdd94519e665876005ef6802', 'Crawler', '2024-11-13 12:50:03', 'chenwenzhuo', '2025-04-30 19:10:39', null, 'Bipolar', 'THS4131', 'THS4131', 'Operational Amplifier', null, 'Texas Instrument', '_2015', 'NASA', '陈文卓', '1', '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/data.xlsx\",\"TIL25_1746006324665.xlsx\":\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/TIL25_1746006324665.xlsx\"}', 'THS4131,Operational Amplifier,Texas Instrument,_2015,https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('4384e7fbb986925ceed85169e732f92e', 'Crawler', '2024-11-13 09:53:12', null, '2025-04-08 11:34:37', null, 'Linear', 'OP27A', 'OP27A', 'Op Amp', null, null, '02/28/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4384e7fbb986925ceed85169e732f92e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/4384e7fbb986925ceed85169e732f92e/PPM-99-045.pdf\"}', '248,2.5-100,OP27A,Op Amp,Linear,CASSINI/CIRS,9109,PPM-95-129,02/28/95', null); INSERT INTO `nasa_data_record` VALUES ('4395e57e867d63f76fa9885aad84c8e4', 'Crawler', '2024-11-13 09:54:53', null, '2025-04-08 11:34:37', null, 'Linear', 'LM117', 'LM117', 'Regulator', null, null, '01/05/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4395e57e867d63f76fa9885aad84c8e4/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/4395e57e867d63f76fa9885aad84c8e4/PPM-99-045.pdf\"}', '174,5-100,LM117,Regulator,Linear,FAST/MUE,9208A,PPM-92-316,01/05/93', null); INSERT INTO `nasa_data_record` VALUES ('439e29b371d11ce3842e248c79858d6c', 'Crawler', '2024-11-13 10:54:24', null, '2025-04-08 11:34:37', null, 'ASIC', 'Bus Control ASIC', 'Bus Control ASIC', 'ASIC', null, 'Matra', '10/28/1991;12/18/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/439e29b371d11ce3842e248c79858d6c/data.xlsx\",\"121891.pdf\":\"/oss/physical/NASA/439e29b371d11ce3842e248c79858d6c/121891.pdf\",\"102891_ASICS.pdf\":\"/oss/physical/NASA/439e29b371d11ce3842e248c79858d6c/102891_ASICS.pdf\"}', 'Bus Control ASIC,ASIC,Matra,10/28/1991;12/18/1991,102891_ASICS.pdf;121891.pdf,SEL,SEU,ASIC', null); INSERT INTO `nasa_data_record` VALUES ('439f085cfc083df833460825b4130dd6', 'Crawler', '2024-11-13 00:56:19', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'OLH449', 'OLH449', 'Radiation Tolerant Phototransistor Hermetic Optocoupler', '1 OPTOCOUPLER', 'Isolink', '12/11/2012', 'ESA', null, null, '{\"189.pdf\":\"/oss/physical/ESA/439f085cfc083df833460825b4130dd6/189.pdf\",\"data.xlsx\":\"/oss/physical/ESA/439f085cfc083df833460825b4130dd6/data.xlsx\"}', '189,OLH449,Isolink,Download,TID (Total Ionising Dose),ESCC 22900,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Radiation Tolerant Phototransistor Hermetic Optocoupler,,Alter,12/11/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('43a68330295031fcfb729f1502d0fb18', 'Crawler', '2024-11-13 10:30:30', null, '2025-04-08 11:34:37', null, 'SiGe device', '7HP', '7HP', '12-5 GHz Pseudo Random Number Generator HBT', null, 'IBM', '9/21/2002;7/25/2003', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/43a68330295031fcfb729f1502d0fb18/data.xlsx\",\"I061702_T081202_7HP.pdf\":\"/oss/physical/NASA/43a68330295031fcfb729f1502d0fb18/I061702_T081202_7HP.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/43a68330295031fcfb729f1502d0fb18/NSREC03_W10.pdf\"}', '7HP,12-5 GHz Pseudo Random Number Generator HBT,IBM,9/21/2002;7/25/2003,I061702_T081202_7HP.pdf;NSREC03_W10.pdf,SEE,SiGe device', null); INSERT INTO `nasa_data_record` VALUES ('43a765e202ef2de009cb61c68b50e3c9', 'Crawler', '2024-11-13 12:05:56', 'luoyongheng', '2025-04-29 12:34:18', null, '光纤', 'Optran UV200/220P', 'Optran UV200/220P', 'Optical Fiber', null, 'CeramOptec', '7/19/2002', 'NASA', '罗永恒', '1', '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/43a765e202ef2de009cb61c68b50e3c9/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/43a765e202ef2de009cb61c68b50e3c9/data.xlsx\"}', 'Optran UV200/220P,Optical Fiber,CeramOptec,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', '1'); INSERT INTO `nasa_data_record` VALUES ('4479e66bfde93eb948fe432e6c603606', 'Crawler', '2024-11-13 10:49:57', null, '2025-04-08 11:34:37', null, 'Memory', 'AMD29LV256', 'AMD29LV256', 'Flash NVM (256M)', null, 'Spansion', '5/2006', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4479e66bfde93eb948fe432e6c603606/data.xlsx\",\"G06MAY_S29G256N90TFIR2_TID.pdf\":\"/oss/physical/NASA/4479e66bfde93eb948fe432e6c603606/G06MAY_S29G256N90TFIR2_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/4479e66bfde93eb948fe432e6c603606/nsrec07_W26_TID.pdf\"}', 'AMD29LV256,Flash NVM (256M),Spansion,5/2006,G06MAY_S29G256N90TFIR2_TID.pdf;nsrec07_W26_TID.pdf,TID,Memory', null); INSERT INTO `nasa_data_record` VALUES ('449626ead4951db2846bffbcbb8cafdb', 'Crawler', '2024-11-13 09:53:20', null, '2025-04-08 11:34:37', null, 'IDT', 'IDT49C460', 'IDT49C460', 'CMOS Error Det/Corr.', null, null, '01/13/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/449626ead4951db2846bffbcbb8cafdb/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/449626ead4951db2846bffbcbb8cafdb/PPM-99-045.pdf\"}', '242,2.5-30,IDT49C460,CMOS Error Det/Corr.,IDT,HST/BASE,9424,PPM-95-119,01/13/95', null); INSERT INTO `nasa_data_record` VALUES ('44c2f100bd96300fab952105ec59e8fb', 'Crawler', '2024-11-13 09:48:24', null, '2025-04-08 11:34:37', null, 'AD', 'AD7821', 'AD7821', '8 Bit ADC', null, null, '01/07/00', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/44c2f100bd96300fab952105ec59e8fb/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/44c2f100bd96300fab952105ec59e8fb/PPM-99-045.pdf\"}', '431,2.5-50,AD7821,8 Bit ADC,AD,HST/COS,9727,PPM-99-045,01/07/00', null); INSERT INTO `nasa_data_record` VALUES ('44cd4502ac453ab9dbdd57fa2b61e771', 'Crawler', '2024-11-13 12:25:52', 'dushuaibin', '2025-04-30 20:58:16', null, '数字集成电路', 'RAM (Random Access Memory)', 'RAMN1R1', 'Rambus 2Mx8 DRAM', 'XX', 'NEC', '2/24/1997', 'NASA', '王嘉兴', '1', '{\"b022497b.pdf\":\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/b022497b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/data.xlsx\",\"单粒子效应_1746017895326.xlsx\":\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/单粒子效应_1746017895326.xlsx\"}', 'RAMN1R1,Rambus 2Mx8 DRAM,NEC,2/24/1997,b022497b.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('44cd5d18b9089a0140b5b7066e274515', 'Crawler', '2024-11-13 00:38:34', null, '2025-04-08 11:34:37', null, 'Not specified', '2N5154', '2N5154', 'NPN Power Silicon Transistor', '2 LOW POWER, PNP (< 2WATTS)', 'Microsemi', '23/01/2012', 'ESA', null, null, '{\"119.pdf\":\"/oss/physical/ESA/44cd5d18b9089a0140b5b7066e274515/119.pdf\",\"data.xlsx\":\"/oss/physical/ESA/44cd5d18b9089a0140b5b7066e274515/data.xlsx\"}', '119,2N5154,Microsemi,Download,TID (Total Ionising Dose),Not specified,12 TRANSISTORS,2 LOW POWER, PNP (< 2WATTS),NPN Power Silicon Transistor,,Hirex,23/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('44cdc85e3badc4e8a800f2b3a57d3afe', 'Crawler', '2024-11-13 02:21:47', null, '2025-04-08 11:34:37', null, 'Not specified', 'AD584 - DC0125A', 'AD584 - DC0125A', 'Pin Programmable Precision Voltage Reference', '90 OTHER FUNCTIONS', 'Analog Devices', '12/06/2015', 'ESA', null, null, '{\"343.pdf\":\"/oss/physical/ESA/44cdc85e3badc4e8a800f2b3a57d3afe/343.pdf\",\"data.xlsx\":\"/oss/physical/ESA/44cdc85e3badc4e8a800f2b3a57d3afe/data.xlsx\"}', '343,AD584 - DC0125A,Analog Devices,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,90 OTHER FUNCTIONS,Pin Programmable Precision Voltage Reference,,TRAD,12/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('44e2ec9157ee13ad73846728d75aad69', 'Crawler', '2024-11-13 10:23:30', null, '2025-04-08 11:34:37', null, 'Clock Distributor', '54AC2525', '54AC2525', 'Minimum skew clock distributor', null, 'National Semiconductor', '1/2006', 'NASA', null, null, '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/44e2ec9157ee13ad73846728d75aad69/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/44e2ec9157ee13ad73846728d75aad69/data.xlsx\"}', '54AC2525,Minimum skew clock distributor,National Semiconductor,1/2006,G06JAN_54AC2525_TID.pdf;nsrec06_W2.pdf,TID,Clock Distributor', null); INSERT INTO `nasa_data_record` VALUES ('453b70fb49d386ad8c5acdfc6b855e0a', 'Crawler', '2024-11-13 12:06:50', 'luoyongheng', '2025-04-28 23:19:26', null, '系统封装(SiP)集成电路', 'PCA80C552 Phillips Processor', 'PCA80C552', 'Processor', null, 'Phillips', '8/23/2001', 'NASA', '罗永恒', '1', '{\"B082301_PCA80C552.pdf\":\"/oss/physical/NASA/453b70fb49d386ad8c5acdfc6b855e0a/B082301_PCA80C552.pdf\",\"data.xlsx\":\"/oss/physical/NASA/453b70fb49d386ad8c5acdfc6b855e0a/data.xlsx\"}', 'PCA80C552,Processor,Phillips,8/23/2001,B082301_PCA80C552.pdf,SEL,Processor', '1'); INSERT INTO `nasa_data_record` VALUES ('453d89180bfcd71f927a6b19092cf267', 'Crawler', '2024-11-13 01:17:09', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'BGO crystals', 'BGO crystals', 'Reference crystal', '1 ALL', 'Various', '07/05/2012', 'ESA', null, null, '{\"266.pdf\":\"/oss/physical/ESA/453d89180bfcd71f927a6b19092cf267/266.pdf\",\"data.xlsx\":\"/oss/physical/ESA/453d89180bfcd71f927a6b19092cf267/data.xlsx\"}', '266,BGO crystals,Various,Download,TID (Total Ionising Dose),ESCC 22900,99 MISCELLANEOUS PARTS,1 ALL,Reference crystal,,Scionix,07/05/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('4553f33a7fe92ca8663e3fb5a67bddce', 'Crawler', '2024-11-13 10:36:59', null, '2025-04-08 11:34:37', null, 'Bipolar', 'AD524', 'AD524', 'Instrumentation Amplifier', null, 'Analog Devices', '02/18/1992;01/14/1992;5/4/1994;6/30/1994;7/1/1994;7/17/1995;4/10/1998;1999;2005;9/1/2010', 'NASA', null, null, '{\"PPM-92-029.pdf\":\"/oss/physical/NASA/4553f33a7fe92ca8663e3fb5a67bddce/PPM-92-029.pdf\",\"70194.pdf\":\"/oss/physical/NASA/4553f33a7fe92ca8663e3fb5a67bddce/70194.pdf\",\"VdG10SEP_AD524.pdf\":\"/oss/physical/NASA/4553f33a7fe92ca8663e3fb5a67bddce/VdG10SEP_AD524.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/4553f33a7fe92ca8663e3fb5a67bddce/nsrec00_W21.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/4553f33a7fe92ca8663e3fb5a67bddce/ieee95a.pdf\",\"PPM-98-005.pdf\":\"/oss/physical/NASA/4553f33a7fe92ca8663e3fb5a67bddce/PPM-98-005.pdf\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/4553f33a7fe92ca8663e3fb5a67bddce/nsrec2011_W5_TID.pdf\",\"PPM-92-069.pdf\":\"/oss/physical/NASA/4553f33a7fe92ca8663e3fb5a67bddce/PPM-92-069.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4553f33a7fe92ca8663e3fb5a67bddce/data.xlsx\",\"b063094.pdf\":\"/oss/physical/NASA/4553f33a7fe92ca8663e3fb5a67bddce/b063094.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/4553f33a7fe92ca8663e3fb5a67bddce/nsrec06_W2.pdf\",\"nsrec2012_W6_TID.pdf\":\"/oss/physical/NASA/4553f33a7fe92ca8663e3fb5a67bddce/nsrec2012_W6_TID.pdf\"}', 'AD524,Instrumentation Amplifier,Analog Devices,02/18/1992;01/14/1992;5/4/1994;6/30/1994;7/1/1994;7/17/1995;4/10/1998;1999;2005;9/1/2010,tid/PPM-92-069.pdf;tid/PPM-92-029.pdf;b063094.pdf;70194.pdf;ieee95a.pdf;tid/PPM-98-005.pdf;nsrec00_W21.pdf;nsrec06_W2.pdf;tid/VdG10SEP_AD524.pdf;nsrec2011_W5_TID.pdf;nsrec2012_W6_TID.pdf,TID;SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('456b3033027e4f4dc79f3b3d70f016ef', 'Crawler', '2024-11-13 10:56:03', null, '2025-04-08 11:34:37', null, 'Board', 'CMA-401A', 'CMA-401A', 'STRONGARM Processor', null, 'Cogent Computers Inc', '9/1/1998', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/456b3033027e4f4dc79f3b3d70f016ef/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/456b3033027e4f4dc79f3b3d70f016ef/data.xlsx\"}', 'CMA-401A,STRONGARM Processor,Cogent Computers Inc,9/1/1998,NSREC99.pdf,SEE,Board', null); INSERT INTO `nasa_data_record` VALUES ('45b37a1d17fc037b0cc0453ad35fc938', 'Crawler', '2024-11-13 10:17:13', null, '2025-04-08 11:34:37', null, 'PJFET', '2N5115', '2N5115', 'PJFET', null, 'Solitron', '4/10/1998;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/45b37a1d17fc037b0cc0453ad35fc938/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/45b37a1d17fc037b0cc0453ad35fc938/data.xlsx\",\"PPM-98-004.pdf\":\"/oss/physical/NASA/45b37a1d17fc037b0cc0453ad35fc938/PPM-98-004.pdf\"}', '2N5115,PJFET,Solitron,4/10/1998;1999,tid/PPM-98-004.pdf;nsrec00_W21.pdf,TID,PJFET', null); INSERT INTO `nasa_data_record` VALUES ('45b653fd7eaf0ef6a3d7c82806d931aa', 'Crawler', '2024-11-13 12:05:37', 'luoyongheng', '2025-04-29 12:44:27', null, '晶体管', 'OPA128', 'OPA128', 'Operational Amplifier', null, 'Texas Instruments', '2015June', 'NASA', '罗永恒', '1', '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/45b653fd7eaf0ef6a3d7c82806d931aa/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/45b653fd7eaf0ef6a3d7c82806d931aa/data.xlsx\"}', 'OPA128,Operational Amplifier,Texas Instruments,2015June,https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('45b6dcda83193f8ca744b9a29831d9ed', 'Crawler', '2024-11-13 11:18:59', null, '2025-04-08 11:34:37', null, 'RAM (Random Access Memory)', 'K4F660812', 'K4F660812', 'CMOS DRAM', null, 'Samsung', '3/20/2002', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/45b6dcda83193f8ca744b9a29831d9ed/data.xlsx\",\"D032002_K4F660812.pdf\":\"/oss/physical/NASA/45b6dcda83193f8ca744b9a29831d9ed/D032002_K4F660812.pdf\"}', 'K4F660812,CMOS DRAM,Samsung,3/20/2002,D032002_K4F660812.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('45c7eac5af767a4fc20f549552aa3ea9', 'Crawler', '2024-11-13 12:05:39', 'xieyongzhi', '2025-05-03 19:06:03', null, '放大器', 'OPA2107SM', 'OPA2107SM', 'Operational Amplifier', null, 'Burr-Brown', '6/4/1991', 'NASA', '罗永恒', '2', '{\"data.xlsx\":\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data.xlsx\",\"PPM-91-375.pdf\":\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/PPM-91-375.pdf\",\"data_opa2107sm_1745904384356.xlsx\":\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data_opa2107sm_1745904384356.xlsx\"}', 'OPA2107SM,Operational Amplifier,Burr-Brown,6/4/1991,tid/PPM-91-375.pdf,TID,Operational Amplifier', '91'); INSERT INTO `nasa_data_record` VALUES ('45cdb2f839c535628a1791b4e469e904', 'Crawler', '2024-11-13 10:54:13', null, '2025-04-08 11:34:37', null, 'Si', 'BZX84C56-E3-08', 'BZX84C56-E3-08', 'Zener Diode', null, 'Vishay', '4/10/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/45cdb2f839c535628a1791b4e469e904/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/45cdb2f839c535628a1791b4e469e904/data.xlsx\"}', 'BZX84C56-E3-08,Zener Diode,Vishay,4/10/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('45d322c63e8ef5179d9ebe57916e1df6', 'Crawler', '2024-11-13 11:12:23', null, '2025-04-08 11:34:37', null, 'CMOS', 'HV583', 'HV583', 'High Voltage Driver', null, 'Supertex', '4/4/2002;7/25/2003;2/24/2004;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/45d322c63e8ef5179d9ebe57916e1df6/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/45d322c63e8ef5179d9ebe57916e1df6/nsrec04_SEE.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/45d322c63e8ef5179d9ebe57916e1df6/NSREC03_W10.pdf\",\"D040402_HV583.pdf\":\"/oss/physical/NASA/45d322c63e8ef5179d9ebe57916e1df6/D040402_HV583.pdf\"}', 'HV583,High Voltage Driver,Supertex,4/4/2002;7/25/2003;2/24/2004;6/22/2004,D040402_HV583.pdf;NSREC03_W10.pdf;T022404_HV583;nsrec04_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('45d40696697653b7b5895c75ecd46204', 'Crawler', '2024-11-13 02:18:16', null, '2025-04-08 11:34:37', null, 'Not specified', 'Xilinx Zynq-7000 AP SoC XC7Z020-CLG484', 'Xilinx Zynq-7000 AP SoC XC7Z020-CLG484', 'FPGA', '30 PROGRAMMABLE LOGIC', 'Xilinx', '01/07/2019', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/45d40696697653b7b5895c75ecd46204/data.xlsx\",\"374.pdf\":\"/oss/physical/ESA/45d40696697653b7b5895c75ecd46204/374.pdf\"}', '374,Xilinx Zynq-7000 AP SoC XC7Z020-CLG484,Xilinx,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,30 PROGRAMMABLE LOGIC,FPGA,,University of Piraeus/Embedded System Lab,01/07/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('45d8f4c040a3b31abf3df8f540f15795', 'Crawler', '2024-11-13 01:20:40', null, '2025-04-08 11:34:37', null, 'Laser testing', 'Centronic OSD15-5T photodiode ST RHFL4913A Voltage Regulator Hamamatsu G8340-22 InGaAs PIN photodiode (with preamplifier) and the MAX3268 Amplifier', 'Centronic OSD15-5T photodiode ST RHFL4913A Voltage Regulator Hamamatsu G8340-22 InGaAs PIN photodiode (with preamplifier) and the MAX3268 Amplifier', '', '', 'Centronic, Hamamatsu', '12/02/2014', 'ESA', null, null, '{\"283.pdf\":\"/oss/physical/ESA/45d8f4c040a3b31abf3df8f540f15795/283.pdf\",\"data.xlsx\":\"/oss/physical/ESA/45d8f4c040a3b31abf3df8f540f15795/data.xlsx\"}', '283,Centronic OSD15-5T photodiode ST RHFL4913A Voltage Regulator Hamamatsu G8340-22 InGaAs PIN photodiode (with preamplifier) and the MAX3268 Amplifier,Centronic, Hamamatsu,Download,SEE (Single Events Effects),Laser testing,99 MISCELLANEOUS PARTS,,,,MBDA UK LTD,12/02/2014,False', null); INSERT INTO `nasa_data_record` VALUES ('460b585c1ecb9fe871a07d7d247aa97e', 'Crawler', '2024-11-13 09:54:57', null, '2025-04-08 11:34:37', null, 'IRC', '2N6782', '2N6782', 'N-channel FET', null, null, '12/23/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/460b585c1ecb9fe871a07d7d247aa97e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/460b585c1ecb9fe871a07d7d247aa97e/PPM-99-045.pdf\"}', '171,2-10,2N6782,N-channel FET,IRC,HST,9230,PPM-92-311,12/23/92', null); INSERT INTO `nasa_data_record` VALUES ('4675a8aa58737ac3d2fa08c4f7fe746d', 'Crawler', '2024-11-13 10:10:01', null, '2025-04-08 11:34:37', null, '20nm CMOS', '10CX220YF780E5G', '10CX220YF780E5G', 'FPGA', null, 'Inetl', '8/14/2018(Provision)', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/4675a8aa58737ac3d2fa08c4f7fe746d/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4675a8aa58737ac3d2fa08c4f7fe746d/data.xlsx\"}', '10CX220YF780E5G,FPGA,Inetl,8/14/2018(Provision),https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf,SEE,20nm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('4678d9541534a8db4d855dfa4b7cc374', 'Crawler', '2024-11-13 09:56:30', null, '2025-04-08 11:34:37', null, 'NSC', '54ACT74LMQB', '54ACT74LMQB', 'Dual DFlip-Flop', null, null, '12/30/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4678d9541534a8db4d855dfa4b7cc374/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/4678d9541534a8db4d855dfa4b7cc374/PPM-99-045.pdf\"}', '103,10-300,54ACT74LMQB,Dual DFlip-Flop,NSC,SMEX/CB,9030A,PPM-91-760,12/30/91', null); INSERT INTO `nasa_data_record` VALUES ('467c7179b5d7b597c63909d05ac31849', 'Crawler', '2024-11-13 10:26:59', null, '2025-04-08 11:34:37', null, 'GaAs/Si device', '61055-305', '61055-305', 'LED/Phototransistor', null, 'Micropac', '12/1/2020', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/467c7179b5d7b597c63909d05ac31849/data.xlsx\",\"CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\":\"/oss/physical/NASA/467c7179b5d7b597c63909d05ac31849/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\",\"NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\":\"/oss/physical/NASA/467c7179b5d7b597c63909d05ac31849/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\"}', '61055-305,LED/Phototransistor,Micropac,12/1/2020,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf;CP-2021-Topper-NSREC-DW-poster-20210016856.pdf,SEE,GaAs/Si device', null); INSERT INTO `nasa_data_record` VALUES ('4690a483667b19f4f2592368b90fc514', 'Crawler', '2024-11-13 10:38:19', null, '2025-04-08 11:34:37', null, 'ADC', 'AD571', 'AD571', '10-Bit ADC', null, 'Analog Devices', '9/10/1998', 'NASA', null, null, '{\"PPM-98-024.pdf\":\"/oss/physical/NASA/4690a483667b19f4f2592368b90fc514/PPM-98-024.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4690a483667b19f4f2592368b90fc514/data.xlsx\"}', 'AD571,10-Bit ADC,Analog Devices,9/10/1998,tid/PPM-98-024.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('46abeaf536a5338c3773a9add9563c78', 'Crawler', '2024-11-13 10:21:00', null, '2025-04-08 11:34:37', null, 'Optocoupler', '4N49', '4N49', 'Optocoupler', null, 'Optek', '8/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/46abeaf536a5338c3773a9add9563c78/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/46abeaf536a5338c3773a9add9563c78/data.xlsx\"}', '4N49,Optocoupler,Optek,8/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('46b7b0ad495c73cfd48bc42661348be9', 'Crawler', '2024-11-13 11:49:05', null, '2025-04-08 11:34:37', null, 'Power Device', 'MHF2812D', 'MHF2812D', 'DC-DC converter', null, 'Interpoint', '7/20/1998;4/8/1996', 'NASA', null, null, '{\"PPM-96-004.pdf\":\"/oss/physical/NASA/46b7b0ad495c73cfd48bc42661348be9/PPM-96-004.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/46b7b0ad495c73cfd48bc42661348be9/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/46b7b0ad495c73cfd48bc42661348be9/data.xlsx\"}', 'MHF2812D,DC-DC converter,Interpoint,7/20/1998;4/8/1996,NSREC98.pdf;tid/PPM-96-004.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('46d50a4fd4822257e0bd1c6d29cc589a', 'Crawler', '2024-11-13 01:15:47', null, '2025-04-08 11:34:37', null, '', 'BC817-25', 'BC817-25', '500mA NPN Transistor', '1 LOW POWER, NPN (< 2WATTS)', 'ON-Semiconductor', '06/01/2021', 'ESA', null, null, '{\"254.pdf\":\"/oss/physical/ESA/46d50a4fd4822257e0bd1c6d29cc589a/254.pdf\",\"data.xlsx\":\"/oss/physical/ESA/46d50a4fd4822257e0bd1c6d29cc589a/data.xlsx\"}', '254,BC817-25,ON-Semiconductor,Download,TID (Total Ionising Dose),,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),500mA NPN Transistor,Bipolar,ESA-ESTEC TEC-QEC,06/01/2021,False', null); INSERT INTO `nasa_data_record` VALUES ('4732d86aa56e34cc1c97950cc23fa483', 'Crawler', '2024-11-13 09:57:30', null, '2025-04-08 11:34:37', null, 'McCoy Elec.', 'MC708-149', 'MC708-149', 'Crystal Osc.', null, null, '07/30/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4732d86aa56e34cc1c97950cc23fa483/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/4732d86aa56e34cc1c97950cc23fa483/PPM-99-045.pdf\"}', '65,5-100,MC708-149,Crystal Osc.,McCoy Elec.,MODIS-T,9109,PPM-91-483,07/30/91', null); INSERT INTO `nasa_data_record` VALUES ('474cdcb78f48c4221d2b0bc9cc2b257a', 'Crawler', '2024-11-13 10:27:47', null, '2025-04-08 11:34:37', null, 'Optocoupler', '66088', '66088', 'Optocoupler', null, 'Micropac', '7/20/1998;1999;1997-1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/474cdcb78f48c4221d2b0bc9cc2b257a/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/474cdcb78f48c4221d2b0bc9cc2b257a/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/474cdcb78f48c4221d2b0bc9cc2b257a/NSREC99.pdf\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/474cdcb78f48c4221d2b0bc9cc2b257a/nsrec00_W22.pdf\"}', '66088,Optocoupler,Micropac,7/20/1998;1999;1997-1998,NSREC98.pdf;NSREC99.pdf;nsrec00_W22.pdf,SEE;Proton Damage;DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('4784d63841947e29edd2488f74016784', 'Crawler', '2024-11-13 00:43:33', null, '2025-04-08 11:34:37', null, 'Not specified', '66224-105', '66224-105', 'Optocoupler', '1 OPTOCOUPLER', 'Micropac', '23/05/2012', 'ESA', null, null, '{\"145.pdf\":\"/oss/physical/ESA/4784d63841947e29edd2488f74016784/145.pdf\",\"data.xlsx\":\"/oss/physical/ESA/4784d63841947e29edd2488f74016784/data.xlsx\"}', '145,66224-105,Micropac,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,23/05/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('479ae8ff306745d65d03658a65706ddf', 'Crawler', '2024-11-13 11:14:41', null, '2025-04-08 11:34:37', null, 'Gen 4 n-channel VDMOSFET', 'IRH7360SE', 'IRH7360SE', 'Power MOSFET', null, 'International Rectifier', 'TAMU09MAR', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/479ae8ff306745d65d03658a65706ddf/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/479ae8ff306745d65d03658a65706ddf/nsrec2010_W8_SEE.pdf\",\"T030409_IRH7360SE.pdf\":\"/oss/physical/NASA/479ae8ff306745d65d03658a65706ddf/T030409_IRH7360SE.pdf\"}', 'IRH7360SE,Power MOSFET,International Rectifier,TAMU09MAR,T030409_IRH7360SE.pdf;nsrec2010_W8_SEE.pdf,SEE;SEGR,Gen 4 n-channel VDMOSFET', null); INSERT INTO `nasa_data_record` VALUES ('479ba915340f71594cb1653d0ff7ef58', 'Crawler', '2024-11-13 10:53:45', null, '2025-04-08 11:34:37', null, 'Super-junction', 'BUY15CS23J-01 Eng. Samples', 'BUY15CS23J-01 Eng. Samples', 'MOSFET', null, 'Infineon', '11/21/2015', 'NASA', null, null, '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/479ba915340f71594cb1653d0ff7ef58/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/479ba915340f71594cb1653d0ff7ef58/data.xlsx\"}', 'BUY15CS23J-01 Eng. Samples,MOSFET,Infineon,11/21/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEGR,Super-junction', null); INSERT INTO `nasa_data_record` VALUES ('479c2ab33606081b95cd6fa4c7e2919a', 'Crawler', '2024-11-13 10:09:13', null, '2025-04-08 11:34:37', null, 'RAM (Random Access Memory)', '0116400PT1C-70', '0116400PT1C-70', '4Mx4 DRAM', null, 'IBM', '9/11/1997', 'NASA', null, null, '{\"DRAM296.pdf\":\"/oss/physical/NASA/479c2ab33606081b95cd6fa4c7e2919a/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/479c2ab33606081b95cd6fa4c7e2919a/data.xlsx\"}', '0116400PT1C-70,4Mx4 DRAM,IBM,9/11/1997,DRAM296.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('47a03518a2d23661ca99e6c51a7c5849', 'Crawler', '2024-11-13 12:02:23', 'xieyongzhi', '2025-05-03 19:10:53', null, '放大器', 'OP07AJ', 'OP07AJ', 'Operational Amplifier', null, 'PMI', '6/30/1994;7/1/1994;7/17/1995', 'NASA', '谢永智', '1', '{\"70194.pdf\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/70194.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/ieee95a.pdf\",\"b063094.pdf\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/b063094.pdf\",\"data(8)_1745985137348.xlsx\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/data(8)_1745985137348.xlsx\"}', 'OP07AJ,Operational Amplifier,PMI,6/30/1994;7/1/1994;7/17/1995,b063094.pdf;ieee95a.pdf;70194.pdf,SEE,Linear Device', '1'); INSERT INTO `nasa_data_record` VALUES ('47ea5cf05345a62d0eb1c662ccdbefda', 'Crawler', '2024-11-13 09:58:17', null, '2025-04-08 11:34:37', null, 'Dionics', 'DIH-149', 'DIH-149', 'Sol. St. Relay', null, null, '06/11/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/47ea5cf05345a62d0eb1c662ccdbefda/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/47ea5cf05345a62d0eb1c662ccdbefda/PPM-99-045.pdf\"}', '45,5-75,DIH-149,Sol. St. Relay,Dionics,GPEP,9018\r\r\n9030,Rad-91-12,06/11/91', null); INSERT INTO `nasa_data_record` VALUES ('47f717da51d153596a14759e8d49c210', 'Crawler', '2024-11-13 10:57:12', null, '2025-04-08 11:34:37', null, 'SiC Gen 3 VDMOS', 'CPM3-3300 Eng. Samples', 'CPM3-3300 Eng. Samples', 'MOSFET', null, 'CREE', '6/5/2015;8/23/2015', 'NASA', null, null, '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/47f717da51d153596a14759e8d49c210/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/47f717da51d153596a14759e8d49c210/data.xlsx\"}', 'CPM3-3300 Eng. Samples,MOSFET,CREE,6/5/2015;8/23/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEE,SiC Gen 3 VDMOS', null); INSERT INTO `nasa_data_record` VALUES ('480329eae6544b49c8275c73e188397b', 'Crawler', '2024-11-13 12:38:38', 'changyuhai', '2025-05-03 23:42:56', null, 'SiC', 'SJEP170R550', 'SJEP170R550', 'JFET', 'PD90A1215', 'SemiSouth', '11/14/2012', 'NASA', '常余海', '1', '{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/480329eae6544b49c8275c73e188397b/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/480329eae6544b49c8275c73e188397b/data.xlsx\",\"单粒子效应_1746286970633.xlsx\":\"/oss/physical/NASA/480329eae6544b49c8275c73e188397b/单粒子效应_1746286970633.xlsx\"}', 'SJEP170R550,JFET,SemiSouth,11/14/2012,nsrec2013_W8_SEE.pdf,SEE,SiC', '4'); INSERT INTO `nasa_data_record` VALUES ('481c34b40fd507b1a582b0153f1ab29b', 'Crawler', '2024-11-13 09:48:42', null, '2025-04-08 11:34:37', null, 'Amptek', 'A250', 'A250', 'Pre Amplifier', null, null, '10/20/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/481c34b40fd507b1a582b0153f1ab29b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/481c34b40fd507b1a582b0153f1ab29b/PPM-99-045.pdf\"}', '417,10-100,A250,Pre Amplifier,Amptek,GLAS,9902,PPM-99-031,10/20/99', null); INSERT INTO `nasa_data_record` VALUES ('481d4438297aa2144c1bb75523018cb6', 'Crawler', '2024-11-13 01:16:45', null, '2025-04-08 11:34:37', null, '', 'LM4041CFTA', 'LM4041CFTA', '1.225V Bandgap Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', 'Diodes Inc.', '03/01/2022', 'ESA', null, null, '{\"262.pdf\":\"/oss/physical/ESA/481d4438297aa2144c1bb75523018cb6/262.pdf\",\"data.xlsx\":\"/oss/physical/ESA/481d4438297aa2144c1bb75523018cb6/data.xlsx\"}', '262,LM4041CFTA,Diodes Inc.,Download,SEE (Single Events Effects),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,1.225V Bandgap Voltage Reference,Bipolar,ESA-ESTEC,03/01/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('483f4d609e2dbbb63a9e3d456744c916', 'Crawler', '2024-11-13 12:01:31', 'xieyongzhi', '2025-05-03 19:44:00', null, '电源变换器', 'OM3914', 'OM3914', 'Voltage Regulator', null, 'Ommirel', '9/10/1999', 'NASA', '谢永智', '3', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/nsrec00_W21.pdf\",\"PPM-99-028.pdf\":\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/PPM-99-028.pdf\",\"data(22)_1745988187708.xlsx\":\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/data(22)_1745988187708.xlsx\"}', 'OM3914,Voltage Regulator,Ommirel,9/10/1999,tid/PPM-99-028.pdf;nsrec00_W21.pdf,TID,Voltage Regulator', '40'); INSERT INTO `nasa_data_record` VALUES ('484c3ea2a34419daabcc3766f875c661', 'Crawler', '2024-11-13 10:51:41', null, '2025-04-08 11:34:37', null, 'Programmable Device', 'ATF22V10', 'ATF22V10', 'PAL', null, 'Atmel', '3/4/2002;7/19/2002;8/26/2006', 'NASA', null, null, '{\"B030402_22V10.pdf\":\"/oss/physical/NASA/484c3ea2a34419daabcc3766f875c661/B030402_22V10.pdf\",\"T082606_ATF22V10.pdf\":\"/oss/physical/NASA/484c3ea2a34419daabcc3766f875c661/T082606_ATF22V10.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/484c3ea2a34419daabcc3766f875c661/nsrec07_W27_SEE.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/484c3ea2a34419daabcc3766f875c661/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/484c3ea2a34419daabcc3766f875c661/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/484c3ea2a34419daabcc3766f875c661/NSREC03_W10.pdf\"}', 'ATF22V10,PAL,Atmel,3/4/2002;7/19/2002;8/26/2006,B030402_22V10.pdf;NSREC02_W16.pdf;NSREC03_W10.pdf;T082606_ATF22V10.pdf;nsrec07_W27_SEE.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('484de1f068a6c0c0cdb0120ce03bf1be', 'Crawler', '2024-11-13 01:08:05', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'BDS18', 'BDS18', 'NPN Power Silicon Transistor', '3 HIGH POWER, NPN (> 2WATTS)', 'Semelab', '04/12/2018', 'ESA', null, null, '{\"D5-05 - TN5.5 - TID BDS18 - NEO-14-086_Report_18-2017_rev1.pdf\":\"/oss/physical/ESA/484de1f068a6c0c0cdb0120ce03bf1be/D5-05 - TN5.5 - TID BDS18 - NEO-14-086_Report_18-2017_rev1.pdf\",\"data.xlsx\":\"/oss/physical/ESA/484de1f068a6c0c0cdb0120ce03bf1be/data.xlsx\"}', '228,BDS18,Semelab,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,3 HIGH POWER, NPN (> 2WATTS),NPN Power Silicon Transistor,,Fraunhofer Institut,04/12/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('4863a70dca3f1229e34fff93cb4efdb0', 'Crawler', '2024-11-13 02:23:17', null, '2025-04-08 11:34:37', null, 'ESCC 25100', 'MT29F4G08ABADAWP', 'MT29F4G08ABADAWP', '4Gb x8 NAND Flash Memory', '29 MEMORY OTHERS', 'MICRON', '01/10/2015', 'ESA', null, null, '{\"332.pdf\":\"/oss/physical/ESA/4863a70dca3f1229e34fff93cb4efdb0/332.pdf\",\"data.xlsx\":\"/oss/physical/ESA/4863a70dca3f1229e34fff93cb4efdb0/data.xlsx\"}', '332,MT29F4G08ABADAWP,MICRON,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,4Gb x8 NAND Flash Memory,,TRAD,01/10/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('486b413324228575d5f03657d5ecf523', 'Crawler', '2024-11-13 09:56:34', null, '2025-04-08 11:34:37', null, 'Siliconix', 'U401-2', 'U401-2', 'Dual N-JFET', null, null, '12/24/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/486b413324228575d5f03657d5ecf523/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/486b413324228575d5f03657d5ecf523/PPM-99-045.pdf\"}', '100,5-300,U401-2,Dual N-JFET,Siliconix,ISTP/NC,9112,PPM-91-757,12/24/91', null); INSERT INTO `nasa_data_record` VALUES ('48b662ddf1fdfa27fc1b203a327d984e', 'Crawler', '2024-11-13 11:59:47', 'huangkan', '2025-04-29 18:26:49', null, '晶体管', 'NDS352A', 'NDS352A', '30V P channel MOSFET', '0053', 'Fairchild', '7/19/2002', 'NASA', null, '1', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/48b662ddf1fdfa27fc1b203a327d984e/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/48b662ddf1fdfa27fc1b203a327d984e/data.xlsx\",\"NDS352A电离总剂量效应_1745922407575.xlsx\":\"/oss/physical/NASA/48b662ddf1fdfa27fc1b203a327d984e/NDS352A电离总剂量效应_1745922407575.xlsx\"}', 'NDS352A,P-Channel MOSFET,Fairchild,7/19/2002,NSREC02_W16.pdf,TID,Transistor', '1'); INSERT INTO `nasa_data_record` VALUES ('48d4686168211dc774b89863397ea645', 'Crawler', '2024-11-13 10:46:30', null, '2025-04-08 11:34:37', null, 'CMOS', 'ADC14155W-MLS', 'ADC14155W-MLS', 'ADC', null, 'National Semiconductor', 'TAMU08JUN', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/48d4686168211dc774b89863397ea645/data.xlsx\",\"T061808_ADC14155WG-MLS.pdf\":\"/oss/physical/NASA/48d4686168211dc774b89863397ea645/T061808_ADC14155WG-MLS.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/48d4686168211dc774b89863397ea645/nsrec09_W12_SEE.pdf\"}', 'ADC14155W-MLS,ADC,National Semiconductor,TAMU08JUN,T061808_ADC14155WG-MLS.pdf;nsrec09_W12_SEE.pdf,SEE;SEL;SET,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('48f465d686d495f54f7e549761c45723', 'Crawler', '2024-11-13 09:50:14', null, '2025-04-08 11:34:37', null, 'AD', 'OP07', 'OP07', 'OP AMP', null, null, '05/07/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/48f465d686d495f54f7e549761c45723/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/48f465d686d495f54f7e549761c45723/PPM-99-045.pdf\"}', '365,20-200,OP07,OP AMP,AD,GOES,9723B,PPM-98-011,05/07/98', null); INSERT INTO `nasa_data_record` VALUES ('490e97009a66f0c7c5889f7b766be078', 'Crawler', '2024-11-13 12:24:44', 'wangjiaxing', '2025-04-30 21:46:29', null, 'Processor', 'Pentium III', 'Pentium III', 'Processor 550,650,700,800,850,933,1200,1000MHz', '未找到', 'Intel', '7/19/2001;6/1/2000;12/1/2000;3/1/2001;5/1/2001;10/12/2001;2/8/2002;7/19/2002;9/1/2002,4/22/2002', 'NASA', '王嘉兴', '1', '{\"IU0600.pdf\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/IU0600.pdf\",\"i062100.pdf\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/i062100.pdf\",\"IU0501.pdf\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/IU0501.pdf\",\"MAPLD02_Howard_P3.pdf\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/MAPLD02_Howard_P3.pdf\",\"SEESYM02_Howard_Pre.pdf\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/SEESYM02_Howard_Pre.pdf\",\"TAMU0301.pdf\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/TAMU0301.pdf\",\"G020802_P3_TID.pdf\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/G020802_P3_TID.pdf\",\"IU1200.pdf\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/IU1200.pdf\",\"NSREC01_W7.pdf\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/NSREC01_W7.pdf\",\"nsrec01_W15.pdf\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/data.xlsx\",\"MAPLD01_P3.pdf\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/MAPLD01_P3.pdf\",\"T101201_P3.pdf\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/T101201_P3.pdf\",\"单粒子效应(5)_1746020785327.xlsx\":\"/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/单粒子效应(5)_1746020785327.xlsx\"}', 'Pentium III,Processor 550,650,700,800,850,933,1200,1000MHz,Intel,7/19/2001;6/1/2000;12/1/2000;3/1/2001;5/1/2001;10/12/2001;2/8/2002;7/19/2002;9/1/2002,4/22/2002,i062100.pdf;nsrec01_W15.pdf;NSREC02_W16.pdf;NSREC01_W7.pdf;IU0600.pdf;IU1200.pdf;TAMU0301.pdf;IU0501.pdf;T101201_P3.pdf;MAPLD01_P3.pdf;tid/G020802_P3_TID.pdf;MAPLD02_Howard_P3.pdf;SEESYM02_Howard_Pre.pdf,SEE;TID,Processor', '7'); INSERT INTO `nasa_data_record` VALUES ('49148c4bec382c8e94fc55d6c120e36e', 'Crawler', '2024-11-13 12:36:29', 'zhangchenyu', '2025-04-30 20:49:51', null, 'Linear Device', 'SE5521', 'SE5521', 'Linear Signal Cond', null, 'Signetics', '7/3/1995', 'NASA', '张晨宇', '1', '{\"PPM-95-162.pdf\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/PPM-95-162.pdf\",\"data.xlsx\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/data.xlsx\",\"电离总剂量效应_1746000707416.xlsx\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/电离总剂量效应_1746000707416.xlsx\"}', 'SE5521,Linear Signal Cond,Signetics,7/3/1995,tid/PPM-95-162.pdf,TID,Linear Device', '1'); INSERT INTO `nasa_data_record` VALUES ('49268625f04162b533f37a0781a7658d', 'Crawler', '2024-11-13 10:38:18', null, '2025-04-08 11:34:37', null, 'Analog Device', 'AD570', 'AD570', '8-bit ADC', null, 'Analog Devices', '2/24/1997;7/21/1997;5/15/2997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/49268625f04162b533f37a0781a7658d/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/49268625f04162b533f37a0781a7658d/data.xlsx\",\"PPM-97-018.pdf\":\"/oss/physical/NASA/49268625f04162b533f37a0781a7658d/PPM-97-018.pdf\"}', 'AD570,8-bit ADC,Analog Devices,2/24/1997;7/21/1997;5/15/2997,B022497mod.pdf;Random97a.pdf;tid/PPM-97-018.pdf,SEE;TID,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('493d2971519affd0f511f7822a441d66', 'Crawler', '2024-11-13 01:17:13', null, '2025-04-08 11:34:37', null, '', 'PHI Camera elecronics', 'PHI Camera elecronics', 'Camera electronics', '99 MISCELLANEOUS', 'MPS', '01/12/2011', 'ESA', null, null, '{\"267.pdf\":\"/oss/physical/ESA/493d2971519affd0f511f7822a441d66/267.pdf\",\"data.xlsx\":\"/oss/physical/ESA/493d2971519affd0f511f7822a441d66/data.xlsx\"}', '267,PHI Camera elecronics,MPS,Download,SEE (Single Events Effects),,18 OPTO ELECTRONICS,99 MISCELLANEOUS,Camera electronics,,MPS,01/12/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('496549ac1a5527ccd82f4966af8af23f', 'Crawler', '2024-11-13 12:25:11', 'wangjiaxing', '2025-04-30 21:08:27', null, 'Miscellaneous', 'QT22AC10M', 'QT22AC10M', '36 MHz Xtal Osc.', '9842', 'Q-Tech', '4/21/1999', 'NASA', '王嘉兴', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/nsrec00_W21.pdf\",\"PPM-99-021.pdf\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/PPM-99-021.pdf\",\"data.xlsx\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/data.xlsx\",\"电离总剂量效应6_1746018503707.xlsx\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/电离总剂量效应6_1746018503707.xlsx\"}', 'QT22AC10M,36MHz Xtal Osc,Q-Tech,4/21/1999,tid/PPM-99-021.pdf;nsrec00_W21.pdf,TID,Crystal Oscillator', '1'); INSERT INTO `nasa_data_record` VALUES ('49693a376b6e11a96d5cc7ea1bf32997', 'Crawler', '2024-11-13 10:24:13', null, '2025-04-08 11:34:37', null, 'Logic Gate', '54ACQT08', '54ACQT08', 'AND Gate', null, 'National Semiconductor', '1/31/1994', 'NASA', null, null, '{\"PPM-94-003.pdf\":\"/oss/physical/NASA/49693a376b6e11a96d5cc7ea1bf32997/PPM-94-003.pdf\",\"data.xlsx\":\"/oss/physical/NASA/49693a376b6e11a96d5cc7ea1bf32997/data.xlsx\"}', '54ACQT08,AND Gate,National Semiconductor,1/31/1994,tid/PPM-94-003.pdf,TID,Logic Gate', null); INSERT INTO `nasa_data_record` VALUES ('496e31fc78ef5c938f377af11e8aed54', 'Crawler', '2024-11-13 10:42:41', null, '2025-04-08 11:34:37', null, 'ADC', 'AD7714YRU', 'AD7714YRU', '24 bits ADC', null, 'Analog Devices', '3/29/2002', 'NASA', null, null, '{\"N032902_AD7714.pdf\":\"/oss/physical/NASA/496e31fc78ef5c938f377af11e8aed54/N032902_AD7714.pdf\",\"data.xlsx\":\"/oss/physical/NASA/496e31fc78ef5c938f377af11e8aed54/data.xlsx\"}', 'AD7714YRU,24 bits ADC,Analog Devices,3/29/2002,N032902_AD7714.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('49787d6805716545197f782a8b3d080d', 'Crawler', '2024-11-13 11:24:52', null, '2025-04-08 11:34:37', null, 'Voltage Regulator', 'LM136', 'LM136', 'Voltage Regulator', null, 'LTC', '5/17/1995', 'NASA', null, null, '{\"PPM-95-152.pdf\":\"/oss/physical/NASA/49787d6805716545197f782a8b3d080d/PPM-95-152.pdf\",\"data.xlsx\":\"/oss/physical/NASA/49787d6805716545197f782a8b3d080d/data.xlsx\"}', 'LM136,Voltage Regulator,LTC,5/17/1995,tid/PPM-95-152.pdf,TID,Voltage Regulator', null); INSERT INTO `nasa_data_record` VALUES ('49ae40de5c0dcdd2063f3a712f91de36', 'Crawler', '2024-11-13 12:36:09', 'sunjiacheng', '2025-04-30 15:46:05', null, '晶体管', 'SD5000', 'SD5000', 'Quad-Power Mosfet', '9633', 'CAL-Logic', '4/7/1997', 'NASA', '孙家诚', '8', '{\"data.xlsx\":\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/data.xlsx\",\"PPM-97-009.pdf\":\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/PPM-97-009.pdf\",\"电离总剂量效应PPM-97-009_1745995204185.xlsx\":\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/电离总剂量效应PPM-97-009_1745995204185.xlsx\"}', 'SD5000,Power MOSFET,CAL-Logic,4/7/1997,tid/PPM-97-009.pdf,TID,Power Device', '512'); INSERT INTO `nasa_data_record` VALUES ('49f1e7a3759e597e29b184068a4fd9b0', 'Crawler', '2024-11-13 13:09:04', 'wangbin', '2025-04-17 19:01:53', null, '数字集成电路', 'WDS500G2B0B-00YS70', 'WDS500G2B0B-00YS70', 'Flash', 'xx', 'Western Digital', '5/1/2018', 'NASA', '王斌', '1', '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/49f1e7a3759e597e29b184068a4fd9b0/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/49f1e7a3759e597e29b184068a4fd9b0/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/49f1e7a3759e597e29b184068a4fd9b0/data.xlsx\",\"单粒子效应WDS250G2B0B-00YS70-1_1744887710189.xlsx\":\"/oss/physical/NASA/49f1e7a3759e597e29b184068a4fd9b0/单粒子效应WDS250G2B0B-00YS70-1_1744887710189.xlsx\"}', 'WDS500G2B0B-00YS70,Flash,Western Digital,5/1/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEFI,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('49f6be1318da6415d5b3f10636bb33bd', 'Crawler', '2024-11-13 09:50:18', null, '2025-04-08 11:34:37', null, 'AD', 'OP27', 'OP27', 'OP AMP', null, null, '04/23/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/49f6be1318da6415d5b3f10636bb33bd/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/49f6be1318da6415d5b3f10636bb33bd/PPM-99-045.pdf\"}', '363,20-200,OP27,OP AMP,AD,GOES,9721A,PPM-98-009,04/23/98', null); INSERT INTO `nasa_data_record` VALUES ('4a189b4e82f16b92e005c2a3d90f54b8', 'Crawler', '2024-11-13 10:50:03', null, '2025-04-08 11:34:37', null, 'Operational Amplifier', 'AMP01A', 'AMP01A', 'Amplifier', null, 'Analog Devices', '4/4/1998;6/23/1998;9/1/1998;10/2/1998;1/19/1999;1999', 'NASA', null, null, '{\"PPM-99-015.pdf\":\"/oss/physical/NASA/4a189b4e82f16b92e005c2a3d90f54b8/PPM-99-015.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/4a189b4e82f16b92e005c2a3d90f54b8/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4a189b4e82f16b92e005c2a3d90f54b8/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/4a189b4e82f16b92e005c2a3d90f54b8/NSREC99.pdf\"}', 'AMP01A,Amplifier,Analog Devices,4/4/1998;6/23/1998;9/1/1998;10/2/1998;1/19/1999;1999,NSREC99.pdf;tid/PPM-99-015.pdf;nsrec00_W21.pdf,SEE;TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('4a4710cd130a9848d1b9ed9afc180eda', 'Crawler', '2024-11-13 11:48:06', null, '2025-04-08 11:34:37', null, 'Hybrid', 'MFP0507S', 'MFP0507S', 'DC-DC Converter', null, 'Crane', 'TAMU10DEC;LBNL11JAN', 'NASA', null, null, '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/4a4710cd130a9848d1b9ed9afc180eda/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4a4710cd130a9848d1b9ed9afc180eda/data.xlsx\",\"T120510_LBNL012111_MFP0507S.pdf\":\"/oss/physical/NASA/4a4710cd130a9848d1b9ed9afc180eda/T120510_LBNL012111_MFP0507S.pdf\"}', 'MFP0507S,DC-DC Converter,Crane,TAMU10DEC;LBNL11JAN,T120510_LBNL012111_MFP0507S.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL;SET,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('4a4d13feef95eaf4d9e3a7a52d59d53e', 'Crawler', '2024-11-13 12:04:20', 'xuebinrui', '2025-04-29 12:58:42', null, '放大器', 'OP467', 'OP467', 'Operational Amplifier', '9812A', 'Analog Devices', '11/3/1998;6/10/1997', 'NASA', '薛彬睿', '1', '{\"PPM-97-021.pdf\":\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/PPM-97-021.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/data.xlsx\",\"PPM-99-004.pdf\":\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/PPM-99-004.pdf\",\"电离总剂量效应-(3)_1745902720847.xlsx\":\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/电离总剂量效应-(3)_1745902720847.xlsx\"}', 'OP467,Operational Amplifier,Analog Devices,11/3/1998;6/10/1997,tid/PPM-99-004.pdf;nsrec00_W21.pdf;tid/PPM-97-021.pdf,TID,Operational Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('4aa7f971361d531e639a27b4a7dece60', 'Crawler', '2024-11-13 10:27:50', null, '2025-04-08 11:34:37', null, 'Optocoupler', '66092', '66092', 'Optocoupler', null, 'Micropac', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/4aa7f971361d531e639a27b4a7dece60/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4aa7f971361d531e639a27b4a7dece60/data.xlsx\"}', '66092,Optocoupler,Micropac,5/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('4abdb16b1294d34a765901dfddea556d', 'Crawler', '2024-11-13 11:51:35', 'mayinjie', '2025-04-30 20:31:10', null, 'Programmable Communication Interface', 'MR8251A/B', 'MR8251A/B', 'USART', null, 'Intel', '1/25/1991', 'NASA', '马崟洁', '1', '{\"PPM-91-053.pdf\":\"/oss/physical/NASA/4abdb16b1294d34a765901dfddea556d/PPM-91-053.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4abdb16b1294d34a765901dfddea556d/data.xlsx\",\"电离总剂量效应_1746016269717.xlsx\":\"/oss/physical/NASA/4abdb16b1294d34a765901dfddea556d/电离总剂量效应_1746016269717.xlsx\"}', 'MR8251A/B,USART,Intel,1/25/1991,tid/PPM-91-053.pdf,TID,Programmable Communication Interface', '1'); INSERT INTO `nasa_data_record` VALUES ('4af48ff8dfca45fed905572ba5e88378', 'Crawler', '2024-11-13 12:26:02', 'dushuaibin', '2025-04-30 20:52:14', null, '数字集成电路', 'RAM (Random Access Memory)', 'RAMT1R11', 'Rambus 2Mx8 DRAM', 'XX', 'Toshiba', '1997.02.24', 'NASA', '王嘉兴', '1', '{\"data.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\",\"单粒子效应_1746017524866.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017524866.xlsx\"}', 'RAMT1R11,Rambus 2Mx8 DRAM,Toshiba,2/24/1997,b022497b.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('4b187881b477e5f1731df131f62d3a3b', 'Crawler', '2024-11-13 12:03:26', 'xuebinrui', '2025-04-29 17:15:11', null, '放大器', 'OP27A', 'OP27A', 'Operational Amplifier', '9347, 9407,0448', 'Analog Devices', '9/2004;1/2006', 'NASA', '薛彬睿', '6', '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/4b187881b477e5f1731df131f62d3a3b/nsrec05_W23.pdf\",\"G04SEP_OP27A_TID.pdf\":\"/oss/physical/NASA/4b187881b477e5f1731df131f62d3a3b/G04SEP_OP27A_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/4b187881b477e5f1731df131f62d3a3b/nsrec07_W26_TID.pdf\",\"G06JAN_OP27A_TID.pdf\":\"/oss/physical/NASA/4b187881b477e5f1731df131f62d3a3b/G06JAN_OP27A_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4b187881b477e5f1731df131f62d3a3b/data.xlsx\",\"电离总剂量效应-(12)_1745918097204.xlsx\":\"/oss/physical/NASA/4b187881b477e5f1731df131f62d3a3b/电离总剂量效应-(12)_1745918097204.xlsx\"}', 'OP27A,Operational Amplifier,Analog Devices,9/2004;1/2006,G04SEP_OP27A_TID.pdf;nsrec05_W23.pdf;G06JAN_OP27A_TID.pdf;nsrec07_W26_TID.pdf,TID,Operational Amplifier', '16'); INSERT INTO `nasa_data_record` VALUES ('4b19bf30a95cc207a978cdcd292c6e4f', 'Crawler', '2024-11-13 09:50:27', null, '2025-04-08 11:34:37', null, 'Omnirel', 'OM11725SMX (OM7646)', 'OM11725SMX (OM7646)', 'OP AMP', null, null, '03/13/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4b19bf30a95cc207a978cdcd292c6e4f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/4b19bf30a95cc207a978cdcd292c6e4f/PPM-99-045.pdf\"}', '356,5-75,OM11725SMX (OM7646),OP AMP,Omnirel,MIDEX,9735,PPM-98-002,03/13/98', null); INSERT INTO `nasa_data_record` VALUES ('4b3ee0e1b6f048f7af6a6be394bd4fe8', 'Crawler', '2024-11-13 11:20:29', null, '2025-04-08 11:34:37', null, '32nm CMOS NAND', 'K9FAG08U0M-HCB0', 'K9FAG08U0M-HCB0', '16 Gbit NAND Flash', null, 'Samsung', '5/15/2012', 'NASA', null, null, '{\"LBNL051812_K9FAG08U0M.pdf\":\"/oss/physical/NASA/4b3ee0e1b6f048f7af6a6be394bd4fe8/LBNL051812_K9FAG08U0M.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4b3ee0e1b6f048f7af6a6be394bd4fe8/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/4b3ee0e1b6f048f7af6a6be394bd4fe8/nsrec2013_W8_SEE.pdf\"}', 'K9FAG08U0M-HCB0,16 Gbit NAND Flash,Samsung,5/15/2012,LBNL051812_K9FAG08U0M.pdf;nsrec2013_W8_SEE.pdf,SEE,32nm CMOS NAND', null); INSERT INTO `nasa_data_record` VALUES ('4b40fca075fe1f1b83fba7b8ad7fb94e', 'Crawler', '2024-11-13 09:53:21', null, '2025-04-08 11:34:37', null, 'Solitron', 'SDM3304', 'SDM3304', 'NPN transistor', null, null, '01/12/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4b40fca075fe1f1b83fba7b8ad7fb94e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/4b40fca075fe1f1b83fba7b8ad7fb94e/PPM-99-045.pdf\"}', '241,5-100,SDM3304,NPN transistor,Solitron,HST/CAL,9442,PPM-95-118,01/12/95', null); INSERT INTO `nasa_data_record` VALUES ('4b47e6b4c20ea0901de34ab53d473755', 'Crawler', '2024-11-13 11:26:15', null, '2025-04-08 11:34:37', null, 'Bipolar', 'LM139', 'LM139', 'Voltage Comparator', null, 'Texas Instruments', 'TAMU07June; NRL07Apr; NRL09Mar; 8/25/2017-to-9/11/2017(TID)', 'NASA', null, null, '{\"NEPP-TR-2017-Topper-17-054-LM193-VdGAug2017-TID-TN50586.pdf\":\"/oss/physical/NASA/4b47e6b4c20ea0901de34ab53d473755/NEPP-TR-2017-Topper-17-054-LM193-VdGAug2017-TID-TN50586.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/4b47e6b4c20ea0901de34ab53d473755/nsrec08_W3_SEE.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/4b47e6b4c20ea0901de34ab53d473755/nsrec09_W12_SEE.pdf\",\"NRL07APR_LM193.pdf\":\"/oss/physical/NASA/4b47e6b4c20ea0901de34ab53d473755/NRL07APR_LM193.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4b47e6b4c20ea0901de34ab53d473755/data.xlsx\",\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/4b47e6b4c20ea0901de34ab53d473755/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"NRL031009_LM139.pdf\":\"/oss/physical/NASA/4b47e6b4c20ea0901de34ab53d473755/NRL031009_LM139.pdf\"}', 'LM139,Voltage Comparator,Texas Instruments,TAMU07June; NRL07Apr; NRL09Mar; 8/25/2017-to-9/11/2017(TID),T062607_G07JUN_ LM139.pdf;tns07_Bernard.pdf;NRL07APR_LM193.pdf;nsrec08_W3_SEE.pdf;NRL031009_LM139.pdf;nsrec09_W12_SEE.pdf;https://nepp.nasa.gov/files/29161/NEPP-TR-2017-Topper-17-054-LM193-VdGAug2017-TID-TN50586.pdf;CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,SEE; SET; TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('4b6cf8763e6b329dd052373e760d6226', 'Crawler', '2024-11-13 12:59:48', 'mayunlong', '2025-04-17 23:11:16', null, '数字集成电路', 'UT22VP10', 'UT22VP10', 'RADPAL', '6038', 'UTMC', '8/16/1995-8/19/1995;2/21/1996;7/15/1996', 'NASA', '马云龙', '1', '{\"b022196b.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\",\"单粒子效应UT22VP10_1744901535284.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744901535284.xlsx\",\"2单粒子效应UT22VP10_1744902674873.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744902674873.xlsx\"}', 'UT22VP10,RADPAL,UTMC,2/21/1996;7/15/1996,b022196b.pdf;random6a.pdf,SEE,Programmable Device', '1'); INSERT INTO `nasa_data_record` VALUES ('4b8abe95592c7d25ba39353273c3492b', 'Crawler', '2024-11-13 09:52:58', null, '2025-04-08 11:34:37', null, 'SEEQ', '28C256', '28C256', 'EEPROM', null, null, '06/06/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4b8abe95592c7d25ba39353273c3492b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/4b8abe95592c7d25ba39353273c3492b/PPM-99-045.pdf\"}', '258,0.5-30,28C256,EEPROM,SEEQ,TOMS,9133B,PPM-95-147,06/06/95', null); INSERT INTO `nasa_data_record` VALUES ('4bc5781eca2231f81e8ff5b55e7c0391', 'Crawler', '2024-11-13 10:59:49', null, '2025-04-08 11:34:37', null, 'Relay', 'DIH149', 'DIH149', 'Solid State Relay', null, 'Dionics', '6/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4bc5781eca2231f81e8ff5b55e7c0391/data.xlsx\"}', 'DIH149,Solid State Relay,Dionics,6/1991,Rad-91-12.pdf,TID,Relay', null); INSERT INTO `nasa_data_record` VALUES ('4c1af71ed8fde2add839138b4c5c87ca', 'Crawler', '2024-11-13 10:56:27', null, '2025-04-08 11:34:37', null, 'Comparator', 'CMP01', 'CMP01', 'Comparator', null, 'PMI', '6/18/1991', 'NASA', null, null, '{\"PPM-91-393.pdf\":\"/oss/physical/NASA/4c1af71ed8fde2add839138b4c5c87ca/PPM-91-393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4c1af71ed8fde2add839138b4c5c87ca/data.xlsx\"}', 'CMP01,Comparator,PMI,6/18/1991,tid/PPM-91-393.pdf,TID,Comparator', null); INSERT INTO `nasa_data_record` VALUES ('4cc13ca979c161a7a9340881cafd11bd', 'Crawler', '2024-11-13 09:56:00', null, '2025-04-08 11:34:37', null, 'ADI', 'AD524', 'AD524', 'Instr. Amp', null, null, '02/18/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4cc13ca979c161a7a9340881cafd11bd/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/4cc13ca979c161a7a9340881cafd11bd/PPM-99-045.pdf\"}', '125,10-100,AD524,Instr. Amp,ADI,SMEX,9004,PPM-92-069,02/18/92', null); INSERT INTO `nasa_data_record` VALUES ('4cc8374cb7f4f2c351c7f01fdded9a3e', 'Crawler', '2024-11-13 13:09:15', 'admin', '2025-04-19 17:20:41', null, '系统封装(SiP)集成电路', 'Wolfdale Processor', 'Wolfdale Processor', 'Duo Microprocessor', 'xx', 'Intel', 'VdG2011AUG', 'NASA', '王斌', '3', '{\"data.xlsx\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/data.xlsx\",\"VdG11AUG_Wolfdale.pdf\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/VdG11AUG_Wolfdale.pdf\",\"电离总剂量效应WolfdaleProcessor_1744885068815.xlsx\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/电离总剂量效应WolfdaleProcessor_1744885068815.xlsx\"}', 'Wolfdale Processor,Duo Microprocessor,Intel,VdG2011AUG,tid/VdG11AUG_Wolfdale.pdf,TID,CMOS', '9'); INSERT INTO `nasa_data_record` VALUES ('4cea697c8ac5ff9552f0e87e68ec2fb2', 'Crawler', '2024-11-13 02:22:39', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'AD8021ARZ - DC1640', 'AD8021ARZ - DC1640', 'Low Noise, High Speed Amplifier for 16-Bit Systems', '50 LINEAR OPERATIONAL AMPLIFIER', 'Analog Devices', '04/12/2017', 'ESA', null, null, '{\"TID_01555_01 TID test report AD8021.pdf\":\"/oss/physical/ESA/4cea697c8ac5ff9552f0e87e68ec2fb2/TID_01555_01 TID test report AD8021.pdf\",\"data.xlsx\":\"/oss/physical/ESA/4cea697c8ac5ff9552f0e87e68ec2fb2/data.xlsx\"}', '338,AD8021ARZ - DC1640,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Low Noise, High Speed Amplifier for 16-Bit Systems,,Hirex-Alter,04/12/2017,False', null); INSERT INTO `nasa_data_record` VALUES ('4ceb342e5548ce3246f910ccd7db623e', 'Crawler', '2024-11-13 11:49:58', null, '2025-04-08 11:34:37', null, 'Si', 'MMBD914LT1G', 'MMBD914LT1G', 'Diode', null, 'ON Semiconductor', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/4ceb342e5548ce3246f910ccd7db623e/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4ceb342e5548ce3246f910ccd7db623e/data.xlsx\"}', 'MMBD914LT1G,Diode,ON Semiconductor,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('4cf8c40d5d947006a3af6c06e91e8c8b', 'Crawler', '2024-11-13 10:59:45', null, '2025-04-08 11:34:37', null, 'Analog Switch', 'DG412', 'DG412', 'Analog Switch', null, 'Maxim', '1/15/1999;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/4cf8c40d5d947006a3af6c06e91e8c8b/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4cf8c40d5d947006a3af6c06e91e8c8b/data.xlsx\",\"PPM-99-012.pdf\":\"/oss/physical/NASA/4cf8c40d5d947006a3af6c06e91e8c8b/PPM-99-012.pdf\"}', 'DG412,Analog Switch,Maxim,1/15/1999;1999,tid/PPM-99-012.pdf;nsrec00_W21.pdf,TID,Analog Switch', null); INSERT INTO `nasa_data_record` VALUES ('4d2e728832cf439431586f7fec13aef4', 'Crawler', '2024-11-13 01:07:03', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'OP27AJQMLR', 'OP27AJQMLR', 'Low Noise, PrecisionOperational Amplifier', '50 LINEAR OPERATIONAL AMPLIFIER', 'Analog Devices', '12/11/2012', 'ESA', null, null, '{\"225.pdf\":\"/oss/physical/ESA/4d2e728832cf439431586f7fec13aef4/225.pdf\",\"data.xlsx\":\"/oss/physical/ESA/4d2e728832cf439431586f7fec13aef4/data.xlsx\"}', '225,OP27AJQMLR,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Low Noise, PrecisionOperational Amplifier,,Alter,12/11/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('4d774ed30f944a11d55402fa8d1b77e0', 'Crawler', '2024-11-13 00:39:49', null, '2025-04-08 11:34:37', null, 'Not specified', '66221-103', '66221-103', 'Optocoupler', '1 OPTOCOUPLER', 'Micropac', '02/03/2012', 'ESA', null, null, '{\"126.pdf\":\"/oss/physical/ESA/4d774ed30f944a11d55402fa8d1b77e0/126.pdf\",\"data.xlsx\":\"/oss/physical/ESA/4d774ed30f944a11d55402fa8d1b77e0/data.xlsx\"}', '126,66221-103,Micropac,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,02/03/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('4dabf25c0d877651e38251e97f106549', 'Crawler', '2024-11-13 10:54:52', null, '2025-04-08 11:34:37', null, 'Transcon Amp', 'CA3080A', 'CA3080A', 'Transcon Amp', null, 'Harris', '7/31/1991', 'NASA', null, null, '{\"PPM-91-484.pdf\":\"/oss/physical/NASA/4dabf25c0d877651e38251e97f106549/PPM-91-484.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4dabf25c0d877651e38251e97f106549/data.xlsx\"}', 'CA3080A,Transcon Amp,Harris,7/31/1991,tid/PPM-91-484.pdf,TID,Transcon Amp', null); INSERT INTO `nasa_data_record` VALUES ('4dc9695dd9402096b17ffdabf1a0eb17', 'Crawler', '2024-11-13 11:17:07', null, '2025-04-08 11:34:37', null, 'Si', 'JANTX1N6843CCU3', 'JANTX1N6843CCU3', 'Schottky Diode', null, 'Microsemi', '3/19/2016', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4dc9695dd9402096b17ffdabf1a0eb17/data.xlsx\",\"NEPP-CP-2017-Casey-NSREC-Poster-Pres-Schottky-Diodes-TN44380.pdf\":\"/oss/physical/NASA/4dc9695dd9402096b17ffdabf1a0eb17/NEPP-CP-2017-Casey-NSREC-Poster-Pres-Schottky-Diodes-TN44380.pdf\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/4dc9695dd9402096b17ffdabf1a0eb17/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"NEPP-CP-2017-Casey-TNS-Paper-pub2018Jan-Failure-Analysis-Heavy-Ion-Irradiated-Schottky-Diodes-20205004147.pdf\":\"/oss/physical/NASA/4dc9695dd9402096b17ffdabf1a0eb17/NEPP-CP-2017-Casey-TNS-Paper-pub2018Jan-Failure-Analysis-Heavy-Ion-Irradiated-Schottky-Diodes-20205004147.pdf\"}', 'JANTX1N6843CCU3,Schottky Diode,Microsemi,3/19/2016,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/29042/NEPP-CP-2017-Casey-NSREC-Poster-Pres-Schottky-Diodes-TN44380.pdf;NEPP-CP-2017-Casey-TNS-Paper-pub2018Jan-Failure-Analysis-Heavy-Ion-Irradiated-Schottky-Diodes-20205004147.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('4dd445239e6a211481000d32f9efa1f6', 'Crawler', '2024-11-13 10:23:14', null, '2025-04-08 11:34:37', null, 'Logic Device', '54AC20DMQB', '54AC20DMQB', '4-Input NAND', null, 'National Semiconductor', '2/7/1992', 'NASA', null, null, '{\"PPM-92-057.pdf\":\"/oss/physical/NASA/4dd445239e6a211481000d32f9efa1f6/PPM-92-057.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4dd445239e6a211481000d32f9efa1f6/data.xlsx\"}', '54AC20DMQB,4-Input NAND,National Semiconductor,2/7/1992,tid/PPM-92-057.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('4df224e5d9b6ad086816c3f7375d6122', 'Crawler', '2024-11-13 10:52:30', null, '2025-04-08 11:34:37', null, 'Si', 'BAP50-05,215', 'BAP50-05,215', 'Diode', null, 'NXP Semiconductor', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/4df224e5d9b6ad086816c3f7375d6122/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4df224e5d9b6ad086816c3f7375d6122/data.xlsx\"}', 'BAP50-05,215,Diode,NXP Semiconductor,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('4e01c71a115420715cb7510db5e9c9f9', 'Crawler', '2024-11-13 09:58:47', null, '2025-04-08 11:34:37', null, 'AMD', 'PALCE22V10H', 'PALCE22V10H', 'PLA', null, null, '04/03/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4e01c71a115420715cb7510db5e9c9f9/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/4e01c71a115420715cb7510db5e9c9f9/PPM-99-045.pdf\"}', '23,2.5-40,PALCE22V10H,PLA,AMD,Modis-T,9032RP,RAD-91-4,04/03/91', null); INSERT INTO `nasa_data_record` VALUES ('4e1afd443e5152f98d8946a4b7407268', 'Crawler', '2024-11-13 12:07:38', 'dushuaibin', '2025-04-30 20:16:20', null, '光电器件', 'Data Transmission', 'PFOTX12 Transmitter', 'Transmitter', 'XX', 'Optical Networks Inc', '1998.07.20', 'NASA', '王嘉兴', '1', '{\"NSREC98.pdf\":\"/oss/physical/NASA/4e1afd443e5152f98d8946a4b7407268/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4e1afd443e5152f98d8946a4b7407268/data.xlsx\",\"单粒子效应_1746015379223.xlsx\":\"/oss/physical/NASA/4e1afd443e5152f98d8946a4b7407268/单粒子效应_1746015379223.xlsx\"}', 'PFOTX12 Transmitter,Transmitter,Optical Networks Inc,7/20/1998,NSREC98.pdf,SEE,Data Transmission', '1'); INSERT INTO `nasa_data_record` VALUES ('4e362356d7115f315030d0c222fcfb03', 'Crawler', '2024-11-13 11:13:40', null, '2025-04-08 11:34:37', null, 'Si', 'IDW40G65C5FKSA1', 'IDW40G65C5FKSA1', 'Diode', null, 'Infineon', '5/1/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/4e362356d7115f315030d0c222fcfb03/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4e362356d7115f315030d0c222fcfb03/data.xlsx\"}', 'IDW40G65C5FKSA1,Diode,Infineon,5/1/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('4e6b12190c27f679d91e76aa1f87de83', 'Crawler', '2024-11-13 12:38:09', 'changyuhai', '2025-05-04 00:40:33', null, 'Bipolar', 'SG1846', 'SG1846', 'Pulse Width Modulator', '0122', 'Microsemi Corp.', 'TAMU08FEB', 'NASA', '常余海', '3', '{\"data.xlsx\":\"/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/nsrec09_W12_SEE.pdf\",\"T022608_SG1846.pdf\":\"/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/T022608_SG1846.pdf\",\"单粒子效应_1746290387334.xlsx\":\"/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/单粒子效应_1746290387334.xlsx\"}', 'SG1846,Pulse Width Modulator,Microsemi Corp.,TAMU08FEB,T022608_SG1846.pdf;nsrec09_W12_SEE.pdf,SEE;SEL;SET,Bipolar', '60'); INSERT INTO `nasa_data_record` VALUES ('4e7fc87a394ec086180ebfba01bb62ee', 'Crawler', '2024-11-13 11:29:21', null, '2025-04-08 11:34:37', null, 'Bipolar Programmable Device', 'LP2951', 'LP2951', 'Voltage Regulator', null, 'National Semiconductor', '12/23/1993;11/9/1994;7/17/1995;6/21/1995;8/15/1995;10/23/2006;5/01/2008', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/4e7fc87a394ec086180ebfba01bb62ee/nsrec09_W13_TID.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/4e7fc87a394ec086180ebfba01bb62ee/ieee95a.pdf\",\"PPM-93-106.pdf\":\"/oss/physical/NASA/4e7fc87a394ec086180ebfba01bb62ee/PPM-93-106.pdf\",\"G06NOV_LP2951_TID.pdf\":\"/oss/physical/NASA/4e7fc87a394ec086180ebfba01bb62ee/G06NOV_LP2951_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/4e7fc87a394ec086180ebfba01bb62ee/nsrec07_W26_TID.pdf\",\"D102306_LP2951.pdf\":\"/oss/physical/NASA/4e7fc87a394ec086180ebfba01bb62ee/D102306_LP2951.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4e7fc87a394ec086180ebfba01bb62ee/data.xlsx\",\"PPM-95-158.pdf\":\"/oss/physical/NASA/4e7fc87a394ec086180ebfba01bb62ee/PPM-95-158.pdf\",\"b110994.pdf\":\"/oss/physical/NASA/4e7fc87a394ec086180ebfba01bb62ee/b110994.pdf\",\"PPM-95-173.pdf\":\"/oss/physical/NASA/4e7fc87a394ec086180ebfba01bb62ee/PPM-95-173.pdf\"}', 'LP2951,Voltage Regulator,National Semiconductor,12/23/1993;11/9/1994;7/17/1995;6/21/1995;8/15/1995;10/23/2006;5/01/2008,b110994.pdf;ieee95a.pdf;tid/PPM-93-106.pdf;D102306_LP2951.pdf;G06NOV_LP2951_TID.pdf;nsrec07_W26_TID.pdf;tid/PPM-95-173.pdf;tid/PPM-95-158.pdf;G08JUN_LP2951_TID.pdf;nsrec09_W13_TID.pdf,SEE; TID,Bipolar Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('4e9a4390f0443bc64732e3383f60c6d7', 'Crawler', '2024-11-13 11:29:35', null, '2025-04-08 11:34:37', null, 'Voltage Regulator', 'LP2952IM', 'LP2952IM', 'Voltage regulator', null, 'National Semiconductor', '_1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/4e9a4390f0443bc64732e3383f60c6d7/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4e9a4390f0443bc64732e3383f60c6d7/data.xlsx\"}', 'LP2952IM,Voltage regulator,National Semiconductor,_1999,nsrec00_W21.pdf,TID,Voltage Regulator', null); INSERT INTO `nasa_data_record` VALUES ('4ea5bade7b6204d3afe81655af003313', 'Crawler', '2024-11-13 12:04:32', 'xuebinrui', '2025-04-29 12:53:06', null, '晶体管', 'OP470', 'OP470', 'Operational Amplifier', '1419A, 15-032', 'Analog Devices', '9/24/1997;6/2/2015', 'NASA', '薛彬睿', '1', '{\"data.xlsx\":\"/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"PPM-97-035.pdf\":\"/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/PPM-97-035.pdf\",\"单粒子效应-副本(2)_1745902385063.xlsx\":\"/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/单粒子效应-副本(2)_1745902385063.xlsx\"}', 'OP470,Operational Amplifier,Analog Devices,9/24/1997;6/2/2015,tid/PPM-97-035.pdf;https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEDR;TID,Bipolar', '5'); INSERT INTO `nasa_data_record` VALUES ('4ecbf2bf20c7fad6271be60de57d49f2', 'Crawler', '2024-11-13 11:45:39', null, '2025-04-08 11:34:37', null, 'Si', 'MBRF20100CT', 'MBRF20100CT', 'Diode', null, 'ON Semiconductor', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/4ecbf2bf20c7fad6271be60de57d49f2/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4ecbf2bf20c7fad6271be60de57d49f2/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/4ecbf2bf20c7fad6271be60de57d49f2/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/4ecbf2bf20c7fad6271be60de57d49f2/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBRF20100CT,Diode,ON Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('4ee92f15f1a4c7332e7696975c5b63b1', 'Crawler', '2024-11-13 12:49:01', 'chenwenzhuo', '2025-04-30 18:38:08', null, 'RAM (Random Access Memory)', 'TC5117400FT-70', 'TC5117400FT-70', '4Mx4 DRAM', null, 'Toshiba', '5/24/1994;7/17/1995;9/11/1997', 'NASA', '陈文卓', '1', '{\"DRAM296.pdf\":\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/DRAM296.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/data.xlsx\",\"d052494.pdf\":\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/d052494.pdf\",\"TIL25_1746009483687.xlsx\":\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/TIL25_1746009483687.xlsx\"}', 'TC5117400FT-70,4Mx4 DRAM,Toshiba,5/24/1994;7/17/1995;9/11/1997,d052494.pdf;ieee95a.pdf;DRAM296.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('4ef97967daf69082e3fbdc31f8decfde', 'Crawler', '2024-11-13 10:59:34', null, '2025-04-08 11:34:37', null, 'Analog Switch', 'DG403', 'DG403', 'Analog Switch', null, 'Maxim', '1/15/1999;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/4ef97967daf69082e3fbdc31f8decfde/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4ef97967daf69082e3fbdc31f8decfde/data.xlsx\",\"PPM-99-007.pdf\":\"/oss/physical/NASA/4ef97967daf69082e3fbdc31f8decfde/PPM-99-007.pdf\"}', 'DG403,Analog Switch,Maxim,1/15/1999;1999,tid/PPM-99-007.pdf;nsrec00_W21.pdf,TID,Analog Switch', null); INSERT INTO `nasa_data_record` VALUES ('4efdb678657d25e7fa296c18674bb738', 'Crawler', '2024-11-13 11:11:22', null, '2025-04-08 11:34:37', null, 'Analog Device', 'HS508RH', 'HS508RH', 'Analog Mux', null, 'Harris', '6/18/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/4efdb678657d25e7fa296c18674bb738/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4efdb678657d25e7fa296c18674bb738/data.xlsx\",\"b061893.pdf\":\"/oss/physical/NASA/4efdb678657d25e7fa296c18674bb738/b061893.pdf\"}', 'HS508RH,Analog Mux,Harris,6/18/1993;7/18/1994,b061893.pdf;nsrec94a.pdf,SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('4f0d7f0d66507cbd862d14b4ea11e0be', 'Crawler', '2024-11-13 13:09:30', 'admin', '2025-04-19 17:18:42', null, '专用集成电路', 'XA-16', 'XA-16', 'ASIC', 'XX', 'AMS', '6/18/2003;6/22/2004', 'NASA', '王斌', '4', '{\"data.xlsx\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/data.xlsx\",\"单粒子效应XA-16ASIC_1744884077760.xlsx\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/单粒子效应XA-16ASIC_1744884077760.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/nsrec04_SEE.pdf\",\"T061803_XA16.pdf\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/T061803_XA16.pdf\"}', 'XA-16,ASIC,AMS,6/18/2003;6/22/2004,T061803_XA16.pdf;nsrec04_SEE.pdf,SEL,CMOS', '4'); INSERT INTO `nasa_data_record` VALUES ('4f43889d69f795f6b7d002b6513091db', 'Crawler', '2024-11-13 13:02:03', 'likunfang', '2025-04-15 21:29:16', null, 'Memory', '4Mbit SRAM', 'Not Available', 'Memories', 'Not Available', 'SEI', '1998-1999', 'NASA', '李坤芳', '1', '{\"NSREC99.pdf\":\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/data.xlsx\",\"单粒子效应_1744723754023.xlsx\":\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/单粒子效应_1744723754023.xlsx\"}', 'Unknown - SRAM,4Mbit SRAM,SEI,1998-1999,NSREC99.pdf,SEE,Memory', '1'); INSERT INTO `nasa_data_record` VALUES ('4face09fb17b9fd8128d8438618b5caa', 'Crawler', '2024-11-13 09:50:50', null, '2025-04-08 11:34:37', null, 'TI', 'TL7770-5', 'TL7770-5', 'Power Supervisor', null, null, '10/29/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4face09fb17b9fd8128d8438618b5caa/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/4face09fb17b9fd8128d8438618b5caa/PPM-99-045.pdf\"}', '340,2.5-50,TL7770-5,Power Supervisor,TI,SMEX/LITE,9537,PPM-97-044,10/29/97', null); INSERT INTO `nasa_data_record` VALUES ('4fbb50834702f3e6e04067a240c966a8', 'Crawler', '2024-11-13 11:07:56', null, '2025-04-08 11:34:37', null, 'Optocoupler', 'HFE4080', 'HFE4080', 'VCSEL', null, 'Honeywell', '_1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/4fbb50834702f3e6e04067a240c966a8/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4fbb50834702f3e6e04067a240c966a8/data.xlsx\"}', 'HFE4080,VCSEL,Honeywell,_1999,nsrec00_W21.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('4feb6300682f76f305ab782228f5768f', 'Crawler', '2024-11-13 09:55:35', null, '2025-04-08 11:34:37', null, 'ADI', 'AD711TQ/883B', 'AD711TQ/883B', 'Op Amp', null, null, '05/19/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/4feb6300682f76f305ab782228f5768f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/4feb6300682f76f305ab782228f5768f/PPM-99-045.pdf\"}', '143,5-20,AD711TQ/883B,Op Amp,ADI,GGS/WIND,9011A,PPM-92-160,05/19/92', null); INSERT INTO `nasa_data_record` VALUES ('5006b891874f56b77e86e8fecc7927e0', 'Crawler', '2024-11-13 12:03:00', 'xieyongzhi', '2025-05-03 18:58:55', null, '放大器', 'OP200', 'OP200', 'Operational Amplifier', null, 'Analog Devices', '1/2005; 2005; 8/2006; 5/16/2014; 2015JulHUPTI; 2015SepCDH', 'NASA', '谢永智', '1', '{\"G06AUG_OP200_TID.pdf\":\"/oss/physical/NASA/5006b891874f56b77e86e8fecc7927e0/G06AUG_OP200_TID.pdf\",\"nsrec05_W23.pdf\":\"/oss/physical/NASA/5006b891874f56b77e86e8fecc7927e0/nsrec05_W23.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/5006b891874f56b77e86e8fecc7927e0/nsrec07_W26_TID.pdf\",\"G2005_OP200_TID.pdf\":\"/oss/physical/NASA/5006b891874f56b77e86e8fecc7927e0/G2005_OP200_TID.pdf\",\"data_1745983096978.xlsx\":\"/oss/physical/NASA/5006b891874f56b77e86e8fecc7927e0/data_1745983096978.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/5006b891874f56b77e86e8fecc7927e0/nsrec06_W2.pdf\",\"G05JAN_OP200_TID.pdf\":\"/oss/physical/NASA/5006b891874f56b77e86e8fecc7927e0/G05JAN_OP200_TID.pdf\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/5006b891874f56b77e86e8fecc7927e0/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/5006b891874f56b77e86e8fecc7927e0/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', 'OP200,Operational Amplifier,Analog Devices,1/2005; 2005; 8/2006; 5/16/2014; 2015JulHUPTI; 2015SepCDH,G05JAN_OP200_TID.pdf;nsrec05_W23.pdf;nsrec06_W2.pdf;G06AUG_OP200_TID.pdf;G2005_OP200_TID.pdf;nsrec07_W26_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEDR;TID,Bipolar', '20'); INSERT INTO `nasa_data_record` VALUES ('5040d1e9fe96f2e9952dbca1fbc9e64b', 'Crawler', '2024-11-13 00:49:18', null, '2025-04-08 11:34:37', null, 'Not specified', '66193-002', '66193-002', 'Optocoupler', '1 OPTOCOUPLER', 'Micropac', '16/04/2012', 'ESA', null, null, '{\"172.pdf\":\"/oss/physical/ESA/5040d1e9fe96f2e9952dbca1fbc9e64b/172.pdf\",\"data.xlsx\":\"/oss/physical/ESA/5040d1e9fe96f2e9952dbca1fbc9e64b/data.xlsx\"}', '172,66193-002,Micropac,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,16/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('505dff400cc5af4e6e3f325e9e930b0f', 'Crawler', '2024-11-13 10:25:04', null, '2025-04-08 11:34:37', null, 'Logic Device', '54ACTQ244', '54ACTQ244', 'Quiet Series Octal Buffer/Line Driver', null, 'National Semiconductor', '8/2006', 'NASA', null, null, '{\"G06AUG_54ACTQ244_TID.pdf\":\"/oss/physical/NASA/505dff400cc5af4e6e3f325e9e930b0f/G06AUG_54ACTQ244_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/505dff400cc5af4e6e3f325e9e930b0f/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/505dff400cc5af4e6e3f325e9e930b0f/nsrec07_W26_TID.pdf\"}', '54ACTQ244,Quiet Series Octal Buffer/Line Driver,National Semiconductor,8/2006,G06AUG_54ACTQ244_TID.pdf;nsrec07_W26_TID.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('505ef30124d930dbf37ea37b89cc367c', 'Crawler', '2024-11-13 10:25:31', null, '2025-04-08 11:34:37', null, 'Analog Device', '54HC4051', '54HC4051', 'Analog MUX/DMUX', null, 'Harris', '12/21/1993', 'NASA', null, null, '{\"PPM-93-104.pdf\":\"/oss/physical/NASA/505ef30124d930dbf37ea37b89cc367c/PPM-93-104.pdf\",\"data.xlsx\":\"/oss/physical/NASA/505ef30124d930dbf37ea37b89cc367c/data.xlsx\"}', '54HC4051,Analog MUX/DMUX,Harris,12/21/1993,tid/PPM-93-104.pdf,TID,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('5078bd9e3be8a9ae5fee7c15a0b698c7', 'Crawler', '2024-11-13 09:57:10', null, '2025-04-08 11:34:37', null, 'TI', 'SMJ32OC30', 'SMJ32OC30', '32-bit DSP', null, null, '10/11/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5078bd9e3be8a9ae5fee7c15a0b698c7/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/5078bd9e3be8a9ae5fee7c15a0b698c7/PPM-99-045.pdf\"}', '78,2.5-10,SMJ32OC30,32-bit DSP,TI,ISTP/NC,9025,PPM-91-612,10/11/91', null); INSERT INTO `nasa_data_record` VALUES ('507c6ab07928b4dd193168247af71791', 'Crawler', '2024-11-13 12:47:23', 'chenwenzhuo', '2025-04-30 19:10:30', null, 'SiC', 'SiC Prototype Differential Amplifier', 'SiC Prototype Differential Amplifier', 'Operational Amplifier', null, 'NASA GRC', '7/10/2018;2018Aug', 'NASA', '陈文卓', '1', '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/507c6ab07928b4dd193168247af71791/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/507c6ab07928b4dd193168247af71791/data.xlsx\",\"NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf\":\"/oss/physical/NASA/507c6ab07928b4dd193168247af71791/NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf\",\"20190031951.pdf\":\"/oss/physical/NASA/507c6ab07928b4dd193168247af71791/20190031951.pdf\",\"TIL25_1746011429149.xlsx\":\"/oss/physical/NASA/507c6ab07928b4dd193168247af71791/TIL25_1746011429149.xlsx\"}', 'SiC Prototype Differential Amplifier,Operational Amplifier,NASA GRC,7/10/2018;2018Aug,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;https://nepp.nasa.gov/docs/tasks/070-Test-Reports/NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf;https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20190031951.pdf,SEE;SET;TID,SiC', '1'); INSERT INTO `nasa_data_record` VALUES ('509c291157d5a5668d23094845e60a5b', 'Crawler', '2024-11-13 12:24:56', 'wangjiaxing', '2025-04-30 21:25:55', null, 'Optocoupler', 'QCPL6637', 'QCPL6637', 'Optocoupler', '9611', 'HP', '9/1998', 'NRL', '王嘉兴', '1', '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/data.xlsx\",\"单粒子效应(3)_1746019552836.xlsx\":\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/单粒子效应(3)_1746019552836.xlsx\"}', 'QCPL6637,Optocoupler,HP,9/1998,nsrec00_W22.pdf,SET,Optocoupler', '1'); INSERT INTO `nasa_data_record` VALUES ('50b208c8bd2df70fa112ce5653efc478', 'Crawler', '2024-11-13 10:28:38', null, '2025-04-08 11:34:37', null, 'Optocoupler', '6N134', '6N134', 'Optocoupler', null, 'ILC', '3/15/1995', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/50b208c8bd2df70fa112ce5653efc478/data.xlsx\",\"PPM-95-137.pdf\":\"/oss/physical/NASA/50b208c8bd2df70fa112ce5653efc478/PPM-95-137.pdf\"}', '6N134,Optocoupler,ILC,3/15/1995,tid/PPM-95-137.pdf,TID,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('50c50306b77e569c37b825d552b1ac30', 'Crawler', '2024-11-13 01:21:49', null, '2025-04-08 11:34:37', null, '', 'LT1009', 'LT1009', '2.5V Bandgap Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', 'Texas Instruments, Analog Devices', '18/08/2022', 'ESA', null, null, '{\"291.pdf\":\"/oss/physical/ESA/50c50306b77e569c37b825d552b1ac30/291.pdf\",\"data.xlsx\":\"/oss/physical/ESA/50c50306b77e569c37b825d552b1ac30/data.xlsx\"}', '291,LT1009,Texas Instruments, Analog Devices,Download,TID (Total Ionising Dose),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,2.5V Bandgap Voltage Reference,Bipolar,ESA-ESTEC,18/08/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('50eab0856458c5183e367fcd004f5809', 'Crawler', '2024-11-13 09:54:54', null, '2025-04-08 11:34:37', null, 'Harris Corp.', 'CD54AC112F3A', 'CD54AC112F3A', 'J-K Flip-Flop', null, null, '12/29/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/50eab0856458c5183e367fcd004f5809/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/50eab0856458c5183e367fcd004f5809/PPM-99-045.pdf\"}', '173,5-100,CD54AC112F3A,J-K Flip-Flop,Harris Corp.,FAST/MUE,9221,PPM-92-315,12/29/92', null); INSERT INTO `nasa_data_record` VALUES ('50f9677052dfde4fce47dc0a4bf36970', 'Crawler', '2024-11-13 10:51:09', null, '2025-04-08 11:34:37', null, 'Memory', 'ASV016204', 'ASV016204', 'MRAM Memory', null, 'Avalanche Technology', '1/16/2020(NRL); 2/5/2020(TID); 1/2020(NRL); 2/5/2020(TID)', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/50f9677052dfde4fce47dc0a4bf36970/data.xlsx\",\"2020-Wilcox-TR-20-006-Avalanche-ASV016204-TID-20205000788.pdf\":\"/oss/physical/NASA/50f9677052dfde4fce47dc0a4bf36970/2020-Wilcox-TR-20-006-Avalanche-ASV016204-TID-20205000788.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/50f9677052dfde4fce47dc0a4bf36970/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\"}', 'ASV016204,MRAM Memory,Avalanche Technology,1/16/2020(NRL); 2/5/2020(TID); 1/2020(NRL); 2/5/2020(TID),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;2020-Wilcox-TR-20-006-Avalanche-ASV016204-TID-20205000788.pdf,Laser; TID,Memory', null); INSERT INTO `nasa_data_record` VALUES ('5114c4367d126093b4901c6fd9676d65', 'Crawler', '2024-11-13 10:39:15', null, '2025-04-08 11:34:37', null, 'Voltage Reference', 'AD589', 'AD589', 'Voltage Reference', null, 'Analog Devices', '7/2006', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5114c4367d126093b4901c6fd9676d65/data.xlsx\",\"G06JUL_AD589_TID.pdf\":\"/oss/physical/NASA/5114c4367d126093b4901c6fd9676d65/G06JUL_AD589_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/5114c4367d126093b4901c6fd9676d65/nsrec07_W26_TID.pdf\"}', 'AD589,Voltage Reference,Analog Devices,7/2006,G06JUL_AD589_TID.pdf;nsrec07_W26_TID.pdf,TID,Voltage Reference', null); INSERT INTO `nasa_data_record` VALUES ('514935616d8faf6d43e2ac753ef2ed00', 'Crawler', '2024-11-13 11:35:18', null, '2025-04-08 11:34:37', null, 'Logic Device', 'M54HC08YBF', 'M54HC08YBF', 'AND Gate', null, 'SGS Thomson', '6/17/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/514935616d8faf6d43e2ac753ef2ed00/data.xlsx\",\"PPM-91-407.pdf\":\"/oss/physical/NASA/514935616d8faf6d43e2ac753ef2ed00/PPM-91-407.pdf\"}', 'M54HC08YBF,AND Gate,SGS Thomson,6/17/1991,tid/PPM-91-407.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('514ab172ff2597afea10b25c630b4927', 'Crawler', '2024-11-13 10:26:22', null, '2025-04-08 11:34:37', null, 'Programmable Device', '5962-87548023A', '5962-87548023A', 'Communication Interface', null, 'Intel Corp', '12/29/1992', 'NASA', null, null, '{\"PPM-92-314.pdf\":\"/oss/physical/NASA/514ab172ff2597afea10b25c630b4927/PPM-92-314.pdf\",\"data.xlsx\":\"/oss/physical/NASA/514ab172ff2597afea10b25c630b4927/data.xlsx\"}', '5962-87548023A,Communication Interface,Intel Corp,12/29/1992,tid/PPM-92-314.pdf,TID,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('515f31644f2cf65790f4063616504d12', 'Crawler', '2024-11-13 01:01:43', null, '2025-04-08 11:34:37', null, 'ESCC 25100', 'SCT20N120', 'SCT20N120', 'Power MOSFET', '5 FET N CHANNEL', 'STmicroelectronics', '07/06/2019', 'ESA', null, null, '{\"D6-2 - TN6.02 - SEE MOSFET SCT20N120 - NEO-14-086_Report_67-2018_rev2.0.pdf\":\"/oss/physical/ESA/515f31644f2cf65790f4063616504d12/D6-2 - TN6.02 - SEE MOSFET SCT20N120 - NEO-14-086_Report_67-2018_rev2.0.pdf\",\"data.xlsx\":\"/oss/physical/ESA/515f31644f2cf65790f4063616504d12/data.xlsx\"}', '215,SCT20N120,STmicroelectronics,Download,SEE (Single Events Effects),ESCC 25100,12 TRANSISTORS,5 FET N CHANNEL,Power MOSFET,,Fraunhofer Institut,07/06/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('51623a1c4947e2755d44643c39e82826', 'Crawler', '2024-11-13 12:52:43', 'lixuyou', '2025-04-30 17:49:47', null, 'Operational Amplifier', 'TLE2142', 'TLE2142', 'Dual Operational Amplifier', 'EE56307', 'Texas Instruments', '6/7/1995', 'NASA', '李序友', '1', '{\"PPM-95-156.pdf\":\"/oss/physical/NASA/51623a1c4947e2755d44643c39e82826/PPM-95-156.pdf\",\"data.xlsx\":\"/oss/physical/NASA/51623a1c4947e2755d44643c39e82826/data.xlsx\",\"TLE2142_1746006586203.xlsx\":\"/oss/physical/NASA/51623a1c4947e2755d44643c39e82826/TLE2142_1746006586203.xlsx\"}', 'TLE2142,Dual Operational Amplifier,Texas Instruments,6/7/1995,tid/PPM-95-156.pdf,TID,Operational Amplifier', '360'); INSERT INTO `nasa_data_record` VALUES ('5169fb5f30f831a1e1c84e8b56fa7c6d', 'Crawler', '2024-11-13 12:05:52', 'luoyongheng', '2025-04-29 12:37:41', null, '数字集成电路', 'OV5633', 'OV5633', '5 megapixel Image Sensor', null, 'Omnivision', 'TAMU09SEPT', 'NASA', '罗永恒', '1', '{\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/5169fb5f30f831a1e1c84e8b56fa7c6d/nsrec2010_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5169fb5f30f831a1e1c84e8b56fa7c6d/data.xlsx\"}', 'OV5633,5 megapixel Image Sensor,Omnivision,TAMU09SEPT,nsrec2010_W8_SEE.pdf,SEE; SEL,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('516d0c5e1cd6e418152275b3203774b1', 'Crawler', '2024-11-13 12:42:39', 'chenpan', '2025-04-30 23:33:28', null, 'Microprocessors and Peripherals', 'ST80486DX2-66', 'ST80486DX2-66', 'Microprocessor', null, 'Intel', '7/31/1995', 'NASA', '陈攀', '0', '{\"no_report.pdf\":\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/data.xlsx\",\"ST80486DX2-66_SEE_1746027204517.xlsx\":\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/ST80486DX2-66_SEE_1746027204517.xlsx\"}', 'ST80486DX2-66,Microprocessor,Intel,7/31/1995,no_report.pdf,SEE,Microprocessors and Peripherals', '0'); INSERT INTO `nasa_data_record` VALUES ('517bb718087604c92b9f8105cc6c7e44', 'Crawler', '2024-11-13 10:38:30', null, '2025-04-08 11:34:37', null, 'ADC', 'AD574AT', 'AD574AT', '12 bit ADC', null, 'ADI', '1/8/1992', 'NASA', null, null, '{\"PPM-92-011.pdf\":\"/oss/physical/NASA/517bb718087604c92b9f8105cc6c7e44/PPM-92-011.pdf\",\"data.xlsx\":\"/oss/physical/NASA/517bb718087604c92b9f8105cc6c7e44/data.xlsx\"}', 'AD574AT,12 bit ADC,ADI,1/8/1992,tid/PPM-92-011.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('51831df6ec24208ed8458ebc319f322f', 'Crawler', '2024-11-13 11:46:29', null, '2025-04-08 11:34:37', null, 'Microprocessor', 'MCF5307', 'MCF5307', 'ColdFire Microprocessor', null, 'Motorolla', '4/11/2003;7/25/2003', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/51831df6ec24208ed8458ebc319f322f/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/51831df6ec24208ed8458ebc319f322f/NSREC03_W10.pdf\",\"I060602_TAMU_MCF5307.pdf\":\"/oss/physical/NASA/51831df6ec24208ed8458ebc319f322f/I060602_TAMU_MCF5307.pdf\"}', 'MCF5307,ColdFire Microprocessor,Motorolla,4/11/2003;7/25/2003,I060602_TAMU_MCF5307.pdf;NSREC03_W10.pdf,SEE,Microprocessor', null); INSERT INTO `nasa_data_record` VALUES ('51892e4d16d29853ca20f0679bd40fdc', 'Crawler', '2024-11-13 09:48:49', null, '2025-04-08 11:34:37', null, 'AD', 'AD845', 'AD845', 'CBFET Op Amp', null, null, '08/23/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/51892e4d16d29853ca20f0679bd40fdc/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/51892e4d16d29853ca20f0679bd40fdc/PPM-99-045.pdf\"}', '412,2.5-50,AD845,CBFET Op Amp,AD,HST/COS,9846,PPM-99-026,08/23/99', null); INSERT INTO `nasa_data_record` VALUES ('518a45bb944efd97a5d522f51c159f50', 'Crawler', '2024-11-13 10:24:09', null, '2025-04-08 11:34:37', null, 'Flip Flop', '54AC74DMQB', '54AC74DMQB', 'D Flip Flop', null, 'National Semiconductor', '12/13/1991', 'NASA', null, null, '{\"PPM-91-746.pdf\":\"/oss/physical/NASA/518a45bb944efd97a5d522f51c159f50/PPM-91-746.pdf\",\"data.xlsx\":\"/oss/physical/NASA/518a45bb944efd97a5d522f51c159f50/data.xlsx\"}', '54AC74DMQB,D Flip Flop,National Semiconductor,12/13/1991,tid/PPM-91-746.pdf,TID,Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('5199b5dddd0e6f5ae611d096eb75b174', 'Crawler', '2024-11-13 10:42:19', null, '2025-04-08 11:34:37', null, 'DAC', 'AD7564', 'AD7564', 'DAC', null, 'Analog Devices', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/5199b5dddd0e6f5ae611d096eb75b174/nsrec01_W15.pdf\",\"B092700a.pdf\":\"/oss/physical/NASA/5199b5dddd0e6f5ae611d096eb75b174/B092700a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5199b5dddd0e6f5ae611d096eb75b174/data.xlsx\",\"B111600b.pdf\":\"/oss/physical/NASA/5199b5dddd0e6f5ae611d096eb75b174/B111600b.pdf\"}', 'AD7564,DAC,Analog Devices,7/19/2001,B111600b.pdf;B092700a.pdf;nsrec01_W15.pdf,SEL,DAC', null); INSERT INTO `nasa_data_record` VALUES ('519fb84d03dea699dd646a7b04d4f9e5', 'Crawler', '2024-11-13 10:59:54', null, '2025-04-08 11:34:37', null, 'EEPROM', 'DM28C256-300/B', 'DM28C256-300/B', 'EEPROM', null, 'SEEQ', '9/27/1991', 'NASA', null, null, '{\"PPM-91-610.pdf\":\"/oss/physical/NASA/519fb84d03dea699dd646a7b04d4f9e5/PPM-91-610.pdf\",\"data.xlsx\":\"/oss/physical/NASA/519fb84d03dea699dd646a7b04d4f9e5/data.xlsx\"}', 'DM28C256-300/B,EEPROM,SEEQ,9/27/1991,tid/PPM-91-610.pdf,TID,EEPROM', null); INSERT INTO `nasa_data_record` VALUES ('51a5e9b1c05a115a5813b9d5cd9f46b5', 'Crawler', '2024-11-13 10:55:33', null, '2025-04-08 11:34:37', null, 'GaN HEMT', 'CGHV59350F', 'CGHV59350F', 'JFET', null, 'CREE', '2017Jun;10/2/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/51a5e9b1c05a115a5813b9d5cd9f46b5/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/51a5e9b1c05a115a5813b9d5cd9f46b5/data.xlsx\"}', 'CGHV59350F,JFET,CREE,2017Jun;10/2/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,GaN HEMT', null); INSERT INTO `nasa_data_record` VALUES ('51a7c1f50daedd6ad48adb7eb025ad96', 'Crawler', '2024-11-13 09:50:48', null, '2025-04-08 11:34:37', null, 'CAL-Logic', 'SD500A', 'SD500A', 'DMOS', null, null, '10/17/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/51a7c1f50daedd6ad48adb7eb025ad96/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/51a7c1f50daedd6ad48adb7eb025ad96/PPM-99-045.pdf\"}', '341,2.5-50,SD500A,DMOS,CAL-Logic,EOS,93-2629W#1,PPM-97-045,10/17/97', null); INSERT INTO `nasa_data_record` VALUES ('51bb3f762da4814ee10d7bbc0e815e76', 'Crawler', '2024-11-13 11:09:50', null, '2025-04-08 11:34:37', null, 'RAM (Random Access Memory)', 'HM68512', 'HM68512', '4 Mbit SRAM', null, 'Hitachi', '3/30/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/51bb3f762da4814ee10d7bbc0e815e76/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/51bb3f762da4814ee10d7bbc0e815e76/data.xlsx\"}', 'HM68512,4 Mbit SRAM,Hitachi,3/30/1993;7/18/1994,nsrec94a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('51cc6b1f869b273c8f545253b56ab7b1', 'Crawler', '2024-11-13 12:56:21', 'yangsini', '2025-04-30 19:43:01', null, '模拟集成电路', 'Test Parts - Shift Register', 'MOSIS T51R-AJ', '0.13�m CMOS bulk shift register', 'xx', 'IBM', '6/16/2005', 'NASA', '杨思妮', '1', '{\"data.xlsx\":\"/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/data.xlsx\",\"B061605_RHBD.pdf\":\"/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/B061605_RHBD.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/nsrec06_W4.pdf\",\"单粒子效应_1746013380243.xlsx\":\"/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/单粒子效应_1746013380243.xlsx\"}', 'Test Parts - Shift Register,0.13�m CMOS bulk shift register,IBM,6/16/2005,B061605_RHBD.pdf;nsrec06_W4.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('52452934f2ec8c2f99b8ae8a1790a4ba', 'Crawler', '2024-11-13 00:45:50', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'AD558JNZ', 'AD558JNZ', 'Voltage Ouput 8 bit Digital to Analog converter', '62 LINEAR DIGITAL TO ANALOG CONVERTER', 'Analog Devices', '23/06/2015', 'ESA', null, null, '{\"156.pdf\":\"/oss/physical/ESA/52452934f2ec8c2f99b8ae8a1790a4ba/156.pdf\",\"data.xlsx\":\"/oss/physical/ESA/52452934f2ec8c2f99b8ae8a1790a4ba/data.xlsx\"}', '156,AD558JNZ,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,62 LINEAR DIGITAL TO ANALOG CONVERTER,Voltage Ouput 8 bit Digital to Analog converter,,TRAD,23/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('525413703ac147a5276bc2e794f258e2', 'Crawler', '2024-11-13 09:55:23', null, '2025-04-08 11:34:37', null, 'Harris', 'JTX2N6786', 'JTX2N6786', 'Power MOSFET', null, null, '06/22/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/525413703ac147a5276bc2e794f258e2/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/525413703ac147a5276bc2e794f258e2/PPM-99-045.pdf\"}', '152,5-50,JTX2N6786,Power MOSFET,Harris,CDS/CS2,9202,PPM-92-191,06/22/92', null); INSERT INTO `nasa_data_record` VALUES ('52657fbed8ab38204c28558a4d5fc45e', 'Crawler', '2024-11-13 12:37:42', 'zhangchenyu', '2025-04-30 20:56:45', null, 'Bipolar', 'SG1526', 'SG1526', 'Pulse Width Modulator Controller', null, 'Linfinity/ Microsemi', '11/23/2004', 'NASA', '张晨宇', '1', '{\"data.xlsx\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/data.xlsx\",\"单粒子效应_1745992442167.xlsx\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/单粒子效应_1745992442167.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/nsrec05_W5.pdf\"}', 'SG1526,Pulse Width Modulator Controller,Linfinity/ Microsemi,11/23/2004,nsrec05_W5.pdf,SEE,Bipolar', '2'); INSERT INTO `nasa_data_record` VALUES ('528d6fac47f61b9304945553a15a44bc', 'Crawler', '2024-11-13 10:21:11', null, '2025-04-08 11:34:37', null, 'Optocoupler', '4N49 (LDC 0048)', '4N49 (LDC 0048)', 'Optocoupler', null, 'Micropac', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/528d6fac47f61b9304945553a15a44bc/nsrec01_W15.pdf\",\"D120400b.pdf\":\"/oss/physical/NASA/528d6fac47f61b9304945553a15a44bc/D120400b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/528d6fac47f61b9304945553a15a44bc/data.xlsx\"}', '4N49 (LDC 0048),Optocoupler,Micropac,7/19/2001,D120400b.pdf;nsrec01_W15.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('52a376f593c29b39af9c9dd0a0a77d46', 'Crawler', '2024-11-13 13:02:41', 'yanghongyi', '2025-04-17 11:35:18', null, '专用集成电路', 'VA32_HDR2 / TA32C', 'VA32_HDR2 / TA32C', 'Dual ASICs', null, 'Integrated Detector and Electronics AS (IDE AS)', '4/20/2011', 'NASA', '杨弘毅', '1', '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/data.xlsx\",\"T041711_T062811_VA32HDR_TA32.pdf\":\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/T041711_T062811_VA32HDR_TA32.pdf\",\"单粒子效应-9_1744860914582.xlsx\":\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/单粒子效应-9_1744860914582.xlsx\"}', 'VA32 HDR2 - TA32C,Dual ASICs,Integrated Detector & Electronics,4/17/2011,T041711_T062811_VA32HDR_TA32.pdf;nsrec2012_W22_SEE.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('52ab139576f2a485c77b33f1f1400f3c', 'Crawler', '2024-11-13 09:51:02', null, '2025-04-08 11:34:37', null, 'AD', 'AD9050', 'AD9050', 'Flash 10 bit A/D', null, null, '9/10/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/52ab139576f2a485c77b33f1f1400f3c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/52ab139576f2a485c77b33f1f1400f3c/PPM-99-045.pdf\"}', '332,2.5-100,AD9050,Flash 10 bit A/D,AD,UNIV. of Ca,9615,PPM-97-036,9/10/97', null); INSERT INTO `nasa_data_record` VALUES ('52bfdc08ab393c61ea0133990a6b3f93', 'Crawler', '2024-11-13 12:03:56', 'xuebinrui', '2025-04-29 13:21:35', null, '放大器', 'OP400AY', 'OP400AY', 'Operational Amplifier', '9614A', 'Analog Devices', '4/5/1997;10/25/1994', 'NASA', '薛彬睿', '1', '{\"data.xlsx\":\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/data.xlsx\",\"电离总剂量效应-(9)_1745904086843.xlsx\":\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/电离总剂量效应-(9)_1745904086843.xlsx\",\"PPM-97-013.pdf\":\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/PPM-97-013.pdf\"}', 'OP400AY,Operational Amplifier,Analog Devices,4/5/1997;10/25/1994,tid/PPM-97-013.pdf;tid/PPM-94037.pdf,TID,Operational Amplifier', '10'); INSERT INTO `nasa_data_record` VALUES ('52c7e4e16c7cf7290e84b4aa2ce59a8a', 'Crawler', '2024-11-13 11:46:52', null, '2025-04-08 11:34:37', null, 'DC-DC Converter', 'MDI3051RED12ZF', 'MDI3051RED12ZF', 'DC-DC Converter', null, 'Modular Devices Inc', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/52c7e4e16c7cf7290e84b4aa2ce59a8a/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52c7e4e16c7cf7290e84b4aa2ce59a8a/data.xlsx\"}', 'MDI3051RED12ZF,DC-DC Converter,Modular Devices Inc,7/19/2002,NSREC02_W16.pdf,SEE,DC-DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('52eb52ba0d9db939a5c049ce0605dda0', 'Crawler', '2024-11-13 12:35:59', 'chenpan', '2025-04-30 21:30:33', null, '晶体管', 'SCF9550', 'SCF9550', '450 V n-type power MOSFET', null, 'SEMICOA', 'TAMU10DEC', 'NASA', '孙家诚', '1', '{\"单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/data.xlsx\",\"T120510_SCF9550.pdf\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/T120510_SCF9550.pdf\"}', 'SCF9550,450 V n-type power MOSFET,SEMICOA,TAMU10DEC,T120510_SCF9550.pdf;nsrec2011_W6_SEE.pdf,SEE,VDMOS', '3'); INSERT INTO `nasa_data_record` VALUES ('5343d667c8bb1fe4ae7bb8c640cd7cb9', 'Crawler', '2024-11-13 10:18:35', null, '2025-04-08 11:34:37', null, 'Power Device', '2N6790', '2N6790', 'MOSFET', null, 'International Rectifier', '3/31/2015;4/11/2015', 'NASA', null, null, '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/5343d667c8bb1fe4ae7bb8c640cd7cb9/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5343d667c8bb1fe4ae7bb8c640cd7cb9/data.xlsx\"}', '2N6790,MOSFET,International Rectifier,3/31/2015;4/11/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEGR,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('5365db23a6089c49ebfd202306c6a480', 'Crawler', '2024-11-13 10:20:11', null, '2025-04-08 11:34:37', null, 'MOSFET Driver', '4429', '4429', 'MOSFET Driver', null, 'Midex', '1/5/1998', 'NASA', null, null, '{\"PPM-97-058.pdf\":\"/oss/physical/NASA/5365db23a6089c49ebfd202306c6a480/PPM-97-058.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5365db23a6089c49ebfd202306c6a480/data.xlsx\"}', '4429,MOSFET Driver,Midex,1/5/1998,tid/PPM-97-058.pdf,TID,MOSFET Driver', null); INSERT INTO `nasa_data_record` VALUES ('53755a17b819c6a11d056e990363a38a', 'Crawler', '2024-11-13 11:34:57', null, '2025-04-08 11:34:37', null, 'Bipolar/ MOSFET', 'M3G280515T', 'M3G280515T', 'DC-DC Converter', null, 'International Rectifier', '3/10/2012', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/53755a17b819c6a11d056e990363a38a/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/53755a17b819c6a11d056e990363a38a/nsrec2013_W8_SEE.pdf\",\"T15_Gigliuto_Observed_Diode_Failures.pdf\":\"/oss/physical/NASA/53755a17b819c6a11d056e990363a38a/T15_Gigliuto_Observed_Diode_Failures.pdf\"}', 'M3G280515T,DC-DC Converter,International Rectifier,3/10/2012,http://nepp.nasa.gov/workshops/etw2012/talks/Tuesday/T15_Gigliuto_Observed_Diode_Failures.pdf;nsrec2013_W8_SEE.pdf,SEE,Bipolar/ MOSFET', null); INSERT INTO `nasa_data_record` VALUES ('5380454f7d6c8470dfe5853a93dafc35', 'Crawler', '2024-11-13 10:32:06', null, '2025-04-08 11:34:37', null, 'Data Transmission', '88C30', '88C30', 'Receiver', null, 'National Semiconductor', '1/6/1994;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/5380454f7d6c8470dfe5853a93dafc35/nsrec94a.pdf\",\"b010694.pdf\":\"/oss/physical/NASA/5380454f7d6c8470dfe5853a93dafc35/b010694.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5380454f7d6c8470dfe5853a93dafc35/data.xlsx\"}', '88C30,Receiver,National Semiconductor,1/6/1994;7/18/1994,b010694.pdf;nsrec94a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('539fbad7b8e1deb93e2fb199441a8887', 'Crawler', '2024-11-13 09:50:31', null, '2025-04-08 11:34:37', null, 'AD', 'AD652', 'AD652', 'Freq. Converter', null, null, '01/05/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/539fbad7b8e1deb93e2fb199441a8887/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/539fbad7b8e1deb93e2fb199441a8887/PPM-99-045.pdf\"}', '353,5-100,AD652,Freq. Converter,AD,MAP/INST,9434A,PPM-97-057,01/05/98', null); INSERT INTO `nasa_data_record` VALUES ('53a0625e99a3c16a4948164932daf8aa', 'Crawler', '2024-11-13 09:53:35', null, '2025-04-08 11:34:37', null, 'National', 'F100324', 'F100324', 'Translator, Hex TTL to ECL', null, null, '11/08/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/53a0625e99a3c16a4948164932daf8aa/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/53a0625e99a3c16a4948164932daf8aa/PPM-99-045.pdf\"}', '231,5-100,F100324,Translator, Hex TTL to ECL,National,EOS/AM,9413A,PPM-94-040,11/08/94', null); INSERT INTO `nasa_data_record` VALUES ('53a9d6fecb2cba1a6327aebc7159ed41', 'Crawler', '2024-11-13 11:35:28', null, '2025-04-08 11:34:37', null, 'CMOS', 'M65656', 'M65656', '32K x 8 SRAM', null, 'Matra', '6/22/2004', 'NASA', null, null, '{\"nsrec04_MSU.pdf\":\"/oss/physical/NASA/53a9d6fecb2cba1a6327aebc7159ed41/nsrec04_MSU.pdf\",\"data.xlsx\":\"/oss/physical/NASA/53a9d6fecb2cba1a6327aebc7159ed41/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/53a9d6fecb2cba1a6327aebc7159ed41/nsrec04_SEE.pdf\"}', 'M65656,32K x 8 SRAM,Matra,6/22/2004,nsrec04_MSU.pdf;nsrec04_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('53adb388ce62800348213ace06bb80ac', 'Crawler', '2024-11-13 09:52:27', null, '2025-04-08 11:34:37', null, 'Harris', 'HA7-5127', 'HA7-5127', 'Op Amp', null, null, '08/11/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/53adb388ce62800348213ace06bb80ac/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/53adb388ce62800348213ace06bb80ac/PPM-99-045.pdf\"}', '278,1-10,HA7-5127,Op Amp,Harris,HST,9327,PPM-95-171,08/11/95', null); INSERT INTO `nasa_data_record` VALUES ('53c640d6868f33bde4e5f405e207f830', 'Crawler', '2024-11-13 12:34:14', 'sunjiacheng', '2025-04-30 17:37:26', null, 'Programmable Device', 'SA28C256ARP', 'SA28C256ARP', '256 kbit EEPROM', null, 'SEEQ/SEI', '1/24/1995;7/17/1995;7/15/1996', 'NASA', '孙家诚', '8', '{\"random6a.pdf\":\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/random6a.pdf\",\"b012495.pdf\":\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/b012495.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/data.xlsx\",\"单粒子效应_1746005844415.xlsx\":\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/单粒子效应_1746005844415.xlsx\"}', 'SA28C256ARP,256 kbit EEPROM,SEEQ/SEI,1/24/1995;7/17/1995;7/15/1996,b012495.pdf;ieee95a.pdf;random6a.pdf,SEE,Programmable Device', '16'); INSERT INTO `nasa_data_record` VALUES ('53c9700cc488e4589bd2b4943ba70c2e', 'Crawler', '2024-11-13 00:52:08', null, '2025-04-08 11:34:37', null, 'ESCC 22900', 'IDW10G120C5B', 'IDW10G120C5B', 'Schottky Diode', '99 MISCELLANEOUS', 'Infineon', '11/12/2018', 'ESA', null, null, '{\"D5-10 - TN5.10 - TID Schottky C4D40120D - NEO-14-086_Report_23-2017_rev1.pdf\":\"/oss/physical/ESA/53c9700cc488e4589bd2b4943ba70c2e/D5-10 - TN5.10 - TID Schottky C4D40120D - NEO-14-086_Report_23-2017_rev1.pdf\",\"data.xlsx\":\"/oss/physical/ESA/53c9700cc488e4589bd2b4943ba70c2e/data.xlsx\"}', '182,IDW10G120C5B,Infineon,Download,TID (Total Ionising Dose),ESCC 22900,4 DIODES,99 MISCELLANEOUS,Schottky Diode,,Fraunhofer Institut,11/12/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('5443104e52b098a6aefd218f6a7adf11', 'Crawler', '2024-11-13 09:57:01', null, '2025-04-08 11:34:37', null, 'Interfet Corp', 'DPAD1-3', 'DPAD1-3', 'pA Dual Diodes', null, null, '10/28/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5443104e52b098a6aefd218f6a7adf11/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/5443104e52b098a6aefd218f6a7adf11/PPM-99-045.pdf\"}', '83,10-300,DPAD1-3,pA Dual Diodes,Interfet Corp,ISTP/NC,9126,PPM-91-655,10/28/91', null); INSERT INTO `nasa_data_record` VALUES ('546b053ecd2fb5b240df7d7625f6773d', 'Crawler', '2024-11-13 11:20:57', null, '2025-04-08 11:34:37', null, 'RAM (Random Access Memory)', 'KM48CV8100AS-6', 'KM48CV8100AS-6', '4Mx8 DRAM', null, 'Samsung', '6/5/1997', 'NASA', null, null, '{\"PPM-97-017.pdf\":\"/oss/physical/NASA/546b053ecd2fb5b240df7d7625f6773d/PPM-97-017.pdf\",\"data.xlsx\":\"/oss/physical/NASA/546b053ecd2fb5b240df7d7625f6773d/data.xlsx\"}', 'KM48CV8100AS-6,4Mx8 DRAM,Samsung,6/5/1997,tid/PPM-97-017.pdf,TID,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('549fa34826599bd2d3947b6f993fd0b8', 'Crawler', '2024-11-13 11:06:51', null, '2025-04-08 11:34:37', null, 'Optocoupler', 'HCPL5430', 'HCPL5430', 'Optocoupler', null, 'HP', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/549fa34826599bd2d3947b6f993fd0b8/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/549fa34826599bd2d3947b6f993fd0b8/data.xlsx\"}', 'HCPL5430,Optocoupler,HP,5/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('54e2723520fb489731fd3666b5143dbb', 'Crawler', '2024-11-13 10:32:34', null, '2025-04-08 11:34:37', null, 'Si device', '95-9953U', '95-9953U', 'Schottky Diode', null, 'International Rectifier/Vishay', '6/1/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/54e2723520fb489731fd3666b5143dbb/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/54e2723520fb489731fd3666b5143dbb/data.xlsx\"}', '95-9953U,Schottky Diode,International Rectifier/Vishay,6/1/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEE,Si device', null); INSERT INTO `nasa_data_record` VALUES ('54e7065fb30d055a53da46baf0c334c8', 'Crawler', '2024-11-13 12:27:14', 'liujunling', '2025-04-30 22:09:26', null, '模拟集成电路', 'RH1013MJ8', 'RH1013MJ8', 'Operational Amplifier', '0305A/0337A', 'Linear Technology', '7/2011; 2014; 2015', 'NASA', '刘俊灵·', '1', '{\"data.xlsx\":\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/nsrec2011_W5_TID.pdf\",\"电离总剂量效应_1746022161719.xlsx\":\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/电离总剂量效应_1746022161719.xlsx\"}', 'RH1013MJ8,Operational Amplifier,Linear Technology,7/2011; 2014; 2015,nsrec2011_W5_TID.pdf,TID,Bipolar', '25'); INSERT INTO `nasa_data_record` VALUES ('54f9a5949ea37f6c3b0e93fc50d0a8a3', 'Crawler', '2024-11-13 12:40:49', 'luozikang', '2025-04-29 18:30:53', null, 'CMOS', 'SN74LVCC3245', 'SN74LVCC3245', 'Octal Bus Transceiver', null, 'Texas Instruments', '3/28/2003;6/22/2004', 'NASA', '罗梓康', '1', '{\"data.xlsx\":\"/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/nsrec04_SEE.pdf\",\"T032803_SN74LVCC3245.pdf\":\"/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/T032803_SN74LVCC3245.pdf\",\"单粒子效应_1745922651805.xlsx\":\"/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/单粒子效应_1745922651805.xlsx\"}', 'SN74LVCC3245,Octal Bus Transceiver,Texas Instruments,3/28/2003;6/22/2004,T032803_SN74LVCC3245.pdf;nsrec04_SEE.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('5508012a21dde8b2a76289771a910643', 'Crawler', '2024-11-13 11:54:04', 'mayinjie', '2025-04-30 18:05:19', null, '16nm CMOS', 'MT29F128G08CBECBH6', 'MT29F128G08CBECBH6', 'Flash Memory', null, 'Micron', '2015Aug;2015Dec', 'NASA', '马崟洁', '1', '{\"data.xlsx\":\"/oss/physical/NASA/5508012a21dde8b2a76289771a910643/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/5508012a21dde8b2a76289771a910643/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"NEPP-CP-2017-Chen-TNS-Paper-TN41048.pdf\":\"/oss/physical/NASA/5508012a21dde8b2a76289771a910643/NEPP-CP-2017-Chen-TNS-Paper-TN41048.pdf\",\"单粒子效应.xlsx_1746007517783.xlsx\":\"/oss/physical/NASA/5508012a21dde8b2a76289771a910643/单粒子效应.xlsx_1746007517783.xlsx\"}', 'MT29F128G08CBECBH6,Flash Memory,Micron,2015Aug;2015Dec,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;https://nepp.nasa.gov/files/28732/NEPP-CP-2017-Chen-TNS-Paper-TN41048.pdf,SEE;SEL;SEU;SEFI,16nm CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('552926c79c4524d8b2390b6ebbbea907', 'Crawler', '2024-11-13 09:57:19', null, '2025-04-08 11:34:37', null, 'Micro Networks', 'MN91204', 'MN91204', '12 Bit DAC', null, null, '09/10/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/552926c79c4524d8b2390b6ebbbea907/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/552926c79c4524d8b2390b6ebbbea907/PPM-99-045.pdf\"}', '72,5-300,MN91204,12 Bit DAC,Micro Networks,SMEX/CB,9038,PPM-91-522,09/10/91', null); INSERT INTO `nasa_data_record` VALUES ('553085fe83ec605f1fdd889e42872c11', 'Crawler', '2024-11-13 10:25:29', null, '2025-04-08 11:34:37', null, 'Logic', '54HC165', '54HC165', 'Shift Register', null, 'Motorola', '12/29/1993', 'NASA', null, null, '{\"PPM-93-107.pdf\":\"/oss/physical/NASA/553085fe83ec605f1fdd889e42872c11/PPM-93-107.pdf\",\"data.xlsx\":\"/oss/physical/NASA/553085fe83ec605f1fdd889e42872c11/data.xlsx\"}', '54HC165,Shift Register,Motorola,12/29/1993,tid/PPM-93-107.pdf,TID,Logic', null); INSERT INTO `nasa_data_record` VALUES ('5531fd87ee4caaeadc9915a07a19aa0f', 'Crawler', '2024-11-13 11:25:54', null, '2025-04-08 11:34:37', null, 'Comparator', 'LM139', 'LM139', 'Voltage Comparator', null, 'PMI', '4/25/1994', 'NASA', null, null, '{\"PPM-94-010.pdf\":\"/oss/physical/NASA/5531fd87ee4caaeadc9915a07a19aa0f/PPM-94-010.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5531fd87ee4caaeadc9915a07a19aa0f/data.xlsx\"}', 'LM139,Voltage Comparator,PMI,4/25/1994,tid/PPM-94-010.pdf,TID,Comparator', null); INSERT INTO `nasa_data_record` VALUES ('553b38d03a484b645cacaad977bf6b3c', 'Crawler', '2024-11-13 09:53:16', null, '2025-04-08 11:34:37', null, 'Interpoint', 'MFL2805S', 'MFL2805S', 'DC/DC Converter', null, null, '02/08/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/553b38d03a484b645cacaad977bf6b3c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/553b38d03a484b645cacaad977bf6b3c/PPM-99-045.pdf\"}', '245,2.5-50,MFL2805S,DC/DC Converter,Interpoint,HST/PCP,9442,PPM-95-126,02/08/95', null); INSERT INTO `nasa_data_record` VALUES ('5579da23d9e6acc993f950512a4d7f76', 'Crawler', '2024-11-13 11:02:27', null, '2025-04-08 11:34:37', null, 'FPGA', 'Eclipse FPGA', 'Eclipse FPGA', '0.25µm CMOS shift register', null, 'Aeroflex', '2/22/2005', 'NASA', null, null, '{\"T022205_Aeroflex_Eclipse_V2.pdf\":\"/oss/physical/NASA/5579da23d9e6acc993f950512a4d7f76/T022205_Aeroflex_Eclipse_V2.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/5579da23d9e6acc993f950512a4d7f76/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5579da23d9e6acc993f950512a4d7f76/data.xlsx\",\"T022205_Aeroflex_Eclipse.pdf\":\"/oss/physical/NASA/5579da23d9e6acc993f950512a4d7f76/T022205_Aeroflex_Eclipse.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/5579da23d9e6acc993f950512a4d7f76/nsrec06_W4.pdf\"}', 'Eclipse FPGA,0.25µm CMOS shift register,Aeroflex,2/22/2005,T022205_Aeroflex_Eclipse.pdf;nsrec06_W4.pdf;T022205_Aeroflex_Eclipse_V2.pdf;nsrec08_W3_SEE.pdf,SEE,FPGA', null); INSERT INTO `nasa_data_record` VALUES ('557e3d183cc636fee20228906c807d74', 'Crawler', '2024-11-13 10:26:13', null, '2025-04-08 11:34:37', null, 'Fiber Optics', '5631', '5631', 'Optocoupler', null, 'HP', '3/19/1997', 'NASA', null, null, '{\"d031997.pdf\":\"/oss/physical/NASA/557e3d183cc636fee20228906c807d74/d031997.pdf\",\"data.xlsx\":\"/oss/physical/NASA/557e3d183cc636fee20228906c807d74/data.xlsx\"}', '5631,Optocoupler,HP,3/19/1997,d031997.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('55878ff2562a560cea83b9831831c099', 'Crawler', '2024-11-13 12:37:17', 'zhangchenyu', '2025-04-30 20:52:46', null, 'Bipolar', 'SFT2907A', 'SFT2907A', 'Transistor', null, 'Solid State Devices, Inc.', '7/31/2013', 'NASA', '张晨宇', '1', '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"单粒子效应_1745997598414.xlsx\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/单粒子效应_1745997598414.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/data.xlsx\"}', 'SFT2907A,Transistor,Solid State Devices, Inc.,7/31/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('55969f1b1535b9a5dc7000cd97d39480', 'Crawler', '2024-11-13 12:39:56', 'changyuhai', '2025-05-03 20:40:55', null, 'Hybrid', 'SMSA2815', 'SMSA2815', 'DC-DC Converter', '未提及', 'Interpoint', 'TAMU07NOV', 'NASA', '常余海', '55', '{\"T111307_SMSA2815.pdf\":\"/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/T111307_SMSA2815.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/data.xlsx\",\"单粒子效应_1746275641440.xlsx\":\"/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/单粒子效应_1746275641440.xlsx\"}', 'SMSA2815,DC-DC Converter,Interpoint,TAMU07NOV,T111307_SMSA2815.pdf;nsrec08_W3_SEE.pdf,SEE;SEL;SET,Hybrid', '55'); INSERT INTO `nasa_data_record` VALUES ('5596c4454e30c9ad705bd4074f297b94', 'Crawler', '2024-11-13 10:54:59', null, '2025-04-08 11:34:37', null, 'Charge coupled Device detector', 'CCD486', 'CCD486', 'ACS 4k x 4k WFC CCD Detector', null, 'British Aerospace', '3/9/2001;7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/5596c4454e30c9ad705bd4074f297b94/NSREC02_W16.pdf\",\"D030901_CCD486.pdf\":\"/oss/physical/NASA/5596c4454e30c9ad705bd4074f297b94/D030901_CCD486.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5596c4454e30c9ad705bd4074f297b94/data.xlsx\"}', 'CCD486,ACS 4k x 4k WFC CCD Detector,British Aerospace,3/9/2001;7/19/2002,D030901_CCD486.pdf;NSREC02_W16.pdf,DD,Charge coupled Device detector', null); INSERT INTO `nasa_data_record` VALUES ('559c9edf7b34cc1d5fc247d79cc318d9', 'Crawler', '2024-11-13 11:18:02', null, '2025-04-08 11:34:37', null, 'Power Device', 'JTXV2N6788', 'JTXV2N6788', 'Power MOSFET', null, 'Siliconix', '3/10/1992', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/559c9edf7b34cc1d5fc247d79cc318d9/data.xlsx\",\"PPM-92-103.pdf\":\"/oss/physical/NASA/559c9edf7b34cc1d5fc247d79cc318d9/PPM-92-103.pdf\"}', 'JTXV2N6788,Power MOSFET,Siliconix,3/10/1992,tid/PPM-92-103.pdf,TID,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('560548cb8c1c29f79df0db70641251d6', 'Crawler', '2024-11-13 11:36:23', null, '2025-04-08 11:34:37', null, 'CMOS', 'MAX1951', 'MAX1951', 'DC/DC Regulator', null, 'Maxim', '6/17/2003;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/560548cb8c1c29f79df0db70641251d6/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/560548cb8c1c29f79df0db70641251d6/nsrec04_SEE.pdf\",\"T061703_GLAST.pdf\":\"/oss/physical/NASA/560548cb8c1c29f79df0db70641251d6/T061703_GLAST.pdf\"}', 'MAX1951,DC/DC Regulator,Maxim,6/17/2003;6/22/2004,T061703_GLAST.pdf;nsrec04_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('560826025f112a253cc7504ed80595e2', 'Crawler', '2024-11-13 11:28:31', null, '2025-04-08 11:34:37', null, 'Operational Amplifier', 'LMC6484', 'LMC6484', 'CMOS Operational Amplifier', null, 'National Semiconductor', '1/23/2000;1999;6/17/2002;7/25/2003', 'NASA', null, null, '{\"B061702_LMC6484.pdf\":\"/oss/physical/NASA/560826025f112a253cc7504ed80595e2/B061702_LMC6484.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/560826025f112a253cc7504ed80595e2/nsrec00_W21.pdf\",\"PPM-99-041.pdf\":\"/oss/physical/NASA/560826025f112a253cc7504ed80595e2/PPM-99-041.pdf\",\"data.xlsx\":\"/oss/physical/NASA/560826025f112a253cc7504ed80595e2/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/560826025f112a253cc7504ed80595e2/NSREC03_W10.pdf\"}', 'LMC6484,CMOS Operational Amplifier,National Semiconductor,1/23/2000;1999;6/17/2002;7/25/2003,tid/PPM-99-041.pdf;nsrec00_W21.pdf;B061702_LMC6484.pdf;NSREC03_W10.pdf,TID;SEE,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('5617742799513609199b5be590eeaaf3', 'Crawler', '2024-11-13 12:43:56', 'chenpan', '2025-04-30 23:00:55', null, 'Si', 'STPS4045C', 'STPS4045C', 'Diode', null, 'STMicroelectronics', '6/30/2014', 'NASA', '陈攀', '1', '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/5617742799513609199b5be590eeaaf3/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5617742799513609199b5be590eeaaf3/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/5617742799513609199b5be590eeaaf3/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/5617742799513609199b5be590eeaaf3/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\",\"STPS4045C_SEE_1746025251090.xlsx\":\"/oss/physical/NASA/5617742799513609199b5be590eeaaf3/STPS4045C_SEE_1746025251090.xlsx\"}', 'STPS4045C,Diode,STMicroelectronics,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '4'); INSERT INTO `nasa_data_record` VALUES ('561e5b9f2155eb714376ee7a88066529', 'Crawler', '2024-11-13 10:23:53', null, '2025-04-08 11:34:37', null, 'Flip Flop', '54AC374', '54AC374', 'Octal D-type Flip Flop', null, 'National Semiconductor', '9/16/1994', 'NASA', null, null, '{\"PPM-94-027.pdf\":\"/oss/physical/NASA/561e5b9f2155eb714376ee7a88066529/PPM-94-027.pdf\",\"data.xlsx\":\"/oss/physical/NASA/561e5b9f2155eb714376ee7a88066529/data.xlsx\"}', '54AC374,Octal D-type Flip Flop,National Semiconductor,9/16/1994,tid/PPM-94-027.pdf,TID,Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('562d697a14161b13e0d8369a05770a04', 'Crawler', '2024-11-13 09:55:00', null, '2025-04-08 11:34:37', null, 'Raytheon', 'LM747', 'LM747', 'Dual Op Amp', null, null, '12/17/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/562d697a14161b13e0d8369a05770a04/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/562d697a14161b13e0d8369a05770a04/PPM-99-045.pdf\"}', '169,5-60,LM747,Dual Op Amp,Raytheon,FAST/HCI,9224,PPM-92-307,12/17/92', null); INSERT INTO `nasa_data_record` VALUES ('563f8ed72506ba57329ef2efcfe2bc79', 'Crawler', '2024-11-13 01:10:33', null, '2025-04-08 11:34:38', null, 'ESCC 22900', 'OLH249,66099,4N49', 'OLH249,66099,4N49', 'Photo-Transistor Optocoupler', '1 OPTOCOUPLER', '4N49/Isolink, OLH249/Isolink, 66099/Micropac', '25/11/2009', 'ESA', null, null, '{\"233.pdf\":\"/oss/physical/ESA/563f8ed72506ba57329ef2efcfe2bc79/233.pdf\",\"data.xlsx\":\"/oss/physical/ESA/563f8ed72506ba57329ef2efcfe2bc79/data.xlsx\"}', '233,OLH249,66099,4N49,4N49/Isolink, OLH249/Isolink, 66099/Micropac,Download,TID (Total Ionising Dose),ESCC 22900,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Photo-Transistor Optocoupler,,EADS Astrium,25/11/2009,False', null); INSERT INTO `nasa_data_record` VALUES ('566a5b170f0ea6eb33ffc042beb1e6dc', 'Crawler', '2024-11-13 09:54:34', null, '2025-04-08 11:34:38', null, 'SEEQ', 'CJ28C256', 'CJ28C256', '32Kx8 EEPROM', null, null, '04/23/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/566a5b170f0ea6eb33ffc042beb1e6dc/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/566a5b170f0ea6eb33ffc042beb1e6dc/PPM-99-045.pdf\"}', '188,2.5-15,CJ28C256,32Kx8 EEPROM,SEEQ,BCMS(GCMS),9136,PPM-93-052,04/23/93', null); INSERT INTO `nasa_data_record` VALUES ('568589ed953483032918d5b2fe83af86', 'Crawler', '2024-11-13 10:57:03', null, '2025-04-08 11:34:38', null, 'SiC Gen 2 VDMOS', 'CPM2-1200-0025B', 'CPM2-1200-0025B', 'MOSFET', null, 'CREE / Wolfspeed', '12/18/2015;2016Apr', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/568589ed953483032918d5b2fe83af86/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/568589ed953483032918d5b2fe83af86/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/568589ed953483032918d5b2fe83af86/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"}', 'CPM2-1200-0025B,MOSFET,CREE / Wolfspeed,12/18/2015;2016Apr,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE,SiC Gen 2 VDMOS', null); INSERT INTO `nasa_data_record` VALUES ('56bd5bcaa77cb0a513e89e0687a4dea7', 'Crawler', '2024-11-13 09:59:14', null, '2025-04-08 11:34:38', null, 'Sipex', 'HS5212B', 'HS5212B', '12 bit ADC', null, null, '01/23/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/56bd5bcaa77cb0a513e89e0687a4dea7/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/56bd5bcaa77cb0a513e89e0687a4dea7/PPM-99-045.pdf\"}', '5,5-300,HS5212B,12 bit ADC,Sipex,SMEX/CB,8929,PPM-91-048,01/23/91', null); INSERT INTO `nasa_data_record` VALUES ('56d59f2ae0d9d421faa647a82356d4d8', 'Crawler', '2024-11-13 00:39:58', null, '2025-04-08 11:34:38', null, 'Not specified', 'R1RW0416DDSB', 'R1RW0416DDSB', '4M High Speed SRAM', '20 MEMORY SRAM', 'Renesas', '10/09/2015', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/56d59f2ae0d9d421faa647a82356d4d8/data.xlsx\",\"127.pdf\":\"/oss/physical/ESA/56d59f2ae0d9d421faa647a82356d4d8/127.pdf\"}', '127,R1RW0416DDSB,Renesas,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,20 MEMORY SRAM,4M High Speed SRAM,,TRAD,10/09/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('56f5f0e218b7356738109ad0edcb1ae1', 'Crawler', '2024-11-13 12:37:30', 'zhangchenyu', '2025-04-30 20:54:45', null, 'Pulse Width Modulator', 'SG1524', 'SG1524', 'Pulse Width Modulator', null, 'Linear Technology', '_2005', 'NASA', '张晨宇', '1', '{\"电离总剂量效应_1745994536438.xlsx\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/电离总剂量效应_1745994536438.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/data.xlsx\",\"G2005_SG1524_TID.pdf\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/G2005_SG1524_TID.pdf\"}', 'SG1524,Pulse Width Modulator,Linear Technology,_2005,G2005_SG1524_TID.pdf;nsrec06_W2.pdf,TID,Pulse Width Modulator', '4'); INSERT INTO `nasa_data_record` VALUES ('56f6513ad3d5201cf85d66bad8b328ce', 'Crawler', '2024-11-13 11:32:17', null, '2025-04-08 11:34:38', null, 'CMOS', 'LTC1877', 'LTC1877', 'Switching Regulator', null, 'Linear Technology', '6/28/2011', 'NASA', null, null, '{\"T062811_LTC1877.pdf\":\"/oss/physical/NASA/56f6513ad3d5201cf85d66bad8b328ce/T062811_LTC1877.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/56f6513ad3d5201cf85d66bad8b328ce/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/56f6513ad3d5201cf85d66bad8b328ce/data.xlsx\",\"2012-Pellish-Final-Test-Report-REF2012APR-A432-LTC1877-TID-TN37244.pdf\":\"/oss/physical/NASA/56f6513ad3d5201cf85d66bad8b328ce/2012-Pellish-Final-Test-Report-REF2012APR-A432-LTC1877-TID-TN37244.pdf\"}', 'LTC1877,Switching Regulator,Linear Technology,6/28/2011,T062811_LTC1877.pdf;nsrec2012_W22_SEE.pdf;https://nepp.nasa.gov/files/27097/2012-Pellish-Final-Test-Report-REF2012APR-A432-LTC1877-TID-TN37244.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('57210220c9592a56f761800534967915', 'Crawler', '2024-11-13 09:56:14', null, '2025-04-08 11:34:38', null, 'SSDI', '2N5097', '2N5097', 'NPN Transistor', null, null, '01/23/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/57210220c9592a56f761800534967915/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/57210220c9592a56f761800534967915/PPM-99-045.pdf\"}', '115,10-100,2N5097,NPN Transistor,SSDI,ISTP/EPACT,8902,PPM-92-037,01/23/92', null); INSERT INTO `nasa_data_record` VALUES ('5721b12ad7de3eaa59c8fafff8777c59', 'Crawler', '2024-11-13 11:21:37', null, '2025-04-08 11:34:38', null, 'Operational Amplifier', 'LF155A', 'LF155A', 'JFET Input Operational Amplifier', null, 'Linear Technology', '11/19/1999;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/5721b12ad7de3eaa59c8fafff8777c59/nsrec00_W21.pdf\",\"PPM-99-035.pdf\":\"/oss/physical/NASA/5721b12ad7de3eaa59c8fafff8777c59/PPM-99-035.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5721b12ad7de3eaa59c8fafff8777c59/data.xlsx\"}', 'LF155A,JFET Input Operational Amplifier,Linear Technology,11/19/1999;1999,tid/PPM-99-035.pdf;nsrec00_W21.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('573fcb457712bf19908497bff6d622b5', 'Crawler', '2024-11-13 09:57:34', null, '2025-04-08 11:34:38', null, 'ADI', 'AD549SH/883', 'AD549SH/883', 'OP AMP', null, null, '07/09/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/573fcb457712bf19908497bff6d622b5/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/573fcb457712bf19908497bff6d622b5/PPM-99-045.pdf\"}', '62,5-300,AD549SH/883,OP AMP,ADI,ISTP/NC,9107A,PPM-91-455,07/09/91', null); INSERT INTO `nasa_data_record` VALUES ('57a23eb4e8347d32f03fc38b29b042a5', 'Crawler', '2024-11-13 13:02:14', 'likunfang', '2025-04-15 22:48:24', null, 'Processor', '65nm CMOS/ Processor', '08/KL/MaC', 'Complex 65nm Processor', 'N/A', 'Manufacturer unavailable', '2010', 'NASA', '李坤芳', '1', '{\"电离总剂量效应_1744718069133.xlsx\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/电离总剂量效应_1744718069133.xlsx\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/data.xlsx\"}', 'Unknown 65nm Processor,Complex 65nm Processor,Manufacturer unavailable,VdG2009,nsrec2010_W22_TID.pdf,TID,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('57b63bfd700011d65f51458c0b5a0a9c', 'Crawler', '2024-11-13 09:54:23', null, '2025-04-08 11:34:38', null, 'Hytek', '8002300', '8002300', '5-Tap Delay Line', null, null, '09/02/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/57b63bfd700011d65f51458c0b5a0a9c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/57b63bfd700011d65f51458c0b5a0a9c/PPM-99-045.pdf\"}', '196,2.5-20,8002300,5-Tap Delay Line,Hytek,HST/COP,9305,PPM-93-078,09/02/93', null); INSERT INTO `nasa_data_record` VALUES ('57c1c69b087cfcebea7b122cd26d690e', 'Crawler', '2024-11-13 09:59:09', null, '2025-04-08 11:34:38', null, 'Harris', 'HM1-6617-883', 'HM1-6617-883', '2kx8 PROM', null, null, '02/08/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/57c1c69b087cfcebea7b122cd26d690e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/57c1c69b087cfcebea7b122cd26d690e/PPM-99-045.pdf\"}', '8,2.5-50,HM1-6617-883,2kx8 PROM,Harris,ISTP/CB,8821\r\r\n8910\r\r\n8948\r\r\n9015,PPM-91-065,02/08/91', null); INSERT INTO `nasa_data_record` VALUES ('57cff32240d325e31569a4d0e8988023', 'Crawler', '2024-11-13 11:22:44', null, '2025-04-08 11:34:38', null, 'Bipolar', 'LM117', 'LM117', 'Voltage Regulator', null, 'National Semiconductor', '1/5/1993;6/18/2003;6/22/2004;12/2005', 'NASA', null, null, '{\"PPM-92-316.pdf\":\"/oss/physical/NASA/57cff32240d325e31569a4d0e8988023/PPM-92-316.pdf\",\"G05DEC_LM117_TID.pdf\":\"/oss/physical/NASA/57cff32240d325e31569a4d0e8988023/G05DEC_LM117_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/57cff32240d325e31569a4d0e8988023/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/57cff32240d325e31569a4d0e8988023/data.xlsx\",\"T061803_LM117.pdf\":\"/oss/physical/NASA/57cff32240d325e31569a4d0e8988023/T061803_LM117.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/57cff32240d325e31569a4d0e8988023/nsrec04_SEE.pdf\"}', 'LM117,Voltage Regulator,National Semiconductor,1/5/1993;6/18/2003;6/22/2004;12/2005,tid/PPM-92-316.pdf;T061803_LM117.pdf;nsrec04_SEE.pdf;G05DEC_LM117_TID.pdf;nsrec06_W2.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('57de369ff1f317970d36bb4129190b7e', 'Crawler', '2024-11-13 10:47:35', null, '2025-04-08 11:34:38', null, 'Complementary Bipolar BiCom3', 'ADS5483', 'ADS5483', 'ADC', null, 'Texas Instrument', 'TAMU09MAY;IU09AUG', 'NASA', null, null, '{\"RADECS09_Berg.pdf\":\"/oss/physical/NASA/57de369ff1f317970d36bb4129190b7e/RADECS09_Berg.pdf\",\"data.xlsx\":\"/oss/physical/NASA/57de369ff1f317970d36bb4129190b7e/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/57de369ff1f317970d36bb4129190b7e/nsrec2010_W8_SEE.pdf\",\"T052309_IU081009_ADS5483.pdf\":\"/oss/physical/NASA/57de369ff1f317970d36bb4129190b7e/T052309_IU081009_ADS5483.pdf\"}', 'ADS5483,ADC,Texas Instrument,TAMU09MAY;IU09AUG,RADECS09_Berg.pdf;T052309_IU081009_ADS5483.pdf;nsrec2010_W8_SEE.pdf,SEE;SEL,Complementary Bipolar BiCom3', null); INSERT INTO `nasa_data_record` VALUES ('57e52b33ca9ec2b60541b8772d935fef', 'Crawler', '2024-11-13 00:37:35', null, '2025-04-08 11:34:38', null, 'ESCC 22900', 'HM5257805BTD75', 'HM5257805BTD75', '512-Mbit SDRAM', '29 MEMORY OTHERS', 'Elpida', '19/02/2010', 'ESA', null, null, '{\"111.pdf\":\"/oss/physical/ESA/57e52b33ca9ec2b60541b8772d935fef/111.pdf\",\"data.xlsx\":\"/oss/physical/ESA/57e52b33ca9ec2b60541b8772d935fef/data.xlsx\"}', '111,HM5257805BTD75,Elpida,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,29 MEMORY OTHERS,512-Mbit SDRAM,,Hirex,19/02/2010,False', null); INSERT INTO `nasa_data_record` VALUES ('57f391f436ee6a41226eb8a9d975d83b', 'Crawler', '2024-11-13 12:44:03', 'chenpan', '2025-04-30 22:56:21', null, 'Si', 'STPS40M60C', 'STPS40M60C', 'Diode', null, 'STMicroelectronics', '6/30/2014', 'NASA', '陈攀', '1', '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/57f391f436ee6a41226eb8a9d975d83b/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/57f391f436ee6a41226eb8a9d975d83b/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/57f391f436ee6a41226eb8a9d975d83b/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/57f391f436ee6a41226eb8a9d975d83b/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\",\"STPS40M60C_SEE_1746024978166.xlsx\":\"/oss/physical/NASA/57f391f436ee6a41226eb8a9d975d83b/STPS40M60C_SEE_1746024978166.xlsx\"}', 'STPS40M60C,Diode,STMicroelectronics,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '4'); INSERT INTO `nasa_data_record` VALUES ('5811aa0f82a3e62f86c9d7c1d197f432', 'Crawler', '2024-11-13 12:27:58', 'liujunling', '2025-04-30 22:04:04', null, '模拟集成电路', 'RH1078', 'RH1078', 'Operational Amplifier', '0741A; (A224)/0325A; (A224)', 'Linear Technology', '2016.11.22', 'NASA', '刘俊灵', '1', '{\"data.xlsx\":\"/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"电离总剂量效应_1746021840238.xlsx\":\"/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/电离总剂量效应_1746021840238.xlsx\"}', 'RH1078,Operational Amplifier,Linear Technology,_2014,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('581a297e669e62ee210673c888f961d9', 'Crawler', '2024-11-13 09:53:06', null, '2025-04-08 11:34:38', null, 'ILC', '6N134', '6N134', 'Optocoupler', null, null, '03/15/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/581a297e669e62ee210673c888f961d9/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/581a297e669e62ee210673c888f961d9/PPM-99-045.pdf\"}', '252,5-100,6N134,Optocoupler,ILC,CASSINI/CIRS,9426,PPM-95-137,03/15/95', null); INSERT INTO `nasa_data_record` VALUES ('581e5bb52a5229e99ae69ae96e8aa2bd', 'Crawler', '2024-11-13 11:13:23', null, '2025-04-08 11:34:38', null, 'FIFO (First In/First Out)', 'IDT7203L65DB', 'IDT7203L65DB', '2kx9 FIFO', null, 'IDT', '1/25/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/581e5bb52a5229e99ae69ae96e8aa2bd/data.xlsx\",\"PPM-91-061.pdf\":\"/oss/physical/NASA/581e5bb52a5229e99ae69ae96e8aa2bd/PPM-91-061.pdf\"}', 'IDT7203L65DB,2kx9 FIFO,IDT,1/25/1991,tid/PPM-91-061.pdf,TID,FIFO (First In/First Out)', null); INSERT INTO `nasa_data_record` VALUES ('582d1a8bd9fadf2151b7262fb55c1e81', 'Crawler', '2024-11-13 13:15:17', 'admin', '2025-04-08 11:34:38', null, '数字集成电路', 'i3-6100T Skylake 6th Gen Core™', 'i3-6100T Skylake 6th Gen Core™', 'Processor', '15-081', 'Intel', '2016MayTAMU;2016MayScripps', 'NASA', '张兴尧', '2', '{\"data.xlsx\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data.xlsx\",\"data1_1739264083094.csv\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data1_1739264083094.csv\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'i3-6100T Skylake 6th Gen Core™,Processor,Intel,2016MayTAMU;2016MayScripps,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,Proton Facility Evaluation,14nm Gen 6 CMOS and FinFET', '2'); INSERT INTO `nasa_data_record` VALUES ('58336fdad3e13e484e36f2de71a46508', 'Crawler', '2024-11-13 02:16:30', null, '2025-04-08 11:34:38', null, 'ESCC 25100', 'BD9P205EFV-CE2', 'BD9P205EFV-CE2', 'Buck Converter', '9 SWITCHING', 'Rohm Semiconductor', '21/02/2024', 'ESA', null, null, '{\"BD9P205EFV-CE2 SEE Test Report.pdf\":\"/oss/physical/ESA/58336fdad3e13e484e36f2de71a46508/BD9P205EFV-CE2 SEE Test Report.pdf\",\"data.xlsx\":\"/oss/physical/ESA/58336fdad3e13e484e36f2de71a46508/data.xlsx\"}', '386,BD9P205EFV-CE2,Rohm Semiconductor,Download,SEE (Single Events Effects),ESCC 25100,,9 SWITCHING,Buck Converter,Silicon,ESA-ESTEC TEC-QEC,21/02/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('5842543ecccef83e7f2bbab3e879142e', 'Crawler', '2024-11-13 01:16:16', null, '2025-04-08 11:34:38', null, '', 'BC817-25,215', 'BC817-25,215', '500mA NPN Transistor', '1 LOW POWER, NPN (< 2WATTS)', 'NXP/Nexperia', '06/01/2021', 'ESA', null, null, '{\"TID_Test_Report_BC817-25,215_NXP-Nexperia.pdf\":\"/oss/physical/ESA/5842543ecccef83e7f2bbab3e879142e/TID_Test_Report_BC817-25,215_NXP-Nexperia.pdf\",\"data.xlsx\":\"/oss/physical/ESA/5842543ecccef83e7f2bbab3e879142e/data.xlsx\"}', '257,BC817-25,215,NXP/Nexperia,Download,TID (Total Ionising Dose),,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),500mA NPN Transistor,Bipolar,ESA-ESTEC TEC-QEC,06/01/2021,False', null); INSERT INTO `nasa_data_record` VALUES ('5853c99c65a92ca8b962a09660a8d1f3', 'Crawler', '2024-11-13 12:40:01', 'changyuhai', '2025-05-03 20:28:28', null, 'Hybrid', 'SMSA2815S', 'SMSA2815S', 'DC-DC Converter', '0617', 'Crane', 'NRL10MAY', 'NASA', '常余海', '2', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/data.xlsx\",\"NRL051110_SMSA2815S.pdf\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/NRL051110_SMSA2815S.pdf\",\"单粒子效应_1746274993961_1746275165905.xlsx\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/单粒子效应_1746274993961_1746275165905.xlsx\"}', 'SMSA2815S,DC-DC Converter,Crane,NRL10MAY,NRL051110_SMSA2815S.pdf;nsrec2011_W6_SEE.pdf,SEE;SET,Hybrid', '12'); INSERT INTO `nasa_data_record` VALUES ('5884284cdfee95364c6d91a6a52a1b20', 'Crawler', '2024-11-13 00:41:21', null, '2025-04-08 11:34:38', null, 'Not specified', 'OLS0449', 'OLS0449', 'Optocoupler', '1 OPTOCOUPLER', 'Isolink', '30/05/2012', 'ESA', null, null, '{\"135.pdf\":\"/oss/physical/ESA/5884284cdfee95364c6d91a6a52a1b20/135.pdf\",\"data.xlsx\":\"/oss/physical/ESA/5884284cdfee95364c6d91a6a52a1b20/data.xlsx\"}', '135,OLS0449,Isolink,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,30/05/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('5884725e6fe127d9111a23a755c43be6', 'Crawler', '2024-11-13 12:53:28', 'lixuyou', '2025-04-30 16:36:16', null, 'RAM (Random Access Memory)', 'TP0116400AJ3B-70', 'TP0116400AJ3B-70', '4Mx4 DRAM', null, 'IBM', '9/11/1997', 'NASA', '李序友', '1', '{\"DRAM296.pdf\":\"/oss/physical/NASA/5884725e6fe127d9111a23a755c43be6/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5884725e6fe127d9111a23a755c43be6/data.xlsx\",\"TP0116400AJ3B-70_1746002172600.xlsx\":\"/oss/physical/NASA/5884725e6fe127d9111a23a755c43be6/TP0116400AJ3B-70_1746002172600.xlsx\"}', 'TP0116400AJ3B-70,4Mx4 DRAM,IBM,9/11/1997,DRAM296.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('58935ae9e7e7eef54ccc4ab2803fcfa6', 'Crawler', '2024-11-13 12:29:55', 'yangjicong', '2025-04-29 19:18:35', null, 'Bipolar', 'RM124', 'RM124', 'Operational Amplifier', null, 'National Semiconductor', 'TAMU07MAY;2007SEP', 'NASA', '杨济聪', '1', '{\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/58935ae9e7e7eef54ccc4ab2803fcfa6/nsrec08_W2_TID.pdf\",\"RADECS07_TAMU07MAY_GSFC07.pdf\":\"/oss/physical/NASA/58935ae9e7e7eef54ccc4ab2803fcfa6/RADECS07_TAMU07MAY_GSFC07.pdf\",\"data_1745925513750.xlsx\":\"/oss/physical/NASA/58935ae9e7e7eef54ccc4ab2803fcfa6/data_1745925513750.xlsx\"}', 'RM124,Operational Amplifier,National Semiconductor,TAMU07MAY;2007SEP,RADECS07_TAMU07MAY_GSFC07.pdf;nsrec08_W2_TID.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('58ca9e7a7ba4f672b524c3b3eab5b11f', 'Crawler', '2024-11-13 09:48:46', null, '2025-04-08 11:34:38', null, 'Omnirel', 'OM3914', 'OM3914', 'Neg Voltage Reg', null, null, '09/10/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/58ca9e7a7ba4f672b524c3b3eab5b11f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/58ca9e7a7ba4f672b524c3b3eab5b11f/PPM-99-045.pdf\"}', '414,2.5-50,OM3914,Neg Voltage Reg,Omnirel,HST/COS,9909,PPM-99-028,09/10/99', null); INSERT INTO `nasa_data_record` VALUES ('58d48483510b97678a567c8ddd25cf92', 'Crawler', '2024-11-13 10:58:15', null, '2025-04-08 11:34:38', null, 'Programmable Device', 'CX2041', 'CX2041', 'gate array', null, 'Chip Express', '8/9/1997', 'NASA', null, null, '{\"b092697.pdf\":\"/oss/physical/NASA/58d48483510b97678a567c8ddd25cf92/b092697.pdf\",\"data.xlsx\":\"/oss/physical/NASA/58d48483510b97678a567c8ddd25cf92/data.xlsx\"}', 'CX2041,gate array,Chip Express,8/9/1997,b092697.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('58df0c2381fc6065074d8358524e59fd', 'Crawler', '2024-11-13 12:33:28', 'yangjicong', '2025-04-29 11:39:15', null, '数字集成电路', '非易失性存储器', 'AS008MA12A', '非易失性存储器', '(17 - 011)5216', '雪崩技术公司', '2017 年 3 月,2017 年 10 月', 'NASA', '杨济聪', '1', '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data_1745897954058.xlsx\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data_1745897954058.xlsx\"}', 'Ring Oscillator Engineering Samples,Ring Oscillator,NASA GRC,10/2/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,SiC', '2'); INSERT INTO `nasa_data_record` VALUES ('58e95bbb558175bfde28e4302cb7bc22', 'Crawler', '2024-11-13 09:55:31', null, '2025-04-08 11:34:38', null, 'ADI', 'AD7541ATQ/883B', 'AD7541ATQ/883B', 'D/A Conv.', null, null, '06/01/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/58e95bbb558175bfde28e4302cb7bc22/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/58e95bbb558175bfde28e4302cb7bc22/PPM-99-045.pdf\"}', '146,5-20,AD7541ATQ/883B,D/A Conv.,ADI,GGS/WIND,9008,PPM-92-171,06/01/92', null); INSERT INTO `nasa_data_record` VALUES ('58f4a827eec05d462f0d9d7c60554f4c', 'Crawler', '2024-11-13 11:04:33', null, '2025-04-08 11:34:38', null, 'Research Test Vehicle', 'G FLX L9A0443', 'G FLX L9A0443', '0.11 µm CMOS', null, 'LSI Logic', '11/2005', 'NASA', null, null, '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/58f4a827eec05d462f0d9d7c60554f4c/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/58f4a827eec05d462f0d9d7c60554f4c/data.xlsx\"}', 'G FLX L9A0443,0.11 µm CMOS,LSI Logic,11/2005,nsrec06_W2.pdf,TID,Research Test Vehicle', null); INSERT INTO `nasa_data_record` VALUES ('5966f39644d2ad004946c8be6ba22a3f', 'Crawler', '2024-11-13 02:14:31', null, '2025-04-08 11:34:38', null, 'ESCC 25100', 'MAX890LESA+', 'MAX890LESA+', '1.2A, Current-Limited, High-Side P-Channel Switch with Thermal Shutdown', '90 OTHER FUNCTIONS', 'Maxim Integrated', '23/06/2024', 'ESA', null, null, '{\"404.pdf\":\"/oss/physical/ESA/5966f39644d2ad004946c8be6ba22a3f/404.pdf\",\"data.xlsx\":\"/oss/physical/ESA/5966f39644d2ad004946c8be6ba22a3f/data.xlsx\"}', '404,MAX890LESA+,Maxim Integrated,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,90 OTHER FUNCTIONS,1.2A, Current-Limited, High-Side P-Channel Switch with Thermal Shutdown,,TRAD,23/06/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('5997eed719482fae87600832647b658f', 'Crawler', '2024-11-13 02:23:41', null, '2025-04-08 11:34:38', null, 'Not specified', 'TL1431ACZT - GE334152', 'TL1431ACZT - GE334152', 'Programmable Voltage Reference', '1 ALL', 'STmicroelectronics', '12/06/2015', 'ESA', null, null, '{\"326.pdf\":\"/oss/physical/ESA/5997eed719482fae87600832647b658f/326.pdf\",\"data.xlsx\":\"/oss/physical/ESA/5997eed719482fae87600832647b658f/data.xlsx\"}', '326,TL1431ACZT - GE334152,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,99 MISCELLANEOUS PARTS,1 ALL,Programmable Voltage Reference,,TRAD,12/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('59e3fc793b2938933b28dcd2272ebdbe', 'Crawler', '2024-11-13 11:31:16', null, '2025-04-08 11:34:38', null, 'Switching Regulator', 'LTC1149', 'LTC1149', 'Switching Regulator', null, 'Linear Technology', '8/11/2002;7/25/2003', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/59e3fc793b2938933b28dcd2272ebdbe/data.xlsx\",\"T081102_LTC1149.pdf\":\"/oss/physical/NASA/59e3fc793b2938933b28dcd2272ebdbe/T081102_LTC1149.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/59e3fc793b2938933b28dcd2272ebdbe/NSREC03_W10.pdf\"}', 'LTC1149,Switching Regulator,Linear Technology,8/11/2002;7/25/2003,T081102_LTC1149.pdf;NSREC03_W10.pdf,SET,SEL,Switching Regulator', null); INSERT INTO `nasa_data_record` VALUES ('59edfbdebf54dd8df49fd663a087f787', 'Crawler', '2024-11-13 10:48:51', null, '2025-04-08 11:34:38', null, 'DC-DC Converter', 'AFL12012DX/CH', 'AFL12012DX/CH', 'DC-DC Converter', null, 'Lambda Advanced Analog', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/59edfbdebf54dd8df49fd663a087f787/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/59edfbdebf54dd8df49fd663a087f787/data.xlsx\",\"B080100b.pdf\":\"/oss/physical/NASA/59edfbdebf54dd8df49fd663a087f787/B080100b.pdf\"}', 'AFL12012DX/CH,DC-DC Converter,Lambda Advanced Analog,7/19/2001,B080100b.pdf;nsrec01_W15.pdf,SET,DC-DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('5a01da3cf4d00dfe2b2570bf8f923845', 'Crawler', '2024-11-13 10:54:16', null, '2025-04-08 11:34:38', null, 'Si', 'BZX84C56LT1G', 'BZX84C56LT1G', 'Zener Diode', null, 'ON Semiconductor', '4/10/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/5a01da3cf4d00dfe2b2570bf8f923845/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5a01da3cf4d00dfe2b2570bf8f923845/data.xlsx\"}', 'BZX84C56LT1G,Zener Diode,ON Semiconductor,4/10/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('5a0bd41a7648357596e278c63d5535a1', 'Crawler', '2024-11-13 11:28:35', null, '2025-04-08 11:34:38', null, 'Amplifier', 'LMH6702', 'LMH6702', 'Operational Amplifier', null, 'Analog Devices', '10/2005', 'NASA', null, null, '{\"G05OCT_LMH6702_TID.pdf\":\"/oss/physical/NASA/5a0bd41a7648357596e278c63d5535a1/G05OCT_LMH6702_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/5a0bd41a7648357596e278c63d5535a1/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5a0bd41a7648357596e278c63d5535a1/data.xlsx\"}', 'LMH6702,Operational Amplifier,Analog Devices,10/2005,G05OCT_LMH6702_TID.pdf;nsrec06_W2.pdf,TID,Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('5a1c490e41c4571560f95b34bee60623', 'Crawler', '2024-11-13 10:38:42', null, '2025-04-08 11:34:38', null, 'Bipolar', 'AD581', 'AD581', 'Precision Voltage Reference', null, 'Analog Devices', '2012/2013', 'NASA', null, null, '{\"nsrec2013_W6_TID.pdf\":\"/oss/physical/NASA/5a1c490e41c4571560f95b34bee60623/nsrec2013_W6_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5a1c490e41c4571560f95b34bee60623/data.xlsx\"}', 'AD581,Precision Voltage Reference,Analog Devices,2012/2013,https://nepp.nasa.gov/files/24934/nsrec2013_W6_TID.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('5a2fc478f43390ecba915b64f8b7d1c0', 'Crawler', '2024-11-13 10:51:49', null, '2025-04-08 11:34:38', null, 'Programmable Device', 'ATT2C04-2', 'ATT2C04-2', 'FPGA', null, 'AT&T', '4/30/1996;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/5a2fc478f43390ecba915b64f8b7d1c0/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5a2fc478f43390ecba915b64f8b7d1c0/data.xlsx\",\"b043096a.pdf\":\"/oss/physical/NASA/5a2fc478f43390ecba915b64f8b7d1c0/b043096a.pdf\"}', 'ATT2C04-2,FPGA,AT&T,4/30/1996;7/15/1996,b043096a.pdf;random6a.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('5a329921477ee54d2b1ccda4c382dea4', 'Crawler', '2024-11-13 10:27:29', null, '2025-04-08 11:34:38', null, 'Fiber Optics', '62_5/125/250', '62_5/125/250', 'Fiber Optics', null, 'Lucent SFT', '1/7/2002', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5a329921477ee54d2b1ccda4c382dea4/data.xlsx\"}', '62_5/125/250,Fiber Optics,Lucent SFT,1/7/2002,http://misspiggy.gsfc.nasa.gov/tva/meldoc/foradreport01.pdf,TID,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('5a52a3ff0f0f7ab4017a3678396e130c', 'Crawler', '2024-11-13 11:20:17', null, '2025-04-08 11:34:38', null, '60 nm CMOS', 'K9F8G08U0M', 'K9F8G08U0M', '8Gbit NAND Flash Memory', null, 'Samsung', 'TAMU10DEC;7/2011', 'NASA', null, null, '{\"Oldham_nsrec11_W25.pdf\":\"/oss/physical/NASA/5a52a3ff0f0f7ab4017a3678396e130c/Oldham_nsrec11_W25.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/5a52a3ff0f0f7ab4017a3678396e130c/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5a52a3ff0f0f7ab4017a3678396e130c/data.xlsx\",\"T120710_K9F8G08U0M_MT29F4G08AAAWP.pdf\":\"/oss/physical/NASA/5a52a3ff0f0f7ab4017a3678396e130c/T120710_K9F8G08U0M_MT29F4G08AAAWP.pdf\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/5a52a3ff0f0f7ab4017a3678396e130c/nsrec2011_W5_TID.pdf\"}', 'K9F8G08U0M,8Gbit NAND Flash Memory,Samsung,TAMU10DEC;7/2011,T120710_K9F8G08U0M_MT29F4G08AAAWP.pdf;Oldham_nsrec11_W25.pdf;nsrec2011_W6_SEE.pdf;nsrec2011_W5_TID.pdf,TID; SEE,60 nm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('5a55331356652bea56bb8ee26b1d5bed', 'Crawler', '2024-11-13 10:22:00', null, '2025-04-08 11:34:38', null, 'Logic', '54ABT245 Driver', '54ABT245 Driver', 'BiCMOS Logic Driver', null, 'National Semiconductor', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/5a55331356652bea56bb8ee26b1d5bed/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5a55331356652bea56bb8ee26b1d5bed/data.xlsx\"}', '54ABT245 Driver,BiCMOS Logic Driver,National Semiconductor,7/20/1998,NSREC98.pdf,SEE,Logic', null); INSERT INTO `nasa_data_record` VALUES ('5a59cb82e7a02a1819dddce5ab2a4d98', 'Crawler', '2024-11-13 12:25:15', 'wangjiaxing', '2025-04-30 21:00:52', null, 'Programmable Device', 'QYH580', 'QYH580', 'gate array', '1', 'Chip Express', '2/24/1997;5/13/1997', 'NASA', '王嘉兴', '1', '{\"b051397e.pdf\":\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/b051397e.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/data.xlsx\",\"b022497c.pdf\":\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/b022497c.pdf\",\"电离总剂量效应4_1746018044541.xlsx\":\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/电离总剂量效应4_1746018044541.xlsx\"}', 'QYH580,gate array,Chip Express,2/24/1997;5/13/1997,b022497c.pdf;b051397e.pdf,SEE,Programmable Device', '1'); INSERT INTO `nasa_data_record` VALUES ('5a874a38feb597a1e3e4e81f69b3b248', 'Crawler', '2024-11-13 12:42:04', 'luozikang', '2025-04-29 17:50:35', null, 'p-channel trench', 'SQJ431EP-TI-GE3', 'SQJ431EP-TI-GE3', 'MOSFET', null, 'Vishay', '9/26/2016;4/11/2017', 'NASA', '罗梓康', '1', '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/data.xlsx\",\"2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\":\"/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\",\"单粒子效应_1745920227127.xlsx\":\"/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/单粒子效应_1745920227127.xlsx\"}', 'SQJ431EP-TI-GE3,MOSFET,Vishay,9/26/2016;4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/28959/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf,SEE;SEGR,p-channel trench', '1'); INSERT INTO `nasa_data_record` VALUES ('5a95f527756571006efd5752c92b39e4', 'Crawler', '2024-11-13 10:18:02', null, '2025-04-08 11:34:38', null, 'Bipolar', '2N5196', '2N5196', 'N channel JFET', null, 'Solitron', '12/9/1992', 'NASA', null, null, '{\"PPM-92-300.pdf\":\"/oss/physical/NASA/5a95f527756571006efd5752c92b39e4/PPM-92-300.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5a95f527756571006efd5752c92b39e4/data.xlsx\"}', '2N5196,N channel JFET,Solitron,12/9/1992,tid/PPM-92-300.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('5ad33b6f5c71b9b0593c22f907f90a3b', 'Crawler', '2024-11-13 09:52:43', null, '2025-04-08 11:34:38', null, 'Apex', 'PA10', 'PA10', 'Op Amp, Power', null, null, '07/28/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5ad33b6f5c71b9b0593c22f907f90a3b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/5ad33b6f5c71b9b0593c22f907f90a3b/PPM-99-045.pdf\"}', '268,5-100,PA10,Op Amp, Power,Apex,CASSINI/CIRS,9416,PPM-95-165,07/28/95', null); INSERT INTO `nasa_data_record` VALUES ('5add1c3a536a208f89c2b70304b2f51c', 'Crawler', '2024-11-13 11:11:50', null, '2025-04-08 11:34:38', null, 'Si', 'HSMP-3810', 'HSMP-3810', 'PIN Diode', null, 'Broadcom', '2016NovLBNL', 'NASA', null, null, '{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/5add1c3a536a208f89c2b70304b2f51c/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5add1c3a536a208f89c2b70304b2f51c/data.xlsx\"}', 'HSMP-3810,PIN Diode,Broadcom,2016NovLBNL,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('5ae19c00607403ca49c4a4b8a21b74da', 'Crawler', '2024-11-13 12:53:05', 'lixuyou', '2025-04-30 17:17:00', null, 'CMOS', 'TLV5618', 'TLV5618', 'DAC', '0801A,14-070', 'Texas Instruments', '_2014Oct24-27', 'NASA', '李序友', '2', '{\"Ladbury-TR-14-070-TLV5618-2014Oct24-27-NASA-TM-20210015884.pdf\":\"/oss/physical/NASA/5ae19c00607403ca49c4a4b8a21b74da/Ladbury-TR-14-070-TLV5618-2014Oct24-27-NASA-TM-20210015884.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5ae19c00607403ca49c4a4b8a21b74da/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/5ae19c00607403ca49c4a4b8a21b74da/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"TLV5618_1746004617405.xlsx\":\"/oss/physical/NASA/5ae19c00607403ca49c4a4b8a21b74da/TLV5618_1746004617405.xlsx\"}', 'TLV5618,DAC,Texas Instruments,_2014Oct24-27,Ladbury-TR-14-070-TLV5618-2014Oct24-27-NASA-TM-20210015884.pdf;https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf,SEE,CMOS', '217'); INSERT INTO `nasa_data_record` VALUES ('5b6383645e686bc4bf938659149c0447', 'Crawler', '2024-11-13 01:16:24', null, '2025-04-08 11:34:38', null, '', 'TL431BMFDT,215', 'TL431BMFDT,215', 'Programmable Shunt Regulator with 2.5V Bandgap Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', 'Nexperia', '03/01/2022', 'ESA', null, null, '{\"SET_Test_Report_TL431BMFDT,215.pdf\":\"/oss/physical/ESA/5b6383645e686bc4bf938659149c0447/SET_Test_Report_TL431BMFDT,215.pdf\",\"data.xlsx\":\"/oss/physical/ESA/5b6383645e686bc4bf938659149c0447/data.xlsx\"}', '258,TL431BMFDT,215,Nexperia,Download,SEE (Single Events Effects),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,Programmable Shunt Regulator with 2.5V Bandgap Voltage Reference,Bipolar,ESA-ESTEC TEC-QEC,03/01/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('5b735129f848a19c2f4fbcc1df7b063d', 'Crawler', '2024-11-13 12:40:27', 'luozikang', '2025-04-29 18:39:04', null, 'BiCMOS', 'SN54LVT16245B', 'SN54LVT16245B', 'Octal Buffer/Driver', null, 'Texas Instruments', '6/13/2003;6/22/2004', 'NASA', '罗梓康', '2', '{\"T061303_SN54LVT16245B.pdf\":\"/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/T061303_SN54LVT16245B.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/nsrec04_SEE.pdf\",\"单粒子效应_1745923141028.xlsx\":\"/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/单粒子效应_1745923141028.xlsx\"}', 'SN54LVT16245B,Octal Buffer/Driver,Texas Instruments,6/13/2003;6/22/2004,T061303_SN54LVT16245B.pdf;nsrec04_SEE.pdf,SEE,BiCMOS', '8'); INSERT INTO `nasa_data_record` VALUES ('5bdf47db9b370e3901233bb4afb2756d', 'Crawler', '2024-11-13 11:47:44', null, '2025-04-08 11:34:38', null, 'Power Device', 'MFL2812S', 'MFL2812S', 'DC-DC converter', null, 'Interpoint', '11/9/1994;7/17/1995;7/17/1995;02/09/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/5bdf47db9b370e3901233bb4afb2756d/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5bdf47db9b370e3901233bb4afb2756d/data.xlsx\",\"dcdc95.pdf\":\"/oss/physical/NASA/5bdf47db9b370e3901233bb4afb2756d/dcdc95.pdf\",\"b110994.pdf\":\"/oss/physical/NASA/5bdf47db9b370e3901233bb4afb2756d/b110994.pdf\",\"PPM-95-128.pdf\":\"/oss/physical/NASA/5bdf47db9b370e3901233bb4afb2756d/PPM-95-128.pdf\"}', 'MFL2812S,DC-DC converter,Interpoint,11/9/1994;7/17/1995;7/17/1995;02/09/1995,b110994.pdf;ieee95a.pdf;dcdc95.pdf;tid/PPM-95-128.pdf,SEE;TID,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('5bf6dec7e816f33b579f3a15e4329c07', 'Crawler', '2024-11-13 01:19:46', null, '2025-04-08 11:34:38', null, '', 'BC847B,215', 'BC847B,215', '100mA NPN Transistor', '1 LOW POWER, NPN (< 2WATTS)', 'NXP/Nexperia', '06/01/2021', 'ESA', null, null, '{\"TID_Test_Report_BC847B,215_NXP-Nexperia.pdf\":\"/oss/physical/ESA/5bf6dec7e816f33b579f3a15e4329c07/TID_Test_Report_BC847B,215_NXP-Nexperia.pdf\",\"data.xlsx\":\"/oss/physical/ESA/5bf6dec7e816f33b579f3a15e4329c07/data.xlsx\"}', '278,BC847B,215,NXP/Nexperia,Download,TID (Total Ionising Dose),,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),100mA NPN Transistor,Bipolar,ESA-ESTEC TEC-QEC,06/01/2021,False', null); INSERT INTO `nasa_data_record` VALUES ('5c0f6d2efb8bbd9b48fc631bbfcf968f', 'Crawler', '2024-11-13 10:49:34', null, '2025-04-08 11:34:38', null, 'Memory', 'AM29LV800', 'AM29LV800', 'Flash Memory', null, 'AMD', '1/15/1999;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/5c0f6d2efb8bbd9b48fc631bbfcf968f/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5c0f6d2efb8bbd9b48fc631bbfcf968f/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/5c0f6d2efb8bbd9b48fc631bbfcf968f/NSREC99.pdf\"}', 'AM29LV800,Flash Memory,AMD,1/15/1999;1999,NSREC99.pdf;nsrec00_W21.pdf,SEE;TID,Memory', null); INSERT INTO `nasa_data_record` VALUES ('5c14e2bfac988dc7db4dd9865a3eb2ab', 'Crawler', '2024-11-13 11:59:49', 'huangkan', '2025-04-29 18:09:26', null, '晶体管', 'NDS352AP', 'NDS352AP', 'P-Channel MOSFET', null, 'Fairchild', '12/31/2001', 'NASA', null, '2', '{\"N123101_NDS352A.pdf\":\"/oss/physical/NASA/5c14e2bfac988dc7db4dd9865a3eb2ab/N123101_NDS352A.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5c14e2bfac988dc7db4dd9865a3eb2ab/data.xlsx\",\"NDS352AP电离总剂量效应_1745921363032.xlsx\":\"/oss/physical/NASA/5c14e2bfac988dc7db4dd9865a3eb2ab/NDS352AP电离总剂量效应_1745921363032.xlsx\"}', 'NDS352AP,P-Channel MOSFET,Fairchild,12/31/2001,N123101_NDS352A.pdf,TID,Transistor', '6'); INSERT INTO `nasa_data_record` VALUES ('5c2eb4957885adf8cc9c01697e62e2cf', 'Crawler', '2024-11-13 09:56:25', null, '2025-04-08 11:34:38', null, 'ADI', 'AD574AT', 'AD574AT', '12 bit ADC', null, null, '01/08/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5c2eb4957885adf8cc9c01697e62e2cf/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/5c2eb4957885adf8cc9c01697e62e2cf/PPM-99-045.pdf\"}', '107,10-200,AD574AT,12 bit ADC,ADI,GPEP,9039A,PPM-92-011,01/08/92', null); INSERT INTO `nasa_data_record` VALUES ('5c480fe3b614e5732713f4ee1a0b5e85', 'Crawler', '2024-11-13 09:54:05', null, '2025-04-08 11:34:38', null, 'PMI', 'LM139', 'LM139', 'Voltage Comparator', null, null, '04/25/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5c480fe3b614e5732713f4ee1a0b5e85/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/5c480fe3b614e5732713f4ee1a0b5e85/PPM-99-045.pdf\"}', '209,10-100,LM139,Voltage Comparator,PMI,GOES/SXI,9311,PPM-94-010,04/25/94', null); INSERT INTO `nasa_data_record` VALUES ('5c4e13367b91aeab1a03125af8b3bbd5', 'Crawler', '2024-11-13 11:19:54', null, '2025-04-08 11:34:38', null, '73nm CMOS Memory', 'K9F4G08U0A 73nm CMOS', 'K9F4G08U0A 73nm CMOS', '4 Gbit NAND Flash Memory', null, 'Samsung', '3/8/2009;4/20/2011', 'NASA', null, null, '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/5c4e13367b91aeab1a03125af8b3bbd5/nsrec2012_W22_SEE.pdf\",\"T042011_K9F4G08U0A.pdf\":\"/oss/physical/NASA/5c4e13367b91aeab1a03125af8b3bbd5/T042011_K9F4G08U0A.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5c4e13367b91aeab1a03125af8b3bbd5/data.xlsx\",\"T030809_K9F4G08U0A.pdf\":\"/oss/physical/NASA/5c4e13367b91aeab1a03125af8b3bbd5/T030809_K9F4G08U0A.pdf\"}', 'K9F4G08U0A 73nm CMOS,4 Gbit NAND Flash Memory,Samsung,3/8/2009;4/20/2011,T042011_K9F4G08U0A.pdf;T030809_K9F4G08U0A.pdf;nsrec2012_W22_SEE.pdf,SEE,73nm CMOS Memory', null); INSERT INTO `nasa_data_record` VALUES ('5c4eb7b2c05e4ce0a5e5b9cceedc529c', 'Crawler', '2024-11-13 11:18:34', null, '2025-04-08 11:34:38', null, '20nm Flip Chip, BGA', 'Jetson TX2', 'Jetson TX2', 'SOC', null, 'nVidia', '6/2/2019(MGH)', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5c4eb7b2c05e4ce0a5e5b9cceedc529c/data.xlsx\",\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-021_1nVidia-Jetson-TX2-2019June02-TN72754.pdf\":\"/oss/physical/NASA/5c4eb7b2c05e4ce0a5e5b9cceedc529c/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-021_1nVidia-Jetson-TX2-2019June02-TN72754.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/5c4eb7b2c05e4ce0a5e5b9cceedc529c/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\"}', 'Jetson TX2,SOC,nVidia,6/2/2019(MGH),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;https://nepp.nasa.gov/files/30370/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-021_1nVidia-Jetson-TX2-2019June02-TN72754.pdf,SEE; SEFI,20nm Flip Chip, BGA', null); INSERT INTO `nasa_data_record` VALUES ('5c53190593e2cebf7db0c4bc5e89b0d7', 'Crawler', '2024-11-13 09:54:26', null, '2025-04-08 11:34:38', null, '', '54AC Annealing', '54AC Annealing', 'Var. 54AC parts', null, null, '06/11/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5c53190593e2cebf7db0c4bc5e89b0d7/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/5c53190593e2cebf7db0c4bc5e89b0d7/PPM-99-045.pdf\"}', '194,,54AC Annealing,Var. 54AC parts,,GPEP,,PPM-93-061,06/11/93', null); INSERT INTO `nasa_data_record` VALUES ('5c6c059d8b38c007f1a0b9da5e5be973', 'Crawler', '2024-11-13 10:29:33', null, '2025-04-08 11:34:38', null, 'FIFO (First In/First Out)', '7203ERP', '7203ERP', '9x2k FIFO', null, 'IDT', '11/9/1994;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/5c6c059d8b38c007f1a0b9da5e5be973/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5c6c059d8b38c007f1a0b9da5e5be973/data.xlsx\",\"b110994.pdf\":\"/oss/physical/NASA/5c6c059d8b38c007f1a0b9da5e5be973/b110994.pdf\"}', '7203ERP,9x2k FIFO,IDT,11/9/1994;7/17/1995,b110994.pdf;ieee95a.pdf,SEE,FIFO (First In/First Out)', null); INSERT INTO `nasa_data_record` VALUES ('5c6c323f41814704a1390cbded11088d', 'Crawler', '2024-11-13 10:11:00', null, '2025-04-08 11:34:38', null, 'Si', '1N5711', '1N5711', 'Schottky Diode', null, 'Semicoa', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/5c6c323f41814704a1390cbded11088d/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5c6c323f41814704a1390cbded11088d/data.xlsx\"}', '1N5711,Schottky Diode,Semicoa,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('5cda650ba3a499a197c67a9ccbcf046c', 'Crawler', '2024-11-13 10:46:25', null, '2025-04-08 11:34:38', null, 'CMOS', 'ADC14155', 'ADC14155', 'ADC', null, 'National Semiconductor', 'UCD09JUN', 'NASA', null, null, '{\"RADECS09_Berg.pdf\":\"/oss/physical/NASA/5cda650ba3a499a197c67a9ccbcf046c/RADECS09_Berg.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5cda650ba3a499a197c67a9ccbcf046c/data.xlsx\",\"D062209_AD14155.pdf\":\"/oss/physical/NASA/5cda650ba3a499a197c67a9ccbcf046c/D062209_AD14155.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/5cda650ba3a499a197c67a9ccbcf046c/nsrec2010_W8_SEE.pdf\"}', 'ADC14155,ADC,National Semiconductor,UCD09JUN,D062209_AD14155.pdf;RADECS09_Berg.pdf;nsrec2010_W8_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('5cecc2efa4965942230118bf049a8fdf', 'Crawler', '2024-11-13 11:40:39', null, '2025-04-08 11:34:38', null, 'Bipolar', 'MAX726', 'MAX726', 'DC/DC Regulator', null, 'Maxim', '6/17/2003;11/11/2003;6/22/2004', 'NASA', null, null, '{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/5cecc2efa4965942230118bf049a8fdf/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5cecc2efa4965942230118bf049a8fdf/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/5cecc2efa4965942230118bf049a8fdf/nsrec04_SEE.pdf\",\"T061703_GLAST.pdf\":\"/oss/physical/NASA/5cecc2efa4965942230118bf049a8fdf/T061703_GLAST.pdf\"}', 'MAX726,DC/DC Regulator,Maxim,6/17/2003;11/11/2003;6/22/2004,T061703_GLAST.pdf;T111103_GLAST.pdf;nsrec04_SEE.pdf,SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('5d1d4998c3580c6f31eb0236a8fc9260', 'Crawler', '2024-11-13 11:59:09', 'huangkan', '2025-04-30 15:55:37', null, '其他微电路', 'Myrinet', 'Myrinet', 'Crossbar Switch NIC', null, 'Myricom', '7/19/2002', 'NASA', null, '1', '{\"NSREC02_W8.pdf\":\"/oss/physical/NASA/5d1d4998c3580c6f31eb0236a8fc9260/NSREC02_W8.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5d1d4998c3580c6f31eb0236a8fc9260/data.xlsx\",\"Myrinet单粒子效应_1745999736252.xlsx\":\"/oss/physical/NASA/5d1d4998c3580c6f31eb0236a8fc9260/Myrinet单粒子效应_1745999736252.xlsx\"}', 'Myrinet,Crossbar Switch NIC,Myricom,7/19/2002,NSREC02_W8.pdf,SEE,Xbar and NIC', '1'); INSERT INTO `nasa_data_record` VALUES ('5d83a3f2216c4b5c8759153d7f59ec0e', 'Crawler', '2024-11-13 11:20:33', null, '2025-04-08 11:34:38', null, 'CMOS', 'KAC9628', 'KAC9628', 'Imager', null, 'Kodak', '_2008MAY', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/5d83a3f2216c4b5c8759153d7f59ec0e/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5d83a3f2216c4b5c8759153d7f59ec0e/data.xlsx\"}', 'KAC9628,Imager,Kodak,_2008MAY,nsrec09_W13_TID.pdf,TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('5da59717e22459f91574ed3e7025bd2a', 'Crawler', '2024-11-13 11:43:33', null, '2025-04-08 11:34:38', null, 'Si', 'MBR3045PT', 'MBR3045PT', 'Diode', null, 'Fairchild Semiconductor', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/5da59717e22459f91574ed3e7025bd2a/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5da59717e22459f91574ed3e7025bd2a/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/5da59717e22459f91574ed3e7025bd2a/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/5da59717e22459f91574ed3e7025bd2a/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR3045PT,Diode,Fairchild Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('5db3b5ddd5aef542ab81afef9031366e', 'Crawler', '2024-11-13 00:33:49', null, '2025-04-08 11:34:38', null, 'Not specified', 'LMH6702JF-QMLV', 'LMH6702JF-QMLV', 'Ultra Low Distorsion, Current Feedback Wideband, Operational Amplifier', '50 LINEAR OPERATIONAL AMPLIFIER', 'National Semiconductors Corp.', '10/08/2012', 'ESA', null, null, '{\"96.pdf\":\"/oss/physical/ESA/5db3b5ddd5aef542ab81afef9031366e/96.pdf\",\"data.xlsx\":\"/oss/physical/ESA/5db3b5ddd5aef542ab81afef9031366e/data.xlsx\"}', '96,LMH6702JF-QMLV,National Semiconductors Corp.,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Ultra Low Distorsion, Current Feedback Wideband, Operational Amplifier,,Hirex-Alter,10/08/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('5df107e96de522f8ae1cfd489f70dc23', 'Crawler', '2024-11-13 11:36:48', null, '2025-04-08 11:34:38', null, 'CMOS analog switch', 'MAX4583', 'MAX4583', 'CMOS analog switches', null, 'Maxim', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/5df107e96de522f8ae1cfd489f70dc23/nsrec01_W15.pdf\",\"B092700c.pdf\":\"/oss/physical/NASA/5df107e96de522f8ae1cfd489f70dc23/B092700c.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5df107e96de522f8ae1cfd489f70dc23/data.xlsx\"}', 'MAX4583,CMOS analog switches,Maxim,7/19/2001,B092700c.pdf;nsrec01_W15.pdf,SEL,CMOS analog switch', null); INSERT INTO `nasa_data_record` VALUES ('5df4370cabf523cd0bb1a47dd5204715', 'Crawler', '2024-11-13 10:52:09', null, '2025-04-08 11:34:38', null, 'Fiber Optics', 'AX3411', 'AX3411', 'MIL-STD-1553B Transceiver', null, 'Aeroflex', '8/3/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/5df4370cabf523cd0bb1a47dd5204715/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/5df4370cabf523cd0bb1a47dd5204715/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5df4370cabf523cd0bb1a47dd5204715/data.xlsx\"}', 'AX3411,MIL-STD-1553B Transceiver,Aeroflex,8/3/1993;7/18/1994,b080393.pdf;nsrec94a.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('5e15676ce9abce6db9480e8a625ae5bc', 'Crawler', '2024-11-13 09:51:00', null, '2025-04-08 11:34:38', null, 'Interpoint', 'MHV2803R3', 'MHV2803R3', 'DC/DC Converter', null, null, '08/27/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5e15676ce9abce6db9480e8a625ae5bc/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/5e15676ce9abce6db9480e8a625ae5bc/PPM-99-045.pdf\"}', '333,5-100,MHV2803R3,DC/DC Converter,Interpoint,SMEX,9712,PPM-97-037,08/27/97', null); INSERT INTO `nasa_data_record` VALUES ('5e1d5fd0d2e860872c2e79de2d74695a', 'Crawler', '2024-11-13 10:15:14', null, '2025-04-08 11:34:38', null, 'Bipolar', '2N2857', '2N2857', 'NPN Transistor', null, 'Semicoa', '2011; 5/9/2012; 5/4/2015', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/5e1d5fd0d2e860872c2e79de2d74695a/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"nsrec2013_W6_TID.pdf\":\"/oss/physical/NASA/5e1d5fd0d2e860872c2e79de2d74695a/nsrec2013_W6_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5e1d5fd0d2e860872c2e79de2d74695a/data.xlsx\",\"nsrec2012_W6_TID.pdf\":\"/oss/physical/NASA/5e1d5fd0d2e860872c2e79de2d74695a/nsrec2012_W6_TID.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/5e1d5fd0d2e860872c2e79de2d74695a/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', '2N2857,NPN Transistor,Semicoa,2011; 5/9/2012; 5/4/2015,http://radhome.gsfc.nasa.gov/radhome/papers/nsrec2012_W6_TID.pdf;https://nepp.nasa.gov/files/24934/nsrec2013_W6_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('5e4bf49f0d9575a821e5f609638ff83e', 'Crawler', '2024-11-13 09:53:24', null, '2025-04-08 11:34:38', null, 'H-P', 'HCPL-5631', 'HCPL-5631', 'Optocoupler', null, null, '12/23/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5e4bf49f0d9575a821e5f609638ff83e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/5e4bf49f0d9575a821e5f609638ff83e/PPM-99-045.pdf\"}', '239,1-10,HCPL-5631,Optocoupler,H-P,HST/STIS,9415,PPM-95-113,12/23/94', null); INSERT INTO `nasa_data_record` VALUES ('5e6176a42e3a5f992f3112c691acd539', 'Crawler', '2024-11-13 12:49:49', 'chenwenzhuo', '2025-04-30 18:13:58', null, 'RAM (Random Access Memory)', 'TDO116400AJ3B-70', 'TDO116400AJ3B-70', '4Mx4 DRAM', null, 'IBM', '3/20/1995;7/15/1996', 'NASA', '陈文卓', '1', '{\"d032495.pdf\":\"/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/d032495.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/data.xlsx\",\"TIL25_1746008030983.xlsx\":\"/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/TIL25_1746008030983.xlsx\"}', 'TDO116400AJ3B-70,4Mx4 DRAM,IBM,3/20/1995;7/15/1996,d032495.pdf;random6a.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('5e6ebb753b7afdb498c4e2f1c8226f8d', 'Crawler', '2024-11-13 09:51:05', null, '2025-04-08 11:34:38', null, 'ASI', 'AS58C1001SF', 'AS58C1001SF', 'Rad-Hard EEPROM', null, null, '8/5/87', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5e6ebb753b7afdb498c4e2f1c8226f8d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/5e6ebb753b7afdb498c4e2f1c8226f8d/PPM-99-045.pdf\"}', '330,5-100,AS58C1001SF,Rad-Hard EEPROM,ASI,SMEX/LITE,9646,PPM-97-034,8/5/87', null); INSERT INTO `nasa_data_record` VALUES ('5ebb973513e9ce4adb4ad14853ea2cf1', 'Crawler', '2024-11-13 13:09:07', 'wangbin', '2025-04-17 19:03:23', null, '光纤', 'WF100/140', 'WF100/140', 'Optical Fiber', 'xx', 'CeramOptec', '7/19/2002', 'NASA', '王斌', '1', '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/5ebb973513e9ce4adb4ad14853ea2cf1/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5ebb973513e9ce4adb4ad14853ea2cf1/data.xlsx\"}', 'WF100/140,Optical Fiber,CeramOptec,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', '1'); INSERT INTO `nasa_data_record` VALUES ('5ecc7fe26b544d98b1a524ae75d9c39e', 'Crawler', '2024-11-13 10:50:47', null, '2025-04-08 11:34:38', null, 'CMOS MRAM', 'AS008MA12A', 'AS008MA12A', 'Non-Volatile Memory', null, 'Avalanche Technology', '3/22/2017;2017Oct;2018May', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/5ecc7fe26b544d98b1a524ae75d9c39e/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/5ecc7fe26b544d98b1a524ae75d9c39e/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5ecc7fe26b544d98b1a524ae75d9c39e/data.xlsx\"}', 'AS008MA12A,Non-Volatile Memory,Avalanche Technology,3/22/2017;2017Oct;2018May,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEL;SEFI,CMOS MRAM', null); INSERT INTO `nasa_data_record` VALUES ('5ed25533aca4a5bb9e9a4885e39ad202', 'Crawler', '2024-11-13 11:31:45', null, '2025-04-08 11:34:38', null, 'ADC', 'LTC1604', 'LTC1604', '16 bit ADC', null, 'Analog Devices', '9/11/2021', 'NASA', null, null, '{\"2021-Phan-Joplin-TR-21-025-LTC1604AIG-2021Sept11-NASA-TM-20210024585.pdf\":\"/oss/physical/NASA/5ed25533aca4a5bb9e9a4885e39ad202/2021-Phan-Joplin-TR-21-025-LTC1604AIG-2021Sept11-NASA-TM-20210024585.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5ed25533aca4a5bb9e9a4885e39ad202/data.xlsx\"}', 'LTC1604,16 bit ADC,Analog Devices,9/11/2021,2021-Phan-Joplin-TR-21-025-LTC1604AIG-2021Sept11-NASA-TM-20210024585.pdf,SEE,ADC', null); INSERT INTO `nasa_data_record` VALUES ('5edc40677816c8c460142d8c4a4f8360', 'Crawler', '2024-11-13 10:16:03', null, '2025-04-08 11:34:38', null, 'Bipolar', '2N3700', '2N3700', 'Transistor', null, 'Semicoa', '6/2010; 2012-2013', 'NASA', null, null, '{\"VdG10JUN_2N3700.pdf\":\"/oss/physical/NASA/5edc40677816c8c460142d8c4a4f8360/VdG10JUN_2N3700.pdf\",\"nsrec2013_W6_TID.pdf\":\"/oss/physical/NASA/5edc40677816c8c460142d8c4a4f8360/nsrec2013_W6_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5edc40677816c8c460142d8c4a4f8360/data.xlsx\"}', '2N3700,Transistor,Semicoa,6/2010; 2012-2013,tid/VdG10JUN_2N3700.pdf;https://nepp.nasa.gov/files/24934/nsrec2013_W6_TID.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('5ee19eb4ca0c0689d55f9dae6f25597c', 'Crawler', '2024-11-13 11:15:51', null, '2025-04-08 11:34:38', null, 'Memory', 'ISC DRAM Stack', 'ISC DRAM Stack', 'DRAM', null, 'Irvine Sensor Corp/IBM', '1998-1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/5ee19eb4ca0c0689d55f9dae6f25597c/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5ee19eb4ca0c0689d55f9dae6f25597c/data.xlsx\"}', 'ISC DRAM Stack,DRAM,Irvine Sensor Corp/IBM,1998-1999,NSREC99.pdf,SEE,Memory', null); INSERT INTO `nasa_data_record` VALUES ('5efd4f5ee49dea5af4b5f4c7d9eeec6a', 'Crawler', '2024-11-13 12:42:43', 'chenpan', '2025-04-30 23:23:18', null, 'CMOS', 'STAR-250NDR', 'STAR-250NDR', 'Active Pixel Sensor', null, 'Cypress', 'TAMU10AUG', 'NASA', '陈攀', '1', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/5efd4f5ee49dea5af4b5f4c7d9eeec6a/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5efd4f5ee49dea5af4b5f4c7d9eeec6a/data.xlsx\",\"STAR-250NDR_SEE_1746026590282.xlsx\":\"/oss/physical/NASA/5efd4f5ee49dea5af4b5f4c7d9eeec6a/STAR-250NDR_SEE_1746026590282.xlsx\"}', 'STAR-250NDR,Active Pixel Sensor,Cypress,TAMU10AUG,T081610_STAR-250NDR.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL,CMOS', '2'); INSERT INTO `nasa_data_record` VALUES ('5efd8a4aa101fd43a95714cf019bebdc', 'Crawler', '2024-11-13 11:48:17', null, '2025-04-08 11:34:38', null, 'Microprocessors', 'MG80486DA266', 'MG80486DA266', 'Microprocessor', null, 'Intel', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/5efd8a4aa101fd43a95714cf019bebdc/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5efd8a4aa101fd43a95714cf019bebdc/data.xlsx\"}', 'MG80486DA266,Microprocessor,Intel,7/20/1998,NSREC98.pdf,SEE,Microprocessors', null); INSERT INTO `nasa_data_record` VALUES ('5eff6ce57b2332fd7172be515eeaaecb', 'Crawler', '2024-11-13 12:40:56', 'luozikang', '2025-04-29 18:27:15', null, 'Bipolar', 'SN74LVT244B', 'SN74LVT244B', 'Octal Buffer/Driver', null, 'Texas Instruments', '3/28/2003;6/22/2004', 'NASA', '罗梓康', '1', '{\"data.xlsx\":\"/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/nsrec04_SEE.pdf\",\"T032803_SN74LVT244B.pdf\":\"/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/T032803_SN74LVT244B.pdf\",\"单粒子效应_1745922429865.xlsx\":\"/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/单粒子效应_1745922429865.xlsx\"}', 'SN74LVT244B,Octal Buffer/Driver,Texas Instruments,3/28/2003;6/22/2004,T032803_SN74LVT244B.pdf;nsrec04_SEE.pdf,SEE,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('5f32a95157d20ffeb905d49d1b68b397', 'Crawler', '2024-11-13 09:56:32', null, '2025-04-08 11:34:38', null, 'NSC', '54AC521DMQB', '54AC521DMQB', '8 bit comp.', null, null, '12/27/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5f32a95157d20ffeb905d49d1b68b397/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/5f32a95157d20ffeb905d49d1b68b397/PPM-99-045.pdf\"}', '102,10-300,54AC521DMQB,8 bit comp.,NSC,SMEX/CB,9038A,PPM-91-754,12/27/91', null); INSERT INTO `nasa_data_record` VALUES ('5f4a52756b12e4bdce7b1215576df449', 'Crawler', '2024-11-13 11:09:27', null, '2025-04-08 11:34:38', null, 'RAM (Random Access Memory)', 'HM628512', 'HM628512', '512kx8 SRAM', null, 'Hitachi', '9/2/1992;6/24/1992;7/19/1993', 'NASA', null, null, '{\"nsrec93a.pdf\":\"/oss/physical/NASA/5f4a52756b12e4bdce7b1215576df449/nsrec93a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5f4a52756b12e4bdce7b1215576df449/data.xlsx\",\"90292a.pdf\":\"/oss/physical/NASA/5f4a52756b12e4bdce7b1215576df449/90292a.pdf\"}', 'HM628512,512kx8 SRAM,Hitachi,9/2/1992;6/24/1992;7/19/1993,90292a.pdf;nsrec93a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('5f9caafa3011c7930b897dac30b21ad3', 'Crawler', '2024-11-13 01:19:19', null, '2025-04-08 11:34:38', null, 'Not specified', '66191-313 & 66226-001', '66191-313 & 66226-001', 'Photo-Transistor Optocoupler', '1 OPTOCOUPLER', 'Micropac', '29/05/2012', 'ESA', null, null, '{\"276.pdf\":\"/oss/physical/ESA/5f9caafa3011c7930b897dac30b21ad3/276.pdf\",\"data.xlsx\":\"/oss/physical/ESA/5f9caafa3011c7930b897dac30b21ad3/data.xlsx\"}', '276,66191-313 & 66226-001,Micropac,Download,DD (Displacement Damage),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Photo-Transistor Optocoupler,Bipolar,ESA-ESTEC TEC-QEC,29/05/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('5f9fdc1e77e431d663f08c3553095e7e', 'Crawler', '2024-11-13 10:47:19', null, '2025-04-08 11:34:38', null, 'BiCMOS', 'ADP3330', 'ADP3330', 'Voltage Regulator', null, 'Analog Devices', '_2014Oct24-27', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/5f9fdc1e77e431d663f08c3553095e7e/data.xlsx\",\"Ladbury-TR-14-074-ADP3330-2014Oct24-27-NASA-TM-20210014982.pdf\":\"/oss/physical/NASA/5f9fdc1e77e431d663f08c3553095e7e/Ladbury-TR-14-074-ADP3330-2014Oct24-27-NASA-TM-20210014982.pdf\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/5f9fdc1e77e431d663f08c3553095e7e/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\"}', 'ADP3330,Voltage Regulator,Analog Devices,_2014Oct24-27,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;Ladbury-TR-14-074-ADP3330-2014Oct24-27-NASA-TM-20210014982.pdf,SEL,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('5fd153a15cc32168d7da3c1dded9287f', 'Crawler', '2024-11-13 12:47:52', 'chenwenzhuo', '2025-04-30 23:19:12', null, '14nm LPP', 'Snapdragon 820', 'Snapdragon 820', 'SOC and DDR4', null, 'Samsung', '2016SeptTAMU;2016OctMGH', 'NASA', '陈文卓', '1', '{\"data.xlsx\":\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/data.xlsx\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"TIL25_1746011190888.xlsx\":\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/TIL25_1746011190888.xlsx\"}', 'Snapdragon 820,SOC and DDR4,Samsung,2016SeptTAMU;2016OctMGH,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEFI (Heavy Ion and Proton),14nm LPP', '1'); INSERT INTO `nasa_data_record` VALUES ('60032d9957a25c557ab27763f8755efc', 'Crawler', '2024-11-13 11:16:03', null, '2025-04-08 11:34:38', null, 'Bipolar', 'ISL71590', 'ISL71590', 'Temperature Transducer', null, 'Intersil', '3/19/2018', 'NASA', null, null, '{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/60032d9957a25c557ab27763f8755efc/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/60032d9957a25c557ab27763f8755efc/data.xlsx\"}', 'ISL71590,Temperature Transducer,Intersil,3/19/2018,CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('600612bd4aba139c1ea46bf473425637', 'Crawler', '2024-11-13 10:36:13', null, '2025-04-08 11:34:38', null, 'Bipolar Linear Device', 'ACT8601', 'ACT8601', 'Dual voltage regulator RH117 and RH137', null, 'Aeroflex', '6/18/2006', 'NASA', null, null, '{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/600612bd4aba139c1ea46bf473425637/nsrec07_W27_SEE.pdf\",\"L061806_ACT8601.pdf\":\"/oss/physical/NASA/600612bd4aba139c1ea46bf473425637/L061806_ACT8601.pdf\",\"data.xlsx\":\"/oss/physical/NASA/600612bd4aba139c1ea46bf473425637/data.xlsx\"}', 'ACT8601,Dual voltage regulator RH117 and RH137,Aeroflex,6/18/2006,L061806_ACT8601.pdf;nsrec07_W27_SEE.pdf,SEE,Bipolar Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('601fd742b1e9c3085948616ef22cbaea', 'Crawler', '2024-11-13 10:29:28', null, '2025-04-08 11:34:38', null, 'FIFO (First In/First Out)', '7202RE', '7202RE', 'FIFO', null, 'IDT', '9/2/1992;7/19/1993', 'NASA', null, null, '{\"90292.pdf\":\"/oss/physical/NASA/601fd742b1e9c3085948616ef22cbaea/90292.pdf\",\"nsrec93a.pdf\":\"/oss/physical/NASA/601fd742b1e9c3085948616ef22cbaea/nsrec93a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/601fd742b1e9c3085948616ef22cbaea/data.xlsx\"}', '7202RE,FIFO,IDT,9/2/1992;7/19/1993,nsrec93a.pdf;90292.pdf,SEE,FIFO (First In/First Out)', null); INSERT INTO `nasa_data_record` VALUES ('602f1e6b04f83b9fa21f6b1e0ed9d809', 'Crawler', '2024-11-13 09:56:17', null, '2025-04-08 11:34:38', null, 'NSC', '54AC04DMQB', '54AC04DMQB', 'Hex Inverter', null, null, '01/17/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/602f1e6b04f83b9fa21f6b1e0ed9d809/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/602f1e6b04f83b9fa21f6b1e0ed9d809/PPM-99-045.pdf\"}', '113,2.5-105,54AC04DMQB,Hex Inverter,NSC,SMEX/CB,9036A,PPM-92-009,01/17/92', null); INSERT INTO `nasa_data_record` VALUES ('603116b43a1c15e0fb651529611b462f', 'Crawler', '2024-11-13 10:46:50', null, '2025-04-08 11:34:38', null, 'CMOS', 'ADG201', 'ADG201', 'Quad SPST Analog Switch', null, 'Analog Devices', '12/2/2020;12/8/2010', 'NASA', null, null, '{\"2020-Wilcox-TR-21-002-ADG201-NASA-TM-20210010191.pdf\":\"/oss/physical/NASA/603116b43a1c15e0fb651529611b462f/2020-Wilcox-TR-21-002-ADG201-NASA-TM-20210010191.pdf\",\"data.xlsx\":\"/oss/physical/NASA/603116b43a1c15e0fb651529611b462f/data.xlsx\",\"CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\":\"/oss/physical/NASA/603116b43a1c15e0fb651529611b462f/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\",\"NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\":\"/oss/physical/NASA/603116b43a1c15e0fb651529611b462f/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\"}', 'ADG201,Quad SPST Analog Switch,Analog Devices,12/2/2020;12/8/2010,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf;CP-2021-Topper-NSREC-DW-poster-20210016856.pdf;2020-Wilcox-TR-21-002-ADG201-NASA-TM-20210010191.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('6051b4d8c5e7c96fb1be39277e6e4f7a', 'Crawler', '2024-11-13 10:41:51', null, '2025-04-08 11:34:38', null, 'ADC', 'AD7414', 'AD7414', '10 bit Digital temperature Sensor', null, 'Analog Devices', '6/7/2002;7/25/2003', 'NASA', null, null, '{\"NRL060702_AD7414.pdf\":\"/oss/physical/NASA/6051b4d8c5e7c96fb1be39277e6e4f7a/NRL060702_AD7414.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6051b4d8c5e7c96fb1be39277e6e4f7a/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/6051b4d8c5e7c96fb1be39277e6e4f7a/NSREC03_W10.pdf\"}', 'AD7414,10 bit Digital temperature Sensor,Analog Devices,6/7/2002;7/25/2003,NRL060702_AD7414.pdf;NSREC03_W10.pdf,SEL,ADC', null); INSERT INTO `nasa_data_record` VALUES ('607973c888d54c20de6a41b14946094d', 'Crawler', '2024-11-13 11:58:39', 'huangkan', '2025-04-30 18:22:56', null, '模拟集成电路', 'Mii42142', 'Mii42142', 'Power Operational Amplifier', null, 'Micropac', '7/19/2001', 'NASA', null, '21', '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/607973c888d54c20de6a41b14946094d/nsrec01_W15.pdf\",\"D120400c.pdf\":\"/oss/physical/NASA/607973c888d54c20de6a41b14946094d/D120400c.pdf\",\"data.xlsx\":\"/oss/physical/NASA/607973c888d54c20de6a41b14946094d/data.xlsx\",\"Mii42142单粒子效应_1746008575339.xlsx\":\"/oss/physical/NASA/607973c888d54c20de6a41b14946094d/Mii42142单粒子效应_1746008575339.xlsx\"}', 'Mii42142,Power Operational Amplifier,Micropac,7/19/2001,D120400c.pdf;D120400f.pdf;nsrec01_W15.pdf,DD,Power Operational Amplifier', '21'); INSERT INTO `nasa_data_record` VALUES ('60a64e4dfb524fbd9fba9b36f5ea7346', 'Crawler', '2024-11-13 11:37:38', null, '2025-04-08 11:34:38', null, 'CMOS', 'MAX5121', 'MAX5121', 'DAC', null, 'Maxim', '9/2/2003;11/11/2003;6/22/2004', 'NASA', null, null, '{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/60a64e4dfb524fbd9fba9b36f5ea7346/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/60a64e4dfb524fbd9fba9b36f5ea7346/data.xlsx\",\"T090203_GLAST.pdf\":\"/oss/physical/NASA/60a64e4dfb524fbd9fba9b36f5ea7346/T090203_GLAST.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/60a64e4dfb524fbd9fba9b36f5ea7346/nsrec04_SEE.pdf\"}', 'MAX5121,DAC,Maxim,9/2/2003;11/11/2003;6/22/2004,T111103_GLAST.pdf;T090203_GLAST.pdf;nsrec04_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('60b4d710637c7dc24437e710cf0c7515', 'Crawler', '2024-11-13 10:41:47', null, '2025-04-08 11:34:38', null, 'Bipolar', 'AD7226', 'AD7226', 'A/D Converter', null, 'Analog Devices', '11/18/2019', 'NASA', null, null, '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/60b4d710637c7dc24437e710cf0c7515/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/60b4d710637c7dc24437e710cf0c7515/data.xlsx\"}', 'AD7226,A/D Converter,Analog Devices,11/18/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,SEE;TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('60cc123589cc8d41fe267b22931a9279', 'Crawler', '2024-11-13 09:53:26', null, '2025-04-08 11:34:38', null, 'TI', 'TSC4429', 'TSC4429', 'MOSFET Driver, Hi-i, Hi-spd.', null, null, '12/20/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/60cc123589cc8d41fe267b22931a9279/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/60cc123589cc8d41fe267b22931a9279/PPM-99-045.pdf\"}', '238,2.5-50,TSC4429,MOSFET Driver, Hi-i, Hi-spd.,TI,CASSINI/CIRS,9418,PPM-95-110,12/20/94', null); INSERT INTO `nasa_data_record` VALUES ('60dee0e569896eac5ca42667ecfe9fd8', 'Crawler', '2024-11-13 00:41:36', null, '2025-04-08 11:34:38', null, 'ESCC 22900', 'MT29F4G08ABADAWP', 'MT29F4G08ABADAWP', '4Gb x 8 NAND Flash Memory', '29 MEMORY OTHERS', 'MICRON', '15/07/2015', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/60dee0e569896eac5ca42667ecfe9fd8/data.xlsx\",\"137.pdf\":\"/oss/physical/ESA/60dee0e569896eac5ca42667ecfe9fd8/137.pdf\"}', '137,MT29F4G08ABADAWP,MICRON,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,29 MEMORY OTHERS,4Gb x 8 NAND Flash Memory,,TRAD,15/07/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('60e77dadba6b82a5b379e4a7801028fe', 'Crawler', '2024-11-13 12:33:54', 'sunjiacheng', '2025-04-30 18:14:07', null, 'SRAM', 'S128K8L-55MC', 'S128K8L-55MC', '128kx8 SRAM', '9104E', 'Inova', '11/21/1991', 'NASA', '孙家诚', '1', '{\"PPM-91-696.pdf\":\"/oss/physical/NASA/60e77dadba6b82a5b379e4a7801028fe/PPM-91-696.pdf\",\"data.xlsx\":\"/oss/physical/NASA/60e77dadba6b82a5b379e4a7801028fe/data.xlsx\",\"电离总剂量效应_1746008045469.xlsx\":\"/oss/physical/NASA/60e77dadba6b82a5b379e4a7801028fe/电离总剂量效应_1746008045469.xlsx\"}', 'S128K8L-55MC,128kx8 SRAM,Inova,11/21/1991,tid/PPM-91-696.pdf,TID,Memory', '1'); INSERT INTO `nasa_data_record` VALUES ('60eb2ff608b550f47a457145cd2c8086', 'Crawler', '2024-11-13 10:26:20', null, '2025-04-08 11:34:38', null, 'EEPROM', '58C1001F', '58C1001F', 'EEPROM', null, 'Hitachi/Austin', '1/16/1996', 'NASA', null, null, '{\"PPM-96-003.pdf\":\"/oss/physical/NASA/60eb2ff608b550f47a457145cd2c8086/PPM-96-003.pdf\",\"data.xlsx\":\"/oss/physical/NASA/60eb2ff608b550f47a457145cd2c8086/data.xlsx\"}', '58C1001F,EEPROM,Hitachi/Austin,1/16/1996,tid/PPM-96-003.pdf,TID,EEPROM', null); INSERT INTO `nasa_data_record` VALUES ('60f4d1d6d7453ce6354b592e41858eed', 'Crawler', '2024-11-13 02:22:43', null, '2025-04-08 11:34:38', null, 'Not specified', 'RHF43BK-01V - DC1403A', 'RHF43BK-01V - DC1403A', 'Rad-Hard Precision Single Opamp', '50 LINEAR OPERATIONAL AMPLIFIER', 'STmicroelectronics', '12/06/2015', 'ESA', null, null, '{\"337.pdf\":\"/oss/physical/ESA/60f4d1d6d7453ce6354b592e41858eed/337.pdf\",\"data.xlsx\":\"/oss/physical/ESA/60f4d1d6d7453ce6354b592e41858eed/data.xlsx\"}', '337,RHF43BK-01V - DC1403A,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Rad-Hard Precision Single Opamp,,TRAD,12/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('60fbec460cdb7dd665dcdedeaafc4896', 'Crawler', '2024-11-13 09:53:05', null, '2025-04-08 11:34:38', null, 'Micrel', 'MIC4420', 'MIC4420', 'MOSFET Driver', null, null, '03/30/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/60fbec460cdb7dd665dcdedeaafc4896/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/60fbec460cdb7dd665dcdedeaafc4896/PPM-99-045.pdf\"}', '253,2.5-100,MIC4420,MOSFET Driver,Micrel,CASSINI/CIRS,9325,PPM-95-139,03/30/95', null); INSERT INTO `nasa_data_record` VALUES ('611648d3eebf3983bd83c739e0e61553', 'Crawler', '2024-11-13 12:50:23', 'chenwenzhuo', '2025-04-30 17:27:24', null, 'Power Device', 'TI7770-5MFKB', 'TI7770-5MFKB', 'Power supervisor', null, 'Texas Instruments', '2/24/1997', 'NASA', '陈文卓', '8', '{\"B022497.pdf\":\"/oss/physical/NASA/611648d3eebf3983bd83c739e0e61553/B022497.pdf\",\"data.xlsx\":\"/oss/physical/NASA/611648d3eebf3983bd83c739e0e61553/data.xlsx\",\"TIL25_1746005238232.xlsx\":\"/oss/physical/NASA/611648d3eebf3983bd83c739e0e61553/TIL25_1746005238232.xlsx\"}', 'TI7770-5MFKB,Power supervisor,Texas Instruments,2/24/1997,B022497.pdf,SEE,Power Device', '8'); INSERT INTO `nasa_data_record` VALUES ('6134f7f3e4113f4e96508e0f7ae55004', 'Crawler', '2024-11-13 09:53:17', null, '2025-04-08 11:34:38', null, 'ADI', 'AD677', 'AD677', 'A/D Converter', null, null, '02/02/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6134f7f3e4113f4e96508e0f7ae55004/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6134f7f3e4113f4e96508e0f7ae55004/PPM-99-045.pdf\"}', '244,2.5-20,AD677,A/D Converter,ADI,HST/BASE,9436\r\r\n9412,PPM-95-124,02/02/95', null); INSERT INTO `nasa_data_record` VALUES ('613c359e20f18fb6b6edb22dba443911', 'Crawler', '2024-11-13 10:44:54', null, '2025-04-08 11:34:38', null, 'Operational Amplifier', 'AD845', 'AD845', 'CBFET Operational Amplifier', null, 'Analog Devices', '8/23/1999', 'NASA', null, null, '{\"PPM-99-026.pdf\":\"/oss/physical/NASA/613c359e20f18fb6b6edb22dba443911/PPM-99-026.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/613c359e20f18fb6b6edb22dba443911/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/613c359e20f18fb6b6edb22dba443911/data.xlsx\"}', 'AD845,CBFET Operational Amplifier,Analog Devices,8/23/1999,tid/PPM-99-026.pdf;nsrec00_W21.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('613d2eb38deab318aa3fa08c84ec887f', 'Crawler', '2024-11-13 09:51:06', null, '2025-04-08 11:34:38', null, 'National', 'LM105', 'LM105', 'Voltage Regulator', null, null, '7/29/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/613d2eb38deab318aa3fa08c84ec887f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/613d2eb38deab318aa3fa08c84ec887f/PPM-99-045.pdf\"}', '329,5-100,LM105,Voltage Regulator,National,ADEOS,9640,PPM-97-033,7/29/97', null); INSERT INTO `nasa_data_record` VALUES ('613f4392fe695c870f6b47c3ece6ea56', 'Crawler', '2024-11-13 10:27:08', null, '2025-04-08 11:34:38', null, 'Optical Fiber', '62-5/125 standard', '62-5/125 standard', 'Optical Fiber', null, 'Corning', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/613f4392fe695c870f6b47c3ece6ea56/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/613f4392fe695c870f6b47c3ece6ea56/data.xlsx\"}', '62-5/125 standard,Optical Fiber,Corning,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('613fce090453a1584c0d6f0052172a81', 'Crawler', '2024-11-13 09:58:55', null, '2025-04-08 11:34:38', null, 'Statek', 'SQXO-2-100kHz', 'SQXO-2-100kHz', 'Crystal Osc.', null, null, '03/08/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/613fce090453a1584c0d6f0052172a81/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/613fce090453a1584c0d6f0052172a81/PPM-99-045.pdf\"}', '17,5-200,SQXO-2-100kHz,Crystal Osc.,Statek,Hydra,8849\r\r\n9036\r\r\n9044,Rad-91-2,03/08/91', null); INSERT INTO `nasa_data_record` VALUES ('615b97760e3c1ff68075b2aed33ea3b5', 'Crawler', '2024-11-13 01:01:05', null, '2025-04-08 11:34:38', null, 'Not specified', 'BA06', 'BA06', 'Low Power NPN Bipolar Transistor', '1 LOW POWER, NPN (< 2WATTS)', 'STmicroelectronics', '29/03/2010', 'ESA', null, null, '{\"209.pdf\":\"/oss/physical/ESA/615b97760e3c1ff68075b2aed33ea3b5/209.pdf\",\"data.xlsx\":\"/oss/physical/ESA/615b97760e3c1ff68075b2aed33ea3b5/data.xlsx\"}', '209,BA06,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),Low Power NPN Bipolar Transistor,,Hirex,29/03/2010,False', null); INSERT INTO `nasa_data_record` VALUES ('615c21a4fa4e0a1172206572a3ce9845', 'Crawler', '2024-11-13 09:58:16', null, '2025-04-08 11:34:38', null, 'TI', 'SNJ54HC85', 'SNJ54HC85', '4 bit Compar.', null, null, '06/13/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/615c21a4fa4e0a1172206572a3ce9845/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/615c21a4fa4e0a1172206572a3ce9845/PPM-99-045.pdf\"}', '46,2.5-50,SNJ54HC85,4 bit Compar.,TI,ISTP/NC,8817Y,PPM-91-412,06/13/91', null); INSERT INTO `nasa_data_record` VALUES ('61627aea765f9475cec1f0c9ecd8ec90', 'Crawler', '2024-11-13 09:48:55', null, '2025-04-08 11:34:38', null, 'AD', 'AD7545', 'AD7545', '12 bit D/A Convertor', null, null, '06/24/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/61627aea765f9475cec1f0c9ecd8ec90/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/61627aea765f9475cec1f0c9ecd8ec90/PPM-99-045.pdf\"}', '408,2.5-30,AD7545,12 bit D/A Convertor,AD,IRAC,9807,PPM-99-022,06/24/99', null); INSERT INTO `nasa_data_record` VALUES ('61640cf78d584bcd9ba6a3f466b5e467', 'Crawler', '2024-11-13 10:40:31', null, '2025-04-08 11:34:38', null, 'Converter', 'AD650', 'AD650', '2.5 �m bipolar Voltage to Frequency Converter', null, 'Analog Devices', '8/8/2005;10/2005', 'NASA', null, null, '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/61640cf78d584bcd9ba6a3f466b5e467/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/61640cf78d584bcd9ba6a3f466b5e467/data.xlsx\",\"G05OCT_AD650_TID.pdf\":\"/oss/physical/NASA/61640cf78d584bcd9ba6a3f466b5e467/G05OCT_AD650_TID.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/61640cf78d584bcd9ba6a3f466b5e467/nsrec06_W4.pdf\",\"T080805_AD650.pdf\":\"/oss/physical/NASA/61640cf78d584bcd9ba6a3f466b5e467/T080805_AD650.pdf\"}', 'AD650,2.5 �m bipolar Voltage to Frequency Converter,Analog Devices,8/8/2005;10/2005,T080805_AD650.pdf;nsrec06_W4.pdf;G05OCT_AD650_TID.pdf;nsrec06_W2.pdf,SEE;TID,Converter', null); INSERT INTO `nasa_data_record` VALUES ('6184af8cca9084c5010e9d3d99f9a327', 'Crawler', '2024-11-13 12:00:43', 'xieyongzhi', '2025-05-03 19:57:09', null, '其他光纤元器件', 'ODL200 TX/REC', 'ODL200 TX/REC', '200 Mbps Fiber optic TX/REC', null, 'ATT/CTS', '3/30/1993;1/6/1994;7/18/1994', 'NASA', '谢永智', '1', '{\"nsrec94a.pdf\":\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/nsrec94a.pdf\",\"data(49)_1746001782545.xlsx\":\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/data(49)_1746001782545.xlsx\",\"b010694.pdf\":\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/b010694.pdf\"}', 'ODL200 TX/REC,200 Mbps Fiber optic TX/REC,ATT/CTS,3/30/1993;1/6/1994;7/18/1994,b010694.pdf;nsrec94a.pdf,SEE,Fiber Optics', '1'); INSERT INTO `nasa_data_record` VALUES ('61bba62a95ebbb9d7d22b7268e176a0f', 'Crawler', '2024-11-13 12:03:13', 'xuebinrui', '2025-04-29 17:41:26', null, '放大器', 'OP27', 'OP27', 'Operational Amplifier', '9347、9407、0402F 、9648A、9721A', 'Analog Devices', '4/23/1998;5/5/1997;2/2005', 'NASA', '薛彬睿', '6', '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/61bba62a95ebbb9d7d22b7268e176a0f/nsrec05_W23.pdf\",\"G05FEB_OP27_TID.pdf\":\"/oss/physical/NASA/61bba62a95ebbb9d7d22b7268e176a0f/G05FEB_OP27_TID.pdf\",\"PPM-97-019.pdf\":\"/oss/physical/NASA/61bba62a95ebbb9d7d22b7268e176a0f/PPM-97-019.pdf\",\"PPM-98-009.pdf\":\"/oss/physical/NASA/61bba62a95ebbb9d7d22b7268e176a0f/PPM-98-009.pdf\",\"电离总剂量效应-(16)_1745919640503.xlsx\":\"/oss/physical/NASA/61bba62a95ebbb9d7d22b7268e176a0f/电离总剂量效应-(16)_1745919640503.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/61bba62a95ebbb9d7d22b7268e176a0f/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/61bba62a95ebbb9d7d22b7268e176a0f/data.xlsx\"}', 'OP27,Operational Amplifier,Analog Devices,4/23/1998;5/5/1997;2/2005,tid/PPM-98-009.pdf;nsrec00_W21.pdf;tid/PPM-97-019.pdf;G05FEB_OP27_TID.pdf;nsrec05_W23.pdf,TID,Operational Amplifier', '29'); INSERT INTO `nasa_data_record` VALUES ('61ce9527a13073bd191498098f9c9705', 'Crawler', '2024-11-13 12:53:22', 'lixuyou', '2025-04-30 16:52:32', null, 'RAM (Random Access Memory)', 'TMS416400DJ', 'TMS416400DJ', '4Mx4 DRAM', '423218', 'Texas Instruments', '11/17/1996;12/4/1996;2/24/1997', 'NASA', '李序友', '1', '{\"B022497.pdf\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/B022497.pdf\",\"i111796b.pdf\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/i111796b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/data.xlsx\",\"TMS416400DJ_1746003149292.xlsx\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/TMS416400DJ_1746003149292.xlsx\"}', 'TMS416400DJ,4Mx4 DRAM,Texas Instruments,11/17/1996;12/4/1996;2/24/1997,i111796b.pdf;B022497.pdf,SEE,RAM (Random Access Memory)', '150'); INSERT INTO `nasa_data_record` VALUES ('61ec25861874efc8539ebb58041971b3', 'Crawler', '2024-11-13 13:14:32', 'admin', '2025-04-08 11:34:38', null, '数字集成电路', '存储器SRAM', 'ZQ04031', '32kx8 SRAM', '62832H', 'Elmo/Hitachi', '11/7/1991', 'NASA', '张兴尧', '3', '{\"PPM-91-702.pdf\":\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/PPM-91-702.pdf\",\"data.xlsx\":\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/data.xlsx\",\"data3_1739439030146.csv\":\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/data3_1739439030146.csv\"}', 'ZQ04031,32kx8 SRAM,Elmo/Hitachi,11/7/1991,tid/PPM-91-702.pdf,TID,Memory', '135'); INSERT INTO `nasa_data_record` VALUES ('6206eb1c444e830f8012040a50253594', 'Crawler', '2024-11-13 12:30:21', 'yangjicong', '2025-04-29 16:40:27', null, 'Hybrid', 'RP21002', 'RP21002', 'SSPC', '0342', 'Data Device Corporation', '12/18/2004', 'NASA', '杨济聪', '1', '{\"T121804_RP21005.pdf\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/T121804_RP21005.pdf\",\"data_1745915451855.xlsx\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/data_1745915451855.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/nsrec05_W5.pdf\"}', 'RP21002,SSPC,Data Device Corporation,12/18/2004,T121804_RP21005.pdf;nsrec05_W5.pdf,SEE,Hybrid', '4'); INSERT INTO `nasa_data_record` VALUES ('62174bf5198d1715ff35e4e39d04a51e', 'Crawler', '2024-11-13 02:21:39', null, '2025-04-08 11:34:38', null, 'ESCC 22900', 'K4B4G0846Q - DC1280', 'K4B4G0846Q - DC1280', '4Gb (512Mb x 8 x 8 banks) DDR3L SDRAM', '29 MEMORY OTHERS', 'Samsung', '22/11/2018', 'ESA', null, null, '{\"TID_01586_01 K4B4G0846Q.pdf\":\"/oss/physical/ESA/62174bf5198d1715ff35e4e39d04a51e/TID_01586_01 K4B4G0846Q.pdf\",\"data.xlsx\":\"/oss/physical/ESA/62174bf5198d1715ff35e4e39d04a51e/data.xlsx\"}', '346,K4B4G0846Q - DC1280,Samsung,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,29 MEMORY OTHERS,4Gb (512Mb x 8 x 8 banks) DDR3L SDRAM,,Hirex-Alter,22/11/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('62515e620bc49091fd0a5724ef2eaa02', 'Crawler', '2024-11-13 09:52:19', null, '2025-04-08 11:34:38', null, 'ADI', 'AD620', 'AD620', 'Op Amp', null, null, '10/04/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/62515e620bc49091fd0a5724ef2eaa02/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/62515e620bc49091fd0a5724ef2eaa02/PPM-99-045.pdf\"}', '283,1-10,AD620,Op Amp,ADI,HST/NICMOS,9435,PPM-95-183,10/04/95', null); INSERT INTO `nasa_data_record` VALUES ('62810a7effb773a1c4eab3049176f6bf', 'Crawler', '2024-11-13 11:35:42', null, '2025-04-08 11:34:38', null, 'FIFO (First In/First Out)', 'MAR7001CB2', 'MAR7001CB2', '512x9 FIFO', null, 'Marconi', '1/15/1991', 'NASA', null, null, '{\"no_tid_report.pdf\":\"/oss/physical/NASA/62810a7effb773a1c4eab3049176f6bf/no_tid_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/62810a7effb773a1c4eab3049176f6bf/data.xlsx\"}', 'MAR7001CB2,512x9 FIFO,Marconi,1/15/1991,tid/no_tid_report.pdf,TID,FIFO (First In/First Out)', null); INSERT INTO `nasa_data_record` VALUES ('6287de69ee6a3c7612458b448a196b8a', 'Crawler', '2024-11-13 11:07:35', null, '2025-04-08 11:34:38', null, 'Multivibrator', 'HCS4538KMSR', 'HCS4538KMSR', 'Multivibrator', null, 'Harris', '5/1/1991;1/03/1991', 'NASA', null, null, '{\"PPM-91-337.pdf\":\"/oss/physical/NASA/6287de69ee6a3c7612458b448a196b8a/PPM-91-337.pdf\",\"PPM-91-004.pdf\":\"/oss/physical/NASA/6287de69ee6a3c7612458b448a196b8a/PPM-91-004.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6287de69ee6a3c7612458b448a196b8a/data.xlsx\"}', 'HCS4538KMSR,Multivibrator,Harris,5/1/1991;1/03/1991,tid/PPM-91-337.pdf;tid/PPM-91-004.pdf,TID,Multivibrator', null); INSERT INTO `nasa_data_record` VALUES ('628c719dd63914a31883272f3e940027', 'Crawler', '2024-11-13 10:55:58', null, '2025-04-08 11:34:38', null, 'Capacitor', 'CLR79', 'CLR79', 'Capacitor', null, 'Sprague', '8/9/1996', 'NASA', null, null, '{\"PPM-96-008.pdf\":\"/oss/physical/NASA/628c719dd63914a31883272f3e940027/PPM-96-008.pdf\",\"data.xlsx\":\"/oss/physical/NASA/628c719dd63914a31883272f3e940027/data.xlsx\"}', 'CLR79,Capacitor,Sprague,8/9/1996,tid/PPM-96-008.pdf,TID,Capacitor', null); INSERT INTO `nasa_data_record` VALUES ('62c14a093ea1b1002bc661ac4b9a9e81', 'Crawler', '2024-11-13 09:57:07', null, '2025-04-08 11:34:38', null, 'Q-Tech', 'SMEX 5955-03/8', 'SMEX 5955-03/8', 'Crystal Osc.', null, null, '10/16/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/62c14a093ea1b1002bc661ac4b9a9e81/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/62c14a093ea1b1002bc661ac4b9a9e81/PPM-99-045.pdf\"}', '80,10-300,SMEX 5955-03/8,Crystal Osc.,Q-Tech,SMEX/CB,9106,PPM-91-613,10/16/91', null); INSERT INTO `nasa_data_record` VALUES ('62d5de5defe4487fdfc7734adb88c30b', 'Crawler', '2024-11-13 10:08:58', null, '2025-04-08 11:34:38', null, 'RAM (Random Access Memory)', '0116400J1B-70', '0116400J1B-70', '4Mx4 DRAM', null, 'IBM', '9/11/1997', 'NASA', null, null, '{\"DRAM296.pdf\":\"/oss/physical/NASA/62d5de5defe4487fdfc7734adb88c30b/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/62d5de5defe4487fdfc7734adb88c30b/data.xlsx\"}', '0116400J1B-70,4Mx4 DRAM,IBM,9/11/1997,DRAM296.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('62ee0016ab55c13e4d89a77ba91259ad', 'Crawler', '2024-11-13 11:51:33', 'mayinjie', '2025-04-30 20:39:03', null, 'CMOS', 'MR2A16A', 'MR2A16A', '4Mbit MRAM', null, 'Freescale', 'IUCF07OCT;2007OCT', 'NASA', '马崟洁', '1', '{\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/nsrec08_W2_TID.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/data.xlsx\",\"G07OCT_MR2A16A_TID_I032707.pdf\":\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/G07OCT_MR2A16A_TID_I032707.pdf\",\"电离总剂量效应_1746016741842.xlsx\":\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/电离总剂量效应_1746016741842.xlsx\"}', 'MR2A16A,4Mbit MRAM,Freescale,IUCF07OCT;2007OCT,G07OCT_MR2A16A_TID_I032707.pdf;nsrec08_W3_SEE.pdf;nsrec08_W2_TID.pdf,TID; SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('62f9943fae22bfd42a20b6f53d2cb5f1', 'Crawler', '2024-11-13 11:28:52', null, '2025-04-08 11:34:38', null, 'Memory', 'LMRH4Kx9 FIFO', 'LMRH4Kx9 FIFO', '4Kx9 FIFO', null, 'Lockheed-Martin', '1998-1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/62f9943fae22bfd42a20b6f53d2cb5f1/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/62f9943fae22bfd42a20b6f53d2cb5f1/data.xlsx\"}', 'LMRH4Kx9 FIFO,4Kx9 FIFO,Lockheed-Martin,1998-1999,NSREC99.pdf,SEE,Memory', null); INSERT INTO `nasa_data_record` VALUES ('62fd0676c55f9e610adbf42edbd67577', 'Crawler', '2024-11-13 11:18:49', null, '2025-04-08 11:34:38', null, 'CMOS', 'K4B2G0846-HCH9 2 Gb die on M471B5773DH0-CH9 DIMMs', 'K4B2G0846-HCH9 2 Gb die on M471B5773DH0-CH9 DIMMs', 'DDR3 SDRAM', null, 'Samsung', '2013Feb-Mar(NRL);5/7/2013(TAMU)', 'NASA', null, null, '{\"13-015_12-037_T20130320_NRL20130507_DDR3.pdf\":\"/oss/physical/NASA/62fd0676c55f9e610adbf42edbd67577/13-015_12-037_T20130320_NRL20130507_DDR3.pdf\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/62fd0676c55f9e610adbf42edbd67577/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/62fd0676c55f9e610adbf42edbd67577/data.xlsx\"}', 'K4B2G0846-HCH9 2 Gb die on M471B5773DH0-CH9 DIMMs,DDR3 SDRAM,Samsung,2013Feb-Mar(NRL);5/7/2013(TAMU),https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;13-015_12-037_T20130320_NRL20130507_DDR3.pdf,SEE; SEU; SEFI,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('631ab047432f58d72a69b84eef93f40e', 'Crawler', '2024-11-13 10:46:35', null, '2025-04-08 11:34:38', null, 'BiCMOS', 'ADCMP604', 'ADCMP604', 'Comparator', null, 'Analog Devices', '10/27/2017-to-2/17/2018', 'NASA', null, null, '{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/631ab047432f58d72a69b84eef93f40e/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/631ab047432f58d72a69b84eef93f40e/data.xlsx\"}', 'ADCMP604,Comparator,Analog Devices,10/27/2017-to-2/17/2018,CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,TID,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('631b5770301e056f1ea72d5c32c1a055', 'Crawler', '2024-11-13 10:31:09', null, '2025-04-08 11:34:38', null, 'CMOS', '80387', '80387', 'Math Coprocessor', null, 'Intel', '10/2819/91;12/18/1991;3/26/2003;6/22/2004', 'NASA', null, null, '{\"T032603_80387.pdf\":\"/oss/physical/NASA/631b5770301e056f1ea72d5c32c1a055/T032603_80387.pdf\",\"data.xlsx\":\"/oss/physical/NASA/631b5770301e056f1ea72d5c32c1a055/data.xlsx\",\"121891.pdf\":\"/oss/physical/NASA/631b5770301e056f1ea72d5c32c1a055/121891.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/631b5770301e056f1ea72d5c32c1a055/nsrec04_SEE.pdf\"}', '80387,Math Coprocessor,Intel,10/2819/91;12/18/1991;3/26/2003;6/22/2004,121891.pdf;T032603_80387.pdf;nsrec04_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('631d42f7e150c4aa4be5c8261616225c', 'Crawler', '2024-11-13 09:49:58', null, '2025-04-08 11:34:38', null, 'Linfinity', 'SG1846', 'SG1846', 'PWM Controller', null, null, '7/15/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/631d42f7e150c4aa4be5c8261616225c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/631d42f7e150c4aa4be5c8261616225c/PPM-99-045.pdf\"}', '376,20-200,SG1846,PWM Controller,Linfinity,GOES,9715,PPM-98-022,7/15/98', null); INSERT INTO `nasa_data_record` VALUES ('63333d58453893d3f73637f434058dc0', 'Crawler', '2024-11-13 10:28:49', null, '2025-04-08 11:34:38', null, 'Optocoupler', '6N136', '6N136', 'Optocoupler', null, 'Micropac', '3/19/1997;7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/63333d58453893d3f73637f434058dc0/NSREC98.pdf\",\"d031997.pdf\":\"/oss/physical/NASA/63333d58453893d3f73637f434058dc0/d031997.pdf\",\"data.xlsx\":\"/oss/physical/NASA/63333d58453893d3f73637f434058dc0/data.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/63333d58453893d3f73637f434058dc0/nsrec00_W22.pdf\"}', '6N136,Optocoupler,Micropac,3/19/1997;7/20/1998,d031997.pdf;NSREC98.pdf;nsrec00_W22.pdf,SEE;SET,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('633891e941da17196eec733508043306', 'Crawler', '2024-11-13 09:56:51', null, '2025-04-08 11:34:38', null, 'NSC', '54AC20LMQB', '54AC20LMQB', '4-Input NAND', null, null, '11/22/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/633891e941da17196eec733508043306/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/633891e941da17196eec733508043306/PPM-99-045.pdf\"}', '89,10-300,54AC20LMQB,4-Input NAND,NSC,SMEX/CB,9052A,PPM-91-692,11/22/91', null); INSERT INTO `nasa_data_record` VALUES ('633b0a7510e6acdb8da1ca6cbfb90f15', 'Crawler', '2024-11-13 10:56:31', null, '2025-04-08 11:34:38', null, 'Comparator', 'CMP402', 'CMP402', 'Comparator', null, 'Analog Devices', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/633b0a7510e6acdb8da1ca6cbfb90f15/nsrec01_W15.pdf\",\"B092700a.pdf\":\"/oss/physical/NASA/633b0a7510e6acdb8da1ca6cbfb90f15/B092700a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/633b0a7510e6acdb8da1ca6cbfb90f15/data.xlsx\"}', 'CMP402,Comparator,Analog Devices,7/19/2001,B092700a.pdf;nsrec01_W15.pdf,SEL,Comparator', null); INSERT INTO `nasa_data_record` VALUES ('634d3a5096c4d74834e56c6f8312166f', 'Crawler', '2024-11-13 11:50:33', null, '2025-04-08 11:34:38', null, 'SiC VDMOS', 'MOS-250-2', 'MOS-250-2', 'MOSFET', null, 'FUJI', '9/15/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/634d3a5096c4d74834e56c6f8312166f/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/634d3a5096c4d74834e56c6f8312166f/data.xlsx\"}', 'MOS-250-2,MOSFET,FUJI,9/15/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEGR,SiC VDMOS', null); INSERT INTO `nasa_data_record` VALUES ('635044ee9a91231c62f53a43e02dd8ef', 'Crawler', '2024-11-13 09:58:32', null, '2025-04-08 11:34:38', null, 'PMI', 'OP43AJ/883', 'OP43AJ/883', 'OP AMP', null, null, '05/29/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/635044ee9a91231c62f53a43e02dd8ef/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/635044ee9a91231c62f53a43e02dd8ef/PPM-99-045.pdf\"}', '34,10-300,OP43AJ/883,OP AMP,PMI,ISTP/NC,9023,PPM-91-363,05/29/91', null); INSERT INTO `nasa_data_record` VALUES ('63943512e44ef2fce5040d4e064c0a99', 'Crawler', '2024-11-13 12:59:34', 'mayunlong', '2025-04-17 23:59:40', null, '电源变换器', 'UCC1806', 'UCC1806', 'Pulse Width Modulator Controller', '0126', 'Unitrode', '6/17/2003;8/27/2003-9/4/2003', 'NASA', '马云龙', '1', '{\"T061703_UCC1806.pdf\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/T061703_UCC1806.pdf\",\"单粒子效应UCC1806_1744905146619.xlsx\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/单粒子效应UCC1806_1744905146619.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/nsrec04_SEE.pdf\",\"电离总剂量效应UCC1806_1744905569522.xlsx\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/电离总剂量效应UCC1806_1744905569522.xlsx\"}', 'UCC1806,Pulse Width Modulator Controller,Unitrode,6/17/2003;6/22/2004,T061703_UCC1806.pdf;nsrec04_SEE.pdf,SEE,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('63a14b5a568c46a7b2c47ede6705ba3e', 'Crawler', '2024-11-13 09:55:02', null, '2025-04-08 11:34:38', null, 'Motorola', 'JTXV2N2905AL', 'JTXV2N2905AL', 'PNP Transistor', null, null, '12/11/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/63a14b5a568c46a7b2c47ede6705ba3e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/63a14b5a568c46a7b2c47ede6705ba3e/PPM-99-045.pdf\"}', '167,10-60,JTXV2N2905AL,PNP Transistor,Motorola,GOES,8626,PPM-92-302,12/11/92', null); INSERT INTO `nasa_data_record` VALUES ('63bd30751fb07b4c113d488786bef4d3', 'Crawler', '2024-11-13 10:45:06', null, '2025-04-08 11:34:38', null, 'ADC', 'AD9223', 'AD9223', '12 bit ADC 3 MSPS', null, 'Analog Devices', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/63bd30751fb07b4c113d488786bef4d3/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/63bd30751fb07b4c113d488786bef4d3/data.xlsx\"}', 'AD9223,12 bit ADC 3 MSPS,Analog Devices,7/19/2002,NSREC02_W16.pdf,SEE,ADC', null); INSERT INTO `nasa_data_record` VALUES ('64336f35fbe2632b100f9b992571b112', 'Crawler', '2024-11-13 10:53:14', null, '2025-04-08 11:34:38', null, 'Optical Fiber', 'BF05444', 'BF05444', 'Optical Fiber', null, 'OFS', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/64336f35fbe2632b100f9b992571b112/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/64336f35fbe2632b100f9b992571b112/data.xlsx\"}', 'BF05444,Optical Fiber,OFS,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('64472a0b0fe0cf92fb3fc71ac721970d', 'Crawler', '2024-11-13 11:46:20', null, '2025-04-08 11:34:38', null, 'Crystal Oscillator', 'MC708-149', 'MC708-149', 'Crystal Oscillator', null, 'McCoy Elec', '7/30/1991', 'NASA', null, null, '{\"PPM-91-483.pdf\":\"/oss/physical/NASA/64472a0b0fe0cf92fb3fc71ac721970d/PPM-91-483.pdf\",\"data.xlsx\":\"/oss/physical/NASA/64472a0b0fe0cf92fb3fc71ac721970d/data.xlsx\"}', 'MC708-149,Crystal Oscillator,McCoy Elec,7/30/1991,tid/PPM-91-483.pdf,TID,Crystal Oscillator', null); INSERT INTO `nasa_data_record` VALUES ('645fa5928e019c6138f9833c59ac9b8e', 'Crawler', '2024-11-13 11:13:21', null, '2025-04-08 11:34:38', null, 'CMOS Error Det/Corr', 'IDT49C460', 'IDT49C460', 'CMOS Error Det/Corr', null, 'IDT', '1/13/1995', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/645fa5928e019c6138f9833c59ac9b8e/data.xlsx\"}', 'IDT49C460,CMOS Error Det/Corr,IDT,1/13/1995,tid/PPM-E24595-119.pdf,TID,CMOS Error Det/Corr', null); INSERT INTO `nasa_data_record` VALUES ('6483e6a69e74f11b1ab11b65643e4b2c', 'Crawler', '2024-11-13 09:48:51', null, '2025-04-08 11:34:38', null, 'Omnirel', 'OM20P10', 'OM20P10', 'P Channel MOSFET', null, null, '08/10/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6483e6a69e74f11b1ab11b65643e4b2c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6483e6a69e74f11b1ab11b65643e4b2c/PPM-99-045.pdf\"}', '411,2.5-20,OM20P10,P Channel MOSFET,Omnirel,HST/COS,9735,PPM-99-025,08/10/99', null); INSERT INTO `nasa_data_record` VALUES ('64929e2a2b85ba9584e2dd946673bed1', 'Crawler', '2024-11-13 11:06:14', null, '2025-04-08 11:34:38', null, 'Optocoupler', 'HCPL-553K', 'HCPL-553K', 'Optocoupler', null, 'Agilent', '_2005', 'NASA', null, null, '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/64929e2a2b85ba9584e2dd946673bed1/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/64929e2a2b85ba9584e2dd946673bed1/data.xlsx\"}', 'HCPL-553K,Optocoupler,Agilent,_2005,nsrec06_W2.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('649a814b7c6af60ee0270c8a6e268be0', 'Crawler', '2024-11-13 10:28:42', null, '2025-04-08 11:34:38', null, 'Optocoupler', '6N134', '6N134', 'Optocoupler', null, 'Micropac', '5/1997;5/17/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/649a814b7c6af60ee0270c8a6e268be0/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/649a814b7c6af60ee0270c8a6e268be0/data.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/649a814b7c6af60ee0270c8a6e268be0/nsrec00_W22.pdf\"}', '6N134,Optocoupler,Micropac,5/1997;5/17/1999,nsrec00_W22.pdf;nsrec00_W21.pdf,DD;SEE,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('649b29593b3022310d3515f84c94004e', 'Crawler', '2024-11-13 10:32:37', null, '2025-04-08 11:34:38', null, 'Si device', '96-1052U', '96-1052U', 'Schottky Diode', null, 'International Rectifier/Vishay', '6/1/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/649b29593b3022310d3515f84c94004e/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/649b29593b3022310d3515f84c94004e/data.xlsx\"}', '96-1052U,Schottky Diode,International Rectifier/Vishay,6/1/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEE,Si device', null); INSERT INTO `nasa_data_record` VALUES ('64ab8b6098532efda7366759777f5d8d', 'Crawler', '2024-11-13 00:51:14', null, '2025-04-08 11:34:38', null, 'Not specified', 'RHFLVDS32A', 'RHFLVDS32A', 'Rad-Hard Quad LVDS Receiver', '55 LINEAR LINE DRIVER', 'STmicroelectronics', '16/10/2013', 'ESA', null, null, '{\"179.pdf\":\"/oss/physical/ESA/64ab8b6098532efda7366759777f5d8d/179.pdf\",\"data.xlsx\":\"/oss/physical/ESA/64ab8b6098532efda7366759777f5d8d/data.xlsx\"}', '179,RHFLVDS32A,STmicroelectronics,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,55 LINEAR LINE DRIVER,Rad-Hard Quad LVDS Receiver,,TRAD,16/10/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('64bf890a40442020391de52af5a416b1', 'Crawler', '2024-11-13 10:38:21', null, '2025-04-08 11:34:38', null, 'ADC', 'AD571S', 'AD571S', '10-Bit ADC', null, 'Analog Devices', '4/30/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/64bf890a40442020391de52af5a416b1/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/64bf890a40442020391de52af5a416b1/data.xlsx\"}', 'AD571S,10-Bit ADC,Analog Devices,4/30/1999,nsrec00_W21.pdf,SEE;TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('64c193c4ab2615fc5102dd1dff99f3db', 'Crawler', '2024-11-13 11:15:08', null, '2025-04-08 11:34:38', null, 'Transistor', 'IRLML5103A', 'IRLML5103A', 'P-Channel MOSFET', null, 'International Rectifier Corp', '12/31/2001;7/19/2002', 'NASA', null, null, '{\"N123101_IRLML5103A.pdf\":\"/oss/physical/NASA/64c193c4ab2615fc5102dd1dff99f3db/N123101_IRLML5103A.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/64c193c4ab2615fc5102dd1dff99f3db/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/64c193c4ab2615fc5102dd1dff99f3db/data.xlsx\"}', 'IRLML5103A,P-Channel MOSFET,International Rectifier Corp,12/31/2001;7/19/2002,N123101_IRLML5103A.pdf;NSREC02_W16.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('64d8a82d2500af386a23f0288b9cab48', 'Crawler', '2024-11-13 13:09:12', 'wangbin', '2025-04-17 19:06:27', null, '数字集成电路', 'WS512K8-XCX', 'WS512K8-XCX', '4Mbit SRAM', 'xx', 'White', '1998-1999', 'NASA', '王斌', '1', '{\"NSREC99.pdf\":\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/data.xlsx\",\"单粒子效应WS512K8-XCX_1744887986042.xlsx\":\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/单粒子效应WS512K8-XCX_1744887986042.xlsx\"}', 'WS512K8-XCX,4Mbit SRAM,White,1998-1999,NSREC99.pdf,SEE,Memory', '1'); INSERT INTO `nasa_data_record` VALUES ('6503a9b9419b22c59c6b84ebb4e2b5af', 'Crawler', '2024-11-13 10:26:17', null, '2025-04-08 11:34:38', null, 'Memories', '57C256F-35', '57C256F-35', 'EEPROM', null, 'WSI', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/6503a9b9419b22c59c6b84ebb4e2b5af/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6503a9b9419b22c59c6b84ebb4e2b5af/data.xlsx\"}', '57C256F-35,EEPROM,WSI,7/20/1998,NSREC98.pdf,SEE,Memories', null); INSERT INTO `nasa_data_record` VALUES ('6506b62204848ee46b892777a117009c', 'Crawler', '2024-11-13 10:58:50', null, '2025-04-08 11:34:38', null, 'DAC', 'DAC08A', 'DAC08A', '8 Bit D/A Converter', null, 'Analog Devices', '1/7/2000;12/08/1994', 'NASA', null, null, '{\"PPM-95-103.pdf\":\"/oss/physical/NASA/6506b62204848ee46b892777a117009c/PPM-95-103.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6506b62204848ee46b892777a117009c/data.xlsx\",\"PPM-99-044.pdf\":\"/oss/physical/NASA/6506b62204848ee46b892777a117009c/PPM-99-044.pdf\"}', 'DAC08A,8 Bit D/A Converter,Analog Devices,1/7/2000;12/08/1994,tid/PPM-99-044.pdf;tid/PPM-95-103.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('6507129590a6029ddae8fa864efe7690', 'Crawler', '2024-11-13 09:56:24', null, '2025-04-08 11:34:38', null, 'Harris', 'HA2620', 'HA2620', 'OP AMP', null, null, '01/09/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6507129590a6029ddae8fa864efe7690/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6507129590a6029ddae8fa864efe7690/PPM-99-045.pdf\"}', '108,5-100,HA2620,OP AMP,Harris,GPEP,9013A,PPM-92-023,01/09/92', null); INSERT INTO `nasa_data_record` VALUES ('65109d0f33281d27ef44812d77a7f96f', 'Crawler', '2024-11-13 10:54:39', null, '2025-04-08 11:34:38', null, 'SiC', 'C4D020120A', 'C4D020120A', 'JBS Power Diode', null, 'Cree', '1/1/2020', 'NASA', null, null, '{\"STMD-CP-2020-Lauenstein-TNS-Paper-Leakage-Current-SiC-Schottky-Power-Diodes-TN79186.pdf\":\"/oss/physical/NASA/65109d0f33281d27ef44812d77a7f96f/STMD-CP-2020-Lauenstein-TNS-Paper-Leakage-Current-SiC-Schottky-Power-Diodes-TN79186.pdf\",\"data.xlsx\":\"/oss/physical/NASA/65109d0f33281d27ef44812d77a7f96f/data.xlsx\"}', 'C4D020120A,JBS Power Diode,Cree,1/1/2020,https://nepp.nasa.gov/docs/tasks/045b-Power-Devices-Wide-Bandgap-Silicon-Carbide-Power-Devices/STMD-CP-2020-Lauenstein-TNS-Paper-Leakage-Current-SiC-Schottky-Power-Diodes-TN79186.pdf,SEE,SiC', null); INSERT INTO `nasa_data_record` VALUES ('6528f20d10827d868d75083a2005e1c4', 'Crawler', '2024-11-13 02:18:12', null, '2025-04-08 11:34:38', null, 'ESCC 22900', 'SY10x7A ASIC', 'SY10x7A ASIC', 'RF front-end, AD-DA converter', '1 ALL', 'Saphyrion', '28/05/2021', 'ESA', null, null, '{\"375.pdf\":\"/oss/physical/ESA/6528f20d10827d868d75083a2005e1c4/375.pdf\",\"data.xlsx\":\"/oss/physical/ESA/6528f20d10827d868d75083a2005e1c4/data.xlsx\"}', '375,SY10x7A ASIC,Saphyrion,Download,TID (Total Ionising Dose),ESCC 22900,99 MISCELLANEOUS PARTS,1 ALL,RF front-end, AD-DA converter,,Saphyrion,28/05/2021,False', null); INSERT INTO `nasa_data_record` VALUES ('6536724c2e16775a8b8c0b8adf7298ba', 'Crawler', '2024-11-13 11:04:27', null, '2025-04-08 11:34:38', null, 'Optical Fiber', 'Fluosil SS', 'Fluosil SS', 'Optical Fiber', null, 'Heraeus', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/6536724c2e16775a8b8c0b8adf7298ba/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6536724c2e16775a8b8c0b8adf7298ba/data.xlsx\"}', 'Fluosil SS,Optical Fiber,Heraeus,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('653a5b50a3354bdd5d2959745fc102a0', 'Crawler', '2024-11-13 09:49:52', null, '2025-04-08 11:34:38', null, 'National', 'LM117H', 'LM117H', 'Voltage Regulator', null, null, '9/24/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/653a5b50a3354bdd5d2959745fc102a0/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/653a5b50a3354bdd5d2959745fc102a0/PPM-99-045.pdf\"}', '380,20-200,LM117H,Voltage Regulator,National,GOES,9727,PPM-98-026,9/24/98', null); INSERT INTO `nasa_data_record` VALUES ('653e19eb69c759c1f4445b577738a392', 'Crawler', '2024-11-13 10:20:25', null, '2025-04-08 11:34:38', null, 'Optocoupler', '4N24', '4N24', 'Optocoupler', null, 'Texas Instruments', '4/1996', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/653e19eb69c759c1f4445b577738a392/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/653e19eb69c759c1f4445b577738a392/data.xlsx\"}', '4N24,Optocoupler,Texas Instruments,4/1996,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('655060b3a3a3d2914ccc2db4cc393c6f', 'Crawler', '2024-11-13 10:55:38', null, '2025-04-08 11:34:38', null, 'Clock Driver', 'CGS74LCT252M', 'CGS74LCT252M', 'Clock Driver', null, 'National Semiconductor', '_1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/655060b3a3a3d2914ccc2db4cc393c6f/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/655060b3a3a3d2914ccc2db4cc393c6f/data.xlsx\"}', 'CGS74LCT252M,Clock Driver,National Semiconductor,_1999,nsrec00_W21.pdf,TID,Clock Driver', null); INSERT INTO `nasa_data_record` VALUES ('65582d74a626f2cd5097c28e91d95c55', 'Crawler', '2024-11-13 10:11:53', null, '2025-04-08 11:34:38', null, 'CMOS FDSOI', '22FDX SRAM-based Line-Monitor Test Vehicle', '22FDX SRAM-based Line-Monitor Test Vehicle', '22 nm SRAM', null, 'GlobalFoundries', '10/1/2020(TID);8/12/2019(TID);3/27/2019(TID);8/14/2018(Provision);6/26/2018(LBNL);4/28/2018(TAMU)', 'NASA', null, null, '{\"NEPP-CP-2020-Casey-NSREC-Presentation-Low-Energy-Electrons-CMOS-20205010699.pdf\":\"/oss/physical/NASA/65582d74a626f2cd5097c28e91d95c55/NEPP-CP-2020-Casey-NSREC-Presentation-Low-Energy-Electrons-CMOS-20205010699.pdf\",\"2021-Ryder-TNS-Paper-SET-Epitaxial-Silicon-Diode-20210010229.pdf\":\"/oss/physical/NASA/65582d74a626f2cd5097c28e91d95c55/2021-Ryder-TNS-Paper-SET-Epitaxial-Silicon-Diode-20210010229.pdf\",\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/65582d74a626f2cd5097c28e91d95c55/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/65582d74a626f2cd5097c28e91d95c55/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"NEPP-CP-2020-Casey-NSREC-Presentation-TID-SEE-on-SOI-20205010697.pdf\":\"/oss/physical/NASA/65582d74a626f2cd5097c28e91d95c55/NEPP-CP-2020-Casey-NSREC-Presentation-TID-SEE-on-SOI-20205010697.pdf\",\"data.xlsx\":\"/oss/physical/NASA/65582d74a626f2cd5097c28e91d95c55/data.xlsx\",\"CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\":\"/oss/physical/NASA/65582d74a626f2cd5097c28e91d95c55/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\",\"NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\":\"/oss/physical/NASA/65582d74a626f2cd5097c28e91d95c55/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/65582d74a626f2cd5097c28e91d95c55/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\"}', '22FDX SRAM-based Line-Monitor Test Vehicle,22 nm SRAM,GlobalFoundries,10/1/2020(TID);8/12/2019(TID);3/27/2019(TID);8/14/2018(Provision);6/26/2018(LBNL);4/28/2018(TAMU),https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf;CP-2021-Topper-NSREC-DW-poster-20210016856.pdf;https://nepp.nasa.gov/docs/papers/2021-Ryder-TNS-Paper-SET-Epitaxial-Silicon-Diode-20210010229.pdf2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;https://nepp.nasa.gov/docs/tasks/043a-Scaled-CMOS/NEPP-CP-2020-Casey-NSREC-Presentation-TID-SEE-on-SOI-20205010697.pdf;https://nepp.nasa.gov/docs/tasks/043a-Scaled-CMOS/NEPP-CP-2020-Casey-NSREC-Presentation-Low-Energy-Electrons-CMOS-20205010699.pdf;https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,TID;SEE;SEU,CMOS FDSOI', null); INSERT INTO `nasa_data_record` VALUES ('65593a9af23272a0e99e250baab9bdf5', 'Crawler', '2024-11-13 10:54:19', null, '2025-04-08 11:34:38', null, 'Si', 'BZX84C75', 'BZX84C75', 'Zener Diode', null, 'ON Semiconductor', '2016NovLBNL', 'NASA', null, null, '{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/65593a9af23272a0e99e250baab9bdf5/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/65593a9af23272a0e99e250baab9bdf5/data.xlsx\"}', 'BZX84C75,Zener Diode,ON Semiconductor,2016NovLBNL,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('655e58aab86e87416444328f81eeb078', 'Crawler', '2024-11-13 11:28:15', null, '2025-04-08 11:34:38', null, 'Bipolar', 'LM7171BIN/NOPM', 'LM7171BIN/NOPM', 'Operational Amplifier', null, 'Texas Instruments', '7/27/2018', 'NASA', null, null, '{\"2018-Kaitlyn-Ryder-TR-18-016-LM7171-2018July27-NASA-TM-20210026449.pdf\":\"/oss/physical/NASA/655e58aab86e87416444328f81eeb078/2018-Kaitlyn-Ryder-TR-18-016-LM7171-2018July27-NASA-TM-20210026449.pdf\",\"data.xlsx\":\"/oss/physical/NASA/655e58aab86e87416444328f81eeb078/data.xlsx\"}', 'LM7171BIN/NOPM,Operational Amplifier,Texas Instruments,7/27/2018,2018-Kaitlyn-Ryder-TR-18-016-LM7171-2018July27-NASA-TM-20210026449.pdf,SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('656bf021731a3526da2f43b2fe2cda8f', 'Crawler', '2024-11-13 11:52:03', 'mayinjie', '2025-04-30 19:50:21', null, 'SiC', 'MSK1852P', 'MSK1852P', 'Power MOSFET', null, 'CREE, Inc.', '9/14/2013', 'NASA', '马崟洁', '1', '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/data.xlsx\",\"电离总剂量效应_1746013778255.xlsx\":\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/电离总剂量效应_1746013778255.xlsx\"}', 'MSK1852P,Power MOSFET,CREE, Inc.,9/14/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEE,SiC', '1'); INSERT INTO `nasa_data_record` VALUES ('656e9f13e98f621adf652c541930b3c0', 'Crawler', '2024-11-13 02:21:42', null, '2025-04-08 11:34:38', null, 'Not specified', 'AD584 - DC0226A', 'AD584 - DC0226A', 'Pin Programmable Precision Voltage Reference', '90 OTHER FUNCTIONS', 'Analog Devices', '12/06/2015', 'ESA', null, null, '{\"345.pdf\":\"/oss/physical/ESA/656e9f13e98f621adf652c541930b3c0/345.pdf\",\"data.xlsx\":\"/oss/physical/ESA/656e9f13e98f621adf652c541930b3c0/data.xlsx\"}', '345,AD584 - DC0226A,Analog Devices,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,90 OTHER FUNCTIONS,Pin Programmable Precision Voltage Reference,,TRAD,12/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('65bec6575854c76bab1e8c7759a55847', 'Crawler', '2024-11-13 12:07:48', 'dushuaibin', '2025-04-30 19:54:41', null, '模拟集成电路', 'Comparator', 'PM139', 'Comparator', '9720A', 'AD', '1998.04.23-2002.09.19', 'NASA', '王嘉兴', '2', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/nsrec00_W21.pdf\",\"RADECS02_MAP_Paper.pdf\":\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/RADECS02_MAP_Paper.pdf\",\"data.xlsx\":\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/data.xlsx\",\"PPM-98-010.pdf\":\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/PPM-98-010.pdf\",\"电离总剂量效应_1746014079818.xlsx\":\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/电离总剂量效应_1746014079818.xlsx\"}', 'PM139,Comparator,AD,4/23/1998;9/19/2002,tid/PPM-98-010.pdf;nsrec00_W21.pdf;RADECS02_MAP_Paper.pdf,TID,Comparator', '220'); INSERT INTO `nasa_data_record` VALUES ('65d0da3f01438001ad28cb085e67d9e5', 'Crawler', '2024-11-13 09:57:23', null, '2025-04-08 11:34:38', null, 'Harris', 'HA7-5170-8', 'HA7-5170-8', 'Op Amp', null, null, '08/21/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/65d0da3f01438001ad28cb085e67d9e5/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/65d0da3f01438001ad28cb085e67d9e5/PPM-99-045.pdf\"}', '70,10-100,HA7-5170-8,Op Amp,Harris,ISTP/CB,9016,PPM-91-533,08/21/91', null); INSERT INTO `nasa_data_record` VALUES ('65ee48755f8efae5d2a8132d8d786518', 'Crawler', '2024-11-13 13:10:28', 'liumingyu', '2025-04-16 00:24:58', null, '90nm CMOS', 'XC4VFX60', 'XC4VFX60', 'Virtex IV FPGA 90nm CMOS', 'xx', 'Xilinx', '10/26/2006;IUCF07MAR;2007JUL', 'NASA', '刘明宇', '9', '{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/nsrec08_W3_SEE.pdf\",\"单粒子效应-XC4VFX60-2_1744733294627.xlsx\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/单粒子效应-XC4VFX60-2_1744733294627.xlsx\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/nsrec07_W27_SEE.pdf\",\"T021607_XC4VFX60.pdf\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/T021607_XC4VFX60.pdf\",\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/nsrec08_W2_TID.pdf\",\"G07JUL_XC4VFX60_TID.pdf\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/G07JUL_XC4VFX60_TID.pdf\",\"IU032707_XC4VFX60.pdf\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/IU032707_XC4VFX60.pdf\",\"总剂量-XC4VFX60_1744731708509.xlsx\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/总剂量-XC4VFX60_1744731708509.xlsx\",\"XC4VFX60-单粒子测试报告1_1744732300749.pdf\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/XC4VFX60-单粒子测试报告1_1744732300749.pdf\",\"T021607_XC4VFX60_1744733326924.pdf\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/T021607_XC4VFX60_1744733326924.pdf\",\"data.xlsx\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/data.xlsx\",\"单粒子效应-XC4VFX60-1_1744732241973.xlsx\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/单粒子效应-XC4VFX60-1_1744732241973.xlsx\",\"M102506_XC4VFX60_1744733322229.pdf\":\"/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/M102506_XC4VFX60_1744733322229.pdf\"}', 'XC4VFX60,Virtex IV FPGA 90�m CMOS,Xilinx,10/26/2006;IUCF07MAR;2007JUL,M102606_ XC4VFX60.pdf;T021607_XC4VFX60.pdf;nsrec07_W27_SEE.pdf;IU032707_XC4VFX60.pdf;nsrec08_W3_SEE.pdf;G07JUL_XC4VFX60_TID.pdf;nsrec08_W2_TID.pdf,TID; SEE; SEFI,90�m CMOS', '9'); INSERT INTO `nasa_data_record` VALUES ('661efb28c5623b17a51da21a0457ef95', 'Crawler', '2024-11-13 10:43:06', null, '2025-04-08 11:34:38', null, 'Linear Bipolar Device', 'AD783SQ', 'AD783SQ', 'Sample and Hold Amplifier', null, 'Analog Devices', '10/24/1999;12/10/1999', 'NASA', null, null, '{\"PPM-99-040.pdf\":\"/oss/physical/NASA/661efb28c5623b17a51da21a0457ef95/PPM-99-040.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/661efb28c5623b17a51da21a0457ef95/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/661efb28c5623b17a51da21a0457ef95/data.xlsx\"}', 'AD783SQ,Sample and Hold Amplifier,Analog Devices,10/24/1999;12/10/1999,nsrec00_W21.pdf;tid/PPM-99-040.pdf,SEE;TID,Linear Bipolar Device', null); INSERT INTO `nasa_data_record` VALUES ('662c22c20557492715958c04a86977cb', 'Crawler', '2024-11-13 10:30:52', null, '2025-04-08 11:34:38', null, 'Microprocessors and Peripherals', '80386', '80386', 'Microprocessor', null, 'Intel', '10/28/1991;11/14/1991;12/14/1991;12/18/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/662c22c20557492715958c04a86977cb/data.xlsx\",\"121891.pdf\":\"/oss/physical/NASA/662c22c20557492715958c04a86977cb/121891.pdf\",\"111491.pdf\":\"/oss/physical/NASA/662c22c20557492715958c04a86977cb/111491.pdf\"}', '80386,Microprocessor,Intel,10/28/1991;11/14/1991;12/14/1991;12/18/1991,111491.pdf;121891.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('662d5d28d50e77bdcce897eeb8cf6a93', 'Crawler', '2024-11-13 09:53:31', null, '2025-04-08 11:34:38', null, 'Linear', 'LM10', 'LM10', 'Op Amp and V. Ref.', null, null, '12/07/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/662d5d28d50e77bdcce897eeb8cf6a93/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/662d5d28d50e77bdcce897eeb8cf6a93/PPM-99-045.pdf\"}', '234,2.5-30,LM10,Op Amp and V. Ref.,Linear,HST/CAL,9330C,PPM-95-105,12/07/94', null); INSERT INTO `nasa_data_record` VALUES ('665abce7642ee9324b4c5cda80cdebc2', 'Crawler', '2024-11-13 11:44:57', null, '2025-04-08 11:34:38', null, 'Si', 'MBRB2060', 'MBRB2060', 'Schottky Diode', null, 'ON Semiconductor', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/665abce7642ee9324b4c5cda80cdebc2/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/665abce7642ee9324b4c5cda80cdebc2/data.xlsx\"}', 'MBRB2060,Schottky Diode,ON Semiconductor,6/27/2015,NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('666ed90aa282c78c04e379b703a43124', 'Crawler', '2024-11-13 09:50:34', null, '2025-04-08 11:34:38', null, 'Unitrode', 'UC1706', 'UC1706', 'PWM', null, null, '12/08/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/666ed90aa282c78c04e379b703a43124/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/666ed90aa282c78c04e379b703a43124/PPM-99-045.pdf\"}', '351,2.5-100,UC1706,PWM,Unitrode,SMEX/LITE,9533,PPM-97-055,12/08/98', null); INSERT INTO `nasa_data_record` VALUES ('66a54389ec40d17d9287c49a630a7a5b', 'Crawler', '2024-11-13 11:26:56', null, '2025-04-08 11:34:38', null, 'Linear Device', 'LM158', 'LM158', 'Op-amp', null, 'National Semiconductor', '7/29/1994;7/17/1995;7/7/1995', 'NASA', null, null, '{\"PPM-95-160.pdf\":\"/oss/physical/NASA/66a54389ec40d17d9287c49a630a7a5b/PPM-95-160.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/66a54389ec40d17d9287c49a630a7a5b/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/66a54389ec40d17d9287c49a630a7a5b/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/66a54389ec40d17d9287c49a630a7a5b/b072994.pdf\"}', 'LM158,Op-amp,National Semiconductor,7/29/1994;7/17/1995;7/7/1995,b072994.pdf;ieee95a.pdf;tid/PPM-95-160.pdf,SEE;TID,Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('66b4fbeb1decbfe7acd09a92e34ea9be', 'Crawler', '2024-11-13 10:17:01', null, '2025-04-08 11:34:38', null, 'PNP Amp', '2N5087', '2N5087', 'PNP Amp XSTR', null, 'Motorola', '10/28/1991', 'NASA', null, null, '{\"no_report.pdf\":\"/oss/physical/NASA/66b4fbeb1decbfe7acd09a92e34ea9be/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/66b4fbeb1decbfe7acd09a92e34ea9be/data.xlsx\"}', '2N5087,PNP Amp XSTR,Motorola,10/28/1991,no_report.pdf,TID,PNP Amp', null); INSERT INTO `nasa_data_record` VALUES ('66f4340b6f94164c0db5e2a209a744d3', 'Crawler', '2024-11-13 09:51:12', null, '2025-04-08 11:34:38', null, 'AD', 'AD562', 'AD562', '12 bit D/A convertor', null, null, '7/22/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/66f4340b6f94164c0db5e2a209a744d3/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/66f4340b6f94164c0db5e2a209a744d3/PPM-99-045.pdf\"}', '325,2.5-125,AD562,12 bit D/A convertor,AD,GOES,9647/8742,PPM-97-029,7/22/97', null); INSERT INTO `nasa_data_record` VALUES ('67297b81d67061ef9a2703dd91c2f396', 'Crawler', '2024-11-13 11:16:51', null, '2025-04-08 11:34:38', null, 'Discretes', 'JANS2N3501', 'JANS2N3501', 'Transistors', null, 'Analog Devices', '8/2006', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/67297b81d67061ef9a2703dd91c2f396/data.xlsx\",\"G06AUG_JANS2N3501_TID.pdf\":\"/oss/physical/NASA/67297b81d67061ef9a2703dd91c2f396/G06AUG_JANS2N3501_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/67297b81d67061ef9a2703dd91c2f396/nsrec07_W26_TID.pdf\"}', 'JANS2N3501,Transistors,Analog Devices,8/2006,G06AUG_JANS2N3501_TID.pdf;nsrec07_W26_TID.pdf,TID,Discretes', null); INSERT INTO `nasa_data_record` VALUES ('67335a52e560fc61ea8646113386893b', 'Crawler', '2024-11-13 02:24:59', null, '2025-04-08 11:34:38', null, 'Not specified', 'IMX5108D3EEBG-15EI - DC1537', 'IMX5108D3EEBG-15EI - DC1537', 'DDR3 SDRAM memory', '29 MEMORY OTHERS', 'Intelligent Memory', '19/01/2018', 'ESA', null, null, '{\"311.pdf\":\"/oss/physical/ESA/67335a52e560fc61ea8646113386893b/311.pdf\",\"data.xlsx\":\"/oss/physical/ESA/67335a52e560fc61ea8646113386893b/data.xlsx\"}', '311,IMX5108D3EEBG-15EI - DC1537,Intelligent Memory,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,DDR3 SDRAM memory,,TU Braunschweig, Germany,19/01/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('674319dd510466af38181961abd4fd95', 'Crawler', '2024-11-13 13:05:54', 'yanghongyi', '2025-04-17 10:45:09', null, '通信设备电缆、软线和电线组件', 'Transceiver', 'VCS7146RH', 'Myrinet Transceiver MYRI2K', null, 'Vitesse', '11/26/2001;7/19/2002', 'NASA', '杨弘毅', '1', '{\"单粒子效应-8_1744808781242.xlsx\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/单粒子效应-8_1744808781242.xlsx\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/NSREC02_W8.pdf\"}', 'VCS7146RH,Myrinet Transceiver MYRI2K,Vitesse,11/26/2001;7/19/2002,D112601_Myrinet.pdf;NSREC02_W16.pdf;NSREC02_W8.pdf,SEE,Communication Device', '1'); INSERT INTO `nasa_data_record` VALUES ('67740ec08502e2f7d510e84adc59eb08', 'Crawler', '2024-11-13 09:55:11', null, '2025-04-08 11:34:38', null, 'NSC', '54AC161', '54AC161', 'Binary Counter', null, null, '11/09/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/67740ec08502e2f7d510e84adc59eb08/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/67740ec08502e2f7d510e84adc59eb08/PPM-99-045.pdf\"}', '161,5-100,54AC161,Binary Counter,NSC,FAST/MUE,9212,PPM-92-279,11/09/92', null); INSERT INTO `nasa_data_record` VALUES ('67771d7fa991da1c0af6defecb489c47', 'Crawler', '2024-11-13 09:52:31', null, '2025-04-08 11:34:38', null, 'IBM', 'IBM0116400AJ3', 'IBM0116400AJ3', '4Mx4 16Mb DRAM', null, null, '07/28/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/67771d7fa991da1c0af6defecb489c47/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/67771d7fa991da1c0af6defecb489c47/PPM-99-045.pdf\"}', '276,2.5-100,IBM0116400AJ3,4Mx4 16Mb DRAM,IBM,LANDSAT,9314,PPM-95-170,07/28/95', null); INSERT INTO `nasa_data_record` VALUES ('6799d14f35877fe264dd12d6d81f6a43', 'Crawler', '2024-11-13 10:31:41', null, '2025-04-08 11:34:38', null, 'Microprocessors and Peripherals', '82380-16', '82380-16', 'Integrated Peripheral', null, 'Intel', '4/3/1995;7/17/1995;9/18/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/6799d14f35877fe264dd12d6d81f6a43/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6799d14f35877fe264dd12d6d81f6a43/data.xlsx\",\"intel.pdf\":\"/oss/physical/NASA/6799d14f35877fe264dd12d6d81f6a43/intel.pdf\"}', '82380-16,Integrated Peripheral,Intel,4/3/1995;7/17/1995;9/18/1995,ieee95a.pdf;intel.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('67ac64a34c8a76aa186a9990e53e4ac6', 'Crawler', '2024-11-13 11:31:04', null, '2025-04-08 11:34:38', null, 'Analog', 'LT1153', 'LT1153', 'Digital Circuit Breaker', null, 'Linear Technology', '1/15/1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/67ac64a34c8a76aa186a9990e53e4ac6/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/67ac64a34c8a76aa186a9990e53e4ac6/data.xlsx\"}', 'LT1153,Digital Circuit Breaker,Linear Technology,1/15/1999,NSREC99.pdf,SEE,Analog', null); INSERT INTO `nasa_data_record` VALUES ('67d82cfdeb2e2c98ae326cf6902a9270', 'Crawler', '2024-11-13 10:08:56', null, '2025-04-08 11:34:38', null, 'RAM (Random Access Memory)', '011640 0PTIC-70', '011640 0PTIC-70', '4Mx4 DRAM', null, 'IBM', '5/4/1995;7/15/1996', 'NASA', null, null, '{\"d050595.pdf\":\"/oss/physical/NASA/67d82cfdeb2e2c98ae326cf6902a9270/d050595.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/67d82cfdeb2e2c98ae326cf6902a9270/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/67d82cfdeb2e2c98ae326cf6902a9270/data.xlsx\"}', '011640 0PTIC-70,4Mx4 DRAM,IBM,5/4/1995;7/15/1996,d050595.pdf;random6a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('67ece333e80cf680ce52368b1c6f74f4', 'Crawler', '2024-11-13 01:10:03', null, '2025-04-08 11:34:38', null, 'ESCC 22900', 'UC1843', 'UC1843', 'Current Mode Pulse Width Modulator', '69 LINEAR OTHER FUNCTIONS', 'Texas Instrument', '11/12/2012', 'ESA', null, null, '{\"232.pdf\":\"/oss/physical/ESA/67ece333e80cf680ce52368b1c6f74f4/232.pdf\",\"data.xlsx\":\"/oss/physical/ESA/67ece333e80cf680ce52368b1c6f74f4/data.xlsx\"}', '232,UC1843,Texas Instrument,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,69 LINEAR OTHER FUNCTIONS,Current Mode Pulse Width Modulator,,Alter,11/12/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('67fcde56490a9ddd00a2fedfb4a9d3c2', 'Crawler', '2024-11-13 11:00:43', null, '2025-04-08 11:34:38', null, 'Diff Line Driver', 'DS7830', 'DS7830', 'Diff Line Driver', null, 'National Semiconductor', '9/10/1998;1999', 'NASA', null, null, '{\"PPM-98-025.pdf\":\"/oss/physical/NASA/67fcde56490a9ddd00a2fedfb4a9d3c2/PPM-98-025.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/67fcde56490a9ddd00a2fedfb4a9d3c2/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/67fcde56490a9ddd00a2fedfb4a9d3c2/data.xlsx\"}', 'DS7830,Diff Line Driver,National Semiconductor,9/10/1998;1999,tid/PPM-98-025.pdf;nsrec00_W21.pdf,TID,Diff Line Driver', null); INSERT INTO `nasa_data_record` VALUES ('6815fc376d2d3c5409d6b2c902a80428', 'Crawler', '2024-11-13 11:16:00', null, '2025-04-08 11:34:38', null, 'BiCMOS', 'ISL70001', 'ISL70001', 'POL DC/DC Converter', null, 'Intersil', 'TAMU09MAY;TAMU09AUG', 'NASA', null, null, '{\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/6815fc376d2d3c5409d6b2c902a80428/nsrec2010_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6815fc376d2d3c5409d6b2c902a80428/data.xlsx\"}', 'ISL70001,POL DC/DC Converter,Intersil,TAMU09MAY;TAMU09AUG,nsrec2010_W8_SEE.pdf,SEE;SEL;SEB;SEGR,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('682f6d150dc36fd79213d138a2f3114d', 'Crawler', '2024-11-13 11:13:51', null, '2025-04-08 11:34:38', null, 'Discretes', 'IMEC 65nm test Transistors', 'IMEC 65nm test Transistors', '65 nm test structures, N and P MOSFETS', null, 'IMEC', '10/2006', 'NASA', null, null, '{\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/682f6d150dc36fd79213d138a2f3114d/nsrec07_W26_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/682f6d150dc36fd79213d138a2f3114d/data.xlsx\"}', 'IMEC 65nm test Transistors,65 nm test structures, N and P MOSFETS,IMEC,10/2006,G06OCT_65nm_test_structures_TID;nsrec07_W26_TID.pdf,TID,Discretes', null); INSERT INTO `nasa_data_record` VALUES ('683eec8c1cb27bb79327d9f809435ccf', 'Crawler', '2024-11-13 11:57:33', 'dushuaibin', '2025-04-29 21:10:05', null, '模拟集成电路', 'DAC(数字模拟转换器)', 'MX7545A', '12-Bit DAC', '0503A', 'Maxim', '2005.03.22-2005.03.23', 'NASA', '杜帅彬', '1', '{\"G05MAR_MX7545A_TID.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\",\"电离总剂量效应_1745932204185.xlsx\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/电离总剂量效应_1745932204185.xlsx\"}', 'MX7545A,12-Bit DAC,Maxim,3/2005,G05MAR_MX7545A_TID.pdf;nsrec06_W2.pdf,TID,Converter', '18'); INSERT INTO `nasa_data_record` VALUES ('68485379f5657ad9724f36e72b681b85', 'Crawler', '2024-11-13 13:00:01', 'mayunlong', '2025-04-17 23:12:07', null, '数字集成电路', 'UT54ACS08', 'UT54ACS08', 'Radiation-Hardened Quadruple 2-Input AND Gates', '0907', 'Aeroflex', 'VdG2009', 'NASA', '马云龙', '1', '{\"data.xlsx\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/nsrec2011_W5_TID.pdf\",\"位移损伤效应UT54ACS08_1744902726379.xlsx\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/位移损伤效应UT54ACS08_1744902726379.xlsx\"}', 'UT54ACS08,Radiation-Hardened Quadruple 2-Input AND Gates,Aeroflex,VdG2009,nsrec2011_W5_TID.pdf,TID,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('685c6dee904b3db2141a79e6df041275', 'Crawler', '2024-11-13 09:52:25', null, '2025-04-08 11:34:38', null, 'LTC', 'LM119', 'LM119', 'Op Amp Dual', null, null, '09/15/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/685c6dee904b3db2141a79e6df041275/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/685c6dee904b3db2141a79e6df041275/PPM-99-045.pdf\"}', '279,5-50,LM119,Op Amp Dual,LTC,CASSINI/CIRS,9103,PPM-95-174,09/15/95', null); INSERT INTO `nasa_data_record` VALUES ('687e372d54e2808420b8b6fb36d16f30', 'Crawler', '2024-11-13 10:37:32', null, '2025-04-08 11:34:38', null, 'Bipolar Linear Device', 'AD549', 'AD549', 'Ultralow Input-Bias Current Operational Amplifier', null, 'Analog Devices', '9/19/2006', 'NASA', null, null, '{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/687e372d54e2808420b8b6fb36d16f30/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/687e372d54e2808420b8b6fb36d16f30/data.xlsx\",\"L091906_AD549.pdf\":\"/oss/physical/NASA/687e372d54e2808420b8b6fb36d16f30/L091906_AD549.pdf\"}', 'AD549,Ultralow Input-Bias Current Operational Amplifier,Analog Devices,9/19/2006,L091906_AD549.pdf;nsrec07_W27_SEE.pdf,SEE,Bipolar Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('6906d0d5b82f6192fe2889334acd6c62', 'Crawler', '2024-11-13 10:59:22', null, '2025-04-08 11:34:38', null, 'DAC', 'DAC8800', 'DAC8800', 'D/A Converter', null, 'PMI', '10/16/1996', 'NASA', null, null, '{\"PPM-97-001.pdf\":\"/oss/physical/NASA/6906d0d5b82f6192fe2889334acd6c62/PPM-97-001.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6906d0d5b82f6192fe2889334acd6c62/data.xlsx\"}', 'DAC8800,D/A Converter,PMI,10/16/1996,tid/PPM-97-001.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('691fdf4c50433e30e9947f162bf1a63e', 'Crawler', '2024-11-13 10:55:27', null, '2025-04-08 11:34:38', null, 'Optical Fiber', 'CF04246-32', 'CF04246-32', 'Optical Fiber', null, 'OFS', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/691fdf4c50433e30e9947f162bf1a63e/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/691fdf4c50433e30e9947f162bf1a63e/data.xlsx\"}', 'CF04246-32,Optical Fiber,OFS,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('69236a9e84e3beee0a94dfed47aaf9a9', 'Crawler', '2024-11-13 11:02:50', null, '2025-04-08 11:34:38', null, 'Optical Fiber', 'FIA100140250', 'FIA100140250', 'Optical Fiber', null, 'Polymicro', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/69236a9e84e3beee0a94dfed47aaf9a9/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/69236a9e84e3beee0a94dfed47aaf9a9/data.xlsx\"}', 'FIA100140250,Optical Fiber,Polymicro,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('693d40f0d4ab0682c514f4e44af3001c', 'Crawler', '2024-11-13 01:18:05', null, '2025-04-08 11:34:38', null, 'ESCC 22900', '2N2484', '2N2484', 'NPN Transistor Low Power', '1 LOW POWER, NPN (< 2WATTS)', 'Semicoa', '20/04/2012', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/693d40f0d4ab0682c514f4e44af3001c/data.xlsx\",\"271.pdf\":\"/oss/physical/ESA/693d40f0d4ab0682c514f4e44af3001c/271.pdf\"}', '271,2N2484,Semicoa,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),NPN Transistor Low Power,Silicon,ESA-ESTEC TEC-QEC,20/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('698b77a0ca8c8a35c9fcee8df970fc34', 'Crawler', '2024-11-13 12:05:16', 'xuebinrui', '2025-04-28 18:31:44', null, '放大器', 'OP77', 'OP77', 'Operational Amplifier', '3B0402F、0419、9525', 'Analog Devices', '7/29/1997;3/2005', 'NASA', '薛彬睿', '3', '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/nsrec05_W23.pdf\",\"PPM-97-031.pdf\":\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/PPM-97-031.pdf\",\"G05JAN_OP77_TID.pdf\":\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/G05JAN_OP77_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/data.xlsx\",\"data(OP77)_1745835122436.xlsx\":\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/data(OP77)_1745835122436.xlsx\",\"电离总剂量效应-副本_1745836301660.xlsx\":\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/电离总剂量效应-副本_1745836301660.xlsx\"}', 'OP77,Operational Amplifier,Analog Devices,7/29/1997;3/2005,tid/PPM-97-031.pdf;G05JAN_OP77_TID.pdf;nsrec05_W23.pdf;nsrec06_W2.pdf,TID,Operational Amplifier', '18'); INSERT INTO `nasa_data_record` VALUES ('699c0a85f1242ac7c426fed398509873', 'Crawler', '2024-11-13 11:53:25', 'mayinjie', '2025-04-30 18:25:03', null, 'Linear Device', 'MSK5920', 'MSK5920', 'Dropout Voltage Regulator', null, 'MS Kennedy', '8/9/2005', 'NASA', '马崟洁', '1', '{\"T080905_MSK5920.pdf\":\"/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/T080905_MSK5920.pdf\",\"data.xlsx\":\"/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/nsrec06_W4.pdf\",\"单粒子效应_1746008702124.xlsx\":\"/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/单粒子效应_1746008702124.xlsx\"}', 'MSK5920,Dropout Voltage Regulator,MS Kennedy,8/9/2005,T080905_MSK5920.pdf;nsrec06_W4.pdf,SEE,Linear Device', '1'); INSERT INTO `nasa_data_record` VALUES ('69cbfd6506ec0ab0ca170b4eafcc75e0', 'Crawler', '2024-11-13 00:45:34', null, '2025-04-08 11:34:38', null, 'Not specified', 'OLH7000-0010', 'OLH7000-0010', 'Optocoupler', '1 OPTOCOUPLER', 'Isolink', '30/05/2012', 'ESA', null, null, '{\"155.pdf\":\"/oss/physical/ESA/69cbfd6506ec0ab0ca170b4eafcc75e0/155.pdf\",\"data.xlsx\":\"/oss/physical/ESA/69cbfd6506ec0ab0ca170b4eafcc75e0/data.xlsx\"}', '155,OLH7000-0010,Isolink,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,30/05/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('69df52c92fe7fc4b0974a50af3d78039', 'Crawler', '2024-11-13 12:34:06', 'sunjiacheng', '2025-04-30 17:46:49', null, '二极管,光电子器件', 'S3590-02', 'S3590-02', 'PiN photodiode', 'N/A', 'Hamamatsu', '_2005', 'NASA', '孙家诚', '1', '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/data.xlsx\",\"电离总剂量效应_1746006375584.xlsx\":\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/电离总剂量效应_1746006375584.xlsx\"}', 'S3590-02,PiN photodiode,Hamamatsu,_2005,nsrec06_W2.pdf,TID,PiN photodiode', '1'); INSERT INTO `nasa_data_record` VALUES ('69e43d90f1a7781bfb39418c6baebbee', 'Crawler', '2024-11-13 11:29:43', null, '2025-04-08 11:34:38', null, 'Hybrid', 'LS2805', 'LS2805', 'High Reliability Radiation Hardened DC/DC Converter', null, 'International Rectifier', '7/2011', 'NASA', null, null, '{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/69e43d90f1a7781bfb39418c6baebbee/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/69e43d90f1a7781bfb39418c6baebbee/data.xlsx\"}', 'LS2805,High Reliability Radiation Hardened DC/DC Converter,International Rectifier,7/2011,nsrec2011_W5_TID.pdf,TID,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('69e94aea553c8f6e03f5647799fa13d2', 'Crawler', '2024-11-13 12:51:43', 'lixuyou', '2025-04-30 18:58:57', null, 'Linear Bipolar', 'TL750L05CDR', 'TL750L05CDR', 'LDO Positive Voltage Regulator 5V', '0605', 'Texas Instruments', '6/1/2009', 'NASA', '李序友', '1', '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/69e94aea553c8f6e03f5647799fa13d2/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/69e94aea553c8f6e03f5647799fa13d2/data.xlsx\",\"TL750L05CDR_1746010735564.xlsx\":\"/oss/physical/NASA/69e94aea553c8f6e03f5647799fa13d2/TL750L05CDR_1746010735564.xlsx\"}', 'TL750L05CDR,LDO Positive Voltage Regulator 5V,Texas Instruments,6/1/2009,nsrec2010_W22_TID.pdf,TID,Linear Bipolar', '12'); INSERT INTO `nasa_data_record` VALUES ('69f82ac8b0adbbf97818511d03fa4b5e', 'Crawler', '2024-11-13 09:57:31', null, '2025-04-08 11:34:38', null, 'Harris', 'HA1-5134', 'HA1-5134', 'Quad Op Amp', null, null, '07/25/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/69f82ac8b0adbbf97818511d03fa4b5e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/69f82ac8b0adbbf97818511d03fa4b5e/PPM-99-045.pdf\"}', '64,5-100,HA1-5134,Quad Op Amp,Harris,ISTP/NC,9036,PPM-91-478,07/25/91', null); INSERT INTO `nasa_data_record` VALUES ('6a54135f4ccb8c5787ccde19a4da65f4', 'Crawler', '2024-11-13 09:58:45', null, '2025-04-08 11:34:38', null, 'NSC', '54AC161', '54AC161', 'Counter', null, null, '04/08/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6a54135f4ccb8c5787ccde19a4da65f4/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6a54135f4ccb8c5787ccde19a4da65f4/PPM-99-045.pdf\"}', '25,5-300,54AC161,Counter,NSC,SMEX/CB,9036A,PPM-91-252,04/08/91', null); INSERT INTO `nasa_data_record` VALUES ('6a5d7ff1aa2af40924cd0b54e3cf777a', 'Crawler', '2024-11-13 10:21:21', null, '2025-04-08 11:34:38', null, 'Fiber Optics', '4N55', '4N55', 'Optocoupler', null, 'HP', '3/19/1997;7/20/1998;5/1997;6/1997', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/6a5d7ff1aa2af40924cd0b54e3cf777a/NSREC98.pdf\",\"d031997.pdf\":\"/oss/physical/NASA/6a5d7ff1aa2af40924cd0b54e3cf777a/d031997.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6a5d7ff1aa2af40924cd0b54e3cf777a/data.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/6a5d7ff1aa2af40924cd0b54e3cf777a/nsrec00_W22.pdf\"}', '4N55,Optocoupler,HP,3/19/1997;7/20/1998;5/1997;6/1997,d031997.pdf;NSREC98.pdf;nsrec00_W22.pdf,SEE;DD;SET,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('6a5f90a09202c24c541fe9d70cd394bb', 'Crawler', '2024-11-13 11:16:17', null, '2025-04-08 11:34:38', null, 'SiGe device', 'InP G1', 'InP G1', 'SiGe Shift Register', null, 'HRL Laboratories', '6/19/2004', 'NASA', null, null, '{\"tns04_Hansen.pdf\":\"/oss/physical/NASA/6a5f90a09202c24c541fe9d70cd394bb/tns04_Hansen.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6a5f90a09202c24c541fe9d70cd394bb/data.xlsx\"}', 'InP G1,SiGe Shift Register,HRL Laboratories,6/19/2004,tns04_Hansen.pdf,SEE,SiGe device', null); INSERT INTO `nasa_data_record` VALUES ('6a6b81fcde4997f66839ad7f925a7a9d', 'Crawler', '2024-11-13 02:17:37', null, '2025-04-08 11:34:38', null, 'ESCC 22900', 'LISA-AEI-PRDS-RP-002', 'LISA-AEI-PRDS-RP-002', 'Optical fiber', '99 MISCELLANEOUS', '', '19/04/2021', 'ESA', null, null, '{\"377.pdf\":\"/oss/physical/ESA/6a6b81fcde4997f66839ad7f925a7a9d/377.pdf\",\"data.xlsx\":\"/oss/physical/ESA/6a6b81fcde4997f66839ad7f925a7a9d/data.xlsx\"}', '377,LISA-AEI-PRDS-RP-002,,Download,TID (Total Ionising Dose),ESCC 22900,18 OPTO ELECTRONICS,99 MISCELLANEOUS,Optical fiber,,ESA-ESTEC,19/04/2021,False', null); INSERT INTO `nasa_data_record` VALUES ('6a7ef6d11cb8b14fe81936be0ca68dff', 'Crawler', '2024-11-13 09:51:49', null, '2025-04-08 11:34:38', null, 'National', 'LM101A', 'LM101A', 'OP AMP', null, null, '12/20/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6a7ef6d11cb8b14fe81936be0ca68dff/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6a7ef6d11cb8b14fe81936be0ca68dff/PPM-99-045.pdf\"}', '302,1-30,LM101A,OP AMP,National,MSFC/ACIS,9511,PPM-97-007,12/20/96', null); INSERT INTO `nasa_data_record` VALUES ('6a81524d6bfcd52ec0dbedff22dda77d', 'Crawler', '2024-11-13 11:08:28', null, '2025-04-08 11:34:38', null, 'Analog Device', 'HI-509', 'HI-509', 'Analog Mux/demux', null, 'Harris', '1998-1999;11/21/1998;03/26/1993', 'NASA', null, null, '{\"B112198c.pdf\":\"/oss/physical/NASA/6a81524d6bfcd52ec0dbedff22dda77d/B112198c.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6a81524d6bfcd52ec0dbedff22dda77d/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/6a81524d6bfcd52ec0dbedff22dda77d/NSREC99.pdf\",\"PPM-93-047.pdf\":\"/oss/physical/NASA/6a81524d6bfcd52ec0dbedff22dda77d/PPM-93-047.pdf\"}', 'HI-509,Analog Mux/demux,Harris,1998-1999;11/21/1998;03/26/1993,NSREC99.pdf;B112198c.pdf;tid/PPM-93-047.pdf,SEE;TID,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('6a8870b42e9b484ebc673af3b93a9241', 'Crawler', '2024-11-13 01:20:52', null, '2025-04-08 11:34:38', null, 'ESCC 22900', 'STRH100N10 MT29F32G08ABAAAWP-ITZ 2N2222 LM124 LM4050WG5.0- MPR', 'STRH100N10 MT29F32G08ABAAAWP-ITZ 2N2222 LM124 LM4050WG5.0- MPR', 'Transistor (discrete MOS/CMOS), FLASH-NAND Memory, (MOS/CMOS IC), Transistor (Bipolar), Analog ICs non, ELDRS, Analog ICs displaying ELDRS', '', 'STMicroelectronics Micron STMicroelectronics Texas Instruments Texas Instruments', '15/12/2017', 'ESA', null, null, '{\"284.pdf\":\"/oss/physical/ESA/6a8870b42e9b484ebc673af3b93a9241/284.pdf\",\"data.xlsx\":\"/oss/physical/ESA/6a8870b42e9b484ebc673af3b93a9241/data.xlsx\"}', '284,STRH100N10 MT29F32G08ABAAAWP-ITZ 2N2222 LM124 LM4050WG5.0- MPR,STMicroelectronics Micron STMicroelectronics Texas Instruments Texas Instruments,Download,TID (Total Ionising Dose),ESCC 22900,99 MISCELLANEOUS PARTS,,Transistor (discrete MOS/CMOS), FLASH-NAND Memory, (MOS/CMOS IC), Transistor (Bipolar), Analog ICs non, ELDRS, Analog ICs displaying ELDRS,,LIP - Laboratório de Instrumentação e Física Experimental de Partículas,15/12/2017,False', null); INSERT INTO `nasa_data_record` VALUES ('6aacadecca7333f28ffa802eaadf9ef0', 'Crawler', '2024-11-13 11:11:08', null, '2025-04-08 11:34:38', null, 'Miscellaneous', 'HS2420', 'HS2420', 'sample-and-hold', null, 'Harris', '3/3/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/6aacadecca7333f28ffa802eaadf9ef0/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6aacadecca7333f28ffa802eaadf9ef0/data.xlsx\",\"b050393.pdf\":\"/oss/physical/NASA/6aacadecca7333f28ffa802eaadf9ef0/b050393.pdf\"}', 'HS2420,sample-and-hold,Harris,3/3/1993;7/18/1994,b050393.pdf;nsrec94a.pdf,SEE,Miscellaneous', null); INSERT INTO `nasa_data_record` VALUES ('6ad4bb91144034cd1c58815ca6e43698', 'Crawler', '2024-11-13 11:41:56', null, '2025-04-08 11:34:38', null, 'Si', 'MBR20100CT', 'MBR20100CT', 'Diode', null, 'Vishay', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/6ad4bb91144034cd1c58815ca6e43698/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6ad4bb91144034cd1c58815ca6e43698/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/6ad4bb91144034cd1c58815ca6e43698/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/6ad4bb91144034cd1c58815ca6e43698/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR20100CT,Diode,Vishay,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('6b0aaa7f0cd001b773a4be087445f750', 'Crawler', '2024-11-13 10:53:23', null, '2025-04-08 11:34:38', null, 'Bipolar', 'BF862', 'BF862', 'N-channel JFET', null, 'NXP Semiconductor', '8/27/2018', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/6b0aaa7f0cd001b773a4be087445f750/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6b0aaa7f0cd001b773a4be087445f750/data.xlsx\"}', 'BF862,N-channel JFET,NXP Semiconductor,8/27/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf,SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('6b1a8439b7b7966e496da6f11bb0ec6d', 'Crawler', '2024-11-13 01:15:56', null, '2025-04-08 11:34:38', null, '', 'BC857B,215', 'BC857B,215', '100mA PNP Transistor', '2 LOW POWER, PNP (< 2WATTS)', 'NXP/Nexperia', '06/01/2021', 'ESA', null, null, '{\"TID_Test_Report_BC857B,215_NXP-Nexperia.pdf\":\"/oss/physical/ESA/6b1a8439b7b7966e496da6f11bb0ec6d/TID_Test_Report_BC857B,215_NXP-Nexperia.pdf\",\"data.xlsx\":\"/oss/physical/ESA/6b1a8439b7b7966e496da6f11bb0ec6d/data.xlsx\"}', '255,BC857B,215,NXP/Nexperia,Download,TID (Total Ionising Dose),,12 TRANSISTORS,2 LOW POWER, PNP (< 2WATTS),100mA PNP Transistor,Bipolar,ESA-ESTEC TEC-QEC,06/01/2021,False', null); INSERT INTO `nasa_data_record` VALUES ('6b2001b0fb9c6b1bfda1718bff3958ee', 'Crawler', '2024-11-13 10:10:18', null, '2025-04-08 11:34:38', null, 'Optical Fiber', '1300 nm PM', '1300 nm PM', 'Optical Fiber', null, 'Corning (Fujikura)', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/6b2001b0fb9c6b1bfda1718bff3958ee/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6b2001b0fb9c6b1bfda1718bff3958ee/data.xlsx\"}', '1300 nm PM,Optical Fiber,Corning (Fujikura),7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('6b4bf7b6c6e3987539e98310322c6f05', 'Crawler', '2024-11-13 11:05:20', null, '2025-04-08 11:34:38', null, 'CMOS', 'H25QFT8F4A9R-BDF', 'H25QFT8F4A9R-BDF', '3D NAND Flash', null, 'Hynix', '2019Nov(LBNL); 2020Jan(TID)', 'NASA', null, null, '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/6b4bf7b6c6e3987539e98310322c6f05/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6b4bf7b6c6e3987539e98310322c6f05/data.xlsx\"}', 'H25QFT8F4A9R-BDF,3D NAND Flash,Hynix,2019Nov(LBNL); 2020Jan(TID),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,TID;SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('6b6d70a3c89619dd8dc98941a2f07687', 'Crawler', '2024-11-13 10:37:21', null, '2025-04-08 11:34:38', null, 'DAC', 'AD5334', 'AD5334', '8-bit DAC', null, 'Analog Devices', '3/13/2002;09/30/2002;7/25/2003', 'NASA', null, null, '{\"G090302_AD5334_TID.pdf\":\"/oss/physical/NASA/6b6d70a3c89619dd8dc98941a2f07687/G090302_AD5334_TID.pdf\",\"G07FEB_AD5334_TID.pdf\":\"/oss/physical/NASA/6b6d70a3c89619dd8dc98941a2f07687/G07FEB_AD5334_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6b6d70a3c89619dd8dc98941a2f07687/data.xlsx\",\"T031302_AD5334.pdf\":\"/oss/physical/NASA/6b6d70a3c89619dd8dc98941a2f07687/T031302_AD5334.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/6b6d70a3c89619dd8dc98941a2f07687/NSREC03_W10.pdf\"}', 'AD5334,8-bit DAC,Analog Devices,3/13/2002;09/30/2002;7/25/2003,T031302_AD5334.pdf;G090302_AD5334_TID.pdf;NSREC03_W10.pdf;G07FEB_AD5334_TID.pdf,SEL;TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('6b736fee8b6a2b32a5c77b6c0ef752a6', 'Crawler', '2024-11-13 02:25:05', null, '2025-04-08 11:34:38', null, 'ESCC 25100', 'PC28F00AM29EW', 'PC28F00AM29EW', 'NOR Flash memory', '29 MEMORY OTHERS', 'MICRON', '08/08/2018', 'ESA', null, null, '{\"SEE_00640_02 corrected heavy ions Micron PC28F00Am29EW.pdf\":\"/oss/physical/ESA/6b736fee8b6a2b32a5c77b6c0ef752a6/SEE_00640_02 corrected heavy ions Micron PC28F00Am29EW.pdf\",\"data.xlsx\":\"/oss/physical/ESA/6b736fee8b6a2b32a5c77b6c0ef752a6/data.xlsx\"}', '310,PC28F00AM29EW,MICRON,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,NOR Flash memory,CMOS, 65nm multilevel cell (MLC) process,Hirex-Alter,08/08/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('6b77535e769f4fc67d54c5c299c4c6dd', 'Crawler', '2024-11-13 09:52:52', null, '2025-04-08 11:34:38', null, 'LTC', 'LM136', 'LM136', 'Voltage Regulator', null, null, '05/17/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6b77535e769f4fc67d54c5c299c4c6dd/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6b77535e769f4fc67d54c5c299c4c6dd/PPM-99-045.pdf\"}', '262,2.5-100,LM136,Voltage Regulator,LTC,CASSINI/CIRS,9342A,PPM-95-152,05/17/95', null); INSERT INTO `nasa_data_record` VALUES ('6b7f947d56f9ce995cdbdacf3bc110aa', 'Crawler', '2024-11-13 09:50:30', null, '2025-04-08 11:34:38', null, 'Midex', '4429', '4429', 'MOSFET Driver', null, null, '01/05/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6b7f947d56f9ce995cdbdacf3bc110aa/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6b7f947d56f9ce995cdbdacf3bc110aa/PPM-99-045.pdf\"}', '354,2.5-50,4429,MOSFET Driver,Midex,MIDEX,9309,PPM-97-058,01/05/98', null); INSERT INTO `nasa_data_record` VALUES ('6b8fe4dc9d882b0cd0e6a209418b3330', 'Crawler', '2024-11-13 12:03:28', 'xuebinrui', '2025-04-29 17:10:40', null, '放大器', 'OP27A', 'OP27A', 'Operational Amplifier', '9109', 'Linear Technology', '2/28/1995', 'NASA', '薛彬睿', '1', '{\"PPM-95-129.pdf\":\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/PPM-95-129.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/data.xlsx\",\"电离总剂量效应-(11)_1745917828381.xlsx\":\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/电离总剂量效应-(11)_1745917828381.xlsx\"}', 'OP27A,Operational Amplifier,Linear Technology,2/28/1995,tid/PPM-95-129.pdf,TID,Operational Amplifier', '5'); INSERT INTO `nasa_data_record` VALUES ('6bf13832c3d0272a01284fb81b148830', 'Crawler', '2024-11-13 09:52:35', null, '2025-04-08 11:34:38', null, 'Actel', '1020B', '1020B', 'Gate Array', null, null, '08/24/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6bf13832c3d0272a01284fb81b148830/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6bf13832c3d0272a01284fb81b148830/PPM-99-045.pdf\"}', '273,5-50,1020B,Gate Array,Actel,GPEP/PPL,9424\r\r\n9429,PPM-95-167,08/24/95', null); INSERT INTO `nasa_data_record` VALUES ('6c118c7823dd7f549ad1f6a585f8bf19', 'Crawler', '2024-11-13 11:42:00', null, '2025-04-08 11:34:38', null, 'Si', 'MBR20200', 'MBR20200', 'Diode', null, 'Diodes, Inc.', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/6c118c7823dd7f549ad1f6a585f8bf19/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6c118c7823dd7f549ad1f6a585f8bf19/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/6c118c7823dd7f549ad1f6a585f8bf19/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'MBR20200,Diode,Diodes, Inc.,6/27/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('6c257e03a67f77e84315124f10c1f73f', 'Crawler', '2024-11-13 02:16:36', null, '2025-04-08 11:34:38', null, '', 'NT1065', 'NT1065', 'RF Front-End IC', '90 OTHER FUNCTIONS', 'NTLab', '20/10/2022', 'ESA', null, null, '{\"NT1065 UCL SEE test results issue 2 release.pdf\":\"/oss/physical/ESA/6c257e03a67f77e84315124f10c1f73f/NT1065 UCL SEE test results issue 2 release.pdf\",\"data.xlsx\":\"/oss/physical/ESA/6c257e03a67f77e84315124f10c1f73f/data.xlsx\"}', '383,NT1065,NTLab,Download,SEE (Single Events Effects),,8 MICROCIRCUITS,90 OTHER FUNCTIONS,RF Front-End IC,,,20/10/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('6c4164cc9f95973e4f782edbb88cf22f', 'Crawler', '2024-11-13 12:00:49', 'xieyongzhi', '2025-05-03 19:54:31', null, '光电子器件', 'OLH149', 'OLH149', 'Optocoupler', null, 'Isolink', '2/1997', 'NASA', '谢永智', '1', '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/6c4164cc9f95973e4f782edbb88cf22f/nsrec00_W22.pdf\",\"data(42)_1746001147779.xlsx\":\"/oss/physical/NASA/6c4164cc9f95973e4f782edbb88cf22f/data(42)_1746001147779.xlsx\"}', 'OLH149,Optocoupler,Isolink,2/1997,nsrec00_W22.pdf,DD,Optocoupler', '1'); INSERT INTO `nasa_data_record` VALUES ('6cb92430bebe71d9e5c91c4bd5509dd5', 'Crawler', '2024-11-13 09:56:55', null, '2025-04-08 11:34:38', null, 'Inova', 'S128K8L-55MC', 'S128K8L-55MC', '128k x 8 SRAM', null, null, '11/21/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6cb92430bebe71d9e5c91c4bd5509dd5/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6cb92430bebe71d9e5c91c4bd5509dd5/PPM-99-045.pdf\"}', '87,5-80,S128K8L-55MC,128k x 8 SRAM,Inova,GPEP/PPL,9104E,PPM-91-696,11/21/91', null); INSERT INTO `nasa_data_record` VALUES ('6cc71c4312b5fa45b660d1b519fcf045', 'Crawler', '2024-11-13 00:35:31', null, '2025-04-08 11:34:38', null, 'Not specified', 'MT29F32G08ABAAA', 'MT29F32G08ABAAA', 'Single-Level-Cell NAND Flash Memory', '29 MEMORY OTHERS', 'MICRON', '01/10/2014', 'ESA', null, null, '{\"105.pdf\":\"/oss/physical/ESA/6cc71c4312b5fa45b660d1b519fcf045/105.pdf\",\"data.xlsx\":\"/oss/physical/ESA/6cc71c4312b5fa45b660d1b519fcf045/data.xlsx\"}', '105,MT29F32G08ABAAA,MICRON,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,Single-Level-Cell NAND Flash Memory,,Univ. Padova,01/10/2014,False', null); INSERT INTO `nasa_data_record` VALUES ('6cd1719a94e3b596fafa7727eb21f7e0', 'Crawler', '2024-11-13 01:01:02', null, '2025-04-08 11:34:38', null, 'Not specified', 'ADG704', 'ADG704', 'ADG704 Plastic DIP/SO, 4 ch. multiplexer', '60 LINEAR MULTIPLEXERS / DEMULTIPLEXER', 'Various', '11/08/2003', 'ESA', null, null, '{\"208.pdf\":\"/oss/physical/ESA/6cd1719a94e3b596fafa7727eb21f7e0/208.pdf\",\"data.xlsx\":\"/oss/physical/ESA/6cd1719a94e3b596fafa7727eb21f7e0/data.xlsx\"}', '208,ADG704,Various,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,60 LINEAR MULTIPLEXERS / DEMULTIPLEXER,ADG704 Plastic DIP/SO, 4 ch. multiplexer,,ESA / Stereo,11/08/2003,False', null); INSERT INTO `nasa_data_record` VALUES ('6cd2bbcc96e07541618994a0611f01f1', 'Crawler', '2024-11-13 12:01:24', 'xieyongzhi', '2025-05-03 19:47:14', null, '电源变换器', 'OM1850STM3', 'OM1850STM3', 'Voltage Regulator', null, 'Ommirel', '8/23/1999', 'NASA', '谢永智', '2', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/nsrec00_W21.pdf\",\"data(25)_1745989054219.xlsx\":\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/data(25)_1745989054219.xlsx\",\"PPM-99-024.pdf\":\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/PPM-99-024.pdf\"}', 'OM1850STM3,Voltage Regulator,Ommirel,8/23/1999,tid/PPM-99-024.pdf;nsrec00_W21.pdf,TID,Voltage Regulator', '112'); INSERT INTO `nasa_data_record` VALUES ('6cd91fdd30d36a4e3e78ee30af254ac4', 'Crawler', '2024-11-13 12:28:16', 'liujunling', '2025-04-30 22:01:37', null, '模拟集成电路', 'RH1078W', 'RH1078W', 'Operational Amplifier', '0325A', 'Linear Technology', '2016年11月22日', 'NASA', '刘俊灵', '1', '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/6cd91fdd30d36a4e3e78ee30af254ac4/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6cd91fdd30d36a4e3e78ee30af254ac4/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/6cd91fdd30d36a4e3e78ee30af254ac4/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"单粒子效应_1746021691505.xlsx\":\"/oss/physical/NASA/6cd91fdd30d36a4e3e78ee30af254ac4/单粒子效应_1746021691505.xlsx\"}', 'RH1078W,Operational Amplifier,Linear Technology,_2015,https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('6d694329a5e5cf4655cd0c88e9541379', 'Crawler', '2024-11-13 09:58:22', null, '2025-04-08 11:34:38', null, 'Crystal Semi.', 'CS7820-UD', 'CS7820-UD', '8 bit ADC', null, null, '06/06/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6d694329a5e5cf4655cd0c88e9541379/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6d694329a5e5cf4655cd0c88e9541379/PPM-99-045.pdf\"}', '41,2.5-18,CS7820-UD,8 bit ADC,Crystal Semi.,ISTP/NC,9008,PPM-91-384,06/06/91', null); INSERT INTO `nasa_data_record` VALUES ('6d729fbe02dcf28734725be7d49fd1c9', 'Crawler', '2024-11-13 10:24:01', null, '2025-04-08 11:34:38', null, 'Buffer', '54AC540LMQB', '54AC540LMQB', 'Octal Buffer', null, 'National Semiconductor', '2/14/1992', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6d729fbe02dcf28734725be7d49fd1c9/data.xlsx\",\"PPM-92-062.pdf\":\"/oss/physical/NASA/6d729fbe02dcf28734725be7d49fd1c9/PPM-92-062.pdf\"}', '54AC540LMQB,Octal Buffer,National Semiconductor,2/14/1992,tid/PPM-92-062.pdf,TID,Buffer', null); INSERT INTO `nasa_data_record` VALUES ('6d9d0941c0f23fe4bd00ef54a1037516', 'Crawler', '2024-11-13 11:05:01', null, '2025-04-08 11:34:38', null, 'Programmable Device', 'GAL22V10/883', 'GAL22V10/883', 'Generic Array Logic', null, 'Lattice', '3/4/2002;7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/6d9d0941c0f23fe4bd00ef54a1037516/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6d9d0941c0f23fe4bd00ef54a1037516/data.xlsx\",\"B030402_22V10.pdf\":\"/oss/physical/NASA/6d9d0941c0f23fe4bd00ef54a1037516/B030402_22V10.pdf\"}', 'GAL22V10/883,Generic Array Logic,Lattice,3/4/2002;7/19/2002,B030402_22V10.pdf;NSREC02_W16.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('6da2b6b9e485301a1e1a7547b5277def', 'Crawler', '2024-11-13 01:04:30', null, '2025-04-08 11:34:38', null, 'ESCC 25100', 'C4D40120D', 'C4D40120D', 'Schottky Diode', '5 RF/MICROWAVE SCHOTTKY (Si)', 'Cree', '07/06/2019', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/6da2b6b9e485301a1e1a7547b5277def/data.xlsx\",\"D6-4 - TN6.04 - SEE Schottky C4D40120D - NEO-14-086_Report_69-2018_rev2.0.pdf\":\"/oss/physical/ESA/6da2b6b9e485301a1e1a7547b5277def/D6-4 - TN6.04 - SEE Schottky C4D40120D - NEO-14-086_Report_69-2018_rev2.0.pdf\"}', '217,C4D40120D,Cree,Download,SEE (Single Events Effects),ESCC 25100,4 DIODES,5 RF/MICROWAVE SCHOTTKY (Si),Schottky Diode,,Fraunhofer Institut,07/06/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('6dc58e894a73564702f457ef6f68239f', 'Crawler', '2024-11-13 09:54:31', null, '2025-04-08 11:34:38', null, 'Intel', 'MQ80386-20', 'MQ80386-20', 'µP', null, null, '06/15/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6dc58e894a73564702f457ef6f68239f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6dc58e894a73564702f457ef6f68239f/PPM-99-045.pdf\"}', '190,2.5-7.5,MQ80386-20,µP,Intel,SMEX/FAST,9048,PPM-93-062,06/15/93', null); INSERT INTO `nasa_data_record` VALUES ('6e0820e347c2752855280cd58ec31e62', 'Crawler', '2024-11-13 11:54:48', 'mayinjie', '2025-04-30 16:31:31', null, 'NAND Flash Memory', 'MT29F32G08ABAAAWP', 'MT29F32G08ABAAAWP', '32G Flash Memory', null, 'Micron', '3/4/2013', 'NASA', '马崟洁', '1', '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"A536_VdG20130304_MT29F32G08ABAAAWP_32Gflash_TID.pdf\":\"/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/A536_VdG20130304_MT29F32G08ABAAAWP_32Gflash_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/data.xlsx\",\"电离总剂量效应_1746001890450.xlsx\":\"/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/电离总剂量效应_1746001890450.xlsx\"}', 'MT29F32G08ABAAAWP,32G Flash Memory,Micron,3/4/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;TID/A536_VdG20130304_MT29F32G08ABAAAWP_32Gflash_TID.pdf,TID,NAND Flash Memory', '1'); INSERT INTO `nasa_data_record` VALUES ('6e2ce0095253d2c96cc76d3d793659fb', 'Crawler', '2024-11-13 10:24:17', null, '2025-04-08 11:34:38', null, 'MUX', '54ACT157DMQB', '54ACT157DMQB', 'Quad 2 inp MUX', null, 'National Semiconductor', '1/15/1992', 'NASA', null, null, '{\"PPM-92-001.pdf\":\"/oss/physical/NASA/6e2ce0095253d2c96cc76d3d793659fb/PPM-92-001.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6e2ce0095253d2c96cc76d3d793659fb/data.xlsx\"}', '54ACT157DMQB,Quad 2 inp MUX,National Semiconductor,1/15/1992,tid/PPM-92-001.pdf,TID,MUX', null); INSERT INTO `nasa_data_record` VALUES ('6e39a16def81b19f3c594ab43847cca4', 'Crawler', '2024-11-13 12:40:07', 'changyuhai', '2025-05-03 19:55:52', null, 'Optical Fiber', 'SMT-1310 series', 'SMT-1310 series', 'Optical Fiber', '未提及', 'OFS', '7/19/2002', 'NASA', '常余海', '0', '{\"data.xlsx\":\"/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/data.xlsx\",\"NSREC02_W5.pdf\":\"/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/NSREC02_W5.pdf\"}', 'SMT-1310 series,Optical Fiber,OFS,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', '0'); INSERT INTO `nasa_data_record` VALUES ('6e3d8f3ce5082f9cebbc6eca0795820b', 'Crawler', '2024-11-13 09:57:27', null, '2025-04-08 11:34:38', null, 'Harris', 'CA3080A', 'CA3080A', 'Transcon. Amp.', null, null, '07/31/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6e3d8f3ce5082f9cebbc6eca0795820b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6e3d8f3ce5082f9cebbc6eca0795820b/PPM-99-045.pdf\"}', '67,5-100,CA3080A,Transcon. Amp.,Harris,ISTP/NC,8923(?),PPM-91-484,07/31/91', null); INSERT INTO `nasa_data_record` VALUES ('6e48650f2d42f401431e34af7e97ca99', 'Crawler', '2024-11-13 09:51:47', null, '2025-04-08 11:34:38', null, 'TI', 'TMS416400', 'TMS416400', '16 Mbit DRAMS, 5 Volt', null, null, '2/7/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6e48650f2d42f401431e34af7e97ca99/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6e48650f2d42f401431e34af7e97ca99/PPM-99-045.pdf\"}', '303,5-12.5,TMS416400,16 Mbit DRAMS, 5 Volt,TI,EO-1,Not Marked,PPM-97-006,2/7/97', null); INSERT INTO `nasa_data_record` VALUES ('6e5c4940766f7c4be0c3c94715049c07', 'Crawler', '2024-11-13 12:06:45', 'luoyongheng', '2025-04-29 11:59:04', null, '数字电路', 'PALCE22V10H', 'PALCE22V10H', 'PLA', null, 'AMD', '4/3/1991', 'NASA', '罗永恒', '1', '{\"data.xlsx\":\"/oss/physical/NASA/6e5c4940766f7c4be0c3c94715049c07/data.xlsx\"}', 'PALCE22V10H,PLA,AMD,4/3/1991,RAD-91-4.pdf,TID,PLA', '1'); INSERT INTO `nasa_data_record` VALUES ('6e5e68cf8756fdfe43a1edb8ba61b284', 'Crawler', '2024-11-13 12:40:39', 'luozikang', '2025-04-29 18:33:19', null, 'BiCMOS', 'SN64BCT244', 'SN64BCT244', 'Buffer/Driver', null, 'Texas Instruments', '6/18/2003;6/22/2004', 'NASA', '罗梓康', '1', '{\"data.xlsx\":\"/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/nsrec04_SEE.pdf\",\"T061803_SN64BCT244.pdf\":\"/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/T061803_SN64BCT244.pdf\",\"单粒子效应_1745922797286.xlsx\":\"/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/单粒子效应_1745922797286.xlsx\"}', 'SN64BCT244,Buffer/Driver,Texas Instruments,6/18/2003;6/22/2004,T061803_SN64BCT244.pdf;nsrec04_SEE.pdf,SEE,BiCMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('6e6c4352187020875b4ee9e4f28bf67f', 'Crawler', '2024-11-13 10:42:31', null, '2025-04-08 11:34:38', null, 'ADC', 'AD7672', 'AD7672', 'ADC', null, 'ADI', '1/31/1994', 'NASA', null, null, '{\"PPM-94-004.pdf\":\"/oss/physical/NASA/6e6c4352187020875b4ee9e4f28bf67f/PPM-94-004.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6e6c4352187020875b4ee9e4f28bf67f/data.xlsx\"}', 'AD7672,ADC,ADI,1/31/1994,tid/PPM-94-004.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('6e72614831467c4c9874decb13027b5a', 'Crawler', '2024-11-13 12:37:48', 'changyuhai', '2025-05-04 01:18:37', null, 'PWM', 'SG1526B', 'SG1526B', 'Pulse Width Modulator Controller', '9203', 'Silicon General', '5/7/1992', 'NASA', '常余海', '6', '{\"data.xlsx\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/data.xlsx\",\"PPM-92-152.pdf\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/PPM-92-152.pdf\",\"电离总剂量效应_1746292716201.xlsx\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/电离总剂量效应_1746292716201.xlsx\"}', 'SG1526B,Pulse Width Modulator Controller,Silicon General,5/7/1992,tid/PPM-92-152.pdf,TID,PWM', '504'); INSERT INTO `nasa_data_record` VALUES ('6e887b436527d9ddf5f7856fbe09988c', 'Crawler', '2024-11-13 11:27:15', null, '2025-04-08 11:34:38', null, 'Bipolar', 'LM193', 'LM193', 'Comparator', null, 'National Semiconductor', '7/29/1994;7/17/1995;5/2008', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/6e887b436527d9ddf5f7856fbe09988c/nsrec09_W13_TID.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/6e887b436527d9ddf5f7856fbe09988c/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6e887b436527d9ddf5f7856fbe09988c/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/6e887b436527d9ddf5f7856fbe09988c/b072994.pdf\",\"VdG08MAY_LM193.pdf\":\"/oss/physical/NASA/6e887b436527d9ddf5f7856fbe09988c/VdG08MAY_LM193.pdf\"}', 'LM193,Comparator,National Semiconductor,7/29/1994;7/17/1995;5/2008,b072994.pdf;ieee95a.pdf;tid/VdG08MAY_LM193.pdf;nsrec09_W13_TID.pdf,SEE; TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('6ec08523478f4de374500ff75b8653c6', 'Crawler', '2024-11-13 10:13:06', null, '2025-04-08 11:34:38', null, '256K EEPROM', '28C256', '28C256', '256K EEPROM', null, 'SEEQ/ATMEL', '7/16/1998;1999', 'NASA', null, null, '{\"PPM-98-023.pdf\":\"/oss/physical/NASA/6ec08523478f4de374500ff75b8653c6/PPM-98-023.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/6ec08523478f4de374500ff75b8653c6/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6ec08523478f4de374500ff75b8653c6/data.xlsx\"}', '28C256,256K EEPROM,SEEQ/ATMEL,7/16/1998;1999,tid/PPM-98-023.pdf;nsrec00_W21.pdf,TID,256K EEPROM', null); INSERT INTO `nasa_data_record` VALUES ('6efe5d869f09b776c15c6efd5dd0e0f7', 'Crawler', '2024-11-13 11:52:22', 'mayinjie', '2025-04-30 19:31:57', null, 'Switching Regulator', 'MSK5042', 'MSK5042', 'Switching Regulator', null, 'M S Kennedy', '3/21/2002;7/19/2002;6/17/2002;7/25/2003', 'NASA', '马崟洁', '1', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/6efe5d869f09b776c15c6efd5dd0e0f7/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6efe5d869f09b776c15c6efd5dd0e0f7/data.xlsx\",\"B061702_MSK5042.pdf\":\"/oss/physical/NASA/6efe5d869f09b776c15c6efd5dd0e0f7/B061702_MSK5042.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/6efe5d869f09b776c15c6efd5dd0e0f7/NSREC03_W10.pdf\",\"B030302_MSK5042.pdf\":\"/oss/physical/NASA/6efe5d869f09b776c15c6efd5dd0e0f7/B030302_MSK5042.pdf\",\"单粒子效应.xlsx_1746012715427.xlsx\":\"/oss/physical/NASA/6efe5d869f09b776c15c6efd5dd0e0f7/单粒子效应.xlsx_1746012715427.xlsx\"}', 'MSK5042,Switching Regulator,M S Kennedy,3/21/2002;7/19/2002;6/17/2002;7/25/2003,B030302_MSK5042.pdf;NSREC02_W16.pdf;B061702_MSK5042.pdf;NSREC03_W10.pdf,SEE,Switching Regulator', '1'); INSERT INTO `nasa_data_record` VALUES ('6f0312c924a428b47802c48a9787bd64', 'Crawler', '2024-11-13 10:50:26', null, '2025-04-08 11:34:38', null, 'CMOS', 'APQ8096', 'APQ8096', '14nm FinFET', null, 'Qualcomm', '2018(MGH)', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6f0312c924a428b47802c48a9787bd64/data.xlsx\",\"NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf\":\"/oss/physical/NASA/6f0312c924a428b47802c48a9787bd64/NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf\",\"NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf\":\"/oss/physical/NASA/6f0312c924a428b47802c48a9787bd64/NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf\"}', 'APQ8096,14nm FinFET,Qualcomm,2018(MGH),https://nepp.nasa.gov/files/29921/NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf;https://nepp.nasa.gov/files/30458/NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf,TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('6f0d52d7f0846daa931a574769299350', 'Crawler', '2024-11-13 09:50:08', null, '2025-04-08 11:34:38', null, 'AD', 'CMP01', 'CMP01', 'Voltage Comparator', null, null, '05/18/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6f0d52d7f0846daa931a574769299350/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6f0d52d7f0846daa931a574769299350/PPM-99-045.pdf\"}', '369,20-200,CMP01,Voltage Comparator,AD,GOES,9729,PPM-98-015,05/18/98', null); INSERT INTO `nasa_data_record` VALUES ('6f10da5cd39ec60bd9d907b34eec6fdc', 'Crawler', '2024-11-13 02:19:00', null, '2025-04-08 11:34:38', null, 'ESCC 22900', 'ADC128S102 - DC1317A', 'ADC128S102 - DC1317A', 'Radiation Hardened 12-bit ADC 8-channel', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'National Semiconductor', '11/08/2014', 'ESA', null, null, '{\"368.pdf\":\"/oss/physical/ESA/6f10da5cd39ec60bd9d907b34eec6fdc/368.pdf\",\"data.xlsx\":\"/oss/physical/ESA/6f10da5cd39ec60bd9d907b34eec6fdc/data.xlsx\"}', '368,ADC128S102 - DC1317A,National Semiconductor,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,Radiation Hardened 12-bit ADC 8-channel,CMOS,Hirex-Alter,11/08/2014,False', null); INSERT INTO `nasa_data_record` VALUES ('6f34a4090695c982307f596c68924ba0', 'Crawler', '2024-11-13 10:48:44', null, '2025-04-08 11:34:38', null, 'CMOS', 'ADuM4121', 'ADuM4121', 'Isolated Gate Driver', null, 'Analog Devices', 'Date-TBD(temperature-testing)', 'NASA', null, null, '{\"NEPP-TR-2020-Boomer-GRC-TR-ADuM4121-Gate-Driver-Extreme-Temperature-TN78999.pdf\":\"/oss/physical/NASA/6f34a4090695c982307f596c68924ba0/NEPP-TR-2020-Boomer-GRC-TR-ADuM4121-Gate-Driver-Extreme-Temperature-TN78999.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6f34a4090695c982307f596c68924ba0/data.xlsx\"}', 'ADuM4121,Isolated Gate Driver,Analog Devices,Date-TBD(temperature-testing),https://nepp.nasa.gov/docs/tasks/070-Test-Reports/NEPP-TR-2020-Boomer-GRC-TR-ADuM4121-Gate-Driver-Extreme-Temperature-TN78999.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('6f3d55c3e6904a3d0ed2b69f9670e517', 'Crawler', '2024-11-13 12:06:36', 'xieyongzhi', '2025-05-03 19:59:14', null, '放大器', 'PA10A', 'PA10A', 'Power Operational Amplifier', null, 'Apex', '6/22/1994-7/21/1994', 'NASA', '罗永恒', '2', '{\"PPM-94-015.pdf\":\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/PPM-94-015.pdf\",\"data__1745914254394.xlsx\":\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/data__1745914254394.xlsx\"}', 'PA10A,Power Operational Amplifier,Apex,8/1/1994,tid/PPM-94-015.pdf,TID,Power Operational Amplifier', '110'); INSERT INTO `nasa_data_record` VALUES ('6f6bcb1137bd497c685d78242d160c67', 'Crawler', '2024-11-13 11:52:39', 'mayinjie', '2025-04-30 19:27:26', null, 'Bipolar', 'MSK5058RH', 'MSK5058RH', 'Step Down Switching Regulator', null, 'MS Kennedy', '8/24/2011;3/23/2012;5/15/2012;2/19/2013', 'NASA', '马崟洁', '1', '{\"NRL082411_MSK5058RH.pdf\":\"/oss/physical/NASA/6f6bcb1137bd497c685d78242d160c67/NRL082411_MSK5058RH.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/6f6bcb1137bd497c685d78242d160c67/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6f6bcb1137bd497c685d78242d160c67/data.xlsx\",\"LBNL032312_MSK5058RH.pdf\":\"/oss/physical/NASA/6f6bcb1137bd497c685d78242d160c67/LBNL032312_MSK5058RH.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/6f6bcb1137bd497c685d78242d160c67/nsrec2013_W8_SEE.pdf\",\"单粒子效应.xlsx_1746012439924.xlsx\":\"/oss/physical/NASA/6f6bcb1137bd497c685d78242d160c67/单粒子效应.xlsx_1746012439924.xlsx\"}', 'MSK5058RH,Step Down Switching Regulator,MS Kennedy,8/24/2011;3/23/2012;5/15/2012;2/19/2013,NRL082411_MSK5058RH.pdf;nsrec2012_W22_SEE.pdf;LBNL032312_MSK5058RH.pdf;nsrec2012_W22_SEE.pdf;NRL082411_MSK5058RH.pdf;nsrec2013_W8_SEE.pdf,SEE,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('6fac9af5e65dda3b883342c8ca410ec8', 'Crawler', '2024-11-13 10:19:22', null, '2025-04-08 11:34:38', null, '32nm SOI CMOS', '32nm SOI (Deneb)', '32nm SOI (Deneb)', 'SET Pulse Width Measurement', null, 'IBM', '9/14/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/6fac9af5e65dda3b883342c8ca410ec8/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6fac9af5e65dda3b883342c8ca410ec8/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/6fac9af5e65dda3b883342c8ca410ec8/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\"}', '32nm SOI (Deneb),SET Pulse Width Measurement,IBM,9/14/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf,SEE,32nm SOI CMOS', null); INSERT INTO `nasa_data_record` VALUES ('6fadcae1f0cfb64463ffe65c55ab1508', 'Crawler', '2024-11-13 01:20:57', null, '2025-04-08 11:34:38', null, 'ESCC 22900', 'RHRLVDS32', 'RHRLVDS32', 'High speed differential line receiver', '56 LINEAR LINE RECEIVER', 'STmicroelectronics', '21/05/2008', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/6fadcae1f0cfb64463ffe65c55ab1508/data.xlsx\",\"285.pdf\":\"/oss/physical/ESA/6fadcae1f0cfb64463ffe65c55ab1508/285.pdf\"}', '285,RHRLVDS32,STmicroelectronics,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,56 LINEAR LINE RECEIVER,High speed differential line receiver,Silicon,TRAD,21/05/2008,False', null); INSERT INTO `nasa_data_record` VALUES ('6fb9b3d3ec881fe909986e944eb7ef3b', 'Crawler', '2024-11-13 09:49:59', null, '2025-04-08 11:34:38', null, 'National', 'LM117HVK', 'LM117HVK', 'Voltage Reg', null, null, '7/15/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/6fb9b3d3ec881fe909986e944eb7ef3b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/6fb9b3d3ec881fe909986e944eb7ef3b/PPM-99-045.pdf\"}', '375,20-200,LM117HVK,Voltage Reg,National,GOES,9732,PPM-98-021,7/15/98', null); INSERT INTO `nasa_data_record` VALUES ('6fb9cb1db374ba3307d7ef520513f868', 'Crawler', '2024-11-13 12:50:12', 'chenwenzhuo', '2025-04-30 23:04:38', null, 'SiGe BiCMOS', 'THS4304', 'THS4304', 'Operational Amplifier', null, 'Texas Instrument', 'TAMU09AUG', 'NASA', '陈文卓', '61', '{\"NSREC2010_W26_Chen.pdf\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/NSREC2010_W26_Chen.pdf\",\"TIL25_1746006200408.xlsx\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/TIL25_1746006200408.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/nsrec2010_W8_SEE.pdf\",\"T082409_THS4304.pdf\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/T082409_THS4304.pdf\"}', 'THS4304,Operational Amplifier,Texas Instrument,TAMU09AUG,NSREC2010_W26_Chen.pdf;T082409_THS4304.pdf;nsrec2010_W8_SEE.pdf,SEE;SET,SiGe BiCMOS', '948'); INSERT INTO `nasa_data_record` VALUES ('6fd700b0b631241bdf8d9fb88e7a9d51', 'Crawler', '2024-11-13 13:00:55', 'rentongfei', '2025-04-18 11:52:38', null, '光纤', 'UV100/140', 'UV100/140', 'Optical Fiber', 'MM-CO1', 'CeramOptec', '7/19/2002', 'NASA', '任童菲', '1', '{\"data.xlsx\":\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/data.xlsx\",\"电离总剂量效应UV100140_1744902932614.xlsx\":\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/电离总剂量效应UV100140_1744902932614.xlsx\",\"NSREC02_W5.pdf\":\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/NSREC02_W5.pdf\"}', 'UV100/140,Optical Fiber,CeramOptec,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', '1'); INSERT INTO `nasa_data_record` VALUES ('702899b7fa29a775edcb944e2c620f84', 'Crawler', '2024-11-13 09:55:34', null, '2025-04-08 11:34:38', null, 'ADI', 'AD712TQ/883B', 'AD712TQ/883B', 'DualOp Amp', null, null, '05/27/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/702899b7fa29a775edcb944e2c620f84/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/702899b7fa29a775edcb944e2c620f84/PPM-99-045.pdf\"}', '144,5-20,AD712TQ/883B,DualOp Amp,ADI,GGS/WIND,8929C,PPM-92-163,05/27/92', null); INSERT INTO `nasa_data_record` VALUES ('70353bb6eb130d679121bf3c5f40c219', 'Crawler', '2024-11-13 11:14:57', null, '2025-04-08 11:34:38', null, 'Power MOSFET Optocoupler', 'IRLL110', 'IRLL110', 'N-channel power MOSFET', null, 'International Rectifier', '6/3/2002;7/25/2003', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/70353bb6eb130d679121bf3c5f40c219/data.xlsx\",\"B053102_IRL110.pdf\":\"/oss/physical/NASA/70353bb6eb130d679121bf3c5f40c219/B053102_IRL110.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/70353bb6eb130d679121bf3c5f40c219/NSREC03_W10.pdf\"}', 'IRLL110,N-channel power MOSFET,International Rectifier,6/3/2002;7/25/2003,B053102_IRL110.pdf;NSREC03_W10.pdf,SEE,Power MOSFET Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('704f5b66a0822631874d5b6834f9e6cf', 'Crawler', '2024-11-13 10:46:09', null, '2025-04-08 11:34:38', null, 'CMOS', 'AD9814', 'AD9814', 'Processor', null, 'Analog Devices', '9/1/2020', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/704f5b66a0822631874d5b6834f9e6cf/data.xlsx\",\"CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\":\"/oss/physical/NASA/704f5b66a0822631874d5b6834f9e6cf/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\",\"NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\":\"/oss/physical/NASA/704f5b66a0822631874d5b6834f9e6cf/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\"}', 'AD9814,Processor,Analog Devices,9/1/2020,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf;CP-2021-Topper-NSREC-DW-poster-20210016856.pdf,TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('708756a79427a0857ac4375eb6f100c7', 'Crawler', '2024-11-13 11:36:29', null, '2025-04-08 11:34:38', null, 'Switch', 'MAX313', 'MAX313', 'Switch', null, 'Maxim', '7/19/2001', 'NASA', null, null, '{\"B080100h.pdf\":\"/oss/physical/NASA/708756a79427a0857ac4375eb6f100c7/B080100h.pdf\",\"nsrec01_W15.pdf\":\"/oss/physical/NASA/708756a79427a0857ac4375eb6f100c7/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/708756a79427a0857ac4375eb6f100c7/data.xlsx\"}', 'MAX313,Switch,Maxim,7/19/2001,B080100h.pdf;nsrec01_W15.pdf,SEL,Switch', null); INSERT INTO `nasa_data_record` VALUES ('708ad0621c073719bbaba46d74d011a3', 'Crawler', '2024-11-13 09:57:15', null, '2025-04-08 11:34:38', null, 'SEEQ', 'DM28C256-300/B', 'DM28C256-300/B', 'EEPROM', null, null, '09/27/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/708ad0621c073719bbaba46d74d011a3/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/708ad0621c073719bbaba46d74d011a3/PPM-99-045.pdf\"}', '75,5-50,DM28C256-300/B,EEPROM,SEEQ,ISTP/L3,9052B,PPM-91-610,09/27/91', null); INSERT INTO `nasa_data_record` VALUES ('70a006137d79ccdf0a1de3afab48926e', 'Crawler', '2024-11-13 09:53:52', null, '2025-04-08 11:34:38', null, 'Linear', 'OP 07A', 'OP 07A', 'Op Amp', null, null, '08/23/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/70a006137d79ccdf0a1de3afab48926e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/70a006137d79ccdf0a1de3afab48926e/PPM-99-045.pdf\"}', '219,5-100,OP 07A,Op Amp,Linear,EOS/AM,9410,PPM-94-020,08/23/94', null); INSERT INTO `nasa_data_record` VALUES ('70af499ddd89dbcd068656d8ed2bb242', 'Crawler', '2024-11-13 09:55:30', null, '2025-04-08 11:34:38', null, 'TI', 'SNJ54HC4075J', 'SNJ54HC4075J', 'OR-Gates', null, null, '06/08/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/70af499ddd89dbcd068656d8ed2bb242/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/70af499ddd89dbcd068656d8ed2bb242/PPM-99-045.pdf\"}', '147,5-20,SNJ54HC4075J,OR-Gates,TI,GGS/WIND,8947Y,PPM-92-177,06/08/92', null); INSERT INTO `nasa_data_record` VALUES ('70b372950fa31628ef610a731162dc45', 'Crawler', '2024-11-13 10:12:50', null, '2025-04-08 11:34:38', null, 'EEPROM', '28C010', '28C010', 'EEPROM', null, 'SEI/Hitachi', '11/2/1995', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/70b372950fa31628ef610a731162dc45/data.xlsx\",\"PPM-95-182.pdf\":\"/oss/physical/NASA/70b372950fa31628ef610a731162dc45/PPM-95-182.pdf\"}', '28C010,EEPROM,SEI/Hitachi,11/2/1995,tid/PPM-95-182.pdf,TID,EEPROM', null); INSERT INTO `nasa_data_record` VALUES ('70bfcea334a59c17ac5fb3b03110e3ba', 'Crawler', '2024-11-13 01:23:49', null, '2025-04-08 11:34:38', null, 'ESCC 25100', 'MT41K512M8RH', 'MT41K512M8RH', 'DDR3 SDRAM memory', '29 MEMORY OTHERS', 'MICRON', '28/02/2019', 'ESA', null, null, '{\"SEE_00639_01 Micron ions.pdf\":\"/oss/physical/ESA/70bfcea334a59c17ac5fb3b03110e3ba/SEE_00639_01 Micron ions.pdf\",\"data.xlsx\":\"/oss/physical/ESA/70bfcea334a59c17ac5fb3b03110e3ba/data.xlsx\"}', '303,MT41K512M8RH,MICRON,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,DDR3 SDRAM memory,CMOS,Hirex-Alter,28/02/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('70cb825908a009ac7447b95b9c74511a', 'Crawler', '2024-11-13 12:04:44', 'xuebinrui', '2025-04-29 11:58:14', null, '晶体管', 'OP484', 'OP484', 'Operational Amplifier', '1039; 12-072', 'Analog Devices', '11/15/2012-to-1/8/2013;4/2/2018', 'NASA', '薛彬睿', '1', '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"Topper-TR-17-072-OP484-2018Apr02-TID-NASA-TM-20210018713.pdf\":\"/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/Topper-TR-17-072-OP484-2018Apr02-TID-NASA-TM-20210018713.pdf\",\"data.xlsx\":\"/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/data.xlsx\",\"电离总剂量效应-副本-副本(2)_1745899083935.xlsx\":\"/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/电离总剂量效应-副本-副本(2)_1745899083935.xlsx\"}', 'OP484,Operational Amplifier,Analog Devices,11/15/2012-to-1/8/2013;4/2/2018,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;Topper-TR-17-072-OP484-2018Apr02-TID-NASA-TM-20210018713.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('70daf822f5b7315368fd54d8bc9cb295', 'Crawler', '2024-11-13 12:39:29', 'changyuhai', '2025-05-03 22:44:48', null, 'Hybrid', 'SMHF2812', 'SMHF2812', 'DC-DC Converter', '1021、1214', 'Crane Interpoint', '4/4/2014;7/9/2014', 'NASA', '常余海', '2', '{\"data.xlsx\":\"/oss/physical/NASA/70daf822f5b7315368fd54d8bc9cb295/data.xlsx\",\"14-021_TAMU20140404_SMHF2812.pdf\":\"/oss/physical/NASA/70daf822f5b7315368fd54d8bc9cb295/14-021_TAMU20140404_SMHF2812.pdf\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/70daf822f5b7315368fd54d8bc9cb295/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/70daf822f5b7315368fd54d8bc9cb295/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"单粒子效应_1746283295012.xlsx\":\"/oss/physical/NASA/70daf822f5b7315368fd54d8bc9cb295/单粒子效应_1746283295012.xlsx\"}', 'SMHF2812,DC-DC Converter,Crane Interpoint,4/4/2014;7/9/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;14-021_TAMU20140404_SMHF2812.pdf;https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE;SET,Hybrid', '72'); INSERT INTO `nasa_data_record` VALUES ('70f0297a691a85a266cb60169fbc3d58', 'Crawler', '2024-11-13 12:05:02', 'xuebinrui', '2025-04-28 18:57:38', null, '放大器', 'OP497BRC', 'OP497BRC', 'Precision Picoampere Input Current Quad Operational Amplifier', '0946A', 'Analog Devices', '7/2011', 'NASA', '薛彬睿', '1', '{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/70f0297a691a85a266cb60169fbc3d58/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/70f0297a691a85a266cb60169fbc3d58/data.xlsx\",\"电离总剂量效应-副本-副本_1745837856631.xlsx\":\"/oss/physical/NASA/70f0297a691a85a266cb60169fbc3d58/电离总剂量效应-副本-副本_1745837856631.xlsx\"}', 'OP497BRC,Precision Picoampere Input Current Quad Operational Amplifier,Analog Devices,7/2011,nsrec2011_W5_TID.pdf,TID,Operational Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('7113e9689e9f513ab11caf18106d00df', 'Crawler', '2024-11-13 11:37:51', null, '2025-04-08 11:34:38', null, 'Reference', 'MAX6021', 'MAX6021', 'Voltage Ref', null, 'Maxim', '5/2006', 'NASA', null, null, '{\"G06MAY_MAX6021_TID.pdf\":\"/oss/physical/NASA/7113e9689e9f513ab11caf18106d00df/G06MAY_MAX6021_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/7113e9689e9f513ab11caf18106d00df/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7113e9689e9f513ab11caf18106d00df/data.xlsx\"}', 'MAX6021,Voltage Ref,Maxim,5/2006,G06MAY_MAX6021_TID.pdf;nsrec06_W2.pdf,TID,Reference', null); INSERT INTO `nasa_data_record` VALUES ('71151d837a3b301e1f7cf81e49415f8b', 'Crawler', '2024-11-13 13:00:35', 'rentongfei', '2025-04-18 12:13:26', null, '其他电气和电子元器件', 'UT63M147-BPC', 'UT63M147-BPC', 'MIL-STD-1553B Transceiver', 'DR1773', 'UTMC', '7/21/1997', 'NASA', '任童菲', '1', '{\"Random97a.pdf\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/data.xlsx\",\"单粒子效应UT63M147-BPC_1744904577267.xlsx\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/单粒子效应UT63M147-BPC_1744904577267.xlsx\"}', 'UT63M147-BPC,MIL-STD-1553B Transceiver,UTMC,7/21/1997,Random97a.pdf,SEE,Data Transmission', '1'); INSERT INTO `nasa_data_record` VALUES ('711adb08e9a18f4c6f0eb486f09a442e', 'Crawler', '2024-11-13 10:21:55', null, '2025-04-08 11:34:38', null, 'Fiber Optics', '5401', '5401', 'Optocoupler', null, 'HP', '3/19/1997', 'NASA', null, null, '{\"d031997.pdf\":\"/oss/physical/NASA/711adb08e9a18f4c6f0eb486f09a442e/d031997.pdf\",\"data.xlsx\":\"/oss/physical/NASA/711adb08e9a18f4c6f0eb486f09a442e/data.xlsx\"}', '5401,Optocoupler,HP,3/19/1997,d031997.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('7125ae1652cc879e6d6d76d3be4c671f', 'Crawler', '2024-11-13 02:22:09', null, '2025-04-08 11:34:38', null, 'ESCC 22900', 'MT41K512M8RH-125 - DC1502', 'MT41K512M8RH-125 - DC1502', '4Gb (512Mb x 8 x 8 banks) DDR3L SDRAM', '29 MEMORY OTHERS', 'MICRON', '30/10/2018', 'ESA', null, null, '{\"TID_01585_01 MT41K512M8RH-125.pdf\":\"/oss/physical/ESA/7125ae1652cc879e6d6d76d3be4c671f/TID_01585_01 MT41K512M8RH-125.pdf\",\"data.xlsx\":\"/oss/physical/ESA/7125ae1652cc879e6d6d76d3be4c671f/data.xlsx\"}', '341,MT41K512M8RH-125 - DC1502,MICRON,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,29 MEMORY OTHERS,4Gb (512Mb x 8 x 8 banks) DDR3L SDRAM,,Hirex-Alter,30/10/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('713048068700626887d994a2c36c9e63', 'Crawler', '2024-11-13 11:04:18', null, '2025-04-08 11:34:38', null, 'Si', 'FYPF2045', 'FYPF2045', 'Diode', null, 'Fairchild Semiconductor', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/713048068700626887d994a2c36c9e63/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/713048068700626887d994a2c36c9e63/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/713048068700626887d994a2c36c9e63/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'FYPF2045,Diode,Fairchild Semiconductor,6/27/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('7150bbfd5372db32cde8b7a1e6385f6a', 'Crawler', '2024-11-13 11:18:40', null, '2025-04-08 11:34:38', null, '65 nm CMOS', 'K4B1GO846D-HCH9', 'K4B1GO846D-HCH9', 'DDR3 SDRAM', null, 'Samsung', 'TAMU09AUG;IU09AUG', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7150bbfd5372db32cde8b7a1e6385f6a/data.xlsx\",\"I081009_T082409_K4B1GO846DHCF8.pdf\":\"/oss/physical/NASA/7150bbfd5372db32cde8b7a1e6385f6a/I081009_T082409_K4B1GO846DHCF8.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/7150bbfd5372db32cde8b7a1e6385f6a/nsrec2010_W8_SEE.pdf\"}', 'K4B1GO846D-HCH9,DDR3 SDRAM,Samsung,TAMU09AUG;IU09AUG,I081009_T082409_K4B1GO846DHCF8.pdf;nsrec2010_W8_SEE.pdf,SEE;SEU,65 nm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('718c36b9d1aaa49389a6738a2c0d358f', 'Crawler', '2024-11-13 12:27:25', 'liujunling', '2025-04-30 22:08:05', null, '电源', 'RH1021', 'RH1021', '5V Voltage Reference', '0940A', 'Linear Technology', '7/2011', 'NASA', '刘俊灵', '1', '{\"data.xlsx\":\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/nsrec2011_W5_TID.pdf\",\"位移损伤效应_1746022047017.xlsx\":\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/位移损伤效应_1746022047017.xlsx\",\"电离总剂量效应_1746022076477.xlsx\":\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/电离总剂量效应_1746022076477.xlsx\"}', 'RH1021,5V Voltage Reference,Linear Technology,7/2011,nsrec2011_W5_TID.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('71a33af950fa83fad19e54329feedd3e', 'Crawler', '2024-11-13 13:00:25', 'rentongfei', '2025-04-18 12:06:01', null, '数字集成电路', 'UT6325', 'UT6325', 'FPGA', '/', 'Aeroflex', 'TAMU07MAY', 'NASA', '任童菲', '3', '{\"T022205_Aeroflex_Eclipse_V2.pdf\":\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/T022205_Aeroflex_Eclipse_V2.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/data.xlsx\",\"单粒子效应UT6325_1744908371359.xlsx\":\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/单粒子效应UT6325_1744908371359.xlsx\"}', 'UT6325,FPGA,Aeroflex,TAMU07MAY,T022205_Aeroflex_Eclipse_V2.pdf;nsrec07_W27_SEE.pdf,SEE;SEL;SEU,0.25�m CMOS', '30'); INSERT INTO `nasa_data_record` VALUES ('71ac02279cd887d11cdb8f003ca01c58', 'Crawler', '2024-11-13 13:00:15', 'rentongfei', '2025-04-18 12:07:30', null, '数字集成电路', 'UT54LVDS032', 'UT54LVDS032', 'Receiver', 'unknown', 'Aeroflex', '11/23/2004', 'NASA', '任童菲', '1', '{\"data.xlsx\":\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/data.xlsx\",\"单粒子效应UT54LVDS032_1744909675056.xlsx\":\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/单粒子效应UT54LVDS032_1744909675056.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/nsrec05_W5.pdf\"}', 'UT54LVDS032,Receiver,Aeroflex,11/23/2004,B112304_ UT54LVDS031_32.pdf;nsrec05_W5.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('71b7b9d8268357585e16d5f7f3b5c4aa', 'Crawler', '2024-11-13 10:54:35', null, '2025-04-08 11:34:38', null, 'Hybrid', 'C30659-1550E-R08BH', 'C30659-1550E-R08BH', 'Opto-electronics', null, 'Excelitas', '10/31/2018', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/71b7b9d8268357585e16d5f7f3b5c4aa/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/71b7b9d8268357585e16d5f7f3b5c4aa/data.xlsx\"}', 'C30659-1550E-R08BH,Opto-electronics,Excelitas,10/31/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf,TID,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('71be846ccbcc3b6f0ee7ce3ee96c3434', 'Crawler', '2024-11-13 12:53:12', 'lixuyou', '2025-04-30 17:07:42', null, 'Temperature Sensor', 'TMP36', 'TMP36', 'Temperature Sensor', null, 'Analog Devices', '8/8/2002;7/25/2003', 'NASA', '李序友', '9', '{\"data.xlsx\":\"/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/data.xlsx\",\"B061702_TMP36.pdf\":\"/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/B061702_TMP36.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/NSREC03_W10.pdf\",\"TMP36_1746004059392.xlsx\":\"/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/TMP36_1746004059392.xlsx\"}', 'TMP36,Temperature Sensor,Analog Devices,8/8/2002;7/25/2003,B061702_TMP36.pdf;NSREC03_W10.pdf,SEL,Temperature Sensor', '78'); INSERT INTO `nasa_data_record` VALUES ('71d18cb966c54a4df5cd446aa8e63dee', 'Crawler', '2024-11-13 02:14:02', null, '2025-04-08 11:34:38', null, 'ESCC 25100', 'MAX14572EUD+', 'MAX14572EUD+', 'Adjustable Overvoltage and Overcurrent Protectors with High Accuracy', '90 OTHER FUNCTIONS', 'Analog Devices', '13/12/2023', 'ESA', null, null, '{\"406.pdf\":\"/oss/physical/ESA/71d18cb966c54a4df5cd446aa8e63dee/406.pdf\",\"data.xlsx\":\"/oss/physical/ESA/71d18cb966c54a4df5cd446aa8e63dee/data.xlsx\"}', '406,MAX14572EUD+,Analog Devices,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,90 OTHER FUNCTIONS,Adjustable Overvoltage and Overcurrent Protectors with High Accuracy,,TRAD,13/12/2023,False', null); INSERT INTO `nasa_data_record` VALUES ('7212b4edc411d5ea4d6599ec9746c8aa', 'Crawler', '2024-11-13 12:42:26', 'luozikang', '2025-04-29 17:33:08', null, 'CMOS', 'SSDSCKKW256G8X1', 'SSDSCKKW256G8X1', 'Flash', null, 'Intel', '5/1/2018', 'NASA', '罗梓康', '1', '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/7212b4edc411d5ea4d6599ec9746c8aa/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/7212b4edc411d5ea4d6599ec9746c8aa/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7212b4edc411d5ea4d6599ec9746c8aa/data.xlsx\",\"单粒子效应_1745919139663.xlsx\":\"/oss/physical/NASA/7212b4edc411d5ea4d6599ec9746c8aa/单粒子效应_1745919139663.xlsx\"}', 'SSDSCKKW256G8X1,Flash,Intel,5/1/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,CMOS', '2'); INSERT INTO `nasa_data_record` VALUES ('7252766c968413cc7afff76292034f89', 'Crawler', '2024-11-13 09:51:29', null, '2025-04-08 11:34:38', null, 'AD', 'OP27', 'OP27', 'OP AMP', null, null, '5/5/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7252766c968413cc7afff76292034f89/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/7252766c968413cc7afff76292034f89/PPM-99-045.pdf\"}', '315,2.5-50,OP27,OP AMP,AD,MIDEX/MAP,9648,PPM-97-019,5/5/97', null); INSERT INTO `nasa_data_record` VALUES ('727080e215445e36eece2d479b2b879f', 'Crawler', '2024-11-13 13:14:06', 'admin', '2025-04-08 11:34:38', null, '数字集成电路', 'FPGA', 'XQVR300', 'FPGA', null, 'Xilinx', '10/28/2000', 'NASA', '张兴尧', '2', '{\"data2_1739510928846.csv\":\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/data2_1739510928846.csv\",\"下载链接_1739510458557.txt\":\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/下载链接_1739510458557.txt\",\"data.xlsx\":\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/data.xlsx\"}', 'XQVR300,FPGA,Xilinx,10/28/2000,http://rk.gsfc.nasa.gov/richcontent/papers/Xilinx/Xilinx_NSREC2000.pdf,TID;SEL;SEU,FPGA', '2'); INSERT INTO `nasa_data_record` VALUES ('728ea11dc315c17e70cb9d9fe66008c9', 'Crawler', '2024-11-13 12:28:21', 'liujunling', '2025-04-30 22:00:33', null, '晶体管', 'RH1086', 'RH1086', 'Voltage Regulator', '9714A', 'Linear Technology', 'NRL08NOV', 'NASA', '刘俊灵', '1', '{\"NRL110608_RH1086.pdf\":\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/NRL110608_RH1086.pdf\",\"data.xlsx\":\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/nsrec09_W12_SEE.pdf\",\"单粒子效应_1746021630383.xlsx\":\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/单粒子效应_1746021630383.xlsx\"}', 'RH1086,Voltage Regulator,Linear Technology,NRL08NOV,NRL110608_RH1086.pdf;nsrec09_W12_SEE.pdf,SEE;SET,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('72a1b689ee354a2086e31cf09f6900ca', 'Crawler', '2024-11-13 11:54:43', 'mayinjie', '2025-04-30 16:45:47', null, 'Memory', 'MT29F2G08B', 'MT29F2G08B', 'NAND Flash Memory', null, 'Micron', '10/2005;12/2/2005;3/12/2006;3/27/2006', 'NASA', '马崟洁', '1', '{\"G05OCT_MT29F2G08B_TID.pdf\":\"/oss/physical/NASA/72a1b689ee354a2086e31cf09f6900ca/G05OCT_MT29F2G08B_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/72a1b689ee354a2086e31cf09f6900ca/data.xlsx\",\"M120205_MT29F2G08B.pdf\":\"/oss/physical/NASA/72a1b689ee354a2086e31cf09f6900ca/M120205_MT29F2G08B.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/72a1b689ee354a2086e31cf09f6900ca/nsrec06_W2.pdf\",\"I032706_MT29F2G08B.pdf\":\"/oss/physical/NASA/72a1b689ee354a2086e31cf09f6900ca/I032706_MT29F2G08B.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/72a1b689ee354a2086e31cf09f6900ca/nsrec06_W4.pdf\",\"T031206_MT29F2G08B.pdf\":\"/oss/physical/NASA/72a1b689ee354a2086e31cf09f6900ca/T031206_MT29F2G08B.pdf\",\"电离总剂量效应_1746002735793.xlsx\":\"/oss/physical/NASA/72a1b689ee354a2086e31cf09f6900ca/电离总剂量效应_1746002735793.xlsx\"}', 'MT29F2G08B,NAND Flash Memory,Micron,10/2005;12/2/2005;3/12/2006;3/27/2006,M120205_MT29F2G08B.pdf;T031206_MT29F2G08B.pdf;I032706_MT29F2G08B.pdf;nsrec06_W4.pdf;G05OCT_MT29F2G08B_TID.pdf;nsrec06_W2.pdf,SEE;TID,Memory', '1'); INSERT INTO `nasa_data_record` VALUES ('72d48443153eeee7d7ddc6dcd4678e63', 'Crawler', '2024-11-13 01:24:06', null, '2025-04-08 11:34:39', null, 'ESCC 25100', 'MX68GL1G0G - DC1519', 'MX68GL1G0G - DC1519', 'NOR Flash memory', '29 MEMORY OTHERS', 'Macronix', '10/08/2018', 'ESA', null, null, '{\"SEE_00645_02 protons Macronix MX68GGL1G0G.pdf\":\"/oss/physical/ESA/72d48443153eeee7d7ddc6dcd4678e63/SEE_00645_02 protons Macronix MX68GGL1G0G.pdf\",\"data.xlsx\":\"/oss/physical/ESA/72d48443153eeee7d7ddc6dcd4678e63/data.xlsx\"}', '305,MX68GL1G0G - DC1519,Macronix,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,NOR Flash memory,CMOS,Hirex-Alter,10/08/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('72d4dfa55e3e5c42b9de717509ebb6ed', 'Crawler', '2024-11-13 11:35:33', null, '2025-04-08 11:34:39', null, 'FIFO (First In/First Out)', 'M67204EV-50', 'M67204EV-50', '9x4k FIFO', null, 'Matra', '11/17/1996;12/16/1996;7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/72d4dfa55e3e5c42b9de717509ebb6ed/Random97a.pdf\",\"B051397bmod.pdf\":\"/oss/physical/NASA/72d4dfa55e3e5c42b9de717509ebb6ed/B051397bmod.pdf\",\"data.xlsx\":\"/oss/physical/NASA/72d4dfa55e3e5c42b9de717509ebb6ed/data.xlsx\"}', 'M67204EV-50,9x4k FIFO,Matra,11/17/1996;12/16/1996;7/21/1997,i111796a.pdf;B051397bmod.pdf;Random97a.pdf,SEE,FIFO (First In/First Out)', null); INSERT INTO `nasa_data_record` VALUES ('72fb24584298d24d4b21059893ca22b6', 'Crawler', '2024-11-13 02:18:20', null, '2025-04-08 11:34:39', null, 'Not specified', 'DARA Controller Board RTS - System level testing', 'DARA Controller Board RTS - System level testing', 'System level test (multiple parts)', '1 ALL', 'Multiple manufacturers - Board level test', '02/02/2018', 'ESA', null, null, '{\"373.pdf\":\"/oss/physical/ESA/72fb24584298d24d4b21059893ca22b6/373.pdf\",\"data.xlsx\":\"/oss/physical/ESA/72fb24584298d24d4b21059893ca22b6/data.xlsx\"}', '373,DARA Controller Board RTS - System level testing,Multiple manufacturers - Board level test,Download,TID (Total Ionising Dose),Not specified,99 MISCELLANEOUS PARTS,1 ALL,System level test (multiple parts),,pmodwrc,02/02/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('7343b1a52d1dbd7eceb79aa50ff8bc15', 'Crawler', '2024-11-13 11:31:11', null, '2025-04-08 11:34:39', null, 'Bipolar', 'LT2078', 'LT2078', 'Operational Amplifier', null, 'Linear Technology', '4/11/2015', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7343b1a52d1dbd7eceb79aa50ff8bc15/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/7343b1a52d1dbd7eceb79aa50ff8bc15/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"2015-Dye-Campola-TR-15-024-LT2078-20205004096.pdf\":\"/oss/physical/NASA/7343b1a52d1dbd7eceb79aa50ff8bc15/2015-Dye-Campola-TR-15-024-LT2078-20205004096.pdf\"}', 'LT2078,Operational Amplifier,Linear Technology,4/11/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;2015-Dye-Campola-TR-15-024-LT2078-20205004096.pdf,SEB;SEDR,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('734666246b952299c299f309561a70b5', 'Crawler', '2024-11-13 12:04:50', 'xuebinrui', '2025-04-28 19:11:27', null, '放大器', 'OP490AY/883B', 'OP490AY/883B', 'Quad Operational Amplifier', '8735', 'PMI', '6/16/1992', 'NASA', '薛彬睿', '1', '{\"电离总剂量效应-副本-副本-副本-副本_1745838668890.xlsx\":\"/oss/physical/NASA/734666246b952299c299f309561a70b5/电离总剂量效应-副本-副本-副本-副本_1745838668890.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/734666246b952299c299f309561a70b5/data.xlsx\",\"PPM-92-185.pdf\":\"/oss/physical/NASA/734666246b952299c299f309561a70b5/PPM-92-185.pdf\"}', 'OP490AY/883B,Quad Operational Amplifier,PMI,6/16/1992,tid/PPM-92-185.pdf,TID,Operational Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('734db11bad283381e229cc718b6c1ab7', 'Crawler', '2024-11-13 09:49:39', null, '2025-04-08 11:34:39', null, 'AD', 'OP400', 'OP400', 'OP AMP', null, null, '11/03/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/734db11bad283381e229cc718b6c1ab7/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/734db11bad283381e229cc718b6c1ab7/PPM-99-045.pdf\"}', '389,2.5-50,OP400,OP AMP,AD,IRAC,9814A,PPM-99-003,11/03/98', null); INSERT INTO `nasa_data_record` VALUES ('73898fd2f2cee7a79fe1d16506076b5b', 'Crawler', '2024-11-13 10:18:00', null, '2025-04-08 11:34:39', null, 'Bipolar', '2N5157', '2N5157', 'NPN Power Bipolar Junction Transistor', null, 'Microsemi', '6/2008', 'NASA', null, null, '{\"VdG08JUN_2N5157.pdf\":\"/oss/physical/NASA/73898fd2f2cee7a79fe1d16506076b5b/VdG08JUN_2N5157.pdf\",\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/73898fd2f2cee7a79fe1d16506076b5b/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/73898fd2f2cee7a79fe1d16506076b5b/data.xlsx\"}', '2N5157,NPN Power Bipolar Junction Transistor,Microsemi,6/2008,TID/VdG08JUN_2N5157.pdf;nsrec09_W13_TID.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('739ef75bd40012ec1869e5f29ebb2423', 'Crawler', '2024-11-13 00:35:22', null, '2025-04-08 11:34:39', null, 'Not specified', 'UC1525BJQMLV', 'UC1525BJQMLV', 'Pulse Width Modulator', '69 LINEAR OTHER FUNCTIONS', 'Texas Instrument', '10/08/2012', 'ESA', null, null, '{\"104.pdf\":\"/oss/physical/ESA/739ef75bd40012ec1869e5f29ebb2423/104.pdf\",\"data.xlsx\":\"/oss/physical/ESA/739ef75bd40012ec1869e5f29ebb2423/data.xlsx\"}', '104,UC1525BJQMLV,Texas Instrument,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,69 LINEAR OTHER FUNCTIONS,Pulse Width Modulator,,Hirex-Alter,10/08/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('73bceb6b64d292c752db1a21e62b1607', 'Crawler', '2024-11-13 12:37:33', 'zhangchenyu', '2025-04-30 20:55:57', null, 'PWM', 'SG1524B', 'SG1524B', 'Pulse Width Modulator Controller', null, 'Silicon General', '3/29/1991', 'NASA', '张晨宇', '1', '{\"data.xlsx\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/data.xlsx\",\"电离总剂量效应_1745993822172.xlsx\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/电离总剂量效应_1745993822172.xlsx\",\"PPM-91-228.pdf\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/PPM-91-228.pdf\"}', 'SG1524B,Pulse Width Modulator Controller,Silicon General,3/29/1991,tid/PPM-91-228.pdf,TID,PWM', '1'); INSERT INTO `nasa_data_record` VALUES ('73f531f8e0b83cedcfee255078c9546d', 'Crawler', '2024-11-13 02:25:10', null, '2025-04-08 11:34:39', null, 'ESCC 25100', 'MX68GL1G0G - DC1519', 'MX68GL1G0G - DC1519', 'NOR Flash memory', '29 MEMORY OTHERS', 'Macronix', '10/08/2018', 'ESA', null, null, '{\"SEE_00641_02 heavy ions Macronix MX68GL1GOG.pdf\":\"/oss/physical/ESA/73f531f8e0b83cedcfee255078c9546d/SEE_00641_02 heavy ions Macronix MX68GL1GOG.pdf\",\"data.xlsx\":\"/oss/physical/ESA/73f531f8e0b83cedcfee255078c9546d/data.xlsx\"}', '309,MX68GL1G0G - DC1519,Macronix,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,NOR Flash memory,CMOS,Hirex-Alter,10/08/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('73f56476c4b174f9aa8dfaa0f21c0503', 'Crawler', '2024-11-13 09:58:53', null, '2025-04-08 11:34:39', null, 'Harris', 'HA1-5320-8', 'HA1-5320-8', 'S/H Amp', null, null, '03/15/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/73f56476c4b174f9aa8dfaa0f21c0503/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/73f56476c4b174f9aa8dfaa0f21c0503/PPM-99-045.pdf\"}', '19,5-300,HA1-5320-8,S/H Amp,Harris,ISTP/NC,9016,PPM-91-163,03/15/91', null); INSERT INTO `nasa_data_record` VALUES ('74148784cee6be4282f7cc0797bb74e4', 'Crawler', '2024-11-13 10:43:02', null, '2025-04-08 11:34:39', null, 'ADC', 'AD7828UQ/883B', 'AD7828UQ/883B', '8-bit ADC', null, 'ADI', '6/17/1992', 'NASA', null, null, '{\"PPM-92-190.pdf\":\"/oss/physical/NASA/74148784cee6be4282f7cc0797bb74e4/PPM-92-190.pdf\",\"data.xlsx\":\"/oss/physical/NASA/74148784cee6be4282f7cc0797bb74e4/data.xlsx\"}', 'AD7828UQ/883B,8-bit ADC,ADI,6/17/1992,tid/PPM-92-190.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('74158a1b5e95f48cf9954de9669ed558', 'Crawler', '2024-11-13 10:25:19', null, '2025-04-08 11:34:39', null, 'Logic', '54ALS1035', '54ALS1035', 'Logic', null, 'TI', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/74158a1b5e95f48cf9954de9669ed558/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/74158a1b5e95f48cf9954de9669ed558/data.xlsx\"}', '54ALS1035,Logic,TI,7/20/1998,NSREC98.pdf,SEE,Logic', null); INSERT INTO `nasa_data_record` VALUES ('744969e34af875d62c90366d003b0462', 'Crawler', '2024-11-13 12:29:58', 'yangjicong', '2025-04-29 18:39:38', null, 'Linear Device', 'RM158', 'RM158', 'Operational Amplifier', '7W4453G019', 'National Semiconductor', '09JAN:DC', 'NASA', '杨济聪', '1', '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/data.xlsx\",\"VdG09JAN_RM158_na.pdf\":\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/VdG09JAN_RM158_na.pdf\"}', 'RM158,Operational Amplifier,National Semiconductor,VdG2009JAN,tid/VdG09JAN_RM158_na.pdf;nsrec09_W13_TID.pdf,TID,Linear Device', '1'); INSERT INTO `nasa_data_record` VALUES ('7457c76be3ccdfac7717d1f9024b8a74', 'Crawler', '2024-11-13 10:19:46', null, '2025-04-08 11:34:39', null, 'Optical Fiber', '407', '407', 'Optical Fiber', null, 'Draka', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/7457c76be3ccdfac7717d1f9024b8a74/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7457c76be3ccdfac7717d1f9024b8a74/data.xlsx\"}', '407,Optical Fiber,Draka,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('746b267d54a5ef4960bca8ddea5e4a02', 'Crawler', '2024-11-13 00:35:07', null, '2025-04-08 11:34:39', null, 'ESCC 22900ESCC 25100', 'Numonyx Omneo P8P Phase Change Memory', 'Numonyx Omneo P8P Phase Change Memory', 'phase change technology', '29 MEMORY OTHERS', 'Numonyx', '01/03/2013', 'ESA', null, null, '{\"102.pdf\":\"/oss/physical/ESA/746b267d54a5ef4960bca8ddea5e4a02/102.pdf\",\"data.xlsx\":\"/oss/physical/ESA/746b267d54a5ef4960bca8ddea5e4a02/data.xlsx\"}', '102,Numonyx Omneo P8P Phase Change Memory,Numonyx,Download,TID (Total Ionising Dose)SEE (Single Events Effects),ESCC 22900ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,phase change technology,,University of Padova,01/03/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('74713bb677cbe969d765b11754ba4446', 'Crawler', '2024-11-13 00:46:34', null, '2025-04-08 11:34:39', null, 'Not specified', 'OLS0449', 'OLS0449', 'Optocoupler', '1 OPTOCOUPLER', 'Isolink', '16/04/2012', 'ESA', null, null, '{\"159.pdf\":\"/oss/physical/ESA/74713bb677cbe969d765b11754ba4446/159.pdf\",\"data.xlsx\":\"/oss/physical/ESA/74713bb677cbe969d765b11754ba4446/data.xlsx\"}', '159,OLS0449,Isolink,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,16/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('74a8d979d3cfd70957bc70d999b944b3', 'Crawler', '2024-11-13 11:41:26', null, '2025-04-08 11:34:39', null, 'CMOS and ReRAM', 'MB85AS4MT', 'MB85AS4MT', 'Nonvolatile Memory', null, 'Fujitsu', '1/23/2017', 'NASA', null, null, '{\"NEPP-TR-TID-2017Jan-16-041-MB85AS4MT-Fujitsu-ReRAM-TN39593.pdf\":\"/oss/physical/NASA/74a8d979d3cfd70957bc70d999b944b3/NEPP-TR-TID-2017Jan-16-041-MB85AS4MT-Fujitsu-ReRAM-TN39593.pdf\",\"data.xlsx\":\"/oss/physical/NASA/74a8d979d3cfd70957bc70d999b944b3/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/74a8d979d3cfd70957bc70d999b944b3/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\"}', 'MB85AS4MT,Nonvolatile Memory,Fujitsu,1/23/2017,https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf;https://nepp.nasa.gov/files/28380/NEPP-TR-TID-2017Jan-16-041-MB85AS4MT-Fujitsu-ReRAM-TN39593.pdf,TID,CMOS and ReRAM', null); INSERT INTO `nasa_data_record` VALUES ('74c1e95a182913835f72037ca070d56d', 'Crawler', '2024-11-13 10:13:17', null, '2025-04-08 11:34:39', null, 'Programmable Device', '28C256ERPDB', '28C256ERPDB', '256 kbit EEPROM', null, 'SEEQ/SEI', '11/9/1994;1/24/1995;7/17/1995;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/74c1e95a182913835f72037ca070d56d/random6a.pdf\",\"b012495.pdf\":\"/oss/physical/NASA/74c1e95a182913835f72037ca070d56d/b012495.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/74c1e95a182913835f72037ca070d56d/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/74c1e95a182913835f72037ca070d56d/data.xlsx\",\"b110994.pdf\":\"/oss/physical/NASA/74c1e95a182913835f72037ca070d56d/b110994.pdf\"}', '28C256ERPDB,256 kbit EEPROM,SEEQ/SEI,11/9/1994;1/24/1995;7/17/1995;7/15/1996,b110994.pdf;b012495.pdf;ieee95a.pdf;random6a.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('74f14cc116e601fb99d055768e44d26c', 'Crawler', '2024-11-13 11:18:57', null, '2025-04-08 11:34:39', null, 'CMOS', 'K4B4G0846B-HCH9 4 Gb die on M471B5773DH0-CH9 DIMMs', 'K4B4G0846B-HCH9 4 Gb die on M471B5773DH0-CH9 DIMMs', 'DDR3 SDRAM', null, 'Samsung', '2013Feb-Mar(NRL);5/7/2013(TAMU)', 'NASA', null, null, '{\"13-015_12-037_T20130320_NRL20130507_DDR3.pdf\":\"/oss/physical/NASA/74f14cc116e601fb99d055768e44d26c/13-015_12-037_T20130320_NRL20130507_DDR3.pdf\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/74f14cc116e601fb99d055768e44d26c/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/74f14cc116e601fb99d055768e44d26c/data.xlsx\"}', 'K4B4G0846B-HCH9 4 Gb die on M471B5773DH0-CH9 DIMMs,DDR3 SDRAM,Samsung,2013Feb-Mar(NRL);5/7/2013(TAMU),https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;13-015_12-037_T20130320_NRL20130507_DDR3.pdf,SEE; SEU; SEFI,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('74f34ae443e99aeeef20c75d33a85067', 'Crawler', '2024-11-13 09:52:11', null, '2025-04-08 11:34:39', null, 'Micron Tech.', 'NT5C1008', 'NT5C1008', 'CMOS SRAM', null, null, '11/29/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/74f34ae443e99aeeef20c75d33a85067/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/74f34ae443e99aeeef20c75d33a85067/PPM-99-045.pdf\"}', '288,2.5-15,NT5C1008,CMOS SRAM,Micron Tech.,AXAF/Gulton,9421\r\r\n9515,PPM-95-186,11/29/95', null); INSERT INTO `nasa_data_record` VALUES ('74f68e31bfb158325dbeaa88d1cdcc25', 'Crawler', '2024-11-13 13:13:30', 'admin', '2025-04-08 11:34:39', null, '数字集成电路', 'FPGA', 'XQR4036XL', 'FPGA', null, 'Xilinx', '9/6/1998', 'NASA', '张兴尧', '1', '{\"data.xlsx\":\"/oss/physical/NASA/74f68e31bfb158325dbeaa88d1cdcc25/data.xlsx\",\"下载链接_1739510722133.txt\":\"/oss/physical/NASA/74f68e31bfb158325dbeaa88d1cdcc25/下载链接_1739510722133.txt\",\"data2_1739510749530.csv\":\"/oss/physical/NASA/74f68e31bfb158325dbeaa88d1cdcc25/data2_1739510749530.csv\"}', 'XQR4036XL,FPGA,Xilinx,9/6/1998,http://www.klabs.org/richcontent/fpga_content/Xilinx/SEE_Test_XR4036XL.pdf,SEE,FPGA', '1'); INSERT INTO `nasa_data_record` VALUES ('750c9cdd576e536cce4816d6337785cc', 'Crawler', '2024-11-13 00:59:48', null, '2025-04-08 11:34:39', null, 'Not specified', 'HAS2', 'HAS2', 'Active Pixel Sensor', '4 PHOTO DIODE /SENSOR', 'ON Semiconductors', '23/11/2012', 'ESA', null, null, '{\"199.pdf\":\"/oss/physical/ESA/750c9cdd576e536cce4816d6337785cc/199.pdf\",\"data.xlsx\":\"/oss/physical/ESA/750c9cdd576e536cce4816d6337785cc/data.xlsx\"}', '199,HAS2,ON Semiconductors,Download,DD (Displacement Damage),Not specified,18 OPTO ELECTRONICS,4 PHOTO DIODE /SENSOR,Active Pixel Sensor,,SODERN - ON Semiconductor,23/11/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('755b0fce307e0a2a790210e1d905fd50', 'Crawler', '2024-11-13 10:29:46', null, '2025-04-08 11:34:39', null, 'FIFO (First In/First Out)', '7204 9x4k FIFO', '7204 9x4k FIFO', '9x4k FIFO', null, 'IDT', '11/9/1994;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/755b0fce307e0a2a790210e1d905fd50/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/755b0fce307e0a2a790210e1d905fd50/data.xlsx\",\"b110994.pdf\":\"/oss/physical/NASA/755b0fce307e0a2a790210e1d905fd50/b110994.pdf\"}', '7204 9x4k FIFO,9x4k FIFO,IDT,11/9/1994;7/17/1995,b110994.pdf;ieee95a.pdf,SEE,FIFO (First In/First Out)', null); INSERT INTO `nasa_data_record` VALUES ('756246da148f3a7ba442755f995af046', 'Crawler', '2024-11-13 11:08:35', null, '2025-04-08 11:34:39', null, 'Analog Switch', 'HI300', 'HI300', 'Analog Switch', null, 'Harris', '11/3/1998;1999', 'NASA', null, null, '{\"PPM-99-005.pdf\":\"/oss/physical/NASA/756246da148f3a7ba442755f995af046/PPM-99-005.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/756246da148f3a7ba442755f995af046/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/756246da148f3a7ba442755f995af046/data.xlsx\"}', 'HI300,Analog Switch,Harris,11/3/1998;1999,tid/PPM-99-005.pdf;nsrec00_W21.pdf,TID,Analog Switch', null); INSERT INTO `nasa_data_record` VALUES ('757751ec8b703a85d28bce7fdf579c6e', 'Crawler', '2024-11-13 09:52:55', null, '2025-04-08 11:34:39', null, 'ADI', 'AD645', 'AD645', 'Op Amp', null, null, '05/01/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/757751ec8b703a85d28bce7fdf579c6e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/757751ec8b703a85d28bce7fdf579c6e/PPM-99-045.pdf\"}', '260,1-10,AD645,Op Amp,ADI,NOAA/KLM,9334A\r\r\n9338B,PPM-95-150,05/01/95', null); INSERT INTO `nasa_data_record` VALUES ('7577843c0cb415d1f0a6f0b584d47bec', 'Crawler', '2024-11-13 09:53:42', null, '2025-04-08 11:34:39', null, 'Teledyne', 'TC4420', 'TC4420', 'MOSFET Buffer', null, null, '10/03/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7577843c0cb415d1f0a6f0b584d47bec/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/7577843c0cb415d1f0a6f0b584d47bec/PPM-99-045.pdf\"}', '226,2.5-30,TC4420,MOSFET Buffer,Teledyne,GOES/SXI,9325,PPM-94-035,10/03/94', null); INSERT INTO `nasa_data_record` VALUES ('758191e8af0e423274deb37f18f8c1d4', 'Crawler', '2024-11-13 11:09:47', null, '2025-04-08 11:34:39', null, 'RAM (Random Access Memory)', 'HM68128', 'HM68128', '1 Mbit SRAM', null, 'Hitachi', '5/19/1993;6/18/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/758191e8af0e423274deb37f18f8c1d4/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/758191e8af0e423274deb37f18f8c1d4/data.xlsx\",\"s061893.pdf\":\"/oss/physical/NASA/758191e8af0e423274deb37f18f8c1d4/s061893.pdf\"}', 'HM68128,1 Mbit SRAM,Hitachi,5/19/1993;6/18/1993;7/18/1994,s061893.pdf;nsrec94a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('759c98a3af5c1f60c8444111b9dbdce4', 'Crawler', '2024-11-13 10:41:32', null, '2025-04-08 11:34:39', null, 'Analog Device', 'AD676', 'AD676', '16-bit ADC', null, 'Analog Devices', '6/18/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/759c98a3af5c1f60c8444111b9dbdce4/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/759c98a3af5c1f60c8444111b9dbdce4/data.xlsx\",\"b061893.pdf\":\"/oss/physical/NASA/759c98a3af5c1f60c8444111b9dbdce4/b061893.pdf\"}', 'AD676,16-bit ADC,Analog Devices,6/18/1993;7/18/1994,b061893.pdf;nsrec94a.pdf,SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('75a721f41e47bbfb1cedabb2a2c526c4', 'Crawler', '2024-11-13 09:50:19', null, '2025-04-08 11:34:39', null, 'AD', 'OP15', 'OP15', 'OP AMP', null, null, '04/23/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/75a721f41e47bbfb1cedabb2a2c526c4/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/75a721f41e47bbfb1cedabb2a2c526c4/PPM-99-045.pdf\"}', '362,20-200,OP15,OP AMP,AD,GOES,9722A,PPM-98-008,04/23/98', null); INSERT INTO `nasa_data_record` VALUES ('75c67d6afc59045b03e0b396f6f7c0ff', 'Crawler', '2024-11-13 09:56:37', null, '2025-04-08 11:34:39', null, 'NSC', '54ACT240', '54ACT240', 'Octal Buffer', null, null, '12/13/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/75c67d6afc59045b03e0b396f6f7c0ff/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/75c67d6afc59045b03e0b396f6f7c0ff/PPM-99-045.pdf\"}', '98,10-300,54ACT240,Octal Buffer,NSC,SMEX/CB,9012A\r\r\n9040A,PPM-91-747,12/13/91', null); INSERT INTO `nasa_data_record` VALUES ('75d35ad68c61e14b56bf95d3378ea298', 'Crawler', '2024-11-13 11:46:12', null, '2025-04-08 11:34:39', null, 'Operational Amplifier', 'MC1350', 'MC1350', 'Operational Amplifier', null, 'Austin', '6/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/75d35ad68c61e14b56bf95d3378ea298/data.xlsx\",\"PPM-91-392.pdf\":\"/oss/physical/NASA/75d35ad68c61e14b56bf95d3378ea298/PPM-91-392.pdf\"}', 'MC1350,Operational Amplifier,Austin,6/1991,tid/PPM-91-392.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('75eac702537c223dc774eb4de004297b', 'Crawler', '2024-11-13 11:42:03', null, '2025-04-08 11:34:39', null, 'Si', 'MBR20200', 'MBR20200', 'Diode', null, 'ON Semiconductor', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/75eac702537c223dc774eb4de004297b/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/75eac702537c223dc774eb4de004297b/data.xlsx\"}', 'MBR20200,Diode,ON Semiconductor,6/27/2015,NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('76065ff72580c63de69d97ee5ddade59', 'Crawler', '2024-11-13 09:54:00', null, '2025-04-08 11:34:39', null, 'Harris', '54HC4053', '54HC4053', 'Analog Mux/Demux', null, null, '07/07/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/76065ff72580c63de69d97ee5ddade59/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/76065ff72580c63de69d97ee5ddade59/PPM-99-045.pdf\"}', '213,2-50,54HC4053,Analog Mux/Demux,Harris,ISTP/SOHO,9332,PPM-94-014,07/07/94', null); INSERT INTO `nasa_data_record` VALUES ('760ee938903941f683d927e9b6b817a2', 'Crawler', '2024-11-13 09:49:45', null, '2025-04-08 11:34:39', null, 'Interpoint', 'MTR2815F', 'MTR2815F', 'DC/DC Converter', null, null, '10/20/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/760ee938903941f683d927e9b6b817a2/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/760ee938903941f683d927e9b6b817a2/PPM-99-045.pdf\"}', '385,2.5-50,MTR2815F,DC/DC Converter,Interpoint,TOMS,9830,PPM-98-031,10/20/98', null); INSERT INTO `nasa_data_record` VALUES ('76449cb28d77b2e0fe3aa69f4eca4080', 'Crawler', '2024-11-13 02:18:29', null, '2025-04-08 11:34:39', null, 'Not specified', 'Xilinx Zynq-7000 AP SoC XC7Z045-2FFG900', 'Xilinx Zynq-7000 AP SoC XC7Z045-2FFG900', 'FPGA', '30 PROGRAMMABLE LOGIC', 'Xilinx', '01/07/2019', 'ESA', null, null, '{\"371.pdf\":\"/oss/physical/ESA/76449cb28d77b2e0fe3aa69f4eca4080/371.pdf\",\"data.xlsx\":\"/oss/physical/ESA/76449cb28d77b2e0fe3aa69f4eca4080/data.xlsx\"}', '371,Xilinx Zynq-7000 AP SoC XC7Z045-2FFG900,Xilinx,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,30 PROGRAMMABLE LOGIC,FPGA,,University of Piraeus/Embedded System Lab,01/07/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('764f0fae4f3cd3db25749a89e9fb22b5', 'Crawler', '2024-11-13 12:35:00', 'sunjiacheng', '2025-04-30 16:58:13', null, '二极管', 'SBL3040', 'SBL3040', 'Diode', null, 'Vishay', '8/18/2015', 'NASA', '孙家诚', '1', '{\"单粒子效应NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142_1746003473381.xlsx\":\"/oss/physical/NASA/764f0fae4f3cd3db25749a89e9fb22b5/单粒子效应NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142_1746003473381.xlsx\",\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/764f0fae4f3cd3db25749a89e9fb22b5/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/764f0fae4f3cd3db25749a89e9fb22b5/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/764f0fae4f3cd3db25749a89e9fb22b5/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'SBL3040,Diode,Vishay,8/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '3'); INSERT INTO `nasa_data_record` VALUES ('7680d1c1001d9fdbeccc622033091f89', 'Crawler', '2024-11-13 11:23:27', null, '2025-04-08 11:34:39', null, 'Operational Amplifier', 'LM119', 'LM119', 'Operational Amplifier Dual', null, 'LTC', '9/15/1995', 'NASA', null, null, '{\"PPM-95-174.pdf\":\"/oss/physical/NASA/7680d1c1001d9fdbeccc622033091f89/PPM-95-174.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7680d1c1001d9fdbeccc622033091f89/data.xlsx\"}', 'LM119,Operational Amplifier Dual,LTC,9/15/1995,tid/PPM-95-174.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('7683de06bb0b05bcd6ef186f87fe84fe', 'Crawler', '2024-11-13 12:55:00', 'lixuyou', '2025-04-30 13:18:27', null, 'Communication Device', 'TSB12LV26PZT', 'TSB12LV26PZT', '1394 Link FireWire OHCI Chipset', null, 'Texas Instruments', '10/14/2001;7/19/2002', 'NASA', '李序友', '1', '{\"T101401_1394.pdf\":\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/T101401_1394.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/data.xlsx\",\"SEESYM02_Buchner_1394.pdf\":\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/SEESYM02_Buchner_1394.pdf\",\"TSB12LV26PZT_1745990303776.xlsx\":\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/TSB12LV26PZT_1745990303776.xlsx\"}', 'TSB12LV26PZT,1394 Link FireWire OHCI Chipset,Texas Instruments,10/14/2001;7/19/2002,T101401_1394.pdf;SEESYM02_Buchner_1394.pdf;NSREC02_W16.pdf,SEE,Communication Device', '1'); INSERT INTO `nasa_data_record` VALUES ('76c3bfbf7efb2188db4231352e821465', 'Crawler', '2024-11-13 10:09:48', null, '2025-04-08 11:34:39', null, 'Programmable Device', '1020B', '1020B', 'Gate array', null, 'Actel', '8/24/1995;03/16/1994', 'NASA', null, null, '{\"PPM-95-130.pdf\":\"/oss/physical/NASA/76c3bfbf7efb2188db4231352e821465/PPM-95-130.pdf\",\"PPM-94-005.pdf\":\"/oss/physical/NASA/76c3bfbf7efb2188db4231352e821465/PPM-94-005.pdf\",\"data.xlsx\":\"/oss/physical/NASA/76c3bfbf7efb2188db4231352e821465/data.xlsx\",\"PPM-95-167.pdf\":\"/oss/physical/NASA/76c3bfbf7efb2188db4231352e821465/PPM-95-167.pdf\"}', '1020B,Gate array,Actel,8/24/1995;03/16/1994,tid/PPM-95-167.pdf;tid/PPM-95-130.pdf;tid/PPM-94-005.pdf,TID,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('76d29822c29e45e9168009e105209e60', 'Crawler', '2024-11-13 09:51:30', null, '2025-04-08 11:34:39', null, 'AD', 'AD570', 'AD570', '8 bit A/D Converter', null, null, '5/15/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/76d29822c29e45e9168009e105209e60/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/76d29822c29e45e9168009e105209e60/PPM-99-045.pdf\"}', '314,5-50,AD570,8 bit A/D Converter,AD,MAP/Power,9617,PPM-97-018,5/15/97', null); INSERT INTO `nasa_data_record` VALUES ('76db96762443d79c764e3c43bb611cff', 'Crawler', '2024-11-13 09:57:26', null, '2025-04-08 11:34:39', null, 'NSC', '54AC02DMQB', '54AC02DMQB', 'NOR Gate', null, null, '08/08/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/76db96762443d79c764e3c43bb611cff/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/76db96762443d79c764e3c43bb611cff/PPM-99-045.pdf\"}', '68,10-300,54AC02DMQB,NOR Gate,NSC,SMEX/CB,9036A,PPM-91-508,08/08/91', null); INSERT INTO `nasa_data_record` VALUES ('76e03428e5d78dc9eeb60f03ebb6ba73', 'Crawler', '2024-11-13 09:51:07', null, '2025-04-08 11:34:39', null, 'AD (PMI)', 'REF-43B', 'REF-43B', 'Voltage Reference', null, null, '8/5/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/76e03428e5d78dc9eeb60f03ebb6ba73/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/76e03428e5d78dc9eeb60f03ebb6ba73/PPM-99-045.pdf\"}', '328,2.5-50,REF-43B,Voltage Reference,AD (PMI),MIDEX/MAP,9536,PPM-97-032,8/5/97', null); INSERT INTO `nasa_data_record` VALUES ('77020d392a2b758b1db51e922940b9af', 'Crawler', '2024-11-13 10:57:18', null, '2025-04-08 11:34:39', null, 'CMOS', 'CRAM test chip', 'CRAM test chip', 'Chalcogenide RAM', null, 'BAE Systems / Ovonyx', '9/16/2003;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/77020d392a2b758b1db51e922940b9af/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/77020d392a2b758b1db51e922940b9af/nsrec04_SEE.pdf\",\"T091603_CRAM.pdf\":\"/oss/physical/NASA/77020d392a2b758b1db51e922940b9af/T091603_CRAM.pdf\"}', 'CRAM test chip,Chalcogenide RAM,BAE Systems / Ovonyx,9/16/2003;6/22/2004,T091603_CRAM.pdf;nsrec04_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('771b406dce3c4957fce985c31f49e211', 'Crawler', '2024-11-13 13:11:05', 'liumingyu', '2025-04-16 00:24:46', null, 'FPGA', 'XC6SLX16', 'XC6SLX16', 'FPGA', 'xx', 'Xilinx', '2010.3', 'NASA', '刘明宇', '2', '{\"单粒子效应-XC6SLX16_1744727787151.xlsx\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/单粒子效应-XC6SLX16_1744727787151.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/data.xlsx\",\"NEPP_DTRA_04062010_Berg.pdf\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/NEPP_DTRA_04062010_Berg.pdf\"}', 'XC6SLX16,FPGA,Xilinx,IU10MAR,NEPP_DTRA_04062010_Berg.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL;SEU,45nm CMOS', '2'); INSERT INTO `nasa_data_record` VALUES ('773cba35b4ab370d3c0007f886503b4c', 'Crawler', '2024-11-13 11:30:49', null, '2025-04-08 11:34:39', null, 'Voltage Reference', 'LT1021-5', 'LT1021-5', 'Voltage Reference', null, 'Linear Technology', '4/21/1995', 'NASA', null, null, '{\"PPM-95-144.pdf\":\"/oss/physical/NASA/773cba35b4ab370d3c0007f886503b4c/PPM-95-144.pdf\",\"data.xlsx\":\"/oss/physical/NASA/773cba35b4ab370d3c0007f886503b4c/data.xlsx\"}', 'LT1021-5,Voltage Reference,Linear Technology,4/21/1995,tid/PPM-95-144.pdf,TID,Voltage Reference', null); INSERT INTO `nasa_data_record` VALUES ('774ec3077c045a64bcd47e94a02e2392', 'Crawler', '2024-11-13 12:37:39', 'zhangchenyu', '2025-04-30 20:57:22', null, 'Power Device', 'SG1525A', 'SG1525A', 'Pulse Width Modulator Controller', null, 'Linfinity', '8/11/2002;7/25/2003', 'NASA', '张晨宇', '1', '{\"单粒子效应_1745993230596.xlsx\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/单粒子效应_1745993230596.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/NSREC03_W10.pdf\",\"T081102_SG1525A.pdf\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/T081102_SG1525A.pdf\"}', 'SG1525A,Pulse Width Modulator Controller,Linfinity,8/11/2002;7/25/2003,T081102_SG1525A.pdf;NSREC03_W10.pdf,SEE,Power Device', '4'); INSERT INTO `nasa_data_record` VALUES ('7752a995ebecccb7b376ba0c4e999e2d', 'Crawler', '2024-11-13 12:58:12', 'yangsini', '2025-04-30 11:42:38', null, '晶体管', 'Test Vehicle 45 nm bulk CMOS', 'xx', 'SRAM', 'xx', 'Texas Instrument', '2009/02', 'NASA', '杨思妮', '1', '{\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/7752a995ebecccb7b376ba0c4e999e2d/nsrec2010_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7752a995ebecccb7b376ba0c4e999e2d/data.xlsx\",\"单粒子效应_1745984555631.xlsx\":\"/oss/physical/NASA/7752a995ebecccb7b376ba0c4e999e2d/单粒子效应_1745984555631.xlsx\"}', 'Test Vehicle 45 nm bulk CMOS,SRAM,Texas Instrument,GSFC09MAY;TAMU09MAY;UCD09JUN;IU09AUG;LBNL09SEP,nsrec2010_W8_SEE.pdf,SEE;SEL,45 nm bulk CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('77670a5e571bf69dc31e67e84f6ac12e', 'Crawler', '2024-11-13 10:23:49', null, '2025-04-08 11:34:39', null, 'Logic Device', '54AC32', '54AC32', 'Quad 2 inp OR', null, 'National Semiconductor', '10/19/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/77670a5e571bf69dc31e67e84f6ac12e/data.xlsx\",\"PPM-91-645.pdf\":\"/oss/physical/NASA/77670a5e571bf69dc31e67e84f6ac12e/PPM-91-645.pdf\"}', '54AC32,Quad 2 inp OR,National Semiconductor,10/19/1991,tid/PPM-91-645.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('778cd06a8b511e1b26d9061dfe8f0156', 'Crawler', '2024-11-13 09:58:58', null, '2025-04-08 11:34:39', null, 'NSC', '54AC08', '54AC08', '2-Input NAND', null, null, '03/04/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/778cd06a8b511e1b26d9061dfe8f0156/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/778cd06a8b511e1b26d9061dfe8f0156/PPM-99-045.pdf\"}', '15,5-300,54AC08,2-Input NAND,NSC,SMEX/CB,9036,PPM-91-136,03/04/91', null); INSERT INTO `nasa_data_record` VALUES ('779499027ac06ceedea79b4e48cb451a', 'Crawler', '2024-11-13 12:44:54', 'chenpan', '2025-04-30 21:39:52', null, 'Hybrid', 'SW15-802', 'SW15-802', 'Optocoupler', '1203, 1233; (16-007)', 'Southwest Research Institute', '11/16/2016', 'NASA', '陈攀', '1', '{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"data.xlsx\":\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/data.xlsx\",\"SW15-802_TID_1746020391111.xlsx\":\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/SW15-802_TID_1746020391111.xlsx\"}', 'SW15-802,Optocoupler,Southwest Research Institute,11/16/2016,https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Hybrid', '8'); INSERT INTO `nasa_data_record` VALUES ('77b7d1de0cf9f822e6a810937365869b', 'Crawler', '2024-11-13 02:19:24', null, '2025-04-08 11:34:39', null, 'Not specified', 'AT7913 - DC0905, DC1229', 'AT7913 - DC0905, DC1229', 'SpaceWire Remote Terminal Controller', '1 ALL', 'ATMEL', '30/01/2015', 'ESA', null, null, '{\"365.pdf\":\"/oss/physical/ESA/77b7d1de0cf9f822e6a810937365869b/365.pdf\",\"data.xlsx\":\"/oss/physical/ESA/77b7d1de0cf9f822e6a810937365869b/data.xlsx\"}', '365,AT7913 - DC0905, DC1229,ATMEL,Download,SEE (Single Events Effects),Not specified,99 MISCELLANEOUS PARTS,1 ALL,SpaceWire Remote Terminal Controller,,TRAD,30/01/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('77cd033977fef72a3b498e8c60c6863d', 'Crawler', '2024-11-13 11:00:39', null, '2025-04-08 11:34:39', null, 'Driver', 'DS26F31', 'DS26F31', 'Quad differential Line Driver', null, 'National Semiconductor', '12/2005', 'NASA', null, null, '{\"G05DEC_DS26F31_TID.pdf\":\"/oss/physical/NASA/77cd033977fef72a3b498e8c60c6863d/G05DEC_DS26F31_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/77cd033977fef72a3b498e8c60c6863d/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/77cd033977fef72a3b498e8c60c6863d/data.xlsx\"}', 'DS26F31,Quad differential Line Driver,National Semiconductor,12/2005,G05DEC_DS26F31_TID.pdf;nsrec06_W2.pdf,TID,Driver', null); INSERT INTO `nasa_data_record` VALUES ('77cdc74468479fb5109f7f700b6f746e', 'Crawler', '2024-11-13 10:45:02', null, '2025-04-08 11:34:39', null, 'Operational Amplifier', 'AD847', 'AD847', 'Operational Amplifier', null, 'ADI', '7/8/1991', 'NASA', null, null, '{\"PPM-91-394.pdf\":\"/oss/physical/NASA/77cdc74468479fb5109f7f700b6f746e/PPM-91-394.pdf\",\"data.xlsx\":\"/oss/physical/NASA/77cdc74468479fb5109f7f700b6f746e/data.xlsx\"}', 'AD847,Operational Amplifier,ADI,7/8/1991,tid/PPM-91-394.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('77ceafef18f60e53fb079ae447887d6b', 'Crawler', '2024-11-13 11:13:44', null, '2025-04-08 11:34:39', null, 'Bipolar', 'IFN423', 'IFN423', 'N-channel transistor', null, 'InterFet Corp.', '2/24/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/77ceafef18f60e53fb079ae447887d6b/data.xlsx\",\"T022404_IFN423_OPA128.pdf\":\"/oss/physical/NASA/77ceafef18f60e53fb079ae447887d6b/T022404_IFN423_OPA128.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/77ceafef18f60e53fb079ae447887d6b/nsrec05_W5.pdf\"}', 'IFN423,N-channel transistor,InterFet Corp.,2/24/2004,T022404_IFN423_OPA128.pdf;nsrec05_W5.pdf,SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('77e3e23172dcff92c6b2702b9b441efc', 'Crawler', '2024-11-13 11:57:07', 'dushuaibin', '2025-04-29 21:34:13', null, '晶体管', 'Power Devices', 'MTX8501', 'Transmitter', 'XX', 'Emcore', '2002.02.01-2002.07.19', 'NASA', '杜帅彬', '1', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/data.xlsx\",\"D020102_Emcore.pdf\":\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/D020102_Emcore.pdf\",\"D020102_MTX8501_MRX8501.pdf\":\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/D020102_MTX8501_MRX8501.pdf\",\"单粒子效应_1745933651432.xlsx\":\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/单粒子效应_1745933651432.xlsx\"}', 'MTX8501,Transmitter,Emcore,2/1/2002;7/19/2002,D020102_Emcore.pdf;NSREC02_W16.pdf;D020102_MTX8501_MRX8501.pdf,SET,TID,Power Devices', '1'); INSERT INTO `nasa_data_record` VALUES ('77e87ed482b1fc2d164dbce6b64c9e6a', 'Crawler', '2024-11-13 11:27:20', null, '2025-04-08 11:34:39', null, 'Comparator', 'LM193', 'LM193', 'Dual Differential Comparator', null, 'Texas Instruments', '8/11/2002;7/25/2003', 'NASA', null, null, '{\"T081102_LM193.pdf\":\"/oss/physical/NASA/77e87ed482b1fc2d164dbce6b64c9e6a/T081102_LM193.pdf\",\"data.xlsx\":\"/oss/physical/NASA/77e87ed482b1fc2d164dbce6b64c9e6a/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/77e87ed482b1fc2d164dbce6b64c9e6a/NSREC03_W10.pdf\"}', 'LM193,Dual Differential Comparator,Texas Instruments,8/11/2002;7/25/2003,T081102_LM193.pdf;NSREC03_W10.pdf,SET,SEL,Comparator', null); INSERT INTO `nasa_data_record` VALUES ('78161b2464c719914a903bf8bafbabe3', 'Crawler', '2024-11-13 10:15:55', null, '2025-04-08 11:34:39', null, 'Bipolar', '2N2907A', '2N2907A', 'PNP Transistor', null, 'Semicoa', '8/2010', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/78161b2464c719914a903bf8bafbabe3/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/78161b2464c719914a903bf8bafbabe3/nsrec2011_W5_TID.pdf\",\"VdG10AUG_2N2907A.pdf\":\"/oss/physical/NASA/78161b2464c719914a903bf8bafbabe3/VdG10AUG_2N2907A.pdf\"}', '2N2907A,PNP Transistor,Semicoa,8/2010,tid/VdG10AUG_2N2907A.pdf;nsrec2011_W5_TID.pdf,TID;DD,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('781daca3d4ffd32c1181d9af9b166901', 'Crawler', '2024-11-13 09:49:24', null, '2025-04-08 11:34:39', null, 'Maxim', 'MX536', 'MX536', 'RMS-DC convertor', null, null, '11/17/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/781daca3d4ffd32c1181d9af9b166901/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/781daca3d4ffd32c1181d9af9b166901/PPM-99-045.pdf\"}', '394,2.5-100,MX536,RMS-DC convertor,Maxim,IRAC,9817,PPM-99-008,11/17/98', null); INSERT INTO `nasa_data_record` VALUES ('78221aa2a5f3e11ceebae040b8c92121', 'Crawler', '2024-11-13 10:53:10', null, '2025-04-08 11:34:39', null, 'Fiber Optics', 'BF05202', 'BF05202', 'Fiber Optics', null, 'Lucent SFT', '9/13/2000', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/78221aa2a5f3e11ceebae040b8c92121/data.xlsx\"}', 'BF05202,Fiber Optics,Lucent SFT,9/13/2000,http://misspiggy.gsfc.nasa.gov/tva/meldoc/ISS-Lucenttestreport.pdf,TID,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('7829c9495af45fb8745aa37ac64664db', 'Crawler', '2024-11-13 11:58:48', 'huangkan', '2025-04-30 17:37:29', null, '其他半导体集成电路', 'Mii53250', 'Mii53250', 'Relay', null, 'Micropac', '7/19/2001', 'NASA', null, '5', '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/nsrec01_W15.pdf\",\"D120400e.pdf\":\"/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/D120400e.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/data.xlsx\",\"Mii53250单粒子效应_1746005847616.xlsx\":\"/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/Mii53250单粒子效应_1746005847616.xlsx\"}', 'Mii53250,Relay,Micropac,7/19/2001,D120400e.pdf;nsrec01_W15.pdf,DD,Relay', '6'); INSERT INTO `nasa_data_record` VALUES ('782ae8abc3badcfeeee78d1d05b055e9', 'Crawler', '2024-11-13 11:07:13', null, '2025-04-08 11:34:39', null, 'Optocoupler', 'HCPL5701 (6N140A)', 'HCPL5701 (6N140A)', 'Optocoupler', null, 'HP', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/782ae8abc3badcfeeee78d1d05b055e9/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/782ae8abc3badcfeeee78d1d05b055e9/data.xlsx\"}', 'HCPL5701 (6N140A),Optocoupler,HP,5/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('7863148199381e5e8f0dafd9ba1333c6', 'Crawler', '2024-11-13 02:19:50', null, '2025-04-08 11:34:39', null, 'Not specified', 'SOC3810A', 'SOC3810A', 'NPN Dual Matched Bipolar Transistors', '99 MISCELLANEOUS', 'STmicroelectronics', '03/06/2011', 'ESA', null, null, '{\"SOC3810A PROTONS TID_0925_01.pdf\":\"/oss/physical/ESA/7863148199381e5e8f0dafd9ba1333c6/SOC3810A PROTONS TID_0925_01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/7863148199381e5e8f0dafd9ba1333c6/data.xlsx\"}', '360,SOC3810A,STmicroelectronics,Download,DD (Displacement Damage),Not specified,12 TRANSISTORS,99 MISCELLANEOUS,NPN Dual Matched Bipolar Transistors,,Hirex-Alter,03/06/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('7882bb83d2796245d6407747a961c171', 'Crawler', '2024-11-13 11:14:16', null, '2025-04-08 11:34:39', null, 'Board', 'IP 1553', 'IP 1553', 'MIL-STD-1553 Interface', null, 'Greenspring', '9/1/1997', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/7882bb83d2796245d6407747a961c171/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7882bb83d2796245d6407747a961c171/data.xlsx\"}', 'IP 1553,MIL-STD-1553 Interface,Greenspring,9/1/1997,NSREC99.pdf,SEE,Board', null); INSERT INTO `nasa_data_record` VALUES ('7889293f1d444f0bf314487fd13c33f1', 'Crawler', '2024-11-13 10:15:50', null, '2025-04-08 11:34:39', null, 'Bipolar', '2N2907', '2N2907', 'PNP Transistor', null, 'Semicoa', '2012; 2013; 2014; 2015; 2016 ELDRS testing completed', 'NASA', null, null, '{\"nsrec2013_W6_TID.pdf\":\"/oss/physical/NASA/7889293f1d444f0bf314487fd13c33f1/nsrec2013_W6_TID.pdf\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/7889293f1d444f0bf314487fd13c33f1/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/7889293f1d444f0bf314487fd13c33f1/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7889293f1d444f0bf314487fd13c33f1/data.xlsx\",\"nsrec2012_W6_TID.pdf\":\"/oss/physical/NASA/7889293f1d444f0bf314487fd13c33f1/nsrec2012_W6_TID.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/7889293f1d444f0bf314487fd13c33f1/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', '2N2907,PNP Transistor,Semicoa,2012; 2013; 2014; 2015; 2016 ELDRS testing completed,http://radhome.gsfc.nasa.gov/radhome/papers/nsrec2012_W6_TID.pdf;https://nepp.nasa.gov/files/24934/nsrec2013_W6_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('788b112b3fc696c21e9ead18d9ab2bb3', 'Crawler', '2024-11-13 09:56:36', null, '2025-04-08 11:34:39', null, 'NSC', '54AC151LMQB', '54AC151LMQB', '8 Input MUX', null, null, '12/20/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/788b112b3fc696c21e9ead18d9ab2bb3/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/788b112b3fc696c21e9ead18d9ab2bb3/PPM-99-045.pdf\"}', '99,10-300,54AC151LMQB,8 Input MUX,NSC,SMEX/CB,C90348,PPM-91-755,12/20/91', null); INSERT INTO `nasa_data_record` VALUES ('78a484a3e38296afb987e2670cacd3d1', 'Crawler', '2024-11-13 12:04:14', 'xuebinrui', '2025-04-29 13:03:02', null, '放大器', 'OP43AJ/883', 'OP43AJ/883', 'Operational Amplifier', '9023', 'PMI', '5/29/1991', 'NASA', '薛彬睿', '1', '{\"data.xlsx\":\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/data.xlsx\",\"PPM-91-363.pdf\":\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/PPM-91-363.pdf\",\"电离总剂量效应-(4)_1745902967917.xlsx\":\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/电离总剂量效应-(4)_1745902967917.xlsx\"}', 'OP43AJ/883,Operational Amplifier,PMI,5/29/1991,tid/PPM-91-363.pdf,TID,Operational Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('78af347f25fd50977c4cf441df0d785d', 'Crawler', '2024-11-13 00:46:57', null, '2025-04-08 11:34:39', null, 'ESCC 22900', 'REF02AJQMLR', 'REF02AJQMLR', '+5V Adjustable Precision Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', 'Analog Devices', '12/11/2012', 'ESA', null, null, '{\"160.pdf\":\"/oss/physical/ESA/78af347f25fd50977c4cf441df0d785d/160.pdf\",\"data.xlsx\":\"/oss/physical/ESA/78af347f25fd50977c4cf441df0d785d/data.xlsx\"}', '160,REF02AJQMLR,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,+5V Adjustable Precision Voltage Reference,,Alter,12/11/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('78c0056e8d80f7b302069cf0f1be2d73', 'Crawler', '2024-11-13 12:40:05', 'changyuhai', '2025-05-03 20:03:45', null, 'Hybrid', 'SMSA2815S', 'SMSA2815S', 'DC/DC Converter', '0615、0651', 'Interport', '_2007SEP', 'NASA', '常余海', '56', '{\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/nsrec08_W2_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/data.xlsx\",\"G07SEP_SMSA2815_TID.pdf\":\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/G07SEP_SMSA2815_TID.pdf\",\"电离总剂量效应_1746273822087.xlsx\":\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/电离总剂量效应_1746273822087.xlsx\"}', 'SMSA2815S,DC/DC Converter,Interport,_2007SEP,G07SEP_SMSA2815_TID.pdf;nsrec08_W2_TID.pdf,TID,Hybrid', '112'); INSERT INTO `nasa_data_record` VALUES ('78d4809165c6499706e68adc35f3c7fa', 'Crawler', '2024-11-13 11:17:46', null, '2025-04-08 11:34:39', null, 'Programmable Devices', 'JT 22V10-10', 'JT 22V10-10', 'PAL', null, 'Cypress', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/78d4809165c6499706e68adc35f3c7fa/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/78d4809165c6499706e68adc35f3c7fa/data.xlsx\"}', 'JT 22V10-10,PAL,Cypress,7/20/1998,NSREC98.pdf,SEE,Programmable Devices', null); INSERT INTO `nasa_data_record` VALUES ('78ddc5e5c204760c98588940e7d7ee8d', 'Crawler', '2024-11-13 12:02:37', 'xieyongzhi', '2025-05-03 19:02:52', null, '放大器', 'OP177A', 'OP177A', 'Operational Amplifier', null, 'ADI', '8/4/1994', 'NASA', '谢永智', '1', '{\"data(4)_1745983403791.xlsx\":\"/oss/physical/NASA/78ddc5e5c204760c98588940e7d7ee8d/data(4)_1745983403791.xlsx\",\"PPM-94-016.pdf\":\"/oss/physical/NASA/78ddc5e5c204760c98588940e7d7ee8d/PPM-94-016.pdf\"}', 'OP177A,Operational Amplifier,ADI,8/4/1994,tid/PPM-94-016.pdf,TID,Operational Amplifier', '104'); INSERT INTO `nasa_data_record` VALUES ('7909fc3176ceff61539e8c0af24fe0b2', 'Crawler', '2024-11-13 09:49:06', null, '2025-04-08 11:34:39', null, 'AD', 'AD588', 'AD588', 'Voltage Reference', null, null, '01/11/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7909fc3176ceff61539e8c0af24fe0b2/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/7909fc3176ceff61539e8c0af24fe0b2/PPM-99-045.pdf\"}', '400,2.5-50,AD588,Voltage Reference,AD,IRAC,9814,PPM-99-014,01/11/99', null); INSERT INTO `nasa_data_record` VALUES ('797d12b343be0727008f372f0aadcb9f', 'Crawler', '2024-11-13 10:42:38', null, '2025-04-08 11:34:39', null, 'ADC', 'AD7714', 'AD7714', '24 bits ADC', null, 'Analog Devices', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/797d12b343be0727008f372f0aadcb9f/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/797d12b343be0727008f372f0aadcb9f/data.xlsx\"}', 'AD7714,24 bits ADC,Analog Devices,7/19/2002,NSREC02_W16.pdf,SEE,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('7986c1bb6847777a1448f6d5ed3aab6a', 'Crawler', '2024-11-13 11:09:22', null, '2025-04-08 11:34:39', null, 'Memory', 'HM628128LP-10', 'HM628128LP-10', '128kx8 SRAM', null, 'Harris', '6/17/1993', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/7986c1bb6847777a1448f6d5ed3aab6a/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7986c1bb6847777a1448f6d5ed3aab6a/data.xlsx\",\"nsrec04_w7_poivey.pdf\":\"/oss/physical/NASA/7986c1bb6847777a1448f6d5ed3aab6a/nsrec04_w7_poivey.pdf\",\"PPM-93-065.pdf\":\"/oss/physical/NASA/7986c1bb6847777a1448f6d5ed3aab6a/PPM-93-065.pdf\",\"s061893.pdf\":\"/oss/physical/NASA/7986c1bb6847777a1448f6d5ed3aab6a/s061893.pdf\"}', 'HM628128LP-10,128kx8 SRAM,Harris,6/17/1993,tid/PPM-93-065.pdf;s061893.pdf;nsrec04_w7_poivey.pdf;random6a.pdf,SEE; TID,Memory', null); INSERT INTO `nasa_data_record` VALUES ('798aa64a0f8b9b718b9b6994768df9fc', 'Crawler', '2024-11-13 11:02:17', null, '2025-04-08 11:34:39', null, 'CMOS', 'EZ-USB FX2', 'EZ-USB FX2', 'USB Microcontroller', null, 'Cypress', '4/19/2011', 'NASA', null, null, '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/798aa64a0f8b9b718b9b6994768df9fc/nsrec2012_W22_SEE.pdf\",\"T041911_USBFX2_USB2512.pdf\":\"/oss/physical/NASA/798aa64a0f8b9b718b9b6994768df9fc/T041911_USBFX2_USB2512.pdf\",\"data.xlsx\":\"/oss/physical/NASA/798aa64a0f8b9b718b9b6994768df9fc/data.xlsx\"}', 'EZ-USB FX2,USB Microcontroller,Cypress,4/19/2011,T041911_USBFX2_USB2512.pdf;nsrec2012_W22_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('79ac63d2dc1aa13ccf6da7f23b0cf6cb', 'Crawler', '2024-11-13 10:36:15', null, '2025-04-08 11:34:39', null, 'ADC', 'AD1175', 'AD1175', '8 bit ADC', null, 'National', '4/3/2002', 'NASA', null, null, '{\"B030302_ADC1175.pdf\":\"/oss/physical/NASA/79ac63d2dc1aa13ccf6da7f23b0cf6cb/B030302_ADC1175.pdf\",\"data.xlsx\":\"/oss/physical/NASA/79ac63d2dc1aa13ccf6da7f23b0cf6cb/data.xlsx\"}', 'AD1175,8 bit ADC,National,4/3/2002,B030302_ADC1175.pdf,SEE,ADC', null); INSERT INTO `nasa_data_record` VALUES ('79b8be73b47a5b1ad419c4e8135483f4', 'Crawler', '2024-11-13 09:52:06', null, '2025-04-08 11:34:39', null, 'Hitachi/Austin', '58C1001F', '58C1001F', 'EEPROM', null, null, '01/16/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/79b8be73b47a5b1ad419c4e8135483f4/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/79b8be73b47a5b1ad419c4e8135483f4/PPM-99-045.pdf\"}', '290,2.5-100,58C1001F,EEPROM,Hitachi/Austin,GPEP-PPL,-,PPM-96-003,01/16/96', null); INSERT INTO `nasa_data_record` VALUES ('79e6eedef6dda34353743f71479e4f8e', 'Crawler', '2024-11-13 10:58:13', null, '2025-04-08 11:34:39', null, 'CMOS', 'CULPRiT C8051', 'CULPRiT C8051', 'Microcontroller, (Ultra Low Power)', null, 'IAµE', '2/2004', 'NASA', null, null, '{\"nsrec05_W5.pdf\":\"/oss/physical/NASA/79e6eedef6dda34353743f71479e4f8e/nsrec05_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/79e6eedef6dda34353743f71479e4f8e/data.xlsx\"}', 'CULPRiT C8051,Microcontroller, (Ultra Low Power),IAµE,2/2004,tns05_Howard.pdf;nsrec05_W5.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('79edf437b2549f80d75af80b9c032dd4', 'Crawler', '2024-11-13 11:45:26', null, '2025-04-08 11:34:39', null, 'Si', 'MBRF20100', 'MBRF20100', 'Diode', null, 'Diodes, Inc.', '8/18/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/79edf437b2549f80d75af80b9c032dd4/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/79edf437b2549f80d75af80b9c032dd4/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/79edf437b2549f80d75af80b9c032dd4/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'MBRF20100,Diode,Diodes, Inc.,8/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('7a3f49c83eb6bc9b3289d828de111b7b', 'Crawler', '2024-11-13 11:02:32', null, '2025-04-08 11:34:39', null, 'Translator', 'F100325', 'F100325', 'Translator,Hex ECL to TTL', null, 'National Semiconductor', '11/22/1994', 'NASA', null, null, '{\"PPM-94-040.pdf\":\"/oss/physical/NASA/7a3f49c83eb6bc9b3289d828de111b7b/PPM-94-040.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7a3f49c83eb6bc9b3289d828de111b7b/data.xlsx\"}', 'F100325,Translator,Hex ECL to TTL,National Semiconductor,11/22/1994,tid/PPM-94-040.pdf,TID,Translator', null); INSERT INTO `nasa_data_record` VALUES ('7a3f7f3beb3933153c4b1fd87b846b8a', 'Crawler', '2024-11-13 11:21:06', null, '2025-04-08 11:34:39', null, 'Memory', 'KM684002AJ-17', 'KM684002AJ-17', '512kx8 SRAM', null, 'Samsung', '1/8/1999;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/7a3f7f3beb3933153c4b1fd87b846b8a/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7a3f7f3beb3933153c4b1fd87b846b8a/data.xlsx\",\"PPM-99-013.pdf\":\"/oss/physical/NASA/7a3f7f3beb3933153c4b1fd87b846b8a/PPM-99-013.pdf\"}', 'KM684002AJ-17,512kx8 SRAM,Samsung,1/8/1999;1999,tid/PPM-99-013.pdf;nsrec00_W21.pdf,TID,Memory', null); INSERT INTO `nasa_data_record` VALUES ('7a4605c39a96cc06194f850e2fd7d631', 'Crawler', '2024-11-13 10:41:43', null, '2025-04-08 11:34:39', null, 'Operational Amplifier', 'AD713TQ/883B', 'AD713TQ/883B', 'Operational Amplifier', null, 'Analog Devices', '3/2/1992', 'NASA', null, null, '{\"PPM-92-079.pdf\":\"/oss/physical/NASA/7a4605c39a96cc06194f850e2fd7d631/PPM-92-079.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7a4605c39a96cc06194f850e2fd7d631/data.xlsx\"}', 'AD713TQ/883B,Operational Amplifier,Analog Devices,3/2/1992,tid/PPM-92-079.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('7a75c2effb01d16b1060b7f90cbce5db', 'Crawler', '2024-11-13 12:59:19', 'yangsini', '2025-04-29 18:27:24', null, '其他电气和电子元器件', '脉冲宽度调制器', 'UC1845J/883', 'PWM', 'xx', 'Unitrode', '5/26/1993', 'NASA', '杨思妮', '8', '{\"data.xlsx\":\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/data.xlsx\",\"电离总剂量效应_1745922430177.xlsx\":\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/电离总剂量效应_1745922430177.xlsx\",\"PPM-93-059.pdf\":\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/PPM-93-059.pdf\"}', 'UC1845J/883,PWM,Unitrode,5/26/1993,tid/PPM-93-059.pdf,TID,PWM', '40'); INSERT INTO `nasa_data_record` VALUES ('7a8501ede872de1d52afb35c5c3852a2', 'Crawler', '2024-11-13 02:22:55', null, '2025-04-08 11:34:39', null, 'ESCC 25100', 'RHF1401 - DC31228A', 'RHF1401 - DC31228A', 'Rad Hard 2.5V Voltage Reference', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'STmicroelectronics', '12/01/2016', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/7a8501ede872de1d52afb35c5c3852a2/data.xlsx\",\"335.pdf\":\"/oss/physical/ESA/7a8501ede872de1d52afb35c5c3852a2/335.pdf\"}', '335,RHF1401 - DC31228A,STmicroelectronics,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,Rad Hard 2.5V Voltage Reference,Rad-hard 14-bit 20 Msps A/D converter,Hirex-Alter,12/01/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('7a995c7b2b2757251602f19cf3ba8513', 'Crawler', '2024-11-13 12:56:28', 'yangsini', '2025-04-30 12:43:53', null, '其他电气和电子元器件', '直流-直流转换器', 'AFL12028', 'SRAM', 'xx', 'IBM', '2008.2', 'NASA', '杨思妮', '3', '{\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/7a995c7b2b2757251602f19cf3ba8513/nsrec09_W12_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7a995c7b2b2757251602f19cf3ba8513/data.xlsx\",\"单粒子效应_1745988230567.xlsx\":\"/oss/physical/NASA/7a995c7b2b2757251602f19cf3ba8513/单粒子效应_1745988230567.xlsx\"}', 'Test Structure 45 nm SOI,SRAM,IBM,TAMU08NOV;TAMU08DEC;NSRL09MAR;UCD08JAN,nsrec09_W12_SEE.pdf,SEE;SEL;SEU,45 nm SOI', '9'); INSERT INTO `nasa_data_record` VALUES ('7aa4d4bce6b4a39b47fdda4d02f027a2', 'Crawler', '2024-11-13 10:27:04', null, '2025-04-08 11:34:39', null, 'Optical Device', '61055-305 PT', '61055-305 PT', 'LED/PT Encoder', null, 'Micropac', '1/11/2004', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/7aa4d4bce6b4a39b47fdda4d02f027a2/nsrec05_W23.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7aa4d4bce6b4a39b47fdda4d02f027a2/data.xlsx\",\"D111604_61055_62087.pdf\":\"/oss/physical/NASA/7aa4d4bce6b4a39b47fdda4d02f027a2/D111604_61055_62087.pdf\"}', '61055-305 PT,LED/PT Encoder,Micropac,1/11/2004,D111604_61055_62087.pdf;nsrec05_W23.pdf,TID,Optical Device', null); INSERT INTO `nasa_data_record` VALUES ('7ae4340d44570d38b6a2f8de945ccec5', 'Crawler', '2024-11-13 13:07:33', 'wangbin', '2025-04-17 18:42:24', null, '专用集成电路', 'Virtex II Pro XC2VP7', 'Virtex II Pro XC2VP7', 'FPGA', 'xx', 'Xilinx', '8/14/2004;9/2/2004', 'NASA', '王斌', '1', '{\"mapld04_Petrick_paper.pdf\":\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/mapld04_Petrick_paper.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/nsrec05_W5.pdf\",\"单粒子效应VirtexIIProXC2VP7_1744886543200.xlsx\":\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/单粒子效应VirtexIIProXC2VP7_1744886543200.xlsx\"}', 'Virtex II Pro XC2VP7,FPGA,Xilinx,8/14/2004;9/2/2004,mapld04_Petrick_paper.pdf;nsrec05_W5.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('7b05e2113f0541be979f6fffe1b427e3', 'Crawler', '2024-11-13 09:53:50', null, '2025-04-08 11:34:39', null, 'Linear', 'LM108A', 'LM108A', 'Op Amp', null, null, '08/30/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7b05e2113f0541be979f6fffe1b427e3/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/7b05e2113f0541be979f6fffe1b427e3/PPM-99-045.pdf\"}', '220,5-100,LM108A,Op Amp,Linear,EOS/AM,9347,PPM-94-022,08/30/94', null); INSERT INTO `nasa_data_record` VALUES ('7b14698ec65dcc17e3ad11b4161b17d6', 'Crawler', '2024-11-13 10:14:26', null, '2025-04-08 11:34:39', null, 'Bipolar', '2N2222AJSR', '2N2222AJSR', 'NPN Transistor', null, 'Semicoa', '2011-2012;9/17/2013-to-6/2/2015;2016 ELDRS testing completed', 'NASA', null, null, '{\"nsrec2013_W6_TID.pdf\":\"/oss/physical/NASA/7b14698ec65dcc17e3ad11b4161b17d6/nsrec2013_W6_TID.pdf\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/7b14698ec65dcc17e3ad11b4161b17d6/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/7b14698ec65dcc17e3ad11b4161b17d6/nsrec2011_W5_TID.pdf\",\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/7b14698ec65dcc17e3ad11b4161b17d6/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7b14698ec65dcc17e3ad11b4161b17d6/data.xlsx\",\"nsrec2012_W6_TID.pdf\":\"/oss/physical/NASA/7b14698ec65dcc17e3ad11b4161b17d6/nsrec2012_W6_TID.pdf\"}', '2N2222AJSR,NPN Transistor,Semicoa,2011-2012;9/17/2013-to-6/2/2015;2016 ELDRS testing completed,http://radhome.gsfc.nasa.gov/radhome/papers/nsrec2011_W5_TID.pdf;http://radhome.gsfc.nasa.gov/radhome/papers/nsrec2012_W6_TID.pdf;https://nepp.nasa.gov/files/24934/nsrec2013_W6_TID.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('7b34fb9fd087f588b6d952a7fd8117e8', 'Crawler', '2024-11-13 10:39:10', null, '2025-04-08 11:34:39', null, 'Voltage Reference', 'AD588', 'AD588', 'Voltage Reference', null, 'Analog Devices', '1/11/1999;1999', 'NASA', null, null, '{\"PPM-99-014.pdf\":\"/oss/physical/NASA/7b34fb9fd087f588b6d952a7fd8117e8/PPM-99-014.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/7b34fb9fd087f588b6d952a7fd8117e8/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7b34fb9fd087f588b6d952a7fd8117e8/data.xlsx\"}', 'AD588,Voltage Reference,Analog Devices,1/11/1999;1999,tid/PPM-99-014.pdf;nsrec00_W21.pdf,TID,Voltage Reference', null); INSERT INTO `nasa_data_record` VALUES ('7b4e02f242f7cc036d5d61b60608be7a', 'Crawler', '2024-11-13 12:05:45', 'luoyongheng', '2025-04-29 12:40:50', null, '光电子器件', 'OPB847', 'OPB847', 'Optocoupler', null, 'Optek', '6/16/2017', 'NASA', '罗永恒', '1', '{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/7b4e02f242f7cc036d5d61b60608be7a/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7b4e02f242f7cc036d5d61b60608be7a/data.xlsx\"}', 'OPB847,Optocoupler,Optek,6/16/2017,CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,DD,Hybrid', '1'); INSERT INTO `nasa_data_record` VALUES ('7bbc78b27f92185238ac4557aff75dae', 'Crawler', '2024-11-13 12:53:48', 'lixuyou', '2025-04-30 16:12:55', null, '1 mm BiCMOS (LBC3S)', 'TPS75003', 'TPS75003', 'Triple Supply Power Management IC', null, 'Texas Instruments', 'TAMU07MAY', 'NASA', '李序友', '1', '{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/data.xlsx\",\"T052107_TPS75003.pdf\":\"/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/T052107_TPS75003.pdf\",\"TPS75003_1746000772630.xlsx\":\"/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/TPS75003_1746000772630.xlsx\"}', 'TPS75003,Triple Supply Power Management IC,Texas Instruments,TAMU07MAY,T052107_TPS75003.pdf;nsrec08_W3_SEE.pdf,SEE;SEL;SET,1 mm BiCMOS (LBC3S)', '1'); INSERT INTO `nasa_data_record` VALUES ('7bcabbbec336c79abbe46c7cca34906f', 'Crawler', '2024-11-13 09:58:25', null, '2025-04-08 11:34:39', null, 'Micro Power', 'MP5010NT', 'MP5010NT', 'Volt. Ref.', null, null, '06/04/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7bcabbbec336c79abbe46c7cca34906f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/7bcabbbec336c79abbe46c7cca34906f/PPM-99-045.pdf\"}', '39,10-100,MP5010NT,Volt. Ref.,Micro Power,ISTP/NC,9049,PPM-91-383,06/04/91', null); INSERT INTO `nasa_data_record` VALUES ('7bcc70e10fa6c0fd42e5baa3f3c9d4f3', 'Crawler', '2024-11-13 09:56:03', null, '2025-04-08 11:34:39', null, 'NSC', '54AC299LMQB', '54AC299LMQB', 'Shift Register', null, null, '02/11/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7bcc70e10fa6c0fd42e5baa3f3c9d4f3/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/7bcc70e10fa6c0fd42e5baa3f3c9d4f3/PPM-99-045.pdf\"}', '123,10-300,54AC299LMQB,Shift Register,NSC,SMEX,9021,PPM-92-060,02/11/92', null); INSERT INTO `nasa_data_record` VALUES ('7bd0cd9593587efcb728658e8d80a195', 'Crawler', '2024-11-13 09:58:36', null, '2025-04-08 11:34:39', null, 'IRC', 'JTXV2N6849', 'JTXV2N6849', 'P-MOSFET', null, null, '05/01/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7bd0cd9593587efcb728658e8d80a195/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/7bd0cd9593587efcb728658e8d80a195/PPM-99-045.pdf\"}', '31,2.5-50,JTXV2N6849,P-MOSFET,IRC,Waves,8827\r\r\n8940,Rad-91-9,05/01/91', null); INSERT INTO `nasa_data_record` VALUES ('7bdaebba6ce4660a612cd397876e5729', 'Crawler', '2024-11-13 11:03:28', null, '2025-04-08 11:34:39', null, 'Optical Fiber', 'FVP100110125', 'FVP100110125', 'Optical Fiber', null, 'Polymicro', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/7bdaebba6ce4660a612cd397876e5729/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7bdaebba6ce4660a612cd397876e5729/data.xlsx\"}', 'FVP100110125,Optical Fiber,Polymicro,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('7c10713be9a7f265cc3356ff33c5f611', 'Crawler', '2024-11-13 10:17:10', null, '2025-04-08 11:34:39', null, 'P channel JFET', '2N5114', '2N5114', 'P channel JFET', null, 'Solitron', '1/31/2002', 'NASA', null, null, '{\"N013102_2N5114.pdf\":\"/oss/physical/NASA/7c10713be9a7f265cc3356ff33c5f611/N013102_2N5114.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7c10713be9a7f265cc3356ff33c5f611/data.xlsx\"}', '2N5114,P channel JFET,Solitron,1/31/2002,tid/N013102_2N5114.pdf,TID,P channel JFET', null); INSERT INTO `nasa_data_record` VALUES ('7c11b87d1341d6ac6a0b213812fbcd34', 'Crawler', '2024-11-13 10:21:46', null, '2025-04-08 11:34:39', null, 'Optocoupler', '53272', '53272', 'Power MOSFET Optocoupler', null, 'Micropac', '5/16/2005', 'NASA', null, null, '{\"D051605_53272.pdf\":\"/oss/physical/NASA/7c11b87d1341d6ac6a0b213812fbcd34/D051605_53272.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/7c11b87d1341d6ac6a0b213812fbcd34/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7c11b87d1341d6ac6a0b213812fbcd34/data.xlsx\"}', '53272,Power MOSFET Optocoupler,Micropac,5/16/2005,D051605_53272.pdf;nsrec06_W2.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('7c16ddcc093147547ec612bb5961e65a', 'Crawler', '2024-11-13 00:53:25', null, '2025-04-08 11:34:39', null, 'Not specified', 'HAS2', 'HAS2', 'Active Pixel Sensor', '4 PHOTO DIODE /SENSOR', 'ON Semiconductors', '22/10/2012', 'ESA', null, null, '{\"187.pdf\":\"/oss/physical/ESA/7c16ddcc093147547ec612bb5961e65a/187.pdf\",\"data.xlsx\":\"/oss/physical/ESA/7c16ddcc093147547ec612bb5961e65a/data.xlsx\"}', '187,HAS2,ON Semiconductors,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,4 PHOTO DIODE /SENSOR,Active Pixel Sensor,,Sodern,22/10/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('7c6508ca085dcf5a78fd683a8aee1af2', 'Crawler', '2024-11-13 12:59:23', 'mayunlong', '2025-04-18 00:08:36', null, '电源变换器', 'UC1846', 'UC1846', 'PMW controller', '1000391MMT', 'Texas Instruments', '11/29/2016', 'NASA', '马云龙', '1', '{\"电离总剂量效应UC1846_1744906094643.xlsx\":\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/电离总剂量效应UC1846_1744906094643.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/data.xlsx\",\"NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf\":\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf\"}', 'UC1846,PMW controller,Texas Instruments,11/29/2016,https://nepp.nasa.gov/files/27461/NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf,TID,Controller', '1'); INSERT INTO `nasa_data_record` VALUES ('7c659e042abdae925e46c0e6f2b43fa8', 'Crawler', '2024-11-13 01:12:40', null, '2025-04-08 11:34:39', null, '', '2N3637', '2N3637', '', '1 LOW POWER, NPN (< 2WATTS)', 'Microsemi', '03/06/2011', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/7c659e042abdae925e46c0e6f2b43fa8/data.xlsx\",\"2N3637 PROTONS TID_0923_01.pdf\":\"/oss/physical/ESA/7c659e042abdae925e46c0e6f2b43fa8/2N3637 PROTONS TID_0923_01.pdf\"}', '241,2N3637,Microsemi,Download,DD (Displacement Damage),,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),,,Hirex,03/06/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('7c95597985e0697ef2acd58a406d5512', 'Crawler', '2024-11-13 09:56:19', null, '2025-04-08 11:34:39', null, 'NSC', '54ACT157DMQB', '54ACT157DMQB', 'Quad 2_inp. MUX', null, null, '01/15/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7c95597985e0697ef2acd58a406d5512/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/7c95597985e0697ef2acd58a406d5512/PPM-99-045.pdf\"}', '111,10-300,54ACT157DMQB,Quad 2_inp. MUX,NSC,SMEX/CB,9123A,PPM-92-001,01/15/92', null); INSERT INTO `nasa_data_record` VALUES ('7cbdd1c54bb8a3af4cc0e290a2daf76c', 'Crawler', '2024-11-13 12:59:37', 'mayunlong', '2025-04-17 23:39:07', null, '晶体管', 'UDS2983', 'UDS2983', 'Voltage Driver', '9026A', 'Sprague', '3/20/1991-5/6/1991', 'NASA', '马云龙', '5', '{\"data.xlsx\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\",\"PPM-91-551.pdf\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\",\"电离总剂量效应UDS2983_1744904334485.xlsx\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/电离总剂量效应UDS2983_1744904334485.xlsx\"}', 'UDS2983,Voltage Driver,Sprague,9/27/1991,tid/PPM-91-551.pdf,TID,Driver', '560'); INSERT INTO `nasa_data_record` VALUES ('7cd65dbda666ec50ee57e5653697f54d', 'Crawler', '2024-11-13 11:00:59', null, '2025-04-08 11:34:39', null, 'Data Transmission', 'DS90C32', 'DS90C32', 'Receiver', null, 'National Semiconductor', '2/24/1997;9/9/1997', 'NASA', null, null, '{\"b022497a.pdf\":\"/oss/physical/NASA/7cd65dbda666ec50ee57e5653697f54d/b022497a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7cd65dbda666ec50ee57e5653697f54d/data.xlsx\",\"b090997.pdf\":\"/oss/physical/NASA/7cd65dbda666ec50ee57e5653697f54d/b090997.pdf\"}', 'DS90C32,Receiver,National Semiconductor,2/24/1997;9/9/1997,b022497a.pdf;b090997.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('7cf04cd66e62c212bcd355faede2de58', 'Crawler', '2024-11-13 11:30:17', null, '2025-04-08 11:34:39', null, 'Bipolar', 'LSK489-UT', 'LSK489-UT', 'N-channel Dual JFET Amplifier', null, 'Linear Systems', '8/29/2018;2018OctTID', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/7cf04cd66e62c212bcd355faede2de58/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7cf04cd66e62c212bcd355faede2de58/data.xlsx\",\"2018-Ladbury-TR-18-023-18-025-LSK389-LSK489-2018Aug27-NASA-TM-20210009960.pdf\":\"/oss/physical/NASA/7cf04cd66e62c212bcd355faede2de58/2018-Ladbury-TR-18-023-18-025-LSK389-LSK489-2018Aug27-NASA-TM-20210009960.pdf\"}', 'LSK489-UT,N-channel Dual JFET Amplifier,Linear Systems,8/29/2018;2018OctTID,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;2018-Ladbury-TR-18-023-18-025-LSK389-LSK489-2018Aug27-NASA-TM-20210009960.pdf,SEE;TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('7d1ba1620fbcc35f62ea7fc9b6128a5e', 'Crawler', '2024-11-13 11:47:07', null, '2025-04-08 11:34:39', null, 'DC-DC Converter', 'MDI3051RES12ZF', 'MDI3051RES12ZF', 'DC-DC Converter', null, 'Modular Devices Inc', '7/19/2001;10/15/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/7d1ba1620fbcc35f62ea7fc9b6128a5e/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7d1ba1620fbcc35f62ea7fc9b6128a5e/data.xlsx\",\"B080100f.pdf\":\"/oss/physical/NASA/7d1ba1620fbcc35f62ea7fc9b6128a5e/B080100f.pdf\",\"T101501_MDI12.pdf\":\"/oss/physical/NASA/7d1ba1620fbcc35f62ea7fc9b6128a5e/T101501_MDI12.pdf\"}', 'MDI3051RES12ZF,DC-DC Converter,Modular Devices Inc,7/19/2001;10/15/2001,B080100f.pdf;nsrec01_W15.pdf;T101501_MDI12.pdf,SET,DC-DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('7d27d2a68039274f35477689035152e9', 'Crawler', '2024-11-13 10:26:05', null, '2025-04-08 11:34:39', null, 'BiCMOS', '54LVTH16245', '54LVTH16245', 'Bus Transceiver', null, 'Texas Instruments', '01/31/2013', 'NASA', null, null, '{\"LBNL013113_54LVTH16245.pdf\":\"/oss/physical/NASA/7d27d2a68039274f35477689035152e9/LBNL013113_54LVTH16245.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7d27d2a68039274f35477689035152e9/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/7d27d2a68039274f35477689035152e9/nsrec2013_W8_SEE.pdf\"}', '54LVTH16245,Bus Transceiver,Texas Instruments,01/31/2013,LBNL013113_54LVTH16245.pdf;nsrec2013_W8_SEE.pdf,SEE,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('7d44536aca1c2981a632ab093218a958', 'Crawler', '2024-11-13 12:26:43', 'liujunling', '2025-04-30 22:12:43', null, '片上系统', 'RH-OBC-1', 'RH-OBC-1', 'Single Board Computer', null, 'Vorago', '6/1/2019(MGH)', 'NASA', '刘俊灵', '1', '{\"NEPP-TR-2019-Wilcox-TR-18-035-RH-OBC-1-2019June01-MGH-20205006200.pdf\":\"/oss/physical/NASA/7d44536aca1c2981a632ab093218a958/NEPP-TR-2019-Wilcox-TR-18-035-RH-OBC-1-2019June01-MGH-20205006200.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7d44536aca1c2981a632ab093218a958/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/7d44536aca1c2981a632ab093218a958/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"单粒子效应_1746022360439.xlsx\":\"/oss/physical/NASA/7d44536aca1c2981a632ab093218a958/单粒子效应_1746022360439.xlsx\"}', 'RH-OBC-1,Single Board Computer,Vorago,6/1/2019(MGH),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;https://nepp.nasa.gov/docs/tasks/070-Test-Reports/NEPP-TR-2019-Wilcox-TR-18-035-RH-OBC-1-2019June01-MGH-20205006200.pdf,SEE,Complex Logic', '1'); INSERT INTO `nasa_data_record` VALUES ('7d4ed828af65d14ba7cb38a526cc5879', 'Crawler', '2024-11-13 12:38:36', 'changyuhai', '2025-05-03 23:45:10', null, 'SiC', 'SJEP120R100', 'SJEP120R100', 'JFET', 'T1026', 'SemiSouth', '8/20/2012', 'NASA', '常余海', '1', '{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/7d4ed828af65d14ba7cb38a526cc5879/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7d4ed828af65d14ba7cb38a526cc5879/data.xlsx\",\"单粒子效应_1746287107561.xlsx\":\"/oss/physical/NASA/7d4ed828af65d14ba7cb38a526cc5879/单粒子效应_1746287107561.xlsx\"}', 'SJEP120R100,JFET,SemiSouth,8/20/2012,nsrec2013_W8_SEE.pdf,SEE,SiC', '7'); INSERT INTO `nasa_data_record` VALUES ('7d7b84f84d327c9d88c78e8dff5d0fa3', 'Crawler', '2024-11-13 11:03:03', null, '2025-04-08 11:34:39', null, 'Power Device', 'FRL9130R3', 'FRL9130R3', 'P-Power MOSFET', null, 'Harris', '8/22/1991', 'NASA', null, null, '{\"PPM-91-534.pdf\":\"/oss/physical/NASA/7d7b84f84d327c9d88c78e8dff5d0fa3/PPM-91-534.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7d7b84f84d327c9d88c78e8dff5d0fa3/data.xlsx\"}', 'FRL9130R3,P-Power MOSFET,Harris,8/22/1991,tid/PPM-91-534.pdf,TID,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('7dacca30d0ff1fe4dc32037114db18b1', 'Crawler', '2024-11-13 11:12:13', null, '2025-04-08 11:34:39', null, 'Miscellaneous Device', 'HTE721010G9AT00', 'HTE721010G9AT00', '100 Gbyte E7K100Hard Drive', null, 'Hitachi', '2/20/2006', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7dacca30d0ff1fe4dc32037114db18b1/data.xlsx\",\"T022006_E7K100.pdf\":\"/oss/physical/NASA/7dacca30d0ff1fe4dc32037114db18b1/T022006_E7K100.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/7dacca30d0ff1fe4dc32037114db18b1/nsrec06_W4.pdf\"}', 'HTE721010G9AT00,100 Gbyte E7K100Hard Drive,Hitachi,2/20/2006,T022006_E7K100.pdf;nsrec06_W4.pdf,SEE,Miscellaneous Device', null); INSERT INTO `nasa_data_record` VALUES ('7dd27e2dda298bd0c58433b49579c36a', 'Crawler', '2024-11-13 09:49:44', null, '2025-04-08 11:34:39', null, 'Actel', 'A1280A', 'A1280A', 'FPGA', null, null, '10/23/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7dd27e2dda298bd0c58433b49579c36a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/7dd27e2dda298bd0c58433b49579c36a/PPM-99-045.pdf\"}', '386,3.0-15,A1280A,FPGA,Actel,JSA (JAPAN),9740,PPM-98-032,10/23/98', null); INSERT INTO `nasa_data_record` VALUES ('7de8d2acb5de2e6f42c5945f832143aa', 'Crawler', '2024-11-13 11:01:13', null, '2025-04-08 11:34:39', null, 'DC/DC Converter', 'DVHF2803R3SF', 'DVHF2803R3SF', 'DC/DC Converter', null, 'Virginia Power Technology', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/7de8d2acb5de2e6f42c5945f832143aa/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7de8d2acb5de2e6f42c5945f832143aa/data.xlsx\",\"B111500a.pdf\":\"/oss/physical/NASA/7de8d2acb5de2e6f42c5945f832143aa/B111500a.pdf\"}', 'DVHF2803R3SF,DC/DC Converter,Virginia Power Technology,7/19/2001,B111500a.pdf;nsrec01_W15.pdf,SET;DD,DC/DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('7e190e0084a4b7a6c3967e590a1428f8', 'Crawler', '2024-11-13 11:26:47', null, '2025-04-08 11:34:39', null, 'Bipolar', 'LM139AWRQMLV', 'LM139AWRQMLV', 'Analog Comparator', null, 'National Semiconductor', '7/2011; 2014; 2015', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/7e190e0084a4b7a6c3967e590a1428f8/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7e190e0084a4b7a6c3967e590a1428f8/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/7e190e0084a4b7a6c3967e590a1428f8/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/7e190e0084a4b7a6c3967e590a1428f8/nsrec2011_W5_TID.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/7e190e0084a4b7a6c3967e590a1428f8/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', 'LM139AWRQMLV,Analog Comparator,National Semiconductor,7/2011; 2014; 2015,nsrec2011_W5_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('7e20efc01d04a83ea4adb7ea5dd7b0d1', 'Crawler', '2024-11-13 12:43:04', 'chenpan', '2025-04-30 23:07:39', null, 'Si', 'STPS20200', 'STPS20200', 'Schottky Diode', null, 'STMicroelectronics', '6/30/2014', 'NASA', '陈攀', '1', '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/7e20efc01d04a83ea4adb7ea5dd7b0d1/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7e20efc01d04a83ea4adb7ea5dd7b0d1/data.xlsx\",\"STPS20200_SEE_1746025656014.xlsx\":\"/oss/physical/NASA/7e20efc01d04a83ea4adb7ea5dd7b0d1/STPS20200_SEE_1746025656014.xlsx\"}', 'STPS20200,Schottky Diode,STMicroelectronics,6/30/2014,NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '4'); INSERT INTO `nasa_data_record` VALUES ('7e25892c019bde6c0b83d45d4f07ae8e', 'Crawler', '2024-11-13 02:24:40', null, '2025-04-08 11:34:39', null, 'ESCC 22900', 'AD7626BCPZ-ND - DC1702', 'AD7626BCPZ-ND - DC1702', '16-bit, 10 MSPS, PulSAR Differential ADC', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'Analog Devices', '29/01/2018', 'ESA', null, null, '{\"TID_01558_01 TID test report AD7626.pdf\":\"/oss/physical/ESA/7e25892c019bde6c0b83d45d4f07ae8e/TID_01558_01 TID test report AD7626.pdf\",\"data.xlsx\":\"/oss/physical/ESA/7e25892c019bde6c0b83d45d4f07ae8e/data.xlsx\"}', '315,AD7626BCPZ-ND - DC1702,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,16-bit, 10 MSPS, PulSAR Differential ADC,,Hirex-Alter,29/01/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('7e2a89d7d7629c5c94a0223a63716d31', 'Crawler', '2024-11-13 10:43:00', null, '2025-04-08 11:34:39', null, 'ADC', 'AD7821TQ', 'AD7821TQ', '1 MSPS 8 bits ADC w track & hold', null, 'Analog Devices', '8/1/2001', 'NASA', null, null, '{\"T080101_ADC.pdf\":\"/oss/physical/NASA/7e2a89d7d7629c5c94a0223a63716d31/T080101_ADC.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7e2a89d7d7629c5c94a0223a63716d31/data.xlsx\"}', 'AD7821TQ,1 MSPS 8 bits ADC w track & hold,Analog Devices,8/1/2001,T080101_ADC.pdf,SEE,ADC', null); INSERT INTO `nasa_data_record` VALUES ('7e2fbda9ba442fa69e51bf4229a612b7', 'Crawler', '2024-11-13 09:55:17', null, '2025-04-08 11:34:39', null, 'NSC', '54AC273', '54AC273', 'Flip-Flop', null, null, '10/07/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7e2fbda9ba442fa69e51bf4229a612b7/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/7e2fbda9ba442fa69e51bf4229a612b7/PPM-99-045.pdf\"}', '156,5-100,54AC273,Flip-Flop,NSC,FAST/MUE,9212A,PPM-92-244,10/07/92', null); INSERT INTO `nasa_data_record` VALUES ('7e8ef60790743156a8c3e75a4cc648be', 'Crawler', '2024-11-13 10:24:03', null, '2025-04-08 11:34:39', null, 'Register', '54AC646LMQB', '54AC646LMQB', 'Octal Transceiver/Register', null, 'National Semiconductor', '2/6/1992', 'NASA', null, null, '{\"PPM-92-054.pdf\":\"/oss/physical/NASA/7e8ef60790743156a8c3e75a4cc648be/PPM-92-054.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7e8ef60790743156a8c3e75a4cc648be/data.xlsx\"}', '54AC646LMQB,Octal Transceiver/Register,National Semiconductor,2/6/1992,tid/PPM-92-054.pdf,TID,Register', null); INSERT INTO `nasa_data_record` VALUES ('7e90feba317bd30f23b0bdc262bab480', 'Crawler', '2024-11-13 10:10:36', null, '2025-04-08 11:34:39', null, 'Si', '16SCYQ060C', '16SCYQ060C', 'Schottky Diode', null, 'International Rectifier', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/7e90feba317bd30f23b0bdc262bab480/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7e90feba317bd30f23b0bdc262bab480/data.xlsx\"}', '16SCYQ060C,Schottky Diode,International Rectifier,6/27/2015,NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('7e9f44485e04bb1b6ad23468d27a04d1', 'Crawler', '2024-11-13 12:00:06', 'huangkan', '2025-04-30 18:50:39', null, '晶体管', 'NVTFS5116PLWFTAG', 'NVTFS5116PLWFTAG', 'MOSFET', null, 'ON Semiconductor', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/28959/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf', 'NASA', null, '0', '{\"data.xlsx\":\"/oss/physical/NASA/7e9f44485e04bb1b6ad23468d27a04d1/data.xlsx\"}', 'NVTFS5116PLWFTAG,MOSFET,ON Semiconductor,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/28959/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf,,SEE;SEB,p-channel', '0'); INSERT INTO `nasa_data_record` VALUES ('7ea49a550747cca1c62c8d5faa66f453', 'Crawler', '2024-11-13 00:56:47', null, '2025-04-08 11:34:39', null, 'Not specified', 'HAS2', 'HAS2', 'Active Pixel Sensor', '4 PHOTO DIODE /SENSOR', 'ON Semiconductors', '23/11/2012', 'ESA', null, null, '{\"192.pdf\":\"/oss/physical/ESA/7ea49a550747cca1c62c8d5faa66f453/192.pdf\",\"data.xlsx\":\"/oss/physical/ESA/7ea49a550747cca1c62c8d5faa66f453/data.xlsx\"}', '192,HAS2,ON Semiconductors,Download,DD (Displacement Damage),Not specified,18 OPTO ELECTRONICS,4 PHOTO DIODE /SENSOR,Active Pixel Sensor,,ON Semiconductor - SODERN,23/11/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('7ec055a3fd2e321fbb71639735b57e84', 'Crawler', '2024-11-13 00:33:14', null, '2025-04-08 11:34:39', null, 'Not specified', '66224-105', '66224-105', 'Optocoupler', '1 OPTOCOUPLER', 'Micropac', '17/04/2012', 'ESA', null, null, '{\"92.pdf\":\"/oss/physical/ESA/7ec055a3fd2e321fbb71639735b57e84/92.pdf\",\"data.xlsx\":\"/oss/physical/ESA/7ec055a3fd2e321fbb71639735b57e84/data.xlsx\"}', '92,66224-105,Micropac,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,Single Channel Optocoupler,TRAD,17/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('7ed2239c2c735d773cb28a88e9bffb62', 'Crawler', '2024-11-13 09:56:11', null, '2025-04-08 11:34:39', null, 'NSC', '54AC373DMQB', '54AC373DMQB', 'Octal Latch', null, null, '01/31/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7ed2239c2c735d773cb28a88e9bffb62/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/7ed2239c2c735d773cb28a88e9bffb62/PPM-99-045.pdf\"}', '117,10-300,54AC373DMQB,Octal Latch,NSC,SMEX/CB,9035A,PPM-92-032,01/31/92', null); INSERT INTO `nasa_data_record` VALUES ('7efe78afbcd64e425f0100d54d12273e', 'Crawler', '2024-11-13 12:58:34', 'yangsini', '2025-04-29 19:20:34', null, '晶体管', 'MOSFET', 'UC1708 MOSFET Driver', 'MOSFET Driver', 'xx', 'Texas Instruments', '2008.2-2009.2', 'NASA', '杨思妮', '13', '{\"NRL082508_UC1708.pdf\":\"/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/NRL082508_UC1708.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/nsrec09_W12_SEE.pdf\",\"单粒子效应_1745925633268.xlsx\":\"/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/单粒子效应_1745925633268.xlsx\"}', 'UC1708 MOSFET Driver,MOSFET Driver,Texas Instruments,NRL08AUG,NRL082508_UC1708.pdf;nsrec09_W12_SEE.pdf,SEE;SET,Bipolar', '13'); INSERT INTO `nasa_data_record` VALUES ('7f8e97de2be786206b2e899bb6eed0c0', 'Crawler', '2024-11-13 11:34:02', null, '2025-04-08 11:34:39', null, 'Si', 'LXA03T600', 'LXA03T600', 'Diode', null, 'Power Integrations', '8/18/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/7f8e97de2be786206b2e899bb6eed0c0/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7f8e97de2be786206b2e899bb6eed0c0/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/7f8e97de2be786206b2e899bb6eed0c0/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'LXA03T600,Diode,Power Integrations,8/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('7f9297527f3e1ec9b5cbb3437b80951f', 'Crawler', '2024-11-13 12:38:20', 'changyuhai', '2025-05-04 00:23:36', null, 'Microprocessor', 'SH-4', 'SH-4', 'Microprocessor', '无', 'Hitachi', '7/31/2002;7/25/2003', 'NASA', '常余海', '1', '{\"data.xlsx\":\"/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/data.xlsx\",\"I060602_SH4.pdf\":\"/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/I060602_SH4.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/NSREC03_W10.pdf\",\"单粒子效应_1746289379050.xlsx\":\"/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/单粒子效应_1746289379050.xlsx\"}', 'SH-4,Microprocessor,Hitachi,7/31/2002;7/25/2003,I060602_SH4.pdf;NSREC03_W10.pdf,SEE,Microprocessor', '3'); INSERT INTO `nasa_data_record` VALUES ('7fa3a904e092a23ac25f76b234e18b16', 'Crawler', '2024-11-13 12:40:34', 'luozikang', '2025-04-29 18:34:53', null, 'BiCMOS', 'SN64BCT126A', 'SN64BCT126A', 'Quadruple Bus Buffer Gate 3 state output', null, 'TI', '3/28/2003;6/22/2004', 'NASA', '罗梓康', '1', '{\"T032803_SN64BCT126A.pdf\":\"/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/T032803_SN64BCT126A.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/nsrec04_SEE.pdf\",\"单粒子效应_1745922890701.xlsx\":\"/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/单粒子效应_1745922890701.xlsx\"}', 'SN64BCT126A,Quadruple Bus Buffer Gate 3 state output,TI,3/28/2003;6/22/2004,T032803_SN64BCT126A.pdf;nsrec04_SEE.pdf,SEE,BiCMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('7fb9c2ea533b2767b4e194494abe07e7', 'Crawler', '2024-11-13 11:46:43', null, '2025-04-08 11:34:39', null, 'RAM (Random Access Memory)', 'MCM516400J60', 'MCM516400J60', '4Mx4 DRAM', null, 'Motorola', '5/24/1994;7/17/1995;9/11/1997', 'NASA', null, null, '{\"DRAM296.pdf\":\"/oss/physical/NASA/7fb9c2ea533b2767b4e194494abe07e7/DRAM296.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/7fb9c2ea533b2767b4e194494abe07e7/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7fb9c2ea533b2767b4e194494abe07e7/data.xlsx\",\"d052494.pdf\":\"/oss/physical/NASA/7fb9c2ea533b2767b4e194494abe07e7/d052494.pdf\"}', 'MCM516400J60,4Mx4 DRAM,Motorola,5/24/1994;7/17/1995;9/11/1997,d052494.pdf;ieee95a.pdf;DRAM296.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('7fdbd6d12aebe83dada91cbc8a2040c7', 'Crawler', '2024-11-13 12:56:06', 'yangsini', '2025-04-30 19:40:12', null, '光电子器件', 'TUD89H1B', 'TUD89H1B', 'LED', 'n/a', 'Sensor Electronics Technology, Inc.', '9/8/2017', 'NASA', '杨思妮', '4', '{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/7fdbd6d12aebe83dada91cbc8a2040c7/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7fdbd6d12aebe83dada91cbc8a2040c7/data.xlsx\",\"位移损伤效应_1746013209957.xlsx\":\"/oss/physical/NASA/7fdbd6d12aebe83dada91cbc8a2040c7/位移损伤效应_1746013209957.xlsx\"}', 'TUD89H1B,LED,Sensor Electronics Technology, Inc.,9/8/2017,CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,DD,AlGaN', '4'); INSERT INTO `nasa_data_record` VALUES ('7fec74728e2136c5dd3a6a3e467917df', 'Crawler', '2024-11-13 10:24:35', null, '2025-04-08 11:34:39', null, 'HEX inverter and Schmitt Trigger', '54ACTQ04', '54ACTQ04', 'HEX inverter and Schmitt Trigger', null, 'National Semiconductor', '_2005', 'NASA', null, null, '{\"G2005_54ACTQ04E_TID.pdf\":\"/oss/physical/NASA/7fec74728e2136c5dd3a6a3e467917df/G2005_54ACTQ04E_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/7fec74728e2136c5dd3a6a3e467917df/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7fec74728e2136c5dd3a6a3e467917df/data.xlsx\"}', '54ACTQ04,HEX inverter and Schmitt Trigger,National Semiconductor,_2005,G2005_54ACTQ04E_TID.pdf;nsrec06_W2.pdf,TID,HEX inverter and Schmitt Trigger', null); INSERT INTO `nasa_data_record` VALUES ('7ff92ad26b93764a4ba4e0352a89b8a5', 'Crawler', '2024-11-13 10:44:40', null, '2025-04-08 11:34:39', null, 'Bipolar Linear Device', 'AD822', 'AD822', 'Operational Amplifier', null, 'Analog Devices', '5/2004;TAMU08JUN;VdG08MAY;7/2009', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/7ff92ad26b93764a4ba4e0352a89b8a5/nsrec09_W13_TID.pdf\",\"nsrec05_W23.pdf\":\"/oss/physical/NASA/7ff92ad26b93764a4ba4e0352a89b8a5/nsrec05_W23.pdf\",\"G04MAY_AD822_TID.pdf\":\"/oss/physical/NASA/7ff92ad26b93764a4ba4e0352a89b8a5/G04MAY_AD822_TID.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/7ff92ad26b93764a4ba4e0352a89b8a5/nsrec09_W12_SEE.pdf\",\"VdG08MAY_AD822.pdf\":\"/oss/physical/NASA/7ff92ad26b93764a4ba4e0352a89b8a5/VdG08MAY_AD822.pdf\",\"T061808_AD822.pdf\":\"/oss/physical/NASA/7ff92ad26b93764a4ba4e0352a89b8a5/T061808_AD822.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7ff92ad26b93764a4ba4e0352a89b8a5/data.xlsx\"}', 'AD822,Operational Amplifier,Analog Devices,5/2004;TAMU08JUN;VdG08MAY;7/2009,G04MAY_AD822_TID.pdf;nsrec05_W23.pdf;T061808_AD822.pdf;nsrec09_W12_SEE.pdf;tid/VdG08MAY_AD822.pdf;nsrec09_W13_TID.pdf,TID; SEE; SEL,Bipolar Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('7ffa8b36abea8befa66c63b4fcafae91', 'Crawler', '2024-11-13 09:49:56', null, '2025-04-08 11:34:39', null, 'SEEQ/ATMEL', '29C257', '29C257', '256K EEEPROM', null, null, '7/16/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/7ffa8b36abea8befa66c63b4fcafae91/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/7ffa8b36abea8befa66c63b4fcafae91/PPM-99-045.pdf\"}', '377,1-25,29C257,256K EEEPROM,SEEQ/ATMEL,EOS-PM,9133,PPM-98-023,7/16/98', null); INSERT INTO `nasa_data_record` VALUES ('801734319c4af75b880b191cb478ee62', 'Crawler', '2024-11-13 12:25:07', 'wangjiaxing', '2025-04-30 21:15:52', null, 'Miscellaneous', 'QS3384', 'QS3384', 'Quickswitch', '未找到', 'Quality Semi Inc', '8/16/1995;9/20/1995;7/15/1996', 'NASA', '王嘉兴', '1', '{\"random6a.pdf\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/random6a.pdf\",\"tdqs3384.pdf\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/tdqs3384.pdf\",\"data.xlsx\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/data.xlsx\",\"b081695a.pdf\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/b081695a.pdf\",\"单粒子效应13_1746018949016.xlsx\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/单粒子效应13_1746018949016.xlsx\"}', 'QS3384,High Speed 10 bit bus switch,Quality Semi Inc,8/16/1995;9/20/1995;7/15/1996,tdqs3384.pdf;b081695a.pdf;random6a.pdf,SEE,Miscellaneous', '1'); INSERT INTO `nasa_data_record` VALUES ('80242421530066eab78531ea006d04fc', 'Crawler', '2024-11-13 10:26:15', null, '2025-04-08 11:34:39', null, 'Power Device', '5690R-D15', '5690R-D15', 'DC-DC converter', null, 'MDI', '4/30/1996;7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/80242421530066eab78531ea006d04fc/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/80242421530066eab78531ea006d04fc/data.xlsx\"}', '5690R-D15,DC-DC converter,MDI,4/30/1996;7/21/1997,Random97a.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('8028ce2daef175757a7f82b0356d906d', 'Crawler', '2024-11-13 12:07:02', 'luoyongheng', '2025-04-29 11:58:50', null, '射频电路', 'PCIDMA', 'PCIDMA', 'Myrinet PCI/Lanai9 Bridge', null, 'Myricom', '11/26/2001;7/19/2002', 'NASA', '罗永恒', '1', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W8.pdf\"}', 'PCIDMA,Myrinet PCI/Lanai9 Bridge,Myricom,11/26/2001;7/19/2002,D112601_Myrinet.pdf;NSREC02_W16.pdf;NSREC02_W8.pdf,SEE,Communication Device', '1'); INSERT INTO `nasa_data_record` VALUES ('802a15e5feff87625ab83361f050d106', 'Crawler', '2024-11-13 10:41:27', null, '2025-04-08 11:34:39', null, 'ADC', 'AD674AT', 'AD674AT', '12-bit ADC', null, 'ADI', '4/16/1992', 'NASA', null, null, '{\"PPM-92-131.pdf\":\"/oss/physical/NASA/802a15e5feff87625ab83361f050d106/PPM-92-131.pdf\",\"data.xlsx\":\"/oss/physical/NASA/802a15e5feff87625ab83361f050d106/data.xlsx\"}', 'AD674AT,12-bit ADC,ADI,4/16/1992,tid/PPM-92-131.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('804722830b21f662f15d7a95b752a47a', 'Crawler', '2024-11-13 12:04:04', 'xuebinrui', '2025-04-29 13:18:24', null, '晶体管', 'OP42', 'OP42', 'Operational Amplifier', '0223、9750、0223A', 'Analog Devices', '8/11/2002;7/25/2003;2006', 'NASA', '薛彬睿', '4', '{\"data.xlsx\":\"/oss/physical/NASA/804722830b21f662f15d7a95b752a47a/data.xlsx\",\"G2006_OP42_TID.pdf\":\"/oss/physical/NASA/804722830b21f662f15d7a95b752a47a/G2006_OP42_TID.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/804722830b21f662f15d7a95b752a47a/NSREC03_W10.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/804722830b21f662f15d7a95b752a47a/nsrec07_W26_TID.pdf\",\"T081102_OP42.pdf\":\"/oss/physical/NASA/804722830b21f662f15d7a95b752a47a/T081102_OP42.pdf\",\"电离总剂量效应-(8)_1745903899645.xlsx\":\"/oss/physical/NASA/804722830b21f662f15d7a95b752a47a/电离总剂量效应-(8)_1745903899645.xlsx\"}', 'OP42,Operational Amplifier,Analog Devices,8/11/2002;7/25/2003;2006,T081102_OP42.pdf;NSREC03_W10.pdf;G2006_OP42_TID.pdf;nsrec07_W26_TID.pdf,SET,SEL;TID,Bipolar', '64'); INSERT INTO `nasa_data_record` VALUES ('80593614624723df4feb96dcb4ea786c', 'Crawler', '2024-11-13 11:51:44', 'mayinjie', '2025-04-30 20:21:21', null, 'BiCMOS', 'MSA0670', 'MSA0670', 'Operational Amplifier', null, 'Avago', '3/16/2016', 'NASA', '马崟洁', '1', '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/data.xlsx\",\"电离总剂量效应_1746015668746.xlsx\":\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/电离总剂量效应_1746015668746.xlsx\"}', 'MSA0670,Operational Amplifier,Avago,3/16/2016,https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,BiCMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('8066230edee9ddedc08583821e009174', 'Crawler', '2024-11-13 12:49:45', 'chenwenzhuo', '2025-04-30 18:21:57', null, 'AlGaN', 'TCE49H1B', 'TCE49H1B', 'LED', null, 'Sensor Electronics Technology, Inc.', '9/8/2017', 'NASA', '陈文卓', '1', '{\"TIL25_1746008339216.xlsx\":\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/TIL25_1746008339216.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/data.xlsx\",\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\"}', 'TCE49H1B,LED,Sensor Electronics Technology, Inc.,9/8/2017,CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,DD,AlGaN', '1'); INSERT INTO `nasa_data_record` VALUES ('806d493db0377d03ef918201c51037c3', 'Crawler', '2024-11-13 13:13:26', 'liumingyu', '2025-04-16 00:24:31', null, 'FPGA', 'XCKU040-2FFVA1156E Kintex-UltraScale', 'XCKU040-2FFVA1156E Kintex-UltraScale', 'FPGA', 'xx', 'Xilinx', '2019.11', 'NASA', '刘明宇', '1', '{\"单粒子效应-XCKU040-2FFVA1156E_1744729955122.xlsx\":\"/oss/physical/NASA/806d493db0377d03ef918201c51037c3/单粒子效应-XCKU040-2FFVA1156E_1744729955122.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/806d493db0377d03ef918201c51037c3/data.xlsx\",\"NEPP-TR-2019-Berg-TR-15-061-Xilinx-XCKU040-2FFVA1156E-KintexUltraScale-LBNL-2019Nov18-20205007765.pdf\":\"/oss/physical/NASA/806d493db0377d03ef918201c51037c3/NEPP-TR-2019-Berg-TR-15-061-Xilinx-XCKU040-2FFVA1156E-KintexUltraScale-LBNL-2019Nov18-20205007765.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/806d493db0377d03ef918201c51037c3/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\"}', 'XCKU040-2FFVA1156E Kintex-UltraScale,FPGA,Xilinx,11/18/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;https://nepp.nasa.gov/docs/tasks/041-FPGA/NEPP-TR-2019-Berg-TR-15-061-Xilinx-XCKU040-2FFVA1156E-KintexUltraScale-LBNL-2019Nov18-20205007765.pdf,SEE,FPGA', '1'); INSERT INTO `nasa_data_record` VALUES ('80ac17183ca6781f47a004ddd44c880f', 'Crawler', '2024-11-13 00:52:30', null, '2025-04-08 11:34:39', null, 'ESCC 22900', 'SOC5551HRB', 'SOC5551HRB', 'Transistors, High Voltage, NPN', '1 LOW POWER, NPN (< 2WATTS)', 'ST', '12/11/2012', 'ESA', null, null, '{\"184.pdf\":\"/oss/physical/ESA/80ac17183ca6781f47a004ddd44c880f/184.pdf\",\"data.xlsx\":\"/oss/physical/ESA/80ac17183ca6781f47a004ddd44c880f/data.xlsx\"}', '184,SOC5551HRB,ST,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),Transistors, High Voltage, NPN,,Alter,12/11/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('80da772784e6c523ffc98e8a14f30b35', 'Crawler', '2024-11-13 00:47:21', null, '2025-04-08 11:34:39', null, 'Not specified', 'OLH400', 'OLH400', 'Optocoupler', '1 OPTOCOUPLER', 'Isolink', '16/04/2012', 'ESA', null, null, '{\"163.pdf\":\"/oss/physical/ESA/80da772784e6c523ffc98e8a14f30b35/163.pdf\",\"data.xlsx\":\"/oss/physical/ESA/80da772784e6c523ffc98e8a14f30b35/data.xlsx\"}', '163,OLH400,Isolink,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,16/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('8101cd672a868f01b3fbb5fdbe9b82de', 'Crawler', '2024-11-13 10:59:59', null, '2025-04-08 11:34:39', null, 'Programmable Device', 'DQ28C256', 'DQ28C256', '32kx8 EEPROM', null, 'SEEQ', '11/9/1990;10/28/1990', 'NASA', null, null, '{\"b110990.pdf\":\"/oss/physical/NASA/8101cd672a868f01b3fbb5fdbe9b82de/b110990.pdf\",\"102890.pdf\":\"/oss/physical/NASA/8101cd672a868f01b3fbb5fdbe9b82de/102890.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8101cd672a868f01b3fbb5fdbe9b82de/data.xlsx\"}', 'DQ28C256,32kx8 EEPROM,SEEQ,11/9/1990;10/28/1990,b110990.pdf;102890.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('8146d5219835d243e160a53866964c5d', 'Crawler', '2024-11-13 11:25:30', null, '2025-04-08 11:34:39', null, 'Voltage Regulator', 'LM137', 'LM137', 'Voltage Regulator', null, 'National Semiconductor', '10/10/1997;7/15/1997', 'NASA', null, null, '{\"PPM-97-043.pdf\":\"/oss/physical/NASA/8146d5219835d243e160a53866964c5d/PPM-97-043.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8146d5219835d243e160a53866964c5d/data.xlsx\"}', 'LM137,Voltage Regulator,National Semiconductor,10/10/1997;7/15/1997,tid/PPM-97-043.pdf;tid/PPM-97-030,TID,Voltage Regulator', null); INSERT INTO `nasa_data_record` VALUES ('8147841a4a75f1120e522b71bfd1c6f7', 'Crawler', '2024-11-13 11:41:15', null, '2025-04-08 11:34:39', null, 'Bipolar Linear Device', 'MAX997', 'MAX997', 'Voltage Comparator', null, 'Maxim', '11/19/2006;TAMU07AUG;TAMU08DEC;2007FEB', 'NASA', null, null, '{\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/8147841a4a75f1120e522b71bfd1c6f7/nsrec08_W2_TID.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/8147841a4a75f1120e522b71bfd1c6f7/nsrec08_W3_SEE.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/8147841a4a75f1120e522b71bfd1c6f7/nsrec09_W12_SEE.pdf\",\"T081007_MAX997.pdf\":\"/oss/physical/NASA/8147841a4a75f1120e522b71bfd1c6f7/T081007_MAX997.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/8147841a4a75f1120e522b71bfd1c6f7/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8147841a4a75f1120e522b71bfd1c6f7/data.xlsx\",\"G07FEB_MAX997_TID.pdf\":\"/oss/physical/NASA/8147841a4a75f1120e522b71bfd1c6f7/G07FEB_MAX997_TID.pdf\",\"T121408_MAX997.pdf\":\"/oss/physical/NASA/8147841a4a75f1120e522b71bfd1c6f7/T121408_MAX997.pdf\",\"T111906_MAX997ESA.pdf\":\"/oss/physical/NASA/8147841a4a75f1120e522b71bfd1c6f7/T111906_MAX997ESA.pdf\"}', 'MAX997,Voltage Comparator,Maxim,11/19/2006;TAMU07AUG;TAMU08DEC;2007FEB,T111906_MAX997ESA.pdf;nsrec07_W27_SEE.pdf;T081007_MAX997.pdf;nsrec08_W3_SEE.pdf;T121408_MAX997.pdf;nsrec09_W12_SEE.pdf;G07FEB_MAX997_TID.pdf;nsrec08_W2_TID.pdf,TID; SEE; SEL; SET,Bipolar Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('8165875079d8aec51e640a655a16b6f1', 'Crawler', '2024-11-13 11:58:44', 'huangkan', '2025-04-30 17:46:32', null, '光电子器件', 'Mii53124', 'Mii53124', 'Power MOSFET Optocoupler', null, 'Micropac', '7/19/2001', 'NASA', null, '13', '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/data.xlsx\",\"D120400d.pdf\":\"/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/D120400d.pdf\",\"Mii53124单粒子效应_1746006391274.xlsx\":\"/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/Mii53124单粒子效应_1746006391274.xlsx\"}', 'Mii53124,Power MOSFET Optocoupler,Micropac,7/19/2001,D120400d.pdf;nsrec01_W15.pdf,DD,Power MOSFET Optocoupler', '16'); INSERT INTO `nasa_data_record` VALUES ('816c390d55d42d63fd91004023b24ae8', 'Crawler', '2024-11-13 09:54:56', null, '2025-04-08 11:34:39', null, 'Intel Corp.', '5962-8754802XA', '5962-8754802XA', 'Comm. Interface', null, null, '12/29/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/816c390d55d42d63fd91004023b24ae8/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/816c390d55d42d63fd91004023b24ae8/PPM-99-045.pdf\"}', '172,5-100,5962-8754802XA,Comm. Interface,Intel Corp.,FAST/MUE,9213,PPM-92-314,12/29/92', null); INSERT INTO `nasa_data_record` VALUES ('817645d431f11a2c5672dda15dd6bffe', 'Crawler', '2024-11-13 10:11:59', null, '2025-04-08 11:34:39', null, 'Programmable Device', '22V10', '22V10', 'PAL', null, 'Cypress', '12/3/1992;7/19/1993;03/04/2002', 'NASA', null, null, '{\"nsrec93a.pdf\":\"/oss/physical/NASA/817645d431f11a2c5672dda15dd6bffe/nsrec93a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/817645d431f11a2c5672dda15dd6bffe/data.xlsx\",\"B030402_22V10.pdf\":\"/oss/physical/NASA/817645d431f11a2c5672dda15dd6bffe/B030402_22V10.pdf\",\"120392.pdf\":\"/oss/physical/NASA/817645d431f11a2c5672dda15dd6bffe/120392.pdf\"}', '22V10,PAL,Cypress,12/3/1992;7/19/1993;03/04/2002,nsrec93a.pdf;120392.pdf;B030402_22V10.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('817ae317cb7e3286bcfd539ca997dd20', 'Crawler', '2024-11-13 09:48:29', null, '2025-04-08 11:34:39', null, 'NSC', 'LMC6464', 'LMC6464', 'Op Amp', null, null, '01/23/00', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/817ae317cb7e3286bcfd539ca997dd20/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/817ae317cb7e3286bcfd539ca997dd20/PPM-99-045.pdf\"}', '427,2.5-10,LMC6464,Op Amp,NSC,GLAS,9722,PPM-99-041,01/23/00', null); INSERT INTO `nasa_data_record` VALUES ('817bb65ae83737851739bf6aee6c4b02', 'Crawler', '2024-11-13 09:53:53', null, '2025-04-08 11:34:39', null, 'National', 'LF411', 'LF411', 'Op Amp', null, null, '08/18/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/817bb65ae83737851739bf6aee6c4b02/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/817bb65ae83737851739bf6aee6c4b02/PPM-99-045.pdf\"}', '218,5-100,LF411,Op Amp,National,FUSE,9212B,PPM-94-019,08/18/94', null); INSERT INTO `nasa_data_record` VALUES ('8186770db7d5d8953389f0aadf77716b', 'Crawler', '2024-11-13 11:02:52', null, '2025-04-08 11:34:39', null, 'Optical Fiber', 'FIP100110125', 'FIP100110125', 'Optical Fiber', null, 'Polymicro', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/8186770db7d5d8953389f0aadf77716b/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8186770db7d5d8953389f0aadf77716b/data.xlsx\"}', 'FIP100110125,Optical Fiber,Polymicro,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('81a4cee3812e1da1586583c5099d9bfd', 'Crawler', '2024-11-13 11:56:41', 'dushuaibin', '2025-04-29 22:22:11', null, '电源变换器', 'Power Device', 'MTR2815', 'DC-DC converter', '9830', 'Interpoint', '1999', 'NASA', '杜帅彬', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/81a4cee3812e1da1586583c5099d9bfd/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/81a4cee3812e1da1586583c5099d9bfd/data.xlsx\",\"电离总剂量效应_1745936530483.xlsx\":\"/oss/physical/NASA/81a4cee3812e1da1586583c5099d9bfd/电离总剂量效应_1745936530483.xlsx\"}', 'MTR2815,DC-DC converter,Interpoint,_1999,nsrec00_W21.pdf,TID,Power Device', '1'); INSERT INTO `nasa_data_record` VALUES ('81a8d2b8893115c4491a229f267dbf55', 'Crawler', '2024-11-13 11:53:14', 'mayinjie', '2025-04-30 18:53:03', null, 'Linear Device', 'MSK5900', 'MSK5900', 'Adjustable Positive Voltage Regulator', null, 'MS Kennedy', '12/18/2005;2010DEC', 'NASA', '马崟洁', '1', '{\"VdG10DEC_MSK5900.pdf\":\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/VdG10DEC_MSK5900.pdf\",\"data.xlsx\":\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/data.xlsx\",\"T121805_MSK5900.pdf\":\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/T121805_MSK5900.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/nsrec06_W4.pdf\",\"单粒子效应_1746010381898.xlsx\":\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/单粒子效应_1746010381898.xlsx\"}', 'MSK5900,Adjustable Positive Voltage Regulator,MS Kennedy,12/18/2005;2010DEC,T121805_MSK5900.pdf;nsrec06_W4.pdf;tid/VdG10DEC_MSK5900.pdf,TID; SEE,Linear Device', '1'); INSERT INTO `nasa_data_record` VALUES ('81b1471aa1e7081fd9b02b5363f89b95', 'Crawler', '2024-11-13 09:51:17', null, '2025-04-08 11:34:39', null, 'Samtec', 'W48C20', 'W48C20', 'PEM Clock', null, null, '7/14/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/81b1471aa1e7081fd9b02b5363f89b95/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/81b1471aa1e7081fd9b02b5363f89b95/PPM-99-045.pdf\"}', '322,2.5-100,W48C20,PEM Clock,Samtec,Adv. Int. Tech.,Not Marked,PPM-97-026,7/14/97', null); INSERT INTO `nasa_data_record` VALUES ('81baca68f1e4cb614333984dff8a0c79', 'Crawler', '2024-11-13 09:54:45', null, '2025-04-08 11:34:39', null, 'NSC', '54AC14', '54AC14', 'Inverter', null, null, '02/23/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/81baca68f1e4cb614333984dff8a0c79/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/81baca68f1e4cb614333984dff8a0c79/PPM-99-045.pdf\"}', '180,5-100,54AC14,Inverter,NSC,FAST/MUE,9231A,PPM-93-036,02/23/93', null); INSERT INTO `nasa_data_record` VALUES ('81c6566fa0ae10da89d376cbeb724c7d', 'Crawler', '2024-11-13 09:57:12', null, '2025-04-08 11:34:39', null, 'NSC', '54AC139DMQB', '54AC139DMQB', '2 to 4 Decoder', null, null, '10/10/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/81c6566fa0ae10da89d376cbeb724c7d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/81c6566fa0ae10da89d376cbeb724c7d/PPM-99-045.pdf\"}', '77,10-300,54AC139DMQB,2 to 4 Decoder,NSC,SMEX/CB,9036A,PPM-91-628,10/10/91', null); INSERT INTO `nasa_data_record` VALUES ('81cbf6af616ce34e1df90d78b2c62749', 'Crawler', '2024-11-13 12:43:22', 'chenpan', '2025-04-30 23:05:26', null, 'Si', 'STPS20200C', 'STPS20200C', 'Diode', null, 'ON Semiconductor', '6/30/2014', 'NASA', '陈攀', '1', '{\"data.xlsx\":\"/oss/physical/NASA/81cbf6af616ce34e1df90d78b2c62749/data.xlsx\",\"STPS20200C_SEE_1746025498139.xlsx\":\"/oss/physical/NASA/81cbf6af616ce34e1df90d78b2c62749/STPS20200C_SEE_1746025498139.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/81cbf6af616ce34e1df90d78b2c62749/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/81cbf6af616ce34e1df90d78b2c62749/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'STPS20200C,Diode,ON Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf,SEE,Si', '4'); INSERT INTO `nasa_data_record` VALUES ('81ff4d35aac40576ea3b0d0b3b428341', 'Crawler', '2024-11-13 11:46:03', null, '2025-04-08 11:34:39', null, 'Si', 'MBRF30100', 'MBRF30100', 'Diode', null, 'Diodes, Inc.', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/81ff4d35aac40576ea3b0d0b3b428341/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/81ff4d35aac40576ea3b0d0b3b428341/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/81ff4d35aac40576ea3b0d0b3b428341/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'MBRF30100,Diode,Diodes, Inc.,6/27/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('8200a87fb653a986afef4ed8178fb58b', 'Crawler', '2024-11-13 00:47:42', null, '2025-04-08 11:34:39', null, 'Not specified', 'SHAMROC Phase 1 DAC', 'SHAMROC Phase 1 DAC', 'SEIS High-Accuracy Mixed-signal ReadOut Chip', '62 LINEAR DIGITAL TO ANALOG CONVERTER', 'SRON', '12/06/2009', 'ESA', null, null, '{\"165.pdf\":\"/oss/physical/ESA/8200a87fb653a986afef4ed8178fb58b/165.pdf\",\"data.xlsx\":\"/oss/physical/ESA/8200a87fb653a986afef4ed8178fb58b/data.xlsx\"}', '165,SHAMROC Phase 1 DAC,SRON,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,62 LINEAR DIGITAL TO ANALOG CONVERTER,SEIS High-Accuracy Mixed-signal ReadOut Chip,,SRON,12/06/2009,False', null); INSERT INTO `nasa_data_record` VALUES ('821bda196383762073eef54103a272ab', 'Crawler', '2024-11-13 11:35:16', null, '2025-04-08 11:34:39', null, 'CMOS', 'M470T6464QZ3-CE6 (K4T1G084QF-BCE7DDR2)', 'M470T6464QZ3-CE6 (K4T1G084QF-BCE7DDR2)', 'DDR2 SDRAM', null, 'Samsung', '11/2/2012', 'NASA', null, null, '{\"T11022012_K4T1G084QF_M470T2863FB3.pdf\":\"/oss/physical/NASA/821bda196383762073eef54103a272ab/T11022012_K4T1G084QF_M470T2863FB3.pdf\",\"data.xlsx\":\"/oss/physical/NASA/821bda196383762073eef54103a272ab/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/821bda196383762073eef54103a272ab/nsrec2013_W8_SEE.pdf\"}', 'M470T6464QZ3-CE6 (K4T1G084QF-BCE7DDR2),DDR2 SDRAM,Samsung,11/2/2012,T11022012_K4T1G084QF_M470T2863FB3.pdf;nsrec2013_W8_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('82392a6529370b49291344747973a540', 'Crawler', '2024-11-13 10:35:56', null, '2025-04-08 11:34:39', null, 'Hybrid', 'ACPL-785E', 'ACPL-785E', 'Optocoupler', null, 'Broadcom Inc/Avago', '9/6/2017;12/19/2020', 'NASA', null, null, '{\"2020-Campola-Phan-Landen-Ryder-TR-17-047-ACPL-785E-Optocoupler-2020Dec19-NASA-TM-20210025964.pdf\":\"/oss/physical/NASA/82392a6529370b49291344747973a540/2020-Campola-Phan-Landen-Ryder-TR-17-047-ACPL-785E-Optocoupler-2020Dec19-NASA-TM-20210025964.pdf\",\"data.xlsx\":\"/oss/physical/NASA/82392a6529370b49291344747973a540/data.xlsx\",\"CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\":\"/oss/physical/NASA/82392a6529370b49291344747973a540/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\",\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/82392a6529370b49291344747973a540/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\":\"/oss/physical/NASA/82392a6529370b49291344747973a540/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\"}', 'ACPL-785E,Optocoupler,Broadcom Inc/Avago,9/6/2017;12/19/2020,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf;CP-2021-Topper-NSREC-DW-poster-20210016856.pdf;2020-Campola-Phan-Landen-Ryder-TR-17-047-ACPL-785E-Optocoupler-2020Dec19-NASA-TM-20210025964.pdf;CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,DD;SEE,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('826a1aa167fe5721996d5af3397ddd01', 'Crawler', '2024-11-13 09:50:16', null, '2025-04-08 11:34:39', null, 'AD', 'PM139', 'PM139', 'Comparator', null, null, '04/23/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/826a1aa167fe5721996d5af3397ddd01/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/826a1aa167fe5721996d5af3397ddd01/PPM-99-045.pdf\"}', '364,20-200,PM139,Comparator,AD,GOES,9720A,PPM-98-010,04/23/98', null); INSERT INTO `nasa_data_record` VALUES ('82c944529828d3f5b74b0636cb5c1366', 'Crawler', '2024-11-13 10:24:07', null, '2025-04-08 11:34:39', null, 'Dual Flip Flop', '54AC74', '54AC74', 'Dual Flip Flop', null, 'National Semiconductor', '9/24/1998;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/82c944529828d3f5b74b0636cb5c1366/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/82c944529828d3f5b74b0636cb5c1366/data.xlsx\",\"PPM-98-027.pdf\":\"/oss/physical/NASA/82c944529828d3f5b74b0636cb5c1366/PPM-98-027.pdf\"}', '54AC74,Dual Flip Flop,National Semiconductor,9/24/1998;1999,tid/PPM-98-027.pdf;nsrec00_W21.pdf,TID,Dual Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('82f6640565183acc73cc280c1e4c3501', 'Crawler', '2024-11-13 12:30:29', 'yangjicong', '2025-04-29 13:19:53', null, 'Hybrid', 'RP21005', 'RP21005', 'Power Controller', '0348,0343', 'Data Device Corporation', '12/18/2004;2005', 'NASA', '杨济聪', '2', '{\"T121804_RP21005.pdf\":\"/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/T121804_RP21005.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/nsrec06_W2.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/nsrec05_W5.pdf\",\"data_1745903992507.xlsx\":\"/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/data_1745903992507.xlsx\"}', 'RP21005,Power Controller,Data Device Corporation,12/18/2004;2005,T121804_RP21005.pdf;nsrec05_W5.pdf;nsrec06_W2.pdf,SEE;TID,Hybrid', '2'); INSERT INTO `nasa_data_record` VALUES ('8325c87e0c9b4e5484045cd884efabc4', 'Crawler', '2024-11-13 11:10:29', null, '2025-04-08 11:34:39', null, 'Logic Device', 'HN58C1001T15', 'HN58C1001T15', 'EEPROM', null, 'Renesas', '5/2004', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/8325c87e0c9b4e5484045cd884efabc4/nsrec05_W23.pdf\",\"G05JAN_HN58C1001T15_TID.pdf\":\"/oss/physical/NASA/8325c87e0c9b4e5484045cd884efabc4/G05JAN_HN58C1001T15_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8325c87e0c9b4e5484045cd884efabc4/data.xlsx\"}', 'HN58C1001T15,EEPROM,Renesas,5/2004,G05JAN_HN58C1001T15_TID.pdf;nsrec05_W23.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('8369fb5033ac42215d14e85d87d9a57a', 'Crawler', '2024-11-13 11:17:56', null, '2025-04-08 11:34:39', null, 'Transistor', 'JTXV2N2219AL', 'JTXV2N2219AL', 'NPN Transistor', null, 'Motorola', '12/11/1992', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/8369fb5033ac42215d14e85d87d9a57a/data.xlsx\",\"PPM-92-301.pdf\":\"/oss/physical/NASA/8369fb5033ac42215d14e85d87d9a57a/PPM-92-301.pdf\"}', 'JTXV2N2219AL,NPN Transistor,Motorola,12/11/1992,tid/PPM-92-301.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('83855706bbbf016392e717650c7c38dc', 'Crawler', '2024-11-13 11:07:00', null, '2025-04-08 11:34:39', null, 'Optocoupler', 'HCPL5531 (4N55)', 'HCPL5531 (4N55)', 'Optocoupler', null, 'HP', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/83855706bbbf016392e717650c7c38dc/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/83855706bbbf016392e717650c7c38dc/data.xlsx\"}', 'HCPL5531 (4N55),Optocoupler,HP,5/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('839461a960401ef640b1e2fb685032f0', 'Crawler', '2024-11-13 11:29:33', null, '2025-04-08 11:34:39', null, 'Voltage Regulator', 'LP2951H/883', 'LP2951H/883', 'Voltage Regulator', null, 'National Semiconductor', '3/13/1991', 'NASA', null, null, '{\"PPM-91-156.pdf\":\"/oss/physical/NASA/839461a960401ef640b1e2fb685032f0/PPM-91-156.pdf\",\"data.xlsx\":\"/oss/physical/NASA/839461a960401ef640b1e2fb685032f0/data.xlsx\"}', 'LP2951H/883,Voltage Regulator,National Semiconductor,3/13/1991,tid/PPM-91-156.pdf,TID,Voltage Regulator', null); INSERT INTO `nasa_data_record` VALUES ('83c108eb8bbed5636ae1a65cfbf90979', 'Crawler', '2024-11-13 09:51:55', null, '2025-04-08 11:34:39', null, 'Motorola', '1N5314', '1N5314', 'Diode', null, null, '10/16/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/83c108eb8bbed5636ae1a65cfbf90979/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/83c108eb8bbed5636ae1a65cfbf90979/PPM-99-045.pdf\"}', '298,100,1N5314,Diode,Motorola,HST/BIK,9106,PPM-97-002,10/16/96', null); INSERT INTO `nasa_data_record` VALUES ('83c5191b20e6a00e1f3f5aca40c41688', 'Crawler', '2024-11-13 11:48:10', null, '2025-04-08 11:34:39', null, 'Microprocessors and Peripherals', 'MG80386-20/B', 'MG80386-20/B', 'Microprocessor', null, 'Intel', '1/24/1995;7/17/1995;9/18/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/83c5191b20e6a00e1f3f5aca40c41688/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/83c5191b20e6a00e1f3f5aca40c41688/data.xlsx\",\"intel.pdf\":\"/oss/physical/NASA/83c5191b20e6a00e1f3f5aca40c41688/intel.pdf\"}', 'MG80386-20/B,Microprocessor,Intel,1/24/1995;7/17/1995;9/18/1995,ieee95a.pdf;intel.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('83ceeb2a49a42f9102b3bb26ac0b083a', 'Crawler', '2024-11-13 11:03:35', null, '2025-04-08 11:34:39', null, 'Si', 'FYPF1010', 'FYPF1010', 'Diode', null, 'Fairchild Semiconductor', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/83ceeb2a49a42f9102b3bb26ac0b083a/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/83ceeb2a49a42f9102b3bb26ac0b083a/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/83ceeb2a49a42f9102b3bb26ac0b083a/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'FYPF1010,Diode,Fairchild Semiconductor,6/27/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('84015b6b2b680fefb212da1f1052e3f5', 'Crawler', '2024-11-13 12:38:03', 'changyuhai', '2025-05-04 00:50:33', null, 'Power Device', 'SG1846', 'SG1846', 'Pulse Width Modulator Controller', '9715', 'Linfinity', '7/15/1998', 'NASA', '常余海', '8', '{\"PPM-98-022.pdf\":\"/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/PPM-98-022.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/data.xlsx\",\"电离总剂量效应_1746290947078.xlsx\":\"/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/电离总剂量效应_1746290947078.xlsx\"}', 'SG1846,Pulse Width Modulator Controller,Linfinity,7/15/1998,tid/PPM-98-022.pdf;nsrec00_W21.pdf,TID,Power Device', '1566'); INSERT INTO `nasa_data_record` VALUES ('846538e17b02fa18fc7a45d39a3b2d94', 'Crawler', '2024-11-13 09:48:58', null, '2025-04-08 11:34:39', null, 'Lambda', 'ATR2815TF', 'ATR2815TF', 'DC/DC Converter', null, null, '04/14/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/846538e17b02fa18fc7a45d39a3b2d94/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/846538e17b02fa18fc7a45d39a3b2d94/PPM-99-045.pdf\"}', '406,5-25,ATR2815TF,DC/DC Converter,Lambda,GOES (Ball),9907,PPM-99-020,04/14/99', null); INSERT INTO `nasa_data_record` VALUES ('848edf968b37bcd9a0be5f4e8256fb2d', 'Crawler', '2024-11-13 09:51:19', null, '2025-04-08 11:34:39', null, 'Maxim', 'MX7847', 'MX7847', 'D/A Converter', null, null, '7/15/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/848edf968b37bcd9a0be5f4e8256fb2d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/848edf968b37bcd9a0be5f4e8256fb2d/PPM-99-045.pdf\"}', '321,2.5-100,MX7847,D/A Converter,Maxim,SMEX/LITE,9707,PPM-97-025,7/15/97', null); INSERT INTO `nasa_data_record` VALUES ('8499859be3d9f758abdace623ec0d590', 'Crawler', '2024-11-13 12:29:39', 'yangjicong', '2025-04-30 10:39:35', null, 'Bipolar', 'RHFL4913KP332', 'RHFL4913KP332', 'Voltage Regulator', '30814B', 'ST Microelectronics', '6/1/2009; 2014; 2015; 7/22/2016 ELDRS testing completed', 'NASA', '杨济聪', '1', '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/8499859be3d9f758abdace623ec0d590/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/8499859be3d9f758abdace623ec0d590/nsrec2010_W22_TID.pdf\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/8499859be3d9f758abdace623ec0d590/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/8499859be3d9f758abdace623ec0d590/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"data_1745980773401.xlsx\":\"/oss/physical/NASA/8499859be3d9f758abdace623ec0d590/data_1745980773401.xlsx\"}', 'RHFL4913KP332,Voltage Regulator,ST Microelectronics,6/1/2009; 2014; 2015; 7/22/2016 ELDRS testing completed,nsrec2010_W22_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('849a2dc47c74d2b4f2c429a563ef8180', 'Crawler', '2024-11-13 10:23:03', null, '2025-04-08 11:34:39', null, 'Counter', '54AC161', '54AC161', 'Binary Counter', null, 'National Semiconductor', '11/9/1992;04/08/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/849a2dc47c74d2b4f2c429a563ef8180/data.xlsx\",\"PPM-91-252.pdf\":\"/oss/physical/NASA/849a2dc47c74d2b4f2c429a563ef8180/PPM-91-252.pdf\",\"PPM-92-279.pdf\":\"/oss/physical/NASA/849a2dc47c74d2b4f2c429a563ef8180/PPM-92-279.pdf\"}', '54AC161,Binary Counter,National Semiconductor,11/9/1992;04/08/1991,tid/PPM-92-279.pdf;tid/PPM-91-252.pdf,TID,Counter', null); INSERT INTO `nasa_data_record` VALUES ('84b5a7710a8e44ba5f6ab2b924346126', 'Crawler', '2024-11-13 09:55:13', null, '2025-04-08 11:34:39', null, 'NSC', '54AC153', '54AC153', '4-Input MUX', null, null, '10/28/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/84b5a7710a8e44ba5f6ab2b924346126/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/84b5a7710a8e44ba5f6ab2b924346126/PPM-99-045.pdf\"}', '159,5-100,54AC153,4-Input MUX,NSC,FAST/MUE,4212A,PPM-92-270,10/28/92', null); INSERT INTO `nasa_data_record` VALUES ('84bec8bd32a7f8b7fd4c279ed04a4eeb', 'Crawler', '2024-11-13 10:22:04', null, '2025-04-08 11:34:39', null, 'Transceiver', '54ABT245 Transceiver', '54ABT245 Transceiver', 'Transceiver', null, 'National Semiconductor', '12/2/1997', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/84bec8bd32a7f8b7fd4c279ed04a4eeb/data.xlsx\",\"PPM-97-052.pdf\":\"/oss/physical/NASA/84bec8bd32a7f8b7fd4c279ed04a4eeb/PPM-97-052.pdf\"}', '54ABT245 Transceiver,Transceiver,National Semiconductor,12/2/1997,tid/PPM-97-052.pdf,TID,Transceiver', null); INSERT INTO `nasa_data_record` VALUES ('84dbd16953b5d88ae0f97645b27bca6b', 'Crawler', '2024-11-13 11:35:41', null, '2025-04-08 11:34:39', null, 'Si', 'MA4P7455CK-287T', 'MA4P7455CK-287T', 'Diode', null, 'Broadcom Limited', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/84dbd16953b5d88ae0f97645b27bca6b/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/84dbd16953b5d88ae0f97645b27bca6b/data.xlsx\"}', 'MA4P7455CK-287T,Diode,Broadcom Limited,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('84f8f1b90b565af4c48171e129c1302c', 'Crawler', '2024-11-13 02:22:47', null, '2025-04-08 11:34:39', null, 'Not specified', 'RHF43BK-01V - DC1407A', 'RHF43BK-01V - DC1407A', 'Rad-Hard Precision Single Opamp', '50 LINEAR OPERATIONAL AMPLIFIER', 'STmicroelectronics', '12/06/2015', 'ESA', null, null, '{\"336.pdf\":\"/oss/physical/ESA/84f8f1b90b565af4c48171e129c1302c/336.pdf\",\"data.xlsx\":\"/oss/physical/ESA/84f8f1b90b565af4c48171e129c1302c/data.xlsx\"}', '336,RHF43BK-01V - DC1407A,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Rad-Hard Precision Single Opamp,,TRAD,12/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('84fbd68c0f637266a1a5fde61df6facf', 'Crawler', '2024-11-13 01:13:39', null, '2025-04-08 11:34:39', null, 'Not specified', 'LM339AN', 'LM339AN', 'Quad voltage comparator', '53 LINEAR VOLTAGE COMPARATOR', 'National Semiconductors Corp.', '12/01/2011', 'ESA', null, null, '{\"245.pdf\":\"/oss/physical/ESA/84fbd68c0f637266a1a5fde61df6facf/245.pdf\",\"data.xlsx\":\"/oss/physical/ESA/84fbd68c0f637266a1a5fde61df6facf/data.xlsx\"}', '245,LM339AN,National Semiconductors Corp.,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,53 LINEAR VOLTAGE COMPARATOR,Quad voltage comparator,,AIT (Austrian Institute of Technology),12/01/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('8505a2780d7a340b69ae41647e40f034', 'Crawler', '2024-11-13 09:49:38', null, '2025-04-08 11:34:39', null, 'AD', 'OP467', 'OP467', 'OP AMP', null, null, '11/03/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/8505a2780d7a340b69ae41647e40f034/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/8505a2780d7a340b69ae41647e40f034/PPM-99-045.pdf\"}', '390,2.5-50,OP467,OP AMP,AD,IRAC,9812A,PPM-99-004,11/03/98', null); INSERT INTO `nasa_data_record` VALUES ('85082929379939f6646a928212af0641', 'Crawler', '2024-11-13 10:52:52', null, '2025-04-08 11:34:39', null, 'Si', 'BAS70-05-7-F', 'BAS70-05-7-F', 'Diode', null, 'Diodes, Inc.', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/85082929379939f6646a928212af0641/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/85082929379939f6646a928212af0641/data.xlsx\"}', 'BAS70-05-7-F,Diode,Diodes, Inc.,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('85096aa985ac64310e07e8418dd68792', 'Crawler', '2024-11-13 11:04:50', null, '2025-04-08 11:34:39', null, 'CMOS', 'G FLX SRAM Test Chip', 'G FLX SRAM Test Chip', '0.11µm CMOS; Bulk & Epi 4Mbit SRAM', null, 'LSI Logic', '8/8/2005', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/85096aa985ac64310e07e8418dd68792/data.xlsx\",\"T080805_Gflx_SRAM.pdf\":\"/oss/physical/NASA/85096aa985ac64310e07e8418dd68792/T080805_Gflx_SRAM.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/85096aa985ac64310e07e8418dd68792/nsrec06_W4.pdf\"}', 'G FLX SRAM Test Chip,0.11µm CMOS; Bulk & Epi 4Mbit SRAM,LSI Logic,8/8/2005,T080805_Gflx_SRAM.pdf;nsrec06_W4.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('850d34316cb5ec7cf9d96af71e76be9a', 'Crawler', '2024-11-13 11:20:03', null, '2025-04-08 11:34:39', null, 'CMOS', 'K9F4G08U0A-PCB0', 'K9F4G08U0A-PCB0', '4Gbit NAND Flash Memory', null, 'Samsung', 'TAMU09MAY;TAMU09AUG;2009MAY', 'NASA', null, null, '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/850d34316cb5ec7cf9d96af71e76be9a/nsrec2010_W22_TID.pdf\",\"T052309_K9F4G08U0A.pdf\":\"/oss/physical/NASA/850d34316cb5ec7cf9d96af71e76be9a/T052309_K9F4G08U0A.pdf\",\"data.xlsx\":\"/oss/physical/NASA/850d34316cb5ec7cf9d96af71e76be9a/data.xlsx\",\"T082409_K9F4G08U0_MT29F4G08AA.pdf\":\"/oss/physical/NASA/850d34316cb5ec7cf9d96af71e76be9a/T082409_K9F4G08U0_MT29F4G08AA.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/850d34316cb5ec7cf9d96af71e76be9a/nsrec2010_W8_SEE.pdf\"}', 'K9F4G08U0A-PCB0,4Gbit NAND Flash Memory,Samsung,TAMU09MAY;TAMU09AUG;2009MAY,T052309_K9F4G08U0A.pdf;T082409_K9F4G08U0_MT29F4G08AA.pdf;nsrec2010_W8_SEE.pdf;nsrec2010_W22_TID.pdf,TID; SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('852a6c94a3f81caddc8c143b2ed2e5f4', 'Crawler', '2024-11-13 01:05:08', null, '2025-04-08 11:34:39', null, 'ESCC 22900', 'LTC2052HV', 'LTC2052HV', 'Quad Zero-Drift Operational Amplifiers', '50 LINEAR OPERATIONAL AMPLIFIER', 'Linear Technology', '04/08/2015', 'ESA', null, null, '{\"220.pdf\":\"/oss/physical/ESA/852a6c94a3f81caddc8c143b2ed2e5f4/220.pdf\",\"data.xlsx\":\"/oss/physical/ESA/852a6c94a3f81caddc8c143b2ed2e5f4/data.xlsx\"}', '220,LTC2052HV,Linear Technology,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Quad Zero-Drift Operational Amplifiers,,Spectrum ARC,04/08/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('853d9a152a3a3780b59a216f822bd25b', 'Crawler', '2024-11-13 11:31:18', null, '2025-04-08 11:34:39', null, 'Circuit Breaker', 'LTC1153CS8', 'LTC1153CS8', 'Electronic Circuit Breaker', null, 'Linear Technology', '_1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/853d9a152a3a3780b59a216f822bd25b/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/853d9a152a3a3780b59a216f822bd25b/data.xlsx\"}', 'LTC1153CS8,Electronic Circuit Breaker,Linear Technology,_1999,nsrec00_W21.pdf,TID,Circuit Breaker', null); INSERT INTO `nasa_data_record` VALUES ('8584b80728f5a8d941474b02d485a588', 'Crawler', '2024-11-13 11:46:25', null, '2025-04-08 11:34:39', null, 'Logic Device', 'MC74LCX08D', 'MC74LCX08D', '2 Input and Gate', null, 'Motorola', '4/30/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/8584b80728f5a8d941474b02d485a588/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8584b80728f5a8d941474b02d485a588/data.xlsx\"}', 'MC74LCX08D,2 Input and Gate,Motorola,4/30/1999,nsrec00_W21.pdf,SEE;TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('85e45c530f20943de92aa99296ed6949', 'Crawler', '2024-11-13 12:47:58', 'chenwenzhuo', '2025-04-30 19:03:45', null, 'FPGA', 'Spartan III D1287920C/4C-ES', 'Spartan III D1287920C/4C-ES', '90 nm CMOS FPGA', null, 'Xilinx', '10/18/2005', 'NASA', '陈文卓', '1', '{\"nsrec06_W4.pdf\":\"/oss/physical/NASA/85e45c530f20943de92aa99296ed6949/nsrec06_W4.pdf\",\"data.xlsx\":\"/oss/physical/NASA/85e45c530f20943de92aa99296ed6949/data.xlsx\",\"TIL25_1746011024567.xlsx\":\"/oss/physical/NASA/85e45c530f20943de92aa99296ed6949/TIL25_1746011024567.xlsx\"}', 'Spartan III D1287920C/4C-ES,90 nm CMOS FPGA,Xilinx,10/18/2005,I101805_Spartan.pdf;nsrec06_W4.pdf,SEL,FPGA', '1'); INSERT INTO `nasa_data_record` VALUES ('85e7f8aa46ee62eb60b42a5952ef2f75', 'Crawler', '2024-11-13 12:27:40', 'liujunling', '2025-04-30 22:06:08', null, '电源', 'RH1021CMH-5', 'RH1021CMH-5', 'Precision 5V Reference', '9783A', 'Linear Technology', '20090101;7/2010', 'NASA', '刘俊灵', '1', '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/nsrec09_W13_TID.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/data.xlsx\",\"VdG09JAN_RH1021CMH_na.pdf\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/VdG09JAN_RH1021CMH_na.pdf\",\"电离总剂量效应_1746021963190.xlsx\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/电离总剂量效应_1746021963190.xlsx\"}', 'RH1021CMH-5,Precision 5V Reference,Linear Technology,20090101;7/2010,tid/VdG09JAN_RH1021CMH_na.pdf;nsrec09_W13_TID.pdf;nsrec2010_W22_TID.pdf,TID,Linear Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('85f0652942d761c49f086df30e3ceaf2', 'Crawler', '2024-11-13 09:54:04', null, '2025-04-08 11:34:39', null, 'TI', '5406', '5406', 'Inverting Buffer', null, null, '04/25/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/85f0652942d761c49f086df30e3ceaf2/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/85f0652942d761c49f086df30e3ceaf2/PPM-99-045.pdf\"}', '210,10-100,5406,Inverting Buffer,TI,GOES/SXI,9333G,PPM-94-011,04/25/94', null); INSERT INTO `nasa_data_record` VALUES ('860d2c7252307bb322c9838d8fccc8fc', 'Crawler', '2024-11-13 00:39:18', null, '2025-04-08 11:34:39', null, 'Not specified', 'HS-4424BRH', 'HS-4424BRH', 'Dual, Non Inverting Power Mosfet Driver', '69 LINEAR OTHER FUNCTIONS', 'Intersil', '24/01/2012', 'ESA', null, null, '{\"124.pdf\":\"/oss/physical/ESA/860d2c7252307bb322c9838d8fccc8fc/124.pdf\",\"data.xlsx\":\"/oss/physical/ESA/860d2c7252307bb322c9838d8fccc8fc/data.xlsx\"}', '124,HS-4424BRH,Intersil,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,69 LINEAR OTHER FUNCTIONS,Dual, Non Inverting Power Mosfet Driver,,Hirex,24/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('8615053c86e47bd44b174c7083aa42d0', 'Crawler', '2024-11-13 10:52:20', null, '2025-04-08 11:34:39', null, 'SiGe PECL', 'AZ88923', 'AZ88923', 'Integrated Circuit', null, 'Arizona Microtek', '_2014Oct24-27', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/8615053c86e47bd44b174c7083aa42d0/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/8615053c86e47bd44b174c7083aa42d0/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"Ladbury-TR-14-073-AZ88923-2014Oct24-27-NASA-TM-20210014980.pdf\":\"/oss/physical/NASA/8615053c86e47bd44b174c7083aa42d0/Ladbury-TR-14-073-AZ88923-2014Oct24-27-NASA-TM-20210014980.pdf\"}', 'AZ88923,Integrated Circuit,Arizona Microtek,_2014Oct24-27,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;Ladbury-TR-14-073-AZ88923-2014Oct24-27-NASA-TM-20210014980.pdf,SET,SiGe PECL', null); INSERT INTO `nasa_data_record` VALUES ('862a3f881106c9bde84f00bb494ebcba', 'Crawler', '2024-11-13 02:13:19', null, '2025-04-08 11:34:39', null, 'ESCC 25100', 'INA226AIDGSR', 'INA226AIDGSR', 'High-Side or Low-Side Measurement, Bi-Directional Current and Power Monitor', '90 OTHER FUNCTIONS', 'Texas Instruments', '20/12/2023', 'ESA', null, null, '{\"412.pdf\":\"/oss/physical/ESA/862a3f881106c9bde84f00bb494ebcba/412.pdf\",\"data.xlsx\":\"/oss/physical/ESA/862a3f881106c9bde84f00bb494ebcba/data.xlsx\"}', '412,INA226AIDGSR,Texas Instruments,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,90 OTHER FUNCTIONS,High-Side or Low-Side Measurement, Bi-Directional Current and Power Monitor,,TRAD,20/12/2023,False', null); INSERT INTO `nasa_data_record` VALUES ('863fea88b98318e8c9db90a66af1be76', 'Crawler', '2024-11-13 10:56:25', null, '2025-04-08 11:34:39', null, 'Voltage Comparator', 'CMP01', 'CMP01', 'Voltage Comparator', null, 'AD', '5/18/1998;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/863fea88b98318e8c9db90a66af1be76/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/863fea88b98318e8c9db90a66af1be76/data.xlsx\",\"PPM-98-015.pdf\":\"/oss/physical/NASA/863fea88b98318e8c9db90a66af1be76/PPM-98-015.pdf\"}', 'CMP01,Voltage Comparator,AD,5/18/1998;1999,tid/PPM-98-015.pdf;nsrec00_W21.pdf,TID,Voltage Comparator', null); INSERT INTO `nasa_data_record` VALUES ('86678c49de3e13f2b846642813421dc8', 'Crawler', '2024-11-13 09:52:32', null, '2025-04-08 11:34:39', null, 'H-P', 'HCPL5401', 'HCPL5401', 'Optocoupler', null, null, '07/12/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/86678c49de3e13f2b846642813421dc8/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/86678c49de3e13f2b846642813421dc8/PPM-99-045.pdf\"}', '275,1-10,HCPL5401,Optocoupler,H-P,HST/STIS,9149A,PPM-95-166,07/12/95', null); INSERT INTO `nasa_data_record` VALUES ('866a267629b78cc817a289f06195538c', 'Crawler', '2024-11-13 11:44:55', null, '2025-04-08 11:34:39', null, 'Si', 'MBR6045WT', 'MBR6045WT', 'Diode', null, 'ON Semiconductor', '6/30/2014', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/866a267629b78cc817a289f06195538c/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/866a267629b78cc817a289f06195538c/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/866a267629b78cc817a289f06195538c/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR6045WT,Diode,ON Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('869677c0c5b68c7a18c4ad7323e38ce4', 'Crawler', '2024-11-13 10:44:44', null, '2025-04-08 11:34:39', null, 'DAC', 'AD8222', 'AD8222', '12-Bit DAC', null, 'Analog Devices', '1/11/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/869677c0c5b68c7a18c4ad7323e38ce4/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/869677c0c5b68c7a18c4ad7323e38ce4/data.xlsx\",\"PPM-99-006.pdf\":\"/oss/physical/NASA/869677c0c5b68c7a18c4ad7323e38ce4/PPM-99-006.pdf\"}', 'AD8222,12-Bit DAC,Analog Devices,1/11/1999,tid/PPM-99-006.pdf;nsrec00_W21.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('86a09ef00cdd1d5125fecfdb43cb4aa5', 'Crawler', '2024-11-13 00:44:24', null, '2025-04-08 11:34:39', null, 'ESCC 22900', 'AD9042ASTZ', 'AD9042ASTZ', '12 Bit, 41 MSPS Monolithic A/D Converter', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'Analog Devices', '24/06/2015', 'ESA', null, null, '{\"150.pdf\":\"/oss/physical/ESA/86a09ef00cdd1d5125fecfdb43cb4aa5/150.pdf\",\"data.xlsx\":\"/oss/physical/ESA/86a09ef00cdd1d5125fecfdb43cb4aa5/data.xlsx\"}', '150,AD9042ASTZ,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,12 Bit, 41 MSPS Monolithic A/D Converter,,TRAD,24/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('86a5772c9fd2ac51f28c7daaf752d182', 'Crawler', '2024-11-13 12:56:03', 'yangsini', '2025-04-30 19:37:22', null, '光电子器件', 'LED', 'TUD69H1B', 'LED', 'n/a', 'Sensor Electronics Technology, Inc.', '9/8/2017', 'NASA', '杨思妮', '4', '{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/86a5772c9fd2ac51f28c7daaf752d182/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/86a5772c9fd2ac51f28c7daaf752d182/data.xlsx\",\"位移损伤效应_1746013025264.xlsx\":\"/oss/physical/NASA/86a5772c9fd2ac51f28c7daaf752d182/位移损伤效应_1746013025264.xlsx\"}', 'TUD69H1B,LED,Sensor Electronics Technology, Inc.,9/8/2017,CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,DD,AlGaN', '4'); INSERT INTO `nasa_data_record` VALUES ('86c935e89531aa6808ddfb5da4fc1647', 'Crawler', '2024-11-13 12:04:12', 'xuebinrui', '2025-04-29 13:04:44', null, '放大器', 'OP43AJ/883', 'OP43AJ/883', 'Operational Amplifier', '9212', 'Analog Devices', '3/3/1993', 'NASA', '薛彬睿', '1', '{\"PPM-93-040.pdf\":\"/oss/physical/NASA/86c935e89531aa6808ddfb5da4fc1647/PPM-93-040.pdf\",\"data.xlsx\":\"/oss/physical/NASA/86c935e89531aa6808ddfb5da4fc1647/data.xlsx\",\"电离总剂量效应-(5)_1745903082151.xlsx\":\"/oss/physical/NASA/86c935e89531aa6808ddfb5da4fc1647/电离总剂量效应-(5)_1745903082151.xlsx\"}', 'OP43AJ/883,Operational Amplifier,Analog Devices,3/3/1993,tid/PPM-93-040.pdf,TID,Operational Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('86cd79b1424e1a4c3889a4f37647b607', 'Crawler', '2024-11-13 11:57:46', 'dushuaibin', '2025-04-29 18:06:07', null, '三维集成电路', 'SSD', 'MZ7KE128BW', 'Solid State Drive', 'XX', 'Samsung', '2014', 'NASA', '杜帅彬', '1', '{\"data.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"电离总剂量效应_1745921165012.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/电离总剂量效应_1745921165012.xlsx\"}', 'MZ7KE128BW,Solid State Drive,Samsung,_2014,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf,TID,VNAND', '1'); INSERT INTO `nasa_data_record` VALUES ('871926d3d1a846f56b33d1438a70dc44', 'Crawler', '2024-11-13 11:14:10', null, '2025-04-08 11:34:39', null, 'Programmable Device', 'IMP50E10', 'IMP50E10', 'EPAC', null, 'IMP', '8/16/1995;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/871926d3d1a846f56b33d1438a70dc44/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/871926d3d1a846f56b33d1438a70dc44/data.xlsx\"}', 'IMP50E10,EPAC,IMP,8/16/1995;7/15/1996,random6a.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('872d86f82bde38ee8f77e60840b8749a', 'Crawler', '2024-11-13 09:56:29', null, '2025-04-08 11:34:39', null, 'ADI', 'AD7541ATQ', 'AD7541ATQ', '12-Bit DAC', null, null, '12/30/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/872d86f82bde38ee8f77e60840b8749a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/872d86f82bde38ee8f77e60840b8749a/PPM-99-045.pdf\"}', '104,2.5-100,AD7541ATQ,12-Bit DAC,ADI,GPEP,9040,PPM-91-710,12/30/91', null); INSERT INTO `nasa_data_record` VALUES ('8736d524dfec8dd412ede6068cf56b49', 'Crawler', '2024-11-13 11:30:51', null, '2025-04-08 11:34:39', null, 'Analog', 'LT1021CCN8-10', 'LT1021CCN8-10', 'Voltage Reference', null, 'Linear Technology', '1998-1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/8736d524dfec8dd412ede6068cf56b49/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8736d524dfec8dd412ede6068cf56b49/data.xlsx\"}', 'LT1021CCN8-10,Voltage Reference,Linear Technology,1998-1999,NSREC99.pdf,Proton Damage,Analog', null); INSERT INTO `nasa_data_record` VALUES ('873b28966f66747508ff1deb57515521', 'Crawler', '2024-11-13 09:50:47', null, '2025-04-08 11:34:39', null, 'CAL-Logic', 'SD5000B', 'SD5000B', 'DMOS', null, null, '10/17/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/873b28966f66747508ff1deb57515521/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/873b28966f66747508ff1deb57515521/PPM-99-045.pdf\"}', '342,2.5-50,SD5000B,DMOS,CAL-Logic,EOS,93-2629W#1,PPM-97-046,10/17/97', null); INSERT INTO `nasa_data_record` VALUES ('873d64ea4c6791c17a6bc4fa04b75f3d', 'Crawler', '2024-11-13 00:57:35', null, '2025-04-08 11:34:39', null, 'Not specified', 'HAS2', 'HAS2', 'Active Pixel Sensor', '4 PHOTO DIODE /SENSOR', 'ON Semiconductors', '23/11/2012', 'ESA', null, null, '{\"195.pdf\":\"/oss/physical/ESA/873d64ea4c6791c17a6bc4fa04b75f3d/195.pdf\",\"data.xlsx\":\"/oss/physical/ESA/873d64ea4c6791c17a6bc4fa04b75f3d/data.xlsx\"}', '195,HAS2,ON Semiconductors,Download,TID (Total Ionising Dose),Not specified,18 OPTO ELECTRONICS,4 PHOTO DIODE /SENSOR,Active Pixel Sensor,,ON Semiconductor - SODERN,23/11/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('873dfce4622c63f943ebabd33e2394dc', 'Crawler', '2024-11-13 10:11:06', null, '2025-04-08 11:34:39', null, 'Si', '1N5819UB1', '1N5819UB1', 'Schottky Diode', null, 'STMicroelectronics', '6/1/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/873dfce4622c63f943ebabd33e2394dc/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/873dfce4622c63f943ebabd33e2394dc/data.xlsx\"}', '1N5819UB1,Schottky Diode,STMicroelectronics,6/1/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,TID,Si', null); INSERT INTO `nasa_data_record` VALUES ('873e88213785a2a4b69b8dd86206c3e7', 'Crawler', '2024-11-13 10:10:33', null, '2025-04-08 11:34:39', null, 'Si', '16SCYQ045C', '16SCYQ045C', 'Schottky Diode', null, 'International Rectifier', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/873e88213785a2a4b69b8dd86206c3e7/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/873e88213785a2a4b69b8dd86206c3e7/data.xlsx\"}', '16SCYQ045C,Schottky Diode,International Rectifier,6/27/2015,NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('876f2aeb2c62a078dcb174188caecc6d', 'Crawler', '2024-11-13 10:25:00', null, '2025-04-08 11:34:39', null, 'CMOS', '54ACTQ16245', '54ACTQ16245', '16-bit Transceiver', null, 'National Semiconductor', '6/5/2004', 'NASA', null, null, '{\"T060504_54ACTQ16245.pdf\":\"/oss/physical/NASA/876f2aeb2c62a078dcb174188caecc6d/T060504_54ACTQ16245.pdf\",\"nsrec05_W23.pdf\":\"/oss/physical/NASA/876f2aeb2c62a078dcb174188caecc6d/nsrec05_W23.pdf\",\"data.xlsx\":\"/oss/physical/NASA/876f2aeb2c62a078dcb174188caecc6d/data.xlsx\",\"G04NOV_54ACTQ16245_TID.pdf\":\"/oss/physical/NASA/876f2aeb2c62a078dcb174188caecc6d/G04NOV_54ACTQ16245_TID.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/876f2aeb2c62a078dcb174188caecc6d/nsrec05_W5.pdf\"}', '54ACTQ16245,16-bit Transceiver,National Semiconductor,6/5/2004,T060504_54ACTQ16245.pdf;nsrec05_W5.pdf;G04NOV_54ACTQ16245_TID.pdf;nsrec05_W23.pdf,SEE;TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('879e19a28e956d2fb811a26c541842a4', 'Crawler', '2024-11-13 02:18:24', null, '2025-04-08 11:34:39', null, 'ESCC 22900', 'LT1521', 'LT1521', '300mA Low Dropout Regulator with Micropower Quiescent Current and Shutdown', '1 ALL', 'Analog Devices', '09/05/2022', 'ESA', null, null, '{\"372.pdf\":\"/oss/physical/ESA/879e19a28e956d2fb811a26c541842a4/372.pdf\",\"data.xlsx\":\"/oss/physical/ESA/879e19a28e956d2fb811a26c541842a4/data.xlsx\"}', '372,LT1521,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,99 MISCELLANEOUS PARTS,1 ALL,300mA Low Dropout Regulator with Micropower Quiescent Current and Shutdown,Bipolar,ESA-ESTEC,09/05/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('87a50f3e50bbfe959e5afa7763642172', 'Crawler', '2024-11-13 09:52:59', null, '2025-04-08 11:34:39', null, 'Linear', 'LT1021-5', 'LT1021-5', 'V. Ref.', null, null, '04/21/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/87a50f3e50bbfe959e5afa7763642172/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/87a50f3e50bbfe959e5afa7763642172/PPM-99-045.pdf\"}', '257,5-100,LT1021-5,V. Ref.,Linear,CASSINI/CIRS,9122,PPM-95-144,04/21/95', null); INSERT INTO `nasa_data_record` VALUES ('87b2805b05dc0b524a61fd1ed11c8173', 'Crawler', '2024-11-13 12:07:33', 'dushuaibin', '2025-04-30 20:24:14', null, '射频/微波电路', 'CMOS SOS', 'PE9915X', 'Step down switching regulator', 'PE99155 - S11060-2 PE99151 - S11058-2', 'Peregrine Semiconductor', '2011.01.21', 'NASA', '王嘉兴', '3', '{\"LBNL012111_PE9915X.pdf\":\"/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/LBNL012111_PE9915X.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/data.xlsx\",\"单粒子效应_1746015852676.xlsx\":\"/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/单粒子效应_1746015852676.xlsx\"}', 'PE9915X,Step down switching regulator,Peregrine Semiconductor,LBNL11JAN,LBNL012111_PE9915X.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL;SEGR;SEB,CMOS SOS', '9'); INSERT INTO `nasa_data_record` VALUES ('8829d8d7e8d755c1cea6901aba9f7ab1', 'Crawler', '2024-11-13 11:14:08', null, '2025-04-08 11:34:39', null, 'Bit-twinned ECC Memory', 'IMMX64M64D3DUS8AG-E125', 'IMMX64M64D3DUS8AG-E125', 'DDR3', null, 'Intelligent Memory', '2016July;2016Oct-Nov', 'NASA', null, null, '{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/8829d8d7e8d755c1cea6901aba9f7ab1/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8829d8d7e8d755c1cea6901aba9f7ab1/data.xlsx\"}', 'IMMX64M64D3DUS8AG-E125,DDR3,Intelligent Memory,2016July;2016Oct-Nov,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE;SET;SEFI,Bit-twinned ECC Memory', null); INSERT INTO `nasa_data_record` VALUES ('882b01896f1dfd78091941c339aefea9', 'Crawler', '2024-11-13 10:58:35', null, '2025-04-08 11:34:39', null, 'Microprocessors and Peripherals', 'D8255A', 'D8255A', 'Programmable Peripheral Interface', null, 'Intel', '1/24/1995;4/3/1995;7/17/1995;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/882b01896f1dfd78091941c339aefea9/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/882b01896f1dfd78091941c339aefea9/data.xlsx\"}', 'D8255A,Programmable Peripheral Interface,Intel,1/24/1995;4/3/1995;7/17/1995;7/15/1996,random6a.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('882c95c54df80c5ce5dde25587dc0341', 'Crawler', '2024-11-13 12:07:13', 'luoyongheng', '2025-04-29 11:58:32', null, '接口电路', 'RRS422 Driver', 'PE26C31', 'RRS422 Driver', '无', 'Peregrine', '3/15/2004;6/22/2004', 'NASA', '罗永恒', '1', '{\"data.xlsx\":\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/nsrec04_SEE.pdf\",\"D031504_RS422.pdf\":\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/D031504_RS422.pdf\"}', 'PE26C31,RRS422 Driver,Peregrine,3/15/2004;6/22/2004,D031504_RS422.pdf;nsrec04_SEE.pdf,SEE,SOS', '1'); INSERT INTO `nasa_data_record` VALUES ('882e8af2ceb0ce518b872a05356bb292', 'Crawler', '2024-11-13 09:48:34', null, '2025-04-08 11:34:39', null, 'NSC', '54ABT245A', '54ABT245A', 'Transceiver', null, null, '11/30/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/882e8af2ceb0ce518b872a05356bb292/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/882e8af2ceb0ce518b872a05356bb292/PPM-99-045.pdf\"}', '423,10-50,54ABT245A,Transceiver,NSC,GLAS,9736,PPM-99-037,11/30/99', null); INSERT INTO `nasa_data_record` VALUES ('883965e5084fba9e935c00bda2a6f247', 'Crawler', '2024-11-13 00:44:02', null, '2025-04-08 11:34:39', null, 'Not specified', 'MT29F4G08ABADAWP', 'MT29F4G08ABADAWP', '4Gb x8 NAND Flash Memory', '29 MEMORY OTHERS', 'MICRON', '10/09/2015', 'ESA', null, null, '{\"148.pdf\":\"/oss/physical/ESA/883965e5084fba9e935c00bda2a6f247/148.pdf\",\"data.xlsx\":\"/oss/physical/ESA/883965e5084fba9e935c00bda2a6f247/data.xlsx\"}', '148,MT29F4G08ABADAWP,MICRON,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,4Gb x8 NAND Flash Memory,,TRAD,10/09/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('88641a1dc4c0ee91c49923598cc74e66', 'Crawler', '2024-11-13 13:02:06', 'likunfang', '2025-04-15 22:49:08', null, 'Quantum Well Infrared Photodetector (QWIP) Array & ROIC', 'InGaAsP QWIP & 0.5 μm CMOS/ Quantum Well Infrared Photodetector (QWIP) Array & ROIC', 'CNL/08NOV/ CM', 'xx', 'N/A', 'Manufacturer unavailable', '2010', 'NASA', '李坤芳', '1', '{\"电离总剂量效应_1744722785555.xlsx\":\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/电离总剂量效应_1744722785555.xlsx\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/data.xlsx\"}', 'Unknown 0.5 �m CMOS QWIP Array and ROIC,InGaAsP 0.5 �m CMOS Quantum Well Infrared Photo (QWIP) detector Array and Read Out Integrated Circuit (ROIC),Manufacturer unavailable,VdG2008NOV,nsrec2010_W22_TID.pdf,TID,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('88a1dac11e42328fd00465083ea1085b', 'Crawler', '2024-11-13 09:53:14', null, '2025-04-08 11:34:39', null, 'Interpoint', 'MFL2815S', 'MFL2815S', 'DC/DC Converter', null, null, '02/08/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/88a1dac11e42328fd00465083ea1085b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/88a1dac11e42328fd00465083ea1085b/PPM-99-045.pdf\"}', '246,2.5-50,MFL2815S,DC/DC Converter,Interpoint,HST/PCP,9442,PPM-95-127,02/08/95', null); INSERT INTO `nasa_data_record` VALUES ('88e483e35fc11c374272d2f5680a854c', 'Crawler', '2024-11-13 12:27:23', 'liujunling', '2025-04-30 22:08:49', null, '模拟集成电路', 'RH1014MW', 'RH1014MW', 'Operational Amplifier', '883426.1', 'Analog Devices', '7/5/2019-to-12/30/2019', 'NASA', '刘俊灵', '1', '{\"2019-Casey-TR-19-003-Analog-Devices-RH1014MW-TID-2019July05-to-2019Dec30-20205007082.pdf\":\"/oss/physical/NASA/88e483e35fc11c374272d2f5680a854c/2019-Casey-TR-19-003-Analog-Devices-RH1014MW-TID-2019July05-to-2019Dec30-20205007082.pdf\",\"data.xlsx\":\"/oss/physical/NASA/88e483e35fc11c374272d2f5680a854c/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/88e483e35fc11c374272d2f5680a854c/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"电离总剂量效应_1746022124917.xlsx\":\"/oss/physical/NASA/88e483e35fc11c374272d2f5680a854c/电离总剂量效应_1746022124917.xlsx\"}', 'RH1014MW,Operational Amplifier,Analog Devices,7/5/2019-to-12/30/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;tid/2019-Casey-TR-19-003-Analog-Devices-RH1014MW-TID-2019July05-to-2019Dec30-20205007082.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('890c5c9e10dcb99173e1ef3123416336', 'Crawler', '2024-11-13 10:35:36', null, '2025-04-08 11:34:39', null, 'FPGA', 'A42MX36', 'A42MX36', 'FPGA', null, 'Actel', '1/9/1999;24/10/2000', 'NASA', null, null, '{\"42MX36_BNL0999.pdf\":\"/oss/physical/NASA/890c5c9e10dcb99173e1ef3123416336/42MX36_BNL0999.pdf\",\"data.xlsx\":\"/oss/physical/NASA/890c5c9e10dcb99173e1ef3123416336/data.xlsx\"}', 'A42MX36,FPGA,Actel,1/9/1999;24/10/2000,42MX36_BNL0999.pdf,SEL,FPGA', null); INSERT INTO `nasa_data_record` VALUES ('89199023b5eaacabf607d1f551225b5a', 'Crawler', '2024-11-13 10:52:47', null, '2025-04-08 11:34:39', null, 'Si', 'BAS21-E3-08', 'BAS21-E3-08', 'Diode', null, 'Vishay', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/89199023b5eaacabf607d1f551225b5a/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/89199023b5eaacabf607d1f551225b5a/data.xlsx\"}', 'BAS21-E3-08,Diode,Vishay,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('895befe3339f54000038a3d057ca2018', 'Crawler', '2024-11-13 09:56:56', null, '2025-04-08 11:34:39', null, 'Elmo/Hitachi', 'ZQ04031', 'ZQ04031', '32k x 8 SRAM', null, null, '11/07/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/895befe3339f54000038a3d057ca2018/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/895befe3339f54000038a3d057ca2018/PPM-99-045.pdf\"}', '86,5-80,ZQ04031,32k x 8 SRAM,Elmo/Hitachi,GPEP/PPL,9107\r\r\n9101,PPM-91-702,11/07/91', null); INSERT INTO `nasa_data_record` VALUES ('89763209934e2a1d3344eed322159c72', 'Crawler', '2024-11-13 10:28:28', null, '2025-04-08 11:34:39', null, 'Memories', '67204EV-50', '67204EV-50', '9x4k FIFO', null, 'Matra', '2/24/1997;5/13/1997;7/20/1998', 'NASA', null, null, '{\"B022497.pdf\":\"/oss/physical/NASA/89763209934e2a1d3344eed322159c72/B022497.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/89763209934e2a1d3344eed322159c72/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/89763209934e2a1d3344eed322159c72/data.xlsx\",\"d121696d.pdf\":\"/oss/physical/NASA/89763209934e2a1d3344eed322159c72/d121696d.pdf\"}', '67204EV-50,9x4k FIFO,Matra,2/24/1997;5/13/1997;7/20/1998,B022497.pdf;d121696d.pdf;NSREC98.pdf,SEE,Memories', null); INSERT INTO `nasa_data_record` VALUES ('8990e257e1dd5ceada51d76d21bc2053', 'Crawler', '2024-11-13 10:24:29', null, '2025-04-08 11:34:39', null, 'Flip Flop', '54ACT534', '54ACT534', 'Flip Flop', null, 'National Semiconductor', '1/15/1993', 'NASA', null, null, '{\"PPM-93-004.pdf\":\"/oss/physical/NASA/8990e257e1dd5ceada51d76d21bc2053/PPM-93-004.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8990e257e1dd5ceada51d76d21bc2053/data.xlsx\"}', '54ACT534,Flip Flop,National Semiconductor,1/15/1993,tid/PPM-93-004.pdf,TID,Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('89c3ccf53153d3037281b7458ab96765', 'Crawler', '2024-11-13 10:27:25', null, '2025-04-08 11:34:39', null, 'GaAs device', '62087-305', '62087-305', 'LED', null, 'Micropac', '12/1/2020', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/89c3ccf53153d3037281b7458ab96765/data.xlsx\",\"CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\":\"/oss/physical/NASA/89c3ccf53153d3037281b7458ab96765/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\",\"NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\":\"/oss/physical/NASA/89c3ccf53153d3037281b7458ab96765/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\"}', '62087-305,LED,Micropac,12/1/2020,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf;CP-2021-Topper-NSREC-DW-poster-20210016856.pdf,SEE,GaAs device', null); INSERT INTO `nasa_data_record` VALUES ('89d77dc7a1a8f4f91bf601df59b26d44', 'Crawler', '2024-11-13 10:43:51', null, '2025-04-08 11:34:39', null, 'Bipolar', 'AD7984', 'AD7984', 'ADC', null, 'Analog Devices', '10/04/2014', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-Paper-NSREC-COTS-DW-TN35504.pdf\":\"/oss/physical/NASA/89d77dc7a1a8f4f91bf601df59b26d44/NEPP-CP-2016-Campola-Paper-NSREC-COTS-DW-TN35504.pdf\",\"data.xlsx\":\"/oss/physical/NASA/89d77dc7a1a8f4f91bf601df59b26d44/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/89d77dc7a1a8f4f91bf601df59b26d44/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\"}', 'AD7984,ADC,Analog Devices,10/04/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/28198/NEPP-CP-2016-Campola-Paper-NSREC-COTS-DW-TN35504.pdf,SEL;SET,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('89e4e1b59b404e560db362faf3d57187', 'Crawler', '2024-11-13 10:48:08', null, '2025-04-08 11:34:39', null, 'Compressor', 'ADV202', 'ADV202', 'Video Compressor', null, 'Analog Devices', '5/12/2005', 'NASA', null, null, '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/89e4e1b59b404e560db362faf3d57187/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/89e4e1b59b404e560db362faf3d57187/data.xlsx\",\"D051205_ADV202.pdf\":\"/oss/physical/NASA/89e4e1b59b404e560db362faf3d57187/D051205_ADV202.pdf\"}', 'ADV202,Video Compressor,Analog Devices,5/12/2005,D051205_ADV202.pdf;nsrec06_W2.pdf,DD,Compressor', null); INSERT INTO `nasa_data_record` VALUES ('89e6e562643e6da252378f34dc49c615', 'Crawler', '2024-11-13 12:00:22', 'huangkan', '2025-04-30 18:50:09', null, '二极管', 'NXPS20H100CX', 'NXPS20H100CX', 'Diode', '1310', 'NXP Semiconductor', '6/30/2014', 'NASA', null, '1', '{\"单粒子效应_1745986628894.xlsx\":\"/oss/physical/NASA/89e6e562643e6da252378f34dc49c615/单粒子效应_1745986628894.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/89e6e562643e6da252378f34dc49c615/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/89e6e562643e6da252378f34dc49c615/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\",\"data_1745917489373.xlsx\":\"/oss/physical/NASA/89e6e562643e6da252378f34dc49c615/data_1745917489373.xlsx\"}', 'NXPS20H100CX,Diode,NXP Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf,SEE,Si', '1'); INSERT INTO `nasa_data_record` VALUES ('89fb6eb9ed2c035ad0f4a80126d223d3', 'Crawler', '2024-11-13 09:50:07', null, '2025-04-08 11:34:39', null, 'Pulse Eng.', 'PE21198', 'PE21198', 'Delay Line', null, null, '05/08/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/89fb6eb9ed2c035ad0f4a80126d223d3/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/89fb6eb9ed2c035ad0f4a80126d223d3/PPM-99-045.pdf\"}', '370,10-100,PE21198,Delay Line,Pulse Eng.,Integral Spectrometer,9740,PPM-98-016,05/08/98', null); INSERT INTO `nasa_data_record` VALUES ('8a25ac2378b4f66b7f4e8c3c31ee43f4', 'Crawler', '2024-11-13 01:16:05', null, '2025-04-08 11:34:39', null, '', 'BC857BLT1G', 'BC857BLT1G', '100mA PNP Transistor', '2 LOW POWER, PNP (< 2WATTS)', 'ON-Semiconductor', '06/01/2021', 'ESA', null, null, '{\"256.pdf\":\"/oss/physical/ESA/8a25ac2378b4f66b7f4e8c3c31ee43f4/256.pdf\",\"data.xlsx\":\"/oss/physical/ESA/8a25ac2378b4f66b7f4e8c3c31ee43f4/data.xlsx\"}', '256,BC857BLT1G,ON-Semiconductor,Download,TID (Total Ionising Dose),,12 TRANSISTORS,2 LOW POWER, PNP (< 2WATTS),100mA PNP Transistor,Bipolar,ESA-ESTEC TEC-QEC,06/01/2021,False', null); INSERT INTO `nasa_data_record` VALUES ('8a49a2388d93b5f370d168d44759ecf0', 'Crawler', '2024-11-13 13:14:06', 'admin', '2025-04-08 11:34:39', null, '数字集成电路', 'Virtex 5 FPGA', 'XQV5FX70T', 'FPGA', '14-015; 1774118', 'Xilinx', '12/16/2014', 'NASA', '张兴尧', '1', '{\"data2_1739524599152.csv\":\"/oss/physical/NASA/8a49a2388d93b5f370d168d44759ecf0/data2_1739524599152.csv\",\"data.xlsx\":\"/oss/physical/NASA/8a49a2388d93b5f370d168d44759ecf0/data.xlsx\",\"NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf\":\"/oss/physical/NASA/8a49a2388d93b5f370d168d44759ecf0/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/8a49a2388d93b5f370d168d44759ecf0/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf\":\"/oss/physical/NASA/8a49a2388d93b5f370d168d44759ecf0/NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf\"}', 'XQV5FX70T,FPGA,Xilinx,12/16/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27964/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf;https://nepp.nasa.gov/files/28030/NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('8a679b39782c785156b9a80234db2378', 'Crawler', '2024-11-13 09:58:12', null, '2025-04-08 11:34:39', null, 'SGS Thomson', 'M54HC08YBF', 'M54HC08YBF', 'AND Gate', null, null, '06/17/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/8a679b39782c785156b9a80234db2378/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/8a679b39782c785156b9a80234db2378/PPM-99-045.pdf\"}', '49,2.5-18.5\r\r\n2026B,M54HC08YBF,AND Gate,SGS Thomson,ISTP/NC,88938,PPM-91-407,06/17/91', null); INSERT INTO `nasa_data_record` VALUES ('8a81796f790fcc773faa5e4a20f0ba1e', 'Crawler', '2024-11-13 11:02:43', null, '2025-04-08 11:34:39', null, 'Fiber Optics', 'FC1553921', 'FC1553921', 'MIL-STD-1553B Transceiver', null, 'STC', '8/3/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/8a81796f790fcc773faa5e4a20f0ba1e/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/8a81796f790fcc773faa5e4a20f0ba1e/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8a81796f790fcc773faa5e4a20f0ba1e/data.xlsx\"}', 'FC1553921,MIL-STD-1553B Transceiver,STC,8/3/1993;7/18/1994,b080393.pdf;nsrec94a.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('8a81f88ad78132846b8428cba2c96879', 'Crawler', '2024-11-13 12:05:08', 'xuebinrui', '2025-04-28 19:18:22', null, '放大器', 'OP727', 'OP727', 'Operational Amplifier', '0137', 'Analog Devices', '10/7/2002;7/25/2003', 'NASA', '薛彬睿', '1', '{\"T100202_OP727.pdf\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/T100202_OP727.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/NSREC03_W10.pdf\",\"单粒子效应_1745836637130.xlsx\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/单粒子效应_1745836637130.xlsx\"}', 'OP727,Operational Amplifier,Analog Devices,10/7/2002;7/25/2003,T100202_OP727.pdf;NSREC03_W10.pdf,SET,SEL,Operational Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('8afa99da7d17c5817c42bfb6944afee6', 'Crawler', '2024-11-13 12:47:49', 'chenwenzhuo', '2025-04-30 19:10:16', null, 'SiC', 'SiC Ring Oscillator', 'SiC Ring Oscillator', 'Integrated Circuit', null, 'NASA GRC', '7/10/2018', 'NASA', '陈文卓', '1', '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/8afa99da7d17c5817c42bfb6944afee6/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"TIL25_1746011411471.xlsx\":\"/oss/physical/NASA/8afa99da7d17c5817c42bfb6944afee6/TIL25_1746011411471.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/8afa99da7d17c5817c42bfb6944afee6/data.xlsx\",\"NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf\":\"/oss/physical/NASA/8afa99da7d17c5817c42bfb6944afee6/NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf\"}', 'SiC Ring Oscillator,Integrated Circuit,NASA GRC,7/10/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;https://nepp.nasa.gov/docs/tasks/070-Test-Reports/NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf,TID,SiC', '1'); INSERT INTO `nasa_data_record` VALUES ('8b407e01dfc73bb03fc0308a4bda762e', 'Crawler', '2024-11-13 01:21:35', null, '2025-04-08 11:34:39', null, '', 'LM4041', 'LM4041', '1.225V Bandgap Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', 'Texas Instruments, STMicroelectronics, Microchip Technology, Maxim Integrated', '18/08/2022', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/8b407e01dfc73bb03fc0308a4bda762e/data.xlsx\",\"290.pdf\":\"/oss/physical/ESA/8b407e01dfc73bb03fc0308a4bda762e/290.pdf\"}', '290,LM4041,Texas Instruments, STMicroelectronics, Microchip Technology, Maxim Integrated,Download,TID (Total Ionising Dose),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,1.225V Bandgap Voltage Reference,Bipolar,ESA-ESTEC,18/08/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('8ba8b91649b429af06f7eb01ffde073f', 'Crawler', '2024-11-13 02:17:41', null, '2025-04-08 11:34:39', null, 'Not specified', 'QCGA ToF Sensor for Navigation Cameras', 'QCGA ToF Sensor for Navigation Cameras', 'Fraunhofer IMS QVGA time-of-flight sensor', '4 PHOTO DIODE /SENSOR', 'Fraunhofer', '15/11/2019', 'ESA', null, null, '{\"TOF-TER-RP-0002 QVGA ToF Sensor Characterization Final Report_1.pdf\":\"/oss/physical/ESA/8ba8b91649b429af06f7eb01ffde073f/TOF-TER-RP-0002 QVGA ToF Sensor Characterization Final Report_1.pdf\",\"data.xlsx\":\"/oss/physical/ESA/8ba8b91649b429af06f7eb01ffde073f/data.xlsx\"}', '376,QCGA ToF Sensor for Navigation Cameras,Fraunhofer,Download,DD (Displacement Damage)SEE (Single Events Effects)TID (Total Ionising Dose),Not specified,18 OPTO ELECTRONICS,4 PHOTO DIODE /SENSOR,Fraunhofer IMS QVGA time-of-flight sensor,,Terma,15/11/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('8c00a584b707f128aaee8f6323a8fe87', 'Crawler', '2024-11-13 11:07:17', null, '2025-04-08 11:34:39', null, 'Fiber Optics', 'HCPL6231', 'HCPL6231', 'Optocoupler', null, 'HP', '12/16/1996', 'NASA', null, null, '{\"d121696c.pdf\":\"/oss/physical/NASA/8c00a584b707f128aaee8f6323a8fe87/d121696c.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8c00a584b707f128aaee8f6323a8fe87/data.xlsx\"}', 'HCPL6231,Optocoupler,HP,12/16/1996,d121696c.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('8c0191df9adb61d82673ebb8e9b23d1e', 'Crawler', '2024-11-13 12:40:30', 'luozikang', '2025-04-29 18:36:57', null, 'Buffer-Drivers', 'SN54LVTH16244A', 'SN54LVTH16244A', 'Buffer-Drivers', null, 'Texas Instruments', '4/30/1999', 'NASA', '罗梓康', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/8c0191df9adb61d82673ebb8e9b23d1e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8c0191df9adb61d82673ebb8e9b23d1e/data.xlsx\",\"单粒子效应_1745923011511.xlsx\":\"/oss/physical/NASA/8c0191df9adb61d82673ebb8e9b23d1e/单粒子效应_1745923011511.xlsx\"}', 'SN54LVTH16244A,Buffer-Drivers,Texas Instruments,4/30/1999,nsrec00_W21.pdf,SEE,Buffer-Drivers', '1'); INSERT INTO `nasa_data_record` VALUES ('8c2ed626e2fb142b49789e9fc7d1afd3', 'Crawler', '2024-11-13 11:06:19', null, '2025-04-08 11:34:39', null, 'Optocoupler', 'HCPL-655K', 'HCPL-655K', 'Optocoupler', null, 'Agilent', '_2005', 'NASA', null, null, '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/8c2ed626e2fb142b49789e9fc7d1afd3/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8c2ed626e2fb142b49789e9fc7d1afd3/data.xlsx\"}', 'HCPL-655K,Optocoupler,Agilent,_2005,nsrec06_W2.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('8c335b60b16e96d4f58f1da318cef486', 'Crawler', '2024-11-13 11:52:57', 'mayinjie', '2025-04-30 19:13:44', null, 'Hybrid', 'MSK5275', 'MSK5275', 'Voltage Regulator', null, 'National Semiconductor', '6/18/2003;6/22/2004', 'NASA', '马崟洁', '1', '{\"data.xlsx\":\"/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/nsrec04_SEE.pdf\",\"T061803_MSK5275.pdf\":\"/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/T061803_MSK5275.pdf\",\"单粒子效应_1746011623151.xlsx\":\"/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/单粒子效应_1746011623151.xlsx\"}', 'MSK5275,Voltage Regulator,National Semiconductor,6/18/2003;6/22/2004,T061803_MSK5275.pdf;nsrec04_SEE.pdf,SEE,Hybrid', '1'); INSERT INTO `nasa_data_record` VALUES ('8c3d3eccd7a3832c5febb69ac5dde9eb', 'Crawler', '2024-11-13 10:49:29', null, '2025-04-08 11:34:39', null, 'Power Device', 'AHE2815', 'AHE2815', 'DC-DC converter', null, 'Advanced Analog', '7/29/1994;11/9/1994;7/17/1995;7/17/1995;7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/8c3d3eccd7a3832c5febb69ac5dde9eb/NSREC98.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/8c3d3eccd7a3832c5febb69ac5dde9eb/ieee95a.pdf\",\"b072994.pdf\":\"/oss/physical/NASA/8c3d3eccd7a3832c5febb69ac5dde9eb/b072994.pdf\",\"dcdc95.pdf\":\"/oss/physical/NASA/8c3d3eccd7a3832c5febb69ac5dde9eb/dcdc95.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8c3d3eccd7a3832c5febb69ac5dde9eb/data.xlsx\",\"b110994.pdf\":\"/oss/physical/NASA/8c3d3eccd7a3832c5febb69ac5dde9eb/b110994.pdf\"}', 'AHE2815,DC-DC converter,Advanced Analog,7/29/1994;11/9/1994;7/17/1995;7/17/1995;7/20/1998,b072994.pdf;b110994.pdf;ieee95a.pdf;dcdc95.pdf;NSREC98.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('8c5b40a05cda54313c45b910bd133bcb', 'Crawler', '2024-11-13 09:58:50', null, '2025-04-08 11:34:39', null, 'NSC', '54ACT245', '54ACT245', 'Transceiver', null, null, '03/22/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/8c5b40a05cda54313c45b910bd133bcb/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/8c5b40a05cda54313c45b910bd133bcb/PPM-99-045.pdf\"}', '21,5-300,54ACT245,Transceiver,NSC,SMEX/CB,9036,PPM-91-191,03/22/91', null); INSERT INTO `nasa_data_record` VALUES ('8c7a310d6ac3c9d58a07c634157611f1', 'Crawler', '2024-11-13 09:52:37', null, '2025-04-08 11:34:39', null, 'Actel', '1280A', '1280A', 'Gate Array', null, null, '08/24/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/8c7a310d6ac3c9d58a07c634157611f1/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/8c7a310d6ac3c9d58a07c634157611f1/PPM-99-045.pdf\"}', '272,5-20,1280A,Gate Array,Actel,GPEP/PPL,9424,PPM-95-131,08/24/95', null); INSERT INTO `nasa_data_record` VALUES ('8c89adfbc0648e5b76379c0e9b8e9663', 'Crawler', '2024-11-13 11:57:23', 'dushuaibin', '2025-04-29 21:16:13', null, '模拟集成电路', 'RMS-DC convertor', 'MX536', 'RMS-DC convertor', '9817', 'Maxim', '1998.10.08-1998.11.11', 'NASA', '杜帅彬', '1', '{\"PPM-99-008.pdf\":\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/PPM-99-008.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/data.xlsx\",\"电离总剂量效应_1745932569413.xlsx\":\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/电离总剂量效应_1745932569413.xlsx\"}', 'MX536,RMS-DC convertor,Maxim,11/17/1998;1999,tid/PPM-99-008.pdf;nsrec00_W21.pdf,TID,RMS-DC convertor', '210'); INSERT INTO `nasa_data_record` VALUES ('8c8f3eb1ba6ae3a15c8b6d49a40f1dbe', 'Crawler', '2024-11-13 10:17:15', null, '2025-04-08 11:34:39', null, 'JFET', '2N5116', '2N5116', 'P-Channel Analog Switch', null, 'Vishay', '7/2011', 'NASA', null, null, '{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/8c8f3eb1ba6ae3a15c8b6d49a40f1dbe/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8c8f3eb1ba6ae3a15c8b6d49a40f1dbe/data.xlsx\"}', '2N5116,P-Channel Analog Switch,Vishay,7/2011,nsrec2011_W5_TID.pdf,TID;DD,JFET', null); INSERT INTO `nasa_data_record` VALUES ('8cbc820e4ef936aadc33f301521eb2cc', 'Crawler', '2024-11-13 10:54:08', null, '2025-04-08 11:34:39', null, 'Si', 'BZX84-C68,215', 'BZX84-C68,215', 'Zener Diode', null, 'NXP Semiconductor', '4/10/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/8cbc820e4ef936aadc33f301521eb2cc/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8cbc820e4ef936aadc33f301521eb2cc/data.xlsx\"}', 'BZX84-C68,215,Zener Diode,NXP Semiconductor,4/10/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('8cbe4806d04fbbc2c99a704627b9c73d', 'Crawler', '2024-11-13 11:49:41', null, '2025-04-08 11:34:39', null, 'MOSFET Driver', 'MIC4427', 'MIC4427', 'MOSFET driver', null, 'Micrel', '11/9/1994;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/8cbe4806d04fbbc2c99a704627b9c73d/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8cbe4806d04fbbc2c99a704627b9c73d/data.xlsx\",\"b110994.pdf\":\"/oss/physical/NASA/8cbe4806d04fbbc2c99a704627b9c73d/b110994.pdf\"}', 'MIC4427,MOSFET driver,Micrel,11/9/1994;7/17/1995,b110994.pdf;ieee95a.pdf,SEE,MOSFET Driver', null); INSERT INTO `nasa_data_record` VALUES ('8cfa1f2b03ebcdece37a4ea6f9ad216c', 'Crawler', '2024-11-13 10:10:26', null, '2025-04-08 11:34:39', null, 'Digital Serial Bus', '1394', '1394', 'Physical and Link', null, 'Texas Instruments', '4/24/2002;10/14/2001', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/8cfa1f2b03ebcdece37a4ea6f9ad216c/data.xlsx\",\"SEESYM02_Buchner_1394.pdf\":\"/oss/physical/NASA/8cfa1f2b03ebcdece37a4ea6f9ad216c/SEESYM02_Buchner_1394.pdf\",\"Paper_NSREC02_1394.pdf\":\"/oss/physical/NASA/8cfa1f2b03ebcdece37a4ea6f9ad216c/Paper_NSREC02_1394.pdf\"}', '1394,Physical and Link,Texas Instruments,4/24/2002;10/14/2001,SEESYM02_Buchner_1394.pdf;Paper_NSREC02_1394.pdf,SEE,Digital Serial Bus', null); INSERT INTO `nasa_data_record` VALUES ('8d2a03f4742c1f0b67d2aca533f77d96', 'Crawler', '2024-11-13 11:27:33', null, '2025-04-08 11:34:39', null, 'Switching Regulator', 'LM2651', 'LM2651', 'Switching Regulator', null, 'National Semiconductor', '3/21/2002;7/19/2002', 'NASA', null, null, '{\"B030302_LM2651.pdf\":\"/oss/physical/NASA/8d2a03f4742c1f0b67d2aca533f77d96/B030302_LM2651.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/8d2a03f4742c1f0b67d2aca533f77d96/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8d2a03f4742c1f0b67d2aca533f77d96/data.xlsx\"}', 'LM2651,Switching Regulator,National Semiconductor,3/21/2002;7/19/2002,B030302_LM2651.pdf;NSREC02_W16.pdf,SEE,Switching Regulator', null); INSERT INTO `nasa_data_record` VALUES ('8d407f745f31e3f405665d23fd99d559', 'Crawler', '2024-11-13 11:56:34', 'dushuaibin', '2025-04-29 22:32:20', null, '电源变换器', 'Power Device', 'MTR2805', 'DC-DC Converter', '9828', 'Interpoint', '1998.09.18-1998.10.14', 'NASA', '杜帅彬', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/8d407f745f31e3f405665d23fd99d559/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8d407f745f31e3f405665d23fd99d559/data.xlsx\",\"电离总剂量效应_1745937138500.xlsx\":\"/oss/physical/NASA/8d407f745f31e3f405665d23fd99d559/电离总剂量效应_1745937138500.xlsx\"}', 'MTR2805,DC-DC Converter,Interpoint,_1999,nsrec00_W21.pdf,TID,Power Device', '24'); INSERT INTO `nasa_data_record` VALUES ('8d51c4d69dfead974dfbba56fbec5f21', 'Crawler', '2024-11-13 11:11:56', null, '2025-04-08 11:34:39', null, 'Hybrid', 'HSSR-7111', 'HSSR-7111', 'Optocoupler', null, 'Micropac', '11/16/2016', 'NASA', null, null, '{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/8d51c4d69dfead974dfbba56fbec5f21/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8d51c4d69dfead974dfbba56fbec5f21/data.xlsx\"}', 'HSSR-7111,Optocoupler,Micropac,11/16/2016,https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('8da2bbac26cfae396d57369f7a106990', 'Crawler', '2024-11-13 12:48:42', 'chenwenzhuo', '2025-04-30 23:06:57', null, 'Microprocessors and Peripherals', 'TA80486DX2-66', 'TA80486DX2-66', 'Microprocessor', null, 'Intel', '7/31/1995;8/16/1995', 'NASA', '陈文卓', '1', '{\"no_report.pdf\":\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/data.xlsx\",\"TIL25_1746025615920.xlsx\":\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/TIL25_1746025615920.xlsx\"}', 'TA80486DX2-66,Microprocessor,Intel,7/31/1995;8/16/1995,no_report.pdf,SEE,Microprocessors and Peripherals', '1'); INSERT INTO `nasa_data_record` VALUES ('8daa999a9bc3f76c8364f0dc039c5cf3', 'Crawler', '2024-11-13 12:25:22', 'wangjiaxing', '2025-04-30 20:45:35', null, 'Memory', 'R29773', 'R29773', '2x8k PROM', 'LDC 9347', 'Fairchild/Raytheon', '5/8/1998', 'NASA', '王嘉兴', '2', '{\"PPM-98-013.pdf\":\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/PPM-98-013.pdf\",\"电离总剂量效应3_1746013967637.xlsx\":\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/电离总剂量效应3_1746013967637.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/data.xlsx\"}', 'R29773,2x8k PROM,Fairchild/Raytheon,5/8/1998,tid/PPM-98-013.pdf;nsrec00_W21.pdf,TID,Memory', '10'); INSERT INTO `nasa_data_record` VALUES ('8e04d2023a690dca0666bdf48887b44b', 'Crawler', '2024-11-13 11:50:56', null, '2025-04-08 11:34:39', null, 'DAC', 'MP7623TD/883B', 'MP7623TD/883B', 'DAC', null, 'Micro Power', '6/1/1992', 'NASA', null, null, '{\"PPM-92-170.pdf\":\"/oss/physical/NASA/8e04d2023a690dca0666bdf48887b44b/PPM-92-170.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8e04d2023a690dca0666bdf48887b44b/data.xlsx\"}', 'MP7623TD/883B,DAC,Micro Power,6/1/1992,tid/PPM-92-170.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('8e0fe310297395382a752f05c9d5a3f1', 'Crawler', '2024-11-13 11:35:22', null, '2025-04-08 11:34:39', null, 'Counter', 'M54HC4020YBF', 'M54HC4020YBF', 'Binary Counter', null, 'SGS Thomson', '3/9/1992', 'NASA', null, null, '{\"PPM-92-094.pdf\":\"/oss/physical/NASA/8e0fe310297395382a752f05c9d5a3f1/PPM-92-094.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8e0fe310297395382a752f05c9d5a3f1/data.xlsx\"}', 'M54HC4020YBF,Binary Counter,SGS Thomson,3/9/1992,tid/PPM-92-094.pdf,TID,Counter', null); INSERT INTO `nasa_data_record` VALUES ('8e270ea9da9e84af5aad238444f9547f', 'Crawler', '2024-11-13 11:43:03', null, '2025-04-08 11:34:39', null, 'Si', 'MBR2080CT', 'MBR2080CT', 'Diode', null, 'ON Semiconductor', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/8e270ea9da9e84af5aad238444f9547f/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8e270ea9da9e84af5aad238444f9547f/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/8e270ea9da9e84af5aad238444f9547f/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/8e270ea9da9e84af5aad238444f9547f/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR2080CT,Diode,ON Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('8e33251b19a986b976a8f07722927e0d', 'Crawler', '2024-11-13 01:15:09', null, '2025-04-08 11:34:39', null, '', 'IS2-1009RH', 'IS2-1009RH', 'Rad Hard 2.5V Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', 'Intersil', '07/07/2011', 'ESA', null, null, '{\"IS2-1009RH PROTONS TID_0881_01.pdf\":\"/oss/physical/ESA/8e33251b19a986b976a8f07722927e0d/IS2-1009RH PROTONS TID_0881_01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/8e33251b19a986b976a8f07722927e0d/data.xlsx\"}', '251,IS2-1009RH,Intersil,Download,DD (Displacement Damage),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,Rad Hard 2.5V Voltage Reference,,Hirex,07/07/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('8e3a06cc7c32fa05a915158925c3c45c', 'Crawler', '2024-11-13 00:44:13', null, '2025-04-08 11:34:39', null, 'Not specified', '2N2920A', '2N2920A', 'NPN Small Signal, double matched transistors', '1 LOW POWER, NPN (< 2WATTS)', 'STmicroelectronics', '25/01/2012', 'ESA', null, null, '{\"149.pdf\":\"/oss/physical/ESA/8e3a06cc7c32fa05a915158925c3c45c/149.pdf\",\"data.xlsx\":\"/oss/physical/ESA/8e3a06cc7c32fa05a915158925c3c45c/data.xlsx\"}', '149,2N2920A,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),NPN Small Signal, double matched transistors,,Hirex,25/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('8e3ba152d68c40bb8966b969fab57452', 'Crawler', '2024-11-13 09:58:20', null, '2025-04-08 11:34:39', null, 'Austin Semi.', 'MC1350', 'MC1350', 'OPAMP', null, null, '06/07/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/8e3ba152d68c40bb8966b969fab57452/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/8e3ba152d68c40bb8966b969fab57452/PPM-99-045.pdf\"}', '43,5-300,MC1350,OPAMP,Austin Semi.,ISTP/NC,9101,PPM-91-391,06/07/91', null); INSERT INTO `nasa_data_record` VALUES ('8e3c8d294b1214c3c6cf98c144fea2e8', 'Crawler', '2024-11-13 12:05:48', 'luoyongheng', '2025-04-29 12:40:07', null, '光电子器件', 'OPB848', 'OPB848', 'Optocoupler', null, 'Optek', '2/17/2017', 'NASA', '罗永恒', '1', '{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/8e3c8d294b1214c3c6cf98c144fea2e8/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8e3c8d294b1214c3c6cf98c144fea2e8/data.xlsx\"}', 'OPB848,Optocoupler,Optek,2/17/2017,https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,DD,Hybrid', '1'); INSERT INTO `nasa_data_record` VALUES ('8e48209ccdca4fee00c8c3d2a60228a1', 'Crawler', '2024-11-13 11:43:43', null, '2025-04-08 11:34:39', null, 'Si', 'MBR4045', 'MBR4045', 'Diode', null, 'ON Semiconductor', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/8e48209ccdca4fee00c8c3d2a60228a1/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8e48209ccdca4fee00c8c3d2a60228a1/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/8e48209ccdca4fee00c8c3d2a60228a1/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/8e48209ccdca4fee00c8c3d2a60228a1/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR4045,Diode,ON Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('8e69618ebc63960bbba716786510474d', 'Crawler', '2024-11-13 09:53:48', null, '2025-04-08 11:34:39', null, 'National', 'ADC0816', 'ADC0816', '8-bit ADC/Mux', null, null, '09/14/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/8e69618ebc63960bbba716786510474d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/8e69618ebc63960bbba716786510474d/PPM-99-045.pdf\"}', '222,2.5-20,ADC0816,8-bit ADC/Mux,National,FUSE,9242,PPM-94-025,09/14/94', null); INSERT INTO `nasa_data_record` VALUES ('8e89d534a22cfce0864ddabcf58ca5ae', 'Crawler', '2024-11-13 01:23:12', null, '2025-04-08 11:34:39', null, 'ESCC 25100', 'K4B4G0846Q', 'K4B4G0846Q', 'DDR3 SDRAM memory', '29 MEMORY OTHERS', 'Samsung', '28/02/2019', 'ESA', null, null, '{\"SEE_00638_01 Samsung ions.pdf\":\"/oss/physical/ESA/8e89d534a22cfce0864ddabcf58ca5ae/SEE_00638_01 Samsung ions.pdf\",\"data.xlsx\":\"/oss/physical/ESA/8e89d534a22cfce0864ddabcf58ca5ae/data.xlsx\"}', '299,K4B4G0846Q,Samsung,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,DDR3 SDRAM memory,CMOS,Hirex-Alter,28/02/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('8e931acc820e75d580d6e212ba2b34b3', 'Crawler', '2024-11-13 11:05:52', null, '2025-04-08 11:34:39', null, 'Amplifier', 'HA2-5142', 'HA2-5142', 'Operational Amplifier', null, 'Intersil', '2/2006', 'NASA', null, null, '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/8e931acc820e75d580d6e212ba2b34b3/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8e931acc820e75d580d6e212ba2b34b3/data.xlsx\",\"G06FEB_HA25142_TID.pdf\":\"/oss/physical/NASA/8e931acc820e75d580d6e212ba2b34b3/G06FEB_HA25142_TID.pdf\"}', 'HA2-5142,Operational Amplifier,Intersil,2/2006,G06FEB_HA25142_TID.pdf;nsrec06_W2.pdf,TID,Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('8e942e199816dc6893660978befd662e', 'Crawler', '2024-11-13 11:06:02', null, '2025-04-08 11:34:39', null, 'Optical Fiber', 'HB1250', 'HB1250', 'Optical Fiber', null, 'Fibercore', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/8e942e199816dc6893660978befd662e/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8e942e199816dc6893660978befd662e/data.xlsx\"}', 'HB1250,Optical Fiber,Fibercore,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('8ea08beb130bf9cff54619dd37bcc209', 'Crawler', '2024-11-13 10:21:43', null, '2025-04-08 11:34:39', null, 'Optocoupler', '53124', '53124', 'Solid State Relay', null, 'Micropac', '2012/2013', 'NASA', null, null, '{\"nsrec2013_W6_TID.pdf\":\"/oss/physical/NASA/8ea08beb130bf9cff54619dd37bcc209/nsrec2013_W6_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8ea08beb130bf9cff54619dd37bcc209/data.xlsx\"}', '53124,Solid State Relay,Micropac,2012/2013,https://nepp.nasa.gov/files/24934/nsrec2013_W6_TID.pdf,TID,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('8eb513329740643a82d1b15c712c00d9', 'Crawler', '2024-11-13 11:46:15', null, '2025-04-08 11:34:39', null, 'Step Motor Driver', 'MC1717', 'MC1717', 'Step Motor Driver', null, 'Unitrode', '3/7/1995', 'NASA', null, null, '{\"PPM-95-134.pdf\":\"/oss/physical/NASA/8eb513329740643a82d1b15c712c00d9/PPM-95-134.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8eb513329740643a82d1b15c712c00d9/data.xlsx\"}', 'MC1717,Step Motor Driver,Unitrode,3/7/1995,tid/PPM-95-134.pdf,TID,Step Motor Driver', null); INSERT INTO `nasa_data_record` VALUES ('8ebece0da269354e2e601bb716d425f3', 'Crawler', '2024-11-13 11:06:11', null, '2025-04-08 11:34:39', null, 'Optocoupler', 'HCPL-520K', 'HCPL-520K', 'Optocoupler', null, 'Agilent', '_2005', 'NASA', null, null, '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/8ebece0da269354e2e601bb716d425f3/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8ebece0da269354e2e601bb716d425f3/data.xlsx\"}', 'HCPL-520K,Optocoupler,Agilent,_2005,nsrec06_W2.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('8ee33cb898aed2ced89da09c08030c27', 'Crawler', '2024-11-13 12:00:24', 'huangkan', '2025-04-30 18:50:01', null, '​其他半导体集成电路', 'NYTEK 8002', 'NYTEK 8002', 'Delay Line', null, 'NYTEK', '1998-1999', 'NASA', null, '1', '{\"data_1745917063273.xlsx\":\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/data_1745917063273.xlsx\",\"单粒子效应_1745985979784.xlsx\":\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/单粒子效应_1745985979784.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/NSREC99.pdf\"}', 'NYTEK 8002,Delay Line,NYTEK,1998-1999,NSREC99.pdf,SEE,Miscellaneous', '1'); INSERT INTO `nasa_data_record` VALUES ('8f09b4c48022ce896884ad50da326ec3', 'Crawler', '2024-11-13 10:10:09', null, '2025-04-08 11:34:39', null, 'Si', '120720A', '120720A', 'Schottky Diode', null, 'Crane Aerospace & Engineering (Sensitron)', '11/14/2012(LBNL);5/6/2013(TAMU)', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/8f09b4c48022ce896884ad50da326ec3/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8f09b4c48022ce896884ad50da326ec3/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/8f09b4c48022ce896884ad50da326ec3/nsrec2013_W8_SEE.pdf\"}', '120720A,Schottky Diode,Crane Aerospace & Engineering (Sensitron),11/14/2012(LBNL);5/6/2013(TAMU),nsrec2013_W8_SEE.pdf;https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('8f1e68f752322ab176cb6fb8b6349b42', 'Crawler', '2024-11-13 00:52:21', null, '2025-04-08 11:34:39', null, 'Not specified', 'A3P3000 FPGA', 'A3P3000 FPGA', 'Microsemi A3P3000 FPGAs', '30 PROGRAMMABLE LOGIC', 'Microsemi', '27/06/2014', 'ESA', null, null, '{\"183.pdf\":\"/oss/physical/ESA/8f1e68f752322ab176cb6fb8b6349b42/183.pdf\",\"data.xlsx\":\"/oss/physical/ESA/8f1e68f752322ab176cb6fb8b6349b42/data.xlsx\"}', '183,A3P3000 FPGA,Microsemi,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,30 PROGRAMMABLE LOGIC,Microsemi A3P3000 FPGAs,,IROC,27/06/2014,False', null); INSERT INTO `nasa_data_record` VALUES ('8f3aba5fc62c83ef408dd9404fef03ed', 'Crawler', '2024-11-13 11:21:41', null, '2025-04-08 11:34:39', null, 'Operational Amplifier', 'LF198', 'LF198', 'Sample and Hold', null, 'Linear Technology', '11/17/1998;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/8f3aba5fc62c83ef408dd9404fef03ed/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8f3aba5fc62c83ef408dd9404fef03ed/data.xlsx\",\"PPM-99-009.pdf\":\"/oss/physical/NASA/8f3aba5fc62c83ef408dd9404fef03ed/PPM-99-009.pdf\"}', 'LF198,Sample and Hold,Linear Technology,11/17/1998;1999,tid/PPM-99-009.pdf;nsrec00_W21.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('8f6ac79b4f1af2500ab31e54ab8d7481', 'Crawler', '2024-11-13 11:59:42', 'huangkan', '2025-04-29 18:40:08', null, '数字集成电路', 'NC7SZ74', 'NC7SZ74', 'D Flip-Flop', 'B1021AK', 'Fairchild Semiconductor', '', 'NASA', null, '3', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/data.xlsx\",\"T110910_NC7SZ74.pdf\":\"/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/T110910_NC7SZ74.pdf\",\"NC7SZ74单粒子效应_1745923206807.xlsx\":\"/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/NC7SZ74单粒子效应_1745923206807.xlsx\"}', 'NC7SZ74,D Flip-Flop,Fairchild Semiconductor,TAMU10NOV,T110910_NC7SZ74.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL,CMOS', '3'); INSERT INTO `nasa_data_record` VALUES ('8f6c138f8a662692f192057a987bd247', 'Crawler', '2024-11-13 10:43:16', null, '2025-04-08 11:34:39', null, 'BiCMOS', 'AD7847', 'AD7847', 'DAC', null, 'Analog Devices', 'TAMU10DEC', 'NASA', null, null, '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/8f6c138f8a662692f192057a987bd247/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8f6c138f8a662692f192057a987bd247/data.xlsx\",\"T120510_AD7847SQ.pdf\":\"/oss/physical/NASA/8f6c138f8a662692f192057a987bd247/T120510_AD7847SQ.pdf\"}', 'AD7847,DAC,Analog Devices,TAMU10DEC,T120510_AD7847SQ.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('8f7331c56dc9547a36f3635a35660efb', 'Crawler', '2024-11-13 02:14:55', null, '2025-04-08 11:34:39', null, 'ESCC 25100', 'TPS25940ARVCR', 'TPS25940ARVCR', '2.7 - 18V eFuse with True Reverse Blocking and DevSleep Support for SSDs', '90 OTHER FUNCTIONS', 'Texas Instruments', '04/12/2024', 'ESA', null, null, '{\"401.pdf\":\"/oss/physical/ESA/8f7331c56dc9547a36f3635a35660efb/401.pdf\",\"data.xlsx\":\"/oss/physical/ESA/8f7331c56dc9547a36f3635a35660efb/data.xlsx\"}', '401,TPS25940ARVCR,Texas Instruments,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,90 OTHER FUNCTIONS,2.7 - 18V eFuse with True Reverse Blocking and DevSleep Support for SSDs,,TRAD,04/12/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('8f8a2083f6af46fdfa66dc1fbf7118de', 'Crawler', '2024-11-13 10:44:12', null, '2025-04-08 11:34:39', null, 'Bipolar', 'AD8065', 'AD8065', 'Operational Amplifier', null, 'Analog Devices', '1/29/2020', 'NASA', null, null, '{\"2020-Casey-TR-19-031-Analog-Devices-AD8065-TID-2020Mar19-NASA-TM-20205007650.pdf\":\"/oss/physical/NASA/8f8a2083f6af46fdfa66dc1fbf7118de/2020-Casey-TR-19-031-Analog-Devices-AD8065-TID-2020Mar19-NASA-TM-20205007650.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8f8a2083f6af46fdfa66dc1fbf7118de/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/8f8a2083f6af46fdfa66dc1fbf7118de/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\"}', 'AD8065,Operational Amplifier,Analog Devices,1/29/2020,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;tid/2020-Casey-TR-19-031-Analog-Devices-AD8065-TID-2020Mar19-NASA-TM-20205007650.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('8f94788ab7bdeec2f71930fec4858baa', 'Crawler', '2024-11-13 09:53:23', null, '2025-04-08 11:34:39', null, 'National', 'LM10', 'LM10', 'Op Amp', null, null, '01/04/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/8f94788ab7bdeec2f71930fec4858baa/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/8f94788ab7bdeec2f71930fec4858baa/PPM-99-045.pdf\"}', '240,2.5-50,LM10,Op Amp,National,HST/CAL,9431,PPM-95-115,01/04/95', null); INSERT INTO `nasa_data_record` VALUES ('8fbc0d6ecd3bdc70b09526695d67fe11', 'Crawler', '2024-11-13 10:32:55', null, '2025-04-08 11:34:39', null, 'Miscellaneous', 'A000066', 'A000066', 'Microcontroller Board', null, 'Arduino, ATMEL and Various Others', '7/1/2014', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/8fbc0d6ecd3bdc70b09526695d67fe11/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/8fbc0d6ecd3bdc70b09526695d67fe11/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', 'A000066,Microcontroller Board,Arduino, ATMEL and Various Others,7/1/2014,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf,TID,Miscellaneous', null); INSERT INTO `nasa_data_record` VALUES ('8fdd29da3b334ab990be59db84624b2a', 'Crawler', '2024-11-13 11:31:49', null, '2025-04-08 11:34:39', null, 'ADC', 'LTC1604', 'LTC1604', '16 bits ADC', null, 'Linear Technology', '8/1/2001;7/19/2002', 'NASA', null, null, '{\"T080101_LTC1604.pdf\":\"/oss/physical/NASA/8fdd29da3b334ab990be59db84624b2a/T080101_LTC1604.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/8fdd29da3b334ab990be59db84624b2a/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8fdd29da3b334ab990be59db84624b2a/data.xlsx\"}', 'LTC1604,16 bits ADC,Linear Technology,8/1/2001;7/19/2002,T080101_LTC1604.pdf;NSREC02_W16.pdf,SEL,ADC', null); INSERT INTO `nasa_data_record` VALUES ('8ff528ff077fedbb6ad22948c92753c3', 'Crawler', '2024-11-13 12:57:08', 'yangsini', '2025-04-30 12:15:53', null, '晶体管', '半导体功率二极管', 'STPSC1006D', '65nm Test Transistors', 'xx', '德州仪器', '5/1/2009', 'NASA', '杨思妮', '2', '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/8ff528ff077fedbb6ad22948c92753c3/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8ff528ff077fedbb6ad22948c92753c3/data.xlsx\",\"电离总剂量效应_1745986551257.xlsx\":\"/oss/physical/NASA/8ff528ff077fedbb6ad22948c92753c3/电离总剂量效应_1745986551257.xlsx\"}', 'Test Transistors 65nm,65nm Test Transistors,Texas Instruments,5/1/2009,nsrec2010_W22_TID.pdf,TID,CMOS', '10'); INSERT INTO `nasa_data_record` VALUES ('900bd61b7f933d2427bb66683971ebd9', 'Crawler', '2024-11-13 12:36:26', 'zhangchenyu', '2025-04-30 20:50:32', null, 'CMOS', 'SDRAM Test Chip', 'SDRAM Test Chip', '256M SDRAM', null, 'Maxwell', '12/18/2004', 'NASA', '张晨宇', '2', '{\"T121804_SDRAM_TestChip.pdf\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/T121804_SDRAM_TestChip.pdf\",\"data.xlsx\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/nsrec05_W5.pdf\",\"单粒子效应_1746001328700.xlsx\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/单粒子效应_1746001328700.xlsx\"}', 'SDRAM Test Chip,256M SDRAM,Maxwell,12/18/2004,T121804_SDRAM_TestChip.pdf;nsrec05_W5.pdf,SEL,CMOS', '2'); INSERT INTO `nasa_data_record` VALUES ('9010ce0854f2d853c5b01b60b582a0bd', 'Crawler', '2024-11-13 01:01:00', null, '2025-04-08 11:34:39', null, 'ESCC 22900', 'STRH100N6FSY3', 'STRH100N6FSY3', 'Power MOSFET', '5 FET N CHANNEL', 'STmicroelectronics', '14/09/2010', 'ESA', null, null, '{\"207.pdf\":\"/oss/physical/ESA/9010ce0854f2d853c5b01b60b582a0bd/207.pdf\",\"data.xlsx\":\"/oss/physical/ESA/9010ce0854f2d853c5b01b60b582a0bd/data.xlsx\"}', '207,STRH100N6FSY3,STmicroelectronics,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,5 FET N CHANNEL,Power MOSFET,,STRH100N6FSY3,14/09/2010,False', null); INSERT INTO `nasa_data_record` VALUES ('9019886f1cc5285f24308ea66283a315', 'Crawler', '2024-11-13 09:54:07', null, '2025-04-08 11:34:40', null, 'National', 'LM139', 'LM139', 'Voltage Comparator', null, null, '04/12/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9019886f1cc5285f24308ea66283a315/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9019886f1cc5285f24308ea66283a315/PPM-99-045.pdf\"}', '208,5-56,LM139,Voltage Comparator,National,CASSINI/GCMS,9313,PPM-94-008,04/12/94', null); INSERT INTO `nasa_data_record` VALUES ('903172d330046e262d7127235d926491', 'Crawler', '2024-11-13 09:58:49', null, '2025-04-08 11:34:40', null, 'Silicon Gen.', 'SG1524B', 'SG1524B', 'PWM', null, null, '03/29/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/903172d330046e262d7127235d926491/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/903172d330046e262d7127235d926491/PPM-99-045.pdf\"}', '22,5-300,SG1524B,PWM,Silicon Gen.,SMEX/CB,9024,PPM-91-228,03/29/91', null); INSERT INTO `nasa_data_record` VALUES ('90670bc901161c8e6762345e77c88f99', 'Crawler', '2024-11-13 11:05:37', null, '2025-04-08 11:34:40', null, 'Microprocessors and Peripherals', 'H30466A-21', 'H30466A-21', 'Microprocessor (80386)', null, 'Intel', '2/21/1996;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/90670bc901161c8e6762345e77c88f99/random6a.pdf\",\"b022196.pdf\":\"/oss/physical/NASA/90670bc901161c8e6762345e77c88f99/b022196.pdf\",\"data.xlsx\":\"/oss/physical/NASA/90670bc901161c8e6762345e77c88f99/data.xlsx\"}', 'H30466A-21,Microprocessor (80386),Intel,2/21/1996;7/15/1996,b022196.pdf;random6a.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('90713e18192a76d8c0643fe8164e2b88', 'Crawler', '2024-11-13 09:52:47', null, '2025-04-08 11:34:40', null, 'SEEQ', '28C256', '28C256', 'EEPROM', null, null, '08/07/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/90713e18192a76d8c0643fe8164e2b88/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/90713e18192a76d8c0643fe8164e2b88/PPM-99-045.pdf\"}', '265,2.5-30,28C256,EEPROM,SEEQ,TOMS,9133B,PPM-95-169,08/07/95', null); INSERT INTO `nasa_data_record` VALUES ('9088c918c60aad30930856135241ee54', 'Crawler', '2024-11-13 09:57:00', null, '2025-04-08 11:34:40', null, 'Motorola', '2N5087', '2N5087', 'PNP Amp. XSTR', null, null, '10/28/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9088c918c60aad30930856135241ee54/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9088c918c60aad30930856135241ee54/PPM-99-045.pdf\"}', '84,10-300,2N5087,PNP Amp. XSTR,Motorola,ISTP/NC,9101,PPM-91-654,10/28/91', null); INSERT INTO `nasa_data_record` VALUES ('909918121b20805de4a2f42faa858474', 'Crawler', '2024-11-13 02:23:30', null, '2025-04-08 11:34:40', null, 'ESCC 25100', 'STRH100N10', 'STRH100N10', 'Rad-Hard 100 V, 48 A N-channel Power MOSFET', '99 MISCELLANEOUS', 'STmicroelectronics', '09/08/2016', 'ESA', null, null, '{\"329.pdf\":\"/oss/physical/ESA/909918121b20805de4a2f42faa858474/329.pdf\",\"data.xlsx\":\"/oss/physical/ESA/909918121b20805de4a2f42faa858474/data.xlsx\"}', '329,STRH100N10,STmicroelectronics,Download,SEE (Single Events Effects),ESCC 25100,12 TRANSISTORS,99 MISCELLANEOUS,Rad-Hard 100 V, 48 A N-channel Power MOSFET,,Hirex-Alter,09/08/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('90a9aff039a65fb616c0518cec769931', 'Crawler', '2024-11-13 12:07:43', 'dushuaibin', '2025-04-30 20:02:32', null, '模拟集成电路', 'Operational Amplifier', 'PM-1012AZ/883', 'Operational Amplifier', '9029', 'PMI', '1991.01.14-1991.02.01', 'NASA', '王嘉兴', '2', '{\"PPM-91-120.pdf\":\"/oss/physical/NASA/90a9aff039a65fb616c0518cec769931/PPM-91-120.pdf\",\"data.xlsx\":\"/oss/physical/NASA/90a9aff039a65fb616c0518cec769931/data.xlsx\",\"电离总剂量效应_1746014551090.xlsx\":\"/oss/physical/NASA/90a9aff039a65fb616c0518cec769931/电离总剂量效应_1746014551090.xlsx\"}', 'PM-1012AZ/883,Operational Amplifier,PMI,2/20/1991,tid/PPM-91-120.pdf,TID,Operational Amplifier', '200'); INSERT INTO `nasa_data_record` VALUES ('90d26c5a539780b4816392e43b0cb7a2', 'Crawler', '2024-11-13 11:15:02', null, '2025-04-08 11:34:40', null, 'Transistor', 'IRLML2803A', 'IRLML2803A', 'N-Channel MOSFET', null, 'International Rectifier Corp', '12/31/2001', 'NASA', null, null, '{\"N123101_IRLML2803.pdf\":\"/oss/physical/NASA/90d26c5a539780b4816392e43b0cb7a2/N123101_IRLML2803.pdf\",\"data.xlsx\":\"/oss/physical/NASA/90d26c5a539780b4816392e43b0cb7a2/data.xlsx\"}', 'IRLML2803A,N-Channel MOSFET,International Rectifier Corp,12/31/2001,N123101_IRLML2803.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('9101f3506a771ea72c1b1784a4435988', 'Crawler', '2024-11-13 12:44:16', 'chenpan', '2025-04-30 22:53:11', null, 'Si', 'STPS60SM200C', 'STPS60SM200C', 'Diode', null, 'STMicroelectronics', '6/30/2014', 'NASA', '陈攀', '1', '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/9101f3506a771ea72c1b1784a4435988/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9101f3506a771ea72c1b1784a4435988/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/9101f3506a771ea72c1b1784a4435988/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/9101f3506a771ea72c1b1784a4435988/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\",\"STPS60SM200C_SEE_1746024788958.xlsx\":\"/oss/physical/NASA/9101f3506a771ea72c1b1784a4435988/STPS60SM200C_SEE_1746024788958.xlsx\"}', 'STPS60SM200C,Diode,STMicroelectronics,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '3'); INSERT INTO `nasa_data_record` VALUES ('91099850855ea090b705fbbec2e443f6', 'Crawler', '2024-11-13 11:58:51', 'huangkan', '2025-04-30 17:46:37', null, '光电子器件', 'Mii53253', 'Mii53253', 'Power MOSFET Optocoupler', null, 'Micropac', '7/19/2001', 'NASA', null, '13', '{\"Mii53253单粒子效应_1746004643056.xlsx\":\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/Mii53253单粒子效应_1746004643056.xlsx\",\"nsrec01_W15.pdf\":\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/data.xlsx\",\"D120400d.pdf\":\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/D120400d.pdf\"}', 'Mii53253,Power MOSFET Optocoupler,Micropac,7/19/2001,D120400d.pdf;nsrec01_W15.pdf,DD,Power MOSFET Optocoupler', '16'); INSERT INTO `nasa_data_record` VALUES ('911400c278803809b9a1cd95227d10dd', 'Crawler', '2024-11-13 10:21:53', null, '2025-04-08 11:34:40', null, 'Hybrid', '53278', '53278', '28VDC SSPC', null, 'Micropac', '12/18/2004', 'NASA', null, null, '{\"T121804_53278.pdf\":\"/oss/physical/NASA/911400c278803809b9a1cd95227d10dd/T121804_53278.pdf\",\"data.xlsx\":\"/oss/physical/NASA/911400c278803809b9a1cd95227d10dd/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/911400c278803809b9a1cd95227d10dd/nsrec05_W5.pdf\"}', '53278,28VDC SSPC,Micropac,12/18/2004,T121804_53278.pdf;nsrec05_W5.pdf,SEE,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('91785e455868b9e1b0b1dbcccb81c1e3', 'Crawler', '2024-11-13 02:23:06', null, '2025-04-08 11:34:40', null, 'ESCC 22900', 'H5TC4G83CFR - DC1517', 'H5TC4G83CFR - DC1517', '4Gb (512Mb x 8) DDR3L SDRAM', '29 MEMORY OTHERS', 'Hynix', '12/11/2018', 'ESA', null, null, '{\"TID_01587_01 H5TC4G83CFR.pdf\":\"/oss/physical/ESA/91785e455868b9e1b0b1dbcccb81c1e3/TID_01587_01 H5TC4G83CFR.pdf\",\"data.xlsx\":\"/oss/physical/ESA/91785e455868b9e1b0b1dbcccb81c1e3/data.xlsx\"}', '334,H5TC4G83CFR - DC1517,Hynix,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,29 MEMORY OTHERS,4Gb (512Mb x 8) DDR3L SDRAM,,Hirex-Alter,12/11/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('919d690351d60866b59494973014a36e', 'Crawler', '2024-11-13 01:01:14', null, '2025-04-08 11:34:40', null, 'ESCC 22900', 'STRH8N10STF3', 'STRH8N10STF3', 'Power MOSFET', '5 FET N CHANNEL', 'STmicroelectronics', '14/09/2010', 'ESA', null, null, '{\"212.pdf\":\"/oss/physical/ESA/919d690351d60866b59494973014a36e/212.pdf\",\"data.xlsx\":\"/oss/physical/ESA/919d690351d60866b59494973014a36e/data.xlsx\"}', '212,STRH8N10STF3,STmicroelectronics,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,5 FET N CHANNEL,Power MOSFET,,ESA-ESTEC,14/09/2010,False', null); INSERT INTO `nasa_data_record` VALUES ('91e71b1d552295bce673c0cb66ba450c', 'Crawler', '2024-11-13 11:06:42', null, '2025-04-08 11:34:40', null, 'Optocoupler', 'HCPL2430', 'HCPL2430', 'Optocoupler', null, 'HP', '4/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/91e71b1d552295bce673c0cb66ba450c/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/91e71b1d552295bce673c0cb66ba450c/data.xlsx\"}', 'HCPL2430,Optocoupler,HP,4/1997,nsrec00_W22.pdf,DD;SET,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('91fe899914910250a8224655597a3295', 'Crawler', '2024-11-13 10:18:13', null, '2025-04-08 11:34:40', null, 'Bipolar', '2N6351', '2N6351', 'Transistor', null, 'Microsemi', '3/6/2014 to 4/7/2014', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/91fe899914910250a8224655597a3295/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/91fe899914910250a8224655597a3295/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', '2N6351,Transistor,Microsemi,3/6/2014 to 4/7/2014,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('920dd827e5581e58ad48d6a5e8a2cff9', 'Crawler', '2024-11-13 11:07:15', null, '2025-04-08 11:34:40', null, 'Optocoupler', 'HCPL5730 (6N140A)', 'HCPL5730 (6N140A)', 'Optocoupler', null, 'HP', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/920dd827e5581e58ad48d6a5e8a2cff9/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/920dd827e5581e58ad48d6a5e8a2cff9/data.xlsx\"}', 'HCPL5730 (6N140A),Optocoupler,HP,5/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('9242468be23c4bec3137e2f4c7454f73', 'Crawler', '2024-11-13 12:24:52', 'wangjiaxing', '2025-04-30 21:39:15', null, 'RAM (Random Access Memory)', 'Q02L00JQ', 'Q02L00JQ', '16 Mbit DRAM (5V)', '9314', 'IBM', '9/20/1996', 'NASA', '王嘉兴', '1', '{\"PPM-96-009.pdf\":\"/oss/physical/NASA/9242468be23c4bec3137e2f4c7454f73/PPM-96-009.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9242468be23c4bec3137e2f4c7454f73/data.xlsx\",\"电离总剂量效应7(2)_1746020345271.xlsx\":\"/oss/physical/NASA/9242468be23c4bec3137e2f4c7454f73/电离总剂量效应7(2)_1746020345271.xlsx\"}', 'Q02L00JQ,16 Mbit DRAM (5V),IBM,9/20/1996,tid/PPM-96-009.pdf,TID,RAM (Random Access Memory)', '6'); INSERT INTO `nasa_data_record` VALUES ('927e1523e05eb9a856088e7c7564bec2', 'Crawler', '2024-11-13 12:41:29', 'luozikang', '2025-04-29 18:07:14', null, '90nm CMOS', 'SPC5606B', 'SPC5606B', 'Automotive Microcontroller', null, 'NXP (Freescale)', '8/22/2015;12/18/2015', 'NASA', '罗梓康', '4', '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/927e1523e05eb9a856088e7c7564bec2/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/927e1523e05eb9a856088e7c7564bec2/data.xlsx\",\"单粒子效应_1745921233174.xlsx\":\"/oss/physical/NASA/927e1523e05eb9a856088e7c7564bec2/单粒子效应_1745921233174.xlsx\"}', 'SPC5606B,Automotive Microcontroller,NXP (Freescale),8/22/2015;12/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEL;SEFI,90nm CMOS', '12'); INSERT INTO `nasa_data_record` VALUES ('929717d5b678c350e852ab9332b3036a', 'Crawler', '2024-11-13 11:18:04', null, '2025-04-08 11:34:40', null, 'N-MOSFET', 'JTXV2N6798', 'JTXV2N6798', 'N-MOSFET', null, 'GE', '4/30/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/929717d5b678c350e852ab9332b3036a/data.xlsx\"}', 'JTXV2N6798,N-MOSFET,GE,4/30/1991,Rad-91-10.pdf,TID,N-MOSFET', null); INSERT INTO `nasa_data_record` VALUES ('92cb612765347db03f13c118004513b8', 'Crawler', '2024-11-13 12:30:35', 'yangjicong', '2025-04-29 12:55:04', null, 'Miscellaneous', 'RS Encoder', 'RS Encoder', '16 bit shift register', null, 'HP', '2/13/1992;12/19/1991', 'NASA', '杨济聪', '1', '{\"21392.pdf\":\"/oss/physical/NASA/92cb612765347db03f13c118004513b8/21392.pdf\",\"121991.pdf\":\"/oss/physical/NASA/92cb612765347db03f13c118004513b8/121991.pdf\",\"data_1745902502941.xlsx\":\"/oss/physical/NASA/92cb612765347db03f13c118004513b8/data_1745902502941.xlsx\"}', 'RS Encoder,16 bit shift register,HP,2/13/1992;12/19/1991,21392.pdf;121991.pdf,SEU,Miscellaneous', '1'); INSERT INTO `nasa_data_record` VALUES ('92d9d5a07a3de8170421b2bd7fccf12a', 'Crawler', '2024-11-13 09:56:22', null, '2025-04-08 11:34:40', null, 'NSC', '54ACT374LMQB', '54ACT374LMQB', 'Octal Flip-flop', null, null, '01/10/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/92d9d5a07a3de8170421b2bd7fccf12a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/92d9d5a07a3de8170421b2bd7fccf12a/PPM-99-045.pdf\"}', '109,10-200,54ACT374LMQB,Octal Flip-flop,NSC,SMEX/CB,9040A,PPM-92-003,01/10/92', null); INSERT INTO `nasa_data_record` VALUES ('92e58703bd3bd4839dd75374bb514df7', 'Crawler', '2024-11-13 11:21:25', null, '2025-04-08 11:34:40', null, 'DC-DC Converter', 'LCM-120', 'LCM-120', 'DC-DC Converter', null, 'Interpoint', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/92e58703bd3bd4839dd75374bb514df7/nsrec01_W15.pdf\",\"G052200.pdf\":\"/oss/physical/NASA/92e58703bd3bd4839dd75374bb514df7/G052200.pdf\",\"data.xlsx\":\"/oss/physical/NASA/92e58703bd3bd4839dd75374bb514df7/data.xlsx\",\"B080100d.pdf\":\"/oss/physical/NASA/92e58703bd3bd4839dd75374bb514df7/B080100d.pdf\"}', 'LCM-120,DC-DC Converter,Interpoint,7/19/2001,B080100d.pdf;G052200.pdf;nsrec01_W15.pdf,SET;SEL;TID,DC-DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('933619b47f1d638b123d4eda4bb87aa0', 'Crawler', '2024-11-13 02:19:39', null, '2025-04-08 11:34:40', null, 'Not specified', 'LM124AJRQMLV', 'LM124AJRQMLV', 'Low Power Quad Bipolar Operational Amplifier', '50 LINEAR OPERATIONAL AMPLIFIER', 'National Semiconductor', '06/06/2011', 'ESA', null, null, '{\"LM124AJRQLMV PROTONS TID_0934_01.pdf\":\"/oss/physical/ESA/933619b47f1d638b123d4eda4bb87aa0/LM124AJRQLMV PROTONS TID_0934_01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/933619b47f1d638b123d4eda4bb87aa0/data.xlsx\"}', '363,LM124AJRQMLV,National Semiconductor,Download,DD (Displacement Damage),Not specified,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Low Power Quad Bipolar Operational Amplifier,Bipolar,Hirex-Alter,06/06/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('9341717eccaadea538e69fb89a055959', 'Crawler', '2024-11-13 12:36:39', 'zhangchenyu', '2025-04-30 16:53:33', null, 'Fiber Optics', 'SEDSII', 'SEDSII', 'Fiber Optic Data Bus/Interface', null, 'various', '3/19/1997', 'NASA', '张晨宇', '1', '{\"r021497.pdf\":\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/r021497.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/data.xlsx\",\"单粒子效应_1746003212203.xlsx\":\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/单粒子效应_1746003212203.xlsx\"}', 'SEDSII,Fiber Optic Data Bus/Interface,various,3/19/1997,r021497.pdf,SEE,Fiber Optics', '1'); INSERT INTO `nasa_data_record` VALUES ('935fd2ad64fec6921da1b41f98d5705d', 'Crawler', '2024-11-13 11:12:01', null, '2025-04-08 11:34:40', null, 'Optocoupler', 'HSSR7110', 'HSSR7110', 'Optocoupler', null, 'HP', '12/16/1996', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/935fd2ad64fec6921da1b41f98d5705d/data.xlsx\",\"d121696.pdf\":\"/oss/physical/NASA/935fd2ad64fec6921da1b41f98d5705d/d121696.pdf\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/935fd2ad64fec6921da1b41f98d5705d/nsrec00_W22.pdf\"}', 'HSSR7110,Optocoupler,HP,12/16/1996,d121696.pdf;nsrec00_W22.pdf,SEE;DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('9388a532dae24af8d2a9339aadd81e43', 'Crawler', '2024-11-13 12:25:56', 'dushuaibin', '2025-04-30 20:57:09', null, '数字集成电路', 'RAM (Random Access Memory)', 'RAMN1R11', 'Rambus 2Mx8 DRAM', 'XX', 'NEC', '2/24/1997', 'NASA', '王嘉兴', '1', '{\"data.xlsx\":\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/b022497b.pdf\",\"单粒子效应_1746017827650.xlsx\":\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/单粒子效应_1746017827650.xlsx\"}', 'RAMN1R11,Rambus 2Mx8 DRAM,NEC,2/24/1997,b022497b.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('939aacbde5c9c1e8962cfedfb914d268', 'Crawler', '2024-11-13 11:21:56', null, '2025-04-08 11:34:40', null, 'Operational Amplifier', 'LM101A', 'LM101A', 'Operational Amplifier', null, 'National Semiconductor', '12/20/1996', 'NASA', null, null, '{\"PPM-97-007.pdf\":\"/oss/physical/NASA/939aacbde5c9c1e8962cfedfb914d268/PPM-97-007.pdf\",\"data.xlsx\":\"/oss/physical/NASA/939aacbde5c9c1e8962cfedfb914d268/data.xlsx\"}', 'LM101A,Operational Amplifier,National Semiconductor,12/20/1996,tid/PPM-97-007.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('939d2db20878a4632e056eee480f8f2c', 'Crawler', '2024-11-13 10:53:37', null, '2025-04-08 11:34:40', null, 'Bipolar', 'BSS123', 'BSS123', 'N-channel JFET', null, 'ON Semiconductor', '8/28/2018', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/939d2db20878a4632e056eee480f8f2c/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"2018-Austin-TR-19-018-BSS123-2018Aug02-TID-20205006208.pdf\":\"/oss/physical/NASA/939d2db20878a4632e056eee480f8f2c/2018-Austin-TR-19-018-BSS123-2018Aug02-TID-20205006208.pdf\",\"2018-Campola-TR-19-018-BSS123_19-019-Si1013-2018Aug28-TM-20210010524.pdf\":\"/oss/physical/NASA/939d2db20878a4632e056eee480f8f2c/2018-Campola-TR-19-018-BSS123_19-019-Si1013-2018Aug28-TM-20210010524.pdf\",\"data.xlsx\":\"/oss/physical/NASA/939d2db20878a4632e056eee480f8f2c/data.xlsx\"}', 'BSS123,N-channel JFET,ON Semiconductor,8/28/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;2018-Austin-TR-19-018-BSS123-2018Aug02-TID-20205006208.pdf;2018-Campola-TR-19-018-BSS123_19-019-Si1013-2018Aug28-TM-20210010524.pdf,SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('93bfb040d92bec6094deb6e9ab1a9928', 'Crawler', '2024-11-13 10:28:36', null, '2025-04-08 11:34:40', null, 'Optocoupler', '6N134', '6N134', 'Optocoupler', null, 'HP', '9/3/1997;5/1997;11/1997', 'NASA', null, null, '{\"i090397.pdf\":\"/oss/physical/NASA/93bfb040d92bec6094deb6e9ab1a9928/i090397.pdf\",\"data.xlsx\":\"/oss/physical/NASA/93bfb040d92bec6094deb6e9ab1a9928/data.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/93bfb040d92bec6094deb6e9ab1a9928/nsrec00_W22.pdf\"}', '6N134,Optocoupler,HP,9/3/1997;5/1997;11/1997,i090397.pdf;nsrec00_W22.pdf,SEE;DD;SET,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('93e9d21668920eaa88e560a1cdd2a409', 'Crawler', '2024-11-13 10:49:53', null, '2025-04-08 11:34:40', null, 'Data Transmission', 'AM7969', 'AM7969', 'TAXI Receiver', null, 'AMD', '2/9/1992;9/22/1996;11/17/1996;7/19/1993;7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/93e9d21668920eaa88e560a1cdd2a409/Random97a.pdf\",\"nsrec93a.pdf\":\"/oss/physical/NASA/93e9d21668920eaa88e560a1cdd2a409/nsrec93a.pdf\",\"i111796c.pdf\":\"/oss/physical/NASA/93e9d21668920eaa88e560a1cdd2a409/i111796c.pdf\",\"b092296.pdf\":\"/oss/physical/NASA/93e9d21668920eaa88e560a1cdd2a409/b092296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/93e9d21668920eaa88e560a1cdd2a409/data.xlsx\",\"20992.pdf\":\"/oss/physical/NASA/93e9d21668920eaa88e560a1cdd2a409/20992.pdf\"}', 'AM7969,TAXI Receiver,AMD,2/9/1992;9/22/1996;11/17/1996;7/19/1993;7/21/1997,20992.pdf;b092296.pdf;i111796c.pdf;nsrec93a.pdf;Random97a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('93f355edd74e995f92768075ee330ea1', 'Crawler', '2024-11-13 10:18:45', null, '2025-04-08 11:34:40', null, 'Transistor', '2N6849', '2N6849', 'Transistor', null, 'Harris', '10/2/1997', 'NASA', null, null, '{\"PPM-97-040.pdf\":\"/oss/physical/NASA/93f355edd74e995f92768075ee330ea1/PPM-97-040.pdf\",\"data.xlsx\":\"/oss/physical/NASA/93f355edd74e995f92768075ee330ea1/data.xlsx\"}', '2N6849,Transistor,Harris,10/2/1997,tid/PPM-97-040.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('9412ab00bd85a5a437fb5d008ee93ef1', 'Crawler', '2024-11-13 11:28:21', null, '2025-04-08 11:34:40', null, 'Operational Amplifier', 'LMC6062', 'LMC6062', 'Operational Amplifier', null, 'National Semiconductor', '2/9/1997', 'NASA', null, null, '{\"PPM-97-008.pdf\":\"/oss/physical/NASA/9412ab00bd85a5a437fb5d008ee93ef1/PPM-97-008.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9412ab00bd85a5a437fb5d008ee93ef1/data.xlsx\"}', 'LMC6062,Operational Amplifier,National Semiconductor,2/9/1997,tid/PPM-97-008.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('944c3e7385de962a86ede09ea10d76d9', 'Crawler', '2024-11-13 00:51:48', null, '2025-04-08 11:34:40', null, 'Not specified', 'RHFLVDS228A', 'RHFLVDS228A', 'Dual 4x4 Crosspoint Switch LVDS\r\nFrom\r\nST Microelectronics', '55 LINEAR LINE DRIVER', 'STmicroelectronics', '18/10/2013', 'ESA', null, null, '{\"181.pdf\":\"/oss/physical/ESA/944c3e7385de962a86ede09ea10d76d9/181.pdf\",\"data.xlsx\":\"/oss/physical/ESA/944c3e7385de962a86ede09ea10d76d9/data.xlsx\"}', '181,RHFLVDS228A,STmicroelectronics,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,55 LINEAR LINE DRIVER,Dual 4x4 Crosspoint Switch LVDS\r\nFrom\r\nST Microelectronics,,TRAD,18/10/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('944fdbab894d2f6881eb5caee47d9097', 'Crawler', '2024-11-13 10:33:11', null, '2025-04-08 11:34:40', null, 'Data Transmission', 'A14100A', 'A14100A', 'FPGA', null, 'Actel', '7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/944fdbab894d2f6881eb5caee47d9097/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/944fdbab894d2f6881eb5caee47d9097/data.xlsx\"}', 'A14100A,FPGA,Actel,7/21/1997,Random97a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('9458bf88442a93db0845e59de091b17f', 'Crawler', '2024-11-13 10:30:59', null, '2025-04-08 11:34:40', null, 'Microprocessors and Peripherals', '80386DX-25', '80386DX-25', 'Microprocessor', null, 'Intel', '4/3/1995;7/17/1995;9/18/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/9458bf88442a93db0845e59de091b17f/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9458bf88442a93db0845e59de091b17f/data.xlsx\",\"intel.pdf\":\"/oss/physical/NASA/9458bf88442a93db0845e59de091b17f/intel.pdf\"}', '80386DX-25,Microprocessor,Intel,4/3/1995;7/17/1995;9/18/1995,ieee95a.pdf;intel.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('9478628ae08df56893d5cd3b0f469b1b', 'Crawler', '2024-11-13 00:43:06', null, '2025-04-08 11:34:40', null, 'Not specified', '66193-002', '66193-002', 'Optocoupler', '1 OPTOCOUPLER', 'Micropac', '04/05/2012', 'ESA', null, null, '{\"143.pdf\":\"/oss/physical/ESA/9478628ae08df56893d5cd3b0f469b1b/143.pdf\",\"data.xlsx\":\"/oss/physical/ESA/9478628ae08df56893d5cd3b0f469b1b/data.xlsx\"}', '143,66193-002,Micropac,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,04/05/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('947e894d78d1227f7a86d8da28145e97', 'Crawler', '2024-11-13 11:33:42', null, '2025-04-08 11:34:40', null, 'CMOS', 'LXA0381 Test Chip - G12 Process', 'LXA0381 Test Chip - G12 Process', '64-bit ALU ASIC', null, 'LSI Logic', '6/03/2004;8/14/2004;9/2/2004;9/17/2004;9/2004', 'NASA', null, null, '{\"nsrec05_W5.pdf\":\"/oss/physical/NASA/947e894d78d1227f7a86d8da28145e97/nsrec05_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/947e894d78d1227f7a86d8da28145e97/data.xlsx\"}', 'LXA0381 Test Chip - G12 Process,64-bit ALU ASIC,LSI Logic,6/03/2004;8/14/2004;9/2/2004;9/17/2004;9/2004,nsrec05_W5.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('94d055aa59e916664d7c1f7a14bfac87', 'Crawler', '2024-11-13 10:19:44', null, '2025-04-08 11:34:40', null, 'Optocoupler', '3C91', '3C91', 'Optocoupler', null, 'Mitel', '6/1/1998;9/1/1998;10/1/1998', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/94d055aa59e916664d7c1f7a14bfac87/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/94d055aa59e916664d7c1f7a14bfac87/NSREC99.pdf\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/94d055aa59e916664d7c1f7a14bfac87/nsrec00_W22.pdf\"}', '3C91,Optocoupler,Mitel,6/1/1998;9/1/1998;10/1/1998,NSREC99.pdf;nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('94d92b6deb8d578220e3400b76e49c95', 'Crawler', '2024-11-13 09:53:10', null, '2025-04-08 11:34:40', null, 'Unitrode', 'MC1717', 'MC1717', 'Step Motor Driver', null, null, '03/07/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/94d92b6deb8d578220e3400b76e49c95/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/94d92b6deb8d578220e3400b76e49c95/PPM-99-045.pdf\"}', '249,2.5-50,MC1717,Step Motor Driver,Unitrode,HST/ADD,9446,PPM-95-134,03/07/95', null); INSERT INTO `nasa_data_record` VALUES ('94fcd3f2f83d34078649169a93f585ee', 'Crawler', '2024-11-13 02:16:10', null, '2025-04-08 11:34:40', null, 'Not specified', 'W29N01GVSIAA', 'W29N01GVSIAA', '', '29 MEMORY OTHERS', 'Winbond', '05/10/2016', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/94fcd3f2f83d34078649169a93f585ee/data.xlsx\",\"388.pdf\":\"/oss/physical/ESA/94fcd3f2f83d34078649169a93f585ee/388.pdf\"}', '388,W29N01GVSIAA,Winbond,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,,CMOS,Hirex-Alter,05/10/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('9513e3fb512b32f97954eae20d33eaff', 'Crawler', '2024-11-13 02:23:11', null, '2025-04-08 11:34:40', null, 'Not specified', 'GR718A - DC1411', 'GR718A - DC1411', 'SpaceWire Router', '1 ALL', 'Cobham Gaisler', '19/01/2016', 'ESA', null, null, '{\"333.pdf\":\"/oss/physical/ESA/9513e3fb512b32f97954eae20d33eaff/333.pdf\",\"data.xlsx\":\"/oss/physical/ESA/9513e3fb512b32f97954eae20d33eaff/data.xlsx\"}', '333,GR718A - DC1411,Cobham Gaisler,Download,SEE (Single Events Effects),Not specified,99 MISCELLANEOUS PARTS,1 ALL,SpaceWire Router,180nm CMOS,TRAD,19/01/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('9526efee7c2f665ef826a7e7c91e6a2a', 'Crawler', '2024-11-13 00:38:39', null, '2025-04-08 11:34:40', null, 'Not specified', 'SOC3700SW', 'SOC3700SW', 'Low Power NPN Bipolar Transistor', '1 LOW POWER, NPN (< 2WATTS)', 'STmicroelectronics', '20/01/2012', 'ESA', null, null, '{\"120.pdf\":\"/oss/physical/ESA/9526efee7c2f665ef826a7e7c91e6a2a/120.pdf\",\"data.xlsx\":\"/oss/physical/ESA/9526efee7c2f665ef826a7e7c91e6a2a/data.xlsx\"}', '120,SOC3700SW,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),Low Power NPN Bipolar Transistor,,Hirex,20/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('9533bd507f289097d186e7f9b60d9497', 'Crawler', '2024-11-13 10:18:37', null, '2025-04-08 11:34:40', null, 'Transistor', '2N6796', '2N6796', 'Transistor', null, 'Harris', '10/2/1997', 'NASA', null, null, '{\"PPM-97-039.pdf\":\"/oss/physical/NASA/9533bd507f289097d186e7f9b60d9497/PPM-97-039.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9533bd507f289097d186e7f9b60d9497/data.xlsx\"}', '2N6796,Transistor,Harris,10/2/1997,tid/PPM-97-039.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('95748c3669d5be980aa1728e30653dcd', 'Crawler', '2024-11-13 11:18:29', null, '2025-04-08 11:34:40', null, '20nm CMOS', 'Jetson TX1', 'Jetson TX1', 'SOC', null, 'nVidia', '2016OctMGH;6/2/2019(MGH)', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/95748c3669d5be980aa1728e30653dcd/data.xlsx\",\"NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf\":\"/oss/physical/NASA/95748c3669d5be980aa1728e30653dcd/NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/95748c3669d5be980aa1728e30653dcd/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf\":\"/oss/physical/NASA/95748c3669d5be980aa1728e30653dcd/NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf\",\"NEPP-TR-2016-Wyrwas-16-038-Jetson-TX1-MGH2016Oct-TN44749.pdf\":\"/oss/physical/NASA/95748c3669d5be980aa1728e30653dcd/NEPP-TR-2016-Wyrwas-16-038-Jetson-TX1-MGH2016Oct-TN44749.pdf\"}', 'Jetson TX1,SOC,nVidia,2016OctMGH;6/2/2019(MGH),https://nepp.nasa.gov/files/30458/NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf;https://nepp.nasa.gov/files/29921/NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf;https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/28487/NEPP-TR-2016-Wyrwas-16-038-Jetson-TX1-MGH2016Oct-TN44749.pdf,SEU;TID,20nm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('95799b32b5cea9456484aed56e292eee', 'Crawler', '2024-11-13 11:00:15', null, '2025-04-08 11:34:40', null, 'Microprocessor', 'DS1670E', 'DS1670E', 'Portable System Controller', null, 'Dallas Semiconductor', '4/30/1999', 'NASA', null, null, '{\"b043099b.pdf\":\"/oss/physical/NASA/95799b32b5cea9456484aed56e292eee/b043099b.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/95799b32b5cea9456484aed56e292eee/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/95799b32b5cea9456484aed56e292eee/data.xlsx\"}', 'DS1670E,Portable System Controller,Dallas Semiconductor,4/30/1999,b043099b.pdf;nsrec00_W21.pdf,SEL;SEE;TID,Microprocessor', null); INSERT INTO `nasa_data_record` VALUES ('958ea53036450cf675602dddbe9548ce', 'Crawler', '2024-11-13 00:32:57', null, '2025-04-08 11:34:40', null, 'Not specified', 'HCPL5501', 'HCPL5501', 'Optocoupler', '1 OPTOCOUPLER', 'Avago', '19/04/2012', 'ESA', null, null, '{\"90.pdf\":\"/oss/physical/ESA/958ea53036450cf675602dddbe9548ce/90.pdf\",\"data.xlsx\":\"/oss/physical/ESA/958ea53036450cf675602dddbe9548ce/data.xlsx\"}', '90,HCPL5501,Avago,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,Single Channel Optocoupler,TRAD,19/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('95c8ba8a3775309988985ba00aa4ed66', 'Crawler', '2024-11-13 11:51:12', null, '2025-04-08 11:34:40', null, 'FPGA', 'MPF300T-FCG1152 (PolarFire)', 'MPF300T-FCG1152 (PolarFire)', 'FPGA', null, 'Microsemi', '11/18/2019', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/95c8ba8a3775309988985ba00aa4ed66/data.xlsx\",\"NEPP-TR-2019-Berg-TR-19-045-Microsemi-PolarFire-MPF300T-FCG1152-LBNL-2019Nov18-20205007083.pdf\":\"/oss/physical/NASA/95c8ba8a3775309988985ba00aa4ed66/NEPP-TR-2019-Berg-TR-19-045-Microsemi-PolarFire-MPF300T-FCG1152-LBNL-2019Nov18-20205007083.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/95c8ba8a3775309988985ba00aa4ed66/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\"}', 'MPF300T-FCG1152 (PolarFire),FPGA,Microsemi,11/18/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;https://nepp.nasa.gov/docs/tasks/041-FPGA/NEPP-TR-2019-Berg-TR-19-045-Microsemi-PolarFire-MPF300T-FCG1152-LBNL-2019Nov18-20205007083.pdf,SEE,FPGA', null); INSERT INTO `nasa_data_record` VALUES ('95e728fe50c20fecf0992797dad19079', 'Crawler', '2024-11-13 09:56:08', null, '2025-04-08 11:34:40', null, 'NSC', '54AC646LMQB', '54AC646LMQB', 'Octal Trans.', null, null, '02/06/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/95e728fe50c20fecf0992797dad19079/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/95e728fe50c20fecf0992797dad19079/PPM-99-045.pdf\"}', '119,10-300,54AC646LMQB,Octal Trans.,NSC,SMEX,C90353,PPM-92-054,02/06/92', null); INSERT INTO `nasa_data_record` VALUES ('9618771a88628e3124992b559bae016c', 'Crawler', '2024-11-13 09:55:16', null, '2025-04-08 11:34:40', null, 'Harris', '82C59', '82C59', 'Controller', null, null, '10/20/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9618771a88628e3124992b559bae016c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9618771a88628e3124992b559bae016c/PPM-99-045.pdf\"}', '157,5-30,82C59,Controller,Harris,TOMS/C4,8902,PPM-92-251,10/20/92', null); INSERT INTO `nasa_data_record` VALUES ('963052db1cb9f836645ebea42816ba92', 'Crawler', '2024-11-13 12:56:13', 'yangsini', '2025-04-30 19:45:58', null, '其他电气和电子元器件', 'SDRAM测试芯片', 'Maxwell SDRAM', '256 Mbit SDRAM', 'xx', 'Maxwell', '3/12/2005', 'NASA', '杨思妮', '1', '{\"data.xlsx\":\"/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/nsrec06_W4.pdf\",\"T031205_Maxwell_SDRAM.pdf\":\"/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/T031205_Maxwell_SDRAM.pdf\",\"单粒子效应_1746013556454.xlsx\":\"/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/单粒子效应_1746013556454.xlsx\"}', 'Test Parts - SDRAM,256 Mbit SDRAM,Maxwell,3/12/2005,T031205_Maxwell_SDRAM.pdf;nsrec06_W4.pdf,SEE,Memory', '1'); INSERT INTO `nasa_data_record` VALUES ('966bf1cfc61e332af1325f7586b7d282', 'Crawler', '2024-11-13 09:55:52', null, '2025-04-08 11:34:40', null, 'SGS Thomson', 'M54HC373YBF', 'M54HC373YBF', 'Octal Latch', null, null, '03/09/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/966bf1cfc61e332af1325f7586b7d282/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/966bf1cfc61e332af1325f7586b7d282/PPM-99-045.pdf\"}', '131,5-20,M54HC373YBF,Octal Latch,SGS Thomson,GGS/WIND,88916,PPM-92-099,03/09/92', null); INSERT INTO `nasa_data_record` VALUES ('96805059df4a0e2452eefb83549fb8b0', 'Crawler', '2024-11-13 11:15:48', null, '2025-04-08 11:34:40', null, 'CMOS', 'ISC 9803', 'ISC 9803', 'Standard 640 and custom QWIP Readout Integrated Circuit (ROIC) hybridized to infrared sensor array', null, 'Indigo Systems (9803) and NASA GSFC (QWIP)', 'UCD08NOV', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/96805059df4a0e2452eefb83549fb8b0/data.xlsx\",\"D111908_TIRS-QWIP_Indigo-9808.pdf\":\"/oss/physical/NASA/96805059df4a0e2452eefb83549fb8b0/D111908_TIRS-QWIP_Indigo-9808.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/96805059df4a0e2452eefb83549fb8b0/nsrec09_W12_SEE.pdf\"}', 'ISC 9803,Standard 640 and custom QWIP Readout Integrated Circuit (ROIC) hybridized to infrared sensor array,Indigo Systems (9803) and NASA GSFC (QWIP),UCD08NOV,D111908_TIRS-QWIP_Indigo-9808.pdf;nsrec09_W12_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('96a09720471fee66e3775abc81b142e1', 'Crawler', '2024-11-13 12:07:41', 'wangjiaxing', '2025-04-30 20:36:42', null, '电源器件', 'Switching Regulator', 'PIC7527', 'Switching Regulator', '9450', 'Sil General', '1999.09.23-1999.11.26', 'NASA', '王嘉兴', '1', '{\"PPM-99-038.pdf\":\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/PPM-99-038.pdf\",\"电离总剂量效应_1746014968537.xlsx\":\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/电离总剂量效应_1746014968537.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/data.xlsx\"}', 'PIC7527,Switching Regulator,Sil General,11/30/1999,tid/PPM-99-038.pdf;nsrec00_W21.pdf,TID,Switching Regulator', '20'); INSERT INTO `nasa_data_record` VALUES ('96d6a3767028ca4c20746d50fb32d3fc', 'Crawler', '2024-11-13 11:17:18', null, '2025-04-08 11:34:40', null, 'Bipolar', 'JANTXV2N5115', 'JANTXV2N5115', 'JFET', null, 'Solitron', '11/28/2016', 'NASA', null, null, '{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/96d6a3767028ca4c20746d50fb32d3fc/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"data.xlsx\":\"/oss/physical/NASA/96d6a3767028ca4c20746d50fb32d3fc/data.xlsx\"}', 'JANTXV2N5115,JFET,Solitron,11/28/2016,https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('96f67d8d0f266c026797c6f07b29210c', 'Crawler', '2024-11-13 11:31:06', null, '2025-04-08 11:34:40', null, 'Voltage Regulator', 'LT1580 IR', 'LT1580 IR', 'Voltage Regulator', null, 'Linear Technology', '_1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/96f67d8d0f266c026797c6f07b29210c/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/96f67d8d0f266c026797c6f07b29210c/data.xlsx\"}', 'LT1580 IR,Voltage Regulator,Linear Technology,_1999,nsrec00_W21.pdf,TID,Voltage Regulator', null); INSERT INTO `nasa_data_record` VALUES ('970ab44b3f736e56635d40cf7352cf25', 'Crawler', '2024-11-13 11:49:00', null, '2025-04-08 11:34:40', null, 'Converter', 'MHF2805S', 'MHF2805S', 'DC-DC Converter', null, 'Interpoint', '7/20/1998;9/1/1998;4/08/1996', 'NASA', null, null, '{\"PPM-96-004.pdf\":\"/oss/physical/NASA/970ab44b3f736e56635d40cf7352cf25/PPM-96-004.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/970ab44b3f736e56635d40cf7352cf25/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/970ab44b3f736e56635d40cf7352cf25/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/970ab44b3f736e56635d40cf7352cf25/NSREC99.pdf\"}', 'MHF2805S,DC-DC Converter,Interpoint,7/20/1998;9/1/1998;4/08/1996,NSREC98.pdf;NSREC99.pdf;tid/PPM-96-004.pdf,SEE;Proton Damage,Converter', null); INSERT INTO `nasa_data_record` VALUES ('970dd8657a03e26ab9d8021ee86886f3', 'Crawler', '2024-11-13 10:26:07', null, '2025-04-08 11:34:40', null, 'Counter', '54RHSC161CS0', '54RHSC161CS0', '4 bit counter', null, 'Marconi', '1/3/1991', 'NASA', null, null, '{\"PPM-91-008.pdf\":\"/oss/physical/NASA/970dd8657a03e26ab9d8021ee86886f3/PPM-91-008.pdf\",\"data.xlsx\":\"/oss/physical/NASA/970dd8657a03e26ab9d8021ee86886f3/data.xlsx\"}', '54RHSC161CS0,4 bit counter,Marconi,1/3/1991,tid/PPM-91-008.pdf,TID,Counter', null); INSERT INTO `nasa_data_record` VALUES ('971afc2752729db970be954347d770b7', 'Crawler', '2024-11-13 10:54:11', null, '2025-04-08 11:34:40', null, 'Si', 'BZX84C47-7-F', 'BZX84C47-7-F', 'Zener Diode', null, 'Diodes, Inc.', '4/10/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/971afc2752729db970be954347d770b7/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/971afc2752729db970be954347d770b7/data.xlsx\"}', 'BZX84C47-7-F,Zener Diode,Diodes, Inc.,4/10/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('9728749fc08593c65bcf793679c7dec5', 'Crawler', '2024-11-13 10:41:25', null, '2025-04-08 11:34:40', null, 'Data Converters', 'AD670', 'AD670', '8-bit ADC', null, 'Analog Devices', '10/2006', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9728749fc08593c65bcf793679c7dec5/data.xlsx\",\"G06OCT_AD670_TID.pdf\":\"/oss/physical/NASA/9728749fc08593c65bcf793679c7dec5/G06OCT_AD670_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/9728749fc08593c65bcf793679c7dec5/nsrec07_W26_TID.pdf\"}', 'AD670,8-bit ADC,Analog Devices,10/2006,G06OCT_AD670_TID.pdf;nsrec07_W26_TID.pdf,TID,Data Converters', null); INSERT INTO `nasa_data_record` VALUES ('97344173728c0b021ace60586bd39369', 'Crawler', '2024-11-13 11:08:47', null, '2025-04-08 11:34:40', null, 'RAM (Random Access Memory)', 'HM5116400AJ7', 'HM5116400AJ7', '4Mx4 DRAM', null, 'Hitachi', '9/11/1997', 'NASA', null, null, '{\"DRAM296.pdf\":\"/oss/physical/NASA/97344173728c0b021ace60586bd39369/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/97344173728c0b021ace60586bd39369/data.xlsx\"}', 'HM5116400AJ7,4Mx4 DRAM,Hitachi,9/11/1997,DRAM296.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('975defc55f2ed92e34cbf0f6eb1ffaad', 'Crawler', '2024-11-13 11:50:58', null, '2025-04-08 11:34:40', null, 'DAC', 'MP7628', 'MP7628', 'DAC', null, 'Micro Power', '12/29/1993', 'NASA', null, null, '{\"PPM-93-108.pdf\":\"/oss/physical/NASA/975defc55f2ed92e34cbf0f6eb1ffaad/PPM-93-108.pdf\",\"data.xlsx\":\"/oss/physical/NASA/975defc55f2ed92e34cbf0f6eb1ffaad/data.xlsx\"}', 'MP7628,DAC,Micro Power,12/29/1993,tid/PPM-93-108.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('9775387e2dafd7f846b82425b810b8d2', 'Crawler', '2024-11-13 11:15:57', null, '2025-04-08 11:34:40', null, 'BiCMOS', 'ISL4422BRH', 'ISL4422BRH', 'MOSFET Driver', null, 'Intersil', '7/2011', 'NASA', null, null, '{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/9775387e2dafd7f846b82425b810b8d2/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9775387e2dafd7f846b82425b810b8d2/data.xlsx\"}', 'ISL4422BRH,MOSFET Driver,Intersil,7/2011,nsrec2011_W5_TID.pdf,TID,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('97760f06a2f99ff02ff48679d134d02a', 'Crawler', '2024-11-13 11:03:07', null, '2025-04-08 11:34:40', null, 'Optical Fiber', 'FS-PM-6811', 'FS-PM-6811', 'Optical Fiber', null, '3M', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/97760f06a2f99ff02ff48679d134d02a/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/97760f06a2f99ff02ff48679d134d02a/data.xlsx\"}', 'FS-PM-6811,Optical Fiber,3M,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('9779a87556632ad7e4f7a76ffda08bfb', 'Crawler', '2024-11-13 10:12:38', null, '2025-04-08 11:34:40', null, 'Fiber Optics', '2706T', '2706T', 'Fibre Channel Link Transmitter', null, 'AT&T', '6/28/1996;12/16/1996', 'NASA', null, null, '{\"d062896.pdf\":\"/oss/physical/NASA/9779a87556632ad7e4f7a76ffda08bfb/d062896.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9779a87556632ad7e4f7a76ffda08bfb/data.xlsx\"}', '2706T,Fibre Channel Link Transmitter,AT&T,6/28/1996;12/16/1996,d062896.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('97ec1b37e073b63cf967abee5d94b03b', 'Crawler', '2024-11-13 11:47:11', null, '2025-04-08 11:34:40', null, 'DC-DC Converter', 'MDI3051RES15ZF', 'MDI3051RES15ZF', 'DC-DC Converter', null, 'Modular Devices Inc', '7/19/2001;10/15/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/97ec1b37e073b63cf967abee5d94b03b/nsrec01_W15.pdf\",\"T101501_MDI15.pdf\":\"/oss/physical/NASA/97ec1b37e073b63cf967abee5d94b03b/T101501_MDI15.pdf\",\"B080100g.pdf\":\"/oss/physical/NASA/97ec1b37e073b63cf967abee5d94b03b/B080100g.pdf\",\"data.xlsx\":\"/oss/physical/NASA/97ec1b37e073b63cf967abee5d94b03b/data.xlsx\"}', 'MDI3051RES15ZF,DC-DC Converter,Modular Devices Inc,7/19/2001;10/15/2001,B080100g.pdf;nsrec01_W15.pdf;T101501_MDI15.pdf,SET,DC-DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('97f444d77dd0d6c8335026aa3fcdd7e4', 'Crawler', '2024-11-13 09:50:36', null, '2025-04-08 11:34:40', null, 'Phillips', '54ABT245', '54ABT245', 'Transceiver', null, null, '12/02/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/97f444d77dd0d6c8335026aa3fcdd7e4/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/97f444d77dd0d6c8335026aa3fcdd7e4/PPM-99-045.pdf\"}', '350,5-100,54ABT245,Transceiver,Phillips,IRAC,9722,PPM-97-054,12/02/97', null); INSERT INTO `nasa_data_record` VALUES ('9812b249c2942873516dd737ea16b943', 'Crawler', '2024-11-13 02:20:15', null, '2025-04-08 11:34:40', null, 'Not specified', 'M28F101', 'M28F101', '1 Mbit (128Kb x 8) Flash Memory', '29 MEMORY OTHERS', 'STmicroelectronics', '24/01/2012', 'ESA', null, null, '{\"356.pdf\":\"/oss/physical/ESA/9812b249c2942873516dd737ea16b943/356.pdf\",\"data.xlsx\":\"/oss/physical/ESA/9812b249c2942873516dd737ea16b943/data.xlsx\"}', '356,M28F101,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,1 Mbit (128Kb x 8) Flash Memory,,Hirex-Alter,24/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('98741354a2d94dd289880bbf31751d93', 'Crawler', '2024-11-13 10:22:39', null, '2025-04-08 11:34:40', null, 'Inverter', '54AC14', '54AC14', 'Inverter', null, 'National Semiconductor', '2/23/1993;07/02/1991', 'NASA', null, null, '{\"PPM-93-036.pdf\":\"/oss/physical/NASA/98741354a2d94dd289880bbf31751d93/PPM-93-036.pdf\",\"PPM-91-423.pdf\":\"/oss/physical/NASA/98741354a2d94dd289880bbf31751d93/PPM-91-423.pdf\",\"data.xlsx\":\"/oss/physical/NASA/98741354a2d94dd289880bbf31751d93/data.xlsx\"}', '54AC14,Inverter,National Semiconductor,2/23/1993;07/02/1991,tid/PPM-93-036.pdf;tid/PPM-91-423.pdf,TID,Inverter', null); INSERT INTO `nasa_data_record` VALUES ('987c0866bbc2ac5738906ef662e4e718', 'Crawler', '2024-11-13 13:13:30', 'liumingyu', '2025-04-16 00:24:27', null, 'CMOS/ASIC', 'XPA-II', 'XPA-II', 'ASIC', 'XX', 'AMIS', '2010.8', 'NASA', '刘明宇', '1', '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/data.xlsx\",\"VdG08AUG_XPAII.pdf\":\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/VdG08AUG_XPAII.pdf\"}', 'XPA-II,ASIC,AMIS,VdG2008AUG,tid/VdG08AUG_XPAII.pdf;nsrec09_W13_TID.pdf,TID,0.18 µm CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('987cb38185c09adfb5e12ee6c25b12fa', 'Crawler', '2024-11-13 11:18:05', null, '2025-04-08 11:34:40', null, 'P channel MOSFET', 'JTXV2N6849', 'JTXV2N6849', 'P- channel MOSFET', null, 'IRC', '5/1/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/987cb38185c09adfb5e12ee6c25b12fa/data.xlsx\"}', 'JTXV2N6849,P- channel MOSFET,IRC,5/1/1991,rad-91-9.pdf,TID,P channel MOSFET', null); INSERT INTO `nasa_data_record` VALUES ('98d43ee0bdd4705fc1bd51e24fbcfbd4', 'Crawler', '2024-11-13 11:04:31', null, '2025-04-08 11:34:40', null, 'Optical Fiber', 'Fluosil SWU1-2', 'Fluosil SWU1-2', 'Optical Fiber', null, 'Heraeus', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/98d43ee0bdd4705fc1bd51e24fbcfbd4/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/98d43ee0bdd4705fc1bd51e24fbcfbd4/data.xlsx\"}', 'Fluosil SWU1-2,Optical Fiber,Heraeus,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('990203a44368ccb50062dcba403e4b36', 'Crawler', '2024-11-13 10:21:57', null, '2025-04-08 11:34:40', null, 'Inverting Buffer', '5406', '5406', 'Inverting Buffer', null, 'Texas Instruments', '4/25/1994', 'NASA', null, null, '{\"PPM-94-011.pdf\":\"/oss/physical/NASA/990203a44368ccb50062dcba403e4b36/PPM-94-011.pdf\",\"data.xlsx\":\"/oss/physical/NASA/990203a44368ccb50062dcba403e4b36/data.xlsx\"}', '5406,Inverting Buffer,Texas Instruments,4/25/1994,tid/PPM-94-011.pdf,TID,Inverting Buffer', null); INSERT INTO `nasa_data_record` VALUES ('99056dab05ec213e0289d85598280eea', 'Crawler', '2024-11-13 09:58:06', null, '2025-04-08 11:34:40', null, 'Harris', '82C59A-5', '82C59A-5', 'INTR Cntrllr', null, null, '07/01/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/99056dab05ec213e0289d85598280eea/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/99056dab05ec213e0289d85598280eea/PPM-99-045.pdf\"}', '53,2.5-50,82C59A-5,INTR Cntrllr,Harris,ISTP/GEO,9001,PPM-91-439,07/01/91', null); INSERT INTO `nasa_data_record` VALUES ('991bd7200939a915517979d22f8f63d5', 'Crawler', '2024-11-13 11:30:54', null, '2025-04-08 11:34:40', null, 'Analog', 'LT1021CCN8-5', 'LT1021CCN8-5', 'Voltage Reference', null, 'Linear Technology', '1998-1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/991bd7200939a915517979d22f8f63d5/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/991bd7200939a915517979d22f8f63d5/data.xlsx\"}', 'LT1021CCN8-5,Voltage Reference,Linear Technology,1998-1999,NSREC99.pdf,Proton Damage,Analog', null); INSERT INTO `nasa_data_record` VALUES ('99255b430d3f60693ac7bff1750d2e59', 'Crawler', '2024-11-13 10:31:56', null, '2025-04-08 11:34:40', null, 'Optical Fiber', '850 nm PM', '850 nm PM', 'Optical Fiber', null, 'Corning (Fujikura)', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/99255b430d3f60693ac7bff1750d2e59/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/99255b430d3f60693ac7bff1750d2e59/data.xlsx\"}', '850 nm PM,Optical Fiber,Corning (Fujikura),7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('992581fcebb29ad6eff4b67ad5793bdd', 'Crawler', '2024-11-13 02:13:58', null, '2025-04-08 11:34:40', null, 'ESCC 25100', 'ADM1270ARQZ', 'ADM1270ARQZ', 'High Voltage Input Protection Device', '90 OTHER FUNCTIONS', 'Analog Devices', '14/12/2023', 'ESA', null, null, '{\"407.pdf\":\"/oss/physical/ESA/992581fcebb29ad6eff4b67ad5793bdd/407.pdf\",\"data.xlsx\":\"/oss/physical/ESA/992581fcebb29ad6eff4b67ad5793bdd/data.xlsx\"}', '407,ADM1270ARQZ,Analog Devices,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,90 OTHER FUNCTIONS,High Voltage Input Protection Device,,TRAD,14/12/2023,False', null); INSERT INTO `nasa_data_record` VALUES ('994802d6cccd1211a7a0f83b716a0705', 'Crawler', '2024-11-13 12:25:54', 'dushuaibin', '2025-04-30 20:57:36', null, '数字集成电路', 'RAM (Random Access Memory)', 'RAMN1R10', 'Rambus 2Mx8 DRAM', 'XX', 'NEC', '1997.02.24', 'NASA', '王嘉兴', '1', '{\"data.xlsx\":\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/b022497b.pdf\",\"单粒子效应_1746017855577.xlsx\":\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/单粒子效应_1746017855577.xlsx\"}', 'RAMN1R10,Rambus 2Mx8 DRAM,NEC,2/24/1997,b022497b.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('994c75a69de86215b4c7cdc1d8d8563a', 'Crawler', '2024-11-13 10:13:43', null, '2025-04-08 11:34:40', null, 'Bipolar', '2N2222', '2N2222', 'NPN Transistor', null, 'Microsemi', '9/2005;6/18/2006;12/2008;TBD2012-13(TID);6/11/2016', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/994c75a69de86215b4c7cdc1d8d8563a/nsrec09_W13_TID.pdf\",\"nsrec2013_W6_TID.pdf\":\"/oss/physical/NASA/994c75a69de86215b4c7cdc1d8d8563a/nsrec2013_W6_TID.pdf\",\"2016-Campola-NEPP-TR-16-021-16-022-2N2222-2N2907-TID-2016July11-TN41076_v2.pdf\":\"/oss/physical/NASA/994c75a69de86215b4c7cdc1d8d8563a/2016-Campola-NEPP-TR-16-021-16-022-2N2222-2N2907-TID-2016July11-TN41076_v2.pdf\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/994c75a69de86215b4c7cdc1d8d8563a/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"L061806_2N2222.pdf\":\"/oss/physical/NASA/994c75a69de86215b4c7cdc1d8d8563a/L061806_2N2222.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/994c75a69de86215b4c7cdc1d8d8563a/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/994c75a69de86215b4c7cdc1d8d8563a/data.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/994c75a69de86215b4c7cdc1d8d8563a/nsrec06_W2.pdf\",\"VdG08DEC_2N2222.pdf\":\"/oss/physical/NASA/994c75a69de86215b4c7cdc1d8d8563a/VdG08DEC_2N2222.pdf\",\"G05SEP_2N2222_TID.pdf\":\"/oss/physical/NASA/994c75a69de86215b4c7cdc1d8d8563a/G05SEP_2N2222_TID.pdf\"}', '2N2222,NPN Transistor,Microsemi,9/2005;6/18/2006;12/2008;TBD2012-13(TID);6/11/2016,G05SEP_2N2222_TID.pdf;nsrec06_W2.pdf;L061806_2N2222.pdf;nsrec07_W27_SEE.pdf;tid/VdG08DEC_2N2222.pdf;nsrec09_W13_TID.pdf;https://nepp.nasa.gov/files/24934/nsrec2013_W6_TID.pdf;https://nepp.nasa.gov/files/28453/2016-Campola-NEPP-TR-16-021-16-022-2N2222-2N2907-TID-2016July11-TN41076_v2.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,SEE; TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('9951c15d22e24bc9a594ccbc66cc51ec', 'Crawler', '2024-11-13 12:57:48', 'yangsini', '2025-04-30 11:52:16', null, '其他电气和电子元器件', '美国宇航局太空系统候选电子设备', 'xx', 'Latches', 'xx', 'Intel', '2010.2', 'NASA', '杨思妮', '42', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/9951c15d22e24bc9a594ccbc66cc51ec/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9951c15d22e24bc9a594ccbc66cc51ec/data.xlsx\",\"单粒子效应_1745985133901.xlsx\":\"/oss/physical/NASA/9951c15d22e24bc9a594ccbc66cc51ec/单粒子效应_1745985133901.xlsx\"}', 'Test Vehicle 45 nm CMOS,Latches,Intel,UDC10OCT,nsrec2011_W6_SEE.pdf,SEE,45 nm CMOS', '42'); INSERT INTO `nasa_data_record` VALUES ('996f0752270ce083124e5787e8708699', 'Crawler', '2024-11-13 10:35:13', null, '2025-04-08 11:34:40', null, 'CMOS', 'A3PE3000L', 'A3PE3000L', 'ProASIC FPGA', null, 'Actel / Mircosemi', '5/21/2010; 6/28/2011; 9/10/2011; 3/25/2012; 6/12/2012; 12/19/2013; 5/4/2014', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"NEPP_ETW2012_Berg.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/NEPP_ETW2012_Berg.pdf\",\"NEPP_ETW2011_Berg.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/NEPP_ETW2011_Berg.pdf\",\"2014-561-Berg-Final-Pres-SEEMAPLD-FSM-TN14583_v3.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/2014-561-Berg-Final-Pres-SEEMAPLD-FSM-TN14583_v3.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/nsrec2013_W8_SEE.pdf\",\"20160614-1330-FPGA-2016-561-Berg-Final-Pres-NEPP-ETW-FPGA_TN32953_v3.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/20160614-1330-FPGA-2016-561-Berg-Final-Pres-NEPP-ETW-FPGA_TN32953_v3.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/nsrec2012_W22_SEE.pdf\",\"2014-561-Berg-Final-Pres-NEPPweb-SEEMAPLD-V5QV-TN36683.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/2014-561-Berg-Final-Pres-NEPPweb-SEEMAPLD-V5QV-TN36683.pdf\",\"NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPPETW2012_W01_Berg_SEE.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/NEPPETW2012_W01_Berg_SEE.pdf\",\"NEPP-CP-2014-Berg-Poster-NSREC-TN15800.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/NEPP-CP-2014-Berg-Poster-NSREC-TN15800.pdf\",\"T052110_A3PE3000.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/T052110_A3PE3000.pdf\",\"Berg_tns2011.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/Berg_tns2011.pdf\",\"data.xlsx\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/data.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/nsrec2011_W6_SEE.pdf\",\"Berg_ETW2011.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/Berg_ETW2011.pdf\",\"T091011_A3PE3000L.pdf\":\"/oss/physical/NASA/996f0752270ce083124e5787e8708699/T091011_A3PE3000L.pdf\"}', 'A3PE3000L,ProASIC FPGA,Actel / Mircosemi,5/21/2010; 6/28/2011; 9/10/2011; 3/25/2012; 6/12/2012; 12/19/2013; 5/4/2014,T052110_A3PE3000.pdf;nsrec2011_W6_SEE.pdf;https://nepp.nasa.gov/files/24071/Berg_ETW2011.pdf;NEPP_ETW2011_Berg.pdf;T091011_A3PE3000L.pdf;https://nepp.nasa.gov/files/22025/Berg_tns2011.pdf;nsrec2012_W22_SEE.pdf;https://nepp.nasa.gov/files/24135/NEPPETW2012_W01_Berg_SEE.pdf;NEPP_ETW2012_Berg.pdf;nsrec2013_W8_SEE.pdf;https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;https://nepp.nasa.gov/files/26969/2014-561-Berg-Final-Pres-NEPPweb-SEEMAPLD-V5QV-TN36683.pdf;https://nepp.nasa.gov/files/27400/2014-561-Berg-Final-Pres-SEEMAPLD-FSM-TN14583_v3.pdf;https://nepp.nasa.gov/files/27540/NEPP-CP-2014-Berg-Poster-NSREC-TN15800.pdf;https://nepp.nasa.gov/files/27964/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf;https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/workshops/etw2016/talks/14TUE/20160614-1330-FPGA-2016-561-Berg-Final-Pres-NEPP-ETW-FPGA_TN32953_v3.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('996ffbed5bd5e5a81db4a2e34fcb1c30', 'Crawler', '2024-11-13 09:53:45', null, '2025-04-08 11:34:40', null, 'National', '54AC374', '54AC374', 'Octal D-type Flip-Flop', null, null, '09/16/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/996ffbed5bd5e5a81db4a2e34fcb1c30/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/996ffbed5bd5e5a81db4a2e34fcb1c30/PPM-99-045.pdf\"}', '224,5-100,54AC374,Octal D-type Flip-Flop,National,EOS/AM,9418A,PPM-94-027,09/16/94', null); INSERT INTO `nasa_data_record` VALUES ('99968bce620510078dbb8618b24e58e1', 'Crawler', '2024-11-13 01:21:57', null, '2025-04-08 11:34:40', null, '', 'LT1634', 'LT1634', '2.5V Bandgap Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', '2.5V Bandgap Voltage Reference', '18/08/2022', 'ESA', null, null, '{\"292.pdf\":\"/oss/physical/ESA/99968bce620510078dbb8618b24e58e1/292.pdf\",\"data.xlsx\":\"/oss/physical/ESA/99968bce620510078dbb8618b24e58e1/data.xlsx\"}', '292,LT1634,2.5V Bandgap Voltage Reference,Download,TID (Total Ionising Dose),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,2.5V Bandgap Voltage Reference,Bipolar,ESA-ESTEC,18/08/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('99abec1fdde23565db7a42680c2f286e', 'Crawler', '2024-11-13 09:53:27', null, '2025-04-08 11:34:40', null, 'TI', 'TL074', 'TL074', 'Op Amp, BiFet Inputs', null, null, '12/22/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/99abec1fdde23565db7a42680c2f286e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/99abec1fdde23565db7a42680c2f286e/PPM-99-045.pdf\"}', '237,2.5-100,TL074,Op Amp, BiFet Inputs,TI,HST/CAL,9403,PPM-95-109,12/22/94', null); INSERT INTO `nasa_data_record` VALUES ('99acef3dd02cbd9f79a5e3783ba40518', 'Crawler', '2024-11-13 10:57:30', null, '2025-04-08 11:34:40', null, 'Communication Device', 'CS4210VJG', 'CS4210VJG', '1394 Link FireWire OHCI Chipset', null, 'National Semiconductor', '10/14/2001;7/19/2002', 'NASA', null, null, '{\"T101401_1394.pdf\":\"/oss/physical/NASA/99acef3dd02cbd9f79a5e3783ba40518/T101401_1394.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/99acef3dd02cbd9f79a5e3783ba40518/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/99acef3dd02cbd9f79a5e3783ba40518/data.xlsx\"}', 'CS4210VJG,1394 Link FireWire OHCI Chipset,National Semiconductor,10/14/2001;7/19/2002,T101401_1394.pdf;NSREC02_W16.pdf,SEE,Communication Device', null); INSERT INTO `nasa_data_record` VALUES ('99b466f189b2af995fb533b54d67ebc8', 'Crawler', '2024-11-13 11:21:02', null, '2025-04-08 11:34:40', null, 'RAM (Random Access Memory)', 'KM48V8100AS', 'KM48V8100AS', '8Mx8 DRAM', null, 'Samsung', '12/16/1996;7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/99b466f189b2af995fb533b54d67ebc8/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/99b466f189b2af995fb533b54d67ebc8/data.xlsx\",\"d121696a.pdf\":\"/oss/physical/NASA/99b466f189b2af995fb533b54d67ebc8/d121696a.pdf\"}', 'KM48V8100AS,8Mx8 DRAM,Samsung,12/16/1996;7/21/1997,d121696a.pdf;Random97a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('99c13e0ef036f2387d96c9566c92d0cf', 'Crawler', '2024-11-13 11:36:38', null, '2025-04-08 11:34:40', null, 'CMOS', 'MAX367', 'MAX367', 'Circuit Protector', null, 'Maxim', 'TAMU08FEB; 4/2/2014', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/99c13e0ef036f2387d96c9566c92d0cf/data.xlsx\",\"T022608_MAX367_DG390.pdf\":\"/oss/physical/NASA/99c13e0ef036f2387d96c9566c92d0cf/T022608_MAX367_DG390.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/99c13e0ef036f2387d96c9566c92d0cf/nsrec09_W12_SEE.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/99c13e0ef036f2387d96c9566c92d0cf/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', 'MAX367,Circuit Protector,Maxim,TAMU08FEB; 4/2/2014,T022608_MAX367_DG390.pdf;nsrec09_W12_SEE.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf,SEE; SEL; SET; TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('99c4d294a0afc222c56e5fa6ac315352', 'Crawler', '2024-11-13 10:29:50', null, '2025-04-08 11:34:40', null, 'Data Transmission', '74FCT163245', '74FCT163245', '16 bit Transceiver', null, 'IDT', '5/4/1994;7/17/1995', 'NASA', null, null, '{\"b050494.pdf\":\"/oss/physical/NASA/99c4d294a0afc222c56e5fa6ac315352/b050494.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/99c4d294a0afc222c56e5fa6ac315352/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/99c4d294a0afc222c56e5fa6ac315352/data.xlsx\"}', '74FCT163245,16 bit Transceiver,IDT,5/4/1994;7/17/1995,b050494.pdf;ieee95a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('99d2563bfd78fb1ea12bc057ee268354', 'Crawler', '2024-11-13 10:25:24', null, '2025-04-08 11:34:40', null, 'BiCMOS', '54BCT125', '54BCT125', 'Quadruple Bus Buffer Gate 3 state output', null, 'TI', '3/28/2003;6/22/2004', 'NASA', null, null, '{\"T032803_54BCT125.pdf\":\"/oss/physical/NASA/99d2563bfd78fb1ea12bc057ee268354/T032803_54BCT125.pdf\",\"data.xlsx\":\"/oss/physical/NASA/99d2563bfd78fb1ea12bc057ee268354/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/99d2563bfd78fb1ea12bc057ee268354/nsrec04_SEE.pdf\"}', '54BCT125,Quadruple Bus Buffer Gate 3 state output,TI,3/28/2003;6/22/2004,T032803_54BCT125.pdf;nsrec04_SEE.pdf,SEE,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('99d35f6080fad115cf67103fccee2324', 'Crawler', '2024-11-13 00:56:56', null, '2025-04-08 11:34:40', null, 'Not specified', 'IS-139ASRH', 'IS-139ASRH', 'Single Event Radiation Hardened Quad Voltage Comparator', '53 LINEAR VOLTAGE COMPARATOR', 'Intersil', '20/04/2011', 'ESA', null, null, '{\"193.pdf\":\"/oss/physical/ESA/99d35f6080fad115cf67103fccee2324/193.pdf\",\"data.xlsx\":\"/oss/physical/ESA/99d35f6080fad115cf67103fccee2324/data.xlsx\"}', '193,IS-139ASRH,Intersil,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,53 LINEAR VOLTAGE COMPARATOR,Single Event Radiation Hardened Quad Voltage Comparator,,Hirex,20/04/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('9a299cd1a77c96071d9977c056e500cb', 'Crawler', '2024-11-13 10:24:25', null, '2025-04-08 11:34:40', null, 'Latch', '54ACT373LMQB', '54ACT373LMQB', 'Octal Latch', null, 'National Semiconductor', '1/28/1992', 'NASA', null, null, '{\"PPM-92-044.pdf\":\"/oss/physical/NASA/9a299cd1a77c96071d9977c056e500cb/PPM-92-044.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9a299cd1a77c96071d9977c056e500cb/data.xlsx\"}', '54ACT373LMQB,Octal Latch,National Semiconductor,1/28/1992,tid/PPM-92-044.pdf,TID,Latch', null); INSERT INTO `nasa_data_record` VALUES ('9a49865137b3d80cc99cd9c8f1ea1bf7', 'Crawler', '2024-11-13 12:56:01', 'yangsini', '2025-04-30 19:32:23', null, '其他光纤元器件', 'TTC-155M4光纤收发器', 'TTC-155M4', 'Transceiver', 'xx', 'Lasermate', 'xx', 'NASA', '杨思妮', '2', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/data.xlsx\",\"nsrec01_W20.pdf\":\"/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/nsrec01_W20.pdf\",\"单粒子效应_1746012740660.xlsx\":\"/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/单粒子效应_1746012740660.xlsx\"}', 'TTC-155M4,Transceiver,Lasermate,_1999,nsrec00_W21.pdf;nsrec01_W20.pdf,SEE,Fiber Optic Link', '2'); INSERT INTO `nasa_data_record` VALUES ('9ac713d483756e0046d3fd81c104db42', 'Crawler', '2024-11-13 09:57:40', null, '2025-04-08 11:34:40', null, 'NSC', '54AC14', '54AC14', 'Hex Inverter', null, null, '07/02/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9ac713d483756e0046d3fd81c104db42/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9ac713d483756e0046d3fd81c104db42/PPM-99-045.pdf\"}', '58,5-250,54AC14,Hex Inverter,NSC,SMEX/CB,9036A,PPM-91-423,07/02/91', null); INSERT INTO `nasa_data_record` VALUES ('9ae7b69fe5fb3f8e136066b3bc40047f', 'Crawler', '2024-11-13 11:17:51', null, '2025-04-08 11:34:40', null, 'Diode', 'JTXV1N3600', 'JTXV1N3600', 'Diode', null, 'National Semiconductor', '3/8/1991', 'NASA', null, null, '{\"PPM-91-154.pdf\":\"/oss/physical/NASA/9ae7b69fe5fb3f8e136066b3bc40047f/PPM-91-154.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9ae7b69fe5fb3f8e136066b3bc40047f/data.xlsx\"}', 'JTXV1N3600,Diode,National Semiconductor,3/8/1991,tid/PPM-91-154.pdf,TID,Diode', null); INSERT INTO `nasa_data_record` VALUES ('9af6660d9e6cc8c153c1e28cdf2dc827', 'Crawler', '2024-11-13 11:16:15', null, '2025-04-08 11:34:40', null, 'CMOS', 'IXDI630CI', 'IXDI630CI', 'MOSFET Gate Driver', null, 'IXYS', '6/15/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/9af6660d9e6cc8c153c1e28cdf2dc827/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9af6660d9e6cc8c153c1e28cdf2dc827/data.xlsx\"}', 'IXDI630CI,MOSFET Gate Driver,IXYS,6/15/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEL,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('9af96765f8063bf4305c400f2c5de6bc', 'Crawler', '2024-11-13 09:56:40', null, '2025-04-08 11:34:40', null, 'NSC', '54ACTQ374', '54ACTQ374', 'Flip-Flop', null, null, '12/12/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9af96765f8063bf4305c400f2c5de6bc/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9af96765f8063bf4305c400f2c5de6bc/PPM-99-045.pdf\"}', '96,5-100,54ACTQ374,Flip-Flop,NSC,GPEP,9024A,PPM-91-744,12/12/91', null); INSERT INTO `nasa_data_record` VALUES ('9b14497cdcfc205b4eda40df5b0f738c', 'Crawler', '2024-11-13 10:17:48', null, '2025-04-08 11:34:40', null, 'Bipolar', '2N5154', '2N5154', 'NPN Transistor', null, 'Semicoa', '10/24/2011; 8/19/2013-to-6/2/2015; 2016 ELDRS testing completed', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/9b14497cdcfc205b4eda40df5b0f738c/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9b14497cdcfc205b4eda40df5b0f738c/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/9b14497cdcfc205b4eda40df5b0f738c/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"nsrec2012_W6_TID.pdf\":\"/oss/physical/NASA/9b14497cdcfc205b4eda40df5b0f738c/nsrec2012_W6_TID.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/9b14497cdcfc205b4eda40df5b0f738c/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', '2N5154,NPN Transistor,Semicoa,10/24/2011; 8/19/2013-to-6/2/2015; 2016 ELDRS testing completed,http://radhome.gsfc.nasa.gov/radhome/papers/nsrec2012_W6_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('9b2c1c7fd4915ec249c16a591c484efb', 'Crawler', '2024-11-13 12:41:06', 'luozikang', '2025-04-29 18:20:07', null, 'Logic Gate', 'SNJ54HC4075J', 'SNJ54HC4075J', 'OR-Gates', null, 'Texas Instruments', '6/8/1992', 'NASA', '罗梓康', '1', '{\"PPM-92-177.pdf\":\"/oss/physical/NASA/9b2c1c7fd4915ec249c16a591c484efb/PPM-92-177.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9b2c1c7fd4915ec249c16a591c484efb/data.xlsx\",\"电离总剂量效应_1745922006254.xlsx\":\"/oss/physical/NASA/9b2c1c7fd4915ec249c16a591c484efb/电离总剂量效应_1745922006254.xlsx\"}', 'SNJ54HC4075J,OR-Gates,Texas Instruments,6/8/1992,tid/PPM-92-177.pdf,TID,Logic Gate', '1'); INSERT INTO `nasa_data_record` VALUES ('9b2f4116f54b7d57b82c3a64172b8766', 'Crawler', '2024-11-13 11:35:58', null, '2025-04-08 11:34:40', null, 'CMOS', 'MAX1523', 'MAX1523', 'DC/DC Boost Controller', null, 'Maxim', '6/17/2003;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9b2f4116f54b7d57b82c3a64172b8766/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/9b2f4116f54b7d57b82c3a64172b8766/nsrec04_SEE.pdf\",\"T061703_GLAST.pdf\":\"/oss/physical/NASA/9b2f4116f54b7d57b82c3a64172b8766/T061703_GLAST.pdf\"}', 'MAX1523,DC/DC Boost Controller,Maxim,6/17/2003;6/22/2004,T061703_GLAST.pdf;nsrec04_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('9b40eaf14e2a363a8545757b002a6b7a', 'Crawler', '2024-11-13 11:51:14', null, '2025-04-08 11:34:40', null, 'Microprocessor', 'MQ80386-20', 'MQ80386-20', 'Microprocessor', null, 'Intel', '6/15/1993', 'NASA', null, null, '{\"PPM-93-062.pdf\":\"/oss/physical/NASA/9b40eaf14e2a363a8545757b002a6b7a/PPM-93-062.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9b40eaf14e2a363a8545757b002a6b7a/data.xlsx\"}', 'MQ80386-20,Microprocessor,Intel,6/15/1993,tid/PPM-93-062.pdf,TID,Microprocessor', null); INSERT INTO `nasa_data_record` VALUES ('9b5c61c3a7ff052e7129b193cad82524', 'Crawler', '2024-11-13 02:17:14', null, '2025-04-08 11:34:40', null, 'ESCC 22900', 'A3PE3000L', 'A3PE3000L', 'Low-Power Flash FPGA', '30 PROGRAMMABLE LOGIC', 'Microsemi', '08/09/2011', 'ESA', null, null, '{\"380.pdf\":\"/oss/physical/ESA/9b5c61c3a7ff052e7129b193cad82524/380.pdf\",\"data.xlsx\":\"/oss/physical/ESA/9b5c61c3a7ff052e7129b193cad82524/data.xlsx\"}', '380,A3PE3000L,Microsemi,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,30 PROGRAMMABLE LOGIC,Low-Power Flash FPGA,Silicon,Hirex,08/09/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('9b8a78cd3035bddc99e08bf57e5cd1b5', 'Crawler', '2024-11-13 10:53:51', null, '2025-04-08 11:34:40', null, 'SJ VDMOS', 'BUY65CS08J', 'BUY65CS08J', '650V N-channel MOSFET', null, 'Infineon', '2018Aug', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/9b8a78cd3035bddc99e08bf57e5cd1b5/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9b8a78cd3035bddc99e08bf57e5cd1b5/data.xlsx\"}', 'BUY65CS08J,650V N-channel MOSFET,Infineon,2018Aug,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf,SEE;SEGR,SJ VDMOS', null); INSERT INTO `nasa_data_record` VALUES ('9babd00c4865ddf1f73715118eeed0eb', 'Crawler', '2024-11-13 11:19:33', null, '2025-04-08 11:34:40', null, 'Processor', 'K7', 'K7', 'Processor', null, 'Advanced Micro Devices', '7/19/2001;6/1/2000;12/1/2000;3/1/2001;02/08/2002', 'NASA', null, null, '{\"IU0600.pdf\":\"/oss/physical/NASA/9babd00c4865ddf1f73715118eeed0eb/IU0600.pdf\",\"i062100.pdf\":\"/oss/physical/NASA/9babd00c4865ddf1f73715118eeed0eb/i062100.pdf\",\"NSREC01_W7.pdf\":\"/oss/physical/NASA/9babd00c4865ddf1f73715118eeed0eb/NSREC01_W7.pdf\",\"nsrec01_W15.pdf\":\"/oss/physical/NASA/9babd00c4865ddf1f73715118eeed0eb/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9babd00c4865ddf1f73715118eeed0eb/data.xlsx\",\"MAPLD01_P3.pdf\":\"/oss/physical/NASA/9babd00c4865ddf1f73715118eeed0eb/MAPLD01_P3.pdf\",\"TAMU0301.pdf\":\"/oss/physical/NASA/9babd00c4865ddf1f73715118eeed0eb/TAMU0301.pdf\",\"G020802_P3_TID.pdf\":\"/oss/physical/NASA/9babd00c4865ddf1f73715118eeed0eb/G020802_P3_TID.pdf\",\"IU1200.pdf\":\"/oss/physical/NASA/9babd00c4865ddf1f73715118eeed0eb/IU1200.pdf\"}', 'K7,Processor,Advanced Micro Devices,7/19/2001;6/1/2000;12/1/2000;3/1/2001;02/08/2002,i062100.pdf;nsrec01_W15.pdf;NSREC01_W7.pdf;IU0600.pdf;IU1200.pdf;TAMU0301.pdf;MAPLD01_P3.pdf;tid/G020802_P3_TID.pdf,SEU/SEL;TID,Processor', null); INSERT INTO `nasa_data_record` VALUES ('9befd8ec99940f2a3db6504677fe03fc', 'Crawler', '2024-11-13 01:13:43', null, '2025-04-08 11:34:40', null, 'Not specified', 'LM311N', 'LM311N', 'Comparator', '53 LINEAR VOLTAGE COMPARATOR', 'National Semiconductors Corp.', '01/12/2011', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/9befd8ec99940f2a3db6504677fe03fc/data.xlsx\",\"246.pdf\":\"/oss/physical/ESA/9befd8ec99940f2a3db6504677fe03fc/246.pdf\"}', '246,LM311N,National Semiconductors Corp.,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,53 LINEAR VOLTAGE COMPARATOR,Comparator,BiCMOS,AIT (Austrian Institute of Technology),01/12/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('9c1a6243a27f8725235840473b0f06df', 'Crawler', '2024-11-13 10:16:56', null, '2025-04-08 11:34:40', null, 'NJFET', '2N4117A-1', '2N4117A-1', 'N-JFET', null, 'Siliconix', '5/10/1991', 'NASA', null, null, '{\"PPM-91-335.pdf\":\"/oss/physical/NASA/9c1a6243a27f8725235840473b0f06df/PPM-91-335.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9c1a6243a27f8725235840473b0f06df/data.xlsx\"}', '2N4117A-1,N-JFET,Siliconix,5/10/1991,tid/PPM-91-335.pdf,TID,NJFET', null); INSERT INTO `nasa_data_record` VALUES ('9c476c8066ce36e0eb2c88eb1c5665ad', 'Crawler', '2024-11-13 09:50:54', null, '2025-04-08 11:34:40', null, 'National', 'LM117H', 'LM117H', 'Voltage Regulator', null, null, '10/10/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9c476c8066ce36e0eb2c88eb1c5665ad/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9c476c8066ce36e0eb2c88eb1c5665ad/PPM-99-045.pdf\"}', '337,10-200,LM117H,Voltage Regulator,National,GOES,9305,PPM-97-041,10/10/97', null); INSERT INTO `nasa_data_record` VALUES ('9c498cb73d97cddfcf942529ae35e30f', 'Crawler', '2024-11-13 11:29:41', null, '2025-04-08 11:34:40', null, 'Power Device', 'LP3470 Voltage Supervisor', 'LP3470 Voltage Supervisor', 'Voltage Supervisor', null, 'National Semiconductor', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/9c498cb73d97cddfcf942529ae35e30f/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9c498cb73d97cddfcf942529ae35e30f/data.xlsx\"}', 'LP3470 Voltage Supervisor,Voltage Supervisor,National Semiconductor,7/19/2002,NSREC02_W16.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('9c6188420e3f29e43459ad0b8e6c8072', 'Crawler', '2024-11-13 09:48:37', null, '2025-04-08 11:34:40', null, 'Linear Tech.', 'LF155A', 'LF155A', 'Op Amp - JFET input', null, null, '11/19/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9c6188420e3f29e43459ad0b8e6c8072/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9c6188420e3f29e43459ad0b8e6c8072/PPM-99-045.pdf\"}', '421,2.5-30,LF155A,Op Amp - JFET input,Linear Tech.,HST/COS,9811,PPM-99-035,11/19/99', null); INSERT INTO `nasa_data_record` VALUES ('9cb21dfea45e68b0cccab69399f53363', 'Crawler', '2024-11-13 12:42:38', 'chenpan', '2025-04-30 23:29:52', null, 'CMOS', 'SST211', 'SST211', 'N-Channel DMOS Switch', null, 'Linear Systems', '1/11/2011', 'NASA', '陈攀', '1', '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/data.xlsx\",\"T101111_SST211.pdf\":\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/T101111_SST211.pdf\",\"SST211_SEE_1746026987800.xlsx\":\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/SST211_SEE_1746026987800.xlsx\"}', 'SST211,N-Channel DMOS Switch,Linear Systems,1/11/2011,T101111_SST211.pdf;nsrec2012_W22_SEE.pdf,SEE,CMOS', '4'); INSERT INTO `nasa_data_record` VALUES ('9cf9271041418a120f939517ad71af30', 'Crawler', '2024-11-13 09:49:00', null, '2025-04-08 11:34:40', null, 'Micro Net', 'MN5295', 'MN5295', 'A/D Converter', null, null, '04/15/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9cf9271041418a120f939517ad71af30/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9cf9271041418a120f939517ad71af30/PPM-99-045.pdf\"}', '404,5-35,MN5295,A/D Converter,Micro Net,GOES (Ball),9540 & 9549,PPM-99-018,04/15/99', null); INSERT INTO `nasa_data_record` VALUES ('9d0346faa1c29a3dd645da3ad4448208', 'Crawler', '2024-11-13 12:38:28', 'changyuhai', '2025-05-04 00:01:54', null, 'Switch Controller', 'SI9110Ak', 'SI9110Ak', 'Switch Controller', '9024', 'Siliconix', '3/4/1991', 'NASA', '常余海', '11', '{\"PPM-91-124.pdf\":\"/oss/physical/NASA/9d0346faa1c29a3dd645da3ad4448208/PPM-91-124.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9d0346faa1c29a3dd645da3ad4448208/data.xlsx\",\"电离总剂量效应_1746288066145.xlsx\":\"/oss/physical/NASA/9d0346faa1c29a3dd645da3ad4448208/电离总剂量效应_1746288066145.xlsx\"}', 'SI9110Ak,Switch Controller,Siliconix,3/4/1991,tid/PPM-91-124.pdf,TID,Switch Controller', '2750'); INSERT INTO `nasa_data_record` VALUES ('9d158909ebf49185475b0643f121c934', 'Crawler', '2024-11-13 11:05:32', null, '2025-04-08 11:34:40', null, 'ONO Charge-trap and CMOS', 'H27QDG822C8R-BCG', 'H27QDG822C8R-BCG', '3D NAND Flash', null, 'Hynix', '2016AugLBNL;2016NovLBNL;2017MarTAMU', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9d158909ebf49185475b0643f121c934/data.xlsx\",\"NEPP-CP-2017-Chen-NSREC-Pres-NAND-TN44695.pdf\":\"/oss/physical/NASA/9d158909ebf49185475b0643f121c934/NEPP-CP-2017-Chen-NSREC-Pres-NAND-TN44695.pdf\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/9d158909ebf49185475b0643f121c934/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"}', 'H27QDG822C8R-BCG,3D NAND Flash,Hynix,2016AugLBNL;2016NovLBNL;2017MarTAMU,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/29067/NEPP-CP-2017-Chen-NSREC-Pres-NAND-TN44695.pdf,SEU;SEL;SEFI,ONO Charge-trap and CMOS', null); INSERT INTO `nasa_data_record` VALUES ('9d3b9c02a73c3b481839aef5b0170ac2', 'Crawler', '2024-11-13 02:23:24', null, '2025-04-08 11:34:40', null, 'ESCC 25100', 'ADS1278', 'ADS1278', 'Octal, Simultaneous Sampling, 24-Bit Analog-to-Digital Converter', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'Texas Instrument', '13/01/2016', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/9d3b9c02a73c3b481839aef5b0170ac2/data.xlsx\",\"330.pdf\":\"/oss/physical/ESA/9d3b9c02a73c3b481839aef5b0170ac2/330.pdf\"}', '330,ADS1278,Texas Instrument,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,Octal, Simultaneous Sampling, 24-Bit Analog-to-Digital Converter,,Hirex-Alter,13/01/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('9d822f3cf4c46a3a132bc175de0b356c', 'Crawler', '2024-11-13 12:26:03', 'liujunling', '2025-04-30 22:18:13', null, '存储器', 'RAMT1R12', 'RAMT1R12', 'Rambus 2Mx8 DRAM', null, 'Toshiba', '2/24/1997', 'NASA', '刘俊灵', '1', '{\"data.xlsx\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/b022497b.pdf\",\"单粒子效应_1746022684682.xlsx\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/单粒子效应_1746022684682.xlsx\"}', 'RAMT1R12,Rambus 2Mx8 DRAM,Toshiba,2/24/1997,b022497b.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('9db3f2168fec26435f42fa22a353d830', 'Crawler', '2024-11-13 09:55:42', null, '2025-04-08 11:34:40', null, 'SGS Thomson', 'HCC4053BM2RB', 'HCC4053BM2RB', 'Mux/Dmux', null, null, '03/31/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9db3f2168fec26435f42fa22a353d830/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9db3f2168fec26435f42fa22a353d830/PPM-99-045.pdf\"}', '138,5-20,HCC4053BM2RB,Mux/Dmux,SGS Thomson,GGS/WIND,8719,PPM-92-122,03/31/92', null); INSERT INTO `nasa_data_record` VALUES ('9dc10db37b8a6339b83ccee6cfbd278c', 'Crawler', '2024-11-13 12:42:59', 'chenpan', '2025-04-30 23:11:54', null, 'Si', 'STPS1045', 'STPS1045', 'Schottky Diode', null, 'STMicroelectronics', '6/14/2013', 'NASA', '陈攀', '1', '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/data.xlsx\",\"STPS1045_SEE_1746025905803.xlsx\":\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/STPS1045_SEE_1746025905803.xlsx\"}', 'STPS1045,Schottky Diode,STMicroelectronics,6/14/2013,NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '2'); INSERT INTO `nasa_data_record` VALUES ('9de7cd1f4a264f382eaaf4ebadfdf2e3', 'Crawler', '2024-11-13 02:22:14', null, '2025-04-08 11:34:40', null, 'Not specified', 'RHF43BK-01V - DC1348A', 'RHF43BK-01V - DC1348A', 'Rad-Hard Precision Single Opamp', '50 LINEAR OPERATIONAL AMPLIFIER', 'STmicroelectronics', '12/06/2015', 'ESA', null, null, '{\"340.pdf\":\"/oss/physical/ESA/9de7cd1f4a264f382eaaf4ebadfdf2e3/340.pdf\",\"data.xlsx\":\"/oss/physical/ESA/9de7cd1f4a264f382eaaf4ebadfdf2e3/data.xlsx\"}', '340,RHF43BK-01V - DC1348A,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Rad-Hard Precision Single Opamp,,TRAD,12/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('9e21d010a331791e60852bfd57faeca3', 'Crawler', '2024-11-13 13:14:45', 'admin', '2025-04-08 11:34:40', null, '数字集成电路', 'ZT-6500 CPCI Pentium Processor', 'ZT-6500', 'CPCI Pentium Processor', null, 'Ziatech', '9/1/1997', 'NASA', '张兴尧', '1', '{\"data2_1739437345168.csv\":\"/oss/physical/NASA/9e21d010a331791e60852bfd57faeca3/data2_1739437345168.csv\",\"data.xlsx\":\"/oss/physical/NASA/9e21d010a331791e60852bfd57faeca3/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/9e21d010a331791e60852bfd57faeca3/NSREC99.pdf\"}', 'ZT-6500,CPCI Pentium Processor,Ziatech,9/1/1997,NSREC99.pdf,SEE,Board', '1'); INSERT INTO `nasa_data_record` VALUES ('9e41ddabd71effc1ddd343cdc3dde408', 'Crawler', '2024-11-13 11:11:13', null, '2025-04-08 11:34:40', null, 'Data Transmission', 'HS26C31', 'HS26C31', 'Differential Driver', null, 'Harris', '3/3/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/9e41ddabd71effc1ddd343cdc3dde408/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9e41ddabd71effc1ddd343cdc3dde408/data.xlsx\",\"b050393.pdf\":\"/oss/physical/NASA/9e41ddabd71effc1ddd343cdc3dde408/b050393.pdf\"}', 'HS26C31,Differential Driver,Harris,3/3/1993;7/18/1994,b050393.pdf;nsrec94a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('9e877cc8896f3f1ab158c5bcf45332f4', 'Crawler', '2024-11-13 11:07:51', null, '2025-04-08 11:34:40', null, 'Fiber Optics', 'HFD3801', 'HFD3801', 'TTL Integrated Fiber Optic RX', null, 'Honeywell', '11/9/1990;12/15/1990;5/20/1991;4/24/1991;9/28/1991;5/18/1992', 'NASA', null, null, '{\"i052091.pdf\":\"/oss/physical/NASA/9e877cc8896f3f1ab158c5bcf45332f4/i052091.pdf\",\"b110990.pdf\":\"/oss/physical/NASA/9e877cc8896f3f1ab158c5bcf45332f4/b110990.pdf\",\"d051892.pdf\":\"/oss/physical/NASA/9e877cc8896f3f1ab158c5bcf45332f4/d051892.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9e877cc8896f3f1ab158c5bcf45332f4/data.xlsx\",\"092891.pdf\":\"/oss/physical/NASA/9e877cc8896f3f1ab158c5bcf45332f4/092891.pdf\",\"121590.pdf\":\"/oss/physical/NASA/9e877cc8896f3f1ab158c5bcf45332f4/121590.pdf\"}', 'HFD3801,TTL Integrated Fiber Optic RX,Honeywell,11/9/1990;12/15/1990;5/20/1991;4/24/1991;9/28/1991;5/18/1992,b110990.pdf;121590.pdf;i052091.pdf;42491.pdf;092891.pdf;d051892.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('9e9a4954d87c7e8047010c7e6ae7a1c4', 'Crawler', '2024-11-13 11:15:43', null, '2025-04-08 11:34:40', null, 'CMOS', 'IS705RH', 'IS705RH', 'Power On Reset Circuit', null, 'Intersil', 'TAMU10MAY;NRL10MAY', 'NASA', null, null, '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/9e9a4954d87c7e8047010c7e6ae7a1c4/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9e9a4954d87c7e8047010c7e6ae7a1c4/data.xlsx\",\"T051010_NRL051010_IS705RH.pdf\":\"/oss/physical/NASA/9e9a4954d87c7e8047010c7e6ae7a1c4/T051010_NRL051010_IS705RH.pdf\"}', 'IS705RH,Power On Reset Circuit,Intersil,TAMU10MAY;NRL10MAY,T051010_NRL051010_IS705RH.pdf;nsrec2011_W6_SEE.pdf,SEE;SET,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('9ee1b0eec5413c840a99ed33f6cd47b0', 'Crawler', '2024-11-13 12:05:42', 'luoyongheng', '2025-04-29 12:42:23', null, '放大器', 'OPA2347', 'OPA2347', 'Operational Amplifier', null, 'Texas Instruments', '10/7/2002;7/25/2003', 'NASA', '罗永恒', '1', '{\"data.xlsx\":\"/oss/physical/NASA/9ee1b0eec5413c840a99ed33f6cd47b0/data.xlsx\",\"T100202_OPA2347.pdf\":\"/oss/physical/NASA/9ee1b0eec5413c840a99ed33f6cd47b0/T100202_OPA2347.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/9ee1b0eec5413c840a99ed33f6cd47b0/NSREC03_W10.pdf\"}', 'OPA2347,Operational Amplifier,Texas Instruments,10/7/2002;7/25/2003,T100202_OPA2347.pdf;NSREC03_W10.pdf,SET,SEL,Operational Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('9ee7bf0d351f531cf02a87289d6e3919', 'Crawler', '2024-11-13 12:34:27', 'sunjiacheng', '2025-04-30 17:25:52', null, '晶体管', 'SA8016', 'SA8016', '2.5GHz Synthesizer Chip', 'C045132', 'Philips', 'TAMU07JUNE;2007AUG', 'NASA', '孙家诚', '1', '{\"G07AUG_SA8016_TID.pdf\":\"/oss/physical/NASA/9ee7bf0d351f531cf02a87289d6e3919/G07AUG_SA8016_TID.pdf\",\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/9ee7bf0d351f531cf02a87289d6e3919/nsrec08_W2_TID.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/9ee7bf0d351f531cf02a87289d6e3919/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9ee7bf0d351f531cf02a87289d6e3919/data.xlsx\",\"T062507_SA8016.pdf\":\"/oss/physical/NASA/9ee7bf0d351f531cf02a87289d6e3919/T062507_SA8016.pdf\",\"单粒子效应_1746005146905.xlsx\":\"/oss/physical/NASA/9ee7bf0d351f531cf02a87289d6e3919/单粒子效应_1746005146905.xlsx\",\"电离总剂量效应_1746005150581.xlsx\":\"/oss/physical/NASA/9ee7bf0d351f531cf02a87289d6e3919/电离总剂量效应_1746005150581.xlsx\"}', 'SA8016,2.5GHz Synthesizer Chip,Philips,TAMU07JUNE;2007AUG,T062507_SA8016.pdf;nsrec08_W3_SEE.pdf;G07AUG_SA8016_TID.pdf;nsrec08_W2_TID.pdf,TID; SEE; SEL; SET,BiCMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('9ee96ce78520a0357d5f9155da96a1be', 'Crawler', '2024-11-13 01:05:55', null, '2025-04-08 11:34:40', null, 'ESCC 22900', 'BDS16', 'BDS16', 'NPN Power Silicon Transistor', '3 HIGH POWER, NPN (> 2WATTS)', 'Semelab', '04/12/2018', 'ESA', null, null, '{\"D5-04 - TN5.4 - TID BDS16 - NEO-14-086_Report_17-2017_rev1.pdf\":\"/oss/physical/ESA/9ee96ce78520a0357d5f9155da96a1be/D5-04 - TN5.4 - TID BDS16 - NEO-14-086_Report_17-2017_rev1.pdf\",\"data.xlsx\":\"/oss/physical/ESA/9ee96ce78520a0357d5f9155da96a1be/data.xlsx\"}', '223,BDS16,Semelab,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,3 HIGH POWER, NPN (> 2WATTS),NPN Power Silicon Transistor,,Fraunhofer Institut,04/12/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('9efb099930ad4c4c871e3084c2ced113', 'Crawler', '2024-11-13 10:59:26', null, '2025-04-08 11:34:40', null, 'Switch', 'DG307A', 'DG307A', 'SPDT Switch', null, 'Siliconix', '3/23/1993', 'NASA', null, null, '{\"PPM-93-045.pdf\":\"/oss/physical/NASA/9efb099930ad4c4c871e3084c2ced113/PPM-93-045.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9efb099930ad4c4c871e3084c2ced113/data.xlsx\"}', 'DG307A,SPDT Switch,Siliconix,3/23/1993,tid/PPM-93-045.pdf,TID,Switch', null); INSERT INTO `nasa_data_record` VALUES ('9efcc20c5059aa3b3be92b1dfb188f5e', 'Crawler', '2024-11-13 09:51:43', null, '2025-04-08 11:34:40', null, 'Siliconix', 'JANTXV2N6661', 'JANTXV2N6661', 'PowerMosfet', null, null, '4/28/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9efcc20c5059aa3b3be92b1dfb188f5e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9efcc20c5059aa3b3be92b1dfb188f5e/PPM-99-045.pdf\"}', '306,2.5-30,JANTXV2N6661,PowerMosfet,Siliconix,MIDEX,9636,PPM-97-010,4/28/97', null); INSERT INTO `nasa_data_record` VALUES ('9f0c86c39ae87833aeef3c66f52e58db', 'Crawler', '2024-11-13 12:52:54', 'lixuyou', '2025-04-30 17:23:25', null, '0.25 µm CMOS', 'TLK2711-SP', 'TLK2711-SP', 'Transceiver', '1135D', 'Texas Instruments', '5/15/2012', 'NASA', '李序友', '1', '{\"data.xlsx\":\"/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/data.xlsx\",\"LBNL051812_TLK2711.pdf\":\"/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/LBNL051812_TLK2711.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/nsrec2013_W8_SEE.pdf\",\"TLK2711-SP_1746005002998.xlsx\":\"/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/TLK2711-SP_1746005002998.xlsx\"}', 'TLK2711-SP,Transceiver,Texas Instruments,5/15/2012,LBNL051812_TLK2711.pdf;nsrec2013_W8_SEE.pdf,SEE,0.25 µm CMOS', '16'); INSERT INTO `nasa_data_record` VALUES ('9f18fa771520269b73f5d5be7fdffad3', 'Crawler', '2024-11-13 09:54:08', null, '2025-04-08 11:34:40', null, 'Actel', '1020B', '1020B', 'Gate Array', null, null, '03/16/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9f18fa771520269b73f5d5be7fdffad3/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9f18fa771520269b73f5d5be7fdffad3/PPM-99-045.pdf\"}', '207,2.5-200,1020B,Gate Array,Actel,GPEP/PPL,9315,PPM-94-005,03/16/94', null); INSERT INTO `nasa_data_record` VALUES ('9f24ea3f419271d544ada8f59e10f352', 'Crawler', '2024-11-13 10:17:04', null, '2025-04-08 11:34:40', null, 'Transistor', '2N5097', '2N5097', 'NPN Transistor', null, 'SSDI', '1/23/1992', 'NASA', null, null, '{\"PPM-92-037.pdf\":\"/oss/physical/NASA/9f24ea3f419271d544ada8f59e10f352/PPM-92-037.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9f24ea3f419271d544ada8f59e10f352/data.xlsx\"}', '2N5097,NPN Transistor,SSDI,1/23/1992,tid/PPM-92-037.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('9f2c8031af77f420261802509bd6c86c', 'Crawler', '2024-11-13 12:51:11', 'chenwenzhuo', '2025-04-30 15:53:40', null, 'Transistor', 'TIL601', 'TIL601', 'Phototransistor', null, 'TI', '4/1/2001;7/19/2002', 'NASA', '陈文卓', '1', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/NSREC02_W16.pdf\",\"D040101_TIL601.pdf\":\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/D040101_TIL601.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/data.xlsx\",\"Phototransistor_1745999618647.xlsx\":\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/Phototransistor_1745999618647.xlsx\"}', 'TIL601,Phototransistor,TI,4/1/2001;7/19/2002,D040101_TIL601.pdf;NSREC02_W16.pdf,DD,Transistor', '1'); INSERT INTO `nasa_data_record` VALUES ('9f3c5139df5622c262cedfebb952f80a', 'Crawler', '2024-11-13 09:58:13', null, '2025-04-08 11:34:40', null, 'Harris', 'CA3127F', 'CA3127F', 'NPN Array', null, null, '06/14/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9f3c5139df5622c262cedfebb952f80a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9f3c5139df5622c262cedfebb952f80a/PPM-99-045.pdf\"}', '48,10-100,CA3127F,NPN Array,Harris,ISTP/NC,9101,PPM-91-406,06/14/91', null); INSERT INTO `nasa_data_record` VALUES ('9f632cd68e0f3233dcec8a4411233504', 'Crawler', '2024-11-13 00:53:57', null, '2025-04-08 11:34:40', null, 'ESCC 22900', 'OLH249', 'OLH249', 'Radiation Tolerant Phototransistor Hermetic Optocoupler', '1 OPTOCOUPLER', 'Isolink', '11/12/2012', 'ESA', null, null, '{\"188.pdf\":\"/oss/physical/ESA/9f632cd68e0f3233dcec8a4411233504/188.pdf\",\"data.xlsx\":\"/oss/physical/ESA/9f632cd68e0f3233dcec8a4411233504/data.xlsx\"}', '188,OLH249,Isolink,Download,TID (Total Ionising Dose),ESCC 22900,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Radiation Tolerant Phototransistor Hermetic Optocoupler,,Alter,11/12/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('9f719988d42b478ea649a96b18d3104e', 'Crawler', '2024-11-13 11:30:01', null, '2025-04-08 11:34:40', null, 'Bipolar', 'LSK389-UT', 'LSK389-UT', 'N-channel Dual JFET Amplifier', null, 'Linear Systems', '8/29/2018;2018OctTID', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/9f719988d42b478ea649a96b18d3104e/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9f719988d42b478ea649a96b18d3104e/data.xlsx\",\"2018-Ladbury-TR-18-023-18-025-LSK389-LSK489-2018Aug27-NASA-TM-20210009960.pdf\":\"/oss/physical/NASA/9f719988d42b478ea649a96b18d3104e/2018-Ladbury-TR-18-023-18-025-LSK389-LSK489-2018Aug27-NASA-TM-20210009960.pdf\"}', 'LSK389-UT,N-channel Dual JFET Amplifier,Linear Systems,8/29/2018;2018OctTID,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;2018-Ladbury-TR-18-023-18-025-LSK389-LSK489-2018Aug27-NASA-TM-20210009960.pdf,SEE;TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('9f8264a3b49be813ce44653bd53e7d8a', 'Crawler', '2024-11-13 09:58:21', null, '2025-04-08 11:34:40', null, 'ADI', 'AD571SD', 'AD571SD', '10 bit ADC', null, null, '06/06/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9f8264a3b49be813ce44653bd53e7d8a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9f8264a3b49be813ce44653bd53e7d8a/PPM-99-045.pdf\"}', '42,10-300,AD571SD,10 bit ADC,ADI,ISTP/NC,8846,PPM-91-364,06/06/91', null); INSERT INTO `nasa_data_record` VALUES ('9f8439fd3967edbe6f07fe240abe15d1', 'Crawler', '2024-11-13 09:49:03', null, '2025-04-08 11:34:40', null, 'AD', 'OP07', 'OP07', 'OP AMP', null, null, '02/18/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9f8439fd3967edbe6f07fe240abe15d1/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9f8439fd3967edbe6f07fe240abe15d1/PPM-99-045.pdf\"}', '402,5-40,OP07,OP AMP,AD,GOES,9724A,PPM-99-016,02/18/99', null); INSERT INTO `nasa_data_record` VALUES ('9fa6aa2e4c7650df6f1cdf87b9b2d397', 'Crawler', '2024-11-13 13:00:20', 'rentongfei', '2025-04-18 12:07:26', null, '数字集成电路', 'UT54LVDS217', 'UT54LVDS217', 'Serializer', '/', 'Aeroflex', '10/29/2003;6/22/2004', 'NASA', '任童菲', '4', '{\"单粒子效应UT54LVDS217_1744909288867.xlsx\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/单粒子效应UT54LVDS217_1744909288867.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/data.xlsx\",\"I102903_UT54LVDS217.pdf\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/I102903_UT54LVDS217.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/nsrec04_SEE.pdf\"}', 'UT54LVDS217,Serializer,Aeroflex,10/29/2003;6/22/2004,I102903_UT54LVDS217.pdf;nsrec04_SEE.pdf,SEE,CMOS', '336'); INSERT INTO `nasa_data_record` VALUES ('9fabcc4cf3b10556247065830c29c207', 'Crawler', '2024-11-13 11:28:10', null, '2025-04-08 11:34:40', null, 'Bipolar', 'LM6172', 'LM6172', 'Operational Amplifier', null, 'Texas Instruments', '12/18/2013;4/6/2014', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/9fabcc4cf3b10556247065830c29c207/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9fabcc4cf3b10556247065830c29c207/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/9fabcc4cf3b10556247065830c29c207/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\"}', 'LM6172,Operational Amplifier,Texas Instruments,12/18/2013;4/6/2014,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf,SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('9fc5ad2b98ff0b99541ca55cddaf39df', 'Crawler', '2024-11-13 09:53:44', null, '2025-04-08 11:34:40', null, 'National', 'LM108', 'LM108', 'Op Amp', null, null, '09/28/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/9fc5ad2b98ff0b99541ca55cddaf39df/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/9fc5ad2b98ff0b99541ca55cddaf39df/PPM-99-045.pdf\"}', '225,2.5-100,LM108,Op Amp,National,CASSINI/CIRS,9409,PPM-94-028,09/28/94', null); INSERT INTO `nasa_data_record` VALUES ('9fc81f08292cf4ccd34db2f15503b63f', 'Crawler', '2024-11-13 12:48:53', 'chenwenzhuo', '2025-04-30 18:41:41', null, 'MOSFET Buffer', 'TC4420', 'TC4420', 'MOSFET Buffer', null, 'Teledyne', '10/3/1994', 'NASA', '陈文卓', '1', '{\"PPM-94-035.pdf\":\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/PPM-94-035.pdf\",\"TIL25_1746009694189.xlsx\":\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/TIL25_1746009694189.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/data.xlsx\"}', 'TC4420,MOSFET Buffer,Teledyne,10/3/1994,tid/PPM-94-035.pdf,TID,MOSFET Buffer', '1'); INSERT INTO `nasa_data_record` VALUES ('9fe35dd16fc623f2e11612bdd15f0f86', 'Crawler', '2024-11-13 11:59:18', 'huangkan', '2025-04-30 13:32:25', null, '数字集成电路', 'NAND01GW3B2ANGE', 'NAND01GW3B2ANGE', '1 Gb Micro Flash', '0604', 'ST Microelectronics', '7/27/2006;7/27/2007;5/2006', 'NASA', null, '3', '{\"I072706_NAND01GW3B2ANGE.pdf\":\"/oss/physical/NASA/9fe35dd16fc623f2e11612bdd15f0f86/I072706_NAND01GW3B2ANGE.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/9fe35dd16fc623f2e11612bdd15f0f86/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9fe35dd16fc623f2e11612bdd15f0f86/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/9fe35dd16fc623f2e11612bdd15f0f86/nsrec07_W26_TID.pdf\",\"G06MAY_NAND01GW3B2ANGE_NVM_TID.pdf\":\"/oss/physical/NASA/9fe35dd16fc623f2e11612bdd15f0f86/G06MAY_NAND01GW3B2ANGE_NVM_TID.pdf\",\"NAND01GW3B2ANGE单粒子效应_1745991144620.xlsx\":\"/oss/physical/NASA/9fe35dd16fc623f2e11612bdd15f0f86/NAND01GW3B2ANGE单粒子效应_1745991144620.xlsx\",\"NAND01GW3B2ANGE电离总剂量效应_1745991144622.xlsx\":\"/oss/physical/NASA/9fe35dd16fc623f2e11612bdd15f0f86/NAND01GW3B2ANGE电离总剂量效应_1745991144622.xlsx\"}', 'NAND01GW3B2ANGE,1 Gb Micro Flash,ST Microelectronics,7/27/2006;7/27/2007;5/2006,I072706_NAND01GW3B2ANGE.pdf;L012707_ AND01GW3B2ANGE.pdf;nsrec07_W27_SEE.pdf;G06MAY_NAND01GW3B2ANGE_NVM_TID.pdf;nsrec07_W26_TID.pdf,SEE;TID,Memory', '3'); INSERT INTO `nasa_data_record` VALUES ('9ff9075ea42f6669ddf19057910440b3', 'Crawler', '2024-11-13 11:04:54', null, '2025-04-08 11:34:40', null, 'Oscillator', 'G311P759/01-18M', 'G311P759/01-18M', 'Oscillator', null, 'Monitor', '9/24/1993', 'NASA', null, null, '{\"PPM-93-102.pdf\":\"/oss/physical/NASA/9ff9075ea42f6669ddf19057910440b3/PPM-93-102.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9ff9075ea42f6669ddf19057910440b3/data.xlsx\"}', 'G311P759/01-18M,Oscillator,Monitor,9/24/1993,tid/PPM-93-102.pdf,TID,Oscillator', null); INSERT INTO `nasa_data_record` VALUES ('a00842c37630a58293cc022e0e59519e', 'Crawler', '2024-11-13 11:49:17', null, '2025-04-08 11:34:40', null, 'Converter', 'MHF2815S', 'MHF2815S', 'DC-DC Converter', null, 'Interpoint', '9/1/1998', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/a00842c37630a58293cc022e0e59519e/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a00842c37630a58293cc022e0e59519e/data.xlsx\"}', 'MHF2815S,DC-DC Converter,Interpoint,9/1/1998,NSREC99.pdf,Proton Damage,Converter', null); INSERT INTO `nasa_data_record` VALUES ('a03b8e45f3451c4c93b3222b27938af9', 'Crawler', '2024-11-13 02:20:47', null, '2025-04-08 11:34:40', null, 'Not specified', 'LM124AWG-R-QMLV - DC1136A', 'LM124AWG-R-QMLV - DC1136A', 'Quadruple Operational Amplifier', '50 LINEAR OPERATIONAL AMPLIFIER', 'National Semiconductor', '12/06/2015', 'ESA', null, null, '{\"351.pdf\":\"/oss/physical/ESA/a03b8e45f3451c4c93b3222b27938af9/351.pdf\",\"data.xlsx\":\"/oss/physical/ESA/a03b8e45f3451c4c93b3222b27938af9/data.xlsx\"}', '351,LM124AWG-R-QMLV - DC1136A,National Semiconductor,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Quadruple Operational Amplifier,,TRAD,12/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('a062ce951d2325bba1bca8206cc4b731', 'Crawler', '2024-11-13 10:58:05', null, '2025-04-08 11:34:40', null, 'CMOS', 'CT275MX300SSD4', 'CT275MX300SSD4', 'Flash', null, 'Crucial', '5/1/2018', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/a062ce951d2325bba1bca8206cc4b731/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/a062ce951d2325bba1bca8206cc4b731/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a062ce951d2325bba1bca8206cc4b731/data.xlsx\"}', 'CT275MX300SSD4,Flash,Crucial,5/1/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEFI,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('a0958be8f3823e281e9a00c9c942cfe9', 'Crawler', '2024-11-13 11:21:27', null, '2025-04-08 11:34:40', null, 'Comparator', 'LF111H-MIL', 'LF111H-MIL', 'Voltage Comparator', null, 'National Semiconductor', '7/30/1991', 'NASA', null, null, '{\"PPM-91-381.pdf\":\"/oss/physical/NASA/a0958be8f3823e281e9a00c9c942cfe9/PPM-91-381.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a0958be8f3823e281e9a00c9c942cfe9/data.xlsx\"}', 'LF111H-MIL,Voltage Comparator,National Semiconductor,7/30/1991,tid/PPM-91-381.pdf,TID,Comparator', null); INSERT INTO `nasa_data_record` VALUES ('a0b931cf382dc750f534b5ec27d5375a', 'Crawler', '2024-11-13 11:48:26', null, '2025-04-08 11:34:40', null, 'Microprocessors and Peripherals', 'MG80486DX-33', 'MG80486DX-33', 'Microprocessor', null, 'Intel', '1/24/1995;4/3/1995;5/4/1995;7/17/1995;9/18/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/a0b931cf382dc750f534b5ec27d5375a/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a0b931cf382dc750f534b5ec27d5375a/data.xlsx\",\"intel.pdf\":\"/oss/physical/NASA/a0b931cf382dc750f534b5ec27d5375a/intel.pdf\"}', 'MG80486DX-33,Microprocessor,Intel,1/24/1995;4/3/1995;5/4/1995;7/17/1995;9/18/1995,ieee95a.pdf;intel.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('a0d3decb7cca31b9ebe58bd4b7b65508', 'Crawler', '2024-11-13 11:11:04', null, '2025-04-08 11:34:40', null, 'Operational Amplifier', 'HS2-3530RH-Q', 'HS2-3530RH-Q', 'Operational Amplifier', null, 'Harris', '1/2/1991', 'NASA', null, null, '{\"PPM-91-003.pdf\":\"/oss/physical/NASA/a0d3decb7cca31b9ebe58bd4b7b65508/PPM-91-003.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a0d3decb7cca31b9ebe58bd4b7b65508/data.xlsx\"}', 'HS2-3530RH-Q,Operational Amplifier,Harris,1/2/1991,tid/PPM-91-003.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('a0f69a70045452831b107b9eeeea4acb', 'Crawler', '2024-11-13 12:38:26', 'changyuhai', '2025-05-04 00:11:11', null, 'Power Device', 'SHD85202', 'SHD85202', 'Dual power MOSFET driver', '0321', 'Sensitron', '6/17/2006', 'NASA', '常余海', '3', '{\"L061706_SHD85202.pdf\":\"/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/L061706_SHD85202.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/data.xlsx\",\"单粒子效应_1746288633468.xlsx\":\"/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/单粒子效应_1746288633468.xlsx\"}', 'SHD85202,Dual power MOSFET driver,Sensitron,6/17/2006,L061706_SHD85202.pdf;nsrec07_W27_SEE.pdf,SEE,Power Device', '18'); INSERT INTO `nasa_data_record` VALUES ('a106c558ff54f9b1a6f0e4854b2020d2', 'Crawler', '2024-11-13 12:37:21', 'zhangchenyu', '2025-04-30 20:54:10', null, 'Bipolar', 'SFT5094', 'SFT5094', 'Operational Amplifier', null, 'Analog Devices', '10/20/2015', 'NASA', '张晨宇', '1', '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/data.xlsx\",\"电离总剂量效应_1745996228783.xlsx\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/电离总剂量效应_1745996228783.xlsx\"}', 'SFT5094,Operational Amplifier,Analog Devices,10/20/2015,https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', '2'); INSERT INTO `nasa_data_record` VALUES ('a1154f6b6239c98ac96bbc0f77d04e1b', 'Crawler', '2024-11-13 11:37:01', null, '2025-04-08 11:34:40', null, 'CMOS', 'MAX4595DVBR', 'MAX4595DVBR', 'Analog Switch', null, 'Texas Instruments', '10/26/2014', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a1154f6b6239c98ac96bbc0f77d04e1b/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/a1154f6b6239c98ac96bbc0f77d04e1b/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"2014-Campola-TR-GSFC-14-077-MAX4595-SEE-2014Oct26-TN78788.pdf\":\"/oss/physical/NASA/a1154f6b6239c98ac96bbc0f77d04e1b/2014-Campola-TR-GSFC-14-077-MAX4595-SEE-2014Oct26-TN78788.pdf\"}', 'MAX4595DVBR,Analog Switch,Texas Instruments,10/26/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;2014-Campola-TR-GSFC-14-077-MAX4595-SEE-2014Oct26-TN78788.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('a130446a06bd393ce586e4aa43b38b9f', 'Crawler', '2024-11-13 10:09:10', null, '2025-04-08 11:34:40', null, 'RAM (Random Access Memory)', '0116400JIC-70', '0116400JIC-70', '4Mx4 DRAM', null, 'IBM', '5/4/1995;7/15/1996', 'NASA', null, null, '{\"d050595.pdf\":\"/oss/physical/NASA/a130446a06bd393ce586e4aa43b38b9f/d050595.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/a130446a06bd393ce586e4aa43b38b9f/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a130446a06bd393ce586e4aa43b38b9f/data.xlsx\"}', '0116400JIC-70,4Mx4 DRAM,IBM,5/4/1995;7/15/1996,d050595.pdf;random6a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('a1488333972de2e1d9cc3777a0bd4a60', 'Crawler', '2024-11-13 12:57:43', 'yangsini', '2025-04-30 11:58:29', null, '其他电气和电子元器件', '美国宇航局太空系统候选电子设备', 'xx', 'Latches', 'xx', 'IBM', '2010.2', 'NASA', '杨思妮', '4', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/a1488333972de2e1d9cc3777a0bd4a60/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a1488333972de2e1d9cc3777a0bd4a60/data.xlsx\",\"单粒子效应_1745985507580.xlsx\":\"/oss/physical/NASA/a1488333972de2e1d9cc3777a0bd4a60/单粒子效应_1745985507580.xlsx\"}', 'Test Vehicle 32 nm SOI CMOS,Latches,IBM,LBNL11JAN;UDC10OCT,nsrec2011_W6_SEE.pdf,SEE;SEU,32 nm SOI CMOS', '12'); INSERT INTO `nasa_data_record` VALUES ('a168a1c6c24c2f18ced4f03b85b3ee7c', 'Crawler', '2024-11-13 12:34:31', 'sunjiacheng', '2025-04-30 17:15:14', null, '线性电压调节器', 'SAT8605R', 'SAT8605R', '2.5 linear voltage regulator', null, 'SatCon Electronics', '6/16/2006', 'NASA', '孙家诚', '4', '{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/data.xlsx\",\"L061606_SAT8605R.pdf\":\"/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/L061606_SAT8605R.pdf\",\"单粒子效应_1746004512865.xlsx\":\"/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/单粒子效应_1746004512865.xlsx\"}', 'SAT8605R,2.5 linear voltage regulator,SatCon Electronics,6/16/2006,L061606_SAT8605R.pdf;nsrec07_W27_SEE.pdf,SEE,Hybrid Linear Device', '8'); INSERT INTO `nasa_data_record` VALUES ('a16f6f378e07446901e7c02d659023ef', 'Crawler', '2024-11-13 11:13:05', null, '2025-04-08 11:34:40', null, 'Memory', 'IBM0116400AJ3', 'IBM0116400AJ3', '4Mx4 16Mb DRAM', null, 'IBM', '7/28/1995;05/16/1995', 'NASA', null, null, '{\"PPM-95-170.pdf\":\"/oss/physical/NASA/a16f6f378e07446901e7c02d659023ef/PPM-95-170.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a16f6f378e07446901e7c02d659023ef/data.xlsx\",\"PPM-95-153.pdf\":\"/oss/physical/NASA/a16f6f378e07446901e7c02d659023ef/PPM-95-153.pdf\"}', 'IBM0116400AJ3,4Mx4 16Mb DRAM,IBM,7/28/1995;05/16/1995,tid/PPM-95-170.pdf;tid/PPM-95-153.pdf,TID,Memory', null); INSERT INTO `nasa_data_record` VALUES ('a174dadf5547387bbe248e26205a3775', 'Crawler', '2024-11-13 11:37:05', null, '2025-04-08 11:34:40', null, 'MUX', 'MAX4617', 'MAX4617', 'MUX', null, 'Maxim', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/a174dadf5547387bbe248e26205a3775/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a174dadf5547387bbe248e26205a3775/data.xlsx\",\"B111700.pdf\":\"/oss/physical/NASA/a174dadf5547387bbe248e26205a3775/B111700.pdf\"}', 'MAX4617,MUX,Maxim,7/19/2001,B111700.pdf;nsrec01_W15.pdf,SEL,MUX', null); INSERT INTO `nasa_data_record` VALUES ('a177971da409d5125062a648902ba7b5', 'Crawler', '2024-11-13 12:28:32', 'liujunling', '2025-04-30 21:54:58', null, '模拟集成电路', 'RH1814', 'RH1814', 'Operational Amplifier', 'XX', 'Linear Technology', '8/21/2019', 'NASA', '刘俊灵', '1', '{\"data.xlsx\":\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"单粒子效应_1746021296462.xlsx\":\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/单粒子效应_1746021296462.xlsx\"}', 'RH1814,Operational Amplifier,Linear Technology,8/21/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,SEE,BiCMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('a1a076790a011202e3af381db14a6497', 'Crawler', '2024-11-13 10:17:29', null, '2025-04-08 11:34:40', null, 'Bipolar', '2N5153', '2N5153', 'NPN Transistor', null, 'Semicoa', '10/24/2011; 8/19/2013-to-6/1/2015; 2016 ELDRS testing completed', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/a1a076790a011202e3af381db14a6497/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a1a076790a011202e3af381db14a6497/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/a1a076790a011202e3af381db14a6497/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"nsrec2012_W6_TID.pdf\":\"/oss/physical/NASA/a1a076790a011202e3af381db14a6497/nsrec2012_W6_TID.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/a1a076790a011202e3af381db14a6497/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', '2N5153,NPN Transistor,Semicoa,10/24/2011; 8/19/2013-to-6/1/2015; 2016 ELDRS testing completed,nsrec2012_W6_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('a1d6ebb8967a95d79f2b78ebb69bd66d', 'Crawler', '2024-11-13 11:32:30', null, '2025-04-08 11:34:40', null, 'Linear Bipolar', 'LTC6103', 'LTC6103', 'Current Sense Amplifier', null, 'Linear Technology', '8/11/2016', 'NASA', null, null, '{\"NEPP-TR-2016-Yau-Campola-16-031-LTC6103-LBNL2016Aug-TN44753.pdf\":\"/oss/physical/NASA/a1d6ebb8967a95d79f2b78ebb69bd66d/NEPP-TR-2016-Yau-Campola-16-031-LTC6103-LBNL2016Aug-TN44753.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a1d6ebb8967a95d79f2b78ebb69bd66d/data.xlsx\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/a1d6ebb8967a95d79f2b78ebb69bd66d/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"}', 'LTC6103,Current Sense Amplifier,Linear Technology,8/11/2016,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/29107/NEPP-TR-2016-Yau-Campola-16-031-LTC6103-LBNL2016Aug-TN44753.pdf,SEL;SET,Linear Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('a1ec99d3b5c9a0384d96b502475b6eb4', 'Crawler', '2024-11-13 09:58:35', null, '2025-04-08 11:34:40', null, 'Siliconix', '2N4117A-1', '2N4117A-1', 'N-JFET', null, null, '05/10/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a1ec99d3b5c9a0384d96b502475b6eb4/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a1ec99d3b5c9a0384d96b502475b6eb4/PPM-99-045.pdf\"}', '32,10-300,2N4117A-1,N-JFET,Siliconix,ISTP/NC,9042,PPM-91-335,05/10/91', null); INSERT INTO `nasa_data_record` VALUES ('a1f01d27dbf5776d3e44e57fca0e9658', 'Crawler', '2024-11-13 10:49:03', null, '2025-04-08 11:34:40', null, 'Converter', 'AFL12028SX/CH', 'AFL12028SX/CH', 'DC/DC Converter', null, 'International Rectifier', '5/2008', 'NASA', null, null, '{\"VdG08MAY_AFL12028.pdf\":\"/oss/physical/NASA/a1f01d27dbf5776d3e44e57fca0e9658/VdG08MAY_AFL12028.pdf\",\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/a1f01d27dbf5776d3e44e57fca0e9658/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a1f01d27dbf5776d3e44e57fca0e9658/data.xlsx\"}', 'AFL12028SX/CH,DC/DC Converter,International Rectifier,5/2008,tid/VdG08MAY_AFL12028.pdf;nsrec09_W13_TID.pdf,TID,Converter', null); INSERT INTO `nasa_data_record` VALUES ('a1f4fa7c4b35e122fc7f3159aead8d2e', 'Crawler', '2024-11-13 01:09:00', null, '2025-04-08 11:34:40', null, 'ESCC 25100', 'K6R4016V1C-TI10', 'K6R4016V1C-TI10', '256K x16 Bit High Speed SRAM', '20 MEMORY SRAM', 'Samsung', '30/05/2016', 'ESA', null, null, '{\"230.pdf\":\"/oss/physical/ESA/a1f4fa7c4b35e122fc7f3159aead8d2e/230.pdf\",\"data.xlsx\":\"/oss/physical/ESA/a1f4fa7c4b35e122fc7f3159aead8d2e/data.xlsx\"}', '230,K6R4016V1C-TI10,Samsung,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,20 MEMORY SRAM,256K x16 Bit High Speed SRAM,,ESA,30/05/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('a1fc1beb49402afa56930cee62f08bf6', 'Crawler', '2024-11-13 12:49:35', 'chenwenzhuo', '2025-04-30 18:33:13', null, 'CMOS', 'TC55257', 'TC55257', '32K x 8 SRAM', null, 'Toshiba', '3/28/2003;6/22/2004', 'NASA', '陈文卓', '18', '{\"data.xlsx\":\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/nsrec04_SEE.pdf\",\"G03Jun_TC55257_TID.pdf\":\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/G03Jun_TC55257_TID.pdf\",\"T032803_TC55257.pdf\":\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/T032803_TC55257.pdf\",\"TIL25_1746009191659.xlsx\":\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/TIL25_1746009191659.xlsx\"}', 'TC55257,32K x 8 SRAM,Toshiba,3/28/2003;6/22/2004,T032803_TC55257.pdf;nsrec04_SEE.pdf;G03Jun_TC55257_TID.pdf,SEL;TID,CMOS', '18'); INSERT INTO `nasa_data_record` VALUES ('a212b0d23efe12c87912332b7171adb8', 'Crawler', '2024-11-13 00:45:15', null, '2025-04-08 11:34:40', null, 'Not specified', 'IS-1845ASRH', 'IS-1845ASRH', 'Single Event Radiation Hardened High Speed, Current Mode PWM', '54 LINEAR SWITCHING REGULATOR', 'Intersil', '24/01/2012', 'ESA', null, null, '{\"153.pdf\":\"/oss/physical/ESA/a212b0d23efe12c87912332b7171adb8/153.pdf\",\"data.xlsx\":\"/oss/physical/ESA/a212b0d23efe12c87912332b7171adb8/data.xlsx\"}', '153,IS-1845ASRH,Intersil,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,54 LINEAR SWITCHING REGULATOR,Single Event Radiation Hardened High Speed, Current Mode PWM,,Hirex,24/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('a236bb84a4f08ae8ab12ed72b3f811cc', 'Crawler', '2024-11-13 00:36:51', null, '2025-04-08 11:34:40', null, 'ESCC 22900', 'LM339AN', 'LM339AN', 'Quad voltage comparator', '53 LINEAR VOLTAGE COMPARATOR', 'National Semiconductor', '01/11/2011', 'ESA', null, null, '{\"108.pdf\":\"/oss/physical/ESA/a236bb84a4f08ae8ab12ed72b3f811cc/108.pdf\",\"data.xlsx\":\"/oss/physical/ESA/a236bb84a4f08ae8ab12ed72b3f811cc/data.xlsx\"}', '108,LM339AN,National Semiconductor,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,53 LINEAR VOLTAGE COMPARATOR,Quad voltage comparator,,AIT (Austrian Institute of Technology),01/11/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('a25de8dffaea2b24bafd360c523c6b9e', 'Crawler', '2024-11-13 09:54:11', null, '2025-04-08 11:34:40', null, 'National', '54ACQT08', '54ACQT08', 'AND Gate', null, null, '01/31/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a25de8dffaea2b24bafd360c523c6b9e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a25de8dffaea2b24bafd360c523c6b9e/PPM-99-045.pdf\"}', '205,5-100,54ACQT08,AND Gate,National,SMEX/FAST,9335A,PPM-94-003,01/31/94', null); INSERT INTO `nasa_data_record` VALUES ('a2632a7d699226feba886a75e8fa193f', 'Crawler', '2024-11-13 01:19:57', null, '2025-04-08 11:34:40', null, '', 'TL431BIDMR2G', 'TL431BIDMR2G', 'Programmable Shunt Regulator with 2.5V Bandgap Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', 'ON Semiconductor', '03/01/2022', 'ESA', null, null, '{\"279.pdf\":\"/oss/physical/ESA/a2632a7d699226feba886a75e8fa193f/279.pdf\",\"data.xlsx\":\"/oss/physical/ESA/a2632a7d699226feba886a75e8fa193f/data.xlsx\"}', '279,TL431BIDMR2G,ON Semiconductor,Download,SEE (Single Events Effects),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,Programmable Shunt Regulator with 2.5V Bandgap Voltage Reference,Bipolar,ESA-ESTEC TEC-QEC,03/01/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('a2741bba81c754934cb4933b01b2e4e2', 'Crawler', '2024-11-13 12:00:09', 'huangkan', '2025-04-30 18:50:15', null, '二极管', 'NSXPS20H100', 'NSXPS20H100', 'Schottky Diode', null, 'NXP Semiconductor', '6/27/2015', 'NASA', null, '1', '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data_1745917683798.xlsx\":\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/data_1745917683798.xlsx\",\"单粒子效应_1745987155032.xlsx\":\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/单粒子效应_1745987155032.xlsx\"}', 'NXPS20H100,Schottky Diode,NXP Semiconductor,6/27/2015,NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '4'); INSERT INTO `nasa_data_record` VALUES ('a275c3b873a5119a5d97f8fb8fb0e177', 'Crawler', '2024-11-13 09:50:44', null, '2025-04-08 11:34:40', null, 'Unitrode', 'UC1707', 'UC1707', 'PWM', null, null, '10/29/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a275c3b873a5119a5d97f8fb8fb0e177/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a275c3b873a5119a5d97f8fb8fb0e177/PPM-99-045.pdf\"}', '344,2.5-100,UC1707,PWM,Unitrode,SMEX/LITE,9649,PPM-97-048,10/29/97', null); INSERT INTO `nasa_data_record` VALUES ('a28593a492f131014b73a189c73d996e', 'Crawler', '2024-11-13 02:13:28', null, '2025-04-08 11:34:40', null, 'ESCC 25100', 'TPS3820-33DBV', 'TPS3820-33DBV', 'Voltage Monitor With Watchdog Timer', '90 OTHER FUNCTIONS', 'Texas Instruments', '18/12/2023', 'ESA', null, null, '{\"411.pdf\":\"/oss/physical/ESA/a28593a492f131014b73a189c73d996e/411.pdf\",\"data.xlsx\":\"/oss/physical/ESA/a28593a492f131014b73a189c73d996e/data.xlsx\"}', '411,TPS3820-33DBV,Texas Instruments,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,90 OTHER FUNCTIONS,Voltage Monitor With Watchdog Timer,,TRAD,18/12/2023,False', null); INSERT INTO `nasa_data_record` VALUES ('a2a2c6ec4f5cd6fe924fac3d91ba12b5', 'Crawler', '2024-11-13 10:26:11', null, '2025-04-08 11:34:40', null, 'Flip Flop', '54ac109', '54ac109', 'JK Flip Flop', null, 'National Semiconductor', '7/8/1991', 'NASA', null, null, '{\"PPM-91-437.pdf\":\"/oss/physical/NASA/a2a2c6ec4f5cd6fe924fac3d91ba12b5/PPM-91-437.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a2a2c6ec4f5cd6fe924fac3d91ba12b5/data.xlsx\"}', '54ac109,JK Flip Flop,National Semiconductor,7/8/1991,tid/PPM-91-437.pdf,TID,Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('a2be18c8832ba055b609dd693724527d', 'Crawler', '2024-11-13 10:16:32', null, '2025-04-08 11:34:40', null, 'Bipolar', '2N3700UBJV', '2N3700UBJV', 'NPN Transistor', null, 'Semicoa', '11/05/2013; 2015; 2016 ELDRS testing completed', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/a2be18c8832ba055b609dd693724527d/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a2be18c8832ba055b609dd693724527d/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/a2be18c8832ba055b609dd693724527d/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/a2be18c8832ba055b609dd693724527d/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', '2N3700UBJV,NPN Transistor,Semicoa,11/05/2013; 2015; 2016 ELDRS testing completed,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('a3048c35b5323a951f9dd25f661a5f81', 'Crawler', '2024-11-13 10:50:53', null, '2025-04-08 11:34:40', null, 'Programmable Device', 'AS58C1001SF', 'AS58C1001SF', '1 Mbit EEPROM', null, 'Hitachi', '5/13/1997', 'NASA', null, null, '{\"B051397bmod.pdf\":\"/oss/physical/NASA/a3048c35b5323a951f9dd25f661a5f81/B051397bmod.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a3048c35b5323a951f9dd25f661a5f81/data.xlsx\"}', 'AS58C1001SF,1 Mbit EEPROM,Hitachi,5/13/1997,B051397bmod.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('a320fbbcaecc46d09af42a2f2b88ad43', 'Crawler', '2024-11-13 11:56:29', 'dushuaibin', '2025-04-29 22:40:34', null, '晶体管', 'CMOS', 'MT9T001P12STC', 'Imager', 'XXMicron', '', '2008.04', 'NASA', '杜帅彬', '1', '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/a320fbbcaecc46d09af42a2f2b88ad43/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a320fbbcaecc46d09af42a2f2b88ad43/data.xlsx\",\"电离总剂量效应_1745937632864.xlsx\":\"/oss/physical/NASA/a320fbbcaecc46d09af42a2f2b88ad43/电离总剂量效应_1745937632864.xlsx\"}', 'MT9T001P12STC,Imager,Micron,_2008APR,nsrec09_W13_TID.pdf,TID,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('a3254f82479e823b398277fe37eedce2', 'Crawler', '2024-11-13 12:05:31', 'xieyongzhi', '2025-05-03 19:58:56', null, '放大器', 'OPA128', 'OPA128', 'Operational Amplifier', null, 'Burr-Brown', '2/24/2004', 'NASA', '罗永恒', '1', '{\"data.xlsx\":\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/data.xlsx\",\"T022404_IFN423_OPA128.pdf\":\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/T022404_IFN423_OPA128.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/nsrec05_W5.pdf\"}', 'OPA128,Operational Amplifier,Burr-Brown,2/24/2004,T022404_IFN423_OPA128.pdf;nsrec05_W5.pdf,SEE,CMOS FET', '1'); INSERT INTO `nasa_data_record` VALUES ('a337cbb832c99c44e1bf2d00d8bf1bac', 'Crawler', '2024-11-13 10:51:29', null, '2025-04-08 11:34:40', null, 'Programmable Device', 'AT6002-JC', 'AT6002-JC', 'FPGA', null, 'Atmel', '3/28/1996;4/30/1996;6/12/1996;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/a337cbb832c99c44e1bf2d00d8bf1bac/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a337cbb832c99c44e1bf2d00d8bf1bac/data.xlsx\",\"b043096a.pdf\":\"/oss/physical/NASA/a337cbb832c99c44e1bf2d00d8bf1bac/b043096a.pdf\",\"b061296a.pdf\":\"/oss/physical/NASA/a337cbb832c99c44e1bf2d00d8bf1bac/b061296a.pdf\",\"d040896a.pdf\":\"/oss/physical/NASA/a337cbb832c99c44e1bf2d00d8bf1bac/d040896a.pdf\"}', 'AT6002-JC,FPGA,Atmel,3/28/1996;4/30/1996;6/12/1996;7/15/1996,d040896a.pdf;b043096a.pdf;b061296a.pdf;random6a.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('a387668e16bcd63214ef85cfc4b38992', 'Crawler', '2024-11-13 11:49:47', null, '2025-04-08 11:34:40', null, 'MOSFET Driver', 'MIC4429', 'MIC4429', 'MOSFET driver', null, 'Micrel', '4/14/1995', 'NASA', null, null, '{\"PPM-95-142.pdf\":\"/oss/physical/NASA/a387668e16bcd63214ef85cfc4b38992/PPM-95-142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a387668e16bcd63214ef85cfc4b38992/data.xlsx\"}', 'MIC4429,MOSFET driver,Micrel,4/14/1995,tid/PPM-95-142.pdf,TID,MOSFET Driver', null); INSERT INTO `nasa_data_record` VALUES ('a39196c048ff0190383e65eaccd2c449', 'Crawler', '2024-11-13 10:26:08', null, '2025-04-08 11:34:40', null, 'Gate', '54S20', '54S20', 'Quad 4-input NAND', null, 'unknown', '5/17/1996', 'NASA', null, null, '{\"PPM-96-007.pdf\":\"/oss/physical/NASA/a39196c048ff0190383e65eaccd2c449/PPM-96-007.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a39196c048ff0190383e65eaccd2c449/data.xlsx\"}', '54S20,Quad 4-input NAND,unknown,5/17/1996,tid/PPM-96-007.pdf,TID,Gate', null); INSERT INTO `nasa_data_record` VALUES ('a393f16ab1339f723449e7f0040607a4', 'Crawler', '2024-11-13 09:51:57', null, '2025-04-08 11:34:40', null, 'IBMIBM', 'Q02L00JQP44016JK', 'Q02L00JQP44016JK', '16 MBit DRAM (5V)16 MBit DRAM (3.3 V)', null, null, '09/20/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a393f16ab1339f723449e7f0040607a4/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a393f16ab1339f723449e7f0040607a4/PPM-99-045.pdf\"}', '296,2.5-1002.5-100,Q02L00JQP44016JK,16 MBit DRAM (5V)16 MBit DRAM (3.3 V),IBMIBM,Parts & Packaging,93149352,PPM-96-009,09/20/96', null); INSERT INTO `nasa_data_record` VALUES ('a39b9b4298a95eb4ba4edb0419e18ee5', 'Crawler', '2024-11-13 10:47:49', null, '2025-04-08 11:34:40', null, 'CMOS', 'ADS7881', 'ADS7881', 'ADC', null, 'Texas Instruments', 'TAMU10OCT; 9/11/2011;7/2012', 'NASA', null, null, '{\"T091111_ADS7881.pdf\":\"/oss/physical/NASA/a39b9b4298a95eb4ba4edb0419e18ee5/T091111_ADS7881.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/a39b9b4298a95eb4ba4edb0419e18ee5/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a39b9b4298a95eb4ba4edb0419e18ee5/data.xlsx\",\"T110910_ADS7881.pdf\":\"/oss/physical/NASA/a39b9b4298a95eb4ba4edb0419e18ee5/T110910_ADS7881.pdf\"}', 'ADS7881,ADC,Texas Instruments,TAMU10OCT; 9/11/2011;7/2012,T110910_ADS7881.pdf;nsrec2011_W6_SEEpdf;T091111_ADS7881.pdf;nsrec2012_W22_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('a42bf30eaf63927ab9d9e5c5e9b42673', 'Crawler', '2024-11-13 09:49:42', null, '2025-04-08 11:34:40', null, 'AD', 'OP07', 'OP07', 'OP AMP', null, null, '11/18/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a42bf30eaf63927ab9d9e5c5e9b42673/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a42bf30eaf63927ab9d9e5c5e9b42673/PPM-99-045.pdf\"}', '387,20-200,OP07,OP AMP,AD,GOES,9724,PPM-99-001,11/18/98', null); INSERT INTO `nasa_data_record` VALUES ('a4354675ac6c2e5e5b03dcc9fda7a7e8', 'Crawler', '2024-11-13 11:21:58', null, '2025-04-08 11:34:40', null, 'Voltage Regulator', 'LM105', 'LM105', 'Voltage Regulator', null, 'National Semiconductor', '7/29/1997', 'NASA', null, null, '{\"PPM-97-033.pdf\":\"/oss/physical/NASA/a4354675ac6c2e5e5b03dcc9fda7a7e8/PPM-97-033.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a4354675ac6c2e5e5b03dcc9fda7a7e8/data.xlsx\"}', 'LM105,Voltage Regulator,National Semiconductor,7/29/1997,tid/PPM-97-033.pdf,TID,Voltage Regulator', null); INSERT INTO `nasa_data_record` VALUES ('a44b2a51f7b3d0f8648d88b9bac9508e', 'Crawler', '2024-11-13 10:55:35', null, '2025-04-08 11:34:40', null, 'Clock Driver', 'CGS74LCT2524', 'CGS74LCT2524', 'Clock Driver', null, 'National Semiconductor', '4/30/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/a44b2a51f7b3d0f8648d88b9bac9508e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a44b2a51f7b3d0f8648d88b9bac9508e/data.xlsx\"}', 'CGS74LCT2524,Clock Driver,National Semiconductor,4/30/1999,nsrec00_W21.pdf,SEE,Clock Driver', null); INSERT INTO `nasa_data_record` VALUES ('a4581d8898a8f157e285f5d3f7a0c280', 'Crawler', '2024-11-13 10:42:00', null, '2025-04-08 11:34:40', null, 'DAC', 'AD7535', 'AD7535', '14-Bit CMOS DAC', null, 'Analog Devices', '9/3/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/a4581d8898a8f157e285f5d3f7a0c280/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a4581d8898a8f157e285f5d3f7a0c280/data.xlsx\",\"PPM-99-027.pdf\":\"/oss/physical/NASA/a4581d8898a8f157e285f5d3f7a0c280/PPM-99-027.pdf\"}', 'AD7535,14-Bit CMOS DAC,Analog Devices,9/3/1999,tid/PPM-99-027.pdf ;nsrec00_W21.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('a45be6ec784d491dc7a83cb2c27f716c', 'Crawler', '2024-11-13 09:56:26', null, '2025-04-08 11:34:40', null, 'NSC', '54ACT138LMQB', '54ACT138LMQB', '1 to 8 Decoder', null, null, '01/06/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a45be6ec784d491dc7a83cb2c27f716c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a45be6ec784d491dc7a83cb2c27f716c/PPM-99-045.pdf\"}', '106,10-300,54ACT138LMQB,1 to 8 Decoder,NSC,SMEX/CB,8838,PPM-92-010,01/06/92', null); INSERT INTO `nasa_data_record` VALUES ('a49d79a57aa970e2f4163c6a1d536b80', 'Crawler', '2024-11-13 09:52:03', null, '2025-04-08 11:34:40', null, 'Actel', 'A1280A', 'A1280A', 'FPGA', null, null, '05/13/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a49d79a57aa970e2f4163c6a1d536b80/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a49d79a57aa970e2f4163c6a1d536b80/PPM-99-045.pdf\"}', '292,3-7,A1280A,FPGA,Actel,HST/FLEX/HSR/SSR\r\r\nHST/SSR,9607\r\r\n9541,PPM-96-005,05/13/96', null); INSERT INTO `nasa_data_record` VALUES ('a4b19f57f2c8899700266dddaff8e204', 'Crawler', '2024-11-13 01:21:21', null, '2025-04-08 11:34:40', null, '', 'LM4050', 'LM4050', '2.5V Bandgap Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', 'Texas Instruments', '18/08/2022', 'ESA', null, null, '{\"289.pdf\":\"/oss/physical/ESA/a4b19f57f2c8899700266dddaff8e204/289.pdf\",\"data.xlsx\":\"/oss/physical/ESA/a4b19f57f2c8899700266dddaff8e204/data.xlsx\"}', '289,LM4050,Texas Instruments,Download,TID (Total Ionising Dose),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,2.5V Bandgap Voltage Reference,Bipolar,ESA-ESTEC,18/08/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('a4e25034327d7037ed631fe3246c9388', 'Crawler', '2024-11-13 10:40:04', null, '2025-04-08 11:34:40', null, 'Operational Amplifier', 'AD645', 'AD645', 'Operational Amplifier', null, 'ADI', '5/1/1995', 'NASA', null, null, '{\"PPM-95-150.pdf\":\"/oss/physical/NASA/a4e25034327d7037ed631fe3246c9388/PPM-95-150.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a4e25034327d7037ed631fe3246c9388/data.xlsx\"}', 'AD645,Operational Amplifier,ADI,5/1/1995,tid/PPM-95-150.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('a4fde981ef77145e125bf6defc3383d3', 'Crawler', '2024-11-13 11:36:50', null, '2025-04-08 11:34:40', null, 'CMOS', 'MAX4595', 'MAX4595', 'Analog Switch', null, 'Texas Instruments', '12/15/2019', 'NASA', null, null, '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/a4fde981ef77145e125bf6defc3383d3/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a4fde981ef77145e125bf6defc3383d3/data.xlsx\"}', 'MAX4595,Analog Switch,Texas Instruments,12/15/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('a5101d4b72fbb801bbe90f1f560d614a', 'Crawler', '2024-11-13 10:57:42', null, '2025-04-08 11:34:40', null, 'Hybrid Device', 'CSD16403Q5A', 'CSD16403Q5A', '25V N-Channel Power MOSFET', null, 'Texas Instrument', 'TAMU09DEC', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a5101d4b72fbb801bbe90f1f560d614a/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/a5101d4b72fbb801bbe90f1f560d614a/nsrec2010_W8_SEE.pdf\",\"T110909_CSD16403Q5A.pdf\":\"/oss/physical/NASA/a5101d4b72fbb801bbe90f1f560d614a/T110909_CSD16403Q5A.pdf\"}', 'CSD16403Q5A,25V N-Channel Power MOSFET,Texas Instrument,TAMU09DEC,T110909_CSD16403Q5A.pdf;nsrec2010_W8_SEE.pdf,SEE;SEB,Hybrid Device', null); INSERT INTO `nasa_data_record` VALUES ('a526d03f7c479f6c5953941790ee7c0b', 'Crawler', '2024-11-13 11:57:38', 'dushuaibin', '2025-04-29 21:17:08', null, '模拟集成电路', 'DAC(数字模拟转换器)', 'MX7847TQ', 'DAC 12-bit', 'XX', 'Maxim', '1997.07.15-1998.07.20', 'NASA', '杜帅彬', '2', '{\"NSREC98.pdf\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/data.xlsx\",\"单粒子效应_1745922675385.xlsx\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/单粒子效应_1745922675385.xlsx\",\"PPM-97-025.pdf\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/PPM-97-025.pdf\"}', 'MX7847TQ,DAC 12-bit,Maxim,7/20/1998;7/15/1997,NSREC98.pdf;tid/PPM-97-025.pdf,SEE;TID,DAC', '2'); INSERT INTO `nasa_data_record` VALUES ('a54a39b62cc56363fbf41be9b04a0f4b', 'Crawler', '2024-11-13 11:55:43', 'dushuaibin', '2025-04-30 12:42:32', null, '晶体管', 'CMOS', 'MT29F4T08CTHBBM5', 'MLC NAND Flash Memory', '201816; (19-020)', 'Micron', '2019.07.10-2019.09.30', 'NASA', '杜帅彬', '1', '{\"data.xlsx\":\"/oss/physical/NASA/a54a39b62cc56363fbf41be9b04a0f4b/data.xlsx\",\"2019-Wilcox-NSREC-DW-Paper-TR-17-049-MT29F1T08CMHBB-SEE-TR-19-020-MT29F4T08CTHBBM5-TID-20205000822.pdf\":\"/oss/physical/NASA/a54a39b62cc56363fbf41be9b04a0f4b/2019-Wilcox-NSREC-DW-Paper-TR-17-049-MT29F1T08CMHBB-SEE-TR-19-020-MT29F4T08CTHBBM5-TID-20205000822.pdf\",\"NEPP-CP-2019-Wilcox-NSREC-Presentation-Poster-TID-SEE-3D-NAND-Flash-TN70578.pdf\":\"/oss/physical/NASA/a54a39b62cc56363fbf41be9b04a0f4b/NEPP-CP-2019-Wilcox-NSREC-Presentation-Poster-TID-SEE-3D-NAND-Flash-TN70578.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/a54a39b62cc56363fbf41be9b04a0f4b/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"电离总剂量效应_1745988150969.xlsx\":\"/oss/physical/NASA/a54a39b62cc56363fbf41be9b04a0f4b/电离总剂量效应_1745988150969.xlsx\"}', 'MT29F4T08CTHBBM5,MLC NAND Flash Memory,Micron,7/10/2019;9/30/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;2019-Wilcox-NSREC-DW-Paper-TR-17-049-MT29F1T08CMHBB-SEE-TR-19-020-MT29F4T08CTHBBM5-TID-20205000822.pdf;https://nepp.nasa.gov/docs/tasks/040-Microelectronics-Nonvolatile-Memory/NEPP-CP-2019-Wilcox-NSREC-Presentation-Poster-TID-SEE-3D-NAND-Flash-TN70578.pdf,SEE;TID,CMOS', '13'); INSERT INTO `nasa_data_record` VALUES ('a54f9616b24801d55e80d3753fe87db7', 'Crawler', '2024-11-13 09:52:41', null, '2025-04-08 11:34:40', null, 'Signetics', 'SE5521', 'SE5521', 'Linear Signal Cond.', null, null, '07/03/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a54f9616b24801d55e80d3753fe87db7/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a54f9616b24801d55e80d3753fe87db7/PPM-99-045.pdf\"}', '269,5-100,SE5521,Linear Signal Cond.,Signetics,CASSINI/CIRS,9346,PPM-95-162,07/03/95', null); INSERT INTO `nasa_data_record` VALUES ('a5539fca5d750db1894cab0c2fd85435', 'Crawler', '2024-11-13 10:27:40', null, '2025-04-08 11:34:40', null, 'Fiber Optics', '63147', '63147', 'MIL-STD-1553B Transceiver', null, 'UTMC/Microrel', '8/3/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/a5539fca5d750db1894cab0c2fd85435/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/a5539fca5d750db1894cab0c2fd85435/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a5539fca5d750db1894cab0c2fd85435/data.xlsx\"}', '63147,MIL-STD-1553B Transceiver,UTMC/Microrel,8/3/1993;7/18/1994,b080393.pdf;nsrec94a.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('a57ffb4d23a28cdcf0049b4a8036c148', 'Crawler', '2024-11-13 10:24:50', null, '2025-04-08 11:34:40', null, 'Logic Device', '54ACTQ16244', '54ACTQ16244', '16-bit Buffer/Line Driver', null, 'National Semiconductor', '2005;8/2006', 'NASA', null, null, '{\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/a57ffb4d23a28cdcf0049b4a8036c148/nsrec07_W26_TID.pdf\",\"G2005_54ACTQ16244_TID.pdf\":\"/oss/physical/NASA/a57ffb4d23a28cdcf0049b4a8036c148/G2005_54ACTQ16244_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/a57ffb4d23a28cdcf0049b4a8036c148/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a57ffb4d23a28cdcf0049b4a8036c148/data.xlsx\",\"G06AUG_54ACTQ16244_0548_TID.pdf\":\"/oss/physical/NASA/a57ffb4d23a28cdcf0049b4a8036c148/G06AUG_54ACTQ16244_0548_TID.pdf\",\"G06AUG_54ACTQ16244_0435_TID.pdf\":\"/oss/physical/NASA/a57ffb4d23a28cdcf0049b4a8036c148/G06AUG_54ACTQ16244_0435_TID.pdf\"}', '54ACTQ16244,16-bit Buffer/Line Driver,National Semiconductor,2005;8/2006,G2005_54ACTQ16244_TID.pdf;nsrec06_W2.pdf;G06AUG_54ACTQ16244_0435_TID.pdf;G06AUG_54ACTQ16244_0548_TID.pdf;nsrec07_W26_TID.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('a5b4b57fc7253006914a1fba53f63537', 'Crawler', '2024-11-13 09:55:38', null, '2025-04-08 11:34:40', null, 'Silicon General', 'SG1526B', 'SG1526B', 'PWM', null, null, '05/07/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a5b4b57fc7253006914a1fba53f63537/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a5b4b57fc7253006914a1fba53f63537/PPM-99-045.pdf\"}', '141,10-50,SG1526B,PWM,Silicon General,CDS/CS2,9203,PPM-92-152,05/07/92', null); INSERT INTO `nasa_data_record` VALUES ('a5dd612eda4783b49f6b054fd4d34b2e', 'Crawler', '2024-11-13 09:55:44', null, '2025-04-08 11:34:40', null, 'TI', 'JTXV4N49', 'JTXV4N49', 'Opto-Coupler', null, null, '03/24/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a5dd612eda4783b49f6b054fd4d34b2e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a5dd612eda4783b49f6b054fd4d34b2e/PPM-99-045.pdf\"}', '137,5-50,JTXV4N49,Opto-Coupler,TI,CDS/CS2,9012,PPM-92-114,03/24/92', null); INSERT INTO `nasa_data_record` VALUES ('a6475da44c6d30d95c6f70e1ab1b280f', 'Crawler', '2024-11-13 10:24:23', null, '2025-04-08 11:34:40', null, 'Transceiver', '54ACT245', '54ACT245', 'Transceiver', null, 'National Semiconductor', '3/22/1991', 'NASA', null, null, '{\"PPM-91-191.pdf\":\"/oss/physical/NASA/a6475da44c6d30d95c6f70e1ab1b280f/PPM-91-191.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a6475da44c6d30d95c6f70e1ab1b280f/data.xlsx\"}', '54ACT245,Transceiver,National Semiconductor,3/22/1991,tid/PPM-91-191.pdf,TID,Transceiver', null); INSERT INTO `nasa_data_record` VALUES ('a64aeb193d0502f493ae378e70b73911', 'Crawler', '2024-11-13 10:30:46', null, '2025-04-08 11:34:40', null, 'Delay Line', '8002300', '8002300', '5-Tap Delay Line', null, 'Hytek', '9/2/1993', 'NASA', null, null, '{\"PPM-93-078.pdf\":\"/oss/physical/NASA/a64aeb193d0502f493ae378e70b73911/PPM-93-078.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a64aeb193d0502f493ae378e70b73911/data.xlsx\"}', '8002300,5-Tap Delay Line,Hytek,9/2/1993,tid/PPM-93-078.pdf,TID,Delay Line', null); INSERT INTO `nasa_data_record` VALUES ('a656c5e5cf0ec1e33769ef7f8fcf088b', 'Crawler', '2024-11-13 12:32:57', 'yangjicong', '2025-04-29 00:12:05', null, 'Antifuse Tech-nology/ CMOS', 'RTAX4000D', 'RTAX4000D', 'FPGA', '1001', 'Actel / Mircosemi', '20110507;20110728;20110628;20120612', 'NASA', '杨济聪', '2', '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/a656c5e5cf0ec1e33769ef7f8fcf088b/nsrec2012_W22_SEE.pdf\",\"LBNL050711_RTAX4000D.pdf\":\"/oss/physical/NASA/a656c5e5cf0ec1e33769ef7f8fcf088b/LBNL050711_RTAX4000D.pdf\",\"NEPPETW2012_W01_Berg_SEE.pdf\":\"/oss/physical/NASA/a656c5e5cf0ec1e33769ef7f8fcf088b/NEPPETW2012_W01_Berg_SEE.pdf\",\"Berg_tns2011.pdf\":\"/oss/physical/NASA/a656c5e5cf0ec1e33769ef7f8fcf088b/Berg_tns2011.pdf\",\"Berg_ETW2011.pdf\":\"/oss/physical/NASA/a656c5e5cf0ec1e33769ef7f8fcf088b/Berg_ETW2011.pdf\",\"data_1745856111312.xlsx\":\"/oss/physical/NASA/a656c5e5cf0ec1e33769ef7f8fcf088b/data_1745856111312.xlsx\"}', 'RTAX4000D,FPGA,Actel / Mircosemi,20110507;20110728;20110628;20120612,LBNL050711_RTAX4000D.pdf;https://nepp.nasa.gov/files/22025/Berg_tns2011.pdf;https://nepp.nasa.gov/files/24071/Berg_ETW2011.pdf;https://nepp.nasa.gov/files/24135/NEPPETW2012_W01_Berg_SEE.pdf;nsrec2012_W22_SEE.pdf,SEE,Antifuse Tech-nology/ CMOS', '2'); INSERT INTO `nasa_data_record` VALUES ('a68c858f1bcb20e0e5bbcca9f728412d', 'Crawler', '2024-11-13 01:23:32', null, '2025-04-08 11:34:40', null, '', 'LM4040QAIM3-2.5/NOPB', 'LM4040QAIM3-2.5/NOPB', '2.5V Bandgap Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', 'Texas Instruments', '03/01/2022', 'ESA', null, null, '{\"301.pdf\":\"/oss/physical/ESA/a68c858f1bcb20e0e5bbcca9f728412d/301.pdf\",\"data.xlsx\":\"/oss/physical/ESA/a68c858f1bcb20e0e5bbcca9f728412d/data.xlsx\"}', '301,LM4040QAIM3-2.5/NOPB,Texas Instruments,Download,SEE (Single Events Effects),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,2.5V Bandgap Voltage Reference,Bipolar,ESA-ESTEC TEC-QEC,03/01/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('a6b703a52948546d8ff34f216a051178', 'Crawler', '2024-11-13 01:12:36', null, '2025-04-08 11:34:40', null, '', '2N5154', '2N5154', '', '2 LOW POWER, PNP (< 2WATTS)', 'Microsemi', '24/01/2012', 'ESA', null, null, '{\"2N5154 protons_0919_02.pdf\":\"/oss/physical/ESA/a6b703a52948546d8ff34f216a051178/2N5154 protons_0919_02.pdf\",\"data.xlsx\":\"/oss/physical/ESA/a6b703a52948546d8ff34f216a051178/data.xlsx\"}', '240,2N5154,Microsemi,Download,DD (Displacement Damage),,12 TRANSISTORS,2 LOW POWER, PNP (< 2WATTS),,,Hirex,24/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('a6d2c1ff01c31f4c982ac754f9f48634', 'Crawler', '2024-11-13 10:37:51', null, '2025-04-08 11:34:40', null, 'DAC', 'AD562', 'AD562', '12 bit D/A convertor', null, 'AD', '7/22/1997', 'NASA', null, null, '{\"PPM-97-029.pdf\":\"/oss/physical/NASA/a6d2c1ff01c31f4c982ac754f9f48634/PPM-97-029.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a6d2c1ff01c31f4c982ac754f9f48634/data.xlsx\"}', 'AD562,12 bit D/A convertor,AD,7/22/1997,tid/PPM-97-029.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('a6dbf65f8367b4dd2e6df0278b676428', 'Crawler', '2024-11-13 10:53:12', null, '2025-04-08 11:34:40', null, 'Optical Fiber', 'BF05202', 'BF05202', 'Optical Fiber', null, 'OFS', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/a6dbf65f8367b4dd2e6df0278b676428/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a6dbf65f8367b4dd2e6df0278b676428/data.xlsx\"}', 'BF05202,Optical Fiber,OFS,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('a6f5c79205e51e402b10a3975430cce7', 'Crawler', '2024-11-13 10:22:30', null, '2025-04-08 11:34:40', null, 'Flip Flop', '54AC112', '54AC112', 'Flip Flop', null, 'National Semiconductor', '4/2/1993', 'NASA', null, null, '{\"PPM-93-049.pdf\":\"/oss/physical/NASA/a6f5c79205e51e402b10a3975430cce7/PPM-93-049.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a6f5c79205e51e402b10a3975430cce7/data.xlsx\"}', '54AC112,Flip Flop,National Semiconductor,4/2/1993,tid/PPM-93-049.pdf,TID,Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('a71b29febc1726bb7595dc9c5e6bc886', 'Crawler', '2024-11-13 10:22:11', null, '2025-04-08 11:34:40', null, 'Transceiver', '54ABT245A', '54ABT245A', 'Octal Bidirectional Transceiver', null, 'National Semiconductor', '11/30/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/a71b29febc1726bb7595dc9c5e6bc886/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a71b29febc1726bb7595dc9c5e6bc886/data.xlsx\",\"PPM-99-037.pdf\":\"/oss/physical/NASA/a71b29febc1726bb7595dc9c5e6bc886/PPM-99-037.pdf\"}', '54ABT245A,Octal Bidirectional Transceiver,National Semiconductor,11/30/1999,tid/PPM-99-037.pdf;nsrec00_W21.pdf,TID,Transceiver', null); INSERT INTO `nasa_data_record` VALUES ('a75cad88cfb2684dbedba70c96616a92', 'Crawler', '2024-11-13 11:00:08', null, '2025-04-08 11:34:40', null, 'Bipolar', 'DRS4485', 'DRS4485', 'Dual RS485 Interface Transceiver', null, 'Aeroflex', '1/11/2011', 'NASA', null, null, '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/a75cad88cfb2684dbedba70c96616a92/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a75cad88cfb2684dbedba70c96616a92/data.xlsx\",\"T101111_DRS4485.pdf\":\"/oss/physical/NASA/a75cad88cfb2684dbedba70c96616a92/T101111_DRS4485.pdf\"}', 'DRS4485,Dual RS485 Interface Transceiver,Aeroflex,1/11/2011,T101111_DRS4485.pdf;nsrec2012_W22_SEE.pdf,SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('a75f864a4cde5967d68aaeef42a66385', 'Crawler', '2024-11-13 11:46:49', null, '2025-04-08 11:34:40', null, 'Controller', 'MD82C59A', 'MD82C59A', 'Priority Interrupt Cont', null, 'Harris', '1/26/1995', 'NASA', null, null, '{\"PPM-95-123.pdf\":\"/oss/physical/NASA/a75f864a4cde5967d68aaeef42a66385/PPM-95-123.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a75f864a4cde5967d68aaeef42a66385/data.xlsx\"}', 'MD82C59A,Priority Interrupt Cont,Harris,1/26/1995,tid/PPM-95-123.pdf,TID,Controller', null); INSERT INTO `nasa_data_record` VALUES ('a77c52723ac6c4ec371fe92ca3ed74c6', 'Crawler', '2024-11-13 02:23:45', null, '2025-04-08 11:34:40', null, 'ESCC 25100', 'STP6N52', 'STP6N52', 'NN-channel 525 V, 1 Ω, 5 A, TO-220 SuperMESH3™ Power MOSFET', '99 MISCELLANEOUS', 'STmicroelectronics', '09/08/2016', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/a77c52723ac6c4ec371fe92ca3ed74c6/data.xlsx\",\"325.pdf\":\"/oss/physical/ESA/a77c52723ac6c4ec371fe92ca3ed74c6/325.pdf\"}', '325,STP6N52,STmicroelectronics,Download,SEE (Single Events Effects),ESCC 25100,12 TRANSISTORS,99 MISCELLANEOUS,NN-channel 525 V, 1 Ω, 5 A, TO-220 SuperMESH3™ Power MOSFET,,Hirex-Alter,09/08/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('a782eff3f8c1940e0a8f14bc028e82f7', 'Crawler', '2024-11-13 11:01:55', null, '2025-04-08 11:34:40', null, 'CMOS', 'EDS5108ABTA', 'EDS5108ABTA', '3DPLUS 512M SDRAM', null, 'Elpida', 'NRL08OCT;NRL09FEB;TAMU08NOV', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a782eff3f8c1940e0a8f14bc028e82f7/data.xlsx\",\"NRL100808_NRL020209_T110308_EDS5108ABTA.pdf\":\"/oss/physical/NASA/a782eff3f8c1940e0a8f14bc028e82f7/NRL100808_NRL020209_T110308_EDS5108ABTA.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/a782eff3f8c1940e0a8f14bc028e82f7/nsrec09_W12_SEE.pdf\"}', 'EDS5108ABTA,3DPLUS 512M SDRAM,Elpida,NRL08OCT;NRL09FEB;TAMU08NOV,NRL100808_NRL020209_T110308_EDS5108ABTA.pdf;nsrec09_W12_SEE.pdf,SEE;SEL;SEU,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('a78a29c3bd6b3d251f95d2aa021e76aa', 'Crawler', '2024-11-13 09:52:54', null, '2025-04-08 11:34:40', null, 'PMI', 'DAC8408', 'DAC8408', 'D-A Converter', null, null, '05/18/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a78a29c3bd6b3d251f95d2aa021e76aa/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a78a29c3bd6b3d251f95d2aa021e76aa/PPM-99-045.pdf\"}', '261,1-10,DAC8408,D-A Converter,PMI,HST/ADD,9449,PPM-95-151,05/18/95', null); INSERT INTO `nasa_data_record` VALUES ('a7a7523f686bc5912719d5c8ee5e6c67', 'Crawler', '2024-11-13 11:37:14', null, '2025-04-08 11:34:40', null, 'CMOS', 'MAX4651EUE', 'MAX4651EUE', 'Analog Switch', null, 'Maxim', '2/1/2021', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a7a7523f686bc5912719d5c8ee5e6c67/data.xlsx\",\"CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\":\"/oss/physical/NASA/a7a7523f686bc5912719d5c8ee5e6c67/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\",\"NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\":\"/oss/physical/NASA/a7a7523f686bc5912719d5c8ee5e6c67/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\"}', 'MAX4651EUE,Analog Switch,Maxim,2/1/2021,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf;CP-2021-Topper-NSREC-DW-poster-20210016856.pdf,TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('a82b4ff39b12d825d450f7ebc576b030', 'Crawler', '2024-11-13 02:24:03', null, '2025-04-08 11:34:40', null, 'ESCC 25100', 'IPP50R140CP', 'IPP50R140CP', 'CoolMOS Power Transistor', '99 MISCELLANEOUS', 'Infineon', '09/08/2016', 'ESA', null, null, '{\"322.pdf\":\"/oss/physical/ESA/a82b4ff39b12d825d450f7ebc576b030/322.pdf\",\"data.xlsx\":\"/oss/physical/ESA/a82b4ff39b12d825d450f7ebc576b030/data.xlsx\"}', '322,IPP50R140CP,Infineon,Download,SEE (Single Events Effects),ESCC 25100,12 TRANSISTORS,99 MISCELLANEOUS,CoolMOS Power Transistor,,Hirex-Alter,09/08/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('a8787f6d42d327cfd2f32add08486dec', 'Crawler', '2024-11-13 09:58:27', null, '2025-04-08 11:34:40', null, 'Burr-Brown', 'OPA2107SM', 'OPA2107SM', 'OP AMP', null, null, '06/04/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a8787f6d42d327cfd2f32add08486dec/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a8787f6d42d327cfd2f32add08486dec/PPM-99-045.pdf\"}', '38,10-100,OPA2107SM,OP AMP,Burr-Brown,ISTP/NC,8917,PPM-91-375,06/04/91', null); INSERT INTO `nasa_data_record` VALUES ('a87bc5aa19a4d00c5a6d445e14dfefd5', 'Crawler', '2024-11-13 10:25:16', null, '2025-04-08 11:34:40', null, 'Logic', '54ALS05', '54ALS05', 'Logic', null, 'Texas Instruments', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/a87bc5aa19a4d00c5a6d445e14dfefd5/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a87bc5aa19a4d00c5a6d445e14dfefd5/data.xlsx\"}', '54ALS05,Logic,Texas Instruments,7/20/1998,NSREC98.pdf,SEE,Logic', null); INSERT INTO `nasa_data_record` VALUES ('a8970022d0fccfc0cebc0727a0385990', 'Crawler', '2024-11-13 10:18:09', null, '2025-04-08 11:34:40', null, 'Bipolar', '2N5434', '2N5434', 'N channel FET', null, 'Siliconix Vishay Products', '3/1/2016', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/a8970022d0fccfc0cebc0727a0385990/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a8970022d0fccfc0cebc0727a0385990/data.xlsx\"}', '2N5434,N channel FET,Siliconix Vishay Products,3/1/2016,https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('a8a8f207981a82ef378fbf78da7382ac', 'Crawler', '2024-11-13 10:38:24', null, '2025-04-08 11:34:40', null, 'ADC', 'AD571SD', 'AD571SD', '10 bit ADC', null, 'ADI', '6/6/1991', 'NASA', null, null, '{\"PPM-91-364.pdf\":\"/oss/physical/NASA/a8a8f207981a82ef378fbf78da7382ac/PPM-91-364.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a8a8f207981a82ef378fbf78da7382ac/data.xlsx\"}', 'AD571SD,10 bit ADC,ADI,6/6/1991,tid/PPM-91-364.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('a8c5f2b19daf853dce84509b5f5e9ea4', 'Crawler', '2024-11-13 02:19:06', null, '2025-04-08 11:34:40', null, 'Not specified', '40MHz-CFPT9006', '40MHz-CFPT9006', 'SMD Temperature Compensated\r\nCrystal Oscillator (PLUTO)', '3 CRYSTAL OSCILLATORS', 'Rakon', '10/12/2012', 'ESA', null, null, '{\"367.pdf\":\"/oss/physical/ESA/a8c5f2b19daf853dce84509b5f5e9ea4/367.pdf\",\"data.xlsx\":\"/oss/physical/ESA/a8c5f2b19daf853dce84509b5f5e9ea4/data.xlsx\"}', '367,40MHz-CFPT9006,Rakon,Download,TID (Total Ionising Dose),Not specified,40 HYBRIDS,3 CRYSTAL OSCILLATORS,SMD Temperature Compensated\r\nCrystal Oscillator (PLUTO),,TRAD,10/12/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('a8d56040105922b2c37e20f2ffa16340', 'Crawler', '2024-11-13 11:48:49', null, '2025-04-08 11:34:40', null, 'Power Device', 'MHF+2815 Isolink', 'MHF+2815 Isolink', 'DC-DC converter', null, 'Isolink', '9/3/1997', 'NASA', null, null, '{\"i090397.pdf\":\"/oss/physical/NASA/a8d56040105922b2c37e20f2ffa16340/i090397.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a8d56040105922b2c37e20f2ffa16340/data.xlsx\"}', 'MHF+2815 Isolink,DC-DC converter,Isolink,9/3/1997,i090397.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('a8f5ee7889c76c7b1ea063d0388e432c', 'Crawler', '2024-11-13 13:06:43', 'yanghongyi', '2025-04-17 11:08:19', null, '敏感元器件和传感器(件)', 'Linear Regulator', 'VRG8663', 'Negative Adjustable LDO', null, 'Aeroflex', '2/19/2013', 'NASA', '杨弘毅', '1', '{\"12-053_NRL20130219_VRG8663_laser.pdf\":\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/12-053_NRL20130219_VRG8663_laser.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/data.xlsx\",\"单粒子效应-4_1744804962205.xlsx\":\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/单粒子效应-4_1744804962205.xlsx\"}', 'VRG8663,Positive Adjustable LDO,Aeroflex,2/19/2013,12-053_NRL20130219_VRG8663_laser.pdf,Laser,Bipolar', '4'); INSERT INTO `nasa_data_record` VALUES ('a8fe5908bb4c0e81690aaaec1745aae5', 'Crawler', '2024-11-13 12:42:15', 'luozikang', '2025-04-29 17:48:21', null, 'p-channel trench', 'SQS460EN-T1GE3', 'SQS460EN-T1GE3', 'MOSFET', null, 'Vishay', '3/22/2017;4/11/2017', 'NASA', '罗梓康', '1', '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"单粒子效应_1745920093826.xlsx\":\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/单粒子效应_1745920093826.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/data.xlsx\",\"2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\":\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\"}', 'SQS460EN-T1GE3,MOSFET,Vishay,3/22/2017;4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/28959/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf,SEE;SEGR,p-channel trench', '1'); INSERT INTO `nasa_data_record` VALUES ('a9005e2104780eca3e9b515f9a969966', 'Crawler', '2024-11-13 11:21:50', null, '2025-04-08 11:34:40', null, 'Operational Amplifier', 'LM10', 'LM10', 'Operational Amplifier', null, 'National Semiconductor', '1/4/1995', 'NASA', null, null, '{\"PPM-95-115.pdf\":\"/oss/physical/NASA/a9005e2104780eca3e9b515f9a969966/PPM-95-115.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a9005e2104780eca3e9b515f9a969966/data.xlsx\"}', 'LM10,Operational Amplifier,National Semiconductor,1/4/1995,tid/PPM-95-115.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('a902d65f468d9f4f066221868c996152', 'Crawler', '2024-11-13 09:50:22', null, '2025-04-08 11:34:40', null, 'AD', 'AD585', 'AD585', 'Samp. & Hold Amp.', null, null, '04/10/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a902d65f468d9f4f066221868c996152/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a902d65f468d9f4f066221868c996152/PPM-99-045.pdf\"}', '360,5-100,AD585,Samp. & Hold Amp.,AD,MIDEX,9648,PPM-98-006,04/10/98', null); INSERT INTO `nasa_data_record` VALUES ('a921edb0d4b04930ce252e4b654367d0', 'Crawler', '2024-11-13 11:15:13', null, '2025-04-08 11:34:40', null, 'SOI', 'IRUH330', 'IRUH330', 'Low dropout regulator', null, 'International Rectifier', '5/17/2012', 'NASA', null, null, '{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/a921edb0d4b04930ce252e4b654367d0/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a921edb0d4b04930ce252e4b654367d0/data.xlsx\"}', 'IRUH330,Low dropout regulator,International Rectifier,5/17/2012,nsrec2013_W8_SEE.pdf,SEE,SOI', null); INSERT INTO `nasa_data_record` VALUES ('a925b6416aec502e1bb58fc787e44805', 'Crawler', '2024-11-13 11:42:21', null, '2025-04-08 11:34:40', null, 'Si', 'MBR20200CT', 'MBR20200CT', 'Diode', null, 'Fairchild Semiconductor', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/a925b6416aec502e1bb58fc787e44805/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a925b6416aec502e1bb58fc787e44805/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/a925b6416aec502e1bb58fc787e44805/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/a925b6416aec502e1bb58fc787e44805/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR20200CT,Diode,Fairchild Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('a953a36d2bef9eaa478a3c5ab1129755', 'Crawler', '2024-11-13 11:03:47', null, '2025-04-08 11:34:40', null, 'Si', 'FYPF1545', 'FYPF1545', 'Diode', null, 'Fairchild Semiconductor', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/a953a36d2bef9eaa478a3c5ab1129755/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a953a36d2bef9eaa478a3c5ab1129755/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/a953a36d2bef9eaa478a3c5ab1129755/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'FYPF1545,Diode,Fairchild Semiconductor,6/27/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('a982216f277b7e7748ad074927863e42', 'Crawler', '2024-11-13 02:21:04', null, '2025-04-08 11:34:40', null, 'ESCC 22900', 'DAC5675AHFG - DC1233A', 'DAC5675AHFG - DC1233A', '14-bit, 400 MSPS with LVDS, DAC', '62 LINEAR DIGITAL TO ANALOG CONVERTER', 'Texas Instruments', '23/12/2014', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/a982216f277b7e7748ad074927863e42/data.xlsx\",\"349.pdf\":\"/oss/physical/ESA/a982216f277b7e7748ad074927863e42/349.pdf\"}', '349,DAC5675AHFG - DC1233A,Texas Instruments,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,62 LINEAR DIGITAL TO ANALOG CONVERTER,14-bit, 400 MSPS with LVDS, DAC,,Hirex-Alter,23/12/2014,False', null); INSERT INTO `nasa_data_record` VALUES ('a9a996869ec21f8416abc5688e77f443', 'Crawler', '2024-11-13 10:55:06', null, '2025-04-08 11:34:40', null, 'Counter', 'CD4029', 'CD4029', 'Counter', null, 'IM', '3/20/1995;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/a9a996869ec21f8416abc5688e77f443/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a9a996869ec21f8416abc5688e77f443/data.xlsx\"}', 'CD4029,Counter,IM,3/20/1995;7/15/1996,random6a.pdf,SEE,Counter', null); INSERT INTO `nasa_data_record` VALUES ('a9d1d5c0eefa0bb0d887571952a2aab3', 'Crawler', '2024-11-13 12:30:10', 'yangjicong', '2025-04-29 17:49:56', null, 'Non Volatile Memory', 'RM24', 'RM24', 'CBRAM', '13 - 082', 'Adesto', '5/1/2014;6/3/2014;09/19/2014', 'NASA', '杨济聪', '1', '{\"13-082a_LBNL20140430_RM24C128.pdf\":\"/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/13-082a_LBNL20140430_RM24C128.pdf\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"20160005843.pdf\":\"/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/20160005843.pdf\",\"data_1745920194732.xlsx\":\"/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/data_1745920194732.xlsx\"}', 'RM24,CBRAM,Adesto,5/1/2014;6/3/2014;09/19/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;13-082a_LBNL20140430_RM24C128.pdf;https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20160005843.pdf,SEE,Non Volatile Memory', '4'); INSERT INTO `nasa_data_record` VALUES ('a9e5b6a5e5e66c744d7ad2ef55361d12', 'Crawler', '2024-11-13 09:53:02', null, '2025-04-08 11:34:40', null, 'Micrel', 'MIC4429', 'MIC4429', 'MOSFET Driver', null, null, '04/14/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/a9e5b6a5e5e66c744d7ad2ef55361d12/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/a9e5b6a5e5e66c744d7ad2ef55361d12/PPM-99-045.pdf\"}', '255,2.5-100,MIC4429,MOSFET Driver,Micrel,CASSINI/CIRS,9418,PPM-95-142,04/14/95', null); INSERT INTO `nasa_data_record` VALUES ('a9e949fd70294a2cdb06305c04c4bf99', 'Crawler', '2024-11-13 00:50:15', null, '2025-04-08 11:34:40', null, 'Not specified', 'OLH7000-0010', 'OLH7000-0010', 'Optocoupler', '1 OPTOCOUPLER', 'Isolink', '16/04/2012', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/a9e949fd70294a2cdb06305c04c4bf99/data.xlsx\",\"176.pdf\":\"/oss/physical/ESA/a9e949fd70294a2cdb06305c04c4bf99/176.pdf\"}', '176,OLH7000-0010,Isolink,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,16/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('aa1428fd8d34458750b3741e11f274ba', 'Crawler', '2024-11-13 10:28:01', null, '2025-04-08 11:34:40', null, 'Optocoupler', '66099', '66099', 'Optocoupler', null, 'Micropac', '7/20/1998;5/1997;11/1997;1999;7/19/2001', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/aa1428fd8d34458750b3741e11f274ba/NSREC98.pdf\",\"nsrec01_W15.pdf\":\"/oss/physical/NASA/aa1428fd8d34458750b3741e11f274ba/nsrec01_W15.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/aa1428fd8d34458750b3741e11f274ba/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/aa1428fd8d34458750b3741e11f274ba/data.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/aa1428fd8d34458750b3741e11f274ba/nsrec00_W22.pdf\",\"D120400a.pdf\":\"/oss/physical/NASA/aa1428fd8d34458750b3741e11f274ba/D120400a.pdf\"}', '66099,Optocoupler,Micropac,7/20/1998;5/1997;11/1997;1999;7/19/2001,NSREC98.pdf;nsrec00_W22.pdf;nsrec00_W21.pdf;D120400a.pdf;nsrec01_W15.pdf,SEE;SET;DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('aa3558f97082c00d848750c4d068a25e', 'Crawler', '2024-11-13 00:42:01', null, '2025-04-08 11:34:40', null, 'Not specified', '6621-103', '6621-103', 'Optocoupler', '1 OPTOCOUPLER', 'Micropac', '11/05/2012', 'ESA', null, null, '{\"139.pdf\":\"/oss/physical/ESA/aa3558f97082c00d848750c4d068a25e/139.pdf\",\"data.xlsx\":\"/oss/physical/ESA/aa3558f97082c00d848750c4d068a25e/data.xlsx\"}', '139,6621-103,Micropac,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,11/05/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('aa55b425c4a4f305277987aab8f3a013', 'Crawler', '2024-11-13 01:19:11', null, '2025-04-08 11:34:40', null, 'Not specified', 'HS-OP470RH', 'HS-OP470RH', 'Very Low Noise Quad Operational Amplifier', '50 LINEAR OPERATIONAL AMPLIFIER', 'Intersil', '12/01/2011', 'ESA', null, null, '{\"275.pdf\":\"/oss/physical/ESA/aa55b425c4a4f305277987aab8f3a013/275.pdf\",\"data.xlsx\":\"/oss/physical/ESA/aa55b425c4a4f305277987aab8f3a013/data.xlsx\"}', '275,HS-OP470RH,Intersil,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Very Low Noise Quad Operational Amplifier,,AIT (Austrian Institute of Technology),12/01/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('aa92e7881f1d43c1fc55115072ec441b', 'Crawler', '2024-11-13 10:33:09', null, '2025-04-08 11:34:40', null, 'Programmable Devices', 'A1280A', 'A1280A', 'FPGA', null, 'Actel', '10/23/1998;7/20/1998;1/15/1999;1999;513/1996', 'NASA', null, null, '{\"PPM-98-032.pdf\":\"/oss/physical/NASA/aa92e7881f1d43c1fc55115072ec441b/PPM-98-032.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/aa92e7881f1d43c1fc55115072ec441b/NSREC98.pdf\",\"NSREC99.pdf\":\"/oss/physical/NASA/aa92e7881f1d43c1fc55115072ec441b/NSREC99.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/aa92e7881f1d43c1fc55115072ec441b/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/aa92e7881f1d43c1fc55115072ec441b/data.xlsx\",\"PPM-96-005.pdf\":\"/oss/physical/NASA/aa92e7881f1d43c1fc55115072ec441b/PPM-96-005.pdf\"}', 'A1280A,FPGA,Actel,10/23/1998;7/20/1998;1/15/1999;1999;513/1996,tid/PPM-98-032.pdf;NSREC98.pdf;NSREC99.pdf;nsrec00_W21.pdf;tid/PPM-96-005.pdf,TID;SEE,Programmable Devices', null); INSERT INTO `nasa_data_record` VALUES ('aabd2f94d050b48e78e7867711d3831a', 'Crawler', '2024-11-13 11:11:02', null, '2025-04-08 11:34:40', null, 'Bipolar', 'HS139', 'HS139', 'Comparator', null, 'Texas Instruments', '6/26/2018; 2018Aug', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/aabd2f94d050b48e78e7867711d3831a/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/aabd2f94d050b48e78e7867711d3831a/data.xlsx\"}', 'HS139,Comparator,Texas Instruments,6/26/2018; 2018Aug,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf,SEE;SET,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('aafd0a31145332076f7f0f70235bc0b9', 'Crawler', '2024-11-13 09:51:09', null, '2025-04-08 11:34:40', null, 'AD', 'OP77', 'OP77', 'OP AMP', null, null, '7/29/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/aafd0a31145332076f7f0f70235bc0b9/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/aafd0a31145332076f7f0f70235bc0b9/PPM-99-045.pdf\"}', '327,2.5-50,OP77,OP AMP,AD,MIDEX/MAP,9525,PPM-97-031,7/29/97', null); INSERT INTO `nasa_data_record` VALUES ('ab04cddaf8ab66cc5549554ea5ddba83', 'Crawler', '2024-11-13 09:56:28', null, '2025-04-08 11:34:40', null, 'NSC', '54AC153LMQB', '54AC153LMQB', '4-Input MUX', null, null, '12/31/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ab04cddaf8ab66cc5549554ea5ddba83/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ab04cddaf8ab66cc5549554ea5ddba83/PPM-99-045.pdf\"}', '105,10-300,54AC153LMQB,4-Input MUX,NSC,SMEX/CB,8812A,PPM-91-762,12/31/91', null); INSERT INTO `nasa_data_record` VALUES ('ab3d0ddcd2ef8f319fef5690a2cb45bd', 'Crawler', '2024-11-13 01:15:38', null, '2025-04-08 11:34:40', null, '', 'BC847BLT3G', 'BC847BLT3G', '100mA NPN Transistor', '1 LOW POWER, NPN (< 2WATTS)', 'ON-Semiconductor', '06/01/2021', 'ESA', null, null, '{\"253.pdf\":\"/oss/physical/ESA/ab3d0ddcd2ef8f319fef5690a2cb45bd/253.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ab3d0ddcd2ef8f319fef5690a2cb45bd/data.xlsx\"}', '253,BC847BLT3G,ON-Semiconductor,Download,TID (Total Ionising Dose),,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),100mA NPN Transistor,Bipolar,ESA-ESTEC TEC-QEC,06/01/2021,False', null); INSERT INTO `nasa_data_record` VALUES ('ab8001310bed9f324bfc4103600ff318', 'Crawler', '2024-11-13 10:31:58', null, '2025-04-08 11:34:40', null, 'RAM (Random Access Memory)', '88130L45PC', '88130L45PC', '128kx8 SRAM', null, 'Hitachi/ EDI', '7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/ab8001310bed9f324bfc4103600ff318/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ab8001310bed9f324bfc4103600ff318/data.xlsx\"}', '88130L45PC,128kx8 SRAM,Hitachi/ EDI,7/21/1997,Random97a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('abb8339e7e4aa7c56cce3e954f490993', 'Crawler', '2024-11-13 12:35:31', 'sunjiacheng', '2025-04-30 16:04:26', null, '二极管', 'SBR1U200P1-7', 'SBR1U200P1-7', 'Diode', '17-037(REAG ID#)', 'Diodes, Inc.', '4/10/2017', 'NASA', '孙家诚', '1', '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/abb8339e7e4aa7c56cce3e954f490993/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/abb8339e7e4aa7c56cce3e954f490993/data.xlsx\",\"单粒子效应CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490_1746000264445.xlsx\":\"/oss/physical/NASA/abb8339e7e4aa7c56cce3e954f490993/单粒子效应CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490_1746000264445.xlsx\"}', 'SBR1U200P1-7,Diode,Diodes, Inc.,4/10/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', '3'); INSERT INTO `nasa_data_record` VALUES ('abbfea94eba5c83baadaec7bd768aded', 'Crawler', '2024-11-13 10:47:53', null, '2025-04-08 11:34:40', null, 'CMOS', 'ADS8323', 'ADS8323', 'ADC', null, 'Analog Devices', '11/16/2003;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/abbfea94eba5c83baadaec7bd768aded/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/abbfea94eba5c83baadaec7bd768aded/nsrec04_SEE.pdf\",\"T111603_ADS8323.pdf\":\"/oss/physical/NASA/abbfea94eba5c83baadaec7bd768aded/T111603_ADS8323.pdf\"}', 'ADS8323,ADC,Analog Devices,11/16/2003;6/22/2004,T111603_ADS8323.pdf;nsrec04_SEE.pdf,SEL,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('abc6b431a618bc709d14c84e02a2549d', 'Crawler', '2024-11-13 09:49:21', null, '2025-04-08 11:34:40', null, 'Linear Tech.', 'LT1010', 'LT1010', 'Pwr Buffer', null, null, '11/20/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/abc6b431a618bc709d14c84e02a2549d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/abc6b431a618bc709d14c84e02a2549d/PPM-99-045.pdf\"}', '396,2.5-100,LT1010,Pwr Buffer,Linear Tech.,IRAC,9808,PPM-99-010,11/20/98', null); INSERT INTO `nasa_data_record` VALUES ('abdfec40cce71b5851521f5fbb0745f8', 'Crawler', '2024-11-13 11:19:10', null, '2025-04-08 11:34:40', null, '90 nm CMOS', 'K4T1G044QA-ZCD5', 'K4T1G044QA-ZCD5', '1 Gbit DDR2 SDRAM', null, 'Samsung', 'IUCF07MAR;TAMU07JUNE;TAMU07AUG;2007MAR', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/abdfec40cce71b5851521f5fbb0745f8/nsrec09_W13_TID.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/abdfec40cce71b5851521f5fbb0745f8/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/abdfec40cce71b5851521f5fbb0745f8/data.xlsx\",\"I032807_T062407_K4T1G044QA_EDE1104AB.pdf\":\"/oss/physical/NASA/abdfec40cce71b5851521f5fbb0745f8/I032807_T062407_K4T1G044QA_EDE1104AB.pdf\"}', 'K4T1G044QA-ZCD5,1 Gbit DDR2 SDRAM,Samsung,IUCF07MAR;TAMU07JUNE;TAMU07AUG;2007MAR,I032807_T062407_K4T1G044QA_EDE1104AB.pdf;nsrec07_W27_SEE.pdf;nsrec09_W13_TID.pdf,TID; SEE; SEL; SEU; SEFI,90 nm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('abeccc715d24d3403b9d15bb709e02f8', 'Crawler', '2024-11-13 01:14:31', null, '2025-04-08 11:34:40', null, 'ESCC 25100', 'IS-139ASRH', 'IS-139ASRH', '', '53 LINEAR VOLTAGE COMPARATOR', 'Intersil', '16/06/2011', 'ESA', null, null, '{\"IS9-139ASRH PROTONS TID_0930_01.pdf\":\"/oss/physical/ESA/abeccc715d24d3403b9d15bb709e02f8/IS9-139ASRH PROTONS TID_0930_01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/abeccc715d24d3403b9d15bb709e02f8/data.xlsx\"}', '248,IS-139ASRH,Intersil,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,53 LINEAR VOLTAGE COMPARATOR,,,Hirex,16/06/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('abf394fb0ea5687a036d4eda34fa6d08', 'Crawler', '2024-11-13 00:26:18', null, '2025-04-08 11:34:40', null, 'MIL-STD-883 TM 1019', 'S29GL01GS10FHI010', 'S29GL01GS10FHI010', '', '29 MEMORY OTHERS', 'Spansion inc.', '10/10/2018', 'ESA', null, null, '{\"80.pdf\":\"/oss/physical/ESA/abf394fb0ea5687a036d4eda34fa6d08/80.pdf\",\"data.xlsx\":\"/oss/physical/ESA/abf394fb0ea5687a036d4eda34fa6d08/data.xlsx\"}', '80,S29GL01GS10FHI010,Spansion inc.,Download,TID (Total Ionising Dose),MIL-STD-883 TM 1019,8 MICROCIRCUITS,29 MEMORY OTHERS,,,Alter,10/10/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('abfb6651bfee1e5daa9ccb254a02a174', 'Crawler', '2024-11-13 09:49:05', null, '2025-04-08 11:34:40', null, 'AD', 'AMP01A', 'AMP01A', 'Inst. Amp.', null, null, '01/19/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/abfb6651bfee1e5daa9ccb254a02a174/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/abfb6651bfee1e5daa9ccb254a02a174/PPM-99-045.pdf\"}', '401,2.5-50,AMP01A,Inst. Amp.,AD,IRAC,9818A,PPM-99-015,01/19/99', null); INSERT INTO `nasa_data_record` VALUES ('ac042623d25a655620b16401c81df4a7', 'Crawler', '2024-11-13 09:56:48', null, '2025-04-08 11:34:40', null, 'Interfet', '2N6453', '2N6453', 'N-JFET', null, null, '11/26/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ac042623d25a655620b16401c81df4a7/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ac042623d25a655620b16401c81df4a7/PPM-99-045.pdf\"}', '91,5-300,2N6453,N-JFET,Interfet,ISTP/NC,04/23/90,PPM-91-707,11/26/91', null); INSERT INTO `nasa_data_record` VALUES ('ac27a017ccb42163b9b3c39ebd7e5d6f', 'Crawler', '2024-11-13 11:54:25', 'mayinjie', '2025-04-30 18:03:49', null, 'CMOS', 'MT29F1T08CMHBB', 'MT29F1T08CMHBB', 'Flash Memory', null, 'Micron', '7/10/2019;9/30/2019', 'NASA', '马崟洁', '1', '{\"data.xlsx\":\"/oss/physical/NASA/ac27a017ccb42163b9b3c39ebd7e5d6f/data.xlsx\",\"2019-Wilcox-NSREC-DW-Paper-TR-17-049-MT29F1T08CMHBB-SEE-TR-19-020-MT29F4T08CTHBBM5-TID-20205000822.pdf\":\"/oss/physical/NASA/ac27a017ccb42163b9b3c39ebd7e5d6f/2019-Wilcox-NSREC-DW-Paper-TR-17-049-MT29F1T08CMHBB-SEE-TR-19-020-MT29F4T08CTHBBM5-TID-20205000822.pdf\",\"NEPP-CP-2019-Wilcox-NSREC-Presentation-Poster-TID-SEE-3D-NAND-Flash-TN70578.pdf\":\"/oss/physical/NASA/ac27a017ccb42163b9b3c39ebd7e5d6f/NEPP-CP-2019-Wilcox-NSREC-Presentation-Poster-TID-SEE-3D-NAND-Flash-TN70578.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/ac27a017ccb42163b9b3c39ebd7e5d6f/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"单粒子效应_1746007420512.xlsx\":\"/oss/physical/NASA/ac27a017ccb42163b9b3c39ebd7e5d6f/单粒子效应_1746007420512.xlsx\"}', 'MT29F1T08CMHBB,Flash Memory,Micron,7/10/2019;9/30/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;https://nepp.nasa.gov/docs/tasks/040-Microelectronics-Nonvolatile-Memory/NEPP-CP-2019-Wilcox-NSREC-Presentation-Poster-TID-SEE-3D-NAND-Flash-TN70578.pdf;2019-Wilcox-NSREC-DW-Paper-TR-17-049-MT29F1T08CMHBB-SEE-TR-19-020-MT29F4T08CTHBBM5-TID-20205000822.pdf,SEE;TID,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('ac7caf495a784273168fe1dcc886a336', 'Crawler', '2024-11-13 12:51:15', 'chenwenzhuo', '2025-04-30 12:28:15', null, 'Voltage Regulator', 'TL431', 'TL431', 'Voltage regulator', null, 'Motorola', '6/9/1992', 'NASA', '陈文卓', '1', '{\"PPM-92-181.pdf\":\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/PPM-92-181.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/data.xlsx\",\"VoltageRegulator_1745987277793.xlsx\":\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/VoltageRegulator_1745987277793.xlsx\"}', 'TL431,Voltage regulator,Motorola,6/9/1992,tid/PPM-92-181.pdf,TID,Voltage Regulator', '1'); INSERT INTO `nasa_data_record` VALUES ('ac90ed454167b44ae76553d223e2fe0d', 'Crawler', '2024-11-13 11:14:14', null, '2025-04-08 11:34:40', null, 'Operational Amplifier', 'INA117SM', 'INA117SM', 'Voltage Difference Amplifier', null, 'Burr-Brown', '10/20/1999;1999', 'NASA', null, null, '{\"PPM-99-033.pdf\":\"/oss/physical/NASA/ac90ed454167b44ae76553d223e2fe0d/PPM-99-033.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/ac90ed454167b44ae76553d223e2fe0d/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ac90ed454167b44ae76553d223e2fe0d/data.xlsx\"}', 'INA117SM,Voltage Difference Amplifier,Burr-Brown,10/20/1999;1999,tid/PPM-99-033.pdf;nsrec00_W21.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('ac9a00524d612491e54c3763384246cc', 'Crawler', '2024-11-13 00:40:32', null, '2025-04-08 11:34:40', null, 'ESCC 22900', '66191', '66191', 'Photo-Transistor Optocoupler', '1 OPTOCOUPLER', 'Micropac', '03/10/2011', 'ESA', null, null, '{\"129.pdf\":\"/oss/physical/ESA/ac9a00524d612491e54c3763384246cc/129.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ac9a00524d612491e54c3763384246cc/data.xlsx\"}', '129,66191,Micropac,Download,TID (Total Ionising Dose),ESCC 22900,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Photo-Transistor Optocoupler,,ESA-ESTEC,03/10/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('ac9b973f93cf1717c032a2f83bc6ea9c', 'Crawler', '2024-11-13 00:51:38', null, '2025-04-08 11:34:40', null, 'ESCC 22900', 'SCT20N120', 'SCT20N120', 'High power transistor', '5 FET N CHANNEL', 'STmicroelectronics', '12/10/2018', 'ESA', null, null, '{\"D5-08 - TN5.8 - TID MOSFET SCT20N120 - NEO-14-086_Report_21-2017_rev1.pdf\":\"/oss/physical/ESA/ac9b973f93cf1717c032a2f83bc6ea9c/D5-08 - TN5.8 - TID MOSFET SCT20N120 - NEO-14-086_Report_21-2017_rev1.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ac9b973f93cf1717c032a2f83bc6ea9c/data.xlsx\"}', '180,SCT20N120,STmicroelectronics,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,5 FET N CHANNEL,High power transistor,,Fraunhofer Institut,12/10/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('ac9d0e0b55756605b8a7ea28fab09e64', 'Crawler', '2024-11-13 02:23:49', null, '2025-04-08 11:34:40', null, 'ESCC 25100', 'ADC128S102 - DC1317A', 'ADC128S102 - DC1317A', '8-Channel, 50 kSPS to 1 MSPS, 12-Bit A/D Converter', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'Texas Instrument', '15/03/2016', 'ESA', null, null, '{\"324.pdf\":\"/oss/physical/ESA/ac9d0e0b55756605b8a7ea28fab09e64/324.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ac9d0e0b55756605b8a7ea28fab09e64/data.xlsx\"}', '324,ADC128S102 - DC1317A,Texas Instrument,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,8-Channel, 50 kSPS to 1 MSPS, 12-Bit A/D Converter,CMOS,Hirex-Alter,15/03/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('ac9edb650b80c7568d522548171ce56c', 'Crawler', '2024-11-13 00:42:37', null, '2025-04-08 11:34:40', null, 'Not specified', '66179-002', '66179-002', 'Optocoupler', '1 OPTOCOUPLER', 'Micropac', '05/03/2012', 'ESA', null, null, '{\"140.pdf\":\"/oss/physical/ESA/ac9edb650b80c7568d522548171ce56c/140.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ac9edb650b80c7568d522548171ce56c/data.xlsx\"}', '140,66179-002,Micropac,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,05/03/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('acaff0951ff6f319f5b752cc87c6d911', 'Crawler', '2024-11-13 10:41:55', null, '2025-04-08 11:34:40', null, 'Operational Amplifier', 'AD744', 'AD744', 'BiFET Operational Amplifier', null, 'Analog Devices', '2/2005', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/acaff0951ff6f319f5b752cc87c6d911/nsrec05_W23.pdf\",\"data.xlsx\":\"/oss/physical/NASA/acaff0951ff6f319f5b752cc87c6d911/data.xlsx\"}', 'AD744,BiFET Operational Amplifier,Analog Devices,2/2005,G05FEB_AD744_TID.pdf;nsrec05_W23.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('acc2f66e245dbf812d0358b49032c96b', 'Crawler', '2024-11-13 09:50:56', null, '2025-04-08 11:34:40', null, 'Harris', '2N6849', '2N6849', 'Transistor', null, null, '10/02/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/acc2f66e245dbf812d0358b49032c96b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/acc2f66e245dbf812d0358b49032c96b/PPM-99-045.pdf\"}', '336,5-50,2N6849,Transistor,Harris,HST-486,9646,PPM-97-040,10/02/97', null); INSERT INTO `nasa_data_record` VALUES ('acdc412709de6ee63d3acc932d9e4964', 'Crawler', '2024-11-13 00:38:45', null, '2025-04-08 11:34:40', null, 'Not specified', 'RHF43BK-01V', 'RHF43BK-01V', 'Precision Bipolar Single Operation Amplifier Radiation Hardened', '50 LINEAR OPERATIONAL AMPLIFIER', 'STmicroelectronics', '24/01/2012', 'ESA', null, null, '{\"121.pdf\":\"/oss/physical/ESA/acdc412709de6ee63d3acc932d9e4964/121.pdf\",\"data.xlsx\":\"/oss/physical/ESA/acdc412709de6ee63d3acc932d9e4964/data.xlsx\"}', '121,RHF43BK-01V,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Precision Bipolar Single Operation Amplifier Radiation Hardened,,Hirex,24/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('ad009970986ad0d2ffade87ee6de0c6f', 'Crawler', '2024-11-13 10:09:50', null, '2025-04-08 11:34:40', null, 'Logic Device', '10502', '10502', 'ECL Multiple NOR Gate', null, 'Motorola', '8/24/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/ad009970986ad0d2ffade87ee6de0c6f/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ad009970986ad0d2ffade87ee6de0c6f/data.xlsx\"}', '10502,ECL Multiple NOR Gate,Motorola,8/24/1999,nsrec00_W21.pdf,SEE,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('ad0a9eddd6a4f8796fd141ab959c25d7', 'Crawler', '2024-11-13 12:30:15', 'yangjicong', '2025-04-29 16:49:31', null, 'Hybrid', 'RP210010', 'RP210010', 'SSPC', '04440507', 'Data Device Corporation', '12/18/2004', 'NASA', '杨济聪', '1', '{\"T121804_RP21005.pdf\":\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/T121804_RP21005.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/nsrec05_W5.pdf\",\"data_1745916569929.xlsx\":\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/data_1745916569929.xlsx\"}', 'RP210010,SSPC,Data Device Corporation,12/18/2004,T121804_RP21005.pdf;nsrec05_W5.pdf,SEE,Hybrid', '4'); INSERT INTO `nasa_data_record` VALUES ('ad13b14509fc98c9dfb92044cd427728', 'Crawler', '2024-11-13 11:01:08', null, '2025-04-08 11:34:40', null, 'Hybrid', 'DVFL286R7S-R', 'DVFL286R7S-R', 'DC/DC Converter', null, 'VPT', '3/27/2003;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ad13b14509fc98c9dfb92044cd427728/data.xlsx\",\"T032703_DV.pdf\":\"/oss/physical/NASA/ad13b14509fc98c9dfb92044cd427728/T032703_DV.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/ad13b14509fc98c9dfb92044cd427728/nsrec04_SEE.pdf\"}', 'DVFL286R7S-R,DC/DC Converter,VPT,3/27/2003;6/22/2004,T032703_DV.pdf;nsrec04_SEE.pdf,SEE,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('ad2c3ed05e5007c5c9c9796f78197db7', 'Crawler', '2024-11-13 09:53:30', null, '2025-04-08 11:34:40', null, 'SEI', 'RP7820', 'RP7820', 'A/D Converter, 8-bit', null, null, '12/07/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ad2c3ed05e5007c5c9c9796f78197db7/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ad2c3ed05e5007c5c9c9796f78197db7/PPM-99-045.pdf\"}', '235,2.5-50,RP7820,A/D Converter, 8-bit,SEI,CASSINI/CIRS,9234,PPM-95-107,12/07/94', null); INSERT INTO `nasa_data_record` VALUES ('adb943a71af33bf1d947732e3fe6a9e4', 'Crawler', '2024-11-13 01:15:00', null, '2025-04-08 11:34:40', null, 'Not specified', 'HS-4424BRH', 'HS-4424BRH', 'Dual, Non Inverting Power Mosfet Driver', '69 LINEAR OTHER FUNCTIONS', 'Intersil', '06/06/2011', 'ESA', null, null, '{\"HS4424RH PROTONS TID_0878_01.pdf\":\"/oss/physical/ESA/adb943a71af33bf1d947732e3fe6a9e4/HS4424RH PROTONS TID_0878_01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/adb943a71af33bf1d947732e3fe6a9e4/data.xlsx\"}', '250,HS-4424BRH,Intersil,Download,DD (Displacement Damage),Not specified,8 MICROCIRCUITS,69 LINEAR OTHER FUNCTIONS,Dual, Non Inverting Power Mosfet Driver,BiCMOS,Hirex,06/06/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('adc64555a56812adad4de8a185e9be39', 'Crawler', '2024-11-13 09:52:50', null, '2025-04-08 11:34:40', null, 'IBM', 'IBM0116400AJ3', 'IBM0116400AJ3', '4Mx4 16Mb DRAM', null, null, '05/16/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/adc64555a56812adad4de8a185e9be39/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/adc64555a56812adad4de8a185e9be39/PPM-99-045.pdf\"}', '263,1.5-100,IBM0116400AJ3,4Mx4 16Mb DRAM,IBM,LANDSAT,9314,PPM-95-153,05/16/95', null); INSERT INTO `nasa_data_record` VALUES ('adc70ae1708dfbca8b7a6a69862bce3d', 'Crawler', '2024-11-13 10:12:17', null, '2025-04-08 11:34:40', null, 'Power Device', '2690-RD15', '2690-RD15', 'DC-DC converter', null, 'MDI', '10/27/1995', 'NASA', null, null, '{\"l101795a.pdf\":\"/oss/physical/NASA/adc70ae1708dfbca8b7a6a69862bce3d/l101795a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/adc70ae1708dfbca8b7a6a69862bce3d/data.xlsx\"}', '2690-RD15,DC-DC converter,MDI,10/27/1995,l101795a.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('adcc44b2b3817779aebc338f61db55ea', 'Crawler', '2024-11-13 10:55:09', null, '2025-04-08 11:34:40', null, 'CMOS', 'CD4066', 'CD4066', 'Quad Switch', null, 'Texas Instruments', '6/28/2011', 'NASA', null, null, '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/adcc44b2b3817779aebc338f61db55ea/nsrec2012_W22_SEE.pdf\",\"T062811_CD4066.pdf\":\"/oss/physical/NASA/adcc44b2b3817779aebc338f61db55ea/T062811_CD4066.pdf\",\"data.xlsx\":\"/oss/physical/NASA/adcc44b2b3817779aebc338f61db55ea/data.xlsx\"}', 'CD4066,Quad Switch,Texas Instruments,6/28/2011,T062811_CD4066.pdf;nsrec2012_W22_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('ade85d80277a2aae7959ff5eeacd6adb', 'Crawler', '2024-11-13 12:07:35', 'dushuaibin', '2025-04-30 20:18:52', null, '光电器件', 'Data Transmission', 'PFORX12 Receiver', 'Receiver', 'XX', 'Optical Networks Inc', '1998.07.20', 'NASA', '王嘉兴', '1', '{\"NSREC98.pdf\":\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/data.xlsx\",\"单粒子效应_1746015531428.xlsx\":\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/单粒子效应_1746015531428.xlsx\"}', 'PFORX12 Receiver,Receiver,Optical Networks Inc,7/20/1998,NSREC98.pdf,SEE,Data Transmission', '1'); INSERT INTO `nasa_data_record` VALUES ('adfd8d4ac53a3cee5a50c4633970a38c', 'Crawler', '2024-11-13 11:41:37', null, '2025-04-08 11:34:40', null, 'Si', 'MBR20100CT', 'MBR20100CT', 'Diode', null, 'Fairchild Semiconductor', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/adfd8d4ac53a3cee5a50c4633970a38c/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/adfd8d4ac53a3cee5a50c4633970a38c/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/adfd8d4ac53a3cee5a50c4633970a38c/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/adfd8d4ac53a3cee5a50c4633970a38c/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR20100CT,Diode,Fairchild Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('ae27d0cca2607cd6ce59419edc60a7ff', 'Crawler', '2024-11-13 12:32:05', 'yangjicong', '2025-04-29 12:00:15', null, 'FPGA', 'RT54SX16', 'RT54SX16', 'FPGA', null, 'Actel', '6/18/1998;6/28/1998;7/3/1998', 'NASA', '杨济聪', '1', '{\"data.xlsx\":\"/oss/physical/NASA/ae27d0cca2607cd6ce59419edc60a7ff/data.xlsx\",\"相关文献链接_1745899212825.docx\":\"/oss/physical/NASA/ae27d0cca2607cd6ce59419edc60a7ff/相关文献链接_1745899212825.docx\"}', 'RT54SX16,FPGA,Actel,6/18/1998;6/28/1998;7/3/1998,http://www.klabs.org/richcontent/fpga_content/SX_Series/indmkj91.pdf;http://www.klabs.org/richcontent/fpga_content/SX_Series/BNL0598_RT54SX16_AntifuseReport.PDF;http://www.klabs.org/richcontent/fpga_content/SX_Series/BNL0598_RT54SX16_SEE_Report.PDF,SEL;SEU,FPGA', '1'); INSERT INTO `nasa_data_record` VALUES ('ae31ba7999f39ad2f3ab275765f81270', 'Crawler', '2024-11-13 10:58:19', null, '2025-04-08 11:34:40', null, 'Non-Volatile Memory', 'Commercial Sample CMOS', 'Commercial Sample CMOS', '90 nm CMOS Phase Change Non-Volatile Memory', null, 'Manufacturer unavailable', '11/1/2009', 'NASA', null, null, '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/ae31ba7999f39ad2f3ab275765f81270/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ae31ba7999f39ad2f3ab275765f81270/data.xlsx\"}', 'Commercial Sample CMOS,90 nm CMOS Phase Change Non-Volatile Memory,Manufacturer unavailable,11/1/2009,nsrec2010_W22_TID.pdf,TID,Non-Volatile Memory', null); INSERT INTO `nasa_data_record` VALUES ('ae778eca0ad929baa4fb53734e90c694', 'Crawler', '2024-11-13 12:07:09', 'xieyongzhi', '2025-05-03 19:05:26', null, '专用集成电路', 'Delay Line (Hytek/Pulse Engineering)', 'PE21198', 'Delay Line', null, 'Pulse Eng', '5/8/1998', 'NASA', '罗永恒', '1', '{\"PPM-98-016.pdf\":\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/PPM-98-016.pdf\",\"data__1745912935258.xlsx\":\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/data__1745912935258.xlsx\"}', 'PE21198,Delay Line,Pulse Eng,5/8/1998,tid/PPM-98-016.pdf,TID,Delay Line', '180'); INSERT INTO `nasa_data_record` VALUES ('ae799151064e805a660f3a19d1c68f69', 'Crawler', '2024-11-13 02:15:43', null, '2025-04-08 11:34:40', null, 'ESCC 25100', 'LT8610AC', 'LT8610AC', 'Buck Converter', '54 LINEAR SWITCHING REGULATOR', 'Linear Technology', '21/02/2024', 'ESA', null, null, '{\"LT8610AC SEE Test Report.pdf\":\"/oss/physical/ESA/ae799151064e805a660f3a19d1c68f69/LT8610AC SEE Test Report.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ae799151064e805a660f3a19d1c68f69/data.xlsx\"}', '391,LT8610AC,Linear Technology,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,54 LINEAR SWITCHING REGULATOR,Buck Converter,Silicon,ESA-ESTEC TEC-QEC,21/02/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('ae87b002f977c23272be49659c2265ec', 'Crawler', '2024-11-13 09:57:33', null, '2025-04-08 11:34:40', null, 'TI', 'JTXV4N49', 'JTXV4N49', 'Opto-Coupler', null, null, '07/11/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ae87b002f977c23272be49659c2265ec/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ae87b002f977c23272be49659c2265ec/PPM-99-045.pdf\"}', '63,25-300,JTXV4N49,Opto-Coupler,TI,ISTP/NC,8843,PPM-91-459,07/11/91', null); INSERT INTO `nasa_data_record` VALUES ('ae8e750a4c5487089db1b6b984b6a2c9', 'Crawler', '2024-11-13 10:54:50', null, '2025-04-08 11:34:40', null, 'SiC', 'C4D40120D', 'C4D40120D', 'Diode', null, 'Cree', '5/6/2013', 'NASA', null, null, '{\"NEPP-TR-2013-Lauenstein-13-033-C4D40120D-2013May-SiC-Cree-Schottky-Diode-TN39790.pdf\":\"/oss/physical/NASA/ae8e750a4c5487089db1b6b984b6a2c9/NEPP-TR-2013-Lauenstein-13-033-C4D40120D-2013May-SiC-Cree-Schottky-Diode-TN39790.pdf\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/ae8e750a4c5487089db1b6b984b6a2c9/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ae8e750a4c5487089db1b6b984b6a2c9/data.xlsx\"}', 'C4D40120D,Diode,Cree,5/6/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;https://nepp.nasa.gov/files/27485/NEPP-TR-2013-Lauenstein-13-033-C4D40120D-2013May-SiC-Cree-Schottky-Diode-TN39790.pdf,TID,SiC', null); INSERT INTO `nasa_data_record` VALUES ('ae950b323aa6410e93d90ddd2fb4b9bb', 'Crawler', '2024-11-13 11:04:20', null, '2025-04-08 11:34:40', null, 'Hybrid', 'Flashdisk 2 Mbit Card', 'Flashdisk 2 Mbit Card', 'Flashdisk PCMCIA', null, 'Sandisk', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/ae950b323aa6410e93d90ddd2fb4b9bb/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ae950b323aa6410e93d90ddd2fb4b9bb/data.xlsx\"}', 'Flashdisk 2 Mbit Card,Flashdisk PCMCIA,Sandisk,7/20/1998,NSREC98.pdf,SEE,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('ae9a043eadfdef188ecc0d080e847379', 'Crawler', '2024-11-13 10:22:58', null, '2025-04-08 11:34:40', null, 'MUX', '54AC157DMQB', '54AC157DMQB', 'Quad 2 inp MUX', null, 'National Semiconductor', '12/2/1991', 'NASA', null, null, '{\"PPM-91-706.pdf\":\"/oss/physical/NASA/ae9a043eadfdef188ecc0d080e847379/PPM-91-706.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ae9a043eadfdef188ecc0d080e847379/data.xlsx\"}', '54AC157DMQB,Quad 2 inp MUX,National Semiconductor,12/2/1991,tid/PPM-91-706.pdf,TID,MUX', null); INSERT INTO `nasa_data_record` VALUES ('aea9dc0474a0fac72d94662497c62932', 'Crawler', '2024-11-13 12:55:12', 'lixuyou', '2025-04-30 13:05:58', null, 'Communication Device', 'TSBKOHCI403', 'TSBKOHCI403', 'Development Board 1394 FireWire OHCI Chip set', null, 'Texas Instruments', '10/14/2001', 'NASA', '李序友', '1', '{\"T101401_1394.pdf\":\"/oss/physical/NASA/aea9dc0474a0fac72d94662497c62932/T101401_1394.pdf\",\"data.xlsx\":\"/oss/physical/NASA/aea9dc0474a0fac72d94662497c62932/data.xlsx\",\"TSBKOHCI403_1745989555144.xlsx\":\"/oss/physical/NASA/aea9dc0474a0fac72d94662497c62932/TSBKOHCI403_1745989555144.xlsx\"}', 'TSBKOHCI403,Development Board 1394 FireWire OHCI Chip set,Texas Instruments,10/14/2001,T101401_1394.pdf,SEE,Communication Device', '1'); INSERT INTO `nasa_data_record` VALUES ('aebcc6f31ff6a1042f2395c6f64799cf', 'Crawler', '2024-11-13 11:08:41', null, '2025-04-08 11:34:40', null, '2kx8 PROM', 'HM1-6617-883', 'HM1-6617-883', '2kx8 PROM', null, 'Harris', '2/8/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/aebcc6f31ff6a1042f2395c6f64799cf/data.xlsx\"}', 'HM1-6617-883,2kx8 PROM,Harris,2/8/1991,tid/PPM-E53491-065.pdf,TID,2kx8 PROM', null); INSERT INTO `nasa_data_record` VALUES ('aedd2eacb7f197b56f926fc3e79be17e', 'Crawler', '2024-11-13 11:47:36', null, '2025-04-08 11:34:40', null, 'Power Device', 'MFL2805S', 'MFL2805S', 'DC-DC converter', null, 'Interpoint', '11/9/1994;7/17/1995;7/17/1995;02/08/1995', 'NASA', null, null, '{\"PPM-95-126.pdf\":\"/oss/physical/NASA/aedd2eacb7f197b56f926fc3e79be17e/PPM-95-126.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/aedd2eacb7f197b56f926fc3e79be17e/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/aedd2eacb7f197b56f926fc3e79be17e/data.xlsx\",\"dcdc95.pdf\":\"/oss/physical/NASA/aedd2eacb7f197b56f926fc3e79be17e/dcdc95.pdf\",\"b110994.pdf\":\"/oss/physical/NASA/aedd2eacb7f197b56f926fc3e79be17e/b110994.pdf\"}', 'MFL2805S,DC-DC converter,Interpoint,11/9/1994;7/17/1995;7/17/1995;02/08/1995,b110994.pdf;ieee95a.pdf;dcdc95.pdf;tid/PPM-95-126.pdf,SEE;TID,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('af0aa635e16f6afba557bb251021695d', 'Crawler', '2024-11-13 10:58:55', null, '2025-04-08 11:34:40', null, 'Analog Device', 'DAC08AQ', 'DAC08AQ', '8 bit DAC', null, 'PMI', '7/29/1994;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/af0aa635e16f6afba557bb251021695d/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/af0aa635e16f6afba557bb251021695d/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/af0aa635e16f6afba557bb251021695d/b072994.pdf\"}', 'DAC08AQ,8 bit DAC,PMI,7/29/1994;7/17/1995,b072994.pdf;ieee95a.pdf,SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('af267898b918d79e41b7275468a4f8a1', 'Crawler', '2024-11-13 11:55:22', 'mayinjie', '2025-04-30 16:46:00', null, '63 nm CMOS; 73 nm CMOS', 'MT29F4G08AAAWP', 'MT29F4G08AAAWP', '4Gbit NAND Flash Memory', null, 'Micron', 'TAMU07MAY;TAMU07JUNE;TAMU07AUG;12/2007;VdG08SEP;VdG08OCT;TAMU08NOV;TAMU09AUG;TAMU10DEC;NRL11MAR;8/24/2009;12/7/2010;3/8/2011', 'NASA', '马崟洁', '1', '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/nsrec09_W13_TID.pdf\",\"G07DEC_HY27UF084G2M_MT29F4G08AAAWP_TID.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/G07DEC_HY27UF084G2M_MT29F4G08AAAWP_TID.pdf\",\"T082409_K9F4G08U0_MT29F4G08AA.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/T082409_K9F4G08U0_MT29F4G08AA.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/nsrec07_W27_SEE.pdf\",\"G07JAN_Samsung_Micron_Hynix.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/G07JAN_Samsung_Micron_Hynix.pdf\",\"SEESYM11_Oldham.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/SEESYM11_Oldham.pdf\",\"VdG08SEP_Samsung_Micron_Hynix.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/VdG08SEP_Samsung_Micron_Hynix.pdf\",\"Oldham_nsrec11_W25.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/Oldham_nsrec11_W25.pdf\",\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/nsrec08_W2_TID.pdf\",\"T110308_MT29F4G08AAAWP.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/T110308_MT29F4G08AAAWP.pdf\",\"T120710_K9F8G08U0M_MT29F4G08AAAWP.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/T120710_K9F8G08U0M_MT29F4G08AAAWP.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/nsrec09_W12_SEE.pdf\",\"电离总剂量效应_1746001124210.xlsx\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/电离总剂量效应_1746001124210.xlsx\",\"VdG08OCT_MT29F4G08AAAWP_LDC0748.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/VdG08OCT_MT29F4G08AAAWP_LDC0748.pdf\",\"data.xlsx\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/data.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/nsrec2011_W6_SEE.pdf\",\"T052207_Hynix_Micron_Samsung.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/T052207_Hynix_Micron_Samsung.pdf\",\"VdG08OCT_MT29F4G08AAAWP_LDC0744.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/VdG08OCT_MT29F4G08AAAWP_LDC0744.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/nsrec2010_W8_SEE.pdf\"}', 'MT29F4G08AAAWP,4Gbit NAND Flash Memory,Micron,TAMU07MAY;TAMU07JUNE;TAMU07AUG;12/2007;VdG08SEP;VdG08OCT;TAMU08NOV;TAMU09AUG;TAMU10DEC;NRL11MAR;8/24/2009;12/7/2010;3/8/2011,G07DEC_HY27UF084G2M_MT29F4G08AAAWP_TID.pdf;G07JAN_Samsung_Micron_Hynix.pdf;nsrec07_W27_SEE.pdf;nsrec08_W2_TID.pdf;nsrec09_W12_SEE.pdf;nsrec09_W13_TID.pdf;nsrec2010_W8_SEE.pdf;nsrec2011_W6_SEE.pdf;Oldham_nsrec11_W25.pdf;SEESYM11_Oldham.pdf;T052207_Hynix_Micron_Samsung.pdf;T082409_K9F4G08U0_MT29F4G08AA.pdf;T110308_MT29F4G08AAAWP.pdf;T120710_K9F8G08U0M_MT29F4G08AAAWP.pdf;tid/VdG08OCT_MT29F4G08AAAWP_LDC0744.pdf;tid/VdG08OCT_MT29F4G08AAAWP_LDC0748.pdf;tid/VdG08SEP_Samsung_Micron_Hynix.pdf,TID; SEE; SEL; SEU; SEFI,63 nm CMOS; 73 nm CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('af45353ed37edd56d329dd14056707fb', 'Crawler', '2024-11-13 02:23:36', null, '2025-04-08 11:34:40', null, 'ESCC 25100', 'MX30LF4G18AC - DC1444', 'MX30LF4G18AC - DC1444', 'NAND Flash Memory', '29 MEMORY OTHERS', 'Macronix', '03/07/2017', 'ESA', null, null, '{\"SEE_00600_01 Macronix.pdf\":\"/oss/physical/ESA/af45353ed37edd56d329dd14056707fb/SEE_00600_01 Macronix.pdf\",\"data.xlsx\":\"/oss/physical/ESA/af45353ed37edd56d329dd14056707fb/data.xlsx\"}', '328,MX30LF4G18AC - DC1444,Macronix,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,NAND Flash Memory,CMOS,Hirex-Alter,03/07/2017,False', null); INSERT INTO `nasa_data_record` VALUES ('af507b0d6a2c343ab3b4415d5e6053f1', 'Crawler', '2024-11-13 12:26:48', 'liujunling', '2025-04-30 22:11:33', null, '电源', 'RH1009MW', 'RH1009MW', 'Flatpack 2.5V Reference', '0649A', 'Linear Technology', '_2009JUN', 'NASA', '刘俊灵', '1', '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/data.xlsx\",\"电离总剂量效应_1746022289345.xlsx\":\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/电离总剂量效应_1746022289345.xlsx\"}', 'RH1009MW,Flatpack 2.5V Reference,Linear Technology,_2009JUN,nsrec2010_W22_TID.pdf,TID,Linear Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('b0000f0c85094983f1bd7593185d3561', 'Crawler', '2024-11-13 01:19:33', null, '2025-04-08 11:34:40', null, '', 'BC847', 'BC847', '100mA NPN Transistor', '1 LOW POWER, NPN (< 2WATTS)', 'Infineon', '06/01/2021', 'ESA', null, null, '{\"277.pdf\":\"/oss/physical/ESA/b0000f0c85094983f1bd7593185d3561/277.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b0000f0c85094983f1bd7593185d3561/data.xlsx\"}', '277,BC847,Infineon,Download,TID (Total Ionising Dose),,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),100mA NPN Transistor,Bipolar,ESA-ESTEC TEC-QEC,06/01/2021,False', null); INSERT INTO `nasa_data_record` VALUES ('b0127cec5f0d074a52ce54e1e31fe930', 'Crawler', '2024-11-13 12:25:01', 'wangjiaxing', '2025-04-30 21:18:40', null, '摄像头模块', 'QI-SWIR-VGA15XS', 'QI-SWIR-VGA15XS', 'Camera Electronics Module', '未找到', 'Semi Conductor Devices', '9/1/2020', 'NASA', '王嘉兴', '1', '{\"data.xlsx\":\"/oss/physical/NASA/b0127cec5f0d074a52ce54e1e31fe930/data.xlsx\",\"CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\":\"/oss/physical/NASA/b0127cec5f0d074a52ce54e1e31fe930/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\",\"NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\":\"/oss/physical/NASA/b0127cec5f0d074a52ce54e1e31fe930/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\",\"电离总剂量效应7_1746019118649.xlsx\":\"/oss/physical/NASA/b0127cec5f0d074a52ce54e1e31fe930/电离总剂量效应7_1746019118649.xlsx\"}', 'QI-SWIR-VGA15XS,Camera Electronics Module,Semi Conductor Devices,9/1/2020,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf;CP-2021-Topper-NSREC-DW-poster-20210016856.pdf,TID,InGaAs/CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('b01d4d46d769cec9bdee986d5664efb6', 'Crawler', '2024-11-13 01:04:44', null, '2025-04-08 11:34:40', null, 'Not specified', 'A3PE3000L', 'A3PE3000L', 'Flash Based FPGA', '30 PROGRAMMABLE LOGIC', 'ACTEL', '23/08/2011', 'ESA', null, null, '{\"218.pdf\":\"/oss/physical/ESA/b01d4d46d769cec9bdee986d5664efb6/218.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b01d4d46d769cec9bdee986d5664efb6/data.xlsx\"}', '218,A3PE3000L,ACTEL,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,30 PROGRAMMABLE LOGIC,Flash Based FPGA,,Hirex,23/08/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('b01f9b095e813ded959b548ef45f40e9', 'Crawler', '2024-11-13 10:25:55', null, '2025-04-08 11:34:40', null, 'BiCMOS', '54LVC14', '54LVC14', 'Hex Schmitt-Trigger Inverter', null, 'Texas Instruments', '5/6/2013; 8/5/2013', 'NASA', null, null, '{\"13-029_T20130506_54LVC14.pdf\":\"/oss/physical/NASA/b01f9b095e813ded959b548ef45f40e9/13-029_T20130506_54LVC14.pdf\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/b01f9b095e813ded959b548ef45f40e9/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b01f9b095e813ded959b548ef45f40e9/data.xlsx\"}', '54LVC14,Hex Schmitt-Trigger Inverter,Texas Instruments,5/6/2013; 8/5/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;13-029_T20130506_54LVC14.pdf,SEE; TID,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('b0305bfda13412975be89a8e46e248be', 'Crawler', '2024-11-13 12:58:22', 'yangsini', '2025-04-30 11:28:47', null, '晶体管', 'U401-2', 'U401-2', 'Dual N-JFET', '9112', 'Siliconix', '12/24/1991', 'NASA', '杨思妮', '10', '{\"PPM-91-757.pdf\":\"/oss/physical/NASA/b0305bfda13412975be89a8e46e248be/PPM-91-757.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b0305bfda13412975be89a8e46e248be/data.xlsx\",\"电离总剂量效应_1745983724997.xlsx\":\"/oss/physical/NASA/b0305bfda13412975be89a8e46e248be/电离总剂量效应_1745983724997.xlsx\"}', 'U401-2,Dual N-JFET,Siliconix,12/24/1991,tid/PPM-91-757.pdf,TID,JFET', '70'); INSERT INTO `nasa_data_record` VALUES ('b040cdc3cc954de6a3f81c8e39e44263', 'Crawler', '2024-11-13 10:12:35', null, '2025-04-08 11:34:40', null, 'Data Transmission', '2706R', '2706R', 'Fibre Channel Link Receiver', null, 'Force Inc', '6/28/1996;7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/b040cdc3cc954de6a3f81c8e39e44263/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b040cdc3cc954de6a3f81c8e39e44263/data.xlsx\",\"d062896.pdf\":\"/oss/physical/NASA/b040cdc3cc954de6a3f81c8e39e44263/d062896.pdf\"}', '2706R,Fibre Channel Link Receiver,Force Inc,6/28/1996;7/21/1997,d062896.pdf;Random97a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('b048ae3a918cbbbd892fdd18bb575368', 'Crawler', '2024-11-13 10:29:00', null, '2025-04-08 11:34:40', null, 'Optocoupler', '6N140', '6N140', 'Optocoupler', null, 'Micropac', '7/20/1998;4/1997;11/1997;7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/b048ae3a918cbbbd892fdd18bb575368/nsrec01_W15.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/b048ae3a918cbbbd892fdd18bb575368/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b048ae3a918cbbbd892fdd18bb575368/data.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/b048ae3a918cbbbd892fdd18bb575368/nsrec00_W22.pdf\",\"D120400a.pdf\":\"/oss/physical/NASA/b048ae3a918cbbbd892fdd18bb575368/D120400a.pdf\"}', '6N140,Optocoupler,Micropac,7/20/1998;4/1997;11/1997;7/19/2001,NSREC98.pdf;nsrec00_W22.pdf;D120400a.pdf;nsrec01_W15.pdf,SEE;DD;SET,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('b0836bf18c7389fae956ef79dc038100', 'Crawler', '2024-11-13 10:29:19', null, '2025-04-08 11:34:40', null, 'RAM (Random Access Memory)', '71256RE', '71256RE', '256 kbit SRAM', null, 'IDT', 'TBD', 'NASA', null, null, '{\"no_report.pdf\":\"/oss/physical/NASA/b0836bf18c7389fae956ef79dc038100/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b0836bf18c7389fae956ef79dc038100/data.xlsx\"}', '71256RE,256 kbit SRAM,IDT,TBD,no_report.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('b0857310498b3014e58409140710e02f', 'Crawler', '2024-11-13 10:32:48', null, '2025-04-08 11:34:40', null, 'Integrated Circuit', '9803', '9803', 'Readout Integrated Circuit (ROIC)', null, 'Indigo', 'VdG2008SEP', 'NASA', null, null, '{\"VdG08SEP_ICS9803.pdf\":\"/oss/physical/NASA/b0857310498b3014e58409140710e02f/VdG08SEP_ICS9803.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b0857310498b3014e58409140710e02f/data.xlsx\"}', '9803,Readout Integrated Circuit (ROIC),Indigo,VdG2008SEP,TID/VdG08SEP_ICS9803.pdf,TID,Integrated Circuit', null); INSERT INTO `nasa_data_record` VALUES ('b0be4334fa1d78f2c1c889156c5e2789', 'Crawler', '2024-11-13 10:19:59', null, '2025-04-08 11:34:41', null, 'RAM (Random Access Memory)', '4216400-70', '4216400-70', '4Mx4 DRAM', null, 'NEC', '9/11/1997', 'NASA', null, null, '{\"DRAM296.pdf\":\"/oss/physical/NASA/b0be4334fa1d78f2c1c889156c5e2789/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b0be4334fa1d78f2c1c889156c5e2789/data.xlsx\"}', '4216400-70,4Mx4 DRAM,NEC,9/11/1997,DRAM296.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('b0e674303e31c245c79e02c048b455bb', 'Crawler', '2024-11-13 11:56:27', 'dushuaibin', '2025-04-30 10:19:55', null, '数字集成电路', 'RAM (Random Access Memory)', 'MT5C1008CW-25', '128kx8 SRAM', 'XX', 'Micron', '1997.07.21', 'NASA', '杜帅彬', '1', '{\"Random97a.pdf\":\"/oss/physical/NASA/b0e674303e31c245c79e02c048b455bb/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b0e674303e31c245c79e02c048b455bb/data.xlsx\",\"单粒子效应_1745979593527.xlsx\":\"/oss/physical/NASA/b0e674303e31c245c79e02c048b455bb/单粒子效应_1745979593527.xlsx\"}', 'MT5C1008CW-25,128kx8 SRAM,Micron,7/21/1997,Random97a.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('b0e6830620341844416a5d3cebe5caff', 'Crawler', '2024-11-13 10:53:10', null, '2025-04-08 11:34:41', null, 'Optical Fiber', 'BF04673', 'BF04673', 'Optical Fiber', null, 'OFS', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/b0e6830620341844416a5d3cebe5caff/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b0e6830620341844416a5d3cebe5caff/data.xlsx\"}', 'BF04673,Optical Fiber,OFS,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('b1150d85c9b1836b3bc7915e513b3ce8', 'Crawler', '2024-11-13 10:22:24', null, '2025-04-08 11:34:41', null, 'Inverter', '54AC04DMQB', '54AC04DMQB', 'Hex Inverter', null, 'National Semiconductor', '1/17/1992', 'NASA', null, null, '{\"PPM-92-009.pdf\":\"/oss/physical/NASA/b1150d85c9b1836b3bc7915e513b3ce8/PPM-92-009.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b1150d85c9b1836b3bc7915e513b3ce8/data.xlsx\"}', '54AC04DMQB,Hex Inverter,National Semiconductor,1/17/1992,tid/PPM-92-009.pdf,TID,Inverter', null); INSERT INTO `nasa_data_record` VALUES ('b134bcb24c2f305a070cd23c61721855', 'Crawler', '2024-11-13 01:12:59', null, '2025-04-08 11:34:41', null, '', 'UC2843 and UC2845', 'UC2843 and UC2845', 'Pulse Width Modulator', '90 OTHER FUNCTIONS', 'STmicroelectronics', '21/06/2010', 'ESA', null, null, '{\"243.pdf\":\"/oss/physical/ESA/b134bcb24c2f305a070cd23c61721855/243.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b134bcb24c2f305a070cd23c61721855/data.xlsx\"}', '243,UC2843 and UC2845,STmicroelectronics,Download,SEE (Single Events Effects),,8 MICROCIRCUITS,90 OTHER FUNCTIONS,Pulse Width Modulator,,Hirex,21/06/2010,False', null); INSERT INTO `nasa_data_record` VALUES ('b13907bf6d4500d059e473636f209302', 'Crawler', '2024-11-13 09:53:38', null, '2025-04-08 11:34:41', null, 'National', 'LM139', 'LM139', 'V. Comparator', null, null, '11/08/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b13907bf6d4500d059e473636f209302/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b13907bf6d4500d059e473636f209302/PPM-99-045.pdf\"}', '229,5-100,LM139,V. Comparator,National,CASSINI/CIRS,9108\r\r\n9228,PPM-94-038,11/08/94', null); INSERT INTO `nasa_data_record` VALUES ('b13efbf7fe981074a4aae202f67df47b', 'Crawler', '2024-11-13 11:00:04', null, '2025-04-08 11:34:41', null, 'Fiber Optics', 'DR1773', 'DR1773', 'Dual-Rate 1773 Transceiver', null, 'Boeing', '6/21/1996;7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/b13efbf7fe981074a4aae202f67df47b/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b13efbf7fe981074a4aae202f67df47b/data.xlsx\",\"LaBel-NSREC97.pdf\":\"/oss/physical/NASA/b13efbf7fe981074a4aae202f67df47b/LaBel-NSREC97.pdf\"}', 'DR1773,Dual-Rate 1773 Transceiver,Boeing,6/21/1996;7/21/1997,LaBel-NSREC97.pdf;Random97a.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('b14857a5f03c77ceb32410f40de08ad5', 'Crawler', '2024-11-13 11:44:29', null, '2025-04-08 11:34:41', null, 'Si', 'MBR60100', 'MBR60100', 'Diode', null, 'Vishay', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/b14857a5f03c77ceb32410f40de08ad5/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b14857a5f03c77ceb32410f40de08ad5/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/b14857a5f03c77ceb32410f40de08ad5/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/b14857a5f03c77ceb32410f40de08ad5/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR60100,Diode,Vishay,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('b17cd0ab74f9de5a8affd9c77f3f8b48', 'Crawler', '2024-11-13 01:23:59', null, '2025-04-08 11:34:41', null, 'ESCC 25100', 'H5TC4G83CFR - DC1517', 'H5TC4G83CFR - DC1517', 'DDR3L SDRAM', '29 MEMORY OTHERS', 'Hynix', '14/02/2019', 'ESA', null, null, '{\"SEE_00637_01 Hynix ions.pdf\":\"/oss/physical/ESA/b17cd0ab74f9de5a8affd9c77f3f8b48/SEE_00637_01 Hynix ions.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b17cd0ab74f9de5a8affd9c77f3f8b48/data.xlsx\"}', '304,H5TC4G83CFR - DC1517,Hynix,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,DDR3L SDRAM,CMOS,Hirex-Alter,14/02/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('b1b80193b93a17946e3abb269af467d1', 'Crawler', '2024-11-13 00:43:51', null, '2025-04-08 11:34:41', null, 'Not specified', 'HCPL5701', 'HCPL5701', 'Optocoupler', '1 OPTOCOUPLER', 'Avago', '29/05/2012', 'ESA', null, null, '{\"147.pdf\":\"/oss/physical/ESA/b1b80193b93a17946e3abb269af467d1/147.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b1b80193b93a17946e3abb269af467d1/data.xlsx\"}', '147,HCPL5701,Avago,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,29/05/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('b1d8a4c3798e88ae2f86878d1fca4c13', 'Crawler', '2024-11-13 11:17:42', null, '2025-04-08 11:34:41', null, 'Switch', 'JM38510/11108', 'JM38510/11108', 'SPDT Switch', null, 'Intersil', '3/16/1992', 'NASA', null, null, '{\"PPM-92-110.pdf\":\"/oss/physical/NASA/b1d8a4c3798e88ae2f86878d1fca4c13/PPM-92-110.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b1d8a4c3798e88ae2f86878d1fca4c13/data.xlsx\"}', 'JM38510/11108,SPDT Switch,Intersil,3/16/1992,tid/PPM-92-110.pdf,TID,Switch', null); INSERT INTO `nasa_data_record` VALUES ('b1d8b6b70d40726e7eb5f806c93ba097', 'Crawler', '2024-11-13 10:42:02', null, '2025-04-08 11:34:41', null, 'DAC', 'AD7541ATQ', 'AD7541ATQ', '12 bit DAC', null, 'ADI', '12/30/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b1d8b6b70d40726e7eb5f806c93ba097/data.xlsx\",\"PPM-91-710.pdf\":\"/oss/physical/NASA/b1d8b6b70d40726e7eb5f806c93ba097/PPM-91-710.pdf\"}', 'AD7541ATQ,12 bit DAC,ADI,12/30/1991,tid/PPM-91-710.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('b1e5de1955092400256e96ea9da691b4', 'Crawler', '2024-11-13 09:53:37', null, '2025-04-08 11:34:41', null, 'ADI', 'DAC08A', 'DAC08A', 'D/A Converter', null, null, '12/08/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b1e5de1955092400256e96ea9da691b4/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b1e5de1955092400256e96ea9da691b4/PPM-99-045.pdf\"}', '230,2.5-50,DAC08A,D/A Converter,ADI,CASSINI/CIRS,9335,PPM-95-103,12/08/94', null); INSERT INTO `nasa_data_record` VALUES ('b1f169fbf7d444331b04a3fe48eb1fc4', 'Crawler', '2024-11-13 10:22:43', null, '2025-04-08 11:34:41', null, 'MUX', '54AC153', '54AC153', '4-input MUX', null, 'National Semiconductor', '10/28/1992', 'NASA', null, null, '{\"PPM-92-270.pdf\":\"/oss/physical/NASA/b1f169fbf7d444331b04a3fe48eb1fc4/PPM-92-270.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b1f169fbf7d444331b04a3fe48eb1fc4/data.xlsx\"}', '54AC153,4-input MUX,National Semiconductor,10/28/1992,tid/PPM-92-270.pdf,TID,MUX', null); INSERT INTO `nasa_data_record` VALUES ('b1f522329a430cd6a79a98f59c372c70', 'Crawler', '2024-11-13 01:20:26', null, '2025-04-08 11:34:41', null, 'ESCC 25100', 'STPSC6H12', 'STPSC6H12', 'Schottky Diode', '5 RF/MICROWAVE SCHOTTKY (Si)', 'STmicroelectronics', '03/05/2019', 'ESA', null, null, '{\"D6-7 - TN6.07 - SEE Schottky STPSCH12 - NEO-14-086_Report_72-2018_rev1,1.pdf\":\"/oss/physical/ESA/b1f522329a430cd6a79a98f59c372c70/D6-7 - TN6.07 - SEE Schottky STPSCH12 - NEO-14-086_Report_72-2018_rev1,1.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b1f522329a430cd6a79a98f59c372c70/data.xlsx\"}', '282,STPSC6H12,STmicroelectronics,Download,SEE (Single Events Effects),ESCC 25100,4 DIODES,5 RF/MICROWAVE SCHOTTKY (Si),Schottky Diode,SiC,Fraunhofer Institut,03/05/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('b1ffe17f078744e2a29fc52b29f9c95e', 'Crawler', '2024-11-13 00:34:31', null, '2025-04-08 11:34:41', null, 'ESCC 22900ESCC 25100', 'MT29F16G08ABABA', 'MT29F16G08ABABA', 'Single-Level-Cell NAND Flash Memory', '29 MEMORY OTHERS', 'MICRON', '01/03/2013', 'ESA', null, null, '{\"99.pdf\":\"/oss/physical/ESA/b1ffe17f078744e2a29fc52b29f9c95e/99.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b1ffe17f078744e2a29fc52b29f9c95e/data.xlsx\"}', '99,MT29F16G08ABABA,MICRON,Download,TID (Total Ionising Dose)SEE (Single Events Effects),ESCC 22900ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,Single-Level-Cell NAND Flash Memory,,University of Padova,01/03/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('b20306349ce4c9e1b2fb0a2a1eb0d31c', 'Crawler', '2024-11-13 12:59:16', 'yangsini', '2025-04-29 18:31:56', null, '其他电气和电子元器件', '高速脉冲宽度调制器', 'UC1825', 'Pulse Width Modulator', '0303A', 'Texas Instruments', '10/2005', 'NASA', '杨思妮', '6', '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/data.xlsx\",\"G05OCT_UC1825_TID.pdf\":\"/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/G05OCT_UC1825_TID.pdf\",\"电离总剂量效应_1745922714534.xlsx\":\"/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/电离总剂量效应_1745922714534.xlsx\"}', 'UC1825,Pulse Width Modulator,Texas Instruments,10/2005,G05OCT_UC1825_TID.pdf;nsrec06_W2.pdf,TID,Pulse Width Modulator', '30'); INSERT INTO `nasa_data_record` VALUES ('b22f0512edeafc1e11791e12208b8974', 'Crawler', '2024-11-13 10:35:34', null, '2025-04-08 11:34:41', null, 'CMOS', 'A3PE3000L-PQ208', 'A3PE3000L-PQ208', 'ProASIC FPGA', null, 'Mircosemi', '12/19/2013;5/4/2014', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b22f0512edeafc1e11791e12208b8974/data.xlsx\",\"NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf\":\"/oss/physical/NASA/b22f0512edeafc1e11791e12208b8974/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/b22f0512edeafc1e11791e12208b8974/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf\":\"/oss/physical/NASA/b22f0512edeafc1e11791e12208b8974/NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf\"}', 'A3PE3000L-PQ208,ProASIC FPGA,Mircosemi,12/19/2013;5/4/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27964/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf;https://nepp.nasa.gov/files/28030/NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('b2406bdd8b61ab95635238a7ea02f6a5', 'Crawler', '2024-11-13 02:15:58', null, '2025-04-08 11:34:41', null, 'ESCC 25100', 'L6982', 'L6982', 'Buck Converter', '59 LINEAR SWITCHES', 'STmicroelectronics', '21/02/2024', 'ESA', null, null, '{\"L6982 SEE Test Report.pdf\":\"/oss/physical/ESA/b2406bdd8b61ab95635238a7ea02f6a5/L6982 SEE Test Report.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b2406bdd8b61ab95635238a7ea02f6a5/data.xlsx\"}', '389,L6982,STmicroelectronics,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,59 LINEAR SWITCHES,Buck Converter,Silicon,ESA-ESTEC TEC-QEC,21/02/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('b297e5198d5a85e898fbedc3c917e482', 'Crawler', '2024-11-13 12:40:23', 'luozikang', '2025-04-29 18:39:52', null, 'BiCMOS', 'SN54LVT162244A', 'SN54LVT162244A', '16-Bit Buffers/Drivers', null, 'Texas Instruments', '6/18/2003;6/22/2004', 'NASA', '罗梓康', '1', '{\"data.xlsx\":\"/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/nsrec04_SEE.pdf\",\"T061803_SN54LVT162244A.pdf\":\"/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/T061803_SN54LVT162244A.pdf\",\"单粒子效应_1745923191191.xlsx\":\"/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/单粒子效应_1745923191191.xlsx\"}', 'SN54LVT162244A,16-Bit Buffers/Drivers,Texas Instruments,6/18/2003;6/22/2004,T061803_SN54LVT162244A.pdf;nsrec04_SEE.pdf,SEE,BiCMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('b2a914deb2f41fb1e6a7f264b3fef56d', 'Crawler', '2024-11-13 10:52:56', null, '2025-04-08 11:34:41', null, 'Si', 'BAT18,215', 'BAT18,215', 'Diode', null, 'NXP Semiconductor', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/b2a914deb2f41fb1e6a7f264b3fef56d/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b2a914deb2f41fb1e6a7f264b3fef56d/data.xlsx\"}', 'BAT18,215,Diode,NXP Semiconductor,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('b3112a14c17690b126388d5346cb67ff', 'Crawler', '2024-11-13 09:53:00', null, '2025-04-08 11:34:41', null, 'Linear', 'LT1021-10', 'LT1021-10', 'V. Ref.', null, null, '04/20/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b3112a14c17690b126388d5346cb67ff/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b3112a14c17690b126388d5346cb67ff/PPM-99-045.pdf\"}', '256,5-100,LT1021-10,V. Ref.,Linear,CASSINI/CIRS,9131,PPM-95-145,04/20/95', null); INSERT INTO `nasa_data_record` VALUES ('b33a3e0356d4e8e48281f7082e3795ff', 'Crawler', '2024-11-13 10:28:51', null, '2025-04-08 11:34:41', null, 'Optocoupler', '6N140', '6N140', 'Optocoupler', null, 'HP', '3/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/b33a3e0356d4e8e48281f7082e3795ff/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b33a3e0356d4e8e48281f7082e3795ff/data.xlsx\"}', '6N140,Optocoupler,HP,3/1997,nsrec00_W22.pdf,DD;SET,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('b36fa9d717564ac52ec727da46aa9485', 'Crawler', '2024-11-13 10:16:19', null, '2025-04-08 11:34:41', null, 'Bipolar', '2N3700JV', '2N3700JV', 'NPN Transistor', null, 'Semicoa', '8/14/2013; 2015; 2016 ELDRS testing completed', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/b36fa9d717564ac52ec727da46aa9485/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b36fa9d717564ac52ec727da46aa9485/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/b36fa9d717564ac52ec727da46aa9485/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/b36fa9d717564ac52ec727da46aa9485/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', '2N3700JV,NPN Transistor,Semicoa,8/14/2013; 2015; 2016 ELDRS testing completed,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('b370bd9a202d1f0413110cadba85ccd0', 'Crawler', '2024-11-13 11:11:37', null, '2025-04-08 11:34:41', null, 'Programmable Device', 'HS58C1001', 'HS58C1001', '1 Mbit EEPROM', null, 'Hitachi', '11/9/1994;1/24/1995;7/17/1995;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/b370bd9a202d1f0413110cadba85ccd0/random6a.pdf\",\"b012495.pdf\":\"/oss/physical/NASA/b370bd9a202d1f0413110cadba85ccd0/b012495.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/b370bd9a202d1f0413110cadba85ccd0/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b370bd9a202d1f0413110cadba85ccd0/data.xlsx\",\"b110994.pdf\":\"/oss/physical/NASA/b370bd9a202d1f0413110cadba85ccd0/b110994.pdf\"}', 'HS58C1001,1 Mbit EEPROM,Hitachi,11/9/1994;1/24/1995;7/17/1995;7/15/1996,b110994.pdf;b012495.pdf;ieee95a.pdf;random6a.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('b38a5b4777c9cf9a724587a39e91c3f0', 'Crawler', '2024-11-13 11:27:07', null, '2025-04-08 11:34:41', null, 'Comparator', 'LM160', 'LM160', 'Voltage Comparator', null, 'National Semiconductor', '4/15/1991', 'NASA', null, null, '{\"PPM-91-268.pdf\":\"/oss/physical/NASA/b38a5b4777c9cf9a724587a39e91c3f0/PPM-91-268.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b38a5b4777c9cf9a724587a39e91c3f0/data.xlsx\"}', 'LM160,Voltage Comparator,National Semiconductor,4/15/1991,tid/PPM-91-268.pdf,TID,Comparator', null); INSERT INTO `nasa_data_record` VALUES ('b39a0a445f1d6c875f3961b314c24bbf', 'Crawler', '2024-11-13 12:24:54', 'wangjiaxing', '2025-04-30 21:30:25', null, 'Optocoupler', 'QCPL5729', 'QCPL5729', 'Optocoupler', '未找到', 'HP', '9/1998', 'NASA', '王嘉兴', '1', '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/b39a0a445f1d6c875f3961b314c24bbf/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b39a0a445f1d6c875f3961b314c24bbf/data.xlsx\",\"单粒子效应(4)_1746019823771.xlsx\":\"/oss/physical/NASA/b39a0a445f1d6c875f3961b314c24bbf/单粒子效应(4)_1746019823771.xlsx\"}', 'QCPL5729,Optocoupler,HP,9/1998,nsrec00_W22.pdf,DD,Optocoupler', '1'); INSERT INTO `nasa_data_record` VALUES ('b3b126acab2ce8e5932366b3df23e27f', 'Crawler', '2024-11-13 12:58:24', 'yangsini', '2025-04-30 11:23:54', null, '其他电气和电子元器件', 'UC1706 (5962-89611012A)脉冲宽度调制器', 'UC1706', '脉冲宽度调制器', '9533', 'Unitrode', '12/8/1998', 'NASA', '杨思妮', '6', '{\"PPM-97-055.pdf\":\"/oss/physical/NASA/b3b126acab2ce8e5932366b3df23e27f/PPM-97-055.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b3b126acab2ce8e5932366b3df23e27f/data.xlsx\",\"电离总剂量效应_1745983430702.xlsx\":\"/oss/physical/NASA/b3b126acab2ce8e5932366b3df23e27f/电离总剂量效应_1745983430702.xlsx\"}', 'UC1706,PWM,Unitrode,12/8/1998,tid/PPM-97-055.pdf,TID,PWM', '54'); INSERT INTO `nasa_data_record` VALUES ('b3efcfb0ff2bd5b979101239621a6149', 'Crawler', '2024-11-13 13:08:02', 'wangbin', '2025-04-17 18:55:13', null, '数字集成电路', 'W48C20', 'W48C20', 'PEM Clock', 'xx', 'Samtec', '7/14/1997', 'NASA', '王斌', '1', '{\"PPM-97-026.pdf\":\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/PPM-97-026.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/data.xlsx\",\"电离总剂量效应W48C20_1744887311456.xlsx\":\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/电离总剂量效应W48C20_1744887311456.xlsx\"}', 'W48C20,PEM Clock,Samtec,7/14/1997,tid/PPM-97-026.pdf,TID,PEM Clock', '4'); INSERT INTO `nasa_data_record` VALUES ('b43b28b438ba171bb9d16d4ea191cee2', 'Crawler', '2024-11-13 10:24:27', null, '2025-04-08 11:34:41', null, 'Flip Flop', '54ACT374LMQB', '54ACT374LMQB', 'Octal Flip Flop', null, 'National Semiconductor', '1/10/1992', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b43b28b438ba171bb9d16d4ea191cee2/data.xlsx\",\"PPM-92-003.pdf\":\"/oss/physical/NASA/b43b28b438ba171bb9d16d4ea191cee2/PPM-92-003.pdf\"}', '54ACT374LMQB,Octal Flip Flop,National Semiconductor,1/10/1992,tid/PPM-92-003.pdf,TID,Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('b46f9079309ecbac53a5ea3ffc523656', 'Crawler', '2024-11-13 09:52:01', null, '2025-04-08 11:34:41', null, 'unknown', 'FST180', 'FST180', 'NPN transistor', null, null, '05/17/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b46f9079309ecbac53a5ea3ffc523656/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b46f9079309ecbac53a5ea3ffc523656/PPM-99-045.pdf\"}', '293,50-100,FST180,NPN transistor,unknown,NASDA,Lot #9402C101-5,PPM-96-006,05/17/96', null); INSERT INTO `nasa_data_record` VALUES ('b476df45acd20ec2759543656c94d97c', 'Crawler', '2024-11-13 11:40:33', null, '2025-04-08 11:34:41', null, 'DC/DC Regulator', 'MAX724ECK', 'MAX724ECK', 'DC/DC Regulator', null, 'Maxim', '11/2004', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/b476df45acd20ec2759543656c94d97c/nsrec05_W23.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b476df45acd20ec2759543656c94d97c/data.xlsx\",\"G04NOV_MAX724ECK_TID.pdf\":\"/oss/physical/NASA/b476df45acd20ec2759543656c94d97c/G04NOV_MAX724ECK_TID.pdf\"}', 'MAX724ECK,DC/DC Regulator,Maxim,11/2004,G04NOV_MAX724ECK_TID.pdf;nsrec05_W23.pdf,TID,DC/DC Regulator', null); INSERT INTO `nasa_data_record` VALUES ('b47cabd506836cda4b5ee088b0147949', 'Crawler', '2024-11-13 11:05:13', null, '2025-04-08 11:34:41', null, 'SiC', 'GB20SLT12', 'GB20SLT12', 'Schottky Diode', null, 'GeneSiC', '6/15/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/b47cabd506836cda4b5ee088b0147949/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"13-032_T20130615_GeneSiC_GB20SLT12.pdf\":\"/oss/physical/NASA/b47cabd506836cda4b5ee088b0147949/13-032_T20130615_GeneSiC_GB20SLT12.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b47cabd506836cda4b5ee088b0147949/data.xlsx\"}', 'GB20SLT12,Schottky Diode,GeneSiC,6/15/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;13-032_T20130615_GeneSiC_GB20SLT12.pdf,SEE,SiC', null); INSERT INTO `nasa_data_record` VALUES ('b495181e5b31b921289280eee7638b9f', 'Crawler', '2024-11-13 11:03:22', null, '2025-04-08 11:34:41', null, 'Si', 'FST30100', 'FST30100', 'Diode', null, 'Microsemi', '8/18/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/b495181e5b31b921289280eee7638b9f/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b495181e5b31b921289280eee7638b9f/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/b495181e5b31b921289280eee7638b9f/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'FST30100,Diode,Microsemi,8/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('b49a63245990759527629f908bf442e8', 'Crawler', '2024-11-13 09:49:55', null, '2025-04-08 11:34:41', null, 'Analog Devices', 'AD571', 'AD571', '10 Bit A/D Converter', null, null, '9/10/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b49a63245990759527629f908bf442e8/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b49a63245990759527629f908bf442e8/PPM-99-045.pdf\"}', '378,20-200,AD571,10 Bit A/D Converter,Analog Devices,GOES,9746,PPM-98-024,9/10/98', null); INSERT INTO `nasa_data_record` VALUES ('b4af6bab8cdeca29d94f9b34f9cd373f', 'Crawler', '2024-11-13 09:50:38', null, '2025-04-08 11:34:41', null, 'National', '54ABT245', '54ABT245', 'Transceiver', null, null, '12/02/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b4af6bab8cdeca29d94f9b34f9cd373f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b4af6bab8cdeca29d94f9b34f9cd373f/PPM-99-045.pdf\"}', '348,5-100,54ABT245,Transceiver,National,IRAC,9637,PPM-97-052,12/02/97', null); INSERT INTO `nasa_data_record` VALUES ('b4b031bf912ffb5c40f22e06e19afe5f', 'Crawler', '2024-11-13 13:01:10', 'rentongfei', '2025-04-18 12:12:37', null, '电源变换器', 'Unknown - HV-Unidig Driver', 'Unknown - HV-Unidig Driver', 'HV-Unidig Driver', 'unknown', 'Greenspring', '6/1/1998', 'NASA', '任童菲', '1', '{\"单粒子效应unding-driver_1744900242546.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744900242546.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\"}', 'Unknown - HV-Unidig Driver,HV-Unidig Driver,Greenspring,6/1/1998,NSREC99.pdf,SEE,Board', '1'); INSERT INTO `nasa_data_record` VALUES ('b4cdee83be5024a44166abc7197ceaa3', 'Crawler', '2024-11-13 10:54:54', null, '2025-04-08 11:34:41', null, 'NPN Array', 'CA3127F', 'CA3127F', 'NPN Array', null, 'Harris', '6/14/1991', 'NASA', null, null, '{\"PPM-91-406.pdf\":\"/oss/physical/NASA/b4cdee83be5024a44166abc7197ceaa3/PPM-91-406.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b4cdee83be5024a44166abc7197ceaa3/data.xlsx\"}', 'CA3127F,NPN Array,Harris,6/14/1991,tid/PPM-91-406.pdf,TID,NPN Array', null); INSERT INTO `nasa_data_record` VALUES ('b4d59670aebfd4fb4a9f360db7e56b4e', 'Crawler', '2024-11-13 11:57:20', 'dushuaibin', '2025-04-29 21:26:19', null, '晶体管', 'CMOS', 'MU-PA250B', 'Flash', 'XX', 'Samsung', '2018.05.01', 'NASA', '杜帅彬', '1', '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/b4d59670aebfd4fb4a9f360db7e56b4e/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/b4d59670aebfd4fb4a9f360db7e56b4e/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b4d59670aebfd4fb4a9f360db7e56b4e/data.xlsx\",\"单粒子效应_1745933177479.xlsx\":\"/oss/physical/NASA/b4d59670aebfd4fb4a9f360db7e56b4e/单粒子效应_1745933177479.xlsx\"}', 'MU-PA250B,Flash,Samsung,5/1/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdfCP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('b4f66d624db53117ee59e95f316ac2af', 'Crawler', '2024-11-13 12:52:47', 'lixuyou', '2025-04-30 17:29:06', null, 'Communication Devices', 'TLK2711', 'TLK2711', 'Transceiver', '0545', 'Texas Instruments', '9/21/2006', 'NASA', '李序友', '1', '{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/b4f66d624db53117ee59e95f316ac2af/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b4f66d624db53117ee59e95f316ac2af/data.xlsx\",\"L092106_TLK2711.pdf\":\"/oss/physical/NASA/b4f66d624db53117ee59e95f316ac2af/L092106_TLK2711.pdf\"}', 'TLK2711,Transceiver,Texas Instruments,9/21/2006,L092106_TLK2711.pdf;nsrec07_W27_SEE.pdf,SEE,Communication Devices', '40'); INSERT INTO `nasa_data_record` VALUES ('b505dde0b1c7e6aef9a339c733708051', 'Crawler', '2024-11-13 09:57:38', null, '2025-04-08 11:34:41', null, 'NSC', '54AC109', '54AC109', 'JK Flip-Flop', null, null, '07/08/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b505dde0b1c7e6aef9a339c733708051/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b505dde0b1c7e6aef9a339c733708051/PPM-99-045.pdf\"}', '59,10-285,54AC109,JK Flip-Flop,NSC,SMEX/CB,9036A,PPM-91-437,07/08/91', null); INSERT INTO `nasa_data_record` VALUES ('b50b6fd4c4943db047b8fc49359e1601', 'Crawler', '2024-11-13 02:17:30', null, '2025-04-08 11:34:41', null, '', 'Xilinx Zynq-7000 AP SoC XC7Z045-2FFG900', 'Xilinx Zynq-7000 AP SoC XC7Z045-2FFG900', 'FPGA', '30 PROGRAMMABLE LOGIC', 'Xilinx', '10/01/2022', 'ESA', null, null, '{\"378.pdf\":\"/oss/physical/ESA/b50b6fd4c4943db047b8fc49359e1601/378.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b50b6fd4c4943db047b8fc49359e1601/data.xlsx\"}', '378,Xilinx Zynq-7000 AP SoC XC7Z045-2FFG900,Xilinx,Download,SEE (Single Events Effects),,8 MICROCIRCUITS,30 PROGRAMMABLE LOGIC,FPGA,,University of Piraeus/Embedded System Lab,10/01/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('b51e2ac29cc10f7d8db369c54002c98e', 'Crawler', '2024-11-13 00:48:25', null, '2025-04-08 11:34:41', null, 'Not specified', 'R1RW0416DSB', 'R1RW0416DSB', '4M High Speed SRAM', '20 MEMORY SRAM', 'Renesas', '15/07/2015', 'ESA', null, null, '{\"168.pdf\":\"/oss/physical/ESA/b51e2ac29cc10f7d8db369c54002c98e/168.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b51e2ac29cc10f7d8db369c54002c98e/data.xlsx\"}', '168,R1RW0416DSB,Renesas,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,20 MEMORY SRAM,4M High Speed SRAM,,TRAD,15/07/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('b5453495f01feca19afddd06e942249f', 'Crawler', '2024-11-13 11:08:54', null, '2025-04-08 11:34:41', null, 'RAM (Random Access Memory)', 'HM5117400RR7', 'HM5117400RR7', '4Mx4 DRAM', null, 'Hitachi', '5/24/1994;7/17/1995;9/11/1997', 'NASA', null, null, '{\"DRAM296.pdf\":\"/oss/physical/NASA/b5453495f01feca19afddd06e942249f/DRAM296.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/b5453495f01feca19afddd06e942249f/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b5453495f01feca19afddd06e942249f/data.xlsx\",\"d052494.pdf\":\"/oss/physical/NASA/b5453495f01feca19afddd06e942249f/d052494.pdf\"}', 'HM5117400RR7,4Mx4 DRAM,Hitachi,5/24/1994;7/17/1995;9/11/1997,d052494.pdf;ieee95a.pdf;DRAM296.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('b557a6f491f5c6ddff560f9bc685b89c', 'Crawler', '2024-11-13 10:57:34', null, '2025-04-08 11:34:41', null, 'Analog Device', 'CS5012A', 'CS5012A', '12 bit ADC', null, 'Crystal Semiconductor', '6/12/1996;6/25/1996;7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/b557a6f491f5c6ddff560f9bc685b89c/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b557a6f491f5c6ddff560f9bc685b89c/data.xlsx\",\"b061296c.pdf\":\"/oss/physical/NASA/b557a6f491f5c6ddff560f9bc685b89c/b061296c.pdf\"}', 'CS5012A,12 bit ADC,Crystal Semiconductor,6/12/1996;6/25/1996;7/21/1997,b061296c.pdf;Random97a.pdf,SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('b573e9f37a48f4af9bccd007f13863ad', 'Crawler', '2024-11-13 09:54:42', null, '2025-04-08 11:34:41', null, 'Siliconix', 'DG307A', 'DG307A', 'SPDT Switch', null, null, '03/23/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b573e9f37a48f4af9bccd007f13863ad/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b573e9f37a48f4af9bccd007f13863ad/PPM-99-045.pdf\"}', '182,2.5-30,DG307A,SPDT Switch,Siliconix,ISTP/WAVES,9224A,PPM-93-045,03/23/93', null); INSERT INTO `nasa_data_record` VALUES ('b574152b4a5b75e292c4c940e61b759d', 'Crawler', '2024-11-13 12:06:11', 'luoyongheng', '2025-04-29 12:22:59', null, '数字集成电路', 'P80C3224', 'P80C3224', 'Microcontroller, 80C32', null, 'Intel', '2/2004', 'NASA', '罗永恒', '1', '{\"nsrec05_W5.pdf\":\"/oss/physical/NASA/b574152b4a5b75e292c4c940e61b759d/nsrec05_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b574152b4a5b75e292c4c940e61b759d/data.xlsx\"}', 'P80C3224,Microcontroller, 80C32,Intel,2/2004,tns05_Howard.pdf;nsrec05_W5.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('b5a30fd17eb317fb15a38619ec273476', 'Crawler', '2024-11-13 09:54:46', null, '2025-04-08 11:34:41', null, 'ADI', 'REF 05 AJ/883 C', 'REF 05 AJ/883 C', 'Regulator', null, null, '02/23/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b5a30fd17eb317fb15a38619ec273476/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b5a30fd17eb317fb15a38619ec273476/PPM-99-045.pdf\"}', '179,5-100,REF 05 AJ/883 C,Regulator,ADI,FAST/MUE,9119A,PPM-93-035,02/23/93', null); INSERT INTO `nasa_data_record` VALUES ('b5dd8eb650048d5ad397ab0b3da603fc', 'Crawler', '2024-11-13 02:17:08', null, '2025-04-08 11:34:41', null, 'ESCC 22900ESCC 25100Protons', 'Ethernet PHY transceiver', 'Ethernet PHY transceiver', 'Ethernet PHY Transceiver', '1 ALL', 'Marvell, Vitesse, Lantiq', '22/12/2016', 'ESA', null, null, '{\"381.pdf\":\"/oss/physical/ESA/b5dd8eb650048d5ad397ab0b3da603fc/381.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b5dd8eb650048d5ad397ab0b3da603fc/data.xlsx\"}', '381,Ethernet PHY transceiver,Marvell, Vitesse, Lantiq,Download,DD (Displacement Damage)SEE (Single Events Effects)TID (Total Ionising Dose),ESCC 22900ESCC 25100Protons,99 MISCELLANEOUS PARTS,1 ALL,Ethernet PHY Transceiver,,Airbus Defense and Space,22/12/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('b5e3ed28ba1f9c75bb1d5a3892569c31', 'Crawler', '2024-11-13 13:01:33', 'likunfang', '2025-04-15 22:28:42', null, 'Memory Devices', '90nm CMOS Nonvolatile Memory', 'unavailable', 'Phase Change Memory (PCM)', 'unavailable', 'unavailable', '2009.08,2009.12', 'NASA', '李坤芳', '4', '{\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/b5e3ed28ba1f9c75bb1d5a3892569c31/nsrec2010_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b5e3ed28ba1f9c75bb1d5a3892569c31/data.xlsx\",\"单粒子效应_1744727319662.xlsx\":\"/oss/physical/NASA/b5e3ed28ba1f9c75bb1d5a3892569c31/单粒子效应_1744727319662.xlsx\"}', 'Unknown - PCM,Phase Change Memory (PCM),Manufacturer unavailable,TAMU09AUG;TAMU09DEC,nsrec2010_W8_SEE.pdf,SEE,90nm CMOS Non-volatile Memory', '4'); INSERT INTO `nasa_data_record` VALUES ('b6138a9f5aadc23366f648c05eb0a12e', 'Crawler', '2024-11-13 00:40:56', null, '2025-04-08 11:34:41', null, 'Not specified', 'SHAMROC Phase 1 ADC', 'SHAMROC Phase 1 ADC', 'SEIS High-Accuracy Mixed-signal ReadOut Chip', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'SRON', '23/04/2019', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/b6138a9f5aadc23366f648c05eb0a12e/data.xlsx\",\"132.pdf\":\"/oss/physical/ESA/b6138a9f5aadc23366f648c05eb0a12e/132.pdf\"}', '132,SHAMROC Phase 1 ADC,SRON,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,SEIS High-Accuracy Mixed-signal ReadOut Chip,,SRON,23/04/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('b63a2100430f5e8385473c05364314a2', 'Crawler', '2024-11-13 11:55:35', 'dushuaibin', '2025-04-30 12:53:13', null, '晶体管', 'CMOS', 'MT29F4G08ABADAWP-IT:D', 'Flash Memory', '1644 (17-012 or 17-040);1406; (16-034)', 'Micron', '2017.03.22; 2017.05.13-2017.05.23(TID)', 'NASA', '杜帅彬', '2', '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/b63a2100430f5e8385473c05364314a2/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b63a2100430f5e8385473c05364314a2/data.xlsx\",\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/b63a2100430f5e8385473c05364314a2/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"单粒子效应_1745988791350.xlsx\":\"/oss/physical/NASA/b63a2100430f5e8385473c05364314a2/单粒子效应_1745988791350.xlsx\",\"电离总剂量效应_1745988791361.xlsx\":\"/oss/physical/NASA/b63a2100430f5e8385473c05364314a2/电离总剂量效应_1745988791361.xlsx\"}', 'MT29F4G08ABADAWP-IT:D,Flash Memory,Micron,3/22/2017; 5/13/2017-to-5/23/2017(TID),CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEU; SEFI; SEL; TID,CMOS', '13'); INSERT INTO `nasa_data_record` VALUES ('b6860052a31364b5d77c6db8dc4fe4db', 'Crawler', '2024-11-13 02:15:49', null, '2025-04-08 11:34:41', null, 'ESCC 25100', 'LMR38020', 'LMR38020', 'Buck Converter', '59 LINEAR SWITCHES', 'Texas Instruments', '21/02/2024', 'ESA', null, null, '{\"LMR38020 SEE Test Report.pdf\":\"/oss/physical/ESA/b6860052a31364b5d77c6db8dc4fe4db/LMR38020 SEE Test Report.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b6860052a31364b5d77c6db8dc4fe4db/data.xlsx\"}', '390,LMR38020,Texas Instruments,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,59 LINEAR SWITCHES,Buck Converter,Silicon,ESA-ESTEC TEC-QEC,21/02/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('b69083c4f53bed94614a2fb756f3a2af', 'Crawler', '2024-11-13 09:58:18', null, '2025-04-08 11:34:41', null, 'Linear', 'LM108A', 'LM108A', 'OPAMP', null, null, '06/10/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b69083c4f53bed94614a2fb756f3a2af/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b69083c4f53bed94614a2fb756f3a2af/PPM-99-045.pdf\"}', '44,25-200,LM108A,OPAMP,Linear,ISTP/NC,9013,PPM-91-392,06/10/91', null); INSERT INTO `nasa_data_record` VALUES ('b6a253357c45b4a69bae8817cb616524', 'Crawler', '2024-11-13 12:03:53', 'xuebinrui', '2025-04-29 13:27:12', null, '模拟集成电路', 'OP400', 'OP400', 'Operational Amplifier', null, 'PMI', '7/20/1998', 'NASA', '薛彬睿', '1', '{\"NSREC98.pdf\":\"/oss/physical/NASA/b6a253357c45b4a69bae8817cb616524/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b6a253357c45b4a69bae8817cb616524/data.xlsx\",\"单粒子效应-(3)_1745904371194.xlsx\":\"/oss/physical/NASA/b6a253357c45b4a69bae8817cb616524/单粒子效应-(3)_1745904371194.xlsx\"}', 'OP400,Operational Amplifier,PMI,7/20/1998,NSREC98.pdf,SEE,Analog Devices', '1'); INSERT INTO `nasa_data_record` VALUES ('b6a8afec1e1d991cada2b9f7593b890e', 'Crawler', '2024-11-13 12:28:30', 'liujunling', '2025-04-30 21:58:16', null, '模拟集成电路', 'RH1499', 'RH1499', 'Operational Amplifier', '0220', 'Linear Technology', '6/18/2006', 'NASA', '刘俊灵', '1', '{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/data.xlsx\",\"L061806_RH1499.pdf\":\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/L061806_RH1499.pdf\",\"单粒子效应_1746021492236.xlsx\":\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/单粒子效应_1746021492236.xlsx\"}', 'RH1499,Operational Amplifier,Linear Technology,6/18/2006,L061806_RH1499.pdf;nsrec07_W27_SEE.pdf,SEE,Bipolar Linear Device', '1'); INSERT INTO `nasa_data_record` VALUES ('b6d4247df07906dfc37dd84ada334265', 'Crawler', '2024-11-13 12:55:47', 'yangsini', '2025-04-30 19:28:30', null, '其他光纤元器件', 'TTC-155M2光纤收发器', 'TTC-155M2', 'Transceiver', 'xx', 'Lasermate', '_1999', 'NASA', '杨思妮', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/data.xlsx\",\"nsrec01_W20.pdf\":\"/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/nsrec01_W20.pdf\",\"单粒子效应_1746012508280.xlsx\":\"/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/单粒子效应_1746012508280.xlsx\"}', 'TTC-155M2,Transceiver,Lasermate,_1999,nsrec00_W21.pdf;nsrec01_W20.pdf,SEE,Fiber Optic Link', '1'); INSERT INTO `nasa_data_record` VALUES ('b6ed56d6cfadf5e39a08743d627262b8', 'Crawler', '2024-11-13 09:59:04', null, '2025-04-08 11:34:41', null, 'PMI', 'PM-1012AZ/883', 'PM-1012AZ/883', 'OPAMP', null, null, '02/20/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b6ed56d6cfadf5e39a08743d627262b8/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b6ed56d6cfadf5e39a08743d627262b8/PPM-99-045.pdf\"}', '11,5-300,PM-1012AZ/883,OPAMP,PMI,SMEX/CB,9029,PPM-91-120,02/20/91', null); INSERT INTO `nasa_data_record` VALUES ('b701cf451504b2311ced01f4a9029422', 'Crawler', '2024-11-13 12:39:37', 'changyuhai', '2025-05-03 22:05:23', null, 'Linear Device', 'SMP11', 'SMP11', 'Op-amp', '9435', 'PMI', '7/29/1994;7/17/1995;7/3/1995', 'NASA', '常余海', '18', '{\"PPM-95-163.pdf\":\"/oss/physical/NASA/b701cf451504b2311ced01f4a9029422/PPM-95-163.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/b701cf451504b2311ced01f4a9029422/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b701cf451504b2311ced01f4a9029422/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/b701cf451504b2311ced01f4a9029422/b072994.pdf\",\"单粒子效应_1746280715748.xlsx\":\"/oss/physical/NASA/b701cf451504b2311ced01f4a9029422/单粒子效应_1746280715748.xlsx\",\"电离总剂量效应_1746281018433.xlsx\":\"/oss/physical/NASA/b701cf451504b2311ced01f4a9029422/电离总剂量效应_1746281018433.xlsx\"}', 'SMP11,Op-amp,PMI,7/29/1994;7/17/1995;7/3/1995,tid/PPM-95-163.pdf;b072994.pdf;ieee95a.pdf,TID;SEE,Linear Device', '18'); INSERT INTO `nasa_data_record` VALUES ('b708dd89e2c5f8a6ed47359ebfdae610', 'Crawler', '2024-11-13 10:23:08', null, '2025-04-08 11:34:41', null, 'Counter', '54AC191', '54AC191', '4 bit up/down counter', null, 'National Semiconductor', '10/15/1991', 'NASA', null, null, '{\"PPM-91-614.pdf\":\"/oss/physical/NASA/b708dd89e2c5f8a6ed47359ebfdae610/PPM-91-614.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b708dd89e2c5f8a6ed47359ebfdae610/data.xlsx\"}', '54AC191,4 bit up/down counter,National Semiconductor,10/15/1991,tid/PPM-91-614.pdf,TID,Counter', null); INSERT INTO `nasa_data_record` VALUES ('b71f9a329bb14c31bd5500d51ee359fd', 'Crawler', '2024-11-13 09:56:33', null, '2025-04-08 11:34:41', null, 'New England Semi.', 'JTXV2N3868', 'JTXV2N3868', 'PNP XSTR', null, null, '12/26/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b71f9a329bb14c31bd5500d51ee359fd/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b71f9a329bb14c31bd5500d51ee359fd/PPM-99-045.pdf\"}', '101,10-300,JTXV2N3868,PNP XSTR,New England Semi.,SMEX/CB,9030A,PPM-91-759,12/26/91', null); INSERT INTO `nasa_data_record` VALUES ('b728135c1dc687adbf26e1c9364865b6', 'Crawler', '2024-11-13 11:46:47', null, '2025-04-08 11:34:41', null, 'RAM (Random Access Memory)', 'MCM517400J60', 'MCM517400J60', '4Mx4 DRAM', null, 'Motorola', '5/24/1994;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/b728135c1dc687adbf26e1c9364865b6/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b728135c1dc687adbf26e1c9364865b6/data.xlsx\",\"d052494.pdf\":\"/oss/physical/NASA/b728135c1dc687adbf26e1c9364865b6/d052494.pdf\"}', 'MCM517400J60,4Mx4 DRAM,Motorola,5/24/1994;7/17/1995,d052494.pdf;ieee95a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('b7314732fe51a83d10a16854def8eb9f', 'Crawler', '2024-11-13 09:49:23', null, '2025-04-08 11:34:41', null, 'Linear Tech.', 'LF198', 'LF198', 'Samp. & Hold Amp.', null, null, '11/17/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b7314732fe51a83d10a16854def8eb9f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b7314732fe51a83d10a16854def8eb9f/PPM-99-045.pdf\"}', '395,20-200,LF198,Samp. & Hold Amp.,Linear Tech.,GOES,9129,PPM-99-009,11/17/98', null); INSERT INTO `nasa_data_record` VALUES ('b73bc49335bf07de276923dc6c1bc25e', 'Crawler', '2024-11-13 12:41:02', 'luozikang', '2025-04-29 18:23:23', null, 'Logic', 'SNJ54ABT245AJ', 'SNJ54ABT245AJ', 'BiCMOS Logic Driver', null, 'Texas Instruments', '7/20/1998', 'NASA', '罗梓康', '1', '{\"NSREC98.pdf\":\"/oss/physical/NASA/b73bc49335bf07de276923dc6c1bc25e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b73bc49335bf07de276923dc6c1bc25e/data.xlsx\",\"单粒子效应_1745922199434.xlsx\":\"/oss/physical/NASA/b73bc49335bf07de276923dc6c1bc25e/单粒子效应_1745922199434.xlsx\"}', 'SNJ54ABT245AJ,BiCMOS Logic Driver,Texas Instruments,7/20/1998,NSREC98.pdf,SEE,Logic', '1'); INSERT INTO `nasa_data_record` VALUES ('b7401e36535d3e1d16113a9f286be6f9', 'Crawler', '2024-11-13 10:56:51', null, '2025-04-08 11:34:41', null, 'Board', 'CPCI-3603', 'CPCI-3603', 'CPCI PowerPC Processor', null, 'Force', '5/1/1998', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/b7401e36535d3e1d16113a9f286be6f9/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b7401e36535d3e1d16113a9f286be6f9/data.xlsx\"}', 'CPCI-3603,CPCI PowerPC Processor,Force,5/1/1998,NSREC99.pdf,SEE,Board', null); INSERT INTO `nasa_data_record` VALUES ('b741d778399402f4b13273e8834db98f', 'Crawler', '2024-11-13 09:54:10', null, '2025-04-08 11:34:41', null, 'ADI', 'AD7672', 'AD7672', 'A-D Converter', null, null, '01/31/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b741d778399402f4b13273e8834db98f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b741d778399402f4b13273e8834db98f/PPM-99-045.pdf\"}', '206,2-50,AD7672,A-D Converter,ADI,ISTP/SOHO,C9132,PPM-94-004,01/31/94', null); INSERT INTO `nasa_data_record` VALUES ('b748c3d50bad0baa2a26406973bf384e', 'Crawler', '2024-11-13 12:05:54', 'xieyongzhi', '2025-05-03 19:05:55', null, '数字集成电路', 'OW628128CD', 'OW628128CD', '128kx8 RAM', null, 'Hitachi', '6/16/1993', 'NASA', '罗永恒', '2', '{\"data_ow_1745912622787.xlsx\":\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/data_ow_1745912622787.xlsx\",\"PPM-93-063.pdf\":\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/PPM-93-063.pdf\"}', 'OW628128CD,128kx8 RAM,Hitachi,6/16/1993,tid/PPM-93-063.pdf,TID,Memory', '88'); INSERT INTO `nasa_data_record` VALUES ('b76bb560243b571bcf6aa16cbacd33d9', 'Crawler', '2024-11-13 09:58:28', null, '2025-04-08 11:34:41', null, 'TI', 'ADC0808MJB', 'ADC0808MJB', '8 bit ADC', null, null, '06/03/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b76bb560243b571bcf6aa16cbacd33d9/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b76bb560243b571bcf6aa16cbacd33d9/PPM-99-045.pdf\"}', '37,2.5-50,ADC0808MJB,8 bit ADC,TI,ISTP/NC,9033,PPM-91-330,06/03/91', null); INSERT INTO `nasa_data_record` VALUES ('b7845d6886007727c96363c2b17c1d67', 'Crawler', '2024-11-13 09:58:24', null, '2025-04-08 11:34:41', null, 'Q-Tech. Corp', 'MCM1609-21.86kHz', 'MCM1609-21.86kHz', 'Crystal Osc.', null, null, '06/04/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b7845d6886007727c96363c2b17c1d67/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b7845d6886007727c96363c2b17c1d67/PPM-99-045.pdf\"}', '40,2.5-100,MCM1609-21.86kHz,Crystal Osc.,Q-Tech. Corp,ISTP/NC,9107,PPM-91-382,06/04/91', null); INSERT INTO `nasa_data_record` VALUES ('b7a8c09a02ba2a3cb447daae3a169f2e', 'Crawler', '2024-11-13 10:43:59', null, '2025-04-08 11:34:41', null, 'Bipolar', 'AD8038', 'AD8038', 'XFCB Op Amp', null, 'Analog Devices', '4/11/2015', 'NASA', null, null, '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/b7a8c09a02ba2a3cb447daae3a169f2e/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b7a8c09a02ba2a3cb447daae3a169f2e/data.xlsx\"}', 'AD8038,XFCB Op Amp,Analog Devices,4/11/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEB;SEDR,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('b7be21f20de7e943b6574d9e62390df8', 'Crawler', '2024-11-13 12:44:58', 'chenpan', '2025-04-30 21:45:05', null, 'D-Flip Flop', 'SY100EL31ZC', 'SY100EL31ZC', 'D-Flip Flop', '9822A', 'Synergy', '1999', 'NASA', '陈攀', '0', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/data.xlsx\",\"SY100EL31ZC_TID_1746020702528.xlsx\":\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/SY100EL31ZC_TID_1746020702528.xlsx\"}', 'SY100EL31ZC,D-Flip Flop,Synergy,_1999,nsrec00_W21.pdf,TID,D-Flip Flop', '0'); INSERT INTO `nasa_data_record` VALUES ('b7cd88dc6eddcaf73be5f38251f232a3', 'Crawler', '2024-11-13 11:48:15', null, '2025-04-08 11:34:41', null, 'Microprocessors and Peripherals', 'MG80387-20/B', 'MG80387-20/B', 'Math Coprocessor', null, 'Intel', '1/24/1995;7/17/1995;9/18/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/b7cd88dc6eddcaf73be5f38251f232a3/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b7cd88dc6eddcaf73be5f38251f232a3/data.xlsx\",\"intel.pdf\":\"/oss/physical/NASA/b7cd88dc6eddcaf73be5f38251f232a3/intel.pdf\"}', 'MG80387-20/B,Math Coprocessor,Intel,1/24/1995;7/17/1995;9/18/1995,ieee95a.pdf;intel.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('b7d74ee9a5171dc1dc6c73d495d99ca8', 'Crawler', '2024-11-13 11:33:15', null, '2025-04-08 11:34:41', null, 'Operational Amplifier', 'LTZ1000A', 'LTZ1000A', 'Precision Vref and Operational Amplifier', null, 'Linear Technology', '_2005', 'NASA', null, null, '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/b7d74ee9a5171dc1dc6c73d495d99ca8/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b7d74ee9a5171dc1dc6c73d495d99ca8/data.xlsx\"}', 'LTZ1000A,Precision Vref and Operational Amplifier,Linear Technology,_2005,nsrec06_W2.pdf,TID;DD,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('b7e1cd496af10b7f38478b727f7971c8', 'Crawler', '2024-11-13 10:22:06', null, '2025-04-08 11:34:41', null, 'Transceiver', '54ABT245 Transceiver', '54ABT245 Transceiver', 'Transceiver', null, 'Phillips', '12/2/1997', 'NASA', null, null, '{\"PPM-97-054.pdf\":\"/oss/physical/NASA/b7e1cd496af10b7f38478b727f7971c8/PPM-97-054.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b7e1cd496af10b7f38478b727f7971c8/data.xlsx\"}', '54ABT245 Transceiver,Transceiver,Phillips,12/2/1997,tid/PPM-97-054.pdf,TID,Transceiver', null); INSERT INTO `nasa_data_record` VALUES ('b807cdd418a1208d9b2406268688198c', 'Crawler', '2024-11-13 10:49:00', null, '2025-04-08 11:34:41', null, 'Hybrid', 'AFL12028', 'AFL12028', 'DC-DC converter', null, 'International Rectifier', 'TAMU08JUN', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b807cdd418a1208d9b2406268688198c/data.xlsx\",\"T061808_AFL12028.pdf\":\"/oss/physical/NASA/b807cdd418a1208d9b2406268688198c/T061808_AFL12028.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/b807cdd418a1208d9b2406268688198c/nsrec09_W12_SEE.pdf\"}', 'AFL12028,DC-DC converter,International Rectifier,TAMU08JUN,T061808_AFL12028.pdf;nsrec09_W12_SEE.pdf,SEE;SEL;SET,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('b81707a4cb6a6abff4a7aae6076e5138', 'Crawler', '2024-11-13 09:57:18', null, '2025-04-08 11:34:41', null, 'IRC', 'IRHF7230', 'IRHF7230', 'N-Power MOSFET (RH)', null, null, '09/10/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b81707a4cb6a6abff4a7aae6076e5138/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b81707a4cb6a6abff4a7aae6076e5138/PPM-99-045.pdf\"}', '73,2.5-300,IRHF7230,N-Power MOSFET (RH),IRC,ISTP/WAVES,9033,PPM-91-538,09/10/91', null); INSERT INTO `nasa_data_record` VALUES ('b838ad272c77f12996d06ad01c9ea852', 'Crawler', '2024-11-13 12:28:04', 'liujunling', '2025-04-30 22:03:18', null, '模拟集成电路', 'RH1078MH', 'RH1078MH', 'Operational Amplifier', '0741A', 'Linear Technology', '_2015', 'NASA', '刘俊灵', '1', '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/data.xlsx\",\"电离总剂量效应_1746021795579.xlsx\":\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/电离总剂量效应_1746021795579.xlsx\"}', 'RH1078MH,Operational Amplifier,Linear Technology,_2015,https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('b83d33f1916f8d6d9f717377bdf34017', 'Crawler', '2024-11-13 11:28:19', null, '2025-04-08 11:34:41', null, 'Operational Amplifier', 'LM747', 'LM747', 'Dual Operational Amplifier', null, 'Raytheon', '12/17/1992', 'NASA', null, null, '{\"PPM-92-307.pdf\":\"/oss/physical/NASA/b83d33f1916f8d6d9f717377bdf34017/PPM-92-307.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b83d33f1916f8d6d9f717377bdf34017/data.xlsx\"}', 'LM747,Dual Operational Amplifier,Raytheon,12/17/1992,tid/PPM-92-307.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('b8635f339b22723ccea778f1d72c7be0', 'Crawler', '2024-11-13 11:18:00', null, '2025-04-08 11:34:41', null, 'Transistor', 'JTXV2N3868', 'JTXV2N3868', 'PNPXSTR', null, 'New England', '12/26/1991', 'NASA', null, null, '{\"PPM-91-759.pdf\":\"/oss/physical/NASA/b8635f339b22723ccea778f1d72c7be0/PPM-91-759.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b8635f339b22723ccea778f1d72c7be0/data.xlsx\"}', 'JTXV2N3868,PNPXSTR,New England,12/26/1991,tid/PPM-91-759.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('b896d1f06053a5948331199fdd9fe6a1', 'Crawler', '2024-11-13 12:57:06', 'yangsini', '2025-04-30 12:32:10', null, '敏感元器件和传感器(件)', '德州仪器 65 nm CMOS SRAM', '65 nm CMOS SRAM', 'SRAM', '4071614', '德州仪器', 'xx', 'NASA', '杨思妮', '1', '{\"T121007_T022508_x1886.pdf\":\"/oss/physical/NASA/b896d1f06053a5948331199fdd9fe6a1/T121007_T022508_x1886.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b896d1f06053a5948331199fdd9fe6a1/data.xlsx\",\"D012808_I042208_x1886.pdf\":\"/oss/physical/NASA/b896d1f06053a5948331199fdd9fe6a1/D012808_I042208_x1886.pdf\",\"radecs09_pellish.pdf\":\"/oss/physical/NASA/b896d1f06053a5948331199fdd9fe6a1/radecs09_pellish.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/b896d1f06053a5948331199fdd9fe6a1/nsrec09_W12_SEE.pdf\",\"单粒子效应_1745987528294.xlsx\":\"/oss/physical/NASA/b896d1f06053a5948331199fdd9fe6a1/单粒子效应_1745987528294.xlsx\"}', 'Test Structure 45 nm SOI,SRAM,Texas Instruments,NSRL09MAR;TAMU07DEC;TAMU08FEB;TAMU08JUN;UCD08JAN;VDG08FEB;IU08APR,radecs09_pellish.pdf;T121007_T022508_x1886.pdf;D012808_I042208_x1886.pdf;nsrec09_W12_SEE.pdf,SEE;SEL;SEU,65 nm CMOS', '17'); INSERT INTO `nasa_data_record` VALUES ('b89e75917c576a1cd1190c0fe6e9e1a7', 'Crawler', '2024-11-13 11:00:18', null, '2025-04-08 11:34:41', null, 'Potentiometer', 'DS1803', 'DS1803', 'Addressable Dual Digital Potentiometer', null, 'Dallas Semiconductor', '4/30/1999;8/24/1999;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/b89e75917c576a1cd1190c0fe6e9e1a7/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b89e75917c576a1cd1190c0fe6e9e1a7/data.xlsx\",\"b043099c.pdf\":\"/oss/physical/NASA/b89e75917c576a1cd1190c0fe6e9e1a7/b043099c.pdf\"}', 'DS1803,Addressable Dual Digital Potentiometer,Dallas Semiconductor,4/30/1999;8/24/1999;1999,b043099c.pdf;nsrec00_W21.pdf,SEL;SEE;TID,Potentiometer', null); INSERT INTO `nasa_data_record` VALUES ('b8b016dabbc8c18a3d887c1627450fa7', 'Crawler', '2024-11-13 09:57:03', null, '2025-04-08 11:34:41', null, 'Teledyne', 'TSC430MJA', 'TSC430MJA', 'MOSFET Driver', null, null, '10/24/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b8b016dabbc8c18a3d887c1627450fa7/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b8b016dabbc8c18a3d887c1627450fa7/PPM-99-045.pdf\"}', '82,10-300,TSC430MJA,MOSFET Driver,Teledyne,MODIS-T,9001,PPM-91-637,10/24/91', null); INSERT INTO `nasa_data_record` VALUES ('b8f6b5375c23b3ee6c6894b7bd238971', 'Crawler', '2024-11-13 10:38:51', null, '2025-04-08 11:34:41', null, 'Linear Device', 'AD584', 'AD584', 'Voltage Reference', null, 'Analog Devices', '1/2005;7/2006', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/b8f6b5375c23b3ee6c6894b7bd238971/nsrec05_W23.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b8f6b5375c23b3ee6c6894b7bd238971/data.xlsx\",\"G05JAN_AD584_TID.pdf\":\"/oss/physical/NASA/b8f6b5375c23b3ee6c6894b7bd238971/G05JAN_AD584_TID.pdf\",\"G06JUL_AD584_TID.pdf\":\"/oss/physical/NASA/b8f6b5375c23b3ee6c6894b7bd238971/G06JUL_AD584_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/b8f6b5375c23b3ee6c6894b7bd238971/nsrec07_W26_TID.pdf\"}', 'AD584,Voltage Reference,Analog Devices,1/2005;7/2006,G05JAN_AD584_TID.pdf;nsrec05_W23.pdf;G06JUL_AD584_TID.pdf;nsrec07_W26_TID.pdf,TID,Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('b8f793dac7cafd42d7fb0da1aa5352ae', 'Crawler', '2024-11-13 10:55:40', null, '2025-04-08 11:34:41', null, 'EEPROM', 'CJ28C256', 'CJ28C256', '32Kx8 EEPROM', null, 'SEEQ', '4/23/1993', 'NASA', null, null, '{\"PPM-93-052.pdf\":\"/oss/physical/NASA/b8f793dac7cafd42d7fb0da1aa5352ae/PPM-93-052.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b8f793dac7cafd42d7fb0da1aa5352ae/data.xlsx\"}', 'CJ28C256,32Kx8 EEPROM,SEEQ,4/23/1993,tid/PPM-93-052.pdf,TID,EEPROM', null); INSERT INTO `nasa_data_record` VALUES ('b8fc3cf1c85210c9d0523cc46c66eb22', 'Crawler', '2024-11-13 10:52:50', null, '2025-04-08 11:34:41', null, 'Si', 'BAS29,215', 'BAS29,215', 'Diode', null, 'NXP Semiconductor', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/b8fc3cf1c85210c9d0523cc46c66eb22/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b8fc3cf1c85210c9d0523cc46c66eb22/data.xlsx\"}', 'BAS29,215,Diode,NXP Semiconductor,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('b911aeae63ec686ece02465b5d2e8397', 'Crawler', '2024-11-13 02:20:19', null, '2025-04-08 11:34:41', null, 'Not specified', 'OLH7000', 'OLH7000', 'Linear Optocoupler', '1 OPTOCOUPLER', 'Isolink', '07/06/2011', 'ESA', null, null, '{\"OLH7000 PROTONS TID_0883_01.pdf\":\"/oss/physical/ESA/b911aeae63ec686ece02465b5d2e8397/OLH7000 PROTONS TID_0883_01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/b911aeae63ec686ece02465b5d2e8397/data.xlsx\"}', '355,OLH7000,Isolink,Download,DD (Displacement Damage),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Linear Optocoupler,Linear optocoupler,Hirex-Alter,07/06/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('b933512089b1127e2bf216568ef7a075', 'Crawler', '2024-11-13 11:11:42', null, '2025-04-08 11:34:41', null, 'CMOS', 'HS9-1840ARH', 'HS9-1840ARH', '16-channel Analog Multiplexer', null, 'Intersil', 'NRL10MAY', 'NASA', null, null, '{\"NRL051010_HS9-1840ARH.pdf\":\"/oss/physical/NASA/b933512089b1127e2bf216568ef7a075/NRL051010_HS9-1840ARH.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/b933512089b1127e2bf216568ef7a075/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b933512089b1127e2bf216568ef7a075/data.xlsx\"}', 'HS9-1840ARH,16-channel Analog Multiplexer,Intersil,NRL10MAY,NRL051010_HS9-1840ARH.pdf;nsrec2011_W6_SEE.pdf,SEE;SET,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('b95c1d62c89840be4636fb8152404dbb', 'Crawler', '2024-11-13 09:49:33', null, '2025-04-08 11:34:41', null, 'Maxim', 'DG403', 'DG403', 'Analog Switch', null, null, '01/15/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b95c1d62c89840be4636fb8152404dbb/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b95c1d62c89840be4636fb8152404dbb/PPM-99-045.pdf\"}', '393,2.5-50,DG403,Analog Switch,Maxim,IRAC,9810,PPM-99-007,01/15/99', null); INSERT INTO `nasa_data_record` VALUES ('b962fdcb2353b319561b881eb6b4104d', 'Crawler', '2024-11-13 09:50:11', null, '2025-04-08 11:34:41', null, 'Fairchild/Raytheon', 'R29773', 'R29773', '2x8k PROM', null, null, '05/08/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b962fdcb2353b319561b881eb6b4104d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b962fdcb2353b319561b881eb6b4104d/PPM-99-045.pdf\"}', '367,20-200,R29773,2x8k PROM,Fairchild/Raytheon,GOES,9347,PPM-98-013,05/08/98', null); INSERT INTO `nasa_data_record` VALUES ('b96ee3a7634f6ddabf4e4437521f71de', 'Crawler', '2024-11-13 12:55:44', 'yangsini', '2025-04-30 19:24:24', null, '其他电气和电子元器件', '1355协议控制器', 'TSS901EMA-E', '1355 Protocol', 'SMCS3320013Z24429H', 'ATMEL', '3/16/2003;9/2/2003;11/21/2003;6/22/2004', 'NASA', '杨思妮', '1', '{\"T090203_TSS901E.pdf\":\"/oss/physical/NASA/b96ee3a7634f6ddabf4e4437521f71de/T090203_TSS901E.pdf\",\"T031604_TSS901E.pdf\":\"/oss/physical/NASA/b96ee3a7634f6ddabf4e4437521f71de/T031604_TSS901E.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b96ee3a7634f6ddabf4e4437521f71de/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/b96ee3a7634f6ddabf4e4437521f71de/nsrec04_SEE.pdf\",\"NRL_112103_ATMEL.pdf\":\"/oss/physical/NASA/b96ee3a7634f6ddabf4e4437521f71de/NRL_112103_ATMEL.pdf\",\"单粒子效应_1746012258524.xlsx\":\"/oss/physical/NASA/b96ee3a7634f6ddabf4e4437521f71de/单粒子效应_1746012258524.xlsx\"}', 'TSS901E,1355 Protocol,ATMEL,3/16/2003;9/2/2003;11/21/2003;6/22/2004,NRL_112103_ATMEL.pdf;T090203_TSS901E.pdf;T031604_TSS901E.pdf;nsrec04_SEE.pdf,SEE,CMOS', '2'); INSERT INTO `nasa_data_record` VALUES ('b9824291996f60ea686be9e670509546', 'Crawler', '2024-11-13 09:48:45', null, '2025-04-08 11:34:41', null, 'AD', 'AD620', 'AD620', 'Inst Op Amp', null, null, '09/28/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/b9824291996f60ea686be9e670509546/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/b9824291996f60ea686be9e670509546/PPM-99-045.pdf\"}', '415,5-25,AD620,Inst Op Amp,AD,GLAS,9815,PPM-99-029,09/28/99', null); INSERT INTO `nasa_data_record` VALUES ('b9e47d245bbc9acd412c3e762d4330c3', 'Crawler', '2024-11-13 10:25:27', null, '2025-04-08 11:34:41', null, 'Multivibrator', '54HC123', '54HC123', 'Multivibrator', null, 'Harris', '12/21/1993', 'NASA', null, null, '{\"PPM-93-105.pdf\":\"/oss/physical/NASA/b9e47d245bbc9acd412c3e762d4330c3/PPM-93-105.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b9e47d245bbc9acd412c3e762d4330c3/data.xlsx\"}', '54HC123,Multivibrator,Harris,12/21/1993,tid/PPM-93-105.pdf,TID,Multivibrator', null); INSERT INTO `nasa_data_record` VALUES ('b9e8fc44224d1217b9fd881c75a9a49c', 'Crawler', '2024-11-13 12:42:57', 'chenpan', '2025-04-30 23:19:55', null, 'CMOS', 'STAR1000', 'STAR1000', 'CMOS Mixed APS Image Sensor', null, 'Fill Factory', '12/5/2006;2013Apr', 'NASA', '陈攀', '2', '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/b9e8fc44224d1217b9fd881c75a9a49c/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"D120506_ STAR1000.pdf\":\"/oss/physical/NASA/b9e8fc44224d1217b9fd881c75a9a49c/D120506_ STAR1000.pdf\",\"STAR1000_SEE_1746026387860.xlsx\":\"/oss/physical/NASA/b9e8fc44224d1217b9fd881c75a9a49c/STAR1000_SEE_1746026387860.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/b9e8fc44224d1217b9fd881c75a9a49c/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b9e8fc44224d1217b9fd881c75a9a49c/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/b9e8fc44224d1217b9fd881c75a9a49c/nsrec06_W4.pdf\"}', 'STAR1000,CMOS Mixed APS Image Sensor,Fill Factory,12/5/2006;2013Apr,D120506_ STAR1000.pdf;nsrec06_W4.pdf;nsrec06_W2.pdf;https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEE; TID; DD,CMOS', '3'); INSERT INTO `nasa_data_record` VALUES ('b9ecb3cbd25e910dfb96c20db76554db', 'Crawler', '2024-11-13 11:17:40', null, '2025-04-08 11:34:41', null, 'SiGe device', 'JAZZ', 'JAZZ', 'SiGe JAZZ', null, 'IBM', '6/22/2004', 'NASA', null, null, '{\"nsrec04_marshall.pdf\":\"/oss/physical/NASA/b9ecb3cbd25e910dfb96c20db76554db/nsrec04_marshall.pdf\",\"tns04_marshall.pdf\":\"/oss/physical/NASA/b9ecb3cbd25e910dfb96c20db76554db/tns04_marshall.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b9ecb3cbd25e910dfb96c20db76554db/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/b9ecb3cbd25e910dfb96c20db76554db/nsrec04_SEE.pdf\",\"nsrec04_comeau.pdf\":\"/oss/physical/NASA/b9ecb3cbd25e910dfb96c20db76554db/nsrec04_comeau.pdf\"}', 'JAZZ,SiGe JAZZ,IBM,6/22/2004,nsrec04_marshall.pdf;tns04_marshall.pdf;nsrec04_SEE.pdf;nsrec04_comeau.pdf,SEE,SiGe device', null); INSERT INTO `nasa_data_record` VALUES ('b9fcbc6c051d36d6d22badada6322343', 'Crawler', '2024-11-13 10:33:18', null, '2025-04-08 11:34:41', null, 'Pre Amplifier', 'A250', 'A250', 'Charge Sensitive Pre Amp', null, 'Amptek', '8/24/1999;10/20/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/b9fcbc6c051d36d6d22badada6322343/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b9fcbc6c051d36d6d22badada6322343/data.xlsx\",\"PPM-99-031.pdf\":\"/oss/physical/NASA/b9fcbc6c051d36d6d22badada6322343/PPM-99-031.pdf\"}', 'A250,Charge Sensitive Pre Amp,Amptek,8/24/1999;10/20/1999,nsrec00_W21.pdf;tid/PPM-99-031.pdf,SEE;TID,Pre Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('ba0cb8be8b42e72c10e8198b41ef32de', 'Crawler', '2024-11-13 11:16:43', null, '2025-04-08 11:34:41', null, 'Bipolar', 'JANS2N2222', 'JANS2N2222', 'NPN Transistor', null, 'Semicoa', '1/1/2021', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ba0cb8be8b42e72c10e8198b41ef32de/data.xlsx\",\"CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\":\"/oss/physical/NASA/ba0cb8be8b42e72c10e8198b41ef32de/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\",\"NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\":\"/oss/physical/NASA/ba0cb8be8b42e72c10e8198b41ef32de/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\"}', 'JANS2N2222,NPN Transistor,Semicoa,1/1/2021,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf;CP-2021-Topper-NSREC-DW-poster-20210016856.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('ba173bbf72966fc58942747066bca1c6', 'Crawler', '2024-11-13 10:26:54', null, '2025-04-08 11:34:41', null, 'SiGe device', '5HP SiGe Shift Register', '5HP SiGe Shift Register', 'SiGe Shift Register', null, 'IBM', '6/19/2004', 'NASA', null, null, '{\"tns04_Hansen.pdf\":\"/oss/physical/NASA/ba173bbf72966fc58942747066bca1c6/tns04_Hansen.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ba173bbf72966fc58942747066bca1c6/data.xlsx\"}', '5HP SiGe Shift Register,SiGe Shift Register,IBM,6/19/2004,tns04_Hansen.pdf,SEE,SiGe device', null); INSERT INTO `nasa_data_record` VALUES ('ba1a006d803708c18b3ac9e996bf8e40', 'Crawler', '2024-11-13 11:20:31', null, '2025-04-08 11:34:41', null, 'Nonvolatile Memory', 'K9K8G08U0A', 'K9K8G08U0A', '8Gb NAND Flash', null, 'Samsung', '_2008NOV', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/ba1a006d803708c18b3ac9e996bf8e40/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ba1a006d803708c18b3ac9e996bf8e40/data.xlsx\"}', 'K9K8G08U0A,8Gb NAND Flash,Samsung,_2008NOV,nsrec09_W13_TID.pdf,TID,Nonvolatile Memory', null); INSERT INTO `nasa_data_record` VALUES ('ba27c5984ac290bcd033c280993057a1', 'Crawler', '2024-11-13 10:55:29', null, '2025-04-08 11:34:41', null, 'Fiber Optics', 'CF04530-04', 'CF04530-04', 'Fiber Optics', null, 'Lucent SFT', '9/13/2000', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ba27c5984ac290bcd033c280993057a1/data.xlsx\"}', 'CF04530-04,Fiber Optics,Lucent SFT,9/13/2000,http://misspiggy.gsfc.nasa.gov/tva/meldoc/ISS-Lucenttestreport.pdf,TID,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('ba8b521c0d288139727676a893fffd04', 'Crawler', '2024-11-13 11:34:26', null, '2025-04-08 11:34:41', null, 'Communication Device', 'Lanai9', 'Lanai9', 'Myrinet NIC Protocol Processor MYRI2K', null, 'Myricom', '11/26/2001;7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/ba8b521c0d288139727676a893fffd04/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/ba8b521c0d288139727676a893fffd04/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ba8b521c0d288139727676a893fffd04/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/ba8b521c0d288139727676a893fffd04/NSREC02_W8.pdf\"}', 'Lanai9,Myrinet NIC Protocol Processor MYRI2K,Myricom,11/26/2001;7/19/2002,D112601_Myrinet.pdf;NSREC02_W16.pdf;NSREC02_W8.pdf,SEE,Communication Device', null); INSERT INTO `nasa_data_record` VALUES ('baabfb2d687c84acde1ce31edbdbcb8e', 'Crawler', '2024-11-13 11:49:46', null, '2025-04-08 11:34:41', null, 'BiCMOS/DMOS', 'MIC4427', 'MIC4427', 'MOSFET Gate Driver', null, 'Microchip', '1/30/2020', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/baabfb2d687c84acde1ce31edbdbcb8e/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/baabfb2d687c84acde1ce31edbdbcb8e/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"2020-Topper-Casey-TR-19-030-MIC4427-TID-2020Mar12-20205006075.pdf\":\"/oss/physical/NASA/baabfb2d687c84acde1ce31edbdbcb8e/2020-Topper-Casey-TR-19-030-MIC4427-TID-2020Mar12-20205006075.pdf\"}', 'MIC4427,MOSFET Gate Driver,Microchip,1/30/2020,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;tid/2020-Topper-Casey-TR-19-030-MIC4427-TID-2020Mar12-20205006075.pdf,TID,BiCMOS/DMOS', null); INSERT INTO `nasa_data_record` VALUES ('baae2827cb5ab2ba5f6e5522707c9b56', 'Crawler', '2024-11-13 10:29:54', null, '2025-04-08 11:34:41', null, 'Miscellaneous', '74FCT163374', '74FCT163374', '16 bit Register', null, 'IDT', '5/4/1994;7/17/1995', 'NASA', null, null, '{\"b050494.pdf\":\"/oss/physical/NASA/baae2827cb5ab2ba5f6e5522707c9b56/b050494.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/baae2827cb5ab2ba5f6e5522707c9b56/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/baae2827cb5ab2ba5f6e5522707c9b56/data.xlsx\"}', '74FCT163374,16 bit Register,IDT,5/4/1994;7/17/1995,b050494.pdf;ieee95a.pdf,SEE,Miscellaneous', null); INSERT INTO `nasa_data_record` VALUES ('baca97bcf378fba56e68d2f02d131edb', 'Crawler', '2024-11-13 11:03:30', null, '2025-04-08 11:34:41', null, 'Optical Fiber', 'FVP100140170', 'FVP100140170', 'Optical Fiber', null, 'Polymicro', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/baca97bcf378fba56e68d2f02d131edb/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/baca97bcf378fba56e68d2f02d131edb/data.xlsx\"}', 'FVP100140170,Optical Fiber,Polymicro,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('baee7c0fd564693b3f7d85b6d68d7660', 'Crawler', '2024-11-13 11:31:30', null, '2025-04-08 11:34:41', null, 'ADC', 'LTC1272-3ACSW', 'LTC1272-3ACSW', '250 KHz 12 bits ADC', null, 'Linear Technology', '8/1/2001', 'NASA', null, null, '{\"T080101_ADC.pdf\":\"/oss/physical/NASA/baee7c0fd564693b3f7d85b6d68d7660/T080101_ADC.pdf\",\"data.xlsx\":\"/oss/physical/NASA/baee7c0fd564693b3f7d85b6d68d7660/data.xlsx\"}', 'LTC1272-3ACSW,250 KHz 12 bits ADC,Linear Technology,8/1/2001,T080101_ADC.pdf,SEE,ADC', null); INSERT INTO `nasa_data_record` VALUES ('baefc2c258e28a4650939f26552f033e', 'Crawler', '2024-11-13 12:45:01', 'chenpan', '2025-04-30 21:47:35', null, 'Clock Distrib', 'SY10EL15ZC', 'SY10EL15ZC', '1:4 Clock Distrib', '9703', 'Synergy', '5/1/1999-5/5/1999', 'NASA', '陈攀', '0', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/data.xlsx\",\"SY10EL15ZC_TID(2)_1746020853324.xlsx\":\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/SY10EL15ZC_TID(2)_1746020853324.xlsx\"}', 'SY10EL15ZC,Clock Distrib,Synergy,_1999,nsrec00_W21.pdf,TID,Clock Distrib', '0'); INSERT INTO `nasa_data_record` VALUES ('bb1935df158ae510b1b539a90e3acb95', 'Crawler', '2024-11-13 11:56:42', 'dushuaibin', '2025-04-29 22:17:34', null, '电源变换器', 'Converter', 'MTR2815F', 'DC-DC Converter', '9828', 'Interpoint', '1998.09.18-1998.10.14', 'NASA', '杜帅彬', '1', '{\"PPM-98-031.pdf\":\"/oss/physical/NASA/bb1935df158ae510b1b539a90e3acb95/PPM-98-031.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bb1935df158ae510b1b539a90e3acb95/data.xlsx\",\"电离总剂量效应_1745936251998.xlsx\":\"/oss/physical/NASA/bb1935df158ae510b1b539a90e3acb95/电离总剂量效应_1745936251998.xlsx\"}', 'MTR2815F,DC-DC Converter,Interpoint,10/20/1998,tid/PPM-98-031.pdf,TID,DC-DC Converter', '24'); INSERT INTO `nasa_data_record` VALUES ('bb2b499d5fd2a803cc08fdda6787a189', 'Crawler', '2024-11-13 09:52:17', null, '2025-04-08 11:34:41', null, 'ADI', 'DAC8408', 'DAC8408', 'DAC', null, null, '10/27/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/bb2b499d5fd2a803cc08fdda6787a189/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/bb2b499d5fd2a803cc08fdda6787a189/PPM-99-045.pdf\"}', '284,0.5-7,DAC8408,DAC,ADI,HST/ADD,9449,PPM-95-176,10/27/95', null); INSERT INTO `nasa_data_record` VALUES ('bb32dc801040575dab8e0be668edfd5f', 'Crawler', '2024-11-13 00:41:28', null, '2025-04-08 11:34:41', null, 'Not specified', '66224-105', '66224-105', 'Optocoupler', '1 OPTOCOUPLER', 'Micropac', '08/03/2012', 'ESA', null, null, '{\"136.pdf\":\"/oss/physical/ESA/bb32dc801040575dab8e0be668edfd5f/136.pdf\",\"data.xlsx\":\"/oss/physical/ESA/bb32dc801040575dab8e0be668edfd5f/data.xlsx\"}', '136,66224-105,Micropac,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,08/03/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('bb5c1bd828cb7a9620a49e6dbf0eaa31', 'Crawler', '2024-11-13 12:59:26', 'mayunlong', '2025-04-18 00:19:14', null, '电源变换器', 'UC1875JQMLV', 'UC1875JQMLV', 'Phase Shift Resonant Controller', '1C-T 0631A / 5962-9455501VRA', 'Texas Instruments', 'VdG2008JUN', 'NASA', '马云龙', '1', '{\"VdG08JUN_UC1875JQMLV.pdf\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/VdG08JUN_UC1875JQMLV.pdf\",\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/data.xlsx\",\"电离总剂量效应UC1875JQMLV_1744906753231.xlsx\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/电离总剂量效应UC1875JQMLV_1744906753231.xlsx\"}', 'UC1875JQMLV,Phase Shift Resonant Controller,Texas Instruments,VdG2008JUN,tid/VdG08JUN_UC1875JQMLV.pdf;nsrec09_W13_TID.pdf,TID,Controller', '55'); INSERT INTO `nasa_data_record` VALUES ('bb6adafcf2c24e29f1e0a9ff26d8bb6a', 'Crawler', '2024-11-13 13:06:18', 'yanghongyi', '2025-04-17 11:08:25', null, '敏感元器件和传感器(件)', 'Linear Regulator', 'VRG8661', 'Positive Adjustable LDO', null, 'Aeroflex', '2/19/2013', 'NASA', '杨弘毅', '1', '{\"12-040_NRL20130219_VRG8661_laser.pdf\":\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/12-040_NRL20130219_VRG8661_laser.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/data.xlsx\",\"单粒子效应-6_1744805251051.xlsx\":\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/单粒子效应-6_1744805251051.xlsx\"}', 'VRG8661,Positive Adjustable LDO,Aeroflex,2/19/2013,12-040_NRL20130219_VRG8661_laser.pdf,Laser,Bipolar', '4'); INSERT INTO `nasa_data_record` VALUES ('bb941e905886adeb7b36e6fed857d18d', 'Crawler', '2024-11-13 12:26:05', 'liujunling', '2025-04-30 22:17:37', null, '存储器', 'RAMT1R13', 'RAMT1R13', 'Rambus 2Mx8 DRAM', null, 'Toshiba', '2/24/1997', 'NASA', '刘俊灵', '1', '{\"data.xlsx\":\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/b022497b.pdf\",\"单粒子效应_1746022653065.xlsx\":\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/单粒子效应_1746022653065.xlsx\"}', 'RAMT1R13,Rambus 2Mx8 DRAM,Toshiba,2/24/1997,b022497b.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('bb96ecd262ec446d2c8fc35f38c6ee1c', 'Crawler', '2024-11-13 10:55:50', null, '2025-04-08 11:34:41', null, 'Operational Amplifier', 'CLC449', 'CLC449', 'Operational Amplifier', null, 'National Semiconductor', '8/23/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/bb96ecd262ec446d2c8fc35f38c6ee1c/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bb96ecd262ec446d2c8fc35f38c6ee1c/data.xlsx\"}', 'CLC449,Operational Amplifier,National Semiconductor,8/23/1999,nsrec00_W21.pdf,SEE,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('bb9ff99c5abb445c4c9a550475f7bbab', 'Crawler', '2024-11-13 12:35:47', 'sunjiacheng', '2025-04-30 15:45:26', null, '二极管', 'SBR30300', 'SBR30300', 'Diode', null, 'Diodes, Inc.', '12/18/2015', 'NASA', '孙家诚', '3', '{\"data.xlsx\":\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745998897277.xlsx\":\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745998897277.xlsx\"}', 'SBR30300,Diode,Diodes, Inc.,12/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEE,Si', '15'); INSERT INTO `nasa_data_record` VALUES ('bba442cbe102fdfb4d112dd8791536c2', 'Crawler', '2024-11-13 11:15:55', null, '2025-04-08 11:34:41', null, 'CMOS', 'ISL28196', 'ISL28196', 'Voltage comparator', null, 'Intersil', 'NRL10MAR', 'NASA', null, null, '{\"NRL031610_ISL28196.pdf\":\"/oss/physical/NASA/bba442cbe102fdfb4d112dd8791536c2/NRL031610_ISL28196.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/bba442cbe102fdfb4d112dd8791536c2/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bba442cbe102fdfb4d112dd8791536c2/data.xlsx\"}', 'ISL28196,Voltage comparator,Intersil,NRL10MAR,NRL031610_ISL28196.pdf;nsrec2011_W6_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('bbac8980cf395a1d3e94db76c17e1511', 'Crawler', '2024-11-13 12:40:44', 'luozikang', '2025-04-29 18:32:04', null, 'BiCMOS', 'SN64BCT245', 'SN64BCT245', 'Octal Bus Transceiver 3 state output', null, 'TI', '3/28/2003;6/22/2004', 'NASA', '罗梓康', '1', '{\"T032803_SN64BCT245.pdf\":\"/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/T032803_SN64BCT245.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/nsrec04_SEE.pdf\",\"单粒子效应_1745922722412.xlsx\":\"/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/单粒子效应_1745922722412.xlsx\"}', 'SN64BCT245,Octal Bus Transceiver 3 state output,TI,3/28/2003;6/22/2004,T032803_SN64BCT245.pdf;nsrec04_SEE.pdf,SEE,BiCMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('bbb00f8796273ecb18b5cc7cd3c44491', 'Crawler', '2024-11-13 12:52:17', 'lixuyou', '2025-04-30 18:42:26', null, 'Power Device', 'TL7705', 'TL7705', 'Power supervisor', '9543-B', 'TI', '4/28/1997', 'NASA', '李序友', '1', '{\"PPM-97-014.pdf\":\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/PPM-97-014.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/data.xlsx\",\"TLC7705_1746009744376.xlsx\":\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/TLC7705_1746009744376.xlsx\"}', 'TL7705,Power supervisor,TI,4/28/1997,tid/PPM-97-014.pdf,TID,Power Device', '460'); INSERT INTO `nasa_data_record` VALUES ('bbbb4838d1ad22b2b2963927c4ebba9a', 'Crawler', '2024-11-13 11:30:57', null, '2025-04-08 11:34:41', null, 'Linear Amplifiers', 'LT1037', 'LT1037', 'Operational Amplifier', null, 'Linear Technology', '4/2006', 'NASA', null, null, '{\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/bbbb4838d1ad22b2b2963927c4ebba9a/nsrec07_W26_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bbbb4838d1ad22b2b2963927c4ebba9a/data.xlsx\"}', 'LT1037,Operational Amplifier,Linear Technology,4/2006,G06APR_LT1037_TID.pdf;nsrec07_W26_TID.pdf,TID,Linear Amplifiers', null); INSERT INTO `nasa_data_record` VALUES ('bbc4ad7e54f55ed038482c6e5f7d9013', 'Crawler', '2024-11-13 11:20:37', null, '2025-04-08 11:34:41', null, 'Memory', 'KH41G0X38', 'KH41G0X38', '1 Gbit DDR SDRAM', null, 'Samsung', '6/28/2006', 'NASA', null, null, '{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/bbc4ad7e54f55ed038482c6e5f7d9013/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bbc4ad7e54f55ed038482c6e5f7d9013/data.xlsx\",\"T062806_I072806_KH41G0X38.pdf\":\"/oss/physical/NASA/bbc4ad7e54f55ed038482c6e5f7d9013/T062806_I072806_KH41G0X38.pdf\"}', 'KH41G0X38,1 Gbit DDR SDRAM,Samsung,6/28/2006,T062806_I072806_KH41G0X38.pdf;nsrec07_W27_SEE.pdf,SEE,Memory', null); INSERT INTO `nasa_data_record` VALUES ('bbdd218d89251587f85574cd1e3e6e6a', 'Crawler', '2024-11-13 11:22:14', null, '2025-04-08 11:34:41', null, 'Linear Device', 'LM108', 'LM108', 'Operational Amplifier', null, 'National Semiconductor', '1/6/1994;2/24/1994;6/30/1994;7/18/1994;7/17/1995;9/28/1994', 'NASA', null, null, '{\"b022494.pdf\":\"/oss/physical/NASA/bbdd218d89251587f85574cd1e3e6e6a/b022494.pdf\",\"b010694.pdf\":\"/oss/physical/NASA/bbdd218d89251587f85574cd1e3e6e6a/b010694.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/bbdd218d89251587f85574cd1e3e6e6a/ieee95a.pdf\",\"PPM-94-028.pdf\":\"/oss/physical/NASA/bbdd218d89251587f85574cd1e3e6e6a/PPM-94-028.pdf\",\"nsrec94a.pdf\":\"/oss/physical/NASA/bbdd218d89251587f85574cd1e3e6e6a/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bbdd218d89251587f85574cd1e3e6e6a/data.xlsx\",\"b063094.pdf\":\"/oss/physical/NASA/bbdd218d89251587f85574cd1e3e6e6a/b063094.pdf\"}', 'LM108,Operational Amplifier,National Semiconductor,1/6/1994;2/24/1994;6/30/1994;7/18/1994;7/17/1995;9/28/1994,b010694.pdf;b022494.pdf;b063094.pdf;nsrec94a.pdf;ieee95a.pdf;tid/PPM-94-028.pdf,SEE;TID,Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('bbe7609919cdec9f24360d6f30a2d2a3', 'Crawler', '2024-11-13 09:54:52', null, '2025-04-08 11:34:41', null, 'NSC', '54AC244', '54AC244', 'Buffer/Driver', null, null, '01/05/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/bbe7609919cdec9f24360d6f30a2d2a3/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/bbe7609919cdec9f24360d6f30a2d2a3/PPM-99-045.pdf\"}', '175,5-100,54AC244,Buffer/Driver,NSC,FAST/MUE,9237A,PPM-92-317,01/05/93', null); INSERT INTO `nasa_data_record` VALUES ('bc03090e2ff04199cc3cee243020bd5c', 'Crawler', '2024-11-13 11:37:32', null, '2025-04-08 11:34:41', null, 'BiCMOS', 'MAX5069', 'MAX5069', 'Pulse Width Modulator', null, 'Maxim', '6/11/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/bc03090e2ff04199cc3cee243020bd5c/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc03090e2ff04199cc3cee243020bd5c/data.xlsx\"}', 'MAX5069,Pulse Width Modulator,Maxim,6/11/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,TID,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('bc18ca2cc32713a6a9e5024ecf9dee21', 'Crawler', '2024-11-13 11:06:16', null, '2025-04-08 11:34:41', null, 'GaAsP', 'HCPL-573K', 'HCPL-573K', 'Optocoupler', null, 'Avago', '7/2011', 'NASA', null, null, '{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/bc18ca2cc32713a6a9e5024ecf9dee21/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc18ca2cc32713a6a9e5024ecf9dee21/data.xlsx\"}', 'HCPL-573K,Optocoupler,Avago,7/2011,nsrec2011_W5_TID.pdf,TID,GaAsP', null); INSERT INTO `nasa_data_record` VALUES ('bc2f756c8484ab6589cc576e9e29a349', 'Crawler', '2024-11-13 10:43:23', null, '2025-04-08 11:34:41', null, 'ADC', 'AD7858', 'AD7858', 'ADC', null, 'Analog Devices', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/bc2f756c8484ab6589cc576e9e29a349/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc2f756c8484ab6589cc576e9e29a349/data.xlsx\",\"B092500b.pdf\":\"/oss/physical/NASA/bc2f756c8484ab6589cc576e9e29a349/B092500b.pdf\"}', 'AD7858,ADC,Analog Devices,7/19/2001,B092500b.pdf;nsrec01_W15.pdf,SEL,ADC', null); INSERT INTO `nasa_data_record` VALUES ('bc44f97961b6b582bc33e68b7013d2aa', 'Crawler', '2024-11-13 11:59:53', 'huangkan', '2025-04-29 18:09:42', null, '其他集成电路', 'NHI1500', 'NHI1500', 'MIL-STD-1553B Transceiver', null, 'National Hybrids', '8/3/1993;7/18/1994', 'NASA', null, '1', '{\"nsrec94a.pdf\":\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/data.xlsx\",\"NHI1500单粒子效应_1745920462794.xlsx\":\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/NHI1500单粒子效应_1745920462794.xlsx\"}', 'NHI1500,MIL-STD-1553B Transceiver,National Hybrids,8/3/1993;7/18/1994,b080393.pdf;nsrec94a.pdf,SEE,Fiber Optics', '1'); INSERT INTO `nasa_data_record` VALUES ('bc5ee3936dee60ab640f15e3cc9ebcc3', 'Crawler', '2024-11-13 13:00:53', 'rentongfei', '2025-04-18 12:13:00', null, '数字集成电路', 'UT71256', 'UT71256', '256 kbit SRAM', 'unknown', 'UTMC', '12/3/1992;7/19/1993', 'NASA', '任童菲', '1', '{\"nsrec93a.pdf\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/nsrec93a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/data.xlsx\",\"120392.pdf\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/120392.pdf\",\"单粒子效应UT71256_1744904039621.xlsx\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/单粒子效应UT71256_1744904039621.xlsx\"}', 'UT71256,256 kbit SRAM,UTMC,12/3/1992;7/19/1993,nsrec93a.pdf;120392.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('bc9cc500a5a663e78a30fa4b52df6e5b', 'Crawler', '2024-11-13 11:49:15', null, '2025-04-08 11:34:41', null, 'Converter', 'MHF2815D', 'MHF2815D', 'DC-DC Converter', null, 'Interpoint', '7/20/1998;9/1/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/bc9cc500a5a663e78a30fa4b52df6e5b/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc9cc500a5a663e78a30fa4b52df6e5b/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/bc9cc500a5a663e78a30fa4b52df6e5b/NSREC99.pdf\"}', 'MHF2815D,DC-DC Converter,Interpoint,7/20/1998;9/1/1998,NSREC98.pdf;NSREC99.pdf,Proton Damage,Converter', null); INSERT INTO `nasa_data_record` VALUES ('bca677a965bbaaf3bc80d31f291b0c0f', 'Crawler', '2024-11-13 11:25:52', null, '2025-04-08 11:34:41', null, 'Linear Bipolar Device', 'LM139', 'LM139', 'Comparator', null, 'National Semiconductor', '7/20/1998;8/26/1999;11/08/1994;07/18/1994;04/12/1994;12/2005;LBNL07JAN;7/2008;', 'NASA', null, null, '{\"PPM-94-038.pdf\":\"/oss/physical/NASA/bca677a965bbaaf3bc80d31f291b0c0f/PPM-94-038.pdf\",\"b082699a.pdf\":\"/oss/physical/NASA/bca677a965bbaaf3bc80d31f291b0c0f/b082699a.pdf\",\"PPM-94-013.pdf\":\"/oss/physical/NASA/bca677a965bbaaf3bc80d31f291b0c0f/PPM-94-013.pdf\",\"PPM-94-008.pdf\":\"/oss/physical/NASA/bca677a965bbaaf3bc80d31f291b0c0f/PPM-94-008.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/bca677a965bbaaf3bc80d31f291b0c0f/NSREC98.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/bca677a965bbaaf3bc80d31f291b0c0f/nsrec08_W3_SEE.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/bca677a965bbaaf3bc80d31f291b0c0f/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bca677a965bbaaf3bc80d31f291b0c0f/data.xlsx\",\"nsrec01_ph2.pdf\":\"/oss/physical/NASA/bca677a965bbaaf3bc80d31f291b0c0f/nsrec01_ph2.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/bca677a965bbaaf3bc80d31f291b0c0f/nsrec06_W2.pdf\",\"G05DEC_LM139_TID.pdf\":\"/oss/physical/NASA/bca677a965bbaaf3bc80d31f291b0c0f/G05DEC_LM139_TID.pdf\"}', 'LM139,Comparator,National Semiconductor,7/20/1998;8/26/1999;11/08/1994;07/18/1994;04/12/1994;12/2005;LBNL07JAN;7/2008;,tns07_Bernard.pdf;nsrec08_W3_SEE.pdf;NSREC98.pdf;b082699a.pdf;nsrec00_W21.pdf;nsrec01_ph2.pdf;tid/PPM-94-038.pdf;tid/PPM-94-013.pdf;tid/PPM-94-008.pdf;G05DEC_LM139_TID.pdf;nsrec06_W2.pdf,SEE:SET; TID,Linear Bipolar Device', null); INSERT INTO `nasa_data_record` VALUES ('bcb1fd7cf2089ce59a642b272fff6a1c', 'Crawler', '2024-11-13 11:32:00', null, '2025-04-08 11:34:41', null, 'ADC', 'LTC1608', 'LTC1608', '16 bit ADC', null, 'Linear Technology', '4/2/2002;7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/bcb1fd7cf2089ce59a642b272fff6a1c/NSREC02_W16.pdf\",\"B030302_LTC1608.pdf\":\"/oss/physical/NASA/bcb1fd7cf2089ce59a642b272fff6a1c/B030302_LTC1608.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bcb1fd7cf2089ce59a642b272fff6a1c/data.xlsx\"}', 'LTC1608,16 bit ADC,Linear Technology,4/2/2002;7/19/2002,B030302_LTC1608.pdf;NSREC02_W16.pdf,SEE,ADC', null); INSERT INTO `nasa_data_record` VALUES ('bcdb01d519e645f9dfe2bf7977edb365', 'Crawler', '2024-11-13 02:25:15', null, '2025-04-08 11:34:41', null, 'ESCC 25100', 'PC28F00AM29EW - DC1409', 'PC28F00AM29EW - DC1409', 'NOR Flash memory', '29 MEMORY OTHERS', 'MICRON', '08/08/2018', 'ESA', null, null, '{\"SEE_00646_02 protons Micron PC28F00AM29EW.pdf\":\"/oss/physical/ESA/bcdb01d519e645f9dfe2bf7977edb365/SEE_00646_02 protons Micron PC28F00AM29EW.pdf\",\"data.xlsx\":\"/oss/physical/ESA/bcdb01d519e645f9dfe2bf7977edb365/data.xlsx\"}', '308,PC28F00AM29EW - DC1409,MICRON,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,NOR Flash memory,CMOS, 65nm multilevel cell (MLC) process,Hirex-Alter,08/08/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('bcee2a26b282f0f7a3f29f4195df05a1', 'Crawler', '2024-11-13 11:40:51', null, '2025-04-08 11:34:41', null, 'Comparator', 'MAX962', 'MAX962', 'Comparator', null, 'Analog Devices', '_1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/bcee2a26b282f0f7a3f29f4195df05a1/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bcee2a26b282f0f7a3f29f4195df05a1/data.xlsx\"}', 'MAX962,Comparator,Analog Devices,_1999,nsrec00_W21.pdf,TID,Comparator', null); INSERT INTO `nasa_data_record` VALUES ('bcf625530ddb4d45c2c10b61565b4ad8', 'Crawler', '2024-11-13 12:58:39', 'yangsini', '2025-04-29 19:04:41', null, '其他电气和电子元器件', '双路同相功率驱动器', 'UC1708', 'Non-inverting high speed power driver', '0224B', 'Texas Instruments', '9/2006', 'NASA', '杨思妮', '4', '{\"G06SEP_UC1708_TID.pdf\":\"/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/G06SEP_UC1708_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/nsrec07_W26_TID.pdf\",\"电离总剂量效应_1745924679718.xlsx\":\"/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/电离总剂量效应_1745924679718.xlsx\"}', 'UC1708 high speed driver,Non-inverting high speed power driver,Texas Instruments,9/2006,G06SEP_UC1708_TID.pdf;nsrec07_W26_TID.pdf,TID,Linear Device', '28'); INSERT INTO `nasa_data_record` VALUES ('bcf8dfce45519d31dec2144b7eb33b8c', 'Crawler', '2024-11-13 12:55:10', 'lixuyou', '2025-04-30 13:14:57', null, 'Communication Device', 'TSB41AB3PFP', 'TSB41AB3PFP', '1394 Physical FireWire OHCI Chipset', null, 'Texas Instruments', '10/14/2001;7/19/2002', 'NASA', '李序友', '1', '{\"T101401_1394.pdf\":\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/T101401_1394.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/data.xlsx\",\"SEESYM02_Buchner_1394.pdf\":\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/SEESYM02_Buchner_1394.pdf\",\"TSB41AB3PFP_1745990092993.xlsx\":\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/TSB41AB3PFP_1745990092993.xlsx\"}', 'TSB41AB3PFP,1394 Physical FireWire OHCI Chipset,Texas Instruments,10/14/2001;7/19/2002,T101401_1394.pdf;SEESYM02_Buchner_1394.pdf;NSREC02_W16.pdf,SEE,Communication Device', '1'); INSERT INTO `nasa_data_record` VALUES ('bd07579406c7b231e54c581611c9b602', 'Crawler', '2024-11-13 12:54:23', 'lixuyou', '2025-04-30 13:28:02', null, 'Power Amplifier', 'TPS9103', 'TPS9103', 'Power supply for GaAs power amplifier', null, 'Texas Instruments', '8/5/2002;7/25/2003', 'NASA', '李序友', '1', '{\"B061702_TPS9103.pdf\":\"/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/B061702_TPS9103.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/NSREC03_W10.pdf\",\"TPS9103_1745990879964.xlsx\":\"/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/TPS9103_1745990879964.xlsx\"}', 'TPS9103,Power supply for GaAs power amplifier,Texas Instruments,8/5/2002;7/25/2003,B061702_TPS9103.pdf;NSREC03_W10.pdf,SEE,Power Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('bd0b0a6ebd2f0f1f4b31a57aa9ebda20', 'Crawler', '2024-11-13 09:56:45', null, '2025-04-08 11:34:41', null, 'NSC', '54AC157DMQB', '54AC157DMQB', 'Quad 2-Inp. MUX', null, null, '12/02/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/bd0b0a6ebd2f0f1f4b31a57aa9ebda20/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/bd0b0a6ebd2f0f1f4b31a57aa9ebda20/PPM-99-045.pdf\"}', '93,2.5-300,54AC157DMQB,Quad 2-Inp. MUX,NSC,SMEX/CB,9041,PPM-91-706,12/02/91', null); INSERT INTO `nasa_data_record` VALUES ('bd4a3c7708f7fc93832061b2e9abf8a1', 'Crawler', '2024-11-13 10:37:42', null, '2025-04-08 11:34:41', null, 'CMOS', 'AD549SH/883', 'AD549SH/883', 'Operational Amplifier', null, 'Analog Devices', '7/9/1991;1/2007', 'NASA', null, null, '{\"PPM-91-455.pdf\":\"/oss/physical/NASA/bd4a3c7708f7fc93832061b2e9abf8a1/PPM-91-455.pdf\",\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/bd4a3c7708f7fc93832061b2e9abf8a1/nsrec08_W2_TID.pdf\",\"G07JAN_AD549SH_TID.pdf\":\"/oss/physical/NASA/bd4a3c7708f7fc93832061b2e9abf8a1/G07JAN_AD549SH_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bd4a3c7708f7fc93832061b2e9abf8a1/data.xlsx\"}', 'AD549SH/883,Operational Amplifier,Analog Devices,7/9/1991;1/2007,tid/PPM-91-455.pdf;G07JAN_AD549SH_TID.pdf;nsrec08_W2_TID.pdf,TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('bd4fc5421497c93cbe6c7de23e24f68d', 'Crawler', '2024-11-13 10:55:22', null, '2025-04-08 11:34:41', null, 'CMOS', 'CD54HCT4046A', 'CD54HCT4046A', 'Phase Locked Loop', null, 'Texas Instruments', 'VdG09JAN', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/bd4fc5421497c93cbe6c7de23e24f68d/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bd4fc5421497c93cbe6c7de23e24f68d/data.xlsx\",\"VdG09JAN_CD54HCT4046AF3A.pdf\":\"/oss/physical/NASA/bd4fc5421497c93cbe6c7de23e24f68d/VdG09JAN_CD54HCT4046AF3A.pdf\"}', 'CD54HCT4046A,Phase Locked Loop,Texas Instruments,VdG09JAN,tid/VdG09JAN_CD54HCT4046AF3A.pdf;nsrec09_W13_TID.pdf,TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('bdb86d954f620f2f09fa42e09791f96d', 'Crawler', '2024-11-13 12:54:07', 'lixuyou', '2025-04-30 15:39:13', null, 'Bipolar', 'TPS7A4501', 'TPS7A4501', 'Low Dropout Voltage Regulator', '1639AA (17-062)', 'Texas Instrument', '10/2/2017', 'NASA', '李序友', '1', '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/bdb86d954f620f2f09fa42e09791f96d/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bdb86d954f620f2f09fa42e09791f96d/data.xlsx\",\"TPS7A4501_1745998752067.xlsx\":\"/oss/physical/NASA/bdb86d954f620f2f09fa42e09791f96d/TPS7A4501_1745998752067.xlsx\"}', 'TPS7A4501,Low Dropout Voltage Regulator,Texas Instrument,10/2/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEL,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('bdd58123142052c5f759d27b1e99928b', 'Crawler', '2024-11-13 12:55:24', 'yangsini', '2025-04-30 19:13:32', null, '晶体管', 'TSC4429', 'TSC4429', 'Mosfet driver', 'xx', 'Teledyne', '1/6/1994;7/18/1994', 'NASA', '杨思妮', '1', '{\"nsrec94a.pdf\":\"/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/nsrec94a.pdf\",\"b010694.pdf\":\"/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/b010694.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/data.xlsx\",\"单粒子效应_1746011570843.xlsx\":\"/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/单粒子效应_1746011570843.xlsx\"}', 'TSC4429,Mosfet driver,Teledyne,1/6/1994;7/18/1994,b010694.pdf;nsrec94a.pdf,SEE,Miscellaneous', '1'); INSERT INTO `nasa_data_record` VALUES ('be3e930cd81f13fbd3e6db8b2d5cff6e', 'Crawler', '2024-11-13 09:55:39', null, '2025-04-08 11:34:41', null, 'ADI', 'AD565ASH', 'AD565ASH', '12-bit DAC', null, null, '04/17/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/be3e930cd81f13fbd3e6db8b2d5cff6e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/be3e930cd81f13fbd3e6db8b2d5cff6e/PPM-99-045.pdf\"}', '140,5-300,AD565ASH,12-bit DAC,ADI,ISTP/HYDRA,9130B,PPM-92-132,04/17/92', null); INSERT INTO `nasa_data_record` VALUES ('be773cff3d9b286b7b3973a8860fcf21', 'Crawler', '2024-11-13 11:50:54', null, '2025-04-08 11:34:41', null, 'Voltage Reference', 'MP5010NT', 'MP5010NT', 'Voltage Reference', null, 'Micro Power', '6/4/1991', 'NASA', null, null, '{\"PPM-91-383.pdf\":\"/oss/physical/NASA/be773cff3d9b286b7b3973a8860fcf21/PPM-91-383.pdf\",\"data.xlsx\":\"/oss/physical/NASA/be773cff3d9b286b7b3973a8860fcf21/data.xlsx\"}', 'MP5010NT,Voltage Reference,Micro Power,6/4/1991,tid/PPM-91-383.pdf,TID,Voltage Reference', null); INSERT INTO `nasa_data_record` VALUES ('beb05d0efec00dc299290a3c4968e9b0', 'Crawler', '2024-11-13 12:27:47', 'liujunling', '2025-04-30 22:02:33', null, '模拟集成电路', 'RH1056A', 'RH1056A', 'JFET Input Operational Amplifier', '0921A', 'Linear Technology', '7/2011', 'NASA', '刘俊灵', '1', '{\"data.xlsx\":\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/nsrec2011_W5_TID.pdf\",\"电离总剂量效应_1746021750057.xlsx\":\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/电离总剂量效应_1746021750057.xlsx\"}', 'RH1056A,JFET Input Operational Amplifier,Linear Technology,7/2011,nsrec2011_W5_TID.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('beb19bc4a2790d9a313f13855e2fb4ee', 'Crawler', '2024-11-13 11:49:54', null, '2025-04-08 11:34:41', null, 'Si', 'MMBD1501A', 'MMBD1501A', 'Diode', null, 'Fairchild Semiconductor', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/beb19bc4a2790d9a313f13855e2fb4ee/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/beb19bc4a2790d9a313f13855e2fb4ee/data.xlsx\"}', 'MMBD1501A,Diode,Fairchild Semiconductor,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('beb3d5ff85b2288130d24ece457ac130', 'Crawler', '2024-11-13 11:03:01', null, '2025-04-08 11:34:41', null, 'N-MOSFET', 'FRL130R3', 'FRL130R3', 'N-MOSFET', null, 'Harris', '3/15/1991', 'NASA', null, null, '{\"PPM-91-168.pdf\":\"/oss/physical/NASA/beb3d5ff85b2288130d24ece457ac130/PPM-91-168.pdf\",\"data.xlsx\":\"/oss/physical/NASA/beb3d5ff85b2288130d24ece457ac130/data.xlsx\"}', 'FRL130R3,N-MOSFET,Harris,3/15/1991,tid/PPM-91-168.pdf,TID,N-MOSFET', null); INSERT INTO `nasa_data_record` VALUES ('bebbd6e60eaa61ea2547bd2be5d1b6c8', 'Crawler', '2024-11-13 12:37:53', 'changyuhai', '2025-05-04 01:12:55', null, 'Driver', 'SG1644', 'SG1644', 'Dual High Speed Driver', '0432', 'Linfinity', '11/2005', 'NASA', '常余海', '9', '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/data.xlsx\",\"G05NOV_SG1644_TID.pdf\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/G05NOV_SG1644_TID.pdf\",\"电离总剂量效应_1746292373595.xlsx\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/电离总剂量效应_1746292373595.xlsx\"}', 'SG1644,Dual High Speed Driver,Linfinity,11/2005,G05NOV_SG1644_TID.pdf;nsrec06_W2.pdf,TID,Driver', '216'); INSERT INTO `nasa_data_record` VALUES ('bf0894bc0a81ab56d23306be82ae72e4', 'Crawler', '2024-11-13 00:57:16', null, '2025-04-08 11:34:41', null, 'ESCC 25100', 'SML020DH12', 'SML020DH12', 'Schottky Diode', '5 RF/MICROWAVE SCHOTTKY (Si)', 'Semelab', '08/05/2019', 'ESA', null, null, '{\"D6-5 - TN6.05 - SEE Schottky SML020DH12 - NEO-14-086_Report_70-2018_rev1,0.pdf\":\"/oss/physical/ESA/bf0894bc0a81ab56d23306be82ae72e4/D6-5 - TN6.05 - SEE Schottky SML020DH12 - NEO-14-086_Report_70-2018_rev1,0.pdf\",\"data.xlsx\":\"/oss/physical/ESA/bf0894bc0a81ab56d23306be82ae72e4/data.xlsx\"}', '194,SML020DH12,Semelab,Download,SEE (Single Events Effects),ESCC 25100,4 DIODES,5 RF/MICROWAVE SCHOTTKY (Si),Schottky Diode,,Fraunhofer Institut,08/05/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('bf18fa2235ee4ffd539f0431fed61830', 'Crawler', '2024-11-13 09:57:46', null, '2025-04-08 11:34:41', null, 'Interpoint', 'MTO2815T/ES', 'MTO2815T/ES', 'DC/DC Conv.', null, null, '07/01/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/bf18fa2235ee4ffd539f0431fed61830/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/bf18fa2235ee4ffd539f0431fed61830/PPM-99-045.pdf\"}', '54,5-300,MTO2815T/ES,DC/DC Conv.,Interpoint,SMEX/CB,9107,PPM-91-438,07/01/91', null); INSERT INTO `nasa_data_record` VALUES ('bf246d5e04a6f90c96786baf53300dc9', 'Crawler', '2024-11-13 10:31:52', null, '2025-04-08 11:34:41', null, 'Controller', '82C59A-5', '82C59A-5', 'Programmable Priority Interrup Controller', null, 'Harris', '7/1/1991', 'NASA', null, null, '{\"PPM-91-439.pdf\":\"/oss/physical/NASA/bf246d5e04a6f90c96786baf53300dc9/PPM-91-439.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bf246d5e04a6f90c96786baf53300dc9/data.xlsx\"}', '82C59A-5,Programmable Priority Interrup Controller,Harris,7/1/1991,tid/PPM-91-439.pdf,TID,Controller', null); INSERT INTO `nasa_data_record` VALUES ('bf2c18988fd3bffa3d730f14c631b903', 'Crawler', '2024-11-13 09:53:57', null, '2025-04-08 11:34:41', null, 'ADI', 'OP177A', 'OP177A', 'Op Amp', null, null, '08/04/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/bf2c18988fd3bffa3d730f14c631b903/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/bf2c18988fd3bffa3d730f14c631b903/PPM-99-045.pdf\"}', '215,5-100,OP177A,Op Amp,ADI,FUSE,9332,PPM-94-016,08/04/94', null); INSERT INTO `nasa_data_record` VALUES ('bf2c5e26502f35fc90fb266f3284c210', 'Crawler', '2024-11-13 12:25:33', 'dushuaibin', '2025-04-30 21:29:05', null, '数字集成电路', 'SRAM', 'RAM', '4Mbit SRAM', 'XX', 'Hitachi', '1992.06.24', 'NASA', '王嘉兴', '1', '{\"data.xlsx\":\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/data.xlsx\",\"62492.pdf\":\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/62492.pdf\",\"单粒子效应_1746019743976.xlsx\":\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/单粒子效应_1746019743976.xlsx\"}', 'RAM,4Mbit SRAM,Hitachi,6/24/1992,62492.pdf,SEL,SRAM', '1'); INSERT INTO `nasa_data_record` VALUES ('bf356c9fe6b3e4fdd9644f899b9d9bd6', 'Crawler', '2024-11-13 11:06:44', null, '2025-04-08 11:34:41', null, 'Optocoupler', 'HCPL5231', 'HCPL5231', 'Optocoupler', null, 'HP', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/bf356c9fe6b3e4fdd9644f899b9d9bd6/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bf356c9fe6b3e4fdd9644f899b9d9bd6/data.xlsx\"}', 'HCPL5231,Optocoupler,HP,5/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('bf56e248ffbcde793504ec444731d018', 'Crawler', '2024-11-13 10:10:03', null, '2025-04-08 11:34:41', null, 'Si', '10YQ045C', '10YQ045C', 'Schottky Diode', null, 'International Rectifier', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/bf56e248ffbcde793504ec444731d018/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bf56e248ffbcde793504ec444731d018/data.xlsx\"}', '10YQ045C,Schottky Diode,International Rectifier,6/27/2015,NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('bf5b2a24b561223006fa219f6da0cb35', 'Crawler', '2024-11-13 10:52:35', null, '2025-04-08 11:34:41', null, 'Si', 'BAR64-05 E6327', 'BAR64-05 E6327', 'Diode', null, 'Infineon', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/bf5b2a24b561223006fa219f6da0cb35/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bf5b2a24b561223006fa219f6da0cb35/data.xlsx\"}', 'BAR64-05 E6327,Diode,Infineon,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('bf67d169e09536f116a32aa40bbb6e8c', 'Crawler', '2024-11-13 10:54:06', null, '2025-04-08 11:34:41', null, 'Si', 'BZX84-C56,215', 'BZX84-C56,215', 'Zener Diode', null, 'NXP Semiconductor', '4/10/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/bf67d169e09536f116a32aa40bbb6e8c/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bf67d169e09536f116a32aa40bbb6e8c/data.xlsx\"}', 'BZX84-C56,215,Zener Diode,NXP Semiconductor,4/10/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('bf90c9948d8cf9e2a3cc75720d5fffed', 'Crawler', '2024-11-13 09:57:24', null, '2025-04-08 11:34:41', null, 'Teledyne', 'TSC426MJA', 'TSC426MJA', 'MOSFET Driver', null, null, '08/12/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/bf90c9948d8cf9e2a3cc75720d5fffed/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/bf90c9948d8cf9e2a3cc75720d5fffed/PPM-99-045.pdf\"}', '69,5-50,TSC426MJA,MOSFET Driver,Teledyne,MODIS-T,9026,PPM-91-509,08/12/91', null); INSERT INTO `nasa_data_record` VALUES ('bfae4f2eb9375c44a4828f1bb050617f', 'Crawler', '2024-11-13 12:03:04', 'xuebinrui', '2025-04-29 17:44:46', null, '光电子器件', 'OP232TX', 'OP232TX', 'LED', '9042', 'Optek Technology', '11/22/1991', 'NASA', '薛彬睿', '1', '{\"PPM-91-703.pdf\":\"/oss/physical/NASA/bfae4f2eb9375c44a4828f1bb050617f/PPM-91-703.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bfae4f2eb9375c44a4828f1bb050617f/data.xlsx\",\"电离总剂量效应-(17)_1745919847795.xlsx\":\"/oss/physical/NASA/bfae4f2eb9375c44a4828f1bb050617f/电离总剂量效应-(17)_1745919847795.xlsx\"}', 'OP232TX,LED,Optek Technology,11/22/1991,tid/PPM-91-703.pdf,TID,LED', '4'); INSERT INTO `nasa_data_record` VALUES ('c002f1ee396d6b573b6670d575272b06', 'Crawler', '2024-11-13 12:33:18', 'yangjicong', '2025-04-28 22:59:43', null, '14nm FinFET', 'Radeon e9173 (Polaris)', 'Radeon e9173 (Polaris)', 'Graphics Processor Unit (GPU)', 'n/a; (19 - 022)', 'AMD', '6/2/2019(MGH)', 'NASA', '杨济聪', '1', '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\":\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\",\"data_1745852381532.xlsx\":\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/data_1745852381532.xlsx\"}', 'Radeon e9173 (Polaris),Graphics Processor Unit (GPU),AMD,6/2/2019(MGH),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;https://nepp.nasa.gov/files/30362/NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf,SEE,14nm FinFET', '1'); INSERT INTO `nasa_data_record` VALUES ('c05649d1529babf726c1a45f04af4981', 'Crawler', '2024-11-13 09:52:14', null, '2025-04-08 11:34:41', null, 'Sipex', 'SP9380', 'SP9380', 'DAC, 18-bit', null, null, '10/27/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/c05649d1529babf726c1a45f04af4981/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/c05649d1529babf726c1a45f04af4981/PPM-99-045.pdf\"}', '286,1-30,SP9380,DAC, 18-bit,Sipex,XDS/ACHE,9509,PPM-95-184,10/27/95', null); INSERT INTO `nasa_data_record` VALUES ('c05e90e41474a020f4e590cb715035bf', 'Crawler', '2024-11-13 01:04:55', null, '2025-04-08 11:34:41', null, 'Not specified', 'MWIR-384x288 MCT Focal Plane Array', 'MWIR-384x288 MCT Focal Plane Array', 'MWIR-384x288 MCT Focal Plane Array', '99 MISCELLANEOUS', 'AIM', '01/12/2005', 'ESA', null, null, '{\"219.pdf\":\"/oss/physical/ESA/c05e90e41474a020f4e590cb715035bf/219.pdf\",\"data.xlsx\":\"/oss/physical/ESA/c05e90e41474a020f4e590cb715035bf/data.xlsx\"}', '219,MWIR-384x288 MCT Focal Plane Array,AIM,Download,TID (Total Ionising Dose),Not specified,18 OPTO ELECTRONICS,99 MISCELLANEOUS,MWIR-384x288 MCT Focal Plane Array,,AIM-IR,01/12/2005,False', null); INSERT INTO `nasa_data_record` VALUES ('c079f401f2ca6f9441f41aa120b2af31', 'Crawler', '2024-11-13 10:30:35', null, '2025-04-08 11:34:41', null, 'SiGe device', '7HP HBT', '7HP HBT', 'Transistor', null, 'IBM', '9/30/2002;7/25/2003', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/c079f401f2ca6f9441f41aa120b2af31/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/c079f401f2ca6f9441f41aa120b2af31/NSREC03_W10.pdf\",\"SNL092302_SiGe_HBT.pdf\":\"/oss/physical/NASA/c079f401f2ca6f9441f41aa120b2af31/SNL092302_SiGe_HBT.pdf\"}', '7HP HBT,Transistor,IBM,9/30/2002;7/25/2003,SNL092302_SiGe_HBT.pdf;NSREC03_W10.pdf,SEE;charge collection,SiGe device', null); INSERT INTO `nasa_data_record` VALUES ('c0a08d11b56e4a7bb2c6212cf751f1ff', 'Crawler', '2024-11-13 11:12:08', null, '2025-04-08 11:34:41', null, 'Bipolar', 'HSYE-117RH', 'HSYE-117RH', 'Voltage Regulator', null, 'Intersil', '8/23/2019;4/29/2020', 'NASA', null, null, '{\"2019-Casey-TR-19-007-HSYE117RH-TID-20205004068.pdf\":\"/oss/physical/NASA/c0a08d11b56e4a7bb2c6212cf751f1ff/2019-Casey-TR-19-007-HSYE117RH-TID-20205004068.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c0a08d11b56e4a7bb2c6212cf751f1ff/data.xlsx\",\"2020-Casey-TR-19-007-HSYE-117RH-2020Apr29-TID-20205004139.pdf\":\"/oss/physical/NASA/c0a08d11b56e4a7bb2c6212cf751f1ff/2020-Casey-TR-19-007-HSYE-117RH-2020Apr29-TID-20205004139.pdf\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/c0a08d11b56e4a7bb2c6212cf751f1ff/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\"}', 'HSYE-117RH,Voltage Regulator,Intersil,8/23/2019;4/29/2020,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;tid/2019-Casey-TR-19-007-HSYE117RH-TID-20205004068.pdf;tid/2020-Casey-TR-19-007-HSYE-117RH-2020Apr29-TID-20205004139.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('c12d7a29bc3f9224a60d3e5365f6691f', 'Crawler', '2024-11-13 12:41:44', 'luozikang', '2025-04-29 18:42:07', null, 'Analog Device', 'SPT7922', 'SPT7922', '16-bit ADC', null, 'SPT', '1/6/1994;7/18/1994', 'NASA', '罗梓康', '1', '{\"nsrec94a.pdf\":\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/nsrec94a.pdf\",\"b010694.pdf\":\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/b010694.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/data.xlsx\",\"单粒子效应_1745920738856.xlsx\":\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/单粒子效应_1745920738856.xlsx\"}', 'SPT7922,16-bit ADC,SPT,1/6/1994;7/18/1994,b010694.pdf;nsrec94a.pdf,SEE,Analog Device', '4'); INSERT INTO `nasa_data_record` VALUES ('c1305a338a19882039c42a1a8b950ede', 'Crawler', '2024-11-13 10:44:50', null, '2025-04-08 11:34:41', null, 'Operational Amplifier', 'AD829SQ/883B', 'AD829SQ/883B', 'Video Operational Amplifier', null, 'ADI', '3/4/1992', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/c1305a338a19882039c42a1a8b950ede/data.xlsx\",\"PPM-92-092.pdf\":\"/oss/physical/NASA/c1305a338a19882039c42a1a8b950ede/PPM-92-092.pdf\"}', 'AD829SQ/883B,Video Operational Amplifier,ADI,3/4/1992,tid/PPM-92-092.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('c147b63bab954be3ef9cf1a0d02fb1c8', 'Crawler', '2024-11-13 12:28:25', 'liujunling', '2025-04-30 21:59:38', null, '模拟集成电路', 'RH137H', 'RH137H', 'Negative Adjustable Regulator', '0235A', 'Linear Technology', '5/23/2006', 'NASA', '刘俊灵', '1', '{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/data.xlsx\",\"T052306_RH137.pdf\":\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/T052306_RH137.pdf\",\"单粒子效应_1746021576778.xlsx\":\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/单粒子效应_1746021576778.xlsx\"}', 'RH137H,Negative Adjustable Regulator,Linear Technology,5/23/2006,T052306_RH137.pdf;nsrec07_W27_SEE.pdf,SEE,Bipolar Linear Device', '1'); INSERT INTO `nasa_data_record` VALUES ('c15d0695e2892db524afcec7ff932314', 'Crawler', '2024-11-13 12:35:51', 'sunjiacheng', '2025-04-30 15:45:16', null, '二极管', 'SBRT10U60D1', 'SBRT10U60D1', 'Super Barrier Diode', '1523', 'Diodes, Inc.', '2016NovLBNL', 'NASA', '孙家诚', '2', '{\"data.xlsx\":\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/data.xlsx\",\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\":\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"}', 'SBRT10U60D1,Super Barrier Diode,Diodes, Inc.,2016NovLBNL,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE,Si', '1'); INSERT INTO `nasa_data_record` VALUES ('c16af12830088ca312c6546bdcd64171', 'Crawler', '2024-11-13 12:36:07', 'sunjiacheng', '2025-04-30 15:45:55', null, '晶体管', 'SCT30N120', 'SCT30N120', 'SiC MOSFET', '14-050(REAG ID)', 'STMicroelectronics', '6/30/2014', 'NASA', '孙家诚', '1', '{\"单粒子效应2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350_1745996824697.xlsx\":\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/单粒子效应2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350_1745996824697.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\"}', 'SCT30N120,SiC MOSFET,STMicroelectronics,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf,SEE,SiC VDMOS', '24'); INSERT INTO `nasa_data_record` VALUES ('c180d8b84a3291a4834271b8a958c088', 'Crawler', '2024-11-13 12:04:39', 'xuebinrui', '2025-04-29 12:48:43', null, '晶体管', 'OP471', 'OP471', 'Operational Amplifier', '0646A; 13-010', 'Analog Devices', '4/3/2013', 'NASA', '薛彬睿', '1', '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/c180d8b84a3291a4834271b8a958c088/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c180d8b84a3291a4834271b8a958c088/data.xlsx\",\"电离总剂量效应-副本-副本(2)-副本_1745902119189.xlsx\":\"/oss/physical/NASA/c180d8b84a3291a4834271b8a958c088/电离总剂量效应-副本-副本(2)-副本_1745902119189.xlsx\"}', 'OP471,Operational Amplifier,Analog Devices,4/3/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('c1953407f87fb52da7914777c0009cf7', 'Crawler', '2024-11-13 10:39:57', null, '2025-04-08 11:34:41', null, 'Bipolar', 'AD625', 'AD625', 'Operational Amplifierlifier', null, 'Analog Devices', '5/18/2018', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/c1953407f87fb52da7914777c0009cf7/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c1953407f87fb52da7914777c0009cf7/data.xlsx\"}', 'AD625,Operational Amplifierlifier,Analog Devices,5/18/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('c1be6b1b78bbd47d7b1352a3f13e71b6', 'Crawler', '2024-11-13 10:50:51', null, '2025-04-08 11:34:41', null, 'Memory', 'AS58C1001SF', 'AS58C1001SF', 'Rad-Hard EEPROM', null, 'ASI', '8/5/1987', 'NASA', null, null, '{\"PPM-97-034.pdf\":\"/oss/physical/NASA/c1be6b1b78bbd47d7b1352a3f13e71b6/PPM-97-034.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c1be6b1b78bbd47d7b1352a3f13e71b6/data.xlsx\"}', 'AS58C1001SF,Rad-Hard EEPROM,ASI,8/5/1987,tid/PPM-97-034.pdf,TID,Memory', null); INSERT INTO `nasa_data_record` VALUES ('c1f4891889d801eea45a049b7f68f3b0', 'Crawler', '2024-11-13 12:48:22', 'chenwenzhuo', '2025-04-30 23:12:27', null, 'CMOS', 'T36T-GAFE7', 'T36T-GAFE7', 'ASIC', null, 'Agilent', '11/11/2003;6/22/2004', 'NASA', '陈文卓', '65', '{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/nsrec04_SEE.pdf\",\"TIL25_1746010456960.xlsx\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/TIL25_1746010456960.xlsx\"}', 'T36T-GAFE7,ASIC,Agilent,11/11/2003;6/22/2004,T111103_GLAST.pdf;nsrec04_SEE.pdf,SEE,CMOS', '211'); INSERT INTO `nasa_data_record` VALUES ('c2379f6d00f1cbb3462327f130453fef', 'Crawler', '2024-11-13 11:28:49', null, '2025-04-08 11:34:41', null, 'Bipolar', 'LMP2012', 'LMP2012', 'Operational Amplifier', null, 'National Semiconductor (now Texas Instruments)', 'TAMU07MAY;5/22/2007;12/18/2012', 'NASA', null, null, '{\"12-085_NRL20121218_LMP2012_laser.pdf\":\"/oss/physical/NASA/c2379f6d00f1cbb3462327f130453fef/12-085_NRL20121218_LMP2012_laser.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/c2379f6d00f1cbb3462327f130453fef/nsrec08_W3_SEE.pdf\",\"T052207_RM2012.pdf\":\"/oss/physical/NASA/c2379f6d00f1cbb3462327f130453fef/T052207_RM2012.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c2379f6d00f1cbb3462327f130453fef/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/c2379f6d00f1cbb3462327f130453fef/nsrec2013_W8_SEE.pdf\"}', 'LMP2012,Operational Amplifier,National Semiconductor (now Texas Instruments),TAMU07MAY;5/22/2007;12/18/2012,T052207_RM2012.pdf;nsrec08_W3_SEE.pdf;nsrec2013_W8_SEE.pdf;12-085_NRL20121218_LMP2012_laser.pdf,SEE; SEL; SET; Laser,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('c23b3a1eab3076080d031fe69fcdec61', 'Crawler', '2024-11-13 11:34:33', null, '2025-04-08 11:34:41', null, 'RAM (Random Access Memory)', 'Luna-ES2', 'Luna-ES2', '4Mx4 DRAM', null, 'IBM', '3/28/1996;5/1/1996', 'NASA', null, null, '{\"no_report.pdf\":\"/oss/physical/NASA/c23b3a1eab3076080d031fe69fcdec61/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c23b3a1eab3076080d031fe69fcdec61/data.xlsx\"}', 'Luna-ES2,4Mx4 DRAM,IBM,3/28/1996;5/1/1996,no_report.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('c2450467867d93f9cd285461eea0a304', 'Crawler', '2024-11-13 10:12:25', null, '2025-04-08 11:34:41', null, 'Power Device', '2690R-D15F', '2690R-D15F', 'DC-DC converter', null, 'MDI', '11/9/1994;7/17/1995;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/c2450467867d93f9cd285461eea0a304/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c2450467867d93f9cd285461eea0a304/data.xlsx\",\"dcdc95.pdf\":\"/oss/physical/NASA/c2450467867d93f9cd285461eea0a304/dcdc95.pdf\",\"b110994.pdf\":\"/oss/physical/NASA/c2450467867d93f9cd285461eea0a304/b110994.pdf\"}', '2690R-D15F,DC-DC converter,MDI,11/9/1994;7/17/1995;7/17/1995,b110994.pdf;ieee95a.pdf;dcdc95.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('c2470465f4eafab197a175ed5f25cdfe', 'Crawler', '2024-11-13 11:16:38', null, '2025-04-08 11:34:41', null, 'Discretes', 'JANS2N2222', 'JANS2N2222', 'Transistors', null, 'Analog Devices', '10/2006', 'NASA', null, null, '{\"G06OCT_JANS2N2222_TID.pdf\":\"/oss/physical/NASA/c2470465f4eafab197a175ed5f25cdfe/G06OCT_JANS2N2222_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c2470465f4eafab197a175ed5f25cdfe/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/c2470465f4eafab197a175ed5f25cdfe/nsrec07_W26_TID.pdf\"}', 'JANS2N2222,Transistors,Analog Devices,10/2006,G06OCT_JANS2N2222_TID.pdf;nsrec07_W26_TID.pdf,TID,Discretes', null); INSERT INTO `nasa_data_record` VALUES ('c2569556912374ca1865dad2a8b61b83', 'Crawler', '2024-11-13 12:45:40', 'chenpan', '2025-04-30 21:53:51', null, 'CMOS nano-crystal', 'Si-Nano NVMs', 'Si-Nano NVMs', '512k x 8 NV Memory', null, 'Motorola', '2/22/2004;6/22/2004', 'NASA', '陈攀', '1', '{\"data.xlsx\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/nsrec04_SEE.pdf\",\"T022204_Motorola.pdf\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/T022204_Motorola.pdf\",\"Si-Nano_NVMs_SEE_1746015791859_1746021223951.xlsx\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/Si-Nano_NVMs_SEE_1746015791859_1746021223951.xlsx\"}', 'Si-Nano NVMs,512k x 8 NV Memory,Motorola,2/22/2004;6/22/2004,T022204_Motorola.pdf;nsrec04_SEE.pdf,SEE,CMOS nano-crystal', '5'); INSERT INTO `nasa_data_record` VALUES ('c27c94288025f20afae43ce53c092f0e', 'Crawler', '2024-11-13 13:13:08', 'liumingyu', '2025-04-16 00:24:34', null, '20nm CMOS', 'XCKU040-1LFFVA1156I Kintex-UltraScale', 'XCKU040-1LFFVA1156I Kintex-UltraScale', 'FPGA', 'xx', 'Xilinx', '10/1/2016(TAMU); 3/1/2017(TAMU); 3/22/2017(TAMU); 12/6/2017(TAMU); 2017(Chicago); 4/29/2018(MGH); 5/1/2018(TAMU); 11/18/2019(LBNL)', 'NASA', '刘明宇', '4', '{\"单粒子效应-XCKU040-1LFFVA1156I_1744730662219.xlsx\":\"/oss/physical/NASA/c27c94288025f20afae43ce53c092f0e/单粒子效应-XCKU040-1LFFVA1156I_1744730662219.xlsx\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/c27c94288025f20afae43ce53c092f0e/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/c27c94288025f20afae43ce53c092f0e/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/c27c94288025f20afae43ce53c092f0e/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c27c94288025f20afae43ce53c092f0e/data.xlsx\",\"NEPP-TR-2017-Berg-15-061-XCKU040-2FFVA1156-Kintex-UltraScale-TN45195.pdf\":\"/oss/physical/NASA/c27c94288025f20afae43ce53c092f0e/NEPP-TR-2017-Berg-15-061-XCKU040-2FFVA1156-Kintex-UltraScale-TN45195.pdf\"}', 'XCKU040-1LFFVA1156I Kintex-UltraScale,FPGA,Xilinx,10/1/2016(TAMU); 3/1/2017(TAMU); 3/22/2017(TAMU); 12/6/2017(TAMU); 2017(Chicago); 4/29/2018(MGH); 5/1/2018(TAMU); 11/18/2019(LBNL),https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/29516/NEPP-TR-2017-Berg-15-061-XCKU040-2FFVA1156-Kintex-UltraScale-TN45195.pdf,SEE;SEU;SEFI;SEL,20nm CMOS', '4'); INSERT INTO `nasa_data_record` VALUES ('c282641e4d8a09c0433e3318c562de33', 'Crawler', '2024-11-13 11:52:48', 'mayinjie', '2025-04-30 19:22:55', null, 'BiCMOS', 'MSK5059RH', 'MSK5059RH', 'Step down switching regulator', null, 'MS Kennedy', 'TAMU10DEC;TAMU11JUN;12/5/2010;6/27/2011;8/24/2011', 'NASA', '马崟洁', '1', '{\"NRL082411_MSK5059RH.pdf\":\"/oss/physical/NASA/c282641e4d8a09c0433e3318c562de33/NRL082411_MSK5059RH.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/c282641e4d8a09c0433e3318c562de33/nsrec2012_W22_SEE.pdf\",\"T120510_MSK5059RH.pdf\":\"/oss/physical/NASA/c282641e4d8a09c0433e3318c562de33/T120510_MSK5059RH.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/c282641e4d8a09c0433e3318c562de33/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c282641e4d8a09c0433e3318c562de33/data.xlsx\",\"单粒子效应.xlsx_1746012173056.xlsx\":\"/oss/physical/NASA/c282641e4d8a09c0433e3318c562de33/单粒子效应.xlsx_1746012173056.xlsx\"}', 'MSK5059RH,Step down switching regulator,MS Kennedy,TAMU10DEC;TAMU11JUN;12/5/2010;6/27/2011;8/24/2011,T120510_MSK5059RH.pdf;nsrec2011_W6_SEE.pdf;NRL082411_MSK5059RH.pdf;nsrec2012_W22_SEE.pdf,SEE; SEL; SEGR; SEB,BiCMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('c28fbae9f112e792a379b31b073e705e', 'Crawler', '2024-11-13 02:22:22', null, '2025-04-08 11:34:41', null, 'ESCC 25100', 'AD558JNZ', 'AD558JNZ', 'Voltage-Output 8-Bit\r\nDigital-to-Analog Converter', '62 LINEAR DIGITAL TO ANALOG CONVERTER', 'Analog Devices', '01/10/2015', 'ESA', null, null, '{\"339.pdf\":\"/oss/physical/ESA/c28fbae9f112e792a379b31b073e705e/339.pdf\",\"data.xlsx\":\"/oss/physical/ESA/c28fbae9f112e792a379b31b073e705e/data.xlsx\"}', '339,AD558JNZ,Analog Devices,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,62 LINEAR DIGITAL TO ANALOG CONVERTER,Voltage-Output 8-Bit\r\nDigital-to-Analog Converter,,TRAD,01/10/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('c2ba5bf9181da81490012bbd554d0618', 'Crawler', '2024-11-13 12:29:01', 'yangjicong', '2025-04-30 11:35:45', null, 'Bipolar', 'RHF43B', 'RHF43B', 'Operational Amplifier, Voltage Regulator', '30820A', 'ST Microelectronics', '7/2011; 2014Dec', 'NASA', '杨济聪', '1', '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/c2ba5bf9181da81490012bbd554d0618/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/c2ba5bf9181da81490012bbd554d0618/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/c2ba5bf9181da81490012bbd554d0618/nsrec2011_W5_TID.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/c2ba5bf9181da81490012bbd554d0618/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"data_1745984143890.xlsx\":\"/oss/physical/NASA/c2ba5bf9181da81490012bbd554d0618/data_1745984143890.xlsx\"}', 'RHF43B,Operational Amplifier, Voltage Regulator,ST Microelectronics,7/2011; 2014Dec,nsrec2011_W5_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('c2c30a95faf05f087fd3943d656d3bd8', 'Crawler', '2024-11-13 09:51:51', null, '2025-04-08 11:34:41', null, 'Analog Devices', 'DAC87', 'DAC87', '12 bit D/A Converter', null, null, '12/15/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/c2c30a95faf05f087fd3943d656d3bd8/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/c2c30a95faf05f087fd3943d656d3bd8/PPM-99-045.pdf\"}', '300,1-100,DAC87,12 bit D/A Converter,Analog Devices,ASTRO-E/XDS,9445,9432,PPM-97-004,12/15/96', null); INSERT INTO `nasa_data_record` VALUES ('c2ccb38699abfdfc5d2290dec5cb316e', 'Crawler', '2024-11-13 10:12:43', null, '2025-04-08 11:34:41', null, 'Fiber Optics', '2706T', '2706T', 'Fibre Channel Link Transmitter', null, 'Force Inc', '6/28/1996;7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/c2ccb38699abfdfc5d2290dec5cb316e/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c2ccb38699abfdfc5d2290dec5cb316e/data.xlsx\",\"d062896.pdf\":\"/oss/physical/NASA/c2ccb38699abfdfc5d2290dec5cb316e/d062896.pdf\"}', '2706T,Fibre Channel Link Transmitter,Force Inc,6/28/1996;7/21/1997,d062896.pdf;Random97a.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('c2f7eb30385cc1ce760d1a54cdfa63ef', 'Crawler', '2024-11-13 10:56:44', null, '2025-04-08 11:34:41', null, 'Programmable Device', 'CP20420', 'CP20420', 'FPGA', null, 'Crosspoint', '1/6/1994;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/c2f7eb30385cc1ce760d1a54cdfa63ef/nsrec94a.pdf\",\"b010694.pdf\":\"/oss/physical/NASA/c2f7eb30385cc1ce760d1a54cdfa63ef/b010694.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c2f7eb30385cc1ce760d1a54cdfa63ef/data.xlsx\"}', 'CP20420,FPGA,Crosspoint,1/6/1994;7/18/1994,b010694.pdf;nsrec94a.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('c309a1e914e9ed7673ebf27b5bfcf4be', 'Crawler', '2024-11-13 12:02:13', 'xieyongzhi', '2025-05-03 19:11:19', null, '放大器', 'OP07A', 'OP07A', 'Operational Amplifier', null, 'Linear', '8/23/1994', 'NASA', '谢永智', '1', '{\"data(10)_1745985513882.xlsx\":\"/oss/physical/NASA/c309a1e914e9ed7673ebf27b5bfcf4be/data(10)_1745985513882.xlsx\",\"PPM-94-020.pdf\":\"/oss/physical/NASA/c309a1e914e9ed7673ebf27b5bfcf4be/PPM-94-020.pdf\"}', 'OP07A,Operational Amplifier,Linear,8/23/1994,tid/PPM-94-020.pdf,TID,Operational Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('c3172180b86d705abd5d8a239c4be469', 'Crawler', '2024-11-13 12:36:36', 'zhangchenyu', '2025-04-30 16:04:35', null, 'Photonics', 'SEDS II SCI', 'SEDS II SCI', '1773 1MHz F/O bus', null, 'SCI', '7/20/1998', 'NASA', '张晨宇', '1', '{\"NSREC98.pdf\":\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/data.xlsx\",\"单粒子效应_1746000273766.xlsx\":\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/单粒子效应_1746000273766.xlsx\"}', 'SEDS II SCI,1773 1MHz F/O bus,SCI,7/20/1998,NSREC98.pdf,SEE,Photonics', '1'); INSERT INTO `nasa_data_record` VALUES ('c3268603ea6484aa3a81e28d54545c99', 'Crawler', '2024-11-13 10:12:07', null, '2025-04-08 11:34:41', null, 'CMOS', '2512 Hub', '2512 Hub', 'USB Hub', null, 'SMSC', '4/19/2011', 'NASA', null, null, '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/c3268603ea6484aa3a81e28d54545c99/nsrec2012_W22_SEE.pdf\",\"T041911_USBFX2_USB2512.pdf\":\"/oss/physical/NASA/c3268603ea6484aa3a81e28d54545c99/T041911_USBFX2_USB2512.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c3268603ea6484aa3a81e28d54545c99/data.xlsx\"}', '2512 Hub,USB Hub,SMSC,4/19/2011,T041911_USBFX2_USB2512.pdf;nsrec2012_W22_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('c3375f13ccc5064651891fc894b9ed01', 'Crawler', '2024-11-13 11:36:05', null, '2025-04-08 11:34:41', null, 'CMOS', 'MAX1809', 'MAX1809', 'DC/DC Converter', null, 'Maxim', '6/17/2003;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/c3375f13ccc5064651891fc894b9ed01/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/c3375f13ccc5064651891fc894b9ed01/nsrec04_SEE.pdf\",\"T061703_GLAST.pdf\":\"/oss/physical/NASA/c3375f13ccc5064651891fc894b9ed01/T061703_GLAST.pdf\"}', 'MAX1809,DC/DC Converter,Maxim,6/17/2003;6/22/2004,T061703_GLAST.pdf;nsrec04_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('c35a9aaad52061885ae9d8566c54348b', 'Crawler', '2024-11-13 12:38:33', 'changyuhai', '2025-05-03 23:53:25', null, '0.25�m CMOS', 'SIDECAR ASIC', 'SIDECAR ASIC', 'ASIC', 'JWST飞行批次', 'Teledyne', 'TAMU07JUNE', 'NASA', '常余海', '19', '{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/data.xlsx\",\"T062607_SIDECAR.pdf\":\"/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/T062607_SIDECAR.pdf\",\"单粒子效应_1746287463968.xlsx\":\"/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/单粒子效应_1746287463968.xlsx\"}', 'SIDECAR ASIC,ASIC,Teledyne,TAMU07JUNE,T062607_SIDECAR.pdf;nsrec08_W3_SEE.pdf,SEE;SEL;SEFI,0.25�m CMOS', '19'); INSERT INTO `nasa_data_record` VALUES ('c3918480d567f294ed44e1f143a43dfb', 'Crawler', '2024-11-13 02:19:43', null, '2025-04-08 11:34:41', null, 'Not specified', 'SOC2222A', 'SOC2222A', 'NPN Small Signal Transistors', '1 LOW POWER, NPN (< 2WATTS)', 'STmicroelectronics', '03/06/2011', 'ESA', null, null, '{\"SOC2222A PROTONS TID_0940_01.pdf\":\"/oss/physical/ESA/c3918480d567f294ed44e1f143a43dfb/SOC2222A PROTONS TID_0940_01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/c3918480d567f294ed44e1f143a43dfb/data.xlsx\"}', '362,SOC2222A,STmicroelectronics,Download,DD (Displacement Damage),Not specified,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),NPN Small Signal Transistors,,Hirex-Alter,03/06/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('c3b930ee2dea2d01511d209a65f34914', 'Crawler', '2024-11-13 10:23:46', null, '2025-04-08 11:34:41', null, 'Logic', '54AC299LMQB', '54AC299LMQB', 'Shift Register', null, 'National Semiconductor', '2/11/1992', 'NASA', null, null, '{\"PPM-92-060.pdf\":\"/oss/physical/NASA/c3b930ee2dea2d01511d209a65f34914/PPM-92-060.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c3b930ee2dea2d01511d209a65f34914/data.xlsx\"}', '54AC299LMQB,Shift Register,National Semiconductor,2/11/1992,tid/PPM-92-060.pdf,TID,Logic', null); INSERT INTO `nasa_data_record` VALUES ('c3cf32485206d2834a7ea8e43bafa570', 'Crawler', '2024-11-13 10:24:21', null, '2025-04-08 11:34:41', null, 'Buffer', '54ACT244LMQB', '54ACT244LMQB', 'Octal Buffer', null, 'National Semiconductor', '11/19/1991', 'NASA', null, null, '{\"PPM-91-693.pdf\":\"/oss/physical/NASA/c3cf32485206d2834a7ea8e43bafa570/PPM-91-693.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c3cf32485206d2834a7ea8e43bafa570/data.xlsx\"}', '54ACT244LMQB,Octal Buffer,National Semiconductor,11/19/1991,tid/PPM-91-693.pdf,TID,Buffer', null); INSERT INTO `nasa_data_record` VALUES ('c3eb29368f7315f5ceeef09e8036e9ed', 'Crawler', '2024-11-13 00:33:18', null, '2025-04-08 11:34:41', null, 'MIL-STD-883 TM 1019', '2N5154', '2N5154', '', '2 LOW POWER, PNP (< 2WATTS)', 'Microsemi', '25/01/2012', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/c3eb29368f7315f5ceeef09e8036e9ed/data.xlsx\",\"2N5154 TID_1012_01.pdf\":\"/oss/physical/ESA/c3eb29368f7315f5ceeef09e8036e9ed/2N5154 TID_1012_01.pdf\"}', '93,2N5154,Microsemi,Download,TID (Total Ionising Dose),MIL-STD-883 TM 1019,12 TRANSISTORS,2 LOW POWER, PNP (< 2WATTS),,,Hirex,25/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('c3efb7028f724b550c5db779986dfede', 'Crawler', '2024-11-13 09:55:32', null, '2025-04-08 11:34:41', null, 'Micro Power', 'MP7623TD/883B', 'MP7623TD/883B', 'D/A Conv.', null, null, '06/01/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/c3efb7028f724b550c5db779986dfede/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/c3efb7028f724b550c5db779986dfede/PPM-99-045.pdf\"}', '145,5-20,MP7623TD/883B,D/A Conv.,Micro Power,GGS/WIND,9032,PPM-92-170,06/01/92', null); INSERT INTO `nasa_data_record` VALUES ('c3efcd09547ae84af3fd44983666ee53', 'Crawler', '2024-11-13 12:33:35', 'sunjiacheng', '2025-04-30 18:46:44', null, '其它混合集成电路', 'Ryzen 3 1200 Summit Ridge (YD1200BBAEBOX)', 'Ryzen 3 1200 Summit Ridge (YD1200BBAEBOX)', 'Processor', null, 'AMD', '6/2/2019(MGH)', 'NASA', '孙家诚', '1', '{\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf\":\"/oss/physical/NASA/c3efcd09547ae84af3fd44983666ee53/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c3efcd09547ae84af3fd44983666ee53/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/c3efcd09547ae84af3fd44983666ee53/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"单粒子效应_1746010003249.xlsx\":\"/oss/physical/NASA/c3efcd09547ae84af3fd44983666ee53/单粒子效应_1746010003249.xlsx\"}', 'Ryzen 3 1200 Summit Ridge (YD1200BBAEBOX),Processor,AMD,6/2/2019(MGH),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf;https://nepp.nasa.gov/files/30374/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf,SEE,Complex Logic', '1'); INSERT INTO `nasa_data_record` VALUES ('c3f65d35cb0cf2755385fc8c08d42a29', 'Crawler', '2024-11-13 11:25:27', null, '2025-04-08 11:34:41', null, 'Voltage Regulator', 'LM137', 'LM137', 'Voltage Regulator', null, 'Linear Technology', '5/15/1997', 'NASA', null, null, '{\"PPM-97-020.pdf\":\"/oss/physical/NASA/c3f65d35cb0cf2755385fc8c08d42a29/PPM-97-020.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c3f65d35cb0cf2755385fc8c08d42a29/data.xlsx\"}', 'LM137,Voltage Regulator,Linear Technology,5/15/1997,tid/PPM-97-020.pdf,TID,Voltage Regulator', null); INSERT INTO `nasa_data_record` VALUES ('c42cbc86f5ee277117bab7a47dde825c', 'Crawler', '2024-11-13 11:21:30', null, '2025-04-08 11:34:41', null, 'Operational Amplifier', 'LF147', 'LF147', 'Operational Amplifier', null, 'Linear Technology', '_1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/c42cbc86f5ee277117bab7a47dde825c/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c42cbc86f5ee277117bab7a47dde825c/data.xlsx\"}', 'LF147,Operational Amplifier,Linear Technology,_1999,nsrec00_W21.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('c43222d9d7e1d4207b1a3042777d4d54', 'Crawler', '2024-11-13 11:40:40', null, '2025-04-08 11:34:41', null, 'TTL Comparator', 'MAX913', 'MAX913', 'TTL Comparator', null, 'Maxim', '6/8/1998', 'NASA', null, null, '{\"PPM-98-017.pdf\":\"/oss/physical/NASA/c43222d9d7e1d4207b1a3042777d4d54/PPM-98-017.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c43222d9d7e1d4207b1a3042777d4d54/data.xlsx\"}', 'MAX913,TTL Comparator,Maxim,6/8/1998,tid/PPM-98-017.pdf,TID,TTL Comparator', null); INSERT INTO `nasa_data_record` VALUES ('c45098f3d1ec0b0543acd228f7e2ed23', 'Crawler', '2024-11-13 11:10:03', null, '2025-04-08 11:34:41', null, 'MESFET', 'HMC4562G8_Engineering PN', 'HMC4562G8_Engineering PN', 'GaAs MMIC mixer with integrated LO amplifier', null, 'Hittite Microwave Corp.', 'NRL10JAN', 'NASA', null, null, '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/c45098f3d1ec0b0543acd228f7e2ed23/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c45098f3d1ec0b0543acd228f7e2ed23/data.xlsx\",\"NRL012910_HMC422.pdf\":\"/oss/physical/NASA/c45098f3d1ec0b0543acd228f7e2ed23/NRL012910_HMC422.pdf\"}', 'HMC4562G8_Engineering PN,GaAs MMIC mixer with integrated LO amplifier,Hittite Microwave Corp.,NRL10JAN,NRL012910_HMC422.pdf;nsrec2011_W6_SEE.pdf,SEE;SET,MESFET', null); INSERT INTO `nasa_data_record` VALUES ('c45afe0a3750e8fea25409e71f236f93', 'Crawler', '2024-11-13 11:06:22', null, '2025-04-08 11:34:41', null, 'Optocoupler', 'HCPL-6731', 'HCPL-6731', 'Optocoupler', null, 'Agilent', '_2005', 'NASA', null, null, '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/c45afe0a3750e8fea25409e71f236f93/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c45afe0a3750e8fea25409e71f236f93/data.xlsx\"}', 'HCPL-6731,Optocoupler,Agilent,_2005,nsrec06_W2.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('c46b9351d7dd0a113c3c3ed9d6ceea79', 'Crawler', '2024-11-13 10:59:47', null, '2025-04-08 11:34:41', null, 'Optocoupler', 'DIH126', 'DIH126', 'Optocoupler', null, 'Dionics', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/c46b9351d7dd0a113c3c3ed9d6ceea79/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c46b9351d7dd0a113c3c3ed9d6ceea79/data.xlsx\"}', 'DIH126,Optocoupler,Dionics,5/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('c46d9855799e299c64567681b361ee77', 'Crawler', '2024-11-13 10:51:12', null, '2025-04-08 11:34:41', null, 'Memory', 'AT17C256', 'AT17C256', 'EEPROM', null, 'Atmel', '1/15/1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/c46d9855799e299c64567681b361ee77/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c46d9855799e299c64567681b361ee77/data.xlsx\"}', 'AT17C256,EEPROM,Atmel,1/15/1999,NSREC99.pdf,SEE,Memory', null); INSERT INTO `nasa_data_record` VALUES ('c4b361dc94db882180995a7dea1a964c', 'Crawler', '2024-11-13 11:59:33', 'huangkan', '2025-04-30 18:49:45', null, '​其他半导体集成电路', 'NB7L14MNG', 'NB7L14MNG', 'Fanout Buffer', '0934', 'ON Semiconductor', '11/14/2012; 3/13/2013', 'NASA', null, '3', '{\"NB7L14MNG单粒子效应_1745988830395.xlsx\":\"/oss/physical/NASA/c4b361dc94db882180995a7dea1a964c/NB7L14MNG单粒子效应_1745988830395.xlsx\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/c4b361dc94db882180995a7dea1a964c/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"LBNL013113_NB7L14MNG.pdf\":\"/oss/physical/NASA/c4b361dc94db882180995a7dea1a964c/LBNL013113_NB7L14MNG.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c4b361dc94db882180995a7dea1a964c/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/c4b361dc94db882180995a7dea1a964c/nsrec2013_W8_SEE.pdf\"}', 'NB7L14MNG,Fanout Buffer,ON Semiconductor,11/14/2012; 3/13/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;LBNL013113_NB7L14MNG.pdf;nsrec2013_W8_SEE.pdf,SEE,SiGe', '3'); INSERT INTO `nasa_data_record` VALUES ('c4c0dd4674359a04507acae1c73214ec', 'Crawler', '2024-11-13 09:49:49', null, '2025-04-08 11:34:41', null, 'Harris', 'HI506', 'HI506', 'CMOS Multiplexer', null, null, '10/05/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/c4c0dd4674359a04507acae1c73214ec/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/c4c0dd4674359a04507acae1c73214ec/PPM-99-045.pdf\"}', '382,2.5-50,HI506,CMOS Multiplexer,Harris,IRAC,9745,PPM-98-028,10/05/98', null); INSERT INTO `nasa_data_record` VALUES ('c4c3c23a80ce28a51621c8b0e31be34c', 'Crawler', '2024-11-13 11:20:45', null, '2025-04-08 11:34:41', null, 'RAM (Random Access Memory)', 'KM44C4000AJ-7', 'KM44C4000AJ-7', '4Mx4 DRAM', null, 'Samsung', '9/11/1997', 'NASA', null, null, '{\"DRAM296.pdf\":\"/oss/physical/NASA/c4c3c23a80ce28a51621c8b0e31be34c/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c4c3c23a80ce28a51621c8b0e31be34c/data.xlsx\"}', 'KM44C4000AJ-7,4Mx4 DRAM,Samsung,9/11/1997,DRAM296.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('c4f282a641a0de09da1c2fd976fadc31', 'Crawler', '2024-11-13 13:14:28', 'admin', '2025-04-08 11:34:41', null, '晶体管', 'Xilinx SIRF Test Transistors', 'Xilinx SIRF Test Transistors', 'Test Transistors', null, 'Xilinx', 'VdG2008JUN', 'NASA', '张兴尧', '9', '{\"data3_1739508825953.csv\":\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/data3_1739508825953.csv\",\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/nsrec09_W13_TID.pdf\",\"VdG08JUN_Xilinx_SIRF.pdf\":\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/VdG08JUN_Xilinx_SIRF.pdf\"}', 'Xilinx SIRF Test Transistors,Test Transistors,Xilinx,VdG2008JUN,tid/VdG08JUN_Xilinx_SIRF.pdf;nsrec09_W13_TID.pdf,TID,Transistor', '27'); INSERT INTO `nasa_data_record` VALUES ('c549b7103210c7097b9b0b8020dc85a5', 'Crawler', '2024-11-13 10:23:18', null, '2025-04-08 11:34:41', null, 'Logic Device', '54AC20LMQB', '54AC20LMQB', '4-input NAND', null, 'National Semiconductor', '11/22/1991', 'NASA', null, null, '{\"PPM-91-692.pdf\":\"/oss/physical/NASA/c549b7103210c7097b9b0b8020dc85a5/PPM-91-692.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c549b7103210c7097b9b0b8020dc85a5/data.xlsx\"}', '54AC20LMQB,4-input NAND,National Semiconductor,11/22/1991,tid/PPM-91-692.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('c55438a90d487c5a94af1133d0ac2d0f', 'Crawler', '2024-11-13 11:47:27', null, '2025-04-08 11:34:41', null, 'CMOS PCM', 'MEMPEK1W016GAXT', 'MEMPEK1W016GAXT', 'Non-Volatile Memory', null, 'Intel', '11/6/2017Chicago; 2018JuneTAMU', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/c55438a90d487c5a94af1133d0ac2d0f/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/c55438a90d487c5a94af1133d0ac2d0f/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c55438a90d487c5a94af1133d0ac2d0f/data.xlsx\",\"NEPP-TR-2017-Wyrwas-NEPPweb-17-045-MEMPEK1W016GA-NWMCPC110417-TN49014.pdf\":\"/oss/physical/NASA/c55438a90d487c5a94af1133d0ac2d0f/NEPP-TR-2017-Wyrwas-NEPPweb-17-045-MEMPEK1W016GA-NWMCPC110417-TN49014.pdf\"}', 'MEMPEK1W016GAXT,Non-Volatile Memory,Intel,11/6/2017Chicago; 2018JuneTAMU,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/29151/NEPP-TR-2017-Wyrwas-NEPPweb-17-045-MEMPEK1W016GA-NWMCPC110417-TN49014.pdf,SEU;SEFI,CMOS PCM', null); INSERT INTO `nasa_data_record` VALUES ('c57153afc72fc74c5f3645b03e4a8cd5', 'Crawler', '2024-11-13 01:18:09', null, '2025-04-08 11:34:41', null, 'Not specified', 'HS9-139RH', 'HS9-139RH', 'Quad voltage comparator', '53 LINEAR VOLTAGE COMPARATOR', 'Intersil', '01/12/2011', 'ESA', null, null, '{\"272.pdf\":\"/oss/physical/ESA/c57153afc72fc74c5f3645b03e4a8cd5/272.pdf\",\"data.xlsx\":\"/oss/physical/ESA/c57153afc72fc74c5f3645b03e4a8cd5/data.xlsx\"}', '272,HS9-139RH,Intersil,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,53 LINEAR VOLTAGE COMPARATOR,Quad voltage comparator,,AIT (Austrian Institute of Technology),01/12/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('c5748aa34ea97261309da11512481f02', 'Crawler', '2024-11-13 09:57:21', null, '2025-04-08 11:34:41', null, 'Harris', 'FRL9130R3', 'FRL9130R3', 'P-Power MOSFET', null, null, '08/22/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/c5748aa34ea97261309da11512481f02/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/c5748aa34ea97261309da11512481f02/PPM-99-045.pdf\"}', '71,2.5-300,FRL9130R3,P-Power MOSFET,Harris,ISTP/WAVES,9029,PPM-91-534,08/22/91', null); INSERT INTO `nasa_data_record` VALUES ('c5829d0493ece3d3ddcc246d015f8bf5', 'Crawler', '2024-11-13 10:29:17', null, '2025-04-08 11:34:41', null, 'RAM (Random Access Memory)', '70V25', '70V25', 'Dual port SRAM', null, 'IDT', '7/29/1994;3/20/1995;6/5/1995;7/17/1995;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/c5829d0493ece3d3ddcc246d015f8bf5/random6a.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/c5829d0493ece3d3ddcc246d015f8bf5/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c5829d0493ece3d3ddcc246d015f8bf5/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/c5829d0493ece3d3ddcc246d015f8bf5/b072994.pdf\"}', '70V25,Dual port SRAM,IDT,7/29/1994;3/20/1995;6/5/1995;7/17/1995;7/15/1996,b072994.pdf;ieee95a.pdf;random6a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('c5843f16cb0ccba34abd7345643bb1ef', 'Crawler', '2024-11-13 09:57:05', null, '2025-04-08 11:34:41', null, 'NSC', '54AC32', '54AC32', 'Quad 2-In. OR', null, null, '10/19/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/c5843f16cb0ccba34abd7345643bb1ef/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/c5843f16cb0ccba34abd7345643bb1ef/PPM-99-045.pdf\"}', '81,2.5-50,54AC32,Quad 2-In. OR,NSC,SMEX/CB,9036A,PPM-91-645,10/19/91', null); INSERT INTO `nasa_data_record` VALUES ('c58443b957d385daf73139c789f91cf6', 'Crawler', '2024-11-13 01:22:05', null, '2025-04-08 11:34:41', null, '', 'TLVH431', 'TLVH431', '1.24V Adjustable voltage reference', '52 LINEAR VOLTAGE REGULATOR', 'Texas Instruments, STMicroelectronics', '18/08/2022', 'ESA', null, null, '{\"293.pdf\":\"/oss/physical/ESA/c58443b957d385daf73139c789f91cf6/293.pdf\",\"data.xlsx\":\"/oss/physical/ESA/c58443b957d385daf73139c789f91cf6/data.xlsx\"}', '293,TLVH431,Texas Instruments, STMicroelectronics,Download,TID (Total Ionising Dose),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,1.24V Adjustable voltage reference,Bipolar,ESA-ESTEC,18/08/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('c5b535ac6efc25be8f01cdf740db34f1', 'Crawler', '2024-11-13 10:56:40', null, '2025-04-08 11:34:41', null, 'Oscillator', 'CO-718S', 'CO-718S', 'Oscillator', null, 'Vectron', '7/31/2002;7/25/2003', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/c5b535ac6efc25be8f01cdf740db34f1/data.xlsx\",\"I060602_CO718S.pdf\":\"/oss/physical/NASA/c5b535ac6efc25be8f01cdf740db34f1/I060602_CO718S.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/c5b535ac6efc25be8f01cdf740db34f1/NSREC03_W10.pdf\"}', 'CO-718S,Oscillator,Vectron,7/31/2002;7/25/2003,I060602_CO718S.pdf;NSREC03_W10.pdf,SEL,Oscillator', null); INSERT INTO `nasa_data_record` VALUES ('c6196a37eb6f997bcdf4359da25b676e', 'Crawler', '2024-11-13 00:41:51', null, '2025-04-08 11:34:41', null, 'Not specified', '66193-002', '66193-002', 'Optocoupler', '1 OPTOCOUPLER', 'Micropac', '08/03/2012', 'ESA', null, null, '{\"138.pdf\":\"/oss/physical/ESA/c6196a37eb6f997bcdf4359da25b676e/138.pdf\",\"data.xlsx\":\"/oss/physical/ESA/c6196a37eb6f997bcdf4359da25b676e/data.xlsx\"}', '138,66193-002,Micropac,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,08/03/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('c61f3ba3bea5f6e761d465e6b1f181b7', 'Crawler', '2024-11-13 01:05:24', null, '2025-04-08 11:34:41', null, 'ESCC 22900', '2N7371', '2N7371', 'PNP High Voltage Transitor', '4 HIGH POWER, PNP (> 2WATTS)', 'Microsemi', '16/10/2018', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/c61f3ba3bea5f6e761d465e6b1f181b7/data.xlsx\",\"D5-03 - TN5.3 - TID 2N7371 - NEO-14-086_Report_16-2017_rev1.pdf\":\"/oss/physical/ESA/c61f3ba3bea5f6e761d465e6b1f181b7/D5-03 - TN5.3 - TID 2N7371 - NEO-14-086_Report_16-2017_rev1.pdf\"}', '221,2N7371,Microsemi,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,4 HIGH POWER, PNP (> 2WATTS),PNP High Voltage Transitor,,Fraunhofer Institut,16/10/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('c634e9b987f8bc91a843543e4e2331e5', 'Crawler', '2024-11-13 12:02:17', 'xieyongzhi', '2025-05-03 19:08:51', null, '放大器', 'OP07A', 'OP07A', 'Operational Amplifier', null, 'PMI', '5/1/1995;2/18/1993', 'NASA', '谢永智', '1', '{\"data(9)_1745985223942.xlsx\":\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/data(9)_1745985223942.xlsx\",\"PPM-93-033.pdf\":\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/PPM-93-033.pdf\",\"PPM-95-149.pdf\":\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/PPM-95-149.pdf\"}', 'OP07A,Operational Amplifier,PMI,5/1/1995;2/18/1993,tid/PPM-95-149.pdf;tid/PPM-93-033.pdf,TID,Operational Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('c677abcb1b268b74cdc83893ca418fd9', 'Crawler', '2024-11-13 11:19:03', null, '2025-04-08 11:34:41', null, 'Memory', 'K4H1G-438 1Gb SDRAM', 'K4H1G-438 1Gb SDRAM', '1 Gbit DDR SDRAM', null, 'Samsung', '12/2/2005', 'NASA', null, null, '{\"M120205_KH41G0X38.pdf\":\"/oss/physical/NASA/c677abcb1b268b74cdc83893ca418fd9/M120205_KH41G0X38.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c677abcb1b268b74cdc83893ca418fd9/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/c677abcb1b268b74cdc83893ca418fd9/nsrec06_W4.pdf\"}', 'K4H1G-438 1Gb SDRAM,1 Gbit DDR SDRAM,Samsung,12/2/2005,M120205_KH41G0X38.pdf;nsrec06_W4.pdf,SEE,Memory', null); INSERT INTO `nasa_data_record` VALUES ('c6f4e7671e27618d28ec72a03f5215ec', 'Crawler', '2024-11-13 11:08:45', null, '2025-04-08 11:34:41', null, 'RAM (Random Access Memory)', 'HM5116400', 'HM5116400', '4Mx4 DRAM', null, 'Hitachi', '3/20/1995;7/15/1996', 'NASA', null, null, '{\"d032495.pdf\":\"/oss/physical/NASA/c6f4e7671e27618d28ec72a03f5215ec/d032495.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/c6f4e7671e27618d28ec72a03f5215ec/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c6f4e7671e27618d28ec72a03f5215ec/data.xlsx\"}', 'HM5116400,4Mx4 DRAM,Hitachi,3/20/1995;7/15/1996,d032495.pdf;random6a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('c6fe511230eb5c5800aceff9ea3331d5', 'Crawler', '2024-11-13 12:36:11', 'sunjiacheng', '2025-04-30 15:46:20', null, '晶体管', 'SD5000B', 'SD5000B', 'High-Speed DMOS Quad', 'High-Speed DMOS Quad', 'CAL-Logic', '10/17/1997', 'NASA', '孙家诚', '7', '{\"电离总剂量效应PPM-97-046_1745994652065.xlsx\":\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/电离总剂量效应PPM-97-046_1745994652065.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/data.xlsx\",\"PPM-97-046.pdf\":\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/PPM-97-046.pdf\"}', 'SD5000B,DMOS,CAL-Logic,10/17/1997,tid/PPM-97-046.pdf,TID,DMOS', '392'); INSERT INTO `nasa_data_record` VALUES ('c710b64674e19c3ad53ea61122010e9e', 'Crawler', '2024-11-13 10:27:29', null, '2025-04-08 11:34:41', null, 'RAM (Random Access Memory)', '628128', '628128', '128kx8 SRAM', null, 'Hitachi/ELMO', '9/6/1995;2/21/1996;3/28/1996;7/15/1996', 'NASA', null, null, '{\"i090595.pdf\":\"/oss/physical/NASA/c710b64674e19c3ad53ea61122010e9e/i090595.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/c710b64674e19c3ad53ea61122010e9e/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c710b64674e19c3ad53ea61122010e9e/data.xlsx\"}', '628128,128kx8 SRAM,Hitachi/ELMO,9/6/1995;2/21/1996;3/28/1996;7/15/1996,i090595.pdf;ieee95a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('c7439cfacf8ebbca24196de0be0d14bb', 'Crawler', '2024-11-13 10:27:06', null, '2025-04-08 11:34:41', null, 'Optocoupler', '61082-300 Photodiode', '61082-300 Photodiode', 'Optocoupler', null, 'Micropac', '7/1999', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/c7439cfacf8ebbca24196de0be0d14bb/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c7439cfacf8ebbca24196de0be0d14bb/data.xlsx\"}', '61082-300 Photodiode,Optocoupler,Micropac,7/1999,nsrec00_W22.pdf,DD;SET,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('c7552c5b7b6ce4fc641b161e7882e52a', 'Crawler', '2024-11-13 01:16:29', null, '2025-04-08 11:34:41', null, 'ESCC 25100', 'ATC18RHA', 'ATC18RHA', 'ASIC - Rad-hard CMOS', '40 ASIC TECHNOLOGIES DIGITAL', 'ATMEL', '25/02/2013', 'ESA', null, null, '{\"260.pdf\":\"/oss/physical/ESA/c7552c5b7b6ce4fc641b161e7882e52a/260.pdf\",\"data.xlsx\":\"/oss/physical/ESA/c7552c5b7b6ce4fc641b161e7882e52a/data.xlsx\"}', '260,ATC18RHA,ATMEL,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,40 ASIC TECHNOLOGIES DIGITAL,ASIC - Rad-hard CMOS,CMOS,EADS Astrium,25/02/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('c773fd856946e7996624fc608d10ca80', 'Crawler', '2024-11-13 10:41:45', null, '2025-04-08 11:34:41', null, 'DAC', 'AD7224UQ/883', 'AD7224UQ/883', '8 bit DAC', null, 'Analog Devices', '6/13/1991', 'NASA', null, null, '{\"PPM-91-390.pdf\":\"/oss/physical/NASA/c773fd856946e7996624fc608d10ca80/PPM-91-390.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c773fd856946e7996624fc608d10ca80/data.xlsx\"}', 'AD7224UQ/883,8 bit DAC,Analog Devices,6/13/1991,tid/PPM-91-390.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('c7a8d0723a496d7359d41e993505a735', 'Crawler', '2024-11-13 11:08:31', null, '2025-04-08 11:34:41', null, 'Switch', 'HI201', 'HI201', 'SPST Switch', null, 'Harris', '3/23/1993', 'NASA', null, null, '{\"PPM-93-046.pdf\":\"/oss/physical/NASA/c7a8d0723a496d7359d41e993505a735/PPM-93-046.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c7a8d0723a496d7359d41e993505a735/data.xlsx\"}', 'HI201,SPST Switch,Harris,3/23/1993,tid/PPM-93-046.pdf,TID,Switch', null); INSERT INTO `nasa_data_record` VALUES ('c7adee9c096857a7c7d0fc72ef5fa3af', 'Crawler', '2024-11-13 00:38:30', null, '2025-04-08 11:34:41', null, 'Not specified', 'DS1820', 'DS1820', 'TED-EDD/2005.45/GF DS1820 class one wire temerpature transducers', '90 OTHER FUNCTIONS', 'Maxim', '31/01/2006', 'ESA', null, null, '{\"118.pdf\":\"/oss/physical/ESA/c7adee9c096857a7c7d0fc72ef5fa3af/118.pdf\",\"data.xlsx\":\"/oss/physical/ESA/c7adee9c096857a7c7d0fc72ef5fa3af/data.xlsx\"}', '118,DS1820,Maxim,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,90 OTHER FUNCTIONS,TED-EDD/2005.45/GF DS1820 class one wire temerpature transducers,,ESA,31/01/2006,False', null); INSERT INTO `nasa_data_record` VALUES ('c7b6db233f39885ff3157ccfca88db57', 'Crawler', '2024-11-13 10:45:53', null, '2025-04-08 11:34:41', null, 'Comparator', 'AD96687TQ/883B', 'AD96687TQ/883B', 'Dual Comparator', null, 'ADI', '2/13/1991', 'NASA', null, null, '{\"PPM-91-097.pdf\":\"/oss/physical/NASA/c7b6db233f39885ff3157ccfca88db57/PPM-91-097.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c7b6db233f39885ff3157ccfca88db57/data.xlsx\"}', 'AD96687TQ/883B,Dual Comparator,ADI,2/13/1991,tid/PPM-91-097.pdf,TID,Comparator', null); INSERT INTO `nasa_data_record` VALUES ('c7bf43522e3dadbb135ebc6b068c1b38', 'Crawler', '2024-11-13 00:51:02', null, '2025-04-08 11:34:41', null, 'Not specified', 'RHFLVDSR2D2', 'RHFLVDSR2D2', 'Rad-Hard Dual LVDS Driver-Receiver', '55 LINEAR LINE DRIVER', 'STmicroelectronics', '03/09/2013', 'ESA', null, null, '{\"178.pdf\":\"/oss/physical/ESA/c7bf43522e3dadbb135ebc6b068c1b38/178.pdf\",\"data.xlsx\":\"/oss/physical/ESA/c7bf43522e3dadbb135ebc6b068c1b38/data.xlsx\"}', '178,RHFLVDSR2D2,STmicroelectronics,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,55 LINEAR LINE DRIVER,Rad-Hard Dual LVDS Driver-Receiver,,TRAD,03/09/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('c7db52f7579b6bb8de873c486e019ccc', 'Crawler', '2024-11-13 09:57:41', null, '2025-04-08 11:34:41', null, 'NSC', '54AC86', '54AC86', 'OR Gate', null, null, '07/02/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/c7db52f7579b6bb8de873c486e019ccc/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/c7db52f7579b6bb8de873c486e019ccc/PPM-99-045.pdf\"}', '57,10-260,54AC86,OR Gate,NSC,SMEX/CB,9036A,PPM-91-441,07/02/91', null); INSERT INTO `nasa_data_record` VALUES ('c7ec2e7cd46603d0a07e2d492e446c6a', 'Crawler', '2024-11-13 12:43:42', 'chenpan', '2025-04-30 23:03:24', null, 'Si', 'STPS30H100C', 'STPS30H100C', 'Diode', null, 'STMicroelectronics', '6/30/2014', 'NASA', '陈攀', '1', '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/c7ec2e7cd46603d0a07e2d492e446c6a/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c7ec2e7cd46603d0a07e2d492e446c6a/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/c7ec2e7cd46603d0a07e2d492e446c6a/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/c7ec2e7cd46603d0a07e2d492e446c6a/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\",\"STPS30H100C_SEE_1746025386621.xlsx\":\"/oss/physical/NASA/c7ec2e7cd46603d0a07e2d492e446c6a/STPS30H100C_SEE_1746025386621.xlsx\"}', 'STPS30H100C,Diode,STMicroelectronics,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '3'); INSERT INTO `nasa_data_record` VALUES ('c817aec37645c7c7e8f6180755ffc28b', 'Crawler', '2024-11-13 12:36:49', 'zhangchenyu', '2025-04-30 20:48:48', null, 'MOSFET', 'SFF6661', 'SFF6661', '90V N-channel MOSFET', null, 'Solid State Devices, Inc.', '6/25/2018;8/2/2018', 'NASA', '张晨宇', '2', '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"电离总剂量效应_1745999494716.xlsx\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/电离总剂量效应_1745999494716.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/data.xlsx\"}', 'SFF6661,90V N-channel MOSFET,Solid State Devices, Inc.,6/25/2018;8/2/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf,SEGR;TID,MOSFET', '17'); INSERT INTO `nasa_data_record` VALUES ('c8277659eca4dcbc864b401bc0b8f975', 'Crawler', '2024-11-13 09:53:34', null, '2025-04-08 11:34:41', null, 'IDT', '7204', '7204', 'FIFO, 2Kx9-bit Parallel', null, null, '11/15/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/c8277659eca4dcbc864b401bc0b8f975/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/c8277659eca4dcbc864b401bc0b8f975/PPM-99-045.pdf\"}', '232,2.5-30,7204,FIFO, 2Kx9-bit Parallel,IDT,HST/BASE,9410\r\r\n9405,PPM-95-101,11/15/94', null); INSERT INTO `nasa_data_record` VALUES ('c84fe550d54dd7a60be4f004440b5131', 'Crawler', '2024-11-13 10:12:02', null, '2025-04-08 11:34:41', null, 'Programmable Devices', '22V10RPFE', '22V10RPFE', 'PAL', null, 'SEI', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/c84fe550d54dd7a60be4f004440b5131/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c84fe550d54dd7a60be4f004440b5131/data.xlsx\"}', '22V10RPFE,PAL,SEI,7/20/1998,NSREC98.pdf,SEE,Programmable Devices', null); INSERT INTO `nasa_data_record` VALUES ('c85015d4b821be2b5fbd2cd7fe12ccf3', 'Crawler', '2024-11-13 10:37:37', null, '2025-04-08 11:34:41', null, 'Amplifier', 'AD549LH', 'AD549LH', 'Operational Amplifier', null, 'Analog Devices', '4/2005', 'NASA', null, null, '{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/c85015d4b821be2b5fbd2cd7fe12ccf3/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c85015d4b821be2b5fbd2cd7fe12ccf3/data.xlsx\",\"G05APR_AD549LH_TID.pdf\":\"/oss/physical/NASA/c85015d4b821be2b5fbd2cd7fe12ccf3/G05APR_AD549LH_TID.pdf\"}', 'AD549LH,Operational Amplifier,Analog Devices,4/2005,G05APR_AD549LH_TID.pdf;nsrec06_W2.pdf,TID,Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('c85f69c3c5ad8aff9dfbda499688fba8', 'Crawler', '2024-11-13 13:01:59', 'likunfang', '2025-04-15 21:51:32', null, 'Memory', 'Unknown - SRAM', 'Not Available', '4Mbit SRAM', 'Not Available', 'Electronic Designs Inc', '1998-1999', 'NASA', '李坤芳', '1', '{\"NSREC99.pdf\":\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/data.xlsx\",\"单粒子效应_1744725089468.xlsx\":\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/单粒子效应_1744725089468.xlsx\"}', 'Unknown - SRAM,4Mbit SRAM,Electronic Designs Inc,1998-1999,NSREC99.pdf,SEE,Memory', '1'); INSERT INTO `nasa_data_record` VALUES ('c88104943c6b0e9c0bdb87e9342484f0', 'Crawler', '2024-11-13 11:14:21', null, '2025-04-08 11:34:41', null, 'SJ VDMOS', 'IPW65R019C7', 'IPW65R019C7', 'MOSFET', null, 'Infineon', '6/15/2013', 'NASA', null, null, '{\"13-060_T20130615_IPW65R019C7.pdf\":\"/oss/physical/NASA/c88104943c6b0e9c0bdb87e9342484f0/13-060_T20130615_IPW65R019C7.pdf\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/c88104943c6b0e9c0bdb87e9342484f0/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c88104943c6b0e9c0bdb87e9342484f0/data.xlsx\"}', 'IPW65R019C7,MOSFET,Infineon,6/15/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;13-060_T20130615_IPW65R019C7.pdf,SEE,SJ VDMOS', null); INSERT INTO `nasa_data_record` VALUES ('c8cde1ab8e2e6a1bdb5d1905aaf501e5', 'Crawler', '2024-11-13 12:01:28', 'xieyongzhi', '2025-05-03 19:45:52', null, '晶体管', 'OM20P10', 'OM20P10', 'P-Channel MOSFET', null, 'Ommirel', '8/10/1999', 'NASA', '谢永智', '1', '{\"data(23)_1745988788599.xlsx\":\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/data(23)_1745988788599.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/nsrec00_W21.pdf\",\"PPM-99-025.pdf\":\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/PPM-99-025.pdf\"}', 'OM20P10,P-Channel MOSFET,Ommirel,8/10/1999,tid/PPM-99-025.pdf;nsrec00_W21.pdf,TID,P-Channel MOSFET', '60'); INSERT INTO `nasa_data_record` VALUES ('c904f8be527b71a65af52c79e35a0070', 'Crawler', '2024-11-13 12:00:39', 'huangkan', '2025-04-29 17:36:27', null, '二极管', 'OD880WJ', 'OD880WJ', 'LED', null, 'Optodiode', '9/3/1997;7/20/1998', 'NASA', null, '3', '{\"i090397.pdf\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/i090397.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/data.xlsx\",\"位移损伤效应_1745918800183.xlsx\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/位移损伤效应_1745918800183.xlsx\"}', 'OD880WJ,LED,Optodiode,9/3/1997;7/20/1998,i090397.pdf;NSREC98.pdf,SEE,Photonics', '3'); INSERT INTO `nasa_data_record` VALUES ('c90599fc2860b966600c1419aca91470', 'Crawler', '2024-11-13 11:21:54', null, '2025-04-08 11:34:41', null, 'Amplifier', 'LM101', 'LM101', 'Operational Amplifier', null, 'National Semiconductor', '12/2005', 'NASA', null, null, '{\"G05DEC_LM101_TID.pdf\":\"/oss/physical/NASA/c90599fc2860b966600c1419aca91470/G05DEC_LM101_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/c90599fc2860b966600c1419aca91470/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c90599fc2860b966600c1419aca91470/data.xlsx\"}', 'LM101,Operational Amplifier,National Semiconductor,12/2005,G05DEC_LM101_TID.pdf;nsrec06_W2.pdf,TID,Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('c92cfd1dd2799ec6e138e991210aff9c', 'Crawler', '2024-11-13 10:22:41', null, '2025-04-08 11:34:41', null, 'MUX', '54AC151LMQB', '54AC151LMQB', '8-input MUX', null, 'National Semiconductor', '12/20/1991', 'NASA', null, null, '{\"PPM-91-755.pdf\":\"/oss/physical/NASA/c92cfd1dd2799ec6e138e991210aff9c/PPM-91-755.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c92cfd1dd2799ec6e138e991210aff9c/data.xlsx\"}', '54AC151LMQB,8-input MUX,National Semiconductor,12/20/1991,tid/PPM-91-755.pdf,TID,MUX', null); INSERT INTO `nasa_data_record` VALUES ('c946f34839238b218cdb641fe419151e', 'Crawler', '2024-11-13 11:51:55', 'mayinjie', '2025-04-30 20:00:11', null, 'BiCMOS', 'MSK106', 'MSK106', 'Operational Amplifier', null, 'MSK', '8/21/2019', 'NASA', '马崟洁', '1', '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/c946f34839238b218cdb641fe419151e/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c946f34839238b218cdb641fe419151e/data.xlsx\",\"电离总剂量效应_1746014407036.xlsx\":\"/oss/physical/NASA/c946f34839238b218cdb641fe419151e/电离总剂量效应_1746014407036.xlsx\"}', 'MSK106,Operational Amplifier,MSK,8/21/2019,2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,SEE,BiCMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('c94eb413233ab2c846d4f5963109a668', 'Crawler', '2024-11-13 12:33:59', 'sunjiacheng', '2025-04-30 18:06:17', null, '模拟集成电路', 'S2064', 'S2064', 'Transceiver', null, 'AMCC', '8/31/2003;6/22/2004', 'NASA', '孙家诚', '1', '{\"data.xlsx\":\"/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/nsrec04_SEE.pdf\",\"T083103_S2064.pdf\":\"/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/T083103_S2064.pdf\",\"单粒子效应_1746007575756.xlsx\":\"/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/单粒子效应_1746007575756.xlsx\"}', 'S2064,Transceiver,AMCC,8/31/2003;6/22/2004,T083103_S2064.pdf;nsrec04_SEE.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('c96388cec6775d120a9487a02d506748', 'Crawler', '2024-11-13 12:28:43', 'yangjicong', '2025-04-30 12:07:30', null, 'Bipolar', 'RHF310', 'RHF310', 'Operational Amplifier', '30849A', 'ST Microelectronics', '_2014; 2015', 'NASA', '杨济聪', '1', '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"data_1745986048394.xlsx\":\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/data_1745986048394.xlsx\"}', 'RHF310,Operational Amplifier,ST Microelectronics,_2014; 2015,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('c9a959333ff13ce2898c189e433a8609', 'Crawler', '2024-11-13 10:32:02', null, '2025-04-08 11:34:41', null, 'Data Transmission', '88C20', '88C20', 'Driver', null, 'National Semiconductor', '1/6/1994;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/c9a959333ff13ce2898c189e433a8609/nsrec94a.pdf\",\"b010694.pdf\":\"/oss/physical/NASA/c9a959333ff13ce2898c189e433a8609/b010694.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c9a959333ff13ce2898c189e433a8609/data.xlsx\"}', '88C20,Driver,National Semiconductor,1/6/1994;7/18/1994,b010694.pdf;nsrec94a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('c9f0c39834d2ceb3fa85c7deb860395f', 'Crawler', '2024-11-13 12:52:21', 'lixuyou', '2025-04-30 18:09:55', null, 'Analog Device', 'TL7705B', 'TL7705B', 'Micropower Supply Voltage Supervisor', null, 'Texas Instruments', '10/12-13/1999;10/25/1999', 'NASA', '李序友', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/data.xlsx\",\"b112599a.pdf\":\"/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/b112599a.pdf\",\"TL7705B_1746007793439.xlsx\":\"/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/TL7705B_1746007793439.xlsx\"}', 'TL7705B,Micropower Supply Voltage Supervisor,Texas Instruments,10/12-13/1999;10/25/1999,nsrec00_W21.pdf;b112599a.pdf,SEE,Analog Device', '1'); INSERT INTO `nasa_data_record` VALUES ('c9f1c0fb840bd1d2e11a55bfb1e5e36f', 'Crawler', '2024-11-13 10:22:13', null, '2025-04-08 11:34:41', null, 'Annealing', '54AC Annealing', '54AC Annealing', '54AC parts', null, 'National Semiconductor', '6/11/1993', 'NASA', null, null, '{\"PPM-93-061.pdf\":\"/oss/physical/NASA/c9f1c0fb840bd1d2e11a55bfb1e5e36f/PPM-93-061.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c9f1c0fb840bd1d2e11a55bfb1e5e36f/data.xlsx\"}', '54AC Annealing,54AC parts,National Semiconductor,6/11/1993,tid/PPM-93-061.pdf,TID,Annealing', null); INSERT INTO `nasa_data_record` VALUES ('ca336120a413333de86fff9544c55e97', 'Crawler', '2024-11-13 10:57:47', null, '2025-04-08 11:34:41', null, 'Fiber Optics', 'CT1487D', 'CT1487D', 'MIL-STD-1553B Transceiver', null, 'Marconi/CTI', '8/3/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/ca336120a413333de86fff9544c55e97/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/ca336120a413333de86fff9544c55e97/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ca336120a413333de86fff9544c55e97/data.xlsx\"}', 'CT1487D,MIL-STD-1553B Transceiver,Marconi/CTI,8/3/1993;7/18/1994,b080393.pdf;nsrec94a.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('ca4bef0954b40787dd7983bdde61da65', 'Crawler', '2024-11-13 09:55:50', null, '2025-04-08 11:34:41', null, 'SGS Thomson', 'M54HC4020YBF', 'M54HC4020YBF', 'Binary Counter', null, null, '03/09/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ca4bef0954b40787dd7983bdde61da65/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ca4bef0954b40787dd7983bdde61da65/PPM-99-045.pdf\"}', '132,5-20,M54HC4020YBF,Binary Counter,SGS Thomson,GGS/WIND,8919,PPM-92-094,03/09/92', null); INSERT INTO `nasa_data_record` VALUES ('ca8d2d68240c83266fb8f4e30a17ac92', 'Crawler', '2024-11-13 12:07:18', 'luoyongheng', '2025-04-29 11:58:27', null, '接口电路', 'RRS422 Receiver', 'PE26C32', 'RRS422 Receiver', '无', 'Peregrine', '3/15/2004;6/22/2004', 'NASA', '罗永恒', '1', '{\"data.xlsx\":\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/nsrec04_SEE.pdf\",\"D031504_RS422.pdf\":\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/D031504_RS422.pdf\"}', 'PE26C32,RRS422 Receiver,Peregrine,3/15/2004;6/22/2004,D031504_RS422.pdf;nsrec04_SEE.pdf,SEE,SOS', '1'); INSERT INTO `nasa_data_record` VALUES ('cae988e38f179d02fd29538a90cab320', 'Crawler', '2024-11-13 11:59:37', 'huangkan', '2025-04-29 19:22:09', null, '数字集成电路', 'NBSG53AMNG', 'NBSG53AMNG', 'DFF', '0951', 'On Semiconductor', '9/7/2012', 'NASA', null, '4', '{\"LBNL090812_NBSG53AMN.pdf\":\"/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/LBNL090812_NBSG53AMN.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/nsrec2013_W8_SEE.pdf\",\"NBSG53AMNG单粒子效应_1745925727506.xlsx\":\"/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/NBSG53AMNG单粒子效应_1745925727506.xlsx\"}', 'NBSG53AMNG,DFF,On Semiconductor,9/7/2012,LBNL090812_NBSG53AMN.pdf;nsrec2013_W8_SEE.pdf,SEE,SiGe', '4'); INSERT INTO `nasa_data_record` VALUES ('cafa25f6371a18b450be5ae963bdb1bd', 'Crawler', '2024-11-13 09:51:23', null, '2025-04-08 11:34:41', null, 'AD', 'OP271A', 'OP271A', 'OP AMP', null, null, '6/10/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/cafa25f6371a18b450be5ae963bdb1bd/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/cafa25f6371a18b450be5ae963bdb1bd/PPM-99-045.pdf\"}', '318,2.5-50,OP271A,OP AMP,AD,SMEX/LITE,9624,PPM-97-022,6/10/97', null); INSERT INTO `nasa_data_record` VALUES ('cb0765c10aa90140743b6f8c68461546', 'Crawler', '2024-11-13 10:21:05', null, '2025-04-08 11:34:41', null, 'Optocoupler', '4N49', '4N49', 'Optocoupler', null, 'Texas Instruments', '2/1997-5/1997;6/1998', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/cb0765c10aa90140743b6f8c68461546/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/cb0765c10aa90140743b6f8c68461546/NSREC99.pdf\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/cb0765c10aa90140743b6f8c68461546/nsrec00_W22.pdf\"}', '4N49,Optocoupler,Texas Instruments,2/1997-5/1997;6/1998,nsrec00_W22.pdf;NSREC99.pdf,DD;Proton Damage,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('cb1f51dcd2320a5f1c598437a4a890d4', 'Crawler', '2024-11-13 10:25:43', null, '2025-04-08 11:34:41', null, 'Logic', '54LS03', '54LS03', 'Logic', null, 'Texas Instruments', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/cb1f51dcd2320a5f1c598437a4a890d4/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cb1f51dcd2320a5f1c598437a4a890d4/data.xlsx\"}', '54LS03,Logic,Texas Instruments,7/20/1998,NSREC98.pdf,SEE,Logic', null); INSERT INTO `nasa_data_record` VALUES ('cb40f0f5fc9a75fef9cba392c72ba089', 'Crawler', '2024-11-13 11:21:45', null, '2025-04-08 11:34:41', null, 'Operational Amplifier', 'LF411', 'LF411', 'Operational Amplifier', null, 'National Semiconductor', '8/18/1994', 'NASA', null, null, '{\"PPM-94-019.pdf\":\"/oss/physical/NASA/cb40f0f5fc9a75fef9cba392c72ba089/PPM-94-019.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cb40f0f5fc9a75fef9cba392c72ba089/data.xlsx\"}', 'LF411,Operational Amplifier,National Semiconductor,8/18/1994,tid/PPM-94-019.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('cb4631057be04ae6c202b8a95489060a', 'Crawler', '2024-11-13 09:58:10', null, '2025-04-08 11:34:41', null, 'PMI', 'CMP01', 'CMP01', 'Comparator', null, null, '06/18/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/cb4631057be04ae6c202b8a95489060a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/cb4631057be04ae6c202b8a95489060a/PPM-99-045.pdf\"}', '50,10-100,CMP01,Comparator,PMI,ISTP/NC,8838,PPM-91-393,06/18/91', null); INSERT INTO `nasa_data_record` VALUES ('cb4b02e5152603417c9ca330d654bc1d', 'Crawler', '2024-11-13 12:34:41', 'sunjiacheng', '2025-04-30 17:07:28', null, '二极管', 'SBL1040', 'SBL1040', 'Diode', null, 'Vishay', '8/18/2015', 'NASA', '孙家诚', '1', '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/cb4b02e5152603417c9ca330d654bc1d/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cb4b02e5152603417c9ca330d654bc1d/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/cb4b02e5152603417c9ca330d654bc1d/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"单粒子效应_1746004046955.xlsx\":\"/oss/physical/NASA/cb4b02e5152603417c9ca330d654bc1d/单粒子效应_1746004046955.xlsx\"}', 'SBL1040,Diode,Vishay,8/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '3'); INSERT INTO `nasa_data_record` VALUES ('cb7bb7ac0887ecfe010d03dc25307e1c', 'Crawler', '2024-11-13 10:10:28', null, '2025-04-08 11:34:41', null, 'Si', '15CGQ100', '15CGQ100', 'Schottky Diode', null, 'International Rectifier', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/cb7bb7ac0887ecfe010d03dc25307e1c/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cb7bb7ac0887ecfe010d03dc25307e1c/data.xlsx\"}', '15CGQ100,Schottky Diode,International Rectifier,6/27/2015,NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('cb929b5bc822f1b5c65f1133500490ba', 'Crawler', '2024-11-13 12:29:27', 'yangjicong', '2025-04-30 10:52:28', null, 'Bipolar', 'RHFL4913ESY332', 'RHFL4913ESY332', 'Voltage Regulator', '30828A', 'ST Microelectronics', '6/1/2009; 2014; 2015; 2016 ELDRS testing completed', 'NASA', '杨济聪', '1', '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/cb929b5bc822f1b5c65f1133500490ba/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/cb929b5bc822f1b5c65f1133500490ba/nsrec2010_W22_TID.pdf\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/cb929b5bc822f1b5c65f1133500490ba/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/cb929b5bc822f1b5c65f1133500490ba/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"data_1745981547079.xlsx\":\"/oss/physical/NASA/cb929b5bc822f1b5c65f1133500490ba/data_1745981547079.xlsx\"}', 'RHFL4913ESY332,Voltage Regulator,ST Microelectronics,6/1/2009; 2014; 2015; 2016 ELDRS testing completed,nsrec2010_W22_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('cb98c01b2c87c4af75cb57dd3856cd0c', 'Crawler', '2024-11-13 11:02:05', null, '2025-04-08 11:34:41', null, 'Oscillator', 'EMXO', 'EMXO', 'Temperature Controlled Oscillator', null, 'Ball Efatrom', '6/24/1992;7/19/1993', 'NASA', null, null, '{\"nsrec93a.pdf\":\"/oss/physical/NASA/cb98c01b2c87c4af75cb57dd3856cd0c/nsrec93a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cb98c01b2c87c4af75cb57dd3856cd0c/data.xlsx\",\"62492a.pdf\":\"/oss/physical/NASA/cb98c01b2c87c4af75cb57dd3856cd0c/62492a.pdf\"}', 'EMXO,Temperature Controlled Oscillator,Ball Efatrom,6/24/1992;7/19/1993,62492a.pdf;nsrec93a.pdf,SEE,Oscillator', null); INSERT INTO `nasa_data_record` VALUES ('cbcfc94d8e38d23de5990e4e69f91e9d', 'Crawler', '2024-11-13 12:58:26', 'yangsini', '2025-04-29 19:26:49', null, '晶体管', '驱动器', 'UC1707', 'PWM', '9649', 'Unitrode', '10/29/1997', 'NASA', '杨思妮', '4', '{\"PPM-97-048.pdf\":\"/oss/physical/NASA/cbcfc94d8e38d23de5990e4e69f91e9d/PPM-97-048.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cbcfc94d8e38d23de5990e4e69f91e9d/data.xlsx\",\"电离总剂量效应_1745926006698.xlsx\":\"/oss/physical/NASA/cbcfc94d8e38d23de5990e4e69f91e9d/电离总剂量效应_1745926006698.xlsx\"}', 'UC1707,PWM,Unitrode,10/29/1997,tid/PPM-97-048.pdf,TID,PWM', '28'); INSERT INTO `nasa_data_record` VALUES ('cbe7b1dea8b470d5802e360b7a4bb6fc', 'Crawler', '2024-11-13 11:25:11', null, '2025-04-08 11:34:41', null, 'Linear Device', 'LM136', 'LM136', 'Voltage Reference', null, 'National Semiconductor', '7/29/1994;2/24/1997;7/17/1995;7/21/1997;4/2005;2009JUN', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/cbe7b1dea8b470d5802e360b7a4bb6fc/Random97a.pdf\",\"B022497.pdf\":\"/oss/physical/NASA/cbe7b1dea8b470d5802e360b7a4bb6fc/B022497.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/cbe7b1dea8b470d5802e360b7a4bb6fc/ieee95a.pdf\",\"b072994.pdf\":\"/oss/physical/NASA/cbe7b1dea8b470d5802e360b7a4bb6fc/b072994.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/cbe7b1dea8b470d5802e360b7a4bb6fc/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cbe7b1dea8b470d5802e360b7a4bb6fc/data.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/cbe7b1dea8b470d5802e360b7a4bb6fc/nsrec06_W2.pdf\",\"G05APR_LM136_TID.pdf\":\"/oss/physical/NASA/cbe7b1dea8b470d5802e360b7a4bb6fc/G05APR_LM136_TID.pdf\"}', 'LM136,Voltage Reference,National Semiconductor,7/29/1994;2/24/1997;7/17/1995;7/21/1997;4/2005;2009JUN,b072994.pdf;B022497.pdf;ieee95a.pdf;Random97a.pdf;G05APR_LM136_TID.pdf;nsrec06_W2.pdf;nsrec2010_W22_TID.pdf,SEE; TID,Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('cbf081b3c4e9f5a3974dbc3a863907e6', 'Crawler', '2024-11-13 00:56:36', null, '2025-04-08 11:34:41', null, 'Not specified', 'ISL7457SRHF', 'ISL7457SRHF', 'Quad CMOS Driver', '69 LINEAR OTHER FUNCTIONS', 'Intersil', '26/08/2015', 'ESA', null, null, '{\"191.pdf\":\"/oss/physical/ESA/cbf081b3c4e9f5a3974dbc3a863907e6/191.pdf\",\"data.xlsx\":\"/oss/physical/ESA/cbf081b3c4e9f5a3974dbc3a863907e6/data.xlsx\"}', '191,ISL7457SRHF,Intersil,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,69 LINEAR OTHER FUNCTIONS,Quad CMOS Driver,,ESA-ESTEC TEC-QEC,26/08/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('cc0f5ae0988f7f7a344ab98520bbbc7b', 'Crawler', '2024-11-13 11:48:35', null, '2025-04-08 11:34:41', null, 'Microprocessors and Peripherals', 'MG80486DX2-66', 'MG80486DX2-66', 'Microprocessor', null, 'Intel', '1/24/1995;4/3/1995;5/4/1995;6/5/1995;8/16/1995;5/13/1997;7/17/1995;9/18/1995;8/4/1996', 'NASA', null, null, '{\"b051397a.pdf\":\"/oss/physical/NASA/cc0f5ae0988f7f7a344ab98520bbbc7b/b051397a.pdf\",\"td80486.pdf\":\"/oss/physical/NASA/cc0f5ae0988f7f7a344ab98520bbbc7b/td80486.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/cc0f5ae0988f7f7a344ab98520bbbc7b/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cc0f5ae0988f7f7a344ab98520bbbc7b/data.xlsx\",\"intel.pdf\":\"/oss/physical/NASA/cc0f5ae0988f7f7a344ab98520bbbc7b/intel.pdf\"}', 'MG80486DX2-66,Microprocessor,Intel,1/24/1995;4/3/1995;5/4/1995;6/5/1995;8/16/1995;5/13/1997;7/17/1995;9/18/1995;8/4/1996,b051397a.pdf;ieee95a.pdf;intel.pdf;td80486.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('cc1312419d96e182e219357da6e421b1', 'Crawler', '2024-11-13 12:26:00', 'dushuaibin', '2025-04-30 20:51:17', null, '数字集成电路', 'RAM (Random Access Memory)', 'RAMT1R10', 'Rambus 2Mx8 DRAM', 'XX', 'Toshiba', '1997.02.24', 'NASA', '王嘉兴', '1', '{\"b022497b.pdf\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/b022497b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/data.xlsx\",\"单粒子效应_1746017475564.xlsx\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/单粒子效应_1746017475564.xlsx\"}', 'RAMT1R10,Rambus 2Mx8 DRAM,Toshiba,2/24/1997,b022497b.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('cc1dbb1a8092d12f602e15d9ea104b23', 'Crawler', '2024-11-13 11:27:00', null, '2025-04-08 11:34:41', null, 'Linear Bipolar', 'LM158AJRLQMLV', 'LM158AJRLQMLV', 'Operational Amplifier', null, 'National Semiconductor', '_2009JUN;7/2010', 'NASA', null, null, '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/cc1dbb1a8092d12f602e15d9ea104b23/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cc1dbb1a8092d12f602e15d9ea104b23/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/cc1dbb1a8092d12f602e15d9ea104b23/nsrec2011_W5_TID.pdf\"}', 'LM158AJRLQMLV,Operational Amplifier,National Semiconductor,_2009JUN;7/2010,nsrec2010_W22_TID.pdf;nsrec2011_W5_TID.pdf,TID,Linear Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('cc39ed752e992916f822ab45335b6301', 'Crawler', '2024-11-13 10:46:01', null, '2025-04-08 11:34:41', null, 'ADC', 'AD976', 'AD976', '16-bit ADC', null, 'Analog Devices', '3/19/1996;7/20/1998;1999', 'NASA', null, null, '{\"PPM-98-001.pdf\":\"/oss/physical/NASA/cc39ed752e992916f822ab45335b6301/PPM-98-001.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/cc39ed752e992916f822ab45335b6301/NSREC98.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/cc39ed752e992916f822ab45335b6301/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cc39ed752e992916f822ab45335b6301/data.xlsx\"}', 'AD976,16-bit ADC,Analog Devices,3/19/1996;7/20/1998;1999,tid/PPM-98-001.pdf;NSREC98.pdf;nsrec00_W21.pdf,SEE;TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('cc562a73e5b16ef135059f251735ab75', 'Crawler', '2024-11-13 10:47:28', null, '2025-04-08 11:34:41', null, 'BiCMOS', 'ADS5424', 'ADS5424', 'ADC', null, 'Texas Instruments', 'TAMU07NOV;TAMU08JUN;IU08APR', 'NASA', null, null, '{\"T111207_ADS5424.pdf\":\"/oss/physical/NASA/cc562a73e5b16ef135059f251735ab75/T111207_ADS5424.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/cc562a73e5b16ef135059f251735ab75/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cc562a73e5b16ef135059f251735ab75/data.xlsx\",\"T111207_ADS5424_V2.pdf\":\"/oss/physical/NASA/cc562a73e5b16ef135059f251735ab75/T111207_ADS5424_V2.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/cc562a73e5b16ef135059f251735ab75/nsrec09_W12_SEE.pdf\"}', 'ADS5424,ADC,Texas Instruments,TAMU07NOV;TAMU08JUN;IU08APR,T111207_ADS5424.pdf;nsrec08_W3_SEE.pdf;T111207_ADS5424_V2.pdf;nsrec09_W12_SEE.pdf,SEE;SEL;SEU;SEFI,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('cc7c7cf9a13b8f41126826956efb0af6', 'Crawler', '2024-11-13 10:17:55', null, '2025-04-08 11:34:41', null, 'Bipolar', '2N5154U3', '2N5154U3', 'NPN Transistor', null, 'Microsemi', '11/09/2017-to-3/12/2018', 'NASA', null, null, '{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/cc7c7cf9a13b8f41126826956efb0af6/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cc7c7cf9a13b8f41126826956efb0af6/data.xlsx\"}', '2N5154U3,NPN Transistor,Microsemi,11/09/2017-to-3/12/2018,CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('cca24fdc1effd931be3134c3aa14b9bc', 'Crawler', '2024-11-13 01:12:15', null, '2025-04-08 11:34:41', null, 'ESCC 22900', 'OP-470A', 'OP-470A', 'Linear, Radiation Hardened, Low Noise, Quad Operational Amplifiers', '50 LINEAR OPERATIONAL AMPLIFIER', 'Advanced Analog', '12/11/2012', 'ESA', null, null, '{\"236.pdf\":\"/oss/physical/ESA/cca24fdc1effd931be3134c3aa14b9bc/236.pdf\",\"data.xlsx\":\"/oss/physical/ESA/cca24fdc1effd931be3134c3aa14b9bc/data.xlsx\"}', '236,OP-470A,Advanced Analog,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Linear, Radiation Hardened, Low Noise, Quad Operational Amplifiers,,Alter,12/11/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('ccb6795537acfc4ad6ce44593c15f8d1', 'Crawler', '2024-11-13 12:00:47', 'xieyongzhi', '2025-05-03 19:54:44', null, '光电子器件', 'OLH1049', 'OLH1049', 'Optocoupler', null, 'Optek', '5/1998', 'NASA', '谢永智', '1', '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/ccb6795537acfc4ad6ce44593c15f8d1/nsrec00_W22.pdf\",\"data(44)_1746001305423.xlsx\":\"/oss/physical/NASA/ccb6795537acfc4ad6ce44593c15f8d1/data(44)_1746001305423.xlsx\"}', 'OLH1049,Optocoupler,Optek,5/1998,nsrec00_W22.pdf,DD,Optocoupler', '3'); INSERT INTO `nasa_data_record` VALUES ('cce6e6ced3bba0a14fa41aaf7c97b107', 'Crawler', '2024-11-13 11:06:06', null, '2025-04-08 11:34:41', null, 'Logic Device', 'HC4011BM2RB', 'HC4011BM2RB', '2-input NAND', null, 'SGS Thomson', '3/9/1992', 'NASA', null, null, '{\"PPM-92-101.pdf\":\"/oss/physical/NASA/cce6e6ced3bba0a14fa41aaf7c97b107/PPM-92-101.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cce6e6ced3bba0a14fa41aaf7c97b107/data.xlsx\"}', 'HC4011BM2RB,2-input NAND,SGS Thomson,3/9/1992,tid/PPM-92-101.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('cd12a2931378db9fed2b04beb1c72448', 'Crawler', '2024-11-13 12:52:05', 'lixuyou', '2025-04-30 18:56:20', null, 'Linear Bipolar', 'TL750M05CKTRR', 'TL750M05CKTRR', 'LDO Positive Voltage Regulator 5V', '0707', 'Texas Instruments', '6/1/2009; 2014; 2015', 'NASA', '李序友', '7', '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/cd12a2931378db9fed2b04beb1c72448/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/cd12a2931378db9fed2b04beb1c72448/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cd12a2931378db9fed2b04beb1c72448/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/cd12a2931378db9fed2b04beb1c72448/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/cd12a2931378db9fed2b04beb1c72448/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"TL750M05CKTRR_1746010577882.xlsx\":\"/oss/physical/NASA/cd12a2931378db9fed2b04beb1c72448/TL750M05CKTRR_1746010577882.xlsx\"}', 'TL750M05CKTRR,LDO Positive Voltage Regulator 5V,Texas Instruments,6/1/2009; 2014; 2015,nsrec2010_W22_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Linear Bipolar', '7'); INSERT INTO `nasa_data_record` VALUES ('cd2cf94121eec0c1a019069b7d0add65', 'Crawler', '2024-11-13 12:38:57', 'changyuhai', '2025-05-03 23:28:04', null, 'Hybrid', 'SMA1031', 'SMA1031', 'Cascadable Amplifier', '1218;12-051', 'M/A-COM', '11/14/2012', 'NASA', '常余海', '4', '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/cd2cf94121eec0c1a019069b7d0add65/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cd2cf94121eec0c1a019069b7d0add65/data.xlsx\",\"LBNL111412_SMA1031.pdf\":\"/oss/physical/NASA/cd2cf94121eec0c1a019069b7d0add65/LBNL111412_SMA1031.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/cd2cf94121eec0c1a019069b7d0add65/nsrec2013_W8_SEE.pdf\",\"单粒子效应_1746285755867.xlsx\":\"/oss/physical/NASA/cd2cf94121eec0c1a019069b7d0add65/单粒子效应_1746285755867.xlsx\",\"电离总剂量效应_1746286022792.xlsx\":\"/oss/physical/NASA/cd2cf94121eec0c1a019069b7d0add65/电离总剂量效应_1746286022792.xlsx\"}', 'SMA1031,Cascadable Amplifier,M/A-COM,11/14/2012,LBNL111412_SMA1031.pdf;nsrec2013_W8_SEE.pdf;https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEE; TID,Hybrid', '13'); INSERT INTO `nasa_data_record` VALUES ('cd3103d8867da358a6b60f80f24c4d8c', 'Crawler', '2024-11-13 09:56:18', null, '2025-04-08 11:34:41', null, 'NSC', '54AC374DMQB', '54AC374DMQB', 'Oct. Flip-Flop', null, null, '01/16/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/cd3103d8867da358a6b60f80f24c4d8c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/cd3103d8867da358a6b60f80f24c4d8c/PPM-99-045.pdf\"}', '112,10-300,54AC374DMQB,Oct. Flip-Flop,NSC,SMEX/CB,9036A,PPM-92-004,01/16/92', null); INSERT INTO `nasa_data_record` VALUES ('cd4c26ad22af00409fb37f286ebdf1e9', 'Crawler', '2024-11-13 09:58:09', null, '2025-04-08 11:34:41', null, 'Motorola', 'JAN2N2608', 'JAN2N2608', 'JFET XSTR', null, null, '06/19/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/cd4c26ad22af00409fb37f286ebdf1e9/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/cd4c26ad22af00409fb37f286ebdf1e9/PPM-99-045.pdf\"}', '51,5-50,JAN2N2608,JFET XSTR,Motorola,ISTP/NC,9046,PPM-91-424,06/19/91', null); INSERT INTO `nasa_data_record` VALUES ('cd651db50e31fba46d3fd0f73c144928', 'Crawler', '2024-11-13 01:02:01', null, '2025-04-08 11:34:41', null, 'Not specified', 'M65609E', 'M65609E', 'Rad. Hard. 128k x 8, 3.3-Volt SRAM', '20 MEMORY SRAM', 'ATMEL', '18/03/2014', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/cd651db50e31fba46d3fd0f73c144928/data.xlsx\",\"216.pdf\":\"/oss/physical/ESA/cd651db50e31fba46d3fd0f73c144928/216.pdf\"}', '216,M65609E,ATMEL,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,20 MEMORY SRAM,Rad. Hard. 128k x 8, 3.3-Volt SRAM,,TRAD,18/03/2014,False', null); INSERT INTO `nasa_data_record` VALUES ('cd788c05356018d97c07fe83f1b981e7', 'Crawler', '2024-11-13 00:44:52', null, '2025-04-08 11:34:41', null, 'ESCC 22900', 'MFA-1', 'MFA-1', 'First Magnetometer Front-end ASIC (MFA-1)', '42 ASIC TECHNOLOGIES MIXED ANALOG / DIGITAL', 'AMS', '23/01/2006', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/cd788c05356018d97c07fe83f1b981e7/data.xlsx\",\"152.pdf\":\"/oss/physical/ESA/cd788c05356018d97c07fe83f1b981e7/152.pdf\"}', '152,MFA-1,AMS,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,42 ASIC TECHNOLOGIES MIXED ANALOG / DIGITAL,First Magnetometer Front-end ASIC (MFA-1),,IWF / IIS,23/01/2006,False', null); INSERT INTO `nasa_data_record` VALUES ('cd982211fa2e1d752f7bfedd72cf3449', 'Crawler', '2024-11-13 10:28:08', null, '2025-04-08 11:34:41', null, 'Optocoupler', '66123', '66123', 'Optocoupler', null, 'Micropac', '7/20/1998;1999;11/1997;1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/cd982211fa2e1d752f7bfedd72cf3449/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cd982211fa2e1d752f7bfedd72cf3449/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/cd982211fa2e1d752f7bfedd72cf3449/NSREC99.pdf\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/cd982211fa2e1d752f7bfedd72cf3449/nsrec00_W22.pdf\"}', '66123,Optocoupler,Micropac,7/20/1998;1999;11/1997;1998,NSREC98.pdf;NSREC99.pdf;nsrec00_W22.pdf,SEE;DD;SET,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('cd99fbd46ad4c4832f7fc7a2bc1491b4', 'Crawler', '2024-11-13 11:07:22', null, '2025-04-08 11:34:41', null, 'Optocoupler', 'HCPL625K', 'HCPL625K', 'Optocoupler; 4 channels logic gate', null, 'Agilent Technologies', '3/27/2006', 'NASA', null, null, '{\"I032706_HCPL625K.pdf\":\"/oss/physical/NASA/cd99fbd46ad4c4832f7fc7a2bc1491b4/I032706_HCPL625K.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/cd99fbd46ad4c4832f7fc7a2bc1491b4/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cd99fbd46ad4c4832f7fc7a2bc1491b4/data.xlsx\"}', 'HCPL625K,Optocoupler; 4 channels logic gate,Agilent Technologies,3/27/2006,I032706_HCPL625K.pdf;nsrec07_W27_SEE.pdf,SEE,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('cdb0dd8f01ff0a906674b3d89aa83465', 'Crawler', '2024-11-13 11:56:19', 'dushuaibin', '2025-04-30 12:10:27', null, '晶体管', '80 nm CMOS', 'MT47H128M8HQ-3E', '1 Gbit DDR2 SDRAM', 'XX', 'Micron', '2008.06', 'NASA', '杜帅彬', '2', '{\"VdG08JUN_MT47H128M8HQ_3E.pdf\":\"/oss/physical/NASA/cdb0dd8f01ff0a906674b3d89aa83465/VdG08JUN_MT47H128M8HQ_3E.pdf\",\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/cdb0dd8f01ff0a906674b3d89aa83465/nsrec09_W13_TID.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/cdb0dd8f01ff0a906674b3d89aa83465/nsrec08_W3_SEE.pdf\",\"T111107_MT47H128M8HQ.pdf\":\"/oss/physical/NASA/cdb0dd8f01ff0a906674b3d89aa83465/T111107_MT47H128M8HQ.pdf\",\"电离总剂量效应_1745986072037.xlsx\":\"/oss/physical/NASA/cdb0dd8f01ff0a906674b3d89aa83465/电离总剂量效应_1745986072037.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/cdb0dd8f01ff0a906674b3d89aa83465/data.xlsx\",\"单粒子效应_1745986225778.xlsx\":\"/oss/physical/NASA/cdb0dd8f01ff0a906674b3d89aa83465/单粒子效应_1745986225778.xlsx\"}', 'MT47H128M8HQ-3E,1 Gbit DDR2 SDRAM,Micron,TAMU07NOV;6/2008,T111107_MT47H128M8HQ.pdf;nsrec08_W3_SEE.pdf;tid/VdG08JUN_MT47H128M8HQ_3E.pdf;nsrec09_W13_TID.pdf,TID; SEE; SEL; SEU; SEFI,80 nm CMOS', '2'); INSERT INTO `nasa_data_record` VALUES ('cdc06e496f0621bda894b842ebc46bc7', 'Crawler', '2024-11-13 11:22:53', null, '2025-04-08 11:34:41', null, 'Linear Device', 'LM117H', 'LM117H', 'Voltage Regulator', null, 'National Semiconductor', '9/24/1998;10/10/1997;7/29/1994;7/17/1995;1999', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/cdc06e496f0621bda894b842ebc46bc7/ieee95a.pdf\",\"b072994.pdf\":\"/oss/physical/NASA/cdc06e496f0621bda894b842ebc46bc7/b072994.pdf\",\"PPM-97-041.pdf\":\"/oss/physical/NASA/cdc06e496f0621bda894b842ebc46bc7/PPM-97-041.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/cdc06e496f0621bda894b842ebc46bc7/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cdc06e496f0621bda894b842ebc46bc7/data.xlsx\",\"PPM-98-026.pdf\":\"/oss/physical/NASA/cdc06e496f0621bda894b842ebc46bc7/PPM-98-026.pdf\"}', 'LM117H,Voltage Regulator,National Semiconductor,9/24/1998;10/10/1997;7/29/1994;7/17/1995;1999,tid/PPM-98-026.pdf;tid/PPM-97-041.pdf;b072994.pdf;ieee95a.pdf;nsrec00_W21.pdf,TID;SEE,Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('cdd1e7f5b00f968f542e00ddbbede647', 'Crawler', '2024-11-13 12:58:08', 'yangsini', '2025-04-30 11:46:02', null, '晶体管', 'Test Vehicle 45 nm SOI CMOS SRAM', 'xx', 'SRAM', 'xx', 'IBM', '2009.2', 'NASA', '杨思妮', '20', '{\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/cdd1e7f5b00f968f542e00ddbbede647/nsrec2010_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cdd1e7f5b00f968f542e00ddbbede647/data.xlsx\",\"单粒子效应_1745984761824.xlsx\":\"/oss/physical/NASA/cdd1e7f5b00f968f542e00ddbbede647/单粒子效应_1745984761824.xlsx\"}', 'Test Vehicle 45 nm SOI CMOS SRAM,SRAM,IBM,UCD09JUN;IU09AUG,nsrec2010_W8_SEE.pdf,SEE;SEL,45 nm SOI CMOS', '20'); INSERT INTO `nasa_data_record` VALUES ('cdd77c6d32633840133d88395eee0a30', 'Crawler', '2024-11-13 11:19:42', null, '2025-04-08 11:34:41', null, 'Communication Device', 'K7N803601M', 'K7N803601M', 'SRAM', null, 'Samsung', '11/26/2001;7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/cdd77c6d32633840133d88395eee0a30/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/cdd77c6d32633840133d88395eee0a30/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cdd77c6d32633840133d88395eee0a30/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/cdd77c6d32633840133d88395eee0a30/NSREC02_W8.pdf\"}', 'K7N803601M,SRAM,Samsung,11/26/2001;7/19/2002,D112601_Myrinet.pdf;NSREC02_W16.pdf;NSREC02_W8.pdf,SEE,Communication Device', null); INSERT INTO `nasa_data_record` VALUES ('cdfdbe6f4694b0c728cd10dffcad188a', 'Crawler', '2024-11-13 09:55:37', null, '2025-04-08 11:34:41', null, 'ADI', 'AD744TQ/883B', 'AD744TQ/883B', 'Op Amp', null, null, '05/15/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/cdfdbe6f4694b0c728cd10dffcad188a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/cdfdbe6f4694b0c728cd10dffcad188a/PPM-99-045.pdf\"}', '142,5-20,AD744TQ/883B,Op Amp,ADI,GGS/WIND,8826A,PPM-92-159,05/15/92', null); INSERT INTO `nasa_data_record` VALUES ('ce026fe6b8a7cb8a489e8f10cd287fd8', 'Crawler', '2024-11-13 11:02:01', null, '2025-04-08 11:34:41', null, 'Bipolar Device', 'EL2243', 'EL2243', 'Analog Operational Amplifier', null, 'Elantec', '5/19/1993;6/18/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/ce026fe6b8a7cb8a489e8f10cd287fd8/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ce026fe6b8a7cb8a489e8f10cd287fd8/data.xlsx\",\"PPM-94-018.pdf\":\"/oss/physical/NASA/ce026fe6b8a7cb8a489e8f10cd287fd8/PPM-94-018.pdf\",\"s061893.pdf\":\"/oss/physical/NASA/ce026fe6b8a7cb8a489e8f10cd287fd8/s061893.pdf\"}', 'EL2243,Analog Operational Amplifier,Elantec,5/19/1993;6/18/1993;7/18/1994,s061893.pdf;nsrec94a.pdf;tid/PPM-94-018.pdf,SEE;TID,Bipolar Device', null); INSERT INTO `nasa_data_record` VALUES ('ce0b28861b6a9a07c71c6db7907e6ff8', 'Crawler', '2024-11-13 11:57:44', 'dushuaibin', '2025-04-29 18:07:29', null, '三维集成电路', 'SSD', 'MZ-75E250', 'Solid State Drive', 'XX', 'Samsung', '2014', 'NASA', '杜帅彬', '1', '{\"data.xlsx\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"电离总剂量效应_1745921246908.xlsx\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/电离总剂量效应_1745921246908.xlsx\"}', 'MZ-75E250,Solid State Drive,Samsung,_2014,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf,TID,VNAND', '1'); INSERT INTO `nasa_data_record` VALUES ('ce1321330ef6910c00d6cc73add13eaf', 'Crawler', '2024-11-13 11:31:56', null, '2025-04-08 11:34:41', null, 'ADC', 'LTC1605', 'LTC1605', '16 bits ADC', null, 'Linear Technology', '10/1/2001;7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/ce1321330ef6910c00d6cc73add13eaf/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ce1321330ef6910c00d6cc73add13eaf/data.xlsx\",\"T100101_LTC1605.pdf\":\"/oss/physical/NASA/ce1321330ef6910c00d6cc73add13eaf/T100101_LTC1605.pdf\"}', 'LTC1605,16 bits ADC,Linear Technology,10/1/2001;7/19/2002,T100101_LTC1605.pdf;NSREC02_W16.pdf,SEL,ADC', null); INSERT INTO `nasa_data_record` VALUES ('ce189f74253810e5f3c4c3bdf12b51a2', 'Crawler', '2024-11-13 09:50:13', null, '2025-04-08 11:34:41', null, 'AD', 'REF-10', 'REF-10', 'Voltage Reference', null, null, '04/29/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ce189f74253810e5f3c4c3bdf12b51a2/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ce189f74253810e5f3c4c3bdf12b51a2/PPM-99-045.pdf\"}', '366,20-200,REF-10,Voltage Reference,AD,GOES,9720A,PPM-98-012,04/29/98', null); INSERT INTO `nasa_data_record` VALUES ('ce23d05a4242500b5c76a09bcd7a1da6', 'Crawler', '2024-11-13 11:11:28', null, '2025-04-08 11:34:41', null, 'ADC', 'HS5212B', 'HS5212B', '12 bit ADC', null, 'Sipex', '1/23/1991', 'NASA', null, null, '{\"no_tid_report.pdf\":\"/oss/physical/NASA/ce23d05a4242500b5c76a09bcd7a1da6/no_tid_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ce23d05a4242500b5c76a09bcd7a1da6/data.xlsx\"}', 'HS5212B,12 bit ADC,Sipex,1/23/1991,tid/no_tid_report.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('ce5b4d0521ead2641849d56707cffa59', 'Crawler', '2024-11-13 13:01:38', 'likunfang', '2025-04-15 23:06:34', null, 'Read Out Integrated Circuit (ROIC)', '0.5umCMOS Read Out Integrated Circuit (ROIC)', 'unavailable', 'Read Out Integrated Circuit (ROIC)', 'unavailable', 'Unavailable', '2009', 'NASA', '李坤芳', '2', '{\"NSREC10_B1_Marshall_Pres.pdf\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/NSREC10_B1_Marshall_Pres.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/nsrec2010_W8_SEE.pdf\",\"单粒子效应_1744729591739.xlsx\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/单粒子效应_1744729591739.xlsx\"}', 'Unknown - ROIC,Read Out Integrated Circuit (ROIC),Manufacturer unavailable,TAMU09SEPT,NSREC10_B1_Marshall_Pres.pdf;nsrec2010_W8_SEE.pdf,SEE,0.5 �m CMOS', '2'); INSERT INTO `nasa_data_record` VALUES ('ce7fc91be189551ac95f84280015f121', 'Crawler', '2024-11-13 12:33:04', 'yangjicong', '2025-04-28 23:41:21', null, 'FPGA', 'RTSXSU', 'RTSXSU', '0.25μm CMOS FPGA', '0501', 'Actel', '11/3/2005', 'NASA', '杨济聪', '1', '{\"nsrec06_W4.pdf\":\"/oss/physical/NASA/ce7fc91be189551ac95f84280015f121/nsrec06_W4.pdf\",\"T110305_RTSXSU.pdf\":\"/oss/physical/NASA/ce7fc91be189551ac95f84280015f121/T110305_RTSXSU.pdf\",\"data_1745854879297.xlsx\":\"/oss/physical/NASA/ce7fc91be189551ac95f84280015f121/data_1745854879297.xlsx\"}', 'RTSXSU,0.25�m CMOS FPGA,Actel,11/3/2005,T110305_RTSXSU.pdf;nsrec06_W4.pdf,SEE,FPGA', '1'); INSERT INTO `nasa_data_record` VALUES ('ce8850951f8458cfbe875d3543c119ff', 'Crawler', '2024-11-13 00:40:40', null, '2025-04-08 11:34:41', null, 'Not specified', 'HCPL5501', 'HCPL5501', 'Optocoupler', '1 OPTOCOUPLER', 'Avago', '29/05/2012', 'ESA', null, null, '{\"130.pdf\":\"/oss/physical/ESA/ce8850951f8458cfbe875d3543c119ff/130.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ce8850951f8458cfbe875d3543c119ff/data.xlsx\"}', '130,HCPL5501,Avago,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,29/05/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('ceb9b3c10bb4f8a0cf5cd3d2027b7d9a', 'Crawler', '2024-11-13 09:51:13', null, '2025-04-08 11:34:41', null, 'AD', 'OP497', 'OP497', 'OP AMP', null, null, '7/11/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ceb9b3c10bb4f8a0cf5cd3d2027b7d9a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ceb9b3c10bb4f8a0cf5cd3d2027b7d9a/PPM-99-045.pdf\"}', '324,2.5-50,OP497,OP AMP,AD,SMEX/LITE,9438,PPM-97-028,7/11/97', null); INSERT INTO `nasa_data_record` VALUES ('cebcccb8e58b9f29798872f05c44ea97', 'Crawler', '2024-11-13 01:22:52', null, '2025-04-08 11:34:41', null, '', 'TS4061', 'TS4061', '2.5V Bandgap Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', 'STmicroelectronics', '18/08/2022', 'ESA', null, null, '{\"297.pdf\":\"/oss/physical/ESA/cebcccb8e58b9f29798872f05c44ea97/297.pdf\",\"data.xlsx\":\"/oss/physical/ESA/cebcccb8e58b9f29798872f05c44ea97/data.xlsx\"}', '297,TS4061,STmicroelectronics,Download,TID (Total Ionising Dose),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,2.5V Bandgap Voltage Reference,Bipolar,ESA-ESTEC,18/08/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('cee20f83f736328b4587d35d31a9ca40', 'Crawler', '2024-11-13 10:58:42', null, '2025-04-08 11:34:41', null, 'DAC', 'DAC08', 'DAC08', 'DAC 8-bit', null, 'ADI', '11/9/1995', 'NASA', null, null, '{\"PPM-95-185.pdf\":\"/oss/physical/NASA/cee20f83f736328b4587d35d31a9ca40/PPM-95-185.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cee20f83f736328b4587d35d31a9ca40/data.xlsx\"}', 'DAC08,DAC 8-bit,ADI,11/9/1995,tid/PPM-95-185.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('ceeb6816c73bb80dd28f8ca1cf30b531', 'Crawler', '2024-11-13 11:08:19', null, '2025-04-08 11:34:41', null, 'Fiber Optics', 'HFE4811-013', 'HFE4811-013', 'Transmitter', null, 'Honeywell', '_1996', 'NASA', null, null, '{\"HFE4811_3801.pdf\":\"/oss/physical/NASA/ceeb6816c73bb80dd28f8ca1cf30b531/HFE4811_3801.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ceeb6816c73bb80dd28f8ca1cf30b531/data.xlsx\"}', 'HFE4811-013,Transmitter,Honeywell,_1996,HFE4811_3801.pdf,SEU,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('cf19e8bdb03b3c28e8ac2eb49ef55655', 'Crawler', '2024-11-13 09:48:38', null, '2025-04-08 11:34:41', null, 'NSC', 'LM117K', 'LM117K', 'Volt Regulator', null, null, '11/08/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/cf19e8bdb03b3c28e8ac2eb49ef55655/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/cf19e8bdb03b3c28e8ac2eb49ef55655/PPM-99-045.pdf\"}', '420,10-30,LM117K,Volt Regulator,NSC,MAP,9808,PPM-99-034,11/08/99', null); INSERT INTO `nasa_data_record` VALUES ('cf1e1323ac5be54c76b0b0cfce1392df', 'Crawler', '2024-11-13 10:53:40', null, '2025-04-08 11:34:41', null, 'p-channel trench', 'BSS84AKV', 'BSS84AKV', 'MOSFET', null, 'NXP Semiconductor', '3/22/2017;2017Apr', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/cf1e1323ac5be54c76b0b0cfce1392df/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cf1e1323ac5be54c76b0b0cfce1392df/data.xlsx\"}', 'BSS84AKV,MOSFET,NXP Semiconductor,3/22/2017;2017Apr,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE;SEGR,p-channel trench', null); INSERT INTO `nasa_data_record` VALUES ('cf2a0e37b51b846279080db38d0e086f', 'Crawler', '2024-11-13 12:35:38', 'sunjiacheng', '2025-04-30 15:56:07', null, '二极管', 'SBR20A300', 'SBR20A300', 'Diode', null, 'Diodes, Inc.', '12/18/2015', 'NASA', '孙家诚', '3', '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/cf2a0e37b51b846279080db38d0e086f/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cf2a0e37b51b846279080db38d0e086f/data.xlsx\",\"单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745999765122.xlsx\":\"/oss/physical/NASA/cf2a0e37b51b846279080db38d0e086f/单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745999765122.xlsx\"}', 'SBR20A300,Diode,Diodes, Inc.,12/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEE,Si', '15'); INSERT INTO `nasa_data_record` VALUES ('cf30b2bbbacbb3e33956db5ad7e037db', 'Crawler', '2024-11-13 12:40:18', 'changyuhai', '2025-05-03 19:49:18', null, 'CMOS', 'SN54BCT244W', 'SN54BCT244W', 'Octal Line Driver', '0252BC', 'Texas Instruments', '3/28/2003;6/22/2004', 'NASA', '常余海', '2', '{\"T032803_SN54BCT244W.pdf\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/T032803_SN54BCT244W.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/nsrec04_SEE.pdf\",\"单粒子效应_1746272107058_1746272954803.xlsx\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/单粒子效应_1746272107058_1746272954803.xlsx\"}', 'SN54BCT244W,Octal Line Driver,Texas Instruments,3/28/2003;6/22/2004,T032803_SN54BCT244W.pdf;nsrec04_SEE.pdf,SEE,CMOS', '12'); INSERT INTO `nasa_data_record` VALUES ('cf4cccefdc33465b0ed68583bd598f94', 'Crawler', '2024-11-13 09:50:26', null, '2025-04-08 11:34:42', null, 'Motorola', '2N4858', '2N4858', 'NJFET', null, null, '04/10/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/cf4cccefdc33465b0ed68583bd598f94/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/cf4cccefdc33465b0ed68583bd598f94/PPM-99-045.pdf\"}', '357,5-100,2N4858,NJFET,Motorola,MIDEX,9333,PPM-98-003,04/10/98', null); INSERT INTO `nasa_data_record` VALUES ('cf5ab8ace541ae55f706eee07cbfdfd0', 'Crawler', '2024-11-13 10:16:43', null, '2025-04-08 11:34:42', null, 'Bipolar', '2N3811JS', '2N3811JS', 'NPN Transistor', null, 'Semicoa', '4/1/2014-to-8/18/2014; 2015; 2016 ELDRS testing completed', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/cf5ab8ace541ae55f706eee07cbfdfd0/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cf5ab8ace541ae55f706eee07cbfdfd0/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/cf5ab8ace541ae55f706eee07cbfdfd0/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/cf5ab8ace541ae55f706eee07cbfdfd0/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', '2N3811JS,NPN Transistor,Semicoa,4/1/2014-to-8/18/2014; 2015; 2016 ELDRS testing completed,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('cf6b661ffc9bf544611443e2c2368131', 'Crawler', '2024-11-13 11:01:28', null, '2025-04-08 11:34:42', null, 'SiC discrete', 'Diodes Eng. Samples', 'Diodes Eng. Samples', 'Diode', null, 'GE', '4/12/2015', 'NASA', null, null, '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/cf6b661ffc9bf544611443e2c2368131/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cf6b661ffc9bf544611443e2c2368131/data.xlsx\"}', 'Diodes Eng. Samples,Diode,GE,4/12/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEE,SiC discrete', null); INSERT INTO `nasa_data_record` VALUES ('cf9234ded0d95dc0530b0e9a0b3c28e1', 'Crawler', '2024-11-13 00:38:15', null, '2025-04-08 11:34:42', null, 'ESCC 25100', 'HM5225165BTT-75', 'HM5225165BTT-75', '256-Mbit SDRAM', '29 MEMORY OTHERS', 'Elpida', '17/06/2010', 'ESA', null, null, '{\"116.pdf\":\"/oss/physical/ESA/cf9234ded0d95dc0530b0e9a0b3c28e1/116.pdf\",\"data.xlsx\":\"/oss/physical/ESA/cf9234ded0d95dc0530b0e9a0b3c28e1/data.xlsx\"}', '116,HM5225165BTT-75,Elpida,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,256-Mbit SDRAM,,Hirex,17/06/2010,False', null); INSERT INTO `nasa_data_record` VALUES ('cfb15405732f4e3ecc3c324a27dc93bd', 'Crawler', '2024-11-13 10:36:25', null, '2025-04-08 11:34:42', null, 'Analog Device', 'AD1671', 'AD1671', '12-bit ADC', null, 'Analog Devices', '3/3/1993;4/19/1993;7/18/1994;4/2006', 'NASA', null, null, '{\"b041993.pdf\":\"/oss/physical/NASA/cfb15405732f4e3ecc3c324a27dc93bd/b041993.pdf\",\"41993.pdf\":\"/oss/physical/NASA/cfb15405732f4e3ecc3c324a27dc93bd/41993.pdf\",\"G06APR_AD1671_TID.pdf\":\"/oss/physical/NASA/cfb15405732f4e3ecc3c324a27dc93bd/G06APR_AD1671_TID.pdf\",\"nsrec94a.pdf\":\"/oss/physical/NASA/cfb15405732f4e3ecc3c324a27dc93bd/nsrec94a.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/cfb15405732f4e3ecc3c324a27dc93bd/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cfb15405732f4e3ecc3c324a27dc93bd/data.xlsx\"}', 'AD1671,12-bit ADC,Analog Devices,3/3/1993;4/19/1993;7/18/1994;4/2006,b041993.pdf;41993.pdf;nsrec94a.pdf;G06APR_AD1671_TID.pdf;nsrec06_W2.pdf,SEE;TID,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('cfec1022047c4846356053a6150fbcab', 'Crawler', '2024-11-13 10:22:17', null, '2025-04-08 11:34:42', null, 'Logic Device', '54AC02', '54AC02', '2-input NOR', null, 'National Semiconductor', '10/27/1992', 'NASA', null, null, '{\"PPM-92-253.pdf\":\"/oss/physical/NASA/cfec1022047c4846356053a6150fbcab/PPM-92-253.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cfec1022047c4846356053a6150fbcab/data.xlsx\"}', '54AC02,2-input NOR,National Semiconductor,10/27/1992,tid/PPM-92-253.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('cffa360b54e164a0a2f5749e0d32322c', 'Crawler', '2024-11-13 10:41:35', null, '2025-04-08 11:34:42', null, 'Operational Amplifier', 'AD711TQ/883B', 'AD711TQ/883B', 'Operational Amplifier', null, 'ADI', '5/19/1992', 'NASA', null, null, '{\"PPM-92-160.pdf\":\"/oss/physical/NASA/cffa360b54e164a0a2f5749e0d32322c/PPM-92-160.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cffa360b54e164a0a2f5749e0d32322c/data.xlsx\"}', 'AD711TQ/883B,Operational Amplifier,ADI,5/19/1992,tid/PPM-92-160.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('d009dbf032539a533a22f6d5b33c37f5', 'Crawler', '2024-11-13 13:01:15', 'likunfang', '2025-04-15 22:47:14', null, 'IP Optocoupler Driver', 'IP Optocoupler Driver', 'Unknown', 'IP Optocoupler Driver', 'Unknown', 'Greenspring', '6/1/1998', 'NASA', '李坤芳', '1', '{\"NSREC99.pdf\":\"/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/data.xlsx\",\"单粒子效应_1744728426823.xlsx\":\"/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/单粒子效应_1744728426823.xlsx\",\"单粒子效应_1744728433296.xlsx\":\"/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/单粒子效应_1744728433296.xlsx\"}', 'Unknown - IP Optocoupler Driver,IP Optocoupler Driver,Greenspring,6/1/1998,NSREC99.pdf,SEE,Board', '1'); INSERT INTO `nasa_data_record` VALUES ('d033bae2d055a21da74f9cc61edd4c3c', 'Crawler', '2024-11-13 13:08:51', 'wangbin', '2025-04-17 19:01:43', null, '数字集成电路', 'WDS250G2B0B-00YS70', 'WDS250G2B0B-00YS70', 'Flash', 'xx', 'Western Digital', '2018Apr', 'NASA', '王斌', '1', '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/d033bae2d055a21da74f9cc61edd4c3c/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/d033bae2d055a21da74f9cc61edd4c3c/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d033bae2d055a21da74f9cc61edd4c3c/data.xlsx\",\"单粒子效应WDS250G2B0B-00YS70_1744887553751.xlsx\":\"/oss/physical/NASA/d033bae2d055a21da74f9cc61edd4c3c/单粒子效应WDS250G2B0B-00YS70_1744887553751.xlsx\"}', 'WDS250G2B0B-00YS70,Flash,Western Digital,2018Apr,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE;SEFI,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('d04a13e171e8a1fb53a32a9c60e05cdf', 'Crawler', '2024-11-13 11:49:36', null, '2025-04-08 11:34:42', null, 'BiCMOS/DMOS', 'MIC4424', 'MIC4424', 'Dual MOSFET Driver', null, 'Micrel', '4/21/1999;1/11/2011', 'NASA', null, null, '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/d04a13e171e8a1fb53a32a9c60e05cdf/nsrec2012_W22_SEE.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/d04a13e171e8a1fb53a32a9c60e05cdf/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d04a13e171e8a1fb53a32a9c60e05cdf/data.xlsx\",\"T101111_MIC4424.pdf\":\"/oss/physical/NASA/d04a13e171e8a1fb53a32a9c60e05cdf/T101111_MIC4424.pdf\",\"PPM-99-019.pdf\":\"/oss/physical/NASA/d04a13e171e8a1fb53a32a9c60e05cdf/PPM-99-019.pdf\"}', 'MIC4424,Dual MOSFET Driver,Micrel,4/21/1999;1/11/2011,tid/PPM-99-019.pdf;nsrec00_W21.pdf;T101111_MIC4424.pdf;nsrec2012_W22_SEE.pdf,TID; SEE,BiCMOS/DMOS', null); INSERT INTO `nasa_data_record` VALUES ('d04f1e0b4c587991edf8325d5f46e05c', 'Crawler', '2024-11-13 11:09:57', null, '2025-04-08 11:34:42', null, 'MESFET', 'HMC422_Generic PN', 'HMC422_Generic PN', 'GaAs MMIC mixer with integrated LO amplifier', null, 'Hittite Microwave Corp.', 'NRL10JAN', 'NASA', null, null, '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/d04f1e0b4c587991edf8325d5f46e05c/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d04f1e0b4c587991edf8325d5f46e05c/data.xlsx\",\"NRL012910_HMC422.pdf\":\"/oss/physical/NASA/d04f1e0b4c587991edf8325d5f46e05c/NRL012910_HMC422.pdf\"}', 'HMC422_Generic PN,GaAs MMIC mixer with integrated LO amplifier,Hittite Microwave Corp.,NRL10JAN,NRL012910_HMC422.pdf;nsrec2011_W6_SEE.pdf,SEE;SET,MESFET', null); INSERT INTO `nasa_data_record` VALUES ('d06434b9fc0b6756963a2a342c34d762', 'Crawler', '2024-11-13 10:55:42', null, '2025-04-08 11:34:42', null, 'FPGA', 'CKJ911', 'CKJ911', 'FPGA', null, 'Actel', '18/06/1998', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d06434b9fc0b6756963a2a342c34d762/data.xlsx\"}', 'CKJ911,FPGA,Actel,18/06/1998,http://www.klabs.org/richcontent/fpga_content/SX_Series/A54SX_0P35/indckj911.pdf,SEL,FPGA', null); INSERT INTO `nasa_data_record` VALUES ('d06de242ae28cfaaee98c18df3508288', 'Crawler', '2024-11-13 09:55:01', null, '2025-04-08 11:34:42', null, 'Silicon General', 'LM723', 'LM723', 'Regulator', null, null, '12/14/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d06de242ae28cfaaee98c18df3508288/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d06de242ae28cfaaee98c18df3508288/PPM-99-045.pdf\"}', '168,5-60,LM723,Regulator,Silicon General,FAST/HCI,9228,PPM-92-305,12/14/92', null); INSERT INTO `nasa_data_record` VALUES ('d0806b90b3bab712043b431d6cafef27', 'Crawler', '2024-11-13 10:13:08', null, '2025-04-08 11:34:42', null, 'EEPROM', '28C256', '28C256', 'EEPROM', null, 'SEI', '1/16/1996', 'NASA', null, null, '{\"PPM-95-187.pdf\":\"/oss/physical/NASA/d0806b90b3bab712043b431d6cafef27/PPM-95-187.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d0806b90b3bab712043b431d6cafef27/data.xlsx\"}', '28C256,EEPROM,SEI,1/16/1996,tid/PPM-95-187.pdf,TID,EEPROM', null); INSERT INTO `nasa_data_record` VALUES ('d088ed961706cdd6b78ca2d6a01470e4', 'Crawler', '2024-11-13 09:49:48', null, '2025-04-08 11:34:42', null, 'AD', 'OP270', 'OP270', 'OP AMP', null, null, '10/05/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d088ed961706cdd6b78ca2d6a01470e4/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d088ed961706cdd6b78ca2d6a01470e4/PPM-99-045.pdf\"}', '383,2.5-50,OP270,OP AMP,AD,IRAC,9815,PPM-98-029,10/05/98', null); INSERT INTO `nasa_data_record` VALUES ('d08a9be4a3f9b53545c38ac41bb3b90c', 'Crawler', '2024-11-13 09:54:25', null, '2025-04-08 11:34:42', null, 'Optek', 'OMH3075S', 'OMH3075S', 'Hall Eff. Sens.', null, null, '07/13/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d08a9be4a3f9b53545c38ac41bb3b90c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d08a9be4a3f9b53545c38ac41bb3b90c/PPM-99-045.pdf\"}', '195,5-100,OMH3075S,Hall Eff. Sens.,Optek,SWAS/MUE,9217,PPM-93-070,07/13/93', null); INSERT INTO `nasa_data_record` VALUES ('d0cee94c1405d63632906e6a848f95c0', 'Crawler', '2024-11-13 12:41:08', 'luozikang', '2025-04-29 18:18:50', null, 'Comparator', 'SNJ54HC85', 'SNJ54HC85', '4 bit Comparator', null, 'Texas Instruments', '6/13/1991', 'NASA', '罗梓康', '1', '{\"PPM-91-412.pdf\":\"/oss/physical/NASA/d0cee94c1405d63632906e6a848f95c0/PPM-91-412.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d0cee94c1405d63632906e6a848f95c0/data.xlsx\",\"电离总剂量效应_1745921908820.xlsx\":\"/oss/physical/NASA/d0cee94c1405d63632906e6a848f95c0/电离总剂量效应_1745921908820.xlsx\"}', 'SNJ54HC85,4 bit Comparator,Texas Instruments,6/13/1991,tid/PPM-91-412.pdf,TID,Comparator', '1'); INSERT INTO `nasa_data_record` VALUES ('d1059ffc28d0f02a7a0614bcf0e7f38f', 'Crawler', '2024-11-13 10:49:09', null, '2025-04-08 11:34:42', null, 'DC/DC Converter', 'AFL2803R3S', 'AFL2803R3S', '3.3V, DC/DC Converter', null, 'Advanced Analog (IR)', '6/2004', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/d1059ffc28d0f02a7a0614bcf0e7f38f/nsrec05_W23.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d1059ffc28d0f02a7a0614bcf0e7f38f/data.xlsx\",\"G04JUN_AFL2803R3S_TID.pdf\":\"/oss/physical/NASA/d1059ffc28d0f02a7a0614bcf0e7f38f/G04JUN_AFL2803R3S_TID.pdf\"}', 'AFL2803R3S,3.3V, DC/DC Converter,Advanced Analog (IR),6/2004,G04JUN_AFL2803R3S_TID.pdf;nsrec05_W23.pdf,TID,DC/DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('d1085a889876eda31d808a9feebc6847', 'Crawler', '2024-11-13 10:32:46', null, '2025-04-08 11:34:42', null, 'Si device', '96-1063U', '96-1063U', 'Schottky Diode', null, 'International Rectifier/Vishay', '6/1/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/d1085a889876eda31d808a9feebc6847/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d1085a889876eda31d808a9feebc6847/data.xlsx\"}', '96-1063U,Schottky Diode,International Rectifier/Vishay,6/1/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,SEE,Si device', null); INSERT INTO `nasa_data_record` VALUES ('d1237414dd71305ed46d92641df334fd', 'Crawler', '2024-11-13 09:55:04', null, '2025-04-08 11:34:42', null, 'Motorola', 'JTXV2N2219AL', 'JTXV2N2219AL', 'NPN Transistor', null, null, '12/11/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d1237414dd71305ed46d92641df334fd/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d1237414dd71305ed46d92641df334fd/PPM-99-045.pdf\"}', '166,10-60,JTXV2N2219AL,NPN Transistor,Motorola,GOES,8344,PPM-92-301,12/11/92', null); INSERT INTO `nasa_data_record` VALUES ('d162e6d19d6911ef677e406bf7834d5d', 'Crawler', '2024-11-13 01:19:05', null, '2025-04-08 11:34:42', null, 'Not specified', 'LM336', 'LM336', 'Voltage Reference', '53 LINEAR VOLTAGE COMPARATOR', 'National Semiconductors Corp.', '01/12/2011', 'ESA', null, null, '{\"274.pdf\":\"/oss/physical/ESA/d162e6d19d6911ef677e406bf7834d5d/274.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d162e6d19d6911ef677e406bf7834d5d/data.xlsx\"}', '274,LM336,National Semiconductors Corp.,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,53 LINEAR VOLTAGE COMPARATOR,Voltage Reference,Bipolar,AIT (Austrian Institute of Technology),01/12/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('d1687ca49c6d79737fff95c5c54849ae', 'Crawler', '2024-11-13 10:49:13', null, '2025-04-08 11:34:42', null, 'Hybrid', 'AFL2803R3S', 'AFL2803R3S', 'DC/DC Converter', null, 'International Rectifier', '2/23/2004;6/22/2004', 'NASA', null, null, '{\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/d1687ca49c6d79737fff95c5c54849ae/nsrec04_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d1687ca49c6d79737fff95c5c54849ae/data.xlsx\"}', 'AFL2803R3S,DC/DC Converter,International Rectifier,2/23/2004;6/22/2004,T022304_MAX724_ AFL2803R3S;nsrec04_SEE.pdf,SEE,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('d18ab3486b48b2c4e2a37e360583fed1', 'Crawler', '2024-11-13 12:59:39', 'mayunlong', '2025-04-17 22:50:09', null, '半导体存储器件', 'UPD4216400-60', 'UPD4216400-60', '4Mx4 DRAM', 'XX', 'NEC', '2/1996-2/1997', 'NASA', '马云龙', '1', '{\"Random97a.pdf\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/data.xlsx\",\"单粒子效应UPD4216400-60_1744901407367.xlsx\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/单粒子效应UPD4216400-60_1744901407367.xlsx\"}', 'UPD4216400-60,4Mx4 DRAM,NEC,7/21/1997,Random97a.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('d19fdf58c76349bf15089eb6602d9258', 'Crawler', '2024-11-13 12:33:23', 'yangjicong', '2025-04-28 22:43:30', null, 'Various', 'Rasberry Pi Model B, Generic Part Number 998', 'Rasberry Pi Model B, Generic Part Number 998', 'Single Board Computer', null, 'Rasberry Pi Foundation, Broadcom, and Various Others', '7/29/2014', 'NASA', '杨济聪', '1', '{\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"data_1745851408577.xlsx\":\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/data_1745851408577.xlsx\"}', 'Rasberry Pi Model B, Generic Part Number 998,Single Board Computer,Rasberry Pi Foundation, Broadcom, and Various Others,7/29/2014,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf,TID,Various', '1'); INSERT INTO `nasa_data_record` VALUES ('d1a7ffd65162f4f582b282b5dce310a9', 'Crawler', '2024-11-13 10:21:39', null, '2025-04-08 11:34:42', null, 'Power Device', '53111', '53111', 'Solid State Relay', null, 'Micropac', '10/25/2006;01/11/2012;03/11/2012', 'NASA', null, null, '{\"D011812_53111.pdf\":\"/oss/physical/NASA/d1a7ffd65162f4f582b282b5dce310a9/D011812_53111.pdf\",\"D102506_T111606_53111.pdf\":\"/oss/physical/NASA/d1a7ffd65162f4f582b282b5dce310a9/D102506_T111606_53111.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/d1a7ffd65162f4f582b282b5dce310a9/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d1a7ffd65162f4f582b282b5dce310a9/data.xlsx\",\"nsrec2012_W6_TID.pdf\":\"/oss/physical/NASA/d1a7ffd65162f4f582b282b5dce310a9/nsrec2012_W6_TID.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/d1a7ffd65162f4f582b282b5dce310a9/nsrec2013_W8_SEE.pdf\",\"T031112_53111.pdf\":\"/oss/physical/NASA/d1a7ffd65162f4f582b282b5dce310a9/T031112_53111.pdf\"}', '53111,Solid State Relay,Micropac,10/25/2006;01/11/2012;03/11/2012,D102506_T111606_53111.pdf;nsrec07_W27_SEE.pdf;T031112_53111.pdf;D011812_53111.pdf;nsrec2012_W6_TID.pdf;nsrec2013_W8_SEE.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('d1d54dfd6e2ee55d5c78b8b90fca05dc', 'Crawler', '2024-11-13 11:36:10', null, '2025-04-08 11:34:42', null, 'CMOS', 'MAX1847', 'MAX1847', 'Inverting DC/DC Converter', null, 'Maxim', '6/17/2003;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d1d54dfd6e2ee55d5c78b8b90fca05dc/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/d1d54dfd6e2ee55d5c78b8b90fca05dc/nsrec04_SEE.pdf\",\"T061703_GLAST.pdf\":\"/oss/physical/NASA/d1d54dfd6e2ee55d5c78b8b90fca05dc/T061703_GLAST.pdf\"}', 'MAX1847,Inverting DC/DC Converter,Maxim,6/17/2003;6/22/2004,T061703_GLAST.pdf;nsrec04_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('d22836dc5db3bc0eb541cbdc62d373d5', 'Crawler', '2024-11-13 12:06:04', 'luoyongheng', '2025-04-29 12:29:25', null, '光电子器件', 'Hamamatsu P2824', 'P2824', 'Optocoupler', null, 'Hamamatsu', '11/1997;7/20/1998;7/19/2001', 'NASA', '罗永恒', '1', '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/nsrec01_W15.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/data.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/nsrec00_W22.pdf\",\"D120400a.pdf\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/D120400a.pdf\"}', 'P2824,Optocoupler,Hamamatsu,11/1997;7/20/1998;7/19/2001,nsrec00_W22.pdf;NSREC98.pdf;D120400a.pdf;nsrec01_W15.pdf,DD;SET;SEE,Optocoupler', '1'); INSERT INTO `nasa_data_record` VALUES ('d23c43ad6fdee47475a35f63f3b2dd95', 'Crawler', '2024-11-13 10:10:49', null, '2025-04-08 11:34:42', null, 'Diode', '1N5314', '1N5314', 'Diode', null, 'Motorola', '10/16/1996', 'NASA', null, null, '{\"PPM-97-002.pdf\":\"/oss/physical/NASA/d23c43ad6fdee47475a35f63f3b2dd95/PPM-97-002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d23c43ad6fdee47475a35f63f3b2dd95/data.xlsx\"}', '1N5314,Diode,Motorola,10/16/1996,tid/PPM-97-002.pdf,TID,Diode', null); INSERT INTO `nasa_data_record` VALUES ('d23e75192fd3e0c9564aa770ae84ff2d', 'Crawler', '2024-11-13 10:32:58', null, '2025-04-08 11:34:42', null, 'Programmable Devices', 'A1020', 'A1020', 'FPGA', null, 'Actel', '1/15/1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/d23e75192fd3e0c9564aa770ae84ff2d/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d23e75192fd3e0c9564aa770ae84ff2d/data.xlsx\"}', 'A1020,FPGA,Actel,1/15/1999,NSREC99.pdf,SEE,Programmable Devices', null); INSERT INTO `nasa_data_record` VALUES ('d24fb2d128af75fe1270bcca14767e53', 'Crawler', '2024-11-13 01:20:14', null, '2025-04-08 11:34:42', null, 'ESCC 22900', 'RHRLVDS31', 'RHRLVDS31', 'High speed differential line drivers', '55 LINEAR LINE DRIVER', 'STmicroelectronics', '21/05/2008', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/d24fb2d128af75fe1270bcca14767e53/data.xlsx\",\"281.pdf\":\"/oss/physical/ESA/d24fb2d128af75fe1270bcca14767e53/281.pdf\"}', '281,RHRLVDS31,STmicroelectronics,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,55 LINEAR LINE DRIVER,High speed differential line drivers,Silicon,TRAD,21/05/2008,False', null); INSERT INTO `nasa_data_record` VALUES ('d267615ed444fa4ec5dec06f30858b47', 'Crawler', '2024-11-13 11:56:46', 'dushuaibin', '2025-04-29 22:00:35', null, '电源变换器', 'Converter', 'MTR2815SF', 'DC-DC Converter', 'XX', 'Interpoint', '1998.09.01-1998.11.21', 'NASA', '杜帅彬', '4', '{\"B112198d.pdf\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/B112198d.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/NSREC99.pdf\",\"单粒子效应_1745935145857.xlsx\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/单粒子效应_1745935145857.xlsx\"}', 'MTR2815SF,DC-DC Converter,Interpoint,9/1/1998;11/21/1998,NSREC99.pdf;B112198d.pdf,SEE;SEL,Converter', '4'); INSERT INTO `nasa_data_record` VALUES ('d27c9a556d0d0d66a59ead2c91313581', 'Crawler', '2024-11-13 10:09:41', null, '2025-04-08 11:34:42', null, '14nm FinFET CMOS', '02G-P4-6152-KR', '02G-P4-6152-KR', 'GTX 1050 GPU Processor', null, 'nVidia', '2017Apr(MGH); 4/9/2017(MGH); 4/28/2018(MGH)', 'NASA', null, null, '{\"NEPP-TR-2018-Wyrwas-TR-17-039-GTX1050-2018May-TN58471.pdf\":\"/oss/physical/NASA/d27c9a556d0d0d66a59ead2c91313581/NEPP-TR-2018-Wyrwas-TR-17-039-GTX1050-2018May-TN58471.pdf\",\"NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf\":\"/oss/physical/NASA/d27c9a556d0d0d66a59ead2c91313581/NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf\",\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/d27c9a556d0d0d66a59ead2c91313581/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/d27c9a556d0d0d66a59ead2c91313581/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"NEPP-TR-2017-Wyrwas-17-039-GTX1050-2017Apr-TN45745.pdf\":\"/oss/physical/NASA/d27c9a556d0d0d66a59ead2c91313581/NEPP-TR-2017-Wyrwas-17-039-GTX1050-2017Apr-TN45745.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d27c9a556d0d0d66a59ead2c91313581/data.xlsx\",\"NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf\":\"/oss/physical/NASA/d27c9a556d0d0d66a59ead2c91313581/NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf\"}', '02G-P4-6152-KR,GTX 1050 GPU Processor,nVidia,2017Apr(MGH); 4/9/2017(MGH); 4/28/2018(MGH),https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/30458/NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf;https://nepp.nasa.gov/files/28629/NEPP-TR-2017-Wyrwas-17-039-GTX1050-2017Apr-TN45745.pdf;https://nepp.nasa.gov/files/29573/NEPP-TR-2018-Wyrwas-TR-17-039-GTX1050-2018May-TN58471.pdf;https://nepp.nasa.gov/files/29921/NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf,SEU;SEFI;TID,14nm FinFET CMOS', null); INSERT INTO `nasa_data_record` VALUES ('d2b656e27686aeedabc4f22fb65914ac', 'Crawler', '2024-11-13 09:53:32', null, '2025-04-08 11:34:42', null, 'National', 'F100325', 'F100325', 'Translator, Hex ECL to TTL', null, null, '11/22/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d2b656e27686aeedabc4f22fb65914ac/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d2b656e27686aeedabc4f22fb65914ac/PPM-99-045.pdf\"}', '233,5-100,F100325,Translator, Hex ECL to TTL,National,EOS/AM,9416A\r\r\n9405A,PPM-95-102,11/22/94', null); INSERT INTO `nasa_data_record` VALUES ('d2c5c08c2b467a83401e9740bb086a09', 'Crawler', '2024-11-13 11:56:31', 'dushuaibin', '2025-04-29 22:37:13', null, '电源转换器', 'Converter', 'MTO2815T/ES', 'DC-DC converter', '9107', 'Interpoint', '1991.03.26-1991.04.20', 'NASA', '杜帅彬', '3', '{\"PPM-91-438.pdf\":\"/oss/physical/NASA/d2c5c08c2b467a83401e9740bb086a09/PPM-91-438.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d2c5c08c2b467a83401e9740bb086a09/data.xlsx\",\"电离总剂量效应_1745937431830.xlsx\":\"/oss/physical/NASA/d2c5c08c2b467a83401e9740bb086a09/电离总剂量效应_1745937431830.xlsx\"}', 'MTO2815T/ES,DC-DC converter,Interpoint,7/1/1991,tid/PPM-91-438.pdf,TID,DC-DC Converter', '240'); INSERT INTO `nasa_data_record` VALUES ('d2d56f0eabf70496634ee53210844526', 'Crawler', '2024-11-13 00:37:41', null, '2025-04-08 11:34:42', null, 'Not specified', 'OLH7000', 'OLH7000', 'Linear Optocoupler', '1 OPTOCOUPLER', 'Isolink', '20/01/2012', 'ESA', null, null, '{\"112.pdf\":\"/oss/physical/ESA/d2d56f0eabf70496634ee53210844526/112.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d2d56f0eabf70496634ee53210844526/data.xlsx\"}', '112,OLH7000,Isolink,Download,TID (Total Ionising Dose),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Linear Optocoupler,,Hirex,20/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('d2e3fbe9e0d39cf3de6dda9b91ec644f', 'Crawler', '2024-11-13 12:00:05', 'huangkan', '2025-04-30 18:49:17', null, '二极管', 'NSR0140P2T5G', 'NSR0140P2T5G', 'Schottky Diode', '', 'ON Semiconductor', '4/11/2017', 'NASA', null, '1', '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/data.xlsx\",\"单粒子效应_1745988281006.xlsx\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/单粒子效应_1745988281006.xlsx\"}', 'NSR0140P2T5G,Schottky Diode,ON Semiconductor,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', '1'); INSERT INTO `nasa_data_record` VALUES ('d2e74d27b24cd60059ab8d17156b1627', 'Crawler', '2024-11-13 09:48:28', null, '2025-04-08 11:34:42', null, 'Maxim', 'MX7225', 'MX7225', '8 Bit DAC', null, null, '01/03/00', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d2e74d27b24cd60059ab8d17156b1627/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d2e74d27b24cd60059ab8d17156b1627/PPM-99-045.pdf\"}', '428,2.5-30,MX7225,8 Bit DAC,Maxim,HST/COS,9321,PPM-99-042,01/03/00', null); INSERT INTO `nasa_data_record` VALUES ('d2ffc7f2fb2454c38a8bd8814c0b82ef', 'Crawler', '2024-11-13 11:07:54', null, '2025-04-08 11:34:42', null, 'Fiber Optics', 'HFE3801', 'HFE3801', 'Receiver', null, 'Honeywell', 'TBD', 'NASA', null, null, '{\"HFE4811_3801.pdf\":\"/oss/physical/NASA/d2ffc7f2fb2454c38a8bd8814c0b82ef/HFE4811_3801.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d2ffc7f2fb2454c38a8bd8814c0b82ef/data.xlsx\"}', 'HFE3801,Receiver,Honeywell,TBD,HFE4811_3801.pdf,SEU,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('d3110a7b00057cfcc915969f03388c1d', 'Crawler', '2024-11-13 12:46:35', 'chenpan', '2025-04-30 21:56:22', null, 'TrenchFET', 'Si7414DN-T1-E3', 'Si7414DN-T1-E3', '60V n-channel Power MOSFET', '(16-030)', 'Vishay', '8/1/2016(TAMU); 10/15/2016(MGH); 11/7/2016(LBNL); 3/22/2017(TAMU); 2018Aug(Provision)', 'NASA', '陈攀', '8', '{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/d3110a7b00057cfcc915969f03388c1d/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/d3110a7b00057cfcc915969f03388c1d/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/d3110a7b00057cfcc915969f03388c1d/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d3110a7b00057cfcc915969f03388c1d/data.xlsx\",\"NEPP-TR-2016-Lauensten-16-030-Si7414DN-TAMU2016Sep-MGH2016Oct-LBNL2016Nov-v2-TN44750.pdf\":\"/oss/physical/NASA/d3110a7b00057cfcc915969f03388c1d/NEPP-TR-2016-Lauensten-16-030-Si7414DN-TAMU2016Sep-MGH2016Oct-LBNL2016Nov-v2-TN44750.pdf\",\"2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\":\"/oss/physical/NASA/d3110a7b00057cfcc915969f03388c1d/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\",\"Si7414DN-T1-E3_SEE(2)_1746021379971.xlsx\":\"/oss/physical/NASA/d3110a7b00057cfcc915969f03388c1d/Si7414DN-T1-E3_SEE(2)_1746021379971.xlsx\"}', 'Si7414DN-T1-E3,60V n-channel Power MOSFET,Vishay,8/1/2016(TAMU); 10/15/2016(MGH); 11/7/2016(LBNL); 3/22/2017(TAMU); 2018Aug(Provision),https://nepp.nasa.gov/files/28959/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf;https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/28491/NEPP-TR-2016-Lauensten-16-030-Si7414DN-TAMU2016Sep-MGH2016Oct-LBNL2016Nov-v2-TN44750.pdf;https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/28959/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf,SEE;SEB,TrenchFET', '9'); INSERT INTO `nasa_data_record` VALUES ('d329e7829da3b1da999feab4bf13bb38', 'Crawler', '2024-11-13 10:47:09', null, '2025-04-08 11:34:42', null, 'Multiplexer', 'ADG704', 'ADG704', 'Multiplexer', null, 'Analog Devices', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/d329e7829da3b1da999feab4bf13bb38/nsrec01_W15.pdf\",\"B092700a.pdf\":\"/oss/physical/NASA/d329e7829da3b1da999feab4bf13bb38/B092700a.pdf\",\"B092700b.pdf\":\"/oss/physical/NASA/d329e7829da3b1da999feab4bf13bb38/B092700b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d329e7829da3b1da999feab4bf13bb38/data.xlsx\"}', 'ADG704,Multiplexer,Analog Devices,7/19/2001,B092700a.pdf;B092700b.pdf;nsrec01_W15.pdf,SEL,Multiplexer', null); INSERT INTO `nasa_data_record` VALUES ('d38a7f45651844df3fc706e915600bca', 'Crawler', '2024-11-13 11:51:18', null, '2025-04-08 11:34:42', null, 'Microprocessors and Peripherals', 'MQ80386-25/B', 'MQ80386-25/B', 'Microprocessor', null, 'Intel', '2/21/1996;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/d38a7f45651844df3fc706e915600bca/random6a.pdf\",\"b022196.pdf\":\"/oss/physical/NASA/d38a7f45651844df3fc706e915600bca/b022196.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d38a7f45651844df3fc706e915600bca/data.xlsx\"}', 'MQ80386-25/B,Microprocessor,Intel,2/21/1996;7/15/1996,b022196.pdf;random6a.pdf,SEE,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('d39ad07fbe76647810811667411f5aea', 'Crawler', '2024-11-13 09:51:22', null, '2025-04-08 11:34:42', null, 'AD', 'AD624', 'AD624', 'Voltage Reference', null, null, '6/6/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d39ad07fbe76647810811667411f5aea/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d39ad07fbe76647810811667411f5aea/PPM-99-045.pdf\"}', '319,2.5-50,AD624,Voltage Reference,AD,MAP subsystem,9608,PPM-97-023,6/6/97', null); INSERT INTO `nasa_data_record` VALUES ('d39cf0e37d71962fd9da63be56fa09fa', 'Crawler', '2024-11-13 09:48:32', null, '2025-04-08 11:34:42', null, 'AD', 'AD7885', 'AD7885', '16 Bit ADC', null, null, '11/30/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d39cf0e37d71962fd9da63be56fa09fa/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d39cf0e37d71962fd9da63be56fa09fa/PPM-99-045.pdf\"}', '425,2.5-50,AD7885,16 Bit ADC,AD,HST/COS,9827,PPM-99-039,11/30/99', null); INSERT INTO `nasa_data_record` VALUES ('d39f9c07f5f5e28b3787224199261da2', 'Crawler', '2024-11-13 11:01:20', null, '2025-04-08 11:34:42', null, 'Hybrid', 'DVTR2815D-R', 'DVTR2815D-R', 'DC/DC Converter', null, 'VPT', '3/27/2003;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d39f9c07f5f5e28b3787224199261da2/data.xlsx\",\"T032703_DV.pdf\":\"/oss/physical/NASA/d39f9c07f5f5e28b3787224199261da2/T032703_DV.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/d39f9c07f5f5e28b3787224199261da2/nsrec04_SEE.pdf\"}', 'DVTR2815D-R,DC/DC Converter,VPT,3/27/2003;6/22/2004,T032703_DV.pdf;nsrec04_SEE.pdf,SEE,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('d3aa74bba4a418b0136be95bf0b06a34', 'Crawler', '2024-11-13 10:19:06', null, '2025-04-08 11:34:42', null, 'Programmable Device', '3090A', '3090A', 'FPGA', null, 'Xilinx', '4/30/1996;6/12/1996;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/d3aa74bba4a418b0136be95bf0b06a34/random6a.pdf\",\"b061296b.pdf\":\"/oss/physical/NASA/d3aa74bba4a418b0136be95bf0b06a34/b061296b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d3aa74bba4a418b0136be95bf0b06a34/data.xlsx\",\"b043096a.pdf\":\"/oss/physical/NASA/d3aa74bba4a418b0136be95bf0b06a34/b043096a.pdf\"}', '3090A,FPGA,Xilinx,4/30/1996;6/12/1996;7/15/1996,b043096a.pdf;b061296b.pdf;random6a.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('d3abdb3e63d8ef45ce7c1d203bdf4b29', 'Crawler', '2024-11-13 10:56:49', null, '2025-04-08 11:34:42', null, 'Board', 'CPCI-200', 'CPCI-200', '6U IP Carrier', null, 'Greenspring', '5/1/1998', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/d3abdb3e63d8ef45ce7c1d203bdf4b29/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d3abdb3e63d8ef45ce7c1d203bdf4b29/data.xlsx\"}', 'CPCI-200,6U IP Carrier,Greenspring,5/1/1998,NSREC99.pdf,SEE,Board', null); INSERT INTO `nasa_data_record` VALUES ('d3c861174d2266e7edaa8f9c0f758c12', 'Crawler', '2024-11-13 09:56:05', null, '2025-04-08 11:34:42', null, 'NSC', '54AC20DMQB', '54AC20DMQB', '4-Input NAND', null, null, '02/07/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d3c861174d2266e7edaa8f9c0f758c12/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d3c861174d2266e7edaa8f9c0f758c12/PPM-99-045.pdf\"}', '121,10-400,54AC20DMQB,4-Input NAND,NSC,SMEX,9049A,PPM-92-057,02/07/92', null); INSERT INTO `nasa_data_record` VALUES ('d3cdb4aa473d3505d151d3bdfe8ab609', 'Crawler', '2024-11-13 10:25:09', null, '2025-04-08 11:34:42', null, 'Flip Flop', '54ACTQ374', '54ACTQ374', 'Flip Flop', null, 'National Semiconductor', '12/12/1991', 'NASA', null, null, '{\"PPM-91-744.pdf\":\"/oss/physical/NASA/d3cdb4aa473d3505d151d3bdfe8ab609/PPM-91-744.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d3cdb4aa473d3505d151d3bdfe8ab609/data.xlsx\"}', '54ACTQ374,Flip Flop,National Semiconductor,12/12/1991,tid/PPM-91-744.pdf,TID,Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('d3d7366eb2ce98aa4376200a411069b1', 'Crawler', '2024-11-13 11:06:24', null, '2025-04-08 11:34:42', null, 'Hybrid', 'HCPL-673K', 'HCPL-673K', 'Optocoupler', null, 'Broadcom', '2019Apr(UCD)', 'NASA', null, null, '{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/d3d7366eb2ce98aa4376200a411069b1/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d3d7366eb2ce98aa4376200a411069b1/data.xlsx\"}', 'HCPL-673K,Optocoupler,Broadcom,2019Apr(UCD),2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf,SEE,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('d3f381e3c72e4187e4950b71068ffd06', 'Crawler', '2024-11-13 11:09:30', null, '2025-04-08 11:34:42', null, 'Memory', 'HM65656', 'HM65656', 'SRAM', null, 'Matra', '4/4/1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/d3f381e3c72e4187e4950b71068ffd06/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d3f381e3c72e4187e4950b71068ffd06/data.xlsx\"}', 'HM65656,SRAM,Matra,4/4/1999,NSREC99.pdf,SEE,Memory', null); INSERT INTO `nasa_data_record` VALUES ('d3f43fe3f94107b968260f22e19fc69e', 'Crawler', '2024-11-13 10:10:44', null, '2025-04-08 11:34:42', null, 'Analog Device', '1840RP', '1840RP', '16-Channel Analog Mux', null, 'SEI', '5/13/1997;7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/d3f43fe3f94107b968260f22e19fc69e/NSREC98.pdf\",\"B051397bmod.pdf\":\"/oss/physical/NASA/d3f43fe3f94107b968260f22e19fc69e/B051397bmod.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d3f43fe3f94107b968260f22e19fc69e/data.xlsx\"}', '1840RP,16-Channel Analog Mux,SEI,5/13/1997;7/20/1998,B051397bmod.pdf;NSREC98.pdf,SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('d3fffe601cd29ba1b584eacc819830b1', 'Crawler', '2024-11-13 10:36:36', null, '2025-04-08 11:34:42', null, 'BiCMOS', 'AD2S80', 'AD2S80', 'Resolver to Digital Converter', null, 'Analog Devices', '3/7/2016', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d3fffe601cd29ba1b584eacc819830b1/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/d3fffe601cd29ba1b584eacc819830b1/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"2016-Forney-Chen-TR-15-088-AD2S80-2016Mar07-TID-20205003050.pdf\":\"/oss/physical/NASA/d3fffe601cd29ba1b584eacc819830b1/2016-Forney-Chen-TR-15-088-AD2S80-2016Mar07-TID-20205003050.pdf\"}', 'AD2S80,Resolver to Digital Converter,Analog Devices,3/7/2016,https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf;tid/2016-Forney-Chen-TR-15-088-AD2S80-2016Mar07-TID-20205003050.pdf,TID,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('d406e22d8e9fae3fdf919b8d453adbf4', 'Crawler', '2024-11-13 01:18:57', null, '2025-04-08 11:34:42', null, 'Not specified', 'CCD204', 'CCD204', 'Imager, p-channel CCD', '6 CHARGE COUPLED DEVICE (CCD)', 'E2V', '07/12/2011', 'ESA', null, null, '{\"273.pdf\":\"/oss/physical/ESA/d406e22d8e9fae3fdf919b8d453adbf4/273.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d406e22d8e9fae3fdf919b8d453adbf4/data.xlsx\"}', '273,CCD204,E2V,Download,DD (Displacement Damage),Not specified,18 OPTO ELECTRONICS,6 CHARGE COUPLED DEVICE (CCD),Imager, p-channel CCD,Silicon,The Open University,07/12/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('d44e0cf98d0c2479dae17306ff4f73ca', 'Crawler', '2024-11-13 09:48:40', null, '2025-04-08 11:34:42', null, 'Burr-Brown', 'INA117SM', 'INA117SM', 'Diff Amplifier', null, null, '10/20/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d44e0cf98d0c2479dae17306ff4f73ca/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d44e0cf98d0c2479dae17306ff4f73ca/PPM-99-045.pdf\"}', '419,10-50,INA117SM,Diff Amplifier,Burr-Brown,GLAS,9837,PPM-99-033,10/20/99', null); INSERT INTO `nasa_data_record` VALUES ('d453223d8128caab3a6fe03f24b88785', 'Crawler', '2024-11-13 00:43:42', null, '2025-04-08 11:34:42', null, 'ESCC 22900', 'HM5225165BTT75', 'HM5225165BTT75', '256-Mbit SDRAM', '29 MEMORY OTHERS', 'Elpida', '19/02/2010', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/d453223d8128caab3a6fe03f24b88785/data.xlsx\",\"146.pdf\":\"/oss/physical/ESA/d453223d8128caab3a6fe03f24b88785/146.pdf\"}', '146,HM5225165BTT75,Elpida,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,29 MEMORY OTHERS,256-Mbit SDRAM,,Hirex,19/02/2010,False', null); INSERT INTO `nasa_data_record` VALUES ('d458afbe86fd8e6c4b2658937fe5dec0', 'Crawler', '2024-11-13 11:01:41', null, '2025-04-08 11:34:42', null, 'Programmable Device', 'E28F016SB', 'E28F016SB', 'Flash EEPROM', null, 'Intel', '8/16/1995;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/d458afbe86fd8e6c4b2658937fe5dec0/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d458afbe86fd8e6c4b2658937fe5dec0/data.xlsx\",\"b081695.pdf\":\"/oss/physical/NASA/d458afbe86fd8e6c4b2658937fe5dec0/b081695.pdf\"}', 'E28F016SB,Flash EEPROM,Intel,8/16/1995;7/15/1996,b081695.pdf;random6a.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('d4744dfb945671ff015ba32161b87c52', 'Crawler', '2024-11-13 09:58:29', null, '2025-04-08 11:34:42', null, 'NSC', '54AC04', '54AC04', 'Hex Inverter', null, null, '05/31/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d4744dfb945671ff015ba32161b87c52/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d4744dfb945671ff015ba32161b87c52/PPM-99-045.pdf\"}', '36,10-300,54AC04,Hex Inverter,NSC,SMEX/CB,9036A,PPM-91-376,05/31/91', null); INSERT INTO `nasa_data_record` VALUES ('d483a3f45bf377ffcebdfe7e1e7d0b6c', 'Crawler', '2024-11-13 09:51:39', null, '2025-04-08 11:34:42', null, 'AD', 'OP400AY', 'OP400AY', 'OP AMP', null, null, '4/15/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d483a3f45bf377ffcebdfe7e1e7d0b6c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d483a3f45bf377ffcebdfe7e1e7d0b6c/PPM-99-045.pdf\"}', '309,2.5-30,OP400AY,OP AMP,AD,SMEX/LITE,9614,PPM-97-013,4/15/97', null); INSERT INTO `nasa_data_record` VALUES ('d495a309f649398961ab0862b3bf90cb', 'Crawler', '2024-11-13 10:37:11', null, '2025-04-08 11:34:42', null, 'CMOS', 'AD5328', 'AD5328', 'DAC', null, 'Analog Devices', '2015Apr', 'NASA', null, null, '{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/d495a309f649398961ab0862b3bf90cb/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d495a309f649398961ab0862b3bf90cb/data.xlsx\"}', 'AD5328,DAC,Analog Devices,2015Apr,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEL,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('d4a5c9507d22624f107b09a37e745639', 'Crawler', '2024-11-13 11:22:17', null, '2025-04-08 11:34:42', null, 'Operational Amplifier', 'LM108A', 'LM108A', 'Operational Amplifier', null, 'Linear', '8/30/1994;6/10/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d4a5c9507d22624f107b09a37e745639/data.xlsx\",\"PPM-91-392.pdf\":\"/oss/physical/NASA/d4a5c9507d22624f107b09a37e745639/PPM-91-392.pdf\",\"PPM-94-022.pdf\":\"/oss/physical/NASA/d4a5c9507d22624f107b09a37e745639/PPM-94-022.pdf\"}', 'LM108A,Operational Amplifier,Linear,8/30/1994;6/10/1991,tid/PPM-94-022.pdf;tid/PPM-91-392.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('d4bbfc69663282cf6c1d0c746ae83601', 'Crawler', '2024-11-13 10:44:47', null, '2025-04-08 11:34:42', null, 'Bipolar', 'AD8229', 'AD8229', 'Instrumentation Amplifier', null, 'Analog Devices', '6/28/2018(LBNL); 7/18/2018(NRL); 2018Apr(TID)', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/d4bbfc69663282cf6c1d0c746ae83601/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d4bbfc69663282cf6c1d0c746ae83601/data.xlsx\"}', 'AD8229,Instrumentation Amplifier,Analog Devices,6/28/2018(LBNL); 7/18/2018(NRL); 2018Apr(TID),https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('d4d5c14e0e2a1eafc95c369b506fe056', 'Crawler', '2024-11-13 09:50:23', null, '2025-04-08 11:34:42', null, 'AD', 'AD524', 'AD524', 'Inst. Amp.', null, null, '04/10/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d4d5c14e0e2a1eafc95c369b506fe056/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d4d5c14e0e2a1eafc95c369b506fe056/PPM-99-045.pdf\"}', '359,5-100,AD524,Inst. Amp.,AD,MIDEX,9650A,PPM-98-005,04/10/98', null); INSERT INTO `nasa_data_record` VALUES ('d4fde5952c8cb51c89d9401e069602c2', 'Crawler', '2024-11-13 09:54:12', null, '2025-04-08 11:34:42', null, 'National', 'LM108A', 'LM108A', 'Op Amp', null, null, '01/03/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d4fde5952c8cb51c89d9401e069602c2/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d4fde5952c8cb51c89d9401e069602c2/PPM-99-045.pdf\"}', '204,2-50,LM108A,Op Amp,National,ISTP/SOHO,8739A,PPM-94-001,01/03/94', null); INSERT INTO `nasa_data_record` VALUES ('d517c94f52748d763cc432c95bef9d39', 'Crawler', '2024-11-13 09:50:43', null, '2025-04-08 11:34:42', null, 'Solitron', '2N2880', '2N2880', 'Transistor', null, null, '10/16/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d517c94f52748d763cc432c95bef9d39/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d517c94f52748d763cc432c95bef9d39/PPM-99-045.pdf\"}', '345,2.5-100,2N2880,Transistor,Solitron,GOES/LORAL,9644,PPM-97-049,10/16/97', null); INSERT INTO `nasa_data_record` VALUES ('d5364d360184ed3dbbd27b636a214032', 'Crawler', '2024-11-13 10:32:09', null, '2025-04-08 11:34:42', null, 'SiGe device', '8T', '8T', 'SiGe HBT', null, 'IBM', '6/19/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d5364d360184ed3dbbd27b636a214032/data.xlsx\",\"nsrec04_Kuo.pdf\":\"/oss/physical/NASA/d5364d360184ed3dbbd27b636a214032/nsrec04_Kuo.pdf\"}', '8T,SiGe HBT,IBM,6/19/2004,nsrec04_Kuo.pdf,SEE,SiGe device', null); INSERT INTO `nasa_data_record` VALUES ('d57a89638c147cfddf8b5a4e44766017', 'Crawler', '2024-11-13 13:15:26', 'liumingyu', '2025-04-15 19:12:51', null, '数字集成电路', 'i5-6600K Skylake 6th Gen Core™', 'i5-6600K Skylake 6th Gen Core™', 'Processor', '15-081', 'Intel', '2015.2-2016.2', 'NASA', '张兴尧', '1', '{\"data.xlsx\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"OP07D_1737622374087.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\",\"data1_1737630552401.csv\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737630552401.csv\"}', 'i5-6600K Skylake 6th Gen Core™,Processor,Intel,2015NovTRIUMF,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,Proton Facility Evaluation,14nm Gen 6 CMOS and FinFET', '1'); INSERT INTO `nasa_data_record` VALUES ('d57fb518f514556926d2228466ebf4c5', 'Crawler', '2024-11-13 10:45:46', null, '2025-04-08 11:34:42', null, '65nm CMOS', 'AD9364', 'AD9364', 'RF Transceiver', null, 'Texas Instruments', '3/17/2016', 'NASA', null, null, '{\"NEPP-TR-2016-561-Chen-Final-NEPPweb-TR-TID-15-071-AD9364-2016May-TN39591_v2.pdf\":\"/oss/physical/NASA/d57fb518f514556926d2228466ebf4c5/NEPP-TR-2016-561-Chen-Final-NEPPweb-TR-TID-15-071-AD9364-2016May-TN39591_v2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d57fb518f514556926d2228466ebf4c5/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/d57fb518f514556926d2228466ebf4c5/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-TR-2016-Chen-15-071-AD9364-T031716-TN44752.pdf\":\"/oss/physical/NASA/d57fb518f514556926d2228466ebf4c5/NEPP-TR-2016-Chen-15-071-AD9364-T031716-TN44752.pdf\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/d57fb518f514556926d2228466ebf4c5/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"}', 'AD9364,RF Transceiver,Texas Instruments,3/17/2016,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/28554/NEPP-TR-2016-Chen-15-071-AD9364-T031716-TN44752.pdf;https://nepp.nasa.gov/files/27690/NEPP-TR-2016-561-Chen-Final-NEPPweb-TR-TID-15-071-AD9364-2016May-TN39591_v2.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,SEL; SEFI; TID,65nm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('d5a025340112bf89417571b76cf5a46d', 'Crawler', '2024-11-13 11:50:23', null, '2025-04-08 11:34:42', null, 'ADC', 'MN5295', 'MN5295', '16-bit ADC', null, 'Micro Networks', '4/15/1999;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/d5a025340112bf89417571b76cf5a46d/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d5a025340112bf89417571b76cf5a46d/data.xlsx\",\"PPM-99-018.pdf\":\"/oss/physical/NASA/d5a025340112bf89417571b76cf5a46d/PPM-99-018.pdf\"}', 'MN5295,16-bit ADC,Micro Networks,4/15/1999;1999,tid/PPM-99-018.pdf;nsrec00_W21.pdf,TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('d5c4dc49509ec438e5c8ded6e920aefe', 'Crawler', '2024-11-13 00:58:07', null, '2025-04-08 11:34:42', null, 'ESCC 22900', '66183-105', '66183-105', 'Proton Radiation Tolerant 6Pin Optocoupler', '1 OPTOCOUPLER', 'Micropac', '12/11/2012', 'ESA', null, null, '{\"197.pdf\":\"/oss/physical/ESA/d5c4dc49509ec438e5c8ded6e920aefe/197.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d5c4dc49509ec438e5c8ded6e920aefe/data.xlsx\"}', '197,66183-105,Micropac,Download,TID (Total Ionising Dose),ESCC 22900,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Proton Radiation Tolerant 6Pin Optocoupler,,Alter,12/11/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('d5c98eba46e024bae70a24038b528c0d', 'Crawler', '2024-11-13 11:08:29', null, '2025-04-08 11:34:42', null, 'Analog Device', 'HI1-506A', 'HI1-506A', '16-Analog MUX', null, 'Harris', '4/23/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d5c98eba46e024bae70a24038b528c0d/data.xlsx\"}', 'HI1-506A,16-Analog MUX,Harris,4/23/1991,Rad-91-6.pdf,TID,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('d5f1addc81ab410e55cbee6090e5a4f7', 'Crawler', '2024-11-13 10:22:15', null, '2025-04-08 11:34:42', null, 'Logic Device', '54AC00', '54AC00', '2-input NAND', null, 'National Semiconductor', '7/1/1991', 'NASA', null, null, '{\"PPM-91-440.pdf\":\"/oss/physical/NASA/d5f1addc81ab410e55cbee6090e5a4f7/PPM-91-440.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d5f1addc81ab410e55cbee6090e5a4f7/data.xlsx\"}', '54AC00,2-input NAND,National Semiconductor,7/1/1991,tid/PPM-91-440.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('d5f6e261d2a729dc404b29c0d1cbb248', 'Crawler', '2024-11-13 11:34:59', null, '2025-04-08 11:34:42', null, 'Converter', 'M3G2805D', 'M3G2805D', 'DC-DC Converter', null, 'Magnitude-3', '6/23/1998', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/d5f6e261d2a729dc404b29c0d1cbb248/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d5f6e261d2a729dc404b29c0d1cbb248/data.xlsx\"}', 'M3G2805D,DC-DC Converter,Magnitude-3,6/23/1998,NSREC99.pdf,SEE,Converter', null); INSERT INTO `nasa_data_record` VALUES ('d6083a5b1a1acf115b441a2bf1281bc9', 'Crawler', '2024-11-13 10:22:03', null, '2025-04-08 11:34:42', null, 'Logic', '54ABT245 Driver', '54ABT245 Driver', 'BiCMOS Logic Driver', null, 'Phillips', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/d6083a5b1a1acf115b441a2bf1281bc9/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d6083a5b1a1acf115b441a2bf1281bc9/data.xlsx\"}', '54ABT245 Driver,BiCMOS Logic Driver,Phillips,7/20/1998,NSREC98.pdf,SEE,Logic', null); INSERT INTO `nasa_data_record` VALUES ('d60aa8fb18cbca0a80d8cd1d4549a1f6', 'Crawler', '2024-11-13 10:29:39', null, '2025-04-08 11:34:42', null, 'FIFO (First In/First Out)', '7203L40DB', '7203L40DB', '9x2k FIFO', null, 'IDT', '6/30/1994;7/1/1994;7/17/1995', 'NASA', null, null, '{\"70194.pdf\":\"/oss/physical/NASA/d60aa8fb18cbca0a80d8cd1d4549a1f6/70194.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/d60aa8fb18cbca0a80d8cd1d4549a1f6/ieee95a.pdf\",\"b063094.pdf\":\"/oss/physical/NASA/d60aa8fb18cbca0a80d8cd1d4549a1f6/b063094.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d60aa8fb18cbca0a80d8cd1d4549a1f6/data.xlsx\"}', '7203L40DB,9x2k FIFO,IDT,6/30/1994;7/1/1994;7/17/1995,b063094.pdf;ieee95a.pdf;70194.pdf,SEE,FIFO (First In/First Out)', null); INSERT INTO `nasa_data_record` VALUES ('d62bbe2878a7aee5143dcdd104d9c761', 'Crawler', '2024-11-13 01:00:52', null, '2025-04-08 11:34:42', null, 'Not specified', 'ADG 713', 'ADG 713', 'ADG 713 Plastic DIP/SO CMOS Low voltage, SPST Switches', '59 LINEAR SWITCHES', 'Various', '29/08/2003', 'ESA', null, null, '{\"206.pdf\":\"/oss/physical/ESA/d62bbe2878a7aee5143dcdd104d9c761/206.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d62bbe2878a7aee5143dcdd104d9c761/data.xlsx\"}', '206,ADG 713,Various,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,59 LINEAR SWITCHES,ADG 713 Plastic DIP/SO CMOS Low voltage, SPST Switches,,ESA / Stereo,29/08/2003,False', null); INSERT INTO `nasa_data_record` VALUES ('d62e5f02af83a1ea1e8235acc9053f46', 'Crawler', '2024-11-13 11:10:20', null, '2025-04-08 11:34:42', null, 'SiGe', 'HMC6416USLC3', 'HMC6416USLC3', 'Comparator', null, 'Hittite', '2/31/2013;6/17/2013', 'NASA', null, null, '{\"12-083_VdG20130617_HMC6416_TID.pdf\":\"/oss/physical/NASA/d62e5f02af83a1ea1e8235acc9053f46/12-083_VdG20130617_HMC6416_TID.pdf\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/d62e5f02af83a1ea1e8235acc9053f46/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d62e5f02af83a1ea1e8235acc9053f46/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/d62e5f02af83a1ea1e8235acc9053f46/nsrec2013_W8_SEE.pdf\"}', 'HMC6416USLC3,Comparator,Hittite,2/31/2013;6/17/2013,nsrec2013_W8_SEE.pdf;https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;TID/12-083_VdG20130617_HMC6416_TID.pdf,SEE,SiGe', null); INSERT INTO `nasa_data_record` VALUES ('d64f68ebd5327eda054f6d87503a8295', 'Crawler', '2024-11-13 10:12:10', null, '2025-04-08 11:34:42', null, 'Optical Fiber', '268', '268', 'Optical Fiber', null, 'Draka', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/d64f68ebd5327eda054f6d87503a8295/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d64f68ebd5327eda054f6d87503a8295/data.xlsx\"}', '268,Optical Fiber,Draka,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('d65eb29fdcd1c33a763189f61f8c66f4', 'Crawler', '2024-11-13 10:55:56', null, '2025-04-08 11:34:42', null, 'Operational Amplifier', 'CLC502', 'CLC502', 'Operational Amplifier', null, 'National Semiconductor (Comlinear)', '6/22/1998;1998-1999;1999', 'NASA', null, null, '{\"PPM-98-019.pdf\":\"/oss/physical/NASA/d65eb29fdcd1c33a763189f61f8c66f4/PPM-98-019.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/d65eb29fdcd1c33a763189f61f8c66f4/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d65eb29fdcd1c33a763189f61f8c66f4/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/d65eb29fdcd1c33a763189f61f8c66f4/NSREC99.pdf\"}', 'CLC502,Operational Amplifier,National Semiconductor (Comlinear),6/22/1998;1998-1999;1999,tid/PPM-98-019.pdf;NSREC99.pdf;nsrec00_W21.pdf,TID;SEE,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('d67477869f4651cb872200cfb6b01e4f', 'Crawler', '2024-11-13 09:51:11', null, '2025-04-08 11:34:42', null, 'National', 'LM137', 'LM137', 'Voltage Regulator', null, null, '7/15/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d67477869f4651cb872200cfb6b01e4f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d67477869f4651cb872200cfb6b01e4f/PPM-99-045.pdf\"}', '326,5-100,LM137,Voltage Regulator,National,ADEOS,9615,PPM-97-030,7/15/97', null); INSERT INTO `nasa_data_record` VALUES ('d6a7e9234355d7084125a6d66a85f84b', 'Crawler', '2024-11-13 11:49:50', null, '2025-04-08 11:34:42', null, 'Linear', 'MIC4429AJB', 'MIC4429AJB', 'Linear Driver', null, 'Micrel', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/d6a7e9234355d7084125a6d66a85f84b/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d6a7e9234355d7084125a6d66a85f84b/data.xlsx\"}', 'MIC4429AJB,Linear Driver,Micrel,7/20/1998,NSREC98.pdf,SEE,Linear', null); INSERT INTO `nasa_data_record` VALUES ('d6b5698b4cd370dc5cb587b33b46998f', 'Crawler', '2024-11-13 02:20:23', null, '2025-04-08 11:34:42', null, 'Not specified', 'OLS449 - DC0949', 'OLS449 - DC0949', 'Optocoupler with Radiation Tolerant Phototransistor', '1 OPTOCOUPLER', 'Isolink', '07/06/2011', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/d6b5698b4cd370dc5cb587b33b46998f/data.xlsx\",\"OLS449 PROTONS TID_0882_01.pdf\":\"/oss/physical/ESA/d6b5698b4cd370dc5cb587b33b46998f/OLS449 PROTONS TID_0882_01.pdf\"}', '354,OLS449 - DC0949,Isolink,Download,DD (Displacement Damage),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler with Radiation Tolerant Phototransistor,Optocoupler,Hirex-Alter,07/06/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('d6c9d22b6585543ac876cc5c47267646', 'Crawler', '2024-11-13 09:58:08', null, '2025-04-08 11:34:42', null, 'Motorola', '2N3946', '2N3946', 'NPN XSTR', null, null, '06/20/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d6c9d22b6585543ac876cc5c47267646/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d6c9d22b6585543ac876cc5c47267646/PPM-99-045.pdf\"}', '52,10-100,2N3946,NPN XSTR,Motorola,ISTP/NC,8907,PPM-91-422,06/20/91', null); INSERT INTO `nasa_data_record` VALUES ('d6ca00c2a47dfc9e134ddbe419a4b47c', 'Crawler', '2024-11-13 10:58:30', null, '2025-04-08 11:34:42', null, 'Optical Device', 'Custom TCM405 GaN UV', 'Custom TCM405 GaN UV', 'LED', null, 'Micropac (III-V Components)', '11/2004', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/d6ca00c2a47dfc9e134ddbe419a4b47c/nsrec05_W23.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d6ca00c2a47dfc9e134ddbe419a4b47c/data.xlsx\",\"D04NOV_C2LED.pdf\":\"/oss/physical/NASA/d6ca00c2a47dfc9e134ddbe419a4b47c/D04NOV_C2LED.pdf\"}', 'Custom TCM405 GaN UV,LED,Micropac (III-V Components),11/2004,D04NOV_C2LED.pdf;nsrec05_W23.pdf,TID,Optical Device', null); INSERT INTO `nasa_data_record` VALUES ('d6d3efa0cbeed16203e855243ff1c31e', 'Crawler', '2024-11-13 10:48:26', null, '2025-04-08 11:34:42', null, 'CMOS', 'ADV212', 'ADV212', 'Source Driver', null, 'Analog Devices', '5/20/2013;6/15/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/d6d3efa0cbeed16203e855243ff1c31e/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"13-050_13-051_13-052_13-053_T20130615_G20130520_ADV212.pdf\":\"/oss/physical/NASA/d6d3efa0cbeed16203e855243ff1c31e/13-050_13-051_13-052_13-053_T20130615_G20130520_ADV212.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d6d3efa0cbeed16203e855243ff1c31e/data.xlsx\"}', 'ADV212,Source Driver,Analog Devices,5/20/2013;6/15/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;13-050_13-051_13-052_13-053_T20130615_G20130520_ADV212.pdf,SEE;TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('d6e704503aca208afd67f315d3c4863c', 'Crawler', '2024-11-13 10:58:32', null, '2025-04-08 11:34:42', null, 'RAM (Random Access Memory)', 'D4216400G3-70', 'D4216400G3-70', '4Mx4 DRAM', null, 'NEC', '9/11/1997', 'NASA', null, null, '{\"DRAM296.pdf\":\"/oss/physical/NASA/d6e704503aca208afd67f315d3c4863c/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d6e704503aca208afd67f315d3c4863c/data.xlsx\"}', 'D4216400G3-70,4Mx4 DRAM,NEC,9/11/1997,DRAM296.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('d700e400ba19cdfc789a13f5182dedda', 'Crawler', '2024-11-13 11:18:10', null, '2025-04-08 11:34:42', null, 'Optocoupler', 'JTXV4N49', 'JTXV4N49', 'Optocoupler', null, 'TI', '3/24/1992;07/11/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d700e400ba19cdfc789a13f5182dedda/data.xlsx\",\"PPM-91-459.pdf\":\"/oss/physical/NASA/d700e400ba19cdfc789a13f5182dedda/PPM-91-459.pdf\",\"PPM-92-114.pdf\":\"/oss/physical/NASA/d700e400ba19cdfc789a13f5182dedda/PPM-92-114.pdf\"}', 'JTXV4N49,Optocoupler,TI,3/24/1992;07/11/1991,tid/PPM-92-114.pdf;tid/PPM-91-459.pdf,TID,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('d70e7d431b013e4c07ec90e67f0e0975', 'Crawler', '2024-11-13 11:12:34', null, '2025-04-08 11:34:42', null, 'Memory', 'HX6464', 'HX6464', '64Kx1 SRAM', null, 'Honeywell', '6/18/1993', 'NASA', null, null, '{\"PPM-93-064.pdf\":\"/oss/physical/NASA/d70e7d431b013e4c07ec90e67f0e0975/PPM-93-064.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d70e7d431b013e4c07ec90e67f0e0975/data.xlsx\"}', 'HX6464,64Kx1 SRAM,Honeywell,6/18/1993,tid/PPM-93-064.pdf,TID,Memory', null); INSERT INTO `nasa_data_record` VALUES ('d712a3992c135adcb0f5713c22dd2933', 'Crawler', '2024-11-13 12:29:46', 'yangjicong', '2025-04-29 19:36:42', null, 'SOI', 'RHrFPGA', 'RHrFPGA', 'FPGA', '0314', 'Honeywell', '9/2/2003;10/30/2003;6/22/2004', 'NASA', '杨济聪', '1', '{\"T090203_RHrFPGA_Honeywell.pdf\":\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/T090203_RHrFPGA_Honeywell.pdf\",\"I103003_RHrFPGA_Honeywell.pdf\":\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/I103003_RHrFPGA_Honeywell.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/nsrec04_SEE.pdf\",\"data_1745926600890.xlsx\":\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/data_1745926600890.xlsx\"}', 'RHrFPGA,FPGA,Honeywell,9/2/2003;10/30/2003;6/22/2004,T090203_RHrFPGA_Honeywell.pdf;I103003_RHrFPGA_Honeywell.pdf;nsrec04_SEE.pdf,SEE,SOI', '2'); INSERT INTO `nasa_data_record` VALUES ('d73740ecb56c01f2c27c401ee84b1be6', 'Crawler', '2024-11-13 11:13:20', null, '2025-04-08 11:34:42', null, 'Miscellaneous', 'IDA07318', 'IDA07318', 'Laser Driver', null, 'HP', '8/3/1993;7/18/1994', 'NASA', null, null, '{\"nsrec94a.pdf\":\"/oss/physical/NASA/d73740ecb56c01f2c27c401ee84b1be6/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/d73740ecb56c01f2c27c401ee84b1be6/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d73740ecb56c01f2c27c401ee84b1be6/data.xlsx\"}', 'IDA07318,Laser Driver,HP,8/3/1993;7/18/1994,b080393.pdf;nsrec94a.pdf,SEE,Miscellaneous', null); INSERT INTO `nasa_data_record` VALUES ('d75a931b4b9af9abe707f04b3adb7d54', 'Crawler', '2024-11-13 10:20:57', null, '2025-04-08 11:34:42', null, 'Optocoupler', '4N49', '4N49', 'Optocoupler', null, 'Micropac', '2/1997;4/1997;8/1997;11/1997;7/20/1998;7/19/2001;7/19/2002', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/d75a931b4b9af9abe707f04b3adb7d54/NSREC98.pdf\",\"nsrec01_W15.pdf\":\"/oss/physical/NASA/d75a931b4b9af9abe707f04b3adb7d54/nsrec01_W15.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/d75a931b4b9af9abe707f04b3adb7d54/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d75a931b4b9af9abe707f04b3adb7d54/data.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/d75a931b4b9af9abe707f04b3adb7d54/nsrec00_W22.pdf\",\"D120400a.pdf\":\"/oss/physical/NASA/d75a931b4b9af9abe707f04b3adb7d54/D120400a.pdf\"}', '4N49,Optocoupler,Micropac,2/1997;4/1997;8/1997;11/1997;7/20/1998;7/19/2001;7/19/2002,nsrec00_W22.pdf;NSREC98.pdf;D120400a.pdf;nsrec01_W15.pdf;NSREC02_W16.pdf,DD;SET;SEE,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('d76b6e03ba28e1e56dd4bc85518def00', 'Crawler', '2024-11-13 02:24:55', null, '2025-04-08 11:34:42', null, 'Not specified', 'H5TQ4G83MFR-H9C, K4B4G0846B-HCH9', 'H5TQ4G83MFR-H9C, K4B4G0846B-HCH9', 'DDR3 SDRAM memory', '29 MEMORY OTHERS', 'Hynix, Samsung', '19/01/2018', 'ESA', null, null, '{\"312.pdf\":\"/oss/physical/ESA/d76b6e03ba28e1e56dd4bc85518def00/312.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d76b6e03ba28e1e56dd4bc85518def00/data.xlsx\"}', '312,H5TQ4G83MFR-H9C, K4B4G0846B-HCH9,Hynix, Samsung,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,DDR3 SDRAM memory,,TU Braunschweig, Germany,19/01/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('d78c3a8dfac6cc5bd1219129d6f1655a', 'Crawler', '2024-11-13 11:59:22', 'huangkan', '2025-04-30 13:12:38', null, '数字集成电路', 'NAND04GW3B2DN6', 'NAND04GW3B2DN6', '4G NAND Flash Memory', null, 'Numonyx', 'TAMU10MAY', 'NASA', null, '5', '{\"T052210_NAND04GW3B2DN6.pdf\":\"/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/T052210_NAND04GW3B2DN6.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/data.xlsx\",\"NAND04GW3B2DN6单粒子效应_1745989957417.xlsx\":\"/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/NAND04GW3B2DN6单粒子效应_1745989957417.xlsx\"}', 'NAND04GW3B2DN6,4G NAND Flash Memory,Numonyx,TAMU10MAY,T052210_NAND04GW3B2DN6.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL,73 nm CMOS', '5'); INSERT INTO `nasa_data_record` VALUES ('d79cdca3be53d1d0329673e35564949f', 'Crawler', '2024-11-13 01:00:50', null, '2025-04-08 11:34:42', null, 'ESCC 22900', 'OP27A', 'OP27A', 'Low Noise, Precision Operational Amplifier', '50 LINEAR OPERATIONAL AMPLIFIER', 'Analog Devices', '19/05/2011', 'ESA', null, null, '{\"205.pdf\":\"/oss/physical/ESA/d79cdca3be53d1d0329673e35564949f/205.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d79cdca3be53d1d0329673e35564949f/data.xlsx\"}', '205,OP27A,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Low Noise, Precision Operational Amplifier,,ESA-ESTEC,19/05/2011,False', null); INSERT INTO `nasa_data_record` VALUES ('d7a58b3c9371849ca6eadae09d727716', 'Crawler', '2024-11-13 09:59:01', null, '2025-04-08 11:34:42', null, 'BKC Intnl', 'JTXV1N759A-1', 'JTXV1N759A-1', 'Zener Diode', null, null, '02/25/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d7a58b3c9371849ca6eadae09d727716/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d7a58b3c9371849ca6eadae09d727716/PPM-99-045.pdf\"}', '13,25-300,JTXV1N759A-1,Zener Diode,BKC Intnl,ISTP/NC,9008,PPM-91-123,02/25/91', null); INSERT INTO `nasa_data_record` VALUES ('d7a59e10a45ca1914deb5b0edb27592f', 'Crawler', '2024-11-13 11:32:55', null, '2025-04-08 11:34:42', null, 'BiCMOS', 'LTC6268-10', 'LTC6268-10', 'Operational Amplifier', null, 'Linear Technology', '7/20/2016(LBNL);12/3/2016-to-1/4/2017(TID)', 'NASA', null, null, '{\"NEPP-TR-2016-Chen-16-040-LTC6268-TAMU2016July-TN44722.pdf\":\"/oss/physical/NASA/d7a59e10a45ca1914deb5b0edb27592f/NEPP-TR-2016-Chen-16-040-LTC6268-TAMU2016July-TN44722.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d7a59e10a45ca1914deb5b0edb27592f/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/d7a59e10a45ca1914deb5b0edb27592f/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"2017-Chen-TR-16-040-LTC6268-2016Dec03-to-2017Jan04-TID-20205006395.pdf\":\"/oss/physical/NASA/d7a59e10a45ca1914deb5b0edb27592f/2017-Chen-TR-16-040-LTC6268-2016Dec03-to-2017Jan04-TID-20205006395.pdf\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/d7a59e10a45ca1914deb5b0edb27592f/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"}', 'LTC6268-10,Operational Amplifier,Linear Technology,7/20/2016(LBNL);12/3/2016-to-1/4/2017(TID),https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/28467/NEPP-TR-2016-Chen-16-040-LTC6268-TAMU2016July-TN44722.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf;tid/2017-Chen-TR-16-040-LTC6268-2016Dec03-to-2017Jan04-TID-20205006395.pdf,SEL;SET,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('d7d52ff9de75e22be7bf6c5de954006e', 'Crawler', '2024-11-13 02:15:08', null, '2025-04-08 11:34:42', null, 'Not specified', 'LT8610AC', 'LT8610AC', 'Buck Converter', '54 LINEAR SWITCHING REGULATOR', 'Analog Devices', '21/02/2024', 'ESA', null, null, '{\"LT8610AC TID Test Report.pdf\":\"/oss/physical/ESA/d7d52ff9de75e22be7bf6c5de954006e/LT8610AC TID Test Report.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d7d52ff9de75e22be7bf6c5de954006e/data.xlsx\"}', '396,LT8610AC,Analog Devices,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,54 LINEAR SWITCHING REGULATOR,Buck Converter,Silicon,ESA-ESTEC TEC-QEC,21/02/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('d7e559aa3d04c45cbd21ddbc7722866a', 'Crawler', '2024-11-13 11:23:08', null, '2025-04-08 11:34:42', null, 'Voltage Regulator', 'LM117K', 'LM117K', 'Voltage Regulator', null, 'National Semiconductor', '11/8/1999;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/d7e559aa3d04c45cbd21ddbc7722866a/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d7e559aa3d04c45cbd21ddbc7722866a/data.xlsx\",\"PPM-99-034.pdf\":\"/oss/physical/NASA/d7e559aa3d04c45cbd21ddbc7722866a/PPM-99-034.pdf\"}', 'LM117K,Voltage Regulator,National Semiconductor,11/8/1999;1999,tid/PPM-99-034.pdf;nsrec00_W21.pdf,TID,Voltage Regulator', null); INSERT INTO `nasa_data_record` VALUES ('d7ecf02fd272dc23967d84a2b7d38379', 'Crawler', '2024-11-13 02:25:21', null, '2025-04-08 11:34:42', null, 'ESCC 25100', 'TC58NVG2S0HTAI0 - DC1509', 'TC58NVG2S0HTAI0 - DC1509', 'NAND Flash Memory', '29 MEMORY OTHERS', 'Toshiba', '13/09/2018', 'ESA', null, null, '{\"SEE_00657_01 TC58NVG2S0HTAI0 Toshiba protons.pdf\":\"/oss/physical/ESA/d7ecf02fd272dc23967d84a2b7d38379/SEE_00657_01 TC58NVG2S0HTAI0 Toshiba protons.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d7ecf02fd272dc23967d84a2b7d38379/data.xlsx\"}', '307,TC58NVG2S0HTAI0 - DC1509,Toshiba,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,NAND Flash Memory,CMOS,Hirex-Alter,13/09/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('d814e851e2131d223642c7672c838150', 'Crawler', '2024-11-13 12:05:26', 'xieyongzhi', '2025-05-03 19:58:09', null, '放大器', 'OPA111VM/883B', 'OPA111VM/883B', 'Operational Amplifier', null, 'Burr-Brown', '2/10/1993', 'NASA', '罗永恒', '2', '{\"PPM-93-031.pdf\":\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/PPM-93-031.pdf\",\"data_opa11vm_1745903906046.xlsx\":\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data_opa11vm_1745903906046.xlsx\"}', 'OPA111VM/883B,Operational Amplifier,Burr-Brown,2/10/1993,tid/PPM-93-031.pdf,TID,Operational Amplifier', '126'); INSERT INTO `nasa_data_record` VALUES ('d8e2534826bafdc9cd143f6f5d04c65a', 'Crawler', '2024-11-13 10:39:20', null, '2025-04-08 11:34:42', null, 'RAM (Random Access Memory)', 'AD620', 'AD620', 'Inst Operational Amplifierlifier', null, 'Analog Devices', '9/28/1999;1999;10/04/1995', 'NASA', null, null, '{\"PPM-99-029.pdf\":\"/oss/physical/NASA/d8e2534826bafdc9cd143f6f5d04c65a/PPM-99-029.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/d8e2534826bafdc9cd143f6f5d04c65a/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d8e2534826bafdc9cd143f6f5d04c65a/data.xlsx\",\"PPM-95-183.pdf\":\"/oss/physical/NASA/d8e2534826bafdc9cd143f6f5d04c65a/PPM-95-183.pdf\"}', 'AD620,Inst Operational Amplifierlifier,Analog Devices,9/28/1999;1999;10/04/1995,tid/PPM-99-029.pdf;nsrec00_W21.pdf;tid/PPM-95-183.pdf,TID,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('d8e5310a72ef68dcbde5d605fef17935', 'Crawler', '2024-11-13 09:50:00', null, '2025-04-08 11:34:42', null, 'National', 'LM117HVH', 'LM117HVH', 'Voltage Reg', null, null, '7/15/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d8e5310a72ef68dcbde5d605fef17935/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d8e5310a72ef68dcbde5d605fef17935/PPM-99-045.pdf\"}', '374,20-200,LM117HVH,Voltage Reg,National,GOES,9727,PPM-98-020,7/15/98', null); INSERT INTO `nasa_data_record` VALUES ('d90d13dc4913956f12f8d7c5d90192ad', 'Crawler', '2024-11-13 09:49:50', null, '2025-04-08 11:34:42', null, 'National', '54AC74', '54AC74', 'Dual Flip Flop', null, null, '9/24/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d90d13dc4913956f12f8d7c5d90192ad/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/d90d13dc4913956f12f8d7c5d90192ad/PPM-99-045.pdf\"}', '381,5-100,54AC74,Dual Flip Flop,National,MIDEX,9610,PPM-98-027,9/24/98', null); INSERT INTO `nasa_data_record` VALUES ('d90d50cc9fec3388289ae3555eb8e3dc', 'Crawler', '2024-11-13 10:25:13', null, '2025-04-08 11:34:42', null, 'CMOS', '54AHCT32', '54AHCT32', 'OR Gate', null, 'TI', '3/28/2003;6/22/2004', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/d90d50cc9fec3388289ae3555eb8e3dc/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/d90d50cc9fec3388289ae3555eb8e3dc/nsrec04_SEE.pdf\",\"T032803_54AHCT32.pdf\":\"/oss/physical/NASA/d90d50cc9fec3388289ae3555eb8e3dc/T032803_54AHCT32.pdf\"}', '54AHCT32,OR Gate,TI,3/28/2003;6/22/2004,T032803_54AHCT32.pdf;nsrec04_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('d910d58fb46d9e2e91452e8e3930d7c5', 'Crawler', '2024-11-13 11:57:01', 'dushuaibin', '2025-04-29 21:59:39', null, '其他混合集成电路', 'Hybrid', 'MTR28515', 'Triple Channel DC-DC Converter', 'XX', 'Crane / Interpoint', '2011.01.11-2012.06.12', 'NASA', '杜帅彬', '12', '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/d910d58fb46d9e2e91452e8e3930d7c5/nsrec2012_W22_SEE.pdf\",\"T101111_MTR28515.pdf\":\"/oss/physical/NASA/d910d58fb46d9e2e91452e8e3930d7c5/T101111_MTR28515.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d910d58fb46d9e2e91452e8e3930d7c5/data.xlsx\",\"T15_Gigliuto_Observed_Diode_Failures.pdf\":\"/oss/physical/NASA/d910d58fb46d9e2e91452e8e3930d7c5/T15_Gigliuto_Observed_Diode_Failures.pdf\",\"单粒子效应_1745935177870.xlsx\":\"/oss/physical/NASA/d910d58fb46d9e2e91452e8e3930d7c5/单粒子效应_1745935177870.xlsx\"}', 'MTR28515,Triple Channel DC-DC Converter,Crane / Interpoint,6/12/2012;1/11/2011,http://nepp.nasa.gov/workshops/etw2012/talks/Tuesday/T15_Gigliuto_Observed_Diode_Failures.pdf;T101111_MTR28515.pdf;nsrec2012_W22_SEE.pdf,SEE,Hybrid', '30'); INSERT INTO `nasa_data_record` VALUES ('d942afbce293ab6252455735a7b1e00c', 'Crawler', '2024-11-13 10:26:24', null, '2025-04-08 11:34:42', null, 'BiCMOS', '5AM HBT test sample', '5AM HBT test sample', 'SiGe 5AM HBT 0.5x5 �m2', null, 'IBM', '6/1/2009', 'NASA', null, null, '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/d942afbce293ab6252455735a7b1e00c/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d942afbce293ab6252455735a7b1e00c/data.xlsx\"}', '5AM HBT test sample,SiGe 5AM HBT 0.5x5 �m2,IBM,6/1/2009,nsrec2010_W22_TID.pdf,TID,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('d94b27078a2a9f32dfd6a6f46113addd', 'Crawler', '2024-11-13 02:18:33', null, '2025-04-08 11:34:42', null, 'Not specified', 'NOV8G12', 'NOV8G12', 'Single Chip Synthesizer', '99 MISCELLANEOUS', 'IMST', '03/06/2015', 'ESA', null, null, '{\"370.pdf\":\"/oss/physical/ESA/d94b27078a2a9f32dfd6a6f46113addd/370.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d94b27078a2a9f32dfd6a6f46113addd/data.xlsx\"}', '370,NOV8G12,IMST,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,99 MISCELLANEOUS,Single Chip Synthesizer,,IMST GmbH,03/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('d9596cb931b139e64052e25335b5ede3', 'Crawler', '2024-11-13 12:51:40', 'lixuyou', '2025-04-30 19:13:51', null, 'Bipolar Linear Device', 'TL431', 'TL431', 'Programmable Shunt Regulator', 'n/a - test chips', 'Texas Instruments', '6/18/2006;7/2006', 'NASA', '李序友', '5', '{\"L061806_TL431.pdf\":\"/oss/physical/NASA/d9596cb931b139e64052e25335b5ede3/L061806_TL431.pdf\",\"G06JUL_TL431_TID.pdf\":\"/oss/physical/NASA/d9596cb931b139e64052e25335b5ede3/G06JUL_TL431_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/d9596cb931b139e64052e25335b5ede3/nsrec07_W26_TID.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/d9596cb931b139e64052e25335b5ede3/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d9596cb931b139e64052e25335b5ede3/data.xlsx\",\"G07JAN_TL431_TID.pdf\":\"/oss/physical/NASA/d9596cb931b139e64052e25335b5ede3/G07JAN_TL431_TID.pdf\",\"TL431TID_1746011621384.xlsx\":\"/oss/physical/NASA/d9596cb931b139e64052e25335b5ede3/TL431TID_1746011621384.xlsx\",\"TL431SEE_1746011629450.xlsx\":\"/oss/physical/NASA/d9596cb931b139e64052e25335b5ede3/TL431SEE_1746011629450.xlsx\"}', 'TL431,Programmable Shunt Regulator,Texas Instruments,6/18/2006;7/2006,L061806_TL431.pdf;nsrec07_W27_SEE.pdf;G06JUL_TL431_TID.pdf;G07JAN_TL431_TID.pdf;nsrec07_W26_TID.pdf,SEE;TID,Bipolar Linear Device', '5'); INSERT INTO `nasa_data_record` VALUES ('d97b6293a1fae9ee60c6429debd1526c', 'Crawler', '2024-11-13 12:00:06', 'huangkan', '2025-04-30 18:50:26', null, '数字集成电路', 'MT5C1008', 'MT5C1008', 'CMOS SRAM', null, 'Micron Technology', '11/29/1995', 'NASA', null, '1', '{\"data.xlsx\":\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/data.xlsx\",\"PPM-95-186.pdf\":\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/PPM-95-186.pdf\"}', 'NT5C1008,CMOS SRAM,Micron Technology,11/29/1995,tid/PPM-95-186.pdf,TID,RAM (Random Access Memory)', '18'); INSERT INTO `nasa_data_record` VALUES ('d9a9938dbdabdbe1e89412ae3ac03e4d', 'Crawler', '2024-11-13 02:14:51', null, '2025-04-08 11:34:42', null, 'ESCC 25100Laser testing', 'LTC4361CTS8', 'LTC4361CTS8', 'Overvoltage/Overcurrent Protection Controller', '90 OTHER FUNCTIONS', 'Analog Devices', '21/08/2024', 'ESA', null, null, '{\"402.pdf\":\"/oss/physical/ESA/d9a9938dbdabdbe1e89412ae3ac03e4d/402.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d9a9938dbdabdbe1e89412ae3ac03e4d/data.xlsx\"}', '402,LTC4361CTS8,Analog Devices,Download,SEE (Single Events Effects),ESCC 25100Laser testing,8 MICROCIRCUITS,90 OTHER FUNCTIONS,Overvoltage/Overcurrent Protection Controller,,TRAD,21/08/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('d9e2c1f86b710d38aaf618d5eeadd445', 'Crawler', '2024-11-13 11:22:23', null, '2025-04-08 11:34:42', null, 'Linear Device', 'LM108AH', 'LM108AH', 'Operational Amplifier', null, 'PMI', '7/29/1994;7/1/1994;7/17/1995', 'NASA', null, null, '{\"70194.pdf\":\"/oss/physical/NASA/d9e2c1f86b710d38aaf618d5eeadd445/70194.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/d9e2c1f86b710d38aaf618d5eeadd445/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d9e2c1f86b710d38aaf618d5eeadd445/data.xlsx\"}', 'LM108AH,Operational Amplifier,PMI,7/29/1994;7/1/1994;7/17/1995,ieee95a.pdf;70194.pdf,SEE,Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('d9e6334336c94c06244688e9d4af5e99', 'Crawler', '2024-11-13 01:01:06', null, '2025-04-08 11:34:42', null, 'Not specified', 'ADP3300', 'ADP3300', 'ADP3300 50 Ma low dropout linear regulator, Plastic DIP/SO', '52 LINEAR VOLTAGE REGULATOR', 'Various', '29/08/2003', 'ESA', null, null, '{\"210.pdf\":\"/oss/physical/ESA/d9e6334336c94c06244688e9d4af5e99/210.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d9e6334336c94c06244688e9d4af5e99/data.xlsx\"}', '210,ADP3300,Various,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,ADP3300 50 Ma low dropout linear regulator, Plastic DIP/SO,,ESA / Stereo,29/08/2003,False', null); INSERT INTO `nasa_data_record` VALUES ('d9e6b3ad68f438431862d6db2ca6ce48', 'Crawler', '2024-11-13 00:35:16', null, '2025-04-08 11:34:42', null, 'ESCC 22900', 'STRH60N20FSY3', 'STRH60N20FSY3', 'Power MOSFET', '5 FET N CHANNEL', 'STmicroelectronics', '14/09/2010', 'ESA', null, null, '{\"103.pdf\":\"/oss/physical/ESA/d9e6b3ad68f438431862d6db2ca6ce48/103.pdf\",\"data.xlsx\":\"/oss/physical/ESA/d9e6b3ad68f438431862d6db2ca6ce48/data.xlsx\"}', '103,STRH60N20FSY3,STmicroelectronics,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,5 FET N CHANNEL,Power MOSFET,,ESA-ESTEC,14/09/2010,False', null); INSERT INTO `nasa_data_record` VALUES ('da2499528039aeb704301360a0ee64ff', 'Crawler', '2024-11-13 10:44:48', null, '2025-04-08 11:34:42', null, 'Operational Amplifier', 'AD829', 'AD829', 'Operational Amplifier', null, 'ADI', '9/15/1995', 'NASA', null, null, '{\"no_report.pdf\":\"/oss/physical/NASA/da2499528039aeb704301360a0ee64ff/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/da2499528039aeb704301360a0ee64ff/data.xlsx\"}', 'AD829,Operational Amplifier,ADI,9/15/1995,no_report.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('da27a343ec1e9b01727fa7c628e04166', 'Crawler', '2024-11-13 11:34:51', null, '2025-04-08 11:34:42', null, 'Bipolar/ MOS', 'M3G2804R513R5T', 'M3G2804R513R5T', 'DC-DC Converters', null, 'International Rectifier', '9/10/2011;6/12/2012', 'NASA', null, null, '{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/da27a343ec1e9b01727fa7c628e04166/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/da27a343ec1e9b01727fa7c628e04166/data.xlsx\",\"T091011_M3G2804R513R5T.pdf\":\"/oss/physical/NASA/da27a343ec1e9b01727fa7c628e04166/T091011_M3G2804R513R5T.pdf\"}', 'M3G2804R513R5T,DC-DC Converters,International Rectifier,9/10/2011;6/12/2012,T091011_M3G2804R513R5T.pdf;T15_Gigliuto_Observed_Diode_Failures.pdf;nsrec2012_W22_SEE.pdf,SEE,Bipolar/ MOS', null); INSERT INTO `nasa_data_record` VALUES ('da3b10184c222eb1c8b0f29549fb9964', 'Crawler', '2024-11-13 11:33:52', null, '2025-04-08 11:34:42', null, 'SOI', 'LXA0387', 'LXA0387', '512k SRAM', null, 'LSI Logic', '6/03/2004;8/2004;9/2/2004;9/10/2004;9/17/04', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/da3b10184c222eb1c8b0f29549fb9964/nsrec05_W23.pdf\",\"G04Sept_LXA0387_TID.pdf\":\"/oss/physical/NASA/da3b10184c222eb1c8b0f29549fb9964/G04Sept_LXA0387_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/da3b10184c222eb1c8b0f29549fb9964/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/da3b10184c222eb1c8b0f29549fb9964/nsrec05_W5.pdf\"}', 'LXA0387,512k SRAM,LSI Logic,6/03/2004;8/2004;9/2/2004;9/10/2004;9/17/04,G04Sept_LXA0387_TID.pdf;nsrec05_W5.pdf;G04AUG_LXA0387.pdf;nsrec05_W23.pdf,TID;SEE,SOI', null); INSERT INTO `nasa_data_record` VALUES ('daf50e30911000eb97c8aa199c0386e5', 'Crawler', '2024-11-13 11:47:53', null, '2025-04-08 11:34:42', null, 'Power Device', 'MFL2815D', 'MFL2815D', 'DC-DC converter', null, 'Interpoint', '11/9/1994;7/17/1995;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/daf50e30911000eb97c8aa199c0386e5/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/daf50e30911000eb97c8aa199c0386e5/data.xlsx\",\"dcdc95.pdf\":\"/oss/physical/NASA/daf50e30911000eb97c8aa199c0386e5/dcdc95.pdf\",\"b110994.pdf\":\"/oss/physical/NASA/daf50e30911000eb97c8aa199c0386e5/b110994.pdf\"}', 'MFL2815D,DC-DC converter,Interpoint,11/9/1994;7/17/1995;7/17/1995,b110994.pdf;ieee95a.pdf;dcdc95.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('dafaef667a58df89ec07ead5dc9ce347', 'Crawler', '2024-11-13 10:44:16', null, '2025-04-08 11:34:42', null, 'SiGe', 'AD8138', 'AD8138', 'ADC Driver', null, 'Analog Devices', '2016SeptNRL', 'NASA', null, null, '{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/dafaef667a58df89ec07ead5dc9ce347/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dafaef667a58df89ec07ead5dc9ce347/data.xlsx\"}', 'AD8138,ADC Driver,Analog Devices,2016SeptNRL,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SET-Laser,SiGe', null); INSERT INTO `nasa_data_record` VALUES ('db30a0baa73550555c30995f5626465c', 'Crawler', '2024-11-13 09:52:08', null, '2025-04-08 11:34:42', null, 'SEI', '28C256', '28C256', 'EEPROM', null, null, '01/16/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/db30a0baa73550555c30995f5626465c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/db30a0baa73550555c30995f5626465c/PPM-99-045.pdf\"}', '289,1-10,28C256,EEPROM,SEI,AXAF/Gulton,9543,PPM-95-187,01/16/96', null); INSERT INTO `nasa_data_record` VALUES ('db3ff3932cdf30e036028db6afebe639', 'Crawler', '2024-11-13 12:03:51', 'xuebinrui', '2025-04-29 17:04:10', null, '晶体管', 'OP400', 'OP400', 'Operational Amplifier', '2B0404F、9814A、0349F、0204、0312、0502B、0215B', 'Analog Devices', '11/3/1998;1/2005;4/2005;8/2006;7/2011;2015Jul(HUPTI);2015Sep(CDH)', 'NASA', '薛彬睿', '9', '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/nsrec05_W23.pdf\",\"PPM-99-003.pdf\":\"/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/PPM-99-003.pdf\",\"G05JAN_OP400_TID.pdf\":\"/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/G05JAN_OP400_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/nsrec07_W26_TID.pdf\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/nsrec2011_W5_TID.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/data.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/nsrec06_W2.pdf\",\"G06AUG_OP400_TID.pdf\":\"/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/G06AUG_OP400_TID.pdf\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"电离总剂量效应-(10)_1745917432823.xlsx\":\"/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/电离总剂量效应-(10)_1745917432823.xlsx\"}', 'OP400,Operational Amplifier,Analog Devices,11/3/1998;1/2005;4/2005;8/2006;7/2011;2015Jul(HUPTI);2015Sep(CDH),tid/PPM-99-003.pdf;nsrec00_W21.pdf;G05JAN_OP400_TID.pdf;nsrec05_W23.pdf;nsrec06_W2.pdf;G06AUG_OP400_TID.pdf;nsrec07_W26_TID.pdf;nsrec2011_W5_TID.pdf;https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEDR,TID,Bipolar', '90'); INSERT INTO `nasa_data_record` VALUES ('db8a7503b9d9ac99f9781e462479119e', 'Crawler', '2024-11-13 11:03:59', null, '2025-04-08 11:34:42', null, 'Si', 'FYPF2006', 'FYPF2006', 'Diode', null, 'Fairchild Semiconductor', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/db8a7503b9d9ac99f9781e462479119e/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/db8a7503b9d9ac99f9781e462479119e/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/db8a7503b9d9ac99f9781e462479119e/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'FYPF2006,Diode,Fairchild Semiconductor,6/27/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('db9c5bc5127b8c67b7641ba2b53e0e76', 'Crawler', '2024-11-13 11:06:54', null, '2025-04-08 11:34:42', null, 'Optocoupler', 'HCPL5431', 'HCPL5431', 'Optocoupler', null, 'HP', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/db9c5bc5127b8c67b7641ba2b53e0e76/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/db9c5bc5127b8c67b7641ba2b53e0e76/data.xlsx\"}', 'HCPL5431,Optocoupler,HP,5/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('dbb9d2a5a4693443aca3224dc18e347f', 'Crawler', '2024-11-13 11:33:39', null, '2025-04-08 11:34:42', null, '90 nm CMOS', 'LX25_XC4VLX25-10FF668', 'LX25_XC4VLX25-10FF668', 'Virtex IV FPGA', null, 'Xilinx', 'NSRL09MAR;UCD08NOV', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/dbb9d2a5a4693443aca3224dc18e347f/data.xlsx\",\"D111208_LX25.pdf\":\"/oss/physical/NASA/dbb9d2a5a4693443aca3224dc18e347f/D111208_LX25.pdf\",\"radecs09_pellish.pdf\":\"/oss/physical/NASA/dbb9d2a5a4693443aca3224dc18e347f/radecs09_pellish.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/dbb9d2a5a4693443aca3224dc18e347f/nsrec09_W12_SEE.pdf\"}', 'LX25_XC4VLX25-10FF668,Virtex IV FPGA,Xilinx,NSRL09MAR;UCD08NOV,radecs09_pellish.pdf;D111208_LX25.pdf;nsrec09_W12_SEE.pdf,SEE;SEU,90 nm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('dbd2a225abe36d76dc06bdb5e6736c07', 'Crawler', '2024-11-13 11:02:30', null, '2025-04-08 11:34:42', null, 'Translator', 'F100324', 'F100324', 'Translator,Hex TTL to ECL', null, 'National Semiconductor', '11/8/1994', 'NASA', null, null, '{\"PPM-94-040.pdf\":\"/oss/physical/NASA/dbd2a225abe36d76dc06bdb5e6736c07/PPM-94-040.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dbd2a225abe36d76dc06bdb5e6736c07/data.xlsx\"}', 'F100324,Translator,Hex TTL to ECL,National Semiconductor,11/8/1994,tid/PPM-94-040.pdf,TID,Translator', null); INSERT INTO `nasa_data_record` VALUES ('dbd6900f69dfb0781b57a7a6324639e9', 'Crawler', '2024-11-13 11:03:24', null, '2025-04-08 11:34:42', null, 'Driver', 'FUGA 15', 'FUGA 15', 'CMOS Image driver', null, 'C-Cam Tech', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/dbd6900f69dfb0781b57a7a6324639e9/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dbd6900f69dfb0781b57a7a6324639e9/data.xlsx\"}', 'FUGA 15,CMOS Image driver,C-Cam Tech,7/20/1998,NSREC98.pdf,SEE,Driver', null); INSERT INTO `nasa_data_record` VALUES ('dbe8ab03cd7859a8df5b88b159322d62', 'Crawler', '2024-11-13 02:24:07', null, '2025-04-08 11:34:42', null, 'ESCC 25100', 'STP24NF10', 'STP24NF10', 'N-channel 100V - 0.0055Ω - 26A - TO-220 Low gate charge STripFET™ II Power MOSFET', '5 FET N CHANNEL', 'STmicroelectronics', '09/08/2016', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/dbe8ab03cd7859a8df5b88b159322d62/data.xlsx\",\"321.pdf\":\"/oss/physical/ESA/dbe8ab03cd7859a8df5b88b159322d62/321.pdf\"}', '321,STP24NF10,STmicroelectronics,Download,SEE (Single Events Effects),ESCC 25100,12 TRANSISTORS,5 FET N CHANNEL,N-channel 100V - 0.0055Ω - 26A - TO-220 Low gate charge STripFET™ II Power MOSFET,,Hirex-Alter,09/08/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('dbf6939a0cf2f00006b613966ff68251', 'Crawler', '2024-11-13 10:31:45', null, '2025-04-08 11:34:42', null, 'Microprocessors and Peripherals', '82C54', '82C54', 'Counter', null, 'Intel', '1/24/1995;7/15/1996;10/06/1994', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/dbf6939a0cf2f00006b613966ff68251/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dbf6939a0cf2f00006b613966ff68251/data.xlsx\",\"PPM-94-036.pdf\":\"/oss/physical/NASA/dbf6939a0cf2f00006b613966ff68251/PPM-94-036.pdf\"}', '82C54,Counter,Intel,1/24/1995;7/15/1996;10/06/1994,random6a.pdf;tid/PPM-94-036.pdf,SEE;TID,Microprocessors and Peripherals', null); INSERT INTO `nasa_data_record` VALUES ('dc04696d93a726a385c896b821b275d1', 'Crawler', '2024-11-13 12:55:19', 'yangsini', '2025-04-30 19:06:25', null, '晶体管', 'MOSFET DRIVER (TSC430MJA/883)', 'TSC430MJA', 'MOSFET Driver', '9001', 'Teledyne', '10/24/1991', 'NASA', '杨思妮', '1', '{\"PPM-91-637.pdf\":\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/PPM-91-637.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/data.xlsx\",\"电离总剂量效应_1746011184283.xlsx\":\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/电离总剂量效应_1746011184283.xlsx\"}', 'TSC430MJA,MOSFET Driver,Teledyne,10/24/1991,tid/PPM-91-637.pdf,TID,Driver', '12'); INSERT INTO `nasa_data_record` VALUES ('dc506b833f32c869142943f564765400', 'Crawler', '2024-11-13 10:59:39', null, '2025-04-08 11:34:42', null, 'CMOS', 'DG403DY-E3', 'DG403DY-E3', 'Analog Switch', null, 'Vishay', '4/1/2015', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/dc506b833f32c869142943f564765400/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/dc506b833f32c869142943f564765400/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"2015-Boutte-Campola-TR-15-018-DG403DY-E3-Vishay-Analog-Switch-LBNL-2015Apr01-20205005874.pdf\":\"/oss/physical/NASA/dc506b833f32c869142943f564765400/2015-Boutte-Campola-TR-15-018-DG403DY-E3-Vishay-Analog-Switch-LBNL-2015Apr01-20205005874.pdf\"}', 'DG403DY-E3,Analog Switch,Vishay,4/1/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;2015-Boutte-Campola-TR-15-018-DG403DY-E3-Vishay-Analog-Switch-LBNL-2015Apr01-20205005874.pdf,SEL,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('dc5caa69eeeec4b48dd712103ef6a99a', 'Crawler', '2024-11-13 09:55:09', null, '2025-04-08 11:34:42', null, 'NSC', '54AC521', '54AC521', 'Comparator', null, null, '11/23/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/dc5caa69eeeec4b48dd712103ef6a99a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/dc5caa69eeeec4b48dd712103ef6a99a/PPM-99-045.pdf\"}', '162,5-100,54AC521,Comparator,NSC,FAST/MUE,9236A,PPM-92-282,11/23/92', null); INSERT INTO `nasa_data_record` VALUES ('dc6d788fe32aae85466fedae4017db49', 'Crawler', '2024-11-13 09:59:27', null, '2025-04-08 11:34:42', null, 'Marconi', '54RHSC161CS0', '54RHSC161CS0', '4 bit counter (RH)', null, null, '01/03/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/dc6d788fe32aae85466fedae4017db49/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/dc6d788fe32aae85466fedae4017db49/PPM-99-045.pdf\"}', '2,20-300,54RHSC161CS0,4 bit counter (RH),Marconi,ISTP/CB,9022,PPM-91-008,01/03/91', null); INSERT INTO `nasa_data_record` VALUES ('dc7afbf25cca7546ef126e31cd6cc2b2', 'Crawler', '2024-11-13 11:06:48', null, '2025-04-08 11:34:42', null, 'Optocoupler', 'HCPL5401', 'HCPL5401', 'Optocoupler', null, 'HP', '7/20/1998;07/12/1995', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/dc7afbf25cca7546ef126e31cd6cc2b2/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dc7afbf25cca7546ef126e31cd6cc2b2/data.xlsx\",\"PPM-95-166.pdf\":\"/oss/physical/NASA/dc7afbf25cca7546ef126e31cd6cc2b2/PPM-95-166.pdf\"}', 'HCPL5401,Optocoupler,HP,7/20/1998;07/12/1995,NSREC98.pdf;tid/PPM-95-166.pdf,SEE;TID,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('dc84a7936a1b92b11c76d5bc89d7b4f7', 'Crawler', '2024-11-13 10:23:06', null, '2025-04-08 11:34:42', null, 'Counter', '54AC169DMQB', '54AC169DMQB', 'Counter', null, 'National Semiconductor', '11/6/1992', 'NASA', null, null, '{\"PPM-92-272.pdf\":\"/oss/physical/NASA/dc84a7936a1b92b11c76d5bc89d7b4f7/PPM-92-272.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dc84a7936a1b92b11c76d5bc89d7b4f7/data.xlsx\"}', '54AC169DMQB,Counter,National Semiconductor,11/6/1992,tid/PPM-92-272.pdf,TID,Counter', null); INSERT INTO `nasa_data_record` VALUES ('dc87b3a130903abf92af3ea30c682861', 'Crawler', '2024-11-13 02:24:43', null, '2025-04-08 11:34:42', null, 'Not specified', 'H5TQ4G83MFR-H9C-DC1223, K4B4G0846B-HCH9-DC1216', 'H5TQ4G83MFR-H9C-DC1223, K4B4G0846B-HCH9-DC1216', 'DDR3 SDRAM memory', '29 MEMORY OTHERS', 'Hynix, Samsung', '19/01/2018', 'ESA', null, null, '{\"314.pdf\":\"/oss/physical/ESA/dc87b3a130903abf92af3ea30c682861/314.pdf\",\"data.xlsx\":\"/oss/physical/ESA/dc87b3a130903abf92af3ea30c682861/data.xlsx\"}', '314,H5TQ4G83MFR-H9C-DC1223, K4B4G0846B-HCH9-DC1216,Hynix, Samsung,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,DDR3 SDRAM memory,,TU Braunschweig, Germany,19/01/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('dcc7c803d09aa6d8bca1bf3ca5657655', 'Crawler', '2024-11-13 11:56:21', 'dushuaibin', '2025-04-30 12:08:31', null, '数字集成电路', 'Memory', 'MT48LC1M16A1TG-10SIT', '100MHz SDRAM', '9844', 'Micron', '1999', 'NASA', '杜帅彬', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/data.xlsx\",\"电离总剂量效应_1745986110233.xlsx\":\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/电离总剂量效应_1745986110233.xlsx\"}', 'MT48LC1M16A1TG-10SIT,100MHz SDRAM,Micron,_1999,nsrec00_W21.pdf,TID,Memory', '1'); INSERT INTO `nasa_data_record` VALUES ('dce11cafdeb296d40c8bced1b275febd', 'Crawler', '2024-11-13 09:56:01', null, '2025-04-08 11:34:42', null, 'NSC', '54AC540LMQB', '54AC540LMQB', 'Octal Buffer', null, null, '02/14/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/dce11cafdeb296d40c8bced1b275febd/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/dce11cafdeb296d40c8bced1b275febd/PPM-99-045.pdf\"}', '124,10-300,54AC540LMQB,Octal Buffer,NSC,SMEX,9040A,PPM-92-062,02/14/92', null); INSERT INTO `nasa_data_record` VALUES ('dd13e0291c96628b33be6518462b7db3', 'Crawler', '2024-11-13 11:01:49', null, '2025-04-08 11:34:42', null, 'RAM (Random Access Memory)', 'EDI88130L45PC', 'EDI88130L45PC', '128kx8 SRAM', null, 'Hitachi/EDI', '9/6/1995;3/28/1996;08/17/1994', 'NASA', null, null, '{\"i090595.pdf\":\"/oss/physical/NASA/dd13e0291c96628b33be6518462b7db3/i090595.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dd13e0291c96628b33be6518462b7db3/data.xlsx\"}', 'EDI88130L45PC,128kx8 SRAM,Hitachi/EDI,9/6/1995;3/28/1996;08/17/1994,i090595.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('dd892a3ec4a1dd98663bd3dfc1632022', 'Crawler', '2024-11-13 09:55:55', null, '2025-04-08 11:34:42', null, 'ADI', 'AD829SQ/883B', 'AD829SQ/883B', 'Video Op Amp', null, null, '03/04/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/dd892a3ec4a1dd98663bd3dfc1632022/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/dd892a3ec4a1dd98663bd3dfc1632022/PPM-99-045.pdf\"}', '129,5-50,AD829SQ/883B,Video Op Amp,ADI,GGS/WIND,9005,PPM-92-092,03/04/92', null); INSERT INTO `nasa_data_record` VALUES ('dde294f22f36a6b74b8b9ff557cc0ef9', 'Crawler', '2024-11-13 10:45:00', null, '2025-04-08 11:34:42', null, 'BiCMOS', 'AD8465', 'AD8465', 'Comparator', null, 'Analog Devices', '4/17/2011', 'NASA', null, null, '{\"T041711_AD8465.pdf\":\"/oss/physical/NASA/dde294f22f36a6b74b8b9ff557cc0ef9/T041711_AD8465.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/dde294f22f36a6b74b8b9ff557cc0ef9/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dde294f22f36a6b74b8b9ff557cc0ef9/data.xlsx\"}', 'AD8465,Comparator,Analog Devices,4/17/2011,T041711_AD8465.pdf;nsrec2012_W22_SEE.pdf,SEE,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('dde80d111f56281ae623177b0248fbb8', 'Crawler', '2024-11-13 01:07:53', null, '2025-04-08 11:34:42', null, 'Not specified', 'HCPL5701', 'HCPL5701', 'Optocoupler', '1 OPTOCOUPLER', 'Avago', '16/04/2012', 'ESA', null, null, '{\"227.pdf\":\"/oss/physical/ESA/dde80d111f56281ae623177b0248fbb8/227.pdf\",\"data.xlsx\":\"/oss/physical/ESA/dde80d111f56281ae623177b0248fbb8/data.xlsx\"}', '227,HCPL5701,Avago,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,16/04/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('ddf6aba8ed0ce512f09237d015c6aa44', 'Crawler', '2024-11-13 00:49:54', null, '2025-04-08 11:34:42', null, 'Not specified', 'M65608E', 'M65608E', 'Rad. Tolerant 128k x 8, 5-Volt SRAM', '20 MEMORY SRAM', 'ATMEL', '20/12/2013', 'ESA', null, null, '{\"175.pdf\":\"/oss/physical/ESA/ddf6aba8ed0ce512f09237d015c6aa44/175.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ddf6aba8ed0ce512f09237d015c6aa44/data.xlsx\"}', '175,M65608E,ATMEL,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,20 MEMORY SRAM,Rad. Tolerant 128k x 8, 5-Volt SRAM,,TRAD,20/12/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('ddfcfc115f6dd4c0a74a57cc09662ade', 'Crawler', '2024-11-13 11:17:20', null, '2025-04-08 11:34:42', null, 'Power Device', 'JANTXV2N6661', 'JANTXV2N6661', 'Power MOSFET', null, 'Siliconix', '4/28/1997', 'NASA', null, null, '{\"PPM-97-010.pdf\":\"/oss/physical/NASA/ddfcfc115f6dd4c0a74a57cc09662ade/PPM-97-010.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ddfcfc115f6dd4c0a74a57cc09662ade/data.xlsx\"}', 'JANTXV2N6661,Power MOSFET,Siliconix,4/28/1997,tid/PPM-97-010.pdf,TID,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('ddffa4be84475bfb44efc593fd25f0b6', 'Crawler', '2024-11-13 10:31:24', null, '2025-04-08 11:34:42', null, 'Si', '80SCLQ060SCS', '80SCLQ060SCS', 'Schottky Diode', null, 'International Rectifier', '12/8/2020', 'NASA', null, null, '{\"NEPP-TR-2020-Wilcox-NASA-TM-TR-20-007-80SCLQ060SCS-Schottky-Diode-2020Dec08-20210009916.pdf\":\"/oss/physical/NASA/ddffa4be84475bfb44efc593fd25f0b6/NEPP-TR-2020-Wilcox-NASA-TM-TR-20-007-80SCLQ060SCS-Schottky-Diode-2020Dec08-20210009916.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ddffa4be84475bfb44efc593fd25f0b6/data.xlsx\",\"CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\":\"/oss/physical/NASA/ddffa4be84475bfb44efc593fd25f0b6/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\",\"NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\":\"/oss/physical/NASA/ddffa4be84475bfb44efc593fd25f0b6/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\"}', '80SCLQ060SCS,Schottky Diode,International Rectifier,12/8/2020,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf;CP-2021-Topper-NSREC-DW-poster-20210016856.pdf;https://nepp.nasa.gov/docs/tasks/070-Test-Reports/NEPP-TR-2020-Wilcox-NASA-TM-TR-20-007-80SCLQ060SCS-Schottky-Diode-2020Dec08-20210009916.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('de11f79447f4c39faf7ecf6d0ee66faf', 'Crawler', '2024-11-13 09:55:59', null, '2025-04-08 11:34:42', null, 'RCA', 'CD54HC74F3', 'CD54HC74F3', 'D-Flip-Flop', null, null, '02/24/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/de11f79447f4c39faf7ecf6d0ee66faf/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/de11f79447f4c39faf7ecf6d0ee66faf/PPM-99-045.pdf\"}', '126,5-20,CD54HC74F3,D-Flip-Flop,RCA,GGS/WIND,8619,PPM-92-075,02/24/92', null); INSERT INTO `nasa_data_record` VALUES ('de15960a75b1691629799ae64febb834', 'Crawler', '2024-11-13 00:49:12', null, '2025-04-08 11:34:42', null, 'Not specified', 'HAS2', 'HAS2', 'Active Pixel Sensor', '4 PHOTO DIODE /SENSOR', 'ON Semiconductors', '22/10/2012', 'ESA', null, null, '{\"171.pdf\":\"/oss/physical/ESA/de15960a75b1691629799ae64febb834/171.pdf\",\"data.xlsx\":\"/oss/physical/ESA/de15960a75b1691629799ae64febb834/data.xlsx\"}', '171,HAS2,ON Semiconductors,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,4 PHOTO DIODE /SENSOR,Active Pixel Sensor,,Sodern,22/10/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('de15ed2f2ac78c01b3bf1cdfad110f83', 'Crawler', '2024-11-13 02:21:44', null, '2025-04-08 11:34:42', null, 'Not specified', 'TL1431ACZT - GE337030', 'TL1431ACZT - GE337030', 'Programmable Voltage Reference', '1 ALL', 'STmicroelectronics', '22/05/2015', 'ESA', null, null, '{\"344.pdf\":\"/oss/physical/ESA/de15ed2f2ac78c01b3bf1cdfad110f83/344.pdf\",\"data.xlsx\":\"/oss/physical/ESA/de15ed2f2ac78c01b3bf1cdfad110f83/data.xlsx\"}', '344,TL1431ACZT - GE337030,STmicroelectronics,Download,TID (Total Ionising Dose),Not specified,99 MISCELLANEOUS PARTS,1 ALL,Programmable Voltage Reference,,TRAD,22/05/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('de2dddbf29b9e4f2115d1a72947603da', 'Crawler', '2024-11-13 10:26:43', null, '2025-04-08 11:34:42', null, 'Transistor', '5HP HBT Transistor', '5HP HBT Transistor', 'Transistor', null, 'IBM', '9/30/2002;7/25/2003', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/de2dddbf29b9e4f2115d1a72947603da/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/de2dddbf29b9e4f2115d1a72947603da/NSREC03_W10.pdf\",\"SNL092302_SiGe_HBT.pdf\":\"/oss/physical/NASA/de2dddbf29b9e4f2115d1a72947603da/SNL092302_SiGe_HBT.pdf\"}', '5HP HBT Transistor,Transistor,IBM,9/30/2002;7/25/2003,SNL092302_SiGe_HBT.pdf;NSREC03_W10.pdf,charge collection,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('de496caec6633e826c04efba40a812df', 'Crawler', '2024-11-13 10:32:53', null, '2025-04-08 11:34:42', null, 'BiCMOS SoC', '9T', '9T', 'SiGe HBT', null, 'IBM', '6/19/2004', 'NASA', null, null, '{\"tns04_Akil.pdf\":\"/oss/physical/NASA/de496caec6633e826c04efba40a812df/tns04_Akil.pdf\",\"data.xlsx\":\"/oss/physical/NASA/de496caec6633e826c04efba40a812df/data.xlsx\"}', '9T,SiGe HBT,IBM,6/19/2004,tns04_Akil.pdf,SEE,BiCMOS SoC', null); INSERT INTO `nasa_data_record` VALUES ('de91a0d756e429d009d06f418fbd2fca', 'Crawler', '2024-11-13 10:26:33', null, '2025-04-08 11:34:42', null, '5AM', '5AM STC test sample', '5AM STC test sample', 'SiGe 5AM STC', null, 'IBM', '6/22/2004', 'NASA', null, null, '{\"nsrec04_marshall.pdf\":\"/oss/physical/NASA/de91a0d756e429d009d06f418fbd2fca/nsrec04_marshall.pdf\",\"tns04_marshall.pdf\":\"/oss/physical/NASA/de91a0d756e429d009d06f418fbd2fca/tns04_marshall.pdf\",\"data.xlsx\":\"/oss/physical/NASA/de91a0d756e429d009d06f418fbd2fca/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/de91a0d756e429d009d06f418fbd2fca/nsrec04_SEE.pdf\"}', '5AM STC test sample,SiGe 5AM STC,IBM,6/22/2004,nsrec04_marshall.pdf;tns04_marshall.pdf;nsrec04_SEE.pdf,SEE,5AM', null); INSERT INTO `nasa_data_record` VALUES ('de973394008441fde115b25f9a1823fc', 'Crawler', '2024-11-13 09:52:38', null, '2025-04-08 11:34:42', null, 'Actel', '1020B', '1020B', 'Gate Array', null, null, '08/24/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/de973394008441fde115b25f9a1823fc/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/de973394008441fde115b25f9a1823fc/PPM-99-045.pdf\"}', '271,5-75,1020B,Gate Array,Actel,GPEP/PPL,9424,PPM-95-130,08/24/95', null); INSERT INTO `nasa_data_record` VALUES ('decacedbbdd375187434942ebb9cf762', 'Crawler', '2024-11-13 12:03:17', 'xuebinrui', '2025-04-29 17:35:58', null, '放大器', 'OP270', 'OP270', 'Operational Amplifier', '9815', 'AD', '10/5/1998', 'NASA', '薛彬睿', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/data.xlsx\",\"电离总剂量效应-(15)_1745919348312.xlsx\":\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/电离总剂量效应-(15)_1745919348312.xlsx\",\"PPM-98-029.pdf\":\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/PPM-98-029.pdf\"}', 'OP270,Operational Amplifier,AD,10/5/1998,tid/PPM-98-029.pdf;nsrec00_W21.pdf,TID,Operational Amplifier', '10'); INSERT INTO `nasa_data_record` VALUES ('dee4856085f08c3a98f4e95baed98c79', 'Crawler', '2024-11-13 11:34:31', null, '2025-04-08 11:34:42', null, 'RAM (Random Access Memory)', 'Luna ES DD3', 'Luna ES DD3', '16Mbit DRAMS', null, 'IBM', '9/5/1995', 'NASA', null, null, '{\"90595.pdf\":\"/oss/physical/NASA/dee4856085f08c3a98f4e95baed98c79/90595.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dee4856085f08c3a98f4e95baed98c79/data.xlsx\"}', 'Luna ES DD3,16Mbit DRAMS,IBM,9/5/1995,90595.pdf,SEU,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('defa22cc76471b707cbebe39f108a7cf', 'Crawler', '2024-11-13 13:02:08', 'likunfang', '2025-04-15 22:48:43', null, 'ReadOut Integrated Circuit (ROIC)', '0.5 μm CMOS ReadOut Integrated Circuit (ROIC)', 'SEPT08/CM', 'ReadOut Integrated Circuit', 'N/A', 'Manufacturer unavailable', '2010', 'NASA', '李坤芳', '1', '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/nsrec2010_W22_TID.pdf\",\"电离总剂量效应_1744722452798.xlsx\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/电离总剂量效应_1744722452798.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/data.xlsx\"}', 'Unknown 0.5 �m CMOS ROIC,0.5 �m CMOS ReadOut Integrated Circuit (ROIC),Manufacturer unavailable,VdG2008SEP,nsrec2010_W22_TID.pdf,TID,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('df1bec98704d68353126f1909e14ecbd', 'Crawler', '2024-11-13 10:23:20', null, '2025-04-08 11:34:42', null, 'Buffer/Driver', '54AC240', '54AC240', 'Buffer/Driver', null, 'National Semiconductor', '4/12/1993', 'NASA', null, null, '{\"PPM-93-050.pdf\":\"/oss/physical/NASA/df1bec98704d68353126f1909e14ecbd/PPM-93-050.pdf\",\"data.xlsx\":\"/oss/physical/NASA/df1bec98704d68353126f1909e14ecbd/data.xlsx\"}', '54AC240,Buffer/Driver,National Semiconductor,4/12/1993,tid/PPM-93-050.pdf,TID,Buffer/Driver', null); INSERT INTO `nasa_data_record` VALUES ('df3119a66c0f3740862bd2ab29bfc15b', 'Crawler', '2024-11-13 00:32:49', null, '2025-04-08 11:34:42', null, 'MIL-STD-883 TM 1019', 'PC28F00AM29EWHA', 'PC28F00AM29EWHA', '', '29 MEMORY OTHERS', 'MICRON', '10/10/2018', 'ESA', null, null, '{\"81.pdf\":\"/oss/physical/ESA/df3119a66c0f3740862bd2ab29bfc15b/81.pdf\",\"data.xlsx\":\"/oss/physical/ESA/df3119a66c0f3740862bd2ab29bfc15b/data.xlsx\"}', '81,PC28F00AM29EWHA,MICRON,Download,TID (Total Ionising Dose),MIL-STD-883 TM 1019,8 MICROCIRCUITS,29 MEMORY OTHERS,,,Alter,10/10/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('df33d85b8588ed92f2d7468841d4d4b8', 'Crawler', '2024-11-13 10:50:35', null, '2025-04-08 11:34:42', null, 'MOS 7® family n-channel VD MOSFET', 'APT50M38PLL', 'APT50M38PLL', 'Power MOSFET', null, 'Microsemi Corp.', 'TAMU08SEP;TAMU08NOV;TAMU08DEC;VdG08AUG', 'NASA', null, null, '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/df33d85b8588ed92f2d7468841d4d4b8/nsrec09_W13_TID.pdf\",\"T090608_APT50M38PLL.pdf\":\"/oss/physical/NASA/df33d85b8588ed92f2d7468841d4d4b8/T090608_APT50M38PLL.pdf\",\"VdG08AUG_APT50M38JLL.pdf\":\"/oss/physical/NASA/df33d85b8588ed92f2d7468841d4d4b8/VdG08AUG_APT50M38JLL.pdf\",\"data.xlsx\":\"/oss/physical/NASA/df33d85b8588ed92f2d7468841d4d4b8/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/df33d85b8588ed92f2d7468841d4d4b8/nsrec09_W12_SEE.pdf\"}', 'APT50M38PLL,Power MOSFET,Microsemi Corp.,TAMU08SEP;TAMU08NOV;TAMU08DEC;VdG08AUG,T090608_APT50M38PLL.pdf;nsrec09_W12_SEE.pdf;tid/VdG08AUG_APT50M38JLL.pdf;nsrec09_W13_TID.pdf,TID; SEE; SEGR,MOS 7® family n-channel VD MOSFET', null); INSERT INTO `nasa_data_record` VALUES ('df33e81628fec2be8386b0e328c01b1e', 'Crawler', '2024-11-13 12:36:19', 'zhangchenyu', '2025-04-30 20:50:59', null, 'Photonics', 'SDL5601V1', 'SDL5601V1', 'Spectra Diode', null, 'LED', '9/3/1997;7/20/1998', 'NASA', '张晨宇', '1', '{\"i090397.pdf\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/i090397.pdf\",\"位移损伤效应_1746002236894.xlsx\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/位移损伤效应_1746002236894.xlsx\",\"NSREC98.pdf\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/data.xlsx\"}', 'SDL5601V1,Spectra Diode,LED,9/3/1997;7/20/1998,i090397.pdf;NSREC98.pdf,SEE,Photonics', '6'); INSERT INTO `nasa_data_record` VALUES ('df5fba5e4468280b3957e5926d30c03f', 'Crawler', '2024-11-13 10:30:13', null, '2025-04-08 11:34:42', null, 'Analog Device', '7820RP/372', '7820RP/372', 'ADC', null, 'SEI', '7/29/1994;7/17/1995', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/df5fba5e4468280b3957e5926d30c03f/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/df5fba5e4468280b3957e5926d30c03f/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/df5fba5e4468280b3957e5926d30c03f/b072994.pdf\"}', '7820RP/372,ADC,SEI,7/29/1994;7/17/1995,b072994.pdf;ieee95a.pdf,SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('df936a65d2e6859d4e85918f2c97f84b', 'Crawler', '2024-11-13 12:52:15', 'lixuyou', '2025-04-30 18:51:56', null, 'Analog Device', 'TL7702B', 'TL7702B', 'Micropower Supply Voltage Supervisor', null, 'Texas Instruments', '10/12-13/1999;10/25/1999', 'NASA', '李序友', '2', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/data.xlsx\",\"TL7702B_1746010305784.xlsx\":\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/TL7702B_1746010305784.xlsx\",\"b112599a.pdf\":\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/b112599a.pdf\"}', 'TL7702B,Micropower Supply Voltage Supervisor,Texas Instruments,10/12-13/1999;10/25/1999,nsrec00_W21.pdf;b112599a.pdf,SEE,Analog Device', '20'); INSERT INTO `nasa_data_record` VALUES ('dfb56d894c03cb09a88b5e919113c14d', 'Crawler', '2024-11-13 09:56:53', null, '2025-04-08 11:34:42', null, 'NSC', '54ACT244LMQB', '54ACT244LMQB', 'Octal Buffer', null, null, '11/19/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/dfb56d894c03cb09a88b5e919113c14d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/dfb56d894c03cb09a88b5e919113c14d/PPM-99-045.pdf\"}', '88,10-300,54ACT244LMQB,Octal Buffer,NSC,SMEX/CB,9036A,PPM-91-693,11/19/91', null); INSERT INTO `nasa_data_record` VALUES ('dfccb48430f50e9d2dc9d0d3c5c589cf', 'Crawler', '2024-11-13 10:22:20', null, '2025-04-08 11:34:42', null, 'Logic Device', '54AC02DMQB', '54AC02DMQB', 'NOR Gate', null, 'National Semiconductor', '8/8/1991', 'NASA', null, null, '{\"PPM-91-508.pdf\":\"/oss/physical/NASA/dfccb48430f50e9d2dc9d0d3c5c589cf/PPM-91-508.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dfccb48430f50e9d2dc9d0d3c5c589cf/data.xlsx\"}', '54AC02DMQB,NOR Gate,National Semiconductor,8/8/1991,tid/PPM-91-508.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('dfebf1b6687c7f33ff4db320863ec171', 'Crawler', '2024-11-13 10:25:33', null, '2025-04-08 11:34:42', null, 'Analog Device', '54HC4053', '54HC4053', 'Analog Mux/demux', null, 'Harris', '7/7/1994', 'NASA', null, null, '{\"PPM-94-014.pdf\":\"/oss/physical/NASA/dfebf1b6687c7f33ff4db320863ec171/PPM-94-014.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dfebf1b6687c7f33ff4db320863ec171/data.xlsx\"}', '54HC4053,Analog Mux/demux,Harris,7/7/1994,tid/PPM-94-014.pdf,TID,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('e007a0963e3e2714562ce73a43e57bc6', 'Crawler', '2024-11-13 11:35:20', null, '2025-04-08 11:34:42', null, 'Latch', 'M54HC373YBF', 'M54HC373YBF', 'Octal Latch', null, 'SGS Thomson', '3/9/1992', 'NASA', null, null, '{\"PPM-92-099.pdf\":\"/oss/physical/NASA/e007a0963e3e2714562ce73a43e57bc6/PPM-92-099.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e007a0963e3e2714562ce73a43e57bc6/data.xlsx\"}', 'M54HC373YBF,Octal Latch,SGS Thomson,3/9/1992,tid/PPM-92-099.pdf,TID,Latch', null); INSERT INTO `nasa_data_record` VALUES ('e00cef435c4ce1dd8ad73f49a700dfda', 'Crawler', '2024-11-13 10:53:00', null, '2025-04-08 11:34:42', null, 'Optical Fiber', 'BF04437', 'BF04437', 'Optical Fiber', null, 'OFS', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/e00cef435c4ce1dd8ad73f49a700dfda/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e00cef435c4ce1dd8ad73f49a700dfda/data.xlsx\"}', 'BF04437,Optical Fiber,OFS,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('e05f8a063b78348d138ab39ded626986', 'Crawler', '2024-11-13 02:21:15', null, '2025-04-08 11:34:42', null, 'ESCC 25100', 'AD976A', 'AD976A', '16-Bit, 200 kSPS, BiCMOS A/D Converter', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'Analog Devices', '06/02/2015', 'ESA', null, null, '{\"347.pdf\":\"/oss/physical/ESA/e05f8a063b78348d138ab39ded626986/347.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e05f8a063b78348d138ab39ded626986/data.xlsx\"}', '347,AD976A,Analog Devices,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,16-Bit, 200 kSPS, BiCMOS A/D Converter,BiCMOS,Hirex-Alter,06/02/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('e071f58951262838d9cdb38608ec981a', 'Crawler', '2024-11-13 10:42:58', null, '2025-04-08 11:34:42', null, 'CMOS', 'AD7821', 'AD7821', '8-bit ADC', null, 'Analog Devices', '1999;1/7/2000;7/19/2002;2/2007;7/2008', 'NASA', null, null, '{\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/e071f58951262838d9cdb38608ec981a/nsrec08_W2_TID.pdf\",\"G07FEB_AD7821_TID.pdf\":\"/oss/physical/NASA/e071f58951262838d9cdb38608ec981a/G07FEB_AD7821_TID.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/e071f58951262838d9cdb38608ec981a/nsrec00_W21.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/e071f58951262838d9cdb38608ec981a/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e071f58951262838d9cdb38608ec981a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e071f58951262838d9cdb38608ec981a/PPM-99-045.pdf\"}', 'AD7821,8-bit ADC,Analog Devices,1999;1/7/2000;7/19/2002;2/2007;7/2008,nsrec00_W21.pdf;tid/PPM-99-045.pdf;NSREC02_W16.pdf;G07FEB_AD7821_TID.pdf;nsrec08_W2_TID.pdf,SEE; TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('e078270bc98edbcf57f3df6d2df0095c', 'Crawler', '2024-11-13 10:52:45', null, '2025-04-08 11:34:42', null, 'Si', 'BAS21-7-F', 'BAS21-7-F', 'Diode', null, 'Diodes, Inc.', '2016NovLBNL', 'NASA', null, null, '{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/e078270bc98edbcf57f3df6d2df0095c/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e078270bc98edbcf57f3df6d2df0095c/data.xlsx\"}', 'BAS21-7-F,Diode,Diodes, Inc.,2016NovLBNL,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('e082bf8e6759c34c4e661eb201a19a0b', 'Crawler', '2024-11-13 11:17:09', null, '2025-04-08 11:34:42', null, 'Transistor', 'JANTXV2N2222A', 'JANTXV2N2222A', 'NPN transistor', null, 'Motorola', '12/4/1992', 'NASA', null, null, '{\"PPM-92-286.pdf\":\"/oss/physical/NASA/e082bf8e6759c34c4e661eb201a19a0b/PPM-92-286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e082bf8e6759c34c4e661eb201a19a0b/data.xlsx\"}', 'JANTXV2N2222A,NPN transistor,Motorola,12/4/1992,tid/PPM-92-286.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('e084b582b6200df28528e88fcd7cfaa0', 'Crawler', '2024-11-13 11:12:27', null, '2025-04-08 11:34:42', null, 'Miscellaneous', 'HX2300', 'HX2300', 'SOI Test Metal', null, 'Honeywell', '2/21/1996;7/15/1996', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/e084b582b6200df28528e88fcd7cfaa0/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e084b582b6200df28528e88fcd7cfaa0/data.xlsx\",\"soi_pub.pdf\":\"/oss/physical/NASA/e084b582b6200df28528e88fcd7cfaa0/soi_pub.pdf\"}', 'HX2300,SOI Test Metal,Honeywell,2/21/1996;7/15/1996,soi_pub.pdf;random6a.pdf,SEE,Miscellaneous', null); INSERT INTO `nasa_data_record` VALUES ('e0a9d8502b03b4cafbec65d5f80b44a5', 'Crawler', '2024-11-13 12:32:03', 'yangjicong', '2025-04-29 11:21:25', null, '65nm CMOS', 'RT4G150-CB1657PROTO', 'RT4G150-CB1657PROTO', 'FPGA', '1638;(17 - 003)', 'Microsemi', '3/22/2017;2018Nov', 'NASA', '杨济聪', '1', '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/e0a9d8502b03b4cafbec65d5f80b44a5/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/e0a9d8502b03b4cafbec65d5f80b44a5/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"NEPP-TR-2017-Berg-Final-NEPPweb-TR-16-003_16-032-RT4G150-TN44754.pdf\":\"/oss/physical/NASA/e0a9d8502b03b4cafbec65d5f80b44a5/NEPP-TR-2017-Berg-Final-NEPPweb-TR-16-003_16-032-RT4G150-TN44754.pdf\",\"data_1745896884353.xlsx\":\"/oss/physical/NASA/e0a9d8502b03b4cafbec65d5f80b44a5/data_1745896884353.xlsx\"}', 'RT4G150-CB1657PROTO,FPGA,Microsemi,3/22/2017;2018Nov,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/30093/NEPP-TR-2017-Berg-Final-NEPPweb-TR-16-003_16-032-RT4G150-TN44754.pdf,SEE; SEU; SEL,65nm CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('e0b024640572bc1de2b6d40cc41038a1', 'Crawler', '2024-11-13 12:04:46', 'xuebinrui', '2025-04-28 19:24:27', null, '晶体管', 'OP484A', 'OP484A', 'Operational Amplifier', '1553A; (17-072)', 'Analog Devices', '12/13/2017-to-4/2/2018', 'NASA', '薛彬睿', '1', '{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/e0b024640572bc1de2b6d40cc41038a1/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e0b024640572bc1de2b6d40cc41038a1/data.xlsx\",\"电离总剂量效应-副本-副本-副本-副本-副本-副本_1745839462715.xlsx\":\"/oss/physical/NASA/e0b024640572bc1de2b6d40cc41038a1/电离总剂量效应-副本-副本-副本-副本-副本-副本_1745839462715.xlsx\"}', 'OP484A,Operational Amplifier,Analog Devices,12/13/2017-to-4/2/2018,CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,TID,Bipolar', '10'); INSERT INTO `nasa_data_record` VALUES ('e0c330fb3498770fa5f0af2436a5e1e9', 'Crawler', '2024-11-13 10:15:16', null, '2025-04-08 11:34:42', null, 'Transistor', '2N2880', '2N2880', 'Transistor', null, 'Solitron', '10/16/1997', 'NASA', null, null, '{\"PPM-97-049.pdf\":\"/oss/physical/NASA/e0c330fb3498770fa5f0af2436a5e1e9/PPM-97-049.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e0c330fb3498770fa5f0af2436a5e1e9/data.xlsx\"}', '2N2880,Transistor,Solitron,10/16/1997,tid/PPM-97-049.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('e0d4860c8a36f1fb13a8668fbc74b61a', 'Crawler', '2024-11-13 10:52:33', null, '2025-04-08 11:34:42', null, 'Si', 'BAP64-05,215', 'BAP64-05,215', 'Diode', null, 'NXP Semiconductor', '4/11/2017', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/e0d4860c8a36f1fb13a8668fbc74b61a/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e0d4860c8a36f1fb13a8668fbc74b61a/data.xlsx\"}', 'BAP64-05,215,Diode,NXP Semiconductor,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('e0ddbef96b202b15b98ea62684f6c90c', 'Crawler', '2024-11-13 09:57:44', null, '2025-04-08 11:34:42', null, 'NSC', '54AC245', '54AC245', '8-Transceiver', null, null, '07/01/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e0ddbef96b202b15b98ea62684f6c90c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e0ddbef96b202b15b98ea62684f6c90c/PPM-99-045.pdf\"}', '55,10-300,54AC245,8-Transceiver,NSC,SMEX/CB,9036A,PPM-91-442,07/01/91', null); INSERT INTO `nasa_data_record` VALUES ('e0e0bd2d31aa60b797f820f77a5b2126', 'Crawler', '2024-11-13 02:24:50', null, '2025-04-08 11:34:42', null, 'ESCC 25100', 'AD7961', 'AD7961', '16-Bit, 5 MSPS PulSAR Differential ADC', '61 LINEAR ANALOG TO DIGITAL CONVERTER', 'Analog Devices', '27/03/2018', 'ESA', null, null, '{\"313.pdf\":\"/oss/physical/ESA/e0e0bd2d31aa60b797f820f77a5b2126/313.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e0e0bd2d31aa60b797f820f77a5b2126/data.xlsx\"}', '313,AD7961,Analog Devices,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,61 LINEAR ANALOG TO DIGITAL CONVERTER,16-Bit, 5 MSPS PulSAR Differential ADC,CMOS,Hirex-Alter,27/03/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('e0e3d44a1483e42f2bb86c1c230c4c77', 'Crawler', '2024-11-13 11:14:52', null, '2025-04-08 11:34:42', null, 'Trench MOSFET', 'IRHLF87Y20', 'IRHLF87Y20', 'MOSFET', null, 'International Rectifier', '11/3/2016-to-11/5/2016', 'NASA', null, null, '{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/e0e3d44a1483e42f2bb86c1c230c4c77/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e0e3d44a1483e42f2bb86c1c230c4c77/data.xlsx\"}', 'IRHLF87Y20,MOSFET,International Rectifier,11/3/2016-to-11/5/2016,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE,Trench MOSFET', null); INSERT INTO `nasa_data_record` VALUES ('e0eddbc2297d8a81c105096064b94eeb', 'Crawler', '2024-11-13 09:48:36', null, '2025-04-08 11:34:42', null, 'AD', 'DAC08', 'DAC08', '8 Bit DAC', null, null, '11/30/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e0eddbc2297d8a81c105096064b94eeb/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e0eddbc2297d8a81c105096064b94eeb/PPM-99-045.pdf\"}', '422,10-50,DAC08,8 Bit DAC,AD,GLAS,9831,PPM-99-036,11/30/99', null); INSERT INTO `nasa_data_record` VALUES ('e0f87ecc24edb605eb371eb37197112e', 'Crawler', '2024-11-13 12:28:36', 'liujunling', '2025-04-30 21:57:21', null, '数字集成电路', 'RH21020', 'RH21020', 'DSP', 'XX', 'Lockheed-Martin', '9/1/1998;10/1/1998;11/30/1999', 'NASA', '刘俊灵', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/NSREC99.pdf\",\"位移损伤效应_1746021437275.xlsx\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/位移损伤效应_1746021437275.xlsx\"}', 'RH21020,DSP,Lockheed-Martin,9/1/1998;10/1/1998;11/30/1999,NSREC99.pdf;nsrec00_W21.pdf,SEE,Processor', '1'); INSERT INTO `nasa_data_record` VALUES ('e0fc7442e055a45c00452ff8f06290f5', 'Crawler', '2024-11-13 09:49:53', null, '2025-04-08 11:34:42', null, 'National', 'DS7830', 'DS7830', 'Diff. Line Driver', null, null, '9/10/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e0fc7442e055a45c00452ff8f06290f5/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e0fc7442e055a45c00452ff8f06290f5/PPM-99-045.pdf\"}', '379,20-200,DS7830,Diff. Line Driver,National,GOES,9749,PPM-98-025,9/10/98', null); INSERT INTO `nasa_data_record` VALUES ('e0fcf76e168978a205e658cb65d8a17d', 'Crawler', '2024-11-13 11:15:00', null, '2025-04-08 11:34:42', null, 'Transistor', 'IRLML2803', 'IRLML2803', 'N-Channel MOSFET', null, 'International Rectifier Corp', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/e0fcf76e168978a205e658cb65d8a17d/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e0fcf76e168978a205e658cb65d8a17d/data.xlsx\"}', 'IRLML2803,N-Channel MOSFET,International Rectifier Corp,7/19/2002,NSREC02_W16.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('e1013fdcc98501f82c9140aa944c6677', 'Crawler', '2024-11-13 12:39:44', 'changyuhai', '2025-05-03 21:27:03', null, 'Hybrid', 'SMRT28515T', 'SMRT28515T', 'DC-DC Converter', '未提及', 'Crane', 'TAMU10MAR;LBNL10JUN;TAMU10NOV', 'NASA', '常余海', '70', '{\"LBNL060910_TAMU110910_SMRT28515T.pdf\":\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/LBNL060910_TAMU110910_SMRT28515T.pdf\",\"单粒子效应_1746278800501.xlsx\":\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/单粒子效应_1746278800501.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/data.xlsx\"}', 'SMRT28515T,DC-DC Converter,Crane,TAMU10MAR;LBNL10JUN;TAMU10NOV,LBNL060910_TAMU110910_SMRT28515T.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL;SET,Hybrid', '70'); INSERT INTO `nasa_data_record` VALUES ('e10547466eb0fd464909f1e19da6beb4', 'Crawler', '2024-11-13 12:27:45', 'liujunling', '2025-04-30 22:05:27', null, '电源', 'RH1021CMW-5', 'RH1021CMW-5', 'Precision 5V Reference', '0123A', 'Linear Technology', '20090101;7/2010', 'NASA', '刘俊灵', '1', '{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/nsrec09_W13_TID.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/data.xlsx\",\"VdG09JAN_RH1021CMW_na.pdf\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/VdG09JAN_RH1021CMW_na.pdf\",\"电离总剂量效应_1746021922986.xlsx\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/电离总剂量效应_1746021922986.xlsx\"}', 'RH1021CMW-5,Precision 5V Reference,Linear Technology,20090101;7/2010,tid/VdG09JAN_RH1021CMW_na.pdf;nsrec09_W13_TID.pdf;nsrec2010_W22_TID.pdf,TID,Linear Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('e14910812c70362ef9953e801ede372a', 'Crawler', '2024-11-13 01:00:42', null, '2025-04-08 11:34:42', null, 'Not specified', 'ATC18RHA', 'ATC18RHA', 'digital-signal ASIC, ATC18RHA TID ref:ADF-DE-R0564-CUP', '40 ASIC TECHNOLOGIES DIGITAL', 'ATMEL', '31/05/2005', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/e14910812c70362ef9953e801ede372a/data.xlsx\",\"202.pdf\":\"/oss/physical/ESA/e14910812c70362ef9953e801ede372a/202.pdf\"}', '202,ATC18RHA,ATMEL,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,40 ASIC TECHNOLOGIES DIGITAL,digital-signal ASIC, ATC18RHA TID ref:ADF-DE-R0564-CUP,,ATMEL,31/05/2005,False', null); INSERT INTO `nasa_data_record` VALUES ('e152bdcc903cc45bd3281d477f00fde6', 'Crawler', '2024-11-13 09:51:37', null, '2025-04-08 11:34:42', null, 'TI', 'TL7705', 'TL7705', 'Power Supervisor', null, null, '4/28/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e152bdcc903cc45bd3281d477f00fde6/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e152bdcc903cc45bd3281d477f00fde6/PPM-99-045.pdf\"}', '310,2.5-30,TL7705,Power Supervisor,TI,SMEX/LITE,9543,PPM-97-014,4/28/97', null); INSERT INTO `nasa_data_record` VALUES ('e15c641cede0bf3165ed150c5a11d96f', 'Crawler', '2024-11-13 00:39:44', null, '2025-04-08 11:34:42', null, 'Not specified', 'OLS449', 'OLS449', 'Optocoupler with Radiation Tolerant Phototransistor', '1 OPTOCOUPLER', 'Isolink', '20/01/2012', 'ESA', null, null, '{\"125.pdf\":\"/oss/physical/ESA/e15c641cede0bf3165ed150c5a11d96f/125.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e15c641cede0bf3165ed150c5a11d96f/data.xlsx\"}', '125,OLS449,Isolink,Download,TID (Total Ionising Dose),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler with Radiation Tolerant Phototransistor,,Hirex,20/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('e16af9f514984e65e69fdc92b0e7e808', 'Crawler', '2024-11-13 10:16:54', null, '2025-04-08 11:34:42', null, 'Transistor', '2N3946', '2N3946', 'NPN XSTR', null, 'Motorola', '6/20/1991', 'NASA', null, null, '{\"no_tid_report.pdf\":\"/oss/physical/NASA/e16af9f514984e65e69fdc92b0e7e808/no_tid_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e16af9f514984e65e69fdc92b0e7e808/data.xlsx\"}', '2N3946,NPN XSTR,Motorola,6/20/1991,tid/no_tid_report.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('e170e83a6402030afd051abc1010a543', 'Crawler', '2024-11-13 09:52:34', null, '2025-04-08 11:34:42', null, 'Actel', '1280A', '1280A', 'Gate Array', null, null, '08/24/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e170e83a6402030afd051abc1010a543/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e170e83a6402030afd051abc1010a543/PPM-99-045.pdf\"}', '274,5-20,1280A,Gate Array,Actel,GPEP/PPL,9424,PPM-95-168,08/24/95', null); INSERT INTO `nasa_data_record` VALUES ('e1adbd4be9e4e995662cb9454ba734cb', 'Crawler', '2024-11-13 10:14:55', null, '2025-04-08 11:34:42', null, 'Bipolar', '2N2484', '2N2484', 'Transistor', null, 'Fairchild Semiconductor', '5/5/2014', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e1adbd4be9e4e995662cb9454ba734cb/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/e1adbd4be9e4e995662cb9454ba734cb/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', '2N2484,Transistor,Fairchild Semiconductor,5/5/2014,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('e1d64e932f55cc1a029635ef92ea8df2', 'Crawler', '2024-11-13 10:19:51', null, '2025-04-08 11:34:42', null, 'RAM (Random Access Memory)', '4216400', '4216400', '4Mx4 DRAM', null, 'NEC', '3/20/1995;5/4/1995;11/17/1996;7/15/1996', 'NASA', null, null, '{\"d032495.pdf\":\"/oss/physical/NASA/e1d64e932f55cc1a029635ef92ea8df2/d032495.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/e1d64e932f55cc1a029635ef92ea8df2/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e1d64e932f55cc1a029635ef92ea8df2/data.xlsx\"}', '4216400,4Mx4 DRAM,NEC,3/20/1995;5/4/1995;11/17/1996;7/15/1996,d032495.pdf;ieee95a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('e1dd3e9461f463f8e90b4ef3a5c04086', 'Crawler', '2024-11-13 09:49:09', null, '2025-04-08 11:34:42', null, 'Maxim', 'DG412', 'DG412', 'Analog Switch', null, null, '01/15/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e1dd3e9461f463f8e90b4ef3a5c04086/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e1dd3e9461f463f8e90b4ef3a5c04086/PPM-99-045.pdf\"}', '398,2.5-50,DG412,Analog Switch,Maxim,IRAC,9829,PPM-99-012,01/15/99', null); INSERT INTO `nasa_data_record` VALUES ('e1f7311e6f80762834568287a08844ad', 'Crawler', '2024-11-13 12:42:34', 'luozikang', '2025-04-29 17:18:06', null, 'Power Device', 'SSP21110-25', 'SSP21110-25', 'SS Power Converter', null, 'ILC', '3/20/1995', 'NASA', '罗梓康', '8', '{\"PPM-95-136.pdf\":\"/oss/physical/NASA/e1f7311e6f80762834568287a08844ad/PPM-95-136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e1f7311e6f80762834568287a08844ad/data.xlsx\",\"电离总剂量效应_1745918279079.xlsx\":\"/oss/physical/NASA/e1f7311e6f80762834568287a08844ad/电离总剂量效应_1745918279079.xlsx\"}', 'SSP21110-25,SS Power Converter,ILC,3/20/1995,tid/PPM-95-136.pdf,TID,Power Device', '32'); INSERT INTO `nasa_data_record` VALUES ('e203939559d99393441d2c60dfc9c415', 'Crawler', '2024-11-13 09:56:58', null, '2025-04-08 11:34:42', null, 'NSC', 'LF441AMH', 'LF441AMH', 'OP AMP', null, null, '10/31/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e203939559d99393441d2c60dfc9c415/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e203939559d99393441d2c60dfc9c415/PPM-99-045.pdf\"}', '85,10-300,LF441AMH,OP AMP,NSC,ISTP/NC,M9124,PPM-91-656,10/31/91', null); INSERT INTO `nasa_data_record` VALUES ('e21312fac32086284a50eb252c517460', 'Crawler', '2024-11-13 13:07:59', 'wangbin', '2025-04-17 18:24:07', null, '专用集成电路', 'Virtex-5 CN XQDaisy', 'Virtex-5 CN XQDaisy', 'Virtex-5 FPGA', 'xx', 'Xilinx', '_2016Jan', 'NASA', '王斌', '1', '{\"NEPP-TR-2016-1_CL16-6029_Suh_Virtex-5.pdf\":\"/oss/physical/NASA/e21312fac32086284a50eb252c517460/NEPP-TR-2016-1_CL16-6029_Suh_Virtex-5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e21312fac32086284a50eb252c517460/data.xlsx\"}', 'Virtex-5 CN XQDaisy,Virtex-5 FPGA,Xilinx,_2016Jan,https://nepp.nasa.gov/files/27475/NEPP-TR-2016-1_CL16-6029_Suh_Virtex-5.pdf,SEE,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('e2192b2054a81762ecdfaeec2f50eab8', 'Crawler', '2024-11-13 12:50:55', 'chenwenzhuo', '2025-04-30 16:29:45', null, 'LED', 'TIL25', 'TIL25', 'LED', null, 'TI', '4/1/2002;7/19/2002', 'NASA', '陈文卓', '1', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/e2192b2054a81762ecdfaeec2f50eab8/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e2192b2054a81762ecdfaeec2f50eab8/data.xlsx\",\"TIL25_1746001783602.xlsx\":\"/oss/physical/NASA/e2192b2054a81762ecdfaeec2f50eab8/TIL25_1746001783602.xlsx\"}', 'TIL25,LED,TI,4/1/2002;7/19/2002,T040102_TIL25.pdf;NSREC02_W16.pdf,DD,LED', '1'); INSERT INTO `nasa_data_record` VALUES ('e220406b51e77b14288ad75f97d8ba8e', 'Crawler', '2024-11-13 09:48:30', null, '2025-04-08 11:34:42', null, 'AD', 'AD783SQ', 'AD783SQ', 'S/H Amplifier', null, null, '12/10/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e220406b51e77b14288ad75f97d8ba8e/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e220406b51e77b14288ad75f97d8ba8e/PPM-99-045.pdf\"}', '426,2.5-50,AD783SQ,S/H Amplifier,AD,HST/COS,8702,PPM-99-040,12/10/99', null); INSERT INTO `nasa_data_record` VALUES ('e2252ed7701f9ae864468c881c902888', 'Crawler', '2024-11-13 09:53:09', null, '2025-04-08 11:34:42', null, 'Interpoint', 'MFL2815', 'MFL2815', 'DC/DC Converter', null, null, '03/03/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e2252ed7701f9ae864468c881c902888/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e2252ed7701f9ae864468c881c902888/PPM-99-045.pdf\"}', '250,2.5-30,MFL2815,DC/DC Converter,Interpoint,HST/PCP,9443,PPM-95-135,03/03/95', null); INSERT INTO `nasa_data_record` VALUES ('e278118872f229f14cbbe1f1e2c06a33', 'Crawler', '2024-11-13 13:11:47', 'liumingyu', '2025-04-16 00:24:42', null, 'CMOS', 'XC7K325T Kintex7', 'XC7K325T Kintex7', 'FPGA', 'xx', 'Xilinx', '2014.4-2014.10', 'NASA', '刘明宇', '5', '{\"NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf\":\"/oss/physical/NASA/e278118872f229f14cbbe1f1e2c06a33/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/e278118872f229f14cbbe1f1e2c06a33/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2016-Berg-Pres-SEE-MAPLD-Mitigation-TN32695.pdf\":\"/oss/physical/NASA/e278118872f229f14cbbe1f1e2c06a33/NEPP-CP-2016-Berg-Pres-SEE-MAPLD-Mitigation-TN32695.pdf\",\"单粒子效应_1744726893370.xlsx\":\"/oss/physical/NASA/e278118872f229f14cbbe1f1e2c06a33/单粒子效应_1744726893370.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/e278118872f229f14cbbe1f1e2c06a33/data.xlsx\",\"NEPP-CP-2016-Berg-Pres-MRQW-TN29375.pdf\":\"/oss/physical/NASA/e278118872f229f14cbbe1f1e2c06a33/NEPP-CP-2016-Berg-Pres-MRQW-TN29375.pdf\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/e278118872f229f14cbbe1f1e2c06a33/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf\":\"/oss/physical/NASA/e278118872f229f14cbbe1f1e2c06a33/NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf\",\"20160614-1330-FPGA-2016-561-Berg-Final-Pres-NEPP-ETW-FPGA_TN32953_v3.pdf\":\"/oss/physical/NASA/e278118872f229f14cbbe1f1e2c06a33/20160614-1330-FPGA-2016-561-Berg-Final-Pres-NEPP-ETW-FPGA_TN32953_v3.pdf\"}', 'XC7K325T Kintex7,FPGA,Xilinx,4/5/2014;6/5/2014;12/16/2014;4/10/2015;8/12/2015;2016OctNRL,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27964/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf;https://nepp.nasa.gov/files/28030/NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf;https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;https://nepp.nasa.gov/workshops/etw2016/talks/14TUE/20160614-1330-FPGA-2016-561-Berg-Final-Pres-NEPP-ETW-FPGA_TN32953_v3.pdf;https://nepp.nasa.gov/files/28073/NEPP-CP-2016-Berg-Pres-MRQW-TN29375.pdf;https://nepp.nasa.gov/files/28290/NEPP-CP-2016-Berg-Pres-SEE-MAPLD-Mitigation-TN32695.pdf,SEU,CMOS', '5'); INSERT INTO `nasa_data_record` VALUES ('e281caf5d964a4aabf3fe3674c6647f8', 'Crawler', '2024-11-13 11:46:35', null, '2025-04-08 11:34:42', null, 'Crystal Oscillator', 'MCM1609', 'MCM1609', 'Crystal Oscillator', null, 'Q-Tech', '6/4/1991', 'NASA', null, null, '{\"PPM-91-382.pdf\":\"/oss/physical/NASA/e281caf5d964a4aabf3fe3674c6647f8/PPM-91-382.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e281caf5d964a4aabf3fe3674c6647f8/data.xlsx\"}', 'MCM1609,Crystal Oscillator,Q-Tech,6/4/1991,tid/PPM-91-382.pdf,TID,Crystal Oscillator', null); INSERT INTO `nasa_data_record` VALUES ('e29e8bc26c480bbfeb577647c5c914e2', 'Crawler', '2024-11-13 09:55:25', null, '2025-04-08 11:34:42', null, 'PMI', 'OP490AY/883B', 'OP490AY/883B', 'Quad Op Amp', null, null, '06/16/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e29e8bc26c480bbfeb577647c5c914e2/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e29e8bc26c480bbfeb577647c5c914e2/PPM-99-045.pdf\"}', '150,5-20,OP490AY/883B,Quad Op Amp,PMI,GGS/WIND,8735,PPM-92-185,06/16/92', null); INSERT INTO `nasa_data_record` VALUES ('e2d53dc9fedba7669f15713df926baf9', 'Crawler', '2024-11-13 10:53:48', null, '2025-04-08 11:34:42', null, 'Super-junction', 'BUY25CS54A', 'BUY25CS54A', '250 V N-type MOSFET', null, 'Infineon', '8/20/2012;12/2012', 'NASA', null, null, '{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/e2d53dc9fedba7669f15713df926baf9/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e2d53dc9fedba7669f15713df926baf9/data.xlsx\"}', 'BUY25CS54A,250 V N-type MOSFET,Infineon,8/20/2012;12/2012,T082112_ BUY25CS54A.pdf;nsrec2013_W8_SEE.pdf,SEE,Super-junction', null); INSERT INTO `nasa_data_record` VALUES ('e2e2f5736f042b064809c8e748ed4de7', 'Crawler', '2024-11-13 12:24:50', 'dushuaibin', '2025-04-30 20:17:07', null, '光电器件', 'Photobit APS', 'Photobit APS', 'APS', 'XX', 'Photobit', '2001.03.27-2002.07.19', 'NASA', '王嘉兴', '2', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/data.xlsx\",\"TAMU032701_Photobit_APS.pdf\":\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/TAMU032701_Photobit_APS.pdf\",\"单粒子效应_1746015426347.xlsx\":\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/单粒子效应_1746015426347.xlsx\"}', 'Photobit APS,APS,Photobit,7/19/2002;3/27/2001,NSREC02_W16.pdf;TAMU032701_Photobit_APS.pdf,SET,Miscellaneous', '2'); INSERT INTO `nasa_data_record` VALUES ('e2fe107c6019351929b44e6689142347', 'Crawler', '2024-11-13 11:02:59', null, '2025-04-08 11:34:42', null, 'CMOS', 'FM22L16', 'FM22L16', 'FRAM', null, 'Ramtron International Corporation [Texas Instruments part packaged by Ramtron]', 'TAMU07JUN;IUCF07AUG;IUCF07OCT', 'NASA', null, null, '{\"I082807_FM22L16.pdf\":\"/oss/physical/NASA/e2fe107c6019351929b44e6689142347/I082807_FM22L16.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/e2fe107c6019351929b44e6689142347/nsrec08_W3_SEE.pdf\",\"T062507_FM22L16.pdf\":\"/oss/physical/NASA/e2fe107c6019351929b44e6689142347/T062507_FM22L16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e2fe107c6019351929b44e6689142347/data.xlsx\"}', 'FM22L16,FRAM,Ramtron International Corporation [Texas Instruments part packaged by Ramtron],TAMU07JUN;IUCF07AUG;IUCF07OCT,T062507_FM22L16.pdf;I082807_FM22L16.pdf;nsrec08_W3_SEE.pdf,SEE;SEL;SEU;SEFI,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('e30cf513cc3579d330dc2f0803854f53', 'Crawler', '2024-11-13 12:44:42', 'chenpan', '2025-04-30 22:28:02', null, 'VDMOS', 'STRH100N10FSY3', 'STRH100N10FSY3', '100 V n-type power MOSFET', null, 'STMicro', 'TAMU10AUG;TAMU10DEC', 'NASA', '陈攀', '1', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/e30cf513cc3579d330dc2f0803854f53/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e30cf513cc3579d330dc2f0803854f53/data.xlsx\",\"T081610_T120510_STRH100N10FSY3.pdf\":\"/oss/physical/NASA/e30cf513cc3579d330dc2f0803854f53/T081610_T120510_STRH100N10FSY3.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/e30cf513cc3579d330dc2f0803854f53/nsrec2013_W8_SEE.pdf\",\"STRH100N10FSY3_SEE_1746023278904.xlsx\":\"/oss/physical/NASA/e30cf513cc3579d330dc2f0803854f53/STRH100N10FSY3_SEE_1746023278904.xlsx\"}', 'STRH100N10FSY3,100 V n-type power MOSFET,STMicro,TAMU10AUG;TAMU10DEC,8/16/2010;12/5/2010;TAMU2012DEC;T081610_T120510_STRH100N10FSY3.pdf;nsrec2011_W6_SEE.pdf;nsrec2013_W8_SEE.pdf,SEE; SEGR,VDMOS', '16'); INSERT INTO `nasa_data_record` VALUES ('e31730d14b58284e24cbcbe40700b939', 'Crawler', '2024-11-13 10:31:50', null, '2025-04-08 11:34:42', null, 'Controller', '82C59A', '82C59A', 'Programmable Priority Interrup Controller', null, 'Harris', '2/11/1991', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e31730d14b58284e24cbcbe40700b939/data.xlsx\",\"PPM-91-075.pdf\":\"/oss/physical/NASA/e31730d14b58284e24cbcbe40700b939/PPM-91-075.pdf\"}', '82C59A,Programmable Priority Interrup Controller,Harris,2/11/1991,tid/PPM-91-075.pdf,TID,Controller', null); INSERT INTO `nasa_data_record` VALUES ('e3345516901b707bb1a345312dcfc4b8', 'Crawler', '2024-11-13 02:13:54', null, '2025-04-08 11:34:42', null, 'ESCC 25100', 'LT6108IMS8', 'LT6108IMS8', 'High Side Current Sense Amplifier wih Reference and Comparator', '69 LINEAR OTHER FUNCTIONS', 'Linear Technology', '15/12/2023', 'ESA', null, null, '{\"408.pdf\":\"/oss/physical/ESA/e3345516901b707bb1a345312dcfc4b8/408.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e3345516901b707bb1a345312dcfc4b8/data.xlsx\"}', '408,LT6108IMS8,Linear Technology,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,69 LINEAR OTHER FUNCTIONS,High Side Current Sense Amplifier wih Reference and Comparator,,TRAD,15/12/2023,False', null); INSERT INTO `nasa_data_record` VALUES ('e33eae0db6aed24d7c93573bc729d889', 'Crawler', '2024-11-13 11:17:53', null, '2025-04-08 11:34:42', null, 'Diode', 'JTXV1N759A-1', 'JTXV1N759A-1', 'Zener Diode', null, 'BKC International', '2/25/1991', 'NASA', null, null, '{\"PPM-91-123.pdf\":\"/oss/physical/NASA/e33eae0db6aed24d7c93573bc729d889/PPM-91-123.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e33eae0db6aed24d7c93573bc729d889/data.xlsx\"}', 'JTXV1N759A-1,Zener Diode,BKC International,2/25/1991,tid/PPM-91-123.pdf,TID,Diode', null); INSERT INTO `nasa_data_record` VALUES ('e3619dbcf301989035fe7446697c7993', 'Crawler', '2024-11-13 10:54:00', null, '2025-04-08 11:34:42', null, 'Si', 'BZX84-A75', 'BZX84-A75', 'Zener Diode', null, 'NXP Semiconductor', '2016NovLBNL', 'NASA', null, null, '{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/e3619dbcf301989035fe7446697c7993/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e3619dbcf301989035fe7446697c7993/data.xlsx\"}', 'BZX84-A75,Zener Diode,NXP Semiconductor,2016NovLBNL,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('e370b66f58c9850fce14da750b9a8370', 'Crawler', '2024-11-13 12:44:32', 'chenpan', '2025-04-30 22:39:55', null, 'SiC Substrate', 'STPSC806D', 'STPSC806D', 'Power Diode', null, 'ST Microelectronics', '11/1/2009', 'NASA', '陈攀', '1', '{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/data.xlsx\",\"VdG09NOV_STPSC806_STPSC1006.pdf\":\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/VdG09NOV_STPSC806_STPSC1006.pdf\",\"STPSC806D_TID_1746023956473.xlsx\":\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/STPSC806D_TID_1746023956473.xlsx\"}', 'STPSC806D,Power Diode,ST Microelectronics,11/1/2009,tid/VdG09NOV_STPSC806_STPSC1006.pdf;nsrec2010_W22_TID.pdf,TID,SiC Substrate', '5'); INSERT INTO `nasa_data_record` VALUES ('e3939aa2be50a43a3c33065991be0d8c', 'Crawler', '2024-11-13 09:51:15', null, '2025-04-08 11:34:42', null, 'Linear Tech.', 'LT1009', 'LT1009', 'Voltage Reference', null, null, '7/15/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e3939aa2be50a43a3c33065991be0d8c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e3939aa2be50a43a3c33065991be0d8c/PPM-99-045.pdf\"}', '323,2.5-50,LT1009,Voltage Reference,Linear Tech.,SMEX/LITE,9543,PPM-97-027,7/15/97', null); INSERT INTO `nasa_data_record` VALUES ('e394aadd2c07e61be1fd14802ecce575', 'Crawler', '2024-11-13 11:51:42', 'mayinjie', '2025-04-30 20:25:58', null, 'Power Devices', 'MRX8501', 'MRX8501', 'Receiver', null, 'Emcore', '2/1/2002;7/19/2002', 'NASA', '马崟洁', '1', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/data.xlsx\",\"D020102_Emcore.pdf\":\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/D020102_Emcore.pdf\",\"D020102_MTX8501_MRX8501.pdf\":\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/D020102_MTX8501_MRX8501.pdf\",\"电离总剂量效应_1746015957722.xlsx\":\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/电离总剂量效应_1746015957722.xlsx\"}', 'MRX8501,Receiver,Emcore,2/1/2002;7/19/2002,D020102_Emcore.pdf;NSREC02_W16.pdf;D020102_MTX8501_MRX8501.pdf,SET,TID,Power Devices', '1'); INSERT INTO `nasa_data_record` VALUES ('e3be2da3f94dc3b8afeb706f20fce2d0', 'Crawler', '2024-11-13 10:10:31', null, '2025-04-08 11:34:42', null, 'Si', '16CYQ150C', '16CYQ150C', 'Schottky Diode', null, 'International Rectifier', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/e3be2da3f94dc3b8afeb706f20fce2d0/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e3be2da3f94dc3b8afeb706f20fce2d0/data.xlsx\"}', '16CYQ150C,Schottky Diode,International Rectifier,6/27/2015,NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('e3e238600eaac17336efece88395b49f', 'Crawler', '2024-11-13 09:48:41', null, '2025-04-08 11:34:42', null, 'Apex', 'PA07M', 'PA07M', 'Power Op Amp', null, null, '10/20/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e3e238600eaac17336efece88395b49f/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e3e238600eaac17336efece88395b49f/PPM-99-045.pdf\"}', '418,10-50,PA07M,Power Op Amp,Apex,GLAS,9918,PPM-99-032,10/20/99', null); INSERT INTO `nasa_data_record` VALUES ('e3e4bf7a85361a4301f1bd521f532826', 'Crawler', '2024-11-13 02:21:11', null, '2025-04-08 11:34:42', null, 'Not specified', 'LM124AWG-R-QMLV - DC1306A', 'LM124AWG-R-QMLV - DC1306A', 'Quadruple Operational Amplifier', '50 LINEAR OPERATIONAL AMPLIFIER', 'National Semiconductor', '12/06/2015', 'ESA', null, null, '{\"348.pdf\":\"/oss/physical/ESA/e3e4bf7a85361a4301f1bd521f532826/348.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e3e4bf7a85361a4301f1bd521f532826/data.xlsx\"}', '348,LM124AWG-R-QMLV - DC1306A,National Semiconductor,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Quadruple Operational Amplifier,,TRAD,12/06/2015,False', null); INSERT INTO `nasa_data_record` VALUES ('e41e6c8c3260c1293e5c9043c35daaa2', 'Crawler', '2024-11-13 10:24:31', null, '2025-04-08 11:34:42', null, 'Flip Flop', '54ACT74LMQB', '54ACT74LMQB', 'Dual DFlip Flop', null, 'National Semiconductor', '12/30/1991', 'NASA', null, null, '{\"PPM-91-760.pdf\":\"/oss/physical/NASA/e41e6c8c3260c1293e5c9043c35daaa2/PPM-91-760.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e41e6c8c3260c1293e5c9043c35daaa2/data.xlsx\"}', '54ACT74LMQB,Dual DFlip Flop,National Semiconductor,12/30/1991,tid/PPM-91-760.pdf,TID,Flip Flop', null); INSERT INTO `nasa_data_record` VALUES ('e42d609c27160918efad17e222869585', 'Crawler', '2024-11-13 12:53:24', 'lixuyou', '2025-04-30 16:39:36', null, 'RAM (Random Access Memory)', 'TMS416400DJ-60', 'TMS416400DJ-60', '4Mx4 DRAM', null, 'Texas Instruments', '7/21/1997', 'NASA', '李序友', '1', '{\"Random97a.pdf\":\"/oss/physical/NASA/e42d609c27160918efad17e222869585/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e42d609c27160918efad17e222869585/data.xlsx\"}', 'TMS416400DJ-60,4Mx4 DRAM,Texas Instruments,7/21/1997,Random97a.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('e49ba388a8c75e03e1302a846e2889e7', 'Crawler', '2024-11-13 11:48:52', null, '2025-04-08 11:34:42', null, 'Power Device', 'MHF+2815D Isolink', 'MHF+2815D Isolink', 'DC-DC converter', null, 'Isolink', '9/3/1997', 'NASA', null, null, '{\"i090397.pdf\":\"/oss/physical/NASA/e49ba388a8c75e03e1302a846e2889e7/i090397.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e49ba388a8c75e03e1302a846e2889e7/data.xlsx\"}', 'MHF+2815D Isolink,DC-DC converter,Isolink,9/3/1997,i090397.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('e49e4cac24bff5e37160b52aff51b687', 'Crawler', '2024-11-13 10:44:26', null, '2025-04-08 11:34:42', null, 'Digital Crosspoint Switch', 'AD8151', 'AD8151', 'Crossbar switch', null, 'Analog Devices', '1/31/2002;03/15/2002;7/19/2002;7/25/2003', 'NASA', null, null, '{\"D013102_AD8151.pdf\":\"/oss/physical/NASA/e49e4cac24bff5e37160b52aff51b687/D013102_AD8151.pdf\",\"T031502_AD8151_paper.pdf\":\"/oss/physical/NASA/e49e4cac24bff5e37160b52aff51b687/T031502_AD8151_paper.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/e49e4cac24bff5e37160b52aff51b687/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e49e4cac24bff5e37160b52aff51b687/data.xlsx\",\"T031502_AD8151.pdf\":\"/oss/physical/NASA/e49e4cac24bff5e37160b52aff51b687/T031502_AD8151.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/e49e4cac24bff5e37160b52aff51b687/NSREC03_W10.pdf\"}', 'AD8151,Crossbar switch,Analog Devices,1/31/2002;03/15/2002;7/19/2002;7/25/2003,D013102_AD8151.pdf;T031502_AD8151.pdf;T031502_AD8151_paper.pdf;NSREC02_W16.pdf;NSREC03_W10.pdf,SEE,TID,Digital Crosspoint Switch', null); INSERT INTO `nasa_data_record` VALUES ('e4eb27c604ea5e5cd1e89ff2c0f32423', 'Crawler', '2024-11-13 11:05:41', null, '2025-04-08 11:34:42', null, 'Amplifier', 'HA1-5320-8', 'HA1-5320-8', 'S/H Amplifier', null, 'Harris', '3/15/1991', 'NASA', null, null, '{\"PPM-91-163.pdf\":\"/oss/physical/NASA/e4eb27c604ea5e5cd1e89ff2c0f32423/PPM-91-163.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e4eb27c604ea5e5cd1e89ff2c0f32423/data.xlsx\"}', 'HA1-5320-8,S/H Amplifier,Harris,3/15/1991,tid/PPM-91-163.pdf,TID,Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('e4fcb467a44b3f9ba39f61a73f7b04cc', 'Crawler', '2024-11-13 12:42:16', 'luozikang', '2025-04-29 17:45:53', null, 'Crystal Oscillator', 'SQXO-2-100kHz', 'SQXO-2-100kHz', 'Crystal Oscillator', null, 'Statek', '3/8/1991', 'NASA', '罗梓康', '1', '{\"data.xlsx\":\"/oss/physical/NASA/e4fcb467a44b3f9ba39f61a73f7b04cc/data.xlsx\"}', 'SQXO-2-100kHz,Crystal Oscillator,Statek,3/8/1991,Rad-91-2.pdf,TID,Crystal Oscillator', '1'); INSERT INTO `nasa_data_record` VALUES ('e511cf0ab57a2acb19b5100858b3dd81', 'Crawler', '2024-11-13 12:07:22', 'luoyongheng', '2025-04-28 22:59:32', null, '数字集成电路,放大器,电源变换器', 'Op Amp, Power Devices, DC/DC converter,', 'LM124, LM119, PALCE22V10, ATF22V10B, MD13051RES05ZF, MDI3051RES05ZF, MDI3051RED12ZF,', 'SOS Prescaler', '无', 'Peregrine', '7/19/2002', 'NASA', '罗永恒', '1', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/e511cf0ab57a2acb19b5100858b3dd81/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e511cf0ab57a2acb19b5100858b3dd81/data.xlsx\"}', 'PE9301,SOS Prescaler,Peregrine,7/19/2002,NSREC02_W16.pdf,SEU,Prescaler', '1'); INSERT INTO `nasa_data_record` VALUES ('e536710949e6f290c9004ca92e17c23c', 'Crawler', '2024-11-13 09:53:58', null, '2025-04-08 11:34:42', null, 'Apex', 'PA10A', 'PA10A', 'Power Op Amp', null, null, '08/01/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e536710949e6f290c9004ca92e17c23c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e536710949e6f290c9004ca92e17c23c/PPM-99-045.pdf\"}', '214,5-100,PA10A,Power Op Amp,Apex,CASSINI/CIRS,unknown,PPM-94-015,08/01/94', null); INSERT INTO `nasa_data_record` VALUES ('e5685f499344cd670015c49cf2590ad8', 'Crawler', '2024-11-13 12:00:45', 'xieyongzhi', '2025-05-03 19:55:03', null, '光电子器件', 'OLF400', 'OLF400', 'Optocoupler', null, 'Isolink', '12/1997', 'NASA', '谢永智', '1', '{\"data(48)_1746001426101.xlsx\":\"/oss/physical/NASA/e5685f499344cd670015c49cf2590ad8/data(48)_1746001426101.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/e5685f499344cd670015c49cf2590ad8/nsrec00_W22.pdf\"}', 'OLF400,Optocoupler,Isolink,12/1997,nsrec00_W22.pdf,DD,Optocoupler', '15'); INSERT INTO `nasa_data_record` VALUES ('e56c149b5a1190a8194339cb4c07b5f2', 'Crawler', '2024-11-13 10:55:25', null, '2025-04-08 11:34:42', null, 'CMOS', 'CDCM7005', 'CDCM7005', 'Clock Synthesizer', null, 'Texas Instruments', '9/7/2012', 'NASA', null, null, '{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/e56c149b5a1190a8194339cb4c07b5f2/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e56c149b5a1190a8194339cb4c07b5f2/data.xlsx\"}', 'CDCM7005,Clock Synthesizer,Texas Instruments,9/7/2012,nsrec2013_W8_SEE.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('e5860e713248f0bfd8654e38df07fb8a', 'Crawler', '2024-11-13 11:29:37', null, '2025-04-08 11:34:42', null, 'Power Supply Supervisor', 'LP3470 Tiny Power on Reset', 'LP3470 Tiny Power on Reset', 'Tiny Power on Reset', null, 'National Semiconductor', '3/15/2002', 'NASA', null, null, '{\"B030302_LP3470.pdf\":\"/oss/physical/NASA/e5860e713248f0bfd8654e38df07fb8a/B030302_LP3470.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e5860e713248f0bfd8654e38df07fb8a/data.xlsx\"}', 'LP3470 Tiny Power on Reset,Tiny Power on Reset,National Semiconductor,3/15/2002,B030302_LP3470.pdf,SEE,Power Supply Supervisor', null); INSERT INTO `nasa_data_record` VALUES ('e58702ab33c65f27c6d22595802186e4', 'Crawler', '2024-11-13 11:28:13', null, '2025-04-08 11:34:42', null, 'Bipolar', 'LM7171BIN/NOPB', 'LM7171BIN/NOPB', 'Operational Amplifier', null, 'Texas Instruments', '7/18/2018(NRL); 2018June(LBNL)', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/e58702ab33c65f27c6d22595802186e4/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e58702ab33c65f27c6d22595802186e4/data.xlsx\"}', 'LM7171BIN/NOPB,Operational Amplifier,Texas Instruments,7/18/2018(NRL); 2018June(LBNL),https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf,Laser;TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('e587dbfd814afc8aa18d5e873c4fb1a1', 'Crawler', '2024-11-13 10:11:08', null, '2025-04-08 11:34:42', null, 'Power Device', '2298855-2', '2298855-2', 'DC/DC Converter', null, 'Teledyne', '11/29/1991', 'NASA', null, null, '{\"PPM-91-709.pdf\":\"/oss/physical/NASA/e587dbfd814afc8aa18d5e873c4fb1a1/PPM-91-709.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e587dbfd814afc8aa18d5e873c4fb1a1/data.xlsx\"}', '2298855-2,DC/DC Converter,Teledyne,11/29/1991,tid/PPM-91-709.pdf,TID,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('e5ba4656f4359e2704ecc07e6e0a27c7', 'Crawler', '2024-11-13 00:37:18', null, '2025-04-08 11:34:42', null, 'Not specified', 'UC1825J', 'UC1825J', 'High Speed Pulse Width Modulator Controller', '69 LINEAR OTHER FUNCTIONS', 'Texas Instrument', '10/08/2012', 'ESA', null, null, '{\"110.pdf\":\"/oss/physical/ESA/e5ba4656f4359e2704ecc07e6e0a27c7/110.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e5ba4656f4359e2704ecc07e6e0a27c7/data.xlsx\"}', '110,UC1825J,Texas Instrument,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,69 LINEAR OTHER FUNCTIONS,High Speed Pulse Width Modulator Controller,,Hirex-Alter,10/08/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('e5f7eafa630bb5dc45622a07325c3ebd', 'Crawler', '2024-11-13 12:04:06', 'xuebinrui', '2025-04-29 13:12:58', null, '放大器', 'OP420', 'OP420', 'Operational Amplifier', '9617', 'Analog Devices', '4/5/1997', 'NASA', '薛彬睿', '1', '{\"PPM-97-012.pdf\":\"/oss/physical/NASA/e5f7eafa630bb5dc45622a07325c3ebd/PPM-97-012.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e5f7eafa630bb5dc45622a07325c3ebd/data.xlsx\",\"电离总剂量效应-(7)_1745903577340.xlsx\":\"/oss/physical/NASA/e5f7eafa630bb5dc45622a07325c3ebd/电离总剂量效应-(7)_1745903577340.xlsx\"}', 'OP420,Operational Amplifier,Analog Devices,4/5/1997,tid/PPM-97-012.pdf,TID,Operational Amplifier', '10'); INSERT INTO `nasa_data_record` VALUES ('e5fca092c5acb73befa5df3be7e8c436', 'Crawler', '2024-11-13 09:54:50', null, '2025-04-08 11:34:42', null, 'NSC', '54ACT534', '54ACT534', 'Flip-Flop', null, null, '01/15/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e5fca092c5acb73befa5df3be7e8c436/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e5fca092c5acb73befa5df3be7e8c436/PPM-99-045.pdf\"}', '176,5-100,54ACT534,Flip-Flop,NSC,FAST/MUE,9233A,PPM-93-004,01/15/93', null); INSERT INTO `nasa_data_record` VALUES ('e62a80f43fd4e2f22d88c11fb6b1bf8e', 'Crawler', '2024-11-13 11:43:56', null, '2025-04-08 11:34:42', null, 'Si', 'MBR4045', 'MBR4045', 'Diode', null, 'Vishay', '6/30/2014', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/e62a80f43fd4e2f22d88c11fb6b1bf8e/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e62a80f43fd4e2f22d88c11fb6b1bf8e/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/e62a80f43fd4e2f22d88c11fb6b1bf8e/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/e62a80f43fd4e2f22d88c11fb6b1bf8e/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\"}', 'MBR4045,Diode,Vishay,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('e62b6fd72966e83638e1cde6f899e8b3', 'Crawler', '2024-11-13 01:00:40', null, '2025-04-08 11:34:42', null, 'ESCC 22900', 'OIER10', 'OIER10', 'Photo-Transistor Optocoupler', '1 OPTOCOUPLER', 'Optoi Microelectronics', '11/07/2013', 'ESA', null, null, '{\"201.pdf\":\"/oss/physical/ESA/e62b6fd72966e83638e1cde6f899e8b3/201.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e62b6fd72966e83638e1cde6f899e8b3/data.xlsx\"}', '201,OIER10,Optoi Microelectronics,Download,TID (Total Ionising Dose),ESCC 22900,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Photo-Transistor Optocoupler,,Optoi Microelectronics,11/07/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('e632feeb9d64dded9d1fd44cef71cc5e', 'Crawler', '2024-11-13 11:31:42', null, '2025-04-08 11:34:42', null, 'ADC', 'LTC1419', 'LTC1419', 'ADC', null, 'Linear Technology', '4/1/1999;4/30/1999;10/2006', 'NASA', null, null, '{\"G06OCT_LTC1419_TID.pdf\":\"/oss/physical/NASA/e632feeb9d64dded9d1fd44cef71cc5e/G06OCT_LTC1419_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/e632feeb9d64dded9d1fd44cef71cc5e/nsrec07_W26_TID.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/e632feeb9d64dded9d1fd44cef71cc5e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e632feeb9d64dded9d1fd44cef71cc5e/data.xlsx\",\"T060304_LTC1419.pdf\":\"/oss/physical/NASA/e632feeb9d64dded9d1fd44cef71cc5e/T060304_LTC1419.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/e632feeb9d64dded9d1fd44cef71cc5e/nsrec05_W5.pdf\",\"b043099a.pdf\":\"/oss/physical/NASA/e632feeb9d64dded9d1fd44cef71cc5e/b043099a.pdf\"}', 'LTC1419,ADC,Linear Technology,4/1/1999;4/30/1999;10/2006,b043099a.pdf;nsrec00_W21.pdf;T060304_LTC1419.pdf;nsrec05_W5.pdf;G06OCT_LTC1419_TID.pdf;nsrec07_W26_TID.pdf,SEE;TID,ADC', null); INSERT INTO `nasa_data_record` VALUES ('e637d345e7afa11498a61722fb6bf3cc', 'Crawler', '2024-11-13 10:28:22', null, '2025-04-08 11:34:42', null, 'Optocoupler', '6651', '6651', 'Optocoupler', null, 'HP', '1998-1999', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/e637d345e7afa11498a61722fb6bf3cc/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e637d345e7afa11498a61722fb6bf3cc/data.xlsx\"}', '6651,Optocoupler,HP,1998-1999,NSREC99.pdf,SEE,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('e646a50af25fb9755d47d7e49d92b3ae', 'Crawler', '2024-11-13 11:56:35', 'dushuaibin', '2025-04-29 22:32:41', null, '电源变换器', 'Converter', 'MTR2805F', 'DC-DC Converter', '9828', 'Interpoint', '1998.09.18-1998.10.14', 'NASA', '杜帅彬', '1', '{\"电离总剂量效应_1745936984964.xlsx\":\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/电离总剂量效应_1745936984964.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/data.xlsx\",\"PPM-98-030.pdf\":\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/PPM-98-030.pdf\"}', 'MTR2805F,DC-DC Converter,Interpoint,10/20/1998,tid/PPM-98-030.pdf,TID,DC-DC Converter', '24'); INSERT INTO `nasa_data_record` VALUES ('e64798b73c68a1b5e000d86e86ee1d01', 'Crawler', '2024-11-13 11:48:43', null, '2025-04-08 11:34:42', null, 'Power Device', 'MHF+2805S Hamamatsu', 'MHF+2805S Hamamatsu', 'DC-DC converter', null, 'Hamamatsu', '9/3/1997', 'NASA', null, null, '{\"i090397.pdf\":\"/oss/physical/NASA/e64798b73c68a1b5e000d86e86ee1d01/i090397.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e64798b73c68a1b5e000d86e86ee1d01/data.xlsx\"}', 'MHF+2805S Hamamatsu,DC-DC converter,Hamamatsu,9/3/1997,i090397.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('e65ef7660c1c1ed4d5a2d0331545ba42', 'Crawler', '2024-11-13 09:52:29', null, '2025-04-08 11:34:42', null, 'NSI', 'LP2951', 'LP2951', 'Prog. Voltage Reg.', null, null, '08/15/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e65ef7660c1c1ed4d5a2d0331545ba42/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e65ef7660c1c1ed4d5a2d0331545ba42/PPM-99-045.pdf\"}', '277,2.5-20,LP2951,Prog. Voltage Reg.,NSI,CASSINI/CIRS,9443S\r\r\n9435A,PPM-95-173,08/15/95', null); INSERT INTO `nasa_data_record` VALUES ('e67e4354050210532b7570ac7a786dd3', 'Crawler', '2024-11-13 00:37:51', null, '2025-04-08 11:34:42', null, 'ESCC 25100', 'K6R4016V1D, IS61LV12816', 'K6R4016V1D, IS61LV12816', '256k × 16bits SRAM, 128k ×16bits SRAM', '20 MEMORY SRAM', 'Samsung, ISSI', '10/06/2013', 'ESA', null, null, '{\"114.pdf\":\"/oss/physical/ESA/e67e4354050210532b7570ac7a786dd3/114.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e67e4354050210532b7570ac7a786dd3/data.xlsx\"}', '114,K6R4016V1D, IS61LV12816,Samsung, ISSI,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,20 MEMORY SRAM,256k × 16bits SRAM, 128k ×16bits SRAM,,ESA-ESTEC,10/06/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('e68c3af7a25411212f5ac5f97435e673', 'Crawler', '2024-11-13 09:54:35', null, '2025-04-08 11:34:42', null, 'Harris', '54AC193', '54AC193', 'Binary Counter', null, null, '04/14/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e68c3af7a25411212f5ac5f97435e673/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e68c3af7a25411212f5ac5f97435e673/PPM-99-045.pdf\"}', '187,5-100,54AC193,Binary Counter,Harris,FAST/MUE,9246,PPM-93-051,04/14/93', null); INSERT INTO `nasa_data_record` VALUES ('e693f201ce8996aa1c14b9d156f7c67f', 'Crawler', '2024-11-13 11:11:26', null, '2025-04-08 11:34:42', null, 'Analog Device', 'HS5212', 'HS5212', '12 bit ADC', null, 'Hybrid Systems', '2/24/1994;7/17/1995', 'NASA', null, null, '{\"b022494.pdf\":\"/oss/physical/NASA/e693f201ce8996aa1c14b9d156f7c67f/b022494.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/e693f201ce8996aa1c14b9d156f7c67f/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e693f201ce8996aa1c14b9d156f7c67f/data.xlsx\"}', 'HS5212,12 bit ADC,Hybrid Systems,2/24/1994;7/17/1995,b022494.pdf;ieee95a.pdf,SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('e69936696303f7d3ea42e4d3d316b100', 'Crawler', '2024-11-13 02:16:24', null, '2025-04-08 11:34:42', null, 'Not specified', 'TC58NVG2G0HTAI0', 'TC58NVG2G0HTAI0', 'NOR Flash memory', '29 MEMORY OTHERS', 'Toshiba', '05/10/2016', 'ESA', null, null, '{\"387.pdf\":\"/oss/physical/ESA/e69936696303f7d3ea42e4d3d316b100/387.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e69936696303f7d3ea42e4d3d316b100/data.xlsx\"}', '387,TC58NVG2G0HTAI0,Toshiba,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,NOR Flash memory,,Hirex-Alter,05/10/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('e6b7dd382ace8c4847ed8a609a601ecd', 'Crawler', '2024-11-13 12:54:14', 'lixuyou', '2025-04-30 15:32:57', null, 'BiCMOS', 'TPS7A4901', 'TPS7A4901', 'Low Dropout Regulator', null, 'Texas Instruments', '3/26/2011', 'NASA', '李序友', '1', '{\"LBNL032611_TPS7A4901.pdf\":\"/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/LBNL032611_TPS7A4901.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/data.xlsx\",\"TPS7A4901_1745998374667.xlsx\":\"/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/TPS7A4901_1745998374667.xlsx\"}', 'TPS7A4901,Low Dropout Regulator,Texas Instruments,3/26/2011,LBNL032611_TPS7A4901.pdf;nsrec2012_W22_SEE.pdf,SEE,BiCMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('e6cac6f0c519fa0f62a2233b599aba55', 'Crawler', '2024-11-13 12:48:03', 'chenwenzhuo', '2025-04-30 19:03:35', null, 'FPGA', 'Spartan III D1327453A/4C', 'Spartan III D1327453A/4C', '90 nm CMOS FPGA', null, 'Xilinx', '10/18/2005', 'NASA', '陈文卓', '1', '{\"TIL25_1746011002720.xlsx\":\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/TIL25_1746011002720.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/nsrec06_W4.pdf\"}', 'Spartan III D1327453A/4C,90 nm CMOS FPGA,Xilinx,10/18/2005,I101805_Spartan.pdf;nsrec06_W4.pdf,SEL,FPGA', '1'); INSERT INTO `nasa_data_record` VALUES ('e6e851d87339fa3d44786a80a16a1930', 'Crawler', '2024-11-13 00:48:10', null, '2025-04-08 11:34:42', null, 'ESCC 22900', 'SML020DH12', 'SML020DH12', 'Schottky Diode', '99 MISCELLANEOUS', 'Semelab', '10/12/2018', 'ESA', null, null, '{\"D5-11 - TN5.11 - TID Schottky SML020DH12 - NEO-14-086_Report_24-2017_rev1.pdf\":\"/oss/physical/ESA/e6e851d87339fa3d44786a80a16a1930/D5-11 - TN5.11 - TID Schottky SML020DH12 - NEO-14-086_Report_24-2017_rev1.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e6e851d87339fa3d44786a80a16a1930/data.xlsx\"}', '166,SML020DH12,Semelab,Download,TID (Total Ionising Dose),ESCC 22900,4 DIODES,99 MISCELLANEOUS,Schottky Diode,,Fraunhofer Institut,10/12/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('e6e9eb4ec4346140b3225fa1b457af41', 'Crawler', '2024-11-13 11:31:02', null, '2025-04-08 11:34:42', null, 'Bipolar', 'LT1128', 'LT1128', 'Operational Amplifier', null, 'Analog Devices', '12/2002;7/25/03', 'NASA', null, null, '{\"T1202_LT1128.pdf\":\"/oss/physical/NASA/e6e9eb4ec4346140b3225fa1b457af41/T1202_LT1128.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e6e9eb4ec4346140b3225fa1b457af41/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/e6e9eb4ec4346140b3225fa1b457af41/NSREC03_W10.pdf\"}', 'LT1128,Operational Amplifier,Analog Devices,12/2002;7/25/03,T1202_LT1128.pdf;NSREC03_W10.pdf,SET,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('e7585345486e995b61a2d1c4520e5527', 'Crawler', '2024-11-13 12:05:00', 'xuebinrui', '2025-04-28 19:07:44', null, '放大器', 'OP497', 'OP497', 'Operational Amplifier', '1118A 13-041', 'Analog Devices', '7/11/1997; 2013Apr', 'NASA', '薛彬睿', '1', '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/data.xlsx\",\"PPM-97-028.pdf\":\"/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/PPM-97-028.pdf\",\"单粒子效应-副本_1745838462926.xlsx\":\"/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/单粒子效应-副本_1745838462926.xlsx\"}', 'OP497,Operational Amplifier,Analog Devices,7/11/1997; 2013Apr,tid/PPM-97-028.pdf;https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,TID,Operational Amplifier', '1'); INSERT INTO `nasa_data_record` VALUES ('e75fd817041e13a4728bf6acf4ff3375', 'Crawler', '2024-11-13 09:50:45', null, '2025-04-08 11:34:42', null, 'Sensitron', 'SHD3166', 'SHD3166', 'Diode', null, null, '10/21/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e75fd817041e13a4728bf6acf4ff3375/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e75fd817041e13a4728bf6acf4ff3375/PPM-99-045.pdf\"}', '343,5-100,SHD3166,Diode,Sensitron,SMEX/LITE,9706,PPM-97-047,10/21/97', null); INSERT INTO `nasa_data_record` VALUES ('e7a457232bf6a29f610e02632ab886ea', 'Crawler', '2024-11-13 12:02:35', 'xieyongzhi', '2025-05-03 19:04:50', null, '放大器', 'OP15', 'OP15', 'Operational Amplifier', null, 'AD', '4/23/1998', 'NASA', '谢永智', '2', '{\"data(6)_1745983957424.xlsx\":\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/data(6)_1745983957424.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/nsrec00_W21.pdf\",\"PPM-98-008.pdf\":\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/PPM-98-008.pdf\"}', 'OP15,Operational Amplifier,AD,4/23/1998,tid/PPM-98-008.pdf;nsrec00_W21.pdf,TID,Operational Amplifier', '128'); INSERT INTO `nasa_data_record` VALUES ('e7a4a065042ef38c9c7c07aeb148f889', 'Crawler', '2024-11-13 09:50:41', null, '2025-04-08 11:34:42', null, 'AD', 'AD667', 'AD667', 'A/D Converter', null, null, '11/19/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e7a4a065042ef38c9c7c07aeb148f889/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e7a4a065042ef38c9c7c07aeb148f889/PPM-99-045.pdf\"}', '346,2.5-50,AD667,A/D Converter,AD,SMEX/LITE,9641,PPM-97-050,11/19/97', null); INSERT INTO `nasa_data_record` VALUES ('e7bf855781a356cb8ec44fcb686e366a', 'Crawler', '2024-11-13 00:47:30', null, '2025-04-08 11:34:42', null, 'ESCC 25100', 'K4B4G0846B-HCH9, H5TQ4G83MFR-H9C, MT41J512M8RH-093:E', 'K4B4G0846B-HCH9, H5TQ4G83MFR-H9C, MT41J512M8RH-093:E', '4-Gbit DDR3 SDRAM', '29 MEMORY OTHERS', 'Samsung K4B4G0846B-HCH9, Hynix H5TQ4G83MFR-H9C, Micron MT41J512M8RH-093:E', '24/11/2014', 'ESA', null, null, '{\"19_tn_rad_14_8_report_ddr3_see_protons_r2244 (3).pdf\":\"/oss/physical/ESA/e7bf855781a356cb8ec44fcb686e366a/19_tn_rad_14_8_report_ddr3_see_protons_r2244 (3).pdf\",\"data.xlsx\":\"/oss/physical/ESA/e7bf855781a356cb8ec44fcb686e366a/data.xlsx\"}', '164,K4B4G0846B-HCH9, H5TQ4G83MFR-H9C, MT41J512M8RH-093:E,Samsung K4B4G0846B-HCH9, Hynix H5TQ4G83MFR-H9C, Micron MT41J512M8RH-093:E,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,4-Gbit DDR3 SDRAM,,IDA,24/11/2014,False', null); INSERT INTO `nasa_data_record` VALUES ('e7d3f3b63b699a73ea8fb486d5c121df', 'Crawler', '2024-11-13 09:58:39', null, '2025-04-08 11:34:42', null, 'Harris Corp', 'HI1-506A', 'HI1-506A', '16-Analog MUX', null, null, '04/23/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e7d3f3b63b699a73ea8fb486d5c121df/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e7d3f3b63b699a73ea8fb486d5c121df/PPM-99-045.pdf\"}', '29,1-4,HI1-506A,16-Analog MUX,Harris Corp,TIROS/BASG,8825,Rad-91-6,04/23/91', null); INSERT INTO `nasa_data_record` VALUES ('e7dc700bd149c4e0fca06f39632c8ebf', 'Crawler', '2024-11-13 00:46:18', null, '2025-04-08 11:34:42', null, 'Not specified', 'IS9-2100ARH', 'IS9-2100ARH', 'Rad Hard High Frequency Half Bridge Driver', '69 LINEAR OTHER FUNCTIONS', 'Intersil', '20/01/2012', 'ESA', null, null, '{\"158.pdf\":\"/oss/physical/ESA/e7dc700bd149c4e0fca06f39632c8ebf/158.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e7dc700bd149c4e0fca06f39632c8ebf/data.xlsx\"}', '158,IS9-2100ARH,Intersil,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,69 LINEAR OTHER FUNCTIONS,Rad Hard High Frequency Half Bridge Driver,,Hirex,20/01/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('e7eab2d9ba000569cf348079a9c01cf5', 'Crawler', '2024-11-13 11:23:05', null, '2025-04-08 11:34:42', null, 'Voltage Regulator', 'LM117HVK', 'LM117HVK', 'Voltage Regulator', null, 'National Semiconductor', '7/15/1998;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/e7eab2d9ba000569cf348079a9c01cf5/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e7eab2d9ba000569cf348079a9c01cf5/data.xlsx\",\"PPM-98-021.pdf\":\"/oss/physical/NASA/e7eab2d9ba000569cf348079a9c01cf5/PPM-98-021.pdf\"}', 'LM117HVK,Voltage Regulator,National Semiconductor,7/15/1998;1999,tid/PPM-98-021.pdf;nsrec00_W21.pdf,TID,Voltage Regulator', null); INSERT INTO `nasa_data_record` VALUES ('e7f970d192833dcdb18473f23edc805f', 'Crawler', '2024-11-13 13:12:29', 'liumingyu', '2025-04-16 00:24:37', null, '28nm planar', 'XC7K325T-1FBG900 Kintex K7', 'XC7K325T-1FBG900 Kintex K7', 'FPGA', 'xx', 'Xilinx', '2016Oct-Nov', 'NASA', '刘明宇', '1', '{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/e7f970d192833dcdb18473f23edc805f/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"1100%20-%20ETW_BERG_FPGA_SEU_TESTING_2017_EDAA.pdf\":\"/oss/physical/NASA/e7f970d192833dcdb18473f23edc805f/1100%20-%20ETW_BERG_FPGA_SEU_TESTING_2017_EDAA.pdf\",\"NEPP-CP-2017-Berg-SEE-MAPLD-FPGA-Presentation-TN42793.pdf\":\"/oss/physical/NASA/e7f970d192833dcdb18473f23edc805f/NEPP-CP-2017-Berg-SEE-MAPLD-FPGA-Presentation-TN42793.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e7f970d192833dcdb18473f23edc805f/data.xlsx\",\"NEPP-CP-2016-Berg-Presentation-RADECS-TN35422.pdf\":\"/oss/physical/NASA/e7f970d192833dcdb18473f23edc805f/NEPP-CP-2016-Berg-Presentation-RADECS-TN35422.pdf\",\"NEPP-CP-2016-Berg-Paper-RADECS-Proc-TN35827.pdf\":\"/oss/physical/NASA/e7f970d192833dcdb18473f23edc805f/NEPP-CP-2016-Berg-Paper-RADECS-Proc-TN35827.pdf\",\"总剂量_1744724952265.xlsx\":\"/oss/physical/NASA/e7f970d192833dcdb18473f23edc805f/总剂量_1744724952265.xlsx\"}', 'XC7K325T-1FBG900 Kintex K7,FPGA,Xilinx,2016Oct-Nov,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/workshops/etw2017/talks/26-JUN-MON/1100%20-%20ETW_BERG_FPGA_SEU_TESTING_2017_EDAA.pdf;https://nepp.nasa.gov/files/28706/NEPP-CP-2017-Berg-SEE-MAPLD-FPGA-Presentation-TN42793.pdf;https://nepp.nasa.gov/files/28339/NEPP-CP-2016-Berg-Presentation-RADECS-TN35422.pdf;https://nepp.nasa.gov/files/28343/NEPP-CP-2016-Berg-Paper-RADECS-Proc-TN35827.pdf,SEU;SEL,28nm planar', '1'); INSERT INTO `nasa_data_record` VALUES ('e83fdc0500a22b87b99ef621a73c19b6', 'Crawler', '2024-11-13 12:05:24', 'xuebinrui', '2025-04-30 18:46:01', null, '接口电路', 'OP97', 'OP97', 'Op-amp', 'Bipolar', 'PMI', '7/29/1994;7/17/1995', 'NASA', '薛彬睿', '1', '{\"ieee95a.pdf\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/b072994.pdf\",\"OP97_1745833624381.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745833624381.xlsx\",\"OP97_1745835350417.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745835350417.xlsx\"}', 'OP97,Op-amp,PMI,7/29/1994;7/17/1995,b072994.pdf;ieee95a.pdf,SEE,Linear Device', '1'); INSERT INTO `nasa_data_record` VALUES ('e8430f44bd44e66d6ca1d49513cee3d7', 'Crawler', '2024-11-13 02:20:38', null, '2025-04-08 11:34:42', null, 'ESCC 25100', 'MT29F16G08', 'MT29F16G08', '16Gbit NAND Flash Memory', '29 MEMORY OTHERS', 'MICRON', '18/07/2016', 'ESA', null, null, '{\"352.pdf\":\"/oss/physical/ESA/e8430f44bd44e66d6ca1d49513cee3d7/352.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e8430f44bd44e66d6ca1d49513cee3d7/data.xlsx\"}', '352,MT29F16G08,MICRON,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,16Gbit NAND Flash Memory,,TRAD,18/07/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('e8456e1c7a621dc61b32ecbb9e0f5223', 'Crawler', '2024-11-13 02:25:28', null, '2025-04-08 11:34:42', null, 'ESCC 25100', 'MX30LF4G18AC - DC1444', 'MX30LF4G18AC - DC1444', 'NAND Flash Memory', '29 MEMORY OTHERS', 'Macronix', '04/09/2018', 'ESA', null, null, '{\"SEE_00656_02 proton MX30LF4G18AC Maconix final.pdf\":\"/oss/physical/ESA/e8456e1c7a621dc61b32ecbb9e0f5223/SEE_00656_02 proton MX30LF4G18AC Maconix final.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e8456e1c7a621dc61b32ecbb9e0f5223/data.xlsx\"}', '306,MX30LF4G18AC - DC1444,Macronix,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,NAND Flash Memory,CMOS,Hirex-Alter,04/09/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('e85ab68b9a470235c3f4ec88e4f2a542', 'Crawler', '2024-11-13 09:51:36', null, '2025-04-08 11:34:42', null, 'TI', 'TL7770-5', 'TL7770-5', 'Dual power supervisor', null, null, '', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e85ab68b9a470235c3f4ec88e4f2a542/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e85ab68b9a470235c3f4ec88e4f2a542/PPM-99-045.pdf\"}', '311,2.5-50,TL7770-5,Dual power supervisor,TI,MIDEX/MAP,9602,PPM-97-015,', null); INSERT INTO `nasa_data_record` VALUES ('e863d4fa059bfbfcdc7c16d9fa61c0c7', 'Crawler', '2024-11-13 00:52:45', null, '2025-04-08 11:34:42', null, 'ESCC 22900', 'IJW120R100T1', 'IJW120R100T1', 'Power MOSFET', '5 FET N CHANNEL', 'Infineon', '12/10/2018', 'ESA', null, null, '{\"D5-12 - TN5.12 - TID JFET IJW120RT100T1 - NEO-14-086_Report_25-2017_rev1.pdf\":\"/oss/physical/ESA/e863d4fa059bfbfcdc7c16d9fa61c0c7/D5-12 - TN5.12 - TID JFET IJW120RT100T1 - NEO-14-086_Report_25-2017_rev1.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e863d4fa059bfbfcdc7c16d9fa61c0c7/data.xlsx\"}', '185,IJW120R100T1,Infineon,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,5 FET N CHANNEL,Power MOSFET,,Fraunhofer Institut,12/10/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('e87baa798780e228cc7607ba1531d5b0', 'Crawler', '2024-11-13 11:22:19', null, '2025-04-08 11:34:42', null, 'Operational Amplifier', 'LM108A', 'LM108A', 'Operational Amplifier', null, 'National Semiconductor', '1/3/1994', 'NASA', null, null, '{\"PPM-94-001.pdf\":\"/oss/physical/NASA/e87baa798780e228cc7607ba1531d5b0/PPM-94-001.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e87baa798780e228cc7607ba1531d5b0/data.xlsx\"}', 'LM108A,Operational Amplifier,National Semiconductor,1/3/1994,tid/PPM-94-001.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('e8b2b7856ec48e69c00d1dd60076842c', 'Crawler', '2024-11-13 11:50:52', null, '2025-04-08 11:34:42', null, 'SiC VDMOS', 'MOSFET Engineering Samples', 'MOSFET Engineering Samples', 'MOSFET', null, 'GE', '6/13/2015; 11/21/2015; 2016Sept;2017Jun', 'NASA', null, null, '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/e8b2b7856ec48e69c00d1dd60076842c/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e8b2b7856ec48e69c00d1dd60076842c/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/e8b2b7856ec48e69c00d1dd60076842c/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/e8b2b7856ec48e69c00d1dd60076842c/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"}', 'MOSFET Engineering Samples,MOSFET,GE,6/13/2015; 11/21/2015; 2016Sept;2017Jun,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf,SEE,SiC VDMOS', null); INSERT INTO `nasa_data_record` VALUES ('e8d7b91c5d8361e5d51a971dad22443e', 'Crawler', '2024-11-13 12:49:40', 'chenwenzhuo', '2025-04-30 18:21:50', null, 'Memory', 'TC58FVM7B2ATG-65', 'TC58FVM7B2ATG-65', 'NOR Flash (128M)', null, 'Toshiba', '8/2006', 'NASA', '陈文卓', '1', '{\"data.xlsx\":\"/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/data.xlsx\",\"G06AUG_TC58FVM7B2ATG65_TID.pdf\":\"/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/G06AUG_TC58FVM7B2ATG65_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/nsrec07_W26_TID.pdf\",\"TIL25_1746008508852.xlsx\":\"/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/TIL25_1746008508852.xlsx\"}', 'TC58FVM7B2ATG-65,NOR Flash (128M),Toshiba,8/2006,G06AUG_TC58FVM7B2ATG65_TID.pdf;nsrec07_W26_TID.pdf,TID,Memory', '1'); INSERT INTO `nasa_data_record` VALUES ('e8df2642ffb0c6ea42c8249a8adad737', 'Crawler', '2024-11-13 12:26:14', 'liujunling', '2025-04-30 22:16:58', null, '二极管', 'RB205T-60', 'RB205T-60', 'Diode', null, 'Rohm Semiconductor', '6/30/2014', 'NASA', '刘俊灵', '1', '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/e8df2642ffb0c6ea42c8249a8adad737/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e8df2642ffb0c6ea42c8249a8adad737/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/e8df2642ffb0c6ea42c8249a8adad737/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/e8df2642ffb0c6ea42c8249a8adad737/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\",\"单粒子效应_1746022613199.xlsx\":\"/oss/physical/NASA/e8df2642ffb0c6ea42c8249a8adad737/单粒子效应_1746022613199.xlsx\"}', 'RB205T-60,Diode,Rohm Semiconductor,6/30/2014,https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27923/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '1'); INSERT INTO `nasa_data_record` VALUES ('e913d48fe87784f552c2a7397bcf070b', 'Crawler', '2024-11-13 09:56:15', null, '2025-04-08 11:34:42', null, 'SSDI', '2N5096', '2N5096', 'PNP Transistor', null, null, '01/23/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e913d48fe87784f552c2a7397bcf070b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/e913d48fe87784f552c2a7397bcf070b/PPM-99-045.pdf\"}', '114,10-100,2N5096,PNP Transistor,SSDI,ISTP/EPACT,9125,PPM-92-036,01/23/92', null); INSERT INTO `nasa_data_record` VALUES ('e92d43a6c7c63d1903b7ab06f0eaab5b', 'Crawler', '2024-11-13 10:41:40', null, '2025-04-08 11:34:42', null, 'BiFET', 'AD713S', 'AD713S', 'Quad Operational Amplifier', null, 'Analog Devices', '9/2007', 'NASA', null, null, '{\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/e92d43a6c7c63d1903b7ab06f0eaab5b/nsrec08_W2_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e92d43a6c7c63d1903b7ab06f0eaab5b/data.xlsx\",\"G07SEPT_AD713S_TID.pdf\":\"/oss/physical/NASA/e92d43a6c7c63d1903b7ab06f0eaab5b/G07SEPT_AD713S_TID.pdf\"}', 'AD713S,Quad Operational Amplifier,Analog Devices,9/2007,G07SEPT_AD713S_TID.pdf;nsrec08_W2_TID.pdf,TID,BiFET', null); INSERT INTO `nasa_data_record` VALUES ('e92d6724801774c89245b7a04e031f23', 'Crawler', '2024-11-13 02:14:15', null, '2025-04-08 11:34:42', null, 'ESCC 25100Laser testing', 'MAX4840AEXT+', 'MAX4840AEXT+', 'Overvoltage-Protection Controllers with Status FLAG', '90 OTHER FUNCTIONS', 'Maxim Integrated', '20/08/2024', 'ESA', null, null, '{\"405.pdf\":\"/oss/physical/ESA/e92d6724801774c89245b7a04e031f23/405.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e92d6724801774c89245b7a04e031f23/data.xlsx\"}', '405,MAX4840AEXT+,Maxim Integrated,Download,SEE (Single Events Effects),ESCC 25100Laser testing,8 MICROCIRCUITS,90 OTHER FUNCTIONS,Overvoltage-Protection Controllers with Status FLAG,,TRAD,20/08/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('e93eabc23ea7213e78ec34b2e4f848c7', 'Crawler', '2024-11-13 01:14:24', null, '2025-04-08 11:34:42', null, '', 'BC857', 'BC857', '100mA PNP Transistor', '2 LOW POWER, PNP (< 2WATTS)', 'Infineon', '06/01/2021', 'ESA', null, null, '{\"247.pdf\":\"/oss/physical/ESA/e93eabc23ea7213e78ec34b2e4f848c7/247.pdf\",\"data.xlsx\":\"/oss/physical/ESA/e93eabc23ea7213e78ec34b2e4f848c7/data.xlsx\"}', '247,BC857,Infineon,Download,TID (Total Ionising Dose),,12 TRANSISTORS,2 LOW POWER, PNP (< 2WATTS),100mA PNP Transistor,Bipolar,ESA-ESTEC TEC-QEC,06/01/2021,False', null); INSERT INTO `nasa_data_record` VALUES ('e951ae8881e6a34323b94ee98a76e28d', 'Crawler', '2024-11-13 11:30:47', null, '2025-04-08 11:34:42', null, 'Voltage Reference', 'LT1021-10', 'LT1021-10', 'Voltage Reference', null, 'Linear Technology', '4/20/1995', 'NASA', null, null, '{\"PPM-95-145.pdf\":\"/oss/physical/NASA/e951ae8881e6a34323b94ee98a76e28d/PPM-95-145.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e951ae8881e6a34323b94ee98a76e28d/data.xlsx\"}', 'LT1021-10,Voltage Reference,Linear Technology,4/20/1995,tid/PPM-95-145.pdf,TID,Voltage Reference', null); INSERT INTO `nasa_data_record` VALUES ('e95a2d8dec9e763f542f2530211dc024', 'Crawler', '2024-11-13 11:02:39', null, '2025-04-08 11:34:42', null, 'Optocoupler', 'FB00KBY', 'FB00KBY', 'Optocoupler', null, 'Teledyne', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/e95a2d8dec9e763f542f2530211dc024/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e95a2d8dec9e763f542f2530211dc024/data.xlsx\"}', 'FB00KBY,Optocoupler,Teledyne,5/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('e966c3ba9c34d838e441d055b2bdaa1e', 'Crawler', '2024-11-13 10:20:45', null, '2025-04-08 11:34:42', null, 'Optocoupler', '4N48', '4N48', 'Optocoupler', null, 'Optek', '3/1997;5/1997;3/19/1997;7/20/1998;1999', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/e966c3ba9c34d838e441d055b2bdaa1e/NSREC98.pdf\",\"d031997.pdf\":\"/oss/physical/NASA/e966c3ba9c34d838e441d055b2bdaa1e/d031997.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e966c3ba9c34d838e441d055b2bdaa1e/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/e966c3ba9c34d838e441d055b2bdaa1e/NSREC99.pdf\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/e966c3ba9c34d838e441d055b2bdaa1e/nsrec00_W22.pdf\"}', '4N48,Optocoupler,Optek,3/1997;5/1997;3/19/1997;7/20/1998;1999,nsrec00_W22.pdf;d031997.pdf;NSREC98.pdf;NSREC99.pdf,DD;SET;SEE;Proton Damage,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('e97bea6d70ed9cb29c6fb51ba0eb0e82', 'Crawler', '2024-11-13 10:48:48', null, '2025-04-08 11:34:42', null, 'DC-DC Converter', 'AFL12005SX/CH', 'AFL12005SX/CH', 'DC-DC Converter', null, 'Lambda Advanced Analog', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/e97bea6d70ed9cb29c6fb51ba0eb0e82/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e97bea6d70ed9cb29c6fb51ba0eb0e82/data.xlsx\",\"B080100a.pdf\":\"/oss/physical/NASA/e97bea6d70ed9cb29c6fb51ba0eb0e82/B080100a.pdf\"}', 'AFL12005SX/CH,DC-DC Converter,Lambda Advanced Analog,7/19/2001,B080100a.pdf;nsrec01_W15.pdf,SET,DC-DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('e9a7aa527b09aa316ee0727b4f18f35b', 'Crawler', '2024-11-13 11:59:02', 'huangkan', '2025-04-30 16:15:59', null, '数字集成电路', 'Mongoose I (R3000)', 'Mongoose I (R3000)', 'Microprocessor', null, 'LSI Logic', '3/3/1993;4/7/1993;7/18/1994', 'NASA', null, '1', '{\"nsrec94a.pdf\":\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/data.xlsx\",\"MongooseI(R3000)单粒子效应_1746000943972.xlsx\":\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/MongooseI(R3000)单粒子效应_1746000943972.xlsx\",\"40793.pdf\":\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/40793.pdf\"}', 'Mongoose I (R3000),Microprocessor,LSI Logic,3/3/1993;4/7/1993;7/18/1994,nsrec94a.pdf;40793.pdf,SEE,Microprocessors and Peripherals', '1'); INSERT INTO `nasa_data_record` VALUES ('e9a8155a02e1f7d21a02ac866d7503f6', 'Crawler', '2024-11-13 10:26:00', null, '2025-04-08 11:34:42', null, 'BiCMOS', '54LVTH16244', '54LVTH16244', 'Buffer', null, 'Texas Instruments', '01/31/2013', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/e9a8155a02e1f7d21a02ac866d7503f6/data.xlsx\",\"LBNL013113_54LVTH16244.pdf\":\"/oss/physical/NASA/e9a8155a02e1f7d21a02ac866d7503f6/LBNL013113_54LVTH16244.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/e9a8155a02e1f7d21a02ac866d7503f6/nsrec2013_W8_SEE.pdf\"}', '54LVTH16244,Buffer,Texas Instruments,01/31/2013,LBNL013113_54LVTH16244.pdf;nsrec2013_W8_SEE.pdf,SEE,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('e9fb1c57acb0f8bb2c39171d880a236d', 'Crawler', '2024-11-13 13:10:56', 'liumingyu', '2025-04-16 00:24:50', null, '65nm CMOS', 'XC5VLX30T-1FFG665GU', 'XC5VLX30T-1FFG665GU', 'Virtex V FPGA', null, 'Xilinx', '2009.8', 'NASA', '刘明宇', '3', '{\"单粒子效应-XC5VLX30T-1FFG665GU_1744729236882.xlsx\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/单粒子效应-XC5VLX30T-1FFG665GU_1744729236882.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/data.xlsx\",\"D062209_XCVLX30T_na.pdf\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/D062209_XCVLX30T_na.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/nsrec2010_W8_SEE.pdf\"}', 'XC5VLX30T-1FFG665GU,Virtex V FPGA,Xilinx,TAMU09SEPT;UCD09JUN;IU09AUG,D062209_XCVLX30T_na.pdf;nsrec2010_W8_SEE.pdf,SEE;SEL;SEU,65nm CMOS', '3'); INSERT INTO `nasa_data_record` VALUES ('e9fbcb09d5deecd87993c6b350fdad0e', 'Crawler', '2024-11-13 11:08:08', null, '2025-04-08 11:34:42', null, 'Fiber Optics', 'HFE4811', 'HFE4811', 'TTL Integrated Fiber Optic TX', null, 'Honeywell', '11/9/1990;12/15/1990;4/24/1991;5/20/1991;9/28/1991;5/18/1992', 'NASA', null, null, '{\"i052091.pdf\":\"/oss/physical/NASA/e9fbcb09d5deecd87993c6b350fdad0e/i052091.pdf\",\"b110990.pdf\":\"/oss/physical/NASA/e9fbcb09d5deecd87993c6b350fdad0e/b110990.pdf\",\"d051892.pdf\":\"/oss/physical/NASA/e9fbcb09d5deecd87993c6b350fdad0e/d051892.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e9fbcb09d5deecd87993c6b350fdad0e/data.xlsx\",\"092891.pdf\":\"/oss/physical/NASA/e9fbcb09d5deecd87993c6b350fdad0e/092891.pdf\",\"121590.pdf\":\"/oss/physical/NASA/e9fbcb09d5deecd87993c6b350fdad0e/121590.pdf\"}', 'HFE4811,TTL Integrated Fiber Optic TX,Honeywell,11/9/1990;12/15/1990;4/24/1991;5/20/1991;9/28/1991;5/18/1992,b110990.pdf;121590.pdf;i052091.pdf;42491.pdf;092891.pdf;d051892.pdf,SEE,Fiber Optics', null); INSERT INTO `nasa_data_record` VALUES ('ea2790e026d0c6bd0b2c6fad84987978', 'Crawler', '2024-11-13 09:51:59', null, '2025-04-08 11:34:42', null, 'Sprague', 'CLR 79', 'CLR 79', 'Capacitor', null, null, '08/09/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ea2790e026d0c6bd0b2c6fad84987978/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ea2790e026d0c6bd0b2c6fad84987978/PPM-99-045.pdf\"}', '295,100-1000,CLR 79,Capacitor,Sprague,GOES-K,-,PPM-96-008,08/09/96', null); INSERT INTO `nasa_data_record` VALUES ('ea6a2ffa542adc85054889d8ba61d27c', 'Crawler', '2024-11-13 09:53:39', null, '2025-04-08 11:34:42', null, 'ADI (PMI)', 'OP400AY', 'OP400AY', 'Op Amp (Quad)', null, null, '10/25/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ea6a2ffa542adc85054889d8ba61d27c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ea6a2ffa542adc85054889d8ba61d27c/PPM-99-045.pdf\"}', '228,2.5-50,OP400AY,Op Amp (Quad),ADI (PMI),HST/ADD,9415,PPM-94-037,10/25/94', null); INSERT INTO `nasa_data_record` VALUES ('ea7c636337d6a3595226af7972977936', 'Crawler', '2024-11-13 09:54:27', null, '2025-04-08 11:34:42', null, 'Honeywell', 'HX6464', 'HX6464', '64Kx1 SRAM', null, null, '06/18/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ea7c636337d6a3595226af7972977936/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ea7c636337d6a3595226af7972977936/PPM-99-045.pdf\"}', '193,50-1000,HX6464,64Kx1 SRAM,Honeywell,GPEP/PPL,9213,PPM-93-064,06/18/93', null); INSERT INTO `nasa_data_record` VALUES ('ea9cec756a5afb5f0260bf9e63e4bad6', 'Crawler', '2024-11-13 10:21:24', null, '2025-04-08 11:34:42', null, 'Optocoupler', '4N55', '4N55', 'Optocoupler', null, 'Micropac', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/ea9cec756a5afb5f0260bf9e63e4bad6/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ea9cec756a5afb5f0260bf9e63e4bad6/data.xlsx\"}', '4N55,Optocoupler,Micropac,5/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('eab9596dafdfd03e44b7f8d5f1e227a6', 'Crawler', '2024-11-13 11:35:12', null, '2025-04-08 11:34:42', null, 'CMOS', 'M470T2863FB3-CE6 (K4T1G084QF-BCE6)', 'M470T2863FB3-CE6 (K4T1G084QF-BCE6)', 'DDR2 SDRAM', null, 'Samsung', '9/10/2012', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/eab9596dafdfd03e44b7f8d5f1e227a6/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eab9596dafdfd03e44b7f8d5f1e227a6/data.xlsx\",\"12-036_20120910_NRL20140114_DDR2.pdf\":\"/oss/physical/NASA/eab9596dafdfd03e44b7f8d5f1e227a6/12-036_20120910_NRL20140114_DDR2.pdf\"}', 'M470T2863FB3-CE6 (K4T1G084QF-BCE6),DDR2 SDRAM,Samsung,9/10/2012,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;12-036_20120910_NRL20140114_DDR2.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('eafbcb3307971357d5b235ea86b62b95', 'Crawler', '2024-11-13 11:30:25', null, '2025-04-08 11:34:42', null, 'Voltage Driver (MEMS)', 'LSP2916', 'LSP2916', '16 Channel High Voltage Driver', null, 'Agere', '12/20/2001;7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/eafbcb3307971357d5b235ea86b62b95/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eafbcb3307971357d5b235ea86b62b95/data.xlsx\",\"B122001_LSP2916.pdf\":\"/oss/physical/NASA/eafbcb3307971357d5b235ea86b62b95/B122001_LSP2916.pdf\"}', 'LSP2916,16 Channel High Voltage Driver,Agere,12/20/2001;7/19/2002,B122001_LSP2916.pdf;NSREC02_W16.pdf,SEE,Voltage Driver (MEMS)', null); INSERT INTO `nasa_data_record` VALUES ('eb0f9b12f8ee57f855e6477756851427', 'Crawler', '2024-11-13 11:56:39', 'dushuaibin', '2025-04-29 22:26:45', null, '电源变换器', 'Converter', 'MTR2805SF', 'DC-DC Converter', 'XX', 'Interpoint', '1998.06.23-1998.11.21', 'NASA', '杜帅彬', '1', '{\"B112198d.pdf\":\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/B112198d.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/NSREC99.pdf\",\"单粒子效应_1745936803951.xlsx\":\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/单粒子效应_1745936803951.xlsx\"}', 'MTR2805SF,DC-DC Converter,Interpoint,6/23/1998;11/21/1998,NSREC99.pdf;B112198d.pdf,SEE;SEL,Converter', '1'); INSERT INTO `nasa_data_record` VALUES ('eb361f3d79d0f8b9efe7b6f531db527a', 'Crawler', '2024-11-13 00:12:57', null, '2025-04-08 11:34:42', null, 'ESCC 25100', 'Virtex-5', 'Virtex-5', '', '30 PROGRAMMABLE LOGIC', 'Xilinx', '20/06/2018', 'ESA', null, null, '{\"GR-SEECOO1-TRP-0001-1-0_Virtex5_SEE_Test_report(20180620).pdf\":\"/oss/physical/ESA/eb361f3d79d0f8b9efe7b6f531db527a/GR-SEECOO1-TRP-0001-1-0_Virtex5_SEE_Test_report(20180620).pdf\",\"data.xlsx\":\"/oss/physical/ESA/eb361f3d79d0f8b9efe7b6f531db527a/data.xlsx\"}', '63,Virtex-5,Xilinx,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,30 PROGRAMMABLE LOGIC,,CMOS,Cobham,20/06/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('eb6ac0ad5cb03eecbb21843d8ce1660e', 'Crawler', '2024-11-13 11:58:41', 'huangkan', '2025-04-30 18:00:53', null, '光电子器件', 'Mii4N49', 'Mii4N49', 'Optocoupler', '9803,9818', 'Micropac', '5/1/2001', 'NASA', null, '3', '{\"D050101_4N49.pdf\":\"/oss/physical/NASA/eb6ac0ad5cb03eecbb21843d8ce1660e/D050101_4N49.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eb6ac0ad5cb03eecbb21843d8ce1660e/data.xlsx\",\"Mii4N49位移损伤效应_1746007252630.xlsx\":\"/oss/physical/NASA/eb6ac0ad5cb03eecbb21843d8ce1660e/Mii4N49位移损伤效应_1746007252630.xlsx\"}', 'Mii4N49,Optocoupler,Micropac,5/1/2001,D050101_4N49.pdf,DD,Optocoupler', '3'); INSERT INTO `nasa_data_record` VALUES ('eb8e8a90468110e99f9706e78c767170', 'Crawler', '2024-11-13 13:01:19', 'likunfang', '2025-04-15 22:43:01', null, 'IP Serial Driver', 'Unknown', 'Unknown - IP Serial Driver', 'IP Serial Driver', 'Unknown', 'Greenspring', '6/1/1998', 'NASA', '李坤芳', '1', '{\"NSREC99.pdf\":\"/oss/physical/NASA/eb8e8a90468110e99f9706e78c767170/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eb8e8a90468110e99f9706e78c767170/data.xlsx\",\"单粒子效应_1744728178616.xlsx\":\"/oss/physical/NASA/eb8e8a90468110e99f9706e78c767170/单粒子效应_1744728178616.xlsx\"}', 'Unknown - IP Serial Driver,IP Serial Driver,Greenspring,6/1/1998,NSREC99.pdf,SEE,Board', '1'); INSERT INTO `nasa_data_record` VALUES ('eb8f87b4709f5a74ff537d21c00cc9e0', 'Crawler', '2024-11-13 10:43:20', null, '2025-04-08 11:34:42', null, 'ADC', 'AD7854', 'AD7854', 'ADC', null, 'Analog Devices', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/eb8f87b4709f5a74ff537d21c00cc9e0/nsrec01_W15.pdf\",\"B092500a.pdf\":\"/oss/physical/NASA/eb8f87b4709f5a74ff537d21c00cc9e0/B092500a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eb8f87b4709f5a74ff537d21c00cc9e0/data.xlsx\"}', 'AD7854,ADC,Analog Devices,7/19/2001,B092500a.pdf;nsrec01_W15.pdf,SEL,ADC', null); INSERT INTO `nasa_data_record` VALUES ('eba2a5c43436edb6f01cde066b2ae3fc', 'Crawler', '2024-11-13 12:00:34', 'huangkan', '2025-04-30 11:39:37', null, '二极管', 'OD800', 'OD800', 'LED', 'N/A', 'Optodiode', '12/2/1999;7/19/2001', 'NASA', null, '7', '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\",\"D080700.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\",\"data_1745913833517.xlsx\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\",\"位移损伤效应_1745984376259.xlsx\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/位移损伤效应_1745984376259.xlsx\"}', 'OD800,LED,Optodiode,12/2/1999;7/19/2001,nsrec00_W21.pdf;D080700.pdf;nsrec01_W15.pdf,DD,Optoelectronic', '7'); INSERT INTO `nasa_data_record` VALUES ('ebaa354b9cae2131b539af4a3733d6ff', 'Crawler', '2024-11-13 10:16:52', null, '2025-04-08 11:34:42', null, 'Bipolar', '2N3811UX', '2N3811UX', 'NPN Transistor', null, 'Semicoa', '4/1/2014;2015', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/ebaa354b9cae2131b539af4a3733d6ff/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ebaa354b9cae2131b539af4a3733d6ff/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/ebaa354b9cae2131b539af4a3733d6ff/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', '2N3811UX,NPN Transistor,Semicoa,4/1/2014;2015,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('ebe2d466dbb9e963d1ba3330e4255acb', 'Crawler', '2024-11-13 11:32:25', null, '2025-04-08 11:34:42', null, 'CMOS', 'LTC2054HV', 'LTC2054HV', 'Operational Amplifier', null, 'Linear Technology', '11/1/2010;7/27/2021', 'NASA', null, null, '{\"2021-Phan-Joplin-TR-21-022-LTC2054-LDR-TID-2021July27-Nov22-NASA-TM-20210025882.pdf\":\"/oss/physical/NASA/ebe2d466dbb9e963d1ba3330e4255acb/2021-Phan-Joplin-TR-21-022-LTC2054-LDR-TID-2021July27-Nov22-NASA-TM-20210025882.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/ebe2d466dbb9e963d1ba3330e4255acb/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ebe2d466dbb9e963d1ba3330e4255acb/data.xlsx\",\"T110910_LTC2054HV.pdf\":\"/oss/physical/NASA/ebe2d466dbb9e963d1ba3330e4255acb/T110910_LTC2054HV.pdf\"}', 'LTC2054HV,Operational Amplifier,Linear Technology,11/1/2010;7/27/2021,T110910_LTC2054HV.pdf;nsrec2011_W6_SEE.pdf;2021-Phan-Joplin-TR-21-022-LTC2054-LDR-TID-2021July27-Nov22-NASA-TM-20210025882.pdf,SEE;SEL;TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('ebfe3034eff88f264119f34ca34deabc', 'Crawler', '2024-11-13 01:15:28', null, '2025-04-08 11:34:42', null, '', 'BC817', 'BC817', '500mA NPN Transistor', '1 LOW POWER, NPN (< 2WATTS)', 'Infineon', '06/01/2021', 'ESA', null, null, '{\"252.pdf\":\"/oss/physical/ESA/ebfe3034eff88f264119f34ca34deabc/252.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ebfe3034eff88f264119f34ca34deabc/data.xlsx\"}', '252,BC817,Infineon,Download,TID (Total Ionising Dose),,12 TRANSISTORS,1 LOW POWER, NPN (< 2WATTS),500mA NPN Transistor,Bipolar,ESA-ESTEC TEC-QEC,06/01/2021,False', null); INSERT INTO `nasa_data_record` VALUES ('ebff0f4b5db1e35b1d6bf30eabd8069c', 'Crawler', '2024-11-13 12:46:42', 'chenpan', '2025-04-30 21:57:42', null, 'p-type Trench Power MOSFET', 'Si7431DP', 'Si7431DP', '200 V p-type Power MOSFET', 'ZZ W54B ,AB W08B', 'Vishay Intertechnology', '23 January 2011-28 March 2011', 'NASA', '陈攀', '10', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/data.xlsx\",\"LBNL012100_LBNL032811_Si7431DP.pdf\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/LBNL012100_LBNL032811_Si7431DP.pdf\",\"Si7431DP_SEE_1746021459505.xlsx\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/Si7431DP_SEE_1746021459505.xlsx\"}', 'Si7431DP,200 V p-type Power MOSFET,Vishay Intertechnology,LBNL11JAN;LBNL11MAR,LBNL012100_LBNL032811_Si7431DP.pdf;nsrec2011_W6_SEE.pdf,SEE;SEGR,Trench', '20'); INSERT INTO `nasa_data_record` VALUES ('ec05b27c9851be88ee3429db4a333d3e', 'Crawler', '2024-11-13 10:55:29', null, '2025-04-08 11:34:42', null, 'Optical Fiber', 'CF04406-01', 'CF04406-01', 'Optical Fiber', null, 'OFS', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/ec05b27c9851be88ee3429db4a333d3e/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ec05b27c9851be88ee3429db4a333d3e/data.xlsx\"}', 'CF04406-01,Optical Fiber,OFS,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('ec0ada4c539fc791433b4080038d73bc', 'Crawler', '2024-11-13 02:23:57', null, '2025-04-08 11:34:42', null, 'ESCC 25100', 'AD8021', 'AD8021', 'Low Noise, High Speed Amplifier for 16-Bit Systems', '50 LINEAR OPERATIONAL AMPLIFIER', 'Analog Devices', '27/03/2018', 'ESA', null, null, '{\"323.pdf\":\"/oss/physical/ESA/ec0ada4c539fc791433b4080038d73bc/323.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ec0ada4c539fc791433b4080038d73bc/data.xlsx\"}', '323,AD8021,Analog Devices,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,50 LINEAR OPERATIONAL AMPLIFIER,Low Noise, High Speed Amplifier for 16-Bit Systems,CMOS,Hirex-Alter,27/03/2018,False', null); INSERT INTO `nasa_data_record` VALUES ('ec119d7bf09d2cea6ac8f45a6c15a04c', 'Crawler', '2024-11-13 10:51:16', null, '2025-04-08 11:34:42', null, 'Programmable Devices', 'AT22V10 EEPLD', 'AT22V10 EEPLD', 'EEPLD', null, 'Atmel', '8/26/2006', 'NASA', null, null, '{\"T082606_ATF22V10.pdf\":\"/oss/physical/NASA/ec119d7bf09d2cea6ac8f45a6c15a04c/T082606_ATF22V10.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ec119d7bf09d2cea6ac8f45a6c15a04c/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/ec119d7bf09d2cea6ac8f45a6c15a04c/nsrec07_W26_TID.pdf\"}', 'AT22V10 EEPLD,EEPLD,Atmel,8/26/2006,T082606_ATF22V10.pdf;nsrec07_W26_TID.pdf,TID,Programmable Devices', null); INSERT INTO `nasa_data_record` VALUES ('ec3b6d56db39bb4cd455fa855f2a757a', 'Crawler', '2024-11-13 02:15:20', null, '2025-04-08 11:34:42', null, 'Not specified', 'L6982', 'L6982', 'Buck Converter', '54 LINEAR SWITCHING REGULATOR', 'ST Microelectronics', '21/02/2024', 'ESA', null, null, '{\"L6982 TID Test Report_v01.pdf\":\"/oss/physical/ESA/ec3b6d56db39bb4cd455fa855f2a757a/L6982 TID Test Report_v01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ec3b6d56db39bb4cd455fa855f2a757a/data.xlsx\"}', '394,L6982,ST Microelectronics,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,54 LINEAR SWITCHING REGULATOR,Buck Converter,,ESA-ESTEC TEC-QEC,21/02/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('ecbe0cc351e29275ffce02acef8c8d50', 'Crawler', '2024-11-13 11:37:24', null, '2025-04-08 11:34:42', null, 'Bipolar', 'MAX494', 'MAX494', 'Quad Operational Amplifier', null, 'Maxim', '6/15/1998;1998-1999;1999;3/28/2003;6/22/2004', 'NASA', null, null, '{\"PPM-98-018.pdf\":\"/oss/physical/NASA/ecbe0cc351e29275ffce02acef8c8d50/PPM-98-018.pdf\",\"NSREC99.pdf\":\"/oss/physical/NASA/ecbe0cc351e29275ffce02acef8c8d50/NSREC99.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/ecbe0cc351e29275ffce02acef8c8d50/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ecbe0cc351e29275ffce02acef8c8d50/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/ecbe0cc351e29275ffce02acef8c8d50/nsrec04_SEE.pdf\",\"T032803_MAX494.pdf\":\"/oss/physical/NASA/ecbe0cc351e29275ffce02acef8c8d50/T032803_MAX494.pdf\"}', 'MAX494,Quad Operational Amplifier,Maxim,6/15/1998;1998-1999;1999;3/28/2003;6/22/2004,tid/PPM-98-018.pdf;NSREC99.pdf;nsrec00_W21.pdf;T032803_MAX494.pdf;nsrec04_SEE.pdf,TID;SEE,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('ecc29e9fc055c261e53d80c1b37246e3', 'Crawler', '2024-11-13 11:13:48', null, '2025-04-08 11:34:42', null, 'DAC', 'IL710', 'IL710', 'DAC', null, 'Non Volatile Electronics', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/ecc29e9fc055c261e53d80c1b37246e3/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ecc29e9fc055c261e53d80c1b37246e3/data.xlsx\",\"B092600.pdf\":\"/oss/physical/NASA/ecc29e9fc055c261e53d80c1b37246e3/B092600.pdf\"}', 'IL710,DAC,Non Volatile Electronics,7/19/2001,B092600.pdf;nsrec01_W15.pdf,SEL;SET,DAC', null); INSERT INTO `nasa_data_record` VALUES ('ecc35a742f60b4967df2503b3002e708', 'Crawler', '2024-11-13 09:55:24', null, '2025-04-08 11:34:42', null, 'ADI', 'AD7828UQ/883B', 'AD7828UQ/883B', '8-bit ADC', null, null, '06/17/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ecc35a742f60b4967df2503b3002e708/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ecc35a742f60b4967df2503b3002e708/PPM-99-045.pdf\"}', '151,5-20,AD7828UQ/883B,8-bit ADC,ADI,GGS/WIND,8918,PPM-92-190,06/17/92', null); INSERT INTO `nasa_data_record` VALUES ('ecff8ffcda7ca21b6c93b34f8f2ca9cc', 'Crawler', '2024-11-13 12:44:51', 'chenpan', '2025-04-30 22:10:46', null, 'Analog Switch', 'SW06', 'SW06', 'Analog Switch', '0202', 'Analog Devices', '11/2005', 'NASA', '陈攀', '1', '{\"G05NOV_SW06_TID.pdf\":\"/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/G05NOV_SW06_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/data.xlsx\",\"SW06_TID_1746022240526.xlsx\":\"/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/SW06_TID_1746022240526.xlsx\"}', 'SW06,Analog Switch,Analog Devices,11/2005,G05NOV_SW06_TID.pdf;nsrec06_W2.pdf,TID,Analog Switch', '4'); INSERT INTO `nasa_data_record` VALUES ('ed16efba35fbd1c8f02e00d5fed786a1', 'Crawler', '2024-11-13 02:24:13', null, '2025-04-08 11:34:43', null, 'ESCC 25100', 'TC58NVG2S0HTAI0 - DC1509', 'TC58NVG2S0HTAI0 - DC1509', 'NAND Flash Memory', '29 MEMORY OTHERS', 'Toshiba', '19/07/2017', 'ESA', null, null, '{\"SEE_00613_01 Toshiba.pdf\":\"/oss/physical/ESA/ed16efba35fbd1c8f02e00d5fed786a1/SEE_00613_01 Toshiba.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ed16efba35fbd1c8f02e00d5fed786a1/data.xlsx\"}', '320,TC58NVG2S0HTAI0 - DC1509,Toshiba,Download,SEE (Single Events Effects),ESCC 25100,8 MICROCIRCUITS,29 MEMORY OTHERS,NAND Flash Memory,CMOS,Hirex-Alter,19/07/2017,False', null); INSERT INTO `nasa_data_record` VALUES ('ed2c7d16580a0977605f4c15f092ca94', 'Crawler', '2024-11-13 10:25:07', null, '2025-04-08 11:34:43', null, 'Latch', '54ACTQ373', '54ACTQ373', 'Octal Latch', null, 'National Semiconductor', '12/6/1991', 'NASA', null, null, '{\"PPM-91-713.pdf\":\"/oss/physical/NASA/ed2c7d16580a0977605f4c15f092ca94/PPM-91-713.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ed2c7d16580a0977605f4c15f092ca94/data.xlsx\"}', '54ACTQ373,Octal Latch,National Semiconductor,12/6/1991,tid/PPM-91-713.pdf,TID,Latch', null); INSERT INTO `nasa_data_record` VALUES ('ed4d1c26818025be69c55808545ae1f8', 'Crawler', '2024-11-13 12:35:12', 'sunjiacheng', '2025-04-30 16:54:11', null, '二极管', 'SBL8L40', 'SBL8L40', 'Diode', null, 'Vishay', '8/18/2015', 'NASA', '孙家诚', '1', '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/ed4d1c26818025be69c55808545ae1f8/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ed4d1c26818025be69c55808545ae1f8/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/ed4d1c26818025be69c55808545ae1f8/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"单粒子效应NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142_1746003249684.xlsx\":\"/oss/physical/NASA/ed4d1c26818025be69c55808545ae1f8/单粒子效应NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142_1746003249684.xlsx\"}', 'SBL8L40,Diode,Vishay,8/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '3'); INSERT INTO `nasa_data_record` VALUES ('ed6294ac46e83ab475692fd6b0b23ef7', 'Crawler', '2024-11-13 09:48:48', null, '2025-04-08 11:34:43', null, 'AD', 'AD7535', 'AD7535', '14 Bit DAC', null, null, '09/03/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ed6294ac46e83ab475692fd6b0b23ef7/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ed6294ac46e83ab475692fd6b0b23ef7/PPM-99-045.pdf\"}', '413,10-25,AD7535,14 Bit DAC,AD,GLAS,9812,PPM-99-027,09/03/99', null); INSERT INTO `nasa_data_record` VALUES ('ed8084f83329c78a06feb91047868d99', 'Crawler', '2024-11-13 10:14:52', null, '2025-04-08 11:34:43', null, 'Bipolar', '2N2369', '2N2369', 'NPN Transistor', null, 'Semicoa', '12/12/2011; 2013; 6/24/2014-to-2/23/2015', 'NASA', null, null, '{\"nsrec2013_W6_TID.pdf\":\"/oss/physical/NASA/ed8084f83329c78a06feb91047868d99/nsrec2013_W6_TID.pdf\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/ed8084f83329c78a06feb91047868d99/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/ed8084f83329c78a06feb91047868d99/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ed8084f83329c78a06feb91047868d99/data.xlsx\",\"nsrec2012_W6_TID.pdf\":\"/oss/physical/NASA/ed8084f83329c78a06feb91047868d99/nsrec2012_W6_TID.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/ed8084f83329c78a06feb91047868d99/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', '2N2369,NPN Transistor,Semicoa,12/12/2011; 2013; 6/24/2014-to-2/23/2015,http://radhome.gsfc.nasa.gov/radhome/papers/nsrec2012_W6_TID.pdf;https://nepp.nasa.gov/files/24934/nsrec2013_W6_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('ed941e5863080793498a4b4bff081156', 'Crawler', '2024-11-13 11:06:36', null, '2025-04-08 11:34:43', null, 'Optocoupler', 'HCPL-6751', 'HCPL-6751', 'Power MOSFET Optocouplers', null, 'Agilent Technologies', '10/25/2006;11/16/2006;11/20/2006', 'NASA', null, null, '{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/ed941e5863080793498a4b4bff081156/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ed941e5863080793498a4b4bff081156/data.xlsx\",\"I112006_HCPL6751.pdf\":\"/oss/physical/NASA/ed941e5863080793498a4b4bff081156/I112006_HCPL6751.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/ed941e5863080793498a4b4bff081156/nsrec07_W26_TID.pdf\",\"D102506_HCPL6751.pdf\":\"/oss/physical/NASA/ed941e5863080793498a4b4bff081156/D102506_HCPL6751.pdf\"}', 'HCPL-6751,Power MOSFET Optocouplers,Agilent Technologies,10/25/2006;11/16/2006;11/20/2006,D102506_HCPL6751.pdf;nsrec07_W27_SEE.pdf;I112006_HCPL6751.pdf;nsrec07_W26_TID.pdf,SEE;DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('ed9a0eff3c95208a5d58ee4d8a08d05b', 'Crawler', '2024-11-13 12:35:29', 'sunjiacheng', '2025-04-30 16:16:36', null, '二极管', 'SBR160S23', 'SBR160S23', 'Super Barrier Diode', 'A8', 'Diodes, Inc.', '2016NovLBNL', 'NASA', '孙家诚', '1', '{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/ed9a0eff3c95208a5d58ee4d8a08d05b/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ed9a0eff3c95208a5d58ee4d8a08d05b/data.xlsx\",\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746000994523.xlsx\":\"/oss/physical/NASA/ed9a0eff3c95208a5d58ee4d8a08d05b/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746000994523.xlsx\"}', 'SBR160S23,Super Barrier Diode,Diodes, Inc.,2016NovLBNL,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf,SEE,Si', '3'); INSERT INTO `nasa_data_record` VALUES ('ed9ce287673d94760fa3c2323b326c28', 'Crawler', '2024-11-13 12:00:02', 'huangkan', '2025-04-29 17:43:17', null, '二极管', 'NSPW500DS', 'NSPW500DS', 'LED', null, 'Nichia', '2/1/2015', 'NASA', null, '1', '{\"data.xlsx\":\"/oss/physical/NASA/ed9ce287673d94760fa3c2323b326c28/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/ed9ce287673d94760fa3c2323b326c28/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"位移损伤效应_1745919796412.xlsx\":\"/oss/physical/NASA/ed9ce287673d94760fa3c2323b326c28/位移损伤效应_1745919796412.xlsx\"}', 'NSPW500DS,LED,Nichia,2/1/2015,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf,TID,GaN', '1'); INSERT INTO `nasa_data_record` VALUES ('edbb1aa39a60d1e7a15cdc32d3b508a6', 'Crawler', '2024-11-13 11:10:25', null, '2025-04-08 11:34:43', null, 'Hybrid', 'HMP1-155TRX', 'HMP1-155TRX', 'Fiber Optic Transceiver', null, 'Space Photonics Inc (SPI)', 'TAMU08JUN;UCD08JAN', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/edbb1aa39a60d1e7a15cdc32d3b508a6/data.xlsx\",\"D012808_T061808_HMP155TRX.pdf\":\"/oss/physical/NASA/edbb1aa39a60d1e7a15cdc32d3b508a6/D012808_T061808_HMP155TRX.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/edbb1aa39a60d1e7a15cdc32d3b508a6/nsrec09_W12_SEE.pdf\"}', 'HMP1-155TRX,Fiber Optic Transceiver,Space Photonics Inc (SPI),TAMU08JUN;UCD08JAN,D012808_T061808_HMP155TRX.pdf;nsrec09_W12_SEE.pdf,SEE,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('edc38d6808ba692db746c7f0d3df62f5', 'Crawler', '2024-11-13 09:52:05', null, '2025-04-08 11:34:43', null, 'Interpoint', 'MHF2812D\r\r\nMHF2805S', 'MHF2812D\r\r\nMHF2805S', 'DC/DC Conv.', null, null, '04/08/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/edc38d6808ba692db746c7f0d3df62f5/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/edc38d6808ba692db746c7f0d3df62f5/PPM-99-045.pdf\"}', '291,2.5-50,MHF2812D\r\r\nMHF2805S,DC/DC Conv.,Interpoint,CASSINI/CIRS,9603,PPM-96-004,04/08/96', null); INSERT INTO `nasa_data_record` VALUES ('ee100bfc5c42ce97c7770ff3ba311e67', 'Crawler', '2024-11-13 10:30:08', null, '2025-04-08 11:34:43', null, 'ADC', '7809', '7809', '16-bit ADC', null, 'Maxwell', '7/2005', 'NASA', null, null, '{\"NRL05JUL_7809.pdf\":\"/oss/physical/NASA/ee100bfc5c42ce97c7770ff3ba311e67/NRL05JUL_7809.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee100bfc5c42ce97c7770ff3ba311e67/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/ee100bfc5c42ce97c7770ff3ba311e67/nsrec06_W4.pdf\"}', '7809,16-bit ADC,Maxwell,7/2005,NRL05JUL_7809.pdf;nsrec06_W4.pdf,SEL,ADC', null); INSERT INTO `nasa_data_record` VALUES ('ee123b3e91615da0ad1e4e29d5eb446b', 'Crawler', '2024-11-13 10:31:34', null, '2025-04-08 11:34:43', null, 'RAM (Random Access Memory)', '8116400-60PJ', '8116400-60PJ', '4Mx4 DRAM', null, 'Fujitsu', '5/4/1994;5/24/1994;7/17/1995;9/11/1997', 'NASA', null, null, '{\"DRAM296.pdf\":\"/oss/physical/NASA/ee123b3e91615da0ad1e4e29d5eb446b/DRAM296.pdf\",\"b050494.pdf\":\"/oss/physical/NASA/ee123b3e91615da0ad1e4e29d5eb446b/b050494.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/ee123b3e91615da0ad1e4e29d5eb446b/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee123b3e91615da0ad1e4e29d5eb446b/data.xlsx\",\"d052494.pdf\":\"/oss/physical/NASA/ee123b3e91615da0ad1e4e29d5eb446b/d052494.pdf\"}', '8116400-60PJ,4Mx4 DRAM,Fujitsu,5/4/1994;5/24/1994;7/17/1995;9/11/1997,b050494.pdf;d052494.pdf;ieee95a.pdf;DRAM296.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('ee162dcdfb4582b0a6014769ab7a6964', 'Crawler', '2024-11-13 01:21:05', null, '2025-04-08 11:34:43', null, '', 'LM4040', 'LM4040', '2.5V Bandgap Voltage Reference', '52 LINEAR VOLTAGE REGULATOR', 'Texas Instrument, Maxim Integrated, Diodes Incorporated', '18/08/2022', 'ESA', null, null, '{\"288.pdf\":\"/oss/physical/ESA/ee162dcdfb4582b0a6014769ab7a6964/288.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ee162dcdfb4582b0a6014769ab7a6964/data.xlsx\"}', '288,LM4040,Texas Instrument, Maxim Integrated, Diodes Incorporated,Download,TID (Total Ionising Dose),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,2.5V Bandgap Voltage Reference,Bipolar,ESA-ESTEC,18/08/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('ee19417abc3ab5d00386e04bed1b9c56', 'Crawler', '2024-11-13 11:27:05', null, '2025-04-08 11:34:43', null, 'Bipolar', 'LM158AJRQMLV', 'LM158AJRQMLV', 'Operational Amplifier', null, 'National Semiconductor', '2014; 2015', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/ee19417abc3ab5d00386e04bed1b9c56/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee19417abc3ab5d00386e04bed1b9c56/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/ee19417abc3ab5d00386e04bed1b9c56/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', 'LM158AJRQMLV,Operational Amplifier,National Semiconductor,2014; 2015,https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('ee23498bb1a3a276b73ce10956a4a2e3', 'Crawler', '2024-11-13 11:42:37', null, '2025-04-08 11:34:43', null, 'Si', 'MBR2060', 'MBR2060', 'Diode', null, 'Diodes, Inc.', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/ee23498bb1a3a276b73ce10956a4a2e3/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee23498bb1a3a276b73ce10956a4a2e3/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/ee23498bb1a3a276b73ce10956a4a2e3/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'MBR2060,Diode,Diodes, Inc.,6/27/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('ee40b46acaeadddc9064629f4de70712', 'Crawler', '2024-11-13 12:39:01', 'changyuhai', '2025-05-03 23:07:36', null, 'Optical Fiber', 'SMF-28', 'SMF-28', 'Optical Fiber', '未提及', 'Corning', '7/19/2002', 'NASA', '常余海', '14', '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/ee40b46acaeadddc9064629f4de70712/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee40b46acaeadddc9064629f4de70712/data.xlsx\",\"电离总剂量效应_1746284853678.xlsx\":\"/oss/physical/NASA/ee40b46acaeadddc9064629f4de70712/电离总剂量效应_1746284853678.xlsx\"}', 'SMF-28,Optical Fiber,Corning,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', '14'); INSERT INTO `nasa_data_record` VALUES ('ee7181173e0b41a5d3889f0013751bab', 'Crawler', '2024-11-13 12:56:23', 'yangsini', '2025-04-30 13:02:59', null, '晶体管', 'Test Structure 40V MOSFET', 'MSK5978RH', '40V MOSFET', 'xx', 'Tower JAZZ', '11/14/2012', 'NASA', '杨思妮', '4', '{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/data.xlsx\",\"单粒子效应_1745989377002.xlsx\":\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/单粒子效应_1745989377002.xlsx\"}', 'Test Structure 40V MOSFET,40V MOSFET,Tower JAZZ,11/14/2012,nsrec2013_W8_SEE.pdf,SEE,LDMOS', '8'); INSERT INTO `nasa_data_record` VALUES ('ee94d120e22aff019a6a38a453fb980f', 'Crawler', '2024-11-13 12:40:13', 'changyuhai', '2025-05-03 19:52:07', null, 'Hybrid', 'SMTR283R3S', 'SMTR283R3S', 'DC-DC Converter', 'DUT1:SN-0423, DC-0408 DUT2:SN-0722, DC-0972 DUT3:SN-0711, DC-0733', 'Crane', 'TAMU10MAR;TAMU10NOV', 'NASA', '常余海', '12', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/data.xlsx\",\"T030210_T110910_SMTR283R3S.pdf\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/T030210_T110910_SMTR283R3S.pdf\",\"T030210_SMTR283R3S.pdf\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/T030210_SMTR283R3S.pdf\",\"单粒子效应_1746272848228.xlsx\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/单粒子效应_1746272848228.xlsx\"}', 'SMTR283R3S,DC-DC Converter,Crane,TAMU10MAR;TAMU10NOV,T030210_SMTR283R3S.pdf;T030210_T110910_SMTR283R3S.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL;SET,Hybrid', '108'); INSERT INTO `nasa_data_record` VALUES ('eeae98bfb07f692550003aea02ffc13a', 'Crawler', '2024-11-13 09:58:46', null, '2025-04-08 11:34:43', null, 'NSC', 'JTXV1N3595', 'JTXV1N3595', 'Diode', null, null, '04/05/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/eeae98bfb07f692550003aea02ffc13a/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/eeae98bfb07f692550003aea02ffc13a/PPM-99-045.pdf\"}', '24,25-300,JTXV1N3595,Diode,NSC,ISTP/NC,8712,PPM-91-246,04/05/91', null); INSERT INTO `nasa_data_record` VALUES ('eec2d6a9682bb8c8d9660d2897be5ad4', 'Crawler', '2024-11-13 11:57:29', 'dushuaibin', '2025-04-29 21:17:18', null, '模拟集成电路', 'DAC(数字模拟转换器)', 'MX7225UQ', '8-bit DAC', 'XX', 'Maxim', '1999.10.24', 'NASA', '杜帅彬', '1', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/data.xlsx\",\"单粒子效应_1745931726850.xlsx\":\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/单粒子效应_1745931726850.xlsx\"}', 'MX7225UQ,8-bit DAC,Maxim,10/24/1999,nsrec00_W21.pdf,SEE,DAC', '1'); INSERT INTO `nasa_data_record` VALUES ('ef174dad2cd30f261015c1d72d34dbdb', 'Crawler', '2024-11-13 10:20:09', null, '2025-04-08 11:34:43', null, 'RAM (Random Access Memory)', '43G9240', '43G9240', '4Mx4 DRAM', null, 'IBM', '3/20/1995;7/15/1996;9/11/1997', 'NASA', null, null, '{\"d032495.pdf\":\"/oss/physical/NASA/ef174dad2cd30f261015c1d72d34dbdb/d032495.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/ef174dad2cd30f261015c1d72d34dbdb/random6a.pdf\",\"DRAM296.pdf\":\"/oss/physical/NASA/ef174dad2cd30f261015c1d72d34dbdb/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ef174dad2cd30f261015c1d72d34dbdb/data.xlsx\"}', '43G9240,4Mx4 DRAM,IBM,3/20/1995;7/15/1996;9/11/1997,d032495.pdf;random6a.pdf;DRAM296.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('ef56799872b0779c9d7b756c3b0fa1f9', 'Crawler', '2024-11-13 09:50:37', null, '2025-04-08 11:34:43', null, 'TI', '54ABT245', '54ABT245', 'Transceiver', null, null, '12/02/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ef56799872b0779c9d7b756c3b0fa1f9/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ef56799872b0779c9d7b756c3b0fa1f9/PPM-99-045.pdf\"}', '349,5-100,54ABT245,Transceiver,TI,IRAC,9717,PPM-97-053,12/02/97', null); INSERT INTO `nasa_data_record` VALUES ('ef742ae88b1f8f8e12faed05d0fcd425', 'Crawler', '2024-11-13 11:22:30', null, '2025-04-08 11:34:43', null, 'Linear Bipolar Device', 'LM111', 'LM111', 'Voltage Comparator', null, 'National Semiconductor', '10/12-13/99;2005', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/ef742ae88b1f8f8e12faed05d0fcd425/nsrec00_W21.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/ef742ae88b1f8f8e12faed05d0fcd425/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ef742ae88b1f8f8e12faed05d0fcd425/data.xlsx\",\"G2005_LM111_TID.pdf\":\"/oss/physical/NASA/ef742ae88b1f8f8e12faed05d0fcd425/G2005_LM111_TID.pdf\"}', 'LM111,Voltage Comparator,National Semiconductor,10/12-13/99;2005,nsrec00_W21.pdf;G2005_LM111_TID.pdf;nsrec06_W2.pdf,DD;TID,Linear Bipolar Device', null); INSERT INTO `nasa_data_record` VALUES ('efa1c614600d4d4eea4d37e34b5e4672', 'Crawler', '2024-11-13 11:05:17', null, '2025-04-08 11:34:43', null, 'CMOS', 'GP2021', 'GP2021', 'GPS Correlator', null, 'Zarlink Semiconductor', '4/11/2002;7/25/2003', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/efa1c614600d4d4eea4d37e34b5e4672/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/efa1c614600d4d4eea4d37e34b5e4672/NSREC03_W10.pdf\",\"I060602_GP2021IG.pdf\":\"/oss/physical/NASA/efa1c614600d4d4eea4d37e34b5e4672/I060602_GP2021IG.pdf\"}', 'GP2021,GPS Correlator,Zarlink Semiconductor,4/11/2002;7/25/2003,I060602_GP2021IG.pdf;NSREC03_W10.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('efbfa6e19f8a6d60dbd8efa6657cc3f7', 'Crawler', '2024-11-13 09:59:02', null, '2025-04-08 11:34:43', null, 'Motorola', 'MC35181U', 'MC35181U', 'OPAMP', null, null, '02/22/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/efbfa6e19f8a6d60dbd8efa6657cc3f7/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/efbfa6e19f8a6d60dbd8efa6657cc3f7/PPM-99-045.pdf\"}', '12,5-300,MC35181U,OPAMP,Motorola,ISTP/NC,8829,PPM-91-109,02/22/91', null); INSERT INTO `nasa_data_record` VALUES ('eff22036f7897a35f6602edeb02e54af', 'Crawler', '2024-11-13 11:42:32', null, '2025-04-08 11:34:43', null, 'Si', 'MBR2045', 'MBR2045', 'Diode', null, 'Diodes, Inc.', '6/27/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/eff22036f7897a35f6602edeb02e54af/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eff22036f7897a35f6602edeb02e54af/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/eff22036f7897a35f6602edeb02e54af/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'MBR2045,Diode,Diodes, Inc.,6/27/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('f020ad6fa1dd0c8cd37d6bea96f0acc9', 'Crawler', '2024-11-13 10:59:16', null, '2025-04-08 11:34:43', null, 'DAC', 'DAC87', 'DAC87', '12 bit D/A Converter', null, 'Analog Devices', '12/15/1996', 'NASA', null, null, '{\"PPM-97-004.pdf\":\"/oss/physical/NASA/f020ad6fa1dd0c8cd37d6bea96f0acc9/PPM-97-004.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f020ad6fa1dd0c8cd37d6bea96f0acc9/data.xlsx\"}', 'DAC87,12 bit D/A Converter,Analog Devices,12/15/1996,tid/PPM-97-004.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('f04166f26de25dcdcf11accd6b0ed55d', 'Crawler', '2024-11-13 01:00:47', null, '2025-04-08 11:34:43', null, 'Not specified', 'DAC8800BR/883C', 'DAC8800BR/883C', 'Octal 8-bit Digital-to-Analog Converter', '62 LINEAR DIGITAL TO ANALOG CONVERTER', 'Analog Devices', '10/06/2013', 'ESA', null, null, '{\"204.pdf\":\"/oss/physical/ESA/f04166f26de25dcdcf11accd6b0ed55d/204.pdf\",\"data.xlsx\":\"/oss/physical/ESA/f04166f26de25dcdcf11accd6b0ed55d/data.xlsx\"}', '204,DAC8800BR/883C,Analog Devices,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,62 LINEAR DIGITAL TO ANALOG CONVERTER,Octal 8-bit Digital-to-Analog Converter,,ESA,10/06/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('f0507f6e1b6d339a855e37e8f3dd938d', 'Crawler', '2024-11-13 09:51:53', null, '2025-04-08 11:34:43', null, 'Phillips', 'DG201', 'DG201', 'Quad Analog Switch', null, null, '12/15/96', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f0507f6e1b6d339a855e37e8f3dd938d/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f0507f6e1b6d339a855e37e8f3dd938d/PPM-99-045.pdf\"}', '299,1-100,DG201,Quad Analog Switch,Phillips,ASTRO-E/XDS,9514,PPM-97-003,12/15/96', null); INSERT INTO `nasa_data_record` VALUES ('f0a673b69839f5c6836d2261862b8f4b', 'Crawler', '2024-11-13 11:52:52', 'mayinjie', '2025-04-30 19:18:45', null, 'Bipolar', 'MSK5101', 'MSK5101', 'Voltage Regulator', null, 'MS Kennedy', 'TAMU07NOV', 'NASA', '马崟洁', '1', '{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/data.xlsx\",\"T111307_MSK5101.pdf\":\"/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/T111307_MSK5101.pdf\",\"单粒子效应.xlsx_1746011923211.xlsx\":\"/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/单粒子效应.xlsx_1746011923211.xlsx\"}', 'MSK5101,Voltage Regulator,MS Kennedy,TAMU07NOV,T111307_MSK5101.pdf;nsrec08_W3_SEE.pdf,SEE;SEL;SET,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('f0bc09886b48cc0876c31ef684893537', 'Crawler', '2024-11-13 11:46:23', null, '2025-04-08 11:34:43', null, 'Multivibrator', 'MC74HC4538AD', 'MC74HC4538AD', 'Multivibrator', null, 'Motorola', '4/30/1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/f0bc09886b48cc0876c31ef684893537/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f0bc09886b48cc0876c31ef684893537/data.xlsx\"}', 'MC74HC4538AD,Multivibrator,Motorola,4/30/1999,nsrec00_W21.pdf,SEE;TID,Multivibrator', null); INSERT INTO `nasa_data_record` VALUES ('f0cc811881d00057969e9d2a1343de6c', 'Crawler', '2024-11-13 11:05:54', null, '2025-04-08 11:34:43', null, 'Operational Amplifier', 'HA2620', 'HA2620', 'Operational Amplifier', null, 'Harris', '1/9/1992', 'NASA', null, null, '{\"PPM-92-023.pdf\":\"/oss/physical/NASA/f0cc811881d00057969e9d2a1343de6c/PPM-92-023.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f0cc811881d00057969e9d2a1343de6c/data.xlsx\"}', 'HA2620,Operational Amplifier,Harris,1/9/1992,tid/PPM-92-023.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('f0e03387ebef3e0b2cf3f30fa0667228', 'Crawler', '2024-11-13 09:53:28', null, '2025-04-08 11:34:43', null, 'ADI', 'AD565', 'AD565', 'DAC, 12-bit', null, null, '12/07/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f0e03387ebef3e0b2cf3f30fa0667228/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f0e03387ebef3e0b2cf3f30fa0667228/PPM-99-045.pdf\"}', '236,5-100,AD565,DAC, 12-bit,ADI,CASSINI/CIRS,9132A,PPM-95-108,12/07/94', null); INSERT INTO `nasa_data_record` VALUES ('f0f9ade5cc24899bcb595a34df298416', 'Crawler', '2024-11-13 12:34:16', 'sunjiacheng', '2025-04-30 17:30:04', null, '电源变换器', 'SA50-28', 'SA50-28', 'DC-DC Converter', '1140', 'Microsemi', '5/15/2012', 'NASA', '孙家诚', '1', '{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/f0f9ade5cc24899bcb595a34df298416/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f0f9ade5cc24899bcb595a34df298416/data.xlsx\",\"单粒子效应_1746005403406.xlsx\":\"/oss/physical/NASA/f0f9ade5cc24899bcb595a34df298416/单粒子效应_1746005403406.xlsx\"}', 'SA50-28,DC-DC Converter,Microsemi,5/15/2012,nsrec2013_W8_SEE.pdf,SEE,SMT (CMOS, BiCMOS, and Bipolar)', '1'); INSERT INTO `nasa_data_record` VALUES ('f12d4b8d2b4927afccd24d3bd997751e', 'Crawler', '2024-11-13 12:57:40', 'yangsini', '2025-04-30 12:02:39', null, '其他电气和电子元器件', 'Test Vehicle 32 nm CMOS', 'xx', 'Latches', 'xx', 'Intel', 'UDC10OCT', 'NASA', '杨思妮', '4', '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/f12d4b8d2b4927afccd24d3bd997751e/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f12d4b8d2b4927afccd24d3bd997751e/data.xlsx\",\"单粒子效应_1745985758551.xlsx\":\"/oss/physical/NASA/f12d4b8d2b4927afccd24d3bd997751e/单粒子效应_1745985758551.xlsx\"}', 'Test Vehicle 32 nm CMOS,Latches,Intel,UDC10OCT,nsrec2011_W6_SEE.pdf,SEE,32 nm CMOS', '4'); INSERT INTO `nasa_data_record` VALUES ('f1556b59224f7b2ae7b81a7850f1d48e', 'Crawler', '2024-11-13 11:37:47', null, '2025-04-08 11:34:43', null, 'CMOS', 'MAX529', 'MAX529', '8-bit DAC', null, 'Maxim', '6/03/2004;5/2004', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/f1556b59224f7b2ae7b81a7850f1d48e/nsrec05_W23.pdf\",\"T060304_MAX529.pdf\":\"/oss/physical/NASA/f1556b59224f7b2ae7b81a7850f1d48e/T060304_MAX529.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f1556b59224f7b2ae7b81a7850f1d48e/data.xlsx\",\"G04MAY_MAX529_TID.pdf\":\"/oss/physical/NASA/f1556b59224f7b2ae7b81a7850f1d48e/G04MAY_MAX529_TID.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/f1556b59224f7b2ae7b81a7850f1d48e/nsrec05_W5.pdf\"}', 'MAX529,8-bit DAC,Maxim,6/03/2004;5/2004,T060304_MAX529.pdf;nsrec05_W5.pdf;G04MAY_MAX529_TID.pdf;nsrec05_W23.pdf,SEE;TID,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('f161a7c000d967ac737252b790624007', 'Crawler', '2024-11-13 12:41:00', 'luozikang', '2025-04-29 18:26:10', null, 'BiCMOS', 'SNJ54ABT16244WD', 'SNJ54ABT16244WD', '16-Bit Buffer/Driver', null, 'Texas Instruments', '3/28/2003;6/22/2004', 'NASA', '罗梓康', '1', '{\"T032803_SNJ54ABT16244WD.pdf\":\"/oss/physical/NASA/f161a7c000d967ac737252b790624007/T032803_SNJ54ABT16244WD.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f161a7c000d967ac737252b790624007/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/f161a7c000d967ac737252b790624007/nsrec04_SEE.pdf\",\"单粒子效应_1745922367412.xlsx\":\"/oss/physical/NASA/f161a7c000d967ac737252b790624007/单粒子效应_1745922367412.xlsx\"}', 'SNJ54ABT16244WD,16-Bit Buffer/Driver,Texas Instruments,3/28/2003;6/22/2004,T032803_SNJ54ABT16244WD.pdf;nsrec04_SEE.pdf,SEE,BiCMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('f18c53d7adae6f32439aae247d8993bc', 'Crawler', '2024-11-13 13:07:18', 'yanghongyi', '2025-04-17 11:13:28', null, '二极管', 'Silicon power Schottky diode', 'VS-APH3006-N3', 'Diode', null, 'Vishay', '8/18/2015', 'NASA', '杨弘毅', '1', '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/f18c53d7adae6f32439aae247d8993bc/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f18c53d7adae6f32439aae247d8993bc/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/f18c53d7adae6f32439aae247d8993bc/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"单粒子效应-1_1744859603198.xlsx\":\"/oss/physical/NASA/f18c53d7adae6f32439aae247d8993bc/单粒子效应-1_1744859603198.xlsx\"}', 'VS-APH3006-N3,Diode,Vishay,8/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', '15'); INSERT INTO `nasa_data_record` VALUES ('f18cddf18ca70cae7c800e20488ed04a', 'Crawler', '2024-11-13 13:06:47', 'yanghongyi', '2025-04-17 11:08:15', null, '敏感元器件和传感器(件)', 'Linear Regulator', 'VRG8666', 'Positive Adjustable LDO', null, 'Aeroflex', '2/19/2013', 'NASA', '杨弘毅', '1', '{\"单粒子效应-3_1744804642983.xlsx\":\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/单粒子效应-3_1744804642983.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/data.xlsx\",\"12-053_NRL20130219_VRG8666_laser.pdf\":\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/12-053_NRL20130219_VRG8666_laser.pdf\"}', 'VRG8666,Positive Adjustable LDO,Aeroflex,2/19/2013,12-053_NRL20130219_VRG8666_laser.pdf,Laser,Bipolar', '4'); INSERT INTO `nasa_data_record` VALUES ('f19684564c9cd5910f385fd424085c9e', 'Crawler', '2024-11-13 12:37:14', 'zhangchenyu', '2025-04-30 20:52:23', null, 'Bipolar', 'SFT2369 (2N2369A)', 'SFT2369 (2N2369A)', 'Transistor', null, 'Solid State Devices, Inc.', '4/22/2012', 'NASA', '张晨宇', '1', '{\"单粒子效应_1745997749731.xlsx\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/单粒子效应_1745997749731.xlsx\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/data.xlsx\"}', 'SFT2369 (2N2369A),Transistor,Solid State Devices, Inc.,4/22/2012,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('f1b08515418a3ca79d60678fdef7b458', 'Crawler', '2024-11-13 09:57:36', null, '2025-04-08 11:34:43', null, 'ADI', 'AD847', 'AD847', 'OP AMP', null, null, '07/08/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f1b08515418a3ca79d60678fdef7b458/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f1b08515418a3ca79d60678fdef7b458/PPM-99-045.pdf\"}', '61,5-100,AD847,OP AMP,ADI,ISTP/NC,8964G,PPM-91-394,07/08/91', null); INSERT INTO `nasa_data_record` VALUES ('f1d0f74710beeb1cf40979691660bc9b', 'Crawler', '2024-11-13 09:57:29', null, '2025-04-08 11:34:43', null, 'NSC', 'LF111H-MIL', 'LF111H-MIL', 'Volt Comp.', null, null, '07/30/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f1d0f74710beeb1cf40979691660bc9b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f1d0f74710beeb1cf40979691660bc9b/PPM-99-045.pdf\"}', '66,10-100,LF111H-MIL,Volt Comp.,NSC,ISTP/NC,9015,PPM-91-381,07/30/91', null); INSERT INTO `nasa_data_record` VALUES ('f1e263f3d12bc56808f0b1edd2b0b02f', 'Crawler', '2024-11-13 10:23:58', null, '2025-04-08 11:34:43', null, 'Comparator', '54AC521', '54AC521', 'Comparator', null, 'National Semiconductor', '11/23/1992', 'NASA', null, null, '{\"PPM-92-282.pdf\":\"/oss/physical/NASA/f1e263f3d12bc56808f0b1edd2b0b02f/PPM-92-282.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f1e263f3d12bc56808f0b1edd2b0b02f/data.xlsx\"}', '54AC521,Comparator,National Semiconductor,11/23/1992,tid/PPM-92-282.pdf,TID,Comparator', null); INSERT INTO `nasa_data_record` VALUES ('f23e2bee54fb7d30b2c41bd20b8510c4', 'Crawler', '2024-11-13 12:48:18', 'chenwenzhuo', '2025-04-30 23:12:34', null, 'CMOS', 'T36T-GAFE5G', 'T36T-GAFE5G', 'ASIC', null, 'Agilent', '11/11/2003;6/22/2004', 'NASA', '陈文卓', '65', '{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/nsrec04_SEE.pdf\"}', 'T36T-GAFE5G,ASIC,Agilent,11/11/2003;6/22/2004,T111103_GLAST.pdf;nsrec04_SEE.pdf,SEE,CMOS', '211'); INSERT INTO `nasa_data_record` VALUES ('f256fcb2ab407298fa5201bf8fcb6bd1', 'Crawler', '2024-11-13 10:33:14', null, '2025-04-08 11:34:43', null, 'Data Transmission', 'A1460A', 'A1460A', 'FPGA', null, 'Actel', '7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/f256fcb2ab407298fa5201bf8fcb6bd1/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f256fcb2ab407298fa5201bf8fcb6bd1/data.xlsx\"}', 'A1460A,FPGA,Actel,7/21/1997,Random97a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('f25ab0f77e6e1e6944f881969809c7ad', 'Crawler', '2024-11-13 11:59:06', 'huangkan', '2025-04-30 16:09:51', null, '数字集成电路', 'Mongoose V', 'Mongoose V', 'Microprocessor', '9727', 'Synova/Honeywell', '11/8/1997;7/20/1998', 'NASA', null, '6', '{\"NSREC98.pdf\":\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/data.xlsx\",\"b110897.pdf\":\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/b110897.pdf\",\"MongooseV单粒子效应_1746000574166.xlsx\":\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/MongooseV单粒子效应_1746000574166.xlsx\"}', 'Mongoose V,Microprocessor,Synova/Honeywell,11/8/1997;7/20/1998,b110897.pdf;NSREC98.pdf,SEE,Microprocessors and Peripherals', '6'); INSERT INTO `nasa_data_record` VALUES ('f25ff5a7477b9d44aa0eb3bfa0ffabdb', 'Crawler', '2024-11-13 10:59:30', null, '2025-04-08 11:34:43', null, 'CMOS', 'DG390', 'DG390', 'Analog Switch', null, 'Maxim Integrated Products', 'TAMU08FEB', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f25ff5a7477b9d44aa0eb3bfa0ffabdb/data.xlsx\",\"T022608_MAX367_DG390.pdf\":\"/oss/physical/NASA/f25ff5a7477b9d44aa0eb3bfa0ffabdb/T022608_MAX367_DG390.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/f25ff5a7477b9d44aa0eb3bfa0ffabdb/nsrec09_W12_SEE.pdf\"}', 'DG390,Analog Switch,Maxim Integrated Products,TAMU08FEB,T022608_MAX367_DG390.pdf;nsrec09_W12_SEE.pdf,SEE;SEL;SET,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('f276f2b4796c97df58b08fb597a5b688', 'Crawler', '2024-11-13 10:59:01', null, '2025-04-08 11:34:43', null, 'DAC', 'DAC8408', 'DAC8408', 'DAC', null, 'ADI', '10/27/1995', 'NASA', null, null, '{\"PPM-95-176.pdf\":\"/oss/physical/NASA/f276f2b4796c97df58b08fb597a5b688/PPM-95-176.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f276f2b4796c97df58b08fb597a5b688/data.xlsx\"}', 'DAC8408,DAC,ADI,10/27/1995,tid/PPM-95-176.pdf,TID,DAC', null); INSERT INTO `nasa_data_record` VALUES ('f2c5c4caaadc623c55e685cc7c2ef873', 'Crawler', '2024-11-13 09:54:58', null, '2025-04-08 11:34:43', null, 'Linear', 'LM108', 'LM108', 'Op Amp', null, null, '12/21/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f2c5c4caaadc623c55e685cc7c2ef873/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f2c5c4caaadc623c55e685cc7c2ef873/PPM-99-045.pdf\"}', '170,5-60,LM108,Op Amp,Linear,FAST/HCI,9120,PPM-92-308,12/21/92', null); INSERT INTO `nasa_data_record` VALUES ('f2da11627d69a0bc4e03e1c3620f5cd6', 'Crawler', '2024-11-13 12:48:30', 'chenwenzhuo', '2025-04-30 23:12:20', null, 'CMOS', 'T36T-GARC3', 'T36T-GARC3', 'ASIC', null, 'Agilent', '11/11/2003;6/22/2004', 'NASA', '陈文卓', '65', '{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/nsrec04_SEE.pdf\",\"TIL25_1746010445015.xlsx\":\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/TIL25_1746010445015.xlsx\"}', 'T36T-GARC3,ASIC,Agilent,11/11/2003;6/22/2004,T111103_GLAST.pdf;nsrec04_SEE.pdf,SEE,CMOS', '211'); INSERT INTO `nasa_data_record` VALUES ('f2e19809ab784b0ff532bec00ce6b7a9', 'Crawler', '2024-11-13 01:17:06', null, '2025-04-08 11:34:43', null, 'ESCC 22900', 'BFY640B', 'BFY640B', 'RF Transistor', '10 RF/MICROWAVE NPN LOW POWER / LOW NOISE', 'Infineon', '25/02/2013', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/f2e19809ab784b0ff532bec00ce6b7a9/data.xlsx\",\"265.pdf\":\"/oss/physical/ESA/f2e19809ab784b0ff532bec00ce6b7a9/265.pdf\"}', '265,BFY640B,Infineon,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,10 RF/MICROWAVE NPN LOW POWER / LOW NOISE,RF Transistor,Si-Ge,ESA-ESTEC TEC-QEC,25/02/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('f2ec23d3fb06c23a55c09dfd650745f7', 'Crawler', '2024-11-13 09:59:29', null, '2025-04-08 11:34:43', null, 'Harris', 'HS2-3530RH-Q', 'HS2-3530RH-Q', 'OP AMP (RH)', null, null, '01/02/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f2ec23d3fb06c23a55c09dfd650745f7/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f2ec23d3fb06c23a55c09dfd650745f7/PPM-99-045.pdf\"}', '1,50-300,HS2-3530RH-Q,OP AMP (RH),Harris,ISTP/CB,9010,PPM-91-003,01/02/91', null); INSERT INTO `nasa_data_record` VALUES ('f2fb55169628ca790d244c310c45a4a4', 'Crawler', '2024-11-13 11:46:19', null, '2025-04-08 11:34:43', null, 'Operational Amplifier', 'MC35184L', 'MC35184L', 'Quad Operational Amplifier', null, 'Motorola', '4/12/1991', 'NASA', null, null, '{\"PPM-91-255.pdf\":\"/oss/physical/NASA/f2fb55169628ca790d244c310c45a4a4/PPM-91-255.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f2fb55169628ca790d244c310c45a4a4/data.xlsx\"}', 'MC35184L,Quad Operational Amplifier,Motorola,4/12/1991,tid/PPM-91-255.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('f30a4e266ac805fde67119e459d7f30e', 'Crawler', '2024-11-13 11:16:19', null, '2025-04-08 11:34:43', null, 'JFET', 'JAN2N2608', 'JAN2N2608', 'JFET XSTR', null, 'Motorola', '6/19/1991', 'NASA', null, null, '{\"PPM-91-424.pdf\":\"/oss/physical/NASA/f30a4e266ac805fde67119e459d7f30e/PPM-91-424.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f30a4e266ac805fde67119e459d7f30e/data.xlsx\"}', 'JAN2N2608,JFET XSTR,Motorola,6/19/1991,tid/PPM-91-424.pdf,TID,JFET', null); INSERT INTO `nasa_data_record` VALUES ('f33e7feb7ed76f5e593bdab1c9acab35', 'Crawler', '2024-11-13 12:41:13', 'luozikang', '2025-04-29 18:17:15', null, 'BiCMOS', 'SNJ54LVC14AFK', 'SNJ54LVC14AFK', 'Hex Schmitt-Trigger Inverter', null, 'Texas Instruments', '5/6/2013', 'NASA', '罗梓康', '1', '{\"13-029_T20130506_54LVC14.pdf\":\"/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/13-029_T20130506_54LVC14.pdf\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/data.xlsx\",\"单粒子效应_1745921828100.xlsx\":\"/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/单粒子效应_1745921828100.xlsx\"}', 'SNJ54LVC14AFK,Hex Schmitt-Trigger Inverter,Texas Instruments,5/6/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;13-029_T20130506_54LVC14.pdf,TID,BiCMOS', '6'); INSERT INTO `nasa_data_record` VALUES ('f35db94b8cf054dee06700f7ff181e00', 'Crawler', '2024-11-13 10:48:39', null, '2025-04-08 11:34:43', null, 'Hybrid/MEMS CMOS', 'ADXL354BEZ-RL7CT-ND', 'ADXL354BEZ-RL7CT-ND', 'Accelerometer', null, 'Analog Devices', '2018Apr(TAMU); 6/25/2018(LBNL); 8/14/2018(Provision); 2018Sept(TID); 2018Oct(TID)', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/f35db94b8cf054dee06700f7ff181e00/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"2018-Stansberry-TR-17-056-ADXL354-Provision2018Aug14-LBNL2018Jun25-SEE-20205002089.pdf\":\"/oss/physical/NASA/f35db94b8cf054dee06700f7ff181e00/2018-Stansberry-TR-17-056-ADXL354-Provision2018Aug14-LBNL2018Jun25-SEE-20205002089.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f35db94b8cf054dee06700f7ff181e00/data.xlsx\",\"2018-Stansberry-TR-17-056-ADXL354-TID-2018Oct11-NASA-TM-20205008602.pdf\":\"/oss/physical/NASA/f35db94b8cf054dee06700f7ff181e00/2018-Stansberry-TR-17-056-ADXL354-TID-2018Oct11-NASA-TM-20205008602.pdf\"}', 'ADXL354BEZ-RL7CT-ND,Accelerometer,Analog Devices,2018Apr(TAMU); 6/25/2018(LBNL); 8/14/2018(Provision); 2018Sept(TID); 2018Oct(TID),2018-Stansberry-TR-17-056-ADXL354-Provision2018Aug14-LBNL2018Jun25-SEE-20205002089.pdf;https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;tid/2018-Stansberry-TR-17-056-ADXL354-TID-2018Oct11-NASA-TM-20205008602.pdf,SEE;DD;TID,Hybrid/MEMS CMOS', null); INSERT INTO `nasa_data_record` VALUES ('f3975c76be1577a34b1e5a1b115ca037', 'Crawler', '2024-11-13 12:49:07', 'chenwenzhuo', '2025-04-30 18:35:31', null, 'RAM (Random Access Memory)', 'TC5117400J-6', 'TC5117400J-6', '4Mx4 DRAM', null, 'Toshiba', '7/29/1994;7/17/1995', 'NASA', '陈文卓', '1', '{\"TIL25_1746009324123.xlsx\":\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/TIL25_1746009324123.xlsx\",\"ieee95a.pdf\":\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/b072994.pdf\"}', 'TC5117400J-6,4Mx4 DRAM,Toshiba,7/29/1994;7/17/1995,b072994.pdf;ieee95a.pdf,SEE,RAM (Random Access Memory)', '1'); INSERT INTO `nasa_data_record` VALUES ('f3d6d0ca133d009417cc548330939cc7', 'Crawler', '2024-11-13 11:30:27', null, '2025-04-08 11:34:43', null, 'Voltage Reference', 'LT1009', 'LT1009', 'Voltage Reference', null, 'Linear Technology', '7/15/1997', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f3d6d0ca133d009417cc548330939cc7/data.xlsx\",\"PPM-97-027.pdf\":\"/oss/physical/NASA/f3d6d0ca133d009417cc548330939cc7/PPM-97-027.pdf\"}', 'LT1009,Voltage Reference,Linear Technology,7/15/1997,tid/PPM-97-027.pdf,TID,Voltage Reference', null); INSERT INTO `nasa_data_record` VALUES ('f4472d7afb4bc1041c88780de2607ff9', 'Crawler', '2024-11-13 10:39:40', null, '2025-04-08 11:34:43', null, 'Bipolar', 'AD620SQ/883B', 'AD620SQ/883B', 'Operational Amplifierlifier', null, 'Analog Devices', '2017July-to-2017Sept(TID); 7/27/2018(NRL); 2018June(LBNL)', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/f4472d7afb4bc1041c88780de2607ff9/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f4472d7afb4bc1041c88780de2607ff9/data.xlsx\",\"NEPP-TR-2017-Burton-TID-17-046-AD620SQ-2017July-Sept-TN46982.pdf\":\"/oss/physical/NASA/f4472d7afb4bc1041c88780de2607ff9/NEPP-TR-2017-Burton-TID-17-046-AD620SQ-2017July-Sept-TN46982.pdf\",\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/f4472d7afb4bc1041c88780de2607ff9/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"2018-Kaitlyn-Ryder-TR-17-048-AD620-2018July27-NASA-TM-20210026447.pdf\":\"/oss/physical/NASA/f4472d7afb4bc1041c88780de2607ff9/2018-Kaitlyn-Ryder-TR-17-048-AD620-2018July27-NASA-TM-20210026447.pdf\"}', 'AD620SQ/883B,Operational Amplifierlifier,Analog Devices,2017July-to-2017Sept(TID); 7/27/2018(NRL); 2018June(LBNL),2018-Kaitlyn-Ryder-TR-17-048-AD620-2018July27-NASA-TM-20210026447.pdf;CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf;https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;https://nepp.nasa.gov/files/28637/NEPP-TR-2017-Burton-TID-17-046-AD620SQ-2017July-Sept-TN46982.pdf,SEE; Laser; TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('f4a1cc2001dbe181bddde10f1f9b44b1', 'Crawler', '2024-11-13 00:36:12', null, '2025-04-08 11:34:43', null, 'Not specified', 'SHAMROC Phase 1 T-sensor', 'SHAMROC Phase 1 T-sensor', 'SEIS High-Accuracy Mixed-signal ReadOut Chip', '42 ASIC TECHNOLOGIES MIXED ANALOG / DIGITAL', 'SRON', '12/06/2009', 'ESA', null, null, '{\"107.pdf\":\"/oss/physical/ESA/f4a1cc2001dbe181bddde10f1f9b44b1/107.pdf\",\"data.xlsx\":\"/oss/physical/ESA/f4a1cc2001dbe181bddde10f1f9b44b1/data.xlsx\"}', '107,SHAMROC Phase 1 T-sensor,SRON,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,42 ASIC TECHNOLOGIES MIXED ANALOG / DIGITAL,SEIS High-Accuracy Mixed-signal ReadOut Chip,,SRON,12/06/2009,False', null); INSERT INTO `nasa_data_record` VALUES ('f4a4bfef6412d06d72d1bee7b62abf94', 'Crawler', '2024-11-13 11:04:29', null, '2025-04-08 11:34:43', null, 'Optical Fiber', 'Fluosil SSU1-2', 'Fluosil SSU1-2', 'Optical Fiber', null, 'Heraeus', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/f4a4bfef6412d06d72d1bee7b62abf94/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f4a4bfef6412d06d72d1bee7b62abf94/data.xlsx\"}', 'Fluosil SSU1-2,Optical Fiber,Heraeus,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('f4cb542a2036ca814facc41b702fb6e8', 'Crawler', '2024-11-13 09:49:41', null, '2025-04-08 11:34:43', null, 'National', 'LF147', 'LF147', 'OP AMP', null, null, '01/08/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f4cb542a2036ca814facc41b702fb6e8/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f4cb542a2036ca814facc41b702fb6e8/PPM-99-045.pdf\"}', '388,2.5-50,LF147,OP AMP,National,IRAC,9803,PPM-99-002,01/08/99', null); INSERT INTO `nasa_data_record` VALUES ('f4d9358897118809f19a2f6eef12ae27', 'Crawler', '2024-11-13 12:06:22', 'xieyongzhi', '2025-05-03 19:05:35', null, '放大器', '高压高功率运算放大器', 'PA07M/883', 'Operational Amplifier', '5521', 'Ampex', '1991.12.16-1992.1.3', 'NASA', '罗永恒', '2', '{\"PPM-92-058.pdf\":\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/PPM-92-058.pdf\",\"data__1745914578434.xlsx\":\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/data__1745914578434.xlsx\"}', 'PA07M/883,Operational Amplifier,Ampex,2/10/1992,tid/PPM-92-058.pdf,TID,Operational Amplifier', '90'); INSERT INTO `nasa_data_record` VALUES ('f4dbe82f4a55d18d48a74193672650f2', 'Crawler', '2024-11-13 10:31:54', null, '2025-04-08 11:34:43', null, 'Programmable Device', '82HS641A', '82HS641A', 'PROM', null, 'Signetics', '11/9/1990', 'NASA', null, null, '{\"b110990.pdf\":\"/oss/physical/NASA/f4dbe82f4a55d18d48a74193672650f2/b110990.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f4dbe82f4a55d18d48a74193672650f2/data.xlsx\"}', '82HS641A,PROM,Signetics,11/9/1990,b110990.pdf,SEE,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('f4eab702b38ff8d49466c80ccf03137a', 'Crawler', '2024-11-13 11:07:03', null, '2025-04-08 11:34:43', null, 'Optocoupler', 'HCPL5630 (6N134)', 'HCPL5630 (6N134)', 'Optocoupler', null, 'HP', '5/1997', 'NASA', null, null, '{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/f4eab702b38ff8d49466c80ccf03137a/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f4eab702b38ff8d49466c80ccf03137a/data.xlsx\"}', 'HCPL5630 (6N134),Optocoupler,HP,5/1997,nsrec00_W22.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('f4f9f36e2ef6b9edafd382799b54d12e', 'Crawler', '2024-11-13 10:29:23', null, '2025-04-08 11:34:43', null, 'FIFO (First In/First Out)', '7201T', '7201T', '9x512 bit FIFO', null, 'IDT', '5/4/1994;5/24/1994;7/17/1995', 'NASA', null, null, '{\"random6a.pdf\":\"/oss/physical/NASA/f4f9f36e2ef6b9edafd382799b54d12e/random6a.pdf\",\"b050494.pdf\":\"/oss/physical/NASA/f4f9f36e2ef6b9edafd382799b54d12e/b050494.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f4f9f36e2ef6b9edafd382799b54d12e/data.xlsx\"}', '7201T,9x512 bit FIFO,IDT,5/4/1994;5/24/1994;7/17/1995,b050494.pdf;random6a.pdf,SEE,FIFO (First In/First Out)', null); INSERT INTO `nasa_data_record` VALUES ('f4fbe7028cfcca61aa57eba1a04437bf', 'Crawler', '2024-11-13 11:00:35', null, '2025-04-08 11:34:43', null, 'CMOS', 'DS25BR100', 'DS25BR100', 'LVDS Buffer', null, 'Texas Instruments', '12/8/2020', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f4fbe7028cfcca61aa57eba1a04437bf/data.xlsx\",\"CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\":\"/oss/physical/NASA/f4fbe7028cfcca61aa57eba1a04437bf/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf\",\"Wilcox-TR-20-016-DS25BR100-2020Dec8-NASA-TM-20210015659.pdf\":\"/oss/physical/NASA/f4fbe7028cfcca61aa57eba1a04437bf/Wilcox-TR-20-016-DS25BR100-2020Dec8-NASA-TM-20210015659.pdf\",\"NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\":\"/oss/physical/NASA/f4fbe7028cfcca61aa57eba1a04437bf/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf\"}', 'DS25BR100,LVDS Buffer,Texas Instruments,12/8/2020,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf;CP-2021-Topper-NSREC-DW-poster-20210016856.pdf;Wilcox-TR-20-016-DS25BR100-2020Dec8-NASA-TM-20210015659.pdf,SEE,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('f50ce73bb0889ed0e35496b93ea0a421', 'Crawler', '2024-11-13 11:03:12', null, '2025-04-08 11:34:43', null, 'Transistor', 'FST180', 'FST180', 'NPN transistor', null, 'unknown', '5/17/1996', 'NASA', null, null, '{\"PPM-96-006.pdf\":\"/oss/physical/NASA/f50ce73bb0889ed0e35496b93ea0a421/PPM-96-006.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f50ce73bb0889ed0e35496b93ea0a421/data.xlsx\"}', 'FST180,NPN transistor,unknown,5/17/1996,tid/PPM-96-006.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('f5141f833be88fdb366dc5d5be0a690c', 'Crawler', '2024-11-13 10:39:48', null, '2025-04-08 11:34:43', null, 'Voltage Reference', 'AD624', 'AD624', 'Voltage Reference', null, 'AD', '6/6/1997', 'NASA', null, null, '{\"PPM-97-024.pdf\":\"/oss/physical/NASA/f5141f833be88fdb366dc5d5be0a690c/PPM-97-024.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f5141f833be88fdb366dc5d5be0a690c/data.xlsx\",\"PPM-97-023.pdf\":\"/oss/physical/NASA/f5141f833be88fdb366dc5d5be0a690c/PPM-97-023.pdf\"}', 'AD624,Voltage Reference,AD,6/6/1997,tid/PPM-97-024.pdf;tid/PPM-97-023.pdf,TID,Voltage Reference', null); INSERT INTO `nasa_data_record` VALUES ('f51fbfebef178f2a4e1776bb1eb73725', 'Crawler', '2024-11-13 01:16:34', null, '2025-04-08 11:34:43', null, 'ESCC 22900', 'BFY740B', 'BFY740B', 'RF Transistor', '10 RF/MICROWAVE NPN LOW POWER / LOW NOISE', 'Infineon', '25/02/2013', 'ESA', null, null, '{\"261.pdf\":\"/oss/physical/ESA/f51fbfebef178f2a4e1776bb1eb73725/261.pdf\",\"data.xlsx\":\"/oss/physical/ESA/f51fbfebef178f2a4e1776bb1eb73725/data.xlsx\"}', '261,BFY740B,Infineon,Download,TID (Total Ionising Dose),ESCC 22900,12 TRANSISTORS,10 RF/MICROWAVE NPN LOW POWER / LOW NOISE,RF Transistor,Si-Ge,ESA-ESTEC TEC-QEC,25/02/2013,False', null); INSERT INTO `nasa_data_record` VALUES ('f55098e3519d7b3056890d1f27c732c3', 'Crawler', '2024-11-13 12:38:21', 'changyuhai', '2025-05-04 00:16:39', null, 'Diode', 'SHD3166', 'SHD3166', 'Diode', '9706', 'Sensitron', '10/21/1997', 'NASA', '常余海', '7', '{\"PPM-97-047.pdf\":\"/oss/physical/NASA/f55098e3519d7b3056890d1f27c732c3/PPM-97-047.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f55098e3519d7b3056890d1f27c732c3/data.xlsx\",\"电离总剂量效应_1746288938035.xlsx\":\"/oss/physical/NASA/f55098e3519d7b3056890d1f27c732c3/电离总剂量效应_1746288938035.xlsx\"}', 'SHD3166,Diode,Sensitron,10/21/1997,tid/PPM-97-047.pdf,TID,Diode', '126'); INSERT INTO `nasa_data_record` VALUES ('f589b33417e548e89d78ee5bb262c7ff', 'Crawler', '2024-11-13 12:26:36', 'liujunling', '2025-04-30 22:13:44', null, '电源', 'REF-43B', 'REF-43B', 'Voltage Reference', 'LD78198', 'AD (PMI)', '8/5/1997', 'NASA', '刘俊灵', '1', '{\"data.xlsx\":\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/data.xlsx\",\"PPM-97-032.pdf\":\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/PPM-97-032.pdf\",\"电离总剂量效应_1746022420263.xlsx\":\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/电离总剂量效应_1746022420263.xlsx\"}', 'REF-43B,Voltage Reference,AD (PMI),8/5/1997,tid/PPM-97-032.pdf,TID,Voltage Reference', '1'); INSERT INTO `nasa_data_record` VALUES ('f5a3ae9b690ba756f06faef2b9eb8c6e', 'Crawler', '2024-11-13 11:04:52', null, '2025-04-08 11:34:43', null, 'Oscillator', 'G311P759-4M194304', 'G311P759-4M194304', 'Oscillator', null, 'Monitor', '9/24/1993', 'NASA', null, null, '{\"PPM-93-101.pdf\":\"/oss/physical/NASA/f5a3ae9b690ba756f06faef2b9eb8c6e/PPM-93-101.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f5a3ae9b690ba756f06faef2b9eb8c6e/data.xlsx\"}', 'G311P759-4M194304,Oscillator,Monitor,9/24/1993,tid/PPM-93-101.pdf,TID,Oscillator', null); INSERT INTO `nasa_data_record` VALUES ('f5d3486109a73fbe4144015bbbd287a7', 'Crawler', '2024-11-13 12:44:47', 'chenpan', '2025-04-30 22:22:49', null, 'Trench', 'SUM45N25-58', 'SUM45N25-58', '250V n-type Power MOSFET', null, 'Vishay Intertechnology', '1/11/2011;11/14/2012', 'NASA', '陈攀', '2', '{\"LBNL011111_SUM45N25-58.pdf\":\"/oss/physical/NASA/f5d3486109a73fbe4144015bbbd287a7/LBNL011111_SUM45N25-58.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/f5d3486109a73fbe4144015bbbd287a7/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f5d3486109a73fbe4144015bbbd287a7/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/f5d3486109a73fbe4144015bbbd287a7/nsrec2013_W8_SEE.pdf\",\"SUM45N25-58_SEE_1746022965020.xlsx\":\"/oss/physical/NASA/f5d3486109a73fbe4144015bbbd287a7/SUM45N25-58_SEE_1746022965020.xlsx\"}', 'SUM45N25-58,250V n-type Power MOSFET,Vishay Intertechnology,1/11/2011;11/14/2012,LBNL011111_SUM45N25-58.pdf;nsrec2012_W22_SEE.pdf;nsrec2013_W8_SEE.pdf,SEE,Trench', '13'); INSERT INTO `nasa_data_record` VALUES ('f5e696728603b7cd12f26ecb95147fb4', 'Crawler', '2024-11-13 01:05:37', null, '2025-04-08 11:34:43', null, 'ESCC 25100', 'IDW10G120C5BFKSA1', 'IDW10G120C5BFKSA1', 'Schottky Diode', '5 RF/MICROWAVE SCHOTTKY (Si)', 'Infineon', '07/06/2019', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/f5e696728603b7cd12f26ecb95147fb4/data.xlsx\",\"D6-3 - TN6.03 - SEE Schottky IDW10G120C5BFKSA1 - NEO-14-086_Report_68-2018_rev2.0.pdf\":\"/oss/physical/ESA/f5e696728603b7cd12f26ecb95147fb4/D6-3 - TN6.03 - SEE Schottky IDW10G120C5BFKSA1 - NEO-14-086_Report_68-2018_rev2.0.pdf\"}', '222,IDW10G120C5BFKSA1,Infineon,Download,SEE (Single Events Effects),ESCC 25100,4 DIODES,5 RF/MICROWAVE SCHOTTKY (Si),Schottky Diode,,Fraunhofer Institut,07/06/2019,False', null); INSERT INTO `nasa_data_record` VALUES ('f5ef35c695e5eebd2cdce41bbbf650ff', 'Crawler', '2024-11-13 09:54:49', null, '2025-04-08 11:34:43', null, 'Burr-Brown', 'OPA111VM/883B', 'OPA111VM/883B', 'Op Amp', null, null, '02/10/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f5ef35c695e5eebd2cdce41bbbf650ff/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f5ef35c695e5eebd2cdce41bbbf650ff/PPM-99-045.pdf\"}', '177,5-100,OPA111VM/883B,Op Amp,Burr-Brown,FAST/MUE,9237,PPM-93-031,02/10/93', null); INSERT INTO `nasa_data_record` VALUES ('f5f92078d099721cdad496e29b904ec6', 'Crawler', '2024-11-13 11:50:19', null, '2025-04-08 11:34:43', null, 'ReRAM, 180nm CMOS', 'MN101L', 'MN101L', 'Embedded Resistive Memory', null, 'Panasonic', '12/19/2013;3/11/2014;4/30/2014NRL', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/f5f92078d099721cdad496e29b904ec6/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"2014-561-Chen-Final-Poster-NSREC-ReRAM-TN15795%20v2.pdf\":\"/oss/physical/NASA/f5f92078d099721cdad496e29b904ec6/2014-561-Chen-Final-Poster-NSREC-ReRAM-TN15795%20v2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f5f92078d099721cdad496e29b904ec6/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/f5f92078d099721cdad496e29b904ec6/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"13-075_T20131219_MN101L.pdf\":\"/oss/physical/NASA/f5f92078d099721cdad496e29b904ec6/13-075_T20131219_MN101L.pdf\"}', 'MN101L,Embedded Resistive Memory,Panasonic,12/19/2013;3/11/2014;4/30/2014NRL,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;13-075_T20131219_MN101L.pdf;https://nepp.nasa.gov/files/27025/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf;https://nepp.nasa.gov/files/27441/2014-561-Chen-Final-Poster-NSREC-ReRAM-TN15795%20v2.pdf,SEE;Laser,ReRAM, 180nm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('f61e57d6f828fda30489192c44906eba', 'Crawler', '2024-11-13 11:31:28', null, '2025-04-08 11:34:43', null, 'ADC', 'LTC1272', 'LTC1272', '12 bit ADC', null, 'Linear Technology', '11/11/2001;12/19/2001;7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/f61e57d6f828fda30489192c44906eba/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f61e57d6f828fda30489192c44906eba/data.xlsx\",\"N121901_LTC1272.pdf\":\"/oss/physical/NASA/f61e57d6f828fda30489192c44906eba/N121901_LTC1272.pdf\",\"C111101.pdf\":\"/oss/physical/NASA/f61e57d6f828fda30489192c44906eba/C111101.pdf\"}', 'LTC1272,12 bit ADC,Linear Technology,11/11/2001;12/19/2001;7/19/2002,C111101.pdf;N121901_LTC1272.pdf;NSREC02_W16.pdf,TID,SEE,ADC', null); INSERT INTO `nasa_data_record` VALUES ('f64a107cdfc662c4387f1ad683a35435', 'Crawler', '2024-11-13 11:30:42', null, '2025-04-08 11:34:43', null, 'Bipolar', 'LT1009IDR', 'LT1009IDR', 'Internal Reference', null, 'Texas Instruments', '_2009JUN; 2014; 2015', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/f64a107cdfc662c4387f1ad683a35435/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/f64a107cdfc662c4387f1ad683a35435/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f64a107cdfc662c4387f1ad683a35435/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/f64a107cdfc662c4387f1ad683a35435/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/f64a107cdfc662c4387f1ad683a35435/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', 'LT1009IDR,Internal Reference,Texas Instruments,_2009JUN; 2014; 2015,nsrec2010_W22_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf;https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('f651de000f10a8592e110451fc7ed239', 'Crawler', '2024-11-13 10:40:21', null, '2025-04-08 11:34:43', null, 'Bipolar', 'AD648', 'AD648', 'Operational Amplifier', null, 'Analog Devices', '7/2011;7/11/2013', 'NASA', null, null, '{\"13-005_20130711_AD648_TID.pdf\":\"/oss/physical/NASA/f651de000f10a8592e110451fc7ed239/13-005_20130711_AD648_TID.pdf\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/f651de000f10a8592e110451fc7ed239/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"Boutte-TR-AD648-TID-2011June01-20210016274.pdf\":\"/oss/physical/NASA/f651de000f10a8592e110451fc7ed239/Boutte-TR-AD648-TID-2011June01-20210016274.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f651de000f10a8592e110451fc7ed239/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/f651de000f10a8592e110451fc7ed239/nsrec2011_W5_TID.pdf\"}', 'AD648,Operational Amplifier,Analog Devices,7/2011;7/11/2013,Boutte-TR-AD648-TID-2011June01-20210016274.pdf;nsrec2011_W5_TID.pdf;https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;https://radhome.gsfc.nasa.gov/radhome/papers/TID/13-005_20130711_AD648_TID.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('f664f816a7177c26c7710278bb4ce613', 'Crawler', '2024-11-13 10:11:10', null, '2025-04-08 11:34:43', null, 'Memory', '2299000-1,-2', '2299000-1,-2', '1M bit SRAMs', null, 'Teledyne', '9/20/1991', 'NASA', null, null, '{\"PPM-91-587.pdf\":\"/oss/physical/NASA/f664f816a7177c26c7710278bb4ce613/PPM-91-587.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f664f816a7177c26c7710278bb4ce613/data.xlsx\"}', '2299000-1,-2,1M bit SRAMs,Teledyne,9/20/1991,tid/PPM-91-587.pdf,TID,Memory', null); INSERT INTO `nasa_data_record` VALUES ('f6b128bdab34fdd2e6bc5eaae8375da4', 'Crawler', '2024-11-13 11:26:50', null, '2025-04-08 11:34:43', null, 'Operational Amplifier', 'LM148', 'LM148', 'Operational Amplifier', null, 'Fairchild', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/f6b128bdab34fdd2e6bc5eaae8375da4/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f6b128bdab34fdd2e6bc5eaae8375da4/data.xlsx\",\"D082400.pdf\":\"/oss/physical/NASA/f6b128bdab34fdd2e6bc5eaae8375da4/D082400.pdf\"}', 'LM148,Operational Amplifier,Fairchild,7/19/2001,D082400.pdf;nsrec01_W15.pdf,SET;SEU,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('f6e0cf634a0b9d8f65e5fdfe5790b2b7', 'Crawler', '2024-11-13 10:24:41', null, '2025-04-08 11:34:43', null, 'Logic Device', '54ACTQ14', '54ACTQ14', 'HEX Inverter with Schmitt Trigger', null, 'National Semiconductor', '2/2006', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f6e0cf634a0b9d8f65e5fdfe5790b2b7/data.xlsx\",\"G06FEB_54ACTQ14_0248A_TID.pdf\":\"/oss/physical/NASA/f6e0cf634a0b9d8f65e5fdfe5790b2b7/G06FEB_54ACTQ14_0248A_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/f6e0cf634a0b9d8f65e5fdfe5790b2b7/nsrec07_W26_TID.pdf\"}', '54ACTQ14,HEX Inverter with Schmitt Trigger,National Semiconductor,2/2006,G06FEB_54ACTQ14_0248A_TID.pdf;nsrec07_W26_TID.pdf,TID,Logic Device', null); INSERT INTO `nasa_data_record` VALUES ('f6fdf9122291f4c3060b5016114c8e4c', 'Crawler', '2024-11-13 12:06:49', 'luoyongheng', '2025-04-29 11:58:57', null, '系统封装(SiP)集成电路', 'PCA80C522', 'PCA80C522', 'Processor', null, 'Phillips', '7/19/2002', 'NASA', '罗永恒', '1', '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/f6fdf9122291f4c3060b5016114c8e4c/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f6fdf9122291f4c3060b5016114c8e4c/data.xlsx\"}', 'PCA80C522,Processor,Phillips,7/19/2002,NSREC02_W16.pdf,SEE,Processor', '1'); INSERT INTO `nasa_data_record` VALUES ('f70922c22efdc2d3ee8db8d40b7720d3', 'Crawler', '2024-11-13 00:34:59', null, '2025-04-08 11:34:43', null, 'ESCC 22900', 'AD584S', 'AD584S', 'Pin programmable voltage reference', '52 LINEAR VOLTAGE REGULATOR', 'Analog Devices', '10/03/2012', 'ESA', null, null, '{\"100.pdf\":\"/oss/physical/ESA/f70922c22efdc2d3ee8db8d40b7720d3/100.pdf\",\"data.xlsx\":\"/oss/physical/ESA/f70922c22efdc2d3ee8db8d40b7720d3/data.xlsx\"}', '100,AD584S,Analog Devices,Download,TID (Total Ionising Dose),ESCC 22900,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,Pin programmable voltage reference,,Alter,10/03/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('f72e4f9d07e46024d8c0f7e3641cb4ff', 'Crawler', '2024-11-13 09:57:17', null, '2025-04-08 11:34:43', null, 'Teledyne', '2299000-1,-2', '2299000-1,-2', '1Mbit SRAMs', null, null, '09/20/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f72e4f9d07e46024d8c0f7e3641cb4ff/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f72e4f9d07e46024d8c0f7e3641cb4ff/PPM-99-045.pdf\"}', '74,25-1000\r\r\n4707,2299000-1,-2,1Mbit SRAMs,Teledyne,GPEP/PPL,9106\r\r\n9109\r\r\n9111\r\r\n9047\r\r\n9049,PPM-91-587,09/20/91', null); INSERT INTO `nasa_data_record` VALUES ('f749e71672d3dbd12da77dbd5cdffb81', 'Crawler', '2024-11-13 11:03:05', null, '2025-04-08 11:34:43', null, 'Optical Fiber', 'FS-PM-4611', 'FS-PM-4611', 'Optical Fiber', null, '3M', '7/19/2002', 'NASA', null, null, '{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/f749e71672d3dbd12da77dbd5cdffb81/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f749e71672d3dbd12da77dbd5cdffb81/data.xlsx\"}', 'FS-PM-4611,Optical Fiber,3M,7/19/2002,NSREC02_W5.pdf,TID,Optical Fiber', null); INSERT INTO `nasa_data_record` VALUES ('f7575e29e9bd92cd912c8ef90e5d5bb5', 'Crawler', '2024-11-13 11:55:45', 'dushuaibin', '2025-04-30 12:37:15', null, '晶体管', 'CMOS', 'MT29F512G08AUCBBH8', 'Flash Memory', '17-051', 'Micron', '2017.06.21', 'NASA', '杜帅彬', '2', '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/f7575e29e9bd92cd912c8ef90e5d5bb5/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f7575e29e9bd92cd912c8ef90e5d5bb5/data.xlsx\",\"单粒子效应_1745987833643.xlsx\":\"/oss/physical/NASA/f7575e29e9bd92cd912c8ef90e5d5bb5/单粒子效应_1745987833643.xlsx\"}', 'MT29F512G08AUCBBH8,Flash Memory,Micron,6/21/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEU; SEFI,CMOS', '6'); INSERT INTO `nasa_data_record` VALUES ('f767503911d9be96373e9d47ceb30d76', 'Crawler', '2024-11-13 10:49:44', null, '2025-04-08 11:34:43', null, 'Data Transmission', 'AM7968', 'AM7968', 'TAXI Transmitter', null, 'AMD', '2/9/1992;9/22/1996;11/17/1996;7/19/1993;7/21/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/f767503911d9be96373e9d47ceb30d76/Random97a.pdf\",\"nsrec93a.pdf\":\"/oss/physical/NASA/f767503911d9be96373e9d47ceb30d76/nsrec93a.pdf\",\"i111796c.pdf\":\"/oss/physical/NASA/f767503911d9be96373e9d47ceb30d76/i111796c.pdf\",\"b092296.pdf\":\"/oss/physical/NASA/f767503911d9be96373e9d47ceb30d76/b092296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f767503911d9be96373e9d47ceb30d76/data.xlsx\",\"20992.pdf\":\"/oss/physical/NASA/f767503911d9be96373e9d47ceb30d76/20992.pdf\"}', 'AM7968,TAXI Transmitter,AMD,2/9/1992;9/22/1996;11/17/1996;7/19/1993;7/21/1997,20992.pdf;b092296.pdf;i111796c.pdf;nsrec93a.pdf;Random97a.pdf,SEE,Data Transmission', null); INSERT INTO `nasa_data_record` VALUES ('f76b18cb0532b394ea726ead8b4b9d55', 'Crawler', '2024-11-13 10:27:15', null, '2025-04-08 11:34:43', null, 'Optical Device', '62087-301 LED', '62087-301 LED', 'LED/PT Encoder', null, 'Micropac', '1/11/2004', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/f76b18cb0532b394ea726ead8b4b9d55/nsrec05_W23.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f76b18cb0532b394ea726ead8b4b9d55/data.xlsx\",\"D111604_61055_62087.pdf\":\"/oss/physical/NASA/f76b18cb0532b394ea726ead8b4b9d55/D111604_61055_62087.pdf\"}', '62087-301 LED,LED/PT Encoder,Micropac,1/11/2004,D111604_61055_62087.pdf;nsrec05_W23.pdf,TID,Optical Device', null); INSERT INTO `nasa_data_record` VALUES ('f7c60c4f3fca33f2f05a324ee8714178', 'Crawler', '2024-11-13 11:14:43', null, '2025-04-08 11:34:43', null, 'Power Device', 'IRHF7230', 'IRHF7230', 'N-Power MOSFET (RH)', null, 'IRC', '9/10/1991', 'NASA', null, null, '{\"PPM-91-538.pdf\":\"/oss/physical/NASA/f7c60c4f3fca33f2f05a324ee8714178/PPM-91-538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f7c60c4f3fca33f2f05a324ee8714178/data.xlsx\"}', 'IRHF7230,N-Power MOSFET (RH),IRC,9/10/1991,tid/PPM-91-538.pdf,TID,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('f7c639ba47cead8955f46aa01617eba5', 'Crawler', '2024-11-13 12:26:34', 'liujunling', '2025-04-30 22:14:51', null, '电源', 'REF-02', 'REF-02', 'Voltage regulator', null, 'PMI', '7/29/1994;7/17/1995', 'NASA', '刘俊灵', '1', '{\"ieee95a.pdf\":\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/b072994.pdf\",\"单粒子效应_1746022488834.xlsx\":\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/单粒子效应_1746022488834.xlsx\"}', 'REF-02,Voltage regulator,PMI,7/29/1994;7/17/1995,b072994.pdf;ieee95a.pdf,SEE,Linear Device', '1'); INSERT INTO `nasa_data_record` VALUES ('f881113640a7cac37b26b4e8d844337a', 'Crawler', '2024-11-13 02:16:33', null, '2025-04-08 11:34:43', null, 'Not specified', 'MR4A16BCYS35', 'MR4A16BCYS35', '1M x 16bit, MRAM', '29 MEMORY OTHERS', 'Everspin', '20/10/2022', 'ESA', null, null, '{\"MR4A16BCYS35 UCL SEE test results issue 2 release.pdf\":\"/oss/physical/ESA/f881113640a7cac37b26b4e8d844337a/MR4A16BCYS35 UCL SEE test results issue 2 release.pdf\",\"data.xlsx\":\"/oss/physical/ESA/f881113640a7cac37b26b4e8d844337a/data.xlsx\"}', '384,MR4A16BCYS35,Everspin,Download,SEE (Single Events Effects),Not specified,8 MICROCIRCUITS,29 MEMORY OTHERS,1M x 16bit, MRAM,Silicon,,20/10/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('f883033c108cf6961ffdf8dad52a6610', 'Crawler', '2024-11-13 09:51:25', null, '2025-04-08 11:34:43', null, 'AD', 'OP467', 'OP467', 'OP AMP', null, null, '6/10/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f883033c108cf6961ffdf8dad52a6610/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f883033c108cf6961ffdf8dad52a6610/PPM-99-045.pdf\"}', '317,2.5-50,OP467,OP AMP,AD,MAP subsystem,9647,PPM-97-021,6/10/97', null); INSERT INTO `nasa_data_record` VALUES ('f8886c8ead850e2f6862ba9056458cc8', 'Crawler', '2024-11-13 10:45:28', null, '2025-04-08 11:34:43', null, '180nm CMOS', 'AD9257', 'AD9257', 'ADC', null, 'Analog Devices', '6/27/2016;8/10/2016', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f8886c8ead850e2f6862ba9056458cc8/data.xlsx\",\"NEPP-TR-2016-Chen-16-023-AD9257-LBNL2016July-2016Aug-v2-TN44751.pdf\":\"/oss/physical/NASA/f8886c8ead850e2f6862ba9056458cc8/NEPP-TR-2016-Chen-16-023-AD9257-LBNL2016July-2016Aug-v2-TN44751.pdf\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/f8886c8ead850e2f6862ba9056458cc8/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"}', 'AD9257,ADC,Analog Devices,6/27/2016;8/10/2016,https://nepp.nasa.gov/files/29000/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf;https://nepp.nasa.gov/files/28471/NEPP-TR-2016-Chen-16-023-AD9257-LBNL2016July-2016Aug-v2-TN44751.pdf,SEU;SEL;SET;SEFI,180nm CMOS', null); INSERT INTO `nasa_data_record` VALUES ('f8b2c557856fc8077ea5c5e7bc97010c', 'Crawler', '2024-11-13 12:33:30', 'sunjiacheng', '2025-04-30 18:50:28', null, '片上系统(SOC)', 'Ryzen 3 1200', 'Ryzen 3 1200', 'SOC', null, 'GlobalFoundries', '6/2/2019(MGH)', 'NASA', '孙家诚', '1', '{\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf\":\"/oss/physical/NASA/f8b2c557856fc8077ea5c5e7bc97010c/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f8b2c557856fc8077ea5c5e7bc97010c/data.xlsx\",\"单粒子效应_1746010226700.xlsx\":\"/oss/physical/NASA/f8b2c557856fc8077ea5c5e7bc97010c/单粒子效应_1746010226700.xlsx\"}', 'Ryzen 3 1200,SOC,GlobalFoundries,6/2/2019(MGH),https://nepp.nasa.gov/files/30374/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf,SEE; SEFI,14nm FinFET', '1'); INSERT INTO `nasa_data_record` VALUES ('f8ea5bb7d38a4d36a1b59b6a9baaa159', 'Crawler', '2024-11-13 12:06:17', 'luoyongheng', '2025-04-29 12:17:39', null, '放大器', 'Operational Amplifier', 'PA02', 'Operational Amplifier', '1417; (16-033)', 'Apex', '12/16/2016-to-1/23/2017', 'NASA', '罗永恒', '1', '{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/f8ea5bb7d38a4d36a1b59b6a9baaa159/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f8ea5bb7d38a4d36a1b59b6a9baaa159/data.xlsx\"}', 'PA02,Operational Amplifier,Apex,12/16/2016-to-1/23/2017,https://nepp.nasa.gov/files/29004/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('f9712ad9fdce9776d7af2625cea853ce', 'Crawler', '2024-11-13 10:18:17', null, '2025-04-08 11:34:43', null, 'JFET', '2N6453', '2N6453', 'N-JFET', null, 'Interfet', '11/26/1991', 'NASA', null, null, '{\"PPM-91-707.pdf\":\"/oss/physical/NASA/f9712ad9fdce9776d7af2625cea853ce/PPM-91-707.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f9712ad9fdce9776d7af2625cea853ce/data.xlsx\"}', '2N6453,N-JFET,Interfet,11/26/1991,tid/PPM-91-707.pdf,TID,JFET', null); INSERT INTO `nasa_data_record` VALUES ('f9a3021e7c05ecb18aad7e3e20716012', 'Crawler', '2024-11-13 09:56:49', null, '2025-04-08 11:34:43', null, 'Optek Tech.', 'OP232TX', 'OP232TX', 'LED', null, null, '11/22/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f9a3021e7c05ecb18aad7e3e20716012/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f9a3021e7c05ecb18aad7e3e20716012/PPM-99-045.pdf\"}', '90,10-300,OP232TX,LED,Optek Tech.,ISTP-711,9042,PPM-91-703,11/22/91', null); INSERT INTO `nasa_data_record` VALUES ('f9b46e4c12cda039928256853f665204', 'Crawler', '2024-11-13 11:33:06', null, '2025-04-08 11:34:43', null, 'SiGe BiCMOS', 'LTC6400', 'LTC6400', 'Differential Amplifier', null, 'Linear Technology', 'TAMU09MAY;IU09AUG', 'NASA', null, null, '{\"NSREC2010_W26_Chen.pdf\":\"/oss/physical/NASA/f9b46e4c12cda039928256853f665204/NSREC2010_W26_Chen.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f9b46e4c12cda039928256853f665204/data.xlsx\",\"T052309_LTC6400.pdf\":\"/oss/physical/NASA/f9b46e4c12cda039928256853f665204/T052309_LTC6400.pdf\",\"I080409_LTC6400.pdf\":\"/oss/physical/NASA/f9b46e4c12cda039928256853f665204/I080409_LTC6400.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/f9b46e4c12cda039928256853f665204/nsrec2010_W8_SEE.pdf\"}', 'LTC6400,Differential Amplifier,Linear Technology,TAMU09MAY;IU09AUG,T052309_LTC6400.pdf;I080409_LTC6400.pdf;NSREC2010_W26_Chen.pdf;nsrec2010_W8_SEE.pdf,SEE;SEL;SET,SiGe BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('f9bec4097ecab0724da22a8e841dc4f2', 'Crawler', '2024-11-13 10:48:04', null, '2025-04-08 11:34:43', null, 'CMOS', 'ADUM3223AR7', 'ADUM3223AR7', 'Half-Bridge, Driver', null, 'Analog Devices', '5/6/2013', 'NASA', null, null, '{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/f9bec4097ecab0724da22a8e841dc4f2/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f9bec4097ecab0724da22a8e841dc4f2/data.xlsx\",\"13-031_T20130506_ADUM3223AR7.pdf\":\"/oss/physical/NASA/f9bec4097ecab0724da22a8e841dc4f2/13-031_T20130506_ADUM3223AR7.pdf\"}', 'ADUM3223AR7,Half-Bridge, Driver,Analog Devices,5/6/2013,https://nepp.nasa.gov/files/26880/NSREC2014-W42-SEE-TID-TN30286.pdf;13-031_T20130506_ADUM3223AR7.pdf,SEL,CMOS', null); INSERT INTO `nasa_data_record` VALUES ('f9c36bda3e69331e952492c312adbe1e', 'Crawler', '2024-11-13 10:38:28', null, '2025-04-08 11:34:43', null, 'Data Converters', 'AD574', 'AD574', '12-Bit ADC', null, 'Analog Devices', '9/2004', 'NASA', null, null, '{\"G04SEP_AD574_TID.pdf\":\"/oss/physical/NASA/f9c36bda3e69331e952492c312adbe1e/G04SEP_AD574_TID.pdf\",\"nsrec05_W23.pdf\":\"/oss/physical/NASA/f9c36bda3e69331e952492c312adbe1e/nsrec05_W23.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f9c36bda3e69331e952492c312adbe1e/data.xlsx\"}', 'AD574,12-Bit ADC,Analog Devices,9/2004,G04SEP_AD574_TID.pdf;nsrec05_W23.pdf,TID,Data Converters', null); INSERT INTO `nasa_data_record` VALUES ('f9dd5632641139996ceafc7982b8ce95', 'Crawler', '2024-11-13 09:58:57', null, '2025-04-08 11:34:43', null, 'NSC', 'JTXV1N3600', 'JTXV1N3600', 'Diode', null, null, '03/08/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f9dd5632641139996ceafc7982b8ce95/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f9dd5632641139996ceafc7982b8ce95/PPM-99-045.pdf\"}', '16,25-300,JTXV1N3600,Diode,NSC,ISTP/NC,9009,PPM-91-154,03/08/91', null); INSERT INTO `nasa_data_record` VALUES ('f9efc2f770dae46134d68378999e3925', 'Crawler', '2024-11-13 09:49:08', null, '2025-04-08 11:34:43', null, 'Samsung', 'KM684002AJ-17', 'KM684002AJ-17', '512kx8 SRAM', null, null, '01/08/99', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f9efc2f770dae46134d68378999e3925/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f9efc2f770dae46134d68378999e3925/PPM-99-045.pdf\"}', '399,2.5-100,KM684002AJ-17,512kx8 SRAM,Samsung,COS,Not Marked,PPM-99-013,01/08/99', null); INSERT INTO `nasa_data_record` VALUES ('f9f03e85c61619d830cc58e70cd3affd', 'Crawler', '2024-11-13 12:29:11', 'yangjicong', '2025-04-30 10:59:53', null, 'Bipolar Linear Device', 'RHFL4913', 'RHFL4913', 'Bipolar LVDO Regulator', '0510A', 'ST Microelectronics', '12/18/2005;11/18/2006', 'NASA', '杨济聪', '1', '{\"T111806_RHFL4913.pdf\":\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/T111806_RHFL4913.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/nsrec07_W27_SEE.pdf\",\"T121805_RHFL4913.pdf\":\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/T121805_RHFL4913.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/nsrec06_W4.pdf\",\"data_1745981992101.xlsx\":\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/data_1745981992101.xlsx\"}', 'RHFL4913,Bipolar LVDO Regulator,ST Microelectronics,12/18/2005;11/18/2006,T121805_RHFL4913.pdf;nsrec06_W4.pdf;T111806_RHFL4913.pdf;nsrec07_W27_SEE.pdf,SEE,Bipolar Linear Device', '2'); INSERT INTO `nasa_data_record` VALUES ('f9ff876808913fc65152eac6e4635039', 'Crawler', '2024-11-13 09:49:46', null, '2025-04-08 11:34:43', null, 'Interpoint', 'MTR2805F', 'MTR2805F', 'DC/DC Converter', null, null, '10/20/98', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/f9ff876808913fc65152eac6e4635039/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/f9ff876808913fc65152eac6e4635039/PPM-99-045.pdf\"}', '384,2.5-50,MTR2805F,DC/DC Converter,Interpoint,TOMS,9828,PPM-98-030,10/20/98', null); INSERT INTO `nasa_data_record` VALUES ('fa175836ee2fc62083dfd735d72e6543', 'Crawler', '2024-11-13 11:02:48', null, '2025-04-08 11:34:43', null, 'Transistor', 'FDN361AN', 'FDN361AN', 'N-Channel MOSFET', null, 'Fairchild', '12/31/2001;7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/fa175836ee2fc62083dfd735d72e6543/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fa175836ee2fc62083dfd735d72e6543/data.xlsx\",\"N123101_FDN361AN.pdf\":\"/oss/physical/NASA/fa175836ee2fc62083dfd735d72e6543/N123101_FDN361AN.pdf\"}', 'FDN361AN,N-Channel MOSFET,Fairchild,12/31/2001;7/19/2002,N123101_FDN361AN.pdf;NSREC02_W16.pdf,TID,Transistor', null); INSERT INTO `nasa_data_record` VALUES ('fa45d50ad07b9d0aab653efa14fbe66f', 'Crawler', '2024-11-13 11:33:13', null, '2025-04-08 11:34:43', null, 'SiGe BiCMOS', 'LTC6400-20', 'LTC6400-20', 'Differential Amplifier', null, 'Linear Technology', 'NRL10MAR;IU10MAR', 'NASA', null, null, '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/fa45d50ad07b9d0aab653efa14fbe66f/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fa45d50ad07b9d0aab653efa14fbe66f/data.xlsx\",\"NRL031610_LTC6400.pdf\":\"/oss/physical/NASA/fa45d50ad07b9d0aab653efa14fbe66f/NRL031610_LTC6400.pdf\",\"I032910_LTC6400.pdf\":\"/oss/physical/NASA/fa45d50ad07b9d0aab653efa14fbe66f/I032910_LTC6400.pdf\"}', 'LTC6400-20,Differential Amplifier,Linear Technology,NRL10MAR;IU10MAR,NRL031610_LTC6400.pdf;I032910_LTC6400.pdf;nsrec2011_W6_SEE.pdf,SEE;SET,SiGe BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('fa6f62c924be4b9dae392d65b99be6bd', 'Crawler', '2024-11-13 10:47:04', null, '2025-04-08 11:34:43', null, 'LC2MOS', 'ADG526A', 'ADG526A', 'Analog MUX', null, 'Analog Devices', 'TAMU08JUN', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/fa6f62c924be4b9dae392d65b99be6bd/data.xlsx\",\"T062208_ADG526A.pdf\":\"/oss/physical/NASA/fa6f62c924be4b9dae392d65b99be6bd/T062208_ADG526A.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/fa6f62c924be4b9dae392d65b99be6bd/nsrec09_W12_SEE.pdf\"}', 'ADG526A,Analog MUX,Analog Devices,TAMU08JUN,T062208_ADG526A.pdf;nsrec09_W12_SEE.pdf,SEE;SEL;SEU,LC2MOS', null); INSERT INTO `nasa_data_record` VALUES ('fabbe4c7d05a80725f349bdc7fe22915', 'Crawler', '2024-11-13 10:09:06', null, '2025-04-08 11:34:43', null, 'RAM (Random Access Memory)', '0116400J1D Luna-ES2', '0116400J1D Luna-ES2', '4Mx4 DRAM', null, 'IBM', '7/12/1997', 'NASA', null, null, '{\"Random97a.pdf\":\"/oss/physical/NASA/fabbe4c7d05a80725f349bdc7fe22915/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fabbe4c7d05a80725f349bdc7fe22915/data.xlsx\"}', '0116400J1D Luna-ES2,4Mx4 DRAM,IBM,7/12/1997,Random97a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('faffbfdc84ffeae4602462bd6de74336', 'Crawler', '2024-11-13 09:59:24', null, '2025-04-08 11:34:43', null, 'Marconi', 'MAR7001CB2', 'MAR7001CB2', '512x9 FIFO', null, null, '01/15/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/faffbfdc84ffeae4602462bd6de74336/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/faffbfdc84ffeae4602462bd6de74336/PPM-99-045.pdf\"}', '4,5-300,MAR7001CB2,512x9 FIFO,Marconi,ISTP/CB,8950,PPM-91-039,01/15/91', null); INSERT INTO `nasa_data_record` VALUES ('faffdefc2dabd0c9389393a2d7aea6ee', 'Crawler', '2024-11-13 11:49:19', null, '2025-04-08 11:34:43', null, 'DC/DC Converter', 'MHV2803R3', 'MHV2803R3', 'DC/DC Converter', null, 'Interpoint', '8/27/1997', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/faffdefc2dabd0c9389393a2d7aea6ee/data.xlsx\",\"PPM-97-037.pdf\":\"/oss/physical/NASA/faffdefc2dabd0c9389393a2d7aea6ee/PPM-97-037.pdf\"}', 'MHV2803R3,DC/DC Converter,Interpoint,8/27/1997,tid/PPM-97-037.pdf,TID,DC/DC Converter', null); INSERT INTO `nasa_data_record` VALUES ('fb0462fcef33693f4dbce3af3976bed1', 'Crawler', '2024-11-13 11:23:25', null, '2025-04-08 11:34:43', null, 'Linear Device', 'LM119', 'LM119', 'Voltage Comparator', null, 'National Semiconductor', '7/29/1994;7/17/1995;12/21/2001;7/19/2002;2005', 'NASA', null, null, '{\"B122101_LM119.pdf\":\"/oss/physical/NASA/fb0462fcef33693f4dbce3af3976bed1/B122101_LM119.pdf\",\"SEESYM02_Buchner_LM119.pdf\":\"/oss/physical/NASA/fb0462fcef33693f4dbce3af3976bed1/SEESYM02_Buchner_LM119.pdf\",\"B122101_Paper_Lm119.pdf\":\"/oss/physical/NASA/fb0462fcef33693f4dbce3af3976bed1/B122101_Paper_Lm119.pdf\",\"G2005_LM119_TID.pdf\":\"/oss/physical/NASA/fb0462fcef33693f4dbce3af3976bed1/G2005_LM119_TID.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/fb0462fcef33693f4dbce3af3976bed1/ieee95a.pdf\",\"b072994.pdf\":\"/oss/physical/NASA/fb0462fcef33693f4dbce3af3976bed1/b072994.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fb0462fcef33693f4dbce3af3976bed1/data.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/fb0462fcef33693f4dbce3af3976bed1/nsrec06_W2.pdf\"}', 'LM119,Voltage Comparator,National Semiconductor,7/29/1994;7/17/1995;12/21/2001;7/19/2002;2005,b072994.pdf;ieee95a.pdf;B122101_LM119.pdf;B122101_Paper_Lm119.pdf;SEESYM02_Buchner_LM119.pdf;NSRC02_W16.pdf;G2005_LM119_TID.pdf;nsrec06_W2.pdf,SEE,Linear Device', null); INSERT INTO `nasa_data_record` VALUES ('fb0efa10324e5a14c915366c4a73f225', 'Crawler', '2024-11-13 10:29:57', null, '2025-04-08 11:34:43', null, 'Power Device', '7804', '7804', 'DC - DC Converter', null, 'AA', '7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/fb0efa10324e5a14c915366c4a73f225/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fb0efa10324e5a14c915366c4a73f225/data.xlsx\"}', '7804,DC - DC Converter,AA,7/20/1998,NSREC98.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('fb6033c4c6240c9c22efc28e3fe8355e', 'Crawler', '2024-11-13 10:29:10', null, '2025-04-08 11:34:43', null, 'RAM (Random Access Memory)', '70324', '70324', 'Dual port RAM', null, 'IDT', '5/4/1994;7/17/1995', 'NASA', null, null, '{\"b050494.pdf\":\"/oss/physical/NASA/fb6033c4c6240c9c22efc28e3fe8355e/b050494.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/fb6033c4c6240c9c22efc28e3fe8355e/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fb6033c4c6240c9c22efc28e3fe8355e/data.xlsx\"}', '70324,Dual port RAM,IDT,5/4/1994;7/17/1995,b050494.pdf;ieee95a.pdf,SEE,RAM (Random Access Memory)', null); INSERT INTO `nasa_data_record` VALUES ('fb7a29814979eba273dfd3e4f9b9aaf6', 'Crawler', '2024-11-13 12:39:39', 'changyuhai', '2025-05-03 21:33:56', null, 'Si', 'SMP1307-004LF', 'SMP1307-004LF', 'Diode', '17-025', 'Skyworks Solutions, Inc.', '4/11/2017', 'NASA', '常余海', '1', '{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/fb7a29814979eba273dfd3e4f9b9aaf6/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fb7a29814979eba273dfd3e4f9b9aaf6/data.xlsx\",\"单粒子效应_1746279234906.xlsx\":\"/oss/physical/NASA/fb7a29814979eba273dfd3e4f9b9aaf6/单粒子效应_1746279234906.xlsx\"}', 'SMP1307-004LF,Diode,Skyworks Solutions, Inc.,4/11/2017,CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf,SEE,Si', '3'); INSERT INTO `nasa_data_record` VALUES ('fb84cb631a92b9a22071125a7e8e5025', 'Crawler', '2024-11-13 10:19:00', null, '2025-04-08 11:34:43', null, 'VDMOS', '2N7270', '2N7270', '500 V n-type power MOSFET', null, 'SEMICOA', '8/16/2010', 'NASA', null, null, '{\"T081610_2N7270.pdf\":\"/oss/physical/NASA/fb84cb631a92b9a22071125a7e8e5025/T081610_2N7270.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/fb84cb631a92b9a22071125a7e8e5025/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fb84cb631a92b9a22071125a7e8e5025/data.xlsx\"}', '2N7270,500 V n-type power MOSFET,SEMICOA,8/16/2010,T081610_2N7270.pdf;nsrec2011_W6_SEE.pdf,SEE,VDMOS', null); INSERT INTO `nasa_data_record` VALUES ('fbb30ba52f9ec4dda130b6c4df975e83', 'Crawler', '2024-11-13 09:52:16', null, '2025-04-08 11:34:43', null, 'SEI/Hitachi', '28C010', '28C010', 'EEPROM', null, null, '11/02/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/fbb30ba52f9ec4dda130b6c4df975e83/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/fbb30ba52f9ec4dda130b6c4df975e83/PPM-99-045.pdf\"}', '285,2.5-100,28C010,EEPROM,SEI/Hitachi,AXAF/Gulton,9530,PPM-95-182,11/02/95', null); INSERT INTO `nasa_data_record` VALUES ('fbd3d84e95a35f350e214fffc835d95a', 'Crawler', '2024-11-13 12:28:38', 'liujunling', '2025-04-30 21:52:44', null, '晶体管', 'RH310', 'RH310', 'Operational Amplifier', '30849A', 'ST Microelectronics', '7/2011', 'NASA', '刘俊灵', '1', '{\"data.xlsx\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID.pdf\",\"总剂量效应_1746021161940.xlsx\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/总剂量效应_1746021161940.xlsx\"}', 'RH310,Operational Amplifier,ST Microelectronics,7/2011,nsrec2011_W5_TID.pdf,TID,Bipolar', '1'); INSERT INTO `nasa_data_record` VALUES ('fc32773d9243a595acffdf9cac03b2a9', 'Crawler', '2024-11-13 10:43:11', null, '2025-04-08 11:34:43', null, 'Data Converters', 'AD7846SQ', 'AD7846SQ', '16-Bit DAC', null, 'Analog Devices', '2/2005', 'NASA', null, null, '{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/fc32773d9243a595acffdf9cac03b2a9/nsrec05_W23.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fc32773d9243a595acffdf9cac03b2a9/data.xlsx\",\"G05JAN_AD7846SQ_TID.pdf\":\"/oss/physical/NASA/fc32773d9243a595acffdf9cac03b2a9/G05JAN_AD7846SQ_TID.pdf\"}', 'AD7846SQ,16-Bit DAC,Analog Devices,2/2005,G05JAN_AD7846SQ_TID.pdf;nsrec05_W23.pdf,TID,Data Converters', null); INSERT INTO `nasa_data_record` VALUES ('fc45252b1d981c836e6c13a1314e4f5e', 'Crawler', '2024-11-13 10:41:37', null, '2025-04-08 11:34:43', null, 'Operational Amplifier', 'AD712TQ/883B', 'AD712TQ/883B', 'Dual Operational Amplifier', null, 'Analog Devices', '5/27/1992', 'NASA', null, null, '{\"PPM-92-163.pdf\":\"/oss/physical/NASA/fc45252b1d981c836e6c13a1314e4f5e/PPM-92-163.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fc45252b1d981c836e6c13a1314e4f5e/data.xlsx\"}', 'AD712TQ/883B,Dual Operational Amplifier,Analog Devices,5/27/1992,tid/PPM-92-163.pdf,TID,Operational Amplifier', null); INSERT INTO `nasa_data_record` VALUES ('fc5656078a5a62564a33859a0fabb386', 'Crawler', '2024-11-13 11:23:01', null, '2025-04-08 11:34:43', null, 'Voltage Regulator', 'LM117HVH', 'LM117HVH', 'Voltage Regulator', null, 'National Semiconductor', '7/15/1998;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/fc5656078a5a62564a33859a0fabb386/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fc5656078a5a62564a33859a0fabb386/data.xlsx\",\"PPM-98-020.pdf\":\"/oss/physical/NASA/fc5656078a5a62564a33859a0fabb386/PPM-98-020.pdf\"}', 'LM117HVH,Voltage Regulator,National Semiconductor,7/15/1998;1999,tid/PPM-98-020.pdf;nsrec00_W21.pdf,TID,Voltage Regulator', null); INSERT INTO `nasa_data_record` VALUES ('fc65d36e6d1f3ca5afe824cfb9d7c7e4', 'Crawler', '2024-11-13 09:58:14', null, '2025-04-08 11:34:43', null, 'ADI', 'AD7224UQ/883', 'AD7224UQ/883', '8 bit DAC', null, null, '06/13/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/fc65d36e6d1f3ca5afe824cfb9d7c7e4/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/fc65d36e6d1f3ca5afe824cfb9d7c7e4/PPM-99-045.pdf\"}', '47,2.5-20,AD7224UQ/883,8 bit DAC,ADI,ISTP/NC,8919,PPM-91-390,06/13/91', null); INSERT INTO `nasa_data_record` VALUES ('fc8d2a28ba6cdc1f1b7dca48a8c6b93d', 'Crawler', '2024-11-13 10:59:24', null, '2025-04-08 11:34:43', null, 'Analog Switch', 'DG201', 'DG201', 'Quad Analog Switch', null, 'Phillips', '12/15/1996', 'NASA', null, null, '{\"PPM-97-003.pdf\":\"/oss/physical/NASA/fc8d2a28ba6cdc1f1b7dca48a8c6b93d/PPM-97-003.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fc8d2a28ba6cdc1f1b7dca48a8c6b93d/data.xlsx\"}', 'DG201,Quad Analog Switch,Phillips,12/15/1996,tid/PPM-97-003.pdf,TID,Analog Switch', null); INSERT INTO `nasa_data_record` VALUES ('fcae8388298da24c6bf29b9326f088ab', 'Crawler', '2024-11-13 09:56:21', null, '2025-04-08 11:34:43', null, 'ADI', 'AD524', 'AD524', 'Instr. Amp.', null, null, '01/14/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/fcae8388298da24c6bf29b9326f088ab/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/fcae8388298da24c6bf29b9326f088ab/PPM-99-045.pdf\"}', '110,5-200,AD524,Instr. Amp.,ADI,GPEP,9013C,PPM-92-029,01/14/92', null); INSERT INTO `nasa_data_record` VALUES ('fce1328f1f03a03ede98dd796685e8d6', 'Crawler', '2024-11-13 10:21:15', null, '2025-04-08 11:34:43', null, 'Optocoupler', '4N49S', '4N49S', 'Optocoupler', null, 'Micropac', '7/19/2001', 'NASA', null, null, '{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/fce1328f1f03a03ede98dd796685e8d6/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fce1328f1f03a03ede98dd796685e8d6/data.xlsx\",\"D120400a.pdf\":\"/oss/physical/NASA/fce1328f1f03a03ede98dd796685e8d6/D120400a.pdf\"}', '4N49S,Optocoupler,Micropac,7/19/2001,D120400a.pdf;nsrec01_W15.pdf,DD,Optocoupler', null); INSERT INTO `nasa_data_record` VALUES ('fcf1e51d5e4b43a51c66c9445c92e4df', 'Crawler', '2024-11-13 11:34:45', null, '2025-04-08 11:34:43', null, 'Communication Device', 'M3-SW16-8S', 'M3-SW16-8S', '16 Port Myrinet Switch MYRI2K', null, 'Myricom', '11/26/2001;7/19/2002', 'NASA', null, null, '{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/fcf1e51d5e4b43a51c66c9445c92e4df/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/fcf1e51d5e4b43a51c66c9445c92e4df/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fcf1e51d5e4b43a51c66c9445c92e4df/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/fcf1e51d5e4b43a51c66c9445c92e4df/NSREC02_W8.pdf\"}', 'M3-SW16-8S,16 Port Myrinet Switch MYRI2K,Myricom,11/26/2001;7/19/2002,D112601_Myrinet.pdf;NSREC02_W16.pdf;NSREC02_W8.pdf,SEE,Communication Device', null); INSERT INTO `nasa_data_record` VALUES ('fcf72abbcfb7dc5e6234e670ced700da', 'Crawler', '2024-11-13 10:28:18', null, '2025-04-08 11:34:43', null, 'Hybrid', '66171-300', '66171-300', 'Optocoupler', null, 'Micropac', '11/7/2018', 'NASA', null, null, '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/fcf72abbcfb7dc5e6234e670ced700da/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fcf72abbcfb7dc5e6234e670ced700da/data.xlsx\"}', '66171-300,Optocoupler,Micropac,11/7/2018,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf,DD,Hybrid', null); INSERT INTO `nasa_data_record` VALUES ('fcf8c52f14faa31e0a6608006ee3e8c2', 'Crawler', '2024-11-13 09:54:33', null, '2025-04-08 11:34:43', null, 'Unitrode', 'UC1845J/883', 'UC1845J/883', 'PWM', null, null, '05/26/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/fcf8c52f14faa31e0a6608006ee3e8c2/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/fcf8c52f14faa31e0a6608006ee3e8c2/PPM-99-045.pdf\"}', '189,5-100,UC1845J/883,PWM,Unitrode,FAST/MU3,9252,PPM-93-059,05/26/93', null); INSERT INTO `nasa_data_record` VALUES ('fcfb999c0d07133474d9fb41292e4430', 'Crawler', '2024-11-13 10:39:06', null, '2025-04-08 11:34:43', null, 'Bipolar', 'AD586T', 'AD586T', 'Voltage Reference', null, 'Analog Devices', '2010/2011', 'NASA', null, null, '{\"nsrec2012_W6_TID.pdf\":\"/oss/physical/NASA/fcfb999c0d07133474d9fb41292e4430/nsrec2012_W6_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fcfb999c0d07133474d9fb41292e4430/data.xlsx\"}', 'AD586T,Voltage Reference,Analog Devices,2010/2011,nsrec2012_W6_TID.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('fd00c653741d69a3dcf6caf8a1de4329', 'Crawler', '2024-11-13 10:38:11', null, '2025-04-08 11:34:43', null, 'Analog Device', 'AD565', 'AD565', '12-Bit DAC', null, 'Analog Devices', '12/7/1994;7/29/1994;11/9/1994;7/17/1995;12/18/2005;7/2006', 'NASA', null, null, '{\"ieee95a.pdf\":\"/oss/physical/NASA/fd00c653741d69a3dcf6caf8a1de4329/ieee95a.pdf\",\"b072994.pdf\":\"/oss/physical/NASA/fd00c653741d69a3dcf6caf8a1de4329/b072994.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/fd00c653741d69a3dcf6caf8a1de4329/nsrec07_W26_TID.pdf\",\"G06JUL_AD565_TID.pdf\":\"/oss/physical/NASA/fd00c653741d69a3dcf6caf8a1de4329/G06JUL_AD565_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fd00c653741d69a3dcf6caf8a1de4329/data.xlsx\",\"T121805_AD565.pdf\":\"/oss/physical/NASA/fd00c653741d69a3dcf6caf8a1de4329/T121805_AD565.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/fd00c653741d69a3dcf6caf8a1de4329/nsrec06_W4.pdf\",\"b110994.pdf\":\"/oss/physical/NASA/fd00c653741d69a3dcf6caf8a1de4329/b110994.pdf\",\"PPM-95-108.pdf\":\"/oss/physical/NASA/fd00c653741d69a3dcf6caf8a1de4329/PPM-95-108.pdf\"}', 'AD565,12-Bit DAC,Analog Devices,12/7/1994;7/29/1994;11/9/1994;7/17/1995;12/18/2005;7/2006,tid/PPM-95-108.pdf;b072994.pdf;b110994.pdf;ieee95a.pdf;T121805_AD565.pdf;nsrec06_W4.pdf;G06JUL_AD565_TID.pdf;nsrec07_W26_TID.pdf,TID;SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('fd44c50b511d76325f3590d781d5d572', 'Crawler', '2024-11-13 12:01:21', 'xieyongzhi', '2025-05-03 19:51:04', null, '放大器', 'OM11725SMX (OM7646)', 'OM11725SMX (OM7646)', 'Operational Amplifier', null, 'Omnirel', '3/13/1998;4/10/1998;1999', 'NASA', '谢永智', '4', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/nsrec00_W21.pdf\",\"PPM-98-002.pdf\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-002.pdf\",\"PPM-98-007.pdf\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-007.pdf\",\"data(27)_1745989553684.xlsx\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/data(27)_1745989553684.xlsx\"}', 'OM11725SMX (OM7646),Operational Amplifier,Omnirel,3/13/1998;4/10/1998;1999,tid/PPM-98-002.pdf;tid/PPM-98-007.pdf;nsrec00_W21.pdf,TID,Operational Amplifier', '52'); INSERT INTO `nasa_data_record` VALUES ('fd63d852be57ad48ef3199227c253575', 'Crawler', '2024-11-13 01:22:42', null, '2025-04-08 11:34:43', null, '', 'TS432', 'TS432', '1.24V Adjustable voltage reference', '52 LINEAR VOLTAGE REGULATOR', 'Taiwan Semiconductor', '18/08/2022', 'ESA', null, null, '{\"296.pdf\":\"/oss/physical/ESA/fd63d852be57ad48ef3199227c253575/296.pdf\",\"data.xlsx\":\"/oss/physical/ESA/fd63d852be57ad48ef3199227c253575/data.xlsx\"}', '296,TS432,Taiwan Semiconductor,Download,TID (Total Ionising Dose),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,1.24V Adjustable voltage reference,Bipolar,ESA-ESTEC,18/08/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('fd926f090bd93738f5db0240b09d241b', 'Crawler', '2024-11-13 09:53:54', null, '2025-04-08 11:34:43', null, 'Elantec', 'EL2243', 'EL2243', 'Dual Op Amp', null, null, '08/17/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/fd926f090bd93738f5db0240b09d241b/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/fd926f090bd93738f5db0240b09d241b/PPM-99-045.pdf\"}', '217,5-100,EL2243,Dual Op Amp,Elantec,FUSE,9332C,PPM-94-018,08/17/94', null); INSERT INTO `nasa_data_record` VALUES ('fd96c224f6471ec2b19cd17404c07dc8', 'Crawler', '2024-11-13 10:12:15', null, '2025-04-08 11:34:43', null, 'Power Device', '2680M-S05F', '2680M-S05F', 'DC-DC converter', null, 'MDI', '10/17/1995;7/15/1996', 'NASA', null, null, '{\"l101795a.pdf\":\"/oss/physical/NASA/fd96c224f6471ec2b19cd17404c07dc8/l101795a.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/fd96c224f6471ec2b19cd17404c07dc8/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fd96c224f6471ec2b19cd17404c07dc8/data.xlsx\"}', '2680M-S05F,DC-DC converter,MDI,10/17/1995;7/15/1996,l101795a.pdf;random6a.pdf,SEE,Power Device', null); INSERT INTO `nasa_data_record` VALUES ('fda2116480c55fcc9373195e66949084', 'Crawler', '2024-11-13 12:33:26', 'yangjicong', '2025-04-28 22:20:15', null, 'Analog Devices', 'Ref - 43', 'Ref - 43', 'Reference', null, 'Analog Devices', '7/20/1998', 'NASA', '杨济聪', '1', '{\"NSREC98.pdf\":\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/NSREC98.pdf\",\"data_1745850013420.xlsx\":\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/data_1745850013420.xlsx\"}', 'Ref - 43,Reference,Analog Devices,7/20/1998,NSREC98.pdf,SEE,Analog Devices', '1'); INSERT INTO `nasa_data_record` VALUES ('fe341c81cda8f848f0111a58fa5fe051', 'Crawler', '2024-11-13 02:19:15', null, '2025-04-08 11:34:43', null, 'Not specified', 'RHFPM4424', 'RHFPM4424', 'Rad-hard 4.5 A dual low-side MOSFET driver', '1 ALL', 'STmicroelectronics', '08/08/2014', 'ESA', null, null, '{\"366.pdf\":\"/oss/physical/ESA/fe341c81cda8f848f0111a58fa5fe051/366.pdf\",\"data.xlsx\":\"/oss/physical/ESA/fe341c81cda8f848f0111a58fa5fe051/data.xlsx\"}', '366,RHFPM4424,STmicroelectronics,Download,SEE (Single Events Effects),Not specified,99 MISCELLANEOUS PARTS,1 ALL,Rad-hard 4.5 A dual low-side MOSFET driver,,TRAD,08/08/2014,False', null); INSERT INTO `nasa_data_record` VALUES ('fe4a44ec4a43c1ee253227d398f89df9', 'Crawler', '2024-11-13 10:10:46', null, '2025-04-08 11:34:43', null, 'Si', '1N4448WSF', '1N4448WSF', 'Diode', null, 'Diodes Incorporated', '_2017', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/fe4a44ec4a43c1ee253227d398f89df9/data.xlsx\",\"NEPP-TR-2017-Boomer-GRC-1N4448-Diodes-TN41151.pdf\":\"/oss/physical/NASA/fe4a44ec4a43c1ee253227d398f89df9/NEPP-TR-2017-Boomer-GRC-1N4448-Diodes-TN41151.pdf\"}', '1N4448WSF,Diode,Diodes Incorporated,_2017,https://nepp.nasa.gov/files/27529/NEPP-TR-2017-Boomer-GRC-1N4448-Diodes-TN41151.pdf,Thermal Cycling,Si', null); INSERT INTO `nasa_data_record` VALUES ('fe4ff4469c58cb3d6430af122ec77ae9', 'Crawler', '2024-11-13 12:48:40', 'chenwenzhuo', '2025-04-30 23:07:25', null, 'CMOS', 'T36T-GTRC', 'T36T-GTRC', 'ASIC', null, 'Agilent', '2/24/2004;6/22/2004', 'NASA', '陈文卓', '1', '{\"TIL25_1746010224816.xlsx\":\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/TIL25_1746010224816.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/nsrec04_SEE.pdf\"}', 'T36T-GTRC,ASIC,Agilent,2/24/2004;6/22/2004,T022404_GLAST.pdf;nsrec04_SEE.pdf,SEL,CMOS', '1'); INSERT INTO `nasa_data_record` VALUES ('fe527511a437f698fe3ed0f96ca910e7', 'Crawler', '2024-11-13 12:46:55', 'chenpan', '2025-04-30 17:56:24', null, 'SiC', 'SiC IC JFET', 'SiC IC JFET', 'Integrated Circuit', null, 'NASA GRC', '7/10/2018;2018Aug', 'NASA', '陈攀', '1', '{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/fe527511a437f698fe3ed0f96ca910e7/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fe527511a437f698fe3ed0f96ca910e7/data.xlsx\",\"NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf\":\"/oss/physical/NASA/fe527511a437f698fe3ed0f96ca910e7/NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf\",\"SIC_JFET_1746006978070.xlsx\":\"/oss/physical/NASA/fe527511a437f698fe3ed0f96ca910e7/SIC_JFET_1746006978070.xlsx\"}', 'SiC IC JFET,Integrated Circuit,NASA GRC,7/10/2018;2018Aug,https://nepp.nasa.gov/docs/tasks/051-Compendium-SEE-TID-DD/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf;https://nepp.nasa.gov/docs/tasks/070-Test-Reports/NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf,SEE;TID,SiC', '6'); INSERT INTO `nasa_data_record` VALUES ('fe6fd99347aefd249f50182664f5cd0a', 'Crawler', '2024-11-13 12:25:31', 'dushuaibin', '2025-04-30 21:36:31', null, '晶体管', 'VDMOS', 'RAD7264', '250 V N-type MOSFET', '12-060', 'Aeroflex', '2012.08.20-2013.01.29', 'NASA', '王嘉兴', '1', '{\"T082112_RAD7264.pdf\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/T082112_RAD7264.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/nsrec2013_W8_SEE.pdf\",\"单粒子效应_1746020179360.xlsx\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/单粒子效应_1746020179360.xlsx\"}', 'RAD7264,250 V N-type MOSFET,Aeroflex,8/20/2012,T082112_RAD7264.pdf;nsrec2013_W8_SEE.pdf,SEE,VDMOS', '10'); INSERT INTO `nasa_data_record` VALUES ('fe8c0f06f4195edaf356db1dcb60387d', 'Crawler', '2024-11-13 10:46:38', null, '2025-04-08 11:34:43', null, 'BiCMOS', 'ADF4252', 'ADF4252', 'Frequency Synthesizer', null, 'Analog Devices', '11/01/2017-to-3/26/2018', 'NASA', null, null, '{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/fe8c0f06f4195edaf356db1dcb60387d/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fe8c0f06f4195edaf356db1dcb60387d/data.xlsx\"}', 'ADF4252,Frequency Synthesizer,Analog Devices,11/01/2017-to-3/26/2018,CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf,TID,BiCMOS', null); INSERT INTO `nasa_data_record` VALUES ('fe8ef1e5572d9a8d388fbc6394a8cb42', 'Crawler', '2024-11-13 10:30:01', null, '2025-04-08 11:34:43', null, 'Analog Device', '7805LPRP', '7805LPRP', '16-bit ADC', null, 'SEI', '5/13/1997;7/20/1998', 'NASA', null, null, '{\"NSREC98.pdf\":\"/oss/physical/NASA/fe8ef1e5572d9a8d388fbc6394a8cb42/NSREC98.pdf\",\"B051397bmod.pdf\":\"/oss/physical/NASA/fe8ef1e5572d9a8d388fbc6394a8cb42/B051397bmod.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fe8ef1e5572d9a8d388fbc6394a8cb42/data.xlsx\"}', '7805LPRP,16-bit ADC,SEI,5/13/1997;7/20/1998,B051397bmod.pdf;NSREC98.pdf,SEE,Analog Device', null); INSERT INTO `nasa_data_record` VALUES ('fe9ef027a248ee9c28522774f32aa524', 'Crawler', '2024-11-13 09:51:21', null, '2025-04-08 11:34:43', null, 'AD', 'AD624', 'AD624', 'Voltage Reference', null, null, '6/6/97', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/fe9ef027a248ee9c28522774f32aa524/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/fe9ef027a248ee9c28522774f32aa524/PPM-99-045.pdf\"}', '320,2.5-50,AD624,Voltage Reference,AD,MAP subsystem,9609,PPM-97-024,6/6/97', null); INSERT INTO `nasa_data_record` VALUES ('fea6522d2bd16a9b70cf88b7a42b9830', 'Crawler', '2024-11-13 09:53:49', null, '2025-04-08 11:34:43', null, 'National', '26C31', '26C31', 'Quad Op Amp', null, null, '09/08/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/fea6522d2bd16a9b70cf88b7a42b9830/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/fea6522d2bd16a9b70cf88b7a42b9830/PPM-99-045.pdf\"}', '221,2.5-100,26C31,Quad Op Amp,National,FUSE,9317A,PPM-94-023,09/08/94', null); INSERT INTO `nasa_data_record` VALUES ('feb9c9411e693d45996085c9fca22486', 'Crawler', '2024-11-13 11:35:48', null, '2025-04-08 11:34:43', null, 'Bipolar', 'MAT-01', 'MAT-01', 'Matched Monolithic Dual Transistor', null, 'Analog Devices', '9/8/2015', 'NASA', null, null, '{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/feb9c9411e693d45996085c9fca22486/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/feb9c9411e693d45996085c9fca22486/data.xlsx\"}', 'MAT-01,Matched Monolithic Dual Transistor,Analog Devices,9/8/2015,https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('febcf132f7ffbd257efa717488236d89', 'Crawler', '2024-11-13 12:06:20', 'xieyongzhi', '2025-05-03 19:05:41', null, '放大器', 'Power Operational Amplifier', 'PA07M', 'Power Operational Amplifier', 'M90432', 'Apex', '8/12/1999;10/20/1999', 'NASA', '罗永恒', '3', '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/nsrec00_W21.pdf\",\"data__1745914852717.xlsx\":\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/data__1745914852717.xlsx\",\"PPM-99-032.pdf\":\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/PPM-99-032.pdf\"}', 'PA07M,Power Operational Amplifier,Apex,8/3/1999;10/20/1999,nsrec00_W21.pdf;tid/PPM-99-032.pdf,SEE;TID,Power Operational Amplifier', '48'); INSERT INTO `nasa_data_record` VALUES ('fec9451e3c3a85b442b617aba0074748', 'Crawler', '2024-11-13 09:56:10', null, '2025-04-08 11:34:43', null, 'NSC', '54AC244DMQB', '54AC244DMQB', 'Octal Buffer', null, null, '01/31/92', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/fec9451e3c3a85b442b617aba0074748/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/fec9451e3c3a85b442b617aba0074748/PPM-99-045.pdf\"}', '118,10-300,54AC244DMQB,Octal Buffer,NSC,SMEX/CB,C90358,PPM-92-039,01/31/92', null); INSERT INTO `nasa_data_record` VALUES ('fede4a3f2ab10ffe866ca3561c0b2093', 'Crawler', '2024-11-13 10:30:44', null, '2025-04-08 11:34:43', null, 'SiGe device', '7HP test sample', '7HP test sample', 'SiGe 127 bit SR', null, 'IBM', '6/22/2004', 'NASA', null, null, '{\"nsrec04_marshall.pdf\":\"/oss/physical/NASA/fede4a3f2ab10ffe866ca3561c0b2093/nsrec04_marshall.pdf\",\"tns04_marshall.pdf\":\"/oss/physical/NASA/fede4a3f2ab10ffe866ca3561c0b2093/tns04_marshall.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fede4a3f2ab10ffe866ca3561c0b2093/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/fede4a3f2ab10ffe866ca3561c0b2093/nsrec04_SEE.pdf\"}', '7HP test sample,SiGe 127 bit SR,IBM,6/22/2004,nsrec04_marshall.pdf;tns04_marshall.pdf;nsrec04_SEE.pdf,SEE,SiGe device', null); INSERT INTO `nasa_data_record` VALUES ('fef772406b4c979ce9d2923eb436b6c1', 'Crawler', '2024-11-13 00:47:12', null, '2025-04-08 11:34:43', null, 'Not specified', 'AM26LV31EIDR, Texas Instruments - AM26LV32EIDR, Texas Instruments - FM22L16-55-TG, Cypress Semiconductor', 'AM26LV31EIDR, Texas Instruments - AM26LV32EIDR, Texas Instruments - FM22L16-55-TG, Cypress Semiconductor', 'quadruple differential line driver, ferroelectric random access memory with parallel interface', '80 LOGIC FAMILIES', 'Texas Instrument, Cypress Semiconductor', '23/08/2016', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/fef772406b4c979ce9d2923eb436b6c1/data.xlsx\",\"162.pdf\":\"/oss/physical/ESA/fef772406b4c979ce9d2923eb436b6c1/162.pdf\"}', '162,AM26LV31EIDR, Texas Instruments - AM26LV32EIDR, Texas Instruments - FM22L16-55-TG, Cypress Semiconductor,Texas Instrument, Cypress Semiconductor,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,80 LOGIC FAMILIES,quadruple differential line driver, ferroelectric random access memory with parallel interface,,University of Graz,23/08/2016,False', null); INSERT INTO `nasa_data_record` VALUES ('ff132ba225ce53d4ae62cf14b967fd1e', 'Crawler', '2024-11-13 10:43:29', null, '2025-04-08 11:34:43', null, 'LC2MOS', 'AD7872', 'AD7872', '14-bit ADC Generic PN', null, 'Analog Devices', 'TAMU10FEB', 'NASA', null, null, '{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/ff132ba225ce53d4ae62cf14b967fd1e/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ff132ba225ce53d4ae62cf14b967fd1e/data.xlsx\",\"T081610_LTC1864L.pdf\":\"/oss/physical/NASA/ff132ba225ce53d4ae62cf14b967fd1e/T081610_LTC1864L.pdf\"}', 'AD7872,14-bit ADC Generic PN,Analog Devices,TAMU10FEB,T081610_LTC1864L.pdf;nsrec2011_W6_SEE.pdf,SEE;SEL;SEU;SET,LC2MOS', null); INSERT INTO `nasa_data_record` VALUES ('ff199d561dd1fbbe481c6283f7190c1c', 'Crawler', '2024-11-13 09:53:08', null, '2025-04-08 11:34:43', null, 'ILC', 'SSP21110-25', 'SSP21110-25', 'SS Power Conv.', null, null, '03/20/95', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ff199d561dd1fbbe481c6283f7190c1c/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ff199d561dd1fbbe481c6283f7190c1c/PPM-99-045.pdf\"}', '251,2.5-100,SSP21110-25,SS Power Conv.,ILC,FUSE,Unknown,PPM-95-136,03/20/95', null); INSERT INTO `nasa_data_record` VALUES ('ff218dcb05893c8bd0acb7f38786c05e', 'Crawler', '2024-11-13 10:46:58', null, '2025-04-08 11:34:43', null, 'Switches', 'ADG452', 'ADG452', 'Analog Switch,SOIC 16', null, 'Analog Devices', '7/19/2002;2/11/2002', 'NASA', null, null, '{\"B021102_ADG452.pdf\":\"/oss/physical/NASA/ff218dcb05893c8bd0acb7f38786c05e/B021102_ADG452.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/ff218dcb05893c8bd0acb7f38786c05e/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ff218dcb05893c8bd0acb7f38786c05e/data.xlsx\"}', 'ADG452,Analog Switch,SOIC 16,Analog Devices,7/19/2002;2/11/2002,NSREC02_W16.pdf;B021102_ADG452.pdf,SEE,Switches', null); INSERT INTO `nasa_data_record` VALUES ('ff2c2b5aef63fd0d9de48569e4c4ecde', 'Crawler', '2024-11-13 10:10:16', null, '2025-04-08 11:34:43', null, 'Programmable Device', '1280A', '1280A', 'Gate array', null, 'Actel', '8/24/1995;05/20/1994', 'NASA', null, null, '{\"PPM-94-012.pdf\":\"/oss/physical/NASA/ff2c2b5aef63fd0d9de48569e4c4ecde/PPM-94-012.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ff2c2b5aef63fd0d9de48569e4c4ecde/data.xlsx\",\"PPM-95-131.pdf\":\"/oss/physical/NASA/ff2c2b5aef63fd0d9de48569e4c4ecde/PPM-95-131.pdf\",\"PPM-95-168.pdf\":\"/oss/physical/NASA/ff2c2b5aef63fd0d9de48569e4c4ecde/PPM-95-168.pdf\"}', '1280A,Gate array,Actel,8/24/1995;05/20/1994,tid/PPM-95-168.pdf;tid/PPM-95-131.pdf;tid/PPM-94-012.pdf,TID,Programmable Device', null); INSERT INTO `nasa_data_record` VALUES ('ff2cf9366e4ae70218a595c6e5707afc', 'Crawler', '2024-11-13 09:54:37', null, '2025-04-08 11:34:43', null, 'NSC', '54AC240', '54AC240', 'Buffer/Driver', null, null, '04/12/93', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ff2cf9366e4ae70218a595c6e5707afc/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ff2cf9366e4ae70218a595c6e5707afc/PPM-99-045.pdf\"}', '186,5-100,54AC240,Buffer/Driver,NSC,FAST/MUE,9138A,PPM-93-050,04/12/93', null); INSERT INTO `nasa_data_record` VALUES ('ff2efab1655c7664ae31dd9520a17830', 'Crawler', '2024-11-13 10:56:47', null, '2025-04-08 11:34:43', null, 'Board', 'CPCI-100', 'CPCI-100', 'Dual IP 3U Carrier', null, 'Greenspring', '9/1/1997', 'NASA', null, null, '{\"NSREC99.pdf\":\"/oss/physical/NASA/ff2efab1655c7664ae31dd9520a17830/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ff2efab1655c7664ae31dd9520a17830/data.xlsx\"}', 'CPCI-100,Dual IP 3U Carrier,Greenspring,9/1/1997,NSREC99.pdf,SEE,Board', null); INSERT INTO `nasa_data_record` VALUES ('ff30db87f11580733797a94cc0ddc74d', 'Crawler', '2024-11-13 11:53:07', 'mayinjie', '2025-04-30 19:04:39', null, 'Linear Bipolar Hybrid', 'MSK5820-2.5RH', 'MSK5820-2.5RH', 'Voltage Regulator', null, 'MS Kennedy', 'NRL09OCT', 'NASA', '马崟洁', '1', '{\"NRL102709_MSK5820.pdf\":\"/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/NRL102709_MSK5820.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/nsrec2010_W8_SEE.pdf\",\"单粒子效应_1746011078247.xlsx\":\"/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/单粒子效应_1746011078247.xlsx\"}', 'MSK5820-2.5RH,Voltage Regulator,MS Kennedy,NRL09OCT,NRL102709_MSK5820.pdf;nsrec2010_W8_SEE.pdf,SEE,Linear Bipolar Hybrid', '1'); INSERT INTO `nasa_data_record` VALUES ('ff4b7e5e0ebf7295c550f6de9796b073', 'Crawler', '2024-11-13 00:40:17', null, '2025-04-08 11:34:43', null, 'Not specified', 'OLH400', 'OLH400', 'Optocoupler', '1 OPTOCOUPLER', 'Isolink', '06/05/2012', 'ESA', null, null, '{\"128.pdf\":\"/oss/physical/ESA/ff4b7e5e0ebf7295c550f6de9796b073/128.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ff4b7e5e0ebf7295c550f6de9796b073/data.xlsx\"}', '128,OLH400,Isolink,Download,SEE (Single Events Effects),Not specified,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,06/05/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('ff5fe1313875635d8c2b73c9ef67b408', 'Crawler', '2024-11-13 00:43:26', null, '2025-04-08 11:34:43', null, 'ESCC 25100', 'Micropac 66193-002, Isolink OLH7000.001, Avago HCPL5431', 'Micropac 66193-002, Isolink OLH7000.001, Avago HCPL5431', 'Optocoupler', '1 OPTOCOUPLER', 'Avago, Isolink, Micropac', '23/07/2012', 'ESA', null, null, '{\"144.pdf\":\"/oss/physical/ESA/ff5fe1313875635d8c2b73c9ef67b408/144.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ff5fe1313875635d8c2b73c9ef67b408/data.xlsx\"}', '144,Micropac 66193-002, Isolink OLH7000.001, Avago HCPL5431,Avago, Isolink, Micropac,Download,SEE (Single Events Effects),ESCC 25100,18 OPTO ELECTRONICS,1 OPTOCOUPLER,Optocoupler,,TRAD,23/07/2012,False', null); INSERT INTO `nasa_data_record` VALUES ('ff796e79ceea467b2a843bae92b3cca3', 'Crawler', '2024-11-13 01:22:22', null, '2025-04-08 11:34:43', null, '', 'TL1431', 'TL1431', '2.5V Adjustable voltage reference', '52 LINEAR VOLTAGE REGULATOR', 'Texas Instruments, STMicroelectronics', '18/08/2022', 'ESA', null, null, '{\"data.xlsx\":\"/oss/physical/ESA/ff796e79ceea467b2a843bae92b3cca3/data.xlsx\",\"295.pdf\":\"/oss/physical/ESA/ff796e79ceea467b2a843bae92b3cca3/295.pdf\"}', '295,TL1431,Texas Instruments, STMicroelectronics,Download,TID (Total Ionising Dose),,8 MICROCIRCUITS,52 LINEAR VOLTAGE REGULATOR,2.5V Adjustable voltage reference,Bipolar,ESA-ESTEC,18/08/2022,False', null); INSERT INTO `nasa_data_record` VALUES ('ff965c904942ef8a361c76ae1a57f23d', 'Crawler', '2024-11-13 02:15:27', null, '2025-04-08 11:34:43', null, 'Not specified', 'BD9P205EFV-CE2', 'BD9P205EFV-CE2', 'Buck Converter', '54 LINEAR SWITCHING REGULATOR', 'Rohm Semiconductor', '21/02/2024', 'ESA', null, null, '{\"BD9P205EFV-CE2 TID Test Report_v01.pdf\":\"/oss/physical/ESA/ff965c904942ef8a361c76ae1a57f23d/BD9P205EFV-CE2 TID Test Report_v01.pdf\",\"data.xlsx\":\"/oss/physical/ESA/ff965c904942ef8a361c76ae1a57f23d/data.xlsx\"}', '393,BD9P205EFV-CE2,Rohm Semiconductor,Download,TID (Total Ionising Dose),Not specified,8 MICROCIRCUITS,54 LINEAR SWITCHING REGULATOR,Buck Converter,Silicon,ESA-ESTEC TEC-QEC,21/02/2024,False', null); INSERT INTO `nasa_data_record` VALUES ('ffae4b74d4e734e9028ce6ddcddff4d6', 'Crawler', '2024-11-13 10:16:59', null, '2025-04-08 11:34:43', null, 'NJFET', '2N4858', '2N4858', 'NJFET', null, 'Motorola', '4/10/1998;1999', 'NASA', null, null, '{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/ffae4b74d4e734e9028ce6ddcddff4d6/nsrec00_W21.pdf\",\"PPM-98-003.pdf\":\"/oss/physical/NASA/ffae4b74d4e734e9028ce6ddcddff4d6/PPM-98-003.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ffae4b74d4e734e9028ce6ddcddff4d6/data.xlsx\"}', '2N4858,NJFET,Motorola,4/10/1998;1999,tid/PPM-98-003.pdf;nsrec00_W21.pdf,TID,NJFET', null); INSERT INTO `nasa_data_record` VALUES ('ffb8b779cfd77c20b1e071063bb00ab5', 'Crawler', '2024-11-13 11:24:46', null, '2025-04-08 11:34:43', null, 'Bipolar', 'LM124', 'LM124', 'Operational Amplifier', null, 'National Semiconductor', '6/30/1994; 7/1/1994; 7/17/1995; 5/1/2001; 3/1/2001; 7/19/2002; 7/25/2003; TAMU07MAY; NRL07APR; NRL08AUG; 2007NOV; 2014; 2015', 'NASA', null, null, '{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/nsrec08_W3_SEE.pdf\",\"70194.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/70194.pdf\",\"TAMU02-03_LM124.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/TAMU02-03_LM124.pdf\",\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"NRL082608_LM124.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/NRL082608_LM124.pdf\",\"nsrec01_ph2.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/nsrec01_ph2.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/NSREC03_W10.pdf\",\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/nsrec08_W2_TID.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/ieee95a.pdf\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/nsrec09_W12_SEE.pdf\",\"NRL01MAY_LM124.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/NRL01MAY_LM124.pdf\",\"Buchner_tns08_LM124.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/Buchner_tns08_LM124.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/data.xlsx\",\"b063094.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/b063094.pdf\",\"tns09_chen.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/tns09_chen.pdf\",\"T01MAR_LM124.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/T01MAR_LM124.pdf\",\"RADECS07_TAMU07MAY_GSFC07.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/RADECS07_TAMU07MAY_GSFC07.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/ffb8b779cfd77c20b1e071063bb00ab5/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"}', 'LM124,Operational Amplifier,National Semiconductor,6/30/1994; 7/1/1994; 7/17/1995; 5/1/2001; 3/1/2001; 7/19/2002; 7/25/2003; TAMU07MAY; NRL07APR; NRL08AUG; 2007NOV; 2014; 2015,b063094.pdf;70194.pdf;ieee95a.pdf;nsrec01_ph2.pdf;NRL01MAY_LM124.pdf;T01MAR_LM124.pdf;NSREC02_W16.pdf;TAMU02-03_LM124.pdf;NSREC03_W10.pdf;RADECS07_TAMU07MAY_GSFC07.pdf;nsrec08_W3_SEE.pdf;NRL082608_LM124.pdf;tns09_chen.pdf;nsrec09_W12_SEE.pdf;RADECS07_TAMU07MAY_GSFC07.pdf;Buchner_tns08_LM124.pdf;nsrec08_W2_TID.pdf;https://nepp.nasa.gov/files/27888/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf;http://radhome.gsfc.nasa.gov/radhome/papers/Buchner_tns08_LM124.pdf;https://nepp.nasa.gov/files/28673/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf,SEE; SET; TID,Bipolar', null); INSERT INTO `nasa_data_record` VALUES ('ffc0845a065f5fe1649fe3f64bfc28e3', 'Crawler', '2024-11-13 09:59:12', null, '2025-04-08 11:34:43', null, 'IDT', 'IDT7203L65DB', 'IDT7203L65DB', '2kx9 FIFO', null, null, '01/25/91', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ffc0845a065f5fe1649fe3f64bfc28e3/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ffc0845a065f5fe1649fe3f64bfc28e3/PPM-99-045.pdf\"}', '6,5-70,IDT7203L65DB,2kx9 FIFO,IDT,ISTP/NC,8930,PPM-91-061,01/25/91', null); INSERT INTO `nasa_data_record` VALUES ('ffc996638d971c746dcd38262e07a6d7', 'Crawler', '2024-11-13 11:34:13', null, '2025-04-08 11:34:43', null, 'Si', 'LXA20T600', 'LXA20T600', 'Diode', null, 'Power Integrations', '8/18/2015', 'NASA', null, null, '{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/ffc996638d971c746dcd38262e07a6d7/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ffc996638d971c746dcd38262e07a6d7/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/ffc996638d971c746dcd38262e07a6d7/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"}', 'LXA20T600,Diode,Power Integrations,8/18/2015,https://nepp.nasa.gov/files/28239/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf;NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf,SEE,Si', null); INSERT INTO `nasa_data_record` VALUES ('ffccbe3c99755a772b0a345f94515611', 'Crawler', '2024-11-13 09:53:56', null, '2025-04-08 11:34:43', null, 'ADI', 'AD7545', 'AD7545', 'D/A Converter', null, null, '08/16/94', 'NASA', null, null, '{\"data.xlsx\":\"/oss/physical/NASA/ffccbe3c99755a772b0a345f94515611/data.xlsx\",\"PPM-99-045.pdf\":\"/oss/physical/NASA/ffccbe3c99755a772b0a345f94515611/PPM-99-045.pdf\"}', '216,2.5-75,AD7545,D/A Converter,ADI,FUSE,9409,PPM-94-017,08/16/94', null); -- ---------------------------- -- Table structure for oauth2_registered_client -- ---------------------------- DROP TABLE IF EXISTS `oauth2_registered_client`; CREATE TABLE `oauth2_registered_client` ( `id` varchar(100) NOT NULL, `client_id` varchar(100) NOT NULL, `client_id_issued_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `client_secret` varchar(200) DEFAULT NULL, `client_secret_expires_at` timestamp NULL DEFAULT NULL, `client_name` varchar(200) NOT NULL, `client_authentication_methods` varchar(1000) NOT NULL, `authorization_grant_types` varchar(1000) NOT NULL, `redirect_uris` varchar(1000) DEFAULT NULL, `post_logout_redirect_uris` varchar(1000) DEFAULT NULL, `scopes` varchar(1000) NOT NULL, `client_settings` varchar(2000) NOT NULL, `token_settings` varchar(2000) NOT NULL, PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of oauth2_registered_client -- ---------------------------- INSERT INTO `oauth2_registered_client` VALUES ('3eacac0e-0de9-4727-9a64-6bdd4be2ee1f', 'jeecg-client', '2024-02-29 18:16:33', 'secret', null, '3eacac0e-0de9-4727-9a64-6bdd4be2ee1f', 'client_secret_basic', 'refresh_token,authorization_code,password,app,phone,social', 'http://127.0.0.1:8080/jeecg-', 'http://127.0.0.1:8080/', '*', '{\"@class\":\"java.util.Collections$UnmodifiableMap\",\"settings.client.require-proof-key\":false,\"settings.client.require-authorization-consent\":true}', '{\"@class\":\"java.util.Collections$UnmodifiableMap\",\"settings.token.reuse-refresh-tokens\":true,\"settings.token.id-token-signature-algorithm\":[\"org.springframework.security.oauth2.jose.jws.SignatureAlgorithm\",\"RS256\"],\"settings.token.access-token-time-to-live\":[\"java.time.Duration\",300000.000000000],\"settings.token.access-token-format\":{\"@class\":\"org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat\",\"value\":\"self-contained\"},\"settings.token.refresh-token-time-to-live\":[\"java.time.Duration\",3600.000000000],\"settings.token.authorization-code-time-to-live\":[\"java.time.Duration\",300000.000000000],\"settings.token.device-code-time-to-live\":[\"java.time.Duration\",300000.000000000]}'); -- ---------------------------- -- Table structure for onl_auth_data -- ---------------------------- DROP TABLE IF EXISTS `onl_auth_data`; CREATE TABLE `onl_auth_data` ( `id` varchar(32) NOT NULL COMMENT '主键', `cgform_id` varchar(32) DEFAULT NULL COMMENT 'online表ID', `rule_name` varchar(50) DEFAULT NULL COMMENT '规则名', `rule_column` varchar(50) DEFAULT NULL COMMENT '规则列', `rule_operator` varchar(50) DEFAULT NULL COMMENT '规则条件 大于小于like', `rule_value` varchar(255) DEFAULT NULL COMMENT '规则值', `status` int(11) DEFAULT NULL COMMENT '1有效 0无效', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_auth_data -- ---------------------------- -- ---------------------------- -- Table structure for onl_auth_page -- ---------------------------- DROP TABLE IF EXISTS `onl_auth_page`; CREATE TABLE `onl_auth_page` ( `id` varchar(32) NOT NULL COMMENT ' 主键', `cgform_id` varchar(32) DEFAULT NULL COMMENT 'online表id', `code` varchar(255) DEFAULT NULL COMMENT '字段名/按钮编码', `type` int(11) DEFAULT NULL COMMENT '1字段 2按钮', `control` int(11) DEFAULT NULL COMMENT '3可编辑 5可见(仅支持两种状态值3,5)', `page` int(11) DEFAULT NULL COMMENT '3列表 5表单(仅支持两种状态值3,5)', `status` int(11) DEFAULT NULL COMMENT '1有效 0无效', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_auth_page -- ---------------------------- INSERT INTO `onl_auth_page` VALUES ('1826173313131536385', '722c27169ad44f689c5885ca586b248f', 'title', '1', '5', '3', '0', '2024-08-21 16:23:41', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826173313139924993', '722c27169ad44f689c5885ca586b248f', 'title', '1', '5', '5', '0', '2024-08-21 16:23:41', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826173313139924994', '722c27169ad44f689c5885ca586b248f', 'title', '1', '3', '5', '0', '2024-08-21 16:23:41', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826173320870027265', '722c27169ad44f689c5885ca586b248f', 'tags', '1', '5', '3', '0', '2024-08-21 16:23:43', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826173320874221569', '722c27169ad44f689c5885ca586b248f', 'tags', '1', '5', '5', '0', '2024-08-21 16:23:43', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826173320886804481', '722c27169ad44f689c5885ca586b248f', 'tags', '1', '3', '5', '0', '2024-08-21 16:23:43', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826173323227226113', '722c27169ad44f689c5885ca586b248f', 'content', '1', '5', '3', '0', '2024-08-21 16:23:44', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826173323235614722', '722c27169ad44f689c5885ca586b248f', 'content', '1', '5', '5', '0', '2024-08-21 16:23:44', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826173323239809025', '722c27169ad44f689c5885ca586b248f', 'content', '1', '3', '5', '0', '2024-08-21 16:23:44', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826174306766348290', '722c27169ad44f689c5885ca586b248f', 'add', '2', '5', '3', '0', '2024-08-21 16:27:38', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826174308762836993', '722c27169ad44f689c5885ca586b248f', 'update', '2', '5', '3', '0', '2024-08-21 16:27:39', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826174311199727617', '722c27169ad44f689c5885ca586b248f', 'delete', '2', '5', '3', '0', '2024-08-21 16:27:39', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826174317579264001', '722c27169ad44f689c5885ca586b248f', 'export', '2', '5', '3', '0', '2024-08-21 16:27:41', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826174319789662209', '722c27169ad44f689c5885ca586b248f', 'batch_delete', '2', '5', '3', '0', '2024-08-21 16:27:41', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826174333534396418', '722c27169ad44f689c5885ca586b248f', 'import', '2', '5', '3', '0', '2024-08-21 16:27:44', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1826174342262743041', '722c27169ad44f689c5885ca586b248f', 'super_query', '2', '5', '3', '0', '2024-08-21 16:27:47', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559895807893506', '1846024929844764674', 'add', '2', '5', '3', '0', '2024-10-22 10:59:58', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559897254928385', '1846024929844764674', 'update', '2', '5', '3', '0', '2024-10-22 10:59:59', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559904204890113', '1846024929844764674', 'delete', '2', '5', '3', '0', '2024-10-22 11:00:00', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559905219911681', '1846024929844764674', 'batch_delete', '2', '5', '3', '0', '2024-10-22 11:00:01', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559907375783937', '1846024929844764674', 'export', '2', '5', '3', '0', '2024-10-22 11:00:01', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559911691722753', '1846024929844764674', 'import', '2', '5', '3', '0', '2024-10-22 11:00:02', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559912824184833', '1846024929844764674', 'bpm', '2', '5', '3', '0', '2024-10-22 11:00:02', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559916771024897', '1846024929844764674', 'super_query', '2', '5', '3', '0', '2024-10-22 11:00:03', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559946936459266', '1846024929844764674', 'radiation_source', '1', '5', '3', '0', '2024-10-22 11:00:11', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559946944847873', '1846024929844764674', 'radiation_source', '1', '5', '5', '0', '2024-10-22 11:00:11', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559946944847874', '1846024929844764674', 'radiation_source', '1', '3', '5', '0', '2024-10-22 11:00:11', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559947724988418', '1846024929844764674', 'measurement_rate', '1', '5', '3', '0', '2024-10-22 11:00:11', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559947729182721', '1846024929844764674', 'measurement_rate', '1', '5', '5', '0', '2024-10-22 11:00:11', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559947729182722', '1846024929844764674', 'measurement_rate', '1', '3', '5', '0', '2024-10-22 11:00:11', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559951197872130', '1846024929844764674', 'radiation_standard', '1', '5', '3', '0', '2024-10-22 11:00:12', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559951206260738', '1846024929844764674', 'radiation_standard', '1', '5', '5', '0', '2024-10-22 11:00:12', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559951210455041', '1846024929844764674', 'radiation_standard', '1', '3', '5', '0', '2024-10-22 11:00:12', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559959544537089', '1846024929844764674', 'comment', '1', '5', '3', '0', '2024-10-22 11:00:14', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559959552925698', '1846024929844764674', 'comment', '1', '5', '5', '0', '2024-10-22 11:00:14', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559959557120002', '1846024929844764674', 'comment', '1', '3', '5', '0', '2024-10-22 11:00:14', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559961499082754', '1846024929844764674', 'environmental_temperature', '1', '5', '3', '0', '2024-10-22 11:00:14', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559961507471361', '1846024929844764674', 'environmental_temperature', '1', '5', '5', '0', '2024-10-22 11:00:14', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559961511665666', '1846024929844764674', 'environmental_temperature', '1', '3', '5', '0', '2024-10-22 11:00:14', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559966301560833', '1846024929844764674', 'exception_record', '1', '5', '3', '0', '2024-10-22 11:00:15', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559966305755138', '1846024929844764674', 'exception_record', '1', '5', '5', '0', '2024-10-22 11:00:15', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559966305755139', '1846024929844764674', 'exception_record', '1', '3', '5', '0', '2024-10-22 11:00:15', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559969514397698', '1846024929844764674', 'radiation_detail', '1', '5', '3', '0', '2024-10-22 11:00:16', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559969522786306', '1846024929844764674', 'radiation_detail', '1', '5', '5', '0', '2024-10-22 11:00:16', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559969522786307', '1846024929844764674', 'radiation_detail', '1', '3', '5', '0', '2024-10-22 11:00:16', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559974098771970', '1846024929844764674', 'experiment_id', '1', '5', '3', '0', '2024-10-22 11:00:17', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559974102966273', '1846024929844764674', 'experiment_id', '1', '5', '5', '0', '2024-10-22 11:00:17', 'admin', null, null); INSERT INTO `onl_auth_page` VALUES ('1848559974107160577', '1846024929844764674', 'experiment_id', '1', '3', '5', '0', '2024-10-22 11:00:17', 'admin', null, null); -- ---------------------------- -- Table structure for onl_auth_relation -- ---------------------------- DROP TABLE IF EXISTS `onl_auth_relation`; CREATE TABLE `onl_auth_relation` ( `id` varchar(32) NOT NULL, `role_id` varchar(32) DEFAULT NULL COMMENT '角色id', `auth_id` varchar(32) DEFAULT NULL COMMENT '权限id', `type` int(11) DEFAULT NULL COMMENT '1字段 2按钮 3数据权限', `cgform_id` varchar(32) DEFAULT NULL COMMENT 'online表单ID', `auth_mode` varchar(50) DEFAULT NULL COMMENT '授权方式role角色,depart部门,user人', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_auth_relation -- ---------------------------- INSERT INTO `onl_auth_relation` VALUES ('1826173379703529473', 'f6817f48af4fb3af11b9e8bf182f618b', '1826173313131536385', '1', '722c27169ad44f689c5885ca586b248f', 'role'); INSERT INTO `onl_auth_relation` VALUES ('1826173379707723777', 'f6817f48af4fb3af11b9e8bf182f618b', '1826173313139924993', '1', '722c27169ad44f689c5885ca586b248f', 'role'); INSERT INTO `onl_auth_relation` VALUES ('1826173379711918082', 'f6817f48af4fb3af11b9e8bf182f618b', '1826173313139924994', '1', '722c27169ad44f689c5885ca586b248f', 'role'); INSERT INTO `onl_auth_relation` VALUES ('1826173379711918083', 'f6817f48af4fb3af11b9e8bf182f618b', '1826173320870027265', '1', '722c27169ad44f689c5885ca586b248f', 'role'); INSERT INTO `onl_auth_relation` VALUES ('1826173379711918084', 'f6817f48af4fb3af11b9e8bf182f618b', '1826173320874221569', '1', '722c27169ad44f689c5885ca586b248f', 'role'); INSERT INTO `onl_auth_relation` VALUES ('1826173379716112385', 'f6817f48af4fb3af11b9e8bf182f618b', '1826173320886804481', '1', '722c27169ad44f689c5885ca586b248f', 'role'); INSERT INTO `onl_auth_relation` VALUES ('1826173379716112386', 'f6817f48af4fb3af11b9e8bf182f618b', '1826173323227226113', '1', '722c27169ad44f689c5885ca586b248f', 'role'); INSERT INTO `onl_auth_relation` VALUES ('1826173379716112387', 'f6817f48af4fb3af11b9e8bf182f618b', '1826173323235614722', '1', '722c27169ad44f689c5885ca586b248f', 'role'); INSERT INTO `onl_auth_relation` VALUES ('1826173379716112388', 'f6817f48af4fb3af11b9e8bf182f618b', '1826173323239809025', '1', '722c27169ad44f689c5885ca586b248f', 'role'); INSERT INTO `onl_auth_relation` VALUES ('1826173654761791489', 'a75d45a015c44384a04449ee80dc3503', '1826173313131536385', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173654765985793', 'a75d45a015c44384a04449ee80dc3503', '1826173313139924993', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173654770180098', 'a75d45a015c44384a04449ee80dc3503', '1826173313139924994', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173654770180099', 'a75d45a015c44384a04449ee80dc3503', '1826173320870027265', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173654770180100', 'a75d45a015c44384a04449ee80dc3503', '1826173320874221569', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173654770180101', 'a75d45a015c44384a04449ee80dc3503', '1826173320886804481', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173654770180102', 'a75d45a015c44384a04449ee80dc3503', '1826173323227226113', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173654770180103', 'a75d45a015c44384a04449ee80dc3503', '1826173323235614722', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173654770180104', 'a75d45a015c44384a04449ee80dc3503', '1826173323239809025', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173806683676673', 'e9ca23d68d884d4ebb19d07889727dae', '1826173313131536385', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173806692065282', 'e9ca23d68d884d4ebb19d07889727dae', '1826173313139924993', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173806692065283', 'e9ca23d68d884d4ebb19d07889727dae', '1826173313139924994', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173806692065284', 'e9ca23d68d884d4ebb19d07889727dae', '1826173320870027265', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173806692065285', 'e9ca23d68d884d4ebb19d07889727dae', '1826173320874221569', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173806692065286', 'e9ca23d68d884d4ebb19d07889727dae', '1826173320886804481', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173806696259585', 'e9ca23d68d884d4ebb19d07889727dae', '1826173323227226113', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173806696259586', 'e9ca23d68d884d4ebb19d07889727dae', '1826173323235614722', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826173806696259587', 'e9ca23d68d884d4ebb19d07889727dae', '1826173323239809025', '1', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826174421853855745', 'e9ca23d68d884d4ebb19d07889727dae', '1826174306766348290', '2', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826174421862244353', 'e9ca23d68d884d4ebb19d07889727dae', '1826174308762836993', '2', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826174421862244354', 'e9ca23d68d884d4ebb19d07889727dae', '1826174311199727617', '2', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826174421862244355', 'e9ca23d68d884d4ebb19d07889727dae', '1826174317579264001', '2', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826174421862244356', 'e9ca23d68d884d4ebb19d07889727dae', '1826174319789662209', '2', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1826174421862244357', 'e9ca23d68d884d4ebb19d07889727dae', '1826174342262743041', '2', '722c27169ad44f689c5885ca586b248f', 'user'); INSERT INTO `onl_auth_relation` VALUES ('1853327541417910274', 'f6817f48af4fb3af11b9e8bf182f618b', '1853325847283998721', '3', '97283326c7384df28959e8e9a9f5013f', 'role'); -- ---------------------------- -- Table structure for onl_cgform_button -- ---------------------------- DROP TABLE IF EXISTS `onl_cgform_button`; CREATE TABLE `onl_cgform_button` ( `ID` varchar(32) NOT NULL COMMENT '主键ID', `BUTTON_CODE` varchar(50) DEFAULT NULL COMMENT '按钮编码', `BUTTON_ICON` varchar(50) DEFAULT NULL COMMENT '按钮图标', `BUTTON_NAME` varchar(50) DEFAULT NULL COMMENT '按钮名称', `BUTTON_STATUS` varchar(2) DEFAULT NULL COMMENT '按钮状态', `BUTTON_STYLE` varchar(20) DEFAULT NULL COMMENT '按钮样式', `EXP` varchar(255) DEFAULT NULL COMMENT '表达式', `CGFORM_HEAD_ID` varchar(32) DEFAULT NULL COMMENT '表单ID', `OPT_TYPE` varchar(20) DEFAULT NULL COMMENT '按钮类型', `ORDER_NUM` int(11) DEFAULT NULL COMMENT '排序', `OPT_POSITION` varchar(3) DEFAULT NULL COMMENT '按钮位置1侧面 2底部', PRIMARY KEY (`ID`) USING BTREE, KEY `idx_ocb_CGFORM_HEAD_ID` (`CGFORM_HEAD_ID`) USING BTREE, KEY `idx_ocb_BUTTON_CODE` (`BUTTON_CODE`) USING BTREE, KEY `idx_ocb_BUTTON_STATUS` (`BUTTON_STATUS`) USING BTREE, KEY `idx_ocb_ORDER_NUM` (`ORDER_NUM`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='Online表单自定义按钮'; -- ---------------------------- -- Records of onl_cgform_button -- ---------------------------- INSERT INTO `onl_cgform_button` VALUES ('007de67711d08337f7c246b6cfe306ae', 'jihuo', null, '激活', '1', 'link', null, '9ab817fd4c2e4e7ba6652c4fa46af389', 'js', '2', '2'); INSERT INTO `onl_cgform_button` VALUES ('108a564643763de3f4c81bc2deb463df', 'bt1', null, '激活', '1', 'button', null, '05a3a30dada7411c9109306aa4117068', 'js', null, '2'); INSERT INTO `onl_cgform_button` VALUES ('5173e0b138c808f03d17d08ec4e66f3a', 'hangjihuo', null, '行激活', '0', 'link', null, '9ab817fd4c2e4e7ba6652c4fa46af389', 'js', null, '2'); INSERT INTO `onl_cgform_button` VALUES ('7c140322fb6b1da7a5daed8b6edc0fb7', 'tjbpm', null, '提交流程', '1', 'link', null, '05a3a30dada7411c9109306aa4117068', 'js', null, '2'); INSERT INTO `onl_cgform_button` VALUES ('92945e35a40a97b0bdda50a7a1706183', 'delete', 'plus-outlined', '删除', '1', 'button', null, 'cd1b133553474393a3528ccdb8fd00a0', 'js', null, '2'); INSERT INTO `onl_cgform_button` VALUES ('a45bc1c6fba96be6b0c91ffcdd6b54aa', 'genereate_person_config', 'icon-edit', '生成配置', '1', 'link', null, 'e2faf977fdaf4b25a524f58c2441a51c', 'js', null, '2'); INSERT INTO `onl_cgform_button` VALUES ('cc1d12de57a1a41d3986ed6d13e3ac11', '链接按钮测试', 'icon-edit', '自定义link', '1', 'link', null, 'd35109c3632c4952a19ecc094943dd71', 'js', null, '2'); INSERT INTO `onl_cgform_button` VALUES ('e2a339b9fdb4091bee98408c233ab36d', 'zuofei', null, '作废', '1', 'form', null, '05a3a30dada7411c9109306aa4117068', 'js', null, '2'); INSERT INTO `onl_cgform_button` VALUES ('e601f392483a70a73fa54136738c0510', 'add', null, '新增', '1', 'button', null, 'cd1b133553474393a3528ccdb8fd00a0', 'js', null, '2'); INSERT INTO `onl_cgform_button` VALUES ('e95e84b749761b574a9cc0967c06c2a9', 'test1', null, '弹出表单', '1', 'button', null, '9ab817fd4c2e4e7ba6652c4fa46af389', 'js', '1', '2'); INSERT INTO `onl_cgform_button` VALUES ('ebcc48ef0bde4433a6faf940a5e170c1', 'button按钮测试', 'icon-edit', '自定义button', '1', 'button', null, 'd35109c3632c4952a19ecc094943dd71', 'js', null, '2'); -- ---------------------------- -- Table structure for onl_cgform_enhance_java -- ---------------------------- DROP TABLE IF EXISTS `onl_cgform_enhance_java`; CREATE TABLE `onl_cgform_enhance_java` ( `ID` varchar(36) NOT NULL, `BUTTON_CODE` varchar(32) DEFAULT NULL COMMENT '按钮编码', `CG_JAVA_TYPE` varchar(32) NOT NULL COMMENT '类型', `CG_JAVA_VALUE` varchar(200) NOT NULL COMMENT '数值', `CGFORM_HEAD_ID` varchar(32) NOT NULL COMMENT '表单ID', `ACTIVE_STATUS` varchar(2) DEFAULT '1' COMMENT '生效状态', `EVENT` varchar(10) NOT NULL DEFAULT 'end' COMMENT '事件状态(end:结束,start:开始)', PRIMARY KEY (`ID`) USING BTREE, KEY `idx_ejava_cgform_head_id` (`CGFORM_HEAD_ID`) USING BTREE, KEY `idx_ocej_BUTTON_CODE` (`BUTTON_CODE`) USING BTREE, KEY `idx_ocej_ACTIVE_STATUS` (`ACTIVE_STATUS`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_cgform_enhance_java -- ---------------------------- -- ---------------------------- -- Table structure for onl_cgform_enhance_js -- ---------------------------- DROP TABLE IF EXISTS `onl_cgform_enhance_js`; CREATE TABLE `onl_cgform_enhance_js` ( `ID` varchar(32) NOT NULL COMMENT '主键ID', `CG_JS` longtext COMMENT 'JS增强内容', `CG_JS_TYPE` varchar(20) DEFAULT NULL COMMENT '类型', `CONTENT` varchar(1000) DEFAULT NULL COMMENT '备注', `CGFORM_HEAD_ID` varchar(32) DEFAULT NULL COMMENT '表单ID', PRIMARY KEY (`ID`) USING BTREE, KEY `idx_ejs_cgform_head_id` (`CGFORM_HEAD_ID`) USING BTREE, KEY `idx_ejs_cg_js_type` (`CG_JS_TYPE`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_cgform_enhance_js -- ---------------------------- INSERT INTO `onl_cgform_enhance_js` VALUES ('0b326acbbc8e52c9c9ecdb19342fc3cf', 'show(){\n console.log(\'form\',that)\n //this.form.setFieldsValue({\"name\":\"name值\"}) \n that.$nextTick(() => {\n //age是对应表的字段名\n that.form.setFieldsValue({\"age\":\"999\"})\n });\n}\n\nonlChange(){\n return {\n \n sex(){\n let value = event.value\n //alert(\'触发控件\',value)\n \n //性别改动,年龄归零\n if(value!=null && value!=\"\"){ \n let values = {\'age\':0}\n that.triggleChangeValues(values)\n }\n }\n \n }\n }\n', 'form', null, '05a3a30dada7411c9109306aa4117068'); INSERT INTO `onl_cgform_enhance_js` VALUES ('274b5d741a0262d3411958f0c465c5f0', 'genereate_person_config(row){\nconsole.log(\'选择\',row)\nalert(row.name + \',个人积分配置生成成功!\');\n}', 'list', null, 'e2faf977fdaf4b25a524f58c2441a51c'); INSERT INTO `onl_cgform_enhance_js` VALUES ('2cbaf25f1edb620bea2d8de07f8233a1', 'air_china_post_materiel_item_onlChange(){\n return {\n wl_name(){\n \n let id = event.row.id\n let cnum = event.row.num\n let value = event.value\n let targrt = event.target\n let columnKey = event.column.key\n let nval = 200*cnum\n console.log(\'row\',event.row);\n console.log(\'cnum\',cnum);\n let otherValues = {\'jifen\': nval}\n \n that.triggleChangeValues(targrt,id,otherValues)\n\n }\n }\n}', 'form', null, 'e67d26b610dd414c884c4dbb24e71ce3'); INSERT INTO `onl_cgform_enhance_js` VALUES ('32e7b7373abe0fb9c4dd608b4517f814', '', 'form', null, '53a3e82b54b946c2b904f605875a275c'); INSERT INTO `onl_cgform_enhance_js` VALUES ('35d4ef464e5e8c87c9aa82ea89215fc1', '', 'list', null, 'e67d26b610dd414c884c4dbb24e71ce3'); INSERT INTO `onl_cgform_enhance_js` VALUES ('44cad4eec436328ed3cc134855f8d1d5', ' onlChange(){\n   return {\n   name(that, event) {\n that.executeMainFillRule()\n }\n }\n }', 'form', null, '4adec929a6594108bef5b35ee9966e9f'); INSERT INTO `onl_cgform_enhance_js` VALUES ('4569bc0e6126d2b8a0e0c69b9a47e8db', '', 'list', null, '56efb74326e74064b60933f6f8af30ea'); INSERT INTO `onl_cgform_enhance_js` VALUES ('5e9ccc1e2b977bdd5a873a6bd6311290', 'jihuo_hook(){\n console.log(\'当前选中行的id\', this);\n console.log(\'this.abc\', this.abc);\n import {useMessage} from \"@/hooks/useMessage\"\n const {createMessage} = useMessage()\n function sayHi () {\n createMessage.success(\"这是代码里的提示:hello world!\")\n }\n sayHi();\n}\n\n\n\ntest1(){\n this.openCustomModal({\n title: \'测试自定义弹框1\',\n width: 800,\n hide: [\'cc\']\n });\n}\n\nsetup(){\n console.log(\"进入form: \",this)\n import { defineComponent, computed, CSSProperties, unref, ref, watchEffect, watch, PropType } from \'vue\';\n \n watch(name,(newValue,oldValue)=>{\n console.log(\"新值是\"+newValue, \"旧址是\"+oldValue);\n })\n \n}', 'list', null, '9ab817fd4c2e4e7ba6652c4fa46af389'); INSERT INTO `onl_cgform_enhance_js` VALUES ('6dd82d8eac166627302230a809233481', 'ces_order_goods_onlChange(){\n return {\n num(){\n \n let id = event.row.id\n let num = event.row.num\n let price = event.row.price\n\n let targrt = event.target\n \n let nval = price*num\n console.log(\'row\',event.row);\n console.log(\'num\',num);\n console.log(\'that\',that);\n let otherValues = {\'zong_price\': nval}\n \n that.triggleChangeValues(otherValues,id,targrt)\n \n\n }\n }\n}', 'form', null, '56efb74326e74064b60933f6f8af30ea'); INSERT INTO `onl_cgform_enhance_js` VALUES ('73ff4666e0cf5c2070263345e1e11835', 'one(){\n console.log(\'当前选中行的id\', this.selectedRowKeys);\n}\n\nbeforeDelete(row){\n return new Promise(resolve=>{\n console.log(\'删除数据之前看看数据\', row);\n resolve();\n });\n}', 'list', null, '553a4172fde446419cb602dc70f9ee67'); INSERT INTO `onl_cgform_enhance_js` VALUES ('85e7acd772c8ec322b97a1fd548007e0', '', 'form', null, '09fd28e4b7184c1a9668496a5c496450'); INSERT INTO `onl_cgform_enhance_js` VALUES ('8b76f282ddc81ce99a129e90fdd977ce', '', 'form', null, '86bf17839a904636b7ed96201b2fa6ea'); INSERT INTO `onl_cgform_enhance_js` VALUES ('90394fbc3d48978cc0937bc56f2d5370', '', 'list', null, 'deea5a8ec619460c9245ba85dbc59e80'); INSERT INTO `onl_cgform_enhance_js` VALUES ('a0ca1d842f138ba2cda00bc44e95edd9', 'loaded(){\n this.$nextTick(()=>{\n let text = \'测试js增强设置默认值\';\n if(this.isUpdate.value === true){\n text = \'测试js增强修改表单值\';\n }\n this.setFieldsValue({\n name: text\n })\n })\n}\n\n onlChange(){\n return {\n name(){\n let value = event.value\n let values = {\'dhwb\': \'我的名称是:\'+ value }\n this.triggleChangeValues(values)\n }\n }\n }\n\nbeforeSubmit(row){\n return new Promise((resolve, reject)=>{\n //此处模拟等待时间,可能需要发起请求\n setTimeout(()=>{\n if(row.name == \'test\'){\n // 当某个字段不满足要求的时候可以reject \n reject(\'不能提交测试数据\');\n }else{\n resolve();\n }\n },3000)\n })\n}', 'form', null, '553a4172fde446419cb602dc70f9ee67'); INSERT INTO `onl_cgform_enhance_js` VALUES ('ae9cf52fbe13cc718de2de6e1b3d6792', '', 'list', null, '18f064d1ef424c93ba7a16148851664f'); INSERT INTO `onl_cgform_enhance_js` VALUES ('beec235f0b2d633ff3a6c395affdf59d', '', 'list', null, '4adec929a6594108bef5b35ee9966e9f'); INSERT INTO `onl_cgform_enhance_js` VALUES ('c5ac9a2b2fd92ef68274f630b8aec78a', 'tjbpm(row){\nconst { createMessage, notification ,createConfirm, createConfirmSync, createSuccessModal, createErrorModal, createInfoModal, createWarningModal } = useMessage();\n alert(\'提交流程\')\n createMessage.warn(\'点击提交流程\');\n console.log(\'row\',row)\n}\n\nbt1(){\n console.log(\'that.table.selectionRows\',this.selectedRowKeys)\n console.log(\'that.table.selectedRowKeys\',this.selectedRows)\n alert(\'激活全部数据\')\n}', 'list', null, '05a3a30dada7411c9109306aa4117068'); INSERT INTO `onl_cgform_enhance_js` VALUES ('d7ddb7aa407f6deed75aac11f0a25f0e', '222', 'list', null, '09fd28e4b7184c1a9668496a5c496450'); INSERT INTO `onl_cgform_enhance_js` VALUES ('de79fe5530e19ccb71b750900892a3a4', 'setup(){\n console.log(\"进入form: \",this)\n import { defineComponent, computed, CSSProperties, unref, ref, watchEffect, watch, PropType } from \'vue\';\n \n watch(name,(newValue,oldValue)=>{\n console.log(\"新值是\"+newValue, \"旧址是\"+oldValue);\n })\n \n}', 'form', null, '9ab817fd4c2e4e7ba6652c4fa46af389'); INSERT INTO `onl_cgform_enhance_js` VALUES ('f6f8f230566d09d4b66338955ffb5691', '', 'form', null, '18f064d1ef424c93ba7a16148851664f'); INSERT INTO `onl_cgform_enhance_js` VALUES ('fd711738f58d5481ca0ce9bc3a415223', '', 'list', null, '86bf17839a904636b7ed96201b2fa6ea'); -- ---------------------------- -- Table structure for onl_cgform_enhance_sql -- ---------------------------- DROP TABLE IF EXISTS `onl_cgform_enhance_sql`; CREATE TABLE `onl_cgform_enhance_sql` ( `ID` varchar(32) NOT NULL COMMENT '主键ID', `BUTTON_CODE` varchar(50) DEFAULT NULL COMMENT '按钮编码', `CGB_SQL` longtext COMMENT 'SQL内容', `CGB_SQL_NAME` varchar(50) DEFAULT NULL COMMENT 'Sql名称', `CONTENT` varchar(1000) DEFAULT NULL COMMENT '备注', `CGFORM_HEAD_ID` varchar(32) DEFAULT NULL COMMENT '表单ID', PRIMARY KEY (`ID`) USING BTREE, KEY `idx_oces_CGFORM_HEAD_ID` (`CGFORM_HEAD_ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_cgform_enhance_sql -- ---------------------------- INSERT INTO `onl_cgform_enhance_sql` VALUES ('0ebf418bd02f486342123eaf84cd39ad', 'add', '', null, '', '18f064d1ef424c93ba7a16148851664f'); INSERT INTO `onl_cgform_enhance_sql` VALUES ('5ab418a13fd0bbf30ee9dd04203f3c28', 'add', '', null, '', '4adec929a6594108bef5b35ee9966e9f'); INSERT INTO `onl_cgform_enhance_sql` VALUES ('8750b93ba5332460c76c492359d7a06b', 'edit', '', null, '', '18f064d1ef424c93ba7a16148851664f'); INSERT INTO `onl_cgform_enhance_sql` VALUES ('edfab059050b19328ac81e6833b5ebc2', 'delete', '', null, '', '18f064d1ef424c93ba7a16148851664f'); -- ---------------------------- -- Table structure for onl_cgform_field -- ---------------------------- DROP TABLE IF EXISTS `onl_cgform_field`; CREATE TABLE `onl_cgform_field` ( `id` varchar(32) NOT NULL COMMENT '主键ID', `cgform_head_id` varchar(32) NOT NULL COMMENT '表ID', `db_field_name` varchar(32) NOT NULL COMMENT '字段名字', `db_field_txt` varchar(200) DEFAULT NULL COMMENT '字段备注', `db_field_name_old` varchar(32) DEFAULT NULL COMMENT '原字段名', `db_is_key` tinyint(1) DEFAULT NULL COMMENT '是否主键 0否 1是', `db_is_null` tinyint(1) DEFAULT NULL COMMENT '是否允许为空0否 1是', `db_is_persist` tinyint(1) DEFAULT NULL COMMENT '是否需要同步数据库字段, 1是0否', `db_type` varchar(32) NOT NULL COMMENT '数据库字段类型', `db_length` int(11) NOT NULL COMMENT '数据库字段长度', `db_point_length` int(11) DEFAULT NULL COMMENT '小数点', `db_default_val` varchar(20) DEFAULT NULL COMMENT '表字段默认值', `dict_field` varchar(100) DEFAULT NULL COMMENT '字典code', `dict_table` varchar(255) DEFAULT NULL COMMENT '字典表', `dict_text` varchar(100) DEFAULT NULL COMMENT '字典Text', `field_show_type` varchar(20) DEFAULT NULL COMMENT '表单控件类型', `field_href` varchar(200) DEFAULT NULL COMMENT '跳转URL', `field_length` int(11) DEFAULT NULL COMMENT '表单控件长度', `field_valid_type` varchar(300) DEFAULT NULL COMMENT '表单字段校验规则', `field_must_input` varchar(2) DEFAULT NULL COMMENT '字段是否必填', `field_extend_json` varchar(500) DEFAULT NULL COMMENT '扩展参数JSON', `field_default_value` varchar(100) DEFAULT NULL COMMENT '控件默认值,不同的表达式展示不同的结果。\r\n1. 纯字符串直接赋给默认值;\r\n2. #{普通变量};\r\n3. {{ 动态JS表达式 }};\r\n4. ${填值规则编码};\r\n填值规则表达式只允许存在一个,且不能和其他规则混用。', `is_query` tinyint(1) DEFAULT NULL COMMENT '是否查询条件0否 1是', `is_show_form` tinyint(1) DEFAULT NULL COMMENT '表单是否显示0否 1是', `is_show_list` tinyint(1) DEFAULT NULL COMMENT '列表是否显示0否 1是', `is_read_only` tinyint(1) DEFAULT '0' COMMENT '是否是只读(1是 0否)', `query_mode` varchar(10) DEFAULT NULL COMMENT '查询模式', `main_table` varchar(100) DEFAULT NULL COMMENT '外键主表名', `main_field` varchar(100) DEFAULT NULL COMMENT '外键主键字段', `order_num` int(11) DEFAULT NULL COMMENT '排序', `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', `update_time` datetime DEFAULT NULL COMMENT '修改时间', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `create_by` varchar(255) DEFAULT NULL COMMENT '创建人', `converter` varchar(255) DEFAULT NULL COMMENT '自定义值转换器', `query_def_val` varchar(50) DEFAULT NULL COMMENT '查询默认值', `query_dict_text` varchar(100) DEFAULT NULL COMMENT '查询配置字典text', `query_dict_field` varchar(100) DEFAULT NULL COMMENT '查询配置字典code', `query_dict_table` varchar(500) DEFAULT NULL COMMENT '查询配置字典table', `query_show_type` varchar(50) DEFAULT NULL COMMENT '查询显示控件', `query_config_flag` varchar(3) DEFAULT NULL COMMENT '是否启用查询配置1是0否', `query_valid_type` varchar(50) DEFAULT NULL COMMENT '查询字段校验类型', `query_must_input` varchar(3) DEFAULT NULL COMMENT '查询字段是否必填1是0否', `sort_flag` varchar(3) DEFAULT NULL COMMENT '是否支持排序1是0否', PRIMARY KEY (`id`) USING BTREE, KEY `idx_ocf_cgform_head_id` (`cgform_head_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_cgform_field -- ---------------------------- INSERT INTO `onl_cgform_field` VALUES ('0021c969dc23a9150d6f70a13b52e73e', '402860816aa5921f016aa5921f480000', 'begin_date', '开始时间', 'begin_date', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '4', 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('004d82f5b236a42fa3f1e08ccac22f37', '1857642795707228161', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-12-24 16:31:22', '2024-11-16 12:32:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('01110bae44b756464af3e1ef7fe323ec', '1829347928200749057', 'condition_d', '条件D', null, '0', '1', '1', 'string', '512', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '14', 'admin', '2024-12-05 14:36:15', '2024-11-14 15:31:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('016421dc5d983917d6f40700a7551356', '1857642795707228161', 'experiment_id', '实验ID', 'experiment_id', '0', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '1', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-12-24 16:31:22', '2024-11-16 12:32:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('017c280edf4fa07e0ff173cafd532ff1', '1846024836387282946', 'environmental_humidity', '环境湿度', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '16', 'admin', '2024-12-09 10:12:59', '2024-10-22 21:58:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('020c1622c3df0aef30185f57874f6959', '79091e8277c744158530321513119c68', 'bpm_status', '流程状态', null, '0', '1', '1', 'string', '32', '0', '1', 'bpm_status', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', '8', 'admin', '2019-05-11 15:29:47', '2019-05-11 15:29:26', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('020e3d9826fecc19a458cce76a76d8fb', '1866143623509811201', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-12-09 23:32:51', '2024-12-09 23:31:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0242e2a3c0db86e337da11dfc1dbcf98', '1853426743397425154', 'device_mode', '器件型号', 'name', '0', '1', '1', 'string', '1024', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0283ed87ac022dd02d7ec470861f7006', 'ea0a86437fd843c68fb47c3e0fc537c9', 'principal', '委托方', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '8', null, null, '2024-09-19 15:08:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('02b20e692456403e2fed1a89a06833b4', '402860816bff91c0016bff91d2810005', 'phone', '联系方式', 'phone', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '8', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('02d7fc70087b60b8ad4ed15b6d863107', '1846024929844764674', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-12-09 10:12:19', '2024-10-15 11:06:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('03709092184fdf4a66b0cdb4dd10a159', '402860816bff91c0016bffa220a9000b', 'bpm_status', '流程状态', null, '0', '1', '1', 'string', '32', '0', '1', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '46', 'admin', '2019-07-22 16:15:32', '2019-07-19 15:34:44', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('037f35e45fc5d54058f0d473650fc0a9', '1864484528728928257', 'irradiation_board_code', '辐照板编号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '10', 'admin', '2024-12-05 09:41:08', '2024-12-05 09:38:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0386044fd3fe5dc110f38fba62d5ac20', '1853426999698759682', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('03c105d2706c8286416833684de67406', '79091e8277c744158530321513119c68', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('03fd5ab69f331ff760c3f7d86b4a93f8', '4028318169e81b970169e81b97650000', 'log_content', '日志内容', 'log_content', '0', '1', '1', 'string', '1000', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '3', null, null, '2019-04-04 19:28:36', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('045eb432c418b2b103b1e1b8e8a8a75d', 'fb7125a344a649b990c12949945cb6c1', 'age', '年龄', null, '0', '1', '1', 'int', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', null, null, null, '2019-03-26 19:24:11', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('04c5ce7b47e879a523ffb71403615b9e', 'f7ce241c95ef5c760195ef5c76ec0000', 'update_by', '更新人', 'update_by', '0', '1', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('04e6b2c2a88f13ddb521f9037cdb8b8d', '1853426743397425154', 'file_list', '附件IDs', 'radiation_test_type', '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '17', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('04ff134cb4aae845059e10b3b85f1451', '7ea60a25fa27470e9080d6a921aabbd1', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2019-04-17 00:22:21', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('051dd70c504c97a028daab2af261ea35', '1acb6f81a1d9439da6cc4e868617b565', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('052dcc6f34976b66754fd99415bd22ce', '79091e8277c744158530321513119c68', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('054db05394e83b318f097a60bc044134', '402860816bff91c0016bffa220a9000b', 'residence_address', '户籍地址', 'residence_address', '0', '1', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '28', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0604945c206e867644e9a44b4c9b20c6', 'fb19fb067cd841f9ae93d4eb3b883dc0', '2', '4', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '5', null, null, '2019-03-23 11:39:48', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0617de6d735b37a3f80f2f35ad5d1511', '4028839a6de2ebd3016de2ebd3870000', 'size_type', '尺码类型', 'size_type', '0', '1', '1', 'string', '2', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '13', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0619dfc3fbf9e193534bb3460a1a9d92', 'cb2d8534a2f544bc9c618dd49da66336', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', '1', 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:13', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('06a1badae6119abf4ec48858a3e94e1c', '402860816bff91c0016bffa220a9000b', 'sys_org_code', '组织机构编码', 'sys_org_code', '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '43', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('06be12d850f7cb3261111e35c2622f5c', 'b493c5fd4fa64a3a84e74ee171763e37', 'dd', 'dd', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', null, null, '2021-06-07 18:13:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('06f1cfff58395ff62526b894f6182641', 'e67d26b610dd414c884c4dbb24e71ce3', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:57', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('07a307972076a392ffc61b11437f89dd', '402860816bff91c0016bff91c0cb0000', 'create_time', '创建时间', 'create_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '13', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('07f4776fd641389a8c98a85713990dce', '402860816bff91c0016bff91c0cb0000', 'update_by', '更新人', 'update_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '14', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0808a5021f3c3676cca4f58ed84b610d', '3b6eab3feffc4cd6bcf28cf01decebd7', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2024-12-05 11:43:17', '2024-08-30 10:25:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('08a3353c11efd5f062c3076d0554b5c5', '402881e6760269a20176026d25650002', 'salary_money', '工资', 'salary_money', '0', '1', '1', 'BigDecimal', '10', '3', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '5', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('08f002095da7c1886c86648fcec38ca9', '56efb74326e74064b60933f6f8af30ea', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('08f0dd5c8b9a26cec5cf9a2dd8fb7446', '1864484528728928257', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-12-05 09:41:08', '2024-12-05 09:38:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('09450359eb90b40d224ec43588a62f9e', '402860816bff91c0016bff91c0cb0000', 'user_id', '用户ID', 'user_id', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '3', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('09b69c8cc1bada0b944e772b81826ffa', '8b88392f44b64b8e92ddccac596247f0', 'attachment', '附件', null, '0', '1', '1', 'string', '2048', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '9', 'admin', '2024-12-05 14:13:20', '2024-08-30 10:37:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0a1208184216d9f5defa41d08040a8fd', 'a2ca0c7297a8491ca849fc1a06c9efbf', 'sex', 'sex', null, '0', '1', '1', 'string', '32', '0', '', 'sex', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2021-01-24 14:39:35', '2021-01-24 14:38:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0a4cdcb7e54f614ab952024f6c72bb6d', 'beee191324fd40c1afec4fda18bd9d47', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0aa7e6484c99e29c6c0b9c0cbc54c345', '8b88392f44b64b8e92ddccac596247f0', 'name', '标准名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '6', 'admin', '2024-12-05 14:13:20', '2024-08-30 10:37:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0aad6fa0bf0965a6be1df8aa6005afb4', 'feea98637c2144caae7c5d56a815a245', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', null, null, '2021-10-27 10:24:24', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0acfc27e493c204f72d42b6dc00a2ded', '53a3e82b54b946c2b904f605875a275c', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2022-10-25 11:10:48', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0adc06d9b497684bcbb5a781e044517c', '1acb6f81a1d9439da6cc4e868617b565', 'supplier', '供应商', null, '0', '1', '1', 'string', '32', '0', '', 'air_china_ supplier', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '15', 'admin', '2019-06-10 14:47:14', '2019-04-24 16:52:00', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0ae4bc5d4921aa240d814e018ddb7779', '56efb74326e74064b60933f6f8af30ea', 'money', '订单总额', null, '0', '1', '1', 'double', '10', '3', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0b1ac7a656989e063504c136d1aa9f03', '1853426743397425154', 'device_name', '器件名称', null, '0', '1', '1', 'string', '1024', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0b3e833ac4aae3a13ec2f8ae460708f8', '4028839a6de2ebd3016de2ebd3870000', 'no', '预算表序号', 'no', '0', '1', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '8', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0b7f05686b352a7019c85f2907ddd2c0', '1853632592350912514', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-11-07 15:19:54', '2024-11-05 10:57:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0ba1bf74e2a6a94a7a63010ec7230706', '402860816bff91c0016bffa220a9000b', 'update_time', '更新时间', 'update_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '42', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0bd10d416252bdc6b169056d2a1a4a68', '402880e5721355dd01721355dd390000', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', null, null, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0c34ebfe2e2a619d42db13f93d2a2d40', 'b81de38db24047b497d476516f8a0865', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2020-02-24 14:56:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0c4e31200f41027bb97d9e84039ca74e', '97283326c7384df28959e8e9a9f5013f', 'sample_model', '样品型号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0cb71b9685a79c5473d84f1fbd9c0666', '1864545872732856322', 'sample_image', '图片', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '12', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0cba94f0497d4d3d829fc573f58eff9f', '402860816bff91c0016bffa220a9000b', 'graduation_time', '毕业时间', 'graduation_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '16', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0cec856048dfe053d4899d41fd7f6c33', '1864545872732856322', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0d00c51a4ddad2598a587fadc968a8b2', '402860816bff91c0016bff91cfea0004', 'sys_org_code', '组织机构编码', 'sys_org_code', '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '13', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0d0675d28c7ce9f59539ce10bd2357ee', '1864485221946716162', 'offset_voltage', '偏置电压', 'offset_voltage', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '11', 'admin', '2024-12-16 14:09:01', '2024-12-05 09:41:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0d48f9ad9cc844805b182162221cdaa6', 'f7ce241c95ef5c760195ef5c76ec0000', 'device_mode', '器件型号', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '18', null, null, '2025-04-01 11:20:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0ddd0c0afc967a9ab6050401ca62a4be', 'e67d26b610dd414c884c4dbb24e71ce3', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:57', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0de87e18009ae2f43e055b3a2095435f', '1846024836387282946', 'measurement_rate', '计量率', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0e157503e648653836a602f5bbad4e83', '402881e6760269a201760269a2af0000', 'files', '文件', null, '0', '1', '1', 'string', '1000', '0', '', '', '', '', 'file', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '15', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0e3782af9f46e6eeba024c6fa414d0ba', '97283326c7384df28959e8e9a9f5013f', 'deviation_condition', '偏置条件', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '18', 'admin', '2024-12-05 14:50:53', '2024-10-12 23:59:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0e5fb96c3f5a37c758eb7f5d1322694f', '402880e5721355dd01721355dd390000', 'good_name', '商品名字', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', null, null, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0f0121bbe4418f79e442abacc8a8dc44', 'c452d7508f38476da0c80311b1e1d329', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2024-11-21 10:33:05', '2024-08-22 17:02:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0f5b0aef75640b7ee843a4ff27f6dcb0', '3b6eab3feffc4cd6bcf28cf01decebd7', 'management_no', '管理编号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2024-12-05 11:43:17', '2024-08-30 10:25:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('0fb6fa76c5c78a1e957dbb411e110738', '402860816bff91c0016bff91d8830007', 'politically_status', '政治面貌', 'politically_status', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '7', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('0fd6b83f09ea78d32094aabbdf639a36', '553a4172fde446419cb602dc70f9ee67', 'wenjian', '文件', null, '0', '1', '1', 'string', '250', '0', null, '', '', '', 'file', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '16', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('105be0f7d827a0324216cf8af268fb9e', '09fd28e4b7184c1a9668496a5c496450', 'birthday', '客户生日', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2022-05-07 19:05:56', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('105c8e44ad13026b641f0363601f30f3', 'e5464aa8fa7b47c580e91593cf9b46dc', 'num', '循环数量', null, '0', '1', '1', 'int', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('105f1d53ff7220434dfab2ec60c97210', '1857015207720738817', 'document_id', '文档ID', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-11-14 19:48:08', '2024-11-14 18:58:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('10cfb512423f929b6a488f5e50923199', '402881fd812267500181226750e90000', 'contents', '商品简介', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'umeditor', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '10', null, null, '2022-06-02 11:13:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('12aa08f8e948e2b60b40a7b6429c866b', '56efb74326e74064b60933f6f8af30ea', 'order_code', '订单编码', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '${shop_order_num}', '0', '1', '1', '1', 'single', '', '', '7', 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('12d9243165f8fdbd14d7fcf04d2ea9da', '1848201478455013377', 'device_type', '器件类型', 'source', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-10-23 16:53:48', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('12fb40529587f847bf2df91264e79d3b', '722c27169ad44f689c5885ca586b248f', 'parent_id', '父级ID', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2024-11-13 17:24:13', '2024-11-04 10:27:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('13246645b7650491b70205d99703ca06', '402860816aa5921f016aa5dedcb90009', 'bpm_status', '流程状态', 'bpm_status', '0', '1', '1', 'string', '32', '0', '1', 'bpm_status', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'group', '', '', '8', 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('135dd0ee50712722db65b8762bd487ea', '8994f2817b5a45d9890aa04497a317c5', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '4', null, null, '2019-03-23 11:39:16', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('137d72b6713be51612ecb8346f1550c3', 'f7ce241c95ef5c760195ef5c76ec0000', 'name', '名称', 'name', '0', '1', '1', 'string', '255', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('13aabb7852dd89e820421804cb7a02e9', '722c27169ad44f689c5885ca586b248f', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2024-11-13 17:24:13', '2024-08-21 16:19:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('13d9c22ba0a4f09111d115022a148d23', '09fd28e4b7184c1a9668496a5c496450', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2022-05-07 19:05:56', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('14597597f11a3c461b4f88157739d3b0', '1864485221946716162', 'sample_number', '样品编号', null, '0', '1', '1', 'string', '1024', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', 'admin', '2024-12-16 14:09:01', '2024-12-05 09:41:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('145e82a621fa75d4ff805feb61261c58', '1866143623509811201', 'file_name', '文件名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-12-09 23:32:51', '2024-12-09 23:31:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1468346542d26c144b46570b762518a9', '722c27169ad44f689c5885ca586b248f', 'title', '文档标题', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2024-11-13 17:24:13', '2024-08-21 16:19:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('14b7e6161d1f908e13026439af302a66', '3b5e18da618247539481816995b6bf9f', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('14ec4c83c29966ab42b6b718c5a3e774', '7ea60a25fa27470e9080d6a921aabbd1', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2019-04-17 00:22:21', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('154801c3cb2f2f7953ec8851394738cf', 'ca19150a847245dab3d070aaf2c82586', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2024-12-05 14:40:09', '2024-08-22 16:57:24', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('154ba4ca5328866010e042086ffc2b81', '56efb74326e74064b60933f6f8af30ea', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', '1', 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('15768c8d3a9b43069678c017e1fa1d15', '5517e93b148a42a7b82d5f3f94542dcf', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2022-07-19 19:36:53', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('15e59401807d22b90130cbfebc156873', '1864545872732856322', 'measurement_validity', '计量有效期', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '13', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:44:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('16363d0bc125125e395772278d0cf22e', '4b556f0168f64976a3d20bfb932bc798', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2019-04-12 23:38:28', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('1651ba6fbd1ebf0c62441b4c24a9e93a', '8b88392f44b64b8e92ddccac596247f0', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2024-12-05 14:13:20', '2024-08-30 10:37:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('168426cf1016cf0b99705ae1c4c8591e', '402880e5721355dd01721355dd390000', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', null, null, '1', null, null, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('168baeda954d9e5f6a71e67a99b36e20', '1848200093202231297', 'exception_record', '异常记录', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '11', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('169098737e406b27fd47bfa60e62fc7e', '1846024836387282946', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('16918ac159cb6313fec1dea7ac4bd0a0', '402880eb71d52dc30171d52dc3a10000', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '10', null, null, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('17327a9704c421ea2e4c290609152c6f', '360542df1f4146ac9dc29659dbd69703', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', null, null, '2024-08-22 16:59:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('179c290e383009810fb738f07bd5af8d', '402860816bff91c0016bff91d2810005', 'id', 'id', 'id', '1', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '1', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('17b1c2ca5d0913ee4861a74e37e3c3a3', '1857642795707228161', 'total_score', '总分数', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-12-24 16:31:22', '2024-11-16 12:32:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('17c412eaebcaad6e2da7d749d6c413ac', '1846024929844764674', 'radiation_source', ' 辐照源', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-12-09 10:12:19', '2024-10-15 11:06:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('17cbda69da9dd3632625a0647c259070', '73162c3b8161413e8ecdca7eb288d0c9', 'wl_name', '物料名字', null, '0', '1', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '1', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('17ce46adb76ab6a78030fc8ffb3196b7', '8a31140f10a9417495ff2fff77deab55', 'code', '物资编码', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', null, null, '2024-09-11 16:44:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('17d8e636bea09e1b21127888965942aa', '1866143623509811201', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-12-09 23:32:51', '2024-12-09 23:31:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('182d038554a6ee7ddfd07763aaa10686', '53a3e82b54b946c2b904f605875a275c', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2022-10-25 11:10:48', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('18fefb2257901f05508f8ec13ada78a3', 'e5464aa8fa7b47c580e91593cf9b46dc', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2019-04-24 17:09:48', '2019-04-24 11:05:10', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('193c3c062cc6ee210970dbe327412e67', '553a4172fde446419cb602dc70f9ee67', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', null, null, null, null, null, null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('19668557ef71a5091a6b0e0f05d9e58a', 'f7ce241c95ef5c760195ef5c76ec0000', 'data_provider', 'dataProvider', 'data_provider', '0', '1', '1', 'string', '255', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '1', '1', '0', 'single', null, null, '16', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('1973ef1d3728fbff2db6a352e001f5f7', 'fb7125a344a649b990c12949945cb6c1', 'name', '用户名', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '5', 'admin', '2019-03-26 19:24:11', '2019-03-26 19:01:52', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('19a9bf071cf3aa3b2ef94344d2300616', '402881e6760269a20176026d25650002', 'create_by', '创建人', 'create_by', '0', '1', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '12', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('1a3d30bc14600eaeea32c4c27981e0a4', '1864484528728928257', 'sample_model', '样品型号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-12-05 09:41:08', '2024-12-05 09:38:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1a6ae6058b55ec755be59210ddee9674', '1864324542325420034', 'sample_image', '图片', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2024-12-05 11:03:29', '2024-12-05 00:06:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1ab5be1f937f393b3e5cc214ef1b855c', '7ea60a25fa27470e9080d6a921aabbd1', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2019-04-17 00:22:21', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('1aba85ce63b8b4158aef5814bd515c6a', 'fafa347903804e89acc7c63e4ab3244c', 'manufacturer', '生产厂家', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', null, null, '2024-10-09 20:52:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1ae807d77bfa09cb6f96c22c5d46ce10', '5a46eebe3b5f48b3b21852858a8c533f', 'room_no', '房间号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2024-09-18 17:23:07', '2024-08-30 10:35:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1b071c02de2830f9fe82a542b31cce7f', '3b5e18da618247539481816995b6bf9f', 'age', '年龄', null, '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1b174791feedd9b973b4f0c9a3918ddb', '1846024929844764674', 'radiation_end_time', '辐照结束时间', null, '0', '1', '1', 'Datetime', '32', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '15', 'admin', '2024-12-09 10:12:20', '2024-11-14 00:32:29', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1b6c7b95028bed9ff656d65557dd2bdf', '402860816bff91c0016bffa220a9000b', 'user_id', '用户id', 'user_id', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '3', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('1c4d25a12388c80d397bb4f4664fe4e6', '4b556f0168f64976a3d20bfb932bc798', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2019-04-12 23:38:28', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('1c6d7ce9afba132b82b2156094864716', '722c27169ad44f689c5885ca586b248f', 'type', '类型DOCUMENT/FOLDER', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2024-11-13 17:24:13', '2024-11-04 10:41:19', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1cc22644699c341490405d43ec84a31a', '8b88392f44b64b8e92ddccac596247f0', 'content', '内容', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '8', 'admin', '2024-12-05 14:13:20', '2024-08-30 10:37:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1cfe967bb457cbaa6e041e45d019b583', '402860816bff91c0016bff91c7010001', 'update_time', '更新时间', 'update_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '10', 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('1d0037eba10efd76be45150479399a7e', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1d712db19506ee40b2c1ef5a611baf88', '53a3e82b54b946c2b904f605875a275c', 'name', '商品名字', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2022-10-25 11:10:48', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1db847b0dff4a5ffa109f2c23eba4eb9', 'ca19150a847245dab3d070aaf2c82586', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', 'admin', '2024-12-05 14:40:09', '2024-08-22 16:57:24', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1e2cb38bf39a0e54e93d48890fa4bea0', '1864484528728928257', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-12-05 09:41:08', '2024-12-05 09:38:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1e37ae77c0d406d4ff3c5442ec63cd1f', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1e3987a0fdf31a3ea3b4e054255a345e', '8a31140f10a9417495ff2fff77deab55', 'group_code', '集团编码', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', null, null, '2024-09-11 16:44:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1e3d8cfbf12155559666a23ee2c6c5ca', 'e5464aa8fa7b47c580e91593cf9b46dc', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('1ec30f297497957de90b1434ab021bca', '97283326c7384df28959e8e9a9f5013f', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1ed46fdeb289bd7805c9b83332ccd3b4', '402860816bff91c0016bff91d2810005', 'relation', '关系', 'relation', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '4', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('1eda61dece35abd76b8d8d49e1b139b8', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'content', '描述', null, '0', '1', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', null, null, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1ee829c9c9fb099b7189b31d389c7378', '497144e626e84545b56f151c9f4d6e9e', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2024-08-30 10:42:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1f0580549a453c7712c6ace4c5a3e6d3', '1846024836387282946', 'radiation_source', ' 辐照源', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1f0bd9a2a7700344e4e13ad8ddc55d04', '1864485221946716162', 'experiment_id', '试验ID', 'experiment_id', '0', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '1', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-12-16 14:09:01', '2024-12-05 09:41:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1f0c6d33b79713fe79fb30373c81f6f7', '758334cb1e7445e2822b60e807aec4a3', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2019-10-18 18:02:09', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('1f2d36e63f952d07b05499d51766288b', '1829347928200749057', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-12-05 14:36:15', '2024-08-30 10:38:28', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('1fa7fdb2f5537d8c5d7416ed07767339', '8a31140f10a9417495ff2fff77deab55', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2024-09-11 16:44:20', '2024-08-30 10:18:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('20525b37800e1301f8005b7aac22c6b2', '97283326c7384df28959e8e9a9f5013f', 'experiment_no', '试验编号', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:55:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('20dc56033fa1c3cea980669b1702373e', '1846024929844764674', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-12-09 10:12:19', '2024-10-15 11:06:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('20de3043c5435a6463eacb7e6571cb45', '1853426999698759682', 'manufacturer', '生产厂家', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('20efb2cb6a404921b0b5a70a7e46f50e', '2bed5edf282d49fb9281145944d924a1', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2024-09-18 20:45:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('20f1bb069881769e0a5aa1dd878ef84a', '1864545872732856322', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('20fac48e854f2885c9eb9a8e22f78f67', 'ea0a86437fd843c68fb47c3e0fc537c9', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2024-09-19 15:08:35', '2024-08-30 10:31:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2113a4ec7b88b4820dcbbdf96e46bbb7', 'fbc35f067da94a70adb622ddba259352', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2019-07-03 19:44:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('2150e48b2cb6072d2d8ecd79a7daf7cc', '402860816bff91c0016bff91ca7e0002', 'create_time', '创建时间', 'create_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '10', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('2219df86f3cc9eaf559918a415fb5c81', '1864485221946716162', 'pin_type', '管脚接入方式', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '18', null, null, '2024-12-16 14:09:02', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2241f2f687569f79ed31cf51c9d4cf6f', '2bed5edf282d49fb9281145944d924a1', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2024-09-18 20:45:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('229c9f9fde63527dabbcf085966adb9c', '1853632592350912514', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-11-07 15:19:54', '2024-11-05 10:57:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('231060aa99abac45b7ace51629535175', '3b6eab3feffc4cd6bcf28cf01decebd7', 'room_no', '房间号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2024-12-05 11:43:17', '2024-08-30 10:25:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2323239efb5a40b73034411868dfc41d', 'fb19fb067cd841f9ae93d4eb3b883dc0', 'update_by', '更新人登录名称', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '3', null, null, '2019-03-23 11:39:48', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('2357321731dfa44f653794eb9898604a', '1864324542325420034', 'sample_batch', '样品批次', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2024-12-05 11:03:29', '2024-12-05 00:06:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('23f42061ed218bdbc1262913c071e1cd', 'e5464aa8fa7b47c580e91593cf9b46dc', 'iz_valid', '启动状态', null, '0', '1', '1', 'int', '2', '0', '', 'air_china_valid', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', 'admin', '2019-04-24 17:09:49', '2019-04-24 14:09:06', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('242d1c9f4c6df82975563dedc40fe100', '497144e626e84545b56f151c9f4d6e9e', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', null, null, '2024-08-30 10:42:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('256b7b171a9cb19ceef4310b17723552', '97283326c7384df28959e8e9a9f5013f', 'files', '附件', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '21', null, null, '2024-12-05 14:50:53', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('25d91ca4cdc3919c7557d23caf7ed6de', 'f9fb8bee1a64472889d077c757b9acc7', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2021-08-17 13:58:15', '2021-08-17 13:57:48', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('25f6377a1947e8e32ac28f672d9a245b', 'ca19150a847245dab3d070aaf2c82586', 'status', '状态', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '13', 'admin', '2024-12-05 14:40:09', '2024-10-23 23:02:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('260cbdb1c494f41539b71748c56bb148', '2c92808393927efd0193927efd150000', 'sequence_year', '序列年', null, '0', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '1', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2024-12-05 00:26:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('265702edb8872e322fe72d3640e34ac5', '402860816bff91c0016bff91cfea0004', 'from_time', '开始日期', 'from_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '3', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('26be1b96f3c5d1f25254cc8ab60a268a', '5517e93b148a42a7b82d5f3f94542dcf', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', null, null, '2022-07-19 19:36:53', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2731ad9299f250cba7129ca5983c7c21', '497144e626e84545b56f151c9f4d6e9e', 'test_code', '试验编号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', null, null, '2024-08-30 10:42:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2739ab1ece4d6053ba931bb6572f4ed8', '4028839a6de2ebd3016de2ebd3870000', 'iz_valid', '启用状态', 'iz_valid', '0', '1', '1', 'string', '2', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '9', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('273b0fd37640a9ef1614e987e2bc44a0', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'pics', '图片', null, '0', '1', '1', 'string', '500', '0', '', '', '', '', 'image', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', null, null, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('27ac2d92bf9ce2dc030f3da64fa9fa0e', 'c452d7508f38476da0c80311b1e1d329', 'doc_type', '文档类型', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2024-11-21 10:33:05', '2024-08-22 17:02:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('281ce0b5343cd42b28825d7df16422f1', 'b81de38db24047b497d476516f8a0865', 'vv', 'vv', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', null, null, '2020-02-24 14:56:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('283f42283b9d0bf3b95ba3384ab2d255', '758334cb1e7445e2822b60e807aec4a3', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2019-10-18 18:02:09', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('284864d99fddfdcb00e188e3a512cb28', '1acb6f81a1d9439da6cc4e868617b565', 'no', '预算表序号', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('2877d2e09d3746bc3b723a75e803c593', 'c452d7508f38476da0c80311b1e1d329', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2024-11-21 10:33:05', '2024-08-22 17:02:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2889d3cef706f91e092d76a56b8055be', '402860816bff91c0016bff91cda80003', 'order_no', '序号', 'order_no', '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '8', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('28900c8e76dd0e77193cbd85b5bc6af8', '402881e6760269a201760269a2af0000', 'remakr', 'markdown', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'markdown', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '16', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('28ab929fd8535396feee2995ad6a2dd5', '553a4172fde446419cb602dc70f9ee67', 'zdys', '自定义树', null, '0', '1', '1', 'string', '255', '0', null, '0', 'sys_category', 'id,pid,name,has_child', 'sel_tree', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '32', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('28b4e0443ae1e805bb5c0dbf8bd525ba', '1857015207720738817', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-11-14 19:48:08', '2024-11-14 18:58:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('28e87ba6d1104cdff129e0284537f47d', '1846024836387282946', 'radiation_standard', '辐照标准', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('293f6bc9a0f557a32bbdf45669404f35', 'feea98637c2144caae7c5d56a815a245', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', '1', null, null, '2021-10-27 10:24:24', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('299f9e23d56a0831a6a4ab46a361239d', '2c92808393927efd0193927efd150000', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', null, null, '2024-12-05 00:26:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('29e4abea55d9fa7dbbd0c8dbbb2b3756', '402860816bff91c0016bff91cda80003', 'update_time', '更新时间', 'update_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '12', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('2a3ec148c7b4ff5a4e89791651b59003', 'ea0a86437fd843c68fb47c3e0fc537c9', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2024-09-19 15:08:35', '2024-08-30 10:31:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2a44ff25975f68ea3ca439fce05f2b39', '722c27169ad44f689c5885ca586b248f', 'file_list', '附件', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', null, null, '2024-11-13 17:24:13', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2a8ade160f73297c5a68e089992c86b6', '1829347928200749057', 'radiation_source', '辐射源', 'radiation_source', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '10', 'admin', '2024-12-05 14:36:15', '2024-09-19 14:38:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2a9c980f676858b6a39abc4112e1021e', '1853426999698759682', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2ab6a940f700841b908cb74daacf1545', 'fafa347903804e89acc7c63e4ab3244c', 'batch', '批次', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '9', null, null, '2024-10-09 20:52:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2aef31179964d0a5a945df7bddff00ae', '53a3e82b54b946c2b904f605875a275c', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2022-10-25 11:10:48', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2c183582bf1c055c4973e920cd616208', '1846024929844764674', 'radiation_detail', '辐照详情(json存储)', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '12', 'admin', '2024-12-09 10:12:20', '2024-10-15 11:06:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2c8a52285c4b4f4021052bc1ff4ff4a3', '1857642795707228161', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-12-24 16:31:22', '2024-11-16 12:32:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2c9be627e7cab7f5a2ae9c7ca7ce94a2', 'cb2d8534a2f544bc9c618dd49da66336', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:14', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('2d53a66f0b72d820b86ff445e2181d76', 'beee191324fd40c1afec4fda18bd9d47', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('2dfc4c81926f678c5f8d5ffd27858201', 'e2faf977fdaf4b25a524f58c2441a51c', 'account', '用户编码', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('2e0374878fb3d5be3b0b3f868a97fb59', '09fd28e4b7184c1a9668496a5c496450', 'sex', '客户性别', null, '0', '1', '1', 'string', '1', '0', '', 'sex', '', '', 'list', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2022-05-07 19:05:56', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2e5275b6407e1b4265af8519077fa4a5', 'd3ae1c692b9640e0a091f8c46e17bb01', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', null, null, '2019-07-24 14:47:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('2e66b9db37648389e0846e2204111732', '73162c3b8161413e8ecdca7eb288d0c9', 'has_child', '是否有子节点', null, '0', '1', '1', 'string', '3', '0', '', 'valid_status', '', '', 'list', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '10', 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('2e9ecce88f514b950428cde1c6bf0870', '97283326c7384df28959e8e9a9f5013f', 'deviation_equipment', '加偏设备', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '19', 'admin', '2024-12-05 14:50:53', '2024-10-12 23:59:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2ee58d8e4844dfe1fa6b1b841ae0b312', '402860816bff91c0016bff91d2810005', 'politically_status', '政治面貌', 'politically_status', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '7', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('2eeed9d964968df7cbebb4de17edc444', '1864485221946716162', 'offset_power_photo', '偏置电源显示界面照片', null, '0', '1', '1', 'string', '1024', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '15', null, null, '2024-12-16 14:09:01', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('2f111722eb3a994450e67e3211fd69a8', '402860816bff91c0016bff91ca7e0002', 'id', 'id', 'id', '1', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '1', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('2f13bd36aadfe10fb79c57d727279981', 'feea98637c2144caae7c5d56a815a245', 'aaa', 'aa', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2021-10-27 10:24:24', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('30143cc3de69c413828f9fba20662026', '402860816bff91c0016bffa220a9000b', 'healthy', '健康状况', 'healthy', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '12', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('304f81fed4bc1c4bd61032a17a2f5901', '1864545872732856322', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('306e3fb9c87ca6442cefbd61f498f1f7', '402881e6760269a201760269a2af0000', 'dep_sel', '选择部门', null, '0', '1', '1', 'string', '200', '0', '', '', '', '', 'sel_depart', '', '120', null, '0', '', '#{sysOrgCode}', '0', '1', '1', '0', 'single', null, null, '19', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('30f8c25a7f785acecb6147867fde4379', 'fbcd53c12cb642e8985bf3ea4cd0e864', 'document_title', '文档标题', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', null, null, '2024-11-14 18:03:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('31b14c9181e23fef38dc82df6114b28a', '8b88392f44b64b8e92ddccac596247f0', 'temperature_requirements', '温度要求', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', null, null, '2024-12-05 14:13:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('31fd90306c3942f09cb79deabbf2f541', '402860816bff91c0016bff91d2810005', 'employee_id', '员工ID', 'employee_id', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', 'oa_employee_info', 'id', '2', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('3243191d86c48c23188eb109c14479f5', '2c92808393927efd0193927efd150000', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', null, null, '2024-12-05 00:26:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3293ebb543826cb985a6314c6a686347', '1853426743397425154', 'device_batch', '器件批次', 'file_id', '0', '1', '1', 'string', '1024', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '10', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('329be4b040590f198f702c01e5319599', '8a31140f10a9417495ff2fff77deab55', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2024-09-11 16:44:20', '2024-08-30 10:18:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('32f92d1b4dd9e3088ab17e7872fbfea9', 'ca19150a847245dab3d070aaf2c82586', 'sample_info', '样品信息', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2024-12-05 14:40:09', '2024-10-23 22:54:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('32fbb6be2b7b549123c94d911526184c', '2c92808393927efd0193927efd150000', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', null, null, '2024-12-05 00:26:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('32fcad4410841c84516b500cdde2c8e2', '8b88392f44b64b8e92ddccac596247f0', 'time', '数据创建时间', null, '0', '1', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '10', 'admin', '2024-12-05 14:13:20', '2024-09-18 19:21:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('333a312373d0c81a417b4e72732f1e7b', '2bed5edf282d49fb9281145944d924a1', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2024-09-18 20:45:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('336495117e3a31351fed6963b950dddb', '402860816bff91c0016bffa220a9000b', 'inside_transfer', '内部工作调动情况', 'inside_transfer', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '37', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('33cf0d0716f4a9483b7cf1dc1584ae8f', '1846024836387282946', 'test_data', '测试数据(json 大字段)', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '22', 'admin', '2024-12-09 10:12:59', '2024-10-22 21:58:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('34138092d743d4232341a920efd2699e', '402880eb71d52dc30171d52dc3a10000', 'name', '名称', null, '0', '1', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '#{sysUserName}', '0', '1', '1', '0', 'single', null, null, '3', null, null, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('34318e726bc9890a023b56bde36a18a0', '1848201478455013377', 'device_function', '器件功能', 'file_name', '0', '1', '1', 'string', '2048', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', 'admin', '2024-10-23 16:53:48', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('345c8b48e1e128e77c4c6e2b36512804', '402860816aa5921f016aa5dedcb90009', 'create_by', '创建人', 'create_by', '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '2', 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('345cda8620a8c37759d92ecd9b70b316', '1853426743397425154', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3489a6451bbbcabc0f39ca04b0dd62f2', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', null, null, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('34ecf29484ffd4b287bd34b52cf89775', 'a2ca0c7297a8491ca849fc1a06c9efbf', 'name', 'name', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2021-01-24 14:39:35', '2021-01-24 14:38:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('351faaeb2dd8105e9c66f678211c9d4f', 'dbf4675875e14676a3f9a8b2b8941140', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2019-05-27 18:02:07', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('3539a27bc0bd4ecc2d0c06ecdd3388a0', '1864484528728928257', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-12-05 09:41:08', '2024-12-05 09:38:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('35417ba3993afe3405e1e0b9abbd7e1b', '402880e5721355dd01721355dd390000', 'num', '数量', null, '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', null, null, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('354b2ce39c5e8ec3f0bbb01bf8ff0fb7', '32f75e4043ef4070919dbd4337186a3d', 'content', '描述', null, '0', '1', '1', 'string', '300', '0', '', '', '', '', 'textarea', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2019-04-11 10:15:31', '2019-03-28 15:24:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('35908fa1cd41d6f4d11fd862cd99ac79', '1846024929844764674', 'sample_info', '样品信息', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '16', null, null, '2024-12-09 10:12:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('35ca1c8aa1501bc8a79c880928841f18', '402860816aa5921f016aa5921f480000', 'update_by', '修改人id', 'update_by', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '11', 'admin', '2019-05-11 15:31:55', '2019-05-11 14:26:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('35fcf817e4feb2cc6fff66cf953bfe1b', '1857642795707228161', 'difficulty_score', '难度分', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2024-12-24 16:31:22', '2024-11-16 12:36:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3635793767371c6db9f76b4b79f9d321', '402860816bff91c0016bff91d8830007', 'create_time', '创建时间', 'create_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '11', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('365dc0c339539b037109379a251388f0', '1829347928200749057', 'name', '标准名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-12-05 14:36:15', '2024-08-30 10:38:28', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('36de6b200a489f1fedc8cdbebfa264ee', '553a4172fde446419cb602dc70f9ee67', 'bmxz', '部门选择', null, '0', '1', '1', 'string', '100', '0', null, '', '', '', 'sel_depart', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '24', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('36e760ec97bd80645bbf71de66ff50f8', 'f7ce241c95ef5c760195ef5c76ec0000', 'create_by', '创建人', 'create_by', '0', '1', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('37090f18a44c29b428162bad5d64d197', '1864485221946716162', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-12-16 14:09:01', '2024-12-05 09:41:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('370a6eebc2d732eaf121fe0830d853a6', 'e5464aa8fa7b47c580e91593cf9b46dc', 'wl_code', '物料编码', null, '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '7', 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('37156edb28f64dff7aa2b4d5e8b59b3a', '1846024836387282946', 'environmental_temperature', '环境温度', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('375957774c7d424ce9a58d84d4c4387f', '553a4172fde446419cb602dc70f9ee67', 'yhxz', '用户选择', null, '0', '1', '1', 'string', '100', '0', null, '', '', '', 'sel_user', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '25', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('37e2548874f09ef7d08642a30bc918fa', 'fbc35f067da94a70adb622ddba259352', 'group_name', '小组名', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2019-07-03 19:44:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('37fc7520bdd93adfef20b50b691076df', '1864484528728928257', 'sample_type', '样品类型', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-12-05 09:41:08', '2024-12-05 09:38:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('391e7cbd9f29743b11bb555c50547b1f', '32f75e4043ef4070919dbd4337186a3d', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('393227a51251906a91f4e05a095eb1ba', '553a4172fde446419cb602dc70f9ee67', 'markdown', 'markdown', null, '0', '1', '1', 'Blob', '0', '0', null, '', '', '', 'markdown', '', '120', '', '0', '', '', '0', '1', '0', '0', 'single', '', '', '27', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3961c435fa1f6b66bbafadeea29894d7', '5a46eebe3b5f48b3b21852858a8c533f', 'management_no', '管理编号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2024-09-18 17:23:07', '2024-08-30 10:35:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('396c36fa5320975851d06772d10ea7b1', 'cb2d8534a2f544bc9c618dd49da66336', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:14', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('396ec2e41d4aab2f2e0386ebf3f06756', '8a31140f10a9417495ff2fff77deab55', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', 'admin', '2024-09-11 16:44:20', '2024-08-30 10:18:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3aafed36d2f65ac30f3e534a4ed7cd0c', '1857642795707228161', 'management_score', '管理支撑分', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', 'admin', '2024-12-24 16:31:22', '2024-11-16 12:36:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3abc144534319f120533e80192b656e5', '1848200093202231297', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3b439859f98e30e34d25e983eb22e408', '402860816bff91c0016bff91c7010001', 'award_time', '获奖时间', 'award_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '3', 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('3b61ac0b2db877f2df56b82ad99d0431', '2c92808393927efd0193927efd150000', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', null, null, '2024-12-05 00:26:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3b67be0187044a0d023fc2c4c7eceabc', '402881e6760269a20176026d25650002', 'bonus_money', '奖金', 'bonus_money', '0', '1', '1', 'double', '10', '2', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '6', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('3b85ef81691678f1dbbbd20387a290e3', '8b88392f44b64b8e92ddccac596247f0', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', 'admin', '2024-12-05 14:13:20', '2024-08-30 10:37:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3bd15366b5ca61a1043dd1b4f72f75ab', '1848201478455013377', 'experiment_date', '试验时间', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '12', 'admin', '2024-10-23 16:53:49', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3bf44e68de518f3ddf72b87671d0ff90', '8994f2817b5a45d9890aa04497a317c5', 'update_by', '更新人登录名称', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '3', null, null, '2019-03-23 11:39:16', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('3c74df163f36d1ac61af6811d2569d6c', 'f9fb8bee1a64472889d077c757b9acc7', 'ds', 'ds', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2021-08-17 13:58:15', '2021-08-17 13:57:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3c95c9d69bc65a3b36c297cc96142770', 'c256ecba74534bb080ee00d3d00492e0', 'type', '类型', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', null, null, '2024-08-30 11:07:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3ca1f02aa074e70113b8cc8ed0a4b21d', '1864324542325420034', 'experiment_id', '试验ID', 'experiment_id', '0', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '1', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-12-05 11:03:29', '2024-12-04 23:03:03', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3cba100fc173d50ff636138212aaace4', '1864323864098074625', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-12-05 00:43:34', '2024-12-04 23:00:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3cc6a04e9c91420e3bc407485416cc32', '1864484528728928257', 'measurement_validity', '计量有效期', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '11', 'admin', '2024-12-05 09:41:08', '2024-12-05 09:38:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3cd53ec6afb7a3b5f8c032793ca821f7', '1846024929844764674', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-12-09 10:12:19', '2024-10-15 11:06:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3cfd4d60c7d8409ae716a579bcb0910d', '402860816bff91c0016bff91c0cb0000', 'sys_org_code', '组织机构编码', 'sys_org_code', '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '16', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('3d6879050f9d05395733bf564b225d87', '722c27169ad44f689c5885ca586b248f', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2024-11-13 17:24:13', '2024-08-21 16:19:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3d6ce2fdc0185e6c8b17d0fdcc47b92f', '1864545872732856322', 'equipment_name', '设备名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '10', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3d72550564009a430d8d9099f47c4a05', '553a4172fde446419cb602dc70f9ee67', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', null, null, null, null, null, null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3df6721ef9a5300583a031f73f1293d9', '1866143623509811201', 'file_url', '文件链接', null, '0', '1', '1', 'string', '1024', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2024-12-09 23:32:51', '2024-12-09 23:32:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3e32f6c30c9028872388f70743c5d6a5', '402860816bff91c0016bff91c0cb0000', 'reason', '申请理由', 'reason', '0', '1', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '9', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('3e418ddcaa06f040e3e9285d1380bce8', 'c256ecba74534bb080ee00d3d00492e0', 'experiment_id', '试验ID', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', null, null, '2024-08-30 11:07:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3e70d1c516c3533c6698300665c669e1', '402860816bff91c0016bff91c0cb0000', 'id', 'id', 'id', '1', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '1', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:31', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('3ea59d86f422d076b062f55e6c7f46bf', '1829347928200749057', 'condition_f', '条件F', null, '0', '1', '1', 'string', '512', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '16', 'admin', '2024-12-05 14:36:15', '2024-11-14 15:31:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3edde7672e9f832cf00be18abb818bd8', '1846024836387282946', 'test_start_time', '测试开始时间', 'radiation_start_time', '0', '1', '1', 'Datetime', '32', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '14', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:22:09', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3f171c2ac96be117e97d4f436530d915', '5a46eebe3b5f48b3b21852858a8c533f', 'expire_date', '有效期', null, '0', '1', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '9', 'admin', '2024-09-18 17:23:07', '2024-08-30 10:35:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3f1974d30cfabd1232b1357445b87bce', '3b6eab3feffc4cd6bcf28cf01decebd7', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', 'admin', '2024-12-05 11:43:17', '2024-08-30 10:25:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3f2ace8f968a0e5b91d1340ee2957cda', '402860816bff91c0016bff91d8830007', 'real_name', '姓名', 'real_name', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '3', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('3f7f7720ee65648cb2850fccedf7be9d', '53a3e82b54b946c2b904f605875a275c', 'contents', '商品简介', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'umeditor', '', '120', '', '0', '', '', '0', '1', '0', '0', 'single', '', '', '9', 'admin', '2022-10-25 11:10:49', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3f9deca6c193f0b2609113713956ad19', '86bf17839a904636b7ed96201b2fa6ea', 'order_main_id', '订单ID', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', 'ces_order_main', 'id', '11', 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3fab15057918efd10650bd31b1dd10cc', '553a4172fde446419cb602dc70f9ee67', 'ldzuy', '联动组件一', null, '0', '1', '1', 'string', '255', '0', null, '', '\n{\n table: \"sys_category\",\n txt: \"name\",\n key: \"id\",\n linkField: \"ldzje,ldzjs\",\n idField: \"id\",\n pidField: \"pid\",\n condition:\"pid = \'0\'\"\n}', '', 'link_down', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '29', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('3fc3fceeb986145b92b389b38b7d1410', '3b6eab3feffc4cd6bcf28cf01decebd7', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2024-12-05 11:43:17', '2024-08-30 10:25:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('400a058d0ad17f51b6331de54407984a', '1853426743397425154', 'manufacturer', '生产厂家', null, '0', '1', '1', 'string', '1024', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '11', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('40471eb4560bf0bbd2ffef17d48a269d', 'dbf4675875e14676a3f9a8b2b8941140', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2019-05-27 18:02:07', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('404b516d4f2229f292783db595b02ba1', '402860816bff91c0016bff91d8830007', 'update_time', '更新时间', 'update_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '13', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('40675bb9f053aabf8823ddf4b5389141', 'b81de38db24047b497d476516f8a0865', 'aa', 'aa', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2020-02-24 14:56:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4164314d6a51d100169a29872b7504d8', '402860816bff91c0016bff91ca7e0002', 'cert_time', '发证时间', 'cert_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '3', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4184df7ecc4b24fd8d6c9f6fecfc914c', '1864484528728928257', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-12-05 09:41:08', '2024-12-05 09:38:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('419b6ff9cc88221f081e1f74a2ae7295', 'ca19150a847245dab3d070aaf2c82586', 'proofreader', '校对员', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2024-12-05 14:40:09', '2024-10-23 22:54:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('41b80b89de0ceb609eb016dacf106ef8', '553a4172fde446419cb602dc70f9ee67', 'shq', '省市区', null, '0', '1', '1', 'string', '100', '0', null, '', '', '', 'pca', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '28', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('41d4215c01b0d26871f2cb83d3e532ae', '402860816bff91c0016bff91c0cb0000', 'bpm_status', '流程状态', null, '0', '1', '1', 'string', '32', '0', '1', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '17', 'admin', '2019-07-19 18:09:01', '2019-07-19 15:35:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('42b4e09ef4be1b7faa9704b602b459be', '1829347928200749057', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-12-05 14:36:15', '2024-08-30 10:38:28', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('42cccfa014c9e131a0a1b23f563d3688', '402860816bff91c0016bffa220a9000b', 'sex', '性别', 'sex', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '6', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('42e97c8159d05cc984c4b0dece23bdc8', '8b88392f44b64b8e92ddccac596247f0', 'humidity_requirements', '湿度要求', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', null, null, '2024-12-05 14:13:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4312f618c83e07db82e468b81a1eaa45', '402860816bff91c0016bffa220a9000b', 'photo', '照片', 'photo', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '20', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4355aaad8679a1adf8578b20310e93c1', 'a2ca0c7297a8491ca849fc1a06c9efbf', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2021-01-24 14:39:35', '2021-01-24 14:38:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4358a28a2ccef156778b737d4a75e0d6', '3b6eab3feffc4cd6bcf28cf01decebd7', 'images', '图片', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', null, null, '2024-12-05 11:43:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('435b57180fc995e3c4ec42516963bca3', '4028839a6de2ebd3016de2ebd3870000', 'wl_code', '物料编码', 'wl_code', '0', '1', '1', 'string', '60', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '6', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('43cce1a7732cd49345735afbf056ede6', '497144e626e84545b56f151c9f4d6e9e', 'test_date', '试验日期', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', null, null, '2024-08-30 10:42:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('43cee05c7a0ce2331d3564db9cb5d974', '5a46eebe3b5f48b3b21852858a8c533f', 'model', '型号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '7', 'admin', '2024-09-18 17:23:07', '2024-08-30 10:35:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4418bed65508622da99812c7bc153b48', 'ca19150a847245dab3d070aaf2c82586', 'report_name', '报告名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '14', 'admin', '2024-12-05 14:40:09', '2024-11-16 20:55:12', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4430e8fef05b6718414d8ec868b54562', 'fafa347903804e89acc7c63e4ab3244c', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2024-10-09 20:52:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('44bdc595f1e565fc053e01134b92bb47', 'd3ae1c692b9640e0a091f8c46e17bb01', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2019-07-24 14:47:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('44e81e24d2384b0f187e8f69eda55390', '402860816bff91c0016bff91cda80003', 'create_time', '创建时间', 'create_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '10', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('45c0a1a89a1e2a72533b9af894be1011', '27fc5f91274344afa7673a732b279939', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('46285711382beae76c09bc3344093ed4', '1853426743397425154', 'device_function', '器件功能', 'file_name', '0', '1', '1', 'string', '1024', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('465f33eea7197526c991f1262c5fe4c0', 'f7ce241c95ef5c760195ef5c76ec0000', 'data_source', '数据来源', 'data_source', '0', '1', '1', 'string', '255', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '1', '1', '0', 'single', null, null, '11', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('469b250595f15dfebe69991d72e4bfb2', 'e9faf717024b4aae95cff224ae9b6d97', 'name', '员工姓名', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('46c13ceab79269d151c975bf11847a2e', '553a4172fde446419cb602dc70f9ee67', 'ldzjs', '联动组件三', null, '0', '1', '1', 'string', '255', '0', null, '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '31', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('46e9c238b1edc149600dc51c36cd001e', '1846024836387282946', 'test_equipment', '测试设备(json 大字段)', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '18', 'admin', '2024-12-09 10:12:59', '2024-10-22 21:58:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('470a3a02210932c55950cd673c50705b', '553a4172fde446419cb602dc70f9ee67', 'geshu', 'integer类型', null, '0', '1', '1', 'int', '9', '0', null, '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '34', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('475c472262db51b1d6dc42db615fa9b5', '1846024836387282946', 'test_result', '测试结果', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '23', 'admin', '2024-12-09 10:12:59', '2024-10-22 21:58:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4778efb6bcd08c987a93395c387f67ac', '1846024836387282946', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('47c21a6b45e59a6b70bb9c0cc4510a68', '1acb6f81a1d9439da6cc4e868617b565', 'integral_val', '积分值', null, '0', '1', '1', 'int', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '13', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4851697fdf63709d2bc7451b7415f4af', '32f75e4043ef4070919dbd4337186a3d', 'sex', '性别', null, '0', '1', '1', 'string', '32', '0', '1', 'sex', '', '', 'list', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', '6', 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('485a8ddce2c033f88af674ec98b68e32', '402860816bff91c0016bffa220a9000b', 'create_time', '创建时间', 'create_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '40', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4863e3b3e632a254ad3b2ec873767bcb', 'b493c5fd4fa64a3a84e74ee171763e37', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2021-06-07 18:13:37', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('492a462b212fc34b0ee70e872684ed7e', '7ea60a25fa27470e9080d6a921aabbd1', 'name', '用户名', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', null, null, '2019-04-17 00:22:21', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('497a0e5d76a8eb9ec30b4a4d9686b86f', '1853426999698759682', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('499a5dac033a01ce58009e4c5b786697', 'e9faf717024b4aae95cff224ae9b6d97', 'age', '员工年龄', null, '0', '1', '1', 'int', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('49bd0ab4a8e666a540287ac927db9ce6', 'fafa347903804e89acc7c63e4ab3244c', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', null, null, '2024-10-09 20:52:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('49cd3dbd4f7f7cf0d19b1ee1045cfa69', 'e67d26b610dd414c884c4dbb24e71ce3', 'post_code', '岗位编码', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:57', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4a25e2382b636e206c9b0fc829435af1', 'c256ecba74534bb080ee00d3d00492e0', 'user_id', '人员', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2024-08-30 11:07:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4a7d230b8e75d710b3aeedfc722867dd', '360542df1f4146ac9dc29659dbd69703', 'log_content', '日志内容', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2024-08-22 16:59:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4a7f6b26b97f812df9e0bd683e51e6db', '1853426999698759682', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4ad94222c025b56fb0833a88a1514aeb', '86bf17839a904636b7ed96201b2fa6ea', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', '1', 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4b1d4d7a1c1f7d5b99ae6c6a6d91b403', 'a2ca0c7297a8491ca849fc1a06c9efbf', 'dated', '生日', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2021-01-24 14:39:35', '2021-01-24 14:38:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4ba7c553ca4babcec75273c531cd65e1', '402860816bff91c0016bff91cfea0004', 'workplace', '工作单位', 'workplace', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '5', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4bd8f707329b46119d1aef970a8f1bcd', '1866143623509811201', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-12-09 23:32:51', '2024-12-09 23:31:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4c17487e6944555ec05781cd085add08', '553a4172fde446419cb602dc70f9ee67', 'create_time', '创建时间', null, '0', '1', '1', 'Datetime', '50', '0', null, null, null, null, 'datetime', null, '120', 'n6-16', '0', null, null, '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', null, null, null, null, null, null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4c2cba9fc950333421c4193576b8384d', '32f75e4043ef4070919dbd4337186a3d', 'salary', '工资', null, '0', '1', '1', 'double', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2019-04-11 10:15:32', '2019-03-28 15:24:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4c570c5cf05590348e12621ca62773cf', '402860816aa5921f016aa5921f480000', 'name', '请假人', 'name', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '2', 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4cacfa054e96791ab938b5c8f8e02cd1', '27fc5f91274344afa7673a732b279939', 'bpm_status', '流程状态', null, '0', '1', '1', 'string', '2', '0', '', 'bpm_status', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', null, null, '2019-07-01 16:28:20', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4ce6a28294e0fed60a07392f707c6768', 'ca19150a847245dab3d070aaf2c82586', 'img_urls', '偏置原理图', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2024-12-05 14:40:09', '2024-10-23 22:54:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4d0b04cbb7db89b5468f32edafb610bc', '402881fd812267500181226750e90000', 'good_type_id', '商品分类', null, '0', '1', '1', 'string', '32', '0', '', '0', 'ces_shop_type', 'id,pid,name,has_child', 'sel_tree', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '11', null, null, '2022-06-02 11:13:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4d8997a03835574d431501d6aa907455', '1846024836387282946', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4dc3f7e772564de45773a8379adc4335', '3b5e18da618247539481816995b6bf9f', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4e06626eb9d6f91c5f807066f2ff742e', '360542df1f4146ac9dc29659dbd69703', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2024-08-22 16:59:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4e1a091c472f600c35793501cb9bf2d3', '360542df1f4146ac9dc29659dbd69703', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2024-08-22 16:59:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4e27c792eb309cf46dc678509579dfcb', 'f7ce241c95ef5c760195ef5c76ec0000', 'experiment_user', '试验人员', 'experiment_user', '0', '1', '1', 'string', '255', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '1', '1', '0', 'single', null, null, '12', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4e3760f9068aee4318123d85fbf2ebf9', '53a3e82b54b946c2b904f605875a275c', 'good_type_id', '商品分类', null, '0', '1', '1', 'string', '32', '0', '', '0', 'ces_shop_type', 'id,pid,name,has_child', 'sel_tree', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2022-10-25 11:10:49', '2020-05-07 22:51:42', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4f08f42ef0611eb68538304318e8803b', '2c92808393927efd0193927efd150000', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', null, null, '2024-12-05 00:26:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4f498a7a53ff84d3cf4ef26614ca57c8', 'fbcd53c12cb642e8985bf3ea4cd0e864', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', 'admin', '2024-11-14 18:03:56', '2024-08-30 10:07:18', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4f718d95ad9de33eac18fd0663e4c1f1', '32f75e4043ef4070919dbd4337186a3d', 'birthday', '生日', null, '0', '1', '1', 'Datetime', '32', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', '8', 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4f7cba71de7afe6efbd024f5f9935521', '402860816bff91c0016bff91cda80003', 'to_time', '截止时间', 'to_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '4', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4f7f27ef4c2d9f1b8c4a19e3d0ae34fb', 'ea0a86437fd843c68fb47c3e0fc537c9', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', 'admin', '2024-09-19 15:08:35', '2024-08-30 10:31:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4faa7848b92f05bcb3cf03de34af9ff2', 'cb2d8534a2f544bc9c618dd49da66336', 'ddd', 'dd', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:14', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('4fac195d7b78c722bcea0bcf9ee462c2', '1846024836387282946', 'exception_record', '异常记录', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '11', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('4ff7605357ad221037e1ae5a395cb4fe', '1864545872732856322', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('500467465ccd1405b6fcbc461d63ecce', '1853426999698759682', 'type', '试验类型', 'source', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('50552383ac67ed56760fb8c84d01de9e', '553a4172fde446419cb602dc70f9ee67', 'xlss', '字典表下拉搜索框', null, '0', '1', '1', 'string', '50', '0', null, 'username', 'sys_user', 'realname', 'sel_search', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '20', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('506c9b0b2331a24e5c284274d28fe569', '27fc5f91274344afa7673a732b279939', 'kkk', '描述', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5085fa28561596b4c9f5a74871ecd877', 'ea0a86437fd843c68fb47c3e0fc537c9', 'name', '名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', 'admin', '2024-09-19 15:08:35', '2024-08-30 10:31:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('508eb28e1409a2a9501cdf6fd7eb24c7', 'dbf4675875e14676a3f9a8b2b8941140', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2019-05-27 18:02:07', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('519f68557b953fc2d38400182b187366', '402860816bff91c0016bffa220a9000b', 'residence_type', '户籍类别', 'residence_type', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '13', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('51edde672c1166781cc186dcaf1a3fd4', '1864323864098074625', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-12-05 00:43:34', '2024-12-04 23:00:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('52241dbe405db36d2960765e061c117c', '553a4172fde446419cb602dc70f9ee67', 'yuanjia', 'double类型', null, '0', '1', '1', 'double', '6', '2', null, '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '33', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5237e186de11017ee52d3c344f450b3b', 'f9fb8bee1a64472889d077c757b9acc7', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2021-08-17 13:58:15', '2021-08-17 13:57:48', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('52975c3f03325de8233d3459b2230b09', 'f9fb8bee1a64472889d077c757b9acc7', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', '1', 'admin', '2021-08-17 13:58:15', '2021-08-17 13:57:48', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('52ee861bc1b62cd8e4f10632b3d9d1b2', '79091e8277c744158530321513119c68', 'name', '顺序会签标题', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('53cb5a244fcd3290b5e7ec31ca961a2b', '722c27169ad44f689c5885ca586b248f', 'content', '文档内容', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2024-11-13 17:24:13', '2024-08-21 16:19:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('54102603fd6b4eae9a451213b4fa1dff', '1857642795707228161', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-12-24 16:31:21', '2024-11-16 12:32:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('54181ec6418ddae4656d1662730295d5', '3b6eab3feffc4cd6bcf28cf01decebd7', 'expire_date', '有效期', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2024-12-05 11:43:17', '2024-08-30 10:25:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5447a7504095f645b96faa14a05e3e67', '1848200093202231297', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('547c682728f7170ff9844db23188f8f1', '1853426743397425154', 'data_source', '数据来源', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '13', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('548f9c34089db705c961b3406f8adde1', '1846024929844764674', 'experiment_id', '试验ID', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '13', 'admin', '2024-12-09 10:12:20', '2024-10-15 11:06:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('54a2d48e10f96533c7b735707499449b', '1848201478455013377', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-10-23 16:53:48', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('54b6b7ead67e6fe6fd06d781e006c447', 'c256ecba74534bb080ee00d3d00492e0', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2024-08-30 11:07:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('555f9d43db20204128d76e22226ca36e', '402881e6760269a201760269a2af0000', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5562a7242e4978f02e6d3a08d5828bbf', '53a3e82b54b946c2b904f605875a275c', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2022-10-25 11:10:48', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5562ad3165b1399f97a48f5f06d7fa06', '3b5e18da618247539481816995b6bf9f', 'ccc', 'cc', null, '0', '1', '1', 'string', '1000', '0', '', '', '', '', 'umeditor', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('55ee63fe34f0b666078e6af940bee222', 'feea98637c2144caae7c5d56a815a245', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2021-10-27 10:24:24', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('566db879e54b175b20195ca284e76eec', '402881fd812267500181226750e90000', 'chuc_date', '出厂时间', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', null, null, '2022-06-02 11:13:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('568f1a51c6914b78f136ffd7753fe0a3', '1853632592350912514', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-11-07 15:19:54', '2024-11-05 10:57:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('56a7800e4e476812c74217c2aad781aa', '32feeb502544416c9bf41329c10a88f4', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('56cd0a76f922bf76d982b24a509e4782', '4028839a6de2ebd3016de2ebd3870000', 'create_time', '创建日期', 'create_time', '0', '1', '1', 'Datetime', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '3', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('56e247f12d62b49cd9bd537e3efecf16', '402860816bff91c0016bff91c0cb0000', 'create_by', '创建人', 'create_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '12', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('574d39a058312e048609bd22e25211c9', '1853632592350912514', 'review_process', '评审流程', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-11-07 15:19:54', '2024-11-05 10:57:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('57542d356f11c3c1120c3bb09e1f6ea7', '1829347928200749057', 'environmental_temperature', '辐照环境温度', 'environmental_temperature', '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '8', 'admin', '2024-12-05 14:36:15', '2024-08-30 10:38:28', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('57552a4f0b7b5c096ab8985ced57cc7d', 'cb2d8534a2f544bc9c618dd49da66336', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:14', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('57e15891ccf212d33eb6a5625c53c9c0', '1864545872732856322', 'sample_model', '样品型号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('57f1320ad374088f858e88d09543b412', '1848200093202231297', 'comment', '备注', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '10', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('581d8e8ce270b762458121b1dea0be9a', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('58822cc6a06b4af1b85206a003f21296', '1864545872732856322', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('588400f6ebcdd0bc9bb560dd36636af9', 'e2faf977fdaf4b25a524f58c2441a51c', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('58a96f945912d33b64ebf5dee98156dc', '402860816bff91c0016bffa220a9000b', 'mobile', '手机号', 'mobile', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '19', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('58eea85add4788b83c893092434bc413', 'fb19fb067cd841f9ae93d4eb3b883dc0', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '4', null, null, '2019-03-23 11:39:48', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5907929496702dfcadb5581f5339d5b9', '97283326c7384df28959e8e9a9f5013f', 'client_name', '委托方名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('59ae1e853668c676e85329aa029c68a6', '402860816bff91c0016bff91c0cb0000', 'status', '状态(1:申请中 2:通过)', 'status', '0', '1', '1', 'string', '2', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '11', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5a1ab458d88bb766f92c3d791495cdcd', '402860816bff91c0016bff91d2810005', 'age', '年龄', 'age', '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '5', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5a3cee6f374af8b9fb8808a903147870', '1853632592350912514', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-11-07 15:19:54', '2024-11-05 10:57:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5a48150409b0960173f091558d1611d0', 'a2ca0c7297a8491ca849fc1a06c9efbf', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', 'admin', '2021-01-24 14:39:35', '2021-01-24 14:38:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5a4ef083dd572114aeb581b6828de545', '402860816bff91c0016bff91c7010001', 'award_name', '获奖名称', 'award_name', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '5', 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5a621f27aa443fe9eccc73717e4fa172', '4028318169e81b970169e81b97650000', 'method', '请求java方法', 'method', '0', '1', '1', 'string', '500', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '8', null, null, '2019-04-04 19:28:36', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5a655b208d6318ed02f236f15a319b5f', 'fbc35f067da94a70adb622ddba259352', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2019-07-03 19:44:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5a6f88710c49bbe8e2e0ca58e149abad', '402860816bff91c0016bff91cda80003', 'create_by', '创建人', 'create_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '9', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5a7ce5af50f28d613d8beea7c866ae0c', '402881e6760269a20176026d25650002', 'update_by', '修改人', 'update_by', '0', '1', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '14', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5ab702dbc37d6fd8d3a1093fda7223bf', '53a3e82b54b946c2b904f605875a275c', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2022-10-25 11:10:48', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5c25a6636c8d2c93d2859c7db6cb8281', '553a4172fde446419cb602dc70f9ee67', 'xldx', '字典下拉多选框', null, '0', '1', '1', 'string', '250', '0', null, 'urgent_level', '', '', 'list_multi', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '19', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5c64d270eb4ee8ea6bf55c7e4257f162', '553a4172fde446419cb602dc70f9ee67', 'flzds', '分类字典树', null, '0', '1', '1', 'string', '100', '0', null, 'B02', '', '', 'cat_tree', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '23', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5c76f5ecc774d7339eb0c2199c0052bc', '402860816bff91c0016bff91c0cb0000', 'biz_no', '编号', 'biz_no', '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '2', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5c84d96fa1deb2b7a2782691281dd61f', 'ca19150a847245dab3d070aaf2c82586', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2024-12-05 14:40:09', '2024-08-22 16:57:24', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5c8c8d573e01e4f40b5a7c451515e1d2', '32feeb502544416c9bf41329c10a88f4', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5c92cb78cff44973863d63465e147082', '1864545872732856322', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5d1137e3439691b967e2065be98bffb6', '1829347928200749057', 'condition_a', '条件A', null, '0', '1', '1', 'string', '512', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2024-12-05 14:36:15', '2024-11-14 15:31:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5d4ed230c7d7eda42ec4f8794ad5f21f', '5a46eebe3b5f48b3b21852858a8c533f', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2024-09-18 17:23:07', '2024-08-30 10:35:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5dfbea516ee2390d712eace5405c5219', '402860816bff91c0016bff91ca7e0002', 'create_by', '创建人', 'create_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '9', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5e103eaddac8fc56c824513f88cbbbd5', '1846024836387282946', 'test_parameters', '测试参数(json 大字段)', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '17', 'admin', '2024-12-09 10:12:59', '2024-10-22 21:58:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5e4484b7348dc3e59a0c58bdc3828cc0', '27fc5f91274344afa7673a732b279939', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5e4ac29ac2007ceabf93368330290a42', '402860816bff91c0016bff91d8830007', 'order_no', '序号', 'order_no', '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '9', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('5e729f9823b5cc96c50b0b7c0f07eb05', '402880e5721355dd01721355dd390000', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', null, null, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5eba159903e4928b7a37f02b27f6bec7', '97283326c7384df28959e8e9a9f5013f', 'copy_count', '复制次数', null, '0', '1', '1', 'int', '10', '0', '0', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '20', 'admin', '2024-12-05 14:50:53', '2024-11-13 23:58:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5fc27a5e0d2389456d38ce3dd0d5da06', '1864545872732856322', 'sample_type', '样品类型', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('5fd5258240475429947670d7b41152a8', '1848200093202231297', 'deviation_condition', '偏置条件', 'deviation_condition', '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '16', 'admin', '2024-12-09 10:11:40', '2024-10-23 17:41:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6022dd51e4bca15db1986d346eeacd44', '1866143623509811201', 'file_type', '类型', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-12-09 23:32:51', '2024-12-09 23:31:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('60b3b452232904f5a1130348bc1eab53', '402881e6760269a20176026d25650002', 'sys_org_code', '所属部门编码', 'sys_org_code', '0', '1', '1', 'string', '64', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '16', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('60eed6c429cf7796c3f0a17faaed00da', 'b493c5fd4fa64a3a84e74ee171763e37', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2021-06-07 18:13:37', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('617349b18dab429009ccd304fd7d459c', '4028839a6de2ebd3016de2ebd3870000', 'update_by', '更新人', 'update_by', '0', '1', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '4', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('61c7a0058c264dd746eb35e6f50fc15b', '402860816aa5921f016aa5dedcb90009', 'update_time', '更新日期', 'update_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '5', 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('62032b434ff5cfd6384fafde0328c1d2', '1846024836387282946', 'radiation_detail', '辐照详情(json存储)', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '12', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6232ade7e2a0c1e97e2c0945b32e61b6', '402860816bff91c0016bffa220a9000b', 'paying_social_insurance', '是否上社保', 'paying_social_insurance', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '32', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('631a606d35a74c2036a81f27dd16a1a6', 'feea98637c2144caae7c5d56a815a245', 'dd', 'dd', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', null, null, '2021-10-27 10:24:24', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('635e09afc01aad757faacf1321465c23', 'b81de38db24047b497d476516f8a0865', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2020-02-24 14:56:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('63fa3bae8badc292b2c31a8bdbced27d', '1829347928200749057', 'code', '标准代码', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-12-05 14:36:15', '2024-08-30 10:38:28', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('641e74beb228275dc2ca38a977b76c47', '553a4172fde446419cb602dc70f9ee67', 'nyrsfm', '年月日时分秒', null, '0', '1', '1', 'Datetime', '0', '0', null, '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '14', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('644fd23f854f98967532aea605025729', '1857015207720738817', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-11-14 19:48:08', '2024-11-14 18:58:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('64555d67157da8a735212fab0244ff4b', '8a31140f10a9417495ff2fff77deab55', 'attachment', '附件', null, '0', '1', '1', 'Blob', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', 'admin', '2024-09-11 16:44:20', '2024-08-30 10:18:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6490a98dccb6df218feaeb4ce11bc03b', '402860816aa5921f016aa5921f480000', 'update_time', '修改时间', 'update_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '10', 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('654362725195829005036b3db47ec826', '402860816bff91c0016bffa220a9000b', 'post', '职务', 'post', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '4', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('656ec51bb57da5a47076f8a26053bbbb', '553a4172fde446419cb602dc70f9ee67', 'zdmrz', '自定义查询', null, '0', '1', '1', 'string', '50', '0', null, '', '', '', 'text', '', '120', '', '0', '', '1', '1', '1', '1', '0', 'single', '', '', '37', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '1', '', 'sex', '', 'list', '1', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('65a867f41ae9e27fc4aeb0ef23efeab5', '497144e626e84545b56f151c9f4d6e9e', 'radiation_source', '辐射源', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', null, null, '2024-08-30 10:42:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('65e0ee0de0e40e3f51af9505ff0d7e0a', '1829347928200749057', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-12-05 14:36:15', '2024-08-30 10:38:28', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6603058186832c4ff9e8c6e43baa5c3d', '86bf17839a904636b7ed96201b2fa6ea', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('665fbf3f761d80c17119a638e5965c0b', 'fbcd53c12cb642e8985bf3ea4cd0e864', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2024-11-14 18:03:56', '2024-08-30 10:07:18', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('668fd96f6a6552fc08727ae52c7599c7', 'c452d7508f38476da0c80311b1e1d329', 'version', '版本号', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', null, null, '2024-11-21 10:33:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('66a7ef842bc34e105a90186e48167ef2', 'dbf4675875e14676a3f9a8b2b8941140', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2019-05-27 18:02:07', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('66b2fdbaf6ddca81282c225da0305691', '97283326c7384df28959e8e9a9f5013f', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('66cfa8d81cac7c6d67d0a0b843bd9936', '3b6eab3feffc4cd6bcf28cf01decebd7', 'model', '型号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2024-12-05 11:43:17', '2024-08-30 10:25:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('673076e243d2ac5d98b0ea3cad5f150c', '360542df1f4146ac9dc29659dbd69703', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2024-08-22 16:59:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6757619e35377abbdc0464d0f817d4b6', '97283326c7384df28959e8e9a9f5013f', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6799a2e6275e01716c7ff59e1ea05713', '8a31140f10a9417495ff2fff77deab55', 'type', '类型', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2024-09-11 16:44:20', '2024-08-30 10:18:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('683c1522500f5e1dd58856f7aeff728f', '1846024929844764674', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-12-09 10:12:19', '2024-10-15 11:06:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6862a2257f87839eb09576df1609a1a8', '1864324542325420034', 'sample_type', '样品类型', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2024-12-05 11:03:29', '2024-12-05 00:06:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('686dea2621feadcd9b4c611df046adb4', '86bf17839a904636b7ed96201b2fa6ea', 'price', '价格', null, '0', '1', '1', 'double', '10', '3', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('68769fa7e4696e3a28f4cecf63076b7b', '402860816bff91c0016bff91ca7e0002', 'order_no', '序号', 'order_no', '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '8', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('68861523516849eff46a0df045f1031b', '402881e6760269a201760269a2af0000', 'birthday', '时间', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '13', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('68a1787a20d18055dfa280ca2b9f4aea', '1864484528728928257', 'sample_image', '图片', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '13', null, null, '2024-12-05 09:41:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6938540818336822f8638235f9c43d64', '3b6eab3feffc4cd6bcf28cf01decebd7', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2024-12-05 11:43:17', '2024-08-30 10:25:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('69666f21896136af16a6303aff440156', '402860816bff91c0016bffa220a9000b', 'nation', '民族', 'nation', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '11', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('69d11490788fecfc9fb7d74bf449ba86', '32f75e4043ef4070919dbd4337186a3d', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('6a878103bf65c35722ea96ed47a9e69a', '497144e626e84545b56f151c9f4d6e9e', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2024-08-30 10:42:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6ab2e3d9b944701b405fb1a5ed167012', '86bf17839a904636b7ed96201b2fa6ea', 'zong_price', '单品总价', null, '0', '1', '1', 'double', '10', '3', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6ab6ab6f821845c2850148998450514f', '1829347928200749057', 'condition_e', '条件E', null, '0', '1', '1', 'string', '512', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '15', 'admin', '2024-12-05 14:36:15', '2024-11-14 15:31:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6b6f3aa00b8e73fb785154e795189739', '402860816aa5921f016aa5dedcb90009', 'start_time', '会签发起时间', 'start_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '7', 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('6beb40bdd28af22e06b26640bc0c3f4d', '3b5e18da618247539481816995b6bf9f', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', '1', 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6c35eb97737e9f86279939d264454a94', '86bf17839a904636b7ed96201b2fa6ea', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6cac6dd503e7963099b99554c8480eff', 'fbcd53c12cb642e8985bf3ea4cd0e864', 'user_id', '用户ID', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2024-11-14 18:03:56', '2024-08-30 10:07:18', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6cfb5acbbb69782bf0c7043b53f595b2', '402860816bff91c0016bff91cda80003', 'update_by', '更新人', 'update_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '11', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('6d03a7774a50c6e6f76dbc7a8269beba', '3b5e18da618247539481816995b6bf9f', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6d4a4414b55ad5b6f31c8fb327dad834', '09fd28e4b7184c1a9668496a5c496450', 'address', '常用地址', null, '0', '1', '1', 'string', '300', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2022-05-07 19:05:56', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6d517ec4ef8f07366fc28d3541a055b0', '97283326c7384df28959e8e9a9f5013f', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6e207c51aef1ce67162069f491b28058', 'ea0a86437fd843c68fb47c3e0fc537c9', 'address', '地址', null, '0', '1', '1', 'string', '2048', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '7', 'admin', '2024-09-19 15:08:35', '2024-08-30 10:31:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6e6cca7e5d1ce6d92d1ab740881ff3ed', 'c452d7508f38476da0c80311b1e1d329', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', 'admin', '2024-11-21 10:33:05', '2024-08-22 17:02:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6ed8d9acef3cccd1b8fd659b3b538023', '53a3e82b54b946c2b904f605875a275c', 'price', '价格', null, '0', '1', '1', 'BigDecimal', '10', '5', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2022-10-25 11:10:48', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6edce6cf880cf68d4d7812076e274610', '402881fd812267500181226750e90000', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', null, null, '2022-06-02 11:13:25', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6f2e963eecd404ca8c66f7dd467e9e00', '1848201478455013377', 'total_count', '条目数统计', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '15', 'admin', '2024-10-23 16:53:49', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6f38a07ea2b1065315a6b89a02af5bb4', '3b5e18da618247539481816995b6bf9f', 'name', '用户名', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6f47a2e4426e7d63c223803b1ecbe790', '553a4172fde446419cb602dc70f9ee67', 'update_time', '更新时间', null, '0', '1', '1', 'Datetime', '50', '0', null, null, null, null, 'datetime', null, '120', '', '0', null, null, '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', null, null, null, null, null, null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('6f73e96a659c200c083006b6fce1f043', '402860816bff91c0016bff91ca7e0002', 'cert_name', '证书名称', 'cert_name', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '4', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('70e8d6f110fea550d03bc853296ea943', '1848200093202231297', 'radiation_standard', '辐照标准', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('71197d255e05c9f6db67fd30380953c7', '402881e6760269a201760269a2af0000', 'sel_mut', '下拉多选', null, '0', '1', '1', 'string', '32', '0', '', 'sex', '', '', 'list_multi', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '11', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('71415ec96fd8a54fcfabe00fcbc13499', '1853426743397425154', 'experiment_date', '试验时间', null, '0', '1', '1', 'string', '1024', '255', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '12', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7154c75d754a5f88bef2b68829baf576', '4028318169e81b970169e81b97650000', 'operate_type', '操作类型', 'operate_type', '0', '1', '1', 'string', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '4', null, null, '2019-04-04 19:28:36', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('71afb00a1971125ecfa13b4dfa49665e', '402860816bff91c0016bff91cfea0004', 'order_no', '序号', 'order_no', '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '8', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('71d5b0675df5aba71688c9d7d75cccee', '4028318169e81b970169e81b97650000', 'log_type', '日志类型(1登录日志,2操作日志)', 'log_type', '0', '1', '1', 'string', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '2', null, null, '2019-04-04 19:28:36', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('71e9ab74dae687837365e50eed090591', '1acb6f81a1d9439da6cc4e868617b565', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7212803e5ba50f6af74743c852f128f9', '1848201478455013377', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-10-23 16:53:48', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7263bdebf6a58e4207a9a4ceccf45b5e', '1848201478455013377', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-10-23 16:53:48', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7280c56a210e6a47794fda855d0c6abb', 'fbc35f067da94a70adb622ddba259352', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2019-07-03 19:44:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('72e784af5c47bbbc0534b29bf656bd61', '4028839a6de2ebd3016de2ebd3870000', 'id', '主键', 'id', '1', '0', '1', 'string', '36', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '0', 'group', null, null, '1', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7365f05f551092716223d5d449efd8c7', 'beee191324fd40c1afec4fda18bd9d47', 'name', 'ss', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('73a99000d242af33117d4ce45e94db54', '2bed5edf282d49fb9281145944d924a1', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', null, null, '2024-09-18 20:45:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('73d3b57df0c6cf15c21970f4dd979319', '402880e5721355dd01721355dd390000', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', null, null, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('73dd22888354f75fe414e2b3c677b9b0', '97283326c7384df28959e8e9a9f5013f', 'start_date', '试验日期', 'experiment_date', '0', '1', '1', 'Datetime', '32', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:54:30', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('742329ccdb185cf5d3e0b5b0c05dcffa', '402860816bff91c0016bffa220a9000b', 'interest', '兴趣爱好', 'interest', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '34', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('744444a7ada3bbb05c6b114b5ba0d477', '402860816aa5921f016aa5dedcb90009', 'id', 'id', 'id', '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '1', 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('74ae2a4024b66786a413bc1dc6e91233', '1864324542325420034', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-12-05 11:03:29', '2024-12-04 23:03:03', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('74af99545de724a4abd2022581a36026', 'fb7125a344a649b990c12949945cb6c1', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2019-03-26 19:24:11', '2019-03-26 19:01:52', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('756b07656386dbd91245f7ffda32ae61', '402860816bff91c0016bff91d8830007', 'id', 'id', 'id', '1', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '1', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('75841fa7c75ebdc94655bd5e44fbc9f6', '402860816bff91c0016bffa220a9000b', 'native_place', '籍贯', 'native_place', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '10', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('75a8931210012fe95691eed9e27510ac', '1853426743397425154', 'total_count_nasa', '西核院统计', 'total_count_nasa', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '15', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('75ba781c67711bed71bba1c3e3c68e11', '8994f2817b5a45d9890aa04497a317c5', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '0', null, null, '2019-03-23 11:39:16', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('75dad22f0b9493f8bcf4bfb5379ab7d4', 'f7ce241c95ef5c760195ef5c76ec0000', 'sys_org_code', '所属部门', 'sys_org_code', '0', '1', '1', 'string', '64', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('75e82f151e8cc12455f7f0d25bf4dac0', '4028839a6de2ebd3016de2ebd3870000', 'wl_name', '物料名称', 'wl_name', '0', '1', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '7', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('75fdd73160d466354143d754f4e41a08', 'c452d7508f38476da0c80311b1e1d329', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2024-11-21 10:33:05', '2024-08-22 17:02:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7639c1bc4327f1f674ffeab2ca261134', '32f75e4043ef4070919dbd4337186a3d', 'update_by', '更新人登录名称', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('766ca866b72d118f5d8883de46a8c043', '4028839a6de2ebd3016de2ebd3870000', 'supplier', '供应商', 'supplier', '0', '1', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '15', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('76c64fdb02faecd86c817cbb58d293c2', '402881e6760269a201760269a2af0000', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '6', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('76dac6109d410ed6267cc835d09895dd', '1857015207720738817', 'visit_count', '访问次数', null, '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', null, null, '2024-11-14 19:48:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('772415b4678fd3df3a0c0d943afc1ead', '1829347928200749057', 'anneal_times', '退火时长', 'anneal_times', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '9', 'admin', '2024-12-05 14:36:15', '2024-08-30 10:38:28', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('772cb09404ecb07d3738601e1e7fb028', 'c452d7508f38476da0c80311b1e1d329', 'file_path', '文件地址', null, '0', '1', '1', 'string', '2048', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2024-11-21 10:33:05', '2024-08-22 17:02:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('773910592db75466ccb080797cd66e7a', '553a4172fde446419cb602dc70f9ee67', 'price', '单价', null, '0', '1', '1', 'BigDecimal', '10', '2', null, '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7752fc275e37636a07613f695c6d9c7f', '8a31140f10a9417495ff2fff77deab55', 'name', '元器件名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '7', 'admin', '2024-09-11 16:44:20', '2024-08-30 10:18:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('77a3c732d75dce8f5e9980c3c5e1fd7d', '1864545872732856322', 'equipment_type', '设备类型', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '11', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('78071d0b95128cd69c9ecc0a1a023477', '722c27169ad44f689c5885ca586b248f', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2024-11-13 17:24:13', '2024-08-21 16:19:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('785764f89576aeba60d82128be39b7b4', '1848201478455013377', 'device_batch', '器件批次', 'file_id', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '10', 'admin', '2024-10-23 16:53:48', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('789ef9f7fc9e9d4514a1a7415485187d', '1829347928200749057', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-12-05 14:36:15', '2024-08-30 10:38:28', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('78a40344207c791b8d7ac7de721ce1c4', '79091e8277c744158530321513119c68', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('78eb7e3b77cd49f9acb9b024cfe834e1', '402860816aa5921f016aa5dedcb90009', 'create_time', '创建日期', 'create_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '3', 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('78fd804d93dc716fd8c2ccc45f788565', 'fb7125a344a649b990c12949945cb6c1', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2019-03-26 19:24:11', '2019-03-26 19:01:52', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('790c9f3dba773ed9a6ea3ad627393f57', '402860816bff91c0016bffa220a9000b', 'archives_location', '档案所在地', 'archives_location', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '36', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7a4aaf7d3a0e083136626c0f4e4fa20c', 'fbcd53c12cb642e8985bf3ea4cd0e864', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2024-11-14 18:03:56', '2024-08-30 10:07:18', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7a665ed90ef64b4d65632c941e5795b2', '4b556f0168f64976a3d20bfb932bc798', 'sex', '性别', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2019-04-12 23:38:29', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7a697e4053445f07ad1a56a246f593e7', '86bf17839a904636b7ed96201b2fa6ea', 'good_name', '商品名字', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7b37545023e8c711fc38c8366952ff65', '1857015207720738817', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-11-14 19:48:08', '2024-11-14 18:58:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7b604695d5bfa01471f8656d5cba1e99', '1864485221946716162', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-12-16 14:09:01', '2024-12-05 09:41:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7b642d983ac06bfef91edde2c932dbe7', '1acb6f81a1d9439da6cc4e868617b565', 'xg_shangxian', '选购上限', null, '0', '1', '1', 'int', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '14', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7b6fe525c26b7085c13e32e94c90aff9', '553a4172fde446419cb602dc70f9ee67', 'province', '输入2到10位的字母', null, '0', '1', '1', 'string', '50', '0', null, '', '', '', 'text', '', '120', '^[a-z|A-Z]{2,10}$', '0', '', '', '0', '1', '1', '0', 'single', '', '', '36', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7b849e57debfb889caea5e0fef09062b', 'beee191324fd40c1afec4fda18bd9d47', 'sex2', 'dd', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7beb639aa9ffda07edb5ce1e49c2287f', '402860816bff91c0016bff91d2810005', 'update_time', '更新时间', 'update_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '13', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7bf091da401b74d55b107fe9f930ea54', '4028839a6de2ebd3016de2ebd3870000', 'create_by', '创建人', 'create_by', '0', '1', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '2', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7c6aecc377816c69147f1193b17dfcc5', 'e9faf717024b4aae95cff224ae9b6d97', 'sex', '员工性别', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7c8c5f45cb994038a51febdb0112a995', '553a4172fde446419cb602dc70f9ee67', 'jycs', '唯一检验', null, '0', '1', '1', 'string', '50', '0', null, '', '', '', 'text', '', '120', 'only', '0', '', '', '0', '1', '1', '0', 'single', '', '', '35', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7ca2ae42e686e917f766edd2570c5141', '553a4172fde446419cb602dc70f9ee67', 'shijian', '时间', null, '0', '1', '1', 'string', '50', '0', null, '', '', '', 'time', '', '120', '', '0', '', '', '1', '1', '1', '0', 'group', '', '', '15', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7cadf4e0be0b173bb5b8d39613e25190', '402860816bff91c0016bffa220a9000b', 'residence_postcode', '户籍邮编', 'residence_postcode', '0', '1', '1', 'string', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '29', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7cce797000cec08416fb027d1a4013cb', '402881e6760269a20176026d25650002', 'sex', '性别 {男:1,女:2}', 'sex', '0', '1', '1', 'string', '2', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '7', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7d107728408c21ece332406a21f2d692', '402860816bff91c0016bff91cfea0004', 'update_by', '更新人', 'update_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '11', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7d27d79157dff60f847d98cbc4e66e81', 'b493c5fd4fa64a3a84e74ee171763e37', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2021-06-07 18:13:37', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7d2b515b80aa43089517f33343394e85', 'fbcd53c12cb642e8985bf3ea4cd0e864', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2024-11-14 18:03:56', '2024-08-30 10:07:18', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7d98d9401ad9caf090ea53a965b698ca', '1853426999698759682', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7e066f60680158d47b328ef519d80e49', 'beee191324fd40c1afec4fda18bd9d47', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7e331396f6e544ae801690cf475e7615', '402881e6760269a201760269a2af0000', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7e5013b8a3e970fdcef2b577829bfa83', '402881fd812267500181226750e90000', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', null, null, '2022-06-02 11:13:25', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7e93ad36085826329f28106e369e74e6', '1864545872732856322', 'equipment_no', '设备编号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '15', null, null, '2024-12-10 15:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7f10901c6ade3aa9d9ff46ed7039c70f', '1acb6f81a1d9439da6cc4e868617b565', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('7f603ca97e99bdf7dad11d1f94e91534', '1864485221946716162', 'sample_type', '样品类型', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-12-16 14:09:01', '2024-12-05 09:41:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('7f706aa6ea10963749be21bceb73227f', '1864485221946716162', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-12-16 14:09:01', '2024-12-05 09:41:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('80a5eabfd84b56a48799f6b990b508dd', '1866143623509811201', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-12-09 23:32:51', '2024-12-09 23:31:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('817cc5e277e88164dffd4caee1169276', '56efb74326e74064b60933f6f8af30ea', 'remark', '备注', null, '0', '1', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('81ed9556c9fda1bbb46d94a53a6c90c7', '402860816bff91c0016bff91c0cb0000', 'depart_name', '部门名称', 'depart', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '7', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('826cc82a5ccc7c3d0d1ce0437a9ac68a', '1864324542325420034', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-12-05 11:03:29', '2024-12-04 23:03:03', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('82a3fb75ad63e2dc8aab0c4faa073b92', '1848200093202231297', 'experiment_id', '试验ID', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '13', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('82ac28d632eb5d75ce4bfb68459c58bc', '553a4172fde446419cb602dc70f9ee67', 'zddtjxlss', '字典表带条件下拉搜索', null, '0', '1', '1', 'string', '255', '0', null, 'username', 'sys_user where username like \'%a%\'', 'realname', 'sel_search', '', '200', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '46', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('83764a3d17590f5a69047295803eaa07', 'feea98637c2144caae7c5d56a815a245', 'cc', 'cc', null, '0', '1', '1', 'double', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', null, null, '2021-10-27 10:24:24', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('838622bc247b35606e95ddcc079f70f4', 'f9fb8bee1a64472889d077c757b9acc7', 'nn', 'nn', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2021-08-17 13:58:15', '2021-08-17 13:57:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8419278effeb3a6531247fbfdb3b10e3', '402881e6760269a201760269a2af0000', 'user_sel', '选择用户', null, '0', '1', '1', 'string', '200', '0', '', '', '', '', 'sel_user', '', '120', null, '0', '', '#{sysUserCode}', '0', '1', '1', '0', 'single', null, null, '18', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8422485e1cbf4455f9ded7d0af59379c', '402860816bff91c0016bff91cfea0004', 'to_time', '截止时间', 'to_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '4', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('844334fbd9dc9bd87682d7058ee65bcb', '553a4172fde446419cb602dc70f9ee67', 'mi_ma', '密码', null, '0', '1', '1', 'string', '32', '0', null, '', '', '', 'password', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('845c70568d44a074f067d6d277950525', '402860816bff91c0016bffa220a9000b', 'entrytime', '入职时间', 'entrytime', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '23', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('845f20dcbcb3cae414387203a8c70f1d', '553a4172fde446419cb602dc70f9ee67', 'name', '用户名', null, '0', '1', '1', 'string', '50', '0', null, '', '', '', 'text', '', '120', '', '1', '', '', '1', '1', '1', '0', 'single', '', '', '7', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8529ddaed8d5f3d9084e873203d55cac', '402860816bff91c0016bffa220a9000b', 'marital_status', '婚姻状况', 'marital_status', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '24', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('857a0daa9cd8a058f2f15fc7c5fb3571', '402860816bff91c0016bffa220a9000b', 'email', '邮箱', 'email', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '17', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('85e43fa87074845f86cf52606a23a57c', 'b81de38db24047b497d476516f8a0865', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2020-02-24 14:56:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('85ec6afb7c8eb0ccf68c7fe43986e0a9', 'f7ce241c95ef5c760195ef5c76ec0000', 'total_count_xhy', '西核院统计', 'total_count_xhy', '0', '1', '1', 'int', '10', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '1', '1', '0', 'single', null, null, '13', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('8652ca69a947fd4c961a3ac7c0fa252a', 'fb19fb067cd841f9ae93d4eb3b883dc0', 'create_by', '创建人登录名称', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '1', null, null, '2019-03-23 11:39:48', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('867b7947db161541ad7f4d0b2127d793', '553a4172fde446419cb602dc70f9ee67', 'tupian', '图片', null, '0', '1', '1', 'string', '250', '0', null, '', '', '', 'image', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '17', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('86a60d6e8d9377820fd02b852b264740', 'fbcd53c12cb642e8985bf3ea4cd0e864', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2024-11-14 18:03:56', '2024-08-30 10:07:18', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('86bbafef5683674a736cf7241c458d44', '27fc5f91274344afa7673a732b279939', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('86c598da4f5a3dd3e82e1d9f38d06747', 'a2ca0c7297a8491ca849fc1a06c9efbf', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2021-01-24 14:39:35', '2021-01-24 14:38:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('86cb6459812b3e7d874103280f9aa73e', '1846024929844764674', 'radiation_start_time', '辐照开始时间', null, '0', '1', '1', 'Datetime', '32', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '14', 'admin', '2024-12-09 10:12:20', '2024-11-14 00:32:29', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('86e0f3a8f31c60698157f139ed993954', '402860816bff91c0016bffa220a9000b', 'having_reserve_funds', '是否有公积金', 'having_reserve_funds', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '33', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('8756fbb5c23a0258e029e0cb3c0a045c', '402880e5721355dd01721355dd390000', 'price', '价格', null, '0', '1', '1', 'double', '10', '3', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', null, null, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('877391ae770a4ce2c95181ef410982ce', '4028318169e81b970169e81b97650000', 'request_param', '请求参数', 'request_param', '0', '1', '1', 'string', '255', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '10', null, null, '2019-04-04 19:28:36', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('87e82e3c723a6abb020122babdac6bd1', '8994f2817b5a45d9890aa04497a317c5', 'create_by', '创建人登录名称', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '1', null, null, '2019-03-23 11:39:16', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('87f7a2703c5850f0b063dd866d0e2917', '402860816bff91c0016bffa220a9000b', 'birthday', '出生日期', 'birthday', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '7', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('87fafe1a4a8a626e3875697574c19f15', '402860816bff91c0016bff91d2810005', 'sys_org_code', '组织机构编码', 'sys_org_code', '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '14', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('883265736ad6db0c98a7517d1f4a2488', '402880eb71d52dc30171d52dc3a10000', 'main_id', '主表ID', null, '0', '1', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', null, null, '2020-05-02 19:37:59', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('88564e35db7cf6a4f394cd481de7b722', 'fafa347903804e89acc7c63e4ab3244c', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2024-10-09 20:52:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('88a12570e14c9f6f442e731ae5ad0eb1', 'beee191324fd40c1afec4fda18bd9d47', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('89370ae67e241fa5d1e47d22adeaca7b', '402880eb71d52dc30171d52dc3a10000', 'date', '日期', null, '0', '1', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '#{date}', '0', '1', '1', '0', 'single', null, null, '4', null, null, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('89ab9eedbac6141e7a0df6d37a3655d0', 'e67d26b610dd414c884c4dbb24e71ce3', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:57', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('8a24fb45e2af120c253c8b61c0085f7a', '402860816bff91c0016bff91cda80003', 'sys_org_code', '组织机构编码', 'sys_org_code', '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '13', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('8a2f97fde739720e86fbcd3ce311c037', '09fd28e4b7184c1a9668496a5c496450', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', 'admin', '2022-05-07 19:05:56', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8a5d309ea2d796af2b8c286d0bb2eff5', '1848200093202231297', 'anneal_start_time', '退火开始时间', null, '0', '1', '1', 'Datetime', '32', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '14', 'admin', '2024-12-09 10:11:40', '2024-10-23 17:41:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8a6440c447ca97b1ceac40fa8576044e', '3b5e18da618247539481816995b6bf9f', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8a940759fac6cbb1f9201f88cbda6f2a', '497144e626e84545b56f151c9f4d6e9e', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2024-08-30 10:42:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8a9d6bbbe45fd3539a8cb3ba2cee470a', '402881e6760269a201760269a2af0000', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8aa083dfa2b8dffcabf5e12a3e166595', '8b88392f44b64b8e92ddccac596247f0', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2024-12-05 14:13:20', '2024-08-30 10:37:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8ac8a0c0087469a4e7579229ff17f273', 'e5464aa8fa7b47c580e91593cf9b46dc', 'jifen', '合计积分', null, '0', '1', '1', 'int', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('8b0d9ecfe8d44282b973cd56bd99f1a8', '553a4172fde446419cb602dc70f9ee67', 'xiala', '字典下拉', null, '0', '1', '1', 'string', '50', '0', null, 'sex', '', '', 'list', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '9', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8b13e5d2bb8826c1c8b523b32c6576ef', 'c256ecba74534bb080ee00d3d00492e0', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', null, null, '2024-08-30 11:07:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8b669a90cd814f2cbd78ea2cc33bc4b2', '1853426743397425154', 'experiment_user', '试验人员', null, '0', '1', '1', 'string', '1024', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '14', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8b9f193d4dff30b13d37415addcea036', '1829347928200749057', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-12-05 14:36:15', '2024-08-30 10:38:28', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8bbda3d8a56687e30ab796da3b64ae4c', '1853426999698759682', 'client', '委托方', 'name', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:06', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8bd4deadc9e96c1a6d7abd77033105f6', 'e67d26b610dd414c884c4dbb24e71ce3', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:57', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('8c10f1728f8aa4f0a650af5a6856ccaa', 'f9fb8bee1a64472889d077c757b9acc7', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2021-08-17 13:58:15', '2021-08-17 13:57:48', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8c1b6fff73650b8650947c2a29c63492', '402881e6760269a201760269a2af0000', 'sex', '下拉框', null, '0', '1', '1', 'string', '32', '0', '', 'sex', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '1'); INSERT INTO `onl_cgform_field` VALUES ('8c6518fec11fc4769ba4eb770c9e00f7', '4028839a6de2ebd3016de2ebd3870000', 'integral_val', '积分值', 'integral_val', '0', '1', '1', 'int', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '11', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('8cb13ac3abad412a8e250492064dc768', '8b88392f44b64b8e92ddccac596247f0', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '50', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2024-12-05 14:13:20', '2024-08-30 10:37:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8ccb0d0a641d442808f07dd2e3a70ef0', '2bed5edf282d49fb9281145944d924a1', 'test_target', '检测对象', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '6', null, null, '2024-09-18 20:45:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8cf6b2905bcf2c649931943f66190c26', '1853426743397425154', 'origin_data', '原始数据', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '18', 'admin', '2024-11-14 15:25:22', '2024-11-11 16:27:24', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8d304b0cf4ad3e1d4983dd6ebf100fbc', '3b6eab3feffc4cd6bcf28cf01decebd7', 'factory_no', '出厂编号', null, '0', '0', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '1', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2024-12-05 11:43:17', '2024-08-30 10:25:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8dc143e564aa30dfc3cb4dedf638260e', '1857015207720738817', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-11-14 19:48:08', '2024-11-14 18:58:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8e1212df6a94ed8f5102a327564e5af6', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'name', '分类名字', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8e131d4a438c907b3272474780be7603', '402880eb71d52dc30171d52dc3a10000', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '8', null, null, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8e5e7b7cbd0f4caefa6df6d1c6857ff8', 'ca19150a847245dab3d070aaf2c82586', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2024-12-05 14:40:09', '2024-08-22 16:57:24', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8ea43fd1e4ce82becee61b2f1e2e843f', '32feeb502544416c9bf41329c10a88f4', 'sex', '性别', null, '0', '1', '1', 'string', '32', '0', '', 'sex', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('8f1d302868640b72cef52171a023a203', 'e9faf717024b4aae95cff224ae9b6d97', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('8f3e6fb68179c690f748f3c541fb50f1', '7ea60a25fa27470e9080d6a921aabbd1', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2019-04-17 00:22:21', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('8f4cd18e5ea2083617616b55e7c8b3dd', '1866143623509811201', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-12-09 23:32:51', '2024-12-09 23:31:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8f6810b315b5101bea9d3de4d2400edd', '553a4172fde446419cb602dc70f9ee67', 'zddtjdx', '字典表带条件单选', null, '0', '1', '1', 'string', '255', '0', null, 'username', 'sys_user where username like \'%a%\'', 'realname', 'radio', '', '200', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '43', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8fa64381637e93c687d7c86d1286874d', '8a31140f10a9417495ff2fff77deab55', 'model', '元器件型号规格', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '8', 'admin', '2024-09-11 16:44:20', '2024-08-30 10:18:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('8fc0be84bed1216635c69af918e097ff', '402860816aa5921f016aa5dedcb90009', 'name', '并行会签标题', 'name', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '6', 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('903c33f7d18175a269b783cd4288216f', '402881e6760269a20176026d25650002', 'update_time', '修改时间', 'update_time', '0', '1', '1', 'Datetime', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '15', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9040cb8b521c347b491d2e72b00391d6', 'f7ce241c95ef5c760195ef5c76ec0000', 'type', '类型', 'type', '0', '1', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9054e4f3d9abba21095d21bbec91fc02', '1864485221946716162', 'offset_current', '偏置电流', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', null, null, '2024-12-16 14:09:01', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('909b3de0c8a48a21ef8cf98eb4831689', '56efb74326e74064b60933f6f8af30ea', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('90f39a6e29dae2e1fbb59d7d605f7c09', '1acb6f81a1d9439da6cc4e868617b565', 'iz_valid', '启用状态', null, '0', '1', '1', 'string', '2', '0', '', 'air_china_valid', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9183c7c5bb2c22deb834129d5c3974af', '8b88392f44b64b8e92ddccac596247f0', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2024-12-05 14:13:20', '2024-08-30 10:37:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('918b8d661e480624713ddcff1bdda4f4', '402881e6760269a20176026d25650002', 'birthday', '生日', 'birthday', '0', '1', '1', 'Datetime', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '9', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('91e40eae77666c1b558d343339afab09', 'fafa347903804e89acc7c63e4ab3244c', 'type', '样品类型', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '6', null, null, '2024-10-09 20:52:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('921cc5a92a79e1e21e9e631a1b7f3fbd', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', '1', null, null, '2020-05-07 22:46:31', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('92ef4a7207ce79987895af709a424cbd', '1864485221946716162', 'signal_photo', '信号显示界面源照片', null, '0', '1', '1', 'string', '1024', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '17', null, null, '2024-12-16 14:09:01', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9370c9304af30b8d29defe0a5ada6e5b', '62e29cdb81ac44d1a2d8ff89851b853d', 'DC_DDSA', 'DD', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', null, null, '2019-05-11 14:01:14', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9371f61d39c5d57ddb0a2db96b2e2412', '402860816bff91c0016bffa220a9000b', 'speciality', '专业', 'speciality', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '15', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9398a9735ef7ec3c8f63556fe020360f', '497144e626e84545b56f151c9f4d6e9e', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2024-08-30 10:42:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('941ef1bddbf91fcd3a437a7a7dd347e7', 'feea98637c2144caae7c5d56a815a245', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2021-10-27 10:24:24', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('944fc2d1910a042fb82b6749a5cb8b1d', '1853426999698759682', 'experiment_detail', '实验详情(大字段)', 'radiation_test_type', '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '12', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('947174892512ea97fafde899d427ea7e', '402860816bff91c0016bff91c0cb0000', 'real_name', '姓名', 'real_name', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '4', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('94b8bf435175cc545366e11992280757', '32f75e4043ef4070919dbd4337186a3d', 'age', '年龄', null, '0', '1', '1', 'int', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '1', '1', '1', '0', 'group', '', '', '7', 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('94e682cb802777fe4205536888f69353', '402860816bff91c0016bff91d2810005', 'create_by', '创建人', 'create_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '10', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('95317737d9c7cf6811febb7cd95dfadd', '2bed5edf282d49fb9281145944d924a1', 'test_standard', '检测标准', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', null, null, '2024-09-18 20:45:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('959707b54a7f6873a1e397363d7cea20', '1864323864098074625', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-12-05 00:43:34', '2024-12-04 23:00:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('960d2847922b61dadeb3518ef55fb0c1', '1acb6f81a1d9439da6cc4e868617b565', 'wl_name', '物料名称', null, '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9615d79fa44de61d2993469ae019c695', '1829347928200749057', 'condition_c', '条件C', null, '0', '1', '1', 'string', '512', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '13', 'admin', '2024-12-05 14:36:15', '2024-11-14 15:31:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9631b7ef083ddf82b251ea2ca086e457', 'c452d7508f38476da0c80311b1e1d329', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2024-11-21 10:33:05', '2024-08-22 17:02:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9665f02764774fdd77c19923d3ff3c3e', '4028318169e81b970169e81b97650000', 'cost_time', '耗时', 'cost_time', '0', '1', '1', 'string', '19', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '12', null, null, '2019-04-04 19:28:36', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('966a4988298d5cb0be47848735ce8cb7', '4028839a6de2ebd3016de2ebd3870000', 'xg_shangxian', '选购上限', 'xg_shangxian', '0', '1', '1', 'int', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '12', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('969893af07901d20b967039160da161b', '1846024929844764674', 'environmental_temperature', '环境温度', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', 'admin', '2024-12-09 10:12:20', '2024-10-15 11:06:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9698964a9e06edf12fc88df976080984', '09fd28e4b7184c1a9668496a5c496450', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2022-05-07 19:05:56', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('96a36af645d66226cf3ecf0f40dab532', '2c92808393927efd0193927efd150000', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', null, null, '2024-12-05 00:26:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('96c585a4f71e5c38ed25b9741366365b', '402860816bff91c0016bff91c7010001', 'sys_org_code', '组织机构编码', 'sys_org_code', '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '11', 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9765efa2cafde6d0ede2215848c9e80b', '32f75e4043ef4070919dbd4337186a3d', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '0', 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9788a3d83a707ebe87718c477b0411f6', 'ca19150a847245dab3d070aaf2c82586', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2024-12-05 14:40:09', '2024-08-22 16:57:24', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('983271bdf1ecf59a0da8ba317e6078e2', 'ca19150a847245dab3d070aaf2c82586', 'confirmer', '确认员', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', 'admin', '2024-12-05 14:40:09', '2024-10-23 22:54:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9869d3d9f71d01b504fdfb4486878ace', '5a46eebe3b5f48b3b21852858a8c533f', 'radiation_source', '辐射源', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '6', 'admin', '2024-09-18 17:23:07', '2024-09-18 15:40:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9874c79ce2e8663867d20ba4a5058ebd', '553a4172fde446419cb602dc70f9ee67', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', null, null, null, null, 'text', null, '120', '', '1', null, null, '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', null, null, null, null, null, null, '0', null, null, null); INSERT INTO `onl_cgform_field` VALUES ('98b1fb8bc6a3c4ac412b25c476e1b6cc', '1848200093202231297', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('98e82cb1595609a3b42fa75c60ac1229', '402860816bff91c0016bff91d2810005', 'update_by', '更新人', 'update_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '12', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('98f186a289d9d71227c78fa55e86971a', '1864484528728928257', 'experiment_id', '试验ID', 'experiment_id', '0', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '1', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-12-05 09:41:08', '2024-12-05 09:38:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9914a0c84805e72c4b6075e36edb13f9', '402860816aa5921f016aa5921f480000', 'create_time', '创建时间', 'create_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '9', 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9920ecec9c9109fc6b93e86f8fdfa03b', '402860816bff91c0016bffa220a9000b', 'depart_name', '所在部门', 'depart_name', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '1', '1', '1', '0', 'group', '', '', '2', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('99b43bbb23237815ebb74b12b4d7ea2f', '62e29cdb81ac44d1a2d8ff89851b853d', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2019-05-11 14:01:14', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9a462d83210cad30f0e12b98e8a172a7', '3b5e18da618247539481816995b6bf9f', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9a4dc8718000c30953a3923eb7db5096', '402880eb71d52dc30171d52dc3a10000', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', null, null, '1', null, null, '2020-05-02 19:37:59', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9a579c506f75f75baf88352a5eb2c249', '1acb6f81a1d9439da6cc4e868617b565', 'bpm_status', '流程状态', null, '0', '1', '1', 'string', '2', '0', '1', 'bpm_status', '', '', 'list', '', '120', null, '0', '', '', '0', '0', '1', '0', 'single', '', '', '16', 'admin', '2019-06-10 14:47:14', '2019-05-07 16:54:43', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9a9516645cbc8147b23333fea76aa2bb', 'b81de38db24047b497d476516f8a0865', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2020-02-24 14:56:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9aa6738443d3d8a67cf50506199d15ad', 'cb2d8534a2f544bc9c618dd49da66336', 'aaae', 'aae', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', null, null, '2020-02-24 17:22:43', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9b66c6501baaef67b35bd41ba7a6a781', '402881fd812267500181226750e90000', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', null, null, '1', null, null, '2022-06-02 11:13:25', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9c2b557dd47d94612a599b9fab767c2c', '1864485221946716162', 'sample_model', '样品型号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-12-16 14:09:01', '2024-12-05 09:41:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9c40fb4db8afed3c682c6b8a732fd69d', 'e2faf977fdaf4b25a524f58c2441a51c', 'post', '用户岗位', null, '0', '1', '1', 'string', '32', '0', '', 'post_code', 'air_china_post_materiel_main', 'post_name', 'sel_search', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9d85bafa399f28a40e1de1eeef747223', '4028318169e81b970169e81b97650000', 'ip', 'IP', 'ip', '0', '1', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '7', null, null, '2019-04-04 19:28:36', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9d88e0661ed4b0969b7f0608a714b14a', '402881e6760269a20176026d25650002', 'create_time', '创建时间', 'create_time', '0', '1', '1', 'Datetime', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '13', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9d89ff1a019f41d80307652041490944', '32feeb502544416c9bf41329c10a88f4', 'name', '请假人', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9e43807d4b12e5006551cc550a6a4451', '1853632592350912514', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-11-07 15:19:54', '2024-11-05 10:57:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9e50680eb4e79b3af352a5933d239dff', 'dbf4675875e14676a3f9a8b2b8941140', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2019-05-27 18:02:07', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('9e82f7b03355c2bf169468054feee735', '1848201478455013377', 'manufacturer', '生产厂家', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '11', 'admin', '2024-10-23 16:53:49', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('9f7014d250353b6b57aa2488a59e154b', 'ea0a86437fd843c68fb47c3e0fc537c9', 'time', '创建时间', null, '0', '1', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '9', null, null, '2024-09-19 15:08:35', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a01a7fe5660206e6f407ed98b6c732d6', '402860816bff91c0016bff91cfea0004', 'phone', '联系方式', 'phone', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '7', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('a01af4e4c463826e64cd9f81ce15efb7', '97283326c7384df28959e8e9a9f5013f', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a029ecf9b943773bdf30a490e9922e45', '553a4172fde446419cb602dc70f9ee67', 'zdbxldx', '字典表下拉多选', null, '0', '1', '1', 'string', '255', '0', null, 'id', 'sys_depart', 'depart_name', 'list_multi', '', '200', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '41', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a03dabbc391a6bc12934598ef05ef598', 'fafa347903804e89acc7c63e4ab3244c', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2024-10-09 20:52:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a047f542fc3f1eb833593dfffdee5d5d', '553a4172fde446419cb602dc70f9ee67', 'popback', 'popback', null, '0', '1', '1', 'string', '100', '0', null, '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '22', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a11aa752911377c705e9b8c4d43223f1', '1848200093202231297', 'anneal_end_time', '退火结束时间', null, '0', '1', '1', 'Datetime', '32', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '15', 'admin', '2024-12-09 10:11:40', '2024-10-23 17:41:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a13b776f8391e7b94a7e32be2f72a490', '97283326c7384df28959e8e9a9f5013f', 'end_date', '实验结束日期', null, '0', '1', '1', 'Datetime', '32', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '15', 'admin', '2024-12-05 14:50:53', '2024-10-12 17:05:30', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a1a2d49b35c185df9f9e149b290aa277', '56efb74326e74064b60933f6f8af30ea', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a1b7265afe14e374f12e991c0dc07eb3', '8a31140f10a9417495ff2fff77deab55', 'scene', '场景', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', null, null, '2024-09-11 16:44:20', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a1f5daba36f536e7acf6a939826183b0', 'fb19fb067cd841f9ae93d4eb3b883dc0', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '0', null, null, '2019-03-23 11:39:48', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('a232d608434d15fcecd8a3f31a9044b2', '86bf17839a904636b7ed96201b2fa6ea', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a275266d105dd21d24f5ba0df99d59b9', '1853426999698759682', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a2a920b9144e54eb489869512e0b7d39', '1846024929844764674', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-12-09 10:12:19', '2024-10-15 11:06:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a2baa3a18062f28e3d8a81178027f171', '402881fd812267500181226750e90000', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', null, null, '2022-06-02 11:13:25', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a36be032b453358ef58628d9dfe1919c', '1864484528728928257', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-12-05 09:41:08', '2024-12-05 09:38:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a38b7edfd2049fc9e32b17c0c26a833b', '1864323864098074625', 'sequence_value', '序列值', 'experiment_id', '0', '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', '', '1', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-12-05 00:43:34', '2024-12-04 23:00:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a3dea64c8009780e213d16c69704c030', '53a3e82b54b946c2b904f605875a275c', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', 'admin', '2022-10-25 11:10:48', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a45eba33810c485b9d8e6f70818a1dfa', '402860816aa5921f016aa5921f480000', 'bpm_status', '流程状态', 'bpm_status', '0', '1', '1', 'string', '50', '0', '1', 'bpm_status', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '1', '0', 'group', '', '', '7', 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('a4e83c528933fc7d3a4230d4141a5a20', '553a4172fde446419cb602dc70f9ee67', 'dhwb', '多行文本框', null, '0', '1', '1', 'string', '250', '0', null, '', '', '', 'textarea', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '18', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a5bc4c598e57fb7f15acf8a92689edc7', '1848200093202231297', 'deviation_equipment', '加偏设备', 'deviation_equipment', '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '17', 'admin', '2024-12-09 10:11:40', '2024-10-23 17:41:50', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a6471d4fb3dbffef01dab1f7d452bb30', '27fc5f91274344afa7673a732b279939', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('a6722b498602d7d7b5177b16789d8cc1', 'e5464aa8fa7b47c580e91593cf9b46dc', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2019-04-24 17:09:48', '2019-04-24 11:05:10', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('a6794cc4e4c772dea927fc8052cac232', 'f7ce241c95ef5c760195ef5c76ec0000', 'total_count_lhs', '理化所统计', 'total_count_lhs', '0', '1', '1', 'int', '10', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '1', '1', '0', 'single', null, null, '14', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('a6c2b2f94d16db3ac2fcf95c7799f8c3', '1857642795707228161', 'completion_score', '完成分', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2024-12-24 16:31:22', '2024-11-16 12:36:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a6c428d67bbad26f220794ddfc7c637d', 'b493c5fd4fa64a3a84e74ee171763e37', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', null, null, '2021-06-07 18:13:37', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a7444c8c7be4fa4a0e18c65d9ea3de37', '553a4172fde446419cb602dc70f9ee67', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', null, null, null, null, null, null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a76f561057ac9e43a8ca09e478a1eab8', '402860816bff91c0016bff91ca7e0002', 'update_time', '更新时间', 'update_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '12', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('a7822f6e4cffb37fc0729cbd4cfd8655', '32f75e4043ef4070919dbd4337186a3d', 'name', '用户名', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '1', '1', '1', '0', 'single', '', '', '5', 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('a7b6ae09441ce36a14c7ce95f17a218e', '86bf17839a904636b7ed96201b2fa6ea', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a83acbadb64ad5ba87a384dd6eea3117', 'f9fb8bee1a64472889d077c757b9acc7', 'ddd', 'dd', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2021-08-17 13:58:15', '2021-08-17 13:57:48', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a940adc4585fa3b5bd2114ea9abe8491', '402860816bff91c0016bff91ca7e0002', 'cert_level', '证书级别', 'cert_level', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '5', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('a94f1d7da64f3aa35c32155ea00ccb2f', '402860816bff91c0016bffa220a9000b', 'id', 'id', 'id', '1', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '1', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('a9780eace237a15f26931dd6a9ec02e9', '758334cb1e7445e2822b60e807aec4a3', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2019-10-18 18:02:09', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('a97fec2610584bebe5fda2ba538e3881', '402881fd812267500181226750e90000', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', null, null, '2022-06-02 11:13:25', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('a9ab7c7537a2696ee3655f3fe37e77f4', '1846024929844764674', 'exception_record', '异常记录', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '11', 'admin', '2024-12-09 10:12:20', '2024-10-15 11:06:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('aa042e23dc099414a499fb1c618dfdba', '1864324542325420034', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-12-05 11:03:29', '2024-12-04 23:03:03', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('aa07931514727913413880b7a2b76dcb', 'd3ae1c692b9640e0a091f8c46e17bb01', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2019-07-24 14:47:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('aa10f30f26b1a283b222efd9b233cc8c', '1848200093202231297', 'sample_info', '样品信息', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '18', null, null, '2024-12-09 10:11:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('aa4780601419c21dabb6c42fc511e71c', '402860816bff91c0016bffa220a9000b', 'have_children', '有无子女', 'have_children', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '25', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('aa687ad6911c7797951276271bf9a85b', '5517e93b148a42a7b82d5f3f94542dcf', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2022-07-19 19:36:53', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('aa96651a9b3edb6c454afb1a191e2633', '1848200093202231297', 'radiation_detail', '辐照详情(json存储)', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '12', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ab10e0aa029ded2f4420a33420de225d', '1acb6f81a1d9439da6cc4e868617b565', 'wl_code', '物料编码', null, '0', '1', '1', 'string', '60', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ab1f880ba593f3757dac70e003945aa2', '402860816bff91c0016bff91c0cb0000', 'depart_id', '部门ID', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2019-07-19 18:09:01', '2019-07-17 19:38:45', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ab58f43f853fd1f65f83c22966883afb', 'beee191324fd40c1afec4fda18bd9d47', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2019-04-13 13:41:13', '2019-04-13 13:40:56', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ab7e46d1a9bd6fe87e6cd82140ce997b', '5517e93b148a42a7b82d5f3f94542dcf', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2022-07-19 19:36:53', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ab8e6f1cca421c5ce395a2c1fdfd2100', '32feeb502544416c9bf41329c10a88f4', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('abe61a8ddf966a979457b763329a537b', 'e5464aa8fa7b47c580e91593cf9b46dc', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ac324d3480397f0f3a2f96a3980b7e3a', '1853426999698759682', 'name', '试验名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ac401c107d6ff2e6c48bab0056f0166a', '497144e626e84545b56f151c9f4d6e9e', 'client', '委托方', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2024-08-30 10:42:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ac418468e9f48c8731e02d1be98da15e', '1853426743397425154', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ac5346b909f71a18d60c3d31f78fde5a', '1853426743397425154', 'total_count_lhs', '理化所统计', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '16', null, null, '2024-11-14 15:25:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ac91565da5fb8fe43a4da3dec660b25f', '402860816bff91c0016bff91c7010001', 'award_place', '获奖地点', 'award_place', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '4', 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('acff5c8aef3b6288b87fd91215012206', 'e5464aa8fa7b47c580e91593cf9b46dc', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ad061417d5b53c67975eb83657505218', '73162c3b8161413e8ecdca7eb288d0c9', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ad93762c6c4a1dd8331e5fa11215b568', 'e2faf977fdaf4b25a524f58c2441a51c', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ae71ae94652eec65afd05ee6fe61877b', '1864484528728928257', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-12-05 09:41:08', '2024-12-05 09:38:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ae9e686072c3c7f9b36bbc4be0fe1384', '402881e6760269a201760269a2af0000', 'name', '用户名', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '#{sysUserCode}', '0', '1', '1', '0', 'single', null, null, '7', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '1'); INSERT INTO `onl_cgform_field` VALUES ('aee804d5d92922378cac6d4ae9257680', '402881fd812267500181226750e90000', 'price', '价格', null, '0', '1', '1', 'BigDecimal', '10', '5', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', null, null, '2022-06-02 11:13:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('af0fe0df8b626129de62e22212732517', '402860816bff91c0016bff91cda80003', 'speciality', '专业', 'speciality', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '6', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('af6c582b902e2f2bf9930eba61ae7938', '73162c3b8161413e8ecdca7eb288d0c9', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('af7c5ec3c49673562319bd29d6ac169b', '553a4172fde446419cb602dc70f9ee67', 'duoxuan', '字典多选', null, '0', '1', '1', 'string', '50', '0', null, 'urgent_level', '', '', 'checkbox', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('afd3ef1d494a9b69d2c7a3cdde937f6f', '402860816bff91c0016bffa220a9000b', 'create_by', '创建人', 'create_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '39', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b01304904babd7479de2acfe8a77157f', '402860816aa5921f016aa5921f480000', 'id', 'ID', 'id', '1', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '1', 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b05b4cbb74f389a7376f51ed9fd97030', '402860816bff91c0016bff91d8830007', 'create_by', '创建人', 'create_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '10', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b08a14c91a4805f2e62ed7e8a54a1ade', '1853632592350912514', 'review_result', '评审结果', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', 'admin', '2024-11-07 15:19:54', '2024-11-05 10:57:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b0a06bdbefd304d81a1838d8d94deda9', '4b556f0168f64976a3d20bfb932bc798', 'name', '用户名', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', null, null, '2019-04-12 23:38:28', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b0a2c8d21782830ec6a2d16cc1231328', '402881e6760269a20176026d25650002', 'punch_time', '打卡时间', 'punch_time', '0', '1', '1', 'Datetime', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '4', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b0a96ad3d133d304cf9609c780bfa91f', '1846024836387282946', 'test_end_time', '测试结束时间', 'radiation_end_time', '0', '1', '1', 'Datetime', '32', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '15', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:22:09', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b0b1cf271dd6b221a902da2d2f8f889a', 'e9faf717024b4aae95cff224ae9b6d97', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b0bec45e041a384f288636748e6375b5', '1864324542325420034', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-12-05 11:03:29', '2024-12-04 23:03:03', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b0dfd0f0c36ee46ef483c0c225956ac5', '402881e6760269a201760269a2af0000', 'checkbox', 'checkbox', null, '0', '1', '1', 'string', '32', '0', '', 'sex', '', '', 'checkbox', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '10', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b18f96f96d979daa7336e81086ea2bc1', 'cb2d8534a2f544bc9c618dd49da66336', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:14', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b1fc6e2ca671b19e57b08a4f57fc2454', 'fb7125a344a649b990c12949945cb6c1', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2019-03-26 19:24:11', '2019-03-26 19:01:52', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b22694cf34ffb967b8717647816ad5df', 'e5464aa8fa7b47c580e91593cf9b46dc', 'fk_id', '外键', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', 'air_china_post_materiel_main', 'id', '15', 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b276facab025f9750b0aff391693cc4b', '402860816bff91c0016bff91c7010001', 'id', 'id', 'id', '1', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '1', 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b2b0cb30159639bb1190e150322b7541', '4028839a6de2ebd3016de2ebd3870000', 'wl_unit', '计量单位', 'wl_unit', '0', '1', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '14', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b2c936e78f90566c941e0b0e0a4ef0df', '5a46eebe3b5f48b3b21852858a8c533f', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', 'admin', '2024-09-18 17:23:07', '2024-08-30 10:35:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b3542d3e7908ed885ecc4ba9e7300705', '4b556f0168f64976a3d20bfb932bc798', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2019-04-12 23:38:28', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b3b61f9386eb2262919e0835e3c82eb9', '86bf17839a904636b7ed96201b2fa6ea', 'num', '数量', null, '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b3f285ffd8aa5c9177137230ede06e79', '1848201478455013377', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-10-23 16:53:48', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b47af4d937e55c6208939bac5378bfad', '62e29cdb81ac44d1a2d8ff89851b853d', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2019-05-11 14:01:14', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b4e4fe6774e9d7b5f72d2056b47d18ac', '5517e93b148a42a7b82d5f3f94542dcf', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2022-07-19 19:36:53', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b5269f7dde6929be973370267ddcb09e', '1857642795707228161', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-12-24 16:31:22', '2024-11-16 12:32:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b57b4eb48258fdff95303b971b348304', '1848201478455013377', 'device_mode', '器件型号', 'name', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-10-23 16:53:48', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b5cfd3c9691a884430f3d9cd5ecb211f', 'e2faf977fdaf4b25a524f58c2441a51c', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b612379d4819d736159ae5a1891d60d2', '1846024836387282946', 'test_standards_id', '测试标准ID', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '24', 'admin', '2024-12-09 10:12:59', '2024-12-05 14:21:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b6874a05734cad8bd96ffd2f31f1ebca', '402860816bff91c0016bff91c7010001', 'create_by', '创建人', 'create_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '7', 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b711815ab01297caf80374f80e6cb5ec', '1864324542325420034', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-12-05 11:03:29', '2024-12-04 23:03:03', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b733fa73519603b22d401fabbf9e9781', '402860816bff91c0016bff91c0cb0000', 'hiredate', '入职时间', 'hiredate', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '5', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b7938e4518f9062ce62702cf45986e06', 'e2faf977fdaf4b25a524f58c2441a51c', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b7a1243aaa712e2c152c0c7a46f88683', '402860816bff91c0016bff91d8830007', 'age', '年龄', 'age', '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '5', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b7b311cf4483bd10a93a40891cc39a77', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'has_child', '是否有子节点', null, '0', '1', '1', 'string', '3', '0', '', 'yn', '', '', 'list', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '11', null, null, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b878237aa10fb456eb1dd3157ea153d6', 'fafa347903804e89acc7c63e4ab3244c', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2024-10-09 20:52:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b87889350764762cba1eda4c2e11916c', '1846024836387282946', 'experiment_id', '试验ID', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '13', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b90c421ad05911a6a35156a337f54e54', '5a46eebe3b5f48b3b21852858a8c533f', 'name', '名称', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', 'admin', '2024-09-18 17:23:07', '2024-08-30 10:35:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b91258e3dc15b28c2e3f0d934e6e27e8', 'fb7125a344a649b990c12949945cb6c1', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '0', null, null, '2019-03-26 19:01:52', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b92572ae142f8dd5f2ac02fb45e6b2c1', 'e2faf977fdaf4b25a524f58c2441a51c', 'name', '用户名', null, '0', '1', '1', 'string', '32', '0', '', 'realname,username', 'report_user', 'name,account', 'sel_search', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('b926ff34c70e41e0248c9501d1c371e4', '1864323864098074625', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-12-05 00:43:34', '2024-12-04 23:00:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b9280db8eff6098287747f1c99ef170e', 'a2ca0c7297a8491ca849fc1a06c9efbf', 'age', 'age', null, '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2021-01-24 14:39:35', '2021-01-24 14:38:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b95927df9b96907c0317813219649ca3', '1864484528728928257', 'source_area', '占源面积', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', null, null, '2024-12-05 09:41:08', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b9a1e25a5636f5e61cd07a852a4d7770', '402881fd812267500181226750e90000', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '6', null, null, '2022-06-02 11:13:25', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b9c73b5b65f0e65033df97463f5abe84', '8a31140f10a9417495ff2fff77deab55', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2024-09-11 16:44:20', '2024-08-30 10:18:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('b9fbace24688c9c9a8c9be72c1d014e7', '402860816bff91c0016bffa220a9000b', 'phone', '电话', 'phone', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '18', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ba5f4b2affa94f36eda7f6f133db7ae3', '402860816bff91c0016bff91d2810005', 'workplace', '工作单位', 'workplace', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '6', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ba6f3e762d6e3ea1068a085ec2f7e501', '56efb74326e74064b60933f6f8af30ea', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('bad02e68ea37bf387337516af84a1ddb', '73162c3b8161413e8ecdca7eb288d0c9', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('bb2fccb84136a49283d3480f5d7e7c8b', '1846024929844764674', 'measurement_rate', '计量率', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-12-09 10:12:19', '2024-10-15 11:06:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('bb44475e1d1738a19745bf9f3ebf9e40', '402860816bff91c0016bff91cfea0004', 'update_time', '更新时间', 'update_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '12', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('bbbb38347b1a5340a1d293e455c632ce', 'fb19fb067cd841f9ae93d4eb3b883dc0', '3', '4', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', null, null, '2019-03-23 11:39:48', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('bbbd111fab834882259226583e30e164', '1846024836387282946', 'sample_info', '样品信息', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '25', null, null, '2024-12-09 10:12:59', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('bbd33f30366e17b133ddee87da4b49cb', '1864324542325420034', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-12-05 11:03:29', '2024-12-04 23:03:03', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('bc648624ad14c826bbc6e9b23a2b9858', '402860816bff91c0016bff91ca7e0002', 'employee_id', '员工ID', 'employee_id', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', 'oa_employee_info', 'id', '2', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('bc793fdbef9f6474425456c4eb9d197a', '402860816bff91c0016bff91cfea0004', 'witness', '证明人', 'references', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '6', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('bc7df6f3cf49f670c36a3de25e25e715', '402860816bff91c0016bff91d2810005', 'order_no', '序号', 'order_no', '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '9', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('bcc1f7cfabd386311a3c21e588022338', '553a4172fde446419cb602dc70f9ee67', 'fwb', '富文本', null, '0', '1', '1', 'Text', '0', '0', null, '', '', '', 'umeditor', '', '120', '', '0', '', '', '0', '1', '0', '0', 'single', '', '', '26', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('bd39cb237049ac60218b3f4dd844f30c', '402860816bff91c0016bffa220a9000b', 'current_address', '现居住地', 'current_address', '0', '1', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '30', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('bd84b7391bacde97c44cb7db057ab708', '1846024836387282946', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('bde81809057b1a4c974fa0f090501fdd', '402860816aa5921f016aa5dedcb90009', 'update_by', '更新人', 'update_by', '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '4', 'admin', '2019-05-11 15:56:47', '2019-05-11 15:50:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('be3f8c157d8a1b40e6f7b836552a8095', '8994f2817b5a45d9890aa04497a317c5', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '2', null, null, '2019-03-23 11:39:16', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('be47c500a84ca5aa2400481cd5bd856d', '1864323864098074625', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-12-05 00:43:34', '2024-12-04 23:00:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('be5eeda7d51dace73d3818bd8467b53b', '402860816bff91c0016bff91c0cb0000', 'update_time', '更新时间', 'update_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '15', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('beb7787277cdf44ea878ea836ba23ae3', '1846024836387282946', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('bec3082fc5f0f194be5cd72cc2866ff4', 'e5464aa8fa7b47c580e91593cf9b46dc', 'wl_name', '物料名字', null, '0', '1', '1', 'string', '200', '0', '', 'wl_code', 'air_china_materiel', 'wl_name', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2019-04-24 17:09:49', '2019-04-24 11:05:10', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('bed0bc67f570613eaa6a1bd8bcaaddcc', '4b556f0168f64976a3d20bfb932bc798', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2019-04-12 23:38:28', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('bf61aa04c5ca77ad54c764f8f8b2bdec', '402860816bff91c0016bff91d8830007', 'update_by', '更新人', 'update_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '12', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('bfc2f19fae367f885adb8bd82a344391', '4028318169e81b970169e81b97650000', 'userid', '操作用户账号', 'userid', '0', '1', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '5', null, null, '2019-04-04 19:28:36', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('bff39a86bd05656ee156b685e5187211', 'a2ca0c7297a8491ca849fc1a06c9efbf', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2021-01-24 14:39:35', '2021-01-24 14:38:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c047ed2cead5bab0307967435f370936', '53a3e82b54b946c2b904f605875a275c', 'chuc_date', '出厂时间', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2022-10-25 11:10:49', '2020-05-07 22:49:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c069f2e00c8ffae83214d7f7f8b5c079', 'c256ecba74534bb080ee00d3d00492e0', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2024-08-30 11:07:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c08da9dc0325c441d89ae7378bcbf599', '553a4172fde446419cb602dc70f9ee67', 'zdbduoxuan', '字典表多选', null, '0', '1', '1', 'string', '255', '0', null, 'id', 'sys_depart', 'depart_name', 'checkbox', '', '200', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '40', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c0d66c95773774e7ac1f2a88df307e7a', '402860816aa5921f016aa5921f480000', 'reason', '请假原因', 'reason', '0', '1', '1', 'string', '500', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '6', 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('c12c4d3eaaefecafde9f4a010c09a4d8', 'f7ce241c95ef5c760195ef5c76ec0000', 'experiment_date', '试验时间', 'experiment_date', '0', '1', '1', 'string', '32', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '1', '1', '0', 'single', null, null, '10', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('c16eb11cf6893645cd7494ab17c871fb', '2c92808393927efd0193927efd150000', 'sequence_value', '序列值', 'experiment_id', '0', '0', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', '', '1', '', '', '0', '1', '1', '0', 'single', null, null, '6', null, null, '2024-12-05 00:26:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c29216d975fee50af175bca8c664a475', 'e67d26b610dd414c884c4dbb24e71ce3', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:56', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('c311cca084580e5fd4b5a2e5b81c4cc5', '402881e6760269a20176026d25650002', 'email', '邮箱', 'email', '0', '1', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '10', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('c3f7526e380b0950c093bd7dd23fec21', '2bed5edf282d49fb9281145944d924a1', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2024-09-18 20:45:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c4174c772d10169a0a68f9445c5c179d', '1864485221946716162', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-12-16 14:09:01', '2024-12-05 09:41:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c43d87b6340c29c0c354aa9c579f387f', '32feeb502544416c9bf41329c10a88f4', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('c456753a9c83e55fa241c4ec72c00f86', '402880eb71d52dc30171d52dc3a10000', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '6', null, null, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c492a0ccae5906830e69b5051ba563b7', '5a46eebe3b5f48b3b21852858a8c533f', 'attachment', '附件', null, '0', '1', '1', 'string', '2048', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2024-09-18 17:23:07', '2024-08-30 10:35:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c49a22c0978cbc851511032ed2a66140', '1857642795707228161', 'base_score', '基础分', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', 'admin', '2024-12-24 16:31:22', '2024-11-16 12:32:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c4a4c804ba18de91e65c41e62a340c36', '1853426743397425154', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c4d2a131f7defb3ff4bc78ec9b534b47', '1848201478455013377', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-10-23 16:53:48', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c4d71528f3f45661b1a87841b7256204', '402880e5721355dd01721355dd390000', 'order_main_id', '订单ID', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '11', null, null, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c52711856d2e81ad1074265833f44328', 'b81de38db24047b497d476516f8a0865', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', '1', null, null, '2020-02-24 14:56:07', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('c5399c99bf5d96ee42bca460ee8ed183', '1846024836387282946', 'test_fluence_point', '测试注量点', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '20', 'admin', '2024-12-09 10:12:59', '2024-10-22 21:58:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c596f7f9035c71f9d2d0206d14b0eee8', '402881e6760269a201760269a2af0000', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c5a61724b3b1fdfd0eb39c361f22bafd', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c5dd2fc34ae825ebfced2ec74948654c', '402860816aa5921f016aa5921f480000', 'end_date', '请假结束时间', 'end_date', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '5', 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('c5f6ea01a6523a60df153cc61dc92f4d', 'fbc35f067da94a70adb622ddba259352', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2019-07-03 19:44:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('c60e3a3aecdc5f1561328a3a561bb114', 'fafa347903804e89acc7c63e4ab3244c', 'code', '编号', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '8', null, null, '2024-10-09 20:52:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c6730e00df5efd77fedf181df29102de', '402860816bff91c0016bff91c7010001', 'update_by', '更新人', 'update_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '9', 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('c6d613ab0dd449b1e6b59d952703e6a5', 'c256ecba74534bb080ee00d3d00492e0', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2024-08-30 11:07:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c73267bc9611aab40735c3738154216c', '1829347928200749057', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-12-05 14:36:15', '2024-08-30 10:38:28', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c75a7cb0a21958aa7ca5442f66019669', 'e9faf717024b4aae95cff224ae9b6d97', 'depart', '所属部门', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('c762d5be02aa83315dd649e41bc9769c', 'c452d7508f38476da0c80311b1e1d329', 'experiment_id', '试验ID', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2024-11-21 10:33:05', '2024-08-22 17:02:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c772ed9cbe2d1dc69e9ffa73d3487021', '4b556f0168f64976a3d20bfb932bc798', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2019-04-12 23:38:28', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('c7a02e232e3ef6d58c4e58791a9befde', '1864545872732856322', 'experiment_id', '试验ID', 'experiment_id', '0', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '1', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c7e0a5c6e23e99ac9af5d3fcc33323f7', 'b493c5fd4fa64a3a84e74ee171763e37', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2021-06-07 18:13:37', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c7f0b76ab0decc03a10d5d8e8d7329bf', '8b88392f44b64b8e92ddccac596247f0', 'code', '标准代号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '7', 'admin', '2024-12-05 14:13:20', '2024-08-30 10:37:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c7f1907e8e7aa373c6829263ca6322d0', 'a2ca0c7297a8491ca849fc1a06c9efbf', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', '1', 'admin', '2021-01-24 14:39:35', '2021-01-24 14:38:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c8027cf4f2483042445c89ba86c4e51f', '402880e5721355dd01721355dd390000', 'zong_price', '单品总价', null, '0', '1', '1', 'double', '10', '3', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '10', null, null, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c84ee218b6ed1551440ec594a3fa8e53', '3b6eab3feffc4cd6bcf28cf01decebd7', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2024-12-05 11:43:17', '2024-08-30 10:25:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c91b697b1bcd2be943fc746e2660bc9e', '402860816bff91c0016bff91d2810005', 'real_name', '姓名', 'real_name', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '3', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('c962b89c893e2b8cf1a12c678ba12962', '553a4172fde446419cb602dc70f9ee67', 'zdbdx', '字典表单选', null, '0', '1', '1', 'string', '255', '0', null, 'id', 'sys_depart', 'depart_name', 'radio', '', '200', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '39', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('c9b698d3f75aa780ee1eb67ef090b15b', '73162c3b8161413e8ecdca7eb288d0c9', 'wl_code', '物料编码', null, '0', '1', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ca03585bbdb80149ba98ea0a22857cae', '1846024836387282946', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ca4ce66c5f5e936b173473d6a14259b8', '97283326c7384df28959e8e9a9f5013f', 'radiation_source_type', '辐射源类型', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ca732db48560f8fe7723f02c886c247c', '1848200093202231297', 'measurement_rate', '计量率', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('cad8d8637bb2d193038d0e9e789d464a', '1864485221946716162', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-12-16 14:09:01', '2024-12-05 09:41:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('caefd970229d43306e568b44f6688e51', '1857015207720738817', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-11-14 19:48:08', '2024-11-14 18:58:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('caf5a071f2299c0f9ff2f3038d6d0fc6', '402860816bff91c0016bff91ca7e0002', 'update_by', '更新人', 'update_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '11', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('cb33a708b95e19085f8c9001d2d5c64c', 'e9faf717024b4aae95cff224ae9b6d97', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('cb50a5991ca29e617aa32e49e92c01e7', '09fd28e4b7184c1a9668496a5c496450', 'age', '年龄', null, '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2022-05-07 19:05:56', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('cb871284e845e26e88242a96fac9c576', '402860816bff91c0016bff91c7010001', 'order_no', '序号', 'order_no', '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '6', 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('cb883a4932f0fd3a80fcf27efd7d1f2d', 'f9fb8bee1a64472889d077c757b9acc7', 'sdf', 'sdf', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2021-08-17 13:58:15', '2021-08-17 13:58:02', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('cc1ddc1304d3eb5d9a189da0a509ccd0', '32f75e4043ef4070919dbd4337186a3d', 'create_by', '创建人登录名称', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2019-04-11 10:15:32', '2019-03-27 15:54:49', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ccda49a8cea079c34f0034361d058c08', '09fd28e4b7184c1a9668496a5c496450', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2022-05-07 19:05:56', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('cceb991ecb55ab29de9ecbbc5d9603fb', '1846024836387282946', 'test_metering_point', '测试计量点', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '19', 'admin', '2024-12-09 10:12:59', '2024-10-22 21:58:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ccf2f331af46ddc411b8039dd187621b', '4028839a6de2ebd3016de2ebd3870000', 'price', '单价', 'price', '0', '1', '1', 'double', '10', '2', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '10', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('cd6c8817909b32bb4b9b4fd003b14bf4', '1864545872732856322', 'equipment_model', '设备型号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', 'admin', '2024-12-10 15:06:33', '2024-12-05 13:42:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ce146073ad7ca7c89dc6949ab9c52f8e', 'ca19150a847245dab3d070aaf2c82586', 'auditor', '审核员', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2024-12-05 14:40:09', '2024-10-23 22:54:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ce2cee81b83a1cb082c702a78f115240', '1848200093202231297', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ce6309ab809a3417348fa56646bcae01', '1848200093202231297', 'radiation_source', ' 辐照源', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('cee3c1dbf67b4a7d9626b8032897a4c7', '402860816bff91c0016bff91d8830007', 'employee_id', '员工ID', 'employee_id', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', 'oa_employee_info', 'id', '2', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('cefb82e2168ab7e3aa57a7e9c3ca950e', '09fd28e4b7184c1a9668496a5c496450', 'order_main_id', '订单ID', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', 'ces_order_main', 'id', '12', 'admin', '2022-05-07 19:05:57', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('cf4005f36ed64f21b8acc343c5fbc682', '1848201478455013377', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '5', 'admin', '2024-10-23 16:53:48', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('cf4c5a4c06ae6bac701edfeedfcd16aa', 'd3ae1c692b9640e0a091f8c46e17bb01', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2019-07-24 14:47:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('cf5512c97b966f7b12a975056b778945', 'fbcd53c12cb642e8985bf3ea4cd0e864', 'document_id', '文档ID', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2024-11-14 18:03:56', '2024-08-30 10:07:18', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('cfeb6491427aec2b4db9694af867da23', 'e9faf717024b4aae95cff224ae9b6d97', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d0559db07f05c870860f98313eb0f857', 'cb2d8534a2f544bc9c618dd49da66336', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2020-02-24 17:22:42', '2020-02-24 15:15:14', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d0ffaebc4439ea0236036e6e51ac1d16', 'f7ce241c95ef5c760195ef5c76ec0000', 'update_time', '更新日期', 'update_time', '0', '1', '1', 'Datetime', '0', '0', null, null, null, null, 'datetime', null, '120', '', '0', null, null, '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d14e47befe47925b1440d584f4ca56fc', '09fd28e4b7184c1a9668496a5c496450', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2022-05-07 19:05:56', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d1bfddb9c2a25f5b53a2da134573ea78', 'fafa347903804e89acc7c63e4ab3244c', 'model', '样品型号', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '7', null, null, '2024-10-09 20:52:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d2384e668b2efd0733e830afd7e6efd9', '722c27169ad44f689c5885ca586b248f', 'tags', '文档标签', null, '0', '1', '1', 'string', '2048', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2024-11-13 17:24:13', '2024-08-21 16:19:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d24af3a39aec358b693c92a804c5ff84', 'c256ecba74534bb080ee00d3d00492e0', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2024-08-30 11:07:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d2551b70dc96a45a73b304bf755a996f', '402860816bff91c0016bff91d8830007', 'workplace', '工作单位', 'workplace', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '6', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d26a3499ed12e6705341071f815d9cc2', '1866143623509811201', 'experiment_id', '试验ID', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-12-09 23:32:51', '2024-12-09 23:31:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d29c832c41084ad6eafb1b9ae6259c83', '722c27169ad44f689c5885ca586b248f', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2024-11-13 17:24:13', '2024-08-21 16:19:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d29dcdba14ea61808391fff2d927efea', '402860816bff91c0016bff91c0cb0000', 'work_summary', '工作总结', 'work_summary', '0', '1', '1', 'Text', '65535', '0', '', '', '', '', 'textarea', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '10', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d2c7e0d3d17aa45d228f556ec567c0b6', '1846024836387282946', 'annealing_duration', '退火时长', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '21', 'admin', '2024-12-09 10:12:59', '2024-10-22 21:58:40', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d3b407e4118ab4dcb4a6cd88a6f78107', '97283326c7384df28959e8e9a9f5013f', 'irradiation_board', '辐照板', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '17', 'admin', '2024-12-05 14:50:53', '2024-10-12 23:59:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d3ba5f990e14f9a1a0bbf6aa4cfa26dc', '56efb74326e74064b60933f6f8af30ea', 'xd_date', '下单时间', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d3daecbaed06b7b29d13765ed3b248a2', '1857642795707228161', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2024-12-24 16:31:22', '2024-11-16 12:32:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d47afc6107d92ba304864412a4f77a55', '1864324542325420034', 'sample_name', '样品名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', null, null, '2024-12-05 11:03:29', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d48bfd2a840f9b1d00bd3b5599dca0f0', '402860816bff91c0016bff91cda80003', 'post', '职务', 'post', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '7', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d4a79f976b41165db1dd600a267f5437', '1853426999698759682', 'experiment_date', '试验时间', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '10', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d4dea775487aef5a7aea41791d3a65db', 'e5464aa8fa7b47c580e91593cf9b46dc', 'cycle_time', '发放周期(年)', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', 'admin', '2019-04-24 17:09:49', '2019-04-24 14:09:06', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d522bef4be9bd421b0789cc963b7157e', '1846024929844764674', 'radiation_standard', '辐照标准', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-12-09 10:12:19', '2024-10-15 11:06:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d525e93aca3f1ec6c20a7ab058724e82', '553a4172fde446419cb602dc70f9ee67', 'danxuan', '字典单选', null, '0', '1', '1', 'string', '50', '0', null, 'sex', '', '', 'radio', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d52c79620e21128fb69b4e8628cf25cc', 'dbf4675875e14676a3f9a8b2b8941140', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', null, null, '2019-05-27 18:02:07', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d530ab1bc3c51e8249a506a25d1003c7', '79091e8277c744158530321513119c68', 'start_time', '会签发起时间', null, '0', '1', '1', 'Datetime', '32', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d53e70411c206efecb8dcd00174e907c', '62e29cdb81ac44d1a2d8ff89851b853d', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2019-05-11 14:01:14', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d5df0a35352ee960053686e959e9084b', '1acb6f81a1d9439da6cc4e868617b565', 'wl_unit', '计量单位', null, '0', '1', '1', 'string', '100', '0', '', 'air_china_unit', '', '', 'list_multi', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d63728ff946b5fa207249af871ef3114', '2bed5edf282d49fb9281145944d924a1', 'parameter', '参数', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2024-09-18 20:45:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d6af1d51a9e2349253f6460613c58943', '1846024836387282946', 'comment', '备注', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '10', 'admin', '2024-12-09 10:12:59', '2024-10-15 11:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d6e4e6a429759bda9252bab4cb6aee3b', '1853426743397425154', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d6fad89f4f26d733291863c2dfbc5945', '27fc5f91274344afa7673a732b279939', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d7082454dac60103fdda3e00b6557d39', '402880eb71d52dc30171d52dc3a10000', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '9', null, null, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d766ea5809e2ec9ff2cdbcb18f610ab3', '7ea60a25fa27470e9080d6a921aabbd1', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2019-04-17 00:22:21', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d7c3b107f004cbc99dfe1fe6c79894d8', '402860816bff91c0016bffa220a9000b', 'social_insurance_type', '参加社保类型', 'social_insurance_type', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '35', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d8234b56acea1a752271a6c911dd91a0', '7ea60a25fa27470e9080d6a921aabbd1', 'age', '年龄', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2019-04-17 00:22:21', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d86909d794b01ad7fbb5e61d28b6603b', '73162c3b8161413e8ecdca7eb288d0c9', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d949d9157831c2fb7ba9f175081fe036', '402860816bff91c0016bff91cda80003', 'school', '学校', 'school', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '5', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d963176e29a99f1e04e55ba8751ca084', 'ea0a86437fd843c68fb47c3e0fc537c9', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2024-09-19 15:08:35', '2024-08-30 10:31:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d9d308feb95968dbb322c9bff0c18452', '32feeb502544416c9bf41329c10a88f4', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d9dde2f59bb148c6b7e95256acad8972', 'e67d26b610dd414c884c4dbb24e71ce3', 'post_name', '岗位名字', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2019-04-24 11:03:32', '2019-04-24 11:02:57', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('d9e1ea7f448c5fbe7a4a7a5109a87138', '402881fd812267500181226750e90000', 'name', '商品名字', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', null, null, '2022-06-02 11:13:25', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('d9f9ae6986cb85019a3a4030f62f4d1a', '402860816bff91c0016bff91cfea0004', 'employee_id', '员工ID', 'employee_id', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', 'oa_employee_info', 'id', '2', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('da16a08eeb1a24b16ad8d1d1dc3bf877', '5a46eebe3b5f48b3b21852858a8c533f', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2024-09-18 17:23:07', '2024-08-30 10:35:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('da1ad907c82d92e7b6bb4db2893fd8c1', 'ea0a86437fd843c68fb47c3e0fc537c9', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2024-09-19 15:08:35', '2024-08-30 10:31:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('da3532953a911dac857610abfd01ceeb', '1853632592350912514', 'review_detail', '评审详情(json大字段)', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-11-07 15:19:54', '2024-11-05 10:57:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('da397534e84567b4f94cca10b70b2d52', '553a4172fde446419cb602dc70f9ee67', 'zddtjxl', '字典表带条件下拉', null, '0', '1', '1', 'string', '255', '0', null, 'username', 'sys_user where username like \'%a%\'', 'realname', 'list', '', '200', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '42', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('da54f5067d6e2ffa02cf2fe7a83c2e04', '1829347928200749057', 'condition_b', '条件B', null, '0', '1', '1', 'string', '512', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', 'admin', '2024-12-05 14:36:15', '2024-11-14 15:31:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('da7b1966e505c4eed727ea2028165529', '97283326c7384df28959e8e9a9f5013f', 'type', '试验类型', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('db11e7fe2a76680e502007ad82fc08b9', '402881e6760269a20176026d25650002', 'name', '姓名', 'name', '0', '1', '1', 'string', '30', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '2', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('db1fb3e12385cb967b63420cfe97cde6', '402860816bff91c0016bff91cda80003', 'employee_id', '员工ID', 'employee_id', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', 'oa_employee_info', 'id', '2', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('db518071f3d42832d13a5132f82af9c2', '553a4172fde446419cb602dc70f9ee67', 'zddtjduox', '字典表带条件多选', null, '0', '1', '1', 'string', '255', '0', null, 'username', 'sys_user where username like \'%a%\'', 'realname', 'checkbox', '', '200', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '44', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('db7b1e8c83cb6d439637b6cec6c6d28f', 'ea0a86437fd843c68fb47c3e0fc537c9', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2024-09-19 15:08:35', '2024-08-30 10:31:36', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('dbf45935c48942dd07fcf16939b00af8', '1848201478455013377', 'file_list', '附件IDs', 'radiation_test_type', '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '16', 'admin', '2024-10-23 16:53:49', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('dbfc8f23823c4091f516635a464b3cc5', '402881e6760269a20176026d25650002', 'content', '个人简介', 'content', '0', '1', '1', 'string', '1000', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '11', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('dc2bec862a4f0d600751c632d246f0ed', '4028839a6de2ebd3016de2ebd3870000', 'update_time', '更新日期', 'update_time', '0', '1', '1', 'Datetime', '0', '0', null, null, null, null, 'date', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '5', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('dcf464e26f7e5b29904dbe4c255e98cc', '1864545872732856322', 'room_no', '房间号', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '14', null, null, '2024-12-10 15:06:33', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('dd2fd1da7ac6458beea21b5f6d9bf9af', '1857015207720738817', 'user_id', '用户ID', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-11-14 19:48:08', '2024-11-14 18:58:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('dd3e1e13d7429807b83a00a090e060b7', '402860816bff91c0016bffa220a9000b', 'join_party_info', '入党(团)时间地点', 'join_party_info', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '26', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('dd81da88a455ed910c4a53a65336c731', '3b6eab3feffc4cd6bcf28cf01decebd7', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2024-12-05 11:43:17', '2024-08-30 10:25:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ddc302f84c75a5f056855c664b82202a', '402860816aa5921f016aa5921f480000', 'days', '请假天数', 'days', '0', '1', '1', 'int', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '3', 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ddcc14a2105588982b4ae657f2893d81', '32feeb502544416c9bf41329c10a88f4', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('de1082e8d5967a0b2110b0ca315a46db', 'fafa347903804e89acc7c63e4ab3244c', 'picture', '照片', null, '0', '1', '1', 'Blob', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '11', null, null, '2024-10-09 20:52:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('de34e46a66def956437635585db427b7', 'cb2d8534a2f544bc9c618dd49da66336', 'dde', 'ee', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', null, null, '2020-02-24 17:22:43', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('de3a8a6b042b1821b3dcbd236fd82174', '402881e6760269a201760269a2af0000', 'pic', '图片', null, '0', '1', '1', 'string', '1000', '0', '', '', '', '', 'image', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '14', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('dec74e7fe09a525cda36efd37e6c4dca', '553a4172fde446419cb602dc70f9ee67', 'zddtjxldx', '字典表带条件下拉多选', null, '0', '1', '1', 'string', '255', '0', null, 'username', 'sys_user where username like \'%a%\'', 'realname', 'list_multi', '', '200', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '45', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('dedb920a5e876e27eb144464209ebe1e', '27fc5f91274344afa7673a732b279939', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('dedf60320ae1a56af0d2f5ffa5a665c3', 'ca19150a847245dab3d070aaf2c82586', 'memo', '审批意见', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '15', null, null, '2024-12-05 14:40:09', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('df489194c6008f3bd21b2c1c11fde337', 'fb19fb067cd841f9ae93d4eb3b883dc0', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '2', null, null, '2019-03-23 11:39:48', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('dfbc6035d0a595ead66a6c14f0a3b3c4', '8b88392f44b64b8e92ddccac596247f0', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2024-12-05 14:13:20', '2024-08-30 10:37:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('dff586dae2bf4587a0b438cdbba0a5b9', 'b493c5fd4fa64a3a84e74ee171763e37', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', '', '', '1', null, null, '2021-06-07 18:13:37', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e02d3dfefe633271b7ef2ceb5245b206', '5a46eebe3b5f48b3b21852858a8c533f', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2024-09-18 17:23:07', '2024-08-30 10:35:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e034de6d92b12ab727f279f67916d3c0', '1846024929844764674', 'comment', '备注', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '10', 'admin', '2024-12-09 10:12:20', '2024-10-15 11:06:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e09b191e3c37f9c89ae2192c75220b89', 'b81de38db24047b497d476516f8a0865', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', null, null, '2020-02-24 14:56:08', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e0c5d6e483897d5c4e7894dc66dd1aff', '32feeb502544416c9bf41329c10a88f4', 'bpm_status', '流程状态', null, '0', '1', '1', 'string', '2', '0', '', 'bpm_status', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2019-08-23 20:03:40', '2019-07-02 18:23:58', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e16371a7c9581e67f6353e7426ab7e8a', '3b6eab3feffc4cd6bcf28cf01decebd7', 'name', '名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2024-12-05 11:43:17', '2024-08-30 10:25:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e19b0425630e646d559a930f1085b69f', 'ca19150a847245dab3d070aaf2c82586', 'description', '偏置原理说明', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2024-12-05 14:40:09', '2024-10-23 22:54:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e1a6bd4c18f919a2829120780da24b07', '1857642795707228161', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-12-24 16:31:21', '2024-11-16 12:32:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e24de426223dc0271a55eccc1d5457d0', '73162c3b8161413e8ecdca7eb288d0c9', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e27813ea2b72f4723f2a4e015b7ca832', '1848200093202231297', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '3', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e2d73ccda7f10f5a1ccce3c48b1e699e', '402860816bff91c0016bffa220a9000b', 'residence_street', '户口所在街道', 'residence_street', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '27', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e350986acb670f247df30fe4a44e73df', '09fd28e4b7184c1a9668496a5c496450', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '1', 'admin', '2022-05-07 19:05:56', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e3c9dec24706f2c228cf71d6594e1394', '1864323864098074625', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-12-05 00:43:34', '2024-12-04 23:00:21', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e3e9360bb718dc996638b31b586e3e29', '1848201478455013377', 'experiment_user', '试验人员', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '14', 'admin', '2024-10-23 16:53:49', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e461b46a91d2f856d417fa32f4c4d887', 'f9fb8bee1a64472889d077c757b9acc7', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', 'admin', '2021-08-17 13:58:15', '2021-08-17 13:57:48', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e48ebd15c6110e9eb753bdfc88c04683', 'a2ca0c7297a8491ca849fc1a06c9efbf', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2021-01-24 14:39:35', '2021-01-24 14:38:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e4914fdff68ac72486ada105e6e9fa36', 'e9faf717024b4aae95cff224ae9b6d97', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2019-07-03 18:23:49', '2019-07-03 18:22:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e4a4c1d50b7b46678bc14fd5b90ee082', '73162c3b8161413e8ecdca7eb288d0c9', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e4d7f95340e73a54e8ff3f66b0613513', '56efb74326e74064b60933f6f8af30ea', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2020-07-10 16:53:27', '2020-05-08 23:45:32', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e5094383d51f1e5b5d4dbe7fb501238c', 'f7ce241c95ef5c760195ef5c76ec0000', 'manufacturer', '生产厂家', 'manufacturer', '0', '1', '1', 'string', '255', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '1', '1', '0', 'single', null, null, '9', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e53f53766d1f7718b3ee5eabe105b969', '402860816bff91c0016bffa220a9000b', 'social_insurance_time', '五险一金日期', 'social_insurance_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '38', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e6256f61113538237251831e22f98d4a', 'f7ce241c95ef5c760195ef5c76ec0000', 'id', 'id', 'id', '1', '0', '1', 'string', '36', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e66185c23f7af458b26e5b80d13ca070', 'f7ce241c95ef5c760195ef5c76ec0000', 'data_entry', 'dataEntry', 'data_entry', '0', '1', '1', 'string', '255', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '1', '1', '0', 'single', null, null, '17', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e672d5974a06d5c37b3b4c94a6f29f96', '4028318169e81b970169e81b97650000', 'request_url', '请求路径', 'request_url', '0', '1', '1', 'string', '255', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '9', null, null, '2019-04-04 19:28:36', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e6ff2a4d5593fbb2f031494877c71cbe', '5a46eebe3b5f48b3b21852858a8c533f', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2024-09-18 17:23:07', '2024-08-30 10:35:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e7aade12ca722b59c1ec681d14247ff8', '402860816bff91c0016bff91d8830007', 'sys_org_code', '组织机构编码', 'sys_org_code', '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '14', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e7c367221181aa9d1fc395e09796be8d', '402880eb71d52dc30171d52dc3a10000', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '7', null, null, '2020-05-02 19:37:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e7ec6838aad8d2dd2e175886a7c6e14e', '402881e6760269a201760269a2af0000', 'sel_search', '下拉搜索', null, '0', '1', '1', 'string', '32', '0', '', 'username', 'sys_user', 'username', 'sel_search', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '12', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e7f883d1cb8405eea4b85e28cfaac5ef', '1864324542325420034', 'sample_manufacturer', '生产厂家', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '10', 'admin', '2024-12-05 11:03:29', '2024-12-05 00:06:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e824c44d26034ad8eed32e22a3f69043', '402881e6760269a201760269a2af0000', 'ddd', 'DD类型', null, '0', '1', '1', 'double', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '20', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e845925368919482df6dac58e6ed708d', '402860816bff91c0016bff91d8830007', 'phone', '联系方式', 'phone', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '8', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e85295979d84bde27615a008d8bbadf1', '3b5e18da618247539481816995b6bf9f', 'sex', '性别', null, '0', '1', '1', 'string', '32', '0', '', 'sex', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2020-07-11 11:27:29', '2020-07-11 11:27:17', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e878e70574d0d6180c2f6f0d281c9262', '8d66ea41c7cc4ef9ab3aab9055657fc9', 'pid', '父级节点', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '0', '0', 'single', '', '', '10', null, null, '2020-05-07 22:46:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e88d328af34dd8a17f51437c52b68a2d', '402860816bff91c0016bff91cfea0004', 'create_by', '创建人', 'create_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '9', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e8b166ced881e94e8eb48508b55281c3', '97283326c7384df28959e8e9a9f5013f', 'supervisor', '试验负责人', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '13', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e983ddf3326814827ba99789a6032bb6', '1853632592350912514', 'experiment_id', '实验ID', 'experiment_id', '0', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '1', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-11-07 15:19:54', '2024-11-05 10:57:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('e99cc08f4d88dd8f788399db8d448ee8', '62e29cdb81ac44d1a2d8ff89851b853d', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2019-05-11 14:01:14', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e9a45935d69f5fd91f0c6880e5e6cfa4', '402881e6760269a20176026d25650002', 'age', '年龄', 'age', '0', '1', '1', 'int', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '8', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('e9b782461fc66dbc77df0400600868f7', '553a4172fde446419cb602dc70f9ee67', 'riqi', '日期', null, '0', '1', '1', 'Date', '50', '0', null, '', '', '', 'date', '', '120', '', '0', '', '', '1', '1', '1', '0', 'group', '', '', '13', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ea11fdd86f547fb8c9379844083b2d99', '1857015207720738817', 'document_title', '文档标题', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2024-11-14 19:48:08', '2024-11-14 18:58:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ea3ce70335eca6a5a21b3faf02b1b8da', '1829347928200749057', 'room_anneal_temperature', '室温退火温度', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '17', null, null, '2024-12-05 14:36:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ea3d75d80deacf255da2c79713273ee0', 'c452d7508f38476da0c80311b1e1d329', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2024-11-21 10:33:05', '2024-08-22 17:02:38', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ea5997540b863b6fea2ce9afe38375e2', '1864485221946716162', 'load_capacity', '负载', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '13', null, null, '2024-12-16 14:09:01', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ea644c4c208739640933ba6e568045c1', 'e2faf977fdaf4b25a524f58c2441a51c', 'ruz_date', '入职时间', null, '0', '1', '1', 'Datetime', '32', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ea749346b5eb9e70df2058ade2b0bbfa', '402881e6760269a201760269a2af0000', 'fuwenb', '富文本', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'umeditor', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '17', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ea7841cbb321919b1178185e08577833', '97283326c7384df28959e8e9a9f5013f', 'status', '状态', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '14', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ea891a65f840278641a5b7177653f43e', '1864485221946716162', 'offset_condition', '偏执条件', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '10', 'admin', '2024-12-16 14:09:01', '2024-12-05 09:41:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ea96d1c33f0f0d7245045e70a5793257', '402860816bff91c0016bffa220a9000b', 'current_postcode', '现居住地邮编', 'current_postcode', '0', '1', '1', 'string', '10', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '31', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ead6475cc8537221a173b7af1ed55de6', '1853426743397425154', 'device_type', '器件类型', 'source', '0', '1', '1', 'string', '1024', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '6', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('eb01ad9f18272c642cf6b247d32c77ba', '97283326c7384df28959e8e9a9f5013f', 'name', '名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '1', '1', '1', '0', 'group', '', '', '7', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('eb551c826bf8c9352f98c930fde47089', '1864323864098074625', 'sequence_year', '序列年', null, '0', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '1', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2024-12-05 00:43:34', '2024-12-05 00:19:46', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('eb67ed50019de1dc3ad5ec36712899a3', '1857015207720738817', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-11-14 19:48:08', '2024-11-14 18:58:22', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('eb720eaa79c36b406b8ca36ed2a022bd', '1864485221946716162', 'other_condition', '其它条件', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '14', null, null, '2024-12-16 14:09:01', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ebc41362681919cc680fcc58bf87fdcb', '1acb6f81a1d9439da6cc4e868617b565', 'price', '单价', null, '0', '1', '1', 'double', '10', '2', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '12', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ec20e66d5eb9b8b7f58de9edc0f7630b', '1acb6f81a1d9439da6cc4e868617b565', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ec5e9cb5809b2f8ce1446df4a27693f0', '27fc5f91274344afa7673a732b279939', 'name', '用户名', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2019-07-01 16:28:20', '2019-07-01 16:26:42', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('eca0ef27c2ab103932d5c1a04dcc099f', '8a31140f10a9417495ff2fff77deab55', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2024-09-11 16:44:20', '2024-08-30 10:18:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ed16f23d08e7bcda11a1383fda68057e', '402860816bff91c0016bff91c7010001', 'employee_id', '员工ID', 'employee_id', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', 'oa_employee_info', 'id', '2', 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ed75e0c39d0341e1bc02ebddcd95bfe4', '1853426999698759682', 'experiment_user', '试验人员', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '11', 'admin', '2024-11-04 21:26:28', '2024-11-04 21:20:07', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('edaa8951735cedf29d6114354faaae67', '402881e6760269a201760269a2af0000', 'radio', 'radio', null, '0', '1', '1', 'string', '32', '0', '', 'sex', '', '', 'radio', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('edda30c64e1dccee510d40b77a8ca094', 'fb7125a344a649b990c12949945cb6c1', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2019-03-26 19:24:11', '2019-03-26 19:01:52', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ee09e0e21fa350b9346b70292dcfca00', '79091e8277c744158530321513119c68', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ee16daeaf82b10f0ec78902e18e4a80b', 'fbcd53c12cb642e8985bf3ea4cd0e864', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', 'admin', '2024-11-14 18:03:56', '2024-08-30 10:07:18', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ee4ffe04a25fcf556e78183f1f521546', '402860816aa5921f016aa5921f480000', 'create_by', '创建人id', 'create_by', '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '8', 'admin', '2019-05-11 15:31:54', '2019-05-11 14:26:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ee5803611f63643059b6375166d71567', '402860816bff91c0016bff91c7010001', 'create_time', '创建时间', 'create_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '8', 'admin', '2019-07-19 18:07:47', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ee629c548c0711f02890b4dddb86c215', '1857642795707228161', 'rate_user_id', '评分人', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-12-24 16:31:22', '2024-11-16 12:32:11', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ee9d60991b9eda9f0721ec160dd70ee2', 'fafa347903804e89acc7c63e4ab3244c', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2024-10-09 20:52:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('eec5bc01720642ccc635c7fc2e9b1eb8', '86bf17839a904636b7ed96201b2fa6ea', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2020-05-14 21:18:49', '2020-05-08 23:48:31', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ef81373c5fd7130d7e23859d90c9eb3e', '402860816bff91c0016bff91cda80003', 'from_time', '开始日期', 'from_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '3', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ef9bec71d71c4c5f90a2acb04c0d7b20', '1853426743397425154', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('efd1b955a75b5046e9857e00fe94ae2c', 'fbc35f067da94a70adb622ddba259352', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2019-07-03 19:44:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f015cc2ffdcc2c4be1e9b3622eb69b52', 'fbc35f067da94a70adb622ddba259352', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', null, null, '2019-07-03 19:44:23', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f039b1d8de9e18fb41038dabeca313b2', '1864485221946716162', 'input_signal', '输入信号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '16', null, null, '2024-12-16 14:09:01', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f06b2bb01ea1fae487b7e3c3eb521d5b', 'd3ae1c692b9640e0a091f8c46e17bb01', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2019-07-24 14:47:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f0967fd139b440f79f21248bf4e4a209', 'd3ae1c692b9640e0a091f8c46e17bb01', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2019-07-24 14:47:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f0a453930aa16ca32f2e3be860bfe542', '402860816bff91c0016bffa220a9000b', 'education', '学历', 'education', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '14', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f12753b4a3815697a72017a7436fe733', 'e2faf977fdaf4b25a524f58c2441a51c', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', 'admin', '2019-06-10 17:27:00', '2019-04-24 17:12:11', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f12ccfb127f1022dcc2b71e721e2a649', 'f7ce241c95ef5c760195ef5c76ec0000', 'file_url', 'fileUrl', 'file_url', '0', '1', '1', 'string', '2048', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '1', '1', '0', 'single', null, null, '15', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f12ee7ab50c611ebb95ab3f235bee908', '97283326c7384df28959e8e9a9f5013f', 'sample_info', '样品信息', null, '0', '1', '1', 'Text', '0', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '16', 'admin', '2024-12-05 14:50:53', '2024-10-12 23:59:31', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f18d62873d180464948e1a74dc440da1', '5a46eebe3b5f48b3b21852858a8c533f', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2024-09-18 17:23:07', '2024-08-30 10:35:44', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f1ab7d3b55ade57eeac6c55b32ce813a', '1acb6f81a1d9439da6cc4e868617b565', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f1c7fde21f26c7ed64a0ef1095900c52', '4028318169e81b970169e81b97650000', 'request_type', '请求类型', 'request_type', '0', '1', '1', 'string', '10', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '11', null, null, '2019-04-04 19:28:36', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f2b7a053d287f0b11ad414d2ab1fe140', '1866143623509811201', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-12-09 23:32:51', '2024-12-09 23:31:26', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f2e703c37f2d85fb9f4a6e751fc5a7bf', '1848200093202231297', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', null, null, '0', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f38319e2add8da6a7223d77359144a22', '402880e5721355dd01721355dd390000', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', null, null, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f3a82b0b74e8feb37b423571c443357c', '553a4172fde446419cb602dc70f9ee67', 'kaiguan', '开关', null, '0', '1', '1', 'string', '50', '0', null, '', '', '', 'switch', '', '120', '', '0', '[1,2]', '', '0', '1', '1', '0', 'single', '', '', '12', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f3c17d679978f0d375adde046536faa8', '553a4172fde446419cb602dc70f9ee67', 'popup', 'popup弹窗', null, '0', '1', '1', 'string', '100', '0', null, 'username,realname', 'report_user', 'popup,popback', 'popup', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '21', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f3c5063e5f9062e2243b21e299d0c8bd', '8a31140f10a9417495ff2fff77deab55', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', 'admin', '2024-09-11 16:44:20', '2024-08-30 10:18:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f3e0d005285931b2a8617731aebb8b83', '1846024929844764674', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-12-09 10:12:19', '2024-10-15 11:06:56', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f4647a91a4ac5d6d32bb0692b800bffe', '402860816bff91c0016bff91c0cb0000', 'probation_post', '试用期职位', 'probation_post', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '8', 'admin', '2019-07-19 18:09:01', '2019-07-17 18:54:32', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f4a239f9ff8dbdd1be5275e426369826', '722c27169ad44f689c5885ca586b248f', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2024-11-13 17:24:13', '2024-08-21 16:19:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f4b0bc7f3d6562e28d7c5e2d56510ecd', 'e5464aa8fa7b47c580e91593cf9b46dc', 'first_num', '首次数量', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2019-04-24 17:09:49', '2019-04-24 14:31:31', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f4df140776be0d014d768a3cabf13dbe', '553a4172fde446419cb602dc70f9ee67', 'zdbxl', '字典表下拉', null, '0', '1', '1', 'string', '255', '0', null, 'id', 'sys_depart', 'depart_name', 'list', '', '200', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '38', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f558359b06aea79a992c102ce3563a4d', '4028318169e81b970169e81b97650000', 'username', '操作用户名称', 'username', '0', '1', '1', 'string', '100', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '6', null, null, '2019-04-04 19:28:36', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f56d0d76ec8e3a1e8922b41b864dab73', 'b493c5fd4fa64a3a84e74ee171763e37', 'aa', 'aa', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2021-06-07 18:13:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f5d2475aec4b9016dfc0c8772e1704ea', '402880eb71d52dc30171d52dc3a10000', 'code', '编码', null, '0', '1', '1', 'string', '200', '0', '', '', '', '', 'text', '', '120', null, '0', '', '${order_num_rule_param}', '0', '1', '1', '0', 'single', null, null, '2', null, null, '2020-05-02 19:37:59', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f6431abe33976df2491df14db01591fe', '402881e6760269a20176026d25650002', 'key_word', '关键词', 'key_word', '0', '1', '1', 'string', '255', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'single', null, null, '3', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f6afcb7d8ea81879593ff737b55ddcc0', '402860816bff91c0016bff91cda80003', 'id', 'id', 'id', '1', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '1', 'admin', '2019-07-19 18:06:36', '2019-07-17 18:54:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f6f8aed87ec73994f6a12abbc079dbb1', '402860816bff91c0016bffa220a9000b', 'update_by', '更新人', 'update_by', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '41', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f7332af7586c83c87f7b9ea144a5292d', '62e29cdb81ac44d1a2d8ff89851b853d', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2019-05-11 14:01:14', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f76719783433487f4710232e2ae0e521', '402860816bff91c0016bff91cfea0004', 'id', 'id', 'id', '1', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'group', '', '', '1', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f78046356a7a0b8caadc38b88ed7c0b7', 'ca19150a847245dab3d070aaf2c82586', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2024-12-05 14:40:09', '2024-08-22 16:57:24', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f7b8f066c5476766ae8fe4b92a31249b', '360542df1f4146ac9dc29659dbd69703', 'experiment_id', '试验ID', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', null, null, '2024-08-22 16:59:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f7dbc512109bcb78f72ff1c4b7995634', '497144e626e84545b56f151c9f4d6e9e', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', null, null, '2024-08-30 10:42:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f7e7eb84ddc34d7e09d10af213ac6667', '402860816bff91c0016bff91d2810005', 'create_time', '创建时间', 'create_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '11', 'admin', '2019-07-19 18:05:55', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f7f84f3337548e36430f81640b028b41', '5517e93b148a42a7b82d5f3f94542dcf', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '120', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', null, null, '2022-07-19 19:36:53', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f7fe8a893a71f8136a4cdd60454f82d6', '722c27169ad44f689c5885ca586b248f', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', 'admin', '2024-11-13 17:24:13', '2024-08-21 16:19:14', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f81d7103c0c857e5c744cda2bc4c000a', '402860816bff91c0016bff91ca7e0002', 'cert_organizations', '发证机关', 'cert_organizations', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '6', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f82db8edef5babf741914b0fa221329b', '4028839a6de2ebd3016de2ebd3870000', 'bpm_status', '流程状态', 'bpm_status', '0', '1', '1', 'string', '2', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '1', '1', '0', 'group', null, null, '16', null, null, '2019-10-19 15:29:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f870733ab58154cc75d7bc454d59b6fa', '1848201478455013377', 'data_source', '数据来源', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '13', 'admin', '2024-10-23 16:53:49', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f87db6317d97bbd8fd2219be230a15a6', 'f7ce241c95ef5c760195ef5c76ec0000', 'client_name', '委托方', 'client_name', '0', '1', '1', 'string', '255', '0', null, null, null, null, 'text', null, '120', '', '0', null, null, '0', '1', '1', '0', 'single', null, null, '8', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f89d1071752081dd95a440942f28a551', '1864324542325420034', 'sample_model', '样品型号', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '8', 'admin', '2024-12-05 11:03:29', '2024-12-05 00:06:52', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f8a0fd20a1173270afdfed1129d5c669', '402860816bff91c0016bffa220a9000b', 'depart_id', '所在部门id', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '44', 'admin', '2019-07-22 16:15:32', '2019-07-19 15:33:44', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f8cc6be747fec10802eb625ac529c16f', '402860816bff91c0016bff91cfea0004', 'create_time', '创建时间', 'create_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '10', 'admin', '2019-07-19 18:05:13', '2019-07-17 18:54:35', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f900f181a80563352c8f75ed1162b0d9', '360542df1f4146ac9dc29659dbd69703', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2024-08-22 16:59:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f90bcb38fb89988bd40d1618aa75cea0', '758334cb1e7445e2822b60e807aec4a3', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2019-10-18 18:02:09', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f93dcb2aa091b8e1038019d8f07cbd3f', '402881e6760269a201760269a2af0000', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '1', 'single', null, null, '1', null, null, '2020-11-26 10:37:26', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('f94db83e41c69f407d3c9a81c5892269', '402860816bff91c0016bffa220a9000b', 'first_job_time', '首次工作时间', 'first_job_time', '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'date', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '22', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('f95d2cbefd25444909c83aaf8c4f72fb', '402860816bff91c0016bff91ca7e0002', 'memo', '备注', 'memo', '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '7', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('fa3a12d7abf72b23afe425f8dbd57f86', '1acb6f81a1d9439da6cc4e868617b565', 'size_type', '尺码类型', null, '0', '1', '1', 'string', '2', '0', '', 'air_china_size', '', '', 'list', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2019-06-10 14:47:14', '2019-04-23 22:58:19', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('fa3df5f05b59d6c958722b755d29487f', '1864485221946716162', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '1', 'admin', '2024-12-16 14:09:01', '2024-12-05 09:41:32', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fa63d00bb93a1b5448bfba317e29dfee', '1829347928200749057', 'accelerated_anneal_temperature', '加速退火温度', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '18', null, null, '2024-12-05 14:36:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fa8f5a0ba673e0208934567462844eab', '402860816bff91c0016bff91ca7e0002', 'sys_org_code', '组织机构编码', 'sys_org_code', '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '13', 'admin', '2019-07-19 18:07:13', '2019-07-17 18:54:33', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('fad439d70490dfae2fad661d48bfd616', 'f7ce241c95ef5c760195ef5c76ec0000', 'create_time', '创建日期', 'create_time', '0', '1', '1', 'Datetime', '0', '0', null, null, null, null, 'datetime', null, '120', '', '0', null, null, '0', '0', '0', '0', 'single', null, null, '2', 'admin', '2025-04-01 11:20:12', '2025-04-01 11:19:30', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('fafb32cf7e63bca93bbd70b0a0ea11fc', '758334cb1e7445e2822b60e807aec4a3', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '6', null, null, '2019-10-18 18:02:09', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('fb522395cd1b07daf0ab7cc8a0c23a9c', '360542df1f4146ac9dc29659dbd69703', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2024-08-22 16:59:55', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fb56aeb6b3a5a0a974ef62f34727eea6', '402880e5721355dd01721355dd390000', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', null, null, '6', null, null, '2020-05-14 21:18:14', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fbf817e3eafd7d8935fc1154640c040c', 'f9fb8bee1a64472889d077c757b9acc7', 'create_time', '创建日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '3', 'admin', '2021-08-17 13:58:15', '2021-08-17 13:57:48', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fc07a91a6355522f5aeec8b43f799fc5', 'ca19150a847245dab3d070aaf2c82586', 'experiment_id', '试验ID', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2024-12-05 14:40:09', '2024-08-22 16:57:24', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fc22e67ed788a1f0b0fe4639ecb6f4c1', '553a4172fde446419cb602dc70f9ee67', 'ldzje', '联动组件二', null, '0', '1', '1', 'string', '255', '0', null, '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '30', 'admin', '2022-10-14 09:31:05', '2022-10-13 20:59:58', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fc55d467102c2c782286f546d7820c3d', '73162c3b8161413e8ecdca7eb288d0c9', 'pid', '父物料', null, '0', '1', '1', 'string', '36', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '9', 'admin', '2019-07-01 14:23:32', '2019-06-10 15:18:34', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('fc76a3832d232829852cae6c66e44f67', '402860816bff91c0016bffa220a9000b', 'identity_no', '身份证号', 'identity_no', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '21', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('fc8e193102211e25550f7cc033a0c306', '97283326c7384df28959e8e9a9f5013f', 'id', '主键', null, '1', '0', '1', 'string', '36', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '1', 'single', '', '', '0', 'admin', '2024-12-05 14:50:53', '2024-08-22 16:50:51', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fc923e23a9f55006390a320332b774f6', '2bed5edf282d49fb9281145944d924a1', 'time', '创建时间', null, '0', '1', '1', 'Date', '0', '0', '', '', '', '', 'date', '', '120', '', '0', '', '', '1', '1', '1', '0', 'single', '', '', '9', null, null, '2024-09-18 20:45:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fcd519058d68fa4dab192335602b5d24', '402860816bff91c0016bffa220a9000b', 'real_name', '姓名', 'real_name', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '5', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('fd0586cae06685959415d9017b2bdf49', '758334cb1e7445e2822b60e807aec4a3', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2019-10-18 18:02:09', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('fd147135c5e585e12b052e10f681c3b9', '1864484528728928257', 'irradiation_board_number', '辐照板数量', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', 'admin', '2024-12-05 09:41:08', '2024-12-05 09:38:47', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fd46c87d19d2b0e21b1d768ca1272861', '1853632592350912514', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-11-07 15:19:54', '2024-11-05 10:57:04', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fd6270c4cdd7162b18ea3346fb1de954', 'c256ecba74534bb080ee00d3d00492e0', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '1', null, null, '2024-08-30 11:07:23', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fd80c2874fb71c8fc7cff81fb3dae0fb', 'feea98637c2144caae7c5d56a815a245', 'create_by', '创建人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '2', null, null, '2021-10-27 10:24:24', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fdd956d41de1ea5eda30296ca27d1e07', '1848200093202231297', 'anneal_temperature', '退火温度', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '9', 'admin', '2024-12-09 10:11:40', '2024-10-21 11:10:15', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fde00160a5d664effaa4b5552e814e74', 'fb7125a344a649b990c12949945cb6c1', 'sex', '性别', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '6', 'admin', '2019-03-26 19:24:11', '2019-03-26 19:01:52', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('fde3b676f66c20375136421a11743c3b', 'feea98637c2144caae7c5d56a815a245', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '20', '0', '', '', '', '', 'datetime', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2021-10-27 10:24:24', 'admin', '', '', '', '', '', null, '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fe05080f0cd87dd11710b83ce77fefb7', '402881e6760269a20176026d25650002', 'id', '主键ID', 'id', '1', '0', '1', 'string', '50', '0', null, null, null, null, 'text', null, '120', null, '0', null, null, '0', '0', '0', '1', 'single', null, null, '1', null, null, '2020-11-26 10:41:17', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('fe2379ae5b20c1b710ef8e83a36fea92', '2bed5edf282d49fb9281145944d924a1', 'sys_org_code', '所属部门', null, '0', '1', '1', 'string', '64', '0', '', '', '', '', 'text', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', '', '', '5', null, null, '2024-09-18 20:45:37', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fe4aa0712940c8e9f4c65c18f35c8108', '1853426743397425154', 'update_time', '更新日期', null, '0', '1', '1', 'Datetime', '0', '0', '', '', '', '', 'datetime', '', '200', '', '0', '', '', '0', '0', '0', '0', 'single', null, null, '4', 'admin', '2024-11-14 15:25:22', '2024-11-04 21:19:05', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fed6afa925fa3c51c61652e41218b76b', '1848201478455013377', 'device_name', '器件名称', null, '0', '1', '1', 'string', '255', '0', '', '', '', '', 'text', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', null, null, '7', 'admin', '2024-10-23 16:53:48', '2024-10-21 11:15:45', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('fef2add806c5e1ddd01c79c7e84f5a65', 'cb2d8534a2f544bc9c618dd49da66336', 'cc', 'cc', null, '0', '1', '1', 'string', '32', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', null, null, '2020-02-24 17:22:42', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ff2a099186b13d3ecb0764f7f22b1fbf', '09fd28e4b7184c1a9668496a5c496450', 'name', '客户名字', null, '0', '1', '1', 'string', '32', '0', '', 'realname,sex,birthday', 'tj_user_report', 'name,sex,birthday', 'popup', '', '120', '', '0', '', '', '0', '1', '1', '0', 'single', '', '', '7', 'admin', '2022-05-07 19:05:56', '2020-05-08 23:51:49', 'admin', '', '', '', '', '', 'text', '0', null, null, '0'); INSERT INTO `onl_cgform_field` VALUES ('ff49b468e54e137032f7e4d976b83b5a', '402860816bff91c0016bffa220a9000b', 'politically_status', '政治面貌', 'politically_status', '0', '1', '1', 'string', '20', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '8', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ff601f75d0e7ced226748eb8fba2c896', '402860816bff91c0016bff91d8830007', 'relation', '关系', 'relation', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '4', 'admin', '2019-07-19 18:04:41', '2019-07-17 18:54:37', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ffacafee9fa46eb297ca3252f95acef9', '402860816bff91c0016bffa220a9000b', 'school', '毕业学校', 'school', '0', '1', '1', 'string', '100', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '1', '1', '0', 'group', '', '', '9', 'admin', '2019-07-22 16:15:32', '2019-07-17 19:12:24', 'admin', null, null, null, null, null, null, null, null, null, null); INSERT INTO `onl_cgform_field` VALUES ('ffcbf379fffabbd13aa2c22ce565ec12', '79091e8277c744158530321513119c68', 'update_by', '更新人', null, '0', '1', '1', 'string', '50', '0', '', '', '', '', 'text', '', '120', null, '0', '', '', '0', '0', '0', '0', 'single', '', '', '4', 'admin', '2019-05-11 15:29:47', '2019-05-11 15:27:17', 'admin', null, null, null, null, null, null, null, null, null, null); -- ---------------------------- -- Table structure for onl_cgform_head -- ---------------------------- DROP TABLE IF EXISTS `onl_cgform_head`; CREATE TABLE `onl_cgform_head` ( `id` varchar(32) NOT NULL COMMENT '主键ID', `table_name` varchar(50) NOT NULL COMMENT '表名', `table_type` int(11) NOT NULL COMMENT '表类型: 0单表、1主表、2附表', `table_version` int(11) DEFAULT '1' COMMENT '表版本', `table_txt` varchar(200) NOT NULL COMMENT '表说明', `is_checkbox` varchar(5) NOT NULL COMMENT '是否带checkbox', `is_db_synch` varchar(20) NOT NULL DEFAULT 'N' COMMENT '同步数据库状态', `is_page` varchar(5) NOT NULL COMMENT '是否分页', `is_tree` varchar(5) NOT NULL COMMENT '是否是树', `id_sequence` varchar(200) DEFAULT NULL COMMENT '主键生成序列', `id_type` varchar(100) DEFAULT NULL COMMENT '主键类型', `query_mode` varchar(10) DEFAULT NULL COMMENT '查询模式', `relation_type` int(11) DEFAULT NULL COMMENT '映射关系 0一对多 1一对一', `sub_table_str` varchar(1000) DEFAULT NULL COMMENT '子表', `tab_order_num` int(11) DEFAULT NULL COMMENT '附表排序序号', `tree_parent_id_field` varchar(50) DEFAULT NULL COMMENT '树形表单父id', `tree_id_field` varchar(50) DEFAULT NULL COMMENT '树表主键字段', `tree_fieldname` varchar(50) DEFAULT NULL COMMENT '树开表单列字段', `form_category` varchar(50) NOT NULL DEFAULT 'bdfl_ptbd' COMMENT '表单分类', `form_template` varchar(50) DEFAULT NULL COMMENT 'PC表单模板', `form_template_mobile` varchar(50) DEFAULT NULL COMMENT '表单模板样式(移动端)', `scroll` int(11) DEFAULT '0' COMMENT '是否有横向滚动条', `copy_version` int(11) DEFAULT NULL COMMENT '复制版本号', `copy_type` int(11) DEFAULT '0' COMMENT '复制表类型1为复制表 0为原始表', `physic_id` varchar(32) DEFAULT NULL COMMENT '原始表ID', `ext_config_json` varchar(1000) DEFAULT NULL COMMENT '扩展JSON', `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', `update_time` datetime DEFAULT NULL COMMENT '修改时间', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `theme_template` varchar(50) DEFAULT NULL COMMENT '主题模板', `is_des_form` varchar(2) DEFAULT NULL COMMENT '是否用设计器表单', `des_form_code` varchar(50) DEFAULT NULL COMMENT '设计器表单编码', `low_app_id` varchar(32) DEFAULT NULL COMMENT '关联的应用ID', PRIMARY KEY (`id`) USING BTREE, KEY `idx_och_cgform_head_id` (`table_name`) USING BTREE, KEY `idx_och_table_name` (`form_template`) USING BTREE, KEY `idx_och_form_template_mobile` (`form_template_mobile`) USING BTREE, KEY `idx_och_table_version` (`table_version`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_cgform_head -- ---------------------------- INSERT INTO `onl_cgform_head` VALUES ('1829347928200749057', 'irradiation_standards', '1', '5', '辐照标准', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-05 14:36:20', 'admin', '2024-08-30 10:38:28', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1846024836387282946', 'experiment_test_process', '1', '6', '测试过程', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-09 10:13:10', 'admin', '2024-10-15 11:06:33', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1846024929844764674', 'experiment_radiation_process', '1', '9', '辐照过程', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-09 10:13:06', 'admin', '2024-10-15 11:06:55', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1848200093202231297', 'experiment_anneal_process', '1', '5', '退火过程', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-09 10:13:04', 'admin', '2024-10-21 11:10:15', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1848201478455013377', 'import_record', '1', '4', '三方导入记录', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-10-23 16:53:54', 'admin', '2024-10-21 11:15:45', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1853426743397425154', 'nasa_data_record', '1', '6', 'NASA数据管理', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-11-14 15:25:39', 'admin', '2024-11-04 21:19:05', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1853426999698759682', 'migration_data_record', '1', '3', '迁移数据管理', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-11-04 21:27:00', 'admin', '2024-11-04 21:20:06', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1853632592350912514', 'experiment_review', '1', '4', '试验评定', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-11-07 15:20:01', 'admin', '2024-11-05 10:57:04', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1857015207720738817', 'document_visit_history', '1', '4', '文档访问历史', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-11-14 19:48:12', 'admin', '2024-11-14 18:58:22', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1857642795707228161', 'experiment_rating', '1', '3', '试验评分', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-24 16:31:26', 'admin', '2024-11-16 12:32:10', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1864323864098074625', 'experiment_sequence', '1', '6', '试验序列', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-05 00:43:39', 'admin', '2024-12-04 23:00:21', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1864324542325420034', 'experiment_sample_info', '1', '5', '试验样品信息', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-05 11:03:33', 'admin', '2024-12-04 23:03:03', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1864484528728928257', 'experiment_irradiation_board', '1', '2', '试验辐照板信息', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-05 09:46:43', 'admin', '2024-12-05 09:38:47', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1864485221946716162', 'experiment_deviation_condition', '1', '4', '试验偏置条件信息', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-16 14:09:07', 'admin', '2024-12-05 09:41:32', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1864545872732856322', 'experiment_deviation_equipment', '1', '3', '试验加偏设备信息', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-10 15:06:37', 'admin', '2024-12-05 13:42:32', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('1866143623509811201', 'experiment_file', '1', '3', '试验文件', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-09 23:32:55', 'admin', '2024-12-09 23:31:26', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('2bed5edf282d49fb9281145944d924a1', 'cnas_test', '1', '2', 'cnas测试参数列表', 'N', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-09-18 20:45:56', 'admin', '2024-09-18 20:45:37', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('2c92808393927efd0193927efd150000', 'experiment_sequence$1', '1', '1', '试验序列', 'Y', 'N', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', '4', '1', '1864323864098074625', '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', null, null, 'admin', '2024-12-05 00:26:56', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('360542df1f4146ac9dc29659dbd69703', 'experiment_log', '1', '2', '试验日志', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-08-30 10:43:21', 'admin', '2024-08-22 16:59:54', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('3b6eab3feffc4cd6bcf28cf01decebd7', 'equipment', '1', '4', '设备', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-05 11:43:21', 'admin', '2024-08-30 10:25:23', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('402880e5721355dd01721355dd390000', 'ces_order_goods$1', '1', '1', '订单商品', 'Y', 'N', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', '1', '1', '86bf17839a904636b7ed96201b2fa6ea', null, null, null, 'admin', '2020-05-14 21:18:14', 'normal', null, null, null); INSERT INTO `onl_cgform_head` VALUES ('402881fd812267500181226750e90000', 'ces_shop_goods$1', '1', '1', '商品', 'Y', 'N', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', '7', '1', '53a3e82b54b946c2b904f605875a275c', null, null, null, 'admin', '2022-06-02 11:13:25', 'normal', null, null, null); INSERT INTO `onl_cgform_head` VALUES ('5a46eebe3b5f48b3b21852858a8c533f', 'radiate_type', '1', '11', '辐射源类型', 'N', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-09-18 17:23:07', 'admin', '2024-08-30 10:35:44', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('722c27169ad44f689c5885ca586b248f', 'document_library', '1', '5', '知识库', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'demo', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-11-13 17:24:17', 'admin', '2024-08-21 16:19:14', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('8a31140f10a9417495ff2fff77deab55', 'component', '1', '8', '元器件', 'N', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-10-15 11:00:29', 'admin', '2024-08-30 10:18:49', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('8b88392f44b64b8e92ddccac596247f0', 'test_standards', '1', '7', '测试标准', 'N', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-05 14:13:26', 'admin', '2024-08-30 10:37:47', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('97283326c7384df28959e8e9a9f5013f', 'experiment', '1', '11', '试验管理', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'demo', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-05 14:50:58', 'admin', '2024-08-22 16:50:51', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('c256ecba74534bb080ee00d3d00492e0', 'experiment_user', '1', '2', '试验人员', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-08-30 11:07:31', 'admin', '2024-08-30 11:07:23', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('c452d7508f38476da0c80311b1e1d329', 'experiment_doc', '1', '3', '试验文档', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-11-21 10:33:11', 'admin', '2024-08-22 17:02:38', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('ca19150a847245dab3d070aaf2c82586', 'experiment_report', '1', '6', '试验报告', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-12-05 14:40:14', 'admin', '2024-08-22 16:57:24', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('ea0a86437fd843c68fb47c3e0fc537c9', 'client', '1', '3', '委托方', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'bdfl_include', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-10-15 11:19:02', 'admin', '2024-08-30 10:31:36', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('f7ce241c95ef5c760195ef5c76ec0000', 'historical_database', '1', '2', 'historical_database', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'group', null, null, null, null, null, null, 'bdfl_include', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2025-04-01 11:20:18', 'admin', '2025-04-01 11:19:30', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('fafa347903804e89acc7c63e4ab3244c', 'choice_sample', '1', '2', '样品选择(实验实施)', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '0', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-10-09 20:53:04', 'admin', '2024-10-09 20:52:25', 'normal', 'N', '', null); INSERT INTO `onl_cgform_head` VALUES ('fbcd53c12cb642e8985bf3ea4cd0e864', 'document_favorites', '1', '3', '我的收藏文档', 'Y', 'Y', 'Y', 'N', null, 'UUID', 'single', null, null, null, null, null, null, 'temp', '1', null, '1', null, '0', null, '{\"reportPrintShow\":0,\"reportPrintUrl\":\"\",\"joinQuery\":0,\"modelFullscreen\":0,\"modalMinWidth\":\"\",\"commentStatus\":0,\"tableFixedAction\":1,\"tableFixedActionType\":\"right\",\"formLabelLengthShow\":0,\"formLabelLength\":null}', 'admin', '2024-11-14 18:04:03', 'admin', '2024-08-30 10:07:18', 'normal', 'N', '', null); -- ---------------------------- -- Table structure for onl_cgform_index -- ---------------------------- DROP TABLE IF EXISTS `onl_cgform_index`; CREATE TABLE `onl_cgform_index` ( `id` varchar(36) NOT NULL COMMENT '主键', `cgform_head_id` varchar(32) DEFAULT NULL COMMENT '主表id', `index_name` varchar(100) DEFAULT NULL COMMENT '索引名称', `index_name_old` varchar(100) DEFAULT NULL COMMENT '原索引名称', `index_field` varchar(500) DEFAULT NULL COMMENT '索引栏位', `index_type` varchar(32) DEFAULT NULL COMMENT '索引类型', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `is_db_synch` varchar(2) DEFAULT 'N' COMMENT '是否同步数据库 N未同步 Y已同步', `del_flag` int(11) DEFAULT '0' COMMENT '是否删除 0未删除 1删除', PRIMARY KEY (`id`) USING BTREE, KEY `idx_oci_cgform_head_id` (`cgform_head_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_cgform_index -- ---------------------------- INSERT INTO `onl_cgform_index` VALUES ('1cbe23c1b639b68b9921d6d5b0c98010', '1857642795707228161', 'experiment_id', null, 'experiment_id', 'unique', 'admin', '2024-11-16 12:32:11', 'admin', '2024-12-24 16:31:22', 'Y', '0'); INSERT INTO `onl_cgform_index` VALUES ('30dd6b2eec4ee132a3df8370b84a15a5', '1864323864098074625', 'sequence_unique', '', 'sequence_year,sequence_value', 'unique', 'admin', '2024-12-04 23:02:04', 'admin', '2024-12-05 00:43:39', 'Y', '0'); INSERT INTO `onl_cgform_index` VALUES ('3f970aa95ecd33828035b3dee87f7a17', '3b6eab3feffc4cd6bcf28cf01decebd7', 'factory_no', null, 'factory_no', 'unique', 'admin', '2024-11-19 11:17:04', 'admin', '2024-12-05 11:43:17', 'Y', '0'); INSERT INTO `onl_cgform_index` VALUES ('4731e321163d65e0e2cabf52c4a29937', '553a4172fde446419cb602dc70f9ee67', 'index_jycs', null, 'jycs', 'unique', 'admin', '2022-10-13 20:59:58', 'admin', '2022-10-14 09:31:05', 'Y', '0'); INSERT INTO `onl_cgform_index` VALUES ('68f9aa276a8ec7f346332aba39c8db1c', '1864484528728928257', 'sequence_unique', null, 'sequence_value', 'unique', 'admin', '2024-12-05 09:38:47', 'admin', '2024-12-05 09:41:08', 'N', '1'); INSERT INTO `onl_cgform_index` VALUES ('c49d32fea5d73733fb3d6db3edb22971', '1853632592350912514', 'experiment_id', null, 'experiment_id', 'unique', 'admin', '2024-11-07 15:19:54', 'admin', '2024-11-07 15:20:01', 'Y', '0'); INSERT INTO `onl_cgform_index` VALUES ('e1589c6ef328fd81ac3d3c1133c83010', '1864484528728928257', 'experiment_id', null, 'experiment_id', 'unique', 'admin', '2024-12-05 09:38:47', 'admin', '2024-12-05 09:41:08', 'Y', '1'); -- ---------------------------- -- Table structure for onl_cgreport_head -- ---------------------------- DROP TABLE IF EXISTS `onl_cgreport_head`; CREATE TABLE `onl_cgreport_head` ( `id` varchar(36) NOT NULL, `code` varchar(100) NOT NULL COMMENT '报表编码', `name` varchar(100) NOT NULL COMMENT '报表名字', `cgr_sql` varchar(1000) NOT NULL COMMENT '报表SQL', `return_val_field` varchar(100) DEFAULT NULL COMMENT '返回值字段', `return_txt_field` varchar(100) DEFAULT NULL COMMENT '返回文本字段', `return_type` varchar(2) DEFAULT '1' COMMENT '返回类型,单选或多选', `db_source` varchar(100) DEFAULT NULL COMMENT '动态数据源', `content` varchar(1000) DEFAULT NULL COMMENT '描述', `low_app_id` varchar(32) DEFAULT NULL COMMENT '关联的应用ID', `update_time` datetime DEFAULT NULL COMMENT '修改时间', `update_by` varchar(32) DEFAULT NULL COMMENT '修改人id', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人id', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `index_onlinereport_code` (`code`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_cgreport_head -- ---------------------------- INSERT INTO `onl_cgreport_head` VALUES ('1256627801873821698', 'report002', '统计登录每日登录次数', 'select DATE_FORMAT(create_time, \'%Y-%m-%d\') as date,count(*) as num from sys_log group by DATE_FORMAT(create_time, \'%Y-%m-%d\')', null, null, '1', null, null, null, '2022-10-13 16:47:57', 'admin', '2020-05-03 00:53:10', 'admin'); INSERT INTO `onl_cgreport_head` VALUES ('1260179852088135681', 'tj_user_report', '统一有效系统用户', 'select id,realname,username,sex,birthday,avatar,phone,email from sys_user', null, null, '1', null, null, null, '2023-10-17 16:25:56', 'admin', '2020-05-12 20:07:44', 'admin'); INSERT INTO `onl_cgreport_head` VALUES ('1590154651759259649', 'withparamreport', '带参数报表', 'select * from demo where sex = \'${sex}\'', null, null, '1', null, null, null, '2024-01-03 11:08:34', 'admin', '2022-11-09 09:29:47', 'admin'); INSERT INTO `onl_cgreport_head` VALUES ('1705487386450534402', 'seelog', '查看日志', 'select * from sys_log', null, null, '1', null, null, null, '2024-06-11 22:39:01', 'admin', '2023-09-23 15:40:54', 'admin'); INSERT INTO `onl_cgreport_head` VALUES ('6c7f59741c814347905a938f06ee003c', 'report_user', '统计在线用户', 'select realname,username,sex,birthday,avatar,phone,email from sys_user', null, null, '1', null, null, null, '2022-10-25 11:41:18', 'admin', '2019-03-25 11:20:45', 'admin'); INSERT INTO `onl_cgreport_head` VALUES ('87b55a515d3441b6b98e48e5b35474a6', 'demo', 'Report Demo', 'select * from demo', null, null, '1', null, null, null, '2020-05-03 01:14:35', 'admin', '2019-03-12 11:25:16', 'admin'); -- ---------------------------- -- Table structure for onl_cgreport_item -- ---------------------------- DROP TABLE IF EXISTS `onl_cgreport_item`; CREATE TABLE `onl_cgreport_item` ( `id` varchar(36) NOT NULL, `cgrhead_id` varchar(36) NOT NULL COMMENT '报表ID', `field_name` varchar(36) NOT NULL COMMENT '字段名字', `field_txt` varchar(300) DEFAULT NULL COMMENT '字段文本', `field_width` int(11) DEFAULT NULL, `field_type` varchar(10) DEFAULT NULL COMMENT '字段类型', `search_mode` varchar(10) DEFAULT NULL COMMENT '查询模式', `is_order` int(11) DEFAULT '0' COMMENT '是否排序 0否,1是', `is_search` int(11) DEFAULT '0' COMMENT '是否查询 0否,1是', `dict_code` varchar(500) DEFAULT NULL COMMENT '字典CODE', `field_href` varchar(120) DEFAULT NULL COMMENT '字段跳转URL', `is_show` int(11) DEFAULT '1' COMMENT '是否显示 0否,1显示', `order_num` int(11) DEFAULT NULL COMMENT '排序', `replace_val` varchar(200) DEFAULT NULL COMMENT '取值表达式', `is_total` varchar(2) DEFAULT NULL COMMENT '是否合计 0否,1是(仅对数值有效)', `group_title` varchar(50) DEFAULT NULL COMMENT '分组标题', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', `update_time` datetime DEFAULT NULL COMMENT '修改时间', PRIMARY KEY (`id`) USING BTREE, KEY `idx_oci_cgrhead_id` (`cgrhead_id`) USING BTREE, KEY `idx_oci_is_show` (`is_show`) USING BTREE, KEY `idx_oci_order_num` (`order_num`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_cgreport_item -- ---------------------------- INSERT INTO `onl_cgreport_item` VALUES ('1256627802020622337', '1256627801873821698', 'date', '日期', null, 'String', null, '0', '0', '', '', '1', '0', '', null, null, 'admin', '2020-09-11 14:50:45', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1256627802075148289', '1256627801873821698', 'num', '登录次数', null, 'String', null, '0', '0', '', '', '1', '1', '', '1', null, 'admin', '2020-09-11 14:50:45', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496577', '1260179852088135681', 'id', 'ID', null, 'String', null, '0', '0', '', '', '0', '0', '', null, null, 'admin', '2020-09-11 14:07:38', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496578', '1260179852088135681', 'username', '账号', null, 'String', null, '0', '0', '', '', '1', '1', '', null, '用户信息', 'admin', '2020-09-11 14:07:38', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496579', '1260179852088135681', 'realname', '用户名字', null, 'String', null, '0', '0', '', '', '1', '2', '', null, '用户信息', 'admin', '2020-09-11 14:07:38', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496584', '1260179852088135681', 'sex', '性别', null, 'String', null, '0', '1', 'sex', '', '1', '3', '', null, '用户信息', 'admin', '2020-09-11 14:07:38', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496585', '1260179852088135681', 'email', '邮箱', null, 'String', 'single', '0', '1', '', '', '1', '4', '', null, null, 'admin', '2020-09-11 14:07:38', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1260179881129496586', '1260179852088135681', 'phone', '电话', null, 'String', null, '0', '0', '', '', '1', '5', '', null, null, 'admin', '2020-09-11 14:07:38', null, null); INSERT INTO `onl_cgreport_item` VALUES ('15884396588465896672', '87b55a515d3441b6b98e48e5b35474a6', 'id', 'ID', null, 'String', null, '0', '0', '', '', '0', '1', '', null, null, 'admin', '2020-05-03 01:14:35', null, null); INSERT INTO `onl_cgreport_item` VALUES ('15892858611256977947', '1260179852088135681', 'birthday', '生日', null, 'Date', null, '0', '0', '', '', '1', '6', '', null, null, 'admin', '2020-09-11 14:07:38', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651872505857', '1590154651759259649', 'id', 'id', null, 'String', null, '0', '0', null, null, '1', '0', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651876700162', '1590154651759259649', 'name', 'name', null, 'String', null, '0', '0', null, null, '1', '1', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651876700163', '1590154651759259649', 'key_word', 'key_word', null, 'String', null, '0', '0', null, null, '1', '2', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651876700164', '1590154651759259649', 'punch_time', 'punch_time', null, 'String', null, '0', '0', null, null, '1', '3', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651876700165', '1590154651759259649', 'salary_money', 'salary_money', null, 'String', null, '0', '0', null, null, '1', '4', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651876700166', '1590154651759259649', 'bonus_money', 'bonus_money', null, 'String', null, '0', '0', null, null, '1', '5', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651876700167', '1590154651759259649', 'sex', 'sex', null, 'String', null, '0', '0', null, null, '1', '6', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651885088769', '1590154651759259649', 'age', 'age', null, 'String', null, '0', '0', null, null, '1', '7', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651885088770', '1590154651759259649', 'birthday', 'birthday', null, 'String', null, '0', '0', null, null, '1', '8', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651885088771', '1590154651759259649', 'email', 'email', null, 'String', null, '0', '0', null, null, '1', '9', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651885088772', '1590154651759259649', 'content', 'content', null, 'String', null, '0', '0', null, null, '1', '10', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651885088773', '1590154651759259649', 'create_by', 'create_by', null, 'String', null, '0', '0', null, null, '1', '11', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651885088774', '1590154651759259649', 'create_time', 'create_time', null, 'String', null, '0', '0', null, null, '1', '12', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651885088775', '1590154651759259649', 'update_by', 'update_by', null, 'String', null, '0', '0', null, null, '1', '13', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651885088776', '1590154651759259649', 'update_time', 'update_time', null, 'String', null, '0', '0', null, null, '1', '14', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651893477378', '1590154651759259649', 'sys_org_code', 'sys_org_code', null, 'String', null, '0', '0', null, null, '1', '15', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1590154651893477379', '1590154651759259649', 'tenant_id', 'tenant_id', null, 'String', null, '0', '0', null, null, '1', '16', null, null, null, 'admin', '2022-11-09 09:29:47', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386643472386', '1705487386450534402', 'id', 'id', null, 'String', null, '0', '0', null, null, '1', '0', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581250', '1705487386450534402', 'log_type', 'log_type', null, 'String', null, '0', '0', null, null, '1', '1', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581251', '1705487386450534402', 'log_content', 'log_content', null, 'String', null, '0', '0', null, null, '1', '2', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581252', '1705487386450534402', 'operate_type', 'operate_type', null, 'String', null, '0', '0', null, null, '1', '3', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581253', '1705487386450534402', 'userid', 'userid', null, 'String', null, '0', '0', null, null, '1', '4', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581254', '1705487386450534402', 'username', 'username', null, 'String', null, '0', '0', null, null, '1', '5', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581255', '1705487386450534402', 'ip', 'ip', null, 'String', null, '0', '0', null, null, '1', '6', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581256', '1705487386450534402', 'method', 'method', null, 'String', null, '0', '0', null, null, '1', '7', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581257', '1705487386450534402', 'request_url', 'request_url', null, 'String', null, '0', '0', null, null, '1', '8', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581258', '1705487386450534402', 'request_param', 'request_param', null, 'String', null, '0', '0', null, null, '1', '9', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581259', '1705487386450534402', 'request_type', 'request_type', null, 'String', null, '0', '0', null, null, '1', '10', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581260', '1705487386450534402', 'cost_time', 'cost_time', null, 'String', null, '0', '0', null, null, '1', '11', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581261', '1705487386450534402', 'create_by', 'create_by', null, 'String', null, '0', '0', null, null, '1', '12', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581262', '1705487386450534402', 'create_time', 'create_time', null, 'String', null, '0', '0', null, null, '1', '13', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581263', '1705487386450534402', 'update_by', 'update_by', null, 'String', null, '0', '0', null, null, '1', '14', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581264', '1705487386450534402', 'update_time', 'update_time', null, 'String', null, '0', '0', null, null, '1', '15', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1705487386710581265', '1705487386450534402', 'tenant_id', 'tenant_id', null, 'String', null, '0', '0', null, null, '1', '16', null, null, null, 'admin', '2023-09-23 15:40:54', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1740bb02519db90c44cb2cba8b755136', '6c7f59741c814347905a938f06ee003c', 'realname', '用户名称', null, 'String', null, '0', '0', '', 'https://www.baidu.com', '1', '0', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); INSERT INTO `onl_cgreport_item` VALUES ('1b181e6d2813bcb263adc39737f9df46', '87b55a515d3441b6b98e48e5b35474a6', 'name', '用户名', null, 'String', 'single', '0', '1', '', '', '1', '2', '', null, null, 'admin', '2020-05-03 01:14:35', null, null); INSERT INTO `onl_cgreport_item` VALUES ('61ef5b323134938fdd07ad5e3ea16cd3', '87b55a515d3441b6b98e48e5b35474a6', 'key_word', '关键词', null, 'String', 'single', '0', '1', '', '', '1', '3', '', null, null, 'admin', '2020-05-03 01:14:35', null, null); INSERT INTO `onl_cgreport_item` VALUES ('627768efd9ba2c41e905579048f21000', '6c7f59741c814347905a938f06ee003c', 'username', '用户账号', null, 'String', 'single', '0', '1', 'SELECT username value, realname text FROM sys_user', '', '1', '1', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); INSERT INTO `onl_cgreport_item` VALUES ('8bb087a9aa2000bcae17a1b3f5768435', '6c7f59741c814347905a938f06ee003c', 'sex', '性别', null, 'String', 'single', '0', '1', 'sex', '', '1', '2', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); INSERT INTO `onl_cgreport_item` VALUES ('90d4fa57d301801abb26a9b86b6b94c4', '6c7f59741c814347905a938f06ee003c', 'birthday', '生日', null, 'Date', 'single', '0', '0', '', '', '1', '3', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); INSERT INTO `onl_cgreport_item` VALUES ('a4ac355f07a05218854e5f23e2930163', '6c7f59741c814347905a938f06ee003c', 'avatar', '头像', null, 'String', null, '0', '0', '', '', '0', '4', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); INSERT INTO `onl_cgreport_item` VALUES ('d6e86b5ffd096ddcc445c0f320a45004', '6c7f59741c814347905a938f06ee003c', 'phone', '手机号', null, 'String', null, '0', '0', '', '', '1', '5', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); INSERT INTO `onl_cgreport_item` VALUES ('df365cd357699eea96c29763d1dd7f9d', '6c7f59741c814347905a938f06ee003c', 'email', '邮箱', null, 'String', null, '0', '0', '', '', '1', '6', '', null, null, 'admin', '2020-05-03 02:35:28', null, null); INSERT INTO `onl_cgreport_item` VALUES ('edf9932912b81ad01dd557d3d593a559', '87b55a515d3441b6b98e48e5b35474a6', 'age', '年龄', null, 'String', null, '0', '0', '', '', '1', '4', '', null, null, 'admin', '2020-05-03 01:14:35', null, null); INSERT INTO `onl_cgreport_item` VALUES ('f985883e509a6faaaf62ca07fd24a73c', '87b55a515d3441b6b98e48e5b35474a6', 'birthday', '生日', null, 'Date', 'single', '0', '1', '', '', '1', '5', '', null, null, 'admin', '2020-05-03 01:14:35', null, null); INSERT INTO `onl_cgreport_item` VALUES ('fce83e4258de3e2f114ab3116397670c', '87b55a515d3441b6b98e48e5b35474a6', 'punch_time', '发布时间', null, 'String', null, '0', '0', '', '', '1', '6', '', null, null, 'admin', '2020-05-03 01:14:35', null, null); -- ---------------------------- -- Table structure for onl_cgreport_param -- ---------------------------- DROP TABLE IF EXISTS `onl_cgreport_param`; CREATE TABLE `onl_cgreport_param` ( `id` varchar(36) NOT NULL, `cgrhead_id` varchar(36) NOT NULL COMMENT '动态报表ID', `param_name` varchar(32) NOT NULL COMMENT '参数字段', `param_txt` varchar(32) DEFAULT NULL COMMENT '参数文本', `param_value` varchar(32) DEFAULT NULL COMMENT '参数默认值', `order_num` int(11) DEFAULT NULL COMMENT '排序', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', PRIMARY KEY (`id`) USING BTREE, KEY `idx_ocp_cgrhead_id` (`cgrhead_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_cgreport_param -- ---------------------------- INSERT INTO `onl_cgreport_param` VALUES ('1590154651838951425', '1590154651759259649', 'sex', 'sex', '2', '0', 'admin', '2022-11-09 09:29:47', null, null); -- ---------------------------- -- Table structure for onl_drag_comp -- ---------------------------- DROP TABLE IF EXISTS `onl_drag_comp`; CREATE TABLE `onl_drag_comp` ( `id` varchar(32) NOT NULL COMMENT '主键', `parent_id` varchar(32) DEFAULT NULL, `comp_name` varchar(50) DEFAULT NULL COMMENT '组件名称', `comp_type` varchar(20) DEFAULT NULL, `icon` varchar(50) DEFAULT NULL COMMENT '图标', `order_num` int(11) DEFAULT NULL COMMENT '排序', `type_id` int(11) DEFAULT NULL COMMENT '组件类型', `comp_config` longtext COMMENT '组件配置', `status` varchar(2) DEFAULT '0' COMMENT '状态0:无效 1:有效', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='组件库'; -- ---------------------------- -- Records of onl_drag_comp -- ---------------------------- INSERT INTO `onl_drag_comp` VALUES ('100', '0', '常用', '', 'ant-design:setting-twotone', '2', null, null, '1', null, null, 'jeecg', '2022-04-24 11:02:19'); INSERT INTO `onl_drag_comp` VALUES ('100102', '0', '数据', 'dataList', 'ant-design:table-outlined', '3', null, null, '1', null, null, 'admin', '2022-04-29 09:49:48'); INSERT INTO `onl_drag_comp` VALUES ('100102100', '100102', '动态表格', 'JTable', 'bi:table', '12', null, '{\n \"w\": 24,\n \"h\": 42,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/42/tableData\",\n \"tableList\": \"http://api.jeecg.com/mock/42/tableList\",\n \"timeOut\": 0,\n \"chartData\": [\n {\n \"fieldTxt\": \"姓名\",\n \"fieldName\": \"name\",\n \"type\": \"field\",\n \"isShow\": \"Y\",\n \"isTotal\": \"N\"\n },\n {\n \"fieldTxt\": \"年龄\",\n \"fieldName\": \"age\",\n \"type\": \"field\",\n \"isShow\": \"Y\",\n \"isTotal\": \"Y\"\n },\n {\n \"fieldTxt\": \"性别\",\n \"fieldName\": \"sex\",\n \"type\": \"field\",\n \"isShow\": \"Y\",\n \"isTotal\": \"N\"\n },\n {\n \"fieldTxt\": \"住址\",\n \"fieldName\": \"address\",\n \"type\": \"field\",\n \"isShow\": \"Y\",\n \"isTotal\": \"N\"\n },\n {\n \"title\": \"新增\",\n \"show\": 1,\n \"position\": \"top\",\n \"type\": \"button\",\n \"key\": \"add\"\n },\n {\n \"title\": \"编辑\",\n \"show\": 1,\n \"position\": \"row\",\n \"type\": \"button\",\n \"key\": \"edit\"\n },\n {\n \"title\": \"导出\",\n \"show\": 1,\n \"position\": \"top\",\n \"type\": \"button\",\n \"key\": \"export\"\n }\n ]\n}', '0', null, null, null, '2022-04-28 15:37:26'); INSERT INTO `onl_drag_comp` VALUES ('100103', '100104', '快捷导航', 'JQuickNav', 'ion:navigate', '6', null, '{\n \"w\": 12,\n \"h\": 26,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/42/nav\",\n \"timeOut\": -1,\n \"linkageConfig\": [],\r\n \"dataMapping\": [\r\n {\r\n \"filed\": \"标题\",\r\n \"mapping\": \"\"\r\n },\r\n {\r\n \"filed\": \"图标\",\r\n \"mapping\": \"\"\r\n },\r\n {\r\n \"filed\": \"颜色\",\r\n \"mapping\": \"\"\r\n },\r\n {\r\n \"filed\": \"跳转\",\r\n \"mapping\": \"\"\r\n }\r\n ],\n \"chartData\": [\n {\n \"title\": \"首页\",\n \"icon\": \"icon-jeecg-homepage\",\n \"color\": \"#1fdaca\"\n },\n {\n \"title\": \"仪表盘\",\n \"icon\": \"icon-jeecg-shijian\",\n \"color\": \"#bf0c2c\"\n },\n {\n \"title\": \"组件\",\n \"icon\": \"icon-jeecg-dangan\",\n \"color\": \"#e18525\"\n },\n {\n \"title\": \"系统管理\",\n \"icon\": \"icon-jeecg-shezhi\",\n \"color\": \"#3fb27f\"\n },\n {\n \"title\": \"权限管理\",\n \"icon\": \"icon-jeecg-yuechi\",\n \"color\": \"#4daf1bc9\"\n },\n {\n \"title\": \"图表\",\n \"icon\": \"icon-jeecg-fujin\",\n \"color\": \"#00d8ff\"\n }\n ],\n \"option\": {\n \"icon\": {\n \"scriptUrl\": \"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\n \"fontSize\": 30\n },\n \"card\": {\n \"title\": \"快捷导航\",\n \"extra\": \"更多\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"body\": {\n \"column\": 3,\n \"textAlign\": \"center\",\n \"iconAlign\": \"top\"\n }\n }\n}', '1', null, null, 'admin', '2022-04-29 19:50:38'); INSERT INTO `onl_drag_comp` VALUES ('100104', '0', '首页', 'home', 'carbon:home', '9', null, null, '1', null, null, 'admin', '2022-04-29 09:50:07'); INSERT INTO `onl_drag_comp` VALUES ('100104100', '100104', '统计卡片', 'JGrowCard', 'mdi:card-bulleted-outline', '7', null, '{\n \"w\": 12,\n \"h\": 19,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/42/nav\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"chartData\": [\n {\n \"title\": \"访问数\",\n \"icon\": \"icon-jeecg-qianbao\",\n \"value\": 2000,\n \"total\": 120000,\n \"prefix\":\"$\",\n \"color\": \"green\",\n \"action\": \"月\"\n },\n {\n \"title\": \"成交额\",\n \"icon\": \"icon-jeecg-youhuiquan\",\n \"value\": 20000,\n \"total\": 500000,\n \"prefix\":\"$\",\n \"color\": \"blue\",\n \"action\": \"月\"\n },\n {\n \"title\": \"下载数\",\n \"icon\": \"icon-jeecg-tupian\",\n \"value\": 8000,\n \"prefix\":\"$\",\n \"total\": 120000,\n \"color\": \"orange\",\n \"action\": \"周\"\n },\n {\n \"title\": \"成交数\",\n \"icon\": \"icon-jeecg-jifen\",\n \"value\": 5000,\n \"prefix\":\"$\",\n \"total\": 50000,\n \"color\": \"purple\",\n \"action\": \"年\"\n }\n ],\n \"option\": {\n \"icon\": {\n \"scriptUrl\": \"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\n \"fontSize\": 20\n },\n \"card\": {\n \"title\": \"统计卡片\",\n \"extra\": \"更多\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"body\": {\n \"horizontal\": 8,\n \"vertical\": 8,\n \"span\": 6\n }\n }\n}', '1', null, null, 'admin', '2022-05-07 18:24:23'); INSERT INTO `onl_drag_comp` VALUES ('100104108', '100104', '简洁卡片', 'JSimpleCard', 'mdi:card-bulleted-outline', '8', null, '{\n \"w\": 24,\n \"h\": 14,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/42/nav\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"chartData\": [\n {\n \"title\": \"访问数\",\n \"icon\": \"icon-jeecg-qianbao\",\n \"value\": 2000,\n \"color\": \"green\",\n \"suffix\": \"月\"\n },\n {\n \"title\": \"成交额\",\n \"icon\": \"icon-jeecg-youhuiquan\",\n \"value\": 20000,\n \"color\": \"blue\",\n \"suffix\": \"月\"\n },\n {\n \"title\": \"下载数\",\n \"icon\": \"icon-jeecg-tupian\",\n \"value\": 8000,\n \"color\": \"orange\",\n \"suffix\": \"周\"\n },\n {\n \"title\": \"成交数\",\n \"icon\": \"icon-jeecg-jifen\",\n \"value\": 5000,\n \"color\": \"purple\",\n \"suffix\": \"年\"\n }\n ],\n \"option\": {\n \"icon\": {\n \"scriptUrl\": \"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\n \"fontSize\": 20\n },\n \"card\": {\n \"title\": \"卡片\",\n \"extra\": \"更多\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"body\": {\n \"horizontal\": 8,\n \"vertical\": 8,\n \"span\": 6\n },\r\n \"icon\": {\r\n \"fontSize\": 50\r\n }\n }\n}', '1', null, null, 'admin', '2022-05-07 18:24:23'); INSERT INTO `onl_drag_comp` VALUES ('100105', '100104', '项目列表', 'JProjectCard', 'ant-design:unordered-list-outlined', '8', null, '{\n \"w\": 12,\n \"h\": 33,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/42/nav\",\n \"timeOut\": -1,\n \"linkageConfig\": [],\n \"chartData\": [\n {\n \"title\": \"Github\",\n \"icon\": \"icon-jeecg-social-github\",\n \"color\": \"\",\n \"desc\": \"不要等待机会,而要创造机会。\",\n \"group\": \"开源组\",\n \"date\": \"2021-04-01\"\n },\n {\n \"title\": \"Vue\",\n \"icon\": \"icon-jeecg-social-buysellads\",\n \"color\": \"#3fb27f\",\n \"desc\": \"现在的你决定将来的你。\",\n \"group\": \"算法组\",\n \"date\": \"2021-04-01\"\n },\n {\n \"title\": \"Html5\",\n \"icon\": \"icon-jeecg-html5\",\n \"color\": \"#e18525\",\n \"desc\": \"没有什么才能比努力更重要。\",\n \"group\": \"上班摸鱼\",\n \"date\": \"2021-04-01\"\n },\n {\n \"title\": \"Angular\",\n \"icon\": \"icon-jeecg-social-product-hunt\",\n \"color\": \"#bf0c2c\",\n \"desc\": \"热情和欲望可以突破一切难关。\",\n \"group\": \"UI\",\n \"date\": \"2021-04-01\"\n },\n {\n \"title\": \"React\",\n \"icon\": \"icon-jeecg-social-skype\",\n \"color\": \"#00d8ff\",\n \"desc\": \"健康的身体是实目标的基石。\",\n \"group\": \"技术牛\",\n \"date\": \"2021-04-01\"\n },\n {\n \"title\": \"Js\",\n \"icon\": \"icon-jeecg-social-pengyou\",\n \"color\": \"#4daf1bc9\",\n \"desc\": \"路是走出来的,而不是空想出来的。\",\n \"group\": \"架构组\",\n \"date\": \"2021-04-01\"\n }\n ],\n \"option\": {\n \"icon\": {\n \"scriptUrl\": \"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\n \"fontSize\": 30\n },\n \"card\": {\n \"title\": \"项目列表\",\n \"extra\": \"更多\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"body\": {\n \"column\": 3\n }\n }\n}', '1', null, null, 'admin', '2022-04-29 19:52:42'); INSERT INTO `onl_drag_comp` VALUES ('100106', '100104', '待办事项', 'JWaitMatter', 'ant-design:ordered-list-outlined', '9', null, '{\n \"w\": 12,\n \"h\": 19,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/42/nav\",\n \"timeOut\": -1,\n \"linkageConfig\": [],\n \"chartData\": [\n {\n \"title\": \"待办公文\",\n \"icon\": \"icon-jeecg-yudu\",\n \"content\": 23,\n \"desc\": \"今日已办 3\",\n \"date\": \"2021-04-01\"\n },\n {\n \"title\": \"待办流程\",\n \"icon\": \"icon-jeecg-shuju\",\n \"content\": 23,\n \"desc\": \"今日已办 3\",\n \"date\": \"2021-04-01\"\n },\n {\n \"title\": \"待办任务\",\n \"icon\": \"icon-jeecg-tongzhi\",\n \"content\": 23,\n \"desc\": \"今日已办 3 今日更新 5\",\n \"date\": \"2021-04-01\"\n }\n ],\n \"option\": {\n \"icon\": {\n \"scriptUrl\": \"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\n \"fontSize\": 25\n },\n \"card\": {\n \"title\": \"待办事项\",\n \"extra\": \"更多\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"body\": {\n \"column\": 3\n }\n }\n}', '1', null, null, 'admin', '2022-04-29 19:52:49'); INSERT INTO `onl_drag_comp` VALUES ('100108', '100', 'Iframe', 'JIframe', 'ic:outline-web-asset', '11', null, '{\n \"w\": 12,\n \"h\": 26,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/42/nav\",\n \"timeOut\": 0,\n \"linkageConfig\": [],\n \"chartData\": \"http://www.jeecg.com\",\n \"option\": {\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"body\": {\n \"url\": \"https://help.jeecg.com\"\n }\n }\n}', '1', null, null, 'admin', '2022-05-07 11:02:00'); INSERT INTO `onl_drag_comp` VALUES ('100109', '100', '图片', 'JImg', 'ion:image-sharp', '13', null, '{\r\n \"w\": 12,\r\n \"h\": 26,\r\n \"dataType\": 1,\r\n \"url\": \"http://api.jeecg.com/mock/42/nav\",\r\n \"timeOut\": -1,\r\n \"option\": {\r\n \"card\": {\r\n \"title\": \"\",\r\n \"extra\": \"\",\r\n \"rightHref\": \"\",\r\n \"size\": \"default\"\r\n },\r\n \"body\": {\r\n \"url\": \"https://static.jeecg.com/upload/test/df_1616583016208.png\"\r\n }\r\n }\r\n}', '1', null, null, 'admin', '2022-04-29 10:41:39'); INSERT INTO `onl_drag_comp` VALUES ('100110', '100', '文本', 'JText', 'ant-design:font-colors-outlined', '14', null, '{\r\n \"w\": 12,\r\n \"h\": 30,\r\n \"dataType\": 1,\r\n \"url\": \"http://api.jeecg.com/mock/42/nav\",\r\n \"timeOut\": 0,\r\n \"background\": \"#4A90E2\",\r\n \"linkageConfig\": [],\r\n \"dataMapping\": [\r\n {\r\n \"filed\": \"数值\",\r\n \"mapping\": \"\"\r\n }\r\n ],\r\n \"turnConfig\": {\r\n \"url\": \"\"\r\n },\r\n \"chartData\": \"文本内容\",\r\n \"option\": {\r\n \"card\": {\r\n \"title\": \"\",\r\n \"extra\": \"\",\r\n \"rightHref\": \"\",\r\n \"size\": \"default\"\r\n },\r\n \"body\": {\r\n \"text\": \"\",\r\n \"color\": \"#FFFFFF\",\r\n \"fontWeight\": \"bold\",\r\n \"marginLeft\": 0,\r\n \"marginTop\": 0\r\n }\r\n }\r\n}', '1', null, null, 'admin', '2022-04-29 10:49:04'); INSERT INTO `onl_drag_comp` VALUES ('100112', '100102', '数据表格', 'JCommonTable', 'ant-design:table-outlined', '2', null, '{\n \"w\": 24,\n \"h\": 42,\n \"dataType\": 1,\n \"timeOut\": -1,\n \"linkageConfig\": [],\n \"option\": {},\n \"chartData\": [\n {\n \"name\": \"4月\",\n \"value\": 50\n },\n {\n \"name\": \"2月\",\n \"value\": 200\n },\n {\n \"name\": \"3月\",\n \"value\": 300\n },\n {\n \"name\": \"4月\",\n \"value\": 400\n },\n {\n \"name\": \"5月\",\n \"value\": 50\n },\n {\n \"name\": \"6月\",\n \"value\": 120\n }\n ]\n}', '1', null, null, null, '2022-04-22 18:58:17'); INSERT INTO `onl_drag_comp` VALUES ('100120107', '100120', '区域地图', 'JAreaMap', 'ic:outline-scatter-plot', '1', null, '{\n \"w\": 12,\n \"h\": 30,\n \"activeKey\": 1,\n \"dataType\": 1,\n \"background\": \"#ffffff\",\n \"url\": \"http://api.jeecg.com/mock/33/radar\",\n \"timeOut\": 0,\n \"dataMapping\": [{\n \"filed\": \"区域\",\n \"mapping\": \"\"\n }, {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }],\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"jsConfig\": \"\",\n \"chartData\": [\n {\n \"name\": \"北京\",\n \"value\": 199\n },\n {\n \"name\": \"天津\",\n \"value\": 42\n },\n {\n \"name\": \"河北\",\n \"value\": 102\n },\n {\n \"name\": \"山西\",\n \"value\": 81\n },\n {\n \"name\": \"内蒙古\",\n \"value\": 47\n },\n {\n \"name\": \"辽宁\",\n \"value\": 67\n },\n {\n \"name\": \"吉林\",\n \"value\": 82\n },\n {\n \"name\": \"黑龙江\",\n \"value\": 123\n },\n {\n \"name\": \"上海\",\n \"value\": 24\n },\n {\n \"name\": \"江苏\",\n \"value\": 92\n },\n {\n \"name\": \"浙江\",\n \"value\": 114\n },\n {\n \"name\": \"安徽\",\n \"value\": 109\n },\n {\n \"name\": \"福建\",\n \"value\": 116\n },\n {\n \"name\": \"江西\",\n \"value\": 91\n },\n {\n \"name\": \"山东\",\n \"value\": 119\n },\n {\n \"name\": \"河南\",\n \"value\": 137\n },\n {\n \"name\": \"湖北\",\n \"value\": 116\n },\n {\n \"name\": \"湖南\",\n \"value\": 114\n },\n {\n \"name\": \"重庆\",\n \"value\": 91\n },\n {\n \"name\": \"四川\",\n \"value\": 125\n },\n {\n \"name\": \"贵州\",\n \"value\": 62\n },\n {\n \"name\": \"云南\",\n \"value\": 83\n },\n {\n \"name\": \"西藏\",\n \"value\": 9\n },\n {\n \"name\": \"陕西\",\n \"value\": 80\n },\n {\n \"name\": \"甘肃\",\n \"value\": 56\n },\n {\n \"name\": \"青海\",\n \"value\": 10\n },\n {\n \"name\": \"宁夏\",\n \"value\": 18\n },\n {\n \"name\": \"新疆\",\n \"value\": 180\n },\n {\n \"name\": \"广东\",\n \"value\": 123\n },\n {\n \"name\": \"广西\",\n \"value\": 59\n },\n {\n \"name\": \"海南\",\n \"value\": 14\n }\n ],\n \"commonOption\": {\n \"barSize\": 10,\n \"barColor\": \"#fff176\",\n \"barColor2\": \"#fcc02e\",\n \"gradientColor\": false,\n \"areaColor\": {\n \"color1\": \"#f7f7f7\",\n \"color2\": \"#fcc02e\"\n },\n \"inRange\": {\n \"color\": [\n \"#04387b\",\n \"#467bc0\"\n ]\n },\n \"breadcrumb\": {\n \"drillDown\": false,\n \"textColor\": \"#000000\"\n }\n },\n \"option\": {\n \"drillDown\": false,\n \"area\": {\n \"markerCount\": 5,\n \"shadowBlur\": 10,\n \"markerOpacity\": 1,\n \"markerColor\": \"#DDE330\",\n \"shadowColor\": \"#DDE330\",\n \"scatterLabelShow\": false,\n \"markerType\": \"effectScatter\",\n \"value\": [\n \"china\"\n ],\n \"name\": [\n \"中国\"\n ]\n },\n \"graphic\": [],\n \"grid\": {\n \"show\": false,\n \"bottom\": 115\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"title\": {\n \"text\": \"\",\n \"left\": 10,\r\n \"textStyle\":{\r\n \"fontWeight\":\"normal\"\r\n },\n \"show\": true\n },\n \"legend\": {\n \"data\": []\n },\n \"visualMap\": {\n \"show\": false,\n \"min\": 0,\n \"type\": \"continuous\",\n \"max\": 200,\n \"left\": \"5%\",\n \"top\": \"bottom\",\n \"calculable\": true,\n \"seriesIndex\": [\n 0\n ]\n },\n \"geo\": {\n \"top\": 30,\n \"label\": {\n \"emphasis\": {\n \"show\": false,\n \"color\": \"#fff\"\n }\n },\n \"roam\": false,\n \"zoom\": 1,\n \"itemStyle\": {\n \"normal\": {\n \"borderColor\": \"#a9a9a9\",\n \"borderWidth\": 1,\n \"areaColor\": \"\",\n \"shadowColor\": \"#80d9f8\",\n \"shadowOffsetX\": 0,\n \"shadowOffsetY\": 0,\n \"shadowBlur\": 0\n },\n \"emphasis\": {\n \"areaColor\": \"#fff59c\",\n \"borderWidth\": 0\n }\n }\n }\n }\n}', '1', null, null, 'admin', '2022-08-05 10:32:09'); INSERT INTO `onl_drag_comp` VALUES ('1501033448017510401', '100', '轮播图', 'JCarousel', 'ic:baseline-image', '5', null, '{\n \"w\": 24,\n \"h\": 22,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/42/carousel\",\n \"timeOut\": -1,\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"路径\",\n \"mapping\": \"\"\n }\n ],\n \"option\": {\n \"autoplay\": true,\n \"dots\": true,\n \"dotPosition\": \"bottom\"\n },\n \"chartData\": [\n {\r\n \"src\": \"https://jeecgos.oss-cn-beijing.aliyuncs.com/files/site/drag/0.png\"\r\n },\r\n {\r\n \"src\": \"https://jeecgos.oss-cn-beijing.aliyuncs.com/files/site/drag/1.png\"\r\n },\r\n {\r\n \"src\": \"https://jeecgos.oss-cn-beijing.aliyuncs.com/files/site/drag/2.png\"\r\n }\n ]\n}', '1', 'jeecg', '2022-03-08 11:13:57', 'admin', '2022-04-22 18:58:47'); INSERT INTO `onl_drag_comp` VALUES ('1501439613197119490', '100102', '数据列表', 'JList', 'ph:list-numbers', '4', null, '{\n \"w\": 12,\n \"h\": 24,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/42/list\",\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"标题\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"描述\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"时间\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"封面\",\n \"mapping\": \"\"\n }\n ],\n \"timeOut\": -1,\n \"option\": {\n \"showTitlePrefix\": true,\n \"showTimePrefix\": true,\n \"titleFontSize\": 18,\n \"layout\": \"horizontal\"\n },\n \"chartData\": [\n {\n \"title\": \"通知一\",\n \"date\": \"2022-3-9 14:20:21\"\n },\n {\n \"title\": \"通知二\",\n \"date\": \"2022-3-8 14:20:21\"\n },\n {\n \"title\": \"通知三\",\n \"date\": \"2022-3-7 14:20:21\"\n },\n {\n \"title\": \"通知四\",\n \"date\": \"2022-3-4 14:20:21\"\n }\n ]\n}', '1', 'jeecg', '2022-03-09 14:07:54', 'admin', '2022-04-29 19:38:46'); INSERT INTO `onl_drag_comp` VALUES ('1501439614397119490', '100104', '最新动态', 'JDynamicInfo', 'ic:sharp-list-alt', '16', null, '{\n \"w\": 12,\n \"h\": 28,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/42/list\",\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"名称\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"描述\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"时间\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"头像\",\n \"mapping\": \"\"\n }\n ],\n \"timeOut\": -1,\n \"option\": {\n \"titleFontSize\": 18\n },\n \"chartData\": [\n {\n \"name\": \"威廉\",\n \"date\": \"刚刚\",\n \"desc\": \"在 开源组 创建了项目 Vue\",\n \"avatar\": \"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/320222_1646724689691.jpg\"\n },\n {\n \"name\": \"艾文\",\n \"date\": \"1个小时前\",\n \"desc\": \"关注了 威廉\",\n \"avatar\": \"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/320305_1646724680756.jpg\"\n },\n {\n \"name\": \"克里斯\",\n \"date\": \"1天前\",\n \"desc\": \"发布了 个人动态\",\n \"avatar\": \"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/299258_1646724675255.jpg\"\n },\n {\n \"name\": \"Jeecg\",\n \"date\": \"2天前\",\n \"desc\": \"发表文章 如何编写一个Vite插件\",\n \"avatar\": \"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/2.4jeecg_1621512120602.png\"\n }\n ]\n}', '1', 'jeecg', '2022-03-09 14:07:54', 'admin', '2022-04-29 19:52:54'); INSERT INTO `onl_drag_comp` VALUES ('1536970245843996673', '200200', '对比柱形图', 'JMultipleBar', 'material-symbols:grouped-bar-chart', '5', null, '{\r\n \"w\": 12,\r\n \"h\": 30,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/26/stackedBar\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"分组\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"name\": \"1991\",\n \"value\": 3,\n \"type\": \"Lon\"\n },\n {\n \"name\": \"1992\",\n \"value\": 4,\n \"type\": \"Lon\"\n },\n {\n \"name\": \"1993\",\n \"value\": 3.5,\n \"type\": \"Lon\"\n },\n {\n \"name\": \"1994\",\n \"value\": 5,\n \"type\": \"Lon\"\n },\n {\n \"name\": \"1995\",\n \"value\": 4.9,\n \"type\": \"Lon\"\n },\n {\n \"name\": \"1996\",\n \"value\": 6,\n \"type\": \"Lon\"\n },\n {\n \"name\": \"1997\",\n \"value\": 7,\n \"type\": \"Lon\"\n },\n {\n \"name\": \"1998\",\n \"value\": 9,\n \"type\": \"Lon\"\n },\n {\n \"name\": \"1999\",\n \"value\": 13,\n \"type\": \"Lon\"\n },\n {\n \"name\": \"1991\",\n \"value\": 3,\n \"type\": \"Bor\"\n },\n {\n \"name\": \"1992\",\n \"value\": 4,\n \"type\": \"Bor\"\n },\n {\n \"name\": \"1993\",\n \"value\": 3.5,\n \"type\": \"Bor\"\n },\n {\n \"name\": \"1994\",\n \"value\": 5,\n \"type\": \"Bor\"\n },\n {\n \"name\": \"1995\",\n \"value\": 4.9,\n \"type\": \"Bor\"\n },\n {\n \"name\": \"1996\",\n \"value\": 6,\n \"type\": \"Bor\"\n },\n {\n \"name\": \"1997\",\n \"value\": 7,\n \"type\": \"Bor\"\n },\n {\n \"name\": \"1998\",\n \"value\": 9,\n \"type\": \"Bor\"\n },\n {\n \"name\": \"1999\",\n \"value\": 13,\n \"type\": \"Bor\"\n }\n ],\n \"option\": {\n \"title\": {\n \"text\": \"多数据对比柱形图\",\n \"show\": true,\r\n \"textStyle\":{\r\n \"fontWeight\":\"normal\"\r\n }\n },\n \"grid\": {\n \"bottom\": 115,\n \"top\":90\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"tooltip\": {\n \"trigger\": \"axis\",\n \"axisPointer\": {\n \"type\": \"shadow\",\n \"label\": {\n \"show\": true,\n \"backgroundColor\": \"#333\"\n }\n }\n },\n \"series\": []\n }\n}', '1', null, '2022-06-15 15:13:57', 'admin', '2022-08-04 19:19:06'); INSERT INTO `onl_drag_comp` VALUES ('1537002903949037570', '200', '折线图', 'line', 'teenyicons:area-chart-outline', '2', null, null, '1', null, '2022-06-15 17:23:43', null, '2022-06-17 19:56:48'); INSERT INTO `onl_drag_comp` VALUES ('1537284032572702721', '1537002903949037570', '平滑折线图', 'JSmoothLine', 'mdi:chart-bell-curve', '2', null, '{\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/33/chart\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"value\": 1000,\n \"name\": \"联想\"\n },\n {\n \"value\": 7350,\n \"name\": \"小米\"\n },\n {\n \"value\": 5800,\n \"name\": \"华为\"\n },\n {\n \"value\": 6000,\n \"name\": \"苹果\"\n },\n {\n \"value\": 3000,\n \"name\": \"戴尔\"\n }\n ],\n \"option\": {\n \"grid\": {\n \"show\": false,\n \"bottom\": 115,\n \"top\":90\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"title\": {\n \"text\": \"平滑折线图\",\n \"subtext\": \"\",\n \"left\": \"left\",\r\n \"textStyle\":{\r\n \"fontWeight\":\"normal\"\r\n }\n },\n \"series\": [\n {\n \"data\": [],\n \"smooth\": true,\n \"type\": \"line\"\n }\n ]\n }\n}', '1', null, '2022-06-16 12:00:49', 'admin', '2022-08-04 19:19:43'); INSERT INTO `onl_drag_comp` VALUES ('1537318081257291777', '1537764165146476546', '普通散点图', 'JScatter', 'mdi:chart-scatter-plot', '100', null, '{\r\n \"w\": 12,\r\n \"h\": 30,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/33/chart\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"name\": 200,\n \"value\": 300\n },\n {\n \"name\": 400,\n \"value\": 500\n },\n {\n \"name\": 150,\n \"value\": 320\n },\n {\n \"name\": 320,\n \"value\": 320\n },\n {\n \"name\": 170,\n \"value\": 300\n }\n ],\n \"option\": {\n \"grid\": {\n \"show\": false,\n \"bottom\": 115\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"title\": {\n \"text\": \"基础散点图\",\n \"show\": true,\n \"textStyle\": {\n \"color\": \"#464646\",\r\n \"fontWeight\":\"normal\"\n }\n },\n \"tooltip\": {\n \"trigger\": \"item\",\n \"formatter\": \"x:{b}
y:{c}\",\n \"axisPointer\": {\n \"type\": \"shadow\",\n \"label\": {\n \"show\": true,\n \"backgroundColor\": \"#333\"\n }\n }\n },\n \"yAxis\": {\n \"splitLine\": {\n \"interval\": 2\n },\n \"lineStyle\": {\n \"color\": \"#f3f3f3\"\n }\n },\n \"series\": [\n {\n \"data\": [],\n \"type\": \"scatter\",\n \"symbolSize\": 20,\r\n \"itemStyle\": {\r\n \"color\": \"#64b5f6\"\r\n }\n }\n ]\n }\n}', '1', null, '2022-06-16 14:16:07', null, '2022-06-16 17:10:52'); INSERT INTO `onl_drag_comp` VALUES ('1537764165146476546', '200', '散点图', 'scatter', 'ant-design:dot-chart-outlined', '100', null, null, '1', null, '2022-06-17 19:48:42', null, '2022-06-17 19:49:24'); INSERT INTO `onl_drag_comp` VALUES ('1537764868216684545', '200', '漏斗图', 'funnel', 'ant-design:funnel-plot-filled', '100', null, null, '1', null, '2022-06-17 19:51:30', null, '2022-06-17 19:51:52'); INSERT INTO `onl_drag_comp` VALUES ('1537773378102984706', '200', '雷达图', 'radar', 'ant-design:radar-chart-outlined', '100', null, null, '1', null, '2022-06-17 20:25:18', null, '2022-06-17 20:26:03'); INSERT INTO `onl_drag_comp` VALUES ('200', '0', '图表', 'chart', 'ant-design:bar-chart-outlined', '1', null, '', '1', null, null, null, '2022-04-29 17:52:06'); INSERT INTO `onl_drag_comp` VALUES ('200200', '200', '柱形图', '', 'ant-design:bar-chart-outlined', '1', null, '', '1', null, null, null, '2022-04-29 09:37:37'); INSERT INTO `onl_drag_comp` VALUES ('200200201', '200200', '基础柱形图', 'JBar', 'ic:baseline-bar-chart', null, null, '{\r\n \"w\": 12,\r\n \"h\": 30,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/33/chart\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"name\": \"苹果\",\n \"value\": 1000879,\n \"type\": \"手机品牌\"\n },\n {\n \"name\": \"三星\",\n \"value\": 3400879,\n \"type\": \"手机品牌\"\n },\n {\n \"name\": \"小米\",\n \"value\": 2300879,\n \"type\": \"手机品牌\"\n },\n {\n \"name\": \"oppo\",\n \"value\": 5400879,\n \"type\": \"手机品牌\"\n },\n {\n \"name\": \"vivo\",\n \"value\": 3400879,\n \"type\": \"手机品牌\"\n }\n ],\n \"option\": {\n \"grid\": {\n \"show\": false,\n \"top\":90, \n \"bottom\": 115,\r\n \"containLabel\": true\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"title\": {\n \"text\": \"基础柱形图\",\n \"show\": true,\n \"textStyle\": {\n \"color\": \"#464646\",\r\n \"fontWeight\":\"normal\"\n }\n },\n \"tooltip\": {\n \"trigger\": \"axis\",\n \"axisPointer\": {\n \"type\": \"shadow\",\n \"label\": {\n \"show\": true,\n \"backgroundColor\": \"#333\"\n }\n }\n },\n \"yAxis\": {\n \"splitLine\": {\n \"interval\": 2\n },\n \"lineStyle\": {\n \"color\": \"#f3f3f3\"\n }\n },\n \"series\": [\n {\n \"data\": [],\n \"type\": \"bar\",\n \"barWidth\": 40,\n \"itemStyle\": {\n \"color\": \"#64b5f6\",\n \"borderRadius\": 0\n }\n }\n ]\n }\n}', '1', null, null, 'admin', '2022-08-04 19:18:21'); INSERT INTO `onl_drag_comp` VALUES ('200200208', '200200', '基础条形图', 'JHorizontalBar', 'ic:baseline-bar-chart', null, null, '{\r\n \"w\": 12,\r\n \"h\": 30,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/33/chart\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"name\": \"苹果\",\n \"value\": 1000879,\n \"type\": \"手机品牌\"\n },\n {\n \"name\": \"三星\",\n \"value\": 3400879,\n \"type\": \"手机品牌\"\n },\n {\n \"name\": \"小米\",\n \"value\": 2300879,\n \"type\": \"手机品牌\"\n },\n {\n \"name\": \"oppo\",\n \"value\": 5400879,\n \"type\": \"手机品牌\"\n },\n {\n \"name\": \"vivo\",\n \"value\": 3400879,\n \"type\": \"手机品牌\"\n }\n ],\n \"option\": {\n \"grid\": {\n \"show\": false,\n \"top\":40, \n \"bottom\": 40,\r\n \"containLabel\": true\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"title\": {\n \"text\": \"基础条形图\",\n \"show\": true,\n \"textStyle\": {\n \"color\": \"#464646\",\r\n \"fontWeight\":\"normal\"\n }\n },\n \"tooltip\": {\n \"trigger\": \"axis\",\n \"axisPointer\": {\n \"type\": \"shadow\",\n \"label\": {\n \"show\": true,\n \"backgroundColor\": \"#333\"\n }\n }\n },\n \"yAxis\": {\r\n \"type\": \"category\",\n \"splitLine\": {\n \"interval\": 2\n },\n \"lineStyle\": {\n \"color\": \"#f3f3f3\"\n }\n },\n \"series\": [\n {\n \"data\": [],\n \"type\": \"bar\",\n \"barWidth\": 20,\n \"itemStyle\": {\n \"color\": \"#64b5f6\",\n \"borderRadius\": 0\n }\n }\n ]\n }\n}', '1', null, null, 'admin', '2022-08-04 19:18:21'); INSERT INTO `onl_drag_comp` VALUES ('200201', '200', '饼图', 'JPie', 'ant-design:pie-chart-outlined', '2', null, '{\r\n \"w\": 12,\r\n \"h\": 30,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/33/chart\",\n \"timeOut\": -1,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"value\": 1048,\n \"name\": \"vivo\"\n },\n {\n \"value\": 735,\n \"name\": \"oppo\"\n },\n {\n \"value\": 580,\n \"name\": \"苹果\"\n },\n {\n \"value\": 484,\n \"name\": \"小米\"\n },\n {\n \"value\": 300,\n \"name\": \"三星\"\n }\n ],\n \"option\": {\n \"grid\": {\n \"show\": false,\n \"bottom\": 115\n },\n \"title\": {\n \"text\": \"基础饼图\",\n \"subtext\": \"\",\n \"left\": \"left\",\r\n \"textStyle\":{\r\n \"fontWeight\":\"normal\"\r\n },\n \"show\": true\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"tooltip\": {\n \"trigger\": \"item\"\n },\n \"legend\": {\n \"orient\": \"vertical\"\n },\n \"series\": [\n {\n \"name\": \"\",\n \"type\": \"pie\",\n \"radius\": \"50%\",\n \"data\": [],\n \"emphasis\": {\n \"itemStyle\": {\n \"shadowBlur\": 10,\n \"shadowOffsetX\": 0,\n \"shadowColor\": \"rgba(0, 0, 0, 0.5)\"\n }\n }\n }\n ]\n }\n}', '1', null, null, 'admin', '2022-05-23 14:07:29'); INSERT INTO `onl_drag_comp` VALUES ('200202', '1537002903949037570', '基础折线图', 'JLine', 'teenyicons:area-chart-outline', '1', null, '{\r\n \"w\": 12,\r\n \"h\": 30,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/33/chart\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"value\": 1000,\n \"name\": \"联想\"\n },\n {\n \"value\": 7350,\n \"name\": \"小米\"\n },\n {\n \"value\": 5800,\n \"name\": \"华为\"\n },\n {\n \"value\": 6000,\n \"name\": \"苹果\"\n },\n {\n \"value\": 3000,\n \"name\": \"戴尔\"\n }\n ],\n \"option\": {\n \"grid\": {\n \"show\": false,\n \"bottom\": 115,\n \"top\":90\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"title\": {\n \"text\": \"基础折线图\",\r\n \"textStyle\":{\r\n \"fontWeight\":\"normal\"\r\n },\n \"subtext\": \"\",\n \"left\": 10\n },\n \"series\": [\n {\n \"data\": [],\n \"type\": \"line\",\r\n \"itemStyle\": {\r\n \"color\": \"#64b5f6\"\r\n }\n }\n ]\n }\n}', '1', null, null, 'admin', '2022-08-04 19:20:12'); INSERT INTO `onl_drag_comp` VALUES ('200203', '200', '南丁格尔玫瑰图', 'JRose', 'ant-design:pie-chart-outlined', '2', null, '{\r\n \"w\": 12,\r\n \"h\": 30,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/33/chart\",\n \"timeOut\": -1,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"value\": 1048,\n \"name\": \"vivo\"\n },\n {\n \"value\": 735,\n \"name\": \"oppo\"\n },\n {\n \"value\": 580,\n \"name\": \"苹果\"\n },\n {\n \"value\": 484,\n \"name\": \"小米\"\n },\n {\n \"value\": 300,\n \"name\": \"三星\"\n }\n ],\n \"option\": {\n \"grid\": {\n \"show\": false,\n \"bottom\": 115\n },\n \"title\": {\n \"text\": \"基础饼图\",\n \"subtext\": \"\",\n \"left\": \"left\",\r\n \"textStyle\":{\r\n \"fontWeight\":\"normal\"\r\n },\n \"show\": true\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"tooltip\": {\n \"trigger\": \"item\"\n },\n \"legend\": {\n \"orient\": \"vertical\"\n },\n \"series\": [\n {\n \"name\": \"南丁格尔玫瑰\",\n \"type\": \"pie\",\n \"radius\": \"50%\",\r\n \"roseType\": \"radius\",\n \"data\": [],\n \"emphasis\": {\n \"itemStyle\": {\n \"shadowBlur\": 10,\n \"shadowOffsetX\": 0,\n \"shadowColor\": \"rgba(0, 0, 0, 0.5)\"\n }\n }\n }\n ]\n }\n}', '1', null, null, 'admin', '2022-05-23 14:07:29'); INSERT INTO `onl_drag_comp` VALUES ('200204', '1537773378102984706', '普通雷达图', 'JRadar', 'ant-design:radar-chart-outlined', '4', null, '{\r\n \"w\": 12,\r\n \"h\": 30,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/33/radar\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"分组\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"value\": 75,\n \"name\": \"得分\",\n \"type\": \"NBA\",\n \"max\": 100\n },\n {\n \"value\": 65,\n \"name\": \"篮板\",\n \"type\": \"NBA\",\n \"max\": 100\n },\n {\n \"value\": 55,\n \"name\": \"防守\",\n \"type\": \"NBA\",\n \"max\": 100\n },\n {\n \"value\": 74,\n \"name\": \"失误\",\n \"type\": \"NBA\",\n \"max\": 100\n },\n {\n \"value\": 38,\n \"name\": \"盖帽\",\n \"type\": \"NBA\",\n \"max\": 100\n },\n {\n \"value\": 88,\n \"name\": \"三分\",\n \"type\": \"NBA\",\n \"max\": 100\n }\n ],\n \"option\": {\n \"grid\": {\n \"show\": false,\n \"bottom\": 115\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"title\": {\n \"text\": \"基础雷达图\",\r\n \"textStyle\":{\r\n \"fontWeight\":\"normal\"\r\n },\n \"show\": true\n },\n \"legend\": {\n \"data\": []\n },\n \"radar\": [\n {\n \"indicator\": []\n }\n ],\n \"series\": [\n {\n \"type\": \"radar\",\n \"data\": []\n }\n ]\n }\n}', '1', null, null, 'admin', '2022-06-17 20:25:47'); INSERT INTO `onl_drag_comp` VALUES ('200205', '200', '环形图', 'JRing', 'mdi:chart-donut', '5', null, '{\r\n \"w\": 12,\r\n \"h\": 30,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/33/chart\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"value\": 1048,\n \"name\": \"oppo\"\n },\n {\n \"value\": 735,\n \"name\": \"vivo\"\n },\n {\n \"value\": 580,\n \"name\": \"苹果\"\n },\n {\n \"value\": 484,\n \"name\": \"小米\"\n },\n {\n \"value\": 300,\n \"name\": \"三星\"\n }\n ],\n \"option\": {\n \"grid\": {\n \"show\": false,\n \"bottom\": 115\n },\n \"title\": {\n \"text\": \"基础环形图\",\r\n \"textStyle\":{\r\n \"fontWeight\":\"normal\"\r\n },\n \"show\": true\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"tooltip\": {\n \"trigger\": \"item\"\n },\n \"series\": [\n {\n \"name\": \"Access From\",\n \"type\": \"pie\",\n \"radius\": [\n \"40%\",\n \"70%\"\n ],\n \"avoidLabelOverlap\": false,\n \"label\": {\n \"show\": false,\n \"position\": \"center\"\n },\n \"emphasis\": {\n \"label\": {\n \"show\": true,\n \"fontWeight\": \"bold\",\r\n \"fontSize\": 14\n }\n },\n \"labelLine\": {\n \"show\": false\n },\n \"data\": []\n }\n ]\n }\n}', '1', null, null, 'admin', '2022-04-22 19:05:11'); INSERT INTO `onl_drag_comp` VALUES ('200206', '200', '面积图', 'JArea', 'teenyicons:area-chart-solid', '6', null, '{\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/33/chart\",\n \"timeOut\": -1,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"value\": 1048,\n \"name\": \"华为\"\n },\n {\n \"value\": 605,\n \"name\": \"vivo\"\n },\n {\n \"value\": 580,\n \"name\": \"oppo\"\n },\n {\n \"value\": 484,\n \"name\": \"苹果\"\n },\n {\n \"value\": 300,\n \"name\": \"小米\"\n }\n ],\n \"option\": {\n \"grid\": {\n \"bottom\": 115\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"title\": {\n \"text\": \"基础面积图\",\r\n \"textStyle\":{\r\n \"fontWeight\":\"normal\"\r\n },\n \"show\": true\n },\n \"xAxis\": {\n \"boundaryGap\": false,\n \"data\": []\n },\n \"series\": [\n {\n \"data\": [],\n \"type\": \"line\",\n \"areaStyle\": {}\n }\n ]\n }\n}', '1', null, null, 'admin', '2022-04-22 19:04:01'); INSERT INTO `onl_drag_comp` VALUES ('200207', '200', '象形图', 'JPictorialBar', 'ant-design:dot-chart-outlined', '10', null, '{\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/26/pictogram\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"name\": \"驯鹿\",\n \"value\": 123,\n \"symbol\": \"path://M-22.788,24.521c2.08-0.986,3.611-3.905,4.984-5.892 c-2.686,2.782-5.047,5.884-9.102,7.312c-0.992,0.005-0.25-2.016,0.34-2.362l1.852-0.41c0.564-0.218,0.785-0.842,0.902-1.347 c2.133-0.727,4.91-4.129,6.031-6.194c1.748-0.7,4.443-0.679,5.734-2.293c1.176-1.468,0.393-3.992,1.215-6.557 c0.24-0.754,0.574-1.581,1.008-2.293c-0.611,0.011-1.348-0.061-1.959-0.608c-1.391-1.245-0.785-2.086-1.297-3.313 c1.684,0.744,2.5,2.584,4.426,2.586C-8.46,3.012-8.255,2.901-8.04,2.824c6.031-1.952,15.182-0.165,19.498-3.937 c1.15-3.933-1.24-9.846-1.229-9.938c0.008-0.062-1.314-0.004-1.803-0.258c-1.119-0.771-6.531-3.75-0.17-3.33 c0.314-0.045,0.943,0.259,1.439,0.435c-0.289-1.694-0.92-0.144-3.311-1.946c0,0-1.1-0.855-1.764-1.98 c-0.836-1.09-2.01-2.825-2.992-4.031c-1.523-2.476,1.367,0.709,1.816,1.108c1.768,1.704,1.844,3.281,3.232,3.983 c0.195,0.203,1.453,0.164,0.926-0.468c-0.525-0.632-1.367-1.278-1.775-2.341c-0.293-0.703-1.311-2.326-1.566-2.711 c-0.256-0.384-0.959-1.718-1.67-2.351c-1.047-1.187-0.268-0.902,0.521-0.07c0.789,0.834,1.537,1.821,1.672,2.023 c0.135,0.203,1.584,2.521,1.725,2.387c0.102-0.259-0.035-0.428-0.158-0.852c-0.125-0.423-0.912-2.032-0.961-2.083 c-0.357-0.852-0.566-1.908-0.598-3.333c0.4-2.375,0.648-2.486,0.549-0.705c0.014,1.143,0.031,2.215,0.602,3.247 c0.807,1.496,1.764,4.064,1.836,4.474c0.561,3.176,2.904,1.749,2.281-0.126c-0.068-0.446-0.109-2.014-0.287-2.862 c-0.18-0.849-0.219-1.688-0.113-3.056c0.066-1.389,0.232-2.055,0.277-2.299c0.285-1.023,0.4-1.088,0.408,0.135 c-0.059,0.399-0.131,1.687-0.125,2.655c0.064,0.642-0.043,1.768,0.172,2.486c0.654,1.928-0.027,3.496,1,3.514 c1.805-0.424,2.428-1.218,2.428-2.346c-0.086-0.704-0.121-0.843-0.031-1.193c0.221-0.568,0.359-0.67,0.312-0.076 c-0.055,0.287,0.031,0.533,0.082,0.794c0.264,1.197,0.912,0.114,1.283-0.782c0.15-0.238,0.539-2.154,0.545-2.522 c-0.023-0.617,0.285-0.645,0.309,0.01c0.064,0.422-0.248,2.646-0.205,2.334c-0.338,1.24-1.105,3.402-3.379,4.712 c-0.389,0.12-1.186,1.286-3.328,2.178c0,0,1.729,0.321,3.156,0.246c1.102-0.19,3.707-0.027,4.654,0.269 c1.752,0.494,1.531-0.053,4.084,0.164c2.26-0.4,2.154,2.391-1.496,3.68c-2.549,1.405-3.107,1.475-2.293,2.984 c3.484,7.906,2.865,13.183,2.193,16.466c2.41,0.271,5.732-0.62,7.301,0.725c0.506,0.333,0.648,1.866-0.457,2.86 c-4.105,2.745-9.283,7.022-13.904,7.662c-0.977-0.194,0.156-2.025,0.803-2.247l1.898-0.03c0.596-0.101,0.936-0.669,1.152-1.139 c3.16-0.404,5.045-3.775,8.246-4.818c-4.035-0.718-9.588,3.981-12.162,1.051c-5.043,1.423-11.449,1.84-15.895,1.111 c-3.105,2.687-7.934,4.021-12.115,5.866c-3.271,3.511-5.188,8.086-9.967,10.414c-0.986,0.119-0.48-1.974,0.066-2.385l1.795-0.618 C-22.995,25.682-22.849,25.035-22.788,24.521z\",\n \"symbolSize\": [\n 60,\n 60\n ]\n },\n {\n \"name\": \"飞机\",\n \"value\": 60,\n \"symbol\": \"path://M1.112,32.559l2.998,1.205l-2.882,2.268l-2.215-0.012L1.112,32.559z M37.803,23.96 c0.158-0.838,0.5-1.509,0.961-1.904c-0.096-0.037-0.205-0.071-0.344-0.071c-0.777-0.005-2.068-0.009-3.047-0.009 c-0.633,0-1.217,0.066-1.754,0.18l2.199,1.804H37.803z M39.738,23.036c-0.111,0-0.377,0.325-0.537,0.924h1.076 C40.115,23.361,39.854,23.036,39.738,23.036z M39.934,39.867c-0.166,0-0.674,0.705-0.674,1.986s0.506,1.986,0.674,1.986 s0.672-0.705,0.672-1.986S40.102,39.867,39.934,39.867z M38.963,38.889c-0.098-0.038-0.209-0.07-0.348-0.073 c-0.082,0-0.174,0-0.268-0.001l-7.127,4.671c0.879,0.821,2.42,1.417,4.348,1.417c0.979,0,2.27-0.006,3.047-0.01 c0.139,0,0.25-0.034,0.348-0.072c-0.646-0.555-1.07-1.643-1.07-2.967C37.891,40.529,38.316,39.441,38.963,38.889z M32.713,23.96 l-12.37-10.116l-4.693-0.004c0,0,4,8.222,4.827,10.121H32.713z M59.311,32.374c-0.248,2.104-5.305,3.172-8.018,3.172H39.629 l-25.325,16.61L9.607,52.16c0,0,6.687-8.479,7.95-10.207c1.17-1.6,3.019-3.699,3.027-6.407h-2.138 c-5.839,0-13.816-3.789-18.472-5.583c-2.818-1.085-2.396-4.04-0.031-4.04h0.039l-3.299-11.371h3.617c0,0,4.352,5.696,5.846,7.5 c2,2.416,4.503,3.678,8.228,3.87h30.727c2.17,0,4.311,0.417,6.252,1.046c3.49,1.175,5.863,2.7,7.199,4.027 C59.145,31.584,59.352,32.025,59.311,32.374z M22.069,30.408c0-0.815-0.661-1.475-1.469-1.475c-0.812,0-1.471,0.66-1.471,1.475 s0.658,1.475,1.471,1.475C21.408,31.883,22.069,31.224,22.069,30.408z M27.06,30.408c0-0.815-0.656-1.478-1.466-1.478 c-0.812,0-1.471,0.662-1.471,1.478s0.658,1.477,1.471,1.477C26.404,31.885,27.06,31.224,27.06,30.408z M32.055,30.408 c0-0.815-0.66-1.475-1.469-1.475c-0.808,0-1.466,0.66-1.466,1.475s0.658,1.475,1.466,1.475 C31.398,31.883,32.055,31.224,32.055,30.408z M37.049,30.408c0-0.815-0.658-1.478-1.467-1.478c-0.812,0-1.469,0.662-1.469,1.478 s0.656,1.477,1.469,1.477C36.389,31.885,37.049,31.224,37.049,30.408z M42.039,30.408c0-0.815-0.656-1.478-1.465-1.478 c-0.811,0-1.469,0.662-1.469,1.478s0.658,1.477,1.469,1.477C41.383,31.885,42.039,31.224,42.039,30.408z M55.479,30.565 c-0.701-0.436-1.568-0.896-2.627-1.347c-0.613,0.289-1.551,0.476-2.73,0.476c-1.527,0-1.639,2.263,0.164,2.316 C52.389,32.074,54.627,31.373,55.479,30.565z\",\n \"symbolSize\": [\n 65,\n 35\n ]\n },\n {\n \"name\": \"火箭\",\n \"value\": 25,\n \"symbol\": \"path://M-244.396,44.399c0,0,0.47-2.931-2.427-6.512c2.819-8.221,3.21-15.709,3.21-15.709s5.795,1.383,5.795,7.325C-237.818,39.679-244.396,44.399-244.396,44.399z M-260.371,40.827c0,0-3.881-12.946-3.881-18.319c0-2.416,0.262-4.566,0.669-6.517h17.684c0.411,1.952,0.675,4.104,0.675,6.519c0,5.291-3.87,18.317-3.87,18.317H-260.371z M-254.745,18.951c-1.99,0-3.603,1.676-3.603,3.744c0,2.068,1.612,3.744,3.603,3.744c1.988,0,3.602-1.676,3.602-3.744S-252.757,18.951-254.745,18.951z M-255.521,2.228v-5.098h1.402v4.969c1.603,1.213,5.941,5.069,7.901,12.5h-17.05C-261.373,7.373-257.245,3.558-255.521,2.228zM-265.07,44.399c0,0-6.577-4.721-6.577-14.896c0-5.942,5.794-7.325,5.794-7.325s0.393,7.488,3.211,15.708C-265.539,41.469-265.07,44.399-265.07,44.399z M-252.36,45.15l-1.176-1.22L-254.789,48l-1.487-4.069l-1.019,2.116l-1.488-3.826h8.067L-252.36,45.15z\",\n \"symbolSize\": [\n 50,\n 60\n ]\n },\n {\n \"name\": \"高铁\",\n \"value\": 18,\n \"symbol\": \"path://M67.335,33.596L67.335,33.596c-0.002-1.39-1.153-3.183-3.328-4.218h-9.096v-2.07h5.371 c-4.939-2.07-11.199-4.141-14.89-4.141H19.72v12.421v5.176h38.373c4.033,0,8.457-1.035,9.142-5.176h-0.027 c0.076-0.367,0.129-0.751,0.129-1.165L67.335,33.596L67.335,33.596z M27.999,30.413h-3.105v-4.141h3.105V30.413z M35.245,30.413 h-3.104v-4.141h3.104V30.413z M42.491,30.413h-3.104v-4.141h3.104V30.413z M49.736,30.413h-3.104v-4.141h3.104V30.413z M14.544,40.764c1.143,0,2.07-0.927,2.07-2.07V35.59V25.237c0-1.145-0.928-2.07-2.07-2.07H-9.265c-1.143,0-2.068,0.926-2.068,2.07 v10.351v3.105c0,1.144,0.926,2.07,2.068,2.07H14.544L14.544,40.764z M8.333,26.272h3.105v4.141H8.333V26.272z M1.087,26.272h3.105 v4.141H1.087V26.272z M-6.159,26.272h3.105v4.141h-3.105V26.272z M-9.265,41.798h69.352v1.035H-9.265V41.798z\",\n \"symbolSize\": [\n 50,\n 30\n ]\n },\n {\n \"name\": \"轮船\",\n \"value\": 12,\n \"symbol\": \"path://M16.678,17.086h9.854l-2.703,5.912c5.596,2.428,11.155,5.575,16.711,8.607c3.387,1.847,6.967,3.75,10.541,5.375 v-6.16l-4.197-2.763v-5.318L33.064,12.197h-11.48L20.43,15.24h-4.533l-1.266,3.286l0.781,0.345L16.678,17.086z M49.6,31.84 l0.047,1.273L27.438,20.998l0.799-1.734L49.6,31.84z M33.031,15.1l12.889,8.82l0.027,0.769L32.551,16.1L33.031,15.1z M22.377,14.045 h9.846l-1.539,3.365l-2.287-1.498h1.371l0.721-1.352h-2.023l-0.553,1.037l-0.541-0.357h-0.34l0.359-0.684h-2.025l-0.361,0.684 h-3.473L22.377,14.045z M23.695,20.678l-0.004,0.004h0.004V20.678z M24.828,18.199h-2.031l-0.719,1.358h2.029L24.828,18.199z M40.385,34.227c-12.85-7.009-25.729-14.667-38.971-12.527c1.26,8.809,9.08,16.201,8.213,24.328 c-0.553,4.062-3.111,0.828-3.303,7.137c15.799,0,32.379,0,48.166,0l0.066-4.195l1.477-7.23 C50.842,39.812,45.393,36.961,40.385,34.227z M13.99,35.954c-1.213,0-2.195-1.353-2.195-3.035c0-1.665,0.98-3.017,2.195-3.017 c1.219,0,2.195,1.352,2.195,3.017C16.186,34.604,15.213,35.954,13.99,35.954z M23.691,20.682h-2.02l-0.588,1.351h2.023 L23.691,20.682z M19.697,18.199l-0.721,1.358h2.025l0.727-1.358H19.697z\",\n \"symbolSize\": [\n 50,\n 35\n ]\n },\n {\n \"name\": \"汽车\",\n \"value\": 9,\n \"symbol\": \"path://M49.592,40.883c-0.053,0.354-0.139,0.697-0.268,0.963c-0.232,0.475-0.455,0.519-1.334,0.475 c-1.135-0.053-2.764,0-4.484,0.068c0,0.476,0.018,0.697,0.018,0.697c0.111,1.299,0.697,1.342,0.931,1.342h3.7 c0.326,0,0.628,0,0.861-0.154c0.301-0.196,0.43-0.772,0.543-1.78c0.017-0.146,0.025-0.336,0.033-0.56v-0.01 c0-0.068,0.008-0.154,0.008-0.25V41.58l0,0C49.6,41.348,49.6,41.09,49.592,40.883L49.592,40.883z M6.057,40.883 c0.053,0.354,0.137,0.697,0.268,0.963c0.23,0.475,0.455,0.519,1.334,0.475c1.137-0.053,2.762,0,4.484,0.068 c0,0.476-0.018,0.697-0.018,0.697c-0.111,1.299-0.697,1.342-0.93,1.342h-3.7c-0.328,0-0.602,0-0.861-0.154 c-0.309-0.18-0.43-0.772-0.541-1.78c-0.018-0.146-0.027-0.336-0.035-0.56v-0.01c0-0.068-0.008-0.154-0.008-0.25V41.58l0,0 C6.057,41.348,6.057,41.09,6.057,40.883L6.057,40.883z M49.867,32.766c0-2.642-0.344-5.224-0.482-5.507 c-0.104-0.207-0.766-0.749-2.271-1.773c-1.522-1.042-1.487-0.887-1.766-1.566c0.25-0.078,0.492-0.224,0.639-0.241 c0.326-0.034,0.345,0.274,1.023,0.274c0.68,0,2.152-0.18,2.453-0.48c0.301-0.303,0.396-0.405,0.396-0.672 c0-0.268-0.156-0.818-0.447-1.146c-0.293-0.327-1.541-0.49-2.273-0.585c-0.729-0.095-0.834,0-1.022,0.121 c-0.304,0.189-0.32,1.919-0.32,1.919l-0.713,0.018c-0.465-1.146-1.11-3.452-2.117-5.269c-1.103-1.979-2.256-2.599-2.737-2.754 c-0.474-0.146-0.904-0.249-4.131-0.576c-3.298-0.344-5.922-0.388-8.262-0.388c-2.342,0-4.967,0.052-8.264,0.388 c-3.229,0.336-3.66,0.43-4.133,0.576s-1.633,0.775-2.736,2.754c-1.006,1.816-1.652,4.123-2.117,5.269L9.87,23.109 c0,0-0.008-1.729-0.318-1.919c-0.189-0.121-0.293-0.225-1.023-0.121c-0.732,0.104-1.98,0.258-2.273,0.585 c-0.293,0.327-0.447,0.878-0.447,1.146c0,0.267,0.094,0.379,0.396,0.672c0.301,0.301,1.773,0.48,2.453,0.48 c0.68,0,0.697-0.309,1.023-0.274c0.146,0.018,0.396,0.163,0.637,0.241c-0.283,0.68-0.24,0.524-1.764,1.566 c-1.506,1.033-2.178,1.566-2.271,1.773c-0.139,0.283-0.482,2.865-0.482,5.508s0.189,5.02,0.189,5.86c0,0.354,0,0.976,0.076,1.565 c0.053,0.354,0.129,0.697,0.268,0.966c0.232,0.473,0.447,0.516,1.334,0.473c1.137-0.051,2.779,0,4.477,0.07 c1.135,0.043,2.297,0.086,3.33,0.11c2.582,0.051,1.826-0.379,2.928-0.36c1.102,0.016,5.447,0.196,9.424,0.196 c3.976,0,8.332-0.182,9.423-0.196c1.102-0.019,0.346,0.411,2.926,0.36c1.033-0.018,2.195-0.067,3.332-0.11 c1.695-0.062,3.348-0.121,4.477-0.07c0.886,0.043,1.103,0,1.332-0.473c0.132-0.269,0.218-0.611,0.269-0.966 c0.086-0.592,0.078-1.213,0.078-1.565C49.678,37.793,49.867,35.408,49.867,32.766L49.867,32.766z M13.219,19.735 c0.412-0.964,1.652-2.9,2.256-3.244c0.145-0.087,1.426-0.491,4.637-0.706c2.953-0.198,6.217-0.276,7.73-0.276 c1.513,0,4.777,0.078,7.729,0.276c3.201,0.215,4.502,0.611,4.639,0.706c0.775,0.533,1.842,2.28,2.256,3.244 c0.412,0.965,0.965,2.858,0.861,3.116c-0.104,0.258,0.104,0.388-1.291,0.275c-1.387-0.103-10.088-0.216-14.185-0.216 c-4.088,0-12.789,0.113-14.184,0.216c-1.395,0.104-1.188-0.018-1.291-0.275C12.254,22.593,12.805,20.708,13.219,19.735 L13.219,19.735z M16.385,30.511c-0.619,0.155-0.988,0.491-1.764,0.482c-0.775,0-2.867-0.353-3.314-0.371 c-0.447-0.017-0.842,0.302-1.076,0.362c-0.23,0.06-0.688-0.104-1.377-0.318c-0.688-0.216-1.092-0.155-1.316-1.094 c-0.232-0.93,0-2.264,0-2.264c1.488-0.068,2.928,0.069,5.621,0.826c2.693,0.758,4.191,2.213,4.191,2.213 S17.004,30.357,16.385,30.511L16.385,30.511z M36.629,37.293c-1.23,0.164-6.386,0.207-8.794,0.207c-2.412,0-7.566-0.051-8.799-0.207 c-1.256-0.164-2.891-1.67-1.764-2.865c1.523-1.627,1.24-1.576,4.701-2.023C24.967,32.018,27.239,32,27.834,32 c0.584,0,2.865,0.025,5.859,0.404c3.461,0.447,3.178,0.396,4.699,2.022C39.521,35.623,37.887,37.129,36.629,37.293L36.629,37.293z M48.129,29.582c-0.232,0.93-0.629,0.878-1.318,1.093c-0.688,0.216-1.145,0.371-1.377,0.319c-0.231-0.053-0.627-0.371-1.074-0.361 c-0.448,0.018-2.539,0.37-3.313,0.37c-0.772,0-1.146-0.328-1.764-0.481c-0.621-0.154-0.966-0.154-0.966-0.154 s1.49-1.464,4.191-2.213c2.693-0.758,4.131-0.895,5.621-0.826C48.129,27.309,48.361,28.643,48.129,29.582L48.129,29.582z\",\n \"symbolSize\": [\n 40,\n 30\n ]\n },\n {\n \"name\": \"跑步\",\n \"value\": 2,\n \"symbol\": \"path://M13.676,32.955c0.919-0.031,1.843-0.008,2.767-0.008v0.007c0.827,0,1.659,0.041,2.486-0.019 c0.417-0.028,1.118,0.325,1.14-0.545c0.014-0.637-0.156-1.279-0.873-1.367c-1.919-0.241-3.858-0.233-5.774,0.019 c-0.465,0.062-0.998,0.442-0.832,1.069C12.715,32.602,13.045,32.977,13.676,32.955z M14.108,29.013 c1.47-0.007,2.96-0.122,4.414,0.035c1.792,0.192,3.1-0.412,4.273-2.105c-3.044,0-5.882,0.014-8.719-0.01 c-0.768-0.005-1.495,0.118-1.461,1C12.642,28.731,13.329,29.014,14.108,29.013z M23.678,36.593c-0.666-0.69-1.258-1.497-2.483-1.448 c-2.341,0.095-4.689,0.051-7.035,0.012c-0.834-0.014-1.599,0.177-1.569,1.066c0.031,0.854,0.812,1.062,1.636,1.043 c1.425-0.033,2.852-0.01,4.278-0.01v-0.01c1.562,0,3.126,0.008,4.691-0.005C23.614,37.239,24.233,37.174,23.678,36.593z M32.234,42.292h-0.002c-1.075,0.793-2.589,0.345-3.821,1.048c-0.359,0.193-0.663,0.465-0.899,0.799 c-1.068,1.623-2.052,3.301-3.117,4.928c-0.625,0.961-0.386,1.805,0.409,2.395c0.844,0.628,1.874,0.617,2.548-0.299 c1.912-2.573,3.761-5.197,5.621-7.814C33.484,42.619,33.032,42.387,32.234,42.292z M43.527,28.401 c-0.688-1.575-2.012-0.831-3.121-0.895c-1.047-0.058-2.119,1.128-3.002,0.345c-0.768-0.677-1.213-1.804-1.562-2.813 c-0.45-1.305-1.495-2.225-2.329-3.583c2.953,1.139,4.729,0.077,5.592-1.322c0.99-1.61,0.718-3.725-0.627-4.967 c-1.362-1.255-3.414-1.445-4.927-0.452c-1.933,1.268-2.206,2.893-0.899,6.11c-2.098-0.659-3.835-1.654-5.682-2.383 c-0.735-0.291-1.437-1.017-2.293-0.666c-2.263,0.927-4.522,1.885-6.723,2.95c-1.357,0.658-1.649,1.593-1.076,2.638 c0.462,0.851,1.643,1.126,2.806,0.617c0.993-0.433,1.994-0.857,2.951-1.374c1.599-0.86,3.044-0.873,4.604,0.214 c1.017,0.707,0.873,1.137,0.123,1.849c-1.701,1.615-3.516,3.12-4.933,5.006c-1.042,1.388-0.993,2.817,0.255,4.011 c1.538,1.471,3.148,2.869,4.708,4.315c0.485,0.444,0.907,0.896-0.227,1.104c-1.523,0.285-3.021,0.694-4.538,1.006 c-1.109,0.225-2.02,1.259-1.83,2.16c0.223,1.07,1.548,1.756,2.687,1.487c3.003-0.712,6.008-1.413,9.032-2.044 c1.549-0.324,2.273-1.869,1.344-3.115c-0.868-1.156-1.801-2.267-2.639-3.445c-1.964-2.762-1.95-2.771,0.528-5.189 c1.394-1.357,1.379-1.351,2.437,0.417c0.461,0.769,0.854,1.703,1.99,1.613c2.238-0.181,4.407-0.755,6.564-1.331 C43.557,30.447,43.88,29.206,43.527,28.401z\",\n \"symbolSize\": [\n 50,\n 50\n ]\n },\n {\n \"name\": \"步行\",\n \"value\": 1,\n \"symbol\": \"path://M29.902,23.275c1.86,0,3.368-1.506,3.368-3.365c0-1.859-1.508-3.365-3.368-3.365 c-1.857,0-3.365,1.506-3.365,3.365C26.537,21.769,28.045,23.275,29.902,23.275z M36.867,30.74c-1.666-0.467-3.799-1.6-4.732-4.199 c-0.932-2.6-3.131-2.998-4.797-2.998s-7.098,3.894-7.098,3.894c-1.133,1.001-2.1,6.502-0.967,6.769 c1.133,0.269,1.266-1.533,1.934-3.599c0.666-2.065,3.797-3.466,3.797-3.466s0.201,2.467-0.398,3.866 c-0.599,1.399-1.133,2.866-1.467,6.198s-1.6,3.665-3.799,6.266c-2.199,2.598-0.6,3.797,0.398,3.664 c1.002-0.133,5.865-5.598,6.398-6.998c0.533-1.397,0.668-3.732,0.668-3.732s0,0,2.199,1.867c2.199,1.865,2.332,4.6,2.998,7.73 s2.332,0.934,2.332-0.467c0-1.401,0.269-5.465-1-7.064c-1.265-1.6-3.73-3.465-3.73-5.265s1.199-3.732,1.199-3.732 c0.332,1.667,3.335,3.065,5.599,3.399C38.668,33.206,38.533,31.207,36.867,30.74z\",\n \"symbolSize\": [\n 40,\n 50\n ]\n }\n ],\n \"option\": {\n \"title\": {\n \"show\": true,\n \"text\": \"象形柱图\"\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"grid\": {\n \"bottom\": 115\n },\n \"tooltip\": {\n \"trigger\": \"axis\",\n \"axisPointer\": {\n \"type\": \"shadow\",\n \"label\": {\n \"show\": true,\n \"backgroundColor\": \"#333\"\n }\n }\n },\n \"series\": []\n }\n}', '1', null, '2022-01-05 16:52:27', 'admin', '2022-04-24 11:03:33'); INSERT INTO `onl_drag_comp` VALUES ('200208', '1537764868216684545', '普通漏斗图', 'JFunnel', 'ant-design:funnel-plot-filled', '8', null, '{\r\n \"w\": 12,\r\n \"h\": 30,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/26/funnel\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"维度\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"value\": 335,\n \"name\": \"直接访问\"\n },\n {\n \"value\": 310,\n \"name\": \"邮件营销\"\n },\n {\n \"value\": 234,\n \"name\": \"联盟广告\"\n }\n ],\n \"option\": {\n \"title\": {\n \"text\": \"基础漏斗图\",\r\n \"textStyle\":{\r\n \"fontWeight\":\"normal\"\r\n },\n \"show\": true\n },\n \"grid\": {\n \"bottom\": 115\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"tooltip\": {\n \"trigger\": \"item\",\n \"formatter\": \"{a}
{b} : {c}%\"\n },\n \"legend\": {\n \"orient\": \"horizontal\"\n },\n \"series\": [\n {\n \"name\": \"Funnel\",\n \"type\": \"funnel\",\n \"left\": \"10%\",\n \"width\": \"80%\",\n \"sort\": \"descending\",\n \"gap\": 2,\n \"label\": {\n \"show\": true,\n \"position\": \"inside\"\n },\n \"labelLine\": {\n \"length\": 10,\n \"lineStyle\": {\n \"width\": 1,\n \"type\": \"solid\"\n }\n },\n \"itemStyle\": {\n \"borderColor\": \"#fff\",\n \"borderWidth\": 1\n },\n \"emphasis\": {\n \"label\": {\n \"fontSize\": 20\n }\n }\n }\n ]\n }\n}', '1', null, '2022-01-06 14:38:04', 'admin', '2022-06-17 19:51:26'); INSERT INTO `onl_drag_comp` VALUES ('200211', '200300', '基础仪表盘', 'JGauge', 'mdi:gauge', null, null, '{\r\n \"w\": 12,\r\n \"h\": 30,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/26/gauge\",\n \"timeOut\": -1,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"linkageConfig\": [],\n \"dataMapping\": [\n {\n \"filed\": \"名称\",\n \"mapping\": \"\"\n },\n {\n \"filed\": \"数值\",\n \"mapping\": \"\"\n }\n ],\n \"chartData\": [\n {\n \"min\": 1,\n \"max\": 10,\n \"label\": \"名称\",\n \"value\": 4,\n \"unit\": \"%\"\n }\n ],\n \"option\": {\n \"title\": {\n \"text\": \"标准仪表盘\"\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"tooltip\": {\n \"formatter\": \"{a}
{b} : {c}%\"\n },\n \"grid\": {\n \"bottom\": 115\n },\n \"series\": [\n {\n \"axisLabel\": {\n \"show\": true,\n \"fontSize\": 12\n },\n \"detail\": {\n \"fontSize\": 25,\n \"formatter\": \"{value}\"\n },\n \"splitLine\": {\n \"length\": 12,\n \"lineStyle\": {\n \"color\": \"#eee\",\n \"width\": 4\n }\n },\n \"axisTick\": {\n \"show\": true,\n \"lineStyle\": {\n \"color\": \"#eee\"\n }\n },\n \"progress\": {\n \"show\": true\n },\n \"data\": [],\r\n \"itemStyle\": {\r\n \"color\": \"#64b5f6\"\r\n },\n \"type\": \"gauge\"\n }\n ]\n }\n}', '1', 'jeecg', '2021-12-26 18:32:05', 'admin', '2022-04-24 10:57:39'); INSERT INTO `onl_drag_comp` VALUES ('200300', '200', '仪表盘', '', 'mdi:gauge', '10', null, '', '1', null, null, null, '2022-04-22 19:10:00'); INSERT INTO `onl_drag_comp` VALUES ('200400', '708970414976712704', '通用组件', 'JCommon', 'teenyicons:area-chart-solid', '6', null, '{\r\n \"dataType\": 1,\r\n \"background\": \"#ffffff\",\r\n \"url\": \"http://api.jeecg.com/mock/33/chart\",\r\n \"timeOut\": 0,\r\n \"turnConfig\": {\r\n \"url\": \"\"\r\n },\r\n \"linkageConfig\": [],\r\n \"dataMapping\": [],\r\n \"customOption\": \"option = {xAxis: {type: \'category\',data: [\'Mon\', \'Tue\', \'Wed\', \'Thu\', \'Fri\', \'Sat\', \'Sun\']},yAxis: {type: \'value\'},series: [{data: [150, 230, 224, 218, 135, 147, 260],type: \'line\'}]};return option;\",\r\n \"chartData\": [\r\n {\r\n \"value\": 0,\r\n \"name\": \"\"\r\n }\r\n ],\r\n \r\n \"option\": {\r\n \"grid\": {\r\n \"bottom\": 115\r\n },\r\n \"card\": {\r\n \"title\": \"\",\r\n \"extra\": \"\",\r\n \"rightHref\": \"\",\r\n \"size\": \"default\"\r\n },\r\n \"title\": {\r\n \"text\": \"\",\r\n \"show\": true\r\n }\r\n }\r\n}', '1', null, null, 'admin', '2022-07-01 17:34:27'); INSERT INTO `onl_drag_comp` VALUES ('708970414976712704', '0', '个性', 'custom', 'ant-design:appstore-twotone', '100', null, null, '1', 'admin', '2022-07-18 19:22:09', 'admin', '2022-07-18 19:33:20'); INSERT INTO `onl_drag_comp` VALUES ('708970874177503232', '708970414976712704', '牛气冲天', 'JCommon', 'ant-design:heart-outlined', '100', null, '{\n \"dataType\": 1,\n \"background\": \"#ffffff\",\n \"url\": \"http://api.jeecg.com/mock/33/chart\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"customOption\": \"var path=\'path://M1472.28,127.91v1C1551,161.7,1579,253.05,1566,330.91a302.16,302.16,0,0,1-10.75,45c-1.53,4.64-2.58,11.74-5.84,15.49-4.58,5.24-17.68,7.14-24.16,9.56-16.89,6.31-33.09,14.32-49,22.73a288.45,288.45,0,0,0-41,26.87c-5.65,4.35-12.1,13-19,15-5,1.48-13-2.41-18-3.47-13-2.75-26.75-4.88-40-5.2-34.31-.84-68.14-.13-101-12.07-87.12-31.65-121-121.33-121-207.95-8.6,6.19-14.51,17.69-19.24,27-12.29,24.17-18.25,50.2-20.93,77-9.21,92.11,29.78,183.68,110.17,232,17.52,10.54,39.51,23,60,26-27.07,22.42-61.21,39.27-91,58l-24,15.1c-3.06,1.92-8.39,4-10.25,7.28-3.37,5.86,12.26,15.67,16.25,18.32,19,12.57,45.11,21.88,68,22.35-14.3,12.93-35.35,20.72-51,32.66-34,26-63.52,56.3-91.71,88.34a787.23,787.23,0,0,0-57.4,73c-12.44,18.05-23,37.85-38,54-13.26,14.26-28.7,25.07-44.92,35.66-56.3,36.75-122.64,58.87-187,76.76-91.95,25.57-185.55,44.87-277,72.31-41.2,12.35-81.72,26.39-117,51.7-11.09,8-22.6,17.26-31.57,27.57-4.78,5.49-11.54,16.79-18.44,19.4-6.5,2.45-17.27-.17-24-1.13-21.36-3-50.8-8.45-64.21-27.27-9.24-13-3-28.7,5.88-40,17.49-22.23,44.8-39.36,71.33-48.66,53.62-18.78,111-24.35,165-42.34,25.32-8.44,54.45-19.34,71.49-41,21.79-27.7,14.86-74.74,5.94-106-26.46-92.7-114.26-157-210.43-159,14.47,18,33.35,30.17,41.31,53,2.84,8.16,2.07,15.62,2.86,24,1.79,18.79,6.07,37.51,19,52,28.13,31.53,70.68,26.37,102.82,49.93,17.21,12.61,32.57,33.58,27.1,56.07-10.26,42.27-68.2,52.95-104.1,59.42-57.71,10.42-118.24,18.08-173,40-30.44,12.18-59.21,31.26-72.13,62.6-19.22,46.59,5,87.25,44.13,113.33a263.25,263.25,0,0,0,41,22.09c4.22,1.84,12.58,3.76,11.82,9.6-1.91,14.69-8.09,29.16-10.39,44-4.36,28.12-5.11,57.57-4.41,86,1.54,62.75,7,125,7,188,0,39-.72,79-10.73,117-12.41,47.06-52.6,77.71-69.21,123a177.6,177.6,0,0,0-11,53c-.64,14.62,1.52,29.6-1.7,44-3.28,14.63-19.08,24.93-20.24,39-1.48,18,10.2,33.95,7.6,52-3.72,25.85-33.15,41.75-27,70,3.33,15.35,18.49,24.8,32.33,29.66,28.41,10,63.53,12.06,93,5.68,19.29-4.18,41.85-16,32-39.34-16.25,4.65-30.79,10.21-48,11-16.31.71-31.87-3.27-48-4v-1c29.51-5.48,58.33-7.43,85-23-14.07-44.48-78.23-59.81-76-110,.64-13.92,8.93-27.24,17.09-38,18.37-24.2,43.35-42.89,67.87-60.42,58.41-41.76,121.88-75.85,180-118,37.2-27,70.16-60.68,106-89.57,16.43,79.56,64.1,157.63,124,211.83,20.94,19,44.5,33.9,67,50.8,11.75,8.82,25.72,18.68,33.54,31.37,8.65,14.06-8.82,18.72-8.4,32,.46,14.58,16.09,26.43,19.35,41,2.91,13-1.16,25.79-5.54,38-3.51,9.81-6.76,21.2,1.52,29.67,6.93,7.08,18.29,9.25,27.53,11.45,25.93,6.14,53.84,6.41,80,2,8.67-1.47,40.39-11.88,28.83-26.48-3.37-4.25-19.71-.6-24.83-.6-23,0-42.29-5.75-64-12v-1c25.71,0,58.05-.69,82-11-7.68-18.45-19.4-37.15-34-50.91-11.59-10.93-25.16-18.77-35.56-31.09-37.67-44.64-65-113-62.4-172,1.41-32.05,18.57-53.87,35.62-80,19.45-29.79,38.76-59.78,57.54-90,8.14-13.11,16.85-25.89,25-39,2.87-4.62,6.56-13.55,11.85-15.69,6.63-2.68,18,1,24.95,1.6,22.7,1.83,45.45,4.82,68,8,73.16,10.17,145.12,22.29,216,43.41,15.49,4.61,31.33,8.38,47,12.35,7.83,2,17.29,3,24,7.75,28.88,20.47,61.08,50.49,76.74,82.62,10.42,21.38,9.22,47.09,24.72,66,30,36.62,76.59,55.44,109.5,89,22.06,22.51,25,52.87,38.3,80,5.78,11.84,18.15,18.21,23.39,30,9.57,21.55-5.94,45.37-13,65-5.93,16.62-2.68,37.29,8.63,51,28.34,34.37,85.85,32.9,125.68,25.39,21.63-4.08,45-13.08,45-38.39-33.33.09-65,2.77-98-5.48-14.23-3.55-26.6-9.94-40-15.52v-1c45.78,5.91,88.63,10.78,134-2-13.48-32.38-41.31-63.58-67-86.83-22.22-20.11-45.87-38.14-63-63.17-19-27.75-26.23-61.69-23.94-95,1.07-15.61,8.5-30.09,5.24-46-5.58-27.3-24.69-47.5-36-72-11.87-25.65-13.5-55.3-15.4-83-.84-12.21-3.08-26.88-.63-39,1.37-6.77,7.76-13.69,11.93-19,11-14,23.22-26.45,35.79-39,20.79-20.76,45.55-37.78,69-55.37,32.27-24.21,65.23-49,101-67.85,24-12.65,58.09-21.5,79.91.31,19,19,18.11,52.46,3.73,73.91-6.5,9.7-18.93,17-21.17,29-3.86,20.58,15.81,43.32-7.47,58.9-30.6,20.47-81.21,5.06-100.63,43.1a53.83,53.83,0,0,0-5.07,16c-5.36,34.59,6.69,80.69,32.7,104.91,11.92,11.1,29.9,18.48,46,12.16,3.89-1.53,11.44-4.6,12.65-9.1,1-3.68-4.44-6.88-6.65-9a102.67,102.67,0,0,1-18.69-24c-14-25.5-15.53-49.67-14.31-78h1c.75,36.25,22.54,76.42,57,90,42.58-109.73,89.4-217.41,110.42-334,8.3-46,17.54-102.62,1.36-148-5.89-16.53-21.23-23.44-35.78-31.31-29.79-16.11-59.59-31.3-91-44.09-8.3-3.37-16.6-6.81-25-9.92-3.63-1.34-9.71-2.44-12.38-5.38-3.17-3.49-.62-16.55-.62-21.3,0-20,.28-40.07-1.09-60a870.11,870.11,0,0,0-11.33-95c-8.14-45.1-19.57-89.75-17.54-136,1.44-32.95,3.38-70.71,22.48-99,8.7-12.88,22.25-21.62,33.48-32.08,17.49-16.29,33.42-34.41,45.8-54.92,16.85-27.91,27.29-59.34,34.55-91,5.5-24,8.46-48.26,18.51-71,17.57-39.74,54.62-67.63,70.08-108,11.51-30.07,9.57-65.44.92-96-3.24-11.42-6.37-24.73-15.86-32.67-26.77-22.36-65.92,2.83-61.81,35.67,2.31,18.57,25.16,26.94,39.81,16.37,9.18-6.63,10-16,10-26.37h1c1,7.24,2.88,13.66,1.1,21-5.85,24.08-34.91,38.31-56.1,23.22-23.42-16.69-27.41-51.5-10.84-74.22a58.1,58.1,0,0,1,21.84-18.51c11.76-5.52,22.5-5,35-4.49v-1c-5.86-3.08-11.5-6.23-18-7.76-33.08-7.79-45,24.6-68,38.95-52,32.51-108.58,62.8-167,81.81,0-81.44-16.39-176.06-91-223.56a189.17,189.17,0,0,0-48-21.71c-21.73-6.48-44.43-8.73-67-8.73m133,55c0,6.85.56,13.72-2.67,20-8.44,16.45-28,18.37-42.33,9v-1c14,.61,27.06-.94,36.47-13,3.6-4.61,5.06-10.41,8.53-15m28,41c9.74,33-39.31,61.09-61,33,19.8,3.85,38.15.49,51.53-16,4.25-5.23,6-11.45,9.47-17m25,56c-2,15.68-10.38,29.06-25,35.88-18.57,8.67-48.86,2.65-56-18.88,20.19,10.63,41.93,14.1,62,.65,7.47-5,12.19-12.14,19-17.65m186,36-23.14,54-29.86,67h-1v-66h-1c-5,28.89-23.6,57.21-33,85h-1l-4-59h-1l-14,39-9,22-10-51h-1c-1.56,11.56-4.92,29.05-11,39l-18-34c-.82,10.06-4.13,27.77-10,36l-20-44,44-14.34,67-27.91,76-45.75m-182,19c-1,46.3-68.69,59.78-89,19,7.24,2.29,13.51,6.61,21,8.53a61.2,61.2,0,0,0,51-10.29c6.62-4.92,11-11.78,17-17.24m-510,23c4.91,26.55-30.79,50.19-50,27,15.91,3.09,30.78.15,41.67-13,3.55-4.28,5-9.65,8.33-14m17,38c2.32,8.49,5.16,16,3.54,25-5,27.78-32.38,37.31-56.54,28v-1a51.93,51.93,0,0,0,47.69-31c3-6.73,2.48-14.42,5.31-21m28,32c24.78,24.8,25.68,67.05-9,84.63-8.79,4.46-18.31,5.37-28,5.37v-1c24.42-11.62,42.28-34,42-62-.09-8.54-6.36-19.21-5-27m57,27c29,22.14,29.88,67.72,3,91.83-13.69,12.28-29.28,15.17-47,15.17v-1c33.84-11.52,51.46-46,50-80-.39-8.8-6.23-17.58-6-26m76,15c32.9,23.18,31.66,75.17,3,100.83-14.75,13.21-32,16.17-51,16.17v-1c33.86-13.15,55.87-46.86,55-83-.27-10.86-7.83-22.88-7-33m367,0c-1.53,11.34-6.74,22.81-11.76,33-5.79,11.79-12.83,23.62-22.33,32.83-32.55,31.58-79.5,22.37-113.91-.83,3.4-14.17,15-26.81,26-35.73,34.26-27.82,80.08-29.27,122-29.27m83,153v1c-32.1,9-68.74,12.91-102,13v1l70,1,37-3v1c-32.09,13.35-65.32,29.91-101,30v1c39.41,0,72.72-12.82,110-23-6,8.07-16.41,13.4-25,18.29-26,14.78-55.32,20.71-85,20.71-14.48,0-32.39-1.69-42.81-13-13.24-14.41-3.73-39.46,11.81-48.05,15-8.3,34.65-6.49,51-4.74,25.45,2.73,50.37,4.83,76,4.83m46,40v1c-72.51,34.36-150.45,63-232,63v1c50.37,0,102.12-5,151-17.88,20.48-5.4,39.55-16.27,60-21.12v1c-67.17,35.76-136.49,64-214,64v1c49.63,0,98.61-6.95,146-22,18.9-6,36.58-14.83,55-22-13.6,14-39.3,21.26-57,28.85-54.69,23.48-109.23,39.15-169,39.15-29.63,0-87.91-8.9-72.45-52,10.38-28.94,53.16-25,77.45-25,26.34,0,52.55,3.12,79,2s54.08-6.6,80-12c32.94-6.82,63.51-21.3,96-29m-490,95c-9,12.82-22,23.86-33,35-13.57,13.74-26.34,28.34-40,42-9.52,9.52-21.78,19.12-33.47,5.82-6.26-7.12-8.17-19.63-.42-26.43,10.95-9.61,28-15.38,40.89-22.17,20.8-11,43.44-27.7,66-34.22m110,7c13.35,13.32,27.65,25.68,41,39,8.43,8.42,17.17,16.84,26,24.83,7,6.32,19.4,14.49,21.61,24.17,3.34,14.66-14,28.53-27.61,22.35-8.07-3.66-11.35-15.11-15.42-22.35-11.5-20.39-22.56-41.2-33.32-62-3.38-6.52-13.32-18.7-12.26-26m-58,3c0,37.17-1.35,76,2.17,113,1.3,13.63,5.23,34.75-9.17,42.59-13.67,7.44-36.07-1.26-34.9-18.59.71-10.58,6.13-21.87,9.18-32l19-63c3.75-12.51,5.9-31.54,13.72-42m-21,9c-6,19-20.18,37.46-29.69,55-9.86,18.19-18.64,41-31.7,57-7.09,8.69-20.53,7.56-28.42.5-12.18-10.9-6.4-24.08,3.81-33.32,20.52-18.57,40.48-37.76,61-56.34,8.27-7.48,15.88-16.4,25-22.83m41,0c18.35,30,36.3,60.21,55,90,6.77,10.82,18.18,24.73,7.71,37-7.85,9.17-26.4,12-33.24,0-4.52-7.89-5.11-19.19-7.29-28-5.31-21.25-9.84-42.7-15-64-2.29-9.44-9.28-25.59-7.13-35m-889,172c-21.37-15-38.7-38.46-57-57-22.46-22.73-50.59-44.87-69-71,14.95,2.24,29.74,12,42,20.35,36.79,25,67,66.75,84,107.65m-130-95c15.29,21.27,35.84,39.06,56,55.58,9.21,7.56,21.44,14.27,29,23.42-32-1.37-58.8-24.18-74.13-51-3.78-6.61-13.15-20.27-10.87-28m1243,10c5.1,17.26,2.45,39.26,2,57-1,41.87-6.18,83.51-17.43,124-5.68,20.43-14.79,39.76-20.58,60h1c5.34-16.88,17.8-33.09,25.75-49,18.06-36.11,35.72-73.55,48.25-112h1c-1.71,21.7-7.08,43.65-11.2,65a1364.13,1364.13,0,0,1-42.8,164h1l48.58-77,41.42-81h1l-34.33,130-24.87,70-16.8,40h1l35-49,47-79h1c-11.54,44.6-23.55,88.39-41.42,131-10.72,25.55-24.91,49-36.58,74l46.37-61,30.63-44h1c-2.82,19.19-11.82,38.78-18.31,57a892.42,892.42,0,0,1-60.69,135,595.42,595.42,0,0,0,63-75h1c-2.34,15.9-9.21,31.82-14.33,47-11.65,34.49-27.12,68.68-47.34,99-9.95,14.93-21.5,30.6-36.33,41,0-23.32,3.72-46.66,4-70,.93-78.47-3.47-156.65-17.42-234a892.72,892.72,0,0,0-29.25-118c-4.27-13.12-8.85-26.18-13.93-39-2.51-6.32-7.29-14.22-7.84-21-.44-5.6,2.71-12.57,4.07-18,3.14-12.59,6.07-25.27,8.57-38,7.43-37.9,12.8-76.37,12.8-115h2c1.2,58.05,17.25,118.15,3,176h1c16.24-39.6,34-77.54,45.58-119a454.82,454.82,0,0,0,10.34-46c1.31-7.76,1.07-17.84,4.08-25m-413,70c5.41-1.52,11.34-3.23,17-2.55,45.43,5.41,38.79,62.68,22,91.55h-1l-1-27h-1l-5,28h-1l-5-39h-1l-2,40h-1l-12-50h-1l2,49h-1l-14-47h-1l4,47h-1c-6.44-15-14.6-34.95-17-51h-1l10,55h-1c-9.22-20.8-21.68-47.51-25-70h-1l15,74h-1c-8.36-15.68-17-34.66-21-52h-1l11,53h-1l-20-43h-1l12,50h-1l-22-41h-1l16,48c-10.14-7.77-19.56-23.5-25-35h-1l15,37c-7.66-3.57-14.41-12.46-18-20h-1l13,25c-28.92-15.39-67.06-61.19-30-89.46,4.72-3.6,10.4-5,16-6.54-8-27.15,18.21-52,44-52,17.77,0,33.13,12,40,28m-39,23,1,1-1-1m157,165v-1l26-9v-1l-29,4v-1l35-17v-1l-39,11v-1l44-27v-1l-48,17v-1l42-29-45,18v-1l44-31v-1l-50,26v-1l59-46c-21.47,11.31-43.75,30.16-67,37v-1l44-37-48,27,35-34-45,27,32-35-41,29,25-34-31,25,13-23-19,19c7.13-27.47,25.41-68.94,61-62.53,6.42,1.15,13,3.62,18,7.86,3,2.52,6,8.94,10.1,9.46,5.24.67,12.45-3.1,17.91-3.62,14.25-1.35,28.44,5.57,37,16.83,9.21,12.19,12.1,28.87,5.73,43-2.64,5.85-8.72,11.12-10.59,17-1.24,3.88,3.09,8.47,4.35,12,2.22,6.23,2.34,14.57.87,21-8.36,36.41-53.28,33.2-81.32,32m-316-149c-9.77,26.84-33.09,53-51.84,74-62,69.42-148.28,112.34-240.16,124.72-28.53,3.84-56.39,3.28-85,3.28v-2c32.11-4.32,65.57-17.48,96-28.31,76.94-27.38,152-62.23,217-112.34,23.38-18,42-40.27,64-59.35m191.33,2.67.34.67-.34-.67m-40,3,.34.67-.34-.67m-23.33,19.33,1,1-1-1m305,6c47.91,32.33,77.54,87.44,68.41,146-4.37,28-17.32,68.7-53.41,62.67-39.88-6.66-32.15-69.51,8-66.34,7.87.62,14.47,3.37,21,7.67,8.36-40.54,6.18-75.37-14.85-112a159.52,159.52,0,0,0-18.44-26c-3.15-3.59-9.46-7.43-10.71-12m-143,3,1,1-1-1m-18,2,1,1-1-1m34,3,1,1-1-1m26,15,1,1-1-1m23,1,1,1-1-1m-238,40-27-7v1c8.65,2,20.27,7.08,26,14l-39-6v1c12,1,26.62,7,37,13v1l-52-4v1l47,13v1l-51-1v1l48,11v1h-56v1l57,7v1l-77,3v1c24.17,0,53.5,2.4,77,8v1l-59,4v1l57,5v1l-49,6v1l51,4v1l-46,8v1h50v1l-39,11v1l38-2v1l-23,9v1l26-5c-3.72,6.43-11.75,10.68-18,14.4-19.67,11.7-47.78,20.06-67,2.41a35,35,0,0,1-10.53-17.81c-.8-3.77.68-9.29-1.54-12.57s-8.52-3.8-12-5.31a42.36,42.36,0,0,1-17.08-13.12c-20.88-28.29-1-67.22,33.08-70,0-5.45.48-10.86,2.47-16,16.06-41.47,75.51-20,94.53,7m138,22h-1c-4.91-26.06-35.82-46.31-56-20-4.56-12.85,14.79-25.15,25-27.19,28.54-5.71,40.67,24.69,32,47.19m91-41,1,1-1-1m-154,4-2,13-8-11c3.64-3.31,5.3-3.42,10-2m-5,20c-29.83-6.15-51.37,18.89-37,47-4.81-1.64-8.47-5-11.61-9-10.65-13.57-8.63-34.2,5.61-44.36,12-8.53,35-7.37,43,6.36m160-9,1,1-1-1M1097,1069.23l.66.34-.66-.34m194.33,12.67,3-1,1,7-12,3c.57-3.17,3.82-12.42,8-9m-65,33c-5.93-4.35-9.93-17-12-24-.82-2.83-1.91-8.2,2.09-9.25,3.68-1,5.61,3.48,6.35,6.25a112.35,112.35,0,0,1,3.52,27m7-8c.68-3.53,2.4-21.07,7.79-20.08,6.55,1.2-5.14,18.35-7.79,20.08m137-12,1,1-1-1m-135,24c5-7,12.85-13.76,20-18.53,2.36-1.58,7.77-4.78,9.86-1,1.86,3.35-2.55,6.85-4.88,8.45-6.81,4.68-16.85,9.65-25,11.1m-21-5c-3.62-1.56-19.7-8.26-17.65-13.59,1.12-2.93,5.28-.19,6.65.87,4.32,3.36,8.69,7.77,11,12.72m65,46c3.6-5.28,11.31-7.72,15.67-13,8.57-10.39,8.57-26.61,0-37-3.9-4.73-10.23-7.27-13.67-12,10.34,0,20.07,2,27.91,9.3,13,12.06,11.9,34.24-1.92,45.17-8.33,6.59-17.81,7.53-28,7.53m316-55-1,3,1-3m-376,18c-6.47,3.88-19.5,4.25-27,4-2.73-.11-8.66-.88-8.08-4.91.52-3.54,5.3-4,8.08-4a102.69,102.69,0,0,1,27,4.9m-55,1v2l-12,4-3-4c3.47-7.92,8.72-5.29,15-2m63.13-3.25c4.09-1.1,6,5.2,1.77,6.28-4,1-5.85-5.18-1.77-6.28m18.87,4.25v-2c3.26,0,21.77-3.61,21.65,1.87s-18.45.54-21.65.13m-10,4a109.5,109.5,0,0,1,12,6.28c2.7,1.54,5.39,3.1,8,4.77,3,1.91,13,12.66,3,11.66-6.45-.64-23.11-16.37-23-22.71m-66,1c-2.24,6.14-5.66,11.24-6,18-1,23.73,19.44,33.62,40,32-11.45,13.82-36.37,12.67-47.47-1-9.27-11.45-8.17-27.5.4-38.95a31.67,31.67,0,0,1,13.07-10m55,2c.71,8-2.25,19.48-5.09,27-1,2.62-3.14,7-6.7,6.17-4-1-2.74-6.51-1.74-9.17,2.92-7.8,7.6-18.14,13.53-24m-11,2c-4.65,5.77-12,14-20,13,2.12-7.39,12.9-11.73,20-13m136,143c-9.89,22.12-39.74,19.35-56,7.24s-24.49-37.81-27-57.24h1l17,21-12-26,27,26-20-32,40,32-30-39,41,30-31-37,44,30-40-39,64,42-40-36-16-16,50,30-41-37,43,22-38-32v-1l41,18-39-29,41,14v-1l-33-20v-1l25,5v-1l-24-10c7-3.14,14.66-1.63,22-1.09,23.3,1.71,50.28,10.14,56,36.09a35.71,35.71,0,0,1-1.46,21c-1.49,3.71-6.09,7.91-5.94,12,.34,9.16,10.9,17.45,11.38,28,1.11,24.47-16.4,46.95-42,47.54-9.75.23-17.92-3.94-27-6.54m-116-137,7,22c-7.65-1.25-9.62-15.74-7-22m127,11,1,1-1-1m-68,18v7c-7.6.51-10.64-2.39-12-10l12,3m-20-2c2.48,8.81,4,17.11.9,26-6.8,19.17-30.6,26-46.9,14.36-8.19-5.87-12-14.8-14-24.36,16.33,13.11,35.34,21.78,51.67,2,4.52-5.48,4.51-12.5,8.33-18m94,16v1l3,1-3-2m-159,5v13l-7,1-3-4,10-10m-63,6-14,22,20-18-18,36h1c5.28-11.12,15.22-24.52,25-32l-19,49h1l27-41h1l-16,48h1c4.46-14.08,15.76-28.77,24-41h1l-16,52h1l23-50h1l-20,72h1l30-68h1l-13,56h1l21-50h1l-8,48h1l18-47h1l-5,46h1l14-47h1l-1,43h1l10-39h1l2,26h1l3-26h1c6.57,17,12.39,37.56,8.48,56-5.16,24.33-31.08,41.28-54.48,29-10.63,28-49.21,32.56-70,13.82-11.91-10.75-15.64-28.55-12-43.82-22.18-3.33-31.83-27.15-26.25-47,5.65-20.14,28.24-41.12,48.25-47m219,4,1,1-1-1m-1165,9c11.79,43.13,63.28,76.37,105,85v1c-35.68-.74-79-19.55-96.22-52-4.37-8.25-12.45-24.61-8.78-34m1163,6,1,1-1-1m-232,3,1,1-1-1m-536,47c-15.95-5.39-31.12-10.22-48-11.83-45.95-4.38-87.44,11.77-127,32.83,7-12.12,20.55-21.05,32-28.67,39.85-26.52,91.69-32.75,137-17.66,22.11,7.36,52,20.84,54.82,47.33,3.26,30.35-41.74,49.71-55.75,19-5.87-12.88.9-29.5,6.93-41m188-32,76,15v1l-42,22v1l47,10v1l-44,24v1l65-3-26,19-42,28v1l75-14v1l-93,67,80-19c-12,15.65-34.36,27.6-50,39.65-30.72,23.67-61.34,53.17-95,72.35,5.57-19.33,17.38-38.12,24.79-57a458.62,458.62,0,0,0,26.93-102,331.28,331.28,0,0,0,2.19-74c-.76-9.5-7.57-25.25-4.91-34m562,1,2,2-2-2m24,3,1,1-1-1m-37,4,1,1-1-1m-46,9,1,1-1-1m15,0,3,3-3-3m20,0,1,1-1-1m313,7,1,1-1-1m-592,129-74,3v-1l28-21c-26.61.55-58.13,3.82-84,10l20-15,49-33-61-5,15-10.15,34-18.85v-1l-59-15v-2l58-12.42,22.57-3.94,3.8,8.36,6.63,24,22.25,58,18.75,35m111-126,1,1-1-1m10,11,1,1-1-1m359,5c-3.64,7.95-11,14.48-16.72,21a376.36,376.36,0,0,1-48.28,45.4c-81,64.74-191,95.89-292,63.6v-1c93.66-7.39,189-40.62,273-81.26,29.13-14.09,55.56-32.6,84-47.74m-335,5,1,1-1-1m-18.67,12.67.34.66-.34-.66m746.67,3.33c-4,10.82-11.47,20.72-16.74,31-11.54,22.51-22,47.75-25.26,73h-1c-25.77-42.14.69-86.29,43-104m-69,5c-6.38,9.06-15.37,16.66-22.71,25-23.71,26.94-49.14,56.12-62.29,90-5.31-10-1.62-26.62,1.16-37,9.65-36.18,47.59-69.39,83.84-78m-1350,74c-5.76-7.72-10.07-16.77-19-21.58-7.09-3.82-14.48.3-14.65,8.58-.19,10.13,7.28,18.1,10.65,27-9.55-2.21-17.11-7.11-24-14-16.27-16.26-26.69-45.3,0-57.68a31.9,31.9,0,0,1,12-3.06c26-.78,41.69,39.59,35,60.74m29,18c5.18-8.3,13.44-15.74,14.63-26,1-8.18-6.44-12.49-13.63-9.87-9.58,3.5-13.89,13-22,17.87a56.19,56.19,0,0,1,5.76-26c5.62-11.42,14.81-25.06,28.24-27.69,28.06-5.48,42.54,25.25,27.78,46.69-4.66,6.77-11,12.13-17.78,16.64a49,49,0,0,1-23,8.36m1115-60-2,4,2-4m-992,21.39c24.32-1.72,28.64,37.5,4,39.52-27.06,2.22-30.95-37.61-4-39.52m-154,27.94c27.49-4.82,35.84,37.46,8,42.34-27.08,4.75-35.1-37.59-8-42.34m-24,13.67c-9.38,5.65-21.43,4.64-28.28,15-3.9,5.89.36,11.42,6.28,13.53,9.5,3.38,19.82.42,29-2.52-9.88,19.83-47.72,36.81-66.83,20.32-18.74-16.17-8-43,12.83-49.8,6.92-2.26,13.8-2.52,21-2.52,9.4,0,17.71,1.29,26,6m47,30c9.11,2.49,20.28,9,30,5.26,7.07-2.72,8.31-9.74,3.77-15.26-6.34-7.71-15-11.08-23.77-15,17-12.62,57.8.34,64.21,20,7.8,23.92-15.09,42.14-37.21,36.08a62,62,0,0,1-19-9.29c-7.59-5.34-15.32-12.7-18-21.79m970-27,11,96-44-41,5,60c-17-11.28-32.55-28.55-47-43l29,78-32-24.12-51-39.88c11.93,28.5,35.45,54.33,44,84l-39-28.63-77-57.37c15.81,29.7,41.11,57.58,53,89-22.38-9.41-44.15-29.53-64-43.58q-61.1-43.21-123-85.42c4.26-1.53,9.57.39,14,1,10.31,1.42,20.65,2.8,31,3.83a694.58,694.58,0,0,0,99,3.13c45.84-2,92.82-10.18,136-26,18.85-6.91,36.29-20,55-25.95m-1140,4.46c25.56-.81,26.56,39.2,1,39.2-24.83,0-25.94-38.41-1-39.2M797,1405.23l.66.34-.66-.34m841.33,13.67-1,2,1-2m-1156,8c-.44,10.17-3.59,28.15,8,34,14.89,7.46,18-24,18-32,17.73,13.7,18.84,56.69-1,69-21.27,13.2-43-5-43-27,0-7.36.64-14,3-21,3-9,7.1-17.39,15-23m588,12c1.81,42,10.69,83.63,28.31,122,7.81,17,18.66,31.77,27.69,48-18.64-1.48-37.52-6.86-56-9.92-37.14-6.15-74.55-11.29-112-14.91-33.14-3.21-67.66-6.36-101-4.08-20.42,1.4-40.6,5.39-61,6.82-22.36,1.57-47.11,3.25-69-2.39-10.33-2.66-21.8-8.89-23-20.52,13.73,4.35,23,10,38,10-5.17-13.8-3.92-31.05,0-45h1c6.38,14.77,21.44,28.52,37,33,0-16.18-2.43-36.79,7-51,7.41,15.63,19.47,32.84,37,38-.14-17.15-2-32.81,8-48,3.36,4.69,4.52,10.92,7.43,16,7.29,12.74,19,24.15,32.57,30,0-16.21-.22-35.54,8-50h1c8.11,18.3,14.61,37.08,32,49-4.83-20.29.31-47.81,10-66,4.24,6.74,5.81,15.62,8.86,23,6.89,16.68,15.59,32.88,28.14,46,0-19.12-.59-38,2.13-57,.89-6.21,1.57-17,6.87-21,1.35,31.27,22.24,61.38,42,84-1.09-25.29-2.9-49.67,0-75,1.16-10.35,2.42-24.05,8-33,12.83,37.82,18.07,80.41,45,112a499.31,499.31,0,0,1,.83-88c1-9.94.8-22.92,5.17-32m214,42,1,1-1-1m-635,3c-1.72,11.45-8,23.06-13.72,33-22.54,39.4-64.15,66.87-109.28,71.95-24.81,2.8-67.3,2.25-72.67-29.95-7.37-44.11,58.5-56.52,65.91-12,1.12,6.72-.2,12.59-2.24,19,40.85,0,77.9-15.94,105.91-46,10.34-11.1,16.65-24.61,26.09-36m-300,23.3c55.12-7.94,82.86,65.83,36,96a51,51,0,0,1-21,7.41c-54,7-80.66-66.35-35-95.84a51.36,51.36,0,0,1,20-7.57m-3,29.7c-3.64,7.79-16.4,22.36-15.75,30.9.27,3.49,5.17,5,7.75,6.41,7.92,4.3,15.67,9.22,24,12.69l17-33-33-17m1132,41,20,59,11,35-45-37,15,57-44-41,2,55-46-52v58h-1l-37.42-62-21.58-37c12.07,1.62,23.69,5.68,36,6,44.13,1.08,76-16.59,111-41m-1109,204v-1c53-12.15,110.13-43.3,150-80-14.43,8.22-27.55,18.83-42,27.13-39.89,22.9-86.13,41-132,46.87v-1c58.55-19.05,116.35-52.27,161-95-14.74,9.18-28.22,20.37-43,29.57-35.05,21.83-72.47,39.29-112,51.15-12,3.6-24.57,8.61-37,10.28,21.82-14.49,50.72-20.72,74-33.31,48-25.94,88.27-58.6,127-96.69,15.34-15.09,43.34-40.45,67-28.62,39.51,19.75,0,63.81-19,81.53-37,34.43-82.1,54-129,70.78-20.52,7.33-43.1,16.57-65,18.31m468-153v1c-56.73,26.52-100,91.38-100,154-28.71-14.54-35.34-59.06-19.3-84,18.72-29.13,54.16-46.72,85.3-59.4,10.77-4.38,22.44-9.89,34-11.6m45,3c-8.66,11.77-20.89,20.85-29.57,33-21,29.33-32.33,67-32.43,103-6.52-4.69-11.48-11.94-15.22-19-28.43-53.65,32.72-99.73,77.22-117m-581,4c42.61,13.62,88.26,20,133,16.91,20.57-1.41,40.61-7.29,61-8.91v1c-14.54,9-27.7,19-44,24.95-55.81,20.46-105.49.78-151-32.95l1-1m1532,8c-16.45,31.23-22,62.25-9,96-40.31-18.8-28.28-81.58,9-96m-1125,7c-5.59,9.72-13.3,18-18.69,28-15.09,27.84-26.05,63.11-26.31,95,18.47-1.46,37.55-3.83,51.91,11,27.62,28.62-9.23,63.21-40.91,57.5-28.41-5.13-39-37.23-39-62.54,0-49.78,24.67-108.17,73-129m-196,22-6,6,6-6m-234,5c33.75,19.62,76.22,22.1,114,22v1c-28.48,16.62-65,19.94-93,.65-6.34-4.37-21.71-15-21-23.65m252,13-1,2,1-2m-3,2-8,8,8-8m996,47c-2.89,22.83-.92,41.85,5,64l-22-19,5,56h-1l-30-54h-1l-4,34h-1l-22-40-2,29h-1l-25-63c22.71,11.62,49.89,13.22,74,4.92,8.84-3,16.39-8.66,25-11.92m-1176,102v2l-38,30,8-26-34,28,12-35-37,32,8-34-38,37c4.62-16,13.74-31.83,20.69-47,2.35-5.14,4.42-14.67,9.52-17.69,7.43-4.38,19-2,26.79-.18,23.32,5.59,41.5,19.46,62,30.87m447,60-14-19h-1l10,24h-1l-15-19,13,28-36-41,24,47-40-43,17,40h-1l-34-40,19,44-37-41,12,29c-8.25-5.81-27.23-20.9-29.53-31-1.74-7.63,4.91-16.47,10.57-20.7,13.44-10,36.41-9.18,52-5.4,13.58,3.3,31.36,9.74,40.21,21.19,5.76,7.45,7.92,18.09,10.79,26.91m-45-28,1,1-1-1m-34,4,1,1-1-1m18,0,1,1-1-1m44,2,1,3h1l-2-3m-80,1,1,1-1-1m74,4,1,3h1l-2-3m-589,187c-2.56,11.16-11,30-4.06,40.9,3.39,5.37,10.43,5.65,16.06,6.38,14.54,1.89,29.49-2.14,44-3.28v1c-21,6-51.89,20.17-74,13.2-8.63-2.73-8.12-10.89-6.24-18.2,3.55-13.8,12.82-31.26,24.24-40Zm1484-1557c0,21.15-18,38.3-40.22,38.3s-40.22-17.15-40.22-38.3,18-38.3,40.22-38.3S1666.24,493.75,1666.24,514.9Z\';option={backgroundColor:new echarts.graphic.RadialGradient(0,0,1,[{offset:0,color:\'#06798c\'},{offset:1,color:\'#07162b\'}]),title:{text:\'牛气冲天\',top:100,left:100,textStyle:{fontWeight:\'normal\',fontSize:40,color:\'#fff\',fontFamily:\'STXinwei\',textShadowColor:\'#c30d23\',textShadowBlur:\'2\',textShadowOffsetX:1,textShadowOffsetY:3,}},grid:{left:\'80%\',top:\'42%\',bottom:100},xAxis:{show:false,data:[\'2017\']},yAxis:{show:false,},series:[{type:\'liquidFill\',data:[0.7,0.8,0.75,0.21,0.2,0.13,0.1,],radius:\'90%\',waveLength:\'90%\',waveHeight:\'10\',amplitude:10,z:2,outline:{show:false},backgroundStyle:{color:new echarts.graphic.LinearGradient(1,0,0,0,[{offset:0,color:\\\"#1afae8\\\"},{offset:0.3,color:\\\"#007771\\\"},{offset:0.6,color:\\\"#27AEFA\\\"},{offset:1,color:\\\"#4D8AFF\\\"}]),borderColor:new echarts.graphic.LinearGradient(1,0,.3,1,[{offset:0,color:\'#5dfff8\'},{offset:0.3,color:\'#33ffe6\'},{offset:0.5,color:\'#049a8c\'},{offset:1,color:\'#f63469\'}]),borderWidth:1,shadowColor:\'#040b17\',shadowOffsetX:-5,shadowOffsetY:5,shadowBlur:5},shape:path,color:new echarts.graphic.LinearGradient(1,0,.23,1,[{offset:0,color:\'#FDD43F\'},{offset:0.3,color:\'#33ffe6\'},{offset:0.5,color:\'#049a8c\'},{offset:1,color:\'#f63469\'}]),label:{normal:{formatter:\'\',}}},{name:\'\',type:\\\"effectScatter\\\",rippleEffect:{period:10,scale:12,brushType:\'stroke\',color:new echarts.graphic.LinearGradient(1,0,.3,1,[{offset:0,color:\'rgba(93, 255, 248, .3)\',},{offset:0.3,color:\'rgba(51, 255, 230, .3)\',},{offset:0.5,color:\'rgba(4, 154, 140, .3)\',},{offset:1,color:\'rgba(246, 52, 105, .3)\',}]),},z:0,symbolPosition:\'end\',symbol:path,\\\"symbolSize\\\":[80,100],\\\"symbolOffset\\\":[0,-9],itemStyle:{normal:{color:\'rgba(0, 0, 0, 0)\',}},data:[0]},]};return option;\",\n \"linkageConfig\": [],\n \"dataMapping\": [],\n \"chartData\": [\n {\n \"value\": 0,\n \"name\": \"\"\n }\n ],\n \"option\": {\n \"grid\": {\n \"bottom\": 115\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"title\": {\n \"text\": \"\",\n \"show\": true\n }\n }\n}', '1', 'admin', '2022-07-18 19:23:58', 'admin', '2022-07-18 19:34:37'); INSERT INTO `onl_drag_comp` VALUES ('708976410864304128', '708970414976712704', '五行相克', 'JCommon', 'ant-design:appstore-twotone', '100', null, '{\n \"dataType\": 1,\n \"h\": 55,\n \"background\": \"#ffffff\",\n \"url\": \"http://api.jeecg.com/mock/33/chart\",\n \"timeOut\": 0,\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"customOption\": \"var wuXin=new Array(\'木\',\'火\',\'土\',\'金\',\'水\');var color=[\'#78a355\',\'#d93a49\',\'#8e3e1f\',\'#dea32c\',\'#50b7c1\'];function roundDatas(num){var datas=[];for(var i=0;i1){for(var i=0;i\';}}return res;}},\'series\':[{\'name\':\'计划工期\',\'type\':\'bar\',\'stack\':\'总量0\',\'label\':{\'normal\':{\'show\':true,\'color\':\'#000\',\'position\':\'right\',\'formatter\':function(params){return params.seriesName}}},\'itemStyle\':{\'normal\':{\'color\':\'skyblue\',\'borderColor\':\'#fff\',\'borderWidth\':2}},\'zlevel\':-1,\'data\':[new Date(1525132800000),new Date(1520985600000),new Date(1525132800000)]},{\'name\':\'计划工期\',\'type\':\'bar\',\'stack\':\'总量0\',\'itemStyle\':{\'normal\':{\'color\':\'white\'}},\'zlevel\':-1,\'z\':3,\'data\':[new Date(1514764800000),new Date(1514764800000),new Date(1521072000000)]},{\'name\':\'可行性研究阶段\',\'type\':\'bar\',\'stack\':\'总量2\',\'label\':{\'normal\':{\'show\':true,\'color\':\'#000\',\'position\':\'right\',\'formatter\':function(params){return params.seriesName}}},\'itemStyle\':{\'normal\':{\'color\':\'green\',\'borderColor\':\'#fff\',\'borderWidth\':2}},\'zlevel\':-1,\'data\':[new Date(1515542400000),new Date(1515542400000),new Date(1522368000000)]},{\'name\':\'可行性研究阶段\',\'type\':\'bar\',\'stack\':\'总量2\',\'itemStyle\':{\'normal\':{\'color\':\'white\'}},\'zlevel\':-1,\'z\':3,\'data\':[new Date(1514851200000),new Date(1514851200000),new Date(1521158400000)]},{\'name\':\'初步设计阶段\',\'type\':\'bar\',\'stack\':\'总量3\',\'label\':{\'normal\':{\'show\':true,\'color\':\'#000\',\'position\':\'right\',\'formatter\':function(params){return params.seriesName}}},\'itemStyle\':{\'normal\':{\'color\':\'red\',\'borderColor\':\'#fff\',\'borderWidth\':2}},\'zlevel\':-1,\'data\':[new Date(1519084800000),new Date(1516406400000),new Date(1523318400000)]},{\'name\':\'初步设计阶段\',\'type\':\'bar\',\'stack\':\'总量3\',\'itemStyle\':{\'normal\':{\'color\':\'white\'}},\'zlevel\':-1,\'z\':3,\'data\':[new Date(1517443200000),new Date(1515715200000),new Date(1522540800000)]},{\'name\':\'施工图设计阶段\',\'type\':\'bar\',\'stack\':\'总量4\',\'label\':{\'normal\':{\'show\':true,\'color\':\'#000\',\'position\':\'right\',\'formatter\':function(params){return params.seriesName}}},\'itemStyle\':{\'normal\':{\'color\':\'brown\',\'borderColor\':\'#fff\',\'borderWidth\':2}},\'zlevel\':-1,\'data\':[new Date(1520553600000),new Date(1516838400000),new Date(1524182400000)]},{\'name\':\'施工图设计阶段\',\'type\':\'bar\',\'stack\':\'总量4\',\'itemStyle\':{\'normal\':{\'color\':\'white\'}},\'zlevel\':-1,\'z\':3,\'data\':[new Date(1519516800000),new Date(1516492800000),new Date(1523404800000)]},{\'name\':\'项目实施阶段\',\'type\':\'bar\',\'stack\':\'总量5\',\'label\':{\'normal\':{\'show\':true,\'color\':\'#000\',\'position\':\'right\',\'formatter\':function(params){return params.seriesName}}},\'itemStyle\':{\'normal\':{\'color\':\'yellow\',\'borderColor\':\'#fff\',\'borderWidth\':2}},\'zlevel\':-1,\'data\':[new Date(1520812800000),new Date(1518652800000),new Date(1525046400000)]},{\'name\':\'项目实施阶段\',\'type\':\'bar\',\'stack\':\'总量5\',\'itemStyle\':{\'normal\':{\'color\':\'white\'}},\'zlevel\':-1,\'z\':3,\'data\':[new Date(1520640000000),new Date(1516924800000),new Date(1524268800000)]},{\'name\':\'项目验收阶段\',\'type\':\'bar\',\'stack\':\'总量6\',\'label\':{\'normal\':{\'show\':true,\'color\':\'#000\',\'position\':\'right\',\'formatter\':function(params){return params.seriesName}}},\'itemStyle\':{\'normal\':{\'color\':\'orange\',\'borderColor\':\'#fff\',\'borderWidth\':2}},\'zlevel\':-1,\'data\':[new Date(1522368000000),new Date(1520899200000),new Date(1525132800000)]},{\'name\':\'项目验收阶段\',\'type\':\'bar\',\'stack\':\'总量6\',\'itemStyle\':{\'normal\':{\'color\':\'white\'}},\'zlevel\':-1,\'z\':3,\'data\':[new Date(1521072000000),new Date(1518739200000),new Date(1525046400000)]}]};return option;\",\n \"linkageConfig\": [],\n \"dataMapping\": [],\n \"chartData\": [\n {\n \"value\": 0,\n \"name\": \"\"\n }\n ],\n \"option\": {\n \"grid\": {\n \"bottom\": 115\n },\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"title\": {\n \"text\": \"\",\n \"show\": true\n }\n }\n}', '1', 'admin', '2022-07-18 19:45:58', 'admin', '2022-07-25 15:42:04'); INSERT INTO `onl_drag_comp` VALUES ('725214423934730240', '100', '数值', 'JNumber', 'ant-design:field-number-outlined', '14', null, '{\r\n \"w\": 12,\r\n \"h\": 30,\r\n \"dataType\": 1,\r\n \"timeOut\": 0,\r\n \"turnConfig\": {\r\n \"url\": \"\"\r\n },\r\n \"linkageConfig\": [],\r\n \"dataMapping\": [\r\n {\r\n \"filed\": \"数值\",\r\n \"mapping\": \"\"\r\n }\r\n ],\r\n \"chartData\": {\r\n \"value\": \"1024\"\r\n },\r\n \"analysis\": {\r\n \"isCompare\": false,\r\n \"compareType\": \"\",\r\n \"trendType\": \"1\"\r\n },\r\n \"option\": {\r\n \"isCompare\": false,\r\n \"trendType\": \"1\",\r\n \"card\": {\r\n \"title\": \"未命名标题\",\r\n \"extra\": \"\",\r\n \"rightHref\": \"\",\r\n \"size\": \"small\",\r\n \"textStyle\": {\r\n \"fontSize\": 18,\r\n \"fontWeight\": \"bold\",\r\n \"color\": \"#464646\"\r\n }\r\n },\r\n \"body\": {\r\n \"text\": \"\",\r\n \"color\": \"#000000\",\r\n \"fontWeight\": \"bold\"\r\n }\r\n }\r\n}', '1', 'jeecg', '2022-09-01 15:10:03', 'jeecg', '2022-09-02 16:52:23'); INSERT INTO `onl_drag_comp` VALUES ('728116316742778880', '100', '自定义按钮', 'JCustomButton', 'teenyicons:button-outline', '100', null, '{\r\n \"w\": 12,\r\n \"h\": 30,\r\n \"dataType\": 1,\r\n \"url\": \"\",\r\n \"timeOut\": 0,\r\n \"chartData\": [\r\n {\r\n \"btnId\": \"74591654852155\",\r\n \"title\": \"销售订单\",\r\n \"icon\": \"ant-design:calendar-twotone\",\r\n \"color\": \"#ED4B82\",\r\n \"operationType\": \"1\",\r\n \"worksheet\": \"\",\r\n \"view\": \"\",\r\n \"defVal\": [\r\n \r\n ],\r\n \"customPage\": \"\",\r\n \"href\": {\r\n \"url\": \"\",\r\n \"isParam\": false,\r\n \"params\": [\r\n \r\n ]\r\n },\r\n \"openMode\": \"2\",\r\n \"bizFlow\": \"\",\r\n \"click\": {\r\n \"type\": \"1\",\r\n \"message\": {\r\n \"title\": \"你确认执行此操作吗?\",\r\n \"okText\": \"确认\",\r\n \"cancelText\": \"取消\"\r\n }\r\n }\r\n }\r\n ],\r\n \"option\": {\r\n \"title\": \"\",\r\n \"btnType\": \"button\",\r\n \"btnStyle\": \"solid\",\r\n \"btnWidth\": \"custom\",\r\n \"btnDirection\": \"column\",\r\n \"rowNum\": 4\r\n }\r\n}', '1', 'jeecg', '2022-09-09 15:21:08', 'jeecg', '2022-09-09 15:41:56'); INSERT INTO `onl_drag_comp` VALUES ('72811631742776660', '100', '查询条件', 'JFilterQuery', 'ant-design:filter-filled', '100', null, '{\r\n \"w\": 12,\r\n \"h\": 12,\r\n \"dataType\": 1,\r\n \"url\": \"\",\r\n \"timeOut\": 0,\r\n \"chartData\": []\r\n}', '1', 'jeecg', '2022-09-09 15:21:08', 'jeecg', '2022-09-09 15:41:56'); INSERT INTO `onl_drag_comp` VALUES ('729550825967222784', '100102', '透视表', 'JPivotTable', 'ant-design:table-outlined', '13', null, '{\n \"w\": 24,\n \"h\": 42,\n \"dataType\": 1,\n \"timeOut\": 0,\n \"chartData\": {\n \"x\": [\n {\n \"62eb2e00c349cde9883d3c1c\": [\n \"测试1\",\n \"测试1\",\n \"测试2\",\n \"测试3\"\n ]\n },\n {\n \"62f37518df6db6d3e0c9b7ad\": [\n \"1\",\n \"2\",\n \"3\",\n \"4\"\n ]\n }\n ],\n \"data\": [\n {\n \"y\": [\n \"2022/09\",\n \"2022\"\n ],\n \"t_id\": \"62f37456cf07c28f9312dd13\",\n \"data\": [\n 111,\n null,\n null,\n null\n ],\n \"sum\": 111,\n \"summary_col\": false\n },\n {\n \"y\": [\n \"2022/09\",\n \"2022\"\n ],\n \"t_id\": \"62f37456cf07c28f9312dd14\",\n \"data\": [\n 444,\n null,\n null,\n null\n ],\n \"sum\": 444,\n \"summary_col\": false\n },\n {\n \"y\": [\n \"2022/08\",\n \"2022\"\n ],\n \"t_id\": \"62f37456cf07c28f9312dd13\",\n \"data\": [\n null,\n 222,\n 333,\n 444\n ],\n \"sum\": 999,\n \"summary_col\": false\n },\n {\n \"y\": [\n \"2022/08\",\n \"2022\"\n ],\n \"t_id\": \"62f37456cf07c28f9312dd14\",\n \"data\": [\n null,\n 333,\n 222,\n 111\n ],\n \"sum\": 666,\n \"summary_col\": false\n },\n {\n \"y\": [],\n \"t_id\": \"62f37456cf07c28f9312dd13\",\n \"data\": [\n 111,\n 222,\n 333,\n 444\n ],\n \"sum\": 278,\n \"summary_col\": true\n },\n {\n \"y\": [],\n \"t_id\": \"62f37456cf07c28f9312dd14\",\n \"data\": [\n 444,\n 333,\n 222,\n 111\n ],\n \"sum\": 1110,\n \"summary_col\": true\n }\n ]\n },\n \"option\": {\r\n \"card\": {\r\n \"title\": \"未命名标题\",\r\n \"extra\": \"\",\r\n \"rightHref\": \"\",\r\n \"size\": \"default\"\r\n }\r\n }\n}', '1', 'jeecg', '2022-09-13 14:21:21', 'jeecg', '2022-09-13 20:13:32'); INSERT INTO `onl_drag_comp` VALUES ('932219134883299328', '100', '当前时间', 'JCurrentTime', 'ant-design:field-time-outlined', '100', null, '{\n \"w\": 12,\n \"h\": 6,\n \"dataType\": 1,\n \"url\": \"http://api.jeecg.com/mock/42/nav\",\n \"timeOut\": 0,\n \"background\": \"#3F7DD4\",\n \"turnConfig\": {\n \"url\": \"\"\n },\n \"chartData\": \"\",\n \"option\": {\r\n \"showWeek\":\"show\",\n \"card\": {\n \"title\": \"\",\n \"extra\": \"\",\n \"rightHref\": \"\",\n \"size\": \"default\"\n },\n \"body\": {\n \"text\": \"\",\n \"color\": \"#FFFFFF\",\n \"fontWeight\": \"normal\",\n \"marginLeft\": 0,\n \"marginTop\": 0\n }\n }\n}', '1', 'jeecg', '2024-03-25 20:32:51', 'jeecg', '2024-03-25 20:34:14'); -- ---------------------------- -- Table structure for onl_drag_dataset_head -- ---------------------------- DROP TABLE IF EXISTS `onl_drag_dataset_head`; CREATE TABLE `onl_drag_dataset_head` ( `id` varchar(32) NOT NULL COMMENT 'id', `name` varchar(100) NOT NULL COMMENT '名称', `code` varchar(36) DEFAULT NULL COMMENT '编码', `parent_id` varchar(36) DEFAULT NULL COMMENT '父id', `db_source` varchar(100) DEFAULT NULL COMMENT '动态数据源', `query_sql` varchar(5000) DEFAULT '0' COMMENT '查询数据SQL', `content` varchar(1000) DEFAULT NULL COMMENT '描述', `iz_agent` varchar(10) DEFAULT '0' COMMENT 'iz_agent', `data_type` varchar(50) DEFAULT NULL COMMENT '数据类型', `api_method` varchar(10) DEFAULT NULL COMMENT 'api方法:get/post', `create_time` datetime DEFAULT NULL, `create_by` varchar(50) DEFAULT NULL, `update_time` datetime DEFAULT NULL, `update_by` varchar(50) DEFAULT NULL, `low_app_id` varchar(32) DEFAULT NULL COMMENT '应用ID', `tenant_id` int(11) DEFAULT NULL COMMENT '租户ID', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_drag_dataset_head -- ---------------------------- INSERT INTO `onl_drag_dataset_head` VALUES ('1516317603268657153', '示例_参数查询', '', '1516743332632494082', '707437208002265088', 'select * from demo where name like \'%${name}%\'', '', '', 'sql', 'get', '2022-04-21 15:59:43', 'admin', '2022-04-21 17:28:44', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1516743332632494082', '示例数据集', null, null, null, '0', null, '0', null, null, '2022-04-20 19:39:25', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1516743766914924546', '统计近十日的登陆次数', '', '1516743332632494082', '707437208002265088', 'SELECT\n count(*) num,\n DATE_FORMAT(create_time, \'%Y-%m-%d\') AS `day`\nFROM\n sys_log\nWHERE\n log_type = 1\nAND create_time > DATE_SUB(NOW(), INTERVAL 10 DAY)\nGROUP BY\n DATE_FORMAT(create_time, \'%Y-%m-%d\')', '', '', 'sql', 'get', '2022-04-20 19:41:08', 'admin', '2023-06-06 15:25:30', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1516748630344630273', '项目性质收入统计JSON', '', '1516743332632494082', '', '[\n {\n \"column1\": \"市场化-电商业务\",\n \"column2\": 4865.41,\n \"column3\": 0,\n \"column4\": 0,\n \"column5\": 0,\n \"column6\": 0,\n \"column7\": 0,\n \"column8\": 4865.41\n },\n {\n \"column1\": \"统筹型\",\n \"column2\": 35767081.88,\n \"column3\": 0,\n \"column4\": 0,\n \"column5\": 0,\n \"column6\": 0,\n \"column7\": 0,\n \"column8\": 35767081.88\n },\n {\n \"column1\": \"市场化-非股东\",\n \"column2\": 1487045.35,\n \"column3\": 0,\n \"column4\": 0,\n \"column5\": 0,\n \"column6\": 0,\n \"column7\": 0,\n \"column8\": 1487045.35\n },\n {\n \"column1\": \"市场化-参控股\",\n \"column2\": 382690.56,\n \"column3\": 0,\n \"column4\": 0,\n \"column5\": 0,\n \"column6\": 0,\n \"column7\": 0,\n \"column8\": 382690.56\n },\n {\n \"column1\": \"市场化-员工福利\",\n \"column2\": 256684.91,\n \"column3\": 0,\n \"column4\": 0,\n \"column5\": 0,\n \"column6\": 0,\n \"column7\": 0,\n \"column8\": 265684.91\n },\n {\n \"column1\": \"市场化-再保险\",\n \"column2\": 563451.03,\n \"column3\": 0,\n \"column4\": 0,\n \"column5\": 0,\n \"column6\": 0,\n \"column7\": 0,\n \"column8\": 563451.03\n },\n {\n \"column1\": \"市场化-海外业务\",\n \"column2\": 760576.25,\n \"column3\": 770458.75,\n \"column4\": 0,\n \"column5\": 0,\n \"column6\": 0,\n \"column7\": 0,\n \"column8\": 1531035.00\n },\n {\n \"column1\": \"市场化-风险咨询\",\n \"column2\": 0.00,\n \"column3\": 910183.93,\n \"column4\": 0,\n \"column5\": 0,\n \"column6\": 0,\n \"column7\": 226415.09,\n \"column8\": 1136599.02\n }\n]', '', '', 'json', 'get', '2022-04-20 20:00:28', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1517020649262972930', '项目性质收入统计SQL', '', '1516743332632494082', '707437208002265088', 'SELECT\n id,\n nature,\n insurance_fee,\n risk_consulting_fee,\n evaluation_fee,\n insurance_evaluation_fee,\n bidding_consulting_fee,\n interol_consulting_fee,\n (\n insurance_fee + \n risk_consulting_fee + \n risk_consulting_fee + \n evaluation_fee + \n insurance_evaluation_fee + \n bidding_consulting_fee + \n interol_consulting_fee\n ) AS \'total\'\nFROM\n jeecg_project_nature_income', '', '', 'sql', 'get', '2022-04-21 14:01:22', 'admin', '2022-04-21 14:02:36', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1517045842874236930', '统计男女比例', '', '1516743332632494082', '707437208002265088', 'select count(*) cout, sex from sys_user group by sex', '', '', 'sql', 'get', '2022-04-21 15:41:29', 'admin', '2022-04-21 16:09:23', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1517046231342284802', '图表API示例-年龄占比', '', '1516743332632494082', '', 'http://api.jeecg.com/mock/51/jingwu/nianling', '', '', 'api', 'get', '2022-04-21 15:43:02', 'admin', '2022-04-21 16:54:33', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1517046731341070337', '统计每日大屏创建情况', '', '1516743332632494082', '707437208002265088', 'SELECT count(*) c,DATE_FORMAT(create_time, \'%Y-%m-%d\') as date from jmreport_big_screen GROUP BY date order by date desc', '', '', 'sql', 'get', '2022-04-21 15:45:01', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1517071247723233281', '示例_根据年龄查询用户', '', '1516743332632494082', '707437208002265088', 'select * from demo where age=${age}', '', '', 'sql', 'get', '2022-04-21 17:22:26', 'admin', '2023-04-27 14:25:34', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1519274169102020610', '钻取api', '', '1516743332632494082', '', 'http://api.jeecg.com/mock/51/drilling/deptuser', '', '0', 'api', 'get', '2022-04-27 19:16:03', 'admin', '2022-04-29 18:52:08', 'jeecg', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1519945036454813698', '数据列表', '', '1516743332632494082', '', 'http://api.jeecg.com/mock/51/datalist/list', '', '0', 'api', 'get', '2022-04-29 15:41:51', 'admin', '2022-04-29 17:00:15', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1519962879095332865', '首页快速导航', '', '1516743332632494082', '', 'http://api.jeecg.com/mock/51/home/quick', '', '0', 'api', 'get', '2022-04-29 16:52:45', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522098873378549762', '出资', '', '1516743332632494082', '', 'http://api.jeecg.com/mock/51/chuzi', '', '0', 'api', 'get', '2022-05-05 14:20:25', 'admin', '2022-05-05 14:22:06', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522181219549196289', '智慧社区_违法犯罪人员分析', '', '1516743332632494082', '', 'http://api.jeecg.com/mock/51/Illegal', '', '0', 'api', 'get', '2022-05-05 19:47:38', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522182473872584705', '智慧社区_人员出入记录', '', '1516743332632494082', '', 'http://api.jeecg.com/mock/51/ace', '', '0', 'api', 'get', '2022-05-05 19:52:37', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522184215045615618', '智慧社区_年龄分部', '', '1516743332632494082', '', 'http://api.jeecg.com/mock/51/age', '', '0', 'api', 'get', '2022-05-05 19:59:32', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522185936018878466', '智慧社区_地区分部', '', '1516743332632494082', '', 'http://api.jeecg.com/mock/51/region', '', '0', 'api', 'get', '2022-05-05 20:06:23', 'admin', '2022-05-05 20:06:38', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522187101267832833', '智慧社区_时间分部', '', '1516743332632494082', '', '[\n {\n \"name\": \"6:00-9:00\",\n \"value\": 800\n },\n {\n \"name\": \"10:00-12:00\",\n \"value\": 300\n },\n {\n \"name\": \"13:00-15:00\",\n \"value\": 500\n },\n {\n \"name\": \"16:00-20:00\",\n \"value\": 800\n },\n {\n \"name\": \"21:00-24:00\",\n \"value\": 600\n }\n]', '', '0', 'json', 'get', '2022-05-05 20:11:00', 'admin', '2022-05-05 20:11:12', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522422772532256770', '乡村振兴_表格', '', '1516743332632494082', '', '[\n {\n \"name\": \"数据\",\n \"sj\": \"1000\",\n \"type\": \"担保\",\n \"je\": \"50\",\n \"jg\": \"机构\",\n \"jl\": \"数据2\"\n },\n {\n \"name\": \"数据1\",\n \"sj\": \"1500\",\n \"type\": \"担保\",\n \"je\": \"100\",\n \"jg\": \"机构2\",\n \"jl\": \"李四\"\n },\n {\n \"name\": \"数据\",\n \"sj\": \"1000\",\n \"type\": \"担保\",\n \"je\": \"50\",\n \"jg\": \"机构\",\n \"jl\": \"数据2\"\n },\n {\n \"name\": \"数据1\",\n \"sj\": \"1500\",\n \"type\": \"担保\",\n \"je\": \"100\",\n \"jg\": \"机构2\",\n \"jl\": \"李四\"\n },\n {\n \"name\": \"数据\",\n \"sj\": \"1000\",\n \"type\": \"担保\",\n \"je\": \"50\",\n \"jg\": \"机构\",\n \"jl\": \"数据2\"\n },\n {\n \"name\": \"数据1\",\n \"sj\": \"1500\",\n \"type\": \"担保\",\n \"je\": \"100\",\n \"jg\": \"机构2\",\n \"jl\": \"李四\"\n },\n {\n \"name\": \"数据\",\n \"sj\": \"1000\",\n \"type\": \"担保\",\n \"je\": \"50\",\n \"jg\": \"机构\",\n \"jl\": \"数据2\"\n },\n {\n \"name\": \"数据1\",\n \"sj\": \"1500\",\n \"type\": \"担保\",\n \"je\": \"100\",\n \"jg\": \"机构2\",\n \"jl\": \"李四\"\n }\n]', '', '0', 'json', 'get', '2022-05-06 11:47:29', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522455203175997442', '智能大数据_计划生产', '', '1516743332632494082', '', '[\n {\n \"gh\": \"ACDFE_0045\",\n \"gjbm\": \"56-REE-4\",\n \"jh\": \"1\",\n \"dqgx\": \"工程\",\n \"zt\": \"未开始\"\n },\n {\n \"gh\": \"ACDFE_0045\",\n \"gjbm\": \"BB-1L-0004\",\n \"jh\": \"2\",\n \"dqgx\": \"工序\",\n \"zt\": \"未开始\"\n },\n {\n \"gh\": \"JFL5GZ1-01\",\n \"gjbm\": \"DB-F5GNT-1\",\n \"jh\": \"1\",\n \"dqgx\": \"工程\",\n \"zt\": \"未开始\"\n },\n {\n \"gh\": \"JFL5GZ1-01\",\n \"gjbm\": \"A5-0001\",\n \"jh\": \"1\",\n \"dqgx\": \"总装工序\",\n \"zt\": \"未开始\"\n },\n {\n \"gh\": \"ACDFE_0045\",\n \"gjbm\": \"56-REE-4\",\n \"jh\": \"1\",\n \"dqgx\": \"工程\",\n \"zt\": \"未开始\"\n },\n {\n \"gh\": \"ACDFE_0045\",\n \"gjbm\": \"BB-1L-0004\",\n \"jh\": \"2\",\n \"dqgx\": \"工序\",\n \"zt\": \"未开始\"\n },\n {\n \"gh\": \"JFL5GZ1-01\",\n \"gjbm\": \"DB-F5GNT-1\",\n \"jh\": \"1\",\n \"dqgx\": \"工程\",\n \"zt\": \"未开始\"\n },\n {\n \"gh\": \"JFL5GZ1-01\",\n \"gjbm\": \"A5-0001\",\n \"jh\": \"1\",\n \"dqgx\": \"总装工序\",\n \"zt\": \"未开始\"\n },\n {\n \"gh\": \"ACDFE_0045\",\n \"gjbm\": \"56-REE-4\",\n \"jh\": \"1\",\n \"dqgx\": \"工程\",\n \"zt\": \"未开始\"\n },\n {\n \"gh\": \"ACDFE_0045\",\n \"gjbm\": \"BB-1L-0004\",\n \"jh\": \"2\",\n \"dqgx\": \"工序\",\n \"zt\": \"未开始\"\n },\n {\n \"gh\": \"JFL5GZ1-01\",\n \"gjbm\": \"DB-F5GNT-1\",\n \"jh\": \"1\",\n \"dqgx\": \"工程\",\n \"zt\": \"未开始\"\n },\n {\n \"gh\": \"JFL5GZ1-01\",\n \"gjbm\": \"A5-0001\",\n \"jh\": \"1\",\n \"dqgx\": \"总装工序\",\n \"zt\": \"未开始\"\n }\n]', '', '0', 'json', 'get', '2022-05-06 13:56:21', 'admin', '2022-05-06 18:22:13', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522464505970302978', '旅游数据监控', '', '1516743332632494082', '', '[{\"type1\":\"路线1\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线2\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线3\",\"type3\":\"1111\",\"type2\":\"1111\"},{\"type1\":\"路线4\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线5\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线6\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线7\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线8\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线9\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线10\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线11\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线12\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线13\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线14\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线15\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线16\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线17\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线18\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线19\",\"type2\":\"1111\",\"type3\":\"1111\"},{\"type1\":\"路线20\",\"type2\":\"1111\",\"type3\":\"1111\"}]', '', '0', 'json', 'get', '2022-05-06 14:33:19', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522503560003067906', '首页_近一周访问量', '', '1516743332632494082', '707437208002265088', 'select count(*) as visit\n ,count(distinct(ip)) as ip\n ,DATE_FORMAT(create_time, \'%Y-%m-%d\') as tian\n ,DATE_FORMAT(create_time, \'%m-%d\') as type\n from sys_log \n where log_type = 1 and create_time <= sysdate() and create_time >= (select date_sub(curdate(),interval 7 day))\n group by tian,type\n order by tian desc', '', '0', 'sql', 'get', '2022-05-06 17:08:30', 'admin', '2022-05-06 17:49:07', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522522034783920129', '智能大数据_实际生产', '', '1516743332632494082', '', '[\n {\n \"gh\": \"ATJDS01\",\n \"gjbm\": \"TYIY-908\",\n \"jgsj\": \"2021-03-28 17:07\",\n \"dqgx\": \"工序1\",\n \"zt\": \"已完成\"\n },\n {\n \"gh\": \"ATJDS01\",\n \"gjbm\": \"11CPER-44\",\n \"jgsj\": \"2021-03-29 18:07\",\n \"dqgx\": \"工序2\",\n \"zt\": \"已完成\"\n },\n {\n \"gh\": \"PFTE56\",\n \"gjbm\": \"F56677\",\n \"jgsj\": \"2021-02-28 07:07\",\n \"dqgx\": \"工序1\",\n \"zt\": \"已完成\"\n },\n {\n \"gh\": \"PFTE56\",\n \"gjbm\": \"99CVB-1\",\n \"jgsj\": \"2021-03-28 17:07\",\n \"dqgx\": \"工序3\",\n \"zt\": \"已完成\"\n },\n {\n \"gh\": \"ATJDS01\",\n \"gjbm\": \"TYIY-908\",\n \"jgsj\": \"2021-03-28 17:07\",\n \"dqgx\": \"工序1\",\n \"zt\": \"已完成\"\n },\n {\n \"gh\": \"ATJDS01\",\n \"gjbm\": \"11CPER-44\",\n \"jgsj\": \"2021-03-28 17:07\",\n \"dqgx\": \"工序2\",\n \"zt\": \"已完成\"\n },\n {\n \"gh\": \"PFTE56\",\n \"gjbm\": \"F56677\",\n \"jgsj\": \"2021-03-28 17:07\",\n \"dqgx\": \"工序1\",\n \"zt\": \"已完成\"\n },\n {\n \"gh\": \"PFTE56\",\n \"gjbm\": \"99CVB-1\",\n \"jgsj\": \"2021-03-28 17:07\",\n \"dqgx\": \"工序3\",\n \"zt\": \"已完成\"\n },\n {\n \"gh\": \"ATJDS01\",\n \"gjbm\": \"TYIY-908\",\n \"jgsj\": \"2021-03-28 17:07\",\n \"dqgx\": \"工序1\",\n \"zt\": \"已完成\"\n },\n {\n \"gh\": \"ATJDS01\",\n \"gjbm\": \"11CPER-44\",\n \"jgsj\": \"2021-03-28 17:07\",\n \"dqgx\": \"工序2\",\n \"zt\": \"已完成\"\n },\n {\n \"gh\": \"PFTE56\",\n \"gjbm\": \"F56677\",\n \"jgsj\": \"2021-03-28 17:07\",\n \"dqgx\": \"工序1\",\n \"zt\": \"已完成\"\n },\n {\n \"gh\": \"PFTE56\",\n \"gjbm\": \"99CVB-1\",\n \"jgsj\": \"2021-03-28 17:07\",\n \"dqgx\": \"工序3\",\n \"zt\": \"已完成\"\n }\n]', '', '0', 'json', 'get', '2022-05-06 18:21:55', 'admin', '2022-05-06 18:23:06', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522523544120991745', '智能大数据_一览表', '', '1516743332632494082', '', '[\n {\n \"ddh\": \"A5CCU_2017...\",\n \"zcxm\": \"国际城0902\",\n \"zl\": \"2548\",\n \"jhrq\": \"2021-04-21\",\n \"scjd\": \"100%\"\n },\n {\n \"ddh\": \"A5CCU_2017...\",\n \"zcxm\": \"新城ERT\",\n \"zl\": \"27215\",\n \"jhrq\": \"2021-05-21\",\n \"scjd\": \"54%\"\n },\n {\n \"ddh\": \"A5CCU_2018...\",\n \"zcxm\": \"天桥TTY\",\n \"zl\": \"5423\",\n \"jhrq\": \"2021-12-21\",\n \"scjd\": \"100%\"\n },\n {\n \"ddh\": \"A5CCU_2018...\",\n \"zcxm\": \"国际中心地\",\n \"zl\": \"14427\",\n \"jhrq\": \"2021-12-21\",\n \"scjd\": \"88%\"\n },\n {\n \"ddh\": \"A5CCU_2019...\",\n \"zcxm\": \"新生广场\",\n \"zl\": \"2808\",\n \"jhrq\": \"2021-08-21\",\n \"scjd\": \"98%\"\n },\n {\n \"ddh\": \"A5CCU_2017...\",\n \"zcxm\": \"国际城0902\",\n \"zl\": \"2548\",\n \"jhrq\": \"2021-04-21\",\n \"scjd\": \"100%\"\n },\n {\n \"ddh\": \"A5CCU_2019...\",\n \"zcxm\": \"新生广场\",\n \"zl\": \"2808\",\n \"jhrq\": \"2021-08-21\",\n \"scjd\": \"98%\"\n },\n {\n \"ddh\": \"A5CCU_2017...\",\n \"zcxm\": \"新城ERT\",\n \"zl\": \"27215\",\n \"jhrq\": \"2021-05-21\",\n \"scjd\": \"54%\"\n }\n]', '', '0', 'json', 'get', '2022-05-06 18:27:55', 'admin', '2022-05-06 18:28:53', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522824721899511810', '示例_数据表格', '', '1516743332632494082', '707437208002265088', 'select * from demo where sex=\'${sex}\'', '', '0', 'sql', 'get', '2022-05-07 14:24:41', 'admin', '2022-05-07 14:53:35', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('1522853857095376898', '示例_日期范围查询', '', '1516743332632494082', '707437208002265088', 'select * from sys_user where create_time >= \'${createTime_begin}\' and create_time <=\'${createTime_end}\'', '', '0', 'sql', 'get', '2022-05-07 16:20:27', 'admin', '2022-05-07 19:29:07', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('864649684727169024', 'cc1分组', null, null, null, null, null, null, null, null, '2023-09-21 09:35:59', 'admin', '2024-03-06 16:07:25', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('874452164751183872', '日志统计', null, null, null, null, null, null, null, null, '2023-10-18 10:47:33', 'ceshi', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('874452378731991040', '查询系统日志', '', '874452164751183872', '707437208002265088', 'select DATE_FORMAT(create_time, \'%Y-%m-%d\') as date,count(*) as num from sys_log group by DATE_FORMAT(create_time, \'%Y-%m-%d\')', '', '0', 'sql', 'get', '2023-10-18 10:48:24', 'ceshi', '2023-12-31 19:29:46', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910401375061983232', '库存管理可视化大屏', null, null, null, null, null, null, null, null, '2024-01-25 15:36:52', 'admin', '2024-01-25 17:31:14', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910406419257802752', '库存管理-卡片', '', '910401375061983232', '', 'https://apijeecgcom/mock/51/inventoryManagement', '', '0', 'api', 'get', '2024-01-25 15:56:55', 'admin', '2024-01-25 16:02:28', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910419343896526848', 'air库存情况', '', '910401375061983232', '', 'https://apijeecgcom/mock/51/inventoryStatus?type=air', '', '0', 'api', 'get', '2024-01-25 16:48:16', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910423953398874112', 'lite库存情况', '', '910401375061983232', '', 'https://apijeecgcom/mock/51/inventoryStatus?type=lite', '', '0', 'api', 'get', '2024-01-25 17:06:35', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910425301976662016', 'super库存情况', '', '910401375061983232', '', 'https://apijeecgcom/mock/51/inventoryStatus?type=super', '', '0', 'api', 'get', '2024-01-25 17:11:57', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910427052079366144', 'ultra库存情况', '', '910401375061983232', '', 'https://apijeecgcom/mock/51/inventoryStatus?type=ultra', '', '0', 'api', 'get', '2024-01-25 17:18:54', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910430104345690112', '产品库存占比情况', '', '910401375061983232', '', 'https://apijeecgcom/mock/51/inventoryChart?type=storkProportion', '', '0', 'api', 'get', '2024-01-25 17:31:02', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910431120222896128', '仓库状态情况', '', '910401375061983232', '', 'https://apijeecgcom/mock/51/inventoryChart?type=warehouseStatus', '', '0', 'api', 'get', '2024-01-25 17:35:04', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910435726206222336', '当月出库情况', '', '910401375061983232', '', 'https://apijeecgcom/mock/51/inventoryChart?type=outbound', '', '0', 'api', 'get', '2024-01-25 17:53:22', 'admin', '2024-01-25 17:59:40', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910441161197928448', '当月入库情况', '', '910401375061983232', '', 'https://apijeecgcom/mock/51/inventoryChart?type=warehousing', '', '0', 'api', 'get', '2024-01-25 18:14:58', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910442989620871168', '产品库存覆盖率情况', '', '910401375061983232', '', 'https://apijeecgcom/mock/51/inventoryChart?type=coverage', '', '0', 'api', 'get', '2024-01-25 18:22:14', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910447275230674944', '产品库龄分布情况', '', '910401375061983232', '', 'https://apijeecgcom/mock/51/inventoryChart?type=stockAge', '', '0', 'api', 'get', '2024-01-25 18:39:15', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910455640270880768', '产品库存状态监控', '', '910401375061983232', '', 'https://apijeecgcom/mock/51/inventoryChart?type=monitor', '', '0', 'api', 'get', '2024-01-25 19:12:30', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910478407196262400', '某电商公司销售运营', null, null, null, null, null, null, null, null, '2024-01-25 20:42:58', 'admin', '2024-01-25 20:43:03', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910478592823574528', '销售状态', '', '910478407196262400', '', 'https://apijeecgcom/mock/51/commerceSalesOperations?type=saleStatus', '', '0', 'api', 'get', '2024-01-25 20:43:42', 'admin', '2024-01-25 20:45:22', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910695134387552256', '各地区订单与仓库情况', '', '910478407196262400', '', 'https://apijeecgcom/mock/51/commerceSalesOperations?type=regionalOrders', '', '0', 'api', 'get', '2024-01-26 11:04:10', 'admin', '2024-01-26 11:34:02', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910708293282349056', '季度目标完成', '', '910478407196262400', '', 'https://apijeecgcom/mock/51/commerceSalesOperations?type=quarterlyFinish', '', '0', 'api', 'get', '2024-01-26 11:56:27', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910721009699045376', '品牌销售占比', '', '910478407196262400', '', 'https://apijeecgcom/mock/51/commerceSalesOperations?type=brandSales', '', '0', 'api', 'get', '2024-01-26 12:46:59', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910732622212677632', '销售地区排行', '', '910478407196262400', '', 'https://apijeecgcom/mock/51/commerceSalesOperations?type=areaRanking', '', '0', 'api', 'get', '2024-01-26 13:33:07', 'admin', '2024-01-26 13:33:13', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910737864308342784', '物流订单接收', '', '910478407196262400', '', 'https://apijeecgcom/mock/51/commerceSalesOperations?type=logisticsOrder', '', '0', 'api', 'get', '2024-01-26 13:53:57', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910740127152128000', '订单产生趋势', '', '910478407196262400', '', 'https://apijeecgcom/mock/51/commerceSalesOperations?type=generatingTrends', '', '0', 'api', 'get', '2024-01-26 14:02:57', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910750333919608832', '物业消防巡检状态', null, null, null, null, null, null, null, null, '2024-01-26 14:43:30', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910750488542625792', '区域基本情况', '', '910750333919608832', '', 'https://apijeecgcom/mock/51/propertyFireFighting?type=regionBasicInformation', '', '0', 'api', 'get', '2024-01-26 14:44:07', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910754028661030912', '正常设备', '', '910750333919608832', '', 'https://apijeecgcom/mock/51/propertyFireFighting?type=normalDevice', '', '0', 'api', 'get', '2024-01-26 14:58:11', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910754465934000128', '异常设备', '', '910750333919608832', '', 'https://apijeecgcom/mock/51/propertyFireFighting?type=abnormalDevice', '', '0', 'api', 'get', '2024-01-26 14:59:55', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910759432656830464', '设备异常明细', '', '910750333919608832', '', 'https://apijeecgcom/mock/51/propertyFireFighting?type=equipmentDetails', '', '0', 'api', 'get', '2024-01-26 15:19:40', 'admin', '2024-01-26 15:20:43', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910765056765509632', '小区地图分布', '', '910750333919608832', '', 'https://apijeecgcom/mock/51/propertyFireFighting?type=residentialDistributionMap', '', '0', 'api', 'get', '2024-01-26 15:42:00', 'admin', '2024-01-26 15:43:52', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910773111884398592', '小区分布地图表格', '', '910750333919608832', '', 'https://apijeecgcom/mock/51/propertyFireFighting?type=residentialDistributionTable', '', '0', 'api', 'get', '2024-01-26 16:14:01', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910776816075587584', '室外消火栓泵', '', '910750333919608832', '', 'https://apijeecgcom/mock/51/propertyFireFighting?type=deviceCountProportion', '', '0', 'api', 'get', '2024-01-26 16:28:44', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910790230315417600', '区域设备数量 ', '', '910750333919608832', '', 'https://apijeecgcom/mock/51/propertyFireFighting?type=areaDeviceCount', '', '0', 'api', 'get', '2024-01-26 17:22:02', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910794755508060160', '巡检任务数', '', '910750333919608832', '', 'https://apijeecgcom/mock/51/propertyFireFighting?type=inspectionTasksCount', '', '0', 'api', 'get', '2024-01-26 17:40:01', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('910797586147360768', '巡检任务数表格', '', '910750333919608832', '', 'https://apijeecgcom/mock/51/propertyFireFighting?type=inspectionTasksTable', '', '0', 'api', 'get', '2024-01-26 17:51:16', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911773848785436672', '某连锁饮品销售', null, null, null, null, null, null, null, null, '2024-01-29 10:30:35', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911792028287287296', '销量额', '', '911773848785436672', '', 'https://apijeecgcom/mock/51/beverageSales?type=salesVolume', '', '0', 'api', 'get', '2024-01-29 11:42:50', 'admin', '2024-01-29 11:46:35', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911836343134896128', '单月最高销售量分店 ', '', '911773848785436672', '', 'https://apijeecgcom/mock/51/beverageSales?type=topSellingBranch', '', '0', 'api', 'get', '2024-01-29 14:38:55', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911836426450550784', '单月最高销量品线 ', '', '911773848785436672', '', 'https://apijeecgcom/mock/51/beverageSales?type=salesLine', '', '0', 'api', 'get', '2024-01-29 14:39:15', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911836535531814912', '单月最高销量单品', '', '911773848785436672', '', 'https://apijeecgcom/mock/51/beverageSales?type=highestSellingItem', '', '0', 'api', 'get', '2024-01-29 14:39:41', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911836717715603456', '单月最高销量规格', '', '911773848785436672', '', 'https://apijeecgcom/mock/51/beverageSales?type=maximumSalesSpecs', '', '0', 'api', 'get', '2024-01-29 14:40:24', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911836839023263744', '销售额走势', '', '911773848785436672', '', 'https://apijeecgcom/mock/51/beverageSales?type=salesTrend', '', '0', 'api', 'get', '2024-01-29 14:40:53', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911836922162757632', '销量走势', '', '911773848785436672', '', 'https://apijeecgcom/mock/51/beverageSales?type=salesTendency', '', '0', 'api', 'get', '2024-01-29 14:41:13', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911837008343121920', '订单销售量 ', '', '911773848785436672', '', 'https://apijeecgcom/mock/51/beverageSales?type=orderSalesVolume', '', '0', 'api', 'get', '2024-01-29 14:41:34', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911837091507781632', '店铺销售额排名', '', '911773848785436672', '', 'https://apijeecgcom/mock/51/beverageSales?type=salesRanking', '', '0', 'api', 'get', '2024-01-29 14:41:53', 'admin', '2024-01-29 15:44:55', 'admin', null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911837168896884736', ' 冷热占比', '', '911773848785436672', '', 'https://apijeecgcom/mock/51/beverageSales?type=coldAndHostProportion', '', '0', 'api', 'get', '2024-01-29 14:42:12', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911845934736392192', '原料支出趋势', '', '911773848785436672', '', 'https://apijeecgcom/mock/51/beverageSales?type=expenditureTrends', '', '0', 'api', 'get', '2024-01-29 15:17:02', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911878648998969344', '产品销售数据', null, null, null, null, null, null, null, null, '2024-01-29 17:27:02', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911887596497977344', '本月渠道销售', '', '911878648998969344', '', 'https://api.jeecg.com/mock/51/productSales?type=salesThisMonth', '', '0', 'api', 'get', '2024-01-29 18:02:35', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911887691259887616', '本月代理商销售排行', '', '911878648998969344', '', 'https://api.jeecg.com/mock/51/productSales?type=salesRanking', '', '0', 'api', 'get', '2024-01-29 18:02:57', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911888632709169152', '近七天销售额趋势', '', '911878648998969344', '', 'https://api.jeecg.com/mock/51/productSales?type=salesTrend', '', '0', 'api', 'get', '2024-01-29 18:06:42', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911888715248877568', '本月重点城市的重点产品销售额', '', '911878648998969344', '', 'https://api.jeecg.com/mock/51/productSales?type=productSalesRevenue', '', '0', 'api', 'get', '2024-01-29 18:07:02', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911888877589413888', '本月重点城市的重点产品销售额(表格)', '', '911878648998969344', '', 'https://api.jeecg.com/mock/51/productSales?type=productSalesRevenueTable', '', '0', 'api', 'get', '2024-01-29 18:07:40', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911889006916583424', '本月产品销售', '', '911878648998969344', '', 'https://api.jeecg.com/mock/51/productSales?type=productSalesThisMonth', '', '0', 'api', 'get', '2024-01-29 18:08:11', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('911889086163763200', '本月产品小类销售排行', '', '911878648998969344', '', 'https://api.jeecg.com/mock/51/productSales?type=rankingCategorySales', '', '0', 'api', 'get', '2024-01-29 18:08:30', 'admin', null, null, null, null); INSERT INTO `onl_drag_dataset_head` VALUES ('925264960069664768', 'cc1请假性别汇总', '', '864649684727169024', '707437208002265088', 'SELECT sex, COUNT(*) as count\nFROM demo\nGROUP BY sex', '', '0', 'sql', 'get', '2024-03-06 15:59:27', 'admin', '2024-06-12 18:01:28', 'admin', null, null); -- ---------------------------- -- Table structure for onl_drag_dataset_item -- ---------------------------- DROP TABLE IF EXISTS `onl_drag_dataset_item`; CREATE TABLE `onl_drag_dataset_item` ( `id` varchar(32) NOT NULL COMMENT 'id', `head_id` varchar(36) NOT NULL COMMENT '主表ID', `field_name` varchar(36) DEFAULT NULL COMMENT '字段名', `field_txt` varchar(1000) DEFAULT NULL COMMENT '字段文本', `field_type` varchar(10) DEFAULT NULL COMMENT '字段类型', `widget_type` varchar(30) DEFAULT NULL COMMENT '控件类型', `dict_code` varchar(500) DEFAULT NULL COMMENT '字典Code', `iz_show` varchar(5) DEFAULT NULL COMMENT '是否列表显示', `iz_search` varchar(10) DEFAULT NULL COMMENT '是否查询', `iz_total` varchar(5) DEFAULT NULL COMMENT '是否计算总计(仅对数值有效)', `search_mode` varchar(10) DEFAULT NULL COMMENT '查询模式', `order_num` int(11) DEFAULT NULL COMMENT '排序', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', `update_time` datetime DEFAULT NULL COMMENT '修改时间', PRIMARY KEY (`id`) USING BTREE, KEY `idx_oddi_head_id` (`head_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_drag_dataset_item -- ---------------------------- INSERT INTO `onl_drag_dataset_item` VALUES ('1516748630361407489', '1516748630344630273', 'column1', '项目性质', 'String', null, '', 'Y', null, 'Y', null, null, 'admin', '2022-04-20 20:00:28', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1516748630373990402', '1516748630344630273', 'column5', '保险公估费', 'Integer', null, '', 'Y', null, 'Y', null, null, 'admin', '2022-04-20 20:00:28', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1516748630382379010', '1516748630344630273', 'column4', '承保公估评估费', 'Integer', null, '', 'Y', null, 'Y', null, null, 'admin', '2022-04-20 20:00:28', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1516748630394961921', '1516748630344630273', 'column3', '风险咨询费', 'Integer', null, '', 'Y', null, 'Y', null, null, 'admin', '2022-04-20 20:00:28', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1516748630403350530', '1516748630344630273', 'column2', '保险经纪佣金费', 'Integer', null, '', 'Y', null, 'Y', null, null, 'admin', '2022-04-20 20:00:28', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1516748630415933442', '1516748630344630273', 'column8', '总计', 'Integer', null, '', 'Y', null, 'Y', null, null, 'admin', '2022-04-20 20:00:28', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1516748630424322049', '1516748630344630273', 'column7', '内控咨询费', 'Integer', null, '', 'Y', null, 'Y', null, null, 'admin', '2022-04-20 20:00:28', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1516748630432710658', '1516748630344630273', 'column6', '投标咨询费', 'Integer', null, '', 'Y', null, 'Y', null, null, 'admin', '2022-04-20 20:00:28', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517020958387372033', '1517020649262972930', 'nature', '项目性质', 'String', null, null, 'Y', null, 'Y', null, null, 'admin', '2022-04-21 14:01:22', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517020958395760641', '1517020649262972930', 'insurance_fee', '保险经纪佣金费', 'Integer', null, null, 'Y', null, 'Y', null, null, 'admin', '2022-04-21 14:01:22', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517020958412537857', '1517020649262972930', 'risk_consulting_fee', '风险咨询费', 'Integer', null, null, 'Y', null, 'Y', null, null, 'admin', '2022-04-21 14:01:22', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517020958429315073', '1517020649262972930', 'evaluation_fee', '承保公估评估费', 'Integer', null, null, 'Y', null, 'Y', null, null, 'admin', '2022-04-21 14:01:22', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517020958446092290', '1517020649262972930', 'insurance_evaluation_fee', '保险公估费', 'Integer', null, null, 'Y', null, 'Y', null, null, 'admin', '2022-04-21 14:01:22', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517020958462869505', '1517020649262972930', 'bidding_consulting_fee', '投标咨询费', 'Integer', null, null, 'Y', null, 'Y', null, null, 'admin', '2022-04-21 14:01:22', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517020958475452418', '1517020649262972930', 'interol_consulting_fee', '内控咨询费', 'Integer', null, null, 'Y', null, 'Y', null, null, 'admin', '2022-04-21 14:01:22', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517020958483841026', '1517020649262972930', 'total', 'total', 'Integer', null, null, 'N', null, 'N', null, null, 'admin', '2022-04-21 14:01:22', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517046731353653249', '1517046731341070337', 'date', '日期', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-04-21 15:45:01', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517046731362041857', '1517046731341070337', 'c', '数量', 'String', null, null, 'Y', null, 'Y', null, null, 'admin', '2022-04-21 15:45:01', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517052863103139842', '1517045842874236930', 'sex', '性别', 'String', null, 'sex', 'Y', null, null, null, null, 'admin', '2022-04-21 15:41:29', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517052863115722754', '1517045842874236930', 'cout', '人数', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-04-21 15:41:29', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517064229583093762', '1517046231342284802', 'name', '年龄', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-04-21 16:46:03', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517064229595676674', '1517046231342284802', 'value', '数量', 'Integer', null, null, 'Y', null, 'Y', null, null, 'admin', '2022-04-21 16:46:03', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517072834290024450', '1516317603268657153', 'name', 'name', 'String', null, null, null, null, null, null, null, 'admin', '2022-04-21 17:28:44', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517072834331967489', '1516317603268657153', 'sex', 'sex', 'String', null, null, null, null, null, null, null, 'admin', '2022-04-21 17:28:44', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1517072834340356097', '1516317603268657153', 'age', 'age', 'String', null, null, null, null, null, null, null, 'admin', '2022-04-21 17:28:44', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1519962879107915777', '1519962879095332865', 'title', 'title', 'String', null, null, 'true', null, null, null, '1', 'admin', '2022-04-29 16:52:45', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1519962879124692994', '1519962879095332865', 'icon', 'icon', 'String', null, null, 'true', null, null, null, '2', 'admin', '2022-04-29 16:52:45', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1519962879137275906', '1519962879095332865', 'color', 'color', 'String', null, null, 'true', null, null, null, '3', 'admin', '2022-04-29 16:52:45', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1519962879149858817', '1519962879095332865', 'href', 'href', 'String', null, null, 'true', null, null, null, '4', 'admin', '2022-04-29 16:52:45', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1519964769946296322', '1519945036454813698', 'title', 'title', 'String', null, null, 'true', null, null, null, '1', 'admin', '2022-04-29 15:41:51', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1519964769958879233', '1519945036454813698', 'date', 'date', 'String', null, null, 'true', null, null, null, '2', 'admin', '2022-04-29 15:41:51', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1519964769975656449', '1519945036454813698', 'remark', 'remark', 'String', null, null, 'true', null, null, null, '3', 'admin', '2022-04-29 15:41:51', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1519964769988239361', '1519945036454813698', 'pic', 'pic', 'String', null, null, 'true', null, null, null, '4', 'admin', '2022-04-29 15:41:51', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1519992923574362113', '1519274169102020610', 'name', 'name', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2022-04-27 19:16:03', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1519992923586945026', '1519274169102020610', 'value', 'value', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2022-04-27 19:16:03', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522181219565973505', '1522181219549196289', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2022-05-05 19:47:38', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522181219578556417', '1522181219549196289', 'name', 'name', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2022-05-05 19:47:38', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522182473885167618', '1522182473872584705', 'name', '姓名', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2022-05-05 19:52:37', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522182473897750530', '1522182473872584705', 'type', '类型', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2022-05-05 19:52:37', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522182473914527746', '1522182473872584705', 'mode', '开门方式', 'String', null, null, 'Y', null, null, null, '3', 'admin', '2022-05-05 19:52:37', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522182473927110658', '1522182473872584705', 'date', '日期', 'String', null, null, 'Y', null, null, null, '4', 'admin', '2022-05-05 19:52:37', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522184215058198530', '1522184215045615618', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2022-05-05 19:59:32', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522184215074975746', '1522184215045615618', 'name', 'name', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2022-05-05 19:59:32', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522185998719528962', '1522185936018878466', 'name', 'name', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2022-05-05 20:06:23', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522185998732111873', '1522185936018878466', 'value', 'value', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2022-05-05 20:06:23', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522187150638985217', '1522187101267832833', 'name', 'name', 'String', null, '', null, null, null, null, null, 'admin', '2022-05-05 20:11:00', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522187150651568129', '1522187101267832833', 'value', 'value', 'String', null, '', null, null, null, null, null, 'admin', '2022-05-05 20:11:00', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522422772574199809', '1522422772532256770', 'name', '客户姓名', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 11:47:29', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522422772590977026', '1522422772532256770', 'sj', '放款时间', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 11:47:29', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522422772607754242', '1522422772532256770', 'type', '担保方式', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 11:47:29', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522422772620337154', '1522422772532256770', 'je', '放款金额', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 11:47:29', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522422772632920065', '1522422772532256770', 'jg', '法人机构', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 11:47:29', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522422772666474497', '1522422772532256770', 'jl', '客户经理', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 11:47:29', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522464505987080193', '1522464505970302978', 'type1', '路线', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 14:33:19', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522464505999663105', '1522464505970302978', 'type2', '车辆', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 14:33:19', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522464506012246018', '1522464505970302978', 'type3', '人数', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 14:33:19', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522513781081513985', '1522503560003067906', 'visit', '访问量', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-06 17:08:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522513781094096898', '1522503560003067906', 'ip', 'ip地址', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-06 17:08:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522513781123457025', '1522503560003067906', 'tian', '年月', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-06 17:08:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522513781136039937', '1522503560003067906', 'type', '天', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-06 17:08:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522522111850061825', '1522455203175997442', 'gh', '工号', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 13:56:21', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522522111866839042', '1522455203175997442', 'gjbm', '构件编号', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 13:56:21', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522522111879421953', '1522455203175997442', 'jh', '序号', 'String', null, '', 'N', null, null, null, null, 'admin', '2022-05-06 13:56:21', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522522111892004865', '1522455203175997442', 'dqgx', '当前工序', 'String', null, '', 'Y', null, null, null, '3', 'admin', '2022-05-06 13:56:21', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522522111904587777', '1522455203175997442', 'zt', '状态', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 13:56:21', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522522331996495874', '1522522034783920129', 'gh', '工号', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 18:21:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522522332013273090', '1522522034783920129', 'gjbm', '编码', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 18:21:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522522332025856002', '1522522034783920129', 'jgsj', '完成时间', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 18:21:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522522332038438913', '1522522034783920129', 'dqgx', '工序', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 18:21:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522522332051021826', '1522522034783920129', 'zt', '状态', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 18:21:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522523789429055490', '1522523544120991745', 'ddh', '订单号', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 18:27:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522523789445832705', '1522523544120991745', 'zcxm', '在产项目', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 18:27:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522523789458415618', '1522523544120991745', 'zl', '重量', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 18:27:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522523789470998530', '1522523544120991745', 'jhrq', '交货日期', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 18:27:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522523789479387138', '1522523544120991745', 'scjd', '产量进度', 'String', null, '', 'Y', null, null, null, null, 'admin', '2022-05-06 18:27:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522535242705936386', '1522098873378549762', 'name', 'name', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2022-05-05 14:22:06', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522535242718519298', '1522098873378549762', 'value', 'value', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2022-05-05 14:22:06', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522535242731102210', '1522098873378549762', 'type', 'type', 'String', null, null, 'Y', null, null, null, '3', 'admin', '2022-05-05 14:22:06', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522831994227056641', '1522824721899511810', 'name', '姓名', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-07 14:50:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522831994243833857', '1522824721899511810', 'punch_time', '打卡时间', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-07 14:50:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522831994264805377', '1522824721899511810', 'salary_money', '工资', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-07 14:50:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522831994281582593', '1522824721899511810', 'bonus_money', '奖金', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-07 14:50:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522831994298359810', '1522824721899511810', 'sex', '性别', 'String', null, 'sex', 'Y', null, null, null, null, 'admin', '2022-05-07 14:50:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522831994319331330', '1522824721899511810', 'age', '年龄', 'String', null, '', 'Y', null, 'Y', null, null, 'admin', '2022-05-07 14:50:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522831994336108545', '1522824721899511810', 'birthday', '生日', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-07 14:50:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522831994348691458', '1522824721899511810', 'email', '邮箱', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-07 14:50:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522831994365468673', '1522824721899511810', 'content', '个人简介', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-07 14:50:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522902540205744130', '1522853857095376898', 'username', 'username', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-07 16:20:27', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522902540218327041', '1522853857095376898', 'realname', 'realname', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-07 16:20:27', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522902540230909954', '1522853857095376898', 'sex', 'sex', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-07 16:20:27', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('1522902540243492866', '1522853857095376898', 'create_time', 'create_time', 'String', null, null, 'Y', null, null, null, null, 'admin', '2022-05-07 16:20:27', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('811451544708886528', '1517071247723233281', 'name', 'name', 'String', null, null, null, null, null, null, null, 'admin', '2023-04-27 14:25:35', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('811451544750829568', '1517071247723233281', 'sex', 'sex', 'String', null, null, null, null, null, null, null, 'admin', '2023-04-27 14:25:35', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('811451544767606784', '1517071247723233281', 'age', 'age', 'String', null, null, null, null, null, null, null, 'admin', '2023-04-27 14:25:35', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('825962141328650240', '1516743766914924546', 'day', '日期', 'String', null, null, 'Y', null, null, null, null, 'admin', '2023-06-06 15:25:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('825962141399953408', '1516743766914924546', 'num', '登录次数', 'String', null, null, 'Y', null, 'Y', null, null, 'admin', '2023-06-06 15:25:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('901400288010797056', '874452378731991040', 'date', 'date', 'String', null, null, 'Y', null, null, null, '17', 'ceshi', '2023-10-18 10:50:06', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('901400288082100224', '874452378731991040', 'num', 'num', 'String', null, null, 'Y', null, null, null, '18', 'ceshi', '2023-10-18 10:50:06', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910407818167238656', '910406419257802752', 'title', 'title', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 15:56:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910407818200793088', '910406419257802752', 'icon', 'icon', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 15:56:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910407818234347520', '910406419257802752', 'value', 'value', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2024-01-25 15:56:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910407818259513344', '910406419257802752', 'action', 'action', 'String', null, null, 'Y', null, null, null, '4', 'admin', '2024-01-25 16:02:28', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910419343930081280', '910419343896526848', 'title', 'title', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 16:48:16', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910419343967830016', '910419343896526848', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 16:48:16', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910423953432428544', '910423953398874112', 'title', 'title', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 17:06:35', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910423953465982976', '910423953398874112', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 17:06:35', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910425302010216448', '910425301976662016', 'title', 'title', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 17:11:57', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910425302043770880', '910425301976662016', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 17:11:57', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910427052108726272', '910427052079366144', 'title', 'title', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 17:18:54', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910427052146475008', '910427052079366144', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 17:18:54', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910430104379244544', '910430104345690112', 'title', 'title', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 17:31:02', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910430104412798976', '910430104345690112', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 17:31:02', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910431120256450560', '910431120222896128', 'title', 'title', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 17:35:04', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910431120290004992', '910431120222896128', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 17:35:04', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910437313372798976', '910435726206222336', 'title', 'title', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 17:53:22', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910437313410547712', '910435726206222336', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 17:53:22', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910441161239871488', '910441161197928448', 'title', 'title', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 18:14:58', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910441161277620224', '910441161197928448', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 18:14:58', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910442989654425600', '910442989620871168', 'title', 'title', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 18:22:14', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910442989692174336', '910442989620871168', 'type', 'type', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 18:22:14', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910442989713145856', '910442989620871168', 'value', 'value', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2024-01-25 18:22:14', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910447275268423680', '910447275230674944', 'title', 'title', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 18:39:15', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910447275301978112', '910447275230674944', 'type', 'type', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 18:39:15', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910447275331338240', '910447275230674944', 'value', 'value', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2024-01-25 18:39:15', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910455640329601024', '910455640270880768', 'name', '仓库', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 19:12:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910455640371544064', '910455640270880768', 'series', '系列', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 19:12:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910455640400904192', '910455640270880768', 'marketName', '市场名', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2024-01-25 19:12:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910455640426070016', '910455640270880768', 'model', '机型', 'String', null, null, 'Y', null, null, null, '3', 'admin', '2024-01-25 19:12:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910455640455430144', '910455640270880768', 'productStatus', '产品状态', 'String', null, null, 'Y', null, null, null, '4', 'admin', '2024-01-25 19:12:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910455640484790272', '910455640270880768', 'inventory', '当前库存', 'String', null, null, 'Y', null, null, null, '5', 'admin', '2024-01-25 19:12:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910455640509956096', '910455640270880768', 'inventoryStatus', '库存状态', 'String', null, null, 'Y', null, null, null, '6', 'admin', '2024-01-25 19:12:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910479009821278208', '910478592823574528', 'title', 'title', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-25 20:43:42', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910479009859026944', '910478592823574528', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-25 20:43:42', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910479009884192768', '910478592823574528', 'unit', 'unit', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2024-01-25 20:45:22', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910702652337733632', '910695134387552256', 'warehouseName', '仓库名称', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 11:04:10', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910702652383870976', '910695134387552256', 'warehouseCount', '仓库存量', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 11:04:10', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910702652413231104', '910695134387552256', 'name', '省份', 'String', null, null, 'N', null, null, null, '2', 'admin', '2024-01-26 11:04:10', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910702652446785536', '910695134387552256', 'value', '销售额', 'Integer', null, null, 'Y', null, null, null, '3', 'admin', '2024-01-26 11:04:10', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910708293328486400', '910708293282349056', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 11:56:27', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910708293370429440', '910708293282349056', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 11:56:27', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910721009736794112', '910721009699045376', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 12:46:59', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910721009778737152', '910721009699045376', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 12:46:59', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910732646887768064', '910732622212677632', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 13:33:13', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910732646933905408', '910732622212677632', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 13:33:13', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910737864350285824', '910737864308342784', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 13:53:57', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910737864400617472', '910737864308342784', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 13:53:57', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910740127202459648', '910740127152128000', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 14:02:57', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910740127244402688', '910740127152128000', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 14:02:57', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910750488576180224', '910750488542625792', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 14:44:07', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910750488630706176', '910750488542625792', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 14:44:07', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910754028698779648', '910754028661030912', 'value', 'value', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 14:58:11', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910754465980137472', '910754465934000128', 'value', 'value', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 14:59:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910759700177928192', '910759432656830464', 'name', '小区名称', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 15:19:40', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910759700219871232', '910759432656830464', 'deviceName', '设备名称', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 15:19:40', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910759700257619968', '910759432656830464', 'deviceAddress', '设备地址', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2024-01-26 15:19:40', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910759700295368704', '910759432656830464', 'deviceStatus', '设备状态', 'String', null, null, 'Y', null, null, null, '3', 'admin', '2024-01-26 15:19:40', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910765523046285312', '910765056765509632', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 15:42:00', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910765523092422656', '910765056765509632', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 15:42:00', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910773111934730240', '910773111884398592', 'areaName', '区域名称', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 16:14:01', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910773111976673280', '910773111884398592', 'value', '小区数量', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 16:14:01', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910776816117530624', '910776816075587584', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 16:28:44', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910776816167862272', '910776816075587584', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 16:28:44', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910790230357360640', '910790230315417600', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 17:22:02', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910790230407692288', '910790230315417600', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 17:22:02', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910794755550003200', '910794755508060160', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 17:40:01', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910794755591946240', '910794755508060160', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 17:40:01', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910797586197692416', '910797586147360768', 'inspectTime', '检查时间', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-26 17:51:16', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910797586294161408', '910797586147360768', 'deviceName', '设备名称', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-26 17:51:16', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910797586319327232', '910797586147360768', 'deviceAddress', '设备地址', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2024-01-26 17:51:16', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910797586352881664', '910797586147360768', 'inspected', '检查人', 'String', null, null, 'Y', null, null, null, '3', 'admin', '2024-01-26 17:51:16', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910797586382241792', '910797586147360768', 'content', '检查内容', 'String', null, null, 'Y', null, null, null, '4', 'admin', '2024-01-26 17:51:16', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('910797586415796224', '910797586147360768', 'inspectResult', '巡查结果', 'String', null, null, 'Y', null, null, null, '5', 'admin', '2024-01-26 17:51:16', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911792972810993664', '911792028287287296', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 11:42:50', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911792972852936704', '911792028287287296', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 11:42:50', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911792972882296832', '911792028287287296', 'icon', 'icon', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2024-01-29 11:42:50', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911792972911656960', '911792028287287296', 'action', 'action', 'String', null, null, 'Y', null, null, null, '3', 'admin', '2024-01-29 11:42:50', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911792972949405696', '911792028287287296', 'color', 'color', 'String', null, null, 'Y', null, null, null, '4', 'admin', '2024-01-29 11:46:35', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911836343176839168', '911836343134896128', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 14:38:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911836343218782208', '911836343134896128', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 14:38:55', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911836426496688128', '911836426450550784', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 14:39:15', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911836426538631168', '911836426450550784', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 14:39:15', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911836535569563648', '911836535531814912', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 14:39:41', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911836535603118080', '911836535531814912', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 14:39:41', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911836717761740800', '911836717715603456', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 14:40:24', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911836717803683840', '911836717715603456', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 14:40:24', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911836839392362496', '911836839023263744', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 14:40:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911836839736295424', '911836839023263744', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 14:40:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911836922204700672', '911836922162757632', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 14:41:13', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911836922238255104', '911836922162757632', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 14:41:13', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911837008376676352', '911837008343121920', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 14:41:34', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911837008414425088', '911837008343121920', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 14:41:34', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911837169203068928', '911837168896884736', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 14:42:12', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911837169526030336', '911837168896884736', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 14:42:12', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911845934769946624', '911845934736392192', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 15:17:02', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911845934807695360', '911845934736392192', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 15:17:02', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911852950460612608', '911837091507781632', 'name', '店铺', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 14:41:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911852950506749952', '911837091507781632', 'value', '销售金额(元)', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 14:41:53', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911887596531531776', '911887596497977344', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 18:02:35', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911887596565086208', '911887596497977344', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 18:02:35', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911887691293442048', '911887691259887616', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 18:02:57', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911887691331190784', '911887691259887616', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 18:02:57', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911888632742723584', '911888632709169152', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 18:06:42', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911888632767889408', '911888632709169152', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 18:06:42', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911888715282432000', '911888715248877568', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 18:07:02', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911888715320180736', '911888715248877568', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 18:07:02', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911888715345346560', '911888715248877568', 'type', 'type', 'String', null, null, 'Y', null, null, null, '2', 'admin', '2024-01-29 18:07:02', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911888877618774016', '911888877589413888', 'city', '城市', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 18:07:40', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911888877643939840', '911888877589413888', 'rate', '月环比', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 18:07:40', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911889006950137856', '911889006916583424', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 18:08:11', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911889006987886592', '911889006916583424', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 18:08:11', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911889086197317632', '911889086163763200', 'name', 'name', 'String', null, null, 'Y', null, null, null, '0', 'admin', '2024-01-29 18:08:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('911889086230872064', '911889086163763200', 'value', 'value', 'String', null, null, 'Y', null, null, null, '1', 'admin', '2024-01-29 18:08:30', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('960809675552555008', '925264960069664768', 'count', '数量', 'Integer', null, null, 'Y', null, null, null, '11', 'admin', '2024-03-06 16:01:21', null, null); INSERT INTO `onl_drag_dataset_item` VALUES ('960809675590303744', '925264960069664768', 'sex', '性别', 'String', null, 'sex', 'Y', null, null, null, '7', 'admin', '2024-03-06 15:59:27', null, null); -- ---------------------------- -- Table structure for onl_drag_dataset_param -- ---------------------------- DROP TABLE IF EXISTS `onl_drag_dataset_param`; CREATE TABLE `onl_drag_dataset_param` ( `id` varchar(36) NOT NULL, `head_id` varchar(36) NOT NULL COMMENT '动态报表ID', `param_name` varchar(32) NOT NULL COMMENT '参数字段', `param_txt` varchar(32) DEFAULT NULL COMMENT '参数文本', `param_value` varchar(1000) DEFAULT NULL COMMENT '参数默认值', `order_num` int(11) DEFAULT NULL COMMENT '排序', `iz_search` int(11) DEFAULT NULL COMMENT '查询标识0否1是 默认0', `widget_type` varchar(50) DEFAULT NULL COMMENT '查询控件类型', `search_mode` int(11) DEFAULT NULL COMMENT '查询模式1简单2范围', `dict_code` varchar(255) DEFAULT NULL COMMENT '字典', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', PRIMARY KEY (`id`) USING BTREE, KEY `idx_oddp_head_id` (`head_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of onl_drag_dataset_param -- ---------------------------- INSERT INTO `onl_drag_dataset_param` VALUES ('1517072834441019393', '1516317603268657153', 'name', 'name', '', null, null, null, null, null, 'admin', '2022-04-21 17:28:44', null, null); INSERT INTO `onl_drag_dataset_param` VALUES ('1522831994378051586', '1522824721899511810', 'sex', 'sex', '1', null, null, null, null, 'sex', 'admin', '2022-05-07 14:50:53', null, null); INSERT INTO `onl_drag_dataset_param` VALUES ('1522902540256075778', '1522853857095376898', 'createTime_begin', 'createTime_begin', '2011-01-01', null, null, null, null, null, 'admin', '2022-05-07 16:20:28', null, null); INSERT INTO `onl_drag_dataset_param` VALUES ('1522902540272852993', '1522853857095376898', 'createTime_end', 'createTime_end', '2022-12-31', null, null, null, null, null, 'admin', '2022-05-07 16:20:28', null, null); INSERT INTO `onl_drag_dataset_param` VALUES ('811451544792772608', '1517071247723233281', 'age', 'age', '0', null, null, null, null, null, 'admin', '2023-04-27 14:25:35', null, null); -- ---------------------------- -- Table structure for onl_drag_page -- ---------------------------- DROP TABLE IF EXISTS `onl_drag_page`; CREATE TABLE `onl_drag_page` ( `id` varchar(50) NOT NULL COMMENT '主键', `name` varchar(100) DEFAULT NULL COMMENT '界面名称', `path` varchar(100) DEFAULT NULL COMMENT '访问路径', `background_color` varchar(10) DEFAULT NULL COMMENT '背景色', `background_image` varchar(255) DEFAULT NULL COMMENT '背景图', `design_type` int(11) DEFAULT NULL COMMENT '设计模式(1:pc,2:手机,3:平板)', `theme` varchar(10) DEFAULT NULL COMMENT '主题色', `style` varchar(20) DEFAULT NULL COMMENT '面板主题', `cover_url` varchar(500) DEFAULT NULL COMMENT '封面图', `template` longtext COMMENT '布局json', `protection_code` varchar(32) DEFAULT NULL COMMENT '保护码', `type` varchar(10) DEFAULT NULL COMMENT '分类(1:仪表盘设计 2:门户设计)', `iz_template` varchar(10) DEFAULT '0' COMMENT '是否模板(1:是;0不是)', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `low_app_id` varchar(50) DEFAULT NULL COMMENT '应用ID', `tenant_id` int(11) DEFAULT NULL COMMENT '租户ID', `update_count` int(11) DEFAULT '1', `visits_num` int(11) DEFAULT NULL COMMENT '访问次数', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='可视化拖拽界面'; -- ---------------------------- -- Records of onl_drag_page -- ---------------------------- INSERT INTO `onl_drag_page` VALUES ('1504359493847306242', '流程门户', '/drag/page/view/1504359493847306242', null, null, null, null, null, null, '[{\"component\":\"eoa-cms-apply-process\",\"w\":16,\"moved\":false,\"x\":0,\"h\":43,\"i\":\"ec47ccc3-fadb-4b4f-b156-be622e95a39f\",\"y\":59,\"pageCompId\":\"1526478613069701121\"},{\"component\":\"eoa-cms-comm-use\",\"w\":24,\"moved\":false,\"x\":0,\"h\":15,\"i\":\"7fb16df0-15dc-43c7-908e-7edb803cf1db\",\"y\":0,\"pageCompId\":\"1526478613174558721\"},{\"component\":\"eoa-cms-process-notice\",\"w\":8,\"moved\":false,\"x\":16,\"h\":44,\"i\":\"57eb306f-c556-4425-8966-ca315c83754a\",\"y\":15,\"pageCompId\":\"1526478613275222017\"},{\"component\":\"eoa-cms-my-process\",\"w\":16,\"moved\":false,\"x\":0,\"h\":44,\"i\":\"6dbe85c8-a57a-4fa9-8223-c320ebb3aa38\",\"y\":15,\"pageCompId\":\"1526478613384273922\"},{\"component\":\"eoa-cms-user-notice\",\"w\":8,\"moved\":false,\"x\":16,\"h\":43,\"i\":\"62b1793a-de33-4196-81fd-d1476131cc92\",\"y\":59,\"pageCompId\":\"1526478613489131521\"},{\"component\":\"eoa-cms-process-chart\",\"w\":16,\"moved\":false,\"x\":0,\"h\":36,\"i\":\"a0ad5cf9-81f8-415f-94d9-00ce57214192\",\"y\":102,\"pageCompId\":\"1526478613593989121\"},{\"component\":\"eoa-cms-process-type\",\"w\":8,\"moved\":false,\"x\":16,\"h\":36,\"i\":\"fbe20e5e-7aaa-4642-8368-28d2f2638cfd\",\"y\":102,\"pageCompId\":\"1526478613694652418\"},{\"component\":\"eoa-cms-email\",\"w\":16,\"moved\":false,\"x\":0,\"h\":48,\"i\":\"f7bd7396-b869-446b-8042-63871c77f05e\",\"y\":138,\"pageCompId\":\"1526478613803704322\"},{\"component\":\"eoa-cms-plan\",\"w\":8,\"moved\":false,\"x\":16,\"h\":48,\"i\":\"5a99de6c-8636-41be-8fe4-934bfce171f5\",\"y\":138,\"pageCompId\":\"1526478613904367618\"}]', '', '2', '0', 'jeecg', '2022-03-17 15:30:28', 'admin', '2023-05-15 11:06:58', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1504364941187043329', '企业门户', '/drag/page/view/1504364941187043329', null, null, null, null, null, null, '[{\"component\":\"eoa-cms-banner\",\"w\":24,\"moved\":false,\"x\":0,\"h\":34,\"i\":\"43d3d2e3-7311-4714-bf93-8dd4a3984615\",\"y\":0,\"pageCompId\":\"1526476125109231618\"},{\"component\":\"eoa-cms-news-info\",\"w\":16,\"moved\":false,\"x\":0,\"h\":63,\"i\":\"e2b21502-d058-4cad-b16d-9a986ed1c1c4\",\"y\":34,\"pageCompId\":\"1526476125247643650\"},{\"component\":\"eoa-cms-user-notice\",\"w\":8,\"moved\":false,\"x\":16,\"h\":38,\"i\":\"1b834694-04df-491b-a734-aa38d70c1ed6\",\"y\":34,\"pageCompId\":\"1526476125352501250\"},{\"component\":\"eoa-cms-rule-info\",\"w\":9,\"moved\":false,\"x\":0,\"h\":44,\"i\":\"fa29e703-60b0-43b5-a84e-ff92eb9188b5\",\"y\":97,\"pageCompId\":\"1526476125457358849\"},{\"component\":\"eoa-cms-sign-news\",\"w\":7,\"moved\":false,\"x\":9,\"h\":44,\"i\":\"5cd2720b-4ac9-4485-92a1-e77363883012\",\"y\":97,\"pageCompId\":\"1526476125562216450\"},{\"component\":\"eoa-cms-plan\",\"w\":8,\"moved\":false,\"x\":16,\"h\":49,\"i\":\"7bc89a6e-8a1e-4e5e-8aad-a59011bd7bd1\",\"y\":72,\"pageCompId\":\"1526476125667074049\"},{\"component\":\"eoa-cms-link\",\"w\":8,\"moved\":false,\"x\":16,\"h\":20,\"i\":\"5b7716a2-b0ab-4344-8a72-da53b5beb9f0\",\"y\":121,\"pageCompId\":\"1526476125771931649\"}]', '', '2', '0', 'jeecg', '2022-03-17 15:52:06', 'admin', '2023-05-15 11:07:00', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1516742733803323394', '示例_统计近十日的登陆次数', '/drag/page/view/1516742733803323394', null, null, '100', 'default', 'default', null, '[{\"component\":\"JTabs\",\"w\":24,\"moved\":false,\"x\":0,\"h\":49,\"i\":\"2a745b71-b463-401e-895a-8067ea72830b\",\"y\":0,\"pageCompId\":\"826049694035705856\"},{\"component\":\"JCommonTable\",\"w\":24,\"moved\":false,\"x\":0,\"h\":49,\"i\":\"952b9508-df94-4612-abd8-69ca24157572\",\"y\":49,\"pageCompId\":\"826049694119591936\"}]', '', '1', '0', 'admin', '2022-04-20 19:37:02', 'admin', '2023-06-06 21:13:25', null, null, '2', null); INSERT INTO `onl_drag_page` VALUES ('1516747539813007362', '示例_项目性质收入统计JSON', '/drag/page/view/1516747539813007362', null, null, null, null, null, null, '[{\"component\":\"JPie\",\"w\":12,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"a2ada7ba-ff55-4d2c-ba1b-10eb3c04b5f7\",\"y\":0,\"pageCompId\":\"1517018288431857665\"},{\"component\":\"JBar\",\"w\":12,\"moved\":false,\"x\":12,\"h\":42,\"i\":\"195569f9-8bd3-4e8f-892a-f81f60a25ba8\",\"y\":0,\"pageCompId\":\"1517018288566075393\"},{\"component\":\"JLine\",\"w\":24,\"moved\":false,\"x\":0,\"h\":44,\"i\":\"5cde89e3-1174-4a95-8385-065c1ee1a22d\",\"y\":42,\"pageCompId\":\"1517018288670932994\"},{\"component\":\"JCommonTable\",\"w\":24,\"moved\":false,\"x\":0,\"h\":48,\"i\":\"2ed05f21-e822-4c4e-8657-02edb10b1cca\",\"y\":86,\"pageCompId\":\"1517018288775790593\"}]', '', '1', '1', 'admin', '2022-04-20 19:56:08', 'admin', '2023-05-15 11:07:40', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1517018517935783937', '示例_项目性质收入统计SQL', '/drag/page/view/1517018517935783937', null, null, null, null, null, null, '[{\"component\":\"JTabs\",\"w\":24,\"moved\":false,\"x\":0,\"h\":56,\"i\":\"19dd2a57-e10d-418b-8146-cd30de6e9aea\",\"y\":0,\"pageCompId\":\"1524663379220791297\"},{\"component\":\"JCommonTable\",\"w\":24,\"moved\":false,\"x\":0,\"h\":48,\"i\":\"e9e93d41-076f-436a-b466-3c327478e94d\",\"y\":56,\"pageCompId\":\"1524663379359203329\"}]', '', '1', '1', 'admin', '2022-04-21 13:52:54', 'admin', '2022-05-12 16:10:51', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1517031795361611778', '示例_统计每日大屏创建情况', '/drag/page/view/1517031795361611778', null, null, null, null, null, null, '[{\"component\":\"JTabs\",\"w\":24,\"moved\":false,\"x\":0,\"h\":51,\"i\":\"f749bb26-5343-499e-89fd-2228c26495c4\",\"y\":0,\"pageCompId\":\"1517062543422554114\"},{\"component\":\"JCommonTable\",\"w\":24,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"746b3b26-8b4e-426d-8e25-c390e05fa947\",\"y\":51,\"pageCompId\":\"1517062543523217409\"}]', '', '1', '0', 'admin', '2022-04-21 14:45:40', 'admin', '2023-05-15 11:08:03', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1517062686729338882', '示例_年龄占比API', '/drag/page/view/1517062686729338882', null, null, null, null, null, null, '[{\"component\":\"JLine\",\"w\":13,\"moved\":false,\"x\":0,\"h\":44,\"i\":\"503ecff5-5f00-4188-90f7-227f5847b895\",\"y\":0,\"pageCompId\":\"1517064663387373570\"},{\"component\":\"JRing\",\"w\":11,\"moved\":false,\"x\":13,\"h\":44,\"i\":\"5a72ce0b-838d-4777-838a-1a0505ef8394\",\"y\":0,\"pageCompId\":\"1517064663563534337\"},{\"component\":\"JFunnel\",\"w\":13,\"moved\":false,\"x\":0,\"h\":49,\"i\":\"39790ea2-63de-41b4-957b-5a51b7e11f29\",\"y\":44,\"pageCompId\":\"1517064663664197634\"},{\"component\":\"JCommonTable\",\"w\":11,\"moved\":false,\"x\":13,\"h\":49,\"i\":\"9c1f12e1-d71d-4a12-b601-d6730fcd0223\",\"y\":44,\"pageCompId\":\"1517064663798415361\"}]', '', '1', '1', 'admin', '2022-04-21 16:48:25', 'admin', '2022-04-21 16:56:16', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1517067453027352578', '示例_查询_联动', '/drag/page/view/1517067453027352578', null, null, '100', 'default', 'default', null, '[{\"component\":\"JForm\",\"w\":24,\"moved\":false,\"x\":0,\"h\":12,\"i\":\"d83aab3e-fb0e-4f5a-8c04-3b870e7d0cdd\",\"y\":0,\"pageCompId\":\"811451560194256896\"},{\"component\":\"JBar\",\"w\":12,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"79f3e507-d7ab-4cd5-9402-ca5b41086a73\",\"y\":12,\"pageCompId\":\"811451560223617024\"},{\"component\":\"JPie\",\"w\":12,\"moved\":false,\"x\":12,\"h\":42,\"i\":\"95f190fb-69cc-4dc7-8f4c-b9f33460ad60\",\"y\":12,\"pageCompId\":\"811451560236199936\"},{\"component\":\"JLine\",\"w\":12,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"a7de05b4-3eab-40ce-bb95-39d650ea3c1b\",\"y\":54,\"pageCompId\":\"811451560252977152\"},{\"component\":\"JProgress\",\"w\":12,\"moved\":false,\"x\":12,\"h\":42,\"i\":\"9e46a297-752b-40bc-95c7-d28f87ce7cd5\",\"y\":54,\"pageCompId\":\"811451560269754368\"}]', '', '1', '1', 'admin', '2022-04-21 17:07:21', 'admin', '2023-04-27 14:25:38', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1519992838245441538', '示例_钻取', '/drag/page/view/1519992838245441538', null, null, null, null, null, null, '[{\"component\":\"JBar\",\"w\":12,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"c801a065-ca40-4095-8d27-6cf722deb09e\",\"y\":0,\"pageCompId\":\"1519994699446870018\"},{\"component\":\"JPie\",\"w\":12,\"moved\":false,\"x\":12,\"h\":42,\"i\":\"58236f99-4803-4a3c-ad39-e83949270517\",\"y\":0,\"pageCompId\":\"1519994699518173186\"}]', '', '1', '1', 'jeecg', '2022-04-29 18:51:47', 'jeecg', '2022-04-29 18:59:11', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1522121177760280578', '示例_医院综合数据统计', '/drag/page/view/1522121177760280578', null, null, null, null, null, null, '[{\"component\":\"JText\",\"w\":9,\"moved\":false,\"x\":8,\"h\":8,\"i\":\"5df901ff-2237-4aaf-91b2-74eb9103dc09\",\"y\":0,\"pageCompId\":\"1523906947722629122\"},{\"component\":\"JStackBar\",\"w\":8,\"moved\":false,\"x\":0,\"h\":37,\"i\":\"35c97a7b-966d-4124-8589-9ad9175085e2\",\"y\":0,\"pageCompId\":\"1523906947861041153\"},{\"component\":\"JArea\",\"w\":7,\"moved\":false,\"x\":17,\"h\":25,\"i\":\"f9936af9-9347-4ea2-8fda-4eef38fc2851\",\"y\":35,\"pageCompId\":\"1523906947932344321\"},{\"component\":\"JBar\",\"w\":8,\"moved\":false,\"x\":0,\"h\":29,\"i\":\"94f35443-fdf7-462c-8ed1-5eff21f41624\",\"y\":37,\"pageCompId\":\"1523906948037201921\"},{\"component\":\"JColorGauge\",\"w\":4,\"moved\":false,\"x\":0,\"h\":27,\"i\":\"6685b078-9067-42a5-a14d-9037dbe12131\",\"y\":66,\"pageCompId\":\"1523906948108505089\"},{\"component\":\"JColorGauge\",\"w\":4,\"moved\":false,\"x\":4,\"h\":27,\"i\":\"1e968150-d9d6-411b-833d-f95b231ae4ad\",\"y\":66,\"pageCompId\":\"1523906948179808258\"},{\"component\":\"JPie\",\"w\":7,\"moved\":false,\"x\":17,\"h\":32,\"i\":\"cbc6855a-1bc5-403b-be2d-76af53b1eb40\",\"y\":60,\"pageCompId\":\"1523906948246917122\"},{\"component\":\"JLine\",\"w\":7,\"moved\":false,\"x\":17,\"h\":35,\"i\":\"cc1dde8c-c064-438c-96a2-82a70bcb6815\",\"y\":0,\"pageCompId\":\"1523906948351774722\"},{\"component\":\"JRing\",\"w\":9,\"moved\":false,\"x\":8,\"h\":34,\"i\":\"ac652ca3-c956-4e0b-8dc3-b1407f4d8f5c\",\"y\":24,\"pageCompId\":\"1523906948423077889\"},{\"component\":\"JFunnel\",\"w\":9,\"moved\":false,\"x\":8,\"h\":34,\"i\":\"142fe7cf-1e45-4c52-9e6b-625bdf16d002\",\"y\":58,\"pageCompId\":\"1523906948490186754\"},{\"component\":\"JGrowCard\",\"w\":9,\"moved\":false,\"x\":8,\"h\":16,\"i\":\"3d9d75ff-99f5-49da-b16e-88447705dcc3\",\"y\":8,\"pageCompId\":\"1523906948561489921\"}]', '', '1', '1', 'admin', '2022-05-05 15:49:03', 'admin', '2022-05-10 14:05:04', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1522172834409885698', '示例_智慧社区', '/drag/page/view/1522172834409885698', null, null, null, null, null, null, '[{\"component\":\"JText\",\"w\":10,\"moved\":false,\"x\":7,\"h\":7,\"i\":\"a027c162-fc08-430b-aaca-428a40bf6757\",\"y\":0,\"pageCompId\":\"1524661142020980737\"},{\"component\":\"JText\",\"w\":7,\"moved\":false,\"x\":0,\"h\":6,\"i\":\"08290325-ab4c-4637-9533-50bb9ce0e92b\",\"y\":0,\"pageCompId\":\"1524661142121644034\"},{\"component\":\"JText\",\"w\":7,\"moved\":false,\"x\":0,\"h\":6,\"i\":\"543590d0-763e-4871-8c8b-72258b10f68e\",\"y\":6,\"pageCompId\":\"1524661142226501634\"},{\"component\":\"JText\",\"w\":7,\"moved\":false,\"x\":0,\"h\":5,\"i\":\"6253853a-75fb-42b4-ad93-b94cdd66b2c0\",\"y\":12,\"pageCompId\":\"1524661142331359233\"},{\"component\":\"JPie\",\"w\":7,\"moved\":false,\"x\":0,\"h\":36,\"i\":\"a20e09ed-a2db-4b0b-8c9a-e745eb747378\",\"y\":17,\"pageCompId\":\"1524661142436216833\"},{\"component\":\"JText\",\"w\":7,\"moved\":false,\"x\":0,\"h\":6,\"i\":\"64040039-455f-47c8-800e-f6061af70451\",\"y\":53,\"pageCompId\":\"1524661142541074433\"},{\"component\":\"JCommonTable\",\"w\":7,\"moved\":false,\"x\":0,\"h\":43,\"i\":\"485ad866-aeae-4137-8227-bef27c9275b0\",\"y\":59,\"pageCompId\":\"1524661142645932033\"},{\"component\":\"JText\",\"w\":7,\"moved\":false,\"x\":17,\"h\":5,\"i\":\"aa8f5bac-5cdd-484b-b7ec-145b34119d94\",\"y\":0,\"pageCompId\":\"1524661142750789634\"},{\"component\":\"JText\",\"w\":7,\"moved\":false,\"x\":17,\"h\":5,\"i\":\"cd378afa-20ce-4d37-abcd-9b73af9bd70a\",\"y\":35,\"pageCompId\":\"1524661142855647234\"},{\"component\":\"JText\",\"w\":7,\"moved\":false,\"x\":17,\"h\":5,\"i\":\"0b9d4f60-d3a2-43bd-a444-2378974cbac0\",\"y\":69,\"pageCompId\":\"1524661142960504833\"},{\"component\":\"JLine\",\"w\":7,\"moved\":false,\"x\":17,\"h\":28,\"i\":\"a88af204-bba2-48e0-857a-056f77a62838\",\"y\":74,\"pageCompId\":\"1524661143065362433\"},{\"component\":\"JBar\",\"w\":7,\"moved\":false,\"x\":17,\"h\":29,\"i\":\"fc62f6b2-54b2-42fb-ac49-730a458365f7\",\"y\":40,\"pageCompId\":\"1524661143170220033\"},{\"component\":\"JRing\",\"w\":7,\"moved\":false,\"x\":17,\"h\":30,\"i\":\"a0fd33e9-ad35-4f54-8f1c-15e6d6a0e1a8\",\"y\":5,\"pageCompId\":\"1524661143275077633\"},{\"component\":\"JGauge\",\"w\":10,\"moved\":false,\"x\":7,\"h\":30,\"i\":\"a65c5a00-3a09-488e-8ed7-957c37c74ec5\",\"y\":7,\"pageCompId\":\"1524661143379935234\"},{\"component\":\"JColorGauge\",\"w\":10,\"moved\":false,\"x\":7,\"h\":31,\"i\":\"0633a426-0e0a-4b4d-9813-575166ab382e\",\"y\":37,\"pageCompId\":\"1524661143518347265\"},{\"component\":\"JStackBar\",\"w\":10,\"moved\":false,\"x\":7,\"h\":34,\"i\":\"0be25d6b-60e4-40a3-8af2-637bab222491\",\"y\":68,\"pageCompId\":\"1524661143660953602\"}]', '', '1', '1', 'admin', '2022-05-05 19:14:19', 'admin', '2022-05-12 16:01:58', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1522417428246568961', '示例_乡村振兴普惠金融服务', '/drag/page/view/1522417428246568961', null, null, null, null, null, null, '[{\"component\":\"JImg\",\"w\":1,\"moved\":false,\"x\":0,\"h\":5,\"i\":\"62cb9a5f-eb84-4f74-8e35-3fa54fd867f0\",\"y\":8,\"pageCompId\":\"1522524336454377473\"},{\"component\":\"JText\",\"w\":6,\"moved\":false,\"x\":0,\"h\":8,\"i\":\"7e21b964-9332-4348-b36e-30314b6f92c2\",\"y\":0,\"pageCompId\":\"1522524336693452802\"},{\"component\":\"JText\",\"w\":5,\"moved\":false,\"x\":1,\"h\":5,\"i\":\"1edb6c33-8eb8-4f22-8711-55aef46767d7\",\"y\":8,\"pageCompId\":\"1522524336823476225\"},{\"component\":\"JImg\",\"w\":1,\"moved\":false,\"x\":0,\"h\":5,\"i\":\"f4d32efe-0cff-4845-8c38-bde3fdb0657c\",\"y\":13,\"pageCompId\":\"1522524336903168002\"},{\"component\":\"JImg\",\"w\":1,\"moved\":false,\"x\":0,\"h\":5,\"i\":\"6b640017-ec02-407e-87d3-35b4da262384\",\"y\":18,\"pageCompId\":\"1522524336974471169\"},{\"component\":\"JText\",\"w\":5,\"moved\":false,\"x\":1,\"h\":5,\"i\":\"f64eb1a5-faec-4b42-8490-88cddf20669b\",\"y\":13,\"pageCompId\":\"1522524337066745858\"},{\"component\":\"JText\",\"w\":5,\"moved\":false,\"x\":1,\"h\":5,\"i\":\"402b8a18-951c-4bd0-b817-17b75d18cbd2\",\"y\":18,\"pageCompId\":\"1522524337146437633\"},{\"component\":\"JCommonTable\",\"w\":14,\"moved\":false,\"x\":0,\"h\":43,\"i\":\"aafe3aec-5265-4769-8ba3-c3f693287100\",\"y\":38,\"pageCompId\":\"1522524337251295233\"},{\"component\":\"JLine\",\"w\":10,\"moved\":false,\"x\":14,\"h\":29,\"i\":\"ba474f88-f06a-4459-adc0-53929c564e5f\",\"y\":0,\"pageCompId\":\"1522524337356152834\"},{\"component\":\"JBar\",\"w\":10,\"moved\":false,\"x\":14,\"h\":28,\"i\":\"88f93cd9-3a51-42aa-9a11-6edf685a5db9\",\"y\":29,\"pageCompId\":\"1522524337461010433\"},{\"component\":\"JPie\",\"w\":10,\"moved\":false,\"x\":14,\"h\":24,\"i\":\"4e7bb9d5-72c2-4f21-85cb-0f6289d9099e\",\"y\":57,\"pageCompId\":\"1522524337565868034\"},{\"component\":\"JText\",\"w\":5,\"moved\":false,\"x\":1,\"h\":5,\"i\":\"53d91193-8d89-4291-be1b-cc6e43ef1bf9\",\"y\":23,\"pageCompId\":\"1522524337670725634\"},{\"component\":\"JImg\",\"w\":1,\"moved\":false,\"x\":0,\"h\":5,\"i\":\"e04f860d-3355-4ce2-8ad7-c7597f7365e2\",\"y\":23,\"pageCompId\":\"1522524337742028802\"},{\"component\":\"JImg\",\"w\":1,\"moved\":false,\"x\":0,\"h\":5,\"i\":\"e52f5ced-8159-46e6-8a60-7349e9eb26b9\",\"y\":28,\"pageCompId\":\"1522524337813331969\"},{\"component\":\"JText\",\"w\":5,\"moved\":false,\"x\":1,\"h\":5,\"i\":\"b6d236f0-827a-4b32-a556-e85fe44e7df1\",\"y\":28,\"pageCompId\":\"1522524337884635138\"},{\"component\":\"JText\",\"w\":5,\"moved\":false,\"x\":1,\"h\":5,\"i\":\"018f02bb-eb4b-43f3-a98e-9a712681bb26\",\"y\":33,\"pageCompId\":\"1522524337951744001\"},{\"component\":\"JImg\",\"w\":1,\"moved\":false,\"x\":0,\"h\":5,\"i\":\"ecc0ff70-9aa0-48ee-84c1-625c5069044c\",\"y\":33,\"pageCompId\":\"1522524338023047170\"},{\"component\":\"JFunnel\",\"w\":8,\"moved\":false,\"x\":6,\"h\":38,\"i\":\"19ab2147-2c5c-47c7-8dce-bec960353793\",\"y\":0,\"pageCompId\":\"1522524338094350337\"}]', '', '1', '1', 'admin', '2022-05-06 11:26:15', 'admin', '2022-05-06 18:31:04', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1522451603569778690', '示例_智能大数据', '/drag/page/view/1522451603569778690', null, null, null, null, null, null, '[{\"component\":\"JText\",\"w\":4,\"moved\":false,\"x\":0,\"h\":6,\"i\":\"6070607f-f8cd-48f9-b8e6-74511388b222\",\"y\":0,\"pageCompId\":\"1522523872572743681\"},{\"component\":\"JText\",\"w\":4,\"moved\":false,\"x\":0,\"h\":6,\"i\":\"0ced8073-18dc-4d50-84be-5364d338a6b4\",\"y\":6,\"pageCompId\":\"1522523872849567745\"},{\"component\":\"JBar\",\"w\":12,\"moved\":false,\"x\":0,\"h\":44,\"i\":\"e8e1e96a-6bcd-470f-8d52-3be655942a97\",\"y\":12,\"pageCompId\":\"1522523872954425346\"},{\"component\":\"JPie\",\"w\":6,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"5d40565e-8ac4-4156-8130-ab627e98a80c\",\"y\":56,\"pageCompId\":\"1522523873038311426\"},{\"component\":\"JPie\",\"w\":6,\"moved\":false,\"x\":6,\"h\":42,\"i\":\"60495499-f2d4-463d-ad7f-2487ee47592d\",\"y\":56,\"pageCompId\":\"1522523873143169025\"},{\"component\":\"JTabs\",\"w\":12,\"moved\":false,\"x\":12,\"h\":50,\"i\":\"a83d340c-a493-4d37-935c-be8a35c09097\",\"y\":0,\"pageCompId\":\"1522523873235443714\"},{\"component\":\"JTabs\",\"w\":12,\"moved\":false,\"x\":12,\"h\":48,\"i\":\"7903672e-9139-4db9-ab25-24c0612537cb\",\"y\":50,\"pageCompId\":\"1522523873340301313\"},{\"component\":\"JText\",\"w\":4,\"moved\":false,\"x\":4,\"h\":6,\"i\":\"38364ada-5aeb-4ca3-8bfe-c81c3894846d\",\"y\":0,\"pageCompId\":\"1522523873445158914\"},{\"component\":\"JText\",\"w\":4,\"moved\":false,\"x\":4,\"h\":6,\"i\":\"6f1363fd-4306-4452-82ac-b0427e064b59\",\"y\":6,\"pageCompId\":\"1522523873529044994\"},{\"component\":\"JText\",\"w\":4,\"moved\":false,\"x\":8,\"h\":6,\"i\":\"8a101ba0-496e-451c-8d37-fefa1858f19c\",\"y\":0,\"pageCompId\":\"1522523873621319682\"},{\"component\":\"JText\",\"w\":4,\"moved\":false,\"x\":8,\"h\":6,\"i\":\"45600ba8-6cff-4083-8db8-fead5cfc88ab\",\"y\":6,\"pageCompId\":\"1522523873726177281\"}]', '', '1', '1', 'admin', '2022-05-06 13:42:03', 'admin', '2022-05-06 18:29:13', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1522460228585529346', '示例_旅游数据监控', '/drag/page/view/1522460228585529346', null, null, null, null, null, null, '[{\"component\":\"JRing\",\"w\":8,\"moved\":false,\"x\":0,\"h\":30,\"i\":\"3e514383-e7b8-4038-8037-da02ceeb251f\",\"y\":0,\"pageCompId\":\"1522466576295534593\"},{\"component\":\"JBar\",\"w\":8,\"moved\":false,\"x\":0,\"h\":24,\"i\":\"7c31dea0-fdf9-46ae-83f3-a3c1e50641f6\",\"y\":30,\"pageCompId\":\"1522466576429752321\"},{\"component\":\"JLine\",\"w\":8,\"moved\":false,\"x\":0,\"h\":26,\"i\":\"661c80a4-668f-4446-8f56-d8628e2511f9\",\"y\":54,\"pageCompId\":\"1522466576526221314\"},{\"component\":\"JPie\",\"w\":7,\"moved\":false,\"x\":17,\"h\":31,\"i\":\"09a859e0-d906-4d6a-92d2-5cb9966aedfb\",\"y\":0,\"pageCompId\":\"1522466576605913090\"},{\"component\":\"JImg\",\"w\":9,\"moved\":false,\"x\":8,\"h\":25,\"i\":\"c30dbcb0-4d27-4f25-83f5-de2bbbac401c\",\"y\":11,\"pageCompId\":\"1522466576702382082\"},{\"component\":\"JText\",\"w\":5,\"moved\":false,\"x\":8,\"h\":5,\"i\":\"d4f386cb-6074-4f46-84a7-7328b2b147bf\",\"y\":0,\"pageCompId\":\"1522466576777879554\"},{\"component\":\"JText\",\"w\":4,\"moved\":false,\"x\":13,\"h\":5,\"i\":\"e355be6c-3c7f-4f6e-8014-7ff591f8c9b0\",\"y\":0,\"pageCompId\":\"1522466576878542849\"},{\"component\":\"JText\",\"w\":5,\"moved\":false,\"x\":8,\"h\":5,\"i\":\"f6cb6f0f-3e74-4f97-8965-c83102f62248\",\"y\":5,\"pageCompId\":\"1522466576954040321\"},{\"component\":\"JText\",\"w\":4,\"moved\":false,\"x\":13,\"h\":6,\"i\":\"3e3d8fee-844f-4437-a593-899b6b1ff811\",\"y\":5,\"pageCompId\":\"1522466577054703617\"},{\"component\":\"JPie\",\"w\":9,\"moved\":false,\"x\":8,\"h\":44,\"i\":\"c3bb7ba4-8dc9-4e2a-8252-77ed74dd10d0\",\"y\":36,\"pageCompId\":\"1522466577159561217\"},{\"component\":\"JCommonTable\",\"w\":7,\"moved\":false,\"x\":17,\"h\":49,\"i\":\"d3edcc06-4e00-4934-ab1e-066f058ea618\",\"y\":31,\"pageCompId\":\"1522466577264418817\"}]', '', '1', '1', 'admin', '2022-05-06 14:16:19', 'admin', '2022-05-06 14:41:33', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1522466781443137538', '示例_首页', '/drag/page/view/1522466781443137538', null, null, null, null, null, null, '[{\"component\":\"JQuickNav\",\"w\":13,\"moved\":false,\"x\":0,\"h\":28,\"i\":\"a80f65fe-cdc3-4fbe-a383-c526eda9886e\",\"y\":19,\"pageCompId\":\"1522504050518532098\"},{\"component\":\"JList\",\"w\":11,\"moved\":false,\"x\":13,\"h\":44,\"i\":\"4d7f78a3-6520-45ae-85e4-ac0cfca514b3\",\"y\":39,\"pageCompId\":\"1522504050690498562\"},{\"component\":\"JGrowCard\",\"w\":24,\"moved\":false,\"x\":0,\"h\":19,\"i\":\"1aab1f6b-316e-4046-9ec0-d68d35fa6142\",\"y\":0,\"pageCompId\":\"1522504050782773249\"},{\"component\":\"JProjectCard\",\"w\":13,\"moved\":false,\"x\":0,\"h\":36,\"i\":\"ab1fcd58-e150-4816-b06a-5d2a62517510\",\"y\":47,\"pageCompId\":\"1522504050862465026\"},{\"component\":\"JWaitMatter\",\"w\":11,\"moved\":false,\"x\":13,\"h\":20,\"i\":\"e5a73961-e1ba-462c-bf86-78fbb94390d4\",\"y\":19,\"pageCompId\":\"1522504050958934017\"},{\"component\":\"JLine\",\"w\":24,\"moved\":false,\"x\":0,\"h\":41,\"i\":\"b1786985-070f-4f7b-8c46-b61c0ac9b8c7\",\"y\":83,\"pageCompId\":\"1522504051076374530\"}]', '', '1', '1', 'admin', '2022-05-06 14:42:21', 'admin', '2022-05-06 17:10:27', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1522507145776472065', '示例_数据分析', '/drag/page/view/1522507145776472065', null, null, null, null, null, null, '[{\"component\":\"JBar\",\"w\":12,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"cfe42a6f-d74e-46f4-8a64-c2b7d13b0d12\",\"y\":23,\"pageCompId\":\"1522520321213603842\"},{\"component\":\"JStackBar\",\"w\":12,\"moved\":false,\"x\":12,\"h\":42,\"i\":\"fe5628ab-6e56-4f25-88bf-21e4d5d2eb40\",\"y\":23,\"pageCompId\":\"1522520321352015874\"},{\"component\":\"JPie\",\"w\":12,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"70d1dace-e2d2-4080-8736-f9cac6b9e727\",\"y\":65,\"pageCompId\":\"1522520321456873474\"},{\"component\":\"JLine\",\"w\":12,\"moved\":false,\"x\":12,\"h\":42,\"i\":\"32560edd-a4b5-4b7d-8f8b-7e84ce1c5213\",\"y\":65,\"pageCompId\":\"1522520321549148162\"},{\"component\":\"JCommonTable\",\"w\":24,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"1f3f12e8-f852-4e81-9b11-6f4a762500f9\",\"y\":107,\"pageCompId\":\"1522520321628839937\"},{\"component\":\"JTabs\",\"w\":15,\"moved\":false,\"x\":0,\"h\":43,\"i\":\"43c93eaa-1db0-42e2-8865-f0deb138782e\",\"y\":233,\"pageCompId\":\"1522520321725308929\"},{\"component\":\"JGrid\",\"w\":24,\"moved\":false,\"x\":0,\"h\":40,\"i\":\"1ac58009-1e17-4136-8309-313a9111ebb6\",\"y\":193,\"pageCompId\":\"1522520321935024129\"},{\"component\":\"JCarousel\",\"w\":24,\"moved\":false,\"x\":0,\"h\":23,\"i\":\"85bab599-d0e8-4989-9e76-a662dd71ab93\",\"y\":0,\"pageCompId\":\"1522520322014715906\"},{\"component\":\"JIframe\",\"w\":24,\"moved\":false,\"x\":0,\"h\":36,\"i\":\"39c79717-7996-43b8-89db-b9cacfed9bc0\",\"y\":276,\"pageCompId\":\"1522520322115379202\"},{\"component\":\"JPictorialBar\",\"w\":9,\"moved\":false,\"x\":15,\"h\":43,\"i\":\"8b8d91a4-8796-431f-a6a8-ff1379dbc93c\",\"y\":233,\"pageCompId\":\"1522520322216042498\"},{\"component\":\"JBar\",\"w\":15,\"moved\":false,\"x\":0,\"h\":44,\"i\":\"7027c8c1-6178-40cb-8a54-e98e468679fc\",\"y\":149,\"pageCompId\":\"1522520322329288706\"},{\"component\":\"JLine\",\"w\":9,\"moved\":false,\"x\":15,\"h\":44,\"i\":\"eb6b93ec-c49e-446d-8aed-5370c391b1bc\",\"y\":149,\"pageCompId\":\"1522520322421563394\"}]', '', '1', '1', 'admin', '2022-05-06 17:22:45', 'admin', '2022-05-06 18:15:07', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1522823348231397378', '示例_数据表格', '/drag/page/view/1522823348231397378', null, null, null, null, null, null, '[{\"component\":\"JForm\",\"w\":24,\"moved\":false,\"x\":0,\"h\":12,\"i\":\"2c69541d-4945-4734-8813-f719cccff3e3\",\"y\":0,\"pageCompId\":\"1524656729709641730\"},{\"component\":\"JCommonTable\",\"w\":24,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"491fc4c0-782c-49ac-838c-ae7003abece2\",\"y\":12,\"pageCompId\":\"1524656729776750593\"}]', '', '1', '1', 'admin', '2022-05-07 14:19:14', 'admin', '2022-05-12 15:44:26', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1522835471967772673', '示例_日期范围查询', '/drag/page/view/1522835471967772673', null, null, null, null, null, null, '[{\"component\":\"JBar\",\"w\":12,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"918fc3ea-c88a-4c42-892b-d2a14967258e\",\"y\":12,\"pageCompId\":\"1526496110877696002\"},{\"component\":\"JBar\",\"w\":12,\"moved\":false,\"x\":12,\"h\":42,\"i\":\"d14e4994-171d-4ca1-8bd8-85dc821f56a7\",\"y\":12,\"pageCompId\":\"1526496110948999169\"},{\"component\":\"JForm\",\"w\":24,\"moved\":false,\"x\":0,\"h\":12,\"i\":\"eba57ed3-52c2-4ebd-aa70-81ed565d8488\",\"y\":0,\"pageCompId\":\"1526496111003525121\"}]', '', '1', '1', 'admin', '2022-05-07 15:07:24', 'admin', '2022-05-17 17:33:28', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('1524641995740446722', '示例_全组件', '/drag/page/view/1524641995740446722', null, null, null, null, null, null, '[{\"component\":\"JBar\",\"w\":12,\"moved\":false,\"x\":0,\"h\":39,\"i\":\"fa778a18-c782-4f15-849b-f41e95ebf2e5\",\"y\":24,\"pageCompId\":\"1546761823821938690\"},{\"component\":\"JPie\",\"w\":12,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"70157e6a-4357-41e6-9b33-7c54897c0630\",\"y\":63,\"pageCompId\":\"1546761823821938691\"},{\"component\":\"JStackBar\",\"w\":12,\"moved\":false,\"x\":12,\"h\":39,\"i\":\"2a223f69-813b-4f55-8849-d7265cebf295\",\"y\":24,\"pageCompId\":\"1546761823821938692\"},{\"component\":\"JDynamicBar\",\"w\":12,\"moved\":false,\"x\":12,\"h\":42,\"i\":\"9be9a362-e019-4ce5-a6ec-35d986582f65\",\"y\":63,\"pageCompId\":\"1546761823821938693\"},{\"component\":\"JLine\",\"w\":12,\"moved\":false,\"x\":0,\"h\":37,\"i\":\"7be6d89a-4e82-4a98-8574-39ce47e3dd9e\",\"y\":105,\"pageCompId\":\"1546761823821938694\"},{\"component\":\"JRadar\",\"w\":12,\"moved\":false,\"x\":12,\"h\":37,\"i\":\"0693213b-fc57-41f7-891a-55c252469a5d\",\"y\":105,\"pageCompId\":\"1546761823889047554\"},{\"component\":\"JRing\",\"w\":12,\"moved\":false,\"x\":0,\"h\":36,\"i\":\"f720948d-e768-44a5-8f51-ccaf6292523e\",\"y\":142,\"pageCompId\":\"1546761823889047555\"},{\"component\":\"JArea\",\"w\":12,\"moved\":false,\"x\":12,\"h\":36,\"i\":\"d69757e5-f19a-48b1-bea4-d9456086e45e\",\"y\":142,\"pageCompId\":\"1546761823889047556\"},{\"component\":\"JProgress\",\"w\":12,\"moved\":false,\"x\":0,\"h\":33,\"i\":\"4efbcc2a-5b1d-46c2-9b6d-40e26d69e967\",\"y\":178,\"pageCompId\":\"1546761823889047557\"},{\"component\":\"JFunnel\",\"w\":12,\"moved\":false,\"x\":12,\"h\":33,\"i\":\"fba9dcee-2737-48bc-afc5-865484ce1be3\",\"y\":178,\"pageCompId\":\"1546761823889047558\"},{\"component\":\"JPictorialBar\",\"w\":12,\"moved\":false,\"x\":0,\"h\":38,\"i\":\"17497727-7589-4ec7-8a45-c15a4317602b\",\"y\":211,\"pageCompId\":\"1546761823951962113\"},{\"component\":\"JGauge\",\"w\":12,\"moved\":false,\"x\":12,\"h\":38,\"i\":\"7136f472-1e93-4387-b147-1bb06673f338\",\"y\":211,\"pageCompId\":\"1546761823951962114\"},{\"component\":\"JColorGauge\",\"w\":12,\"moved\":false,\"x\":0,\"h\":48,\"i\":\"6fa66881-2c04-4720-8fe9-5ccdc6f5edb0\",\"y\":249,\"pageCompId\":\"1546761823951962115\"},{\"component\":\"JTabs\",\"w\":12,\"moved\":false,\"x\":12,\"h\":48,\"i\":\"a9b26f9d-3a79-430a-80fb-4261d9fc40e7\",\"y\":249,\"pageCompId\":\"1546761823951962116\"},{\"component\":\"JGrid\",\"w\":24,\"moved\":false,\"x\":0,\"h\":40,\"i\":\"ed8dfb23-63c9-4d3d-8bef-aad3a5de4cc4\",\"y\":297,\"pageCompId\":\"1546761823951962117\"},{\"component\":\"JCommonTable\",\"w\":24,\"moved\":false,\"x\":0,\"h\":50,\"i\":\"eb4af4a3-8fce-40f9-832c-c749e75dac5d\",\"y\":349,\"pageCompId\":\"1546761824014876674\"},{\"component\":\"JList\",\"w\":12,\"moved\":false,\"x\":0,\"h\":38,\"i\":\"e2b2073e-d523-4545-a9a2-903710c50952\",\"y\":399,\"pageCompId\":\"1546761824014876675\"},{\"component\":\"JForm\",\"w\":24,\"moved\":false,\"x\":0,\"h\":12,\"i\":\"27d36825-02a8-49b5-a058-4ab710516fdd\",\"y\":337,\"pageCompId\":\"1546761824014876676\"},{\"component\":\"JCarousel\",\"w\":24,\"moved\":false,\"x\":0,\"h\":24,\"i\":\"0c12ecb7-0ff2-498d-811f-b10b303b2ab3\",\"y\":0,\"pageCompId\":\"1546761824014876677\"},{\"component\":\"JIframe\",\"w\":24,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"193478dd-b57c-4930-84b4-f021721c8f52\",\"y\":437,\"pageCompId\":\"1546761824014876678\"},{\"component\":\"JCalendar\",\"w\":12,\"moved\":false,\"x\":12,\"h\":38,\"i\":\"df8b75f0-9243-47b4-8773-47916cd6768b\",\"y\":399,\"pageCompId\":\"1546761824014876679\"},{\"component\":\"JImg\",\"w\":10,\"moved\":false,\"x\":0,\"h\":24,\"i\":\"e326ea85-2fc7-4c72-bf68-3d525cbdd271\",\"y\":479,\"pageCompId\":\"1546761824014876680\"},{\"component\":\"JText\",\"w\":6,\"moved\":false,\"x\":0,\"h\":6,\"i\":\"798187db-1959-4d6e-be8a-adcd7b249558\",\"y\":556,\"pageCompId\":\"1546761824081985537\"},{\"component\":\"JRadioButton\",\"w\":5,\"moved\":false,\"x\":7,\"h\":6,\"i\":\"6cb30c18-e63d-428e-9b29-52dd04e1b182\",\"y\":556,\"pageCompId\":\"1546761824081985538\"},{\"component\":\"JQuickNav\",\"w\":12,\"moved\":false,\"x\":0,\"h\":26,\"i\":\"1e215e4d-89ea-4de8-bd33-9a392746b3cb\",\"y\":503,\"pageCompId\":\"1546761824081985539\"},{\"component\":\"JGrowCard\",\"w\":14,\"moved\":false,\"x\":10,\"h\":24,\"i\":\"12eaede2-77dd-4603-8c5a-7b914632ea38\",\"y\":479,\"pageCompId\":\"1546761824081985540\"},{\"component\":\"JProjectCard\",\"w\":12,\"moved\":false,\"x\":12,\"h\":38,\"i\":\"baa68293-3cfc-4563-a841-d498652c934b\",\"y\":524,\"pageCompId\":\"1546761824081985541\"},{\"component\":\"JWaitMatter\",\"w\":12,\"moved\":false,\"x\":12,\"h\":21,\"i\":\"2507f501-ec3f-4210-b980-c6544188fef8\",\"y\":503,\"pageCompId\":\"1546761824081985542\"},{\"component\":\"JDynamicInfo\",\"w\":12,\"moved\":false,\"x\":0,\"h\":27,\"i\":\"8837f7a2-d767-4ff4-8537-d6cd61b9312d\",\"y\":529,\"pageCompId\":\"1546761824081985543\"}]', '', '1', '1', 'admin', '2022-05-12 14:45:53', 'admin', '2022-07-12 15:42:11', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('750931735173201920', '双11', '/drag/page/view/750931735173201920', null, null, '100', 'default', 'default', null, '[{\"component\":\"JMultipleBar\",\"w\":12,\"moved\":false,\"x\":12,\"h\":42,\"i\":\"5a4b8360-890b-4f0e-92a8-342f42573fb1\",\"y\":0,\"orderNum\":126,\"pageCompId\":\"750939797242052608\"},{\"component\":\"JMixLineBar\",\"w\":12,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"46888850-01e3-4655-8fac-257a82874988\",\"y\":16,\"orderNum\":168,\"pageCompId\":\"750939797271412736\"},{\"component\":\"JBar\",\"w\":12,\"moved\":false,\"x\":12,\"h\":42,\"i\":\"479c3829-ba95-4522-af6a-49ef84bf029f\",\"y\":42,\"orderNum\":126,\"pageCompId\":\"750939797288189952\"},{\"component\":\"JPie\",\"w\":12,\"moved\":false,\"x\":0,\"h\":16,\"i\":\"5f4d3595-1886-4528-84e5-b100f64e97ca\",\"y\":0,\"orderNum\":126,\"pageCompId\":\"750939797300772864\"},{\"component\":\"JNegativeBar\",\"w\":12,\"moved\":false,\"x\":12,\"h\":42,\"i\":\"34f9be94-c288-470a-837e-f5b5e56381e8\",\"y\":84,\"orderNum\":142,\"pageCompId\":\"750939797313355776\"},{\"component\":\"JMixLineBar\",\"w\":12,\"moved\":false,\"x\":0,\"h\":42,\"i\":\"74c17127-28de-4aa7-b01a-a2f1eb1f9324\",\"y\":58,\"orderNum\":142,\"pageCompId\":\"750939797321744384\"}]', '', '1', '0', 'admin', '2022-11-11 14:21:28', 'jeecg', '2023-02-20 10:44:09', null, null, '1', null); INSERT INTO `onl_drag_page` VALUES ('750938006131638272', '单表示例', '/drag/page/view/750938006131638272', null, null, '100', 'default', 'default', null, '[{\"component\":\"JBar\",\"pcX\":0,\"w\":12,\"moved\":false,\"pcY\":42,\"x\":0,\"h\":39,\"i\":\"cc1f6705-a9f0-4044-8ac2-06eedca5d2bf\",\"y\":42,\"orderNum\":0,\"pageCompId\":\"897716207532212224\"},{\"component\":\"JLine\",\"pcX\":0,\"w\":12,\"moved\":false,\"pcY\":81,\"x\":0,\"h\":42,\"i\":\"79d6ec63-0bb5-4065-8bac-4debeebe4365\",\"y\":81,\"orderNum\":42,\"pageCompId\":\"897716207632875520\"},{\"component\":\"JRing\",\"pcX\":0,\"w\":12,\"moved\":false,\"pcY\":0,\"x\":0,\"h\":42,\"i\":\"68edd288-1c8c-4b6d-8b28-a92efee80d8a\",\"y\":0,\"orderNum\":84,\"pageCompId\":\"897716207645458432\"},{\"component\":\"JGauge\",\"pcX\":0,\"w\":12,\"moved\":false,\"pcY\":123,\"x\":0,\"h\":42,\"i\":\"87836c01-e1aa-4cde-8769-ef3a2bbfaf4b\",\"y\":123,\"orderNum\":126,\"pageCompId\":\"897716207653847040\"},{\"component\":\"JFunnel\",\"pcX\":12,\"w\":12,\"moved\":false,\"pcY\":0,\"x\":12,\"h\":42,\"i\":\"190e9dcc-4f19-4461-a420-0a7d4b340194\",\"y\":0,\"orderNum\":210,\"pageCompId\":\"897716207670624256\"},{\"component\":\"JBar\",\"pcX\":12,\"w\":12,\"moved\":false,\"pcY\":42,\"x\":12,\"h\":42,\"i\":\"77df8b4c-038f-4646-9a14-e1f4ea339cde\",\"y\":42,\"orderNum\":164,\"pageCompId\":\"897716207679012864\"},{\"component\":\"JStackBar\",\"pcX\":0,\"w\":12,\"moved\":false,\"pcY\":165,\"x\":0,\"h\":42,\"i\":\"4d24ed2e-9cef-4f3d-8e42-754346f2d1ce\",\"y\":165,\"orderNum\":164,\"pageCompId\":\"897716207750316032\"},{\"component\":\"JDynamicBar\",\"pcX\":12,\"w\":12,\"moved\":false,\"pcY\":84,\"x\":12,\"h\":42,\"i\":\"d2a65733-dbce-42a8-8cc6-4d8228b664c7\",\"y\":84,\"orderNum\":206,\"pageCompId\":\"897716207758704640\"},{\"component\":\"JMultipleBar\",\"pcX\":12,\"w\":12,\"moved\":false,\"pcY\":126,\"x\":12,\"h\":42,\"i\":\"a1a6fb86-af98-4347-8412-5446acdef70c\",\"y\":126,\"orderNum\":248,\"pageCompId\":\"897716207771287552\"},{\"component\":\"JNegativeBar\",\"pcX\":12,\"w\":12,\"moved\":false,\"pcY\":168,\"x\":12,\"h\":42,\"i\":\"f0840234-2a10-4b7d-8d40-d987c9218911\",\"y\":168,\"orderNum\":248,\"pageCompId\":\"897716207779676160\"}]', '', '1', '0', 'admin', '2022-11-11 14:46:23', 'admin', '2023-12-21 15:30:33', null, null, '2', null); INSERT INTO `onl_drag_page` VALUES ('874452016289599488', '我的第一个大屏', '/drag/page/view/874452016289599488', null, null, '100', 'default', 'default', null, '[{\"component\":\"JBar\",\"w\":12,\"moved\":false,\"x\":0,\"h\":30,\"i\":\"ea5b13d5-0b38-4665-ab64-faadc4b67d3e\",\"y\":0,\"orderNum\":0,\"pageCompId\":\"902166022685032448\"},{\"component\":\"JPie\",\"w\":12,\"moved\":false,\"x\":12,\"h\":30,\"i\":\"c37a27ad-670b-407b-85b0-c97d167cf353\",\"y\":0,\"orderNum\":30,\"pageCompId\":\"902166022726975488\"},{\"component\":\"JMultipleBar\",\"w\":12,\"moved\":false,\"x\":0,\"h\":30,\"i\":\"0d52d5d1-2266-4973-8c24-3ad958a619b6\",\"y\":30,\"orderNum\":30,\"pageCompId\":\"902166022743752704\"},{\"component\":\"JPictorialBar\",\"w\":12,\"moved\":false,\"x\":12,\"h\":30,\"i\":\"edb19ffd-909f-4fc0-8fd6-e4ebe87c5c27\",\"y\":30,\"orderNum\":60,\"pageCompId\":\"902166022756335616\"},{\"component\":\"JQuickNav\",\"w\":12,\"moved\":false,\"x\":0,\"h\":26,\"i\":\"d3c56f1d-efb7-4892-8340-de290039741b\",\"y\":60,\"orderNum\":60,\"pageCompId\":\"902166022773112832\"},{\"component\":\"JGrowCard\",\"w\":12,\"x\":12,\"h\":19,\"i\":\"05cb64b3-b84a-4151-b652-17f0c3848e66\",\"y\":60,\"orderNum\":86,\"pageCompId\":\"902166022789890048\"}]', null, '1', '0', 'ceshi', '2023-10-18 10:46:57', 'admin', '2024-01-02 22:12:31', null, '0', '5', '1'); INSERT INTO `onl_drag_page` VALUES ('905620097363705856', 'cc1请假单图表', '/drag/page/view/905620097363705856', null, null, '100', 'default', 'default', '', '[{\"component\":\"JPie\",\"w\":12,\"moved\":false,\"x\":0,\"h\":30,\"i\":\"c9b7a9c2-6784-4f0f-a770-e71fb7b6bc1e\",\"y\":0,\"orderNum\":0,\"pageCompId\":\"960809684834549760\"}]', null, '1', '0', null, '2024-01-12 10:57:47', 'admin', '2024-06-12 18:01:30', null, '1000', '4', '0'); INSERT INTO `onl_drag_page` VALUES ('910394028067438592', '库存管理可视化大屏', '/drag/page/view/910394028067438592', null, null, '100', 'default', 'default', null, '[{\"component\":\"JText\",\"pcX\":0,\"w\":24,\"moved\":false,\"pcY\":0,\"x\":0,\"h\":8,\"i\":\"377bfc6b-26f1-4fb0-8fe1-0acbc39149e2\",\"y\":0,\"orderNum\":0,\"pageCompId\":\"912577433139986432\"},{\"component\":\"JGrowCard\",\"pcX\":0,\"w\":24,\"moved\":false,\"pcY\":8,\"x\":0,\"h\":31,\"i\":\"94fb7d28-1f93-4506-8310-f39f6ca8f356\",\"y\":8,\"orderNum\":10,\"pageCompId\":\"912577433169346560\"},{\"component\":\"JText\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":39,\"x\":0,\"h\":5,\"i\":\"79eb8d80-8720-4dac-b4ab-a1bd295d3fa5\",\"y\":39,\"orderNum\":65,\"pageCompId\":\"912577433190318080\"},{\"component\":\"JList\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":44,\"x\":0,\"h\":11,\"i\":\"3e12ea9a-04b8-4f1a-819a-1666be83bb2c\",\"y\":44,\"orderNum\":51,\"pageCompId\":\"912577433207095296\"},{\"component\":\"JText\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":55,\"x\":0,\"h\":5,\"i\":\"b1bc2b1b-4e38-4042-942d-50978e79236f\",\"y\":55,\"orderNum\":61,\"pageCompId\":\"912577433228066816\"},{\"component\":\"JList\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":60,\"x\":0,\"h\":11,\"i\":\"ee6f5621-53ef-4d0f-a6c9-fd33982b2be1\",\"y\":60,\"orderNum\":71,\"pageCompId\":\"912577433249038336\"},{\"component\":\"JText\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":71,\"x\":0,\"h\":5,\"i\":\"9d1b768d-17ac-461b-8597-41a969fd1589\",\"y\":71,\"orderNum\":82,\"pageCompId\":\"912577433274204160\"},{\"component\":\"JList\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":76,\"x\":0,\"h\":11,\"i\":\"380b67f4-ada6-47df-83a0-83b9c62fa435\",\"y\":76,\"orderNum\":92,\"pageCompId\":\"912577433295175680\"},{\"component\":\"JText\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":87,\"x\":0,\"h\":5,\"i\":\"0b6da57d-9804-4bfa-8ab8-54d690f8a09a\",\"y\":87,\"orderNum\":103,\"pageCompId\":\"912577433316147200\"},{\"component\":\"JList\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":92,\"x\":0,\"h\":11,\"i\":\"c2551fe6-5a8f-4d45-bb3a-aa86dd6b46cd\",\"y\":92,\"orderNum\":113,\"pageCompId\":\"912577433337118720\"},{\"component\":\"JBar\",\"pcX\":5,\"w\":10,\"moved\":false,\"pcY\":39,\"x\":5,\"h\":20,\"i\":\"acecbdec-0b6b-4744-aeed-3f969e7915b6\",\"y\":39,\"orderNum\":124,\"pageCompId\":\"912577433366478848\"},{\"component\":\"JBar\",\"pcX\":5,\"w\":10,\"moved\":false,\"pcY\":59,\"x\":5,\"h\":22,\"i\":\"a3420701-faac-4d38-b7e2-9c12c3dc45e2\",\"y\":59,\"orderNum\":124,\"pageCompId\":\"912577433387450368\"},{\"component\":\"JBar\",\"pcX\":15,\"w\":9,\"moved\":false,\"pcY\":59,\"x\":15,\"h\":22,\"i\":\"a100e000-aee6-4138-8c72-0e4a830ec8de\",\"y\":59,\"orderNum\":124,\"pageCompId\":\"912577433408421888\"},{\"component\":\"JMultipleBar\",\"pcX\":15,\"w\":9,\"moved\":false,\"pcY\":81,\"x\":15,\"h\":22,\"i\":\"7d4ec916-020b-4f35-baff-87951bf2aa48\",\"y\":81,\"orderNum\":124,\"pageCompId\":\"912577433429393408\"},{\"component\":\"JCommonTable\",\"pcX\":0,\"w\":24,\"moved\":false,\"pcY\":110,\"x\":0,\"h\":45,\"i\":\"49592c96-4da5-4afb-9c15-fa7bea72bbc1\",\"y\":103,\"orderNum\":131,\"pageCompId\":\"912577433450364928\"},{\"component\":\"JPie\",\"pcX\":15,\"w\":9,\"moved\":false,\"pcY\":39,\"x\":15,\"h\":20,\"i\":\"ed714128-19d1-4117-a7b0-029620389fda\",\"y\":39,\"orderNum\":148,\"pageCompId\":\"912577433471336448\"},{\"component\":\"JMultipleBar\",\"pcX\":5,\"w\":10,\"moved\":false,\"pcY\":81,\"x\":5,\"h\":22,\"i\":\"7bcdb3a7-eff0-4373-9911-e900d3e3ec7d\",\"y\":81,\"orderNum\":148,\"pageCompId\":\"912577433496502272\"}]', 'amVlY2cxMzE0', '1', '1', 'admin', '2024-01-25 15:07:40', 'admin', '2024-01-30 20:04:50', null, '0', '53', '5'); INSERT INTO `onl_drag_page` VALUES ('910475721247866880', '某电商公司销售运营看板', '/drag/page/view/910475721247866880', null, null, '100', 'default', 'default', null, '[{\"component\":\"JText\",\"pcX\":0,\"w\":24,\"moved\":false,\"pcY\":0,\"x\":0,\"h\":8,\"i\":\"1aa60c03-aa11-400b-81a9-3a710ef7b17d\",\"y\":0,\"orderNum\":0,\"pageCompId\":\"912579172505272320\"},{\"component\":\"JGrowCard\",\"pcX\":0,\"w\":8,\"moved\":false,\"pcY\":10,\"x\":0,\"h\":17,\"i\":\"3ab3538e-5195-452c-82a7-08a1768548bb\",\"y\":8,\"orderNum\":10,\"pageCompId\":\"912579172538826752\"},{\"component\":\"JBubbleMap\",\"pcX\":0,\"w\":8,\"moved\":false,\"pcY\":27,\"x\":0,\"h\":42,\"i\":\"79506e2d-bfca-410b-bd5f-3fc1791af798\",\"y\":25,\"orderNum\":26,\"pageCompId\":\"912579172559798272\"},{\"component\":\"JCommonTable\",\"pcX\":0,\"w\":8,\"moved\":false,\"pcY\":69,\"x\":0,\"h\":45,\"i\":\"cd448408-0e55-41b3-8ab7-3b7dd8657055\",\"y\":67,\"orderNum\":72,\"pageCompId\":\"912579172580769792\"},{\"component\":\"JPie\",\"pcX\":8,\"w\":5,\"moved\":false,\"pcY\":10,\"x\":8,\"h\":35,\"i\":\"40b0322c-f6a9-4614-83b8-c77a086bc065\",\"y\":8,\"orderNum\":105,\"pageCompId\":\"912579172597547008\"},{\"component\":\"JNumber\",\"pcX\":13,\"w\":5,\"moved\":false,\"pcY\":10,\"x\":13,\"h\":17,\"i\":\"353858f6-fecf-4c42-81f4-537d24289a68\",\"y\":8,\"orderNum\":105,\"pageCompId\":\"912579172618518528\"},{\"component\":\"JNumber\",\"pcX\":13,\"w\":5,\"moved\":false,\"pcY\":27,\"x\":13,\"h\":18,\"i\":\"3a74f30d-8357-43c4-811c-a0a1c7201453\",\"y\":25,\"orderNum\":105,\"pageCompId\":\"912579172643684352\"},{\"component\":\"JPie\",\"pcX\":18,\"w\":6,\"moved\":false,\"pcY\":10,\"x\":18,\"h\":35,\"i\":\"2bd80a2b-f848-49d6-875b-05897deac11c\",\"y\":8,\"orderNum\":105,\"pageCompId\":\"912579172664655872\"},{\"component\":\"JBar\",\"pcX\":8,\"w\":8,\"moved\":false,\"pcY\":45,\"x\":8,\"h\":29,\"i\":\"043d13e0-4e90-47e4-8715-29cc400adeb1\",\"y\":43,\"orderNum\":105,\"pageCompId\":\"912579172685627392\"},{\"component\":\"JBar\",\"pcX\":16,\"w\":8,\"moved\":false,\"pcY\":45,\"x\":16,\"h\":29,\"i\":\"4b5fbe15-8931-48bb-a0f0-67855e782af4\",\"y\":43,\"orderNum\":114,\"pageCompId\":\"912579172702404608\"},{\"component\":\"JBar\",\"pcX\":8,\"w\":8,\"moved\":false,\"pcY\":74,\"x\":8,\"h\":40,\"i\":\"e2f99a5d-eaf4-4823-b1a7-eb0a878be363\",\"y\":72,\"orderNum\":114,\"pageCompId\":\"912579172719181824\"},{\"component\":\"JLine\",\"pcX\":16,\"w\":8,\"moved\":false,\"pcY\":74,\"x\":16,\"h\":40,\"i\":\"dad9aacc-549f-4418-8f55-8ca499aa83b4\",\"y\":72,\"orderNum\":114,\"pageCompId\":\"912579172740153344\"}]', 'amVlY2cxMzE0', '1', '1', 'admin', '2024-01-25 20:32:17', 'admin', '2024-01-30 20:07:19', null, '6902', '24', '5'); INSERT INTO `onl_drag_page` VALUES ('910744177604083712', '物业消防巡检状态', '/drag/page/view/910744177604083712', null, null, '100', 'default', 'default', null, '[{\"component\":\"JText\",\"pcX\":0,\"w\":24,\"moved\":false,\"pcY\":0,\"x\":0,\"h\":8,\"i\":\"5d85e389-7ee4-40dd-8544-80049646ee34\",\"y\":0,\"orderNum\":0,\"pageCompId\":\"912578020841668608\"},{\"component\":\"JText\",\"pcX\":0,\"w\":8,\"moved\":false,\"pcY\":10,\"x\":0,\"h\":6,\"i\":\"878306f4-8ff4-412c-b8d8-744b0897ae8f\",\"y\":8,\"orderNum\":10,\"pageCompId\":\"912578020875223040\"},{\"component\":\"JList\",\"pcX\":0,\"w\":8,\"moved\":false,\"pcY\":20,\"x\":0,\"h\":17,\"i\":\"fe852828-ba3d-46d1-884a-1c723b870d55\",\"y\":14,\"orderNum\":20,\"pageCompId\":\"912578020896194560\"},{\"component\":\"JText\",\"pcX\":0,\"w\":8,\"moved\":false,\"pcY\":37,\"x\":0,\"h\":7,\"i\":\"57fd4478-440a-4a6e-a115-186e14d5047a\",\"y\":31,\"orderNum\":38,\"pageCompId\":\"912578020917166080\"},{\"component\":\"JNumber\",\"pcX\":0,\"w\":8,\"moved\":false,\"pcY\":47,\"x\":0,\"h\":12,\"i\":\"bb98b9db-042b-445e-8672-34182191871d\",\"y\":38,\"orderNum\":48,\"pageCompId\":\"912578020938137600\"},{\"component\":\"JNumber\",\"pcX\":0,\"w\":8,\"moved\":false,\"pcY\":57,\"x\":0,\"h\":12,\"i\":\"7eeab8ac-66f7-4d80-81a8-2e75dcb7093a\",\"y\":50,\"orderNum\":58,\"pageCompId\":\"912578020959109120\"},{\"component\":\"JText\",\"pcX\":0,\"w\":8,\"moved\":false,\"pcY\":67,\"x\":0,\"h\":7,\"i\":\"d7a87bcb-e5a6-4092-9b44-be37c284761d\",\"y\":62,\"orderNum\":69,\"pageCompId\":\"912578020980080640\"},{\"component\":\"JCommonTable\",\"pcX\":0,\"w\":8,\"moved\":false,\"pcY\":77,\"x\":0,\"h\":51,\"i\":\"1397ca94-7293-48bd-bb4f-673355c0355e\",\"y\":69,\"orderNum\":79,\"pageCompId\":\"912578021005246464\"},{\"component\":\"JBubbleMap\",\"pcX\":8,\"w\":8,\"moved\":false,\"pcY\":20,\"x\":8,\"h\":32,\"i\":\"f0f84536-4ae3-43ff-aadb-6a1f113b1ab9\",\"y\":14,\"orderNum\":109,\"pageCompId\":\"912578021026217984\"},{\"component\":\"JText\",\"pcX\":8,\"w\":16,\"moved\":false,\"pcY\":10,\"x\":8,\"h\":6,\"i\":\"52c28b77-268c-4dc4-805e-a48b37657be1\",\"y\":8,\"orderNum\":109,\"pageCompId\":\"912578021047189504\"},{\"component\":\"JCommonTable\",\"pcX\":16,\"w\":8,\"moved\":false,\"pcY\":20,\"x\":16,\"h\":32,\"i\":\"8b2b0a47-c1fb-47bf-b8af-9c249d903baa\",\"y\":14,\"orderNum\":109,\"pageCompId\":\"912578021068161024\"},{\"component\":\"JPie\",\"pcX\":8,\"w\":8,\"moved\":false,\"pcY\":52,\"x\":8,\"h\":34,\"i\":\"619921d9-f1fe-4d09-8f3d-09238f6d3e4f\",\"y\":46,\"orderNum\":109,\"pageCompId\":\"912578021093326848\"},{\"component\":\"JBar\",\"pcX\":16,\"w\":8,\"moved\":false,\"pcY\":52,\"x\":16,\"h\":34,\"i\":\"2598e9f8-7611-49c1-97a5-018fba23f0e0\",\"y\":46,\"orderNum\":109,\"pageCompId\":\"912578021114298368\"},{\"component\":\"JLine\",\"pcX\":8,\"w\":8,\"moved\":false,\"pcY\":98,\"x\":8,\"h\":33,\"i\":\"01569400-637c-4d01-986e-c6604f88cc32\",\"y\":87,\"orderNum\":109,\"pageCompId\":\"912578021131075584\"},{\"component\":\"JCommonTable\",\"pcX\":16,\"w\":8,\"moved\":false,\"pcY\":86,\"x\":16,\"h\":33,\"i\":\"4fd26be3-3138-4cf5-9e7a-e24ff75bafad\",\"y\":87,\"orderNum\":114,\"pageCompId\":\"912578021156241408\"},{\"component\":\"JText\",\"pcX\":8,\"w\":16,\"moved\":false,\"pcY\":86,\"x\":8,\"h\":7,\"i\":\"e3bea36a-c897-41ec-9c8d-c572609a74e5\",\"y\":80,\"orderNum\":114,\"pageCompId\":\"912578021181407232\"}]', 'amVlY2cxMzE0', '1', '1', 'admin', '2024-01-26 14:19:02', 'admin', '2024-01-31 15:46:14', null, '6902', '35', '5'); INSERT INTO `onl_drag_page` VALUES ('910820508471705600', '某连锁饮品销售看板', '/drag/page/view/910820508471705600', null, null, '100', 'default', 'default', null, '[{\"component\":\"JText\",\"pcX\":0,\"w\":15,\"moved\":false,\"pcY\":0,\"x\":0,\"h\":10,\"i\":\"dcd6e80e-8865-4238-844b-2bb8998f755e\",\"y\":0,\"orderNum\":0,\"pageCompId\":\"912577878868672512\"},{\"component\":\"JForm\",\"pcX\":15,\"w\":9,\"moved\":false,\"pcY\":0,\"x\":15,\"h\":10,\"i\":\"50040bd1-c081-4e5b-a36a-ea6a5afce396\",\"y\":0,\"orderNum\":10,\"pageCompId\":\"912577878898032640\"},{\"component\":\"JGrowCard\",\"pcX\":0,\"w\":24,\"moved\":false,\"pcY\":10,\"x\":0,\"h\":30,\"i\":\"0efe3637-39ac-4f2e-82f4-e09540ee332a\",\"y\":10,\"orderNum\":10,\"pageCompId\":\"912577878919004160\"},{\"component\":\"JNumber\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":40,\"x\":0,\"h\":17,\"i\":\"2db8c9de-9f8b-49f8-8d7a-6b3166de0ed5\",\"y\":40,\"orderNum\":40,\"pageCompId\":\"912577878944169984\"},{\"component\":\"JNumber\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":57,\"x\":0,\"h\":16,\"i\":\"6f773617-eca8-4598-8260-dc701cc16e8b\",\"y\":57,\"orderNum\":50,\"pageCompId\":\"912577878965141504\"},{\"component\":\"JNumber\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":73,\"x\":0,\"h\":16,\"i\":\"868c63d3-cfc2-4e49-a1c5-6ee0418fd303\",\"y\":73,\"orderNum\":59,\"pageCompId\":\"912577878990307328\"},{\"component\":\"JNumber\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":89,\"x\":0,\"h\":17,\"i\":\"35a7308b-0482-48c8-8e46-ed50cfb67961\",\"y\":89,\"orderNum\":83,\"pageCompId\":\"912577879023861760\"},{\"component\":\"JLine\",\"pcX\":5,\"w\":8,\"moved\":false,\"pcY\":40,\"x\":5,\"h\":23,\"i\":\"2323a8fb-42ff-4a23-9b13-8f4f514dafb5\",\"y\":40,\"orderNum\":96,\"pageCompId\":\"912577879044833280\"},{\"component\":\"JLine\",\"pcX\":5,\"w\":8,\"moved\":false,\"pcY\":63,\"x\":5,\"h\":22,\"i\":\"715ebf76-9228-4b2e-8ab7-dcb351c2ff03\",\"y\":63,\"orderNum\":96,\"pageCompId\":\"912577879065804800\"},{\"component\":\"JLine\",\"pcX\":5,\"w\":8,\"moved\":false,\"pcY\":85,\"x\":5,\"h\":21,\"i\":\"cd981a55-258c-48cd-8e92-742185a711a3\",\"y\":85,\"orderNum\":96,\"pageCompId\":\"912577879086776320\"},{\"component\":\"JBar\",\"pcX\":13,\"w\":11,\"moved\":false,\"pcY\":40,\"x\":13,\"h\":33,\"i\":\"82016a70-aa98-42cb-b205-c14e5e212cf8\",\"y\":40,\"orderNum\":106,\"pageCompId\":\"912577879103553536\"},{\"component\":\"JCommonTable\",\"pcX\":13,\"w\":6,\"moved\":false,\"pcY\":73,\"x\":13,\"h\":33,\"i\":\"0b68bd42-a0e9-48f8-9a7b-794ba9ebf8cf\",\"y\":73,\"orderNum\":106,\"pageCompId\":\"912577879116136448\"},{\"component\":\"JRing\",\"pcX\":19,\"w\":5,\"moved\":false,\"pcY\":73,\"x\":19,\"h\":33,\"i\":\"5130130f-6076-45b1-8977-d9b5a4c894fc\",\"y\":73,\"orderNum\":106,\"pageCompId\":\"912577879132913664\"}]', 'amVlY2cxMzE0', '1', '1', 'admin', '2024-01-26 19:22:21', 'admin', '2024-01-29 15:56:38', null, '6902', '36', '3'); INSERT INTO `onl_drag_page` VALUES ('911856216581914624', '产品销售数据', '/drag/page/view/911856216581914624', null, null, '100', 'default', 'default', null, '[{\"component\":\"JText\",\"pcX\":0,\"w\":24,\"moved\":false,\"pcY\":0,\"x\":0,\"h\":8,\"i\":\"8faf5811-d619-4ff2-839e-86ecb4e0328f\",\"y\":0,\"orderNum\":0,\"pageCompId\":\"912581733916393472\"},{\"component\":\"JRing\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":8,\"x\":0,\"h\":30,\"i\":\"b5fa4269-1d38-4a62-80a3-52490943ff59\",\"y\":8,\"orderNum\":38,\"pageCompId\":\"912581733949947904\"},{\"component\":\"JBar\",\"pcX\":0,\"w\":5,\"moved\":false,\"pcY\":38,\"x\":0,\"h\":41,\"i\":\"de23faa0-ffa7-482c-857e-8dbfaea7dd47\",\"y\":38,\"orderNum\":38,\"pageCompId\":\"912581733975113728\"},{\"component\":\"JText\",\"pcX\":5,\"w\":4,\"moved\":false,\"pcY\":8,\"x\":5,\"h\":5,\"i\":\"f2158c50-22b0-4978-98b9-6e2cc784650e\",\"y\":8,\"orderNum\":84,\"pageCompId\":\"912581734000279552\"},{\"component\":\"JText\",\"pcX\":5,\"w\":4,\"moved\":false,\"pcY\":13,\"x\":5,\"h\":5,\"i\":\"a28c1804-cb6b-4c70-8e57-ce352ff09d63\",\"y\":13,\"orderNum\":84,\"pageCompId\":\"912581734025445376\"},{\"component\":\"JText\",\"pcX\":5,\"w\":4,\"moved\":false,\"pcY\":18,\"x\":5,\"h\":5,\"i\":\"63506dd7-e376-42c5-b39f-b2211ad8ebdc\",\"y\":18,\"orderNum\":84,\"pageCompId\":\"912581734050611200\"},{\"component\":\"JText\",\"pcX\":9,\"w\":4,\"moved\":false,\"pcY\":8,\"x\":9,\"h\":5,\"i\":\"de7e9a36-1234-4792-835a-c20687c433ed\",\"y\":8,\"orderNum\":84,\"pageCompId\":\"912581734084165632\"},{\"component\":\"JText\",\"pcX\":9,\"w\":4,\"moved\":false,\"pcY\":13,\"x\":9,\"h\":5,\"i\":\"ee6464c3-bda1-424a-8c0f-37fdfce6d8cb\",\"y\":13,\"orderNum\":84,\"pageCompId\":\"912581734113525760\"},{\"component\":\"JText\",\"pcX\":9,\"w\":4,\"moved\":false,\"pcY\":18,\"x\":9,\"h\":5,\"i\":\"c6de77fa-b17a-4549-bda8-0e00e65a7748\",\"y\":18,\"orderNum\":84,\"pageCompId\":\"912581734138691584\"},{\"component\":\"JText\",\"pcX\":13,\"w\":4,\"moved\":false,\"pcY\":8,\"x\":13,\"h\":5,\"i\":\"3dc483bb-0067-48ee-98bd-dfa2e7534909\",\"y\":8,\"orderNum\":84,\"pageCompId\":\"912581734163857408\"},{\"component\":\"JText\",\"pcX\":13,\"w\":4,\"moved\":false,\"pcY\":13,\"x\":13,\"h\":10,\"i\":\"ecd623a6-2e08-47f2-8dd6-c25ff5c29a66\",\"y\":13,\"orderNum\":84,\"pageCompId\":\"912581734189023232\"},{\"component\":\"JLine\",\"pcX\":5,\"w\":12,\"moved\":false,\"pcY\":23,\"x\":5,\"h\":27,\"i\":\"b910f04d-6a4d-4d79-811d-dc5d2f807713\",\"y\":23,\"orderNum\":83,\"pageCompId\":\"912581734209994752\"},{\"component\":\"JStackBar\",\"pcX\":5,\"w\":12,\"moved\":false,\"pcY\":50,\"x\":5,\"h\":29,\"i\":\"406be0c9-dc13-4cad-ac22-17a4a5c22bff\",\"y\":50,\"orderNum\":83,\"pageCompId\":\"912581734230966272\"},{\"component\":\"JRing\",\"pcX\":17,\"w\":7,\"moved\":false,\"pcY\":8,\"x\":17,\"h\":32,\"i\":\"76d16482-fd7f-4e92-ba27-68980b8b0029\",\"y\":8,\"orderNum\":83,\"pageCompId\":\"912581734256132096\"},{\"component\":\"JText\",\"pcX\":17,\"w\":7,\"moved\":false,\"pcY\":40,\"x\":17,\"h\":5,\"i\":\"211ebf49-1284-4b1c-99c9-08066a50f9ae\",\"y\":40,\"orderNum\":82,\"pageCompId\":\"912581734272909312\"},{\"component\":\"JBar\",\"pcX\":17,\"w\":7,\"moved\":false,\"pcY\":45,\"x\":17,\"h\":34,\"i\":\"c89556db-678a-418b-8121-1052958f4149\",\"y\":45,\"orderNum\":115,\"pageCompId\":\"912581734289686528\"}]', 'amVlY2cxMzE0', '1', '1', 'admin', '2024-01-29 15:57:53', 'admin', '2024-01-30 14:21:56', null, '6902', '24', '0'); INSERT INTO `onl_drag_page` VALUES ('924603858451734528', '公司年度招聘看板', '/drag/page/view/924603858451734528', null, null, '100', 'default', 'default', null, '[{\"pcX\":0,\"moved\":false,\"pcY\":0,\"h\":8,\"i\":\"95729a29-9b15-4102-8ca0-4474bcdfd6ea\",\"orderNum\":0,\"component\":\"JText\",\"w\":24,\"x\":0,\"y\":0,\"pageCompId\":\"925744261272031232\",\"key\":\"c65d42a5-a824-49a9-83c0-c4596aa219d4\"},{\"pcX\":0,\"moved\":false,\"pcY\":13,\"h\":6,\"i\":\"89ac8d65-5a17-4c62-83cc-05f29f629734\",\"orderNum\":13,\"component\":\"JText\",\"w\":3,\"x\":0,\"y\":13,\"pageCompId\":\"925744261330751488\",\"key\":\"45bb9ca9-ade1-44b4-8a8c-f912aa5920b6\"},{\"pcX\":0,\"moved\":false,\"pcY\":19,\"h\":6,\"i\":\"f5f244fb-deed-48eb-8ada-78dadbe08bd8\",\"orderNum\":21,\"component\":\"JText\",\"w\":3,\"x\":0,\"y\":19,\"pageCompId\":\"925744261351723008\",\"key\":\"37d8b7ad-6b59-480f-8af1-c44a03ffca00\"},{\"pcX\":3,\"moved\":false,\"pcY\":13,\"h\":6,\"i\":\"de17aaaf-b81c-48b3-8309-854b1d0b3d14\",\"orderNum\":20,\"component\":\"JText\",\"w\":3,\"x\":3,\"y\":13,\"pageCompId\":\"925744261381083136\",\"key\":\"41b3d153-7e04-4751-94a3-2f6b466e9424\"},{\"pcX\":3,\"moved\":false,\"pcY\":19,\"h\":6,\"i\":\"2df4f63e-b1a9-4a53-8972-08947f5f011b\",\"orderNum\":20,\"component\":\"JText\",\"w\":3,\"x\":3,\"y\":19,\"pageCompId\":\"925744261402054656\",\"key\":\"e065a06b-e251-42b3-8ecf-e115459ae476\"},{\"pcX\":6,\"moved\":false,\"pcY\":13,\"h\":16,\"i\":\"2429182c-a58b-4cd9-8c88-8ad9b2b6a1e2\",\"orderNum\":20,\"component\":\"JRing\",\"w\":6,\"x\":6,\"y\":13,\"pageCompId\":\"925744261427220480\",\"key\":\"0bd2ecf1-d948-411c-8c49-09530f9ccae0\"},{\"pcX\":12,\"moved\":false,\"pcY\":13,\"h\":31,\"i\":\"33c42a31-ee7f-4f0a-b9bb-280bef0f4c02\",\"orderNum\":20,\"component\":\"JBubbleMap\",\"w\":6,\"x\":12,\"y\":13,\"pageCompId\":\"925744261464969216\",\"key\":\"6f298d57-db77-4801-9dc8-76b14967300f\"},{\"pcX\":18,\"moved\":false,\"pcY\":13,\"h\":31,\"i\":\"59cce641-ef13-4a49-835b-4ad20a3cc477\",\"orderNum\":20,\"component\":\"JFunnel\",\"w\":6,\"x\":18,\"y\":13,\"pageCompId\":\"925744261490135040\",\"key\":\"e8e525b9-051b-4f45-88ec-00dfcca1ffc8\"},{\"pcX\":0,\"moved\":false,\"pcY\":8,\"h\":5,\"i\":\"6979473b-9eb1-4d90-887c-483378b89886\",\"orderNum\":20,\"component\":\"JText\",\"w\":6,\"x\":0,\"y\":8,\"pageCompId\":\"925744261519495168\",\"key\":\"79a6e469-54b4-46dd-88f2-896c07e6ec0b\"},{\"pcX\":6,\"moved\":false,\"pcY\":8,\"h\":5,\"i\":\"fabcd19e-73a2-4a44-9035-d18bccfa77ba\",\"orderNum\":25,\"component\":\"JText\",\"w\":12,\"x\":6,\"y\":8,\"pageCompId\":\"925744261544660992\",\"key\":\"808ca03a-2f22-4f5e-851b-cdd19a2e059d\"},{\"pcX\":18,\"moved\":false,\"pcY\":8,\"h\":5,\"i\":\"e5eb46cd-4d1a-447e-b42a-6e390fa7080e\",\"orderNum\":25,\"component\":\"JText\",\"w\":6,\"x\":18,\"y\":8,\"pageCompId\":\"925744261569826816\",\"key\":\"8b2edadf-cdaf-43f4-86a1-2735219e5980\"},{\"pcX\":6,\"moved\":false,\"pcY\":29,\"h\":15,\"i\":\"a53c49e6-435a-402d-8de1-b8644b87486b\",\"orderNum\":25,\"component\":\"JPie\",\"w\":6,\"x\":6,\"y\":29,\"pageCompId\":\"925744261594992640\",\"key\":\"e8bdb58d-8950-4791-93dd-37a064e886f4\"},{\"pcX\":0,\"moved\":false,\"pcY\":25,\"h\":19,\"i\":\"f42ce4f9-0e56-47da-8220-254436afea6d\",\"orderNum\":25,\"component\":\"JSmoothLine\",\"w\":6,\"x\":0,\"y\":25,\"pageCompId\":\"925744261615964160\",\"key\":\"891346e4-3bb3-46d0-af0d-da0a6cc118b8\"},{\"component\":\"JText\",\"pcX\":0,\"w\":6,\"moved\":false,\"pcY\":44,\"x\":0,\"h\":5,\"i\":\"102fa102-3bd7-4e86-83ea-77cc7ef23651\",\"y\":44,\"orderNum\":44,\"pageCompId\":\"925744261636935680\"},{\"component\":\"JMultipleBar\",\"pcX\":0,\"w\":6,\"moved\":false,\"pcY\":49,\"x\":0,\"h\":29,\"i\":\"6841deb3-d062-42d8-8a2b-b58f6da64159\",\"y\":49,\"orderNum\":49,\"pageCompId\":\"925744261662101504\"},{\"component\":\"JCommonTable\",\"pcX\":6,\"w\":12,\"moved\":false,\"pcY\":49,\"x\":6,\"h\":29,\"i\":\"92758754-3165-4df6-a897-6da821492f81\",\"y\":49,\"orderNum\":69,\"pageCompId\":\"925744261687267328\"},{\"component\":\"JText\",\"pcX\":6,\"w\":12,\"moved\":false,\"pcY\":44,\"x\":6,\"h\":5,\"i\":\"201a48c1-924c-4da0-87e5-9dc0eb2579a9\",\"y\":44,\"orderNum\":69,\"pageCompId\":\"925744261712433152\"},{\"component\":\"JText\",\"pcX\":18,\"w\":6,\"moved\":false,\"pcY\":44,\"x\":18,\"h\":5,\"i\":\"7e2ecc0a-7930-4c76-9c9a-76af22a58f59\",\"y\":44,\"orderNum\":78,\"pageCompId\":\"925744261745987584\"},{\"component\":\"JStackBar\",\"pcX\":18,\"w\":6,\"moved\":false,\"pcY\":49,\"x\":18,\"h\":29,\"i\":\"a9f3e66d-cfcd-41bb-908b-fc2e95cdb125\",\"y\":49,\"orderNum\":78,\"pageCompId\":\"925744261766959104\"}]', 'amVlY2cxMzE0', '1', '1', 'admin', '2024-03-04 20:12:28', 'admin', '2024-03-13 14:05:31', null, '1', '41', '8'); INSERT INTO `onl_drag_page` VALUES ('925264635338260480', '测试cc1', '/drag/page/view/925264635338260480', null, null, '100', 'default', 'default', '', '[{\"component\":\"JBar\",\"w\":12,\"moved\":false,\"x\":0,\"h\":30,\"i\":\"ee644916-114e-4790-a1f2-e7ded851f214\",\"y\":0,\"orderNum\":0,\"pageCompId\":\"925265555992182784\"}]', null, '2', '0', 'admin', '2024-03-06 15:58:10', 'admin', '2024-03-06 16:01:49', null, '1000', '2', '1'); INSERT INTO `onl_drag_page` VALUES ('925744661614153728', '金融封控数据展示', '/drag/page/view/925744661614153728', null, null, '100', 'default', 'default', null, '[{\"pcX\":0,\"moved\":false,\"pcY\":0,\"h\":8,\"i\":\"95729a29-9b15-4102-8ca0-4474bcdfd6ea\",\"orderNum\":0,\"component\":\"JText\",\"w\":24,\"x\":0,\"y\":0,\"pageCompId\":\"925962667610906624\",\"key\":\"e39b1e6d-dca7-4223-866f-e2e28f1233da\"},{\"pcX\":9,\"moved\":false,\"pcY\":14,\"h\":6,\"i\":\"89ac8d65-5a17-4c62-83cc-05f29f629734\",\"orderNum\":13,\"component\":\"JText\",\"w\":3,\"x\":9,\"y\":15,\"pageCompId\":\"925962667648655360\",\"key\":\"8c8d6017-40e4-49ae-8acb-74aa3f01d1b8\"},{\"pcX\":9,\"moved\":false,\"pcY\":8,\"h\":7,\"i\":\"f5f244fb-deed-48eb-8ada-78dadbe08bd8\",\"orderNum\":21,\"component\":\"JText\",\"w\":3,\"x\":9,\"y\":8,\"pageCompId\":\"925962667665432576\",\"key\":\"c57cfb37-3333-4fb3-9033-211cc6b63607\"},{\"pcX\":12,\"moved\":false,\"pcY\":14,\"h\":6,\"i\":\"de17aaaf-b81c-48b3-8309-854b1d0b3d14\",\"orderNum\":20,\"component\":\"JText\",\"w\":3,\"x\":12,\"y\":15,\"pageCompId\":\"925962667682209792\",\"key\":\"e131ddbd-2c02-4c99-b635-2453739987c2\"},{\"pcX\":12,\"moved\":false,\"pcY\":8,\"h\":7,\"i\":\"2df4f63e-b1a9-4a53-8972-08947f5f011b\",\"orderNum\":20,\"component\":\"JText\",\"w\":3,\"x\":12,\"y\":8,\"pageCompId\":\"925962667698987008\",\"key\":\"650b2a2e-b0c2-4644-8131-d6bfb1d937b7\"},{\"pcX\":9,\"moved\":false,\"pcY\":19,\"h\":6,\"i\":\"6979473b-9eb1-4d90-887c-483378b89886\",\"orderNum\":20,\"component\":\"JText\",\"w\":3,\"x\":9,\"y\":21,\"pageCompId\":\"925962667715764224\",\"key\":\"11408620-748c-40bb-9cb2-a38e14e099bb\"},{\"pcX\":9,\"moved\":false,\"pcY\":24,\"h\":6,\"i\":\"fabcd19e-73a2-4a44-9035-d18bccfa77ba\",\"orderNum\":25,\"component\":\"JText\",\"w\":3,\"x\":9,\"y\":27,\"pageCompId\":\"925962667732541440\",\"key\":\"ee880781-7379-4234-9fa0-5e838d2f8bc7\"},{\"pcX\":12,\"moved\":false,\"pcY\":19,\"h\":6,\"i\":\"e5eb46cd-4d1a-447e-b42a-6e390fa7080e\",\"orderNum\":25,\"component\":\"JText\",\"w\":3,\"x\":12,\"y\":21,\"pageCompId\":\"925962667753512960\",\"key\":\"55e04041-6770-48f4-905a-2e6296904162\"},{\"pcX\":0,\"moved\":false,\"pcY\":58,\"h\":35,\"i\":\"a53c49e6-435a-402d-8de1-b8644b87486b\",\"orderNum\":25,\"component\":\"JPie\",\"w\":8,\"x\":0,\"y\":57,\"pageCompId\":\"925962667774484480\",\"key\":\"d4994845-fc96-4961-90b3-df812b410b92\"},{\"pcX\":15,\"moved\":false,\"pcY\":8,\"h\":7,\"i\":\"102fa102-3bd7-4e86-83ea-77cc7ef23651\",\"orderNum\":44,\"component\":\"JText\",\"w\":3,\"x\":15,\"y\":8,\"pageCompId\":\"925962667795456000\",\"key\":\"7c8b661f-534e-4ab2-83d9-b845bdb6223f\"},{\"pcX\":15,\"moved\":false,\"pcY\":14,\"h\":6,\"i\":\"201a48c1-924c-4da0-87e5-9dc0eb2579a9\",\"orderNum\":69,\"component\":\"JText\",\"w\":3,\"x\":15,\"y\":15,\"pageCompId\":\"925962667808038912\",\"key\":\"04880935-83e1-41aa-809e-8a1127b1beb3\"},{\"pcX\":12,\"moved\":false,\"pcY\":24,\"h\":6,\"i\":\"7e2ecc0a-7930-4c76-9c9a-76af22a58f59\",\"orderNum\":78,\"component\":\"JText\",\"w\":3,\"x\":12,\"y\":27,\"pageCompId\":\"925962667824816128\",\"key\":\"c208c5a6-fd09-4af5-893e-d678187887eb\"},{\"pcX\":0,\"moved\":false,\"pcY\":8,\"h\":25,\"i\":\"aafdcd2d-abec-48e5-8040-cc237cc70dec\",\"orderNum\":78,\"component\":\"JDynamicBar\",\"w\":9,\"x\":0,\"y\":8,\"pageCompId\":\"925962667841593344\",\"key\":\"a5a17907-3563-4fe6-8081-d4e3eaf0c942\"},{\"pcX\":15,\"moved\":false,\"pcY\":19,\"h\":6,\"i\":\"f5027ec2-646c-4d37-ac73-bd1718720bb6\",\"orderNum\":97,\"component\":\"JText\",\"w\":3,\"x\":15,\"y\":21,\"pageCompId\":\"925962667858370560\",\"key\":\"10b2e5a9-c158-4a78-83c1-bc907c27df9c\"},{\"pcX\":15,\"moved\":false,\"pcY\":24,\"h\":6,\"i\":\"e2996773-4ddf-4f80-9139-4b5edc91c0ff\",\"orderNum\":97,\"component\":\"JText\",\"w\":3,\"x\":15,\"y\":27,\"pageCompId\":\"925962667875147776\",\"key\":\"e5b27b79-7618-42b7-8bb2-6f93102f48e6\"},{\"pcX\":8,\"moved\":false,\"pcY\":29,\"h\":29,\"i\":\"3785fa0d-410c-46d4-8942-d02ddfe884fc\",\"orderNum\":97,\"component\":\"JMultipleLine\",\"w\":10,\"x\":8,\"y\":33,\"pageCompId\":\"925962667896119296\",\"key\":\"cfde0604-580b-4faa-8e45-3922eac1bfd1\"},{\"pcX\":18,\"moved\":false,\"pcY\":38,\"h\":28,\"i\":\"ae1c0095-453d-49ff-8742-252645fd3ca4\",\"orderNum\":97,\"component\":\"JPie\",\"w\":6,\"x\":18,\"y\":38,\"pageCompId\":\"925962667912896512\",\"key\":\"55ff9177-3aa9-4ba4-8628-1da43691633d\"},{\"pcX\":0,\"moved\":false,\"pcY\":34,\"h\":24,\"i\":\"8dede0fc-a267-444a-a8ae-c224bb922d3a\",\"orderNum\":80,\"component\":\"JRing\",\"w\":8,\"x\":0,\"y\":33,\"pageCompId\":\"925962667938062336\",\"key\":\"91ec2e06-a569-489a-8806-08c37b8f2303\"},{\"pcX\":18,\"moved\":false,\"pcY\":8,\"h\":30,\"i\":\"e296cec4-664c-49d7-8922-61cde992b42b\",\"orderNum\":103,\"component\":\"JRing\",\"w\":6,\"x\":18,\"y\":8,\"pageCompId\":\"925962667954839552\",\"key\":\"d7227958-f9b0-400a-89fa-7440b70c3c44\"},{\"component\":\"JDynamicBar\",\"pcX\":8,\"w\":10,\"moved\":false,\"pcY\":58,\"x\":8,\"h\":30,\"i\":\"482a7ccc-51f1-40b5-9204-308be3ecc5f1\",\"y\":62,\"orderNum\":90,\"pageCompId\":\"925962667967422464\"}]', 'amVlY2cxMzE0', '1', '1', 'admin', '2024-03-07 23:45:37', 'admin', '2024-03-13 14:05:28', null, '1', '67', '9'); INSERT INTO `onl_drag_page` VALUES ('925966805971279872', '车间生产管理', '/drag/page/view/925966805971279872', null, null, '100', 'default', 'default', null, '[{\"pcX\":0,\"moved\":false,\"pcY\":0,\"h\":8,\"i\":\"95729a29-9b15-4102-8ca0-4474bcdfd6ea\",\"orderNum\":0,\"component\":\"JText\",\"w\":24,\"x\":0,\"y\":0,\"pageCompId\":\"925987666560327680\",\"key\":\"24ecfee4-be3c-47e7-a7f7-ee0af996e966\"},{\"pcX\":6,\"moved\":false,\"pcY\":14,\"h\":5,\"i\":\"89ac8d65-5a17-4c62-83cc-05f29f629734\",\"orderNum\":13,\"component\":\"JText\",\"w\":3,\"x\":6,\"y\":14,\"pageCompId\":\"925987666589687808\",\"key\":\"bac10715-7e2f-4408-821e-d300c96bb3f3\"},{\"pcX\":6,\"moved\":false,\"pcY\":8,\"h\":6,\"i\":\"f5f244fb-deed-48eb-8ada-78dadbe08bd8\",\"orderNum\":21,\"component\":\"JText\",\"w\":3,\"x\":6,\"y\":8,\"pageCompId\":\"925987666602270720\",\"key\":\"db0e5681-9481-4eab-b8c5-f7cd25d3310c\"},{\"pcX\":9,\"moved\":false,\"pcY\":14,\"h\":5,\"i\":\"de17aaaf-b81c-48b3-8309-854b1d0b3d14\",\"orderNum\":20,\"component\":\"JText\",\"w\":3,\"x\":9,\"y\":14,\"pageCompId\":\"925987666619047936\",\"key\":\"fff5d5ab-f352-44ae-8fd7-2f71d761d77a\"},{\"pcX\":9,\"moved\":false,\"pcY\":8,\"h\":6,\"i\":\"2df4f63e-b1a9-4a53-8972-08947f5f011b\",\"orderNum\":20,\"component\":\"JText\",\"w\":3,\"x\":9,\"y\":8,\"pageCompId\":\"925987666640019456\",\"key\":\"96a44d9e-9d2e-4c8f-ac1d-b5298abe91d9\"},{\"pcX\":18,\"moved\":false,\"pcY\":13,\"h\":31,\"i\":\"59cce641-ef13-4a49-835b-4ad20a3cc477\",\"orderNum\":20,\"component\":\"JFunnel\",\"w\":6,\"x\":18,\"y\":13,\"pageCompId\":\"925987666660990976\",\"key\":\"1f16d847-f33b-4019-80fb-0395a9df514f\"},{\"pcX\":15,\"moved\":false,\"pcY\":14,\"h\":5,\"i\":\"6979473b-9eb1-4d90-887c-483378b89886\",\"orderNum\":20,\"component\":\"JText\",\"w\":3,\"x\":15,\"y\":14,\"pageCompId\":\"925987666677768192\",\"key\":\"5d942489-aa76-4ef8-8c71-733dd3688266\"},{\"pcX\":12,\"moved\":false,\"pcY\":14,\"h\":5,\"i\":\"fabcd19e-73a2-4a44-9035-d18bccfa77ba\",\"orderNum\":25,\"component\":\"JText\",\"w\":3,\"x\":12,\"y\":14,\"pageCompId\":\"925987666698739712\",\"key\":\"7ed4eaf7-7a75-47c2-925e-43f89b059a02\"},{\"pcX\":12,\"moved\":false,\"pcY\":8,\"h\":6,\"i\":\"e5eb46cd-4d1a-447e-b42a-6e390fa7080e\",\"orderNum\":25,\"component\":\"JText\",\"w\":3,\"x\":12,\"y\":8,\"pageCompId\":\"925987666715516928\",\"key\":\"0dd0c030-aba4-417c-a12e-c5cd32035fad\"},{\"pcX\":18,\"moved\":false,\"pcY\":73,\"h\":24,\"i\":\"f42ce4f9-0e56-47da-8220-254436afea6d\",\"orderNum\":25,\"component\":\"JSmoothLine\",\"w\":6,\"x\":18,\"y\":73,\"pageCompId\":\"925987666732294144\",\"key\":\"2ae30c7d-2c6d-4ef0-8d42-80cea0412320\"},{\"pcX\":15,\"moved\":false,\"pcY\":8,\"h\":6,\"i\":\"102fa102-3bd7-4e86-83ea-77cc7ef23651\",\"orderNum\":44,\"component\":\"JText\",\"w\":3,\"x\":15,\"y\":8,\"pageCompId\":\"925987666749071360\",\"key\":\"f2df4d9f-736f-4064-a404-5e974e84f4ce\"},{\"pcX\":18,\"moved\":false,\"pcY\":44,\"h\":29,\"i\":\"6841deb3-d062-42d8-8a2b-b58f6da64159\",\"orderNum\":49,\"component\":\"JMultipleBar\",\"w\":6,\"x\":18,\"y\":44,\"pageCompId\":\"925987666770042880\",\"key\":\"e96c07b2-5ed1-46dc-894c-202e0b04e6e5\"},{\"pcX\":0,\"moved\":false,\"pcY\":8,\"h\":37,\"i\":\"92758754-3165-4df6-a897-6da821492f81\",\"orderNum\":69,\"component\":\"JCommonTable\",\"w\":6,\"x\":0,\"y\":8,\"pageCompId\":\"925987666786820096\",\"key\":\"b59b15af-0b49-4938-8f87-e2aa7267346f\"},{\"pcX\":6,\"moved\":false,\"pcY\":59,\"h\":5,\"i\":\"201a48c1-924c-4da0-87e5-9dc0eb2579a9\",\"orderNum\":69,\"component\":\"JText\",\"w\":12,\"x\":6,\"y\":59,\"pageCompId\":\"925987666803597312\",\"key\":\"4f4afc8f-4b87-4127-a4f0-c365cce28ede\"},{\"pcX\":18,\"moved\":false,\"pcY\":8,\"h\":5,\"i\":\"7e2ecc0a-7930-4c76-9c9a-76af22a58f59\",\"orderNum\":78,\"component\":\"JText\",\"w\":6,\"x\":18,\"y\":8,\"pageCompId\":\"925987666828763136\",\"key\":\"8b0234ac-2115-4d19-a356-b67147758ee7\"},{\"pcX\":0,\"moved\":false,\"pcY\":79,\"h\":18,\"i\":\"a9f3e66d-cfcd-41bb-908b-fc2e95cdb125\",\"orderNum\":78,\"component\":\"JStackBar\",\"w\":6,\"x\":0,\"y\":79,\"pageCompId\":\"925987666849734656\",\"key\":\"d85d94cc-642f-4ef7-88c2-12f97e30e636\"},{\"pcX\":0,\"moved\":false,\"pcY\":45,\"h\":34,\"i\":\"e90a0a58-5039-4763-9fd5-e7a271ee7ace\",\"orderNum\":74,\"component\":\"JCommonTable\",\"w\":6,\"x\":0,\"y\":45,\"pageCompId\":\"925987666866511872\",\"key\":\"21a8a9b4-8c86-4b26-8fa2-32104044fb53\"},{\"pcX\":6,\"moved\":false,\"pcY\":19,\"h\":40,\"i\":\"91178230-4e13-448d-bd76-69af0d3defe3\",\"orderNum\":108,\"component\":\"JMixLineBar\",\"w\":12,\"x\":6,\"y\":19,\"pageCompId\":\"925987666879094784\",\"key\":\"40fb5768-5cc1-49d6-b940-ba355c13eb21\"},{\"pcX\":11,\"moved\":false,\"pcY\":64,\"h\":33,\"i\":\"8c7f4e62-f8d9-4ba9-84c9-32fc7ae18206\",\"orderNum\":108,\"component\":\"JCommonTable\",\"w\":7,\"x\":11,\"y\":64,\"pageCompId\":\"925987666904260608\",\"key\":\"75ba8e4b-cced-4b47-afbf-dad8e52a1347\"},{\"component\":\"JPie\",\"pcX\":6,\"w\":5,\"moved\":false,\"pcY\":64,\"x\":6,\"h\":33,\"i\":\"275ce85f-17f5-4d32-8469-386c65a76637\",\"y\":64,\"orderNum\":97,\"pageCompId\":\"925987666925232128\"}]', 'amVlY2cxMzE0', '1', '1', 'admin', '2024-03-08 14:28:20', 'admin', '2024-03-13 14:05:26', null, '1', '66', '9'); INSERT INTO `onl_drag_page` VALUES ('925988240575995904', '医美行业网络关注度', '/drag/page/view/925988240575995904', null, null, '100', 'default', 'default', null, '[{\"pcX\":0,\"moved\":false,\"pcY\":0,\"h\":8,\"i\":\"95729a29-9b15-4102-8ca0-4474bcdfd6ea\",\"orderNum\":0,\"component\":\"JText\",\"w\":24,\"x\":0,\"y\":0,\"pageCompId\":\"927766205680885760\",\"key\":\"d55088fd-e43d-4a1d-9b05-5649a8eb596c\"},{\"pcX\":0,\"moved\":false,\"pcY\":78,\"h\":6,\"i\":\"89ac8d65-5a17-4c62-83cc-05f29f629734\",\"orderNum\":13,\"component\":\"JText\",\"w\":8,\"x\":0,\"y\":78,\"pageCompId\":\"927766205706051584\",\"key\":\"1c4e0fa2-b239-4f6e-a421-da3e0025d890\"},{\"pcX\":16,\"moved\":false,\"pcY\":77,\"h\":6,\"i\":\"f5f244fb-deed-48eb-8ada-78dadbe08bd8\",\"orderNum\":21,\"component\":\"JText\",\"w\":8,\"x\":16,\"y\":78,\"pageCompId\":\"927766205718634496\",\"key\":\"a97e4d8e-1a35-4259-8450-602159ee4549\"},{\"pcX\":8,\"moved\":false,\"pcY\":78,\"h\":6,\"i\":\"de17aaaf-b81c-48b3-8309-854b1d0b3d14\",\"orderNum\":20,\"component\":\"JText\",\"w\":8,\"x\":8,\"y\":78,\"pageCompId\":\"927766205731217408\",\"key\":\"19e0a67a-1f13-4af0-83ad-e6b8fde95a4f\"},{\"pcX\":16,\"moved\":false,\"pcY\":13,\"h\":30,\"i\":\"59cce641-ef13-4a49-835b-4ad20a3cc477\",\"orderNum\":20,\"component\":\"JFunnel\",\"w\":8,\"x\":16,\"y\":13,\"pageCompId\":\"927766205743800320\",\"key\":\"5d922cdd-ec89-4e9a-964f-c1ae3eedb607\"},{\"pcX\":0,\"moved\":false,\"pcY\":8,\"h\":5,\"i\":\"6979473b-9eb1-4d90-887c-483378b89886\",\"orderNum\":20,\"component\":\"JText\",\"w\":8,\"x\":0,\"y\":8,\"pageCompId\":\"927766205756383232\",\"key\":\"4aaeb68b-8d14-48ba-89fc-4d22c13adaae\"},{\"pcX\":8,\"moved\":false,\"pcY\":8,\"h\":5,\"i\":\"fabcd19e-73a2-4a44-9035-d18bccfa77ba\",\"orderNum\":25,\"component\":\"JText\",\"w\":8,\"x\":8,\"y\":8,\"pageCompId\":\"927766205773160448\",\"key\":\"3cf7deaa-fb9d-4ef2-8cd7-d32d0a785690\"},{\"pcX\":16,\"moved\":false,\"pcY\":8,\"h\":5,\"i\":\"e5eb46cd-4d1a-447e-b42a-6e390fa7080e\",\"orderNum\":25,\"component\":\"JText\",\"w\":8,\"x\":16,\"y\":8,\"pageCompId\":\"927766205794131968\",\"key\":\"88d4fdcd-ff1c-4d46-8466-200ef9e65a69\"},{\"pcX\":8,\"moved\":false,\"pcY\":13,\"h\":30,\"i\":\"f42ce4f9-0e56-47da-8220-254436afea6d\",\"orderNum\":25,\"component\":\"JSmoothLine\",\"w\":8,\"x\":8,\"y\":13,\"pageCompId\":\"927766205806714880\",\"key\":\"5e423a51-6773-44a3-88e3-34b9589c696c\"},{\"pcX\":0,\"moved\":false,\"pcY\":43,\"h\":5,\"i\":\"102fa102-3bd7-4e86-83ea-77cc7ef23651\",\"orderNum\":44,\"component\":\"JText\",\"w\":8,\"x\":0,\"y\":43,\"pageCompId\":\"927766205823492096\",\"key\":\"344516b7-8a19-4cd5-85f8-398c3480f814\"},{\"pcX\":16,\"moved\":false,\"pcY\":48,\"h\":30,\"i\":\"6841deb3-d062-42d8-8a2b-b58f6da64159\",\"orderNum\":49,\"component\":\"JMultipleBar\",\"w\":8,\"x\":16,\"y\":48,\"pageCompId\":\"927766205836075008\",\"key\":\"6d8a2052-2429-418f-80ab-e9e78af70de0\"},{\"pcX\":8,\"moved\":false,\"pcY\":43,\"h\":5,\"i\":\"201a48c1-924c-4da0-87e5-9dc0eb2579a9\",\"orderNum\":69,\"component\":\"JText\",\"w\":8,\"x\":8,\"y\":43,\"pageCompId\":\"927766205852852224\",\"key\":\"b499b520-7880-4630-b223-b0d8b5aed79d\"},{\"pcX\":16,\"moved\":false,\"pcY\":43,\"h\":5,\"i\":\"7e2ecc0a-7930-4c76-9c9a-76af22a58f59\",\"orderNum\":78,\"component\":\"JText\",\"w\":8,\"x\":16,\"y\":43,\"pageCompId\":\"927766205865435136\",\"key\":\"89b201f0-871e-4ec8-96b0-eb03c9b31357\"},{\"pcX\":0,\"moved\":false,\"pcY\":13,\"h\":30,\"i\":\"88e40b11-fc48-4d59-8ba8-5d106f3dfa2b\",\"orderNum\":53,\"component\":\"JMixLineBar\",\"w\":8,\"x\":0,\"y\":13,\"pageCompId\":\"927766205873823744\",\"key\":\"0d8ade3b-02e8-4a6b-a0ed-f0dd46ebe87f\"},{\"pcX\":0,\"moved\":false,\"pcY\":48,\"h\":30,\"i\":\"000017d9-054b-492f-9327-537c64b25f0f\",\"orderNum\":54,\"component\":\"JDynamicBar\",\"w\":8,\"x\":0,\"y\":48,\"pageCompId\":\"927766205890600960\",\"key\":\"64b531f1-56d4-49ad-9afa-e03bd45d0c8b\"},{\"pcX\":0,\"moved\":false,\"pcY\":84,\"h\":29,\"i\":\"0331fad4-d098-4aa4-84e1-0583a0ed828f\",\"orderNum\":80,\"component\":\"JDynamicBar\",\"w\":8,\"x\":0,\"y\":84,\"pageCompId\":\"927766205903183872\",\"key\":\"7f656710-b951-4dce-860b-b5421fc62070\"},{\"pcX\":8,\"moved\":false,\"pcY\":48,\"h\":30,\"i\":\"f36d52f6-942b-438b-881a-2fd02ebfd7f0\",\"orderNum\":109,\"component\":\"JRing\",\"w\":8,\"x\":8,\"y\":48,\"pageCompId\":\"927766205915766784\",\"key\":\"423d760e-342e-473b-8af1-67e1c538c725\"},{\"pcX\":8,\"moved\":false,\"pcY\":84,\"h\":29,\"i\":\"7c994b82-cde8-41a2-9192-21f8c92085b9\",\"orderNum\":109,\"component\":\"JCommonTable\",\"w\":8,\"x\":8,\"y\":84,\"pageCompId\":\"927766205924155392\",\"key\":\"d4c825d1-c807-47f1-ac75-452de7f492bd\"},{\"component\":\"JRing\",\"pcX\":16,\"w\":8,\"moved\":false,\"pcY\":83,\"x\":16,\"h\":29,\"i\":\"7759c7d3-2ea1-4f89-9c49-9866e9d6cc77\",\"y\":84,\"orderNum\":113,\"pageCompId\":\"927766205936738304\"}]', 'amVlY2cxMzE0', '1', '1', 'admin', '2024-03-08 15:53:31', 'admin', '2024-03-13 14:05:24', null, '1', '73', '6'); INSERT INTO `onl_drag_page` VALUES ('925988379923357696', '消费者权益保护', '/drag/page/view/925988379923357696', null, null, '100', 'default', 'default', null, '[{\"pcX\":0,\"moved\":false,\"pcY\":0,\"h\":8,\"i\":\"95729a29-9b15-4102-8ca0-4474bcdfd6ea\",\"orderNum\":0,\"component\":\"JText\",\"w\":24,\"x\":0,\"y\":0,\"pageCompId\":\"927733693940277248\",\"key\":\"3dce2b44-02cb-4dce-83ce-c584eaba0bae\"},{\"pcX\":0,\"moved\":false,\"pcY\":8,\"h\":6,\"i\":\"89ac8d65-5a17-4c62-83cc-05f29f629734\",\"orderNum\":13,\"component\":\"JText\",\"w\":3,\"x\":0,\"y\":8,\"pageCompId\":\"927733693998997504\",\"key\":\"8ecd434b-858a-451a-8df5-236157d63c21\"},{\"pcX\":0,\"moved\":false,\"pcY\":14,\"h\":6,\"i\":\"f5f244fb-deed-48eb-8ada-78dadbe08bd8\",\"orderNum\":21,\"component\":\"JText\",\"w\":3,\"x\":0,\"y\":14,\"pageCompId\":\"927733694024163328\",\"key\":\"9bbaae8e-f7ea-41f7-be93-47039647c615\"},{\"pcX\":3,\"moved\":false,\"pcY\":8,\"h\":6,\"i\":\"de17aaaf-b81c-48b3-8309-854b1d0b3d14\",\"orderNum\":20,\"component\":\"JText\",\"w\":3,\"x\":3,\"y\":8,\"pageCompId\":\"927733694045134848\",\"key\":\"afbf3bce-23f1-4127-bb5a-b211e27b8593\"},{\"pcX\":3,\"moved\":false,\"pcY\":14,\"h\":6,\"i\":\"2df4f63e-b1a9-4a53-8972-08947f5f011b\",\"orderNum\":20,\"component\":\"JText\",\"w\":3,\"x\":3,\"y\":14,\"pageCompId\":\"927733694066106368\",\"key\":\"3ec0dc1e-73b0-4196-8afd-c715f3a8ada9\"},{\"pcX\":6,\"moved\":false,\"pcY\":36,\"h\":5,\"i\":\"6979473b-9eb1-4d90-887c-483378b89886\",\"orderNum\":20,\"component\":\"JText\",\"w\":8,\"x\":6,\"y\":36,\"pageCompId\":\"927733694087077888\",\"key\":\"ac2978bf-43af-4b8a-8b71-af89857ea47e\"},{\"pcX\":6,\"moved\":false,\"pcY\":8,\"h\":5,\"i\":\"fabcd19e-73a2-4a44-9035-d18bccfa77ba\",\"orderNum\":25,\"component\":\"JText\",\"w\":8,\"x\":6,\"y\":8,\"pageCompId\":\"927733694099660800\",\"key\":\"c53a541d-9a9c-4b1f-ba18-f55df961fc4e\"},{\"pcX\":14,\"moved\":false,\"pcY\":8,\"h\":5,\"i\":\"e5eb46cd-4d1a-447e-b42a-6e390fa7080e\",\"orderNum\":25,\"component\":\"JText\",\"w\":10,\"x\":14,\"y\":8,\"pageCompId\":\"927733694116438016\",\"key\":\"a8ad0233-9683-4d1b-9e1b-e33cf79c1179\"},{\"pcX\":14,\"moved\":false,\"pcY\":24,\"h\":25,\"i\":\"a53c49e6-435a-402d-8de1-b8644b87486b\",\"orderNum\":25,\"component\":\"JPie\",\"w\":5,\"x\":14,\"y\":24,\"pageCompId\":\"927733694141603840\",\"key\":\"5fb28666-fe2b-4a2a-8a9c-1bb244bbf53d\"},{\"pcX\":6,\"moved\":false,\"pcY\":13,\"h\":23,\"i\":\"f42ce4f9-0e56-47da-8220-254436afea6d\",\"orderNum\":25,\"component\":\"JSmoothLine\",\"w\":8,\"x\":6,\"y\":13,\"pageCompId\":\"927733694166769664\",\"key\":\"8b0e7f38-126e-4567-975b-100c6ca49e61\"},{\"pcX\":20,\"moved\":false,\"pcY\":13,\"h\":6,\"i\":\"102fa102-3bd7-4e86-83ea-77cc7ef23651\",\"orderNum\":44,\"component\":\"JText\",\"w\":4,\"x\":20,\"y\":13,\"pageCompId\":\"927733694179352576\",\"key\":\"3d049ce0-e6ae-42c9-8a6b-454bea5f6a81\"},{\"pcX\":17,\"moved\":false,\"pcY\":13,\"h\":6,\"i\":\"201a48c1-924c-4da0-87e5-9dc0eb2579a9\",\"orderNum\":69,\"component\":\"JText\",\"w\":3,\"x\":17,\"y\":13,\"pageCompId\":\"927733694200324096\",\"key\":\"62fe06b3-008a-4fe7-a69a-ef3b6221d8db\"},{\"pcX\":14,\"moved\":false,\"pcY\":19,\"h\":5,\"i\":\"7e2ecc0a-7930-4c76-9c9a-76af22a58f59\",\"orderNum\":78,\"component\":\"JText\",\"w\":10,\"x\":14,\"y\":19,\"pageCompId\":\"927733694217101312\",\"key\":\"8ab5ca31-cf06-490a-87a4-a97678f0d681\"},{\"pcX\":14,\"moved\":false,\"pcY\":13,\"h\":6,\"i\":\"f4029d4e-b19e-4f50-9614-8eb6002b8bef\",\"orderNum\":54,\"component\":\"JText\",\"w\":3,\"x\":14,\"y\":13,\"pageCompId\":\"927733694233878528\",\"key\":\"4ad27d3e-44e5-4ec8-8a2d-f7fc15555f92\"},{\"pcX\":19,\"moved\":false,\"pcY\":24,\"h\":25,\"i\":\"b9fd7a80-7f1f-4ffd-b6dd-3efe1a3c224c\",\"orderNum\":54,\"component\":\"JBar\",\"w\":5,\"x\":19,\"y\":24,\"pageCompId\":\"927733694246461440\",\"key\":\"063a93ea-44a5-4921-9ed4-e741685e28f9\"},{\"pcX\":14,\"moved\":false,\"pcY\":49,\"h\":34,\"i\":\"ec683701-de14-49c5-88d2-684ba2b0983f\",\"orderNum\":54,\"component\":\"JScatter\",\"w\":10,\"x\":14,\"y\":49,\"pageCompId\":\"927733694259044352\",\"key\":\"2c485bcb-6e03-43b2-8f8d-25aee3637bb1\"},{\"pcX\":6,\"moved\":false,\"pcY\":56,\"h\":24,\"i\":\"4aeb9633-f22d-4b40-8ec3-45111146e9fa\",\"orderNum\":54,\"component\":\"JStepLine\",\"w\":8,\"x\":6,\"y\":56,\"pageCompId\":\"927733694267432960\",\"key\":\"6d8562e2-42a4-47e3-83ec-8632e80fd222\"},{\"pcX\":0,\"moved\":false,\"pcY\":20,\"h\":38,\"i\":\"147b58fb-4401-49b9-9db4-017b3c34ca40\",\"orderNum\":59,\"component\":\"JRing\",\"w\":6,\"x\":0,\"y\":20,\"pageCompId\":\"927733694284210176\",\"key\":\"e73c4768-778a-46ab-8748-06713f11cc49\"},{\"pcX\":6,\"moved\":false,\"pcY\":41,\"h\":15,\"i\":\"ab89cda3-73f8-4e04-8259-669cc5411a1c\",\"orderNum\":58,\"component\":\"JProgress\",\"w\":8,\"x\":6,\"y\":41,\"pageCompId\":\"927733694296793088\",\"key\":\"89c3f808-8423-4fd2-b2e3-29563cc00716\"},{\"component\":\"JPie\",\"pcX\":0,\"w\":6,\"moved\":false,\"pcY\":58,\"x\":0,\"h\":22,\"i\":\"5b345a14-4a1a-462d-8653-1bd8555039c1\",\"y\":58,\"orderNum\":58,\"pageCompId\":\"927733694309376000\"}]', 'amVlY2cxMzE0', '1', '1', 'admin', '2024-03-08 15:54:04', 'admin', '2024-03-13 14:05:20', null, '1', '69', '7'); -- ---------------------------- -- Table structure for onl_drag_page_comp -- ---------------------------- DROP TABLE IF EXISTS `onl_drag_page_comp`; CREATE TABLE `onl_drag_page_comp` ( `id` varchar(32) NOT NULL COMMENT '主键', `parent_id` varchar(32) DEFAULT NULL COMMENT '父组件ID', `page_Id` varchar(50) DEFAULT NULL COMMENT '界面ID', `comp_id` varchar(32) DEFAULT NULL COMMENT '组件库ID', `component` varchar(50) DEFAULT NULL COMMENT '组件名称', `config` longtext COMMENT '组件配置', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='可视化拖拽页面组件'; -- ---------------------------- -- Records of onl_drag_page_comp -- ---------------------------- INSERT INTO `onl_drag_page_comp` VALUES ('1517018288431857665', null, '1516747539813007362', null, 'JPie', '{\"dataMapping\":[{\"mapping\":\"column1\",\"filed\":\"维度\"},{\"mapping\":\"column8\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"项目性质收入统计JSON\",\"query\":[],\"dataSetApi\":\"[{\\\"column1\\\":\\\"市场化-电商业务\\\",\\\"column2\\\":4865.41,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":4865.41},{\\\"column1\\\":\\\"统筹型\\\",\\\"column2\\\":35767081.88,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":35767081.88},{\\\"column1\\\":\\\"市场化-非股东\\\",\\\"column2\\\":1487045.35,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":1487045.35},{\\\"column1\\\":\\\"市场化-参控股\\\",\\\"column2\\\":382690.56,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":382690.56},{\\\"column1\\\":\\\"市场化-员工福利\\\",\\\"column2\\\":256684.91,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":265684.91},{\\\"column1\\\":\\\"市场化-再保险\\\",\\\"column2\\\":563451.03,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":563451.03},{\\\"column1\\\":\\\"市场化-海外业务\\\",\\\"column2\\\":760576.25,\\\"column3\\\":770458.75,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":1531035.00},{\\\"column1\\\":\\\"市场化-风险咨询\\\",\\\"column2\\\":0.00,\\\"column3\\\":910183.93,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":226415.09,\\\"column8\\\":1136599.02}]\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1516748630344630273\",\"fieldOption\":[{\"label\":\"项目性质\",\"text\":\"项目性质\",\"value\":\"column1\"},{\"label\":\"保险公估费\",\"text\":\"保险公估费\",\"value\":\"column5\"},{\"label\":\"承保公估评估费\",\"text\":\"承保公估评估费\",\"value\":\"column4\"},{\"label\":\"风险咨询费\",\"text\":\"风险咨询费\",\"value\":\"column3\"},{\"label\":\"保险经纪佣金费\",\"text\":\"保险经纪佣金费\",\"value\":\"column2\"},{\"label\":\"总计\",\"text\":\"总计\",\"value\":\"column8\"},{\"label\":\"内控咨询费\",\"text\":\"内控咨询费\",\"value\":\"column7\"},{\"label\":\"投标咨询费\",\"text\":\"投标咨询费\",\"value\":\"column6\"}],\"dataSetType\":\"json\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"基础饼图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2022-04-21 13:51:59', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1517018288566075393', null, '1516747539813007362', null, 'JBar', '{\"dataMapping\":[{\"mapping\":\"column1\",\"filed\":\"维度\"},{\"mapping\":\"column8\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"项目性质收入统计JSON\",\"query\":[],\"dataSetApi\":\"[{\\\"column1\\\":\\\"市场化-电商业务\\\",\\\"column2\\\":4865.41,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":4865.41},{\\\"column1\\\":\\\"统筹型\\\",\\\"column2\\\":35767081.88,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":35767081.88},{\\\"column1\\\":\\\"市场化-非股东\\\",\\\"column2\\\":1487045.35,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":1487045.35},{\\\"column1\\\":\\\"市场化-参控股\\\",\\\"column2\\\":382690.56,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":382690.56},{\\\"column1\\\":\\\"市场化-员工福利\\\",\\\"column2\\\":256684.91,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":265684.91},{\\\"column1\\\":\\\"市场化-再保险\\\",\\\"column2\\\":563451.03,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":563451.03},{\\\"column1\\\":\\\"市场化-海外业务\\\",\\\"column2\\\":760576.25,\\\"column3\\\":770458.75,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":1531035.00},{\\\"column1\\\":\\\"市场化-风险咨询\\\",\\\"column2\\\":0.00,\\\"column3\\\":910183.93,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":226415.09,\\\"column8\\\":1136599.02}]\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1516748630344630273\",\"fieldOption\":[{\"label\":\"项目性质\",\"text\":\"项目性质\",\"value\":\"column1\"},{\"label\":\"保险公估费\",\"text\":\"保险公估费\",\"value\":\"column5\"},{\"label\":\"承保公估评估费\",\"text\":\"承保公估评估费\",\"value\":\"column4\"},{\"label\":\"风险咨询费\",\"text\":\"风险咨询费\",\"value\":\"column3\"},{\"label\":\"保险经纪佣金费\",\"text\":\"保险经纪佣金费\",\"value\":\"column2\"},{\"label\":\"总计\",\"text\":\"总计\",\"value\":\"column8\"},{\"label\":\"内控咨询费\",\"text\":\"内控咨询费\",\"value\":\"column7\"},{\"label\":\"投标咨询费\",\"text\":\"投标咨询费\",\"value\":\"column6\"}],\"dataSetType\":\"json\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2022-04-21 13:51:59', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1517018288670932994', null, '1516747539813007362', null, 'JLine', '{\"dataMapping\":[{\"mapping\":\"column1\",\"filed\":\"维度\"},{\"mapping\":\"column8\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"项目性质收入统计JSON\",\"query\":[],\"dataSetApi\":\"[{\\\"column1\\\":\\\"市场化-电商业务\\\",\\\"column2\\\":4865.41,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":4865.41},{\\\"column1\\\":\\\"统筹型\\\",\\\"column2\\\":35767081.88,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":35767081.88},{\\\"column1\\\":\\\"市场化-非股东\\\",\\\"column2\\\":1487045.35,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":1487045.35},{\\\"column1\\\":\\\"市场化-参控股\\\",\\\"column2\\\":382690.56,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":382690.56},{\\\"column1\\\":\\\"市场化-员工福利\\\",\\\"column2\\\":256684.91,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":265684.91},{\\\"column1\\\":\\\"市场化-再保险\\\",\\\"column2\\\":563451.03,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":563451.03},{\\\"column1\\\":\\\"市场化-海外业务\\\",\\\"column2\\\":760576.25,\\\"column3\\\":770458.75,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":1531035.00},{\\\"column1\\\":\\\"市场化-风险咨询\\\",\\\"column2\\\":0.00,\\\"column3\\\":910183.93,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":226415.09,\\\"column8\\\":1136599.02}]\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":1650,\"height\":474},\"dataSetId\":\"1516748630344630273\",\"fieldOption\":[{\"label\":\"项目性质\",\"text\":\"项目性质\",\"value\":\"column1\"},{\"label\":\"保险公估费\",\"text\":\"保险公估费\",\"value\":\"column5\"},{\"label\":\"承保公估评估费\",\"text\":\"承保公估评估费\",\"value\":\"column4\"},{\"label\":\"风险咨询费\",\"text\":\"风险咨询费\",\"value\":\"column3\"},{\"label\":\"保险经纪佣金费\",\"text\":\"保险经纪佣金费\",\"value\":\"column2\"},{\"label\":\"总计\",\"text\":\"总计\",\"value\":\"column8\"},{\"label\":\"内控咨询费\",\"text\":\"内控咨询费\",\"value\":\"column7\"},{\"label\":\"投标咨询费\",\"text\":\"投标咨询费\",\"value\":\"column6\"}],\"dataSetType\":\"json\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"text\":\"基础折线图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2022-04-21 13:52:00', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1517018288775790593', null, '1516747539813007362', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"项目性质收入统计JSON\",\"query\":[],\"h\":42,\"dataSetApi\":\"[{\\\"column1\\\":\\\"市场化-电商业务\\\",\\\"column2\\\":4865.41,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":4865.41},{\\\"column1\\\":\\\"统筹型\\\",\\\"column2\\\":35767081.88,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":35767081.88},{\\\"column1\\\":\\\"市场化-非股东\\\",\\\"column2\\\":1487045.35,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":1487045.35},{\\\"column1\\\":\\\"市场化-参控股\\\",\\\"column2\\\":382690.56,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":382690.56},{\\\"column1\\\":\\\"市场化-员工福利\\\",\\\"column2\\\":256684.91,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":265684.91},{\\\"column1\\\":\\\"市场化-再保险\\\",\\\"column2\\\":563451.03,\\\"column3\\\":0,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":563451.03},{\\\"column1\\\":\\\"市场化-海外业务\\\",\\\"column2\\\":760576.25,\\\"column3\\\":770458.75,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":0,\\\"column8\\\":1531035.00},{\\\"column1\\\":\\\"市场化-风险咨询\\\",\\\"column2\\\":0.00,\\\"column3\\\":910183.93,\\\"column4\\\":0,\\\"column5\\\":0,\\\"column6\\\":0,\\\"column7\\\":226415.09,\\\"column8\\\":1136599.02}]\",\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":1650,\"height\":518},\"dataSetId\":\"1516748630344630273\",\"fieldOption\":[{\"label\":\"项目性质\",\"text\":\"项目性质\",\"value\":\"column1\"},{\"label\":\"保险公估费\",\"text\":\"保险公估费\",\"value\":\"column5\"},{\"label\":\"承保公估评估费\",\"text\":\"承保公估评估费\",\"value\":\"column4\"},{\"label\":\"风险咨询费\",\"text\":\"风险咨询费\",\"value\":\"column3\"},{\"label\":\"保险经纪佣金费\",\"text\":\"保险经纪佣金费\",\"value\":\"column2\"},{\"label\":\"总计\",\"text\":\"总计\",\"value\":\"column8\"},{\"label\":\"内控咨询费\",\"text\":\"内控咨询费\",\"value\":\"column7\"},{\"label\":\"投标咨询费\",\"text\":\"投标咨询费\",\"value\":\"column6\"}],\"dataSetType\":\"json\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"columns\":[{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"column1\",\"title\":\"项目性质\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"column5\",\"title\":\"保险公估费\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"column4\",\"title\":\"承保公估评估费\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"column3\",\"title\":\"风险咨询费\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"column2\",\"title\":\"保险经纪佣金费\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"column8\",\"title\":\"总计\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"column7\",\"title\":\"内控咨询费\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"column6\",\"title\":\"投标咨询费\"}]}}', 'admin', '2022-04-21 13:52:00', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1517062543422554114', null, '1517031795361611778', null, 'JTabs', '{\"size\":{\"width\":1650,\"height\":551},\"w\":12,\"h\":40,\"option\":{\"title\":\"选项卡\"},\"child\":[{\"component\":\"JBar\",\"w\":12,\"x\":0,\"h\":42,\"i\":\"a8461f71-8f4d-420c-9907-298862d2ac9e\",\"title\":\"柱形图\",\"config\":{\"dataMapping\":[{\"mapping\":\"date\",\"filed\":\"维度\"},{\"mapping\":\"c\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"统计每日大屏创建情况\",\"query\":[],\"dataSetApi\":\"SELECTcount(*)c,DATE_FORMAT(create_time,\'%Y-%m-%d\')asdatefromjmreport_big_screenGROUPBYdateorderbydatedesc\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1517046731341070337\",\"fieldOption\":[{\"label\":\"日期\",\"text\":\"日期\",\"value\":\"date\"},{\"label\":\"数量\",\"text\":\"数量\",\"value\":\"c\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":false,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}},{\"horizontal\":false,\"component\":\"JArea\",\"size\":10,\"w\":12,\"x\":0,\"h\":42,\"i\":\"9e3efbfd-6945-4f9c-8bc9-ab85ba4414a8\",\"text\":\"0.042\",\"id\":\"cba0d0be-3d5d-474e-b272-011ba64bca2f\",\"title\":\"折线图\",\"config\":{\"dataMapping\":[{\"mapping\":\"date\",\"filed\":\"维度\"},{\"mapping\":\"c\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"统计每日大屏创建情况\",\"query\":[],\"dataSetApi\":\"SELECTcount(*)c,DATE_FORMAT(create_time,\'%Y-%m-%d\')asdatefromjmreport_big_screenGROUPBYdateorderbydatedesc\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":605,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"小米\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1517046731341070337\",\"fieldOption\":[{\"label\":\"日期\",\"text\":\"日期\",\"value\":\"date\"},{\"label\":\"数量\",\"text\":\"数量\",\"value\":\"c\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"xAxis\":{\"data\":[],\"boundaryGap\":false},\"grid\":{\"bottom\":115},\"series\":[{\"areaStyle\":{},\"data\":[],\"type\":\"line\"}],\"title\":{\"show\":false,\"text\":\"基础面积图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}},\"child\":[]},{\"horizontal\":false,\"component\":\"JPie\",\"size\":10,\"w\":12,\"x\":0,\"h\":42,\"i\":\"3441183d-6ca1-4ac9-920c-325a1846e941\",\"text\":\"0.042\",\"id\":\"995c3285-281b-4b3b-be37-5319add801bd\",\"title\":\"饼图\",\"config\":{\"dataMapping\":[{\"mapping\":\"date\",\"filed\":\"维度\"},{\"mapping\":\"c\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"统计每日大屏创建情况\",\"query\":[],\"dataSetApi\":\"SELECTcount(*)c,DATE_FORMAT(create_time,\'%Y-%m-%d\')asdatefromjmreport_big_screenGROUPBYdateorderbydatedesc\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1517046731341070337\",\"fieldOption\":[{\"label\":\"日期\",\"text\":\"日期\",\"value\":\"date\"},{\"label\":\"数量\",\"text\":\"数量\",\"value\":\"c\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":false,\"text\":\"基础饼图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}},\"child\":[]}]}', 'admin', '2022-04-21 16:47:51', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1517062543523217409', null, '1517031795361611778', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"统计每日大屏创建情况\",\"query\":[],\"h\":42,\"dataSetApi\":\"SELECTcount(*)c,DATE_FORMAT(create_time,\'%Y-%m-%d\')asdatefromjmreport_big_screenGROUPBYdateorderbydatedesc\",\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"height\":420},\"dataSetId\":\"1517046731341070337\",\"fieldOption\":[{\"label\":\"日期\",\"text\":\"日期\",\"value\":\"date\"},{\"label\":\"数量\",\"text\":\"数量\",\"value\":\"c\"}],\"dataSetType\":\"sql\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"date\",\"title\":\"日期\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"c\",\"title\":\"数量\"}]}}', 'admin', '2022-04-21 16:47:51', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1517064663387373570', null, '1517062686729338882', null, 'JLine', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"图表API示例-年龄占比\",\"query\":[],\"dataSetApi\":\"http://api.jeecg.com/mock/51/jingwu/nianling\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":889,\"height\":474},\"dataSetId\":\"1517046231342284802\",\"fieldOption\":[{\"label\":\"年龄\",\"text\":\"年龄\",\"value\":\"name\"},{\"label\":\"数量\",\"text\":\"数量\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":false,\"text\":\"基础折线图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2022-04-21 16:56:16', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1517064663563534337', null, '1517062686729338882', null, 'JRing', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"图表API示例-年龄占比\",\"query\":[],\"dataSetApi\":\"http://api.jeecg.com/mock/51/jingwu/nianling\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":751,\"height\":474},\"dataSetId\":\"1517046231342284802\",\"fieldOption\":[{\"label\":\"年龄\",\"text\":\"年龄\",\"value\":\"name\"},{\"label\":\"数量\",\"text\":\"数量\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"tooltip\":{\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":false,\"text\":\"基础环形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2022-04-21 16:56:16', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1517064663664197634', null, '1517062686729338882', null, 'JFunnel', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"图表API示例-年龄占比\",\"query\":[],\"dataSetApi\":\"http://api.jeecg.com/mock/51/jingwu/nianling\",\"url\":\"http://api.jeecg.com/mock/26/funnel\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":335,\\\"name\\\":\\\"直接访问\\\"},{\\\"value\\\":310,\\\"name\\\":\\\"邮件营销\\\"},{\\\"value\\\":234,\\\"name\\\":\\\"联盟广告\\\"}]\",\"size\":{\"width\":889,\"height\":529},\"dataSetId\":\"1517046231342284802\",\"fieldOption\":[{\"label\":\"年龄\",\"text\":\"年龄\",\"value\":\"name\"},{\"label\":\"数量\",\"text\":\"数量\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115},\"legend\":{\"orient\":\"horizontal\"},\"series\":[{\"left\":\"10%\",\"gap\":2,\"name\":\"Funnel\",\"width\":\"80%\",\"emphasis\":{\"label\":{\"fontSize\":20}},\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"descending\",\"label\":{\"show\":true,\"position\":\"inside\"},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\"}],\"tooltip\":{\"formatter\":\"{a}
{b}:{c}%\",\"trigger\":\"item\"},\"title\":{\"show\":true,\"text\":\"基础漏斗图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2022-04-21 16:56:16', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1517064663798415361', null, '1517062686729338882', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"图表API示例-年龄占比\",\"query\":[],\"h\":42,\"dataSetApi\":\"http://api.jeecg.com/mock/51/jingwu/nianling\",\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":751,\"height\":529},\"dataSetId\":\"1517046231342284802\",\"fieldOption\":[{\"label\":\"年龄\",\"text\":\"年龄\",\"value\":\"name\"},{\"label\":\"数量\",\"text\":\"数量\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"name\",\"title\":\"年龄\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"value\",\"title\":\"数量\"}]}}', 'admin', '2022-04-21 16:56:16', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1519994699446870018', null, '1519992838245441538', null, 'JBar', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"钻取api\",\"query\":[],\"dataSetApi\":\"http://api.jeecg.com/mock/51/drilling/deptuser\",\"drillData\":[{\"source\":\"name\",\"target\":\"name\"}],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1519274169102020610\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"name\":\"销售量\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"name\":\"类别\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"部门销售统计\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'jeecg', '2022-04-29 18:59:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1519994699518173186', null, '1519992838245441538', null, 'JPie', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"钻取api\",\"query\":[],\"dataSetApi\":\"http://api.jeecg.com/mock/51/drilling/deptuser\",\"drillData\":[{\"source\":\"name\",\"target\":\"name\"}],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1519274169102020610\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"基础饼图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'jeecg', '2022-04-29 18:59:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522466576295534593', null, '1522460228585529346', null, 'JRing', '{\"chartData\":\"[{\\\"name\\\":\\\"18~30岁\\\",\\\"value\\\":5500},{\\\"name\\\":\\\"30~40岁\\\",\\\"value\\\":2000},{\\\"name\\\":\\\"40~60岁\\\",\\\"value\\\":1500},{\\\"name\\\":\\\"60岁以上\\\",\\\"value\\\":1200},{\\\"name\\\":\\\"18岁以下\\\",\\\"value\\\":800}]\",\"size\":{\"width\":411,\"height\":320},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"legend\":{\"orient\":\"vertical\"},\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"show\":true,\"text\":\"年龄占比\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 14:41:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522466576429752321', null, '1522460228585529346', null, 'JBar', '{\"chartData\":\"[{\\\"name\\\":\\\"石家庄\\\",\\\"value\\\":51},{\\\"name\\\":\\\"邢台\\\",\\\"value\\\":121},{\\\"name\\\":\\\"邯郸\\\",\\\"value\\\":78},{\\\"name\\\":\\\"保定\\\",\\\"value\\\":66},{\\\"name\\\":\\\"廊坊\\\",\\\"value\\\":80},{\\\"name\\\":\\\"唐山\\\",\\\"value\\\":100}]\",\"size\":{\"width\":411,\"height\":254},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"bottom\":63,\"show\":false,\"right\":14},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"游客地区分部\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 14:41:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522466576526221314', null, '1522460228585529346', null, 'JLine', '{\"chartData\":\"[{\\\"name\\\":\\\"5/1\\\",\\\"value\\\":1000},{\\\"name\\\":\\\"5/2\\\",\\\"value\\\":7350},{\\\"name\\\":\\\"5/3\\\",\\\"value\\\":5800},{\\\"name\\\":\\\"5/4\\\",\\\"value\\\":6000},{\\\"name\\\":\\\"5/5\\\",\\\"value\\\":3000}]\",\"size\":{\"width\":411,\"height\":276},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"left\":46,\"bottom\":58,\"show\":false,\"right\":1},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"text\":\"游客趋势分析\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 14:41:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522466576605913090', null, '1522460228585529346', null, 'JPie', '{\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"火车\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"飞机\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"轮船\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"自驾\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"徒步\\\"}]\",\"size\":{\"width\":358,\"height\":331},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"isRose\":true,\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"r\":1,\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"innerRadius\":50,\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"交通方式\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 14:41:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522466576702382082', null, '1522460228585529346', null, 'JImg', '{\"size\":{\"width\":463,\"height\":265},\"w\":10,\"dataType\":1,\"h\":20,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"url\":\"http://minio.jeecg.com/otatest/111_1651818408914.png\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 14:41:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522466576777879554', null, '1522460228585529346', null, 'JText', '{\"chartData\":\"五星级\",\"size\":{\"width\":253,\"height\":45},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 14:41:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522466576878542849', null, '1522460228585529346', null, 'JText', '{\"chartData\":\"四星级\",\"size\":{\"width\":200,\"height\":45},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 14:41:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522466576954040321', null, '1522460228585529346', null, 'JText', '{\"chartData\":\"56789\",\"size\":{\"height\":50},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 14:41:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522466577054703617', null, '1522460228585529346', null, 'JText', '{\"chartData\":\"6789\",\"size\":{\"width\":200,\"height\":56},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 14:41:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522466577159561217', null, '1522460228585529346', null, 'JPie', '{\"chartData\":\"[{\\\"name\\\":\\\"2~3小时\\\",\\\"value\\\":3500},{\\\"name\\\":\\\">=3小时\\\",\\\"value\\\":2400},{\\\"name\\\":\\\"1~2小时\\\",\\\"value\\\":2300},{\\\"name\\\":\\\"<=1小时\\\",\\\"value\\\":1800}]\",\"size\":{\"width\":463,\"height\":474},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"innerRadius\":50,\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"基础饼图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 14:41:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522466577264418817', null, '1522460228585529346', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"旅游数据监控\",\"h\":42,\"dataSetApi\":\"[{\\\"type1\\\":\\\"路线1\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线2\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线3\\\",\\\"type3\\\":\\\"1111\\\",\\\"type2\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线4\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线5\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线6\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线7\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线8\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线9\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线10\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线11\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线12\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线13\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线14\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线15\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线16\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线17\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线18\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线19\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"},{\\\"type1\\\":\\\"路线20\\\",\\\"type2\\\":\\\"1111\\\",\\\"type3\\\":\\\"1111\\\"}]\",\"drillData\":[],\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":358,\"height\":529},\"dataSetId\":\"1522464505970302978\",\"fieldOption\":[{\"label\":\"路线\",\"text\":\"路线\",\"value\":\"type1\"},{\"label\":\"车辆\",\"text\":\"车辆\",\"value\":\"type2\"},{\"label\":\"人数\",\"text\":\"人数\",\"value\":\"type3\"}],\"dataSetType\":\"json\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"type1\",\"title\":\"路线\"},{\"izShow\":\"Y\",\"dataIndex\":\"type2\",\"title\":\"车辆\"},{\"izShow\":\"Y\",\"dataIndex\":\"type3\",\"title\":\"人数\"}]}}', 'admin', '2022-05-06 14:41:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522504050518532098', null, '1522466781443137538', null, 'JQuickNav', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"首页快速导航\",\"h\":26,\"dataSetApi\":\"http://api.jeecg.com/mock/51/home/quick\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"chartData\":\"[{\\\"title\\\":\\\"首页\\\",\\\"icon\\\":\\\"icon-jeecg-homepage\\\",\\\"color\\\":\\\"#1fdaca\\\"},{\\\"title\\\":\\\"仪表盘\\\",\\\"icon\\\":\\\"icon-jeecg-shijian\\\",\\\"color\\\":\\\"#bf0c2c\\\"},{\\\"title\\\":\\\"组件\\\",\\\"icon\\\":\\\"icon-jeecg-dangan\\\",\\\"color\\\":\\\"#e18525\\\"},{\\\"title\\\":\\\"系统管理\\\",\\\"icon\\\":\\\"icon-jeecg-shezhi\\\",\\\"color\\\":\\\"#3fb27f\\\"},{\\\"title\\\":\\\"权限管理\\\",\\\"icon\\\":\\\"icon-jeecg-yuechi\\\",\\\"color\\\":\\\"#4daf1bc9\\\"},{\\\"title\\\":\\\"图表\\\",\\\"icon\\\":\\\"icon-jeecg-fujin\\\",\\\"color\\\":\\\"#00d8ff\\\"}]\",\"size\":{\"width\":674,\"height\":298},\"dataSetId\":\"1519962879095332865\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"icon\",\"text\":\"icon\",\"value\":\"icon\"},{\"label\":\"color\",\"text\":\"color\",\"value\":\"color\"},{\"label\":\"href\",\"text\":\"href\",\"value\":\"href\"}],\"dataSetType\":\"api\",\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":30},\"body\":{\"textAlign\":\"center\",\"column\":3,\"iconAlign\":\"top\"},\"card\":{\"rightHref\":\"http://jeecg.com\",\"size\":\"default\",\"extra\":\"更多\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"快捷导航\"}}}', 'admin', '2022-05-06 17:10:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522504050690498562', null, '1522466781443137538', null, 'JList', '{\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"remark\",\"filed\":\"描述\"},{\"mapping\":\"date\",\"filed\":\"时间\"},{\"mapping\":\"pic\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"数据列表\",\"h\":24,\"dataSetApi\":\"http://api.jeecg.com/mock/51/datalist/list\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":0,\"chartData\":\"[{\\\"title\\\":\\\"通知一\\\",\\\"date\\\":\\\"2022-3-914:20:21\\\"},{\\\"title\\\":\\\"通知二\\\",\\\"date\\\":\\\"2022-3-814:20:21\\\"},{\\\"title\\\":\\\"通知三\\\",\\\"date\\\":\\\"2022-3-714:20:21\\\"},{\\\"title\\\":\\\"通知四\\\",\\\"date\\\":\\\"2022-3-414:20:21\\\"}]\",\"size\":{\"width\":568,\"height\":474},\"dataSetId\":\"1519945036454813698\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"date\",\"text\":\"date\",\"value\":\"date\"},{\"label\":\"remark\",\"text\":\"remark\",\"value\":\"remark\"},{\"label\":\"pic\",\"text\":\"pic\",\"value\":\"pic\"}],\"dataSetType\":\"api\",\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":true,\"titleFontSize\":18,\"showTimePrefix\":true}}', 'admin', '2022-05-06 17:10:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522504050782773249', null, '1522466781443137538', null, 'JGrowCard', '{\"chartData\":\"[{\\\"title\\\":\\\"访问数\\\",\\\"icon\\\":\\\"icon-jeecg-qianbao\\\",\\\"value\\\":2000,\\\"total\\\":120000,\\\"color\\\":\\\"green\\\",\\\"action\\\":\\\"月\\\"},{\\\"title\\\":\\\"成交额\\\",\\\"icon\\\":\\\"icon-jeecg-youhuiquan\\\",\\\"value\\\":20000,\\\"total\\\":500000,\\\"color\\\":\\\"blue\\\",\\\"action\\\":\\\"月\\\"},{\\\"title\\\":\\\"下载数\\\",\\\"icon\\\":\\\"icon-jeecg-tupian\\\",\\\"value\\\":8000,\\\"total\\\":120000,\\\"color\\\":\\\"orange\\\",\\\"action\\\":\\\"周\\\"},{\\\"title\\\":\\\"成交数\\\",\\\"icon\\\":\\\"icon-jeecg-jifen\\\",\\\"value\\\":5000,\\\"total\\\":50000,\\\"color\\\":\\\"purple\\\",\\\"action\\\":\\\"年\\\"}]\",\"size\":{\"width\":1252,\"height\":199},\"w\":12,\"dataType\":1,\"h\":19,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":20},\"body\":{\"horizontal\":8,\"vertical\":8,\"span\":6},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"统计卡片\"}}}', 'admin', '2022-05-06 17:10:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522504050862465026', null, '1522466781443137538', null, 'JProjectCard', '{\"chartData\":\"[{\\\"title\\\":\\\"Github\\\",\\\"icon\\\":\\\"icon-jeecg-social-github\\\",\\\"color\\\":\\\"\\\",\\\"desc\\\":\\\"不要等待机会,而要创造机会。\\\",\\\"group\\\":\\\"开源组\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"Vue\\\",\\\"icon\\\":\\\"icon-jeecg-social-buysellads\\\",\\\"color\\\":\\\"#3fb27f\\\",\\\"desc\\\":\\\"现在的你决定将来的你。\\\",\\\"group\\\":\\\"算法组\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"Html5\\\",\\\"icon\\\":\\\"icon-jeecg-html5\\\",\\\"color\\\":\\\"#e18525\\\",\\\"desc\\\":\\\"没有什么才能比努力更重要。\\\",\\\"group\\\":\\\"上班摸鱼\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"Angular\\\",\\\"icon\\\":\\\"icon-jeecg-social-product-hunt\\\",\\\"color\\\":\\\"#bf0c2c\\\",\\\"desc\\\":\\\"热情和欲望可以突破一切难关。\\\",\\\"group\\\":\\\"UI\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"React\\\",\\\"icon\\\":\\\"icon-jeecg-social-skype\\\",\\\"color\\\":\\\"#00d8ff\\\",\\\"desc\\\":\\\"健康的身体是实目标的基石。\\\",\\\"group\\\":\\\"技术牛\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"Js\\\",\\\"icon\\\":\\\"icon-jeecg-social-pengyou\\\",\\\"color\\\":\\\"#4daf1bc9\\\",\\\"desc\\\":\\\"路是走出来的,而不是空想出来的。\\\",\\\"group\\\":\\\"架构组\\\",\\\"date\\\":\\\"2021-04-01\\\"}]\",\"size\":{\"width\":674,\"height\":386},\"w\":12,\"dataType\":1,\"h\":33,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":30},\"body\":{\"column\":3},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"项目列表\"}}}', 'admin', '2022-05-06 17:10:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522504050958934017', null, '1522466781443137538', null, 'JWaitMatter', '{\"chartData\":\"[{\\\"title\\\":\\\"待办公文\\\",\\\"icon\\\":\\\"icon-jeecg-yudu\\\",\\\"content\\\":23,\\\"desc\\\":\\\"今日已办3\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"待办流程\\\",\\\"icon\\\":\\\"icon-jeecg-shuju\\\",\\\"content\\\":23,\\\"desc\\\":\\\"今日已办3\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"待办任务\\\",\\\"icon\\\":\\\"icon-jeecg-tongzhi\\\",\\\"content\\\":23,\\\"desc\\\":\\\"今日已办3今日更新5\\\",\\\"date\\\":\\\"2021-04-01\\\"}]\",\"size\":{\"width\":568,\"height\":210},\"w\":12,\"dataType\":1,\"h\":19,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":25},\"body\":{\"column\":3},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"待办事项\"}}}', 'admin', '2022-05-06 17:10:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522504051076374530', null, '1522466781443137538', null, 'JLine', '{\"dataMapping\":[{\"mapping\":\"type\",\"filed\":\"维度\"},{\"mapping\":\"visit\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"首页_近一周访问量\",\"dataSetApi\":\"selectcount(*)asvisit\\t,count(distinct(ip))asip\\t,DATE_FORMAT(create_time,\'%Y-%m-%d\')astian\\t,DATE_FORMAT(create_time,\'%m-%d\')astype\\tfromsys_logwherelog_type=1andcreate_time<=sysdate()andcreate_time>=(selectdate_sub(curdate(),interval7day))groupbytian,typeorderbytianasc\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":1252,\"height\":441},\"dataSetId\":\"1522503560003067906\",\"fieldOption\":[{\"label\":\"visit\",\"text\":\"visit\",\"value\":\"visit\"},{\"label\":\"ip\",\"text\":\"ip\",\"value\":\"ip\"},{\"label\":\"tian\",\"text\":\"tian\",\"value\":\"tian\"},{\"label\":\"type\",\"text\":\"type\",\"value\":\"type\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"text\":\"近一周在线访问量\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 17:10:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522520321213603842', null, '1522507145776472065', null, 'JBar', '{\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"静态数据\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:15:06', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522520321352015874', null, '1522507145776472065', null, 'JStackBar', '{\"dataMapping\":[{\"mapping\":\"type\",\"filed\":\"分组\"},{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"出资\",\"dataSetApi\":\"http://api.jeecg.com/mock/51/chuzi\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Bor\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1522098873378549762\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"type\",\"text\":\"type\",\"value\":\"type\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"api数据集\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:15:06', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522520321456873474', null, '1522507145776472065', null, 'JPie', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"智慧社区_时间分部\",\"dataSetApi\":\"[{\\\"name\\\":\\\"6:00-9:00\\\",\\\"value\\\":800},{\\\"name\\\":\\\"10:00-12:00\\\",\\\"value\\\":300},{\\\"name\\\":\\\"13:00-15:00\\\",\\\"value\\\":500},{\\\"name\\\":\\\"16:00-20:00\\\",\\\"value\\\":800},{\\\"name\\\":\\\"21:00-24:00\\\",\\\"value\\\":600}]\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1522187101267832833\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"json\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"innerRadius\":50,\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"JSON数据集\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:15:06', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522520321549148162', null, '1522507145776472065', null, 'JLine', '{\"dataMapping\":[{\"mapping\":\"day\",\"filed\":\"维度\"},{\"mapping\":\"num\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"统计近十日的登陆次数\",\"dataSetApi\":\"SELECT\\tcount(*)num,\\tDATE_FORMAT(create_time,\'%Y-%m-%d\')AS`day`FROM\\tsys_logWHERE\\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\\tDATE_FORMAT(create_time,\'%Y-%m-%d\')\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1516743766914924546\",\"fieldOption\":[{\"label\":\"日期\",\"text\":\"日期\",\"value\":\"day\"},{\"label\":\"登录次数\",\"text\":\"登录次数\",\"value\":\"num\"}],\"dataSetType\":\"sql\",\"dataNum\":\"5\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"text\":\"SQL数据集\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:15:06', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522520321628839937', null, '1522507145776472065', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"首页_近一周访问量\",\"h\":42,\"dataSetApi\":\"selectcount(*)asvisit\\t,count(distinct(ip))asip\\t,DATE_FORMAT(create_time,\'%Y-%m-%d\')astian\\t,DATE_FORMAT(create_time,\'%m-%d\')astype\\tfromsys_logwherelog_type=1andcreate_time<=sysdate()andcreate_time>=(selectdate_sub(curdate(),interval7day))groupbytian,typeorderbytianasc\",\"drillData\":[],\"timeOut\":\"10\",\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"height\":420},\"dataSetId\":\"1522503560003067906\",\"fieldOption\":[{\"label\":\"访问量\",\"text\":\"访问量\",\"value\":\"visit\"},{\"label\":\"ip地址\",\"text\":\"ip地址\",\"value\":\"ip\"},{\"label\":\"年月\",\"text\":\"年月\",\"value\":\"tian\"},{\"label\":\"天\",\"text\":\"天\",\"value\":\"type\"}],\"dataSetType\":\"sql\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"visit\",\"title\":\"访问量\"},{\"izShow\":\"Y\",\"dataIndex\":\"ip\",\"title\":\"ip地址\"},{\"izShow\":\"Y\",\"dataIndex\":\"tian\",\"title\":\"年月\"},{\"izShow\":\"Y\",\"dataIndex\":\"type\",\"title\":\"天\"}]}}', 'admin', '2022-05-06 18:15:06', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522520321725308929', null, '1522507145776472065', null, 'JTabs', '{\"size\":{\"width\":779,\"height\":463},\"w\":12,\"h\":40,\"option\":{\"title\":\"选项卡\"},\"child\":[{\"h\":42,\"index\":0,\"i\":\"63de7e7e-3894-4d71-84a3-9b2fd9b9c760\",\"title\":\"通知\",\"horizontal\":false,\"component\":\"JList\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"3343bdb3-fd05-4eee-9bc7-844a148752da\",\"config\":{\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"remark\",\"filed\":\"描述\"},{\"mapping\":\"date\",\"filed\":\"时间\"},{\"mapping\":\"pic\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"数据列表\",\"h\":24,\"dataSetApi\":\"http://api.jeecg.com/mock/51/datalist/list\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":0,\"chartData\":\"[{\\\"title\\\":\\\"通知一\\\",\\\"date\\\":\\\"2022-3-914:20:21\\\"},{\\\"title\\\":\\\"通知二\\\",\\\"date\\\":\\\"2022-3-814:20:21\\\"},{\\\"title\\\":\\\"通知三\\\",\\\"date\\\":\\\"2022-3-714:20:21\\\"},{\\\"title\\\":\\\"通知四\\\",\\\"date\\\":\\\"2022-3-414:20:21\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1519945036454813698\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"date\",\"text\":\"date\",\"value\":\"date\"},{\"label\":\"remark\",\"text\":\"remark\",\"value\":\"remark\"},{\"label\":\"pic\",\"text\":\"pic\",\"value\":\"pic\"}],\"dataSetType\":\"api\",\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":true,\"titleFontSize\":18,\"showTimePrefix\":true}},\"child\":[]},{\"h\":42,\"index\":0,\"i\":\"7e716106-3f6b-4350-80d0-7fe0ed3b46f2\",\"title\":\"图片展示\",\"horizontal\":false,\"component\":\"JImg\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"49dc2c4c-871b-4d5d-8e21-d3cd93602661\",\"config\":{\"paddingBottom\":90,\"w\":10,\"dataType\":1,\"h\":20,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"url\":\"http://minio.jeecg.com/otatest/jeecg_1651199708342.png\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}},\"child\":[]}]}', 'admin', '2022-05-06 18:15:06', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522520321935024129', null, '1522507145776472065', null, 'JGrid', '{\"size\":{\"width\":1632,\"height\":400},\"w\":12,\"h\":40,\"option\":{\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}},\"child\":[{\"h\":42,\"i\":\"7b247427-b86c-4c59-877d-618088d056ec\",\"title\":\"标题\",\"parentId\":\"1ac58009-1e17-4136-8309-313a9111ebb6\",\"horizontal\":false,\"component\":\"JRing\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"e845c133-1b8d-4252-a216-06c0857e388a\",\"config\":{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"智慧社区_地区分部\",\"dataSetApi\":\"http://api.jeecg.com/mock/51/region\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1522185936018878466\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"top\":65,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"legend\":{\"t\":12},\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"show\":true,\"text\":\"环形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}},\"span\":\"8\",\"child\":[]},{\"h\":42,\"i\":\"6d907478-b400-4723-860d-45b24e3adbee\",\"title\":\"标题\",\"parentId\":\"1ac58009-1e17-4136-8309-313a9111ebb6\",\"horizontal\":false,\"component\":\"JRadar\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"7cebf65a-81ba-479e-870e-8610a0f00d0c\",\"config\":{\"chartData\":\"[{\\\"value\\\":75,\\\"name\\\":\\\"得分\\\",\\\"type\\\":\\\"NBA\\\",\\\"max\\\":100},{\\\"value\\\":65,\\\"name\\\":\\\"篮板\\\",\\\"type\\\":\\\"NBA\\\",\\\"max\\\":100},{\\\"value\\\":55,\\\"name\\\":\\\"防守\\\",\\\"type\\\":\\\"NBA\\\",\\\"max\\\":100},{\\\"value\\\":74,\\\"name\\\":\\\"失误\\\",\\\"type\\\":\\\"NBA\\\",\\\"max\\\":100},{\\\"value\\\":38,\\\"name\\\":\\\"盖帽\\\",\\\"type\\\":\\\"NBA\\\",\\\"max\\\":100},{\\\"value\\\":88,\\\"name\\\":\\\"三分\\\",\\\"type\\\":\\\"NBA\\\",\\\"max\\\":100}]\",\"paddingBottom\":90,\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/radar\",\"timeOut\":0,\"option\":{\"radar\":[{\"indicator\":[]}],\"grid\":{\"top\":51,\"bottom\":115,\"show\":false},\"legend\":{\"data\":[]},\"series\":[{\"data\":[],\"type\":\"radar\"}],\"title\":{\"show\":true,\"text\":\"基础雷达图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}},\"span\":\"8\",\"child\":[]},{\"h\":42,\"i\":\"6e99dc19-fe5e-4c36-8eb6-b3dd6ea19dd8\",\"title\":\"标题\",\"parentId\":\"1ac58009-1e17-4136-8309-313a9111ebb6\",\"horizontal\":false,\"component\":\"JArea\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"6fe47c5a-85ac-46ec-9640-936cd2501523\",\"config\":{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"图表API示例-年龄占比\",\"dataSetApi\":\"http://api.jeecg.com/mock/51/jingwu/nianling\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":605,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"小米\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1517046231342284802\",\"fieldOption\":[{\"label\":\"年龄\",\"text\":\"年龄\",\"value\":\"name\"},{\"label\":\"数量\",\"text\":\"数量\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"xAxis\":{\"data\":[],\"boundaryGap\":false},\"grid\":{\"bottom\":31},\"series\":[{\"areaStyle\":{},\"data\":[],\"type\":\"line\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"基础面积图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}},\"span\":\"8\",\"child\":[]}]}', 'admin', '2022-05-06 18:15:06', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522520322014715906', null, '1522507145776472065', null, 'JCarousel', '{\"chartData\":\"[{\\\"src\\\":\\\"http://minio.jeecg.com/otatest/temp/0_1647504880335.png\\\"},{\\\"src\\\":\\\"http://minio.jeecg.com/otatest/temp/1_1647504883878.png\\\"},{\\\"src\\\":\\\"http://minio.jeecg.com/otatest/temp/2_1647504886551.png\\\"}]\",\"size\":{\"width\":1252,\"height\":243},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"路径\"}],\"w\":24,\"dataType\":1,\"h\":22,\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/carousel\",\"timeOut\":0,\"option\":{\"dots\":true,\"autoplay\":true,\"dotPosition\":\"bottom\"}}', 'admin', '2022-05-06 18:15:06', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522520322115379202', null, '1522507145776472065', null, 'JIframe', '{\"size\":{\"width\":1252,\"height\":386},\"w\":12,\"dataType\":1,\"h\":26,\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"url\":\"http://www.jeecg.com/\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:15:07', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522520322216042498', null, '1522507145776472065', null, 'JPictorialBar', '{\"chartData\":\"[{\\\"name\\\":\\\"驯鹿\\\",\\\"value\\\":123,\\\"symbol\\\":\\\"path://M-22.788,24.521c2.08-0.986,3.611-3.905,4.984-5.892c-2.686,2.782-5.047,5.884-9.102,7.312c-0.992,0.005-0.25-2.016,0.34-2.362l1.852-0.41c0.564-0.218,0.785-0.842,0.902-1.347c2.133-0.727,4.91-4.129,6.031-6.194c1.748-0.7,4.443-0.679,5.734-2.293c1.176-1.468,0.393-3.992,1.215-6.557c0.24-0.754,0.574-1.581,1.008-2.293c-0.611,0.011-1.348-0.061-1.959-0.608c-1.391-1.245-0.785-2.086-1.297-3.313c1.684,0.744,2.5,2.584,4.426,2.586C-8.46,3.012-8.255,2.901-8.04,2.824c6.031-1.952,15.182-0.165,19.498-3.937c1.15-3.933-1.24-9.846-1.229-9.938c0.008-0.062-1.314-0.004-1.803-0.258c-1.119-0.771-6.531-3.75-0.17-3.33c0.314-0.045,0.943,0.259,1.439,0.435c-0.289-1.694-0.92-0.144-3.311-1.946c0,0-1.1-0.855-1.764-1.98c-0.836-1.09-2.01-2.825-2.992-4.031c-1.523-2.476,1.367,0.709,1.816,1.108c1.768,1.704,1.844,3.281,3.232,3.983c0.195,0.203,1.453,0.164,0.926-0.468c-0.525-0.632-1.367-1.278-1.775-2.341c-0.293-0.703-1.311-2.326-1.566-2.711c-0.256-0.384-0.959-1.718-1.67-2.351c-1.047-1.187-0.268-0.902,0.521-0.07c0.789,0.834,1.537,1.821,1.672,2.023c0.135,0.203,1.584,2.521,1.725,2.387c0.102-0.259-0.035-0.428-0.158-0.852c-0.125-0.423-0.912-2.032-0.961-2.083c-0.357-0.852-0.566-1.908-0.598-3.333c0.4-2.375,0.648-2.486,0.549-0.705c0.014,1.143,0.031,2.215,0.602,3.247c0.807,1.496,1.764,4.064,1.836,4.474c0.561,3.176,2.904,1.749,2.281-0.126c-0.068-0.446-0.109-2.014-0.287-2.862c-0.18-0.849-0.219-1.688-0.113-3.056c0.066-1.389,0.232-2.055,0.277-2.299c0.285-1.023,0.4-1.088,0.408,0.135c-0.059,0.399-0.131,1.687-0.125,2.655c0.064,0.642-0.043,1.768,0.172,2.486c0.654,1.928-0.027,3.496,1,3.514c1.805-0.424,2.428-1.218,2.428-2.346c-0.086-0.704-0.121-0.843-0.031-1.193c0.221-0.568,0.359-0.67,0.312-0.076c-0.055,0.287,0.031,0.533,0.082,0.794c0.264,1.197,0.912,0.114,1.283-0.782c0.15-0.238,0.539-2.154,0.545-2.522c-0.023-0.617,0.285-0.645,0.309,0.01c0.064,0.422-0.248,2.646-0.205,2.334c-0.338,1.24-1.105,3.402-3.379,4.712c-0.389,0.12-1.186,1.286-3.328,2.178c0,0,1.729,0.321,3.156,0.246c1.102-0.19,3.707-0.027,4.654,0.269c1.752,0.494,1.531-0.053,4.084,0.164c2.26-0.4,2.154,2.391-1.496,3.68c-2.549,1.405-3.107,1.475-2.293,2.984c3.484,7.906,2.865,13.183,2.193,16.466c2.41,0.271,5.732-0.62,7.301,0.725c0.506,0.333,0.648,1.866-0.457,2.86c-4.105,2.745-9.283,7.022-13.904,7.662c-0.977-0.194,0.156-2.025,0.803-2.247l1.898-0.03c0.596-0.101,0.936-0.669,1.152-1.139c3.16-0.404,5.045-3.775,8.246-4.818c-4.035-0.718-9.588,3.981-12.162,1.051c-5.043,1.423-11.449,1.84-15.895,1.111c-3.105,2.687-7.934,4.021-12.115,5.866c-3.271,3.511-5.188,8.086-9.967,10.414c-0.986,0.119-0.48-1.974,0.066-2.385l1.795-0.618C-22.995,25.682-22.849,25.035-22.788,24.521z\\\",\\\"symbolSize\\\":[60,60]},{\\\"name\\\":\\\"飞机\\\",\\\"value\\\":60,\\\"symbol\\\":\\\"path://M1.112,32.559l2.998,1.205l-2.882,2.268l-2.215-0.012L1.112,32.559zM37.803,23.96c0.158-0.838,0.5-1.509,0.961-1.904c-0.096-0.037-0.205-0.071-0.344-0.071c-0.777-0.005-2.068-0.009-3.047-0.009c-0.633,0-1.217,0.066-1.754,0.18l2.199,1.804H37.803zM39.738,23.036c-0.111,0-0.377,0.325-0.537,0.924h1.076C40.115,23.361,39.854,23.036,39.738,23.036zM39.934,39.867c-0.166,0-0.674,0.705-0.674,1.986s0.506,1.986,0.674,1.986s0.672-0.705,0.672-1.986S40.102,39.867,39.934,39.867zM38.963,38.889c-0.098-0.038-0.209-0.07-0.348-0.073c-0.082,0-0.174,0-0.268-0.001l-7.127,4.671c0.879,0.821,2.42,1.417,4.348,1.417c0.979,0,2.27-0.006,3.047-0.01c0.139,0,0.25-0.034,0.348-0.072c-0.646-0.555-1.07-1.643-1.07-2.967C37.891,40.529,38.316,39.441,38.963,38.889zM32.713,23.96l-12.37-10.116l-4.693-0.004c0,0,4,8.222,4.827,10.121H32.713zM59.311,32.374c-0.248,2.104-5.305,3.172-8.018,3.172H39.629l-25.325,16.61L9.607,52.16c0,0,6.687-8.479,7.95-10.207c1.17-1.6,3.019-3.699,3.027-6.407h-2.138c-5.839,0-13.816-3.789-18.472-5.583c-2.818-1.085-2.396-4.04-0.031-4.04h0.039l-3.299-11.371h3.617c0,0,4.352,5.696,5.846,7.5c2,2.416,4.503,3.678,8.228,3.87h30.727c2.17,0,4.311,0.417,6.252,1.046c3.49,1.175,5.863,2.7,7.199,4.027C59.145,31.584,59.352,32.025,59.311,32.374zM22.069,30.408c0-0.815-0.661-1.475-1.469-1.475c-0.812,0-1.471,0.66-1.471,1.475s0.658,1.475,1.471,1.475C21.408,31.883,22.069,31.224,22.069,30.408zM27.06,30.408c0-0.815-0.656-1.478-1.466-1.478c-0.812,0-1.471,0.662-1.471,1.478s0.658,1.477,1.471,1.477C26.404,31.885,27.06,31.224,27.06,30.408zM32.055,30.408c0-0.815-0.66-1.475-1.469-1.475c-0.808,0-1.466,0.66-1.466,1.475s0.658,1.475,1.466,1.475C31.398,31.883,32.055,31.224,32.055,30.408zM37.049,30.408c0-0.815-0.658-1.478-1.467-1.478c-0.812,0-1.469,0.662-1.469,1.478s0.656,1.477,1.469,1.477C36.389,31.885,37.049,31.224,37.049,30.408zM42.039,30.408c0-0.815-0.656-1.478-1.465-1.478c-0.811,0-1.469,0.662-1.469,1.478s0.658,1.477,1.469,1.477C41.383,31.885,42.039,31.224,42.039,30.408zM55.479,30.565c-0.701-0.436-1.568-0.896-2.627-1.347c-0.613,0.289-1.551,0.476-2.73,0.476c-1.527,0-1.639,2.263,0.164,2.316C52.389,32.074,54.627,31.373,55.479,30.565z\\\",\\\"symbolSize\\\":[65,35]},{\\\"name\\\":\\\"火箭\\\",\\\"value\\\":25,\\\"symbol\\\":\\\"path://M-244.396,44.399c0,0,0.47-2.931-2.427-6.512c2.819-8.221,3.21-15.709,3.21-15.709s5.795,1.383,5.795,7.325C-237.818,39.679-244.396,44.399-244.396,44.399zM-260.371,40.827c0,0-3.881-12.946-3.881-18.319c0-2.416,0.262-4.566,0.669-6.517h17.684c0.411,1.952,0.675,4.104,0.675,6.519c0,5.291-3.87,18.317-3.87,18.317H-260.371zM-254.745,18.951c-1.99,0-3.603,1.676-3.603,3.744c0,2.068,1.612,3.744,3.603,3.744c1.988,0,3.602-1.676,3.602-3.744S-252.757,18.951-254.745,18.951zM-255.521,2.228v-5.098h1.402v4.969c1.603,1.213,5.941,5.069,7.901,12.5h-17.05C-261.373,7.373-257.245,3.558-255.521,2.228zM-265.07,44.399c0,0-6.577-4.721-6.577-14.896c0-5.942,5.794-7.325,5.794-7.325s0.393,7.488,3.211,15.708C-265.539,41.469-265.07,44.399-265.07,44.399zM-252.36,45.15l-1.176-1.22L-254.789,48l-1.487-4.069l-1.019,2.116l-1.488-3.826h8.067L-252.36,45.15z\\\",\\\"symbolSize\\\":[50,60]},{\\\"name\\\":\\\"高铁\\\",\\\"value\\\":18,\\\"symbol\\\":\\\"path://M67.335,33.596L67.335,33.596c-0.002-1.39-1.153-3.183-3.328-4.218h-9.096v-2.07h5.371c-4.939-2.07-11.199-4.141-14.89-4.141H19.72v12.421v5.176h38.373c4.033,0,8.457-1.035,9.142-5.176h-0.027c0.076-0.367,0.129-0.751,0.129-1.165L67.335,33.596L67.335,33.596zM27.999,30.413h-3.105v-4.141h3.105V30.413zM35.245,30.413h-3.104v-4.141h3.104V30.413zM42.491,30.413h-3.104v-4.141h3.104V30.413zM49.736,30.413h-3.104v-4.141h3.104V30.413zM14.544,40.764c1.143,0,2.07-0.927,2.07-2.07V35.59V25.237c0-1.145-0.928-2.07-2.07-2.07H-9.265c-1.143,0-2.068,0.926-2.068,2.07v10.351v3.105c0,1.144,0.926,2.07,2.068,2.07H14.544L14.544,40.764zM8.333,26.272h3.105v4.141H8.333V26.272zM1.087,26.272h3.105v4.141H1.087V26.272zM-6.159,26.272h3.105v4.141h-3.105V26.272zM-9.265,41.798h69.352v1.035H-9.265V41.798z\\\",\\\"symbolSize\\\":[50,30]},{\\\"name\\\":\\\"轮船\\\",\\\"value\\\":12,\\\"symbol\\\":\\\"path://M16.678,17.086h9.854l-2.703,5.912c5.596,2.428,11.155,5.575,16.711,8.607c3.387,1.847,6.967,3.75,10.541,5.375v-6.16l-4.197-2.763v-5.318L33.064,12.197h-11.48L20.43,15.24h-4.533l-1.266,3.286l0.781,0.345L16.678,17.086zM49.6,31.84l0.047,1.273L27.438,20.998l0.799-1.734L49.6,31.84zM33.031,15.1l12.889,8.82l0.027,0.769L32.551,16.1L33.031,15.1zM22.377,14.045h9.846l-1.539,3.365l-2.287-1.498h1.371l0.721-1.352h-2.023l-0.553,1.037l-0.541-0.357h-0.34l0.359-0.684h-2.025l-0.361,0.684h-3.473L22.377,14.045zM23.695,20.678l-0.004,0.004h0.004V20.678zM24.828,18.199h-2.031l-0.719,1.358h2.029L24.828,18.199zM40.385,34.227c-12.85-7.009-25.729-14.667-38.971-12.527c1.26,8.809,9.08,16.201,8.213,24.328c-0.553,4.062-3.111,0.828-3.303,7.137c15.799,0,32.379,0,48.166,0l0.066-4.195l1.477-7.23C50.842,39.812,45.393,36.961,40.385,34.227zM13.99,35.954c-1.213,0-2.195-1.353-2.195-3.035c0-1.665,0.98-3.017,2.195-3.017c1.219,0,2.195,1.352,2.195,3.017C16.186,34.604,15.213,35.954,13.99,35.954zM23.691,20.682h-2.02l-0.588,1.351h2.023L23.691,20.682zM19.697,18.199l-0.721,1.358h2.025l0.727-1.358H19.697z\\\",\\\"symbolSize\\\":[50,35]},{\\\"name\\\":\\\"汽车\\\",\\\"value\\\":9,\\\"symbol\\\":\\\"path://M49.592,40.883c-0.053,0.354-0.139,0.697-0.268,0.963c-0.232,0.475-0.455,0.519-1.334,0.475c-1.135-0.053-2.764,0-4.484,0.068c0,0.476,0.018,0.697,0.018,0.697c0.111,1.299,0.697,1.342,0.931,1.342h3.7c0.326,0,0.628,0,0.861-0.154c0.301-0.196,0.43-0.772,0.543-1.78c0.017-0.146,0.025-0.336,0.033-0.56v-0.01c0-0.068,0.008-0.154,0.008-0.25V41.58l0,0C49.6,41.348,49.6,41.09,49.592,40.883L49.592,40.883zM6.057,40.883c0.053,0.354,0.137,0.697,0.268,0.963c0.23,0.475,0.455,0.519,1.334,0.475c1.137-0.053,2.762,0,4.484,0.068c0,0.476-0.018,0.697-0.018,0.697c-0.111,1.299-0.697,1.342-0.93,1.342h-3.7c-0.328,0-0.602,0-0.861-0.154c-0.309-0.18-0.43-0.772-0.541-1.78c-0.018-0.146-0.027-0.336-0.035-0.56v-0.01c0-0.068-0.008-0.154-0.008-0.25V41.58l0,0C6.057,41.348,6.057,41.09,6.057,40.883L6.057,40.883zM49.867,32.766c0-2.642-0.344-5.224-0.482-5.507c-0.104-0.207-0.766-0.749-2.271-1.773c-1.522-1.042-1.487-0.887-1.766-1.566c0.25-0.078,0.492-0.224,0.639-0.241c0.326-0.034,0.345,0.274,1.023,0.274c0.68,0,2.152-0.18,2.453-0.48c0.301-0.303,0.396-0.405,0.396-0.672c0-0.268-0.156-0.818-0.447-1.146c-0.293-0.327-1.541-0.49-2.273-0.585c-0.729-0.095-0.834,0-1.022,0.121c-0.304,0.189-0.32,1.919-0.32,1.919l-0.713,0.018c-0.465-1.146-1.11-3.452-2.117-5.269c-1.103-1.979-2.256-2.599-2.737-2.754c-0.474-0.146-0.904-0.249-4.131-0.576c-3.298-0.344-5.922-0.388-8.262-0.388c-2.342,0-4.967,0.052-8.264,0.388c-3.229,0.336-3.66,0.43-4.133,0.576s-1.633,0.775-2.736,2.754c-1.006,1.816-1.652,4.123-2.117,5.269L9.87,23.109c0,0-0.008-1.729-0.318-1.919c-0.189-0.121-0.293-0.225-1.023-0.121c-0.732,0.104-1.98,0.258-2.273,0.585c-0.293,0.327-0.447,0.878-0.447,1.146c0,0.267,0.094,0.379,0.396,0.672c0.301,0.301,1.773,0.48,2.453,0.48c0.68,0,0.697-0.309,1.023-0.274c0.146,0.018,0.396,0.163,0.637,0.241c-0.283,0.68-0.24,0.524-1.764,1.566c-1.506,1.033-2.178,1.566-2.271,1.773c-0.139,0.283-0.482,2.865-0.482,5.508s0.189,5.02,0.189,5.86c0,0.354,0,0.976,0.076,1.565c0.053,0.354,0.129,0.697,0.268,0.966c0.232,0.473,0.447,0.516,1.334,0.473c1.137-0.051,2.779,0,4.477,0.07c1.135,0.043,2.297,0.086,3.33,0.11c2.582,0.051,1.826-0.379,2.928-0.36c1.102,0.016,5.447,0.196,9.424,0.196c3.976,0,8.332-0.182,9.423-0.196c1.102-0.019,0.346,0.411,2.926,0.36c1.033-0.018,2.195-0.067,3.332-0.11c1.695-0.062,3.348-0.121,4.477-0.07c0.886,0.043,1.103,0,1.332-0.473c0.132-0.269,0.218-0.611,0.269-0.966c0.086-0.592,0.078-1.213,0.078-1.565C49.678,37.793,49.867,35.408,49.867,32.766L49.867,32.766zM13.219,19.735c0.412-0.964,1.652-2.9,2.256-3.244c0.145-0.087,1.426-0.491,4.637-0.706c2.953-0.198,6.217-0.276,7.73-0.276c1.513,0,4.777,0.078,7.729,0.276c3.201,0.215,4.502,0.611,4.639,0.706c0.775,0.533,1.842,2.28,2.256,3.244c0.412,0.965,0.965,2.858,0.861,3.116c-0.104,0.258,0.104,0.388-1.291,0.275c-1.387-0.103-10.088-0.216-14.185-0.216c-4.088,0-12.789,0.113-14.184,0.216c-1.395,0.104-1.188-0.018-1.291-0.275C12.254,22.593,12.805,20.708,13.219,19.735L13.219,19.735zM16.385,30.511c-0.619,0.155-0.988,0.491-1.764,0.482c-0.775,0-2.867-0.353-3.314-0.371c-0.447-0.017-0.842,0.302-1.076,0.362c-0.23,0.06-0.688-0.104-1.377-0.318c-0.688-0.216-1.092-0.155-1.316-1.094c-0.232-0.93,0-2.264,0-2.264c1.488-0.068,2.928,0.069,5.621,0.826c2.693,0.758,4.191,2.213,4.191,2.213S17.004,30.357,16.385,30.511L16.385,30.511zM36.629,37.293c-1.23,0.164-6.386,0.207-8.794,0.207c-2.412,0-7.566-0.051-8.799-0.207c-1.256-0.164-2.891-1.67-1.764-2.865c1.523-1.627,1.24-1.576,4.701-2.023C24.967,32.018,27.239,32,27.834,32c0.584,0,2.865,0.025,5.859,0.404c3.461,0.447,3.178,0.396,4.699,2.022C39.521,35.623,37.887,37.129,36.629,37.293L36.629,37.293zM48.129,29.582c-0.232,0.93-0.629,0.878-1.318,1.093c-0.688,0.216-1.145,0.371-1.377,0.319c-0.231-0.053-0.627-0.371-1.074-0.361c-0.448,0.018-2.539,0.37-3.313,0.37c-0.772,0-1.146-0.328-1.764-0.481c-0.621-0.154-0.966-0.154-0.966-0.154s1.49-1.464,4.191-2.213c2.693-0.758,4.131-0.895,5.621-0.826C48.129,27.309,48.361,28.643,48.129,29.582L48.129,29.582z\\\",\\\"symbolSize\\\":[40,30]},{\\\"name\\\":\\\"跑步\\\",\\\"value\\\":2,\\\"symbol\\\":\\\"path://M13.676,32.955c0.919-0.031,1.843-0.008,2.767-0.008v0.007c0.827,0,1.659,0.041,2.486-0.019c0.417-0.028,1.118,0.325,1.14-0.545c0.014-0.637-0.156-1.279-0.873-1.367c-1.919-0.241-3.858-0.233-5.774,0.019c-0.465,0.062-0.998,0.442-0.832,1.069C12.715,32.602,13.045,32.977,13.676,32.955zM14.108,29.013c1.47-0.007,2.96-0.122,4.414,0.035c1.792,0.192,3.1-0.412,4.273-2.105c-3.044,0-5.882,0.014-8.719-0.01c-0.768-0.005-1.495,0.118-1.461,1C12.642,28.731,13.329,29.014,14.108,29.013zM23.678,36.593c-0.666-0.69-1.258-1.497-2.483-1.448c-2.341,0.095-4.689,0.051-7.035,0.012c-0.834-0.014-1.599,0.177-1.569,1.066c0.031,0.854,0.812,1.062,1.636,1.043c1.425-0.033,2.852-0.01,4.278-0.01v-0.01c1.562,0,3.126,0.008,4.691-0.005C23.614,37.239,24.233,37.174,23.678,36.593zM32.234,42.292h-0.002c-1.075,0.793-2.589,0.345-3.821,1.048c-0.359,0.193-0.663,0.465-0.899,0.799c-1.068,1.623-2.052,3.301-3.117,4.928c-0.625,0.961-0.386,1.805,0.409,2.395c0.844,0.628,1.874,0.617,2.548-0.299c1.912-2.573,3.761-5.197,5.621-7.814C33.484,42.619,33.032,42.387,32.234,42.292zM43.527,28.401c-0.688-1.575-2.012-0.831-3.121-0.895c-1.047-0.058-2.119,1.128-3.002,0.345c-0.768-0.677-1.213-1.804-1.562-2.813c-0.45-1.305-1.495-2.225-2.329-3.583c2.953,1.139,4.729,0.077,5.592-1.322c0.99-1.61,0.718-3.725-0.627-4.967c-1.362-1.255-3.414-1.445-4.927-0.452c-1.933,1.268-2.206,2.893-0.899,6.11c-2.098-0.659-3.835-1.654-5.682-2.383c-0.735-0.291-1.437-1.017-2.293-0.666c-2.263,0.927-4.522,1.885-6.723,2.95c-1.357,0.658-1.649,1.593-1.076,2.638c0.462,0.851,1.643,1.126,2.806,0.617c0.993-0.433,1.994-0.857,2.951-1.374c1.599-0.86,3.044-0.873,4.604,0.214c1.017,0.707,0.873,1.137,0.123,1.849c-1.701,1.615-3.516,3.12-4.933,5.006c-1.042,1.388-0.993,2.817,0.255,4.011c1.538,1.471,3.148,2.869,4.708,4.315c0.485,0.444,0.907,0.896-0.227,1.104c-1.523,0.285-3.021,0.694-4.538,1.006c-1.109,0.225-2.02,1.259-1.83,2.16c0.223,1.07,1.548,1.756,2.687,1.487c3.003-0.712,6.008-1.413,9.032-2.044c1.549-0.324,2.273-1.869,1.344-3.115c-0.868-1.156-1.801-2.267-2.639-3.445c-1.964-2.762-1.95-2.771,0.528-5.189c1.394-1.357,1.379-1.351,2.437,0.417c0.461,0.769,0.854,1.703,1.99,1.613c2.238-0.181,4.407-0.755,6.564-1.331C43.557,30.447,43.88,29.206,43.527,28.401z\\\",\\\"symbolSize\\\":[50,50]},{\\\"name\\\":\\\"步行\\\",\\\"value\\\":1,\\\"symbol\\\":\\\"path://M29.902,23.275c1.86,0,3.368-1.506,3.368-3.365c0-1.859-1.508-3.365-3.368-3.365c-1.857,0-3.365,1.506-3.365,3.365C26.537,21.769,28.045,23.275,29.902,23.275zM36.867,30.74c-1.666-0.467-3.799-1.6-4.732-4.199c-0.932-2.6-3.131-2.998-4.797-2.998s-7.098,3.894-7.098,3.894c-1.133,1.001-2.1,6.502-0.967,6.769c1.133,0.269,1.266-1.533,1.934-3.599c0.666-2.065,3.797-3.466,3.797-3.466s0.201,2.467-0.398,3.866c-0.599,1.399-1.133,2.866-1.467,6.198s-1.6,3.665-3.799,6.266c-2.199,2.598-0.6,3.797,0.398,3.664c1.002-0.133,5.865-5.598,6.398-6.998c0.533-1.397,0.668-3.732,0.668-3.732s0,0,2.199,1.867c2.199,1.865,2.332,4.6,2.998,7.73s2.332,0.934,2.332-0.467c0-1.401,0.269-5.465-1-7.064c-1.265-1.6-3.73-3.465-3.73-5.265s1.199-3.732,1.199-3.732c0.332,1.667,3.335,3.065,5.599,3.399C38.668,33.206,38.533,31.207,36.867,30.74z\\\",\\\"symbolSize\\\":[40,50]}]\",\"size\":{\"width\":463,\"height\":463},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/pictogram\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"象形柱图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:15:07', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522520322329288706', null, '1522507145776472065', null, 'JBar', '{\"dataMapping\":[{\"mapping\":\"type\",\"filed\":\"维度\"},{\"mapping\":\"visit\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"首页_近一周访问量\",\"dataSetApi\":\"selectcount(*)asvisit\\t,count(distinct(ip))asip\\t,DATE_FORMAT(create_time,\'%Y-%m-%d\')astian\\t,DATE_FORMAT(create_time,\'%m-%d\')astype\\tfromsys_logwherelog_type=1andcreate_time<=sysdate()andcreate_time>=(selectdate_sub(curdate(),interval7day))groupbytian,typeorderbytiandesc\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":\"10\",\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":779,\"height\":474},\"dataSetId\":\"1522503560003067906\",\"fieldOption\":[{\"label\":\"访问量\",\"text\":\"访问量\",\"value\":\"visit\"},{\"label\":\"ip地址\",\"text\":\"ip地址\",\"value\":\"ip\"},{\"label\":\"年月\",\"text\":\"年月\",\"value\":\"tian\"},{\"label\":\"天\",\"text\":\"天\",\"value\":\"type\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"定时刷新\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:15:07', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522520322421563394', null, '1522507145776472065', null, 'JLine', '{\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"dataFilter\":\"returndata.filter((item)=>{returnitem.value>5000});\",\"size\":{\"width\":463,\"height\":474},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"text\":\"数据过滤\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:15:07', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522523872572743681', null, '1522451603569778690', null, 'JText', '{\"chartData\":\"本日产量\",\"size\":{\"width\":200,\"height\":56},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:29:13', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522523872849567745', null, '1522451603569778690', null, 'JText', '{\"chartData\":\"456786\",\"size\":{\"width\":200,\"height\":56},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:29:13', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522523872954425346', null, '1522451603569778690', null, 'JBar', '{\"chartData\":\"[{\\\"name\\\":\\\"19日\\\",\\\"value\\\":100879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"20日\\\",\\\"value\\\":340879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"21日\\\",\\\"value\\\":230879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"22日\\\",\\\"value\\\":540879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"23日\\\",\\\"value\\\":340879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"24日\\\",\\\"value\\\":30879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"25日\\\",\\\"value\\\":34879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":621,\"height\":474},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"bottom\":57,\"show\":false,\"right\":6},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"每日产能\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:29:13', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522523873038311426', null, '1522451603569778690', null, 'JPie', '{\"chartData\":\"[{\\\"name\\\":\\\"未完成\\\",\\\"value\\\":4.9},{\\\"name\\\":\\\"已完成\\\",\\\"value\\\":95.1}]\",\"size\":{\"width\":306,\"height\":452},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"r\":10,\"orient\":\"horizontal\",\"t\":1},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"innerRadius\":50,\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"昨日概况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:29:13', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522523873143169025', null, '1522451603569778690', null, 'JPie', '{\"chartData\":\"[{\\\"name\\\":\\\"未完成\\\",\\\"value\\\":3.8},{\\\"name\\\":\\\"已完成\\\",\\\"value\\\":96.2}]\",\"size\":{\"width\":306,\"height\":452},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"r\":12,\"orient\":\"horizontal\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"innerRadius\":50,\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"月概况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:29:13', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522523873235443714', null, '1522451603569778690', null, 'JTabs', '{\"size\":{\"width\":621,\"height\":540},\"w\":12,\"h\":40,\"option\":{\"title\":\"选项卡\"},\"child\":[{\"h\":42,\"index\":0,\"i\":\"4c96d729-f16d-4fea-a9c5-f82a6aef0225\",\"title\":\"实际生产\",\"horizontal\":false,\"component\":\"JCommonTable\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"1daf6c6b-7061-40d3-8980-cd20c163da40\",\"config\":{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"智能大数据_实际生产\",\"h\":42,\"dataSetApi\":\"[{\\\"gh\\\":\\\"ATJDS01\\\",\\\"gjbm\\\":\\\"TYIY-908\\\",\\\"jgsj\\\":\\\"2021-03-2817:07\\\",\\\"dqgx\\\":\\\"工序1\\\",\\\"zt\\\":\\\"已完成\\\"},{\\\"gh\\\":\\\"ATJDS01\\\",\\\"gjbm\\\":\\\"11CPER-44\\\",\\\"jgsj\\\":\\\"2021-03-2918:07\\\",\\\"dqgx\\\":\\\"工序2\\\",\\\"zt\\\":\\\"已完成\\\"},{\\\"gh\\\":\\\"PFTE56\\\",\\\"gjbm\\\":\\\"F56677\\\",\\\"jgsj\\\":\\\"2021-02-2807:07\\\",\\\"dqgx\\\":\\\"工序1\\\",\\\"zt\\\":\\\"已完成\\\"},{\\\"gh\\\":\\\"PFTE56\\\",\\\"gjbm\\\":\\\"99CVB-1\\\",\\\"jgsj\\\":\\\"2021-03-2817:07\\\",\\\"dqgx\\\":\\\"工序3\\\",\\\"zt\\\":\\\"已完成\\\"},{\\\"gh\\\":\\\"ATJDS01\\\",\\\"gjbm\\\":\\\"TYIY-908\\\",\\\"jgsj\\\":\\\"2021-03-2817:07\\\",\\\"dqgx\\\":\\\"工序1\\\",\\\"zt\\\":\\\"已完成\\\"},{\\\"gh\\\":\\\"ATJDS01\\\",\\\"gjbm\\\":\\\"11CPER-44\\\",\\\"jgsj\\\":\\\"2021-03-2817:07\\\",\\\"dqgx\\\":\\\"工序2\\\",\\\"zt\\\":\\\"已完成\\\"},{\\\"gh\\\":\\\"PFTE56\\\",\\\"gjbm\\\":\\\"F56677\\\",\\\"jgsj\\\":\\\"2021-03-2817:07\\\",\\\"dqgx\\\":\\\"工序1\\\",\\\"zt\\\":\\\"已完成\\\"},{\\\"gh\\\":\\\"PFTE56\\\",\\\"gjbm\\\":\\\"99CVB-1\\\",\\\"jgsj\\\":\\\"2021-03-2817:07\\\",\\\"dqgx\\\":\\\"工序3\\\",\\\"zt\\\":\\\"已完成\\\"},{\\\"gh\\\":\\\"ATJDS01\\\",\\\"gjbm\\\":\\\"TYIY-908\\\",\\\"jgsj\\\":\\\"2021-03-2817:07\\\",\\\"dqgx\\\":\\\"工序1\\\",\\\"zt\\\":\\\"已完成\\\"},{\\\"gh\\\":\\\"ATJDS01\\\",\\\"gjbm\\\":\\\"11CPER-44\\\",\\\"jgsj\\\":\\\"2021-03-2817:07\\\",\\\"dqgx\\\":\\\"工序2\\\",\\\"zt\\\":\\\"已完成\\\"},{\\\"gh\\\":\\\"PFTE56\\\",\\\"gjbm\\\":\\\"F56677\\\",\\\"jgsj\\\":\\\"2021-03-2817:07\\\",\\\"dqgx\\\":\\\"工序1\\\",\\\"zt\\\":\\\"已完成\\\"},{\\\"gh\\\":\\\"PFTE56\\\",\\\"gjbm\\\":\\\"99CVB-1\\\",\\\"jgsj\\\":\\\"2021-03-2817:07\\\",\\\"dqgx\\\":\\\"工序3\\\",\\\"zt\\\":\\\"已完成\\\"}]\",\"drillData\":[],\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"paddingBottom\":90,\"dataSetId\":\"1522522034783920129\",\"fieldOption\":[{\"label\":\"工号\",\"text\":\"工号\",\"value\":\"gh\"},{\"label\":\"编码\",\"text\":\"编码\",\"value\":\"gjbm\"},{\"label\":\"完成时间\",\"text\":\"完成时间\",\"value\":\"jgsj\"},{\"label\":\"工序\",\"text\":\"工序\",\"value\":\"dqgx\"},{\"label\":\"状态\",\"text\":\"状态\",\"value\":\"zt\"}],\"dataSetType\":\"json\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"gh\",\"title\":\"工号\"},{\"izShow\":\"Y\",\"dataIndex\":\"gjbm\",\"title\":\"编码\"},{\"izShow\":\"Y\",\"dataIndex\":\"jgsj\",\"title\":\"完成时间\"},{\"izShow\":\"Y\",\"dataIndex\":\"dqgx\",\"title\":\"工序\"},{\"izShow\":\"Y\",\"dataIndex\":\"zt\",\"title\":\"状态\"}]}},\"child\":[]},{\"h\":42,\"index\":0,\"i\":\"6163f3c5-7cd3-471f-84df-b53603bc922f\",\"title\":\"计划生产\",\"horizontal\":false,\"component\":\"JCommonTable\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"59ce013b-526f-487a-816a-de2d87ce4b9d\",\"config\":{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"智能大数据\",\"h\":42,\"dataSetApi\":\"[{\\\"gh\\\":\\\"ACDFE_0045\\\",\\\"gjbm\\\":\\\"56-REE-4\\\",\\\"jh\\\":\\\"1\\\",\\\"dqgx\\\":\\\"工程\\\",\\\"zt\\\":\\\"未开始\\\"},{\\\"gh\\\":\\\"ACDFE_0045\\\",\\\"gjbm\\\":\\\"BB-1L-0004\\\",\\\"jh\\\":\\\"2\\\",\\\"dqgx\\\":\\\"工序\\\",\\\"zt\\\":\\\"未开始\\\"},{\\\"gh\\\":\\\"JFL5GZ1-01\\\",\\\"gjbm\\\":\\\"DB-F5GNT-1\\\",\\\"jh\\\":\\\"1\\\",\\\"dqgx\\\":\\\"工程\\\",\\\"zt\\\":\\\"未开始\\\"},{\\\"gh\\\":\\\"JFL5GZ1-01\\\",\\\"gjbm\\\":\\\"A5-0001\\\",\\\"jh\\\":\\\"1\\\",\\\"dqgx\\\":\\\"总装工序\\\",\\\"zt\\\":\\\"未开始\\\"},{\\\"gh\\\":\\\"ACDFE_0045\\\",\\\"gjbm\\\":\\\"56-REE-4\\\",\\\"jh\\\":\\\"1\\\",\\\"dqgx\\\":\\\"工程\\\",\\\"zt\\\":\\\"未开始\\\"},{\\\"gh\\\":\\\"ACDFE_0045\\\",\\\"gjbm\\\":\\\"BB-1L-0004\\\",\\\"jh\\\":\\\"2\\\",\\\"dqgx\\\":\\\"工序\\\",\\\"zt\\\":\\\"未开始\\\"},{\\\"gh\\\":\\\"JFL5GZ1-01\\\",\\\"gjbm\\\":\\\"DB-F5GNT-1\\\",\\\"jh\\\":\\\"1\\\",\\\"dqgx\\\":\\\"工程\\\",\\\"zt\\\":\\\"未开始\\\"},{\\\"gh\\\":\\\"JFL5GZ1-01\\\",\\\"gjbm\\\":\\\"A5-0001\\\",\\\"jh\\\":\\\"1\\\",\\\"dqgx\\\":\\\"总装工序\\\",\\\"zt\\\":\\\"未开始\\\"},{\\\"gh\\\":\\\"ACDFE_0045\\\",\\\"gjbm\\\":\\\"56-REE-4\\\",\\\"jh\\\":\\\"1\\\",\\\"dqgx\\\":\\\"工程\\\",\\\"zt\\\":\\\"未开始\\\"},{\\\"gh\\\":\\\"ACDFE_0045\\\",\\\"gjbm\\\":\\\"BB-1L-0004\\\",\\\"jh\\\":\\\"2\\\",\\\"dqgx\\\":\\\"工序\\\",\\\"zt\\\":\\\"未开始\\\"},{\\\"gh\\\":\\\"JFL5GZ1-01\\\",\\\"gjbm\\\":\\\"DB-F5GNT-1\\\",\\\"jh\\\":\\\"1\\\",\\\"dqgx\\\":\\\"工程\\\",\\\"zt\\\":\\\"未开始\\\"},{\\\"gh\\\":\\\"JFL5GZ1-01\\\",\\\"gjbm\\\":\\\"A5-0001\\\",\\\"jh\\\":\\\"1\\\",\\\"dqgx\\\":\\\"总装工序\\\",\\\"zt\\\":\\\"未开始\\\"}]\",\"drillData\":[],\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"paddingBottom\":90,\"dataSetId\":\"1522455203175997442\",\"fieldOption\":[{\"label\":\"工号\",\"text\":\"工号\",\"value\":\"gh\"},{\"label\":\"构件编号\",\"text\":\"构件编号\",\"value\":\"gjbm\"},{\"label\":\"序号\",\"text\":\"序号\",\"value\":\"jh\"},{\"label\":\"状态\",\"text\":\"状态\",\"value\":\"zt\"},{\"label\":\"当前工序\",\"text\":\"当前工序\",\"value\":\"dqgx\"}],\"dataSetType\":\"json\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"gh\",\"title\":\"工号\"},{\"izShow\":\"Y\",\"dataIndex\":\"gjbm\",\"title\":\"构件编号\"},{\"izShow\":\"N\",\"dataIndex\":\"jh\",\"title\":\"序号\"},{\"izShow\":\"Y\",\"dataIndex\":\"zt\",\"title\":\"状态\"},{\"izShow\":\"Y\",\"dataIndex\":\"dqgx\",\"title\":\"当前工序\"}]}},\"child\":[]}]}', 'admin', '2022-05-06 18:29:13', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522523873340301313', null, '1522451603569778690', null, 'JTabs', '{\"size\":{\"width\":621,\"height\":518},\"w\":12,\"h\":40,\"option\":{\"title\":\"选项卡\"},\"child\":[{\"h\":42,\"index\":0,\"i\":\"7b87441d-0f82-454a-80b9-6040dc1f8f5a\",\"title\":\"项目履约一览表\",\"horizontal\":false,\"component\":\"JCommonTable\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"f437ad36-afbd-475b-8402-e8be433022a2\",\"config\":{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"智能大数据_一览表\",\"h\":42,\"dataSetApi\":\"[{\\\"ddh\\\":\\\"A5CCU_2017...\\\",\\\"zcxm\\\":\\\"国际城0902\\\",\\\"zl\\\":\\\"2548\\\",\\\"jhrq\\\":\\\"2021-04-21\\\",\\\"scjd\\\":\\\"100%\\\"},{\\\"ddh\\\":\\\"A5CCU_2017...\\\",\\\"zcxm\\\":\\\"新城ERT\\\",\\\"zl\\\":\\\"27215\\\",\\\"jhrq\\\":\\\"2021-05-21\\\",\\\"scjd\\\":\\\"54%\\\"},{\\\"ddh\\\":\\\"A5CCU_2018...\\\",\\\"zcxm\\\":\\\"天桥TTY\\\",\\\"zl\\\":\\\"5423\\\",\\\"jhrq\\\":\\\"2021-12-21\\\",\\\"scjd\\\":\\\"100%\\\"},{\\\"ddh\\\":\\\"A5CCU_2018...\\\",\\\"zcxm\\\":\\\"国际中心地\\\",\\\"zl\\\":\\\"14427\\\",\\\"jhrq\\\":\\\"2021-12-21\\\",\\\"scjd\\\":\\\"88%\\\"},{\\\"ddh\\\":\\\"A5CCU_2019...\\\",\\\"zcxm\\\":\\\"新生广场\\\",\\\"zl\\\":\\\"2808\\\",\\\"jhrq\\\":\\\"2021-08-21\\\",\\\"scjd\\\":\\\"98%\\\"},{\\\"ddh\\\":\\\"A5CCU_2017...\\\",\\\"zcxm\\\":\\\"国际城0902\\\",\\\"zl\\\":\\\"2548\\\",\\\"jhrq\\\":\\\"2021-04-21\\\",\\\"scjd\\\":\\\"100%\\\"},{\\\"ddh\\\":\\\"A5CCU_2019...\\\",\\\"zcxm\\\":\\\"新生广场\\\",\\\"zl\\\":\\\"2808\\\",\\\"jhrq\\\":\\\"2021-08-21\\\",\\\"scjd\\\":\\\"98%\\\"},{\\\"ddh\\\":\\\"A5CCU_2017...\\\",\\\"zcxm\\\":\\\"新城ERT\\\",\\\"zl\\\":\\\"27215\\\",\\\"jhrq\\\":\\\"2021-05-21\\\",\\\"scjd\\\":\\\"54%\\\"}]\",\"drillData\":[],\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"paddingBottom\":90,\"dataSetId\":\"1522523544120991745\",\"fieldOption\":[{\"label\":\"订单号\",\"text\":\"订单号\",\"value\":\"ddh\"},{\"label\":\"在产项目\",\"text\":\"在产项目\",\"value\":\"zcxm\"},{\"label\":\"重量\",\"text\":\"重量\",\"value\":\"zl\"},{\"label\":\"交货日期\",\"text\":\"交货日期\",\"value\":\"jhrq\"},{\"label\":\"产量进度\",\"text\":\"产量进度\",\"value\":\"scjd\"}],\"dataSetType\":\"json\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"ddh\",\"title\":\"订单号\"},{\"izShow\":\"Y\",\"dataIndex\":\"zcxm\",\"title\":\"在产项目\"},{\"izShow\":\"Y\",\"dataIndex\":\"zl\",\"title\":\"重量\"},{\"izShow\":\"Y\",\"dataIndex\":\"jhrq\",\"title\":\"交货日期\"},{\"izShow\":\"Y\",\"dataIndex\":\"scjd\",\"title\":\"产量进度\"}]}},\"child\":[]}]}', 'admin', '2022-05-06 18:29:13', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522523873445158914', null, '1522451603569778690', null, 'JText', '{\"chartData\":\"本周产量\",\"size\":{\"width\":200,\"height\":56},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:29:13', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522523873529044994', null, '1522451603569778690', null, 'JText', '{\"chartData\":\"1234678\",\"size\":{\"width\":200,\"height\":56},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:29:13', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522523873621319682', null, '1522451603569778690', null, 'JText', '{\"chartData\":\"本月产量\",\"size\":{\"width\":200,\"height\":56},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:29:13', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522523873726177281', null, '1522451603569778690', null, 'JText', '{\"chartData\":\"87653908\",\"size\":{\"width\":200,\"height\":56},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:29:13', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524336454377473', null, '1522417428246568961', null, 'JImg', '{\"size\":{\"width\":43,\"height\":45},\"w\":10,\"dataType\":1,\"h\":20,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"url\":\"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524336693452802', null, '1522417428246568961', null, 'JText', '{\"chartData\":\"乡村振兴普惠金融服务平台\",\"size\":{\"width\":306,\"height\":78},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"fontSize\":23,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":11},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524336823476225', null, '1522417428246568961', null, 'JText', '{\"chartData\":\"农牧耕田(亩):12345\",\"size\":{\"width\":253,\"height\":45},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"fontSize\":14,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":13},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524336903168002', null, '1522417428246568961', null, 'JImg', '{\"size\":{\"width\":43,\"height\":45},\"w\":10,\"dataType\":1,\"h\":20,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"url\":\"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524336974471169', null, '1522417428246568961', null, 'JImg', '{\"size\":{\"width\":43,\"height\":45},\"w\":10,\"dataType\":1,\"h\":20,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"url\":\"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524337066745858', null, '1522417428246568961', null, 'JText', '{\"chartData\":\"农牧产量(斤):56789\",\"size\":{\"height\":50},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"fontSize\":14,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":11},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524337146437633', null, '1522417428246568961', null, 'JText', '{\"chartData\":\"综合产品:4567768\",\"size\":{\"height\":50},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"fontSize\":14,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":13},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524337251295233', null, '1522417428246568961', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"乡村振兴_表格\",\"h\":42,\"dataSetApi\":\"[{\\\"name\\\":\\\"数据\\\",\\\"sj\\\":\\\"1000\\\",\\\"type\\\":\\\"担保\\\",\\\"je\\\":\\\"50\\\",\\\"jg\\\":\\\"机构\\\",\\\"jl\\\":\\\"数据2\\\"},{\\\"name\\\":\\\"数据1\\\",\\\"sj\\\":\\\"1500\\\",\\\"type\\\":\\\"担保\\\",\\\"je\\\":\\\"100\\\",\\\"jg\\\":\\\"机构2\\\",\\\"jl\\\":\\\"李四\\\"},{\\\"name\\\":\\\"数据\\\",\\\"sj\\\":\\\"1000\\\",\\\"type\\\":\\\"担保\\\",\\\"je\\\":\\\"50\\\",\\\"jg\\\":\\\"机构\\\",\\\"jl\\\":\\\"数据2\\\"},{\\\"name\\\":\\\"数据1\\\",\\\"sj\\\":\\\"1500\\\",\\\"type\\\":\\\"担保\\\",\\\"je\\\":\\\"100\\\",\\\"jg\\\":\\\"机构2\\\",\\\"jl\\\":\\\"李四\\\"},{\\\"name\\\":\\\"数据\\\",\\\"sj\\\":\\\"1000\\\",\\\"type\\\":\\\"担保\\\",\\\"je\\\":\\\"50\\\",\\\"jg\\\":\\\"机构\\\",\\\"jl\\\":\\\"数据2\\\"},{\\\"name\\\":\\\"数据1\\\",\\\"sj\\\":\\\"1500\\\",\\\"type\\\":\\\"担保\\\",\\\"je\\\":\\\"100\\\",\\\"jg\\\":\\\"机构2\\\",\\\"jl\\\":\\\"李四\\\"},{\\\"name\\\":\\\"数据\\\",\\\"sj\\\":\\\"1000\\\",\\\"type\\\":\\\"担保\\\",\\\"je\\\":\\\"50\\\",\\\"jg\\\":\\\"机构\\\",\\\"jl\\\":\\\"数据2\\\"},{\\\"name\\\":\\\"数据1\\\",\\\"sj\\\":\\\"1500\\\",\\\"type\\\":\\\"担保\\\",\\\"je\\\":\\\"100\\\",\\\"jg\\\":\\\"机构2\\\",\\\"jl\\\":\\\"李四\\\"}]\",\"drillData\":[],\"timeOut\":0,\"chartData\":\"\",\"size\":{\"width\":726,\"height\":463},\"dataSetId\":\"1522422772532256770\",\"fieldOption\":[{\"label\":\"客户姓名\",\"text\":\"客户姓名\",\"value\":\"name\"},{\"label\":\"放款时间\",\"text\":\"放款时间\",\"value\":\"sj\"},{\"label\":\"担保方式\",\"text\":\"担保方式\",\"value\":\"type\"},{\"label\":\"放款金额\",\"text\":\"放款金额\",\"value\":\"je\"},{\"label\":\"法人机构\",\"text\":\"法人机构\",\"value\":\"jg\"},{\"label\":\"客户经理\",\"text\":\"客户经理\",\"value\":\"jl\"}],\"dataSetType\":\"json\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"name\",\"title\":\"客户姓名\"},{\"izShow\":\"Y\",\"dataIndex\":\"sj\",\"title\":\"放款时间\"},{\"izShow\":\"Y\",\"dataIndex\":\"type\",\"title\":\"担保方式\"},{\"izShow\":\"Y\",\"dataIndex\":\"je\",\"title\":\"放款金额\"},{\"izShow\":\"Y\",\"dataIndex\":\"jg\",\"title\":\"法人机构\"},{\"izShow\":\"Y\",\"dataIndex\":\"jl\",\"title\":\"客户经理\"}]}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524337356152834', null, '1522417428246568961', null, 'JLine', '{\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"梨\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"葡萄\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"山楂\\\"}]\",\"size\":{\"width\":516,\"height\":309},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":61,\"show\":false,\"right\":62},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"text\":\"五年产业变化趋势\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524337461010433', null, '1522417428246568961', null, 'JBar', '{\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"大豆\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小麦\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"果蔬\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":516,\"height\":298},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"left\":66,\"bottom\":65,\"show\":false,\"right\":1},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"农产品排名\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524337565868034', null, '1522417428246568961', null, 'JPie', '{\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"蔬菜\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"果物\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"粮食\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"养殖\\\"}]\",\"size\":{\"width\":516,\"height\":254},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"innerRadius\":50,\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"农业占比\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524337670725634', null, '1522417428246568961', null, 'JText', '{\"chartData\":\"综合收入:678904\",\"size\":{\"height\":50},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"fontSize\":14,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":11},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524337742028802', null, '1522417428246568961', null, 'JImg', '{\"size\":{\"width\":43,\"height\":45},\"w\":10,\"dataType\":1,\"h\":20,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"url\":\"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524337813331969', null, '1522417428246568961', null, 'JImg', '{\"size\":{\"width\":43,\"height\":45},\"w\":10,\"dataType\":1,\"h\":20,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"url\":\"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524337884635138', null, '1522417428246568961', null, 'JText', '{\"chartData\":\"农牧产量(斤):56789\",\"size\":{\"height\":50},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"fontSize\":14,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":11},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524337951744001', null, '1522417428246568961', null, 'JText', '{\"chartData\":\"农牧产量(斤):56789\",\"size\":{\"height\":50},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"fontSize\":14,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":11},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524338023047170', null, '1522417428246568961', null, 'JImg', '{\"size\":{\"width\":43,\"height\":45},\"w\":10,\"dataType\":1,\"h\":20,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"url\":\"https://jeecgos.oss-cn-beijing.aliyuncs.com/bigscreen/images/8830d68590e34dfdadd8ca0845763fd4.jpg\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1522524338094350337', null, '1522417428246568961', null, 'JFunnel', '{\"chartData\":\"[{\\\"value\\\":335,\\\"name\\\":\\\"果蔬\\\"},{\\\"value\\\":310,\\\"name\\\":\\\"粮食\\\"},{\\\"value\\\":234,\\\"name\\\":\\\"养殖\\\"}]\",\"size\":{\"width\":411,\"height\":408},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/funnel\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"legend\":{\"orient\":\"horizontal\",\"show\":false},\"series\":[{\"left\":\"10%\",\"gap\":2,\"name\":\"Funnel\",\"width\":\"80%\",\"emphasis\":{\"label\":{\"fontSize\":20}},\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"descending\",\"label\":{\"show\":true,\"position\":\"inside\"},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\"}],\"tooltip\":{\"formatter\":\"{a}
{b}:{c}%\",\"trigger\":\"item\"},\"title\":{\"show\":true,\"text\":\"农产品收入排行\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-06 18:31:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1523906947722629122', null, '1522121177760280578', null, 'JText', '{\"chartData\":\"医院综合数据统计\",\"size\":{\"width\":607,\"height\":78},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"fontSize\":25,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":216},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-10 14:05:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1523906947861041153', null, '1522121177760280578', null, 'JStackBar', '{\"chartData\":\"[{\\\"name\\\":\\\"内科\\\",\\\"value\\\":10079,\\\"type\\\":\\\"床位\\\"},{\\\"name\\\":\\\"外科\\\",\\\"value\\\":34879,\\\"type\\\":\\\"床位\\\"},{\\\"name\\\":\\\"儿科\\\",\\\"value\\\":20879,\\\"type\\\":\\\"床位\\\"},{\\\"name\\\":\\\"骨科\\\",\\\"value\\\":5879,\\\"type\\\":\\\"床位\\\"},{\\\"name\\\":\\\"放射科\\\",\\\"value\\\":3479,\\\"type\\\":\\\"床位\\\"},{\\\"name\\\":\\\"内科\\\",\\\"value\\\":1879,\\\"type\\\":\\\"接诊\\\"},{\\\"name\\\":\\\"外科\\\",\\\"value\\\":3879,\\\"type\\\":\\\"接诊\\\"},{\\\"name\\\":\\\"儿科\\\",\\\"value\\\":2309,\\\"type\\\":\\\"接诊\\\"},{\\\"name\\\":\\\"放射科\\\",\\\"value\\\":5409,\\\"type\\\":\\\"接诊\\\"},{\\\"name\\\":\\\"骨科\\\",\\\"value\\\":3479,\\\"type\\\":\\\"接诊\\\"}]\",\"size\":{\"width\":539,\"height\":397},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"category\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"bottom\":115},\"series\":[],\"legend\":{\"r\":4,\"t\":1},\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"机构情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-10 14:05:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1523906947932344321', null, '1522121177760280578', null, 'JArea', '{\"chartData\":\"[{\\\"value\\\":300,\\\"name\\\":\\\"2010\\\"},{\\\"value\\\":605,\\\"name\\\":\\\"2011\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"2012\\\"},{\\\"value\\\":700,\\\"name\\\":\\\"2013\\\"},{\\\"value\\\":1048,\\\"name\\\":\\\"2014\\\"}]\",\"size\":{\"width\":470,\"height\":265},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"name\":\"床位数\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"data\":[],\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"name\":\"年份\",\"boundaryGap\":false,\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"left\":46,\"bottom\":46,\"right\":25},\"series\":[{\"areaStyle\":{},\"data\":[],\"type\":\"line\"}],\"title\":{\"show\":true,\"text\":\"床位总数\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-10 14:05:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1523906948037201921', null, '1522121177760280578', null, 'JBar', '{\"chartData\":\"[{\\\"name\\\":\\\"教授\\\",\\\"value\\\":123},{\\\"name\\\":\\\"博士\\\",\\\"value\\\":98},{\\\"name\\\":\\\"硕士\\\",\\\"value\\\":75},{\\\"name\\\":\\\"本科\\\",\\\"value\\\":66}]\",\"size\":{\"width\":539,\"height\":309},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"},\"interval\":2},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":1,\"left\":38,\"bottom\":70,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"top\":1,\"show\":false,\"text\":\"\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-10 14:05:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1523906948108505089', null, '1522121177760280578', null, 'JColorGauge', '{\"chartData\":\"[{\\\"name\\\":\\\"满意度\\\",\\\"value\\\":95,\\\"unit\\\":\\\"%\\\"}]\",\"size\":{\"width\":264,\"height\":287},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"名称\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/gauge\",\"timeOut\":0,\"option\":{\"series\":[{\"axisLabel\":{\"show\":true,\"fontSize\":12},\"pointer\":{\"width\":8},\"axisLine\":{\"lineStyle\":{\"color\":[[0.25,\"#FF6E76\"],[0.5,\"#FDDD60\"],[1,\"#58D9F9\"]],\"width\":10}},\"anchor\":{\"itemStyle\":{\"color\":\"#FAC858\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\",\"width\":4},\"length\":12},\"axisTick\":{\"lineStyle\":{\"color\":\"#EEEEEE\"},\"show\":true},\"title\":{\"fontSize\":14}}],\"tooltip\":{\"formatter\":\"{a}
{b}:{c}%\"},\"title\":{\"top\":1,\"show\":false,\"text\":\"多色仪表盘\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2022-05-10 14:05:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1523906948179808258', null, '1522121177760280578', null, 'JColorGauge', '{\"chartData\":\"[{\\\"name\\\":\\\"投诉率\\\",\\\"value\\\":4,\\\"unit\\\":\\\"%\\\"}]\",\"size\":{\"width\":264,\"height\":287},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"名称\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/gauge\",\"timeOut\":0,\"option\":{\"series\":[{\"axisLabel\":{\"show\":true,\"fontSize\":12},\"pointer\":{\"width\":8},\"axisLine\":{\"lineStyle\":{\"color\":[[0.25,\"#FF6E76\"],[0.5,\"#FDDD60\"],[1,\"#58D9F9\"]],\"width\":10}},\"anchor\":{\"itemStyle\":{\"color\":\"#FAC858\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"#EEEEEE\",\"width\":4},\"length\":12},\"axisTick\":{\"lineStyle\":{\"color\":\"#EEEEEE\"},\"show\":true},\"title\":{\"fontSize\":14}}],\"tooltip\":{\"formatter\":\"{a}
{b}:{c}%\"},\"title\":{\"show\":false,\"text\":\"多色仪表盘\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-10 14:05:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1523906948246917122', null, '1522121177760280578', null, 'JPie', '{\"chartData\":\"[{\\\"name\\\":\\\"核磁共振\\\",\\\"value\\\":1000879},{\\\"name\\\":\\\"呼吸机\\\",\\\"value\\\":3400879},{\\\"name\\\":\\\"CT\\\",\\\"value\\\":2300879},{\\\"name\\\":\\\"彩超\\\",\\\"value\\\":5400879},{\\\"name\\\":\\\"3D打印\\\",\\\"value\\\":3000}]\",\"size\":{\"width\":470,\"height\":342},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"isRose\":true,\"grid\":{\"top\":47,\"bottom\":115,\"show\":false},\"legend\":{\"r\":7,\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"innerRadius\":50,\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"设备情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-10 14:05:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1523906948351774722', null, '1522121177760280578', null, 'JLine', '{\"chartData\":\"[{\\\"name\\\":\\\"1月\\\",\\\"value\\\":2,\\\"series\\\":\\\"医师\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":4.9,\\\"series\\\":\\\"医师\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":7,\\\"series\\\":\\\"医师\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":23.2,\\\"series\\\":\\\"医师\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":25.6,\\\"series\\\":\\\"医师\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":76.7,\\\"series\\\":\\\"医师\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"7月\\\",\\\"value\\\":135.6,\\\"series\\\":\\\"医师\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"8月\\\",\\\"value\\\":162.2,\\\"series\\\":\\\"医师\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"9月\\\",\\\"value\\\":32.6,\\\"series\\\":\\\"医师\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"10月\\\",\\\"value\\\":20,\\\"series\\\":\\\"医师\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"11月\\\",\\\"value\\\":6.4,\\\"series\\\":\\\"医师\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"12月\\\",\\\"value\\\":3.3,\\\"series\\\":\\\"医师\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"1月\\\",\\\"value\\\":2.6,\\\"series\\\":\\\"护士\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":5.9,\\\"series\\\":\\\"护士\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":9,\\\"series\\\":\\\"护士\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":26.4,\\\"series\\\":\\\"护士\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":28.7,\\\"series\\\":\\\"护士\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":70.7,\\\"series\\\":\\\"护士\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"7月\\\",\\\"value\\\":175.6,\\\"series\\\":\\\"护士\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"8月\\\",\\\"value\\\":182.2,\\\"series\\\":\\\"护士\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"9月\\\",\\\"value\\\":48.7,\\\"series\\\":\\\"护士\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"10月\\\",\\\"value\\\":18.8,\\\"series\\\":\\\"护士\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"11月\\\",\\\"value\\\":6,\\\"series\\\":\\\"护士\\\",\\\"type\\\":\\\"bar\\\"},{\\\"name\\\":\\\"12月\\\",\\\"value\\\":2.3,\\\"series\\\":\\\"护士\\\",\\\"type\\\":\\\"bar\\\"}]\",\"size\":{\"width\":470,\"height\":375},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"name\":\"人数\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"name\":\"月份\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"left\":33,\"bottom\":87,\"show\":false,\"right\":53},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"text\":\"人员总数\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-10 14:05:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1523906948423077889', null, '1522121177760280578', null, 'JRing', '{\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"消炎药\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"感冒药\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"皮肤类药物\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"外科用药\\\"}]\",\"size\":{\"width\":607,\"height\":364},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"show\":true,\"text\":\"科室用药\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-10 14:05:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1523906948490186754', null, '1522121177760280578', null, 'JFunnel', '{\"chartData\":\"[{\\\"value\\\":25,\\\"name\\\":\\\"特级护士\\\"},{\\\"value\\\":310,\\\"name\\\":\\\"住院总医师\\\"},{\\\"value\\\":234,\\\"name\\\":\\\"护士\\\"},{\\\"name\\\":\\\"主任\\\",\\\"value\\\":50}]\",\"size\":{\"width\":607,\"height\":364},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/funnel\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"legend\":{\"orient\":\"horizontal\"},\"series\":[{\"left\":\"10%\",\"gap\":2,\"name\":\"Funnel\",\"width\":\"80%\",\"emphasis\":{\"label\":{\"fontSize\":20}},\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"descending\",\"label\":{\"show\":true,\"position\":\"inside\"},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\"}],\"tooltip\":{\"formatter\":\"{a}
{b}:{c}%\",\"trigger\":\"item\"},\"title\":{\"show\":true,\"text\":\"基础漏斗图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-10 14:05:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1523906948561489921', null, '1522121177760280578', null, 'JGrowCard', '{\"chartData\":\"[ { \\\"title\\\": \\\"床位数\\\", \\\"icon\\\": \\\"\\\", \\\"value\\\": 258, \\\"prefix\\\": \\\"\\\", \\\"color\\\": \\\"green\\\", \\\"action\\\": \\\"\\\" }, { \\\"title\\\": \\\"人员数\\\", \\\"icon\\\": \\\"\\\", \\\"value\\\": 1120, \\\"total\\\": \\\"\\\", \\\"prefix\\\": \\\"\\\", \\\"color\\\": \\\"blue\\\", \\\"action\\\": \\\"\\\" }, { \\\"title\\\": \\\"百万设置\\\", \\\"icon\\\": \\\"\\\", \\\"value\\\": 870, \\\"prefix\\\": \\\"\\\", \\\"total\\\": \\\"\\\", \\\"color\\\": \\\"orange\\\", \\\"action\\\": \\\"\\\" }]\",\"size\":{\"width\":607,\"height\":166},\"w\":12,\"dataType\":1,\"h\":19,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":20},\"body\":{\"horizontal\":8,\"vertical\":8,\"span\":8},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"统计卡片\"}}}', 'admin', '2022-05-10 14:05:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524656729709641730', null, '1522823348231397378', null, 'JForm', '{\"size\":{\"height\":120},\"w\":24,\"dataType\":2,\"h\":12,\"linkageConfig\":[{\"linkageId\":\"491fc4c0-782c-49ac-838c-ae7003abece2\",\"linkage\":[{\"source\":\"name\",\"target\":\"name\"},{\"source\":\"sex\",\"target\":\"sex\"}]}],\"timeOut\":-1,\"option\":{\"fields\":[{\"fieldName\":\"sex\",\"dictCode\":\"sex\",\"fieldTxt\":\"性别\",\"defaultValue\":\"1\",\"searchMode\":\"\",\"action\":\"\",\"id\":\"row57227ae2-04d1-4306-8878-314e099cd5ac\",\"izSearch\":\"1\",\"widgetType\":\"select\"}]}}', 'admin', '2022-05-12 15:44:26', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524656729776750593', null, '1522823348231397378', null, 'JCommonTable', '{\"paramOption\":[{\"defaultVal\":\"1\",\"label\":\"sex\",\"text\":\"sex\",\"value\":\"sex\"}],\"dataType\":2,\"dataSetName\":\"示例_数据表格\",\"query\":[],\"h\":42,\"dataSetApi\":\"select*fromdemowheresex=\'${sex}\'\",\"drillData\":[],\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"height\":420},\"dataSetId\":\"1522824721899511810\",\"fieldOption\":[{\"label\":\"姓名\",\"text\":\"姓名\",\"value\":\"name\"},{\"label\":\"打卡时间\",\"text\":\"打卡时间\",\"value\":\"punch_time\"},{\"label\":\"工资\",\"text\":\"工资\",\"value\":\"salary_money\"},{\"label\":\"奖金\",\"text\":\"奖金\",\"value\":\"bonus_money\"},{\"label\":\"性别\",\"text\":\"性别\",\"value\":\"sex\"},{\"label\":\"年龄\",\"text\":\"年龄\",\"value\":\"age\"},{\"label\":\"生日\",\"text\":\"生日\",\"value\":\"birthday\"},{\"label\":\"邮箱\",\"text\":\"邮箱\",\"value\":\"email\"},{\"label\":\"个人简介\",\"text\":\"个人简介\",\"value\":\"content\"}],\"dataSetType\":\"sql\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"name\",\"title\":\"姓名\"},{\"izShow\":\"Y\",\"dataIndex\":\"punch_time\",\"title\":\"打卡时间\"},{\"izShow\":\"Y\",\"dataIndex\":\"salary_money\",\"title\":\"工资\"},{\"izShow\":\"Y\",\"dataIndex\":\"bonus_money\",\"title\":\"奖金\"},{\"izShow\":\"Y\",\"dataIndex\":\"sex\",\"title\":\"性别\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"age\",\"title\":\"年龄\"},{\"izShow\":\"Y\",\"dataIndex\":\"birthday\",\"title\":\"生日\"},{\"izShow\":\"Y\",\"dataIndex\":\"email\",\"title\":\"邮箱\"},{\"izShow\":\"Y\",\"dataIndex\":\"content\",\"title\":\"个人简介\"}]}}', 'admin', '2022-05-12 15:44:26', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661142020980737', null, '1522172834409885698', null, 'JText', '{\"chartData\":\"智慧社区内网比对平台\",\"size\":{\"width\":676,\"height\":67},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"fontSize\":25,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":188},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661142121644034', null, '1522172834409885698', null, 'JText', '{\"chartData\":\"当前对比数据\",\"size\":{\"width\":470,\"height\":56},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#182FC7\",\"fontSize\":15,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":50},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661142226501634', null, '1522172834409885698', null, 'JText', '{\"chartData\":\"256321\",\"size\":{\"width\":470,\"height\":56},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":60},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661142331359233', null, '1522172834409885698', null, 'JText', '{\"chartData\":\"违法犯罪人员分析\",\"size\":{\"width\":470,\"height\":45},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661142436216833', null, '1522172834409885698', null, 'JPie', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"智慧社区_违法犯罪人员分析\",\"dataSetApi\":\"http://api.jeecg.com/mock/51/Illegal\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":470,\"height\":386},\"dataSetId\":\"1522181219549196289\",\"fieldOption\":[{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"r\":7,\"orient\":\"horizontal\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"innerRadius\":50,\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":false,\"text\":\"基础饼图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661142541074433', null, '1522172834409885698', null, 'JText', '{\"chartData\":\"人口出入记录\",\"size\":{\"width\":470,\"height\":56},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661142645932033', null, '1522172834409885698', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"智慧社区_人员出入记录\",\"h\":42,\"dataSetApi\":\"http://api.jeecg.com/mock/51/ace\",\"drillData\":[],\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":470,\"height\":463},\"dataSetId\":\"1522182473872584705\",\"fieldOption\":[{\"label\":\"姓名\",\"text\":\"姓名\",\"value\":\"name\"},{\"label\":\"类型\",\"text\":\"类型\",\"value\":\"type\"},{\"label\":\"开门方式\",\"text\":\"开门方式\",\"value\":\"mode\"},{\"label\":\"日期\",\"text\":\"日期\",\"value\":\"date\"}],\"dataSetType\":\"api\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"name\",\"title\":\"姓名\"},{\"izShow\":\"Y\",\"dataIndex\":\"type\",\"title\":\"类型\"},{\"izShow\":\"Y\",\"dataIndex\":\"mode\",\"title\":\"开门方式\"},{\"izShow\":\"Y\",\"dataIndex\":\"date\",\"title\":\"日期\"}]}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661142750789634', null, '1522172834409885698', null, 'JText', '{\"chartData\":\"JeecgBoot面板设计\",\"size\":{\"width\":470,\"height\":45},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661142855647234', null, '1522172834409885698', null, 'JText', '{\"chartData\":\"JeecgBoot面板设计\",\"size\":{\"width\":470,\"height\":45},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661142960504833', null, '1522172834409885698', null, 'JText', '{\"chartData\":\"JeecgBoot面板设计\",\"size\":{\"width\":470,\"height\":45},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661143065362433', null, '1522172834409885698', null, 'JLine', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"智慧社区_时间分部\",\"dataSetApi\":\"[{\\\"name\\\":\\\"6:00-9:00\\\",\\\"value\\\":800},{\\\"name\\\":\\\"10:00-12:00\\\",\\\"value\\\":300},{\\\"name\\\":\\\"13:00-15:00\\\",\\\"value\\\":500},{\\\"name\\\":\\\"16:00-20:00\\\",\\\"value\\\":800},{\\\"name\\\":\\\"21:00-24:00\\\",\\\"value\\\":600}]\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":470,\"height\":298},\"dataSetId\":\"1522187101267832833\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"json\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"text\":\"时间分部\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661143170220033', null, '1522172834409885698', null, 'JBar', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"智慧社区_地区分部\",\"dataSetApi\":\"http://api.jeecg.com/mock/51/region\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":470,\"height\":309},\"dataSetId\":\"1522185936018878466\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"地域分部\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661143275077633', null, '1522172834409885698', null, 'JRing', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"智慧社区_年龄分部\",\"dataSetApi\":\"http://api.jeecg.com/mock/51/age\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":470,\"height\":320},\"dataSetId\":\"1522184215045615618\",\"fieldOption\":[{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"show\":false,\"text\":\"年龄分部\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661143379935234', null, '1522172834409885698', null, 'JGauge', '{\"chartData\":\"[{\\\"min\\\":1,\\\"max\\\":10,\\\"label\\\":\\\"名称\\\",\\\"value\\\":10,\\\"unit\\\":\\\"%\\\"}]\",\"size\":{\"width\":516,\"height\":320},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"名称\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/gauge\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"series\":[{\"axisLabel\":{\"show\":true,\"fontSize\":12},\"data\":[],\"splitLine\":{\"lineStyle\":{\"color\":\"#eee\",\"width\":4},\"length\":12},\"axisTick\":{\"lineStyle\":{\"color\":\"#eee\"},\"show\":true},\"progress\":{\"show\":true},\"detail\":{\"formatter\":\"{value}\",\"fontSize\":25},\"type\":\"gauge\"}],\"tooltip\":{\"formatter\":\"{a}
{b}:{c}%\"},\"title\":{\"text\":\"环比\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661143518347265', null, '1522172834409885698', null, 'JColorGauge', '{\"chartData\":\"[{\\\"name\\\":\\\"降低率\\\",\\\"value\\\":4,\\\"unit\\\":\\\"%\\\"}]\",\"size\":{\"width\":516,\"height\":331},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"名称\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/gauge\",\"timeOut\":0,\"option\":{\"series\":[{\"axisLabel\":{\"show\":true,\"fontSize\":12},\"pointer\":{\"width\":8},\"axisLine\":{\"lineStyle\":{\"color\":[[0.25,\"#FF6E76\"],[0.5,\"#FDDD60\"],[1,\"#58D9F9\"]],\"width\":10}},\"anchor\":{\"itemStyle\":{\"color\":\"#FAC858\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"#eee\",\"width\":4},\"length\":12},\"axisTick\":{\"lineStyle\":{\"color\":\"#eee\"},\"show\":true},\"title\":{\"fontSize\":14}}],\"tooltip\":{\"formatter\":\"{a}
{b}:{c}%\"},\"title\":{\"text\":\"同比\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524661143660953602', null, '1522172834409885698', null, 'JStackBar', '{\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Bor\\\"}]\",\"size\":{\"width\":676,\"height\":364},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"年份分部\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-05-12 16:01:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524663379220791297', null, '1517018517935783937', null, 'JTabs', '{\"size\":{\"width\":1650,\"height\":606},\"w\":12,\"h\":40,\"option\":{\"title\":\"选项卡\"},\"child\":[{\"component\":\"JPie\",\"w\":12,\"x\":0,\"h\":42,\"i\":\"68ebef80-9ded-4168-8d89-19ec64bc21d9\",\"title\":\"饼图\",\"config\":{\"dataMapping\":[{\"mapping\":\"nature\",\"filed\":\"维度\"},{\"mapping\":\"total\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"项目性质收入统计SQL\",\"query\":[],\"dataSetApi\":\"SELECT\\tid,\\tnature,\\tinsurance_fee,\\trisk_consulting_fee,\\tevaluation_fee,\\tinsurance_evaluation_fee,\\tbidding_consulting_fee,\\tinterol_consulting_fee,\\t(\\t\\tinsurance_fee+\\t\\trisk_consulting_fee+\\t\\trisk_consulting_fee+\\t\\tevaluation_fee+\\t\\tinsurance_evaluation_fee+\\t\\tbidding_consulting_fee+\\t\\tinterol_consulting_fee\\t)AS\'total\'FROM\\tjeecg_project_nature_income\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1517020649262972930\",\"fieldOption\":[{\"label\":\"项目性质\",\"text\":\"项目性质\",\"value\":\"nature\"},{\"label\":\"保险经纪佣金费\",\"text\":\"保险经纪佣金费\",\"value\":\"insurance_fee\"},{\"label\":\"风险咨询费\",\"text\":\"风险咨询费\",\"value\":\"risk_consulting_fee\"},{\"label\":\"承保公估评估费\",\"text\":\"承保公估评估费\",\"value\":\"evaluation_fee\"},{\"label\":\"保险公估费\",\"text\":\"保险公估费\",\"value\":\"insurance_evaluation_fee\"},{\"label\":\"投标咨询费\",\"text\":\"投标咨询费\",\"value\":\"bidding_consulting_fee\"},{\"label\":\"内控咨询费\",\"text\":\"内控咨询费\",\"value\":\"interol_consulting_fee\"},{\"label\":\"total\",\"text\":\"total\",\"value\":\"total\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"基础饼图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}},{\"horizontal\":false,\"component\":\"JBar\",\"size\":10,\"w\":12,\"x\":0,\"h\":42,\"i\":\"305bdc5d-37d6-42a4-baf3-a7a1f27b6bfb\",\"text\":\"0.042\",\"id\":\"0b42743d-492f-467b-bfaf-0769110749ab\",\"title\":\"柱形图\",\"config\":{\"dataMapping\":[{\"mapping\":\"nature\",\"filed\":\"维度\"},{\"mapping\":\"total\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"项目性质收入统计SQL\",\"query\":[],\"dataSetApi\":\"SELECT\\tid,\\tnature,\\tinsurance_fee,\\trisk_consulting_fee,\\tevaluation_fee,\\tinsurance_evaluation_fee,\\tbidding_consulting_fee,\\tinterol_consulting_fee,\\t(\\t\\tinsurance_fee+\\t\\trisk_consulting_fee+\\t\\trisk_consulting_fee+\\t\\tevaluation_fee+\\t\\tinsurance_evaluation_fee+\\t\\tbidding_consulting_fee+\\t\\tinterol_consulting_fee\\t)AS\'total\'FROM\\tjeecg_project_nature_income\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1517020649262972930\",\"fieldOption\":[{\"label\":\"项目性质\",\"text\":\"项目性质\",\"value\":\"nature\"},{\"label\":\"保险经纪佣金费\",\"text\":\"保险经纪佣金费\",\"value\":\"insurance_fee\"},{\"label\":\"风险咨询费\",\"text\":\"风险咨询费\",\"value\":\"risk_consulting_fee\"},{\"label\":\"承保公估评估费\",\"text\":\"承保公估评估费\",\"value\":\"evaluation_fee\"},{\"label\":\"保险公估费\",\"text\":\"保险公估费\",\"value\":\"insurance_evaluation_fee\"},{\"label\":\"投标咨询费\",\"text\":\"投标咨询费\",\"value\":\"bidding_consulting_fee\"},{\"label\":\"内控咨询费\",\"text\":\"内控咨询费\",\"value\":\"interol_consulting_fee\"},{\"label\":\"total\",\"text\":\"total\",\"value\":\"total\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}},\"child\":[]}]}', 'admin', '2022-05-12 16:10:51', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1524663379359203329', null, '1517018517935783937', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"项目性质收入统计SQL\",\"query\":[],\"h\":42,\"dataSetApi\":\"SELECT\\tid,\\tnature,\\tinsurance_fee,\\trisk_consulting_fee,\\tevaluation_fee,\\tinsurance_evaluation_fee,\\tbidding_consulting_fee,\\tinterol_consulting_fee,\\t(\\t\\tinsurance_fee+\\t\\trisk_consulting_fee+\\t\\trisk_consulting_fee+\\t\\tevaluation_fee+\\t\\tinsurance_evaluation_fee+\\t\\tbidding_consulting_fee+\\t\\tinterol_consulting_fee\\t)AS\'total\'FROM\\tjeecg_project_nature_income\",\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":1636,\"height\":518},\"dataSetId\":\"1517020649262972930\",\"fieldOption\":[{\"label\":\"项目性质\",\"text\":\"项目性质\",\"value\":\"nature\"},{\"label\":\"保险经纪佣金费\",\"text\":\"保险经纪佣金费\",\"value\":\"insurance_fee\"},{\"label\":\"风险咨询费\",\"text\":\"风险咨询费\",\"value\":\"risk_consulting_fee\"},{\"label\":\"承保公估评估费\",\"text\":\"承保公估评估费\",\"value\":\"evaluation_fee\"},{\"label\":\"保险公估费\",\"text\":\"保险公估费\",\"value\":\"insurance_evaluation_fee\"},{\"label\":\"投标咨询费\",\"text\":\"投标咨询费\",\"value\":\"bidding_consulting_fee\"},{\"label\":\"内控咨询费\",\"text\":\"内控咨询费\",\"value\":\"interol_consulting_fee\"},{\"label\":\"total\",\"text\":\"total\",\"value\":\"total\"}],\"dataSetType\":\"sql\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"columns\":[{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"nature\",\"title\":\"项目性质\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"insurance_fee\",\"title\":\"保险经纪佣金费\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"risk_consulting_fee\",\"title\":\"风险咨询费\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"evaluation_fee\",\"title\":\"承保公估评估费\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"insurance_evaluation_fee\",\"title\":\"保险公估费\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"bidding_consulting_fee\",\"title\":\"投标咨询费\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"interol_consulting_fee\",\"title\":\"内控咨询费\"},{\"izTotal\":\"N\",\"izShow\":\"N\",\"dataIndex\":\"total\",\"title\":\"total\"}]}}', 'admin', '2022-05-12 16:10:51', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526476125109231618', null, '1504364941187043329', null, 'eoa-cms-banner', '{\"size\":{\"width\":1636,\"height\":364}}', 'jeecg', '2022-05-17 16:14:03', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526476125247643650', null, '1504364941187043329', null, 'eoa-cms-news-info', '{\"size\":{\"width\":1087,\"height\":683}}', 'jeecg', '2022-05-17 16:14:03', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526476125352501250', null, '1504364941187043329', null, 'eoa-cms-user-notice', '{\"size\":{\"width\":539,\"height\":408}}', 'jeecg', '2022-05-17 16:14:03', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526476125457358849', null, '1504364941187043329', null, 'eoa-cms-rule-info', '{\"size\":{\"width\":607,\"height\":474}}', 'jeecg', '2022-05-17 16:14:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526476125562216450', null, '1504364941187043329', null, 'eoa-cms-sign-news', '{\"size\":{\"width\":470,\"height\":474}}', 'jeecg', '2022-05-17 16:14:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526476125667074049', null, '1504364941187043329', null, 'eoa-cms-plan', '{\"size\":{\"width\":539,\"height\":529}}', 'jeecg', '2022-05-17 16:14:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526476125771931649', null, '1504364941187043329', null, 'eoa-cms-link', '{\"size\":{\"width\":539,\"height\":210}}', 'jeecg', '2022-05-17 16:14:04', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526478613069701121', null, '1504359493847306242', null, 'eoa-cms-apply-process', '{\"size\":{\"width\":1087,\"height\":463}}', 'jeecg', '2022-05-17 16:23:57', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526478613174558721', null, '1504359493847306242', null, 'eoa-cms-comm-use', '{\"size\":{\"width\":1636,\"height\":155}}', 'jeecg', '2022-05-17 16:23:57', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526478613275222017', null, '1504359493847306242', null, 'eoa-cms-process-notice', '{\"size\":{\"width\":539,\"height\":474}}', 'jeecg', '2022-05-17 16:23:57', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526478613384273922', null, '1504359493847306242', null, 'eoa-cms-my-process', '{\"size\":{\"width\":1087,\"height\":474}}', 'jeecg', '2022-05-17 16:23:57', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526478613489131521', null, '1504359493847306242', null, 'eoa-cms-user-notice', '{\"size\":{\"width\":539,\"height\":463}}', 'jeecg', '2022-05-17 16:23:57', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526478613593989121', null, '1504359493847306242', null, 'eoa-cms-process-chart', '{\"size\":{\"width\":1087,\"height\":386}}', 'jeecg', '2022-05-17 16:23:57', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526478613694652418', null, '1504359493847306242', null, 'eoa-cms-process-type', '{\"size\":{\"width\":539,\"height\":386}}', 'jeecg', '2022-05-17 16:23:57', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526478613803704322', null, '1504359493847306242', null, 'eoa-cms-email', '{\"size\":{\"width\":1087,\"height\":518}}', 'jeecg', '2022-05-17 16:23:57', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526478613904367618', null, '1504359493847306242', null, 'eoa-cms-plan', '{\"size\":{\"width\":539,\"height\":518}}', 'jeecg', '2022-05-17 16:23:57', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526496110877696002', null, '1522835471967772673', null, 'JBar', '{\"dataMapping\":[{\"mapping\":\"username\",\"filed\":\"维度\"},{\"mapping\":\"sex\",\"filed\":\"数值\"}],\"paramOption\":[{\"defaultVal\":\"2011-01-01\",\"label\":\"createTime_begin\",\"text\":\"createTime_begin\",\"value\":\"createTime_begin\"},{\"defaultVal\":\"2022-12-31\",\"label\":\"createTime_end\",\"text\":\"createTime_end\",\"value\":\"createTime_end\"}],\"dataType\":2,\"dataSetName\":\"示例_日期范围查询\",\"query\":[],\"dataSetApi\":\"select * from sys_user where create_time >= \'${createTime_begin}\' and create_time <=\'${createTime_end}\'\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1522853857095376898\",\"fieldOption\":[{\"label\":\"username\",\"text\":\"username\",\"value\":\"username\"},{\"label\":\"realname\",\"text\":\"realname\",\"value\":\"realname\"},{\"label\":\"sex\",\"text\":\"sex\",\"value\":\"sex\"},{\"label\":\"create_time\",\"text\":\"create_time\",\"value\":\"create_time\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"表单日期范围查询\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', null, '2022-05-17 17:33:28', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526496110948999169', null, '1522835471967772673', null, 'JBar', '{\"dataMapping\":[{\"mapping\":\"username\",\"filed\":\"维度\"},{\"mapping\":\"sex\",\"filed\":\"数值\"}],\"paramOption\":[{\"defaultVal\":\"2011-01-01\",\"label\":\"createTime_begin\",\"text\":\"createTime_begin\",\"value\":\"createTime_begin\"},{\"defaultVal\":\"2022-12-31\",\"label\":\"createTime_end\",\"text\":\"createTime_end\",\"value\":\"createTime_end\"}],\"dataType\":2,\"dataSetName\":\"示例_日期范围查询\",\"query\":[{\"field\":\"createTime\",\"widgetType\":\"date\"}],\"dataSetApi\":\"select * from sys_user where create_time >= \'${createTime_begin}\' and create_time <=\'${createTime_end}\'\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1522853857095376898\",\"fieldOption\":[{\"label\":\"username\",\"text\":\"username\",\"value\":\"username\"},{\"label\":\"realname\",\"text\":\"realname\",\"value\":\"realname\"},{\"label\":\"sex\",\"text\":\"sex\",\"value\":\"sex\"},{\"label\":\"create_time\",\"text\":\"create_time\",\"value\":\"create_time\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F0EDED\"},\"show\":true,\"interval\":2},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#7ED321\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"#417505\"},\"show\":false},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"单个组件日期范围查询\"}}}', null, '2022-05-17 17:33:28', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1526496111003525121', null, '1522835471967772673', null, 'JForm', '{\"size\":{\"height\":120},\"w\":24,\"dataType\":2,\"h\":12,\"linkageConfig\":[{\"linkageId\":\"918fc3ea-c88a-4c42-892b-d2a14967258e\",\"linkage\":[{\"source\":\"createTime_begin\",\"target\":\"createTime_begin\"},{\"source\":\"createTime_end\",\"target\":\"createTime_end\"}]}],\"timeOut\":-1,\"option\":{\"fields\":[{\"fieldName\":\"createTime\",\"dictCode\":\"\",\"fieldTxt\":\"创建时间\",\"defaultValue\":\"\",\"searchMode\":\"range\",\"action\":\"\",\"id\":\"rowdffe5384-d885-4ae7-9eab-81b8ee76265c\",\"izSearch\":\"1\",\"widgetType\":\"date\"}]}}', null, '2022-05-17 17:33:28', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823821938690', null, '1524641995740446722', null, 'JBar', '{\"dataMapping\":[{\"mapping\":\"tian\",\"filed\":\"维度\"},{\"mapping\":\"visit\",\"filed\":\"数值\"}],\"paramOption\":[{\"defaultVal\":\"\",\"label\":\"创建时间\",\"text\":\"创建时间\",\"value\":\"create_time\"}],\"dataType\":2,\"dataSetName\":\"首页_近一周访问量\",\"query\":[],\"dataSetApi\":\"select count(*) as visit \\t ,count(distinct(ip)) as ip \\t ,DATE_FORMAT(create_time, \'%Y-%m-%d\') as tian \\t ,DATE_FORMAT(create_time, \'%m-%d\') as type \\t from sys_log where log_type = 1 and create_time <= sysdate() and create_time >= (select date_sub(curdate(),interval 7 day)) group by tian,type order by tian desc\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":813,\"height\":419},\"dataSetId\":\"1522503560003067906\",\"fieldOption\":[{\"label\":\"visit\",\"text\":\"visit\",\"value\":\"visit\"},{\"label\":\"ip\",\"text\":\"ip\",\"value\":\"ip\"},{\"label\":\"tian\",\"text\":\"tian\",\"value\":\"tian\"},{\"label\":\"type\",\"text\":\"type\",\"value\":\"type\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180, 180, 180, 0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"SQL数据集-柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823821938691', null, '1524641995740446722', null, 'JPie', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"智慧社区_时间分部\",\"query\":[],\"dataSetApi\":\"[ { \\\"name\\\": \\\"6:00-9:00\\\", \\\"value\\\": 800 }, { \\\"name\\\": \\\"10:00-12:00\\\", \\\"value\\\": 300 }, { \\\"name\\\": \\\"13:00-15:00\\\", \\\"value\\\": 500 }, { \\\"name\\\": \\\"16:00-20:00\\\", \\\"value\\\": 800 }, { \\\"name\\\": \\\"21:00-24:00\\\", \\\"value\\\": 600 }]\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1522187101267832833\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"json\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"innerRadius\":50,\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"JSON数据集-饼图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823821938692', null, '1524641995740446722', null, 'JStackBar', '{\"dataMapping\":[{\"mapping\":\"type\",\"filed\":\"分组\"},{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"出资\",\"query\":[],\"dataSetApi\":\"http://api.jeecg.com/mock/51/chuzi\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Bor\\\"}]\",\"size\":{\"width\":813,\"height\":419},\"dataSetId\":\"1522098873378549762\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"type\",\"text\":\"type\",\"value\":\"type\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"API数据集-堆叠柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823821938693', null, '1524641995740446722', null, 'JDynamicBar', '{\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":131,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":141,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":31.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":53,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":41.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":61,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":17,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":19,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":113,\\\"type\\\":\\\"Lon\\\"}]\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"xAxis\":{\"type\":\"value\"},\"grid\":{\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"text\":\"静态数据集-动态柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823821938694', null, '1524641995740446722', null, 'JLine', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"钻取api\",\"query\":[],\"dataSetApi\":\"http://api.jeecg.com/mock/51/drilling/deptuser\",\"drillData\":[{\"source\":\"name\",\"target\":\"name\"}],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"联想\\\",\\\"value\\\":1000},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":7350},{\\\"name\\\":\\\"华为\\\",\\\"value\\\":5800},{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":6000},{\\\"name\\\":\\\"戴尔\\\",\\\"value\\\":3000}]\",\"size\":{\"width\":813,\"height\":397},\"dataSetId\":\"1519274169102020610\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"text\":\"钻取-折线图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823889047554', null, '1524641995740446722', null, 'JRadar', '{\"chartData\":\"[{\\\"value\\\":75,\\\"name\\\":\\\"得分\\\",\\\"type\\\":\\\"NBA\\\",\\\"max\\\":100},{\\\"value\\\":65,\\\"name\\\":\\\"篮板\\\",\\\"type\\\":\\\"NBA\\\",\\\"max\\\":100},{\\\"value\\\":55,\\\"name\\\":\\\"防守\\\",\\\"type\\\":\\\"NBA\\\",\\\"max\\\":100},{\\\"value\\\":74,\\\"name\\\":\\\"失误\\\",\\\"type\\\":\\\"NBA\\\",\\\"max\\\":100},{\\\"value\\\":38,\\\"name\\\":\\\"盖帽\\\",\\\"type\\\":\\\"NBA\\\",\\\"max\\\":100},{\\\"value\\\":88,\\\"name\\\":\\\"三分\\\",\\\"type\\\":\\\"NBA\\\",\\\"max\\\":100}]\",\"size\":{\"width\":813,\"height\":397},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/radar\",\"timeOut\":0,\"option\":{\"radar\":[{\"indicator\":[]}],\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"data\":[]},\"series\":[{\"data\":[],\"type\":\"radar\"}],\"title\":{\"show\":true,\"text\":\"基础雷达图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823889047555', null, '1524641995740446722', null, 'JRing', '{\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":813,\"height\":386},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"show\":true,\"text\":\"基础环形图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823889047556', null, '1524641995740446722', null, 'JArea', '{\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":605,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"小米\\\"}]\",\"size\":{\"width\":813,\"height\":386},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"xAxis\":{\"data\":[],\"boundaryGap\":false},\"grid\":{\"bottom\":115},\"series\":[{\"areaStyle\":{},\"data\":[],\"type\":\"line\"}],\"title\":{\"show\":true,\"text\":\"基础面积图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823889047557', null, '1524641995740446722', null, 'JProgress', '{\"chartData\":[{\"name\":\"内存使用率\",\"value\":50}],\"size\":{\"width\":813,\"height\":353},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"show\":false},\"series\":[{\"barWidth\":19,\"color\":\"#151B87\",\"itemStyle\":{\"normal\":{\"barBorderRadius\":10}},\"zlevel\":1,\"label\":{\"formatter\":\"{c}{a}\",\"offset\":[0,-40],\"color\":\"black\",\"show\":true,\"fontSize\":24,\"position\":\"right\"}},{\"barWidth\":19,\"color\":\"#eeeeee\",\"barGap\":\"-100%\",\"itemStyle\":{\"normal\":{\"barBorderRadius\":10}},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础进度图\",\"textStyle\":{\"color\":\"#464646\"}}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823889047558', null, '1524641995740446722', null, 'JFunnel', '{\"chartData\":\"[{\\\"value\\\":335,\\\"name\\\":\\\"直接访问\\\"},{\\\"value\\\":310,\\\"name\\\":\\\"邮件营销\\\"},{\\\"value\\\":234,\\\"name\\\":\\\"联盟广告\\\"}]\",\"size\":{\"width\":813,\"height\":353},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/funnel\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"legend\":{\"orient\":\"horizontal\"},\"series\":[{\"left\":\"10%\",\"gap\":2,\"name\":\"Funnel\",\"width\":\"80%\",\"emphasis\":{\"label\":{\"fontSize\":20}},\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"descending\",\"label\":{\"show\":true,\"position\":\"inside\"},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\"}],\"tooltip\":{\"formatter\":\"{a}
{b} : {c}%\",\"trigger\":\"item\"},\"title\":{\"show\":true,\"text\":\"基础漏斗图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823951962113', null, '1524641995740446722', null, 'JPictorialBar', '{\"chartData\":\"[{\\\"name\\\":\\\"驯鹿\\\",\\\"value\\\":123,\\\"symbol\\\":\\\"path://M-22.788,24.521c2.08-0.986,3.611-3.905,4.984-5.892 c-2.686,2.782-5.047,5.884-9.102,7.312c-0.992,0.005-0.25-2.016,0.34-2.362l1.852-0.41c0.564-0.218,0.785-0.842,0.902-1.347 c2.133-0.727,4.91-4.129,6.031-6.194c1.748-0.7,4.443-0.679,5.734-2.293c1.176-1.468,0.393-3.992,1.215-6.557 c0.24-0.754,0.574-1.581,1.008-2.293c-0.611,0.011-1.348-0.061-1.959-0.608c-1.391-1.245-0.785-2.086-1.297-3.313 c1.684,0.744,2.5,2.584,4.426,2.586C-8.46,3.012-8.255,2.901-8.04,2.824c6.031-1.952,15.182-0.165,19.498-3.937 c1.15-3.933-1.24-9.846-1.229-9.938c0.008-0.062-1.314-0.004-1.803-0.258c-1.119-0.771-6.531-3.75-0.17-3.33 c0.314-0.045,0.943,0.259,1.439,0.435c-0.289-1.694-0.92-0.144-3.311-1.946c0,0-1.1-0.855-1.764-1.98 c-0.836-1.09-2.01-2.825-2.992-4.031c-1.523-2.476,1.367,0.709,1.816,1.108c1.768,1.704,1.844,3.281,3.232,3.983 c0.195,0.203,1.453,0.164,0.926-0.468c-0.525-0.632-1.367-1.278-1.775-2.341c-0.293-0.703-1.311-2.326-1.566-2.711 c-0.256-0.384-0.959-1.718-1.67-2.351c-1.047-1.187-0.268-0.902,0.521-0.07c0.789,0.834,1.537,1.821,1.672,2.023 c0.135,0.203,1.584,2.521,1.725,2.387c0.102-0.259-0.035-0.428-0.158-0.852c-0.125-0.423-0.912-2.032-0.961-2.083 c-0.357-0.852-0.566-1.908-0.598-3.333c0.4-2.375,0.648-2.486,0.549-0.705c0.014,1.143,0.031,2.215,0.602,3.247 c0.807,1.496,1.764,4.064,1.836,4.474c0.561,3.176,2.904,1.749,2.281-0.126c-0.068-0.446-0.109-2.014-0.287-2.862 c-0.18-0.849-0.219-1.688-0.113-3.056c0.066-1.389,0.232-2.055,0.277-2.299c0.285-1.023,0.4-1.088,0.408,0.135 c-0.059,0.399-0.131,1.687-0.125,2.655c0.064,0.642-0.043,1.768,0.172,2.486c0.654,1.928-0.027,3.496,1,3.514 c1.805-0.424,2.428-1.218,2.428-2.346c-0.086-0.704-0.121-0.843-0.031-1.193c0.221-0.568,0.359-0.67,0.312-0.076 c-0.055,0.287,0.031,0.533,0.082,0.794c0.264,1.197,0.912,0.114,1.283-0.782c0.15-0.238,0.539-2.154,0.545-2.522 c-0.023-0.617,0.285-0.645,0.309,0.01c0.064,0.422-0.248,2.646-0.205,2.334c-0.338,1.24-1.105,3.402-3.379,4.712 c-0.389,0.12-1.186,1.286-3.328,2.178c0,0,1.729,0.321,3.156,0.246c1.102-0.19,3.707-0.027,4.654,0.269 c1.752,0.494,1.531-0.053,4.084,0.164c2.26-0.4,2.154,2.391-1.496,3.68c-2.549,1.405-3.107,1.475-2.293,2.984 c3.484,7.906,2.865,13.183,2.193,16.466c2.41,0.271,5.732-0.62,7.301,0.725c0.506,0.333,0.648,1.866-0.457,2.86 c-4.105,2.745-9.283,7.022-13.904,7.662c-0.977-0.194,0.156-2.025,0.803-2.247l1.898-0.03c0.596-0.101,0.936-0.669,1.152-1.139 c3.16-0.404,5.045-3.775,8.246-4.818c-4.035-0.718-9.588,3.981-12.162,1.051c-5.043,1.423-11.449,1.84-15.895,1.111 c-3.105,2.687-7.934,4.021-12.115,5.866c-3.271,3.511-5.188,8.086-9.967,10.414c-0.986,0.119-0.48-1.974,0.066-2.385l1.795-0.618 C-22.995,25.682-22.849,25.035-22.788,24.521z\\\",\\\"symbolSize\\\":[60,60]},{\\\"name\\\":\\\"飞机\\\",\\\"value\\\":60,\\\"symbol\\\":\\\"path://M1.112,32.559l2.998,1.205l-2.882,2.268l-2.215-0.012L1.112,32.559z M37.803,23.96 c0.158-0.838,0.5-1.509,0.961-1.904c-0.096-0.037-0.205-0.071-0.344-0.071c-0.777-0.005-2.068-0.009-3.047-0.009 c-0.633,0-1.217,0.066-1.754,0.18l2.199,1.804H37.803z M39.738,23.036c-0.111,0-0.377,0.325-0.537,0.924h1.076 C40.115,23.361,39.854,23.036,39.738,23.036z M39.934,39.867c-0.166,0-0.674,0.705-0.674,1.986s0.506,1.986,0.674,1.986 s0.672-0.705,0.672-1.986S40.102,39.867,39.934,39.867z M38.963,38.889c-0.098-0.038-0.209-0.07-0.348-0.073 c-0.082,0-0.174,0-0.268-0.001l-7.127,4.671c0.879,0.821,2.42,1.417,4.348,1.417c0.979,0,2.27-0.006,3.047-0.01 c0.139,0,0.25-0.034,0.348-0.072c-0.646-0.555-1.07-1.643-1.07-2.967C37.891,40.529,38.316,39.441,38.963,38.889z M32.713,23.96 l-12.37-10.116l-4.693-0.004c0,0,4,8.222,4.827,10.121H32.713z M59.311,32.374c-0.248,2.104-5.305,3.172-8.018,3.172H39.629 l-25.325,16.61L9.607,52.16c0,0,6.687-8.479,7.95-10.207c1.17-1.6,3.019-3.699,3.027-6.407h-2.138 c-5.839,0-13.816-3.789-18.472-5.583c-2.818-1.085-2.396-4.04-0.031-4.04h0.039l-3.299-11.371h3.617c0,0,4.352,5.696,5.846,7.5 c2,2.416,4.503,3.678,8.228,3.87h30.727c2.17,0,4.311,0.417,6.252,1.046c3.49,1.175,5.863,2.7,7.199,4.027 C59.145,31.584,59.352,32.025,59.311,32.374z M22.069,30.408c0-0.815-0.661-1.475-1.469-1.475c-0.812,0-1.471,0.66-1.471,1.475 s0.658,1.475,1.471,1.475C21.408,31.883,22.069,31.224,22.069,30.408z M27.06,30.408c0-0.815-0.656-1.478-1.466-1.478 c-0.812,0-1.471,0.662-1.471,1.478s0.658,1.477,1.471,1.477C26.404,31.885,27.06,31.224,27.06,30.408z M32.055,30.408 c0-0.815-0.66-1.475-1.469-1.475c-0.808,0-1.466,0.66-1.466,1.475s0.658,1.475,1.466,1.475 C31.398,31.883,32.055,31.224,32.055,30.408z M37.049,30.408c0-0.815-0.658-1.478-1.467-1.478c-0.812,0-1.469,0.662-1.469,1.478 s0.656,1.477,1.469,1.477C36.389,31.885,37.049,31.224,37.049,30.408z M42.039,30.408c0-0.815-0.656-1.478-1.465-1.478 c-0.811,0-1.469,0.662-1.469,1.478s0.658,1.477,1.469,1.477C41.383,31.885,42.039,31.224,42.039,30.408z M55.479,30.565 c-0.701-0.436-1.568-0.896-2.627-1.347c-0.613,0.289-1.551,0.476-2.73,0.476c-1.527,0-1.639,2.263,0.164,2.316 C52.389,32.074,54.627,31.373,55.479,30.565z\\\",\\\"symbolSize\\\":[65,35]},{\\\"name\\\":\\\"火箭\\\",\\\"value\\\":25,\\\"symbol\\\":\\\"path://M-244.396,44.399c0,0,0.47-2.931-2.427-6.512c2.819-8.221,3.21-15.709,3.21-15.709s5.795,1.383,5.795,7.325C-237.818,39.679-244.396,44.399-244.396,44.399z M-260.371,40.827c0,0-3.881-12.946-3.881-18.319c0-2.416,0.262-4.566,0.669-6.517h17.684c0.411,1.952,0.675,4.104,0.675,6.519c0,5.291-3.87,18.317-3.87,18.317H-260.371z M-254.745,18.951c-1.99,0-3.603,1.676-3.603,3.744c0,2.068,1.612,3.744,3.603,3.744c1.988,0,3.602-1.676,3.602-3.744S-252.757,18.951-254.745,18.951z M-255.521,2.228v-5.098h1.402v4.969c1.603,1.213,5.941,5.069,7.901,12.5h-17.05C-261.373,7.373-257.245,3.558-255.521,2.228zM-265.07,44.399c0,0-6.577-4.721-6.577-14.896c0-5.942,5.794-7.325,5.794-7.325s0.393,7.488,3.211,15.708C-265.539,41.469-265.07,44.399-265.07,44.399z M-252.36,45.15l-1.176-1.22L-254.789,48l-1.487-4.069l-1.019,2.116l-1.488-3.826h8.067L-252.36,45.15z\\\",\\\"symbolSize\\\":[50,60]},{\\\"name\\\":\\\"高铁\\\",\\\"value\\\":18,\\\"symbol\\\":\\\"path://M67.335,33.596L67.335,33.596c-0.002-1.39-1.153-3.183-3.328-4.218h-9.096v-2.07h5.371 c-4.939-2.07-11.199-4.141-14.89-4.141H19.72v12.421v5.176h38.373c4.033,0,8.457-1.035,9.142-5.176h-0.027 c0.076-0.367,0.129-0.751,0.129-1.165L67.335,33.596L67.335,33.596z M27.999,30.413h-3.105v-4.141h3.105V30.413z M35.245,30.413 h-3.104v-4.141h3.104V30.413z M42.491,30.413h-3.104v-4.141h3.104V30.413z M49.736,30.413h-3.104v-4.141h3.104V30.413z M14.544,40.764c1.143,0,2.07-0.927,2.07-2.07V35.59V25.237c0-1.145-0.928-2.07-2.07-2.07H-9.265c-1.143,0-2.068,0.926-2.068,2.07 v10.351v3.105c0,1.144,0.926,2.07,2.068,2.07H14.544L14.544,40.764z M8.333,26.272h3.105v4.141H8.333V26.272z M1.087,26.272h3.105 v4.141H1.087V26.272z M-6.159,26.272h3.105v4.141h-3.105V26.272z M-9.265,41.798h69.352v1.035H-9.265V41.798z\\\",\\\"symbolSize\\\":[50,30]},{\\\"name\\\":\\\"轮船\\\",\\\"value\\\":12,\\\"symbol\\\":\\\"path://M16.678,17.086h9.854l-2.703,5.912c5.596,2.428,11.155,5.575,16.711,8.607c3.387,1.847,6.967,3.75,10.541,5.375 v-6.16l-4.197-2.763v-5.318L33.064,12.197h-11.48L20.43,15.24h-4.533l-1.266,3.286l0.781,0.345L16.678,17.086z M49.6,31.84 l0.047,1.273L27.438,20.998l0.799-1.734L49.6,31.84z M33.031,15.1l12.889,8.82l0.027,0.769L32.551,16.1L33.031,15.1z M22.377,14.045 h9.846l-1.539,3.365l-2.287-1.498h1.371l0.721-1.352h-2.023l-0.553,1.037l-0.541-0.357h-0.34l0.359-0.684h-2.025l-0.361,0.684 h-3.473L22.377,14.045z M23.695,20.678l-0.004,0.004h0.004V20.678z M24.828,18.199h-2.031l-0.719,1.358h2.029L24.828,18.199z M40.385,34.227c-12.85-7.009-25.729-14.667-38.971-12.527c1.26,8.809,9.08,16.201,8.213,24.328 c-0.553,4.062-3.111,0.828-3.303,7.137c15.799,0,32.379,0,48.166,0l0.066-4.195l1.477-7.23 C50.842,39.812,45.393,36.961,40.385,34.227z M13.99,35.954c-1.213,0-2.195-1.353-2.195-3.035c0-1.665,0.98-3.017,2.195-3.017 c1.219,0,2.195,1.352,2.195,3.017C16.186,34.604,15.213,35.954,13.99,35.954z M23.691,20.682h-2.02l-0.588,1.351h2.023 L23.691,20.682z M19.697,18.199l-0.721,1.358h2.025l0.727-1.358H19.697z\\\",\\\"symbolSize\\\":[50,35]},{\\\"name\\\":\\\"汽车\\\",\\\"value\\\":9,\\\"symbol\\\":\\\"path://M49.592,40.883c-0.053,0.354-0.139,0.697-0.268,0.963c-0.232,0.475-0.455,0.519-1.334,0.475 c-1.135-0.053-2.764,0-4.484,0.068c0,0.476,0.018,0.697,0.018,0.697c0.111,1.299,0.697,1.342,0.931,1.342h3.7 c0.326,0,0.628,0,0.861-0.154c0.301-0.196,0.43-0.772,0.543-1.78c0.017-0.146,0.025-0.336,0.033-0.56v-0.01 c0-0.068,0.008-0.154,0.008-0.25V41.58l0,0C49.6,41.348,49.6,41.09,49.592,40.883L49.592,40.883z M6.057,40.883 c0.053,0.354,0.137,0.697,0.268,0.963c0.23,0.475,0.455,0.519,1.334,0.475c1.137-0.053,2.762,0,4.484,0.068 c0,0.476-0.018,0.697-0.018,0.697c-0.111,1.299-0.697,1.342-0.93,1.342h-3.7c-0.328,0-0.602,0-0.861-0.154 c-0.309-0.18-0.43-0.772-0.541-1.78c-0.018-0.146-0.027-0.336-0.035-0.56v-0.01c0-0.068-0.008-0.154-0.008-0.25V41.58l0,0 C6.057,41.348,6.057,41.09,6.057,40.883L6.057,40.883z M49.867,32.766c0-2.642-0.344-5.224-0.482-5.507 c-0.104-0.207-0.766-0.749-2.271-1.773c-1.522-1.042-1.487-0.887-1.766-1.566c0.25-0.078,0.492-0.224,0.639-0.241 c0.326-0.034,0.345,0.274,1.023,0.274c0.68,0,2.152-0.18,2.453-0.48c0.301-0.303,0.396-0.405,0.396-0.672 c0-0.268-0.156-0.818-0.447-1.146c-0.293-0.327-1.541-0.49-2.273-0.585c-0.729-0.095-0.834,0-1.022,0.121 c-0.304,0.189-0.32,1.919-0.32,1.919l-0.713,0.018c-0.465-1.146-1.11-3.452-2.117-5.269c-1.103-1.979-2.256-2.599-2.737-2.754 c-0.474-0.146-0.904-0.249-4.131-0.576c-3.298-0.344-5.922-0.388-8.262-0.388c-2.342,0-4.967,0.052-8.264,0.388 c-3.229,0.336-3.66,0.43-4.133,0.576s-1.633,0.775-2.736,2.754c-1.006,1.816-1.652,4.123-2.117,5.269L9.87,23.109 c0,0-0.008-1.729-0.318-1.919c-0.189-0.121-0.293-0.225-1.023-0.121c-0.732,0.104-1.98,0.258-2.273,0.585 c-0.293,0.327-0.447,0.878-0.447,1.146c0,0.267,0.094,0.379,0.396,0.672c0.301,0.301,1.773,0.48,2.453,0.48 c0.68,0,0.697-0.309,1.023-0.274c0.146,0.018,0.396,0.163,0.637,0.241c-0.283,0.68-0.24,0.524-1.764,1.566 c-1.506,1.033-2.178,1.566-2.271,1.773c-0.139,0.283-0.482,2.865-0.482,5.508s0.189,5.02,0.189,5.86c0,0.354,0,0.976,0.076,1.565 c0.053,0.354,0.129,0.697,0.268,0.966c0.232,0.473,0.447,0.516,1.334,0.473c1.137-0.051,2.779,0,4.477,0.07 c1.135,0.043,2.297,0.086,3.33,0.11c2.582,0.051,1.826-0.379,2.928-0.36c1.102,0.016,5.447,0.196,9.424,0.196 c3.976,0,8.332-0.182,9.423-0.196c1.102-0.019,0.346,0.411,2.926,0.36c1.033-0.018,2.195-0.067,3.332-0.11 c1.695-0.062,3.348-0.121,4.477-0.07c0.886,0.043,1.103,0,1.332-0.473c0.132-0.269,0.218-0.611,0.269-0.966 c0.086-0.592,0.078-1.213,0.078-1.565C49.678,37.793,49.867,35.408,49.867,32.766L49.867,32.766z M13.219,19.735 c0.412-0.964,1.652-2.9,2.256-3.244c0.145-0.087,1.426-0.491,4.637-0.706c2.953-0.198,6.217-0.276,7.73-0.276 c1.513,0,4.777,0.078,7.729,0.276c3.201,0.215,4.502,0.611,4.639,0.706c0.775,0.533,1.842,2.28,2.256,3.244 c0.412,0.965,0.965,2.858,0.861,3.116c-0.104,0.258,0.104,0.388-1.291,0.275c-1.387-0.103-10.088-0.216-14.185-0.216 c-4.088,0-12.789,0.113-14.184,0.216c-1.395,0.104-1.188-0.018-1.291-0.275C12.254,22.593,12.805,20.708,13.219,19.735 L13.219,19.735z M16.385,30.511c-0.619,0.155-0.988,0.491-1.764,0.482c-0.775,0-2.867-0.353-3.314-0.371 c-0.447-0.017-0.842,0.302-1.076,0.362c-0.23,0.06-0.688-0.104-1.377-0.318c-0.688-0.216-1.092-0.155-1.316-1.094 c-0.232-0.93,0-2.264,0-2.264c1.488-0.068,2.928,0.069,5.621,0.826c2.693,0.758,4.191,2.213,4.191,2.213 S17.004,30.357,16.385,30.511L16.385,30.511z M36.629,37.293c-1.23,0.164-6.386,0.207-8.794,0.207c-2.412,0-7.566-0.051-8.799-0.207 c-1.256-0.164-2.891-1.67-1.764-2.865c1.523-1.627,1.24-1.576,4.701-2.023C24.967,32.018,27.239,32,27.834,32 c0.584,0,2.865,0.025,5.859,0.404c3.461,0.447,3.178,0.396,4.699,2.022C39.521,35.623,37.887,37.129,36.629,37.293L36.629,37.293z M48.129,29.582c-0.232,0.93-0.629,0.878-1.318,1.093c-0.688,0.216-1.145,0.371-1.377,0.319c-0.231-0.053-0.627-0.371-1.074-0.361 c-0.448,0.018-2.539,0.37-3.313,0.37c-0.772,0-1.146-0.328-1.764-0.481c-0.621-0.154-0.966-0.154-0.966-0.154 s1.49-1.464,4.191-2.213c2.693-0.758,4.131-0.895,5.621-0.826C48.129,27.309,48.361,28.643,48.129,29.582L48.129,29.582z\\\",\\\"symbolSize\\\":[40,30]},{\\\"name\\\":\\\"跑步\\\",\\\"value\\\":2,\\\"symbol\\\":\\\"path://M13.676,32.955c0.919-0.031,1.843-0.008,2.767-0.008v0.007c0.827,0,1.659,0.041,2.486-0.019 c0.417-0.028,1.118,0.325,1.14-0.545c0.014-0.637-0.156-1.279-0.873-1.367c-1.919-0.241-3.858-0.233-5.774,0.019 c-0.465,0.062-0.998,0.442-0.832,1.069C12.715,32.602,13.045,32.977,13.676,32.955z M14.108,29.013 c1.47-0.007,2.96-0.122,4.414,0.035c1.792,0.192,3.1-0.412,4.273-2.105c-3.044,0-5.882,0.014-8.719-0.01 c-0.768-0.005-1.495,0.118-1.461,1C12.642,28.731,13.329,29.014,14.108,29.013z M23.678,36.593c-0.666-0.69-1.258-1.497-2.483-1.448 c-2.341,0.095-4.689,0.051-7.035,0.012c-0.834-0.014-1.599,0.177-1.569,1.066c0.031,0.854,0.812,1.062,1.636,1.043 c1.425-0.033,2.852-0.01,4.278-0.01v-0.01c1.562,0,3.126,0.008,4.691-0.005C23.614,37.239,24.233,37.174,23.678,36.593z M32.234,42.292h-0.002c-1.075,0.793-2.589,0.345-3.821,1.048c-0.359,0.193-0.663,0.465-0.899,0.799 c-1.068,1.623-2.052,3.301-3.117,4.928c-0.625,0.961-0.386,1.805,0.409,2.395c0.844,0.628,1.874,0.617,2.548-0.299 c1.912-2.573,3.761-5.197,5.621-7.814C33.484,42.619,33.032,42.387,32.234,42.292z M43.527,28.401 c-0.688-1.575-2.012-0.831-3.121-0.895c-1.047-0.058-2.119,1.128-3.002,0.345c-0.768-0.677-1.213-1.804-1.562-2.813 c-0.45-1.305-1.495-2.225-2.329-3.583c2.953,1.139,4.729,0.077,5.592-1.322c0.99-1.61,0.718-3.725-0.627-4.967 c-1.362-1.255-3.414-1.445-4.927-0.452c-1.933,1.268-2.206,2.893-0.899,6.11c-2.098-0.659-3.835-1.654-5.682-2.383 c-0.735-0.291-1.437-1.017-2.293-0.666c-2.263,0.927-4.522,1.885-6.723,2.95c-1.357,0.658-1.649,1.593-1.076,2.638 c0.462,0.851,1.643,1.126,2.806,0.617c0.993-0.433,1.994-0.857,2.951-1.374c1.599-0.86,3.044-0.873,4.604,0.214 c1.017,0.707,0.873,1.137,0.123,1.849c-1.701,1.615-3.516,3.12-4.933,5.006c-1.042,1.388-0.993,2.817,0.255,4.011 c1.538,1.471,3.148,2.869,4.708,4.315c0.485,0.444,0.907,0.896-0.227,1.104c-1.523,0.285-3.021,0.694-4.538,1.006 c-1.109,0.225-2.02,1.259-1.83,2.16c0.223,1.07,1.548,1.756,2.687,1.487c3.003-0.712,6.008-1.413,9.032-2.044 c1.549-0.324,2.273-1.869,1.344-3.115c-0.868-1.156-1.801-2.267-2.639-3.445c-1.964-2.762-1.95-2.771,0.528-5.189 c1.394-1.357,1.379-1.351,2.437,0.417c0.461,0.769,0.854,1.703,1.99,1.613c2.238-0.181,4.407-0.755,6.564-1.331 C43.557,30.447,43.88,29.206,43.527,28.401z\\\",\\\"symbolSize\\\":[50,50]},{\\\"name\\\":\\\"步行\\\",\\\"value\\\":1,\\\"symbol\\\":\\\"path://M29.902,23.275c1.86,0,3.368-1.506,3.368-3.365c0-1.859-1.508-3.365-3.368-3.365 c-1.857,0-3.365,1.506-3.365,3.365C26.537,21.769,28.045,23.275,29.902,23.275z M36.867,30.74c-1.666-0.467-3.799-1.6-4.732-4.199 c-0.932-2.6-3.131-2.998-4.797-2.998s-7.098,3.894-7.098,3.894c-1.133,1.001-2.1,6.502-0.967,6.769 c1.133,0.269,1.266-1.533,1.934-3.599c0.666-2.065,3.797-3.466,3.797-3.466s0.201,2.467-0.398,3.866 c-0.599,1.399-1.133,2.866-1.467,6.198s-1.6,3.665-3.799,6.266c-2.199,2.598-0.6,3.797,0.398,3.664 c1.002-0.133,5.865-5.598,6.398-6.998c0.533-1.397,0.668-3.732,0.668-3.732s0,0,2.199,1.867c2.199,1.865,2.332,4.6,2.998,7.73 s2.332,0.934,2.332-0.467c0-1.401,0.269-5.465-1-7.064c-1.265-1.6-3.73-3.465-3.73-5.265s1.199-3.732,1.199-3.732 c0.332,1.667,3.335,3.065,5.599,3.399C38.668,33.206,38.533,31.207,36.867,30.74z\\\",\\\"symbolSize\\\":[40,50]}]\",\"size\":{\"width\":813,\"height\":408},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/pictogram\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"象形柱图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823951962114', null, '1524641995740446722', null, 'JGauge', '{\"chartData\":\"[{\\\"min\\\":1,\\\"max\\\":10,\\\"label\\\":\\\"名称\\\",\\\"value\\\":4,\\\"unit\\\":\\\"%\\\"}]\",\"size\":{\"width\":813,\"height\":408},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"名称\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/gauge\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"series\":[{\"axisLabel\":{\"show\":true,\"fontSize\":12},\"data\":[],\"splitLine\":{\"lineStyle\":{\"color\":\"#eee\",\"width\":4},\"length\":12},\"axisTick\":{\"lineStyle\":{\"color\":\"#eee\"},\"show\":true},\"progress\":{\"show\":true},\"detail\":{\"formatter\":\"{value}\",\"fontSize\":25},\"type\":\"gauge\"}],\"tooltip\":{\"formatter\":\"{a}
{b} : {c}%\"},\"title\":{\"text\":\"标准仪表盘\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823951962115', null, '1524641995740446722', null, 'JColorGauge', '{\"chartData\":\"[{\\\"name\\\":\\\"使用率\\\",\\\"value\\\":4,\\\"unit\\\":\\\"%\\\"}]\",\"size\":{\"width\":813,\"height\":518},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"名称\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/gauge\",\"timeOut\":0,\"option\":{\"series\":[{\"axisLabel\":{\"show\":true,\"fontSize\":12},\"pointer\":{\"width\":8},\"axisLine\":{\"lineStyle\":{\"color\":[[0.25,\"#FF6E76\"],[0.5,\"#FDDD60\"],[1,\"#58D9F9\"]],\"width\":10}},\"anchor\":{\"itemStyle\":{\"color\":\"#FAC858\"}},\"splitLine\":{\"lineStyle\":{\"color\":\"#eee\",\"width\":4},\"length\":12},\"axisTick\":{\"lineStyle\":{\"color\":\"#eee\"},\"show\":true},\"title\":{\"fontSize\":14}}],\"tooltip\":{\"formatter\":\"{a}
{b} : {c}%\"},\"title\":{\"text\":\"多色仪表盘\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823951962116', null, '1524641995740446722', null, 'JTabs', '{\"size\":{\"width\":813,\"height\":518},\"w\":12,\"h\":40,\"option\":{\"title\":\"选项卡\"},\"child\":[{\"component\":\"JBar\",\"w\":12,\"x\":0,\"h\":42,\"i\":\"53be7509-a4fe-417c-b1c4-d699e6c901e4\",\"title\":\"柱形图\",\"config\":{\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"paddingBottom\":90,\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180, 180, 180, 0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}},{\"h\":42,\"index\":0,\"i\":\"634b775d-46dc-4a0f-8fe6-29abcebc148e\",\"title\":\"雷达图\",\"horizontal\":false,\"component\":\"JRadar\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"b5fb856d-72b1-4f9a-80d9-79907ecbbe4d\",\"config\":{\"chartData\":[{\"max\":100,\"name\":\"得分\",\"type\":\"NBA\",\"value\":75},{\"max\":100,\"name\":\"篮板\",\"type\":\"NBA\",\"value\":65},{\"max\":100,\"name\":\"防守\",\"type\":\"NBA\",\"value\":55},{\"max\":100,\"name\":\"失误\",\"type\":\"NBA\",\"value\":74},{\"max\":100,\"name\":\"盖帽\",\"type\":\"NBA\",\"value\":38},{\"max\":100,\"name\":\"三分\",\"type\":\"NBA\",\"value\":88}],\"paddingBottom\":90,\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/radar\",\"timeOut\":0,\"option\":{\"radar\":[{\"indicator\":[]}],\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"data\":[]},\"series\":[{\"data\":[],\"type\":\"radar\"}],\"title\":{\"show\":true,\"text\":\"基础雷达图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}},\"child\":[]},{\"h\":42,\"index\":0,\"i\":\"33070b19-1b6f-47b3-8184-9ad437e52a3e\",\"title\":\"表格\",\"horizontal\":false,\"component\":\"JCommonTable\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"03399fae-2199-42d4-8637-910aaa97c20f\",\"config\":{\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"paddingBottom\":90,\"w\":24,\"dataType\":1,\"h\":42,\"linkageConfig\":[],\"timeOut\":0,\"option\":{}},\"child\":[]}]}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761823951962117', null, '1524641995740446722', null, 'JGrid', '{\"size\":{\"width\":1632,\"height\":400},\"w\":12,\"h\":40,\"option\":{\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}},\"child\":[{\"h\":42,\"i\":\"039463e0-4ab8-4a7c-ab62-1cc66da41654\",\"title\":\"标题\",\"parentId\":\"ed8dfb23-63c9-4d3d-8bef-aad3a5de4cc4\",\"horizontal\":false,\"component\":\"JRing\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"ca5d3493-7720-4ae8-827d-ae83d91d175a\",\"config\":{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"智慧社区_年龄分部\",\"query\":[],\"dataSetApi\":\"http://api.jeecg.com/mock/51/age\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1522184215045615618\",\"fieldOption\":[{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"}],\"dataSetType\":\"api\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"show\":false,\"text\":\"基础环形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}},\"span\":\"8\",\"child\":[]},{\"h\":42,\"i\":\"17a02601-f044-47e9-a2d1-da1a31551742\",\"title\":\"标题\",\"parentId\":\"ed8dfb23-63c9-4d3d-8bef-aad3a5de4cc4\",\"horizontal\":false,\"component\":\"JList\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"404465d9-8b7d-483b-9bde-9b6492cb362f\",\"config\":{\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"remark\",\"filed\":\"描述\"},{\"mapping\":\"date\",\"filed\":\"时间\"},{\"mapping\":\"pic\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"数据列表\",\"query\":[],\"h\":24,\"dataSetApi\":\"http://api.jeecg.com/mock/51/datalist/list\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":0,\"chartData\":\"[{\\\"title\\\":\\\"通知一\\\",\\\"date\\\":\\\"2022-3-9 14:20:21\\\"},{\\\"title\\\":\\\"通知二\\\",\\\"date\\\":\\\"2022-3-8 14:20:21\\\"},{\\\"title\\\":\\\"通知三\\\",\\\"date\\\":\\\"2022-3-7 14:20:21\\\"},{\\\"title\\\":\\\"通知四\\\",\\\"date\\\":\\\"2022-3-4 14:20:21\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1519945036454813698\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"date\",\"text\":\"date\",\"value\":\"date\"},{\"label\":\"remark\",\"text\":\"remark\",\"value\":\"remark\"},{\"label\":\"pic\",\"text\":\"pic\",\"value\":\"pic\"}],\"dataSetType\":\"api\",\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":true,\"titleFontSize\":18,\"showTimePrefix\":true}},\"span\":\"8\",\"child\":[]},{\"h\":42,\"i\":\"7d484bd7-ca44-457c-a2c1-fdf6dff5f06e\",\"title\":\"标题\",\"parentId\":\"ed8dfb23-63c9-4d3d-8bef-aad3a5de4cc4\",\"horizontal\":false,\"component\":\"JImg\",\"size\":10,\"w\":12,\"x\":0,\"text\":\"0.042\",\"id\":\"d2480f4d-9424-4300-99ca-50a7000159f2\",\"config\":{\"paddingBottom\":90,\"w\":10,\"dataType\":1,\"h\":20,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"url\":\"http://minio.jeecg.com/otatest/jeecg_1651199708342.png\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}},\"span\":\"8\",\"child\":[]}]}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824014876674', null, '1524641995740446722', null, 'JCommonTable', '{\"paramOption\":[{\"defaultVal\":\"1\",\"label\":\"sex\",\"text\":\"sex\",\"value\":\"sex\"}],\"dataType\":2,\"dataSetName\":\"示例_数据表格\",\"query\":[],\"h\":42,\"dataSetApi\":\"select * from demo where sex=\'${sex}\'\",\"drillData\":[],\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":1636,\"height\":540},\"dataSetId\":\"1522824721899511810\",\"fieldOption\":[{\"label\":\"姓名\",\"text\":\"姓名\",\"value\":\"name\"},{\"label\":\"打卡时间\",\"text\":\"打卡时间\",\"value\":\"punch_time\"},{\"label\":\"工资\",\"text\":\"工资\",\"value\":\"salary_money\"},{\"label\":\"奖金\",\"text\":\"奖金\",\"value\":\"bonus_money\"},{\"label\":\"性别\",\"text\":\"性别\",\"value\":\"sex\"},{\"label\":\"年龄\",\"text\":\"年龄\",\"value\":\"age\"},{\"label\":\"生日\",\"text\":\"生日\",\"value\":\"birthday\"},{\"label\":\"邮箱\",\"text\":\"邮箱\",\"value\":\"email\"},{\"label\":\"个人简介\",\"text\":\"个人简介\",\"value\":\"content\"}],\"dataSetType\":\"sql\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"name\",\"title\":\"姓名\"},{\"izShow\":\"Y\",\"dataIndex\":\"punch_time\",\"title\":\"打卡时间\"},{\"izShow\":\"Y\",\"dataIndex\":\"salary_money\",\"title\":\"工资\"},{\"izShow\":\"Y\",\"dataIndex\":\"bonus_money\",\"title\":\"奖金\"},{\"izShow\":\"Y\",\"dataIndex\":\"sex\",\"title\":\"性别\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"age\",\"title\":\"年龄\"},{\"izShow\":\"Y\",\"dataIndex\":\"birthday\",\"title\":\"生日\"},{\"izShow\":\"Y\",\"dataIndex\":\"email\",\"title\":\"邮箱\"},{\"izShow\":\"Y\",\"dataIndex\":\"content\",\"title\":\"个人简介\"}]}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824014876675', null, '1524641995740446722', null, 'JList', '{\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"remark\",\"filed\":\"描述\"},{\"mapping\":\"date\",\"filed\":\"时间\"},{\"mapping\":\"pic\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"数据列表\",\"query\":[],\"h\":24,\"dataSetApi\":\"http://api.jeecg.com/mock/51/datalist/list\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":0,\"chartData\":\"[{\\\"title\\\":\\\"通知一\\\",\\\"date\\\":\\\"2022-3-9 14:20:21\\\"},{\\\"title\\\":\\\"通知二\\\",\\\"date\\\":\\\"2022-3-8 14:20:21\\\"},{\\\"title\\\":\\\"通知三\\\",\\\"date\\\":\\\"2022-3-7 14:20:21\\\"},{\\\"title\\\":\\\"通知四\\\",\\\"date\\\":\\\"2022-3-4 14:20:21\\\"}]\",\"size\":{\"width\":813,\"height\":408},\"dataSetId\":\"1519945036454813698\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"date\",\"text\":\"date\",\"value\":\"date\"},{\"label\":\"remark\",\"text\":\"remark\",\"value\":\"remark\"},{\"label\":\"pic\",\"text\":\"pic\",\"value\":\"pic\"}],\"dataSetType\":\"api\",\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":true,\"titleFontSize\":18,\"showTimePrefix\":true}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824014876676', null, '1524641995740446722', null, 'JForm', '{\"size\":{\"height\":120},\"w\":24,\"dataType\":2,\"h\":12,\"linkageConfig\":[{\"linkageId\":\"eb4af4a3-8fce-40f9-832c-c749e75dac5d\",\"linkage\":[{\"source\":\"sex\",\"target\":\"sex\"}]}],\"timeOut\":-1,\"option\":{\"fields\":[{\"fieldName\":\"sex\",\"dictCode\":\"sex\",\"fieldTxt\":\"性别\",\"defaultValue\":\"1\",\"searchMode\":\"\",\"action\":\"\",\"id\":\"row57227ae2-04d1-4306-8878-314e099cd5ac\",\"izSearch\":\"1\",\"widgetType\":\"select\"}]}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824014876677', null, '1524641995740446722', null, 'JCarousel', '{\"chartData\":\"[{\\\"src\\\":\\\"http://minio.jeecg.com/otatest/temp/0_1647504880335.png\\\"},{\\\"src\\\":\\\"http://minio.jeecg.com/otatest/temp/1_1647504883878.png\\\"},{\\\"src\\\":\\\"http://minio.jeecg.com/otatest/temp/2_1647504886551.png\\\"}]\",\"size\":{\"width\":1636,\"height\":254},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"路径\"}],\"w\":24,\"dataType\":1,\"h\":22,\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/carousel\",\"timeOut\":0,\"option\":{\"dots\":true,\"autoplay\":true,\"dotPosition\":\"bottom\"}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824014876678', null, '1524641995740446722', null, 'JIframe', '{\"chartData\":\"http://www.jeecg.com\",\"size\":{\"width\":1636,\"height\":452},\"w\":12,\"dataType\":1,\"h\":26,\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"url\":\"http://www.jeecg.com/\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824014876679', null, '1524641995740446722', null, 'JCalendar', '{\"chartData\":\"[{\\\"title\\\":\\\"座谈会\\\",\\\"start\\\":\\\"2022-03-11 11:32:33\\\",\\\"end\\\":\\\"2022-03-11 18:32:33\\\",\\\"color\\\":\\\"#000000\\\",\\\"allday\\\":\\\"0\\\"},{\\\"title\\\":\\\"冬奥会\\\",\\\"start\\\":\\\"2022-03-04 11:32:33\\\",\\\"end\\\":\\\"2022-03-13 18:32:33\\\",\\\"color\\\":\\\"#4A90E2\\\",\\\"allday\\\":\\\"1\\\"}]\",\"size\":{\"width\":813,\"height\":408},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"开始\"},{\"mapping\":\"\",\"filed\":\"结束\"},{\"mapping\":\"\",\"filed\":\"全天\"},{\"mapping\":\"\",\"filed\":\"颜色\"}],\"w\":10,\"dataType\":1,\"h\":40,\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/calendar\",\"timeOut\":0}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824014876680', null, '1524641995740446722', null, 'JImg', '{\"size\":{\"width\":676,\"height\":254},\"w\":10,\"dataType\":1,\"h\":20,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"url\":\"http://minio.jeecg.com/otatest/jeecg_1651199708342.png\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824081985537', null, '1524641995740446722', null, 'JText', '{\"chartData\":\"JeecgBoot面板设计\",\"size\":{\"width\":402,\"height\":56},\"w\":5,\"dataType\":1,\"h\":5,\"turnConfig\":{\"url\":\"http://jeecg.com\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":76},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824081985538', null, '1524641995740446722', null, 'JRadioButton', '{\"chartData\":\"[ { \\\"title\\\": \\\"Jeecg官网\\\", \\\"value\\\": 0, \\\"href\\\": \\\"http://jeecg.com\\\", \\\"data\\\": {} }, { \\\"title\\\": \\\"项目首页\\\", \\\"value\\\": 1, \\\"href\\\": \\\"/system/notice\\\", \\\"data\\\": {} }]\",\"size\":{\"width\":333,\"height\":56},\"w\":3,\"dataType\":1,\"h\":4,\"linkageConfig\":[],\"url\":\"\",\"timeOut\":0,\"option\":{\"title\":\"按钮\",\"body\":{\"spaceSize\":23,\"size\":\"small\",\"marginTop\":12,\"marginLeft\":66}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824081985539', null, '1524641995740446722', null, 'JQuickNav', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"首页快速导航\",\"query\":[],\"h\":26,\"dataSetApi\":\"http://api.jeecg.com/mock/51/home/quick\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"chartData\":\"[{\\\"title\\\":\\\"首页\\\",\\\"icon\\\":\\\"icon-jeecg-homepage\\\",\\\"color\\\":\\\"#1fdaca\\\"},{\\\"title\\\":\\\"仪表盘\\\",\\\"icon\\\":\\\"icon-jeecg-shijian\\\",\\\"color\\\":\\\"#bf0c2c\\\"},{\\\"title\\\":\\\"组件\\\",\\\"icon\\\":\\\"icon-jeecg-dangan\\\",\\\"color\\\":\\\"#e18525\\\"},{\\\"title\\\":\\\"系统管理\\\",\\\"icon\\\":\\\"icon-jeecg-shezhi\\\",\\\"color\\\":\\\"#3fb27f\\\"},{\\\"title\\\":\\\"权限管理\\\",\\\"icon\\\":\\\"icon-jeecg-yuechi\\\",\\\"color\\\":\\\"#4daf1bc9\\\"},{\\\"title\\\":\\\"图表\\\",\\\"icon\\\":\\\"icon-jeecg-fujin\\\",\\\"color\\\":\\\"#00d8ff\\\"}]\",\"size\":{\"width\":813,\"height\":276},\"dataSetId\":\"1519962879095332865\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"icon\",\"text\":\"icon\",\"value\":\"icon\"},{\"label\":\"color\",\"text\":\"color\",\"value\":\"color\"},{\"label\":\"href\",\"text\":\"href\",\"value\":\"href\"}],\"dataSetType\":\"api\",\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":30},\"body\":{\"textAlign\":\"center\",\"column\":3,\"iconAlign\":\"top\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"快捷导航\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824081985540', null, '1524641995740446722', null, 'JGrowCard', '{\"chartData\":\"[{\\\"title\\\":\\\"访问数\\\",\\\"icon\\\":\\\"icon-jeecg-qianbao\\\",\\\"value\\\":2000,\\\"total\\\":120000,\\\"prefix\\\":\\\"$\\\",\\\"color\\\":\\\"green\\\",\\\"action\\\":\\\"月\\\"},{\\\"title\\\":\\\"成交额\\\",\\\"icon\\\":\\\"icon-jeecg-youhuiquan\\\",\\\"value\\\":20000,\\\"total\\\":500000,\\\"prefix\\\":\\\"$\\\",\\\"color\\\":\\\"blue\\\",\\\"action\\\":\\\"月\\\"},{\\\"title\\\":\\\"下载数\\\",\\\"icon\\\":\\\"icon-jeecg-tupian\\\",\\\"value\\\":8000,\\\"prefix\\\":\\\"$\\\",\\\"total\\\":120000,\\\"color\\\":\\\"orange\\\",\\\"action\\\":\\\"周\\\"},{\\\"title\\\":\\\"成交数\\\",\\\"icon\\\":\\\"icon-jeecg-jifen\\\",\\\"value\\\":5000,\\\"prefix\\\":\\\"$\\\",\\\"total\\\":50000,\\\"color\\\":\\\"purple\\\",\\\"action\\\":\\\"年\\\"}]\",\"size\":{\"width\":950,\"height\":254},\"w\":12,\"dataType\":1,\"h\":19,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":20},\"body\":{\"horizontal\":8,\"vertical\":8,\"span\":6},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"统计卡片\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824081985541', null, '1524641995740446722', null, 'JProjectCard', '{\"chartData\":\"[{\\\"title\\\":\\\"Github\\\",\\\"icon\\\":\\\"icon-jeecg-social-github\\\",\\\"color\\\":\\\"\\\",\\\"desc\\\":\\\"不要等待机会,而要创造机会。\\\",\\\"group\\\":\\\"开源组\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"Vue\\\",\\\"icon\\\":\\\"icon-jeecg-social-buysellads\\\",\\\"color\\\":\\\"#3fb27f\\\",\\\"desc\\\":\\\"现在的你决定将来的你。\\\",\\\"group\\\":\\\"算法组\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"Html5\\\",\\\"icon\\\":\\\"icon-jeecg-html5\\\",\\\"color\\\":\\\"#e18525\\\",\\\"desc\\\":\\\"没有什么才能比努力更重要。\\\",\\\"group\\\":\\\"上班摸鱼\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"Angular\\\",\\\"icon\\\":\\\"icon-jeecg-social-product-hunt\\\",\\\"color\\\":\\\"#bf0c2c\\\",\\\"desc\\\":\\\"热情和欲望可以突破一切难关。\\\",\\\"group\\\":\\\"UI\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"React\\\",\\\"icon\\\":\\\"icon-jeecg-social-skype\\\",\\\"color\\\":\\\"#00d8ff\\\",\\\"desc\\\":\\\"健康的身体是实目标的基石。\\\",\\\"group\\\":\\\"技术牛\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"Js\\\",\\\"icon\\\":\\\"icon-jeecg-social-pengyou\\\",\\\"color\\\":\\\"#4daf1bc9\\\",\\\"desc\\\":\\\"路是走出来的,而不是空想出来的。\\\",\\\"group\\\":\\\"架构组\\\",\\\"date\\\":\\\"2021-04-01\\\"}]\",\"size\":{\"width\":813,\"height\":408},\"w\":12,\"dataType\":1,\"h\":33,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":30},\"body\":{\"column\":3},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"项目列表\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824081985542', null, '1524641995740446722', null, 'JWaitMatter', '{\"chartData\":\"[{\\\"title\\\":\\\"待办公文\\\",\\\"icon\\\":\\\"icon-jeecg-yudu\\\",\\\"content\\\":23,\\\"desc\\\":\\\"今日已办 3\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"待办流程\\\",\\\"icon\\\":\\\"icon-jeecg-shuju\\\",\\\"content\\\":23,\\\"desc\\\":\\\"今日已办 3\\\",\\\"date\\\":\\\"2021-04-01\\\"},{\\\"title\\\":\\\"待办任务\\\",\\\"icon\\\":\\\"icon-jeecg-tongzhi\\\",\\\"content\\\":23,\\\"desc\\\":\\\"今日已办 3 今日更新 5\\\",\\\"date\\\":\\\"2021-04-01\\\"}]\",\"size\":{\"width\":813,\"height\":221},\"w\":12,\"dataType\":1,\"h\":19,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":25},\"body\":{\"column\":3},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"待办事项\"}}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('1546761824081985543', null, '1524641995740446722', null, 'JDynamicInfo', '{\"chartData\":\"[{\\\"name\\\":\\\"威廉\\\",\\\"date\\\":\\\"刚刚\\\",\\\"desc\\\":\\\"在 开源组 创建了项目 Vue\\\",\\\"avatar\\\":\\\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/320222_1646724689691.jpg\\\"},{\\\"name\\\":\\\"艾文\\\",\\\"date\\\":\\\"1个小时前\\\",\\\"desc\\\":\\\"关注了 威廉\\\",\\\"avatar\\\":\\\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/320305_1646724680756.jpg\\\"},{\\\"name\\\":\\\"克里斯\\\",\\\"date\\\":\\\"1天前\\\",\\\"desc\\\":\\\"发布了 个人动态\\\",\\\"avatar\\\":\\\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/299258_1646724675255.jpg\\\"},{\\\"name\\\":\\\"Jeecg\\\",\\\"date\\\":\\\"2天前\\\",\\\"desc\\\":\\\"发表文章 如何编写一个Vite插件\\\",\\\"avatar\\\":\\\"https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/2.4jeecg_1621512120602.png\\\"}]\",\"size\":{\"width\":813,\"height\":287},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"名称\"},{\"mapping\":\"\",\"filed\":\"描述\"},{\"mapping\":\"\",\"filed\":\"时间\"},{\"mapping\":\"\",\"filed\":\"头像\"}],\"w\":12,\"dataType\":1,\"h\":28,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":0,\"option\":{\"titleFontSize\":18}}', 'admin', '2022-07-12 15:42:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('750939797242052608', null, '750931735173201920', null, 'JMultipleBar', '{\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Bor\\\"}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"多数据对比柱形图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-11-11 14:53:30', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('750939797271412736', null, '750931735173201920', null, 'JMixLineBar', '{\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":110,\\\"type\\\":\\\"降水量\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":130,\\\"type\\\":\\\"降水量\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":113.5,\\\"type\\\":\\\"降水量\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":150,\\\"type\\\":\\\"降水量\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":240.9,\\\"type\\\":\\\"降水量\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":160,\\\"type\\\":\\\"降水量\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":97,\\\"type\\\":\\\"降水量\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":290,\\\"type\\\":\\\"降水量\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":230,\\\"type\\\":\\\"降水量\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":33,\\\"type\\\":\\\"温度\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":35,\\\"type\\\":\\\"温度\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":37,\\\"type\\\":\\\"温度\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":35,\\\"type\\\":\\\"温度\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":34.9,\\\"type\\\":\\\"温度\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":36,\\\"type\\\":\\\"温度\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":37,\\\"type\\\":\\\"温度\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":39,\\\"type\\\":\\\"温度\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":33,\\\"type\\\":\\\"温度\\\"}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"seriesType\":[{\"series\":\"降水量\",\"type\":\"bar\"},{\"series\":\"温度\",\"type\":\"line\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"折柱图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-11-11 14:53:30', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('750939797288189952', null, '750931735173201920', null, 'JBar', '{\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#5470c6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-11-11 14:53:30', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('750939797300772864', null, '750931735173201920', null, 'JPie', '{\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":891,\"height\":166},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"基础饼图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-11-11 14:53:30', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('750939797313355776', null, '750931735173201920', null, 'JNegativeBar', '{\"chartData\":\"[{\\\"name\\\":\\\"周一\\\",\\\"value\\\":200,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周二\\\",\\\"value\\\":170,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周三\\\",\\\"value\\\":240,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周四\\\",\\\"value\\\":244,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周五\\\",\\\"value\\\":200,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周六\\\",\\\"value\\\":220,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周日\\\",\\\"value\\\":210,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周一\\\",\\\"value\\\":320,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周二\\\",\\\"value\\\":302,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周三\\\",\\\"value\\\":341,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周四\\\",\\\"value\\\":374,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周五\\\",\\\"value\\\":390,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周六\\\",\\\"value\\\":450,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周日\\\",\\\"value\\\":420,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周一\\\",\\\"value\\\":-120,\\\"type\\\":\\\"支出\\\"},{\\\"name\\\":\\\"周二\\\",\\\"value\\\":-132,\\\"type\\\":\\\"支出\\\"},{\\\"name\\\":\\\"周三\\\",\\\"value\\\":-101,\\\"type\\\":\\\"支出\\\"},{\\\"name\\\":\\\"周四\\\",\\\"value\\\":-134,\\\"type\\\":\\\"支出\\\"},{\\\"name\\\":\\\"周五\\\",\\\"value\\\":-190,\\\"type\\\":\\\"支出\\\"},{\\\"name\\\":\\\"周六\\\",\\\"value\\\":-230,\\\"type\\\":\\\"支出\\\"},{\\\"name\\\":\\\"周日\\\",\\\"value\\\":-210,\\\"type\\\":\\\"支出\\\"}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"xAxis\":{\"type\":\"value\"},\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"正负条形图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-11-11 14:53:30', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('750939797321744384', null, '750931735173201920', null, 'JMixLineBar', '{\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"type\\\":\\\"降水量\\\",\\\"value\\\":110},{\\\"name\\\":\\\"1992\\\",\\\"type\\\":\\\"降水量\\\",\\\"value\\\":130},{\\\"name\\\":\\\"1993\\\",\\\"type\\\":\\\"降水量\\\",\\\"value\\\":113.5},{\\\"name\\\":\\\"1994\\\",\\\"type\\\":\\\"降水量\\\",\\\"value\\\":150},{\\\"name\\\":\\\"1995\\\",\\\"type\\\":\\\"降水量\\\",\\\"value\\\":240.9},{\\\"name\\\":\\\"1996\\\",\\\"type\\\":\\\"降水量\\\",\\\"value\\\":160},{\\\"name\\\":\\\"1997\\\",\\\"type\\\":\\\"降水量\\\",\\\"value\\\":97},{\\\"name\\\":\\\"1998\\\",\\\"type\\\":\\\"降水量\\\",\\\"value\\\":290},{\\\"name\\\":\\\"1999\\\",\\\"type\\\":\\\"降水量\\\",\\\"value\\\":230},{\\\"name\\\":\\\"1991\\\",\\\"type\\\":\\\"温度\\\",\\\"value\\\":33},{\\\"name\\\":\\\"1992\\\",\\\"type\\\":\\\"温度\\\",\\\"value\\\":35},{\\\"name\\\":\\\"1993\\\",\\\"type\\\":\\\"温度\\\",\\\"value\\\":37},{\\\"name\\\":\\\"1994\\\",\\\"type\\\":\\\"温度\\\",\\\"value\\\":35},{\\\"name\\\":\\\"1995\\\",\\\"type\\\":\\\"温度\\\",\\\"value\\\":34.9},{\\\"name\\\":\\\"1996\\\",\\\"type\\\":\\\"温度\\\",\\\"value\\\":36},{\\\"name\\\":\\\"1997\\\",\\\"type\\\":\\\"温度\\\",\\\"value\\\":37},{\\\"name\\\":\\\"1998\\\",\\\"type\\\":\\\"温度\\\",\\\"value\\\":39},{\\\"name\\\":\\\"1999\\\",\\\"type\\\":\\\"温度\\\",\\\"value\\\":33}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"seriesType\":[{\"series\":\"降水量\",\"type\":\"bar\"},{\"series\":\"温度\",\"type\":\"line\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"折柱图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2022-11-11 14:53:30', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('763678099293241344', null, null, null, 'JNumber', '{\r\n \"id\": \"69f30ceb-db97-4f39-8541-eda61e5c433f\",\r\n \"component\": \"JNumber\",\r\n \"config\": {\r\n \"formType\": \"design\",\r\n \"dataType\": 4,\r\n \"timeOut\": 0,\r\n \"option\": {\r\n \"isCompare\": false,\r\n \"trendType\": \"1\",\r\n \"card\": {\r\n \"title\": \"\",\r\n \"extra\": \"\",\r\n \"rightHref\": \"\",\r\n \"size\": \"small\"\r\n },\r\n \"body\": {\r\n \"text\": \"\",\r\n \"color\": \"#000000\",\r\n \"fontWeight\": \"bold\"\r\n }\r\n },\r\n \"size\": {\r\n \"height\": 500\r\n },\r\n \"dataNum\": \"\",\r\n \"chart\": {\r\n \"category\": \"Number\",\r\n \"subclass\": \"JNumber\"\r\n },\r\n \"typeFields\": [\r\n \r\n ],\r\n \"nameFields\": [\r\n \r\n ],\r\n \"valueFields\": [\r\n {\r\n \"fieldName\": \"record_count\",\r\n \"fieldTxt\": \"记录数量\",\r\n \"fieldType\": \"count\",\r\n \"widgetType\": \"text\"\r\n }\r\n ],\r\n \"assistYFields\": [\r\n \r\n ],\r\n \"assistTypeFields\": [\r\n \r\n ],\r\n \"calcFields\": [\r\n \r\n ],\r\n \"tableName\": \"test_1031\",\r\n \"sorts\": {\r\n \"name\": \"\",\r\n \"type\": \"\"\r\n },\r\n \"filter\": {\r\n \"queryField\": \"create_time\",\r\n \"queryRange\": \"month\",\r\n \"customTime\": null,\r\n \"conditionMode\": \"and\",\r\n \"conditionFields\": [\r\n \r\n ]\r\n },\r\n \"analysis\": {\r\n \"isRawData\": true,\r\n \"showMode\": 1,\r\n \"showData\": 1,\r\n \"isCompare\": false,\r\n \"compareType\": \"\",\r\n \"trendType\": \"1\",\r\n \"compareValue\": null,\r\n \"showFields\": [\r\n \r\n ]\r\n },\r\n \"formId\": \"test_1031\",\r\n \"formName\": \"test1031\",\r\n \"compStyleConfig\": {\r\n \"summary\": {\r\n \"showY\": true,\r\n \"showTotal\": false,\r\n \"showField\": \"\",\r\n \"totalType\": \"sum\",\r\n \"showName\": \"总计\"\r\n },\r\n \"showUnit\": {\r\n \"numberLevel\": \"\",\r\n \"decimal\": 0,\r\n \"position\": \"suffix\",\r\n \"unit\": \"\"\r\n },\r\n \"assist\": {\r\n \"showUnit\": {\r\n \"numberLevel\": \"\",\r\n \"decimal\": 0,\r\n \"position\": \"suffix\",\r\n \"unit\": \"\"\r\n },\r\n \"summary\": {\r\n \"showY\": true,\r\n \"showField\": \"\",\r\n \"totalType\": \"sum\",\r\n \"showName\": \"总计\"\r\n }\r\n },\r\n \"headerFreeze\": true,\r\n \"unilineShow\": true,\r\n \"columnFreeze\": true,\r\n \"lineFreeze\": true\r\n },\r\n \"filterField\": []\r\n }\r\n}', 'jeecg', '2022-12-16 18:30:58', 'jeecg', '2022-12-16 18:31:31'); INSERT INTO `onl_drag_page_comp` VALUES ('763699587304030208', null, null, null, 'JBar', '{\r\n \"id\": \"116606b2-4620-42d6-9202-36f39288a8d5\",\r\n \"component\": \"JBar\",\r\n \"config\": {\r\n \"formType\": \"design\",\r\n \"dataType\": 4,\r\n \"timeOut\": 0,\r\n \"option\": {\r\n \"grid\": {\r\n \"show\": false,\r\n \"top\": 90,\r\n \"bottom\": 115\r\n },\r\n \"card\": {\r\n \"title\": \"\",\r\n \"extra\": \"\",\r\n \"rightHref\": \"\",\r\n \"size\": \"default\"\r\n },\r\n \"title\": {\r\n \"text\": \"每日新增记录\",\r\n \"show\": true,\r\n \"textStyle\": {\r\n \"color\": \"#464646\"\r\n }\r\n },\r\n \"tooltip\": {\r\n \"trigger\": \"axis\",\r\n \"axisPointer\": {\r\n \"type\": \"shadow\",\r\n \"label\": {\r\n \"show\": true,\r\n \"backgroundColor\": \"#333\"\r\n }\r\n }\r\n },\r\n \"yAxis\": {\r\n \"splitLine\": {\r\n \"interval\": 2\r\n },\r\n \"lineStyle\": {\r\n \"color\": \"#f3f3f3\"\r\n }\r\n },\r\n \"series\": [\r\n {\r\n \"data\": [\r\n \r\n ],\r\n \"type\": \"bar\",\r\n \"barWidth\": 40,\r\n \"itemStyle\": {\r\n \"color\": \"#64b5f6\",\r\n \"borderRadius\": 0\r\n }\r\n }\r\n ]\r\n },\r\n \"size\": {\r\n \"height\": 500\r\n },\r\n \"dataNum\": \"\",\r\n \"chart\": {\r\n \"category\": \"Bar\",\r\n \"subclass\": \"JBar\",\r\n \"isGroup\": false\r\n },\r\n \"typeFields\": [\r\n \r\n ],\r\n \"nameFields\": [\r\n {\r\n \"fieldName\": \"create_time\",\r\n \"fieldTxt\": \"创建时间\",\r\n \"fieldType\": \"date\",\r\n \"widgetType\": \"date\",\r\n \"customDateType\": \"3\"\r\n }\r\n ],\r\n \"valueFields\": [\r\n {\r\n \"fieldName\": \"record_count\",\r\n \"fieldTxt\": \"记录数量\",\r\n \"fieldType\": \"count\",\r\n \"widgetType\": \"text\"\r\n }\r\n ],\r\n \"assistYFields\": [\r\n \r\n ],\r\n \"assistTypeFields\": [\r\n \r\n ],\r\n \"calcFields\": [\r\n \r\n ],\r\n \"tableName\": \"test_1031\",\r\n \"sorts\": {\r\n \"name\": \"\",\r\n \"type\": \"\"\r\n },\r\n \"filter\": {\r\n \"queryField\": \"create_time\",\r\n \"queryRange\": \"month\",\r\n \"customTime\": null,\r\n \"conditionMode\": \"and\",\r\n \"conditionFields\": [\r\n \r\n ]\r\n },\r\n \"analysis\": {\r\n \"isRawData\": true,\r\n \"showMode\": 1,\r\n \"showData\": 1,\r\n \"isCompare\": false,\r\n \"compareType\": \"\",\r\n \"trendType\": \"1\",\r\n \"compareValue\": null,\r\n \"showFields\": [\r\n \r\n ]\r\n },\r\n \"formId\": \"test_1031\",\r\n \"formName\": \"test1031\",\r\n \"compStyleConfig\": {\r\n \"summary\": {\r\n \"showY\": true,\r\n \"showTotal\": false,\r\n \"showField\": \"\",\r\n \"totalType\": \"sum\",\r\n \"showName\": \"总计\"\r\n },\r\n \"showUnit\": {\r\n \"numberLevel\": \"\",\r\n \"decimal\": 0,\r\n \"position\": \"suffix\",\r\n \"unit\": \"\"\r\n },\r\n \"assist\": {\r\n \"showUnit\": {\r\n \"numberLevel\": \"\",\r\n \"decimal\": 0,\r\n \"position\": \"suffix\",\r\n \"unit\": \"\"\r\n },\r\n \"summary\": {\r\n \"showY\": true,\r\n \"showField\": \"\",\r\n \"totalType\": \"sum\",\r\n \"showName\": \"总计\"\r\n }\r\n },\r\n \"headerFreeze\": true,\r\n \"unilineShow\": true,\r\n \"columnFreeze\": true,\r\n \"lineFreeze\": true\r\n }\r\n }\r\n}', 'jeecg', '2022-12-16 19:56:21', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('767345445303287808', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed854e9a6b01854e9a6b1f0000\",\"config\":{\"assistYFields\":[],\"formId\":\"chu_fang_yao\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"chu_fang_yao\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"处方药\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2022-12-26 21:23:41', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('767345445714329600', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed854e9a6b01854e9a6b8f0001\",\"config\":{\"assistYFields\":[],\"formId\":\"chu_fang_yao\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"chu_fang_yao\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"处方药\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2022-12-26 21:23:41', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('767559322439843840', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed8551a47f018551a47fb80000\",\"config\":{\"assistYFields\":[],\"formId\":\"aaaa1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"aaaa1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"aaaa1\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-27 11:33:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('767559322888634368', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed8551a47f018551a480340001\",\"config\":{\"assistYFields\":[],\"formId\":\"aaaa1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"aaaa1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"aaaa1\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-27 11:33:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('767901443155886080', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed8556812001855681206b0000\",\"config\":{\"assistYFields\":[],\"formId\":\"app_haha\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"app_haha\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"app_haha\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-28 10:13:01', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('767901444070244352', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed8556812001855681215e0001\",\"config\":{\"assistYFields\":[],\"formId\":\"app_haha\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"app_haha\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"app_haha\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-28 10:13:01', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('767901473807859712', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85568120018556813d150004\",\"config\":{\"assistYFields\":[],\"formId\":\"cc22ss\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"cc22ss\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"工单积分\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-28 10:13:09', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('767901473874968576', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85568120018556813d250005\",\"config\":{\"assistYFields\":[],\"formId\":\"cc22ss\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"cc22ss\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"工单积分\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-28 10:13:09', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('767924238153744384', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed8556d40d018556d40de50000\",\"config\":{\"assistYFields\":[],\"formId\":\"adsfadsf\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"adsfadsf\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"测删除流程\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-28 11:43:36', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('767924238397014016', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed8556d40d018556d40e3d0001\",\"config\":{\"assistYFields\":[],\"formId\":\"adsfadsf\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"adsfadsf\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"测删除流程\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-28 11:43:36', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('767924244520697856', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed8556d40d018556d413ef0004\",\"config\":{\"assistYFields\":[],\"formId\":\"adsfadsf\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"adsfadsf\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"测删除流程\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-28 11:43:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('767924244587806720', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed8556d40d018556d414020005\",\"config\":{\"assistYFields\":[],\"formId\":\"adsfadsf\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"adsfadsf\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"测删除流程\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-28 11:43:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('768016824029741056', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed855824e101855824e1440000\",\"config\":{\"assistYFields\":[],\"formId\":\"issue\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"issue\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"issue\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-28 17:51:30', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('768016824646303744', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed855824e101855824e1e90001\",\"config\":{\"assistYFields\":[],\"formId\":\"issue\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"issue\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"issue\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-28 17:51:30', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('768017225172975616', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed855824e10185582656ef0004\",\"config\":{\"assistYFields\":[],\"formId\":\"xiao_shou_yuan_ttk6\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"xiao_shou_yuan_ttk6\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"销售员\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2022-12-28 17:53:06', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('768017225214918656', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed855824e10185582656fa0005\",\"config\":{\"assistYFields\":[],\"formId\":\"xiao_shou_yuan_ttk6\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"xiao_shou_yuan_ttk6\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"销售员\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2022-12-28 17:53:06', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('768392697476087808', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed855d7c4c01855d7c4cb70000\",\"config\":{\"assistYFields\":[],\"formId\":\"sha_gua_d_byfr\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"sha_gua_d_byfr\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"傻瓜d\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-29 18:45:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('768392697882935296', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed855d7c4c01855d7c4d260001\",\"config\":{\"assistYFields\":[],\"formId\":\"sha_gua_d_byfr\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"sha_gua_d_byfr\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"傻瓜d\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-29 18:45:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('768475451123363840', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402885e8855ea95b01855ea95b090000\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_6666_1j8e\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"jeecg_6666_1j8e\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'qinfeng', '2022-12-30 00:13:55', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('768475451270164480', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402885e8855ea95b01855ea95b3f0001\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_6666_1j8e\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"jeecg_6666_1j8e\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'qinfeng', '2022-12-30 00:13:55', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('768682668124602368', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85619b340185619b34e90000\",\"config\":{\"assistYFields\":[],\"formId\":\"sdfa_gku1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"sdfa_gku1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"sdfa\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-30 13:57:20', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('768682668229459968', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85619b340185619b35140001\",\"config\":{\"assistYFields\":[],\"formId\":\"sdfa_gku1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"sdfa_gku1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"sdfa\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-30 13:57:20', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('768685401766428672', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85619b34018561a526e20004\",\"config\":{\"assistYFields\":[],\"formId\":\"dd_fsog\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"dd_fsog\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"dd\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-30 14:08:11', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('768685401812566016', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85619b34018561a526ed0005\",\"config\":{\"assistYFields\":[],\"formId\":\"dd_fsog\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"dd_fsog\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"dd\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2022-12-30 14:08:12', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('771249231264546816', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed8586144f018586144f220000\",\"config\":{\"assistYFields\":[],\"formId\":\"xiao_mi_feng_e1f5\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"xiao_mi_feng_e1f5\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"小蜜蜂\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-06 15:55:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('771249231428124672', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed8586144f018586144f520001\",\"config\":{\"assistYFields\":[],\"formId\":\"xiao_mi_feng_e1f5\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"xiao_mi_feng_e1f5\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"小蜜蜂\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-06 15:55:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('771261664033046528', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed8586144f018586418a160004\",\"config\":{\"assistYFields\":[],\"formId\":\"sdf_1yop\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"sdf_1yop\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"sdf\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-06 16:45:20', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('771261664058212352', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed8586144f018586418a1e0005\",\"config\":{\"assistYFields\":[],\"formId\":\"sdf_1yop\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"sdf_1yop\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"sdf\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-06 16:45:20', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772335059084574720', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed859582870185958287160000\",\"config\":{\"assistYFields\":[],\"formId\":\"yao_pin_guan_li_56so\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"yao_pin_guan_li_56so\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"药品管理\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-09 15:50:38', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772335059160072192', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed859582870185958287330001\",\"config\":{\"assistYFields\":[],\"formId\":\"yao_pin_guan_li_56so\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"yao_pin_guan_li_56so\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"药品管理\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-09 15:50:38', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772685203479003136', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed859a7c5801859a7c586c0000\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_xiao_hong_shu_12712a_e8rd\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"jeecg_xiao_hong_shu_12712a_e8rd\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"小红书12——*%^712a\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:01:59', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772685204120731648', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed859a7c5801859a7c591a0001\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_xiao_hong_shu_12712a_e8rd\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"jeecg_xiao_hong_shu_12712a_e8rd\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"小红书12——*%^712a\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:01:59', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772685310186291200', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed859a7c5801859a7cbbe30004\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_xiao_hong_shu_sdf_kv7o\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"jeecg_xiao_hong_shu_sdf_kv7o\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"小红书@sdf\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:02:24', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772685310215651328', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed859a7c5801859a7cbbeb0005\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_xiao_hong_shu_sdf_kv7o\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"jeecg_xiao_hong_shu_sdf_kv7o\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"小红书@sdf\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:02:24', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772685793072316416', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed859a7c5801859a7e7d9c0008\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_xiao_hong_shu_23_387y\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"jeecg_xiao_hong_shu_23_387y\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"小红书2@3\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:04:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772685793105870848', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed859a7c5801859a7e7da40009\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_xiao_hong_shu_23_387y\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"jeecg_xiao_hong_shu_23_387y\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"小红书2@3\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:04:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772688060278177792', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed859a7c5801859a86bd1d000c\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_xiao_hong_shu_1asdfasdc_asdf_v5va\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"jeecg_xiao_hong_shu_1asdfasdc_asdf_v5va\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"小红书@1ASDFASDC_)-ASDF\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:13:20', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772688060315926528', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed859a7c5801859a86bd25000d\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_xiao_hong_shu_1asdfasdc_asdf_v5va\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"jeecg_xiao_hong_shu_1asdfasdc_asdf_v5va\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"小红书@1ASDFASDC_)-ASDF\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:13:20', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772690418093588480', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed859a7c5801859a8f51010010\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_23123asdf__nin_ha_a_si_d_hp0c\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"jeecg_23123asdf__nin_ha_a_si_d_hp0c\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"!23123&asdf_您哈阿斯顿发()%1%\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:22:42', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772690418114560000', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed859a7c5801859a8f51060011\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_23123asdf__nin_ha_a_si_d_hp0c\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"jeecg_23123asdf__nin_ha_a_si_d_hp0c\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"!23123&asdf_您哈阿斯顿发()%1%\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:22:42', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772690532560338944', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed859a7c5801859a8fbb9c0014\",\"config\":{\"assistYFields\":[],\"formId\":\"ni_hao_a_8123mm_thah\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"ni_hao_a_8123mm_thah\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"你好啊&8123MM……\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:23:09', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772690532589699072', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed859a7c5801859a8fbba30015\",\"config\":{\"assistYFields\":[],\"formId\":\"ni_hao_a_8123mm_thah\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"ni_hao_a_8123mm_thah\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"你好啊&8123MM……\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:23:09', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772691585053818880', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed859a7c5801859a938fd20018\",\"config\":{\"assistYFields\":[],\"formId\":\"a_si_dun_fa_song_dao_fa_song_d_b9jd\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"a_si_dun_fa_song_dao_fa_song_d_b9jd\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"阿斯顿发送到发送到发送到发送到发送到发送到发送到发斯蒂芬!12312412341234234\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:27:20', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772691585078984704', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed859a7c5801859a938fd70019\",\"config\":{\"assistYFields\":[],\"formId\":\"a_si_dun_fa_song_dao_fa_song_d_b9jd\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"a_si_dun_fa_song_dao_fa_song_d_b9jd\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"阿斯顿发送到发送到发送到发送到发送到发送到发送到发斯蒂芬!12312412341234234\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:27:20', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772692400153886720', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed859a7c5801859a9686f0001c\",\"config\":{\"assistYFields\":[],\"formId\":\"a_si_dun_fa_sheng_a_si_dun_fa__4db1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"a_si_dun_fa_sheng_a_si_dun_fa__4db1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"阿斯顿发生阿斯顿发送到发送到发送到发送到发送到发送到发送到发斯蒂芬\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:30:34', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772692400195829760', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed859a7c5801859a9686f9001d\",\"config\":{\"assistYFields\":[],\"formId\":\"a_si_dun_fa_sheng_a_si_dun_fa__4db1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"a_si_dun_fa_sheng_a_si_dun_fa__4db1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"阿斯顿发生阿斯顿发送到发送到发送到发送到发送到发送到发送到发斯蒂芬\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 15:30:34', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772700410687324160', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed859a7c5801859ab3ab540020\",\"config\":{\"assistYFields\":[],\"formId\":\"adff_2z3v\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"adff_2z3v\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"adff\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 16:02:24', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('772700410708295680', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed859a7c5801859ab3ab590021\",\"config\":{\"assistYFields\":[],\"formId\":\"adff_2z3v\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"adff_2z3v\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"adff\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-10 16:02:24', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773096203617370112', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85a0538e0185a0538e260000\",\"config\":{\"assistYFields\":[],\"formId\":\"aaaa1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"aaaa1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 18:15:09', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773096204087132160', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85a0538e0185a0538ea60001\",\"config\":{\"assistYFields\":[],\"formId\":\"aaaa1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"aaaa1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 18:15:09', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773098908486270976', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85a05d650185a05d65430000\",\"config\":{\"assistYFields\":[],\"formId\":\"aaaa1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"aaaa1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"aaaa1\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 18:25:53', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773098909077667840', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85a05d650185a05d65dd0001\",\"config\":{\"assistYFields\":[],\"formId\":\"aaaa1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"aaaa1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"aaaa1\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 18:25:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773104813269385216', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85a05d650185a072e0940004\",\"config\":{\"assistYFields\":[],\"formId\":\"aaaa1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"aaaa1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"aaaa1\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 18:49:21', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773104813302939648', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85a05d650185a072e09c0005\",\"config\":{\"assistYFields\":[],\"formId\":\"aaaa1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"aaaa1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"aaaa1\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 18:49:21', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773115065989660672', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85a05d650185a0982d2b0008\",\"config\":{\"assistYFields\":[],\"formId\":\"chu_fang_yao\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"chu_fang_yao\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"处方药\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 19:30:06', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773115066019020800', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85a05d650185a0982d330009\",\"config\":{\"assistYFields\":[],\"formId\":\"chu_fang_yao\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"chu_fang_yao\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"处方药\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 19:30:06', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773115287805427712', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85a05d650185a098fbc1000c\",\"config\":{\"assistYFields\":[],\"formId\":\"yao_pin_guan_li_56so\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"yao_pin_guan_li_56so\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"药品管理\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 19:30:59', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773115287834787840', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85a05d650185a098fbc7000d\",\"config\":{\"assistYFields\":[],\"formId\":\"yao_pin_guan_li_56so\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"yao_pin_guan_li_56so\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"药品管理\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 19:30:59', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773115301323669504', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85a05d650185a09908580010\",\"config\":{\"assistYFields\":[],\"formId\":\"sha_gua_d_byfr\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"sha_gua_d_byfr\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"傻瓜d\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 19:31:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773115301357223936', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85a05d650185a09908600011\",\"config\":{\"assistYFields\":[],\"formId\":\"sha_gua_d_byfr\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"sha_gua_d_byfr\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"傻瓜d\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 19:31:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773115303651508224', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85a05d650185a0990a830014\",\"config\":{\"assistYFields\":[],\"formId\":\"xiao_shou_yuan_ttk6\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"xiao_shou_yuan_ttk6\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"销售员\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 19:31:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773115303664091136', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85a05d650185a0990a860015\",\"config\":{\"assistYFields\":[],\"formId\":\"xiao_shou_yuan_ttk6\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"xiao_shou_yuan_ttk6\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"销售员\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-11 19:31:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773426738789154816', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85a506090185a50609000000\",\"config\":{\"assistYFields\":[],\"formId\":\"chu_fang_yao\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"chu_fang_yao\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"处方药\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-12 16:08:34', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773426739690930176', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85a506090185a50609ea0001\",\"config\":{\"assistYFields\":[],\"formId\":\"chu_fang_yao\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"chu_fang_yao\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"处方药\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-12 16:08:35', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773451899168948224', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85a506090185a56191810004\",\"config\":{\"assistYFields\":[],\"formId\":\"sha_gua_d_byfr\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"sha_gua_d_byfr\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"傻瓜d\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-12 17:48:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773451899227668480', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85a506090185a56191900005\",\"config\":{\"assistYFields\":[],\"formId\":\"sha_gua_d_byfr\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"sha_gua_d_byfr\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"傻瓜d\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-12 17:48:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773495830288072704', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85a601630185a60163780000\",\"config\":{\"assistYFields\":[],\"formId\":\"xiao_shou_yuan_ttk6\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"xiao_shou_yuan_ttk6\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-12 20:43:07', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773495830288072705', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85a601630185a60163780001\",\"config\":{\"assistYFields\":[],\"formId\":\"yao_pin_guan_li_56so\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"yao_pin_guan_li_56so\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-12 20:43:07', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773495831030464512', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85a601630185a601643d0003\",\"config\":{\"assistYFields\":[],\"formId\":\"yao_pin_guan_li_56so\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"yao_pin_guan_li_56so\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-12 20:43:07', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773495831030464513', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85a601630185a601643c0002\",\"config\":{\"assistYFields\":[],\"formId\":\"xiao_shou_yuan_ttk6\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"xiao_shou_yuan_ttk6\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-12 20:43:07', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773498678044327936', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881ed85a60bbf0185a60bbfaf0000\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_250_nfr2\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"jeecg_250_nfr2\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"250\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-12 20:54:26', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('773498678862217216', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881ed85a60bbf0185a60bc07a0001\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_250_nfr2\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"jeecg_250_nfr2\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"250\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-01-12 20:54:26', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('780286279472414720', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5860680e501860680e5ec0000\",\"config\":{\"assistYFields\":[],\"formId\":\"ce_shi_app_fist_demo\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"ce_shi_app_fist_demo\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"测试app第一个例子11\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-01-31 14:25:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('780286283788353536', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5860680e501860680ea2c0001\",\"config\":{\"assistYFields\":[],\"formId\":\"ce_shi_app_fist_demo\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"ce_shi_app_fist_demo\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"测试app第一个例子11\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-01-31 14:25:57', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('780292924277555200', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5860699120186069912970000\",\"config\":{\"assistYFields\":[],\"formId\":\"wo_de_ke_hu\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"wo_de_ke_hu\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"我的客户\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-01-31 14:52:21', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('780292924671819776', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5860699120186069913010001\",\"config\":{\"assistYFields\":[],\"formId\":\"wo_de_ke_hu\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"wo_de_ke_hu\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"我的客户\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-01-31 14:52:21', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('780727462598311936', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5860cc5e901860cc5e9ee0000\",\"config\":{\"assistYFields\":[],\"formId\":\"aaaa\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"aaaa\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"测试mogo列表查询和数据权限\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-01 19:39:03', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('780727462719946752', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5860cc5e901860cc5ea180001\",\"config\":{\"assistYFields\":[],\"formId\":\"aaaa\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"aaaa\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"测试mogo列表查询和数据权限\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-01 19:39:03', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781081487378251776', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e58611cdd9018611cdd92f0000\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_xiao_hong_shu_123_iaxy\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"jeecg_xiao_hong_shu_123_iaxy\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"小红书123\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-02 19:05:49', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781081487483109376', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e58611cdd9018611cdd9590001\",\"config\":{\"assistYFields\":[],\"formId\":\"jeecg_xiao_hong_shu_123_iaxy\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"jeecg_xiao_hong_shu_123_iaxy\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"小红书123\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-02 19:05:49', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781081970767593472', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e58611cdd9018611cf9b710004\",\"config\":{\"assistYFields\":[],\"formId\":\"adff_2z3v\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"adff_2z3v\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-02-02 19:07:44', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781081970788564992', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e58611cdd9018611cf9b770005\",\"config\":{\"assistYFields\":[],\"formId\":\"adff_2z3v\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"adff_2z3v\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-02-02 19:07:44', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781082322384486400', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e58611cdd9018611d0e2ea0008\",\"config\":{\"assistYFields\":[],\"formId\":\"aaaa1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"aaaa1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-02-02 19:09:08', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781082322409652224', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e58611cdd9018611d0e2f00009\",\"config\":{\"assistYFields\":[],\"formId\":\"aaaa1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"aaaa1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-02-02 19:09:08', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781082329376391168', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e58611cdd9018611d0e96c000c\",\"config\":{\"assistYFields\":[],\"formId\":\"sdfa_gku1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"sdfa_gku1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-02-02 19:09:09', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781082329397362688', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e58611cdd9018611d0e972000d\",\"config\":{\"assistYFields\":[],\"formId\":\"sdfa_gku1\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"sdfa_gku1\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-02-02 19:09:09', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781084613351079936', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e58611cdd9018611d9388b0010\",\"config\":{\"assistYFields\":[],\"formId\":\"demo_auto_number\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"demo_auto_number\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"示例:自动编号\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-02-02 19:18:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781084613380440064', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e58611cdd9018611d938920011\",\"config\":{\"assistYFields\":[],\"formId\":\"demo_auto_number\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"demo_auto_number\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"示例:自动编号\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'admin', '2023-02-02 19:18:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781123317377564672', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e58612660601861266066a0000\",\"config\":{\"assistYFields\":[],\"formId\":\"zhua_yao_zp4u\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"zhua_yao_zp4u\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"抓药\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-02 21:52:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781123317734080512', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5861266060186126606cc0001\",\"config\":{\"assistYFields\":[],\"formId\":\"zhua_yao_zp4u\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"zhua_yao_zp4u\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"抓药\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-02 21:52:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781704807987576832', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5861aa97901861aa979ba0000\",\"config\":{\"assistYFields\":[],\"formId\":\"ce_shi_biao_dan_001_gsdm\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"ce_shi_biao_dan_001_gsdm\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"测试表单001\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-04 12:22:40', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('781704808121794560', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5861aa97901861aa979ec0001\",\"config\":{\"assistYFields\":[],\"formId\":\"ce_shi_biao_dan_001_gsdm\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"ce_shi_biao_dan_001_gsdm\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"测试表单001\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-04 12:22:40', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('786408878929641472', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5865d82c901865d82c90e0000\",\"config\":{\"assistYFields\":[],\"formId\":\"ce_shi_biao_dan_001_gsdm\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"ce_shi_biao_dan_001_gsdm\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"测试表单001\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-17 11:54:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('786408880452173824', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5865d82c901865d82caac0001\",\"config\":{\"assistYFields\":[],\"formId\":\"ce_shi_biao_dan_001_gsdm\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"ce_shi_biao_dan_001_gsdm\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"测试表单001\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-17 11:54:58', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('787463779545808896', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5866c807d01866c807df20000\",\"config\":{\"assistYFields\":[],\"formId\":\"xiao_shou_yuan_ttk6\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"xiao_shou_yuan_ttk6\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"销售员\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-20 09:46:46', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('787463779721969664', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5866c807d01866c807e2e0001\",\"config\":{\"assistYFields\":[],\"formId\":\"xiao_shou_yuan_ttk6\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"xiao_shou_yuan_ttk6\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"销售员\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-20 09:46:46', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('787463782867697664', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5866c807d01866c80811e0004\",\"config\":{\"assistYFields\":[],\"formId\":\"sha_gua_d_byfr\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"sha_gua_d_byfr\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"傻瓜d\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-20 09:46:46', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('787463782884474880', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5866c807d01866c8081230005\",\"config\":{\"assistYFields\":[],\"formId\":\"sha_gua_d_byfr\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"sha_gua_d_byfr\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"傻瓜d\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-20 09:46:46', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('787463790937538560', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5866c807d01866c8088a30008\",\"config\":{\"assistYFields\":[],\"formId\":\"yao_pin_guan_li_56so\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"yao_pin_guan_li_56so\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"药品管理\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-20 09:46:48', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('787463790962704384', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5866c807d01866c8088a80009\",\"config\":{\"assistYFields\":[],\"formId\":\"yao_pin_guan_li_56so\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"yao_pin_guan_li_56so\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"药品管理\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-20 09:46:48', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('788345993070411776', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5867909f701867909f75d0000\",\"config\":{\"assistYFields\":[],\"formId\":\"sfasd_c6km\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"sfasd_c6km\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"sfasd\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-22 20:12:22', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('788345993238183936', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5867909f701867909f78c0001\",\"config\":{\"assistYFields\":[],\"formId\":\"sfasd_c6km\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"sfasd_c6km\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"sfasd\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-22 20:12:22', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('788677763355672576', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5867dc0f001867dc0f0840000\",\"config\":{\"assistYFields\":[],\"formId\":\"ku_cun_h3ht\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"ku_cun_h3ht\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"库存\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-23 18:10:42', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('788677763523444736', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5867dc0f001867dc0f0b40001\",\"config\":{\"assistYFields\":[],\"formId\":\"ku_cun_h3ht\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"ku_cun_h3ht\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"库存\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-23 18:10:42', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('788677867252776960', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5867dc0f001867dc151500004\",\"config\":{\"assistYFields\":[],\"formId\":\"ru_ku_dan_5rq0\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"ru_ku_dan_5rq0\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"入库单\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-23 18:11:07', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('788677867277942784', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5867dc0f001867dc151560005\",\"config\":{\"assistYFields\":[],\"formId\":\"ru_ku_dan_5rq0\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"ru_ku_dan_5rq0\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"入库单\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-02-23 18:11:07', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('790747819019370496', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5869b2bc201869b2bc2130000\",\"config\":{\"assistYFields\":[],\"formId\":\"bao_bao_cai_pu_2cqr\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"bao_bao_cai_pu_2cqr\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"宝宝菜谱\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-01 11:16:22', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('790747819141005312', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5869b2bc201869b2bc23c0001\",\"config\":{\"assistYFields\":[],\"formId\":\"bao_bao_cai_pu_2cqr\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"bao_bao_cai_pu_2cqr\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"宝宝菜谱\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-01 11:16:22', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('790755458344321024', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e5869b478c01869b478cbe0000\",\"config\":{\"assistYFields\":[],\"formId\":\"su_cai_zhun_bei_1fps\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"su_cai_zhun_bei_1fps\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"素材准备\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-01 11:46:43', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('790755458709225472', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e5869b478c01869b478d200001\",\"config\":{\"assistYFields\":[],\"formId\":\"su_cai_zhun_bei_1fps\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"su_cai_zhun_bei_1fps\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"素材准备\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-01 11:46:43', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('793418272129187840', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e586c11ecf0186c11ecf520000\",\"config\":{\"assistYFields\":[],\"formId\":\"hong_niu_pin_zhong_u7d2\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"hong_niu_pin_zhong_u7d2\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"红牛品种\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-08 20:07:47', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('793418272720584704', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e586c11ecf0186c11ecff00001\",\"config\":{\"assistYFields\":[],\"formId\":\"hong_niu_pin_zhong_u7d2\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"hong_niu_pin_zhong_u7d2\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"红牛品种\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-08 20:07:47', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('795896466006638592', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e586e4566d0186e4566d3c0000\",\"config\":{\"assistYFields\":[],\"formId\":\"cai_gou_dan_jp29\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"cai_gou_dan_jp29\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"采购单\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-15 16:15:15', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('795896466132467712', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e586e4566d0186e4566d690001\",\"config\":{\"assistYFields\":[],\"formId\":\"cai_gou_dan_jp29\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"cai_gou_dan_jp29\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"采购单\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-15 16:15:15', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('795896576572686336', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e586e4566d0186e456d4430004\",\"config\":{\"assistYFields\":[],\"formId\":\"cai_gou_ming_xi_fqt7\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"cai_gou_ming_xi_fqt7\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"采购明细\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-15 16:15:41', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('795896576606240768', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e586e4566d0186e456d44b0005\",\"config\":{\"assistYFields\":[],\"formId\":\"cai_gou_ming_xi_fqt7\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"cai_gou_ming_xi_fqt7\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"采购明细\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-15 16:15:41', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('796307505735041024', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e586ea2dc70186ea2dc7d20000\",\"config\":{\"assistYFields\":[],\"formId\":\"chan_pin_4jvg\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"chan_pin_4jvg\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"产品\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-16 19:28:34', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('796307506150277120', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e586ea2dc70186ea2dc8410001\",\"config\":{\"assistYFields\":[],\"formId\":\"chan_pin_4jvg\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"chan_pin_4jvg\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"产品\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-16 19:28:34', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('796307694893957120', null, null, null, 'JNumber', '{\"component\":\"JNumber\",\"id\":\"402881e586ea2dc70186ea2e78090004\",\"config\":{\"assistYFields\":[],\"formId\":\"ku_cun_v2ve\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"filterField\":[],\"timeOut\":0,\"tableName\":\"ku_cun_v2ve\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"库存\",\"nameFields\":[],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JNumber\",\"category\":\"Number\"},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-16 19:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('796307694914928640', null, null, null, 'JBar', '{\"component\":\"JBar\",\"id\":\"402881e586ea2dc70186ea2e780f0005\",\"config\":{\"assistYFields\":[],\"formId\":\"ku_cun_v2ve\",\"compStyleConfig\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showTotal\":false,\"showY\":true,\"totalType\":\"sum\"},\"lineFreeze\":true,\"columnFreeze\":true,\"assist\":{\"summary\":{\"showName\":\"总计\",\"showField\":\"\",\"showY\":true,\"totalType\":\"sum\"},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0}},\"showUnit\":{\"unit\":\"\",\"numberLevel\":\"\",\"position\":\"suffix\",\"decimal\":0},\"headerFreeze\":true,\"unilineShow\":true},\"formType\":\"design\",\"assistTypeFields\":[],\"dataType\":4,\"calcFields\":[],\"valueFields\":[{\"fieldName\":\"record_count\",\"fieldTxt\":\"记录数量\",\"fieldType\":\"count\",\"widgetType\":\"text\"}],\"analysis\":{\"showData\":1,\"isRawData\":true,\"isCompare\":false,\"compareType\":\"\",\"showMode\":1,\"showFields\":[],\"trendType\":\"1\"},\"timeOut\":0,\"tableName\":\"ku_cun_v2ve\",\"typeFields\":[],\"filter\":{\"conditionMode\":\"and\",\"conditionFields\":[],\"queryField\":\"create_time\",\"queryRange\":\"month\"},\"size\":{\"height\":500},\"formName\":\"库存\",\"nameFields\":[{\"fieldName\":\"create_time\",\"fieldTxt\":\"创建时间\",\"fieldType\":\"date\",\"widgetType\":\"date\"}],\"dataNum\":\"\",\"chart\":{\"subclass\":\"JBar\",\"category\":\"Bar\",\"isGroup\":false},\"sorts\":{\"name\":\"\",\"type\":\"\"},\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}}', 'jeecg', '2023-03-16 19:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('811451560194256896', null, '1517067453027352578', null, 'JForm', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[{\"defaultVal\":\"1\",\"label\":\"sex\",\"text\":\"sex\",\"value\":\"sex\"}],\"dataType\":2,\"dataSetName\":\"示例_参数查询\",\"query\":[],\"h\":12,\"dataSetApi\":\"select*fromdemowherenamelike\'%${name}%\'\",\"timeOut\":-1,\"size\":{\"height\":120},\"dataSetId\":\"1516317603268657153\",\"fieldOption\":[{\"label\":\"id\",\"text\":\"id\",\"value\":\"id\"},{\"label\":\"姓名\",\"text\":\"姓名\",\"value\":\"name\"},{\"label\":\"key_word\",\"text\":\"key_word\",\"value\":\"key_word\"},{\"label\":\"punch_time\",\"text\":\"punch_time\",\"value\":\"punch_time\"},{\"label\":\"salary_money\",\"text\":\"salary_money\",\"value\":\"salary_money\"},{\"label\":\"bonus_money\",\"text\":\"bonus_money\",\"value\":\"bonus_money\"},{\"label\":\"sex\",\"text\":\"sex\",\"value\":\"sex\"},{\"label\":\"age\",\"text\":\"age\",\"value\":\"age\"},{\"label\":\"birthday\",\"text\":\"birthday\",\"value\":\"birthday\"},{\"label\":\"email\",\"text\":\"email\",\"value\":\"email\"},{\"label\":\"content\",\"text\":\"content\",\"value\":\"content\"},{\"label\":\"create_by\",\"text\":\"create_by\",\"value\":\"create_by\"},{\"label\":\"create_time\",\"text\":\"create_time\",\"value\":\"create_time\"},{\"label\":\"update_by\",\"text\":\"update_by\",\"value\":\"update_by\"},{\"label\":\"update_time\",\"text\":\"update_time\",\"value\":\"update_time\"},{\"label\":\"sys_org_code\",\"text\":\"sys_org_code\",\"value\":\"sys_org_code\"},{\"label\":\"tenant_id\",\"text\":\"tenant_id\",\"value\":\"tenant_id\"}],\"dataSetType\":\"sql\",\"background\":\"#FFFFFF\",\"w\":24,\"linkageConfig\":[{\"linkageId\":\"79f3e507-d7ab-4cd5-9402-ca5b41086a73\",\"linkage\":[{\"source\":\"name\",\"target\":\"name\"}]},{\"linkageId\":\"95f190fb-69cc-4dc7-8f4c-b9f33460ad60\",\"linkage\":[{\"source\":\"name\",\"target\":\"name\"}]}],\"dataSetIzAgent\":\"\",\"option\":{\"fields\":[{\"fieldName\":\"name\",\"fieldTxt\":\"姓名\",\"id\":\"row0789b9da-89e4-4402-af25-2bb1043d68f7\",\"izSearch\":\"1\",\"widgetType\":\"input\"}]}}', 'admin', '2023-04-27 14:25:38', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('811451560223617024', null, '1517067453027352578', null, 'JBar', '{\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"age\",\"filed\":\"数值\"}],\"paramOption\":[{\"defaultVal\":\"\",\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"}],\"dataType\":2,\"dataSetName\":\"示例_参数查询\",\"query\":[],\"dataSetApi\":\"select*fromdemowherenamelike\'%${name}%\'\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1516317603268657153\",\"fieldOption\":[{\"label\":\"id\",\"text\":\"id\",\"value\":\"id\"},{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"key_word\",\"text\":\"key_word\",\"value\":\"key_word\"},{\"label\":\"punch_time\",\"text\":\"punch_time\",\"value\":\"punch_time\"},{\"label\":\"salary_money\",\"text\":\"salary_money\",\"value\":\"salary_money\"},{\"label\":\"bonus_money\",\"text\":\"bonus_money\",\"value\":\"bonus_money\"},{\"label\":\"sex\",\"text\":\"sex\",\"value\":\"sex\"},{\"label\":\"age\",\"text\":\"age\",\"value\":\"age\"},{\"label\":\"birthday\",\"text\":\"birthday\",\"value\":\"birthday\"},{\"label\":\"email\",\"text\":\"email\",\"value\":\"email\"},{\"label\":\"content\",\"text\":\"content\",\"value\":\"content\"},{\"label\":\"create_by\",\"text\":\"create_by\",\"value\":\"create_by\"},{\"label\":\"create_time\",\"text\":\"create_time\",\"value\":\"create_time\"},{\"label\":\"update_by\",\"text\":\"update_by\",\"value\":\"update_by\"},{\"label\":\"update_time\",\"text\":\"update_time\",\"value\":\"update_time\"},{\"label\":\"sys_org_code\",\"text\":\"sys_org_code\",\"value\":\"sys_org_code\"},{\"label\":\"tenant_id\",\"text\":\"tenant_id\",\"value\":\"tenant_id\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[{\"linkageId\":\"a7de05b4-3eab-40ce-bb95-39d650ea3c1b\",\"linkage\":[{\"source\":\"age\",\"target\":\"age\"}]}],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2023-04-27 14:25:38', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('811451560236199936', null, '1517067453027352578', null, 'JPie', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"age\",\"filed\":\"数值\"}],\"paramOption\":[{\"defaultVal\":\"\",\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"}],\"dataType\":2,\"dataSetName\":\"示例_参数查询\",\"query\":[],\"dataSetApi\":\"select*fromdemowherenamelike\'%${name}%\'\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1516317603268657153\",\"fieldOption\":[{\"label\":\"id\",\"text\":\"id\",\"value\":\"id\"},{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"key_word\",\"text\":\"key_word\",\"value\":\"key_word\"},{\"label\":\"punch_time\",\"text\":\"punch_time\",\"value\":\"punch_time\"},{\"label\":\"salary_money\",\"text\":\"salary_money\",\"value\":\"salary_money\"},{\"label\":\"bonus_money\",\"text\":\"bonus_money\",\"value\":\"bonus_money\"},{\"label\":\"sex\",\"text\":\"sex\",\"value\":\"sex\"},{\"label\":\"age\",\"text\":\"age\",\"value\":\"age\"},{\"label\":\"birthday\",\"text\":\"birthday\",\"value\":\"birthday\"},{\"label\":\"email\",\"text\":\"email\",\"value\":\"email\"},{\"label\":\"content\",\"text\":\"content\",\"value\":\"content\"},{\"label\":\"create_by\",\"text\":\"create_by\",\"value\":\"create_by\"},{\"label\":\"create_time\",\"text\":\"create_time\",\"value\":\"create_time\"},{\"label\":\"update_by\",\"text\":\"update_by\",\"value\":\"update_by\"},{\"label\":\"update_time\",\"text\":\"update_time\",\"value\":\"update_time\"},{\"label\":\"sys_org_code\",\"text\":\"sys_org_code\",\"value\":\"sys_org_code\"},{\"label\":\"tenant_id\",\"text\":\"tenant_id\",\"value\":\"tenant_id\"}],\"dataSetType\":\"sql\",\"background\":\"#FFFFFF\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[{\"linkageId\":\"9e46a297-752b-40bc-95c7-d28f87ce7cd5\",\"linkage\":[{\"source\":\"age\",\"target\":\"age\"}]},{\"linkageId\":\"a7de05b4-3eab-40ce-bb95-39d650ea3c1b\",\"linkage\":[{\"source\":\"age\",\"target\":\"age\"}]}],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"基础饼图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2023-04-27 14:25:38', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('811451560252977152', null, '1517067453027352578', null, 'JLine', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"age\",\"filed\":\"数值\"}],\"paramOption\":[{\"defaultVal\":\"\",\"label\":\"age\",\"text\":\"age\",\"value\":\"age\"}],\"dataType\":2,\"dataSetName\":\"示例_根据年龄查询用户\",\"query\":[],\"dataSetApi\":\"select*fromdemowhereage=${age}\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"height\":420},\"dataSetId\":\"1517071247723233281\",\"fieldOption\":[{\"label\":\"id\",\"text\":\"id\",\"value\":\"id\"},{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"key_word\",\"text\":\"key_word\",\"value\":\"key_word\"},{\"label\":\"punch_time\",\"text\":\"punch_time\",\"value\":\"punch_time\"},{\"label\":\"salary_money\",\"text\":\"salary_money\",\"value\":\"salary_money\"},{\"label\":\"bonus_money\",\"text\":\"bonus_money\",\"value\":\"bonus_money\"},{\"label\":\"sex\",\"text\":\"sex\",\"value\":\"sex\"},{\"label\":\"age\",\"text\":\"age\",\"value\":\"age\"},{\"label\":\"birthday\",\"text\":\"birthday\",\"value\":\"birthday\"},{\"label\":\"email\",\"text\":\"email\",\"value\":\"email\"},{\"label\":\"content\",\"text\":\"content\",\"value\":\"content\"},{\"label\":\"create_by\",\"text\":\"create_by\",\"value\":\"create_by\"},{\"label\":\"create_time\",\"text\":\"create_time\",\"value\":\"create_time\"},{\"label\":\"update_by\",\"text\":\"update_by\",\"value\":\"update_by\"},{\"label\":\"update_time\",\"text\":\"update_time\",\"value\":\"update_time\"},{\"label\":\"sys_org_code\",\"text\":\"sys_org_code\",\"value\":\"sys_org_code\"},{\"label\":\"tenant_id\",\"text\":\"tenant_id\",\"value\":\"tenant_id\"}],\"dataSetType\":\"sql\",\"background\":\"#FFFFFF\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"text\":\"基础折线图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2023-04-27 14:25:38', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('811451560269754368', null, '1517067453027352578', null, 'JProgress', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"age\",\"filed\":\"数值\"}],\"paramOption\":[{\"defaultVal\":\"\",\"label\":\"age\",\"text\":\"age\",\"value\":\"age\"}],\"dataType\":2,\"dataSetName\":\"示例_根据年龄查询用户\",\"query\":[],\"dataSetApi\":\"select*fromdemowhereage=${age}\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"内存使用率\\\",\\\"value\\\":50}]\",\"size\":{\"height\":420},\"dataSetId\":\"1517071247723233281\",\"fieldOption\":[{\"label\":\"id\",\"text\":\"id\",\"value\":\"id\"},{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"key_word\",\"text\":\"key_word\",\"value\":\"key_word\"},{\"label\":\"punch_time\",\"text\":\"punch_time\",\"value\":\"punch_time\"},{\"label\":\"salary_money\",\"text\":\"salary_money\",\"value\":\"salary_money\"},{\"label\":\"bonus_money\",\"text\":\"bonus_money\",\"value\":\"bonus_money\"},{\"label\":\"sex\",\"text\":\"sex\",\"value\":\"sex\"},{\"label\":\"age\",\"text\":\"age\",\"value\":\"age\"},{\"label\":\"birthday\",\"text\":\"birthday\",\"value\":\"birthday\"},{\"label\":\"email\",\"text\":\"email\",\"value\":\"email\"},{\"label\":\"content\",\"text\":\"content\",\"value\":\"content\"},{\"label\":\"create_by\",\"text\":\"create_by\",\"value\":\"create_by\"},{\"label\":\"create_time\",\"text\":\"create_time\",\"value\":\"create_time\"},{\"label\":\"update_by\",\"text\":\"update_by\",\"value\":\"update_by\"},{\"label\":\"update_time\",\"text\":\"update_time\",\"value\":\"update_time\"},{\"label\":\"sys_org_code\",\"text\":\"sys_org_code\",\"value\":\"sys_org_code\"},{\"label\":\"tenant_id\",\"text\":\"tenant_id\",\"value\":\"tenant_id\"}],\"dataSetType\":\"sql\",\"background\":\"#FFFFFF\",\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"show\":false},\"series\":[{\"barWidth\":19,\"color\":\"#151B87\",\"itemStyle\":{\"normal\":{\"barBorderRadius\":10}},\"zlevel\":1,\"label\":{\"formatter\":\"{c}{a}\",\"offset\":[0,-40],\"color\":\"black\",\"show\":true,\"fontSize\":24,\"position\":\"right\"}},{\"barWidth\":19,\"color\":\"#eeeeee\",\"barGap\":\"-100%\",\"itemStyle\":{\"normal\":{\"barBorderRadius\":10}},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础进度图\",\"textStyle\":{\"color\":\"#464646\"}}}}', 'admin', '2023-04-27 14:25:38', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('826049694035705856', null, '1516742733803323394', null, 'JTabs', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"统计近十日的登陆次数\",\"query\":[],\"h\":40,\"dataSetApi\":\"SELECT\\tcount(*)num,\\tDATE_FORMAT(create_time,\'%Y-%m-%d\')AS`day`FROM\\tsys_logWHERE\\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\\tDATE_FORMAT(create_time,\'%Y-%m-%d\')\",\"size\":{\"width\":1650,\"height\":529},\"dataSetId\":\"1516743766914924546\",\"fieldOption\":[{\"label\":\"登录次数\",\"text\":\"登录次数\",\"value\":\"num\"},{\"label\":\"日期\",\"text\":\"日期\",\"value\":\"day\"}],\"dataSetType\":\"sql\",\"w\":12,\"dataSetIzAgent\":\"\",\"option\":{\"title\":\"选项卡\"},\"child\":[{\"component\":\"JBar\",\"w\":12,\"x\":0,\"h\":42,\"i\":\"2c5a2c1f-2cab-48bc-9a0c-c3c9b648e9b9\",\"title\":\"柱状图\",\"config\":{\"dataMapping\":[{\"mapping\":\"day\",\"filed\":\"维度\"},{\"mapping\":\"num\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"统计近十日的登陆次数\",\"query\":[],\"dataSetApi\":\"SELECT\\tcount(*)num,\\tDATE_FORMAT(create_time,\'%Y-%m-%d\')AS`day`FROM\\tsys_logWHERE\\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\\tDATE_FORMAT(create_time,\'%Y-%m-%d\')\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1516743766914924546\",\"fieldOption\":[{\"label\":\"登录次数\",\"text\":\"登录次数\",\"value\":\"num\"},{\"label\":\"日期\",\"text\":\"日期\",\"value\":\"day\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"showBackground\":true,\"backgroundStyle\":{\"color\":\"rgba(180,180,180,0.2)\"},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}},{\"horizontal\":false,\"component\":\"JLine\",\"size\":10,\"w\":12,\"x\":0,\"h\":42,\"i\":\"34e3d56e-f567-45e7-bb59-346a8ec23fc6\",\"text\":\"0.042\",\"id\":\"a466d3c1-3a35-45f1-9ef1-271ca1a2e37c\",\"title\":\"曲线图\",\"config\":{\"dataMapping\":[{\"mapping\":\"day\",\"filed\":\"维度\"},{\"mapping\":\"num\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"统计近十日的登陆次数\",\"query\":[],\"dataSetApi\":\"SELECT\\tcount(*)num,\\tDATE_FORMAT(create_time,\'%Y-%m-%d\')AS`day`FROM\\tsys_logWHERE\\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\\tDATE_FORMAT(create_time,\'%Y-%m-%d\')\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1516743766914924546\",\"fieldOption\":[{\"label\":\"登录次数\",\"text\":\"登录次数\",\"value\":\"num\"},{\"label\":\"日期\",\"text\":\"日期\",\"value\":\"day\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"text\":\"基础折线图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}},\"child\":[]},{\"horizontal\":false,\"component\":\"JPie\",\"size\":10,\"w\":12,\"x\":0,\"h\":42,\"i\":\"9e2087e1-fd80-4096-995c-27d35d05478a\",\"text\":\"0.042\",\"id\":\"be62c001-795b-4b77-9a91-d6be1ad6d1ce\",\"title\":\"饼图\",\"config\":{\"dataMapping\":[{\"mapping\":\"day\",\"filed\":\"维度\"},{\"mapping\":\"num\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"统计近十日的登陆次数\",\"query\":[],\"dataSetApi\":\"SELECT\\tcount(*)num,\\tDATE_FORMAT(create_time,\'%Y-%m-%d\')AS`day`FROM\\tsys_logWHERE\\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\\tDATE_FORMAT(create_time,\'%Y-%m-%d\')\",\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"paddingBottom\":90,\"dataSetId\":\"1516743766914924546\",\"fieldOption\":[{\"label\":\"登录次数\",\"text\":\"登录次数\",\"value\":\"num\"},{\"label\":\"日期\",\"text\":\"日期\",\"value\":\"day\"}],\"dataSetType\":\"sql\",\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"AccessFrom\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0,0,0,0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"基础饼图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}},\"child\":[]}]}', 'admin', '2023-06-06 21:13:25', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('826049694119591936', null, '1516742733803323394', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"统计近十日的登陆次数\",\"query\":[],\"h\":42,\"dataSetApi\":\"SELECT\\tcount(*)num,\\tDATE_FORMAT(create_time,\'%Y-%m-%d\')AS`day`FROM\\tsys_logWHERE\\tlog_type=1ANDcreate_time>DATE_SUB(NOW(),INTERVAL10DAY)GROUPBY\\tDATE_FORMAT(create_time,\'%Y-%m-%d\')\",\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":1636,\"height\":529},\"dataSetId\":\"1516743766914924546\",\"fieldOption\":[{\"label\":\"日期\",\"text\":\"日期\",\"value\":\"day\"},{\"label\":\"登录次数\",\"text\":\"登录次数\",\"value\":\"num\"}],\"dataSetType\":\"sql\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"day\",\"title\":\"日期\"},{\"izTotal\":\"Y\",\"izShow\":\"Y\",\"dataIndex\":\"num\",\"title\":\"登录次数\"}]}}', 'admin', '2023-06-06 21:13:25', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('897716207532212224', null, '750938006131638272', null, 'JBar', '{\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"type\\\":\\\"手机品牌\\\",\\\"value\\\":1000879},{\\\"name\\\":\\\"三星\\\",\\\"type\\\":\\\"手机品牌\\\",\\\"value\\\":3400879},{\\\"name\\\":\\\"小米\\\",\\\"type\\\":\\\"手机品牌\\\",\\\"value\\\":2300879},{\\\"name\\\":\\\"oppo\\\",\\\"type\\\":\\\"手机品牌\\\",\\\"value\\\":5400879},{\\\"name\\\":\\\"vivo\\\",\\\"type\\\":\\\"手机品牌\\\",\\\"value\\\":3400879}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":861,\"height\":419},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#5470c6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', null, '2023-12-21 15:30:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('897716207632875520', null, '750938006131638272', null, 'JLine', '{\"chartData\":\"[{\\\"name\\\":\\\"联想\\\",\\\"value\\\":1000},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":7350},{\\\"name\\\":\\\"华为\\\",\\\"value\\\":5800},{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":6000},{\\\"name\\\":\\\"戴尔\\\",\\\"value\\\":3000}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":10,\"text\":\"基础折线图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', null, '2023-12-21 15:30:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('897716207645458432', null, '750938006131638272', null, 'JRing', '{\"chartData\":\"[{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":1048},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":735},{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":580},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":484},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":300}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"show\":true,\"text\":\"基础环形图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', null, '2023-12-21 15:30:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('897716207653847040', null, '750938006131638272', null, 'JGauge', '{\"chartData\":\"[{\\\"name\\\":\\\"名称\\\",\\\"value\\\":4}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"名称\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/gauge\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"series\":[{\"axisLabel\":{\"show\":true,\"fontSize\":12},\"data\":[],\"splitLine\":{\"lineStyle\":{\"color\":\"#eee\",\"width\":4},\"length\":12},\"axisTick\":{\"lineStyle\":{\"color\":\"#eee\"},\"show\":true},\"progress\":{\"show\":true},\"detail\":{\"formatter\":\"{value}\",\"fontSize\":25},\"type\":\"gauge\"}],\"tooltip\":{\"formatter\":\"{a}
{b} : {c}%\"},\"title\":{\"text\":\"标准仪表盘\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', null, '2023-12-21 15:30:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('897716207670624256', null, '750938006131638272', null, 'JFunnel', '{\"chartData\":\"[{\\\"name\\\":\\\"直接访问\\\",\\\"value\\\":335},{\\\"name\\\":\\\"邮件营销\\\",\\\"value\\\":310},{\\\"name\\\":\\\"联盟广告\\\",\\\"value\\\":234}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/funnel\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"legend\":{\"orient\":\"horizontal\"},\"series\":[{\"left\":\"10%\",\"gap\":2,\"name\":\"Funnel\",\"width\":\"80%\",\"emphasis\":{\"label\":{\"fontSize\":20}},\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"descending\",\"label\":{\"show\":true,\"position\":\"inside\"},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\"}],\"tooltip\":{\"formatter\":\"{a}
{b} : {c}%\",\"trigger\":\"item\"},\"title\":{\"show\":true,\"text\":\"基础漏斗图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', null, '2023-12-21 15:30:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('897716207679012864', null, '750938006131638272', null, 'JBar', '{\"chartData\":[{\"name\":\"苹果\",\"type\":\"手机品牌\",\"value\":1000879},{\"name\":\"三星\",\"type\":\"手机品牌\",\"value\":3400879},{\"name\":\"小米\",\"type\":\"手机品牌\",\"value\":2300879},{\"name\":\"oppo\",\"type\":\"手机品牌\",\"value\":5400879},{\"name\":\"vivo\",\"type\":\"手机品牌\",\"value\":3400879}],\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#5470c6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', null, '2023-12-21 15:30:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('897716207750316032', null, '750938006131638272', null, 'JStackBar', '{\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Bor\\\"}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"background\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"堆叠柱形图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', null, '2023-12-21 15:30:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('897716207758704640', null, '750938006131638272', null, 'JDynamicBar', '{\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":131,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":141,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":31.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":53,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":41.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":61,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":17,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":19,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":113,\\\"type\\\":\\\"Lon\\\"}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"text\":\"动态柱形图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', null, '2023-12-21 15:30:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('897716207771287552', null, '750938006131638272', null, 'JMultipleBar', '{\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Bor\\\"}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"多数据对比柱形图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', null, '2023-12-21 15:30:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('897716207779676160', null, '750938006131638272', null, 'JNegativeBar', '{\"chartData\":\"[{\\\"name\\\":\\\"周一\\\",\\\"value\\\":200,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周二\\\",\\\"value\\\":170,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周三\\\",\\\"value\\\":240,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周四\\\",\\\"value\\\":244,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周五\\\",\\\"value\\\":200,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周六\\\",\\\"value\\\":220,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周日\\\",\\\"value\\\":210,\\\"type\\\":\\\"利润\\\"},{\\\"name\\\":\\\"周一\\\",\\\"value\\\":320,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周二\\\",\\\"value\\\":302,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周三\\\",\\\"value\\\":341,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周四\\\",\\\"value\\\":374,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周五\\\",\\\"value\\\":390,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周六\\\",\\\"value\\\":450,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周日\\\",\\\"value\\\":420,\\\"type\\\":\\\"收入\\\"},{\\\"name\\\":\\\"周一\\\",\\\"value\\\":-120,\\\"type\\\":\\\"支出\\\"},{\\\"name\\\":\\\"周二\\\",\\\"value\\\":-132,\\\"type\\\":\\\"支出\\\"},{\\\"name\\\":\\\"周三\\\",\\\"value\\\":-101,\\\"type\\\":\\\"支出\\\"},{\\\"name\\\":\\\"周四\\\",\\\"value\\\":-134,\\\"type\\\":\\\"支出\\\"},{\\\"name\\\":\\\"周五\\\",\\\"value\\\":-190,\\\"type\\\":\\\"支出\\\"},{\\\"name\\\":\\\"周六\\\",\\\"value\\\":-230,\\\"type\\\":\\\"支出\\\"},{\\\"name\\\":\\\"周日\\\",\\\"value\\\":-210,\\\"type\\\":\\\"支出\\\"}]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"height\":420},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"xAxis\":{\"type\":\"value\"},\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"正负条形图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', null, '2023-12-21 15:30:33', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('902166022685032448', null, '874452016289599488', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"date\",\"filed\":\"维度\"},{\"mapping\":\"num\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"查询系统日志\",\"query\":[],\"dataSetApi\":\"select DATE_FORMAT(create_time, \'%Y-%m-%d\') as date,count(*) as num from sys_log group by DATE_FORMAT(create_time, \'%Y-%m-%d\')\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"height\":300},\"dataSetId\":\"874452378731991040\",\"fieldOption\":[{\"label\":\"date\",\"text\":\"date\",\"value\":\"date\"},{\"label\":\"num\",\"text\":\"num\",\"value\":\"num\"}],\"dataSetType\":\"sql\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-02 22:12:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('902166022726975488', null, '874452016289599488', null, 'JPie', '{\"chartData\":[{\"name\":\"vivo\",\"value\":1048},{\"name\":\"oppo\",\"value\":735},{\"name\":\"苹果\",\"value\":580},{\"name\":\"小米\",\"value\":484},{\"name\":\"三星\",\"value\":300}],\"size\":{\"height\":300},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"基础饼图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-02 22:12:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('902166022743752704', null, '874452016289599488', null, 'JMultipleBar', '{\"chartData\":[{\"name\":\"1991\",\"type\":\"Lon\",\"value\":3},{\"name\":\"1992\",\"type\":\"Lon\",\"value\":4},{\"name\":\"1993\",\"type\":\"Lon\",\"value\":3.5},{\"name\":\"1994\",\"type\":\"Lon\",\"value\":5},{\"name\":\"1995\",\"type\":\"Lon\",\"value\":4.9},{\"name\":\"1996\",\"type\":\"Lon\",\"value\":6},{\"name\":\"1997\",\"type\":\"Lon\",\"value\":7},{\"name\":\"1998\",\"type\":\"Lon\",\"value\":9},{\"name\":\"1999\",\"type\":\"Lon\",\"value\":13},{\"name\":\"1991\",\"type\":\"Bor\",\"value\":3},{\"name\":\"1992\",\"type\":\"Bor\",\"value\":4},{\"name\":\"1993\",\"type\":\"Bor\",\"value\":3.5},{\"name\":\"1994\",\"type\":\"Bor\",\"value\":5},{\"name\":\"1995\",\"type\":\"Bor\",\"value\":4.9},{\"name\":\"1996\",\"type\":\"Bor\",\"value\":6},{\"name\":\"1997\",\"type\":\"Bor\",\"value\":7},{\"name\":\"1998\",\"type\":\"Bor\",\"value\":9},{\"name\":\"1999\",\"type\":\"Bor\",\"value\":13}],\"size\":{\"height\":300},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"多数据对比柱形图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-02 22:12:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('902166022756335616', null, '874452016289599488', null, 'JPictorialBar', '{\"chartData\":[{\"symbol\":\"path://M-22.788,24.521c2.08-0.986,3.611-3.905,4.984-5.892 c-2.686,2.782-5.047,5.884-9.102,7.312c-0.992,0.005-0.25-2.016,0.34-2.362l1.852-0.41c0.564-0.218,0.785-0.842,0.902-1.347 c2.133-0.727,4.91-4.129,6.031-6.194c1.748-0.7,4.443-0.679,5.734-2.293c1.176-1.468,0.393-3.992,1.215-6.557 c0.24-0.754,0.574-1.581,1.008-2.293c-0.611,0.011-1.348-0.061-1.959-0.608c-1.391-1.245-0.785-2.086-1.297-3.313 c1.684,0.744,2.5,2.584,4.426,2.586C-8.46,3.012-8.255,2.901-8.04,2.824c6.031-1.952,15.182-0.165,19.498-3.937 c1.15-3.933-1.24-9.846-1.229-9.938c0.008-0.062-1.314-0.004-1.803-0.258c-1.119-0.771-6.531-3.75-0.17-3.33 c0.314-0.045,0.943,0.259,1.439,0.435c-0.289-1.694-0.92-0.144-3.311-1.946c0,0-1.1-0.855-1.764-1.98 c-0.836-1.09-2.01-2.825-2.992-4.031c-1.523-2.476,1.367,0.709,1.816,1.108c1.768,1.704,1.844,3.281,3.232,3.983 c0.195,0.203,1.453,0.164,0.926-0.468c-0.525-0.632-1.367-1.278-1.775-2.341c-0.293-0.703-1.311-2.326-1.566-2.711 c-0.256-0.384-0.959-1.718-1.67-2.351c-1.047-1.187-0.268-0.902,0.521-0.07c0.789,0.834,1.537,1.821,1.672,2.023 c0.135,0.203,1.584,2.521,1.725,2.387c0.102-0.259-0.035-0.428-0.158-0.852c-0.125-0.423-0.912-2.032-0.961-2.083 c-0.357-0.852-0.566-1.908-0.598-3.333c0.4-2.375,0.648-2.486,0.549-0.705c0.014,1.143,0.031,2.215,0.602,3.247 c0.807,1.496,1.764,4.064,1.836,4.474c0.561,3.176,2.904,1.749,2.281-0.126c-0.068-0.446-0.109-2.014-0.287-2.862 c-0.18-0.849-0.219-1.688-0.113-3.056c0.066-1.389,0.232-2.055,0.277-2.299c0.285-1.023,0.4-1.088,0.408,0.135 c-0.059,0.399-0.131,1.687-0.125,2.655c0.064,0.642-0.043,1.768,0.172,2.486c0.654,1.928-0.027,3.496,1,3.514 c1.805-0.424,2.428-1.218,2.428-2.346c-0.086-0.704-0.121-0.843-0.031-1.193c0.221-0.568,0.359-0.67,0.312-0.076 c-0.055,0.287,0.031,0.533,0.082,0.794c0.264,1.197,0.912,0.114,1.283-0.782c0.15-0.238,0.539-2.154,0.545-2.522 c-0.023-0.617,0.285-0.645,0.309,0.01c0.064,0.422-0.248,2.646-0.205,2.334c-0.338,1.24-1.105,3.402-3.379,4.712 c-0.389,0.12-1.186,1.286-3.328,2.178c0,0,1.729,0.321,3.156,0.246c1.102-0.19,3.707-0.027,4.654,0.269 c1.752,0.494,1.531-0.053,4.084,0.164c2.26-0.4,2.154,2.391-1.496,3.68c-2.549,1.405-3.107,1.475-2.293,2.984 c3.484,7.906,2.865,13.183,2.193,16.466c2.41,0.271,5.732-0.62,7.301,0.725c0.506,0.333,0.648,1.866-0.457,2.86 c-4.105,2.745-9.283,7.022-13.904,7.662c-0.977-0.194,0.156-2.025,0.803-2.247l1.898-0.03c0.596-0.101,0.936-0.669,1.152-1.139 c3.16-0.404,5.045-3.775,8.246-4.818c-4.035-0.718-9.588,3.981-12.162,1.051c-5.043,1.423-11.449,1.84-15.895,1.111 c-3.105,2.687-7.934,4.021-12.115,5.866c-3.271,3.511-5.188,8.086-9.967,10.414c-0.986,0.119-0.48-1.974,0.066-2.385l1.795-0.618 C-22.995,25.682-22.849,25.035-22.788,24.521z\",\"symbolSize\":[60,60],\"name\":\"驯鹿\",\"value\":123},{\"symbol\":\"path://M1.112,32.559l2.998,1.205l-2.882,2.268l-2.215-0.012L1.112,32.559z M37.803,23.96 c0.158-0.838,0.5-1.509,0.961-1.904c-0.096-0.037-0.205-0.071-0.344-0.071c-0.777-0.005-2.068-0.009-3.047-0.009 c-0.633,0-1.217,0.066-1.754,0.18l2.199,1.804H37.803z M39.738,23.036c-0.111,0-0.377,0.325-0.537,0.924h1.076 C40.115,23.361,39.854,23.036,39.738,23.036z M39.934,39.867c-0.166,0-0.674,0.705-0.674,1.986s0.506,1.986,0.674,1.986 s0.672-0.705,0.672-1.986S40.102,39.867,39.934,39.867z M38.963,38.889c-0.098-0.038-0.209-0.07-0.348-0.073 c-0.082,0-0.174,0-0.268-0.001l-7.127,4.671c0.879,0.821,2.42,1.417,4.348,1.417c0.979,0,2.27-0.006,3.047-0.01 c0.139,0,0.25-0.034,0.348-0.072c-0.646-0.555-1.07-1.643-1.07-2.967C37.891,40.529,38.316,39.441,38.963,38.889z M32.713,23.96 l-12.37-10.116l-4.693-0.004c0,0,4,8.222,4.827,10.121H32.713z M59.311,32.374c-0.248,2.104-5.305,3.172-8.018,3.172H39.629 l-25.325,16.61L9.607,52.16c0,0,6.687-8.479,7.95-10.207c1.17-1.6,3.019-3.699,3.027-6.407h-2.138 c-5.839,0-13.816-3.789-18.472-5.583c-2.818-1.085-2.396-4.04-0.031-4.04h0.039l-3.299-11.371h3.617c0,0,4.352,5.696,5.846,7.5 c2,2.416,4.503,3.678,8.228,3.87h30.727c2.17,0,4.311,0.417,6.252,1.046c3.49,1.175,5.863,2.7,7.199,4.027 C59.145,31.584,59.352,32.025,59.311,32.374z M22.069,30.408c0-0.815-0.661-1.475-1.469-1.475c-0.812,0-1.471,0.66-1.471,1.475 s0.658,1.475,1.471,1.475C21.408,31.883,22.069,31.224,22.069,30.408z M27.06,30.408c0-0.815-0.656-1.478-1.466-1.478 c-0.812,0-1.471,0.662-1.471,1.478s0.658,1.477,1.471,1.477C26.404,31.885,27.06,31.224,27.06,30.408z M32.055,30.408 c0-0.815-0.66-1.475-1.469-1.475c-0.808,0-1.466,0.66-1.466,1.475s0.658,1.475,1.466,1.475 C31.398,31.883,32.055,31.224,32.055,30.408z M37.049,30.408c0-0.815-0.658-1.478-1.467-1.478c-0.812,0-1.469,0.662-1.469,1.478 s0.656,1.477,1.469,1.477C36.389,31.885,37.049,31.224,37.049,30.408z M42.039,30.408c0-0.815-0.656-1.478-1.465-1.478 c-0.811,0-1.469,0.662-1.469,1.478s0.658,1.477,1.469,1.477C41.383,31.885,42.039,31.224,42.039,30.408z M55.479,30.565 c-0.701-0.436-1.568-0.896-2.627-1.347c-0.613,0.289-1.551,0.476-2.73,0.476c-1.527,0-1.639,2.263,0.164,2.316 C52.389,32.074,54.627,31.373,55.479,30.565z\",\"symbolSize\":[65,35],\"name\":\"飞机\",\"value\":60},{\"symbol\":\"path://M-244.396,44.399c0,0,0.47-2.931-2.427-6.512c2.819-8.221,3.21-15.709,3.21-15.709s5.795,1.383,5.795,7.325C-237.818,39.679-244.396,44.399-244.396,44.399z M-260.371,40.827c0,0-3.881-12.946-3.881-18.319c0-2.416,0.262-4.566,0.669-6.517h17.684c0.411,1.952,0.675,4.104,0.675,6.519c0,5.291-3.87,18.317-3.87,18.317H-260.371z M-254.745,18.951c-1.99,0-3.603,1.676-3.603,3.744c0,2.068,1.612,3.744,3.603,3.744c1.988,0,3.602-1.676,3.602-3.744S-252.757,18.951-254.745,18.951z M-255.521,2.228v-5.098h1.402v4.969c1.603,1.213,5.941,5.069,7.901,12.5h-17.05C-261.373,7.373-257.245,3.558-255.521,2.228zM-265.07,44.399c0,0-6.577-4.721-6.577-14.896c0-5.942,5.794-7.325,5.794-7.325s0.393,7.488,3.211,15.708C-265.539,41.469-265.07,44.399-265.07,44.399z M-252.36,45.15l-1.176-1.22L-254.789,48l-1.487-4.069l-1.019,2.116l-1.488-3.826h8.067L-252.36,45.15z\",\"symbolSize\":[50,60],\"name\":\"火箭\",\"value\":25},{\"symbol\":\"path://M67.335,33.596L67.335,33.596c-0.002-1.39-1.153-3.183-3.328-4.218h-9.096v-2.07h5.371 c-4.939-2.07-11.199-4.141-14.89-4.141H19.72v12.421v5.176h38.373c4.033,0,8.457-1.035,9.142-5.176h-0.027 c0.076-0.367,0.129-0.751,0.129-1.165L67.335,33.596L67.335,33.596z M27.999,30.413h-3.105v-4.141h3.105V30.413z M35.245,30.413 h-3.104v-4.141h3.104V30.413z M42.491,30.413h-3.104v-4.141h3.104V30.413z M49.736,30.413h-3.104v-4.141h3.104V30.413z M14.544,40.764c1.143,0,2.07-0.927,2.07-2.07V35.59V25.237c0-1.145-0.928-2.07-2.07-2.07H-9.265c-1.143,0-2.068,0.926-2.068,2.07 v10.351v3.105c0,1.144,0.926,2.07,2.068,2.07H14.544L14.544,40.764z M8.333,26.272h3.105v4.141H8.333V26.272z M1.087,26.272h3.105 v4.141H1.087V26.272z M-6.159,26.272h3.105v4.141h-3.105V26.272z M-9.265,41.798h69.352v1.035H-9.265V41.798z\",\"symbolSize\":[50,30],\"name\":\"高铁\",\"value\":18},{\"symbol\":\"path://M16.678,17.086h9.854l-2.703,5.912c5.596,2.428,11.155,5.575,16.711,8.607c3.387,1.847,6.967,3.75,10.541,5.375 v-6.16l-4.197-2.763v-5.318L33.064,12.197h-11.48L20.43,15.24h-4.533l-1.266,3.286l0.781,0.345L16.678,17.086z M49.6,31.84 l0.047,1.273L27.438,20.998l0.799-1.734L49.6,31.84z M33.031,15.1l12.889,8.82l0.027,0.769L32.551,16.1L33.031,15.1z M22.377,14.045 h9.846l-1.539,3.365l-2.287-1.498h1.371l0.721-1.352h-2.023l-0.553,1.037l-0.541-0.357h-0.34l0.359-0.684h-2.025l-0.361,0.684 h-3.473L22.377,14.045z M23.695,20.678l-0.004,0.004h0.004V20.678z M24.828,18.199h-2.031l-0.719,1.358h2.029L24.828,18.199z M40.385,34.227c-12.85-7.009-25.729-14.667-38.971-12.527c1.26,8.809,9.08,16.201,8.213,24.328 c-0.553,4.062-3.111,0.828-3.303,7.137c15.799,0,32.379,0,48.166,0l0.066-4.195l1.477-7.23 C50.842,39.812,45.393,36.961,40.385,34.227z M13.99,35.954c-1.213,0-2.195-1.353-2.195-3.035c0-1.665,0.98-3.017,2.195-3.017 c1.219,0,2.195,1.352,2.195,3.017C16.186,34.604,15.213,35.954,13.99,35.954z M23.691,20.682h-2.02l-0.588,1.351h2.023 L23.691,20.682z M19.697,18.199l-0.721,1.358h2.025l0.727-1.358H19.697z\",\"symbolSize\":[50,35],\"name\":\"轮船\",\"value\":12},{\"symbol\":\"path://M49.592,40.883c-0.053,0.354-0.139,0.697-0.268,0.963c-0.232,0.475-0.455,0.519-1.334,0.475 c-1.135-0.053-2.764,0-4.484,0.068c0,0.476,0.018,0.697,0.018,0.697c0.111,1.299,0.697,1.342,0.931,1.342h3.7 c0.326,0,0.628,0,0.861-0.154c0.301-0.196,0.43-0.772,0.543-1.78c0.017-0.146,0.025-0.336,0.033-0.56v-0.01 c0-0.068,0.008-0.154,0.008-0.25V41.58l0,0C49.6,41.348,49.6,41.09,49.592,40.883L49.592,40.883z M6.057,40.883 c0.053,0.354,0.137,0.697,0.268,0.963c0.23,0.475,0.455,0.519,1.334,0.475c1.137-0.053,2.762,0,4.484,0.068 c0,0.476-0.018,0.697-0.018,0.697c-0.111,1.299-0.697,1.342-0.93,1.342h-3.7c-0.328,0-0.602,0-0.861-0.154 c-0.309-0.18-0.43-0.772-0.541-1.78c-0.018-0.146-0.027-0.336-0.035-0.56v-0.01c0-0.068-0.008-0.154-0.008-0.25V41.58l0,0 C6.057,41.348,6.057,41.09,6.057,40.883L6.057,40.883z M49.867,32.766c0-2.642-0.344-5.224-0.482-5.507 c-0.104-0.207-0.766-0.749-2.271-1.773c-1.522-1.042-1.487-0.887-1.766-1.566c0.25-0.078,0.492-0.224,0.639-0.241 c0.326-0.034,0.345,0.274,1.023,0.274c0.68,0,2.152-0.18,2.453-0.48c0.301-0.303,0.396-0.405,0.396-0.672 c0-0.268-0.156-0.818-0.447-1.146c-0.293-0.327-1.541-0.49-2.273-0.585c-0.729-0.095-0.834,0-1.022,0.121 c-0.304,0.189-0.32,1.919-0.32,1.919l-0.713,0.018c-0.465-1.146-1.11-3.452-2.117-5.269c-1.103-1.979-2.256-2.599-2.737-2.754 c-0.474-0.146-0.904-0.249-4.131-0.576c-3.298-0.344-5.922-0.388-8.262-0.388c-2.342,0-4.967,0.052-8.264,0.388 c-3.229,0.336-3.66,0.43-4.133,0.576s-1.633,0.775-2.736,2.754c-1.006,1.816-1.652,4.123-2.117,5.269L9.87,23.109 c0,0-0.008-1.729-0.318-1.919c-0.189-0.121-0.293-0.225-1.023-0.121c-0.732,0.104-1.98,0.258-2.273,0.585 c-0.293,0.327-0.447,0.878-0.447,1.146c0,0.267,0.094,0.379,0.396,0.672c0.301,0.301,1.773,0.48,2.453,0.48 c0.68,0,0.697-0.309,1.023-0.274c0.146,0.018,0.396,0.163,0.637,0.241c-0.283,0.68-0.24,0.524-1.764,1.566 c-1.506,1.033-2.178,1.566-2.271,1.773c-0.139,0.283-0.482,2.865-0.482,5.508s0.189,5.02,0.189,5.86c0,0.354,0,0.976,0.076,1.565 c0.053,0.354,0.129,0.697,0.268,0.966c0.232,0.473,0.447,0.516,1.334,0.473c1.137-0.051,2.779,0,4.477,0.07 c1.135,0.043,2.297,0.086,3.33,0.11c2.582,0.051,1.826-0.379,2.928-0.36c1.102,0.016,5.447,0.196,9.424,0.196 c3.976,0,8.332-0.182,9.423-0.196c1.102-0.019,0.346,0.411,2.926,0.36c1.033-0.018,2.195-0.067,3.332-0.11 c1.695-0.062,3.348-0.121,4.477-0.07c0.886,0.043,1.103,0,1.332-0.473c0.132-0.269,0.218-0.611,0.269-0.966 c0.086-0.592,0.078-1.213,0.078-1.565C49.678,37.793,49.867,35.408,49.867,32.766L49.867,32.766z M13.219,19.735 c0.412-0.964,1.652-2.9,2.256-3.244c0.145-0.087,1.426-0.491,4.637-0.706c2.953-0.198,6.217-0.276,7.73-0.276 c1.513,0,4.777,0.078,7.729,0.276c3.201,0.215,4.502,0.611,4.639,0.706c0.775,0.533,1.842,2.28,2.256,3.244 c0.412,0.965,0.965,2.858,0.861,3.116c-0.104,0.258,0.104,0.388-1.291,0.275c-1.387-0.103-10.088-0.216-14.185-0.216 c-4.088,0-12.789,0.113-14.184,0.216c-1.395,0.104-1.188-0.018-1.291-0.275C12.254,22.593,12.805,20.708,13.219,19.735 L13.219,19.735z M16.385,30.511c-0.619,0.155-0.988,0.491-1.764,0.482c-0.775,0-2.867-0.353-3.314-0.371 c-0.447-0.017-0.842,0.302-1.076,0.362c-0.23,0.06-0.688-0.104-1.377-0.318c-0.688-0.216-1.092-0.155-1.316-1.094 c-0.232-0.93,0-2.264,0-2.264c1.488-0.068,2.928,0.069,5.621,0.826c2.693,0.758,4.191,2.213,4.191,2.213 S17.004,30.357,16.385,30.511L16.385,30.511z M36.629,37.293c-1.23,0.164-6.386,0.207-8.794,0.207c-2.412,0-7.566-0.051-8.799-0.207 c-1.256-0.164-2.891-1.67-1.764-2.865c1.523-1.627,1.24-1.576,4.701-2.023C24.967,32.018,27.239,32,27.834,32 c0.584,0,2.865,0.025,5.859,0.404c3.461,0.447,3.178,0.396,4.699,2.022C39.521,35.623,37.887,37.129,36.629,37.293L36.629,37.293z M48.129,29.582c-0.232,0.93-0.629,0.878-1.318,1.093c-0.688,0.216-1.145,0.371-1.377,0.319c-0.231-0.053-0.627-0.371-1.074-0.361 c-0.448,0.018-2.539,0.37-3.313,0.37c-0.772,0-1.146-0.328-1.764-0.481c-0.621-0.154-0.966-0.154-0.966-0.154 s1.49-1.464,4.191-2.213c2.693-0.758,4.131-0.895,5.621-0.826C48.129,27.309,48.361,28.643,48.129,29.582L48.129,29.582z\",\"symbolSize\":[40,30],\"name\":\"汽车\",\"value\":9},{\"symbol\":\"path://M13.676,32.955c0.919-0.031,1.843-0.008,2.767-0.008v0.007c0.827,0,1.659,0.041,2.486-0.019 c0.417-0.028,1.118,0.325,1.14-0.545c0.014-0.637-0.156-1.279-0.873-1.367c-1.919-0.241-3.858-0.233-5.774,0.019 c-0.465,0.062-0.998,0.442-0.832,1.069C12.715,32.602,13.045,32.977,13.676,32.955z M14.108,29.013 c1.47-0.007,2.96-0.122,4.414,0.035c1.792,0.192,3.1-0.412,4.273-2.105c-3.044,0-5.882,0.014-8.719-0.01 c-0.768-0.005-1.495,0.118-1.461,1C12.642,28.731,13.329,29.014,14.108,29.013z M23.678,36.593c-0.666-0.69-1.258-1.497-2.483-1.448 c-2.341,0.095-4.689,0.051-7.035,0.012c-0.834-0.014-1.599,0.177-1.569,1.066c0.031,0.854,0.812,1.062,1.636,1.043 c1.425-0.033,2.852-0.01,4.278-0.01v-0.01c1.562,0,3.126,0.008,4.691-0.005C23.614,37.239,24.233,37.174,23.678,36.593z M32.234,42.292h-0.002c-1.075,0.793-2.589,0.345-3.821,1.048c-0.359,0.193-0.663,0.465-0.899,0.799 c-1.068,1.623-2.052,3.301-3.117,4.928c-0.625,0.961-0.386,1.805,0.409,2.395c0.844,0.628,1.874,0.617,2.548-0.299 c1.912-2.573,3.761-5.197,5.621-7.814C33.484,42.619,33.032,42.387,32.234,42.292z M43.527,28.401 c-0.688-1.575-2.012-0.831-3.121-0.895c-1.047-0.058-2.119,1.128-3.002,0.345c-0.768-0.677-1.213-1.804-1.562-2.813 c-0.45-1.305-1.495-2.225-2.329-3.583c2.953,1.139,4.729,0.077,5.592-1.322c0.99-1.61,0.718-3.725-0.627-4.967 c-1.362-1.255-3.414-1.445-4.927-0.452c-1.933,1.268-2.206,2.893-0.899,6.11c-2.098-0.659-3.835-1.654-5.682-2.383 c-0.735-0.291-1.437-1.017-2.293-0.666c-2.263,0.927-4.522,1.885-6.723,2.95c-1.357,0.658-1.649,1.593-1.076,2.638 c0.462,0.851,1.643,1.126,2.806,0.617c0.993-0.433,1.994-0.857,2.951-1.374c1.599-0.86,3.044-0.873,4.604,0.214 c1.017,0.707,0.873,1.137,0.123,1.849c-1.701,1.615-3.516,3.12-4.933,5.006c-1.042,1.388-0.993,2.817,0.255,4.011 c1.538,1.471,3.148,2.869,4.708,4.315c0.485,0.444,0.907,0.896-0.227,1.104c-1.523,0.285-3.021,0.694-4.538,1.006 c-1.109,0.225-2.02,1.259-1.83,2.16c0.223,1.07,1.548,1.756,2.687,1.487c3.003-0.712,6.008-1.413,9.032-2.044 c1.549-0.324,2.273-1.869,1.344-3.115c-0.868-1.156-1.801-2.267-2.639-3.445c-1.964-2.762-1.95-2.771,0.528-5.189 c1.394-1.357,1.379-1.351,2.437,0.417c0.461,0.769,0.854,1.703,1.99,1.613c2.238-0.181,4.407-0.755,6.564-1.331 C43.557,30.447,43.88,29.206,43.527,28.401z\",\"symbolSize\":[50,50],\"name\":\"跑步\",\"value\":2},{\"symbol\":\"path://M29.902,23.275c1.86,0,3.368-1.506,3.368-3.365c0-1.859-1.508-3.365-3.368-3.365 c-1.857,0-3.365,1.506-3.365,3.365C26.537,21.769,28.045,23.275,29.902,23.275z M36.867,30.74c-1.666-0.467-3.799-1.6-4.732-4.199 c-0.932-2.6-3.131-2.998-4.797-2.998s-7.098,3.894-7.098,3.894c-1.133,1.001-2.1,6.502-0.967,6.769 c1.133,0.269,1.266-1.533,1.934-3.599c0.666-2.065,3.797-3.466,3.797-3.466s0.201,2.467-0.398,3.866 c-0.599,1.399-1.133,2.866-1.467,6.198s-1.6,3.665-3.799,6.266c-2.199,2.598-0.6,3.797,0.398,3.664 c1.002-0.133,5.865-5.598,6.398-6.998c0.533-1.397,0.668-3.732,0.668-3.732s0,0,2.199,1.867c2.199,1.865,2.332,4.6,2.998,7.73 s2.332,0.934,2.332-0.467c0-1.401,0.269-5.465-1-7.064c-1.265-1.6-3.73-3.465-3.73-5.265s1.199-3.732,1.199-3.732 c0.332,1.667,3.335,3.065,5.599,3.399C38.668,33.206,38.533,31.207,36.867,30.74z\",\"symbolSize\":[40,50],\"name\":\"步行\",\"value\":1}],\"size\":{\"height\":300},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/pictogram\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"象形柱图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-02 22:12:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('902166022773112832', null, '874452016289599488', null, 'JQuickNav', '{\"chartData\":[{\"color\":\"#1fdaca\",\"icon\":\"icon-jeecg-homepage\",\"title\":\"首页\"},{\"color\":\"#bf0c2c\",\"icon\":\"icon-jeecg-shijian\",\"title\":\"仪表盘\"},{\"color\":\"#e18525\",\"icon\":\"icon-jeecg-dangan\",\"title\":\"组件\"},{\"color\":\"#3fb27f\",\"icon\":\"icon-jeecg-shezhi\",\"title\":\"系统管理\"},{\"color\":\"#4daf1bc9\",\"icon\":\"icon-jeecg-yuechi\",\"title\":\"权限管理\"},{\"color\":\"#00d8ff\",\"icon\":\"icon-jeecg-fujin\",\"title\":\"图表\"}],\"size\":{\"height\":260},\"w\":12,\"dataType\":1,\"h\":26,\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":-1,\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":30},\"body\":{\"textAlign\":\"center\",\"column\":3,\"iconAlign\":\"top\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"快捷导航\"}}}', 'admin', '2024-01-02 22:12:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('902166022789890048', null, '874452016289599488', null, 'JGrowCard', '{\"chartData\":[{\"total\":120000,\"color\":\"green\",\"prefix\":\"$\",\"icon\":\"icon-jeecg-qianbao\",\"action\":\"月\",\"title\":\"访问数\",\"value\":2000},{\"total\":500000,\"color\":\"blue\",\"prefix\":\"$\",\"icon\":\"icon-jeecg-youhuiquan\",\"action\":\"月\",\"title\":\"成交额\",\"value\":20000},{\"total\":120000,\"color\":\"orange\",\"prefix\":\"$\",\"icon\":\"icon-jeecg-tupian\",\"action\":\"周\",\"title\":\"下载数\",\"value\":8000},{\"total\":50000,\"color\":\"purple\",\"prefix\":\"$\",\"icon\":\"icon-jeecg-jifen\",\"action\":\"年\",\"title\":\"成交数\",\"value\":5000}],\"size\":{\"height\":190},\"w\":12,\"dataType\":1,\"h\":19,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":20},\"body\":{\"horizontal\":8,\"vertical\":8,\"span\":6},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"统计卡片\"}}}', 'admin', '2024-01-02 22:12:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854596825595904', null, '910820508471705600', null, 'JText', '{\"chartData\":\"某 连 锁 饮 品 销 售\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":1132,\"height\":100},\"background\":\"#FFFFFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#000000\",\"textAlign\":\"center\",\"fontSize\":40,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":18,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854596863344640', null, '910820508471705600', null, 'JForm', '{\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":675,\"height\":100},\"background\":\"#FFFFFF\",\"w\":24,\"dataType\":1,\"h\":12,\"linkageConfig\":[{\"linkageId\":\"0efe3637-39ac-4f2e-82f4-e09540ee332a\",\"linkage\":[]},{\"linkageId\":\"2db8c9de-9f8b-49f8-8d7a-6b3166de0ed5\",\"linkage\":[]},{\"linkageId\":\"6f773617-eca8-4598-8260-dc701cc16e8b\",\"linkage\":[]},{\"linkageId\":\"868c63d3-cfc2-4e49-a1c5-6ee0418fd303\",\"linkage\":[]},{\"linkageId\":\"35a7308b-0482-48c8-8e46-ed50cfb67961\",\"linkage\":[]},{\"linkageId\":\"cd981a55-258c-48cd-8e92-742185a711a3\",\"linkage\":[]},{\"linkageId\":\"715ebf76-9228-4b2e-8ab7-dcb351c2ff03\",\"linkage\":[]},{\"linkageId\":\"2323a8fb-42ff-4a23-9b13-8f4f514dafb5\",\"linkage\":[]},{\"linkageId\":\"0b68bd42-a0e9-48f8-9a7b-794ba9ebf8cf\",\"linkage\":[]},{\"linkageId\":\"5130130f-6076-45b1-8977-d9b5a4c894fc\",\"linkage\":[]},{\"linkageId\":\"82016a70-aa98-42cb-b205-c14e5e212cf8\",\"linkage\":[]}],\"timeOut\":-1,\"option\":{\"fields\":[{\"fieldName\":\"date\",\"dictCode\":\"\",\"dateFormat\":\"YYYY-MM\",\"fieldTxt\":\"日期\",\"defaultValue\":\"2024-01\",\"searchMode\":\"single\",\"orderNum\":\"\",\"action\":\"\",\"id\":\"rowa82899dc-1e6b-47a1-acd8-ba2fb6f5df02\",\"izSearch\":\"1\",\"widgetType\":\"date\"}],\"body\":{\"color\":\"#000000\"},\"title\":{\"textStyle\":{\"color\":\"#464646\"}}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854596892704768', null, '910820508471705600', null, 'JGrowCard', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"图标\"},{\"mapping\":\"value\",\"filed\":\"数值\"},{\"mapping\":\"\",\"filed\":\"总计\"},{\"mapping\":\"\",\"filed\":\"前缀\"},{\"mapping\":\"color\",\"filed\":\"颜色\"},{\"mapping\":\"action\",\"filed\":\"单位\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"销量额\",\"query\":[],\"h\":19,\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=salesVolume\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"chartData\":\"[ { \\\"title\\\": \\\"访问数\\\", \\\"icon\\\": \\\"icon-jeecg-qianbao\\\", \\\"value\\\": 2000, \\\"total\\\": 120000, \\\"prefix\\\": \\\"$\\\", \\\"color\\\": \\\"green\\\", \\\"action\\\": \\\"月\\\" }, { \\\"title\\\": \\\"成交额\\\", \\\"icon\\\": \\\"icon-jeecg-youhuiquan\\\", \\\"value\\\": 20000, \\\"total\\\": 500000, \\\"prefix\\\": \\\"$\\\", \\\"color\\\": \\\"blue\\\", \\\"action\\\": \\\"月\\\" }, { \\\"title\\\": \\\"下载数\\\", \\\"icon\\\": \\\"icon-jeecg-tupian\\\", \\\"value\\\": 8000, \\\"prefix\\\": \\\"$\\\", \\\"total\\\": 120000, \\\"color\\\": \\\"orange\\\", \\\"action\\\": \\\"周\\\" }, { \\\"title\\\": \\\"成交数\\\", \\\"icon\\\": \\\"icon-jeecg-jifen\\\", \\\"value\\\": 5000, \\\"prefix\\\": \\\"$\\\", \\\"total\\\": 50000, \\\"color\\\": \\\"purple\\\", \\\"action\\\": \\\"年\\\" }]\",\"size\":{\"width\":1817,\"height\":320},\"dataSetId\":\"911792028287287296\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"icon\",\"text\":\"icon\",\"value\":\"icon\"},{\"label\":\"action\",\"text\":\"action\",\"value\":\"action\"},{\"label\":\"color\",\"text\":\"color\",\"value\":\"color\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":20},\"body\":{\"horizontal\":6,\"vertical\":4,\"span\":8},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"统计卡片\"}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854596913676288', null, '910820508471705600', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"单月最高销售量分店\\t\",\"query\":[],\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=topSellingBranch\",\"drillData\":[],\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{\\\"value\\\":\\\"1024\\\"}\",\"size\":{\"width\":371,\"height\":177},\"dataSetId\":\"911836343134896128\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#F3EFF0\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#F9B632\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#FF9736\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"单月最高销量分店(新洲店)\"}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854596930453504', null, '910820508471705600', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"单月最高销量品线\\t\",\"query\":[],\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=salesLine\",\"drillData\":[],\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{\\\"value\\\":\\\"1024\\\"}\",\"size\":{\"width\":371,\"height\":166},\"dataSetId\":\"911836426450550784\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#E9F2FF\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#547BFE\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#547BFE\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"单月最高销量品线(醇香奶茶)\"}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854596951425024', null, '910820508471705600', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"单月最高销量单品\",\"query\":[],\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=highestSellingItem\",\"drillData\":[],\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{\\\"value\\\":\\\"1024\\\"}\",\"size\":{\"width\":371,\"height\":166},\"dataSetId\":\"911836535531814912\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#EDFAFE\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#44C8F3\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#44C8F3\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"单月最高销量单品(珍珠奶茶)\"}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854596972396544', null, '910820508471705600', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"单月最高销量规格\",\"query\":[],\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=maximumSalesSpecs\",\"drillData\":[],\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{\\\"value\\\":\\\"1024\\\"}\",\"size\":{\"width\":371,\"height\":177},\"dataSetId\":\"911836717715603456\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#F2FCF7\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#58DC92\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#9EFFB6\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"单月最高销量规格(磨砂)\"}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854596984979456', null, '910820508471705600', null, 'JLine', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"销售额走势\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=salesTrend\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":599,\"height\":243},\"dataSetId\":\"911836839023263744\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"},\"show\":false},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"},\"show\":true},\"nameTextStyle\":{\"color\":\"#333333\"}},\"customColor\":[{\"color\":\"#FBE1C2\"}],\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":178,\"bottom\":157,\"show\":false},\"series\":[{\"data\":[],\"lineType\":\"area\",\"itemStyle\":{\"color\":\"#64b5f6\"},\"type\":\"line\"}],\"title\":{\"subtext\":\"销售金额(元)\",\"left\":10,\"text\":\"销售额走势\",\"subtextStyle\":{\"color\":\"#464646\"},\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854597001756672', null, '910820508471705600', null, 'JLine', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"销量走势\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=salesTendency\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":599,\"height\":232},\"dataSetId\":\"911836922162757632\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"customColor\":[{\"color\":\"#D7EBFB\"}],\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":71,\"bottom\":62,\"show\":false},\"series\":[{\"data\":[],\"lineType\":\"area\",\"itemStyle\":{\"color\":\"#64b5f6\"},\"type\":\"line\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"销售数量(杯)\",\"left\":1,\"text\":\"销量走势\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\",\"fontWeight\":\"normal\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854597022728192', null, '910820508471705600', null, 'JLine', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"原料支出趋势\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=expenditureTrends\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":599,\"height\":221},\"dataSetId\":\"911845934736392192\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"customColor\":[{\"color\":\"#D5DFFE\"}],\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":54,\"bottom\":61,\"show\":false},\"series\":[{\"data\":[],\"lineType\":\"area\",\"itemStyle\":{\"color\":\"#64b5f6\"},\"type\":\"line\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"支出费用(元)\",\"left\":10,\"text\":\"原料支出趋势\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854597043699712', null, '910820508471705600', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"订单销售量\\t\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=orderSalesVolume\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":827,\"height\":353},\"dataSetId\":\"911837008343121920\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"},\"interval\":2},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":48,\"bottom\":60,\"show\":false},\"series\":[{\"barWidth\":0,\"data\":[],\"showBackground\":false,\"backgroundStyle\":{\"color\":\"#51626E\"},\"itemStyle\":{\"color\":\"#85C6F3\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"订单销售量\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854597064671232', null, '910820508471705600', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"店铺销售额排名\",\"query\":[],\"h\":42,\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=salesRanking\",\"drillData\":[],\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":447,\"height\":353},\"dataSetId\":\"911837091507781632\",\"fieldOption\":[{\"label\":\"店铺\",\"text\":\"店铺\",\"value\":\"name\"},{\"label\":\"销售金额(元)\",\"text\":\"销售金额(元)\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"seriesType\":[],\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"name\",\"title\":\"店铺\"},{\"izShow\":\"Y\",\"dataIndex\":\"value\",\"title\":\"销售金额(元)\"}],\"title\":{\"textStyle\":{\"color\":\"#464646\"}}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911854597085642752', null, '910820508471705600', null, 'JRing', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\" 冷热占比\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=coldAndHostProportion\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":371,\"height\":353},\"dataSetId\":\"911837168896884736\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"top\":1,\"show\":true,\"text\":\"冷热占比\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-29 15:51:27', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911916295486226432', null, '910475721247866880', null, 'JGrowCard', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"图标\"},{\"mapping\":\"value\",\"filed\":\"数值\"},{\"mapping\":\"\",\"filed\":\"总计\"},{\"mapping\":\"\",\"filed\":\"前缀\"},{\"mapping\":\"\",\"filed\":\"颜色\"},{\"mapping\":\"unit\",\"filed\":\"单位\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"销售状态\",\"query\":[],\"h\":19,\"dataSetApi\":\"https://apijeecgcom/mock/51/commerceSalesOperations?type=saleStatus\",\"drillData\":[],\"url\":\"http://apijeecgcom/mock/42/nav\",\"timeOut\":0,\"chartData\":\"[{\\\"title\\\":\\\"访问数\\\",\\\"icon\\\":\\\"icon-jeecg-qianbao\\\",\\\"value\\\":2000,\\\"total\\\":120000,\\\"prefix\\\":\\\"$\\\",\\\"color\\\":\\\"green\\\",\\\"action\\\":\\\"月\\\"},{\\\"title\\\":\\\"成交额\\\",\\\"icon\\\":\\\"icon-jeecg-youhuiquan\\\",\\\"value\\\":20000,\\\"total\\\":500000,\\\"prefix\\\":\\\"$\\\",\\\"color\\\":\\\"blue\\\",\\\"action\\\":\\\"月\\\"},{\\\"title\\\":\\\"下载数\\\",\\\"icon\\\":\\\"icon-jeecg-tupian\\\",\\\"value\\\":8000,\\\"prefix\\\":\\\"$\\\",\\\"total\\\":120000,\\\"color\\\":\\\"orange\\\",\\\"action\\\":\\\"周\\\"},{\\\"title\\\":\\\"成交数\\\",\\\"icon\\\":\\\"icon-jeecg-jifen\\\",\\\"value\\\":5000,\\\"prefix\\\":\\\"$\\\",\\\"total\\\":50000,\\\"color\\\":\\\"purple\\\",\\\"action\\\":\\\"年\\\"}]\",\"size\":{\"width\":599,\"height\":177},\"dataSetId\":\"910478592823574528\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"unit\",\"text\":\"unit\",\"value\":\"unit\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"icon\":{\"scriptUrl\":\"//atalicdncom/t/font_3237315_b3fqd960gltjs\",\"fontSize\":20},\"body\":{\"horizontal\":8,\"vertical\":8,\"span\":8},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"统计卡片\"}}}', 'admin', '2024-01-29 19:56:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911916295511392256', null, '910475721247866880', null, 'JBubbleMap', '{\"borderColor\":\"#FFFFFF00\",\"commonOption\":{\"barSize\":10,\"gradientColor\":false,\"breadcrumb\":{\"drillDown\":false,\"textColor\":\"#000000\"},\"areaColor\":{\"color1\":\"#f7f7f7\",\"color2\":\"#fcc02e\"},\"barColor\":\"#fff176\",\"barColor2\":\"#fcc02e\",\"inRange\":{\"color\":[\"#04387b\",\"#467bc0\"]}},\"paramOption\":[],\"dataSetName\":\"各地区订单与仓库情况\",\"activeKey\":1,\"chartData\":\"[{\\\"name\\\":\\\"北京\\\",\\\"value\\\":199},{\\\"name\\\":\\\"新疆\\\",\\\"value\\\":180},{\\\"name\\\":\\\"河南\\\",\\\"value\\\":137},{\\\"name\\\":\\\"四川\\\",\\\"value\\\":125},{\\\"name\\\":\\\"黑龙江\\\",\\\"value\\\":123},{\\\"name\\\":\\\"广东\\\",\\\"value\\\":123},{\\\"name\\\":\\\"山东\\\",\\\"value\\\":119},{\\\"name\\\":\\\"福建\\\",\\\"value\\\":116},{\\\"name\\\":\\\"湖北\\\",\\\"value\\\":116},{\\\"name\\\":\\\"浙江\\\",\\\"value\\\":114},{\\\"name\\\":\\\"湖南\\\",\\\"value\\\":114},{\\\"name\\\":\\\"安徽\\\",\\\"value\\\":109},{\\\"name\\\":\\\"河北\\\",\\\"value\\\":102},{\\\"name\\\":\\\"江苏\\\",\\\"value\\\":92},{\\\"name\\\":\\\"江西\\\",\\\"value\\\":91},{\\\"name\\\":\\\"重庆\\\",\\\"value\\\":91},{\\\"name\\\":\\\"云南\\\",\\\"value\\\":83},{\\\"name\\\":\\\"吉林\\\",\\\"value\\\":82},{\\\"name\\\":\\\"山西\\\",\\\"value\\\":81},{\\\"name\\\":\\\"陕西\\\",\\\"value\\\":80},{\\\"name\\\":\\\"辽宁\\\",\\\"value\\\":67},{\\\"name\\\":\\\"贵州\\\",\\\"value\\\":62},{\\\"name\\\":\\\"广西\\\",\\\"value\\\":59},{\\\"name\\\":\\\"甘肃\\\",\\\"value\\\":56},{\\\"name\\\":\\\"内蒙古\\\",\\\"value\\\":47},{\\\"name\\\":\\\"天津\\\",\\\"value\\\":42},{\\\"name\\\":\\\"上海\\\",\\\"value\\\":24},{\\\"name\\\":\\\"宁夏\\\",\\\"value\\\":18},{\\\"name\\\":\\\"海南\\\",\\\"value\\\":14},{\\\"name\\\":\\\"青海\\\",\\\"value\\\":10},{\\\"name\\\":\\\"西藏\\\",\\\"value\\\":9}]\",\"fieldOption\":[{\"label\":\"仓库名称\",\"text\":\"仓库名称\",\"value\":\"warehouseName\"},{\"label\":\"仓库存量\",\"text\":\"仓库存量\",\"value\":\"warehouseCount\"},{\"label\":\"省份\",\"text\":\"省份\",\"value\":\"name\"},{\"label\":\"销售额\",\"text\":\"销售额\",\"value\":\"value\"}],\"seriesType\":[],\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"区域\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"jsConfig\":\"\",\"dataType\":2,\"query\":[],\"h\":50,\"dataSetApi\":\"https://apijeecgcom/mock/51/commerceSalesOperations?type=regionalOrders\",\"drillData\":[],\"url\":\"http://apijeecgcom/mock/33/radar\",\"timeOut\":0,\"size\":{\"width\":599,\"height\":452},\"dataSetId\":\"910695134387552256\",\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"drillDown\":false,\"area\":{\"markerColor\":\"#DDE330\",\"shadowBlur\":10,\"markerCount\":5,\"markerOpacity\":1,\"name\":[\"中国\"],\"scatterLabelShow\":false,\"shadowColor\":\"#DDE330\",\"value\":[\"china\"],\"markerType\":\"effectScatter\"},\"geo\":{\"top\":80,\"itemStyle\":{\"normal\":{\"shadowOffsetX\":0,\"borderColor\":\"#a9a9a9\",\"shadowOffsetY\":0,\"areaColor\":\"\",\"shadowBlur\":0,\"borderWidth\":1,\"shadowColor\":\"#80d9f8\"},\"emphasis\":{\"areaColor\":\"#fff59c\",\"borderWidth\":0}},\"zoom\":1,\"label\":{\"emphasis\":{\"color\":\"#fff\",\"show\":false}},\"roam\":true},\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"data\":[]},\"title\":{\"left\":10,\"show\":true,\"text\":\"\"},\"graphic\":[],\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"},\"visualMap\":{\"min\":0,\"top\":\"bottom\",\"max\":200,\"left\":\"5%\",\"calculable\":true,\"show\":false,\"type\":\"continuous\",\"seriesIndex\":[1]}}}', 'admin', '2024-01-29 19:56:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911916295532363776', null, '910475721247866880', null, 'JCommonTable', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"各地区订单与仓库情况\",\"query\":[],\"h\":42,\"dataSetApi\":\"https://apijeecgcom/mock/51/commerceSalesOperations?type=regionalOrders\",\"drillData\":[],\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":599,\"height\":485},\"dataSetId\":\"910695134387552256\",\"fieldOption\":[{\"label\":\"仓库名称\",\"text\":\"仓库名称\",\"value\":\"warehouseName\"},{\"label\":\"仓库存量\",\"text\":\"仓库存量\",\"value\":\"warehouseCount\"},{\"label\":\"省份\",\"text\":\"省份\",\"value\":\"name\"},{\"label\":\"销售额\",\"text\":\"销售额\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"seriesType\":[],\"background\":\"#FFFFFF\",\"w\":24,\"dataNum\":\"0\",\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"warehouseName\",\"title\":\"仓库名称\"},{\"izShow\":\"Y\",\"dataIndex\":\"warehouseCount\",\"title\":\"仓库存量\"},{\"izShow\":\"N\",\"dataIndex\":\"name\",\"title\":\"省份\"},{\"izShow\":\"Y\",\"dataIndex\":\"value\",\"title\":\"销售额\"}]}}', 'admin', '2024-01-29 19:56:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911916295557529600', null, '910475721247866880', null, 'JPie', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"季度目标完成\",\"query\":[],\"dataSetApi\":\"https://apijeecgcom/mock/51/commerceSalesOperations?type=quarterlyFinish\",\"drillData\":[],\"url\":\"http://apijeecgcom/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":371,\"height\":375},\"dataSetId\":\"910708293282349056\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"color\":[\"#1F70E0\",\"#F0F2FA\"],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 05)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"isRadius\":true,\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"季度目标完成\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-29 19:56:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911916295582695424', null, '910475721247866880', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":1,\"dataSetName\":\"季度目标完成\",\"query\":[],\"h\":9,\"dataSetApi\":\"https://apijeecgcom/mock/51/commerceSalesOperations?type=quarterlyFinish\",\"drillData\":[],\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{ \\\"value\\\": 200}\",\"size\":{\"width\":371,\"height\":177},\"dataSetId\":\"910708293282349056\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#1C6CDE\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"季度销售额(万)\"}}}', 'admin', '2024-01-29 19:56:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911916295607861248', null, '910475721247866880', null, 'JNumber', '{\"chartData\":\"{ \\\"value\\\": \\\"39\\\"}\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":371,\"height\":188},\"background\":\"#FFFFFF\",\"w\":5,\"dataType\":1,\"h\":9,\"turnConfig\":{\"url\":\"\"},\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#1C6CDE\",\"text\":\"\",\"fontWeight\":\"bold\"},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"同比增长(%)\"}}}', 'admin', '2024-01-29 19:56:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911916295633027072', null, '910475721247866880', null, 'JPie', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"品牌销售占比\",\"query\":[],\"dataSetApi\":\"https://apijeecgcom/mock/51/commerceSalesOperations?type=brandSales\",\"drillData\":[],\"url\":\"http://apijeecgcom/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":447,\"height\":375},\"dataSetId\":\"910721009699045376\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"left\":47,\"bottom\":115,\"show\":false},\"legend\":{\"r\":1,\"orient\":\"vertical\",\"t\":1},\"series\":[{\"data\":[],\"color\":[\"#0E52B0\",\"#118FF0\",\"#97CFFC\",\"#216DC4\",\"#60AEF7\"],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 05)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"isRadius\":true,\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"品牌销售占比\",\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-29 19:56:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911916295658192896', null, '910475721247866880', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"销售地区排行\",\"query\":[],\"dataSetApi\":\"https://apijeecgcom/mock/51/commerceSalesOperations?type=areaRanking\",\"drillData\":[],\"url\":\"http://apijeecgcom/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":599,\"height\":309},\"dataSetId\":\"910732622212677632\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"},\"interval\":2},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"showBackground\":false,\"backgroundStyle\":{\"color\":\"#51626E\"},\"itemStyle\":{\"color\":\"#428BEF\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"销售额(万元)\",\"show\":true,\"text\":\"销售地区排行\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-29 19:56:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911916295683358720', null, '910475721247866880', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"品牌销售占比\",\"query\":[],\"dataSetApi\":\"https://apijeecgcom/mock/51/commerceSalesOperations?type=brandSales\",\"drillData\":[],\"url\":\"http://apijeecgcom/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":599,\"height\":309},\"dataSetId\":\"910721009699045376\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#428BEF\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"subtext\":\"销售额(元)\",\"show\":true,\"text\":\"品牌销售情况\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-29 19:56:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911916295712718848', null, '910475721247866880', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"物流订单接收\",\"query\":[],\"dataSetApi\":\"https://apijeecgcom/mock/51/commerceSalesOperations?type=logisticsOrder\",\"drillData\":[],\"url\":\"http://apijeecgcom/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":599,\"height\":430},\"dataSetId\":\"910737864308342784\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":24,\"data\":[],\"showBackground\":false,\"backgroundStyle\":{\"color\":\"#51626E\"},\"itemStyle\":{\"color\":\"#428BEF\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"subtext\":\"接收订单(件)\",\"show\":true,\"text\":\"物流订单接收\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-29 19:56:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('911916295737884672', null, '910475721247866880', null, 'JLine', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"订单产生趋势\",\"query\":[],\"dataSetApi\":\"https://apijeecgcom/mock/51/commerceSalesOperations?type=generatingTrends\",\"drillData\":[],\"url\":\"http://apijeecgcom/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":599,\"height\":430},\"dataSetId\":\"910740127152128000\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"customColor\":[{\"color\":\"#428BEF\"}],\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"lineType\":\"area\",\"itemStyle\":{\"color\":\"#64B5F6\"},\"type\":\"line\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"订单数(单)\",\"left\":10,\"text\":\"订单产生趋势\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-29 19:56:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458363674624', null, '911856216581914624', null, 'JText', '{\"chartData\":\"产品销售数据仪表板\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":1817,\"height\":78},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4570F2\",\"textAlign\":\"center\",\"fontSize\":36,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":8,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458397229056', null, '911856216581914624', null, 'JRing', '{\"borderColor\":\"#DBEAFF\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"本月渠道销售\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=salesThisMonth\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":371,\"height\":320},\"dataSetId\":\"911887596497977344\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"top\":54,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"tooltip\":{\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\" 华东区、华中区为主要渠道销售区域。\",\"top\":1,\"show\":true,\"text\":\"本月渠道销售\",\"subtextStyle\":{\"color\":\"#464646\"},\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458418200576', null, '911856216581914624', null, 'JBar', '{\"borderColor\":\"#DBEAFF\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"本月代理商销售排行\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=salesRanking\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":371,\"height\":441},\"dataSetId\":\"911887691259887616\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"xAxis\":{\"axisLabel\":{\"rotate\":3,\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":69,\"left\":94,\"bottom\":58,\"show\":false},\"series\":[{\"barWidth\":17,\"data\":[],\"itemStyle\":{\"color\":\"#64B5F6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"本月代理商销售排行/元\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458439172096', null, '911856216581914624', null, 'JText', '{\"chartData\":\"本月销售额/元\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":21},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458464337920', null, '911856216581914624', null, 'JText', '{\"borderColor\":\"#DBEAFF\",\"paramOption\":[],\"dataType\":1,\"dataSetName\":\"本月产品销售\",\"query\":[],\"h\":12,\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=productSalesThisMonth\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"chartData\":\"15,458,757\",\"size\":{\"width\":295,\"height\":45},\"dataSetId\":\"911889006916583424\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"w\":8,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"body\":{\"color\":\"#4D71FE\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":0,\"marginLeft\":16},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458489503744', null, '911856216581914624', null, 'JText', '{\"chartData\":\"月环比 -50%\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#34C874\",\"fontSize\":14,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":21},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458514669568', null, '911856216581914624', null, 'JText', '{\"chartData\":\"今日销售额/元\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":18},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458535641088', null, '911856216581914624', null, 'JText', '{\"chartData\":\"657,554\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4D71FE\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":0,\"marginLeft\":19},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458556612608', null, '911856216581914624', null, 'JText', '{\"chartData\":\"日环比 -12%\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#34C874\",\"fontSize\":14,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":24},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458577584128', null, '911856216581914624', null, 'JText', '{\"chartData\":\"今年目标销售额达成率\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":16},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458602749952', null, '911856216581914624', null, 'JText', '{\"chartData\":\"42%\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":100},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4D71FE\",\"textAlign\":\"center\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":24,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458665664512', null, '911856216581914624', null, 'JLine', '{\"borderColor\":\"#DBEAFF\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"近七天销售额趋势\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=salesTrend\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":904,\"height\":287},\"dataSetId\":\"911888632709169152\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\"},\"type\":\"line\"}],\"title\":{\"subtext\":\"日销售额(元)\",\"left\":10,\"text\":\"近七天销售额趋势\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\",\"fontWeight\":\"bold\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458686636032', null, '911856216581914624', null, 'JStackBar', '{\"borderColor\":\"#DBEAFF\",\"dataMapping\":[{\"mapping\":\"type\",\"filed\":\"分组\"},{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"本月重点城市的重点产品销售额\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=productSalesRevenue\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Bor\\\"}]\",\"size\":{\"width\":904,\"height\":309},\"dataSetId\":\"911888715248877568\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"type\",\"text\":\"type\",\"value\":\"type\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"customColor\":[{\"color\":\"#67BBFF\"},{\"color\":\"#9982FD\"},{\"color\":\"#62DDCC\"}],\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"本月重点城市的重点产品销售额/元\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":16}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458707607552', null, '911856216581914624', null, 'JRing', '{\"borderColor\":\"#DBEAFF\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"本月产品销售\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=productSalesThisMonth\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":523,\"height\":342},\"dataSetId\":\"911889006916583424\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"top\":55,\"left\":47,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"itemStyle\":{\"color\":\"#64B5F6\"},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"legend\":{\"t\":10},\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"show\":true,\"text\":\" 产品3为主推产品产品2为近期上线产品。\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":14,\"fontWeight\":\"bold\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458736967680', null, '911856216581914624', null, 'JText', '{\"chartData\":\"本月产品销售\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":523,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":8,\"marginLeft\":21},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912194458757939200', null, '911856216581914624', null, 'JBar', '{\"borderColor\":\"#DBEAFF\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"本月产品小类销售排行\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=rankingCategorySales\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":523,\"height\":364},\"dataSetId\":\"911889086163763200\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":44,\"bottom\":62,\"show\":false},\"series\":[{\"barWidth\":16,\"data\":[],\"itemStyle\":{\"color\":\"#64B5F6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"subtext\":\"\",\"show\":true,\"text\":\" 本月产品小类销售排行/元\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":14},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 14:21:56', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912281374207557632', null, '910475721247866880', null, 'JText', '{\"chartData\":\"某电商公司销售运营看板\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":1817,\"height\":78},\"background\":\"#0774F0\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":23,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:07:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338468331520', null, '910394028067438592', null, 'JText', '{\"chartData\":\"库存管理可视化大屏\",\"borderColor\":\"#059DA8\",\"size\":{\"width\":1817,\"height\":78},\"background\":\"#059DA8\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338501885952', null, '910394028067438592', null, 'JGrowCard', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"库存管理-卡片\",\"query\":[],\"h\":19,\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryManagement\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"chartData\":\"[ { \\\"title\\\": \\\"访问数\\\", \\\"icon\\\": \\\"icon-jeecg-qianbao\\\", \\\"value\\\": 2000, \\\"total\\\": 120000, \\\"prefix\\\": \\\"$\\\", \\\"color\\\": \\\"green\\\", \\\"action\\\": \\\"月\\\" }, { \\\"title\\\": \\\"成交额\\\", \\\"icon\\\": \\\"icon-jeecg-youhuiquan\\\", \\\"value\\\": 20000, \\\"total\\\": 500000, \\\"prefix\\\": \\\"$\\\", \\\"color\\\": \\\"blue\\\", \\\"action\\\": \\\"月\\\" }, { \\\"title\\\": \\\"下载数\\\", \\\"icon\\\": \\\"icon-jeecg-tupian\\\", \\\"value\\\": 8000, \\\"prefix\\\": \\\"$\\\", \\\"total\\\": 120000, \\\"color\\\": \\\"orange\\\", \\\"action\\\": \\\"周\\\" }, { \\\"title\\\": \\\"成交数\\\", \\\"icon\\\": \\\"icon-jeecg-jifen\\\", \\\"value\\\": 5000, \\\"prefix\\\": \\\"$\\\", \\\"total\\\": 50000, \\\"color\\\": \\\"purple\\\", \\\"action\\\": \\\"年\\\" }]\",\"size\":{\"width\":1817,\"height\":331},\"dataSetId\":\"910406419257802752\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"icon\",\"text\":\"icon\",\"value\":\"icon\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"action\",\"text\":\"action\",\"value\":\"action\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":20},\"body\":{\"horizontal\":7,\"color\":\"#000000\",\"vertical\":5,\"span\":8},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"统计卡片\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338527051776', null, '910394028067438592', null, 'JText', '{\"chartData\":\"AIR 库存情况\",\"borderColor\":\"#059DA8\",\"size\":{\"width\":371,\"height\":45},\"background\":\"#059DA8\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":7,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338543828992', null, '910394028067438592', null, 'JList', '{\"borderColor\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"描述\"},{\"mapping\":\"value\",\"filed\":\"时间\"},{\"mapping\":\"\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"air库存情况\",\"query\":[],\"h\":24,\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryStatus?type=air\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":-1,\"chartData\":\"[ { \\\"title\\\": \\\"通知一\\\", \\\"date\\\": \\\"10000\\\" }, { \\\"title\\\": \\\"通知二\\\", \\\"date\\\": \\\"20000\\\" }, { \\\"title\\\": \\\"通知三\\\", \\\"date\\\": \\\"30000\\\" }, { \\\"title\\\": \\\"通知四\\\", \\\"date\\\": \\\"40000\\\" }]\",\"size\":{\"width\":371,\"height\":111},\"dataSetId\":\"910419343896526848\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":false,\"titleFontSize\":15,\"showTimePrefix\":false,\"body\":{\"color\":\"#000000\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338564800512', null, '910394028067438592', null, 'JText', '{\"chartData\":\"LITE 库存情况\",\"borderColor\":\"#059DA8\",\"size\":{\"width\":371,\"height\":45},\"background\":\"#059DA8\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":7,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338585772032', null, '910394028067438592', null, 'JList', '{\"borderColor\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"描述\"},{\"mapping\":\"value\",\"filed\":\"时间\"},{\"mapping\":\"\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"lite库存情况\",\"query\":[],\"h\":24,\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryStatus?type=lite\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":-1,\"chartData\":\"[{\\\"title\\\":\\\"通知一\\\",\\\"date\\\":\\\"2022-3-9 14:20:21\\\"},{\\\"title\\\":\\\"通知二\\\",\\\"date\\\":\\\"2022-3-8 14:20:21\\\"},{\\\"title\\\":\\\"通知三\\\",\\\"date\\\":\\\"2022-3-7 14:20:21\\\"},{\\\"title\\\":\\\"通知四\\\",\\\"date\\\":\\\"2022-3-4 14:20:21\\\"}]\",\"size\":{\"width\":371,\"height\":111},\"dataSetId\":\"910423953398874112\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":false,\"titleFontSize\":15,\"showTimePrefix\":false}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338602549248', null, '910394028067438592', null, 'JText', '{\"chartData\":\"SUPER 库存情况\",\"borderColor\":\"#059DA8\",\"size\":{\"width\":371,\"height\":45},\"background\":\"#059DA8\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":7,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338615132160', null, '910394028067438592', null, 'JList', '{\"borderColor\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"描述\"},{\"mapping\":\"value\",\"filed\":\"时间\"},{\"mapping\":\"\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"super库存情况\",\"query\":[],\"h\":24,\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryStatus?type=super\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":-1,\"chartData\":\"[{\\\"title\\\":\\\"通知一\\\",\\\"date\\\":\\\"2022-3-9 14:20:21\\\"},{\\\"title\\\":\\\"通知二\\\",\\\"date\\\":\\\"2022-3-8 14:20:21\\\"},{\\\"title\\\":\\\"通知三\\\",\\\"date\\\":\\\"2022-3-7 14:20:21\\\"},{\\\"title\\\":\\\"通知四\\\",\\\"date\\\":\\\"2022-3-4 14:20:21\\\"}]\",\"size\":{\"width\":371,\"height\":111},\"dataSetId\":\"910425301976662016\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":false,\"titleFontSize\":15,\"showTimePrefix\":false}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338640297984', null, '910394028067438592', null, 'JText', '{\"chartData\":\"ULTRA 库存情况\",\"borderColor\":\"#059DA8\",\"size\":{\"width\":371,\"height\":45},\"background\":\"#059DA8\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":7,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338661269504', null, '910394028067438592', null, 'JList', '{\"borderColor\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"描述\"},{\"mapping\":\"value\",\"filed\":\"时间\"},{\"mapping\":\"\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"ultra库存情况\",\"query\":[],\"h\":24,\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryStatus?type=ultra\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":-1,\"chartData\":\"[{\\\"title\\\":\\\"通知一\\\",\\\"date\\\":\\\"2022-3-9 14:20:21\\\"},{\\\"title\\\":\\\"通知二\\\",\\\"date\\\":\\\"2022-3-8 14:20:21\\\"},{\\\"title\\\":\\\"通知三\\\",\\\"date\\\":\\\"2022-3-7 14:20:21\\\"},{\\\"title\\\":\\\"通知四\\\",\\\"date\\\":\\\"2022-3-4 14:20:21\\\"}]\",\"size\":{\"width\":371,\"height\":111},\"dataSetId\":\"910427052079366144\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":false,\"titleFontSize\":15,\"showTimePrefix\":false,\"body\":{\"color\":\"#000000\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338678046720', null, '910394028067438592', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"产品库存占比情况\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=storkProportion\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":751,\"height\":210},\"dataSetId\":\"910430104345690112\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"},\"interval\":2},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":50,\"left\":76,\"bottom\":67,\"show\":false,\"right\":3},\"series\":[{\"barWidth\":39,\"data\":[],\"color\":[\"#207B85\",\"#2C5E5A\",\"#36756E\"],\"itemStyle\":{\"color\":\"#009BA7\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"产品库存占比情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338699018240', null, '910394028067438592', null, 'JPie', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"仓库状态情况\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=warehouseStatus\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":675,\"height\":210},\"dataSetId\":\"910431120222896128\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"color\":[\"#059DA8\",\"#62A69C\",\"#489C8F\"],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"label\":{\"color\":\"#000000\",\"show\":false},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"show\":true,\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"仓库状态情况\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338711601152', null, '910394028067438592', null, 'JBar', '{\"borderColor\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"当月出库情况\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=outbound\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":751,\"height\":232},\"dataSetId\":\"910435726206222336\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":48,\"left\":62,\"bottom\":62,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"color\":[\"#075A63\",\"#285754\",\"#37706A\",\"#63968F\",\"#09A7B3\"],\"itemStyle\":{\"color\":\"#059DA8\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"当月出库情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338728378368', null, '910394028067438592', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"当月入库情况\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=warehousing\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":675,\"height\":221},\"dataSetId\":\"910441161197928448\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":45,\"bottom\":58,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#059DA8\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"当月入库情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338745155584', null, '910394028067438592', null, 'JMultipleBar', '{\"borderColor\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"type\",\"filed\":\"分组\"},{\"mapping\":\"title\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"产品库存覆盖率情况\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=coverage\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Bor\\\"}]\",\"size\":{\"width\":751,\"height\":232},\"dataSetId\":\"910442989620871168\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"type\",\"text\":\"type\",\"value\":\"type\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#FFFFFF\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#FFFFFF\"}},\"grid\":{\"top\":50,\"left\":94,\"bottom\":65},\"series\":[{\"color\":[\"#05A2AD\",\"#67ABA1\",\"#4AA194\"],\"itemStyle\":{\"color\":\"#64B5F6\"}}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"产品库存覆盖率情况\",\"textStyle\":{\"color\":\"#FFFFFF\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338770321408', null, '910394028067438592', null, 'JMultipleBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"type\",\"filed\":\"分组\"},{\"mapping\":\"title\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"产品库龄分布情况\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=stockAge\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Bor\\\"}]\",\"size\":{\"width\":675,\"height\":243},\"dataSetId\":\"910447275230674944\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"type\",\"text\":\"type\",\"value\":\"type\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":54,\"bottom\":54},\"series\":[{\"color\":[\"#09A7B3\",\"#499E91\",\"#03A2AD\",\"#68F7D8\"]}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"产品库龄分布情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286338791292928', null, '910394028067438592', null, 'JCommonTable', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"产品库存状态监控\",\"query\":[],\"h\":42,\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=monitor\",\"drillData\":[],\"timeOut\":-1,\"chartData\":\"[ { \\\"name\\\": \\\"4月\\\", \\\"value\\\": 50 }, { \\\"name\\\": \\\"2月\\\", \\\"value\\\": 200 }, { \\\"name\\\": \\\"3月\\\", \\\"value\\\": 300 }, { \\\"name\\\": \\\"4月\\\", \\\"value\\\": 400 }, { \\\"name\\\": \\\"5月\\\", \\\"value\\\": 50 }, { \\\"name\\\": \\\"6月\\\", \\\"value\\\": 120 }]\",\"size\":{\"width\":1817,\"height\":485},\"dataSetId\":\"910455640270880768\",\"fieldOption\":[{\"label\":\"仓库\",\"text\":\"仓库\",\"value\":\"name\"},{\"label\":\"系列\",\"text\":\"系列\",\"value\":\"series\"},{\"label\":\"市场名\",\"text\":\"市场名\",\"value\":\"marketName\"},{\"label\":\"机型\",\"text\":\"机型\",\"value\":\"model\"},{\"label\":\"产品状态\",\"text\":\"产品状态\",\"value\":\"productStatus\"},{\"label\":\"当前库存\",\"text\":\"当前库存\",\"value\":\"inventory\"},{\"label\":\"库存状态\",\"text\":\"库存状态\",\"value\":\"inventoryStatus\"}],\"dataSetType\":\"api\",\"seriesType\":[],\"background\":\"#FFFFFF\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"name\",\"title\":\"仓库\"},{\"izShow\":\"Y\",\"dataIndex\":\"series\",\"title\":\"系列\"},{\"izShow\":\"Y\",\"dataIndex\":\"marketName\",\"title\":\"市场名\"},{\"izShow\":\"Y\",\"dataIndex\":\"model\",\"title\":\"机型\"},{\"izShow\":\"Y\",\"dataIndex\":\"productStatus\",\"title\":\"产品状态\"},{\"izShow\":\"Y\",\"dataIndex\":\"inventory\",\"title\":\"当前库存\"},{\"izShow\":\"Y\",\"dataIndex\":\"inventoryStatus\",\"title\":\"库存状态\"}],\"body\":{\"color\":\"#000000\"}}}', 'admin', '2024-01-30 20:27:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286986744152064', null, '910744177604083712', null, 'JText', '{\"chartData\":\"小 区 消 防 巡 检 状 态\",\"borderColor\":\"#DB771F\",\"size\":{\"width\":1817,\"height\":78},\"background\":\"#DB771F\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"fontSize\":36,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286986777706496', null, '910744177604083712', null, 'JText', '{\"chartData\":\"区域基本情况\",\"borderColor\":\"#DB771F\",\"size\":{\"width\":599,\"height\":56},\"background\":\"#DB771F\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"fontSize\":22,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":37},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286986798678016', null, '910744177604083712', null, 'JList', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"描述\"},{\"mapping\":\"value\",\"filed\":\"时间\"},{\"mapping\":\"\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"区域基本情况\",\"query\":[],\"h\":24,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=regionBasicInformation\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":-1,\"chartData\":\"[{\\\"title\\\":\\\"通知一\\\",\\\"date\\\":\\\"2022-3-9 14:20:21\\\"},{\\\"title\\\":\\\"通知二\\\",\\\"date\\\":\\\"2022-3-8 14:20:21\\\"},{\\\"title\\\":\\\"通知三\\\",\\\"date\\\":\\\"2022-3-7 14:20:21\\\"},{\\\"title\\\":\\\"通知四\\\",\\\"date\\\":\\\"2022-3-4 14:20:21\\\"}]\",\"size\":{\"width\":599,\"height\":177},\"dataSetId\":\"910750488542625792\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":true,\"titleFontSize\":18,\"showTimePrefix\":false,\"body\":{\"color\":\"#000000\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286986819649536', null, '910744177604083712', null, 'JText', '{\"chartData\":\"设备总数\",\"borderColor\":\"#DB771F\",\"size\":{\"width\":599,\"height\":67},\"background\":\"#DB771F\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"fontSize\":22,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":16,\"marginLeft\":34},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286986844815360', null, '910744177604083712', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"dataType\":2,\"dataSetName\":\"正常设备\",\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=normalDevice\",\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{ \\\"value\\\": \\\"15990\\\"}\",\"size\":{\"width\":599,\"height\":122},\"dataSetId\":\"910754028661030912\",\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"正常设备\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286986869981184', null, '910744177604083712', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"异常设备\",\"query\":[],\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=abnormalDevice\",\"drillData\":[],\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{\\\"value\\\":\\\"1024\\\"}\",\"size\":{\"width\":599,\"height\":122},\"dataSetId\":\"910754465934000128\",\"fieldOption\":[{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"异常设备\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286986890952704', null, '910744177604083712', null, 'JText', '{\"chartData\":\"设备异常明细\",\"borderColor\":\"#DB771F\",\"size\":{\"width\":599,\"height\":67},\"background\":\"#DB771F\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"fontSize\":22,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":15,\"marginLeft\":32},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286986916118528', null, '910744177604083712', null, 'JCommonTable', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"设备异常明细\",\"query\":[],\"h\":42,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=equipmentDetails\",\"drillData\":[],\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":599,\"height\":551},\"dataSetId\":\"910759432656830464\",\"fieldOption\":[{\"label\":\"小区名称\",\"text\":\"小区名称\",\"value\":\"name\"},{\"label\":\"设备名称\",\"text\":\"设备名称\",\"value\":\"deviceName\"},{\"label\":\"设备地址\",\"text\":\"设备地址\",\"value\":\"deviceAddress\"},{\"label\":\"设备状态\",\"text\":\"设备状态\",\"value\":\"deviceStatus\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"name\",\"title\":\"小区名称\"},{\"izShow\":\"Y\",\"dataIndex\":\"deviceName\",\"title\":\"设备名称\"},{\"izShow\":\"Y\",\"dataIndex\":\"deviceAddress\",\"title\":\"设备地址\"},{\"izShow\":\"Y\",\"dataIndex\":\"deviceStatus\",\"title\":\"设备状态\"}],\"body\":{\"color\":\"#000000\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286986945478656', null, '910744177604083712', null, 'JBubbleMap', '{\"borderColor\":\"#FFFFFF00\",\"commonOption\":{\"barSize\":10,\"gradientColor\":false,\"breadcrumb\":{\"drillDown\":false,\"textColor\":\"#000000\"},\"areaColor\":{\"color1\":\"#f7f7f7\",\"color2\":\"#fcc02e\"},\"barColor\":\"#fff176\",\"barColor2\":\"#fcc02e\",\"inRange\":{\"color\":[\"#04387b\",\"#467bc0\"]}},\"paramOption\":[],\"dataSetName\":\"小区地图分布\",\"activeKey\":1,\"chartData\":\"[ { \\\"name\\\": \\\"廊坊\\\", \\\"value\\\": 199 }, { \\\"name\\\": \\\"新疆\\\", \\\"value\\\": 180 }, { \\\"name\\\": \\\"河南\\\", \\\"value\\\": 137 }, { \\\"name\\\": \\\"四川\\\", \\\"value\\\": 125 }, { \\\"name\\\": \\\"黑龙江\\\", \\\"value\\\": 123 }, { \\\"name\\\": \\\"广东\\\", \\\"value\\\": 123 }, { \\\"name\\\": \\\"山东\\\", \\\"value\\\": 119 }, { \\\"name\\\": \\\"福建\\\", \\\"value\\\": 116 }, { \\\"name\\\": \\\"湖北\\\", \\\"value\\\": 116 }, { \\\"name\\\": \\\"浙江\\\", \\\"value\\\": 114 }, { \\\"name\\\": \\\"湖南\\\", \\\"value\\\": 114 }, { \\\"name\\\": \\\"安徽\\\", \\\"value\\\": 109 }, { \\\"name\\\": \\\"河北\\\", \\\"value\\\": 102 }, { \\\"name\\\": \\\"江苏\\\", \\\"value\\\": 92 }, { \\\"name\\\": \\\"江西\\\", \\\"value\\\": 91 }, { \\\"name\\\": \\\"重庆\\\", \\\"value\\\": 91 }, { \\\"name\\\": \\\"云南\\\", \\\"value\\\": 83 }, { \\\"name\\\": \\\"吉林\\\", \\\"value\\\": 82 }, { \\\"name\\\": \\\"山西\\\", \\\"value\\\": 81 }, { \\\"name\\\": \\\"陕西\\\", \\\"value\\\": 80 }, { \\\"name\\\": \\\"辽宁\\\", \\\"value\\\": 67 }, { \\\"name\\\": \\\"贵州\\\", \\\"value\\\": 62 }, { \\\"name\\\": \\\"广西\\\", \\\"value\\\": 59 }, { \\\"name\\\": \\\"甘肃\\\", \\\"value\\\": 56 }, { \\\"name\\\": \\\"内蒙古\\\", \\\"value\\\": 47 }, { \\\"name\\\": \\\"天津\\\", \\\"value\\\": 42 }, { \\\"name\\\": \\\"上海\\\", \\\"value\\\": 24 }, { \\\"name\\\": \\\"宁夏\\\", \\\"value\\\": 18 }, { \\\"name\\\": \\\"海南\\\", \\\"value\\\": 14 }, { \\\"name\\\": \\\"青海\\\", \\\"value\\\": 10 }, { \\\"name\\\": \\\"西藏\\\", \\\"value\\\": 9 }]\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"seriesType\":[],\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"区域\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"jsConfig\":\"\",\"dataType\":2,\"query\":[],\"h\":50,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=residentialDistributionMap\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/radar\",\"timeOut\":0,\"size\":{\"width\":599,\"height\":342},\"dataSetId\":\"910765056765509632\",\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"drillDown\":false,\"area\":{\"markerColor\":\"#DDE330\",\"shadowBlur\":10,\"markerCount\":5,\"markerOpacity\":1,\"name\":[\"河北省\"],\"scatterLabelShow\":false,\"shadowColor\":\"#DDE330\",\"value\":[\"13\"],\"markerType\":\"effectScatter\"},\"geo\":{\"top\":27,\"aspectScale\":0.92,\"itemStyle\":{\"normal\":{\"shadowOffsetX\":0,\"borderColor\":\"#a9a9a9\",\"shadowOffsetY\":0,\"areaColor\":\"\",\"shadowBlur\":0,\"borderWidth\":1,\"shadowColor\":\"#80d9f8\"},\"emphasis\":{\"areaColor\":\"#fff59c\",\"borderWidth\":0}},\"zoom\":1,\"label\":{\"emphasis\":{\"color\":\"#fff\",\"show\":false}},\"roam\":true},\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"data\":[]},\"title\":{\"left\":10,\"show\":true,\"text\":\"\",\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"graphic\":[],\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"},\"visualMap\":{\"min\":0,\"top\":\"bottom\",\"max\":200,\"left\":\"5%\",\"calculable\":true,\"show\":false,\"type\":\"continuous\",\"seriesIndex\":[1]}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286986966450176', null, '910744177604083712', null, 'JText', '{\"chartData\":\"小区地图分布\",\"borderColor\":\"#DB771F\",\"size\":{\"width\":1208,\"height\":56},\"background\":\"#DB771F\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"fontSize\":22,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286987025170432', null, '910744177604083712', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"小区分布地图表格\",\"query\":[],\"h\":42,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=residentialDistributionTable\",\"drillData\":[],\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":599,\"height\":342},\"dataSetId\":\"910773111884398592\",\"fieldOption\":[{\"label\":\"区域名称\",\"text\":\"区域名称\",\"value\":\"areaName\"},{\"label\":\"小区数量\",\"text\":\"小区数量\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"seriesType\":[],\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"areaName\",\"title\":\"区域名称\"},{\"izShow\":\"Y\",\"dataIndex\":\"value\",\"title\":\"小区数量\"}],\"title\":{\"textStyle\":{\"color\":\"#464646\"}}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286987054530560', null, '910744177604083712', null, 'JPie', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"室外消火栓泵\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=deviceCountProportion\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":599,\"height\":364},\"dataSetId\":\"910776816075587584\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"color\":[\"#3BB1E3\",\"#DB771F\",\"#B6C5D1\"],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"label\":{\"color\":\"#000000\",\"show\":true},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"设备类型数量占比\",\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286987092279296', null, '910744177604083712', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"区域设备数量\\t\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=areaDeviceCount\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":599,\"height\":364},\"dataSetId\":\"910790230315417600\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"},\"interval\":2},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":21,\"data\":[],\"color\":[\"#3BB1E3\",\"#DB771F\",\"#B6C5D1\"],\"itemStyle\":{\"color\":\"#3BB1E3\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"区域设备数量\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286987117445120', null, '910744177604083712', null, 'JLine', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"巡检任务数\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=inspectionTasksCount\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":599,\"height\":353},\"dataSetId\":\"910794755508060160\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"customColor\":[{\"color\":\"#38B4EA\"}],\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"lineType\":\"area\",\"itemStyle\":{\"color\":\"#64B5F6\"},\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":10,\"text\":\"\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286987138416640', null, '910744177604083712', null, 'JCommonTable', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"巡检任务数表格\",\"query\":[],\"h\":42,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=inspectionTasksTable\",\"drillData\":[],\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":599,\"height\":353},\"dataSetId\":\"910797586147360768\",\"fieldOption\":[{\"label\":\"检查时间\",\"text\":\"检查时间\",\"value\":\"inspectTime\"},{\"label\":\"设备名称\",\"text\":\"设备名称\",\"value\":\"deviceName\"},{\"label\":\"设备地址\",\"text\":\"设备地址\",\"value\":\"deviceAddress\"},{\"label\":\"检查人\",\"text\":\"检查人\",\"value\":\"inspected\"},{\"label\":\"检查内容\",\"text\":\"检查内容\",\"value\":\"content\"},{\"label\":\"巡查结果\",\"text\":\"巡查结果\",\"value\":\"inspectResult\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"inspectTime\",\"title\":\"检查时间\"},{\"izShow\":\"Y\",\"dataIndex\":\"deviceName\",\"title\":\"设备名称\"},{\"izShow\":\"Y\",\"dataIndex\":\"deviceAddress\",\"title\":\"设备地址\"},{\"izShow\":\"Y\",\"dataIndex\":\"inspected\",\"title\":\"检查人\"},{\"izShow\":\"Y\",\"dataIndex\":\"content\",\"title\":\"检查内容\"},{\"izShow\":\"Y\",\"dataIndex\":\"inspectResult\",\"title\":\"巡查结果\"}]}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912286987163582464', null, '910744177604083712', null, 'JText', '{\"chartData\":\"巡检任务数\",\"borderColor\":\"#DB771F\",\"size\":{\"width\":1208,\"height\":67},\"background\":\"#DB771F\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"fontSize\":22,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":12,\"marginLeft\":0},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-30 20:29:37', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433139986432', null, '910394028067438592', null, 'JText', '{\"chartData\":\"库存管理可视化大屏\",\"borderColor\":\"#059DA8\",\"size\":{\"width\":1817,\"height\":78},\"background\":\"#059DA8\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433169346560', null, '910394028067438592', null, 'JGrowCard', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"库存管理-卡片\",\"query\":[],\"h\":19,\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryManagement\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"chartData\":\"[ { \\\"title\\\": \\\"访问数\\\", \\\"icon\\\": \\\"icon-jeecg-qianbao\\\", \\\"value\\\": 2000, \\\"total\\\": 120000, \\\"prefix\\\": \\\"$\\\", \\\"color\\\": \\\"green\\\", \\\"action\\\": \\\"月\\\" }, { \\\"title\\\": \\\"成交额\\\", \\\"icon\\\": \\\"icon-jeecg-youhuiquan\\\", \\\"value\\\": 20000, \\\"total\\\": 500000, \\\"prefix\\\": \\\"$\\\", \\\"color\\\": \\\"blue\\\", \\\"action\\\": \\\"月\\\" }, { \\\"title\\\": \\\"下载数\\\", \\\"icon\\\": \\\"icon-jeecg-tupian\\\", \\\"value\\\": 8000, \\\"prefix\\\": \\\"$\\\", \\\"total\\\": 120000, \\\"color\\\": \\\"orange\\\", \\\"action\\\": \\\"周\\\" }, { \\\"title\\\": \\\"成交数\\\", \\\"icon\\\": \\\"icon-jeecg-jifen\\\", \\\"value\\\": 5000, \\\"prefix\\\": \\\"$\\\", \\\"total\\\": 50000, \\\"color\\\": \\\"purple\\\", \\\"action\\\": \\\"年\\\" }]\",\"size\":{\"width\":1817,\"height\":331},\"dataSetId\":\"910406419257802752\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"icon\",\"text\":\"icon\",\"value\":\"icon\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"action\",\"text\":\"action\",\"value\":\"action\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":20},\"body\":{\"horizontal\":7,\"color\":\"#000000\",\"vertical\":5,\"span\":8},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"统计卡片\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433190318080', null, '910394028067438592', null, 'JText', '{\"chartData\":\"AIR 库存情况\",\"borderColor\":\"#059DA8\",\"size\":{\"width\":371,\"height\":45},\"background\":\"#059DA8\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":7,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433207095296', null, '910394028067438592', null, 'JList', '{\"borderColor\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"描述\"},{\"mapping\":\"value\",\"filed\":\"时间\"},{\"mapping\":\"\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"air库存情况\",\"query\":[],\"h\":24,\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryStatus?type=air\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":-1,\"chartData\":\"[ { \\\"title\\\": \\\"通知一\\\", \\\"date\\\": \\\"10000\\\" }, { \\\"title\\\": \\\"通知二\\\", \\\"date\\\": \\\"20000\\\" }, { \\\"title\\\": \\\"通知三\\\", \\\"date\\\": \\\"30000\\\" }, { \\\"title\\\": \\\"通知四\\\", \\\"date\\\": \\\"40000\\\" }]\",\"size\":{\"width\":371,\"height\":111},\"dataSetId\":\"910419343896526848\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":false,\"titleFontSize\":15,\"showTimePrefix\":false,\"body\":{\"color\":\"#000000\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433228066816', null, '910394028067438592', null, 'JText', '{\"chartData\":\"LITE 库存情况\",\"borderColor\":\"#059DA8\",\"size\":{\"width\":371,\"height\":45},\"background\":\"#059DA8\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":7,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433249038336', null, '910394028067438592', null, 'JList', '{\"borderColor\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"描述\"},{\"mapping\":\"value\",\"filed\":\"时间\"},{\"mapping\":\"\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"lite库存情况\",\"query\":[],\"h\":24,\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryStatus?type=lite\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":-1,\"chartData\":\"[{\\\"title\\\":\\\"通知一\\\",\\\"date\\\":\\\"2022-3-9 14:20:21\\\"},{\\\"title\\\":\\\"通知二\\\",\\\"date\\\":\\\"2022-3-8 14:20:21\\\"},{\\\"title\\\":\\\"通知三\\\",\\\"date\\\":\\\"2022-3-7 14:20:21\\\"},{\\\"title\\\":\\\"通知四\\\",\\\"date\\\":\\\"2022-3-4 14:20:21\\\"}]\",\"size\":{\"width\":371,\"height\":111},\"dataSetId\":\"910423953398874112\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":false,\"titleFontSize\":15,\"showTimePrefix\":false}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433274204160', null, '910394028067438592', null, 'JText', '{\"chartData\":\"SUPER 库存情况\",\"borderColor\":\"#059DA8\",\"size\":{\"width\":371,\"height\":45},\"background\":\"#059DA8\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":7,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433295175680', null, '910394028067438592', null, 'JList', '{\"borderColor\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"描述\"},{\"mapping\":\"value\",\"filed\":\"时间\"},{\"mapping\":\"\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"super库存情况\",\"query\":[],\"h\":24,\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryStatus?type=super\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":-1,\"chartData\":\"[{\\\"title\\\":\\\"通知一\\\",\\\"date\\\":\\\"2022-3-9 14:20:21\\\"},{\\\"title\\\":\\\"通知二\\\",\\\"date\\\":\\\"2022-3-8 14:20:21\\\"},{\\\"title\\\":\\\"通知三\\\",\\\"date\\\":\\\"2022-3-7 14:20:21\\\"},{\\\"title\\\":\\\"通知四\\\",\\\"date\\\":\\\"2022-3-4 14:20:21\\\"}]\",\"size\":{\"width\":371,\"height\":111},\"dataSetId\":\"910425301976662016\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":false,\"titleFontSize\":15,\"showTimePrefix\":false}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433316147200', null, '910394028067438592', null, 'JText', '{\"chartData\":\"ULTRA 库存情况\",\"borderColor\":\"#059DA8\",\"size\":{\"width\":371,\"height\":45},\"background\":\"#059DA8\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":7,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433337118720', null, '910394028067438592', null, 'JList', '{\"borderColor\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"描述\"},{\"mapping\":\"value\",\"filed\":\"时间\"},{\"mapping\":\"\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"ultra库存情况\",\"query\":[],\"h\":24,\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryStatus?type=ultra\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":-1,\"chartData\":\"[{\\\"title\\\":\\\"通知一\\\",\\\"date\\\":\\\"2022-3-9 14:20:21\\\"},{\\\"title\\\":\\\"通知二\\\",\\\"date\\\":\\\"2022-3-8 14:20:21\\\"},{\\\"title\\\":\\\"通知三\\\",\\\"date\\\":\\\"2022-3-7 14:20:21\\\"},{\\\"title\\\":\\\"通知四\\\",\\\"date\\\":\\\"2022-3-4 14:20:21\\\"}]\",\"size\":{\"width\":371,\"height\":111},\"dataSetId\":\"910427052079366144\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":false,\"titleFontSize\":15,\"showTimePrefix\":false,\"body\":{\"color\":\"#000000\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433366478848', null, '910394028067438592', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"产品库存占比情况\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=storkProportion\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":751,\"height\":210},\"dataSetId\":\"910430104345690112\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"},\"interval\":2},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"rotate\":0,\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":50,\"left\":76,\"bottom\":67,\"show\":false,\"right\":3},\"series\":[{\"barWidth\":39,\"data\":[],\"color\":[\"#207B85\",\"#2C5E5A\",\"#36756E\"],\"itemStyle\":{\"color\":\"#009BA7\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"产品库存占比情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433387450368', null, '910394028067438592', null, 'JBar', '{\"borderColor\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"当月出库情况\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=outbound\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":751,\"height\":232},\"dataSetId\":\"910435726206222336\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":48,\"left\":62,\"bottom\":62,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"color\":[\"#075A63\",\"#285754\",\"#37706A\",\"#63968F\",\"#09A7B3\"],\"itemStyle\":{\"color\":\"#059DA8\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"当月出库情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433408421888', null, '910394028067438592', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"当月入库情况\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=warehousing\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":675,\"height\":232},\"dataSetId\":\"910441161197928448\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":45,\"bottom\":58,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#059DA8\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"当月入库情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433429393408', null, '910394028067438592', null, 'JMultipleBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"type\",\"filed\":\"分组\"},{\"mapping\":\"title\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"产品库龄分布情况\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=stockAge\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Bor\\\"}]\",\"size\":{\"width\":675,\"height\":232},\"dataSetId\":\"910447275230674944\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"type\",\"text\":\"type\",\"value\":\"type\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":54,\"bottom\":54},\"series\":[{\"color\":[\"#09A7B3\",\"#499E91\",\"#03A2AD\",\"#68F7D8\"]}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"产品库龄分布情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433450364928', null, '910394028067438592', null, 'JCommonTable', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"产品库存状态监控\",\"query\":[],\"h\":42,\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=monitor\",\"drillData\":[],\"timeOut\":-1,\"chartData\":\"[ { \\\"name\\\": \\\"4月\\\", \\\"value\\\": 50 }, { \\\"name\\\": \\\"2月\\\", \\\"value\\\": 200 }, { \\\"name\\\": \\\"3月\\\", \\\"value\\\": 300 }, { \\\"name\\\": \\\"4月\\\", \\\"value\\\": 400 }, { \\\"name\\\": \\\"5月\\\", \\\"value\\\": 50 }, { \\\"name\\\": \\\"6月\\\", \\\"value\\\": 120 }]\",\"size\":{\"width\":1817,\"height\":485},\"dataSetId\":\"910455640270880768\",\"fieldOption\":[{\"label\":\"仓库\",\"text\":\"仓库\",\"value\":\"name\"},{\"label\":\"系列\",\"text\":\"系列\",\"value\":\"series\"},{\"label\":\"市场名\",\"text\":\"市场名\",\"value\":\"marketName\"},{\"label\":\"机型\",\"text\":\"机型\",\"value\":\"model\"},{\"label\":\"产品状态\",\"text\":\"产品状态\",\"value\":\"productStatus\"},{\"label\":\"当前库存\",\"text\":\"当前库存\",\"value\":\"inventory\"},{\"label\":\"库存状态\",\"text\":\"库存状态\",\"value\":\"inventoryStatus\"}],\"dataSetType\":\"api\",\"seriesType\":[],\"background\":\"#FFFFFF\",\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"name\",\"title\":\"仓库\"},{\"izShow\":\"Y\",\"dataIndex\":\"series\",\"title\":\"系列\"},{\"izShow\":\"Y\",\"dataIndex\":\"marketName\",\"title\":\"市场名\"},{\"izShow\":\"Y\",\"dataIndex\":\"model\",\"title\":\"机型\"},{\"izShow\":\"Y\",\"dataIndex\":\"productStatus\",\"title\":\"产品状态\"},{\"izShow\":\"Y\",\"dataIndex\":\"inventory\",\"title\":\"当前库存\"},{\"izShow\":\"Y\",\"dataIndex\":\"inventoryStatus\",\"title\":\"库存状态\"}],\"body\":{\"color\":\"#000000\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433471336448', null, '910394028067438592', null, 'JPie', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"仓库状态情况\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=warehouseStatus\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":675,\"height\":210},\"dataSetId\":\"910431120222896128\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"color\":[\"#05A0AB\",\"#65A89E\",\"#469C8F\"],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"label\":{\"color\":\"#000000\",\"show\":true},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"仓库状态情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577433496502272', null, '910394028067438592', null, 'JMultipleBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"type\",\"filed\":\"分组\"},{\"mapping\":\"title\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"产品库存覆盖率情况\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/inventoryChart?type=coverage\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Bor\\\"}]\",\"size\":{\"width\":751,\"height\":232},\"dataSetId\":\"910442989620871168\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"type\",\"text\":\"type\",\"value\":\"type\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":41,\"left\":104,\"bottom\":52,\"right\":90},\"series\":[{\"color\":[\"#05A5B0\",\"#6BB3A8\",\"#4AA194\",\"#1D828A\"]}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"产品库存覆盖率情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:43:45', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577878868672512', null, '910820508471705600', null, 'JText', '{\"chartData\":\"某 连 锁 饮 品 销 售\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":1132,\"height\":100},\"background\":\"#FFFFFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#000000\",\"textAlign\":\"center\",\"fontSize\":40,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":18,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577878898032640', null, '910820508471705600', null, 'JForm', '{\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":675,\"height\":100},\"background\":\"#FFFFFF\",\"w\":24,\"dataType\":1,\"h\":12,\"linkageConfig\":[{\"linkageId\":\"0efe3637-39ac-4f2e-82f4-e09540ee332a\",\"linkage\":[]},{\"linkageId\":\"2db8c9de-9f8b-49f8-8d7a-6b3166de0ed5\",\"linkage\":[]},{\"linkageId\":\"6f773617-eca8-4598-8260-dc701cc16e8b\",\"linkage\":[]},{\"linkageId\":\"868c63d3-cfc2-4e49-a1c5-6ee0418fd303\",\"linkage\":[]},{\"linkageId\":\"35a7308b-0482-48c8-8e46-ed50cfb67961\",\"linkage\":[]},{\"linkageId\":\"cd981a55-258c-48cd-8e92-742185a711a3\",\"linkage\":[]},{\"linkageId\":\"715ebf76-9228-4b2e-8ab7-dcb351c2ff03\",\"linkage\":[]},{\"linkageId\":\"2323a8fb-42ff-4a23-9b13-8f4f514dafb5\",\"linkage\":[]},{\"linkageId\":\"0b68bd42-a0e9-48f8-9a7b-794ba9ebf8cf\",\"linkage\":[]},{\"linkageId\":\"5130130f-6076-45b1-8977-d9b5a4c894fc\",\"linkage\":[]},{\"linkageId\":\"82016a70-aa98-42cb-b205-c14e5e212cf8\",\"linkage\":[]}],\"timeOut\":-1,\"option\":{\"fields\":[{\"fieldName\":\"date\",\"dictCode\":\"\",\"dateFormat\":\"YYYY-MM\",\"fieldTxt\":\"日期\",\"defaultValue\":\"2024-01\",\"searchMode\":\"single\",\"orderNum\":\"\",\"action\":\"\",\"id\":\"rowa82899dc-1e6b-47a1-acd8-ba2fb6f5df02\",\"izSearch\":\"1\",\"widgetType\":\"date\"}],\"body\":{\"color\":\"#000000\"},\"title\":{\"textStyle\":{\"color\":\"#464646\"}}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577878919004160', null, '910820508471705600', null, 'JGrowCard', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"图标\"},{\"mapping\":\"value\",\"filed\":\"数值\"},{\"mapping\":\"\",\"filed\":\"总计\"},{\"mapping\":\"\",\"filed\":\"前缀\"},{\"mapping\":\"color\",\"filed\":\"颜色\"},{\"mapping\":\"action\",\"filed\":\"单位\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"销量额\",\"query\":[],\"h\":19,\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=salesVolume\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"chartData\":\"[ { \\\"title\\\": \\\"访问数\\\", \\\"icon\\\": \\\"icon-jeecg-qianbao\\\", \\\"value\\\": 2000, \\\"total\\\": 120000, \\\"prefix\\\": \\\"$\\\", \\\"color\\\": \\\"green\\\", \\\"action\\\": \\\"月\\\" }, { \\\"title\\\": \\\"成交额\\\", \\\"icon\\\": \\\"icon-jeecg-youhuiquan\\\", \\\"value\\\": 20000, \\\"total\\\": 500000, \\\"prefix\\\": \\\"$\\\", \\\"color\\\": \\\"blue\\\", \\\"action\\\": \\\"月\\\" }, { \\\"title\\\": \\\"下载数\\\", \\\"icon\\\": \\\"icon-jeecg-tupian\\\", \\\"value\\\": 8000, \\\"prefix\\\": \\\"$\\\", \\\"total\\\": 120000, \\\"color\\\": \\\"orange\\\", \\\"action\\\": \\\"周\\\" }, { \\\"title\\\": \\\"成交数\\\", \\\"icon\\\": \\\"icon-jeecg-jifen\\\", \\\"value\\\": 5000, \\\"prefix\\\": \\\"$\\\", \\\"total\\\": 50000, \\\"color\\\": \\\"purple\\\", \\\"action\\\": \\\"年\\\" }]\",\"size\":{\"width\":1817,\"height\":320},\"dataSetId\":\"911792028287287296\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"icon\",\"text\":\"icon\",\"value\":\"icon\"},{\"label\":\"action\",\"text\":\"action\",\"value\":\"action\"},{\"label\":\"color\",\"text\":\"color\",\"value\":\"color\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":20},\"body\":{\"horizontal\":6,\"vertical\":4,\"span\":8},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"统计卡片\"}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577878944169984', null, '910820508471705600', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"单月最高销售量分店\\t\",\"query\":[],\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=topSellingBranch\",\"drillData\":[],\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{\\\"value\\\":\\\"1024\\\"}\",\"size\":{\"width\":371,\"height\":177},\"dataSetId\":\"911836343134896128\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#F3EFF0\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#F9B632\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#FF9736\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"单月最高销量分店(新洲店)\"}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577878965141504', null, '910820508471705600', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"单月最高销量品线\\t\",\"query\":[],\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=salesLine\",\"drillData\":[],\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{\\\"value\\\":\\\"1024\\\"}\",\"size\":{\"width\":371,\"height\":166},\"dataSetId\":\"911836426450550784\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#E9F2FF\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#547BFE\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#547BFE\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"单月最高销量品线(醇香奶茶)\"}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577878990307328', null, '910820508471705600', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"单月最高销量单品\",\"query\":[],\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=highestSellingItem\",\"drillData\":[],\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{\\\"value\\\":\\\"1024\\\"}\",\"size\":{\"width\":371,\"height\":166},\"dataSetId\":\"911836535531814912\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#EDFAFE\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#44C8F3\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#44C8F3\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"单月最高销量单品(珍珠奶茶)\"}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577879023861760', null, '910820508471705600', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"单月最高销量规格\",\"query\":[],\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=maximumSalesSpecs\",\"drillData\":[],\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{\\\"value\\\":\\\"1024\\\"}\",\"size\":{\"width\":371,\"height\":177},\"dataSetId\":\"911836717715603456\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#F2FCF7\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#58DC92\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#9EFFB6\",\"textStyle\":{\"color\":\"#FFFFFF\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"单月最高销量规格(磨砂)\"}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577879044833280', null, '910820508471705600', null, 'JLine', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"销售额走势\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=salesTrend\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":599,\"height\":243},\"dataSetId\":\"911836839023263744\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"},\"show\":false},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"},\"show\":true},\"nameTextStyle\":{\"color\":\"#333333\"}},\"customColor\":[{\"color\":\"#FBE1C2\"}],\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#FFFFFF\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":178,\"bottom\":157,\"show\":false},\"series\":[{\"data\":[],\"lineType\":\"area\",\"itemStyle\":{\"color\":\"#64b5f6\"},\"type\":\"line\"}],\"title\":{\"subtext\":\"销售金额(元)\",\"left\":10,\"text\":\"销售额走势\",\"subtextStyle\":{\"color\":\"#464646\"},\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577879065804800', null, '910820508471705600', null, 'JLine', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"销量走势\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=salesTendency\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":599,\"height\":232},\"dataSetId\":\"911836922162757632\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"customColor\":[{\"color\":\"#D7EBFB\"}],\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":71,\"bottom\":62,\"show\":false},\"series\":[{\"data\":[],\"lineType\":\"area\",\"itemStyle\":{\"color\":\"#64b5f6\"},\"type\":\"line\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"销售数量(杯)\",\"left\":1,\"text\":\"销量走势\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\",\"fontWeight\":\"normal\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577879086776320', null, '910820508471705600', null, 'JLine', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"原料支出趋势\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=expenditureTrends\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":599,\"height\":221},\"dataSetId\":\"911845934736392192\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"customColor\":[{\"color\":\"#D5DFFE\"}],\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":54,\"bottom\":61,\"show\":false},\"series\":[{\"data\":[],\"lineType\":\"area\",\"itemStyle\":{\"color\":\"#64b5f6\"},\"type\":\"line\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"支出费用(元)\",\"left\":10,\"text\":\"原料支出趋势\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577879103553536', null, '910820508471705600', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"订单销售量\\t\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=orderSalesVolume\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":827,\"height\":353},\"dataSetId\":\"911837008343121920\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"},\"interval\":2},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":48,\"left\":85,\"bottom\":60,\"show\":false},\"series\":[{\"barWidth\":0,\"data\":[],\"showBackground\":false,\"backgroundStyle\":{\"color\":\"#51626E\"},\"itemStyle\":{\"color\":\"#85C6F3\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"订单销售量\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577879116136448', null, '910820508471705600', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"店铺销售额排名\",\"query\":[],\"h\":42,\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=salesRanking\",\"drillData\":[],\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":447,\"height\":353},\"dataSetId\":\"911837091507781632\",\"fieldOption\":[{\"label\":\"店铺\",\"text\":\"店铺\",\"value\":\"name\"},{\"label\":\"销售金额(元)\",\"text\":\"销售金额(元)\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"seriesType\":[],\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"name\",\"title\":\"店铺\"},{\"izShow\":\"Y\",\"dataIndex\":\"value\",\"title\":\"销售金额(元)\"}],\"title\":{\"textStyle\":{\"color\":\"#464646\"}}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912577879132913664', null, '910820508471705600', null, 'JRing', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\" 冷热占比\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/beverageSales?type=coldAndHostProportion\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":371,\"height\":353},\"dataSetId\":\"911837168896884736\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"top\":1,\"show\":true,\"text\":\"冷热占比\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:45:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578020841668608', null, '910744177604083712', null, 'JText', '{\"chartData\":\"小 区 消 防 巡 检 状 态\",\"borderColor\":\"#DB771F\",\"size\":{\"width\":1817,\"height\":78},\"background\":\"#DB771F\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"fontSize\":36,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578020875223040', null, '910744177604083712', null, 'JText', '{\"chartData\":\"区域基本情况\",\"borderColor\":\"#DB771F\",\"size\":{\"width\":599,\"height\":56},\"background\":\"#DB771F\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"fontSize\":22,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":37},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578020896194560', null, '910744177604083712', null, 'JList', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"描述\"},{\"mapping\":\"value\",\"filed\":\"时间\"},{\"mapping\":\"\",\"filed\":\"封面\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"区域基本情况\",\"query\":[],\"h\":24,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=regionBasicInformation\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/list\",\"timeOut\":-1,\"chartData\":\"[{\\\"title\\\":\\\"通知一\\\",\\\"date\\\":\\\"2022-3-9 14:20:21\\\"},{\\\"title\\\":\\\"通知二\\\",\\\"date\\\":\\\"2022-3-8 14:20:21\\\"},{\\\"title\\\":\\\"通知三\\\",\\\"date\\\":\\\"2022-3-7 14:20:21\\\"},{\\\"title\\\":\\\"通知四\\\",\\\"date\\\":\\\"2022-3-4 14:20:21\\\"}]\",\"size\":{\"width\":599,\"height\":177},\"dataSetId\":\"910750488542625792\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"layout\":\"horizontal\",\"showTitlePrefix\":true,\"titleFontSize\":18,\"showTimePrefix\":false,\"body\":{\"color\":\"#000000\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578020917166080', null, '910744177604083712', null, 'JText', '{\"chartData\":\"设备总数\",\"borderColor\":\"#DB771F\",\"size\":{\"width\":599,\"height\":67},\"background\":\"#DB771F\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"fontSize\":22,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":16,\"marginLeft\":34},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578020938137600', null, '910744177604083712', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"dataType\":2,\"dataSetName\":\"正常设备\",\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=normalDevice\",\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{ \\\"value\\\": \\\"15990\\\"}\",\"size\":{\"width\":599,\"height\":122},\"dataSetId\":\"910754028661030912\",\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"正常设备\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578020959109120', null, '910744177604083712', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"异常设备\",\"query\":[],\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=abnormalDevice\",\"drillData\":[],\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{\\\"value\\\":\\\"1024\\\"}\",\"size\":{\"width\":599,\"height\":122},\"dataSetId\":\"910754465934000128\",\"fieldOption\":[{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"异常设备\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578020980080640', null, '910744177604083712', null, 'JText', '{\"chartData\":\"设备异常明细\",\"borderColor\":\"#DB771F\",\"size\":{\"width\":599,\"height\":67},\"background\":\"#DB771F\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"fontSize\":22,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":15,\"marginLeft\":32},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578021005246464', null, '910744177604083712', null, 'JCommonTable', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"设备异常明细\",\"query\":[],\"h\":42,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=equipmentDetails\",\"drillData\":[],\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":599,\"height\":551},\"dataSetId\":\"910759432656830464\",\"fieldOption\":[{\"label\":\"小区名称\",\"text\":\"小区名称\",\"value\":\"name\"},{\"label\":\"设备名称\",\"text\":\"设备名称\",\"value\":\"deviceName\"},{\"label\":\"设备地址\",\"text\":\"设备地址\",\"value\":\"deviceAddress\"},{\"label\":\"设备状态\",\"text\":\"设备状态\",\"value\":\"deviceStatus\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"name\",\"title\":\"小区名称\"},{\"izShow\":\"Y\",\"dataIndex\":\"deviceName\",\"title\":\"设备名称\"},{\"izShow\":\"Y\",\"dataIndex\":\"deviceAddress\",\"title\":\"设备地址\"},{\"izShow\":\"Y\",\"dataIndex\":\"deviceStatus\",\"title\":\"设备状态\"}],\"body\":{\"color\":\"#000000\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578021026217984', null, '910744177604083712', null, 'JBubbleMap', '{\"borderColor\":\"#FFFFFF00\",\"commonOption\":{\"barSize\":10,\"gradientColor\":false,\"breadcrumb\":{\"drillDown\":false,\"textColor\":\"#000000\"},\"areaColor\":{\"color1\":\"#f7f7f7\",\"color2\":\"#fcc02e\"},\"barColor\":\"#fff176\",\"barColor2\":\"#fcc02e\",\"inRange\":{\"color\":[\"#04387b\",\"#467bc0\"]}},\"paramOption\":[],\"dataSetName\":\"小区地图分布\",\"activeKey\":1,\"chartData\":\"[ { \\\"name\\\": \\\"廊坊\\\", \\\"value\\\": 199 }, { \\\"name\\\": \\\"新疆\\\", \\\"value\\\": 180 }, { \\\"name\\\": \\\"河南\\\", \\\"value\\\": 137 }, { \\\"name\\\": \\\"四川\\\", \\\"value\\\": 125 }, { \\\"name\\\": \\\"黑龙江\\\", \\\"value\\\": 123 }, { \\\"name\\\": \\\"广东\\\", \\\"value\\\": 123 }, { \\\"name\\\": \\\"山东\\\", \\\"value\\\": 119 }, { \\\"name\\\": \\\"福建\\\", \\\"value\\\": 116 }, { \\\"name\\\": \\\"湖北\\\", \\\"value\\\": 116 }, { \\\"name\\\": \\\"浙江\\\", \\\"value\\\": 114 }, { \\\"name\\\": \\\"湖南\\\", \\\"value\\\": 114 }, { \\\"name\\\": \\\"安徽\\\", \\\"value\\\": 109 }, { \\\"name\\\": \\\"河北\\\", \\\"value\\\": 102 }, { \\\"name\\\": \\\"江苏\\\", \\\"value\\\": 92 }, { \\\"name\\\": \\\"江西\\\", \\\"value\\\": 91 }, { \\\"name\\\": \\\"重庆\\\", \\\"value\\\": 91 }, { \\\"name\\\": \\\"云南\\\", \\\"value\\\": 83 }, { \\\"name\\\": \\\"吉林\\\", \\\"value\\\": 82 }, { \\\"name\\\": \\\"山西\\\", \\\"value\\\": 81 }, { \\\"name\\\": \\\"陕西\\\", \\\"value\\\": 80 }, { \\\"name\\\": \\\"辽宁\\\", \\\"value\\\": 67 }, { \\\"name\\\": \\\"贵州\\\", \\\"value\\\": 62 }, { \\\"name\\\": \\\"广西\\\", \\\"value\\\": 59 }, { \\\"name\\\": \\\"甘肃\\\", \\\"value\\\": 56 }, { \\\"name\\\": \\\"内蒙古\\\", \\\"value\\\": 47 }, { \\\"name\\\": \\\"天津\\\", \\\"value\\\": 42 }, { \\\"name\\\": \\\"上海\\\", \\\"value\\\": 24 }, { \\\"name\\\": \\\"宁夏\\\", \\\"value\\\": 18 }, { \\\"name\\\": \\\"海南\\\", \\\"value\\\": 14 }, { \\\"name\\\": \\\"青海\\\", \\\"value\\\": 10 }, { \\\"name\\\": \\\"西藏\\\", \\\"value\\\": 9 }]\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"seriesType\":[],\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"区域\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"jsConfig\":\"\",\"dataType\":2,\"query\":[],\"h\":50,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=residentialDistributionMap\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/radar\",\"timeOut\":0,\"size\":{\"width\":599,\"height\":342},\"dataSetId\":\"910765056765509632\",\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"drillDown\":false,\"area\":{\"markerColor\":\"#DDE330\",\"shadowBlur\":10,\"markerCount\":5,\"markerOpacity\":1,\"name\":[\"河北省\"],\"scatterLabelShow\":false,\"shadowColor\":\"#DDE330\",\"value\":[\"13\"],\"markerType\":\"effectScatter\"},\"geo\":{\"top\":27,\"aspectScale\":0.92,\"itemStyle\":{\"normal\":{\"shadowOffsetX\":0,\"borderColor\":\"#a9a9a9\",\"shadowOffsetY\":0,\"areaColor\":\"\",\"shadowBlur\":0,\"borderWidth\":1,\"shadowColor\":\"#80d9f8\"},\"emphasis\":{\"areaColor\":\"#fff59c\",\"borderWidth\":0}},\"zoom\":1,\"label\":{\"emphasis\":{\"color\":\"#fff\",\"show\":false}},\"roam\":true},\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"data\":[]},\"title\":{\"left\":10,\"show\":true,\"text\":\"\",\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"graphic\":[],\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"},\"visualMap\":{\"min\":0,\"top\":\"bottom\",\"max\":200,\"left\":\"5%\",\"calculable\":true,\"show\":false,\"type\":\"continuous\",\"seriesIndex\":[1]}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578021047189504', null, '910744177604083712', null, 'JText', '{\"chartData\":\"小区地图分布\",\"borderColor\":\"#DB771F\",\"size\":{\"width\":1208,\"height\":56},\"background\":\"#DB771F\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"fontSize\":22,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578021068161024', null, '910744177604083712', null, 'JCommonTable', '{\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"小区分布地图表格\",\"query\":[],\"h\":42,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=residentialDistributionTable\",\"drillData\":[],\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":599,\"height\":342},\"dataSetId\":\"910773111884398592\",\"fieldOption\":[{\"label\":\"区域名称\",\"text\":\"区域名称\",\"value\":\"areaName\"},{\"label\":\"小区数量\",\"text\":\"小区数量\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"seriesType\":[],\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"areaName\",\"title\":\"区域名称\"},{\"izShow\":\"Y\",\"dataIndex\":\"value\",\"title\":\"小区数量\"}],\"title\":{\"textStyle\":{\"color\":\"#464646\"}}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578021093326848', null, '910744177604083712', null, 'JPie', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"室外消火栓泵\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=deviceCountProportion\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":599,\"height\":364},\"dataSetId\":\"910776816075587584\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"color\":[\"#3BB1E3\",\"#DB771F\",\"#B6C5D1\"],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"label\":{\"color\":\"#000000\",\"show\":true},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"设备类型数量占比\",\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578021114298368', null, '910744177604083712', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"区域设备数量\\t\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=areaDeviceCount\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":599,\"height\":364},\"dataSetId\":\"910790230315417600\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"},\"interval\":2},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"left\":62,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":21,\"data\":[],\"color\":[\"#3BB1E3\",\"#DB771F\",\"#B6C5D1\"],\"itemStyle\":{\"color\":\"#3BB1E3\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"区域设备数量\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578021131075584', null, '910744177604083712', null, 'JLine', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"巡检任务数\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=inspectionTasksCount\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":599,\"height\":353},\"dataSetId\":\"910794755508060160\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"customColor\":[{\"color\":\"#38B4EA\"}],\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"lineType\":\"area\",\"itemStyle\":{\"color\":\"#64B5F6\"},\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":10,\"text\":\"\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578021156241408', null, '910744177604083712', null, 'JCommonTable', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"巡检任务数表格\",\"query\":[],\"h\":42,\"dataSetApi\":\"https://api.jeecg.com/mock/51/propertyFireFighting?type=inspectionTasksTable\",\"drillData\":[],\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":599,\"height\":353},\"dataSetId\":\"910797586147360768\",\"fieldOption\":[{\"label\":\"检查时间\",\"text\":\"检查时间\",\"value\":\"inspectTime\"},{\"label\":\"设备名称\",\"text\":\"设备名称\",\"value\":\"deviceName\"},{\"label\":\"设备地址\",\"text\":\"设备地址\",\"value\":\"deviceAddress\"},{\"label\":\"检查人\",\"text\":\"检查人\",\"value\":\"inspected\"},{\"label\":\"检查内容\",\"text\":\"检查内容\",\"value\":\"content\"},{\"label\":\"巡查结果\",\"text\":\"巡查结果\",\"value\":\"inspectResult\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":24,\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"inspectTime\",\"title\":\"检查时间\"},{\"izShow\":\"Y\",\"dataIndex\":\"deviceName\",\"title\":\"设备名称\"},{\"izShow\":\"Y\",\"dataIndex\":\"deviceAddress\",\"title\":\"设备地址\"},{\"izShow\":\"Y\",\"dataIndex\":\"inspected\",\"title\":\"检查人\"},{\"izShow\":\"Y\",\"dataIndex\":\"content\",\"title\":\"检查内容\"},{\"izShow\":\"Y\",\"dataIndex\":\"inspectResult\",\"title\":\"巡查结果\"}]}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912578021181407232', null, '910744177604083712', null, 'JText', '{\"chartData\":\"巡检任务数\",\"borderColor\":\"#DB771F\",\"size\":{\"width\":1208,\"height\":67},\"background\":\"#DB771F\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"fontSize\":22,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":12,\"marginLeft\":0},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:46:05', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912579172505272320', null, '910475721247866880', null, 'JText', '{\"chartData\":\"某电商公司销售运营看板\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":1817,\"height\":78},\"background\":\"#0774F0\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"textAlign\":\"center\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":23,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:50:39', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912579172538826752', null, '910475721247866880', null, 'JGrowCard', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"title\",\"filed\":\"标题\"},{\"mapping\":\"\",\"filed\":\"图标\"},{\"mapping\":\"value\",\"filed\":\"数值\"},{\"mapping\":\"\",\"filed\":\"总计\"},{\"mapping\":\"\",\"filed\":\"前缀\"},{\"mapping\":\"\",\"filed\":\"颜色\"},{\"mapping\":\"unit\",\"filed\":\"单位\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"销售状态\",\"query\":[],\"h\":19,\"dataSetApi\":\"https://api.jeecg.com/mock/51/commerceSalesOperations?type=saleStatus\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"chartData\":\"[{\\\"title\\\":\\\"访问数\\\",\\\"icon\\\":\\\"icon-jeecg-qianbao\\\",\\\"value\\\":2000,\\\"total\\\":120000,\\\"prefix\\\":\\\"$\\\",\\\"color\\\":\\\"green\\\",\\\"action\\\":\\\"月\\\"},{\\\"title\\\":\\\"成交额\\\",\\\"icon\\\":\\\"icon-jeecg-youhuiquan\\\",\\\"value\\\":20000,\\\"total\\\":500000,\\\"prefix\\\":\\\"$\\\",\\\"color\\\":\\\"blue\\\",\\\"action\\\":\\\"月\\\"},{\\\"title\\\":\\\"下载数\\\",\\\"icon\\\":\\\"icon-jeecg-tupian\\\",\\\"value\\\":8000,\\\"prefix\\\":\\\"$\\\",\\\"total\\\":120000,\\\"color\\\":\\\"orange\\\",\\\"action\\\":\\\"周\\\"},{\\\"title\\\":\\\"成交数\\\",\\\"icon\\\":\\\"icon-jeecg-jifen\\\",\\\"value\\\":5000,\\\"prefix\\\":\\\"$\\\",\\\"total\\\":50000,\\\"color\\\":\\\"purple\\\",\\\"action\\\":\\\"年\\\"}]\",\"size\":{\"width\":599,\"height\":177},\"dataSetId\":\"910478592823574528\",\"fieldOption\":[{\"label\":\"title\",\"text\":\"title\",\"value\":\"title\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"unit\",\"text\":\"unit\",\"value\":\"unit\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"icon\":{\"scriptUrl\":\"//at.alicdn.com/t/font_3237315_b3fqd960glt.js\",\"fontSize\":20},\"body\":{\"horizontal\":8,\"vertical\":8,\"span\":8},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"更多\",\"title\":\"统计卡片\"}}}', 'admin', '2024-01-31 15:50:39', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912579172559798272', null, '910475721247866880', null, 'JBubbleMap', '{\"borderColor\":\"#FFFFFF00\",\"commonOption\":{\"barSize\":10,\"gradientColor\":false,\"breadcrumb\":{\"drillDown\":false,\"textColor\":\"#000000\"},\"areaColor\":{\"color1\":\"#f7f7f7\",\"color2\":\"#fcc02e\"},\"barColor\":\"#fff176\",\"barColor2\":\"#fcc02e\",\"inRange\":{\"color\":[\"#04387b\",\"#467bc0\"]}},\"paramOption\":[],\"dataSetName\":\"各地区订单与仓库情况\",\"activeKey\":1,\"chartData\":\"[{\\\"name\\\":\\\"北京\\\",\\\"value\\\":199},{\\\"name\\\":\\\"新疆\\\",\\\"value\\\":180},{\\\"name\\\":\\\"河南\\\",\\\"value\\\":137},{\\\"name\\\":\\\"四川\\\",\\\"value\\\":125},{\\\"name\\\":\\\"黑龙江\\\",\\\"value\\\":123},{\\\"name\\\":\\\"广东\\\",\\\"value\\\":123},{\\\"name\\\":\\\"山东\\\",\\\"value\\\":119},{\\\"name\\\":\\\"福建\\\",\\\"value\\\":116},{\\\"name\\\":\\\"湖北\\\",\\\"value\\\":116},{\\\"name\\\":\\\"浙江\\\",\\\"value\\\":114},{\\\"name\\\":\\\"湖南\\\",\\\"value\\\":114},{\\\"name\\\":\\\"安徽\\\",\\\"value\\\":109},{\\\"name\\\":\\\"河北\\\",\\\"value\\\":102},{\\\"name\\\":\\\"江苏\\\",\\\"value\\\":92},{\\\"name\\\":\\\"江西\\\",\\\"value\\\":91},{\\\"name\\\":\\\"重庆\\\",\\\"value\\\":91},{\\\"name\\\":\\\"云南\\\",\\\"value\\\":83},{\\\"name\\\":\\\"吉林\\\",\\\"value\\\":82},{\\\"name\\\":\\\"山西\\\",\\\"value\\\":81},{\\\"name\\\":\\\"陕西\\\",\\\"value\\\":80},{\\\"name\\\":\\\"辽宁\\\",\\\"value\\\":67},{\\\"name\\\":\\\"贵州\\\",\\\"value\\\":62},{\\\"name\\\":\\\"广西\\\",\\\"value\\\":59},{\\\"name\\\":\\\"甘肃\\\",\\\"value\\\":56},{\\\"name\\\":\\\"内蒙古\\\",\\\"value\\\":47},{\\\"name\\\":\\\"天津\\\",\\\"value\\\":42},{\\\"name\\\":\\\"上海\\\",\\\"value\\\":24},{\\\"name\\\":\\\"宁夏\\\",\\\"value\\\":18},{\\\"name\\\":\\\"海南\\\",\\\"value\\\":14},{\\\"name\\\":\\\"青海\\\",\\\"value\\\":10},{\\\"name\\\":\\\"西藏\\\",\\\"value\\\":9}]\",\"fieldOption\":[{\"label\":\"仓库名称\",\"text\":\"仓库名称\",\"value\":\"warehouseName\"},{\"label\":\"仓库存量\",\"text\":\"仓库存量\",\"value\":\"warehouseCount\"},{\"label\":\"省份\",\"text\":\"省份\",\"value\":\"name\"},{\"label\":\"销售额\",\"text\":\"销售额\",\"value\":\"value\"}],\"seriesType\":[],\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"区域\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"jsConfig\":\"\",\"dataType\":2,\"query\":[],\"h\":50,\"dataSetApi\":\"https://api.jeecg.com/mock/51/commerceSalesOperations?type=regionalOrders\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/radar\",\"timeOut\":0,\"size\":{\"width\":599,\"height\":452},\"dataSetId\":\"910695134387552256\",\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"drillDown\":false,\"area\":{\"markerColor\":\"#DDE330\",\"shadowBlur\":10,\"markerCount\":5,\"markerOpacity\":1,\"name\":[\"中国\"],\"scatterLabelShow\":false,\"shadowColor\":\"#DDE330\",\"value\":[\"china\"],\"markerType\":\"effectScatter\"},\"geo\":{\"top\":80,\"itemStyle\":{\"normal\":{\"shadowOffsetX\":0,\"borderColor\":\"#a9a9a9\",\"shadowOffsetY\":0,\"areaColor\":\"\",\"shadowBlur\":0,\"borderWidth\":1,\"shadowColor\":\"#80d9f8\"},\"emphasis\":{\"areaColor\":\"#fff59c\",\"borderWidth\":0}},\"zoom\":1,\"label\":{\"emphasis\":{\"color\":\"#fff\",\"show\":false}},\"roam\":true},\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"data\":[]},\"title\":{\"left\":10,\"show\":true,\"text\":\"\"},\"graphic\":[],\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"},\"visualMap\":{\"min\":0,\"top\":\"bottom\",\"max\":200,\"left\":\"5%\",\"calculable\":true,\"show\":false,\"type\":\"continuous\",\"seriesIndex\":[1]}}}', 'admin', '2024-01-31 15:50:39', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912579172580769792', null, '910475721247866880', null, 'JCommonTable', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"各地区订单与仓库情况\",\"query\":[],\"h\":42,\"dataSetApi\":\"https://api.jeecg.com/mock/51/commerceSalesOperations?type=regionalOrders\",\"drillData\":[],\"timeOut\":-1,\"chartData\":\"[{\\\"name\\\":\\\"4月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"2月\\\",\\\"value\\\":200},{\\\"name\\\":\\\"3月\\\",\\\"value\\\":300},{\\\"name\\\":\\\"4月\\\",\\\"value\\\":400},{\\\"name\\\":\\\"5月\\\",\\\"value\\\":50},{\\\"name\\\":\\\"6月\\\",\\\"value\\\":120}]\",\"size\":{\"width\":599,\"height\":485},\"dataSetId\":\"910695134387552256\",\"fieldOption\":[{\"label\":\"仓库名称\",\"text\":\"仓库名称\",\"value\":\"warehouseName\"},{\"label\":\"仓库存量\",\"text\":\"仓库存量\",\"value\":\"warehouseCount\"},{\"label\":\"省份\",\"text\":\"省份\",\"value\":\"name\"},{\"label\":\"销售额\",\"text\":\"销售额\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"seriesType\":[],\"background\":\"#FFFFFF\",\"w\":24,\"dataNum\":\"0\",\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"columns\":[{\"izShow\":\"Y\",\"dataIndex\":\"warehouseName\",\"title\":\"仓库名称\"},{\"izShow\":\"Y\",\"dataIndex\":\"warehouseCount\",\"title\":\"仓库存量\"},{\"izShow\":\"N\",\"dataIndex\":\"name\",\"title\":\"省份\"},{\"izShow\":\"Y\",\"dataIndex\":\"value\",\"title\":\"销售额\"}]}}', 'admin', '2024-01-31 15:50:39', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912579172597547008', null, '910475721247866880', null, 'JPie', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"季度目标完成\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/commerceSalesOperations?type=quarterlyFinish\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":371,\"height\":375},\"dataSetId\":\"910708293282349056\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"color\":[\"#1F70E0\",\"#F0F2FA\"],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"isRadius\":true,\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"季度目标完成\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:50:39', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912579172618518528', null, '910475721247866880', null, 'JNumber', '{\"borderColor\":\"#FFFFFF00\",\"paramOption\":[],\"dataType\":1,\"dataSetName\":\"季度目标完成\",\"query\":[],\"h\":9,\"dataSetApi\":\"https://api.jeecg.com/mock/51/commerceSalesOperations?type=quarterlyFinish\",\"drillData\":[],\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"chartData\":\"{ \\\"value\\\": 200}\",\"size\":{\"width\":371,\"height\":177},\"dataSetId\":\"910708293282349056\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"w\":5,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#1C6CDE\",\"text\":\"\",\"fontWeight\":\"bold\"},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"季度销售额(万)\"}}}', 'admin', '2024-01-31 15:50:39', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912579172643684352', null, '910475721247866880', null, 'JNumber', '{\"chartData\":\"{ \\\"value\\\": \\\"39\\\"}\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":371,\"height\":188},\"background\":\"#FFFFFF\",\"w\":5,\"dataType\":1,\"h\":9,\"turnConfig\":{\"url\":\"\"},\"analysis\":{\"isCompare\":false,\"compareType\":\"\",\"trendType\":\"1\"},\"timeOut\":0,\"option\":{\"isCompare\":false,\"trendType\":\"1\",\"body\":{\"color\":\"#1C6CDE\",\"text\":\"\",\"fontWeight\":\"bold\"},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"small\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":18,\"fontWeight\":\"bold\"},\"title\":\"同比增长(%)\"}}}', 'admin', '2024-01-31 15:50:39', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912579172664655872', null, '910475721247866880', null, 'JPie', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"品牌销售占比\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/commerceSalesOperations?type=brandSales\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":447,\"height\":375},\"dataSetId\":\"910721009699045376\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"left\":47,\"bottom\":115,\"show\":false},\"legend\":{\"r\":1,\"orient\":\"vertical\",\"t\":1},\"series\":[{\"data\":[],\"color\":[\"#0E52B0\",\"#118FF0\",\"#97CFFC\",\"#216DC4\",\"#60AEF7\"],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"type\":\"pie\",\"radius\":\"50%\"}],\"isRadius\":true,\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"品牌销售占比\",\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-31 15:50:39', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912579172685627392', null, '910475721247866880', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"销售地区排行\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/commerceSalesOperations?type=areaRanking\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":599,\"height\":309},\"dataSetId\":\"910732622212677632\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"},\"interval\":2},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"showBackground\":false,\"backgroundStyle\":{\"color\":\"#51626E\"},\"itemStyle\":{\"color\":\"#428BEF\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"show\":true,\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"销售额(万元)\",\"show\":true,\"text\":\"销售地区排行\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-31 15:50:39', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912579172702404608', null, '910475721247866880', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"品牌销售占比\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/commerceSalesOperations?type=brandSales\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":599,\"height\":309},\"dataSetId\":\"910721009699045376\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#428BEF\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"subtext\":\"销售额(元)\",\"show\":true,\"text\":\"品牌销售情况\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-31 15:50:39', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912579172719181824', null, '910475721247866880', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"物流订单接收\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/commerceSalesOperations?type=logisticsOrder\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":599,\"height\":430},\"dataSetId\":\"910737864308342784\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"left\":58,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":24,\"data\":[],\"showBackground\":false,\"backgroundStyle\":{\"color\":\"#51626E\"},\"itemStyle\":{\"color\":\"#428BEF\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"subtext\":\"接收订单(件)\",\"show\":true,\"text\":\"物流订单接收\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:50:39', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912579172740153344', null, '910475721247866880', null, 'JLine', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"订单产生趋势\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/commerceSalesOperations?type=generatingTrends\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":599,\"height\":430},\"dataSetId\":\"910740127152128000\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"customColor\":[{\"color\":\"#428BEF\"}],\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"lineType\":\"area\",\"itemStyle\":{\"color\":\"#64B5F6\"},\"type\":\"line\"}],\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"订单数(单)\",\"left\":10,\"text\":\"订单产生趋势\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 15:50:39', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581733916393472', null, '911856216581914624', null, 'JText', '{\"chartData\":\"产品销售数据仪表板\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":1817,\"height\":78},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4570F2\",\"textAlign\":\"center\",\"fontSize\":36,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":8,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581733949947904', null, '911856216581914624', null, 'JRing', '{\"borderColor\":\"#DBEAFF\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"本月渠道销售\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=salesThisMonth\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":371,\"height\":320},\"dataSetId\":\"911887596497977344\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"top\":53,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"legend\":{\"t\":1,\"orient\":\"vertical\"},\"tooltip\":{\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\" 华东区、华中区为主要渠道销售区域。\",\"top\":1,\"show\":true,\"text\":\"本月渠道销售\",\"subtextStyle\":{\"color\":\"#464646\"},\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581733975113728', null, '911856216581914624', null, 'JBar', '{\"borderColor\":\"#DBEAFF\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"本月代理商销售排行\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=salesRanking\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":371,\"height\":441},\"dataSetId\":\"911887691259887616\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"xAxis\":{\"axisLabel\":{\"rotate\":3,\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":69,\"left\":94,\"bottom\":58,\"show\":false},\"series\":[{\"barWidth\":17,\"data\":[],\"itemStyle\":{\"color\":\"#64B5F6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"本月代理商销售排行/元\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734000279552', null, '911856216581914624', null, 'JText', '{\"chartData\":\"本月销售额/元\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":21},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734025445376', null, '911856216581914624', null, 'JText', '{\"borderColor\":\"#DBEAFF\",\"paramOption\":[],\"dataType\":1,\"dataSetName\":\"本月产品销售\",\"query\":[],\"h\":12,\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=productSalesThisMonth\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"chartData\":\"15,458,757\",\"size\":{\"width\":295,\"height\":45},\"dataSetId\":\"911889006916583424\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"w\":8,\"turnConfig\":{\"url\":\"\"},\"dataSetIzAgent\":\"0\",\"option\":{\"body\":{\"color\":\"#4D71FE\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":0,\"marginLeft\":16},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734050611200', null, '911856216581914624', null, 'JText', '{\"chartData\":\"月环比 -50%\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#34C874\",\"fontSize\":14,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":21},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734084165632', null, '911856216581914624', null, 'JText', '{\"chartData\":\"今日销售额/元\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":18},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734113525760', null, '911856216581914624', null, 'JText', '{\"chartData\":\"657,554\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4D71FE\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":0,\"marginLeft\":19},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734138691584', null, '911856216581914624', null, 'JText', '{\"chartData\":\"日环比 -12%\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#34C874\",\"fontSize\":14,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":24},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734163857408', null, '911856216581914624', null, 'JText', '{\"chartData\":\"今年目标销售额达成率\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":16},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734189023232', null, '911856216581914624', null, 'JText', '{\"chartData\":\"42%\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":295,\"height\":100},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4D71FE\",\"textAlign\":\"center\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":24,\"marginLeft\":0},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734209994752', null, '911856216581914624', null, 'JLine', '{\"borderColor\":\"#DBEAFF\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"近七天销售额趋势\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=salesTrend\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1000,\\\"name\\\":\\\"联想\\\"},{\\\"value\\\":7350,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":5800,\\\"name\\\":\\\"华为\\\"},{\\\"value\\\":6000,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":3000,\\\"name\\\":\\\"戴尔\\\"}]\",\"size\":{\"width\":904,\"height\":287},\"dataSetId\":\"911888632709169152\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\"},\"type\":\"line\"}],\"title\":{\"subtext\":\"日销售额(元)\",\"left\":10,\"text\":\"近七天销售额趋势\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\",\"fontWeight\":\"bold\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734230966272', null, '911856216581914624', null, 'JStackBar', '{\"borderColor\":\"#DBEAFF\",\"dataMapping\":[{\"mapping\":\"type\",\"filed\":\"分组\"},{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"本月重点城市的重点产品销售额\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=productSalesRevenue\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Lon\\\"},{\\\"name\\\":\\\"1991\\\",\\\"value\\\":3,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1992\\\",\\\"value\\\":4,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1993\\\",\\\"value\\\":3.5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1994\\\",\\\"value\\\":5,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1995\\\",\\\"value\\\":4.9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1996\\\",\\\"value\\\":6,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1997\\\",\\\"value\\\":7,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1998\\\",\\\"value\\\":9,\\\"type\\\":\\\"Bor\\\"},{\\\"name\\\":\\\"1999\\\",\\\"value\\\":13,\\\"type\\\":\\\"Bor\\\"}]\",\"size\":{\"width\":904,\"height\":309},\"dataSetId\":\"911888715248877568\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"},{\"label\":\"type\",\"text\":\"type\",\"value\":\"type\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"customColor\":[{\"color\":\"#67BBFF\"},{\"color\":\"#9982FD\"},{\"color\":\"#62DDCC\"}],\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"本月重点城市的重点产品销售额/元\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":16}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734256132096', null, '911856216581914624', null, 'JRing', '{\"borderColor\":\"#DBEAFF\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"本月产品销售\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=productSalesThisMonth\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"width\":523,\"height\":342},\"dataSetId\":\"911889006916583424\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"top\":55,\"left\":47,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"itemStyle\":{\"color\":\"#64B5F6\"},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"legend\":{\"t\":10},\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"show\":true,\"text\":\" 产品3为主推产品产品2为近期上线产品。\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":14,\"fontWeight\":\"bold\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734272909312', null, '911856216581914624', null, 'JText', '{\"chartData\":\"本月产品销售\",\"borderColor\":\"#DBEAFF\",\"size\":{\"width\":523,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#000000\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":8,\"marginLeft\":21},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('912581734289686528', null, '911856216581914624', null, 'JBar', '{\"borderColor\":\"#DBEAFF\",\"dataMapping\":[{\"mapping\":\"name\",\"filed\":\"维度\"},{\"mapping\":\"value\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"本月产品小类销售排行\",\"query\":[],\"dataSetApi\":\"https://api.jeecg.com/mock/51/productSales?type=rankingCategorySales\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"width\":523,\"height\":364},\"dataSetId\":\"911889086163763200\",\"fieldOption\":[{\"label\":\"name\",\"text\":\"name\",\"value\":\"name\"},{\"label\":\"value\",\"text\":\"value\",\"value\":\"value\"}],\"dataSetType\":\"api\",\"background\":\"#DBEAFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"type\":\"value\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":44,\"bottom\":62,\"show\":false},\"series\":[{\"barWidth\":16,\"data\":[],\"itemStyle\":{\"color\":\"#64B5F6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"subtext\":\"\",\"show\":true,\"text\":\" 本月产品小类销售排行/元\",\"textStyle\":{\"color\":\"#464646\",\"fontSize\":14},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-01-31 16:00:50', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925265555992182784', null, '925264635338260480', null, 'JBar', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"sex\",\"filed\":\"维度\"},{\"mapping\":\"count\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"cc1\",\"query\":[],\"dataSetApi\":\"SELECT sex, COUNT(*) as countFROM ceshi_aaaGROUP BY sex;\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"chartData\":\"[{\\\"name\\\":\\\"苹果\\\",\\\"value\\\":1000879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"三星\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"小米\\\",\\\"value\\\":2300879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"oppo\\\",\\\"value\\\":5400879,\\\"type\\\":\\\"手机品牌\\\"},{\\\"name\\\":\\\"vivo\\\",\\\"value\\\":3400879,\\\"type\\\":\\\"手机品牌\\\"}]\",\"size\":{\"height\":300},\"dataSetId\":\"925264960069664768\",\"fieldOption\":[{\"label\":\"性别\",\"text\":\"性别\",\"value\":\"sex\"},{\"label\":\"数量\",\"text\":\"数量\",\"value\":\"count\"}],\"dataSetType\":\"sql\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"grid\":{\"top\":90,\"bottom\":115,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-06 16:01:49', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261272031232', null, '924603858451734528', null, 'JText', '{\"chartData\":\"北京公司2023年度招聘看板\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":1604,\"height\":78},\"background\":\"#4A90E2\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":500},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261330751488', null, '924603858451734528', null, 'JText', '{\"chartData\":\"简历投递数\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":144,\"height\":56},\"background\":\"#22B6D4\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":24},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261351723008', null, '924603858451734528', null, 'JText', '{\"chartData\":\"386\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":144,\"height\":56},\"background\":\"#22B6D4\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":50},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261381083136', null, '924603858451734528', null, 'JText', '{\"chartData\":\"入职人数\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":144,\"height\":56},\"background\":\"#69AAF5\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":24},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261402054656', null, '924603858451734528', null, 'JText', '{\"chartData\":\"15\",\"borderColor\":\"#69AAF5\",\"size\":{\"width\":144,\"height\":56},\"background\":\"#4A90E2\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":47},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261427220480', null, '924603858451734528', null, 'JRing', '{\"chartData\":\"[ { \\\"value\\\": 121, \\\"name\\\": \\\"四川省\\\" }, { \\\"value\\\": 251, \\\"name\\\": \\\"山东省\\\" }, { \\\"value\\\": 580, \\\"name\\\": \\\"北京市\\\" }, { \\\"value\\\": 484, \\\"name\\\": \\\"河北省\\\" }, { \\\"value\\\": 300, \\\"name\\\": \\\"河南省\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":166},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":38,\"left\":52,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"color\":\"#000000\",\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"legend\":{\"show\":false},\"tooltip\":{\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":false,\"text\":\"基础环形图\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261464969216', null, '924603858451734528', null, 'JBubbleMap', '{\"borderColor\":\"#FFFFFF00\",\"commonOption\":{\"barSize\":10,\"gradientColor\":false,\"breadcrumb\":{\"drillDown\":false,\"textColor\":\"#000000\"},\"areaColor\":{\"color1\":\"#F7F7F7\",\"color2\":\"#fcc02e\"},\"barColor\":\"#fff176\",\"barColor2\":\"#fcc02e\",\"inRange\":{\"color\":[\"#04387b\",\"#467bc0\"]}},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"区域\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"jsConfig\":\"\",\"dataType\":1,\"h\":50,\"activeKey\":1,\"url\":\"http://api.jeecg.com/mock/33/radar\",\"timeOut\":0,\"chartData\":\"[ { \\\"name\\\": \\\"北京\\\", \\\"value\\\": 199 }, { \\\"name\\\": \\\"山东\\\", \\\"value\\\": 180 }, { \\\"name\\\": \\\"四川\\\", \\\"value\\\": 137 }, { \\\"name\\\": \\\"新疆\\\", \\\"value\\\": 125 }, { \\\"name\\\": \\\"河南\\\", \\\"value\\\": 123 }, { \\\"name\\\": \\\"广东\\\", \\\"value\\\": 123 }]\",\"size\":{\"width\":298,\"height\":331},\"background\":\"#FFFFFF\",\"w\":12,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"option\":{\"area\":{\"markerColor\":\"#DDE330\",\"shadowBlur\":10,\"markerCount\":5,\"markerOpacity\":1,\"name\":[\"中国\"],\"scatterLabelShow\":false,\"shadowColor\":\"#DDE330\",\"value\":[\"china\"],\"markerType\":\"effectScatter\"},\"headerBgColor\":\"#FFFFFF\",\"bodyColor\":\"#000000\",\"legend\":{\"data\":[]},\"title\":{\"top\":1,\"left\":10,\"show\":true,\"text\":\"\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"bodyBgColor\":\"#FFFFFF\",\"drillDown\":false,\"geo\":{\"top\":38,\"itemStyle\":{\"normal\":{\"shadowOffsetX\":0,\"borderColor\":\"#A9A9A9\",\"shadowOffsetY\":0,\"areaColor\":\"\",\"shadowBlur\":0,\"borderWidth\":1,\"shadowColor\":\"#80D9F8\"},\"emphasis\":{\"areaColor\":\"#FFF59C\",\"borderWidth\":0}},\"zoom\":1,\"label\":{\"emphasis\":{\"color\":\"#fff\",\"show\":false}},\"roam\":true},\"headerColor\":\"#000000\",\"grid\":{\"bottom\":115,\"show\":false},\"graphic\":[],\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"},\"visualMap\":{\"min\":0,\"top\":\"bottom\",\"max\":200,\"left\":\"5%\",\"calculable\":true,\"show\":false,\"type\":\"continuous\",\"seriesIndex\":[1]}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261490135040', null, '924603858451734528', null, 'JFunnel', '{\"chartData\":\"[ { \\\"value\\\": 15, \\\"name\\\": \\\"入职\\\" }, { \\\"value\\\": 5, \\\"name\\\": \\\"待入职\\\" }, { \\\"value\\\": 23, \\\"name\\\": \\\"一面\\\" }, { \\\"value\\\": 10, \\\"name\\\": \\\"HR沟通\\\" }, { \\\"value\\\": 234, \\\"name\\\": \\\"收到简历\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":331},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/funnel\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"legend\":{\"orient\":\"horizontal\"},\"series\":[{\"left\":\"10%\",\"gap\":2,\"name\":\"Funnel\",\"width\":\"80%\",\"emphasis\":{\"label\":{\"fontSize\":20}},\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"descending\",\"label\":{\"show\":true,\"position\":\"inside\"},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\"}],\"tooltip\":{\"formatter\":\"{a}
{b} : {c}%\",\"trigger\":\"item\"},\"title\":{\"show\":false,\"text\":\"基础漏斗图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261519495168', null, '924603858451734528', null, 'JText', '{\"chartData\":\"概览\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":8},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261544660992', null, '924603858451734528', null, 'JText', '{\"chartData\":\"候选人分布\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":605,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":3,\"marginLeft\":5},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261569826816', null, '924603858451734528', null, 'JText', '{\"chartData\":\"漏斗图\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":3,\"marginLeft\":8},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261594992640', null, '924603858451734528', null, 'JPie', '{\"chartData\":\"[ { \\\"value\\\": 1048, \\\"name\\\": \\\"双一流大学\\\" }, { \\\"value\\\": 735, \\\"name\\\": \\\"双一流学科\\\" }, { \\\"value\\\": 580, \\\"name\\\": \\\"211\\\" }, { \\\"value\\\": 484, \\\"name\\\": \\\"985\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":155},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"option\":{\"grid\":{\"top\":30,\"left\":46,\"bottom\":115,\"show\":false},\"legend\":{\"r\":1,\"orient\":\"vertical\",\"t\":2,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"label\":{\"color\":\"#000000\",\"show\":true},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":false,\"text\":\"基础饼图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261615964160', null, '924603858451734528', null, 'JSmoothLine', '{\"chartData\":\"[ { \\\"value\\\": 10, \\\"name\\\": \\\"03-12\\\" }, { \\\"value\\\": 15, \\\"name\\\": \\\"03-22\\\" }, { \\\"value\\\": 6, \\\"name\\\": \\\"03-18\\\" }, { \\\"value\\\": 19, \\\"name\\\": \\\"04-12\\\" }, { \\\"value\\\": 30, \\\"name\\\": \\\"05-29\\\" }, { \\\"value\\\": 20, \\\"name\\\": \\\"08-29\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":199},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":33,\"left\":23,\"bottom\":77,\"show\":false,\"right\":25},\"series\":[{\"data\":[],\"type\":\"line\",\"smooth\":true}],\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"\",\"top\":1,\"left\":1,\"text\":\"简历投递日期分布\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261636935680', null, '924603858451734528', null, 'JText', '{\"chartData\":\"渠道质量\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":3,\"marginLeft\":5},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261662101504', null, '924603858451734528', null, 'JMultipleBar', '{\"chartData\":\"[ { \\\"name\\\": \\\"人才库\\\", \\\"value\\\": 150, \\\"type\\\": \\\"投递数\\\" }, { \\\"name\\\": \\\"招聘网站\\\", \\\"value\\\": 269, \\\"type\\\": \\\"投递数\\\" }, { \\\"name\\\": \\\"其他渠道\\\", \\\"value\\\": 81, \\\"type\\\": \\\"投递数\\\" }, { \\\"name\\\": \\\"内推\\\", \\\"value\\\": 67, \\\"type\\\": \\\"投递数\\\" }, { \\\"name\\\": \\\"人才库\\\", \\\"value\\\": 50, \\\"type\\\": \\\"面试数\\\" }, { \\\"name\\\": \\\"招聘网站\\\", \\\"value\\\": 100, \\\"type\\\": \\\"面试数\\\" }, { \\\"name\\\": \\\"其他渠道\\\", \\\"value\\\": 10, \\\"type\\\": \\\"面试数\\\" }, { \\\"name\\\": \\\"内推\\\", \\\"value\\\": 45, \\\"type\\\": \\\"面试数\\\" }, { \\\"name\\\": \\\"人才库\\\", \\\"value\\\": 13, \\\"type\\\": \\\"通过数\\\" }, { \\\"name\\\": \\\"招聘网站\\\", \\\"value\\\": 24, \\\"type\\\": \\\"通过数\\\" }, { \\\"name\\\": \\\"其他渠道\\\", \\\"value\\\": 5, \\\"type\\\": \\\"通过数\\\" }, { \\\"name\\\": \\\"内推\\\", \\\"value\\\": 25, \\\"type\\\": \\\"通过数\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":309},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":29,\"left\":31,\"bottom\":62,\"right\":8},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":false,\"text\":\"多数据对比柱形图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261687267328', null, '924603858451734528', null, 'JCommonTable', '{\"chartData\":\"[ { \\\"姓名\\\": \\\"陈萌萌\\\", \\\"筛选简历数\\\": \\\"122\\\", \\\"推给用人部门\\\": \\\"89\\\", \\\"面试安排\\\": \\\"40\\\", \\\"面试通过\\\": \\\"10\\\" }, { \\\"姓名\\\": \\\"肖强\\\", \\\"筛选简历数\\\": \\\"62\\\", \\\"推给用人部门\\\": \\\"19\\\", \\\"面试安排\\\": \\\"9\\\", \\\"面试通过\\\": \\\"1\\\" }, { \\\"姓名\\\": \\\"陈晨\\\", \\\"筛选简历数\\\": \\\"97\\\", \\\"推给用人部门\\\": \\\"49\\\", \\\"面试安排\\\": \\\"29\\\", \\\"面试通过\\\": \\\"15\\\" }, { \\\"姓名\\\": \\\"李丽\\\", \\\"筛选简历数\\\": \\\"47\\\", \\\"推给用人部门\\\": \\\"29\\\", \\\"面试安排\\\": \\\"19\\\", \\\"面试通过\\\": \\\"5\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":605,\"height\":309},\"background\":\"#FFFFFF\",\"w\":24,\"dataType\":1,\"h\":42,\"linkageConfig\":[],\"timeOut\":-1,\"option\":{\"headerBgColor\":\"#50E3C2\",\"headerColor\":\"#7ED321\",\"bodyColor\":\"#000000\",\"bodyBgColor\":\"#FFFFFF\",\"body\":{\"color\":\"#000000\"},\"title\":{\"textStyle\":{\"color\":\"#464646\"}}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261712433152', null, '924603858451734528', null, 'JText', '{\"chartData\":\"招聘工作量细化\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":605,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"headerBgColor\":\"#FFFFFF\",\"headerColor\":\"#000000\",\"bodyColor\":\"#000000\",\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":11},\"bodyBgColor\":\"#FFFFFF\",\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261745987584', null, '924603858451734528', null, 'JText', '{\"chartData\":\"工作年限对岗位偏好与匹配\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":8},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925744261766959104', null, '924603858451734528', null, 'JStackBar', '{\"chartData\":\"[ { \\\"name\\\": \\\"不满1年\\\", \\\"value\\\": 150, \\\"type\\\": \\\"投递数\\\" }, { \\\"name\\\": \\\"1-3年\\\", \\\"value\\\": 269, \\\"type\\\": \\\"投递数\\\" }, { \\\"name\\\": \\\"3-5年\\\", \\\"value\\\": 81, \\\"type\\\": \\\"投递数\\\" }, { \\\"name\\\": \\\"5-10年\\\", \\\"value\\\": 67, \\\"type\\\": \\\"投递数\\\" }, { \\\"name\\\": \\\"不满1年\\\", \\\"value\\\": 50, \\\"type\\\": \\\"面试数\\\" }, { \\\"name\\\": \\\"1-3年\\\", \\\"value\\\": 100, \\\"type\\\": \\\"面试数\\\" }, { \\\"name\\\": \\\"3-5年\\\", \\\"value\\\": 10, \\\"type\\\": \\\"面试数\\\" }, { \\\"name\\\": \\\"5-10年\\\", \\\"value\\\": 45, \\\"type\\\": \\\"面试数\\\" }, { \\\"name\\\": \\\"不满1年\\\", \\\"value\\\": 13, \\\"type\\\": \\\"通过数\\\" }, { \\\"name\\\": \\\"1-3年\\\", \\\"value\\\": 24, \\\"type\\\": \\\"通过数\\\" }, { \\\"name\\\": \\\"3-5年\\\", \\\"value\\\": 5, \\\"type\\\": \\\"通过数\\\" }, { \\\"name\\\": \\\"5-10年\\\", \\\"value\\\": 25, \\\"type\\\": \\\"通过数\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":309},\"background\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"customColor\":[{\"color\":\"#7ED321\"},{\"color\":\"#F8E71C\"},{\"color\":\"#F5A623\"}],\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":false,\"text\":\"堆叠柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-03-07 23:44:02', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667610906624', null, '925744661614153728', null, 'JText', '{\"chartData\":\"金融风控数据展示\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":1604,\"height\":78},\"background\":\"#4A90E2\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":500},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667648655360', null, '925744661614153728', null, 'JText', '{\"chartData\":\"复借用户数\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#22B6D4\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":39},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667665432576', null, '925744661614153728', null, 'JText', '{\"chartData\":\"38611人\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":67},\"background\":\"#22B6D4\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":19,\"marginLeft\":50},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667682209792', null, '925744661614153728', null, 'JText', '{\"chartData\":\"累计申请人数\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#69AAF5\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":32},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667698987008', null, '925744661614153728', null, 'JText', '{\"chartData\":\"258909人\",\"borderColor\":\"#69AAF5\",\"size\":{\"width\":192,\"height\":67},\"background\":\"#4A90E2\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":16,\"marginLeft\":45},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667715764224', null, '925744661614153728', null, 'JText', '{\"chartData\":\"89.5%\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#B05FB3\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":8,\"marginLeft\":63},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667732541440', null, '925744661614153728', null, 'JText', '{\"chartData\":\"放贷率\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#B05FB3\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":60},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667753512960', null, '925744661614153728', null, 'JText', '{\"chartData\":\"36.82亿\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#8B572A\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":56},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667774484480', null, '925744661614153728', null, 'JPie', '{\"chartData\":\"[ { \\\"value\\\": 1048, \\\"name\\\": \\\"男\\\" }, { \\\"value\\\": 735, \\\"name\\\": \\\"女\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":375},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"option\":{\"grid\":{\"top\":45,\"left\":43,\"bottom\":115,\"show\":false},\"legend\":{\"r\":1,\"orient\":\"vertical\",\"t\":2,\"show\":true},\"series\":[{\"data\":[],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"label\":{\"color\":\"#000000\",\"show\":true},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"男女性别比例\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667795456000', null, '925744661614153728', null, 'JText', '{\"chartData\":\"214367人\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":67},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":16,\"marginLeft\":46},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667808038912', null, '925744661614153728', null, 'JText', '{\"chartData\":\"累计放贷用户数\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"headerBgColor\":\"#FFFFFF\",\"headerColor\":\"#000000\",\"bodyColor\":\"#000000\",\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":25},\"bodyBgColor\":\"#FFFFFF\",\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667824816128', null, '925744661614153728', null, 'JText', '{\"chartData\":\"累计放贷金额\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#8B572A\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":30},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667841593344', null, '925744661614153728', null, 'JDynamicBar', '{\"chartData\":\"[ { \\\"name\\\": \\\"未到期\\\", \\\"value\\\": 13100000 }, { \\\"name\\\": \\\"1-30天\\\", \\\"value\\\": 14100000 }, { \\\"name\\\": \\\"31-60天\\\", \\\"value\\\": 31050000 }, { \\\"name\\\": \\\"61-90天\\\", \\\"value\\\": 530000 }, { \\\"name\\\": \\\"90天以上\\\", \\\"value\\\": 4100009 }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":595,\"height\":265},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":46,\"left\":61,\"bottom\":73,\"right\":40},\"series\":[{\"showBackground\":false,\"backgroundStyle\":{\"color\":\"#51626E\"},\"itemStyle\":{\"color\":\"#EDA737\"}}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"top\":1,\"left\":159,\"text\":\"账龄分布\",\"textStyle\":{\"color\":\"#F5A623\",\"fontSize\":20},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667858370560', null, '925744661614153728', null, 'JText', '{\"chartData\":\"59.38亿\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#50E3C2\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":54},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667875147776', null, '925744661614153728', null, 'JText', '{\"chartData\":\"累计申请金额\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#50E3C2\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":28},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667896119296', null, '925744661614153728', null, 'JMultipleLine', '{\"chartData\":\"[ { \\\"name\\\": \\\"1月\\\", \\\"value\\\": 3, \\\"type\\\": \\\"2022年月平均\\\" }, { \\\"name\\\": \\\"2月\\\", \\\"value\\\": 4, \\\"type\\\": \\\"2022年月平均\\\" }, { \\\"name\\\": \\\"3月\\\", \\\"value\\\": 3.5, \\\"type\\\": \\\"2022年月平均\\\" }, { \\\"name\\\": \\\"3月\\\", \\\"value\\\": 5, \\\"type\\\": \\\"2022年月平均\\\" }, { \\\"name\\\": \\\"5月\\\", \\\"value\\\": 4.9, \\\"type\\\": \\\"2022年月平均\\\" }, { \\\"name\\\": \\\"6月\\\", \\\"value\\\": 6, \\\"type\\\": \\\"2022年月平均\\\" }, { \\\"name\\\": \\\"7月\\\", \\\"value\\\": 7, \\\"type\\\": \\\"2022年月平均\\\" }, { \\\"name\\\": \\\"8月\\\", \\\"value\\\": 9, \\\"type\\\": \\\"2022年月平均\\\" }, { \\\"name\\\": \\\"9月\\\", \\\"value\\\": 13, \\\"type\\\": \\\"2022年月平均\\\" }, { \\\"name\\\": \\\"1月\\\", \\\"value\\\": 6, \\\"type\\\": \\\"2023年月平均\\\" }, { \\\"name\\\": \\\"2月\\\", \\\"value\\\": 8, \\\"type\\\": \\\"2023年月平均\\\" }, { \\\"name\\\": \\\"3月\\\", \\\"value\\\": 7, \\\"type\\\": \\\"2023年月平均\\\" }, { \\\"name\\\": \\\"4月\\\", \\\"value\\\": 10, \\\"type\\\": \\\"2023年月平均\\\" }, { \\\"name\\\": \\\"5月\\\", \\\"value\\\": 11, \\\"type\\\": \\\"2023年月平均\\\" }, { \\\"name\\\": \\\"6月\\\", \\\"value\\\": 4, \\\"type\\\": \\\"2023年月平均\\\" }, { \\\"name\\\": \\\"7月\\\", \\\"value\\\": 20, \\\"type\\\": \\\"2023年月平均\\\" }, { \\\"name\\\": \\\"8月\\\", \\\"value\\\": 16, \\\"type\\\": \\\"2023年月平均\\\" }, { \\\"name\\\": \\\"9月\\\", \\\"value\\\": 9, \\\"type\\\": \\\"2023年月平均\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":663,\"height\":309},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"每月平均申请数\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667912896512', null, '925744661614153728', null, 'JPie', '{\"chartData\":\"[ { \\\"value\\\": 1048, \\\"name\\\": \\\"1年\\\" }, { \\\"value\\\": 735, \\\"name\\\": \\\"1-5年\\\" }, { \\\"value\\\": 580, \\\"name\\\": \\\"5年以上\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":298},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"option\":{\"grid\":{\"top\":50,\"left\":48,\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\",\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"label\":{\"color\":\"#000000\",\"show\":true},\"type\":\"pie\",\"radius\":\"50%\"}],\"isRadius\":false,\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"贷款期限分布\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667938062336', null, '925744661614153728', null, 'JRing', '{\"chartData\":\"[ { \\\"value\\\": 121, \\\"name\\\": \\\"按时还款\\\" }, { \\\"value\\\": 251, \\\"name\\\": \\\"逾期未还\\\" }, { \\\"value\\\": 580, \\\"name\\\": \\\"逾期已还\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":254},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"show\":true,\"text\":\"总体放贷情况\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667954839552', null, '925744661614153728', null, 'JRing', '{\"chartData\":\"[ { \\\"value\\\": 121, \\\"name\\\": \\\"可疑\\\" }, { \\\"value\\\": 251, \\\"name\\\": \\\"正常\\\" }, { \\\"value\\\": 580, \\\"name\\\": \\\"不良\\\" }, { \\\"value\\\": 80, \\\"name\\\": \\\"次级\\\" }, { \\\"value\\\": 620, \\\"name\\\": \\\"关注\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":382,\"height\":320},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"show\":false,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"legend\":{\"show\":false},\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"show\":true,\"text\":\"贷款状态跟踪\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925962667967422464', null, '925744661614153728', null, 'JDynamicBar', '{\"chartData\":\"[ { \\\"name\\\": \\\"高中以下\\\", \\\"value\\\": 131265 }, { \\\"name\\\": \\\"大学\\\", \\\"value\\\": 71410 }, { \\\"name\\\": \\\"硕士及以上\\\", \\\"value\\\": 1523 }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":663,\"height\":320},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":54,\"left\":71,\"bottom\":86,\"right\":48},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"text\":\"贷款人群学历分布\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 14:11:54', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666560327680', null, '925966805971279872', null, 'JText', '{\"chartData\":\"XX车间生产管理\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":1604,\"height\":78},\"background\":\"#4A90E2\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":500},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666589687808', null, '925966805971279872', null, 'JText', '{\"chartData\":\"当日产量\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":45},\"background\":\"#22B6D4\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":52},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666602270720', null, '925966805971279872', null, 'JText', '{\"chartData\":\"15386\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#22B6D4\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":70},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666619047936', null, '925966805971279872', null, 'JText', '{\"chartData\":\"当月产量\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":45},\"background\":\"#69AAF5\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":44},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666640019456', null, '925966805971279872', null, 'JText', '{\"chartData\":\"589615\",\"borderColor\":\"#69AAF5\",\"size\":{\"width\":144,\"height\":56},\"background\":\"#4A90E2\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":47},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666660990976', null, '925966805971279872', null, 'JFunnel', '{\"chartData\":\"[ { \\\"value\\\": 15, \\\"name\\\": \\\"生产1部\\\" }, { \\\"value\\\": 5, \\\"name\\\": \\\"生产3部\\\" }, { \\\"value\\\": 23, \\\"name\\\": \\\"生产2部\\\" }, { \\\"value\\\": 10, \\\"name\\\": \\\"生产4部\\\" }, { \\\"value\\\": 234, \\\"name\\\": \\\"生产5部\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":331},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/funnel\",\"timeOut\":0,\"option\":{\"grid\":{\"bottom\":115},\"legend\":{\"orient\":\"horizontal\"},\"series\":[{\"left\":\"10%\",\"gap\":2,\"name\":\"Funnel\",\"width\":\"80%\",\"emphasis\":{\"label\":{\"fontSize\":20}},\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"descending\",\"label\":{\"show\":true,\"position\":\"inside\"},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\"}],\"tooltip\":{\"formatter\":\"{a}
{b} : {c}%\",\"trigger\":\"item\"},\"title\":{\"show\":false,\"text\":\"基础漏斗图\",\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666677768192', null, '925966805971279872', null, 'JText', '{\"chartData\":\"月投入产出比\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":45},\"background\":\"#A69C32\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":31},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666698739712', null, '925966805971279872', null, 'JText', '{\"chartData\":\"日目标达成率\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":45},\"background\":\"#61C9B3\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":3,\"marginLeft\":31},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666715516928', null, '925966805971279872', null, 'JText', '{\"chartData\":\"86%\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#61C9B3\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":68},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666732294144', null, '925966805971279872', null, 'JSmoothLine', '{\"chartData\":\"[ { \\\"value\\\": 60, \\\"name\\\": \\\"8:00\\\" }, { \\\"value\\\": 55, \\\"name\\\": \\\"10:00\\\" }, { \\\"value\\\": 86, \\\"name\\\": \\\"12:00\\\" }, { \\\"value\\\": 70, \\\"name\\\": \\\"14:00\\\" }, { \\\"value\\\": 90, \\\"name\\\": \\\"16:00\\\" }, { \\\"value\\\": 20, \\\"name\\\": \\\"18:00\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":394,\"height\":254},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":33,\"left\":23,\"bottom\":77,\"show\":false,\"right\":25},\"series\":[{\"data\":[],\"type\":\"line\",\"smooth\":true}],\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"\",\"top\":1,\"left\":1,\"text\":\"产能效率\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666749071360', null, '925966805971279872', null, 'JText', '{\"chartData\":\"90%\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#A69C32\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":68},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666770042880', null, '925966805971279872', null, 'JMultipleBar', '{\"chartData\":\"[ { \\\"name\\\": \\\"生产一部\\\", \\\"value\\\": 150, \\\"type\\\": \\\"人工成本\\\" }, { \\\"name\\\": \\\"生产二部\\\", \\\"value\\\": 269, \\\"type\\\": \\\"人工成本\\\" }, { \\\"name\\\": \\\"生产三部\\\", \\\"value\\\": 81, \\\"type\\\": \\\"人工成本\\\" }, { \\\"name\\\": \\\"生产四部\\\", \\\"value\\\": 67, \\\"type\\\": \\\"人工成本\\\" }, { \\\"name\\\": \\\"生产一部\\\", \\\"value\\\": 50, \\\"type\\\": \\\"采购成本\\\" }, { \\\"name\\\": \\\"生产二部\\\", \\\"value\\\": 100, \\\"type\\\": \\\"采购成本\\\" }, { \\\"name\\\": \\\"生产三部\\\", \\\"value\\\": 10, \\\"type\\\": \\\"采购成本\\\" }, { \\\"name\\\": \\\"生产四部\\\", \\\"value\\\": 45, \\\"type\\\": \\\"采购成本\\\" }, { \\\"name\\\": \\\"生产一部\\\", \\\"value\\\": 13, \\\"type\\\": \\\"生产成本\\\" }, { \\\"name\\\": \\\"生产二部\\\", \\\"value\\\": 24, \\\"type\\\": \\\"生产成本\\\" }, { \\\"name\\\": \\\"生产三部\\\", \\\"value\\\": 5, \\\"type\\\": \\\"生产成本\\\" }, { \\\"name\\\": \\\"生产四部\\\", \\\"value\\\": 25, \\\"type\\\": \\\"生产成本\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":309},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":29,\"left\":31,\"bottom\":62,\"right\":8},\"series\":[],\"legend\":{\"r\":1},\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"成本控制\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666786820096', null, '925966805971279872', null, 'JCommonTable', '{\"chartData\":\"[ { \\\"产品线\\\": \\\"1号产线\\\", \\\"一次通过数\\\": \\\"122\\\", \\\"一次未合格\\\": \\\"89\\\" }, { \\\"产品线\\\": \\\"2号产线\\\", \\\"一次通过数\\\": \\\"122\\\", \\\"一次未合格\\\": \\\"89\\\" }, { \\\"产品线\\\": \\\"3号产线\\\", \\\"一次通过数\\\": \\\"122\\\", \\\"一次未合格\\\": \\\"89\\\" }, { \\\"产品线\\\": \\\"4号产线\\\", \\\"一次通过数\\\": \\\"122\\\", \\\"一次未合格\\\": \\\"89\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":394,\"height\":397},\"background\":\"#FFFFFF\",\"w\":24,\"dataType\":1,\"h\":42,\"linkageConfig\":[],\"timeOut\":-1,\"option\":{\"headerBgColor\":\"#50E3C2\",\"headerColor\":\"#7ED321\",\"bodyColor\":\"#000000\",\"bodyBgColor\":\"#FFFFFF\",\"body\":{\"color\":\"#000000\"},\"title\":{\"textStyle\":{\"color\":\"#464646\"}}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666803597312', null, '925966805971279872', null, 'JText', '{\"chartData\":\"设备监控\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":605,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"headerBgColor\":\"#FFFFFF\",\"headerColor\":\"#000000\",\"bodyColor\":\"#000000\",\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":322},\"bodyBgColor\":\"#FFFFFF\",\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666828763136', null, '925966805971279872', null, 'JText', '{\"chartData\":\"投入产出监控\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":298,\"height\":45},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":124},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666849734656', null, '925966805971279872', null, 'JStackBar', '{\"chartData\":\"[ { \\\"name\\\": \\\"1号产线\\\", \\\"value\\\": 10, \\\"type\\\": \\\"缺勤人数\\\" }, { \\\"name\\\": \\\"2号产线\\\", \\\"value\\\": 8, \\\"type\\\": \\\"缺勤人数\\\" }, { \\\"name\\\": \\\"3号产线\\\", \\\"value\\\": 10, \\\"type\\\": \\\"缺勤人数\\\" }, { \\\"name\\\": \\\"4号产线\\\", \\\"value\\\": 4, \\\"type\\\": \\\"缺勤人数\\\" }, { \\\"name\\\": \\\"1号产线\\\", \\\"value\\\": 35, \\\"type\\\": \\\"出勤人数\\\" }, { \\\"name\\\": \\\"2号产线\\\", \\\"value\\\": 30, \\\"type\\\": \\\"出勤人数\\\" }, { \\\"name\\\": \\\"3号产线\\\", \\\"value\\\": 50, \\\"type\\\": \\\"出勤人数\\\" }, { \\\"name\\\": \\\"4号产线\\\", \\\"value\\\": 45, \\\"type\\\": \\\"出勤人数\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":394,\"height\":188},\"background\":\"#FFFFFF\",\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"customColor\":[{\"color\":\"#7ED321\"},{\"color\":\"#F8E71C\"},{\"color\":\"#F5A623\"}],\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"bottom\":115},\"series\":[{\"label\":{\"color\":\"#000000\"}}],\"legend\":{\"t\":1},\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"top\":1,\"show\":true,\"text\":\"产线出勤人数\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666866511872', null, '925966805971279872', null, 'JCommonTable', '{\"chartData\":\"[ { \\\"订单号\\\": \\\"DD001\\\", \\\"需求量\\\": \\\"59658\\\", \\\"库存量\\\": \\\"7895\\\" }, { \\\"订单号\\\": \\\"DD002\\\", \\\"需求量\\\": \\\"4658\\\", \\\"库存量\\\": \\\"395\\\" }, { \\\"订单号\\\": \\\"DD003\\\", \\\"需求量\\\": \\\"89658\\\", \\\"库存量\\\": \\\"1895\\\" }, { \\\"订单号\\\": \\\"DD004\\\", \\\"需求量\\\": \\\"39658\\\", \\\"库存量\\\": \\\"9905\\\" }, { \\\"订单号\\\": \\\"DD005\\\", \\\"需求量\\\": \\\"79658\\\", \\\"库存量\\\": \\\"7895\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":394,\"height\":364},\"background\":\"#FFFFFF\",\"w\":24,\"dataType\":1,\"h\":42,\"linkageConfig\":[],\"timeOut\":-1,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666879094784', null, '925966805971279872', null, 'JMixLineBar', '{\"chartData\":\"[ { \\\"name\\\": \\\"1号产品\\\", \\\"value\\\": 110, \\\"type\\\": \\\"通过质检数\\\" }, { \\\"name\\\": \\\"2号产品\\\", \\\"value\\\": 130, \\\"type\\\": \\\"通过质检数\\\" }, { \\\"name\\\": \\\"3号产品\\\", \\\"value\\\": 113.5, \\\"type\\\": \\\"通过率\\\" }, { \\\"name\\\": \\\"4号产品\\\", \\\"value\\\": 150, \\\"type\\\": \\\"通过质检数\\\" }, { \\\"name\\\": \\\"5号产品\\\", \\\"value\\\": 240.9, \\\"type\\\": \\\"通过质检数\\\" }, { \\\"name\\\": \\\"6号产品\\\", \\\"value\\\": 160, \\\"type\\\": \\\"通过质检数\\\" }, { \\\"name\\\": \\\"7号产品\\\", \\\"value\\\": 97, \\\"type\\\": \\\"通过质检数\\\" }, { \\\"name\\\": \\\"8号产品\\\", \\\"value\\\": 290, \\\"type\\\": \\\"通过质检数\\\" }, { \\\"name\\\": \\\"9号产品\\\", \\\"value\\\": 230, \\\"type\\\": \\\"通过质检数\\\" }, { \\\"name\\\": \\\"1号产品\\\", \\\"value\\\": 133, \\\"type\\\": \\\"未通过质检数\\\" }, { \\\"name\\\": \\\"2号产品\\\", \\\"value\\\": 235, \\\"type\\\": \\\"未通过质检数\\\" }, { \\\"name\\\": \\\"3号产品\\\", \\\"value\\\": 187, \\\"type\\\": \\\"未通过质检数\\\" }, { \\\"name\\\": \\\"4号产品\\\", \\\"value\\\": 35, \\\"type\\\": \\\"未通过质检数\\\" }, { \\\"name\\\": \\\"5号产品\\\", \\\"value\\\": 69, \\\"type\\\": \\\"未通过质检数\\\" }, { \\\"name\\\": \\\"6号产品\\\", \\\"value\\\": 100, \\\"type\\\": \\\"未通过质检数\\\" }, { \\\"name\\\": \\\"7号产品\\\", \\\"value\\\": 37, \\\"type\\\": \\\"未通过质检数\\\" }, { \\\"name\\\": \\\"8号产品\\\", \\\"value\\\": 20, \\\"type\\\": \\\"未通过质检数\\\" }, { \\\"name\\\": \\\"9号产品\\\", \\\"value\\\": 33, \\\"type\\\": \\\"未通过质检数\\\" }, { \\\"name\\\": \\\"1号产品\\\", \\\"value\\\": 12, \\\"type\\\": \\\"通过率\\\" }, { \\\"name\\\": \\\"2号产品\\\", \\\"value\\\": 5, \\\"type\\\": \\\"通过率\\\" }, { \\\"name\\\": \\\"3号产品\\\", \\\"value\\\": 20, \\\"type\\\": \\\"通过率\\\" }, { \\\"name\\\": \\\"4号产品\\\", \\\"value\\\": 15, \\\"type\\\": \\\"通过率\\\" }, { \\\"name\\\": \\\"5号产品\\\", \\\"value\\\": 24, \\\"type\\\": \\\"通过率\\\" }, { \\\"name\\\": \\\"6号产品\\\", \\\"value\\\": 16, \\\"type\\\": \\\"通过率\\\" }, { \\\"name\\\": \\\"7号产品\\\", \\\"value\\\": 9, \\\"type\\\": \\\"通过率\\\" }, { \\\"name\\\": \\\"8号产品\\\", \\\"value\\\": 29, \\\"type\\\": \\\"通过率\\\" }, { \\\"name\\\": \\\"9号产品\\\", \\\"value\\\": 23, \\\"type\\\": \\\"通过率\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":797,\"height\":430},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"seriesType\":[{\"series\":\"通过质检数\",\"type\":\"bar\"},{\"series\":\"通过率\",\"type\":\"bar\"},{\"series\":\"未通过质检数\",\"type\":\"line\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"headerBgColor\":\"#FFFFFF\",\"headerColor\":\"#000000\",\"bodyColor\":\"#000000\",\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":true,\"text\":\"产量与不良率统计\",\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"bodyBgColor\":\"#FFFFFF\",\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666904260608', null, '925966805971279872', null, 'JCommonTable', '{\"chartData\":\"[ { \\\"设备编号\\\": \\\"HT001\\\", \\\"产品线\\\": \\\"6号产线\\\", \\\"开始时间\\\": \\\"2023-10-24\\\", \\\"产量损失\\\": \\\"1589\\\", \\\"影响工时\\\": \\\"8\\\" }, { \\\"设备编号\\\": \\\"HT589\\\", \\\"产品线\\\": \\\"4号产线\\\", \\\"开始时间\\\": \\\"2023-11-14\\\", \\\"产量损失\\\": \\\"89\\\", \\\"影响工时\\\": \\\"3\\\" }, { \\\"设备编号\\\": \\\"HT008\\\", \\\"产品线\\\": \\\"1号产线\\\", \\\"开始时间\\\": \\\"2023-12-24\\\", \\\"产量损失\\\": \\\"15\\\", \\\"影响工时\\\": \\\"1\\\" }, { \\\"设备编号\\\": \\\"HT0034\\\", \\\"产品线\\\": \\\"6号产线\\\", \\\"开始时间\\\": \\\"2023-10-24\\\", \\\"产量损失\\\": \\\"1589\\\", \\\"影响工时\\\": \\\"10\\\" }, { \\\"设备编号\\\": \\\"HT0011\\\", \\\"产品线\\\": \\\"6号产线\\\", \\\"开始时间\\\": \\\"2023-10-24\\\", \\\"产量损失\\\": \\\"3589\\\", \\\"影响工时\\\": \\\"16\\\" }, { \\\"设备编号\\\": \\\"HT00113\\\", \\\"产品线\\\": \\\"7号产线\\\", \\\"开始时间\\\": \\\"2023-11-24\\\", \\\"产量损失\\\": \\\"1589\\\", \\\"影响工时\\\": \\\"8\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":461,\"height\":353},\"background\":\"#FFFFFF\",\"w\":24,\"dataType\":1,\"h\":42,\"linkageConfig\":[],\"timeOut\":-1,\"option\":{}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('925987666925232128', null, '925966805971279872', null, 'JPie', '{\"chartData\":\"[ { \\\"value\\\": 1048, \\\"name\\\": \\\"高负荷\\\" }, { \\\"value\\\": 735, \\\"name\\\": \\\"检修\\\" }, { \\\"value\\\": 580, \\\"name\\\": \\\"低速\\\" }, { \\\"value\\\": 484, \\\"name\\\": \\\"正常\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":326,\"height\":353},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"label\":{\"color\":\"#000000\",\"show\":true},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\"},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":false,\"text\":\"基础饼图\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-08 15:51:14', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733693940277248', null, '925988379923357696', null, 'JText', '{\"chartData\":\"2023年度消费者权益保护\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":1604,\"height\":78},\"background\":\"#698F38\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":500},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733693998997504', null, '925988379923357696', null, 'JText', '{\"chartData\":\"消费维权信息量\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":144,\"height\":56},\"background\":\"#22B6D4\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":24},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694024163328', null, '925988379923357696', null, 'JText', '{\"chartData\":\"5823万\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":144,\"height\":56},\"background\":\"#22B6D4\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":50},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694045134848', null, '925988379923357696', null, 'JText', '{\"chartData\":\"网络传播热度指数\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":144,\"height\":56},\"background\":\"#69AAF5\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":24},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694066106368', null, '925988379923357696', null, 'JText', '{\"chartData\":\"86.23\",\"borderColor\":\"#69AAF5\",\"size\":{\"width\":144,\"height\":56},\"background\":\"#69AAF5\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#FFFFFF\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":47},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694087077888', null, '925988379923357696', null, 'JText', '{\"chartData\":\"头部用户影响力\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":45},\"background\":\"#E8F2DC\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":8},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694099660800', null, '925988379923357696', null, 'JText', '{\"chartData\":\"消费维权信息走势\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":45},\"background\":\"#E8F2DC\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":3,\"marginLeft\":5},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694116438016', null, '925988379923357696', null, 'JText', '{\"chartData\":\"消费维权数据盘点\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":663,\"height\":45},\"background\":\"#E8F2DC\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":3,\"marginLeft\":8},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694141603840', null, '925988379923357696', null, 'JPie', '{\"chartData\":\"[ { \\\"value\\\": 1048, \\\"name\\\": \\\"男性\\\" }, { \\\"value\\\": 735, \\\"name\\\": \\\"女性\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":326,\"height\":265},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"option\":{\"customColor\":[{\"color\":\"#B8E986\"},{\"color\":\"#7ED321\"}],\"grid\":{\"top\":41,\"left\":49,\"bottom\":115,\"show\":false},\"legend\":{\"r\":1,\"orient\":\"vertical\",\"t\":2,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"label\":{\"color\":\"#000000\",\"show\":true},\"type\":\"pie\",\"radius\":\"50%\"}],\"tooltip\":{\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":false,\"text\":\"基础饼图\",\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694166769664', null, '925988379923357696', null, 'JSmoothLine', '{\"chartData\":\"[ { \\\"value\\\": 100, \\\"name\\\": \\\"1月\\\" }, { \\\"value\\\": 150, \\\"name\\\": \\\"2月\\\" }, { \\\"value\\\": 60, \\\"name\\\": \\\"3月\\\" }, { \\\"value\\\": 190, \\\"name\\\": \\\"4月\\\" }, { \\\"value\\\": 300, \\\"name\\\": \\\"5月\\\" }, { \\\"value\\\": 200, \\\"name\\\": \\\"6月\\\" }, { \\\"value\\\": 150, \\\"name\\\": \\\"7月\\\" }, { \\\"value\\\": 300, \\\"name\\\": \\\"8月\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":243},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":33,\"left\":33,\"bottom\":77,\"show\":false,\"right\":25},\"series\":[{\"data\":[],\"type\":\"line\",\"smooth\":true}],\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"\",\"top\":1,\"left\":1,\"show\":false,\"text\":\"\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694179352576', null, '925988379923357696', null, 'JText', '{\"chartData\":\"博文阅读量:569万\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":259,\"height\":56},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#417505\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":37},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694200324096', null, '925988379923357696', null, 'JText', '{\"chartData\":\"互动量:1.68 亿\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#DBEAFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"headerBgColor\":\"#FFFFFF\",\"headerColor\":\"#000000\",\"bodyColor\":\"#000000\",\"body\":{\"color\":\"#417505\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":21},\"bodyBgColor\":\"#FFFFFF\",\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694217101312', null, '925988379923357696', null, 'JText', '{\"chartData\":\"性别—年龄分布\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":663,\"height\":45},\"background\":\"#E8F2DC\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#4A90E2\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":8},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694233878528', null, '925988379923357696', null, 'JText', '{\"chartData\":\"用户数:605万\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":192,\"height\":56},\"background\":\"#E6CDA5\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#417505\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":26},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694246461440', null, '925988379923357696', null, 'JBar', '{\"chartData\":\"[ { \\\"name\\\": \\\"70前\\\", \\\"value\\\": 1879 }, { \\\"name\\\": \\\"70-80\\\", \\\"value\\\": 3879 }, { \\\"name\\\": \\\"80-90\\\", \\\"value\\\": 2879 }, { \\\"name\\\": \\\"95后\\\", \\\"value\\\": 5479 }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":326,\"height\":265},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"interval\":2}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":12,\"left\":38,\"bottom\":81,\"show\":false},\"series\":[{\"barWidth\":40,\"data\":[],\"itemStyle\":{\"color\":\"#64b5f6\",\"borderRadius\":0},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":false,\"text\":\"基础柱形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694259044352', null, '925988379923357696', null, 'JScatter', '{\"chartData\":\"[ { \\\"name\\\": \\\"1月\\\", \\\"value\\\": 300 }, { \\\"name\\\": \\\"2月\\\", \\\"value\\\": 500 }, { \\\"name\\\": \\\"3月\\\", \\\"value\\\": 920 }, { \\\"name\\\": \\\"4月\\\", \\\"value\\\": 320 }, { \\\"name\\\": \\\"5月\\\", \\\"value\\\": 200 }, { \\\"name\\\": \\\"6月\\\", \\\"value\\\": 400 }, { \\\"name\\\": \\\"7月\\\", \\\"value\\\": 260 }, { \\\"name\\\": \\\"8月\\\", \\\"value\\\": 120 }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":663,\"height\":364},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"lineStyle\":{\"color\":\"#f3f3f3\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"},\"interval\":2},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"symbolSize\":20,\"itemStyle\":{\"color\":\"#64b5f6\"},\"label\":{\"color\":\"#787575\",\"show\":false},\"type\":\"scatter\"}],\"tooltip\":{\"formatter\":\"x:{b}
y:{c}\",\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":true,\"text\":\"消费权益相关话题\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694267432960', null, '925988379923357696', null, 'JStepLine', '{\"chartData\":\"[ { \\\"value\\\": 10, \\\"name\\\": \\\"1月\\\" }, { \\\"value\\\": 15, \\\"name\\\": \\\"2月\\\" }, { \\\"value\\\": 30, \\\"name\\\": \\\"3月\\\" }, { \\\"value\\\": 29, \\\"name\\\": \\\"4月\\\" }, { \\\"value\\\": 20, \\\"name\\\": \\\"5月\\\" }, { \\\"value\\\": 10, \\\"name\\\": \\\"6月\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":254},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"name\":\"阅读量(亿)\",\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":37,\"left\":34,\"bottom\":65,\"show\":false,\"right\":25},\"series\":[{\"data\":[],\"step\":\"middle\",\"type\":\"line\"}],\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":false,\"text\":\"阶梯折线图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694284210176', null, '925988379923357696', null, 'JRing', '{\"chartData\":\"[ { \\\"value\\\": 1048, \\\"name\\\": \\\"视频\\\" }, { \\\"value\\\": 735, \\\"name\\\": \\\"网站\\\" }, { \\\"value\\\": 580, \\\"name\\\": \\\"微信\\\" }, { \\\"value\\\": 484, \\\"name\\\": \\\"微博\\\" }, { \\\"value\\\": 300, \\\"name\\\": \\\"客户端\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":394,\"height\":408},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"customColor\":[{\"color\":\"#70B324\"},{\"color\":\"#50E3C2\"},{\"color\":\"#F0E032\"},{\"color\":\"#7ED321\"},{\"color\":\"#FFA600\"}],\"grid\":{\"top\":49,\"left\":51,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"label\":{\"color\":\"#000000\",\"show\":true,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"legend\":{\"show\":false},\"tooltip\":{\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"top\":1,\"left\":1,\"show\":true,\"text\":\"内容来源占比\",\"subtextStyle\":{\"color\":\"#464646\"},\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694296793088', null, '925988379923357696', null, 'JProgress', '{\"chartData\":\"[ { \\\"name\\\": \\\"阅读量\\\", \\\"value\\\": 69.86 }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":155},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#000000\"}},\"grid\":{\"show\":false},\"series\":[{\"barWidth\":19,\"color\":\"#417505\",\"itemStyle\":{\"normal\":{\"barBorderRadius\":10}},\"zlevel\":1,\"label\":{\"formatter\":\"{c}{a}\",\"offset\":[0,-40],\"color\":\"black\",\"show\":true,\"fontSize\":24,\"position\":\"right\"}},{\"barWidth\":19,\"color\":\"#DCF2C2\",\"barGap\":\"-100%\",\"itemStyle\":{\"normal\":{\"barBorderRadius\":10}},\"type\":\"bar\"}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":false,\"text\":\"基础进度图\",\"textStyle\":{\"color\":\"#464646\"}}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927733694309376000', null, '925988379923357696', null, 'JPie', '{\"chartData\":\"[ { \\\"value\\\": 1048, \\\"name\\\": \\\"中性信息\\\" }, { \\\"value\\\": 735, \\\"name\\\": \\\"敏感信息\\\" }, { \\\"value\\\": 580, \\\"name\\\": \\\"非敏感信息\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":394,\"height\":232},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"option\":{\"customColor\":[{\"color\":\"#417505\"},{\"color\":\"#B8E986\"},{\"color\":\"#F5A623\"}],\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\",\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"label\":{\"color\":\"#000000\",\"show\":true},\"type\":\"pie\",\"radius\":\"50%\"}],\"isRadius\":false,\"tooltip\":{\"trigger\":\"item\"},\"outRadius\":43,\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"敏感信息与非敏感信息占比\",\"textStyle\":{\"color\":\"#464646\"}},\"innerRadius\":87,\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 11:29:19', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205680885760', null, '925988240575995904', null, 'JText', '{\"chartData\":\"2023年度医美行业网络关注度\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":1604,\"height\":78},\"background\":\"#23BAD9\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"headerBgColor\":\"#FFFFFF\",\"headerColor\":\"#000000\",\"bodyColor\":\"#000000\",\"body\":{\"color\":\"#FFFFFF\",\"fontSize\":30,\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":500},\"bodyBgColor\":\"#FFFFFF\",\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205706051584', null, '925988240575995904', null, 'JText', '{\"chartData\":\"公立整形外科热度指数TOP10美誉度\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":56},\"background\":\"#FFFFFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"headerBgColor\":\"#FFFFFF\",\"headerColor\":\"#000000\",\"bodyColor\":\"#000000\",\"body\":{\"color\":\"#23BAD9\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":13,\"marginLeft\":24},\"bodyBgColor\":\"#FFFFFF\",\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205718634496', null, '925988240575995904', null, 'JText', '{\"chartData\":\"敏感信息与非敏感信息占比\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":56},\"background\":\"#FFFFFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#23BAD9\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":11,\"marginLeft\":11},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205731217408', null, '925988240575995904', null, 'JText', '{\"chartData\":\"医美行业事件\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":56},\"background\":\"#FFFFFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"headerBgColor\":\"#FFFFFF\",\"headerColor\":\"#000000\",\"bodyColor\":\"#000000\",\"body\":{\"color\":\"#23BAD9\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":10,\"marginLeft\":24},\"bodyBgColor\":\"#FFFFFF\",\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205743800320', null, '925988240575995904', null, 'JFunnel', '{\"chartData\":\"[ { \\\"value\\\": 15, \\\"name\\\": \\\"美白针\\\" }, { \\\"value\\\": 5, \\\"name\\\": \\\"光子嫩肤\\\" }, { \\\"value\\\": 23, \\\"name\\\": \\\"半永久纹眉\\\" }, { \\\"value\\\": 10, \\\"name\\\": \\\"果酸换肤\\\" }, { \\\"value\\\": 234, \\\"name\\\": \\\"全瓷牙\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":320},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/funnel\",\"timeOut\":0,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"bottom\":115},\"legend\":{\"orient\":\"horizontal\"},\"series\":[{\"left\":\"10%\",\"gap\":2,\"name\":\"Funnel\",\"width\":\"80%\",\"emphasis\":{\"label\":{\"fontSize\":20}},\"itemStyle\":{\"borderColor\":\"#fff\",\"borderWidth\":1},\"sort\":\"descending\",\"label\":{\"color\":\"#787575\",\"show\":true,\"position\":\"inside\"},\"labelLine\":{\"lineStyle\":{\"width\":1,\"type\":\"solid\"},\"length\":10},\"type\":\"funnel\"}],\"tooltip\":{\"formatter\":\"{a}
{b} : {c}%\",\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":false,\"text\":\"基础漏斗图\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205756383232', null, '925988240575995904', null, 'JText', '{\"chartData\":\"非公立连锁医美机构热度指数TOP10\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":45},\"background\":\"#FFFFFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#23BAD9\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":8},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205773160448', null, '925988240575995904', null, 'JText', '{\"chartData\":\"医美行业全网信息量走势\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":45},\"background\":\"#FFFFFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#23BAD9\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":3,\"marginLeft\":5},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205794131968', null, '925988240575995904', null, 'JText', '{\"chartData\":\"医美项目热度\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":45},\"background\":\"#FFFFFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#23BAD9\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":3,\"marginLeft\":8},\"title\":{\"subtextStyle\":{\"color\":\"#464646\"},\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205806714880', null, '925988240575995904', null, 'JSmoothLine', '{\"chartData\":\"[ { \\\"value\\\": 10, \\\"name\\\": \\\"1月\\\" }, { \\\"value\\\": 15, \\\"name\\\": \\\"2月\\\" }, { \\\"value\\\": 6, \\\"name\\\": \\\"3月\\\" }, { \\\"value\\\": 19, \\\"name\\\": \\\"4月\\\" }, { \\\"value\\\": 30, \\\"name\\\": \\\"5月\\\" }, { \\\"value\\\": 20, \\\"name\\\": \\\"6月\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":320},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":33,\"left\":23,\"bottom\":77,\"show\":false,\"right\":25},\"series\":[{\"data\":[],\"type\":\"line\",\"smooth\":true}],\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"\",\"top\":1,\"left\":1,\"show\":false,\"text\":\"\",\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205823492096', null, '925988240575995904', null, 'JText', '{\"chartData\":\"公立整形外科热度指数TOP10\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":45},\"background\":\"#FFFFFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"tooltip\":{\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#23BAD9\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":3,\"marginLeft\":5},\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205836075008', null, '925988240575995904', null, 'JMultipleBar', '{\"chartData\":\"[ { \\\"name\\\": \\\"19岁以下\\\", \\\"value\\\": 150, \\\"type\\\": \\\"光子嫩肤\\\" }, { \\\"name\\\": \\\"20-29岁\\\", \\\"value\\\": 269, \\\"type\\\": \\\"光子嫩肤\\\" }, { \\\"name\\\": \\\"30-39岁\\\", \\\"value\\\": 81, \\\"type\\\": \\\"光子嫩肤\\\" }, { \\\"name\\\": \\\"39岁以上\\\", \\\"value\\\": 67, \\\"type\\\": \\\"光子嫩肤\\\" }, { \\\"name\\\": \\\"19岁以下\\\", \\\"value\\\": 50, \\\"type\\\": \\\"热玛吉\\\" }, { \\\"name\\\": \\\"20-29岁\\\", \\\"value\\\": 100, \\\"type\\\": \\\"热玛吉\\\" }, { \\\"name\\\": \\\"30-39岁\\\", \\\"value\\\": 10, \\\"type\\\": \\\"热玛吉\\\" }, { \\\"name\\\": \\\"39岁以上\\\", \\\"value\\\": 45, \\\"type\\\": \\\"热玛吉\\\" }, { \\\"name\\\": \\\"19岁以下\\\", \\\"value\\\": 13, \\\"type\\\": \\\"水光针\\\" }, { \\\"name\\\": \\\"20-29岁\\\", \\\"value\\\": 24, \\\"type\\\": \\\"水光针\\\" }, { \\\"name\\\": \\\"30-39岁\\\", \\\"value\\\": 5, \\\"type\\\": \\\"水光针\\\" }, { \\\"name\\\": \\\"39岁以上\\\", \\\"value\\\": 25, \\\"type\\\": \\\"水光针\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":320},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":29,\"left\":31,\"bottom\":62,\"right\":8},\"series\":[{\"label\":{\"color\":\"#787575\"}}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":false,\"text\":\"多数据对比柱形图\",\"subtextStyle\":{\"color\":\"#464646\"},\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205852852224', null, '925988240575995904', null, 'JText', '{\"chartData\":\"医美行业热点事件TOP50分类\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":45},\"background\":\"#FFFFFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"headerBgColor\":\"#FFFFFF\",\"headerColor\":\"#000000\",\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"bodyColor\":\"#000000\",\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"body\":{\"color\":\"#23BAD9\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":11},\"bodyBgColor\":\"#FFFFFF\",\"title\":{\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205865435136', null, '925988240575995904', null, 'JText', '{\"chartData\":\"各年龄段对医美项目TOP3关注度对比\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":45},\"background\":\"#FFFFFF\",\"w\":8,\"dataType\":1,\"h\":12,\"turnConfig\":{\"url\":\"\"},\"url\":\"http://api.jeecg.com/mock/42/nav\",\"timeOut\":0,\"option\":{\"body\":{\"color\":\"#23BAD9\",\"text\":\"\",\"fontWeight\":\"bold\",\"marginTop\":5,\"marginLeft\":8},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205873823744', null, '925988240575995904', null, 'JMixLineBar', '{\"chartData\":\"[ { \\\"name\\\": \\\"华美美容院\\\", \\\"value\\\": 10, \\\"type\\\": \\\"传播热度指数\\\" }, { \\\"name\\\": \\\"美莱美容院\\\", \\\"value\\\": 9, \\\"type\\\": \\\"传播热度指数\\\" }, { \\\"name\\\": \\\"爱美美容院\\\", \\\"value\\\": 5, \\\"type\\\": \\\"传播热度指数\\\" }, { \\\"name\\\": \\\"一星美容院\\\", \\\"value\\\": 9, \\\"type\\\": \\\"传播热度指数\\\" }, { \\\"name\\\": \\\"慧美美容院\\\", \\\"value\\\": 2, \\\"type\\\": \\\"传播热度指数\\\" }, { \\\"name\\\": \\\"华美美容院\\\", \\\"value\\\": 33, \\\"type\\\": \\\"美誉度\\\" }, { \\\"name\\\": \\\"美莱美容院\\\", \\\"value\\\": 35, \\\"type\\\": \\\"美誉度\\\" }, { \\\"name\\\": \\\"爱美美容院\\\", \\\"value\\\": 37, \\\"type\\\": \\\"美誉度\\\" }, { \\\"name\\\": \\\"一星美容院\\\", \\\"value\\\": 35, \\\"type\\\": \\\"美誉度\\\" }, { \\\"name\\\": \\\"慧美美容院\\\", \\\"value\\\": 34.9, \\\"type\\\": \\\"美誉度\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":320},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"seriesType\":[{\"series\":\"传播热度指数\",\"type\":\"bar\"},{\"series\":\"美誉度\",\"type\":\"line\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"yAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"splitLine\":{\"lineStyle\":{\"color\":\"#F3F3F3\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"xAxis\":{\"axisLabel\":{\"rotate\":-33,\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":90,\"bottom\":115},\"series\":[],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":false,\"text\":\"折柱图\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205890600960', null, '925988240575995904', null, 'JDynamicBar', '{\"chartData\":\"[ { \\\"name\\\": \\\"江苏人民医院\\\", \\\"value\\\": 55, \\\"type\\\": \\\"传播热度\\\" }, { \\\"name\\\": \\\"上海人民医院\\\", \\\"value\\\": 14, \\\"type\\\": \\\"传播热度\\\" }, { \\\"name\\\": \\\"北京大学第一医院\\\", \\\"value\\\": 31.5, \\\"type\\\": \\\"传播热度\\\" }, { \\\"name\\\": \\\"北京朝阳医院\\\", \\\"value\\\": 53, \\\"type\\\": \\\"传播热度\\\" }, { \\\"name\\\": \\\"北京协和医院\\\", \\\"value\\\": 41.9, \\\"type\\\": \\\"传播热度\\\" }, { \\\"name\\\": \\\"八大处医院\\\", \\\"value\\\": 61, \\\"type\\\": \\\"传播热度\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":320},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"xAxis\":{\"axisLabel\":{\"color\":\"#909198\"},\"axisLine\":{\"lineStyle\":{\"color\":\"#333333\"}},\"nameTextStyle\":{\"color\":\"#333333\"}},\"grid\":{\"top\":8,\"left\":113,\"bottom\":71,\"right\":59},\"series\":[{\"barWidth\":17,\"itemStyle\":{\"color\":\"#F099E1EE\"},\"label\":{\"color\":\"#000000\"}}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":false,\"text\":\"动态柱形图\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205903183872', null, '925988240575995904', null, 'JDynamicBar', '{\"chartData\":\"[ { \\\"name\\\": \\\"江苏人民医院\\\", \\\"value\\\": 88, \\\"type\\\": \\\"美誉度\\\" }, { \\\"name\\\": \\\"上海人民医院\\\", \\\"value\\\": 76, \\\"type\\\": \\\"美誉度\\\" }, { \\\"name\\\": \\\"北京大学第一医院\\\", \\\"value\\\": 92, \\\"type\\\": \\\"美誉度\\\" }, { \\\"name\\\": \\\"北京朝阳医院\\\", \\\"value\\\": 53, \\\"type\\\": \\\"美誉度\\\" }, { \\\"name\\\": \\\"北京协和医院\\\", \\\"value\\\": 90, \\\"type\\\": \\\"美誉度\\\" }, { \\\"name\\\": \\\"八大处医院\\\", \\\"value\\\": 98.7, \\\"type\\\": \\\"美誉度\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":309},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"分组\"},{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/26/stackedBar\",\"timeOut\":0,\"option\":{\"grid\":{\"top\":19,\"left\":109,\"bottom\":60,\"right\":31},\"series\":[{\"barWidth\":18,\"itemStyle\":{\"color\":\"#50E3C2\"}}],\"tooltip\":{\"axisPointer\":{\"label\":{\"backgroundColor\":\"#333\",\"show\":true},\"type\":\"shadow\"},\"trigger\":\"axis\"},\"title\":{\"show\":false,\"text\":\"动态柱形图\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205915766784', null, '925988240575995904', null, 'JRing', '{\"chartData\":\"[ { \\\"value\\\": 46, \\\"name\\\": \\\"涉机构事件\\\" }, { \\\"value\\\": 54, \\\"name\\\": \\\"涉行业事件\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":320},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"customColor\":[{\"color\":\"#F099E1EE\"},{\"color\":\"#23BAD9\"}],\"grid\":{\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"itemStyle\":{\"color\":\"#64B5F6\"},\"label\":{\"color\":\"#000000\",\"show\":true,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"legend\":{\"r\":26},\"tooltip\":{\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":false,\"text\":\"基础环形图\",\"textStyle\":{\"color\":\"#464646\"}},\"body\":{\"color\":\"#000000\"},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205924155392', null, '925988240575995904', null, 'JCommonTable', '{\"chartData\":\"[ { \\\"医美行业热点事件\\\": \\\"FDA批准新一代A型肉毒素上市\\\", \\\"传播热度指数\\\": 6.25 }, { \\\"医美行业热点事件\\\": \\\"多地医保局发布口腔种植收费调查登记的通知\\\", \\\"传播热度指数\\\": 5.3 }, { \\\"医美行业热点事件\\\": \\\"种植牙服务价格下调\\\", \\\"传播热度指数\\\": 4 }, { \\\"医美行业热点事件\\\": \\\"消保委2023年受理消费者投诉41万余件 涉及医美等多个方面\\\", \\\"传播热度指数\\\": 7.23 }, { \\\"医美行业热点事件\\\": \\\"轻医美-收费不透明\\\", \\\"传播热度指数\\\": 3.6 }, { \\\"医美行业热点事件\\\": \\\"专家提醒:低价医美有风险\\\", \\\"传播热度指数\\\": 2 }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":309},\"background\":\"#FFFFFF\",\"w\":24,\"dataType\":1,\"h\":42,\"linkageConfig\":[],\"timeOut\":-1,\"option\":{\"headerBgColor\":\"#C1EEF7\",\"headerColor\":\"#417505\",\"bodyColor\":\"#000000\",\"bodyBgColor\":\"#FFFFFF\",\"body\":{\"color\":\"#000000\"},\"title\":{\"textStyle\":{\"color\":\"#464646\"}}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('927766205936738304', null, '925988240575995904', null, 'JRing', '{\"chartData\":\"[ { \\\"value\\\": 4.61, \\\"name\\\": \\\"敏感\\\" }, { \\\"value\\\": 95.39, \\\"name\\\": \\\"非敏感\\\" }]\",\"borderColor\":\"#FFFFFF00\",\"size\":{\"width\":528,\"height\":309},\"dataMapping\":[{\"mapping\":\"\",\"filed\":\"维度\"},{\"mapping\":\"\",\"filed\":\"数值\"}],\"background\":\"#FFFFFF\",\"dataType\":1,\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":0,\"option\":{\"customColor\":[{\"color\":\"#F099E1EE\"},{\"color\":\"#6AD5EB\"}],\"grid\":{\"top\":45,\"left\":42,\"bottom\":115,\"show\":false},\"series\":[{\"data\":[],\"name\":\"Access From\",\"avoidLabelOverlap\":false,\"emphasis\":{\"label\":{\"show\":true,\"fontSize\":\"25\",\"fontWeight\":\"bold\"}},\"itemStyle\":{\"color\":\"#64B5F6\"},\"label\":{\"color\":\"#000000\",\"show\":true,\"position\":\"center\"},\"labelLine\":{\"show\":false},\"type\":\"pie\",\"radius\":[\"40%\",\"70%\"]}],\"tooltip\":{\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"show\":false,\"text\":\"基础环形图\",\"textStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"title\":\"\"}}}', 'admin', '2024-03-13 13:38:31', null, null); INSERT INTO `onl_drag_page_comp` VALUES ('960809684834549760', null, '905620097363705856', null, 'JPie', '{\"borderColor\":\"#FFFFFF00\",\"dataMapping\":[{\"mapping\":\"sex\",\"filed\":\"维度\"},{\"mapping\":\"count\",\"filed\":\"数值\"}],\"paramOption\":[],\"dataType\":2,\"dataSetName\":\"cc1请假性别汇总\",\"query\":[],\"dataSetApi\":\"SELECT sex, COUNT(*) as countFROM ceshi_aaaGROUP BY sex;\",\"drillData\":[],\"url\":\"http://api.jeecg.com/mock/33/chart\",\"timeOut\":-1,\"chartData\":\"[{\\\"value\\\":1048,\\\"name\\\":\\\"vivo\\\"},{\\\"value\\\":735,\\\"name\\\":\\\"oppo\\\"},{\\\"value\\\":580,\\\"name\\\":\\\"苹果\\\"},{\\\"value\\\":484,\\\"name\\\":\\\"小米\\\"},{\\\"value\\\":300,\\\"name\\\":\\\"三星\\\"}]\",\"size\":{\"height\":300},\"dataSetId\":\"925264960069664768\",\"fieldOption\":[{\"label\":\"性别\",\"text\":\"性别\",\"value\":\"sex\"},{\"label\":\"数量\",\"text\":\"数量\",\"value\":\"count\"}],\"dataSetType\":\"sql\",\"background\":\"#FFFFFF\",\"seriesType\":[],\"turnConfig\":{\"url\":\"\"},\"linkageConfig\":[],\"dataSetIzAgent\":\"0\",\"option\":{\"grid\":{\"bottom\":115,\"show\":false},\"legend\":{\"orient\":\"vertical\"},\"series\":[{\"data\":[],\"color\":[\"#F7AA2D\",\"#4A90E2\"],\"name\":\"Access From\",\"emphasis\":{\"itemStyle\":{\"shadowOffsetX\":0,\"shadowBlur\":10,\"shadowColor\":\"rgba(0, 0, 0, 0.5)\"}},\"label\":{\"color\":\"#000000\"},\"type\":\"pie\",\"radius\":\"50%\"}],\"isRadius\":false,\"tooltip\":{\"trigger\":\"item\",\"textStyle\":{\"color\":\"#464646\"}},\"title\":{\"subtext\":\"\",\"left\":\"left\",\"show\":true,\"text\":\"基础饼图\",\"textStyle\":{\"color\":\"#464646\"},\"subtextStyle\":{\"color\":\"#464646\"}},\"card\":{\"rightHref\":\"\",\"size\":\"default\",\"extra\":\"\",\"headColor\":\"#FFFFFF\",\"textStyle\":{\"color\":\"#4A4A4A\"},\"title\":\"\"}}}', 'admin', '2024-06-12 18:01:30', null, null); -- ---------------------------- -- Table structure for onl_drag_table_relation -- ---------------------------- DROP TABLE IF EXISTS `onl_drag_table_relation`; CREATE TABLE `onl_drag_table_relation` ( `id` varchar(50) NOT NULL COMMENT '主键', `aggregation_name` varchar(100) DEFAULT NULL COMMENT '聚合表名称', `aggregation_desc` varchar(100) DEFAULT NULL COMMENT '聚合表描述', `relation_forms` longtext COMMENT '关联表单', `filter_condition` longtext COMMENT '过滤条件', `header_fields` longtext COMMENT '表头字段', `calculate_fields` longtext COMMENT '公式字段', `validate_info` longtext COMMENT '校验信息', `del_flag` tinyint(1) DEFAULT NULL COMMENT '删除状态(0-正常,1-已删除)', `low_app_id` varchar(50) DEFAULT NULL COMMENT '应用ID', `tenant_id` int(11) DEFAULT NULL COMMENT '租户ID', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', PRIMARY KEY (`id`) USING BTREE, KEY `idx_aggregation_name` (`aggregation_name`) USING BTREE, KEY `idx_del_flag` (`del_flag`) USING BTREE, KEY `idx_tenant_id` (`tenant_id`) USING BTREE, KEY `idx_create_by` (`create_by`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='仪表盘聚合表'; -- ---------------------------- -- Records of onl_drag_table_relation -- ---------------------------- -- ---------------------------- -- Table structure for oss_file -- ---------------------------- DROP TABLE IF EXISTS `oss_file`; CREATE TABLE `oss_file` ( `id` varchar(32) NOT NULL COMMENT '主键id', `file_name` varchar(255) DEFAULT NULL COMMENT '文件名称', `url` varchar(1000) DEFAULT NULL COMMENT '文件地址', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='Oss File'; -- ---------------------------- -- Records of oss_file -- ---------------------------- INSERT INTO `oss_file` VALUES ('000024205983519afa73809144dfa9ff', 'PPM-99-003.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400/PPM-99-003.pdf', 'admin', '2024-11-05 12:30:39', null, null); INSERT INTO `oss_file` VALUES ('00069eb1fcadfa57c7664d303edf3924', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX308ESE/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 11:59:17', null, null); INSERT INTO `oss_file` VALUES ('000cd1f2dded6a896bf40c5cb2cabb1a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/QCGA ToF Sensor for Navigation Cameras/data.csv', 'admin', '2024-10-24 12:19:55', null, null); INSERT INTO `oss_file` VALUES ('00159c2b5f80bca7177e7f4b68c84cb2', 'L091906_OMH3075B.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OMH3075B/L091906_OMH3075B.pdf', 'admin', '2024-11-05 12:28:09', null, null); INSERT INTO `oss_file` VALUES ('001d2d3a739e8acf308ecb56198f1040', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/M65608E/data.csv', 'admin', '2024-10-24 11:56:16', null, null); INSERT INTO `oss_file` VALUES ('002121b74e4faf0507a86d88b5e5bf61', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Custom Antifuse Programmable Substrate/data.csv', 'admin', '2024-11-05 11:17:34', null, null); INSERT INTO `oss_file` VALUES ('004267f71a963fa98ad1640197f02128', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMP1307-004LF/data.csv', 'admin', '2024-11-05 12:52:15', null, null); INSERT INTO `oss_file` VALUES ('004c824cf06ee7f49b290a4ddf9085a8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HSMP-3810/data.csv', 'admin', '2024-11-05 11:31:59', null, null); INSERT INTO `oss_file` VALUES ('0050f722929c2c1d63746f3cf1abd0b8', 'PPM-97-047.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SHD3166/PPM-97-047.pdf', 'admin', '2024-11-05 12:50:51', null, null); INSERT INTO `oss_file` VALUES ('007008593629364c7532bea15f481155', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/S2803R3S/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:46:23', null, null); INSERT INTO `oss_file` VALUES ('0076a64aee409459f9bfa635d97752b3', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2805S/NSREC98.pdf', 'admin', '2024-11-05 12:11:37', null, null); INSERT INTO `oss_file` VALUES ('007da4dbddc8b2163ac08043dc62672b', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/220P/NSREC02_W5.pdf', 'admin', '2024-11-05 12:33:07', null, null); INSERT INTO `oss_file` VALUES ('00927e78871b71c85ad5da614e3471d9', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MQ80386-20/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:24', null, null); INSERT INTO `oss_file` VALUES ('0099c360650f4e51cf93179e2568ec39', 'CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4651EUE/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'admin', '2024-11-05 12:00:11', null, null); INSERT INTO `oss_file` VALUES ('009ed8ed02bb7354e6decae838b915a2', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HN58V1001/nsrec05_W5.pdf', 'admin', '2024-11-05 11:30:34', null, null); INSERT INTO `oss_file` VALUES ('00a280845fb5fa16211230048ccea938', 'Berg_tns2011.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX4000D/Berg_tns2011.pdf', 'admin', '2024-11-05 12:45:05', null, null); INSERT INTO `oss_file` VALUES ('00a53975b942c28281eb4307891b1c6d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAMT1R10/data.csv', 'admin', '2024-11-05 12:37:26', null, null); INSERT INTO `oss_file` VALUES ('00aa811a09bbf0b16dc760f54ad3db9b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBRB2060/data.csv', 'admin', '2024-11-05 12:06:51', null, null); INSERT INTO `oss_file` VALUES ('00ba92e9b4655432172b5ed031f00a44', '126.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66221-103/126.pdf', 'admin', '2024-10-24 11:51:04', null, null); INSERT INTO `oss_file` VALUES ('00bdc689a8a3856589c2227fa559dc60', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HS508RH/data.csv', 'admin', '2024-11-05 11:31:25', null, null); INSERT INTO `oss_file` VALUES ('00bf86c5c4507542e3268ccca25ef387', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/0116400J1D Luna-ES2/data.csv', 'admin', '2024-10-23 17:29:34', null, null); INSERT INTO `oss_file` VALUES ('00cc2ade0707f4e2129b9d734f37f35b', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH310/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:40:26', null, null); INSERT INTO `oss_file` VALUES ('00d76d913f0b8926967f4ce49d35e632', 'NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T Kintex7/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf', 'admin', '2024-11-05 13:13:45', null, null); INSERT INTO `oss_file` VALUES ('00da051da3c88604dd82d9111aca4629', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBL1040/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:46:59', null, null); INSERT INTO `oss_file` VALUES ('00fb9c5d000565552bf33c930012fb97', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LMC6062/data.csv', 'admin', '2024-11-05 11:50:08', null, null); INSERT INTO `oss_file` VALUES ('011420afc5c3928d9ffa39a61f5c5f5a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54LS03/data.csv', 'admin', '2024-11-05 10:38:27', null, null); INSERT INTO `oss_file` VALUES ('011eab32356afcffa42e9a776cafc320', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PE99155/data.csv', 'admin', '2024-11-05 12:34:50', null, null); INSERT INTO `oss_file` VALUES ('0124e6e2211fcf7806b249bf5e30f1d7', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F32G08ABAAAWP/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:20:33', null, null); INSERT INTO `oss_file` VALUES ('012722566422b140aefdf24e99c852d9', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD565/b110994.pdf', 'admin', '2024-11-05 10:52:33', null, null); INSERT INTO `oss_file` VALUES ('014f8a3b25ba72d413ee60e75fe0620c', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EL2243/nsrec94a.pdf', 'admin', '2024-11-05 11:21:54', null, null); INSERT INTO `oss_file` VALUES ('0151de7cf9739edbfca75395bfb4cbd8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NXPS20H100CX/data.csv', 'admin', '2024-11-05 12:26:38', null, null); INSERT INTO `oss_file` VALUES ('0155de4287427e9a2eb12440d367565a', 'T110308_MT29F4G08AAAWP.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/T110308_MT29F4G08AAAWP.pdf', 'admin', '2024-11-05 12:21:10', null, null); INSERT INTO `oss_file` VALUES ('0155f6030e8b64c633912ddbba4de10e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMHF2812/data.csv', 'admin', '2024-11-05 12:52:03', null, null); INSERT INTO `oss_file` VALUES ('015a8dc9b7c2feadf21a20335c078041', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM44C4000/ieee95a.pdf', 'admin', '2024-11-05 11:42:08', null, null); INSERT INTO `oss_file` VALUES ('015d3f7147d4cef534ece174601b4e28', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ACT8601/data.csv', 'admin', '2024-11-05 10:50:08', null, null); INSERT INTO `oss_file` VALUES ('0166d1683884410ffa9c826c9099dbae', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LMRH4Kx9 FIFO/data.csv', 'admin', '2024-11-05 11:50:43', null, null); INSERT INTO `oss_file` VALUES ('01839863e790b88240ac7d5bb3b4d34e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OMR9701/data.csv', 'admin', '2024-11-05 12:28:26', null, null); INSERT INTO `oss_file` VALUES ('01a734d23825d1c1b7cc72515385e1dd', '226.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD565AT/226.pdf', 'admin', '2024-10-24 12:03:32', null, null); INSERT INTO `oss_file` VALUES ('01ad5fe75989365472218b2e206e8eef', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS4045C/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:57:06', null, null); INSERT INTO `oss_file` VALUES ('01b0dcad45669a6031ede66b16e081da', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A43300/data.csv', 'admin', '2024-11-05 10:49:28', null, null); INSERT INTO `oss_file` VALUES ('01c8891480df22a8406125f9919396be', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K7N803601M/NSREC02_W16.pdf', 'admin', '2024-11-05 11:41:11', null, null); INSERT INTO `oss_file` VALUES ('01e23995f405841726e8e4b7d232930f', 'N123101_IRLML5103A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRLML5103A/N123101_IRLML5103A.pdf', 'admin', '2024-11-05 11:35:36', null, null); INSERT INTO `oss_file` VALUES ('01f4e2bd0cf3b55aa9bc2470307a35d7', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMSA2815S/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:52:40', null, null); INSERT INTO `oss_file` VALUES ('01faff27f6b47a5ea3d54a976f6aaf7e', 'CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/QI-SWIR-VGA15XS/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'admin', '2024-11-05 12:36:19', null, null); INSERT INTO `oss_file` VALUES ('020721333afebde9be352e08aa98bb55', 'PPM-97-008.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMC6062/PPM-97-008.pdf', 'admin', '2024-11-05 11:50:09', null, null); INSERT INTO `oss_file` VALUES ('021186cac3907c7118792a9d6ff5773a', 'NEPP-TR-2016-Wyrwas-16-038-Jetson-TX1-MGH2016Oct-TN44749.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Jetson TX1/NEPP-TR-2016-Wyrwas-16-038-Jetson-TX1-MGH2016Oct-TN44749.pdf', 'admin', '2024-11-05 11:39:44', null, null); INSERT INTO `oss_file` VALUES ('021d0361679e19013866e27deddb32a7', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DVFL286R7S-R/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:21:00', null, null); INSERT INTO `oss_file` VALUES ('021f27dd837790f55082b3b371d34924', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2706T/Random97a.pdf', 'admin', '2024-11-05 10:23:32', null, null); INSERT INTO `oss_file` VALUES ('022a44a9f95e1883f3689a70e6982d50', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F1T08CMHBBJ4/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:20:11', null, null); INSERT INTO `oss_file` VALUES ('023015d6042987eb9e00b3dec62e8c85', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAD7264/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:36:53', null, null); INSERT INTO `oss_file` VALUES ('02547afdd3e4f43d459d94c4f0588370', 'T083103_S2064.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/S2064/T083103_S2064.pdf', 'admin', '2024-11-05 12:46:17', null, null); INSERT INTO `oss_file` VALUES ('025b161ff8e38d07da58bd40a382a993', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD654/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 10:55:26', null, null); INSERT INTO `oss_file` VALUES ('025fe29db0a651895f48e1073426a318', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OD880WJ/NSREC98.pdf', 'admin', '2024-11-05 12:26:59', null, null); INSERT INTO `oss_file` VALUES ('026066028012d1a9d9f1f404927d8c57', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/C4D40120D/data.csv', 'admin', '2024-11-05 11:12:45', null, null); INSERT INTO `oss_file` VALUES ('026f41266264cbe30088423899f4becd', '99.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F16G08ABABA/99.pdf', 'admin', '2024-10-24 11:48:53', null, null); INSERT INTO `oss_file` VALUES ('0272f4290728f4f854eeea31958699d5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2805S/data.csv', 'admin', '2024-11-05 12:11:37', null, null); INSERT INTO `oss_file` VALUES ('0273dfb6c5ffc3d7f2b58098b29e0138', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/THS4304/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 13:03:03', null, null); INSERT INTO `oss_file` VALUES ('027705fe95b6360c93059cd6b1b4cc5b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UC1846/data.csv', 'admin', '2024-11-05 13:08:36', null, null); INSERT INTO `oss_file` VALUES ('028e80e553e1c8afda88e53687757210', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSC4429/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:20', null, null); INSERT INTO `oss_file` VALUES ('02a836b2ed804f58145009c67ccf3b9a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSAFX11P50A/data.csv', 'admin', '2024-11-05 12:14:26', null, null); INSERT INTO `oss_file` VALUES ('02b6d4d82330036c3184ce6aa14c2ac3', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADCMP600/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 11:02:00', null, null); INSERT INTO `oss_file` VALUES ('02b74b73c12fdb7c446be7416e34a1a6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SN54BCT244W/data.csv', 'admin', '2024-11-05 12:53:00', null, null); INSERT INTO `oss_file` VALUES ('02b7a37596a99a16bbd29635b8f995f2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMRT28515T/data.csv', 'admin', '2024-11-05 12:52:21', null, null); INSERT INTO `oss_file` VALUES ('02b81685160528f670fa8135a5bb926a', 'B022497.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TI7705/B022497.pdf', 'admin', '2024-11-05 13:03:07', null, null); INSERT INTO `oss_file` VALUES ('02caac0806192dc9b7a483dc11c8cb68', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021/data.csv', 'admin', '2024-11-05 12:39:08', null, null); INSERT INTO `oss_file` VALUES ('02cb8ef296bade48cc7f4e2621e21486', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRH7360SE/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 11:35:11', null, null); INSERT INTO `oss_file` VALUES ('02d3a77704968c9422ce3de92563ac13', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX1809/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:59:03', null, null); INSERT INTO `oss_file` VALUES ('02db6b0e04e68e68423a8f468d668e32', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC8408/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:26', null, null); INSERT INTO `oss_file` VALUES ('02e065529397312f636016225862ec56', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54BCT125/nsrec04_SEE.pdf', 'admin', '2024-11-05 10:38:13', null, null); INSERT INTO `oss_file` VALUES ('02e4f9c8c217ba47c9f813333693f5a4', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NSPW500DS/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 12:26:19', null, null); INSERT INTO `oss_file` VALUES ('02ed20c7400b301832bef31a147423ac', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHF43BK-01V - DC1407A/data.csv', 'admin', '2024-10-24 12:15:46', null, null); INSERT INTO `oss_file` VALUES ('02fb17929c3052c523dcc3470bafc0ad', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GTRC/nsrec04_SEE.pdf', 'admin', '2024-11-05 13:02:09', null, null); INSERT INTO `oss_file` VALUES ('0303564b88e3076b8e5f17d4e4e581a7', 'PPM-91-412.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54HC85/PPM-91-412.pdf', 'admin', '2024-11-05 12:54:00', null, null); INSERT INTO `oss_file` VALUES ('0306e724832a77e475498c8835f584bd', 'Lauenstein_NSREC2011_PB1.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRH7250/Lauenstein_NSREC2011_PB1.pdf', 'admin', '2024-11-05 11:35:05', null, null); INSERT INTO `oss_file` VALUES ('0309858a6dd2b97a8fa6fb05df4e970b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SFF6661/data.csv', 'admin', '2024-11-05 12:49:00', null, null); INSERT INTO `oss_file` VALUES ('030c2caf3771504c2156deebdf579329', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AM29LV800/data.csv', 'admin', '2024-11-05 11:05:36', null, null); INSERT INTO `oss_file` VALUES ('0312672ceb61b0c59db99e68aef86955', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CPM2-1200-0025B/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:16:07', null, null); INSERT INTO `oss_file` VALUES ('03173b775b1831835ce898e27bffbc23', '234.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/PM139XMQMLR/234.pdf', 'admin', '2024-10-24 12:05:41', null, null); INSERT INTO `oss_file` VALUES ('0332c70bfce501685f601bb298e9e0ad', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/H27QDG822C8R-BCG/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:25:48', null, null); INSERT INTO `oss_file` VALUES ('03379924f52447fcdaa68129f91e043f', 'B030302_LTC1657.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1657/B030302_LTC1657.pdf', 'admin', '2024-11-05 11:54:36', null, null); INSERT INTO `oss_file` VALUES ('0339969147dbfb036859927131010d38', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STAR1000/nsrec06_W4.pdf', 'admin', '2024-11-05 12:56:04', null, null); INSERT INTO `oss_file` VALUES ('0340c214b9b1ff2a80fc119f4f598ff6', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH149/nsrec00_W22.pdf', 'admin', '2024-11-05 12:27:11', null, null); INSERT INTO `oss_file` VALUES ('034371eb60a9f0f63aac1bc0f5430fb6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM747/data.csv', 'admin', '2024-11-05 11:50:06', null, null); INSERT INTO `oss_file` VALUES ('035daa4ef0a3e3e2bb8c2dc2d2e6cf37', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1875JQMLV/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 13:08:41', null, null); INSERT INTO `oss_file` VALUES ('035f5870d92d8ace56aca97d5133d7b9', 'NEPP-TR-2017-Wyrwas-NEPPweb-17-045-MEMPEK1W016GA-NWMCPC110417-TN49014.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MEMPEK1W016GAXT/NEPP-TR-2017-Wyrwas-NEPPweb-17-045-MEMPEK1W016GA-NWMCPC110417-TN49014.pdf', 'admin', '2024-11-05 12:09:44', null, null); INSERT INTO `oss_file` VALUES ('03834ad90c5a4c539a9af22c9dd2f64c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BFY740B/data.csv', 'admin', '2024-10-24 12:08:21', null, null); INSERT INTO `oss_file` VALUES ('038bbb0fbb5d99ef350fc61222c09369', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7804/data.csv', 'admin', '2024-11-05 10:43:30', null, null); INSERT INTO `oss_file` VALUES ('03a15afec7b940d2bb09d8009dda1e29', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1153CS8/nsrec00_W21.pdf', 'admin', '2024-11-05 11:53:43', null, null); INSERT INTO `oss_file` VALUES ('03b29f25950b12c7b7b45b789c8b2460', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/nsrec06_W2.pdf', 'admin', '2024-11-05 11:47:27', null, null); INSERT INTO `oss_file` VALUES ('03b51eb35c0c235a0287da85b266fb01', '2021-Phan-Joplin-TR-21-025-LTC1604AIG-2021Sept11-NASA-TM-20210024585.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1604/2021-Phan-Joplin-TR-21-025-LTC1604AIG-2021Sept11-NASA-TM-20210024585.pdf', 'admin', '2024-11-05 11:54:13', null, null); INSERT INTO `oss_file` VALUES ('03b557e9decd8ef467567a8cf90f5a00', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2880/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:06', null, null); INSERT INTO `oss_file` VALUES ('03bc8926c0cb11c7cc5e99043e95054d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LP2952IM/data.csv', 'admin', '2024-11-05 11:51:30', null, null); INSERT INTO `oss_file` VALUES ('03caf4c99fe3c57187de391cb63b26ae', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1078/data.csv', 'admin', '2024-11-05 12:39:44', null, null); INSERT INTO `oss_file` VALUES ('03cbce9a9d4fd9bd6025aa01c0785b11', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2815SF/NSREC99.pdf', 'admin', '2024-11-05 12:22:58', null, null); INSERT INTO `oss_file` VALUES ('03d6174b3ecbba81841646f431de401a', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TMP36/NSREC03_W10.pdf', 'admin', '2024-11-05 13:04:52', null, null); INSERT INTO `oss_file` VALUES ('03d8a5eb89266831f97b5f511176dee9', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3811UX/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:28:40', null, null); INSERT INTO `oss_file` VALUES ('03e4e42261dc82d86b807c11fe4df8e6', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CLC502/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:02', null, null); INSERT INTO `oss_file` VALUES ('03e63b2cce29a5948478b1cea822d61e', 'NEPP-TR-2016-561-Chen-Final-NEPPweb-TR-TID-15-071-AD9364-2016May-TN39591_v2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD9364/NEPP-TR-2016-561-Chen-Final-NEPPweb-TR-TID-15-071-AD9364-2016May-TN39591_v2.pdf', 'admin', '2024-11-05 11:01:05', null, null); INSERT INTO `oss_file` VALUES ('03f02f41b6ffbd155b5b084669ee2293', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT48LC1M16A1TG-10SIT/data.csv', 'admin', '2024-11-05 12:22:29', null, null); INSERT INTO `oss_file` VALUES ('03fc8fe991665fe4e1e012c869ea352a', 'PPM-92-055.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-92-055.pdf', 'admin', '2024-11-05 10:51:43', null, null); INSERT INTO `oss_file` VALUES ('03fff18a11880964547223609279bd54', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RadFET - CMOS FET Dosimeter/data.csv', 'admin', '2024-11-05 12:45:15', null, null); INSERT INTO `oss_file` VALUES ('04015873a281e1a8c180773fb8025930', 'LBNL050711_RTAX4000D.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX4000D/LBNL050711_RTAX4000D.pdf', 'admin', '2024-11-05 12:45:05', null, null); INSERT INTO `oss_file` VALUES ('0404b33ff1f6e51f6f2b83d10186a1d8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CGHV59350F/data.csv', 'admin', '2024-11-05 11:14:01', null, null); INSERT INTO `oss_file` VALUES ('040f492a0a2bc95e8a67c573b79310fc', 'NRL121912_MSK5978RH.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5978RH/NRL121912_MSK5978RH.pdf', 'admin', '2024-11-05 12:19:18', null, null); INSERT INTO `oss_file` VALUES ('041512af4628c424e0bcdc26cf6b65f5', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PE99155/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:34:50', null, null); INSERT INTO `oss_file` VALUES ('041d593ebafcacad40d4f50e82054327', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RDHA701/data.csv', 'admin', '2024-11-05 12:38:01', null, null); INSERT INTO `oss_file` VALUES ('043849e35f4acbb1369fe23702f3f21f', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR3045PT/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:04:55', null, null); INSERT INTO `oss_file` VALUES ('044289985d32d8fc05bf581a14a34558', 'PPM-99-023.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N7225/PPM-99-023.pdf', 'admin', '2024-11-05 10:30:45', null, null); INSERT INTO `oss_file` VALUES ('04574b13507c2d53544861a19f3fef64', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RB205T-60/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:37:52', null, null); INSERT INTO `oss_file` VALUES ('04638eb868539b17329d0b46fe706af2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/REF02AJQMLR/data.csv', 'admin', '2024-10-24 11:54:31', null, null); INSERT INTO `oss_file` VALUES ('046b9cbf94c60b83c2098bc1e61dab57', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/QT22AC10M/data.csv', 'admin', '2024-11-05 12:36:29', null, null); INSERT INTO `oss_file` VALUES ('046e248f465550ccd2da07d4b4a64bf0', 'D6-4 - TN6.04 - SEE Schottky C4D40120D - NEO-14-086_Report_69-2018_rev2.0.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/C4D40120D/D6-4 - TN6.04 - SEE Schottky C4D40120D - NEO-14-086_Report_69-2018_rev2.0.pdf', 'admin', '2024-10-24 12:01:58', null, null); INSERT INTO `oss_file` VALUES ('0491e4589e2aae427e45ec696d892da8', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD845/nsrec06_W2.pdf', 'admin', '2024-11-05 10:59:58', null, null); INSERT INTO `oss_file` VALUES ('049c79854a4d0fbc5bfcf14b035348f3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAMT1R13/data.csv', 'admin', '2024-11-05 12:37:32', null, null); INSERT INTO `oss_file` VALUES ('049f23767c66c0063cb9425092f87971', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/EP1525/data.csv', 'admin', '2024-11-05 11:22:03', null, null); INSERT INTO `oss_file` VALUES ('04a3a90fbdae159b81a80c2467d5fb69', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG201/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:50', null, null); INSERT INTO `oss_file` VALUES ('04b6e7d1a86da9f61b8d926207e01ab4', 'intel.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MG80486DX-33/intel.pdf', 'admin', '2024-11-05 12:10:45', null, null); INSERT INTO `oss_file` VALUES ('04ba0d5ac78b4c5346834c86df7e39e7', 'G07OCT_MR2A16A_TID_I032707.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MR2A16A/G07OCT_MR2A16A_TID_I032707.pdf', 'admin', '2024-11-05 12:14:00', null, null); INSERT INTO `oss_file` VALUES ('04c3e766900fcc9c16e6284ac4de124c', 'NEPP-CP-2015-Szabo-Paper-DW-TN24989.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/i3-5005U Broadwell 5th Gen Core™/NEPP-CP-2015-Szabo-Paper-DW-TN24989.pdf', 'admin', '2024-11-05 13:16:13', null, null); INSERT INTO `oss_file` VALUES ('04c9ab98a20d9c1b67c5a26634004a83', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM158AJRLQMLV/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 11:48:34', null, null); INSERT INTO `oss_file` VALUES ('04ce426a5ee078d5c9d106dc9e00e59c', '173.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HCPL5431/173.pdf', 'admin', '2024-10-24 11:56:02', null, null); INSERT INTO `oss_file` VALUES ('04d2405841fe999f7c25d611bdac2d78', 'T111107_MT47H128M8HQ.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT47H128M8HQ-3E/T111107_MT47H128M8HQ.pdf', 'admin', '2024-11-05 12:22:26', null, null); INSERT INTO `oss_file` VALUES ('04d6167f3aafbd26ddb0b70e2009e3b6', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CMP01/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:12', null, null); INSERT INTO `oss_file` VALUES ('04e78c972bedfcc54c85dcbb1ac8ffe6', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BAP50-05,215/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:09:25', null, null); INSERT INTO `oss_file` VALUES ('04e835eadaa10e612457b0486ebf92e3', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP200/nsrec06_W2.pdf', 'admin', '2024-11-05 12:29:33', null, null); INSERT INTO `oss_file` VALUES ('04f9b8b3b11a02a5794e8029d1f80caa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD1672/data.csv', 'admin', '2024-11-05 10:50:24', null, null); INSERT INTO `oss_file` VALUES ('05155a18a8e01d90b0ea9c15f4359d78', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR40250/data.csv', 'admin', '2024-11-05 12:05:04', null, null); INSERT INTO `oss_file` VALUES ('052857370aa5e8f7122304a24559ff01', 'b063094.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139A/b063094.pdf', 'admin', '2024-11-05 11:48:05', null, null); INSERT INTO `oss_file` VALUES ('052c14eb3e183c109d8ea4fc6f445063', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT245/data.csv', 'admin', '2024-11-05 10:36:52', null, null); INSERT INTO `oss_file` VALUES ('053e6462e19feb1e21b2b84e834e1e4f', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STAR1000/nsrec06_W2.pdf', 'admin', '2024-11-05 12:56:04', null, null); INSERT INTO `oss_file` VALUES ('05515568fe14b8bf1aa74113840c0c64', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Custom C-2 LED InGaN blue/data.csv', 'admin', '2024-11-05 11:17:38', null, null); INSERT INTO `oss_file` VALUES ('0555d0f9d9bf347069a3030866efd771', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM684002AJ-17/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:06', null, null); INSERT INTO `oss_file` VALUES ('056369f4773ef59a123ab4ea2dc8549c', '156.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD558JNZ/156.pdf', 'admin', '2024-10-24 11:54:06', null, null); INSERT INTO `oss_file` VALUES ('0565b6b397a45cbe43feff301fc18681', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN74LVT16244/nsrec00_W21.pdf', 'admin', '2024-11-05 12:53:39', null, null); INSERT INTO `oss_file` VALUES ('056eaaee2c2d307ee16e39137fcfe000', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1128/NSREC03_W10.pdf', 'admin', '2024-11-05 11:53:16', null, null); INSERT INTO `oss_file` VALUES ('056f94d20f0be9b81b0eec311f7c6df8', 'PPM-97-050.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD667/PPM-97-050.pdf', 'admin', '2024-11-05 10:55:45', null, null); INSERT INTO `oss_file` VALUES ('056ff84dda0e95c0daeb1a15f58787a8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K9F4G08U0A 63 nm CMOS/data.csv', 'admin', '2024-11-05 11:41:15', null, null); INSERT INTO `oss_file` VALUES ('057807d92b83b81d49d9efb9833b407d', 'PPM-95-135.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815/PPM-95-135.pdf', 'admin', '2024-11-05 12:10:05', null, null); INSERT INTO `oss_file` VALUES ('05824dda4386573942f298b5f866a96d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/QI-SWIR-VGA15XS/data.csv', 'admin', '2024-11-05 12:36:18', null, null); INSERT INTO `oss_file` VALUES ('0586e885c7b6dbdf33269f3a15c00e9c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MCF5307/data.csv', 'admin', '2024-11-05 12:08:35', null, null); INSERT INTO `oss_file` VALUES ('0587a5f1944db5e280f6a5595b3f707b', 'nsrec93a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CS5327/nsrec93a.pdf', 'admin', '2024-11-05 11:16:50', null, null); INSERT INTO `oss_file` VALUES ('0591645f57e5a89a423aa1ee832f29ce', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT9T001P12STC/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 12:22:39', null, null); INSERT INTO `oss_file` VALUES ('059a1b2e7c243a55d2b97c985b7ddab7', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT240/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:09', null, null); INSERT INTO `oss_file` VALUES ('05ad94993e6b1843b933b98c94be7a23', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-6731/data.csv', 'admin', '2024-11-05 11:26:40', null, null); INSERT INTO `oss_file` VALUES ('05ad9ced116235fa0b854b3c394f3ca8', 'PPM-99-018.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MN5295/PPM-99-018.pdf', 'admin', '2024-11-05 12:13:00', null, null); INSERT INTO `oss_file` VALUES ('05b0341f5c4d5260945a4f4a2bd63aa2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CD4066/data.csv', 'admin', '2024-11-05 11:13:26', null, null); INSERT INTO `oss_file` VALUES ('05b6a341c64aa4cb483d4c5d6b0d2037', 'nsrec2013_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD581/nsrec2013_W6_TID.pdf', 'admin', '2024-11-05 10:53:09', null, null); INSERT INTO `oss_file` VALUES ('05bd691e12adee09acbc65c5ee039a4f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TC5117400FT-70/data.csv', 'admin', '2024-11-05 13:02:22', null, null); INSERT INTO `oss_file` VALUES ('05cc91afead1f33e47657df0cffefc98', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LMH6702JF-QMLV/data.csv', 'admin', '2024-10-24 11:48:42', null, null); INSERT INTO `oss_file` VALUES ('05d5df9ce2680b3c13c7a66bd438d11b', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSAFX11P50A/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 12:14:26', null, null); INSERT INTO `oss_file` VALUES ('05e39256b3e2a6a41bac367ca9cafa46', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ICL7662MTV/data.csv', 'admin', '2024-11-05 11:33:32', null, null); INSERT INTO `oss_file` VALUES ('06048509475970b58aa9c0fe79079c34', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OPB847/data.csv', 'admin', '2024-11-05 12:32:51', null, null); INSERT INTO `oss_file` VALUES ('060cec093545a6870808ecd489995adb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/IS-1825ASRH/data.csv', 'admin', '2024-10-24 11:55:40', null, null); INSERT INTO `oss_file` VALUES ('063ca1f32793d25b3ec6f993a3d435bb', 'TID_01557_01 TID test report AD7961.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD7961BCPZ-RL7CT-ND - DC1520/TID_01557_01 TID test report AD7961.pdf', 'admin', '2024-10-24 12:13:48', null, null); INSERT INTO `oss_file` VALUES ('0656e97d932a7331a58a69da483e8943', 'PPM-97-052.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ABT245 Transceiver/PPM-97-052.pdf', 'admin', '2024-11-05 10:34:16', null, null); INSERT INTO `oss_file` VALUES ('066997d88ced31473d9c639db28b57a3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/883C/data.csv', 'admin', '2024-11-05 12:38:15', null, null); INSERT INTO `oss_file` VALUES ('067700cbf9a86addaa3f41ed45e524a8', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1524B/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:26', null, null); INSERT INTO `oss_file` VALUES ('06841f10f023a55cf4c493d5689490ea', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7858/nsrec01_W15.pdf', 'admin', '2024-11-05 10:58:15', null, null); INSERT INTO `oss_file` VALUES ('06849f03d5b94b53d75135f5f796f19e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BLV S3/data.csv', 'admin', '2024-10-24 12:09:01', null, null); INSERT INTO `oss_file` VALUES ('06886a357d47b60bbacf788efab7c769', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HY27UF084G2M/data.csv', 'admin', '2024-11-05 11:33:04', null, null); INSERT INTO `oss_file` VALUES ('069741c2dd8edfd5deccea44f296e1c3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DIH-149/data.csv', 'admin', '2024-11-05 14:27:32', null, null); INSERT INTO `oss_file` VALUES ('06b59cd9456887c94eef21d217d9c520', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/ADC128S102 - DC1317A/data.csv', 'admin', '2024-10-24 12:14:39', null, null); INSERT INTO `oss_file` VALUES ('06b856c0f53866a8fa86ba68a6c1473a', 'T091202_SPT7760.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SPT7760/T091202_SPT7760.pdf', 'admin', '2024-11-05 12:54:41', null, null); INSERT INTO `oss_file` VALUES ('06b8b1ee8e3d046a56dca79b861d8ce7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CRAM test chip/data.csv', 'admin', '2024-11-05 11:16:24', null, null); INSERT INTO `oss_file` VALUES ('06bbc73b34f291e5d5af8f12968c7434', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SA8016/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 12:46:49', null, null); INSERT INTO `oss_file` VALUES ('06bca82c3e6c8712edd81349088353aa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IDT74LVC2244A/data.csv', 'admin', '2024-11-05 11:33:54', null, null); INSERT INTO `oss_file` VALUES ('06bed4197b9bd747b8be272b89f5f8f0', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mongoose V/NSREC98.pdf', 'admin', '2024-11-05 12:25:15', null, null); INSERT INTO `oss_file` VALUES ('06cb448907c53a67e4330ac371ab7245', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M470T2863FB3-CE6 (K4T1G084QF-BCE6)/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:58:04', null, null); INSERT INTO `oss_file` VALUES ('06d1693283dc8b836f8cb9fa99461583', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHF43BK-01V - DC1348A/data.csv', 'admin', '2024-10-24 12:16:11', null, null); INSERT INTO `oss_file` VALUES ('06d23ff5c8c3bccf4acb9cb17bc4dc49', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1644/nsrec06_W2.pdf', 'admin', '2024-11-05 12:50:16', null, null); INSERT INTO `oss_file` VALUES ('06d4444b02e79187a2686acd2bc743c2', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TTC-155M4/nsrec00_W21.pdf', 'admin', '2024-11-05 13:06:50', null, null); INSERT INTO `oss_file` VALUES ('06d478fce947a0e2995cb9b6f9ce1cd5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IBM0116400AJ3/data.csv', 'admin', '2024-11-05 11:33:22', null, null); INSERT INTO `oss_file` VALUES ('06d7399af57a8f6a7eb9d5f6c6ff2f2f', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/0116400J1B-70/DRAM296.pdf', 'admin', '2024-10-23 17:22:10', null, null); INSERT INTO `oss_file` VALUES ('06ddc293dc685021d0e48dfd10727178', '41993.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD1671/41993.pdf', 'admin', '2024-11-05 10:50:22', null, null); INSERT INTO `oss_file` VALUES ('06e852e18cf37c4467bc3804b4501e05', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F1T08CMHBBJ4/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:20:11', null, null); INSERT INTO `oss_file` VALUES ('06f28874a93c9ec88d1b5ba2d5844ccd', 'nsrec2013_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2857/nsrec2013_W6_TID.pdf', 'admin', '2024-11-05 10:26:32', null, null); INSERT INTO `oss_file` VALUES ('06f3a33e526b49cb80ba54d6bf35ae78', 'b080393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FC1553921/b080393.pdf', 'admin', '2024-11-05 11:22:40', null, null); INSERT INTO `oss_file` VALUES ('07040c72bab07841616ce1de0d19d03b', 'PPM-91-123.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV1N759A-1/PPM-91-123.pdf', 'admin', '2024-11-05 11:38:58', null, null); INSERT INTO `oss_file` VALUES ('071183ebc34ab7c6570306877c37b3c5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/M65609E/data.csv', 'admin', '2024-10-24 12:01:49', null, null); INSERT INTO `oss_file` VALUES ('07128e1d54053d622146883a5bc24a0f', 'PPM-92-131.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD674AT/PPM-92-131.pdf', 'admin', '2024-11-05 10:55:53', null, null); INSERT INTO `oss_file` VALUES ('072b695077bf12cf3dc4832dd58759fb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC244DMQB/data.csv', 'admin', '2024-11-05 10:35:31', null, null); INSERT INTO `oss_file` VALUES ('073d01544020d6302d2d5bcf7cbc62fb', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N140/NSREC98.pdf', 'admin', '2024-11-05 10:42:25', null, null); INSERT INTO `oss_file` VALUES ('0741bb4432b9a2be32ce7a9545e36814', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HMC4562G8_Engineering PN/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 11:29:56', null, null); INSERT INTO `oss_file` VALUES ('074cc1dcb1ff69d90bc53b5074cbeb4f', 'PPM-97-006.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TMS416400/PPM-97-006.pdf', 'admin', '2024-11-05 13:04:54', null, null); INSERT INTO `oss_file` VALUES ('0758d607bf4cf0178855f865f3b38bbd', 'PPM-95-152.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136/PPM-95-152.pdf', 'admin', '2024-11-05 11:46:30', null, null); INSERT INTO `oss_file` VALUES ('075eebcf76f33abb85a73a13865f7f07', 'NEPP-TR-2020-Wilcox-NASA-TM-TR-20-007-80SCLQ060SCS-Schottky-Diode-2020Dec08-20210009916.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/80SCLQ060SCS/NEPP-TR-2020-Wilcox-NASA-TM-TR-20-007-80SCLQ060SCS-Schottky-Diode-2020Dec08-20210009916.pdf', 'admin', '2024-11-05 10:44:58', null, null); INSERT INTO `oss_file` VALUES ('076bee37a3bb8459fb2b62ccbedd72e0', 'PPM-92-160.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-92-160.pdf', 'admin', '2024-11-05 10:56:04', null, null); INSERT INTO `oss_file` VALUES ('076c08013492755ef123581225f109b7', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS40M60C/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:57:21', null, null); INSERT INTO `oss_file` VALUES ('0773ad4fd51fc946b14743c5368fa73e', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA51M/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:35', null, null); INSERT INTO `oss_file` VALUES ('0792fa5abd530ac708f89f12d86770eb', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JAZZ/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:38:45', null, null); INSERT INTO `oss_file` VALUES ('079675fba14da6b6ad51f50072a88e55', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08/nsrec00_W21.pdf', 'admin', '2024-11-05 11:18:04', null, null); INSERT INTO `oss_file` VALUES ('079a2c682346e7e78c3de10709e381ee', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AMP01A/data.csv', 'admin', '2024-11-05 11:06:09', null, null); INSERT INTO `oss_file` VALUES ('07b718a4ccc438c34c075a338011754f', 'T061803_LM117.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117/T061803_LM117.pdf', 'admin', '2024-11-05 11:44:12', null, null); INSERT INTO `oss_file` VALUES ('07f39f1f06b95ee998b5902ec85a882a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MHF+2812D Hamamatsu/data.csv', 'admin', '2024-11-05 12:11:07', null, null); INSERT INTO `oss_file` VALUES ('080ba6f9c7980aaf934d2ba0ac5a5a07', '271.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N2484/271.pdf', 'admin', '2024-10-24 12:09:06', null, null); INSERT INTO `oss_file` VALUES ('081b1d9750639ecb024c3dcacf1f1df8', '178.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHFLVDSR2D2/178.pdf', 'admin', '2024-10-24 11:56:37', null, null); INSERT INTO `oss_file` VALUES ('081b234e2e1556990174931779f213ab', 'PPM-99-009.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF198/PPM-99-009.pdf', 'admin', '2024-11-05 11:43:05', null, null); INSERT INTO `oss_file` VALUES ('082934d89a268abbb84d6f3e88c2784a', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PM139/nsrec00_W21.pdf', 'admin', '2024-11-05 12:35:14', null, null); INSERT INTO `oss_file` VALUES ('082a2996a79dffdc368981cfd233f710', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54ABT245AJ/data.csv', 'admin', '2024-11-05 12:53:53', null, null); INSERT INTO `oss_file` VALUES ('082e95fd9221ec44cefec697dd01a7ea', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/IMX5108D3EEBG-15EI - DC1537/data.csv', 'admin', '2024-10-24 12:13:18', null, null); INSERT INTO `oss_file` VALUES ('084eaf3a79248ad53247a25ce6368a17', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD5544ARS/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 10:52:08', null, null); INSERT INTO `oss_file` VALUES ('08599a308aba131d88c6914453d67fc0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OM1850STM3/data.csv', 'admin', '2024-11-05 12:27:55', null, null); INSERT INTO `oss_file` VALUES ('086609e073d5c1ee651b29c440d5623a', 'PPM-95-142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4429/PPM-95-142.pdf', 'admin', '2024-11-05 12:12:26', null, null); INSERT INTO `oss_file` VALUES ('086d64a25b8edc0711c824d6a33b0806', 'T062607_SIDECAR.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SIDECAR ASIC/T062607_SIDECAR.pdf', 'admin', '2024-11-05 12:51:04', null, null); INSERT INTO `oss_file` VALUES ('086d9de9920878682054e08fe1403f60', '380.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/380.pdf', 'admin', '2024-11-05 10:48:54', null, null); INSERT INTO `oss_file` VALUES ('086f935c0dacfafdfaa91fd106c81adb', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF30100/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:08:07', null, null); INSERT INTO `oss_file` VALUES ('087cc70fd56277338942b8f1de588095', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAM-3+/data.csv', 'admin', '2024-11-05 12:37:04', null, null); INSERT INTO `oss_file` VALUES ('087cf0acd7c063e3395312c80612129b', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA10/nsrec06_W2.pdf', 'admin', '2024-11-05 12:33:50', null, null); INSERT INTO `oss_file` VALUES ('08836c2acc7743bf17dabde7d3a3d0e8', 'PPM-99-031.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A250/PPM-99-031.pdf', 'admin', '2024-11-05 10:47:00', null, null); INSERT INTO `oss_file` VALUES ('088bc90d321664d7ef5334094d2335fb', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4503/nsrec01_W15.pdf', 'admin', '2024-11-05 11:59:35', null, null); INSERT INTO `oss_file` VALUES ('0898013a04be021fa7ff315370f55868', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LMR38020/data.csv', 'admin', '2024-10-24 12:21:26', null, null); INSERT INTO `oss_file` VALUES ('08a05bdad276f30940fc6d85ef0fb99c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2805/data.csv', 'admin', '2024-11-05 12:22:44', null, null); INSERT INTO `oss_file` VALUES ('08aa16adcacc9d72354ce216bdf8613e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MZ-75E250/data.csv', 'admin', '2024-11-05 12:24:03', null, null); INSERT INTO `oss_file` VALUES ('08b9debb3fa1a062ec2de9e0cbaddfd6', 'd031997.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N140A/d031997.pdf', 'admin', '2024-11-05 10:42:30', null, null); INSERT INTO `oss_file` VALUES ('08cda3849c621b350c5afa00d88d6c28', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/883/data.csv', 'admin', '2024-11-05 10:52:00', null, null); INSERT INTO `oss_file` VALUES ('08cfde1b7ae589f6fc93d5fde92535a6', 'D112601_Myrinet.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SerDeSer/D112601_Myrinet.pdf', 'admin', '2024-11-05 12:58:39', null, null); INSERT INTO `oss_file` VALUES ('08d0739f1a31cb4f0308d23829601304', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/D4216400G3-70/data.csv', 'admin', '2024-11-05 11:17:46', null, null); INSERT INTO `oss_file` VALUES ('08e38e3dcbaaffe6b5008288b5793bb3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1499/data.csv', 'admin', '2024-11-05 12:40:16', null, null); INSERT INTO `oss_file` VALUES ('08f17ff6db213ab17f47d45b864fd7c3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PCA80C522/data.csv', 'admin', '2024-11-05 12:34:06', null, null); INSERT INTO `oss_file` VALUES ('08fd1bc6d2298cb80834c889c39930cc', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD54HC4053F3A/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:34', null, null); INSERT INTO `oss_file` VALUES ('090644329d983e5eb7f152413fd1f56b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RM24/data.csv', 'admin', '2024-11-05 12:42:14', null, null); INSERT INTO `oss_file` VALUES ('09159492d4d00804ed26c7c2af366089', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1020B/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:54', null, null); INSERT INTO `oss_file` VALUES ('0925dcdd232e3045c864f0454c307526', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1078MH/data.csv', 'admin', '2024-11-05 12:39:51', null, null); INSERT INTO `oss_file` VALUES ('0929d1e1fceecf5b397fbe26f4f76bef', 'b010694.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108/b010694.pdf', 'admin', '2024-11-05 11:43:40', null, null); INSERT INTO `oss_file` VALUES ('0930c5c28655a860b2dd18a338c27306', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL6651/data.csv', 'admin', '2024-11-05 11:27:43', null, null); INSERT INTO `oss_file` VALUES ('09488d1e57ff4337a0cd3f859c9e5683', 'B012605_7872.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7872/B012605_7872.pdf', 'admin', '2024-11-05 10:43:53', null, null); INSERT INTO `oss_file` VALUES ('096c1148dbdc8510001136551b733070', 'T110405_RTAX_V2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX-S/T110405_RTAX_V2.pdf', 'admin', '2024-11-05 12:44:15', null, null); INSERT INTO `oss_file` VALUES ('097cf759ebd03d515736148cf1a4ad5b', '177.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHFLVDS31A/177.pdf', 'admin', '2024-10-24 11:56:30', null, null); INSERT INTO `oss_file` VALUES ('098c457bbb0c5c669f1ea603c7fc4504', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DG403DY-E3/data.csv', 'admin', '2024-11-05 11:19:14', null, null); INSERT INTO `oss_file` VALUES ('0997c18c07467bc20ad60a70dc108341', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Diodes Test chips/data.csv', 'admin', '2024-11-05 11:21:28', null, null); INSERT INTO `oss_file` VALUES ('09a6278e3d39fb1e84d0a964b4d7059d', 'PPM-96-006.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FST180/PPM-96-006.pdf', 'admin', '2024-11-05 11:23:14', null, null); INSERT INTO `oss_file` VALUES ('09a6e934e6da01aeeaf9f5b6b833c759', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP97/nsrec06_W2.pdf', 'admin', '2024-11-05 12:32:21', null, null); INSERT INTO `oss_file` VALUES ('09ae5fe3d7107e861b3f2c3c3030ac9c', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA7-5127/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:41', null, null); INSERT INTO `oss_file` VALUES ('09c948e5cbaf0c56e627c8f7029096b3', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Virtex II Pro XQ2VP40/nsrec06_W4.pdf', 'admin', '2024-11-05 13:11:33', null, null); INSERT INTO `oss_file` VALUES ('09cb298e08b0d66e156222ffc0a9d3e9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MG80486DX2-66/data.csv', 'admin', '2024-11-05 12:10:54', null, null); INSERT INTO `oss_file` VALUES ('09cf8caf4056f24b1285f9fdbe2d1481', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SP9380/random6a.pdf', 'admin', '2024-11-05 12:54:20', null, null); INSERT INTO `oss_file` VALUES ('09ebe45d897cf6e58e97d5e76586d79b', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Vehicle 45 nm SOI CMOS SRAM/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 13:07:48', null, null); INSERT INTO `oss_file` VALUES ('09ec357ff35996b2989a2360253428b2', 'Buchner_tns08_LM124.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/Buchner_tns08_LM124.pdf', 'admin', '2024-11-05 11:46:19', null, null); INSERT INTO `oss_file` VALUES ('09ef83dddc7392482f90620afc86c0d9', '2017-Campola-TR-16-036-AD654-2017Feb15-TID-20205002048.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD654/2017-Campola-TR-16-036-AD654-2017Feb15-TID-20205002048.pdf', 'admin', '2024-11-05 10:55:26', null, null); INSERT INTO `oss_file` VALUES ('0a065d5207f8fb20f34072d4bbe6a9d2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GAFE7/data.csv', 'admin', '2024-11-05 13:01:52', null, null); INSERT INTO `oss_file` VALUES ('0a1041469def2b03e1f73fa52a0d8eec', 'NEPP_DTRA_04062010_Berg.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC6SLX16/NEPP_DTRA_04062010_Berg.pdf', 'admin', '2024-11-05 13:13:04', null, null); INSERT INTO `oss_file` VALUES ('0a15dde94ef56574524909d3e320872f', 'd031997.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N55/d031997.pdf', 'admin', '2024-11-05 10:33:24', null, null); INSERT INTO `oss_file` VALUES ('0a276e65bcb8ca611dac4fd1b7c44d10', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 3 1200 Summit Ridge (YD1200BBAEBOX)/data.csv', 'admin', '2024-11-05 12:45:48', null, null); INSERT INTO `oss_file` VALUES ('0a283b9885a9716b102c65602b1c1d63', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX997/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 12:01:52', null, null); INSERT INTO `oss_file` VALUES ('0a360cb8cd157e2e8336b50ce661aea4', 'I032807_T062407_K4T1G044QA_EDE1104AB.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K4T1G044QA-ZCD5/I032807_T062407_K4T1G044QA_EDE1104AB.pdf', 'admin', '2024-11-05 11:40:34', null, null); INSERT INTO `oss_file` VALUES ('0a4ad500fe1b1425ffbb66fddfb99918', 'PPM-91-424.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JAN2N2608/PPM-91-424.pdf', 'admin', '2024-11-05 11:36:58', null, null); INSERT INTO `oss_file` VALUES ('0a4c7f3c045da9bed8afb4f7eda1cae7', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07/nsrec00_W21.pdf', 'admin', '2024-11-05 12:28:40', null, null); INSERT INTO `oss_file` VALUES ('0a555c9e757a786cd0c2c383fde75af7', 'B112198b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD536/B112198b.pdf', 'admin', '2024-11-05 10:51:40', null, null); INSERT INTO `oss_file` VALUES ('0a59cc59fa23b336e138b684bf54f743', 'T122004_Altera_EP1S25.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Stratix EP1S25/T122004_Altera_EP1S25.pdf', 'admin', '2024-11-05 13:01:30', null, null); INSERT INTO `oss_file` VALUES ('0a8eb4274d3838ba0e2de48be81c8d9a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OMH3075S/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:11', null, null); INSERT INTO `oss_file` VALUES ('0a94f3930f0267b8dd1c1b00c70ebdd6', 'NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Jetson TX1/NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf', 'admin', '2024-11-05 11:39:44', null, null); INSERT INTO `oss_file` VALUES ('0a9cdf002ca352baa80d33200a48effc', 'VdG08JUN_MT47H128M8HQ_3E.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT47H128M8HQ-3E/VdG08JUN_MT47H128M8HQ_3E.pdf', 'admin', '2024-11-05 12:22:26', null, null); INSERT INTO `oss_file` VALUES ('0aac26f9ec089a5c3529192f51a20276', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8229/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 10:59:46', null, null); INSERT INTO `oss_file` VALUES ('0ab462abf905cfc476a1d30e3a6c077b', '244.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F32G08CBACA/244.pdf', 'admin', '2024-10-24 12:06:49', null, null); INSERT INTO `oss_file` VALUES ('0ac992e332b17039afe3e9b53c264863', 'PPM-91-168.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FRL130R3/PPM-91-168.pdf', 'admin', '2024-11-05 11:23:01', null, null); INSERT INTO `oss_file` VALUES ('0add7497e6e861269337fdb40d83fed3', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2512 Hub/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 10:22:52', null, null); INSERT INTO `oss_file` VALUES ('0aebf4762912232caef18de35d66e250', '134.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLS0449/134.pdf', 'admin', '2024-10-24 11:51:50', null, null); INSERT INTO `oss_file` VALUES ('0af0537128380bf26e9e1416a080f060', 'PPM-99-010.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1010/PPM-99-010.pdf', 'admin', '2024-11-05 11:52:56', null, null); INSERT INTO `oss_file` VALUES ('0af1986eeaf45cc98c0a7014326ed14c', 'VdG09JAN_RH1021CMW_na.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021CMW-5/VdG09JAN_RH1021CMW_na.pdf', 'admin', '2024-11-05 12:39:30', null, null); INSERT INTO `oss_file` VALUES ('0b0711fb465755e33021fe882563212e', 'I082807_FM22L16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FM22L16/I082807_FM22L16.pdf', 'admin', '2024-11-05 11:22:58', null, null); INSERT INTO `oss_file` VALUES ('0b1838e3c7b21d420bdae4483a148ee2', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/WDS250G2B0B-00YS70/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 13:12:00', null, null); INSERT INTO `oss_file` VALUES ('0b1ed38cb3fb4046a1eab36419a9e0f2', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MU-PA250B/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 12:23:34', null, null); INSERT INTO `oss_file` VALUES ('0b2196f34fbd1a342866480945eb83fe', '218.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/218.pdf', 'admin', '2024-11-05 10:48:57', null, null); INSERT INTO `oss_file` VALUES ('0b28ef9aa367d080a20032d5a99761de', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX724/data.csv', 'admin', '2024-11-05 12:00:54', null, null); INSERT INTO `oss_file` VALUES ('0b2fdb3847f0b9793a51d40e08e46e60', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BAS21-E3-08/data.csv', 'admin', '2024-11-05 11:09:56', null, null); INSERT INTO `oss_file` VALUES ('0b32e8cc5692f88883c4cb4339e45261', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-573K/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 11:26:34', null, null); INSERT INTO `oss_file` VALUES ('0b41bd80e42bed80c5b3093a64f07844', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/62087-301 LED/data.csv', 'admin', '2024-11-05 10:40:20', null, null); INSERT INTO `oss_file` VALUES ('0b4489b8b5dc8ad83f3f73501e42b01a', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LXA0387/nsrec05_W5.pdf', 'admin', '2024-11-05 11:56:32', null, null); INSERT INTO `oss_file` VALUES ('0b48249489ab98663a97b147db0bc07d', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD6640/NSREC02_W16.pdf', 'admin', '2024-11-05 10:55:41', null, null); INSERT INTO `oss_file` VALUES ('0b54aa325548521dc35498d3f28b76da', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MCM516400J60/ieee95a.pdf', 'admin', '2024-11-05 12:08:52', null, null); INSERT INTO `oss_file` VALUES ('0b7b645924a0cb347be8b8b5ba74e0d2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DS90C31/data.csv', 'admin', '2024-11-05 11:20:38', null, null); INSERT INTO `oss_file` VALUES ('0b7de5b3a721c374c3ea5e49d6697669', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PE26C31/data.csv', 'admin', '2024-11-05 12:34:32', null, null); INSERT INTO `oss_file` VALUES ('0b87023e3141ceb020e97b3bdac45d52', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM3914/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:31', null, null); INSERT INTO `oss_file` VALUES ('0baa4f5eeced302591a281ad4fd7297c', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR4045WT/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:06:01', null, null); INSERT INTO `oss_file` VALUES ('0bb16e81eadb1750244d8c7def372ee8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ374/data.csv', 'admin', '2024-11-05 10:37:47', null, null); INSERT INTO `oss_file` VALUES ('0bb39b01c90e9e9b49badfddb7c6de7f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP27A/data.csv', 'admin', '2024-11-05 12:30:04', null, null); INSERT INTO `oss_file` VALUES ('0bb3abbe3c3c2f4fdffc8ba58902fc11', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IS46DR16640B-25DBA25/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 11:36:10', null, null); INSERT INTO `oss_file` VALUES ('0bb7f4b32254df2a62e8dae91b73521c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMT-1310 series/data.csv', 'admin', '2024-11-05 12:52:48', null, null); INSERT INTO `oss_file` VALUES ('0bc57e4d26e3dcb3a48028b7b27f3427', 'PPM-99-014.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD588/PPM-99-014.pdf', 'admin', '2024-11-05 10:53:39', null, null); INSERT INTO `oss_file` VALUES ('0bca22647ad730fd16c4491f942961dc', '092891.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFD3801/092891.pdf', 'admin', '2024-11-05 11:28:07', null, null); INSERT INTO `oss_file` VALUES ('0bdb86fd2149fee8902e84dfe38e9ec7', 'MR4A16BCYS35 UCL SEE test results issue 2 release.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MR4A16BCYS35/MR4A16BCYS35 UCL SEE test results issue 2 release.pdf', 'admin', '2024-10-24 12:21:05', null, null); INSERT INTO `oss_file` VALUES ('0bf689f0d4c50c06ab2395e8f1935b37', 'G07DEC_HY27UF084G2M_MT29F4G08AAAWP_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/G07DEC_HY27UF084G2M_MT29F4G08AAAWP_TID.pdf', 'admin', '2024-11-05 12:21:11', null, null); INSERT INTO `oss_file` VALUES ('0bf7b679715dc185965f183c68b12bb6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IDA07318/data.csv', 'admin', '2024-11-05 11:33:39', null, null); INSERT INTO `oss_file` VALUES ('0c04a20ca22a966bd4d913adf4257fbf', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD585/nsrec00_W21.pdf', 'admin', '2024-11-05 10:53:31', null, null); INSERT INTO `oss_file` VALUES ('0c06e31a0af37f158d9e26de5d9c45b0', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/B/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:29', null, null); INSERT INTO `oss_file` VALUES ('0c0781408bbf5ee8241087cbfb42deb1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/STP6N52/data.csv', 'admin', '2024-10-24 12:14:44', null, null); INSERT INTO `oss_file` VALUES ('0c23a5a3fc71a89a28e8673a91072b60', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Q02L00JQ/data.csv', 'admin', '2024-11-05 12:36:07', null, null); INSERT INTO `oss_file` VALUES ('0c23e8a78c4d66983e749ffda2367a1b', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MZ-75E250/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 12:24:03', null, null); INSERT INTO `oss_file` VALUES ('0c40b48f48fa76fc281b3a7dd9266a05', 'T032803_SN64BCT245.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN64BCT245/T032803_SN64BCT245.pdf', 'admin', '2024-11-05 12:53:32', null, null); INSERT INTO `oss_file` VALUES ('0c41ff3006b2fc6b69f57e2c1f9dcdc8', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATR2815TF/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:48', null, null); INSERT INTO `oss_file` VALUES ('0c643d4ce4b6c08b3dac442a48e1eb2f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/R29773/data.csv', 'admin', '2024-11-05 12:36:42', null, null); INSERT INTO `oss_file` VALUES ('0c66068d8e47b43a1da82065441e886f', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IDW40G65C5FKSA1/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:34:03', null, null); INSERT INTO `oss_file` VALUES ('0c6b217401dd9e09249ac27580923571', 'nsrec2013_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/53124/nsrec2013_W6_TID.pdf', 'admin', '2024-11-05 10:33:51', null, null); INSERT INTO `oss_file` VALUES ('0c6f087996b7a121fd8338a94d06a1f2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LP3470 Voltage Supervisor/data.csv', 'admin', '2024-11-05 11:51:35', null, null); INSERT INTO `oss_file` VALUES ('0c7f296ee7a586352b40fa9972c00173', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OD800/nsrec00_W21.pdf', 'admin', '2024-11-05 12:26:52', null, null); INSERT INTO `oss_file` VALUES ('0c85423486bc774a096f74ffc3db897a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM317KTTR/data.csv', 'admin', '2024-11-05 11:49:27', null, null); INSERT INTO `oss_file` VALUES ('0c8c99d2efde4ceef9cba47df03024c5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/268/data.csv', 'admin', '2024-11-05 10:22:55', null, null); INSERT INTO `oss_file` VALUES ('0c8e073601d50cec4ed2d0481a771cc8', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRLML5103A/NSREC02_W16.pdf', 'admin', '2024-11-05 11:35:36', null, null); INSERT INTO `oss_file` VALUES ('0c991c937a99409317f00cae01f7bf8a', 'b022494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS5212/b022494.pdf', 'admin', '2024-11-05 11:31:30', null, null); INSERT INTO `oss_file` VALUES ('0c9d980a68f46e67006012d4790edd71', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR60100/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:06:21', null, null); INSERT INTO `oss_file` VALUES ('0c9ddb45ca204e2cf6f51e93a3ed7907', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2298855-2/data.csv', 'admin', '2024-11-05 10:21:51', null, null); INSERT INTO `oss_file` VALUES ('0cb446ac0d14108c71b29af34fdbd33b', 'no_tid_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA10/no_tid_report.pdf', 'admin', '2024-11-05 12:33:50', null, null); INSERT INTO `oss_file` VALUES ('0cd7f507959901b75b98cad7da02caeb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2815SF/data.csv', 'admin', '2024-11-05 12:22:58', null, null); INSERT INTO `oss_file` VALUES ('0cf1e09ad189dd3ce343281cf70c9fc6', 'PPM-92-010.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT138LMQB/PPM-92-010.pdf', 'admin', '2024-11-05 10:36:41', null, null); INSERT INTO `oss_file` VALUES ('0d18d02e226c5934ca92a429a0110f15', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MC10EL31/data.csv', 'admin', '2024-11-05 12:08:12', null, null); INSERT INTO `oss_file` VALUES ('0d21e3b6aa2b1a0bad1fe2ae5cd182b1', 'tns04_marshall.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JAZZ/tns04_marshall.pdf', 'admin', '2024-11-05 11:38:45', null, null); INSERT INTO `oss_file` VALUES ('0d261fdd9186d86bb4c072908bdbb6e4', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF1545/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:23:53', null, null); INSERT INTO `oss_file` VALUES ('0d363a9dc91544b8f8eca7bef375e11d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SY10EL15ZC/data.csv', 'admin', '2024-11-05 12:58:30', null, null); INSERT INTO `oss_file` VALUES ('0d4017ab50cd24397fd61831dfd8ada5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD713S/data.csv', 'admin', '2024-11-05 10:56:10', null, null); INSERT INTO `oss_file` VALUES ('0d50e140e78d270f1bb90cadb137ad6b', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/NSREC03_W10.pdf', 'admin', '2024-11-05 11:46:22', null, null); INSERT INTO `oss_file` VALUES ('0d60ecade4bc57f9f895884942e78df4', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4424/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 12:12:13', null, null); INSERT INTO `oss_file` VALUES ('0d6487cadc19168e61e722fa591e53dc', 'PPM-91-228.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1524B/PPM-91-228.pdf', 'admin', '2024-11-05 12:49:54', null, null); INSERT INTO `oss_file` VALUES ('0d69c1b842a0dffca41212cd4999b8a1', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF111H-MIL/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:47', null, null); INSERT INTO `oss_file` VALUES ('0d6aec54f690892f56f5ac4cbc7fb9dd', '254.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BC817-25/254.pdf', 'admin', '2024-10-24 12:07:37', null, null); INSERT INTO `oss_file` VALUES ('0d8aefd5e70196a8a15f6dff30676667', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A000066/data.csv', 'admin', '2024-11-05 10:46:35', null, null); INSERT INTO `oss_file` VALUES ('0d93d6c83d0ff14cc34ea3112efa7e8f', '369.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHF1401 - DC31228A/369.pdf', 'admin', '2024-10-24 12:19:07', null, null); INSERT INTO `oss_file` VALUES ('0da1311f8dff3bd5057bb23c4d4c2ab3', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AS58C1001SF-15E/NSREC98.pdf', 'admin', '2024-11-05 11:07:17', null, null); INSERT INTO `oss_file` VALUES ('0dabf85d61c5225830ef5b61f17a1c1e', 'PPM-95-182.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C010/PPM-95-182.pdf', 'admin', '2024-11-05 10:23:43', null, null); INSERT INTO `oss_file` VALUES ('0db2a677c09ba8174dde71dd19acf88d', 'PPM-91-381.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF111H-MIL/PPM-91-381.pdf', 'admin', '2024-11-05 11:42:51', null, null); INSERT INTO `oss_file` VALUES ('0db343bda61e773c626d9d249859b1ca', 'D120400e.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii53250/D120400e.pdf', 'admin', '2024-11-05 12:24:53', null, null); INSERT INTO `oss_file` VALUES ('0db537795b1e7e45684b468fe756e076', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VA32 HDR2 - TA32C/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 13:10:48', null, null); INSERT INTO `oss_file` VALUES ('0dce66e813a037c2b7be3f9ac2936817', 'TID_01587_01 H5TC4G83CFR.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/H5TC4G83CFR - DC1517/TID_01587_01 H5TC4G83CFR.pdf', 'admin', '2024-10-24 12:15:36', null, null); INSERT INTO `oss_file` VALUES ('0dd20b925821c6d78dfffb96167906f8', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T-1FBG900 Kintex K7/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 13:14:35', null, null); INSERT INTO `oss_file` VALUES ('0dd56d5d971c4bf0290090ae2769657e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BUY25CS54A/data.csv', 'admin', '2024-11-05 11:11:13', null, null); INSERT INTO `oss_file` VALUES ('0ded0502cd73c6397f3da6dfc67cbf02', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN54BCT244W/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:53:01', null, null); INSERT INTO `oss_file` VALUES ('0dfa7ba10e086d772ed6e5ef03b0b8a5', '2N5154 protons_0919_02.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5154/2N5154 protons_0919_02.pdf', 'admin', '2024-11-05 10:29:56', null, null); INSERT INTO `oss_file` VALUES ('0e117ca3e9ee951a2e7ffcf3d3773b51', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MOSFET Engineering Samples/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 12:13:25', null, null); INSERT INTO `oss_file` VALUES ('0e1d7fd4c804dd85c8b356af1835f06d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADG201/data.csv', 'admin', '2024-11-05 11:02:18', null, null); INSERT INTO `oss_file` VALUES ('0e1ed64a049ff97e498660c5c7a8f352', 'B080100f.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES12ZF/B080100f.pdf', 'admin', '2024-11-05 12:09:23', null, null); INSERT INTO `oss_file` VALUES ('0e20ec1408840a93453d03a89068271f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD8021ARZ - DC1640/data.csv', 'admin', '2024-10-24 12:16:01', null, null); INSERT INTO `oss_file` VALUES ('0e23955b525a2f4cfc25e01b002bb8af', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SFT5094/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 12:49:43', null, null); INSERT INTO `oss_file` VALUES ('0e3a10ff12af604c74063bdc19885a57', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MCH2805S/data.csv', 'admin', '2024-11-05 12:08:40', null, null); INSERT INTO `oss_file` VALUES ('0e3c164587fa230e18dfa2bf101a88a8', 'PPM-95-134.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC1717/PPM-95-134.pdf', 'admin', '2024-11-05 12:08:18', null, null); INSERT INTO `oss_file` VALUES ('0e3e20e833e7da54b06448fff57534b7', 'PPM-98-022.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1846/PPM-98-022.pdf', 'admin', '2024-11-05 12:50:27', null, null); INSERT INTO `oss_file` VALUES ('0e450b973e0ccc39af77eb7bf6c771f1', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NAND01GW3B2ANGE/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 12:25:28', null, null); INSERT INTO `oss_file` VALUES ('0e459e1bb735b55ea122195bbfee4f4b', 'NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XQV5FX70T/NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf', 'admin', '2024-11-05 13:15:46', null, null); INSERT INTO `oss_file` VALUES ('0e48d28209e8e4f6dafc0b333cac34f6', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS60SM200C/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:57:34', null, null); INSERT INTO `oss_file` VALUES ('0e48e1f78326cb39ba5ea1cebfbd21e6', 'B022497.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD630/B022497.pdf', 'admin', '2024-11-05 10:54:36', null, null); INSERT INTO `oss_file` VALUES ('0e5fb7b5f7ea4b0d3e4406b9d7df9b65', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LT1021-10/data.csv', 'admin', '2024-11-05 11:52:59', null, null); INSERT INTO `oss_file` VALUES ('0e6b325088f18c55a00013da76bd5df2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC04DMQB/data.csv', 'admin', '2024-11-05 10:34:40', null, null); INSERT INTO `oss_file` VALUES ('0e7c427c2f8809f6d240e0d9d8c56149', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:30:37', null, null); INSERT INTO `oss_file` VALUES ('0e7dc596a1678c57dc5cf1b8588c6c08', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD570/Random97a.pdf', 'admin', '2024-11-05 10:52:41', null, null); INSERT INTO `oss_file` VALUES ('0e8590225471e51b4cbf85a58cf80768', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT2078/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:53:34', null, null); INSERT INTO `oss_file` VALUES ('0e96a0f3ed2c3f956f23591287e41031', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADC0816/data.csv', 'admin', '2024-11-05 11:01:35', null, null); INSERT INTO `oss_file` VALUES ('0e9785580b1fbb6d52bb2901a81e4e8b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HRQMLV/data.csv', 'admin', '2024-11-05 11:44:25', null, null); INSERT INTO `oss_file` VALUES ('0e9b318ef8f489649733fd4d40368544', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66099/nsrec00_W21.pdf', 'admin', '2024-11-05 10:41:09', null, null); INSERT INTO `oss_file` VALUES ('0ea294e335f0c5ef036450c066c596e8', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AX3411/nsrec94a.pdf', 'admin', '2024-11-05 11:08:52', null, null); INSERT INTO `oss_file` VALUES ('0ecf2d7e20bda66d774b7e3c20768ed4', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL431/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 13:03:39', null, null); INSERT INTO `oss_file` VALUES ('0ededc5781462590ef41669191a2e314', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP77/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:44', null, null); INSERT INTO `oss_file` VALUES ('0f07875d13395d5f1ae90d121ba7f154', 'L092106_TLK2711.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TLK2711/L092106_TLK2711.pdf', 'admin', '2024-11-05 13:04:29', null, null); INSERT INTO `oss_file` VALUES ('0f0e74f4d9b87a60c93000e247019792', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2805F/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:39', null, null); INSERT INTO `oss_file` VALUES ('0f2b217ac1cd4dc917e2e4a87546a968', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7204 9x4k FIFO/b110994.pdf', 'admin', '2024-11-05 10:43:17', null, null); INSERT INTO `oss_file` VALUES ('0f31b3f84187cd9f4123527ef3df135b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC161/data.csv', 'admin', '2024-11-05 10:35:12', null, null); INSERT INTO `oss_file` VALUES ('0f3a9d1e0bdde53ede85cb614bb5959a', '2012-Pellish-Final-Test-Report-REF2012APR-A432-LTC1877-TID-TN37244.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1877/2012-Pellish-Final-Test-Report-REF2012APR-A432-LTC1877-TID-TN37244.pdf', 'admin', '2024-11-05 11:54:51', null, null); INSERT INTO `oss_file` VALUES ('0f3ca53c0b7b9e3c6b72e3d375adefb3', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N140A/NSREC98.pdf', 'admin', '2024-11-05 10:42:31', null, null); INSERT INTO `oss_file` VALUES ('0f3e6c9e06fe7abd4461361ce5958a03', 'LT8610AC SEE Test Report.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LT8610AC/LT8610AC SEE Test Report.pdf', 'admin', '2024-10-24 12:21:30', null, null); INSERT INTO `oss_file` VALUES ('0f49a7b54667b705daac0f8e3fd5d75d', 'T061808_ADC14155WG-MLS.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADC14155W-MLS/T061808_ADC14155WG-MLS.pdf', 'admin', '2024-11-05 11:01:57', null, null); INSERT INTO `oss_file` VALUES ('0f4f7ea632054a4d2e31bea43dc5d7ff', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/80386/data.csv', 'admin', '2024-11-05 10:44:30', null, null); INSERT INTO `oss_file` VALUES ('0f4ffd34bf1f65acdfe72aa59d6ea16d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/QS3384/data.csv', 'admin', '2024-11-05 12:36:25', null, null); INSERT INTO `oss_file` VALUES ('0f50a988ae2038185fdabcd62297b8b2', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F512G08AUCBBH8/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:21:46', null, null); INSERT INTO `oss_file` VALUES ('0f5230e7d867a8b6e7912677bf3a882e', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT374LMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:43', null, null); INSERT INTO `oss_file` VALUES ('0f596303d33871741467148320ff285c', 'B022497.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD652/B022497.pdf', 'admin', '2024-11-05 10:55:12', null, null); INSERT INTO `oss_file` VALUES ('0f5d4b2ab5bbaafc27be91c327ce8f7d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM108/data.csv', 'admin', '2024-11-05 11:43:27', null, null); INSERT INTO `oss_file` VALUES ('0f693b359c6f29d0ea64d2b3006b6beb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BSS84AKV/data.csv', 'admin', '2024-11-05 11:10:59', null, null); INSERT INTO `oss_file` VALUES ('0f76aede9a4bffa26d4b0a1ec01a5e33', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:54', null, null); INSERT INTO `oss_file` VALUES ('0f76b0c0db56d2c91eef68098a1b4baf', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117H/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:47', null, null); INSERT INTO `oss_file` VALUES ('0f774383ba11214ba67e2e58831ea82e', 'PPM-98-029.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP270/PPM-98-029.pdf', 'admin', '2024-11-05 12:29:54', null, null); INSERT INTO `oss_file` VALUES ('0f787b488bb7cf97f2bcb8a1cc623944', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5059RH/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:15:18', null, null); INSERT INTO `oss_file` VALUES ('0f7bb58f3d84bed08ed658dfc1304278', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM11725SMX (OM7646)/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:30', null, null); INSERT INTO `oss_file` VALUES ('0f807643920935483627a406aaf735f4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CLR 79/data.csv', 'admin', '2024-11-05 14:17:00', null, null); INSERT INTO `oss_file` VALUES ('0f97639f62bf5aeec32f712c8b063754', 'nsrec2012_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/nsrec2012_W6_TID.pdf', 'admin', '2024-11-05 10:25:21', null, null); INSERT INTO `oss_file` VALUES ('0f993bf2699871e5fdfc144c80fe084b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC74DMQB/data.csv', 'admin', '2024-11-05 10:36:34', null, null); INSERT INTO `oss_file` VALUES ('0f9d6bc4bf285b7e22d4394469c57c63', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX972ESA/data.csv', 'admin', '2024-11-05 12:01:31', null, null); INSERT INTO `oss_file` VALUES ('0fa8f3ba8b3d03b5f17840ecf50f1741', 'Oldham_nsrec11_W25.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/Oldham_nsrec11_W25.pdf', 'admin', '2024-11-05 12:21:09', null, null); INSERT INTO `oss_file` VALUES ('0fb42406f842ea81fad4f642db2ad939', 'B082301_PCA80C552.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PCA80C552/B082301_PCA80C552.pdf', 'admin', '2024-11-05 12:34:08', null, null); INSERT INTO `oss_file` VALUES ('0fc2a724c101f411f0ff793d943b7d2d', 'T082606_ATF22V10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATF22V10/T082606_ATF22V10.pdf', 'admin', '2024-11-05 11:08:21', null, null); INSERT INTO `oss_file` VALUES ('0fc9f4dcd7c43f640ad49770c92f26cb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N3811UX/data.csv', 'admin', '2024-11-05 10:28:39', null, null); INSERT INTO `oss_file` VALUES ('0fd9c72a3d688c8f0bc9282300696bea', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SW15-802/data.csv', 'admin', '2024-11-05 12:58:21', null, null); INSERT INTO `oss_file` VALUES ('0feaf106f1a9539894ff1e8667dedcb7', 'PPM-91-712.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ08/PPM-91-712.pdf', 'admin', '2024-11-05 10:37:09', null, null); INSERT INTO `oss_file` VALUES ('0feb8e11c3185be0669d83e2d46a873b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX6021/data.csv', 'admin', '2024-11-05 12:00:47', null, null); INSERT INTO `oss_file` VALUES ('0ff31a47ae533b384803b23385262b13', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - SRAM/NSREC99.pdf', 'admin', '2024-11-05 13:10:20', null, null); INSERT INTO `oss_file` VALUES ('10013c326ab53cd5ccd09573b88b02e8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5431/data.csv', 'admin', '2024-11-05 11:27:12', null, null); INSERT INTO `oss_file` VALUES ('10057635e59a13dc0595529301c8d022', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SPT6235MS/data.csv', 'admin', '2024-11-05 12:54:32', null, null); INSERT INTO `oss_file` VALUES ('1015d673aded835d8356667b99fec565', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DR1773/Random97a.pdf', 'admin', '2024-11-05 11:19:45', null, null); INSERT INTO `oss_file` VALUES ('102024805be58464ed71efdad57a4138', 'PPM-91-551.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UDS2983/PPM-91-551.pdf', 'admin', '2024-11-05 13:08:54', null, null); INSERT INTO `oss_file` VALUES ('10242a1e96e87c95b652b3d8b8ea76aa', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BAP64-05,215/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:09:28', null, null); INSERT INTO `oss_file` VALUES ('1025836ac1b66bba6a969705ab632ef2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD565/data.csv', 'admin', '2024-11-05 10:52:32', null, null); INSERT INTO `oss_file` VALUES ('103838fac4619e9d5e31d01aebbb8538', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/2ST21600/data.csv', 'admin', '2024-10-24 12:04:09', null, null); INSERT INTO `oss_file` VALUES ('1046c12ff29ca1be26653167a59ed171', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LXA0387/data.csv', 'admin', '2024-11-05 11:56:31', null, null); INSERT INTO `oss_file` VALUES ('104bab221c8400e08ab02a78784e20aa', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1300 nm PM/NSREC02_W5.pdf', 'admin', '2024-11-05 10:20:51', null, null); INSERT INTO `oss_file` VALUES ('104bd66033bea19a1b35dede0f4adbfe', '2014-561-Berg-Final-Pres-SEEMAPLD-FSM-TN14583_v3.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/2014-561-Berg-Final-Pres-SEEMAPLD-FSM-TN14583_v3.pdf', 'admin', '2024-11-05 14:46:56', null, null); INSERT INTO `oss_file` VALUES ('104ebfa78094ec26bdb40b16f3876043', '377.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LISA-AEI-PRDS-RP-002/377.pdf', 'admin', '2024-10-24 12:19:59', null, null); INSERT INTO `oss_file` VALUES ('1077ba8665eea3df11a195d1935fd08c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913KP332/data.csv', 'admin', '2024-11-05 12:41:42', null, null); INSERT INTO `oss_file` VALUES ('10793ff5cc248667e842aee51610928c', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AS5C4008DJ/NSREC99.pdf', 'admin', '2024-11-05 11:07:21', null, null); INSERT INTO `oss_file` VALUES ('1091c514b6aeca2499bc505157f8aabf', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N6788/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:41', null, null); INSERT INTO `oss_file` VALUES ('109a1bfa712baf32665e0855d974f236', 'T031604_TSS901E.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSS901E/T031604_TSS901E.pdf', 'admin', '2024-11-05 13:06:41', null, null); INSERT INTO `oss_file` VALUES ('10be47c104412e2b87cecce9e52e0e78', 'PPM-95-163.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMP11/PPM-95-163.pdf', 'admin', '2024-11-05 12:52:13', null, null); INSERT INTO `oss_file` VALUES ('10d449158e05a587d80ffeb594445114', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:25', null, null); INSERT INTO `oss_file` VALUES ('10ee6e8d0bd5296813bb3cc7b72720b1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TIL601/data.csv', 'admin', '2024-11-05 13:03:23', null, null); INSERT INTO `oss_file` VALUES ('10ff6989be9d6a083f0d018e8a46823a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DS1670E/data.csv', 'admin', '2024-11-05 11:19:58', null, null); INSERT INTO `oss_file` VALUES ('11139e157a440edda591172c5ccbc97a', 'PPM-91-755.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC151LMQB/PPM-91-755.pdf', 'admin', '2024-11-05 10:34:59', null, null); INSERT INTO `oss_file` VALUES ('111a20018e11ef82ca13af476833d846', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7846SQ/data.csv', 'admin', '2024-11-05 10:58:01', null, null); INSERT INTO `oss_file` VALUES ('11205976fb85e6b07399cc3877d4fb96', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/011640 0PTIC-70/random6a.pdf', 'admin', '2024-10-23 17:29:17', null, null); INSERT INTO `oss_file` VALUES ('1147ab1aa88278a103e4dc26e8409dcc', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD976/nsrec00_W21.pdf', 'admin', '2024-11-05 11:01:23', null, null); INSERT INTO `oss_file` VALUES ('1147b51192a66cc91ca63e24316f31a7', '312.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/H5TQ4G83MFR-H9C, K4B4G0846B-HCH9/312.pdf', 'admin', '2024-10-24 12:13:22', null, null); INSERT INTO `oss_file` VALUES ('1148d5d68f62d96fbad141e45923e638', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3700JV/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 10:27:54', null, null); INSERT INTO `oss_file` VALUES ('114cf04db0251bc3ca12a56d5775bf31', '270.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BLV S3/270.pdf', 'admin', '2024-10-24 12:09:01', null, null); INSERT INTO `oss_file` VALUES ('115699cbc2a5d7a909600d1c87375ab1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/28C256ERPDB/data.csv', 'admin', '2024-11-05 10:24:17', null, null); INSERT INTO `oss_file` VALUES ('1177ae6288866c3c00644a54b6538ff6', 'PPM-92-057.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC20DMQB/PPM-92-057.pdf', 'admin', '2024-11-05 10:35:21', null, null); INSERT INTO `oss_file` VALUES ('1194e0d968d0d879c290b4faa1057e80', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AMP01A/nsrec00_W21.pdf', 'admin', '2024-11-05 11:06:09', null, null); INSERT INTO `oss_file` VALUES ('119d438011f69a6bc4cffb118d991c34', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BAP64-05,215/data.csv', 'admin', '2024-11-05 11:09:28', null, null); INSERT INTO `oss_file` VALUES ('11a46abdfee2a4f8e5d3029de9d578b4', '2020-Wilcox-TR-21-002-ADG201-NASA-TM-20210010191.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADG201/2020-Wilcox-TR-21-002-ADG201-NASA-TM-20210010191.pdf', 'admin', '2024-11-05 11:02:18', null, null); INSERT INTO `oss_file` VALUES ('11aacdb9ff9c57ed46a2bc6fd0eece0e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/UC1825J/data.csv', 'admin', '2024-10-24 11:49:42', null, null); INSERT INTO `oss_file` VALUES ('11c001606805d29b538a94f4db3ee4b5', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XA1/NSREC02_W16.pdf', 'admin', '2024-11-05 13:12:33', null, null); INSERT INTO `oss_file` VALUES ('11c6264938b20c512f85b5f7e32536c2', 'OLS449 PROTONS TID_0882_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLS449 - DC0949/OLS449 PROTONS TID_0882_01.pdf', 'admin', '2024-10-24 12:17:37', null, null); INSERT INTO `oss_file` VALUES ('11c7251fbb54d30802203047c1ddde82', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1N5711/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 10:21:45', null, null); INSERT INTO `oss_file` VALUES ('11c90563a98954f43341deaa45c02a42', 'PPM-95-176.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC8408/PPM-95-176.pdf', 'admin', '2024-11-05 11:18:25', null, null); INSERT INTO `oss_file` VALUES ('11d0408f377db4e065458508f59f5af3', 'STMD-CP-2020-Lauenstein-TNS-Paper-Leakage-Current-SiC-Schottky-Power-Diodes-TN79186.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/C4D020120A/STMD-CP-2020-Lauenstein-TNS-Paper-Leakage-Current-SiC-Schottky-Power-Diodes-TN79186.pdf', 'admin', '2024-11-05 11:12:36', null, null); INSERT INTO `oss_file` VALUES ('11e1710761761504e5bc11c57c0d56c5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/95-9953U/data.csv', 'admin', '2024-11-05 10:46:06', null, null); INSERT INTO `oss_file` VALUES ('11e3720c728af930470812b06f827f8d', '262.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM4041CFTA/262.pdf', 'admin', '2024-10-24 12:08:26', null, null); INSERT INTO `oss_file` VALUES ('11e835debdecbd63b3458a58446120c4', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CF04530-04/NSREC02_W5.pdf', 'admin', '2024-11-05 11:13:58', null, null); INSERT INTO `oss_file` VALUES ('11eac148bfbab3db2c313104c51e86f2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HM5116400/data.csv', 'admin', '2024-11-05 11:28:56', null, null); INSERT INTO `oss_file` VALUES ('11ee9d7273dbdcae6400747af349a7ad', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADS5424/data.csv', 'admin', '2024-11-05 11:03:00', null, null); INSERT INTO `oss_file` VALUES ('120789a22cdf56890608f977ca4c12d0', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX2000S/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 12:44:35', null, null); INSERT INTO `oss_file` VALUES ('120cd9d68f1a729fed8c40986cbc7f0f', 'SEESYM02_Buchner_1394.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSB41AB3PFP/SEESYM02_Buchner_1394.pdf', 'admin', '2024-11-05 13:06:08', null, null); INSERT INTO `oss_file` VALUES ('121116bcd7d20180b828b0f20fd77752', '190.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI-201/190.pdf', 'admin', '2024-11-05 14:21:41', null, null); INSERT INTO `oss_file` VALUES ('121b6d7c84180e10e0ba4f981614d75f', '165.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SHAMROC Phase 1 DAC/165.pdf', 'admin', '2024-10-24 11:55:16', null, null); INSERT INTO `oss_file` VALUES ('121d31bde087b032442db5ced85db464', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/VCS7146RH/data.csv', 'admin', '2024-11-05 13:10:59', null, null); INSERT INTO `oss_file` VALUES ('12307f57b1fc893f904f94205c236435', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BT1206/data.csv', 'admin', '2024-11-05 11:11:02', null, null); INSERT INTO `oss_file` VALUES ('12322010c2964bddbd49ffcbc8db3afb', 'T091111_ADS7881.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADS7881/T091111_ADS7881.pdf', 'admin', '2024-11-05 11:03:19', null, null); INSERT INTO `oss_file` VALUES ('123e44b6809ec54adf90da90eed011bd', 'PPM-91-707.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N6453/PPM-91-707.pdf', 'admin', '2024-11-05 10:30:21', null, null); INSERT INTO `oss_file` VALUES ('1245ce72b4b7b92609ac8e284e8b08b9', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD780/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:10', null, null); INSERT INTO `oss_file` VALUES ('1249d373953c7f19c8cd996cef1da6a6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5531 (4N55)/data.csv', 'admin', '2024-11-05 11:27:17', null, null); INSERT INTO `oss_file` VALUES ('12587a85a2875f1021ffe37c1e67496e', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CMPD2003 TR/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:15:17', null, null); INSERT INTO `oss_file` VALUES ('125b3590e2dd09c24162181c5adc4d06', 'D012808_I042208_x1886.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Structure 45 nm SOI/D012808_I042208_x1886.pdf', 'admin', '2024-11-05 13:07:29', null, null); INSERT INTO `oss_file` VALUES ('1271bb59d091f0583dcfc17f6e67b2d3', 'picoreport1.PDF', 'http://58.215.212.230:8005/oss/physical/NASA/Custom Antifuse Programmable Substrate/picoreport1.PDF', 'admin', '2024-11-05 11:17:34', null, null); INSERT INTO `oss_file` VALUES ('127d3484b1942603f1f8f797cc44e6aa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7202RE/data.csv', 'admin', '2024-11-05 10:42:55', null, null); INSERT INTO `oss_file` VALUES ('128d0273fc536f0891a1684d14c8d184', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7809/nsrec06_W4.pdf', 'admin', '2024-11-05 10:43:43', null, null); INSERT INTO `oss_file` VALUES ('12920f2668a755a126ff635c917beebe', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SG1524B/data.csv', 'admin', '2024-11-05 12:49:53', null, null); INSERT INTO `oss_file` VALUES ('12a7274ff500eec3cffd1cf6216dd9a7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M470T6464QZ3-CE6 (K4T1G084QF-BCE7DDR2)/data.csv', 'admin', '2024-11-05 11:58:09', null, null); INSERT INTO `oss_file` VALUES ('12c880f7d78b07b59d7f81e07988d85f', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 10:24:51', null, null); INSERT INTO `oss_file` VALUES ('12cc22e83c2b8e0c1d7bb0034655cea7', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4C-ES/nsrec06_W4.pdf', 'admin', '2024-11-05 13:01:04', null, null); INSERT INTO `oss_file` VALUES ('12da0fa0d1db055ef1f1d53e26f06824', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MB85R256/data.csv', 'admin', '2024-11-05 12:02:12', null, null); INSERT INTO `oss_file` VALUES ('12e058627643fd351123eeaf0335fef1', '120392.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/REC/120392.pdf', 'admin', '2024-11-05 11:33:17', null, null); INSERT INTO `oss_file` VALUES ('12ec9aa8cf46166a76c2c014e5fbc827', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP3470 Voltage Supervisor/NSREC02_W16.pdf', 'admin', '2024-11-05 11:51:37', null, null); INSERT INTO `oss_file` VALUES ('12fb6f7fe5a2a1ebc484d5a192643859', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD623/NSREC03_W10.pdf', 'admin', '2024-11-05 10:54:15', null, null); INSERT INTO `oss_file` VALUES ('13025cc235076629264ec690c9c53c1b', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX2000S/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:44:36', null, null); INSERT INTO `oss_file` VALUES ('13116ac88a58e9ceba4e086417fe7080', 'PPM-91-759.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N3868/PPM-91-759.pdf', 'admin', '2024-11-05 11:39:06', null, null); INSERT INTO `oss_file` VALUES ('13219efc263cd1c19650e41369a49956', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SN74LVT244B/data.csv', 'admin', '2024-11-05 12:53:44', null, null); INSERT INTO `oss_file` VALUES ('1323d91fd209ed2e8300dbdf7d42f4bc', 'PPM-95-156.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TLE2142/PPM-95-156.pdf', 'admin', '2024-11-05 13:04:24', null, null); INSERT INTO `oss_file` VALUES ('13340237cf344bb375ac7eb605a009a2', '336.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHF43BK-01V - DC1407A/336.pdf', 'admin', '2024-10-24 12:15:46', null, null); INSERT INTO `oss_file` VALUES ('13498c5e05d8cd8e138a1eec4af4ae7d', 'PPM-97-004.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC87/PPM-97-004.pdf', 'admin', '2024-11-05 11:18:34', null, null); INSERT INTO `oss_file` VALUES ('134b896bf047cbfe43d9bd591f80af99', 'nsrec2012_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2857/nsrec2012_W6_TID.pdf', 'admin', '2024-11-05 10:26:33', null, null); INSERT INTO `oss_file` VALUES ('13640cbc9c672433c2275c74b99f8e19', 'PPM-98-001.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD976/PPM-98-001.pdf', 'admin', '2024-11-05 11:01:23', null, null); INSERT INTO `oss_file` VALUES ('1366d78c8418bf6e923850f387fc8175', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/407/NSREC02_W5.pdf', 'admin', '2024-11-05 10:31:40', null, null); INSERT INTO `oss_file` VALUES ('1372cb4115ca603df9373da092fb9baa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SQJ431EP-TI-GE3/data.csv', 'admin', '2024-11-05 12:55:06', null, null); INSERT INTO `oss_file` VALUES ('13800ecb1e02d9dcb50f49acc7c1a0c5', 'PPM-92-110.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/11108/PPM-92-110.pdf', 'admin', '2024-11-05 11:38:47', null, null); INSERT INTO `oss_file` VALUES ('13948db0caa7b14adb3a52ec9e6439ae', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N5154/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 14:31:33', null, null); INSERT INTO `oss_file` VALUES ('13a3d2adc9b6583c58423c3557854e45', 'PPM-91-587.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2299000-1,-2/PPM-91-587.pdf', 'admin', '2024-11-05 10:21:54', null, null); INSERT INTO `oss_file` VALUES ('13a7ee59e4a03c21b4cf5ffc6f82da39', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC138DMQB DEMUX/data.csv', 'admin', '2024-11-05 10:34:50', null, null); INSERT INTO `oss_file` VALUES ('13ac83d269a38910e01f00636cda9eb6', '117.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SOC2907A/117.pdf', 'admin', '2024-10-24 11:50:17', null, null); INSERT INTO `oss_file` VALUES ('13b9816c035a65de2704c1d9a600549a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/3C91/data.csv', 'admin', '2024-11-05 10:31:37', null, null); INSERT INTO `oss_file` VALUES ('13ba99070435eec052bfece6632cdace', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4427/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:12:24', null, null); INSERT INTO `oss_file` VALUES ('13be82e21434590183690e4aae050b6e', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1013MH/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 12:38:54', null, null); INSERT INTO `oss_file` VALUES ('1405202e6c54dfdc21e58fe8252cfbfa', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHF43B/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 12:40:56', null, null); INSERT INTO `oss_file` VALUES ('1407997fc9bdf94b9d8d820e01ba10ea', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL7770-5/nsrec00_W21.pdf', 'admin', '2024-11-05 13:04:17', null, null); INSERT INTO `oss_file` VALUES ('1409c1b94f9c9de1be1d05f80989f256', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADC1175/data.csv', 'admin', '2024-11-05 11:01:40', null, null); INSERT INTO `oss_file` VALUES ('141173705c207862734bc6c9dea2c13d', 'PPM-92-305.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM723/PPM-92-305.pdf', 'admin', '2024-11-05 11:50:03', null, null); INSERT INTO `oss_file` VALUES ('141f3eaef91b000f981802f3a5bc45f8', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Radeon e9173 (Polaris)/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:45:24', null, null); INSERT INTO `oss_file` VALUES ('142958eb39901d8a3ca0bd72a193dcec', 'PPM-95-127.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815S/PPM-95-127.pdf', 'admin', '2024-11-05 12:10:22', null, null); INSERT INTO `oss_file` VALUES ('144bac44cdd6d74eb1ace63f692adb6c', 'PPM-91-478.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA1-5134/PPM-91-478.pdf', 'admin', '2024-11-05 11:25:56', null, null); INSERT INTO `oss_file` VALUES ('144e5e75a10532044d0814df213a4201', 'NEPP-TR-2016-Chen-16-023-AD9257-LBNL2016July-2016Aug-v2-TN44751.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD9257/NEPP-TR-2016-Chen-16-023-AD9257-LBNL2016July-2016Aug-v2-TN44751.pdf', 'admin', '2024-11-05 11:00:33', null, null); INSERT INTO `oss_file` VALUES ('1450ad1cf00d55e20bc2d7f0b1f07738', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N134/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:48', null, null); INSERT INTO `oss_file` VALUES ('147205be4afb00bb245523224d370287', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRLML2803/NSREC02_W16.pdf', 'admin', '2024-11-05 11:35:27', null, null); INSERT INTO `oss_file` VALUES ('1479b0bc5ec28d508d825ea092cf0234', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N2484/data.csv', 'admin', '2024-11-05 10:26:18', null, null); INSERT INTO `oss_file` VALUES ('147ced7475c3081f8835a8ac0cf8fd0e', '344.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL1431ACZT - GE337030/344.pdf', 'admin', '2024-10-24 12:16:38', null, null); INSERT INTO `oss_file` VALUES ('1491d6c94bc8ba6342a4039ded2627dc', 'PPM-98-015.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CMP01/PPM-98-015.pdf', 'admin', '2024-11-05 11:15:05', null, null); INSERT INTO `oss_file` VALUES ('14959cf4227564ad1f347c4b2917c4ca', 'B112198d.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2815SF/B112198d.pdf', 'admin', '2024-11-05 12:22:58', null, null); INSERT INTO `oss_file` VALUES ('14a08c037a71500a29b5a6039a585f8f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:55', null, null); INSERT INTO `oss_file` VALUES ('14bd508ea64b679e2ff693f574610bbc', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 12:21:11', null, null); INSERT INTO `oss_file` VALUES ('14c708603eaa5171920eb0f3fb1e79ab', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913KP332/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 12:41:43', null, null); INSERT INTO `oss_file` VALUES ('14cc99f40512b1220a065145375a48ec', '144.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/Micropac 66193-002, Isolink OLH7000.001, Avago HCPL5431/144.pdf', 'admin', '2024-10-24 11:52:51', null, null); INSERT INTO `oss_file` VALUES ('14d823f9a7bb1219a5389b228a0a9ac4', 'PPM-91-003.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS2-3530RH-Q/PPM-91-003.pdf', 'admin', '2024-11-05 11:31:05', null, null); INSERT INTO `oss_file` VALUES ('14dd4a43dae38fa9471e9a97940fa679', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR4045/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:05:29', null, null); INSERT INTO `oss_file` VALUES ('14e37ebc4eaa7baee903e7d159003e3a', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84-A75/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:11:35', null, null); INSERT INTO `oss_file` VALUES ('14fb8aa74f77daf79995fafade54a507', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NDS352A/data.csv', 'admin', '2024-11-05 12:26:03', null, null); INSERT INTO `oss_file` VALUES ('15190ffdc69f653c3564f1811e4e72f4', 'b050494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7201T/b050494.pdf', 'admin', '2024-11-05 10:42:51', null, null); INSERT INTO `oss_file` VALUES ('153199132c3d304502039bc095771dbb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MG80486DX-33/data.csv', 'admin', '2024-11-05 12:10:45', null, null); INSERT INTO `oss_file` VALUES ('15353275e2c2f41734e57a8e416cdeca', '332.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F4G08ABADAWP/332.pdf', 'admin', '2024-10-24 12:15:17', null, null); INSERT INTO `oss_file` VALUES ('15466551ae42f5bb14b1cccacf2abcd6', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1021-5/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:37', null, null); INSERT INTO `oss_file` VALUES ('1569959b9794fb23a74adc816ab16b2e', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F2G08B/nsrec06_W4.pdf', 'admin', '2024-11-05 12:20:22', null, null); INSERT INTO `oss_file` VALUES ('157dd2b682286868b17257332711ed9d', 'NEPP-CP-2017-Casey-NSREC-Poster-Pres-Schottky-Diodes-TN44380.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANS1N6843CCU3/NEPP-CP-2017-Casey-NSREC-Poster-Pres-Schottky-Diodes-TN44380.pdf', 'admin', '2024-11-05 11:37:19', null, null); INSERT INTO `oss_file` VALUES ('157e9b3e42de14055fdd2958fa6fbc12', 'G04MAY_MAX529_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX529/G04MAY_MAX529_TID.pdf', 'admin', '2024-11-05 12:00:42', null, null); INSERT INTO `oss_file` VALUES ('158120363503dbdfc1e6f5229b17ed91', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FC1553921/data.csv', 'admin', '2024-11-05 11:22:40', null, null); INSERT INTO `oss_file` VALUES ('15848b3e842962674e2fb8c5a8eb49c0', '148.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F4G08ABADAWP/148.pdf', 'admin', '2024-10-24 11:53:18', null, null); INSERT INTO `oss_file` VALUES ('1594be876bdd5d5e525f85b8ae26aa53', 'PPM-91-136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC08/PPM-91-136.pdf', 'admin', '2024-11-05 10:34:42', null, null); INSERT INTO `oss_file` VALUES ('1595c6733e52d3199d7b0e633035df26', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATF22V10/NSREC02_W16.pdf', 'admin', '2024-11-05 11:08:21', null, null); INSERT INTO `oss_file` VALUES ('15b3f2206b99575d287a0ef7be5df20a', 'G07JAN_Samsung_Micron_Hynix.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/G07JAN_Samsung_Micron_Hynix.pdf', 'admin', '2024-11-05 12:21:11', null, null); INSERT INTO `oss_file` VALUES ('15c05a16233aa1162659eda8bddcd9ec', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F16G08ABABA/data.csv', 'admin', '2024-10-24 11:48:53', null, null); INSERT INTO `oss_file` VALUES ('15c4c33b7275f017b7e913ffb01623ea', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5978RH/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:19:17', null, null); INSERT INTO `oss_file` VALUES ('15cac32b66d20c31b78e1260da0bdb86', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/EZ-USB FX2/data.csv', 'admin', '2024-11-05 11:22:11', null, null); INSERT INTO `oss_file` VALUES ('15ccdacbae3595d73b82eef2cd5dc56a', 'PPM-95-107.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RP7820/PPM-95-107.pdf', 'admin', '2024-11-05 12:42:50', null, null); INSERT INTO `oss_file` VALUES ('15df28d936aaec521758cb7685a417d1', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/nsrec06_W2.pdf', 'admin', '2024-11-05 10:24:51', null, null); INSERT INTO `oss_file` VALUES ('15ea87cc997f9274cbab3c68d57e9857', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54LVC14/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:38:37', null, null); INSERT INTO `oss_file` VALUES ('15f0af4b29203f97afeed40c9032ea82', 'PPM-99-039.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7885/PPM-99-039.pdf', 'admin', '2024-11-05 10:58:26', null, null); INSERT INTO `oss_file` VALUES ('15fa3fa564bc904b94281f8f72baaac3', 'PPM-92-177.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54HC4075J/PPM-92-177.pdf', 'admin', '2024-11-05 12:53:57', null, null); INSERT INTO `oss_file` VALUES ('15fac6c3b23fae582be8ce0018f9a0f3', 'D5-02 - TN5.2 - TID 2N7370 - NEO-14-086_Report_15-2017_rev1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N7370/D5-02 - TN5.2 - TID 2N7370 - NEO-14-086_Report_15-2017_rev1.pdf', 'admin', '2024-10-24 12:03:07', null, null); INSERT INTO `oss_file` VALUES ('1603422ed6cf7789966a5394f0b17726', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM10/data.csv', 'admin', '2024-11-05 11:43:14', null, null); INSERT INTO `oss_file` VALUES ('160503b5e065f65302181b84ba0ddda3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/P80C3224/data.csv', 'admin', '2024-11-05 12:33:24', null, null); INSERT INTO `oss_file` VALUES ('1605bdc78c954c480ab117688e983e05', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT63M147-BPC/Random97a.pdf', 'admin', '2024-11-05 13:09:47', null, null); INSERT INTO `oss_file` VALUES ('1608ed8230831ef580dd8edd59331db1', 'no_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Cobra/no_report.pdf', 'admin', '2024-11-05 11:17:29', null, null); INSERT INTO `oss_file` VALUES ('1616e4951a1c4af246cca89636bf592f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HFE4811/data.csv', 'admin', '2024-11-05 11:28:25', null, null); INSERT INTO `oss_file` VALUES ('161d55754b956e33d96c4f39c7b221e5', 'G05NOV_SG1644_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1644/G05NOV_SG1644_TID.pdf', 'admin', '2024-11-05 12:50:17', null, null); INSERT INTO `oss_file` VALUES ('16388b3c9e6297684960696ce1ee7409', 'PPM-97-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SD500A/PPM-97-045.pdf', 'admin', '2024-11-05 12:48:23', null, null); INSERT INTO `oss_file` VALUES ('163c13e4585c2304e3387eb1262a1720', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DSS17-06/data.csv', 'admin', '2024-11-05 11:20:53', null, null); INSERT INTO `oss_file` VALUES ('16476b307576f6fadd525eb9f503abe2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP484FSZ/data.csv', 'admin', '2024-11-05 12:31:45', null, null); INSERT INTO `oss_file` VALUES ('166059795e43ac17dcbe03b772d96562', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown 65nm Processor/data.csv', 'admin', '2024-11-05 13:10:33', null, null); INSERT INTO `oss_file` VALUES ('1678fa4241cf34354254629e3dd3f15e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD8229/data.csv', 'admin', '2024-11-05 10:59:46', null, null); INSERT INTO `oss_file` VALUES ('167f8f9473e3c86c9193a6ab4d2f0745', 'D020102_MTX8501_MRX8501.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTX8501/D020102_MTX8501_MRX8501.pdf', 'admin', '2024-11-05 12:23:20', null, null); INSERT INTO `oss_file` VALUES ('168408e0ad92a12fa1151b48bc52e5a1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5AM STC test sample/data.csv', 'admin', '2024-11-05 10:39:21', null, null); INSERT INTO `oss_file` VALUES ('168c5cea2e7efe1991ee1a9c7fbe11a8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MFA-1/data.csv', 'admin', '2024-10-24 11:53:40', null, null); INSERT INTO `oss_file` VALUES ('1691e6ee2267ae11161651c678202fdc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AM26LV31EIDR, Texas Instruments - AM26LV32EIDR, Texas Instruments - FM22L16-55-TG, Cypress Semiconductor/data.csv', 'admin', '2024-10-24 11:54:49', null, null); INSERT INTO `oss_file` VALUES ('1697b41ff4594b99691b9ff22f7cc224', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MT41K512M8RH - DC1502/data.csv', 'admin', '2024-10-24 12:12:06', null, null); INSERT INTO `oss_file` VALUES ('169a14ddb55cd6408884fd641c24d821', 'PPM-95-185.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08/PPM-95-185.pdf', 'admin', '2024-11-05 11:17:58', null, null); INSERT INTO `oss_file` VALUES ('169c511df5b7602e36ef7cf4834f3b0b', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66088/NSREC98.pdf', 'admin', '2024-11-05 10:40:54', null, null); INSERT INTO `oss_file` VALUES ('16b768560da7fa2c1196b6cd78886ff8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FS-SC-7324/data.csv', 'admin', '2024-11-05 11:23:12', null, null); INSERT INTO `oss_file` VALUES ('16b799686bb3f448ade9e56f4682e579', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SN54LVTH16244A/data.csv', 'admin', '2024-11-05 12:53:15', null, null); INSERT INTO `oss_file` VALUES ('16c68b35393d75ccbd2460fb7fe2f899', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SCF9550/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:48:13', null, null); INSERT INTO `oss_file` VALUES ('16e3dc4b837998543a2b53bd70070eee', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2815D/NSREC99.pdf', 'admin', '2024-11-05 12:11:48', null, null); INSERT INTO `oss_file` VALUES ('16e951994bcd7836d3b3ba0d257d431a', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Si Nano-Crystal Test Chip/nsrec05_W5.pdf', 'admin', '2024-11-05 12:58:57', null, null); INSERT INTO `oss_file` VALUES ('1711f0c7148ebe810ed0e692a277c87a', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/8116400-60PJ/DRAM296.pdf', 'admin', '2024-11-05 10:45:07', null, null); INSERT INTO `oss_file` VALUES ('171e72786c66c8ad9646a66c99d97a18', 'G05JAN_HN58C1001T15_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HN58C1001T15/G05JAN_HN58C1001T15_TID.pdf', 'admin', '2024-11-05 11:30:28', null, null); INSERT INTO `oss_file` VALUES ('17284c0de0dc42c451781d9edc0e561d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N5116/data.csv', 'admin', '2024-11-05 10:29:17', null, null); INSERT INTO `oss_file` VALUES ('1728ed4cd0b6448eda5aadbe01f04202', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG412/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:08', null, null); INSERT INTO `oss_file` VALUES ('172c3359e661c20a16cee37105d5f9c5', '366.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHFPM4424/366.pdf', 'admin', '2024-10-24 12:18:40', null, null); INSERT INTO `oss_file` VALUES ('1739471555639607297', 'LOGO-mini.png', 'http://minio.jeecg.com/jeecgtest/LOGO-mini_1703557309951.png', 'jeecg', '2023-12-26 10:21:51', null, null); INSERT INTO `oss_file` VALUES ('1739471895508254721', '儿童身高.png', 'http://minio.jeecg.com/jeecgtest/儿童身高_1703557391840.png', 'jeecg', '2023-12-26 10:23:12', null, null); INSERT INTO `oss_file` VALUES ('1739472521256468482', '大屏.png', 'https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/大屏_1703557541165.png', 'jeecg', '2023-12-26 10:25:42', null, null); INSERT INTO `oss_file` VALUES ('1739472619130552321', '大屏11.png', 'https://jeecgdev.oss-cn-beijing.aliyuncs.com/upload/test/大屏11_1703557564068.png', 'jeecg', '2023-12-26 10:26:05', null, null); INSERT INTO `oss_file` VALUES ('173dc41f6386482e176537d2012674af', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AMP01A/NSREC99.pdf', 'admin', '2024-11-05 11:06:10', null, null); INSERT INTO `oss_file` VALUES ('175787505c46884f67939c287cd90f95', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC138DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:15', null, null); INSERT INTO `oss_file` VALUES ('1758ea04fe7f15edfa7303648cc4f398', 'D04NOV_C2LED.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Custom TCM405 GaN UV/D04NOV_C2LED.pdf', 'admin', '2024-11-05 11:17:43', null, null); INSERT INTO `oss_file` VALUES ('176b363e3adb6b4f12eabb16c1e24356', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BAS29,215/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:10:00', null, null); INSERT INTO `oss_file` VALUES ('176d93647f1f1e531dbcd4d8f8bb6399', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCS4538KMSR/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:03', null, null); INSERT INTO `oss_file` VALUES ('1780b95b2536d976c03c0dfa1c3efe90', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown 45nm Processor/data.csv', 'admin', '2024-11-05 13:10:30', null, null); INSERT INTO `oss_file` VALUES ('1786a2ff5df19863eb2ce05bc9da4145', 'T081307_AFL2828.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AFL2828/T081307_AFL2828.pdf', 'admin', '2024-11-05 11:05:15', null, null); INSERT INTO `oss_file` VALUES ('179684e1e820305952f3e4e941db1d31', 'nsrec93a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/22V10/nsrec93a.pdf', 'admin', '2024-11-05 10:22:42', null, null); INSERT INTO `oss_file` VALUES ('17a3f85520662ef3609898d001ab4081', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2080CT/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:04:18', null, null); INSERT INTO `oss_file` VALUES ('17ac45faa4febb20c0bf1cf6f42f08c3', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/E28F016SB/random6a.pdf', 'admin', '2024-11-05 11:21:32', null, null); INSERT INTO `oss_file` VALUES ('17ae69c06ba2101ebd4ef276a9a81e1c', 'T030210_T110910_SMFLHP2815S.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMFLHP2815S/T030210_T110910_SMFLHP2815S.pdf', 'admin', '2024-11-05 12:51:40', null, null); INSERT INTO `oss_file` VALUES ('17b38a8552899f7207ba8ef306a50eda', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MCM516400J60/data.csv', 'admin', '2024-11-05 12:08:51', null, null); INSERT INTO `oss_file` VALUES ('17b9394c9b39e128de5e61b6a06716e8', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMC6484/NSREC03_W10.pdf', 'admin', '2024-11-05 11:50:20', null, null); INSERT INTO `oss_file` VALUES ('17babbe2f49dc0575e6a21762a6b9adc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TPS3820-33DBV/data.csv', 'admin', '2024-10-24 12:22:55', null, null); INSERT INTO `oss_file` VALUES ('17bf77d9d871d7f1ce2fbb1e151580c2', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMHF2812/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 12:52:03', null, null); INSERT INTO `oss_file` VALUES ('17cea76a40f87b6429439f14307a5d23', '167.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66179-002/167.pdf', 'admin', '2024-10-24 11:55:30', null, null); INSERT INTO `oss_file` VALUES ('17db4f23a1f30aaaead35d484c8a49fd', 'NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/61055-305/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'admin', '2024-11-05 10:39:58', null, null); INSERT INTO `oss_file` VALUES ('17ec5aa0c6631f9730f5ef4ac5bed114', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RI7113/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 12:41:55', null, null); INSERT INTO `oss_file` VALUES ('17ee8987fa5ae4ec5e3961773e46dfcb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK106/data.csv', 'admin', '2024-11-05 12:14:29', null, null); INSERT INTO `oss_file` VALUES ('17fd4b4587480163d0f93575b81daa0e', 'PPM-99-011.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD780/PPM-99-011.pdf', 'admin', '2024-11-05 10:57:32', null, null); INSERT INTO `oss_file` VALUES ('181019430b1563d0e73d4c34f45e0b6e', 'LBNL060910_T110910_SLH2812D.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SLH2812D/LBNL060910_T110910_SLH2812D.pdf', 'admin', '2024-11-05 12:51:17', null, null); INSERT INTO `oss_file` VALUES ('181ac19b861ea3f661d9d6fd33ead40f', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:44:13', null, null); INSERT INTO `oss_file` VALUES ('1830899745850257410', 'QSpacePro4.3.2.zip', 'http://127.0.0.1:9000/physical/QSpacePro4.3.2_1725355489974.zip', 'admin', '2024-09-03 17:24:51', null, null); INSERT INTO `oss_file` VALUES ('1833bc04fe2b8f6074281ad3480e7739', 'PPM-97-040.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N6849/PPM-97-040.pdf', 'admin', '2024-11-05 10:30:41', null, null); INSERT INTO `oss_file` VALUES ('183ca1fd6472e382d3da703286915f10', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CMA-401A/data.csv', 'admin', '2024-11-05 11:14:40', null, null); INSERT INTO `oss_file` VALUES ('18423d774fe76571925bcb5faf9cf942', 'L6982 SEE Test Report.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/L6982/L6982 SEE Test Report.pdf', 'admin', '2024-10-24 12:21:23', null, null); INSERT INTO `oss_file` VALUES ('1844a9f28928fefbb835f53d4a3db6a0', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT 1553B RTI/NSREC98.pdf', 'admin', '2024-11-05 13:08:59', null, null); INSERT INTO `oss_file` VALUES ('1848207147523919873', 'PRD160-VodaPayVirtualCard (1)(1).doc', 'http://58.215.212.230:8005/oss/physical/PRD160-VodaPayVirtualCard(1)(1)_1729481896168.doc', null, '2024-10-21 11:38:17', null, null); INSERT INTO `oss_file` VALUES ('1848992625901281282', 'Laysan.png', 'http://58.215.212.230:8005/oss/physical/Laysan_1729669169256.png', null, '2024-10-23 15:39:29', null, null); INSERT INTO `oss_file` VALUES ('1849337685905870850', '服务卡产品数据导出-20241011174359.xlsx', 'http://58.215.212.230:8005/oss/physical/temp/服务卡产品数据导出-20241011174359_1729751437979.xlsx', null, '2024-10-24 14:30:38', null, null); INSERT INTO `oss_file` VALUES ('1849409660791660546', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729768598108.png', null, '2024-10-24 19:16:38', null, null); INSERT INTO `oss_file` VALUES ('1849409922600116225', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729768660548.png', null, '2024-10-24 19:17:41', null, null); INSERT INTO `oss_file` VALUES ('1849411143855611905', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729768951721.png', null, '2024-10-24 19:22:32', null, null); INSERT INTO `oss_file` VALUES ('1849448636063784962', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729777890562.png', null, '2024-10-24 21:51:31', null, null); INSERT INTO `oss_file` VALUES ('1849448925902774273', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729777959609.png', null, '2024-10-24 21:52:40', null, null); INSERT INTO `oss_file` VALUES ('1849632216417148929', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729821659505.png', null, '2024-10-25 10:01:00', null, null); INSERT INTO `oss_file` VALUES ('1849632235601895425', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729821664096.png', null, '2024-10-25 10:01:04', null, null); INSERT INTO `oss_file` VALUES ('1849643788657074178', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729824418566.png', null, '2024-10-25 10:46:59', null, null); INSERT INTO `oss_file` VALUES ('1849643815223795713', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729824424894.png', null, '2024-10-25 10:47:05', null, null); INSERT INTO `oss_file` VALUES ('1849709219916914690', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729840018564.png', null, '2024-10-25 15:06:59', null, null); INSERT INTO `oss_file` VALUES ('1849709285385805826', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729840034199.png', null, '2024-10-25 15:07:14', null, null); INSERT INTO `oss_file` VALUES ('1849709826765594626', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729840163261.png', null, '2024-10-25 15:09:23', null, null); INSERT INTO `oss_file` VALUES ('1849709844033544194', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729840167392.png', null, '2024-10-25 15:09:27', null, null); INSERT INTO `oss_file` VALUES ('1849726268865093633', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729844083375.png', null, '2024-10-25 16:14:43', null, null); INSERT INTO `oss_file` VALUES ('1850132195351044098', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729940863790.png', null, '2024-10-26 19:07:44', null, null); INSERT INTO `oss_file` VALUES ('1850132213873090562', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729940868197.png', null, '2024-10-26 19:07:48', null, null); INSERT INTO `oss_file` VALUES ('1850146333867483137', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729944234667.png', null, '2024-10-26 20:03:55', null, null); INSERT INTO `oss_file` VALUES ('1850163119077826562', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729948236577.png', null, '2024-10-26 21:10:37', null, null); INSERT INTO `oss_file` VALUES ('1850170132495179777', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729949908711.png', null, '2024-10-26 21:38:29', null, null); INSERT INTO `oss_file` VALUES ('1850171102201487362', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729950139904.png', null, '2024-10-26 21:42:20', null, null); INSERT INTO `oss_file` VALUES ('1850172301151674370', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729950425767.png', null, '2024-10-26 21:47:06', null, null); INSERT INTO `oss_file` VALUES ('1850175667600728066', 'WX20241012-003031@2x.png', 'http://58.215.212.230:8005/oss/physical/temp/WX20241012-0030312x_1729951228385.png', null, '2024-10-26 22:00:28', null, null); INSERT INTO `oss_file` VALUES ('1850176254182531073', 'WX20241012-003031@2x.png', 'http://58.215.212.230:8005/oss/physical/temp/WX20241012-0030312x_1729951368233.png', null, '2024-10-26 22:02:48', null, null); INSERT INTO `oss_file` VALUES ('1850176497779318786', '新建文本文档 (2).txt', 'http://58.215.212.230:8005/oss/physical/temp/新建文本文档(2)_1729951426306.txt', null, '2024-10-26 22:03:46', null, null); INSERT INTO `oss_file` VALUES ('1850176512807510018', 'WX20241012-003031@2x.png', 'http://58.215.212.230:8005/oss/physical/temp/WX20241012-0030312x_1729951429889.png', null, '2024-10-26 22:03:50', null, null); INSERT INTO `oss_file` VALUES ('1850176593891794946', 'WX20241012-003031@2x.png', 'http://58.215.212.230:8005/oss/physical/temp/WX20241012-0030312x_1729951449224.png', null, '2024-10-26 22:04:09', null, null); INSERT INTO `oss_file` VALUES ('1850176899010633729', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729951521967.png', null, '2024-10-26 22:05:22', null, null); INSERT INTO `oss_file` VALUES ('1850176956405489666', 'WX20241012-003031@2x.png', 'http://58.215.212.230:8005/oss/physical/temp/WX20241012-0030312x_1729951535659.png', null, '2024-10-26 22:05:36', null, null); INSERT INTO `oss_file` VALUES ('1850177136760561665', 'WX20241012-003031@2x.png', 'http://58.215.212.230:8005/oss/physical/temp/WX20241012-0030312x_1729951578661.png', null, '2024-10-26 22:06:19', null, null); INSERT INTO `oss_file` VALUES ('1850177221913321473', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729951598957.png', null, '2024-10-26 22:06:39', null, null); INSERT INTO `oss_file` VALUES ('1850177451425636354', '新建文本文档 (2).txt', 'http://58.215.212.230:8005/oss/physical/temp/新建文本文档(2)_1729951653662.txt', null, '2024-10-26 22:07:34', null, null); INSERT INTO `oss_file` VALUES ('1850182078720221185', 'import-mobile.xlsx', 'http://58.215.212.230:8005/oss/physical/temp/import-mobile_1729952756824.xlsx', null, '2024-10-26 22:25:57', null, null); INSERT INTO `oss_file` VALUES ('1850182331959713793', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1729952817269.png', null, '2024-10-26 22:26:57', null, null); INSERT INTO `oss_file` VALUES ('1850202925019275266', 'import-mobile.xlsx', 'http://58.215.212.230:8005/oss/physical/temp/import-mobile_1729957727008.xlsx', null, '2024-10-26 23:48:47', null, null); INSERT INTO `oss_file` VALUES ('1850204660773265410', 'import-mobile.xlsx', 'http://58.215.212.230:8005/oss/physical/temp/import-mobile_1729958140854.xlsx', null, '2024-10-26 23:55:41', null, null); INSERT INTO `oss_file` VALUES ('1850206756025245697', 'import-mobile.xlsx', 'http://58.215.212.230:8005/oss/physical/temp/import-mobile_1729958640383.xlsx', null, '2024-10-27 00:04:00', null, null); INSERT INTO `oss_file` VALUES ('1850207677706772481', 'import-mobile.xlsx', 'http://58.215.212.230:8005/oss/physical/temp/import-mobile_1729958860144.xlsx', null, '2024-10-27 00:07:40', null, null); INSERT INTO `oss_file` VALUES ('1850208114778415106', 'import-mobile.xlsx', 'http://58.215.212.230:8005/oss/physical/temp/import-mobile_1729958964355.xlsx', null, '2024-10-27 00:09:24', null, null); INSERT INTO `oss_file` VALUES ('1850208601200238594', 'import-mobile.xlsx', 'http://58.215.212.230:8005/oss/physical/temp/import-mobile_1729959080315.xlsx', null, '2024-10-27 00:11:20', null, null); INSERT INTO `oss_file` VALUES ('1850430350768578561', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1730011949585.png', null, '2024-10-27 14:52:30', null, null); INSERT INTO `oss_file` VALUES ('1850430368988635138', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1730011953915.png', null, '2024-10-27 14:52:34', null, null); INSERT INTO `oss_file` VALUES ('1850467004640239618', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1730020688543.png', null, '2024-10-27 17:18:09', null, null); INSERT INTO `oss_file` VALUES ('185116fc1609a76fd13cdce418f7fbb5', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP727/NSREC03_W10.pdf', 'admin', '2024-11-05 12:32:06', null, null); INSERT INTO `oss_file` VALUES ('1856638957479092226', 'import-mobile.xlsx', 'http://58.215.212.230:8005/oss/physical/temp/import-mobile_1731492196723.xlsx', null, '2024-11-13 18:03:17', null, null); INSERT INTO `oss_file` VALUES ('1856640044844015617', 'import-mobile.xlsx', 'http://58.215.212.230:8005/oss/physical/temp/import-mobile_1731492455978.xlsx', null, '2024-11-13 18:07:36', null, null); INSERT INTO `oss_file` VALUES ('1856879970466488321', 'import-mobile.xlsx', 'http://58.215.212.230:8005/oss/physical/temp/import-mobile_1731549658701.xlsx', null, '2024-11-14 10:00:59', null, null); INSERT INTO `oss_file` VALUES ('1856902837962891265', 'import-mobile.xlsx', 'http://58.215.212.230:8005/oss/physical/temp/import-mobile_1731555110747.xlsx', null, '2024-11-14 11:31:51', null, null); INSERT INTO `oss_file` VALUES ('1856903467028799490', 'WX20241012-003031@2x.png', 'http://58.215.212.230:8005/oss/physical/jeditor/WX20241012-0030312x_1731555260762.png', null, '2024-11-14 11:34:21', null, null); INSERT INTO `oss_file` VALUES ('1857624075991605249', '2.jpg', 'http://58.215.212.230:8005/oss/physical/jeditor/2_1731727067099.jpg', null, '2024-11-16 11:17:47', null, null); INSERT INTO `oss_file` VALUES ('1857749127588306946', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1731756881959.png', null, '2024-11-16 19:34:42', null, null); INSERT INTO `oss_file` VALUES ('1858067950031953922', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1731832895111.png', null, '2024-11-17 16:41:35', null, null); INSERT INTO `oss_file` VALUES ('1858334771708518401', '副本理化所改造需求描述.pdf', 'http://58.215.212.230:8005/oss/physical/temp/副本理化所改造需求描述_1731896510305.pdf', null, '2024-11-18 10:21:50', null, null); INSERT INTO `oss_file` VALUES ('1858343168864509953', '副本理化所改造需求描述.pdf', 'http://58.215.212.230:8005/oss/physical/temp/副本理化所改造需求描述_1731898512403.pdf', null, '2024-11-18 10:55:12', null, null); INSERT INTO `oss_file` VALUES ('1858467489490493441', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/jeditor/1728699098531_1731928152775.png', null, '2024-11-18 19:09:13', null, null); INSERT INTO `oss_file` VALUES ('1858df568df7347696ce0e7f937e4983', '092891.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFE4811/092891.pdf', 'admin', '2024-11-05 11:28:25', null, null); INSERT INTO `oss_file` VALUES ('1860920252326027266', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732512937010.png', null, '2024-11-25 13:35:37', null, null); INSERT INTO `oss_file` VALUES ('1860921112653275138', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732513142126.png', null, '2024-11-25 13:39:02', null, null); INSERT INTO `oss_file` VALUES ('1860921342111064066', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732513196839.png', null, '2024-11-25 13:39:57', null, null); INSERT INTO `oss_file` VALUES ('1860921897206226946', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732513329182.png', null, '2024-11-25 13:42:09', null, null); INSERT INTO `oss_file` VALUES ('1860922018711019522', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732513358153.png', null, '2024-11-25 13:42:38', null, null); INSERT INTO `oss_file` VALUES ('1860922551702200321', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732513485229.png', null, '2024-11-25 13:44:45', null, null); INSERT INTO `oss_file` VALUES ('1860922979483459586', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732513587223.png', null, '2024-11-25 13:46:27', null, null); INSERT INTO `oss_file` VALUES ('1860923231116533761', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732513647208.png', null, '2024-11-25 13:47:27', null, null); INSERT INTO `oss_file` VALUES ('1860923373567680514', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732513681179.png', null, '2024-11-25 13:48:01', null, null); INSERT INTO `oss_file` VALUES ('1860923454173814785', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732513700396.png', null, '2024-11-25 13:48:20', null, null); INSERT INTO `oss_file` VALUES ('1860923655710121985', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732513748442.png', null, '2024-11-25 13:49:08', null, null); INSERT INTO `oss_file` VALUES ('1860923789630054401', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732513780375.png', null, '2024-11-25 13:49:40', null, null); INSERT INTO `oss_file` VALUES ('1860926018948767745', 'data(1).csv', 'http://58.215.212.230:8005/oss/physical/temp/data(1)_1732514311902.csv', null, '2024-11-25 13:58:32', null, null); INSERT INTO `oss_file` VALUES ('1860926265083109377', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732514370571.png', null, '2024-11-25 13:59:31', null, null); INSERT INTO `oss_file` VALUES ('1860926399254700034', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732514402558.png', null, '2024-11-25 14:00:03', null, null); INSERT INTO `oss_file` VALUES ('1860926701789847554', '微信图片_20241031164503.png', 'http://58.215.212.230:8005/oss/physical/temp/微信图片_20241031164503_1732514474687.png', null, '2024-11-25 14:01:15', null, null); INSERT INTO `oss_file` VALUES ('1860939786562904066', '1728699098531.png', 'http://58.215.212.230:8005/oss/physical/temp/1728699098531_1732517594357.png', null, '2024-11-25 14:53:14', null, null); INSERT INTO `oss_file` VALUES ('1861223489256103937', 'data(1).csv', '/oss/physical/temp/data(1)_1732585234345.csv', null, '2024-11-26 09:40:34', null, null); INSERT INTO `oss_file` VALUES ('1861223575067369474', '微信图片_20241031164503.png', '/oss/physical/jeditor/微信图片_20241031164503_1732585254787.png', null, '2024-11-26 09:40:55', null, null); INSERT INTO `oss_file` VALUES ('1861223989804343298', '外网数据的抓取(2).docx', '/oss/physical/temp/外网数据的抓取(2)_1732585353663.docx', null, '2024-11-26 09:42:34', null, null); INSERT INTO `oss_file` VALUES ('1861226684434948098', '中国科学院新疆理化技术研究所测试用例 - 包含首页.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试用例-包含首页_1732585996133.xlsx', null, '2024-11-26 09:53:16', null, null); INSERT INTO `oss_file` VALUES ('1861226787669352450', '用户改造需求描述1.docx', '/oss/physical/temp/用户改造需求描述1_1732586020702.docx', null, '2024-11-26 09:53:41', null, null); INSERT INTO `oss_file` VALUES ('1861229199339626498', '新疆理化所辐射效应数据库(三期)开发计划_20241102.xlsx', '/oss/physical/temp/新疆理化所辐射效应数据库(三期)开发计划_20241102_1732586595728.xlsx', null, '2024-11-26 10:03:16', null, null); INSERT INTO `oss_file` VALUES ('1861229249591582721', '新疆理化所辐射效应数据库(三期)开发计划_20241102.xlsx', '/oss/physical/temp/新疆理化所辐射效应数据库(三期)开发计划_20241102_1732586607713.xlsx', null, '2024-11-26 10:03:28', null, null); INSERT INTO `oss_file` VALUES ('1861229268394647553', '用户改造需求描述1.docx', '/oss/physical/temp/用户改造需求描述1_1732586612156.docx', null, '2024-11-26 10:03:32', null, null); INSERT INTO `oss_file` VALUES ('1861229999168233473', '新疆理化所辐射效应数据库(三期)开发计划_20241102.xlsx', '/oss/physical/temp/新疆理化所辐射效应数据库(三期)开发计划_20241102_1732586786423.xlsx', null, '2024-11-26 10:06:26', null, null); INSERT INTO `oss_file` VALUES ('1861232134912024578', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1732587295622.docx', null, '2024-11-26 10:14:56', null, null); INSERT INTO `oss_file` VALUES ('1861232386176000002', '中国科学院新疆理化技术研究所测试用例.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试用例_1732587355536.xlsx', null, '2024-11-26 10:15:56', null, null); INSERT INTO `oss_file` VALUES ('1861246448259637250', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1732590708183.png', null, '2024-11-26 11:11:48', null, null); INSERT INTO `oss_file` VALUES ('1861275970438766593', '4_1729481014314.jpg', '/oss/physical/temp/4_1729481014314_1732597746822.jpg', null, '2024-11-26 13:09:07', null, null); INSERT INTO `oss_file` VALUES ('1861360225118400513', 'avator.jpg', '/oss/physical/temp/avator_1732617834655.jpg', null, '2024-11-26 18:43:55', null, null); INSERT INTO `oss_file` VALUES ('1861381024428666881', 'sketch.png', '/oss/physical/temp/sketch_1732622793653.png', null, '2024-11-26 20:06:34', null, null); INSERT INTO `oss_file` VALUES ('1861383161267171330', '649995.jpg', '/oss/physical/temp/649995_1732623303105.jpg', null, '2024-11-26 20:15:03', null, null); INSERT INTO `oss_file` VALUES ('1861577315163123714', '4_1729481014314.jpg', '/oss/physical/temp/4_1729481014314_1732669593001.jpg', null, '2024-11-27 09:06:33', null, null); INSERT INTO `oss_file` VALUES ('1861577381101776897', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732669608731.png', null, '2024-11-27 09:06:49', null, null); INSERT INTO `oss_file` VALUES ('1861579490211737602', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732670111584.png', null, '2024-11-27 09:15:12', null, null); INSERT INTO `oss_file` VALUES ('1861579509543284737', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1732670116175.png', null, '2024-11-27 09:15:16', null, null); INSERT INTO `oss_file` VALUES ('1861579604871426049', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732670138919.png', null, '2024-11-27 09:15:39', null, null); INSERT INTO `oss_file` VALUES ('1861579605370548226', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1732670139028.png', null, '2024-11-27 09:15:39', null, null); INSERT INTO `oss_file` VALUES ('1861580019973304321', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732670237894.png', null, '2024-11-27 09:17:18', null, null); INSERT INTO `oss_file` VALUES ('1861581166326919170', 'data(1).csv', '/oss/physical/temp/data(1)_1732670511204.csv', null, '2024-11-27 09:21:51', null, null); INSERT INTO `oss_file` VALUES ('1861581196169392129', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1732670518303.docx', null, '2024-11-27 09:21:58', null, null); INSERT INTO `oss_file` VALUES ('1861581451883524098', 'data(1).csv', '/oss/physical/temp/data(1)_1732670579290.csv', null, '2024-11-27 09:22:59', null, null); INSERT INTO `oss_file` VALUES ('1861581734457978881', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732670646657.png', null, '2024-11-27 09:24:07', null, null); INSERT INTO `oss_file` VALUES ('1861581941560127489', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1732670696024.png', null, '2024-11-27 09:24:56', null, null); INSERT INTO `oss_file` VALUES ('1861584318065356801', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732671262634.png', null, '2024-11-27 09:34:23', null, null); INSERT INTO `oss_file` VALUES ('1861584318346375169', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1732671262688.png', null, '2024-11-27 09:34:23', null, null); INSERT INTO `oss_file` VALUES ('1861590302280200194', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732672689384.png', null, '2024-11-27 09:58:09', null, null); INSERT INTO `oss_file` VALUES ('1861591013097287682', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732672858855.png', null, '2024-11-27 10:00:59', null, null); INSERT INTO `oss_file` VALUES ('1861591181137883137', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732672898921.png', null, '2024-11-27 10:01:39', null, null); INSERT INTO `oss_file` VALUES ('1861935072118640642', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732754888901.png', null, '2024-11-28 08:48:09', null, null); INSERT INTO `oss_file` VALUES ('1861935072261246977', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1732754888917.png', null, '2024-11-28 08:48:09', null, null); INSERT INTO `oss_file` VALUES ('1862477545238786049', 'import-mobile.xlsx', '/oss/physical/temp/import-mobile_1732884224530.xlsx', null, '2024-11-29 20:43:45', null, null); INSERT INTO `oss_file` VALUES ('1862494008884424706', '副本理化所改造需求描述.pdf', '/oss/physical/temp/副本理化所改造需求描述_1732888149816.pdf', null, '2024-11-29 21:49:10', null, null); INSERT INTO `oss_file` VALUES ('1862497595828039681', 'import-mobile.xlsx', '/oss/physical/temp/import-mobile_1732889004987.xlsx', null, '2024-11-29 22:03:25', null, null); INSERT INTO `oss_file` VALUES ('1862497699393794049', 'import-mobile.xlsx', '/oss/physical/temp/import-mobile_1732889029678.xlsx', null, '2024-11-29 22:03:50', null, null); INSERT INTO `oss_file` VALUES ('1862640366899523585', 'data(1).csv', '/oss/physical/temp/data(1)_1732923044303.csv', null, '2024-11-30 07:30:44', null, null); INSERT INTO `oss_file` VALUES ('1862640417180839937', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732923056281.png', null, '2024-11-30 07:30:56', null, null); INSERT INTO `oss_file` VALUES ('1862640461367832577', '外网数据的抓取(2).docx', '/oss/physical/temp/外网数据的抓取(2)_1732923066813.docx', null, '2024-11-30 07:31:07', null, null); INSERT INTO `oss_file` VALUES ('1862640566107992065', '中国科学院新疆理化技术研究所测试用例 - 包含首页&数据库管理.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试用例-包含首页数据库管理_1732923091790.xlsx', null, '2024-11-30 07:31:32', null, null); INSERT INTO `oss_file` VALUES ('1862647112841916417', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732924652656.png', null, '2024-11-30 07:57:33', null, null); INSERT INTO `oss_file` VALUES ('1862648776990748673', 'data(1).csv', '/oss/physical/temp/data(1)_1732925049424.csv', null, '2024-11-30 08:04:09', null, null); INSERT INTO `oss_file` VALUES ('1862648851246706690', 'sketch_1732622793653.png', '/oss/physical/jeditor/sketch_1732622793653_1732925067122.png', null, '2024-11-30 08:04:27', null, null); INSERT INTO `oss_file` VALUES ('1862653652407775233', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1732926211810.png', null, '2024-11-30 08:23:32', null, null); INSERT INTO `oss_file` VALUES ('1862653652755902466', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1732926211883.png', null, '2024-11-30 08:23:32', null, null); INSERT INTO `oss_file` VALUES ('1862654155153829889', '外网数据的抓取(2).docx', '/oss/physical/temp/外网数据的抓取(2)_1732926331666.docx', null, '2024-11-30 08:25:32', null, null); INSERT INTO `oss_file` VALUES ('1862654577100812289', 'data(1).csv', '/oss/physical/temp/data(1)_1732926432280.csv', null, '2024-11-30 08:27:12', null, null); INSERT INTO `oss_file` VALUES ('1862654593446014977', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1732926436161.docx', null, '2024-11-30 08:27:16', null, null); INSERT INTO `oss_file` VALUES ('1862699367955787777', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1732937111182.png', null, '2024-11-30 11:25:11', null, null); INSERT INTO `oss_file` VALUES ('1863383797561126913', 'data(1).csv', '/oss/physical/temp/data(1)_1733100291986.csv', null, '2024-12-02 08:44:52', null, null); INSERT INTO `oss_file` VALUES ('1863391056462704641', '员工手册-晟能科技-202207实施.pdf', '/oss/physical/temp/员工手册-晟能科技-202207实施_1733102022623.pdf', null, '2024-12-02 09:13:43', null, null); INSERT INTO `oss_file` VALUES ('1863394807881756673', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733102917046.png', null, '2024-12-02 09:28:37', null, null); INSERT INTO `oss_file` VALUES ('1863394848147075074', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1733102926632.png', null, '2024-12-02 09:28:47', null, null); INSERT INTO `oss_file` VALUES ('1863395229631606785', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733103017593.png', null, '2024-12-02 09:30:18', null, null); INSERT INTO `oss_file` VALUES ('1863399075619631106', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1733103934541.png', null, '2024-12-02 09:45:35', null, null); INSERT INTO `oss_file` VALUES ('1863399136650948609', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733103949104.png', null, '2024-12-02 09:45:49', null, null); INSERT INTO `oss_file` VALUES ('1863399222973919234', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733103969689.png', null, '2024-12-02 09:46:10', null, null); INSERT INTO `oss_file` VALUES ('1863399422337576962', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1733104017200.png', null, '2024-12-02 09:46:57', null, null); INSERT INTO `oss_file` VALUES ('1863399457309683713', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733104025558.png', null, '2024-12-02 09:47:06', null, null); INSERT INTO `oss_file` VALUES ('1863399494613823489', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733104034454.png', null, '2024-12-02 09:47:14', null, null); INSERT INTO `oss_file` VALUES ('1863399533297889281', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1733104043662.png', null, '2024-12-02 09:47:24', null, null); INSERT INTO `oss_file` VALUES ('1863399568056086529', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733104051962.png', null, '2024-12-02 09:47:32', null, null); INSERT INTO `oss_file` VALUES ('1863399605112762369', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1733104060787.png', null, '2024-12-02 09:47:41', null, null); INSERT INTO `oss_file` VALUES ('1863399634821017601', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733104067880.png', null, '2024-12-02 09:47:48', null, null); INSERT INTO `oss_file` VALUES ('1863399681981771778', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1733104079112.png', null, '2024-12-02 09:47:59', null, null); INSERT INTO `oss_file` VALUES ('1863400338461650946', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1733104235625.png', null, '2024-12-02 09:50:36', null, null); INSERT INTO `oss_file` VALUES ('1863400338562314242', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733104235661.png', null, '2024-12-02 09:50:36', null, null); INSERT INTO `oss_file` VALUES ('1863402488218611714', '641 (1).jpg', '/oss/physical/temp/641(1)_1733104748176.jpg', null, '2024-12-02 09:59:08', null, null); INSERT INTO `oss_file` VALUES ('1863402488344440834', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733104748197.png', null, '2024-12-02 09:59:08', null, null); INSERT INTO `oss_file` VALUES ('1863402488440909825', '641.jpg', '/oss/physical/temp/641_1733104748227.jpg', null, '2024-12-02 09:59:08', null, null); INSERT INTO `oss_file` VALUES ('1863402488449298433', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1733104748222.jpeg', null, '2024-12-02 09:59:08', null, null); INSERT INTO `oss_file` VALUES ('1863402488692568065', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1733104748283.png', null, '2024-12-02 09:59:08', null, null); INSERT INTO `oss_file` VALUES ('1863402488747094018', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1733104748306.png', null, '2024-12-02 09:59:08', null, null); INSERT INTO `oss_file` VALUES ('1863402488839368705', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1733104748283.png', null, '2024-12-02 09:59:08', null, null); INSERT INTO `oss_file` VALUES ('1863402489044889602', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1733104748363.png', null, '2024-12-02 09:59:08', null, null); INSERT INTO `oss_file` VALUES ('1863415921286672386', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1733107950874.png', null, '2024-12-02 10:52:31', null, null); INSERT INTO `oss_file` VALUES ('1863415973145047042', '641 (1).jpg', '/oss/physical/temp/641(1)_1733107963241.jpg', null, '2024-12-02 10:52:43', null, null); INSERT INTO `oss_file` VALUES ('1863416082150813697', '641.jpg', '/oss/physical/temp/641_1733107989229.jpg', null, '2024-12-02 10:53:09', null, null); INSERT INTO `oss_file` VALUES ('1863479136657956866', '外网数据的抓取(2).docx', '/oss/physical/temp/外网数据的抓取(2)_1733123022537.docx', null, '2024-12-02 15:03:43', null, null); INSERT INTO `oss_file` VALUES ('1863484819633692674', '中国科学院新疆理化技术研究所测试用例 - 包含首页&数据库管理.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试用例-包含首页数据库管理_1733124377519.xlsx', null, '2024-12-02 15:26:18', null, null); INSERT INTO `oss_file` VALUES ('1863500213895389186', '641 (1).jpg', '/oss/physical/temp/641(1)_1733128047779.jpg', null, '2024-12-02 16:27:28', null, null); INSERT INTO `oss_file` VALUES ('1863500213916360705', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1733128047776.png', null, '2024-12-02 16:27:28', null, null); INSERT INTO `oss_file` VALUES ('1863500214084132866', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733128047832.png', null, '2024-12-02 16:27:28', null, null); INSERT INTO `oss_file` VALUES ('1863500214117687298', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1733128047815.jpeg', null, '2024-12-02 16:27:28', null, null); INSERT INTO `oss_file` VALUES ('1863500214243516418', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1733128047878.png', null, '2024-12-02 16:27:28', null, null); INSERT INTO `oss_file` VALUES ('1863500214377734145', '641.jpg', '/oss/physical/temp/641_1733128047901.jpg', null, '2024-12-02 16:27:28', null, null); INSERT INTO `oss_file` VALUES ('1863500214566477825', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1733128047912.png', null, '2024-12-02 16:27:28', null, null); INSERT INTO `oss_file` VALUES ('1863500214574866434', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1733128047944.png', null, '2024-12-02 16:27:28', null, null); INSERT INTO `oss_file` VALUES ('1863500312369258497', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733128071250.png', null, '2024-12-02 16:27:51', null, null); INSERT INTO `oss_file` VALUES ('1863500312377647105', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1733128071249.jpeg', null, '2024-12-02 16:27:51', null, null); INSERT INTO `oss_file` VALUES ('1863500312386035713', '641.jpg', '/oss/physical/temp/641_1733128071246.jpg', null, '2024-12-02 16:27:51', null, null); INSERT INTO `oss_file` VALUES ('1863500312495087618', '641 (1).jpg', '/oss/physical/temp/641(1)_1733128071269.jpg', null, '2024-12-02 16:27:51', null, null); INSERT INTO `oss_file` VALUES ('1863500312704802818', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1733128071344.png', null, '2024-12-02 16:27:51', null, null); INSERT INTO `oss_file` VALUES ('1863500312755134465', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1733128071352.png', null, '2024-12-02 16:27:51', null, null); INSERT INTO `oss_file` VALUES ('1863500312948072449', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1733128071381.png', null, '2024-12-02 16:27:51', null, null); INSERT INTO `oss_file` VALUES ('1863500313023569921', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1733128071379.png', null, '2024-12-02 16:27:51', null, null); INSERT INTO `oss_file` VALUES ('1863501091528335362', '641 (1).jpg', '/oss/physical/temp/641(1)_1733128257034.jpg', null, '2024-12-02 16:30:57', null, null); INSERT INTO `oss_file` VALUES ('1863501091754827778', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733128257065.png', null, '2024-12-02 16:30:57', null, null); INSERT INTO `oss_file` VALUES ('1863501091771604994', '641.jpg', '/oss/physical/temp/641_1733128257079.jpg', null, '2024-12-02 16:30:57', null, null); INSERT INTO `oss_file` VALUES ('1863501091872268290', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1733128257110.jpeg', null, '2024-12-02 16:30:57', null, null); INSERT INTO `oss_file` VALUES ('1863501092149092354', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1733128257185.png', null, '2024-12-02 16:30:57', null, null); INSERT INTO `oss_file` VALUES ('1863501092186841089', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1733128257187.png', null, '2024-12-02 16:30:57', null, null); INSERT INTO `oss_file` VALUES ('1863501092224589825', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1733128257160.png', null, '2024-12-02 16:30:57', null, null); INSERT INTO `oss_file` VALUES ('1863501092375584769', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1733128257207.png', null, '2024-12-02 16:30:57', null, null); INSERT INTO `oss_file` VALUES ('1863576436524806146', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733146220653.jpg', null, '2024-12-02 21:30:21', null, null); INSERT INTO `oss_file` VALUES ('1863577072263852034', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733146372265.jpg', null, '2024-12-02 21:32:52', null, null); INSERT INTO `oss_file` VALUES ('1863577819974037506', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733146550530.jpg', null, '2024-12-02 21:35:51', null, null); INSERT INTO `oss_file` VALUES ('1863577848772128769', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733146557400.jpg', null, '2024-12-02 21:35:57', null, null); INSERT INTO `oss_file` VALUES ('1863577876223848450', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733146563944.jpg', null, '2024-12-02 21:36:04', null, null); INSERT INTO `oss_file` VALUES ('1863577905202294786', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733146570851.jpg', null, '2024-12-02 21:36:11', null, null); INSERT INTO `oss_file` VALUES ('1863577937376800770', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733146578522.jpg', null, '2024-12-02 21:36:19', null, null); INSERT INTO `oss_file` VALUES ('1863578432585691137', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733146696590.jpg', null, '2024-12-02 21:38:17', null, null); INSERT INTO `oss_file` VALUES ('1863578460540727298', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733146703256.jpg', null, '2024-12-02 21:38:23', null, null); INSERT INTO `oss_file` VALUES ('1863578489015857153', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733146710045.jpg', null, '2024-12-02 21:38:30', null, null); INSERT INTO `oss_file` VALUES ('1863578514756300801', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733146716182.jpg', null, '2024-12-02 21:38:36', null, null); INSERT INTO `oss_file` VALUES ('1863578545563463681', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733146723527.jpg', null, '2024-12-02 21:38:44', null, null); INSERT INTO `oss_file` VALUES ('1863748870548844546', '641 (1).jpg', '/oss/physical/jeditor/641(1)_1733187332062.jpg', null, '2024-12-03 08:55:32', null, null); INSERT INTO `oss_file` VALUES ('1863748963079385090', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1733187354144.docx', null, '2024-12-03 08:55:54', null, null); INSERT INTO `oss_file` VALUES ('1863771962516008962', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1733192837657.png', null, '2024-12-03 10:27:18', null, null); INSERT INTO `oss_file` VALUES ('1863776120677691394', 'sketch_1732622793653.png', '/oss/physical/jeditor/sketch_1732622793653_1733193829097.png', null, '2024-12-03 10:43:49', null, null); INSERT INTO `oss_file` VALUES ('1863777955962515458', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733194266662.png', null, '2024-12-03 10:51:07', null, null); INSERT INTO `oss_file` VALUES ('1863778056487399426', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733194290636.png', null, '2024-12-03 10:51:31', null, null); INSERT INTO `oss_file` VALUES ('1863778853094780930', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733194480560.png', null, '2024-12-03 10:54:41', null, null); INSERT INTO `oss_file` VALUES ('1863780660915302401', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733194911578.png', null, '2024-12-03 11:01:52', null, null); INSERT INTO `oss_file` VALUES ('1863781469463867393', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733195104351.png', null, '2024-12-03 11:05:04', null, null); INSERT INTO `oss_file` VALUES ('1863821725030510593', '641 (1).jpg', '/oss/physical/temp/641(1)_1733204702014.jpg', null, '2024-12-03 13:45:02', null, null); INSERT INTO `oss_file` VALUES ('1863821725034704897', '641.jpg', '/oss/physical/temp/641_1733204702016.jpg', null, '2024-12-03 13:45:02', null, null); INSERT INTO `oss_file` VALUES ('1863821725076647938', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1733204702027.jpeg', null, '2024-12-03 13:45:02', null, null); INSERT INTO `oss_file` VALUES ('1863821725106008065', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733204702016.png', null, '2024-12-03 13:45:02', null, null); INSERT INTO `oss_file` VALUES ('1863821725252808705', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1733204702073.png', null, '2024-12-03 13:45:02', null, null); INSERT INTO `oss_file` VALUES ('1863821725361860609', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1733204702103.png', null, '2024-12-03 13:45:02', null, null); INSERT INTO `oss_file` VALUES ('1863821725542215682', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1733204702106.png', null, '2024-12-03 13:45:02', null, null); INSERT INTO `oss_file` VALUES ('1863825132965425153', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733205514541.png', null, '2024-12-03 13:58:35', null, null); INSERT INTO `oss_file` VALUES ('1863825222132133889', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733205535798.png', null, '2024-12-03 13:58:56', null, null); INSERT INTO `oss_file` VALUES ('1863827302532083713', '4.jpg', '/oss/physical/temp/4_1733206031799.jpg', null, '2024-12-03 14:07:12', null, null); INSERT INTO `oss_file` VALUES ('1863832494182854657', 'avator.jpg', '/oss/physical/temp/avator_1733207269514.jpg', null, '2024-12-03 14:27:50', null, null); INSERT INTO `oss_file` VALUES ('1863832507403300865', 'sketch.png', '/oss/physical/temp/sketch_1733207272737.png', null, '2024-12-03 14:27:53', null, null); INSERT INTO `oss_file` VALUES ('1863832525271035906', 'sketch.png', '/oss/physical/temp/sketch_1733207276999.png', null, '2024-12-03 14:27:57', null, null); INSERT INTO `oss_file` VALUES ('1863841184591998978', '1261378.png', '/oss/physical/temp/1261378_1733209341218.png', null, '2024-12-03 15:02:22', null, null); INSERT INTO `oss_file` VALUES ('1863841826781884417', '714345.png', '/oss/physical/jeditor/714345_1733209494634.png', null, '2024-12-03 15:04:55', null, null); INSERT INTO `oss_file` VALUES ('1863842176947548162', '649995.jpg', '/oss/physical/jeditor/649995_1733209578135.jpg', null, '2024-12-03 15:06:18', null, null); INSERT INTO `oss_file` VALUES ('1863842739214970882', 'fly.jpg', '/oss/physical/jeditor/fly_1733209712176.jpg', null, '2024-12-03 15:08:32', null, null); INSERT INTO `oss_file` VALUES ('1863843027443347457', 'out_template.docx', '/oss/physical/temp/out_template_1733209780918.docx', null, '2024-12-03 15:09:41', null, null); INSERT INTO `oss_file` VALUES ('1863844125088509954', 'WechatIMG2504.jpg', '/oss/physical/jeditor/WechatIMG2504_1733210042582.jpg', null, '2024-12-03 15:14:03', null, null); INSERT INTO `oss_file` VALUES ('1863844380836196353', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1733210103481.docx', null, '2024-12-03 15:15:04', null, null); INSERT INTO `oss_file` VALUES ('1863844650148261889', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1733210167709.docx', null, '2024-12-03 15:16:08', null, null); INSERT INTO `oss_file` VALUES ('1863844736412512258', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1733210188279.docx', null, '2024-12-03 15:16:28', null, null); INSERT INTO `oss_file` VALUES ('1863844837793034241', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1733210212399.docx', null, '2024-12-03 15:16:53', null, null); INSERT INTO `oss_file` VALUES ('1863844953543241729', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1733210240046.docx', null, '2024-12-03 15:17:20', null, null); INSERT INTO `oss_file` VALUES ('1863845166072819714', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1733210290778.jpg', null, '2024-12-03 15:18:11', null, null); INSERT INTO `oss_file` VALUES ('1863845180568334337', '641 (1).jpg', '/oss/physical/temp/641(1)_1733210294261.jpg', null, '2024-12-03 15:18:14', null, null); INSERT INTO `oss_file` VALUES ('1863845196091453442', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1733210297958.png', null, '2024-12-03 15:18:18', null, null); INSERT INTO `oss_file` VALUES ('1863845196112424961', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1733210297962.png', null, '2024-12-03 15:18:18', null, null); INSERT INTO `oss_file` VALUES ('1863845196410220546', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1733210297998.png', null, '2024-12-03 15:18:18', null, null); INSERT INTO `oss_file` VALUES ('1863846208902623233', '005.jpg', '/oss/physical/005_1733210539433.jpg', null, '2024-12-03 15:22:19', null, null); INSERT INTO `oss_file` VALUES ('1863848841952456706', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/jeditor/015d1f5ae9e25aa801207fa1aa019b_1733211167174.jpg', null, '2024-12-03 15:32:47', null, null); INSERT INTO `oss_file` VALUES ('1863849099197509633', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/jeditor/015d1f5ae9e25aa801207fa1aa019b_1733211228519.jpg', null, '2024-12-03 15:33:49', null, null); INSERT INTO `oss_file` VALUES ('1863849140943417346', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1733211238401.docx', null, '2024-12-03 15:33:59', null, null); INSERT INTO `oss_file` VALUES ('1863849226033262594', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/jeditor/015d1f5ae9e25aa801207fa1aa019b_1733211258744.jpg', null, '2024-12-03 15:34:19', null, null); INSERT INTO `oss_file` VALUES ('1863849258203574274', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1733211266440.docx', null, '2024-12-03 15:34:26', null, null); INSERT INTO `oss_file` VALUES ('1863849277711282177', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1733211270979.docx', null, '2024-12-03 15:34:31', null, null); INSERT INTO `oss_file` VALUES ('1863849291657342977', '外网数据的抓取(2).docx', '/oss/physical/temp/外网数据的抓取(2)_1733211274411.docx', null, '2024-12-03 15:34:34', null, null); INSERT INTO `oss_file` VALUES ('1863853838610034690', '641 (1).jpg', '/oss/physical/jeditor/641(1)_1733212358502.jpg', null, '2024-12-03 15:52:39', null, null); INSERT INTO `oss_file` VALUES ('1863853893920321538', '641 (1).jpg', '/oss/physical/jeditor/641(1)_1733212371688.jpg', null, '2024-12-03 15:52:52', null, null); INSERT INTO `oss_file` VALUES ('1863855414401658881', 'Simulator Screenshot - iPhone 16 Plus - 2024-11-23 at 23.11.33.png', '/oss/physical/jeditor/SimulatorScreenshot-iPhone16Plus-2024-11-23at23.11.33_1733212734175.png', null, '2024-12-03 15:58:54', null, null); INSERT INTO `oss_file` VALUES ('1863855531783450625', 'Simulator Screenshot - iPhone 16 Plus - 2024-11-23 at 23.11.33.png', '/oss/physical/jeditor/SimulatorScreenshot-iPhone16Plus-2024-11-23at23.11.33_1733212762152.png', null, '2024-12-03 15:59:22', null, null); INSERT INTO `oss_file` VALUES ('1863855991491751938', 'Simulator Screenshot - iPhone 16 Plus - 2024-11-23 at 23.11.33.png', '/oss/physical/jeditor/SimulatorScreenshot-iPhone16Plus-2024-11-23at23.11.33_1733212871759.png', null, '2024-12-03 16:01:12', null, null); INSERT INTO `oss_file` VALUES ('1863859312612962306', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1733213663521.docx', null, '2024-12-03 16:14:24', null, null); INSERT INTO `oss_file` VALUES ('1863859349858381826', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1733213672477.docx', null, '2024-12-03 16:14:32', null, null); INSERT INTO `oss_file` VALUES ('1863859352291078145', 'Simulator Screenshot - iPhone 16 Plus - 2024-11-23 at 23.11.33.png', '/oss/physical/jeditor/SimulatorScreenshot-iPhone16Plus-2024-11-23at23.11.33_1733213673038.png', null, '2024-12-03 16:14:33', null, null); INSERT INTO `oss_file` VALUES ('1863859367348629506', '外网数据的抓取(2).docx', '/oss/physical/temp/外网数据的抓取(2)_1733213676647.docx', null, '2024-12-03 16:14:37', null, null); INSERT INTO `oss_file` VALUES ('1863859382129356802', '中国科学院新疆理化技术研究所测试用例 - 包含首页&数据库管理.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试用例-包含首页数据库管理_1733213680177.xlsx', null, '2024-12-03 16:14:40', null, null); INSERT INTO `oss_file` VALUES ('1863859890751631361', 'Simulator Screenshot - iPhone 16 Plus - 2024-11-23 at 23.11.33.png', '/oss/physical/jeditor/SimulatorScreenshot-iPhone16Plus-2024-11-23at23.11.33_1733213801395.png', null, '2024-12-03 16:16:41', null, null); INSERT INTO `oss_file` VALUES ('1863860040488284162', '641 (1).jpg', '/oss/physical/temp/641(1)_1733213837145.jpg', null, '2024-12-03 16:17:17', null, null); INSERT INTO `oss_file` VALUES ('1863860040760913922', '641.jpg', '/oss/physical/temp/641_1733213837188.jpg', null, '2024-12-03 16:17:17', null, null); INSERT INTO `oss_file` VALUES ('1863860040773496834', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1733213837197.png', null, '2024-12-03 16:17:17', null, null); INSERT INTO `oss_file` VALUES ('1863860040773496835', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1733213837187.jpeg', null, '2024-12-03 16:17:17', null, null); INSERT INTO `oss_file` VALUES ('1863860040819634177', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1733213837197.png', null, '2024-12-03 16:17:17', null, null); INSERT INTO `oss_file` VALUES ('1863860041109041153', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1733213837278.png', null, '2024-12-03 16:17:17', null, null); INSERT INTO `oss_file` VALUES ('1863860041281007617', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1733213837291.png', null, '2024-12-03 16:17:17', null, null); INSERT INTO `oss_file` VALUES ('1863860041394253825', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1733213837333.jpg', null, '2024-12-03 16:17:17', null, null); INSERT INTO `oss_file` VALUES ('1863860041402642434', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1733213837306.png', null, '2024-12-03 16:17:17', null, null); INSERT INTO `oss_file` VALUES ('1863867330637426689', '新建文本文档.txt', '/oss/physical/temp/新建文本文档_1733215575254.txt', null, '2024-12-03 16:46:15', null, null); INSERT INTO `oss_file` VALUES ('1863867650251780097', '新建文本文档.txt', '/oss/physical/temp/新建文本文档_1733215651456.txt', null, '2024-12-03 16:47:31', null, null); INSERT INTO `oss_file` VALUES ('1863868208966627330', '新建文本文档.txt', '/oss/physical/temp/新建文本文档_1733215784664.txt', null, '2024-12-03 16:49:45', null, null); INSERT INTO `oss_file` VALUES ('1863868870387396610', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733215942360.jpg', null, '2024-12-03 16:52:22', null, null); INSERT INTO `oss_file` VALUES ('1863869949917360129', '641 (1).jpg', '/oss/physical/temp/641(1)_1733216199738.jpg', null, '2024-12-03 16:56:40', null, null); INSERT INTO `oss_file` VALUES ('1863878781968150529', 'WX20241012-003031@2x.png', '/oss/physical/jeditor/WX20241012-0030312x_1733218305463.png', null, '2024-12-03 17:31:45', null, null); INSERT INTO `oss_file` VALUES ('1863881400178536450', 'WX20241012-003031@2x.png', '/oss/physical/jeditor/WX20241012-0030312x_1733218929693.png', null, '2024-12-03 17:42:10', null, null); INSERT INTO `oss_file` VALUES ('1863896140330135553', 'Table.xls', '/oss/physical/temp/Table_1733222444020.xls', null, '2024-12-03 18:40:44', null, null); INSERT INTO `oss_file` VALUES ('1863896497269600257', '新建 DOC 文档.doc', '/oss/physical/temp/新建DOC文档_1733222529080.doc', null, '2024-12-03 18:42:09', null, null); INSERT INTO `oss_file` VALUES ('1863896533692936194', '新建 DOCX 文档.docx', '/oss/physical/temp/新建DOCX文档_1733222537805.docx', null, '2024-12-03 18:42:18', null, null); INSERT INTO `oss_file` VALUES ('1863896558137339905', '新建 XLSX 工作表.xlsx', '/oss/physical/temp/新建XLSX工作表_1733222543594.xlsx', null, '2024-12-03 18:42:24', null, null); INSERT INTO `oss_file` VALUES ('1863897250122002434', '4932.jpg_wh300.jpg', '/oss/physical/jeditor/4932.jpg_wh300_1733222708616.jpg', null, '2024-12-03 18:45:09', null, null); INSERT INTO `oss_file` VALUES ('1863897266790166530', '新建 DOC 文档.doc', '/oss/physical/temp/新建DOC文档_1733222712548.doc', null, '2024-12-03 18:45:13', null, null); INSERT INTO `oss_file` VALUES ('1863897652099903490', 'v2-5fb13110e1de13d4c11e6e7f5b8026da_r.jpg', '/oss/physical/jeditor/v2-5fb13110e1de13d4c11e6e7f5b8026da_r_1733222804423.jpg', null, '2024-12-03 18:46:44', null, null); INSERT INTO `oss_file` VALUES ('1863898028018593793', '4932.jpg_wh300.jpg', '/oss/physical/temp/4932.jpg_wh300_1733222894077.jpg', null, '2024-12-03 18:48:14', null, null); INSERT INTO `oss_file` VALUES ('1863898050445537281', 'v2-5fb13110e1de13d4c11e6e7f5b8026da_r.jpg', '/oss/physical/temp/v2-5fb13110e1de13d4c11e6e7f5b8026da_r_1733222899392.jpg', null, '2024-12-03 18:48:19', null, null); INSERT INTO `oss_file` VALUES ('1863898166569037825', '4932.jpg_wh300.jpg', '/oss/physical/temp/4932.jpg_wh300_1733222927113.jpg', null, '2024-12-03 18:48:47', null, null); INSERT INTO `oss_file` VALUES ('1863898167391121410', 'v2-5fb13110e1de13d4c11e6e7f5b8026da_r.jpg', '/oss/physical/temp/v2-5fb13110e1de13d4c11e6e7f5b8026da_r_1733222927282.jpg', null, '2024-12-03 18:48:47', null, null); INSERT INTO `oss_file` VALUES ('1863898256041930754', 'v2-5fb13110e1de13d4c11e6e7f5b8026da_r.jpg', '/oss/physical/temp/v2-5fb13110e1de13d4c11e6e7f5b8026da_r_1733222948411.jpg', null, '2024-12-03 18:49:08', null, null); INSERT INTO `oss_file` VALUES ('1863907038750928898', '4932.jpg_wh300.jpg', '/oss/physical/temp/4932.jpg_wh300_1733225042407.jpg', null, '2024-12-03 19:24:02', null, null); INSERT INTO `oss_file` VALUES ('1863948208373854209', 'WX20241012-003031@2x.png', '/oss/physical/jeditor/WX20241012-0030312x_1733234858010.png', null, '2024-12-03 22:07:38', null, null); INSERT INTO `oss_file` VALUES ('1863948337847824386', 'WX20241012-003031@2x.png', '/oss/physical/jeditor/WX20241012-0030312x_1733234888878.png', null, '2024-12-03 22:08:09', null, null); INSERT INTO `oss_file` VALUES ('1863949772580810753', 'WX20241012-003031@2x.png', '/oss/physical/jeditor/WX20241012-0030312x_1733235230945.png', null, '2024-12-03 22:13:51', null, null); INSERT INTO `oss_file` VALUES ('1863950911829274626', 'Simulator Screenshot - iPhone 16 Plus - 2024-11-23 at 23.11.33.png', '/oss/physical/jeditor/SimulatorScreenshot-iPhone16Plus-2024-11-23at23.11.33_1733235502537.png', null, '2024-12-03 22:18:23', null, null); INSERT INTO `oss_file` VALUES ('1863961270732550145', 'WX20241012-003031@2x.png', '/oss/physical/jeditor/WX20241012-0030312x_1733237972318.png', null, '2024-12-03 22:59:32', null, null); INSERT INTO `oss_file` VALUES ('1864106691803049986', '641 (1).jpg', '/oss/physical/jeditor/641(1)_1733272643401.jpg', null, '2024-12-04 08:37:23', null, null); INSERT INTO `oss_file` VALUES ('1864107210265161730', '641.jpg', '/oss/physical/jeditor/641_1733272767012.jpg', null, '2024-12-04 08:39:27', null, null); INSERT INTO `oss_file` VALUES ('1864107271510388737', 'sketch_1732622793653.png', '/oss/physical/jeditor/sketch_1732622793653_1733272781614.png', null, '2024-12-04 08:39:42', null, null); INSERT INTO `oss_file` VALUES ('1864107318360764418', '641.jpg', '/oss/physical/jeditor/641_1733272792784.jpg', null, '2024-12-04 08:39:53', null, null); INSERT INTO `oss_file` VALUES ('1864107318595645442', 'sketch_1732622793653.png', '/oss/physical/jeditor/sketch_1732622793653_1733272792841.png', null, '2024-12-04 08:39:53', null, null); INSERT INTO `oss_file` VALUES ('1864107399742844929', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/jeditor/015d1f5ae9e25aa801207fa1aa019b_1733272812157.jpg', null, '2024-12-04 08:40:12', null, null); INSERT INTO `oss_file` VALUES ('1864107526041726978', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1733272842288.docx', null, '2024-12-04 08:40:42', null, null); INSERT INTO `oss_file` VALUES ('1864107579577823234', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/jeditor/57e572cd41520408ebbbe5e3a6fb5b6d_1733272855056.jpeg', null, '2024-12-04 08:40:55', null, null); INSERT INTO `oss_file` VALUES ('1864108334082781185', '641.jpg', '/oss/physical/temp/641_1733273034949.jpg', null, '2024-12-04 08:43:55', null, null); INSERT INTO `oss_file` VALUES ('1864108833074933762', 'data(1).csv', '/oss/physical/temp/data(1)_1733273153922.csv', null, '2024-12-04 08:45:54', null, null); INSERT INTO `oss_file` VALUES ('1864109046070079489', '641 (1).jpg', '/oss/physical/temp/641(1)_1733273204696.jpg', null, '2024-12-04 08:46:45', null, null); INSERT INTO `oss_file` VALUES ('1864109046187520002', '641.jpg', '/oss/physical/temp/641_1733273204729.jpg', null, '2024-12-04 08:46:45', null, null); INSERT INTO `oss_file` VALUES ('1864109953855877122', '641.jpg', '/oss/physical/temp/641_1733273421136.jpg', null, '2024-12-04 08:50:21', null, null); INSERT INTO `oss_file` VALUES ('1864111240425074689', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733273727878.jpg', null, '2024-12-04 08:55:28', null, null); INSERT INTO `oss_file` VALUES ('1864128715959136258', 'WX20241012-003031@2x.png', '/oss/physical/jeditor/WX20241012-0030312x_1733277894370.png', null, '2024-12-04 10:04:54', null, null); INSERT INTO `oss_file` VALUES ('1864130593644179457', 'WX20241012-003031@2x.png', '/oss/physical/jeditor/WX20241012-0030312x_1733278342047.png', null, '2024-12-04 10:12:22', null, null); INSERT INTO `oss_file` VALUES ('1864144769728999426', '641 (1).jpg', '/oss/physical/temp/641(1)_1733281721888.jpg', null, '2024-12-04 11:08:42', null, null); INSERT INTO `oss_file` VALUES ('1864144936486137857', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1733281761642.jpeg', null, '2024-12-04 11:09:22', null, null); INSERT INTO `oss_file` VALUES ('1864144990059982849', '641.jpg', '/oss/physical/temp/641_1733281774414.jpg', null, '2024-12-04 11:09:34', null, null); INSERT INTO `oss_file` VALUES ('1864167495722168322', 'WX20241012-003031@2x.png', '/oss/physical/jeditor/WX20241012-0030312x_1733287140187.png', null, '2024-12-04 12:39:00', null, null); INSERT INTO `oss_file` VALUES ('1864167653901955074', '副本理化所改造需求描述.pdf', '/oss/physical/temp/副本理化所改造需求描述_1733287177878.pdf', null, '2024-12-04 12:39:38', null, null); INSERT INTO `oss_file` VALUES ('1864213509782990850', '测试数据.xls', '/oss/physical/temp/测试数据_1733298110795.xls', null, '2024-12-04 15:41:51', null, null); INSERT INTO `oss_file` VALUES ('1864216094271172610', 'bg.png', '/oss/physical/temp/bg_1733298726982.png', null, '2024-12-04 15:52:07', null, null); INSERT INTO `oss_file` VALUES ('1864222220769390594', 'bg.png', '/oss/physical/temp/bg_1733300187655.png', null, '2024-12-04 16:16:28', null, null); INSERT INTO `oss_file` VALUES ('1864247413978001409', '测试数据.xls', '/oss/physical/temp/测试数据_1733306194185.xls', null, '2024-12-04 17:56:34', null, null); INSERT INTO `oss_file` VALUES ('1864250862199205889', 'bg.png', '/oss/physical/temp/bg_1733307016305.png', null, '2024-12-04 18:10:16', null, null); INSERT INTO `oss_file` VALUES ('1864285065863327746', '测试数据.xls', '/oss/physical/temp/测试数据_1733315171092.xls', null, '2024-12-04 20:26:11', null, null); INSERT INTO `oss_file` VALUES ('1864307044272140290', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733320411154.png', null, '2024-12-04 21:53:31', null, null); INSERT INTO `oss_file` VALUES ('1864307062467031042', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733320415493.png', null, '2024-12-04 21:53:35', null, null); INSERT INTO `oss_file` VALUES ('1864307094196940802', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733320423055.png', null, '2024-12-04 21:53:43', null, null); INSERT INTO `oss_file` VALUES ('1864308723050704898', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733320811405.png', null, '2024-12-04 22:00:11', null, null); INSERT INTO `oss_file` VALUES ('1864309241366016001', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733320934983.png', null, '2024-12-04 22:02:15', null, null); INSERT INTO `oss_file` VALUES ('1864309671756132353', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733321037595.png', null, '2024-12-04 22:03:58', null, null); INSERT INTO `oss_file` VALUES ('1864309741058617345', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733321054119.png', null, '2024-12-04 22:04:14', null, null); INSERT INTO `oss_file` VALUES ('1864310120756375554', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733321144644.png', null, '2024-12-04 22:05:45', null, null); INSERT INTO `oss_file` VALUES ('1864310137537785857', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733321148645.png', null, '2024-12-04 22:05:49', null, null); INSERT INTO `oss_file` VALUES ('1865277700150239233', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733551833546.jpg', null, '2024-12-07 14:10:34', null, null); INSERT INTO `oss_file` VALUES ('1865277723155996674', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733551839032.jpg', null, '2024-12-07 14:10:39', null, null); INSERT INTO `oss_file` VALUES ('1865277860632698881', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733551871811.jpg', null, '2024-12-07 14:11:12', null, null); INSERT INTO `oss_file` VALUES ('1865277879611924482', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733551876336.jpg', null, '2024-12-07 14:11:16', null, null); INSERT INTO `oss_file` VALUES ('1865277919176794113', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733551885770.jpg', null, '2024-12-07 14:11:26', null, null); INSERT INTO `oss_file` VALUES ('1865277937375879169', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733551890107.jpg', null, '2024-12-07 14:11:30', null, null); INSERT INTO `oss_file` VALUES ('1865378173842726914', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733575788343.jpg', null, '2024-12-07 20:49:48', null, null); INSERT INTO `oss_file` VALUES ('1865378192935198722', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733575792896.jpg', null, '2024-12-07 20:49:53', null, null); INSERT INTO `oss_file` VALUES ('1865378242436374529', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733575804696.jpg', null, '2024-12-07 20:50:05', null, null); INSERT INTO `oss_file` VALUES ('1865378311805968385', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733575821236.jpg', null, '2024-12-07 20:50:21', null, null); INSERT INTO `oss_file` VALUES ('1865378329422045185', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733575825434.jpg', null, '2024-12-07 20:50:25', null, null); INSERT INTO `oss_file` VALUES ('1865378417062027265', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733575846330.jpg', null, '2024-12-07 20:50:46', null, null); INSERT INTO `oss_file` VALUES ('1866302772075929601', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733796229709.png', null, '2024-12-10 10:03:50', null, null); INSERT INTO `oss_file` VALUES ('1866404844704210945', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733820565712.png', null, '2024-12-10 16:49:26', null, null); INSERT INTO `oss_file` VALUES ('1866409368605007873', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733821644332.png', null, '2024-12-10 17:07:24', null, null); INSERT INTO `oss_file` VALUES ('1866410028327084034', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733821801623.png', null, '2024-12-10 17:10:02', null, null); INSERT INTO `oss_file` VALUES ('1866410619623284738', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733821942598.png', null, '2024-12-10 17:12:23', null, null); INSERT INTO `oss_file` VALUES ('1866412015017893889', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733822275284.png', null, '2024-12-10 17:17:55', null, null); INSERT INTO `oss_file` VALUES ('1866412939769651201', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733822495764.png', null, '2024-12-10 17:21:36', null, null); INSERT INTO `oss_file` VALUES ('1866414242986041345', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733822806473.png', null, '2024-12-10 17:26:46', null, null); INSERT INTO `oss_file` VALUES ('1866414296383725569', 'import-mobile.xlsx', '/oss/physical/temp/import-mobile_1733822819168.xlsx', null, '2024-12-10 17:26:59', null, null); INSERT INTO `oss_file` VALUES ('1866417167590334466', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733823503755.png', null, '2024-12-10 17:38:24', null, null); INSERT INTO `oss_file` VALUES ('1866420001052401666', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733824179307.png', null, '2024-12-10 17:49:39', null, null); INSERT INTO `oss_file` VALUES ('1866420482168430594', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733824294014.png', null, '2024-12-10 17:51:34', null, null); INSERT INTO `oss_file` VALUES ('1866462528400891906', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733834318561.png', null, '2024-12-10 20:38:39', null, null); INSERT INTO `oss_file` VALUES ('1866464779009892354', 'import-mobile.xlsx', '/oss/physical/temp/import-mobile_1733834855164.xlsx', null, '2024-12-10 20:47:35', null, null); INSERT INTO `oss_file` VALUES ('1866467721062490113', '副本理化所改造需求描述.pdf', '/oss/physical/temp/副本理化所改造需求描述_1733835556613.pdf', null, '2024-12-10 20:59:17', null, null); INSERT INTO `oss_file` VALUES ('1866469868374171650', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733836068604.png', null, '2024-12-10 21:07:49', null, null); INSERT INTO `oss_file` VALUES ('1866471638693421057', 'import-mobile.xlsx', '/oss/physical/temp/import-mobile_1733836490640.xlsx', null, '2024-12-10 21:14:51', null, null); INSERT INTO `oss_file` VALUES ('1866471970332844033', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733836569745.png', null, '2024-12-10 21:16:10', null, null); INSERT INTO `oss_file` VALUES ('1866472369894825985', 'import-mobile.xlsx', '/oss/physical/temp/import-mobile_1733836664972.xlsx', null, '2024-12-10 21:17:45', null, null); INSERT INTO `oss_file` VALUES ('1866472637625638913', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733836728843.png', null, '2024-12-10 21:18:49', null, null); INSERT INTO `oss_file` VALUES ('1866473057857150978', 'import-mobile.xlsx', '/oss/physical/temp/import-mobile_1733836828994.xlsx', null, '2024-12-10 21:20:29', null, null); INSERT INTO `oss_file` VALUES ('1866477210549460994', 'WX20241012-003031@2x.png', '/oss/physical/temp/WX20241012-0030312x_1733837819112.png', null, '2024-12-10 21:36:59', null, null); INSERT INTO `oss_file` VALUES ('1866477343022358530', '副本理化所改造需求描述.pdf', '/oss/physical/temp/副本理化所改造需求描述_1733837850677.pdf', null, '2024-12-10 21:37:31', null, null); INSERT INTO `oss_file` VALUES ('1866763329895768066', 'avator.jpg', '/oss/physical/temp/avator_1733906035269.jpg', null, '2024-12-11 16:33:55', null, null); INSERT INTO `oss_file` VALUES ('1866779569586544641', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733909907127.jpg', null, '2024-12-11 17:38:27', null, null); INSERT INTO `oss_file` VALUES ('1867043298878267393', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733972785090.jpg', null, '2024-12-12 11:06:25', null, null); INSERT INTO `oss_file` VALUES ('1867154567987826689', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733999313678.jpg', null, '2024-12-12 18:28:34', null, null); INSERT INTO `oss_file` VALUES ('1867154910364667905', 'test.txt', '/oss/physical/temp/test_1733999395340.txt', null, '2024-12-12 18:29:55', null, null); INSERT INTO `oss_file` VALUES ('1867154950147641346', 'test.xls', '/oss/physical/temp/test_1733999404821.xls', null, '2024-12-12 18:30:05', null, null); INSERT INTO `oss_file` VALUES ('1867155004832976897', 'test.doc', '/oss/physical/temp/test_1733999417824.doc', null, '2024-12-12 18:30:18', null, null); INSERT INTO `oss_file` VALUES ('1867156951656927233', 'test.txt', '/oss/physical/temp/test_1733999882024.txt', null, '2024-12-12 18:38:02', null, null); INSERT INTO `oss_file` VALUES ('1867157001460092930', 'test.xls', '/oss/physical/temp/test_1733999893895.xls', null, '2024-12-12 18:38:14', null, null); INSERT INTO `oss_file` VALUES ('1867157104505753601', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1733999918466.jpg', null, '2024-12-12 18:38:38', null, null); INSERT INTO `oss_file` VALUES ('1867165781451182081', 'test.xls', '/oss/physical/temp/test_1734001987209.xls', null, '2024-12-12 19:13:07', null, null); INSERT INTO `oss_file` VALUES ('1868137789479559170', 'test.xls', '/oss/physical/temp/test_1734233731947.xls', null, '2024-12-15 11:35:32', null, null); INSERT INTO `oss_file` VALUES ('1868820474967465985', '641.jpg', '/oss/physical/temp/641_1734396496854.jpg', null, '2024-12-17 08:48:17', null, null); INSERT INTO `oss_file` VALUES ('1868820650050297858', '641.jpg', '/oss/physical/temp/641_1734396538624.jpg', null, '2024-12-17 08:48:59', null, null); INSERT INTO `oss_file` VALUES ('1868820666139648001', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734396542459.png', null, '2024-12-17 08:49:02', null, null); INSERT INTO `oss_file` VALUES ('1868820666148036610', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734396542445.png', null, '2024-12-17 08:49:02', null, null); INSERT INTO `oss_file` VALUES ('1868820666424860673', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734396542477.png', null, '2024-12-17 08:49:03', null, null); INSERT INTO `oss_file` VALUES ('1868820726168526849', '641 (1).jpg', '/oss/physical/temp/641(1)_1734396556759.jpg', null, '2024-12-17 08:49:17', null, null); INSERT INTO `oss_file` VALUES ('1868820726172721153', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734396556756.png', null, '2024-12-17 08:49:17', null, null); INSERT INTO `oss_file` VALUES ('1868820726181109761', '641.jpg', '/oss/physical/temp/641_1734396556752.jpg', null, '2024-12-17 08:49:17', null, null); INSERT INTO `oss_file` VALUES ('1868820726298550273', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734396556796.png', null, '2024-12-17 08:49:17', null, null); INSERT INTO `oss_file` VALUES ('1868820726344687618', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734396556792.jpeg', null, '2024-12-17 08:49:17', null, null); INSERT INTO `oss_file` VALUES ('1868820726751535105', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734396556902.png', null, '2024-12-17 08:49:17', null, null); INSERT INTO `oss_file` VALUES ('1868820726906724353', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734396556888.jpg', null, '2024-12-17 08:49:17', null, null); INSERT INTO `oss_file` VALUES ('1868820727208714242', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734396556999.png', null, '2024-12-17 08:49:17', null, null); INSERT INTO `oss_file` VALUES ('1868820727212908546', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734396556971.png', null, '2024-12-17 08:49:17', null, null); INSERT INTO `oss_file` VALUES ('1868926315838152706', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734421731290.jpg', null, '2024-12-17 15:48:51', null, null); INSERT INTO `oss_file` VALUES ('1868926402672828418', '641 (1).jpg', '/oss/physical/temp/641(1)_1734421752016.jpg', null, '2024-12-17 15:49:12', null, null); INSERT INTO `oss_file` VALUES ('1868926425305292802', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734421757414.png', null, '2024-12-17 15:49:17', null, null); INSERT INTO `oss_file` VALUES ('1868926447996477442', 'data(1).csv', '/oss/physical/temp/data(1)_1734421762827.csv', null, '2024-12-17 15:49:23', null, null); INSERT INTO `oss_file` VALUES ('1868926498047107074', 'data(1).csv', '/oss/physical/temp/data(1)_1734421774761.csv', null, '2024-12-17 15:49:35', null, null); INSERT INTO `oss_file` VALUES ('1868926513507311617', '理化所试验管理模块修改文档反馈文档.docx', '/oss/physical/temp/理化所试验管理模块修改文档反馈文档_1734421778392.docx', null, '2024-12-17 15:49:38', null, null); INSERT INTO `oss_file` VALUES ('1868926555509071873', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1734421788433.docx', null, '2024-12-17 15:49:48', null, null); INSERT INTO `oss_file` VALUES ('1868926556553453570', '理化所试验管理模块修改文档.docx', '/oss/physical/temp/理化所试验管理模块修改文档_1734421788601.docx', null, '2024-12-17 15:49:49', null, null); INSERT INTO `oss_file` VALUES ('1868926557161627649', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1734421788669.docx', null, '2024-12-17 15:49:49', null, null); INSERT INTO `oss_file` VALUES ('1868926557190987777', '理化所试验管理模块修改文档反馈文档.docx', '/oss/physical/temp/理化所试验管理模块修改文档反馈文档_1734421788748.docx', null, '2024-12-17 15:49:49', null, null); INSERT INTO `oss_file` VALUES ('1868926586316234754', '理化所试验管理模块修改文档反馈文档.docx', '/oss/physical/temp/理化所试验管理模块修改文档反馈文档_1734421795722.docx', null, '2024-12-17 15:49:56', null, null); INSERT INTO `oss_file` VALUES ('1868926586668556289', '理化所试验管理模块修改文档.docx', '/oss/physical/temp/理化所试验管理模块修改文档_1734421795743.docx', null, '2024-12-17 15:49:56', null, null); INSERT INTO `oss_file` VALUES ('1868926587104763906', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1734421795887.docx', null, '2024-12-17 15:49:56', null, null); INSERT INTO `oss_file` VALUES ('1868926611322675201', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1734421801752.docx', null, '2024-12-17 15:50:02', null, null); INSERT INTO `oss_file` VALUES ('1868926634584285186', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1734421807302.docx', null, '2024-12-17 15:50:07', null, null); INSERT INTO `oss_file` VALUES ('1868926650514251777', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1734421811019.docx', null, '2024-12-17 15:50:11', null, null); INSERT INTO `oss_file` VALUES ('1868926799214911489', '641 (1).jpg', '/oss/physical/temp/641(1)_1734421846551.jpg', null, '2024-12-17 15:50:47', null, null); INSERT INTO `oss_file` VALUES ('1868926799311380482', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734421846572.png', null, '2024-12-17 15:50:47', null, null); INSERT INTO `oss_file` VALUES ('1868926799344934914', '641.jpg', '/oss/physical/temp/641_1734421846570.jpg', null, '2024-12-17 15:50:47', null, null); INSERT INTO `oss_file` VALUES ('1868926799558844417', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734421846628.jpeg', null, '2024-12-17 15:50:47', null, null); INSERT INTO `oss_file` VALUES ('1868926799646924802', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734421846650.png', null, '2024-12-17 15:50:47', null, null); INSERT INTO `oss_file` VALUES ('1868926799789531138', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734421846694.png', null, '2024-12-17 15:50:47', null, null); INSERT INTO `oss_file` VALUES ('1868926800053772290', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734421846705.jpg', null, '2024-12-17 15:50:47', null, null); INSERT INTO `oss_file` VALUES ('1868926800179601410', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734421846736.png', null, '2024-12-17 15:50:47', null, null); INSERT INTO `oss_file` VALUES ('1868926937933127682', '641 (1).jpg', '/oss/physical/temp/641(1)_1734421879623.jpg', null, '2024-12-17 15:51:20', null, null); INSERT INTO `oss_file` VALUES ('1868926937958293506', '641.jpg', '/oss/physical/temp/641_1734421879624.jpg', null, '2024-12-17 15:51:20', null, null); INSERT INTO `oss_file` VALUES ('1868926937996042241', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734421879633.png', null, '2024-12-17 15:51:20', null, null); INSERT INTO `oss_file` VALUES ('1868926938067345409', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734421879646.jpeg', null, '2024-12-17 15:51:20', null, null); INSERT INTO `oss_file` VALUES ('1868926938436444162', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734421879702.png', null, '2024-12-17 15:51:20', null, null); INSERT INTO `oss_file` VALUES ('1868926938654547969', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734421879718.jpg', null, '2024-12-17 15:51:20', null, null); INSERT INTO `oss_file` VALUES ('1868926938725851138', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734421879809.png', null, '2024-12-17 15:51:20', null, null); INSERT INTO `oss_file` VALUES ('1868926938771988482', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734421879825.png', null, '2024-12-17 15:51:20', null, null); INSERT INTO `oss_file` VALUES ('1868926938906206209', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734421879819.png', null, '2024-12-17 15:51:20', null, null); INSERT INTO `oss_file` VALUES ('1868931775760801794', '641 (1).jpg', '/oss/physical/temp/641(1)_1734423033057.jpg', null, '2024-12-17 16:10:33', null, null); INSERT INTO `oss_file` VALUES ('1868931775966322690', '641.jpg', '/oss/physical/temp/641_1734423033099.jpg', null, '2024-12-17 16:10:33', null, null); INSERT INTO `oss_file` VALUES ('1868931775999877121', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734423033103.png', null, '2024-12-17 16:10:33', null, null); INSERT INTO `oss_file` VALUES ('1868931776033431553', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734423033115.png', null, '2024-12-17 16:10:33', null, null); INSERT INTO `oss_file` VALUES ('1868931776108929025', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734423033123.jpeg', null, '2024-12-17 16:10:33', null, null); INSERT INTO `oss_file` VALUES ('1868931776427696129', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734423033222.png', null, '2024-12-17 16:10:33', null, null); INSERT INTO `oss_file` VALUES ('1868931776528359425', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734423033201.png', null, '2024-12-17 16:10:33', null, null); INSERT INTO `oss_file` VALUES ('1868931777237196801', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734423033397.jpg', null, '2024-12-17 16:10:33', null, null); INSERT INTO `oss_file` VALUES ('1868932031168749569', '641 (1).jpg', '/oss/physical/temp/641(1)_1734423093951.jpg', null, '2024-12-17 16:11:34', null, null); INSERT INTO `oss_file` VALUES ('1868932031189721090', '641.jpg', '/oss/physical/temp/641_1734423093958.jpg', null, '2024-12-17 16:11:34', null, null); INSERT INTO `oss_file` VALUES ('1868932031344910337', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734423093980.png', null, '2024-12-17 16:11:34', null, null); INSERT INTO `oss_file` VALUES ('1868932031521071105', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734423094011.jpeg', null, '2024-12-17 16:11:34', null, null); INSERT INTO `oss_file` VALUES ('1868932031592374274', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734423094041.png', null, '2024-12-17 16:11:34', null, null); INSERT INTO `oss_file` VALUES ('1868932031890169858', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734423094111.png', null, '2024-12-17 16:11:34', null, null); INSERT INTO `oss_file` VALUES ('1868932031906947073', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734423094109.png', null, '2024-12-17 16:11:34', null, null); INSERT INTO `oss_file` VALUES ('1868932031911141377', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734423094064.jpg', null, '2024-12-17 16:11:34', null, null); INSERT INTO `oss_file` VALUES ('1868932032166993922', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734423094176.png', null, '2024-12-17 16:11:34', null, null); INSERT INTO `oss_file` VALUES ('1868932073115983874', '641 (1).jpg', '/oss/physical/temp/641(1)_1734423103955.jpg', null, '2024-12-17 16:11:44', null, null); INSERT INTO `oss_file` VALUES ('1868932073128566785', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734423103955.png', null, '2024-12-17 16:11:44', null, null); INSERT INTO `oss_file` VALUES ('1868932073321504769', '641.jpg', '/oss/physical/temp/641_1734423103993.jpg', null, '2024-12-17 16:11:44', null, null); INSERT INTO `oss_file` VALUES ('1868932073422168066', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734423104023.png', null, '2024-12-17 16:11:44', null, null); INSERT INTO `oss_file` VALUES ('1868932073434750978', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734423104015.jpeg', null, '2024-12-17 16:11:44', null, null); INSERT INTO `oss_file` VALUES ('1868932073648660482', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734423104079.png', null, '2024-12-17 16:11:44', null, null); INSERT INTO `oss_file` VALUES ('1868932073761906690', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734423104063.jpg', null, '2024-12-17 16:11:44', null, null); INSERT INTO `oss_file` VALUES ('1868932073933873154', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734423104146.png', null, '2024-12-17 16:11:44', null, null); INSERT INTO `oss_file` VALUES ('1868932073996787713', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734423104153.png', null, '2024-12-17 16:11:44', null, null); INSERT INTO `oss_file` VALUES ('1868932606396571650', '641 (1).jpg', '/oss/physical/temp/641(1)_1734423231096.jpg', null, '2024-12-17 16:13:51', null, null); INSERT INTO `oss_file` VALUES ('1868932606442708994', '641.jpg', '/oss/physical/temp/641_1734423231100.jpg', null, '2024-12-17 16:13:51', null, null); INSERT INTO `oss_file` VALUES ('1868932606568538114', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734423231131.jpeg', null, '2024-12-17 16:13:51', null, null); INSERT INTO `oss_file` VALUES ('1868932606702755842', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734423231169.png', null, '2024-12-17 16:13:51', null, null); INSERT INTO `oss_file` VALUES ('1868932606807613441', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734423231177.png', null, '2024-12-17 16:13:51', null, null); INSERT INTO `oss_file` VALUES ('1868932606895693826', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734423231216.png', null, '2024-12-17 16:13:51', null, null); INSERT INTO `oss_file` VALUES ('1868932607038300161', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734423231223.jpg', null, '2024-12-17 16:13:51', null, null); INSERT INTO `oss_file` VALUES ('1868932607059271682', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734423231256.png', null, '2024-12-17 16:13:51', null, null); INSERT INTO `oss_file` VALUES ('1868932607235432449', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734423231258.png', null, '2024-12-17 16:13:51', null, null); INSERT INTO `oss_file` VALUES ('1868932722633318401', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734423258805.png', null, '2024-12-17 16:14:19', null, null); INSERT INTO `oss_file` VALUES ('1868932722658484226', '641 (1).jpg', '/oss/physical/temp/641(1)_1734423258807.jpg', null, '2024-12-17 16:14:19', null, null); INSERT INTO `oss_file` VALUES ('1868932722771730434', '641.jpg', '/oss/physical/temp/641_1734423258828.jpg', null, '2024-12-17 16:14:19', null, null); INSERT INTO `oss_file` VALUES ('1868932722788507650', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734423258828.jpeg', null, '2024-12-17 16:14:19', null, null); INSERT INTO `oss_file` VALUES ('1868932723186966530', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734423258939.png', null, '2024-12-17 16:14:19', null, null); INSERT INTO `oss_file` VALUES ('1868932723287629825', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734423258926.png', null, '2024-12-17 16:14:19', null, null); INSERT INTO `oss_file` VALUES ('1868932723291824130', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734423258938.jpg', null, '2024-12-17 16:14:19', null, null); INSERT INTO `oss_file` VALUES ('1868933659502419970', '641 (1).jpg', '/oss/physical/temp/641(1)_1734423482178.jpg', null, '2024-12-17 16:18:02', null, null); INSERT INTO `oss_file` VALUES ('1868933659607277569', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734423482197.jpeg', null, '2024-12-17 16:18:02', null, null); INSERT INTO `oss_file` VALUES ('1868933659624054785', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734423482208.png', null, '2024-12-17 16:18:02', null, null); INSERT INTO `oss_file` VALUES ('1868933659976376321', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734423482260.png', null, '2024-12-17 16:18:02', null, null); INSERT INTO `oss_file` VALUES ('1868933660089622530', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734423482279.jpg', null, '2024-12-17 16:18:02', null, null); INSERT INTO `oss_file` VALUES ('1868933660093816834', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734423482263.png', null, '2024-12-17 16:18:02', null, null); INSERT INTO `oss_file` VALUES ('1868933660102205442', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734423482308.png', null, '2024-12-17 16:18:02', null, null); INSERT INTO `oss_file` VALUES ('1868933660118982658', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734423482308.png', null, '2024-12-17 16:18:02', null, null); INSERT INTO `oss_file` VALUES ('1868933660223840258', '641.jpg', '/oss/physical/temp/641_1734423482352.jpg', null, '2024-12-17 16:18:02', null, null); INSERT INTO `oss_file` VALUES ('1868933729509548033', '641 (1).jpg', '/oss/physical/temp/641(1)_1734423498866.jpg', null, '2024-12-17 16:18:19', null, null); INSERT INTO `oss_file` VALUES ('1868933729534713857', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734423498874.png', null, '2024-12-17 16:18:19', null, null); INSERT INTO `oss_file` VALUES ('1868933729626988546', '641.jpg', '/oss/physical/temp/641_1734423498884.jpg', null, '2024-12-17 16:18:19', null, null); INSERT INTO `oss_file` VALUES ('1868933729752817665', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734423498904.jpeg', null, '2024-12-17 16:18:19', null, null); INSERT INTO `oss_file` VALUES ('1868933729773789185', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734423498934.png', null, '2024-12-17 16:18:19', null, null); INSERT INTO `oss_file` VALUES ('1868933730004475905', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734423498964.jpg', null, '2024-12-17 16:18:19', null, null); INSERT INTO `oss_file` VALUES ('1868933730189025281', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734423499024.png', null, '2024-12-17 16:18:19', null, null); INSERT INTO `oss_file` VALUES ('1868933730381963265', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734423499068.png', null, '2024-12-17 16:18:19', null, null); INSERT INTO `oss_file` VALUES ('1868933730440683521', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734423499055.png', null, '2024-12-17 16:18:19', null, null); INSERT INTO `oss_file` VALUES ('1868933879418167297', '641 (1).jpg', '/oss/physical/temp/641(1)_1734423534608.jpg', null, '2024-12-17 16:18:55', null, null); INSERT INTO `oss_file` VALUES ('1868933879493664769', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734423534623.png', null, '2024-12-17 16:18:55', null, null); INSERT INTO `oss_file` VALUES ('1868933879590133761', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734423534639.jpeg', null, '2024-12-17 16:18:55', null, null); INSERT INTO `oss_file` VALUES ('1868933879674019842', '641.jpg', '/oss/physical/temp/641_1734423534663.jpg', null, '2024-12-17 16:18:55', null, null); INSERT INTO `oss_file` VALUES ('1868933879988592641', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734423534737.png', null, '2024-12-17 16:18:55', null, null); INSERT INTO `oss_file` VALUES ('1868933880164753410', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734423534781.png', null, '2024-12-17 16:18:55', null, null); INSERT INTO `oss_file` VALUES ('1868933880231862274', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734423534745.png', null, '2024-12-17 16:18:55', null, null); INSERT INTO `oss_file` VALUES ('1868933880382857217', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734423534782.jpg', null, '2024-12-17 16:18:55', null, null); INSERT INTO `oss_file` VALUES ('1868933880420605953', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734423534803.png', null, '2024-12-17 16:18:55', null, null); INSERT INTO `oss_file` VALUES ('1868962127619399681', '641.jpg', '/oss/physical/temp/641_1734430269509.jpg', null, '2024-12-17 18:11:10', null, null); INSERT INTO `oss_file` VALUES ('1868962146594430977', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734430274032.png', null, '2024-12-17 18:11:14', null, null); INSERT INTO `oss_file` VALUES ('1868962214173057025', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734430290145.png', null, '2024-12-17 18:11:30', null, null); INSERT INTO `oss_file` VALUES ('1868962421908545537', '641 (1).jpg', '/oss/physical/temp/641(1)_1734430339673.jpg', null, '2024-12-17 18:12:20', null, null); INSERT INTO `oss_file` VALUES ('1868963293346504705', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734430547433.jpeg', null, '2024-12-17 18:15:47', null, null); INSERT INTO `oss_file` VALUES ('1868963373247995905', '641.jpg', '/oss/physical/temp/641_1734430566486.jpg', null, '2024-12-17 18:16:06', null, null); INSERT INTO `oss_file` VALUES ('1868963604207345666', '641.jpg', '/oss/physical/temp/641_1734430621557.jpg', null, '2024-12-17 18:17:02', null, null); INSERT INTO `oss_file` VALUES ('1868968962359402498', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734431899026.png', null, '2024-12-17 18:38:19', null, null); INSERT INTO `oss_file` VALUES ('1868968962363596802', '641 (1).jpg', '/oss/physical/temp/641(1)_1734431899026.jpg', null, '2024-12-17 18:38:19', null, null); INSERT INTO `oss_file` VALUES ('1868968962413928449', '641.jpg', '/oss/physical/temp/641_1734431899042.jpg', null, '2024-12-17 18:38:19', null, null); INSERT INTO `oss_file` VALUES ('1868968962464260097', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734431899050.png', null, '2024-12-17 18:38:19', null, null); INSERT INTO `oss_file` VALUES ('1868968962548146178', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734431899075.jpeg', null, '2024-12-17 18:38:19', null, null); INSERT INTO `oss_file` VALUES ('1868968962820775938', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734431899145.png', null, '2024-12-17 18:38:19', null, null); INSERT INTO `oss_file` VALUES ('1868968963013713921', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734431899169.jpg', null, '2024-12-17 18:38:19', null, null); INSERT INTO `oss_file` VALUES ('1868968963194068993', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734431899197.png', null, '2024-12-17 18:38:19', null, null); INSERT INTO `oss_file` VALUES ('1868969753992339458', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734432087776.png', null, '2024-12-17 18:41:28', null, null); INSERT INTO `oss_file` VALUES ('1868969754004922369', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734432087776.png', null, '2024-12-17 18:41:28', null, null); INSERT INTO `oss_file` VALUES ('1868969754147528705', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734432087803.png', null, '2024-12-17 18:41:28', null, null); INSERT INTO `oss_file` VALUES ('1868969754248192001', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734432087835.jpeg', null, '2024-12-17 18:41:28', null, null); INSERT INTO `oss_file` VALUES ('1868969754336272386', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734432087818.png', null, '2024-12-17 18:41:28', null, null); INSERT INTO `oss_file` VALUES ('1868969754462101506', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734432087859.jpg', null, '2024-12-17 18:41:28', null, null); INSERT INTO `oss_file` VALUES ('1868969774888361985', '641 (1).jpg', '/oss/physical/temp/641(1)_1734432092760.jpg', null, '2024-12-17 18:41:33', null, null); INSERT INTO `oss_file` VALUES ('1868969774930305026', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734432092772.png', null, '2024-12-17 18:41:33', null, null); INSERT INTO `oss_file` VALUES ('1868969775068717058', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734432092800.png', null, '2024-12-17 18:41:33', null, null); INSERT INTO `oss_file` VALUES ('1868969775127437314', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734432092808.jpeg', null, '2024-12-17 18:41:33', null, null); INSERT INTO `oss_file` VALUES ('1868969775442010113', '641.jpg', '/oss/physical/temp/641_1734432092884.jpg', null, '2024-12-17 18:41:33', null, null); INSERT INTO `oss_file` VALUES ('1868969775525896194', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734432092908.png', null, '2024-12-17 18:41:33', null, null); INSERT INTO `oss_file` VALUES ('1868969775588810753', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734432092881.png', null, '2024-12-17 18:41:33', null, null); INSERT INTO `oss_file` VALUES ('1868969775676891137', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734432092904.jpg', null, '2024-12-17 18:41:33', null, null); INSERT INTO `oss_file` VALUES ('1868969775685279745', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734432092925.png', null, '2024-12-17 18:41:33', null, null); INSERT INTO `oss_file` VALUES ('1868969872212992002', '641.jpg', '/oss/physical/temp/641_1734432115955.jpg', null, '2024-12-17 18:41:56', null, null); INSERT INTO `oss_file` VALUES ('1868969872221380609', '641 (1).jpg', '/oss/physical/temp/641(1)_1734432115959.jpg', null, '2024-12-17 18:41:56', null, null); INSERT INTO `oss_file` VALUES ('1868969872288489474', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734432115971.png', null, '2024-12-17 18:41:56', null, null); INSERT INTO `oss_file` VALUES ('1868969872313655297', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734432115971.jpeg', null, '2024-12-17 18:41:56', null, null); INSERT INTO `oss_file` VALUES ('1868969872703725569', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734432116039.jpg', null, '2024-12-17 18:41:56', null, null); INSERT INTO `oss_file` VALUES ('1868969872770834433', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734432116084.png', null, '2024-12-17 18:41:56', null, null); INSERT INTO `oss_file` VALUES ('1868969872850526209', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734432116084.png', null, '2024-12-17 18:41:56', null, null); INSERT INTO `oss_file` VALUES ('1868969872892469250', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734432116120.png', null, '2024-12-17 18:41:56', null, null); INSERT INTO `oss_file` VALUES ('1868969873047658498', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734432116120.png', null, '2024-12-17 18:41:56', null, null); INSERT INTO `oss_file` VALUES ('1868969931101020161', '中国科学院新疆理化技术研究所测试bug.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试bug_1734432130008.xlsx', null, '2024-12-17 18:42:10', null, null); INSERT INTO `oss_file` VALUES ('1868969931474313218', '新疆理化所辐射效应数据库(三期)开发计划_20241102.xlsx', '/oss/physical/temp/新疆理化所辐射效应数据库(三期)开发计划_20241102_1734432130089.xlsx', null, '2024-12-17 18:42:10', null, null); INSERT INTO `oss_file` VALUES ('1868969931692417025', '用户改造需求描述1.docx', '/oss/physical/temp/用户改造需求描述1_1734432130071.docx', null, '2024-12-17 18:42:10', null, null); INSERT INTO `oss_file` VALUES ('1868969931960852481', '中国科学院新疆理化技术研究所测试用例 - 包含首页&数据库管理.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试用例-包含首页数据库管理_1734432130167.xlsx', null, '2024-12-17 18:42:10', null, null); INSERT INTO `oss_file` VALUES ('1868969931981824001', '外网数据的抓取(2).docx', '/oss/physical/temp/外网数据的抓取(2)_1734432130124.docx', null, '2024-12-17 18:42:10', null, null); INSERT INTO `oss_file` VALUES ('1868969932107653121', '中国科学院新疆理化技术研究所测试用例 - 包含首页.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试用例-包含首页_1734432130237.xlsx', null, '2024-12-17 18:42:10', null, null); INSERT INTO `oss_file` VALUES ('1868969932380282882', '理化所试验管理模块修改文档反馈文档.docx', '/oss/physical/temp/理化所试验管理模块修改文档反馈文档_1734432130220.docx', null, '2024-12-17 18:42:10', null, null); INSERT INTO `oss_file` VALUES ('1868969932757770241', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1734432130312.docx', null, '2024-12-17 18:42:10', null, null); INSERT INTO `oss_file` VALUES ('1868970205886652418', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734432195511.png', null, '2024-12-17 18:43:16', null, null); INSERT INTO `oss_file` VALUES ('1868970205936984066', '641 (1).jpg', '/oss/physical/temp/641(1)_1734432195519.jpg', null, '2024-12-17 18:43:16', null, null); INSERT INTO `oss_file` VALUES ('1868970205999898625', '641.jpg', '/oss/physical/temp/641_1734432195531.jpg', null, '2024-12-17 18:43:16', null, null); INSERT INTO `oss_file` VALUES ('1868970206046035970', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734432195541.jpeg', null, '2024-12-17 18:43:16', null, null); INSERT INTO `oss_file` VALUES ('1868970206226391042', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734432195552.png', null, '2024-12-17 18:43:16', null, null); INSERT INTO `oss_file` VALUES ('1868970337050927106', '641.jpg', '/oss/physical/temp/641_1734432226789.jpg', null, '2024-12-17 18:43:47', null, null); INSERT INTO `oss_file` VALUES ('1868970430403551234', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734432249049.png', null, '2024-12-17 18:44:09', null, null); INSERT INTO `oss_file` VALUES ('1868970529678532610', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1734432272702.docx', null, '2024-12-17 18:44:33', null, null); INSERT INTO `oss_file` VALUES ('1868970595495550978', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1734432288394.docx', null, '2024-12-17 18:44:48', null, null); INSERT INTO `oss_file` VALUES ('1868971271785127938', '理化所试验管理模块修改文档.docx', '/oss/physical/temp/理化所试验管理模块修改文档_1734432449571.docx', null, '2024-12-17 18:47:30', null, null); INSERT INTO `oss_file` VALUES ('1868971287517962241', '外网数据的抓取(2).docx', '/oss/physical/temp/外网数据的抓取(2)_1734432453386.docx', null, '2024-12-17 18:47:33', null, null); INSERT INTO `oss_file` VALUES ('1868971309617750017', '中国科学院新疆理化技术研究所测试bug.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试bug_1734432458669.xlsx', null, '2024-12-17 18:47:39', null, null); INSERT INTO `oss_file` VALUES ('1868971326587904001', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1734432462632.docx', null, '2024-12-17 18:47:43', null, null); INSERT INTO `oss_file` VALUES ('1868971346292744194', '中国科学院新疆理化技术研究所测试用例 - 包含首页&数据库管理.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试用例-包含首页数据库管理_1734432467410.xlsx', null, '2024-12-17 18:47:47', null, null); INSERT INTO `oss_file` VALUES ('1868971376625950721', '理化所试验管理模块修改文档反馈文档.docx', '/oss/physical/temp/理化所试验管理模块修改文档反馈文档_1734432474585.docx', null, '2024-12-17 18:47:55', null, null); INSERT INTO `oss_file` VALUES ('1868971393562550273', 'data(1).csv', '/oss/physical/temp/data(1)_1734432478686.csv', null, '2024-12-17 18:47:59', null, null); INSERT INTO `oss_file` VALUES ('1868972108833988610', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1734432649133.docx', null, '2024-12-17 18:50:49', null, null); INSERT INTO `oss_file` VALUES ('1868972142212259842', 'data(1).csv', '/oss/physical/temp/data(1)_1734432657178.csv', null, '2024-12-17 18:50:57', null, null); INSERT INTO `oss_file` VALUES ('1868972191138816001', '实验数据库三期产品架构设计_V0.0.1.docx', '/oss/physical/temp/实验数据库三期产品架构设计_V0.0.1_1734432668762.docx', null, '2024-12-17 18:51:09', null, null); INSERT INTO `oss_file` VALUES ('1868972239654330370', '外网数据的抓取(2).docx', '/oss/physical/temp/外网数据的抓取(2)_1734432680399.docx', null, '2024-12-17 18:51:20', null, null); INSERT INTO `oss_file` VALUES ('1868972268515336193', '用户改造需求描述1.docx', '/oss/physical/temp/用户改造需求描述1_1734432687245.docx', null, '2024-12-17 18:51:27', null, null); INSERT INTO `oss_file` VALUES ('1868972297695109122', '理化所试验管理模块修改文档.docx', '/oss/physical/temp/理化所试验管理模块修改文档_1734432694203.docx', null, '2024-12-17 18:51:34', null, null); INSERT INTO `oss_file` VALUES ('1868972325025193986', '中国科学院新疆理化技术研究所测试bug.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试bug_1734432700764.xlsx', null, '2024-12-17 18:51:41', null, null); INSERT INTO `oss_file` VALUES ('1868972345908633602', 'data(1).csv', '/oss/physical/temp/data(1)_1734432705742.csv', null, '2024-12-17 18:51:46', null, null); INSERT INTO `oss_file` VALUES ('1869304852621402113', 'data(1).csv', '/oss/physical/temp/data(1)_1734511981488.csv', null, '2024-12-18 16:53:02', null, null); INSERT INTO `oss_file` VALUES ('1869304888566587394', '中国科学院新疆理化技术研究所测试bug.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试bug_1734511990083.xlsx', null, '2024-12-18 16:53:10', null, null); INSERT INTO `oss_file` VALUES ('1869305396140285953', '测试pdf.pdf', '/oss/physical/temp/测试pdf_1734512111104.pdf', null, '2024-12-18 16:55:11', null, null); INSERT INTO `oss_file` VALUES ('1869305418491731970', '测试文本.txt', '/oss/physical/temp/测试文本_1734512116433.txt', null, '2024-12-18 16:55:16', null, null); INSERT INTO `oss_file` VALUES ('1869313703001300993', '641 (1).jpg', '/oss/physical/temp/641(1)_1734514091610.jpg', null, '2024-12-18 17:28:12', null, null); INSERT INTO `oss_file` VALUES ('1869558344434950145', '测试文本.txt', '/oss/physical/temp/测试文本_1734572418676.txt', null, '2024-12-19 09:40:19', null, null); INSERT INTO `oss_file` VALUES ('1869558970980081666', '测试文本.txt', '/oss/physical/temp/测试文本_1734572568058.txt', null, '2024-12-19 09:42:48', null, null); INSERT INTO `oss_file` VALUES ('1869560498944057345', '641 (1).jpg', '/oss/physical/temp/641(1)_1734572932347.jpg', null, '2024-12-19 09:48:52', null, null); INSERT INTO `oss_file` VALUES ('1869560607794634753', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734572958300.png', null, '2024-12-19 09:49:18', null, null); INSERT INTO `oss_file` VALUES ('1869560728896774146', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734572987161.png', null, '2024-12-19 09:49:47', null, null); INSERT INTO `oss_file` VALUES ('1869560829904003074', '641.jpg', '/oss/physical/temp/641_1734573011256.jpg', null, '2024-12-19 09:50:11', null, null); INSERT INTO `oss_file` VALUES ('1869560854344212482', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734573017076.png', null, '2024-12-19 09:50:17', null, null); INSERT INTO `oss_file` VALUES ('1869616804665073666', '641.jpg', '/oss/physical/temp/641_1734586356681.jpg', null, '2024-12-19 13:32:37', null, null); INSERT INTO `oss_file` VALUES ('1869617154243534850', '641.jpg', '/oss/physical/temp/641_1734586440022.jpg', null, '2024-12-19 13:34:00', null, null); INSERT INTO `oss_file` VALUES ('1869617154319032321', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734586440043.png', null, '2024-12-19 13:34:00', null, null); INSERT INTO `oss_file` VALUES ('1869618934792691713', '641.jpg', '/oss/physical/temp/641_1734586864542.jpg', null, '2024-12-19 13:41:05', null, null); INSERT INTO `oss_file` VALUES ('1869630690160123906', '641.jpg', '/oss/physical/temp/641_1734589667239.jpg', null, '2024-12-19 14:27:47', null, null); INSERT INTO `oss_file` VALUES ('1869630709026103297', '641.jpg', '/oss/physical/temp/641_1734589671738.jpg', null, '2024-12-19 14:27:52', null, null); INSERT INTO `oss_file` VALUES ('1869630726562488322', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734589675919.png', null, '2024-12-19 14:27:56', null, null); INSERT INTO `oss_file` VALUES ('1869630746862919682', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734589680720.png', null, '2024-12-19 14:28:01', null, null); INSERT INTO `oss_file` VALUES ('1869630765217193985', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734589685137.png', null, '2024-12-19 14:28:05', null, null); INSERT INTO `oss_file` VALUES ('1869630787946127361', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734589690534.jpg', null, '2024-12-19 14:28:11', null, null); INSERT INTO `oss_file` VALUES ('1869634936720957441', '641 (1).jpg', '/oss/physical/temp/641(1)_1734590679694.jpg', null, '2024-12-19 14:44:40', null, null); INSERT INTO `oss_file` VALUES ('1869634936884535298', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734590679718.png', null, '2024-12-19 14:44:40', null, null); INSERT INTO `oss_file` VALUES ('1869634936884535299', '641.jpg', '/oss/physical/temp/641_1734590679717.jpg', null, '2024-12-19 14:44:40', null, null); INSERT INTO `oss_file` VALUES ('1869634936934866945', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734590679723.jpeg', null, '2024-12-19 14:44:40', null, null); INSERT INTO `oss_file` VALUES ('1869634937266216961', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734590679787.jpg', null, '2024-12-19 14:44:40', null, null); INSERT INTO `oss_file` VALUES ('1869634937400434690', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734590679838.png', null, '2024-12-19 14:44:40', null, null); INSERT INTO `oss_file` VALUES ('1869634937413017601', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734590679856.png', null, '2024-12-19 14:44:40', null, null); INSERT INTO `oss_file` VALUES ('1869634937555623937', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734590679864.png', null, '2024-12-19 14:44:40', null, null); INSERT INTO `oss_file` VALUES ('1869634937706618881', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734590679887.png', null, '2024-12-19 14:44:40', null, null); INSERT INTO `oss_file` VALUES ('1869636012295692290', '641 (1).jpg', '/oss/physical/temp/641(1)_1734590936138.jpg', null, '2024-12-19 14:48:56', null, null); INSERT INTO `oss_file` VALUES ('1869636012429910017', '641.jpg', '/oss/physical/temp/641_1734590936159.jpg', null, '2024-12-19 14:48:56', null, null); INSERT INTO `oss_file` VALUES ('1869636012455075842', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734590936167.jpeg', null, '2024-12-19 14:48:56', null, null); INSERT INTO `oss_file` VALUES ('1869636012601876482', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734590936204.png', null, '2024-12-19 14:48:56', null, null); INSERT INTO `oss_file` VALUES ('1869636012861923329', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734590936252.png', null, '2024-12-19 14:48:56', null, null); INSERT INTO `oss_file` VALUES ('1869636012870311937', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734590936219.jpg', null, '2024-12-19 14:48:56', null, null); INSERT INTO `oss_file` VALUES ('1869636013008723970', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734590936290.png', null, '2024-12-19 14:48:56', null, null); INSERT INTO `oss_file` VALUES ('1869636013080027138', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734590936280.png', null, '2024-12-19 14:48:56', null, null); INSERT INTO `oss_file` VALUES ('1869636013235216386', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734590936310.png', null, '2024-12-19 14:48:56', null, null); INSERT INTO `oss_file` VALUES ('1869637319274373122', '641 (1).jpg', '/oss/physical/temp/641(1)_1734591247742.jpg', null, '2024-12-19 14:54:08', null, null); INSERT INTO `oss_file` VALUES ('1869637319299538945', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734591247748.png', null, '2024-12-19 14:54:08', null, null); INSERT INTO `oss_file` VALUES ('1869637319412785154', '641.jpg', '/oss/physical/temp/641_1734591247771.jpg', null, '2024-12-19 14:54:08', null, null); INSERT INTO `oss_file` VALUES ('1869637319433756674', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734591247772.jpeg', null, '2024-12-19 14:54:08', null, null); INSERT INTO `oss_file` VALUES ('1869637319656054785', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734591247837.png', null, '2024-12-19 14:54:08', null, null); INSERT INTO `oss_file` VALUES ('1869637319718969346', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734591247808.png', null, '2024-12-19 14:54:08', null, null); INSERT INTO `oss_file` VALUES ('1869637319790272514', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734591247867.png', null, '2024-12-19 14:54:08', null, null); INSERT INTO `oss_file` VALUES ('1869637319983210497', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734591247899.png', null, '2024-12-19 14:54:08', null, null); INSERT INTO `oss_file` VALUES ('1869637321207947265', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734591248180.jpg', null, '2024-12-19 14:54:08', null, null); INSERT INTO `oss_file` VALUES ('1869637370558128130', '641 (1).jpg', '/oss/physical/temp/641(1)_1734591259973.jpg', null, '2024-12-19 14:54:20', null, null); INSERT INTO `oss_file` VALUES ('1869637443367051266', 'avator.jpg', '/oss/physical/temp/avator_1734591277325.jpg', null, '2024-12-19 14:54:37', null, null); INSERT INTO `oss_file` VALUES ('1869637670346006530', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734591331448.png', null, '2024-12-19 14:55:31', null, null); INSERT INTO `oss_file` VALUES ('1869637690310893570', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734591336209.png', null, '2024-12-19 14:55:36', null, null); INSERT INTO `oss_file` VALUES ('1869641041907916801', 'data(1).csv', '/oss/physical/temp/data(1)_1734592135292.csv', null, '2024-12-19 15:08:55', null, null); INSERT INTO `oss_file` VALUES ('1869641062212542466', '理化所试验管理模块修改文档反馈文档.docx', '/oss/physical/temp/理化所试验管理模块修改文档反馈文档_1734592140085.docx', null, '2024-12-19 15:09:00', null, null); INSERT INTO `oss_file` VALUES ('1869641077756633089', '理化所试验管理模块修改文档.docx', '/oss/physical/temp/理化所试验管理模块修改文档_1734592143779.docx', null, '2024-12-19 15:09:04', null, null); INSERT INTO `oss_file` VALUES ('1869641095674699778', '中国科学院新疆理化技术研究所测试bug.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试bug_1734592148112.xlsx', null, '2024-12-19 15:09:08', null, null); INSERT INTO `oss_file` VALUES ('1869641391008227329', '中国科学院新疆理化技术研究所测试用例 - 包含首页&数据库管理.xlsx', '/oss/physical/temp/中国科学院新疆理化技术研究所测试用例-包含首页数据库管理_1734592218523.xlsx', null, '2024-12-19 15:10:19', null, null); INSERT INTO `oss_file` VALUES ('1869657985071554562', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1734596174858.jpg', null, '2024-12-19 16:16:15', null, null); INSERT INTO `oss_file` VALUES ('1869678246307143681', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1734601005426.jpg', null, '2024-12-19 17:36:46', null, null); INSERT INTO `oss_file` VALUES ('1869711556097974273', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1734608947181.jpg', null, '2024-12-19 19:49:07', null, null); INSERT INTO `oss_file` VALUES ('1870010620144361473', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734680249563.jpg', null, '2024-12-20 15:37:30', null, null); INSERT INTO `oss_file` VALUES ('1870010647688355842', '641.jpg', '/oss/physical/temp/641_1734680256171.jpg', null, '2024-12-20 15:37:36', null, null); INSERT INTO `oss_file` VALUES ('1870012429051207682', '641.jpg', '/oss/physical/temp/641_1734680680880.jpg', null, '2024-12-20 15:44:41', null, null); INSERT INTO `oss_file` VALUES ('1870012486823550978', '641.jpg', '/oss/physical/temp/641_1734680694648.jpg', null, '2024-12-20 15:44:55', null, null); INSERT INTO `oss_file` VALUES ('1870012588736749569', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734680718953.png', null, '2024-12-20 15:45:19', null, null); INSERT INTO `oss_file` VALUES ('1871019893905268737', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734920879222.png', null, '2024-12-23 10:27:59', null, null); INSERT INTO `oss_file` VALUES ('1871026280366448642', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734922401871.png', null, '2024-12-23 10:53:22', null, null); INSERT INTO `oss_file` VALUES ('1871026904604712962', '测试pdf.pdf', '/oss/physical/temp/测试pdf_1734922550707.pdf', null, '2024-12-23 10:55:51', null, null); INSERT INTO `oss_file` VALUES ('1871026924619931650', '测试文本.txt', '/oss/physical/temp/测试文本_1734922555474.txt', null, '2024-12-23 10:55:55', null, null); INSERT INTO `oss_file` VALUES ('1871027244125233153', '新建 BMP 图像.bmp', '/oss/physical/temp/新建BMP图像_1734922631654.bmp', null, '2024-12-23 10:57:12', null, null); INSERT INTO `oss_file` VALUES ('1871027266745114625', '新建 DOC 文档.doc', '/oss/physical/temp/新建DOC文档_1734922637007.doc', null, '2024-12-23 10:57:17', null, null); INSERT INTO `oss_file` VALUES ('1871027291730583553', '新建 DOCX 文档.docx', '/oss/physical/temp/新建DOCX文档_1734922643004.docx', null, '2024-12-23 10:57:23', null, null); INSERT INTO `oss_file` VALUES ('1871027335456202753', '新建 XLS 工作表.xls', '/oss/physical/temp/新建XLS工作表_1734922653427.xls', null, '2024-12-23 10:57:33', null, null); INSERT INTO `oss_file` VALUES ('1871027354888413186', '新建 XLSX 工作表.xlsx', '/oss/physical/temp/新建XLSX工作表_1734922658021.xlsx', null, '2024-12-23 10:57:38', null, null); INSERT INTO `oss_file` VALUES ('1871028259469762561', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734922873721.png', null, '2024-12-23 11:01:14', null, null); INSERT INTO `oss_file` VALUES ('1871028259541065730', '641.jpg', '/oss/physical/temp/641_1734922873739.jpg', null, '2024-12-23 11:01:14', null, null); INSERT INTO `oss_file` VALUES ('1871028259734003713', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734922873771.png', null, '2024-12-23 11:01:14', null, null); INSERT INTO `oss_file` VALUES ('1871028275223568386', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734922877481.png', null, '2024-12-23 11:01:17', null, null); INSERT INTO `oss_file` VALUES ('1871028275236151298', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734922877489.png', null, '2024-12-23 11:01:17', null, null); INSERT INTO `oss_file` VALUES ('1871028275487809537', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734922877508.png', null, '2024-12-23 11:01:18', null, null); INSERT INTO `oss_file` VALUES ('1871028310376030209', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734922885854.png', null, '2024-12-23 11:01:26', null, null); INSERT INTO `oss_file` VALUES ('1871030121426165761', '新建 DOC 文档.doc', '/oss/physical/temp/新建DOC文档_1734923317614.doc', null, '2024-12-23 11:08:38', null, null); INSERT INTO `oss_file` VALUES ('1871030144159293441', '新建 DOCX 文档.docx', '/oss/physical/temp/新建DOCX文档_1734923323077.docx', null, '2024-12-23 11:08:43', null, null); INSERT INTO `oss_file` VALUES ('1871073697874944001', '新建 DOC 文档.doc', '/oss/physical/temp/新建DOC文档_1734933707051.doc', null, '2024-12-23 14:01:47', null, null); INSERT INTO `oss_file` VALUES ('1871073930826588161', '新建 XLS 工作表.xls', '/oss/physical/temp/新建XLS工作表_1734933762632.xls', null, '2024-12-23 14:02:43', null, null); INSERT INTO `oss_file` VALUES ('1871076325082112001', '新建 DOC 文档.doc', '/oss/physical/temp/新建DOC文档_1734934333426.doc', null, '2024-12-23 14:12:13', null, null); INSERT INTO `oss_file` VALUES ('1871076853405032450', '新建 DOCX 文档.docx', '/oss/physical/temp/新建DOCX文档_1734934459430.docx', null, '2024-12-23 14:14:19', null, null); INSERT INTO `oss_file` VALUES ('1871077360735461377', 'data(1).csv', '/oss/physical/temp/data(1)_1734934580387.csv', null, '2024-12-23 14:16:20', null, null); INSERT INTO `oss_file` VALUES ('1871077608648187906', 'data(1).csv', '/oss/physical/temp/data(1)_1734934639493.csv', null, '2024-12-23 14:17:20', null, null); INSERT INTO `oss_file` VALUES ('1871078601075040258', '理化所改造需求描述.docx', '/oss/physical/temp/理化所改造需求描述_1734934876094.docx', null, '2024-12-23 14:21:16', null, null); INSERT INTO `oss_file` VALUES ('1871082837015896065', '641.jpg', '/oss/physical/temp/641_1734935886031.jpg', null, '2024-12-23 14:38:06', null, null); INSERT INTO `oss_file` VALUES ('1871082837166891010', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734935886068.png', null, '2024-12-23 14:38:06', null, null); INSERT INTO `oss_file` VALUES ('1871084965985886210', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734936393618.png', null, '2024-12-23 14:46:34', null, null); INSERT INTO `oss_file` VALUES ('1871085198547460097', '641.jpg', '/oss/physical/temp/641_1734936449059.jpg', null, '2024-12-23 14:47:29', null, null); INSERT INTO `oss_file` VALUES ('1871085198568431618', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734936449059.png', null, '2024-12-23 14:47:29', null, null); INSERT INTO `oss_file` VALUES ('1871085629449281538', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1734936551794.png', null, '2024-12-23 14:49:12', null, null); INSERT INTO `oss_file` VALUES ('1871085629499613186', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734936551808.png', null, '2024-12-23 14:49:12', null, null); INSERT INTO `oss_file` VALUES ('1871085629751271425', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734936551830.png', null, '2024-12-23 14:49:12', null, null); INSERT INTO `oss_file` VALUES ('1871085733484797953', '641.jpg', '/oss/physical/temp/641_1734936576597.jpg', null, '2024-12-23 14:49:37', null, null); INSERT INTO `oss_file` VALUES ('1871085733509963777', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734936576605.png', null, '2024-12-23 14:49:37', null, null); INSERT INTO `oss_file` VALUES ('1871085733874868226', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734936576673.png', null, '2024-12-23 14:49:37', null, null); INSERT INTO `oss_file` VALUES ('1871085912753545217', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1734936619340.png', null, '2024-12-23 14:50:19', null, null); INSERT INTO `oss_file` VALUES ('1871085912971649026', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1734936619348.png', null, '2024-12-23 14:50:19', null, null); INSERT INTO `oss_file` VALUES ('1871085912975843329', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1734936619387.jpeg', null, '2024-12-23 14:50:19', null, null); INSERT INTO `oss_file` VALUES ('1871085913114255362', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1734936619408.jpg', null, '2024-12-23 14:50:19', null, null); INSERT INTO `oss_file` VALUES ('1871102852272332801', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1734940658033.png', null, '2024-12-23 15:57:38', null, null); INSERT INTO `oss_file` VALUES ('1871102874560864257', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1734940663326.png', null, '2024-12-23 15:57:43', null, null); INSERT INTO `oss_file` VALUES ('1871102917246296065', '测试pdf.pdf', '/oss/physical/temp/测试pdf_1734940673530.pdf', null, '2024-12-23 15:57:54', null, null); INSERT INTO `oss_file` VALUES ('1871102936615591937', '新建 XLS 工作表.xls', '/oss/physical/temp/新建XLS工作表_1734940678148.xls', null, '2024-12-23 15:57:58', null, null); INSERT INTO `oss_file` VALUES ('1871102956953772033', '测试文本.txt', '/oss/physical/temp/测试文本_1734940682996.txt', null, '2024-12-23 15:58:03', null, null); INSERT INTO `oss_file` VALUES ('1871103048108580865', '测试pdf.pdf', '/oss/physical/temp/测试pdf_1734940704730.pdf', null, '2024-12-23 15:58:25', null, null); INSERT INTO `oss_file` VALUES ('1871103073689640962', '新建 DOC 文档.doc', '/oss/physical/temp/新建DOC文档_1734940710788.doc', null, '2024-12-23 15:58:31', null, null); INSERT INTO `oss_file` VALUES ('1871131003606114306', 'MobaXterm_10.0.193.43admin_20241210_143718.txt', '/oss/physical/temp/MobaXterm_10.0.193.43admin_20241210_143718_1734947369837.txt', null, '2024-12-23 17:49:30', null, null); INSERT INTO `oss_file` VALUES ('18712918d6d0d6a0c0a7e2648537fdf9', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC87/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:48', null, null); INSERT INTO `oss_file` VALUES ('1871459981248274434', '副本理化所改造需求描述.pdf', '/oss/physical/temp/副本理化所改造需求描述_1735025804206.pdf', null, '2024-12-24 15:36:44', null, null); INSERT INTO `oss_file` VALUES ('1871459998797242370', 'import-mobile.xlsx', '/oss/physical/temp/import-mobile_1735025808366.xlsx', null, '2024-12-24 15:36:48', null, null); INSERT INTO `oss_file` VALUES ('1871460440985935873', 'import-mobile.xlsx', '/oss/physical/temp/import-mobile_1735025913794.xlsx', null, '2024-12-24 15:38:34', null, null); INSERT INTO `oss_file` VALUES ('1871460475576360962', '副本理化所改造需求描述.pdf', '/oss/physical/temp/副本理化所改造需求描述_1735025922064.pdf', null, '2024-12-24 15:38:42', null, null); INSERT INTO `oss_file` VALUES ('1871475150221320193', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1735029420788.png', null, '2024-12-24 16:37:01', null, null); INSERT INTO `oss_file` VALUES ('1871475150619779074', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1735029420838.png', null, '2024-12-24 16:37:01', null, null); INSERT INTO `oss_file` VALUES ('1871475209029656578', '57e572cd41520408ebbbe5e3a6fb5b6d.jpeg', '/oss/physical/temp/57e572cd41520408ebbbe5e3a6fb5b6d_1735029434800.jpeg', null, '2024-12-24 16:37:15', null, null); INSERT INTO `oss_file` VALUES ('1871475533811392513', 'sketch_1732622793653.png', '/oss/physical/temp/sketch_1732622793653_1735029512237.png', null, '2024-12-24 16:38:32', null, null); INSERT INTO `oss_file` VALUES ('1871475534151131138', '微信图片_20241031164503.png', '/oss/physical/temp/微信图片_20241031164503_1735029512301.png', null, '2024-12-24 16:38:32', null, null); INSERT INTO `oss_file` VALUES ('1871475755371307009', '641.jpg', '/oss/physical/temp/641_1735029565064.jpg', null, '2024-12-24 16:39:25', null, null); INSERT INTO `oss_file` VALUES ('1871475755388084225', '641 (1).jpg', '/oss/physical/temp/641(1)_1735029565068.jpg', null, '2024-12-24 16:39:25', null, null); INSERT INTO `oss_file` VALUES ('1871476792316502017', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1735029812254.png', null, '2024-12-24 16:43:32', null, null); INSERT INTO `oss_file` VALUES ('1871476826667851777', '测试pdf.pdf', '/oss/physical/temp/测试pdf_1735029820485.pdf', null, '2024-12-24 16:43:40', null, null); INSERT INTO `oss_file` VALUES ('1871478853133246466', '015d1f5ae9e25aa801207fa1aa019b.jpg', '/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1735030303508.jpg', null, '2024-12-24 16:51:44', null, null); INSERT INTO `oss_file` VALUES ('1871478868912218114', '微信图片_20241202095648.png', '/oss/physical/temp/微信图片_20241202095648_1735030307379.png', null, '2024-12-24 16:51:47', null, null); INSERT INTO `oss_file` VALUES ('1871478868979326978', '微信图片_20241202095619.png', '/oss/physical/temp/微信图片_20241202095619_1735030307385.png', null, '2024-12-24 16:51:47', null, null); INSERT INTO `oss_file` VALUES ('1871478869314871297', '微信图片_20241202095644.png', '/oss/physical/temp/微信图片_20241202095644_1735030307425.png', null, '2024-12-24 16:51:47', null, null); INSERT INTO `oss_file` VALUES ('1871820863824306178', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1735111845336.jpg', null, '2024-12-25 15:30:45', null, null); INSERT INTO `oss_file` VALUES ('1872835749836595202', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1735353813016.jpg', null, '2024-12-28 10:43:33', null, null); INSERT INTO `oss_file` VALUES ('1872835769612738561', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1735353817729.jpg', null, '2024-12-28 10:43:38', null, null); INSERT INTO `oss_file` VALUES ('1872845058519703554', '1728699098531.jpg', '/oss/physical/temp/1728699098531_1735356032379.jpg', null, '2024-12-28 11:20:32', null, null); INSERT INTO `oss_file` VALUES ('1875115746580918273', 'scope_1.bmp', '', null, '2025-01-03 17:43:27', null, null); INSERT INTO `oss_file` VALUES ('1875115758631153666', 'scope_1.bmp', '', null, '2025-01-03 17:43:29', null, null); INSERT INTO `oss_file` VALUES ('1875115783079751681', 'scope_1.bmp', '', null, '2025-01-03 17:43:35', null, null); INSERT INTO `oss_file` VALUES ('1875115795863990273', 'scope_1.bmp', '', null, '2025-01-03 17:43:38', null, null); INSERT INTO `oss_file` VALUES ('1875115815757574145', 'scope_1.bmp', '', null, '2025-01-03 17:43:43', null, null); INSERT INTO `oss_file` VALUES ('1875115916311818241', 'scope_1.bmp', '', null, '2025-01-03 17:44:07', null, null); INSERT INTO `oss_file` VALUES ('1875115930924773377', 'scope_1.bmp', '', null, '2025-01-03 17:44:11', null, null); INSERT INTO `oss_file` VALUES ('1875116056602898434', 'scope_0.bmp', '', null, '2025-01-03 17:44:41', null, null); INSERT INTO `oss_file` VALUES ('1875116067206098945', 'scope_0.bmp', '', null, '2025-01-03 17:44:43', null, null); INSERT INTO `oss_file` VALUES ('1875116606484541441', 'scope_1.bmp', '', null, '2025-01-03 17:46:52', null, null); INSERT INTO `oss_file` VALUES ('1875116709677002754', 'IMG_20241219_164837.jpg', '', null, '2025-01-03 17:47:16', null, null); INSERT INTO `oss_file` VALUES ('1875116780720123906', 'IMG_20241219_164859.jpg', '', null, '2025-01-03 17:47:33', null, null); INSERT INTO `oss_file` VALUES ('1875117121448603649', 'IMG_20241219_170606.jpg', '', null, '2025-01-03 17:48:54', null, null); INSERT INTO `oss_file` VALUES ('1875117245612584961', 'IMG_20241220_141045.jpg', '', null, '2025-01-03 17:49:24', null, null); INSERT INTO `oss_file` VALUES ('1875118054630912002', 'cs001试验大纲.docx', '', null, '2025-01-03 17:52:37', null, null); INSERT INTO `oss_file` VALUES ('1875118054643494914', '辐照试验更改申请表.docx', '', null, '2025-01-03 17:52:37', null, null); INSERT INTO `oss_file` VALUES ('1875118054651883522', '满意度调查表.docx', '', null, '2025-01-03 17:52:37', null, null); INSERT INTO `oss_file` VALUES ('1875118054664466434', 'cs002试验大纲.docx', '', null, '2025-01-03 17:52:37', null, null); INSERT INTO `oss_file` VALUES ('1875118054677049346', '辐照试验委托书.docx', '', null, '2025-01-03 17:52:37', null, null); INSERT INTO `oss_file` VALUES ('1875118054681243650', '沟通记录表.docx', '', null, '2025-01-03 17:52:37', null, null); INSERT INTO `oss_file` VALUES ('1875118054727380993', '合同委托评审表.docx', '', null, '2025-01-03 17:52:37', null, null); INSERT INTO `oss_file` VALUES ('1875118054765129729', '试验大纲评审表.docx', '', null, '2025-01-03 17:52:37', null, null); INSERT INTO `oss_file` VALUES ('1875118054794489857', '试验流程检查单.docx', '', null, '2025-01-03 17:52:37', null, null); INSERT INTO `oss_file` VALUES ('1875118106715779074', '辐照试验委托书.docx', '', null, '2025-01-03 17:52:49', null, null); INSERT INTO `oss_file` VALUES ('1875118119839756290', 'cs002试验大纲.docx', '', null, '2025-01-03 17:52:52', null, null); INSERT INTO `oss_file` VALUES ('1875118138835759105', 'cs001试验大纲.docx', '', null, '2025-01-03 17:52:57', null, null); INSERT INTO `oss_file` VALUES ('1875118138860924929', '辐照试验更改申请表.docx', '', null, '2025-01-03 17:52:57', null, null); INSERT INTO `oss_file` VALUES ('1875118138873507842', '沟通记录表.docx', '', null, '2025-01-03 17:52:57', null, null); INSERT INTO `oss_file` VALUES ('1875118138881896449', '辐照试验委托书.docx', '', null, '2025-01-03 17:52:57', null, null); INSERT INTO `oss_file` VALUES ('1875118138894479361', '合同委托评审表.docx', '', null, '2025-01-03 17:52:57', null, null); INSERT INTO `oss_file` VALUES ('1875118138898673666', 'cs002试验大纲.docx', '', null, '2025-01-03 17:52:57', null, null); INSERT INTO `oss_file` VALUES ('1875118138915450881', '满意度调查表.docx', '', null, '2025-01-03 17:52:57', null, null); INSERT INTO `oss_file` VALUES ('1875118139011919874', '试验大纲评审表.docx', '', null, '2025-01-03 17:52:57', null, null); INSERT INTO `oss_file` VALUES ('1875118139024502785', '试验流程检查单.docx', '', null, '2025-01-03 17:52:57', null, null); INSERT INTO `oss_file` VALUES ('1875118625593126913', 'cs001试验大纲.docx', '', null, '2025-01-03 17:54:53', null, null); INSERT INTO `oss_file` VALUES ('1875118625601515521', 'cs002试验大纲.docx', '', null, '2025-01-03 17:54:53', null, null); INSERT INTO `oss_file` VALUES ('1875118645524459521', 'cs001试验大纲.docx', '', null, '2025-01-03 17:54:58', null, null); INSERT INTO `oss_file` VALUES ('1875118665233494017', '沟通记录表.docx', '', null, '2025-01-03 17:55:02', null, null); INSERT INTO `oss_file` VALUES ('1875118687157121025', '合同委托评审表.docx', '', null, '2025-01-03 17:55:08', null, null); INSERT INTO `oss_file` VALUES ('1875118712281001986', '试验大纲评审表.docx', '', null, '2025-01-03 17:55:14', null, null); INSERT INTO `oss_file` VALUES ('1875118742169612289', '试验大纲评审表.docx', '', null, '2025-01-03 17:55:21', null, null); INSERT INTO `oss_file` VALUES ('1875118762918834177', '辐照试验更改申请表.docx', '', null, '2025-01-03 17:55:26', null, null); INSERT INTO `oss_file` VALUES ('1875118784615968769', '满意度调查表.docx', '', null, '2025-01-03 17:55:31', null, null); INSERT INTO `oss_file` VALUES ('1875122146648420353', 'scope_1.bmp', '', null, '2025-01-03 18:08:53', null, null); INSERT INTO `oss_file` VALUES ('1875122159260692482', 'scope_1.bmp', '', null, '2025-01-03 18:08:56', null, null); INSERT INTO `oss_file` VALUES ('1875122246040842241', 'scope_0.bmp', '', null, '2025-01-03 18:09:16', null, null); INSERT INTO `oss_file` VALUES ('1875122257709395970', 'scope_0.bmp', '', null, '2025-01-03 18:09:19', null, null); INSERT INTO `oss_file` VALUES ('1875122424437174273', 'IMG_20241219_164837.jpg', '', null, '2025-01-03 18:09:59', null, null); INSERT INTO `oss_file` VALUES ('1875122491969662977', 'IMG_20241219_164848.jpg', '', null, '2025-01-03 18:10:15', null, null); INSERT INTO `oss_file` VALUES ('1875122641056198657', 'IMG_20241220_135631.jpg', '', null, '2025-01-03 18:10:50', null, null); INSERT INTO `oss_file` VALUES ('1875122680323272705', 'IMG_20241220_135639.jpg', '', null, '2025-01-03 18:11:00', null, null); INSERT INTO `oss_file` VALUES ('1875122873684881410', 'IMG_20241220_135631.jpg', '', null, '2025-01-03 18:11:46', null, null); INSERT INTO `oss_file` VALUES ('1875122890176884738', 'IMG_20241220_135639.jpg', '', null, '2025-01-03 18:11:50', null, null); INSERT INTO `oss_file` VALUES ('1875122996565405697', '辐照试验委托书.docx', '', null, '2025-01-03 18:12:15', null, null); INSERT INTO `oss_file` VALUES ('1875123023241179137', 'cs001试验大纲.docx', '', null, '2025-01-03 18:12:21', null, null); INSERT INTO `oss_file` VALUES ('1875123035274637313', 'cs002试验大纲.docx', '', null, '2025-01-03 18:12:24', null, null); INSERT INTO `oss_file` VALUES ('1875123081575559169', '合同委托评审表.docx', '', null, '2025-01-03 18:12:35', null, null); INSERT INTO `oss_file` VALUES ('1875123110608531457', '合同委托评审表.docx', '', null, '2025-01-03 18:12:42', null, null); INSERT INTO `oss_file` VALUES ('1875123143676424194', '试验大纲评审表.docx', '', null, '2025-01-03 18:12:50', null, null); INSERT INTO `oss_file` VALUES ('1875123168578007042', '试验流程检查单.docx', '', null, '2025-01-03 18:12:56', null, null); INSERT INTO `oss_file` VALUES ('1875123193378926594', '辐照试验更改申请表.docx', '', null, '2025-01-03 18:13:02', null, null); INSERT INTO `oss_file` VALUES ('1875123228506222593', '满意度调查表.docx', '', null, '2025-01-03 18:13:10', null, null); INSERT INTO `oss_file` VALUES ('1875460934318895105', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', '', null, '2025-01-04 16:35:06', null, null); INSERT INTO `oss_file` VALUES ('1875461074928742401', 'AT27BV256.pdf', '', null, '2025-01-04 16:35:39', null, null); INSERT INTO `oss_file` VALUES ('1875461116544626689', 'AT27BV256.pdf', '', null, '2025-01-04 16:35:49', null, null); INSERT INTO `oss_file` VALUES ('1875461872454676481', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '', null, '2025-01-04 16:38:49', null, null); INSERT INTO `oss_file` VALUES ('1875469975111806977', 'OP07D.pdf', '', null, '2025-01-04 17:11:01', null, null); INSERT INTO `oss_file` VALUES ('1875470037661462530', '捕获2.PNG', '', null, '2025-01-04 17:11:16', null, null); INSERT INTO `oss_file` VALUES ('1875493673730519042', '捕获.PNG', '', null, '2025-01-04 18:45:11', null, null); INSERT INTO `oss_file` VALUES ('1875493798410399746', '捕获2.PNG', '', null, '2025-01-04 18:45:41', null, null); INSERT INTO `oss_file` VALUES ('1875493953440264194', '捕获.PNG', '', null, '2025-01-04 18:46:18', null, null); INSERT INTO `oss_file` VALUES ('1875494958978510850', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '', null, '2025-01-04 18:50:18', null, null); INSERT INTO `oss_file` VALUES ('1875537831501443073', '捕获.PNG', '', null, '2025-01-04 21:40:39', null, null); INSERT INTO `oss_file` VALUES ('1875540295696986113', '捕获2.PNG', '', null, '2025-01-04 21:50:27', null, null); INSERT INTO `oss_file` VALUES ('1875540422255915010', '捕获.PNG', '', null, '2025-01-04 21:50:57', null, null); INSERT INTO `oss_file` VALUES ('1875548508181966849', '捕获.PNG', '', null, '2025-01-04 22:23:05', null, null); INSERT INTO `oss_file` VALUES ('1875548599575851010', '捕获.PNG', '', null, '2025-01-04 22:23:27', null, null); INSERT INTO `oss_file` VALUES ('1875548799019200514', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '', null, '2025-01-04 22:24:14', null, null); INSERT INTO `oss_file` VALUES ('1875548827716628482', '捕获.PNG', '', null, '2025-01-04 22:24:21', null, null); INSERT INTO `oss_file` VALUES ('1875550203695804418', '新建文本文档.txt', '', null, '2025-01-04 22:29:49', null, null); INSERT INTO `oss_file` VALUES ('1875550289481904130', '捕获2.PNG', '', null, '2025-01-04 22:30:10', null, null); INSERT INTO `oss_file` VALUES ('1875551625350950913', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '', null, '2025-01-04 22:35:28', null, null); INSERT INTO `oss_file` VALUES ('1875551657319936002', '捕获.PNG', '', null, '2025-01-04 22:35:36', null, null); INSERT INTO `oss_file` VALUES ('1875551685006536706', 'AT27BV256.pdf', '', null, '2025-01-04 22:35:42', null, null); INSERT INTO `oss_file` VALUES ('1875551715666898945', '新建文本文档.txt', '', null, '2025-01-04 22:35:50', null, null); INSERT INTO `oss_file` VALUES ('1875551743047315458', '捕获.PNG', '', null, '2025-01-04 22:35:56', null, null); INSERT INTO `oss_file` VALUES ('1875551770750693378', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '', null, '2025-01-04 22:36:03', null, null); INSERT INTO `oss_file` VALUES ('1875551794406567938', 'AT27BV256.pdf', '', null, '2025-01-04 22:36:09', null, null); INSERT INTO `oss_file` VALUES ('1875558302523535362', '捕获.PNG', '', null, '2025-01-04 23:02:00', null, null); INSERT INTO `oss_file` VALUES ('1875724791683690497', 'AT27BV256.pdf', '', null, '2025-01-05 10:03:34', null, null); INSERT INTO `oss_file` VALUES ('1875726333417566210', 'AT27BV256.pdf', '', null, '2025-01-05 10:09:42', null, null); INSERT INTO `oss_file` VALUES ('1875726458776924161', 'AT27BV256.pdf', '', null, '2025-01-05 10:10:12', null, null); INSERT INTO `oss_file` VALUES ('1875726893311012865', 'AT27BV256.pdf', '/oss/physical/temp/AT27BV256_1736043115234.pdf', null, '2025-01-05 10:11:55', null, null); INSERT INTO `oss_file` VALUES ('1875756264235130881', 'OP07D.pdf', '/oss/physical/temp/OP07D_1736050117814.pdf', null, '2025-01-05 12:08:38', null, null); INSERT INTO `oss_file` VALUES ('1875905113176059906', '捕获2.PNG', '/oss/physical/temp/捕获2_1736085606247.PNG', null, '2025-01-05 22:00:06', null, null); INSERT INTO `oss_file` VALUES ('1876178118867333121', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1736150695765.jpg', null, '2025-01-06 16:04:56', null, null); INSERT INTO `oss_file` VALUES ('1876178139276816386', 'IMG_20241219_164848.jpg', '/oss/physical/temp/IMG_20241219_164848_1736150700667.jpg', null, '2025-01-06 16:05:01', null, null); INSERT INTO `oss_file` VALUES ('1876178158172155905', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1736150705141.jpg', null, '2025-01-06 16:05:05', null, null); INSERT INTO `oss_file` VALUES ('1876178173368119297', 'IMG_20241219_164848.jpg', '/oss/physical/temp/IMG_20241219_164848_1736150708798.jpg', null, '2025-01-06 16:05:09', null, null); INSERT INTO `oss_file` VALUES ('1876178468974276609', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1736150779241.jpg', null, '2025-01-06 16:06:19', null, null); INSERT INTO `oss_file` VALUES ('1876178485336256514', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1736150783152.jpg', null, '2025-01-06 16:06:23', null, null); INSERT INTO `oss_file` VALUES ('1876178493523537921', 'IMG_20241219_164848.jpg', '/oss/physical/temp/IMG_20241219_164848_1736150785118.jpg', null, '2025-01-06 16:06:25', null, null); INSERT INTO `oss_file` VALUES ('1876178504072212482', 'IMG_20241219_164848.jpg', '/oss/physical/temp/IMG_20241219_164848_1736150787636.jpg', null, '2025-01-06 16:06:28', null, null); INSERT INTO `oss_file` VALUES ('1876179143112175617', 'IMG_20241227_171908.jpg', '/oss/physical/temp/IMG_20241227_171908_1736150940006.jpg', null, '2025-01-06 16:09:00', null, null); INSERT INTO `oss_file` VALUES ('1876179181485862914', 'IMG_20241219_170611.jpg', '/oss/physical/temp/IMG_20241219_170611_1736150949128.jpg', null, '2025-01-06 16:09:09', null, null); INSERT INTO `oss_file` VALUES ('1876179196405002241', 'IMG_20241219_170606.jpg', '/oss/physical/temp/IMG_20241219_170606_1736150952691.jpg', null, '2025-01-06 16:09:13', null, null); INSERT INTO `oss_file` VALUES ('1876179257323073538', '辐照试验委托书.docx', '/oss/physical/temp/辐照试验委托书_1736150967303.docx', null, '2025-01-06 16:09:27', null, null); INSERT INTO `oss_file` VALUES ('1876179284862873602', 'cs001试验大纲.docx', '/oss/physical/temp/cs001试验大纲_1736150973864.docx', null, '2025-01-06 16:09:34', null, null); INSERT INTO `oss_file` VALUES ('1876179295721926657', 'cs002试验大纲.docx', '/oss/physical/temp/cs002试验大纲_1736150976462.docx', null, '2025-01-06 16:09:36', null, null); INSERT INTO `oss_file` VALUES ('1876179312142626817', '沟通记录表.docx', '/oss/physical/temp/沟通记录表_1736150980381.docx', null, '2025-01-06 16:09:40', null, null); INSERT INTO `oss_file` VALUES ('1876179335836250114', '合同委托评审表.docx', '/oss/physical/temp/合同委托评审表_1736150986023.docx', null, '2025-01-06 16:09:46', null, null); INSERT INTO `oss_file` VALUES ('1876179360586838018', '试验大纲评审表.docx', '/oss/physical/temp/试验大纲评审表_1736150991931.docx', null, '2025-01-06 16:09:52', null, null); INSERT INTO `oss_file` VALUES ('1876179392220278785', '试验流程检查单.docx', '/oss/physical/temp/试验流程检查单_1736150999466.docx', null, '2025-01-06 16:09:59', null, null); INSERT INTO `oss_file` VALUES ('1876179417360936961', '辐照试验更改申请表.docx', '/oss/physical/temp/辐照试验更改申请表_1736151005467.docx', null, '2025-01-06 16:10:05', null, null); INSERT INTO `oss_file` VALUES ('1876179438634446850', '满意度调查表.docx', '/oss/physical/temp/满意度调查表_1736151010530.docx', null, '2025-01-06 16:10:11', null, null); INSERT INTO `oss_file` VALUES ('1876184049143427073', 'cs001测试数据.txt', '/oss/physical/temp/cs001测试数据_1736152109751.txt', null, '2025-01-06 16:28:30', null, null); INSERT INTO `oss_file` VALUES ('1876184583900409858', 'cs001测试数据.txt', '/oss/physical/temp/cs001测试数据_1736152237258.txt', null, '2025-01-06 16:30:37', null, null); INSERT INTO `oss_file` VALUES ('1876184696525860865', 'cs002测试数据.txt', '/oss/physical/temp/cs002测试数据_1736152264117.txt', null, '2025-01-06 16:31:04', null, null); INSERT INTO `oss_file` VALUES ('1876186521702412290', 'cs002退火测试数据.txt', '/oss/physical/temp/cs002退火测试数据_1736152699258.txt', null, '2025-01-06 16:38:19', null, null); INSERT INTO `oss_file` VALUES ('1876435334983786497', '2_IPC-ZS2F15(1).pdf', '/oss/physical/temp/2_IPC-ZS2F15(1)_1736212020903.pdf', null, '2025-01-07 09:07:01', null, null); INSERT INTO `oss_file` VALUES ('1876435354692820994', '3_基于存储器剂量探测方法-专利证书.pdf', '/oss/physical/temp/3_基于存储器剂量探测方法-专利证书_1736212025604.pdf', null, '2025-01-07 09:07:06', null, null); INSERT INTO `oss_file` VALUES ('1876435391254568961', 'DF241273 基于玻璃褐变的辐射剂量探测系统及方法 - 定稿20241213-修改ZB.docx', '/oss/physical/temp/DF241273基于玻璃褐变的辐射剂量探测系统及方法-定稿20241213-修改ZB_1736212034379.docx', null, '2025-01-07 09:07:14', null, null); INSERT INTO `oss_file` VALUES ('1876435614156660737', '3_基于存储器剂量探测方法-专利证书.pdf', '/oss/physical/temp/3_基于存储器剂量探测方法-专利证书_1736212087478.pdf', null, '2025-01-07 09:08:08', null, null); INSERT INTO `oss_file` VALUES ('1876435629381984257', 'DF241273 基于玻璃褐变的辐射剂量探测系统及方法 - 定稿20241213-修改ZB.docx', '/oss/physical/temp/DF241273基于玻璃褐变的辐射剂量探测系统及方法-定稿20241213-修改ZB_1736212091159.docx', null, '2025-01-07 09:08:11', null, null); INSERT INTO `oss_file` VALUES ('1876435778967642113', 'a490abb2d1e0fc4a8a83570543d4a2f2_dc6323b34fae9a12ac2db4ae42ff5692_8.docx', '/oss/physical/temp/a490abb2d1e0fc4a8a83570543d4a2f2_dc6323b34fae9a12ac2db4ae42ff5692_8_1736212126820.docx', null, '2025-01-07 09:08:47', null, null); INSERT INTO `oss_file` VALUES ('1876435792737542146', 'DF241273 基于玻璃褐变的辐射剂量探测系统及方法 - 定稿20241213-修改ZB.docx', '/oss/physical/temp/DF241273基于玻璃褐变的辐射剂量探测系统及方法-定稿20241213-修改ZB_1736212130113.docx', null, '2025-01-07 09:08:50', null, null); INSERT INTO `oss_file` VALUES ('1876445296405454850', '13-29-30-588[00_00_10][20231030-021851].png', '/oss/physical/temp/13-29-30-58800_00_1020231030-021851_1736214395918.png', null, '2025-01-07 09:46:36', null, null); INSERT INTO `oss_file` VALUES ('1876445343905947650', 'CAM1-2024-04-19-14-3[00_00_42][20240419-155128].png', '/oss/physical/temp/CAM1-2024-04-19-14-300_00_4220240419-155128_1736214407202.png', null, '2025-01-07 09:46:47', null, null); INSERT INTO `oss_file` VALUES ('1876445394208235521', '3.png', '/oss/physical/temp/3_1736214419208.png', null, '2025-01-07 09:46:59', null, null); INSERT INTO `oss_file` VALUES ('1876445417859915778', '1 (2).png', '/oss/physical/temp/1(2)_1736214424610.png', null, '2025-01-07 09:47:05', null, null); INSERT INTO `oss_file` VALUES ('1876445435987697665', '3.png', '/oss/physical/temp/3_1736214429161.png', null, '2025-01-07 09:47:09', null, null); INSERT INTO `oss_file` VALUES ('1876446481392803842', '新建 XLS 工作表.xls', '/oss/physical/temp/新建XLS工作表_1736214678487.xls', null, '2025-01-07 09:51:19', null, null); INSERT INTO `oss_file` VALUES ('1876446506214694914', '新建 DOCX 文档.docx', '/oss/physical/temp/新建DOCX文档_1736214684407.docx', null, '2025-01-07 09:51:24', null, null); INSERT INTO `oss_file` VALUES ('1876447279958925313', '测试文本.txt', '/oss/physical/temp/测试文本_1736214868871.txt', null, '2025-01-07 09:54:29', null, null); INSERT INTO `oss_file` VALUES ('1876447728564903937', '新建 DOCX 文档.docx', '/oss/physical/temp/新建DOCX文档_1736214975837.docx', null, '2025-01-07 09:56:16', null, null); INSERT INTO `oss_file` VALUES ('1876447763125968897', '新建 XLSX 工作表.xlsx', '/oss/physical/temp/新建XLSX工作表_1736214984072.xlsx', null, '2025-01-07 09:56:24', null, null); INSERT INTO `oss_file` VALUES ('1876856034001362945', 'cs002退火测试数据.txt', '/oss/physical/temp/cs002退火测试数据_1736312323427.txt', null, '2025-01-08 12:58:43', null, null); INSERT INTO `oss_file` VALUES ('1876856115446358017', 'vlcsnap-2022-04-14-17h53m16s650.png', '/oss/physical/temp/vlcsnap-2022-04-14-17h53m16s650_1736312342744.png', null, '2025-01-08 12:59:03', null, null); INSERT INTO `oss_file` VALUES ('1877523065981825025', '捕获2.PNG', '/oss/physical/temp/捕获2_1736471356234.PNG', null, '2025-01-10 09:09:16', null, null); INSERT INTO `oss_file` VALUES ('1877523196667949058', '捕获.PNG', '/oss/physical/temp/捕获_1736471387410.PNG', null, '2025-01-10 09:09:47', null, null); INSERT INTO `oss_file` VALUES ('1877523327559593985', '捕获.PNG', '/oss/physical/temp/捕获_1736471418611.PNG', null, '2025-01-10 09:10:19', null, null); INSERT INTO `oss_file` VALUES ('1877523362519117825', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471426932.pdf', null, '2025-01-10 09:10:27', null, null); INSERT INTO `oss_file` VALUES ('1877523399995224066', 'AT27BV256.pdf', '/oss/physical/temp/AT27BV256_1736471435865.pdf', null, '2025-01-10 09:10:36', null, null); INSERT INTO `oss_file` VALUES ('1877523649409511426', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471495321.pdf', null, '2025-01-10 09:11:35', null, null); INSERT INTO `oss_file` VALUES ('1877523674738913282', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471501362.pdf', null, '2025-01-10 09:11:41', null, null); INSERT INTO `oss_file` VALUES ('1877523748512526337', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471518940.pdf', null, '2025-01-10 09:11:59', null, null); INSERT INTO `oss_file` VALUES ('1877523837326913537', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471540112.pdf', null, '2025-01-10 09:12:20', null, null); INSERT INTO `oss_file` VALUES ('1877523883892076546', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471551237.pdf', null, '2025-01-10 09:12:31', null, null); INSERT INTO `oss_file` VALUES ('1877524713500241922', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471749024.pdf', null, '2025-01-10 09:15:49', null, null); INSERT INTO `oss_file` VALUES ('1877525185049063426', '捕获2.PNG', '/oss/physical/temp/捕获2_1736471861480.PNG', null, '2025-01-10 09:17:42', null, null); INSERT INTO `oss_file` VALUES ('1877525202782580737', '捕获.PNG', '/oss/physical/temp/捕获_1736471865707.PNG', null, '2025-01-10 09:17:46', null, null); INSERT INTO `oss_file` VALUES ('1877532945476153346', '捕获.PNG', '/oss/physical/temp/捕获_1736473711708.PNG', null, '2025-01-10 09:48:32', null, null); INSERT INTO `oss_file` VALUES ('1877534693540425729', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736474128459.pdf', null, '2025-01-10 09:55:29', null, null); INSERT INTO `oss_file` VALUES ('1877534718983073794', '新建文本文档.txt', '/oss/physical/temp/新建文本文档_1736474134553.txt', null, '2025-01-10 09:55:35', null, null); INSERT INTO `oss_file` VALUES ('1877535694393634818', '捕获2.PNG', '/oss/physical/temp/捕获2_1736474367106.PNG', null, '2025-01-10 09:59:27', null, null); INSERT INTO `oss_file` VALUES ('1877535957774954497', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736474429872.pdf', null, '2025-01-10 10:00:30', null, null); INSERT INTO `oss_file` VALUES ('1877535987151859713', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736474436877.pdf', null, '2025-01-10 10:00:37', null, null); INSERT INTO `oss_file` VALUES ('1877539479115460610', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736475269433.pdf', null, '2025-01-10 10:14:29', null, null); INSERT INTO `oss_file` VALUES ('1877539507913551873', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736475276286.pdf', null, '2025-01-10 10:14:36', null, null); INSERT INTO `oss_file` VALUES ('1877539535398825986', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736475282838.pdf', null, '2025-01-10 10:14:43', null, null); INSERT INTO `oss_file` VALUES ('1877539561915215874', '中科院新疆理化所-辐射效应数据库智能管理系统.pdf', '/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736475289152.pdf', null, '2025-01-10 10:14:49', null, null); INSERT INTO `oss_file` VALUES ('1877552181053419522', 'IMG_20241219_164639.jpg', '/oss/physical/temp/IMG_20241219_164639_1736478297755.jpg', null, '2025-01-10 11:04:58', null, null); INSERT INTO `oss_file` VALUES ('1877552201244798978', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1736478302538.jpg', null, '2025-01-10 11:05:03', null, null); INSERT INTO `oss_file` VALUES ('1877552302214279170', 'IMG_20241219_164848.jpg', '/oss/physical/temp/IMG_20241219_164848_1736478326649.jpg', null, '2025-01-10 11:05:27', null, null); INSERT INTO `oss_file` VALUES ('1877553441504686082', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1736478598235.jpg', null, '2025-01-10 11:09:58', null, null); INSERT INTO `oss_file` VALUES ('1877554871556829185', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1736478939173.jpg', null, '2025-01-10 11:15:39', null, null); INSERT INTO `oss_file` VALUES ('1877554889814634497', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1736478943548.jpg', null, '2025-01-10 11:15:44', null, null); INSERT INTO `oss_file` VALUES ('1877556130720444417', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1736479239448.jpg', null, '2025-01-10 11:20:40', null, null); INSERT INTO `oss_file` VALUES ('1877561248283029505', '辐照试验委托书.docx', '/oss/physical/temp/辐照试验委托书_1736480459622.docx', null, '2025-01-10 11:41:00', null, null); INSERT INTO `oss_file` VALUES ('1877563455023804418', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1736480985673.jpg', null, '2025-01-10 11:49:46', null, null); INSERT INTO `oss_file` VALUES ('1877564135042117634', 'IMG_20241219_164639.jpg', '/oss/physical/temp/IMG_20241219_164639_1736481147796.jpg', null, '2025-01-10 11:52:28', null, null); INSERT INTO `oss_file` VALUES ('1877565581288468481', 'cs001试验大纲.docx', '/oss/physical/temp/cs001试验大纲_1736481492695.docx', null, '2025-01-10 11:58:13', null, null); INSERT INTO `oss_file` VALUES ('1877565602046078978', 'cs002试验大纲.docx', '/oss/physical/temp/cs002试验大纲_1736481497635.docx', null, '2025-01-10 11:58:18', null, null); INSERT INTO `oss_file` VALUES ('1877565657125679106', '沟通记录表.docx', '/oss/physical/temp/沟通记录表_1736481510776.docx', null, '2025-01-10 11:58:31', null, null); INSERT INTO `oss_file` VALUES ('1877565734292484098', '合同委托评审表.docx', '/oss/physical/temp/合同委托评审表_1736481529181.docx', null, '2025-01-10 11:58:49', null, null); INSERT INTO `oss_file` VALUES ('1877565780022980610', '试验大纲评审表.docx', '/oss/physical/temp/试验大纲评审表_1736481540068.docx', null, '2025-01-10 11:59:00', null, null); INSERT INTO `oss_file` VALUES ('1877566524931371010', 'IMG_20241219_164639.jpg', '/oss/physical/temp/IMG_20241219_164639_1736481717602.jpg', null, '2025-01-10 12:01:58', null, null); INSERT INTO `oss_file` VALUES ('1877572490481561601', 'cs001测试数据.txt', '/oss/physical/temp/cs001测试数据_1736483139974.txt', null, '2025-01-10 12:25:40', null, null); INSERT INTO `oss_file` VALUES ('1877572528658116609', 'cs002测试数据.txt', '/oss/physical/temp/cs002测试数据_1736483149067.txt', null, '2025-01-10 12:25:49', null, null); INSERT INTO `oss_file` VALUES ('1877573513136762882', 'IMG_20241219_164639.jpg', '/oss/physical/temp/IMG_20241219_164639_1736483383727.jpg', null, '2025-01-10 12:29:44', null, null); INSERT INTO `oss_file` VALUES ('1877575114714968066', 'IMG_20241219_164639.jpg', '/oss/physical/temp/IMG_20241219_164639_1736483765554.jpg', null, '2025-01-10 12:36:06', null, null); INSERT INTO `oss_file` VALUES ('1877575595919077377', '试验流程检查单.docx', '/oss/physical/temp/试验流程检查单_1736483880361.docx', null, '2025-01-10 12:38:00', null, null); INSERT INTO `oss_file` VALUES ('18777624d52817c791ae7838119dc49c', '297.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TS4061/297.pdf', 'admin', '2024-10-24 12:12:02', null, null); INSERT INTO `oss_file` VALUES ('1878761715482685441', '数据库中的问题.docx', '/oss/physical/temp/数据库中的问题_1736766673290.docx', null, '2025-01-13 19:11:13', null, null); INSERT INTO `oss_file` VALUES ('1878761805240791042', '新增功能20241031.docx', '/oss/physical/temp/新增功能20241031_1736766694710.docx', null, '2025-01-13 19:11:35', null, null); INSERT INTO `oss_file` VALUES ('1879020550256521218', 'cs001测试数据.txt', '/oss/physical/temp/cs001测试数据_1736828384319.txt', null, '2025-01-14 12:19:44', null, null); INSERT INTO `oss_file` VALUES ('1879037840926633985', 'data.csv', '/oss/physical/temp/data_1736832506721.csv', null, '2025-01-14 13:28:27', null, null); INSERT INTO `oss_file` VALUES ('187f56ca2dd400b85024ee81af14d2f2', 'NEPP-CP-2020-Casey-NSREC-Presentation-TID-SEE-on-SOI-20205010697.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/22FDX SRAM-based Line-Monitor Test Vehicle/NEPP-CP-2020-Casey-NSREC-Presentation-TID-SEE-on-SOI-20205010697.pdf', 'admin', '2024-11-05 10:22:35', null, null); INSERT INTO `oss_file` VALUES ('1882350784917766145', 'OP07D.pdf', '/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf', null, '2025-01-23 16:52:54', null, null); INSERT INTO `oss_file` VALUES ('1882374965013217281', 'data1.csv', '/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737628139127.csv', null, '2025-01-23 18:28:59', null, null); INSERT INTO `oss_file` VALUES ('1882385087013814274', 'data1.csv', '/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737630552401.csv', null, '2025-01-23 19:09:12', null, null); INSERT INTO `oss_file` VALUES ('1886ba1c7cb2c9606b82c5e0e7635650', 'PPM-98-003.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N4858/PPM-98-003.pdf', 'admin', '2024-11-05 10:28:51', null, null); INSERT INTO `oss_file` VALUES ('1887e7c903e590f3cf2e43475452d813', 'nsrec01_ph2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/nsrec01_ph2.pdf', 'admin', '2024-11-05 11:46:19', null, null); INSERT INTO `oss_file` VALUES ('1889236611337781250', 'data1.csv', '/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data1_1739264083094.csv', null, '2025-02-11 16:54:43', null, null); INSERT INTO `oss_file` VALUES ('1889908431334375425', 'data1.csv', '/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/data1_1739424257467.csv', null, '2025-02-13 13:24:17', null, null); INSERT INTO `oss_file` VALUES ('1889911269057855489', 'data1.csv', '/oss/physical/NASA/1a94233535389963339568deb2e132c6/data1_1739424934025.csv', null, '2025-02-13 13:35:34', null, null); INSERT INTO `oss_file` VALUES ('1889963058901778433', 'data2.csv', '/oss/physical/NASA/9e21d010a331791e60852bfd57faeca3/data2_1739437281688.csv', null, '2025-02-13 17:01:22', null, null); INSERT INTO `oss_file` VALUES ('1889963325131030529', 'data2.csv', '/oss/physical/NASA/9e21d010a331791e60852bfd57faeca3/data2_1739437345168.csv', null, '2025-02-13 17:02:25', null, null); INSERT INTO `oss_file` VALUES ('1889970392461967362', 'data3.csv', '/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/data3_1739439030146.csv', null, '2025-02-13 17:30:30', null, null); INSERT INTO `oss_file` VALUES ('1890263137307033602', 'data3.csv', '/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/data3_1739508825953.csv', null, '2025-02-14 12:53:46', null, null); INSERT INTO `oss_file` VALUES ('1890269984982269953', '下载链接.txt', '/oss/physical/NASA/727080e215445e36eece2d479b2b879f/下载链接_1739510458557.txt', null, '2025-02-14 13:20:59', null, null); INSERT INTO `oss_file` VALUES ('1890271090454003713', '下载链接.txt', '/oss/physical/NASA/74f68e31bfb158325dbeaa88d1cdcc25/下载链接_1739510722133.txt', null, '2025-02-14 13:25:22', null, null); INSERT INTO `oss_file` VALUES ('1890271205344378881', 'data2.csv', '/oss/physical/NASA/74f68e31bfb158325dbeaa88d1cdcc25/data2_1739510749530.csv', null, '2025-02-14 13:25:50', null, null); INSERT INTO `oss_file` VALUES ('1890271957454389249', 'data2.csv', '/oss/physical/NASA/727080e215445e36eece2d479b2b879f/data2_1739510928846.csv', null, '2025-02-14 13:28:49', null, null); INSERT INTO `oss_file` VALUES ('1890329294873526273', 'data2.csv', '/oss/physical/NASA/8a49a2388d93b5f370d168d44759ecf0/data2_1739524599152.csv', null, '2025-02-14 17:16:39', null, null); INSERT INTO `oss_file` VALUES ('1891708296674635777', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1739853378670.jpg', null, '2025-02-18 12:36:19', null, null); INSERT INTO `oss_file` VALUES ('1891708321119039490', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1739853384561.jpg', null, '2025-02-18 12:36:25', null, null); INSERT INTO `oss_file` VALUES ('1891708936616374274', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1739853531272.jpg', null, '2025-02-18 12:38:51', null, null); INSERT INTO `oss_file` VALUES ('1891711730027032578', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1739854197290.jpg', null, '2025-02-18 12:49:57', null, null); INSERT INTO `oss_file` VALUES ('1891711743385890817', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1739854200466.jpg', null, '2025-02-18 12:50:01', null, null); INSERT INTO `oss_file` VALUES ('1891711976106848258', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1739854255973.jpg', null, '2025-02-18 12:50:56', null, null); INSERT INTO `oss_file` VALUES ('1891711987188199426', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1739854258635.jpg', null, '2025-02-18 12:50:59', null, null); INSERT INTO `oss_file` VALUES ('1891712006297448450', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1739854263172.jpg', null, '2025-02-18 12:51:03', null, null); INSERT INTO `oss_file` VALUES ('1891712006335197185', 'IMG_20241219_164848.jpg', '/oss/physical/temp/IMG_20241219_164848_1739854263210.jpg', null, '2025-02-18 12:51:03', null, null); INSERT INTO `oss_file` VALUES ('1891712007052423170', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1739854263329.jpg', null, '2025-02-18 12:51:03', null, null); INSERT INTO `oss_file` VALUES ('1891713033931288577', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1739854508159.jpg', null, '2025-02-18 12:55:08', null, null); INSERT INTO `oss_file` VALUES ('1891713619347075073', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1739854647747.jpg', null, '2025-02-18 12:57:28', null, null); INSERT INTO `oss_file` VALUES ('1891713634333323266', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1739854651309.jpg', null, '2025-02-18 12:57:31', null, null); INSERT INTO `oss_file` VALUES ('1891713767942877185', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1739854683213.jpg', null, '2025-02-18 12:58:03', null, null); INSERT INTO `oss_file` VALUES ('1891716577019260929', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1739855352872.jpg', null, '2025-02-18 13:09:13', null, null); INSERT INTO `oss_file` VALUES ('1891716614528921601', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1739855361842.jpg', null, '2025-02-18 13:09:22', null, null); INSERT INTO `oss_file` VALUES ('1891717027055497218', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1739855460202.jpg', null, '2025-02-18 13:11:00', null, null); INSERT INTO `oss_file` VALUES ('1891717039739072514', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1739855463236.jpg', null, '2025-02-18 13:11:03', null, null); INSERT INTO `oss_file` VALUES ('1891718434835886082', '辐照试验委托书.docx', '/oss/physical/temp/辐照试验委托书_1739855795916.docx', null, '2025-02-18 13:16:36', null, null); INSERT INTO `oss_file` VALUES ('1891718434844274690', '辐照试验更改申请表.docx', '/oss/physical/temp/辐照试验更改申请表_1739855795915.docx', null, '2025-02-18 13:16:36', null, null); INSERT INTO `oss_file` VALUES ('1891718607670571009', '沟通记录表.docx', '/oss/physical/temp/沟通记录表_1739855837128.docx', null, '2025-02-18 13:17:17', null, null); INSERT INTO `oss_file` VALUES ('1891718657326936066', 'cs002试验大纲.docx', '/oss/physical/temp/cs002试验大纲_1739855848967.docx', null, '2025-02-18 13:17:29', null, null); INSERT INTO `oss_file` VALUES ('1891718657326936067', 'cs001试验大纲.docx', '/oss/physical/temp/cs001试验大纲_1739855848965.docx', null, '2025-02-18 13:17:29', null, null); INSERT INTO `oss_file` VALUES ('1891718748582408194', '沟通记录表.docx', '/oss/physical/temp/沟通记录表_1739855870724.docx', null, '2025-02-18 13:17:51', null, null); INSERT INTO `oss_file` VALUES ('1891719308106756098', '合同委托评审表.docx', '/oss/physical/temp/合同委托评审表_1739856004118.docx', null, '2025-02-18 13:20:04', null, null); INSERT INTO `oss_file` VALUES ('1891719342030286849', '试验大纲评审表.docx', '/oss/physical/temp/试验大纲评审表_1739856012217.docx', null, '2025-02-18 13:20:12', null, null); INSERT INTO `oss_file` VALUES ('1891719371453329409', '试验流程检查单.docx', '/oss/physical/temp/试验流程检查单_1739856019228.docx', null, '2025-02-18 13:20:19', null, null); INSERT INTO `oss_file` VALUES ('1891719404974206978', '满意度调查表.docx', '/oss/physical/temp/满意度调查表_1739856027217.docx', null, '2025-02-18 13:20:27', null, null); INSERT INTO `oss_file` VALUES ('1891753126939291650', 'cs001测试数据.txt', '/oss/physical/temp/cs001测试数据_1739864067173.txt', null, '2025-02-18 15:34:27', null, null); INSERT INTO `oss_file` VALUES ('1891753384859627522', 'cs002退火测试数据.txt', '/oss/physical/temp/cs002退火测试数据_1739864128651.txt', null, '2025-02-18 15:35:29', null, null); INSERT INTO `oss_file` VALUES ('1891756032644050946', 'cs001测试数据.txt', '/oss/physical/temp/cs001测试数据_1739864759939.txt', null, '2025-02-18 15:46:00', null, null); INSERT INTO `oss_file` VALUES ('1891756053909172225', 'cs002测试数据.txt', '/oss/physical/temp/cs002测试数据_1739864765013.txt', null, '2025-02-18 15:46:05', null, null); INSERT INTO `oss_file` VALUES ('1891756607003652097', 'IMG_20241219_164639.jpg', '/oss/physical/temp/IMG_20241219_164639_1739864896814.jpg', null, '2025-02-18 15:48:17', null, null); INSERT INTO `oss_file` VALUES ('1891756607909621762', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1739864896995.jpg', null, '2025-02-18 15:48:17', null, null); INSERT INTO `oss_file` VALUES ('1891756638276382721', 'IMG_20241219_164639.jpg', '/oss/physical/temp/IMG_20241219_164639_1739864904249.jpg', null, '2025-02-18 15:48:24', null, null); INSERT INTO `oss_file` VALUES ('1891756639257849858', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1739864904472.jpg', null, '2025-02-18 15:48:25', null, null); INSERT INTO `oss_file` VALUES ('1891756680575938562', 'IMG_20241219_164639.jpg', '/oss/physical/temp/IMG_20241219_164639_1739864914358.jpg', null, '2025-02-18 15:48:34', null, null); INSERT INTO `oss_file` VALUES ('1891756685416165378', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1739864915477.jpg', null, '2025-02-18 15:48:36', null, null); INSERT INTO `oss_file` VALUES ('1891762432455700482', 'IMG_20241219_164639.jpg', '/oss/physical/temp/IMG_20241219_164639_1739866285701.jpg', null, '2025-02-18 16:11:26', null, null); INSERT INTO `oss_file` VALUES ('1891762456791052290', 'IMG_20241219_164639.jpg', '/oss/physical/temp/IMG_20241219_164639_1739866291517.jpg', null, '2025-02-18 16:11:32', null, null); INSERT INTO `oss_file` VALUES ('1891764251038806018', 'IMG_20241219_164639.jpg', '/oss/physical/temp/IMG_20241219_164639_1739866719267.jpg', null, '2025-02-18 16:18:39', null, null); INSERT INTO `oss_file` VALUES ('1894650335691218945', '捕获.PNG', '/oss/physical/temp/捕获_1740554815505.PNG', null, '2025-02-26 15:26:56', null, null); INSERT INTO `oss_file` VALUES ('1894650379848851458', '捕获2.PNG', '/oss/physical/temp/捕获2_1740554826085.PNG', null, '2025-02-26 15:27:06', null, null); INSERT INTO `oss_file` VALUES ('1894663770508304386', 'cs001测试数据.txt', '/oss/physical/temp/cs001测试数据_1740558018659.txt', null, '2025-02-26 16:20:19', null, null); INSERT INTO `oss_file` VALUES ('189dae96259012b1364d3aa1f4a21380', 'b043096a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/3090A/b043096a.pdf', 'admin', '2024-11-05 10:30:58', null, null); INSERT INTO `oss_file` VALUES ('18a52225b22b03830feb197bf7848f56', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LT1009/data.csv', 'admin', '2024-10-24 12:11:15', null, null); INSERT INTO `oss_file` VALUES ('18a9dc80407664153ba333bef7f61abf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC374DMQB/data.csv', 'admin', '2024-11-05 10:36:12', null, null); INSERT INTO `oss_file` VALUES ('18ac6f37933f7ca3dea4d51014bf6710', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT46V128M8P/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:22:18', null, null); INSERT INTO `oss_file` VALUES ('18b119f98451d9b1e8372e0abfa3f152', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5690R-D15/data.csv', 'admin', '2024-11-05 10:39:00', null, null); INSERT INTO `oss_file` VALUES ('18b9a677b6c3fff522bf67b79d16e5e3', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IDT74LVC2244A/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:33:55', null, null); INSERT INTO `oss_file` VALUES ('18bc13715594793ef27b66c8cdbc96b8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815S/data.csv', 'admin', '2024-11-05 12:10:22', null, null); INSERT INTO `oss_file` VALUES ('18d2a94d42b46d407868b0ff8ea25055', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX-S/nsrec06_W4.pdf', 'admin', '2024-11-05 12:44:14', null, null); INSERT INTO `oss_file` VALUES ('18d5c147ca26aa58dd700952939183fd', 'PPM-95-144.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1021-5/PPM-95-144.pdf', 'admin', '2024-11-05 11:53:01', null, null); INSERT INTO `oss_file` VALUES ('18ff5f06187b95032aea178e15781689', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4429/data.csv', 'admin', '2024-11-05 12:12:26', null, null); INSERT INTO `oss_file` VALUES ('1900b759320957a729fd40a39a9c8241', 'PPM-92-115.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD54HC40103F3A/PPM-92-115.pdf', 'admin', '2024-11-05 11:13:32', null, null); INSERT INTO `oss_file` VALUES ('1902215229353463809', 'RigolDS0.png', '/oss/physical/temp/RigolDS0_1742358426692.png', null, '2025-03-19 12:27:07', null, null); INSERT INTO `oss_file` VALUES ('1902215313696722946', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg', null, '2025-03-19 12:27:27', null, null); INSERT INTO `oss_file` VALUES ('1902215579288440834', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1742358510088.jpg', null, '2025-03-19 12:28:30', null, null); INSERT INTO `oss_file` VALUES ('1902215596237623297', 'IMG_20241219_164848.jpg', '/oss/physical/temp/IMG_20241219_164848_1742358514147.jpg', null, '2025-03-19 12:28:34', null, null); INSERT INTO `oss_file` VALUES ('1902215945778335746', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1742358597476.jpg', null, '2025-03-19 12:29:58', null, null); INSERT INTO `oss_file` VALUES ('1902216149814448130', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1742358646141.jpg', null, '2025-03-19 12:30:46', null, null); INSERT INTO `oss_file` VALUES ('1902216161894043650', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1742358649012.jpg', null, '2025-03-19 12:30:49', null, null); INSERT INTO `oss_file` VALUES ('1902217138529341441', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1742358881840.jpg', null, '2025-03-19 12:34:42', null, null); INSERT INTO `oss_file` VALUES ('1902217188529639426', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1742358893791.jpg', null, '2025-03-19 12:34:54', null, null); INSERT INTO `oss_file` VALUES ('1902217330976591874', '辐照试验委托书.docx', '/oss/physical/temp/辐照试验委托书_1742358927814.docx', null, '2025-03-19 12:35:28', null, null); INSERT INTO `oss_file` VALUES ('1902217420076191746', 'cs001试验大纲.docx', '/oss/physical/temp/cs001试验大纲_1742358949054.docx', null, '2025-03-19 12:35:49', null, null); INSERT INTO `oss_file` VALUES ('1902218737897148418', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1742359263144.jpg', null, '2025-03-19 12:41:03', null, null); INSERT INTO `oss_file` VALUES ('1902219054130892801', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1742359338532.jpg', null, '2025-03-19 12:42:19', null, null); INSERT INTO `oss_file` VALUES ('1902219387661946881', 'IMG_20250106_184740.jpg', '/oss/physical/temp/IMG_20250106_184740_1742359418077.jpg', null, '2025-03-19 12:43:38', null, null); INSERT INTO `oss_file` VALUES ('1902223231972249601', 'cs001测试数据.txt', '/oss/physical/temp/cs001测试数据_1742360334732.txt', null, '2025-03-19 12:58:55', null, null); INSERT INTO `oss_file` VALUES ('1902223248728494082', 'cs002测试数据.txt', '/oss/physical/temp/cs002测试数据_1742360338720.txt', null, '2025-03-19 12:58:59', null, null); INSERT INTO `oss_file` VALUES ('1902223269444161538', '沟通记录表.docx', '/oss/physical/temp/沟通记录表_1742360343665.docx', null, '2025-03-19 12:59:04', null, null); INSERT INTO `oss_file` VALUES ('1902223269448355841', '辐照试验更改申请表.docx', '/oss/physical/temp/辐照试验更改申请表_1742360343661.docx', null, '2025-03-19 12:59:04', null, null); INSERT INTO `oss_file` VALUES ('1902223269448355842', '辐照试验委托书.docx', '/oss/physical/temp/辐照试验委托书_1742360343662.docx', null, '2025-03-19 12:59:04', null, null); INSERT INTO `oss_file` VALUES ('1902223303229280257', 'cs001测试数据.txt', '/oss/physical/temp/cs001测试数据_1742360351721.txt', null, '2025-03-19 12:59:12', null, null); INSERT INTO `oss_file` VALUES ('1902223337702264833', 'cs002测试数据.txt', '/oss/physical/temp/cs002测试数据_1742360359940.txt', null, '2025-03-19 12:59:20', null, null); INSERT INTO `oss_file` VALUES ('1902223367746064385', 'cs002退火测试数据.txt', '/oss/physical/temp/cs002退火测试数据_1742360367110.txt', null, '2025-03-19 12:59:27', null, null); INSERT INTO `oss_file` VALUES ('1902223367746064386', 'cs002测试数据.txt', '/oss/physical/temp/cs002测试数据_1742360367110.txt', null, '2025-03-19 12:59:27', null, null); INSERT INTO `oss_file` VALUES ('1902224157307015169', 'cs001测试数据.txt', '/oss/physical/temp/cs001测试数据_1742360555349.txt', null, '2025-03-19 13:02:35', null, null); INSERT INTO `oss_file` VALUES ('1902225322782461954', '偏置图.png', '/oss/physical/temp/偏置图_1742360833219.png', null, '2025-03-19 13:07:13', null, null); INSERT INTO `oss_file` VALUES ('1902225372782759938', '偏置图.png', '/oss/physical/temp/偏置图_1742360845135.png', null, '2025-03-19 13:07:25', null, null); INSERT INTO `oss_file` VALUES ('1902225656141549569', '沟通记录表.docx', '/oss/physical/temp/沟通记录表_1742360912690.docx', null, '2025-03-19 13:08:33', null, null); INSERT INTO `oss_file` VALUES ('1902225675368239106', '合同委托评审表.docx', '/oss/physical/temp/合同委托评审表_1742360917285.docx', null, '2025-03-19 13:08:37', null, null); INSERT INTO `oss_file` VALUES ('1902225705638531073', '试验大纲评审表.docx', '/oss/physical/temp/试验大纲评审表_1742360924487.docx', null, '2025-03-19 13:08:45', null, null); INSERT INTO `oss_file` VALUES ('1902225789117763586', '试验流程检查单.docx', '/oss/physical/temp/试验流程检查单_1742360944403.docx', null, '2025-03-19 13:09:04', null, null); INSERT INTO `oss_file` VALUES ('1902225988754051074', '偏置图.png', '/oss/physical/temp/偏置图_1742360992002.png', null, '2025-03-19 13:09:52', null, null); INSERT INTO `oss_file` VALUES ('1902226028176314370', '偏置图.png', '/oss/physical/temp/偏置图_1742361001399.png', null, '2025-03-19 13:10:01', null, null); INSERT INTO `oss_file` VALUES ('1902226898947379202', '偏置图.png', '/oss/physical/temp/偏置图_1742361209008.png', null, '2025-03-19 13:13:29', null, null); INSERT INTO `oss_file` VALUES ('1902226924880760834', '偏置图.png', '/oss/physical/temp/偏置图_1742361215198.png', null, '2025-03-19 13:13:35', null, null); INSERT INTO `oss_file` VALUES ('1902227981681790978', '辐照试验委托书.docx', '/oss/physical/temp/辐照试验委托书_1742361467151.docx', null, '2025-03-19 13:17:47', null, null); INSERT INTO `oss_file` VALUES ('1902228033980567553', 'cs001试验大纲.docx', '/oss/physical/temp/cs001试验大纲_1742361479621.docx', null, '2025-03-19 13:18:00', null, null); INSERT INTO `oss_file` VALUES ('1902228034290946050', '试验大纲评审表.docx', '/oss/physical/temp/试验大纲评审表_1742361479693.docx', null, '2025-03-19 13:18:00', null, null); INSERT INTO `oss_file` VALUES ('1902231374995361794', '偏置图.png', '/oss/physical/temp/偏置图_1742362276181.png', null, '2025-03-19 13:31:16', null, null); INSERT INTO `oss_file` VALUES ('1902231384596123649', '偏置图.png', '/oss/physical/temp/偏置图_1742362278471.png', null, '2025-03-19 13:31:18', null, null); INSERT INTO `oss_file` VALUES ('1902231530494988290', '沟通记录表.docx', '/oss/physical/temp/沟通记录表_1742362313248.docx', null, '2025-03-19 13:31:53', null, null); INSERT INTO `oss_file` VALUES ('1902231556218654722', '合同委托评审表.docx', '/oss/physical/temp/合同委托评审表_1742362319394.docx', null, '2025-03-19 13:31:59', null, null); INSERT INTO `oss_file` VALUES ('1902231581946515458', '试验大纲评审表.docx', '/oss/physical/temp/试验大纲评审表_1742362325524.docx', null, '2025-03-19 13:32:06', null, null); INSERT INTO `oss_file` VALUES ('1902231600409841665', '试验流程检查单.docx', '/oss/physical/temp/试验流程检查单_1742362329921.docx', null, '2025-03-19 13:32:10', null, null); INSERT INTO `oss_file` VALUES ('1902231702205599746', '偏置图.png', '/oss/physical/temp/偏置图_1742362354195.png', null, '2025-03-19 13:32:34', null, null); INSERT INTO `oss_file` VALUES ('1902231712779440129', '偏置图.png', '/oss/physical/temp/偏置图_1742362356711.png', null, '2025-03-19 13:32:37', null, null); INSERT INTO `oss_file` VALUES ('1902232929840631810', '偏置图.png', '/oss/physical/temp/偏置图_1742362646884.png', null, '2025-03-19 13:37:27', null, null); INSERT INTO `oss_file` VALUES ('1902234697710407681', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1742363068301.jpg', null, '2025-03-19 13:44:28', null, null); INSERT INTO `oss_file` VALUES ('1902312472119054337', '数据上传指南-YY_2.0.docx', '/oss/physical/temp/数据上传指南-YY_2.0_1742381611186.docx', null, '2025-03-19 18:53:31', null, null); INSERT INTO `oss_file` VALUES ('1903020403978375170', '附件一.分类表.docx', '/oss/physical/temp/附件一.分类表_1742550395354.docx', null, '2025-03-21 17:46:35', null, null); INSERT INTO `oss_file` VALUES ('1903020405899366401', '数据上传指南.docx', '/oss/physical/temp/数据上传指南_1742550395763.docx', null, '2025-03-21 17:46:36', null, null); INSERT INTO `oss_file` VALUES ('1906902698304946178', '采购申请单20250207.docx', '/oss/physical/temp/采购申请单20250207_1743476006400.docx', null, '2025-04-01 10:53:26', null, null); INSERT INTO `oss_file` VALUES ('1906903065142968321', '数据上传指南.docx', '/oss/physical/temp/数据上传指南_1743476093854.docx', null, '2025-04-01 10:54:54', null, null); INSERT INTO `oss_file` VALUES ('1906910291907788802', '采购申请单20250207.docx', '/oss/physical/temp/采购申请单20250207_1743477816903.docx', null, '2025-04-01 11:23:37', null, null); INSERT INTO `oss_file` VALUES ('1907299247149236226', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1743570551057.xlsx', null, '2025-04-02 13:09:11', null, null); INSERT INTO `oss_file` VALUES ('1907303162397802498', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1743571484528.xlsx', null, '2025-04-02 13:24:45', null, null); INSERT INTO `oss_file` VALUES ('1907303168118833153', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1743571485873.xlsx', null, '2025-04-02 13:24:46', null, null); INSERT INTO `oss_file` VALUES ('1907303234032320513', 'KC-2023-JL-056-06.pdf', '/oss/physical/temp/KC-2023-JL-056-06_1743571501569.pdf', null, '2025-04-02 13:25:02', null, null); INSERT INTO `oss_file` VALUES ('1907303611989442562', '_cgi-bin_mmwebwx-bin_webwxgetmsgimg__&MsgID=4576832579709500579&skey=@crypt_8ab890bc_eac5de39ff83f16e9dbf1f782fdf11b3&mmweb_appid=wx_webfilehelper.jpg', '/oss/physical/temp/_cgi-bin_mmwebwx-bin_webwxgetmsgimg__MsgID4576832579709500579skeycrypt_8ab890bc_eac5de39ff83f16e9dbf1f782fdf11b3mmweb_appidwx_webfilehelper_1743571591720.jpg', null, '2025-04-02 13:26:32', null, null); INSERT INTO `oss_file` VALUES ('1907303673255641090', 'JHCS20N56NAR1.xlsx', '/oss/physical/temp/JHCS20N56NAR1_1743571606322.xlsx', null, '2025-04-02 13:26:46', null, null); INSERT INTO `oss_file` VALUES ('1907304395149885441', 'JHCS20N56NAR1.xlsx', '/oss/physical/temp/JHCS20N56NAR1_1743571778435.xlsx', null, '2025-04-02 13:29:38', null, null); INSERT INTO `oss_file` VALUES ('1907304428037423105', 'KC-2023-JL-056-06.pdf', '/oss/physical/temp/KC-2023-JL-056-06_1743571786206.pdf', null, '2025-04-02 13:29:46', null, null); INSERT INTO `oss_file` VALUES ('1907305075755401218', 'KC-2023-JL-056-06.pdf', '/oss/physical/temp/KC-2023-JL-056-06_1743571940616.pdf', null, '2025-04-02 13:32:21', null, null); INSERT INTO `oss_file` VALUES ('1907305150846025729', 'JHCS7130NDR.xlsx', '/oss/physical/temp/JHCS7130NDR_1743571958610.xlsx', null, '2025-04-02 13:32:39', null, null); INSERT INTO `oss_file` VALUES ('1907305188187914242', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1743571967520.xlsx', null, '2025-04-02 13:32:48', null, null); INSERT INTO `oss_file` VALUES ('1907305440202670081', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1743572027345.xlsx', null, '2025-04-02 13:33:48', null, null); INSERT INTO `oss_file` VALUES ('1907305525175074818', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1743572047838.xlsx', null, '2025-04-02 13:34:08', null, null); INSERT INTO `oss_file` VALUES ('1907305993448144898', 'KC-2024-JL-162.pdf', '/oss/physical/temp/KC-2024-JL-162_1743572159435.pdf', null, '2025-04-02 13:36:00', null, null); INSERT INTO `oss_file` VALUES ('1907306097039065090', '2413电离总剂量效应.xlsx', '/oss/physical/temp/2413电离总剂量效应_1743572184199.xlsx', null, '2025-04-02 13:36:24', null, null); INSERT INTO `oss_file` VALUES ('1907306781469786114', 'KC-2024-JL-162.pdf', '/oss/physical/temp/KC-2024-JL-162_1743572347329.pdf', null, '2025-04-02 13:39:07', null, null); INSERT INTO `oss_file` VALUES ('1907306933190344705', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1743572383540.xlsx', null, '2025-04-02 13:39:44', null, null); INSERT INTO `oss_file` VALUES ('1907308253536272385', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1743572698332.xlsx', null, '2025-04-02 13:44:58', null, null); INSERT INTO `oss_file` VALUES ('1907308459568873473', 'TAWM1A080040H.xlsx', '/oss/physical/temp/TAWM1A080040H_1743572747473.xlsx', null, '2025-04-02 13:45:47', null, null); INSERT INTO `oss_file` VALUES ('1907341212897198082', 'TBWM1A080040H.xlsx', '/oss/physical/temp/TBWM1A080040H_1743580556474.xlsx', null, '2025-04-02 15:55:56', null, null); INSERT INTO `oss_file` VALUES ('1907341761470218242', 'KC-2024-JL-162_1743572347329.pdf', '/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580687207.pdf', null, '2025-04-02 15:58:07', null, null); INSERT INTO `oss_file` VALUES ('1907342569049899010', 'TCWM1A080040H.xlsx', '/oss/physical/temp/TCWM1A080040H_1743580879807.xlsx', null, '2025-04-02 16:01:20', null, null); INSERT INTO `oss_file` VALUES ('1907342582769467394', 'KC-2024-JL-162_1743572347329.pdf', '/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580883015.pdf', null, '2025-04-02 16:01:23', null, null); INSERT INTO `oss_file` VALUES ('1907345893262311425', 'TAWM1A080040H.xlsx', '/oss/physical/temp/TAWM1A080040H_1743581672362.xlsx', null, '2025-04-02 16:14:32', null, null); INSERT INTO `oss_file` VALUES ('1907346030764179457', 'TBWM1A080040H.xlsx', '/oss/physical/temp/TBWM1A080040H_1743581705144.xlsx', null, '2025-04-02 16:15:05', null, null); INSERT INTO `oss_file` VALUES ('1907346152608710657', 'TCWM1A080040H.xlsx', '/oss/physical/temp/TCWM1A080040H_1743581734195.xlsx', null, '2025-04-02 16:15:34', null, null); INSERT INTO `oss_file` VALUES ('1907346733112967170', 'TDWM1A080040H.xlsx', '/oss/physical/temp/TDWM1A080040H_1743581872592.xlsx', null, '2025-04-02 16:17:53', null, null); INSERT INTO `oss_file` VALUES ('1907346747214217218', 'KC-2024-JL-162_1743572347329.pdf', '/oss/physical/temp/KC-2024-JL-162_1743572347329_1743581875897.pdf', null, '2025-04-02 16:17:56', null, null); INSERT INTO `oss_file` VALUES ('1907353815031693313', 'JHCS10N40MR.xlsx', '/oss/physical/temp/JHCS10N40MR_1743583561056.xlsx', null, '2025-04-02 16:46:01', null, null); INSERT INTO `oss_file` VALUES ('1907356271849455618', 'JHCS7130NDR.xlsx', '/oss/physical/temp/JHCS7130NDR_1743584146799.xlsx', null, '2025-04-02 16:55:47', null, null); INSERT INTO `oss_file` VALUES ('1907356433476960258', 'JHCS20N56NAR1.xlsx', '/oss/physical/temp/JHCS20N56NAR1_1743584185322.xlsx', null, '2025-04-02 16:56:25', null, null); INSERT INTO `oss_file` VALUES ('1907356891230715905', 'JHCS67264NAR.xlsx', '/oss/physical/temp/JHCS67264NAR_1743584294462.xlsx', null, '2025-04-02 16:58:15', null, null); INSERT INTO `oss_file` VALUES ('1907358721289437186', 'KC-2024-JL-01506.pdf', '/oss/physical/temp/KC-2024-JL-01506_1743584730731.pdf', null, '2025-04-02 17:05:31', null, null); INSERT INTO `oss_file` VALUES ('1907359216104062977', 'JHCS67264NAR.xlsx', '/oss/physical/temp/JHCS67264NAR_1743584848754.xlsx', null, '2025-04-02 17:07:29', null, null); INSERT INTO `oss_file` VALUES ('1907359278318174210', 'JHCS67264NAR.xlsx', '/oss/physical/temp/JHCS67264NAR_1743584863595.xlsx', null, '2025-04-02 17:07:44', null, null); INSERT INTO `oss_file` VALUES ('1907359312812130306', 'KC-2024-JL-01506.pdf', '/oss/physical/temp/KC-2024-JL-01506_1743584871751.pdf', null, '2025-04-02 17:07:52', null, null); INSERT INTO `oss_file` VALUES ('1907359917307805698', 'KC-2024-JL-01506.pdf', '/oss/physical/temp/KC-2024-JL-01506_1743585015885.pdf', null, '2025-04-02 17:10:16', null, null); INSERT INTO `oss_file` VALUES ('1907360009213394945', 'JHCS67160NAR.xlsx', '/oss/physical/temp/JHCS67160NAR_1743585037850.xlsx', null, '2025-04-02 17:10:38', null, null); INSERT INTO `oss_file` VALUES ('1907360539818016770', 'JHCS6N40YR.xlsx', '/oss/physical/temp/JHCS6N40YR_1743585164363.xlsx', null, '2025-04-02 17:12:44', null, null); INSERT INTO `oss_file` VALUES ('1907360585120694273', 'KC-2024-JL-01506.pdf', '/oss/physical/temp/KC-2024-JL-01506_1743585175095.pdf', null, '2025-04-02 17:12:55', null, null); INSERT INTO `oss_file` VALUES ('1909277079601627137', 'KC-2023-JL-126.xlsx', '/oss/physical/temp/KC-2023-JL-126_1744042103063.xlsx', null, '2025-04-08 00:08:23', null, null); INSERT INTO `oss_file` VALUES ('1909613742274015233', 'KC-2023-JL-126.xlsx', '/oss/physical/temp/KC-2023-JL-126_1744122369399.xlsx', null, '2025-04-08 22:26:10', null, null); INSERT INTO `oss_file` VALUES ('1909614814992429057', 'KC-2023-JL-126.xlsx', '/oss/physical/temp/KC-2023-JL-126_1744122625222.xlsx', null, '2025-04-08 22:30:25', null, null); INSERT INTO `oss_file` VALUES ('1909617243838377985', 'KC-2023-JL-126.xlsx', '/oss/physical/temp/KC-2023-JL-126_1744123204442.xlsx', null, '2025-04-08 22:40:05', null, null); INSERT INTO `oss_file` VALUES ('1909618650171731969', 'KC-2023-JL-126.xlsx', '/oss/physical/temp/KC-2023-JL-126_1744123539728.xlsx', null, '2025-04-08 22:45:40', null, null); INSERT INTO `oss_file` VALUES ('1909621889260744706', 'KC-2023-JL-126.xlsx', '/oss/physical/temp/KC-2023-JL-126_1744124311994.xlsx', null, '2025-04-08 22:58:32', null, null); INSERT INTO `oss_file` VALUES ('1909624548202016770', 'KC-2023-JL-126.xlsx', '/oss/physical/temp/KC-2023-JL-126_1744124945913.xlsx', null, '2025-04-08 23:09:06', null, null); INSERT INTO `oss_file` VALUES ('1911617044691972097', '电离总剂量效应JHCS67130NJR 2343.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67130NJR2343_1744599994186.xlsx', null, '2025-04-14 11:06:34', null, null); INSERT INTO `oss_file` VALUES ('1911619615481556994', '电离总剂量效应JHCS67130NJR 2343.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67130NJR2343_1744600607127.xlsx', null, '2025-04-14 11:16:47', null, null); INSERT INTO `oss_file` VALUES ('1911620815719395329', '电离总剂量效应JHCS20N16NJR1 2342.xlsx', '/oss/physical/temp/电离总剂量效应JHCS20N16NJR12342_1744600893257.xlsx', null, '2025-04-14 11:21:33', null, null); INSERT INTO `oss_file` VALUES ('1911628178497105922', '电离总剂量效应JHCS67230YRB 2348.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67230YRB2348_1744602648697.xlsx', null, '2025-04-14 11:50:49', null, null); INSERT INTO `oss_file` VALUES ('1911636079785701378', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1744604532539.xlsx', null, '2025-04-14 12:22:13', null, null); INSERT INTO `oss_file` VALUES ('1911636162149249025', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1744604552172.xlsx', null, '2025-04-14 12:22:32', null, null); INSERT INTO `oss_file` VALUES ('1911636354760077314', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1744604598095.xlsx', null, '2025-04-14 12:23:18', null, null); INSERT INTO `oss_file` VALUES ('1911636432228872194', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1744604616565.xlsx', null, '2025-04-14 12:23:37', null, null); INSERT INTO `oss_file` VALUES ('1911636581537705986', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1744604652166.xlsx', null, '2025-04-14 12:24:12', null, null); INSERT INTO `oss_file` VALUES ('1911636729244315649', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1744604687379.xlsx', null, '2025-04-14 12:24:47', null, null); INSERT INTO `oss_file` VALUES ('1911636748890435585', 'KC-2024-JL-162_1743572347329.pdf', '/oss/physical/temp/KC-2024-JL-162_1743572347329_1744604692021.pdf', null, '2025-04-14 12:24:52', null, null); INSERT INTO `oss_file` VALUES ('1911641635254595585', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1744605857060.xlsx', null, '2025-04-14 12:44:17', null, null); INSERT INTO `oss_file` VALUES ('1911641651784347650', '电离总剂量效应JHCS9150NR 2425.xlsx', '/oss/physical/temp/电离总剂量效应JHCS9150NR2425_1744605860964.xlsx', null, '2025-04-14 12:44:21', null, null); INSERT INTO `oss_file` VALUES ('1911643810244489218', '电离总剂量效应JHCS9150NR 2425.xlsx', '/oss/physical/temp/电离总剂量效应JHCS9150NR2425_1744606375592.xlsx', null, '2025-04-14 12:52:56', null, null); INSERT INTO `oss_file` VALUES ('1911643845266927617', '电离总剂量效应JHCS9150NR 2416.xlsx', '/oss/physical/temp/电离总剂量效应JHCS9150NR2416_1744606383937.xlsx', null, '2025-04-14 12:53:04', null, null); INSERT INTO `oss_file` VALUES ('1911647958029463554', 'JHCS10N40MR.pdf', '/oss/physical/temp/JHCS10N40MR_1744607364487.pdf', null, '2025-04-14 13:09:25', null, null); INSERT INTO `oss_file` VALUES ('1911650790388428801', '电离总剂量效应JHCS9150MR 2420.xlsx', '/oss/physical/temp/电离总剂量效应JHCS9150MR2420_1744608039789.xlsx', null, '2025-04-14 13:20:40', null, null); INSERT INTO `oss_file` VALUES ('1911653152272314369', '电离总剂量效应JHCS10N40MR 2421.xlsx', '/oss/physical/temp/电离总剂量效应JHCS10N40MR2421_1744608602917.xlsx', null, '2025-04-14 13:30:03', null, null); INSERT INTO `oss_file` VALUES ('1911684260464586753', 'KC-2024-JL-165.pdf', '/oss/physical/temp/KC-2024-JL-165_1744616019633.pdf', null, '2025-04-14 15:33:40', null, null); INSERT INTO `oss_file` VALUES ('1911690764261421057', 'KC-2024-JL-165.pdf', '/oss/physical/temp/KC-2024-JL-165_1744617570285.pdf', null, '2025-04-14 15:59:30', null, null); INSERT INTO `oss_file` VALUES ('1911738378214338562', 'JHCS10N56NJR1.xlsx', '/oss/physical/temp/JHCS10N56NJR1_1744628922346.xlsx', null, '2025-04-14 19:08:42', null, null); INSERT INTO `oss_file` VALUES ('1911739629647851522', 'JHCS20N16NJR1.xlsx', '/oss/physical/temp/JHCS20N16NJR1_1744629220723.xlsx', null, '2025-04-14 19:13:41', null, null); INSERT INTO `oss_file` VALUES ('1911740146587430914', 'JHCS9150MR.xlsx', '/oss/physical/temp/JHCS9150MR_1744629343975.xlsx', null, '2025-04-14 19:15:44', null, null); INSERT INTO `oss_file` VALUES ('1911741250427580417', 'JHCS9150NR.xlsx', '/oss/physical/temp/JHCS9150NR_1744629607153.xlsx', null, '2025-04-14 19:20:07', null, null); INSERT INTO `oss_file` VALUES ('1911741287278735362', 'JHCS9150NR.xlsx', '/oss/physical/temp/JHCS9150NR_1744629615943.xlsx', null, '2025-04-14 19:20:16', null, null); INSERT INTO `oss_file` VALUES ('1911741822480314369', 'JHCS67130NJR-1.xlsx', '/oss/physical/temp/JHCS67130NJR-1_1744629743541.xlsx', null, '2025-04-14 19:22:24', null, null); INSERT INTO `oss_file` VALUES ('1911742245173882882', 'JHCS67130NJR-2.xlsx', '/oss/physical/temp/JHCS67130NJR-2_1744629844316.xlsx', null, '2025-04-14 19:24:04', null, null); INSERT INTO `oss_file` VALUES ('1911742600154607617', 'JHCS697260MR.xlsx', '/oss/physical/temp/JHCS697260MR_1744629928941.xlsx', null, '2025-04-14 19:25:29', null, null); INSERT INTO `oss_file` VALUES ('1911742647353110530', 'JHCS697260MR.xlsx', '/oss/physical/temp/JHCS697260MR_1744629940222.xlsx', null, '2025-04-14 19:25:40', null, null); INSERT INTO `oss_file` VALUES ('1911794601055907842', 'KC-2024-JL-034.xlsx', '/oss/physical/temp/KC-2024-JL-034_1744642326946.xlsx', null, '2025-04-14 22:52:07', null, null); INSERT INTO `oss_file` VALUES ('1911794992711626754', 'KC-2024-JL-034.xlsx', '/oss/physical/temp/KC-2024-JL-034_1744642420327.xlsx', null, '2025-04-14 22:53:40', null, null); INSERT INTO `oss_file` VALUES ('1911795114166087681', 'KC-2024-JL-034.xlsx', '/oss/physical/temp/KC-2024-JL-034_1744642449283.xlsx', null, '2025-04-14 22:54:09', null, null); INSERT INTO `oss_file` VALUES ('1911801679245971458', 'KC-2023-JL-126.xlsx', '/oss/physical/temp/KC-2023-JL-126_1744644014350.xlsx', null, '2025-04-14 23:20:15', null, null); INSERT INTO `oss_file` VALUES ('1911967169473908738', 'JHCS76N10NAR.xlsx', '/oss/physical/temp/JHCS76N10NAR_1744683470435.xlsx', null, '2025-04-15 10:17:50', null, null); INSERT INTO `oss_file` VALUES ('1911968015007846402', 'JHCS7230YR.xlsx', '/oss/physical/temp/JHCS7230YR_1744683672034.xlsx', null, '2025-04-15 10:21:12', null, null); INSERT INTO `oss_file` VALUES ('1911996447804592130', 'JHCS67160MR.xlsx', '/oss/physical/temp/JHCS67160MR_1744690450948.xlsx', null, '2025-04-15 12:14:11', null, null); INSERT INTO `oss_file` VALUES ('1911996836041953281', 'JHCS67260MR.xlsx', '/oss/physical/temp/JHCS67260MR_1744690543505.xlsx', null, '2025-04-15 12:15:44', null, null); INSERT INTO `oss_file` VALUES ('1911997165089296386', 'JHCS67260NAR.xlsx', '/oss/physical/temp/JHCS67260NAR_1744690621937.xlsx', null, '2025-04-15 12:17:02', null, null); INSERT INTO `oss_file` VALUES ('1911997408270848001', 'JHCSL77034NJR.xlsx', '/oss/physical/temp/JHCSL77034NJR_1744690679934.xlsx', null, '2025-04-15 12:18:00', null, null); INSERT INTO `oss_file` VALUES ('1912002636454006786', 'KC-2024-JL-131.pdf', '/oss/physical/temp/KC-2024-JL-131_1744691926354.pdf', null, '2025-04-15 12:38:46', null, null); INSERT INTO `oss_file` VALUES ('1912002711980838913', 'JHCS2N20NDR.xlsx', '/oss/physical/temp/JHCS2N20NDR_1744691944432.xlsx', null, '2025-04-15 12:39:04', null, null); INSERT INTO `oss_file` VALUES ('1912002793023180801', 'JHCS697260MR.xlsx', '/oss/physical/temp/JHCS697260MR_1744691963746.xlsx', null, '2025-04-15 12:39:24', null, null); INSERT INTO `oss_file` VALUES ('1912002841333174273', 'KC-2024-JL-131.pdf', '/oss/physical/temp/KC-2024-JL-131_1744691975220.pdf', null, '2025-04-15 12:39:35', null, null); INSERT INTO `oss_file` VALUES ('1912003259748552705', 'KC-2024-JL-131.pdf', '/oss/physical/temp/KC-2024-JL-131_1744692074983.pdf', null, '2025-04-15 12:41:15', null, null); INSERT INTO `oss_file` VALUES ('1912003305411940354', 'JHCS67234NJR.xlsx', '/oss/physical/temp/JHCS67234NJR_1744692085898.xlsx', null, '2025-04-15 12:41:26', null, null); INSERT INTO `oss_file` VALUES ('1912003712896962561', 'JHCS7230YR.xlsx', '/oss/physical/temp/JHCS7230YR_1744692183029.xlsx', null, '2025-04-15 12:43:03', null, null); INSERT INTO `oss_file` VALUES ('1912003745587367938', 'KC-2024-JL-131.pdf', '/oss/physical/temp/KC-2024-JL-131_1744692190814.pdf', null, '2025-04-15 12:43:11', null, null); INSERT INTO `oss_file` VALUES ('1912008051111727105', '电离总剂量效应CS4393.xlsx', '/oss/physical/temp/电离总剂量效应CS4393_1744693217382.xlsx', null, '2025-04-15 13:00:17', null, null); INSERT INTO `oss_file` VALUES ('1912008283442614274', 'JHCS6N40YR.xlsx', '/oss/physical/temp/JHCS6N40YR_1744693272776.xlsx', null, '2025-04-15 13:01:13', null, null); INSERT INTO `oss_file` VALUES ('1912008545246875650', 'JHCS22N40MR.xlsx', '/oss/physical/temp/JHCS22N40MR_1744693335200.xlsx', null, '2025-04-15 13:02:15', null, null); INSERT INTO `oss_file` VALUES ('1912008893420244993', 'JHCS57Z60MR.xlsx', '/oss/physical/temp/JHCS57Z60MR_1744693418188.xlsx', null, '2025-04-15 13:03:38', null, null); INSERT INTO `oss_file` VALUES ('1912009184085512194', 'JHCSL77034NJR.xlsx', '/oss/physical/temp/JHCSL77034NJR_1744693487511.xlsx', null, '2025-04-15 13:04:48', null, null); INSERT INTO `oss_file` VALUES ('1912012314445582338', '电离总剂量效应RCS7224A.xlsx', '/oss/physical/temp/电离总剂量效应RCS7224A_1744694233849.xlsx', null, '2025-04-15 13:17:14', null, null); INSERT INTO `oss_file` VALUES ('1912014114418561025', 'KC-2024-JL-131.zip', '/oss/physical/temp/KC-2024-JL-131_1744694663015.zip', null, '2025-04-15 13:24:23', null, null); INSERT INTO `oss_file` VALUES ('1912014150128865282', 'KC-2024-JL-131.zip', '/oss/physical/temp/KC-2024-JL-131_1744694671529.zip', null, '2025-04-15 13:24:32', null, null); INSERT INTO `oss_file` VALUES ('1912014181074440193', 'KC-2024-JL-131.zip', '/oss/physical/temp/KC-2024-JL-131_1744694678906.zip', null, '2025-04-15 13:24:39', null, null); INSERT INTO `oss_file` VALUES ('1912014214561763329', 'KC-2024-JL-131.zip', '/oss/physical/temp/KC-2024-JL-131_1744694686890.zip', null, '2025-04-15 13:24:47', null, null); INSERT INTO `oss_file` VALUES ('1912014680473440257', 'KC-2024-JL-015.zip', '/oss/physical/temp/KC-2024-JL-015_1744694797972.zip', null, '2025-04-15 13:26:38', null, null); INSERT INTO `oss_file` VALUES ('1912014713155457025', 'KC-2024-JL-015.zip', '/oss/physical/temp/KC-2024-JL-015_1744694805765.zip', null, '2025-04-15 13:26:46', null, null); INSERT INTO `oss_file` VALUES ('1912014739134976001', 'KC-2024-JL-015.zip', '/oss/physical/temp/KC-2024-JL-015_1744694811960.zip', null, '2025-04-15 13:26:52', null, null); INSERT INTO `oss_file` VALUES ('1912014946249707522', 'KC-2023-JL-056.zip', '/oss/physical/temp/KC-2023-JL-056_1744694861338.zip', null, '2025-04-15 13:27:41', null, null); INSERT INTO `oss_file` VALUES ('1912014975014244353', 'KC-2023-JL-056.zip', '/oss/physical/temp/KC-2023-JL-056_1744694868198.zip', null, '2025-04-15 13:27:48', null, null); INSERT INTO `oss_file` VALUES ('1912016970584395777', '深圳吉华微特-张兴尧-20241205.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695343976.zip', null, '2025-04-15 13:35:44', null, null); INSERT INTO `oss_file` VALUES ('1912017063731499010', '深圳吉华微特-张兴尧-20241205.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695366185.zip', null, '2025-04-15 13:36:06', null, null); INSERT INTO `oss_file` VALUES ('1912017108673466369', '深圳吉华微特-张兴尧-20241205.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695376900.zip', null, '2025-04-15 13:36:17', null, null); INSERT INTO `oss_file` VALUES ('1912017161089683458', '深圳吉华微特-张兴尧-20241205.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695389401.zip', null, '2025-04-15 13:36:29', null, null); INSERT INTO `oss_file` VALUES ('1912017464505634817', '深圳吉华微特-张兴尧-20240102.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240102_1744695461738.zip', null, '2025-04-15 13:37:42', null, null); INSERT INTO `oss_file` VALUES ('1912072097815040002', 'MCU及通讯组件.xlsx', '/oss/physical/temp/MCU及通讯组件_1744708487331.xlsx', null, '2025-04-15 17:14:47', null, null); INSERT INTO `oss_file` VALUES ('1912072580222914562', 'RK3588.xlsx', '/oss/physical/temp/RK3588_1744708602348.xlsx', null, '2025-04-15 17:16:42', null, null); INSERT INTO `oss_file` VALUES ('1912072992367808513', 'XC7Z045.xlsx', '/oss/physical/temp/XC7Z045_1744708700611.xlsx', null, '2025-04-15 17:18:21', null, null); INSERT INTO `oss_file` VALUES ('1912073202175283201', 'KC-2024-JL-032.pdf', '/oss/physical/temp/KC-2024-JL-032_1744708750555.pdf', null, '2025-04-15 17:19:11', null, null); INSERT INTO `oss_file` VALUES ('1912075818691170305', 'KC-2024-JL-032.pdf', '/oss/physical/temp/KC-2024-JL-032_1744709374402.pdf', null, '2025-04-15 17:29:34', null, null); INSERT INTO `oss_file` VALUES ('1912075935770972161', 'KC-2024-JL-032.pdf', '/oss/physical/temp/KC-2024-JL-032_1744709402295.pdf', null, '2025-04-15 17:30:02', null, null); INSERT INTO `oss_file` VALUES ('1912078625364217858', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1744710043623.xlsx', null, '2025-04-15 17:40:44', null, null); INSERT INTO `oss_file` VALUES ('1912078671468007426', 'KC-2024-JL-201.pdf', '/oss/physical/temp/KC-2024-JL-201_1744710054553.pdf', null, '2025-04-15 17:40:55', null, null); INSERT INTO `oss_file` VALUES ('1912078936313139202', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1744710117763.xlsx', null, '2025-04-15 17:41:58', null, null); INSERT INTO `oss_file` VALUES ('1912078953442676738', 'KC-2024-JL-201.pdf', '/oss/physical/temp/KC-2024-JL-201_1744710121766.pdf', null, '2025-04-15 17:42:02', null, null); INSERT INTO `oss_file` VALUES ('1912079007217848321', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1744710134662.xlsx', null, '2025-04-15 17:42:15', null, null); INSERT INTO `oss_file` VALUES ('1912079027883184130', 'KC-2024-JL-201.pdf', '/oss/physical/temp/KC-2024-JL-201_1744710139499.pdf', null, '2025-04-15 17:42:20', null, null); INSERT INTO `oss_file` VALUES ('1912079378690576386', 'CETC.zip', '/oss/physical/temp/CETC_1744710223161.zip', null, '2025-04-15 17:43:43', null, null); INSERT INTO `oss_file` VALUES ('1912079431228428289', 'CETC.zip', '/oss/physical/temp/CETC_1744710235693.zip', null, '2025-04-15 17:43:56', null, null); INSERT INTO `oss_file` VALUES ('1912079449943412738', 'KC-2024-JL-142.pdf', '/oss/physical/temp/KC-2024-JL-142_1744710240131.pdf', null, '2025-04-15 17:44:00', null, null); INSERT INTO `oss_file` VALUES ('1912079467899228161', 'CETC.zip', '/oss/physical/temp/CETC_1744710244432.zip', null, '2025-04-15 17:44:05', null, null); INSERT INTO `oss_file` VALUES ('1912079518889381889', 'CETC.zip', '/oss/physical/temp/CETC_1744710256630.zip', null, '2025-04-15 17:44:17', null, null); INSERT INTO `oss_file` VALUES ('1912079547104464898', 'CETC.zip', '/oss/physical/temp/CETC_1744710263322.zip', null, '2025-04-15 17:44:23', null, null); INSERT INTO `oss_file` VALUES ('1912079871621959681', 'KC-2024-JL-158.pdf', '/oss/physical/temp/KC-2024-JL-158_1744710340714.pdf', null, '2025-04-15 17:45:41', null, null); INSERT INTO `oss_file` VALUES ('1912081082374918145', 'KC-2024-JL-136.pdf', '/oss/physical/temp/KC-2024-JL-136_1744710629373.pdf', null, '2025-04-15 17:50:29', null, null); INSERT INTO `oss_file` VALUES ('1912081489692168194', 'KC-2024-JL-158.pdf', '/oss/physical/temp/KC-2024-JL-158_1744710726478.pdf', null, '2025-04-15 17:52:07', null, null); INSERT INTO `oss_file` VALUES ('1912082396081262593', 'KC-2024-JL-140.pdf', '/oss/physical/temp/KC-2024-JL-140_1744710942567.pdf', null, '2025-04-15 17:55:43', null, null); INSERT INTO `oss_file` VALUES ('1912082606077480962', 'KC-2024-JL-100.pdf', '/oss/physical/temp/KC-2024-JL-100_1744710992612.pdf', null, '2025-04-15 17:56:33', null, null); INSERT INTO `oss_file` VALUES ('1912084004282273794', 'KC-2023-JL-116.pdf', '/oss/physical/temp/KC-2023-JL-116_1744711326009.pdf', null, '2025-04-15 18:02:06', null, null); INSERT INTO `oss_file` VALUES ('1912084670371303426', 'KC-2024-JC-166.pdf', '/oss/physical/temp/KC-2024-JC-166_1744711484830.pdf', null, '2025-04-15 18:04:45', null, null); INSERT INTO `oss_file` VALUES ('1912085760936480770', 'KC-2024-JL-119.pdf', '/oss/physical/temp/KC-2024-JL-119_1744711744828.pdf', null, '2025-04-15 18:09:05', null, null); INSERT INTO `oss_file` VALUES ('1912087313898508289', 'KC-2023-JL-131.pdf', '/oss/physical/temp/KC-2023-JL-131_1744712115105.pdf', null, '2025-04-15 18:15:15', null, null); INSERT INTO `oss_file` VALUES ('1912087576235446274', 'KC-2023-JL-116.pdf', '/oss/physical/temp/KC-2023-JL-116_1744712177618.pdf', null, '2025-04-15 18:16:18', null, null); INSERT INTO `oss_file` VALUES ('1912088953560993794', 'KC-2024-JL-198.pdf', '/oss/physical/temp/KC-2024-JL-198_1744712506004.pdf', null, '2025-04-15 18:21:46', null, null); INSERT INTO `oss_file` VALUES ('1912089937527934977', 'KC-2023-JL-135.pdf', '/oss/physical/temp/KC-2023-JL-135_1744712740599.pdf', null, '2025-04-15 18:25:41', null, null); INSERT INTO `oss_file` VALUES ('1912105317545775105', 'KC-2024-JL-052.pdf', '/oss/physical/temp/KC-2024-JL-052_1744716407470.pdf', null, '2025-04-15 19:26:48', null, null); INSERT INTO `oss_file` VALUES ('1912105436349435905', 'KC-2024-JL-024.pdf', '/oss/physical/temp/KC-2024-JL-024_1744716435827.pdf', null, '2025-04-15 19:27:16', null, null); INSERT INTO `oss_file` VALUES ('1912105575579357186', 'KC-2024-JL-029.pdf', '/oss/physical/temp/KC-2024-JL-029_1744716468966.pdf', null, '2025-04-15 19:27:49', null, null); INSERT INTO `oss_file` VALUES ('1912105698162085890', 'KC-2024-JL-124.pdf', '/oss/physical/temp/KC-2024-JL-124_1744716498230.pdf', null, '2025-04-15 19:28:18', null, null); INSERT INTO `oss_file` VALUES ('1912105804806459394', 'KC-2024-JL-156.pdf', '/oss/physical/temp/KC-2024-JL-156_1744716523654.pdf', null, '2025-04-15 19:28:44', null, null); INSERT INTO `oss_file` VALUES ('1912105878525546497', 'KC-2024-JL-013.pdf', '/oss/physical/temp/KC-2024-JL-013_1744716541258.pdf', null, '2025-04-15 19:29:01', null, null); INSERT INTO `oss_file` VALUES ('1912106230033387522', 'KC-2024-JL-153.pdf', '/oss/physical/temp/KC-2024-JL-153_1744716624982.pdf', null, '2025-04-15 19:30:25', null, null); INSERT INTO `oss_file` VALUES ('1912106392340369410', 'KC-2024-JL-153.pdf', '/oss/physical/temp/KC-2024-JL-153_1744716663688.pdf', null, '2025-04-15 19:31:04', null, null); INSERT INTO `oss_file` VALUES ('1912106518182072321', 'KC-2024-JL-153.pdf', '/oss/physical/temp/KC-2024-JL-153_1744716693681.pdf', null, '2025-04-15 19:31:34', null, null); INSERT INTO `oss_file` VALUES ('1912106557818245121', 'KC-2024-JL-153.pdf', '/oss/physical/temp/KC-2024-JL-153_1744716703148.pdf', null, '2025-04-15 19:31:43', null, null); INSERT INTO `oss_file` VALUES ('1912112217381376001', '电离总剂量效应.xlsx', '/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/电离总剂量效应_1744718052583.xlsx', null, '2025-04-15 19:54:13', null, null); INSERT INTO `oss_file` VALUES ('1912112286792912898', '电离总剂量效应.xlsx', '/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/电离总剂量效应_1744718069133.xlsx', null, '2025-04-15 19:54:29', null, null); INSERT INTO `oss_file` VALUES ('1912115447171616769', '电离总剂量效应.xlsx', '/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/电离总剂量效应_1744718822631.xlsx', null, '2025-04-15 20:07:03', null, null); INSERT INTO `oss_file` VALUES ('1912115491903868929', '电离总剂量效应.xlsx', '/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/电离总剂量效应_1744718833291.xlsx', null, '2025-04-15 20:07:13', null, null); INSERT INTO `oss_file` VALUES ('1912129852521287682', '电离总剂量效应.xlsx', '/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/电离总剂量效应_1744722257130.xlsx', null, '2025-04-15 21:04:17', null, null); INSERT INTO `oss_file` VALUES ('1912130673220751362', '电离总剂量效应.xlsx', '/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/电离总剂量效应_1744722452798.xlsx', null, '2025-04-15 21:07:33', null, null); INSERT INTO `oss_file` VALUES ('1912132068875407362', '电离总剂量效应.xlsx', '/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/电离总剂量效应_1744722785555.xlsx', null, '2025-04-15 21:13:06', null, null); INSERT INTO `oss_file` VALUES ('1912136130949779457', '单粒子效应.xlsx', '/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/单粒子效应_1744723754023.xlsx', null, '2025-04-15 21:29:14', null, null); INSERT INTO `oss_file` VALUES ('1912141067624615937', '总剂量.xlsx', '/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/总剂量_1744724931019.xlsx', null, '2025-04-15 21:48:51', null, null); INSERT INTO `oss_file` VALUES ('1912141156749381634', '总剂量.xlsx', '/oss/physical/NASA/e7f970d192833dcdb18473f23edc805f/总剂量_1744724952265.xlsx', null, '2025-04-15 21:49:12', null, null); INSERT INTO `oss_file` VALUES ('1912141732212084737', '单粒子效应.xlsx', '/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/单粒子效应_1744725089468.xlsx', null, '2025-04-15 21:51:29', null, null); INSERT INTO `oss_file` VALUES ('1912143928244801538', '单粒子效应.xlsx', '/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/单粒子效应_1744725613046.xlsx', null, '2025-04-15 22:00:13', null, null); INSERT INTO `oss_file` VALUES ('1912149298338041857', '单粒子效应.xlsx', '/oss/physical/NASA/e278118872f229f14cbbe1f1e2c06a33/单粒子效应_1744726893370.xlsx', null, '2025-04-15 22:21:33', null, null); INSERT INTO `oss_file` VALUES ('1912151086323699714', '单粒子效应.xlsx', '/oss/physical/NASA/b5e3ed28ba1f9c75bb1d5a3892569c31/单粒子效应_1744727319662.xlsx', null, '2025-04-15 22:28:40', null, null); INSERT INTO `oss_file` VALUES ('1912153047114682370', '单粒子效应-XC6SLX16.xlsx', '/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/单粒子效应-XC6SLX16_1744727787151.xlsx', null, '2025-04-15 22:36:27', null, null); INSERT INTO `oss_file` VALUES ('1912154689037897729', '单粒子效应.xlsx', '/oss/physical/NASA/eb8e8a90468110e99f9706e78c767170/单粒子效应_1744728178616.xlsx', null, '2025-04-15 22:42:59', null, null); INSERT INTO `oss_file` VALUES ('1912155730097704961', '单粒子效应.xlsx', '/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/单粒子效应_1744728426823.xlsx', null, '2025-04-15 22:47:07', null, null); INSERT INTO `oss_file` VALUES ('1912155757239046146', '单粒子效应.xlsx', '/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/单粒子效应_1744728433296.xlsx', null, '2025-04-15 22:47:13', null, null); INSERT INTO `oss_file` VALUES ('1912159127731408898', '单粒子效应-XC5VLX30T-1FFG665GU.xlsx', '/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/单粒子效应-XC5VLX30T-1FFG665GU_1744729236882.xlsx', null, '2025-04-15 23:00:37', null, null); INSERT INTO `oss_file` VALUES ('1912160616101154817', '单粒子效应.xlsx', '/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/单粒子效应_1744729591739.xlsx', null, '2025-04-15 23:06:32', null, null); INSERT INTO `oss_file` VALUES ('1912162140248313857', '单粒子效应-XCKU040-2FFVA1156E.xlsx', '/oss/physical/NASA/806d493db0377d03ef918201c51037c3/单粒子效应-XCKU040-2FFVA1156E_1744729955122.xlsx', null, '2025-04-15 23:12:35', null, null); INSERT INTO `oss_file` VALUES ('1912163578349326337', 'KC-2024-JL-191.pdf', '/oss/physical/temp/KC-2024-JL-191_1744730297922.pdf', null, '2025-04-15 23:18:18', null, null); INSERT INTO `oss_file` VALUES ('1912163643969212417', 'KC-2024-JL-183.pdf', '/oss/physical/temp/KC-2024-JL-183_1744730313318.pdf', null, '2025-04-15 23:18:34', null, null); INSERT INTO `oss_file` VALUES ('1912163682774913026', 'KC-2024-JL-161.pdf', '/oss/physical/temp/KC-2024-JL-161_1744730322834.pdf', null, '2025-04-15 23:18:43', null, null); INSERT INTO `oss_file` VALUES ('1912163801071063041', 'KC-2024-JL-078.pdf', '/oss/physical/temp/KC-2024-JL-078_1744730351011.pdf', null, '2025-04-15 23:19:11', null, null); INSERT INTO `oss_file` VALUES ('1912163841239912449', 'KC-2024-JL-065.pdf', '/oss/physical/temp/KC-2024-JL-065_1744730360597.pdf', null, '2025-04-15 23:19:21', null, null); INSERT INTO `oss_file` VALUES ('1912163883078094849', 'KC-2024-JL-051.pdf', '/oss/physical/temp/KC-2024-JL-051_1744730370554.pdf', null, '2025-04-15 23:19:31', null, null); INSERT INTO `oss_file` VALUES ('1912163923465048065', 'KC-2024-JL-039.pdf', '/oss/physical/temp/KC-2024-JL-039_1744730380187.pdf', null, '2025-04-15 23:19:40', null, null); INSERT INTO `oss_file` VALUES ('1912164020324110338', 'KC-2024-JL-014.pdf', '/oss/physical/temp/KC-2024-JL-014_1744730403271.pdf', null, '2025-04-15 23:20:03', null, null); INSERT INTO `oss_file` VALUES ('1912164374130429954', 'KC-2024-JL-034.pdf', '/oss/physical/temp/KC-2024-JL-034_1744730487691.pdf', null, '2025-04-15 23:21:28', null, null); INSERT INTO `oss_file` VALUES ('1912164465000026113', 'KC-2024-JL-034.pdf', '/oss/physical/temp/KC-2024-JL-034_1744730509350.pdf', null, '2025-04-15 23:21:49', null, null); INSERT INTO `oss_file` VALUES ('1912164502115422210', 'KC-2024-JL-034.pdf', '/oss/physical/temp/KC-2024-JL-034_1744730518206.pdf', null, '2025-04-15 23:21:58', null, null); INSERT INTO `oss_file` VALUES ('1912164588409032706', 'KC-2023-JL-126.pdf', '/oss/physical/temp/KC-2023-JL-126_1744730538539.pdf', null, '2025-04-15 23:22:19', null, null); INSERT INTO `oss_file` VALUES ('1912164633388748802', 'KC-2023-JL-126.pdf', '/oss/physical/temp/KC-2023-JL-126_1744730549259.pdf', null, '2025-04-15 23:22:30', null, null); INSERT INTO `oss_file` VALUES ('1912164676187426817', 'KC-2023-JL-126.pdf', '/oss/physical/temp/KC-2023-JL-126_1744730559482.pdf', null, '2025-04-15 23:22:40', null, null); INSERT INTO `oss_file` VALUES ('1912164716490493954', 'KC-2023-JL-126.pdf', '/oss/physical/temp/KC-2023-JL-126_1744730569110.pdf', null, '2025-04-15 23:22:49', null, null); INSERT INTO `oss_file` VALUES ('1912164760077701122', 'KC-2023-JL-126.pdf', '/oss/physical/temp/KC-2023-JL-126_1744730579516.pdf', null, '2025-04-15 23:23:00', null, null); INSERT INTO `oss_file` VALUES ('1912164801727139842', 'KC-2023-JL-126.pdf', '/oss/physical/temp/KC-2023-JL-126_1744730589380.pdf', null, '2025-04-15 23:23:10', null, null); INSERT INTO `oss_file` VALUES ('1912165106023895042', '单粒子效应-XCKU040-1LFFVA1156I .xlsx', '/oss/physical/NASA/c27c94288025f20afae43ce53c092f0e/单粒子效应-XCKU040-1LFFVA1156I_1744730662219.xlsx', null, '2025-04-15 23:24:22', null, null); INSERT INTO `oss_file` VALUES ('1912167728017543170', '单粒子效应-XC4VLX25 .xlsx', '/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/单粒子效应-XC4VLX25_1744731287351.xlsx', null, '2025-04-15 23:34:47', null, null); INSERT INTO `oss_file` VALUES ('1912169494503198721', '总剂量-XC4VFX60.xlsx', '/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/总剂量-XC4VFX60_1744731708509.xlsx', null, '2025-04-15 23:41:49', null, null); INSERT INTO `oss_file` VALUES ('1912171731988221954', '单粒子效应-XC4VFX60-1.xlsx', '/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/单粒子效应-XC4VFX60-1_1744732241973.xlsx', null, '2025-04-15 23:50:42', null, null); INSERT INTO `oss_file` VALUES ('1912171978722349057', 'XC4VFX60-单粒子测试报告1.pdf', '/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/XC4VFX60-单粒子测试报告1_1744732300749.pdf', null, '2025-04-15 23:51:41', null, null); INSERT INTO `oss_file` VALUES ('1912176147151687681', '单粒子效应-XC4VFX60-2.xlsx', '/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/单粒子效应-XC4VFX60-2_1744733294627.xlsx', null, '2025-04-16 00:08:15', null, null); INSERT INTO `oss_file` VALUES ('1912176263229050881', 'M102506_XC4VFX60.pdf', '/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/M102506_XC4VFX60_1744733322229.pdf', null, '2025-04-16 00:08:42', null, null); INSERT INTO `oss_file` VALUES ('1912176282891948033', 'T021607_XC4VFX60.pdf', '/oss/physical/NASA/65ee48755f8efae5d2a8132d8d786518/T021607_XC4VFX60_1744733326924.pdf', null, '2025-04-16 00:08:47', null, null); INSERT INTO `oss_file` VALUES ('1912179968271683585', '单粒子效应-XA1.xlsx', '/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/单粒子效应-XA1_1744734205656.xlsx', null, '2025-04-16 00:23:26', null, null); INSERT INTO `oss_file` VALUES ('1912343629212651522', '测试数据.zip', '/oss/physical/temp/测试数据_1744773225400.zip', null, '2025-04-16 11:13:45', null, null); INSERT INTO `oss_file` VALUES ('1912343690915057665', '测试数据.zip', '/oss/physical/temp/测试数据_1744773240105.zip', null, '2025-04-16 11:14:00', null, null); INSERT INTO `oss_file` VALUES ('1912343742655991810', '测试数据.zip', '/oss/physical/temp/测试数据_1744773252451.zip', null, '2025-04-16 11:14:13', null, null); INSERT INTO `oss_file` VALUES ('1912344245376880641', 'KC-2024-JL-168.pdf', '/oss/physical/temp/KC-2024-JL-168_1744773372284.pdf', null, '2025-04-16 11:16:12', null, null); INSERT INTO `oss_file` VALUES ('1912344405674790913', 'KC-2024-JL-168.pdf', '/oss/physical/temp/KC-2024-JL-168_1744773410499.pdf', null, '2025-04-16 11:16:51', null, null); INSERT INTO `oss_file` VALUES ('1912344438444888066', 'KC-2024-JL-168.pdf', '/oss/physical/temp/KC-2024-JL-168_1744773418329.pdf', null, '2025-04-16 11:16:58', null, null); INSERT INTO `oss_file` VALUES ('1912344460884414465', 'KC-2024-JL-168.pdf', '/oss/physical/temp/KC-2024-JL-168_1744773423674.pdf', null, '2025-04-16 11:17:04', null, null); INSERT INTO `oss_file` VALUES ('1912344616732168194', '深圳吉华微特-张兴尧-20240930.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240930_1744773460907.zip', null, '2025-04-16 11:17:41', null, null); INSERT INTO `oss_file` VALUES ('1912344699884244993', '深圳吉华微特-张兴尧-20240930.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240930_1744773480730.zip', null, '2025-04-16 11:18:01', null, null); INSERT INTO `oss_file` VALUES ('1912344726660681730', '深圳吉华微特-张兴尧-20240930.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240930_1744773487118.zip', null, '2025-04-16 11:18:07', null, null); INSERT INTO `oss_file` VALUES ('1912344795912835074', '深圳吉华微特-张兴尧-20240930.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240930_1744773503628.zip', null, '2025-04-16 11:18:24', null, null); INSERT INTO `oss_file` VALUES ('1912345100855513089', 'KC-2024-JL-042.pdf', '/oss/physical/temp/KC-2024-JL-042_1744773576258.pdf', null, '2025-04-16 11:19:36', null, null); INSERT INTO `oss_file` VALUES ('1912345380821110786', 'KC-2024-JL-042.pdf', '/oss/physical/temp/KC-2024-JL-042_1744773642976.pdf', null, '2025-04-16 11:20:43', null, null); INSERT INTO `oss_file` VALUES ('1912345421736546305', 'KC-2024-JL-042.pdf', '/oss/physical/temp/KC-2024-JL-042_1744773652754.pdf', null, '2025-04-16 11:20:53', null, null); INSERT INTO `oss_file` VALUES ('1912345477990551553', 'KC-2024-JL-042.pdf', '/oss/physical/temp/KC-2024-JL-042_1744773666138.pdf', null, '2025-04-16 11:21:06', null, null); INSERT INTO `oss_file` VALUES ('1912345533351170049', 'KC-2024-JL-042.pdf', '/oss/physical/temp/KC-2024-JL-042_1744773679338.pdf', null, '2025-04-16 11:21:19', null, null); INSERT INTO `oss_file` VALUES ('1912345660786708482', 'KC-2024-JL-042.pdf', '/oss/physical/temp/KC-2024-JL-042_1744773709725.pdf', null, '2025-04-16 11:21:50', null, null); INSERT INTO `oss_file` VALUES ('1912346036692815874', '深圳吉华微特-张兴尧-20240318.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773799449.zip', null, '2025-04-16 11:23:19', null, null); INSERT INTO `oss_file` VALUES ('1912346102295924737', '深圳吉华微特-张兴尧-20240318.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773815093.zip', null, '2025-04-16 11:23:35', null, null); INSERT INTO `oss_file` VALUES ('1912346211100364802', '深圳吉华微特-张兴尧-20240318.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773841033.zip', null, '2025-04-16 11:24:01', null, null); INSERT INTO `oss_file` VALUES ('1912346279706595330', '深圳吉华微特-张兴尧-20240318.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773857390.zip', null, '2025-04-16 11:24:17', null, null); INSERT INTO `oss_file` VALUES ('1912346323088281602', '深圳吉华微特-张兴尧-20240318.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773867733.zip', null, '2025-04-16 11:24:28', null, null); INSERT INTO `oss_file` VALUES ('1912346366641934337', '深圳吉华微特-张兴尧-20240318.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773878116.zip', null, '2025-04-16 11:24:38', null, null); INSERT INTO `oss_file` VALUES ('1912346434816151554', '深圳吉华微特-张兴尧-20240318.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773894370.zip', null, '2025-04-16 11:24:54', null, null); INSERT INTO `oss_file` VALUES ('1912346943761387521', 'KC-2024-JL-074.pdf', '/oss/physical/temp/KC-2024-JL-074_1744774015631.pdf', null, '2025-04-16 11:26:56', null, null); INSERT INTO `oss_file` VALUES ('1912346988686577665', 'KC-2024-JL-074.pdf', '/oss/physical/temp/KC-2024-JL-074_1744774026325.pdf', null, '2025-04-16 11:27:06', null, null); INSERT INTO `oss_file` VALUES ('1912347021746081793', 'KC-2024-JL-074.pdf', '/oss/physical/temp/KC-2024-JL-074_1744774034199.pdf', null, '2025-04-16 11:27:14', null, null); INSERT INTO `oss_file` VALUES ('1912347048073728001', 'KC-2024-JL-074.pdf', '/oss/physical/temp/KC-2024-JL-074_1744774040479.pdf', null, '2025-04-16 11:27:21', null, null); INSERT INTO `oss_file` VALUES ('1912347077781983234', 'KC-2024-JL-074.pdf', '/oss/physical/temp/KC-2024-JL-074_1744774047562.pdf', null, '2025-04-16 11:27:28', null, null); INSERT INTO `oss_file` VALUES ('1912347111353192449', 'KC-2024-JL-074.pdf', '/oss/physical/temp/KC-2024-JL-074_1744774055571.pdf', null, '2025-04-16 11:27:36', null, null); INSERT INTO `oss_file` VALUES ('1912347157805109249', 'KC-2024-JL-074.pdf', '/oss/physical/temp/KC-2024-JL-074_1744774066635.pdf', null, '2025-04-16 11:27:47', null, null); INSERT INTO `oss_file` VALUES ('1912347262868230146', '深圳吉华微特-张兴尧-20240509.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774091786.zip', null, '2025-04-16 11:28:12', null, null); INSERT INTO `oss_file` VALUES ('1912347364114534402', '深圳吉华微特-张兴尧-20240509.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774115938.zip', null, '2025-04-16 11:28:36', null, null); INSERT INTO `oss_file` VALUES ('1912347431680577538', '深圳吉华微特-张兴尧-20240509.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774132043.zip', null, '2025-04-16 11:28:52', null, null); INSERT INTO `oss_file` VALUES ('1912347459182628865', '深圳吉华微特-张兴尧-20240509.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774138599.zip', null, '2025-04-16 11:28:59', null, null); INSERT INTO `oss_file` VALUES ('1912347511720480770', '深圳吉华微特-张兴尧-20240509.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774151121.zip', null, '2025-04-16 11:29:11', null, null); INSERT INTO `oss_file` VALUES ('1912347549964144641', '深圳吉华微特-张兴尧-20240509.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774160242.zip', null, '2025-04-16 11:29:20', null, null); INSERT INTO `oss_file` VALUES ('1912347576090464257', '深圳吉华微特-张兴尧-20240509.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774166473.zip', null, '2025-04-16 11:29:26', null, null); INSERT INTO `oss_file` VALUES ('1912366283445473281', '位移损伤效应UT54LVDS031LVE.xlsx', '/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744778626659.xlsx', null, '2025-04-16 12:43:47', null, null); INSERT INTO `oss_file` VALUES ('1912441698298073090', '位移损伤效应UT54LVDS031LVE.xlsx', '/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744796606957.xlsx', null, '2025-04-16 17:43:27', null, null); INSERT INTO `oss_file` VALUES ('1912443188702056449', '位移损伤效应UT54ACS08.xlsx', '/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/位移损伤效应UT54ACS08_1744796962294.xlsx', null, '2025-04-16 17:49:22', null, null); INSERT INTO `oss_file` VALUES ('1912474423012855810', '单粒子效应-2.xlsx', '/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/单粒子效应-2_1744804409130.xlsx', null, '2025-04-16 19:53:29', null, null); INSERT INTO `oss_file` VALUES ('1912474452989546497', '单粒子效应-2.xlsx', '/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/单粒子效应-2_1744804416284.xlsx', null, '2025-04-16 19:53:36', null, null); INSERT INTO `oss_file` VALUES ('1912475403838263298', '单粒子效应-3.xlsx', '/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/单粒子效应-3_1744804642983.xlsx', null, '2025-04-16 19:57:23', null, null); INSERT INTO `oss_file` VALUES ('1912476742743986177', '单粒子效应-4.xlsx', '/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/单粒子效应-4_1744804962205.xlsx', null, '2025-04-16 20:02:42', null, null); INSERT INTO `oss_file` VALUES ('1912477330441474050', '单粒子效应-5.xlsx', '/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/单粒子效应-5_1744805102322.xlsx', null, '2025-04-16 20:05:02', null, null); INSERT INTO `oss_file` VALUES ('1912477954260307969', '单粒子效应-6.xlsx', '/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/单粒子效应-6_1744805251051.xlsx', null, '2025-04-16 20:07:31', null, null); INSERT INTO `oss_file` VALUES ('1912478521443454977', '单粒子效应-7.xlsx', '/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/单粒子效应-7_1744805386284.xlsx', null, '2025-04-16 20:09:46', null, null); INSERT INTO `oss_file` VALUES ('1912488628969508865', '单粒子效应-1.xlsx', '/oss/physical/NASA/f18c53d7adae6f32439aae247d8993bc/单粒子效应-1_1744807796099.xlsx', null, '2025-04-16 20:49:56', null, null); INSERT INTO `oss_file` VALUES ('1912492760954540034', '单粒子效应-8.xlsx', '/oss/physical/NASA/674319dd510466af38181961abd4fd95/单粒子效应-8_1744808781242.xlsx', null, '2025-04-16 21:06:21', null, null); INSERT INTO `oss_file` VALUES ('1912532805249896449', '单粒子效应UT54LVDS031.xlsx', '/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/单粒子效应UT54LVDS031_1744818328545.xlsx', null, '2025-04-16 23:45:29', null, null); INSERT INTO `oss_file` VALUES ('1912543018346582017', '单粒子效应UT22VP10.xlsx', '/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744820763541.xlsx', null, '2025-04-17 00:26:04', null, null); INSERT INTO `oss_file` VALUES ('1912545699148566529', '2单粒子效应UT22VP10.xlsx', '/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744821402691.xlsx', null, '2025-04-17 00:36:43', null, null); INSERT INTO `oss_file` VALUES ('1912546196681101313', '单粒子效应UT22VP10.xlsx', '/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744821521312.xlsx', null, '2025-04-17 00:38:41', null, null); INSERT INTO `oss_file` VALUES ('1912550979747942401', '单粒子效应UT 1553B RTI.xlsx', '/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/单粒子效应UT1553BRTI_1744822661682.xlsx', null, '2025-04-17 00:57:42', null, null); INSERT INTO `oss_file` VALUES ('1912705923687878657', '单粒子效应-1.xlsx', '/oss/physical/NASA/f18c53d7adae6f32439aae247d8993bc/单粒子效应-1_1744859603198.xlsx', null, '2025-04-17 11:13:23', null, null); INSERT INTO `oss_file` VALUES ('1912711384545857537', '电离总剂量效应FHC30B.xlsx', '/oss/physical/temp/电离总剂量效应FHC30B_1744860905113.xlsx', null, '2025-04-17 11:35:05', null, null); INSERT INTO `oss_file` VALUES ('1912711424035229697', '单粒子效应-9.xlsx', '/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/单粒子效应-9_1744860914582.xlsx', null, '2025-04-17 11:35:15', null, null); INSERT INTO `oss_file` VALUES ('1912712791420276737', '电离总剂量效应FHC30B.xlsx', '/oss/physical/temp/电离总剂量效应FHC30B_1744861240545.xlsx', null, '2025-04-17 11:40:41', null, null); INSERT INTO `oss_file` VALUES ('1912712866410237954', '电离总剂量效应FHD30B.xlsx', '/oss/physical/temp/电离总剂量效应FHD30B_1744861258424.xlsx', null, '2025-04-17 11:40:58', null, null); INSERT INTO `oss_file` VALUES ('1912714873174986753', '电离总剂量效应FHD30B.xlsx', '/oss/physical/temp/电离总剂量效应FHD30B_1744861736881.xlsx', null, '2025-04-17 11:48:57', null, null); INSERT INTO `oss_file` VALUES ('1912714927474446337', '电离总剂量效应FHC30B.xlsx', '/oss/physical/temp/电离总剂量效应FHC30B_1744861749838.xlsx', null, '2025-04-17 11:49:10', null, null); INSERT INTO `oss_file` VALUES ('1912714944742395906', 'b81bc1fcd44c2c16bd716110cc54e98.jpg', '/oss/physical/temp/b81bc1fcd44c2c16bd716110cc54e98_1744861753967.jpg', null, '2025-04-17 11:49:14', null, null); INSERT INTO `oss_file` VALUES ('1912714977407635458', '电离总剂量效应FHC30B.xlsx', '/oss/physical/temp/电离总剂量效应FHC30B_1744861761745.xlsx', null, '2025-04-17 11:49:22', null, null); INSERT INTO `oss_file` VALUES ('1912715896320921602', '单粒子效应-10.xlsx', '/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/单粒子效应-10_1744861980859.xlsx', null, '2025-04-17 11:53:01', null, null); INSERT INTO `oss_file` VALUES ('1912717138963173377', '电离总剂量效应3CA3CS.xlsx', '/oss/physical/temp/电离总剂量效应3CA3CS_1744862277082.xlsx', null, '2025-04-17 11:57:57', null, null); INSERT INTO `oss_file` VALUES ('1912721282134413314', 'KC-2024-JL-034.zip', '/oss/physical/temp/KC-2024-JL-034_1744863264858.zip', null, '2025-04-17 12:14:25', null, null); INSERT INTO `oss_file` VALUES ('1912721355530539009', 'KC-2024-JL-034.zip', '/oss/physical/temp/KC-2024-JL-034_1744863282356.zip', null, '2025-04-17 12:14:42', null, null); INSERT INTO `oss_file` VALUES ('1912721413948805121', 'KC-2024-JL-034.xlsx', '/oss/physical/temp/KC-2024-JL-034_1744863296369.xlsx', null, '2025-04-17 12:14:56', null, null); INSERT INTO `oss_file` VALUES ('1912721534480519169', 'KC-2023-JL-126.xlsx', '/oss/physical/temp/KC-2023-JL-126_1744863325005.xlsx', null, '2025-04-17 12:15:25', null, null); INSERT INTO `oss_file` VALUES ('1912723289448615938', 'CC4069.zip', '/oss/physical/temp/CC4069_1744863743466.zip', null, '2025-04-17 12:22:24', null, null); INSERT INTO `oss_file` VALUES ('1912723362970570754', '进口CD4069.zip', '/oss/physical/temp/进口CD4069_1744863761024.zip', null, '2025-04-17 12:22:41', null, null); INSERT INTO `oss_file` VALUES ('1912723432390496257', '进口74HC04.zip', '/oss/physical/temp/进口74HC04_1744863777572.zip', null, '2025-04-17 12:22:58', null, null); INSERT INTO `oss_file` VALUES ('1912730447389102081', 'JHCS7250MR.zip', '/oss/physical/temp/JHCS7250MR_1744865450049.zip', null, '2025-04-17 12:50:50', null, null); INSERT INTO `oss_file` VALUES ('1912731238376116226', 'JHCS10N40MR.zip', '/oss/physical/temp/JHCS10N40MR_1744865638690.zip', null, '2025-04-17 12:53:59', null, null); INSERT INTO `oss_file` VALUES ('1912737214307209217', 'KC-2023-JL-126.xlsx', '/oss/physical/temp/KC-2023-JL-126_1744867063271.xlsx', null, '2025-04-17 13:17:43', null, null); INSERT INTO `oss_file` VALUES ('1912737469903900674', 'JHCS9150NR.zip', '/oss/physical/temp/JHCS9150NR_1744867124404.zip', null, '2025-04-17 13:18:44', null, null); INSERT INTO `oss_file` VALUES ('1912738032523644929', 'KC-2023-JL-126.xlsx', '/oss/physical/temp/KC-2023-JL-126_1744867258545.xlsx', null, '2025-04-17 13:20:59', null, null); INSERT INTO `oss_file` VALUES ('1912768732111015937', '电离总剂量效应JHCS4N10NDR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS4N10NDR_1744874577814.xlsx', null, '2025-04-17 15:22:58', null, null); INSERT INTO `oss_file` VALUES ('1912774428697268225', '电离总剂量效应JHCS67164NAR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67164NAR_1744875935852.xlsx', null, '2025-04-17 15:45:36', null, null); INSERT INTO `oss_file` VALUES ('1912776209695215618', '电离总剂量效应JHCS67260NAR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67260NAR_1744876360583.xlsx', null, '2025-04-17 15:52:41', null, null); INSERT INTO `oss_file` VALUES ('1912779726669451265', '电离总剂量效应JHCS67230NJR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67230NJR_1744877198963.xlsx', null, '2025-04-17 16:06:39', null, null); INSERT INTO `oss_file` VALUES ('1912782888176422913', '电离总剂量效应JHCSL797034NJR.xlsx', '/oss/physical/temp/电离总剂量效应JHCSL797034NJR_1744877952904.xlsx', null, '2025-04-17 16:19:13', null, null); INSERT INTO `oss_file` VALUES ('1912784070731075585', '电离总剂量效应JHCSL797034NJR.xlsx', '/oss/physical/temp/电离总剂量效应JHCSL797034NJR_1744878234832.xlsx', null, '2025-04-17 16:23:55', null, null); INSERT INTO `oss_file` VALUES ('1912785176311861250', '电离总剂量效应JHCS67234NJR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67234NJR_1744878498497.xlsx', null, '2025-04-17 16:28:19', null, null); INSERT INTO `oss_file` VALUES ('1912785176685154306', 'KC-2024-JL-096.pdf', '/oss/physical/temp/KC-2024-JL-096_1744878498509.pdf', null, '2025-04-17 16:28:19', null, null); INSERT INTO `oss_file` VALUES ('1912785877477855234', '电离总剂量效应JHCS67230YRB.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67230YRB_1744878665665.xlsx', null, '2025-04-17 16:31:06', null, null); INSERT INTO `oss_file` VALUES ('1912785877788233730', 'KC-2024-JL-096.pdf', '/oss/physical/temp/KC-2024-JL-096_1744878665665.pdf', null, '2025-04-17 16:31:06', null, null); INSERT INTO `oss_file` VALUES ('1912786413241470977', '电离总剂量效应JHCS06N80NARE.xlsx', '/oss/physical/temp/电离总剂量效应JHCS06N80NARE_1744878793399.xlsx', null, '2025-04-17 16:33:13', null, null); INSERT INTO `oss_file` VALUES ('1912786413577015297', 'KC-2024-JL-096.pdf', '/oss/physical/temp/KC-2024-JL-096_1744878793400.pdf', null, '2025-04-17 16:33:14', null, null); INSERT INTO `oss_file` VALUES ('1912790220562206721', 'KC-2024-JL-130.pdf', '/oss/physical/temp/KC-2024-JL-130_1744879701059.pdf', null, '2025-04-17 16:48:21', null, null); INSERT INTO `oss_file` VALUES ('1912790460501561346', 'KC-2024-JL-184.pdf', '/oss/physical/temp/KC-2024-JL-184_1744879758244.pdf', null, '2025-04-17 16:49:18', null, null); INSERT INTO `oss_file` VALUES ('1912790499269513217', 'KC-2024-JL-073.pdf', '/oss/physical/temp/KC-2024-JL-073_1744879767514.pdf', null, '2025-04-17 16:49:28', null, null); INSERT INTO `oss_file` VALUES ('1912790541602623490', 'KC-2024-JL-090.pdf', '/oss/physical/temp/KC-2024-JL-090_1744879777587.pdf', null, '2025-04-17 16:49:38', null, null); INSERT INTO `oss_file` VALUES ('1912790581662420994', 'KC-2024-JL-076.pdf', '/oss/physical/temp/KC-2024-JL-076_1744879787125.pdf', null, '2025-04-17 16:49:47', null, null); INSERT INTO `oss_file` VALUES ('1912790658657259521', 'KC-2024-JL-107.pdf', '/oss/physical/temp/KC-2024-JL-107_1744879805139.pdf', null, '2025-04-17 16:50:06', null, null); INSERT INTO `oss_file` VALUES ('1912790723677360129', 'KC-2024-JL-107.pdf', '/oss/physical/temp/KC-2024-JL-107_1744879820740.pdf', null, '2025-04-17 16:50:21', null, null); INSERT INTO `oss_file` VALUES ('1912790839469510658', 'KC-2024-JL-107.pdf', '/oss/physical/temp/KC-2024-JL-107_1744879848275.pdf', null, '2025-04-17 16:50:49', null, null); INSERT INTO `oss_file` VALUES ('1912790923259121666', 'KC-2024-JL-107.pdf', '/oss/physical/temp/KC-2024-JL-107_1744879868283.pdf', null, '2025-04-17 16:51:09', null, null); INSERT INTO `oss_file` VALUES ('1912791126414430209', '电离总剂量效应LYNM7002.xlsx', '/oss/physical/temp/电离总剂量效应LYNM7002_1744879917060.xlsx', null, '2025-04-17 16:51:57', null, null); INSERT INTO `oss_file` VALUES ('1912791167082401794', 'KC-2024-JL-107.pdf', '/oss/physical/temp/KC-2024-JL-107_1744879926453.pdf', null, '2025-04-17 16:52:07', null, null); INSERT INTO `oss_file` VALUES ('1912791210770272258', '电离总剂量效应3CA3CS.xlsx', '/oss/physical/temp/电离总剂量效应3CA3CS_1744879937190.xlsx', null, '2025-04-17 16:52:17', null, null); INSERT INTO `oss_file` VALUES ('1912791648135516161', '808 20240708.zip', '/oss/physical/temp/80820240708_1744880041499.zip', null, '2025-04-17 16:54:02', null, null); INSERT INTO `oss_file` VALUES ('1912792047160627201', 'KC-2024-JL-107.pdf', '/oss/physical/temp/KC-2024-JL-107_1744880136243.pdf', null, '2025-04-17 16:55:37', null, null); INSERT INTO `oss_file` VALUES ('1912792157277884417', 'KC-2024-JL-107.pdf', '/oss/physical/temp/KC-2024-JL-107_1744880162492.pdf', null, '2025-04-17 16:56:03', null, null); INSERT INTO `oss_file` VALUES ('1912792189393670146', '808 20240708.zip', '/oss/physical/temp/80820240708_1744880170539.zip', null, '2025-04-17 16:56:11', null, null); INSERT INTO `oss_file` VALUES ('1912792257031016449', '808 20240708.zip', '/oss/physical/temp/80820240708_1744880186675.zip', null, '2025-04-17 16:56:27', null, null); INSERT INTO `oss_file` VALUES ('1912792303998832642', 'KC-2024-JL-107.pdf', '/oss/physical/temp/KC-2024-JL-107_1744880197454.pdf', null, '2025-04-17 16:56:38', null, null); INSERT INTO `oss_file` VALUES ('1912792390967726081', 'KC-2024-JL-107.pdf', '/oss/physical/temp/KC-2024-JL-107_1744880218186.pdf', null, '2025-04-17 16:56:59', null, null); INSERT INTO `oss_file` VALUES ('1912792456294010881', 'KC-2024-JL-107.pdf', '/oss/physical/temp/KC-2024-JL-107_1744880233743.pdf', null, '2025-04-17 16:57:14', null, null); INSERT INTO `oss_file` VALUES ('1912792573373812738', 'KC-2024-JL-107.pdf', '/oss/physical/temp/KC-2024-JL-107_1744880261463.pdf', null, '2025-04-17 16:57:42', null, null); INSERT INTO `oss_file` VALUES ('1912792659038277633', 'KC-2024-JL-210.pdf', '/oss/physical/temp/KC-2024-JL-210_1744880282235.pdf', null, '2025-04-17 16:58:03', null, null); INSERT INTO `oss_file` VALUES ('1912792744723714050', 'KC-2024-JL-210.pdf', '/oss/physical/temp/KC-2024-JL-210_1744880302638.pdf', null, '2025-04-17 16:58:23', null, null); INSERT INTO `oss_file` VALUES ('1912792781197381633', 'KC-2024-JL-210.pdf', '/oss/physical/temp/KC-2024-JL-210_1744880311371.pdf', null, '2025-04-17 16:58:32', null, null); INSERT INTO `oss_file` VALUES ('1912792834444070913', 'KC-2024-JL-210.pdf', '/oss/physical/temp/KC-2024-JL-210_1744880324058.pdf', null, '2025-04-17 16:58:44', null, null); INSERT INTO `oss_file` VALUES ('1912792872679346177', 'KC-2024-JL-210.pdf', '/oss/physical/temp/KC-2024-JL-210_1744880333161.pdf', null, '2025-04-17 16:58:53', null, null); INSERT INTO `oss_file` VALUES ('1912792909937348610', 'KC-2024-JL-210.pdf', '/oss/physical/temp/KC-2024-JL-210_1744880342023.pdf', null, '2025-04-17 16:59:02', null, null); INSERT INTO `oss_file` VALUES ('1912792944737488898', 'KC-2024-JL-210.pdf', '/oss/physical/temp/KC-2024-JL-210_1744880350340.pdf', null, '2025-04-17 16:59:11', null, null); INSERT INTO `oss_file` VALUES ('1912792988081426434', 'KC-2024-JL-210.pdf', '/oss/physical/temp/KC-2024-JL-210_1744880360628.pdf', null, '2025-04-17 16:59:21', null, null); INSERT INTO `oss_file` VALUES ('1912793182130900993', 'KC-2024-JL-210.pdf', '/oss/physical/temp/KC-2024-JL-210_1744880406941.pdf', null, '2025-04-17 17:00:07', null, null); INSERT INTO `oss_file` VALUES ('1912793265807265793', 'KC-2024-JL-210.pdf', '/oss/physical/temp/KC-2024-JL-210_1744880426889.pdf', null, '2025-04-17 17:00:27', null, null); INSERT INTO `oss_file` VALUES ('1912793301207191553', '808所-20241218.zip', '/oss/physical/temp/808所-20241218_1744880435623.zip', null, '2025-04-17 17:00:36', null, null); INSERT INTO `oss_file` VALUES ('1912793406312255490', 'KC-2024-JL-210.pdf', '/oss/physical/temp/KC-2024-JL-210_1744880460404.pdf', null, '2025-04-17 17:01:01', null, null); INSERT INTO `oss_file` VALUES ('1912793439933796353', '电离总剂量效应RCS7224A.xlsx', '/oss/physical/temp/电离总剂量效应RCS7224A_1744880468680.xlsx', null, '2025-04-17 17:01:09', null, null); INSERT INTO `oss_file` VALUES ('1912793549950390274', '电离总剂量效应CS4393.xlsx', '/oss/physical/temp/电离总剂量效应CS4393_1744880494918.xlsx', null, '2025-04-17 17:01:35', null, null); INSERT INTO `oss_file` VALUES ('1912793596649771009', 'KC-2024-JL-210.pdf', '/oss/physical/temp/KC-2024-JL-210_1744880505796.pdf', null, '2025-04-17 17:01:46', null, null); INSERT INTO `oss_file` VALUES ('1912793606699323393', '808所-20241218.zip', '/oss/physical/temp/808所-20241218_1744880508458.zip', null, '2025-04-17 17:01:48', null, null); INSERT INTO `oss_file` VALUES ('1912793721359011842', '深圳吉华微特-张兴尧-20240820.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240820_1744880535794.zip', null, '2025-04-17 17:02:16', null, null); INSERT INTO `oss_file` VALUES ('1912793853391507458', 'KC-2024-JL-137.pdf', '/oss/physical/temp/KC-2024-JL-137_1744880567176.pdf', null, '2025-04-17 17:02:47', null, null); INSERT INTO `oss_file` VALUES ('1912793978679562242', 'KC-2024-JL-137.pdf', '/oss/physical/temp/KC-2024-JL-137_1744880597049.pdf', null, '2025-04-17 17:03:17', null, null); INSERT INTO `oss_file` VALUES ('1912794015635574785', '深圳吉华微特-张兴尧-20240820.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240820_1744880605957.zip', null, '2025-04-17 17:03:26', null, null); INSERT INTO `oss_file` VALUES ('1912794130660167682', '深圳吉华微特-张兴尧-20240820.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240820_1744880633378.zip', null, '2025-04-17 17:03:53', null, null); INSERT INTO `oss_file` VALUES ('1912794159647002625', 'KC-2024-JL-137.pdf', '/oss/physical/temp/KC-2024-JL-137_1744880640182.pdf', null, '2025-04-17 17:04:00', null, null); INSERT INTO `oss_file` VALUES ('1912794232124575746', 'KC-2024-JL-137.pdf', '/oss/physical/temp/KC-2024-JL-137_1744880657470.pdf', null, '2025-04-17 17:04:18', null, null); INSERT INTO `oss_file` VALUES ('1912794242018938882', '深圳吉华微特-张兴尧-20240820.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240820_1744880659928.zip', null, '2025-04-17 17:04:20', null, null); INSERT INTO `oss_file` VALUES ('1912794593308676098', 'KC-2024-JL-005.pdf', '/oss/physical/temp/KC-2024-JL-005_1744880743600.pdf', null, '2025-04-17 17:05:44', null, null); INSERT INTO `oss_file` VALUES ('1912794743569616898', '深圳吉华微特-张兴尧-20240108.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240108_1744880779509.zip', null, '2025-04-17 17:06:20', null, null); INSERT INTO `oss_file` VALUES ('1912794785873367041', '深圳吉华微特-张兴尧-20240108.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240108_1744880789594.zip', null, '2025-04-17 17:06:30', null, null); INSERT INTO `oss_file` VALUES ('1912794804294750209', 'KC-2024-JL-005.pdf', '/oss/physical/temp/KC-2024-JL-005_1744880793884.pdf', null, '2025-04-17 17:06:34', null, null); INSERT INTO `oss_file` VALUES ('1912794872603185153', 'KC-2024-JL-005.pdf', '/oss/physical/temp/KC-2024-JL-005_1744880810168.pdf', null, '2025-04-17 17:06:50', null, null); INSERT INTO `oss_file` VALUES ('1912794890517057538', '深圳吉华微特-张兴尧-20240108.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240108_1744880814543.zip', null, '2025-04-17 17:06:55', null, null); INSERT INTO `oss_file` VALUES ('1912795029579206657', '电离总剂量效应JHCS67130NJR 2343.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67130NJR2343_1744880847676.xlsx', null, '2025-04-17 17:07:28', null, null); INSERT INTO `oss_file` VALUES ('1912795724940283905', '深圳吉华微特-张兴尧-20240118.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240118_1744881013481.zip', null, '2025-04-17 17:10:14', null, null); INSERT INTO `oss_file` VALUES ('1912795744380882946', 'KC-2024-JL-008.pdf', '/oss/physical/temp/KC-2024-JL-008_1744881018043.pdf', null, '2025-04-17 17:10:18', null, null); INSERT INTO `oss_file` VALUES ('1912795809048662017', 'KC-2024-JL-008.pdf', '/oss/physical/temp/KC-2024-JL-008_1744881033462.pdf', null, '2025-04-17 17:10:34', null, null); INSERT INTO `oss_file` VALUES ('1912795831140061186', '深圳吉华微特-张兴尧-20240118.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240118_1744881038804.zip', null, '2025-04-17 17:10:39', null, null); INSERT INTO `oss_file` VALUES ('1912795871086612481', '深圳吉华微特-张兴尧-20240118.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240118_1744881048335.zip', null, '2025-04-17 17:10:48', null, null); INSERT INTO `oss_file` VALUES ('1912795894700544001', 'KC-2024-JL-008.pdf', '/oss/physical/temp/KC-2024-JL-008_1744881053857.pdf', null, '2025-04-17 17:10:54', null, null); INSERT INTO `oss_file` VALUES ('1912795992549462018', '电离总剂量效应JHCS67264MR 2349.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67264MR2349_1744881077268.xlsx', null, '2025-04-17 17:11:17', null, null); INSERT INTO `oss_file` VALUES ('1912803954739351554', '电离总剂量效应-JHCS7250MR.xlsx', '/oss/physical/temp/电离总剂量效应-JHCS7250MR_1744882975617.xlsx', null, '2025-04-17 17:42:56', null, null); INSERT INTO `oss_file` VALUES ('1912804379215499266', '电离总剂量效应-JHCS10N40MR.xlsx', '/oss/physical/temp/电离总剂量效应-JHCS10N40MR_1744883076727.xlsx', null, '2025-04-17 17:44:37', null, null); INSERT INTO `oss_file` VALUES ('1912805371059343361', '电离总剂量效应-JHCS7250MR.xlsx', '/oss/physical/temp/电离总剂量效应-JHCS7250MR_1744883313297.xlsx', null, '2025-04-17 17:48:33', null, null); INSERT INTO `oss_file` VALUES ('1912806765858361345', '电离总剂量效应-JHCS10N40MR.xlsx', '/oss/physical/temp/电离总剂量效应-JHCS10N40MR_1744883645697.xlsx', null, '2025-04-17 17:54:06', null, null); INSERT INTO `oss_file` VALUES ('1912807283938791425', '电离总剂量效应-JHCS9150NR.xlsx', '/oss/physical/temp/电离总剂量效应-JHCS9150NR_1744883769173.xlsx', null, '2025-04-17 17:56:09', null, null); INSERT INTO `oss_file` VALUES ('1912808226122076161', '电离总剂量效应-JHCS67230NJR.xlsx', '/oss/physical/temp/电离总剂量效应-JHCS67230NJR_1744883993916.xlsx', null, '2025-04-17 17:59:54', null, null); INSERT INTO `oss_file` VALUES ('1912808577441173506', '单粒子效应 XA-16 ASIC.xlsx', '/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/单粒子效应XA-16ASIC_1744884077760.xlsx', null, '2025-04-17 18:01:18', null, null); INSERT INTO `oss_file` VALUES ('1912808610098024450', '电离总剂量效应-JHCSL77340NJR.xlsx', '/oss/physical/temp/电离总剂量效应-JHCSL77340NJR_1744884085457.xlsx', null, '2025-04-17 18:01:26', null, null); INSERT INTO `oss_file` VALUES ('1912809456160444417', 'JHCS67230NJR.zip', '/oss/physical/temp/JHCS67230NJR_1744884287266.zip', null, '2025-04-17 18:04:47', null, null); INSERT INTO `oss_file` VALUES ('1912809878266810369', 'JHCSL77340NJR.zip', '/oss/physical/temp/JHCSL77340NJR_1744884387901.zip', null, '2025-04-17 18:06:28', null, null); INSERT INTO `oss_file` VALUES ('1912811044610478082', '电离总剂量效应-宇翔CC4069.xlsx', '/oss/physical/temp/电离总剂量效应-宇翔CC4069_1744884665978.xlsx', null, '2025-04-17 18:11:06', null, null); INSERT INTO `oss_file` VALUES ('1912811273674002434', '电离总剂量效应-进口CD4069.xlsx', '/oss/physical/temp/电离总剂量效应-进口CD4069_1744884720593.xlsx', null, '2025-04-17 18:12:01', null, null); INSERT INTO `oss_file` VALUES ('1912811453420900354', '电离总剂量效应-进口74HC04.xlsx', '/oss/physical/temp/电离总剂量效应-进口74HC04_1744884763448.xlsx', null, '2025-04-17 18:12:43', null, null); INSERT INTO `oss_file` VALUES ('1912812734227124226', '电离总剂量效应Wolfdale Processor.xlsx', '/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/电离总剂量效应WolfdaleProcessor_1744885068815.xlsx', null, '2025-04-17 18:17:49', null, null); INSERT INTO `oss_file` VALUES ('1912818918246027266', '单粒子效应Virtex II Pro XC2VP7.xlsx', '/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/单粒子效应VirtexIIProXC2VP7_1744886543200.xlsx', null, '2025-04-17 18:42:23', null, null); INSERT INTO `oss_file` VALUES ('1912819525124067329', '20240311-济南半导体-安兆嵬-刘默寒.zip', '/oss/physical/temp/20240311-济南半导体-安兆嵬-刘默寒_1744886687891.zip', null, '2025-04-17 18:44:48', null, null); INSERT INTO `oss_file` VALUES ('1912819622834573313', 'KC-2024-JL-037.pdf', '/oss/physical/temp/KC-2024-JL-037_1744886711114.pdf', null, '2025-04-17 18:45:11', null, null); INSERT INTO `oss_file` VALUES ('1912819727536984065', 'KC-2024-JL-037.pdf', '/oss/physical/temp/KC-2024-JL-037_1744886736073.pdf', null, '2025-04-17 18:45:36', null, null); INSERT INTO `oss_file` VALUES ('1912819780158722050', '20240311-济南半导体-安兆嵬-刘默寒.zip', '/oss/physical/temp/20240311-济南半导体-安兆嵬-刘默寒_1744886748695.zip', null, '2025-04-17 18:45:49', null, null); INSERT INTO `oss_file` VALUES ('1912820505098031106', '深圳吉华微特-张兴尧-20240624.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240624_1744886921534.zip', null, '2025-04-17 18:48:42', null, null); INSERT INTO `oss_file` VALUES ('1912820567345696769', '单粒子效应Virtex II Pro XQ2VP40.xlsx', '/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/单粒子效应VirtexIIProXQ2VP40_1744886936383.xlsx', null, '2025-04-17 18:48:56', null, null); INSERT INTO `oss_file` VALUES ('1912820567744155649', '深圳吉华微特-张兴尧-20240624.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240624_1744886936469.zip', null, '2025-04-17 18:48:56', null, null); INSERT INTO `oss_file` VALUES ('1912820644596387841', '深圳吉华微特-张兴尧-20240624.zip', '/oss/physical/temp/深圳吉华微特-张兴尧-20240624_1744886954796.zip', null, '2025-04-17 18:49:15', null, null); INSERT INTO `oss_file` VALUES ('1912820908799791106', 'KC-2024-JL-185吉华微特.zip', '/oss/physical/temp/KC-2024-JL-185吉华微特_1744887017781.zip', null, '2025-04-17 18:50:18', null, null); INSERT INTO `oss_file` VALUES ('1912820909345050625', 'KC-2024-JL-185.pdf', '/oss/physical/temp/KC-2024-JL-185_1744887017803.pdf', null, '2025-04-17 18:50:18', null, null); INSERT INTO `oss_file` VALUES ('1912821070209191937', 'KC-2024-JL-185吉华微特.zip', '/oss/physical/temp/KC-2024-JL-185吉华微特_1744887056266.zip', null, '2025-04-17 18:50:56', null, null); INSERT INTO `oss_file` VALUES ('1912821070779617282', 'KC-2024-JL-185.pdf', '/oss/physical/temp/KC-2024-JL-185_1744887056269.pdf', null, '2025-04-17 18:50:56', null, null); INSERT INTO `oss_file` VALUES ('1912821226803531778', 'KC-2024-JL-185吉华微特.zip', '/oss/physical/temp/KC-2024-JL-185吉华微特_1744887093594.zip', null, '2025-04-17 18:51:34', null, null); INSERT INTO `oss_file` VALUES ('1912821227348791297', 'KC-2024-JL-185.pdf', '/oss/physical/temp/KC-2024-JL-185_1744887093612.pdf', null, '2025-04-17 18:51:34', null, null); INSERT INTO `oss_file` VALUES ('1912822140599767042', '电离总剂量效应W48C20.xlsx', '/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/电离总剂量效应W48C20_1744887311456.xlsx', null, '2025-04-17 18:55:11', null, null); INSERT INTO `oss_file` VALUES ('1912822169859231746', 'KC-2024-JL-185吉华微特.zip', '/oss/physical/temp/KC-2024-JL-185吉华微特_1744887318414.zip', null, '2025-04-17 18:55:18', null, null); INSERT INTO `oss_file` VALUES ('1912822170362548225', 'KC-2024-JL-185.pdf', '/oss/physical/temp/KC-2024-JL-185_1744887318413.pdf', null, '2025-04-17 18:55:19', null, null); INSERT INTO `oss_file` VALUES ('1912822273840222209', 'KC-2024-JL-030.pdf', '/oss/physical/temp/KC-2024-JL-030_1744887342774.pdf', null, '2025-04-17 18:55:43', null, null); INSERT INTO `oss_file` VALUES ('1912822340521267201', 'KC-2024-JL-064.pdf', '/oss/physical/temp/KC-2024-JL-064_1744887359031.pdf', null, '2025-04-17 18:55:59', null, null); INSERT INTO `oss_file` VALUES ('1912822446226116610', 'KC-2024-JL-030.pdf', '/oss/physical/temp/KC-2024-JL-030_1744887383940.pdf', null, '2025-04-17 18:56:24', null, null); INSERT INTO `oss_file` VALUES ('1912822919343607809', 'KC-2024-JL-093.pdf', '/oss/physical/temp/KC-2024-JL-093_1744887497058.pdf', null, '2025-04-17 18:58:17', null, null); INSERT INTO `oss_file` VALUES ('1912823065984864258', 'KC-2024-JL-148.pdf', '/oss/physical/temp/KC-2024-JL-148_1744887532032.pdf', null, '2025-04-17 18:58:52', null, null); INSERT INTO `oss_file` VALUES ('1912823156808323073', '单粒子效应WDS250G2B0B-00YS70.xlsx', '/oss/physical/NASA/d033bae2d055a21da74f9cc61edd4c3c/单粒子效应WDS250G2B0B-00YS70_1744887553751.xlsx', null, '2025-04-17 18:59:14', null, null); INSERT INTO `oss_file` VALUES ('1912823202161332226', 'KC-2024-JL-203.pdf', '/oss/physical/temp/KC-2024-JL-203_1744887564488.pdf', null, '2025-04-17 18:59:25', null, null); INSERT INTO `oss_file` VALUES ('1912823715846131713', '单粒子效应WDS250G2B0B-00YS70-1.xlsx', '/oss/physical/NASA/d033bae2d055a21da74f9cc61edd4c3c/单粒子效应WDS250G2B0B-00YS70-1_1744887687045.xlsx', null, '2025-04-17 19:01:27', null, null); INSERT INTO `oss_file` VALUES ('1912823759399784449', 'KC-2024-JL-004.pdf', '/oss/physical/temp/KC-2024-JL-004_1744887697305.pdf', null, '2025-04-17 19:01:37', null, null); INSERT INTO `oss_file` VALUES ('1912823812956852226', '单粒子效应WDS250G2B0B-00YS70-1.xlsx', '/oss/physical/NASA/49f1e7a3759e597e29b184068a4fd9b0/单粒子效应WDS250G2B0B-00YS70-1_1744887710189.xlsx', null, '2025-04-17 19:01:50', null, null); INSERT INTO `oss_file` VALUES ('1912823865675059202', 'KC-2023-JL-136.pdf', '/oss/physical/temp/KC-2023-JL-136_1744887722659.pdf', null, '2025-04-17 19:02:03', null, null); INSERT INTO `oss_file` VALUES ('1912824969968193537', '单粒子效应WS512K8-XCX.xlsx', '/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/单粒子效应WS512K8-XCX_1744887986042.xlsx', null, '2025-04-17 19:06:26', null, null); INSERT INTO `oss_file` VALUES ('1912834545715220482', 'IMG_20241219_164837.jpg', '/oss/physical/temp/IMG_20241219_164837_1744890268952.jpg', null, '2025-04-17 19:44:29', null, null); INSERT INTO `oss_file` VALUES ('1912835489802719233', '001.jpg', '/oss/physical/temp/001_1744890494150.jpg', null, '2025-04-17 19:48:14', null, null); INSERT INTO `oss_file` VALUES ('1912835511751512065', '001.jpg', '/oss/physical/temp/001_1744890499380.jpg', null, '2025-04-17 19:48:19', null, null); INSERT INTO `oss_file` VALUES ('1912835534232981506', '002.jpg', '/oss/physical/temp/002_1744890504710.jpg', null, '2025-04-17 19:48:25', null, null); INSERT INTO `oss_file` VALUES ('1912835554327891970', '002.jpg', '/oss/physical/temp/002_1744890509503.jpg', null, '2025-04-17 19:48:30', null, null); INSERT INTO `oss_file` VALUES ('1912835576775806978', '003.jpg', '/oss/physical/temp/003_1744890514874.jpg', null, '2025-04-17 19:48:35', null, null); INSERT INTO `oss_file` VALUES ('1912835601253765122', '003.jpg', '/oss/physical/temp/003_1744890520727.jpg', null, '2025-04-17 19:48:41', null, null); INSERT INTO `oss_file` VALUES ('1912836921092182018', '001.jpg', '/oss/physical/temp/001_1744890835398.jpg', null, '2025-04-17 19:53:55', null, null); INSERT INTO `oss_file` VALUES ('1912837045247774721', '002.jpg', '/oss/physical/temp/002_1744890864959.jpg', null, '2025-04-17 19:54:25', null, null); INSERT INTO `oss_file` VALUES ('1912837179771686914', '003.jpg', '/oss/physical/temp/003_1744890897066.jpg', null, '2025-04-17 19:54:57', null, null); INSERT INTO `oss_file` VALUES ('1912837482101313537', '1.jpg', '/oss/physical/temp/1_1744890969097.jpg', null, '2025-04-17 19:56:09', null, null); INSERT INTO `oss_file` VALUES ('1912837604897951746', '2.jpg', '/oss/physical/temp/2_1744890998408.jpg', null, '2025-04-17 19:56:38', null, null); INSERT INTO `oss_file` VALUES ('1912837643183558657', '2.jpg', '/oss/physical/temp/2_1744891007501.jpg', null, '2025-04-17 19:56:48', null, null); INSERT INTO `oss_file` VALUES ('1912837908011913218', '3.jpg', '/oss/physical/temp/3_1744891070648.jpg', null, '2025-04-17 19:57:51', null, null); INSERT INTO `oss_file` VALUES ('1912837973459832833', '辐照试验委托书.docx', '/oss/physical/temp/辐照试验委托书_1744891086316.docx', null, '2025-04-17 19:58:06', null, null); INSERT INTO `oss_file` VALUES ('1912838004174721026', 'cs001试验大纲.docx', '/oss/physical/temp/cs001试验大纲_1744891093637.docx', null, '2025-04-17 19:58:14', null, null); INSERT INTO `oss_file` VALUES ('1912838025653751809', 'cs002试验大纲.docx', '/oss/physical/temp/cs002试验大纲_1744891098753.docx', null, '2025-04-17 19:58:19', null, null); INSERT INTO `oss_file` VALUES ('1912838166221656065', 'LM003试验大纲.docx', '/oss/physical/temp/LM003试验大纲_1744891132263.docx', null, '2025-04-17 19:58:52', null, null); INSERT INTO `oss_file` VALUES ('1912838211742437378', 'LM001试验大纲.docx', '/oss/physical/temp/LM001试验大纲_1744891143125.docx', null, '2025-04-17 19:59:03', null, null); INSERT INTO `oss_file` VALUES ('1912838211763408898', 'LM003试验大纲.docx', '/oss/physical/temp/LM003试验大纲_1744891143126.docx', null, '2025-04-17 19:59:03', null, null); INSERT INTO `oss_file` VALUES ('1912838211763408899', 'LM002试验大纲.docx', '/oss/physical/temp/LM002试验大纲_1744891143126.docx', null, '2025-04-17 19:59:03', null, null); INSERT INTO `oss_file` VALUES ('1912838278536728577', '沟通记录表.docx', '/oss/physical/temp/沟通记录表_1744891159050.docx', null, '2025-04-17 19:59:19', null, null); INSERT INTO `oss_file` VALUES ('1912838319187922946', '合同委托评审表.docx', '/oss/physical/temp/合同委托评审表_1744891168736.docx', null, '2025-04-17 19:59:29', null, null); INSERT INTO `oss_file` VALUES ('1912838346417344513', '试验大纲评审表.docx', '/oss/physical/temp/试验大纲评审表_1744891175228.docx', null, '2025-04-17 19:59:35', null, null); INSERT INTO `oss_file` VALUES ('1912838375831998465', '试验流程检查单.docx', '/oss/physical/temp/试验流程检查单_1744891182250.docx', null, '2025-04-17 19:59:42', null, null); INSERT INTO `oss_file` VALUES ('1912838403107557378', '辐照试验更改申请表.docx', '/oss/physical/temp/辐照试验更改申请表_1744891188744.docx', null, '2025-04-17 19:59:49', null, null); INSERT INTO `oss_file` VALUES ('1912838910362488834', '1.jpg', '/oss/physical/temp/1_1744891309636.jpg', null, '2025-04-17 20:01:50', null, null); INSERT INTO `oss_file` VALUES ('1912838941719105537', '1.jpg', '/oss/physical/temp/1_1744891317101.jpg', null, '2025-04-17 20:01:57', null, null); INSERT INTO `oss_file` VALUES ('1912839077908156417', '3.jpg', '/oss/physical/temp/3_1744891349567.jpg', null, '2025-04-17 20:02:30', null, null); INSERT INTO `oss_file` VALUES ('1912839100385431554', '3.jpg', '/oss/physical/temp/3_1744891354938.jpg', null, '2025-04-17 20:02:35', null, null); INSERT INTO `oss_file` VALUES ('1912839119792476162', '2.jpg', '/oss/physical/temp/2_1744891359554.jpg', null, '2025-04-17 20:02:40', null, null); INSERT INTO `oss_file` VALUES ('1912839140554280961', '2.jpg', '/oss/physical/temp/2_1744891364552.jpg', null, '2025-04-17 20:02:45', null, null); INSERT INTO `oss_file` VALUES ('1912840500305694722', '偏置图.png', '/oss/physical/temp/偏置图_1744891688763.png', null, '2025-04-17 20:08:09', null, null); INSERT INTO `oss_file` VALUES ('1912840530680844289', '001.jpg', '/oss/physical/temp/001_1744891695988.jpg', null, '2025-04-17 20:08:16', null, null); INSERT INTO `oss_file` VALUES ('1912840679251480578', '3.jpg', '/oss/physical/temp/3_1744891731356.jpg', null, '2025-04-17 20:08:51', null, null); INSERT INTO `oss_file` VALUES ('1912840705969197058', '偏置图.png', '/oss/physical/temp/偏置图_1744891737789.png', null, '2025-04-17 20:08:58', null, null); INSERT INTO `oss_file` VALUES ('1912840849586360322', '3.jpg', '/oss/physical/temp/3_1744891771975.jpg', null, '2025-04-17 20:09:32', null, null); INSERT INTO `oss_file` VALUES ('1912840870264279041', '偏置图.png', '/oss/physical/temp/偏置图_1744891776975.png', null, '2025-04-17 20:09:37', null, null); INSERT INTO `oss_file` VALUES ('1912840950434205697', '3.jpg', '/oss/physical/temp/3_1744891796025.jpg', null, '2025-04-17 20:09:56', null, null); INSERT INTO `oss_file` VALUES ('1912870055238144002', '单粒子效应unding-driver.xlsx', '/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744898735210.xlsx', null, '2025-04-17 22:05:35', null, null); INSERT INTO `oss_file` VALUES ('1912875564062183425', '单粒子效应UPD4216400-60.xlsx', '/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/单粒子效应UPD4216400-60_1744900048615.xlsx', null, '2025-04-17 22:27:29', null, null); INSERT INTO `oss_file` VALUES ('1912876377467752449', '单粒子效应unding-driver.xlsx', '/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744900242546.xlsx', null, '2025-04-17 22:30:43', null, null); INSERT INTO `oss_file` VALUES ('1912879312922710018', '单粒子效应GPSCorrelatorFront.xlsx', '/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/单粒子效应GPSCorrelatorFront_1744900942420.xlsx', null, '2025-04-17 22:42:22', null, null); INSERT INTO `oss_file` VALUES ('1912881181418033153', '单粒子效应3U IP Carrier.xlsx', '/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/单粒子效应3UIPCarrier_1744901387898.xlsx', null, '2025-04-17 22:49:48', null, null); INSERT INTO `oss_file` VALUES ('1912881263076937730', '单粒子效应UPD4216400-60.xlsx', '/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/单粒子效应UPD4216400-60_1744901407367.xlsx', null, '2025-04-17 22:50:07', null, null); INSERT INTO `oss_file` VALUES ('1912881461740146690', '单粒子效应UT1553BRTI.xlsx', '/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/单粒子效应UT1553BRTI_1744901454731.xlsx', null, '2025-04-17 22:50:55', null, null); INSERT INTO `oss_file` VALUES ('1912881799574556674', '单粒子效应UT22VP10.xlsx', '/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744901535284.xlsx', null, '2025-04-17 22:52:15', null, null); INSERT INTO `oss_file` VALUES ('1912886579382423554', '2单粒子效应UT22VP10.xlsx', '/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744902674873.xlsx', null, '2025-04-17 23:11:15', null, null); INSERT INTO `oss_file` VALUES ('1912886795414245378', '位移损伤效应UT54ACS08.xlsx', '/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/位移损伤效应UT54ACS08_1744902726379.xlsx', null, '2025-04-17 23:12:06', null, null); INSERT INTO `oss_file` VALUES ('1912886960644657154', '单粒子效应UT54LVDS031.xlsx', '/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/单粒子效应UT54LVDS031_1744902765773.xlsx', null, '2025-04-17 23:12:46', null, null); INSERT INTO `oss_file` VALUES ('1912887172872245250', '位移损伤效应UT54LVDS031LVE.xlsx', '/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744902816372.xlsx', null, '2025-04-17 23:13:36', null, null); INSERT INTO `oss_file` VALUES ('1912887660426530817', '电离总剂量效应UV100140.xlsx', '/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/电离总剂量效应UV100140_1744902932614.xlsx', null, '2025-04-17 23:15:33', null, null); INSERT INTO `oss_file` VALUES ('1912892303554613250', '单粒子效应UT71256.xlsx', '/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/单粒子效应UT71256_1744904039621.xlsx', null, '2025-04-17 23:34:00', null, null); INSERT INTO `oss_file` VALUES ('1912893540316450817', '电离总剂量效应UDS2983.xlsx', '/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/电离总剂量效应UDS2983_1744904334485.xlsx', null, '2025-04-17 23:38:55', null, null); INSERT INTO `oss_file` VALUES ('1912894558601187329', '单粒子效应UT63M147-BPC.xlsx', '/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/单粒子效应UT63M147-BPC_1744904577267.xlsx', null, '2025-04-17 23:42:57', null, null); INSERT INTO `oss_file` VALUES ('1912896946640752641', '单粒子效应UCC1806.xlsx', '/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/单粒子效应UCC1806_1744905146619.xlsx', null, '2025-04-17 23:52:27', null, null); INSERT INTO `oss_file` VALUES ('1912898720416108545', '电离总剂量效应UCC1806.xlsx', '/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/电离总剂量效应UCC1806_1744905569522.xlsx', null, '2025-04-17 23:59:30', null, null); INSERT INTO `oss_file` VALUES ('1912900758436810753', '电离总剂量效应UC1846.xlsx', '/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/电离总剂量效应UC1846_1744906055421.xlsx', null, '2025-04-18 00:07:35', null, null); INSERT INTO `oss_file` VALUES ('1912900922916442113', '电离总剂量效应UC1846.xlsx', '/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/电离总剂量效应UC1846_1744906094643.xlsx', null, '2025-04-18 00:08:15', null, null); INSERT INTO `oss_file` VALUES ('1912902348979802113', '电离总剂量效应UC1875JQMLV.xlsx', '/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/电离总剂量效应UC1875JQMLV_1744906434635.xlsx', null, '2025-04-18 00:13:55', null, null); INSERT INTO `oss_file` VALUES ('1912902541171200002', '单粒子效应UT71256.xlsx', '/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/单粒子效应UT71256_1744906480463.xlsx', null, '2025-04-18 00:14:40', null, null); INSERT INTO `oss_file` VALUES ('1912903685285056514', '电离总剂量效应UC1875JQMLV.xlsx', '/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/电离总剂量效应UC1875JQMLV_1744906753231.xlsx', null, '2025-04-18 00:19:13', null, null); INSERT INTO `oss_file` VALUES ('1912910472184827905', '单粒子效应UT6325.xlsx', '/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/单粒子效应UT6325_1744908371359.xlsx', null, '2025-04-18 00:46:11', null, null); INSERT INTO `oss_file` VALUES ('1912914269636366337', '单粒子效应UT6325.xlsx', '/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/单粒子效应UT6325_1744909276742.xlsx', null, '2025-04-18 01:01:17', null, null); INSERT INTO `oss_file` VALUES ('1912914320509079554', '单粒子效应UT54LVDS217.xlsx', '/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/单粒子效应UT54LVDS217_1744909288867.xlsx', null, '2025-04-18 01:01:29', null, null); INSERT INTO `oss_file` VALUES ('1912915940277981185', '单粒子效应UT54LVDS032.xlsx', '/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/单粒子效应UT54LVDS032_1744909675056.xlsx', null, '2025-04-18 01:07:55', null, null); INSERT INTO `oss_file` VALUES ('1913047761259040770', '偏置图.png', '/oss/physical/temp/偏置图_1744941103626.png', null, '2025-04-18 09:51:44', null, null); INSERT INTO `oss_file` VALUES ('1913049124940517377', 'cs002测试数据.txt', '/oss/physical/temp/cs002测试数据_1744941428748.txt', null, '2025-04-18 09:57:09', null, null); INSERT INTO `oss_file` VALUES ('1913049124948905986', 'cs002退火测试数据.txt', '/oss/physical/temp/cs002退火测试数据_1744941428749.txt', null, '2025-04-18 09:57:09', null, null); INSERT INTO `oss_file` VALUES ('1913049124965683202', 'cs001测试数据.txt', '/oss/physical/temp/cs001测试数据_1744941428749.txt', null, '2025-04-18 09:57:09', null, null); INSERT INTO `oss_file` VALUES ('1913051415542206466', '偏置图.png', '/oss/physical/temp/偏置图_1744941974871.png', null, '2025-04-18 10:06:15', null, null); INSERT INTO `oss_file` VALUES ('1913051442490609665', '偏置图.png', '/oss/physical/temp/偏置图_1744941981300.png', null, '2025-04-18 10:06:21', null, null); INSERT INTO `oss_file` VALUES ('1913051509356204034', '偏置图.png', '/oss/physical/temp/偏置图_1744941997241.png', null, '2025-04-18 10:06:37', null, null); INSERT INTO `oss_file` VALUES ('1913051550842064898', '偏置图.png', '/oss/physical/temp/偏置图_1744942007133.png', null, '2025-04-18 10:06:47', null, null); INSERT INTO `oss_file` VALUES ('1913053186985529346', '偏置图.png', '/oss/physical/temp/偏置图_1744942397219.png', null, '2025-04-18 10:13:17', null, null); INSERT INTO `oss_file` VALUES ('1913055777152798722', '偏置图.png', '/oss/physical/temp/偏置图_1744943014762.png', null, '2025-04-18 10:23:35', null, null); INSERT INTO `oss_file` VALUES ('1913065785844273153', '偏置图.png', '/oss/physical/temp/偏置图_1744945401023.png', null, '2025-04-18 11:03:21', null, null); INSERT INTO `oss_file` VALUES ('1913065818970886145', '偏置图.png', '/oss/physical/temp/偏置图_1744945408921.png', null, '2025-04-18 11:03:29', null, null); INSERT INTO `oss_file` VALUES ('1913065845743128578', '偏置图.png', '/oss/physical/temp/偏置图_1744945415297.png', null, '2025-04-18 11:03:35', null, null); INSERT INTO `oss_file` VALUES ('1913067484466089985', '偏置图.png', '/oss/physical/temp/偏置图_1744945805795.png', null, '2025-04-18 11:10:06', null, null); INSERT INTO `oss_file` VALUES ('1913067508117770242', '偏置图.png', '/oss/physical/temp/偏置图_1744945811641.png', null, '2025-04-18 11:10:12', null, null); INSERT INTO `oss_file` VALUES ('1913067548223705089', '偏置图.png', '/oss/physical/temp/偏置图_1744945821207.png', null, '2025-04-18 11:10:21', null, null); INSERT INTO `oss_file` VALUES ('1913067549536522242', '3.jpg', '/oss/physical/temp/3_1744945821454.jpg', null, '2025-04-18 11:10:22', null, null); INSERT INTO `oss_file` VALUES ('1913078118293409793', '偏置图.png', '/oss/physical/temp/偏置图_1744948341302.png', null, '2025-04-18 11:52:21', null, null); INSERT INTO `oss_file` VALUES ('1915075404791779329', '屏幕截图(1).png', '/oss/physical/temp/屏幕截图(1)_1745424531486.png', null, '2025-04-24 00:08:52', null, null); INSERT INTO `oss_file` VALUES ('1915245479427543041', 'y上传.rar', '/oss/physical/temp/y上传_1745465080471.rar', null, '2025-04-24 11:24:40', null, null); INSERT INTO `oss_file` VALUES ('1915245648642543618', '深圳吉华微特-张兴尧-20230921.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745465120805.rar', null, '2025-04-24 11:25:21', null, null); INSERT INTO `oss_file` VALUES ('1915251769507811329', '电离总剂量效应JHCS697260MR-23.xlsx', '/oss/physical/temp/电离总剂量效应JHCS697260MR-23_1745466580096.xlsx', null, '2025-04-24 11:49:40', null, null); INSERT INTO `oss_file` VALUES ('1915251893684375554', '电离总剂量效应JHCS697260MR-23.xlsx', '/oss/physical/temp/电离总剂量效应JHCS697260MR-23_1745466609708.xlsx', null, '2025-04-24 11:50:10', null, null); INSERT INTO `oss_file` VALUES ('1915251959006466050', 'KC-2023-JL-085.pdf', '/oss/physical/temp/KC-2023-JL-085_1745466625224.pdf', null, '2025-04-24 11:50:25', null, null); INSERT INTO `oss_file` VALUES ('1915253499939229698', 'KC-2023-JL-085.pdf', '/oss/physical/temp/KC-2023-JL-085_1745466992606.pdf', null, '2025-04-24 11:56:33', null, null); INSERT INTO `oss_file` VALUES ('1915253597477769218', '深圳吉华微特-张兴尧-20231012.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745467015966.rar', null, '2025-04-24 11:56:56', null, null); INSERT INTO `oss_file` VALUES ('1915253861291102210', '电离总剂量效应JHCS697260MR-47.xlsx', '/oss/physical/temp/电离总剂量效应JHCS697260MR-47_1745467078817.xlsx', null, '2025-04-24 11:57:59', null, null); INSERT INTO `oss_file` VALUES ('1915255040628723714', 'KC-2023-JL-085.pdf', '/oss/physical/temp/KC-2023-JL-085_1745467359959.pdf', null, '2025-04-24 12:02:40', null, null); INSERT INTO `oss_file` VALUES ('1915255122673504257', '深圳吉华微特-张兴尧-20230921.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467379604.rar', null, '2025-04-24 12:03:00', null, null); INSERT INTO `oss_file` VALUES ('1915255323916210177', '电离总剂量效应JHCS10P11NJR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS10P11NJR_1745467427547.xlsx', null, '2025-04-24 12:03:48', null, null); INSERT INTO `oss_file` VALUES ('1915255436369694721', '电离总剂量效应JHCS697260MR-47.xlsx', '/oss/physical/temp/电离总剂量效应JHCS697260MR-47_1745467454378.xlsx', null, '2025-04-24 12:04:14', null, null); INSERT INTO `oss_file` VALUES ('1915255460155592705', '深圳吉华微特-张兴尧-20230921.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467460058.rar', null, '2025-04-24 12:04:20', null, null); INSERT INTO `oss_file` VALUES ('1915260506536644609', 'KC-2023-JL-085.pdf', '/oss/physical/temp/KC-2023-JL-085_1745468663106.pdf', null, '2025-04-24 12:24:23', null, null); INSERT INTO `oss_file` VALUES ('1915260564225101826', '深圳吉华微特-张兴尧-20230921.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745468676966.rar', null, '2025-04-24 12:24:37', null, null); INSERT INTO `oss_file` VALUES ('1915265843994005506', '17#18VNMOS01.xlsx', '/oss/physical/temp/1718VNMOS01_1745469935762.xlsx', null, '2025-04-24 12:45:36', null, null); INSERT INTO `oss_file` VALUES ('1915266524284948482', '20220527_58SUO_YUXIN.rar', '/oss/physical/temp/20220527_58SUO_YUXIN_1745470097865.rar', null, '2025-04-24 12:48:18', null, null); INSERT INTO `oss_file` VALUES ('1915266555813531650', '20220527_58SUO_YUXIN.rar', '/oss/physical/temp/20220527_58SUO_YUXIN_1745470105383.rar', null, '2025-04-24 12:48:25', null, null); INSERT INTO `oss_file` VALUES ('1915266960777777153', '17#18VNMOS07.xlsx', '/oss/physical/temp/1718VNMOS07_1745470202025.xlsx', null, '2025-04-24 12:50:02', null, null); INSERT INTO `oss_file` VALUES ('1915266971351617538', '20220527_58SUO_YUXIN.rar', '/oss/physical/temp/20220527_58SUO_YUXIN_1745470204449.rar', null, '2025-04-24 12:50:05', null, null); INSERT INTO `oss_file` VALUES ('1915267157327056897', '电离总剂量效应JHCS697260MR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS697260MR_1745470248848.xlsx', null, '2025-04-24 12:50:49', null, null); INSERT INTO `oss_file` VALUES ('1915269308321337345', '001.jpg', '/oss/physical/temp/001_1745470761692.jpg', null, '2025-04-24 12:59:22', null, null); INSERT INTO `oss_file` VALUES ('1915269884748730369', '电离总剂量效应JHCS697260MR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS697260MR_1745470899108.xlsx', null, '2025-04-24 13:01:39', null, null); INSERT INTO `oss_file` VALUES ('1915270118329520129', '电离总剂量效应JHCS697260MR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS697260MR_1745470954804.xlsx', null, '2025-04-24 13:02:35', null, null); INSERT INTO `oss_file` VALUES ('1915272481723355137', 'xiandianzikejidaxue_20230619.rar', '/oss/physical/temp/xiandianzikejidaxue_20230619_1745471518244.rar', null, '2025-04-24 13:11:58', null, null); INSERT INTO `oss_file` VALUES ('1915272536450633729', 'FDSOI.xlsx', '/oss/physical/temp/FDSOI_1745471531370.xlsx', null, '2025-04-24 13:12:11', null, null); INSERT INTO `oss_file` VALUES ('1915276392282689537', '电离总剂量效应JHCS20N16NJR1.xlsx', '/oss/physical/temp/电离总剂量效应JHCS20N16NJR1_1745472450424.xlsx', null, '2025-04-24 13:27:31', null, null); INSERT INTO `oss_file` VALUES ('1915309360195801090', '电离总剂量效应JHCS20N16NJR1.xlsx', '/oss/physical/temp/电离总剂量效应JHCS20N16NJR1_1745480310810.xlsx', null, '2025-04-24 15:38:31', null, null); INSERT INTO `oss_file` VALUES ('1915312413426814977', '电离总剂量效应JHCS20N16NJR1.xlsx', '/oss/physical/temp/电离总剂量效应JHCS20N16NJR1_1745481038779.xlsx', null, '2025-04-24 15:50:39', null, null); INSERT INTO `oss_file` VALUES ('1915312528833089538', '电离总剂量效应JHCS10P11NJR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS10P11NJR_1745481066295.xlsx', null, '2025-04-24 15:51:06', null, null); INSERT INTO `oss_file` VALUES ('1915312591084949506', '电离总剂量效应JHCS10P11NJR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS10P11NJR_1745481081130.xlsx', null, '2025-04-24 15:51:21', null, null); INSERT INTO `oss_file` VALUES ('1915313008774713345', '电离总剂量效应JHCS10P11NJR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS10P11NJR_1745481180700.xlsx', null, '2025-04-24 15:53:01', null, null); INSERT INTO `oss_file` VALUES ('1915317939032264705', '电离总剂量效应JHCS67264MR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67264MR_1745482356159.xlsx', null, '2025-04-24 16:12:36', null, null); INSERT INTO `oss_file` VALUES ('1915318267114917890', '深圳吉华微特-张兴尧-20231012.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745482434407.rar', null, '2025-04-24 16:13:54', null, null); INSERT INTO `oss_file` VALUES ('1915318390825914369', 'KC-2023-JL-094.pdf', '/oss/physical/temp/KC-2023-JL-094_1745482463824.pdf', null, '2025-04-24 16:14:24', null, null); INSERT INTO `oss_file` VALUES ('1915321374389538817', '电离总剂量效应JHCS67264MR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67264MR_1745483175196.xlsx', null, '2025-04-24 16:26:15', null, null); INSERT INTO `oss_file` VALUES ('1915324604066533377', 'KC-2023-JL-094.pdf', '/oss/physical/temp/KC-2023-JL-094_1745483945180.pdf', null, '2025-04-24 16:39:05', null, null); INSERT INTO `oss_file` VALUES ('1915324631803465729', '深圳吉华微特-张兴尧-20231012.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745483951870.rar', null, '2025-04-24 16:39:12', null, null); INSERT INTO `oss_file` VALUES ('1915324862557294594', '电离总剂量效应JHCS67264MR_1745483175196.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67264MR_1745483175196_1745484006863.xlsx', null, '2025-04-24 16:40:07', null, null); INSERT INTO `oss_file` VALUES ('1915324905737654273', 'KC-2023-JL-094.pdf', '/oss/physical/temp/KC-2023-JL-094_1745484017133.pdf', null, '2025-04-24 16:40:17', null, null); INSERT INTO `oss_file` VALUES ('1915326262318174209', '电离总剂量效应JHCS67130NJR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67130NJR_1745484340582.xlsx', null, '2025-04-24 16:45:41', null, null); INSERT INTO `oss_file` VALUES ('1915334854958092290', 'KC-2024-JL-213.pdf', '/oss/physical/temp/KC-2024-JL-213_1745486389159.pdf', null, '2025-04-24 17:19:49', null, null); INSERT INTO `oss_file` VALUES ('1915334913057591298', 'KC-2024-JL-213原始数据.pdf', '/oss/physical/temp/KC-2024-JL-213原始数据_1745486403112.pdf', null, '2025-04-24 17:20:03', null, null); INSERT INTO `oss_file` VALUES ('1915335747816361986', '电离总剂量效应JHCSL797034NJR.xlsx', '/oss/physical/temp/电离总剂量效应JHCSL797034NJR_1745486602098.xlsx', null, '2025-04-24 17:23:22', null, null); INSERT INTO `oss_file` VALUES ('1915337435696566274', 'JHCS10N22NJR.xlsx', '/oss/physical/temp/JHCS10N22NJR_1745487004521.xlsx', null, '2025-04-24 17:30:05', null, null); INSERT INTO `oss_file` VALUES ('1915337561001398274', '20220513吉华微特-张兴尧.rar', '/oss/physical/temp/20220513吉华微特-张兴尧_1745487034429.rar', null, '2025-04-24 17:30:34', null, null); INSERT INTO `oss_file` VALUES ('1915337684217466882', 'KC-2024-JL-213.pdf', '/oss/physical/temp/KC-2024-JL-213_1745487063709.pdf', null, '2025-04-24 17:31:04', null, null); INSERT INTO `oss_file` VALUES ('1915337708301160449', 'KC-2024-JL-213原始数据.pdf', '/oss/physical/temp/KC-2024-JL-213原始数据_1745487069546.pdf', null, '2025-04-24 17:31:10', null, null); INSERT INTO `oss_file` VALUES ('1915338550878113794', '电离总剂量效应JHCS67264NAR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67264NAR_1745487270415.xlsx', null, '2025-04-24 17:34:30', null, null); INSERT INTO `oss_file` VALUES ('1915338838699642881', 'JHCS67230YR.xlsx', '/oss/physical/temp/JHCS67230YR_1745487339006.xlsx', null, '2025-04-24 17:35:39', null, null); INSERT INTO `oss_file` VALUES ('1915338889144537090', '20220513吉华微特-张兴尧.rar', '/oss/physical/temp/20220513吉华微特-张兴尧_1745487351081.rar', null, '2025-04-24 17:35:51', null, null); INSERT INTO `oss_file` VALUES ('1915339424060903425', 'KC-2024-JL-213原始数据.pdf', '/oss/physical/temp/KC-2024-JL-213原始数据_1745487478611.pdf', null, '2025-04-24 17:37:59', null, null); INSERT INTO `oss_file` VALUES ('1915339452024328194', 'KC-2024-JL-213.pdf', '/oss/physical/temp/KC-2024-JL-213_1745487485197.pdf', null, '2025-04-24 17:38:05', null, null); INSERT INTO `oss_file` VALUES ('1915340045883248642', 'JHCS10P45NAR1.xlsx', '/oss/physical/temp/JHCS10P45NAR1_1745487626835.xlsx', null, '2025-04-24 17:40:27', null, null); INSERT INTO `oss_file` VALUES ('1915340062421389313', '20220513吉华微特-张兴尧.rar', '/oss/physical/temp/20220513吉华微特-张兴尧_1745487630819.rar', null, '2025-04-24 17:40:31', null, null); INSERT INTO `oss_file` VALUES ('1915340200950861825', '电离总剂量效应JHCS67260NAR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS67260NAR_1745487663798.xlsx', null, '2025-04-24 17:41:04', null, null); INSERT INTO `oss_file` VALUES ('1915340928146706434', 'JHCS67260MR.xlsx', '/oss/physical/temp/JHCS67260MR_1745487837176.xlsx', null, '2025-04-24 17:43:57', null, null); INSERT INTO `oss_file` VALUES ('1915340943476887553', '20220513吉华微特-张兴尧.rar', '/oss/physical/temp/20220513吉华微特-张兴尧_1745487840878.rar', null, '2025-04-24 17:44:01', null, null); INSERT INTO `oss_file` VALUES ('1915340979900223490', 'KC-2024-JL-213原始数据.pdf', '/oss/physical/temp/KC-2024-JL-213原始数据_1745487849559.pdf', null, '2025-04-24 17:44:10', null, null); INSERT INTO `oss_file` VALUES ('1915341009478455297', 'KC-2024-JL-213.pdf', '/oss/physical/temp/KC-2024-JL-213_1745487856518.pdf', null, '2025-04-24 17:44:17', null, null); INSERT INTO `oss_file` VALUES ('1915341624778657793', '电离总剂量效应JHCS697230NJR.xlsx', '/oss/physical/temp/电离总剂量效应JHCS697230NJR_1745488003288.xlsx', null, '2025-04-24 17:46:43', null, null); INSERT INTO `oss_file` VALUES ('1915342186983165953', '无标题.png', '/oss/physical/temp/无标题_1745488137349.png', null, '2025-04-24 17:48:57', null, null); INSERT INTO `oss_file` VALUES ('1915342533030023170', '无标题.png', '/oss/physical/temp/无标题_1745488219839.png', null, '2025-04-24 17:50:20', null, null); INSERT INTO `oss_file` VALUES ('1915342914116096002', 'JHCS67260MR.xlsx-027.xlsx', '/oss/physical/temp/JHCS67260MR.xlsx-027_1745488310664.xlsx', null, '2025-04-24 17:51:51', null, null); INSERT INTO `oss_file` VALUES ('1915342994512515074', '深圳吉华微特-李潇-20220324.rar', '/oss/physical/temp/深圳吉华微特-李潇-20220324_1745488329881.rar', null, '2025-04-24 17:52:10', null, null); INSERT INTO `oss_file` VALUES ('1915343523162591233', 'KC-2023-JL-107原始数据.pdf', '/oss/physical/temp/KC-2023-JL-107原始数据_1745488455896.pdf', null, '2025-04-24 17:54:16', null, null); INSERT INTO `oss_file` VALUES ('1915343552472387586', 'KC-2023-JL-107.pdf', '/oss/physical/temp/KC-2023-JL-107_1745488462834.pdf', null, '2025-04-24 17:54:23', null, null); INSERT INTO `oss_file` VALUES ('1915343944585285633', 'JHCSL797064MR.xlsx', '/oss/physical/temp/JHCSL797064MR_1745488556336.xlsx', null, '2025-04-24 17:55:56', null, null); INSERT INTO `oss_file` VALUES ('1915343959697362946', '深圳吉华微特-李潇-20220324.rar', '/oss/physical/temp/深圳吉华微特-李潇-20220324_1745488559995.rar', null, '2025-04-24 17:56:00', null, null); INSERT INTO `oss_file` VALUES ('1915344836499836929', 'JHCSL797064MR-25-49.xlsx', '/oss/physical/temp/JHCSL797064MR-25-49_1745488769016.xlsx', null, '2025-04-24 17:59:29', null, null); INSERT INTO `oss_file` VALUES ('1915344847790903298', '深圳吉华微特-李潇-20220324.rar', '/oss/physical/temp/深圳吉华微特-李潇-20220324_1745488771735.rar', null, '2025-04-24 17:59:32', null, null); INSERT INTO `oss_file` VALUES ('1915346067947491329', 'KC-2023-JL-107.pdf', '/oss/physical/temp/KC-2023-JL-107_1745489062558.pdf', null, '2025-04-24 18:04:23', null, null); INSERT INTO `oss_file` VALUES ('1915346095692812289', 'KC-2023-JL-107原始数据.pdf', '/oss/physical/temp/KC-2023-JL-107原始数据_1745489069223.pdf', null, '2025-04-24 18:04:29', null, null); INSERT INTO `oss_file` VALUES ('1915347109355425794', '电离总剂量效应CZ4-10-6传感器.xlsx', '/oss/physical/temp/电离总剂量效应CZ4-10-6传感器_1745489310911.xlsx', null, '2025-04-24 18:08:31', null, null); INSERT INTO `oss_file` VALUES ('1915347838740697090', 'KC-2023-JL-107原始数据.pdf', '/oss/physical/temp/KC-2023-JL-107原始数据_1745489484811.pdf', null, '2025-04-24 18:11:25', null, null); INSERT INTO `oss_file` VALUES ('1915347864871211009', 'KC-2023-JL-107.pdf', '/oss/physical/temp/KC-2023-JL-107_1745489490988.pdf', null, '2025-04-24 18:11:31', null, null); INSERT INTO `oss_file` VALUES ('1915348115678007297', '电离总剂量效应YA10-26变换器.xlsx', '/oss/physical/temp/电离总剂量效应YA10-26变换器_1745489550812.xlsx', null, '2025-04-24 18:12:31', null, null); INSERT INTO `oss_file` VALUES ('1915355417013358593', 'KC-2022-JL-077.pdf', '/oss/physical/temp/KC-2022-JL-077_1745491291550.pdf', null, '2025-04-24 18:41:32', null, null); INSERT INTO `oss_file` VALUES ('1915359209716944898', '无标题.png', '/oss/physical/temp/无标题_1745492195879.png', null, '2025-04-24 18:56:36', null, null); INSERT INTO `oss_file` VALUES ('1915359320715005953', '无标题.png', '/oss/physical/temp/无标题_1745492222352.png', null, '2025-04-24 18:57:02', null, null); INSERT INTO `oss_file` VALUES ('1915359446938390529', '无标题.png', '/oss/physical/temp/无标题_1745492252443.png', null, '2025-04-24 18:57:32', null, null); INSERT INTO `oss_file` VALUES ('1915359540572033026', '无标题.png', '/oss/physical/temp/无标题_1745492274766.png', null, '2025-04-24 18:57:55', null, null); INSERT INTO `oss_file` VALUES ('1915359569139437570', '无标题.png', '/oss/physical/temp/无标题_1745492281564.png', null, '2025-04-24 18:58:02', null, null); INSERT INTO `oss_file` VALUES ('1915359586961035265', '无标题.png', '/oss/physical/temp/无标题_1745492285823.png', null, '2025-04-24 18:58:06', null, null); INSERT INTO `oss_file` VALUES ('1915359603469815809', '无标题.png', '/oss/physical/temp/无标题_1745492289755.png', null, '2025-04-24 18:58:10', null, null); INSERT INTO `oss_file` VALUES ('1915359615423582210', '无标题.png', '/oss/physical/temp/无标题_1745492292619.png', null, '2025-04-24 18:58:13', null, null); INSERT INTO `oss_file` VALUES ('1915359629042487298', '无标题.png', '/oss/physical/temp/无标题_1745492295861.png', null, '2025-04-24 18:58:16', null, null); INSERT INTO `oss_file` VALUES ('1915359642351013889', '无标题.png', '/oss/physical/temp/无标题_1745492298978.png', null, '2025-04-24 18:58:19', null, null); INSERT INTO `oss_file` VALUES ('1915359657555365890', '无标题.png', '/oss/physical/temp/无标题_1745492302651.png', null, '2025-04-24 18:58:23', null, null); INSERT INTO `oss_file` VALUES ('1915359671291711489', '无标题.png', '/oss/physical/temp/无标题_1745492305925.png', null, '2025-04-24 18:58:26', null, null); INSERT INTO `oss_file` VALUES ('1915362264013312002', 'KC-2024-JL-139.pdf', '/oss/physical/temp/KC-2024-JL-139_1745492924043.pdf', null, '2025-04-24 19:08:44', null, null); INSERT INTO `oss_file` VALUES ('1915364440165027841', 'KC-2023-JL-115.pdf', '/oss/physical/temp/KC-2023-JL-115_1745493442833.pdf', null, '2025-04-24 19:17:23', null, null); INSERT INTO `oss_file` VALUES ('1915365747496030209', 'KC-2023-JL-115.pdf', '/oss/physical/temp/KC-2023-JL-115_1745493754535.pdf', null, '2025-04-24 19:22:35', null, null); INSERT INTO `oss_file` VALUES ('1915366882466304002', 'KC-2023-JL-099.pdf', '/oss/physical/temp/KC-2023-JL-099_1745494025133.pdf', null, '2025-04-24 19:27:05', null, null); INSERT INTO `oss_file` VALUES ('1915368386988314625', 'KC-2023-JL-104.pdf', '/oss/physical/temp/KC-2023-JL-104_1745494383884.pdf', null, '2025-04-24 19:33:04', null, null); INSERT INTO `oss_file` VALUES ('1915369069435129858', 'KC-2024-JL-125.pdf', '/oss/physical/temp/KC-2024-JL-125_1745494546534.pdf', null, '2025-04-24 19:35:47', null, null); INSERT INTO `oss_file` VALUES ('1915672861254848513', 'KC-2022-JL-075.pdf', '/oss/physical/temp/KC-2022-JL-075_1745566976169.pdf', null, '2025-04-25 15:42:56', null, null); INSERT INTO `oss_file` VALUES ('1915709340790263809', 'KC-2022-JL-075.pdf', '/oss/physical/temp/KC-2022-JL-075_1745575673560.pdf', null, '2025-04-25 18:07:54', null, null); INSERT INTO `oss_file` VALUES ('1915726881839353858', '单粒子效应.xlsx', '/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/单粒子效应_1745579855749.xlsx', null, '2025-04-25 19:17:36', null, null); INSERT INTO `oss_file` VALUES ('1915729485008965634', 'data.xlsx', '/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data_1745580476394.xlsx', null, '2025-04-25 19:27:56', null, null); INSERT INTO `oss_file` VALUES ('1916323428327198722', 'KC-2025-JL-018.xlsx', '/oss/physical/temp/KC-2025-JL-018_1745722083517.xlsx', null, '2025-04-27 10:48:04', null, null); INSERT INTO `oss_file` VALUES ('1916324915438653441', 'KC-2025-JL-018.xlsx', '/oss/physical/temp/KC-2025-JL-018_1745722438071.xlsx', null, '2025-04-27 10:53:58', null, null); INSERT INTO `oss_file` VALUES ('1916325619041538050', 'KC-2025-JL-018.xlsx', '/oss/physical/temp/KC-2025-JL-018_1745722605823.xlsx', null, '2025-04-27 10:56:46', null, null); INSERT INTO `oss_file` VALUES ('1916326205493317633', 'KC-2025-JL-018.xlsx', '/oss/physical/temp/KC-2025-JL-018_1745722745643.xlsx', null, '2025-04-27 10:59:06', null, null); INSERT INTO `oss_file` VALUES ('1916326931992907778', 'KC-2025-JL-018.xlsx', '/oss/physical/temp/KC-2025-JL-018_1745722918856.xlsx', null, '2025-04-27 11:01:59', null, null); INSERT INTO `oss_file` VALUES ('1916327534416596994', 'KC-2025-JL-018.xlsx', '/oss/physical/temp/KC-2025-JL-018_1745723062484.xlsx', null, '2025-04-27 11:04:23', null, null); INSERT INTO `oss_file` VALUES ('1916328153374232577', 'KC-2025-JL-018.xlsx', '/oss/physical/temp/KC-2025-JL-018_1745723210053.xlsx', null, '2025-04-27 11:06:50', null, null); INSERT INTO `oss_file` VALUES ('1916328341211942913', 'KC-2025-JL-018.xlsx', '/oss/physical/temp/KC-2025-JL-018_1745723254841.xlsx', null, '2025-04-27 11:07:35', null, null); INSERT INTO `oss_file` VALUES ('1916329142592442370', 'KC-2025-JL-018.xlsx', '/oss/physical/temp/KC-2025-JL-018_1745723445899.xlsx', null, '2025-04-27 11:10:46', null, null); INSERT INTO `oss_file` VALUES ('1916329511435341825', 'KC-2025-JL-018.xlsx', '/oss/physical/temp/KC-2025-JL-018_1745723533843.xlsx', null, '2025-04-27 11:12:14', null, null); INSERT INTO `oss_file` VALUES ('1916332028902739970', 'KC-2025-JL-020.xlsx', '/oss/physical/temp/KC-2025-JL-020_1745724134053.xlsx', null, '2025-04-27 11:22:14', null, null); INSERT INTO `oss_file` VALUES ('1916332877594988546', 'KC-2025-JL-020.xlsx', '/oss/physical/temp/KC-2025-JL-020_1745724336404.xlsx', null, '2025-04-27 11:25:36', null, null); INSERT INTO `oss_file` VALUES ('1916333547198844930', 'KC-2025-JL-020.xlsx', '/oss/physical/temp/KC-2025-JL-020_1745724496043.xlsx', null, '2025-04-27 11:28:16', null, null); INSERT INTO `oss_file` VALUES ('1916334044026736641', 'KC-2025-JL-020.xlsx', '/oss/physical/temp/KC-2025-JL-020_1745724614497.xlsx', null, '2025-04-27 11:30:15', null, null); INSERT INTO `oss_file` VALUES ('1916335360627150849', 'KC-2025-JL-020.xlsx', '/oss/physical/temp/KC-2025-JL-020_1745724928398.xlsx', null, '2025-04-27 11:35:28', null, null); INSERT INTO `oss_file` VALUES ('1916336218546868225', 'KC-2025-JL-020.xlsx', '/oss/physical/temp/KC-2025-JL-020_1745725132942.xlsx', null, '2025-04-27 11:38:53', null, null); INSERT INTO `oss_file` VALUES ('1916336629194395649', 'KC-2025-JL-020.xlsx', '/oss/physical/temp/KC-2025-JL-020_1745725230840.xlsx', null, '2025-04-27 11:40:31', null, null); INSERT INTO `oss_file` VALUES ('1916337260894326786', 'KC-2022-JL-012.pdf', '/oss/physical/temp/KC-2022-JL-012_1745725381327.pdf', null, '2025-04-27 11:43:01', null, null); INSERT INTO `oss_file` VALUES ('1916337293408571394', 'LCS7227T1RH电离总剂量效应.xlsx', '/oss/physical/temp/LCS7227T1RH电离总剂量效应_1745725389209.xlsx', null, '2025-04-27 11:43:09', null, null); INSERT INTO `oss_file` VALUES ('1916337648875835393', 'KC-2025-JL-020.xlsx', '/oss/physical/temp/KC-2025-JL-020_1745725473963.xlsx', null, '2025-04-27 11:44:34', null, null); INSERT INTO `oss_file` VALUES ('1916338165966409729', 'KC-2025-JL-020.xlsx', '/oss/physical/temp/KC-2025-JL-020_1745725597243.xlsx', null, '2025-04-27 11:46:37', null, null); INSERT INTO `oss_file` VALUES ('1916338779328843777', 'KC-2025-JL-020.xlsx', '/oss/physical/temp/KC-2025-JL-020_1745725743480.xlsx', null, '2025-04-27 11:49:04', null, null); INSERT INTO `oss_file` VALUES ('1916339100004356097', 'LCS7227T1RH.zip', '/oss/physical/temp/LCS7227T1RH_1745725819934.zip', null, '2025-04-27 11:50:20', null, null); INSERT INTO `oss_file` VALUES ('1916340176774467585', 'KC-2022-JL-012.pdf', '/oss/physical/temp/KC-2022-JL-012_1745726076546.pdf', null, '2025-04-27 11:54:37', null, null); INSERT INTO `oss_file` VALUES ('1916340205689999361', 'LCS7508U3RH电离总剂量效应.xlsx', '/oss/physical/temp/LCS7508U3RH电离总剂量效应_1745726083556.xlsx', null, '2025-04-27 11:54:44', null, null); INSERT INTO `oss_file` VALUES ('1916340223238967297', 'LCS7508U3RH.zip', '/oss/physical/temp/LCS7508U3RH_1745726087734.zip', null, '2025-04-27 11:54:48', null, null); INSERT INTO `oss_file` VALUES ('1916341089509543938', 'KC-2025-JL-024.xlsx', '/oss/physical/temp/KC-2025-JL-024_1745726294270.xlsx', null, '2025-04-27 11:58:14', null, null); INSERT INTO `oss_file` VALUES ('1916341466069962754', 'KC-2025-JL-024.xlsx', '/oss/physical/temp/KC-2025-JL-024_1745726384049.xlsx', null, '2025-04-27 11:59:44', null, null); INSERT INTO `oss_file` VALUES ('1916341845620920322', 'KC-2025-JL-024.xlsx', '/oss/physical/temp/KC-2025-JL-024_1745726474546.xlsx', null, '2025-04-27 12:01:15', null, null); INSERT INTO `oss_file` VALUES ('1916342561215320065', 'KC-2025-JL-024.xlsx', '/oss/physical/temp/KC-2025-JL-024_1745726645153.xlsx', null, '2025-04-27 12:04:05', null, null); INSERT INTO `oss_file` VALUES ('1916344717397954561', 'KC-2025-JL-025.xlsx', '/oss/physical/temp/KC-2025-JL-025_1745727159226.xlsx', null, '2025-04-27 12:12:39', null, null); INSERT INTO `oss_file` VALUES ('1916345256688979969', 'KC-2025-JL-025.xlsx', '/oss/physical/temp/KC-2025-JL-025_1745727287802.xlsx', null, '2025-04-27 12:14:48', null, null); INSERT INTO `oss_file` VALUES ('1916345934996017154', 'KC-2025-JL-025.xlsx', '/oss/physical/temp/KC-2025-JL-025_1745727449528.xlsx', null, '2025-04-27 12:17:30', null, null); INSERT INTO `oss_file` VALUES ('1916346652700151810', 'KC-2025-JL-025.xlsx', '/oss/physical/temp/KC-2025-JL-025_1745727620637.xlsx', null, '2025-04-27 12:20:21', null, null); INSERT INTO `oss_file` VALUES ('1916348271735050241', 'KC-2025-JL-025.xlsx', '/oss/physical/temp/KC-2025-JL-025_1745728006646.xlsx', null, '2025-04-27 12:26:47', null, null); INSERT INTO `oss_file` VALUES ('1916349541980016641', 'KC-2025-JL-025.xlsx', '/oss/physical/temp/KC-2025-JL-025_1745728309496.xlsx', null, '2025-04-27 12:31:50', null, null); INSERT INTO `oss_file` VALUES ('1916358612766396418', 'KC-2025-JL-028.xlsx', '/oss/physical/temp/KC-2025-JL-028_1745730472130.xlsx', null, '2025-04-27 13:07:52', null, null); INSERT INTO `oss_file` VALUES ('1916396799945576449', 'LCS7508U3RH原始数据.zip', '/oss/physical/temp/LCS7508U3RH原始数据_1745739576665.zip', null, '2025-04-27 15:39:37', null, null); INSERT INTO `oss_file` VALUES ('1916396855687876610', 'LCS7227T1RH原始数据.zip', '/oss/physical/temp/LCS7227T1RH原始数据_1745739589963.zip', null, '2025-04-27 15:39:50', null, null); INSERT INTO `oss_file` VALUES ('1916409116133396482', 'KC-2022-JL-060.pdf', '/oss/physical/temp/KC-2022-JL-060_1745742512983.pdf', null, '2025-04-27 16:28:33', null, null); INSERT INTO `oss_file` VALUES ('1916417398533230593', 'KC-2022-JL-040.pdf', '/oss/physical/temp/KC-2022-JL-040_1745744487648.pdf', null, '2025-04-27 17:01:28', null, null); INSERT INTO `oss_file` VALUES ('1916418232079847425', 'KC-2025-JL-028.xlsx', '/oss/physical/temp/KC-2025-JL-028_1745744686493.xlsx', null, '2025-04-27 17:04:47', null, null); INSERT INTO `oss_file` VALUES ('1916419169364185090', 'KC-2025-JL-028.xlsx', '/oss/physical/temp/KC-2025-JL-028_1745744909957.xlsx', null, '2025-04-27 17:08:30', null, null); INSERT INTO `oss_file` VALUES ('1916420183106490370', 'KC-2025-JL-032.xlsx', '/oss/physical/temp/KC-2025-JL-032_1745745151654.xlsx', null, '2025-04-27 17:12:32', null, null); INSERT INTO `oss_file` VALUES ('1916425995363258370', 'KC-2022-JL-055.pdf', '/oss/physical/temp/KC-2022-JL-055_1745746537322.pdf', null, '2025-04-27 17:35:37', null, null); INSERT INTO `oss_file` VALUES ('1916426069380141057', 'KC-2022-JL-055.pdf', '/oss/physical/temp/KC-2022-JL-055_1745746554986.pdf', null, '2025-04-27 17:35:55', null, null); INSERT INTO `oss_file` VALUES ('1916426475531374593', 'KC-2023-JL-052.pdf', '/oss/physical/temp/KC-2023-JL-052_1745746651812.pdf', null, '2025-04-27 17:37:32', null, null); INSERT INTO `oss_file` VALUES ('1916426661779443714', 'KC-2022-JL-048.pdf', '/oss/physical/temp/KC-2022-JL-048_1745746696180.pdf', null, '2025-04-27 17:38:16', null, null); INSERT INTO `oss_file` VALUES ('1916426730364702721', 'KC-2022-JL-048.pdf', '/oss/physical/temp/KC-2022-JL-048_1745746712538.pdf', null, '2025-04-27 17:38:33', null, null); INSERT INTO `oss_file` VALUES ('1916426775377973250', 'KC-2022-JL-048.pdf', '/oss/physical/temp/KC-2022-JL-048_1745746723255.pdf', null, '2025-04-27 17:38:43', null, null); INSERT INTO `oss_file` VALUES ('1916426827890659330', 'KC-2022-JL-048.pdf', '/oss/physical/temp/KC-2022-JL-048_1745746735781.pdf', null, '2025-04-27 17:38:56', null, null); INSERT INTO `oss_file` VALUES ('1916426947034058753', 'KC-2022-JL-027.pdf', '/oss/physical/temp/KC-2022-JL-027_1745746764212.pdf', null, '2025-04-27 17:39:24', null, null); INSERT INTO `oss_file` VALUES ('1916426980680765441', 'KC-2022-JL-027.pdf', '/oss/physical/temp/KC-2022-JL-027_1745746772250.pdf', null, '2025-04-27 17:39:32', null, null); INSERT INTO `oss_file` VALUES ('1916427024720957442', 'KC-2022-JL-027.pdf', '/oss/physical/temp/KC-2022-JL-027_1745746782744.pdf', null, '2025-04-27 17:39:43', null, null); INSERT INTO `oss_file` VALUES ('1916427148985602049', 'KC-2022-JL-83.pdf', '/oss/physical/temp/KC-2022-JL-83_1745746812421.pdf', null, '2025-04-27 17:40:12', null, null); INSERT INTO `oss_file` VALUES ('1916427284360957954', 'KC-2024-JL-171.pdf', '/oss/physical/temp/KC-2024-JL-171_1745746844648.pdf', null, '2025-04-27 17:40:45', null, null); INSERT INTO `oss_file` VALUES ('1916427454981050369', 'KC-2024-JL-102.pdf', '/oss/physical/temp/KC-2024-JL-102_1745746885322.pdf', null, '2025-04-27 17:41:25', null, null); INSERT INTO `oss_file` VALUES ('1916427565857476609', 'KC-2022-JL-034.pdf', '/oss/physical/temp/KC-2022-JL-034_1745746911747.pdf', null, '2025-04-27 17:41:52', null, null); INSERT INTO `oss_file` VALUES ('1916427728768438274', 'KC-2024-JL-176.pdf', '/oss/physical/temp/KC-2024-JL-176_1745746950626.pdf', null, '2025-04-27 17:42:31', null, null); INSERT INTO `oss_file` VALUES ('1916427905176670210', 'KC-2024-JL-205.pdf', '/oss/physical/temp/KC-2024-JL-205_1745746992698.pdf', null, '2025-04-27 17:43:13', null, null); INSERT INTO `oss_file` VALUES ('1916453970326556674', 'i090397位移损伤效应.xlsx', '/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/i090397位移损伤效应_1745753207153.xlsx', null, '2025-04-27 19:26:47', null, null); INSERT INTO `oss_file` VALUES ('1916676794295226370', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745806332233.zip', null, '2025-04-28 10:12:13', null, null); INSERT INTO `oss_file` VALUES ('1916676826931105793', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745806338275.zip', null, '2025-04-28 10:12:20', null, null); INSERT INTO `oss_file` VALUES ('1916676895625416706', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745806354704.zip', null, '2025-04-28 10:12:37', null, null); INSERT INTO `oss_file` VALUES ('1916709222330109954', '20240906 shanghaiguangyuan.zip', '/oss/physical/temp/20240906shanghaiguangyuan_1745814063908.zip', null, '2025-04-28 12:21:04', null, null); INSERT INTO `oss_file` VALUES ('1916709240621469697', 'KC-2024-JL-150.pdf', '/oss/physical/temp/KC-2024-JL-150_1745814068287.pdf', null, '2025-04-28 12:21:08', null, null); INSERT INTO `oss_file` VALUES ('1916709292647616514', '20240906 shanghaiguangyuan.zip', '/oss/physical/temp/20240906shanghaiguangyuan_1745814080678.zip', null, '2025-04-28 12:21:21', null, null); INSERT INTO `oss_file` VALUES ('1916709306602065922', 'KC-2024-JL-150.pdf', '/oss/physical/temp/KC-2024-JL-150_1745814084031.pdf', null, '2025-04-28 12:21:24', null, null); INSERT INTO `oss_file` VALUES ('1916716243846664194', 'KC-2022-SB-H771-126.xlsx', '/oss/physical/temp/KC-2022-SB-H771-126_1745815738036.xlsx', null, '2025-04-28 12:48:58', null, null); INSERT INTO `oss_file` VALUES ('1916716244547112961', 'KC-2022-SB-H771-126F.pdf', '/oss/physical/temp/KC-2022-SB-H771-126F_1745815738179.pdf', null, '2025-04-28 12:48:58', null, null); INSERT INTO `oss_file` VALUES ('1916716245226590209', 'KC-2022-SB-H771-126B.pdf', '/oss/physical/temp/KC-2022-SB-H771-126B_1745815738301.pdf', null, '2025-04-28 12:48:58', null, null); INSERT INTO `oss_file` VALUES ('1916716923512655874', 'KC-2022-SB-H771-126.xlsx', '/oss/physical/temp/KC-2022-SB-H771-126_1745815900083.xlsx', null, '2025-04-28 12:51:40', null, null); INSERT INTO `oss_file` VALUES ('1916717246687973377', 'KC-2022-SB-H771-126.xlsx', '/oss/physical/temp/KC-2022-SB-H771-126_1745815977129.xlsx', null, '2025-04-28 12:52:57', null, null); INSERT INTO `oss_file` VALUES ('1916719606608924674', 'KC-2022-JL-061.pdf', '/oss/physical/temp/KC-2022-JL-061_1745816539700.pdf', null, '2025-04-28 13:02:20', null, null); INSERT INTO `oss_file` VALUES ('1916719901615296514', 'KC-2022-SB-H771-127.xlsx', '/oss/physical/temp/KC-2022-SB-H771-127_1745816610105.xlsx', null, '2025-04-28 13:03:30', null, null); INSERT INTO `oss_file` VALUES ('1916719901854371841', 'KC-2022-SB-H771-127F.pdf', '/oss/physical/temp/KC-2022-SB-H771-127F_1745816610148.pdf', null, '2025-04-28 13:03:30', null, null); INSERT INTO `oss_file` VALUES ('1916719903725031425', 'KC-2022-SB-H771-127B.pdf', '/oss/physical/temp/KC-2022-SB-H771-127B_1745816610529.pdf', null, '2025-04-28 13:03:31', null, null); INSERT INTO `oss_file` VALUES ('1916720186827968514', 'KC-2022-SB-H771-127.xlsx', '/oss/physical/temp/KC-2022-SB-H771-127_1745816678104.xlsx', null, '2025-04-28 13:04:38', null, null); INSERT INTO `oss_file` VALUES ('1916721388034691074', 'KC-2022-JL-059.pdf', '/oss/physical/temp/KC-2022-JL-059_1745816964418.pdf', null, '2025-04-28 13:09:25', null, null); INSERT INTO `oss_file` VALUES ('1916721700111880194', 'KC-2022-SB-H771-128.xlsx', '/oss/physical/temp/KC-2022-SB-H771-128_1745817038912.xlsx', null, '2025-04-28 13:10:39', null, null); INSERT INTO `oss_file` VALUES ('1916721700531310593', 'KC-2022-SB-H771-128F.pdf', '/oss/physical/temp/KC-2022-SB-H771-128F_1745817038979.pdf', null, '2025-04-28 13:10:39', null, null); INSERT INTO `oss_file` VALUES ('1916721702179672065', 'KC-2022-SB-H771-128B.pdf', '/oss/physical/temp/KC-2022-SB-H771-128B_1745817039297.pdf', null, '2025-04-28 13:10:39', null, null); INSERT INTO `oss_file` VALUES ('1916721840444903425', 'KC-2022-SB-H771-128.xlsx', '/oss/physical/temp/KC-2022-SB-H771-128_1745817072368.xlsx', null, '2025-04-28 13:11:12', null, null); INSERT INTO `oss_file` VALUES ('1916723022454296577', 'KC-2022-SB-H771-126.xlsx', '/oss/physical/temp/KC-2022-SB-H771-126_1745817354178.xlsx', null, '2025-04-28 13:15:54', null, null); INSERT INTO `oss_file` VALUES ('1916723525519118338', 'KC-2022-SB-H771-126.xlsx', '/oss/physical/temp/KC-2022-SB-H771-126_1745817474120.xlsx', null, '2025-04-28 13:17:54', null, null); INSERT INTO `oss_file` VALUES ('1916724244531875842', 'KC-2022-SB-H771-129.xlsx', '/oss/physical/temp/KC-2022-SB-H771-129_1745817645540.xlsx', null, '2025-04-28 13:20:46', null, null); INSERT INTO `oss_file` VALUES ('1916724244833865729', 'KC-2022-SB-H771-129F.pdf', '/oss/physical/temp/KC-2022-SB-H771-129F_1745817645586.pdf', null, '2025-04-28 13:20:46', null, null); INSERT INTO `oss_file` VALUES ('1916724246897463297', 'KC-2022-SB-H771-129B.pdf', '/oss/physical/temp/KC-2022-SB-H771-129B_1745817646020.pdf', null, '2025-04-28 13:20:46', null, null); INSERT INTO `oss_file` VALUES ('1916726626858799105', 'KC-2022-SB-H771-130.xlsx', '/oss/physical/temp/KC-2022-SB-H771-130_1745818213542.xlsx', null, '2025-04-28 13:30:14', null, null); INSERT INTO `oss_file` VALUES ('1916726627479556097', 'KC-2022-SB-H771-130F.pdf', '/oss/physical/temp/KC-2022-SB-H771-130F_1745818213661.pdf', null, '2025-04-28 13:30:14', null, null); INSERT INTO `oss_file` VALUES ('1916726628406497281', 'KC-2022-SB-H771-130B.pdf', '/oss/physical/temp/KC-2022-SB-H771-130B_1745818213836.pdf', null, '2025-04-28 13:30:14', null, null); INSERT INTO `oss_file` VALUES ('1916762571226189826', 'KC-2022-SB-H771-60.xlsx', '/oss/physical/temp/KC-2022-SB-H771-60_1745826783336.xlsx', null, '2025-04-28 15:53:03', null, null); INSERT INTO `oss_file` VALUES ('1916764115640225793', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745827151271.zip', null, '2025-04-28 15:59:12', null, null); INSERT INTO `oss_file` VALUES ('1916764139606478849', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745827155389.zip', null, '2025-04-28 15:59:17', null, null); INSERT INTO `oss_file` VALUES ('1916765605117267969', '电离总剂量效应-54HC14.xlsx', '/oss/physical/temp/电离总剂量效应-54HC14_1745827506678.xlsx', null, '2025-04-28 16:05:07', null, null); INSERT INTO `oss_file` VALUES ('1916765770611920898', '电离总剂量效应-54HC14.xlsx', '/oss/physical/temp/电离总剂量效应-54HC14_1745827546136.xlsx', null, '2025-04-28 16:05:46', null, null); INSERT INTO `oss_file` VALUES ('1916766372762980354', '电离总剂量效应-CD4017D.xlsx', '/oss/physical/temp/电离总剂量效应-CD4017D_1745827689705.xlsx', null, '2025-04-28 16:08:10', null, null); INSERT INTO `oss_file` VALUES ('1916767025388294145', 'KC-2022-SB-H771-104.xlsx', '/oss/physical/temp/KC-2022-SB-H771-104_1745827845290.xlsx', null, '2025-04-28 16:10:45', null, null); INSERT INTO `oss_file` VALUES ('1916771319483174914', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745828868788.zip', null, '2025-04-28 16:27:49', null, null); INSERT INTO `oss_file` VALUES ('1916771346242834433', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745828873478.zip', null, '2025-04-28 16:27:55', null, null); INSERT INTO `oss_file` VALUES ('1916771514811912193', 'KC-2022-SB-H771-130.xlsx', '/oss/physical/temp/KC-2022-SB-H771-130_1745828915658.xlsx', null, '2025-04-28 16:28:36', null, null); INSERT INTO `oss_file` VALUES ('1916774208876285953', 'KC-2022-SB-H771-131.xlsx', '/oss/physical/temp/KC-2022-SB-H771-131_1745829557972.xlsx', null, '2025-04-28 16:39:18', null, null); INSERT INTO `oss_file` VALUES ('1916774209295716354', 'KC-2022-SB-H771-131F.pdf', '/oss/physical/temp/KC-2022-SB-H771-131F_1745829558046.pdf', null, '2025-04-28 16:39:18', null, null); INSERT INTO `oss_file` VALUES ('1916774210948272130', 'KC-2022-SB-H771-131B.pdf', '/oss/physical/temp/KC-2022-SB-H771-131B_1745829558383.pdf', null, '2025-04-28 16:39:18', null, null); INSERT INTO `oss_file` VALUES ('1916774637429297153', 'KC-2002-SB-H771-80.xlsx', '/oss/physical/temp/KC-2002-SB-H771-80_1745829660150.xlsx', null, '2025-04-28 16:41:00', null, null); INSERT INTO `oss_file` VALUES ('1916775604258312193', 'KC-2022-SB-H771-132.xlsx', '/oss/physical/temp/KC-2022-SB-H771-132_1745829890659.xlsx', null, '2025-04-28 16:44:51', null, null); INSERT INTO `oss_file` VALUES ('1916775605009092610', 'KC-2022-SB-H771-132F.pdf', '/oss/physical/temp/KC-2022-SB-H771-132F_1745829890817.pdf', null, '2025-04-28 16:44:51', null, null); INSERT INTO `oss_file` VALUES ('1916775605571129346', 'KC-2022-SB-H771-132B.pdf', '/oss/physical/temp/KC-2022-SB-H771-132B_1745829890909.pdf', null, '2025-04-28 16:44:51', null, null); INSERT INTO `oss_file` VALUES ('1916776104223543297', 'KC-2022-SB-H771-131.xlsx', '/oss/physical/temp/KC-2022-SB-H771-131_1745830009860.xlsx', null, '2025-04-28 16:46:50', null, null); INSERT INTO `oss_file` VALUES ('1916776474664472577', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745830097889.zip', null, '2025-04-28 16:48:18', null, null); INSERT INTO `oss_file` VALUES ('1916776497401794562', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745830101683.zip', null, '2025-04-28 16:48:24', null, null); INSERT INTO `oss_file` VALUES ('1916778228714016769', 'KC-2022-JL-022.pdf', '/oss/physical/temp/KC-2022-JL-022_1745830516300.pdf', null, '2025-04-28 16:55:16', null, null); INSERT INTO `oss_file` VALUES ('1916778237522055169', 'KC-2002-SB-H771-67.xlsx', '/oss/physical/temp/KC-2002-SB-H771-67_1745830518485.xlsx', null, '2025-04-28 16:55:18', null, null); INSERT INTO `oss_file` VALUES ('1916778358926184450', '20220321_58suo_liumohan.zip', '/oss/physical/temp/20220321_58suo_liumohan_1745830547201.zip', null, '2025-04-28 16:55:47', null, null); INSERT INTO `oss_file` VALUES ('1916778695179341825', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745830627368.zip', null, '2025-04-28 16:57:08', null, null); INSERT INTO `oss_file` VALUES ('1916778717505622018', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745830631268.zip', null, '2025-04-28 16:57:13', null, null); INSERT INTO `oss_file` VALUES ('1916778772266455041', 'KC-2022-SB-H771-133.xlsx', '/oss/physical/temp/KC-2022-SB-H771-133_1745830645966.xlsx', null, '2025-04-28 16:57:26', null, null); INSERT INTO `oss_file` VALUES ('1916778772862046210', 'KC-2022-SB-H771-133F.pdf', '/oss/physical/temp/KC-2022-SB-H771-133F_1745830646092.pdf', null, '2025-04-28 16:57:26', null, null); INSERT INTO `oss_file` VALUES ('1916778774116143105', 'KC-2022-SB-H771-133B.pdf', '/oss/physical/temp/KC-2022-SB-H771-133B_1745830646356.pdf', null, '2025-04-28 16:57:26', null, null); INSERT INTO `oss_file` VALUES ('1916779277264850945', 'KC-2022-SB-H771-133F.pdf', '/oss/physical/temp/KC-2022-SB-H771-133F_1745830766340.pdf', null, '2025-04-28 16:59:26', null, null); INSERT INTO `oss_file` VALUES ('1916779278770606082', 'KC-2022-SB-H771-133B.pdf', '/oss/physical/temp/KC-2022-SB-H771-133B_1745830766653.pdf', null, '2025-04-28 16:59:27', null, null); INSERT INTO `oss_file` VALUES ('1916779300220276738', 'KC-2022-SB-H771-133(B).xlsx', '/oss/physical/temp/KC-2022-SB-H771-133(B)_1745830771845.xlsx', null, '2025-04-28 16:59:32', null, null); INSERT INTO `oss_file` VALUES ('1916779477253459970', 'KC-2002-SB-H771-68.xlsx', '/oss/physical/temp/KC-2002-SB-H771-68_1745830814056.xlsx', null, '2025-04-28 17:00:14', null, null); INSERT INTO `oss_file` VALUES ('1916779532710547458', 'KC-2022-SB-H771-133(B).xlsx', '/oss/physical/temp/KC-2022-SB-H771-133(B)_1745830827274.xlsx', null, '2025-04-28 17:00:27', null, null); INSERT INTO `oss_file` VALUES ('1916780625960079361', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745831087628.zip', null, '2025-04-28 17:04:48', null, null); INSERT INTO `oss_file` VALUES ('1916780650580643842', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745831091846.zip', null, '2025-04-28 17:04:54', null, null); INSERT INTO `oss_file` VALUES ('1916780662094008321', 'KC-2002-SB-H771-69.xlsx', '/oss/physical/temp/KC-2002-SB-H771-69_1745831096547.xlsx', null, '2025-04-28 17:04:57', null, null); INSERT INTO `oss_file` VALUES ('1916780720667463681', '电离总剂量效应-KFZ_29.xlsx', '/oss/physical/temp/电离总剂量效应-KFZ_29_1745831110506.xlsx', null, '2025-04-28 17:05:11', null, null); INSERT INTO `oss_file` VALUES ('1916780932324626434', '电离总剂量效应-54HC14.xlsx', '/oss/physical/temp/电离总剂量效应-54HC14_1745831160973.xlsx', null, '2025-04-28 17:06:01', null, null); INSERT INTO `oss_file` VALUES ('1916780974947143682', '电离总剂量效应-CD4017D.xlsx', '/oss/physical/temp/电离总剂量效应-CD4017D_1745831171131.xlsx', null, '2025-04-28 17:06:11', null, null); INSERT INTO `oss_file` VALUES ('1916781274856656897', '电离总剂量效应-KFZ_29.xlsx', '/oss/physical/temp/电离总剂量效应-KFZ_29_1745831242636.xlsx', null, '2025-04-28 17:07:23', null, null); INSERT INTO `oss_file` VALUES ('1916781301666648065', 'KC-2022-JL-022.pdf', '/oss/physical/temp/KC-2022-JL-022_1745831248954.pdf', null, '2025-04-28 17:07:29', null, null); INSERT INTO `oss_file` VALUES ('1916781340971470850', '20220321_58suo_liumohan.zip', '/oss/physical/temp/20220321_58suo_liumohan_1745831258169.zip', null, '2025-04-28 17:07:38', null, null); INSERT INTO `oss_file` VALUES ('1916781355999662082', '电离总剂量效应-KFZ_29.xlsx', '/oss/physical/temp/电离总剂量效应-KFZ_29_1745831261982.xlsx', null, '2025-04-28 17:07:42', null, null); INSERT INTO `oss_file` VALUES ('1916781528142286849', 'KC-2022-SB-H771-134.xlsx', '/oss/physical/temp/KC-2022-SB-H771-134_1745831303023.xlsx', null, '2025-04-28 17:08:23', null, null); INSERT INTO `oss_file` VALUES ('1916781528683352066', 'KC-2022-SB-H771-134F.pdf', '/oss/physical/temp/KC-2022-SB-H771-134F_1745831303114.pdf', null, '2025-04-28 17:08:23', null, null); INSERT INTO `oss_file` VALUES ('1916781532588249089', 'KC-2022-SB-H771-134B.pdf', '/oss/physical/temp/KC-2022-SB-H771-134B_1745831304005.pdf', null, '2025-04-28 17:08:24', null, null); INSERT INTO `oss_file` VALUES ('1916781755360317441', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745831356939.zip', null, '2025-04-28 17:09:17', null, null); INSERT INTO `oss_file` VALUES ('1916781779427233793', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745831361041.zip', null, '2025-04-28 17:09:23', null, null); INSERT INTO `oss_file` VALUES ('1916781789615198209', 'KC-2002-SB-H771-64.xlsx', '/oss/physical/temp/KC-2002-SB-H771-64_1745831365359.xlsx', null, '2025-04-28 17:09:25', null, null); INSERT INTO `oss_file` VALUES ('1916782752111497217', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745831594548.zip', null, '2025-04-28 17:13:15', null, null); INSERT INTO `oss_file` VALUES ('1916782777218600961', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745831598805.zip', null, '2025-04-28 17:13:21', null, null); INSERT INTO `oss_file` VALUES ('1916782787326873601', 'KC-2002-SB-H771-65.xlsx', '/oss/physical/temp/KC-2002-SB-H771-65_1745831603240.xlsx', null, '2025-04-28 17:13:23', null, null); INSERT INTO `oss_file` VALUES ('1916783602338861058', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745831797267.zip', null, '2025-04-28 17:16:38', null, null); INSERT INTO `oss_file` VALUES ('1916783627282386945', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745831801367.zip', null, '2025-04-28 17:16:44', null, null); INSERT INTO `oss_file` VALUES ('1916783637361299457', 'KC-2002-SB-H771-66.xlsx', '/oss/physical/temp/KC-2002-SB-H771-66_1745831805905.xlsx', null, '2025-04-28 17:16:46', null, null); INSERT INTO `oss_file` VALUES ('1916784589606719490', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745832032630.zip', null, '2025-04-28 17:20:33', null, null); INSERT INTO `oss_file` VALUES ('1916784613921099777', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745832036786.zip', null, '2025-04-28 17:20:39', null, null); INSERT INTO `oss_file` VALUES ('1916784622116769794', 'KC-2002-SB-H771-63.xlsx', '/oss/physical/temp/KC-2002-SB-H771-63_1745832040685.xlsx', null, '2025-04-28 17:20:41', null, null); INSERT INTO `oss_file` VALUES ('1916786323905286146', 'KC-2022-JL-022.pdf', '/oss/physical/temp/KC-2022-JL-022_1745832446344.pdf', null, '2025-04-28 17:27:26', null, null); INSERT INTO `oss_file` VALUES ('1916786334466543618', '20220321_58suo_liumohan.zip', '/oss/physical/temp/20220321_58suo_liumohan_1745832448699.zip', null, '2025-04-28 17:27:29', null, null); INSERT INTO `oss_file` VALUES ('1916787100648443905', '电离总剂量效应-HGNPN1.xlsx', '/oss/physical/temp/电离总剂量效应-HGNPN1_1745832631613.xlsx', null, '2025-04-28 17:30:32', null, null); INSERT INTO `oss_file` VALUES ('1916787786639446017', 'OP97.xlsx', '/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745832795166.xlsx', null, '2025-04-28 17:33:15', null, null); INSERT INTO `oss_file` VALUES ('1916790963925389314', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745833552358.zip', null, '2025-04-28 17:45:53', null, null); INSERT INTO `oss_file` VALUES ('1916790987711287297', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745833556424.zip', null, '2025-04-28 17:45:58', null, null); INSERT INTO `oss_file` VALUES ('1916790992295661570', 'KC-2002-SB-H771-92.xlsx', '/oss/physical/temp/KC-2002-SB-H771-92_1745833559455.xlsx', null, '2025-04-28 17:45:59', null, null); INSERT INTO `oss_file` VALUES ('1916791264665374722', 'OP97.xlsx', '/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745833624381.xlsx', null, '2025-04-28 17:47:04', null, null); INSERT INTO `oss_file` VALUES ('1916792353645105154', 'KC-2023-JL-014.pdf', '/oss/physical/temp/KC-2023-JL-014_1745833883969.pdf', null, '2025-04-28 17:51:24', null, null); INSERT INTO `oss_file` VALUES ('1916792371168907266', '20230213-SIMIT-DSOI.zip', '/oss/physical/temp/20230213-SIMIT-DSOI_1745833888007.zip', null, '2025-04-28 17:51:28', null, null); INSERT INTO `oss_file` VALUES ('1916792549376495618', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745833930386.zip', null, '2025-04-28 17:52:11', null, null); INSERT INTO `oss_file` VALUES ('1916792572306755586', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745833934277.zip', null, '2025-04-28 17:52:16', null, null); INSERT INTO `oss_file` VALUES ('1916792576496865281', 'KC-2002-SB-H771-91.xlsx', '/oss/physical/temp/KC-2002-SB-H771-91_1745833937156.xlsx', null, '2025-04-28 17:52:17', null, null); INSERT INTO `oss_file` VALUES ('1916793354632531970', '电离总剂量效应-PL-DIP-2-P.xlsx', '/oss/physical/temp/电离总剂量效应-PL-DIP-2-P_1745834122677.xlsx', null, '2025-04-28 17:55:23', null, null); INSERT INTO `oss_file` VALUES ('1916793952757059586', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745834265010.zip', null, '2025-04-28 17:57:45', null, null); INSERT INTO `oss_file` VALUES ('1916793979785154561', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745834269832.zip', null, '2025-04-28 17:57:52', null, null); INSERT INTO `oss_file` VALUES ('1916794039923085313', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745834284000.zip', null, '2025-04-28 17:58:06', null, null); INSERT INTO `oss_file` VALUES ('1916794045631533058', 'KC-2002-SB-H771-88.xlsx', '/oss/physical/temp/KC-2002-SB-H771-88_1745834287431.xlsx', null, '2025-04-28 17:58:07', null, null); INSERT INTO `oss_file` VALUES ('1916794067580325890', 'KC-2023-JL-014.pdf', '/oss/physical/temp/KC-2023-JL-014_1745834292621.pdf', null, '2025-04-28 17:58:13', null, null); INSERT INTO `oss_file` VALUES ('1916794104561504257', '20230213-SIMIT-DSOI.zip', '/oss/physical/temp/20230213-SIMIT-DSOI_1745834301271.zip', null, '2025-04-28 17:58:21', null, null); INSERT INTO `oss_file` VALUES ('1916794269561229314', '电离总剂量效应-PL-DIP-4-N.xlsx', '/oss/physical/temp/电离总剂量效应-PL-DIP-4-N_1745834340814.xlsx', null, '2025-04-28 17:59:01', null, null); INSERT INTO `oss_file` VALUES ('1916794719450664961', 'data(1).xlsx', '/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data(1)_1745834448082.xlsx', null, '2025-04-28 18:00:48', null, null); INSERT INTO `oss_file` VALUES ('1916795127585804289', 'KC-2002-SB-H771-88.xlsx', '/oss/physical/temp/KC-2002-SB-H771-88_1745834545381.xlsx', null, '2025-04-28 18:02:25', null, null); INSERT INTO `oss_file` VALUES ('1916796345469079554', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745834835437.zip', null, '2025-04-28 18:07:16', null, null); INSERT INTO `oss_file` VALUES ('1916796366813892610', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745834838874.zip', null, '2025-04-28 18:07:21', null, null); INSERT INTO `oss_file` VALUES ('1916796368223178754', 'KC-2002-SB-H771-89.xlsx', '/oss/physical/temp/KC-2002-SB-H771-89_1745834841173.xlsx', null, '2025-04-28 18:07:21', null, null); INSERT INTO `oss_file` VALUES ('1916797547925704705', 'data(OP77).xlsx', '/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/data(OP77)_1745835122436.xlsx', null, '2025-04-28 18:12:02', null, null); INSERT INTO `oss_file` VALUES ('1916798504143130626', 'OP97.xlsx', '/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745835350417.xlsx', null, '2025-04-28 18:15:50', null, null); INSERT INTO `oss_file` VALUES ('1916798844154384386', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745835431183.zip', null, '2025-04-28 18:17:12', null, null); INSERT INTO `oss_file` VALUES ('1916798866828791810', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745835434886.zip', null, '2025-04-28 18:17:17', null, null); INSERT INTO `oss_file` VALUES ('1916799005458927618', 'KC-2002-SB-H771-90.xlsx', '/oss/physical/temp/KC-2002-SB-H771-90_1745835469939.xlsx', null, '2025-04-28 18:17:50', null, null); INSERT INTO `oss_file` VALUES ('1916799175798001666', 'KC-2021-JL-7713.pdf', '/oss/physical/temp/KC-2021-JL-7713_1745835510467.pdf', null, '2025-04-28 18:18:31', null, null); INSERT INTO `oss_file` VALUES ('1916800106069463042', 'KC-2024-SB-H771-76.pdf', '/oss/physical/temp/KC-2024-SB-H771-76_1745835732279.pdf', null, '2025-04-28 18:22:12', null, null); INSERT INTO `oss_file` VALUES ('1916800110288932865', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745835732714.rar', null, '2025-04-28 18:22:13', null, null); INSERT INTO `oss_file` VALUES ('1916800791590703105', '电离总剂量效应.xlsx', '/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/电离总剂量效应_1745835895786.xlsx', null, '2025-04-28 18:24:56', null, null); INSERT INTO `oss_file` VALUES ('1916800959081844738', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745835935424.zip', null, '2025-04-28 18:25:36', null, null); INSERT INTO `oss_file` VALUES ('1916800982473478146', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745835939365.zip', null, '2025-04-28 18:25:41', null, null); INSERT INTO `oss_file` VALUES ('1916800992883740674', 'KC-2022-SB-H771-60.xlsx', '/oss/physical/temp/KC-2022-SB-H771-60_1745835943781.xlsx', null, '2025-04-28 18:25:44', null, null); INSERT INTO `oss_file` VALUES ('1916801050496700417', 'KC-2002-SB-H771-93.xlsx', '/oss/physical/temp/KC-2002-SB-H771-93_1745835957521.xlsx', null, '2025-04-28 18:25:58', null, null); INSERT INTO `oss_file` VALUES ('1916801127055331330', 'KC-2024-SB-H771-76.xlsx', '/oss/physical/temp/KC-2024-SB-H771-76_1745835975769.xlsx', null, '2025-04-28 18:26:16', null, null); INSERT INTO `oss_file` VALUES ('1916801818058526722', 'KC-2024-SB-H771-60.xlsx', '/oss/physical/temp/KC-2024-SB-H771-60_1745836140516.xlsx', null, '2025-04-28 18:29:01', null, null); INSERT INTO `oss_file` VALUES ('1916801908429000705', 'KC-2024-SB-H771-60.pdf', '/oss/physical/temp/KC-2024-SB-H771-60_1745836162036.pdf', null, '2025-04-28 18:29:22', null, null); INSERT INTO `oss_file` VALUES ('1916801912614916097', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745836162431.rar', null, '2025-04-28 18:29:23', null, null); INSERT INTO `oss_file` VALUES ('1916802051240857602', 'KC-2024-SB-H771-60.xlsx', '/oss/physical/temp/KC-2024-SB-H771-60_1745836196111.xlsx', null, '2025-04-28 18:29:56', null, null); INSERT INTO `oss_file` VALUES ('1916802347438411777', 'KC-2024-SB-H771-59.xlsx', '/oss/physical/temp/KC-2024-SB-H771-59_1745836266730.xlsx', null, '2025-04-28 18:31:07', null, null); INSERT INTO `oss_file` VALUES ('1916802410617212929', 'KC-2024-SB-H771-59.pdf', '/oss/physical/temp/KC-2024-SB-H771-59_1745836281685.pdf', null, '2025-04-28 18:31:22', null, null); INSERT INTO `oss_file` VALUES ('1916802414161399809', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745836282023.rar', null, '2025-04-28 18:31:23', null, null); INSERT INTO `oss_file` VALUES ('1916802493932867585', '电离总剂量效应 - 副本.xlsx', '/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/电离总剂量效应-副本_1745836301660.xlsx', null, '2025-04-28 18:31:42', null, null); INSERT INTO `oss_file` VALUES ('1916802904500703233', 'JPPR7113电离总剂量效应.xlsx', '/oss/physical/temp/JPPR7113电离总剂量效应_1745836399550.xlsx', null, '2025-04-28 18:33:20', null, null); INSERT INTO `oss_file` VALUES ('1916802904773332993', '20220519_58suo_liumohan.zip', '/oss/physical/temp/20220519_58suo_liumohan_1745836399591.zip', null, '2025-04-28 18:33:20', null, null); INSERT INTO `oss_file` VALUES ('1916802905335369730', 'KC-2022-JL-051.pdf', '/oss/physical/temp/KC-2022-JL-051_1745836399662.pdf', null, '2025-04-28 18:33:20', null, null); INSERT INTO `oss_file` VALUES ('1916803123955077122', 'KC-2024-SB-H771-58.pdf', '/oss/physical/temp/KC-2024-SB-H771-58_1745836451739.pdf', null, '2025-04-28 18:34:12', null, null); INSERT INTO `oss_file` VALUES ('1916803129336369153', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745836452102.rar', null, '2025-04-28 18:34:13', null, null); INSERT INTO `oss_file` VALUES ('1916803152124022785', 'KC-2024-SB-H771-58.xlsx', '/oss/physical/temp/KC-2024-SB-H771-58_1745836458583.xlsx', null, '2025-04-28 18:34:19', null, null); INSERT INTO `oss_file` VALUES ('1916803343132626946', 'KC-2024-SB-H771-58.xlsx', '/oss/physical/temp/KC-2024-SB-H771-58_1745836504127.xlsx', null, '2025-04-28 18:35:04', null, null); INSERT INTO `oss_file` VALUES ('1916803720892616706', 'KC-2024-SB-H771-57.xlsx', '/oss/physical/temp/KC-2024-SB-H771-57_1745836594188.xlsx', null, '2025-04-28 18:36:34', null, null); INSERT INTO `oss_file` VALUES ('1916803778929201154', 'KC-2024-SB-H771-57.pdf', '/oss/physical/temp/KC-2024-SB-H771-57_1745836607975.pdf', null, '2025-04-28 18:36:48', null, null); INSERT INTO `oss_file` VALUES ('1916803782888624129', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745836608318.rar', null, '2025-04-28 18:36:49', null, null); INSERT INTO `oss_file` VALUES ('1916803901008613377', '单粒子效应.xlsx', '/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/单粒子效应_1745836637130.xlsx', null, '2025-04-28 18:37:17', null, null); INSERT INTO `oss_file` VALUES ('1916804042037891074', 'KC-2024-SB-H771-56.pdf', '/oss/physical/temp/KC-2024-SB-H771-56_1745836670635.pdf', null, '2025-04-28 18:37:51', null, null); INSERT INTO `oss_file` VALUES ('1916804045372362753', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745836670908.rar', null, '2025-04-28 18:37:52', null, null); INSERT INTO `oss_file` VALUES ('1916804064154456066', 'KC-2024-SB-H771-56.xlsx', '/oss/physical/temp/KC-2024-SB-H771-56_1745836676029.xlsx', null, '2025-04-28 18:37:56', null, null); INSERT INTO `oss_file` VALUES ('1916804830869032961', 'KC-2024-SB-H771-55.xlsx', '/oss/physical/temp/KC-2024-SB-H771-55_1745836858826.xlsx', null, '2025-04-28 18:40:59', null, null); INSERT INTO `oss_file` VALUES ('1916804886804271105', 'KC-2024-SB-H771-55.pdf', '/oss/physical/temp/KC-2024-SB-H771-55_1745836872048.pdf', null, '2025-04-28 18:41:12', null, null); INSERT INTO `oss_file` VALUES ('1916804890671419394', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745836872406.rar', null, '2025-04-28 18:41:13', null, null); INSERT INTO `oss_file` VALUES ('1916805266145513473', 'KC-2024-SB-H771-54.pdf', '/oss/physical/temp/KC-2024-SB-H771-54_1745836962500.pdf', null, '2025-04-28 18:42:43', null, null); INSERT INTO `oss_file` VALUES ('1916805269530316801', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745836962777.rar', null, '2025-04-28 18:42:43', null, null); INSERT INTO `oss_file` VALUES ('1916805306087870466', 'KC-2024-SB-H771-54.xlsx', '/oss/physical/temp/KC-2024-SB-H771-54_1745836972128.xlsx', null, '2025-04-28 18:42:52', null, null); INSERT INTO `oss_file` VALUES ('1916805598686711810', 'KC-2024-SB-H771-53.xlsx', '/oss/physical/temp/KC-2024-SB-H771-53_1745837041888.xlsx', null, '2025-04-28 18:44:02', null, null); INSERT INTO `oss_file` VALUES ('1916805629686812673', 'KC-2024-SB-H771-53.pdf', '/oss/physical/temp/KC-2024-SB-H771-53_1745837049175.pdf', null, '2025-04-28 18:44:09', null, null); INSERT INTO `oss_file` VALUES ('1916805633285525506', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745837049527.rar', null, '2025-04-28 18:44:10', null, null); INSERT INTO `oss_file` VALUES ('1916805730408828930', 'KC-2024-SB-H771-53.xlsx', '/oss/physical/temp/KC-2024-SB-H771-53_1745837073292.xlsx', null, '2025-04-28 18:44:33', null, null); INSERT INTO `oss_file` VALUES ('1916805993664319489', 'KC-2002-SB-H771-87.xlsx', '/oss/physical/temp/KC-2002-SB-H771-87_1745837136057.xlsx', null, '2025-04-28 18:45:36', null, null); INSERT INTO `oss_file` VALUES ('1916806008172417026', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745837139206.zip', null, '2025-04-28 18:45:40', null, null); INSERT INTO `oss_file` VALUES ('1916806018012254209', 'KC-2024-SB-H771-52.xlsx', '/oss/physical/temp/KC-2024-SB-H771-52_1745837141864.xlsx', null, '2025-04-28 18:45:42', null, null); INSERT INTO `oss_file` VALUES ('1916806065600827394', 'KC-2024-SB-H771-52.pdf', '/oss/physical/temp/KC-2024-SB-H771-52_1745837152942.pdf', null, '2025-04-28 18:45:53', null, null); INSERT INTO `oss_file` VALUES ('1916806068272599041', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745837153179.rar', null, '2025-04-28 18:45:54', null, null); INSERT INTO `oss_file` VALUES ('1916806163298750465', 'KC-2024-SB-H771-52.xlsx', '/oss/physical/temp/KC-2024-SB-H771-52_1745837176503.xlsx', null, '2025-04-28 18:46:17', null, null); INSERT INTO `oss_file` VALUES ('1916806460335165441', 'KC-2021-JL-77.pdf', '/oss/physical/temp/KC-2021-JL-77_1745837247229.pdf', null, '2025-04-28 18:47:27', null, null); INSERT INTO `oss_file` VALUES ('1916806653776465921', 'KC-2024-SB-H771-51.xlsx', '/oss/physical/temp/KC-2024-SB-H771-51_1745837293441.xlsx', null, '2025-04-28 18:48:13', null, null); INSERT INTO `oss_file` VALUES ('1916806701306318850', 'KC-2024-SB-H771-51.pdf', '/oss/physical/temp/KC-2024-SB-H771-51_1745837304661.pdf', null, '2025-04-28 18:48:25', null, null); INSERT INTO `oss_file` VALUES ('1916806704779202561', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745837304994.rar', null, '2025-04-28 18:48:26', null, null); INSERT INTO `oss_file` VALUES ('1916807220577931266', 'KC-2024-SB-H771-50.pdf', '/oss/physical/temp/KC-2024-SB-H771-50_1745837428510.pdf', null, '2025-04-28 18:50:29', null, null); INSERT INTO `oss_file` VALUES ('1916807220787646466', 'KC-2024-SB-H771-50-2.pdf', '/oss/physical/temp/KC-2024-SB-H771-50-2_1745837428549.pdf', null, '2025-04-28 18:50:29', null, null); INSERT INTO `oss_file` VALUES ('1916807224629628930', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745837428878.rar', null, '2025-04-28 18:50:30', null, null); INSERT INTO `oss_file` VALUES ('1916807248923037698', 'KC-2024-SB-H771-50.xlsx', '/oss/physical/temp/KC-2024-SB-H771-50_1745837435336.xlsx', null, '2025-04-28 18:50:35', null, null); INSERT INTO `oss_file` VALUES ('1916807271668748290', '位移损伤效应.xlsx', '/oss/physical/NASA/253bb0374056269263469b3fa9d0aac2/位移损伤效应_1745837440758.xlsx', null, '2025-04-28 18:50:41', null, null); INSERT INTO `oss_file` VALUES ('1916807354833408002', 'KC-2024-JL-146.pdf', '/oss/physical/temp/KC-2024-JL-146_1745837460503.pdf', null, '2025-04-28 18:51:01', null, null); INSERT INTO `oss_file` VALUES ('1916809015966535682', '电离总剂量效应 - 副本 - 副本.xlsx', '/oss/physical/NASA/70f0297a691a85a266cb60169fbc3d58/电离总剂量效应-副本-副本_1745837856631.xlsx', null, '2025-04-28 18:57:37', null, null); INSERT INTO `oss_file` VALUES ('1916809389129568257', 'KC-2024-JL-144.pdf', '/oss/physical/temp/KC-2024-JL-144_1745837945474.pdf', null, '2025-04-28 18:59:06', null, null); INSERT INTO `oss_file` VALUES ('1916810326443266049', 'KC-2024-JL-106.pdf', '/oss/physical/temp/KC-2024-JL-106_1745838168993.pdf', null, '2025-04-28 19:02:49', null, null); INSERT INTO `oss_file` VALUES ('1916810558421831681', 'KC-2024-JL-196.pdf', '/oss/physical/temp/KC-2024-JL-196_1745838224281.pdf', null, '2025-04-28 19:03:44', null, null); INSERT INTO `oss_file` VALUES ('1916811387929333761', 'KC-2024-JL-193.pdf', '/oss/physical/temp/KC-2024-JL-193_1745838422042.pdf', null, '2025-04-28 19:07:02', null, null); INSERT INTO `oss_file` VALUES ('1916811541059178497', 'KC-2024-JL-193.pdf', '/oss/physical/temp/KC-2024-JL-193_1745838458554.pdf', null, '2025-04-28 19:07:39', null, null); INSERT INTO `oss_file` VALUES ('1916811558952079362', '单粒子效应 - 副本.xlsx', '/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/单粒子效应-副本_1745838462926.xlsx', null, '2025-04-28 19:07:43', null, null); INSERT INTO `oss_file` VALUES ('1916812422827708418', '电离总剂量效应 - 副本 - 副本 - 副本 - 副本.xlsx', '/oss/physical/NASA/734666246b952299c299f309561a70b5/电离总剂量效应-副本-副本-副本-副本_1745838668890.xlsx', null, '2025-04-28 19:11:09', null, null); INSERT INTO `oss_file` VALUES ('1916813900246126594', 'KC-2024-JL-127.pdf', '/oss/physical/temp/KC-2024-JL-127_1745839021056.pdf', null, '2025-04-28 19:17:01', null, null); INSERT INTO `oss_file` VALUES ('1916814058807595009', '电离总剂量效应 - 副本 - 副本 - 副本 - 副本 - 副本.xlsx', '/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/电离总剂量效应-副本-副本-副本-副本-副本_1745839058937.xlsx', null, '2025-04-28 19:17:39', null, null); INSERT INTO `oss_file` VALUES ('1916814117154557954', 'KC-2024-JL-135.pdf', '/oss/physical/temp/KC-2024-JL-135_1745839072743.pdf', null, '2025-04-28 19:17:53', null, null); INSERT INTO `oss_file` VALUES ('1916814485934542849', 'KC-2024-JL-106.pdf', '/oss/physical/temp/KC-2024-JL-106_1745839160677.pdf', null, '2025-04-28 19:19:21', null, null); INSERT INTO `oss_file` VALUES ('1916815020372758530', 'KC-2024-JL-129.pdf', '/oss/physical/temp/KC-2024-JL-129_1745839288097.pdf', null, '2025-04-28 19:21:28', null, null); INSERT INTO `oss_file` VALUES ('1916815705600397313', '20231025 济南半导体-安兆嵬-刘默寒-KC-2023-JL-101.zip', '/oss/physical/temp/20231025济南半导体-安兆嵬-刘默寒-KC-2023-JL-101_1745839451563.zip', null, '2025-04-28 19:24:12', null, null); INSERT INTO `oss_file` VALUES ('1916815705608785922', '3DK2222电离总剂量效应.xlsx', '/oss/physical/temp/3DK2222电离总剂量效应_1745839451564.xlsx', null, '2025-04-28 19:24:12', null, null); INSERT INTO `oss_file` VALUES ('1916815706011439106', 'KC-2023-JL-101.pdf', '/oss/physical/temp/KC-2023-JL-101_1745839451606.pdf', null, '2025-04-28 19:24:12', null, null); INSERT INTO `oss_file` VALUES ('1916815752366886914', '电离总剂量效应 - 副本 - 副本 - 副本 - 副本 - 副本 - 副本.xlsx', '/oss/physical/NASA/e0b024640572bc1de2b6d40cc41038a1/电离总剂量效应-副本-副本-副本-副本-副本-副本_1745839462715.xlsx', null, '2025-04-28 19:24:23', null, null); INSERT INTO `oss_file` VALUES ('1916815934953328642', 'KC-2024-JL-196.pdf', '/oss/physical/temp/KC-2024-JL-196_1745839506160.pdf', null, '2025-04-28 19:25:06', null, null); INSERT INTO `oss_file` VALUES ('1916816229280223233', '3CG36367UB电离总剂量效应.xlsx', '/oss/physical/temp/3CG36367UB电离总剂量效应_1745839576421.xlsx', null, '2025-04-28 19:26:16', null, null); INSERT INTO `oss_file` VALUES ('1916816229334749185', '20231025 济南半导体-安兆嵬-刘默寒-KC-2023-JL-101.zip', '/oss/physical/temp/20231025济南半导体-安兆嵬-刘默寒-KC-2023-JL-101_1745839576437.zip', null, '2025-04-28 19:26:16', null, null); INSERT INTO `oss_file` VALUES ('1916816229724819458', 'KC-2023-JL-101.pdf', '/oss/physical/temp/KC-2023-JL-101_1745839576465.pdf', null, '2025-04-28 19:26:17', null, null); INSERT INTO `oss_file` VALUES ('1916817631889035266', 'KC-2023-JL-41.pdf', '/oss/physical/temp/KC-2023-JL-41_1745839910777.pdf', null, '2025-04-28 19:31:51', null, null); INSERT INTO `oss_file` VALUES ('1916818518552317953', 'KC-2024-JL-110.pdf', '/oss/physical/temp/KC-2024-JL-110_1745840122130.pdf', null, '2025-04-28 19:35:22', null, null); INSERT INTO `oss_file` VALUES ('1916821118702030849', 'KC-2023-JL-113.pdf', '/oss/physical/temp/KC-2023-JL-113_1745840742076.pdf', null, '2025-04-28 19:45:42', null, null); INSERT INTO `oss_file` VALUES ('1916821308095827970', 'KC-2022-JL-090.pdf', '/oss/physical/temp/KC-2022-JL-090_1745840787194.pdf', null, '2025-04-28 19:46:27', null, null); INSERT INTO `oss_file` VALUES ('1916822228070273026', 'KC-2024-JL-207.pdf', '/oss/physical/temp/KC-2024-JL-207_1745841006584.pdf', null, '2025-04-28 19:50:07', null, null); INSERT INTO `oss_file` VALUES ('1916823320153788418', 'KC-2024-JL-175.pdf', '/oss/physical/temp/KC-2024-JL-175_1745841266926.pdf', null, '2025-04-28 19:54:27', null, null); INSERT INTO `oss_file` VALUES ('1916824955059933185', 'KC-2022-JL-020.pdf', '/oss/physical/temp/KC-2022-JL-020_1745841656720.pdf', null, '2025-04-28 20:00:57', null, null); INSERT INTO `oss_file` VALUES ('1916826483770494978', 'KC-2022-JL-020.pdf', '/oss/physical/temp/KC-2022-JL-020_1745842021176.pdf', null, '2025-04-28 20:07:01', null, null); INSERT INTO `oss_file` VALUES ('1916828328115015681', 'KC-2024-JL-097.pdf', '/oss/physical/temp/KC-2024-JL-097_1745842460965.pdf', null, '2025-04-28 20:14:21', null, null); INSERT INTO `oss_file` VALUES ('1916829554017800194', 'KC-2022-JL-045.pdf', '/oss/physical/temp/KC-2022-JL-045_1745842753205.pdf', null, '2025-04-28 20:19:13', null, null); INSERT INTO `oss_file` VALUES ('1916849335747973122', 'KC-2024-JL-132.pdf', '/oss/physical/temp/KC-2024-JL-132_1745847469561.pdf', null, '2025-04-28 21:37:50', null, null); INSERT INTO `oss_file` VALUES ('1916850436387868674', 'KC-2024-JL-132.pdf', '/oss/physical/temp/KC-2024-JL-132_1745847731981.pdf', null, '2025-04-28 21:42:12', null, null); INSERT INTO `oss_file` VALUES ('1916852119977299969', 'KC-2024-JL-196.pdf', '/oss/physical/temp/KC-2024-JL-196_1745848133349.pdf', null, '2025-04-28 21:48:53', null, null); INSERT INTO `oss_file` VALUES ('1916853466902532097', 'KC-2023-JL-006.pdf', '/oss/physical/temp/KC-2023-JL-006_1745848454499.pdf', null, '2025-04-28 21:54:15', null, null); INSERT INTO `oss_file` VALUES ('1916855208897646594', 'KC-2024-JL-108.pdf', '/oss/physical/temp/KC-2024-JL-108_1745848869621.pdf', null, '2025-04-28 22:01:10', null, null); INSERT INTO `oss_file` VALUES ('1916858966138392577', 'KC-2023-JL-108_0001.pdf', '/oss/physical/temp/KC-2023-JL-108_0001_1745849765582.pdf', null, '2025-04-28 22:16:06', null, null); INSERT INTO `oss_file` VALUES ('1916859381944913922', '22.1.csv', '/oss/physical/temp/22.1_1745849864812.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859381949108226', '22.3.csv', '/oss/physical/temp/22.3_1745849864812.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859381953302529', '33.csv', '/oss/physical/temp/33_1745849864813.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859381961691137', '22.2.csv', '/oss/physical/temp/22.2_1745849864818.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859381982662658', '11.csv', '/oss/physical/temp/11_1745849864811.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382032994305', '22.csv', '/oss/physical/temp/22_1745849864819.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382183989249', '111.2.csv', '/oss/physical/temp/111.2_1745849864871.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382217543682', '111.csv', '/oss/physical/temp/111_1745849864875.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382272069633', '333.3.csv', '/oss/physical/temp/333.3_1745849864899.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382280458241', '222.csv', '/oss/physical/temp/222_1745849864886.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382314012674', '333.csv', '/oss/physical/temp/333_1745849864902.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382314012675', '222.2.csv', '/oss/physical/temp/222.2_1745849864899.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382376927233', '161501.csv', '/oss/physical/temp/161501_1745849864923.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382435647490', '161502.csv', '/oss/physical/temp/161502_1745849864938.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382544699393', '161511.csv', '/oss/physical/temp/161511_1745849864962.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382544699394', '161513.csv', '/oss/physical/temp/161513_1745849864961.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382553088002', '161503.csv', '/oss/physical/temp/161503_1745849864954.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859382569865217', '161512.csv', '/oss/physical/temp/161512_1745849864962.csv', null, '2025-04-28 22:17:45', null, null); INSERT INTO `oss_file` VALUES ('1916859993826758658', 'KC-2023-SB-H771-31.pdf', '/oss/physical/temp/KC-2023-SB-H771-31_1745850010641.pdf', null, '2025-04-28 22:20:11', null, null); INSERT INTO `oss_file` VALUES ('1916860005222682626', 'data.xlsx', '/oss/physical/NASA/fda2116480c55fcc9373195e66949084/data_1745850013420.xlsx', null, '2025-04-28 22:20:13', null, null); INSERT INTO `oss_file` VALUES ('1916860010125824002', 'KC-2023-SB-H771-31测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-31测试数据_1745850014520.pdf', null, '2025-04-28 22:20:15', null, null); INSERT INTO `oss_file` VALUES ('1916862112122245121', 'KC-2023-SB-H771-31.xlsx', '/oss/physical/temp/KC-2023-SB-H771-31_1745850515746.xlsx', null, '2025-04-28 22:28:36', null, null); INSERT INTO `oss_file` VALUES ('1916862334818816002', 'KC-2024-JL-118.pdf', '/oss/physical/temp/KC-2024-JL-118_1745850568792.pdf', null, '2025-04-28 22:29:29', null, null); INSERT INTO `oss_file` VALUES ('1916863068356448257', 'KC-2023-SB-H771-32.pdf', '/oss/physical/temp/KC-2023-SB-H771-32_1745850743669.pdf', null, '2025-04-28 22:32:24', null, null); INSERT INTO `oss_file` VALUES ('1916863116637081601', 'KC-2023-SB-H771-32测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-32测试数据_1745850755187.pdf', null, '2025-04-28 22:32:35', null, null); INSERT INTO `oss_file` VALUES ('1916864206438895617', 'KC-2023-JL-132.pdf', '/oss/physical/temp/KC-2023-JL-132_1745851014991.pdf', null, '2025-04-28 22:36:55', null, null); INSERT INTO `oss_file` VALUES ('1916864491085336577', '20240612 济南半导体-安兆嵬-刘默寒.zip', '/oss/physical/temp/20240612济南半导体-安兆嵬-刘默寒_1745851082930.zip', null, '2025-04-28 22:38:03', null, null); INSERT INTO `oss_file` VALUES ('1916864706781614082', '20240813_xidian_lmh.zip', '/oss/physical/temp/20240813_xidian_lmh_1745851134301.zip', null, '2025-04-28 22:38:54', null, null); INSERT INTO `oss_file` VALUES ('1916865130645393410', 'data.xlsx', '/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/data_1745851235413.xlsx', null, '2025-04-28 22:40:35', null, null); INSERT INTO `oss_file` VALUES ('1916865856977211393', 'data.xlsx', '/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/data_1745851408577.xlsx', null, '2025-04-28 22:43:29', null, null); INSERT INTO `oss_file` VALUES ('1916866058962309122', 'KC-2023-SB-H771-32.xlsx', '/oss/physical/temp/KC-2023-SB-H771-32_1745851456741.xlsx', null, '2025-04-28 22:44:17', null, null); INSERT INTO `oss_file` VALUES ('1916866202940182529', '20240612 济南半导体-安兆嵬-刘默寒.zip', '/oss/physical/temp/20240612济南半导体-安兆嵬-刘默寒_1745851491070.zip', null, '2025-04-28 22:44:51', null, null); INSERT INTO `oss_file` VALUES ('1916866248309968898', 'KC-2024-JL-092.pdf', '/oss/physical/temp/KC-2024-JL-092_1745851501806.pdf', null, '2025-04-28 22:45:02', null, null); INSERT INTO `oss_file` VALUES ('1916866622181838850', 'KC-2023-SB-H771-31.xlsx', '/oss/physical/temp/KC-2023-SB-H771-31_1745851591024.xlsx', null, '2025-04-28 22:46:31', null, null); INSERT INTO `oss_file` VALUES ('1916869432159997954', 'KC-2023-SB-H771-33.pdf', '/oss/physical/temp/KC-2023-SB-H771-33_1745852260896.pdf', null, '2025-04-28 22:57:41', null, null); INSERT INTO `oss_file` VALUES ('1916869444520611841', 'KC-2023-SB-H771-33测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-33测试数据_1745852263868.pdf', null, '2025-04-28 22:57:44', null, null); INSERT INTO `oss_file` VALUES ('1916869490817339393', 'KC-2023-SB-H771-33.xlsx', '/oss/physical/temp/KC-2023-SB-H771-33_1745852274961.xlsx', null, '2025-04-28 22:57:55', null, null); INSERT INTO `oss_file` VALUES ('1916869769793081346', 'data.xlsx', '/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/data_1745852341472.xlsx', null, '2025-04-28 22:59:01', null, null); INSERT INTO `oss_file` VALUES ('1916869937816899586', 'data.xlsx', '/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/data_1745852381532.xlsx', null, '2025-04-28 22:59:42', null, null); INSERT INTO `oss_file` VALUES ('1916871826914643970', 'data.xlsx', '/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/data_1745852831928.xlsx', null, '2025-04-28 23:07:12', null, null); INSERT INTO `oss_file` VALUES ('1916872005931732993', 'KC-2023-SB-H771-34.xlsx', '/oss/physical/temp/KC-2023-SB-H771-34_1745852874643.xlsx', null, '2025-04-28 23:07:55', null, null); INSERT INTO `oss_file` VALUES ('1916872006762205186', 'KC-2023-SB-H771-34.pdf', '/oss/physical/temp/KC-2023-SB-H771-34_1745852874745.pdf', null, '2025-04-28 23:07:55', null, null); INSERT INTO `oss_file` VALUES ('1916872007060000769', 'KC-2023-SB-H771-34测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-34测试数据_1745852874787.pdf', null, '2025-04-28 23:07:55', null, null); INSERT INTO `oss_file` VALUES ('1916874154229075969', 'KC-2023-SB-H771-35.xlsx', '/oss/physical/temp/KC-2023-SB-H771-35_1745853386831.xlsx', null, '2025-04-28 23:16:27', null, null); INSERT INTO `oss_file` VALUES ('1916874154950496258', 'KC-2023-SB-H771-35.pdf', '/oss/physical/temp/KC-2023-SB-H771-35_1745853386930.pdf', null, '2025-04-28 23:16:27', null, null); INSERT INTO `oss_file` VALUES ('1916874155021799425', 'KC-2023-SB-H771-35测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-35测试数据_1745853386948.pdf', null, '2025-04-28 23:16:27', null, null); INSERT INTO `oss_file` VALUES ('1916874333812396034', 'KC-2023-SB-H771-34.xlsx', '/oss/physical/temp/KC-2023-SB-H771-34_1745853429624.xlsx', null, '2025-04-28 23:17:10', null, null); INSERT INTO `oss_file` VALUES ('1916877334744633345', 'data .xlsx', '/oss/physical/NASA/2f699e787dd82b668f6d60d584bf6310/data_1745854145097.xlsx', null, '2025-04-28 23:29:05', null, null); INSERT INTO `oss_file` VALUES ('1916880414202630145', 'data.xlsx', '/oss/physical/NASA/ce7fc91be189551ac95f84280015f121/data_1745854879297.xlsx', null, '2025-04-28 23:41:19', null, null); INSERT INTO `oss_file` VALUES ('1916885581643878401', 'data.xlsx', '/oss/physical/NASA/a656c5e5cf0ec1e33769ef7f8fcf088b/data_1745856111312.xlsx', null, '2025-04-29 00:01:51', null, null); INSERT INTO `oss_file` VALUES ('1916888128530124802', 'data.xlsx', '/oss/physical/NASA/2cd36a31ac9e2c4d62cbcba700c40b71/data_1745856718536.xlsx', null, '2025-04-29 00:11:59', null, null); INSERT INTO `oss_file` VALUES ('1916889632829837314', 'data.xlsx', '/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/data_1745857077188.xlsx', null, '2025-04-29 00:17:57', null, null); INSERT INTO `oss_file` VALUES ('1917043011937865730', 'KC-2023-SB-H771-36.xlsx', '/oss/physical/temp/KC-2023-SB-H771-36_1745893645623.xlsx', null, '2025-04-29 10:27:26', null, null); INSERT INTO `oss_file` VALUES ('1917043012227272705', 'KC-2023-SB-H771-36测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-36测试数据_1745893645662.pdf', null, '2025-04-29 10:27:26', null, null); INSERT INTO `oss_file` VALUES ('1917043012600565761', 'KC-2023-SB-H771-36.pdf', '/oss/physical/temp/KC-2023-SB-H771-36_1745893645720.pdf', null, '2025-04-29 10:27:26', null, null); INSERT INTO `oss_file` VALUES ('1917044181959938050', 'KC-2023-SB-H771-36.xlsx', '/oss/physical/temp/KC-2023-SB-H771-36_1745893924575.xlsx', null, '2025-04-29 10:32:05', null, null); INSERT INTO `oss_file` VALUES ('1917045118891954177', 'KC-2023-SB-H771-37.xlsx', '/oss/physical/temp/KC-2023-SB-H771-37_1745894147956.xlsx', null, '2025-04-29 10:35:48', null, null); INSERT INTO `oss_file` VALUES ('1917045119105863681', 'KC-2023-SB-H771-37测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-37测试数据_1745894147997.pdf', null, '2025-04-29 10:35:48', null, null); INSERT INTO `oss_file` VALUES ('1917045119504322562', 'KC-2023-SB-H771-37.pdf', '/oss/physical/temp/KC-2023-SB-H771-37_1745894148048.pdf', null, '2025-04-29 10:35:48', null, null); INSERT INTO `oss_file` VALUES ('1917046742326677505', 'KC-2023-SB-H771-38.xlsx', '/oss/physical/temp/KC-2023-SB-H771-38_1745894535055.xlsx', null, '2025-04-29 10:42:15', null, null); INSERT INTO `oss_file` VALUES ('1917046742821605377', 'KC-2023-SB-H771-38测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-38测试数据_1745894535098.pdf', null, '2025-04-29 10:42:15', null, null); INSERT INTO `oss_file` VALUES ('1917046743064875009', 'KC-2023-SB-H771-38.pdf', '/oss/physical/temp/KC-2023-SB-H771-38_1745894535151.pdf', null, '2025-04-29 10:42:15', null, null); INSERT INTO `oss_file` VALUES ('1917047329554403330', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745894674721.zip', null, '2025-04-29 10:44:35', null, null); INSERT INTO `oss_file` VALUES ('1917047353122197506', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745894678713.zip', null, '2025-04-29 10:44:41', null, null); INSERT INTO `oss_file` VALUES ('1917047354493734913', 'KC-2002-SB-H771-70.xlsx', '/oss/physical/temp/KC-2002-SB-H771-70_1745894680965.xlsx', null, '2025-04-29 10:44:41', null, null); INSERT INTO `oss_file` VALUES ('1917047947438297089', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745894822041.zip', null, '2025-04-29 10:47:02', null, null); INSERT INTO `oss_file` VALUES ('1917047973459759106', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745894826550.zip', null, '2025-04-29 10:47:09', null, null); INSERT INTO `oss_file` VALUES ('1917048154179735554', 'KC-2002-SB-H771-71.xlsx', '/oss/physical/temp/KC-2002-SB-H771-71_1745894871626.xlsx', null, '2025-04-29 10:47:52', null, null); INSERT INTO `oss_file` VALUES ('1917048253416968194', 'KC-2023-SB-H771-46.xlsx', '/oss/physical/temp/KC-2023-SB-H771-46_1745894895321.xlsx', null, '2025-04-29 10:48:15', null, null); INSERT INTO `oss_file` VALUES ('1917048254373269505', 'KC-2023-SB-H771-46测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-46测试数据_1745894895464.pdf', null, '2025-04-29 10:48:16', null, null); INSERT INTO `oss_file` VALUES ('1917048254570401793', 'KC-2023-SB-H771-46.pdf', '/oss/physical/temp/KC-2023-SB-H771-46_1745894895491.pdf', null, '2025-04-29 10:48:16', null, null); INSERT INTO `oss_file` VALUES ('1917049768143720450', 'KC-2023-SB-H771-47.xlsx', '/oss/physical/temp/KC-2023-SB-H771-47_1745895256424.xlsx', null, '2025-04-29 10:54:16', null, null); INSERT INTO `oss_file` VALUES ('1917049768345047042', 'KC-2023-SB-H771-47测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-47测试数据_1745895256431.pdf', null, '2025-04-29 10:54:16', null, null); INSERT INTO `oss_file` VALUES ('1917049768378601474', 'KC-2023-SB-H771-47.pdf', '/oss/physical/temp/KC-2023-SB-H771-47_1745895256436.pdf', null, '2025-04-29 10:54:17', null, null); INSERT INTO `oss_file` VALUES ('1917050335385587714', 'data.xlsx', '/oss/physical/temp/data_1745895391657.xlsx', null, '2025-04-29 10:56:32', null, null); INSERT INTO `oss_file` VALUES ('1917050462464610306', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745895421711.zip', null, '2025-04-29 10:57:02', null, null); INSERT INTO `oss_file` VALUES ('1917050485738803201', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745895425667.zip', null, '2025-04-29 10:57:08', null, null); INSERT INTO `oss_file` VALUES ('1917050487034843137', 'KC-2002-SB-H771-72.xlsx', '/oss/physical/temp/KC-2002-SB-H771-72_1745895427826.xlsx', null, '2025-04-29 10:57:08', null, null); INSERT INTO `oss_file` VALUES ('1917051670667431937', 'KC-2023-SB-H771-48.xlsx', '/oss/physical/temp/KC-2023-SB-H771-48_1745895710057.xlsx', null, '2025-04-29 11:01:50', null, null); INSERT INTO `oss_file` VALUES ('1917051671485321218', 'KC-2023-SB-H771-48.pdf', '/oss/physical/temp/KC-2023-SB-H771-48_1745895710160.pdf', null, '2025-04-29 11:01:50', null, null); INSERT INTO `oss_file` VALUES ('1917051671560818690', 'KC-2023-SB-H771-48测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-48测试数据_1745895710191.pdf', null, '2025-04-29 11:01:50', null, null); INSERT INTO `oss_file` VALUES ('1917054340362899457', 'KC-2023-SB-H771-49.xlsx', '/oss/physical/temp/KC-2023-SB-H771-49_1745896346526.xlsx', null, '2025-04-29 11:12:27', null, null); INSERT INTO `oss_file` VALUES ('1917054340677472257', 'KC-2023-SB-H771-49测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-49测试数据_1745896346577.pdf', null, '2025-04-29 11:12:27', null, null); INSERT INTO `oss_file` VALUES ('1917054341054959617', 'KC-2023-SB-H771-49.pdf', '/oss/physical/temp/KC-2023-SB-H771-49_1745896346628.pdf', null, '2025-04-29 11:12:27', null, null); INSERT INTO `oss_file` VALUES ('1917056154021892098', 'KC-2023-SB-H771-50.xlsx', '/oss/physical/temp/KC-2023-SB-H771-50_1745896778979.xlsx', null, '2025-04-29 11:19:39', null, null); INSERT INTO `oss_file` VALUES ('1917056154760089602', 'KC-2023-SB-H771-50测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-50测试数据_1745896779062.pdf', null, '2025-04-29 11:19:39', null, null); INSERT INTO `oss_file` VALUES ('1917056154906890242', 'KC-2023-SB-H771-50.pdf', '/oss/physical/temp/KC-2023-SB-H771-50_1745896779080.pdf', null, '2025-04-29 11:19:39', null, null); INSERT INTO `oss_file` VALUES ('1917056301422317570', 'data.xlsx', '/oss/physical/NASA/e0a9d8502b03b4cafbec65d5f80b44a5/data_1745896814077.xlsx', null, '2025-04-29 11:20:14', null, null); INSERT INTO `oss_file` VALUES ('1917056596168642561', 'data.xlsx', '/oss/physical/NASA/e0a9d8502b03b4cafbec65d5f80b44a5/data_1745896884353.xlsx', null, '2025-04-29 11:21:24', null, null); INSERT INTO `oss_file` VALUES ('1917057654353793025', 'KC-2023-SB-H771-51.xlsx', '/oss/physical/temp/KC-2023-SB-H771-51_1745897136665.xlsx', null, '2025-04-29 11:25:37', null, null); INSERT INTO `oss_file` VALUES ('1917057655033270273', 'KC-2023-SB-H771-51测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-51测试数据_1745897136761.pdf', null, '2025-04-29 11:25:37', null, null); INSERT INTO `oss_file` VALUES ('1917057655284928513', 'KC-2023-SB-H771-51.pdf', '/oss/physical/temp/KC-2023-SB-H771-51_1745897136813.pdf', null, '2025-04-29 11:25:37', null, null); INSERT INTO `oss_file` VALUES ('1917059113245970434', 'KC-2023-SB-H771-52.xlsx', '/oss/physical/temp/KC-2023-SB-H771-52_1745897484474.xlsx', null, '2025-04-29 11:31:24', null, null); INSERT INTO `oss_file` VALUES ('1917059113795424258', 'KC-2023-SB-H771-52测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-52测试数据_1745897484565.pdf', null, '2025-04-29 11:31:25', null, null); INSERT INTO `oss_file` VALUES ('1917059114009333762', 'KC-2023-SB-H771-52.pdf', '/oss/physical/temp/KC-2023-SB-H771-52_1745897484582.pdf', null, '2025-04-29 11:31:25', null, null); INSERT INTO `oss_file` VALUES ('1917060090799820802', '单粒子效应.xlsx', '/oss/physical/NASA/374a42dae0bd16baf5643c4294d6eccb/单粒子效应_1745897717536.xlsx', null, '2025-04-29 11:35:18', null, null); INSERT INTO `oss_file` VALUES ('1917060183263252482', '单粒子效应.xlsx', '/oss/physical/NASA/374a42dae0bd16baf5643c4294d6eccb/单粒子效应_1745897739581.xlsx', null, '2025-04-29 11:35:40', null, null); INSERT INTO `oss_file` VALUES ('1917060251731070978', 'KC-2024-SB-H771-49.xlsx', '/oss/physical/temp/KC-2024-SB-H771-49_1745897755895.xlsx', null, '2025-04-29 11:35:56', null, null); INSERT INTO `oss_file` VALUES ('1917060308454838273', 'KC-2024-SB-H771-49.pdf', '/oss/physical/temp/KC-2024-SB-H771-49_1745897769363.pdf', null, '2025-04-29 11:36:09', null, null); INSERT INTO `oss_file` VALUES ('1917060308601638914', 'KC-2024-SB-H771-49-2.pdf', '/oss/physical/temp/KC-2024-SB-H771-49-2_1745897769387.pdf', null, '2025-04-29 11:36:09', null, null); INSERT INTO `oss_file` VALUES ('1917060314976980993', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745897770357.rar', null, '2025-04-29 11:36:11', null, null); INSERT INTO `oss_file` VALUES ('1917060436280446978', 'data 2.xlsx', '/oss/physical/temp/data2_1745897799907.xlsx', null, '2025-04-29 11:36:40', null, null); INSERT INTO `oss_file` VALUES ('1917061082836602881', 'data.xlsx', '/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data_1745897954058.xlsx', null, '2025-04-29 11:39:14', null, null); INSERT INTO `oss_file` VALUES ('1917061615978778625', 'KC-2024-SB-H771-48.pdf', '/oss/physical/temp/KC-2024-SB-H771-48_1745898081066.pdf', null, '2025-04-29 11:41:21', null, null); INSERT INTO `oss_file` VALUES ('1917061619787206657', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745898081418.rar', null, '2025-04-29 11:41:22', null, null); INSERT INTO `oss_file` VALUES ('1917061649059254273', 'KC-2024-SB-H771-48.xlsx', '/oss/physical/temp/KC-2024-SB-H771-48_1745898089055.xlsx', null, '2025-04-29 11:41:29', null, null); INSERT INTO `oss_file` VALUES ('1917062011048660994', 'KC-2024-SB-H771-47.xlsx', '/oss/physical/temp/KC-2024-SB-H771-47_1745898175360.xlsx', null, '2025-04-29 11:42:55', null, null); INSERT INTO `oss_file` VALUES ('1917062062567297026', 'KC-2024-SB-H771-47.pdf', '/oss/physical/temp/KC-2024-SB-H771-47_1745898187544.pdf', null, '2025-04-29 11:43:08', null, null); INSERT INTO `oss_file` VALUES ('1917062062567297027', 'KC-2024-SB-H771-47-2.pdf', '/oss/physical/temp/KC-2024-SB-H771-47-2_1745898187559.pdf', null, '2025-04-29 11:43:08', null, null); INSERT INTO `oss_file` VALUES ('1917062066409279490', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745898187929.rar', null, '2025-04-29 11:43:09', null, null); INSERT INTO `oss_file` VALUES ('1917062467426684929', 'KC-2024-SB-H771-46.pdf', '/oss/physical/temp/KC-2024-SB-H771-46_1745898284080.pdf', null, '2025-04-29 11:44:44', null, null); INSERT INTO `oss_file` VALUES ('1917062472220774401', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745898284611.rar', null, '2025-04-29 11:44:45', null, null); INSERT INTO `oss_file` VALUES ('1917062485311197186', 'KC-2024-SB-H771-46.xlsx', '/oss/physical/temp/KC-2024-SB-H771-46_1745898288437.xlsx', null, '2025-04-29 11:44:48', null, null); INSERT INTO `oss_file` VALUES ('1917063649092145153', 'KC-2024-SB-H771-45.xlsx', '/oss/physical/temp/KC-2024-SB-H771-45_1745898565897.xlsx', null, '2025-04-29 11:49:26', null, null); INSERT INTO `oss_file` VALUES ('1917063677160427521', 'KC-2024-SB-H771-45.xlsx', '/oss/physical/temp/KC-2024-SB-H771-45_1745898572589.xlsx', null, '2025-04-29 11:49:33', null, null); INSERT INTO `oss_file` VALUES ('1917063701571276802', 'KC-2024-SB-H771-45.xlsx', '/oss/physical/temp/KC-2024-SB-H771-45_1745898578410.xlsx', null, '2025-04-29 11:49:38', null, null); INSERT INTO `oss_file` VALUES ('1917063740037238785', 'KC-2024-SB-H771-45.pdf', '/oss/physical/temp/KC-2024-SB-H771-45_1745898587474.pdf', null, '2025-04-29 11:49:48', null, null); INSERT INTO `oss_file` VALUES ('1917063743854055426', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745898587824.rar', null, '2025-04-29 11:49:49', null, null); INSERT INTO `oss_file` VALUES ('1917064048872230913', 'KC-2024-SB-H771-44.pdf', '/oss/physical/temp/KC-2024-SB-H771-44_1745898661126.pdf', null, '2025-04-29 11:51:01', null, null); INSERT INTO `oss_file` VALUES ('1917064053418856450', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745898661652.rar', null, '2025-04-29 11:51:02', null, null); INSERT INTO `oss_file` VALUES ('1917064070313512961', 'KC-2024-SB-H771-44.xlsx', '/oss/physical/temp/KC-2024-SB-H771-44_1745898666330.xlsx', null, '2025-04-29 11:51:06', null, null); INSERT INTO `oss_file` VALUES ('1917064366506872834', 'KC-2024-SB-H771-43.xlsx', '/oss/physical/temp/KC-2024-SB-H771-43_1745898736945.xlsx', null, '2025-04-29 11:52:17', null, null); INSERT INTO `oss_file` VALUES ('1917064401759997953', 'KC-2024-SB-H771-43.pdf', '/oss/physical/temp/KC-2024-SB-H771-43_1745898745271.pdf', null, '2025-04-29 11:52:25', null, null); INSERT INTO `oss_file` VALUES ('1917064426065989633', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745898750553.rar', null, '2025-04-29 11:52:31', null, null); INSERT INTO `oss_file` VALUES ('1917064534698463234', 'data3.xlsx', '/oss/physical/temp/data3_1745898777044.xlsx', null, '2025-04-29 11:52:57', null, null); INSERT INTO `oss_file` VALUES ('1917064792786571266', 'KC-2024-SB-H771-42.pdf', '/oss/physical/temp/KC-2024-SB-H771-42_1745898838484.pdf', null, '2025-04-29 11:53:59', null, null); INSERT INTO `oss_file` VALUES ('1917064797878456321', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745898839113.rar', null, '2025-04-29 11:54:00', null, null); INSERT INTO `oss_file` VALUES ('1917064818036281346', 'KC-2024-SB-H771-42.xlsx', '/oss/physical/temp/KC-2024-SB-H771-42_1745898844597.xlsx', null, '2025-04-29 11:54:05', null, null); INSERT INTO `oss_file` VALUES ('1917065057057083393', 'KC-2024-SB-H771-41.xlsx', '/oss/physical/temp/KC-2024-SB-H771-41_1745898901584.xlsx', null, '2025-04-29 11:55:02', null, null); INSERT INTO `oss_file` VALUES ('1917065088782798849', 'KC-2024-SB-H771-41.pdf', '/oss/physical/temp/KC-2024-SB-H771-41_1745898909046.pdf', null, '2025-04-29 11:55:09', null, null); INSERT INTO `oss_file` VALUES ('1917065091647508482', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745898909220.rar', null, '2025-04-29 11:55:10', null, null); INSERT INTO `oss_file` VALUES ('1917065333340082178', 'KC-2024-SB-H771-40.pdf', '/oss/physical/temp/KC-2024-SB-H771-40_1745898967367.pdf', null, '2025-04-29 11:56:07', null, null); INSERT INTO `oss_file` VALUES ('1917065337609883650', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745898967796.rar', null, '2025-04-29 11:56:08', null, null); INSERT INTO `oss_file` VALUES ('1917065351337840641', 'KC-2024-SB-H771-40.xlsx', '/oss/physical/temp/KC-2024-SB-H771-40_1745898971748.xlsx', null, '2025-04-29 11:56:12', null, null); INSERT INTO `oss_file` VALUES ('1917065637758472193', 'KC-2024-SB-H771-39.xlsx', '/oss/physical/temp/KC-2024-SB-H771-39_1745899040036.xlsx', null, '2025-04-29 11:57:20', null, null); INSERT INTO `oss_file` VALUES ('1917065675515596802', 'KC-2024-SB-H771-39.pdf', '/oss/physical/temp/KC-2024-SB-H771-39_1745899048963.pdf', null, '2025-04-29 11:57:29', null, null); INSERT INTO `oss_file` VALUES ('1917065679261110274', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745899049289.rar', null, '2025-04-29 11:57:30', null, null); INSERT INTO `oss_file` VALUES ('1917065821871640578', '电离总剂量效应 - 副本 - 副本 (2).xlsx', '/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/电离总剂量效应-副本-副本(2)_1745899083935.xlsx', null, '2025-04-29 11:58:04', null, null); INSERT INTO `oss_file` VALUES ('1917066071659220993', 'KC-2024-SB-H771-38.pdf', '/oss/physical/temp/KC-2024-SB-H771-38_1745899143408.pdf', null, '2025-04-29 11:59:04', null, null); INSERT INTO `oss_file` VALUES ('1917066075761250306', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745899143843.rar', null, '2025-04-29 11:59:04', null, null); INSERT INTO `oss_file` VALUES ('1917066089090748417', 'KC-2024-SB-H771-38.xlsx', '/oss/physical/temp/KC-2024-SB-H771-38_1745899147641.xlsx', null, '2025-04-29 11:59:08', null, null); INSERT INTO `oss_file` VALUES ('1917066333488648194', 'KC-2024-SB-H771-37.xlsx', '/oss/physical/temp/KC-2024-SB-H771-37_1745899205908.xlsx', null, '2025-04-29 12:00:06', null, null); INSERT INTO `oss_file` VALUES ('1917066362488066050', '相关文献链接.docx', '/oss/physical/NASA/ae27d0cca2607cd6ce59419edc60a7ff/相关文献链接_1745899212825.docx', null, '2025-04-29 12:00:13', null, null); INSERT INTO `oss_file` VALUES ('1917066375054200833', 'KC-2024-SB-H771-37.pdf', '/oss/physical/temp/KC-2024-SB-H771-37_1745899215731.pdf', null, '2025-04-29 12:00:16', null, null); INSERT INTO `oss_file` VALUES ('1917066378602582018', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745899216010.rar', null, '2025-04-29 12:00:17', null, null); INSERT INTO `oss_file` VALUES ('1917066602041544705', 'KC-2024-SB-H771-36.pdf', '/oss/physical/temp/KC-2024-SB-H771-36_1745899269851.pdf', null, '2025-04-29 12:01:10', null, null); INSERT INTO `oss_file` VALUES ('1917066606143574017', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745899270256.rar', null, '2025-04-29 12:01:11', null, null); INSERT INTO `oss_file` VALUES ('1917066619003310082', 'KC-2024-SB-H771-36.xlsx', '/oss/physical/temp/KC-2024-SB-H771-36_1745899273989.xlsx', null, '2025-04-29 12:01:14', null, null); INSERT INTO `oss_file` VALUES ('1917067063863775233', 'KC-2024-SB-H771-35.xlsx', '/oss/physical/temp/KC-2024-SB-H771-35_1745899380044.xlsx', null, '2025-04-29 12:03:00', null, null); INSERT INTO `oss_file` VALUES ('1917067094972928002', 'KC-2024-SB-H771-35.pdf', '/oss/physical/temp/KC-2024-SB-H771-35_1745899387394.pdf', null, '2025-04-29 12:03:07', null, null); INSERT INTO `oss_file` VALUES ('1917067099485999106', 'KC-2024-JL-081.rar', '/oss/physical/temp/KC-2024-JL-081_1745899387874.rar', null, '2025-04-29 12:03:09', null, null); INSERT INTO `oss_file` VALUES ('1917067695924416514', '位移损伤效应.xlsx', '/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/位移损伤效应_1745899530739.xlsx', null, '2025-04-29 12:05:31', null, null); INSERT INTO `oss_file` VALUES ('1917067695924416515', '电离总剂量效应.xlsx', '/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/电离总剂量效应_1745899530738.xlsx', null, '2025-04-29 12:05:31', null, null); INSERT INTO `oss_file` VALUES ('1917067882549972994', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745899574915.zip', null, '2025-04-29 12:06:15', null, null); INSERT INTO `oss_file` VALUES ('1917067905736085506', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745899578980.zip', null, '2025-04-29 12:06:21', null, null); INSERT INTO `oss_file` VALUES ('1917067923054366721', 'KC-2002-SB-H771-96.xlsx', '/oss/physical/temp/KC-2002-SB-H771-96_1745899584892.xlsx', null, '2025-04-29 12:06:25', null, null); INSERT INTO `oss_file` VALUES ('1917067961155424258', '电离总剂量效应.xlsx', '/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/电离总剂量效应_1745899593973.xlsx', null, '2025-04-29 12:06:34', null, null); INSERT INTO `oss_file` VALUES ('1917067961163812865', '位移损伤效应.xlsx', '/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/位移损伤效应_1745899593974.xlsx', null, '2025-04-29 12:06:34', null, null); INSERT INTO `oss_file` VALUES ('1917069589547814914', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745899981923.zip', null, '2025-04-29 12:13:02', null, null); INSERT INTO `oss_file` VALUES ('1917069612624875522', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745899985809.zip', null, '2025-04-29 12:13:08', null, null); INSERT INTO `oss_file` VALUES ('1917069615200178178', 'KC-2002-SB-H771-97.xlsx', '/oss/physical/temp/KC-2002-SB-H771-97_1745899988331.xlsx', null, '2025-04-29 12:13:08', null, null); INSERT INTO `oss_file` VALUES ('1917069948802535426', '20230412-771-姚军-lmh-KC-2023-JL-039.zip', '/oss/physical/temp/20230412-771-姚军-lmh-KC-2023-JL-039_1745900067914.zip', null, '2025-04-29 12:14:28', null, null); INSERT INTO `oss_file` VALUES ('1917069948802535427', 'L2N3501UB电离总剂量效应.xlsx', '/oss/physical/temp/L2N3501UB电离总剂量效应_1745900067913.xlsx', null, '2025-04-29 12:14:28', null, null); INSERT INTO `oss_file` VALUES ('1917069949784002561', 'KC-2023-JL-039.pdf', '/oss/physical/temp/KC-2023-JL-039_1745900068009.pdf', null, '2025-04-29 12:14:28', null, null); INSERT INTO `oss_file` VALUES ('1917070414617743362', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745900178639.zip', null, '2025-04-29 12:16:19', null, null); INSERT INTO `oss_file` VALUES ('1917070437900324865', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745900182554.zip', null, '2025-04-29 12:16:24', null, null); INSERT INTO `oss_file` VALUES ('1917070439619989506', 'KC-2002-SB-H771-98.xlsx', '/oss/physical/temp/KC-2002-SB-H771-98_1745900184894.xlsx', null, '2025-04-29 12:16:25', null, null); INSERT INTO `oss_file` VALUES ('1917070556964032514', '3DG182EU3电离总剂量效应.xlsx', '/oss/physical/temp/3DG182EU3电离总剂量效应_1745900212897.xlsx', null, '2025-04-29 12:16:53', null, null); INSERT INTO `oss_file` VALUES ('1917070556964032515', '20230412-771-姚军-lmh-KC-2023-JL-039.zip', '/oss/physical/temp/20230412-771-姚军-lmh-KC-2023-JL-039_1745900212907.zip', null, '2025-04-29 12:16:53', null, null); INSERT INTO `oss_file` VALUES ('1917070558041968642', 'KC-2023-JL-039.pdf', '/oss/physical/temp/KC-2023-JL-039_1745900213030.pdf', null, '2025-04-29 12:16:53', null, null); INSERT INTO `oss_file` VALUES ('1917071296147197953', 'data.xlsx', '/oss/physical/NASA/377ec590e90599ccfae4850c540e56bd/data_1745900389099.xlsx', null, '2025-04-29 12:19:49', null, null); INSERT INTO `oss_file` VALUES ('1917072698886033409', 'KC-2002-SB-H771-105.xlsx', '/oss/physical/temp/KC-2002-SB-H771-105_1745900723542.xlsx', null, '2025-04-29 12:25:24', null, null); INSERT INTO `oss_file` VALUES ('1917072715575169025', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745900727231.zip', null, '2025-04-29 12:25:28', null, null); INSERT INTO `oss_file` VALUES ('1917073587549999105', 'KC-2023-SB-H771-53.xlsx', '/oss/physical/temp/KC-2023-SB-H771-53_1745900935446.xlsx', null, '2025-04-29 12:28:55', null, null); INSERT INTO `oss_file` VALUES ('1917073588170756098', 'KC-2023-SB-H771-53测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-53测试数据_1745900935529.pdf', null, '2025-04-29 12:28:56', null, null); INSERT INTO `oss_file` VALUES ('1917073588279808001', 'KC-2023-SB-H771-53.pdf', '/oss/physical/temp/KC-2023-SB-H771-53_1745900935546.pdf', null, '2025-04-29 12:28:56', null, null); INSERT INTO `oss_file` VALUES ('1917073695523966977', 'KC-2023-SB-H771-53.xlsx', '/oss/physical/temp/KC-2023-SB-H771-53_1745900961153.xlsx', null, '2025-04-29 12:29:21', null, null); INSERT INTO `oss_file` VALUES ('1917073793834258433', 'data.xlsx', '/oss/physical/NASA/189dae36b9552073bfcd5aebf18ec6ec/data_1745900984599.xlsx', null, '2025-04-29 12:29:45', null, null); INSERT INTO `oss_file` VALUES ('1917074082482065410', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745901053175.zip', null, '2025-04-29 12:30:53', null, null); INSERT INTO `oss_file` VALUES ('1917074107622723585', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745901057462.zip', null, '2025-04-29 12:30:59', null, null); INSERT INTO `oss_file` VALUES ('1917074124202807298', 'KC-2002-SB-H771-95.xlsx', '/oss/physical/temp/KC-2002-SB-H771-95_1745901063361.xlsx', null, '2025-04-29 12:31:03', null, null); INSERT INTO `oss_file` VALUES ('1917074790904205314', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745901222032.zip', null, '2025-04-29 12:33:42', null, null); INSERT INTO `oss_file` VALUES ('1917074818225901569', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745901226678.zip', null, '2025-04-29 12:33:49', null, null); INSERT INTO `oss_file` VALUES ('1917074926585745410', 'KC-2023-SB-H771-54.xlsx', '/oss/physical/temp/KC-2023-SB-H771-54_1745901254664.xlsx', null, '2025-04-29 12:34:15', null, null); INSERT INTO `oss_file` VALUES ('1917074926891929602', 'KC-2023-SB-H771-54测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-54测试数据_1745901254712.pdf', null, '2025-04-29 12:34:15', null, null); INSERT INTO `oss_file` VALUES ('1917074927441383425', 'KC-2023-SB-H771-54.pdf', '/oss/physical/temp/KC-2023-SB-H771-54_1745901254796.pdf', null, '2025-04-29 12:34:15', null, null); INSERT INTO `oss_file` VALUES ('1917076081227304961', 'KC-2002-SB-H771-61.xlsx', '/oss/physical/temp/KC-2002-SB-H771-61_1745901529951.xlsx', null, '2025-04-29 12:38:50', null, null); INSERT INTO `oss_file` VALUES ('1917076366997819393', 'KC-2023-SB-H771-55.xlsx', '/oss/physical/temp/KC-2023-SB-H771-55_1745901598082.xlsx', null, '2025-04-29 12:39:58', null, null); INSERT INTO `oss_file` VALUES ('1917076367526301698', 'KC-2023-SB-H771-55测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-55测试数据_1745901598175.pdf', null, '2025-04-29 12:39:58', null, null); INSERT INTO `oss_file` VALUES ('1917076367664713729', 'KC-2023-SB-H771-55.pdf', '/oss/physical/temp/KC-2023-SB-H771-55_1745901598180.pdf', null, '2025-04-29 12:39:58', null, null); INSERT INTO `oss_file` VALUES ('1917076434463199233', 'KC-2023-SB-H771-55.xlsx', '/oss/physical/temp/KC-2023-SB-H771-55_1745901614169.xlsx', null, '2025-04-29 12:40:14', null, null); INSERT INTO `oss_file` VALUES ('1917076753515515905', 'data.xlsx', '/oss/physical/NASA/2ba18ccc95fcbb55a39cb951ac8c09bc/data_1745901690238.xlsx', null, '2025-04-29 12:41:30', null, null); INSERT INTO `oss_file` VALUES ('1917077862598545409', 'KC-2023-SB-H771-56.xlsx', '/oss/physical/temp/KC-2023-SB-H771-56_1745901954719.xlsx', null, '2025-04-29 12:45:55', null, null); INSERT INTO `oss_file` VALUES ('1917077863391268865', 'KC-2023-SB-H771-56测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-56测试数据_1745901954809.pdf', null, '2025-04-29 12:45:55', null, null); INSERT INTO `oss_file` VALUES ('1917077863445794818', 'KC-2023-SB-H771-56.pdf', '/oss/physical/temp/KC-2023-SB-H771-56_1745901954810.pdf', null, '2025-04-29 12:45:55', null, null); INSERT INTO `oss_file` VALUES ('1917078024012140545', 'KC-2002-SB-H771-79.xlsx', '/oss/physical/temp/KC-2002-SB-H771-79_1745901993142.xlsx', null, '2025-04-29 12:46:33', null, null); INSERT INTO `oss_file` VALUES ('1917078068748587009', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745902001614.zip', null, '2025-04-29 12:46:44', null, null); INSERT INTO `oss_file` VALUES ('1917078069902020610', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745902003805.zip', null, '2025-04-29 12:46:44', null, null); INSERT INTO `oss_file` VALUES ('1917078552670605314', '电离总剂量效应 - 副本 - 副本 (2) - 副本.xlsx', '/oss/physical/NASA/c180d8b84a3291a4834271b8a958c088/电离总剂量效应-副本-副本(2)-副本_1745902119189.xlsx', null, '2025-04-29 12:48:39', null, null); INSERT INTO `oss_file` VALUES ('1917078796993007617', 'KC-2023-JL-088.pdf', '/oss/physical/temp/KC-2023-JL-088_1745902177219.pdf', null, '2025-04-29 12:49:37', null, null); INSERT INTO `oss_file` VALUES ('1917078924789256193', 'KC-2023-SB-H771-57.xlsx', '/oss/physical/temp/KC-2023-SB-H771-57_1745902207909.xlsx', null, '2025-04-29 12:50:08', null, null); INSERT INTO `oss_file` VALUES ('1917078925443567618', 'KC-2023-SB-H771-57.pdf', '/oss/physical/temp/KC-2023-SB-H771-57_1745902208009.pdf', null, '2025-04-29 12:50:08', null, null); INSERT INTO `oss_file` VALUES ('1917078925460344833', 'KC-2023-SB-H771-57测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-57测试数据_1745902208006.pdf', null, '2025-04-29 12:50:08', null, null); INSERT INTO `oss_file` VALUES ('1917079667826987009', '单粒子效应 - 副本 (2).xlsx', '/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/单粒子效应-副本(2)_1745902385063.xlsx', null, '2025-04-29 12:53:05', null, null); INSERT INTO `oss_file` VALUES ('1917080162243153922', 'data.xlsx', '/oss/physical/NASA/92cb612765347db03f13c118004513b8/data_1745902502941.xlsx', null, '2025-04-29 12:55:03', null, null); INSERT INTO `oss_file` VALUES ('1917080313707859970', 'KC-2023-SB-H771-58.xlsx', '/oss/physical/temp/KC-2023-SB-H771-58_1745902539052.xlsx', null, '2025-04-29 12:55:39', null, null); INSERT INTO `oss_file` VALUES ('1917080314123096065', 'KC-2023-SB-H771-58测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-58测试数据_1745902539118.pdf', null, '2025-04-29 12:55:39', null, null); INSERT INTO `oss_file` VALUES ('1917080314290868225', 'KC-2023-SB-H771-58.pdf', '/oss/physical/temp/KC-2023-SB-H771-58_1745902539132.pdf', null, '2025-04-29 12:55:39', null, null); INSERT INTO `oss_file` VALUES ('1917081076181995521', '电离总剂量效应 - (3).xlsx', '/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/电离总剂量效应-(3)_1745902720847.xlsx', null, '2025-04-29 12:58:41', null, null); INSERT INTO `oss_file` VALUES ('1917081580484136962', 'KC-2023-SB-H771-59.pdf', '/oss/physical/temp/KC-2023-SB-H771-59_1745902841016.pdf', null, '2025-04-29 13:00:41', null, null); INSERT INTO `oss_file` VALUES ('1917082112502239233', '电离总剂量效应 - (4).xlsx', '/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/电离总剂量效应-(4)_1745902967917.xlsx', null, '2025-04-29 13:02:48', null, null); INSERT INTO `oss_file` VALUES ('1917082591646945282', '电离总剂量效应 - (5).xlsx', '/oss/physical/NASA/86c935e89531aa6808ddfb5da4fc1647/电离总剂量效应-(5)_1745903082151.xlsx', null, '2025-04-29 13:04:42', null, null); INSERT INTO `oss_file` VALUES ('1917083113875542018', 'KC-2023-SB-H771-60.xlsx', '/oss/physical/temp/KC-2023-SB-H771-60_1745903206700.xlsx', null, '2025-04-29 13:06:47', null, null); INSERT INTO `oss_file` VALUES ('1917083114823454722', 'KC-2023-SB-H771-60.pdf', '/oss/physical/temp/KC-2023-SB-H771-60_1745903206842.pdf', null, '2025-04-29 13:06:47', null, null); INSERT INTO `oss_file` VALUES ('1917083114932506626', 'KC-2023-SB-H771-60测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-60测试数据_1745903206866.pdf', null, '2025-04-29 13:06:47', null, null); INSERT INTO `oss_file` VALUES ('1917083435880648705', 'data.xlsx', '/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/data_1745903283432.xlsx', null, '2025-04-29 13:08:03', null, null); INSERT INTO `oss_file` VALUES ('1917083663690076161', '电离总剂量效应 - (6).xlsx', '/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/电离总剂量效应-(6)_1745903337745.xlsx', null, '2025-04-29 13:08:58', null, null); INSERT INTO `oss_file` VALUES ('1917084668599177218', '电离总剂量效应 - (7).xlsx', '/oss/physical/NASA/e5f7eafa630bb5dc45622a07325c3ebd/电离总剂量效应-(7)_1745903577340.xlsx', null, '2025-04-29 13:12:57', null, null); INSERT INTO `oss_file` VALUES ('1917085195227598850', 'KC-2023-SB-H771-61.xlsx', '/oss/physical/temp/KC-2023-SB-H771-61_1745903702933.xlsx', null, '2025-04-29 13:15:03', null, null); INSERT INTO `oss_file` VALUES ('1917085195668000770', 'KC-2023-SB-H771-61测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-61测试数据_1745903702984.pdf', null, '2025-04-29 13:15:03', null, null); INSERT INTO `oss_file` VALUES ('1917085196104208386', 'KC-2023-SB-H771-61.pdf', '/oss/physical/temp/KC-2023-SB-H771-61_1745903703038.pdf', null, '2025-04-29 13:15:03', null, null); INSERT INTO `oss_file` VALUES ('1917085508953149442', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745903775796.zip', null, '2025-04-29 13:16:18', null, null); INSERT INTO `oss_file` VALUES ('1917085512090488834', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745903778184.zip', null, '2025-04-29 13:16:18', null, null); INSERT INTO `oss_file` VALUES ('1917085527659745281', 'KC-2002-SB-H771-73.xlsx', '/oss/physical/temp/KC-2002-SB-H771-73_1745903782156.xlsx', null, '2025-04-29 13:16:22', null, null); INSERT INTO `oss_file` VALUES ('1917086020456910849', '电离总剂量效应 - (8).xlsx', '/oss/physical/NASA/804722830b21f662f15d7a95b752a47a/电离总剂量效应-(8)_1745903899645.xlsx', null, '2025-04-29 13:18:20', null, null); INSERT INTO `oss_file` VALUES ('1917086047296262146', 'data_opa11vm.xlsx', '/oss/physical/NASA/d814e851e2131d223642c7672c838150/data_opa11vm_1745903906046.xlsx', null, '2025-04-29 13:18:26', null, null); INSERT INTO `oss_file` VALUES ('1917086409919008770', 'data.xlsx', '/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/data_1745903992507.xlsx', null, '2025-04-29 13:19:53', null, null); INSERT INTO `oss_file` VALUES ('1917086792053657601', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745904083312.zip', null, '2025-04-29 13:21:24', null, null); INSERT INTO `oss_file` VALUES ('1917086805609648130', '电离总剂量效应 - (9).xlsx', '/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/电离总剂量效应-(9)_1745904086843.xlsx', null, '2025-04-29 13:21:27', null, null); INSERT INTO `oss_file` VALUES ('1917086818964312065', '771原始数据1.zip', '/oss/physical/temp/771原始数据1_1745904088106.zip', null, '2025-04-29 13:21:30', null, null); INSERT INTO `oss_file` VALUES ('1917086820960800769', 'KC-2002-SB-H771-62.xlsx', '/oss/physical/temp/KC-2002-SB-H771-62_1745904090505.xlsx', null, '2025-04-29 13:21:31', null, null); INSERT INTO `oss_file` VALUES ('1917087457781977089', 'KC-2023-SB-H771-62.xlsx', '/oss/physical/temp/KC-2023-SB-H771-62_1745904242361.xlsx', null, '2025-04-29 13:24:02', null, null); INSERT INTO `oss_file` VALUES ('1917087458381762562', 'KC-2023-SB-H771-62测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-62测试数据_1745904242426.pdf', null, '2025-04-29 13:24:02', null, null); INSERT INTO `oss_file` VALUES ('1917087458704723969', 'KC-2023-SB-H771-62.pdf', '/oss/physical/temp/KC-2023-SB-H771-62_1745904242481.pdf', null, '2025-04-29 13:24:03', null, null); INSERT INTO `oss_file` VALUES ('1917087998264184834', '单粒子效应 - (3).xlsx', '/oss/physical/NASA/b6a253357c45b4a69bae8817cb616524/单粒子效应-(3)_1745904371194.xlsx', null, '2025-04-29 13:26:11', null, null); INSERT INTO `oss_file` VALUES ('1917088053469614082', 'data_opa2107sm.xlsx', '/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data_opa2107sm_1745904384356.xlsx', null, '2025-04-29 13:26:24', null, null); INSERT INTO `oss_file` VALUES ('1917089618813227009', 'KC-2002-SB-H771-94.xlsx', '/oss/physical/temp/KC-2002-SB-H771-94_1745904757563.xlsx', null, '2025-04-29 13:32:38', null, null); INSERT INTO `oss_file` VALUES ('1917089637159112705', '771大纲3.zip', '/oss/physical/temp/771大纲3_1745904761648.zip', null, '2025-04-29 13:32:42', null, null); INSERT INTO `oss_file` VALUES ('1917096016045379586', 'KC-2024-JL-194.pdf', '/oss/physical/temp/KC-2024-JL-194_1745906282703.pdf', null, '2025-04-29 13:58:03', null, null); INSERT INTO `oss_file` VALUES ('1917101090272415746', 'KC-2023-SB-H771-63.xlsx', '/oss/physical/temp/KC-2023-SB-H771-63_1745907492610.xlsx', null, '2025-04-29 14:18:13', null, null); INSERT INTO `oss_file` VALUES ('1917101091622981633', 'KC-2023-SB-H771-63.pdf', '/oss/physical/temp/KC-2023-SB-H771-63_1745907492826.pdf', null, '2025-04-29 14:18:13', null, null); INSERT INTO `oss_file` VALUES ('1917101091736227842', 'KC-2023-SB-H771-63测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-63测试数据_1745907492840.pdf', null, '2025-04-29 14:18:13', null, null); INSERT INTO `oss_file` VALUES ('1917102819500068865', 'KC-2023-SB-H771-64.xlsx', '/oss/physical/temp/KC-2023-SB-H771-64_1745907904853.xlsx', null, '2025-04-29 14:25:05', null, null); INSERT INTO `oss_file` VALUES ('1917102820380872706', 'KC-2023-SB-H771-64.pdf', '/oss/physical/temp/KC-2023-SB-H771-64_1745907904995.pdf', null, '2025-04-29 14:25:05', null, null); INSERT INTO `oss_file` VALUES ('1917102820431204353', 'KC-2023-SB-H771-64测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-64测试数据_1745907905014.pdf', null, '2025-04-29 14:25:05', null, null); INSERT INTO `oss_file` VALUES ('1917104248226811906', 'KC-2023-SB-H771-65.xlsx', '/oss/physical/temp/KC-2023-SB-H771-65_1745908245530.xlsx', null, '2025-04-29 14:30:46', null, null); INSERT INTO `oss_file` VALUES ('1917104249292165121', 'KC-2023-SB-H771-65测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-65测试数据_1745908245680.pdf', null, '2025-04-29 14:30:46', null, null); INSERT INTO `oss_file` VALUES ('1917104249292165122', 'KC-2023-SB-H771-65.pdf', '/oss/physical/temp/KC-2023-SB-H771-65_1745908245679.pdf', null, '2025-04-29 14:30:46', null, null); INSERT INTO `oss_file` VALUES ('1917105680338358274', 'KC-2023-SB-H771-66.xlsx', '/oss/physical/temp/KC-2023-SB-H771-66_1745908586955.xlsx', null, '2025-04-29 14:36:27', null, null); INSERT INTO `oss_file` VALUES ('1917105681475014657', 'KC-2023-SB-H771-66.pdf', '/oss/physical/temp/KC-2023-SB-H771-66_1745908587108.pdf', null, '2025-04-29 14:36:27', null, null); INSERT INTO `oss_file` VALUES ('1917105681495986177', 'KC-2023-SB-H771-66测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-66测试数据_1745908587123.pdf', null, '2025-04-29 14:36:27', null, null); INSERT INTO `oss_file` VALUES ('1917107179273555969', 'KC-2023-SB-H771-67.xlsx', '/oss/physical/temp/KC-2023-SB-H771-67_1745908944318.xlsx', null, '2025-04-29 14:42:24', null, null); INSERT INTO `oss_file` VALUES ('1917107180292771841', 'KC-2023-SB-H771-67.pdf', '/oss/physical/temp/KC-2023-SB-H771-67_1745908944477.pdf', null, '2025-04-29 14:42:25', null, null); INSERT INTO `oss_file` VALUES ('1917107180351492097', 'KC-2023-SB-H771-67测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-67测试数据_1745908944490.pdf', null, '2025-04-29 14:42:25', null, null); INSERT INTO `oss_file` VALUES ('1917108803421310978', 'KC-2023-SB-H771-68.xlsx', '/oss/physical/temp/KC-2023-SB-H771-68_1745909331566.xlsx', null, '2025-04-29 14:48:52', null, null); INSERT INTO `oss_file` VALUES ('1917108804780265474', 'KC-2023-SB-H771-68.pdf', '/oss/physical/temp/KC-2023-SB-H771-68_1745909331782.pdf', null, '2025-04-29 14:48:52', null, null); INSERT INTO `oss_file` VALUES ('1917108805409411074', 'KC-2023-SB-H771-68测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-68测试数据_1745909331858.pdf', null, '2025-04-29 14:48:52', null, null); INSERT INTO `oss_file` VALUES ('1917110377929478145', 'KC-2023-SB-H771-69.xlsx', '/oss/physical/temp/KC-2023-SB-H771-69_1745909706942.xlsx', null, '2025-04-29 14:55:07', null, null); INSERT INTO `oss_file` VALUES ('1917110378986442753', 'KC-2023-SB-H771-69测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-69测试数据_1745909707111.pdf', null, '2025-04-29 14:55:07', null, null); INSERT INTO `oss_file` VALUES ('1917110379313598466', 'KC-2023-SB-H771-69.pdf', '/oss/physical/temp/KC-2023-SB-H771-69_1745909707153.pdf', null, '2025-04-29 14:55:07', null, null); INSERT INTO `oss_file` VALUES ('1917111547238518785', 'KC-2023-SB-H771-72.pdf', '/oss/physical/temp/KC-2023-SB-H771-72_1745909985636.pdf', null, '2025-04-29 14:59:46', null, null); INSERT INTO `oss_file` VALUES ('1917112292616671233', 'KC-2023-SB-H771-73.pdf', '/oss/physical/temp/KC-2023-SB-H771-73_1745910163322.pdf', null, '2025-04-29 15:02:43', null, null); INSERT INTO `oss_file` VALUES ('1917113881100259330', 'KC-2023-SB-H771-74.xlsx', '/oss/physical/temp/KC-2023-SB-H771-74_1745910542176.xlsx', null, '2025-04-29 15:09:02', null, null); INSERT INTO `oss_file` VALUES ('1917113881804902402', 'KC-2023-SB-H771-74.pdf', '/oss/physical/temp/KC-2023-SB-H771-74_1745910542272.pdf', null, '2025-04-29 15:09:02', null, null); INSERT INTO `oss_file` VALUES ('1917113881989451777', 'KC-2023-SB-H771-74测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-74测试数据_1745910542306.pdf', null, '2025-04-29 15:09:02', null, null); INSERT INTO `oss_file` VALUES ('1917113992140263425', 'KC-2023-JL-087.rar', '/oss/physical/temp/KC-2023-JL-087_1745910568540.rar', null, '2025-04-29 15:09:29', null, null); INSERT INTO `oss_file` VALUES ('1917114112973967362', 'KC-2023-JL-087.rar', '/oss/physical/temp/KC-2023-JL-087_1745910597340.rar', null, '2025-04-29 15:09:57', null, null); INSERT INTO `oss_file` VALUES ('1917115179501588482', 'KC-2023-JL-040.rar', '/oss/physical/temp/KC-2023-JL-040_1745910851710.rar', null, '2025-04-29 15:14:12', null, null); INSERT INTO `oss_file` VALUES ('1917115735943122946', 'KC-2023-SB-H771-75.xlsx', '/oss/physical/temp/KC-2023-SB-H771-75_1745910984425.xlsx', null, '2025-04-29 15:16:24', null, null); INSERT INTO `oss_file` VALUES ('1917115736870064130', 'KC-2023-SB-H771-75.pdf', '/oss/physical/temp/KC-2023-SB-H771-75_1745910984544.pdf', null, '2025-04-29 15:16:25', null, null); INSERT INTO `oss_file` VALUES ('1917115737155276801', 'KC-2023-SB-H771-75测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-75测试数据_1745910984577.pdf', null, '2025-04-29 15:16:25', null, null); INSERT INTO `oss_file` VALUES ('1917116154278809602', 'KC-2023-JL-071-8.rar', '/oss/physical/temp/KC-2023-JL-071-8_1745911084091.rar', null, '2025-04-29 15:18:04', null, null); INSERT INTO `oss_file` VALUES ('1917117424725102593', 'KC-2023-SB-H771-76.xlsx', '/oss/physical/temp/KC-2023-SB-H771-76_1745911387009.xlsx', null, '2025-04-29 15:23:07', null, null); INSERT INTO `oss_file` VALUES ('1917117425094201345', 'KC-2023-SB-H771-76.pdf', '/oss/physical/temp/KC-2023-SB-H771-76_1745911387028.pdf', null, '2025-04-29 15:23:07', null, null); INSERT INTO `oss_file` VALUES ('1917117426503487490', 'KC-2023-SB-H771-76测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-76测试数据_1745911387137.pdf', null, '2025-04-29 15:23:07', null, null); INSERT INTO `oss_file` VALUES ('1917117984970870785', 'KC-2024-JL-186.pdf', '/oss/physical/temp/KC-2024-JL-186_1745911520323.pdf', null, '2025-04-29 15:25:21', null, null); INSERT INTO `oss_file` VALUES ('1917118341218275330', 'KC-2024-JL-047.pdf', '/oss/physical/temp/KC-2024-JL-047_1745911605458.pdf', null, '2025-04-29 15:26:46', null, null); INSERT INTO `oss_file` VALUES ('1917118754898284545', 'KC-2023-SB-H771-77.xlsx', '/oss/physical/temp/KC-2023-SB-H771-77_1745911704153.xlsx', null, '2025-04-29 15:28:24', null, null); INSERT INTO `oss_file` VALUES ('1917118755246411777', 'KC-2023-SB-H771-77测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-77测试数据_1745911704211.pdf', null, '2025-04-29 15:28:24', null, null); INSERT INTO `oss_file` VALUES ('1917118755581956097', 'KC-2023-SB-H771-77.pdf', '/oss/physical/temp/KC-2023-SB-H771-77_1745911704255.pdf', null, '2025-04-29 15:28:24', null, null); INSERT INTO `oss_file` VALUES ('1917119148772790274', 'KC-2024-JL-001.pdf', '/oss/physical/temp/KC-2024-JL-001_1745911798004.pdf', null, '2025-04-29 15:29:58', null, null); INSERT INTO `oss_file` VALUES ('1917120080935882753', 'KC-2024-JL-010.pdf', '/oss/physical/temp/KC-2024-JL-010_1745912020253.pdf', null, '2025-04-29 15:33:40', null, null); INSERT INTO `oss_file` VALUES ('1917120104675643394', 'KC-2023-JL-72.pdf', '/oss/physical/temp/KC-2023-JL-72_1745912025926.pdf', null, '2025-04-29 15:33:46', null, null); INSERT INTO `oss_file` VALUES ('1917120478442655746', 'KC-2024-JL-186.pdf', '/oss/physical/temp/KC-2024-JL-186_1745912114851.pdf', null, '2025-04-29 15:35:15', null, null); INSERT INTO `oss_file` VALUES ('1917120984791617538', 'KC-2024-JL-170.pdf', '/oss/physical/temp/KC-2024-JL-170_1745912235739.pdf', null, '2025-04-29 15:37:16', null, null); INSERT INTO `oss_file` VALUES ('1917121411469774850', 'KC-2024-JL-164.pdf', '/oss/physical/temp/KC-2024-JL-164_1745912337470.pdf', null, '2025-04-29 15:38:58', null, null); INSERT INTO `oss_file` VALUES ('1917122465238323201', 'data_ow.xlsx', '/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/data_ow_1745912588761.xlsx', null, '2025-04-29 15:43:09', null, null); INSERT INTO `oss_file` VALUES ('1917122607966294018', 'data_ow.xlsx', '/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/data_ow_1745912622787.xlsx', null, '2025-04-29 15:43:43', null, null); INSERT INTO `oss_file` VALUES ('1917123918547881985', 'data_.xlsx', '/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/data__1745912935258.xlsx', null, '2025-04-29 15:48:55', null, null); INSERT INTO `oss_file` VALUES ('1917126588654391298', 'data_to52.xlsx', '/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/data_to52_1745913571862.xlsx', null, '2025-04-29 15:59:32', null, null); INSERT INTO `oss_file` VALUES ('1917127686123393026', 'data.xlsx', '/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx', null, '2025-04-29 16:03:54', null, null); INSERT INTO `oss_file` VALUES ('1917128051438882817', 'data_.xlsx', '/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/data__1745913920613.xlsx', null, '2025-04-29 16:05:21', null, null); INSERT INTO `oss_file` VALUES ('1917128190954016770', 'KC-2023-JL-134.rar', '/oss/physical/temp/KC-2023-JL-134_1745913951729.rar', null, '2025-04-29 16:05:54', null, null); INSERT INTO `oss_file` VALUES ('1917128825103421442', 'KC-2024-JL-075.pdf', '/oss/physical/temp/KC-2024-JL-075_1745914104992.pdf', null, '2025-04-29 16:08:25', null, null); INSERT INTO `oss_file` VALUES ('1917129451405283329', 'data_.xlsx', '/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/data__1745914254394.xlsx', null, '2025-04-29 16:10:54', null, null); INSERT INTO `oss_file` VALUES ('1917130810531745794', 'data_.xlsx', '/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/data__1745914578434.xlsx', null, '2025-04-29 16:16:18', null, null); INSERT INTO `oss_file` VALUES ('1917130832778334209', 'KC-2023-JL-032.pdf', '/oss/physical/temp/KC-2023-JL-032_1745914583648.pdf', null, '2025-04-29 16:16:24', null, null); INSERT INTO `oss_file` VALUES ('1917131854171049986', 'KC-2022-JL-019.pdf', '/oss/physical/temp/KC-2022-JL-019_1745914827143.pdf', null, '2025-04-29 16:20:27', null, null); INSERT INTO `oss_file` VALUES ('1917131960953835521', 'data_.xlsx', '/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/data__1745914852717.xlsx', null, '2025-04-29 16:20:53', null, null); INSERT INTO `oss_file` VALUES ('1917133248823267329', 'KC-2023-JL-142.pdf', '/oss/physical/temp/KC-2023-JL-142_1745915159682.pdf', null, '2025-04-29 16:26:00', null, null); INSERT INTO `oss_file` VALUES ('1917134283302211586', 'KC-2024-JL-114.pdf', '/oss/physical/temp/KC-2024-JL-114_1745915406320.pdf', null, '2025-04-29 16:30:06', null, null); INSERT INTO `oss_file` VALUES ('1917134473920745473', 'data.xlsx', '/oss/physical/NASA/6206eb1c444e830f8012040a50253594/data_1745915451855.xlsx', null, '2025-04-29 16:30:52', null, null); INSERT INTO `oss_file` VALUES ('1917135800608460802', 'KC-2024-JL-116.pdf', '/oss/physical/temp/KC-2024-JL-116_1745915768084.pdf', null, '2025-04-29 16:36:08', null, null); INSERT INTO `oss_file` VALUES ('1917136825885102081', 'KC-2024-JL-143.pdf', '/oss/physical/temp/KC-2024-JL-143_1745916012528.pdf', null, '2025-04-29 16:40:13', null, null); INSERT INTO `oss_file` VALUES ('1917137685415432194', 'KC-2024-JL-101.pdf', '/oss/physical/temp/KC-2024-JL-101_1745916217420.pdf', null, '2025-04-29 16:43:38', null, null); INSERT INTO `oss_file` VALUES ('1917137874473684994', 'KC-2024-JL-105.pdf', '/oss/physical/temp/KC-2024-JL-105_1745916262518.pdf', null, '2025-04-29 16:44:23', null, null); INSERT INTO `oss_file` VALUES ('1917138335700324354', '电离总剂量效应.xlsx', '/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/电离总剂量效应_1745916372567.xlsx', null, '2025-04-29 16:46:13', null, null); INSERT INTO `oss_file` VALUES ('1917138518244823041', '电离总剂量效应.xlsx', '/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/电离总剂量效应_1745916416094.xlsx', null, '2025-04-29 16:46:56', null, null); INSERT INTO `oss_file` VALUES ('1917139163442024450', 'data.xlsx', '/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/data_1745916569929.xlsx', null, '2025-04-29 16:49:30', null, null); INSERT INTO `oss_file` VALUES ('1917139485354856450', 'data.xlsx', '/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/data_1745916646640.xlsx', null, '2025-04-29 16:50:47', null, null); INSERT INTO `oss_file` VALUES ('1917139569257713666', 'KC-2023-JL-134.xlsx', '/oss/physical/temp/KC-2023-JL-134_1745916666677.xlsx', null, '2025-04-29 16:51:07', null, null); INSERT INTO `oss_file` VALUES ('1917141232714485761', 'data.xlsx', '/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/data_1745917063273.xlsx', null, '2025-04-29 16:57:43', null, null); INSERT INTO `oss_file` VALUES ('1917142410982559746', 'KC-2023-SB-H771-78.xlsx', '/oss/physical/temp/KC-2023-SB-H771-78_1745917344205.xlsx', null, '2025-04-29 17:02:24', null, null); INSERT INTO `oss_file` VALUES ('1917142411745923073', 'KC-2023-SB-H771-78.pdf', '/oss/physical/temp/KC-2023-SB-H771-78_1745917344319.pdf', null, '2025-04-29 17:02:24', null, null); INSERT INTO `oss_file` VALUES ('1917142412362485762', 'KC-2023-SB-H771-78测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-78测试数据_1745917344416.pdf', null, '2025-04-29 17:02:25', null, null); INSERT INTO `oss_file` VALUES ('1917142593980043266', '电离总剂量效应 - (10).xlsx', '/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/电离总剂量效应-(10)_1745917387827.xlsx', null, '2025-04-29 17:03:08', null, null); INSERT INTO `oss_file` VALUES ('1917142782706946050', '电离总剂量效应 - (10).xlsx', '/oss/physical/NASA/db3ff3932cdf30e036028db6afebe639/电离总剂量效应-(10)_1745917432823.xlsx', null, '2025-04-29 17:03:53', null, null); INSERT INTO `oss_file` VALUES ('1917142898549428225', 'KC-2023-JL-071.xlsx', '/oss/physical/temp/KC-2023-JL-071_1745917460449.xlsx', null, '2025-04-29 17:04:20', null, null); INSERT INTO `oss_file` VALUES ('1917143019890642945', 'data.xlsx', '/oss/physical/NASA/89e6e562643e6da252378f34dc49c615/data_1745917489373.xlsx', null, '2025-04-29 17:04:49', null, null); INSERT INTO `oss_file` VALUES ('1917143376012218369', '4所-20220429.rar', '/oss/physical/temp/4所-20220429_1745917574276.rar', null, '2025-04-29 17:06:14', null, null); INSERT INTO `oss_file` VALUES ('1917143565884166146', '单粒子效应 - (4).xlsx', '/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/单粒子效应-(4)_1745917619548.xlsx', null, '2025-04-29 17:07:00', null, null); INSERT INTO `oss_file` VALUES ('1917143793517432834', '4所-20220429.rar', '/oss/physical/temp/4所-20220429_1745917673813.rar', null, '2025-04-29 17:07:54', null, null); INSERT INTO `oss_file` VALUES ('1917143835351420930', 'data.xlsx', '/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/data_1745917683798.xlsx', null, '2025-04-29 17:08:04', null, null); INSERT INTO `oss_file` VALUES ('1917144209273622529', 'KC-2023-SB-H771-79.xlsx', '/oss/physical/temp/KC-2023-SB-H771-79_1745917772967.xlsx', null, '2025-04-29 17:09:33', null, null); INSERT INTO `oss_file` VALUES ('1917144210112483329', 'KC-2023-SB-H771-79.pdf', '/oss/physical/temp/KC-2023-SB-H771-79_1745917773086.pdf', null, '2025-04-29 17:09:33', null, null); INSERT INTO `oss_file` VALUES ('1917144210737434625', 'KC-2023-SB-H771-79测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-79测试数据_1745917773175.pdf', null, '2025-04-29 17:09:33', null, null); INSERT INTO `oss_file` VALUES ('1917144359383568385', '深圳吉华微特-张兴尧-20220310.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220310_1745917808732.rar', null, '2025-04-29 17:10:09', null, null); INSERT INTO `oss_file` VALUES ('1917144441793253377', '电离总剂量效应 - (11).xlsx', '/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/电离总剂量效应-(11)_1745917828381.xlsx', null, '2025-04-29 17:10:28', null, null); INSERT INTO `oss_file` VALUES ('1917144671502700546', '808 20240620.rar', '/oss/physical/temp/80820240620_1745917882911.rar', null, '2025-04-29 17:11:23', null, null); INSERT INTO `oss_file` VALUES ('1917145421486198785', '实验方案5.pdf', '/oss/physical/temp/实验方案5_1745918061897.pdf', null, '2025-04-29 17:14:22', null, null); INSERT INTO `oss_file` VALUES ('1917145548925931521', 'KC-2023-SB-H771-80.xlsx', '/oss/physical/temp/KC-2023-SB-H771-80_1745918092343.xlsx', null, '2025-04-29 17:14:52', null, null); INSERT INTO `oss_file` VALUES ('1917145549655740417', 'KC-2023-SB-H771-80.pdf', '/oss/physical/temp/KC-2023-SB-H771-80_1745918092468.pdf', null, '2025-04-29 17:14:53', null, null); INSERT INTO `oss_file` VALUES ('1917145550066782210', 'KC-2023-SB-H771-80测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-80测试数据_1745918092526.pdf', null, '2025-04-29 17:14:53', null, null); INSERT INTO `oss_file` VALUES ('1917145569322831874', '电离总剂量效应 - (12).xlsx', '/oss/physical/NASA/4b187881b477e5f1731df131f62d3a3b/电离总剂量效应-(12)_1745918097204.xlsx', null, '2025-04-29 17:14:57', null, null); INSERT INTO `oss_file` VALUES ('1917145836168646658', 'KC-2022-JL-03801.pdf', '/oss/physical/temp/KC-2022-JL-03801_1745918160751.pdf', null, '2025-04-29 17:16:01', null, null); INSERT INTO `oss_file` VALUES ('1917145988010840065', 'KC-2023-JL-040.xlsx', '/oss/physical/temp/KC-2023-JL-040_1745918197031.xlsx', null, '2025-04-29 17:16:37', null, null); INSERT INTO `oss_file` VALUES ('1917146279217172482', 'KC-2022-JL-03801.pdf', '/oss/physical/temp/KC-2022-JL-03801_1745918266420.pdf', null, '2025-04-29 17:17:46', null, null); INSERT INTO `oss_file` VALUES ('1917146309516824577', 'KC-2023-SB-H771-81.pdf', '/oss/physical/temp/KC-2023-SB-H771-81_1745918273613.pdf', null, '2025-04-29 17:17:54', null, null); INSERT INTO `oss_file` VALUES ('1917146332161871874', '电离总剂量效应.xlsx', '/oss/physical/NASA/e1f7311e6f80762834568287a08844ad/电离总剂量效应_1745918279079.xlsx', null, '2025-04-29 17:17:59', null, null); INSERT INTO `oss_file` VALUES ('1917146659757985794', 'KC-2022-JL-06701.pdf', '/oss/physical/temp/KC-2022-JL-06701_1745918357100.pdf', null, '2025-04-29 17:19:17', null, null); INSERT INTO `oss_file` VALUES ('1917146986678816769', 'KC-2022-JL-06701.pdf', '/oss/physical/temp/KC-2022-JL-06701_1745918435049.pdf', null, '2025-04-29 17:20:35', null, null); INSERT INTO `oss_file` VALUES ('1917147392997822465', 'KC-2022-JL-31-01.pdf', '/oss/physical/temp/KC-2022-JL-31-01_1745918531897.pdf', null, '2025-04-29 17:22:12', null, null); INSERT INTO `oss_file` VALUES ('1917147955227496450', 'KC-2024-JL-145-01.pdf', '/oss/physical/temp/KC-2024-JL-145-01_1745918665986.pdf', null, '2025-04-29 17:24:26', null, null); INSERT INTO `oss_file` VALUES ('1917148325307715585', 'KC-2024-JL-087-01-1.pdf', '/oss/physical/temp/KC-2024-JL-087-01-1_1745918754146.pdf', null, '2025-04-29 17:25:54', null, null); INSERT INTO `oss_file` VALUES ('1917148517834657793', '位移损伤效应.xlsx', '/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/位移损伤效应_1745918800183.xlsx', null, '2025-04-29 17:26:40', null, null); INSERT INTO `oss_file` VALUES ('1917148522133819393', '单粒子效应.xlsx', '/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/单粒子效应_1745918801213.xlsx', null, '2025-04-29 17:26:41', null, null); INSERT INTO `oss_file` VALUES ('1917148638295068674', 'KC-2023-JL-13301.pdf', '/oss/physical/temp/KC-2023-JL-13301_1745918828863.pdf', null, '2025-04-29 17:27:09', null, null); INSERT INTO `oss_file` VALUES ('1917148857623613441', 'KC-2023-JL-117-1.pdf', '/oss/physical/temp/KC-2023-JL-117-1_1745918881138.pdf', null, '2025-04-29 17:28:01', null, null); INSERT INTO `oss_file` VALUES ('1917149141557022722', 'KC-2023-JL-062.pdf', '/oss/physical/temp/KC-2023-JL-062_1745918948621.pdf', null, '2025-04-29 17:29:09', null, null); INSERT INTO `oss_file` VALUES ('1917149941687619585', '单粒子效应.xlsx', '/oss/physical/NASA/7212b4edc411d5ea4d6599ec9746c8aa/单粒子效应_1745919139663.xlsx', null, '2025-04-29 17:32:20', null, null); INSERT INTO `oss_file` VALUES ('1917150208239833089', 'KC-2023-JL-087.xlsx', '/oss/physical/temp/KC-2023-JL-087_1745919203212.xlsx', null, '2025-04-29 17:33:23', null, null); INSERT INTO `oss_file` VALUES ('1917150250237399041', '电离总剂量效应 - (14).xlsx', '/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/电离总剂量效应-(14)_1745919213220.xlsx', null, '2025-04-29 17:33:33', null, null); INSERT INTO `oss_file` VALUES ('1917150405380509698', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', '/oss/physical/NASA/7e9f44485e04bb1b6ad23468d27a04d1/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490_1745919250190.pdf', null, '2025-04-29 17:34:10', null, null); INSERT INTO `oss_file` VALUES ('1917150816900452353', '电离总剂量效应 - (15).xlsx', '/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/电离总剂量效应-(15)_1745919348312.xlsx', null, '2025-04-29 17:35:48', null, null); INSERT INTO `oss_file` VALUES ('1917151026137501697', 'KC-2022-JL-053-1.pdf', '/oss/physical/temp/KC-2022-JL-053-1_1745919397989.pdf', null, '2025-04-29 17:36:38', null, null); INSERT INTO `oss_file` VALUES ('1917151159512174594', 'KC-2024-JL-068.rar', '/oss/physical/temp/KC-2024-JL-068_1745919429793.rar', null, '2025-04-29 17:37:10', null, null); INSERT INTO `oss_file` VALUES ('1917151275082027010', 'KC-2022-JL-02101.pdf', '/oss/physical/temp/KC-2022-JL-02101_1745919457489.pdf', null, '2025-04-29 17:37:38', null, null); INSERT INTO `oss_file` VALUES ('1917151518817226754', 'KC-2024-JL-068.rar', '/oss/physical/temp/KC-2024-JL-068_1745919515409.rar', null, '2025-04-29 17:38:36', null, null); INSERT INTO `oss_file` VALUES ('1917151980668817410', 'KC-2024-JL-068.rar', '/oss/physical/temp/KC-2024-JL-068_1745919625514.rar', null, '2025-04-29 17:40:26', null, null); INSERT INTO `oss_file` VALUES ('1917152042362834945', '电离总剂量效应 - (16).xlsx', '/oss/physical/NASA/61bba62a95ebbb9d7d22b7268e176a0f/电离总剂量效应-(16)_1745919640503.xlsx', null, '2025-04-29 17:40:41', null, null); INSERT INTO `oss_file` VALUES ('1917152696342908930', '位移损伤效应.xlsx', '/oss/physical/NASA/ed9ce287673d94760fa3c2323b326c28/位移损伤效应_1745919796412.xlsx', null, '2025-04-29 17:43:16', null, null); INSERT INTO `oss_file` VALUES ('1917152911833665538', '电离总剂量效应 - (17).xlsx', '/oss/physical/NASA/bfae4f2eb9375c44a4828f1bb050617f/电离总剂量效应-(17)_1745919847795.xlsx', null, '2025-04-29 17:44:08', null, null); INSERT INTO `oss_file` VALUES ('1917152948454133761', '电离总剂量效应.xlsx', '/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/电离总剂量效应_1745919856533.xlsx', null, '2025-04-29 17:44:17', null, null); INSERT INTO `oss_file` VALUES ('1917153524260769794', '20240710.zip', '/oss/physical/temp/20240710_1745919993814.zip', null, '2025-04-29 17:46:34', null, null); INSERT INTO `oss_file` VALUES ('1917153658415583233', 'KC-2024-JL-108.pdf', '/oss/physical/temp/KC-2024-JL-108_1745920025511.pdf', null, '2025-04-29 17:47:06', null, null); INSERT INTO `oss_file` VALUES ('1917153707061121026', 'data.xlsx', '/oss/physical/temp/data_1745920037392.xlsx', null, '2025-04-29 17:47:17', null, null); INSERT INTO `oss_file` VALUES ('1917153943762472962', '单粒子效应.xlsx', '/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/单粒子效应_1745920093826.xlsx', null, '2025-04-29 17:48:14', null, null); INSERT INTO `oss_file` VALUES ('1917154276593078273', '单粒子效应 - (5).xlsx', '/oss/physical/NASA/0eec883ca32f379f060119adfad56f2e/单粒子效应-(5)_1745920173169.xlsx', null, '2025-04-29 17:49:33', null, null); INSERT INTO `oss_file` VALUES ('1917154366984523778', 'data.xlsx', '/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/data_1745920194732.xlsx', null, '2025-04-29 17:49:55', null, null); INSERT INTO `oss_file` VALUES ('1917154404007645186', 'data.xlsx', '/oss/physical/temp/data_1745920203557.xlsx', null, '2025-04-29 17:50:04', null, null); INSERT INTO `oss_file` VALUES ('1917154442507161602', '20240710.zip', '/oss/physical/temp/20240710_1745920212738.zip', null, '2025-04-29 17:50:13', null, null); INSERT INTO `oss_file` VALUES ('1917154502863196161', '单粒子效应.xlsx', '/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/单粒子效应_1745920227127.xlsx', null, '2025-04-29 17:50:27', null, null); INSERT INTO `oss_file` VALUES ('1917154524325449730', 'KC-2024-JL-108.pdf', '/oss/physical/temp/KC-2024-JL-108_1745920231971.pdf', null, '2025-04-29 17:50:32', null, null); INSERT INTO `oss_file` VALUES ('1917154928450834433', 'data.xlsx', '/oss/physical/temp/data_1745920328594.xlsx', null, '2025-04-29 17:52:09', null, null); INSERT INTO `oss_file` VALUES ('1917154987045261314', 'data.xlsx', '/oss/physical/temp/data_1745920342556.xlsx', null, '2025-04-29 17:52:23', null, null); INSERT INTO `oss_file` VALUES ('1917155002429968386', 'NHI1529单粒子效应.xlsx', '/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/NHI1529单粒子效应_1745920346232.xlsx', null, '2025-04-29 17:52:26', null, null); INSERT INTO `oss_file` VALUES ('1917155109288251393', '单粒子效应.xlsx', '/oss/physical/NASA/300019f17c5072a930243b3106b97b64/单粒子效应_1745920371709.xlsx', null, '2025-04-29 17:52:52', null, null); INSERT INTO `oss_file` VALUES ('1917155491313848322', 'NHI1500单粒子效应.xlsx', '/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/NHI1500单粒子效应_1745920462794.xlsx', null, '2025-04-29 17:54:23', null, null); INSERT INTO `oss_file` VALUES ('1917155569898328065', 'data.xlsx', '/oss/physical/temp/data_1745920481528.xlsx', null, '2025-04-29 17:54:42', null, null); INSERT INTO `oss_file` VALUES ('1917155611510018050', '20240710.zip', '/oss/physical/temp/20240710_1745920491442.zip', null, '2025-04-29 17:54:51', null, null); INSERT INTO `oss_file` VALUES ('1917155649829179393', 'KC-2024-JL-108.pdf', '/oss/physical/temp/KC-2024-JL-108_1745920500325.pdf', null, '2025-04-29 17:55:01', null, null); INSERT INTO `oss_file` VALUES ('1917155742007398402', 'KC-2025-JL-025.xlsx', '/oss/physical/temp/KC-2025-JL-025_1745920522561.xlsx', null, '2025-04-29 17:55:23', null, null); INSERT INTO `oss_file` VALUES ('1917156270783303681', 'KC-2024-JL-108.pdf', '/oss/physical/temp/KC-2024-JL-108_1745920648379.pdf', null, '2025-04-29 17:57:29', null, null); INSERT INTO `oss_file` VALUES ('1917156299229073409', 'data.xlsx', '/oss/physical/temp/data_1745920655413.xlsx', null, '2025-04-29 17:57:35', null, null); INSERT INTO `oss_file` VALUES ('1917156351934697473', '20240710.zip', '/oss/physical/temp/20240710_1745920667979.zip', null, '2025-04-29 17:57:48', null, null); INSERT INTO `oss_file` VALUES ('1917156645636640769', 'KC-2023-JL-12301.pdf', '/oss/physical/temp/KC-2023-JL-12301_1745920737973.pdf', null, '2025-04-29 17:58:58', null, null); INSERT INTO `oss_file` VALUES ('1917156649210187777', '单粒子效应.xlsx', '/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/单粒子效应_1745920738856.xlsx', null, '2025-04-29 17:58:59', null, null); INSERT INTO `oss_file` VALUES ('1917156772514336770', '20240710.zip', '/oss/physical/temp/20240710_1745920768254.zip', null, '2025-04-29 17:59:28', null, null); INSERT INTO `oss_file` VALUES ('1917156803770290178', 'KC-2024-JL-108.pdf', '/oss/physical/temp/KC-2024-JL-108_1745920775397.pdf', null, '2025-04-29 17:59:36', null, null); INSERT INTO `oss_file` VALUES ('1917156850012491777', 'data.xlsx', '/oss/physical/temp/data_1745920786731.xlsx', null, '2025-04-29 17:59:47', null, null); INSERT INTO `oss_file` VALUES ('1917157189927276546', '单粒子效应.xlsx', '/oss/physical/NASA/3a542c304b14be44d37b77da92402452/单粒子效应_1745920867773.xlsx', null, '2025-04-29 18:01:08', null, null); INSERT INTO `oss_file` VALUES ('1917157357229674498', 'data.xlsx', '/oss/physical/temp/data_1745920907659.xlsx', null, '2025-04-29 18:01:48', null, null); INSERT INTO `oss_file` VALUES ('1917157386862432258', '20240710.zip', '/oss/physical/temp/20240710_1745920914726.zip', null, '2025-04-29 18:01:55', null, null); INSERT INTO `oss_file` VALUES ('1917157426477633537', 'KC-2024-JL-108.pdf', '/oss/physical/temp/KC-2024-JL-108_1745920923882.pdf', null, '2025-04-29 18:02:04', null, null); INSERT INTO `oss_file` VALUES ('1917158117044621314', '电离总剂量效应.xlsx', '/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/电离总剂量效应_1745921088814.xlsx', null, '2025-04-29 18:04:49', null, null); INSERT INTO `oss_file` VALUES ('1917158285794054145', 'KC-2025-JL-032.xlsx', '/oss/physical/temp/KC-2025-JL-032_1745921129051.xlsx', null, '2025-04-29 18:05:29', null, null); INSERT INTO `oss_file` VALUES ('1917158436700917761', '电离总剂量效应.xlsx', '/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/电离总剂量效应_1745921165012.xlsx', null, '2025-04-29 18:06:05', null, null); INSERT INTO `oss_file` VALUES ('1917158722542735361', '单粒子效应.xlsx', '/oss/physical/NASA/927e1523e05eb9a856088e7c7564bec2/单粒子效应_1745921233174.xlsx', null, '2025-04-29 18:07:13', null, null); INSERT INTO `oss_file` VALUES ('1917158780134723586', '电离总剂量效应.xlsx', '/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/电离总剂量效应_1745921246908.xlsx', null, '2025-04-29 18:07:27', null, null); INSERT INTO `oss_file` VALUES ('1917158811973685249', 'KC-2023-JL-025.pdf', '/oss/physical/temp/KC-2023-JL-025_1745921254222.pdf', null, '2025-04-29 18:07:35', null, null); INSERT INTO `oss_file` VALUES ('1917159267198275586', 'NDS352AP电离总剂量效应.xlsx', '/oss/physical/NASA/5c14e2bfac988dc7db4dd9865a3eb2ab/NDS352AP电离总剂量效应_1745921363032.xlsx', null, '2025-04-29 18:09:23', null, null); INSERT INTO `oss_file` VALUES ('1917159307690086401', '单粒子效应.xlsx', '/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/单粒子效应_1745921372687.xlsx', null, '2025-04-29 18:09:33', null, null); INSERT INTO `oss_file` VALUES ('1917160685997101058', '单粒子效应.xlsx', '/oss/physical/NASA/3648e218c433c04758bb0bc82fa89503/单粒子效应_1745921701305.xlsx', null, '2025-04-29 18:15:01', null, null); INSERT INTO `oss_file` VALUES ('1917160902507073538', 'KC-2023-JL-080.pdf', '/oss/physical/temp/KC-2023-JL-080_1745921752881.pdf', null, '2025-04-29 18:15:53', null, null); INSERT INTO `oss_file` VALUES ('1917161217805488130', '单粒子效应.xlsx', '/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/单粒子效应_1745921828100.xlsx', null, '2025-04-29 18:17:08', null, null); INSERT INTO `oss_file` VALUES ('1917161556394872833', '电离总剂量效应.xlsx', '/oss/physical/NASA/d0cee94c1405d63632906e6a848f95c0/电离总剂量效应_1745921908820.xlsx', null, '2025-04-29 18:18:29', null, null); INSERT INTO `oss_file` VALUES ('1917161965058494465', '电离总剂量效应.xlsx', '/oss/physical/NASA/9b2c1c7fd4915ec249c16a591c484efb/电离总剂量效应_1745922006254.xlsx', null, '2025-04-29 18:20:06', null, null); INSERT INTO `oss_file` VALUES ('1917162305166217218', '电离总剂量效应.xlsx', '/oss/physical/NASA/3005968582853c7cc1a584a68992bf4a/电离总剂量效应_1745922087340.xlsx', null, '2025-04-29 18:21:27', null, null); INSERT INTO `oss_file` VALUES ('1917162463811571714', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745922125163.xlsx', null, '2025-04-29 18:22:05', null, null); INSERT INTO `oss_file` VALUES ('1917162775314141185', '单粒子效应.xlsx', '/oss/physical/NASA/b73bc49335bf07de276923dc6c1bc25e/单粒子效应_1745922199434.xlsx', null, '2025-04-29 18:23:19', null, null); INSERT INTO `oss_file` VALUES ('1917163326072393730', 'KC-2023-JL-109.pdf', '/oss/physical/temp/KC-2023-JL-109_1745922330698.pdf', null, '2025-04-29 18:25:31', null, null); INSERT INTO `oss_file` VALUES ('1917163479877521409', '单粒子效应.xlsx', '/oss/physical/NASA/f161a7c000d967ac737252b790624007/单粒子效应_1745922367412.xlsx', null, '2025-04-29 18:26:07', null, null); INSERT INTO `oss_file` VALUES ('1917163648375296001', 'NDS352A电离总剂量效应.xlsx', '/oss/physical/NASA/48b662ddf1fdfa27fc1b203a327d984e/NDS352A电离总剂量效应_1745922407575.xlsx', null, '2025-04-29 18:26:48', null, null); INSERT INTO `oss_file` VALUES ('1917163741820194818', '单粒子效应.xlsx', '/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/单粒子效应_1745922429865.xlsx', null, '2025-04-29 18:27:10', null, null); INSERT INTO `oss_file` VALUES ('1917163743128817665', '电离总剂量效应.xlsx', '/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/电离总剂量效应_1745922430177.xlsx', null, '2025-04-29 18:27:10', null, null); INSERT INTO `oss_file` VALUES ('1917163826918428673', 'nsrec2011_W5_TID.xlsx', '/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID_1745922450159.xlsx', null, '2025-04-29 18:27:30', null, null); INSERT INTO `oss_file` VALUES ('1917163879439503362', 'nsrec2011_W5_TID.xlsx', '/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID_1745922462682.xlsx', null, '2025-04-29 18:27:43', null, null); INSERT INTO `oss_file` VALUES ('1917164227172470785', '单粒子效应.xlsx', '/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/单粒子效应_1745922545587.xlsx', null, '2025-04-29 18:29:06', null, null); INSERT INTO `oss_file` VALUES ('1917164469129285634', '单粒子效应.xlsx', '/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/单粒子效应_1745922603271.xlsx', null, '2025-04-29 18:30:03', null, null); INSERT INTO `oss_file` VALUES ('1917164672699830274', '单粒子效应.xlsx', '/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/单粒子效应_1745922651805.xlsx', null, '2025-04-29 18:30:52', null, null); INSERT INTO `oss_file` VALUES ('1917164771584741377', '单粒子效应.xlsx', '/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/单粒子效应_1745922675385.xlsx', null, '2025-04-29 18:31:15', null, null); INSERT INTO `oss_file` VALUES ('1917164898655375362', '电离总剂量效应.xlsx', '/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/电离总剂量效应_1745922705679.xlsx', null, '2025-04-29 18:31:46', null, null); INSERT INTO `oss_file` VALUES ('1917164935804325890', '电离总剂量效应.xlsx', '/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/电离总剂量效应_1745922714534.xlsx', null, '2025-04-29 18:31:55', null, null); INSERT INTO `oss_file` VALUES ('1917164968838664194', '单粒子效应.xlsx', '/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/单粒子效应_1745922722412.xlsx', null, '2025-04-29 18:32:02', null, null); INSERT INTO `oss_file` VALUES ('1917165282895564802', '单粒子效应.xlsx', '/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/单粒子效应_1745922797286.xlsx', null, '2025-04-29 18:33:17', null, null); INSERT INTO `oss_file` VALUES ('1917165674681307138', '单粒子效应.xlsx', '/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/单粒子效应_1745922890701.xlsx', null, '2025-04-29 18:34:51', null, null); INSERT INTO `oss_file` VALUES ('1917166181424533505', '单粒子效应.xlsx', '/oss/physical/NASA/8c0191df9adb61d82673ebb8e9b23d1e/单粒子效应_1745923011511.xlsx', null, '2025-04-29 18:36:52', null, null); INSERT INTO `oss_file` VALUES ('1917166724654010369', '单粒子效应.xlsx', '/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/单粒子效应_1745923141028.xlsx', null, '2025-04-29 18:39:01', null, null); INSERT INTO `oss_file` VALUES ('1917166756589441025', 'KC-2022-JL-066.pdf', '/oss/physical/temp/KC-2022-JL-066_1745923148561.pdf', null, '2025-04-29 18:39:09', null, null); INSERT INTO `oss_file` VALUES ('1917166935044493313', '单粒子效应.xlsx', '/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/单粒子效应_1745923191191.xlsx', null, '2025-04-29 18:39:51', null, null); INSERT INTO `oss_file` VALUES ('1917167000525967362', 'NC7SZ74单粒子效应.xlsx', '/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/NC7SZ74单粒子效应_1745923206807.xlsx', null, '2025-04-29 18:40:07', null, null); INSERT INTO `oss_file` VALUES ('1917167466064351233', '电离总剂量效应.xlsx', '/oss/physical/NASA/0d532efd9f9c0e9d088f4cf235b7b453/电离总剂量效应_1745923317793.xlsx', null, '2025-04-29 18:41:58', null, null); INSERT INTO `oss_file` VALUES ('1917167533844303874', 'nsrec00_W21.xlsx', '/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/nsrec00_W21_1745923333955.xlsx', null, '2025-04-29 18:42:14', null, null); INSERT INTO `oss_file` VALUES ('1917170562450558977', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.xlsx', '/oss/physical/NASA/a177971da409d5125062a648902ba7b5/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136_1745924056024.xlsx', null, '2025-04-29 18:54:16', null, null); INSERT INTO `oss_file` VALUES ('1917170825093681153', 'KC-2023-JL-031.pdf', '/oss/physical/temp/KC-2023-JL-031_1745924118583.pdf', null, '2025-04-29 18:55:19', null, null); INSERT INTO `oss_file` VALUES ('1917171358877585410', 'KC-2023-JL-025.zip', '/oss/physical/temp/KC-2023-JL-025_1745924245883.zip', null, '2025-04-29 18:57:26', null, null); INSERT INTO `oss_file` VALUES ('1917171749191127041', 'KC-2023-JL-025.xlsx', '/oss/physical/temp/KC-2023-JL-025_1745924338973.xlsx', null, '2025-04-29 18:58:59', null, null); INSERT INTO `oss_file` VALUES ('1917172298590425089', 'RH1499.xlsx', '/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/RH1499_1745924469958.xlsx', null, '2025-04-29 19:01:10', null, null); INSERT INTO `oss_file` VALUES ('1917173178383437826', '电离总剂量效应.xlsx', '/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/电离总剂量效应_1745924679718.xlsx', null, '2025-04-29 19:04:40', null, null); INSERT INTO `oss_file` VALUES ('1917173754236211201', 'RH137H.xlsx', '/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/RH137H_1745924817013.xlsx', null, '2025-04-29 19:06:57', null, null); INSERT INTO `oss_file` VALUES ('1917175701005635585', 'RH1086.xlsx', '/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/RH1086_1745925281159.xlsx', null, '2025-04-29 19:14:41', null, null); INSERT INTO `oss_file` VALUES ('1917176108847173633', '测试数据.xlsx', '/oss/physical/temp/测试数据_1745925378394.xlsx', null, '2025-04-29 19:16:18', null, null); INSERT INTO `oss_file` VALUES ('1917176676638494721', 'data.xlsx', '/oss/physical/NASA/58935ae9e7e7eef54ccc4ab2803fcfa6/data_1745925513750.xlsx', null, '2025-04-29 19:18:34', null, null); INSERT INTO `oss_file` VALUES ('1917176840203767810', 'KC-2023-JL-052.pdf', '/oss/physical/temp/KC-2023-JL-052_1745925552456.pdf', null, '2025-04-29 19:19:13', null, null); INSERT INTO `oss_file` VALUES ('1917176847975813121', 'idvg#1@1-2.xls', '/oss/physical/temp/idvg11-2_1745925554619.xls', null, '2025-04-29 19:19:15', null, null); INSERT INTO `oss_file` VALUES ('1917177026124681218', 'RH1086.xlsx', '/oss/physical/NASA/6cd91fdd30d36a4e3e78ee30af254ac4/RH1086_1745925597093.xlsx', null, '2025-04-29 19:19:57', null, null); INSERT INTO `oss_file` VALUES ('1917177177836851201', '单粒子效应.xlsx', '/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/单粒子效应_1745925633268.xlsx', null, '2025-04-29 19:20:33', null, null); INSERT INTO `oss_file` VALUES ('1917177573133225985', 'NBSG53AMNG单粒子效应.xlsx', '/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/NBSG53AMNG单粒子效应_1745925727506.xlsx', null, '2025-04-29 19:22:08', null, null); INSERT INTO `oss_file` VALUES ('1917177970044407810', 'SIMIT 20231204.zip', '/oss/physical/temp/SIMIT20231204_1745925822090.zip', null, '2025-04-29 19:23:42', null, null); INSERT INTO `oss_file` VALUES ('1917178187183525889', 'RH1078MH.xlsx', '/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/RH1078MH_1745925873908.xlsx', null, '2025-04-29 19:24:34', null, null); INSERT INTO `oss_file` VALUES ('1917178656710692866', '电离总剂量效应.xlsx', '/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/电离总剂量效应_1745925985852.xlsx', null, '2025-04-29 19:26:26', null, null); INSERT INTO `oss_file` VALUES ('1917178744128376833', '电离总剂量效应.xlsx', '/oss/physical/NASA/cbcfc94d8e38d23de5990e4e69f91e9d/电离总剂量效应_1745926006698.xlsx', null, '2025-04-29 19:26:47', null, null); INSERT INTO `oss_file` VALUES ('1917179311600930818', 'data.xlsx', '/oss/physical/NASA/09b505bae36b7835642892463622e913/data_1745926141995.xlsx', null, '2025-04-29 19:29:02', null, null); INSERT INTO `oss_file` VALUES ('1917181236379619329', 'data.xlsx', '/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/data_1745926600890.xlsx', null, '2025-04-29 19:36:41', null, null); INSERT INTO `oss_file` VALUES ('1917186785900990466', 'KC-2021-JL-025.xlsx', '/oss/physical/temp/KC-2021-JL-025_1745927923996.xlsx', null, '2025-04-29 19:58:44', null, null); INSERT INTO `oss_file` VALUES ('1917190225733586946', 'KC-2021-JL-025.xlsx', '/oss/physical/temp/KC-2021-JL-025_1745928744122.xlsx', null, '2025-04-29 20:12:24', null, null); INSERT INTO `oss_file` VALUES ('1917190356679757826', 'KC-2021-JL-025.pdf', '/oss/physical/temp/KC-2021-JL-025_1745928775229.pdf', null, '2025-04-29 20:12:55', null, null); INSERT INTO `oss_file` VALUES ('1917190426024185857', 'KC-2023-JL-025.pdf', '/oss/physical/temp/KC-2023-JL-025_1745928791609.pdf', null, '2025-04-29 20:13:12', null, null); INSERT INTO `oss_file` VALUES ('1917201796501311489', 'KC-2022-JL-046.pdf', '/oss/physical/temp/KC-2022-JL-046_1745931502729.pdf', null, '2025-04-29 20:58:23', null, null); INSERT INTO `oss_file` VALUES ('1917202560170823682', '单粒子效应.xlsx', '/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/单粒子效应_1745931684881.xlsx', null, '2025-04-29 21:01:25', null, null); INSERT INTO `oss_file` VALUES ('1917202736201568258', '单粒子效应.xlsx', '/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/单粒子效应_1745931726850.xlsx', null, '2025-04-29 21:02:07', null, null); INSERT INTO `oss_file` VALUES ('1917204563546574849', '电离总剂量效应.xlsx', '/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/电离总剂量效应_1745932162522.xlsx', null, '2025-04-29 21:09:23', null, null); INSERT INTO `oss_file` VALUES ('1917204738293862402', '电离总剂量效应.xlsx', '/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/电离总剂量效应_1745932204185.xlsx', null, '2025-04-29 21:10:04', null, null); INSERT INTO `oss_file` VALUES ('1917205004908990465', 'KC-2022-JL-046.pdf', '/oss/physical/temp/KC-2022-JL-046_1745932267632.pdf', null, '2025-04-29 21:11:08', null, null); INSERT INTO `oss_file` VALUES ('1917205167509573634', '58-wy-20220510.zip', '/oss/physical/temp/58-wy-20220510_1745932306078.zip', null, '2025-04-29 21:11:47', null, null); INSERT INTO `oss_file` VALUES ('1917205859536179201', 'KC-2022-JL-046.xlsx', '/oss/physical/temp/KC-2022-JL-046_1745932471511.xlsx', null, '2025-04-29 21:14:32', null, null); INSERT INTO `oss_file` VALUES ('1917206207457890305', 'KC-2022-JL-046.xlsx', '/oss/physical/temp/KC-2022-JL-046_1745932554463.xlsx', null, '2025-04-29 21:15:54', null, null); INSERT INTO `oss_file` VALUES ('1917206270166929409', '电离总剂量效应.xlsx', '/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/电离总剂量效应_1745932569413.xlsx', null, '2025-04-29 21:16:09', null, null); INSERT INTO `oss_file` VALUES ('1917207462091657218', 'KC-2022-JL-046.pdf', '/oss/physical/temp/KC-2022-JL-046_1745932853486.pdf', null, '2025-04-29 21:20:54', null, null); INSERT INTO `oss_file` VALUES ('1917207696079294466', 'RH1078MH.xlsx', '/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/RH1078MH_1745932909372.xlsx', null, '2025-04-29 21:21:49', null, null); INSERT INTO `oss_file` VALUES ('1917207927659401217', '​​RH1078MH.xlsx', '/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/RH1078MH_1745932964584.xlsx', null, '2025-04-29 21:22:45', null, null); INSERT INTO `oss_file` VALUES ('1917208820580585474', '单粒子效应.xlsx', '/oss/physical/NASA/b4d59670aebfd4fb4a9f360db7e56b4e/单粒子效应_1745933177479.xlsx', null, '2025-04-29 21:26:18', null, null); INSERT INTO `oss_file` VALUES ('1917208829115994113', 'RH1056A.xlsx', '/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/RH1056A_1745933179517.xlsx', null, '2025-04-29 21:26:20', null, null); INSERT INTO `oss_file` VALUES ('1917210303464181761', 'RH1021CMW-5.xlsx', '/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/RH1021CMW-5_1745933531024.xlsx', null, '2025-04-29 21:32:11', null, null); INSERT INTO `oss_file` VALUES ('1917210808500326402', '单粒子效应.xlsx', '/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/单粒子效应_1745933651432.xlsx', null, '2025-04-29 21:34:11', null, null); INSERT INTO `oss_file` VALUES ('1917211485419048961', 'RH1021CMH-5.xlsx', '/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/RH1021CMH-5_1745933812825.xlsx', null, '2025-04-29 21:36:53', null, null); INSERT INTO `oss_file` VALUES ('1917212785850421249', 'RH1021BMH-10.xlsx', '/oss/physical/NASA/23cfc0ceb9880a0100d646610e606065/RH1021BMH-10_1745934122873.xlsx', null, '2025-04-29 21:42:03', null, null); INSERT INTO `oss_file` VALUES ('1917213818458705922', '单粒子效应.xlsx', '/oss/physical/NASA/d910d58fb46d9e2e91452e8e3930d7c5/单粒子效应_1745934369067.xlsx', null, '2025-04-29 21:46:09', null, null); INSERT INTO `oss_file` VALUES ('1917213992178388993', 'RH1021-DD.xlsx', '/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/RH1021-DD_1745934410486.xlsx', null, '2025-04-29 21:46:51', null, null); INSERT INTO `oss_file` VALUES ('1917213992182583298', 'RH1021-TID.xlsx', '/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/RH1021-TID_1745934410486.xlsx', null, '2025-04-29 21:46:51', null, null); INSERT INTO `oss_file` VALUES ('1917214650428264449', 'KC-2021-JL-025测试数据.pdf', '/oss/physical/temp/KC-2021-JL-025测试数据_1745934567404.pdf', null, '2025-04-29 21:49:27', null, null); INSERT INTO `oss_file` VALUES ('1917214734297567233', 'KC-2021-JL-025测试数据.pdf', '/oss/physical/temp/KC-2021-JL-025测试数据_1745934587397.pdf', null, '2025-04-29 21:49:47', null, null); INSERT INTO `oss_file` VALUES ('1917215203820539906', 'RH1014MW.xlsx', '/oss/physical/NASA/88e483e35fc11c374272d2f5680a854c/RH1014MW_1745934699363.xlsx', null, '2025-04-29 21:51:39', null, null); INSERT INTO `oss_file` VALUES ('1917215975597641730', 'RH1013MJ8.xlsx', '/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/RH1013MJ8_1745934883363.xlsx', null, '2025-04-29 21:54:43', null, null); INSERT INTO `oss_file` VALUES ('1917216913934749698', 'RH1013MH.xlsx', '/oss/physical/NASA/09e7edc50ed5a435d5365a2cf42a207f/RH1013MH_1745935107087.xlsx', null, '2025-04-29 21:58:27', null, null); INSERT INTO `oss_file` VALUES ('1917217076560498690', '单粒子效应.xlsx', '/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/单粒子效应_1745935145857.xlsx', null, '2025-04-29 21:59:06', null, null); INSERT INTO `oss_file` VALUES ('1917217210828558338', '单粒子效应.xlsx', '/oss/physical/NASA/d910d58fb46d9e2e91452e8e3930d7c5/单粒子效应_1745935177870.xlsx', null, '2025-04-29 21:59:38', null, null); INSERT INTO `oss_file` VALUES ('1917220388894642178', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745935935580.xlsx', null, '2025-04-29 22:12:16', null, null); INSERT INTO `oss_file` VALUES ('1917220444796325889', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745935948642.pdf', null, '2025-04-29 22:12:29', null, null); INSERT INTO `oss_file` VALUES ('1917221365299253250', 'KC-2023-JL-089测试数据1.pdf', '/oss/physical/temp/KC-2023-JL-089测试数据1_1745936168292.pdf', null, '2025-04-29 22:16:08', null, null); INSERT INTO `oss_file` VALUES ('1917221716043730945', '电离总剂量效应.xlsx', '/oss/physical/NASA/bb1935df158ae510b1b539a90e3acb95/电离总剂量效应_1745936251998.xlsx', null, '2025-04-29 22:17:32', null, null); INSERT INTO `oss_file` VALUES ('1917222026497724417', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745936326041.xlsx', null, '2025-04-29 22:18:46', null, null); INSERT INTO `oss_file` VALUES ('1917222027265282049', 'KC-2023-JL-089测试数据1.pdf', '/oss/physical/temp/KC-2023-JL-089测试数据1_1745936326151.pdf', null, '2025-04-29 22:18:46', null, null); INSERT INTO `oss_file` VALUES ('1917222062136725506', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745936334232.pdf', null, '2025-04-29 22:18:55', null, null); INSERT INTO `oss_file` VALUES ('1917222358099398657', '​RH1013.xlsx', '/oss/physical/NASA/3c97e79c28743b586cd3f1459077f932/RH1013_1745936405075.xlsx', null, '2025-04-29 22:20:05', null, null); INSERT INTO `oss_file` VALUES ('1917222576178040833', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745936456783.pdf', null, '2025-04-29 22:20:57', null, null); INSERT INTO `oss_file` VALUES ('1917222623271686145', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745936468320.xlsx', null, '2025-04-29 22:21:08', null, null); INSERT INTO `oss_file` VALUES ('1917222624064409601', 'KC-2023-JL-089测试数据1.pdf', '/oss/physical/temp/KC-2023-JL-089测试数据1_1745936468416.pdf', null, '2025-04-29 22:21:09', null, null); INSERT INTO `oss_file` VALUES ('1917222884098674689', '电离总剂量效应.xlsx', '/oss/physical/NASA/81a4cee3812e1da1586583c5099d9bfd/电离总剂量效应_1745936530483.xlsx', null, '2025-04-29 22:22:11', null, null); INSERT INTO `oss_file` VALUES ('1917223610254331905', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745936703667.xlsx', null, '2025-04-29 22:25:04', null, null); INSERT INTO `oss_file` VALUES ('1917223611147718658', 'KC-2023-JL-089测试数据1.pdf', '/oss/physical/temp/KC-2023-JL-089测试数据1_1745936703751.pdf', null, '2025-04-29 22:25:04', null, null); INSERT INTO `oss_file` VALUES ('1917223641648697346', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745936710813.pdf', null, '2025-04-29 22:25:11', null, null); INSERT INTO `oss_file` VALUES ('1917223746397245442', 'RH1009MW.xlsx', '/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/RH1009MW_1745936736072.xlsx', null, '2025-04-29 22:25:36', null, null); INSERT INTO `oss_file` VALUES ('1917224031123378177', '单粒子效应.xlsx', '/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/单粒子效应_1745936803951.xlsx', null, '2025-04-29 22:26:44', null, null); INSERT INTO `oss_file` VALUES ('1917224085330563073', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745936816572.pdf', null, '2025-04-29 22:26:57', null, null); INSERT INTO `oss_file` VALUES ('1917224117622509569', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745936824609.xlsx', null, '2025-04-29 22:27:05', null, null); INSERT INTO `oss_file` VALUES ('1917224118545256450', 'KC-2023-JL-089测试数据1.pdf', '/oss/physical/temp/KC-2023-JL-089测试数据1_1745936824721.pdf', null, '2025-04-29 22:27:05', null, null); INSERT INTO `oss_file` VALUES ('1917224391829327873', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745936889955.xlsx', null, '2025-04-29 22:28:10', null, null); INSERT INTO `oss_file` VALUES ('1917224392542359553', 'KC-2023-JL-089测试数据1.pdf', '/oss/physical/temp/KC-2023-JL-089测试数据1_1745936890049.pdf', null, '2025-04-29 22:28:10', null, null); INSERT INTO `oss_file` VALUES ('1917224424599425026', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745936897486.pdf', null, '2025-04-29 22:28:18', null, null); INSERT INTO `oss_file` VALUES ('1917224581936156674', 'RH1009MH.xlsx', '/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/RH1009MH_1745936935279.xlsx', null, '2025-04-29 22:28:55', null, null); INSERT INTO `oss_file` VALUES ('1917224691285856257', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745936961042.pdf', null, '2025-04-29 22:29:21', null, null); INSERT INTO `oss_file` VALUES ('1917224718573998081', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745936967857.xlsx', null, '2025-04-29 22:29:28', null, null); INSERT INTO `oss_file` VALUES ('1917224719274446849', 'KC-2023-JL-089测试数据1.pdf', '/oss/physical/temp/KC-2023-JL-089测试数据1_1745936967940.pdf', null, '2025-04-29 22:29:28', null, null); INSERT INTO `oss_file` VALUES ('1917224790363705345', '电离总剂量效应.xlsx', '/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/电离总剂量效应_1745936984964.xlsx', null, '2025-04-29 22:29:45', null, null); INSERT INTO `oss_file` VALUES ('1917225434281644034', '电离总剂量效应.xlsx', '/oss/physical/NASA/8d407f745f31e3f405665d23fd99d559/电离总剂量效应_1745937138500.xlsx', null, '2025-04-29 22:32:19', null, null); INSERT INTO `oss_file` VALUES ('1917226027268149250', 'RH-OBC-1.xlsx', '/oss/physical/NASA/7d44536aca1c2981a632ab093218a958/RH-OBC-1_1745937279878.xlsx', null, '2025-04-29 22:34:40', null, null); INSERT INTO `oss_file` VALUES ('1917226664622002178', '电离总剂量效应.xlsx', '/oss/physical/NASA/d2c5c08c2b467a83401e9740bb086a09/电离总剂量效应_1745937431830.xlsx', null, '2025-04-29 22:37:12', null, null); INSERT INTO `oss_file` VALUES ('1917227074598440962', 'REF 05 AJ883C.xlsx', '/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/REF05AJ883C_1745937529580.xlsx', null, '2025-04-29 22:38:50', null, null); INSERT INTO `oss_file` VALUES ('1917227507819712513', '电离总剂量效应.xlsx', '/oss/physical/NASA/a320fbbcaecc46d09af42a2f2b88ad43/电离总剂量效应_1745937632864.xlsx', null, '2025-04-29 22:40:33', null, null); INSERT INTO `oss_file` VALUES ('1917228008904822785', 'REF-43B.xlsx', '/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/REF-43B_1745937752332.xlsx', null, '2025-04-29 22:42:32', null, null); INSERT INTO `oss_file` VALUES ('1917228704727273473', 'REF-10.xlsx', '/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/REF-10_1745937918230.xlsx', null, '2025-04-29 22:45:18', null, null); INSERT INTO `oss_file` VALUES ('1917228824898277377', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745937946881.xlsx', null, '2025-04-29 22:45:47', null, null); INSERT INTO `oss_file` VALUES ('1917228863691395073', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745937955877.pdf', null, '2025-04-29 22:45:56', null, null); INSERT INTO `oss_file` VALUES ('1917228896469880833', 'KC-2023-JL-089-测试数据2.pdf', '/oss/physical/temp/KC-2023-JL-089-测试数据2_1745937963854.pdf', null, '2025-04-29 22:46:04', null, null); INSERT INTO `oss_file` VALUES ('1917229252918611970', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745938048928.xlsx', null, '2025-04-29 22:47:29', null, null); INSERT INTO `oss_file` VALUES ('1917229283172126722', 'KC-2023-JL-089-测试数据2.pdf', '/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938056087.pdf', null, '2025-04-29 22:47:36', null, null); INSERT INTO `oss_file` VALUES ('1917229322699247618', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745938065280.pdf', null, '2025-04-29 22:47:46', null, null); INSERT INTO `oss_file` VALUES ('1917229506216824833', '​​REF-02.xlsx', '/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/REF-02_1745938109324.xlsx', null, '2025-04-29 22:48:29', null, null); INSERT INTO `oss_file` VALUES ('1917229657312432129', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745938145048.pdf', null, '2025-04-29 22:49:05', null, null); INSERT INTO `oss_file` VALUES ('1917229701600088066', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745938155900.xlsx', null, '2025-04-29 22:49:16', null, null); INSERT INTO `oss_file` VALUES ('1917229702157930497', 'KC-2023-JL-089-测试数据2.pdf', '/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938155940.pdf', null, '2025-04-29 22:49:16', null, null); INSERT INTO `oss_file` VALUES ('1917229991615238146', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745938225048.xlsx', null, '2025-04-29 22:50:25', null, null); INSERT INTO `oss_file` VALUES ('1917229992215023617', 'KC-2023-JL-089-测试数据2.pdf', '/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938225097.pdf', null, '2025-04-29 22:50:25', null, null); INSERT INTO `oss_file` VALUES ('1917230017607340033', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745938230946.pdf', null, '2025-04-29 22:50:31', null, null); INSERT INTO `oss_file` VALUES ('1917230331886538753', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745938305902.pdf', null, '2025-04-29 22:51:46', null, null); INSERT INTO `oss_file` VALUES ('1917230366455992321', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745938314418.xlsx', null, '2025-04-29 22:51:54', null, null); INSERT INTO `oss_file` VALUES ('1917230366946725890', 'KC-2023-JL-089-测试数据2.pdf', '/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938314466.pdf', null, '2025-04-29 22:51:55', null, null); INSERT INTO `oss_file` VALUES ('1917230369115181057', 'RDHA710.xlsx', '/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/RDHA710_1745938315051.xlsx', null, '2025-04-29 22:51:55', null, null); INSERT INTO `oss_file` VALUES ('1917230719821910018', 'KC-2023-JL-089.pdf', '/oss/physical/temp/KC-2023-JL-089_1745938398373.pdf', null, '2025-04-29 22:53:19', null, null); INSERT INTO `oss_file` VALUES ('1917230775560015873', 'KC-2023-JL-089.xlsx', '/oss/physical/temp/KC-2023-JL-089_1745938411954.xlsx', null, '2025-04-29 22:53:32', null, null); INSERT INTO `oss_file` VALUES ('1917230776172384257', 'KC-2023-JL-089-测试数据2.pdf', '/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938412015.pdf', null, '2025-04-29 22:53:32', null, null); INSERT INTO `oss_file` VALUES ('1917231186018799618', 'RDHA701.xlsx', '/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/RDHA701_1745938509819.xlsx', null, '2025-04-29 22:55:10', null, null); INSERT INTO `oss_file` VALUES ('1917232119972859905', 'RB205T-60.xlsx', '/oss/physical/NASA/e8df2642ffb0c6ea42c8249a8adad737/RB205T-60_1745938732485.xlsx', null, '2025-04-29 22:58:53', null, null); INSERT INTO `oss_file` VALUES ('1917233360685731841', 'RAMT1R13.xlsx', '/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/RAMT1R13_1745939028301.xlsx', null, '2025-04-29 23:03:48', null, null); INSERT INTO `oss_file` VALUES ('1917234015362060289', 'RAMT1R12.xlsx', '/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/RAMT1R12_1745939184383.xlsx', null, '2025-04-29 23:06:24', null, null); INSERT INTO `oss_file` VALUES ('1917237456696217602', 'KC-2023-JL-120pdf.pdf', '/oss/physical/temp/KC-2023-JL-120pdf_1745940004603.pdf', null, '2025-04-29 23:20:05', null, null); INSERT INTO `oss_file` VALUES ('1917237523175936002', 'KC-2023-SB-H771-151测试数据.xlsx', '/oss/physical/temp/KC-2023-SB-H771-151测试数据_1745940020702.xlsx', null, '2025-04-29 23:20:21', null, null); INSERT INTO `oss_file` VALUES ('1917237523968659458', 'KC-2023-SB-H771-151.pdf', '/oss/physical/temp/KC-2023-SB-H771-151_1745940020769.pdf', null, '2025-04-29 23:20:21', null, null); INSERT INTO `oss_file` VALUES ('1917239892517294082', 'KC-2023-SB-H771-152测试数据.xlsx', '/oss/physical/temp/KC-2023-SB-H771-152测试数据_1745940585598.xlsx', null, '2025-04-29 23:29:46', null, null); INSERT INTO `oss_file` VALUES ('1917239892919947265', 'KC-2023-SB-H771-152.pdf', '/oss/physical/temp/KC-2023-SB-H771-152_1745940585664.pdf', null, '2025-04-29 23:29:46', null, null); INSERT INTO `oss_file` VALUES ('1917239923114741762', 'KC-2023-JL-120pdf.pdf', '/oss/physical/temp/KC-2023-JL-120pdf_1745940592633.pdf', null, '2025-04-29 23:29:53', null, null); INSERT INTO `oss_file` VALUES ('1917241142260502530', 'KC-2023-SB-H771-152.xlsx', '/oss/physical/temp/KC-2023-SB-H771-152_1745940883564.xlsx', null, '2025-04-29 23:34:44', null, null); INSERT INTO `oss_file` VALUES ('1917241142797373442', 'KC-2023-SB-H771-152测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-152测试数据_1745940883647.pdf', null, '2025-04-29 23:34:44', null, null); INSERT INTO `oss_file` VALUES ('1917243017185693698', 'KC-2023-JL-120pdf.pdf', '/oss/physical/temp/KC-2023-JL-120pdf_1745941330342.pdf', null, '2025-04-29 23:42:11', null, null); INSERT INTO `oss_file` VALUES ('1917243052283629570', 'KC-2023-SB-H771-153.xlsx', '/oss/physical/temp/KC-2023-SB-H771-153_1745941338958.xlsx', null, '2025-04-29 23:42:19', null, null); INSERT INTO `oss_file` VALUES ('1917243052438818817', 'KC-2023-SB-H771-153测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-153测试数据_1745941338966.pdf', null, '2025-04-29 23:42:19', null, null); INSERT INTO `oss_file` VALUES ('1917403503600570369', '单粒子效应.xlsx', '/oss/physical/NASA/b0e674303e31c245c79e02c048b455bb/单粒子效应_1745979593527.xlsx', null, '2025-04-30 10:19:54', null, null); INSERT INTO `oss_file` VALUES ('1917406691942699010', 'CPLS-E5-8700-1.xlsx', '/oss/physical/temp/CPLS-E5-8700-1_1745980353680.xlsx', null, '2025-04-30 10:32:34', null, null); INSERT INTO `oss_file` VALUES ('1917407421416050690', 'KC-2023-JL-052.pdf', '/oss/physical/temp/KC-2023-JL-052_1745980527368.pdf', null, '2025-04-30 10:35:28', null, null); INSERT INTO `oss_file` VALUES ('1917408452342419457', 'data.xlsx', '/oss/physical/NASA/8499859be3d9f758abdace623ec0d590/data_1745980773401.xlsx', null, '2025-04-30 10:39:33', null, null); INSERT INTO `oss_file` VALUES ('1917408548073213953', 'KC-2025-JL-032.xlsx', '/oss/physical/temp/KC-2025-JL-032_1745980796227.xlsx', null, '2025-04-30 10:39:56', null, null); INSERT INTO `oss_file` VALUES ('1917408919495610370', 'SS-KFG902103-30.xlsx', '/oss/physical/temp/SS-KFG902103-30_1745980884779.xlsx', null, '2025-04-30 10:41:25', null, null); INSERT INTO `oss_file` VALUES ('1917409041663102977', 'KC-2022-JL-046_测试数据.pdf', '/oss/physical/temp/KC-2022-JL-046_测试数据_1745980913882.pdf', null, '2025-04-30 10:41:54', null, null); INSERT INTO `oss_file` VALUES ('1917409510921834498', 'KC-2022-JL-046.pdf', '/oss/physical/temp/KC-2022-JL-046_1745981025667.pdf', null, '2025-04-30 10:43:46', null, null); INSERT INTO `oss_file` VALUES ('1917409606237392897', 'KC-2022-JL-046_1.xlsx', '/oss/physical/temp/KC-2022-JL-046_1_1745981048516.xlsx', null, '2025-04-30 10:44:09', null, null); INSERT INTO `oss_file` VALUES ('1917409741138792449', 'KC-2022-JL-046_1.xlsx', '/oss/physical/temp/KC-2022-JL-046_1_1745981080673.xlsx', null, '2025-04-30 10:44:41', null, null); INSERT INTO `oss_file` VALUES ('1917409741252038658', 'KC-2022-JL-046_测试数据.pdf', '/oss/physical/temp/KC-2022-JL-046_测试数据_1745981080679.pdf', null, '2025-04-30 10:44:41', null, null); INSERT INTO `oss_file` VALUES ('1917409758150889473', 'CPLS-E5-8700-1.xlsx', '/oss/physical/temp/CPLS-E5-8700-1_1745981084730.xlsx', null, '2025-04-30 10:44:45', null, null); INSERT INTO `oss_file` VALUES ('1917409772113727490', 'KC-2022-JL-046.pdf', '/oss/physical/temp/KC-2022-JL-046_1745981087946.pdf', null, '2025-04-30 10:44:48', null, null); INSERT INTO `oss_file` VALUES ('1917409807127777281', '58-wy-20220510.zip', '/oss/physical/temp/58-wy-20220510_1745981095971.zip', null, '2025-04-30 10:44:56', null, null); INSERT INTO `oss_file` VALUES ('1917409858168262658', 'KC-2025-JL-032.xlsx', '/oss/physical/temp/KC-2025-JL-032_1745981108575.xlsx', null, '2025-04-30 10:45:09', null, null); INSERT INTO `oss_file` VALUES ('1917410360582967298', 'CPLS-E5-8700-1.xlsx', '/oss/physical/temp/CPLS-E5-8700-1_1745981228361.xlsx', null, '2025-04-30 10:47:08', null, null); INSERT INTO `oss_file` VALUES ('1917410512534212609', '58-wy-20220510.zip', '/oss/physical/temp/58-wy-20220510_1745981264189.zip', null, '2025-04-30 10:47:45', null, null); INSERT INTO `oss_file` VALUES ('1917410536504659970', 'KC-2022-JL-046.pdf', '/oss/physical/temp/KC-2022-JL-046_1745981270189.pdf', null, '2025-04-30 10:47:50', null, null); INSERT INTO `oss_file` VALUES ('1917410579378835457', 'KC-2022-JL-046_1.xlsx', '/oss/physical/temp/KC-2022-JL-046_1_1745981280527.xlsx', null, '2025-04-30 10:48:01', null, null); INSERT INTO `oss_file` VALUES ('1917410579487887361', 'KC-2022-JL-046_测试数据.pdf', '/oss/physical/temp/KC-2022-JL-046_测试数据_1745981280531.pdf', null, '2025-04-30 10:48:01', null, null); INSERT INTO `oss_file` VALUES ('1917410836439339009', 'KC-2023-JL-052.pdf', '/oss/physical/temp/KC-2023-JL-052_1745981341486.pdf', null, '2025-04-30 10:49:02', null, null); INSERT INTO `oss_file` VALUES ('1917410894656278529', 'KC-2022-JL-046.pdf', '/oss/physical/temp/KC-2022-JL-046_1745981355585.pdf', null, '2025-04-30 10:49:16', null, null); INSERT INTO `oss_file` VALUES ('1917410943758995458', 'KC-2022-JL-046_1.xlsx', '/oss/physical/temp/KC-2022-JL-046_1_1745981367400.xlsx', null, '2025-04-30 10:49:27', null, null); INSERT INTO `oss_file` VALUES ('1917410943880630273', 'KC-2022-JL-046_测试数据.pdf', '/oss/physical/temp/KC-2022-JL-046_测试数据_1745981367408.pdf', null, '2025-04-30 10:49:27', null, null); INSERT INTO `oss_file` VALUES ('1917410981516120066', '58-wy-20220510.zip', '/oss/physical/temp/58-wy-20220510_1745981375997.zip', null, '2025-04-30 10:49:36', null, null); INSERT INTO `oss_file` VALUES ('1917411233048530946', '58-wy-20220510.zip', '/oss/physical/temp/58-wy-20220510_1745981435928.zip', null, '2025-04-30 10:50:36', null, null); INSERT INTO `oss_file` VALUES ('1917411274295316482', 'KC-2022-JL-046_1.xlsx', '/oss/physical/temp/KC-2022-JL-046_1_1745981446205.xlsx', null, '2025-04-30 10:50:46', null, null); INSERT INTO `oss_file` VALUES ('1917411274521808898', 'KC-2022-JL-046_测试数据.pdf', '/oss/physical/temp/KC-2022-JL-046_测试数据_1745981446235.pdf', null, '2025-04-30 10:50:46', null, null); INSERT INTO `oss_file` VALUES ('1917411325860089857', 'KC-2022-JL-046.pdf', '/oss/physical/temp/KC-2022-JL-046_1745981458396.pdf', null, '2025-04-30 10:50:59', null, null); INSERT INTO `oss_file` VALUES ('1917411697383149570', 'data.xlsx', '/oss/physical/NASA/cb929b5bc822f1b5c65f1133500490ba/data_1745981547079.xlsx', null, '2025-04-30 10:52:27', null, null); INSERT INTO `oss_file` VALUES ('1917411809723387905', 'QZJ726.xlsx', '/oss/physical/temp/QZJ726_1745981573862.xlsx', null, '2025-04-30 10:52:54', null, null); INSERT INTO `oss_file` VALUES ('1917412223839604737', 'KC-2023-JL-052.pdf', '/oss/physical/temp/KC-2023-JL-052_1745981672312.pdf', null, '2025-04-30 10:54:33', null, null); INSERT INTO `oss_file` VALUES ('1917412898501791746', 'SS-KFG902103-30.xlsx', '/oss/physical/temp/SS-KFG902103-30_1745981833450.xlsx', null, '2025-04-30 10:57:13', null, null); INSERT INTO `oss_file` VALUES ('1917413207848488961', 'QZJ726.xlsx', '/oss/physical/temp/QZJ726_1745981907206.xlsx', null, '2025-04-30 10:58:27', null, null); INSERT INTO `oss_file` VALUES ('1917413563949092865', 'data.xlsx', '/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/data_1745981992101.xlsx', null, '2025-04-30 10:59:52', null, null); INSERT INTO `oss_file` VALUES ('1917413690730319873', 'KC-2025-JL-046.xlsx', '/oss/physical/temp/KC-2025-JL-046_1745982022330.xlsx', null, '2025-04-30 11:00:22', null, null); INSERT INTO `oss_file` VALUES ('1917414081794641922', 'QZJ726.xlsx', '/oss/physical/temp/QZJ726_1745982115529.xlsx', null, '2025-04-30 11:01:56', null, null); INSERT INTO `oss_file` VALUES ('1917414143945838594', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745982130310.pdf', null, '2025-04-30 11:02:10', null, null); INSERT INTO `oss_file` VALUES ('1917414194780803073', 'QZJ651.xlsx', '/oss/physical/temp/QZJ651_1745982142502.xlsx', null, '2025-04-30 11:02:23', null, null); INSERT INTO `oss_file` VALUES ('1917414203853082625', 'VDMOS试验大纲.pdf', '/oss/physical/temp/VDMOS试验大纲_1745982144628.pdf', null, '2025-04-30 11:02:25', null, null); INSERT INTO `oss_file` VALUES ('1917414368940888065', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745982183933.pdf', null, '2025-04-30 11:03:04', null, null); INSERT INTO `oss_file` VALUES ('1917414420690210817', 'VDMOS试验大纲.pdf', '/oss/physical/temp/VDMOS试验大纲_1745982196337.pdf', null, '2025-04-30 11:03:16', null, null); INSERT INTO `oss_file` VALUES ('1917414680216965121', 'KC-2023-JL-052.pdf', '/oss/physical/temp/KC-2023-JL-052_1745982257928.pdf', null, '2025-04-30 11:04:18', null, null); INSERT INTO `oss_file` VALUES ('1917415100238761986', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745982358310.pdf', null, '2025-04-30 11:05:58', null, null); INSERT INTO `oss_file` VALUES ('1917415163031687169', 'LF119试验大纲.pdf', '/oss/physical/temp/LF119试验大纲_1745982373333.pdf', null, '2025-04-30 11:06:13', null, null); INSERT INTO `oss_file` VALUES ('1917416173418549250', 'ZC1309B-E107-00-100M0000.xlsx', '/oss/physical/temp/ZC1309B-E107-00-100M0000_1745982614252.xlsx', null, '2025-04-30 11:10:14', null, null); INSERT INTO `oss_file` VALUES ('1917417877178388481', 'LB8169试验大纲.pdf', '/oss/physical/temp/LB8169试验大纲_1745983020433.pdf', null, '2025-04-30 11:17:00', null, null); INSERT INTO `oss_file` VALUES ('1917417878084358146', 'KC-2023-SB-H771-156测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-156测试数据_1745983020545.pdf', null, '2025-04-30 11:17:01', null, null); INSERT INTO `oss_file` VALUES ('1917417917284323329', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745983029918.pdf', null, '2025-04-30 11:17:10', null, null); INSERT INTO `oss_file` VALUES ('1917418198126530562', 'data .xlsx', '/oss/physical/NASA/5006b891874f56b77e86e8fecc7927e0/data_1745983096978.xlsx', null, '2025-04-30 11:18:17', null, null); INSERT INTO `oss_file` VALUES ('1917418386278813698', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745983141736.pdf', null, '2025-04-30 11:19:02', null, null); INSERT INTO `oss_file` VALUES ('1917418468969517058', 'KC-2023-SB-H771-156.xlsx', '/oss/physical/temp/KC-2023-SB-H771-156_1745983161552.xlsx', null, '2025-04-30 11:19:22', null, null); INSERT INTO `oss_file` VALUES ('1917418469212786689', 'LB8169试验大纲.pdf', '/oss/physical/temp/LB8169试验大纲_1745983161590.pdf', null, '2025-04-30 11:19:22', null, null); INSERT INTO `oss_file` VALUES ('1917418470156505089', 'KC-2023-SB-H771-156测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-156测试数据_1745983161714.pdf', null, '2025-04-30 11:19:22', null, null); INSERT INTO `oss_file` VALUES ('1917419484997718017', 'data (4).xlsx', '/oss/physical/NASA/78ddc5e5c204760c98588940e7d7ee8d/data(4)_1745983403791.xlsx', null, '2025-04-30 11:23:24', null, null); INSERT INTO `oss_file` VALUES ('1917419597879021570', '电离总剂量效应.xlsx', '/oss/physical/NASA/b3b126acab2ce8e5932366b3df23e27f/电离总剂量效应_1745983430702.xlsx', null, '2025-04-30 11:23:51', null, null); INSERT INTO `oss_file` VALUES ('1917419654690869250', 'KC-2022-JL-062.pdf', '/oss/physical/temp/KC-2022-JL-062_1745983444148.pdf', null, '2025-04-30 11:24:04', null, null); INSERT INTO `oss_file` VALUES ('1917420832233328642', '电离总剂量效应.xlsx', '/oss/physical/NASA/b0305bfda13412975be89a8e46e248be/电离总剂量效应_1745983724997.xlsx', null, '2025-04-30 11:28:45', null, null); INSERT INTO `oss_file` VALUES ('1917421133816369154', '单粒子效应.xlsx', '/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/单粒子效应_1745983796901.xlsx', null, '2025-04-30 11:29:57', null, null); INSERT INTO `oss_file` VALUES ('1917421586625040385', '电离总剂量效应.xlsx', '/oss/physical/NASA/2b403ba0c6c50cfa4b314a751f7437af/电离总剂量效应_1745983904852.xlsx', null, '2025-04-30 11:31:45', null, null); INSERT INTO `oss_file` VALUES ('1917421807090241538', 'data (6).xlsx', '/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/data(6)_1745983957424.xlsx', null, '2025-04-30 11:32:37', null, null); INSERT INTO `oss_file` VALUES ('1917422084480536578', 'CC2S80AMJ-RH.xlsx', '/oss/physical/temp/CC2S80AMJ-RH_1745984023555.xlsx', null, '2025-04-30 11:33:44', null, null); INSERT INTO `oss_file` VALUES ('1917422369152143361', '电离总剂量效应.xlsx', '/oss/physical/NASA/3f36432bf17ff9ec355cd126cbd73b28/电离总剂量效应_1745984091416.xlsx', null, '2025-04-30 11:34:51', null, null); INSERT INTO `oss_file` VALUES ('1917422465755353089', '电离总剂量效应.xlsx', '/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/电离总剂量效应_1745984114458.xlsx', null, '2025-04-30 11:35:14', null, null); INSERT INTO `oss_file` VALUES ('1917422589210497026', 'data.xlsx', '/oss/physical/NASA/c2ba5bf9181da81490012bbd554d0618/data_1745984143890.xlsx', null, '2025-04-30 11:35:44', null, null); INSERT INTO `oss_file` VALUES ('1917423192670179329', 'KC 2022 JL 097.xlsx', '/oss/physical/temp/KC2022JL097_1745984287773.xlsx', null, '2025-04-30 11:38:08', null, null); INSERT INTO `oss_file` VALUES ('1917423563836723202', '位移损伤效应.xlsx', '/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/位移损伤效应_1745984376259.xlsx', null, '2025-04-30 11:39:36', null, null); INSERT INTO `oss_file` VALUES ('1917423702991147010', 'KC 2022 JL 045.xlsx', '/oss/physical/temp/KC2022JL045_1745984409438.xlsx', null, '2025-04-30 11:40:09', null, null); INSERT INTO `oss_file` VALUES ('1917423860101386242', '4所-20220429.rar', '/oss/physical/temp/4所-20220429_1745984446895.rar', null, '2025-04-30 11:40:47', null, null); INSERT INTO `oss_file` VALUES ('1917423914308571137', 'KC 2022 JL 045.xlsx', '/oss/physical/temp/KC2022JL045_1745984459817.xlsx', null, '2025-04-30 11:41:00', null, null); INSERT INTO `oss_file` VALUES ('1917424246950432770', 'KC-2022-JL-045.pdf', '/oss/physical/temp/KC-2022-JL-045_1745984539050.pdf', null, '2025-04-30 11:42:19', null, null); INSERT INTO `oss_file` VALUES ('1917424316173225985', '单粒子效应.xlsx', '/oss/physical/NASA/7752a995ebecccb7b376ba0c4e999e2d/单粒子效应_1745984555631.xlsx', null, '2025-04-30 11:42:36', null, null); INSERT INTO `oss_file` VALUES ('1917424620516118530', 'KC-2022-JL-056.pdf', '/oss/physical/temp/KC-2022-JL-056_1745984628120.pdf', null, '2025-04-30 11:43:48', null, null); INSERT INTO `oss_file` VALUES ('1917424759502770177', 'KC-2025-JL-046.xlsx', '/oss/physical/temp/KC-2025-JL-046_1745984661330.xlsx', null, '2025-04-30 11:44:21', null, null); INSERT INTO `oss_file` VALUES ('1917424777261453313', 'KC-2024-JL-133.pdf', '/oss/physical/temp/KC-2024-JL-133_1745984665267.pdf', null, '2025-04-30 11:44:26', null, null); INSERT INTO `oss_file` VALUES ('1917424867535458305', 'KC-2025-JL-049.xlsx', '/oss/physical/temp/KC-2025-JL-049_1745984687089.xlsx', null, '2025-04-30 11:44:47', null, null); INSERT INTO `oss_file` VALUES ('1917424880244199425', 'KC 2022 JL 020.xlsx', '/oss/physical/temp/KC2022JL020_1745984690118.xlsx', null, '2025-04-30 11:44:50', null, null); INSERT INTO `oss_file` VALUES ('1917425049241096193', 'data (7).xlsx', '/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/data(7)_1745984730372.xlsx', null, '2025-04-30 11:45:30', null, null); INSERT INTO `oss_file` VALUES ('1917425181005156353', '单粒子效应.xlsx', '/oss/physical/NASA/cdd1e7f5b00f968f542e00ddbbede647/单粒子效应_1745984761824.xlsx', null, '2025-04-30 11:46:02', null, null); INSERT INTO `oss_file` VALUES ('1917425526053769218', 'KC-2022-JL-020.pdf', '/oss/physical/temp/KC-2022-JL-020_1745984844009.pdf', null, '2025-04-30 11:47:24', null, null); INSERT INTO `oss_file` VALUES ('1917425573663313922', '深圳吉华微特-张兴尧-20220310.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220310_1745984855441.rar', null, '2025-04-30 11:47:35', null, null); INSERT INTO `oss_file` VALUES ('1917425580902682625', '电离总剂量效应.xlsx', '/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/电离总剂量效应_1745984857167.xlsx', null, '2025-04-30 11:47:37', null, null); INSERT INTO `oss_file` VALUES ('1917425637957799938', 'KC 2022 JL 020.xlsx', '/oss/physical/temp/KC2022JL020_1745984870770.xlsx', null, '2025-04-30 11:47:51', null, null); INSERT INTO `oss_file` VALUES ('1917425899749478402', '单粒子效应.xlsx', '/oss/physical/NASA/044e19ad0341d0411e61bdebffcc9490/单粒子效应_1745984933185.xlsx', null, '2025-04-30 11:48:53', null, null); INSERT INTO `oss_file` VALUES ('1917426542581092354', 'KC-2023-JL-111.pdf', '/oss/physical/temp/KC-2023-JL-111_1745985086344.pdf', null, '2025-04-30 11:51:26', null, null); INSERT INTO `oss_file` VALUES ('1917426741609205761', '单粒子效应.xlsx', '/oss/physical/NASA/9951c15d22e24bc9a594ccbc66cc51ec/单粒子效应_1745985133901.xlsx', null, '2025-04-30 11:52:14', null, null); INSERT INTO `oss_file` VALUES ('1917426756075360258', 'data (8).xlsx', '/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/data(8)_1745985137348.xlsx', null, '2025-04-30 11:52:17', null, null); INSERT INTO `oss_file` VALUES ('1917427032874258433', 'KC-2023-JL-047.pdf', '/oss/physical/temp/KC-2023-JL-047_1745985203235.pdf', null, '2025-04-30 11:53:23', null, null); INSERT INTO `oss_file` VALUES ('1917427119302086657', 'data (9).xlsx', '/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/data(9)_1745985223942.xlsx', null, '2025-04-30 11:53:44', null, null); INSERT INTO `oss_file` VALUES ('1917427665069117441', 'KC-2025-JL-049.xlsx', '/oss/physical/temp/KC-2025-JL-049_1745985354071.xlsx', null, '2025-04-30 11:55:54', null, null); INSERT INTO `oss_file` VALUES ('1917427921831825409', 'KC-2023-JL-076.pdf', '/oss/physical/temp/KC-2023-JL-076_1745985415202.pdf', null, '2025-04-30 11:56:55', null, null); INSERT INTO `oss_file` VALUES ('1917428308911558658', '单粒子效应.xlsx', '/oss/physical/NASA/a1488333972de2e1d9cc3777a0bd4a60/单粒子效应_1745985507580.xlsx', null, '2025-04-30 11:58:28', null, null); INSERT INTO `oss_file` VALUES ('1917428335356645378', 'data (10).xlsx', '/oss/physical/NASA/c309a1e914e9ed7673ebf27b5bfcf4be/data(10)_1745985513882.xlsx', null, '2025-04-30 11:58:34', null, null); INSERT INTO `oss_file` VALUES ('1917429072396521474', 'data (13).xlsx', '/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/data(13)_1745985689605.xlsx', null, '2025-04-30 12:01:30', null, null); INSERT INTO `oss_file` VALUES ('1917429205687308289', 'LCS7391T1RH等试验大纲.pdf', '/oss/physical/temp/LCS7391T1RH等试验大纲_1745985721358.pdf', null, '2025-04-30 12:02:01', null, null); INSERT INTO `oss_file` VALUES ('1917429337942102018', 'LCS7391T1RH等试验大纲.pdf', '/oss/physical/temp/LCS7391T1RH等试验大纲_1745985752658.pdf', null, '2025-04-30 12:02:33', null, null); INSERT INTO `oss_file` VALUES ('1917429361581199361', '单粒子效应.xlsx', '/oss/physical/NASA/f12d4b8d2b4927afccd24d3bd997751e/单粒子效应_1745985758551.xlsx', null, '2025-04-30 12:02:39', null, null); INSERT INTO `oss_file` VALUES ('1917429385841053697', 'KC-2023-JL-118.pdf', '/oss/physical/temp/KC-2023-JL-118_1745985764256.pdf', null, '2025-04-30 12:02:44', null, null); INSERT INTO `oss_file` VALUES ('1917429833478148097', 'data (14).xlsx', '/oss/physical/NASA/276f46fbf8f30011eeede63fe94014d6/data(14)_1745985871059.xlsx', null, '2025-04-30 12:04:31', null, null); INSERT INTO `oss_file` VALUES ('1917429894228447234', '4MLQ40G.xlsx', '/oss/physical/temp/4MLQ40G_1745985885544.xlsx', null, '2025-04-30 12:04:46', null, null); INSERT INTO `oss_file` VALUES ('1917430289499656193', '单粒子效应.xlsx', '/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/单粒子效应_1745985979784.xlsx', null, '2025-04-30 12:06:20', null, null); INSERT INTO `oss_file` VALUES ('1917430555296894977', 'CC2S80AMJ-RH.xlsx', '/oss/physical/temp/CC2S80AMJ-RH_1745986043160.xlsx', null, '2025-04-30 12:07:23', null, null); INSERT INTO `oss_file` VALUES ('1917430577270853634', 'data.xlsx', '/oss/physical/NASA/c96388cec6775d120a9487a02d506748/data_1745986048394.xlsx', null, '2025-04-30 12:07:28', null, null); INSERT INTO `oss_file` VALUES ('1917430676436783106', '电离总剂量效应.xlsx', '/oss/physical/NASA/cdb0dd8f01ff0a906674b3d89aa83465/电离总剂量效应_1745986072037.xlsx', null, '2025-04-30 12:07:52', null, null); INSERT INTO `oss_file` VALUES ('1917430700969267201', 'KC-2023-JL-088.pdf', '/oss/physical/temp/KC-2023-JL-088_1745986077680.pdf', null, '2025-04-30 12:07:58', null, null); INSERT INTO `oss_file` VALUES ('1917430836642418689', '电离总剂量效应.xlsx', '/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/电离总剂量效应_1745986110233.xlsx', null, '2025-04-30 12:08:30', null, null); INSERT INTO `oss_file` VALUES ('1917430908339851265', 'data (16).xlsx', '/oss/physical/NASA/0ea0fe91e50aadb2787f8f0454bc26e4/data(16)_1745986127327.xlsx', null, '2025-04-30 12:08:47', null, null); INSERT INTO `oss_file` VALUES ('1917431173549887489', 'KC-2023-JL-128.pdf', '/oss/physical/temp/KC-2023-JL-128_1745986190480.pdf', null, '2025-04-30 12:09:51', null, null); INSERT INTO `oss_file` VALUES ('1917431321273274370', '单粒子效应.xlsx', '/oss/physical/NASA/cdb0dd8f01ff0a906674b3d89aa83465/单粒子效应_1745986225778.xlsx', null, '2025-04-30 12:10:26', null, null); INSERT INTO `oss_file` VALUES ('1917431993741840385', 'KC-2025-JL-060.xlsx', '/oss/physical/temp/KC-2025-JL-060_1745986386107.xlsx', null, '2025-04-30 12:13:06', null, null); INSERT INTO `oss_file` VALUES ('1917432222360768514', 'data (17).xlsx', '/oss/physical/NASA/416b0f4071921f651352524a4ba126c8/data(17)_1745986440613.xlsx', null, '2025-04-30 12:14:01', null, null); INSERT INTO `oss_file` VALUES ('1917432651756834818', 'KC-2023-SB-H771-156.xlsx', '/oss/physical/temp/KC-2023-SB-H771-156_1745986543030.xlsx', null, '2025-04-30 12:15:43', null, null); INSERT INTO `oss_file` VALUES ('1917432652729913345', 'KC-2023-SB-H771-156测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-156测试数据_1745986543129.pdf', null, '2025-04-30 12:15:43', null, null); INSERT INTO `oss_file` VALUES ('1917432686426951681', '电离总剂量效应.xlsx', '/oss/physical/NASA/8ff528ff077fedbb6ad22948c92753c3/电离总剂量效应_1745986551257.xlsx', null, '2025-04-30 12:15:51', null, null); INSERT INTO `oss_file` VALUES ('1917433012064325633', '单粒子效应.xlsx', '/oss/physical/NASA/89e6e562643e6da252378f34dc49c615/单粒子效应_1745986628894.xlsx', null, '2025-04-30 12:17:09', null, null); INSERT INTO `oss_file` VALUES ('1917433216914132993', '单粒子效应.xlsx', '/oss/physical/NASA/28a650b68e6aa02a90975f158e9f8b08/单粒子效应_1745986677733.xlsx', null, '2025-04-30 12:17:58', null, null); INSERT INTO `oss_file` VALUES ('1917433222601609218', 'data (18).xlsx', '/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/data(18)_1745986679091.xlsx', null, '2025-04-30 12:17:59', null, null); INSERT INTO `oss_file` VALUES ('1917433301068648449', 'KC-2023-JL-044.pdf', '/oss/physical/temp/KC-2023-JL-044_1745986697269.pdf', null, '2025-04-30 12:18:18', null, null); INSERT INTO `oss_file` VALUES ('1917433931136995329', 'KC-2025-JL-060.xlsx', '/oss/physical/temp/KC-2025-JL-060_1745986848018.xlsx', null, '2025-04-30 12:20:48', null, null); INSERT INTO `oss_file` VALUES ('1917434043816972290', 'KC-2023-JL-068.pdf', '/oss/physical/temp/KC-2023-JL-068_1745986874656.pdf', null, '2025-04-30 12:21:15', null, null); INSERT INTO `oss_file` VALUES ('1917434063601504257', 'RX3701MCB.xlsx', '/oss/physical/temp/RX3701MCB_1745986879602.xlsx', null, '2025-04-30 12:21:20', null, null); INSERT INTO `oss_file` VALUES ('1917434167792209921', 'CPLS-E5-8700-1.xlsx', '/oss/physical/temp/CPLS-E5-8700-1_1745986904446.xlsx', null, '2025-04-30 12:21:44', null, null); INSERT INTO `oss_file` VALUES ('1917434288177123330', 'SS-KFG902103-30.xlsx', '/oss/physical/temp/SS-KFG902103-30_1745986933145.xlsx', null, '2025-04-30 12:22:13', null, null); INSERT INTO `oss_file` VALUES ('1917434367013261313', 'QZJ726.xlsx', '/oss/physical/temp/QZJ726_1745986951941.xlsx', null, '2025-04-30 12:22:32', null, null); INSERT INTO `oss_file` VALUES ('1917434412072669185', 'QZJ651.xlsx', '/oss/physical/temp/QZJ651_1745986962682.xlsx', null, '2025-04-30 12:22:43', null, null); INSERT INTO `oss_file` VALUES ('1917434460902756354', 'ZC1309B-E107-00-100M0000.xlsx', '/oss/physical/temp/ZC1309B-E107-00-100M0000_1745986974326.xlsx', null, '2025-04-30 12:22:54', null, null); INSERT INTO `oss_file` VALUES ('1917434512555610113', 'CC2S80AMJ-RH.xlsx', '/oss/physical/temp/CC2S80AMJ-RH_1745986986640.xlsx', null, '2025-04-30 12:23:07', null, null); INSERT INTO `oss_file` VALUES ('1917434519950168065', 'KC-2023-SB-H771-157.xlsx', '/oss/physical/temp/KC-2023-SB-H771-157_1745986988440.xlsx', null, '2025-04-30 12:23:08', null, null); INSERT INTO `oss_file` VALUES ('1917434519950168066', 'KC-2023-SB-H771-158.xlsx', '/oss/physical/temp/KC-2023-SB-H771-158_1745986988447.xlsx', null, '2025-04-30 12:23:08', null, null); INSERT INTO `oss_file` VALUES ('1917434519950168067', 'KC-2023-SB-H771-159.xlsx', '/oss/physical/temp/KC-2023-SB-H771-159_1745986988449.xlsx', null, '2025-04-30 12:23:08', null, null); INSERT INTO `oss_file` VALUES ('1917434521615306753', 'KC-2023-SB-H771-158测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-158测试数据_1745986988721.pdf', null, '2025-04-30 12:23:09', null, null); INSERT INTO `oss_file` VALUES ('1917434521623695361', 'KC-2023-SB-H771-157测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-157测试数据_1745986988719.pdf', null, '2025-04-30 12:23:09', null, null); INSERT INTO `oss_file` VALUES ('1917434521627889665', 'KC-2023-SB-H771-159测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-159测试数据_1745986988716.pdf', null, '2025-04-30 12:23:09', null, null); INSERT INTO `oss_file` VALUES ('1917434564766306306', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745986998978.pdf', null, '2025-04-30 12:23:19', null, null); INSERT INTO `oss_file` VALUES ('1917434580734021633', '单粒子效应.xlsx', '/oss/physical/NASA/11c85369b8e9e6a9ec6cef745cfed5c1/单粒子效应_1745987002898.xlsx', null, '2025-04-30 12:23:23', null, null); INSERT INTO `oss_file` VALUES ('1917434604469587970', '4MLQ40G.xlsx', '/oss/physical/temp/4MLQ40G_1745987008554.xlsx', null, '2025-04-30 12:23:29', null, null); INSERT INTO `oss_file` VALUES ('1917434719867473921', 'LB8169T(2305)试验大纲.pdf', '/oss/physical/temp/LB8169T(2305)试验大纲_1745987036049.pdf', null, '2025-04-30 12:23:56', null, null); INSERT INTO `oss_file` VALUES ('1917434719888445442', 'LB8169T(2304)试验大纲.pdf', '/oss/physical/temp/LB8169T(2304)试验大纲_1745987036051.pdf', null, '2025-04-30 12:23:56', null, null); INSERT INTO `oss_file` VALUES ('1917434720282710018', 'LB8169T(2303)试验大纲.pdf', '/oss/physical/temp/LB8169T(2303)试验大纲_1745987036081.pdf', null, '2025-04-30 12:23:56', null, null); INSERT INTO `oss_file` VALUES ('1917434821927473153', 'data (19).xlsx', '/oss/physical/NASA/070e85d8dd3bf614717af69bb775680d/data(19)_1745987060396.xlsx', null, '2025-04-30 12:24:20', null, null); INSERT INTO `oss_file` VALUES ('1917435051443982338', '电离总剂量效应.xlsx', '/oss/physical/NASA/11c85369b8e9e6a9ec6cef745cfed5c1/电离总剂量效应_1745987115123.xlsx', null, '2025-04-30 12:25:15', null, null); INSERT INTO `oss_file` VALUES ('1917435218842849281', '单粒子效应.xlsx', '/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/单粒子效应_1745987155032.xlsx', null, '2025-04-30 12:25:55', null, null); INSERT INTO `oss_file` VALUES ('1917435610049777666', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745987248303.xlsx', null, '2025-04-30 12:27:28', null, null); INSERT INTO `oss_file` VALUES ('1917435630417317889', 'LF124A测试数据.pdf', '/oss/physical/temp/LF124A测试数据_1745987253052.pdf', null, '2025-04-30 12:27:33', null, null); INSERT INTO `oss_file` VALUES ('1917435645063827458', '质量记录.pdf', '/oss/physical/temp/质量记录_1745987256628.pdf', null, '2025-04-30 12:27:37', null, null); INSERT INTO `oss_file` VALUES ('1917435733743996929', 'Voltage Regulator.xlsx', '/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/VoltageRegulator_1745987277793.xlsx', null, '2025-04-30 12:27:58', null, null); INSERT INTO `oss_file` VALUES ('1917436063282073602', 'data (20).xlsx', '/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/data(20)_1745987356366.xlsx', null, '2025-04-30 12:29:16', null, null); INSERT INTO `oss_file` VALUES ('1917436110635765761', '电离总剂量效应.xlsx', '/oss/physical/NASA/4050c24e760ffa87e3e8addabb4c8851/电离总剂量效应_1745987367653.xlsx', null, '2025-04-30 12:29:28', null, null); INSERT INTO `oss_file` VALUES ('1917436152209707010', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745987377568.xlsx', null, '2025-04-30 12:29:38', null, null); INSERT INTO `oss_file` VALUES ('1917436167208538113', 'LF124A测试数据.pdf', '/oss/physical/temp/LF124A测试数据_1745987381022.pdf', null, '2025-04-30 12:29:41', null, null); INSERT INTO `oss_file` VALUES ('1917436180710002689', '质量记录.pdf', '/oss/physical/temp/质量记录_1745987384338.pdf', null, '2025-04-30 12:29:44', null, null); INSERT INTO `oss_file` VALUES ('1917436784421343233', '单粒子效应.xlsx', '/oss/physical/NASA/b896d1f06053a5948331199fdd9fe6a1/单粒子效应_1745987528294.xlsx', null, '2025-04-30 12:32:08', null, null); INSERT INTO `oss_file` VALUES ('1917437424895758338', 'Operational Amplifier.xlsx', '/oss/physical/NASA/2c12354d6b37222e16b69d487db6bd7c/OperationalAmplifier_1745987680995.xlsx', null, '2025-04-30 12:34:41', null, null); INSERT INTO `oss_file` VALUES ('1917438065139486721', '单粒子效应.xlsx', '/oss/physical/NASA/f7575e29e9bd92cd912c8ef90e5d5bb5/单粒子效应_1745987833643.xlsx', null, '2025-04-30 12:37:14', null, null); INSERT INTO `oss_file` VALUES ('1917438535971082242', '原始试验数据.pdf', '/oss/physical/temp/原始试验数据_1745987945847.pdf', null, '2025-04-30 12:39:06', null, null); INSERT INTO `oss_file` VALUES ('1917438608155054081', 'KC-2024-JL-133.pdf', '/oss/physical/temp/KC-2024-JL-133_1745987962845.pdf', null, '2025-04-30 12:39:23', null, null); INSERT INTO `oss_file` VALUES ('1917438641336193026', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745987971022.xlsx', null, '2025-04-30 12:39:31', null, null); INSERT INTO `oss_file` VALUES ('1917438963760730113', 'KC-2023-SB-H771-161.xlsx', '/oss/physical/temp/KC-2023-SB-H771-161_1745988047915.xlsx', null, '2025-04-30 12:40:48', null, null); INSERT INTO `oss_file` VALUES ('1917438964205326337', '54HC245试验大纲.pdf', '/oss/physical/temp/54HC245试验大纲_1745988047955.pdf', null, '2025-04-30 12:40:48', null, null); INSERT INTO `oss_file` VALUES ('1917438964465373186', 'KC-2023-SB-H771-161测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-161测试数据_1745988048001.pdf', null, '2025-04-30 12:40:48', null, null); INSERT INTO `oss_file` VALUES ('1917438990470057985', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745988054180.pdf', null, '2025-04-30 12:40:54', null, null); INSERT INTO `oss_file` VALUES ('1917439396084420609', '电离总剂量效应.xlsx', '/oss/physical/NASA/a54a39b62cc56363fbf41be9b04a0f4b/电离总剂量效应_1745988150969.xlsx', null, '2025-04-30 12:42:31', null, null); INSERT INTO `oss_file` VALUES ('1917439550204121090', 'data (22).xlsx', '/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/data(22)_1745988187708.xlsx', null, '2025-04-30 12:43:08', null, null); INSERT INTO `oss_file` VALUES ('1917439711609327618', '深圳吉华微特-张兴尧-20220106.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988226195.rar', null, '2025-04-30 12:43:46', null, null); INSERT INTO `oss_file` VALUES ('1917439729963601921', '单粒子效应.xlsx', '/oss/physical/NASA/7a995c7b2b2757251602f19cf3ba8513/单粒子效应_1745988230567.xlsx', null, '2025-04-30 12:43:51', null, null); INSERT INTO `oss_file` VALUES ('1917439941528489985', '单粒子效应.xlsx', '/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/单粒子效应_1745988281006.xlsx', null, '2025-04-30 12:44:41', null, null); INSERT INTO `oss_file` VALUES ('1917440179005788162', 'KC-2022-JL-003.pdf', '/oss/physical/temp/KC-2022-JL-003_1745988337409.pdf', null, '2025-04-30 12:45:38', null, null); INSERT INTO `oss_file` VALUES ('1917440233603043330', '深圳吉华微特-张兴尧-20220106.xlsx', '/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988350643.xlsx', null, '2025-04-30 12:45:51', null, null); INSERT INTO `oss_file` VALUES ('1917440614617812994', '电离总剂量效应.xlsx', '/oss/physical/NASA/b63a2100430f5e8385473c05364314a2/电离总剂量效应_1745988441483.xlsx', null, '2025-04-30 12:47:22', null, null); INSERT INTO `oss_file` VALUES ('1917440676861284353', '电离总剂量效应2.xlsx', '/oss/physical/temp/电离总剂量效应2_1745988456324.xlsx', null, '2025-04-30 12:47:36', null, null); INSERT INTO `oss_file` VALUES ('1917440724588269569', 'KC-2022-JL-003.pdf', '/oss/physical/temp/KC-2022-JL-003_1745988467487.pdf', null, '2025-04-30 12:47:48', null, null); INSERT INTO `oss_file` VALUES ('1917440787871928322', '深圳吉华微特-张兴尧-20220106.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988482787.rar', null, '2025-04-30 12:48:03', null, null); INSERT INTO `oss_file` VALUES ('1917441096140689409', '深圳吉华微特-张兴尧-20220106.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988556288.rar', null, '2025-04-30 12:49:16', null, null); INSERT INTO `oss_file` VALUES ('1917441184602755074', '电离总剂量效应1.xlsx', '/oss/physical/temp/电离总剂量效应1_1745988577381.xlsx', null, '2025-04-30 12:49:37', null, null); INSERT INTO `oss_file` VALUES ('1917441250998587393', 'KC-2022-JL-003.pdf', '/oss/physical/temp/KC-2022-JL-003_1745988592985.pdf', null, '2025-04-30 12:49:53', null, null); INSERT INTO `oss_file` VALUES ('1917441374390816770', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745988622533.pdf', null, '2025-04-30 12:50:23', null, null); INSERT INTO `oss_file` VALUES ('1917441467063963649', 'LCS4009CRH等VDMOS试验大纲.pdf', '/oss/physical/temp/LCS4009CRH等VDMOS试验大纲_1745988644684.pdf', null, '2025-04-30 12:50:45', null, null); INSERT INTO `oss_file` VALUES ('1917441502853959681', 'KC-2024-SB-H771-03.xlsx', '/oss/physical/temp/KC-2024-SB-H771-03_1745988653247.xlsx', null, '2025-04-30 12:50:53', null, null); INSERT INTO `oss_file` VALUES ('1917441503273390081', 'KC-2024-SB-H771-03测试数据.pdf', '/oss/physical/temp/KC-2024-SB-H771-03测试数据_1745988653271.pdf', null, '2025-04-30 12:50:53', null, null); INSERT INTO `oss_file` VALUES ('1917441521124347905', 'KC-2022-JL-003.pdf', '/oss/physical/temp/KC-2022-JL-003_1745988657354.pdf', null, '2025-04-30 12:50:58', null, null); INSERT INTO `oss_file` VALUES ('1917441541684826113', '深圳吉华微特-张兴尧-20220106.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988662506.rar', null, '2025-04-30 12:51:03', null, null); INSERT INTO `oss_file` VALUES ('1917441616569929729', '电离总剂量效应5.xlsx', '/oss/physical/temp/电离总剂量效应5_1745988680375.xlsx', null, '2025-04-30 12:51:20', null, null); INSERT INTO `oss_file` VALUES ('1917441649688154113', 'KC-2023-JL-042.pdf', '/oss/physical/temp/KC-2023-JL-042_1745988687993.pdf', null, '2025-04-30 12:51:28', null, null); INSERT INTO `oss_file` VALUES ('1917441738137636866', 'SW580RH.xlsx', '/oss/physical/temp/SW580RH_1745988709353.xlsx', null, '2025-04-30 12:51:49', null, null); INSERT INTO `oss_file` VALUES ('1917441893809229826', '电离总剂量效应4.xlsx', '/oss/physical/temp/电离总剂量效应4_1745988746466.xlsx', null, '2025-04-30 12:52:26', null, null); INSERT INTO `oss_file` VALUES ('1917441921957203970', 'KC-2022-JL-003.pdf', '/oss/physical/temp/KC-2022-JL-003_1745988752940.pdf', null, '2025-04-30 12:52:33', null, null); INSERT INTO `oss_file` VALUES ('1917441944195403778', '深圳吉华微特-张兴尧-20220106.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988758479.rar', null, '2025-04-30 12:52:39', null, null); INSERT INTO `oss_file` VALUES ('1917442031374012418', '单粒子效应.xlsx', '/oss/physical/NASA/b63a2100430f5e8385473c05364314a2/单粒子效应_1745988779264.xlsx', null, '2025-04-30 12:52:59', null, null); INSERT INTO `oss_file` VALUES ('1917442070515257346', 'data (23).xlsx', '/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/data(23)_1745988788599.xlsx', null, '2025-04-30 12:53:09', null, null); INSERT INTO `oss_file` VALUES ('1917442082049593345', '单粒子效应.xlsx', '/oss/physical/NASA/b63a2100430f5e8385473c05364314a2/单粒子效应_1745988791350.xlsx', null, '2025-04-30 12:53:11', null, null); INSERT INTO `oss_file` VALUES ('1917442082108313601', '电离总剂量效应.xlsx', '/oss/physical/NASA/b63a2100430f5e8385473c05364314a2/电离总剂量效应_1745988791361.xlsx', null, '2025-04-30 12:53:11', null, null); INSERT INTO `oss_file` VALUES ('1917442235678560258', '深圳吉华微特-张兴尧-20220106.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988827970.rar', null, '2025-04-30 12:53:48', null, null); INSERT INTO `oss_file` VALUES ('1917442245832970242', 'NB7L14MNG单粒子效应.xlsx', '/oss/physical/NASA/c4b361dc94db882180995a7dea1a964c/NB7L14MNG单粒子效应_1745988830395.xlsx', null, '2025-04-30 12:53:50', null, null); INSERT INTO `oss_file` VALUES ('1917442266699632641', 'KC-2022-JL-003.pdf', '/oss/physical/temp/KC-2022-JL-003_1745988835136.pdf', null, '2025-04-30 12:53:55', null, null); INSERT INTO `oss_file` VALUES ('1917442307828977665', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745988845175.xlsx', null, '2025-04-30 12:54:05', null, null); INSERT INTO `oss_file` VALUES ('1917442442667462658', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745988877326.xlsx', null, '2025-04-30 12:54:37', null, null); INSERT INTO `oss_file` VALUES ('1917442458547097601', 'F108A测试数据.pdf', '/oss/physical/temp/F108A测试数据_1745988881039.pdf', null, '2025-04-30 12:54:41', null, null); INSERT INTO `oss_file` VALUES ('1917442469641031682', '质量记录.pdf', '/oss/physical/temp/质量记录_1745988883737.pdf', null, '2025-04-30 12:54:44', null, null); INSERT INTO `oss_file` VALUES ('1917442640797995010', 'TSC426MJA.xlsx', '/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/TSC426MJA_1745988924554.xlsx', null, '2025-04-30 12:55:25', null, null); INSERT INTO `oss_file` VALUES ('1917442735455047682', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745988947131.xlsx', null, '2025-04-30 12:55:47', null, null); INSERT INTO `oss_file` VALUES ('1917442766111215617', 'KC-2023-JL-148.pdf', '/oss/physical/temp/KC-2023-JL-148_1745988954336.pdf', null, '2025-04-30 12:55:54', null, null); INSERT INTO `oss_file` VALUES ('1917443053261656066', '深圳吉华微特-张兴尧-20231218.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20231218_1745989022899.rar', null, '2025-04-30 12:57:03', null, null); INSERT INTO `oss_file` VALUES ('1917443184593702914', 'data (25).xlsx', '/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/data(25)_1745989054219.xlsx', null, '2025-04-30 12:57:34', null, null); INSERT INTO `oss_file` VALUES ('1917443348972670978', '深圳吉华微特-张兴尧-20231218.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20231218_1745989093402.rar', null, '2025-04-30 12:58:13', null, null); INSERT INTO `oss_file` VALUES ('1917443420003209218', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745989110333.xlsx', null, '2025-04-30 12:58:30', null, null); INSERT INTO `oss_file` VALUES ('1917443444221120514', 'KC-2023-JL-148.pdf', '/oss/physical/temp/KC-2023-JL-148_1745989116006.pdf', null, '2025-04-30 12:58:36', null, null); INSERT INTO `oss_file` VALUES ('1917443713260556290', 'KC-2023-JL-148.pdf', '/oss/physical/temp/KC-2023-JL-148_1745989180176.pdf', null, '2025-04-30 12:59:40', null, null); INSERT INTO `oss_file` VALUES ('1917443736073375746', '深圳吉华微特-张兴尧-20231218.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20231218_1745989185697.rar', null, '2025-04-30 12:59:46', null, null); INSERT INTO `oss_file` VALUES ('1917443796043534337', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745989200002.xlsx', null, '2025-04-30 13:00:00', null, null); INSERT INTO `oss_file` VALUES ('1917443956282724353', 'SW1825MDRH.xlsx', '/oss/physical/temp/SW1825MDRH_1745989238201.xlsx', null, '2025-04-30 13:00:38', null, null); INSERT INTO `oss_file` VALUES ('1917443997563064321', 'KC-2023-JL-042.pdf', '/oss/physical/temp/KC-2023-JL-042_1745989247793.pdf', null, '2025-04-30 13:00:48', null, null); INSERT INTO `oss_file` VALUES ('1917444052764299265', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745989261204.xlsx', null, '2025-04-30 13:01:01', null, null); INSERT INTO `oss_file` VALUES ('1917444074222358529', 'KC-2023-JL-148.pdf', '/oss/physical/temp/KC-2023-JL-148_1745989266213.pdf', null, '2025-04-30 13:01:06', null, null); INSERT INTO `oss_file` VALUES ('1917444082871013378', 'TSC21020F.xlsx', '/oss/physical/NASA/13926c78fedfeb71d94eff2d4409a37d/TSC21020F_1745989268385.xlsx', null, '2025-04-30 13:01:08', null, null); INSERT INTO `oss_file` VALUES ('1917444095483285505', '深圳吉华微特-张兴尧-20231218.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20231218_1745989271381.rar', null, '2025-04-30 13:01:11', null, null); INSERT INTO `oss_file` VALUES ('1917444480994349057', '深圳吉华微特-张兴尧-20220622.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745989363299.rar', null, '2025-04-30 13:02:43', null, null); INSERT INTO `oss_file` VALUES ('1917444506516688898', 'KC-2022-JL-074.pdf', '/oss/physical/temp/KC-2022-JL-074_1745989369114.pdf', null, '2025-04-30 13:02:49', null, null); INSERT INTO `oss_file` VALUES ('1917444538464702466', '单粒子效应.xlsx', '/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/单粒子效应_1745989377002.xlsx', null, '2025-04-30 13:02:57', null, null); INSERT INTO `oss_file` VALUES ('1917444545750208514', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745989378741.xlsx', null, '2025-04-30 13:02:59', null, null); INSERT INTO `oss_file` VALUES ('1917444644987441153', 'KC-2024-SB-H771-01.xlsx', '/oss/physical/temp/KC-2024-SB-H771-01_1745989402391.xlsx', null, '2025-04-30 13:03:22', null, null); INSERT INTO `oss_file` VALUES ('1917444645184573442', 'JLQ-22试验大纲.pdf', '/oss/physical/temp/JLQ-22试验大纲_1745989402422.pdf', null, '2025-04-30 13:03:22', null, null); INSERT INTO `oss_file` VALUES ('1917444645666918401', 'KC-2024-SB-H771-01测试数据.pdf', '/oss/physical/temp/KC-2024-SB-H771-01测试数据_1745989402484.pdf', null, '2025-04-30 13:03:23', null, null); INSERT INTO `oss_file` VALUES ('1917444713392345089', 'KC-2023-JL-042.pdf', '/oss/physical/temp/KC-2023-JL-042_1745989418432.pdf', null, '2025-04-30 13:03:39', null, null); INSERT INTO `oss_file` VALUES ('1917444746732867585', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745989426657.xlsx', null, '2025-04-30 13:03:47', null, null); INSERT INTO `oss_file` VALUES ('1917444779326803970', 'KC-2022-JL-074.pdf', '/oss/physical/temp/KC-2022-JL-074_1745989434183.pdf', null, '2025-04-30 13:03:54', null, null); INSERT INTO `oss_file` VALUES ('1917444833978585090', '深圳吉华微特-张兴尧-20220622.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745989447453.rar', null, '2025-04-30 13:04:07', null, null); INSERT INTO `oss_file` VALUES ('1917445014572732417', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745989490409.pdf', null, '2025-04-30 13:04:51', null, null); INSERT INTO `oss_file` VALUES ('1917445063759335426', 'KC-2024-SB-H771-01.xlsx', '/oss/physical/temp/KC-2024-SB-H771-01_1745989502290.xlsx', null, '2025-04-30 13:05:02', null, null); INSERT INTO `oss_file` VALUES ('1917445064132628482', 'JLQ-22试验大纲.pdf', '/oss/physical/temp/JLQ-22试验大纲_1745989502314.pdf', null, '2025-04-30 13:05:02', null, null); INSERT INTO `oss_file` VALUES ('1917445064753385474', 'KC-2024-SB-H771-01测试数据.pdf', '/oss/physical/temp/KC-2024-SB-H771-01测试数据_1745989502402.pdf', null, '2025-04-30 13:05:03', null, null); INSERT INTO `oss_file` VALUES ('1917445279514333186', 'data (27).xlsx', '/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/data(27)_1745989553684.xlsx', null, '2025-04-30 13:05:54', null, null); INSERT INTO `oss_file` VALUES ('1917445285642211329', 'TSBKOHCI403.xlsx', '/oss/physical/NASA/aea9dc0474a0fac72d94662497c62932/TSBKOHCI403_1745989555144.xlsx', null, '2025-04-30 13:05:55', null, null); INSERT INTO `oss_file` VALUES ('1917445593642536962', '深圳吉华微特-张兴尧-20220622.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745989628568.rar', null, '2025-04-30 13:07:09', null, null); INSERT INTO `oss_file` VALUES ('1917445646679511042', 'KC-2022-JL-074.pdf', '/oss/physical/temp/KC-2022-JL-074_1745989640971.pdf', null, '2025-04-30 13:07:21', null, null); INSERT INTO `oss_file` VALUES ('1917445693529886722', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745989652384.xlsx', null, '2025-04-30 13:07:32', null, null); INSERT INTO `oss_file` VALUES ('1917445718368555010', 'SW7913MCRH.xlsx', '/oss/physical/temp/SW7913MCRH_1745989658310.xlsx', null, '2025-04-30 13:07:38', null, null); INSERT INTO `oss_file` VALUES ('1917445963160719361', 'data (29).xlsx', '/oss/physical/NASA/05823691b63d9ba6dbbe68666b10c8db/data(29)_1745989716668.xlsx', null, '2025-04-30 13:08:37', null, null); INSERT INTO `oss_file` VALUES ('1917446087970623489', 'KC-2023-JL-042.pdf', '/oss/physical/temp/KC-2023-JL-042_1745989746165.pdf', null, '2025-04-30 13:09:06', null, null); INSERT INTO `oss_file` VALUES ('1917446248121733122', 'data (31).xlsx', '/oss/physical/NASA/08f60cc7331d6e9f731ca69398922a5a/data(31)_1745989784608.xlsx', null, '2025-04-30 13:09:45', null, null); INSERT INTO `oss_file` VALUES ('1917446972943601666', 'NAND04GW3B2DN6单粒子效应.xlsx', '/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/NAND04GW3B2DN6单粒子效应_1745989957417.xlsx', null, '2025-04-30 13:12:37', null, null); INSERT INTO `oss_file` VALUES ('1917447101519990785', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745989988084.xlsx', null, '2025-04-30 13:13:08', null, null); INSERT INTO `oss_file` VALUES ('1917447120268529665', 'LW7913A测试数据.pdf', '/oss/physical/temp/LW7913A测试数据_1745989992466.pdf', null, '2025-04-30 13:13:13', null, null); INSERT INTO `oss_file` VALUES ('1917447132121632770', '质量记录.pdf', '/oss/physical/temp/质量记录_1745989995371.pdf', null, '2025-04-30 13:13:15', null, null); INSERT INTO `oss_file` VALUES ('1917447136701812738', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745989996393.pdf', null, '2025-04-30 13:13:16', null, null); INSERT INTO `oss_file` VALUES ('1917447195870859265', 'SX082MDRH.xlsx', '/oss/physical/temp/SX082MDRH_1745990010583.xlsx', null, '2025-04-30 13:13:31', null, null); INSERT INTO `oss_file` VALUES ('1917447205270294529', 'data (33).xlsx', '/oss/physical/NASA/0d0f10a208e16c84ef7bbb13ab55be3e/data(33)_1745990012817.xlsx', null, '2025-04-30 13:13:33', null, null); INSERT INTO `oss_file` VALUES ('1917447212237033473', 'KC-2023-SB-H771-162.xlsx', '/oss/physical/temp/KC-2023-SB-H771-162_1745990014470.xlsx', null, '2025-04-30 13:13:35', null, null); INSERT INTO `oss_file` VALUES ('1917447234617839617', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745990019815.xlsx', null, '2025-04-30 13:13:40', null, null); INSERT INTO `oss_file` VALUES ('1917447269824827394', 'KC-2022-JL-074.pdf', '/oss/physical/temp/KC-2022-JL-074_1745990027978.pdf', null, '2025-04-30 13:13:48', null, null); INSERT INTO `oss_file` VALUES ('1917447297918275585', '深圳吉华微特-张兴尧-20220622.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745990034908.rar', null, '2025-04-30 13:13:55', null, null); INSERT INTO `oss_file` VALUES ('1917447502055051266', '深圳吉华微特-张兴尧-20220622.rar', '/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745990083579.rar', null, '2025-04-30 13:14:44', null, null); INSERT INTO `oss_file` VALUES ('1917447524431663106', 'KC-2022-JL-074.pdf', '/oss/physical/temp/KC-2022-JL-074_1745990088636.pdf', null, '2025-04-30 13:14:49', null, null); INSERT INTO `oss_file` VALUES ('1917447541557006337', 'TSB41AB3PFP.xlsx', '/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/TSB41AB3PFP_1745990092993.xlsx', null, '2025-04-30 13:14:53', null, null); INSERT INTO `oss_file` VALUES ('1917447657512734722', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745990120641.xlsx', null, '2025-04-30 13:15:21', null, null); INSERT INTO `oss_file` VALUES ('1917447714664321025', 'data (34).xlsx', '/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/data(34)_1745990134269.xlsx', null, '2025-04-30 13:15:34', null, null); INSERT INTO `oss_file` VALUES ('1917448017283354626', '电离总剂量效应.xlsx', '/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/电离总剂量效应_1745990206417.xlsx', null, '2025-04-30 13:16:46', null, null); INSERT INTO `oss_file` VALUES ('1917448021762871297', 'KC-2022-JL-049.pdf', '/oss/physical/temp/KC-2022-JL-049_1745990207411.pdf', null, '2025-04-30 13:16:48', null, null); INSERT INTO `oss_file` VALUES ('1917448040150700033', 'KC-2023-SB-H771-162.xlsx', '/oss/physical/temp/KC-2023-SB-H771-162_1745990211897.xlsx', null, '2025-04-30 13:16:52', null, null); INSERT INTO `oss_file` VALUES ('1917448040150700034', 'LCS25D40CRH试验大纲.pdf', '/oss/physical/temp/LCS25D40CRH试验大纲_1745990211883.pdf', null, '2025-04-30 13:16:52', null, null); INSERT INTO `oss_file` VALUES ('1917448041010532354', 'KC-2023-SB-H771-162测试数据.pdf', '/oss/physical/temp/KC-2023-SB-H771-162测试数据_1745990211997.pdf', null, '2025-04-30 13:16:52', null, null); INSERT INTO `oss_file` VALUES ('1917448142089064449', 'KC-2022-JL-049.pdf', '/oss/physical/temp/KC-2022-JL-049_1745990236091.pdf', null, '2025-04-30 13:17:16', null, null); INSERT INTO `oss_file` VALUES ('1917448259143700482', 'data .xlsx', '/oss/physical/NASA/3cf2388231654f642426584c538bc72c/data_1745990264081.xlsx', null, '2025-04-30 13:17:44', null, null); INSERT INTO `oss_file` VALUES ('1917448307336253441', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745990275572.xlsx', null, '2025-04-30 13:17:56', null, null); INSERT INTO `oss_file` VALUES ('1917448425640792065', 'TSB12LV26PZT.xlsx', '/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/TSB12LV26PZT_1745990303776.xlsx', null, '2025-04-30 13:18:24', null, null); INSERT INTO `oss_file` VALUES ('1917449182817521666', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745990484301.xlsx', null, '2025-04-30 13:21:24', null, null); INSERT INTO `oss_file` VALUES ('1917449583994310657', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745990579951.xlsx', null, '2025-04-30 13:23:00', null, null); INSERT INTO `oss_file` VALUES ('1917449598812786690', 'KC-2022-JL-049.pdf', '/oss/physical/temp/KC-2022-JL-049_1745990583399.pdf', null, '2025-04-30 13:23:04', null, null); INSERT INTO `oss_file` VALUES ('1917449663757389826', 'data .xlsx', '/oss/physical/NASA/18ee7db0dc50a9a76699067654eff05d/data_1745990598968.xlsx', null, '2025-04-30 13:23:19', null, null); INSERT INTO `oss_file` VALUES ('1917450014883549186', 'data (40).xlsx', '/oss/physical/NASA/0f4f4e57d3fb0315df62d7cf71e325bf/data(40)_1745990682681.xlsx', null, '2025-04-30 13:24:43', null, null); INSERT INTO `oss_file` VALUES ('1917450842381979649', 'TPS9103.xlsx', '/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/TPS9103_1745990879964.xlsx', null, '2025-04-30 13:28:00', null, null); INSERT INTO `oss_file` VALUES ('1917451712121245697', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745991087233.pdf', null, '2025-04-30 13:31:27', null, null); INSERT INTO `oss_file` VALUES ('1917451758384418817', 'KC-2024-SB-H771-02.xlsx', '/oss/physical/temp/KC-2024-SB-H771-02_1745991098410.xlsx', null, '2025-04-30 13:31:38', null, null); INSERT INTO `oss_file` VALUES ('1917451758967427074', 'TL1431试验大纲.pdf', '/oss/physical/temp/TL1431试验大纲_1745991098451.pdf', null, '2025-04-30 13:31:39', null, null); INSERT INTO `oss_file` VALUES ('1917451759089061889', 'KC-2024-SB-H771-02测试数据.pdf', '/oss/physical/temp/KC-2024-SB-H771-02测试数据_1745991098479.pdf', null, '2025-04-30 13:31:39', null, null); INSERT INTO `oss_file` VALUES ('1917451952391950337', 'NAND01GW3B2ANGE单粒子效应.xlsx', '/oss/physical/NASA/9fe35dd16fc623f2e11612bdd15f0f86/NAND01GW3B2ANGE单粒子效应_1745991144620.xlsx', null, '2025-04-30 13:32:25', null, null); INSERT INTO `oss_file` VALUES ('1917451952396144642', 'NAND01GW3B2ANGE电离总剂量效应.xlsx', '/oss/physical/NASA/9fe35dd16fc623f2e11612bdd15f0f86/NAND01GW3B2ANGE电离总剂量效应_1745991144622.xlsx', null, '2025-04-30 13:32:25', null, null); INSERT INTO `oss_file` VALUES ('1917452980952731650', 'data .xlsx', '/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/data_1745991389849.xlsx', null, '2025-04-30 13:36:30', null, null); INSERT INTO `oss_file` VALUES ('1917453656437002241', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745991550797.pdf', null, '2025-04-30 13:39:11', null, null); INSERT INTO `oss_file` VALUES ('1917453770857615361', '单粒子效应.xlsx', '/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/单粒子效应_1745991578174.xlsx', null, '2025-04-30 13:39:38', null, null); INSERT INTO `oss_file` VALUES ('1917453956182937602', 'LS5072RH试验大纲.pdf', '/oss/physical/temp/LS5072RH试验大纲_1745991622341.pdf', null, '2025-04-30 13:40:22', null, null); INSERT INTO `oss_file` VALUES ('1917454644103319553', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745991786275.pdf', null, '2025-04-30 13:43:06', null, null); INSERT INTO `oss_file` VALUES ('1917455075873361922', 'LZ3001试验大纲.pdf', '/oss/physical/temp/LZ3001试验大纲_1745991889289.pdf', null, '2025-04-30 13:44:49', null, null); INSERT INTO `oss_file` VALUES ('1917455677042954241', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745992032542.pdf', null, '2025-04-30 13:47:13', null, null); INSERT INTO `oss_file` VALUES ('1917455957549617153', 'OP482RH试验大纲.pdf', '/oss/physical/temp/OP482RH试验大纲_1745992099505.pdf', null, '2025-04-30 13:48:20', null, null); INSERT INTO `oss_file` VALUES ('1917457106826661890', 'KC-2023-JL-120(1).pdf', '/oss/physical/temp/KC-2023-JL-120(1)_1745992373429.pdf', null, '2025-04-30 13:52:54', null, null); INSERT INTO `oss_file` VALUES ('1917457394690134018', '单粒子效应.xlsx', '/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/单粒子效应_1745992442167.xlsx', null, '2025-04-30 13:54:02', null, null); INSERT INTO `oss_file` VALUES ('1917457431570649090', 'LCS7262T2RH等试验大纲.pdf', '/oss/physical/temp/LCS7262T2RH等试验大纲_1745992450705.pdf', null, '2025-04-30 13:54:11', null, null); INSERT INTO `oss_file` VALUES ('1917460701609431042', '单粒子效应.xlsx', '/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/单粒子效应_1745993230596.xlsx', null, '2025-04-30 14:07:11', null, null); INSERT INTO `oss_file` VALUES ('1917462681006346242', '电离总剂量效应 PPM-97-045.xlsx', '/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/电离总剂量效应PPM-97-045_1745993702521.xlsx', null, '2025-04-30 14:15:03', null, null); INSERT INTO `oss_file` VALUES ('1917463182863208449', '电离总剂量效应.xlsx', '/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/电离总剂量效应_1745993822172.xlsx', null, '2025-04-30 14:17:02', null, null); INSERT INTO `oss_file` VALUES ('1917466178711949313', '电离总剂量效应.xlsx', '/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/电离总剂量效应_1745994536438.xlsx', null, '2025-04-30 14:28:56', null, null); INSERT INTO `oss_file` VALUES ('1917466663695126529', '电离总剂量效应 PPM-97-046.xlsx', '/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/电离总剂量效应PPM-97-046_1745994652065.xlsx', null, '2025-04-30 14:30:52', null, null); INSERT INTO `oss_file` VALUES ('1917468979441668097', '电离总剂量效应 PPM-97-009.xlsx', '/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/电离总剂量效应PPM-97-009_1745995204185.xlsx', null, '2025-04-30 14:40:04', null, null); INSERT INTO `oss_file` VALUES ('1917470857999126529', '电离总剂量效应.xlsx', '/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/电离总剂量效应_1745995652065.xlsx', null, '2025-04-30 14:47:32', null, null); INSERT INTO `oss_file` VALUES ('1917473276891992065', '电离总剂量效应.xlsx', '/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/电离总剂量效应_1745996228783.xlsx', null, '2025-04-30 14:57:09', null, null); INSERT INTO `oss_file` VALUES ('1917475776344854529', '单粒子效应 2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.xlsx', '/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/单粒子效应2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350_1745996824697.xlsx', null, '2025-04-30 15:07:05', null, null); INSERT INTO `oss_file` VALUES ('1917477693221474305', '单粒子效应 nsrec2011_W6_SEE.xlsx', '/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx', null, '2025-04-30 15:14:42', null, null); INSERT INTO `oss_file` VALUES ('1917479021565939713', '单粒子效应.xlsx', '/oss/physical/NASA/55878ff2562a560cea83b9831831c099/单粒子效应_1745997598414.xlsx', null, '2025-04-30 15:19:58', null, null); INSERT INTO `oss_file` VALUES ('1917479167762599937', '单粒子效应 NSREC99.xlsx', '/oss/physical/NASA/0f92d7c38977794cdd51f3c26a278e09/单粒子效应NSREC99_1745997633269.xlsx', null, '2025-04-30 15:20:33', null, null); INSERT INTO `oss_file` VALUES ('1917479656206077953', '单粒子效应.xlsx', '/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/单粒子效应_1745997749731.xlsx', null, '2025-04-30 15:22:30', null, null); INSERT INTO `oss_file` VALUES ('1917479737818845186', '单粒子效应.xlsx', '/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/单粒子效应_1745997769182.xlsx', null, '2025-04-30 15:22:49', null, null); INSERT INTO `oss_file` VALUES ('1917480711136448513', '单粒子效应 NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.xlsx', '/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx', null, '2025-04-30 15:26:41', null, null); INSERT INTO `oss_file` VALUES ('1917481972552404994', 'TPS7A4901.xlsx', '/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/TPS7A4901_1745998301979.xlsx', null, '2025-04-30 15:31:42', null, null); INSERT INTO `oss_file` VALUES ('1917482277407002626', 'TPS7A4901.xlsx', '/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/TPS7A4901_1745998374667.xlsx', null, '2025-04-30 15:32:55', null, null); INSERT INTO `oss_file` VALUES ('1917482818526744578', '单粒子效应.xlsx', '/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/单粒子效应_1745998503680.xlsx', null, '2025-04-30 15:35:04', null, null); INSERT INTO `oss_file` VALUES ('1917483822374686721', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745998743016.xlsx', null, '2025-04-30 15:39:03', null, null); INSERT INTO `oss_file` VALUES ('1917483837738422274', 'F158A测试数据.pdf', '/oss/physical/temp/F158A测试数据_1745998746602.pdf', null, '2025-04-30 15:39:07', null, null); INSERT INTO `oss_file` VALUES ('1917483847959941122', '质量记录.pdf', '/oss/physical/temp/质量记录_1745998749099.pdf', null, '2025-04-30 15:39:09', null, null); INSERT INTO `oss_file` VALUES ('1917483860333137921', 'TPS7A4501.xlsx', '/oss/physical/NASA/bdb86d954f620f2f09fa42e09791f96d/TPS7A4501_1745998752067.xlsx', null, '2025-04-30 15:39:12', null, null); INSERT INTO `oss_file` VALUES ('1917484198591172609', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745998832711.xlsx', null, '2025-04-30 15:40:33', null, null); INSERT INTO `oss_file` VALUES ('1917484210272309249', 'F158A测试数据.pdf', '/oss/physical/temp/F158A测试数据_1745998835441.pdf', null, '2025-04-30 15:40:36', null, null); INSERT INTO `oss_file` VALUES ('1917484224436473858', '质量记录.pdf', '/oss/physical/temp/质量记录_1745998838860.pdf', null, '2025-04-30 15:40:39', null, null); INSERT INTO `oss_file` VALUES ('1917484469580959746', '单粒子效应 NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.xlsx', '/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745998897277.xlsx', null, '2025-04-30 15:41:37', null, null); INSERT INTO `oss_file` VALUES ('1917485453300436993', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745999131853.xlsx', null, '2025-04-30 15:45:32', null, null); INSERT INTO `oss_file` VALUES ('1917485487374962690', 'KC-2022-JL-049.pdf', '/oss/physical/temp/KC-2022-JL-049_1745999139952.pdf', null, '2025-04-30 15:45:40', null, null); INSERT INTO `oss_file` VALUES ('1917485730598457345', 'KC-2022-JL-049.pdf', '/oss/physical/temp/KC-2022-JL-049_1745999197900.pdf', null, '2025-04-30 15:46:38', null, null); INSERT INTO `oss_file` VALUES ('1917485743265255425', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745999200992.xlsx', null, '2025-04-30 15:46:41', null, null); INSERT INTO `oss_file` VALUES ('1917485924069117953', 'KC-2022-JL-049.pdf', '/oss/physical/temp/KC-2022-JL-049_1745999244032.pdf', null, '2025-04-30 15:47:24', null, null); INSERT INTO `oss_file` VALUES ('1917485939982307329', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745999247896.xlsx', null, '2025-04-30 15:47:28', null, null); INSERT INTO `oss_file` VALUES ('1917486148669902849', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745999297648.xlsx', null, '2025-04-30 15:48:18', null, null); INSERT INTO `oss_file` VALUES ('1917486164482428930', 'KC-2022-JL-049.pdf', '/oss/physical/temp/KC-2022-JL-049_1745999301341.pdf', null, '2025-04-30 15:48:21', null, null); INSERT INTO `oss_file` VALUES ('1917486389754302465', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745999355127.xlsx', null, '2025-04-30 15:49:15', null, null); INSERT INTO `oss_file` VALUES ('1917486402555318273', 'KC-2022-JL-049.pdf', '/oss/physical/temp/KC-2022-JL-049_1745999358101.pdf', null, '2025-04-30 15:49:18', null, null); INSERT INTO `oss_file` VALUES ('1917486975316889601', '电离总剂量效应.xlsx', '/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/电离总剂量效应_1745999494716.xlsx', null, '2025-04-30 15:51:35', null, null); INSERT INTO `oss_file` VALUES ('1917487495033098242', 'Phototransistor.xlsx', '/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/Phototransistor_1745999618647.xlsx', null, '2025-04-30 15:53:39', null, null); INSERT INTO `oss_file` VALUES ('1917487637748486146', 'TPS79133SEE.xlsx', '/oss/physical/NASA/1a5c1bb324f9efef37f199192ef24db2/TPS79133SEE_1745999652673.xlsx', null, '2025-04-30 15:54:13', null, null); INSERT INTO `oss_file` VALUES ('1917487714336477186', 'TPS79133TID.xlsx', '/oss/physical/NASA/1a5c1bb324f9efef37f199192ef24db2/TPS79133TID_1745999670933.xlsx', null, '2025-04-30 15:54:31', null, null); INSERT INTO `oss_file` VALUES ('1917487988304220161', 'Myrinet单粒子效应.xlsx', '/oss/physical/NASA/5d1d4998c3580c6f31eb0236a8fc9260/Myrinet单粒子效应_1745999736252.xlsx', null, '2025-04-30 15:55:36', null, null); INSERT INTO `oss_file` VALUES ('1917488109431525378', '单粒子效应 NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503\'.xlsx', '/oss/physical/NASA/cf2a0e37b51b846279080db38d0e086f/单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745999765122.xlsx', null, '2025-04-30 15:56:05', null, null); INSERT INTO `oss_file` VALUES ('1917488834257588225', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1745999937942.xlsx', null, '2025-04-30 15:58:58', null, null); INSERT INTO `oss_file` VALUES ('1917488849252225026', 'LF119测试数据.pdf', '/oss/physical/temp/LF119测试数据_1745999941425.pdf', null, '2025-04-30 15:59:02', null, null); INSERT INTO `oss_file` VALUES ('1917488862925656065', '质量记录.pdf', '/oss/physical/temp/质量记录_1745999944760.pdf', null, '2025-04-30 15:59:05', null, null); INSERT INTO `oss_file` VALUES ('1917489331387469826', 'CC2S80AMJ-RH.xlsx', '/oss/physical/temp/CC2S80AMJ-RH_1746000056466.xlsx', null, '2025-04-30 16:00:56', null, null); INSERT INTO `oss_file` VALUES ('1917489551772979201', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746000109013.xlsx', null, '2025-04-30 16:01:49', null, null); INSERT INTO `oss_file` VALUES ('1917489622744797185', 'KC-2024-JL-088.pdf', '/oss/physical/temp/KC-2024-JL-088_1746000125505.pdf', null, '2025-04-30 16:02:06', null, null); INSERT INTO `oss_file` VALUES ('1917490164288163841', 'TPS76701.xlsx', '/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/TPS76701_1746000255052.xlsx', null, '2025-04-30 16:04:15', null, null); INSERT INTO `oss_file` VALUES ('1917490203710427137', '单粒子效应 CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.xlsx', '/oss/physical/NASA/abb8339e7e4aa7c56cce3e954f490993/单粒子效应CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490_1746000264445.xlsx', null, '2025-04-30 16:04:24', null, null); INSERT INTO `oss_file` VALUES ('1917490242813923330', '单粒子效应.xlsx', '/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/单粒子效应_1746000273766.xlsx', null, '2025-04-30 16:04:34', null, null); INSERT INTO `oss_file` VALUES ('1917490262967554049', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746000278574.xlsx', null, '2025-04-30 16:04:39', null, null); INSERT INTO `oss_file` VALUES ('1917490291581095937', 'KC-2024-JL-088.pdf', '/oss/physical/temp/KC-2024-JL-088_1746000285021.pdf', null, '2025-04-30 16:04:45', null, null); INSERT INTO `oss_file` VALUES ('1917490576022016001', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746000353210.xlsx', null, '2025-04-30 16:05:53', null, null); INSERT INTO `oss_file` VALUES ('1917490608393654273', 'KC-2024-JL-088.pdf', '/oss/physical/temp/KC-2024-JL-088_1746000360507.pdf', null, '2025-04-30 16:06:01', null, null); INSERT INTO `oss_file` VALUES ('1917490837897580545', 'KC-2024-JL-088.pdf', '/oss/physical/temp/KC-2024-JL-088_1746000415270.pdf', null, '2025-04-30 16:06:56', null, null); INSERT INTO `oss_file` VALUES ('1917490849952010242', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746000418521.xlsx', null, '2025-04-30 16:06:59', null, null); INSERT INTO `oss_file` VALUES ('1917491317897924609', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746000530087.xlsx', null, '2025-04-30 16:08:50', null, null); INSERT INTO `oss_file` VALUES ('1917491338806530050', 'KC-2024-JL-088.pdf', '/oss/physical/temp/KC-2024-JL-088_1746000534644.pdf', null, '2025-04-30 16:08:55', null, null); INSERT INTO `oss_file` VALUES ('1917491502795427841', 'Mongoose V单粒子效应.xlsx', '/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/MongooseV单粒子效应_1746000574166.xlsx', null, '2025-04-30 16:09:34', null, null); INSERT INTO `oss_file` VALUES ('1917491642159566850', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746000607398.xlsx', null, '2025-04-30 16:10:07', null, null); INSERT INTO `oss_file` VALUES ('1917492061665464321', '电离总剂量效应.xlsx', '/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/电离总剂量效应_1746000707416.xlsx', null, '2025-04-30 16:11:47', null, null); INSERT INTO `oss_file` VALUES ('1917492155856949250', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746000729874.xlsx', null, '2025-04-30 16:12:10', null, null); INSERT INTO `oss_file` VALUES ('1917492171044524034', 'KC-2024-JL-088.pdf', '/oss/physical/temp/KC-2024-JL-088_1746000733070.pdf', null, '2025-04-30 16:12:14', null, null); INSERT INTO `oss_file` VALUES ('1917492335188611074', 'TPS75003.xlsx', '/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/TPS75003_1746000772630.xlsx', null, '2025-04-30 16:12:53', null, null); INSERT INTO `oss_file` VALUES ('1917492397151064066', 'KC-2022-JL-062.pdf', '/oss/physical/temp/KC-2022-JL-062_1746000787294.pdf', null, '2025-04-30 16:13:07', null, null); INSERT INTO `oss_file` VALUES ('1917492685106810881', 'CC2S80AMJ-RH - 2.xlsx', '/oss/physical/temp/CC2S80AMJ-RH-2_1746000856060.xlsx', null, '2025-04-30 16:14:16', null, null); INSERT INTO `oss_file` VALUES ('1917492718296338434', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746000863971.xlsx', null, '2025-04-30 16:14:24', null, null); INSERT INTO `oss_file` VALUES ('1917493053853241345', 'Mongoose I (R3000)单粒子效应.xlsx', '/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/MongooseI(R3000)单粒子效应_1746000943972.xlsx', null, '2025-04-30 16:15:44', null, null); INSERT INTO `oss_file` VALUES ('1917493119129194497', 'KC-2023-JL-026.pdf', '/oss/physical/temp/KC-2023-JL-026_1746000959455.pdf', null, '2025-04-30 16:16:00', null, null); INSERT INTO `oss_file` VALUES ('1917493140855689217', 'KC-2024-JL-088.pdf', '/oss/physical/temp/KC-2024-JL-088_1746000964290.pdf', null, '2025-04-30 16:16:05', null, null); INSERT INTO `oss_file` VALUES ('1917493151995760641', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746000967372.xlsx', null, '2025-04-30 16:16:07', null, null); INSERT INTO `oss_file` VALUES ('1917493174468841473', 'KC-2022-JL-062.pdf', '/oss/physical/temp/KC-2022-JL-062_1746000972634.pdf', null, '2025-04-30 16:16:13', null, null); INSERT INTO `oss_file` VALUES ('1917493255511183362', 'CC2S80AMJ-RH - 3.xlsx', '/oss/physical/temp/CC2S80AMJ-RH-3_1746000992048.xlsx', null, '2025-04-30 16:16:32', null, null); INSERT INTO `oss_file` VALUES ('1917493265875308546', '单粒子效应 NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942\'.xlsx', '/oss/physical/NASA/ed9a0eff3c95208a5d58ee4d8a08d05b/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746000994523.xlsx', null, '2025-04-30 16:16:35', null, null); INSERT INTO `oss_file` VALUES ('1917493395814846466', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746001025507.xlsx', null, '2025-04-30 16:17:06', null, null); INSERT INTO `oss_file` VALUES ('1917493410536853506', 'LW5232测试数据.pdf', '/oss/physical/temp/LW5232测试数据_1746001028915.pdf', null, '2025-04-30 16:17:09', null, null); INSERT INTO `oss_file` VALUES ('1917493418204041217', 'KC-2024-JL-088.pdf', '/oss/physical/temp/KC-2024-JL-088_1746001030450.pdf', null, '2025-04-30 16:17:11', null, null); INSERT INTO `oss_file` VALUES ('1917493422457065474', '质量记录.pdf', '/oss/physical/temp/质量记录_1746001031820.pdf', null, '2025-04-30 16:17:12', null, null); INSERT INTO `oss_file` VALUES ('1917493429981646849', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746001033649.xlsx', null, '2025-04-30 16:17:14', null, null); INSERT INTO `oss_file` VALUES ('1917493601579012097', '电离总剂量效应.xlsx', '/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/电离总剂量效应_1746001074561.xlsx', null, '2025-04-30 16:17:55', null, null); INSERT INTO `oss_file` VALUES ('1917493747142332417', 'KC-2022-JL-062.pdf', '/oss/physical/temp/KC-2022-JL-062_1746001109135.pdf', null, '2025-04-30 16:18:29', null, null); INSERT INTO `oss_file` VALUES ('1917493771242803201', 'data (42).xlsx', '/oss/physical/NASA/6c4164cc9f95973e4f782edbb88cf22f/data(42)_1746001115010.xlsx', null, '2025-04-30 16:18:35', null, null); INSERT INTO `oss_file` VALUES ('1917493773881020417', 'KC-2024-JL-088.pdf', '/oss/physical/temp/KC-2024-JL-088_1746001115231.pdf', null, '2025-04-30 16:18:36', null, null); INSERT INTO `oss_file` VALUES ('1917493783171403778', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746001117856.xlsx', null, '2025-04-30 16:18:38', null, null); INSERT INTO `oss_file` VALUES ('1917493809826205697', '电离总剂量效应.xlsx', '/oss/physical/NASA/af267898b918d79e41b7275468a4f8a1/电离总剂量效应_1746001124210.xlsx', null, '2025-04-30 16:18:44', null, null); INSERT INTO `oss_file` VALUES ('1917493908681756673', 'data (42).xlsx', '/oss/physical/NASA/6c4164cc9f95973e4f782edbb88cf22f/data(42)_1746001147779.xlsx', null, '2025-04-30 16:19:08', null, null); INSERT INTO `oss_file` VALUES ('1917494178010599425', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746001211993.xlsx', null, '2025-04-30 16:20:12', null, null); INSERT INTO `oss_file` VALUES ('1917494192455782402', 'KC-2024-JL-088.pdf', '/oss/physical/temp/KC-2024-JL-088_1746001215015.pdf', null, '2025-04-30 16:20:15', null, null); INSERT INTO `oss_file` VALUES ('1917494569888616450', 'data (44).xlsx', '/oss/physical/NASA/ccb6795537acfc4ad6ce44593c15f8d1/data(44)_1746001305423.xlsx', null, '2025-04-30 16:21:45', null, null); INSERT INTO `oss_file` VALUES ('1917494577648078850', 'TPS73601.xlsx', '/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/TPS73601_1746001307273.xlsx', null, '2025-04-30 16:21:47', null, null); INSERT INTO `oss_file` VALUES ('1917494667519430658', '单粒子效应.xlsx', '/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/单粒子效应_1746001328700.xlsx', null, '2025-04-30 16:22:09', null, null); INSERT INTO `oss_file` VALUES ('1917494884054568961', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746001380326.xlsx', null, '2025-04-30 16:23:00', null, null); INSERT INTO `oss_file` VALUES ('1917494894942982145', 'LW5232测试数据.pdf', '/oss/physical/temp/LW5232测试数据_1746001382819.pdf', null, '2025-04-30 16:23:03', null, null); INSERT INTO `oss_file` VALUES ('1917494904967368706', '质量记录.pdf', '/oss/physical/temp/质量记录_1746001385292.pdf', null, '2025-04-30 16:23:05', null, null); INSERT INTO `oss_file` VALUES ('1917495076053028866', 'data (48).xlsx', '/oss/physical/NASA/e5685f499344cd670015c49cf2590ad8/data(48)_1746001426101.xlsx', null, '2025-04-30 16:23:46', null, null); INSERT INTO `oss_file` VALUES ('1917495644741931009', 'CC2S80AMJ-RH.xlsx', '/oss/physical/temp/CC2S80AMJ-RH_1746001561686.xlsx', null, '2025-04-30 16:26:02', null, null); INSERT INTO `oss_file` VALUES ('1917495737712873473', 'CC2S80AMJ-RH - 2.xlsx', '/oss/physical/temp/CC2S80AMJ-RH-2_1746001583853.xlsx', null, '2025-04-30 16:26:24', null, null); INSERT INTO `oss_file` VALUES ('1917495815676596226', 'CC2S80AMJ-RH - 3.xlsx', '/oss/physical/temp/CC2S80AMJ-RH-3_1746001602448.xlsx', null, '2025-04-30 16:26:42', null, null); INSERT INTO `oss_file` VALUES ('1917496336143585282', '电离总剂量效应.xlsx', '/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/电离总剂量效应_1746001726531.xlsx', null, '2025-04-30 16:28:47', null, null); INSERT INTO `oss_file` VALUES ('1917496483074248705', 'KC-2022-JL-062.pdf', '/oss/physical/temp/KC-2022-JL-062_1746001761460.pdf', null, '2025-04-30 16:29:22', null, null); INSERT INTO `oss_file` VALUES ('1917496515722711042', 'CC2S80AMJ-RH - 4.xlsx', '/oss/physical/temp/CC2S80AMJ-RH-4_1746001769347.xlsx', null, '2025-04-30 16:29:29', null, null); INSERT INTO `oss_file` VALUES ('1917496571079135233', 'data (49).xlsx', '/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/data(49)_1746001782545.xlsx', null, '2025-04-30 16:29:43', null, null); INSERT INTO `oss_file` VALUES ('1917496575512514562', 'TIL25.xlsx', '/oss/physical/NASA/e2192b2054a81762ecdfaeec2f50eab8/TIL25_1746001783602.xlsx', null, '2025-04-30 16:29:44', null, null); INSERT INTO `oss_file` VALUES ('1917497023669702657', '电离总剂量效应.xlsx', '/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/电离总剂量效应_1746001890450.xlsx', null, '2025-04-30 16:31:30', null, null); INSERT INTO `oss_file` VALUES ('1917497158432690178', 'TPS5420.xlsx', '/oss/physical/NASA/182310814728a29af710b2fa11877b5c/TPS5420_1746001922577.xlsx', null, '2025-04-30 16:32:03', null, null); INSERT INTO `oss_file` VALUES ('1917497203743756290', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746001933383.xlsx', null, '2025-04-30 16:32:13', null, null); INSERT INTO `oss_file` VALUES ('1917497216444108802', 'LW5232测试数据.pdf', '/oss/physical/temp/LW5232测试数据_1746001936349.pdf', null, '2025-04-30 16:32:16', null, null); INSERT INTO `oss_file` VALUES ('1917497227131195393', '质量记录.pdf', '/oss/physical/temp/质量记录_1746001938926.pdf', null, '2025-04-30 16:32:19', null, null); INSERT INTO `oss_file` VALUES ('1917497281267077122', 'KC-2022-JL-062.pdf', '/oss/physical/temp/KC-2022-JL-062_1746001951727.pdf', null, '2025-04-30 16:32:32', null, null); INSERT INTO `oss_file` VALUES ('1917497827717779458', 'CC2S80AMJ-RH - 5.xlsx', '/oss/physical/temp/CC2S80AMJ-RH-5_1746002082151.xlsx', null, '2025-04-30 16:34:42', null, null); INSERT INTO `oss_file` VALUES ('1917498207092576257', 'TP0116400AJ3B-70.xlsx', '/oss/physical/NASA/5884725e6fe127d9111a23a755c43be6/TP0116400AJ3B-70_1746002172600.xlsx', null, '2025-04-30 16:36:13', null, null); INSERT INTO `oss_file` VALUES ('1917498456611721218', 'KC-2023-JL-026.pdf', '/oss/physical/temp/KC-2023-JL-026_1746002232024.pdf', null, '2025-04-30 16:37:12', null, null); INSERT INTO `oss_file` VALUES ('1917498476756963330', '位移损伤效应.xlsx', '/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/位移损伤效应_1746002236894.xlsx', null, '2025-04-30 16:37:17', null, null); INSERT INTO `oss_file` VALUES ('1917498487448244225', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746002239445.xlsx', null, '2025-04-30 16:37:19', null, null); INSERT INTO `oss_file` VALUES ('1917498872216915970', 'KC-2023-JL-026.pdf', '/oss/physical/temp/KC-2023-JL-026_1746002331094.pdf', null, '2025-04-30 16:38:51', null, null); INSERT INTO `oss_file` VALUES ('1917498897181413378', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746002337130.xlsx', null, '2025-04-30 16:38:57', null, null); INSERT INTO `oss_file` VALUES ('1917499057227665409', 'TMS416400DJ-60.xlsx', '/oss/physical/NASA/e42d609c27160918efad17e222869585/TMS416400DJ-60_1746002375289.xlsx', null, '2025-04-30 16:39:35', null, null); INSERT INTO `oss_file` VALUES ('1917499232620875778', 'KC-2023-JL-026.pdf', '/oss/physical/temp/KC-2023-JL-026_1746002417016.pdf', null, '2025-04-30 16:40:17', null, null); INSERT INTO `oss_file` VALUES ('1917499252887752706', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746002421938.xlsx', null, '2025-04-30 16:40:22', null, null); INSERT INTO `oss_file` VALUES ('1917499472191131649', 'KC-2023-JL-026.pdf', '/oss/physical/temp/KC-2023-JL-026_1746002474136.pdf', null, '2025-04-30 16:41:14', null, null); INSERT INTO `oss_file` VALUES ('1917499491111636994', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746002478736.xlsx', null, '2025-04-30 16:41:19', null, null); INSERT INTO `oss_file` VALUES ('1917500158773530626', '单粒子效应 NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942\'\'.xlsx', '/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746002637917.xlsx', null, '2025-04-30 16:43:58', null, null); INSERT INTO `oss_file` VALUES ('1917500541260500994', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746002729111.xlsx', null, '2025-04-30 16:45:29', null, null); INSERT INTO `oss_file` VALUES ('1917500551935004674', 'LZ5393R测试数据.pdf', '/oss/physical/temp/LZ5393R测试数据_1746002731594.pdf', null, '2025-04-30 16:45:32', null, null); INSERT INTO `oss_file` VALUES ('1917500569291034626', '电离总剂量效应.xlsx', '/oss/physical/NASA/72a1b689ee354a2086e31cf09f6900ca/电离总剂量效应_1746002735793.xlsx', null, '2025-04-30 16:45:36', null, null); INSERT INTO `oss_file` VALUES ('1917500569332977666', '质量记录.pdf', '/oss/physical/temp/质量记录_1746002735788.pdf', null, '2025-04-30 16:45:36', null, null); INSERT INTO `oss_file` VALUES ('1917501441362333697', '电离总剂量效应.xlsx', '/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/电离总剂量效应_1746002943714.xlsx', null, '2025-04-30 16:49:04', null, null); INSERT INTO `oss_file` VALUES ('1917502303623155713', 'TMS416400DJ.xlsx', '/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/TMS416400DJ_1746003149292.xlsx', null, '2025-04-30 16:52:29', null, null); INSERT INTO `oss_file` VALUES ('1917502336351309826', 'Mii53258单粒子效应.xlsx', '/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/Mii53258单粒子效应_1746003157092.xlsx', null, '2025-04-30 16:52:37', null, null); INSERT INTO `oss_file` VALUES ('1917502460683063298', 'Mii53258单粒子效应.xlsx', '/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/Mii53258单粒子效应_1746003186735.xlsx', null, '2025-04-30 16:53:07', null, null); INSERT INTO `oss_file` VALUES ('1917502567532957698', '单粒子效应.xlsx', '/oss/physical/NASA/9341717eccaadea538e69fb89a055959/单粒子效应_1746003212203.xlsx', null, '2025-04-30 16:53:32', null, null); INSERT INTO `oss_file` VALUES ('1917502687943036930', 'Mii53258单粒子效应.xlsx', '/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/Mii53258单粒子效应_1746003240919.xlsx', null, '2025-04-30 16:54:01', null, null); INSERT INTO `oss_file` VALUES ('1917502724693528577', '单粒子效应 NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.xlsx', '/oss/physical/NASA/ed4d1c26818025be69c55808545ae1f8/单粒子效应NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142_1746003249684.xlsx', null, '2025-04-30 16:54:10', null, null); INSERT INTO `oss_file` VALUES ('1917503071751213057', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746003332420.xlsx', null, '2025-04-30 16:55:32', null, null); INSERT INTO `oss_file` VALUES ('1917503083553984513', 'LZX1测试数据.pdf', '/oss/physical/temp/LZX1测试数据_1746003335168.pdf', null, '2025-04-30 16:55:35', null, null); INSERT INTO `oss_file` VALUES ('1917503093020528641', '质量记录.pdf', '/oss/physical/temp/质量记录_1746003337482.pdf', null, '2025-04-30 16:55:38', null, null); INSERT INTO `oss_file` VALUES ('1917503273585315842', 'TMS416400.xlsx', '/oss/physical/NASA/29d104f668f10ce98fa30fcf15673f87/TMS416400_1746003380551.xlsx', null, '2025-04-30 16:56:21', null, null); INSERT INTO `oss_file` VALUES ('1917503662963527682', '单粒子效应 NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.xlsx', '/oss/physical/NASA/764f0fae4f3cd3db25749a89e9fb22b5/单粒子效应NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142_1746003473381.xlsx', null, '2025-04-30 16:57:53', null, null); INSERT INTO `oss_file` VALUES ('1917504148693291010', '单粒子效应.xlsx', '/oss/physical/NASA/06f7bd92838abd4143fe36886ce280aa/单粒子效应_1746003589190.xlsx', null, '2025-04-30 16:59:49', null, null); INSERT INTO `oss_file` VALUES ('1917505469823553537', '单粒子效应.xlsx', '/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/单粒子效应_1746003904170.xlsx', null, '2025-04-30 17:05:04', null, null); INSERT INTO `oss_file` VALUES ('1917505561863360514', '单粒子效应.xlsx', '/oss/physical/NASA/2b8980d1e007a7e97cf0ddea62ebe4a3/单粒子效应_1746003926114.xlsx', null, '2025-04-30 17:05:26', null, null); INSERT INTO `oss_file` VALUES ('1917505567596974082', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746003927485.xlsx', null, '2025-04-30 17:05:28', null, null); INSERT INTO `oss_file` VALUES ('1917506036679544833', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746004039321.xlsx', null, '2025-04-30 17:07:19', null, null); INSERT INTO `oss_file` VALUES ('1917506068707250177', '单粒子效应.xlsx', '/oss/physical/NASA/cb4b02e5152603417c9ca330d654bc1d/单粒子效应_1746004046955.xlsx', null, '2025-04-30 17:07:27', null, null); INSERT INTO `oss_file` VALUES ('1917506120888586242', 'TMP36.xlsx', '/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/TMP36_1746004059392.xlsx', null, '2025-04-30 17:07:39', null, null); INSERT INTO `oss_file` VALUES ('1917506630865620993', 'KC-2022-SB-UD88.pdf', '/oss/physical/temp/KC-2022-SB-UD88_1746004180967.pdf', null, '2025-04-30 17:09:41', null, null); INSERT INTO `oss_file` VALUES ('1917506653904932865', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746004186480.xlsx', null, '2025-04-30 17:09:46', null, null); INSERT INTO `oss_file` VALUES ('1917506879139057666', 'KC-2023-SB-SWXT.pdf', '/oss/physical/temp/KC-2023-SB-SWXT_1746004240119.pdf', null, '2025-04-30 17:10:40', null, null); INSERT INTO `oss_file` VALUES ('1917506918875893762', 'KC-2023-SB-SWXT.pdf', '/oss/physical/temp/KC-2023-SB-SWXT_1746004249598.pdf', null, '2025-04-30 17:10:50', null, null); INSERT INTO `oss_file` VALUES ('1917507016380878849', 'KC-2023-SB-SWXT.pdf', '/oss/physical/temp/KC-2023-SB-SWXT_1746004272870.pdf', null, '2025-04-30 17:11:13', null, null); INSERT INTO `oss_file` VALUES ('1917507050153414658', 'KC-2023-SB-SWXT.pdf', '/oss/physical/temp/KC-2023-SB-SWXT_1746004280894.pdf', null, '2025-04-30 17:11:21', null, null); INSERT INTO `oss_file` VALUES ('1917507083871424513', 'KC-2023-SB-SWXT.pdf', '/oss/physical/temp/KC-2023-SB-SWXT_1746004288948.pdf', null, '2025-04-30 17:11:29', null, null); INSERT INTO `oss_file` VALUES ('1917507217178988545', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746004320764.xlsx', null, '2025-04-30 17:12:01', null, null); INSERT INTO `oss_file` VALUES ('1917507962058018818', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746004498365.xlsx', null, '2025-04-30 17:14:58', null, null); INSERT INTO `oss_file` VALUES ('1917508022871232513', '单粒子效应.xlsx', '/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/单粒子效应_1746004512865.xlsx', null, '2025-04-30 17:15:13', null, null); INSERT INTO `oss_file` VALUES ('1917508372822986753', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746004596299.xlsx', null, '2025-04-30 17:16:36', null, null); INSERT INTO `oss_file` VALUES ('1917508461381521410', 'TLV5618.xlsx', '/oss/physical/NASA/5ae19c00607403ca49c4a4b8a21b74da/TLV5618_1746004617405.xlsx', null, '2025-04-30 17:16:57', null, null); INSERT INTO `oss_file` VALUES ('1917508568927670274', 'Mii53253单粒子效应.xlsx', '/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/Mii53253单粒子效应_1746004643056.xlsx', null, '2025-04-30 17:17:23', null, null); INSERT INTO `oss_file` VALUES ('1917508893210284033', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746004720369.xlsx', null, '2025-04-30 17:18:40', null, null); INSERT INTO `oss_file` VALUES ('1917509599124230146', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746004888672.xlsx', null, '2025-04-30 17:21:29', null, null); INSERT INTO `oss_file` VALUES ('1917509899834855425', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746004960367.xlsx', null, '2025-04-30 17:22:40', null, null); INSERT INTO `oss_file` VALUES ('1917510078642229250', 'TLK2711-SP.xlsx', '/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/TLK2711-SP_1746005002998.xlsx', null, '2025-04-30 17:23:23', null, null); INSERT INTO `oss_file` VALUES ('1917510371551449090', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746005072826.xlsx', null, '2025-04-30 17:24:33', null, null); INSERT INTO `oss_file` VALUES ('1917510682206769154', '单粒子效应.xlsx', '/oss/physical/NASA/9ee7bf0d351f531cf02a87289d6e3919/单粒子效应_1746005146905.xlsx', null, '2025-04-30 17:25:47', null, null); INSERT INTO `oss_file` VALUES ('1917510697633419265', '电离总剂量效应.xlsx', '/oss/physical/NASA/9ee7bf0d351f531cf02a87289d6e3919/电离总剂量效应_1746005150581.xlsx', null, '2025-04-30 17:25:51', null, null); INSERT INTO `oss_file` VALUES ('1917511018678030337', 'TIL25.xlsx', '/oss/physical/NASA/611648d3eebf3983bd83c739e0e61553/TIL25_1746005227111.xlsx', null, '2025-04-30 17:27:07', null, null); INSERT INTO `oss_file` VALUES ('1917511065289330690', 'TIL25.xlsx', '/oss/physical/NASA/611648d3eebf3983bd83c739e0e61553/TIL25_1746005238232.xlsx', null, '2025-04-30 17:27:18', null, null); INSERT INTO `oss_file` VALUES ('1917511758070910977', '单粒子效应.xlsx', '/oss/physical/NASA/f0f9ade5cc24899bcb595a34df298416/单粒子效应_1746005403406.xlsx', null, '2025-04-30 17:30:03', null, null); INSERT INTO `oss_file` VALUES ('1917511927868919810', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746005443889.xlsx', null, '2025-04-30 17:30:44', null, null); INSERT INTO `oss_file` VALUES ('1917511939269038081', 'LCS7583T1RH.pdf', '/oss/physical/temp/LCS7583T1RH_1746005446547.pdf', null, '2025-04-30 17:30:47', null, null); INSERT INTO `oss_file` VALUES ('1917511950937591809', '质量记录.pdf', '/oss/physical/temp/质量记录_1746005449375.pdf', null, '2025-04-30 17:30:49', null, null); INSERT INTO `oss_file` VALUES ('1917512251795017729', 'data.xlsx', '/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data_1746005521118.xlsx', null, '2025-04-30 17:32:01', null, null); INSERT INTO `oss_file` VALUES ('1917512401414230017', 'TIL25.xlsx', '/oss/physical/NASA/21f2f5c21c6382fc9eceead5a1e97b73/TIL25_1746005556795.xlsx', null, '2025-04-30 17:32:37', null, null); INSERT INTO `oss_file` VALUES ('1917513039049101313', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746005708814.xlsx', null, '2025-04-30 17:35:09', null, null); INSERT INTO `oss_file` VALUES ('1917513050679906305', 'LCS7583T1RH测试数据.pdf', '/oss/physical/temp/LCS7583T1RH测试数据_1746005711513.pdf', null, '2025-04-30 17:35:12', null, null); INSERT INTO `oss_file` VALUES ('1917513062776279041', '质量记录.pdf', '/oss/physical/temp/质量记录_1746005714452.pdf', null, '2025-04-30 17:35:14', null, null); INSERT INTO `oss_file` VALUES ('1917513563551010817', 'TIL25.xlsx', '/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/TIL25_1746005833866.xlsx', null, '2025-04-30 17:37:14', null, null); INSERT INTO `oss_file` VALUES ('1917513607792529409', '单粒子效应.xlsx', '/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/单粒子效应_1746005844415.xlsx', null, '2025-04-30 17:37:24', null, null); INSERT INTO `oss_file` VALUES ('1917513621218496513', 'Mii53250单粒子效应.xlsx', '/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/Mii53250单粒子效应_1746005847616.xlsx', null, '2025-04-30 17:37:28', null, null); INSERT INTO `oss_file` VALUES ('1917514229212221441', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746005992571.xlsx', null, '2025-04-30 17:39:53', null, null); INSERT INTO `oss_file` VALUES ('1917514241799327745', 'LCS7583T1RH测试数据.pdf', '/oss/physical/temp/LCS7583T1RH测试数据_1746005995498.pdf', null, '2025-04-30 17:39:56', null, null); INSERT INTO `oss_file` VALUES ('1917514251911794689', '质量记录.pdf', '/oss/physical/temp/质量记录_1746005997964.pdf', null, '2025-04-30 17:39:58', null, null); INSERT INTO `oss_file` VALUES ('1917515100939587585', 'TIL25.xlsx', '/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/TIL25_1746006200408.xlsx', null, '2025-04-30 17:43:20', null, null); INSERT INTO `oss_file` VALUES ('1917515622111219713', 'TIL25.xlsx', '/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/TIL25_1746006324665.xlsx', null, '2025-04-30 17:45:25', null, null); INSERT INTO `oss_file` VALUES ('1917515835685179393', '电离总剂量效应.xlsx', '/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/电离总剂量效应_1746006375584.xlsx', null, '2025-04-30 17:46:16', null, null); INSERT INTO `oss_file` VALUES ('1917515901485420546', 'Mii53124单粒子效应.xlsx', '/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/Mii53124单粒子效应_1746006391274.xlsx', null, '2025-04-30 17:46:31', null, null); INSERT INTO `oss_file` VALUES ('1917516565909311490', 'LS883测试数据.pdf', '/oss/physical/temp/LS883测试数据_1746006549596.pdf', null, '2025-04-30 17:49:10', null, null); INSERT INTO `oss_file` VALUES ('1917516575740760066', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746006552026.xlsx', null, '2025-04-30 17:49:12', null, null); INSERT INTO `oss_file` VALUES ('1917516719064322049', 'TLE2142.xlsx', '/oss/physical/NASA/51623a1c4947e2755d44643c39e82826/TLE2142_1746006586203.xlsx', null, '2025-04-30 17:49:46', null, null); INSERT INTO `oss_file` VALUES ('1917517429726220289', 'data (1).xlsx', '/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/data(1)_1746006755632.xlsx', null, '2025-04-30 17:52:36', null, null); INSERT INTO `oss_file` VALUES ('1917517647712587778', '单粒子效应.xlsx', '/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/单粒子效应_1746006807603.xlsx', null, '2025-04-30 17:53:28', null, null); INSERT INTO `oss_file` VALUES ('1917518223640858626', 'TIL25.xlsx', '/oss/physical/NASA/2da4217fc09436075ebd185d18756973/TIL25_1746006944917.xlsx', null, '2025-04-30 17:55:45', null, null); INSERT INTO `oss_file` VALUES ('1917518362694619137', 'SIC_JFET.xlsx', '/oss/physical/NASA/fe527511a437f698fe3ed0f96ca910e7/SIC_JFET_1746006978070.xlsx', null, '2025-04-30 17:56:18', null, null); INSERT INTO `oss_file` VALUES ('1917518375621464066', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746006981153.xlsx', null, '2025-04-30 17:56:21', null, null); INSERT INTO `oss_file` VALUES ('1917518387902386177', 'LCS7591U3RH测试数据.pdf', '/oss/physical/temp/LCS7591U3RH测试数据_1746006984005.pdf', null, '2025-04-30 17:56:24', null, null); INSERT INTO `oss_file` VALUES ('1917518485851967489', 'TLC7705.xlsx', '/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/TLC7705_1746007007434.xlsx', null, '2025-04-30 17:56:47', null, null); INSERT INTO `oss_file` VALUES ('1917519514282725377', 'Mii4N49位移损伤效应.xlsx', '/oss/physical/NASA/eb6ac0ad5cb03eecbb21843d8ce1660e/Mii4N49位移损伤效应_1746007252630.xlsx', null, '2025-04-30 18:00:53', null, null); INSERT INTO `oss_file` VALUES ('1917519520762925057', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746007254178.xlsx', null, '2025-04-30 18:00:54', null, null); INSERT INTO `oss_file` VALUES ('1917519533593300994', 'LCS7587U3RH测试数据.pdf', '/oss/physical/temp/LCS7587U3RH测试数据_1746007257171.pdf', null, '2025-04-30 18:00:57', null, null); INSERT INTO `oss_file` VALUES ('1917520218435063810', '单粒子效应.xlsx', '/oss/physical/NASA/ac27a017ccb42163b9b3c39ebd7e5d6f/单粒子效应_1746007420512.xlsx', null, '2025-04-30 18:03:41', null, null); INSERT INTO `oss_file` VALUES ('1917520408189571073', '单粒子效应.xlsx.xlsx', '/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/单粒子效应.xlsx_1746007465754.xlsx', null, '2025-04-30 18:04:26', null, null); INSERT INTO `oss_file` VALUES ('1917520626402430978', '单粒子效应.xlsx.xlsx', '/oss/physical/NASA/5508012a21dde8b2a76289771a910643/单粒子效应.xlsx_1746007517783.xlsx', null, '2025-04-30 18:05:18', null, null); INSERT INTO `oss_file` VALUES ('1917520701681799169', 'TL7770-5.xlsx', '/oss/physical/NASA/13483cafab78b1066554802e6cc1e5df/TL7770-5_1746007535729.xlsx', null, '2025-04-30 18:05:36', null, null); INSERT INTO `oss_file` VALUES ('1917520809068564482', '电离总剂量效应.xlsx.xlsx', '/oss/physical/NASA/0ec02c145a1464409cbb150fc0efb980/电离总剂量效应.xlsx_1746007561331.xlsx', null, '2025-04-30 18:06:01', null, null); INSERT INTO `oss_file` VALUES ('1917520869571399681', '单粒子效应.xlsx', '/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/单粒子效应_1746007575756.xlsx', null, '2025-04-30 18:06:16', null, null); INSERT INTO `oss_file` VALUES ('1917521002107211778', '单粒子效应.xlsx.xlsx', '/oss/physical/NASA/11bb0c70c2e3a3101c1318f795c3fa9c/单粒子效应.xlsx_1746007607354.xlsx', null, '2025-04-30 18:06:47', null, null); INSERT INTO `oss_file` VALUES ('1917521782595883010', 'TL7705B.xlsx', '/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/TL7705B_1746007793439.xlsx', null, '2025-04-30 18:09:53', null, null); INSERT INTO `oss_file` VALUES ('1917521951458562050', 'data.xlsx', '/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/data_1746007833686.xlsx', null, '2025-04-30 18:10:34', null, null); INSERT INTO `oss_file` VALUES ('1917522778969575425', 'TIL25.xlsx', '/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/TIL25_1746008030983.xlsx', null, '2025-04-30 18:13:51', null, null); INSERT INTO `oss_file` VALUES ('1917522839682125826', '电离总剂量效应.xlsx', '/oss/physical/NASA/60e77dadba6b82a5b379e4a7801028fe/电离总剂量效应_1746008045469.xlsx', null, '2025-04-30 18:14:05', null, null); INSERT INTO `oss_file` VALUES ('1917524071754731521', 'TIL25.xlsx', '/oss/physical/NASA/8066230edee9ddedc08583821e009174/TIL25_1746008339216.xlsx', null, '2025-04-30 18:18:59', null, null); INSERT INTO `oss_file` VALUES ('1917524243918327810', 'data.xlsx', '/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/data_1746008380269.xlsx', null, '2025-04-30 18:19:40', null, null); INSERT INTO `oss_file` VALUES ('1917524783255490562', 'TIL25.xlsx', '/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/TIL25_1746008508852.xlsx', null, '2025-04-30 18:21:49', null, null); INSERT INTO `oss_file` VALUES ('1917525062126374914', 'Mii42142单粒子效应.xlsx', '/oss/physical/NASA/607973c888d54c20de6a41b14946094d/Mii42142单粒子效应_1746008575339.xlsx', null, '2025-04-30 18:22:55', null, null); INSERT INTO `oss_file` VALUES ('1917525344050712577', '质量记录.pdf', '/oss/physical/temp/质量记录_1746008642461.pdf', null, '2025-04-30 18:24:03', null, null); INSERT INTO `oss_file` VALUES ('1917525593901207554', '单粒子效应.xlsx', '/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/单粒子效应_1746008702124.xlsx', null, '2025-04-30 18:25:02', null, null); INSERT INTO `oss_file` VALUES ('1917526088791330818', '单粒子效应.xlsx', '/oss/physical/NASA/35c45ad27d2bbed4a8770553146178ae/单粒子效应_1746008820115.xlsx', null, '2025-04-30 18:27:00', null, null); INSERT INTO `oss_file` VALUES ('1917527511130148865', '单粒子效应.xlsx', '/oss/physical/NASA/125cfbb9cbc415dd5b1f8add3d81f86a/单粒子效应_1746009159228.xlsx', null, '2025-04-30 18:32:39', null, null); INSERT INTO `oss_file` VALUES ('1917527647159816193', 'TIL25.xlsx', '/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/TIL25_1746009191659.xlsx', null, '2025-04-30 18:33:12', null, null); INSERT INTO `oss_file` VALUES ('1917528202728935425', 'TIL25.xlsx', '/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/TIL25_1746009324123.xlsx', null, '2025-04-30 18:35:24', null, null); INSERT INTO `oss_file` VALUES ('1917528613208690689', 'SiB455EDK_SEE.xlsx', '/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/SiB455EDK_SEE_1746009421983.xlsx', null, '2025-04-30 18:37:02', null, null); INSERT INTO `oss_file` VALUES ('1917528872022413314', 'TIL25.xlsx', '/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/TIL25_1746009483687.xlsx', null, '2025-04-30 18:38:04', null, null); INSERT INTO `oss_file` VALUES ('1917529056613732353', 'data.xlsx', '/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/data_1746009527699.xlsx', null, '2025-04-30 18:38:48', null, null); INSERT INTO `oss_file` VALUES ('1917529346620493825', '单粒子效应.xlsx', '/oss/physical/NASA/3dd2e1f1ca7dca324dbb5fd76de2be07/单粒子效应_1746009596848.xlsx', null, '2025-04-30 18:39:57', null, null); INSERT INTO `oss_file` VALUES ('1917529754927599618', 'TIL25.xlsx', '/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/TIL25_1746009694189.xlsx', null, '2025-04-30 18:41:34', null, null); INSERT INTO `oss_file` VALUES ('1917529787848691713', 'Mii66099电离总剂量效应.xlsx', '/oss/physical/NASA/0a945498409cf7c8a9f6f81120dbcbc9/Mii66099电离总剂量效应_1746009702043.xlsx', null, '2025-04-30 18:41:42', null, null); INSERT INTO `oss_file` VALUES ('1917529788003880962', 'Mii66099位移损伤效应.xlsx', '/oss/physical/NASA/0a945498409cf7c8a9f6f81120dbcbc9/Mii66099位移损伤效应_1746009702046.xlsx', null, '2025-04-30 18:41:42', null, null); INSERT INTO `oss_file` VALUES ('1917529965427134466', 'TLC7705.xlsx', '/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/TLC7705_1746009744376.xlsx', null, '2025-04-30 18:42:24', null, null); INSERT INTO `oss_file` VALUES ('1917530462053699585', 'TIL25.xlsx', '/oss/physical/NASA/2114970b0e51adc263b76f3d2148c13c/TIL25_1746009862783.xlsx', null, '2025-04-30 18:44:23', null, null); INSERT INTO `oss_file` VALUES ('1917530879483416577', '单粒子效应.xlsx', '/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746009962305.xlsx', null, '2025-04-30 18:46:02', null, null); INSERT INTO `oss_file` VALUES ('1917531051214999553', '单粒子效应.xlsx', '/oss/physical/NASA/c3efcd09547ae84af3fd44983666ee53/单粒子效应_1746010003249.xlsx', null, '2025-04-30 18:46:43', null, null); INSERT INTO `oss_file` VALUES ('1917531525309763585', 'Magnum Test Vehicle单粒子效应.xlsx', '/oss/physical/NASA/0a8076f6a564c9a70916d7017cb61930/MagnumTestVehicle单粒子效应_1746010116282.xlsx', null, '2025-04-30 18:48:36', null, null); INSERT INTO `oss_file` VALUES ('1917531562429353985', '单粒子效应1.xlsx', '/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应1_1746010125138.xlsx', null, '2025-04-30 18:48:45', null, null); INSERT INTO `oss_file` VALUES ('1917531980546936834', 'TIL25.xlsx', '/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/TIL25_1746010224816.xlsx', null, '2025-04-30 18:50:25', null, null); INSERT INTO `oss_file` VALUES ('1917531988436422657', '单粒子效应.xlsx', '/oss/physical/NASA/f8b2c557856fc8077ea5c5e7bc97010c/单粒子效应_1746010226700.xlsx', null, '2025-04-30 18:50:27', null, null); INSERT INTO `oss_file` VALUES ('1917532320130371586', 'TL7702B.xlsx', '/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/TL7702B_1746010305784.xlsx', null, '2025-04-30 18:51:46', null, null); INSERT INTO `oss_file` VALUES ('1917532386874331137', 'TIL25.xlsx', '/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/TIL25_1746010321690.xlsx', null, '2025-04-30 18:52:02', null, null); INSERT INTO `oss_file` VALUES ('1917532639384014850', '单粒子效应.xlsx', '/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/单粒子效应_1746010381898.xlsx', null, '2025-04-30 18:53:02', null, null); INSERT INTO `oss_file` VALUES ('1917532904111706113', 'TIL25.xlsx', '/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/TIL25_1746010445015.xlsx', null, '2025-04-30 18:54:05', null, null); INSERT INTO `oss_file` VALUES ('1917532917738999809', '单粒子效应2.xlsx', '/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/单粒子效应2_1746010448263.xlsx', null, '2025-04-30 18:54:08', null, null); INSERT INTO `oss_file` VALUES ('1917532954212667393', 'TIL25.xlsx', '/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/TIL25_1746010456960.xlsx', null, '2025-04-30 18:54:17', null, null); INSERT INTO `oss_file` VALUES ('1917533461408878593', 'TL750M05CKTRR.xlsx', '/oss/physical/NASA/cd12a2931378db9fed2b04beb1c72448/TL750M05CKTRR_1746010577882.xlsx', null, '2025-04-30 18:56:18', null, null); INSERT INTO `oss_file` VALUES ('1917534122766733313', 'TL750L05CDR.xlsx', '/oss/physical/NASA/69e94aea553c8f6e03f5647799fa13d2/TL750L05CDR_1746010735564.xlsx', null, '2025-04-30 18:58:56', null, null); INSERT INTO `oss_file` VALUES ('1917534485938933761', 'TIL25.xlsx', '/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/TIL25_1746010822150.xlsx', null, '2025-04-30 19:00:22', null, null); INSERT INTO `oss_file` VALUES ('1917534637395251201', '电离总剂量效应.xlsx', '/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/电离总剂量效应_1746010858261.xlsx', null, '2025-04-30 19:00:58', null, null); INSERT INTO `oss_file` VALUES ('1917534819872641025', '电离总剂量效应.xlsx', '/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/电离总剂量效应_1746010901768.xlsx', null, '2025-04-30 19:01:42', null, null); INSERT INTO `oss_file` VALUES ('1917535234580254722', 'Si7431DP_SEE.xlsx', '/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/Si7431DP_SEE_1746011000642.xlsx', null, '2025-04-30 19:03:21', null, null); INSERT INTO `oss_file` VALUES ('1917535243296018433', 'TIL25.xlsx', '/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/TIL25_1746011002720.xlsx', null, '2025-04-30 19:03:23', null, null); INSERT INTO `oss_file` VALUES ('1917535334928977921', 'TIL25.xlsx', '/oss/physical/NASA/85e45c530f20943de92aa99296ed6949/TIL25_1746011024567.xlsx', null, '2025-04-30 19:03:45', null, null); INSERT INTO `oss_file` VALUES ('1917535560079216642', '单粒子效应.xlsx', '/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/单粒子效应_1746011078247.xlsx', null, '2025-04-30 19:04:38', null, null); INSERT INTO `oss_file` VALUES ('1917536004822241281', '电离总剂量效应.xlsx', '/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/电离总剂量效应_1746011184283.xlsx', null, '2025-04-30 19:06:24', null, null); INSERT INTO `oss_file` VALUES ('1917536032525619201', 'TIL25.xlsx', '/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/TIL25_1746011190888.xlsx', null, '2025-04-30 19:06:31', null, null); INSERT INTO `oss_file` VALUES ('1917536875291316226', '单粒子效应.xlsx', '/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/单粒子效应_1746011391818.xlsx', null, '2025-04-30 19:09:52', null, null); INSERT INTO `oss_file` VALUES ('1917536957721972738', 'TIL25.xlsx', '/oss/physical/NASA/8afa99da7d17c5817c42bfb6944afee6/TIL25_1746011411471.xlsx', null, '2025-04-30 19:10:11', null, null); INSERT INTO `oss_file` VALUES ('1917537031868878849', 'TIL25.xlsx', '/oss/physical/NASA/507c6ab07928b4dd193168247af71791/TIL25_1746011429149.xlsx', null, '2025-04-30 19:10:29', null, null); INSERT INTO `oss_file` VALUES ('1917537626172395522', '单粒子效应.xlsx', '/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/单粒子效应_1746011570843.xlsx', null, '2025-04-30 19:12:51', null, null); INSERT INTO `oss_file` VALUES ('1917537838169296898', 'TL431TID.xlsx', '/oss/physical/NASA/d9596cb931b139e64052e25335b5ede3/TL431TID_1746011621384.xlsx', null, '2025-04-30 19:13:41', null, null); INSERT INTO `oss_file` VALUES ('1917537845576437762', '单粒子效应.xlsx', '/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/单粒子效应_1746011623151.xlsx', null, '2025-04-30 19:13:43', null, null); INSERT INTO `oss_file` VALUES ('1917537871992164353', 'TL431SEE.xlsx', '/oss/physical/NASA/d9596cb931b139e64052e25335b5ede3/TL431SEE_1746011629450.xlsx', null, '2025-04-30 19:13:49', null, null); INSERT INTO `oss_file` VALUES ('1917538357805813761', '电离总剂量效应2.xlsx', '/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/电离总剂量效应2_1746011745273.xlsx', null, '2025-04-30 19:15:45', null, null); INSERT INTO `oss_file` VALUES ('1917538357810008065', '单粒子效应4.xlsx', '/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/单粒子效应4_1746011745281.xlsx', null, '2025-04-30 19:15:45', null, null); INSERT INTO `oss_file` VALUES ('1917538357822590978', '电离总剂量效应1.xlsx', '/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/电离总剂量效应1_1746011745279.xlsx', null, '2025-04-30 19:15:45', null, null); INSERT INTO `oss_file` VALUES ('1917538357835173889', '单粒子效应3.xlsx', '/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/单粒子效应3_1746011745276.xlsx', null, '2025-04-30 19:15:45', null, null); INSERT INTO `oss_file` VALUES ('1917539067242975234', '电离总剂量效应.xlsx', '/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/电离总剂量效应_1746011914418.xlsx', null, '2025-04-30 19:18:34', null, null); INSERT INTO `oss_file` VALUES ('1917539104098324481', '单粒子效应.xlsx.xlsx', '/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/单粒子效应.xlsx_1746011923211.xlsx', null, '2025-04-30 19:18:43', null, null); INSERT INTO `oss_file` VALUES ('1917539156657147906', '电离总剂量效应.xlsx', '/oss/physical/NASA/2eab90420ee3e49aa898408508c7b812/电离总剂量效应_1746011935742.xlsx', null, '2025-04-30 19:18:56', null, null); INSERT INTO `oss_file` VALUES ('1917539705637015553', '电离总剂量效应.xlsx', '/oss/physical/temp/电离总剂量效应_1746012066674.xlsx', null, '2025-04-30 19:21:07', null, null); INSERT INTO `oss_file` VALUES ('1917539707029524482', 'weidianzisuo0207zhangxu.zip', '/oss/physical/temp/weidianzisuo0207zhangxu_1746012066855.zip', null, '2025-04-30 19:21:07', null, null); INSERT INTO `oss_file` VALUES ('1917539707117604866', 'KC-2023-JL-009.pdf', '/oss/physical/temp/KC-2023-JL-009_1746012066861.pdf', null, '2025-04-30 19:21:07', null, null); INSERT INTO `oss_file` VALUES ('1917540122466947073', '单粒子效应5.xlsx', '/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/单粒子效应5_1746012166005.xlsx', null, '2025-04-30 19:22:46', null, null); INSERT INTO `oss_file` VALUES ('1917540152045178882', '单粒子效应.xlsx.xlsx', '/oss/physical/NASA/c282641e4d8a09c0433e3318c562de33/单粒子效应.xlsx_1746012173056.xlsx', null, '2025-04-30 19:22:53', null, null); INSERT INTO `oss_file` VALUES ('1917540510502981633', '单粒子效应.xlsx', '/oss/physical/NASA/b96ee3a7634f6ddabf4e4437521f71de/单粒子效应_1746012258524.xlsx', null, '2025-04-30 19:24:19', null, null); INSERT INTO `oss_file` VALUES ('1917541271353921538', '单粒子效应.xlsx.xlsx', '/oss/physical/NASA/6f6bcb1137bd497c685d78242d160c67/单粒子效应.xlsx_1746012439924.xlsx', null, '2025-04-30 19:27:20', null, null); INSERT INTO `oss_file` VALUES ('1917541558072348674', '单粒子效应.xlsx', '/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/单粒子效应_1746012508280.xlsx', null, '2025-04-30 19:28:28', null, null); INSERT INTO `oss_file` VALUES ('1917542426930810881', '单粒子效应.xlsx.xlsx', '/oss/physical/NASA/6efe5d869f09b776c15c6efd5dd0e0f7/单粒子效应.xlsx_1746012715427.xlsx', null, '2025-04-30 19:31:55', null, null); INSERT INTO `oss_file` VALUES ('1917542532786655233', '单粒子效应.xlsx', '/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/单粒子效应_1746012740660.xlsx', null, '2025-04-30 19:32:21', null, null); INSERT INTO `oss_file` VALUES ('1917542543071088642', '单粒子效应6.xlsx', '/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/单粒子效应6_1746012743124.xlsx', null, '2025-04-30 19:32:23', null, null); INSERT INTO `oss_file` VALUES ('1917542560817188865', '单粒子效应7.xlsx', '/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/单粒子效应7_1746012747352.xlsx', null, '2025-04-30 19:32:27', null, null); INSERT INTO `oss_file` VALUES ('1917542994965401601', '单粒子效应1.xlsx', '/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/单粒子效应1_1746012850860.xlsx', null, '2025-04-30 19:34:11', null, null); INSERT INTO `oss_file` VALUES ('1917543038955261953', '单粒子效应1.xlsx', '/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/单粒子效应1_1746012861349.xlsx', null, '2025-04-30 19:34:21', null, null); INSERT INTO `oss_file` VALUES ('1917543088603238402', '单粒子效应1.xlsx', '/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/单粒子效应1_1746012873180.xlsx', null, '2025-04-30 19:34:33', null, null); INSERT INTO `oss_file` VALUES ('1917543126125481985', '单粒子效应1.xlsx', '/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/单粒子效应1_1746012882132.xlsx', null, '2025-04-30 19:34:42', null, null); INSERT INTO `oss_file` VALUES ('1917543164641775618', '单粒子效应1.xlsx', '/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/单粒子效应1_1746012891314.xlsx', null, '2025-04-30 19:34:51', null, null); INSERT INTO `oss_file` VALUES ('1917543498512568322', '位移损伤效应.xlsx', '/oss/physical/NASA/86a5772c9fd2ac51f28c7daaf752d182/位移损伤效应_1746012970917.xlsx', null, '2025-04-30 19:36:11', null, null); INSERT INTO `oss_file` VALUES ('1917543666750296066', '电离总剂量效应2.xlsx', '/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/电离总剂量效应2_1746013011028.xlsx', null, '2025-04-30 19:36:51', null, null); INSERT INTO `oss_file` VALUES ('1917543666804822017', '单粒子效应3.xlsx', '/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/单粒子效应3_1746013011042.xlsx', null, '2025-04-30 19:36:51', null, null); INSERT INTO `oss_file` VALUES ('1917543701445578754', '位移损伤效应.xlsx', '/oss/physical/NASA/86a5772c9fd2ac51f28c7daaf752d182/位移损伤效应_1746013019304.xlsx', null, '2025-04-30 19:36:59', null, null); INSERT INTO `oss_file` VALUES ('1917543726460407810', '位移损伤效应.xlsx', '/oss/physical/NASA/86a5772c9fd2ac51f28c7daaf752d182/位移损伤效应_1746013025264.xlsx', null, '2025-04-30 19:37:05', null, null); INSERT INTO `oss_file` VALUES ('1917544501127385089', '位移损伤效应.xlsx', '/oss/physical/NASA/7fdbd6d12aebe83dada91cbc8a2040c7/位移损伤效应_1746013209957.xlsx', null, '2025-04-30 19:40:10', null, null); INSERT INTO `oss_file` VALUES ('1917544951989899265', '单粒子效应.xlsx.xlsx', '/oss/physical/NASA/114afd4ca5bedeee4a6e0b1ea551bdf5/单粒子效应.xlsx_1746013317451.xlsx', null, '2025-04-30 19:41:57', null, null); INSERT INTO `oss_file` VALUES ('1917545215358636034', '单粒子效应.xlsx', '/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/单粒子效应_1746013380243.xlsx', null, '2025-04-30 19:43:00', null, null); INSERT INTO `oss_file` VALUES ('1917545389581635585', '单粒子效应.xlsx', '/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/单粒子效应_1746013421785.xlsx', null, '2025-04-30 19:43:42', null, null); INSERT INTO `oss_file` VALUES ('1917545954441138177', '单粒子效应.xlsx', '/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/单粒子效应_1746013556454.xlsx', null, '2025-04-30 19:45:56', null, null); INSERT INTO `oss_file` VALUES ('1917546759390990338', '单粒子效应10.xlsx', '/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/单粒子效应10_1746013748370.xlsx', null, '2025-04-30 19:49:08', null, null); INSERT INTO `oss_file` VALUES ('1917546871773171714', 'Si7414DN-T1-E3_SEE.xlsx', '/oss/physical/NASA/d3110a7b00057cfcc915969f03388c1d/Si7414DN-T1-E3_SEE_1746013775164.xlsx', null, '2025-04-30 19:49:35', null, null); INSERT INTO `oss_file` VALUES ('1917546884737765378', '电离总剂量效应.xlsx', '/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/电离总剂量效应_1746013778255.xlsx', null, '2025-04-30 19:49:38', null, null); INSERT INTO `oss_file` VALUES ('1917547679042473985', '电离总剂量效应3.xlsx', '/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/电离总剂量效应3_1746013967637.xlsx', null, '2025-04-30 19:52:48', null, null); INSERT INTO `oss_file` VALUES ('1917548149584662530', '电离总剂量效应.xlsx', '/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/电离总剂量效应_1746014079818.xlsx', null, '2025-04-30 19:54:40', null, null); INSERT INTO `oss_file` VALUES ('1917548754793369602', '单粒子效应11.xlsx', '/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/单粒子效应11_1746014224103.xlsx', null, '2025-04-30 19:57:04', null, null); INSERT INTO `oss_file` VALUES ('1917549226619015170', 'Si1013R_SEE.xlsx', '/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/Si1013R_SEE_1746014336604.xlsx', null, '2025-04-30 19:58:57', null, null); INSERT INTO `oss_file` VALUES ('1917549522002874369', '电离总剂量效应.xlsx', '/oss/physical/NASA/c946f34839238b218cdb641fe419151e/电离总剂量效应_1746014407036.xlsx', null, '2025-04-30 20:00:07', null, null); INSERT INTO `oss_file` VALUES ('1917550126251085826', '电离总剂量效应.xlsx', '/oss/physical/NASA/90a9aff039a65fb616c0518cec769931/电离总剂量效应_1746014551090.xlsx', null, '2025-04-30 20:02:31', null, null); INSERT INTO `oss_file` VALUES ('1917550883599781889', '电离总剂量效应4.xlsx', '/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/电离总剂量效应4_1746014731656.xlsx', null, '2025-04-30 20:05:32', null, null); INSERT INTO `oss_file` VALUES ('1917551057730506754', '单粒子效应10.xlsx', '/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/单粒子效应10_1746014773175.xlsx', null, '2025-04-30 20:06:13', null, null); INSERT INTO `oss_file` VALUES ('1917551836117831682', '单粒子效应.xlsx.xlsx', '/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/单粒子效应.xlsx_1746014958756.xlsx', null, '2025-04-30 20:09:19', null, null); INSERT INTO `oss_file` VALUES ('1917551877142319105', '电离总剂量效应.xlsx', '/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/电离总剂量效应_1746014968537.xlsx', null, '2025-04-30 20:09:29', null, null); INSERT INTO `oss_file` VALUES ('1917553193788870657', '单粒子效应.xlsx.xlsx', '/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/单粒子效应.xlsx_1746015282450.xlsx', null, '2025-04-30 20:14:42', null, null); INSERT INTO `oss_file` VALUES ('1917553599684251650', '单粒子效应.xlsx', '/oss/physical/NASA/4e1afd443e5152f98d8946a4b7407268/单粒子效应_1746015379223.xlsx', null, '2025-04-30 20:16:19', null, null); INSERT INTO `oss_file` VALUES ('1917553797336633345', '单粒子效应.xlsx', '/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/单粒子效应_1746015426347.xlsx', null, '2025-04-30 20:17:06', null, null); INSERT INTO `oss_file` VALUES ('1917554238074097665', '单粒子效应.xlsx', '/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/单粒子效应_1746015531428.xlsx', null, '2025-04-30 20:18:51', null, null); INSERT INTO `oss_file` VALUES ('1917554324254461954', '单粒子效应12.xlsx', '/oss/physical/NASA/801734319c4af75b880b191cb478ee62/单粒子效应12_1746015551974.xlsx', null, '2025-04-30 20:19:12', null, null); INSERT INTO `oss_file` VALUES ('1917554743382872066', '电离总剂量效应.xlsx', '/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/电离总剂量效应_1746015651901.xlsx', null, '2025-04-30 20:20:52', null, null); INSERT INTO `oss_file` VALUES ('1917554814010757121', '电离总剂量效应.xlsx', '/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/电离总剂量效应_1746015668746.xlsx', null, '2025-04-30 20:21:09', null, null); INSERT INTO `oss_file` VALUES ('1917555330400882690', 'Si-Nano_NVMs_SEE.xlsx', '/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/Si-Nano_NVMs_SEE_1746015791859.xlsx', null, '2025-04-30 20:23:12', null, null); INSERT INTO `oss_file` VALUES ('1917555585473286145', '单粒子效应.xlsx', '/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/单粒子效应_1746015852676.xlsx', null, '2025-04-30 20:24:13', null, null); INSERT INTO `oss_file` VALUES ('1917556026068144129', '电离总剂量效应.xlsx', '/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/电离总剂量效应_1746015957722.xlsx', null, '2025-04-30 20:25:58', null, null); INSERT INTO `oss_file` VALUES ('1917556580324446209', '电离总剂量效应.xlsx', '/oss/physical/NASA/06ad7a6ee37157ef9af3ca38468a972d/电离总剂量效应_1746016089863.xlsx', null, '2025-04-30 20:28:10', null, null); INSERT INTO `oss_file` VALUES ('1917556623945207810', '电离总剂量效应5.xlsx', '/oss/physical/NASA/b0127cec5f0d074a52ce54e1e31fe930/电离总剂量效应5_1746016100263.xlsx', null, '2025-04-30 20:28:20', null, null); INSERT INTO `oss_file` VALUES ('1917557131036561409', 'Si Nano-Crystal Test Chip_SEE.xlsx', '/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/SiNano-CrystalTestChip_SEE_1746016221163.xlsx', null, '2025-04-30 20:30:21', null, null); INSERT INTO `oss_file` VALUES ('1917557334724546562', '电离总剂量效应.xlsx', '/oss/physical/NASA/4abdb16b1294d34a765901dfddea556d/电离总剂量效应_1746016269717.xlsx', null, '2025-04-30 20:31:10', null, null); INSERT INTO `oss_file` VALUES ('1917557359168950274', '单粒子效应.xlsx', '/oss/physical/NASA/31a9431962f4609c489b04bbedc5f5e8/单粒子效应_1746016275556.xlsx', null, '2025-04-30 20:31:16', null, null); INSERT INTO `oss_file` VALUES ('1917559314939351042', '电离总剂量效应.xlsx', '/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/电离总剂量效应_1746016741842.xlsx', null, '2025-04-30 20:39:02', null, null); INSERT INTO `oss_file` VALUES ('1917560227678621698', '单粒子效应1 (2).xlsx', '/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/单粒子效应1(2)_1746016959462.xlsx', null, '2025-04-30 20:42:39', null, null); INSERT INTO `oss_file` VALUES ('1917560800628936706', '单粒子效应.xlsx', '/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017096063.xlsx', null, '2025-04-30 20:44:56', null, null); INSERT INTO `oss_file` VALUES ('1917561324258430978', 'Serial Control ASIC_SEE.xlsx', '/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/SerialControlASIC_SEE_1746017220905.xlsx', null, '2025-04-30 20:47:01', null, null); INSERT INTO `oss_file` VALUES ('1917561558401257474', '单粒子效应.xlsx', '/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017276730.xlsx', null, '2025-04-30 20:47:57', null, null); INSERT INTO `oss_file` VALUES ('1917562318912458753', '单粒子效应.xlsx.xlsx', '/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/单粒子效应.xlsx_1746017458049.xlsx', null, '2025-04-30 20:50:58', null, null); INSERT INTO `oss_file` VALUES ('1917562392371499009', '单粒子效应.xlsx', '/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/单粒子效应_1746017475564.xlsx', null, '2025-04-30 20:51:16', null, null); INSERT INTO `oss_file` VALUES ('1917562599159074818', '单粒子效应.xlsx', '/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017524866.xlsx', null, '2025-04-30 20:52:05', null, null); INSERT INTO `oss_file` VALUES ('1917562935546449922', '单粒子效应.xlsx', '/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/单粒子效应_1746017605065.xlsx', null, '2025-04-30 20:53:25', null, null); INSERT INTO `oss_file` VALUES ('1917563230632513537', '单粒子效应.xlsx', '/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/单粒子效应_1746017675421.xlsx', null, '2025-04-30 20:54:35', null, null); INSERT INTO `oss_file` VALUES ('1917563461046603778', '单粒子效应.xlsx', '/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/单粒子效应_1746017730355.xlsx', null, '2025-04-30 20:55:30', null, null); INSERT INTO `oss_file` VALUES ('1917563743583309826', 'SerDeSer_SEE.xlsx', '/oss/physical/NASA/279b67551e87734508dab102ad27a38a/SerDeSer_SEE_1746017797722.xlsx', null, '2025-04-30 20:56:38', null, null); INSERT INTO `oss_file` VALUES ('1917563869135605761', '单粒子效应.xlsx', '/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/单粒子效应_1746017827650.xlsx', null, '2025-04-30 20:57:08', null, null); INSERT INTO `oss_file` VALUES ('1917563986265739266', '单粒子效应.xlsx', '/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/单粒子效应_1746017855577.xlsx', null, '2025-04-30 20:57:36', null, null); INSERT INTO `oss_file` VALUES ('1917564152985128961', '单粒子效应.xlsx', '/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/单粒子效应_1746017895326.xlsx', null, '2025-04-30 20:58:15', null, null); INSERT INTO `oss_file` VALUES ('1917564178788487170', '单粒子效应(1).xlsx', '/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/单粒子效应(1)_1746017901478.xlsx', null, '2025-04-30 20:58:22', null, null); INSERT INTO `oss_file` VALUES ('1917564778854977538', '电离总剂量效应4.xlsx', '/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/电离总剂量效应4_1746018044541.xlsx', null, '2025-04-30 21:00:45', null, null); INSERT INTO `oss_file` VALUES ('1917565358063194113', '电离总剂量效应.xlsx', '/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/电离总剂量效应_1746018182639.xlsx', null, '2025-04-30 21:03:03', null, null); INSERT INTO `oss_file` VALUES ('1917566095220510722', '电离总剂量效应.xlsx', '/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/电离总剂量效应_1746018358389.xlsx', null, '2025-04-30 21:05:58', null, null); INSERT INTO `oss_file` VALUES ('1917566704724185090', '电离总剂量效应6.xlsx', '/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/电离总剂量效应6_1746018503707.xlsx', null, '2025-04-30 21:08:24', null, null); INSERT INTO `oss_file` VALUES ('1917566816087150594', 'SY10EL15ZC_TID.xlsx', '/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/SY10EL15ZC_TID_1746018530252.xlsx', null, '2025-04-30 21:08:50', null, null); INSERT INTO `oss_file` VALUES ('1917566917526392834', 'SY10EL15ZC_TID.xlsx', '/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/SY10EL15ZC_TID_1746018554443.xlsx', null, '2025-04-30 21:09:14', null, null); INSERT INTO `oss_file` VALUES ('1917566974275325953', '电离总剂量效应.xlsx', '/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/电离总剂量效应_1746018567976.xlsx', null, '2025-04-30 21:09:28', null, null); INSERT INTO `oss_file` VALUES ('1917568572485505026', '单粒子效应13.xlsx', '/oss/physical/NASA/801734319c4af75b880b191cb478ee62/单粒子效应13_1746018949016.xlsx', null, '2025-04-30 21:15:49', null, null); INSERT INTO `oss_file` VALUES ('1917569057644843009', '单粒子效应.xlsx', '/oss/physical/NASA/2858ef38854f93c9b7c53cd1a7d7e1e6/单粒子效应_1746019064695.xlsx', null, '2025-04-30 21:17:45', null, null); INSERT INTO `oss_file` VALUES ('1917569242341019650', 'SY100EL31ZC_TID.xlsx', '/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/SY100EL31ZC_TID_1746019108726.xlsx', null, '2025-04-30 21:18:29', null, null); INSERT INTO `oss_file` VALUES ('1917569283973681153', '电离总剂量效应7.xlsx', '/oss/physical/NASA/b0127cec5f0d074a52ce54e1e31fe930/电离总剂量效应7_1746019118649.xlsx', null, '2025-04-30 21:18:39', null, null); INSERT INTO `oss_file` VALUES ('1917570229323665409', 'SY100EL16VZC_TID.xlsx', '/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SY100EL16VZC_TID_1746019344040.xlsx', null, '2025-04-30 21:22:24', null, null); INSERT INTO `oss_file` VALUES ('1917570568122765313', '单粒子效应.xlsx', '/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/单粒子效应_1746019424819.xlsx', null, '2025-04-30 21:23:45', null, null); INSERT INTO `oss_file` VALUES ('1917571105081757698', '单粒子效应(3).xlsx', '/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/单粒子效应(3)_1746019552836.xlsx', null, '2025-04-30 21:25:53', null, null); INSERT INTO `oss_file` VALUES ('1917571906785218562', '单粒子效应.xlsx', '/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/单粒子效应_1746019743976.xlsx', null, '2025-04-30 21:29:04', null, null); INSERT INTO `oss_file` VALUES ('1917572241473900545', '单粒子效应(4).xlsx', '/oss/physical/NASA/b39a0a445f1d6c875f3961b314c24bbf/单粒子效应(4)_1746019823771.xlsx', null, '2025-04-30 21:30:24', null, null); INSERT INTO `oss_file` VALUES ('1917573732922265602', '单粒子效应.xlsx', '/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/单粒子效应_1746020179360.xlsx', null, '2025-04-30 21:36:19', null, null); INSERT INTO `oss_file` VALUES ('1917574428807630850', '电离总剂量效应7 (2).xlsx', '/oss/physical/NASA/9242468be23c4bec3137e2f4c7454f73/电离总剂量效应7(2)_1746020345271.xlsx', null, '2025-04-30 21:39:05', null, null); INSERT INTO `oss_file` VALUES ('1917574541231755266', 'SW15-802_TID.xlsx', '/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SW15-802_TID_1746020372075.xlsx', null, '2025-04-30 21:39:32', null, null); INSERT INTO `oss_file` VALUES ('1917574621061943297', 'SW15-802_TID.xlsx', '/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/SW15-802_TID_1746020391111.xlsx', null, '2025-04-30 21:39:51', null, null); INSERT INTO `oss_file` VALUES ('1917575109987766274', 'SY100EL16VZC_TID_1746019344040 (1).xlsx', '/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SY100EL16VZC_TID_1746019344040(1)_1746020507679.xlsx', null, '2025-04-30 21:41:48', null, null); INSERT INTO `oss_file` VALUES ('1917575927222734849', 'SY100EL31ZC_TID.xlsx', '/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/SY100EL31ZC_TID_1746020702528.xlsx', null, '2025-04-30 21:45:03', null, null); INSERT INTO `oss_file` VALUES ('1917576274519494658', '单粒子效应(5).xlsx', '/oss/physical/NASA/490e97009a66f0c7c5889f7b766be078/单粒子效应(5)_1746020785327.xlsx', null, '2025-04-30 21:46:25', null, null); INSERT INTO `oss_file` VALUES ('1917576559765721090', 'SY10EL15ZC_TID (2).xlsx', '/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/SY10EL15ZC_TID(2)_1746020853324.xlsx', null, '2025-04-30 21:47:33', null, null); INSERT INTO `oss_file` VALUES ('1917577279181131777', 'SerDeSer_SEE.xlsx', '/oss/physical/NASA/279b67551e87734508dab102ad27a38a/SerDeSer_SEE_1746021024856.xlsx', null, '2025-04-30 21:50:25', null, null); INSERT INTO `oss_file` VALUES ('1917577854148907010', '总剂量效应.xlsx', '/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/总剂量效应_1746021161940.xlsx', null, '2025-04-30 21:52:42', null, null); INSERT INTO `oss_file` VALUES ('1917577959660818434', 'SiNano-CrystalTestChip_SEE.xlsx', '/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/SiNano-CrystalTestChip_SEE_1746021187094.xlsx', null, '2025-04-30 21:53:07', null, null); INSERT INTO `oss_file` VALUES ('1917578114250280962', 'Si-Nano_NVMs_SEE_1746015791859.xlsx', '/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/Si-Nano_NVMs_SEE_1746015791859_1746021223951.xlsx', null, '2025-04-30 21:53:44', null, null); INSERT INTO `oss_file` VALUES ('1917578147313979393', '总剂量效应.xlsx', '/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/总剂量效应_1746021231834.xlsx', null, '2025-04-30 21:53:52', null, null); INSERT INTO `oss_file` VALUES ('1917578418400235522', '单粒子效应.xlsx', '/oss/physical/NASA/a177971da409d5125062a648902ba7b5/单粒子效应_1746021296462.xlsx', null, '2025-04-30 21:54:56', null, null); INSERT INTO `oss_file` VALUES ('1917578478869516289', 'Si1013R_SEE.xlsx', '/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/Si1013R_SEE_1746021310885.xlsx', null, '2025-04-30 21:55:11', null, null); INSERT INTO `oss_file` VALUES ('1917578768645591041', 'Si7414DN-T1-E3_SEE (2).xlsx', '/oss/physical/NASA/d3110a7b00057cfcc915969f03388c1d/Si7414DN-T1-E3_SEE(2)_1746021379971.xlsx', null, '2025-04-30 21:56:20', null, null); INSERT INTO `oss_file` VALUES ('1917579008966627329', '位移损伤效应.xlsx', '/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/位移损伤效应_1746021437275.xlsx', null, '2025-04-30 21:57:17', null, null); INSERT INTO `oss_file` VALUES ('1917579102231171073', 'Si7431DP_SEE.xlsx', '/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/Si7431DP_SEE_1746021459505.xlsx', null, '2025-04-30 21:57:40', null, null); INSERT INTO `oss_file` VALUES ('1917579239493963777', '单粒子效应.xlsx', '/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/单粒子效应_1746021492236.xlsx', null, '2025-04-30 21:58:12', null, null); INSERT INTO `oss_file` VALUES ('1917579407983349761', 'SiB455EDK_SEE.xlsx', '/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/SiB455EDK_SEE_1746021532401.xlsx', null, '2025-04-30 21:58:52', null, null); INSERT INTO `oss_file` VALUES ('1917579475008327682', '单粒子效应.xlsx', '/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/单粒子效应_1746021548373.xlsx', null, '2025-04-30 21:59:08', null, null); INSERT INTO `oss_file` VALUES ('1917579594113978369', '单粒子效应.xlsx', '/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/单粒子效应_1746021576778.xlsx', null, '2025-04-30 21:59:37', null, null); INSERT INTO `oss_file` VALUES ('1917579663915585538', 'SiB455EDK_SEE (2).xlsx', '/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/SiB455EDK_SEE(2)_1746021593426.xlsx', null, '2025-04-30 21:59:53', null, null); INSERT INTO `oss_file` VALUES ('1917579818949644289', '单粒子效应.xlsx', '/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/单粒子效应_1746021630383.xlsx', null, '2025-04-30 22:00:30', null, null); INSERT INTO `oss_file` VALUES ('1917580075393585154', '单粒子效应.xlsx', '/oss/physical/NASA/6cd91fdd30d36a4e3e78ee30af254ac4/单粒子效应_1746021691505.xlsx', null, '2025-04-30 22:01:32', null, null); INSERT INTO `oss_file` VALUES ('1917580320898781185', '电离总剂量效应.xlsx', '/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/电离总剂量效应_1746021750057.xlsx', null, '2025-04-30 22:02:30', null, null); INSERT INTO `oss_file` VALUES ('1917580511831887874', '电离总剂量效应.xlsx', '/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/电离总剂量效应_1746021795579.xlsx', null, '2025-04-30 22:03:16', null, null); INSERT INTO `oss_file` VALUES ('1917580699136921601', '电离总剂量效应.xlsx', '/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/电离总剂量效应_1746021840238.xlsx', null, '2025-04-30 22:04:00', null, null); INSERT INTO `oss_file` VALUES ('1917581046215577601', '电离总剂量效应.xlsx', '/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/电离总剂量效应_1746021922986.xlsx', null, '2025-04-30 22:05:23', null, null); INSERT INTO `oss_file` VALUES ('1917581214839181314', '电离总剂量效应.xlsx', '/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/电离总剂量效应_1746021963190.xlsx', null, '2025-04-30 22:06:03', null, null); INSERT INTO `oss_file` VALUES ('1917581370485608449', '电离总剂量效应.xlsx', '/oss/physical/NASA/23cfc0ceb9880a0100d646610e606065/电离总剂量效应_1746022000305.xlsx', null, '2025-04-30 22:06:40', null, null); INSERT INTO `oss_file` VALUES ('1917581566414131202', '位移损伤效应.xlsx', '/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/位移损伤效应_1746022047017.xlsx', null, '2025-04-30 22:07:27', null, null); INSERT INTO `oss_file` VALUES ('1917581689999298562', '电离总剂量效应.xlsx', '/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/电离总剂量效应_1746022076477.xlsx', null, '2025-04-30 22:07:56', null, null); INSERT INTO `oss_file` VALUES ('1917581893179772929', '电离总剂量效应.xlsx', '/oss/physical/NASA/88e483e35fc11c374272d2f5680a854c/电离总剂量效应_1746022124917.xlsx', null, '2025-04-30 22:08:45', null, null); INSERT INTO `oss_file` VALUES ('1917582047530160129', '电离总剂量效应.xlsx', '/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/电离总剂量效应_1746022161719.xlsx', null, '2025-04-30 22:09:22', null, null); INSERT INTO `oss_file` VALUES ('1917582234382209025', '电离总剂量效应.xlsx', '/oss/physical/NASA/09e7edc50ed5a435d5365a2cf42a207f/电离总剂量效应_1746022206268.xlsx', null, '2025-04-30 22:10:06', null, null); INSERT INTO `oss_file` VALUES ('1917582378070675458', 'SW06_TID.xlsx', '/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/SW06_TID_1746022240526.xlsx', null, '2025-04-30 22:10:41', null, null); INSERT INTO `oss_file` VALUES ('1917582437482991617', '单粒子效应.xlsx', '/oss/physical/NASA/3c97e79c28743b586cd3f1459077f932/单粒子效应_1746022254691.xlsx', null, '2025-04-30 22:10:55', null, null); INSERT INTO `oss_file` VALUES ('1917582582836596738', '电离总剂量效应.xlsx', '/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/电离总剂量效应_1746022289345.xlsx', null, '2025-04-30 22:11:29', null, null); INSERT INTO `oss_file` VALUES ('1917582744115974146', '电离总剂量效应.xlsx', '/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/电离总剂量效应_1746022327797.xlsx', null, '2025-04-30 22:12:08', null, null); INSERT INTO `oss_file` VALUES ('1917582881034833921', '单粒子效应.xlsx', '/oss/physical/NASA/7d44536aca1c2981a632ab093218a958/单粒子效应_1746022360439.xlsx', null, '2025-04-30 22:12:40', null, null); INSERT INTO `oss_file` VALUES ('1917582997191888898', '电离总剂量效应.xlsx', '/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/电离总剂量效应_1746022388136.xlsx', null, '2025-04-30 22:13:08', null, null); INSERT INTO `oss_file` VALUES ('1917583131963265025', '电离总剂量效应.xlsx', '/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/电离总剂量效应_1746022420263.xlsx', null, '2025-04-30 22:13:40', null, null); INSERT INTO `oss_file` VALUES ('1917583276704501762', '电离总剂量效应.xlsx', '/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/电离总剂量效应_1746022454776.xlsx', null, '2025-04-30 22:14:15', null, null); INSERT INTO `oss_file` VALUES ('1917583419549913090', '单粒子效应.xlsx', '/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/单粒子效应_1746022488834.xlsx', null, '2025-04-30 22:14:49', null, null); INSERT INTO `oss_file` VALUES ('1917583616241799169', '单粒子效应.xlsx', '/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/单粒子效应_1746022535728.xlsx', null, '2025-04-30 22:15:36', null, null); INSERT INTO `oss_file` VALUES ('1917583767622619137', '单粒子效应.xlsx', '/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/单粒子效应_1746022571821.xlsx', null, '2025-04-30 22:16:12', null, null); INSERT INTO `oss_file` VALUES ('1917583941178724353', '单粒子效应.xlsx', '/oss/physical/NASA/e8df2642ffb0c6ea42c8249a8adad737/单粒子效应_1746022613199.xlsx', null, '2025-04-30 22:16:53', null, null); INSERT INTO `oss_file` VALUES ('1917584108405624834', '单粒子效应.xlsx', '/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/单粒子效应_1746022653065.xlsx', null, '2025-04-30 22:17:33', null, null); INSERT INTO `oss_file` VALUES ('1917584240991768577', '单粒子效应.xlsx', '/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/单粒子效应_1746022684682.xlsx', null, '2025-04-30 22:18:05', null, null); INSERT INTO `oss_file` VALUES ('1917585416797786114', 'SUM45N25-58_SEE.xlsx', '/oss/physical/NASA/f5d3486109a73fbe4144015bbbd287a7/SUM45N25-58_SEE_1746022965020.xlsx', null, '2025-04-30 22:22:45', null, null); INSERT INTO `oss_file` VALUES ('1917586733414977537', 'STRH100N10FSY3_SEE.xlsx', '/oss/physical/NASA/e30cf513cc3579d330dc2f0803854f53/STRH100N10FSY3_SEE_1746023278904.xlsx', null, '2025-04-30 22:27:59', null, null); INSERT INTO `oss_file` VALUES ('1917589575274041346', 'STPSC806D_TID.xlsx', '/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/STPSC806D_TID_1746023956473.xlsx', null, '2025-04-30 22:39:16', null, null); INSERT INTO `oss_file` VALUES ('1917591612132921345', 'STPSC1006D_TID.xlsx', '/oss/physical/NASA/0b4825f0cc1837857861c920e7b02efc/STPSC1006D_TID_1746024442096.xlsx', null, '2025-04-30 22:47:22', null, null); INSERT INTO `oss_file` VALUES ('1917593066969206785', 'STPS60SM200C_SEE.xlsx', '/oss/physical/NASA/9101f3506a771ea72c1b1784a4435988/STPS60SM200C_SEE_1746024788958.xlsx', null, '2025-04-30 22:53:09', null, null); INSERT INTO `oss_file` VALUES ('1917593860548300801', 'STPS40M60C_SEE.xlsx', '/oss/physical/NASA/57f391f436ee6a41226eb8a9d975d83b/STPS40M60C_SEE_1746024978166.xlsx', null, '2025-04-30 22:56:18', null, null); INSERT INTO `oss_file` VALUES ('1917594430906535938', 'STPS40M60C_SEE.xlsx', '/oss/physical/NASA/5617742799513609199b5be590eeaaf3/STPS40M60C_SEE_1746025114145.xlsx', null, '2025-04-30 22:58:34', null, null); INSERT INTO `oss_file` VALUES ('1917594563626897410', 'STPS60SM200C_TID.xlsx', '/oss/physical/NASA/5617742799513609199b5be590eeaaf3/STPS60SM200C_TID_1746025145789.xlsx', null, '2025-04-30 22:59:06', null, null); INSERT INTO `oss_file` VALUES ('1917594596799647746', 'STPS60SM200C_SEE.xlsx', '/oss/physical/NASA/5617742799513609199b5be590eeaaf3/STPS60SM200C_SEE_1746025153699.xlsx', null, '2025-04-30 22:59:14', null, null); INSERT INTO `oss_file` VALUES ('1917595005291302913', 'STPS4045C_SEE.xlsx', '/oss/physical/NASA/5617742799513609199b5be590eeaaf3/STPS4045C_SEE_1746025251090.xlsx', null, '2025-04-30 23:00:51', null, null); INSERT INTO `oss_file` VALUES ('1917595573766295554', 'STPS30H100C_SEE.xlsx', '/oss/physical/NASA/c7ec2e7cd46603d0a07e2d492e446c6a/STPS30H100C_SEE_1746025386621.xlsx', null, '2025-04-30 23:03:07', null, null); INSERT INTO `oss_file` VALUES ('1917596041506689026', 'STPS20200C_SEE.xlsx', '/oss/physical/NASA/81cbf6af616ce34e1df90d78b2c62749/STPS20200C_SEE_1746025498139.xlsx', null, '2025-04-30 23:04:58', null, null); INSERT INTO `oss_file` VALUES ('1917596535503425538', 'TIL25.xlsx', '/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/TIL25_1746025615920.xlsx', null, '2025-04-30 23:06:56', null, null); INSERT INTO `oss_file` VALUES ('1917596703669850113', 'STPS20200_SEE.xlsx', '/oss/physical/NASA/7e20efc01d04a83ea4adb7ea5dd7b0d1/STPS20200_SEE_1746025656014.xlsx', null, '2025-04-30 23:07:36', null, null); INSERT INTO `oss_file` VALUES ('1917597374485860354', 'STPS20100_SEE.xlsx', '/oss/physical/NASA/415a3bc76133a71ff2e781c1208be92a/STPS20100_SEE_1746025815950.xlsx', null, '2025-04-30 23:10:16', null, null); INSERT INTO `oss_file` VALUES ('1917597751356657665', 'STPS1045_SEE.xlsx', '/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/STPS1045_SEE_1746025905803.xlsx', null, '2025-04-30 23:11:46', null, null); INSERT INTO `oss_file` VALUES ('1917599773233483778', 'STAR1000_SEE.xlsx', '/oss/physical/NASA/b9e8fc44224d1217b9fd881c75a9a49c/STAR1000_SEE_1746026387860.xlsx', null, '2025-04-30 23:19:48', null, null); INSERT INTO `oss_file` VALUES ('1917600622273859586', 'STAR-250NDR_SEE.xlsx', '/oss/physical/NASA/5efd4f5ee49dea5af4b5f4c7d9eeec6a/STAR-250NDR_SEE_1746026590282.xlsx', null, '2025-04-30 23:23:10', null, null); INSERT INTO `oss_file` VALUES ('1917602289585197058', 'SST211_SEE.xlsx', '/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/SST211_SEE_1746026987800.xlsx', null, '2025-04-30 23:29:48', null, null); INSERT INTO `oss_file` VALUES ('1917603198562177025', 'ST80486DX2-66_SEE.xlsx', '/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/ST80486DX2-66_SEE_1746027204517.xlsx', null, '2025-04-30 23:33:25', null, null); INSERT INTO `oss_file` VALUES ('1918630394424623106', '单粒子效应.xlsx', '/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/单粒子效应_1746272107058.xlsx', null, '2025-05-03 19:35:07', null, null); INSERT INTO `oss_file` VALUES ('1918633502974312449', '单粒子效应.xlsx', '/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/单粒子效应_1746272848228.xlsx', null, '2025-05-03 19:47:28', null, null); INSERT INTO `oss_file` VALUES ('1918633949978066946', '单粒子效应_1746272107058.xlsx', '/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/单粒子效应_1746272107058_1746272954803.xlsx', null, '2025-05-03 19:49:15', null, null); INSERT INTO `oss_file` VALUES ('1918637587635011585', '电离总剂量效应.xlsx', '/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/电离总剂量效应_1746273822087.xlsx', null, '2025-05-03 20:03:42', null, null); INSERT INTO `oss_file` VALUES ('1918640453120589826', '电离总剂量效应.xlsx', '/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/电离总剂量效应_1746274505252.xlsx', null, '2025-05-03 20:15:05', null, null); INSERT INTO `oss_file` VALUES ('1918642502835011586', '单粒子效应.xlsx', '/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/单粒子效应_1746274993961.xlsx', null, '2025-05-03 20:23:14', null, null); INSERT INTO `oss_file` VALUES ('1918643224016224257', '单粒子效应_1746274993961.xlsx', '/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/单粒子效应_1746274993961_1746275165905.xlsx', null, '2025-05-03 20:26:06', null, null); INSERT INTO `oss_file` VALUES ('1918645218550382594', '单粒子效应.xlsx', '/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/单粒子效应_1746275641440.xlsx', null, '2025-05-03 20:34:01', null, null); INSERT INTO `oss_file` VALUES ('1918648551986069506', '单粒子效应.xlsx', '/oss/physical/NASA/331fa91c7fcc648368512eda56659640/单粒子效应_1746276436191.xlsx', null, '2025-05-03 20:47:16', null, null); INSERT INTO `oss_file` VALUES ('1918658075497234434', '单粒子效应.xlsx', '/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/单粒子效应_1746278706769.xlsx', null, '2025-05-03 21:25:07', null, null); INSERT INTO `oss_file` VALUES ('1918658468616765442', '单粒子效应.xlsx', '/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/单粒子效应_1746278800501.xlsx', null, '2025-05-03 21:26:41', null, null); INSERT INTO `oss_file` VALUES ('1918660290643394562', '单粒子效应.xlsx', '/oss/physical/NASA/fb7a29814979eba273dfd3e4f9b9aaf6/单粒子效应_1746279234906.xlsx', null, '2025-05-03 21:33:55', null, null); INSERT INTO `oss_file` VALUES ('1918665415822835714', '单粒子效应.xlsx', '/oss/physical/NASA/b701cf451504b2311ced01f4a9029422/单粒子效应_1746280456846.xlsx', null, '2025-05-03 21:54:17', null, null); INSERT INTO `oss_file` VALUES ('1918665831331561474', '单粒子效应.xlsx', '/oss/physical/NASA/b701cf451504b2311ced01f4a9029422/单粒子效应_1746280555909.xlsx', null, '2025-05-03 21:55:56', null, null); INSERT INTO `oss_file` VALUES ('1918666501736529922', '单粒子效应.xlsx', '/oss/physical/NASA/b701cf451504b2311ced01f4a9029422/单粒子效应_1746280715748.xlsx', null, '2025-05-03 21:58:36', null, null); INSERT INTO `oss_file` VALUES ('1918667771276853249', '电离总剂量效应.xlsx', '/oss/physical/NASA/b701cf451504b2311ced01f4a9029422/电离总剂量效应_1746281018433.xlsx', null, '2025-05-03 22:03:38', null, null); INSERT INTO `oss_file` VALUES ('1918675555280125954', '电离总剂量效应.xlsx', '/oss/physical/NASA/08d27d77aa9e75842766cb8c973f3678/电离总剂量效应_1746282874281.xlsx', null, '2025-05-03 22:34:34', null, null); INSERT INTO `oss_file` VALUES ('1918677319953842177', '单粒子效应.xlsx', '/oss/physical/NASA/70daf822f5b7315368fd54d8bc9cb295/单粒子效应_1746283295012.xlsx', null, '2025-05-03 22:41:35', null, null); INSERT INTO `oss_file` VALUES ('1918680604601384961', '单粒子效应.xlsx', '/oss/physical/NASA/39d79ad846fee2b2f354778e21eced8d/单粒子效应_1746284078138.xlsx', null, '2025-05-03 22:54:38', null, null); INSERT INTO `oss_file` VALUES ('1918683857477074945', '电离总剂量效应.xlsx', '/oss/physical/NASA/ee40b46acaeadddc9064629f4de70712/电离总剂量效应_1746284853678.xlsx', null, '2025-05-03 23:07:34', null, null); INSERT INTO `oss_file` VALUES ('1918685384732213250', '电离总剂量效应.xlsx', '/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/电离总剂量效应_1746285217804.xlsx', null, '2025-05-03 23:13:38', null, null); INSERT INTO `oss_file` VALUES ('1918687641573949441', '单粒子效应.xlsx', '/oss/physical/NASA/cd2cf94121eec0c1a019069b7d0add65/单粒子效应_1746285755867.xlsx', null, '2025-05-03 23:22:36', null, null); INSERT INTO `oss_file` VALUES ('1918688761096601601', '电离总剂量效应.xlsx', '/oss/physical/NASA/cd2cf94121eec0c1a019069b7d0add65/电离总剂量效应_1746286022792.xlsx', null, '2025-05-03 23:27:03', null, null); INSERT INTO `oss_file` VALUES ('1918689179642003457', '电离总剂量效应_1746285217804.xlsx', '/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/电离总剂量效应_1746285217804_1746286122581.xlsx', null, '2025-05-03 23:28:43', null, null); INSERT INTO `oss_file` VALUES ('1918691367290306561', '单粒子效应.xlsx', '/oss/physical/NASA/242442f36c9e1f000a840991b13ce546/单粒子效应_1746286644162.xlsx', null, '2025-05-03 23:37:24', null, null); INSERT INTO `oss_file` VALUES ('1918692736634093570', '单粒子效应.xlsx', '/oss/physical/NASA/480329eae6544b49c8275c73e188397b/单粒子效应_1746286970633.xlsx', null, '2025-05-03 23:42:51', null, null); INSERT INTO `oss_file` VALUES ('1918693310964334594', '单粒子效应.xlsx', '/oss/physical/NASA/7d4ed828af65d14ba7cb38a526cc5879/单粒子效应_1746287107561.xlsx', null, '2025-05-03 23:45:08', null, null); INSERT INTO `oss_file` VALUES ('1918694805818474497', '单粒子效应.xlsx', '/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/单粒子效应_1746287463968.xlsx', null, '2025-05-03 23:51:04', null, null); INSERT INTO `oss_file` VALUES ('1918697166448263169', '电离总剂量效应.xlsx', '/oss/physical/NASA/9d0346faa1c29a3dd645da3ad4448208/电离总剂量效应_1746288026785.xlsx', null, '2025-05-04 00:00:27', null, null); INSERT INTO `oss_file` VALUES ('1918697331510902786', '电离总剂量效应.xlsx', '/oss/physical/NASA/9d0346faa1c29a3dd645da3ad4448208/电离总剂量效应_1746288066145.xlsx', null, '2025-05-04 00:01:06', null, null); INSERT INTO `oss_file` VALUES ('1918699711065391105', '单粒子效应.xlsx', '/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/单粒子效应_1746288633468.xlsx', null, '2025-05-04 00:10:33', null, null); INSERT INTO `oss_file` VALUES ('1918700988503588865', '电离总剂量效应.xlsx', '/oss/physical/NASA/f55098e3519d7b3056890d1f27c732c3/电离总剂量效应_1746288938035.xlsx', null, '2025-05-04 00:15:38', null, null); INSERT INTO `oss_file` VALUES ('1918702838262956034', '单粒子效应.xlsx', '/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/单粒子效应_1746289379050.xlsx', null, '2025-05-04 00:22:59', null, null); INSERT INTO `oss_file` VALUES ('1918705406477238273', '单粒子效应.xlsx', '/oss/physical/NASA/166d9277af471ff5e5aa857a438f5692/单粒子效应_1746289991360.xlsx', null, '2025-05-04 00:33:11', null, null); INSERT INTO `oss_file` VALUES ('1918707044164206594', '单粒子效应.xlsx', '/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/单粒子效应_1746290381816.xlsx', null, '2025-05-04 00:39:42', null, null); INSERT INTO `oss_file` VALUES ('1918707067287404545', '单粒子效应.xlsx', '/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/单粒子效应_1746290387334.xlsx', null, '2025-05-04 00:39:47', null, null); INSERT INTO `oss_file` VALUES ('1918708848805445634', '电离总剂量效应.xlsx', '/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/电离总剂量效应_1746290812074.xlsx', null, '2025-05-04 00:46:52', null, null); INSERT INTO `oss_file` VALUES ('1918709415061651457', '电离总剂量效应.xlsx', '/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/电离总剂量效应_1746290947078.xlsx', null, '2025-05-04 00:49:07', null, null); INSERT INTO `oss_file` VALUES ('1918714009258983425', '单粒子效应.xlsx', '/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/单粒子效应_1746292042423.xlsx', null, '2025-05-04 01:07:22', null, null); INSERT INTO `oss_file` VALUES ('1918714037042053121', '单粒子效应.xlsx', '/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/单粒子效应_1746292049051.xlsx', null, '2025-05-04 01:07:29', null, null); INSERT INTO `oss_file` VALUES ('1918715398286639105', '电离总剂量效应.xlsx', '/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/电离总剂量效应_1746292373595.xlsx', null, '2025-05-04 01:12:54', null, null); INSERT INTO `oss_file` VALUES ('1918716728090722305', '电离总剂量效应.xlsx', '/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/电离总剂量效应_1746292690642.xlsx', null, '2025-05-04 01:18:11', null, null); INSERT INTO `oss_file` VALUES ('1918716835292938242', '电离总剂量效应.xlsx', '/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/电离总剂量效应_1746292716201.xlsx', null, '2025-05-04 01:18:36', null, null); INSERT INTO `oss_file` VALUES ('1919374d1a8a13587b757a78aadfc4b2', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7675/nsrec04_SEE.pdf', 'admin', '2024-11-05 10:57:18', null, null); INSERT INTO `oss_file` VALUES ('193925cf2efac8d6337b2e8774fbe496', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MP7628/data.csv', 'admin', '2024-11-05 12:13:31', null, null); INSERT INTO `oss_file` VALUES ('193db1e25292f74bd5c986035e1c661e', 'T100202_AD623.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD623/T100202_AD623.pdf', 'admin', '2024-11-05 10:54:15', null, null); INSERT INTO `oss_file` VALUES ('1958cb24d76531d30bfbbeba083b85e3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/data.csv', 'admin', '2024-11-05 10:51:05', null, null); INSERT INTO `oss_file` VALUES ('195d697fdbe8648a8f3d99c96d25b644', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Test Vehicle 45 nm bulk CMOS/data.csv', 'admin', '2024-11-05 13:07:51', null, null); INSERT INTO `oss_file` VALUES ('1963703bc392bb18b5d1cb72e183f583', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SFR130S.5/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:49:06', null, null); INSERT INTO `oss_file` VALUES ('196d9bcf13263b88ac18a93e7615294d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IFN423/data.csv', 'admin', '2024-11-05 11:34:09', null, null); INSERT INTO `oss_file` VALUES ('19ac484cf1c03d5bc277fa1772188358', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC299/data.csv', 'admin', '2024-11-05 10:35:56', null, null); INSERT INTO `oss_file` VALUES ('19b4afb7597469e9821820ac15f5fe61', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M470T6464QZ3-CE6 (K4T1G084QF-BCE7DDR2)/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 11:58:09', null, null); INSERT INTO `oss_file` VALUES ('19b77213055963c93ab5c9bbc5a0f926', 'NSREC2010_W26_Chen.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/THS4304/NSREC2010_W26_Chen.pdf', 'admin', '2024-11-05 13:03:03', null, null); INSERT INTO `oss_file` VALUES ('19bd2adfa66a02d9ef4160d451ec4c9b', 'PPM-99-012.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG412/PPM-99-012.pdf', 'admin', '2024-11-05 11:19:21', null, null); INSERT INTO `oss_file` VALUES ('19cbbbc9225364441d3d613cf78c592c', '119.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5154/119.pdf', 'admin', '2024-11-05 10:29:57', null, null); INSERT INTO `oss_file` VALUES ('19d022d7406a7a9bbfe3ad4d48ade67e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2812D/data.csv', 'admin', '2024-11-05 12:11:42', null, null); INSERT INTO `oss_file` VALUES ('19ea6d8bb27ca7479becd4f80b728acc', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/53111/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 10:33:43', null, null); INSERT INTO `oss_file` VALUES ('19eb7d6e530b46d91984ded37a34a77a', 'G07JAN_Samsung_Micron_Hynix.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HY27UF084G2M/G07JAN_Samsung_Micron_Hynix.pdf', 'admin', '2024-11-05 11:33:04', null, null); INSERT INTO `oss_file` VALUES ('19eba033b707699329099e80018f2b2e', 'd052494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM5117400RR7/d052494.pdf', 'admin', '2024-11-05 11:29:05', null, null); INSERT INTO `oss_file` VALUES ('19f050ae088a3266195a7cb4a4928bf4', 'PPM-97-033.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM105/PPM-97-033.pdf', 'admin', '2024-11-05 11:43:25', null, null); INSERT INTO `oss_file` VALUES ('1a28b732b93cb13c98700a59fe2c23c6', 'G2005_OP200_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP200/G2005_OP200_TID.pdf', 'admin', '2024-11-05 12:29:33', null, null); INSERT INTO `oss_file` VALUES ('1a2e502a2835cd92b228672360e46e50', '281.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHRLVDS31/281.pdf', 'admin', '2024-10-24 12:09:57', null, null); INSERT INTO `oss_file` VALUES ('1a2ec3eb77c75b198122978c9aafd87f', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2045/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:03:29', null, null); INSERT INTO `oss_file` VALUES ('1a321079edd830e3abcf81df3e9579ad', 'NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/APQ8096/NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf', 'admin', '2024-11-05 11:06:36', null, null); INSERT INTO `oss_file` VALUES ('1a3c1701edb5b38fe510d1204f46097d', 'NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L-PQ208/NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf', 'admin', '2024-11-05 10:49:23', null, null); INSERT INTO `oss_file` VALUES ('1a3e7251522ecb2f1587876eff0391d4', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NHI1500/nsrec94a.pdf', 'admin', '2024-11-05 12:26:11', null, null); INSERT INTO `oss_file` VALUES ('1a42031d69b42b8698a3f7634c34dbdf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADG704/data.csv', 'admin', '2024-11-05 11:02:39', null, null); INSERT INTO `oss_file` VALUES ('1a4d2028a2b59adfe48f9301063a7457', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHF43B/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:40:55', null, null); INSERT INTO `oss_file` VALUES ('1a5e3b6ca3bad7d6642af67fabfb3658', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NAND01GW3B2ANGE/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 12:25:28', null, null); INSERT INTO `oss_file` VALUES ('1a5eb54e318654ecb3978231522e6595', 'T052207_Hynix_Micron_Samsung.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HY27UF084G2M/T052207_Hynix_Micron_Samsung.pdf', 'admin', '2024-11-05 11:33:04', null, null); INSERT INTO `oss_file` VALUES ('1a62a9e2ff0c3a624edc7039a8569f83', 'PPM-91-538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRHF7230/PPM-91-538.pdf', 'admin', '2024-11-05 11:35:14', null, null); INSERT INTO `oss_file` VALUES ('1a66d4e0c571112c4f8870e48f18a58c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F1T08CMHBB/data.csv', 'admin', '2024-11-05 12:20:02', null, null); INSERT INTO `oss_file` VALUES ('1a71400bbc5b3161e1436754ff9ae518', '197.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66183-105/197.pdf', 'admin', '2024-10-24 11:59:44', null, null); INSERT INTO `oss_file` VALUES ('1a7c0b9afeca51aaf604a54a80fe8e84', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LXA0387/nsrec05_W23.pdf', 'admin', '2024-11-05 11:56:31', null, null); INSERT INTO `oss_file` VALUES ('1a7d6bc9a03c4623d6ac5f787dbd03b2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AS216MA1G2B-ASC/data.csv', 'admin', '2024-11-05 11:07:06', null, null); INSERT INTO `oss_file` VALUES ('1a85e18b3ce6e5342d0ceb53ac91d981', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5C1008FE-M/data.csv', 'admin', '2024-11-05 10:39:28', null, null); INSERT INTO `oss_file` VALUES ('1a88709cf827f2349f7d32702be305ea', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5HP SiGe HBT/NSREC03_W10.pdf', 'admin', '2024-11-05 10:39:39', null, null); INSERT INTO `oss_file` VALUES ('1aa65e2167e9199042c9d5368718ce7b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/53272/data.csv', 'admin', '2024-11-05 10:33:56', null, null); INSERT INTO `oss_file` VALUES ('1ace4dd4a9a98a60b0ac0bc64f7f0a82', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX494/nsrec00_W21.pdf', 'admin', '2024-11-05 12:00:22', null, null); INSERT INTO `oss_file` VALUES ('1ae638c8af9c1b1337b41d1f7a240642', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SY100EL16VZC/data.csv', 'admin', '2024-11-05 12:58:24', null, null); INSERT INTO `oss_file` VALUES ('1b161224c398ccdce980c4f3fe233faa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MCM517400J60/data.csv', 'admin', '2024-11-05 12:08:56', null, null); INSERT INTO `oss_file` VALUES ('1b2128f301dece3805ec3593d04abdc0', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/11108/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:39', null, null); INSERT INTO `oss_file` VALUES ('1b25010319970adbe91f6a51145fd213', 'D030901_CCD486.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CCD486/D030901_CCD486.pdf', 'admin', '2024-11-05 11:13:02', null, null); INSERT INTO `oss_file` VALUES ('1b4112ff4033c13031088b663490b2d0', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1419/nsrec00_W21.pdf', 'admin', '2024-11-05 11:54:10', null, null); INSERT INTO `oss_file` VALUES ('1b45c78f21aa1bea271f7c6894c7fbba', '2020-Topper-Casey-TR-19-030-MIC4427-TID-2020Mar12-20205006075.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4427/2020-Topper-Casey-TR-19-030-MIC4427-TID-2020Mar12-20205006075.pdf', 'admin', '2024-11-05 12:12:24', null, null); INSERT INTO `oss_file` VALUES ('1b57a402a6b3071f36f33e4a7df0ea5e', 'PPM-95-103.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08A/PPM-95-103.pdf', 'admin', '2024-11-05 11:18:09', null, null); INSERT INTO `oss_file` VALUES ('1b58c6ca4370c05431c53a9523cfe723', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SN54LVT16245B/data.csv', 'admin', '2024-11-05 12:53:11', null, null); INSERT INTO `oss_file` VALUES ('1b839185c5f20c26597e26fbf4e2ca16', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANTX1N6843CCU3/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:38:12', null, null); INSERT INTO `oss_file` VALUES ('1b87e3888b7e1ff1f6c263026ce0669d', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K4B1GO846D-HCH9/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 11:40:00', null, null); INSERT INTO `oss_file` VALUES ('1b8c0595bebdd610755e4f0bfc345bd7', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP77/nsrec06_W2.pdf', 'admin', '2024-11-05 12:32:15', null, null); INSERT INTO `oss_file` VALUES ('1b8c2151d25fc33a475303994cf0acf5', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MCF5307/NSREC03_W10.pdf', 'admin', '2024-11-05 12:08:35', null, null); INSERT INTO `oss_file` VALUES ('1b8d4760bb78e41057d33a60d989c8e4', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH1049/nsrec00_W22.pdf', 'admin', '2024-11-05 12:27:09', null, null); INSERT INTO `oss_file` VALUES ('1b97afac236c1dd3cb6787564caf6183', 'I060805_Crystal.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Nano-Crystal Memory/I060805_Crystal.pdf', 'admin', '2024-11-05 12:26:45', null, null); INSERT INTO `oss_file` VALUES ('1bd593da6298e6c4b12d130608c30c13', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T Kintex7/data.csv', 'admin', '2024-11-05 13:13:45', null, null); INSERT INTO `oss_file` VALUES ('1bea3128ccd01369ce6651e1151b98cb', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7847/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 10:58:06', null, null); INSERT INTO `oss_file` VALUES ('1bee5822eceda89f9482520181c4726f', 'I032807_T062407_K4T1G044QA_EDE1104AB.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EDE1104AB-50-E/I032807_T062407_K4T1G044QA_EDE1104AB.pdf', 'admin', '2024-11-05 11:21:39', null, null); INSERT INTO `oss_file` VALUES ('1bf749c756c1064fe3f2d2b606921088', 'PPM-98-028.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI506/PPM-98-028.pdf', 'admin', '2024-11-05 11:28:50', null, null); INSERT INTO `oss_file` VALUES ('1bf9b193fe65759ace14b54b8d952fae', 'PPM-94-038.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/PPM-94-038.pdf', 'admin', '2024-11-05 11:47:26', null, null); INSERT INTO `oss_file` VALUES ('1c04c4ccb5e1d695e846d49411532fb6', 'IU1200.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K7/IU1200.pdf', 'admin', '2024-11-05 11:40:54', null, null); INSERT INTO `oss_file` VALUES ('1c106630b16d27874dbec1c27a131f66', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Ring Oscillator Engineering Samples/data.csv', 'admin', '2024-11-05 12:45:34', null, null); INSERT INTO `oss_file` VALUES ('1c141c692fd3ac1497186c513880352f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA1-5134/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:51', null, null); INSERT INTO `oss_file` VALUES ('1c1f29a0a14872f3812c1a222fc96604', 'b043096a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AT6002-JC/b043096a.pdf', 'admin', '2024-11-05 11:08:02', null, null); INSERT INTO `oss_file` VALUES ('1c1fc6c1c78edd760b067d32d8f20ad5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/H5TC4G83CFR - DC1517/data.csv', 'admin', '2024-10-24 12:12:16', null, null); INSERT INTO `oss_file` VALUES ('1c2514eac52c011976658593e314bce4', 'PPM-94-025.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADC0816/PPM-94-025.pdf', 'admin', '2024-11-05 11:01:36', null, null); INSERT INTO `oss_file` VALUES ('1c2c5022ed480c4757bb953c21495a6e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4216400-70/data.csv', 'admin', '2024-11-05 10:31:48', null, null); INSERT INTO `oss_file` VALUES ('1c3fb3df7f78405351ab7db095664e01', 'LBNL111512_SFR130S5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SFR130S.5/LBNL111512_SFR130S5.pdf', 'admin', '2024-11-05 12:49:05', null, null); INSERT INTO `oss_file` VALUES ('1c463fb477b55599e99bd5ec8be9b811', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM148/nsrec01_W15.pdf', 'admin', '2024-11-05 11:48:23', null, null); INSERT INTO `oss_file` VALUES ('1c5ffc9adb35e6cb7d8fa7462187bd07', 'd031997.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N136/d031997.pdf', 'admin', '2024-11-05 10:42:11', null, null); INSERT INTO `oss_file` VALUES ('1c614f77ff7ee535c39b611523c6ed8e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STRH100N10FSY3/data.csv', 'admin', '2024-11-05 12:58:03', null, null); INSERT INTO `oss_file` VALUES ('1c627da0f382252c509dffa4f8841eaf', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD676/nsrec94a.pdf', 'admin', '2024-11-05 10:55:59', null, null); INSERT INTO `oss_file` VALUES ('1c7b6511c4d31152056754a2c1f19140', 'PPM-91-337.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCS4538KMSR/PPM-91-337.pdf', 'admin', '2024-11-05 11:27:50', null, null); INSERT INTO `oss_file` VALUES ('1c7d87e9f8f33605f8131aa44b486c11', 'B111500a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DVHF2803R3SF/B111500a.pdf', 'admin', '2024-11-05 11:21:04', null, null); INSERT INTO `oss_file` VALUES ('1c8cfafabea587201df6602a31c6ea88', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4MT4CM4B1W/DRAM296.pdf', 'admin', '2024-11-05 10:32:10', null, null); INSERT INTO `oss_file` VALUES ('1c8f65751802b00af212e6abb98c4c38', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08/data.csv', 'admin', '2024-10-23 17:39:20', null, null); INSERT INTO `oss_file` VALUES ('1c9e0ddbf07c6f9e2ff561ee9a7a4d61', '372.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LT1521/372.pdf', 'admin', '2024-10-24 12:19:20', null, null); INSERT INTO `oss_file` VALUES ('1ca6e7ea41a166cc1baaa9b6841cd415', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN64BCT244/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:53:26', null, null); INSERT INTO `oss_file` VALUES ('1ca9d560a5d13d2cd3462f150472e515', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/1394/data.csv', 'admin', '2024-11-05 10:20:56', null, null); INSERT INTO `oss_file` VALUES ('1cb32083cee7ff25c079f43d59bc5edf', 'T110910_NC7SZ74.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NC7SZ74/T110910_NC7SZ74.pdf', 'admin', '2024-11-05 12:26:00', null, null); INSERT INTO `oss_file` VALUES ('1cd560475a103c225c93f13e72b5bf56', 'b090997.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS90C32/b090997.pdf', 'admin', '2024-11-05 11:20:43', null, null); INSERT INTO `oss_file` VALUES ('1ce2db35efca91708e03100f5fb7440a', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HR2340/ieee95a.pdf', 'admin', '2024-11-05 11:30:40', null, null); INSERT INTO `oss_file` VALUES ('1ce5fa7404ec4f75e5bb84bdb916d6d7', 'PPM-99-036.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08/PPM-99-036.pdf', 'admin', '2024-11-05 11:18:04', null, null); INSERT INTO `oss_file` VALUES ('1cea357f0b7ce5f565216896e734e8cc', '2014-561-Berg-Final-Pres-NEPPweb-SEEMAPLD-V5QV-TN36683.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/2014-561-Berg-Final-Pres-NEPPweb-SEEMAPLD-V5QV-TN36683.pdf', 'admin', '2024-11-05 10:48:58', null, null); INSERT INTO `oss_file` VALUES ('1d07310d65412e2709b53d70fb50ca8c', 'no_tid_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAR7001CB2/no_tid_report.pdf', 'admin', '2024-11-05 11:58:41', null, null); INSERT INTO `oss_file` VALUES ('1d1b6c8f1f409830b60e6797166fa707', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TCE49H1B/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 13:02:40', null, null); INSERT INTO `oss_file` VALUES ('1d236d2aaa4ebb963274ee31f363ab64', '109.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI-201/109.pdf', 'admin', '2024-11-05 14:21:40', null, null); INSERT INTO `oss_file` VALUES ('1d2a768d41120c3cbea505eb78259c80', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT54ACS08/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 13:09:06', null, null); INSERT INTO `oss_file` VALUES ('1d3536081e3e97b141068e3f4c35eb69', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SIDECAR ASIC/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 12:51:05', null, null); INSERT INTO `oss_file` VALUES ('1d36103ba77e00291b2d0f3e18db2441', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A1460A/Random97a.pdf', 'admin', '2024-11-05 10:46:56', null, null); INSERT INTO `oss_file` VALUES ('1d38f74a63043fb817421337264d70e5', 'T030210_SPD60.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ACSPD60/T030210_SPD60.pdf', 'admin', '2024-11-05 10:49:51', null, null); INSERT INTO `oss_file` VALUES ('1d4bf42d8da51c9823c7b299597aa6cb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LT1634/data.csv', 'admin', '2024-10-24 12:11:21', null, null); INSERT INTO `oss_file` VALUES ('1d52b30452bfe5031657725332c04b89', 'T022404_IFN423_OPA128.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IFN423/T022404_IFN423_OPA128.pdf', 'admin', '2024-11-05 11:34:09', null, null); INSERT INTO `oss_file` VALUES ('1d56550c98b2162c1ddf94cc95b3b41e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LT8610AC/data.csv', 'admin', '2024-10-24 12:21:31', null, null); INSERT INTO `oss_file` VALUES ('1d801d9f8d3e71f1cb832737c9ebd753', 'PPM-97-031.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP77/PPM-97-031.pdf', 'admin', '2024-11-05 12:32:16', null, null); INSERT INTO `oss_file` VALUES ('1d80e56c12112307ac31185dbea69250', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1N5314/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:52', null, null); INSERT INTO `oss_file` VALUES ('1d89009c5d8a37c40b217c407e8e6e19', 'T082409_THS4304.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/THS4304/T082409_THS4304.pdf', 'admin', '2024-11-05 13:03:02', null, null); INSERT INTO `oss_file` VALUES ('1d9f33a6221d001e865c0c4cbe1b1a72', '12-053_NRL20130219_VRG8666_laser.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VRG8666/12-053_NRL20130219_VRG8666_laser.pdf', 'admin', '2024-11-05 13:11:13', null, null); INSERT INTO `oss_file` VALUES ('1db64d9d9b3bebb6d9a8ab7af2a05a68', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AFL2803R3S/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:05:10', null, null); INSERT INTO `oss_file` VALUES ('1db80b97f99f540fdd3c576ebb31d2b2', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ABT245A/nsrec00_W21.pdf', 'admin', '2024-11-05 10:34:25', null, null); INSERT INTO `oss_file` VALUES ('1db8b751678b86897de13b8da43f222d', 'PPM-92-299.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV4N24/PPM-92-299.pdf', 'admin', '2024-11-05 11:38:28', null, null); INSERT INTO `oss_file` VALUES ('1db934636c9dc264d8d5e12c7983718e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BFY650B/data.csv', 'admin', '2024-10-24 12:09:50', null, null); INSERT INTO `oss_file` VALUES ('1dbbef9e9a06202fa1153581102c351b', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAM-3+/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:37:04', null, null); INSERT INTO `oss_file` VALUES ('1dcd779b074473a0508c22b85ca23aba', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UC1708 high speed driver/data.csv', 'admin', '2024-11-05 13:08:13', null, null); INSERT INTO `oss_file` VALUES ('1dcf64e47e7451ce5205fe489cdc7129', 'PPM-99-007.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG403/PPM-99-007.pdf', 'admin', '2024-11-05 11:19:01', null, null); INSERT INTO `oss_file` VALUES ('1dd78c1f9f9310973fc8619eba77649f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-5631/data.csv', 'admin', '2024-11-05 14:19:18', null, null); INSERT INTO `oss_file` VALUES ('1de9dd23c4e928e2c2149cab87a9e609', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP200/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 12:29:32', null, null); INSERT INTO `oss_file` VALUES ('1df2de0077b7aa93b659e80d35194f71', '135.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLS0449/135.pdf', 'admin', '2024-10-24 11:51:56', null, null); INSERT INTO `oss_file` VALUES ('1df89bb8ce7ac04caee3ad6ff73639ab', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMP11/data.csv', 'admin', '2024-11-05 12:52:13', null, null); INSERT INTO `oss_file` VALUES ('1dff0617fdd2638ca75ac29a9e492606', 'T061803_SN54LVT162244A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN54LVT162244A/T061803_SN54LVT162244A.pdf', 'admin', '2024-11-05 12:53:07', null, null); INSERT INTO `oss_file` VALUES ('1dff0f7ba864c14c083fc2850e22710d', 'b080393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AX3453/b080393.pdf', 'admin', '2024-11-05 11:08:58', null, null); INSERT INTO `oss_file` VALUES ('1e00a35dbb033e6ddb6f149a0d8a24d0', 'PPM-92-023.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA2620/PPM-92-023.pdf', 'admin', '2024-11-05 11:26:12', null, null); INSERT INTO `oss_file` VALUES ('1e033950513f4c4f4b6640440206a96f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HX6464/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:16', null, null); INSERT INTO `oss_file` VALUES ('1e0699cac41b18a6df4c85c474411d2f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NB7L14MNG/data.csv', 'admin', '2024-11-05 12:25:47', null, null); INSERT INTO `oss_file` VALUES ('1e082b00bd02e0867beaa6dbe49fe5af', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MEMPEK1W016GAXT/data.csv', 'admin', '2024-11-05 12:09:44', null, null); INSERT INTO `oss_file` VALUES ('1e08d5271874c243a4825f079fdecf9a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BA20/data.csv', 'admin', '2024-10-24 11:48:48', null, null); INSERT INTO `oss_file` VALUES ('1e123218680c773d4a4dcc036a7b55b9', 'ST1S40 TID Test Report.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ST1S40/ST1S40 TID Test Report.pdf', 'admin', '2024-10-24 12:21:56', null, null); INSERT INTO `oss_file` VALUES ('1e1ec946b3e62bc5752dea2558cfc4a7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MN5295/data.csv', 'admin', '2024-11-05 12:13:00', null, null); INSERT INTO `oss_file` VALUES ('1e61556dd709b533bfd07fdd52c8576c', '378.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/Xilinx Zynq-7000 AP SoC XC7Z045-2FFG900/378.pdf', 'admin', '2024-10-24 12:20:07', null, null); INSERT INTO `oss_file` VALUES ('1e8452ee27e1355b1dd98f44799e9952', 'NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XQV5FX70T/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf', 'admin', '2024-11-05 13:15:45', null, null); INSERT INTO `oss_file` VALUES ('1ea1fc188c686bba15c68aa5654925d3', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADS7881/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 11:03:19', null, null); INSERT INTO `oss_file` VALUES ('1ea337a177422257587b8327623f1a32', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M54HC373YBF/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:45', null, null); INSERT INTO `oss_file` VALUES ('1ea41e5d1f594b860dac58efe200c7cd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/88130L45PC/data.csv', 'admin', '2024-11-05 10:45:39', null, null); INSERT INTO `oss_file` VALUES ('1eb748e1492ed6dc021a3c7ea819a9fc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SH-4/data.csv', 'admin', '2024-11-05 12:50:49', null, null); INSERT INTO `oss_file` VALUES ('1eb80f8a50d989dba6fde9be6231cf90', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TPS79133/data.csv', 'admin', '2024-11-05 13:05:33', null, null); INSERT INTO `oss_file` VALUES ('1edba701c479639ce2eb2735efc964e2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CMP402/data.csv', 'admin', '2024-11-05 11:15:13', null, null); INSERT INTO `oss_file` VALUES ('1ef599793b6157ddd6e12874fcb14aa4', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC1717/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:54', null, null); INSERT INTO `oss_file` VALUES ('1efaa0792c02628c8cf51d4b020cd35f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD586T/data.csv', 'admin', '2024-11-05 10:53:34', null, null); INSERT INTO `oss_file` VALUES ('1efeb09580f974d543f9c3ae215fc3cc', '163.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH400/163.pdf', 'admin', '2024-10-24 11:54:58', null, null); INSERT INTO `oss_file` VALUES ('1f000579b4769ca4d1643376acd1c501', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MC35184L/data.csv', 'admin', '2024-11-05 12:08:23', null, null); INSERT INTO `oss_file` VALUES ('1f0254de2a8d7dd438015ed07725cba7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TL750M05CKTRR/data.csv', 'admin', '2024-11-05 13:04:00', null, null); INSERT INTO `oss_file` VALUES ('1f0696d811ff33947dbea0ac95cadc16', 'SEE_00637_01 H5TC4G83CFR Hynix protons.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/H5TC4G83CFR - DC1517/SEE_00637_01 H5TC4G83CFR Hynix protons.pdf', 'admin', '2024-10-24 12:12:16', null, null); INSERT INTO `oss_file` VALUES ('1f10ace3d34e172c1200529abdf40118', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TC58NVG2S0HTAI0 - DC1509/data.csv', 'admin', '2024-10-24 12:12:54', null, null); INSERT INTO `oss_file` VALUES ('1f138ad83d5eafe1efd4dac02e2a2b45', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/STRH100N6FSY3/data.csv', 'admin', '2024-10-24 12:00:50', null, null); INSERT INTO `oss_file` VALUES ('1f142d90408f63ad219a0893b0977ef8', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913ESY332/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 12:41:23', null, null); INSERT INTO `oss_file` VALUES ('1f1623496ae6a6f327bfddcccc1085f2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4423/data.csv', 'admin', '2024-11-05 12:12:04', null, null); INSERT INTO `oss_file` VALUES ('1f217f006bb9c34d6b4eb2b12be76123', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTX8501/NSREC02_W16.pdf', 'admin', '2024-11-05 12:23:21', null, null); INSERT INTO `oss_file` VALUES ('1f2ad9061d7d8a5fa9b94fc6f67d778a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/40MHz-CFPT9006/data.csv', 'admin', '2024-10-24 12:18:06', null, null); INSERT INTO `oss_file` VALUES ('1f2f098ad929aaa2ab0d86739b967eac', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HFE4080/data.csv', 'admin', '2024-11-05 11:28:13', null, null); INSERT INTO `oss_file` VALUES ('1f2f1d75202257764e50700d2a6f999c', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRF640/NSREC03_W10.pdf', 'admin', '2024-11-05 11:34:53', null, null); INSERT INTO `oss_file` VALUES ('1f30c1de21d2079ffd2adb551bc9e076', 'T121508_IRH7250.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRH7250/T121508_IRH7250.pdf', 'admin', '2024-11-05 11:35:05', null, null); INSERT INTO `oss_file` VALUES ('1f36432197427abf64d9c53f6ea4be4d', 'PPM-95-151.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC8408/PPM-95-151.pdf', 'admin', '2024-11-05 11:18:29', null, null); INSERT INTO `oss_file` VALUES ('1f473ef1510c70b04daf65641384dc41', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/8116400-60PJ/ieee95a.pdf', 'admin', '2024-11-05 10:45:08', null, null); INSERT INTO `oss_file` VALUES ('1f57d4cbd2d58fe85980840d2fcd3889', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N4858/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:42', null, null); INSERT INTO `oss_file` VALUES ('1f7d3813c9dd0428b8759b72e804b307', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OD800/nsrec01_W15.pdf', 'admin', '2024-11-05 12:26:52', null, null); INSERT INTO `oss_file` VALUES ('1f7fac06d76a300c51d5bc89de72f99e', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F8G08AAAWP/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 12:22:07', null, null); INSERT INTO `oss_file` VALUES ('1f834c1714d184d4613a7b73dac9d36e', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7885/PPM-99-045.pdf', 'admin', '2024-10-23 17:39:15', null, null); INSERT INTO `oss_file` VALUES ('1f9d3f0e5d208ab97310b26da71091fc', 'G2005_54ACTQ16244_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ16244/G2005_54ACTQ16244_TID.pdf', 'admin', '2024-11-05 10:37:25', null, null); INSERT INTO `oss_file` VALUES ('1f9ef099493594d60c4df68710c67378', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/data.csv', 'admin', '2024-11-05 11:51:14', null, null); INSERT INTO `oss_file` VALUES ('1fad92057af8e1d5c89b4ccabcb78226', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC8800/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:56', null, null); INSERT INTO `oss_file` VALUES ('1faf9d8f9ec29dcdd67ecbb961260436', 'G05JAN_AD584_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD584/G05JAN_AD584_TID.pdf', 'admin', '2024-11-05 10:53:18', null, null); INSERT INTO `oss_file` VALUES ('1fb0c8d3a847fa8b690e2e82b67e5af9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LTC4361CTS8/data.csv', 'admin', '2024-10-24 12:22:12', null, null); INSERT INTO `oss_file` VALUES ('1fb38e473852454cda74a6106c017faf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7885/data.csv', 'admin', '2024-10-23 17:39:15', null, null); INSERT INTO `oss_file` VALUES ('1fb79a4e2109364b758d97eb7f2d0eae', 'T061703_UCC1806.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UCC1806/T061703_UCC1806.pdf', 'admin', '2024-11-05 13:08:52', null, null); INSERT INTO `oss_file` VALUES ('1fc47d82aed650a109bde4a0f952a049', 'dcdc95.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AHE2815/dcdc95.pdf', 'admin', '2024-11-05 11:05:29', null, null); INSERT INTO `oss_file` VALUES ('1fd1a220f648f495874f703b92c6a225', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54LS03/NSREC98.pdf', 'admin', '2024-11-05 10:38:28', null, null); INSERT INTO `oss_file` VALUES ('1fd6979d5ccdbd46f975920e35f42358', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP270/data.csv', 'admin', '2024-11-05 12:29:53', null, null); INSERT INTO `oss_file` VALUES ('1fe8a74efc21c39197b80eaddbff9e47', 'b112599b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL7770-5/b112599b.pdf', 'admin', '2024-11-05 13:04:17', null, null); INSERT INTO `oss_file` VALUES ('1fe932abe6548aeaa0b8873cc0424724', 'PPM-92-191.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTX2N6786/PPM-92-191.pdf', 'admin', '2024-11-05 11:38:52', null, null); INSERT INTO `oss_file` VALUES ('1ffa2565382b07b8fcb8eb1b179eddf7', '79.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MX68GL1G0GHXFI/79.pdf', 'admin', '2024-10-23 16:37:32', null, null); INSERT INTO `oss_file` VALUES ('200a608d521c54d40c5189b40c6d5e6a', 'SOC 3700SW PROTONS TID_0944_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SOC3700SW/SOC 3700SW PROTONS TID_0944_01.pdf', 'admin', '2024-10-24 12:18:01', null, null); INSERT INTO `oss_file` VALUES ('200bd7476de3cf2b9c49593ffc489268', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/66171-300/data.csv', 'admin', '2024-11-05 10:41:29', null, null); INSERT INTO `oss_file` VALUES ('2011d8d8e576c3a0b48b4dd0298347a5', '2019-Osherof-TR-19-009-U309-TID-20205004053.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/U309/2019-Osherof-TR-19-009-U309-TID-20205004053.pdf', 'admin', '2024-11-05 13:07:56', null, null); INSERT INTO `oss_file` VALUES ('2019d142e610280fbab2131585d109bd', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF20100/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:07:26', null, null); INSERT INTO `oss_file` VALUES ('20217edd69a6bbecd34c3492aeeca3d0', '2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SFT2222A/2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf', 'admin', '2024-11-05 12:49:19', null, null); INSERT INTO `oss_file` VALUES ('20220bc5767bc9b9ae2b2c9bd5bc7062', 'PPM-92-004.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC374DMQB/PPM-92-004.pdf', 'admin', '2024-11-05 10:36:12', null, null); INSERT INTO `oss_file` VALUES ('20249f4925fa7b20d4b0296b81c45c22', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CLAy-31/data.csv', 'admin', '2024-11-05 11:14:23', null, null); INSERT INTO `oss_file` VALUES ('2032c48d1470f42207b72eba2ffaa31e', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC74DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:12', null, null); INSERT INTO `oss_file` VALUES ('2033847128f8335716c0358e5300bc72', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 7 1700 Summit Ridge YD1700BBM88AE/data.csv', 'admin', '2024-11-05 12:46:04', null, null); INSERT INTO `oss_file` VALUES ('2042f4128fab62b9cbcbf3c6af49368c', 'NEPP_ETW2012_Berg.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/NEPP_ETW2012_Berg.pdf', 'admin', '2024-11-05 10:48:49', null, null); INSERT INTO `oss_file` VALUES ('2044463d6b0ed65c44e69ae7c8f66a7f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP293/data.csv', 'admin', '2024-11-05 12:30:12', null, null); INSERT INTO `oss_file` VALUES ('20473affcbac01985b263187c583d169', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SSP21110-025/data.csv', 'admin', '2024-11-05 12:55:39', null, null); INSERT INTO `oss_file` VALUES ('2064273f6fb15eaa37ac39c43b703e90', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SG1524/data.csv', 'admin', '2024-11-05 12:49:51', null, null); INSERT INTO `oss_file` VALUES ('20667b40e1ef973e054e8875702ac188', 'Berg_tns2011.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/Berg_tns2011.pdf', 'admin', '2024-11-05 10:48:51', null, null); INSERT INTO `oss_file` VALUES ('206af95dea91f160a32dc373e677ae39', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BF862/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 11:10:36', null, null); INSERT INTO `oss_file` VALUES ('2074b04c4746733c5b9ab58910e84173', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CT275MX300SSD4/data.csv', 'admin', '2024-11-05 11:17:15', null, null); INSERT INTO `oss_file` VALUES ('2082b5ae915709abce4810a88275ba52', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1846/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 12:50:35', null, null); INSERT INTO `oss_file` VALUES ('20a8427c7a7b4cd61c56390a4f361232', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907/nsrec06_W2.pdf', 'admin', '2024-11-05 10:26:58', null, null); INSERT INTO `oss_file` VALUES ('20bcc9595a7c51e95742677e70b8fb0e', 'BD9P205EFV-CE2 SEE Test Report.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BD9P205EFV-CE2/BD9P205EFV-CE2 SEE Test Report.pdf', 'admin', '2024-10-24 12:21:09', null, null); INSERT INTO `oss_file` VALUES ('20f54f73135b2bda74621059b297d1e2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/PM139XMQMLR/data.csv', 'admin', '2024-10-24 12:05:39', null, null); INSERT INTO `oss_file` VALUES ('20f6e5015bb1a420e6f98eff34722f70', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SW06/data.csv', 'admin', '2024-11-05 12:58:14', null, null); INSERT INTO `oss_file` VALUES ('20fdc52fea8646e5ef788372252093e2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ST80486DX2-66/data.csv', 'admin', '2024-11-05 12:55:48', null, null); INSERT INTO `oss_file` VALUES ('21016842f2bc29549df3bb077d74a2bd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PALCE22V10H/data.csv', 'admin', '2024-11-05 12:34:02', null, null); INSERT INTO `oss_file` VALUES ('2101769475bdee936b7752f95853d727', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 14:46:55', null, null); INSERT INTO `oss_file` VALUES ('211f0d4db8e6a8c1fcd7b1d02636b19c', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SiB455EDK/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 13:00:08', null, null); INSERT INTO `oss_file` VALUES ('213ccd6b9e6bd0cb688aa37566ec2f33', 'NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 3 2200G/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf', 'admin', '2024-11-05 12:45:51', null, null); INSERT INTO `oss_file` VALUES ('213d8796720ff5f1a057c685dbffd744', 'G05DEC_LM139_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/G05DEC_LM139_TID.pdf', 'admin', '2024-11-05 11:47:27', null, null); INSERT INTO `oss_file` VALUES ('21431e4afc77ee59c173e59da6d3396d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DIH-149/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:32', null, null); INSERT INTO `oss_file` VALUES ('2157571c360bdd3a091fea66ab1634a3', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PM139/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:23', null, null); INSERT INTO `oss_file` VALUES ('2178534688dceb578ed0043553884436', 'b022497a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS90C32/b022497a.pdf', 'admin', '2024-11-05 11:20:44', null, null); INSERT INTO `oss_file` VALUES ('217c4465a7f1970df2c58899f06b7364', 'PPM-91-109.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC35181U/PPM-91-109.pdf', 'admin', '2024-11-05 12:08:20', null, null); INSERT INTO `oss_file` VALUES ('217e1d11ac2edb62784e6209ce26a7e4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/80387/data.csv', 'admin', '2024-11-05 10:44:47', null, null); INSERT INTO `oss_file` VALUES ('2195b60403873afb072c7e89c2bf996c', 'NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/80SCLQ060SCS/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'admin', '2024-11-05 10:44:58', null, null); INSERT INTO `oss_file` VALUES ('219f7f200acb71dee1ba13ec861d893e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/EL2243/data.csv', 'admin', '2024-11-05 11:21:53', null, null); INSERT INTO `oss_file` VALUES ('21a15b9b4104c7f43819d5ed54c002b9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7HP HBT/data.csv', 'admin', '2024-11-05 10:44:11', null, null); INSERT INTO `oss_file` VALUES ('21a7164a2d1328790a13a67669aa02e8', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL7770-5/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:16', null, null); INSERT INTO `oss_file` VALUES ('21b809cb194e07ccb7e3a1e921d6b566', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH5601/nsrec00_W22.pdf', 'admin', '2024-11-05 12:27:36', null, null); INSERT INTO `oss_file` VALUES ('21bb6529e8b4c9d497bc520bfa0c69a0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Luna-ES2/data.csv', 'admin', '2024-11-05 11:57:16', null, null); INSERT INTO `oss_file` VALUES ('21cee0a91e3b7aa20bbbca3fbda7818d', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHrFPGA/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:41:50', null, null); INSERT INTO `oss_file` VALUES ('21d09bd3ed558bae1539e07ce84f4b97', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Test Vehicle 32 nm CMOS/data.csv', 'admin', '2024-11-05 13:07:35', null, null); INSERT INTO `oss_file` VALUES ('21d43487f35f03e0430a4da2efc4cca8', 'G04MAY_AD822_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD822/G04MAY_AD822_TID.pdf', 'admin', '2024-11-05 10:59:36', null, null); INSERT INTO `oss_file` VALUES ('21e2acc9bae55fbe3c6c319e027f4736', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM317KTTR/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 11:49:27', null, null); INSERT INTO `oss_file` VALUES ('21eff9072f8b18e3ecdad5d00e71033d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A250/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:25', null, null); INSERT INTO `oss_file` VALUES ('21f9d5237a884f5d8d71f2b29986682a', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2680M-S05F/random6a.pdf', 'admin', '2024-11-05 10:23:00', null, null); INSERT INTO `oss_file` VALUES ('220706e99033aa1df713f8a69afacb1d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH21020/data.csv', 'admin', '2024-11-05 12:40:24', null, null); INSERT INTO `oss_file` VALUES ('220c81cbf38da23082a8eb26e9865597', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EDS5108ABTA/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:21:47', null, null); INSERT INTO `oss_file` VALUES ('221894db97cb927a8b9392caf27333c8', 'B080100.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD1674/B080100.pdf', 'admin', '2024-11-05 10:50:30', null, null); INSERT INTO `oss_file` VALUES ('2228a7e11f88bcc494127d10bc835672', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08ABADAWP-IT:D/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 12:21:26', null, null); INSERT INTO `oss_file` VALUES ('2232822b28a9e286a8b02240fe66cd43', '2N2920A PROTONS TID_0921_02.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N2920A/2N2920A PROTONS TID_0921_02.pdf', 'admin', '2024-10-23 16:36:37', null, null); INSERT INTO `oss_file` VALUES ('2239d59419170b9ba67a7cc97aee1fa7', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM101/nsrec06_W2.pdf', 'admin', '2024-11-05 11:43:21', null, null); INSERT INTO `oss_file` VALUES ('2246bd4eb8e4547fd83af60940318d3c', 'b080393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IDA07318/b080393.pdf', 'admin', '2024-11-05 11:33:39', null, null); INSERT INTO `oss_file` VALUES ('225bf3e72b2885992abc71981a735339', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADV212/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:04:07', null, null); INSERT INTO `oss_file` VALUES ('225fb1c0026a86fc444610646db35e77', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD654/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 10:55:26', null, null); INSERT INTO `oss_file` VALUES ('227871c5e2b9e6165fb748596e8f1b16', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN54LVT16245B/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:53:12', null, null); INSERT INTO `oss_file` VALUES ('227e2d46ab4e1b406cc22e33610555ae', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS30H100C/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:56:50', null, null); INSERT INTO `oss_file` VALUES ('2285bdf30f62fd54d1d86037674c6d42', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82C54/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:49', null, null); INSERT INTO `oss_file` VALUES ('22944e5ed1a22a5a42c0a5a40bd117de', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD571/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:52', null, null); INSERT INTO `oss_file` VALUES ('229cd828579294132d3c38db58f9ad56', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K4B2G0846-HCH9 2 Gb die on M471B5773DH0-CH9 DIMMs/data.csv', 'admin', '2024-11-05 11:40:11', null, null); INSERT INTO `oss_file` VALUES ('22b3993bbca5a813c24d73ee0f9359e0', 'b012495.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SA28C256ARP/b012495.pdf', 'admin', '2024-11-05 12:46:34', null, null); INSERT INTO `oss_file` VALUES ('22c89ab3498eb9b2c676eed364dc7a90', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/1840RP/data.csv', 'admin', '2024-11-05 10:21:25', null, null); INSERT INTO `oss_file` VALUES ('22c9d064b217f87d7ee54947cf3207a2', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HMC422_Generic PN/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 11:29:49', null, null); INSERT INTO `oss_file` VALUES ('22cdf1fefb133d44420b08ea7d0488f5', 'b051397e.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/QYH580/b051397e.pdf', 'admin', '2024-11-05 12:36:33', null, null); INSERT INTO `oss_file` VALUES ('22dbcc44c2add6b4410866845150ff91', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BAT18,215/data.csv', 'admin', '2024-11-05 11:10:06', null, null); INSERT INTO `oss_file` VALUES ('22e08a6e9f49874d52cffba1f3ad9bb5', 'VdG08MAR_K9F8G08U0A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F8G08U0A/VdG08MAR_K9F8G08U0A.pdf', 'admin', '2024-11-05 11:41:37', null, null); INSERT INTO `oss_file` VALUES ('22ec6b822b2e7e63629b706625839809', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM10/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:16', null, null); INSERT INTO `oss_file` VALUES ('22f3c920721bf29aee3e4e0ad724c798', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GARC3/data.csv', 'admin', '2024-11-05 13:01:58', null, null); INSERT INTO `oss_file` VALUES ('22fdd8ea8b602c83ba4b80d4f63b903b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DVHF2803R3SF/data.csv', 'admin', '2024-11-05 11:21:04', null, null); INSERT INTO `oss_file` VALUES ('2302859626ea096bd93a6c013828e22c', 'no_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/386DXGEY/no_report.pdf', 'admin', '2024-11-05 10:31:32', null, null); INSERT INTO `oss_file` VALUES ('230f57680b2108bec5f937bc4b1ac2b3', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC20DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:13', null, null); INSERT INTO `oss_file` VALUES ('231c27b066da156d752526864fae6a0e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84C56LT1G/data.csv', 'admin', '2024-11-05 11:11:56', null, null); INSERT INTO `oss_file` VALUES ('2326e7006d0dcca1e8aadd9d34ebf9dd', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/0116400JIC-70/random6a.pdf', 'admin', '2024-10-23 17:29:38', null, null); INSERT INTO `oss_file` VALUES ('233205fd82f5b981e991a7c721b7e2d6', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC161/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:35', null, null); INSERT INTO `oss_file` VALUES ('2332fb576f8a93c7c2a1f90542a83bbd', 'T101401_1394.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CS4210A-DK/T101401_1394.pdf', 'admin', '2024-11-05 11:16:36', null, null); INSERT INTO `oss_file` VALUES ('233dde0a08740086de60899b47fc90f0', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL431/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 13:03:38', null, null); INSERT INTO `oss_file` VALUES ('23414f6e49b72faaf92069dd746ece91', 'VdG08OCT_TPS79133.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS79133/VdG08OCT_TPS79133.pdf', 'admin', '2024-11-05 13:05:35', null, null); INSERT INTO `oss_file` VALUES ('2349be9282c24cb480d1de199f010b87', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD822/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 10:59:37', null, null); INSERT INTO `oss_file` VALUES ('238b6a7fc92a59e8ad1f242ebe83f8a5', 'PPM-92-036.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5096/PPM-92-036.pdf', 'admin', '2024-11-05 10:28:56', null, null); INSERT INTO `oss_file` VALUES ('23a23871a5cd5b4fe4006038218b0202', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MX30LF4G18AC - DC1444/data.csv', 'admin', '2024-10-24 12:12:48', null, null); INSERT INTO `oss_file` VALUES ('23ac084a47b86367b760ff9c989af284', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CULPRiT/NSREC03_W10.pdf', 'admin', '2024-11-05 11:17:20', null, null); INSERT INTO `oss_file` VALUES ('23cb316c2cf05e547792aa655e9f1245', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM3914/nsrec00_W21.pdf', 'admin', '2024-11-05 12:28:03', null, null); INSERT INTO `oss_file` VALUES ('23d640bd21cbb4f91a506b302288442d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC2525/data.csv', 'admin', '2024-11-05 10:35:38', null, null); INSERT INTO `oss_file` VALUES ('23ed5e2ee9b4fc16b57823a56be35d85', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4429AJB/data.csv', 'admin', '2024-11-05 12:12:29', null, null); INSERT INTO `oss_file` VALUES ('23f2ddc3f149b0e35c43a9e542f3fe22', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF20100CT/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:07:47', null, null); INSERT INTO `oss_file` VALUES ('23f315d6901e3b70bd2590bad1421693', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV1N3600/data.csv', 'admin', '2024-11-05 11:38:57', null, null); INSERT INTO `oss_file` VALUES ('23f86274d5866129f23df3aeecdebfd0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OLS449/data.csv', 'admin', '2024-10-24 11:50:59', null, null); INSERT INTO `oss_file` VALUES ('240aa063f8f802823c0567ee32982164', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMF-28/data.csv', 'admin', '2024-11-05 12:51:33', null, null); INSERT INTO `oss_file` VALUES ('241c1c5cdd204adddcdf2932f28aa676', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1078/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 12:39:45', null, null); INSERT INTO `oss_file` VALUES ('24341763ecc9859195cca8d53ca6a2f1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SSP21110-25/data.csv', 'admin', '2024-11-05 12:55:41', null, null); INSERT INTO `oss_file` VALUES ('243b9166f28800ef1fd04ba62a41219a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MC708-149/data.csv', 'admin', '2024-11-05 12:08:25', null, null); INSERT INTO `oss_file` VALUES ('243ddf31c5940ed9ebfd8e71c4b26aae', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SA50-28/data.csv', 'admin', '2024-11-05 12:46:37', null, null); INSERT INTO `oss_file` VALUES ('243de8de57ee0f5bbd472872e3087b4c', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2805S/NSREC99.pdf', 'admin', '2024-11-05 12:11:37', null, null); INSERT INTO `oss_file` VALUES ('24476062de22264d097bfc31e8f2e167', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATF22V10/NSREC03_W10.pdf', 'admin', '2024-11-05 11:08:17', null, null); INSERT INTO `oss_file` VALUES ('2455cfd9e017d6b8a1c561932d124114', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FST30100/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:23:20', null, null); INSERT INTO `oss_file` VALUES ('245bd5651ece9af8400f1f38acb4d7fc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MAX14572EUD+/data.csv', 'admin', '2024-10-24 12:22:36', null, null); INSERT INTO `oss_file` VALUES ('2460c32e644a3778dee86acd9c7e87e4', '70194.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108AH/70194.pdf', 'admin', '2024-11-05 11:43:53', null, null); INSERT INTO `oss_file` VALUES ('247ca123700467fb7ab646d929a77d38', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/61055-305 PT/data.csv', 'admin', '2024-11-05 10:40:04', null, null); INSERT INTO `oss_file` VALUES ('247f32d9c027e255dbdcd3a748f44cfd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K7N803601M/data.csv', 'admin', '2024-11-05 11:41:10', null, null); INSERT INTO `oss_file` VALUES ('248fc15bb912b86709fc7248cc00d7fd', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5115/nsrec00_W21.pdf', 'admin', '2024-11-05 10:29:14', null, null); INSERT INTO `oss_file` VALUES ('24a5d03c61fe299408f1798e3ce6eea5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD783/data.csv', 'admin', '2024-11-05 10:57:52', null, null); INSERT INTO `oss_file` VALUES ('24a83d392822ede12416ed62aca0cc6a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX L9A0443/data.csv', 'admin', '2024-11-05 11:24:50', null, null); INSERT INTO `oss_file` VALUES ('24aa16af93bd3114be1480258470faaf', 'T121804_RP21005.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RP21002/T121804_RP21005.pdf', 'admin', '2024-11-05 12:42:37', null, null); INSERT INTO `oss_file` VALUES ('24badf74c88d7106b56bd7d4b220ea2f', 'T101111_MTR28515.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR28515/T101111_MTR28515.pdf', 'admin', '2024-11-05 12:23:14', null, null); INSERT INTO `oss_file` VALUES ('24bcb313c38afa71eed94d64a123a9f4', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD585/nsrec06_W2.pdf', 'admin', '2024-11-05 10:53:31', null, null); INSERT INTO `oss_file` VALUES ('24c4400c74089c36a080fe2066c7d255', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/L6982/data.csv', 'admin', '2024-10-24 12:21:22', null, null); INSERT INTO `oss_file` VALUES ('24ca32d356d7b8c7a54e928c02e8d39a', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC6SLX16/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 13:13:04', null, null); INSERT INTO `oss_file` VALUES ('24ca8446c1052ee28aec94357a1c4043', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ASA2805S/NSREC98.pdf', 'admin', '2024-11-05 11:07:29', null, null); INSERT INTO `oss_file` VALUES ('24d8b6cbbbe99b065ba3eee5564a6ebb', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA10/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 12:33:50', null, null); INSERT INTO `oss_file` VALUES ('24ebb25bcc0cda62495bb00e0d04ffd8', 'NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 7 1700 YD1700BBM88AE/NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf', 'admin', '2024-11-05 12:46:09', null, null); INSERT INTO `oss_file` VALUES ('24f6c954b842ccbef07bcde49e0c7544', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP42/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 12:30:55', null, null); INSERT INTO `oss_file` VALUES ('2515612309488423badd09f31cbd74eb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD5544ARS/data.csv', 'admin', '2024-11-05 10:52:09', null, null); INSERT INTO `oss_file` VALUES ('2532a17a65966e0f474864d511bf8d73', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/R29773/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:16', null, null); INSERT INTO `oss_file` VALUES ('2538d3739d06cfb77c3228668dc736c9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SNV54LVC00AW/data.csv', 'admin', '2024-11-05 12:54:16', null, null); INSERT INTO `oss_file` VALUES ('2548ade67db6b07bbe1fdeca66e60e77', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MG80486DX2-66/ieee95a.pdf', 'admin', '2024-11-05 12:10:54', null, null); INSERT INTO `oss_file` VALUES ('2559e4e3c7b568ef8fb5a591078070fe', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OPA2107SM/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:50', null, null); INSERT INTO `oss_file` VALUES ('2562ce36850593510703b9069fd8746d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADG526A/data.csv', 'admin', '2024-11-05 11:02:32', null, null); INSERT INTO `oss_file` VALUES ('257914fcf241acf74746619d22687562', 'D102506_T111606_53111.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/53111/D102506_T111606_53111.pdf', 'admin', '2024-11-05 10:33:43', null, null); INSERT INTO `oss_file` VALUES ('2584342309cb4b826eea857f01949fb9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OLH349/data.csv', 'admin', '2024-11-05 12:27:25', null, null); INSERT INTO `oss_file` VALUES ('2591c94104f6fd1b3db3354ee47c7e98', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K7/data.csv', 'admin', '2024-11-05 11:40:56', null, null); INSERT INTO `oss_file` VALUES ('25a18936353b32a7934339d8b3f63bcb', 'PPM-95-149.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07A/PPM-95-149.pdf', 'admin', '2024-11-05 12:28:49', null, null); INSERT INTO `oss_file` VALUES ('25a7648ab41f6cbf43f15cb67b362377', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ABT245 Driver/NSREC98.pdf', 'admin', '2024-11-05 10:34:11', null, null); INSERT INTO `oss_file` VALUES ('25aabf53ba146f6e6bc447f5faf43c46', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SN64BCT244/data.csv', 'admin', '2024-11-05 12:53:25', null, null); INSERT INTO `oss_file` VALUES ('25ad7ffca783d9e96d6b842d1bee4d01', '2021-Ryder-TNS-Paper-SET-Epitaxial-Silicon-Diode-20210010229.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/22FDX SRAM-based Line-Monitor Test Vehicle/2021-Ryder-TNS-Paper-SET-Epitaxial-Silicon-Diode-20210010229.pdf', 'admin', '2024-11-05 10:22:34', null, null); INSERT INTO `oss_file` VALUES ('25c42dd589fccd3c0272276e7772f4b3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84-C56,215/data.csv', 'admin', '2024-11-05 11:11:42', null, null); INSERT INTO `oss_file` VALUES ('25d92cb08fb27c65cd462eb70d38b06c', 'LT8610AC TID Test Report.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LT8610AC/LT8610AC TID Test Report.pdf', 'admin', '2024-10-24 12:21:52', null, null); INSERT INTO `oss_file` VALUES ('25dcdee5365dedf916e050fb2bb8f24a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STPS20100/data.csv', 'admin', '2024-11-05 12:56:09', null, null); INSERT INTO `oss_file` VALUES ('25e3c77beeb486f8de2b2c2f0f753082', '263.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ADC128S102/263.pdf', 'admin', '2024-10-24 12:08:31', null, null); INSERT INTO `oss_file` VALUES ('25f0beade81e4482a671b4b4e1035797', '201.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OIER10/201.pdf', 'admin', '2024-10-24 12:00:31', null, null); INSERT INTO `oss_file` VALUES ('25fbf01a34ee1aa119e80234792ccd0a', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5978RH/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:19:18', null, null); INSERT INTO `oss_file` VALUES ('25fc16d7454c3fe2f9a4b466a3b424b7', 'T062507_SA8016.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SA8016/T062507_SA8016.pdf', 'admin', '2024-11-05 12:46:48', null, null); INSERT INTO `oss_file` VALUES ('2605012fa5814de8d9a1c5441a76669e', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Parts - SDRAM/nsrec06_W4.pdf', 'admin', '2024-11-05 13:07:01', null, null); INSERT INTO `oss_file` VALUES ('260e20b27c050cd22d4652d24218bca0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ALS1035/data.csv', 'admin', '2024-11-05 10:38:06', null, null); INSERT INTO `oss_file` VALUES ('26350e0bd3076541617e5e3a43387b2f', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7HP/NSREC03_W10.pdf', 'admin', '2024-11-05 10:44:06', null, null); INSERT INTO `oss_file` VALUES ('263fd102a4be9a4f8628f11b52d2a103', 'l101795a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2690-RD15/l101795a.pdf', 'admin', '2024-11-05 10:23:03', null, null); INSERT INTO `oss_file` VALUES ('2643f79ce8088a9142cc03dd2ba0ad8f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL2430/data.csv', 'admin', '2024-11-05 11:26:59', null, null); INSERT INTO `oss_file` VALUES ('2652a2b6feb5aab6f4140a5c70d3f97e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ACT4468/data.csv', 'admin', '2024-11-05 10:50:03', null, null); INSERT INTO `oss_file` VALUES ('2662a0fe05d4e206c08d4c0293c12216', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HI1-506A/data.csv', 'admin', '2024-11-05 11:28:39', null, null); INSERT INTO `oss_file` VALUES ('2666134a6515ec4b70c1694118e4076d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/KM48C,V8100AS-6/data.csv', 'admin', '2024-11-05 14:16:20', null, null); INSERT INTO `oss_file` VALUES ('26687b90fafb72f8bb4b84811f9ac68d', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84C75/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:12:07', null, null); INSERT INTO `oss_file` VALUES ('266bee37d7814529cec520d15f7cf9d7', '102891_ASICS.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Bus Control ASIC/102891_ASICS.pdf', 'admin', '2024-11-05 11:12:16', null, null); INSERT INTO `oss_file` VALUES ('266d1b79d855163800fa7ab91dbad2de', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/i3-5005U Broadwell 5th Gen Core™/data.csv', 'admin', '2024-11-05 13:16:14', null, null); INSERT INTO `oss_file` VALUES ('2675405a8dcd5b4b6164dd2bd089175d', '136.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66224-105/136.pdf', 'admin', '2024-10-24 11:52:02', null, null); INSERT INTO `oss_file` VALUES ('26824d6db01cfa9b35b1c28393a30a41', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IMME128M64D3DUS8AG-E125/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:34:29', null, null); INSERT INTO `oss_file` VALUES ('2682d3da3f861d9005be3f1d011c2431', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IDT49C460/data.csv', 'admin', '2024-11-05 11:33:40', null, null); INSERT INTO `oss_file` VALUES ('268942efdd2cf6a7ee94f99efbf1731e', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBR1U200P1-7/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:47:46', null, null); INSERT INTO `oss_file` VALUES ('268efe4a07648c080e1bfb11dee0a89c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MWIR-384x288 MCT Focal Plane Array/data.csv', 'admin', '2024-10-24 12:02:15', null, null); INSERT INTO `oss_file` VALUES ('268fc13ebc89e474032c6ea148fca620', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TC4420/data.csv', 'admin', '2024-11-05 13:02:15', null, null); INSERT INTO `oss_file` VALUES ('269b3e2c30c05dba4f3f5138982bb507', 'PPM-99-040.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD783SQ/PPM-99-040.pdf', 'admin', '2024-11-05 10:57:55', null, null); INSERT INTO `oss_file` VALUES ('26ae927b641ca805d0d51c0cef224354', 'nsrec04_marshall.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5AM STC test sample/nsrec04_marshall.pdf', 'admin', '2024-11-05 10:39:21', null, null); INSERT INTO `oss_file` VALUES ('26b4001b8c46893a7990d915a1863876', 'B111600a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD6640/B111600a.pdf', 'admin', '2024-11-05 10:55:39', null, null); INSERT INTO `oss_file` VALUES ('26b96d6d9a96d19bcd38a5b089346df7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54HC4066J/data.csv', 'admin', '2024-11-05 12:53:55', null, null); INSERT INTO `oss_file` VALUES ('26bc91adba91054c4eb0c4e0d4eb9a2f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OLI400/data.csv', 'admin', '2024-11-05 12:27:39', null, null); INSERT INTO `oss_file` VALUES ('26c9434763eaed50ffdf38fda2533b0f', 'tns09_chen.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/tns09_chen.pdf', 'admin', '2024-11-05 11:46:21', null, null); INSERT INTO `oss_file` VALUES ('26c9e887829738e15bc142d857e0ad43', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JT 22V10-10/data.csv', 'admin', '2024-11-05 11:38:50', null, null); INSERT INTO `oss_file` VALUES ('26e6540b459cb85a8923193efd831a15', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SCC-04/NSREC99.pdf', 'admin', '2024-11-05 12:48:09', null, null); INSERT INTO `oss_file` VALUES ('26edab4cb1f5e9ec30e43b9b11242052', 'B030302_LP3470.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP3470 Tiny Power on Reset/B030302_LP3470.pdf', 'admin', '2024-11-05 11:51:31', null, null); INSERT INTO `oss_file` VALUES ('26eeaf9516b1bea091baaeace70ca7fb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MC1717/data.csv', 'admin', '2024-11-05 12:08:18', null, null); INSERT INTO `oss_file` VALUES ('26f9fd0e0443ddae79f7f7487612286f', 'Berg_tns2011.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/Berg_tns2011.pdf', 'admin', '2024-11-05 14:46:55', null, null); INSERT INTO `oss_file` VALUES ('26fb1ce6d6e1a6f8eb8a9350c7353393', 'b092697.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CX2041/b092697.pdf', 'admin', '2024-11-05 11:17:27', null, null); INSERT INTO `oss_file` VALUES ('26fc014e807562dddc388827010cd416', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HN58C1001T15/nsrec05_W23.pdf', 'admin', '2024-11-05 11:30:29', null, null); INSERT INTO `oss_file` VALUES ('270d245b6a124df84cb71a186dfc4c51', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/2N5154/data.csv', 'admin', '2024-10-24 11:48:36', null, null); INSERT INTO `oss_file` VALUES ('2723de52deaa5cfcc1d9adc4ee5c35fc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/9803/data.csv', 'admin', '2024-11-05 10:46:24', null, null); INSERT INTO `oss_file` VALUES ('272bfb43c722876958c697d14ddce5a7', '207.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/STRH100N6FSY3/207.pdf', 'admin', '2024-10-24 12:00:49', null, null); INSERT INTO `oss_file` VALUES ('27378fda02b225955f673e1cd6147009', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS80C320/nsrec05_W5.pdf', 'admin', '2024-11-05 11:20:33', null, null); INSERT INTO `oss_file` VALUES ('273ca821b38480e8c2c46cb2cd7b07c4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Si Nano-Crystal Test Chip/data.csv', 'admin', '2024-11-05 12:58:56', null, null); INSERT INTO `oss_file` VALUES ('275390230b73686dfe06b0973c831812', 'T022204_Motorola.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Si-Nano NVMs/T022204_Motorola.pdf', 'admin', '2024-11-05 12:59:02', null, null); INSERT INTO `oss_file` VALUES ('2761b36e25d4350679af01718ff96179', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBL3040/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:47:12', null, null); INSERT INTO `oss_file` VALUES ('2773a91d2b9782082b81587d37100c9e', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F128G08AJAAAWP-ITZ/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:19:31', null, null); INSERT INTO `oss_file` VALUES ('2784468b26f4e05c51c9be1f6ef0a724', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Snapdragon 820/data.csv', 'admin', '2024-11-05 13:00:58', null, null); INSERT INTO `oss_file` VALUES ('27863d0e1aa90ad2af5b7bd555767d50', 'PPM-95-173.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/PPM-95-173.pdf', 'admin', '2024-11-05 11:51:14', null, null); INSERT INTO `oss_file` VALUES ('278b7104f835bea9a4cd686a6c9f13bb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC273/data.csv', 'admin', '2024-11-05 10:35:52', null, null); INSERT INTO `oss_file` VALUES ('27967f211b39a718edd663173e6cff8f', 'Berg_tns2011.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX2000S/Berg_tns2011.pdf', 'admin', '2024-11-05 12:44:36', null, null); INSERT INTO `oss_file` VALUES ('27a1b3490be1c2beb64f2ce3742d2bd0', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2369/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 10:26:12', null, null); INSERT INTO `oss_file` VALUES ('27b2407f11d0d382644c2d1f16ee847d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Ref - 43/data.csv', 'admin', '2024-11-05 12:45:31', null, null); INSERT INTO `oss_file` VALUES ('27be42b5efa40b89ad7c52bbce283fe3', '155.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH7000-0010/155.pdf', 'admin', '2024-10-24 11:54:00', null, null); INSERT INTO `oss_file` VALUES ('27cd8cbc5363c552243e12cf293d7e63', 'no_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M430105B/no_report.pdf', 'admin', '2024-11-05 11:57:53', null, null); INSERT INTO `oss_file` VALUES ('27cf918007d90cc82a5758a4d594a1cd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/ISL7457SRHF/data.csv', 'admin', '2024-10-24 11:58:39', null, null); INSERT INTO `oss_file` VALUES ('27e98cb64941ee64d1d0551e0e4a2a3e', 'NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SiC IC JFET/NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf', 'admin', '2024-11-05 13:00:15', null, null); INSERT INTO `oss_file` VALUES ('280aeab91283cd761948e57ef8533199', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6400-20/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 11:55:57', null, null); INSERT INTO `oss_file` VALUES ('281d4d74986e59f16dda89b87fe5c077', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PA51M/data.csv', 'admin', '2024-11-05 12:33:55', null, null); INSERT INTO `oss_file` VALUES ('28326847b579ef1db0f0ad81150efb35', '374.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/Xilinx Zynq-7000 AP SoC XC7Z020-CLG484/374.pdf', 'admin', '2024-10-24 12:19:31', null, null); INSERT INTO `oss_file` VALUES ('2838e27b5312ab3a2299e2f296022369', 'i090397.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF+2812D Hamamatsu/i090397.pdf', 'admin', '2024-11-05 12:11:06', null, null); INSERT INTO `oss_file` VALUES ('283f1d5ef70e09a870c756f6787479a4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD549/data.csv', 'admin', '2024-11-05 10:51:49', null, null); INSERT INTO `oss_file` VALUES ('284310ae787d26f445070dd13d68734c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP232TX/data.csv', 'admin', '2024-11-05 12:29:38', null, null); INSERT INTO `oss_file` VALUES ('2843ea1d2acf34ab0b735f6b7e815bb1', 'PPM-97-032.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/REF-43B/PPM-97-032.pdf', 'admin', '2024-11-05 12:38:12', null, null); INSERT INTO `oss_file` VALUES ('284b3962b0f1244182ac1b4926fca056', '188.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH249/188.pdf', 'admin', '2024-11-05 12:27:19', null, null); INSERT INTO `oss_file` VALUES ('284c130d9e7306d73f6efeed14957e30', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/22V10RPFE/data.csv', 'admin', '2024-11-05 10:22:46', null, null); INSERT INTO `oss_file` VALUES ('2852d71d9a13d5fb02be141c5e52d210', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LM4050/data.csv', 'admin', '2024-10-24 12:10:54', null, null); INSERT INTO `oss_file` VALUES ('2852de9ff91ce0c4c4451a14af403b37', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N5096/data.csv', 'admin', '2024-11-05 10:28:56', null, null); INSERT INTO `oss_file` VALUES ('288652f78c320aca5733799f9f3c4929', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PCM A33/data.csv', 'admin', '2024-11-05 12:34:26', null, null); INSERT INTO `oss_file` VALUES ('288edd841b312ee98f605917b4989e94', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/W48C20/data.csv', 'admin', '2024-11-05 13:11:47', null, null); INSERT INTO `oss_file` VALUES ('28950c73f807694d238ff752610175e9', 'b082399a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08/b082399a.pdf', 'admin', '2024-11-05 11:18:06', null, null); INSERT INTO `oss_file` VALUES ('289c04fb1d2b6ce6c165f6f8d47f9f04', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV2N5115/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 11:38:24', null, null); INSERT INTO `oss_file` VALUES ('28a35817ef6cafd7526968519e269037', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CA3080A/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:46', null, null); INSERT INTO `oss_file` VALUES ('28a43b17acf28f23aae4e856f4055ba8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N2369/data.csv', 'admin', '2024-11-05 10:26:12', null, null); INSERT INTO `oss_file` VALUES ('28a5431e402cf80cf7954b8c46b6246d', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM195/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:49:03', null, null); INSERT INTO `oss_file` VALUES ('28a8f8878635e54f5cae358f9b427fca', 'T110909_RTAX2000SX_na.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX2000S/T110909_RTAX2000SX_na.pdf', 'admin', '2024-11-05 12:44:35', null, null); INSERT INTO `oss_file` VALUES ('28bb7149380f2a2cc85d6904ab7529cc', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AFL2803R3S/nsrec05_W23.pdf', 'admin', '2024-11-05 11:05:03', null, null); INSERT INTO `oss_file` VALUES ('28c331bb325a823bde697286de5b586f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT5C1008CW-25/data.csv', 'admin', '2024-11-05 12:22:37', null, null); INSERT INTO `oss_file` VALUES ('28cbcdc3766cf5a2164bbe6c9c6004ec', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/DARA Controller Board RTS - System level testing/data.csv', 'admin', '2024-10-24 12:19:25', null, null); INSERT INTO `oss_file` VALUES ('28d17999cb7ad09760d66261926de1bc', 'SEESYM11_Oldham.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/SEESYM11_Oldham.pdf', 'admin', '2024-11-05 12:21:11', null, null); INSERT INTO `oss_file` VALUES ('28d3216e46ce1813af1d3fb1e815b92d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/PC28F00AM29EWHA/data.csv', 'admin', '2024-10-24 11:48:19', null, null); INSERT INTO `oss_file` VALUES ('28da1226ccb6d4f42c3612a295aa499f', 'L6982 TID Test Report_v01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/L6982/L6982 TID Test Report_v01.pdf', 'admin', '2024-10-24 12:21:43', null, null); INSERT INTO `oss_file` VALUES ('28dbdd0dd103129eeb2c3fef565782c9', 'NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SiC Prototype Differential Amplifier/NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf', 'admin', '2024-11-05 13:00:32', null, null); INSERT INTO `oss_file` VALUES ('28dc19c06e526a24d36d45fffad96baa', 'nsrec2012_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222AJSR/nsrec2012_W6_TID.pdf', 'admin', '2024-11-05 10:25:50', null, null); INSERT INTO `oss_file` VALUES ('28e0f1af505d2ed54b77c4fd1244e511', 'PPM-97-019.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27/PPM-97-019.pdf', 'admin', '2024-11-05 12:29:49', null, null); INSERT INTO `oss_file` VALUES ('28e9c79c9e95725815a280280963765c', 'G06OCT_LTC1419_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1419/G06OCT_LTC1419_TID.pdf', 'admin', '2024-11-05 11:54:09', null, null); INSERT INTO `oss_file` VALUES ('28ed3ad4361eacefbf8d42056413a75c', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5114/NSREC02_W16.pdf', 'admin', '2024-11-05 10:29:06', null, null); INSERT INTO `oss_file` VALUES ('28faeeb2edb8fbeba3cf2688bfc98bb5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7541ATQ/data.csv', 'admin', '2024-11-05 10:56:40', null, null); INSERT INTO `oss_file` VALUES ('290a2f6ecac942c14ffad316020cdd2f', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 10:26:57', null, null); INSERT INTO `oss_file` VALUES ('2910eb1aee543403e51d9702d67eab7a', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP467/nsrec00_W21.pdf', 'admin', '2024-11-05 12:31:13', null, null); INSERT INTO `oss_file` VALUES ('291f3ce803be171296a56db0319a0556', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LXA03T600/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 11:56:44', null, null); INSERT INTO `oss_file` VALUES ('2923d12f77feef401284e45b4d2922ee', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SE5521/data.csv', 'admin', '2024-11-05 12:48:39', null, null); INSERT INTO `oss_file` VALUES ('292ec3ee6164e56d46d43d4bacc6e20b', 'TID_Test_Report_BC817-25,215_NXP-Nexperia.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BC817-25,215/TID_Test_Report_BC817-25,215_NXP-Nexperia.pdf', 'admin', '2024-10-24 12:08:03', null, null); INSERT INTO `oss_file` VALUES ('292fc2292220b72462446f0b16d1b093', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AMD29LV256/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 11:06:02', null, null); INSERT INTO `oss_file` VALUES ('293190dd71d3c84911d08fedb7511460', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LM124AWG-R-QMLV - DC0539A/data.csv', 'admin', '2024-10-24 12:17:11', null, null); INSERT INTO `oss_file` VALUES ('2949d251ac6ea2b6da462db24b9e3890', 'PPM-91-612.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMJ32OC30/PPM-91-612.pdf', 'admin', '2024-11-05 12:52:06', null, null); INSERT INTO `oss_file` VALUES ('29552764bbe983e339cb81b050bda79c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/VRG8663/data.csv', 'admin', '2024-11-05 13:11:10', null, null); INSERT INTO `oss_file` VALUES ('2956a3cecfdd256b9a23e9775841eb27', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM119/nsrec06_W2.pdf', 'admin', '2024-11-05 11:44:56', null, null); INSERT INTO `oss_file` VALUES ('29653c1e7ed9fbdfa34ca8d46b5c4ba2', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8151/NSREC02_W16.pdf', 'admin', '2024-11-05 10:59:23', null, null); INSERT INTO `oss_file` VALUES ('2973a694c79dca37398f444a9e80b032', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TUD89H1B/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 13:06:57', null, null); INSERT INTO `oss_file` VALUES ('2975b2dec5176cb3edb8a6b84d1d465a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC109/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:02', null, null); INSERT INTO `oss_file` VALUES ('29f0adbc741ccfb78dde0fcce6647739', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CO-718S/data.csv', 'admin', '2024-11-05 11:15:27', null, null); INSERT INTO `oss_file` VALUES ('29f3dfa7b5a54d65c766b787eeaabc74', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/C4D40120D/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 14:39:39', null, null); INSERT INTO `oss_file` VALUES ('29f6f6fc80edb8db4ef4a4359d0f98f5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FRL130R3/data.csv', 'admin', '2024-11-05 11:23:01', null, null); INSERT INTO `oss_file` VALUES ('2a0a5f3029013eca928473924ccb67e8', 'T081610_LTC1864L.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7872/T081610_LTC1864L.pdf', 'admin', '2024-11-05 10:58:21', null, null); INSERT INTO `oss_file` VALUES ('2a0e5cfc5113d71485133f9a2f854dcf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RadFET - Field Effect Transistor/data.csv', 'admin', '2024-11-05 12:45:19', null, null); INSERT INTO `oss_file` VALUES ('2a189a93be41bd18c68238ac197e2188', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM11725SMX (OM7646)/nsrec00_W21.pdf', 'admin', '2024-11-05 12:27:51', null, null); INSERT INTO `oss_file` VALUES ('2a234ddd62e4476fa9108a25749777a8', 'nsrec04_marshall.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JAZZ/nsrec04_marshall.pdf', 'admin', '2024-11-05 11:38:44', null, null); INSERT INTO `oss_file` VALUES ('2a254e82552da655aaf271baaec121c5', 'B080100g.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES15ZF/B080100g.pdf', 'admin', '2024-11-05 12:09:28', null, null); INSERT INTO `oss_file` VALUES ('2a26036e2ee6e1c5333a7b61a28e2627', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SHD3166/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:10', null, null); INSERT INTO `oss_file` VALUES ('2a30230ad101c8a8f5496f1e38518a42', 'D040402_HV583.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HV583/D040402_HV583.pdf', 'admin', '2024-11-05 11:32:36', null, null); INSERT INTO `oss_file` VALUES ('2a31d593ea2e8d5052ed40b613bde554', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADF4252/data.csv', 'admin', '2024-11-05 11:02:07', null, null); INSERT INTO `oss_file` VALUES ('2a41eb3af4e620235145642cfd8c9dde', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7854/nsrec01_W15.pdf', 'admin', '2024-11-05 10:58:11', null, null); INSERT INTO `oss_file` VALUES ('2a4443f5ff4981bd7c497053c44159da', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC191/data.csv', 'admin', '2024-11-05 10:35:17', null, null); INSERT INTO `oss_file` VALUES ('2a47578c90b0c706f71d823100c2b9c2', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACQT08/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:46', null, null); INSERT INTO `oss_file` VALUES ('2a47641673528ecec2fa74180ebb11df', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/88C30/data.csv', 'admin', '2024-11-05 10:45:49', null, null); INSERT INTO `oss_file` VALUES ('2a54618b0edaf87cfc420c8c3f62cb82', '147.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HCPL5701/147.pdf', 'admin', '2024-10-24 11:53:12', null, null); INSERT INTO `oss_file` VALUES ('2a5d788af33a14bc5f2c3c0e5efede02', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RM124/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 12:42:00', null, null); INSERT INTO `oss_file` VALUES ('2a5d7ead012815d2d340d9436830febb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MG80486DA266/data.csv', 'admin', '2024-11-05 12:10:41', null, null); INSERT INTO `oss_file` VALUES ('2a61bc85cc2b92162711987d3b5b274a', '220.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LTC2052HV/220.pdf', 'admin', '2024-10-24 12:02:24', null, null); INSERT INTO `oss_file` VALUES ('2a6d6671810c9f8e82bb4bac8345ed88', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/80387/nsrec04_SEE.pdf', 'admin', '2024-11-05 10:44:48', null, null); INSERT INTO `oss_file` VALUES ('2a6fc46c9303fd52ab9afef7576c2b67', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TLK2711-SP/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 13:04:34', null, null); INSERT INTO `oss_file` VALUES ('2a8fc1488c1c16b13264fa51d6bc625b', 'T022210_AD7872.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7872ARPFS/T022210_AD7872.pdf', 'admin', '2024-11-05 10:44:00', null, null); INSERT INTO `oss_file` VALUES ('2a96b30c1495b88fd32cdf4a54ee129c', 'SEE_00640_02 corrected heavy ions Micron PC28F00Am29EW.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/PC28F00AM29EW/SEE_00640_02 corrected heavy ions Micron PC28F00Am29EW.pdf', 'admin', '2024-10-24 12:13:13', null, null); INSERT INTO `oss_file` VALUES ('2abf84a06c2819c7c9a456e5608bb9bc', 'TID_Test_Report_BC857B,215_NXP-Nexperia.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BC857B,215/TID_Test_Report_BC857B,215_NXP-Nexperia.pdf', 'admin', '2024-10-24 12:07:50', null, null); INSERT INTO `oss_file` VALUES ('2abfa29eb7bdb621264a5e0c863d8b8f', 'nsrec2012_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/53111/nsrec2012_W6_TID.pdf', 'admin', '2024-11-05 10:33:44', null, null); INSERT INTO `oss_file` VALUES ('2ac039c100b67c3a5891550f7eb75909', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7872/data.csv', 'admin', '2024-11-05 10:43:53', null, null); INSERT INTO `oss_file` VALUES ('2ac79fcfa7b9765a7e7fb73189ba40d3', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/QCPL6637/nsrec00_W22.pdf', 'admin', '2024-11-05 12:36:13', null, null); INSERT INTO `oss_file` VALUES ('2ad751567a273fda2150978caf40881f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/66099/data.csv', 'admin', '2024-11-05 10:41:09', null, null); INSERT INTO `oss_file` VALUES ('2adaae35972c51ea5327926b302cae70', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD6640/nsrec01_W15.pdf', 'admin', '2024-11-05 10:55:40', null, null); INSERT INTO `oss_file` VALUES ('2adc2c87f00b82c7276c3b1d736920b4', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5097/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:26', null, null); INSERT INTO `oss_file` VALUES ('2ae4e1d54e3e2b7c7158381602a29ae1', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC245/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:10', null, null); INSERT INTO `oss_file` VALUES ('2aef29e82d57599cfdb9aef25c847971', '265.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BFY640B/265.pdf', 'admin', '2024-10-24 12:08:39', null, null); INSERT INTO `oss_file` VALUES ('2af7ead1fcf20b86c84f91af969ac92f', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MPF300T-FCG1152 (PolarFire)/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:13:36', null, null); INSERT INTO `oss_file` VALUES ('2b07a90921c0f36dc1002d50782472a2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/IDW10G120C5BFKSA1/data.csv', 'admin', '2024-10-24 12:02:45', null, null); INSERT INTO `oss_file` VALUES ('2b15b98d12fa29329225ab29d175af9f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD674AT/data.csv', 'admin', '2024-11-05 10:55:54', null, null); INSERT INTO `oss_file` VALUES ('2b1c19205eaf17a52e1506dfbb6d048a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M54HC4020YBF/data.csv', 'admin', '2024-11-05 11:58:16', null, null); INSERT INTO `oss_file` VALUES ('2b232de55503e73ff30644439707de94', 'PPM-95-145.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1021-10/PPM-95-145.pdf', 'admin', '2024-11-05 11:52:59', null, null); INSERT INTO `oss_file` VALUES ('2b25e7ca3f55b071254b5da4299f2a57', 'PPM-91-268.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM160/PPM-91-268.pdf', 'admin', '2024-11-05 11:48:45', null, null); INSERT INTO `oss_file` VALUES ('2b342873226ddf0556062ba4ee40bd80', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX724ECK/data.csv', 'admin', '2024-11-05 12:00:58', null, null); INSERT INTO `oss_file` VALUES ('2b37e11133e162ef6109ecb41fd7d39b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF198/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:14', null, null); INSERT INTO `oss_file` VALUES ('2b4130c8e598161471a2f1e4bf3e7ce8', '132.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SHAMROC Phase 1 ADC/132.pdf', 'admin', '2024-10-24 11:51:40', null, null); INSERT INTO `oss_file` VALUES ('2b4ad966fd0aa53f64085678cd469a2f', 'i090397.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OD880WJ/i090397.pdf', 'admin', '2024-11-05 12:26:58', null, null); INSERT INTO `oss_file` VALUES ('2b4f62f0ec3f8bd25ba88fbb7bc6b15c', 'b080393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CT1487D/b080393.pdf', 'admin', '2024-11-05 11:17:03', null, null); INSERT INTO `oss_file` VALUES ('2b78a738637a520dd8e708514b1173f3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/Xilinx Zynq-7000 AP SoC XC7Z045-2FFG900/data.csv', 'admin', '2024-10-24 12:19:15', null, null); INSERT INTO `oss_file` VALUES ('2b9da42c41903cfca62d534d990c9b8c', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TGL4302/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 13:02:49', null, null); INSERT INTO `oss_file` VALUES ('2bb00249be4b5689964748892a7afbc7', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DSS17-06/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:20:53', null, null); INSERT INTO `oss_file` VALUES ('2bb9714b53642dc23dda85b998449b6e', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2060/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:03:40', null, null); INSERT INTO `oss_file` VALUES ('2bbc70e03ba449194453c47c08dd4cff', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - IP Serial Driver/NSREC99.pdf', 'admin', '2024-11-05 13:10:09', null, null); INSERT INTO `oss_file` VALUES ('2bc976b6fa2158a1c527ab065a0164c9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC109/data.csv', 'admin', '2024-11-05 14:27:02', null, null); INSERT INTO `oss_file` VALUES ('2bd30dd48ab80ab4854909b212393f40', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BAT18,215/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:10:07', null, null); INSERT INTO `oss_file` VALUES ('2bd9aa47897ef4f50c3946894a9d398f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BC857/data.csv', 'admin', '2024-10-24 12:07:05', null, null); INSERT INTO `oss_file` VALUES ('2be68eef9eca6641e8bff8b38f304dc6', 'T061703_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX1809/T061703_GLAST.pdf', 'admin', '2024-11-05 11:59:03', null, null); INSERT INTO `oss_file` VALUES ('2bfe102fdf1bc08626c4b8c3ff7ad611', '301.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/NOPB/301.pdf', 'admin', '2024-10-24 12:12:22', null, null); INSERT INTO `oss_file` VALUES ('2c01ae7967b5dfb5a49c6a389b6837b7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MU-PA250B/data.csv', 'admin', '2024-11-05 12:23:34', null, null); INSERT INTO `oss_file` VALUES ('2c044d52e7656d06e772e6f6691a77eb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT74LMQB/data.csv', 'admin', '2024-11-05 10:37:01', null, null); INSERT INTO `oss_file` VALUES ('2c107e4a57999b1a9cf6acd136d088fb', 'b092296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AM7968/b092296.pdf', 'admin', '2024-11-05 11:05:47', null, null); INSERT INTO `oss_file` VALUES ('2c1b5943f43a6eed8262208bf28adb6e', 'PPM-99-008.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX536/PPM-99-008.pdf', 'admin', '2024-11-05 12:23:39', null, null); INSERT INTO `oss_file` VALUES ('2c3a2efc4afd2daf5af46658708e8e17', 'VdG08DEC_2N2222.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/VdG08DEC_2N2222.pdf', 'admin', '2024-11-05 10:24:50', null, null); INSERT INTO `oss_file` VALUES ('2c3ed37c0b76697218fd41542b62c9c0', 'T032703_DV.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DVTR2815D-R/T032703_DV.pdf', 'admin', '2024-11-05 11:21:11', null, null); INSERT INTO `oss_file` VALUES ('2c4bab69ffa73462c045214a0f32ab53', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT4CM4B1DW/data.csv', 'admin', '2024-11-05 12:22:34', null, null); INSERT INTO `oss_file` VALUES ('2c66d15c66cbe9fabd54bb876c8290e3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SBR160S23/data.csv', 'admin', '2024-11-05 12:47:43', null, null); INSERT INTO `oss_file` VALUES ('2c8c2d05a9c3c1a2775ee29bd0b75409', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PA10/data.csv', 'admin', '2024-11-05 12:33:50', null, null); INSERT INTO `oss_file` VALUES ('2c91658e294148d362fd9deb61a7bdda', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84C75/data.csv', 'admin', '2024-11-05 11:12:07', null, null); INSERT INTO `oss_file` VALUES ('2caf3a03b94c09007db1a8f1a55cd95b', 'G06JUL_TL431_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL431/G06JUL_TL431_TID.pdf', 'admin', '2024-11-05 13:03:39', null, null); INSERT INTO `oss_file` VALUES ('2cb2a0848807b0ac3ffeafa13571cfd6', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/B/ieee95a.pdf', 'admin', '2024-11-05 12:10:33', null, null); INSERT INTO `oss_file` VALUES ('2cc632ecd82000165126b904623100a1', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/70V25/random6a.pdf', 'admin', '2024-11-05 10:42:43', null, null); INSERT INTO `oss_file` VALUES ('2cc9641ab621d28c81e970dfede72efb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/43G9240/data.csv', 'admin', '2024-11-05 10:31:55', null, null); INSERT INTO `oss_file` VALUES ('2cd349666f215536e82a6c7b95b675a2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HA2620/data.csv', 'admin', '2024-11-05 11:26:12', null, null); INSERT INTO `oss_file` VALUES ('2cd4603ef754b8cbccd951c3f4840000', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/V5QV/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 13:10:42', null, null); INSERT INTO `oss_file` VALUES ('2cd5a1574ff740530ba251e84828f2fc', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:39:07', null, null); INSERT INTO `oss_file` VALUES ('2cf15d68b9f369ded4f08436f74a9a65', 'G06JUL_AD584_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD584/G06JUL_AD584_TID.pdf', 'admin', '2024-11-05 10:53:18', null, null); INSERT INTO `oss_file` VALUES ('2cfaf338000f807c8ed4a12c45aab17c', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LX25_XC4VLX25-10FF668/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:56:16', null, null); INSERT INTO `oss_file` VALUES ('2cfec82fec7c1fabf4cb811142ad5657', 'D020102_Emcore.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTX8501/D020102_Emcore.pdf', 'admin', '2024-11-05 12:23:21', null, null); INSERT INTO `oss_file` VALUES ('2d00cdc355021e9ca58dce921c074fc6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD9042ASTZ/data.csv', 'admin', '2024-10-24 11:51:31', null, null); INSERT INTO `oss_file` VALUES ('2d07a7f341bdf5b9f765f70d5fe6e590', 'D04NOV_C2LED.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Custom C-2 LED InGaN blue/D04NOV_C2LED.pdf', 'admin', '2024-11-05 11:17:38', null, null); INSERT INTO `oss_file` VALUES ('2d163e4a508d15b916576a554ad61105', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GAFE7/nsrec04_SEE.pdf', 'admin', '2024-11-05 13:01:52', null, null); INSERT INTO `oss_file` VALUES ('2d3cb9ed0c9a302ba3be1c2ea096560a', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH249/nsrec00_W22.pdf', 'admin', '2024-11-05 12:27:19', null, null); INSERT INTO `oss_file` VALUES ('2d3dee7e70c2a68aff3d9026c8b3d426', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F8G08U0A/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 11:41:37', null, null); INSERT INTO `oss_file` VALUES ('2d43aed327cfbd0f12bd939030e02f34', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DQ28C256/data.csv', 'admin', '2024-11-05 11:19:39', null, null); INSERT INTO `oss_file` VALUES ('2d61c08956c139e4ac53a05108999e21', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4429/data.csv', 'admin', '2024-11-05 10:31:57', null, null); INSERT INTO `oss_file` VALUES ('2d6fdb5b7540b0890b3d4503176aa42c', '112.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH7000/112.pdf', 'admin', '2024-10-24 11:49:53', null, null); INSERT INTO `oss_file` VALUES ('2d75292f32c1c111452f74d2fd5768a7', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS1803/nsrec00_W21.pdf', 'admin', '2024-11-05 11:20:03', null, null); INSERT INTO `oss_file` VALUES ('2d7f19837622e9b44481276617ce2b95', '321.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/STP24NF10/321.pdf', 'admin', '2024-10-24 12:14:19', null, null); INSERT INTO `oss_file` VALUES ('2d8e6d05437633f755b6bde16b6bc2ef', '2017-Wilcox-Austin-TR-16-011-16-012-DDR2-2017Oct02-20220000613.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IS46DR16640B-25DBA25/2017-Wilcox-Austin-TR-16-011-16-012-DDR2-2017Oct02-20220000613.pdf', 'admin', '2024-11-05 11:36:11', null, null); INSERT INTO `oss_file` VALUES ('2da0d986c3f9e118415152425e851bcf', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CCD486/NSREC02_W16.pdf', 'admin', '2024-11-05 11:13:05', null, null); INSERT INTO `oss_file` VALUES ('2da8cca74620de944af7525372278bc0', 'PPM-91-710.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7541ATQ/PPM-91-710.pdf', 'admin', '2024-11-05 10:56:40', null, null); INSERT INTO `oss_file` VALUES ('2dacd60fff6908a0edc0b61a713e5863', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-6731/nsrec06_W2.pdf', 'admin', '2024-11-05 11:26:40', null, null); INSERT INTO `oss_file` VALUES ('2dca259d6ed99a3d83205290191b9e8b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SG1644/data.csv', 'admin', '2024-11-05 12:50:17', null, null); INSERT INTO `oss_file` VALUES ('2ddc403db989f0a7bf87a4ee6a81a89f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SBR30300/data.csv', 'admin', '2024-11-05 12:48:03', null, null); INSERT INTO `oss_file` VALUES ('2de15347ef65be9ad2e6eb36289e9c20', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF20100CT/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:07:47', null, null); INSERT INTO `oss_file` VALUES ('2dfc5a2a5542a230bb794d948dafda04', 'NEPP-TR-2013-Lauenstein-13-033-C4D40120D-2013May-SiC-Cree-Schottky-Diode-TN39790.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/C4D40120D/NEPP-TR-2013-Lauenstein-13-033-C4D40120D-2013May-SiC-Cree-Schottky-Diode-TN39790.pdf', 'admin', '2024-11-05 11:12:45', null, null); INSERT INTO `oss_file` VALUES ('2e054e44f462364b8019c7f3c5db146e', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F16G08ABABAWP/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 12:19:54', null, null); INSERT INTO `oss_file` VALUES ('2e11672bf08b2490ee986bf66dc50d87', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400/nsrec05_W23.pdf', 'admin', '2024-11-05 12:30:38', null, null); INSERT INTO `oss_file` VALUES ('2e153be66fdc4e55c8938473d141a887', 'B053102_IRF640.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRF640/B053102_IRF640.pdf', 'admin', '2024-11-05 11:34:53', null, null); INSERT INTO `oss_file` VALUES ('2e19582c5547e6ae4df44a6dc8410e2f', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AHE2815/b110994.pdf', 'admin', '2024-11-05 11:05:30', null, null); INSERT INTO `oss_file` VALUES ('2e22e8ffad1a89bb59405a9efc67fd44', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM158AJRQMLV/data.csv', 'admin', '2024-11-05 11:48:42', null, null); INSERT INTO `oss_file` VALUES ('2e2c0276411683a58e0786a7349baa5d', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LXA03T600/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:56:44', null, null); INSERT INTO `oss_file` VALUES ('2e2ec22f1cf123dc46d38d59f50aaf7c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown 0.5 �m CMOS QWIP Array and ROIC/data.csv', 'admin', '2024-11-05 13:10:25', null, null); INSERT INTO `oss_file` VALUES ('2e2ff31d1d75e4367ae085fe13798dd3', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MD82C59A/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:10', null, null); INSERT INTO `oss_file` VALUES ('2e38611d44860b63d2e2c8f2c41dcfb5', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Vehicle 45 nm SOI CMOS Latches/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 13:07:45', null, null); INSERT INTO `oss_file` VALUES ('2e49c9e6c77c5bf195be6215ec89a7a4', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MCM516400J60/DRAM296.pdf', 'admin', '2024-11-05 12:08:51', null, null); INSERT INTO `oss_file` VALUES ('2e4ccdfc26bba603a6127452e8200c68', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CS5012A/data.csv', 'admin', '2024-11-05 11:16:48', null, null); INSERT INTO `oss_file` VALUES ('2e5930647fc56ec9fe2022e8c6421a9c', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 10:26:58', null, null); INSERT INTO `oss_file` VALUES ('2e6860ad185789e34ea96ffca6a7b569', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM5116400/random6a.pdf', 'admin', '2024-11-05 11:28:56', null, null); INSERT INTO `oss_file` VALUES ('2e6e4c428a01a0cacd7428195326644e', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NXPS20H100CX/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:26:38', null, null); INSERT INTO `oss_file` VALUES ('2e729699bc9071fa52ae48d13b7a96fd', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS4045C/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:57:05', null, null); INSERT INTO `oss_file` VALUES ('2e7f62d74fdefea063c153dfe75bd561', '111491.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/80386/111491.pdf', 'admin', '2024-11-05 10:44:30', null, null); INSERT INTO `oss_file` VALUES ('2e93c453a6ff03b6bb1df7066ee62dee', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8151/NSREC03_W10.pdf', 'admin', '2024-11-05 10:59:22', null, null); INSERT INTO `oss_file` VALUES ('2e9f491ade31bcfabbf9feda98769fdf', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54ABT16244WD/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:53:50', null, null); INSERT INTO `oss_file` VALUES ('2eb6cadc165b6638b8f0a3d81421e202', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/i5-6600K Skylake 6th Gen Core™/data.csv', 'admin', '2024-11-05 13:16:29', null, null); INSERT INTO `oss_file` VALUES ('2ebadf8ebada6cb0f1ae791daf65d372', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K4F660812/data.csv', 'admin', '2024-11-05 11:40:22', null, null); INSERT INTO `oss_file` VALUES ('2ed7c41af96e8a2ca9ccd31dc4efd018', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD780/data.csv', 'admin', '2024-11-05 10:57:32', null, null); INSERT INTO `oss_file` VALUES ('2eda02ca4db4dc2be054b33bf4ecfccf', 'T041711_AD8465.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8465/T041711_AD8465.pdf', 'admin', '2024-11-05 11:00:02', null, null); INSERT INTO `oss_file` VALUES ('2ee924d81fcf3390767fe47561d8f00d', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/74FCT163374/ieee95a.pdf', 'admin', '2024-11-05 10:43:28', null, null); INSERT INTO `oss_file` VALUES ('2eee46dfab80e421a0d89b45ecbf96a2', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4651/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:00:02', null, null); INSERT INTO `oss_file` VALUES ('2ef3ef12ae357fd4c1e38697d5c19655', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/GR718A - DC1411/data.csv', 'admin', '2024-10-24 12:15:22', null, null); INSERT INTO `oss_file` VALUES ('2f03911d32dbdff47044269a97d48355', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AHE2815/NSREC98.pdf', 'admin', '2024-11-05 11:05:30', null, null); INSERT INTO `oss_file` VALUES ('2f0751e496d44d47ae60dc619988d734', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HS9-139RH/data.csv', 'admin', '2024-10-24 12:09:09', null, null); INSERT INTO `oss_file` VALUES ('2f0df2bd51626a4e015e0e51214712f0', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6651/NSREC99.pdf', 'admin', '2024-11-05 10:41:35', null, null); INSERT INTO `oss_file` VALUES ('2f1517fa34f83b6e6210cabc4a2ca2b3', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADV202/nsrec06_W2.pdf', 'admin', '2024-11-05 11:03:39', null, null); INSERT INTO `oss_file` VALUES ('2f25b5faa23bf8929d6ebafd66ed6358', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/UC2843 and UC2845/data.csv', 'admin', '2024-10-24 12:06:44', null, null); INSERT INTO `oss_file` VALUES ('2f25faf498543a1a24b18edd8ac01532', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N3501/data.csv', 'admin', '2024-11-05 11:37:42', null, null); INSERT INTO `oss_file` VALUES ('2f2b8b2bfc0bd00cfc2313a5c2abac3f', '330.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ADS1278/330.pdf', 'admin', '2024-10-24 12:15:08', null, null); INSERT INTO `oss_file` VALUES ('2f4954ab063dd97578fd6409ac7c5148', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NC7SZ74/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:25:59', null, null); INSERT INTO `oss_file` VALUES ('2f4d60f95e4226f1bc68ab3cae02d144', 'VdG10DEC_MSK5900.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5900/VdG10DEC_MSK5900.pdf', 'admin', '2024-11-05 12:18:52', null, null); INSERT INTO `oss_file` VALUES ('2f584f555f756934d2724ef270b7a0e6', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N2905AL/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:21', null, null); INSERT INTO `oss_file` VALUES ('2f58782ef223a72769e4d239ba5127ed', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7201T/random6a.pdf', 'admin', '2024-11-05 10:42:50', null, null); INSERT INTO `oss_file` VALUES ('2f66a709dc46b39c402becb40de6c444', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2369/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:26:13', null, null); INSERT INTO `oss_file` VALUES ('2f8146849d7e3cfbccf1d47a38844c14', 'B080100h.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX313/B080100h.pdf', 'admin', '2024-11-05 11:59:21', null, null); INSERT INTO `oss_file` VALUES ('2f8fe5f756a402c3ad681de07cac1d4a', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20100CT/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:02:33', null, null); INSERT INTO `oss_file` VALUES ('2f938f5acf17c1ee15a2ada635d83fc2', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS60SM200C/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:57:35', null, null); INSERT INTO `oss_file` VALUES ('2fb383dede6cae3704b6ef9ab51a656b', '208.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADG704/208.pdf', 'admin', '2024-11-05 11:02:39', null, null); INSERT INTO `oss_file` VALUES ('2fbb6bdc0d3eae086c0d7af42ea90036', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4424/nsrec00_W21.pdf', 'admin', '2024-11-05 12:12:13', null, null); INSERT INTO `oss_file` VALUES ('2fbd9f126ef093a84d8e570b3404b9bd', 'PPM-99-032.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA07M/PPM-99-032.pdf', 'admin', '2024-11-05 12:33:34', null, null); INSERT INTO `oss_file` VALUES ('2fc1e38e20b058eadb905a6397e846e6', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1706/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:55', null, null); INSERT INTO `oss_file` VALUES ('2fc5cd533a95da5fc4ef9b7543b5957b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SIDECAR ASIC/data.csv', 'admin', '2024-11-05 12:51:04', null, null); INSERT INTO `oss_file` VALUES ('2fc9be5e202849317ab947666571e9f0', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5096/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:28', null, null); INSERT INTO `oss_file` VALUES ('2fcac9be925f15adc06311481a3757d6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FS-PM-6811/data.csv', 'admin', '2024-11-05 11:23:08', null, null); INSERT INTO `oss_file` VALUES ('2fcd8f285236cd0e29718f3e6543b9a5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD581/data.csv', 'admin', '2024-11-05 10:53:09', null, null); INSERT INTO `oss_file` VALUES ('2fda3632ac36814e3507c680cdf0191b', 'PPM-91-442.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC245/PPM-91-442.pdf', 'admin', '2024-11-05 10:35:33', null, null); INSERT INTO `oss_file` VALUES ('2fdcb1596e8c03a110056b48d5fb30b4', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54ABT245AJ/NSREC98.pdf', 'admin', '2024-11-05 12:53:53', null, null); INSERT INTO `oss_file` VALUES ('2fe41937fcb2f076dc11e83fc797dcca', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - HV-Unidig Driver/data.csv', 'admin', '2024-11-05 13:10:04', null, null); INSERT INTO `oss_file` VALUES ('2fe85b372012027ee265a32177f55a29', 'b022196.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/H30466A-21/b022196.pdf', 'admin', '2024-11-05 11:25:53', null, null); INSERT INTO `oss_file` VALUES ('2fee47edbdf67b238c9713e94e6de96e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SJEP170R550/data.csv', 'admin', '2024-11-05 12:51:10', null, null); INSERT INTO `oss_file` VALUES ('2ff2c58472402a9b4fd7a0fd35c32199', 'B092700c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4528/B092700c.pdf', 'admin', '2024-11-05 11:59:39', null, null); INSERT INTO `oss_file` VALUES ('2ffa9d6b0ce9772f6928c44049a7eef1', 'NEPP-TR-2017-Berg-Final-NEPPweb-TR-16-003_16-032-RT4G150-TN44754.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RT4G150-CB1657PROTO/NEPP-TR-2017-Berg-Final-NEPPweb-TR-16-003_16-032-RT4G150-TN44754.pdf', 'admin', '2024-11-05 12:44:02', null, null); INSERT INTO `oss_file` VALUES ('3000be56943caa5e27b7f9ecbdf912b3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/CCD204/data.csv', 'admin', '2024-10-24 12:09:17', null, null); INSERT INTO `oss_file` VALUES ('3002d663a59e17b4cc34e73d6d007cca', 'VdG10JUN_2N3700.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3700/VdG10JUN_2N3700.pdf', 'admin', '2024-11-05 10:27:38', null, null); INSERT INTO `oss_file` VALUES ('301b751e1880835fff5b0a8897fec1cb', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADC0808MJB/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:52', null, null); INSERT INTO `oss_file` VALUES ('302f233f80bfafad83a0f289ed6ff954', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 10:54:10', null, null); INSERT INTO `oss_file` VALUES ('3044536f1d8573c59b27d8ca262b2667', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SPT7760/data.csv', 'admin', '2024-11-05 12:54:41', null, null); INSERT INTO `oss_file` VALUES ('3052370138ea33e5b4deaacf92e38630', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAM/data.csv', 'admin', '2024-11-05 12:36:56', null, null); INSERT INTO `oss_file` VALUES ('305e54a49011a0e98f2af9964e461bd7', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117K/nsrec00_W21.pdf', 'admin', '2024-11-05 11:44:41', null, null); INSERT INTO `oss_file` VALUES ('306b6162574996c753d2d43456aafa23', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MMBD1501A/data.csv', 'admin', '2024-11-05 12:12:34', null, null); INSERT INTO `oss_file` VALUES ('306b8dda7cde80f9194cb4cf120d908c', 'PPM-93-078.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/8002300/PPM-93-078.pdf', 'admin', '2024-11-05 10:44:24', null, null); INSERT INTO `oss_file` VALUES ('30767cd1c63f7a7233f86aa470a85c56', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IMP50E10/random6a.pdf', 'admin', '2024-11-05 11:34:35', null, null); INSERT INTO `oss_file` VALUES ('307999725be5734ee6a445572d7e0763', 'I103003_RHrFPGA_Honeywell.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHrFPGA/I103003_RHrFPGA_Honeywell.pdf', 'admin', '2024-11-05 12:41:50', null, null); INSERT INTO `oss_file` VALUES ('3085ac1aee560ae108e4c3349d6bab7d', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BUY25CS54A/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 11:11:13', null, null); INSERT INTO `oss_file` VALUES ('308c7bf32a386c65f7aa49107be35b95', 'PPM-96-008.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CLR79/PPM-96-008.pdf', 'admin', '2024-11-05 11:14:37', null, null); INSERT INTO `oss_file` VALUES ('309025b7aa114bc3f2dea9745b0a75db', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:25:21', null, null); INSERT INTO `oss_file` VALUES ('3099a4cfc622024781ed453a6cac4a8a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N5196/data.csv', 'admin', '2024-11-05 10:30:10', null, null); INSERT INTO `oss_file` VALUES ('30b46ad7346d223a1b25e277dc146d2c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/Centronic OSD15-5T photodiode ST RHFL4913A Voltage Regulator Hamamatsu G8340-22 InGaAs PIN photodiode (with preamplifier) and the MAX3268 Amplifier/data.csv', 'admin', '2024-10-24 12:10:17', null, null); INSERT INTO `oss_file` VALUES ('30be18d367a931b6252912da32a4d894', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OLH149/data.csv', 'admin', '2024-11-05 12:27:11', null, null); INSERT INTO `oss_file` VALUES ('30ce8634c38a8e0062cf1d4c734e578e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/011640 0PTIC-70/data.csv', 'admin', '2024-10-23 17:20:25', null, null); INSERT INTO `oss_file` VALUES ('30d046d69b84a9f79801ca24c871810d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LISA-AEI-PRDS-RP-002/data.csv', 'admin', '2024-10-24 12:20:00', null, null); INSERT INTO `oss_file` VALUES ('30d0ce271b91781f96be83d565dc2998', 'PPM-97-049.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2880/PPM-97-049.pdf', 'admin', '2024-11-05 10:26:35', null, null); INSERT INTO `oss_file` VALUES ('30fd5354b7786b189bd8708ab5f15c1a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/REF-10/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:19', null, null); INSERT INTO `oss_file` VALUES ('31065731a0ecb8c4c1552a9cd960d708', 'b022497b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAMN1R1/b022497b.pdf', 'admin', '2024-11-05 12:37:18', null, null); INSERT INTO `oss_file` VALUES ('310b6c0c707bbc19317fbdaac0fa10fd', 'dcdc95.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2812S/dcdc95.pdf', 'admin', '2024-11-05 12:10:02', null, null); INSERT INTO `oss_file` VALUES ('31158fedcff5f3780baadf7e343bda9a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84C47-7-F/data.csv', 'admin', '2024-11-05 11:11:49', null, null); INSERT INTO `oss_file` VALUES ('3117beac82df52b9a092ac3da413266e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CJ28C256/data.csv', 'admin', '2024-11-05 11:14:11', null, null); INSERT INTO `oss_file` VALUES ('31183fdcd37ef9188b75a6f61ac0d640', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX6021/nsrec06_W2.pdf', 'admin', '2024-11-05 12:00:47', null, null); INSERT INTO `oss_file` VALUES ('3122b81fe5360451847f6649ac957e05', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7984/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 10:58:47', null, null); INSERT INTO `oss_file` VALUES ('313ffef9d46cce5c024c46bf0ba7c339', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRUH330/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 11:35:42', null, null); INSERT INTO `oss_file` VALUES ('31594e97d52969fc239035fed24d33ef', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC00/data.csv', 'admin', '2024-11-05 10:34:30', null, null); INSERT INTO `oss_file` VALUES ('316e8ceca6edf18cf2449254aacdfc81', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4617/data.csv', 'admin', '2024-11-05 11:59:56', null, null); INSERT INTO `oss_file` VALUES ('3173c4da9dcd8160369c7d1a55069c0b', 'PPM-95-160.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM158/PPM-95-160.pdf', 'admin', '2024-11-05 11:48:29', null, null); INSERT INTO `oss_file` VALUES ('3173d771e98ea20982a498f4aa13fa5c', '253.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BC847BLT3G/253.pdf', 'admin', '2024-10-24 12:07:30', null, null); INSERT INTO `oss_file` VALUES ('3191bde86391fddee018a1e165bdd53e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Mii53258/data.csv', 'admin', '2024-11-05 12:25:01', null, null); INSERT INTO `oss_file` VALUES ('3194e215682ffa7ae94fc21265e11630', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR60100/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:06:21', null, null); INSERT INTO `oss_file` VALUES ('3197f3d34265be1dd817b66765685250', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4427/ieee95a.pdf', 'admin', '2024-11-05 12:12:19', null, null); INSERT INTO `oss_file` VALUES ('319d4a660d9a0b2ea239a5de9226b933', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD565ASH/data.csv', 'admin', '2024-11-05 10:52:35', null, null); INSERT INTO `oss_file` VALUES ('31afba99130ce70c33480a225cbcaee8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/GR740 System on chip/data.csv', 'admin', '2024-10-24 12:06:30', null, null); INSERT INTO `oss_file` VALUES ('31b0230748fcb2adda16cdd0b59b7e01', '2016-Campola-NEPP-TR-16-021-16-022-2N2222-2N2907-TID-2016July11-TN41076_v2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907/2016-Campola-NEPP-TR-16-021-16-022-2N2222-2N2907-TID-2016July11-TN41076_v2.pdf', 'admin', '2024-11-05 10:26:59', null, null); INSERT INTO `oss_file` VALUES ('31c29d3f319175d8a8daac56f8478155', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1009MW/data.csv', 'admin', '2024-11-05 12:38:26', null, null); INSERT INTO `oss_file` VALUES ('31c2f6c5a57cbd6cf433674ff2eb9e5b', '410.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MAX17523ATE+/410.pdf', 'admin', '2024-10-24 12:22:51', null, null); INSERT INTO `oss_file` VALUES ('31c92be6d8980ccf61d22ca932647702', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PE26C32/data.csv', 'admin', '2024-11-05 12:34:38', null, null); INSERT INTO `oss_file` VALUES ('31d0795693d1b93c4028e100b38fc0b9', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N35/nsrec00_W22.pdf', 'admin', '2024-11-05 10:32:16', null, null); INSERT INTO `oss_file` VALUES ('31dac904ab83ca59bab13b5a5ce73a4c', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5115/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:39', null, null); INSERT INTO `oss_file` VALUES ('31dad8047f23960e0476c0d5025cbcc4', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG403DY-E3/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:19:14', null, null); INSERT INTO `oss_file` VALUES ('31de3ac5dc25667f5177282c3c0305f9', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CSD16403Q5A/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 11:16:58', null, null); INSERT INTO `oss_file` VALUES ('31e477a334c42a98ea28a22d7b150f5e', '208.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ADG704/208.pdf', 'admin', '2024-10-24 12:00:52', null, null); INSERT INTO `oss_file` VALUES ('31fa41a0d7a6526b999242b8bb0b7f73', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HSSR7110/data.csv', 'admin', '2024-11-05 11:32:11', null, null); INSERT INTO `oss_file` VALUES ('32043c5f8963e16f83550966fa71a251', '149.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N2920A/149.pdf', 'admin', '2024-10-24 11:53:26', null, null); INSERT INTO `oss_file` VALUES ('320fc01307de10ac01b1cc7d8fa2f5c9', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF30100/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:08:07', null, null); INSERT INTO `oss_file` VALUES ('3211d15bc22011c3e419d1af6351f72e', 'NRL031610_LTC6400.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6400-20/NRL031610_LTC6400.pdf', 'admin', '2024-11-05 11:55:57', null, null); INSERT INTO `oss_file` VALUES ('32128ac8c52e0078c02699c21e96fbc8', 'PPM-92-062.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC540LMQB/PPM-92-062.pdf', 'admin', '2024-11-05 10:36:21', null, null); INSERT INTO `oss_file` VALUES ('321e2603d117e146d671b3bf03f09a36', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4595/data.csv', 'admin', '2024-11-05 11:59:45', null, null); INSERT INTO `oss_file` VALUES ('323936bbb1ac694365f7ca0bc8fba629', 'PPM-92-315.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD54AC112F3A/PPM-92-315.pdf', 'admin', '2024-11-05 11:13:29', null, null); INSERT INTO `oss_file` VALUES ('324787aae3f4026092dea98d206fd6e9', 'G06AUG_TC58FVM7B2ATG65_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TC58FVM7B2ATG-65/G06AUG_TC58FVM7B2ATG65_TID.pdf', 'admin', '2024-11-05 13:02:37', null, null); INSERT INTO `oss_file` VALUES ('32484f18afba47e69f3e5e56ea91b74b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX1809/data.csv', 'admin', '2024-11-05 11:59:03', null, null); INSERT INTO `oss_file` VALUES ('324a61f588be618af66da81a78cf7c25', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM105/data.csv', 'admin', '2024-11-05 11:43:25', null, null); INSERT INTO `oss_file` VALUES ('3250267031bd14debcc3f1425c13d250', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A42MX36/data.csv', 'admin', '2024-11-05 10:49:25', null, null); INSERT INTO `oss_file` VALUES ('3255b19828caf41cf3be5782cbafb97b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M54HC4020YBF/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:43', null, null); INSERT INTO `oss_file` VALUES ('3270061a6f6d6fd38e5f1c0bd93d15b7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XA1/data.csv', 'admin', '2024-11-05 13:12:32', null, null); INSERT INTO `oss_file` VALUES ('3271493f25d64575438611f6b543195e', 'b022497a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS90C31/b022497a.pdf', 'admin', '2024-11-05 11:20:38', null, null); INSERT INTO `oss_file` VALUES ('328430d32eb4ba3cac84c469069dd127', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MAX823TEUK+/data.csv', 'admin', '2024-10-24 12:22:18', null, null); INSERT INTO `oss_file` VALUES ('32941decbcfb21029f2c2629914fc879', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/INA117SM/nsrec00_W21.pdf', 'admin', '2024-11-05 11:34:39', null, null); INSERT INTO `oss_file` VALUES ('32aa566cf7282e59732cb381ab8b4100', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FS-PM-4611/data.csv', 'admin', '2024-11-05 11:23:06', null, null); INSERT INTO `oss_file` VALUES ('32b6593f4c0b6713b73e03e9a29336dd', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRB2060/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:06:51', null, null); INSERT INTO `oss_file` VALUES ('32b8abe420418cc8ec9fb20f6454047f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHFLVDSR2D2/data.csv', 'admin', '2024-10-24 11:56:36', null, null); INSERT INTO `oss_file` VALUES ('32bbcb08c3a1368a7bb03d0b993fca98', 'SEE_00657_01 TC58NVG2S0HTAI0 Toshiba protons.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TC58NVG2S0HTAI0 - DC1509/SEE_00657_01 TC58NVG2S0HTAI0 Toshiba protons.pdf', 'admin', '2024-10-24 12:12:55', null, null); INSERT INTO `oss_file` VALUES ('32c4531b1c349393ab61ce619e9ccc26', 'T031502_AD8151_paper.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8151/T031502_AD8151_paper.pdf', 'admin', '2024-11-05 10:59:21', null, null); INSERT INTO `oss_file` VALUES ('32c7c67a99ca43a58c7f7d9195a52080', 'NRL05JUL_7809.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7809/NRL05JUL_7809.pdf', 'admin', '2024-11-05 10:43:42', null, null); INSERT INTO `oss_file` VALUES ('32d68f0a8788fa03e4aaa3af1f968144', 'SEE_00697_01 micron protons.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MT41K512M8RH - DC1502/SEE_00697_01 micron protons.pdf', 'admin', '2024-10-24 12:12:06', null, null); INSERT INTO `oss_file` VALUES ('32e308bf967429b8e7ef26cae8c2fe15', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/QT22AC10M/nsrec00_W21.pdf', 'admin', '2024-11-05 12:36:29', null, null); INSERT INTO `oss_file` VALUES ('32f1428989199a78af8e4abb161f5ced', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM6142/data.csv', 'admin', '2024-11-05 11:49:36', null, null); INSERT INTO `oss_file` VALUES ('32fa62d135f72717df36a7f2f663785e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD667/data.csv', 'admin', '2024-11-05 10:55:45', null, null); INSERT INTO `oss_file` VALUES ('32faa30520bd79b0899c7fa910cac2ab', 'I112006_HCPL6751.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-6751/I112006_HCPL6751.pdf', 'admin', '2024-11-05 11:26:53', null, null); INSERT INTO `oss_file` VALUES ('33057596d9392a46e92ecd236f4e6843', 'NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Radeon e9173 (Polaris)/NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf', 'admin', '2024-11-05 12:45:25', null, null); INSERT INTO `oss_file` VALUES ('33180d0c6ad881ec114d376f16079c65', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RI7113/data.csv', 'admin', '2024-11-05 12:41:55', null, null); INSERT INTO `oss_file` VALUES ('334100c4ea22b4351f09b660bf2e6094', 'NEPP-CP-2014-Pellish-TNS-Paper-LEP-TN19164.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/32nm SOI (Hogwarts)/NEPP-CP-2014-Pellish-TNS-Paper-LEP-TN19164.pdf', 'admin', '2024-11-05 10:31:29', null, null); INSERT INTO `oss_file` VALUES ('3344287376cbe3c53e239baa98743092', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NHI1529/nsrec94a.pdf', 'admin', '2024-11-05 12:26:16', null, null); INSERT INTO `oss_file` VALUES ('3349b41b7407bf2f44c40654f89d62f9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MN101L/data.csv', 'admin', '2024-11-05 12:12:55', null, null); INSERT INTO `oss_file` VALUES ('3354ad8f77fa303368ad90a74fee452b', '120392.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RS Encoder/120392.pdf', 'admin', '2024-11-05 12:43:02', null, null); INSERT INTO `oss_file` VALUES ('337859d840e969e1fbb90c7466331e0a', 'PPM-91-614.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC191/PPM-91-614.pdf', 'admin', '2024-11-05 10:35:17', null, null); INSERT INTO `oss_file` VALUES ('337bde1f77e408c5e06085b14b2008dd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DVTR2815D-R/data.csv', 'admin', '2024-11-05 11:21:11', null, null); INSERT INTO `oss_file` VALUES ('33c4158a9234095792d4812a476b5beb', 'PPM-95-115.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM10/PPM-95-115.pdf', 'admin', '2024-11-05 11:43:16', null, null); INSERT INTO `oss_file` VALUES ('33c5180f46592cc4183a2ddda6981925', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HGOK/data.csv', 'admin', '2024-10-24 11:48:45', null, null); INSERT INTO `oss_file` VALUES ('33caecbac7f73fd95515bb72f33dbdee', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MOSFET Engineering Samples/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:13:25', null, null); INSERT INTO `oss_file` VALUES ('33d923cf705eef2e9bb7685be59a4a76', '230.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/K6R4016V1C-TI10/230.pdf', 'admin', '2024-10-24 12:04:23', null, null); INSERT INTO `oss_file` VALUES ('33e70b8c0e5022939faeba6b51e996c6', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/WS512K8-XCX/NSREC99.pdf', 'admin', '2024-11-05 13:12:18', null, null); INSERT INTO `oss_file` VALUES ('33eec8236f890e424fa3401dbf648acf', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/62017 GS3040-3 LED/nsrec00_W22.pdf', 'admin', '2024-11-05 10:40:13', null, null); INSERT INTO `oss_file` VALUES ('33f5535ea403b17100aafe29e03badbb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TA80486DX2-66/data.csv', 'admin', '2024-11-05 13:02:11', null, null); INSERT INTO `oss_file` VALUES ('33faf157a0a49f5d20a40f0608c31645', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 10:24:52', null, null); INSERT INTO `oss_file` VALUES ('342b75b966d698f2e7598b9a46f2e7db', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Luna ES/random6a.pdf', 'admin', '2024-11-05 11:57:11', null, null); INSERT INTO `oss_file` VALUES ('343af11ef7500fab7b4fff660b185284', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/15CGQ100/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 10:21:05', null, null); INSERT INTO `oss_file` VALUES ('344c438835923730b1cc3b251935464e', 'PPM-91-008.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54RHSC161CS0/PPM-91-008.pdf', 'admin', '2024-11-05 10:38:51', null, null); INSERT INTO `oss_file` VALUES ('34582fd3e0eec7458a0656c435ceb282', 'Topper-TR-17-072-OP484-2018Apr02-TID-NASA-TM-20210018713.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP484/Topper-TR-17-072-OP484-2018Apr02-TID-NASA-TM-20210018713.pdf', 'admin', '2024-11-05 12:31:39', null, null); INSERT INTO `oss_file` VALUES ('346930504c427c61bd951fdd96baed52', 'b061296b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/3090A/b061296b.pdf', 'admin', '2024-11-05 10:30:58', null, null); INSERT INTO `oss_file` VALUES ('34701b5e928ea7ffaa05bb106cb476d0', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1707/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:08', null, null); INSERT INTO `oss_file` VALUES ('347c1ade7044959e090c3683c38e84b3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FAN3122/data.csv', 'admin', '2024-11-05 11:22:32', null, null); INSERT INTO `oss_file` VALUES ('348270a13832aab622e4c6f1fbc5d9fa', '2019-Wilcox-NSREC-DW-Paper-TR-17-049-MT29F1T08CMHBB-SEE-TR-19-020-MT29F4T08CTHBBM5-TID-20205000822.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F1T08CMHBB/2019-Wilcox-NSREC-DW-Paper-TR-17-049-MT29F1T08CMHBB-SEE-TR-19-020-MT29F4T08CTHBBM5-TID-20205000822.pdf', 'admin', '2024-11-05 12:20:03', null, null); INSERT INTO `oss_file` VALUES ('348c0eb5631d526c3c52915f5ac433c8', '2018-Kaitlyn-Ryder-TR-17-048-AD620-2018July27-NASA-TM-20210026447.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/2018-Kaitlyn-Ryder-TR-17-048-AD620-2018July27-NASA-TM-20210026447.pdf', 'admin', '2024-11-05 10:54:10', null, null); INSERT INTO `oss_file` VALUES ('349c7587605d89f8b2e3dcf89692966d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Virtex II Pro XQ2VP40/data.csv', 'admin', '2024-11-05 13:11:33', null, null); INSERT INTO `oss_file` VALUES ('34a18d2b07017eef3a6c4d6fcc95156d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AT17C256/data.csv', 'admin', '2024-11-05 11:07:40', null, null); INSERT INTO `oss_file` VALUES ('34bb0e46b35192d3fcda9c6ca21c32e2', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM48C8000AS/nsrec00_W21.pdf', 'admin', '2024-11-05 11:42:20', null, null); INSERT INTO `oss_file` VALUES ('34bfb03fe9a58d6a821eec705d547b22', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/KH41G0X38/data.csv', 'admin', '2024-11-05 11:42:03', null, null); INSERT INTO `oss_file` VALUES ('34cac896b2c71e73cd43176dd8f9108c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AS58C1001SF-15E/data.csv', 'admin', '2024-11-05 11:07:15', null, null); INSERT INTO `oss_file` VALUES ('34cf95131783071645f18586c16a2041', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7414/data.csv', 'admin', '2024-11-05 10:56:27', null, null); INSERT INTO `oss_file` VALUES ('34d7f31f5cb8dae71178fc3335de1555', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LCM-120/nsrec01_W15.pdf', 'admin', '2024-11-05 11:42:48', null, null); INSERT INTO `oss_file` VALUES ('34dc89764b81883e4f2941e26aede548', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK1852PN/data.csv', 'admin', '2024-11-05 12:14:40', null, null); INSERT INTO `oss_file` VALUES ('34e441bb59698e430747e1a33af1b12c', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT138LMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:50', null, null); INSERT INTO `oss_file` VALUES ('34e4d7f8a8f021ecf6b3313e5abb82eb', 'PPM-92-279.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC161/PPM-92-279.pdf', 'admin', '2024-11-05 10:35:12', null, null); INSERT INTO `oss_file` VALUES ('34eb1dbe0611d399e2403f4ab1de50e8', 'LBNL051812_TLK2711.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TLK2711-SP/LBNL051812_TLK2711.pdf', 'admin', '2024-11-05 13:04:34', null, null); INSERT INTO `oss_file` VALUES ('34f626af7bdd4a1553a5dc86208a2071', 'T100202_OPA2347.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OPA2347/T100202_OPA2347.pdf', 'admin', '2024-11-05 12:32:47', null, null); INSERT INTO `oss_file` VALUES ('35022315ac13f4d16e793c64e34ddac0', 'PPM-97-022.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP271A/PPM-97-022.pdf', 'admin', '2024-11-05 12:29:56', null, null); INSERT INTO `oss_file` VALUES ('351823f8d482c9a43118558edfbd43bf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TPS25940ARVCR/data.csv', 'admin', '2024-10-24 12:22:00', null, null); INSERT INTO `oss_file` VALUES ('351a87ed3c141b9c87b14d24ca354709', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/628128/data.csv', 'admin', '2024-11-05 10:40:34', null, null); INSERT INTO `oss_file` VALUES ('352bb972b13abb3e07b03eddb6cc3600', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/data.csv', 'admin', '2024-11-05 10:48:52', null, null); INSERT INTO `oss_file` VALUES ('3536b14a1f5c1476627072fe45741e9e', 'PPM-99-037.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ABT245A/PPM-99-037.pdf', 'admin', '2024-11-05 10:34:25', null, null); INSERT INTO `oss_file` VALUES ('35411505e95a2aee2092a73e2629a56b', '121.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHF43BK-01V/121.pdf', 'admin', '2024-10-24 11:50:38', null, null); INSERT INTO `oss_file` VALUES ('355786d9682828c33882bf1e277b4d04', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2812D/NSREC98.pdf', 'admin', '2024-11-05 12:11:42', null, null); INSERT INTO `oss_file` VALUES ('3563ec5ff12b4e14af45ee066634c835', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N5154/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 14:31:32', null, null); INSERT INTO `oss_file` VALUES ('356b7973050eca23b73ec505db3045ac', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5153/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:29:38', null, null); INSERT INTO `oss_file` VALUES ('357d1d5bba81acde06e709c622f98f34', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20H200/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:04:35', null, null); INSERT INTO `oss_file` VALUES ('3580b676bd9e12a4df12b78ac7f4abca', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Mii53250/data.csv', 'admin', '2024-11-05 12:24:52', null, null); INSERT INTO `oss_file` VALUES ('35817c555db73007434f71e489db0962', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI-509/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:37', null, null); INSERT INTO `oss_file` VALUES ('3588ac636bfaedea2c375b039ecb7247', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1014MW/data.csv', 'admin', '2024-11-05 12:39:05', null, null); INSERT INTO `oss_file` VALUES ('358b28dabd13dcf7c455617890e14008', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2857/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:26:33', null, null); INSERT INTO `oss_file` VALUES ('358ebddfdcdde7a2a8211681c07aaf74', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DRV102/data.csv', 'admin', '2024-11-05 11:19:53', null, null); INSERT INTO `oss_file` VALUES ('359ca89bd41abe3efbd524603149b238', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5820-2.5RH/data.csv', 'admin', '2024-11-05 12:18:44', null, null); INSERT INTO `oss_file` VALUES ('35b412514e3e04a058db64efc4d4ca48', '356.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/M28F101/356.pdf', 'admin', '2024-10-24 12:17:45', null, null); INSERT INTO `oss_file` VALUES ('35b7d91a17537a74d8b4c2be2108a092', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/61082-300 Photodiode/nsrec00_W22.pdf', 'admin', '2024-11-05 10:40:07', null, null); INSERT INTO `oss_file` VALUES ('35d9e7edf1bfce37e51df05c93f36ae4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV4N49/data.csv', 'admin', '2024-11-05 11:39:14', null, null); INSERT INTO `oss_file` VALUES ('35f64b18f0bf73de328ea8c4ad6bc76d', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2369/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:26:13', null, null); INSERT INTO `oss_file` VALUES ('35f784984c1cf8e00ab6676d8183ecac', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RP7820/data.csv', 'admin', '2024-11-05 12:42:50', null, null); INSERT INTO `oss_file` VALUES ('3607a0f357be4c22432fc3820a466940', 'T021607_XC4VFX60.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC4VFX60/T021607_XC4VFX60.pdf', 'admin', '2024-11-05 13:12:48', null, null); INSERT INTO `oss_file` VALUES ('360ca2d3037cea7511d1d6a8e8b4807c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAMT1R12/data.csv', 'admin', '2024-11-05 12:37:30', null, null); INSERT INTO `oss_file` VALUES ('360e2f75c1067e33d42c2fe14f2dbb4c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5HP SiGe HBT/data.csv', 'admin', '2024-11-05 10:39:39', null, null); INSERT INTO `oss_file` VALUES ('364610433f6095320f87a6267701cc5d', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/011640 0PTIC-70/random6a.pdf', 'admin', '2024-10-23 17:20:25', null, null); INSERT INTO `oss_file` VALUES ('366a2002755c48377bdb29f8d61125ac', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HV/data.csv', 'admin', '2024-11-05 11:44:27', null, null); INSERT INTO `oss_file` VALUES ('36754eb3331e6e7cdb751a2b272917fe', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BC847/data.csv', 'admin', '2024-10-24 12:09:34', null, null); INSERT INTO `oss_file` VALUES ('3697d67b29e1fc11c85471754a387705', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/6N140A/data.csv', 'admin', '2024-11-05 10:42:31', null, null); INSERT INTO `oss_file` VALUES ('36994da2ac2dc4d493052aeb62e43b27', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/11108/data.csv', 'admin', '2024-11-05 11:38:47', null, null); INSERT INTO `oss_file` VALUES ('36a2e010c282adab77949b2e2b63a402', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA10/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:07', null, null); INSERT INTO `oss_file` VALUES ('36a3b28fedfcaddfe102fbd107bcab65', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UT54LVDS031/data.csv', 'admin', '2024-11-05 13:09:12', null, null); INSERT INTO `oss_file` VALUES ('36b14fa742c11031f7ac5efd41b2a285', '2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SQS460EN-T1GE3/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf', 'admin', '2024-11-05 12:55:18', null, null); INSERT INTO `oss_file` VALUES ('36b299ef8420578d1d16ecd55ee47938', 'NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/APQ8096/NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf', 'admin', '2024-11-05 11:06:36', null, null); INSERT INTO `oss_file` VALUES ('36b2d0156fa6f2eb55ebedb271bfa8e0', 'T101111_SST211.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SST211/T101111_SST211.pdf', 'admin', '2024-11-05 12:55:45', null, null); INSERT INTO `oss_file` VALUES ('36ce6227acbf9f8424c39dff8a91d925', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2805S/data.csv', 'admin', '2024-11-05 12:09:53', null, null); INSERT INTO `oss_file` VALUES ('36cf824e685a4769cdf16205c16ef43a', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N49 (LDC 0048)/nsrec01_W15.pdf', 'admin', '2024-11-05 10:33:12', null, null); INSERT INTO `oss_file` VALUES ('36d30065edbe1090f3094a233ba61c8b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1056A/data.csv', 'admin', '2024-11-05 12:39:33', null, null); INSERT INTO `oss_file` VALUES ('36dbabb2c76f655e36f24736b4172e6d', 'T062208_ADG526A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADG526A/T062208_ADG526A.pdf', 'admin', '2024-11-05 11:02:34', null, null); INSERT INTO `oss_file` VALUES ('36dfaf73bebe327b718bfdb4ed0b14c6', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RP21002/nsrec05_W5.pdf', 'admin', '2024-11-05 12:42:38', null, null); INSERT INTO `oss_file` VALUES ('36dfcc071676c41981ba112c04902fa9', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MG80486DA266/NSREC98.pdf', 'admin', '2024-11-05 12:10:41', null, null); INSERT INTO `oss_file` VALUES ('36ec1e9606c41b7a4a6c5b99d8f6b38f', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH249/NSREC99.pdf', 'admin', '2024-11-05 14:41:46', null, null); INSERT INTO `oss_file` VALUES ('36f2ca9c3515f9a0e17217fb17f8643d', '97.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HGOK/97.pdf', 'admin', '2024-10-24 11:48:45', null, null); INSERT INTO `oss_file` VALUES ('36f3204dc1a28fe011dc37be1345ba00', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XA-16/nsrec04_SEE.pdf', 'admin', '2024-11-05 13:12:28', null, null); INSERT INTO `oss_file` VALUES ('3717a2e282a2704b23a277eb2b10bddb', '216.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/M65609E/216.pdf', 'admin', '2024-10-24 12:01:49', null, null); INSERT INTO `oss_file` VALUES ('3733f680c6475bcc1bddb807b0755d41', 'b022497b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAMN1R10/b022497b.pdf', 'admin', '2024-11-05 12:37:20', null, null); INSERT INTO `oss_file` VALUES ('375a19b99b6587de903ac3c358409706', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FDN361AN/NSREC02_W16.pdf', 'admin', '2024-11-05 11:22:47', null, null); INSERT INTO `oss_file` VALUES ('3766a6f082c1648280c905cfde158e84', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08ABADAWP-IT:D/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:21:26', null, null); INSERT INTO `oss_file` VALUES ('376d4ae1d109ed06a01771c2ef1ee7e7', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBR20A300/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:47:53', null, null); INSERT INTO `oss_file` VALUES ('3776ccba66b8713d2d64cae649614a56', 'PPM-97-058.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4429/PPM-97-058.pdf', 'admin', '2024-11-05 10:31:57', null, null); INSERT INTO `oss_file` VALUES ('37962067525e7a7a949c19c0d99a8932', 'b081695b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MCH2805S/b081695b.pdf', 'admin', '2024-11-05 12:08:40', null, null); INSERT INTO `oss_file` VALUES ('37a0c972a7b1e37ba6eda9b5a32f29a0', 'SET_Test_Report_TL431BMFDT,215.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL431BMFDT,215/SET_Test_Report_TL431BMFDT,215.pdf', 'admin', '2024-10-24 12:08:12', null, null); INSERT INTO `oss_file` VALUES ('37bb15ce6a362b68367ae03fa5f056f1', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Q02L00JQP44016JK/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:58', null, null); INSERT INTO `oss_file` VALUES ('37c1f2f66f6d285ec4bd28657903324f', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/74FCT163245/ieee95a.pdf', 'admin', '2024-11-05 10:43:23', null, null); INSERT INTO `oss_file` VALUES ('37c38d4ddad39d417c41c02032ef2f88', 'G07FEB_OMH3075_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OMH3075S/G07FEB_OMH3075_TID.pdf', 'admin', '2024-11-05 12:28:21', null, null); INSERT INTO `oss_file` VALUES ('37c80a89135fda44ef5b0d67627c7475', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES12ZF/nsrec01_W15.pdf', 'admin', '2024-11-05 12:09:23', null, null); INSERT INTO `oss_file` VALUES ('37d519ccaf3ec5c693dc87ca526d3bb5', '193.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IS-139ASRH/193.pdf', 'admin', '2024-10-24 11:58:56', null, null); INSERT INTO `oss_file` VALUES ('37de951a9e08b4073d1e7e6756246341', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX SRAM Test Chip/nsrec06_W4.pdf', 'admin', '2024-11-05 11:25:11', null, null); INSERT INTO `oss_file` VALUES ('37f7ba5b64e130aef4e83b40a0195d0e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC374/data.csv', 'admin', '2024-11-05 10:36:08', null, null); INSERT INTO `oss_file` VALUES ('37f866f6b5acf98db72f94ab1e3c7570', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC244/data.csv', 'admin', '2024-11-05 10:35:28', null, null); INSERT INTO `oss_file` VALUES ('37fd0548951d7b325d51a0b9fbd3941c', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/WDS250G2B0B-00YS70/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 13:11:59', null, null); INSERT INTO `oss_file` VALUES ('38043dddba87c0209b90cbb95c412957', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HA7-5127/data.csv', 'admin', '2024-11-05 11:26:14', null, null); INSERT INTO `oss_file` VALUES ('3805506ab94ed8243505472cad494c19', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HCPL5431/nsrec00_W22.pdf', 'admin', '2024-11-05 14:35:39', null, null); INSERT INTO `oss_file` VALUES ('38075a319771e82859bad2ec1233b3b5', 'mapld04_Petrick_paper.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Virtex II Pro XC2VP7/mapld04_Petrick_paper.pdf', 'admin', '2024-11-05 13:11:27', null, null); INSERT INTO `oss_file` VALUES ('3827c7f4d475203c024fddca78a418e9', 'PPM-97-053.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ABT245 Transceiver/PPM-97-053.pdf', 'admin', '2024-11-05 10:34:20', null, null); INSERT INTO `oss_file` VALUES ('382d300683c7bdfde68ca7cc9dfabd3d', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 11:46:23', null, null); INSERT INTO `oss_file` VALUES ('382fbc37d51827f5a8f9f235f661ed1b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MCM1609-21.86kHz/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:44', null, null); INSERT INTO `oss_file` VALUES ('384f4f706338a6f144fc284d314cf567', 'PPM-97-038.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07/PPM-97-038.pdf', 'admin', '2024-11-05 12:28:43', null, null); INSERT INTO `oss_file` VALUES ('3852c3ffa7a81f98ed920dd0253bb708', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SI9110Ak/data.csv', 'admin', '2024-11-05 12:50:59', null, null); INSERT INTO `oss_file` VALUES ('3855eca9e0b17a351d2adee678ad0dc7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/883C/data.csv', 'admin', '2024-10-24 12:00:40', null, null); INSERT INTO `oss_file` VALUES ('386abceae4c7a78bc82052d2e275f96e', '13-032_T20130615_GeneSiC_GB20SLT12.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/GB20SLT12/13-032_T20130615_GeneSiC_GB20SLT12.pdf', 'admin', '2024-11-05 11:25:27', null, null); INSERT INTO `oss_file` VALUES ('386d3f349c4630d9d1683692dab94e69', 'D031504_RS422.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PE26C31/D031504_RS422.pdf', 'admin', '2024-11-05 12:34:32', null, null); INSERT INTO `oss_file` VALUES ('3877aedf4e019a36abb54f90a12c91c7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54S20/data.csv', 'admin', '2024-11-05 10:38:53', null, null); INSERT INTO `oss_file` VALUES ('387c33f003eb35072da270c23595d6f3', 'NEPP_ETW2011_Berg.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ACSPD60/NEPP_ETW2011_Berg.pdf', 'admin', '2024-11-05 10:49:51', null, null); INSERT INTO `oss_file` VALUES ('388204f49da079de7f7f827d0ff2c457', 'D120400a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/P2824/D120400a.pdf', 'admin', '2024-11-05 12:33:17', null, null); INSERT INTO `oss_file` VALUES ('3887c739ecfa65b1c066fcb49f05239c', 'dcdc95.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815D/dcdc95.pdf', 'admin', '2024-11-05 12:10:12', null, null); INSERT INTO `oss_file` VALUES ('38891c3049e6c01b92b54ecfa57c48ef', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08A/data.csv', 'admin', '2024-10-23 17:39:07', null, null); INSERT INTO `oss_file` VALUES ('3898bdc2488a9f96ee117c1f43900b84', 'PPM-93-101.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/G311P759-4M194304/PPM-93-101.pdf', 'admin', '2024-11-05 11:25:13', null, null); INSERT INTO `oss_file` VALUES ('3899cfb5bc420bddbb2414d1d2c00643', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PFOTX12 Transmitter/NSREC98.pdf', 'admin', '2024-11-05 12:35:02', null, null); INSERT INTO `oss_file` VALUES ('389b27906d1d736ffd27fb0c60ef7653', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AM7968/Random97a.pdf', 'admin', '2024-11-05 11:05:47', null, null); INSERT INTO `oss_file` VALUES ('38ae20cf71350d0cd76dc4631e535ef1', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/GP2021/NSREC03_W10.pdf', 'admin', '2024-11-05 11:25:32', null, null); INSERT INTO `oss_file` VALUES ('38b232ef05b2a19d6138c7a7a11998dd', 'PPM-99-035.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF155A/PPM-99-035.pdf', 'admin', '2024-11-05 11:43:01', null, null); INSERT INTO `oss_file` VALUES ('38d53f360941eab5bea8c18822669414', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBRT10U60D1/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 12:48:06', null, null); INSERT INTO `oss_file` VALUES ('38d699a62257eb877270e336f814474e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/SHAMROC Phase 1 DAC/data.csv', 'admin', '2024-10-24 11:55:17', null, null); INSERT INTO `oss_file` VALUES ('38ddc00dec97a4624ed2a5ee25873662', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AT17C256/NSREC99.pdf', 'admin', '2024-11-05 11:07:41', null, null); INSERT INTO `oss_file` VALUES ('38e0fd99cdb7ce455d062fef63780118', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MD82C59A/data.csv', 'admin', '2024-11-05 12:08:59', null, null); INSERT INTO `oss_file` VALUES ('38e208dd8cee849fd683f58dc903700b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907/data.csv', 'admin', '2024-11-05 10:26:58', null, null); INSERT INTO `oss_file` VALUES ('38e3547c8cb0b7cf5b19a76edc224699', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Test Vehicle 32 nm SOI CMOS/data.csv', 'admin', '2024-11-05 13:07:39', null, null); INSERT INTO `oss_file` VALUES ('38fdf67a5a8be789ed022ac1269d38cd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MTR28515/data.csv', 'admin', '2024-11-05 12:23:13', null, null); INSERT INTO `oss_file` VALUES ('390069c81dbd3ae6354aa45b8bddfa51', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/ADS1278/data.csv', 'admin', '2024-10-24 12:15:08', null, null); INSERT INTO `oss_file` VALUES ('3904acd7b564c3c2181fdb7b110765c8', 'T090500.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SPT7760/T090500.pdf', 'admin', '2024-11-05 12:54:41', null, null); INSERT INTO `oss_file` VALUES ('3908ab7aa040f320a4953c2642a5a782', 'PPM-94-001.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108A/PPM-94-001.pdf', 'admin', '2024-11-05 11:43:48', null, null); INSERT INTO `oss_file` VALUES ('390c051c16e9851017526bea8d7f5300', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SLH2812D/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:51:17', null, null); INSERT INTO `oss_file` VALUES ('392a01b733ca01482f20103fc53e9f8e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/F100325/data.csv', 'admin', '2024-11-05 11:22:27', null, null); INSERT INTO `oss_file` VALUES ('392a0e1dd30dc8910360977b97faec65', 'NEPP-CP-2017-Berg-SEE-MAPLD-FPGA-Presentation-TN42793.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T-1FBG900 Kintex K7/NEPP-CP-2017-Berg-SEE-MAPLD-FPGA-Presentation-TN42793.pdf', 'admin', '2024-11-05 13:14:34', null, null); INSERT INTO `oss_file` VALUES ('39372f1a8a0d6b577033e2d9e4ffa691', 'PPM-93-105.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54HC123/PPM-93-105.pdf', 'admin', '2024-11-05 10:38:17', null, null); INSERT INTO `oss_file` VALUES ('393bd8b601f20b50760de4105887a2d3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD8138/data.csv', 'admin', '2024-11-05 10:59:10', null, null); INSERT INTO `oss_file` VALUES ('394bb922e7d8efc8494756f59cda1d02', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LM339AN/data.csv', 'admin', '2024-10-24 11:49:33', null, null); INSERT INTO `oss_file` VALUES ('3955c70498060a8e9123581808d7c130', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM48C8000/NSREC03_W10.pdf', 'admin', '2024-11-05 11:42:16', null, null); INSERT INTO `oss_file` VALUES ('395b4d0d4310ba84a6b2dfa641a0d8ee', '2019-Wilcox-NSREC-DW-Paper-TR-17-049-MT29F1T08CMHBB-SEE-TR-19-020-MT29F4T08CTHBBM5-TID-20205000822.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4T08CTHBBM5/2019-Wilcox-NSREC-DW-Paper-TR-17-049-MT29F1T08CMHBB-SEE-TR-19-020-MT29F4T08CTHBBM5-TID-20205000822.pdf', 'admin', '2024-11-05 12:21:43', null, null); INSERT INTO `oss_file` VALUES ('397f01ca56a4e24a50e960fd01364448', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/2N3637/data.csv', 'admin', '2024-10-24 11:50:42', null, null); INSERT INTO `oss_file` VALUES ('398341daafeb212dc8f3ffc98b195813', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SiC IC JFET/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 13:00:15', null, null); INSERT INTO `oss_file` VALUES ('3987c8c3073526ee3ccf23f5250a6da1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP224 LED/data.csv', 'admin', '2024-11-05 12:29:36', null, null); INSERT INTO `oss_file` VALUES ('399ccc6280b56eaf3cef4ceabf9382cd', 'i090595.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/0116400J1C-70/i090595.pdf', 'admin', '2024-10-23 17:29:30', null, null); INSERT INTO `oss_file` VALUES ('399ef425a61e54396cc445407825ccf7', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH349/nsrec00_W22.pdf', 'admin', '2024-11-05 12:27:25', null, null); INSERT INTO `oss_file` VALUES ('39a8371eeb53e0b1cf000c6be3e1430c', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Fluosil SS/NSREC02_W5.pdf', 'admin', '2024-11-05 11:24:43', null, null); INSERT INTO `oss_file` VALUES ('39ab769c4d6086fc7f92f9eef7c7dd4e', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD96687/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 11:01:12', null, null); INSERT INTO `oss_file` VALUES ('39b5fc5fab0c2681c79d5ebf222baac9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7HP/data.csv', 'admin', '2024-11-05 10:44:05', null, null); INSERT INTO `oss_file` VALUES ('39c362ed6f1b7ccb4b86c41a4e25ac62', 'PPM-92-152.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1526B/PPM-92-152.pdf', 'admin', '2024-11-05 12:50:12', null, null); INSERT INTO `oss_file` VALUES ('39c3f895c94b2c2b9e9e6f2bfd464917', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX367/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 11:59:31', null, null); INSERT INTO `oss_file` VALUES ('39d3560aabbfcdcf704eb6e537f2af24', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GAFE5G/data.csv', 'admin', '2024-11-05 13:01:46', null, null); INSERT INTO `oss_file` VALUES ('39d75046ca4f6fc5e0e60087033d38ff', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N7225/nsrec00_W21.pdf', 'admin', '2024-11-05 10:30:46', null, null); INSERT INTO `oss_file` VALUES ('39dbbb1573e04952cde40954cd579fcc', 'NSREC02_W8.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Lanai9/NSREC02_W8.pdf', 'admin', '2024-11-05 11:57:06', null, null); INSERT INTO `oss_file` VALUES ('39f572555fd04926ff2c069d1c342aba', 'B092600.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IL710/B092600.pdf', 'admin', '2024-11-05 11:34:15', null, null); INSERT INTO `oss_file` VALUES ('3a1212460d6b3e04a078b19a5af1f4ad', 'PPM-98-026.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117H/PPM-98-026.pdf', 'admin', '2024-11-05 11:44:23', null, null); INSERT INTO `oss_file` VALUES ('3a16052c3ce3be633ae6e8cef2822eda', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SQS460EN-T1GE3/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:55:18', null, null); INSERT INTO `oss_file` VALUES ('3a290002b95b366b6e078a42467c89b1', '2016-Campola-NEPP-TR-16-021-16-022-2N2222-2N2907-TID-2016July11-TN41076_v2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/2016-Campola-NEPP-TR-16-021-16-022-2N2222-2N2907-TID-2016July11-TN41076_v2.pdf', 'admin', '2024-11-05 10:24:52', null, null); INSERT INTO `oss_file` VALUES ('3a2b3ceee753fbb7179b178b5ca9b3fd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC02/data.csv', 'admin', '2024-11-05 10:34:32', null, null); INSERT INTO `oss_file` VALUES ('3a36062e742cd952b05e3e2cfd4b484b', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS7A4901/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 13:05:45', null, null); INSERT INTO `oss_file` VALUES ('3a539069bab1a500af3e750f495c7f47', 'd032495.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/43G9240/d032495.pdf', 'admin', '2024-11-05 10:31:55', null, null); INSERT INTO `oss_file` VALUES ('3a56100d5ba41595b062d7b7d694defb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TI7705/data.csv', 'admin', '2024-11-05 13:03:08', null, null); INSERT INTO `oss_file` VALUES ('3a5bd4aadb984f8c1973bf1596db700e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Photobit APS/data.csv', 'admin', '2024-11-05 12:36:04', null, null); INSERT INTO `oss_file` VALUES ('3a6dab2de87dccd727e3385c84f9d377', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2815F/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:37', null, null); INSERT INTO `oss_file` VALUES ('3a71b23524d4e42fe8850d8986219c93', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SY10EL15ZC/nsrec00_W21.pdf', 'admin', '2024-11-05 12:58:29', null, null); INSERT INTO `oss_file` VALUES ('3a7c320613499eb9a50c99e9ff6375aa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5701 (6N140A)/data.csv', 'admin', '2024-11-05 11:27:28', null, null); INSERT INTO `oss_file` VALUES ('3a814682ef72c1746c98fba13fa1e592', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Mii53124/data.csv', 'admin', '2024-11-05 12:24:49', null, null); INSERT INTO `oss_file` VALUES ('3a8356fd49327fafee07bb10e063eed0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/63147/data.csv', 'admin', '2024-11-05 10:40:45', null, null); INSERT INTO `oss_file` VALUES ('3aa9eed7ad12be4d458ff1f2d3498707', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD54AC112F3A/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:06', null, null); INSERT INTO `oss_file` VALUES ('3ab5ea7175b110fff398d65e815e864c', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SiB455EDK/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 13:00:08', null, null); INSERT INTO `oss_file` VALUES ('3abd91e8bfa4d5f45f06aef638ebda1b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TL431/data.csv', 'admin', '2024-11-05 13:03:28', null, null); INSERT INTO `oss_file` VALUES ('3ac7a701fcfa872c9bb5dfa8b7667608', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT54LVDS032/nsrec05_W5.pdf', 'admin', '2024-11-05 13:09:22', null, null); INSERT INTO `oss_file` VALUES ('3acf2a6550a2183a9f1849f07b80e63e', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RP21005/nsrec06_W2.pdf', 'admin', '2024-11-05 12:42:46', null, null); INSERT INTO `oss_file` VALUES ('3ad577986b4992377b53d3a437dc3c29', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907A/data.csv', 'admin', '2024-11-05 10:27:29', null, null); INSERT INTO `oss_file` VALUES ('3adb5235095382cd14f4ee1a733d3b49', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/F100325/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:32', null, null); INSERT INTO `oss_file` VALUES ('3b05b86bfa78d3a4be5f093593d7eeb4', '351.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM124AWG-R-QMLV - DC1136A/351.pdf', 'admin', '2024-10-24 12:17:17', null, null); INSERT INTO `oss_file` VALUES ('3b0ef6f2c15d1cbe3054800ebe4927a4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Jetson TX1/data.csv', 'admin', '2024-11-05 11:39:44', null, null); INSERT INTO `oss_file` VALUES ('3b252cf1d5d066b15d99cc8a34e0f5fe', 'PPM-93-070.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OMH3075S/PPM-93-070.pdf', 'admin', '2024-11-05 12:28:21', null, null); INSERT INTO `oss_file` VALUES ('3b30a2c6d1f8ef9f068ace693bd042aa', 'G06SEP_UC1708_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1708 high speed driver/G06SEP_UC1708_TID.pdf', 'admin', '2024-11-05 13:08:14', null, null); INSERT INTO `oss_file` VALUES ('3b5a77b6135119ecd8f52acc3e700039', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RDHA710/data.csv', 'admin', '2024-11-05 12:38:04', null, null); INSERT INTO `oss_file` VALUES ('3b5cc9ba5a1672e2895163539521f740', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/E/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 13:09:14', null, null); INSERT INTO `oss_file` VALUES ('3b6192d1739d2e3952a84b655e77bb6b', 'VdG09NOV_STPSC806_STPSC1006.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPSC806D/VdG09NOV_STPSC806_STPSC1006.pdf', 'admin', '2024-11-05 12:57:53', null, null); INSERT INTO `oss_file` VALUES ('3b8ad3c4333267365ac774a5f981f5e4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX997/data.csv', 'admin', '2024-11-05 12:01:51', null, null); INSERT INTO `oss_file` VALUES ('3b8c59b22178083ebdf2a7164f81f44e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RT4G150-CB1657/data.csv', 'admin', '2024-11-05 12:43:33', null, null); INSERT INTO `oss_file` VALUES ('3b8d7f79f377f6eb35d8a970ed47d00e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/66224-105/data.csv', 'admin', '2024-10-24 11:48:32', null, null); INSERT INTO `oss_file` VALUES ('3b9cb2feff94fad1e97a034f0dcb512c', 'SNL092302_SiGe_HBT.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7HP HBT/SNL092302_SiGe_HBT.pdf', 'admin', '2024-11-05 10:44:11', null, null); INSERT INTO `oss_file` VALUES ('3bc42b8b3489f47e0e74f53baac8202f', 'T120202_AD7664.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7664/T120202_AD7664.pdf', 'admin', '2024-11-05 10:57:09', null, null); INSERT INTO `oss_file` VALUES ('3bc634509946345256eceae5899138c3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD625/data.csv', 'admin', '2024-11-05 10:54:30', null, null); INSERT INTO `oss_file` VALUES ('3bd30cba905d27948e394f7102a5ceb8', 'VdG10AUG_2N2907A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907A/VdG10AUG_2N2907A.pdf', 'admin', '2024-11-05 10:27:29', null, null); INSERT INTO `oss_file` VALUES ('3bd3a5e8cec60cc07d9505f2efd50a63', 'B092700a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADG704/B092700a.pdf', 'admin', '2024-11-05 11:02:39', null, null); INSERT INTO `oss_file` VALUES ('3bdc9f6f8ca547f0b80d227907043816', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MC099/data.csv', 'admin', '2024-11-05 12:08:10', null, null); INSERT INTO `oss_file` VALUES ('3be03ec180220e010dcab055abbecef1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CS4103VHG/data.csv', 'admin', '2024-11-05 11:16:33', null, null); INSERT INTO `oss_file` VALUES ('3bea76108f93a2c599f435aac9e8f000', '373.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/DARA Controller Board RTS - System level testing/373.pdf', 'admin', '2024-10-24 12:19:25', null, null); INSERT INTO `oss_file` VALUES ('3bed355de5350f467431e73067c6f7ef', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/K4B4G0846Q/data.csv', 'admin', '2024-10-24 12:12:11', null, null); INSERT INTO `oss_file` VALUES ('3c0aace3b3a0e0bcb76d43180462a457', 'PPM-91-120.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/PPM-91-120.pdf', 'admin', '2024-11-05 12:35:08', null, null); INSERT INTO `oss_file` VALUES ('3c112b694964bb7b335330f1f2675a0e', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SW15-802/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 12:58:21', null, null); INSERT INTO `oss_file` VALUES ('3c1e27697b4ca36128ed3cfecc85b6f0', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N55/NSREC98.pdf', 'admin', '2024-11-05 10:33:24', null, null); INSERT INTO `oss_file` VALUES ('3c255e4f3866ac086aa53080feb13fe2', '294.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL431/294.pdf', 'admin', '2024-10-24 12:11:36', null, null); INSERT INTO `oss_file` VALUES ('3c3e9d4349646951ac6160513870bfcc', 'NRL031009_LM139.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/NRL031009_LM139.pdf', 'admin', '2024-11-05 11:47:51', null, null); INSERT INTO `oss_file` VALUES ('3c4807907f2decc665b0930df5c6a74c', '2020-Casey-TR-19-031-Analog-Devices-AD8065-TID-2020Mar19-NASA-TM-20205007650.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8065/2020-Casey-TR-19-031-Analog-Devices-AD8065-TID-2020Mar19-NASA-TM-20205007650.pdf', 'admin', '2024-11-05 10:59:00', null, null); INSERT INTO `oss_file` VALUES ('3c76f30b5037ce4a071a8f4b091d3182', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CMP01/data.csv', 'admin', '2024-11-05 11:15:05', null, null); INSERT INTO `oss_file` VALUES ('3c810e2ebf3a45556011dc6c888cac11', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP200/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 12:29:34', null, null); INSERT INTO `oss_file` VALUES ('3c81561ddcc039fe266939db8d7bc711', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TL431/data.csv', 'admin', '2024-10-24 12:11:36', null, null); INSERT INTO `oss_file` VALUES ('3c84457a32f0918a35e21fcf754deae9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HM5225165BTT75/data.csv', 'admin', '2024-10-24 11:53:05', null, null); INSERT INTO `oss_file` VALUES ('3c91b14e104f7b273288988b46083544', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M470T2863FB3-CE6 (K4T1G084QF-BCE6)/data.csv', 'admin', '2024-11-05 11:58:04', null, null); INSERT INTO `oss_file` VALUES ('3c9b773ee1f08263667d2a8e44a0ae0d', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP42/NSREC03_W10.pdf', 'admin', '2024-11-05 12:30:55', null, null); INSERT INTO `oss_file` VALUES ('3ca0ffe87824aef8062a0fa1e10c6d1f', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/0116400J1C-70/random6a.pdf', 'admin', '2024-10-23 17:29:31', null, null); INSERT INTO `oss_file` VALUES ('3ca6bdc0a918d4d24793e6f0f3778dfd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OLH249/data.csv', 'admin', '2024-10-24 11:58:16', null, null); INSERT INTO `oss_file` VALUES ('3ca8e0180d4b7d83c192970a684db25d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HS-4424BRH/data.csv', 'admin', '2024-10-24 11:50:54', null, null); INSERT INTO `oss_file` VALUES ('3cbd58f72fb181dcae66ece2181bb15d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT46V128M8P/data.csv', 'admin', '2024-11-05 12:22:17', null, null); INSERT INTO `oss_file` VALUES ('3cbe73bc8f170dab1d6fcf1d11a409d9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LF155A/data.csv', 'admin', '2024-10-23 17:39:22', null, null); INSERT INTO `oss_file` VALUES ('3cc096385b90ee386838194e31873933', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5630 (6N134)/data.csv', 'admin', '2024-11-05 11:27:20', null, null); INSERT INTO `oss_file` VALUES ('3cc3d098302c085c7291738b7aefa7eb', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX5069/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:00:26', null, null); INSERT INTO `oss_file` VALUES ('3cc56f93253813205bef59412b246613', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ISL28196/data.csv', 'admin', '2024-11-05 11:36:31', null, null); INSERT INTO `oss_file` VALUES ('3cc88f43b98ddc5e4663fd91758d5354', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM119/b072994.pdf', 'admin', '2024-11-05 11:44:56', null, null); INSERT INTO `oss_file` VALUES ('3cdb0864836f615858654f76052cf6ee', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6400-20/data.csv', 'admin', '2024-11-05 11:55:57', null, null); INSERT INTO `oss_file` VALUES ('3cdcbdc9fb1bb1bacf6d9661ad17f694', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MZ7KE128BW/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 12:24:06', null, null); INSERT INTO `oss_file` VALUES ('3cddf5b2813d4c5733dfc162a14947dd', 'T120510_MSK5059RH.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5059RH/T120510_MSK5059RH.pdf', 'admin', '2024-11-05 12:15:18', null, null); INSERT INTO `oss_file` VALUES ('3ceaf64402adeeca32eefecaf334a076', 'PPM-98-007.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM11725SMX (OM7646)/PPM-98-007.pdf', 'admin', '2024-11-05 12:27:51', null, null); INSERT INTO `oss_file` VALUES ('3cec3dc6c23693dcf4ba9a956e54d0da', 'B030302_LTC1608.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1608/B030302_LTC1608.pdf', 'admin', '2024-11-05 11:54:31', null, null); INSERT INTO `oss_file` VALUES ('3cedccf473eae7b32e5ae74f57932918', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SD5000/data.csv', 'admin', '2024-11-05 12:48:18', null, null); INSERT INTO `oss_file` VALUES ('3d089c6865fc8bd81e87ea784e5b6df6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADG452/data.csv', 'admin', '2024-11-05 11:02:24', null, null); INSERT INTO `oss_file` VALUES ('3d09c15a399e00a4bd878d36be011deb', 'd052494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TC5117400FT-70/d052494.pdf', 'admin', '2024-11-05 13:02:22', null, null); INSERT INTO `oss_file` VALUES ('3d145eebafc25dd06c7161f97ffe8a34', 'T052110_A3PE3000.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000/T052110_A3PE3000.pdf', 'admin', '2024-11-05 10:47:15', null, null); INSERT INTO `oss_file` VALUES ('3d321e73844a200b3bfea7a1a25fbdc2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SQXO-2-200kHz/data.csv', 'admin', '2024-11-05 12:55:21', null, null); INSERT INTO `oss_file` VALUES ('3d34a2f42729f707add4e14abdf9d1da', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54BCT125/data.csv', 'admin', '2024-11-05 10:38:12', null, null); INSERT INTO `oss_file` VALUES ('3d5639331441a728e093cceeef781019', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AHE2815/b072994.pdf', 'admin', '2024-11-05 11:05:29', null, null); INSERT INTO `oss_file` VALUES ('3d5fb4f724e98738683bfa36600d3e08', '120392.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/22V10/120392.pdf', 'admin', '2024-11-05 10:22:42', null, null); INSERT INTO `oss_file` VALUES ('3d631c9381132cb82bae609c438ed2f1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP15/data.csv', 'admin', '2024-11-05 12:29:11', null, null); INSERT INTO `oss_file` VALUES ('3d6c4a9d87a41672827335ad67ea3812', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TIL25/data.csv', 'admin', '2024-11-05 13:03:18', null, null); INSERT INTO `oss_file` VALUES ('3d7c44104087f7e2fd5824062663c084', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5631/NSREC98.pdf', 'admin', '2024-11-05 11:27:25', null, null); INSERT INTO `oss_file` VALUES ('3d8e0d4c5a7ef2e6957593b4575f8a7b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OLS700/data.csv', 'admin', '2024-11-05 12:27:46', null, null); INSERT INTO `oss_file` VALUES ('3d9253406ace230c585131cd904a5861', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CF04406-01/data.csv', 'admin', '2024-11-05 11:13:55', null, null); INSERT INTO `oss_file` VALUES ('3da2c18f82970198a38502de4554b353', 'SEE_00656_02 proton MX30LF4G18AC Maconix final.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MX30LF4G18AC - DC1444/SEE_00656_02 proton MX30LF4G18AC Maconix final.pdf', 'admin', '2024-10-24 12:12:48', null, null); INSERT INTO `oss_file` VALUES ('3da6b8f4d310bdafc33aac35daa196b9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMSA2812D/data.csv', 'admin', '2024-11-05 12:52:28', null, null); INSERT INTO `oss_file` VALUES ('3db62d8d5ad468f49b63d27324b230e7', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CPM3-3300 Eng. Samples/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:16:13', null, null); INSERT INTO `oss_file` VALUES ('3dbd252c05b6fd51e9c4cdd41a308245', 'b112499b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD783/b112499b.pdf', 'admin', '2024-11-05 10:57:52', null, null); INSERT INTO `oss_file` VALUES ('3dbdd48c952e4f4b73bea9ce7c352056', '195.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HAS2/195.pdf', 'admin', '2024-10-24 11:59:21', null, null); INSERT INTO `oss_file` VALUES ('3de93e85db0d51ae8ec5848a779ece5f', 'VdG08MAY_AD822.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD822/VdG08MAY_AD822.pdf', 'admin', '2024-11-05 10:59:36', null, null); INSERT INTO `oss_file` VALUES ('3df050ce66fa86b76d36bf4606c78d4b', 'D5-10 - TN5.10 - TID Schottky C4D40120D - NEO-14-086_Report_23-2017_rev1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/C4D40120D/D5-10 - TN5.10 - TID Schottky C4D40120D - NEO-14-086_Report_23-2017_rev1.pdf', 'admin', '2024-10-24 11:56:10', null, null); INSERT INTO `oss_file` VALUES ('3df6f7e60e490e1ce6c1819b04f016a8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD584 - DC0125A/data.csv', 'admin', '2024-10-24 12:16:35', null, null); INSERT INTO `oss_file` VALUES ('3e07dbee1b248a4d9b3e256006c9aa7a', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC8222/NSREC99.pdf', 'admin', '2024-11-05 11:18:23', null, null); INSERT INTO `oss_file` VALUES ('3e1dbcd8eeb27bfc9778f0f9efc80a7d', 'HS4424RH PROTONS TID_0878_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HS-4424BRH/HS4424RH PROTONS TID_0878_01.pdf', 'admin', '2024-10-24 12:07:16', null, null); INSERT INTO `oss_file` VALUES ('3e393aa99e19a1ac53364e9508ba12cf', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSB41AB3PFP/NSREC02_W16.pdf', 'admin', '2024-11-05 13:06:08', null, null); INSERT INTO `oss_file` VALUES ('3e3dbd201b0a7ab32a52bcd267ff381c', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ16245/nsrec05_W5.pdf', 'admin', '2024-11-05 10:37:37', null, null); INSERT INTO `oss_file` VALUES ('3e3dd147f8d3ba1238425cecc195c2c0', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMT-1310 series/NSREC02_W5.pdf', 'admin', '2024-11-05 12:52:48', null, null); INSERT INTO `oss_file` VALUES ('3e406764059566b36717a1d5b1644234', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CPW5-1700-Z050B/data.csv', 'admin', '2024-11-05 11:16:17', null, null); INSERT INTO `oss_file` VALUES ('3e4e1083d9f6702ad7a05c1609796832', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD670/data.csv', 'admin', '2024-11-05 10:55:50', null, null); INSERT INTO `oss_file` VALUES ('3e4f6f8d4c3d8b43115dca1e5879ada5', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHF43B/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 12:40:55', null, null); INSERT INTO `oss_file` VALUES ('3e5aca779a9dac058feda35dce74a92d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F128G08AJAAAWP-ITZ/data.csv', 'admin', '2024-11-05 12:19:31', null, null); INSERT INTO `oss_file` VALUES ('3e5ff217bd29c17891103595e17a5dd3', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-553K/nsrec06_W2.pdf', 'admin', '2024-11-05 11:26:31', null, null); INSERT INTO `oss_file` VALUES ('3e76b7219320385811b7ffc8cb21d79d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD536/data.csv', 'admin', '2024-11-05 10:51:40', null, null); INSERT INTO `oss_file` VALUES ('3e7bc84f50ba1ecb6d21e64950b14bc8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/REF-43B/data.csv', 'admin', '2024-11-05 12:38:12', null, null); INSERT INTO `oss_file` VALUES ('3ea3f13d900e9ed8592ab08890ad895c', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD667/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 10:55:45', null, null); INSERT INTO `oss_file` VALUES ('3eae7e7d1508de8d99e9b527f04bde46', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UT71256/data.csv', 'admin', '2024-11-05 13:09:53', null, null); INSERT INTO `oss_file` VALUES ('3eaeea28673551280b075c3610a636fe', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/32nm SOI (Hogwarts)/data.csv', 'admin', '2024-11-05 10:31:30', null, null); INSERT INTO `oss_file` VALUES ('3eb39b171016c0b8cb6bc69bac820d90', 'D050101_4N49.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii4N49/D050101_4N49.pdf', 'admin', '2024-11-05 12:24:45', null, null); INSERT INTO `oss_file` VALUES ('3eb54b441ae0db154c5f45de2eaad673', '2N2920A TID_1009_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N2920A/2N2920A TID_1009_01.pdf', 'admin', '2024-10-23 16:36:37', null, null); INSERT INTO `oss_file` VALUES ('3eb8d7b9361d02991f5c4c3306ee2a35', 'NEPP-TR-2017-Burton-TID-17-046-AD620SQ-2017July-Sept-TN46982.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/NEPP-TR-2017-Burton-TID-17-046-AD620SQ-2017July-Sept-TN46982.pdf', 'admin', '2024-11-05 10:54:09', null, null); INSERT INTO `oss_file` VALUES ('3ebc904109067a0fef064d6849e8e410', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/66092/data.csv', 'admin', '2024-11-05 10:40:57', null, null); INSERT INTO `oss_file` VALUES ('3ec558e159fb68a5204e30ee2846ad13', 'G04SEP_AD574_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD574/G04SEP_AD574_TID.pdf', 'admin', '2024-11-05 10:52:53', null, null); INSERT INTO `oss_file` VALUES ('3ed909c150f6fe853ca4913d5df9259d', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Eclipse FPGA/nsrec06_W4.pdf', 'admin', '2024-11-05 11:22:21', null, null); INSERT INTO `oss_file` VALUES ('3eebc885cac05bbe7d4cec9388578a61', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPSC1006D/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 12:57:48', null, null); INSERT INTO `oss_file` VALUES ('3ef086705199b5987d1a48c31e91faf8', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD562/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:50', null, null); INSERT INTO `oss_file` VALUES ('3efbd844b0b03ef8566a09359d51cda9', 'SEE_00641_02 heavy ions Macronix MX68GL1GOG.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MX68GL1G0G - DC1519/SEE_00641_02 heavy ions Macronix MX68GL1GOG.pdf', 'admin', '2024-10-24 12:13:07', null, null); INSERT INTO `oss_file` VALUES ('3efe2847417405849b4111b2f1a1259e', 'PPM-93-108.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MP7628/PPM-93-108.pdf', 'admin', '2024-11-05 12:13:31', null, null); INSERT INTO `oss_file` VALUES ('3f06b6b97db0ae938b6f5ed686ec58f3', '2014-NASA-TM-Lauenstein-TR-12-080-CMF10120D-2014Sept19-TM-20210014977.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CMF10120D/2014-NASA-TM-Lauenstein-TR-12-080-CMF10120D-2014Sept19-TM-20210014977.pdf', 'admin', '2024-11-05 11:14:54', null, null); INSERT INTO `oss_file` VALUES ('3f0df38c59724bb86b821e8611a704e5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD7961/data.csv', 'admin', '2024-10-24 12:13:31', null, null); INSERT INTO `oss_file` VALUES ('3f13139ffdf3c0d01ddf591cffc6fde6', 'T120510_AD7847SQ.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7847/T120510_AD7847SQ.pdf', 'admin', '2024-11-05 10:58:07', null, null); INSERT INTO `oss_file` VALUES ('3f14e623db924b4c810386a6da118b2f', 'PPM-97-024.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD624/PPM-97-024.pdf', 'admin', '2024-11-05 10:54:19', null, null); INSERT INTO `oss_file` VALUES ('3f175b988dc89f328f24d991205babc4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OLS449 - DC0949/data.csv', 'admin', '2024-10-24 12:17:37', null, null); INSERT INTO `oss_file` VALUES ('3f176423f63e548d1daae38479af8d31', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM6172/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:49:47', null, null); INSERT INTO `oss_file` VALUES ('3f189152f1912b66f78797af4df80a6e', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54HC165/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:50', null, null); INSERT INTO `oss_file` VALUES ('3f1918e8d8e53a839786a6a5069a3161', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84C56-E3-08/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:11:53', null, null); INSERT INTO `oss_file` VALUES ('3f208d9a6e89fa25018523ff5d54eb29', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG390/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:18:56', null, null); INSERT INTO `oss_file` VALUES ('3f2dc6a81ec664344a8485d8db8f96fe', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRLR2905/nsrec00_W21.pdf', 'admin', '2024-11-05 11:35:39', null, null); INSERT INTO `oss_file` VALUES ('3f2f47450353ce3711445dd1cb643847', 'PPM-91-375.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OPA2107SM/PPM-91-375.pdf', 'admin', '2024-11-05 12:32:43', null, null); INSERT INTO `oss_file` VALUES ('3f326b2c5d18b02da5dcd0db1955d7b6', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LSP2916/NSREC02_W16.pdf', 'admin', '2024-11-05 11:52:35', null, null); INSERT INTO `oss_file` VALUES ('3f4e29e0a39e69f781ee61f050a28629', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHF1401 - DC31228A/data.csv', 'admin', '2024-10-24 12:15:42', null, null); INSERT INTO `oss_file` VALUES ('3f604ae14f67e4bfe71855385ac4a7f6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX4000D/data.csv', 'admin', '2024-11-05 12:45:05', null, null); INSERT INTO `oss_file` VALUES ('3f60c1bb270306e4b817c70172d0109c', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222A/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 10:25:24', null, null); INSERT INTO `oss_file` VALUES ('3f65f6a997d2674b7b87cd0b30369aa2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD630/data.csv', 'admin', '2024-11-05 10:54:36', null, null); INSERT INTO `oss_file` VALUES ('3f72e8343a0545f2f8b726530146d5f8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F16G08ABABAWP/data.csv', 'admin', '2024-11-05 12:19:54', null, null); INSERT INTO `oss_file` VALUES ('3f75b857d969b46bc63684779da02576', 'VdG08SEP_Samsung_Micron_Hynix.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/VdG08SEP_Samsung_Micron_Hynix.pdf', 'admin', '2024-11-05 12:21:11', null, null); INSERT INTO `oss_file` VALUES ('3f78ed2495f684ce13d9a965b057c530', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD549LH/data.csv', 'admin', '2024-11-05 10:51:54', null, null); INSERT INTO `oss_file` VALUES ('3f9010b62b39b09163be2603c8e5b0ad', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SCC-04/data.csv', 'admin', '2024-11-05 12:48:09', null, null); INSERT INTO `oss_file` VALUES ('3f9a481705ce0d8032ca0c8d6f01df16', 'b043099b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS1670E/b043099b.pdf', 'admin', '2024-11-05 11:19:58', null, null); INSERT INTO `oss_file` VALUES ('3fa12238940be12647b4691b438cc878', 'PPM-94-018.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EL2243/PPM-94-018.pdf', 'admin', '2024-11-05 11:21:54', null, null); INSERT INTO `oss_file` VALUES ('3fa2fdad681fd9de48f928a6be018299', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FRL9130R3/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:38', null, null); INSERT INTO `oss_file` VALUES ('3fb11b82e2efd277bb8f3aedabc4d923', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5530 (4N55)/nsrec00_W22.pdf', 'admin', '2024-11-05 11:27:14', null, null); INSERT INTO `oss_file` VALUES ('3fb1e13241f723977fbd60ebf414bba7', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7885/nsrec00_W21.pdf', 'admin', '2024-11-05 10:58:26', null, null); INSERT INTO `oss_file` VALUES ('3fd490b50a33f0aa3facd6ed0354117a', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ISL71590/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 11:36:40', null, null); INSERT INTO `oss_file` VALUES ('3fdc91e0b1acff046d03655d2b0051ff', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NXPS20H100/data.csv', 'admin', '2024-11-05 12:26:27', null, null); INSERT INTO `oss_file` VALUES ('3fe8a6949bef8f9a17bebc72b7686375', 'T121804_RP21005.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RP210010/T121804_RP21005.pdf', 'admin', '2024-11-05 12:42:30', null, null); INSERT INTO `oss_file` VALUES ('3feef53a0acb782bbf3ce74422b261ad', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX997/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 12:01:52', null, null); INSERT INTO `oss_file` VALUES ('3fff308a010afdf559cb116f66dc42fc', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD1672/NSREC99.pdf', 'admin', '2024-11-05 10:50:25', null, null); INSERT INTO `oss_file` VALUES ('4022e819a42075eeddb156b3a84319a7', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC258/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:35:45', null, null); INSERT INTO `oss_file` VALUES ('4051b8c36eba33d12003d89c86c623d3', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CJ28C256/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:28', null, null); INSERT INTO `oss_file` VALUES ('4053b229b65ce7d7eb9ee7ec4c86a52b', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD565/nsrec06_W4.pdf', 'admin', '2024-11-05 10:52:32', null, null); INSERT INTO `oss_file` VALUES ('4057c0b546656a2e74d2469848654c2f', 'T081007_MAX997.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX997/T081007_MAX997.pdf', 'admin', '2024-11-05 12:01:51', null, null); INSERT INTO `oss_file` VALUES ('4061ac0800a6cf67733d12834224e5b8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OPA128/data.csv', 'admin', '2024-11-05 12:32:33', null, null); INSERT INTO `oss_file` VALUES ('40787d1892357f69245f64f867499100', '2018-Stansberry-TR-17-056-ADXL354-Provision2018Aug14-LBNL2018Jun25-SEE-20205002089.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADXL354BEZ-RL7CT-ND/2018-Stansberry-TR-17-056-ADXL354-Provision2018Aug14-LBNL2018Jun25-SEE-20205002089.pdf', 'admin', '2024-11-05 11:04:24', null, null); INSERT INTO `oss_file` VALUES ('407b244b8bcabf50886f3319d81a11bc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7821TQ/data.csv', 'admin', '2024-11-05 10:57:47', null, null); INSERT INTO `oss_file` VALUES ('408c85a90a9e72bafc45bb77c2374bb4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADUM3223AR7/data.csv', 'admin', '2024-11-05 11:03:34', null, null); INSERT INTO `oss_file` VALUES ('40a309601c638b4310ed0954a17f2c40', 'PPM-97-027.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1009/PPM-97-027.pdf', 'admin', '2024-11-05 11:52:38', null, null); INSERT INTO `oss_file` VALUES ('40a7f23028a75c0ab142146629ceee35', '322.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IPP50R140CP/322.pdf', 'admin', '2024-10-24 12:14:24', null, null); INSERT INTO `oss_file` VALUES ('40bd73ec874d02fb3f2d6269f09843a1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LM311N/data.csv', 'admin', '2024-10-24 12:07:01', null, null); INSERT INTO `oss_file` VALUES ('40cbd5727ed58fe3c7d9fe0f9bfd967c', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DVHF2803R3SF/nsrec01_W15.pdf', 'admin', '2024-11-05 11:21:04', null, null); INSERT INTO `oss_file` VALUES ('40e4055a73228d85109a2e4e4cccd54a', 'PPM-97-028.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP497/PPM-97-028.pdf', 'admin', '2024-11-05 12:31:57', null, null); INSERT INTO `oss_file` VALUES ('40ea5c611bf405e62091089a3d243f71', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1056A/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:39:33', null, null); INSERT INTO `oss_file` VALUES ('40f24d2e497ed88e50dfda1d7f55d396', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ14/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 10:37:14', null, null); INSERT INTO `oss_file` VALUES ('40f2d961ce3343a7ec24c7219aa924c7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ASA2805S/data.csv', 'admin', '2024-11-05 11:07:28', null, null); INSERT INTO `oss_file` VALUES ('410860675fdb09a1f244f13b58405bc6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NSR0140P2T5G/data.csv', 'admin', '2024-11-05 12:26:21', null, null); INSERT INTO `oss_file` VALUES ('4109d874ab2e41f3311f6d44f2512f3b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TLE2142/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:21', null, null); INSERT INTO `oss_file` VALUES ('4117140bba215a5b6eab33a1b17beb3c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD847/data.csv', 'admin', '2024-11-05 11:00:05', null, null); INSERT INTO `oss_file` VALUES ('413200b52d045aeb10f49ef30d8db2a3', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PFORX12 Receiver/NSREC98.pdf', 'admin', '2024-11-05 12:34:59', null, null); INSERT INTO `oss_file` VALUES ('4136758ff8d24b19facc6f15283973e0', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SFT2907A/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:49:36', null, null); INSERT INTO `oss_file` VALUES ('416833918d178cf77eb51295a0fc972a', 'b080393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NHI1500/b080393.pdf', 'admin', '2024-11-05 12:26:11', null, null); INSERT INTO `oss_file` VALUES ('4171d72ee5bda41f18e64ae0fceb8322', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N136/nsrec00_W22.pdf', 'admin', '2024-11-05 10:42:11', null, null); INSERT INTO `oss_file` VALUES ('417529c7a5161028667405cbe045ac07', 'G05FEB_OP27_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27/G05FEB_OP27_TID.pdf', 'admin', '2024-11-05 12:29:49', null, null); INSERT INTO `oss_file` VALUES ('417aa2ec003e5885b2a5703c1e68b7d4', '2017-561-Stansberry-Final-NEPPweb-TR-16-019_16-020-MT46V128M8-T071317-TN46255.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT46V128M8P/2017-561-Stansberry-Final-NEPPweb-TR-16-019_16-020-MT46V128M8-T071317-TN46255.pdf', 'admin', '2024-11-05 12:22:17', null, null); INSERT INTO `oss_file` VALUES ('4196154af1442fd744c6300fd71bf3e6', 'T111603_AD7675.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7675/T111603_AD7675.pdf', 'admin', '2024-11-05 10:57:17', null, null); INSERT INTO `oss_file` VALUES ('41973759b0ee3d6ed156a84c55bc8f70', 'T031405_Altera_FPGA.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EP1525/T031405_Altera_FPGA.pdf', 'admin', '2024-11-05 11:22:03', null, null); INSERT INTO `oss_file` VALUES ('41aaffd033ed699c9e93a0271682a3c2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/data.csv', 'admin', '2024-11-05 11:47:27', null, null); INSERT INTO `oss_file` VALUES ('41b22d378944da8f0c3d22febc606f56', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/66088/data.csv', 'admin', '2024-11-05 10:40:54', null, null); INSERT INTO `oss_file` VALUES ('41b6035c2f81b99e9e874752265c3c1a', 'PPM-99-026.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD845/PPM-99-026.pdf', 'admin', '2024-11-05 10:59:55', null, null); INSERT INTO `oss_file` VALUES ('41cde6b2199d027e3e77390130c8a2ee', '256.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BC857BLT1G/256.pdf', 'admin', '2024-10-24 12:07:57', null, null); INSERT INTO `oss_file` VALUES ('41d1661b78af40ffd2e73f96622a4820', 'PPM-99-021.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/QT22AC10M/PPM-99-021.pdf', 'admin', '2024-11-05 12:36:29', null, null); INSERT INTO `oss_file` VALUES ('41d2420e71cfb4970903f51bb98d3823', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5058RH/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:15:07', null, null); INSERT INTO `oss_file` VALUES ('41e0d0aff674a75bbe65483d37f7f16b', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS139/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 11:31:03', null, null); INSERT INTO `oss_file` VALUES ('41e89cafd294268cb3ac215b00157028', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LF111H-MIL/data.csv', 'admin', '2024-11-05 11:42:51', null, null); INSERT INTO `oss_file` VALUES ('41f5923ad4de62248615f5a3efa6f060', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STPS1045/data.csv', 'admin', '2024-11-05 12:56:07', null, null); INSERT INTO `oss_file` VALUES ('41f7aaa66e66f588ac041e964ff490ca', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CMF10120D/data.csv', 'admin', '2024-11-05 11:14:55', null, null); INSERT INTO `oss_file` VALUES ('41f9850e590187263a32a2eb8f336d42', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/16SCYQ045C/data.csv', 'admin', '2024-11-05 10:21:11', null, null); INSERT INTO `oss_file` VALUES ('420d698299656c293145761526b10f48', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7203ERP/data.csv', 'admin', '2024-11-05 10:43:01', null, null); INSERT INTO `oss_file` VALUES ('422186a102f4f73d301210abaa184737', 'D080700.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OD800/D080700.pdf', 'admin', '2024-11-05 12:26:52', null, null); INSERT INTO `oss_file` VALUES ('422d64b7a869b60a497f8b169cf9941a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF2010DN/data.csv', 'admin', '2024-11-05 11:24:19', null, null); INSERT INTO `oss_file` VALUES ('422e78a9fe5158342faf8c9158bff9f8', 'B122001_LSP2916.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LSP2916/B122001_LSP2916.pdf', 'admin', '2024-11-05 11:52:35', null, null); INSERT INTO `oss_file` VALUES ('423b32c6e94319d3597a2e553e38e287', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL7702B/nsrec00_W21.pdf', 'admin', '2024-11-05 13:04:05', null, null); INSERT INTO `oss_file` VALUES ('423bf67a59263c3f7e7cdf5349531aae', 'nsrec04_marshall.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7HP test sample/nsrec04_marshall.pdf', 'admin', '2024-11-05 10:44:20', null, null); INSERT INTO `oss_file` VALUES ('424d96456a4273d99c0722169e37f927', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/0116400J1D Luna-ES2/Random97a.pdf', 'admin', '2024-10-23 17:29:33', null, null); INSERT INTO `oss_file` VALUES ('4255ee7933f44653fdb3ecf0da8059ef', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N48/NSREC99.pdf', 'admin', '2024-11-05 10:32:37', null, null); INSERT INTO `oss_file` VALUES ('425966e8be905ba83f11ee3b965ce987', '202.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ATC18RHA/202.pdf', 'admin', '2024-10-24 12:00:33', null, null); INSERT INTO `oss_file` VALUES ('4260f877f8d231cc7cf53984fa380bfe', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N6798/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:09', null, null); INSERT INTO `oss_file` VALUES ('4274f143febcea16ea26007c0a46a3fa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Si7414DN-T1-E3/data.csv', 'admin', '2024-11-05 12:59:53', null, null); INSERT INTO `oss_file` VALUES ('4275748cbdc46faa8193086413a6f869', 'T022006_E7K100.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HTE721010G9AT00/T022006_E7K100.pdf', 'admin', '2024-11-05 11:32:27', null, null); INSERT INTO `oss_file` VALUES ('4296bd57fede831d129719b93619fc31', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX972ESA/nsrec00_W21.pdf', 'admin', '2024-11-05 12:01:31', null, null); INSERT INTO `oss_file` VALUES ('42aff47c626dedf41fcfccf38519d787', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMTR283R3S/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:52:55', null, null); INSERT INTO `oss_file` VALUES ('42b403ccdcd3297d9fddd40570207ae9', 'b080393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT63M125/b080393.pdf', 'admin', '2024-11-05 13:09:44', null, null); INSERT INTO `oss_file` VALUES ('42dd669b833a21d0b5d88d6e6ce08ce0', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F8G08AAAWP/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:22:07', null, null); INSERT INTO `oss_file` VALUES ('42ff8dedd2eb491ff9c1a09c27dc605a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5AM HBT test sample/data.csv', 'admin', '2024-11-05 10:39:12', null, null); INSERT INTO `oss_file` VALUES ('4303f294105031f1b389d694801e709f', 'D032002_K4F660812.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K4F660812/D032002_K4F660812.pdf', 'admin', '2024-11-05 11:40:22', null, null); INSERT INTO `oss_file` VALUES ('43041e5a2de684942d8f0c1b5d87e89b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2815D/data.csv', 'admin', '2024-11-05 12:11:48', null, null); INSERT INTO `oss_file` VALUES ('430953d669bf4048bd520f85f2a0b465', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP07/data.csv', 'admin', '2024-11-05 12:28:40', null, null); INSERT INTO `oss_file` VALUES ('430a4d54e7ef001196de52dddd339a25', 'I032706_HCPL625K.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL625K/I032706_HCPL625K.pdf', 'admin', '2024-11-05 11:27:37', null, null); INSERT INTO `oss_file` VALUES ('431359bcd1b6ecff7e0ed046c0c54c7a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/K6R4016V1C-TI10/data.csv', 'admin', '2024-10-24 12:04:22', null, null); INSERT INTO `oss_file` VALUES ('431d5228cf8db66dd1a17d6c9e2274e8', 'PPM-97-018.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD570/PPM-97-018.pdf', 'admin', '2024-11-05 10:52:41', null, null); INSERT INTO `oss_file` VALUES ('431e807daee29d12b266fb2d10599222', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LT1009/data.csv', 'admin', '2024-11-05 11:52:37', null, null); INSERT INTO `oss_file` VALUES ('431fccbf51992a889cbf7788de92cb4e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMSA2815/data.csv', 'admin', '2024-11-05 12:52:34', null, null); INSERT INTO `oss_file` VALUES ('4321987c394b5f8228a6b3fbf2d4d4ac', 'T101501_MDI15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES15ZF/T101501_MDI15.pdf', 'admin', '2024-11-05 12:09:27', null, null); INSERT INTO `oss_file` VALUES ('4338152f355c288f9b4001d70365aaa9', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM317KTTR/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 11:49:28', null, null); INSERT INTO `oss_file` VALUES ('433c0e6fa3e8f8816f1e265c9b36d606', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CT2521/data.csv', 'admin', '2024-11-05 11:17:09', null, null); INSERT INTO `oss_file` VALUES ('4340d7d0e1617591acaf6a65edceea43', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FVP100140170/data.csv', 'admin', '2024-11-05 11:23:30', null, null); INSERT INTO `oss_file` VALUES ('435a4a79b7224d6f6fccbfefdd822303', 'IU0600.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/IU0600.pdf', 'admin', '2024-11-05 12:35:55', null, null); INSERT INTO `oss_file` VALUES ('43ad7473a33a86931a2c16bd031ff125', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2805F/data.csv', 'admin', '2024-11-05 12:22:46', null, null); INSERT INTO `oss_file` VALUES ('43bebebbd488abf73372102eec231eee', 'NEPP-CP-2017-Casey-NSREC-Poster-Pres-Schottky-Diodes-TN44380.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANTX1N6843CCU3/NEPP-CP-2017-Casey-NSREC-Poster-Pres-Schottky-Diodes-TN44380.pdf', 'admin', '2024-11-05 11:38:12', null, null); INSERT INTO `oss_file` VALUES ('43c5517a99af59c3141d82c768684adc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM137/data.csv', 'admin', '2024-11-05 11:47:01', null, null); INSERT INTO `oss_file` VALUES ('43c6e43da4728adf517aa1500d1e5e43', '141.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HCPL5431/141.pdf', 'admin', '2024-10-24 11:52:31', null, null); INSERT INTO `oss_file` VALUES ('43ccad25fad99c37236e32229f2dff83', 'L061606_TPS76701.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS76701/L061606_TPS76701.pdf', 'admin', '2024-11-05 13:05:24', null, null); INSERT INTO `oss_file` VALUES ('43cecaac748f21ea7e700f664da2704e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TL431BIDMR2G/data.csv', 'admin', '2024-10-24 12:09:45', null, null); INSERT INTO `oss_file` VALUES ('43d07d6b033189a89518ed415ae75a75', 'b063094.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/b063094.pdf', 'admin', '2024-11-05 11:46:19', null, null); INSERT INTO `oss_file` VALUES ('43dd91a3e83c84a9c098c7d3a172fbf9', 'PPM-99-016.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07/PPM-99-016.pdf', 'admin', '2024-11-05 12:28:41', null, null); INSERT INTO `oss_file` VALUES ('43e7e0dfed6496e7d1a4141187616204', 'PPM-92-116.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD54HC4053F3A/PPM-92-116.pdf', 'admin', '2024-11-05 11:13:35', null, null); INSERT INTO `oss_file` VALUES ('43fd244232460907302991f40282ab37', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RED12ZF/data.csv', 'admin', '2024-11-05 12:09:03', null, null); INSERT INTO `oss_file` VALUES ('440e6c08012991408ec7a728e421bd1c', 'NRL062409_TPS79133.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS79133/NRL062409_TPS79133.pdf', 'admin', '2024-11-05 13:05:34', null, null); INSERT INTO `oss_file` VALUES ('441a1625980a5e5c439432441688f966', 'i111796c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AM7968/i111796c.pdf', 'admin', '2024-11-05 11:05:46', null, null); INSERT INTO `oss_file` VALUES ('4457eb9b01e31b81eeaf987e14ef9f7a', '2019-Carstens-TR-GSFC-19-040-2N2222-TID-2019Dec09-TN78001.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV2N2222AUB/2019-Carstens-TR-GSFC-19-040-2N2222-TID-2019Dec09-TN78001.pdf', 'admin', '2024-11-05 11:38:17', null, null); INSERT INTO `oss_file` VALUES ('447be7f0f3d2862d732b7ab9e43b9b8c', 'B030402_AN10E40.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AN10E40/B030402_AN10E40.pdf', 'admin', '2024-11-05 11:06:19', null, null); INSERT INTO `oss_file` VALUES ('44913f019e7c70519b564a0f7cd2d7ad', 'NEPP-TR-2017-Berg-Final-NEPPweb-TR-16-003_16-032-RT4G150-TN44754.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RT4G150-CB1657/NEPP-TR-2017-Berg-Final-NEPPweb-TR-16-003_16-032-RT4G150-TN44754.pdf', 'admin', '2024-11-05 12:43:35', null, null); INSERT INTO `oss_file` VALUES ('449304650068e37f94ed4cf233cba82d', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6103/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:55:17', null, null); INSERT INTO `oss_file` VALUES ('44adf8f721cb0122c461376b0d28136e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/80386DX-25/data.csv', 'admin', '2024-11-05 10:44:37', null, null); INSERT INTO `oss_file` VALUES ('44bc995bd08b965edd3ef31aa6a90e54', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136/Random97a.pdf', 'admin', '2024-11-05 11:46:44', null, null); INSERT INTO `oss_file` VALUES ('44bd2b188cbb1d4b44b61684e43007e8', 'PPM-95-108.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD565/PPM-95-108.pdf', 'admin', '2024-11-05 10:52:33', null, null); INSERT INTO `oss_file` VALUES ('44be1000a13521c7c6f631e7adf5289b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE1500/data.csv', 'admin', '2024-11-05 10:47:05', null, null); INSERT INTO `oss_file` VALUES ('44c0975f4d3b14374b9b8de94c624555', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MRX8501/NSREC02_W16.pdf', 'admin', '2024-11-05 12:14:10', null, null); INSERT INTO `oss_file` VALUES ('44c8d29b7aa1a72f1ad2aac91a1b62e2', 'G06MAY_MAX6021_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX6021/G06MAY_MAX6021_TID.pdf', 'admin', '2024-11-05 12:00:46', null, null); INSERT INTO `oss_file` VALUES ('44d4d12aa5c3eaf50bb2220760412448', '412.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/INA226AIDGSR/412.pdf', 'admin', '2024-10-24 12:22:58', null, null); INSERT INTO `oss_file` VALUES ('44d81b11b74a727dc63ebb1b1469c78a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5231/data.csv', 'admin', '2024-11-05 11:27:01', null, null); INSERT INTO `oss_file` VALUES ('44f51844f0a8ba86b888ab12c2921cca', 'PPM-91-746.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC74DMQB/PPM-91-746.pdf', 'admin', '2024-11-05 10:36:34', null, null); INSERT INTO `oss_file` VALUES ('44f9b99a34e98cf4fa8613370b40ed19', 'i062100.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K7/i062100.pdf', 'admin', '2024-11-05 11:40:56', null, null); INSERT INTO `oss_file` VALUES ('4503e2440482ef8b68fc2ab015ae2bce', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC273/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 10:35:53', null, null); INSERT INTO `oss_file` VALUES ('45061afac49a4d779eae06e48394f835', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2680M-S05F/data.csv', 'admin', '2024-11-05 10:23:00', null, null); INSERT INTO `oss_file` VALUES ('450bdaf587f9efa9a3691585d4ebdcf4', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27A/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:57', null, null); INSERT INTO `oss_file` VALUES ('451264b60c944602ff20bcefe94e4601', 'PPM-99-022.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7545/PPM-99-022.pdf', 'admin', '2024-11-05 10:56:54', null, null); INSERT INTO `oss_file` VALUES ('4518a5eb76ce384f2182e262b3476f5d', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAM-3+/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:37:04', null, null); INSERT INTO `oss_file` VALUES ('454656bd59c9026939bb4e3ded58e9a7', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5AM STC test sample/nsrec04_SEE.pdf', 'admin', '2024-11-05 10:39:22', null, null); INSERT INTO `oss_file` VALUES ('454ac24f1af6076559d39b41530d2864', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAD7264/data.csv', 'admin', '2024-11-05 12:36:53', null, null); INSERT INTO `oss_file` VALUES ('455c061e88a0aeec5a80afb0e9370d17', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OP27A/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 14:44:45', null, null); INSERT INTO `oss_file` VALUES ('4563edbfaad0e925b000efbb8176cf4f', 'NSREC02_W8.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K7N803601M/NSREC02_W8.pdf', 'admin', '2024-11-05 11:41:11', null, null); INSERT INTO `oss_file` VALUES ('45728f410679b3226631da7f84851609', 'STMD-CP-2020-Lauenstein-TNS-Paper-Leakage-Current-SiC-Schottky-Power-Diodes-TN79186.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CPW5-1700-Z050B/STMD-CP-2020-Lauenstein-TNS-Paper-Leakage-Current-SiC-Schottky-Power-Diodes-TN79186.pdf', 'admin', '2024-11-05 11:16:18', null, null); INSERT INTO `oss_file` VALUES ('4575d9c9d2074fee19fd64b00a795d7d', '13-005_20130711_AD648_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD648/13-005_20130711_AD648_TID.pdf', 'admin', '2024-11-05 10:54:57', null, null); INSERT INTO `oss_file` VALUES ('457aa64e207de4c178a5411c966e8d8c', 'b090496.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CLAy-31/b090496.pdf', 'admin', '2024-11-05 11:14:22', null, null); INSERT INTO `oss_file` VALUES ('457c474a4af4333f1a3ed34656127cea', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMA1031/data.csv', 'admin', '2024-11-05 12:51:29', null, null); INSERT INTO `oss_file` VALUES ('457eb612aac60bd01d9c7591512fc0c9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NC7SZ74/data.csv', 'admin', '2024-11-05 12:25:59', null, null); INSERT INTO `oss_file` VALUES ('4580616068e8df99f180d796ef323abf', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD574AT/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:48', null, null); INSERT INTO `oss_file` VALUES ('45a96d909af822f7c8433d2a83660b7c', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 12:21:10', null, null); INSERT INTO `oss_file` VALUES ('45bc1e627bc8a16c1bc56b291551e6f8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MOS-250-2/data.csv', 'admin', '2024-11-05 12:13:10', null, null); INSERT INTO `oss_file` VALUES ('45c466fb18c5ab889752baf6f0163f6c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/6651/data.csv', 'admin', '2024-11-05 10:41:35', null, null); INSERT INTO `oss_file` VALUES ('45d66b640d80bae7f1001811a23ab9f1', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/H30466A-21/random6a.pdf', 'admin', '2024-11-05 11:25:53', null, null); INSERT INTO `oss_file` VALUES ('45d6ffaa88a3b799e1b2e60d62d06a7d', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/nsrec01_W15.pdf', 'admin', '2024-11-05 12:35:55', null, null); INSERT INTO `oss_file` VALUES ('45dae59ae1707199d989bdc966fba2e4', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/REF-43B/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:42', null, null); INSERT INTO `oss_file` VALUES ('45dfec39f2d0bdbdd8a2a00d79558624', 'PPM-99-038.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PIC7527/PPM-99-038.pdf', 'admin', '2024-11-05 12:35:06', null, null); INSERT INTO `oss_file` VALUES ('45f609c7b8d406aee030fcf6bd198ea7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MAX890LESA+/data.csv', 'admin', '2024-10-24 12:22:25', null, null); INSERT INTO `oss_file` VALUES ('45fd3b397cd1ae9ffb0c91ee65fcd34e', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66092/nsrec00_W22.pdf', 'admin', '2024-11-05 10:40:57', null, null); INSERT INTO `oss_file` VALUES ('45fe427c5d5546090f795a2ba38ddc00', '80.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/S29GL01GS10FHI010/80.pdf', 'admin', '2024-10-24 11:48:08', null, null); INSERT INTO `oss_file` VALUES ('4603d6b48d8ed4ef3386e527452d625d', 'T091011_A3PE3000L.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/T091011_A3PE3000L.pdf', 'admin', '2024-11-05 14:46:54', null, null); INSERT INTO `oss_file` VALUES ('46042649eb3e61570096f685d7b54e3e', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UPD4216400-60/Random97a.pdf', 'admin', '2024-11-05 13:08:56', null, null); INSERT INTO `oss_file` VALUES ('460cab9646c4e8cb5a1714a7e509110e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54HC4075J/data.csv', 'admin', '2024-11-05 12:53:57', null, null); INSERT INTO `oss_file` VALUES ('460d7b1252eba4dfa5a20ea12d032090', 'PPM-97-027.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LT1009/PPM-97-027.pdf', 'admin', '2024-11-05 14:56:41', null, null); INSERT INTO `oss_file` VALUES ('462354c460e6603e0d90cecde4816379', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AS5C4008DJ/data.csv', 'admin', '2024-11-05 11:07:20', null, null); INSERT INTO `oss_file` VALUES ('463c723d1b8d17095d4b8539f21e22ef', 'T081610_LTC1864L.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1864L/T081610_LTC1864L.pdf', 'admin', '2024-11-05 11:54:43', null, null); INSERT INTO `oss_file` VALUES ('465553cfe0fcab950846cbff3755d468', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBL8L40/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:47:24', null, null); INSERT INTO `oss_file` VALUES ('466637d728e63415d75263639d30ede9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PE9915X/data.csv', 'admin', '2024-11-05 12:34:56', null, null); INSERT INTO `oss_file` VALUES ('466c2b2018a346332f7c79e9e194e4e3', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SA8016/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 12:46:48', null, null); INSERT INTO `oss_file` VALUES ('466db045f52533f718bc60068d219c95', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6103/data.csv', 'admin', '2024-11-05 11:55:17', null, null); INSERT INTO `oss_file` VALUES ('4677e0a956de2952128c028ee80a04f1', 'VdG08JUN_2N5157.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5157/VdG08JUN_2N5157.pdf', 'admin', '2024-11-05 10:30:07', null, null); INSERT INTO `oss_file` VALUES ('467b3a6119c6670dd227ec49a29a3aa4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 3 1200/data.csv', 'admin', '2024-11-05 12:45:38', null, null); INSERT INTO `oss_file` VALUES ('46822657ea0888af713ab430fbe3551e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP42/data.csv', 'admin', '2024-11-05 12:30:55', null, null); INSERT INTO `oss_file` VALUES ('469dd56befc75f1eb7136dc9f2f31ed2', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG403/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:18', null, null); INSERT INTO `oss_file` VALUES ('46b405d314492e33ec1e55af219b258e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/1N5554/data.csv', 'admin', '2024-11-05 10:21:42', null, null); INSERT INTO `oss_file` VALUES ('46e4a4d2b9ecd922285bfe5f50de65ac', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD1674/nsrec01_W15.pdf', 'admin', '2024-11-05 10:50:30', null, null); INSERT INTO `oss_file` VALUES ('46e703da89f087339fda3763165cd34e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IRLML2803A/data.csv', 'admin', '2024-11-05 11:35:29', null, null); INSERT INTO `oss_file` VALUES ('46f4a084da7509fb06860b8ebee76659', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV4N24/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:27', null, null); INSERT INTO `oss_file` VALUES ('46f5f654faa1e12c27ab7a4b6f6b3480', '239.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/GR740 System on chip/239.pdf', 'admin', '2024-10-24 12:06:30', null, null); INSERT INTO `oss_file` VALUES ('46f6fc67c0889d6e277f45fe3cdf3a14', '294.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL431/294.pdf', 'admin', '2024-11-05 13:03:29', null, null); INSERT INTO `oss_file` VALUES ('470e0042af61a2be244f7bf75629d115', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP07AJ/data.csv', 'admin', '2024-11-05 12:28:56', null, null); INSERT INTO `oss_file` VALUES ('472517ec9f0453ff59db223af7d3225d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HAS2/data.csv', 'admin', '2024-10-24 11:55:51', null, null); INSERT INTO `oss_file` VALUES ('4738a37e3a76c80e0cadea12c2976626', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD677/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:07', null, null); INSERT INTO `oss_file` VALUES ('474f356ffc621932a3735c95b712218b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LT1010/data.csv', 'admin', '2024-11-05 11:52:56', null, null); INSERT INTO `oss_file` VALUES ('476a3243493cb36f8636ae2fe3e8290e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BF04437/data.csv', 'admin', '2024-11-05 11:10:14', null, null); INSERT INTO `oss_file` VALUES ('477a8f6e36a8f76b4585b8321bb8b077', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/C2M0080120D/data.csv', 'admin', '2024-10-24 11:57:51', null, null); INSERT INTO `oss_file` VALUES ('477b992a0d7f52f848c2b7951e55eecb', 'b082499b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSA0670/b082499b.pdf', 'admin', '2024-11-05 12:14:20', null, null); INSERT INTO `oss_file` VALUES ('47804abb07ec69ed825395fc52a6a772', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/ PROTO/data.csv', 'admin', '2024-10-24 11:49:17', null, null); INSERT INTO `oss_file` VALUES ('478132e745c507bd6ae108d7b1a9e99b', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Structure 45 nm SOI/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 13:07:18', null, null); INSERT INTO `oss_file` VALUES ('47a03433c7296ab155e582653c96e933', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Mii4N49/data.csv', 'admin', '2024-11-05 12:24:45', null, null); INSERT INTO `oss_file` VALUES ('47ca4d6f7c1c45038b97dfc933656bb1', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AHCT32/nsrec04_SEE.pdf', 'admin', '2024-11-05 10:37:53', null, null); INSERT INTO `oss_file` VALUES ('47ca7136757c308bdf22d69873ce5c0c', 'Oldham_nsrec11_W25.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F8G08U0M/Oldham_nsrec11_W25.pdf', 'admin', '2024-11-05 11:41:47', null, null); INSERT INTO `oss_file` VALUES ('47d101447f90e54e6281c840dd5a641d', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AS5C512K8/NSREC98.pdf', 'admin', '2024-11-05 11:07:25', null, null); INSERT INTO `oss_file` VALUES ('47d2261ae670fad8c0f0c9e3a4f87b4d', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LS2805/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 11:51:40', null, null); INSERT INTO `oss_file` VALUES ('47df10404a3c2b9c2f37ad3dfbfca1e7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AHE2815/data.csv', 'admin', '2024-11-05 11:05:29', null, null); INSERT INTO `oss_file` VALUES ('47fa648e83cd0374d5d9e4ff08a41c7a', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC2054HV/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 11:54:59', null, null); INSERT INTO `oss_file` VALUES ('47fd642b1dea243e2dee05b485ab1674', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/67204EV-50/NSREC98.pdf', 'admin', '2024-11-05 10:41:42', null, null); INSERT INTO `oss_file` VALUES ('4801debb2c460618e5cdb6c777ef8371', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF2006/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 11:24:00', null, null); INSERT INTO `oss_file` VALUES ('481441b39487ee250ef4d67b00fa6e7a', '121891.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/80386/121891.pdf', 'admin', '2024-11-05 10:44:30', null, null); INSERT INTO `oss_file` VALUES ('4816bae6800afeb9cc6e7b8862e6a0f3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TPS5420/data.csv', 'admin', '2024-11-05 13:05:08', null, null); INSERT INTO `oss_file` VALUES ('4818a746ab6d6a16e4ff4120e366e6b1', 'LMR38020 TID Test Report_v01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LMR38020/LMR38020 TID Test Report_v01.pdf', 'admin', '2024-10-24 12:21:47', null, null); INSERT INTO `oss_file` VALUES ('482773efecdfafa743f27ceeafbdd72c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BFY640B/data.csv', 'admin', '2024-10-24 12:08:39', null, null); INSERT INTO `oss_file` VALUES ('484dfc1a0117f1149c25f2c3d768b8e9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PA02/data.csv', 'admin', '2024-11-05 12:33:30', null, null); INSERT INTO `oss_file` VALUES ('48511e0befe1b5d064bd8e351fb2752c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1814/data.csv', 'admin', '2024-11-05 12:40:19', null, null); INSERT INTO `oss_file` VALUES ('4859ea33d313ac62b4f7fc612f8645dd', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP470/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:31:25', null, null); INSERT INTO `oss_file` VALUES ('485f480ef89c2cf34102920f520ab2b3', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT47H128M8HQ-3E/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 12:22:26', null, null); INSERT INTO `oss_file` VALUES ('486007a7207d33a667c8b76a0a5a0ac9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UDS2983/data.csv', 'admin', '2024-11-05 13:08:54', null, null); INSERT INTO `oss_file` VALUES ('48723e40090530fa8e4299ea4aa4a6a2', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XCKU040-1LFFVA1156I Kintex-UltraScale/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 13:14:57', null, null); INSERT INTO `oss_file` VALUES ('488ecd4dfef8e41a19cff8e760bbe29f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD645/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:30', null, null); INSERT INTO `oss_file` VALUES ('4896b7ea9004b5f4c6485a4636de3dbe', '173.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5431/173.pdf', 'admin', '2024-11-05 11:27:11', null, null); INSERT INTO `oss_file` VALUES ('489781728c7bc44e7fcc2d5f9be7b99a', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM5117400RR7/DRAM296.pdf', 'admin', '2024-11-05 11:29:05', null, null); INSERT INTO `oss_file` VALUES ('48a05593219db45d84eb59da95d0d15f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FST180/data.csv', 'admin', '2024-11-05 11:23:14', null, null); INSERT INTO `oss_file` VALUES ('48a2d63ea9b705ce3eeca0da093ddf45', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54HC165/data.csv', 'admin', '2024-11-05 10:38:19', null, null); INSERT INTO `oss_file` VALUES ('48b81d5ed609cf34ac0e80b6e87a09f5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5900RH/data.csv', 'admin', '2024-11-05 12:18:58', null, null); INSERT INTO `oss_file` VALUES ('48b8ae1886a67a5387cf00aa6c9bd545', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AMP03/data.csv', 'admin', '2024-11-05 11:06:12', null, null); INSERT INTO `oss_file` VALUES ('48d41533a96f9284b356ab0323bb0bf1', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/QT22AC10M/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:46', null, null); INSERT INTO `oss_file` VALUES ('48db0e88bbeb0f384d1f7109c7a8e942', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ac109/data.csv', 'admin', '2024-11-05 10:38:55', null, null); INSERT INTO `oss_file` VALUES ('48eb77abde3dad534f3b389cc26d2ba0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SGF15E100/data.csv', 'admin', '2024-11-05 12:50:44', null, null); INSERT INTO `oss_file` VALUES ('4904dff8b08ea43bcdad27d9eb10b5b3', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08A/PPM-99-045.pdf', 'admin', '2024-10-23 17:39:06', null, null); INSERT INTO `oss_file` VALUES ('4910c30ea17c0c21519d13004a054aa4', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1419/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 11:54:09', null, null); INSERT INTO `oss_file` VALUES ('4914f77d198909bedd1a929797da1ded', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/THS4131/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 13:02:55', null, null); INSERT INTO `oss_file` VALUES ('491ed4a6799b5c9e8ece827f74e4aec6', 'T022205_Aeroflex_Eclipse_V2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT6325/T022205_Aeroflex_Eclipse_V2.pdf', 'admin', '2024-11-05 13:09:37', null, null); INSERT INTO `oss_file` VALUES ('4920918764dca1fa6a72fcd3bb38e573', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 10:48:51', null, null); INSERT INTO `oss_file` VALUES ('492273d0daf1306054d0f1abbc9d8394', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/10CX220YF780E5G/data.csv', 'admin', '2024-11-05 10:20:26', null, null); INSERT INTO `oss_file` VALUES ('4924bd2b8cd4bbce26509f5ccd58fbc5', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1280A/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:52', null, null); INSERT INTO `oss_file` VALUES ('492e8a48865a36402271955f97075712', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82380-16/ieee95a.pdf', 'admin', '2024-11-05 10:45:17', null, null); INSERT INTO `oss_file` VALUES ('49325c67a99c5cdcf778edb53d0f1d92', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA2620/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:45', null, null); INSERT INTO `oss_file` VALUES ('4944425d7e74936bd718230b6a063f9a', 'PPM-99-042.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX7225/PPM-99-042.pdf', 'admin', '2024-11-05 12:23:43', null, null); INSERT INTO `oss_file` VALUES ('495962a9040f59ad2f18f32cd7fab5c2', 'PPM-99-041.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMC6484/PPM-99-041.pdf', 'admin', '2024-11-05 11:50:19', null, null); INSERT INTO `oss_file` VALUES ('4962f4c1f8e4e6efe59cb6fc3af0bd8a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HS-OP470RH/data.csv', 'admin', '2024-10-24 12:09:24', null, null); INSERT INTO `oss_file` VALUES ('49637edcab3f707886194fd5094a1389', 'VdG11AUG_Wolfdale.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Wolfdale Processor/VdG11AUG_Wolfdale.pdf', 'admin', '2024-11-05 13:12:22', null, null); INSERT INTO `oss_file` VALUES ('496a5f2d25398d927ac93119f4632603', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BF05202/NSREC02_W5.pdf', 'admin', '2024-11-05 11:10:21', null, null); INSERT INTO `oss_file` VALUES ('497020a03374460c9d018fc5ab97990f', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI-509/NSREC99.pdf', 'admin', '2024-11-05 11:28:38', null, null); INSERT INTO `oss_file` VALUES ('497b582ec85ae52224a48fafda9a484e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1272/data.csv', 'admin', '2024-11-05 11:53:55', null, null); INSERT INTO `oss_file` VALUES ('498aa2446a4fb16a5a0f610fb57e052a', 'G05OCT_AD650_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD650/G05OCT_AD650_TID.pdf', 'admin', '2024-11-05 10:55:06', null, null); INSERT INTO `oss_file` VALUES ('49a8b881726d23512f9a716e490601f9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SG1846/data.csv', 'admin', '2024-11-05 12:50:28', null, null); INSERT INTO `oss_file` VALUES ('49bbbd4453d9067cffe5bee82b24251b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/V5QV/data.csv', 'admin', '2024-11-05 13:10:43', null, null); INSERT INTO `oss_file` VALUES ('49bd8cd79bcf39ca01d368c238cd3088', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LT7101/data.csv', 'admin', '2024-10-24 12:21:35', null, null); INSERT INTO `oss_file` VALUES ('49c0729bac9fd5da13d55d2850a677d7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N5097/data.csv', 'admin', '2024-11-05 10:28:59', null, null); INSERT INTO `oss_file` VALUES ('49cfd3b90455911e5e70d9333afa2018', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BAS21,215/data.csv', 'admin', '2024-11-05 11:09:42', null, null); INSERT INTO `oss_file` VALUES ('49dc6e6f87daa31be34a4591c6203f4e', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M3G280515T/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 11:57:48', null, null); INSERT INTO `oss_file` VALUES ('49dece0e9aa0509802f933f4f2421792', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP497BRC/data.csv', 'admin', '2024-11-05 12:32:00', null, null); INSERT INTO `oss_file` VALUES ('49f9932f5a3ce69021d7f43d425c2174', '2015-Boutte-Campola-TR-15-018-DG403DY-E3-Vishay-Analog-Switch-LBNL-2015Apr01-20205005874.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG403DY-E3/2015-Boutte-Campola-TR-15-018-DG403DY-E3-Vishay-Analog-Switch-LBNL-2015Apr01-20205005874.pdf', 'admin', '2024-11-05 11:19:13', null, null); INSERT INTO `oss_file` VALUES ('4a057d176f2250de3884250137cce674', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MPF300T-FCG1152 (PolarFire)/data.csv', 'admin', '2024-11-05 12:13:37', null, null); INSERT INTO `oss_file` VALUES ('4a1f47c1e9c655dafa503727af6960d3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CH/data.csv', 'admin', '2024-11-05 11:04:35', null, null); INSERT INTO `oss_file` VALUES ('4a30575f6f5fa2d88c8ac0694a5a9560', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HM65656/data.csv', 'admin', '2024-11-05 11:29:36', null, null); INSERT INTO `oss_file` VALUES ('4a34725629658bca5fa3e14aea21cead', '146.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HM5225165BTT75/146.pdf', 'admin', '2024-10-24 11:53:06', null, null); INSERT INTO `oss_file` VALUES ('4a462a589bdae41cf09b6fa7f0f81c30', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N5157/data.csv', 'admin', '2024-11-05 10:30:07', null, null); INSERT INTO `oss_file` VALUES ('4a52e7e10b2d14e7e92813bf7f836b14', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/i3-6100T Skylake 6th Gen Core™/data.csv', 'admin', '2024-11-05 13:16:26', null, null); INSERT INTO `oss_file` VALUES ('4a562a8dab6dffe73c863e6cc16f9c09', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7664/data.csv', 'admin', '2024-11-05 10:57:09', null, null); INSERT INTO `oss_file` VALUES ('4a593829ba65e9096dc37317db1aaadd', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TLV5618/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 13:04:48', null, null); INSERT INTO `oss_file` VALUES ('4a5a20aa451bdc25b4b92e38fba1045e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TL1431ACZT - GE337030/data.csv', 'admin', '2024-10-24 12:16:38', null, null); INSERT INTO `oss_file` VALUES ('4a6cbc3463c9db988048ef89fa025e04', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RadFET - CMOS FET Dosimeter/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 12:45:15', null, null); INSERT INTO `oss_file` VALUES ('4a723e719e16edbf012dae65e786c29d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RED15ZF/data.csv', 'admin', '2024-11-05 12:09:08', null, null); INSERT INTO `oss_file` VALUES ('4a8e62605afa623d065bd81f041fa416', 'T080101_LTC1604.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1604/T080101_LTC1604.pdf', 'admin', '2024-11-05 11:54:19', null, null); INSERT INTO `oss_file` VALUES ('4a934ac3a2e8391bcfced23cd67c985c', 'PPM-96-004.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2805S/PPM-96-004.pdf', 'admin', '2024-11-05 12:11:36', null, null); INSERT INTO `oss_file` VALUES ('4aa9b45775be9d5d67e727488752977c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PE21198/data.csv', 'admin', '2024-11-05 12:34:27', null, null); INSERT INTO `oss_file` VALUES ('4aed01184edc8214aeec10a5e27295bb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MHV2803R3/data.csv', 'admin', '2024-11-05 12:11:53', null, null); INSERT INTO `oss_file` VALUES ('4aefee3bab18363cf000e6c7d00ac9b0', 'PPM-92-054.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC646LMQB/PPM-92-054.pdf', 'admin', '2024-11-05 10:36:25', null, null); INSERT INTO `oss_file` VALUES ('4b133faba3306dc6fdefbada8ccb3a37', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RS Encoder/data.csv', 'admin', '2024-11-05 12:42:54', null, null); INSERT INTO `oss_file` VALUES ('4b2713b27fdc262ae7000f1b549c7bc4', '90595.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Luna ES DD3/90595.pdf', 'admin', '2024-11-05 11:57:14', null, null); INSERT INTO `oss_file` VALUES ('4b3c0dee80beefdf1e7141dba8753889', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FIP100110125/NSREC02_W5.pdf', 'admin', '2024-11-05 11:22:51', null, null); INSERT INTO `oss_file` VALUES ('4b3f165a729e248ccbf8245f973497a4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LT1128/data.csv', 'admin', '2024-11-05 11:53:16', null, null); INSERT INTO `oss_file` VALUES ('4b6d8226b806ce65a392a976329ad552', 'NRL060702_AD7414.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7414/NRL060702_AD7414.pdf', 'admin', '2024-11-05 10:56:27', null, null); INSERT INTO `oss_file` VALUES ('4b762d8dbd0cac5fc6eb3699ed1fdc61', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IRH7360SE/data.csv', 'admin', '2024-11-05 11:35:11', null, null); INSERT INTO `oss_file` VALUES ('4b76384d05b144af9799c52336eae8aa', 'T062507_FM22L16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FM22L16/T062507_FM22L16.pdf', 'admin', '2024-11-05 11:22:58', null, null); INSERT INTO `oss_file` VALUES ('4b7dff818d82a9e65ad67023351dfe73', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP270/nsrec00_W21.pdf', 'admin', '2024-11-05 12:29:53', null, null); INSERT INTO `oss_file` VALUES ('4b83d200a84ccfb6a3c5e60217d69ef2', 'no_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5087/no_report.pdf', 'admin', '2024-11-05 10:28:54', null, null); INSERT INTO `oss_file` VALUES ('4b9acc7e2714df929ed4d579596177ac', 'PPM-91-455.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/PPM-91-455.pdf', 'admin', '2024-11-05 10:52:00', null, null); INSERT INTO `oss_file` VALUES ('4b9c137499e4b3107a1067d718d83cc7', 'PPM-94-013.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/PPM-94-013.pdf', 'admin', '2024-11-05 11:47:27', null, null); INSERT INTO `oss_file` VALUES ('4ba9dc77ef79159b9a620c7f60ded45b', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD650/nsrec06_W4.pdf', 'admin', '2024-11-05 10:55:05', null, null); INSERT INTO `oss_file` VALUES ('4bbac8d9ec839053ec807e6da6c7092e', 'G06FEB_HA25142_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA2-5142/G06FEB_HA25142_TID.pdf', 'admin', '2024-11-05 11:26:09', null, null); INSERT INTO `oss_file` VALUES ('4bbc0723a1351ba937da2e622d61dad6', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD630/Random97a.pdf', 'admin', '2024-11-05 10:54:36', null, null); INSERT INTO `oss_file` VALUES ('4be07381527bb222810011fae1a3ae75', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NOPB/data.csv', 'admin', '2024-11-05 11:49:58', null, null); INSERT INTO `oss_file` VALUES ('4bec9e1936c445a184cd953f8745278e', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK1852PN/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:14:40', null, null); INSERT INTO `oss_file` VALUES ('4bf22e5c69c1661e77d6d133d7e82278', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LT2078/data.csv', 'admin', '2024-11-05 11:53:34', null, null); INSERT INTO `oss_file` VALUES ('4bf484fee97a4f21d93ea7e0ab686a9d', 'D020102_Emcore.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MRX8501/D020102_Emcore.pdf', 'admin', '2024-11-05 12:14:10', null, null); INSERT INTO `oss_file` VALUES ('4bf5dbd8350367bdaf14ca8061a30e03', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SY100EL16VZC/nsrec00_W21.pdf', 'admin', '2024-11-05 12:58:24', null, null); INSERT INTO `oss_file` VALUES ('4bf82f371d716973619025301ef4ad01', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/STRH8N10STF3/data.csv', 'admin', '2024-10-24 12:01:07', null, null); INSERT INTO `oss_file` VALUES ('4c1d7ec978db8b03df890cf17f9c6dd5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IL710/data.csv', 'admin', '2024-11-05 11:34:14', null, null); INSERT INTO `oss_file` VALUES ('4c27ab71871495c904fce6c6b26b31e7', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7203ERP/b110994.pdf', 'admin', '2024-11-05 10:43:02', null, null); INSERT INTO `oss_file` VALUES ('4c307dc2760ddc8d2c2e556bf7683f25', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC00/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:08', null, null); INSERT INTO `oss_file` VALUES ('4c374295f7822e020c7c8fa82ab7a059', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N5154/data.csv', 'admin', '2024-11-05 10:29:56', null, null); INSERT INTO `oss_file` VALUES ('4c4005851219e82673d53f784a4eaebe', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBR160S23/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 12:47:43', null, null); INSERT INTO `oss_file` VALUES ('4c4256ee9f182414c2dec32a714df688', 'PPM-97-003.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG201/PPM-97-003.pdf', 'admin', '2024-11-05 11:18:46', null, null); INSERT INTO `oss_file` VALUES ('4c5778a0cd7a2ba82cc6e5215af9af30', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CLAy-31/Random97a.pdf', 'admin', '2024-11-05 11:14:21', null, null); INSERT INTO `oss_file` VALUES ('4c6cc6c052390eda5e647bf9fc1e53da', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC540LMQB/data.csv', 'admin', '2024-11-05 10:36:21', null, null); INSERT INTO `oss_file` VALUES ('4c777c31f9fbe2639a24687bbd8e2060', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HA2-2640/data.csv', 'admin', '2024-11-05 11:26:04', null, null); INSERT INTO `oss_file` VALUES ('4c7fd5168d4f46ce43ac2d45e47452f4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5920/data.csv', 'admin', '2024-11-05 12:19:03', null, null); INSERT INTO `oss_file` VALUES ('4c85f0ccd87a47621ae9a5d5ec75923c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N2905AL/data.csv', 'admin', '2024-11-05 11:39:04', null, null); INSERT INTO `oss_file` VALUES ('4c94266fa71da7a1a445df2f012f4734', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20200CT/data.csv', 'admin', '2024-11-05 12:03:23', null, null); INSERT INTO `oss_file` VALUES ('4ca79acd55508d85a2f9b3722ba1d557', 'T032803_SN54BCT244W.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN54BCT244W/T032803_SN54BCT244W.pdf', 'admin', '2024-11-05 12:53:01', null, null); INSERT INTO `oss_file` VALUES ('4caafc41edadda653713e348373177b0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Fluosil SS/data.csv', 'admin', '2024-11-05 11:24:43', null, null); INSERT INTO `oss_file` VALUES ('4cb71c946e778b0129b9898f4ac18273', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XC4VLX25/data.csv', 'admin', '2024-11-05 13:12:55', null, null); INSERT INTO `oss_file` VALUES ('4ccbcd0749c06852c2178c52d5bdd101', 'G05NOV_SW06_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SW06/G05NOV_SW06_TID.pdf', 'admin', '2024-11-05 12:58:14', null, null); INSERT INTO `oss_file` VALUES ('4cd8e979a8019f3c3792e49fabb2a53f', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD536/NSREC99.pdf', 'admin', '2024-11-05 10:51:40', null, null); INSERT INTO `oss_file` VALUES ('4cdc06faa49525945413beb5c9fe4f85', '2018-Austin-TR-19-018-BSS123-2018Aug02-TID-20205006208.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BSS123/2018-Austin-TR-19-018-BSS123-2018Aug02-TID-20205006208.pdf', 'admin', '2024-11-05 11:10:54', null, null); INSERT INTO `oss_file` VALUES ('4ced9f7280d8ad3659004b25345eae44', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT6325/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 13:09:37', null, null); INSERT INTO `oss_file` VALUES ('4cf2c9e86ee38de6f9035169af84fb9b', 'SEE_00638_01 Samsung ions.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/K4B4G0846Q/SEE_00638_01 Samsung ions.pdf', 'admin', '2024-10-24 12:12:11', null, null); INSERT INTO `oss_file` VALUES ('4cf726cf0f8218fc1dd3169d9ca70d6b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LF198H/data.csv', 'admin', '2024-11-05 11:43:07', null, null); INSERT INTO `oss_file` VALUES ('4cfd6d01146dd625bf354ce862ce3764', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH137H/data.csv', 'admin', '2024-11-05 12:40:11', null, null); INSERT INTO `oss_file` VALUES ('4cff942e772e12c7b2d90dcd582e5e7c', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84-B47,215/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:11:39', null, null); INSERT INTO `oss_file` VALUES ('4d102f5b7b7dae0836f4a79b62474f59', 'G2005_LM119_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM119/G2005_LM119_TID.pdf', 'admin', '2024-11-05 11:44:57', null, null); INSERT INTO `oss_file` VALUES ('4d244539c8cb96b37f29d4ac0638cfca', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MR2A16A/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 12:14:01', null, null); INSERT INTO `oss_file` VALUES ('4d365b1aa14dfaa1b731a567c0be7211', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown 0.5 �m CMOS ROIC/data.csv', 'admin', '2024-11-05 13:10:28', null, null); INSERT INTO `oss_file` VALUES ('4d396a7ce8e5c90338fb2574237c6c76', 'PPM-91-191.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT245/PPM-91-191.pdf', 'admin', '2024-11-05 10:36:52', null, null); INSERT INTO `oss_file` VALUES ('4d6089f57e3ec336b2833dec20d95a72', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20H200/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:04:35', null, null); INSERT INTO `oss_file` VALUES ('4d65f447c05785bb5cc5123ef756550f', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BAR64-05 E6327/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:09:32', null, null); INSERT INTO `oss_file` VALUES ('4d6f9595d4352c5296a5f677c3c7c848', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG403/nsrec00_W21.pdf', 'admin', '2024-11-05 11:19:01', null, null); INSERT INTO `oss_file` VALUES ('4d75f36fb01a277d73010155b3b7e19f', 'PPM-91-382.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MCM1609/PPM-91-382.pdf', 'admin', '2024-11-05 12:08:42', null, null); INSERT INTO `oss_file` VALUES ('4d7c52478070e7d1c07fa9a4f1cd02e3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/88C20/data.csv', 'admin', '2024-11-05 10:45:44', null, null); INSERT INTO `oss_file` VALUES ('4d7d1ff2eb3d2e7f62628bc5c23b2951', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DS25BR100/data.csv', 'admin', '2024-11-05 11:20:15', null, null); INSERT INTO `oss_file` VALUES ('4d8bba2f938f84eef46e7118b04c333b', '291.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LT1009/291.pdf', 'admin', '2024-10-24 12:11:15', null, null); INSERT INTO `oss_file` VALUES ('4d8dd31b4296aab4f9ac57db6e5ae0c3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD9814/data.csv', 'admin', '2024-11-05 11:01:30', null, null); INSERT INTO `oss_file` VALUES ('4d909eb791b087b1660dacfba477a22a', '211.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HM5225165BTT-75, HM5257805BTD-75/211.pdf', 'admin', '2024-10-24 12:01:03', null, null); INSERT INTO `oss_file` VALUES ('4d9dbbf2ea6852fc2b79e60058d7ceda', 'PPM-91-383.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MP5010NT/PPM-91-383.pdf', 'admin', '2024-11-05 12:13:27', null, null); INSERT INTO `oss_file` VALUES ('4d9ffc625148d7427f957e863309e2cf', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSA0670/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 12:14:16', null, null); INSERT INTO `oss_file` VALUES ('4da0a5eab47e098f8412585b26096743', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021CMW-5/data.csv', 'admin', '2024-11-05 12:39:31', null, null); INSERT INTO `oss_file` VALUES ('4da646381e9a7c9f51c2f290d4d1a884', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SFT5094/data.csv', 'admin', '2024-11-05 12:49:42', null, null); INSERT INTO `oss_file` VALUES ('4dd3f8e3c5a2016600af480aaeb283e2', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KSW-2-46+/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:42:41', null, null); INSERT INTO `oss_file` VALUES ('4dd5ae38e2042e0d258d630a36d8e078', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC02DMQB/data.csv', 'admin', '2024-11-05 10:34:34', null, null); INSERT INTO `oss_file` VALUES ('4e08f32fadefa49fe406026bc91cc0c2', '252.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BC817/252.pdf', 'admin', '2024-10-24 12:07:24', null, null); INSERT INTO `oss_file` VALUES ('4e132c981170ebd6b61975e0436a073f', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1708 MOSFET Driver/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 13:08:09', null, null); INSERT INTO `oss_file` VALUES ('4e17711fc158977c2434afda321f362e', '2018-Stansberry-TR-17-056-ADXL354-TID-2018Oct11-NASA-TM-20205008602.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADXL354BEZ-RL7CT-ND/2018-Stansberry-TR-17-056-ADXL354-TID-2018Oct11-NASA-TM-20205008602.pdf', 'admin', '2024-11-05 11:04:25', null, null); INSERT INTO `oss_file` VALUES ('4e2d8ef1c133b84e2125d00fd53f6750', 'G07APR_RADFET_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAD/G07APR_RADFET_TID.pdf', 'admin', '2024-11-05 12:55:26', null, null); INSERT INTO `oss_file` VALUES ('4e42cc5a1e1eebb34372031d5735f51b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LM124AWG-R-QMLV - DC1136A/data.csv', 'admin', '2024-10-24 12:17:17', null, null); INSERT INTO `oss_file` VALUES ('4e4a17afa015132876646af1e720fce9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SY100EL31ZC/data.csv', 'admin', '2024-11-05 12:58:27', null, null); INSERT INTO `oss_file` VALUES ('4e4f59af132c1cba0ba6aa7fa02d2e2e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/KSW-2-46+/data.csv', 'admin', '2024-11-05 11:42:41', null, null); INSERT INTO `oss_file` VALUES ('4e577ca2a41f4e3decf301137f486c45', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LSK489-UT/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 11:52:26', null, null); INSERT INTO `oss_file` VALUES ('4e57cc40fe5e227b3e1862429347d807', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM158AJRQMLV/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 11:48:43', null, null); INSERT INTO `oss_file` VALUES ('4e64f78c45152c0fb5394e85500fdb93', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K9F4G08U0A-PCB0/data.csv', 'admin', '2024-11-05 11:41:33', null, null); INSERT INTO `oss_file` VALUES ('4e6719b730523e0e3e1fd612a275d2b8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/KM48V8100AS/data.csv', 'admin', '2024-11-05 11:42:27', null, null); INSERT INTO `oss_file` VALUES ('4e6ce7dc8ec8a8a33963f71aeee3c47c', 'T030409_IRH7360SE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRH7360SE/T030409_IRH7360SE.pdf', 'admin', '2024-11-05 11:35:11', null, null); INSERT INTO `oss_file` VALUES ('4e6e674038af8e1a5f5f6fe467f38775', '236.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OP-470A/236.pdf', 'admin', '2024-10-24 12:06:26', null, null); INSERT INTO `oss_file` VALUES ('4e9a4a9dd4fc80c52379a4ef01d4420f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/NOV8G12/data.csv', 'admin', '2024-10-24 12:19:11', null, null); INSERT INTO `oss_file` VALUES ('4e9e1a974d3677bcba4bea548ed5ef99', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1157CS8/nsrec00_W21.pdf', 'admin', '2024-11-05 11:53:46', null, null); INSERT INTO `oss_file` VALUES ('4ea08b45412a5f8c66f229bfa23ffb62', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM723/data.csv', 'admin', '2024-11-05 11:50:03', null, null); INSERT INTO `oss_file` VALUES ('4ea7bb8644667676ffaca64f3eac4b5f', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK106/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:14:29', null, null); INSERT INTO `oss_file` VALUES ('4eb66659a8e8ddf1e647912f19d97aa5', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP604 Phototransistor/nsrec00_W22.pdf', 'admin', '2024-11-05 12:32:02', null, null); INSERT INTO `oss_file` VALUES ('4eda8c0a9b470d6d1ca24fb1396c6121', 'RADECS09_Berg.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADS5483/RADECS09_Berg.pdf', 'admin', '2024-11-05 11:03:09', null, null); INSERT INTO `oss_file` VALUES ('4edae198a5b20381ba1238792a4af82a', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139AWRQMLV/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 11:48:18', null, null); INSERT INTO `oss_file` VALUES ('4edd91473d1da949ec04ddddffc9515f', 'LBNL032611_MT29F16G08ABABAWP.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F16G08ABABAWP/LBNL032611_MT29F16G08ABABAWP.pdf', 'admin', '2024-11-05 12:19:54', null, null); INSERT INTO `oss_file` VALUES ('4eee24d2b5449e82c529e0808a099ed2', 'I060602_TAMU_MCF5307.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MCF5307/I060602_TAMU_MCF5307.pdf', 'admin', '2024-11-05 12:08:35', null, null); INSERT INTO `oss_file` VALUES ('4effeb1ca1128019f840d2732362aad3', 'PPM-95-136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SSP21110-25/PPM-95-136.pdf', 'admin', '2024-11-05 12:55:41', null, null); INSERT INTO `oss_file` VALUES ('4f01ab487e7e08645ab4e4c4982f303d', 'PPM-91-392.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC1350/PPM-91-392.pdf', 'admin', '2024-11-05 12:08:15', null, null); INSERT INTO `oss_file` VALUES ('4f189a4c0d39fb5c22ea34cc373b90b4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NOPM/data.csv', 'admin', '2024-11-05 11:50:01', null, null); INSERT INTO `oss_file` VALUES ('4f23d3cec54a3bc2ed62152af4111341', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/i5-6600K Skylake 6th Gen Core™/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 13:16:29', null, null); INSERT INTO `oss_file` VALUES ('4f3399a5b6ac4233f3833b2c1c9ccc15', 'no_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/71256RE/no_report.pdf', 'admin', '2024-11-05 10:42:46', null, null); INSERT INTO `oss_file` VALUES ('4f6213f2e9a507774847ba145f4f0515', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/66123/data.csv', 'admin', '2024-11-05 10:41:18', null, null); INSERT INTO `oss_file` VALUES ('4f77f8fb7b5601791387d4d64d9f92b6', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NBSG53AMNG/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:25:54', null, null); INSERT INTO `oss_file` VALUES ('4f95c6d69eaee8a84184a59d9991db3d', '2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Si7414DN-T1-E3/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf', 'admin', '2024-11-05 12:59:53', null, null); INSERT INTO `oss_file` VALUES ('4fbae568028870f884c2335ed98382b9', 'PPM-98-017.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX913/PPM-98-017.pdf', 'admin', '2024-11-05 12:01:08', null, null); INSERT INTO `oss_file` VALUES ('4fc71151aaa95213c2dd049a7bf6030e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BA06/data.csv', 'admin', '2024-10-24 12:00:55', null, null); INSERT INTO `oss_file` VALUES ('4fc89a1f40c01d3c0170e37da7016fbf', 'PPM-92-039.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC244DMQB/PPM-92-039.pdf', 'admin', '2024-11-05 10:35:31', null, null); INSERT INTO `oss_file` VALUES ('4fce253cccd059a2faebe3c302687eaf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/VA32 HDR2 - TA32C/data.csv', 'admin', '2024-11-05 13:10:48', null, null); INSERT INTO `oss_file` VALUES ('4fd478ff2bb8a161527ff7cb3754d724', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TC5117400J-6/ieee95a.pdf', 'admin', '2024-11-05 13:02:27', null, null); INSERT INTO `oss_file` VALUES ('4fdb46e7d8a49cc96ef6ee3cc60bd0f5', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX7225UQ/nsrec00_W21.pdf', 'admin', '2024-11-05 12:23:46', null, null); INSERT INTO `oss_file` VALUES ('4fde97ec217c5ce669d4d5f0cdc8be88', 'NEPP-TR-2019-Forney-Campola-TR-19-026-OMH3075-Hall-Effect-Sensor-TID-TN77576.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OMH3075S/NEPP-TR-2019-Forney-Campola-TR-19-026-OMH3075-Hall-Effect-Sensor-TID-TN77576.pdf', 'admin', '2024-11-05 12:28:21', null, null); INSERT INTO `oss_file` VALUES ('4fee1d33de80474be48e378bbaddc733', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CD54HCT4046A/data.csv', 'admin', '2024-11-05 11:13:43', null, null); INSERT INTO `oss_file` VALUES ('4ffa97596a946487993385a64eb01f41', 'M120205_MT29F2G08B.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F2G08B/M120205_MT29F2G08B.pdf', 'admin', '2024-11-05 12:20:22', null, null); INSERT INTO `oss_file` VALUES ('5002fe637511f85271b468dd459251d6', 'PPM-92-251.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82C59/PPM-92-251.pdf', 'admin', '2024-11-05 10:45:26', null, null); INSERT INTO `oss_file` VALUES ('500d4b55f5c9e3bd7ce0308f15673212', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX2000S/data.csv', 'admin', '2024-11-05 12:44:36', null, null); INSERT INTO `oss_file` VALUES ('5018c3d1cd0de7f26bcc6eff126aaa93', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ373/data.csv', 'admin', '2024-11-05 10:37:44', null, null); INSERT INTO `oss_file` VALUES ('504c027035fe79bfeb1e34f747653070', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66171-300/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 10:41:29', null, null); INSERT INTO `oss_file` VALUES ('504e54656dad79969ddb26a27bc51b95', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL625K/data.csv', 'admin', '2024-11-05 11:27:37', null, null); INSERT INTO `oss_file` VALUES ('505073bded27e0b0b6bc1bc72c59b1e6', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM111/nsrec06_W2.pdf', 'admin', '2024-11-05 11:43:59', null, null); INSERT INTO `oss_file` VALUES ('50567f1ae1a9f53e9a7243fe1547012a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 3 2200G Raven Ridge (YD2200C5FBBOX)/data.csv', 'admin', '2024-11-05 12:45:57', null, null); INSERT INTO `oss_file` VALUES ('506344f7bc5a384b322389ea03f620ae', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IDT49C460/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:12', null, null); INSERT INTO `oss_file` VALUES ('5072b8ef128b983ac9e167f704f700a9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BAS29,215/data.csv', 'admin', '2024-11-05 11:09:59', null, null); INSERT INTO `oss_file` VALUES ('5090d8016c3a2df7f74faf1870fac325', 'T121804_RP21005.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RP21005/T121804_RP21005.pdf', 'admin', '2024-11-05 12:42:47', null, null); INSERT INTO `oss_file` VALUES ('50a80e22c10d116494faf238bedffa08', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/i3-6100 Skylake 6th Gen Core™/data.csv', 'admin', '2024-11-05 13:16:17', null, null); INSERT INTO `oss_file` VALUES ('50b1e1a0cfae8ce21123caf64886e08a', '365.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AT7913 - DC0905, DC1229/365.pdf', 'admin', '2024-10-24 12:18:34', null, null); INSERT INTO `oss_file` VALUES ('50b2ae269ae5a436b5389f86d6945d41', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5531 (4N55)/nsrec00_W22.pdf', 'admin', '2024-11-05 11:27:17', null, null); INSERT INTO `oss_file` VALUES ('50b2c6fd726ee6fe9e8df207c67658aa', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADC14155W-MLS/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:01:56', null, null); INSERT INTO `oss_file` VALUES ('50b6ac22eabfdd20f8c7130f2098d3d8', '210.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ADP3300/210.pdf', 'admin', '2024-10-24 12:00:58', null, null); INSERT INTO `oss_file` VALUES ('50bad5d4fe1c556720888c3187ec77f9', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7664/NSREC03_W10.pdf', 'admin', '2024-11-05 10:57:10', null, null); INSERT INTO `oss_file` VALUES ('50d3c50bfca0e91b40d2271923f8ed66', 'PPM-97-051.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM317AT/PPM-97-051.pdf', 'admin', '2024-11-05 11:49:12', null, null); INSERT INTO `oss_file` VALUES ('50e9eee6466b044c44ffbe3a269f2722', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7672/data.csv', 'admin', '2024-11-05 10:57:12', null, null); INSERT INTO `oss_file` VALUES ('50eb5c82708000e9a51ea63833bd8e5c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT244LMQB/data.csv', 'admin', '2024-11-05 10:36:49', null, null); INSERT INTO `oss_file` VALUES ('50f2e3a99122aaf232324e73c0b112a1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DS1803/data.csv', 'admin', '2024-11-05 11:20:03', null, null); INSERT INTO `oss_file` VALUES ('510188dd6b8face1fbe89914a20b2044', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ08/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:16', null, null); INSERT INTO `oss_file` VALUES ('510ce50d9f637b65ca08cb5ba93e6c40', 'VdG09NOV_STPSC806_STPSC1006.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPSC1006D/VdG09NOV_STPSC806_STPSC1006.pdf', 'admin', '2024-11-05 12:57:48', null, null); INSERT INTO `oss_file` VALUES ('511696ada23ffb4f26b2e9cc7d85d1b5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC20DMQB/data.csv', 'admin', '2024-11-05 10:35:22', null, null); INSERT INTO `oss_file` VALUES ('5129245f1847588a4caca853058fcb1c', 'PPM-98-019.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CLC502/PPM-98-019.pdf', 'admin', '2024-11-05 11:14:33', null, null); INSERT INTO `oss_file` VALUES ('512f14f9a9e2d26af96b7ed73b7e17b7', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XQV5FX70T/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 13:15:46', null, null); INSERT INTO `oss_file` VALUES ('514cda14d367393ce8cc0cd0250d2220', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC4VFX60/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 13:12:48', null, null); INSERT INTO `oss_file` VALUES ('514e364287012a2046f695791d67b1b5', 'nsrec93a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Alpha/nsrec93a.pdf', 'admin', '2024-11-05 11:09:15', null, null); INSERT INTO `oss_file` VALUES ('5165e5fdb5f5d5689207bbf1cc4aabc6', '162.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AM26LV31EIDR, Texas Instruments - AM26LV32EIDR, Texas Instruments - FM22L16-55-TG, Cypress Semiconductor/162.pdf', 'admin', '2024-10-24 11:54:49', null, null); INSERT INTO `oss_file` VALUES ('51742aec832273b3119b057774a668c4', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - IP Optocoupler Driver/NSREC99.pdf', 'admin', '2024-11-05 13:10:06', null, null); INSERT INTO `oss_file` VALUES ('518406ef178c024c7cd810f361766ee2', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1013/nsrec06_W4.pdf', 'admin', '2024-11-05 12:38:36', null, null); INSERT INTO `oss_file` VALUES ('5191d43178ac67be376adcd84d5773a3', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM684002AJ-17/nsrec00_W21.pdf', 'admin', '2024-11-05 11:42:31', null, null); INSERT INTO `oss_file` VALUES ('5195bc1083e320748e2dbb6c4566d4c0', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS4045C/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:57:05', null, null); INSERT INTO `oss_file` VALUES ('5198e7b9ee735466d2b4d929427b70ff', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LSP2916/data.csv', 'admin', '2024-11-05 11:52:34', null, null); INSERT INTO `oss_file` VALUES ('519ccebe153d74fc86a3c76de7e3ca13', '375.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SY10x7A ASIC/375.pdf', 'admin', '2024-10-24 12:19:50', null, null); INSERT INTO `oss_file` VALUES ('51a44c3da9ac4810b83a797bc2ad330f', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Jetson TX1/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:39:44', null, null); INSERT INTO `oss_file` VALUES ('51a5276d450e2890cf08db9387a3d67d', 'D120506_ STAR1000.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STAR1000/D120506_ STAR1000.pdf', 'admin', '2024-11-05 12:56:03', null, null); INSERT INTO `oss_file` VALUES ('51ccb75dbe88ce46eb08d6a2dcaad1b3', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ04/nsrec06_W2.pdf', 'admin', '2024-11-05 10:37:06', null, null); INSERT INTO `oss_file` VALUES ('51d39410818b5ff66c3fd0c381ee4309', 'T030210_SMFLHP2815S.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMFLHP2815S/T030210_SMFLHP2815S.pdf', 'admin', '2024-11-05 12:51:41', null, null); INSERT INTO `oss_file` VALUES ('51d3ce68465eeaf000482a59a48b1933', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6400/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 11:55:48', null, null); INSERT INTO `oss_file` VALUES ('51e087fd93393e510fea771c668e8b94', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CF04406-01/NSREC02_W5.pdf', 'admin', '2024-11-05 11:13:55', null, null); INSERT INTO `oss_file` VALUES ('51e6ff725cc364a83a8f6169f36c8302', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TP0116400AJ3B-70/data.csv', 'admin', '2024-11-05 13:05:03', null, null); INSERT INTO `oss_file` VALUES ('51e7e0710a4f7d850862797b50e5d46b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/6N134/data.csv', 'admin', '2024-11-05 10:41:53', null, null); INSERT INTO `oss_file` VALUES ('51fd7ce16598436ca543640c1341b7c6', 'PPM-95-128.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2812S/PPM-95-128.pdf', 'admin', '2024-11-05 12:10:02', null, null); INSERT INTO `oss_file` VALUES ('5200e83f7ccbeb080bc1bacccdd8f24f', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117H/ieee95a.pdf', 'admin', '2024-11-05 11:44:23', null, null); INSERT INTO `oss_file` VALUES ('5201cd78daf3fc4e201f06330733031a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HX6228/data.csv', 'admin', '2024-11-05 11:32:47', null, null); INSERT INTO `oss_file` VALUES ('520a33e94bcf4843ffcb0afc8398a8bc', 'PPM-91-330.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADC0808MJB/PPM-91-330.pdf', 'admin', '2024-11-05 11:01:33', null, null); INSERT INTO `oss_file` VALUES ('52310f457fcd28c36eea869ff1820985', 'VdG08JUN_UC1875JQMLV.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1875JQMLV/VdG08JUN_UC1875JQMLV.pdf', 'admin', '2024-11-05 13:08:40', null, null); INSERT INTO `oss_file` VALUES ('5244fefcd128bb4e269a0185c55ed387', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FS-PM-6811/NSREC02_W5.pdf', 'admin', '2024-11-05 11:23:08', null, null); INSERT INTO `oss_file` VALUES ('5268413c25e8e2d8636da922987464c8', 'T030210_SMSA2812D.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMSA2812D/T030210_SMSA2812D.pdf', 'admin', '2024-11-05 12:52:28', null, null); INSERT INTO `oss_file` VALUES ('527ddb143878e11f69229ac7ede4648a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N6790/data.csv', 'admin', '2024-11-05 10:30:28', null, null); INSERT INTO `oss_file` VALUES ('527e5702649c24a8138dc4e60b8044ee', 'PPM-93-051.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC193/PPM-93-051.pdf', 'admin', '2024-11-05 10:35:19', null, null); INSERT INTO `oss_file` VALUES ('529b7d3ee5da208ddb5391b71deacfae', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CD21CD/data.csv', 'admin', '2024-11-05 11:13:15', null, null); INSERT INTO `oss_file` VALUES ('529ed10042475fd8347dbe53764e6cc9', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ACT8601/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 10:50:07', null, null); INSERT INTO `oss_file` VALUES ('52a4f0438d384f613a2fa73c5d05d91d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SG1526/data.csv', 'admin', '2024-11-05 12:50:04', null, null); INSERT INTO `oss_file` VALUES ('52a65c8cdf8b1db90611f6d770b84b94', 'NEPP-CP-2017-Berg-MRQW-Presentation-TN39018.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RT4G150-CB1657/NEPP-CP-2017-Berg-MRQW-Presentation-TN39018.pdf', 'admin', '2024-11-05 12:43:34', null, null); INSERT INTO `oss_file` VALUES ('52b5d9d74b7ec69b56eac6f8efb4231c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2299000-1,-2/data.csv', 'admin', '2024-11-05 10:21:54', null, null); INSERT INTO `oss_file` VALUES ('52bb2ea312ffe9306e985bf0e53e009a', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM68512/nsrec94a.pdf', 'admin', '2024-11-05 11:29:43', null, null); INSERT INTO `oss_file` VALUES ('52bdd7190062577cff7bc330c00434bc', '13-029_T20130506_54LVC14.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54LVC14AFK/13-029_T20130506_54LVC14.pdf', 'admin', '2024-11-05 12:54:10', null, null); INSERT INTO `oss_file` VALUES ('52c679fd8aa2aa4794c03044f714604e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SBR1045D1/data.csv', 'admin', '2024-11-05 12:47:33', null, null); INSERT INTO `oss_file` VALUES ('52cd5cacb7d4e4966bf7017201f622f1', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MEMPEK1W016GAXT/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 12:09:44', null, null); INSERT INTO `oss_file` VALUES ('52d36b1f7cfac11b62c86bd13395348f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC32/data.csv', 'admin', '2024-11-05 10:36:02', null, null); INSERT INTO `oss_file` VALUES ('52e1f0f758666609eb4b074066e14b65', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Ref - 43/NSREC98.pdf', 'admin', '2024-11-05 12:45:31', null, null); INSERT INTO `oss_file` VALUES ('52e4aa2afaeaf8dd82083d6909395a79', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM44C4000/b072994.pdf', 'admin', '2024-11-05 11:42:08', null, null); INSERT INTO `oss_file` VALUES ('52e9515f99c143c09d953411ce4d5d9b', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1021CCN8-5/NSREC99.pdf', 'admin', '2024-11-05 11:53:06', null, null); INSERT INTO `oss_file` VALUES ('52ef75fa801726537afe377e1ea2fc1f', 'T111103_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX726/T111103_GLAST.pdf', 'admin', '2024-11-05 12:01:05', null, null); INSERT INTO `oss_file` VALUES ('52f3b9847a72250cc7da8b8ae7dce826', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3700JV/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:27:54', null, null); INSERT INTO `oss_file` VALUES ('52f7b770aa6f3b2fa5c3f0d98e9ce06c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SBR20A300/data.csv', 'admin', '2024-11-05 12:47:54', null, null); INSERT INTO `oss_file` VALUES ('52fdb176cd2eaa9c53c4e83790432617', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV1N3600/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:37', null, null); INSERT INTO `oss_file` VALUES ('531225c5222b9445fd855c411061b4d0', 'B021102_ADG452.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADG452/B021102_ADG452.pdf', 'admin', '2024-11-05 11:02:24', null, null); INSERT INTO `oss_file` VALUES ('53360acb5fad392f0225db3e2a97b1c3', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STRH100N10FSY3/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:58:03', null, null); INSERT INTO `oss_file` VALUES ('53381048f0e93ed532c24c1eaa1a827f', 'PPM-98-009.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27/PPM-98-009.pdf', 'admin', '2024-11-05 12:29:49', null, null); INSERT INTO `oss_file` VALUES ('53429740005ef57311b81f0b79fe61aa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PIC7527/data.csv', 'admin', '2024-10-23 17:39:17', null, null); INSERT INTO `oss_file` VALUES ('5342d667b93d1d074ceca2b555f8c402', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SFT2222A/data.csv', 'admin', '2024-11-05 12:49:20', null, null); INSERT INTO `oss_file` VALUES ('534bc7f480e38b70cf2168163f5d4a5b', 'PPM-97-037.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHV2803R3/PPM-97-037.pdf', 'admin', '2024-11-05 12:11:53', null, null); INSERT INTO `oss_file` VALUES ('5362a36626f75a742a9edc129778a247', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/SCT20N120/data.csv', 'admin', '2024-10-24 11:56:53', null, null); INSERT INTO `oss_file` VALUES ('53632cb92ca3aac303f1a4033e34e8f0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1086/data.csv', 'admin', '2024-11-05 12:40:06', null, null); INSERT INTO `oss_file` VALUES ('537adf306e1204d9335b65b7a07568af', 'G06NOV_AD524_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/G06NOV_AD524_TID.pdf', 'admin', '2024-11-05 10:51:12', null, null); INSERT INTO `oss_file` VALUES ('537b155cb2d1e4d9eba8335722df616e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2815/data.csv', 'admin', '2024-11-05 12:22:52', null, null); INSERT INTO `oss_file` VALUES ('537e2f7793f3b13ee18f93b1c13c9b7f', 'NEPP-CP-2017-Chen-TNS-Paper-TN41048.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F128G08CBECBH6/NEPP-CP-2017-Chen-TNS-Paper-TN41048.pdf', 'admin', '2024-11-05 12:19:48', null, null); INSERT INTO `oss_file` VALUES ('5384e4d51df44ddb2a0accfb065db1d0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP77/data.csv', 'admin', '2024-11-05 12:32:15', null, null); INSERT INTO `oss_file` VALUES ('538e86adc1aa56820228bcb2102284b9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7226/data.csv', 'admin', '2024-11-05 10:56:18', null, null); INSERT INTO `oss_file` VALUES ('539940161e3c376aa1e1f2cfb81b0ac8', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/G311P759-4M194304/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:07', null, null); INSERT INTO `oss_file` VALUES ('539eef3454373642582f3489980f7f43', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/R1RW0416DDSB/data.csv', 'admin', '2024-10-24 11:51:09', null, null); INSERT INTO `oss_file` VALUES ('53a3b8eda97e6921780b60cef221954f', '62492a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EMXO/62492a.pdf', 'admin', '2024-11-05 11:21:58', null, null); INSERT INTO `oss_file` VALUES ('53aa6cb7f79dd86adb8c1fc2dbbbee16', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Custom C-2 LED InGaN blue/nsrec05_W23.pdf', 'admin', '2024-11-05 11:17:39', null, null); INSERT INTO `oss_file` VALUES ('53b7176e0a0efb9765eaa4ba04e09299', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5900RH/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 12:18:58', null, null); INSERT INTO `oss_file` VALUES ('53ba5fda51cb557068142eafdf8bb8c4', 'NRL031610_ISL28196.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ISL28196/NRL031610_ISL28196.pdf', 'admin', '2024-11-05 11:36:31', null, null); INSERT INTO `oss_file` VALUES ('53bab834780723aab80923f73fb6f958', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/DS1820/data.csv', 'admin', '2024-10-24 11:50:24', null, null); INSERT INTO `oss_file` VALUES ('53c88fe61985056216edabc737eec472', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/SHAMROC Phase 1 ADC/data.csv', 'admin', '2024-10-24 11:51:39', null, null); INSERT INTO `oss_file` VALUES ('53cd515ac049dfc0e56a2be249ef780a', 'b061893.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS508RH/b061893.pdf', 'admin', '2024-11-05 11:31:26', null, null); INSERT INTO `oss_file` VALUES ('53e8cdae6a1afedf929dcc5902c2f9fd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7805LPRP/data.csv', 'admin', '2024-11-05 10:43:36', null, null); INSERT INTO `oss_file` VALUES ('53ea1e8914aef0446692722532be883f', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1009MW/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 12:38:26', null, null); INSERT INTO `oss_file` VALUES ('53ecdb2c3b39ba54235e423e81148927', '70194.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7203L40DB/70194.pdf', 'admin', '2024-11-05 10:43:10', null, null); INSERT INTO `oss_file` VALUES ('53fcb2b8e7915379543746f85795e0fc', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD588/nsrec00_W21.pdf', 'admin', '2024-11-05 10:53:38', null, null); INSERT INTO `oss_file` VALUES ('5407cba17bd51934beef9ed036631840', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N6782/data.csv', 'admin', '2024-11-05 10:30:24', null, null); INSERT INTO `oss_file` VALUES ('5410908d1bb611cece6e02396cb167df', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66099/nsrec01_W15.pdf', 'admin', '2024-11-05 10:41:10', null, null); INSERT INTO `oss_file` VALUES ('54134a9a411e5678715eb74b28799343', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/UC1846J-SP/data.csv', 'admin', '2024-10-24 12:05:55', null, null); INSERT INTO `oss_file` VALUES ('541feda32b1de50d87758df94d068add', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC20LMQB/data.csv', 'admin', '2024-11-05 10:35:24', null, null); INSERT INTO `oss_file` VALUES ('542430394ffb2676122931dc762fcbb2', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1009MH/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 12:38:23', null, null); INSERT INTO `oss_file` VALUES ('5425eed99269befc98f5613133d3bd1c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OLH400/data.csv', 'admin', '2024-11-05 12:27:28', null, null); INSERT INTO `oss_file` VALUES ('54272a7af2f0ceaefa5f9fda2e17ab2e', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N48/NSREC98.pdf', 'admin', '2024-11-05 10:32:26', null, null); INSERT INTO `oss_file` VALUES ('542d0e128cc1357e6a72f3a32551f3e8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/IS-139ASRH/data.csv', 'admin', '2024-10-24 11:58:56', null, null); INSERT INTO `oss_file` VALUES ('54393085db60c56451d4af391a1077a7', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SQJ431EP-TI-GE3/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:55:07', null, null); INSERT INTO `oss_file` VALUES ('543e47de9c4a51f0fa7ef9a72bc6e966', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD8465/data.csv', 'admin', '2024-11-05 11:00:03', null, null); INSERT INTO `oss_file` VALUES ('5449368325bed21e2197b84465f86405', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD8222/data.csv', 'admin', '2024-11-05 10:59:41', null, null); INSERT INTO `oss_file` VALUES ('544ce0e3b55f721bef02f43ee7ea6781', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RM24/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:42:14', null, null); INSERT INTO `oss_file` VALUES ('5473a7388ba82e78143e8b75fb935368', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5962-87548023A/data.csv', 'admin', '2024-11-05 10:39:10', null, null); INSERT INTO `oss_file` VALUES ('54899bda873094b57ecf5b6c838572b2', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX L9A0443/nsrec06_W2.pdf', 'admin', '2024-11-05 11:24:50', null, null); INSERT INTO `oss_file` VALUES ('549308e7633188abfbff03a0cac2e251', 'T032803_SN74LVCC3245.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN74LVCC3245/T032803_SN74LVCC3245.pdf', 'admin', '2024-11-05 12:53:37', null, null); INSERT INTO `oss_file` VALUES ('5497d4c48aeda1c7a750f9756e329265', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7664/nsrec01_W15.pdf', 'admin', '2024-11-05 10:57:09', null, null); INSERT INTO `oss_file` VALUES ('54a7cc52138cbb25441ac53b6b7c093a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UPD4216400-60/data.csv', 'admin', '2024-11-05 13:08:57', null, null); INSERT INTO `oss_file` VALUES ('54a9541413c6173535a293ddbda0e790', 'G06OCT_AD670_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD670/G06OCT_AD670_TID.pdf', 'admin', '2024-11-05 10:55:50', null, null); INSERT INTO `oss_file` VALUES ('54c324b00e65c8de6fae7f001969fd61', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BF05444/NSREC02_W5.pdf', 'admin', '2024-11-05 11:10:24', null, null); INSERT INTO `oss_file` VALUES ('54cc23b8930ef892b32214d6a4adad56', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N3700UBJV/data.csv', 'admin', '2024-11-05 10:28:12', null, null); INSERT INTO `oss_file` VALUES ('54d3b116e2921106e28d9d46e98ba307', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SPT6235MS/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:54:32', null, null); INSERT INTO `oss_file` VALUES ('54d7318d46de1352ab97cb6f569bd633', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BUY15CS23J-01 Eng. Samples/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:11:08', null, null); INSERT INTO `oss_file` VALUES ('54e43cf04e364474e04a05e05d49a4f7', 'i052091.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFD3801/i052091.pdf', 'admin', '2024-11-05 11:28:07', null, null); INSERT INTO `oss_file` VALUES ('54e4b55a8542381e528831d628caed2d', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP11/nsrec06_W4.pdf', 'admin', '2024-11-05 12:29:06', null, null); INSERT INTO `oss_file` VALUES ('54e8cd1ef67e818ba10c4d04c28672ce', 'PPM-97-014.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL7705/PPM-97-014.pdf', 'admin', '2024-11-05 13:04:07', null, null); INSERT INTO `oss_file` VALUES ('54e9cc20f335c0211eaae85bf40bd872', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ISC DRAM Stack/NSREC99.pdf', 'admin', '2024-11-05 11:36:26', null, null); INSERT INTO `oss_file` VALUES ('54edefc15978a0aac839392369d227e6', 'PPM-92-237.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54HC4066J/PPM-92-237.pdf', 'admin', '2024-11-05 12:53:55', null, null); INSERT INTO `oss_file` VALUES ('54f9fc46ea7c466000e1c72e6006c7d9', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADC1175/NSREC02_W16.pdf', 'admin', '2024-11-05 11:01:40', null, null); INSERT INTO `oss_file` VALUES ('55041ba29799f3f38cb443023002464c', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADP3330/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 11:02:50', null, null); INSERT INTO `oss_file` VALUES ('553efaf6bcb110de2b63df6e58f98236', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Commercial Sample CMOS/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 11:17:32', null, null); INSERT INTO `oss_file` VALUES ('5567ab914aaa7c723adca466e222beb2', 'Casey-TR-19-049-LP2951-2020Sept21-TID-NASA-TM-20210018675.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/Casey-TR-19-049-LP2951-2020Sept21-TID-NASA-TM-20210018675.pdf', 'admin', '2024-11-05 11:51:23', null, null); INSERT INTO `oss_file` VALUES ('556978fdbfc428f9951215a383c88909', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SerDeSer/data.csv', 'admin', '2024-11-05 12:58:40', null, null); INSERT INTO `oss_file` VALUES ('5586398bffaef10de332daef41f610f5', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LX25/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 11:56:06', null, null); INSERT INTO `oss_file` VALUES ('55871de37cc71d198a91b02b0daac274', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR60100/data.csv', 'admin', '2024-11-05 12:06:20', null, null); INSERT INTO `oss_file` VALUES ('558b81518470d8500e24c4de6133d317', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ISC DRAM Stack/data.csv', 'admin', '2024-11-05 11:36:25', null, null); INSERT INTO `oss_file` VALUES ('559a43bf57f1ce07db23eb712253573a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/SOC2907A/data.csv', 'admin', '2024-10-24 11:50:18', null, null); INSERT INTO `oss_file` VALUES ('55ae019f13787da972880c3cdeb373c0', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1037/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 11:53:10', null, null); INSERT INTO `oss_file` VALUES ('55b194c289a36bcd199ba0f9775dd6d9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/IPP50R140CP/data.csv', 'admin', '2024-10-24 12:14:24', null, null); INSERT INTO `oss_file` VALUES ('55c02082ff5a96c4107cf6e28e524fa4', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1525A/NSREC03_W10.pdf', 'admin', '2024-11-05 12:50:00', null, null); INSERT INTO `oss_file` VALUES ('55c9c6327b648cfa35b8697736930b14', 'PPM-99-005.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI300/PPM-99-005.pdf', 'admin', '2024-11-05 11:28:46', null, null); INSERT INTO `oss_file` VALUES ('55d54e477cdb8ad2c973882f93634e46', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 11:51:15', null, null); INSERT INTO `oss_file` VALUES ('55e03076e585d86d359e91efd46d97d4', 'PPM-92-317.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC244/PPM-92-317.pdf', 'admin', '2024-11-05 10:35:28', null, null); INSERT INTO `oss_file` VALUES ('55e271ba294950b049d12b67e78f87bd', 'nsrec2013_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3700/nsrec2013_W6_TID.pdf', 'admin', '2024-11-05 10:27:38', null, null); INSERT INTO `oss_file` VALUES ('55e4c15df4f6fdd8564c9261d3191364', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IXDI630CI/data.csv', 'admin', '2024-11-05 11:36:54', null, null); INSERT INTO `oss_file` VALUES ('55e681e8ec7dfb2de995f7eec02d3d29', 'PPM-95-183.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD620/PPM-95-183.pdf', 'admin', '2024-11-05 10:53:49', null, null); INSERT INTO `oss_file` VALUES ('55e951aacb8f8cad17b993685c28c0f7', 'D011812_53111.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/53111/D011812_53111.pdf', 'admin', '2024-11-05 10:33:42', null, null); INSERT INTO `oss_file` VALUES ('56147a4fde240b9bd0bbfdf21fc5408b', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM158AJRLQMLV/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 11:48:34', null, null); INSERT INTO `oss_file` VALUES ('5618e331aeb4e2feadc8e8ad8f54ab03', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM139AWRQMLV/data.csv', 'admin', '2024-11-05 11:48:18', null, null); INSERT INTO `oss_file` VALUES ('561dd6f0c677a46339afe4fc82cde36a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/49C460/data.csv', 'admin', '2024-11-05 10:32:07', null, null); INSERT INTO `oss_file` VALUES ('562a02884beba14277142b6a8a4732b6', 'VdG08SEP_Samsung_Micron_Hynix.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HY27UF084G2M/VdG08SEP_Samsung_Micron_Hynix.pdf', 'admin', '2024-11-05 11:33:05', null, null); INSERT INTO `oss_file` VALUES ('562e7dc3c4e8c6f2782a21528c32ad0e', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021BMH-10/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:39:19', null, null); INSERT INTO `oss_file` VALUES ('5637db265538502811ac3c4b33d537da', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BFY640/data.csv', 'admin', '2024-10-24 12:08:35', null, null); INSERT INTO `oss_file` VALUES ('56430eada927d3125dc86364b2ae5cfa', 'PPM-95-130.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1020B/PPM-95-130.pdf', 'admin', '2024-11-05 10:20:12', null, null); INSERT INTO `oss_file` VALUES ('56438942a083bdb738998e8fbca822f8', '2019-Carstens-TR-GSFC-19-044-SNV54LVC00AW-NAND-2019Nov20-TN78000.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNV54LVC00AW/2019-Carstens-TR-GSFC-19-044-SNV54LVC00AW-NAND-2019Nov20-TN78000.pdf', 'admin', '2024-11-05 12:54:15', null, null); INSERT INTO `oss_file` VALUES ('564b899064cc3ddedffb336db80fd963', 'T081102_SG1525A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1525A/T081102_SG1525A.pdf', 'admin', '2024-11-05 12:50:00', null, null); INSERT INTO `oss_file` VALUES ('5660b71769e541cb7b3848aa0705a9a2', 'G04SEP_OP27A_TID.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OP27A/G04SEP_OP27A_TID.pdf', 'admin', '2024-11-05 14:44:45', null, null); INSERT INTO `oss_file` VALUES ('56905e2c139851d37f087cd7def1c4e0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4651/data.csv', 'admin', '2024-11-05 12:00:02', null, null); INSERT INTO `oss_file` VALUES ('56ac2ffd71dd003ad7e82ba82049cc58', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/28C256/data.csv', 'admin', '2024-11-05 10:23:57', null, null); INSERT INTO `oss_file` VALUES ('56bed3541914c4e3d380bfde93967935', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSC4429/nsrec94a.pdf', 'admin', '2024-11-05 13:06:22', null, null); INSERT INTO `oss_file` VALUES ('56cc9435cda1623d6ad2a771bf58cb9f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HS26C31/data.csv', 'admin', '2024-11-05 11:31:15', null, null); INSERT INTO `oss_file` VALUES ('56dc2373baf76dcf1784574fb5e459e7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD7626BCPZ-ND - DC1702/data.csv', 'admin', '2024-10-24 12:13:41', null, null); INSERT INTO `oss_file` VALUES ('56dc977d33ca1d3116a80615ca8ee247', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SDRAM Test Chip/nsrec05_W5.pdf', 'admin', '2024-11-05 12:48:37', null, null); INSERT INTO `oss_file` VALUES ('56dd1e3afec7c842d6fbc8e569a3ba54', 'nsrec2012_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N5154/nsrec2012_W6_TID.pdf', 'admin', '2024-11-05 14:31:33', null, null); INSERT INTO `oss_file` VALUES ('56f561dc7dbbdf88a0b48b10b1518ef0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CGS74LCT252M/data.csv', 'admin', '2024-11-05 11:14:08', null, null); INSERT INTO `oss_file` VALUES ('56fbf0932b3c705d7b2cf8cb4b1f33a6', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82C59A/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:51', null, null); INSERT INTO `oss_file` VALUES ('570351eea3008b0e60ea38a011905336', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Diodes Eng. Samples/data.csv', 'admin', '2024-11-05 11:21:19', null, null); INSERT INTO `oss_file` VALUES ('57041deae59bbbb49b751e1d88a69075', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4583/data.csv', 'admin', '2024-11-05 11:59:42', null, null); INSERT INTO `oss_file` VALUES ('570d1ad30521ba489113d413748d79c0', 'PPM-93-049.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC112/PPM-93-049.pdf', 'admin', '2024-11-05 10:34:47', null, null); INSERT INTO `oss_file` VALUES ('571548993a31768e97add3883f8c35a1', 'D6-3 - TN6.03 - SEE Schottky IDW10G120C5BFKSA1 - NEO-14-086_Report_68-2018_rev2.0.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IDW10G120C5BFKSA1/D6-3 - TN6.03 - SEE Schottky IDW10G120C5BFKSA1 - NEO-14-086_Report_68-2018_rev2.0.pdf', 'admin', '2024-10-24 12:02:45', null, null); INSERT INTO `oss_file` VALUES ('571f73bd569ab880dd9bc9aabef8e2b2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Jetson TX2/data.csv', 'admin', '2024-11-05 11:39:55', null, null); INSERT INTO `oss_file` VALUES ('572a7325873c78c6d3eea932fa45f167', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Eclipse FPGA/data.csv', 'admin', '2024-11-05 11:22:21', null, null); INSERT INTO `oss_file` VALUES ('573e8379a361eea6eefae11d732253b5', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CGS74LCT252M/nsrec00_W21.pdf', 'admin', '2024-11-05 11:14:08', null, null); INSERT INTO `oss_file` VALUES ('573fa9c5faa32baf9393548b790e712d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SQS460EN-T1GE3/data.csv', 'admin', '2024-11-05 12:55:18', null, null); INSERT INTO `oss_file` VALUES ('574c155bf1ddb887fb97f0c74a16a798', 'PPM-97-013.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400AY/PPM-97-013.pdf', 'admin', '2024-11-05 12:30:46', null, null); INSERT INTO `oss_file` VALUES ('574ed4e095ea12c0e21ecd90d16655e5', 'nsrec2013_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/nsrec2013_W6_TID.pdf', 'admin', '2024-11-05 10:24:50', null, null); INSERT INTO `oss_file` VALUES ('5757fd901c3d135b157e328ddc9767c8', 'PPM-92-272.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC169DMQB/PPM-92-272.pdf', 'admin', '2024-11-05 10:35:14', null, null); INSERT INTO `oss_file` VALUES ('575a25888f3d8d81b11938581090cc47', '325.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/STP6N52/325.pdf', 'admin', '2024-10-24 12:14:44', null, null); INSERT INTO `oss_file` VALUES ('575c923621fc873da7111135e9959621', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP400AY/data.csv', 'admin', '2024-11-05 12:30:46', null, null); INSERT INTO `oss_file` VALUES ('576117f1def19706b83b323148ee8a24', '246.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM311N/246.pdf', 'admin', '2024-10-24 12:07:01', null, null); INSERT INTO `oss_file` VALUES ('576359ec545ce70ff515cc56daf439db', 'tns04_Akil.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/9T/tns04_Akil.pdf', 'admin', '2024-11-05 10:46:31', null, null); INSERT INTO `oss_file` VALUES ('5763d21c56c49e696637222b4d8aef47', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6268-10/data.csv', 'admin', '2024-11-05 11:55:37', null, null); INSERT INTO `oss_file` VALUES ('5763df122161682b3bd00bcdfbfa2745', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K4B4G0846B-HCH9 4 Gb die on M471B5773DH0-CH9 DIMMs/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:40:20', null, null); INSERT INTO `oss_file` VALUES ('576646a7bf32f6b1935bfdc90ff6aadf', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8138/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 10:59:10', null, null); INSERT INTO `oss_file` VALUES ('577818b7a7e59147381a1e7c8dca12e6', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS75003/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 13:05:19', null, null); INSERT INTO `oss_file` VALUES ('57a46a633046fe656a640b23db95520c', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-6751/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 11:26:52', null, null); INSERT INTO `oss_file` VALUES ('57ce0111e6ab569bdd83809a9031bb90', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC Annealing/data.csv', 'admin', '2024-11-05 10:34:27', null, null); INSERT INTO `oss_file` VALUES ('57de830cc08db617e22a06e38b592495', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NDS352A/NSREC02_W16.pdf', 'admin', '2024-11-05 12:26:04', null, null); INSERT INTO `oss_file` VALUES ('57df16683437e82440b6bc23797512c3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/ADG 713/data.csv', 'admin', '2024-10-24 12:00:45', null, null); INSERT INTO `oss_file` VALUES ('57e43222a9fa133eda0f14999cf18144', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F512G08AUCBBH8-6IT:B/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 12:21:58', null, null); INSERT INTO `oss_file` VALUES ('57e7e1958fd9a063b3a46b70c27fc023', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TPS7A4901/data.csv', 'admin', '2024-11-05 13:05:45', null, null); INSERT INTO `oss_file` VALUES ('57f01ca27c9d0f256945c3075534c94e', 'T052210_NAND04GW3B2DN6.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NAND04GW3B2DN6/T052210_NAND04GW3B2DN6.pdf', 'admin', '2024-11-05 12:25:34', null, null); INSERT INTO `oss_file` VALUES ('57f23317939d3685e2151236c6bca380', 'PPM-92-301.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N2219AL/PPM-92-301.pdf', 'admin', '2024-11-05 11:39:01', null, null); INSERT INTO `oss_file` VALUES ('57f3094850f1aace2ea8fb246aa93809', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM628128LP-10/random6a.pdf', 'admin', '2024-11-05 11:29:27', null, null); INSERT INTO `oss_file` VALUES ('58064f5cb449d5fa5ee04be84686cb07', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4595DVBR/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 11:59:51', null, null); INSERT INTO `oss_file` VALUES ('580ab2ffc62a6a84d381cbf518c244d7', 'NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/22FDX SRAM-based Line-Monitor Test Vehicle/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'admin', '2024-11-05 10:22:34', null, null); INSERT INTO `oss_file` VALUES ('580d7b91f3768e7b0b774559adf6012f', 'LBNL012100_LBNL032811_Si7431DP.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Si7431DP/LBNL012100_LBNL032811_Si7431DP.pdf', 'admin', '2024-11-05 13:00:00', null, null); INSERT INTO `oss_file` VALUES ('581e02e915c3949e9068590baada1fa5', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC191/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:21', null, null); INSERT INTO `oss_file` VALUES ('581e624dfe658c61d88ab2a7d0392d82', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL750L05CDR/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 13:03:42', null, null); INSERT INTO `oss_file` VALUES ('582fc5b991d98d0e67bc8632ead84f25', 'i090595.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/628128/i090595.pdf', 'admin', '2024-11-05 10:40:34', null, null); INSERT INTO `oss_file` VALUES ('5839712db5b282d1dfb391832e286024', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT138LMQB/data.csv', 'admin', '2024-11-05 10:36:41', null, null); INSERT INTO `oss_file` VALUES ('584850997971eb2704298a3fc9be7bf9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IMME128M64D3DUS8AG-E125/data.csv', 'admin', '2024-11-05 11:34:29', null, null); INSERT INTO `oss_file` VALUES ('584aee08e31bec3125e5b84fbc9f11c6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1013MH/data.csv', 'admin', '2024-11-05 12:38:54', null, null); INSERT INTO `oss_file` VALUES ('584e60a4337e3a94c9b18d1b271d581b', 'PPM-99-017.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07/PPM-99-017.pdf', 'admin', '2024-11-05 12:28:41', null, null); INSERT INTO `oss_file` VALUES ('585d1df486daf3af4d23bacf3b6ff19e', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-6751/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 11:26:52', null, null); INSERT INTO `oss_file` VALUES ('5865bb2a0bcd5a516614deaa3274e4fc', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SUM45N25-58/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:58:10', null, null); INSERT INTO `oss_file` VALUES ('58672cd7c2d3332340bf8875a838b07f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LT1037/data.csv', 'admin', '2024-11-05 11:53:10', null, null); INSERT INTO `oss_file` VALUES ('587a5222bb5cdd925846a0e48e471c06', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT373LMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:24', null, null); INSERT INTO `oss_file` VALUES ('587ad6cf050c4dd4cc0000fba159d6fc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/KM48CV8100AS-6/data.csv', 'admin', '2024-11-05 11:42:23', null, null); INSERT INTO `oss_file` VALUES ('587c6b2fb0e81685e2dff8a2ddc984b6', '2014-Campola-TR-GSFC-14-077-MAX4595-SEE-2014Oct26-TN78788.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4595DVBR/2014-Campola-TR-GSFC-14-077-MAX4595-SEE-2014Oct26-TN78788.pdf', 'admin', '2024-11-05 11:59:52', null, null); INSERT INTO `oss_file` VALUES ('587d1736a488fad2902595ac1ef18a49', 'T062811_LTC1877.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1877/T062811_LTC1877.pdf', 'admin', '2024-11-05 11:54:50', null, null); INSERT INTO `oss_file` VALUES ('588299401ddcd65475f777bdd4ad2e5b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-655K/data.csv', 'admin', '2024-11-05 11:26:37', null, null); INSERT INTO `oss_file` VALUES ('58b59fe4bb93619316b2820430138ae0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N6798/data.csv', 'admin', '2024-11-05 11:39:09', null, null); INSERT INTO `oss_file` VALUES ('58b9ef8fe6b24bb47bf0392b1ca60369', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP420RC/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:31', null, null); INSERT INTO `oss_file` VALUES ('58d2eff153147fcac08c51025e2a64ea', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD565AT/data.csv', 'admin', '2024-10-24 12:03:31', null, null); INSERT INTO `oss_file` VALUES ('58d664f7f450738231d74d7b3df68c08', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - ROIC/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 13:10:17', null, null); INSERT INTO `oss_file` VALUES ('58e2237dc57aa383cb91cfb28edbc44d', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMSA2812D/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:52:28', null, null); INSERT INTO `oss_file` VALUES ('58f6d6eb0531ee0d6e545e55ea7e238c', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH249/nsrec00_W21.pdf', 'admin', '2024-11-05 12:27:19', null, null); INSERT INTO `oss_file` VALUES ('58fd0e21bc85fbb972e7792466d0d407', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117K/PPM-99-045.pdf', 'admin', '2024-10-23 17:39:24', null, null); INSERT INTO `oss_file` VALUES ('58fd528a427f179887934a068d6802ff', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NSR0140P2T5G/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:26:22', null, null); INSERT INTO `oss_file` VALUES ('58fd8ab95bd76c55f6307c341c33097d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N2880/data.csv', 'admin', '2024-11-05 10:26:35', null, null); INSERT INTO `oss_file` VALUES ('59067a5de585461bd4419f4de398c5bb', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IL710/nsrec01_W15.pdf', 'admin', '2024-11-05 11:34:15', null, null); INSERT INTO `oss_file` VALUES ('5912637514c7c4e885b1e6e835a9aaf8', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX7847/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:00', null, null); INSERT INTO `oss_file` VALUES ('5913b6b34b37f615bdedd4402c938a37', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2706R/Random97a.pdf', 'admin', '2024-11-05 10:23:23', null, null); INSERT INTO `oss_file` VALUES ('591c2249a8b6cdbbff0e453e2237ffd7', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SA28C256ARP/ieee95a.pdf', 'admin', '2024-11-05 12:46:34', null, null); INSERT INTO `oss_file` VALUES ('5927ba97bd7bf428c39092a19000fc0c', 'T032803_JANS2N2222A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N2222A/T032803_JANS2N2222A.pdf', 'admin', '2024-11-05 11:37:37', null, null); INSERT INTO `oss_file` VALUES ('593efe3bac0750356da290ac517e9afe', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MHF+2815D Isolink/data.csv', 'admin', '2024-11-05 12:11:24', null, null); INSERT INTO `oss_file` VALUES ('594ab5698cbba185c78c2cdc705df9a0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/372/data.csv', 'admin', '2024-11-05 10:43:48', null, null); INSERT INTO `oss_file` VALUES ('597e656ebbf20406202e403c5f77fb82', 'T101201_P3.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/T101201_P3.pdf', 'admin', '2024-11-05 12:35:54', null, null); INSERT INTO `oss_file` VALUES ('59849b3a825c105971b55db46deb6af7', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N2219AL/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:23', null, null); INSERT INTO `oss_file` VALUES ('59889a6c13f3eb00036cd726673b1af0', 'T111103_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GAFE5G/T111103_GLAST.pdf', 'admin', '2024-11-05 13:01:46', null, null); INSERT INTO `oss_file` VALUES ('59947d5a1c027f37e6d6cfa21cb55c72', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5154/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 10:29:57', null, null); INSERT INTO `oss_file` VALUES ('59974b277715c0faf29823a9cbc7c1a6', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HY27UF084G2M/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 11:33:05', null, null); INSERT INTO `oss_file` VALUES ('5998d0246a076d9f9e0a7f0e3d3d238d', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SE5521F/ieee95a.pdf', 'admin', '2024-11-05 12:48:44', null, null); INSERT INTO `oss_file` VALUES ('59a0b570583cec0dadc8a672d8fdd0d3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBRC20200CT/data.csv', 'admin', '2024-11-05 12:07:13', null, null); INSERT INTO `oss_file` VALUES ('59aeb991ede4ee5376255972f5930883', '121891.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Serial Control ASIC/121891.pdf', 'admin', '2024-11-05 12:58:46', null, null); INSERT INTO `oss_file` VALUES ('59b0a2f041ab745abdc5ba78c7a4e368', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1078W/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 12:40:00', null, null); INSERT INTO `oss_file` VALUES ('59b808b99d30d9a2c5e8505727ff15a3', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADV212/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:03:58', null, null); INSERT INTO `oss_file` VALUES ('59c0583e475b88bc9c97624dc541d6f1', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5116/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 10:29:17', null, null); INSERT INTO `oss_file` VALUES ('59e4a5312e1eb23267eab8f95f745b68', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMSA2815S/data.csv', 'admin', '2024-11-05 12:52:40', null, null); INSERT INTO `oss_file` VALUES ('59e59e31bdbf18874ef0ce2f21462b5a', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP200/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:29:32', null, null); INSERT INTO `oss_file` VALUES ('59e67484f53a3f8b05b88cb5ad290212', 'NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ACPL-785E/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'admin', '2024-11-05 10:49:42', null, null); INSERT INTO `oss_file` VALUES ('59ecac1a24aad36a171c5234abcfda66', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MB85R256/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 12:02:13', null, null); INSERT INTO `oss_file` VALUES ('59f31598aceb014ce06474b542a85267', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IS2981/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:35:47', null, null); INSERT INTO `oss_file` VALUES ('59f8d8b1401f0281127d07a6cbfb8d6d', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - 3U IP Carrier/NSREC99.pdf', 'admin', '2024-11-05 13:09:58', null, null); INSERT INTO `oss_file` VALUES ('59ff014ac85cec1a1d661e5cf9195a4b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD845/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:35', null, null); INSERT INTO `oss_file` VALUES ('5a3a10c33150836bce825382565173b2', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LXA20T600/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 11:56:56', null, null); INSERT INTO `oss_file` VALUES ('5a451a694ce6aedaecee170a63188872', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2299000-1,-2/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:32', null, null); INSERT INTO `oss_file` VALUES ('5a5024475858169a7d485b65039014df', 'PPM-92-069.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/PPM-92-069.pdf', 'admin', '2024-11-05 10:51:04', null, null); INSERT INTO `oss_file` VALUES ('5a5c54abdb6c9b2430d11b45db871d5a', 'PPM-91-706.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC157DMQB/PPM-91-706.pdf', 'admin', '2024-11-05 10:35:07', null, null); INSERT INTO `oss_file` VALUES ('5a5f187c718ca1458781696b4bc61a09', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL625K/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 11:27:36', null, null); INSERT INTO `oss_file` VALUES ('5a76b5757f3a77aa02ce941d01530d78', 'B030302_MSK5042.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5042/B030302_MSK5042.pdf', 'admin', '2024-11-05 12:14:53', null, null); INSERT INTO `oss_file` VALUES ('5a7ab48f8881ebcaa1ce15ee74249d30', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CPCI-3603/data.csv', 'admin', '2024-11-05 11:15:46', null, null); INSERT INTO `oss_file` VALUES ('5a7dd230478bc32b1cb7a5e58f9fdd35', 'MAPLD01_P3.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/MAPLD01_P3.pdf', 'admin', '2024-11-05 12:35:51', null, null); INSERT INTO `oss_file` VALUES ('5a8d44ce77235c32f983df163525f95b', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS26C32/nsrec94a.pdf', 'admin', '2024-11-05 11:31:20', null, null); INSERT INTO `oss_file` VALUES ('5a98131cdba9ae2efb6bd892fd2861e4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OLH449/data.csv', 'admin', '2024-10-24 11:58:23', null, null); INSERT INTO `oss_file` VALUES ('5a985deb4a4d2f9456a8112245810bae', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FM22L16/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 11:22:59', null, null); INSERT INTO `oss_file` VALUES ('5a9f8b6cd7604ce1f10dc8bdf91bacd7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/H27QDG822C8R-BCG/data.csv', 'admin', '2024-11-05 11:25:47', null, null); INSERT INTO `oss_file` VALUES ('5aa8a967cf4ffafbfae9279d278aff23', 'PPM-92-270.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC153/PPM-92-270.pdf', 'admin', '2024-11-05 10:35:01', null, null); INSERT INTO `oss_file` VALUES ('5aab48e6da69b8f0ff6075c3f0860093', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMH6702/nsrec06_W2.pdf', 'admin', '2024-11-05 11:50:24', null, null); INSERT INTO `oss_file` VALUES ('5aadc89ec0f6756181b696803e2ac681', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SPT7922/data.csv', 'admin', '2024-11-05 12:54:46', null, null); INSERT INTO `oss_file` VALUES ('5ab5425b82b0291c7485e71982784f3f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ABT245A/PPM-99-045.pdf', 'admin', '2024-10-23 17:39:19', null, null); INSERT INTO `oss_file` VALUES ('5ac7b8dc583fa445dff6089138ce1651', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH310/data.csv', 'admin', '2024-11-05 12:40:27', null, null); INSERT INTO `oss_file` VALUES ('5ad1b74a3853cfe2542f328358480773', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/IS49/data.csv', 'admin', '2024-10-24 12:08:50', null, null); INSERT INTO `oss_file` VALUES ('5ad3ec7370cb0b5e5bbbdf00a3656de9', 'b110990.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFD3801/b110990.pdf', 'admin', '2024-11-05 11:28:08', null, null); INSERT INTO `oss_file` VALUES ('5adf7183fc902a19945c70bb908b7129', 'PPM-98-024.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD571/PPM-98-024.pdf', 'admin', '2024-11-05 10:52:43', null, null); INSERT INTO `oss_file` VALUES ('5aeb59dd5d67f72cd0bafcc9739b8328', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BD9P205EFV-CE2/data.csv', 'admin', '2024-10-24 12:21:09', null, null); INSERT INTO `oss_file` VALUES ('5af7905fa1e63e67591357b4ae9c62c5', 'D111604_61055_62087.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/61055-305 PT/D111604_61055_62087.pdf', 'admin', '2024-11-05 10:40:04', null, null); INSERT INTO `oss_file` VALUES ('5b004056bc5ed36f897f0b4ff5a9b956', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/6621-103/data.csv', 'admin', '2024-10-24 11:52:20', null, null); INSERT INTO `oss_file` VALUES ('5b14c6735d6f55aab5fdc9232c0b5012', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS20100/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:56:10', null, null); INSERT INTO `oss_file` VALUES ('5b16b64860da8286b09c9e82823ceaa1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LF411/data.csv', 'admin', '2024-11-05 11:43:09', null, null); INSERT INTO `oss_file` VALUES ('5b2b89270011587acf22c6a4b72b8c7d', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD565/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 10:52:31', null, null); INSERT INTO `oss_file` VALUES ('5b39bc88cb52370be902a349f811883b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SN64BCT245/data.csv', 'admin', '2024-11-05 12:53:31', null, null); INSERT INTO `oss_file` VALUES ('5b3a5c56a1a198b187e6d3027fd1c4d5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/KM48C8000AS/data.csv', 'admin', '2024-11-05 11:42:20', null, null); INSERT INTO `oss_file` VALUES ('5b4431e8a0dec4f7008023d7b0786687', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 10:48:53', null, null); INSERT INTO `oss_file` VALUES ('5b45af9cb9acbe44af12e9982ccd5985', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5C1008FE-M/NSREC98.pdf', 'admin', '2024-11-05 10:39:28', null, null); INSERT INTO `oss_file` VALUES ('5b545283a30322db8ad35b7dc36316f1', '2020-Casey-TR-19-007-HSYE-117RH-2020Apr29-TID-20205004139.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HSYE-117RH/2020-Casey-TR-19-007-HSYE-117RH-2020Apr29-TID-20205004139.pdf', 'admin', '2024-11-05 11:32:20', null, null); INSERT INTO `oss_file` VALUES ('5b663fdf09b547d1c371fa85f837cdad', 'T061303_SN54LVT16245B.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN54LVT16245B/T061303_SN54LVT16245B.pdf', 'admin', '2024-11-05 12:53:12', null, null); INSERT INTO `oss_file` VALUES ('5b6ae146a238b0f26ca5781c75bfa2c5', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATTDA204B Transmitter/Random97a.pdf', 'admin', '2024-11-05 11:08:37', null, null); INSERT INTO `oss_file` VALUES ('5b8342de191e01076f63ffdee26bd2b4', 'NEPP_ETW2011_Berg.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/NEPP_ETW2011_Berg.pdf', 'admin', '2024-11-05 10:48:53', null, null); INSERT INTO `oss_file` VALUES ('5bb1b4982f8bbe7fafbec255fc5a1deb', 'nsrec93a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7202RE/nsrec93a.pdf', 'admin', '2024-11-05 10:42:56', null, null); INSERT INTO `oss_file` VALUES ('5bc291beb324b88239d98bfc670f1e74', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MTX8501/data.csv', 'admin', '2024-11-05 12:23:20', null, null); INSERT INTO `oss_file` VALUES ('5bc35ddef597892b754f6986388e8b66', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD8065/data.csv', 'admin', '2024-11-05 10:58:59', null, null); INSERT INTO `oss_file` VALUES ('5bc360b92baed28d639d715c58cc42ad', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HY27UF084G2M/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 11:33:05', null, null); INSERT INTO `oss_file` VALUES ('5be74ac5d1abf31c26f2eaddf6c160e9', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Fluosil SSU1-2/NSREC02_W5.pdf', 'admin', '2024-11-05 11:24:45', null, null); INSERT INTO `oss_file` VALUES ('5bee650255e7d45b8687a8302cb2d846', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL6651/NSREC98.pdf', 'admin', '2024-11-05 11:27:44', null, null); INSERT INTO `oss_file` VALUES ('5beee3677b67d401f002cdd89fea3998', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SD500A/data.csv', 'admin', '2024-11-05 12:48:23', null, null); INSERT INTO `oss_file` VALUES ('5c057574eb8e2f112cb5761b4fc87557', 'b022497b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAMT1R13/b022497b.pdf', 'admin', '2024-11-05 12:37:33', null, null); INSERT INTO `oss_file` VALUES ('5c06e0be2bbae14975510eee7e8f81d6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD623/data.csv', 'admin', '2024-11-05 10:54:15', null, null); INSERT INTO `oss_file` VALUES ('5c0f8581dcb489d0f65627eaf782d8da', 'PPM-92-286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV2N2222A/PPM-92-286.pdf', 'admin', '2024-11-05 11:38:14', null, null); INSERT INTO `oss_file` VALUES ('5c107571e700c3afa595304b06adc4fa', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH400/nsrec00_W22.pdf', 'admin', '2024-11-05 12:27:28', null, null); INSERT INTO `oss_file` VALUES ('5c11dbe8f3fef3c1c16fb6ed73055d22', 'r021497.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SEDSII/r021497.pdf', 'admin', '2024-11-05 12:48:50', null, null); INSERT INTO `oss_file` VALUES ('5c1598236c3e80243c88b668a1d5a9e0', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PCIDMA/NSREC02_W16.pdf', 'admin', '2024-11-05 12:34:19', null, null); INSERT INTO `oss_file` VALUES ('5c244d36d1190cab64614d5b01b06fcc', 'T022205_Aeroflex_Eclipse_V2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Eclipse FPGA/T022205_Aeroflex_Eclipse_V2.pdf', 'admin', '2024-11-05 11:22:21', null, null); INSERT INTO `oss_file` VALUES ('5c2becd370925b8ff3c03b8c1c05c78c', '13-082a_LBNL20140430_RM24C128.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RM24/13-082a_LBNL20140430_RM24C128.pdf', 'admin', '2024-11-05 12:42:14', null, null); INSERT INTO `oss_file` VALUES ('5c35b957e430de5a4c2a751bf41757ec', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD5334/data.csv', 'admin', '2024-11-05 10:51:33', null, null); INSERT INTO `oss_file` VALUES ('5c6c5aee470c095fc35d84a570b9c87f', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ACT4468/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:50:02', null, null); INSERT INTO `oss_file` VALUES ('5c709845bcd9f4326015179ee898c859', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC14/data.csv', 'admin', '2024-11-05 10:34:57', null, null); INSERT INTO `oss_file` VALUES ('5c7e79ca63d9a0b88b77941a9a745f6f', '121590.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFE4811/121590.pdf', 'admin', '2024-11-05 11:28:26', null, null); INSERT INTO `oss_file` VALUES ('5c8438b4f195b7c92d1bd18c1264338c', 'd051892.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFD3801/d051892.pdf', 'admin', '2024-11-05 11:28:08', null, null); INSERT INTO `oss_file` VALUES ('5c87571e1c9656440f4b40b74762e6bc', 'T110910_ADS7881.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADS7881/T110910_ADS7881.pdf', 'admin', '2024-11-05 11:03:20', null, null); INSERT INTO `oss_file` VALUES ('5ca4dccf3974d9af0217849281054fb5', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD976/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:46', null, null); INSERT INTO `oss_file` VALUES ('5cbe6130834c39917e689ab1abef1f63', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD9257/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:00:33', null, null); INSERT INTO `oss_file` VALUES ('5cc297c2ba9b41ebeec1ee7251cd3bd0', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT4CM4B1DW/ieee95a.pdf', 'admin', '2024-11-05 12:22:34', null, null); INSERT INTO `oss_file` VALUES ('5cc62744d3df300ea09454d3a04b7925', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CA3127F/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:25', null, null); INSERT INTO `oss_file` VALUES ('5cd7b303bb6d189828b104f931e6bec7', 'N032902_AD7714.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7714YRU/N032902_AD7714.pdf', 'admin', '2024-11-05 10:57:25', null, null); INSERT INTO `oss_file` VALUES ('5ce59971baad3456611c8ac7c147ae55', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX RAM187/data.csv', 'admin', '2024-11-05 11:25:00', null, null); INSERT INTO `oss_file` VALUES ('5ce8c3c7674c42899d87920b4914c86c', 'G06AUG_54ACTQ244_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ244/G06AUG_54ACTQ244_TID.pdf', 'admin', '2024-11-05 10:37:42', null, null); INSERT INTO `oss_file` VALUES ('5d03ef5638bc99b6f473b59cfad5efed', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MAX4840AEXT+/data.csv', 'admin', '2024-10-24 12:22:32', null, null); INSERT INTO `oss_file` VALUES ('5d0621754c9d80d7cebfc934f3d3ac03', 'T061803_XA16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XA-16/T061803_XA16.pdf', 'admin', '2024-11-05 13:12:27', null, null); INSERT INTO `oss_file` VALUES ('5d0a6ac65d3577c80e5698268ee5d196', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC299LMQB/data.csv', 'admin', '2024-11-05 10:35:59', null, null); INSERT INTO `oss_file` VALUES ('5d1ccabf906a0107474e1d62eea6f604', 'd052494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MCM517400J60/d052494.pdf', 'admin', '2024-11-05 12:08:56', null, null); INSERT INTO `oss_file` VALUES ('5d3746700c33178ea3680a8773b5a4d8', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRH7250/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 11:35:04', null, null); INSERT INTO `oss_file` VALUES ('5d37469b059050182217860162548971', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2060CT/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:03:59', null, null); INSERT INTO `oss_file` VALUES ('5d3af1983cab209d3f4f9c44298f87f7', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UDS2983/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:27', null, null); INSERT INTO `oss_file` VALUES ('5d4a381dd4e932ec3af20c67c8d58ca5', 'PPM-95-105.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM10/PPM-95-105.pdf', 'admin', '2024-11-05 11:43:14', null, null); INSERT INTO `oss_file` VALUES ('5d577b5790db33571f79a11894a594d1', 'PPM-91-613.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/8/PPM-91-613.pdf', 'admin', '2024-11-05 12:51:31', null, null); INSERT INTO `oss_file` VALUES ('5d64d6821717846b468e0a08c955388a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/G311P759-4M194304/data.csv', 'admin', '2024-11-05 11:25:13', null, null); INSERT INTO `oss_file` VALUES ('5d67310a05c1d77a18b0c5213b6bc593', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:26', null, null); INSERT INTO `oss_file` VALUES ('5d6ad0e5ab38bebc97b5ff478c34124b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCC4053BM2RB/data.csv', 'admin', '2024-11-05 11:26:25', null, null); INSERT INTO `oss_file` VALUES ('5d6c95ee2102d49a6585fe1db3ac3638', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CPCI-100/data.csv', 'admin', '2024-11-05 11:15:38', null, null); INSERT INTO `oss_file` VALUES ('5d79804b353bb343ff41e3f4f180d4a3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N4858/data.csv', 'admin', '2024-11-05 10:28:51', null, null); INSERT INTO `oss_file` VALUES ('5d80b9b669ae090ac4f3cacd49189c1c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ATW2805/data.csv', 'admin', '2024-11-05 11:08:44', null, null); INSERT INTO `oss_file` VALUES ('5d879069050e81641f125f1927728fc8', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD652/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:51', null, null); INSERT INTO `oss_file` VALUES ('5d8a54355ccc86d35eb7d65a8297650f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DAC8800/data.csv', 'admin', '2024-11-05 11:18:40', null, null); INSERT INTO `oss_file` VALUES ('5d8a76465ec698960e2afe0d352e64c2', 'L061806_ACT8601.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ACT8601/L061806_ACT8601.pdf', 'admin', '2024-11-05 10:50:07', null, null); INSERT INTO `oss_file` VALUES ('5d8b5a339db2b3da71d2ad9b2ea91759', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/ieee95a.pdf', 'admin', '2024-11-05 11:51:15', null, null); INSERT INTO `oss_file` VALUES ('5dad3d67d822e2094deddfd50b15c40e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/REF-02/data.csv', 'admin', '2024-11-05 12:38:08', null, null); INSERT INTO `oss_file` VALUES ('5dc006e0420123239ed41b23eefb4dc4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADV202/data.csv', 'admin', '2024-11-05 11:03:39', null, null); INSERT INTO `oss_file` VALUES ('5de1b658ef1f7e08a4a6da9177efcaea', 'IU0501.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/IU0501.pdf', 'admin', '2024-11-05 12:35:58', null, null); INSERT INTO `oss_file` VALUES ('5de7ec470170395a87fa6b8fc97a0c74', 'PPM-91-696.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/S128K8L-55MC/PPM-91-696.pdf', 'admin', '2024-11-05 12:46:11', null, null); INSERT INTO `oss_file` VALUES ('5def5838ef14bef7587282712891fb4a', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR6045/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:06:29', null, null); INSERT INTO `oss_file` VALUES ('5df317e281c9cecb5a3930e13df77279', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SiC IC JFET/data.csv', 'admin', '2024-11-05 13:00:15', null, null); INSERT INTO `oss_file` VALUES ('5df97765436538ca9b2b486af9f97fb4', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD584/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 10:53:18', null, null); INSERT INTO `oss_file` VALUES ('5e078ee643d1662747b5c51e4b25e27e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4N35/data.csv', 'admin', '2024-11-05 10:32:17', null, null); INSERT INTO `oss_file` VALUES ('5e1070eaf0cb629a8d5e0f4faf548b78', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HCPL5501/data.csv', 'admin', '2024-10-24 11:48:28', null, null); INSERT INTO `oss_file` VALUES ('5e11cd37cbef8b43ad433f8c803bb307', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A1280A/NSREC99.pdf', 'admin', '2024-11-05 10:46:50', null, null); INSERT INTO `oss_file` VALUES ('5e141a4405395682429fc2f00657310f', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX9180/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 12:01:23', null, null); INSERT INTO `oss_file` VALUES ('5e151a2aa1208adab89439a8f58046a8', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM6142/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 11:49:36', null, null); INSERT INTO `oss_file` VALUES ('5e20fceb76f51d6a51f1c66d7aa246d7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/IS2-1009RH/data.csv', 'admin', '2024-10-24 12:07:20', null, null); INSERT INTO `oss_file` VALUES ('5e2ce5cdbcade52b9ab82e1a6d60c01c', 'G04JUN_AFL2803R3S_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AFL2803R3S/G04JUN_AFL2803R3S_TID.pdf', 'admin', '2024-11-05 11:05:02', null, null); INSERT INTO `oss_file` VALUES ('5e2f60e6460afc4fd0ee83f39ef2353f', 'NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1846/NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf', 'admin', '2024-11-05 13:08:36', null, null); INSERT INTO `oss_file` VALUES ('5e4d3daba1e256dc1a4ba72af804a4aa', 'T082604_LS2805S.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LS2805S/T082604_LS2805S.pdf', 'admin', '2024-11-05 11:51:56', null, null); INSERT INTO `oss_file` VALUES ('5e59c28c614cd73c9ba7ca86a2117b77', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD845/data.csv', 'admin', '2024-11-05 10:59:55', null, null); INSERT INTO `oss_file` VALUES ('5e5e87c963e64ffa4ba0fc98ee2541a0', 'Ladbury-TR-14-070-TLV5618-2014Oct24-27-NASA-TM-20210015884.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TLV5618/Ladbury-TR-14-070-TLV5618-2014Oct24-27-NASA-TM-20210015884.pdf', 'admin', '2024-11-05 13:04:47', null, null); INSERT INTO `oss_file` VALUES ('5e615f477694321e6dc3b54d5a4fb913', 'PPM-97-012.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP420/PPM-97-012.pdf', 'admin', '2024-11-05 12:30:58', null, null); INSERT INTO `oss_file` VALUES ('5e64e2a863d4b342bae277758725447e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NSPW500DS/data.csv', 'admin', '2024-11-05 12:26:19', null, null); INSERT INTO `oss_file` VALUES ('5e67798a537336a37c6ed5ac3941cfda', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:02', null, null); INSERT INTO `oss_file` VALUES ('5e7b8b222e1ee9eaf719fccd8d4d7e95', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TS432/data.csv', 'admin', '2024-10-24 12:11:50', null, null); INSERT INTO `oss_file` VALUES ('5e7bcfd26244759796c86c934320ff2f', 'no_tid_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3946/no_tid_report.pdf', 'admin', '2024-11-05 10:28:43', null, null); INSERT INTO `oss_file` VALUES ('5e7c0c1abcb901c44e518545a0cd2dd4', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC299LMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:08', null, null); INSERT INTO `oss_file` VALUES ('5e7c200cf3c564d1e4231f66981044fc', 'PPM-93-035.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883C/PPM-93-035.pdf', 'admin', '2024-11-05 12:38:14', null, null); INSERT INTO `oss_file` VALUES ('5e8b1def7fb086011fc7ea97df81580f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC02DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:43', null, null); INSERT INTO `oss_file` VALUES ('5e90777a39824b82168559b2f4551bec', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PALCE22V10H/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:24', null, null); INSERT INTO `oss_file` VALUES ('5ebb1b1cf95e829e71e9f37153b81454', '277.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BC847/277.pdf', 'admin', '2024-10-24 12:09:34', null, null); INSERT INTO `oss_file` VALUES ('5ec2c8a2bd3b40280e182b5417c75668', 'G06AUG_JANS2N3501_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N3501/G06AUG_JANS2N3501_TID.pdf', 'admin', '2024-11-05 11:37:42', null, null); INSERT INTO `oss_file` VALUES ('5eca209650e92092793306e07243e5ae', 'LBNL011111_SUM45N25-58.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SUM45N25-58/LBNL011111_SUM45N25-58.pdf', 'admin', '2024-11-05 12:58:10', null, null); INSERT INTO `oss_file` VALUES ('5eceb6983b751f23307d7bc28424da8b', '242.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/STRH40P10FSY3/242.pdf', 'admin', '2024-10-24 12:06:41', null, null); INSERT INTO `oss_file` VALUES ('5ee7fd48da868f12e80145f4d8c11ba1', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TMS416400/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:42', null, null); INSERT INTO `oss_file` VALUES ('5f0819c8858fd2a3c6f7e488d9654eeb', 'B112198c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI-509/B112198c.pdf', 'admin', '2024-11-05 11:28:37', null, null); INSERT INTO `oss_file` VALUES ('5f21e0585fbb83df035277e4ed070da2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/E/data.csv', 'admin', '2024-11-05 13:09:15', null, null); INSERT INTO `oss_file` VALUES ('5f3599ff5534fe4b52b1474487dbb46a', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX367/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:59:31', null, null); INSERT INTO `oss_file` VALUES ('5f40b6d432fa0265951216289c11f907', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A1280A/data.csv', 'admin', '2024-11-05 10:46:50', null, null); INSERT INTO `oss_file` VALUES ('5f5a8f34c89d309def23328309d51587', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F128G08CBECBH6/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:19:49', null, null); INSERT INTO `oss_file` VALUES ('5f735eb02dc631dc7581e87d1bb21256', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AZ88923/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 11:09:11', null, null); INSERT INTO `oss_file` VALUES ('5f894a47ff950488bbc05d786a36a668', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4427/b110994.pdf', 'admin', '2024-11-05 12:12:19', null, null); INSERT INTO `oss_file` VALUES ('5f8ce616808ea02f7f5872f302a0f350', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STAR1000/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:56:03', null, null); INSERT INTO `oss_file` VALUES ('5f9d34a83f46a8bc2fff1e6919c7328d', '196.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LTC6244/196.pdf', 'admin', '2024-10-24 11:59:36', null, null); INSERT INTO `oss_file` VALUES ('5faaa917f7fe3463ed8457c1e6e61d6d', 'b043096a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATT2C04-2/b043096a.pdf', 'admin', '2024-11-05 11:08:34', null, null); INSERT INTO `oss_file` VALUES ('5fbfb707bc1e62664605ad9e00193d88', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FIA100140250/NSREC02_W5.pdf', 'admin', '2024-11-05 11:22:49', null, null); INSERT INTO `oss_file` VALUES ('5fc245e64fc1fc1c582661c7d575bdfe', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD571S/nsrec00_W21.pdf', 'admin', '2024-11-05 10:52:45', null, null); INSERT INTO `oss_file` VALUES ('5fc8433edb397144375fc0e191fc9ec5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/883 C/data.csv', 'admin', '2024-11-05 14:21:50', null, null); INSERT INTO `oss_file` VALUES ('5fce4e513e203a2fa702a095d977305a', 'D6-4 - TN6.04 - SEE Schottky C4D40120D - NEO-14-086_Report_69-2018_rev2.0.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/C4D40120D/D6-4 - TN6.04 - SEE Schottky C4D40120D - NEO-14-086_Report_69-2018_rev2.0.pdf', 'admin', '2024-11-05 11:12:49', null, null); INSERT INTO `oss_file` VALUES ('5ff5a4b87d3c40e996ad5a1d8ded1ba0', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD584/nsrec05_W23.pdf', 'admin', '2024-11-05 10:53:19', null, null); INSERT INTO `oss_file` VALUES ('601cc489de9cfde371643fd6f0668816', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1846/nsrec00_W21.pdf', 'admin', '2024-11-05 12:50:28', null, null); INSERT INTO `oss_file` VALUES ('6032911b1c007c51efae7e9a54c5a062', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136AH2.5QMLV/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 11:46:58', null, null); INSERT INTO `oss_file` VALUES ('6050752d4726481515f13d95d3c8220a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD829/data.csv', 'admin', '2024-11-05 10:59:48', null, null); INSERT INTO `oss_file` VALUES ('6077b95cfcb73d0d5c79a7338054ecd2', '340.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHF43BK-01V - DC1348A/340.pdf', 'admin', '2024-10-24 12:16:11', null, null); INSERT INTO `oss_file` VALUES ('60a1a55f4001b4f807e4f4ad44e2a684', 'G05JAN_OP42_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP42AZ/G05JAN_OP42_TID.pdf', 'admin', '2024-11-05 12:31:02', null, null); INSERT INTO `oss_file` VALUES ('60aaf1956d81459e0baff307a8abf5ff', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI300/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:23', null, null); INSERT INTO `oss_file` VALUES ('60ad593bd260fdc97487b9162401e102', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CPM2-1200-0025B/data.csv', 'admin', '2024-11-05 11:16:08', null, null); INSERT INTO `oss_file` VALUES ('60b3962e7b43bc26281f03b75f020c42', 'B051397bmod.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7805LPRP/B051397bmod.pdf', 'admin', '2024-11-05 10:43:36', null, null); INSERT INTO `oss_file` VALUES ('60b3e955b5d6a64b12d07100c2f1820c', 'PPM-92-253.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC02/PPM-92-253.pdf', 'admin', '2024-11-05 10:34:32', null, null); INSERT INTO `oss_file` VALUES ('60b74778be0104cc864764aa1f14d02b', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JT 22V10-10/NSREC98.pdf', 'admin', '2024-11-05 11:38:50', null, null); INSERT INTO `oss_file` VALUES ('60c17dffbe82e25b42e6e18ee218eaf1', 'B092700a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7564/B092700a.pdf', 'admin', '2024-11-05 10:57:00', null, null); INSERT INTO `oss_file` VALUES ('60c48d8f7d2e70e7615eb4798d1cc749', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NB7L14MNG/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:25:48', null, null); INSERT INTO `oss_file` VALUES ('60c588bd1c6c27d47cc4fa79432e677d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/70324/data.csv', 'admin', '2024-11-05 10:42:36', null, null); INSERT INTO `oss_file` VALUES ('60ca6f16c2d0189a6074a993ba2a3685', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ04/data.csv', 'admin', '2024-11-05 10:37:07', null, null); INSERT INTO `oss_file` VALUES ('60cf13819deafd28e83d3717016f0039', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP484A/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 12:31:42', null, null); INSERT INTO `oss_file` VALUES ('60cf92d84c70211a091eab418688e79c', 'T052309_LTC6400.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6400/T052309_LTC6400.pdf', 'admin', '2024-11-05 11:55:48', null, null); INSERT INTO `oss_file` VALUES ('60d21bb174b30b9ccab4461e63a8e892', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AFL2828/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 11:05:16', null, null); INSERT INTO `oss_file` VALUES ('60d23d62d96b94c54dab1998db470139', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/70V25/b072994.pdf', 'admin', '2024-11-05 10:42:43', null, null); INSERT INTO `oss_file` VALUES ('60d5c1c51ae515f1945fb3322aba6e9d', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MMBD1501A/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:12:34', null, null); INSERT INTO `oss_file` VALUES ('60d6c4bab589012c701bb1ea51a95a0c', 'N123101_IRLML2803.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRLML2803A/N123101_IRLML2803.pdf', 'admin', '2024-11-05 11:35:29', null, null); INSERT INTO `oss_file` VALUES ('60d95d2acb694b27d71d84cc66b93da5', 'PPM-97-005.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AMP03/PPM-97-005.pdf', 'admin', '2024-11-05 11:06:12', null, null); INSERT INTO `oss_file` VALUES ('60e78434c3536917e211d17cb8078aa9', 'PPM-97-001.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC8800/PPM-97-001.pdf', 'admin', '2024-11-05 11:18:43', null, null); INSERT INTO `oss_file` VALUES ('60edb42fb4d4e283e61b9a5710e8eca0', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC112/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:35', null, null); INSERT INTO `oss_file` VALUES ('60fa4b69f8ae1b90ac5ce0ec5303a9f6', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3700UBJV/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 10:28:12', null, null); INSERT INTO `oss_file` VALUES ('6100cb7694276816d47adb32326a61fc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BF05202/data.csv', 'admin', '2024-11-05 11:10:19', null, null); INSERT INTO `oss_file` VALUES ('610d78a7046202a754b9a827055e05a3', 'i090595.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EDI88130L45PC/i090595.pdf', 'admin', '2024-11-05 11:21:41', null, null); INSERT INTO `oss_file` VALUES ('6114e7bb5b3ddcf16b8911904cf8b3cf', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FVP100140170/NSREC02_W5.pdf', 'admin', '2024-11-05 11:23:30', null, null); INSERT INTO `oss_file` VALUES ('611a599bdd9ca9091d6f63077d9d01ef', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TLK2711/data.csv', 'admin', '2024-11-05 13:04:29', null, null); INSERT INTO `oss_file` VALUES ('611d13a536cc0ad54c1478adba280c2e', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A250/nsrec00_W21.pdf', 'admin', '2024-11-05 10:47:00', null, null); INSERT INTO `oss_file` VALUES ('61798c90221dfc4f82ffdd7837d8486e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MZ7KE128BW/data.csv', 'admin', '2024-11-05 12:24:05', null, null); INSERT INTO `oss_file` VALUES ('61839a99b2963d2b884e023eec066e3e', 'PPM-91-437.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC109/PPM-91-437.pdf', 'admin', '2024-11-05 14:27:02', null, null); INSERT INTO `oss_file` VALUES ('6193c09a106089d132f3b8ecbd884abf', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Vehicle 45 nm CMOS/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 13:07:41', null, null); INSERT INTO `oss_file` VALUES ('61a6136f020b94ff982f63cfb23544e3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HS139/data.csv', 'admin', '2024-11-05 11:30:53', null, null); INSERT INTO `oss_file` VALUES ('61ace494b4aa4d1254281132cf4c36c1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/22FDX SRAM-based Line-Monitor Test Vehicle/data.csv', 'admin', '2024-11-05 10:22:34', null, null); INSERT INTO `oss_file` VALUES ('61b4aa5d4659d9ee97400bf0f8093ced', '359.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/40MHz-CFPT9006/359.pdf', 'admin', '2024-10-24 12:18:06', null, null); INSERT INTO `oss_file` VALUES ('61c7087c6a594484a1c3ddefbec68949', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADC14155/data.csv', 'admin', '2024-11-05 11:01:50', null, null); INSERT INTO `oss_file` VALUES ('61ca8c9c0acedae6bb46b278cf543f3a', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1864L/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 11:54:43', null, null); INSERT INTO `oss_file` VALUES ('61d22b1eed6df1556b7789b01beed97f', 'D5-10 - TN5.10 - TID Schottky C4D40120D - NEO-14-086_Report_23-2017_rev1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IDW10G120C5B/D5-10 - TN5.10 - TID Schottky C4D40120D - NEO-14-086_Report_23-2017_rev1.pdf', 'admin', '2024-10-24 11:57:09', null, null); INSERT INTO `oss_file` VALUES ('61e9ecbb99768dcc7a122d500a733ccd', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M67204EV-50/Random97a.pdf', 'admin', '2024-11-05 11:58:31', null, null); INSERT INTO `oss_file` VALUES ('61ecdbc74b7b90ba51395ffa75fa1b6e', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR60100/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:06:20', null, null); INSERT INTO `oss_file` VALUES ('61ecfd1b7adae384a7bddcc4e275913b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4469AJB/data.csv', 'admin', '2024-11-05 12:12:31', null, null); INSERT INTO `oss_file` VALUES ('61f2deaaaa643af14b150102c5b85182', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP271A/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:07', null, null); INSERT INTO `oss_file` VALUES ('61f5645e7a723439f3245dd19c73ff56', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DG390/data.csv', 'admin', '2024-11-05 11:18:55', null, null); INSERT INTO `oss_file` VALUES ('620063312c9fa0b66fb16a97c00cc107', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20100CT/data.csv', 'admin', '2024-11-05 12:02:33', null, null); INSERT INTO `oss_file` VALUES ('620917e006962fdb568e6caa67d1aaca', 'CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N2222/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'admin', '2024-11-05 11:37:32', null, null); INSERT INTO `oss_file` VALUES ('6213394cc07110e88339029a9261c849', 'T101111_MIC4424.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4424/T101111_MIC4424.pdf', 'admin', '2024-11-05 12:12:13', null, null); INSERT INTO `oss_file` VALUES ('6222bdb854639358338f425636897277', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222AJSR/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:25:50', null, null); INSERT INTO `oss_file` VALUES ('622cf0c0bf10571d8265a54853c970f0', 'B030402_22V10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/B030402_22V10.pdf', 'admin', '2024-11-05 11:25:20', null, null); INSERT INTO `oss_file` VALUES ('62735877987d76590dee6a851e663c5a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AMP01A/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:01', null, null); INSERT INTO `oss_file` VALUES ('62744dbe450f2a099f6af1690b5f7b8a', 'G05SEP_RAM249_RAM187_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX RAM187/G05SEP_RAM249_RAM187_TID.pdf', 'admin', '2024-11-05 11:25:00', null, null); INSERT INTO `oss_file` VALUES ('627d0585082eec91f70bb365ddf8c408', 'b050494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/8116400-60PJ/b050494.pdf', 'admin', '2024-11-05 10:45:07', null, null); INSERT INTO `oss_file` VALUES ('627d717e0001445ce12b742c14a09f19', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FVP100110125/data.csv', 'admin', '2024-11-05 11:23:28', null, null); INSERT INTO `oss_file` VALUES ('628f878136a9aad8c7b8b6d140a57a4c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SQXO-2-100kHz/data.csv', 'admin', '2024-11-05 12:55:20', null, null); INSERT INTO `oss_file` VALUES ('629a7691fc8d97a283ab099bf705bef9', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HV583/NSREC03_W10.pdf', 'admin', '2024-11-05 11:32:37', null, null); INSERT INTO `oss_file` VALUES ('62aed2686879fffca9a5a76244693c5f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRHF7230/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:34', null, null); INSERT INTO `oss_file` VALUES ('62d2929b82b9fbee08112f3e4663e131', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TB5117400J-6/DRAM296.pdf', 'admin', '2024-11-05 13:02:13', null, null); INSERT INTO `oss_file` VALUES ('62e3c09090d21c4c00582606d384ee32', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD1671/nsrec06_W2.pdf', 'admin', '2024-11-05 10:50:21', null, null); INSERT INTO `oss_file` VALUES ('62f3ca905381f4eb78bc1ac79066d9bb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OMH3075S/data.csv', 'admin', '2024-11-05 12:28:21', null, null); INSERT INTO `oss_file` VALUES ('62fd99b99166005e20f2f30f2acdf907', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20200/data.csv', 'admin', '2024-11-05 12:03:01', null, null); INSERT INTO `oss_file` VALUES ('630b50190f09695976414a8edd439088', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/REF-02/ieee95a.pdf', 'admin', '2024-11-05 12:38:09', null, null); INSERT INTO `oss_file` VALUES ('630e451ea5a75a6752075707ba8ca341', 'd031997.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5631/d031997.pdf', 'admin', '2024-11-05 10:38:58', null, null); INSERT INTO `oss_file` VALUES ('631703344fd9bd9b706dfb6d2aa5f83f', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Floating Gate/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:24:41', null, null); INSERT INTO `oss_file` VALUES ('631a7db49b846ca93ad1f1b0b02ecfa4', 'NRL102210_MSK5978.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5978RH/NRL102210_MSK5978.pdf', 'admin', '2024-11-05 12:19:17', null, null); INSERT INTO `oss_file` VALUES ('6324dad6288eea215e3e80ea2ee076c0', 'PPM-91-744.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ374/PPM-91-744.pdf', 'admin', '2024-11-05 10:37:47', null, null); INSERT INTO `oss_file` VALUES ('632509e3869e7ff28d3b3bc2b69efe31', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08AQ/b072994.pdf', 'admin', '2024-11-05 11:18:16', null, null); INSERT INTO `oss_file` VALUES ('632957b9dd30b18ce19393b52fd8b275', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSC21020F/nsrec00_W21.pdf', 'admin', '2024-11-05 13:06:13', null, null); INSERT INTO `oss_file` VALUES ('634fbf4e7f3dd44e7e5e818a8f51e6f7', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F1T08CMHBB/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:20:02', null, null); INSERT INTO `oss_file` VALUES ('636956eb2c210daef216788195ad2bd2', 'LM124AJRQLMV PROTONS TID_0934_01.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124AJRQMLV/LM124AJRQLMV PROTONS TID_0934_01.pdf', 'admin', '2024-11-05 11:46:26', null, null); INSERT INTO `oss_file` VALUES ('637a96d0b4b611d7315982e340f95f35', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-520K/nsrec06_W2.pdf', 'admin', '2024-11-05 11:26:28', null, null); INSERT INTO `oss_file` VALUES ('638bf5de9e9be0c51a02cb891e7a3e7e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC138DMQB/data.csv', 'admin', '2024-11-05 14:28:15', null, null); INSERT INTO `oss_file` VALUES ('6391b7162b0502a3bcd2f80443c30fae', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ATR2815TF/data.csv', 'admin', '2024-11-05 11:08:27', null, null); INSERT INTO `oss_file` VALUES ('6392a9726741708115c496874bffe0da', 'PPM-96-009.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/P44016JK/PPM-96-009.pdf', 'admin', '2024-11-05 12:33:19', null, null); INSERT INTO `oss_file` VALUES ('63b230e8829812ec256c0a479e8d8d97', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NVTFS5116PLWFTAG/data.csv', 'admin', '2024-11-05 12:26:24', null, null); INSERT INTO `oss_file` VALUES ('63d624790a926f1eb2406c443ba9427f', 'PPM-91-394.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD847/PPM-91-394.pdf', 'admin', '2024-11-05 11:00:05', null, null); INSERT INTO `oss_file` VALUES ('63fad2fb24b7b481397e1ff35415066c', 'i062100.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/i062100.pdf', 'admin', '2024-11-05 12:35:52', null, null); INSERT INTO `oss_file` VALUES ('63fe7c90c89ab689aa7438079fd32cec', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP15/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:28', null, null); INSERT INTO `oss_file` VALUES ('64017ec5d2331f71e69ac6aa9e1566ed', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4MT4CM4B1W/data.csv', 'admin', '2024-11-05 10:32:10', null, null); INSERT INTO `oss_file` VALUES ('6403e591382618ddf6885a38e2be1738', 'B022497.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136/B022497.pdf', 'admin', '2024-11-05 11:46:44', null, null); INSERT INTO `oss_file` VALUES ('6412a70a7d4df6062c9d133c41e26e26', 'PPM-95-131.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1280A/PPM-95-131.pdf', 'admin', '2024-11-05 10:20:49', null, null); INSERT INTO `oss_file` VALUES ('64190424bf61596faf04f24449886a82', 'b043099c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS1803/b043099c.pdf', 'admin', '2024-11-05 11:20:03', null, null); INSERT INTO `oss_file` VALUES ('641afff346874fa899787a93c8aace2c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GTFE/data.csv', 'admin', '2024-11-05 13:02:03', null, null); INSERT INTO `oss_file` VALUES ('641b7a8a3ee40e3966c1509b950bd71a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD9364/data.csv', 'admin', '2024-11-05 11:01:05', null, null); INSERT INTO `oss_file` VALUES ('6434b499a13f14da4948846628533d79', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CDCM7005/data.csv', 'admin', '2024-11-05 11:13:48', null, null); INSERT INTO `oss_file` VALUES ('643522f979d34b3efc575135ca720a09', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADUM3223AR7/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:03:33', null, null); INSERT INTO `oss_file` VALUES ('64443297bd8e61476b2d1944a5f7ba11', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/8/data.csv', 'admin', '2024-11-05 12:51:31', null, null); INSERT INTO `oss_file` VALUES ('644bbe448079e5b9230f09c2acdc511e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MAX17523ATE+/data.csv', 'admin', '2024-10-24 12:22:51', null, null); INSERT INTO `oss_file` VALUES ('644c684ca8b66b767810d0d816e89afb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/53111/data.csv', 'admin', '2024-11-05 10:33:43', null, null); INSERT INTO `oss_file` VALUES ('645734b1a8167ddc7049ace7d16ee7eb', 'VdG09APR_LM317.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM317KTTR/VdG09APR_LM317.pdf', 'admin', '2024-11-05 11:49:27', null, null); INSERT INTO `oss_file` VALUES ('645dc39449f69ae02c919147ea35c03a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC245/data.csv', 'admin', '2024-11-05 10:35:33', null, null); INSERT INTO `oss_file` VALUES ('64646388ef14195510bf2228f22b6b8e', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCC4053BM2RB/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:30', null, null); INSERT INTO `oss_file` VALUES ('649f1dafc0b122ff0ae7d42db36e4112', '335.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHF1401 - DC31228A/335.pdf', 'admin', '2024-10-24 12:15:42', null, null); INSERT INTO `oss_file` VALUES ('64b5c074628d2e50bf144350f72340e5', 'CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD9814/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'admin', '2024-11-05 11:01:31', null, null); INSERT INTO `oss_file` VALUES ('64b96f98cbe1daf29827640b99d99505', 'tdqs3384.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/QS3384/tdqs3384.pdf', 'admin', '2024-11-05 12:36:25', null, null); INSERT INTO `oss_file` VALUES ('64bf30c3d601017996eeb87983906d18', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N6849/data.csv', 'admin', '2024-11-05 10:30:41', null, null); INSERT INTO `oss_file` VALUES ('651f0f23e783e292685f677f7a71d961', '104.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/UC1525BJQMLV/104.pdf', 'admin', '2024-10-24 11:49:10', null, null); INSERT INTO `oss_file` VALUES ('6522c5794bdcd82d9adee5c37265ab8d', 'b112599a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL7702B/b112599a.pdf', 'admin', '2024-11-05 13:04:04', null, null); INSERT INTO `oss_file` VALUES ('65253c77595b226fd071e73087da806a', 'nsrec04_MSU.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IDT74LVC2244A/nsrec04_MSU.pdf', 'admin', '2024-11-05 11:33:54', null, null); INSERT INTO `oss_file` VALUES ('6525f2e18f6fa3ee5fccd63d3a17bd83', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IPW65R019C7/data.csv', 'admin', '2024-11-05 11:34:48', null, null); INSERT INTO `oss_file` VALUES ('653c7c4c4f3f24c174f1dab91502bf2e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K9K8G08U0A/data.csv', 'admin', '2024-11-05 11:41:56', null, null); INSERT INTO `oss_file` VALUES ('6545f1c61a1431f6ffe5753c2eca1a3d', 'PPM-99-006.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8222/PPM-99-006.pdf', 'admin', '2024-11-05 10:59:42', null, null); INSERT INTO `oss_file` VALUES ('6546c5a113eaff78876f007b0fb3ab77', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMH6702/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 11:50:29', null, null); INSERT INTO `oss_file` VALUES ('654d5a0fada414bd5e5efac639c99831', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL2201/data.csv', 'admin', '2024-11-05 11:26:56', null, null); INSERT INTO `oss_file` VALUES ('654e1b5e944eeb840c66d1c9c8bf38f6', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHV2803R3/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:31', null, null); INSERT INTO `oss_file` VALUES ('65501e91b702381da68df6e8dfd77e60', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ISL28196/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 11:36:31', null, null); INSERT INTO `oss_file` VALUES ('65519fe51756fc5858d9647ed4fe3260', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/58C1001F/data.csv', 'admin', '2024-11-05 10:39:07', null, null); INSERT INTO `oss_file` VALUES ('65568281484566e4b4e391f5bd5d58bb', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/0116400PT1C-70/DRAM296.pdf', 'admin', '2024-10-23 17:29:41', null, null); INSERT INTO `oss_file` VALUES ('6570483d0e75e15cdbc7a27fe1f7caba', 'b022497c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/QYH580/b022497c.pdf', 'admin', '2024-11-05 12:36:34', null, null); INSERT INTO `oss_file` VALUES ('6571b4adc0adb09f4b3dbd630361ba64', 'PPM-98-030.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2805F/PPM-98-030.pdf', 'admin', '2024-11-05 12:22:46', null, null); INSERT INTO `oss_file` VALUES ('657668f144e39c36d0ee923e7d60758f', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CH/nsrec01_W15.pdf', 'admin', '2024-11-05 11:04:36', null, null); INSERT INTO `oss_file` VALUES ('657e8ff28aacba56c4bd7b66a1d0dc8a', 'LBNL032611_TPS7A4901.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS7A4901/LBNL032611_TPS7A4901.pdf', 'admin', '2024-11-05 13:05:46', null, null); INSERT INTO `oss_file` VALUES ('658a51cfebd22b027b9a70f61dd1784f', 'T032703_DV.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DVFL286R7S-R/T032703_DV.pdf', 'admin', '2024-11-05 11:20:59', null, null); INSERT INTO `oss_file` VALUES ('658cdc9f1e04106f14e1fbc6b2e89feb', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1814/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:40:19', null, null); INSERT INTO `oss_file` VALUES ('65903f5745a65e6472fbbd3832dc6f84', '130.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HCPL5501/130.pdf', 'admin', '2024-10-24 11:51:26', null, null); INSERT INTO `oss_file` VALUES ('659d7cbb3c2712f85dc786c778c70f59', 'D120400b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N49 (LDC 0048)/D120400b.pdf', 'admin', '2024-11-05 10:33:12', null, null); INSERT INTO `oss_file` VALUES ('65a2aa6cefb1566b8f99ebfa514795db', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 11:46:23', null, null); INSERT INTO `oss_file` VALUES ('65a6f9ad903e9c1c16fae371aca0bf61', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/61055-305/data.csv', 'admin', '2024-11-05 10:39:58', null, null); INSERT INTO `oss_file` VALUES ('65c4f0217e478b4c1c714eb428e2ac0b', '2014-561-Berg-Final-Pres-NEPPweb-SEEMAPLD-V5QV-TN36683.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/2014-561-Berg-Final-Pres-NEPPweb-SEEMAPLD-V5QV-TN36683.pdf', 'admin', '2024-11-05 14:47:04', null, null); INSERT INTO `oss_file` VALUES ('65c4f661fdb22d42c98b76fe46f81376', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DVTR2815D-R/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:21:11', null, null); INSERT INTO `oss_file` VALUES ('65cb1d9e26132f934239c7d4624ce104', 'LBNL011111_MT29F8G08AAAWP.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F8G08AAAWP/LBNL011111_MT29F8G08AAAWP.pdf', 'admin', '2024-11-05 12:22:07', null, null); INSERT INTO `oss_file` VALUES ('65d071671b3b6116592dd348fbfce1da', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IS46DR16640B-25DBA25/data.csv', 'admin', '2024-11-05 11:36:11', null, null); INSERT INTO `oss_file` VALUES ('65d091ff30f1fa6324775931af3acb35', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5HP SiGe Shift Register/data.csv', 'admin', '2024-11-05 10:39:50', null, null); INSERT INTO `oss_file` VALUES ('65d182be575730c9ca07ad894d004ce6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N2857/data.csv', 'admin', '2024-11-05 10:26:32', null, null); INSERT INTO `oss_file` VALUES ('65d1dc2908c8b7bd5040a3ec0cbbf058', '179.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHFLVDS32A/179.pdf', 'admin', '2024-10-24 11:56:44', null, null); INSERT INTO `oss_file` VALUES ('65d44cd008573762237edb1cbaabdb87', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD549/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 10:51:49', null, null); INSERT INTO `oss_file` VALUES ('65e40b24e2ffaec71f20dc066086a8df', 'T1202_LT1128.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1128/T1202_LT1128.pdf', 'admin', '2024-11-05 11:53:16', null, null); INSERT INTO `oss_file` VALUES ('65e61e4a9e08f0aa65d845dc4d0aa257', 'D120400d.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii53124/D120400d.pdf', 'admin', '2024-11-05 12:24:49', null, null); INSERT INTO `oss_file` VALUES ('65e9e3f20b2c373580d2bb91f0808a92', 'NRL_112103_ATMEL.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSS901E/NRL_112103_ATMEL.pdf', 'admin', '2024-11-05 13:06:42', null, null); INSERT INTO `oss_file` VALUES ('65f889750dd04713b2e992a3086beddc', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JAXA R 2SK4188/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 11:38:34', null, null); INSERT INTO `oss_file` VALUES ('65faeddf994846d7f4aedcf8637a7499', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TSB12LV26PZT/data.csv', 'admin', '2024-11-05 13:05:59', null, null); INSERT INTO `oss_file` VALUES ('65fd34a6af0e3600b4e45d35fc85a227', '348.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM124AWG-R-QMLV - DC1306A/348.pdf', 'admin', '2024-10-24 12:17:02', null, null); INSERT INTO `oss_file` VALUES ('660652f816ef70b6abdab6e68da8625b', 'PPM-93-033.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07A/PPM-93-033.pdf', 'admin', '2024-11-05 12:28:49', null, null); INSERT INTO `oss_file` VALUES ('6609d4f5192dcd2856e35bfb86654d3d', '205.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OP27A/205.pdf', 'admin', '2024-10-24 12:00:43', null, null); INSERT INTO `oss_file` VALUES ('6611262e4f523f5fc1aeb1a14e06cdd5', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX536/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:16', null, null); INSERT INTO `oss_file` VALUES ('6617728fe4772c52c62944ae18d5073a', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M3G2804R513R5T/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 11:57:34', null, null); INSERT INTO `oss_file` VALUES ('6618552bc5634b921ca70e4501e17e53', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TI7770-5/Random97a.pdf', 'admin', '2024-11-05 13:03:10', null, null); INSERT INTO `oss_file` VALUES ('66209b114b967916d6a2ca0578c8dc1e', 'PPM-94-012.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1280A/PPM-94-012.pdf', 'admin', '2024-11-05 10:20:48', null, null); INSERT INTO `oss_file` VALUES ('66291f25cf0f22df8a4ce4a0233fff88', 'T041711_AD5544ARS.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD5544ARS/T041711_AD5544ARS.pdf', 'admin', '2024-11-05 10:52:09', null, null); INSERT INTO `oss_file` VALUES ('6630224e3aa13011c401688898a3301e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TMP36/data.csv', 'admin', '2024-11-05 13:04:52', null, null); INSERT INTO `oss_file` VALUES ('66309226bfa57b688f1d18f0ba7563e7', 'G04SEP_OP27A_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27A/G04SEP_OP27A_TID.pdf', 'admin', '2024-11-05 12:30:04', null, null); INSERT INTO `oss_file` VALUES ('664fa6f31290bf5f99f86729f5e804c9', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FUGA 15/NSREC98.pdf', 'admin', '2024-11-05 11:23:23', null, null); INSERT INTO `oss_file` VALUES ('666cb989dba87caf688f2d8bbd443d87', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CT275MX300SSD4/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 11:17:15', null, null); INSERT INTO `oss_file` VALUES ('667b5430b5e7af133076d588f5ed364b', 'B061702_TPS9103.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS9103/B061702_TPS9103.pdf', 'admin', '2024-11-05 13:05:51', null, null); INSERT INTO `oss_file` VALUES ('66994880d539a81149ffafac32d7e4dd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LF147/data.csv', 'admin', '2024-11-05 11:42:53', null, null); INSERT INTO `oss_file` VALUES ('669daf04ac53f0bca5805bc274263864', 'G05APR_LM6142_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM6142/G05APR_LM6142_TID.pdf', 'admin', '2024-11-05 11:49:36', null, null); INSERT INTO `oss_file` VALUES ('66a9423f8b77ad6d9bb8a0380cbd1d6f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LMH6702/data.csv', 'admin', '2024-11-05 11:50:25', null, null); INSERT INTO `oss_file` VALUES ('66aa7877f22245c51cb7702e545f1781', 'PPM-92-311.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N6782/PPM-92-311.pdf', 'admin', '2024-11-05 10:30:24', null, null); INSERT INTO `oss_file` VALUES ('66b159ff70a16cf46b752242f7f1af3d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP42AZ/data.csv', 'admin', '2024-11-05 12:31:02', null, null); INSERT INTO `oss_file` VALUES ('66bb22e9312e32696d4eb6533183999e', 'PPM-95-126.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2805S/PPM-95-126.pdf', 'admin', '2024-11-05 12:09:53', null, null); INSERT INTO `oss_file` VALUES ('66c88f20d68d356c090a39a4b2e9bf64', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/8/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:19', null, null); INSERT INTO `oss_file` VALUES ('66cc68c7cf95d1285bfdce0f29726596', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PE26C31/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:34:33', null, null); INSERT INTO `oss_file` VALUES ('66e8c92d1559b089d6d5f9db84ca0802', 'PPM-99-034.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117K/PPM-99-034.pdf', 'admin', '2024-11-05 11:44:41', null, null); INSERT INTO `oss_file` VALUES ('66ea2f7dd8ccd78f242bff7cbed9c410', 'NRL082411_MSK5059RH.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5059RH/NRL082411_MSK5059RH.pdf', 'admin', '2024-11-05 12:15:19', null, null); INSERT INTO `oss_file` VALUES ('66ef8f420a044a35a255131bcf84f804', 'b050494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/74FCT163245/b050494.pdf', 'admin', '2024-11-05 10:43:22', null, null); INSERT INTO `oss_file` VALUES ('66fbfe7c47d5f13093e90ae8516a3e02', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MQ80386-20/data.csv', 'admin', '2024-11-05 12:13:39', null, null); INSERT INTO `oss_file` VALUES ('6703555546e4f1e73d55a2cd457474ff', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OLS500SB/data.csv', 'admin', '2024-11-05 12:27:43', null, null); INSERT INTO `oss_file` VALUES ('673ab63a00ca4fa6efc2ea283c7d36b9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/IDW10G120C5B/data.csv', 'admin', '2024-10-24 11:57:10', null, null); INSERT INTO `oss_file` VALUES ('673b1d0d8f14d8d42290c0851b43f2fe', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/IS-1845ASRH/data.csv', 'admin', '2024-10-24 11:53:46', null, null); INSERT INTO `oss_file` VALUES ('67508149632292b8e38c21fcc3fca048', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMC6081AIM/nsrec00_W21.pdf', 'admin', '2024-11-05 11:50:11', null, null); INSERT INTO `oss_file` VALUES ('67615c6a8ff88180b01492a67a0ccc37', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA2-5142/nsrec06_W2.pdf', 'admin', '2024-11-05 11:26:09', null, null); INSERT INTO `oss_file` VALUES ('6768217fde3cbd397a18a363eaea77db', 'B022497.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TI7770-5MFKB/B022497.pdf', 'admin', '2024-11-05 13:03:12', null, null); INSERT INTO `oss_file` VALUES ('6770fe9837e79ebdc50320f51e9dc206', 'PPM-94-040.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/F100325/PPM-94-040.pdf', 'admin', '2024-11-05 11:22:27', null, null); INSERT INTO `oss_file` VALUES ('678fd6df677c93924cad989132f837ed', '81.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/PC28F00AM29EWHA/81.pdf', 'admin', '2024-10-24 11:48:24', null, null); INSERT INTO `oss_file` VALUES ('679c598e5bb7fe04dc32c7ce594f6e44', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMSA2815/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 12:52:35', null, null); INSERT INTO `oss_file` VALUES ('67aefa778bbbb4d917705f07fb1bbb9d', 'intel.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/80386DX-25/intel.pdf', 'admin', '2024-11-05 10:44:38', null, null); INSERT INTO `oss_file` VALUES ('67c132fea6ac6b302773d6b99e222875', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MB85AS4MT/data.csv', 'admin', '2024-11-05 12:02:07', null, null); INSERT INTO `oss_file` VALUES ('67f6f4191eb06076870334a8ad051184', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/1N4448WSF/data.csv', 'admin', '2024-11-05 10:21:30', null, null); INSERT INTO `oss_file` VALUES ('6804e1e767af8c675261a22969540554', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD2S80/data.csv', 'admin', '2024-11-05 10:50:39', null, null); INSERT INTO `oss_file` VALUES ('6810669a53c78f297dc57fb70c7ad4f5', '283.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/Centronic OSD15-5T photodiode ST RHFL4913A Voltage Regulator Hamamatsu G8340-22 InGaAs PIN photodiode (with preamplifier) and the MAX3268 Amplifier/283.pdf', 'admin', '2024-10-24 12:10:18', null, null); INSERT INTO `oss_file` VALUES ('68156c15878a87be6b16d417fb1dbd51', 'D6-1 - TN6.01 - SEE MOSFET C2M0080120D - NEO-14-086_Report_66-2018_rev1.0.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/C2M0080120D/D6-1 - TN6.01 - SEE MOSFET C2M0080120D - NEO-14-086_Report_66-2018_rev1.0.pdf', 'admin', '2024-10-24 11:59:54', null, null); INSERT INTO `oss_file` VALUES ('682b84d5b14f04a4c01180265cd5b4e7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DR1773/data.csv', 'admin', '2024-11-05 11:19:45', null, null); INSERT INTO `oss_file` VALUES ('683c6f6f9dc26d61cbeb1afa94c8726a', '337.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHF43BK-01V - DC1403A/337.pdf', 'admin', '2024-10-24 12:15:50', null, null); INSERT INTO `oss_file` VALUES ('6844e3d7f4188c6ea1f591aef489e202', 'PPM-92-092.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-92-092.pdf', 'admin', '2024-11-05 10:59:50', null, null); INSERT INTO `oss_file` VALUES ('684acdbdebed45ece81cd97f87bf47f5', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07AJ/ieee95a.pdf', 'admin', '2024-11-05 12:28:56', null, null); INSERT INTO `oss_file` VALUES ('684e3211cbb34891e37096a87db9db15', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Si7414DN-T1-E3/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:59:54', null, null); INSERT INTO `oss_file` VALUES ('6861db278cc7e6462714c3df88ac459d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAT-01/data.csv', 'admin', '2024-11-05 11:58:46', null, null); INSERT INTO `oss_file` VALUES ('686c17a52caded72ad42e9545fa1892b', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD822/nsrec05_W23.pdf', 'admin', '2024-11-05 10:59:36', null, null); INSERT INTO `oss_file` VALUES ('6883947fb5d8a3db5ace6d8024427f9e', 'PPM-95-172.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA51M/PPM-95-172.pdf', 'admin', '2024-11-05 12:33:55', null, null); INSERT INTO `oss_file` VALUES ('68850a04b2987d3268dc9af2d39a6713', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/W29N01GVSIAA/data.csv', 'admin', '2024-10-24 12:21:19', null, null); INSERT INTO `oss_file` VALUES ('6888e3a6ceb4da2e496792758bf7eac9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/29C257/data.csv', 'admin', '2024-11-05 14:13:54', null, null); INSERT INTO `oss_file` VALUES ('6895198e92a3d37913f13189461947b7', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/49C460/ieee95a.pdf', 'admin', '2024-11-05 10:32:07', null, null); INSERT INTO `oss_file` VALUES ('68a856de12a54088d5ead051072a320b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CS4210VJG/data.csv', 'admin', '2024-11-05 11:16:42', null, null); INSERT INTO `oss_file` VALUES ('68ad8d0b0a823ec09d91a925c25cb7f6', 'SEESYM02_Buchner_1394.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1394/SEESYM02_Buchner_1394.pdf', 'admin', '2024-11-05 10:20:57', null, null); INSERT INTO `oss_file` VALUES ('68b455b1bee58f7cf59740bc56d4c498', 'D051205_ADV202.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADV202/D051205_ADV202.pdf', 'admin', '2024-11-05 11:03:40', null, null); INSERT INTO `oss_file` VALUES ('68cf04d570d18c7c4d8493834ee2548f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4429/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:48', null, null); INSERT INTO `oss_file` VALUES ('68d40319a27558c41e2f7c8fb5a340a1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M65656/data.csv', 'admin', '2024-11-05 11:58:26', null, null); INSERT INTO `oss_file` VALUES ('68d4b48e08e1414756fd3b3e6da579e4', 'NEPP-TR-2017-Wyrwas-TID-16-017-16-018-MT29F128G08AJAAA-2017Feb-TN45672.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F128G08AJAAAWP-ITZ/NEPP-TR-2017-Wyrwas-TID-16-017-16-018-MT29F128G08AJAAA-2017Feb-TN45672.pdf', 'admin', '2024-11-05 12:19:31', null, null); INSERT INTO `oss_file` VALUES ('68e96aa7aca0c88e90d4e95e1064e463', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHFPM4424/data.csv', 'admin', '2024-10-24 12:18:40', null, null); INSERT INTO `oss_file` VALUES ('68f0cef40c17c24a48060260092757d7', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD976/NSREC98.pdf', 'admin', '2024-11-05 11:01:24', null, null); INSERT INTO `oss_file` VALUES ('68fd17644da4f6cbba767939cac3cc6d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP420/data.csv', 'admin', '2024-11-05 12:30:58', null, null); INSERT INTO `oss_file` VALUES ('68fefee1c7d0857453bdc0619df93a20', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD565/b072994.pdf', 'admin', '2024-11-05 10:52:32', null, null); INSERT INTO `oss_file` VALUES ('6903fdf54f7f7297dd5f3a7380c93543', 'BD9P205EFV-CE2 TID Test Report_v01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BD9P205EFV-CE2/BD9P205EFV-CE2 TID Test Report_v01.pdf', 'admin', '2024-10-24 12:21:39', null, null); INSERT INTO `oss_file` VALUES ('6914b20522c0a7c4e35fc2e6fc92713b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OLH400/data.csv', 'admin', '2024-10-24 11:51:14', null, null); INSERT INTO `oss_file` VALUES ('6928a24cfa2ab2ff3a852e719f69b01c', '20160614-1330-FPGA-2016-561-Berg-Final-Pres-NEPP-ETW-FPGA_TN32953_v3.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/20160614-1330-FPGA-2016-561-Berg-Final-Pres-NEPP-ETW-FPGA_TN32953_v3.pdf', 'admin', '2024-11-05 14:46:52', null, null); INSERT INTO `oss_file` VALUES ('692e0a5fc8d1ffb14977fd613a0ec7b2', 'PPM-92-132.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD565ASH/PPM-92-132.pdf', 'admin', '2024-11-05 10:52:35', null, null); INSERT INTO `oss_file` VALUES ('694381b3a1020cc046fadab5813eef18', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MC74HC4538AD/data.csv', 'admin', '2024-11-05 12:08:28', null, null); INSERT INTO `oss_file` VALUES ('6944d5c5a847c278c7cc18289cb88a9c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DS7830/data.csv', 'admin', '2024-11-05 11:20:27', null, null); INSERT INTO `oss_file` VALUES ('69479089934ff4c897dd77c64804461c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MC74LCX08D/data.csv', 'admin', '2024-11-05 12:08:31', null, null); INSERT INTO `oss_file` VALUES ('69512102b913b0404742ee0d2d42db11', 'D6-5 - TN6.05 - SEE Schottky SML020DH12 - NEO-14-086_Report_70-2018_rev1,0.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SML020DH12/D6-5 - TN6.05 - SEE Schottky SML020DH12 - NEO-14-086_Report_70-2018_rev1,0.pdf', 'admin', '2024-10-24 11:59:12', null, null); INSERT INTO `oss_file` VALUES ('6959a8fdd30337e59f66bb8e4caab3c6', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RED15ZF/NSREC02_W16.pdf', 'admin', '2024-11-05 12:09:08', null, null); INSERT INTO `oss_file` VALUES ('695cccf4b064eb357ba5de50647e792a', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLI400/nsrec00_W22.pdf', 'admin', '2024-11-05 12:27:39', null, null); INSERT INTO `oss_file` VALUES ('6960c52d19af2da10926eb0907de2596', 'PPM-91-702.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ZQ04031/PPM-91-702.pdf', 'admin', '2024-11-05 13:15:55', null, null); INSERT INTO `oss_file` VALUES ('69664417df2d1756d483189c0c3edfcd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/8T/data.csv', 'admin', '2024-11-05 10:45:52', null, null); INSERT INTO `oss_file` VALUES ('69715f48945b60893731d8792394c1a0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TS4061/data.csv', 'admin', '2024-10-24 12:12:02', null, null); INSERT INTO `oss_file` VALUES ('699387b43c2a40c35ddd7aa01dcb952d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD822/data.csv', 'admin', '2024-11-05 10:59:36', null, null); INSERT INTO `oss_file` VALUES ('69a35891601ca7e3e2ab4d00f5876d76', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NXPS20H100/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:26:27', null, null); INSERT INTO `oss_file` VALUES ('69a9b14157168d10d1abb48e4f860305', 'T061303_OMR9701.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OMR9701/T061303_OMR9701.pdf', 'admin', '2024-11-05 12:28:27', null, null); INSERT INTO `oss_file` VALUES ('69b5a207ebd187e38935448b42d8dc07', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 11:46:24', null, null); INSERT INTO `oss_file` VALUES ('69cf429d55831a672bd822b6c187c26a', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 3 2200G Raven Ridge (YD2200C5FBBOX)/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:45:57', null, null); INSERT INTO `oss_file` VALUES ('69d1db18b63b36b004fd4fb379d186da', 'T061703_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX724/T061703_GLAST.pdf', 'admin', '2024-11-05 12:00:53', null, null); INSERT INTO `oss_file` VALUES ('69e568b17ef07d69bad0d20426188922', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP293/NSREC03_W10.pdf', 'admin', '2024-11-05 12:30:12', null, null); INSERT INTO `oss_file` VALUES ('69f66627f4c5599c4c54c256f52a25ed', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LF198/data.csv', 'admin', '2024-11-05 11:43:05', null, null); INSERT INTO `oss_file` VALUES ('6a0e4374179b6824ac3ad190b09ac3a9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L-PQ208/data.csv', 'admin', '2024-11-05 10:49:22', null, null); INSERT INTO `oss_file` VALUES ('6a150fe820f55243b24f742b92d9c6be', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT63M125/nsrec94a.pdf', 'admin', '2024-11-05 13:09:44', null, null); INSERT INTO `oss_file` VALUES ('6a1637467f2d8999fb6e16fe62f60c92', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HM5117400RR7/data.csv', 'admin', '2024-11-05 11:29:05', null, null); INSERT INTO `oss_file` VALUES ('6a1641463f944941edcef02ef6da552e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Front-end/data.csv', 'admin', '2024-11-05 13:10:01', null, null); INSERT INTO `oss_file` VALUES ('6a34c7f0d90e6bcceee923315afbaec0', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N49/NSREC98.pdf', 'admin', '2024-11-05 10:32:51', null, null); INSERT INTO `oss_file` VALUES ('6a359ae85b4d0ad9d07c825b9de07fa1', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTSXSU/nsrec06_W4.pdf', 'admin', '2024-11-05 12:45:11', null, null); INSERT INTO `oss_file` VALUES ('6a398b355c5e770c6f88e5a8fc104d2a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF198H/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:14', null, null); INSERT INTO `oss_file` VALUES ('6a5a4fecd8cfef0e4202b2a9ba7fa9ef', 'T090203_TSS901E.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSS901E/T090203_TSS901E.pdf', 'admin', '2024-11-05 13:06:42', null, null); INSERT INTO `oss_file` VALUES ('6a67e1a04b42f39ab2d816cfde1ea543', '409.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LTC4222CG/409.pdf', 'admin', '2024-10-24 12:22:47', null, null); INSERT INTO `oss_file` VALUES ('6a6fda969709f4d56c468746ce598d58', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MMBD914/data.csv', 'admin', '2024-11-05 12:12:36', null, null); INSERT INTO `oss_file` VALUES ('6a74915553cf042b3493a2bb5d3cc4f6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHF43BK-01V - DC0810/data.csv', 'admin', '2024-10-24 12:17:34', null, null); INSERT INTO `oss_file` VALUES ('6a74a332ce9d0a40307a1c3486ac0fc1', 'I081009_T082409_K4B1GO846DHCF8.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K4B1GO846D-HCH9/I081009_T082409_K4B1GO846DHCF8.pdf', 'admin', '2024-11-05 11:40:00', null, null); INSERT INTO `oss_file` VALUES ('6a961897f371db5d1cb479d1f82a448c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2706R/data.csv', 'admin', '2024-11-05 10:23:17', null, null); INSERT INTO `oss_file` VALUES ('6a9c46062aefc177c60666a82155abd5', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CH/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 11:04:56', null, null); INSERT INTO `oss_file` VALUES ('6a9fe0332fea30653f2251ccf31b0fa3', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL074/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:22', null, null); INSERT INTO `oss_file` VALUES ('6aa07a8b4e22a8c9ca61f4a43f786a4c', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMJ32OC30/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:23', null, null); INSERT INTO `oss_file` VALUES ('6aa22c710375a99c6b1569c93902a9a0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913/data.csv', 'admin', '2024-11-05 12:41:06', null, null); INSERT INTO `oss_file` VALUES ('6aa7e68bd6603fa77c69b2cdb0dfa353', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD829/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:30', null, null); INSERT INTO `oss_file` VALUES ('6ab329416349c70c9cef7ceab1646ccf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/66179-002/data.csv', 'admin', '2024-10-24 11:52:25', null, null); INSERT INTO `oss_file` VALUES ('6aba7c308e1c77f930019f6611fbf75c', 'D112601_Myrinet.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M3-SW16-8S/D112601_Myrinet.pdf', 'admin', '2024-11-05 11:57:26', null, null); INSERT INTO `oss_file` VALUES ('6ac39384e75b0543acea7828c4329b54', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD571/data.csv', 'admin', '2024-11-05 10:52:43', null, null); INSERT INTO `oss_file` VALUES ('6ad29c3c42fc8ac1ff06b6c880e35c44', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/P80C3224/nsrec05_W5.pdf', 'admin', '2024-11-05 12:33:25', null, null); INSERT INTO `oss_file` VALUES ('6ad64ae33c95e28db2204974ed066a23', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AHCT32/data.csv', 'admin', '2024-11-05 10:37:52', null, null); INSERT INTO `oss_file` VALUES ('6ad70bf6d6cfce20c5a8ae5cc27a8ed8', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F8G08U0M/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 11:41:47', null, null); INSERT INTO `oss_file` VALUES ('6adc60b87539715d41989c5479dc0127', 'nsrec04_comeau.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JAZZ/nsrec04_comeau.pdf', 'admin', '2024-11-05 11:38:45', null, null); INSERT INTO `oss_file` VALUES ('6afe77ed442b4ebe5070049554bef697', 'PPM-98-020.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HVH/PPM-98-020.pdf', 'admin', '2024-11-05 11:44:32', null, null); INSERT INTO `oss_file` VALUES ('6b12cc53c3ca1d7ccc504033f7a57d9b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHF43BK-01V - DC1403A/data.csv', 'admin', '2024-10-24 12:15:50', null, null); INSERT INTO `oss_file` VALUES ('6b1de3aa2e285b9acab8f7ee0706c365', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/GP2021/data.csv', 'admin', '2024-11-05 11:25:31', null, null); INSERT INTO `oss_file` VALUES ('6b26c5e9fda469376b2ff09897b5d6ee', 'D120400a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL6651/D120400a.pdf', 'admin', '2024-11-05 11:27:44', null, null); INSERT INTO `oss_file` VALUES ('6b35779985fc2af0ef9708049427feee', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ATTDA204B Transmitter/data.csv', 'admin', '2024-11-05 11:08:37', null, null); INSERT INTO `oss_file` VALUES ('6b3b714b1820af103489b18b042c56ab', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:56', null, null); INSERT INTO `oss_file` VALUES ('6b52554e3c7bed01399d75002e23fd96', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM65656/NSREC99.pdf', 'admin', '2024-11-05 11:29:36', null, null); INSERT INTO `oss_file` VALUES ('6b7e77da86a915be8bfb5d10c653dd51', 'PPM-91-075.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82C59A/PPM-91-075.pdf', 'admin', '2024-11-05 10:45:29', null, null); INSERT INTO `oss_file` VALUES ('6b933e76460363a4e5032fab8555cd21', 'RADECS07_TAMU07MAY_GSFC07.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RM124/RADECS07_TAMU07MAY_GSFC07.pdf', 'admin', '2024-11-05 12:42:00', null, null); INSERT INTO `oss_file` VALUES ('6b9630aa6b1c79f4a074ac5abf8bd17c', 'b022494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108/b022494.pdf', 'admin', '2024-11-05 11:43:40', null, null); INSERT INTO `oss_file` VALUES ('6ba9e7341b3a151b08337616df87d75f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OM3914/data.csv', 'admin', '2024-11-05 12:28:03', null, null); INSERT INTO `oss_file` VALUES ('6bb07fcb1957ccc0ef313939a67ee592', 'PPM-97-041.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117H/PPM-97-041.pdf', 'admin', '2024-11-05 11:44:23', null, null); INSERT INTO `oss_file` VALUES ('6bd75997a7067e2140aab212cd043325', 'PPM-91-393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CMP01/PPM-91-393.pdf', 'admin', '2024-11-05 11:15:08', null, null); INSERT INTO `oss_file` VALUES ('6bdc0413e8c1d60886276e9d31edee79', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF2010DN/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 11:24:20', null, null); INSERT INTO `oss_file` VALUES ('6bebf7e0596a79705c56272c18fbb4d7', 'nsrec04_w7_poivey.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM628128LP-10/nsrec04_w7_poivey.pdf', 'admin', '2024-11-05 11:29:28', null, null); INSERT INTO `oss_file` VALUES ('6c08324f224a3ad542caea5b37fca411', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4N49 (LDC 0048)/data.csv', 'admin', '2024-11-05 10:33:12', null, null); INSERT INTO `oss_file` VALUES ('6c0db3981a6cee080f98c8f8fa31f89a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/H5TQ4G83MFR-H9C, K4B4G0846B-HCH9/data.csv', 'admin', '2024-10-24 12:13:22', null, null); INSERT INTO `oss_file` VALUES ('6c248b31dccbf6b57eae69777acd05de', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N3868/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:02', null, null); INSERT INTO `oss_file` VALUES ('6c2fde07b35e95c20795cc109c1e2eee', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PFORX12 Receiver/data.csv', 'admin', '2024-11-05 12:34:59', null, null); INSERT INTO `oss_file` VALUES ('6c3ab2ac44cdc86eb1241c9db818283b', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LXA0381 Test Chip - G12 Process/nsrec05_W5.pdf', 'admin', '2024-11-05 11:56:21', null, null); INSERT INTO `oss_file` VALUES ('6c5360cdeb13bff04eec43fa64ae22fe', 'G020802_P3_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/G020802_P3_TID.pdf', 'admin', '2024-11-05 12:35:57', null, null); INSERT INTO `oss_file` VALUES ('6c55bf370b6695d23ad19e4e9be63a52', 'PPM-92-190.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-92-190.pdf', 'admin', '2024-11-05 10:57:50', null, null); INSERT INTO `oss_file` VALUES ('6c777f4b49bda4444b0836b83c3a7e57', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117H/b072994.pdf', 'admin', '2024-11-05 11:44:23', null, null); INSERT INTO `oss_file` VALUES ('6c79d6d4cd005d578049c39ab852c66f', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SJEP170R550/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:51:11', null, null); INSERT INTO `oss_file` VALUES ('6c7b2593676dd194e7d89767b4bc9152', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-5631/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:18', null, null); INSERT INTO `oss_file` VALUES ('6c7f131da4abf05ee7a82aada712b114', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRLL110/NSREC03_W10.pdf', 'admin', '2024-11-05 11:35:22', null, null); INSERT INTO `oss_file` VALUES ('6c972d5fa3c157c18011f3df1a6daaa9', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7804/NSREC98.pdf', 'admin', '2024-11-05 10:43:31', null, null); INSERT INTO `oss_file` VALUES ('6ca1658ae36b41e900f91432cf5615bb', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAT-01/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 11:58:46', null, null); INSERT INTO `oss_file` VALUES ('6cad606a75fb1277689853a0e5e4915d', 'PPM-91-267.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC138DMQB DEMUX/PPM-91-267.pdf', 'admin', '2024-11-05 10:34:50', null, null); INSERT INTO `oss_file` VALUES ('6cd3d58f61d8b7bf73d9f170e13a18f8', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD744/nsrec05_W23.pdf', 'admin', '2024-11-05 10:56:32', null, null); INSERT INTO `oss_file` VALUES ('6ce6917e664f5b8c23bae04005624d08', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CLR 79/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:00', null, null); INSERT INTO `oss_file` VALUES ('6cf3aee16ffb57e270c3f9410e2a4cbe', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A1020/NSREC99.pdf', 'admin', '2024-11-05 10:46:38', null, null); INSERT INTO `oss_file` VALUES ('6d0e6a213a55fef6dc34012e53362b8f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP400/data.csv', 'admin', '2024-11-05 12:30:38', null, null); INSERT INTO `oss_file` VALUES ('6d173168752d3115300a9248b0e09042', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAR7001CB2/data.csv', 'admin', '2024-11-05 11:58:41', null, null); INSERT INTO `oss_file` VALUES ('6d1cfcf1ccbbe5ecc166072a02c5b7b6', '13-039_T20130507_ACT4468.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ACT4468/13-039_T20130507_ACT4468.pdf', 'admin', '2024-11-05 10:50:03', null, null); INSERT INTO `oss_file` VALUES ('6d1f2472e3424c3f10c9ce16e219da76', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF411/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:09', null, null); INSERT INTO `oss_file` VALUES ('6d2592d6cb25b5e5c93fa17aed0a2d02', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Radeon e9173 (Polaris)/data.csv', 'admin', '2024-11-05 12:45:24', null, null); INSERT INTO `oss_file` VALUES ('6d438ffae95c0ce3dd94737dbad8479d', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L-PQ208/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 10:49:22', null, null); INSERT INTO `oss_file` VALUES ('6d56d8a614e13ca79833927b4de12af6', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OPA2347/NSREC03_W10.pdf', 'admin', '2024-11-05 12:32:47', null, null); INSERT INTO `oss_file` VALUES ('6d5e0bb2ae697feb6d275cef2e893f62', 'PPM-92-009.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC04DMQB/PPM-92-009.pdf', 'admin', '2024-11-05 10:34:39', null, null); INSERT INTO `oss_file` VALUES ('6d63d971815eef2a72f33b54d94e6c22', 'TAMU0301.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K7/TAMU0301.pdf', 'admin', '2024-11-05 11:40:56', null, null); INSERT INTO `oss_file` VALUES ('6d72d38ca02dcedf70637a2bbbdc2a20', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC646LMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:17', null, null); INSERT INTO `oss_file` VALUES ('6d77e0fea3eba235fe0cf43c42f4913a', 'PPM-91-534.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FRL9130R3/PPM-91-534.pdf', 'admin', '2024-11-05 11:23:03', null, null); INSERT INTO `oss_file` VALUES ('6d7d3e7384ed119d13f087c324f5f339', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/386DXGEY/data.csv', 'admin', '2024-11-05 10:31:32', null, null); INSERT INTO `oss_file` VALUES ('6d88149f1448724d834559a90171b559', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RT54SX16/data.csv', 'admin', '2024-11-05 12:44:04', null, null); INSERT INTO `oss_file` VALUES ('6d895a7873e1b2d658b9012beeefbda5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP 07A/data.csv', 'admin', '2024-11-05 14:18:32', null, null); INSERT INTO `oss_file` VALUES ('6d96e28d1d3142e7c7820881fed4a366', 'intel.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82380-16/intel.pdf', 'admin', '2024-11-05 10:45:17', null, null); INSERT INTO `oss_file` VALUES ('6dacfe488ba6abf4af52874825a02fe8', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM158/b072994.pdf', 'admin', '2024-11-05 11:48:29', null, null); INSERT INTO `oss_file` VALUES ('6db2a1fa9f45042444558041ff0e1cbb', 'B092700b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADG704/B092700b.pdf', 'admin', '2024-11-05 11:02:39', null, null); INSERT INTO `oss_file` VALUES ('6dce2bc18c74c81dd891c64fb3415e6d', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AFL12028/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:04:52', null, null); INSERT INTO `oss_file` VALUES ('6dd24b5ab60ee5430c9ddd51e6315899', 'PPM-92-044.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT373LMQB/PPM-92-044.pdf', 'admin', '2024-11-05 10:36:54', null, null); INSERT INTO `oss_file` VALUES ('6dd3e5efd84010f1694b952885bedbfe', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66123/NSREC99.pdf', 'admin', '2024-11-05 10:41:18', null, null); INSERT INTO `oss_file` VALUES ('6dd9f6b5486efd1b841d2dd5884894df', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LM4040/data.csv', 'admin', '2024-10-24 12:10:48', null, null); INSERT INTO `oss_file` VALUES ('6de1334afd9987faf8ea83c299a0b9cb', 'PPM-91-255.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC35184L/PPM-91-255.pdf', 'admin', '2024-11-05 12:08:23', null, null); INSERT INTO `oss_file` VALUES ('6de6f19df78a1addce712a977b76553a', 'T101401_1394.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSBKOHCI403/T101401_1394.pdf', 'admin', '2024-11-05 13:06:10', null, null); INSERT INTO `oss_file` VALUES ('6df5593a04ce62eb9d160f98b5d01f47', 'T060504_54ACTQ16245.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ16245/T060504_54ACTQ16245.pdf', 'admin', '2024-11-05 10:37:36', null, null); INSERT INTO `oss_file` VALUES ('6e2c90a71a8bf7d6e7e1ab0e1d765e99', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 14:46:56', null, null); INSERT INTO `oss_file` VALUES ('6e411fac67228a6d6f8ccbb3178b54ee', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ATF22V10/data.csv', 'admin', '2024-11-05 11:08:16', null, null); INSERT INTO `oss_file` VALUES ('6e4f648545c1a8ed1ff2235efb783dd0', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108/nsrec94a.pdf', 'admin', '2024-11-05 11:43:41', null, null); INSERT INTO `oss_file` VALUES ('6e5b135193da6045db8b1a81bd50bdb2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD8151/data.csv', 'admin', '2024-11-05 10:59:22', null, null); INSERT INTO `oss_file` VALUES ('6e6ccb01be7b751d87c8ee7898e891f5', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 11:46:20', null, null); INSERT INTO `oss_file` VALUES ('6e9bb700a38806eac194b2dcd32b783c', 'T060304_MAX529.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX529/T060304_MAX529.pdf', 'admin', '2024-11-05 12:00:41', null, null); INSERT INTO `oss_file` VALUES ('6ea1ce315557257651200c1d9344417e', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 11:47:49', null, null); INSERT INTO `oss_file` VALUES ('6eb12f72a2aa04b1359f7dd631e048e8', 'PPM-97-026.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/W48C20/PPM-97-026.pdf', 'admin', '2024-11-05 13:11:47', null, null); INSERT INTO `oss_file` VALUES ('6ec20318f1ed9f99bcf30c4ed367c7c6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IRLL110/data.csv', 'admin', '2024-11-05 11:35:22', null, null); INSERT INTO `oss_file` VALUES ('6ec97ee87db3ab1d3b31aaa0da94099f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/82C59/data.csv', 'admin', '2024-11-05 10:45:26', null, null); INSERT INTO `oss_file` VALUES ('6eccf7a3f38e70489dcdcfe5d122c0ae', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XQV5FX70T/data.csv', 'admin', '2024-11-05 13:15:46', null, null); INSERT INTO `oss_file` VALUES ('6ecd8beebcba41fcd9b712fd91f1c9c4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N6351/data.csv', 'admin', '2024-11-05 10:30:17', null, null); INSERT INTO `oss_file` VALUES ('6ed1084410848ab92012510870761c85', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/22V10RPFE/NSREC98.pdf', 'admin', '2024-11-05 10:22:46', null, null); INSERT INTO `oss_file` VALUES ('6ed809da5246190cc36dfba2745cfacd', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii53124/nsrec01_W15.pdf', 'admin', '2024-11-05 12:24:49', null, null); INSERT INTO `oss_file` VALUES ('6efc9965f230cd6d5ac701f1e216db23', 'T101401_1394.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSB12LV26PZT/T101401_1394.pdf', 'admin', '2024-11-05 13:05:59', null, null); INSERT INTO `oss_file` VALUES ('6efe3a6acbe85e9280442cad5642f2d3', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7821/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 10:57:44', null, null); INSERT INTO `oss_file` VALUES ('6f01672f6a1519b94abf9256f033ac40', 'D120400a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N140/D120400a.pdf', 'admin', '2024-11-05 10:42:26', null, null); INSERT INTO `oss_file` VALUES ('6f0456f00ba31b99e764ab433a2a3187', 'PPM-91-407.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M54HC08YBF/PPM-91-407.pdf', 'admin', '2024-11-05 11:58:11', null, null); INSERT INTO `oss_file` VALUES ('6f1e1481f71c91c908df6ac714cf67c9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/S128K8L-55MC/data.csv', 'admin', '2024-11-05 12:46:12', null, null); INSERT INTO `oss_file` VALUES ('6f20db089c218ece5ff0269da8281e9c', 'PPM-97-017.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM48CV8100AS-6/PPM-97-017.pdf', 'admin', '2024-11-05 11:42:23', null, null); INSERT INTO `oss_file` VALUES ('6f23114036168976154bbf48e8e3597a', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Magnum Test Vehicle/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:24:37', null, null); INSERT INTO `oss_file` VALUES ('6f41801fc61b3f958ffdb134b2e973bb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UC1875JQMLV/data.csv', 'admin', '2024-11-05 13:08:40', null, null); INSERT INTO `oss_file` VALUES ('6f517dd5b3cae8c54a27729085ad0dd2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHRLVDS31/data.csv', 'admin', '2024-10-24 12:09:56', null, null); INSERT INTO `oss_file` VALUES ('6f5c326edc15a2aca9a8b138d26c2185', 'NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADG201/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'admin', '2024-11-05 11:02:19', null, null); INSERT INTO `oss_file` VALUES ('6f7db6331050f86220a930c4dc821c7a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL6651 (6N134)/data.csv', 'admin', '2024-11-05 11:27:47', null, null); INSERT INTO `oss_file` VALUES ('6f86c45d978f7d86840239709b0d62d2', 'PPM-91-363.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/PPM-91-363.pdf', 'admin', '2024-11-05 12:31:07', null, null); INSERT INTO `oss_file` VALUES ('6f8ebb77b9c18e452878aed168c9f915', 'NEPP-CP-2019-Wilcox-NSREC-Presentation-Poster-TID-SEE-3D-NAND-Flash-TN70578.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4T08CTHBBM5/NEPP-CP-2019-Wilcox-NSREC-Presentation-Poster-TID-SEE-3D-NAND-Flash-TN70578.pdf', 'admin', '2024-11-05 12:21:43', null, null); INSERT INTO `oss_file` VALUES ('6f96f1dce022b833950bdf8718fde7a6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STPS4045C/data.csv', 'admin', '2024-11-05 12:57:05', null, null); INSERT INTO `oss_file` VALUES ('6f9f3032e05795e3143806efaad5fd80', 'b022497b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAMT1R10/b022497b.pdf', 'admin', '2024-11-05 12:37:26', null, null); INSERT INTO `oss_file` VALUES ('6fa759e2cfe520dc67f1b76c0bb113f9', 'B122101_LM119.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM119/B122101_LM119.pdf', 'admin', '2024-11-05 11:44:56', null, null); INSERT INTO `oss_file` VALUES ('6fa7e8cdcf12997dad9b7d228e619579', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/U310/PPM-99-045.pdf', 'admin', '2024-10-23 17:39:08', null, null); INSERT INTO `oss_file` VALUES ('6faa74a0ac3462a28afb03525ae9afee', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HM628128/data.csv', 'admin', '2024-11-05 11:29:18', null, null); INSERT INTO `oss_file` VALUES ('6fb443a3e04f7f1c19b130dd882bf8fe', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - PCM/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 13:10:12', null, null); INSERT INTO `oss_file` VALUES ('6fb85772b17a814944cce2fd40fcc511', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/53278/data.csv', 'admin', '2024-11-05 10:34:01', null, null); INSERT INTO `oss_file` VALUES ('6fb99d13226926b970be9903f7ddee89', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/16SCYQ060C/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 10:21:15', null, null); INSERT INTO `oss_file` VALUES ('6fbfc4dedd030c2de7377ec1342a41ba', 'NEPP-TR-2017-Topper-17-054-LM193-VdGAug2017-TID-TN50586.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/NEPP-TR-2017-Topper-17-054-LM193-VdGAug2017-TID-TN50586.pdf', 'admin', '2024-11-05 11:47:50', null, null); INSERT INTO `oss_file` VALUES ('6fe3a8f0df8a2344763f3b85cd50025f', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/NSREC98.pdf', 'admin', '2024-11-05 11:47:28', null, null); INSERT INTO `oss_file` VALUES ('6fe76d0e6c08a33e8149df53f85f73e8', 'G05OCT_LMH6702_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMH6702/G05OCT_LMH6702_TID.pdf', 'admin', '2024-11-05 11:50:24', null, null); INSERT INTO `oss_file` VALUES ('6ffd76a118a3b67bf640fc60879b53c1', 'LBNL060910_TAMU110910_SMRT28515T.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMRT28515T/LBNL060910_TAMU110910_SMRT28515T.pdf', 'admin', '2024-11-05 12:52:20', null, null); INSERT INTO `oss_file` VALUES ('6fff24edf55ba642b03be05b92411f6d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N5154U3/data.csv', 'admin', '2024-11-05 10:30:02', null, null); INSERT INTO `oss_file` VALUES ('700d667feca64f2b4ab233f515245310', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX313/nsrec01_W15.pdf', 'admin', '2024-11-05 11:59:21', null, null); INSERT INTO `oss_file` VALUES ('7013b36d3395af335f3afdfb8d3aacb8', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG307A/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:43', null, null); INSERT INTO `oss_file` VALUES ('7014a46b319e2df738d7886cecb1998e', 'NEPP-TR-2019-Boomer-FAN3122-Gate-Driver-Temperature-TN68254.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FAN3122/NEPP-TR-2019-Boomer-FAN3122-Gate-Driver-Temperature-TN68254.pdf', 'admin', '2024-11-05 11:22:32', null, null); INSERT INTO `oss_file` VALUES ('70150f54c48f348c0df661a32bf04e22', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Mii66099/data.csv', 'admin', '2024-11-05 12:25:05', null, null); INSERT INTO `oss_file` VALUES ('70245eeafb06accf564ead2d7f2722ae', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IRLML5103A/data.csv', 'admin', '2024-11-05 11:35:35', null, null); INSERT INTO `oss_file` VALUES ('7024d3796bfa11d32cbc56cfd31ce42b', 'D5-11 - TN5.11 - TID Schottky SML020DH12 - NEO-14-086_Report_24-2017_rev1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SML020DH12/D5-11 - TN5.11 - TID Schottky SML020DH12 - NEO-14-086_Report_24-2017_rev1.pdf', 'admin', '2024-10-24 11:55:25', null, null); INSERT INTO `oss_file` VALUES ('702ab4f3f49c0690942ce5f5a9c46433', 'PPM-92-101.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HC4011BM2RB/PPM-92-101.pdf', 'admin', '2024-11-05 11:26:23', null, null); INSERT INTO `oss_file` VALUES ('70311d4bb5ff09a2d191de3a6cfbfa3f', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/22FDX SRAM-based Line-Monitor Test Vehicle/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 10:22:33', null, null); INSERT INTO `oss_file` VALUES ('7040e294ee8c8270100b66a961fd619d', 'D112601_Myrinet.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VCS7146RH/D112601_Myrinet.pdf', 'admin', '2024-11-05 13:10:58', null, null); INSERT INTO `oss_file` VALUES ('7048f207fccaf181fc869b8f2bf8a048', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Front-end/NSREC99.pdf', 'admin', '2024-11-05 13:10:01', null, null); INSERT INTO `oss_file` VALUES ('704a828c05bc7d54955ffad4741ba49d', '40793.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mongoose I (R3000)/40793.pdf', 'admin', '2024-11-05 12:25:10', null, null); INSERT INTO `oss_file` VALUES ('704ecd4a823f46071600a0d9aef34897', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/ADP3300/data.csv', 'admin', '2024-10-24 12:00:58', null, null); INSERT INTO `oss_file` VALUES ('705172120076baf78d071078ad61778e', 'b061893.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT63M125/b061893.pdf', 'admin', '2024-11-05 13:09:44', null, null); INSERT INTO `oss_file` VALUES ('70548ba2bb3bc6eadd8d42296abb2a5d', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM193/b072994.pdf', 'admin', '2024-11-05 11:48:53', null, null); INSERT INTO `oss_file` VALUES ('7059bbd69fadb1fa3d5df77bdf838aeb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2706T/data.csv', 'admin', '2024-11-05 10:23:27', null, null); INSERT INTO `oss_file` VALUES ('70635799d65bacac9fcd8f0620a4da17', 'mapld05_sanders.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Stratix EP1S25/mapld05_sanders.pdf', 'admin', '2024-11-05 13:01:30', null, null); INSERT INTO `oss_file` VALUES ('7065f51769b2e90bb9eaacabafd21c4b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CP20420/data.csv', 'admin', '2024-11-05 11:15:34', null, null); INSERT INTO `oss_file` VALUES ('706a6d0fcba152372a8c13f2177a3320', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XA-16/data.csv', 'admin', '2024-11-05 13:12:27', null, null); INSERT INTO `oss_file` VALUES ('706c947c709c5c133b6267d6f5981b60', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM119/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:37', null, null); INSERT INTO `oss_file` VALUES ('708396c6455c877339bc4f442c599398', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/H30466A-21/data.csv', 'admin', '2024-11-05 11:25:53', null, null); INSERT INTO `oss_file` VALUES ('70ad18c61dbfc3005648f641b0475928', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 11:47:28', null, null); INSERT INTO `oss_file` VALUES ('70ba1c1229fbc3355c8abff4542ef1a5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DG412/data.csv', 'admin', '2024-11-05 11:19:21', null, null); INSERT INTO `oss_file` VALUES ('70bbb954225457145190cd195c184fa2', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:52', null, null); INSERT INTO `oss_file` VALUES ('70ca449ce971ed50900106fa022939e7', 'NSREC02_W8.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M3-SW16-8S/NSREC02_W8.pdf', 'admin', '2024-11-05 11:57:26', null, null); INSERT INTO `oss_file` VALUES ('70d64a950182c929bca75c44608d3c5c', 'b110897.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mongoose V/b110897.pdf', 'admin', '2024-11-05 12:25:15', null, null); INSERT INTO `oss_file` VALUES ('70dcc5c3c66e5d9e528017337a09d203', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OMH3075S/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 12:28:20', null, null); INSERT INTO `oss_file` VALUES ('70de839a3432a1e1da21104a8054c3bb', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66099/NSREC98.pdf', 'admin', '2024-11-05 10:41:10', null, null); INSERT INTO `oss_file` VALUES ('70e1cdf0fb08648576f13e693723292e', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/63125/nsrec94a.pdf', 'admin', '2024-11-05 10:40:40', null, null); INSERT INTO `oss_file` VALUES ('70ef8f3975688fa5ff77133e76973288', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD648/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 10:54:55', null, null); INSERT INTO `oss_file` VALUES ('70fa8da0dc1eea912211bc682c004265', 'D111604_61055_62087.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/62087-301 LED/D111604_61055_62087.pdf', 'admin', '2024-11-05 10:40:20', null, null); INSERT INTO `oss_file` VALUES ('710cf6d8bee61a767ef58a42d1b8e904', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC74LCX08D/nsrec00_W21.pdf', 'admin', '2024-11-05 12:08:30', null, null); INSERT INTO `oss_file` VALUES ('7111bd673805c4dd899a65a27c92a556', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES15ZF/nsrec01_W15.pdf', 'admin', '2024-11-05 12:09:28', null, null); INSERT INTO `oss_file` VALUES ('711ca2605d80140b87b6a28e328b7f7e', 'D120400a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N49/D120400a.pdf', 'admin', '2024-11-05 10:32:52', null, null); INSERT INTO `oss_file` VALUES ('7135343dd87d7965d5f9cab50605e317', 'T022404_IFN423_OPA128.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OPA128/T022404_IFN423_OPA128.pdf', 'admin', '2024-11-05 12:32:33', null, null); INSERT INTO `oss_file` VALUES ('7148a4bfc43ed3e9372ff9d94bb7c060', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHF43B/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 12:40:56', null, null); INSERT INTO `oss_file` VALUES ('714e560a88f77ea39bd228e7e7eba288', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT373LMQB/data.csv', 'admin', '2024-11-05 10:36:54', null, null); INSERT INTO `oss_file` VALUES ('7153b8f3e302c5e5d19bbb408f08dc41', 'PPM-98-018.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX494/PPM-98-018.pdf', 'admin', '2024-11-05 12:00:22', null, null); INSERT INTO `oss_file` VALUES ('7162d440676167970bf5890731806843', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX913/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:08', null, null); INSERT INTO `oss_file` VALUES ('716e40b8925f9ed6acf9ee5a3bd90961', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7HP HBT/NSREC03_W10.pdf', 'admin', '2024-11-05 10:44:11', null, null); INSERT INTO `oss_file` VALUES ('7186b70143c95df8768fa3e271608859', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XPA-II/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 13:15:18', null, null); INSERT INTO `oss_file` VALUES ('718d9ba8401a311fa8d0b61be066642d', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM68128/nsrec94a.pdf', 'admin', '2024-11-05 11:29:40', null, null); INSERT INTO `oss_file` VALUES ('7197837378344871a7b19f9af06940a2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAM-6+/data.csv', 'admin', '2024-11-05 12:37:16', null, null); INSERT INTO `oss_file` VALUES ('71abb77054648ed0bc078f042fc84b08', 'dcdc95.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2690R-D15F/dcdc95.pdf', 'admin', '2024-11-05 10:23:11', null, null); INSERT INTO `oss_file` VALUES ('71b6167e704442b8c83c83b771cd65ed', '13-029_T20130506_54LVC14.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54LVC14/13-029_T20130506_54LVC14.pdf', 'admin', '2024-11-05 10:38:37', null, null); INSERT INTO `oss_file` VALUES ('71ba38312f7d1cb643d1fae744a943a2', 'PPM-91-747.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT240/PPM-91-747.pdf', 'admin', '2024-11-05 10:36:47', null, null); INSERT INTO `oss_file` VALUES ('71d6a5dde56ac7ce7150f9e26d8e57c1', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM317AT/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:02', null, null); INSERT INTO `oss_file` VALUES ('71e0fbc5c175e96fcdee5845b4c698ee', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM158/ieee95a.pdf', 'admin', '2024-11-05 11:48:29', null, null); INSERT INTO `oss_file` VALUES ('71e98a8a8b089e7fcb7929b2edd1f3ca', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OLH249,66099,4N49/data.csv', 'admin', '2024-10-24 12:05:18', null, null); INSERT INTO `oss_file` VALUES ('72193978328b0c8f9e73da854ecc6a1e', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SJEP120R100/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:51:08', null, null); INSERT INTO `oss_file` VALUES ('72264157800843e8cfb29b6e29dc3926', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 10:24:50', null, null); INSERT INTO `oss_file` VALUES ('722a4522f55efa1b589f6602b1029937', 'D5-01 - TN5.1 - TID 2ST21600 - NEO-14-086_Report_14-2017_rev1.0.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2ST21600/D5-01 - TN5.1 - TID 2ST21600 - NEO-14-086_Report_14-2017_rev1.0.pdf', 'admin', '2024-10-24 12:04:11', null, null); INSERT INTO `oss_file` VALUES ('72376d2dfe6772c9f56a3494cc5d7d5c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/0116400PT1C-70/data.csv', 'admin', '2024-10-23 17:29:41', null, null); INSERT INTO `oss_file` VALUES ('7248c2dd62fb7486285e3121a7ee4ef3', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7846SQ/nsrec05_W23.pdf', 'admin', '2024-11-05 10:58:01', null, null); INSERT INTO `oss_file` VALUES ('725cf1f087d014d371498f0d2370d8ca', 'PPM-95-169.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C256/PPM-95-169.pdf', 'admin', '2024-11-05 10:23:58', null, null); INSERT INTO `oss_file` VALUES ('727cf44ddd48b6e7c8bc72af5ccdc07c', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SSP21110-025/ieee95a.pdf', 'admin', '2024-11-05 12:55:39', null, null); INSERT INTO `oss_file` VALUES ('72895428bed3ab164e2d521ca739a58a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:27', null, null); INSERT INTO `oss_file` VALUES ('72a1b668f2fc65425d51814318b689eb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HA7-5170-8/data.csv', 'admin', '2024-11-05 11:26:16', null, null); INSERT INTO `oss_file` VALUES ('72aa3736d084f84299c3ea51d18f59ec', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4216400/data.csv', 'admin', '2024-11-05 10:31:45', null, null); INSERT INTO `oss_file` VALUES ('72bdf83b7f62d256457b3ac5ec497106', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP 07A/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:32', null, null); INSERT INTO `oss_file` VALUES ('72bf913de9fd02bdb2f98aebca8bb344', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD589/data.csv', 'admin', '2024-11-05 10:53:43', null, null); INSERT INTO `oss_file` VALUES ('72c66b0c270d07590ef6a682ab5f5dcd', 'T090608_APT50M38PLL.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/APT50M38PLL/T090608_APT50M38PLL.pdf', 'admin', '2024-11-05 11:06:47', null, null); INSERT INTO `oss_file` VALUES ('72d1824c53cb17db8f38a85a22313ed8', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF147/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:30', null, null); INSERT INTO `oss_file` VALUES ('72d3cf90b8fba5d85cfbaf3c1cb160c1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UT54ACS08/data.csv', 'admin', '2024-11-05 13:09:06', null, null); INSERT INTO `oss_file` VALUES ('72eaf0778a3431f77a60519e5dab41f7', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ACSPD60/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 10:49:50', null, null); INSERT INTO `oss_file` VALUES ('72f2ac894dd432bee8ed27819b24eff7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M67204EV-50/data.csv', 'admin', '2024-11-05 11:58:32', null, null); INSERT INTO `oss_file` VALUES ('72f2ea7f4cdf07eed7c12b36c67dd1f2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MCM2760-4M/data.csv', 'admin', '2024-11-05 12:08:45', null, null); INSERT INTO `oss_file` VALUES ('72f6f8644ae1fdf715c3ff437f633a42', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS73601/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 13:05:13', null, null); INSERT INTO `oss_file` VALUES ('72f85db3d086f8b80a2ee078fdc3110b', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IP 1553/NSREC99.pdf', 'admin', '2024-11-05 11:34:42', null, null); INSERT INTO `oss_file` VALUES ('73021a3c800676dc866565232c262c20', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N3866/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 11:37:44', null, null); INSERT INTO `oss_file` VALUES ('73035c37d2262e361231274f268c1590', 's061893.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/REC/s061893.pdf', 'admin', '2024-11-05 11:33:17', null, null); INSERT INTO `oss_file` VALUES ('73056911ad3c59f2b2cedf963938debe', 'PPM-95-184.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SP9380/PPM-95-184.pdf', 'admin', '2024-11-05 12:54:20', null, null); INSERT INTO `oss_file` VALUES ('731b68021a77f750ddc53bff0a3537de', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54LVC14/data.csv', 'admin', '2024-11-05 10:38:37', null, null); INSERT INTO `oss_file` VALUES ('731e943af7f93a6b4ba93c2e3e6d02db', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4423/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 12:12:04', null, null); INSERT INTO `oss_file` VALUES ('731f8cb142b89d2b1dc7c0d535bd52d3', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HMC6416USLC3/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:30:17', null, null); INSERT INTO `oss_file` VALUES ('7329d463fb1c9ff2c579807c6188607b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DPAD1-3/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:14', null, null); INSERT INTO `oss_file` VALUES ('735b8f2c3e4dcd2a69bb1e0dbbd712a7', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9FAG08U0M-HCB0/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 11:41:53', null, null); INSERT INTO `oss_file` VALUES ('735ca790884a73931c3e4e4fcf83e345', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/628128/ieee95a.pdf', 'admin', '2024-11-05 10:40:34', null, null); INSERT INTO `oss_file` VALUES ('7378af27cfbc7a7b8659fe1c65d300f8', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3946/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:16', null, null); INSERT INTO `oss_file` VALUES ('73817b1fee9871b8387f5b97bc63766e', '213.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/C283/213.pdf', 'admin', '2024-10-24 12:01:09', null, null); INSERT INTO `oss_file` VALUES ('738bec98016890ed5f10ccfbd796a052', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LT1580 IR/data.csv', 'admin', '2024-11-05 11:53:22', null, null); INSERT INTO `oss_file` VALUES ('739c7117412c0f5ce58a92c8445bf1c6', 'NSREC2010_W26_Chen.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6400/NSREC2010_W26_Chen.pdf', 'admin', '2024-11-05 11:55:48', null, null); INSERT INTO `oss_file` VALUES ('73a093fbc7e6fbe7406805d7c1ba46e5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IRF640/data.csv', 'admin', '2024-11-05 11:34:53', null, null); INSERT INTO `oss_file` VALUES ('73a358a719fd6e1e40b96b6ee80f750d', 'T100101_LTC1605.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1605/T100101_LTC1605.pdf', 'admin', '2024-11-05 11:54:25', null, null); INSERT INTO `oss_file` VALUES ('73aa5bdfdca2710d7c8f05b3e134b549', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/32nm SOI (Hogwarts)/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:31:29', null, null); INSERT INTO `oss_file` VALUES ('73c4d6aa056cf33eb791fabb6904df12', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RHF43B/data.csv', 'admin', '2024-11-05 12:40:55', null, null); INSERT INTO `oss_file` VALUES ('73c992f9657e163e13a154335c8bc154', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ATT2C04-2/data.csv', 'admin', '2024-11-05 11:08:34', null, null); INSERT INTO `oss_file` VALUES ('73ca51432816368ed03e871c43249479', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ICL7662MTV/random6a.pdf', 'admin', '2024-11-05 11:33:32', null, null); INSERT INTO `oss_file` VALUES ('73cb5b0beb7dd825c7b0749ce18999a5', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX Logic Chip Test Vehicle/nsrec06_W4.pdf', 'admin', '2024-11-05 11:24:55', null, null); INSERT INTO `oss_file` VALUES ('73dded81cd31aad62fc51e86c6602b24', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IDT7203L65DB/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:57', null, null); INSERT INTO `oss_file` VALUES ('73e78944c05b0783b5deb8deb922bee4', 'I032706_LX25_V2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC4VLX25/I032706_LX25_V2.pdf', 'admin', '2024-11-05 13:12:55', null, null); INSERT INTO `oss_file` VALUES ('7402f731ae64f7ecbb4a62fdaf8d0781', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHRLVDS32/data.csv', 'admin', '2024-10-24 12:10:42', null, null); INSERT INTO `oss_file` VALUES ('740cdfeb89136a89d6c74992850e21db', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM124AJRQMLV/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 14:45:53', null, null); INSERT INTO `oss_file` VALUES ('7421eaafa9227a541a60901f8d41385c', 'NRL07APR_LM193.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/NRL07APR_LM193.pdf', 'admin', '2024-11-05 11:47:49', null, null); INSERT INTO `oss_file` VALUES ('7426e4998f1e66abfa49df96747b7b14', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 3 1200 Summit Ridge (YD1200BBAEBOX)/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:45:48', null, null); INSERT INTO `oss_file` VALUES ('742bec0a77da43f4ca094070fab9500c', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM119/ieee95a.pdf', 'admin', '2024-11-05 11:44:57', null, null); INSERT INTO `oss_file` VALUES ('7430ff1d4ca37f89988b4e9f0db42f92', 'PPM-96-007.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54S20/PPM-96-007.pdf', 'admin', '2024-11-05 10:38:53', null, null); INSERT INTO `oss_file` VALUES ('74373164fd211ba1acb14a60dca57e77', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/16SCYQ045C/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 10:21:11', null, null); INSERT INTO `oss_file` VALUES ('743e7b4f54d605d43883593c3c3b6514', 'PPM-97-048.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1707/PPM-97-048.pdf', 'admin', '2024-11-05 13:08:04', null, null); INSERT INTO `oss_file` VALUES ('74427d4703e9b58010ea47d4a011b289', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5406/data.csv', 'admin', '2024-11-05 10:34:08', null, null); INSERT INTO `oss_file` VALUES ('744ca5f3105db4182e8e611fba20140d', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1010/nsrec00_W21.pdf', 'admin', '2024-11-05 11:52:56', null, null); INSERT INTO `oss_file` VALUES ('74839d9362be391d18a53d155cd078d1', '159.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLS0449/159.pdf', 'admin', '2024-10-24 11:54:20', null, null); INSERT INTO `oss_file` VALUES ('74921f2c63699d601e900bfac709c050', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ373/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:18', null, null); INSERT INTO `oss_file` VALUES ('7494b33680e8e38e2300b70fd73ccb55', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD4029/random6a.pdf', 'admin', '2024-11-05 11:13:20', null, null); INSERT INTO `oss_file` VALUES ('749907c9d8868c39c604607435ea67b1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/INA117SM/data.csv', 'admin', '2024-10-23 17:39:26', null, null); INSERT INTO `oss_file` VALUES ('74a715107acf59df40c8be56a6bf0707', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 7 1700 YD1700BBM88AE/data.csv', 'admin', '2024-11-05 12:46:09', null, null); INSERT INTO `oss_file` VALUES ('74a89f51199818a9fd9e99e5ee41b58e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HMC6416USLC3/data.csv', 'admin', '2024-11-05 11:30:18', null, null); INSERT INTO `oss_file` VALUES ('74a8c194024fed074d66ef39c79c9f6b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OIER10/data.csv', 'admin', '2024-10-24 12:00:31', null, null); INSERT INTO `oss_file` VALUES ('74afd9394dd1554715647ceccb051eb4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1149/data.csv', 'admin', '2024-11-05 11:53:39', null, null); INSERT INTO `oss_file` VALUES ('74b4898c9945e7df9086380c3a7e1208', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RTSXSU/data.csv', 'admin', '2024-11-05 12:45:11', null, null); INSERT INTO `oss_file` VALUES ('74b78426c77708a69a94cf408aae4fc2', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M54HC08YBF/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:23', null, null); INSERT INTO `oss_file` VALUES ('74b9d304aaa39211071736fa359b4432', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SGF15E100/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:50:44', null, null); INSERT INTO `oss_file` VALUES ('74c6fee0ef0554e0f300eb17fd1d3a5f', 'SOC2222A PROTONS TID_0940_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SOC2222A/SOC2222A PROTONS TID_0940_01.pdf', 'admin', '2024-10-24 12:18:17', null, null); INSERT INTO `oss_file` VALUES ('74d6a7f2100cd117acec5e249f531fd1', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ16244/nsrec06_W2.pdf', 'admin', '2024-11-05 10:37:25', null, null); INSERT INTO `oss_file` VALUES ('74d6ef25242fe90c61ce4cbfe7fde9de', 'I101705_V2Pro.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Virtex II Pro XQ2VP40/I101705_V2Pro.pdf', 'admin', '2024-11-05 13:11:33', null, null); INSERT INTO `oss_file` VALUES ('74dbdd6647cdf3e8f462c625c1f2b380', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N3700JV/data.csv', 'admin', '2024-11-05 10:27:54', null, null); INSERT INTO `oss_file` VALUES ('74fb13a980d2320bc2926f89b2f3c280', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM6172/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 11:49:47', null, null); INSERT INTO `oss_file` VALUES ('750957dcdfe4995829aa6f977637307d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADC14155W-MLS/data.csv', 'admin', '2024-11-05 11:01:56', null, null); INSERT INTO `oss_file` VALUES ('7517298a9e0c63ad398fa58c4aa764b2', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2815S/NSREC99.pdf', 'admin', '2024-11-05 12:11:51', null, null); INSERT INTO `oss_file` VALUES ('751be12dabe269b4b4342ec29dd1a38f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM195/data.csv', 'admin', '2024-11-05 11:49:03', null, null); INSERT INTO `oss_file` VALUES ('751d459911d99d14851e9dce30a123cc', 'T061703_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX1951/T061703_GLAST.pdf', 'admin', '2024-11-05 11:59:14', null, null); INSERT INTO `oss_file` VALUES ('753d990f4e3677e50b55d28869599f92', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LXA20T600/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:56:56', null, null); INSERT INTO `oss_file` VALUES ('7540d5518ca261eb882db981410f490f', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR4045/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:05:29', null, null); INSERT INTO `oss_file` VALUES ('7544626342d0d67265ef899564bfa425', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TL7705B/data.csv', 'admin', '2024-11-05 13:04:11', null, null); INSERT INTO `oss_file` VALUES ('75511578dd4d9d65542217deaf49af6e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/16CYQ150C/data.csv', 'admin', '2024-11-05 10:21:08', null, null); INSERT INTO `oss_file` VALUES ('7554c2d7e6b4f83bf7f35c8a18011a8c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1419/data.csv', 'admin', '2024-11-05 11:54:10', null, null); INSERT INTO `oss_file` VALUES ('755523b7aa91a92532e7185342cb6918', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82C59A-5/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:14', null, null); INSERT INTO `oss_file` VALUES ('7558c433fa8bafdf6646a139b00aee17', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RHF310/data.csv', 'admin', '2024-11-05 12:40:37', null, null); INSERT INTO `oss_file` VALUES ('75596b36a29f0692b069a1c3d43d36bd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OLH1049/data.csv', 'admin', '2024-11-05 12:27:09', null, null); INSERT INTO `oss_file` VALUES ('756c7fb9d691448f1f56485b850a9f8c', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX5121/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:00:32', null, null); INSERT INTO `oss_file` VALUES ('758af25511876f4c6b3bf508f3f600d6', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Si1013R/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 12:59:05', null, null); INSERT INTO `oss_file` VALUES ('7594520eb1ec389e725b161a62325cca', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/67204EV-50/data.csv', 'admin', '2024-11-05 10:41:42', null, null); INSERT INTO `oss_file` VALUES ('75995faeb51936106e3a882ef797d013', '279.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL431BIDMR2G/279.pdf', 'admin', '2024-10-24 12:09:46', null, null); INSERT INTO `oss_file` VALUES ('759fa8d351e15382ca031ed2f0579968', '90292.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7202RE/90292.pdf', 'admin', '2024-11-05 10:42:55', null, null); INSERT INTO `oss_file` VALUES ('75b1a8e8a5fd1893a00c2d7c405d9cda', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 10:52:00', null, null); INSERT INTO `oss_file` VALUES ('75ba1f616c64d0696c6ab382437da6b4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HVH/data.csv', 'admin', '2024-11-05 11:44:32', null, null); INSERT INTO `oss_file` VALUES ('75c278362281a786c4d049a2342007ab', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RHrFPGA/data.csv', 'admin', '2024-11-05 12:41:50', null, null); INSERT INTO `oss_file` VALUES ('75d8c2eddb0ce16c0ac2ce025cda2f67', '103.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/STRH60N20FSY3/103.pdf', 'admin', '2024-10-24 11:49:05', null, null); INSERT INTO `oss_file` VALUES ('75df84ef82416e8a299c72fdd57b3e1c', '1100%20-%20ETW_BERG_FPGA_SEU_TESTING_2017_EDAA.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T-1FBG900 Kintex K7/1100%20-%20ETW_BERG_FPGA_SEU_TESTING_2017_EDAA.pdf', 'admin', '2024-11-05 13:14:34', null, null); INSERT INTO `oss_file` VALUES ('75ea665aa13d376af9411646f4cd0558', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5920/nsrec06_W4.pdf', 'admin', '2024-11-05 12:19:03', null, null); INSERT INTO `oss_file` VALUES ('75fa3dea45ed1608cc4ea4f07c74bd8f', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SPT7760/NSREC03_W10.pdf', 'admin', '2024-11-05 12:54:42', null, null); INSERT INTO `oss_file` VALUES ('7610f4bda80b54ca15e092f724c58fdf', 'PPM-93-050.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC240/PPM-93-050.pdf', 'admin', '2024-11-05 10:35:26', null, null); INSERT INTO `oss_file` VALUES ('761bfb51596954fd3d9752ab820c664b', 'intel.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/B/intel.pdf', 'admin', '2024-11-05 12:10:33', null, null); INSERT INTO `oss_file` VALUES ('7627a65c7bce8cf42b7ba85dcb7bc8ca', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K4T1G044QA-ZCD5/data.csv', 'admin', '2024-11-05 11:40:33', null, null); INSERT INTO `oss_file` VALUES ('763e0ece1eb948bf865c322f97e18875', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/71256RE/data.csv', 'admin', '2024-11-05 10:42:46', null, null); INSERT INTO `oss_file` VALUES ('764433e7caea4e36f2bb92a08d3cbd8d', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/372/b072994.pdf', 'admin', '2024-11-05 10:43:48', null, null); INSERT INTO `oss_file` VALUES ('7653728fe2b25da8801bb527c0e3d79f', 'PPM-95-147.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C256/PPM-95-147.pdf', 'admin', '2024-11-05 10:23:57', null, null); INSERT INTO `oss_file` VALUES ('7654a43747b8d6c84b3cc03b718d53ac', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ALS05/data.csv', 'admin', '2024-11-05 10:38:02', null, null); INSERT INTO `oss_file` VALUES ('7655f466a5bbd6ecc930e691dabd045b', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS5420/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 13:05:08', null, null); INSERT INTO `oss_file` VALUES ('7656695a8585d914a670a00054390d27', '403.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MAX823TEUK+/403.pdf', 'admin', '2024-10-24 12:22:17', null, null); INSERT INTO `oss_file` VALUES ('7656994d47886e54a84ca69692cfda0a', '107.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SHAMROC Phase 1 T-sensor/107.pdf', 'admin', '2024-10-24 11:49:23', null, null); INSERT INTO `oss_file` VALUES ('767cc1d254b3adf957d9ade65291a33f', 'NEPP-TR-2019-Berg-TR-19-045-Microsemi-PolarFire-MPF300T-FCG1152-LBNL-2019Nov18-20205007083.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MPF300T-FCG1152 (PolarFire)/NEPP-TR-2019-Berg-TR-19-045-Microsemi-PolarFire-MPF300T-FCG1152-LBNL-2019Nov18-20205007083.pdf', 'admin', '2024-11-05 12:13:37', null, null); INSERT INTO `oss_file` VALUES ('7683a3ca771e15ed0ecaa967e5ee0717', '106.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ PROTO/106.pdf', 'admin', '2024-10-24 11:49:17', null, null); INSERT INTO `oss_file` VALUES ('7694efe9735c0ba2f58ceefe68f925a9', 'd032495.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM5116400/d032495.pdf', 'admin', '2024-11-05 11:28:56', null, null); INSERT INTO `oss_file` VALUES ('76981b54ab2867ba3933ac0d4ce93eb5', 'PPM-91-440.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC00/PPM-91-440.pdf', 'admin', '2024-11-05 10:34:30', null, null); INSERT INTO `oss_file` VALUES ('76a54f28ecf4dc3246beeb1e98327b3e', 'd062896.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2706R/d062896.pdf', 'admin', '2024-11-05 10:23:17', null, null); INSERT INTO `oss_file` VALUES ('76a900e30209974d3b88794a71930a2a', 'CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/22FDX SRAM-based Line-Monitor Test Vehicle/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'admin', '2024-11-05 10:22:35', null, null); INSERT INTO `oss_file` VALUES ('76ba03e0ef86effe63ce503cf4c3f536', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IDA07318/nsrec94a.pdf', 'admin', '2024-11-05 11:33:39', null, null); INSERT INTO `oss_file` VALUES ('76cc414ef58d949ceec48ccca6804aa4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LT1009IDR/data.csv', 'admin', '2024-11-05 11:52:51', null, null); INSERT INTO `oss_file` VALUES ('76dca44f462f563a82b0f68f0822ba0c', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN74LVT244B/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:53:45', null, null); INSERT INTO `oss_file` VALUES ('76df12b91d464fc15d6e254e1e5eda77', 'NRL102709_MSK5820.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5820-2.5RH/NRL102709_MSK5820.pdf', 'admin', '2024-11-05 12:18:44', null, null); INSERT INTO `oss_file` VALUES ('76e223e2e66609387c0299610d53716e', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMP11/ieee95a.pdf', 'admin', '2024-11-05 12:52:13', null, null); INSERT INTO `oss_file` VALUES ('76eaba6482b6132a81c210b025abdbed', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT534/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:56', null, null); INSERT INTO `oss_file` VALUES ('76ebde14f0ca0d9c3e7a3bd2f0b1c69d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AS58C1001SF/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:37', null, null); INSERT INTO `oss_file` VALUES ('76fa2b429c4f92ddf5aafd69d980c295', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT22VP10/random6a.pdf', 'admin', '2024-11-05 13:09:04', null, null); INSERT INTO `oss_file` VALUES ('770a58efa379469bbbdb460006e63529', 'd032495.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TDO116400AJ3B-70/d032495.pdf', 'admin', '2024-11-05 13:02:44', null, null); INSERT INTO `oss_file` VALUES ('770f8a8260d9d9ed3799eb4e74cc1cf5', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ16244/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 10:37:25', null, null); INSERT INTO `oss_file` VALUES ('77130a099e7472f47cb4b6803cd45380', 'PPM-97-007.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM101A/PPM-97-007.pdf', 'admin', '2024-11-05 11:43:23', null, null); INSERT INTO `oss_file` VALUES ('77223bf897631f0aa41d4bd99ccc012e', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/APT50M38PLL/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 11:06:47', null, null); INSERT INTO `oss_file` VALUES ('773002b27967933da494b328f490915d', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OPA128/nsrec05_W5.pdf', 'admin', '2024-11-05 12:32:34', null, null); INSERT INTO `oss_file` VALUES ('7734e35a6def25af4f8c19289d1ae5e5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GTRC/data.csv', 'admin', '2024-11-05 13:02:08', null, null); INSERT INTO `oss_file` VALUES ('773f8a698707ba06b693da78cf74c2d6', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/88C30/nsrec94a.pdf', 'admin', '2024-11-05 10:45:49', null, null); INSERT INTO `oss_file` VALUES ('774b3d657da3a3226b245ca00a4e7f3e', 'VdG10APR_RAM-6+.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAM-6+/VdG10APR_RAM-6+.pdf', 'admin', '2024-11-05 12:37:15', null, null); INSERT INTO `oss_file` VALUES ('774d4a03c81783a701f3241ee1632b66', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP497BRC/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:31:59', null, null); INSERT INTO `oss_file` VALUES ('7757d8da986c570d2e4f61999e75c965', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SBL1040/data.csv', 'admin', '2024-11-05 12:46:59', null, null); INSERT INTO `oss_file` VALUES ('7769aed4ebf25cde59cb1e3b1b7f5789', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS508RH/nsrec94a.pdf', 'admin', '2024-11-05 11:31:26', null, null); INSERT INTO `oss_file` VALUES ('776c084c4d591af5604d6f65eb2a1fd0', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/INA117SM/PPM-99-045.pdf', 'admin', '2024-10-23 17:39:26', null, null); INSERT INTO `oss_file` VALUES ('7777d2e9315d6a4258783f18e3287d98', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI506/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:43', null, null); INSERT INTO `oss_file` VALUES ('77ab3d8e118306fac9db710c7699fe4a', '269.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HIFAS ASIC/269.pdf', 'admin', '2024-10-24 12:08:58', null, null); INSERT INTO `oss_file` VALUES ('77aea9e76ada1833406ddda461277c45', '295.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL1431/295.pdf', 'admin', '2024-10-24 12:11:44', null, null); INSERT INTO `oss_file` VALUES ('77b40891a5546f5d5a9b97b9c0350a89', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/53272/nsrec06_W2.pdf', 'admin', '2024-11-05 10:33:56', null, null); INSERT INTO `oss_file` VALUES ('77b4c06145e788220e46026157abe4a6', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/10502/nsrec00_W21.pdf', 'admin', '2024-11-05 10:20:15', null, null); INSERT INTO `oss_file` VALUES ('77b8d418f8db15ab7e328219f45c9e34', 'b081695.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/E28F016SB/b081695.pdf', 'admin', '2024-11-05 11:21:33', null, null); INSERT INTO `oss_file` VALUES ('77ca4c058779ba115857bd020362c0df', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT9T001P12STC/data.csv', 'admin', '2024-11-05 12:22:39', null, null); INSERT INTO `oss_file` VALUES ('77cd3e18cf4bc949c8ab04c987c30deb', 'T061703_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX726/T061703_GLAST.pdf', 'admin', '2024-11-05 12:01:05', null, null); INSERT INTO `oss_file` VALUES ('77ce6dbe6d22fbe347e0561676cf7135', 'PPM-91-156.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/PPM-91-156.pdf', 'admin', '2024-11-05 11:51:27', null, null); INSERT INTO `oss_file` VALUES ('77e67c3b5d3de03d68957e044313a782', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HV583/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:32:37', null, null); INSERT INTO `oss_file` VALUES ('77e7d16eafdd42f463c469ffd3da4c63', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:42', null, null); INSERT INTO `oss_file` VALUES ('77e8107360fa8a087c50fc052e46c164', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1157CS8/data.csv', 'admin', '2024-11-05 11:53:46', null, null); INSERT INTO `oss_file` VALUES ('77e8b0c8b68824ce05e6946673d97cdc', 'PPM-91-154.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV1N3600/PPM-91-154.pdf', 'admin', '2024-11-05 11:38:56', null, null); INSERT INTO `oss_file` VALUES ('77f2d3fb8d7f8bcd67bff7088081847e', 'd031997.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5401/d031997.pdf', 'admin', '2024-11-05 10:34:05', null, null); INSERT INTO `oss_file` VALUES ('77f6eddd84978106c4c8df56615f5d38', 'VdG08MAR_TPS5420.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS5420/VdG08MAR_TPS5420.pdf', 'admin', '2024-11-05 13:05:08', null, null); INSERT INTO `oss_file` VALUES ('7813e6d1e6159633fb34b9c6872a6f82', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX145/data.csv', 'admin', '2024-11-05 11:58:52', null, null); INSERT INTO `oss_file` VALUES ('78170c65c13cc08e771e246b1caf751c', 'G04Sept_LXA0387_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LXA0387/G04Sept_LXA0387_TID.pdf', 'admin', '2024-11-05 11:56:31', null, null); INSERT INTO `oss_file` VALUES ('7821d074acc3630528f5569d280545e8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/VRG8666/data.csv', 'admin', '2024-11-05 13:11:13', null, null); INSERT INTO `oss_file` VALUES ('782658d240e672221e3f5bd2ac03aa6c', 'PPM-95-170.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IBM0116400AJ3/PPM-95-170.pdf', 'admin', '2024-11-05 11:33:22', null, null); INSERT INTO `oss_file` VALUES ('7851141756d81c74c90fa8631f97fbc7', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Xilinx SIRF Test Transistors/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 13:15:52', null, null); INSERT INTO `oss_file` VALUES ('786a04661d6f2280d85bbee554178ba2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LS2805S/data.csv', 'admin', '2024-11-05 11:51:56', null, null); INSERT INTO `oss_file` VALUES ('787f2413f175a93080c9a32e1387598d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/E28F016SB/data.csv', 'admin', '2024-11-05 11:21:33', null, null); INSERT INTO `oss_file` VALUES ('7891d39de12614bb885dd9f2f38a1431', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N134/nsrec00_W21.pdf', 'admin', '2024-11-05 10:42:02', null, null); INSERT INTO `oss_file` VALUES ('7899f57452a492ff64c1670601864c91', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMF-28/NSREC02_W5.pdf', 'admin', '2024-11-05 12:51:33', null, null); INSERT INTO `oss_file` VALUES ('78a196846a70373e68cf1325c183c510', '127.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/R1RW0416DDSB/127.pdf', 'admin', '2024-10-24 11:51:09', null, null); INSERT INTO `oss_file` VALUES ('78b01432beadf6f690d42a1a299a0545', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913ESY332/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 12:41:23', null, null); INSERT INTO `oss_file` VALUES ('78cfdcfc43e983f77eff06033dd0299e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PA10A/data.csv', 'admin', '2024-11-05 12:33:53', null, null); INSERT INTO `oss_file` VALUES ('78ffa8579969dd809c188c8737d6532d', 'Paper_NSREC02_1394.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1394/Paper_NSREC02_1394.pdf', 'admin', '2024-11-05 10:20:57', null, null); INSERT INTO `oss_file` VALUES ('791e7b5c86d0141744d1d38cc867b2bc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F8G08AAAWP/data.csv', 'admin', '2024-11-05 12:22:07', null, null); INSERT INTO `oss_file` VALUES ('793ae8f1c4b2edf9aa9c4ec8cb7a99c0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD562/data.csv', 'admin', '2024-11-05 10:52:12', null, null); INSERT INTO `oss_file` VALUES ('793e5052d236baf2cac67e768fe5ed0c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CF04246-32/data.csv', 'admin', '2024-11-05 11:13:52', null, null); INSERT INTO `oss_file` VALUES ('796973d283f9f35099eed1f991e125be', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSA0670/data.csv', 'admin', '2024-11-05 12:14:16', null, null); INSERT INTO `oss_file` VALUES ('797aa028aff05db6e67d6ba77336d000', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2805S/ieee95a.pdf', 'admin', '2024-11-05 12:09:53', null, null); INSERT INTO `oss_file` VALUES ('798ba71ede061e1abcc79b61f4ab56f2', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66212/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 10:41:32', null, null); INSERT INTO `oss_file` VALUES ('798c83534a2c423d3688ceff327242a4', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/P2824/nsrec00_W22.pdf', 'admin', '2024-11-05 12:33:16', null, null); INSERT INTO `oss_file` VALUES ('79a659ac255d991eef7117c75aaf0327', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4617/nsrec01_W15.pdf', 'admin', '2024-11-05 11:59:56', null, null); INSERT INTO `oss_file` VALUES ('79aa07cdddb76650d1fbd1319863c8f2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD677/data.csv', 'admin', '2024-11-05 10:56:01', null, null); INSERT INTO `oss_file` VALUES ('79b1d1b5ce3c8701aee14e6dda37d60c', 'G07FEB_MAX997_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX997/G07FEB_MAX997_TID.pdf', 'admin', '2024-11-05 12:01:51', null, null); INSERT INTO `oss_file` VALUES ('79b8082e59f6055a801334a19f7a0b2d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA10A/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:18', null, null); INSERT INTO `oss_file` VALUES ('79c1e2681e5e022fd3adba1904be084b', '19_tn_rad_14_8_report_ddr3_see_protons_r2244 (3).pdf', 'http://58.215.212.230:8005/oss/physical/ESA/K4B4G0846B-HCH9, H5TQ4G83MFR-H9C, MT41J512M8RH-093:E/19_tn_rad_14_8_report_ddr3_see_protons_r2244 (3).pdf', 'admin', '2024-10-24 11:55:07', null, null); INSERT INTO `oss_file` VALUES ('79d7653b51dcb63708454e74f469589f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M430105B/data.csv', 'admin', '2024-11-05 11:57:53', null, null); INSERT INTO `oss_file` VALUES ('79e7d2b352c85a08bc0bb82b9fbd8a8e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/S2803R3S/data.csv', 'admin', '2024-11-05 12:46:24', null, null); INSERT INTO `oss_file` VALUES ('79f48259fab8f303445c5aecc83068ad', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMHF2812/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:52:03', null, null); INSERT INTO `oss_file` VALUES ('79f7d6c068c93fa314ef8e21bf7576d3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - IP Optocoupler Driver/data.csv', 'admin', '2024-11-05 13:10:06', null, null); INSERT INTO `oss_file` VALUES ('79f8445e92dc7192f41e9d3bd470769c', 'NEPP-TR-2017-Berg-15-061-XCKU040-2FFVA1156-Kintex-UltraScale-TN45195.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XCKU040-1LFFVA1156I Kintex-UltraScale/NEPP-TR-2017-Berg-15-061-XCKU040-2FFVA1156-Kintex-UltraScale-TN45195.pdf', 'admin', '2024-11-05 13:14:57', null, null); INSERT INTO `oss_file` VALUES ('7a04f491e0f5b0ac7e5e8d2bb69dff87', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP97/b072994.pdf', 'admin', '2024-11-05 12:32:26', null, null); INSERT INTO `oss_file` VALUES ('7a05f37c32048e9e85645797c72368fc', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4420/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:46', null, null); INSERT INTO `oss_file` VALUES ('7a06518452cd05f47285cd700f05cb99', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Snapdragon 820/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 13:00:58', null, null); INSERT INTO `oss_file` VALUES ('7a0b02eba2252c56ee69f0e794ac31bf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/2N2484/data.csv', 'admin', '2024-10-24 12:09:05', null, null); INSERT INTO `oss_file` VALUES ('7a103fe2c33eadbf6f338de0669eb070', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH249/nsrec00_W22.pdf', 'admin', '2024-11-05 14:41:45', null, null); INSERT INTO `oss_file` VALUES ('7a10c6d67987f7ccc0c45b178125ecf3', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT54LVDS031/nsrec05_W5.pdf', 'admin', '2024-11-05 13:09:12', null, null); INSERT INTO `oss_file` VALUES ('7a1be88b8c4b2beec3d03e4e2e036268', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:47:51', null, null); INSERT INTO `oss_file` VALUES ('7a2643bbebb1f9bbdddd861129696708', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DRS4485/data.csv', 'admin', '2024-11-05 11:19:50', null, null); INSERT INTO `oss_file` VALUES ('7a2abc7cfa9925a7a8fadc2cb82488bf', 'NRL012910_HMC422.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HMC4562G8_Engineering PN/NRL012910_HMC422.pdf', 'admin', '2024-11-05 11:29:56', null, null); INSERT INTO `oss_file` VALUES ('7a2b74e82c1ee007072c602e1460bc29', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MX913/data.csv', 'admin', '2024-11-05 12:23:59', null, null); INSERT INTO `oss_file` VALUES ('7a35009a2c3792a168d398d5aee42fa7', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX7847TQ/NSREC98.pdf', 'admin', '2024-11-05 12:23:56', null, null); INSERT INTO `oss_file` VALUES ('7a390ce09b8487183e29c3865fe07c0d', 'NSREC02_W8.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Myrinet/NSREC02_W8.pdf', 'admin', '2024-11-05 12:25:19', null, null); INSERT INTO `oss_file` VALUES ('7a41db7df66badc04453c712b3246a48', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4595DVBR/data.csv', 'admin', '2024-11-05 11:59:51', null, null); INSERT INTO `oss_file` VALUES ('7a47d229a976b6c0373869f0f3c72f56', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/407/data.csv', 'admin', '2024-11-05 10:31:40', null, null); INSERT INTO `oss_file` VALUES ('7a49c9bb1940ebe2abe57d2819851e82', '233.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH249,66099,4N49/233.pdf', 'admin', '2024-10-24 12:05:21', null, null); INSERT INTO `oss_file` VALUES ('7a62de3a4b9af05993b2c0aa1335748a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD584 - DC1052A/data.csv', 'admin', '2024-10-24 12:16:32', null, null); INSERT INTO `oss_file` VALUES ('7a752f274d1a8c34c185f6f79c6b7552', 'IU1200.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/IU1200.pdf', 'admin', '2024-11-05 12:35:51', null, null); INSERT INTO `oss_file` VALUES ('7a80435836e6f8c12f3e0b275ae0208b', 'D102506_HCPL6751.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-6751/D102506_HCPL6751.pdf', 'admin', '2024-11-05 11:26:53', null, null); INSERT INTO `oss_file` VALUES ('7aa21668cc46856e9cf7945c9702ac20', 'nsrec2012_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907/nsrec2012_W6_TID.pdf', 'admin', '2024-11-05 10:27:22', null, null); INSERT INTO `oss_file` VALUES ('7aa3cbdc81045aa89543a40c76ef11a3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4651EUE/data.csv', 'admin', '2024-11-05 12:00:10', null, null); INSERT INTO `oss_file` VALUES ('7aad8b4a7f4d5067794ce77ae902ab72', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PE97201/nsrec06_W4.pdf', 'admin', '2024-11-05 12:34:47', null, null); INSERT INTO `oss_file` VALUES ('7ab7d51b4eac1bce09d15f476cd1e3f0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/66212/data.csv', 'admin', '2024-11-05 10:41:32', null, null); INSERT INTO `oss_file` VALUES ('7abb1fe6ecab1baca7f5f4e0c73b6af7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HFE3801/data.csv', 'admin', '2024-11-05 11:28:11', null, null); INSERT INTO `oss_file` VALUES ('7acbce8e91475d07285a241b1f46cae9', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL750M05CKTRR/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 13:04:01', null, null); INSERT INTO `oss_file` VALUES ('7ad3340072b127a0b437553d2ab1a21d', '128.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH400/128.pdf', 'admin', '2024-11-05 12:27:28', null, null); INSERT INTO `oss_file` VALUES ('7ad406e051a0362acd3d8b749ad37ecd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PM139/data.csv', 'admin', '2024-11-05 12:35:14', null, null); INSERT INTO `oss_file` VALUES ('7ad4539cabf084be8106abc0ab51e2f1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A250/data.csv', 'admin', '2024-11-05 10:47:00', null, null); INSERT INTO `oss_file` VALUES ('7ad9ba74591876a088a92258ce6582a2', 'd040896a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AT6002-JC/d040896a.pdf', 'admin', '2024-11-05 11:08:01', null, null); INSERT INTO `oss_file` VALUES ('7af0bed68f418f23a7654bb6c5ceaa9a', '367.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/40MHz-CFPT9006/367.pdf', 'admin', '2024-10-24 12:18:47', null, null); INSERT INTO `oss_file` VALUES ('7af8fb5a9018419fe76f92e7c0c392a6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/PC28F00AM29EW/data.csv', 'admin', '2024-10-24 12:13:13', null, null); INSERT INTO `oss_file` VALUES ('7afaf3770e2094a6afbcd23110f7fe4e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7204 9x4k FIFO/data.csv', 'admin', '2024-11-05 10:43:17', null, null); INSERT INTO `oss_file` VALUES ('7b048ec9d57dbddc3c400c335a90ad6f', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HSYE-117RH/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 11:32:20', null, null); INSERT INTO `oss_file` VALUES ('7b19e2180b441d4b9c7748844b5edf18', 'PPM-97-016.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD580/PPM-97-016.pdf', 'admin', '2024-11-05 10:53:01', null, null); INSERT INTO `oss_file` VALUES ('7b1b209a8bf4fea7855e9534e5ac0556', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SY100EL31ZC/nsrec00_W21.pdf', 'admin', '2024-11-05 12:58:27', null, null); INSERT INTO `oss_file` VALUES ('7b1c7a1f5847728f23b09819999b0659', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/KM684002AJ-17/data.csv', 'admin', '2024-11-05 11:42:31', null, null); INSERT INTO `oss_file` VALUES ('7b2302998d9867511e2bccc65efa3641', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M82C59A/data.csv', 'admin', '2024-11-05 11:58:37', null, null); INSERT INTO `oss_file` VALUES ('7b500ebf76110ce5192b7f20b8d291e3', 'PPM-91-061.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IDT7203L65DB/PPM-91-061.pdf', 'admin', '2024-11-05 11:33:43', null, null); INSERT INTO `oss_file` VALUES ('7b598a2ea2d0ba98ba22a64968c0cd23', 'tns04_marshall.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7HP test sample/tns04_marshall.pdf', 'admin', '2024-11-05 10:44:22', null, null); INSERT INTO `oss_file` VALUES ('7b690de07e5e81266ef24be5ad1b853b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/62017 GS3040-3 LED/data.csv', 'admin', '2024-11-05 10:40:13', null, null); INSERT INTO `oss_file` VALUES ('7b6916846d8af88eedbe2cb4e7f0e48f', 'G05SEP_2N2222_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/G05SEP_2N2222_TID.pdf', 'admin', '2024-11-05 10:24:51', null, null); INSERT INTO `oss_file` VALUES ('7b6c3e601c86171c1959d0913467b816', 'PPM-91-053.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/B/PPM-91-053.pdf', 'admin', '2024-11-05 12:14:03', null, null); INSERT INTO `oss_file` VALUES ('7b6d33f8e594b7a37b30adf6197739fe', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N5154/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 14:31:33', null, null); INSERT INTO `oss_file` VALUES ('7b7ccc4e711e887bd8ad4101d32a4369', 'I032706_MT29F2G08B.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F2G08B/I032706_MT29F2G08B.pdf', 'admin', '2024-11-05 12:20:23', null, null); INSERT INTO `oss_file` VALUES ('7b7f90e15910cf2690d5d5c0f3659646', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:27:23', null, null); INSERT INTO `oss_file` VALUES ('7ba2c8e3228b19f39235be59d1754372', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UC1823/data.csv', 'admin', '2024-11-05 13:08:25', null, null); INSERT INTO `oss_file` VALUES ('7ba7894ebd144393cf9e874cc42baadb', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NXPS20H100CX/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:26:38', null, null); INSERT INTO `oss_file` VALUES ('7bb918e76e60ef15fe1d264359bdc931', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TP0116400AJ3B-70/DRAM296.pdf', 'admin', '2024-11-05 13:05:03', null, null); INSERT INTO `oss_file` VALUES ('7bbd8f5df626aaf9d63624c60274be23', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BAS70-05-7-F/data.csv', 'admin', '2024-11-05 11:10:03', null, null); INSERT INTO `oss_file` VALUES ('7be4833009d0e2d21ab9baa5ef0bdf6e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5631/data.csv', 'admin', '2024-11-05 10:38:58', null, null); INSERT INTO `oss_file` VALUES ('7beb0cd22b00aade7b81ee7b9374bf43', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC193/data.csv', 'admin', '2024-11-05 10:35:19', null, null); INSERT INTO `oss_file` VALUES ('7bf01601b1acc9a4eabc3f568c2fda16', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ICL7662/NSREC02_W16.pdf', 'admin', '2024-11-05 11:33:29', null, null); INSERT INTO `oss_file` VALUES ('7c0f60de2b6eb6e9fc14f1275d233ab5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Alpha/data.csv', 'admin', '2024-11-05 11:09:15', null, null); INSERT INTO `oss_file` VALUES ('7c1be4422c324115a89a8a02a55f942e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/22V10/data.csv', 'admin', '2024-11-05 10:22:42', null, null); INSERT INTO `oss_file` VALUES ('7c1f2270d081a08321b21c9782749efe', 'PPM-95-123.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MD82C59A/PPM-95-123.pdf', 'admin', '2024-11-05 12:08:59', null, null); INSERT INTO `oss_file` VALUES ('7c24412ef6ed4b4e0c52eac68b26e7d4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N6453/data.csv', 'admin', '2024-11-05 10:30:20', null, null); INSERT INTO `oss_file` VALUES ('7c2fa9ea23a2a9db4b9d9733a10face9', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VS-APH3006-N3/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 13:11:21', null, null); INSERT INTO `oss_file` VALUES ('7c32972eb3eb4b8990c593eaff0b4524', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ16245/nsrec05_W23.pdf', 'admin', '2024-11-05 10:37:36', null, null); INSERT INTO `oss_file` VALUES ('7c3a175a6cf02f247d5eec2c19374594', '401.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TPS25940ARVCR/401.pdf', 'admin', '2024-10-24 12:22:00', null, null); INSERT INTO `oss_file` VALUES ('7c48090c39057ebe3fa059ba69472098', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA10/ieee95a.pdf', 'admin', '2024-11-05 12:33:50', null, null); INSERT INTO `oss_file` VALUES ('7c49f7a3e2cc2f853a8861b8d391d7ee', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MX7545A/data.csv', 'admin', '2024-11-05 12:23:51', null, null); INSERT INTO `oss_file` VALUES ('7c51d1adec62e23c3683ab8307d0641f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/U310/data.csv', 'admin', '2024-10-23 17:39:08', null, null); INSERT INTO `oss_file` VALUES ('7c6bb274152d242955a62fc4cacb71d3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FB00KBY/data.csv', 'admin', '2024-11-05 11:22:35', null, null); INSERT INTO `oss_file` VALUES ('7c6e1da6e49fe47f1ad4329d0c5a7a56', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GTFE/nsrec04_SEE.pdf', 'admin', '2024-11-05 13:02:04', null, null); INSERT INTO `oss_file` VALUES ('7c73b4fda0748022aed0aa50ca693c49', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CPM3-3300 Eng. Samples/data.csv', 'admin', '2024-11-05 11:16:13', null, null); INSERT INTO `oss_file` VALUES ('7c78338a7e996641bab6bc4a2f3734b5', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM101A/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:44', null, null); INSERT INTO `oss_file` VALUES ('7c79ad8bfc422b51cd90d99a649df524', 'T082409_K9F4G08U0_MT29F4G08AA.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/T082409_K9F4G08U0_MT29F4G08AA.pdf', 'admin', '2024-11-05 12:21:10', null, null); INSERT INTO `oss_file` VALUES ('7c7b64211c34a06aae8880439e15da49', 'D051605_53272.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/53272/D051605_53272.pdf', 'admin', '2024-11-05 10:33:55', null, null); INSERT INTO `oss_file` VALUES ('7c839cdeb1da731d8c6932028da58cd6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OW628128CD/data.csv', 'admin', '2024-11-05 12:33:05', null, null); INSERT INTO `oss_file` VALUES ('7c99691c29dbe775c6975513a4bef89c', '12-040_NRL20130219_VRG8661_laser.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VRG8661/12-040_NRL20130219_VRG8661_laser.pdf', 'admin', '2024-11-05 13:11:04', null, null); INSERT INTO `oss_file` VALUES ('7c99e4d65d90e3baf12ee595f6677a2a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM1850STM3/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:39', null, null); INSERT INTO `oss_file` VALUES ('7cad14d14278478c070e615831c863b1', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HMC6416USLC3/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 11:30:18', null, null); INSERT INTO `oss_file` VALUES ('7cb89b5bb734d977c2789e2a637c8a02', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2812D\r\r\nMHF2805S/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:09', null, null); INSERT INTO `oss_file` VALUES ('7cc2a9c77c1f7163a3fff43350f7a527', 'I060602_CO566.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CO-566/I060602_CO566.pdf', 'admin', '2024-11-05 11:15:22', null, null); INSERT INTO `oss_file` VALUES ('7ccd90391bda1ae6a77d06d0e0ecbc00', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:35', null, null); INSERT INTO `oss_file` VALUES ('7ccf1fd0a51cd84c9b6df956417d2fc7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F16G08/data.csv', 'admin', '2024-10-24 12:17:30', null, null); INSERT INTO `oss_file` VALUES ('7cd26ec623cb9085b66d897d78d47f8e', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MCM517400J60/ieee95a.pdf', 'admin', '2024-11-05 12:08:57', null, null); INSERT INTO `oss_file` VALUES ('7cd2f11a851a040fd1abdaba714346b1', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown 65nm Processor/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 13:10:33', null, null); INSERT INTO `oss_file` VALUES ('7d06cc5a78f0572541a980eb8a81e28b', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1014MW/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:39:04', null, null); INSERT INTO `oss_file` VALUES ('7d0cf17dca1a394d6526fab2743a94ce', 'radecs09_pellish.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Structure 45 nm SOI/radecs09_pellish.pdf', 'admin', '2024-11-05 13:07:29', null, null); INSERT INTO `oss_file` VALUES ('7d113e2f0b73748e4034a411ee6116d0', '120392.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT71256/120392.pdf', 'admin', '2024-11-05 13:09:53', null, null); INSERT INTO `oss_file` VALUES ('7d132e0862377c95982e41e7dd241a34', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HM68128/data.csv', 'admin', '2024-11-05 11:29:40', null, null); INSERT INTO `oss_file` VALUES ('7d151ad630d0c93e81bd68fc288b9421', 'B061702_LMC6484.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMC6484/B061702_LMC6484.pdf', 'admin', '2024-11-05 11:50:20', null, null); INSERT INTO `oss_file` VALUES ('7d21a31043debf37fb405e02e6fb1ecc', 'PPM-91-656.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF441AMH/PPM-91-656.pdf', 'admin', '2024-11-05 11:43:11', null, null); INSERT INTO `oss_file` VALUES ('7d33aab83689b1e51f5628cbe0c40370', 'G05DEC_AD580_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD580/G05DEC_AD580_TID.pdf', 'admin', '2024-11-05 10:53:02', null, null); INSERT INTO `oss_file` VALUES ('7d51ca0a7a55e95d7840812d74bba5db', 'T052110_PCMA33.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PCM A33/T052110_PCMA33.pdf', 'admin', '2024-11-05 12:34:25', null, null); INSERT INTO `oss_file` VALUES ('7d69a0ef7e8867784d2aef9ca9b09544', 'PPM-94-016.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP177A/PPM-94-016.pdf', 'admin', '2024-11-05 12:29:13', null, null); INSERT INTO `oss_file` VALUES ('7d6b55431548d47bc53b3733d8cf2773', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HVH/nsrec00_W21.pdf', 'admin', '2024-11-05 11:44:32', null, null); INSERT INTO `oss_file` VALUES ('7d8c30389d9e7f962e193af9c0beae0c', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX529/nsrec05_W5.pdf', 'admin', '2024-11-05 12:00:43', null, null); INSERT INTO `oss_file` VALUES ('7d98a7c192a7be643141b921aa67c79e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADS7881/data.csv', 'admin', '2024-11-05 11:03:19', null, null); INSERT INTO `oss_file` VALUES ('7dae0cace31a81f7b5eae014eee3c9ac', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AT22V10 PAL/data.csv', 'admin', '2024-11-05 11:07:52', null, null); INSERT INTO `oss_file` VALUES ('7dcc484196227c6bcb3ba1a0b6370f20', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/EDS5108ABTA/data.csv', 'admin', '2024-11-05 11:21:47', null, null); INSERT INTO `oss_file` VALUES ('7ddcf0d14890f0cb152e4e9dd472938b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54HC123/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:59', null, null); INSERT INTO `oss_file` VALUES ('7de6692e65a3a4ae85d10b4f3302847a', '176.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH7000-0010/176.pdf', 'admin', '2024-10-24 11:56:22', null, null); INSERT INTO `oss_file` VALUES ('7dec00a6104e0bd1c7165a5f606132f6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F512G08AUCBBH8/data.csv', 'admin', '2024-11-05 12:21:46', null, null); INSERT INTO `oss_file` VALUES ('7df4d54051d4f66bfcb5d0520fd4f6dc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/Ethernet PHY transceiver/data.csv', 'admin', '2024-10-24 12:20:42', null, null); INSERT INTO `oss_file` VALUES ('7df6e4a0b6ac6f1e2670addf415ad587', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC5VLX30T-1FFG665GU/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 13:12:59', null, null); INSERT INTO `oss_file` VALUES ('7e0623c6808e324eb1565e6cb531c46d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI-201/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:39', null, null); INSERT INTO `oss_file` VALUES ('7e0f96a9fb9318408989119913c386a6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LM4041CFTA/data.csv', 'admin', '2024-10-24 12:08:26', null, null); INSERT INTO `oss_file` VALUES ('7e12a36f4657bde527c581a27dd21703', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/82C54/data.csv', 'admin', '2024-11-05 10:45:22', null, null); INSERT INTO `oss_file` VALUES ('7e1467b0a9dfca9ba86927a7c8f511c7', 'PPM-99-025.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM20P10/PPM-99-025.pdf', 'admin', '2024-11-05 12:27:59', null, null); INSERT INTO `oss_file` VALUES ('7e1f7e8540efb2abb1dc456bc8216183', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CS7820-UD/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:42', null, null); INSERT INTO `oss_file` VALUES ('7e3197fc188579a658379b5f33fe8a74', 'OLH7000 PROTONS TID_0883_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH7000/OLH7000 PROTONS TID_0883_01.pdf', 'admin', '2024-10-24 12:17:40', null, null); INSERT INTO `oss_file` VALUES ('7e415374655ff1b4f44956595bfb7637', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LS2805/data.csv', 'admin', '2024-11-05 11:51:41', null, null); INSERT INTO `oss_file` VALUES ('7e42f2aa56e8de141fdd7ecde7da3de5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OR2T15A2S240DB/data.csv', 'admin', '2024-11-05 12:32:59', null, null); INSERT INTO `oss_file` VALUES ('7e449a8336068a6fff8d997b83f45a37', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1657/NSREC02_W16.pdf', 'admin', '2024-11-05 11:54:37', null, null); INSERT INTO `oss_file` VALUES ('7e491650717f1478bc4a2a3948cacd79', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 10:47:14', null, null); INSERT INTO `oss_file` VALUES ('7e4f8258be27e206431ce152a31b3f36', 'PPM-94-027.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC374/PPM-94-027.pdf', 'admin', '2024-11-05 10:36:08', null, null); INSERT INTO `oss_file` VALUES ('7e55ebf6269f67950d6fd474f433755f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CKJ911/data.csv', 'admin', '2024-11-05 11:14:14', null, null); INSERT INTO `oss_file` VALUES ('7e6f8faafe9568e18dd2f7e0ac72f2d8', 'PPM-92-163.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-92-163.pdf', 'admin', '2024-11-05 10:56:06', null, null); INSERT INTO `oss_file` VALUES ('7e85bf460ead74ba0a3ffb888830354e', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OMH3075S/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:28:20', null, null); INSERT INTO `oss_file` VALUES ('7e8d96c66498b506e4d1a1953749ab06', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CMF20120D/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 11:15:00', null, null); INSERT INTO `oss_file` VALUES ('7e9cae454abe74b9cfb160550909f21e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RT4G150-CB1657PROTO/data.csv', 'admin', '2024-11-05 12:44:01', null, null); INSERT INTO `oss_file` VALUES ('7eac219bc399a77e1128efe47f0b17d3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD1674/data.csv', 'admin', '2024-11-05 10:50:29', null, null); INSERT INTO `oss_file` VALUES ('7ed1c861ed4913451e18df0e9b50ccb8', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/b110994.pdf', 'admin', '2024-11-05 11:51:15', null, null); INSERT INTO `oss_file` VALUES ('7edd8a1141e310665fce23527188df26', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMA1031/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:51:29', null, null); INSERT INTO `oss_file` VALUES ('7eef7abf34e54344cf4d00c1b0a66189', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADXL354BEZ-RL7CT-ND/data.csv', 'admin', '2024-11-05 11:04:24', null, null); INSERT INTO `oss_file` VALUES ('7efdfdc32b9df087f7386af8ca54abdb', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS76701/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 13:05:24', null, null); INSERT INTO `oss_file` VALUES ('7f0fdc8a70c673969a4fd0003abbe847', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AS008MA12A/data.csv', 'admin', '2024-11-05 11:07:01', null, null); INSERT INTO `oss_file` VALUES ('7f169bc0b875424472beccc572104654', '142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH400/142.pdf', 'admin', '2024-11-05 12:27:29', null, null); INSERT INTO `oss_file` VALUES ('7f18d5b0ebe44cca2323332ba2e7cbe5', 'NEPPETW2012_W01_Berg_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/NEPPETW2012_W01_Berg_SEE.pdf', 'admin', '2024-11-05 14:47:01', null, null); INSERT INTO `oss_file` VALUES ('7f1bbd4c5ffd26945b90e91d34ebbce0', 'B030402_22V10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PALCE22V10/B030402_22V10.pdf', 'admin', '2024-11-05 12:34:00', null, null); INSERT INTO `oss_file` VALUES ('7f2d5ed37fc8f07598ebb7d817951dae', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N6849/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:07', null, null); INSERT INTO `oss_file` VALUES ('7f2e81a2ec78330745c829b11a4446d5', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM120H/b072994.pdf', 'admin', '2024-11-05 11:45:05', null, null); INSERT INTO `oss_file` VALUES ('7f361bb67be8391d6df948b38fc1a788', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7872/data.csv', 'admin', '2024-11-05 10:58:22', null, null); INSERT INTO `oss_file` VALUES ('7f6005011282aab3bd579a9af46732e0', 'nsrec93a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AM7968/nsrec93a.pdf', 'admin', '2024-11-05 11:05:47', null, null); INSERT INTO `oss_file` VALUES ('7f6588e03048388a9b418c72cff0b826', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1877/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 11:54:50', null, null); INSERT INTO `oss_file` VALUES ('7f71ebf4790144d6856217610d0531c9', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7204 9x4k FIFO/ieee95a.pdf', 'admin', '2024-11-05 10:43:17', null, null); INSERT INTO `oss_file` VALUES ('7f84d0c4b38ccd9e082fec037d9d3bd6', 'PPM-93-106.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/PPM-93-106.pdf', 'admin', '2024-11-05 11:51:15', null, null); INSERT INTO `oss_file` VALUES ('7f9fdc6578cbd84de30f614be7600b52', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF2045CT/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:08:01', null, null); INSERT INTO `oss_file` VALUES ('7fac3b0f94d66ac44f54aacf6504c2a7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/80386DX/data.csv', 'admin', '2024-11-05 10:44:33', null, null); INSERT INTO `oss_file` VALUES ('7fb2a163121f6031f04f8488cf01e38e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/0116400J1C-70/data.csv', 'admin', '2024-10-23 17:29:31', null, null); INSERT INTO `oss_file` VALUES ('7fc0405f80d0a89822791d70ff81c910', 'NRL082411_MSK5058RH.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5058RH/NRL082411_MSK5058RH.pdf', 'admin', '2024-11-05 12:15:07', null, null); INSERT INTO `oss_file` VALUES ('7fcfef61732b01ef776900c311d58fad', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX308ESE/data.csv', 'admin', '2024-11-05 11:59:17', null, null); INSERT INTO `oss_file` VALUES ('7fde79c24a3697173464addb31d6a741', 'T121805_OP11.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP11/T121805_OP11.pdf', 'admin', '2024-11-05 12:29:05', null, null); INSERT INTO `oss_file` VALUES ('7ff2559030c03815249719213a9f0478', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TI7705/Random97a.pdf', 'admin', '2024-11-05 13:03:07', null, null); INSERT INTO `oss_file` VALUES ('7ffe2b79e73fab91b4f9caa1e10f262b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HMP1-155TRX/data.csv', 'admin', '2024-11-05 11:30:23', null, null); INSERT INTO `oss_file` VALUES ('8003512cfd0fd0e56788d32a13dabe0b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ISL70001/data.csv', 'admin', '2024-11-05 11:36:37', null, null); INSERT INTO `oss_file` VALUES ('8006e7db4d64012109921018e002f54e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - SRAM/data.csv', 'admin', '2024-11-05 13:10:20', null, null); INSERT INTO `oss_file` VALUES ('8008dcb469deeda7c4cf9dea1db36447', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7535/nsrec00_W21.pdf', 'admin', '2024-11-05 10:56:38', null, null); INSERT INTO `oss_file` VALUES ('80132e93a64c9a1ce810322f1e23e1c5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XQR4036XL/data.csv', 'admin', '2024-11-05 13:15:19', null, null); INSERT INTO `oss_file` VALUES ('801a721da6f035c66f4099a73d6be8ae', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CF04530-04/data.csv', 'admin', '2024-11-05 11:13:56', null, null); INSERT INTO `oss_file` VALUES ('8027b29da6a64744338f750cff56f9ec', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/IJW120R100T1/data.csv', 'admin', '2024-10-24 11:57:42', null, null); INSERT INTO `oss_file` VALUES ('802b00506dffa758a5feb7e8f5af9370', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF2045/data.csv', 'admin', '2024-11-05 11:24:32', null, null); INSERT INTO `oss_file` VALUES ('804676d2a78b53e6dd7a04956069ef7b', 'G2006_OP42_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP42/G2006_OP42_TID.pdf', 'admin', '2024-11-05 12:30:55', null, null); INSERT INTO `oss_file` VALUES ('804e7300aa0b667504d15c5b0b70493e', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAM-6+/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:37:15', null, null); INSERT INTO `oss_file` VALUES ('805552ab96bc8e62cd9fb1f5b06fb14d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Rasberry Pi Model B, Generic Part Number 998/data.csv', 'admin', '2024-11-05 12:45:28', null, null); INSERT INTO `oss_file` VALUES ('8063100937d16d66d9a1434de36c2140', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08ABADAHC/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 12:21:20', null, null); INSERT INTO `oss_file` VALUES ('806d9faa69d9afee245a0e2fd2bb6a35', 'TID_01585_01 MT41K512M8RH-125.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MT41K512M8RH-125 - DC1502/TID_01585_01 MT41K512M8RH-125.pdf', 'admin', '2024-10-24 12:16:29', null, null); INSERT INTO `oss_file` VALUES ('807949652f1d35ebc8c75d034cd21876', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/data.csv', 'admin', '2024-11-05 12:35:54', null, null); INSERT INTO `oss_file` VALUES ('807fcfbce42b0db088aa5a5ba65fd00e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX962ESA/data.csv', 'admin', '2024-11-05 12:01:28', null, null); INSERT INTO `oss_file` VALUES ('8091ed6215f3a643bdfa48b34d6f62b2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM158AJRLQMLV/data.csv', 'admin', '2024-11-05 11:48:34', null, null); INSERT INTO `oss_file` VALUES ('80a1e4bee83d2ba717d3bb7ef1163cac', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC2525/nsrec06_W2.pdf', 'admin', '2024-11-05 10:35:38', null, null); INSERT INTO `oss_file` VALUES ('80a6f95374b2f55e750e7b8d4bda76ae', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHF310/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 12:40:38', null, null); INSERT INTO `oss_file` VALUES ('80c7df30658fdf7ffd18234e972e4d8a', '92.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66224-105/92.pdf', 'admin', '2024-10-24 11:48:33', null, null); INSERT INTO `oss_file` VALUES ('80e51a3a41474017f8f2d861bf6883b5', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RT4G150-CB1657PROTO/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:44:01', null, null); INSERT INTO `oss_file` VALUES ('80eaa2ec360fc8266b3a1fb2fb5ad9b7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/62087-305/data.csv', 'admin', '2024-11-05 10:40:29', null, null); INSERT INTO `oss_file` VALUES ('80f14cd6f007a545ed2a0b944649d5f3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/74FCT163374/data.csv', 'admin', '2024-11-05 10:43:27', null, null); INSERT INTO `oss_file` VALUES ('80f7cde2b880fe9c8102df0f1c14bde6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MC35181U/data.csv', 'admin', '2024-11-05 12:08:20', null, null); INSERT INTO `oss_file` VALUES ('80fe0e25669a119507f7de356aba6d4f', 'b082699a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/b082699a.pdf', 'admin', '2024-11-05 11:47:26', null, null); INSERT INTO `oss_file` VALUES ('810a27af55a5ef56c77c9cd4ccfa24a3', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM48C8000AS-6U/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:27', null, null); INSERT INTO `oss_file` VALUES ('810ca0e9381eab82894b26d5df929766', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DL5256/data.csv', 'admin', '2024-11-05 11:19:28', null, null); INSERT INTO `oss_file` VALUES ('811677214ea08df571ec49938cb514be', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STRH100N10FSY3/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:58:03', null, null); INSERT INTO `oss_file` VALUES ('813176a828a74a52368168335bd3064e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F32G08CBACA/data.csv', 'admin', '2024-10-24 12:06:48', null, null); INSERT INTO `oss_file` VALUES ('813c436e6eff9b2a005fbdeccd64c470', 'B021102_ICL7662.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ICL7662/B021102_ICL7662.pdf', 'admin', '2024-11-05 11:33:27', null, null); INSERT INTO `oss_file` VALUES ('8147b9f9c69ecdc416ac7ca8d669a81c', 'tns04_marshall.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5AM STC test sample/tns04_marshall.pdf', 'admin', '2024-11-05 10:39:23', null, null); INSERT INTO `oss_file` VALUES ('8154faa44e1f7f1c2101f7123fd8363f', '12-053_NRL20130219_VRG8660_laser.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VRG8660/12-053_NRL20130219_VRG8660_laser.pdf', 'admin', '2024-11-05 13:11:02', null, null); INSERT INTO `oss_file` VALUES ('815ae3b54635de4b127909cf6e423bb5', 'G06JUL_AD565_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD565/G06JUL_AD565_TID.pdf', 'admin', '2024-11-05 10:52:32', null, null); INSERT INTO `oss_file` VALUES ('81ae393e750b5e6d9a672493fe8f3917', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC374/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:57', null, null); INSERT INTO `oss_file` VALUES ('81bd97467143f9bda01a5193863fe8eb', 'SEE_00600_01 Macronix.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MX30LF4G18AC - DC1444/SEE_00600_01 Macronix.pdf', 'admin', '2024-10-24 12:14:57', null, null); INSERT INTO `oss_file` VALUES ('81c36fdd6aeb412eb3201c742ea03f3a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM160/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:13', null, null); INSERT INTO `oss_file` VALUES ('81d5097488389f7b01283387fae9772d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LXA20T600/data.csv', 'admin', '2024-11-05 11:56:56', null, null); INSERT INTO `oss_file` VALUES ('81d74d7de5df8f34735776672ba34ead', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SLH2812D/data.csv', 'admin', '2024-11-05 12:51:17', null, null); INSERT INTO `oss_file` VALUES ('81d96642e9dc515e84941714a2550f78', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TSC426MJA/data.csv', 'admin', '2024-11-05 13:06:15', null, null); INSERT INTO `oss_file` VALUES ('81e718e242aca1ae67a4a3b15016730a', 'NEPP-TR-2019-Berg-TR-15-061-Xilinx-XCKU040-2FFVA1156E-KintexUltraScale-LBNL-2019Nov18-20205007765.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XCKU040-2FFVA1156E Kintex-UltraScale/NEPP-TR-2019-Berg-TR-15-061-Xilinx-XCKU040-2FFVA1156E-KintexUltraScale-LBNL-2019Nov18-20205007765.pdf', 'admin', '2024-11-05 13:15:14', null, null); INSERT INTO `oss_file` VALUES ('81e8395689145fd7d683e73f4978c714', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL2201/nsrec00_W22.pdf', 'admin', '2024-11-05 11:26:56', null, null); INSERT INTO `oss_file` VALUES ('81f630254305611901d5f8d0bb0a1c1e', '2019-Carstens-TR-GSFC-19-040-2N2222-TID-2019Dec09-TN78001.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/2019-Carstens-TR-GSFC-19-040-2N2222-TID-2019Dec09-TN78001.pdf', 'admin', '2024-11-05 10:25:20', null, null); INSERT INTO `oss_file` VALUES ('81fb2aa4f513afe5ceaa0acb3114452a', 'LBNL090912_MSK5978RH.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5978RH/LBNL090912_MSK5978RH.pdf', 'admin', '2024-11-05 12:19:18', null, null); INSERT INTO `oss_file` VALUES ('81fd0eeffcf53f04b9cb76062d4237f9', 'T121408_MAX997.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX997/T121408_MAX997.pdf', 'admin', '2024-11-05 12:01:50', null, null); INSERT INTO `oss_file` VALUES ('81fd462800de66f7957ee48b6d3a04c9', 'T101401_1394.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CS4103VHG/T101401_1394.pdf', 'admin', '2024-11-05 11:16:32', null, null); INSERT INTO `oss_file` VALUES ('820aea28130ff9eb5836292533c442bd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54LVC14AFK/data.csv', 'admin', '2024-11-05 12:54:11', null, null); INSERT INTO `oss_file` VALUES ('820eb248afb7806dd2c4504ecdd5ad63', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF1010/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:23:41', null, null); INSERT INTO `oss_file` VALUES ('8214272d590affff02e5ae6f9689fc71', 'G06JUL_TL431_TID.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL431/G06JUL_TL431_TID.pdf', 'admin', '2024-11-05 14:56:57', null, null); INSERT INTO `oss_file` VALUES ('82170e84792e02e9c4557e8a86e9712b', 'PPM-92-103.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N6788/PPM-92-103.pdf', 'admin', '2024-11-05 11:39:08', null, null); INSERT INTO `oss_file` VALUES ('8220bd1301d29312c86f2898a6b74c2c', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR28515/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 12:23:13', null, null); INSERT INTO `oss_file` VALUES ('8221947e01f42ed091832760d019b654', 'HFE4811_3801.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFE3801/HFE4811_3801.pdf', 'admin', '2024-11-05 11:28:10', null, null); INSERT INTO `oss_file` VALUES ('822ecfc5474abf6a4a2802c2b8a44214', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SPC5606B/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:54:29', null, null); INSERT INTO `oss_file` VALUES ('8245e9ece7b7a6c0824df9cf5cc098c0', 'NRL102709_MSK5900RH.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5900RH/NRL102709_MSK5900RH.pdf', 'admin', '2024-11-05 12:18:58', null, null); INSERT INTO `oss_file` VALUES ('82467c3b7b04771a1fb362c16faf9de1', 'intel.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MG80486DX2-66/intel.pdf', 'admin', '2024-11-05 12:10:54', null, null); INSERT INTO `oss_file` VALUES ('8257ffae8c7e8465a9af975d241bc63f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HM5116400AJ7/data.csv', 'admin', '2024-11-05 11:28:59', null, null); INSERT INTO `oss_file` VALUES ('82745a255614fe8097d480da1985d9fc', 'TAMU0301.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/TAMU0301.pdf', 'admin', '2024-11-05 12:35:52', null, null); INSERT INTO `oss_file` VALUES ('8296cadbe5aba096c110f4bc086fa78b', '324.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ADC128S102 - DC1317A/324.pdf', 'admin', '2024-10-24 12:14:40', null, null); INSERT INTO `oss_file` VALUES ('82a9d152f8498fd67b6467d91e8b6cc9', 'IU032707_XC4VFX60.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC4VFX60/IU032707_XC4VFX60.pdf', 'admin', '2024-11-05 13:12:49', null, null); INSERT INTO `oss_file` VALUES ('82ba5a82ea9fa5d153c2e39be32c613b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD676/data.csv', 'admin', '2024-11-05 10:55:58', null, null); INSERT INTO `oss_file` VALUES ('82c618755fc8b4da98b7316206131b6a', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN54LVT162244A/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:53:06', null, null); INSERT INTO `oss_file` VALUES ('82c75908cb8240a28796a62697d92762', 'N123101_FDN361AN.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FDN361AN/N123101_FDN361AN.pdf', 'admin', '2024-11-05 11:22:46', null, null); INSERT INTO `oss_file` VALUES ('82edcea813ccefdad28a2f7aeafbb236', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TSC4429/data.csv', 'admin', '2024-11-05 13:06:21', null, null); INSERT INTO `oss_file` VALUES ('82f440fa47fe127a691f724379808654', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NAND04GW3B2DN6/data.csv', 'admin', '2024-11-05 12:25:35', null, null); INSERT INTO `oss_file` VALUES ('82fe594685568241275ff11ecaa28ae0', 'PPM-93-052.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CJ28C256/PPM-93-052.pdf', 'admin', '2024-11-05 11:14:11', null, null); INSERT INTO `oss_file` VALUES ('830d7b0b840d3f0b769649658e1ddbef', 'G06AUG_54ACTQ16244_0435_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ16244/G06AUG_54ACTQ16244_0435_TID.pdf', 'admin', '2024-11-05 10:37:26', null, null); INSERT INTO `oss_file` VALUES ('831cdca5a0fb886e404b7fb1d0c8569f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815/data.csv', 'admin', '2024-11-05 12:10:05', null, null); INSERT INTO `oss_file` VALUES ('831eb4279f6707c24712da632af99cee', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84C56-E3-08/data.csv', 'admin', '2024-11-05 11:11:53', null, null); INSERT INTO `oss_file` VALUES ('83230465c24563359bdeb8efe0d99dd2', 'NEPP-TR-2017-Boomer-GRC-1N4448-Diodes-TN41151.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1N4448WSF/NEPP-TR-2017-Boomer-GRC-1N4448-Diodes-TN41151.pdf', 'admin', '2024-11-05 10:21:30', null, null); INSERT INTO `oss_file` VALUES ('83271ee6ebeec12dc9440264a5f3b332', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K9F4G08U0A 73nm CMOS/data.csv', 'admin', '2024-11-05 11:41:24', null, null); INSERT INTO `oss_file` VALUES ('83273013e94c59893790aa40cd065fe9', 'PPM-91-459.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV4N49/PPM-91-459.pdf', 'admin', '2024-11-05 11:39:15', null, null); INSERT INTO `oss_file` VALUES ('8328608c6db7c2760ee2e762f4c4fa7b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PE21198/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:10', null, null); INSERT INTO `oss_file` VALUES ('8335b092dd7058953876efbbdf486a2c', 'intel.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/49C460/intel.pdf', 'admin', '2024-11-05 10:32:07', null, null); INSERT INTO `oss_file` VALUES ('8338ef504f1b2ea2fc61b2fb1cc33a09', 'PPM-92-314.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5962-87548023A/PPM-92-314.pdf', 'admin', '2024-11-05 10:39:10', null, null); INSERT INTO `oss_file` VALUES ('834e71d210cd9c043cedeaeb786945c5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT240/data.csv', 'admin', '2024-11-05 10:36:47', null, null); INSERT INTO `oss_file` VALUES ('835bc0bbec9ee7fbb059592bce0bae6e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AFL2803R3S/data.csv', 'admin', '2024-11-05 11:05:03', null, null); INSERT INTO `oss_file` VALUES ('8375403b993a0249b25eb1b8cd605e35', 'NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IS46DR16640B-25DBA25/NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf', 'admin', '2024-11-05 11:36:11', null, null); INSERT INTO `oss_file` VALUES ('8378a26b91df22d6aa22d086a0cc0e54', '110.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/UC1825J/110.pdf', 'admin', '2024-10-24 11:49:42', null, null); INSERT INTO `oss_file` VALUES ('838093e152f80830528593d1e47bc0fa', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/02G-P4-6152-KR/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 10:20:05', null, null); INSERT INTO `oss_file` VALUES ('838b7208838040119a9d46a61ee76be5', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/57C256F-35/NSREC98.pdf', 'admin', '2024-11-05 10:39:04', null, null); INSERT INTO `oss_file` VALUES ('838bacd055bdce51e2295bdc58ca27eb', 'B111700.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4617/B111700.pdf', 'admin', '2024-11-05 11:59:56', null, null); INSERT INTO `oss_file` VALUES ('8397b6b7342894ea1a4bfe53ef0c91f0', 'L061706_SHD85202.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SHD85202/L061706_SHD85202.pdf', 'admin', '2024-11-05 12:50:57', null, null); INSERT INTO `oss_file` VALUES ('83ac5cae6eead871aebada0ab03bb0ce', 'LBNL012111_PE9915X.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PE9915X/LBNL012111_PE9915X.pdf', 'admin', '2024-11-05 12:34:56', null, null); INSERT INTO `oss_file` VALUES ('83b55b19c87bd182393a03d04cf0a158', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HI300/data.csv', 'admin', '2024-11-05 11:28:45', null, null); INSERT INTO `oss_file` VALUES ('83c442d0368c97dd37bb3ad8280b755a', 'PPM-95-113.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5631/PPM-95-113.pdf', 'admin', '2024-11-05 11:27:24', null, null); INSERT INTO `oss_file` VALUES ('83cef7879a554503fc5029cdbccb81c0', 'A536_VdG20130304_MT29F32G08ABAAAWP_32Gflash_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F32G08ABAAAWP/A536_VdG20130304_MT29F32G08ABAAAWP_32Gflash_TID.pdf', 'admin', '2024-11-05 12:20:34', null, null); INSERT INTO `oss_file` VALUES ('83d77d18f0fdd199211ae5d8f7c0130e', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SiC Ring Oscillator/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 13:00:54', null, null); INSERT INTO `oss_file` VALUES ('83e4b6eef9ca018cd07633ce16c6aca8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N6845/data.csv', 'admin', '2024-11-05 10:30:39', null, null); INSERT INTO `oss_file` VALUES ('83e75c1465b34043b7ef4d3e5f4cacee', 'Ladbury-TR-14-072-LMV7219-2014Oct24-27-NASA-TM-20210015685.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMV7219/Ladbury-TR-14-072-LMV7219-2014Oct24-27-NASA-TM-20210015685.pdf', 'admin', '2024-11-05 11:50:54', null, null); INSERT INTO `oss_file` VALUES ('83f057be7933326cf6e7829c5ce930dc', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F4G08U0A 73nm CMOS/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 11:41:24', null, null); INSERT INTO `oss_file` VALUES ('83fa3e35f2646fc03dfa481688ce3dce', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815S/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:02', null, null); INSERT INTO `oss_file` VALUES ('8401c2c41439ea8298668d0e7b1b79e9', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2952IM/nsrec00_W21.pdf', 'admin', '2024-11-05 11:51:29', null, null); INSERT INTO `oss_file` VALUES ('840836d46c18dc72d983022a461cfd22', '70194.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/70194.pdf', 'admin', '2024-11-05 11:46:23', null, null); INSERT INTO `oss_file` VALUES ('840e0a68e8a93788d3c06b9dcdaf3707', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IBM0116400AJ3/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:47', null, null); INSERT INTO `oss_file` VALUES ('8416edafe0d21c0ae301783eae2e4fef', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown 0.5 �m CMOS ROIC/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 13:10:28', null, null); INSERT INTO `oss_file` VALUES ('841969d76c414a1078e30ab9cddf03ed', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/STRH60N20FSY3/data.csv', 'admin', '2024-10-24 11:49:06', null, null); INSERT INTO `oss_file` VALUES ('8430abf55ff33e592e6b3b22e250ebd5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/2N2920A/data.csv', 'admin', '2024-10-23 16:36:37', null, null); INSERT INTO `oss_file` VALUES ('843b716729b323df785eb6d1c4f75489', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/66183-105/data.csv', 'admin', '2024-10-24 11:59:43', null, null); INSERT INTO `oss_file` VALUES ('843df73152c8dd705bfba8d5cbd33e88', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7714YRU/data.csv', 'admin', '2024-11-05 10:57:25', null, null); INSERT INTO `oss_file` VALUES ('8444e9ee08843221b08e51a4c95f8db8', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Si-Nano NVMs/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:59:01', null, null); INSERT INTO `oss_file` VALUES ('8457beb57953b9210dd99d194a506107', 'PPM-92-185.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-92-185.pdf', 'admin', '2024-11-05 12:31:47', null, null); INSERT INTO `oss_file` VALUES ('8458c713d6955c087da36a88fa57ff20', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG412/nsrec00_W21.pdf', 'admin', '2024-11-05 11:19:21', null, null); INSERT INTO `oss_file` VALUES ('8463d48ad9ad2c9d98932e78a5cba1c9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHFLVDS228A/data.csv', 'admin', '2024-10-24 11:57:01', null, null); INSERT INTO `oss_file` VALUES ('846707a2e822058fe676895c37574524', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MX68GL1G0GHXFI/data.csv', 'admin', '2024-10-23 16:37:20', null, null); INSERT INTO `oss_file` VALUES ('846c44a0daf676eee9dfa8c356e3c4e3', 'NRL01MAY_LM124.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/NRL01MAY_LM124.pdf', 'admin', '2024-11-05 11:46:19', null, null); INSERT INTO `oss_file` VALUES ('847e0a2c1a0cb22fc41ae6e03f2a3ac9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/96-1063U/data.csv', 'admin', '2024-11-05 10:46:21', null, null); INSERT INTO `oss_file` VALUES ('84855117ebdfec7eb9d1d5cf9bd7cda5', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CMP402/nsrec01_W15.pdf', 'admin', '2024-11-05 11:15:14', null, null); INSERT INTO `oss_file` VALUES ('84883404e3d97787c41649888eca99a9', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222AJSR/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 10:25:49', null, null); INSERT INTO `oss_file` VALUES ('848d164c00de363f37cb61980104bf76', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSS901E/nsrec04_SEE.pdf', 'admin', '2024-11-05 13:06:42', null, null); INSERT INTO `oss_file` VALUES ('848d9e425905990b2e73fc50b53ea879', 'i090397.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF+2805S Hamamatsu/i090397.pdf', 'admin', '2024-11-05 12:11:03', null, null); INSERT INTO `oss_file` VALUES ('8498819e64fa53f65c6bd5813adf4706', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH304/nsrec00_W22.pdf', 'admin', '2024-11-05 12:27:22', null, null); INSERT INTO `oss_file` VALUES ('84a01fcb93ba471bee9fa4bda4e661b8', 'T082112_JAXAR2SK4188.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JAXA R 2SK4188/T082112_JAXAR2SK4188.pdf', 'admin', '2024-11-05 11:38:33', null, null); INSERT INTO `oss_file` VALUES ('84a153b0cbc263947739b60be73aa9ef', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/53111/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 10:33:43', null, null); INSERT INTO `oss_file` VALUES ('84a64de7859e2fe8e70406dc17b7ec5e', 'RADECS09_Berg.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADC14155/RADECS09_Berg.pdf', 'admin', '2024-11-05 11:01:49', null, null); INSERT INTO `oss_file` VALUES ('84adca595ad01129529cd0af7e0d1865', 'B080100a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CH/B080100a.pdf', 'admin', '2024-11-05 11:04:35', null, null); INSERT INTO `oss_file` VALUES ('84b149c0fc5088ad5117b5ac42496028', '189.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH449/189.pdf', 'admin', '2024-10-24 11:58:23', null, null); INSERT INTO `oss_file` VALUES ('84c00105fd8b8edeae82c1cd19c69796', 'd052494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MCM516400J60/d052494.pdf', 'admin', '2024-11-05 12:08:51', null, null); INSERT INTO `oss_file` VALUES ('84c1a04ae578cd9201cd73570bf636a7', 'NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'admin', '2024-11-05 11:51:24', null, null); INSERT INTO `oss_file` VALUES ('84d830121b3f12d6022df8d7646bec35', 'T090203_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX145/T090203_GLAST.pdf', 'admin', '2024-11-05 11:58:53', null, null); INSERT INTO `oss_file` VALUES ('84e180f0b86a056bfc6e5cf26945cf1c', 'B080100d.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LCM-120/B080100d.pdf', 'admin', '2024-11-05 11:42:48', null, null); INSERT INTO `oss_file` VALUES ('84e5b07a3456a386d3bf081d56e18b8e', 'G07SEPT_AD713S_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD713S/G07SEPT_AD713S_TID.pdf', 'admin', '2024-11-05 10:56:10', null, null); INSERT INTO `oss_file` VALUES ('84e732303869ec1bbc4f8d6fd4d1b252', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHFLVDS31A/data.csv', 'admin', '2024-10-24 11:56:30', null, null); INSERT INTO `oss_file` VALUES ('84ec8a002d61ac0031ac40c7d4889146', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LSK389-UT/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 11:52:11', null, null); INSERT INTO `oss_file` VALUES ('84ed7656a3873e3c830ee8bf008a1bcd', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54HC85/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:30', null, null); INSERT INTO `oss_file` VALUES ('84fd5c363c16b75c55470fb6e2b5d815', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD620/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:29', null, null); INSERT INTO `oss_file` VALUES ('85011398b7f02944267a7edb45bc4eec', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD624/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:02', null, null); INSERT INTO `oss_file` VALUES ('850328a326aa2626d0c8d31f8fed7367', 'D111908_TIRS-QWIP_Indigo-9808.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ISC 9803/D111908_TIRS-QWIP_Indigo-9808.pdf', 'admin', '2024-11-05 11:36:22', null, null); INSERT INTO `oss_file` VALUES ('8509822d877d07ccb39875c62cb088b2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LT1021-5/data.csv', 'admin', '2024-11-05 11:53:00', null, null); INSERT INTO `oss_file` VALUES ('850f54b3d377dfa5563b8244dae32eb4', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K4B2G0846-HCH9 2 Gb die on M471B5773DH0-CH9 DIMMs/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:40:11', null, null); INSERT INTO `oss_file` VALUES ('85163292854f741c39ad0e000739d59f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX529/data.csv', 'admin', '2024-11-05 12:00:42', null, null); INSERT INTO `oss_file` VALUES ('8536bee8e21cd8018367856f0344e051', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP11/data.csv', 'admin', '2024-11-05 12:29:06', null, null); INSERT INTO `oss_file` VALUES ('853dc441394d410dc70c8e8183e2d253', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AS216MA1G2B-ASC/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 11:07:05', null, null); INSERT INTO `oss_file` VALUES ('854000692cbaa7307bac2ba7c89cdd62', '371.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/Xilinx Zynq-7000 AP SoC XC7Z045-2FFG900/371.pdf', 'admin', '2024-10-24 12:19:15', null, null); INSERT INTO `oss_file` VALUES ('855306db6c7ea21575137e39f62de2ef', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/ieee95a.pdf', 'admin', '2024-11-05 10:51:06', null, null); INSERT INTO `oss_file` VALUES ('855efe99e3e6bcd7463cd3e8502eab02', 'D112601_Myrinet.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K7N803601M/D112601_Myrinet.pdf', 'admin', '2024-11-05 11:41:10', null, null); INSERT INTO `oss_file` VALUES ('8560d5b1c2e3426fc0e8089bf1b93537', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ABT245/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:57', null, null); INSERT INTO `oss_file` VALUES ('8568ae2b21d1f155f1f38a3a987f6c13', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMJ32OC30/data.csv', 'admin', '2024-11-05 12:52:06', null, null); INSERT INTO `oss_file` VALUES ('856c67698d63d70a891e6bd195c73acc', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM105/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:40', null, null); INSERT INTO `oss_file` VALUES ('857020261b2cf77a4db7defa8eff4c8f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/F100324/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:37', null, null); INSERT INTO `oss_file` VALUES ('857347dcf3656c849bb3ac5baf83e6c9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DS90C32/data.csv', 'admin', '2024-11-05 11:20:43', null, null); INSERT INTO `oss_file` VALUES ('857405adef88933f8b3357e3a57d71da', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BAS21,215/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:09:42', null, null); INSERT INTO `oss_file` VALUES ('85787e320a77465b2540cc583ebb7d51', '243.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/UC2843 and UC2845/243.pdf', 'admin', '2024-10-24 12:06:45', null, null); INSERT INTO `oss_file` VALUES ('858465ac87b0f51bc5fc5b7b8074f688', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/26C31/data.csv', 'admin', '2024-11-05 10:23:14', null, null); INSERT INTO `oss_file` VALUES ('85b80d3fae5b7228cc35dfe20a68bda5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TL1431ACZT - GE334152/data.csv', 'admin', '2024-10-24 12:14:47', null, null); INSERT INTO `oss_file` VALUES ('85b8cdda41c7796862fc8e8e837a4cb0', '2018-Ladbury-TR-18-023-18-025-LSK389-LSK489-2018Aug27-NASA-TM-20210009960.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LSK489-UT/2018-Ladbury-TR-18-023-18-025-LSK389-LSK489-2018Aug27-NASA-TM-20210009960.pdf', 'admin', '2024-11-05 11:52:25', null, null); INSERT INTO `oss_file` VALUES ('85c8b4e036444094d2786ed3e49fb038', 'D5-10 - TN5.10 - TID Schottky C4D40120D - NEO-14-086_Report_23-2017_rev1.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/C4D40120D/D5-10 - TN5.10 - TID Schottky C4D40120D - NEO-14-086_Report_23-2017_rev1.pdf', 'admin', '2024-11-05 11:12:44', null, null); INSERT INTO `oss_file` VALUES ('85d44058c8c827677db937c9eb291f45', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1604/NSREC02_W16.pdf', 'admin', '2024-11-05 11:54:19', null, null); INSERT INTO `oss_file` VALUES ('85d65de934a1def656fc9d7ffdd533c2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC112/data.csv', 'admin', '2024-11-05 10:34:47', null, null); INSERT INTO `oss_file` VALUES ('8610255aa22433d03589e40a73e9eda5', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ISL4422BRH/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 11:36:33', null, null); INSERT INTO `oss_file` VALUES ('861af2007c9597e6ada24b595f76f1e2', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SI9110Ak/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:41', null, null); INSERT INTO `oss_file` VALUES ('861f672ec4b35cba56207d2d57410faa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FIA100140250/data.csv', 'admin', '2024-11-05 11:22:49', null, null); INSERT INTO `oss_file` VALUES ('86213c004135bfcda7ef1eae637253fd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NBSG53AMNG/data.csv', 'admin', '2024-11-05 12:25:53', null, null); INSERT INTO `oss_file` VALUES ('863917619be88826c9f5042c53ee5be1', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/NSREC02_W16.pdf', 'admin', '2024-11-05 11:46:22', null, null); INSERT INTO `oss_file` VALUES ('863c7f11f31a91a756cdea5db0d1729c', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K4T1G044QA-ZCD5/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 11:40:33', null, null); INSERT INTO `oss_file` VALUES ('863f0c25ddc30967d3f522c2c05f84c4', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SP9380/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:21', null, null); INSERT INTO `oss_file` VALUES ('86491adfac4ea42b0b524183eb75d7e1', 'b061296c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CS5012A/b061296c.pdf', 'admin', '2024-11-05 11:16:47', null, null); INSERT INTO `oss_file` VALUES ('864c990f73eb3c886491e4c3785c69bb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/STRH40N6SY3/data.csv', 'admin', '2024-10-24 12:00:36', null, null); INSERT INTO `oss_file` VALUES ('866dd57966bb2fd56ac34d155c6aa79a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NHI1500/data.csv', 'admin', '2024-11-05 12:26:11', null, null); INSERT INTO `oss_file` VALUES ('8680702081a6ff10fb8691cb76362ef2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM101/data.csv', 'admin', '2024-11-05 11:43:21', null, null); INSERT INTO `oss_file` VALUES ('86a55367c99f190197a77d5a0f4f44f6', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD1671/nsrec94a.pdf', 'admin', '2024-11-05 10:50:21', null, null); INSERT INTO `oss_file` VALUES ('86aa9ae59dfeb78917056f4b37e8498f', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD783SQ/nsrec00_W21.pdf', 'admin', '2024-11-05 10:57:56', null, null); INSERT INTO `oss_file` VALUES ('86b07b955431bf4935ece399e9655c6b', 'D112601_Myrinet.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PCIDMA/D112601_Myrinet.pdf', 'admin', '2024-11-05 12:34:18', null, null); INSERT INTO `oss_file` VALUES ('86b775031b7b09bec11228675718d3f5', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913/nsrec06_W4.pdf', 'admin', '2024-11-05 12:41:06', null, null); INSERT INTO `oss_file` VALUES ('86cc22433cb1c775e6a49d6d59c86299', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MOSFET Engineering Samples/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:13:25', null, null); INSERT INTO `oss_file` VALUES ('86cdbe5f0b25843b3b929a6407bc7756', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TLK2711-SP/data.csv', 'admin', '2024-11-05 13:04:34', null, null); INSERT INTO `oss_file` VALUES ('86ce99f73b0a552eea804c3772460f4f', 'd121696d.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/67204EV-50/d121696d.pdf', 'admin', '2024-11-05 10:41:42', null, null); INSERT INTO `oss_file` VALUES ('86d241e574fb094e153c496e24e7f16c', '191.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ISL7457SRHF/191.pdf', 'admin', '2024-10-24 11:58:40', null, null); INSERT INTO `oss_file` VALUES ('86dbdb5d78a08856e47ac469b80b8871', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/140Y/NSREC02_W5.pdf', 'admin', '2024-11-05 12:49:08', null, null); INSERT INTO `oss_file` VALUES ('86eed0a1371906d29f06de24ceecfa27', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/1N5314/data.csv', 'admin', '2024-11-05 10:21:32', null, null); INSERT INTO `oss_file` VALUES ('86fbbf5b25088c738f1039dc5a8cd2ed', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2815D/NSREC98.pdf', 'admin', '2024-11-05 12:11:48', null, null); INSERT INTO `oss_file` VALUES ('870ccbd3f90171a45a43d7f165dd21cf', '2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OMT1090/2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf', 'admin', '2024-11-05 12:28:32', null, null); INSERT INTO `oss_file` VALUES ('87113f52e137644095384e091b716948', 'b010694.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SPT7922/b010694.pdf', 'admin', '2024-11-05 12:54:46', null, null); INSERT INTO `oss_file` VALUES ('8736dce695f406482f83e4688844343a', 'PPM-97-043.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM137/PPM-97-043.pdf', 'admin', '2024-11-05 11:47:05', null, null); INSERT INTO `oss_file` VALUES ('8748191e11956e7f52c74173448f0a0e', 'VdG10SEP_AD524.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/VdG10SEP_AD524.pdf', 'admin', '2024-11-05 10:51:05', null, null); INSERT INTO `oss_file` VALUES ('87642ca506ef7553a9fe7c7073c5b085', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M3-SW16-8S/data.csv', 'admin', '2024-11-05 11:57:26', null, null); INSERT INTO `oss_file` VALUES ('8767bf8c60733ad29e73926e80815157', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMA1031/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:51:29', null, null); INSERT INTO `oss_file` VALUES ('876b97b4e0d8f61ee09b1f41119b8cef', 'NRL060702_CULPRiT.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CULPRiT/NRL060702_CULPRiT.pdf', 'admin', '2024-11-05 11:17:19', null, null); INSERT INTO `oss_file` VALUES ('8781772763ee8dd30bd37014b6aa1438', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CS4103VHG/NSREC02_W16.pdf', 'admin', '2024-11-05 11:16:34', null, null); INSERT INTO `oss_file` VALUES ('878d9d4736dd4a58c5b2614373e73152', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC540LMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:06', null, null); INSERT INTO `oss_file` VALUES ('879e8464f88f0b67feac06ec6d002d5f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54HC4053/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:20', null, null); INSERT INTO `oss_file` VALUES ('87b479c0bdcef4274799e43204eea787', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SDL5601V1/NSREC98.pdf', 'admin', '2024-11-05 12:48:29', null, null); INSERT INTO `oss_file` VALUES ('87b47fcc8fa8fd458460dcbcdb142eee', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NDS352AP/data.csv', 'admin', '2024-11-05 12:26:06', null, null); INSERT INTO `oss_file` VALUES ('87c4b9c24663640b243bc748fa6b67e5', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2690R-D15F/ieee95a.pdf', 'admin', '2024-11-05 10:23:11', null, null); INSERT INTO `oss_file` VALUES ('87d768ff12282a2cfc29a7431c32fd3d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HM5257805BTD75/data.csv', 'admin', '2024-10-24 11:49:49', null, null); INSERT INTO `oss_file` VALUES ('87eae269047009cdbd187c8b4870a0e2', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FST180/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:04', null, null); INSERT INTO `oss_file` VALUES ('87ecb1f670360ecaa29d352d493e3f34', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM158/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:10', null, null); INSERT INTO `oss_file` VALUES ('87edde51272059a5d4f2227dac06a7e1', 'PPM-91-384.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CS7820-UD/PPM-91-384.pdf', 'admin', '2024-11-05 11:16:52', null, null); INSERT INTO `oss_file` VALUES ('87fe3c39117baf6ab578f6e2aa7c2cb7', 'NEPP-TR-TID-2016Oct-Chen-15-062-UC1823A-TN39590.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1823/NEPP-TR-TID-2016Oct-Chen-15-062-UC1823A-TN39590.pdf', 'admin', '2024-11-05 13:08:26', null, null); INSERT INTO `oss_file` VALUES ('880bc3e240caef5b0b5c29d595ec7b6b', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136AH2.5QMLV/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 11:46:58', null, null); INSERT INTO `oss_file` VALUES ('88159896c239a246b5522cb06a8baee9', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD9364/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:01:06', null, null); INSERT INTO `oss_file` VALUES ('881717e12f6a3a298abe4a3df14071c2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UT22VP10/data.csv', 'admin', '2024-11-05 13:09:04', null, null); INSERT INTO `oss_file` VALUES ('881b615b34010085d47781e8c31982a9', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMP2012/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 11:50:40', null, null); INSERT INTO `oss_file` VALUES ('882f0bfa580041c89d7def6aa9a7986e', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AX3453/nsrec94a.pdf', 'admin', '2024-11-05 11:08:59', null, null); INSERT INTO `oss_file` VALUES ('88476adae3aa560664477b1db944784f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OP27A/data.csv', 'admin', '2024-10-24 12:00:43', null, null); INSERT INTO `oss_file` VALUES ('885ed07f995dac8e2944b936b12b91f3', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EPC2019/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 11:22:06', null, null); INSERT INTO `oss_file` VALUES ('8861859002d9bcdb265327d188f7804e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/57C256F-35/data.csv', 'admin', '2024-11-05 10:39:03', null, null); INSERT INTO `oss_file` VALUES ('88637cee9ced91b426940686bd3d43c4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CD54HC4053F3A/data.csv', 'admin', '2024-11-05 11:13:35', null, null); INSERT INTO `oss_file` VALUES ('886696a5e64575abeab9057896461b38', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BGO crystals/data.csv', 'admin', '2024-10-24 12:08:42', null, null); INSERT INTO `oss_file` VALUES ('887009fcb4af722bd7ef4ddfad38910c', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/62087-301 LED/nsrec05_W23.pdf', 'admin', '2024-11-05 10:40:20', null, null); INSERT INTO `oss_file` VALUES ('887c02e50a8ad3db040b21fdaaaa4e78', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7203L40DB/data.csv', 'admin', '2024-11-05 10:43:09', null, null); INSERT INTO `oss_file` VALUES ('8881040893e58393127b28b2d70aca2c', 'NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Jetson TX1/NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf', 'admin', '2024-11-05 11:39:44', null, null); INSERT INTO `oss_file` VALUES ('888d56b4e6e8edabe9fa696ca22024b6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Mii42142/data.csv', 'admin', '2024-11-05 12:24:43', null, null); INSERT INTO `oss_file` VALUES ('889066b08a9f901f878cae731cc2a677', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HI-201/data.csv', 'admin', '2024-10-24 11:49:37', null, null); INSERT INTO `oss_file` VALUES ('88a67bec82adc658e4cc44c103c888e5', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS1045/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:56:07', null, null); INSERT INTO `oss_file` VALUES ('88ad78141e140b420c18366f4aef8645', 'T022205_Aeroflex_Eclipse.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Eclipse FPGA/T022205_Aeroflex_Eclipse.pdf', 'admin', '2024-11-05 11:22:21', null, null); INSERT INTO `oss_file` VALUES ('88ade006356a64fca43fd17c3b0cd917', '13-060_T20130615_IPW65R019C7.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IPW65R019C7/13-060_T20130615_IPW65R019C7.pdf', 'admin', '2024-11-05 11:34:48', null, null); INSERT INTO `oss_file` VALUES ('88b01dbfa838b6d51eba0caa2f9ad56b', 'PPM-97-044.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL7770-5/PPM-97-044.pdf', 'admin', '2024-11-05 13:04:18', null, null); INSERT INTO `oss_file` VALUES ('88b2b93bcc477328f1bb6c5ef3278693', 'NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 3 2200G Raven Ridge (YD2200C5FBBOX)/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf', 'admin', '2024-11-05 12:45:57', null, null); INSERT INTO `oss_file` VALUES ('88b445200d3bcbd52ff974d9df4eb201', 'G2005_SG1524_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1524/G2005_SG1524_TID.pdf', 'admin', '2024-11-05 12:49:51', null, null); INSERT INTO `oss_file` VALUES ('88bc36ec4f07589640e4091c9d6e7cd4', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP97/ieee95a.pdf', 'admin', '2024-11-05 12:32:26', null, null); INSERT INTO `oss_file` VALUES ('88c3916a56e19f0dc72cdd4bd57c3d42', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC1350/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:37', null, null); INSERT INTO `oss_file` VALUES ('88cc748ffca0ff03faed079fc59e71ee', '212.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/STRH8N10STF3/212.pdf', 'admin', '2024-10-24 12:01:07', null, null); INSERT INTO `oss_file` VALUES ('88d6db615912df5ba4be59430a039b2f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM124AJRQMLV/data.csv', 'admin', '2024-11-05 11:46:27', null, null); INSERT INTO `oss_file` VALUES ('8907b28312f7216dbff90adcdc7bcf6d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5530 (4N55)/data.csv', 'admin', '2024-11-05 11:27:15', null, null); INSERT INTO `oss_file` VALUES ('890ed8a21cd95d706a7785fa0e497b63', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Mongoose I (R3000)/data.csv', 'admin', '2024-11-05 12:25:10', null, null); INSERT INTO `oss_file` VALUES ('890fbdc718b14d8766f5473aab9fc15c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JANS1N6843CCU3/data.csv', 'admin', '2024-11-05 11:37:18', null, null); INSERT INTO `oss_file` VALUES ('891218514c7cf1647d67cee74035e0fd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MCM1609-21.86kHz/data.csv', 'admin', '2024-11-05 14:27:44', null, null); INSERT INTO `oss_file` VALUES ('8918226fa466895c4dcc20b1bbbfa755', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HMC422_Generic PN/data.csv', 'admin', '2024-11-05 11:29:49', null, null); INSERT INTO `oss_file` VALUES ('8928ae2effa2279c13c550018faacfd0', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/95-9951U/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:45:59', null, null); INSERT INTO `oss_file` VALUES ('892a708a919edb3038362846690907d3', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL431/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:05', null, null); INSERT INTO `oss_file` VALUES ('892e06c0f50d10b494811c03d25026bc', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N140/nsrec00_W22.pdf', 'admin', '2024-11-05 10:42:15', null, null); INSERT INTO `oss_file` VALUES ('893fedeb7cd75b4c2ba6480444848f5f', '115.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SOC2222A/115.pdf', 'admin', '2024-10-24 11:50:04', null, null); INSERT INTO `oss_file` VALUES ('895cd0bc1a349c29a86f10ba9761f7a8', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/120720A/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 10:20:41', null, null); INSERT INTO `oss_file` VALUES ('895edf6738210d23f83011cfb2ae4d95', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BF05444/data.csv', 'admin', '2024-11-05 11:10:24', null, null); INSERT INTO `oss_file` VALUES ('8961b59f2fd5ca7d53a236fdce4d4fde', '13-015_12-037_T20130320_NRL20130507_DDR3.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K4B2G0846-HCH9 2 Gb die on M471B5773DH0-CH9 DIMMs/13-015_12-037_T20130320_NRL20130507_DDR3.pdf', 'admin', '2024-11-05 11:40:11', null, null); INSERT INTO `oss_file` VALUES ('899588e76438f2704033abbf0eb27ac7', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BAS21-7-F/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:09:53', null, null); INSERT INTO `oss_file` VALUES ('89bb07923154580cb23b5558f3d5f14b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82C59/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:44', null, null); INSERT INTO `oss_file` VALUES ('89c2cc9d3faa5bbd6f4eda844c3ad9a3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AFL2828/data.csv', 'admin', '2024-11-05 11:05:15', null, null); INSERT INTO `oss_file` VALUES ('89d89dafed5c0388655835387f87a18c', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 12:41:06', null, null); INSERT INTO `oss_file` VALUES ('89f93a9568516aae54fbea6b0850c927', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD5544ARS/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 10:52:09', null, null); INSERT INTO `oss_file` VALUES ('89fcac8a0274f09bcc735e78d5dfeb45', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1009IDR/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 11:52:51', null, null); INSERT INTO `oss_file` VALUES ('8a24db952527f3117965d99e03849c44', 'T101401_1394.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSB41AB3PFP/T101401_1394.pdf', 'admin', '2024-11-05 13:06:07', null, null); INSERT INTO `oss_file` VALUES ('8a2eee4746c1f7f5779d3eb7b213f0ba', 'PPM-91-709.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2298855-2/PPM-91-709.pdf', 'admin', '2024-11-05 10:21:51', null, null); INSERT INTO `oss_file` VALUES ('8a32382f4f2a011b058b797d0c8cc4cb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OV5633/data.csv', 'admin', '2024-11-05 12:33:02', null, null); INSERT INTO `oss_file` VALUES ('8a44ec58301f29be0d91dd9cadb842d3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM111/data.csv', 'admin', '2024-11-05 11:44:00', null, null); INSERT INTO `oss_file` VALUES ('8a4e46aeca8b87c9c6d3541197df58d4', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Lanai9/NSREC02_W16.pdf', 'admin', '2024-11-05 11:57:07', null, null); INSERT INTO `oss_file` VALUES ('8a508964e3933483e54c354fe48dda68', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MRX8501/data.csv', 'admin', '2024-11-05 12:14:09', null, null); INSERT INTO `oss_file` VALUES ('8a53caab8960049ae12090874a2ca03a', '411.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TPS3820-33DBV/411.pdf', 'admin', '2024-10-24 12:22:55', null, null); INSERT INTO `oss_file` VALUES ('8a54cac7f6bbe60a0520bf9fbd8def11', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/268/NSREC02_W5.pdf', 'admin', '2024-11-05 10:22:55', null, null); INSERT INTO `oss_file` VALUES ('8a5bf19ae28d25075618bc0c9a663b32', 'b080393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/63125/b080393.pdf', 'admin', '2024-11-05 10:40:40', null, null); INSERT INTO `oss_file` VALUES ('8a60f1c374fcb83250f5927db649dc7d', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADF4252/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 11:02:07', null, null); INSERT INTO `oss_file` VALUES ('8a7e6842470842006ee7fa805ee77ebd', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5HP SiGe Prescalar/NSREC02_W16.pdf', 'admin', '2024-11-05 10:39:47', null, null); INSERT INTO `oss_file` VALUES ('8a7ea46b30aa1a325cd0cb59758b4464', 'G04NOV_MAX724ECK_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX724ECK/G04NOV_MAX724ECK_TID.pdf', 'admin', '2024-11-05 12:00:59', null, null); INSERT INTO `oss_file` VALUES ('8a8bc75cc9d312ed06656a17e11f8cef', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UC1708 MOSFET Driver/data.csv', 'admin', '2024-11-05 13:08:09', null, null); INSERT INTO `oss_file` VALUES ('8a8eab680aa9b4f141b303ab5cbfb0ee', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/i3-6100 Skylake 6th Gen Core™/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 13:16:17', null, null); INSERT INTO `oss_file` VALUES ('8a94460aef6be66a5fc3740366699249', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XCKU040-2FFVA1156E Kintex-UltraScale/data.csv', 'admin', '2024-11-05 13:15:13', null, null); INSERT INTO `oss_file` VALUES ('8a9b2d929af16cc4bcbc2a7b331c03f0', 'T061803_MSK5275.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5275/T061803_MSK5275.pdf', 'admin', '2024-11-05 12:15:30', null, null); INSERT INTO `oss_file` VALUES ('8aa927c5bb2a0d40a3bdcf3486379411', '116.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HM5225165BTT-75/116.pdf', 'admin', '2024-10-24 11:50:13', null, null); INSERT INTO `oss_file` VALUES ('8ab0bf5bcaf11c8be18b3e66bd5cec7f', '131.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD9042ASTZ/131.pdf', 'admin', '2024-10-24 11:51:32', null, null); INSERT INTO `oss_file` VALUES ('8ab5f2dea4fdaeef2542b844b50358da', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N2484/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 14:54:37', null, null); INSERT INTO `oss_file` VALUES ('8ac147f711f844322973a751ac1e3e97', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FRL130R3/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:29', null, null); INSERT INTO `oss_file` VALUES ('8adbcb2e2366daf255013e94c6d3a71f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N7225/data.csv', 'admin', '2024-11-05 10:30:46', null, null); INSERT INTO `oss_file` VALUES ('8ade4de3a673dd18b115fdccd8201bb8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/63125/data.csv', 'admin', '2024-11-05 10:40:40', null, null); INSERT INTO `oss_file` VALUES ('8aeb73ac178e4833942474880f12e335', 'T031112_53111.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/53111/T031112_53111.pdf', 'admin', '2024-11-05 10:33:42', null, null); INSERT INTO `oss_file` VALUES ('8af26d13ce22d06609faeef1ff4c03f8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT374LMQB/data.csv', 'admin', '2024-11-05 10:36:56', null, null); INSERT INTO `oss_file` VALUES ('8afa8d69178d83e86d9de99fe1f91d18', '143.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66193-002/143.pdf', 'admin', '2024-10-24 11:52:44', null, null); INSERT INTO `oss_file` VALUES ('8b0be59215d27eaebd67e93b9eaffcdb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SST211/data.csv', 'admin', '2024-11-05 12:55:46', null, null); INSERT INTO `oss_file` VALUES ('8b1b28998283321181a235ec9db883a5', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/58C1001F/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:11', null, null); INSERT INTO `oss_file` VALUES ('8b1ed46bc109a45d467794ece5e51ddb', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLS500SB/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:27:43', null, null); INSERT INTO `oss_file` VALUES ('8b1f5e1153532cac74b752a85aad30ec', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SPT7922/nsrec94a.pdf', 'admin', '2024-11-05 12:54:47', null, null); INSERT INTO `oss_file` VALUES ('8b343096df061a9c1095b2c51a2d56d3', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OMT1062/nsrec00_W22.pdf', 'admin', '2024-11-05 12:28:29', null, null); INSERT INTO `oss_file` VALUES ('8b3d9436097c9c31b90888972277d26c', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CDCM7005/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 11:13:49', null, null); INSERT INTO `oss_file` VALUES ('8b4c11967c7c01147b71c6740b02d99f', '20992.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AM7968/20992.pdf', 'admin', '2024-11-05 11:05:48', null, null); INSERT INTO `oss_file` VALUES ('8b841cc50351fe3ed9ebac4517d224a1', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX7225/nsrec00_W21.pdf', 'admin', '2024-11-05 12:23:44', null, null); INSERT INTO `oss_file` VALUES ('8b91c3b45de919976b3e45450d6ca291', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TL1431/data.csv', 'admin', '2024-10-24 12:11:43', null, null); INSERT INTO `oss_file` VALUES ('8b95b89eb697b348ed5e11711c1f2f5e', 'PPM-91-645.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC32/PPM-91-645.pdf', 'admin', '2024-11-05 10:36:02', null, null); INSERT INTO `oss_file` VALUES ('8b98fc62942de84b757fc26493b1dfcb', '188.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH249/188.pdf', 'admin', '2024-10-24 11:58:16', null, null); INSERT INTO `oss_file` VALUES ('8b9914ba349b39cc943c0d3d98455d90', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV4N49/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:32', null, null); INSERT INTO `oss_file` VALUES ('8bac96cf731c4aa3a4bc616af5832d0b', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117H/nsrec00_W21.pdf', 'admin', '2024-11-05 11:44:23', null, null); INSERT INTO `oss_file` VALUES ('8bb469224b6639e598152d9f656d542b', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Flashdisk 2 Mbit Card/NSREC98.pdf', 'admin', '2024-11-05 11:24:36', null, null); INSERT INTO `oss_file` VALUES ('8bb99a6b30ec72b7c5abc1307cd2c6b7', '141.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5431/141.pdf', 'admin', '2024-11-05 11:27:12', null, null); INSERT INTO `oss_file` VALUES ('8bbf750cfb42779f8eb92d1bb753508f', '170.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66221-103/170.pdf', 'admin', '2024-10-24 11:55:45', null, null); INSERT INTO `oss_file` VALUES ('8bced0a7ecfc7ce99f52444d814f7189', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OP27A/nsrec05_W23.pdf', 'admin', '2024-11-05 14:44:46', null, null); INSERT INTO `oss_file` VALUES ('8bf29edd052b4ff9d22d4d77eed44086', 'T030210_T110910_SMSA2812D.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMSA2812D/T030210_T110910_SMSA2812D.pdf', 'admin', '2024-11-05 12:52:28', null, null); INSERT INTO `oss_file` VALUES ('8bf4492587643cb2437f53ce9863e8a0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/PHI Camera elecronics/data.csv', 'admin', '2024-10-24 12:08:45', null, null); INSERT INTO `oss_file` VALUES ('8bf836f7345b71d43e2389280d569f9d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF155A/PPM-99-045.pdf', 'admin', '2024-10-23 17:39:22', null, null); INSERT INTO `oss_file` VALUES ('8bff09050de1bd08d5a3f3d0cfe1505a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4427/data.csv', 'admin', '2024-11-05 12:12:18', null, null); INSERT INTO `oss_file` VALUES ('8bff0a3fdb8929a147ca70adcf551a64', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MN91204/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:36', null, null); INSERT INTO `oss_file` VALUES ('8c01d6be1ace7ce55596b1fd31da5fcd', 'PPM-92-003.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT374LMQB/PPM-92-003.pdf', 'admin', '2024-11-05 10:36:57', null, null); INSERT INTO `oss_file` VALUES ('8c08139fb37df531297f8f2dcb16db41', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HSSR-7111/data.csv', 'admin', '2024-11-05 11:32:05', null, null); INSERT INTO `oss_file` VALUES ('8c0ec0690a89ff046eba72c2217bd74c', 'b022497b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAMT1R11/b022497b.pdf', 'admin', '2024-11-05 12:37:28', null, null); INSERT INTO `oss_file` VALUES ('8c138533f34c6d064e883d9f9368a8ed', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC8800/Random97a.pdf', 'admin', '2024-11-05 11:18:39', null, null); INSERT INTO `oss_file` VALUES ('8c1b82ba1ee53f7f6373f0a4a7aa45d1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2815S/data.csv', 'admin', '2024-11-05 12:11:51', null, null); INSERT INTO `oss_file` VALUES ('8c1fc00419bbaf5089a1bed5d96b4216', 'T080805_Gflx_Qchip.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX Logic Chip Test Vehicle/T080805_Gflx_Qchip.pdf', 'admin', '2024-11-05 11:24:55', null, null); INSERT INTO `oss_file` VALUES ('8c26638c797f9825a1b4401eec7e5ff0', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 12:21:09', null, null); INSERT INTO `oss_file` VALUES ('8c2a815ef78ee5a310e9a9f8b1a60cab', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR6045WT/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:06:48', null, null); INSERT INTO `oss_file` VALUES ('8c2b50aff7c4399b4a6a60cfa7daaaa9', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CMF10120D/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 11:14:55', null, null); INSERT INTO `oss_file` VALUES ('8c31ebf1a6c11cbb3bd986b2ca952502', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/U401-2/data.csv', 'admin', '2024-11-05 13:08:00', null, null); INSERT INTO `oss_file` VALUES ('8c45239a34fa159f56c5bea56b07ffb4', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX-S/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 12:44:14', null, null); INSERT INTO `oss_file` VALUES ('8c4e23865d8533583005d61b282aff08', 'b110990.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DQ28C256/b110990.pdf', 'admin', '2024-11-05 11:19:40', null, null); INSERT INTO `oss_file` VALUES ('8c5dd8db7ad4a03fc2fbbd5079472341', 'G07JAN_TL431_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL431/G07JAN_TL431_TID.pdf', 'admin', '2024-11-05 13:03:40', null, null); INSERT INTO `oss_file` VALUES ('8c6013ff6d94c80cd5b85c408ce823db', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HV583/data.csv', 'admin', '2024-11-05 11:32:36', null, null); INSERT INTO `oss_file` VALUES ('8c65fc8990dbff1428d669f8d05a2f18', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N6845/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 10:30:38', null, null); INSERT INTO `oss_file` VALUES ('8c8f4c192769e62dd51b32ce0c984a90', 'T080905_MSK5920.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5920/T080905_MSK5920.pdf', 'admin', '2024-11-05 12:19:04', null, null); INSERT INTO `oss_file` VALUES ('8c901bcf462e262754f97dc408d67733', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7414/NSREC03_W10.pdf', 'admin', '2024-11-05 10:56:27', null, null); INSERT INTO `oss_file` VALUES ('8cbc8ff5684d19d4890374cb683ec881', 'nsrec93a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/REC/nsrec93a.pdf', 'admin', '2024-11-05 11:33:18', null, null); INSERT INTO `oss_file` VALUES ('8cda55222e05ceff6be12c85cfdce8fa', 'NT1065 UCL SEE test results issue 2 release.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/NT1065/NT1065 UCL SEE test results issue 2 release.pdf', 'admin', '2024-10-24 12:21:01', null, null); INSERT INTO `oss_file` VALUES ('8cdead52a9915b6c4fccb8bb13c97fdf', '387.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TC58NVG2G0HTAI0/387.pdf', 'admin', '2024-10-24 12:21:14', null, null); INSERT INTO `oss_file` VALUES ('8ce1a8b4d196917a303a5ded9ca749ef', '260.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ATC18RHA/260.pdf', 'admin', '2024-10-24 12:08:16', null, null); INSERT INTO `oss_file` VALUES ('8ce1dba4c07346f2750d982ab79e9bf5', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/D4216400G3-70/DRAM296.pdf', 'admin', '2024-11-05 11:17:46', null, null); INSERT INTO `oss_file` VALUES ('8ce73e2960abcf054aab925b1828c4a8', '276.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66191-313 & 66226-001/276.pdf', 'admin', '2024-10-24 12:09:27', null, null); INSERT INTO `oss_file` VALUES ('8cf0eb8b7bda7136f4d0178849e243a5', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54HC4051/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:02', null, null); INSERT INTO `oss_file` VALUES ('8cf85e882a190f64a4408697536a8c7a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PIC7527/PPM-99-045.pdf', 'admin', '2024-10-23 17:39:17', null, null); INSERT INTO `oss_file` VALUES ('8cfc44c9ec517fea928d407ea216e6bf', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/APT50M38PLL/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:06:47', null, null); INSERT INTO `oss_file` VALUES ('8cfd20cfe5229fa67727fb84fcc315ab', 'T022608_SG1846.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1846/T022608_SG1846.pdf', 'admin', '2024-11-05 12:50:35', null, null); INSERT INTO `oss_file` VALUES ('8cfdf6151c20c5ae0c7c05870878214f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XC5VLX30T-1FFG665GU/data.csv', 'admin', '2024-11-05 13:12:59', null, null); INSERT INTO `oss_file` VALUES ('8d19c8daf7b9e77769d6f7f372f1f736', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/Numonyx Omneo P8P Phase Change Memory/data.csv', 'admin', '2024-10-24 11:49:00', null, null); INSERT INTO `oss_file` VALUES ('8d31f1ba118957d52773d6ff3641bcfc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TPS7A4501/data.csv', 'admin', '2024-11-05 13:05:37', null, null); INSERT INTO `oss_file` VALUES ('8d4896c88ee31277766d26dafbf47225', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF30100/data.csv', 'admin', '2024-11-05 12:08:07', null, null); INSERT INTO `oss_file` VALUES ('8d6299e69a73c767151af0a6874755da', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MFP0507S/data.csv', 'admin', '2024-11-05 12:10:28', null, null); INSERT INTO `oss_file` VALUES ('8d6ff587a46910d4ccbd4d1b6edd6bc3', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N55/nsrec00_W22.pdf', 'admin', '2024-11-05 10:33:24', null, null); INSERT INTO `oss_file` VALUES ('8d7773d69567e327a475fddf7cbd3201', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HI-201/data.csv', 'admin', '2024-11-05 14:21:40', null, null); INSERT INTO `oss_file` VALUES ('8d8e7f83668d8b13cead6b21be26b5e1', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OPB847/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 12:32:51', null, null); INSERT INTO `oss_file` VALUES ('8d9266ab1e8cafb711f60873731b64d1', 'T061808_AFL12028.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AFL12028/T061808_AFL12028.pdf', 'admin', '2024-11-05 11:04:51', null, null); INSERT INTO `oss_file` VALUES ('8d93bb8100d171c797d6cadd34f54c0a', 'PPM-98-025.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS7830/PPM-98-025.pdf', 'admin', '2024-11-05 11:20:26', null, null); INSERT INTO `oss_file` VALUES ('8d9ac8faeb8b65378e39cc5bf12b0652', '402.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LTC4361CTS8/402.pdf', 'admin', '2024-10-24 12:22:12', null, null); INSERT INTO `oss_file` VALUES ('8dae5a39b7dfa48c1388ac949e835697', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/STRH100N10 MT29F32G08ABAAAWP-ITZ 2N2222 LM124 LM4050WG5.0- MPR/data.csv', 'admin', '2024-10-24 12:10:30', null, null); INSERT INTO `oss_file` VALUES ('8daf00d087009ed686965fda6b7a1a06', 'G06JAN_OP27A_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27A/G06JAN_OP27A_TID.pdf', 'admin', '2024-11-05 12:30:04', null, null); INSERT INTO `oss_file` VALUES ('8dafbc72b1b5733e47eec39ad6c92e74', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ICL7662/data.csv', 'admin', '2024-11-05 11:33:28', null, null); INSERT INTO `oss_file` VALUES ('8db9c29ef9df7d31855a515e11b13bb9', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N49S/nsrec01_W15.pdf', 'admin', '2024-11-05 10:33:17', null, null); INSERT INTO `oss_file` VALUES ('8dba90b11333e980a381bb2e1685a425', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/KAC9628/data.csv', 'admin', '2024-11-05 11:41:58', null, null); INSERT INTO `oss_file` VALUES ('8dbe5ca3f246aeccb385ff5b609460bf', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:27:23', null, null); INSERT INTO `oss_file` VALUES ('8dd99ee66737c45412e737f625cbc522', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAM-6+/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:37:15', null, null); INSERT INTO `oss_file` VALUES ('8de7f3445330f8b6963f6de33fcd981d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815D/data.csv', 'admin', '2024-11-05 12:10:12', null, null); INSERT INTO `oss_file` VALUES ('8df7438d3835786f5b40ff3643a27614', '125.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLS449/125.pdf', 'admin', '2024-10-24 11:51:00', null, null); INSERT INTO `oss_file` VALUES ('8e11679f3004b4e2173f91be9c86e777', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5059RH/data.csv', 'admin', '2024-11-05 12:15:19', null, null); INSERT INTO `oss_file` VALUES ('8e11f66940cb3e8b6b98ed17ff67fc7d', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CPCI-3603/NSREC99.pdf', 'admin', '2024-11-05 11:15:47', null, null); INSERT INTO `oss_file` VALUES ('8e2730e4e5f6eee07082ab56b28bac01', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CMPD2003 TR/data.csv', 'admin', '2024-11-05 11:15:17', null, null); INSERT INTO `oss_file` VALUES ('8e2def7c665fed26abc148738703b23a', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N3501/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 11:37:41', null, null); INSERT INTO `oss_file` VALUES ('8e34f07af0374255b7443ab26072892c', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/P2824/NSREC98.pdf', 'admin', '2024-11-05 12:33:17', null, null); INSERT INTO `oss_file` VALUES ('8e351375237593af770538c7c474c61d', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADG526A/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:02:34', null, null); INSERT INTO `oss_file` VALUES ('8e36a331093756c814bd44e8aa646f61', 'T031206_MT29F2G08B.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F2G08B/T031206_MT29F2G08B.pdf', 'admin', '2024-11-05 12:20:22', null, null); INSERT INTO `oss_file` VALUES ('8e3a98d911c6e15ab80767e5aa55d5b4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DG403/data.csv', 'admin', '2024-11-05 11:19:01', null, null); INSERT INTO `oss_file` VALUES ('8e61cc3bfef1d71d4c8ab415fbc83deb', 'PPM-93-040.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/PPM-93-040.pdf', 'admin', '2024-11-05 12:31:05', null, null); INSERT INTO `oss_file` VALUES ('8e782d048af3efd3975232aef3e0b0a5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BI06/data.csv', 'admin', '2024-10-24 11:48:39', null, null); INSERT INTO `oss_file` VALUES ('8e8256813dc56ee3efecb7044f6ba070', 's061893.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM68128/s061893.pdf', 'admin', '2024-11-05 11:29:40', null, null); INSERT INTO `oss_file` VALUES ('8e837f268f76df1756e85caf941ca8f4', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 10:25:20', null, null); INSERT INTO `oss_file` VALUES ('8e856a5d2d687af7406c170792e0145e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/THS4304/data.csv', 'admin', '2024-11-05 13:03:03', null, null); INSERT INTO `oss_file` VALUES ('8e88a2c4837a69af1ca084e3f7931a5a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/R29793/data.csv', 'admin', '2024-11-05 12:36:47', null, null); INSERT INTO `oss_file` VALUES ('8e9bdc57dd09aee3a3f8bcf5f9135ee1', '2015-Dye-Campola-TR-15-024-LT2078-20205004096.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT2078/2015-Dye-Campola-TR-15-024-LT2078-20205004096.pdf', 'admin', '2024-11-05 11:53:34', null, null); INSERT INTO `oss_file` VALUES ('8ea6ea246841070162edfdfa8f6c28b7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HM5225165BTT-75, HM5257805BTD-75/data.csv', 'admin', '2024-10-24 12:01:03', null, null); INSERT INTO `oss_file` VALUES ('8ea9ef0f3b4725ff10c7abbbef9942a5', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3700UBJV/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:28:12', null, null); INSERT INTO `oss_file` VALUES ('8eaa2fbe61d36d104d1afc17aa23056b', 'd121696a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM48V8100AS/d121696a.pdf', 'admin', '2024-11-05 11:42:27', null, null); INSERT INTO `oss_file` VALUES ('8eb1cbda48fc8d04a4c866b3468520ce', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4528/nsrec01_W15.pdf', 'admin', '2024-11-05 11:59:39', null, null); INSERT INTO `oss_file` VALUES ('8eb53cff81b3bdd4e75ef3b90ac4ae87', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD585/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 10:53:31', null, null); INSERT INTO `oss_file` VALUES ('8ebe3227b3c51f3902bb5f53b7b54530', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM193/data.csv', 'admin', '2024-11-05 11:48:54', null, null); INSERT INTO `oss_file` VALUES ('8eda7b39f9e3917e69798b990bd66665', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX Logic Chip Test Vehicle/data.csv', 'admin', '2024-11-05 11:24:55', null, null); INSERT INTO `oss_file` VALUES ('8edc8ea10f0a1ba04754794b6430966c', '206.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ADG 713/206.pdf', 'admin', '2024-10-24 12:00:45', null, null); INSERT INTO `oss_file` VALUES ('8ede17376c6bb18d3e10e866d6d272f5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ISL74422ARH/data.csv', 'admin', '2024-11-05 11:36:42', null, null); INSERT INTO `oss_file` VALUES ('8ee765524264720f735ec32c46785956', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20100CT/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:02:33', null, null); INSERT INTO `oss_file` VALUES ('8ef302b14e371a3c8632222473453228', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N6796/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:26', null, null); INSERT INTO `oss_file` VALUES ('8efd61ba728906ec32a188434b0815de', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF1545/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 11:23:54', null, null); INSERT INTO `oss_file` VALUES ('8f117fda55760b5837671911451a71a3', 'TID_Test_Report_BC847B,215_NXP-Nexperia.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BC847B,215/TID_Test_Report_BC847B,215_NXP-Nexperia.pdf', 'admin', '2024-10-24 12:09:40', null, null); INSERT INTO `oss_file` VALUES ('8f175b9773e398f74d941d3c248f84d9', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7872/nsrec05_W5.pdf', 'admin', '2024-11-05 10:43:55', null, null); INSERT INTO `oss_file` VALUES ('8f28c02ae97199b9be7e184a65f40a8c', '227.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HCPL5701/227.pdf', 'admin', '2024-10-24 12:03:47', null, null); INSERT INTO `oss_file` VALUES ('8f734913e3d560163d1911054d9d4c5b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMC6464/PPM-99-045.pdf', 'admin', '2024-10-23 17:39:12', null, null); INSERT INTO `oss_file` VALUES ('8f763ed15fb0c4811398307d0a5d94d3', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Ring Oscillator Engineering Samples/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:45:34', null, null); INSERT INTO `oss_file` VALUES ('8f828fe8da14e7bd9024630cad3783ef', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD571SD/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:39', null, null); INSERT INTO `oss_file` VALUES ('8f9712ef32283171a6f55d98b86c9b02', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F2G08B/data.csv', 'admin', '2024-11-05 12:20:23', null, null); INSERT INTO `oss_file` VALUES ('8f9ca9551630e0123c33c897073a4cd1', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMC6484/nsrec00_W21.pdf', 'admin', '2024-11-05 11:50:20', null, null); INSERT INTO `oss_file` VALUES ('8fa6f55013f166c8236287fcd01987c4', 'SEESYM02_Buchner_1394.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSB12LV26PZT/SEESYM02_Buchner_1394.pdf', 'admin', '2024-11-05 13:05:59', null, null); INSERT INTO `oss_file` VALUES ('8fa987b2028593aec7d8f5ccdde85687', 'G07DEC_HY27UF084G2M_MT29F4G08AAAWP_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HY27UF084G2M/G07DEC_HY27UF084G2M_MT29F4G08AAAWP_TID.pdf', 'admin', '2024-11-05 11:33:05', null, null); INSERT INTO `oss_file` VALUES ('8fc0c7a1d02c7812993ec671505f4879', 'CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/80SCLQ060SCS/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'admin', '2024-11-05 10:44:58', null, null); INSERT INTO `oss_file` VALUES ('8fda76ed0eef612378e529fc7c5531e4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HB800/data.csv', 'admin', '2024-11-05 11:26:21', null, null); INSERT INTO `oss_file` VALUES ('8feec117fbaee6e452ec9ce460efdea2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP271A/data.csv', 'admin', '2024-11-05 12:29:56', null, null); INSERT INTO `oss_file` VALUES ('8fef2a91dffe2045b75a36c211f1e5ff', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/1280A/data.csv', 'admin', '2024-11-05 10:20:48', null, null); INSERT INTO `oss_file` VALUES ('8ff0ba2eab92a26c92f3c0a3044bce3c', 'T032803_54BCT125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54BCT125/T032803_54BCT125.pdf', 'admin', '2024-11-05 10:38:13', null, null); INSERT INTO `oss_file` VALUES ('8ff3aee8bd9484fec53fd40ab2d0c52c', 'D111208_LX25.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LX25_XC4VLX25-10FF668/D111208_LX25.pdf', 'admin', '2024-11-05 11:56:16', null, null); INSERT INTO `oss_file` VALUES ('9008c6d23f25306be3b569311a0e5a91', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BT1206/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 11:11:03', null, null); INSERT INTO `oss_file` VALUES ('901157f1bd1d6c11341ba3b1c1ddb1e8', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HMC4563G8_Flight PN/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 11:30:03', null, null); INSERT INTO `oss_file` VALUES ('901679737ff20ca1b1ad1fe5baf23a91', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HM68512/data.csv', 'admin', '2024-11-05 11:29:43', null, null); INSERT INTO `oss_file` VALUES ('901bb2a9b5f30e9907c32f3b1f68cbe4', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/80386DX/ieee95a.pdf', 'admin', '2024-11-05 10:44:33', null, null); INSERT INTO `oss_file` VALUES ('90290a5641679839ad933984e626d236', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RB205T-60/data.csv', 'admin', '2024-11-05 12:37:52', null, null); INSERT INTO `oss_file` VALUES ('903ca150a5b74a3fc5e7af41c023ea0e', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD585/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:32', null, null); INSERT INTO `oss_file` VALUES ('904b9b75aabd68b50087b34b88afde73', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC157DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:20', null, null); INSERT INTO `oss_file` VALUES ('9056ee9c5a45cdcc53c7d3ca38913ad4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MP5010NT/data.csv', 'admin', '2024-11-05 12:13:27', null, null); INSERT INTO `oss_file` VALUES ('905909f4d2b36ced17ff0f56958586d2', 'PPM-95-139.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4420/PPM-95-139.pdf', 'admin', '2024-11-05 12:11:56', null, null); INSERT INTO `oss_file` VALUES ('905935558bffbf8e132cab1940383d6c', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 14:46:55', null, null); INSERT INTO `oss_file` VALUES ('906528ff95cebeff1390e41177493b02', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907A/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 10:27:29', null, null); INSERT INTO `oss_file` VALUES ('906c00dba69f4c57989d6f04601a45a8', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/0116400J1C-70/DRAM296.pdf', 'admin', '2024-10-23 17:29:31', null, null); INSERT INTO `oss_file` VALUES ('906eb7351b54139e1093addea9aa6bf6', '205.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27A/205.pdf', 'admin', '2024-11-05 12:30:04', null, null); INSERT INTO `oss_file` VALUES ('9079dd56d8541f0ed0688c5dc1645185', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TI7770-5/data.csv', 'admin', '2024-11-05 13:03:10', null, null); INSERT INTO `oss_file` VALUES ('907b4b968e2e7734a8ef7055702f6d77', 'B030302_LM2651.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM2651/B030302_LM2651.pdf', 'admin', '2024-11-05 11:49:09', null, null); INSERT INTO `oss_file` VALUES ('909cc41d267e078d55ff3a95fdd6038c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV4N24/data.csv', 'admin', '2024-11-05 11:38:28', null, null); INSERT INTO `oss_file` VALUES ('90a857835aa0adecf6f3dcd67581e085', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD5334/NSREC03_W10.pdf', 'admin', '2024-11-05 10:51:34', null, null); INSERT INTO `oss_file` VALUES ('90c7fb103cce7fd7bb01b6dc0d1d7831', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/140Y/data.csv', 'admin', '2024-11-05 12:49:08', null, null); INSERT INTO `oss_file` VALUES ('90d404cae56632926af18d67cf88503e', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N49/NSREC02_W16.pdf', 'admin', '2024-11-05 10:32:52', null, null); INSERT INTO `oss_file` VALUES ('90dbb27a9633560d9a63756978a68e96', 'G07APR_AD654_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD654/G07APR_AD654_TID.pdf', 'admin', '2024-11-05 10:55:27', null, null); INSERT INTO `oss_file` VALUES ('90eb192f0c201819c05a5a6314a046bd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M3G2805D/data.csv', 'admin', '2024-11-05 11:57:51', null, null); INSERT INTO `oss_file` VALUES ('90f21fa5b8255b30d6720c802d12c6ed', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HTE721010G9AT00/nsrec06_W4.pdf', 'admin', '2024-11-05 11:32:26', null, null); INSERT INTO `oss_file` VALUES ('910b6a5918cd5aab6453813d767a1a29', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SST211/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 12:55:45', null, null); INSERT INTO `oss_file` VALUES ('9114397fb245005edce6389c47a0f909', 'B061702_MSK5042.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5042/B061702_MSK5042.pdf', 'admin', '2024-11-05 12:14:51', null, null); INSERT INTO `oss_file` VALUES ('912bc6caa61bc389ceef373338b913e3', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-655K/nsrec06_W2.pdf', 'admin', '2024-11-05 11:26:37', null, null); INSERT INTO `oss_file` VALUES ('912c77098bc1d0f282c788f68e8fe970', 'NSREC01_5HP.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5HP SiGe Prescalar/NSREC01_5HP.pdf', 'admin', '2024-11-05 10:39:46', null, null); INSERT INTO `oss_file` VALUES ('9134000ef83984b9225f4dc616a0acc8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K4B1GO846D-HCH9/data.csv', 'admin', '2024-11-05 11:40:00', null, null); INSERT INTO `oss_file` VALUES ('9137d9f93acefe38c3c87707ade45bf6', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SHD85202/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 12:50:56', null, null); INSERT INTO `oss_file` VALUES ('91385baddfafa1eae656fb4f6b31a026', 'D6-7 - TN6.07 - SEE Schottky STPSCH12 - NEO-14-086_Report_72-2018_rev1,1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/STPSC6H12/D6-7 - TN6.07 - SEE Schottky STPSCH12 - NEO-14-086_Report_72-2018_rev1,1.pdf', 'admin', '2024-10-24 12:10:04', null, null); INSERT INTO `oss_file` VALUES ('913d9cf6e5042e6fd0c0863b22a4a121', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Honeywell ESN/data.csv', 'admin', '2024-11-05 11:33:08', null, null); INSERT INTO `oss_file` VALUES ('9140fa2fdf328077e2186c513c0a16ae', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2045/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:03:28', null, null); INSERT INTO `oss_file` VALUES ('914ef5adaa0ee8893db4994a2868a220', 'D013102_AD8151.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8151/D013102_AD8151.pdf', 'admin', '2024-11-05 10:59:22', null, null); INSERT INTO `oss_file` VALUES ('91502307c7d1a767034b403c3f1ceacb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XC4VFX60/data.csv', 'admin', '2024-11-05 13:12:48', null, null); INSERT INTO `oss_file` VALUES ('9162f1203b0578f7d331b05bf910a10f', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A000066/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:46:35', null, null); INSERT INTO `oss_file` VALUES ('916e43b93ee8917be37032706dae483c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TPS75003/data.csv', 'admin', '2024-11-05 13:05:19', null, null); INSERT INTO `oss_file` VALUES ('9176b0a92e2195f69cf59b128309713f', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F2G08B/nsrec06_W2.pdf', 'admin', '2024-11-05 12:20:23', null, null); INSERT INTO `oss_file` VALUES ('917ed684261a6fb7e0abcf751e92dd6f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD574/data.csv', 'admin', '2024-11-05 10:52:53', null, null); INSERT INTO `oss_file` VALUES ('91837e94dc5de36a26fc89c93f8145fd', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CMP01/nsrec00_W21.pdf', 'admin', '2024-11-05 11:15:05', null, null); INSERT INTO `oss_file` VALUES ('9185180e801497ee49563524d064880a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2812D\r\r\nMHF2805S/data.csv', 'admin', '2024-11-05 14:17:09', null, null); INSERT INTO `oss_file` VALUES ('918d80324c70d6c6d86718a178c57f91', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - HV-Unidig Driver/NSREC99.pdf', 'admin', '2024-11-05 13:10:04', null, null); INSERT INTO `oss_file` VALUES ('918e3bbde388180ad9fd4193f2dc4875', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF1545/data.csv', 'admin', '2024-11-05 11:23:53', null, null); INSERT INTO `oss_file` VALUES ('9193950a88f51836833be4af0414e706', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6268-10/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:55:38', null, null); INSERT INTO `oss_file` VALUES ('919455a72f1d21ae39f877ac8a094db4', 'PPM-95-129.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OP27A/PPM-95-129.pdf', 'admin', '2024-11-05 14:44:45', null, null); INSERT INTO `oss_file` VALUES ('9196e30f433e8c8f65809336d8cf1e5f', 'SOC3810A PROTONS TID_0925_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SOC3810A/SOC3810A PROTONS TID_0925_01.pdf', 'admin', '2024-10-24 12:18:10', null, null); INSERT INTO `oss_file` VALUES ('9198b24c0be816cbeea6ac8efab21829', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N3866/data.csv', 'admin', '2024-11-05 11:37:44', null, null); INSERT INTO `oss_file` VALUES ('91b6f5b400ac2426ccb2ede4364f9ae5', 'T052407_MB85R256.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MB85R256/T052407_MB85R256.pdf', 'admin', '2024-11-05 12:02:12', null, null); INSERT INTO `oss_file` VALUES ('91d5b9b3af80154a3b1707af4ad38d89', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH-OBC-1/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:38:21', null, null); INSERT INTO `oss_file` VALUES ('91d8290ef35733f0308b2536556c41a1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STAR1000/data.csv', 'admin', '2024-11-05 12:56:04', null, null); INSERT INTO `oss_file` VALUES ('91de73819f4d87446326e0da0579dfd9', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/49C460/b110994.pdf', 'admin', '2024-11-05 10:32:08', null, null); INSERT INTO `oss_file` VALUES ('91e22d352c5f80daa59fbdc1ebbe8854', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/GB20SLT12/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:25:27', null, null); INSERT INTO `oss_file` VALUES ('91e250314c022304596722057f23a62d', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD652/Random97a.pdf', 'admin', '2024-11-05 10:55:12', null, null); INSERT INTO `oss_file` VALUES ('91fb6f940b83d5ab2aaf8dd174a6e4dd', 'd121696c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL6231/d121696c.pdf', 'admin', '2024-11-05 11:27:32', null, null); INSERT INTO `oss_file` VALUES ('91fe2517557b6d4218db4425039dafac', 'L061806_TPS73601.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS73601/L061806_TPS73601.pdf', 'admin', '2024-11-05 13:05:13', null, null); INSERT INTO `oss_file` VALUES ('9203c6b56aa323c8929d4c457b289761', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC373DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:22', null, null); INSERT INTO `oss_file` VALUES ('9207d655f25aca54a67d1f326fb7fd47', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Structure 40V MOSFET/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 13:07:15', null, null); INSERT INTO `oss_file` VALUES ('9208babae432c8549a4edda05930e5ac', 'IS9-139ASRH PROTONS TID_0930_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IS-139ASRH/IS9-139ASRH PROTONS TID_0930_01.pdf', 'admin', '2024-10-24 12:07:09', null, null); INSERT INTO `oss_file` VALUES ('9210671dbbef0d3e7f16fc209050a9cd', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HC4011BM2RB/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:48', null, null); INSERT INTO `oss_file` VALUES ('921b17a236f16db5296959bbad78e32b', 'nsrec01_W20.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TTC-155M4/nsrec01_W20.pdf', 'admin', '2024-11-05 13:06:50', null, null); INSERT INTO `oss_file` VALUES ('921b699919367ad4759519f9222065ae', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM6172/data.csv', 'admin', '2024-11-05 11:49:47', null, null); INSERT INTO `oss_file` VALUES ('922cce2e56af432f3fae3a2ef9ce32e6', 'PPM-95-167.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1020B/PPM-95-167.pdf', 'admin', '2024-11-05 10:20:12', null, null); INSERT INTO `oss_file` VALUES ('922ce99c05bf1ff7747e4052f8cc3984', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HB1250/NSREC02_W5.pdf', 'admin', '2024-11-05 11:26:18', null, null); INSERT INTO `oss_file` VALUES ('92483f3fa0180d072180a0ead32b4023', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CO-566/data.csv', 'admin', '2024-11-05 11:15:22', null, null); INSERT INTO `oss_file` VALUES ('926fd4364be23a4d8454742a4540ed87', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS60SM200C/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:57:35', null, null); INSERT INTO `oss_file` VALUES ('92a4296156aba9928dcc4a662e813dda', 'B030302_ADC1175.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD1175/B030302_ADC1175.pdf', 'admin', '2024-11-05 10:50:10', null, null); INSERT INTO `oss_file` VALUES ('92a55f3806a342e665a5f26dc664de13', '288.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM4040/288.pdf', 'admin', '2024-10-24 12:10:48', null, null); INSERT INTO `oss_file` VALUES ('92add4c02fc7b3af31e68e590de1b94b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UC1707/data.csv', 'admin', '2024-11-05 13:08:04', null, null); INSERT INTO `oss_file` VALUES ('92b0aac03eb2f45284afefaf94634ef8', '20160614-1330-FPGA-2016-561-Berg-Final-Pres-NEPP-ETW-FPGA_TN32953_v3.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T Kintex7/20160614-1330-FPGA-2016-561-Berg-Final-Pres-NEPP-ETW-FPGA_TN32953_v3.pdf', 'admin', '2024-11-05 13:13:44', null, null); INSERT INTO `oss_file` VALUES ('92b97420dad7976ca97f4b2841733436', 'NRL012910_HMC422.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HMC4563G8_Flight PN/NRL012910_HMC422.pdf', 'admin', '2024-11-05 11:30:04', null, null); INSERT INTO `oss_file` VALUES ('92c0d31db3fe78a892dcda9f8cb2d8db', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ABT245A/data.csv', 'admin', '2024-10-23 17:39:19', null, null); INSERT INTO `oss_file` VALUES ('92c575a98c25e6d3ef40bc0a767bb3bd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UT6325/data.csv', 'admin', '2024-11-05 13:09:37', null, null); INSERT INTO `oss_file` VALUES ('92c7e84d18848720a96d5f9b483338fa', 'PPM-91-425.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC11/PPM-91-425.pdf', 'admin', '2024-11-05 10:34:45', null, null); INSERT INTO `oss_file` VALUES ('92d2b2dd195619e0bb91f1601ce7aee8', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5042/NSREC03_W10.pdf', 'admin', '2024-11-05 12:14:52', null, null); INSERT INTO `oss_file` VALUES ('92d8f3d845330cf9d823508407faa355', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTZ1000A/nsrec06_W2.pdf', 'admin', '2024-11-05 11:56:00', null, null); INSERT INTO `oss_file` VALUES ('92e04353fe127bd91a4d810ff81b7796', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LCM-120/data.csv', 'admin', '2024-11-05 11:42:48', null, null); INSERT INTO `oss_file` VALUES ('92f1f3a96479f5bdc429f645264defd3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SBL8L40/data.csv', 'admin', '2024-11-05 12:47:24', null, null); INSERT INTO `oss_file` VALUES ('92f21f1288284d37bb34244e719a6d46', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADS8323/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:03:27', null, null); INSERT INTO `oss_file` VALUES ('92f8c153dc17cfbdde4777978897f837', '160.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/REF02AJQMLR/160.pdf', 'admin', '2024-10-24 11:54:31', null, null); INSERT INTO `oss_file` VALUES ('92ff318c7a23192bd66df71c8c7cfd54', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STAR-250NDR/data.csv', 'admin', '2024-11-05 12:55:52', null, null); INSERT INTO `oss_file` VALUES ('9301783660cef239f8571d135e56f063', 'SNL092302_SiGe_HBT.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5HP HBT Transistor/SNL092302_SiGe_HBT.pdf', 'admin', '2024-11-05 10:39:34', null, null); INSERT INTO `oss_file` VALUES ('9303e767c939807da984217de6ca6037', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2690R-D15F/b110994.pdf', 'admin', '2024-11-05 10:23:11', null, null); INSERT INTO `oss_file` VALUES ('930c6abaa9544c8998be37c49db35cd9', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/WDS500G2B0B-00YS70/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 13:12:12', null, null); INSERT INTO `oss_file` VALUES ('931030be5e913c3801903ed8f64520f4', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54HC4075J/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:09', null, null); INSERT INTO `oss_file` VALUES ('93158840b4734e452d96f81a8aceb008', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OLH5601/data.csv', 'admin', '2024-11-05 12:27:37', null, null); INSERT INTO `oss_file` VALUES ('931d4a899b04659924d6baccacee025d', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF1010/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 11:23:42', null, null); INSERT INTO `oss_file` VALUES ('931d99c63fc7a586a8b7aa22ad917c9f', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66123/nsrec00_W22.pdf', 'admin', '2024-11-05 10:41:18', null, null); INSERT INTO `oss_file` VALUES ('9322ec39367b52a524048cee3b74df2a', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2060CT/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:03:58', null, null); INSERT INTO `oss_file` VALUES ('932420db09011dadcb106b37e112164b', 'LT7101 SEE Test Report.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LT7101/LT7101 SEE Test Report.pdf', 'admin', '2024-10-24 12:21:34', null, null); INSERT INTO `oss_file` VALUES ('9327bef72f27bd10af7f1f790608149c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/95-9942U/data.csv', 'admin', '2024-11-05 10:45:55', null, null); INSERT INTO `oss_file` VALUES ('9337c319c5de79b9a5dff92f4abd1f7e', 'd062896.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2706T/d062896.pdf', 'admin', '2024-11-05 10:23:27', null, null); INSERT INTO `oss_file` VALUES ('934125d63df58b74b40fa54e14d2765e', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS20200C/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:56:29', null, null); INSERT INTO `oss_file` VALUES ('934d2dd8af88f089de6150821765f354', '102891_ASICS.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Serial Control ASIC/102891_ASICS.pdf', 'admin', '2024-11-05 12:58:45', null, null); INSERT INTO `oss_file` VALUES ('9350205108d7737deabdac8e89ae8cb4', 'NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf', 'admin', '2024-11-05 10:48:49', null, null); INSERT INTO `oss_file` VALUES ('935a378c7bafa88f5238bf24d8c48047', 'PPM-94-020.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07A/PPM-94-020.pdf', 'admin', '2024-11-05 12:28:45', null, null); INSERT INTO `oss_file` VALUES ('935fea92425ecdb04c6e6d117292d640', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1021-10/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:39', null, null); INSERT INTO `oss_file` VALUES ('9369789e576438cf743aa5f9dddec881', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - IP Serial Driver/data.csv', 'admin', '2024-11-05 13:10:09', null, null); INSERT INTO `oss_file` VALUES ('9376f2799286b4589122ddbd2fe7d074', '184.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SOC5551HRB/184.pdf', 'admin', '2024-10-24 11:57:25', null, null); INSERT INTO `oss_file` VALUES ('937f02ece21466592729c3ed4c580b63', '2020-Campola-Phan-Landen-Ryder-TR-17-047-ACPL-785E-Optocoupler-2020Dec19-NASA-TM-20210025964.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ACPL-785E/2020-Campola-Phan-Landen-Ryder-TR-17-047-ACPL-785E-Optocoupler-2020Dec19-NASA-TM-20210025964.pdf', 'admin', '2024-11-05 10:49:42', null, null); INSERT INTO `oss_file` VALUES ('9382d1c7946519ab5232fe33eb0b01d5', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5059RH/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 12:15:18', null, null); INSERT INTO `oss_file` VALUES ('93897a827d81b2798c6b3e0e08a27cba', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/B/data.csv', 'admin', '2024-11-05 11:19:32', null, null); INSERT INTO `oss_file` VALUES ('938c004f27bffea48260aabaf7b936b1', '368.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ADC128S102 - DC1317A/368.pdf', 'admin', '2024-10-24 12:18:57', null, null); INSERT INTO `oss_file` VALUES ('9391c16f8f00eb1fe2e6e5a4bcd59508', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RP21005/data.csv', 'admin', '2024-11-05 12:42:47', null, null); INSERT INTO `oss_file` VALUES ('9394e1bc2b47660fdf40d3ccd882e11d', 'nsrec93a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AM7969/nsrec93a.pdf', 'admin', '2024-11-05 11:05:58', null, null); INSERT INTO `oss_file` VALUES ('9395e45f21683de72c789b7e438efb3d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV2N2222A/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:30', null, null); INSERT INTO `oss_file` VALUES ('9396b01a6508b348c7bda7a50f7c4e4c', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMC6062/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:39', null, null); INSERT INTO `oss_file` VALUES ('93ac2f0f8432e94390fb302ab47a6a12', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/120720A/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:20:40', null, null); INSERT INTO `oss_file` VALUES ('93b697ff8f0820b71f58ae89c33e30dc', '138.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66193-002/138.pdf', 'admin', '2024-10-24 11:52:13', null, null); INSERT INTO `oss_file` VALUES ('93bf2089201af223f6cd40c835f2cde7', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/10YQ045C/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 10:20:29', null, null); INSERT INTO `oss_file` VALUES ('93c68f39514614267d244ab893eba5df', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IDW40G65C5FKSA1/data.csv', 'admin', '2024-11-05 11:34:03', null, null); INSERT INTO `oss_file` VALUES ('93c863309e8f1a036fac7d36ba198573', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CLR79/data.csv', 'admin', '2024-11-05 11:14:37', null, null); INSERT INTO `oss_file` VALUES ('93c91cf9d8ced9952e7a2710bd3decae', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1419/nsrec05_W5.pdf', 'admin', '2024-11-05 11:54:10', null, null); INSERT INTO `oss_file` VALUES ('93e1d9c806bac832493e45f23d1e6204', 'b022497b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAMT1R12/b022497b.pdf', 'admin', '2024-11-05 12:37:31', null, null); INSERT INTO `oss_file` VALUES ('93f2900284b5ab9bea7a7d192f396f80', 'B061702_TMP36.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TMP36/B061702_TMP36.pdf', 'admin', '2024-11-05 13:04:52', null, null); INSERT INTO `oss_file` VALUES ('93f9a52ab43e3c8d0fe8a816d86ddb40', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SG1526B/data.csv', 'admin', '2024-11-05 12:50:12', null, null); INSERT INTO `oss_file` VALUES ('93f9ad8c7056fe16813889345dc004a4', 'G06AUG_OP400_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400/G06AUG_OP400_TID.pdf', 'admin', '2024-11-05 12:30:39', null, null); INSERT INTO `oss_file` VALUES ('940a8e951716af7f96737a13757b9970', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1N5819UB1/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:21:48', null, null); INSERT INTO `oss_file` VALUES ('94140a5f49809e732ea2a85529f3597f', 'B022497.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TMS416400DJ/B022497.pdf', 'admin', '2024-11-05 13:04:58', null, null); INSERT INTO `oss_file` VALUES ('941778b2e6d887f2c30a7670aac403de', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-573K/data.csv', 'admin', '2024-11-05 11:26:34', null, null); INSERT INTO `oss_file` VALUES ('941db0a4c344b67c61c81706a1f52747', 'PPM-95-137.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N134/PPM-95-137.pdf', 'admin', '2024-11-05 10:41:56', null, null); INSERT INTO `oss_file` VALUES ('942a4dd3c101547f5063a49ee68f01a6', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XCKU040-1LFFVA1156I Kintex-UltraScale/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 13:14:57', null, null); INSERT INTO `oss_file` VALUES ('942a717c9d9b2c778fb67f1c05feaa21', 'IS2-1009RH PROTONS TID_0881_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IS2-1009RH/IS2-1009RH PROTONS TID_0881_01.pdf', 'admin', '2024-10-24 12:07:20', null, null); INSERT INTO `oss_file` VALUES ('9436d49fd6170622aa7146a37ab236b2', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMP11/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:02', null, null); INSERT INTO `oss_file` VALUES ('943df68159948b22144102058f742f1f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54LVTH16245/data.csv', 'admin', '2024-11-05 10:38:48', null, null); INSERT INTO `oss_file` VALUES ('943e2e8d456e28e71548b2573bdcebc3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M3G280515T/data.csv', 'admin', '2024-11-05 11:57:48', null, null); INSERT INTO `oss_file` VALUES ('94429a8af5bfb806582d731ed3c52788', '214.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124AJRQMLV/214.pdf', 'admin', '2024-11-05 11:46:27', null, null); INSERT INTO `oss_file` VALUES ('9463737986c6073d3e66d6927cebf332', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/F100324/data.csv', 'admin', '2024-11-05 11:22:24', null, null); INSERT INTO `oss_file` VALUES ('94704340fad9bb6e458be5172ffb8a4a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SEDSII/data.csv', 'admin', '2024-11-05 12:48:50', null, null); INSERT INTO `oss_file` VALUES ('9474ef43b823a15e70f1431bdbb8127a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C256/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:13', null, null); INSERT INTO `oss_file` VALUES ('94801c33ce9c5d8ae02dec408177d4e1', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5900/nsrec06_W4.pdf', 'admin', '2024-11-05 12:18:52', null, null); INSERT INTO `oss_file` VALUES ('948b068fc162997380453d5d93b4e638', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ABT245 Driver/data.csv', 'admin', '2024-11-05 10:34:11', null, null); INSERT INTO `oss_file` VALUES ('9495b80b1fbedb643d758e8aed1d625d', 'PPM-92-181.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL431/PPM-92-181.pdf', 'admin', '2024-11-05 14:56:56', null, null); INSERT INTO `oss_file` VALUES ('949654333c49cbc9d9e85ad3f155f739', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SH-4/NSREC03_W10.pdf', 'admin', '2024-11-05 12:50:49', null, null); INSERT INTO `oss_file` VALUES ('94b6d064b99ee9d8ea488124a86c6d1c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/457/data.csv', 'admin', '2024-11-05 10:32:00', null, null); INSERT INTO `oss_file` VALUES ('94c9af5df2e0f1dffd16c2761e4c016f', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021CMH-5/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 12:39:25', null, null); INSERT INTO `oss_file` VALUES ('94cdd69c7ed2ecddd88b3abda60dddd4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PCIDMA/data.csv', 'admin', '2024-11-05 12:34:18', null, null); INSERT INTO `oss_file` VALUES ('94d3aba3179d8cfafe32a603fd3b3ed1', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC74/nsrec00_W21.pdf', 'admin', '2024-11-05 10:36:31', null, null); INSERT INTO `oss_file` VALUES ('94de6fa1cb4acc5f8e80e722903aa61b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913ESY332/data.csv', 'admin', '2024-11-05 12:41:22', null, null); INSERT INTO `oss_file` VALUES ('94f1b44d47381019b963b2f786b33056', 'b090997.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS90C31/b090997.pdf', 'admin', '2024-11-05 11:20:38', null, null); INSERT INTO `oss_file` VALUES ('9521fb54c8cfe4d734aef4fc4a149db6', 'D5-07 - TN5.7 - TID MOSFET C2M0080120D - NEO-14-086_Report_20-2017_rev1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/C2M0080120D/D5-07 - TN5.7 - TID MOSFET C2M0080120D - NEO-14-086_Report_20-2017_rev1.pdf', 'admin', '2024-10-24 11:57:52', null, null); INSERT INTO `oss_file` VALUES ('9524075268e9e335126f29f495252a09', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HX6228/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:32:48', null, null); INSERT INTO `oss_file` VALUES ('952d333d673706d00cb772f0219715d0', 'PPM-93-036.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC14/PPM-93-036.pdf', 'admin', '2024-11-05 10:34:56', null, null); INSERT INTO `oss_file` VALUES ('952d6472a93ec0e4025564f1c020939c', 'G05JAN_AD7846SQ_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7846SQ/G05JAN_AD7846SQ_TID.pdf', 'admin', '2024-11-05 10:58:01', null, null); INSERT INTO `oss_file` VALUES ('9536482cc9868633aff7e5ede1dbc030', 'T081102_LM193.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM193/T081102_LM193.pdf', 'admin', '2024-11-05 11:49:00', null, null); INSERT INTO `oss_file` VALUES ('95369be3863b86ba82371aa25454a186', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ATTDA205B Receiver/data.csv', 'admin', '2024-11-05 11:08:41', null, null); INSERT INTO `oss_file` VALUES ('953ce92019193ae02ff34abdf5b37c39', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RP21005/nsrec05_W5.pdf', 'admin', '2024-11-05 12:42:48', null, null); INSERT INTO `oss_file` VALUES ('955c4dd17d4281e23605ea06728100aa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F32G08ABAAA/data.csv', 'admin', '2024-10-24 11:49:14', null, null); INSERT INTO `oss_file` VALUES ('956ac1fb69964e964881d4bd7b3242c6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TSC21020F/data.csv', 'admin', '2024-11-05 13:06:13', null, null); INSERT INTO `oss_file` VALUES ('956cb695a7417607af978fc2bd05477f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/28C010/data.csv', 'admin', '2024-11-05 10:23:38', null, null); INSERT INTO `oss_file` VALUES ('9571391cc8f078761da0d3c15d73f7de', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP484FSZ/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:31:45', null, null); INSERT INTO `oss_file` VALUES ('9586846704450df4a63da8709b1261db', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SN74LVCC3245/data.csv', 'admin', '2024-11-05 12:53:36', null, null); INSERT INTO `oss_file` VALUES ('95a734fb645e8ff3652d6e3eb9c35e29', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M54HC373YBF/data.csv', 'admin', '2024-11-05 11:58:13', null, null); INSERT INTO `oss_file` VALUES ('95af6903f754d9f0129457cef3de1ccd', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM1-6617-883/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:54', null, null); INSERT INTO `oss_file` VALUES ('95b405b32ef24186ff16e95e3366b735', 'T080101_ADC.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7821TQ/T080101_ADC.pdf', 'admin', '2024-11-05 10:57:48', null, null); INSERT INTO `oss_file` VALUES ('95b61d0f8053b04f8f111b9a4abc0c79', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7872ARPFS/data.csv', 'admin', '2024-11-05 10:44:00', null, null); INSERT INTO `oss_file` VALUES ('95ca6ee6258b0295befba5468097b247', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A1280A/NSREC98.pdf', 'admin', '2024-11-05 10:46:51', null, null); INSERT INTO `oss_file` VALUES ('95d3c8602d7b1f9ee5ab069ac4ccc3b7', '388.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/W29N01GVSIAA/388.pdf', 'admin', '2024-10-24 12:21:19', null, null); INSERT INTO `oss_file` VALUES ('95daac99c60d3e6872ab9c27038b977d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Fluosil SWU1-2/data.csv', 'admin', '2024-11-05 11:24:48', null, null); INSERT INTO `oss_file` VALUES ('95e0c8a55618d4a5c70a1ec07551dc18', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XCKU040-2FFVA1156E Kintex-UltraScale/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 13:15:13', null, null); INSERT INTO `oss_file` VALUES ('95e0fbada93d4dc732a3a1d3478640b3', 'T121804_53278.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/53278/T121804_53278.pdf', 'admin', '2024-11-05 10:34:02', null, null); INSERT INTO `oss_file` VALUES ('95ee0a399688817bb43570ad936c101b', 'i111796b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TMS416400DJ/i111796b.pdf', 'admin', '2024-11-05 13:04:58', null, null); INSERT INTO `oss_file` VALUES ('95f5859a1d9babf3fce8d0d619535407', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Test Structure 40V MOSFET/data.csv', 'admin', '2024-11-05 13:07:15', null, null); INSERT INTO `oss_file` VALUES ('96005b4ed42a99163028cf1509c48c2d', 'td80486.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MG80486DX2-66/td80486.pdf', 'admin', '2024-11-05 12:10:54', null, null); INSERT INTO `oss_file` VALUES ('960e2d709c73bf197992c5658bef5860', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N3811JS/data.csv', 'admin', '2024-11-05 10:28:30', null, null); INSERT INTO `oss_file` VALUES ('962e95820697c6bb829c040ad35a2d4d', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1N5554/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 10:21:42', null, null); INSERT INTO `oss_file` VALUES ('9663b7b2b1df22c504faefaf4cc9e9c1', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFE4080/nsrec00_W21.pdf', 'admin', '2024-11-05 11:28:13', null, null); INSERT INTO `oss_file` VALUES ('96682119a8fc8d3d41d70ba6a60da738', 'PPM-91-628.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC139DMQB Decoder/PPM-91-628.pdf', 'admin', '2024-11-05 10:34:52', null, null); INSERT INTO `oss_file` VALUES ('966931a357b413d50845b69e325cb126', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N5434/data.csv', 'admin', '2024-11-05 10:30:14', null, null); INSERT INTO `oss_file` VALUES ('966b9ac440d80784fdafb339abc1886e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHFLVDS32A/data.csv', 'admin', '2024-10-24 11:56:44', null, null); INSERT INTO `oss_file` VALUES ('968c2c00706c3b2aaf71c37397b288e4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SFR130S.5/data.csv', 'admin', '2024-11-05 12:49:06', null, null); INSERT INTO `oss_file` VALUES ('9696ef0bfc02f60fe3c962a2f7844be4', '121891.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Bus Control ASIC/121891.pdf', 'admin', '2024-11-05 11:12:18', null, null); INSERT INTO `oss_file` VALUES ('9698179d6a0ddc35b70a2deebc61e4c1', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii53258/nsrec01_W15.pdf', 'admin', '2024-11-05 12:25:01', null, null); INSERT INTO `oss_file` VALUES ('969d0c1f208baadf41e4a035bc4b67a5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OM11725SMX (OM7646)/data.csv', 'admin', '2024-11-05 12:27:51', null, null); INSERT INTO `oss_file` VALUES ('969ff78c82ec9afb228c34c4c0e30fbb', 'PPM-91-335.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N4117A-1/PPM-91-335.pdf', 'admin', '2024-11-05 10:28:46', null, null); INSERT INTO `oss_file` VALUES ('96afece2a9a0478b57c756e88ae839a2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/0116400J1B-70/data.csv', 'admin', '2024-10-23 17:22:11', null, null); INSERT INTO `oss_file` VALUES ('96cfcf80ece2ec149501ba2fac0cc37b', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MU-PA250B/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:23:34', null, null); INSERT INTO `oss_file` VALUES ('96dbaf7cbb6d561e38373a5d796dfdba', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAR7001CB2/PPM-99-045.pdf', 'admin', '2024-11-05 14:29:01', null, null); INSERT INTO `oss_file` VALUES ('96ed2fc177f01e37e4c310c2e73823a7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM160/data.csv', 'admin', '2024-11-05 11:48:45', null, null); INSERT INTO `oss_file` VALUES ('96eebe94ded6ce66647f3b663442c020', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP484/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:31:39', null, null); INSERT INTO `oss_file` VALUES ('96f867abc61ead7aa72299a23af98cc9', '381.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/Ethernet PHY transceiver/381.pdf', 'admin', '2024-10-24 12:20:43', null, null); INSERT INTO `oss_file` VALUES ('9704b8e1cb45e1447d5576f7abb4bb48', 'PPM-91-522.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MN91204/PPM-91-522.pdf', 'admin', '2024-11-05 12:13:02', null, null); INSERT INTO `oss_file` VALUES ('9709c4291f588dea60096e96da924249', 'nsrec2013_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A43300/nsrec2013_W6_TID.pdf', 'admin', '2024-11-05 10:49:28', null, null); INSERT INTO `oss_file` VALUES ('97141d5c8cec2bdbd8f3356432c01958', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN64BCT126A/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:53:21', null, null); INSERT INTO `oss_file` VALUES ('97269ec3eb52df08b4a05cf4f6ed0652', 'D062209_XCVLX30T_na.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC5VLX30T-1FFG665GU/D062209_XCVLX30T_na.pdf', 'admin', '2024-11-05 13:12:59', null, null); INSERT INTO `oss_file` VALUES ('9726d148dca48675e7edb47c1cd9ebed', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MZ7KE256HMHA/data.csv', 'admin', '2024-11-05 12:24:27', null, null); INSERT INTO `oss_file` VALUES ('9729b92d6c2f1d8340c88e0b2dc1b55b', 'PPM-91-406.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CA3127F/PPM-91-406.pdf', 'admin', '2024-11-05 11:12:55', null, null); INSERT INTO `oss_file` VALUES ('97599d064a035b327adf6d09a0436ac5', '273.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/CCD204/273.pdf', 'admin', '2024-10-24 12:09:17', null, null); INSERT INTO `oss_file` VALUES ('976e1e88d35dc7d0134a4a1853d30550', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OMH3075B/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 12:28:09', null, null); INSERT INTO `oss_file` VALUES ('97748960b83911d33871841986e5b406', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F4G08U0A-PCB0/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 11:41:33', null, null); INSERT INTO `oss_file` VALUES ('977700efcd65a4df89ffd0432b887f03', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1845/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 12:50:23', null, null); INSERT INTO `oss_file` VALUES ('979e86f3b36e968cfd8d49ea3c44a7ed', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC646LMQB/data.csv', 'admin', '2024-11-05 10:36:25', null, null); INSERT INTO `oss_file` VALUES ('97a5edc551ba63c6da290ce86810cf79', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - 3U IP Carrier/data.csv', 'admin', '2024-11-05 13:09:58', null, null); INSERT INTO `oss_file` VALUES ('97abcccbe1a23ae1af7730ccdc3f282d', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RDHA701/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:38:01', null, null); INSERT INTO `oss_file` VALUES ('97bf18cb386c46ef2a5530378fe10559', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5431/nsrec00_W22.pdf', 'admin', '2024-11-05 11:27:11', null, null); INSERT INTO `oss_file` VALUES ('97c748da99bbf72f37b1fce08f61269a', 'NRL082508_UC1708.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1708 MOSFET Driver/NRL082508_UC1708.pdf', 'admin', '2024-11-05 13:08:08', null, null); INSERT INTO `oss_file` VALUES ('97c9aa2ee95d9440e0d3f85ce028ba48', 'T15_Gigliuto_Observed_Diode_Failures.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M3G280515T/T15_Gigliuto_Observed_Diode_Failures.pdf', 'admin', '2024-11-05 11:57:48', null, null); INSERT INTO `oss_file` VALUES ('97db8da11e6b935898f485ec39564221', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SSDSCKKW256G8X1/data.csv', 'admin', '2024-11-05 12:55:32', null, null); INSERT INTO `oss_file` VALUES ('97edca6e982e9d5053a96218598fdbde', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F128G08AJAAAWP-ITZ/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 12:19:31', null, null); INSERT INTO `oss_file` VALUES ('9807670bd52340adfc646f33f15ad848', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/S29GL01GS10FHI010/data.csv', 'admin', '2024-10-23 16:38:14', null, null); INSERT INTO `oss_file` VALUES ('981b578307499fca9e421b8d3e050a60', 'T120710_K9F8G08U0M_MT29F4G08AAAWP.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/T120710_K9F8G08U0M_MT29F4G08AAAWP.pdf', 'admin', '2024-11-05 12:21:12', null, null); INSERT INTO `oss_file` VALUES ('981d27de99d4e21a2dbb79c0202ea8e5', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3811JS/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:28:31', null, null); INSERT INTO `oss_file` VALUES ('9823e3952a987a56b94578250af07902', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A1280A/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:35', null, null); INSERT INTO `oss_file` VALUES ('982b9f2ed2a88fb1b9e86c84c897d4e1', '187.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HAS2/187.pdf', 'admin', '2024-10-24 11:58:08', null, null); INSERT INTO `oss_file` VALUES ('983faf03a82fc7dd92a6430770fa28ad', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MOS-250-2/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:13:10', null, null); INSERT INTO `oss_file` VALUES ('9841f6f8d70d508dc3d5a86e568e5c3e', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1526/nsrec05_W5.pdf', 'admin', '2024-11-05 12:50:04', null, null); INSERT INTO `oss_file` VALUES ('9861aeee7834a5cb4fb615d1e6552780', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/SHAMROC DAC/data.csv', 'admin', '2024-10-24 11:50:50', null, null); INSERT INTO `oss_file` VALUES ('9879d743e847c69f2b347eb92e6f6f13', 'T080805_AD650.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD650/T080805_AD650.pdf', 'admin', '2024-11-05 10:55:06', null, null); INSERT INTO `oss_file` VALUES ('98851cab39c7359ac3498544d2ece897', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/32nm SOI (Deneb)/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:31:13', null, null); INSERT INTO `oss_file` VALUES ('988792fc27e02b503b724580d14b2f6a', 'B092500c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7888/B092500c.pdf', 'admin', '2024-11-05 10:58:30', null, null); INSERT INTO `oss_file` VALUES ('98a24aeb39fb168faa8f0602e803d99b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/26C31/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:03', null, null); INSERT INTO `oss_file` VALUES ('98a5f13f97767a7d3c76c9e3afdbf0ea', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CD54HC74F3/data.csv', 'admin', '2024-11-05 11:13:38', null, null); INSERT INTO `oss_file` VALUES ('98ace13c404bcc408e8021fad14a374c', 'I061002_Mii66099.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii66099/I061002_Mii66099.pdf', 'admin', '2024-11-05 12:25:05', null, null); INSERT INTO `oss_file` VALUES ('98b1db2bc06538dfd04a4779c3f31e77', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LM336/data.csv', 'admin', '2024-10-24 12:09:20', null, null); INSERT INTO `oss_file` VALUES ('98b9af615b4d2cd68abb039a4ec3bac2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IS2981/data.csv', 'admin', '2024-11-05 11:35:47', null, null); INSERT INTO `oss_file` VALUES ('98ba18448e4316bb30b233d79c2a1085', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX9180/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:01:23', null, null); INSERT INTO `oss_file` VALUES ('98ba59974db7a00e0c94290ef17c8dcc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/95-9951U/data.csv', 'admin', '2024-11-05 10:45:59', null, null); INSERT INTO `oss_file` VALUES ('98c6887dc7f48b2d711d84e6fb17495d', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/43G9240/DRAM296.pdf', 'admin', '2024-11-05 10:31:55', null, null); INSERT INTO `oss_file` VALUES ('98ce209ddf258d7745edb30088ccd83e', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMV7219/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 11:50:55', null, null); INSERT INTO `oss_file` VALUES ('98cfd92c6390795c961d09dc4e704ea0', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD780/nsrec00_W21.pdf', 'admin', '2024-11-05 10:57:32', null, null); INSERT INTO `oss_file` VALUES ('98d20dea28c62e88cf585319697f0555', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/28C010TFE/data.csv', 'admin', '2024-11-05 10:23:46', null, null); INSERT INTO `oss_file` VALUES ('98d8f2d0f8e27869107c9988f10ca110', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139AWRQMLV/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 11:48:19', null, null); INSERT INTO `oss_file` VALUES ('98e8720e1e49166c2a0f0ec40cf4d06e', 'PPM-91-163.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA1-5320-8/PPM-91-163.pdf', 'admin', '2024-11-05 11:25:58', null, null); INSERT INTO `oss_file` VALUES ('98f702d1c214287004219d2c11851e97', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5154/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:29:59', null, null); INSERT INTO `oss_file` VALUES ('99037d1d216fa8785eeb5214e55973c1', 'radecs09_pellish.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LX25_XC4VLX25-10FF668/radecs09_pellish.pdf', 'admin', '2024-11-05 11:56:15', null, null); INSERT INTO `oss_file` VALUES ('990ba5c6f8891417b471914cd991dd52', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 10:51:04', null, null); INSERT INTO `oss_file` VALUES ('990ed8bac987a6acbe3fc311254d321e', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139AWRQMLV/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 11:48:18', null, null); INSERT INTO `oss_file` VALUES ('991d38c200661e4c8b223bf4f5c1b643', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HSSR7110/nsrec00_W22.pdf', 'admin', '2024-11-05 11:32:11', null, null); INSERT INTO `oss_file` VALUES ('991ef41aa56369c42cae57b15f2ffa9d', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL431/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 14:56:56', null, null); INSERT INTO `oss_file` VALUES ('9921e676c905dc375b8ac7ea2f188dc1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LXA03T600/data.csv', 'admin', '2024-11-05 11:56:44', null, null); INSERT INTO `oss_file` VALUES ('992a3d7a68a10ec1b8f1991b835366f7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N5115/data.csv', 'admin', '2024-11-05 10:29:14', null, null); INSERT INTO `oss_file` VALUES ('992deb6a6b6a7527ef18fac0c4fa8699', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP471/data.csv', 'admin', '2024-11-05 12:31:28', null, null); INSERT INTO `oss_file` VALUES ('9935450ae3935bf5218e3a2f9478f4b3', 'PPM-91-760.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT74LMQB/PPM-91-760.pdf', 'admin', '2024-11-05 10:37:01', null, null); INSERT INTO `oss_file` VALUES ('99389228c335a1e7e5c9237e94585d33', 'SEE_00613_01 Toshiba.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TC58NVG2S0HTAI0 - DC1509/SEE_00613_01 Toshiba.pdf', 'admin', '2024-10-24 12:14:13', null, null); INSERT INTO `oss_file` VALUES ('993fb1d9147631a3f346c93db763e57e', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SQJ431EP/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 12:54:56', null, null); INSERT INTO `oss_file` VALUES ('99427386646697587066befb738a7ca2', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2805/nsrec00_W21.pdf', 'admin', '2024-11-05 12:22:44', null, null); INSERT INTO `oss_file` VALUES ('9947fa324ee6551a71d2e5a1b2671d14', 'B051397bmod.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1840RP/B051397bmod.pdf', 'admin', '2024-11-05 10:21:25', null, null); INSERT INTO `oss_file` VALUES ('9948c16e8af38c2c3dc51aceaa9865e1', 'PPM-94-036.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82C54/PPM-94-036.pdf', 'admin', '2024-11-05 10:45:23', null, null); INSERT INTO `oss_file` VALUES ('996310f617ae1703708bc79c178cf039', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/STP24NF10/data.csv', 'admin', '2024-10-24 12:14:18', null, null); INSERT INTO `oss_file` VALUES ('9963c40a23aefd66875d53aaf24a06e7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BF04673/data.csv', 'admin', '2024-11-05 11:10:17', null, null); INSERT INTO `oss_file` VALUES ('996b45d357b84f22b124e0c8141e3a68', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HM628128LP-10/data.csv', 'admin', '2024-11-05 11:29:28', null, null); INSERT INTO `oss_file` VALUES ('997193437b54dff2c1f78a877fea870c', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1078W/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 12:40:00', null, null); INSERT INTO `oss_file` VALUES ('9980642342ef62801dd7d9f9dfdbdcd7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NT5C1008/data.csv', 'admin', '2024-11-05 12:26:24', null, null); INSERT INTO `oss_file` VALUES ('998bc0234f9b2eb29d8640f16575c060', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5275/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:15:31', null, null); INSERT INTO `oss_file` VALUES ('99931d207670746ae6c672a4c7024cc1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IRHLF87Y20/data.csv', 'admin', '2024-11-05 11:35:17', null, null); INSERT INTO `oss_file` VALUES ('999eda290c447553109dd313c8a3d6c6', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/140/NSREC02_W5.pdf', 'admin', '2024-11-05 13:09:55', null, null); INSERT INTO `oss_file` VALUES ('99a14090d3676c1609e8962a2aea8508', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TSBKOHCI403/data.csv', 'admin', '2024-11-05 13:06:10', null, null); INSERT INTO `oss_file` VALUES ('99aa75d08393029a4ac76f56ab7598c5', 'GR-SEECOO1-TRP-0001-1-0_Virtex5_SEE_Test_report(20180620).pdf', 'http://58.215.212.230:8005/oss/physical/ESA/Virtex-5/GR-SEECOO1-TRP-0001-1-0_Virtex5_SEE_Test_report(20180620).pdf', 'admin', '2024-10-23 16:36:30', null, null); INSERT INTO `oss_file` VALUES ('99afaf3cbc52e8530e740fe47e451feb', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL6651 (6N134)/nsrec00_W22.pdf', 'admin', '2024-11-05 11:27:47', null, null); INSERT INTO `oss_file` VALUES ('99d666a4137b2cf5b2b0533cf5fbf277', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/1N5711/data.csv', 'admin', '2024-11-05 10:21:45', null, null); INSERT INTO `oss_file` VALUES ('99d98550caaa7ad608875f31955d48d9', 'PPM-93-059.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/PPM-93-059.pdf', 'admin', '2024-11-05 13:08:34', null, null); INSERT INTO `oss_file` VALUES ('9a177e155ccdc8f3f9ba76cbb9c5368b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCS4538KMSR/data.csv', 'admin', '2024-11-05 11:27:50', null, null); INSERT INTO `oss_file` VALUES ('9a19ee713e06796efc031f75cac0de6a', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7821/nsrec00_W21.pdf', 'admin', '2024-11-05 10:57:44', null, null); INSERT INTO `oss_file` VALUES ('9a1ac44990aa211d6cb4aa07604d15d6', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADS5424/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:03:01', null, null); INSERT INTO `oss_file` VALUES ('9a2562c4987b51284d2381a7003b3b11', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EL2243/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:11', null, null); INSERT INTO `oss_file` VALUES ('9a26ba69144918bf421b743f86f35935', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HFE4811-013/data.csv', 'admin', '2024-11-05 11:28:29', null, null); INSERT INTO `oss_file` VALUES ('9a303ee070c412d0d653bc9f86995474', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HS9-1840ARH/data.csv', 'admin', '2024-11-05 11:31:49', null, null); INSERT INTO `oss_file` VALUES ('9a333e01fc240430e4183c2f5cc1598f', 'NRL082608_LM124.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/NRL082608_LM124.pdf', 'admin', '2024-11-05 11:46:20', null, null); INSERT INTO `oss_file` VALUES ('9a38253e01eb9552545d4e3c6c433876', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FUGA 15/data.csv', 'admin', '2024-11-05 11:23:23', null, null); INSERT INTO `oss_file` VALUES ('9a3991d7a7237b07b3a8a226b2c0ba18', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES05ZF/data.csv', 'admin', '2024-11-05 12:09:17', null, null); INSERT INTO `oss_file` VALUES ('9a3c8b5ab9b5ec05ada9c54ecbf7f844', 'T032803_54AHCT32.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AHCT32/T032803_54AHCT32.pdf', 'admin', '2024-11-05 10:37:52', null, null); INSERT INTO `oss_file` VALUES ('9a62708e930894d4408732eb5af781f0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/82C59A-5/data.csv', 'admin', '2024-11-05 10:45:31', null, null); INSERT INTO `oss_file` VALUES ('9a799e8697f8798780bbe106bd3f500c', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM48V8100AS/Random97a.pdf', 'admin', '2024-11-05 11:42:27', null, null); INSERT INTO `oss_file` VALUES ('9a79a8649c0c070d3c54e81067579a1a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Wolfdale Processor/data.csv', 'admin', '2024-11-05 13:12:22', null, null); INSERT INTO `oss_file` VALUES ('9a7bc3032c0a0d3d6c26eb8b27628b43', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/EMXO/data.csv', 'admin', '2024-11-05 11:21:58', null, null); INSERT INTO `oss_file` VALUES ('9a833194c46ead25acbbc6b0c571fe72', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4595/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 11:59:45', null, null); INSERT INTO `oss_file` VALUES ('9a91f8027495f6e0fbf5aafcf96496fb', 's061893.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EL2243/s061893.pdf', 'admin', '2024-11-05 11:21:53', null, null); INSERT INTO `oss_file` VALUES ('9aa4c8da97e40a75c1217b2331f25909', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IS705RH/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 11:36:16', null, null); INSERT INTO `oss_file` VALUES ('9aacc0cb2f2d9f8d9b20346006d14fc2', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATR2815TF/nsrec00_W21.pdf', 'admin', '2024-11-05 11:08:26', null, null); INSERT INTO `oss_file` VALUES ('9ab248c5dae3add41e7f15530365a6a7', '171.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HAS2/171.pdf', 'admin', '2024-10-24 11:55:51', null, null); INSERT INTO `oss_file` VALUES ('9ac0b91bd773fa6c944b3004da5c73e0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FM22L16/data.csv', 'admin', '2024-11-05 11:22:58', null, null); INSERT INTO `oss_file` VALUES ('9ac11615e89d61fd48012a7333c183a3', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBR30300/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:48:03', null, null); INSERT INTO `oss_file` VALUES ('9ac98011d69b11f0296e82e5bc4c93e6', 'T121007_T022508_x1886.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Structure 45 nm SOI/T121007_T022508_x1886.pdf', 'admin', '2024-11-05 13:07:30', null, null); INSERT INTO `oss_file` VALUES ('9acd869273065f260f3eb3828e39158e', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ASV016204/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 11:07:35', null, null); INSERT INTO `oss_file` VALUES ('9ad70e94a49b443e5b0ad35b79ab3015', 'T032603_80387.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/80387/T032603_80387.pdf', 'admin', '2024-11-05 10:44:47', null, null); INSERT INTO `oss_file` VALUES ('9af78285297b25f5f06a969c5c86af4c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ16245/data.csv', 'admin', '2024-11-05 10:37:36', null, null); INSERT INTO `oss_file` VALUES ('9afd805ea88745670f728f972e853c98', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP77/nsrec05_W23.pdf', 'admin', '2024-11-05 12:32:15', null, null); INSERT INTO `oss_file` VALUES ('9b008d4eb961712ba992498013916119', 'T032803_MAX494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX494/T032803_MAX494.pdf', 'admin', '2024-11-05 12:00:22', null, null); INSERT INTO `oss_file` VALUES ('9b03e14cb1f1b8eb489372c041b8ff66', '2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SQJ431EP-TI-GE3/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf', 'admin', '2024-11-05 12:55:07', null, null); INSERT INTO `oss_file` VALUES ('9b069c0cbe3b19235a2f20abc1da2faa', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii42142/nsrec01_W15.pdf', 'admin', '2024-11-05 12:24:43', null, null); INSERT INTO `oss_file` VALUES ('9b168ea5608d352699b3448f2dc619b4', 'G06APR_AD1671_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD1671/G06APR_AD1671_TID.pdf', 'admin', '2024-11-05 10:50:20', null, null); INSERT INTO `oss_file` VALUES ('9b25434f494acef2447cab3f653808d4', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815S/b110994.pdf', 'admin', '2024-11-05 12:10:23', null, null); INSERT INTO `oss_file` VALUES ('9b296edf43e818e94afc30ad6147e6f5', 'NEPP-CP-2016-Berg-Presentation-RADECS-TN35422.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T-1FBG900 Kintex K7/NEPP-CP-2016-Berg-Presentation-RADECS-TN35422.pdf', 'admin', '2024-11-05 13:14:33', null, null); INSERT INTO `oss_file` VALUES ('9b2e2ef05f3f2e6fe1ad7c11cbfc5d13', 'NRL051110_S2803R3S.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/S2803R3S/NRL051110_S2803R3S.pdf', 'admin', '2024-11-05 12:46:23', null, null); INSERT INTO `oss_file` VALUES ('9b325685eb2907d556d56ffb1f40f50d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2805S/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:04', null, null); INSERT INTO `oss_file` VALUES ('9b3720aa196edac4df78c079a2bea8f8', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM5117400RR7/ieee95a.pdf', 'admin', '2024-11-05 11:29:06', null, null); INSERT INTO `oss_file` VALUES ('9b44a1b2cb80012d242f24999a8c45b0', 'T060304_LTC1419.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1419/T060304_LTC1419.pdf', 'admin', '2024-11-05 11:54:10', null, null); INSERT INTO `oss_file` VALUES ('9b5f32e33a383ece3dc8a8c17aed849f', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Vehicle 32 nm CMOS/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 13:07:35', null, null); INSERT INTO `oss_file` VALUES ('9b64b962b8877ec7a4f681243322dad2', 'i090397.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N134/i090397.pdf', 'admin', '2024-11-05 10:41:53', null, null); INSERT INTO `oss_file` VALUES ('9b69ffa65758070d1844119fd2743c75', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XCKU040-1LFFVA1156I Kintex-UltraScale/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 13:14:56', null, null); INSERT INTO `oss_file` VALUES ('9b6d06410480ee394e0aa5a435e25efc', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C256ERPDB/b110994.pdf', 'admin', '2024-11-05 10:24:18', null, null); INSERT INTO `oss_file` VALUES ('9b6d3b062bcdf3ce17a020f76aaa4a24', 'PPM-95-153.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IBM0116400AJ3/PPM-95-153.pdf', 'admin', '2024-11-05 11:33:22', null, null); INSERT INTO `oss_file` VALUES ('9b7972fa5109a69b9c9590a69815ea2f', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL2430/nsrec00_W22.pdf', 'admin', '2024-11-05 11:26:58', null, null); INSERT INTO `oss_file` VALUES ('9b8a8406dad79adbc779df82de005b5d', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Transistors 65nm/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 13:07:32', null, null); INSERT INTO `oss_file` VALUES ('9b939ec8b4f07db8b31e6fbb239b2cc3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MR4A16BCYS35/data.csv', 'admin', '2024-10-24 12:21:05', null, null); INSERT INTO `oss_file` VALUES ('9ba43436b93fa29be0e55456754fb2c0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TSC430MJA/data.csv', 'admin', '2024-11-05 13:06:17', null, null); INSERT INTO `oss_file` VALUES ('9ba61c8039ec8a3c6ea23a60fe88509d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5820/data.csv', 'admin', '2024-11-05 12:18:38', null, null); INSERT INTO `oss_file` VALUES ('9bb4fdb70e2b3d4b37915c038044e6bc', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1499/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 12:40:16', null, null); INSERT INTO `oss_file` VALUES ('9bd76d3da93376ff646f06700c1ee4ed', 'no_tid_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS5212B/no_tid_report.pdf', 'admin', '2024-11-05 11:31:33', null, null); INSERT INTO `oss_file` VALUES ('9bdd02e8214cc40085dc59daba604d77', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI1-506A/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:11', null, null); INSERT INTO `oss_file` VALUES ('9bde96566aaab220fde8952097bced05', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH249/nsrec00_W21.pdf', 'admin', '2024-11-05 14:41:45', null, null); INSERT INTO `oss_file` VALUES ('9be0e1e065a393a72831a1d196b51e73', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OD800/data.csv', 'admin', '2024-11-05 12:26:52', null, null); INSERT INTO `oss_file` VALUES ('9be1f43e5ff8363c66c32303269aa365', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/H25QFT8F4A9R-BDF/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 11:25:34', null, null); INSERT INTO `oss_file` VALUES ('9beb16680f061d770a92f352f03747dd', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Arduino UNO R3/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 11:09:21', null, null); INSERT INTO `oss_file` VALUES ('9bf90b9efb2a7ab2d6b96ea55231bdfa', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC374DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:33', null, null); INSERT INTO `oss_file` VALUES ('9bf9264b3349b05a750a9704191afcdb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/IS9-2100ARH/data.csv', 'admin', '2024-10-24 11:54:13', null, null); INSERT INTO `oss_file` VALUES ('9bff4c4c4ee3a81129da3ec26ccc1e4e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AX3411/data.csv', 'admin', '2024-11-05 11:08:51', null, null); INSERT INTO `oss_file` VALUES ('9c0078df7c73d5ff1a2ce4f76fb13459', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3811JS/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 10:28:30', null, null); INSERT INTO `oss_file` VALUES ('9c07c8cf79270993207f01bbed9804b6', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMFLHP2815S/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:51:41', null, null); INSERT INTO `oss_file` VALUES ('9c09ca923d0ac75dc6a73cd524ff75a3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Floating Gate/data.csv', 'admin', '2024-11-05 11:24:40', null, null); INSERT INTO `oss_file` VALUES ('9c1f507c35cfd397bb8280881c9f98ab', 'b080393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AX3411/b080393.pdf', 'admin', '2024-11-05 11:08:51', null, null); INSERT INTO `oss_file` VALUES ('9c28625b0499e9d03e5a01a5f55858e8', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC74HC4538AD/nsrec00_W21.pdf', 'admin', '2024-11-05 12:08:28', null, null); INSERT INTO `oss_file` VALUES ('9c2f3907866bd7b328170e0e429cb0bb', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5401/NSREC98.pdf', 'admin', '2024-11-05 11:27:06', null, null); INSERT INTO `oss_file` VALUES ('9c404bf7eb10fb13f0d36b2d965cc2c4', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2812S/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:59', null, null); INSERT INTO `oss_file` VALUES ('9c45580b70713f70c57a2e14e58e2d9f', '311.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IMX5108D3EEBG-15EI - DC1537/311.pdf', 'admin', '2024-10-24 12:13:17', null, null); INSERT INTO `oss_file` VALUES ('9c4cd6739a33225dabfa7608fd98b0dc', 'NEPP-TR-2016-Chen-16-040-LTC6268-TAMU2016July-TN44722.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6268-10/NEPP-TR-2016-Chen-16-040-LTC6268-TAMU2016July-TN44722.pdf', 'admin', '2024-11-05 11:55:37', null, null); INSERT INTO `oss_file` VALUES ('9c5b5a1b58ed22e61a133c8b28335c5b', 'd050595.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/0116400JIC-70/d050595.pdf', 'admin', '2024-10-23 17:29:38', null, null); INSERT INTO `oss_file` VALUES ('9c5fdf53c177423c8749f9c46b3800ea', 'NSREC02_W8.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VCS7146RH/NSREC02_W8.pdf', 'admin', '2024-11-05 13:10:59', null, null); INSERT INTO `oss_file` VALUES ('9c6228e7cdbaee01facf22d0a21ee603', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OLH7000/data.csv', 'admin', '2024-10-24 11:49:53', null, null); INSERT INTO `oss_file` VALUES ('9c63386456ef644f104d5f3185ac89cf', 'PPM-91-252.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC161/PPM-91-252.pdf', 'admin', '2024-11-05 10:35:12', null, null); INSERT INTO `oss_file` VALUES ('9c7ad9aeabb6d925ffae7de275358b8c', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5042/NSREC02_W16.pdf', 'admin', '2024-11-05 12:14:52', null, null); INSERT INTO `oss_file` VALUES ('9c7bb0efab71faded61a745370db5f32', 'D120400a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N49S/D120400a.pdf', 'admin', '2024-11-05 10:33:17', null, null); INSERT INTO `oss_file` VALUES ('9c90d93aea143267f1cc7f23c38f375a', 'G05MAR_MX7545A_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX7545A/G05MAR_MX7545A_TID.pdf', 'admin', '2024-11-05 12:23:51', null, null); INSERT INTO `oss_file` VALUES ('9ca33579563a60b8bbb8e4194c617d89', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BAS16,215/data.csv', 'admin', '2024-11-05 11:09:35', null, null); INSERT INTO `oss_file` VALUES ('9ca7947786ccb21435b1db3e43d82c07', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TSS901E/data.csv', 'admin', '2024-11-05 13:06:41', null, null); INSERT INTO `oss_file` VALUES ('9cab6954a763e68510dd730ccb80aa60', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20200/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:03:01', null, null); INSERT INTO `oss_file` VALUES ('9cb266b517fe6e09d7c2bbd5e0baa84a', 'C111101.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1272/C111101.pdf', 'admin', '2024-11-05 11:53:55', null, null); INSERT INTO `oss_file` VALUES ('9cb93a02645ab7248bcb766a53f7ca09', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PFOTX12 Transmitter/data.csv', 'admin', '2024-11-05 12:35:02', null, null); INSERT INTO `oss_file` VALUES ('9cbb825639583de892907559057b67f5', 'PPM-91-610.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/B/PPM-91-610.pdf', 'admin', '2024-11-05 11:19:32', null, null); INSERT INTO `oss_file` VALUES ('9ccce93677926711690c9fcb216631ed', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/1N5819UB1/data.csv', 'admin', '2024-11-05 10:21:49', null, null); INSERT INTO `oss_file` VALUES ('9cd15f097672acca189ed96439fbabed', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Si7414DN-T1-E3/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 12:59:53', null, null); INSERT INTO `oss_file` VALUES ('9cfe96327f7e34b24441fe94b72c36a9', 'G07FEB_MIC4423_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4423/G07FEB_MIC4423_TID.pdf', 'admin', '2024-11-05 12:12:05', null, null); INSERT INTO `oss_file` VALUES ('9d017203a7278e8b07d41b4b28b53c2d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD571S/data.csv', 'admin', '2024-11-05 10:52:46', null, null); INSERT INTO `oss_file` VALUES ('9d0fc98e894159918ec68a7e9bce5acb', 'PPM-94-004.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7672/PPM-94-004.pdf', 'admin', '2024-11-05 10:57:12', null, null); INSERT INTO `oss_file` VALUES ('9d19d59caca87fa41f9e708da01daaa6', 'G06FEB_54ACTQ14_0248A_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ14/G06FEB_54ACTQ14_0248A_TID.pdf', 'admin', '2024-11-05 10:37:14', null, null); INSERT INTO `oss_file` VALUES ('9d24b95dea5040a6583bee747d4c799c', '2019-Wilcox-Campola-TR-17-049-MT29F1T08CMHBBJ4-WFIRST_NAND_SEE_2019LBNL_2017TAMU_2017LBNL_2018TAMU-20205005993.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F1T08CMHBBJ4/2019-Wilcox-Campola-TR-17-049-MT29F1T08CMHBBJ4-WFIRST_NAND_SEE_2019LBNL_2017TAMU_2017LBNL_2018TAMU-20205005993.pdf', 'admin', '2024-11-05 12:20:10', null, null); INSERT INTO `oss_file` VALUES ('9d4009d3f88da8abb3e439048c27fb7c', 'PPM-97-020.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM137/PPM-97-020.pdf', 'admin', '2024-11-05 11:47:02', null, null); INSERT INTO `oss_file` VALUES ('9d4617cda6fa20056e59b058d4df0189', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BF862/data.csv', 'admin', '2024-11-05 11:10:37', null, null); INSERT INTO `oss_file` VALUES ('9d5942d0fbde57c14028c1c485e390a0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/250/data.csv', 'admin', '2024-11-05 10:40:35', null, null); INSERT INTO `oss_file` VALUES ('9d6fcc8c72f09d95a2f0dc312d2eff2f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD584/data.csv', 'admin', '2024-11-05 10:53:18', null, null); INSERT INTO `oss_file` VALUES ('9d7d5bc4256438a636f37b9891f1d950', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6268-10/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 11:55:37', null, null); INSERT INTO `oss_file` VALUES ('9d86ace1e9d9c982dd1249b5816b9937', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:43', null, null); INSERT INTO `oss_file` VALUES ('9d9aab0dc0319d5c40486a7a0fdab759', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SBL3040/data.csv', 'admin', '2024-11-05 12:47:12', null, null); INSERT INTO `oss_file` VALUES ('9daac7969dea42753afafd52b633f6e0', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/22FDX SRAM-based Line-Monitor Test Vehicle/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 10:22:33', null, null); INSERT INTO `oss_file` VALUES ('9db0c1b18f00eb0d57033ee99e96c5b9', 'PPM-95-186.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NT5C1008/PPM-95-186.pdf', 'admin', '2024-11-05 12:26:24', null, null); INSERT INTO `oss_file` VALUES ('9db45261be9ced8993657bd0a4d2efda', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NOPB/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 11:49:58', null, null); INSERT INTO `oss_file` VALUES ('9dc9616b474402d7bb30e3a0d4f3f6a1', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/01-18M/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:04', null, null); INSERT INTO `oss_file` VALUES ('9dce72319205d5e9af98dd55990b5adc', 'PPM-98-014.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF198H/PPM-98-014.pdf', 'admin', '2024-11-05 11:43:07', null, null); INSERT INTO `oss_file` VALUES ('9dd47a2b373d9d5e0db3592476d7f3a1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Luna ES DD3/data.csv', 'admin', '2024-11-05 11:57:14', null, null); INSERT INTO `oss_file` VALUES ('9de07c878e144406517317f558c0870f', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RB205T-60/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:37:52', null, null); INSERT INTO `oss_file` VALUES ('9df9c88c92872cb20b6493c9d063194e', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HRQMLV/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 11:44:25', null, null); INSERT INTO `oss_file` VALUES ('9dfbef16d67cf8fa3079f862d89ccd54', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HS58C1001/data.csv', 'admin', '2024-11-05 11:31:42', null, null); INSERT INTO `oss_file` VALUES ('9e1238ace480c8cda7f609872d682858', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Si7431DP/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 13:00:00', null, null); INSERT INTO `oss_file` VALUES ('9e19be40d14417716f0041ce4adcf927', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD620/data.csv', 'admin', '2024-11-05 10:53:49', null, null); INSERT INTO `oss_file` VALUES ('9e688f09708065bf89734ef51c65d007', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/U309/data.csv', 'admin', '2024-11-05 13:07:56', null, null); INSERT INTO `oss_file` VALUES ('9e704ba074e45eca31749e3fd0420599', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/53278/nsrec05_W5.pdf', 'admin', '2024-11-05 10:34:02', null, null); INSERT INTO `oss_file` VALUES ('9e762ccfac102d6385aae104606f11d1', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-673K/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 11:26:42', null, null); INSERT INTO `oss_file` VALUES ('9e79f4968e21e4f0fc7506328f477925', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC521/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:32', null, null); INSERT INTO `oss_file` VALUES ('9e8437356d0e29fb06c71ccb401147c7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HC4011BM2RB/data.csv', 'admin', '2024-11-05 11:26:23', null, null); INSERT INTO `oss_file` VALUES ('9e8e8f72491274e5133838edacd05055', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5631/data.csv', 'admin', '2024-11-05 11:27:24', null, null); INSERT INTO `oss_file` VALUES ('9e94b437ab7b395ebf45ee2ca72b65a2', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA10/b072994.pdf', 'admin', '2024-11-05 12:33:50', null, null); INSERT INTO `oss_file` VALUES ('9ea2ad14e84e756db65111e6d3ecfaee', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 14:46:57', null, null); INSERT INTO `oss_file` VALUES ('9eb311c44462cf18695c377d045ca61e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7564/data.csv', 'admin', '2024-11-05 10:56:59', null, null); INSERT INTO `oss_file` VALUES ('9ece8d041fdb9b421de35cab8613091b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES12ZF/data.csv', 'admin', '2024-11-05 12:09:22', null, null); INSERT INTO `oss_file` VALUES ('9ee46c4efda39ff9b86585f4b7a120ab', 'NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 7 1700 Summit Ridge YD1700BBM88AE/NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf', 'admin', '2024-11-05 12:46:04', null, null); INSERT INTO `oss_file` VALUES ('9efad3c6a2a277ebd1d24b7d6b1556b8', 'T01MAR_LM124.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/T01MAR_LM124.pdf', 'admin', '2024-11-05 11:46:20', null, null); INSERT INTO `oss_file` VALUES ('9effc190eae0ee53e0af350b0e01f5d3', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2805S/b110994.pdf', 'admin', '2024-11-05 12:09:54', null, null); INSERT INTO `oss_file` VALUES ('9f039ebea208b615160abf63351572dc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ZT-6500/data.csv', 'admin', '2024-11-05 13:15:57', null, null); INSERT INTO `oss_file` VALUES ('9f05bb76b2cdb126b39ea25c5e828186', 'MAPLD01_P3.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K7/MAPLD01_P3.pdf', 'admin', '2024-11-05 11:40:55', null, null); INSERT INTO `oss_file` VALUES ('9f0a6c7a5d49a80cc5612b8af516bc95', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP97/data.csv', 'admin', '2024-11-05 12:32:21', null, null); INSERT INTO `oss_file` VALUES ('9f267b276ef289920041043579092793', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4N49/data.csv', 'admin', '2024-11-05 10:32:50', null, null); INSERT INTO `oss_file` VALUES ('9f29958731c10b8a926b3933b406f394', 'no_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TA80486DX2-66/no_report.pdf', 'admin', '2024-11-05 13:02:10', null, null); INSERT INTO `oss_file` VALUES ('9f2c84871f24f72c8ea52c76240f41fa', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT54LVDS217/nsrec04_SEE.pdf', 'admin', '2024-11-05 13:09:26', null, null); INSERT INTO `oss_file` VALUES ('9f32dab598ebbd2136969fd3b934a476', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Virtex II Pro XC2VP7/data.csv', 'admin', '2024-11-05 13:11:27', null, null); INSERT INTO `oss_file` VALUES ('9f3c38faae287a65b024d22ecbb207f2', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMRH4Kx9 FIFO/NSREC99.pdf', 'admin', '2024-11-05 11:50:44', null, null); INSERT INTO `oss_file` VALUES ('9f51bc0234d0f786d959b1e2fe3b518f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CX2041/data.csv', 'admin', '2024-11-05 11:17:28', null, null); INSERT INTO `oss_file` VALUES ('9f709e00b1dbb571bd3b8f4df8cb34cb', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CGS74LCT2524/nsrec00_W21.pdf', 'admin', '2024-11-05 11:14:04', null, null); INSERT INTO `oss_file` VALUES ('9f7cf05dfb152befcefa2167518ec733', 'SEE_00696_01 Samsung protons.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/4B4G0846Q - DC1510/SEE_00696_01 Samsung protons.pdf', 'admin', '2024-10-24 12:12:27', null, null); INSERT INTO `oss_file` VALUES ('9f9358aa7f39bdce3b1e07d2eedebe7c', 'T052309_IU081009_ADS5483.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADS5483/T052309_IU081009_ADS5483.pdf', 'admin', '2024-11-05 11:03:09', null, null); INSERT INTO `oss_file` VALUES ('9fa13b12ae9c834773521bd769f849f2', 'T081610_2N7270.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N7270/T081610_2N7270.pdf', 'admin', '2024-11-05 10:30:51', null, null); INSERT INTO `oss_file` VALUES ('9fa8aeda1cb10ffdbdebf0f6bae22adc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACQT08/data.csv', 'admin', '2024-11-05 10:36:39', null, null); INSERT INTO `oss_file` VALUES ('9fac99cc7ceef803e23deaa3c1370cce', 'LMR38020 SEE Test Report.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LMR38020/LMR38020 SEE Test Report.pdf', 'admin', '2024-10-24 12:21:26', null, null); INSERT INTO `oss_file` VALUES ('9fad2833338e11dd6f12a787f1a326a4', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN54LVTH16244A/nsrec00_W21.pdf', 'admin', '2024-11-05 12:53:15', null, null); INSERT INTO `oss_file` VALUES ('9fbb23c7265626634ff5c0e838e565e5', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM48C,V8100AS-6/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:20', null, null); INSERT INTO `oss_file` VALUES ('9fc83869e44850c75782a8086120d851', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/QS3384/random6a.pdf', 'admin', '2024-11-05 12:36:25', null, null); INSERT INTO `oss_file` VALUES ('9fcb474e24a8ef0648a4cd55b22f679f', '267.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/PHI Camera elecronics/267.pdf', 'admin', '2024-10-24 12:08:45', null, null); INSERT INTO `oss_file` VALUES ('9fe10af811c2c68ac76cc33d77ae4da2', 'tns04_Hansen.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/InP G1/tns04_Hansen.pdf', 'admin', '2024-11-05 11:36:56', null, null); INSERT INTO `oss_file` VALUES ('9ffeba411773b780f5e6029b9049b793', '2N3637 PROTONS TID_0923_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N3637/2N3637 PROTONS TID_0923_01.pdf', 'admin', '2024-10-24 12:06:38', null, null); INSERT INTO `oss_file` VALUES ('a0106e74ceb27a2c3c9cc80121f1bf2c', 'NEPP-CP-2014-Berg-Poster-NSREC-TN15800.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/NEPP-CP-2014-Berg-Poster-NSREC-TN15800.pdf', 'admin', '2024-11-05 14:47:00', null, null); INSERT INTO `oss_file` VALUES ('a0160457d937dbfd885d7ac8dcbaf225', '105.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F32G08ABAAA/105.pdf', 'admin', '2024-10-24 11:49:14', null, null); INSERT INTO `oss_file` VALUES ('a02b4675f7ebab0f74ec241766f316bb', 'T091011_M3G2804R513R5T.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M3G2804R513R5T/T091011_M3G2804R513R5T.pdf', 'admin', '2024-11-05 11:57:35', null, null); INSERT INTO `oss_file` VALUES ('a033953380e9a683d0506ff91834fe45', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRC20200CT/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:07:14', null, null); INSERT INTO `oss_file` VALUES ('a0373b1d911708e238a32a86a2caf72d', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN64BCT245/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:53:31', null, null); INSERT INTO `oss_file` VALUES ('a03ba3250e2ff7d5adb924e39231717c', 'PPM-98-008.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP15/PPM-98-008.pdf', 'admin', '2024-11-05 12:29:11', null, null); INSERT INTO `oss_file` VALUES ('a05524c288a0477dc5c9abd27270c8b5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SFT2369 (2N2369A)/data.csv', 'admin', '2024-11-05 12:49:28', null, null); INSERT INTO `oss_file` VALUES ('a0743678dab3a13bd326bbc797da46b9', 'no_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5C1008CW-25/no_report.pdf', 'admin', '2024-11-05 10:39:25', null, null); INSERT INTO `oss_file` VALUES ('a080244b2e86bcce694daf0735fc4337', 'T111103_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX145/T111103_GLAST.pdf', 'admin', '2024-11-05 11:58:52', null, null); INSERT INTO `oss_file` VALUES ('a0a90f4753e5c38d0c83400b948b3f0a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM139A/data.csv', 'admin', '2024-11-05 11:48:06', null, null); INSERT INTO `oss_file` VALUES ('a0b40178e6a177889d5c81a0966bfc81', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IMMX64M64D3DUS8AG-E125/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:34:32', null, null); INSERT INTO `oss_file` VALUES ('a0b82c05d218da1fe3d179e98c76d770', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CO-566/NSREC03_W10.pdf', 'admin', '2024-11-05 11:15:23', null, null); INSERT INTO `oss_file` VALUES ('a0bb3809d4cddedb1ecd99fb3981eac0', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM2651/NSREC02_W16.pdf', 'admin', '2024-11-05 11:49:10', null, null); INSERT INTO `oss_file` VALUES ('a0bfa72552314a14efc6a565552bfe62', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CD54HC40103F3A/data.csv', 'admin', '2024-11-05 11:13:32', null, null); INSERT INTO `oss_file` VALUES ('a0c763fbf736dc4026f8eac4ccfab22e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/data.csv', 'admin', '2024-10-24 12:02:06', null, null); INSERT INTO `oss_file` VALUES ('a0ce9aedb26b7876aa82a8685deaa748', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX1951/data.csv', 'admin', '2024-11-05 11:59:14', null, null); INSERT INTO `oss_file` VALUES ('a0daa77dd597fb7ee8155abd1695e5f7', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC151LMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:06', null, null); INSERT INTO `oss_file` VALUES ('a0fb0a114e091262a038de5e7b5eb533', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/011640 0PTIC-70/data.csv', 'admin', '2024-10-23 17:29:17', null, null); INSERT INTO `oss_file` VALUES ('a101885ed47994cc68cde8d4987efd9f', 'M120205_KH41G0X38.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K4H1G-438 1Gb SDRAM/M120205_KH41G0X38.pdf', 'admin', '2024-11-05 11:40:27', null, null); INSERT INTO `oss_file` VALUES ('a10419c54c280f1c824961e1caf8dbad', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP420RC/data.csv', 'admin', '2024-11-05 14:16:31', null, null); INSERT INTO `oss_file` VALUES ('a144a37ae6459fb43ed7e76f466cb7ff', 'G07DEC_54AC273_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC273/G07DEC_54AC273_TID.pdf', 'admin', '2024-11-05 10:35:52', null, null); INSERT INTO `oss_file` VALUES ('a17397eb684d4bf328bac6c8fea0d4c9', 'RADECS02_MAP_Paper.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PM139/RADECS02_MAP_Paper.pdf', 'admin', '2024-11-05 12:35:14', null, null); INSERT INTO `oss_file` VALUES ('a1788ed3b705d8db0855f58cd11174de', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MOSFET Engineering Samples/data.csv', 'admin', '2024-11-05 12:13:25', null, null); INSERT INTO `oss_file` VALUES ('a18b781478bda1f0a68c079674ea6578', 'G05OCT_UC1825_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1825/G05OCT_UC1825_TID.pdf', 'admin', '2024-11-05 13:08:30', null, null); INSERT INTO `oss_file` VALUES ('a18edf8816393669e04ece4c1cecfb10', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MCH2805S/random6a.pdf', 'admin', '2024-11-05 12:08:40', null, null); INSERT INTO `oss_file` VALUES ('a191fb9b047f0bba563ea9fc1adbc040', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HVK/nsrec00_W21.pdf', 'admin', '2024-11-05 11:44:36', null, null); INSERT INTO `oss_file` VALUES ('a1957014398bde3ce5ab2c5cbfb54455', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7888/data.csv', 'admin', '2024-11-05 10:58:30', null, null); INSERT INTO `oss_file` VALUES ('a19f5fb336b780fb6bf1bc73a1f54420', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS79133/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 13:05:33', null, null); INSERT INTO `oss_file` VALUES ('a1a13ee8d45dda0429b28ff724638785', '133.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH7000-0010/133.pdf', 'admin', '2024-10-24 11:51:45', null, null); INSERT INTO `oss_file` VALUES ('a1a64217c4fa9fde38d704112067b4c8', '245.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM339AN/245.pdf', 'admin', '2024-10-24 12:06:58', null, null); INSERT INTO `oss_file` VALUES ('a1b2d3e29bbc4b090543a6fa33905e94', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MR2A16A/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 12:14:00', null, null); INSERT INTO `oss_file` VALUES ('a1b80fb17a31a9119eadd3ecd745e1d7', '327.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL1431ACZT - GE245074/327.pdf', 'admin', '2024-10-24 12:14:50', null, null); INSERT INTO `oss_file` VALUES ('a1b94b8a0a8bb49c4e5c29fecb3c8b19', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH249/NSREC99.pdf', 'admin', '2024-11-05 12:27:20', null, null); INSERT INTO `oss_file` VALUES ('a1ba6ecdfba0fb92c8e409d519aa8d74', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX7545A/nsrec06_W2.pdf', 'admin', '2024-11-05 12:23:51', null, null); INSERT INTO `oss_file` VALUES ('a1c7bc895dd80bd4aa57ab5fd75b9fc2', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/P2824/nsrec01_W15.pdf', 'admin', '2024-11-05 12:33:17', null, null); INSERT INTO `oss_file` VALUES ('a1cc2250006f9ac00a44f20ca3ad5cce', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD822/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 10:59:37', null, null); INSERT INTO `oss_file` VALUES ('a1cdc73498fbce7a272915a39e1de960', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BAS20LT1G/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:09:39', null, null); INSERT INTO `oss_file` VALUES ('a1d08c8632191c2b2e26b9229cef861a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HFD3801/data.csv', 'admin', '2024-11-05 11:28:07', null, null); INSERT INTO `oss_file` VALUES ('a1d43f9baed504b268737b361a9a99cb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/NOPB/data.csv', 'admin', '2024-10-24 12:12:22', null, null); INSERT INTO `oss_file` VALUES ('a1d8e38632d8213f147a5157a79c138e', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ISL74422ARH/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 11:36:42', null, null); INSERT INTO `oss_file` VALUES ('a1d905eaec939d6eb420da4865ed9336', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/883B/data.csv', 'admin', '2024-11-05 10:51:43', null, null); INSERT INTO `oss_file` VALUES ('a1e2846c8c3c072b31d23921de776739', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TTC-155M2/nsrec00_W21.pdf', 'admin', '2024-11-05 13:06:46', null, null); INSERT INTO `oss_file` VALUES ('a1e701747297a23793cec3326e985063', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS40M60C/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:57:20', null, null); INSERT INTO `oss_file` VALUES ('a1eec3c403fab5d575d7977680e42c81', 'T121804_SDRAM_TestChip.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SDRAM Test Chip/T121804_SDRAM_TestChip.pdf', 'admin', '2024-11-05 12:48:36', null, null); INSERT INTO `oss_file` VALUES ('a2003f4fcefd49cbc0abbd73ea758ebf', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX RAM187/nsrec06_W2.pdf', 'admin', '2024-11-05 11:25:00', null, null); INSERT INTO `oss_file` VALUES ('a217e5b93fc86a4df037e587c296c28a', 'T082112_RAD7264.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAD7264/T082112_RAD7264.pdf', 'admin', '2024-11-05 12:36:53', null, null); INSERT INTO `oss_file` VALUES ('a220959fe2be5ff06ec85f6d6c00d2b9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC139DMQB/data.csv', 'admin', '2024-11-05 14:26:26', null, null); INSERT INTO `oss_file` VALUES ('a2219068c9b9877917b0bfa8e4cae171', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC169DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:37', null, null); INSERT INTO `oss_file` VALUES ('a223fc98bdf6c34f66bf800551cddf39', 'PPM-93-065.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM628128LP-10/PPM-93-065.pdf', 'admin', '2024-11-05 11:29:28', null, null); INSERT INTO `oss_file` VALUES ('a253db3c4d52ab8a779bb0042bddbd9f', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A14100A/Random97a.pdf', 'admin', '2024-11-05 10:46:53', null, null); INSERT INTO `oss_file` VALUES ('a25ab50a16bf770b6e8cb8916cc69735', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7204 2kx9 FIFO/data.csv', 'admin', '2024-11-05 10:43:12', null, null); INSERT INTO `oss_file` VALUES ('a268ae7cb2af9ed6d8e12a5864774102', 'PPM-91-439.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82C59A-5/PPM-91-439.pdf', 'admin', '2024-11-05 10:45:32', null, null); INSERT INTO `oss_file` VALUES ('a278def4097e46101971afb6355032ae', '280.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BFY650B/280.pdf', 'admin', '2024-10-24 12:09:50', null, null); INSERT INTO `oss_file` VALUES ('a27bb13dd8f12ae0a4884b7fb7b8b7f3', 'PPM-99-030.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM48C8000AS/PPM-99-030.pdf', 'admin', '2024-11-05 11:42:20', null, null); INSERT INTO `oss_file` VALUES ('a29206fce6496242edb0cb5275a6e56a', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SAT8605R/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 12:46:53', null, null); INSERT INTO `oss_file` VALUES ('a2a97cd921a76831726ce157a9964b95', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/SY10x7A ASIC/data.csv', 'admin', '2024-10-24 12:19:50', null, null); INSERT INTO `oss_file` VALUES ('a2abc94022c36db00a2fa03c160c1733', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4583/nsrec01_W15.pdf', 'admin', '2024-11-05 11:59:43', null, null); INSERT INTO `oss_file` VALUES ('a2b2e271d37acc3f68f047a89ad05438', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BAS16,215/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:09:35', null, null); INSERT INTO `oss_file` VALUES ('a2b42c0de3918679f9d8f7d88a46b963', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N4858/nsrec00_W21.pdf', 'admin', '2024-11-05 10:28:51', null, null); INSERT INTO `oss_file` VALUES ('a2b542fba77fa5b6adbf17fa95abc96c', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N4117A-1/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:05', null, null); INSERT INTO `oss_file` VALUES ('a2bc6b6ca611e2eb059a1673bee12631', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMP1307-004LF/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:52:15', null, null); INSERT INTO `oss_file` VALUES ('a2c2218557ff3a692841f6be4e66caa0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PE97201/data.csv', 'admin', '2024-11-05 12:34:47', null, null); INSERT INTO `oss_file` VALUES ('a2cd73e4df99abee0e9b4349a9a15c59', 'G07FEB_AD5334_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD5334/G07FEB_AD5334_TID.pdf', 'admin', '2024-11-05 10:51:33', null, null); INSERT INTO `oss_file` VALUES ('a2d30a1bc5b650de37050dc254375923', '12-085_NRL20121218_LMP2012_laser.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMP2012/12-085_NRL20121218_LMP2012_laser.pdf', 'admin', '2024-11-05 11:50:40', null, null); INSERT INTO `oss_file` VALUES ('a2d76df35c9f6bdfa9f8decd4ab7b8c4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/ST1S40/data.csv', 'admin', '2024-10-24 12:21:57', null, null); INSERT INTO `oss_file` VALUES ('a2e92bd6f638201992fc0426c1cd43f4', 'b092296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AM7969/b092296.pdf', 'admin', '2024-11-05 11:05:58', null, null); INSERT INTO `oss_file` VALUES ('a304657dc9f53f67ff45754a45834158', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT5C1008CW-25/Random97a.pdf', 'admin', '2024-11-05 12:22:37', null, null); INSERT INTO `oss_file` VALUES ('a3067f4b03351f7f8663c015c6c79b18', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/850 nm PM/data.csv', 'admin', '2024-11-05 10:45:36', null, null); INSERT INTO `oss_file` VALUES ('a30ea888608acbcf3127950aac551982', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XC6SLX16/data.csv', 'admin', '2024-11-05 13:13:05', null, null); INSERT INTO `oss_file` VALUES ('a329f52cb2d6c0031a690e13da1204c5', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/43G9240/random6a.pdf', 'admin', '2024-11-05 10:31:55', null, null); INSERT INTO `oss_file` VALUES ('a32b7c4366abc7764829d24a06d62b5f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7545/data.csv', 'admin', '2024-11-05 10:56:54', null, null); INSERT INTO `oss_file` VALUES ('a339980e8b0064aea0c35aa402dc611c', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL431/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 14:56:57', null, null); INSERT INTO `oss_file` VALUES ('a33a72f3f797b6a9960db38906ca7b2b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SN64BCT126A/data.csv', 'admin', '2024-11-05 12:53:20', null, null); INSERT INTO `oss_file` VALUES ('a33ce3794c6e36a71178dae1c52e9a35', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N7270/data.csv', 'admin', '2024-11-05 10:30:51', null, null); INSERT INTO `oss_file` VALUES ('a346fadcd5bc87fc5db1161d97ca905f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:26', null, null); INSERT INTO `oss_file` VALUES ('a35e345055d6cc1757c2a09c6b840b03', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Stratix EP1S25/nsrec05_W5.pdf', 'admin', '2024-11-05 13:01:31', null, null); INSERT INTO `oss_file` VALUES ('a36cbef5e2e4ae6e4e30e44bd8085067', 'PPM-94-035.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TC4420/PPM-94-035.pdf', 'admin', '2024-11-05 13:02:15', null, null); INSERT INTO `oss_file` VALUES ('a36d780eb89d40053099c16bab56bee3', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL750M05CKTRR/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 13:04:00', null, null); INSERT INTO `oss_file` VALUES ('a36ded649fdd83f894456a1036718b58', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC10EL31/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 12:08:13', null, null); INSERT INTO `oss_file` VALUES ('a36e9bf5533bf36ed80ccc946e7b2df5', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OV5633/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 12:33:02', null, null); INSERT INTO `oss_file` VALUES ('a3862460f9823f179043596316a66c71', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CCD486/data.csv', 'admin', '2024-11-05 11:13:02', null, null); INSERT INTO `oss_file` VALUES ('a38f7de8749944187ac77e8c67f396ed', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/1300 nm PM/data.csv', 'admin', '2024-11-05 10:20:51', null, null); INSERT INTO `oss_file` VALUES ('a3be0b61e68edf7e7506414beddd5bbf', 'Berg_ETW2011.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX4000D/Berg_ETW2011.pdf', 'admin', '2024-11-05 12:45:06', null, null); INSERT INTO `oss_file` VALUES ('a3c119f95d7ea3aab9fca3ddd05f3bfb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BDS16/data.csv', 'admin', '2024-10-24 12:02:56', null, null); INSERT INTO `oss_file` VALUES ('a3c587d3506b56a04f6f93d07881a9cb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4424/data.csv', 'admin', '2024-11-05 12:12:13', null, null); INSERT INTO `oss_file` VALUES ('a3cedca12a72c0c2030adf987ac8c5f0', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS40M60C/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:57:20', null, null); INSERT INTO `oss_file` VALUES ('a3d25cefc9e41569bcc43ed301aa887c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/P2824/data.csv', 'admin', '2024-11-05 12:33:16', null, null); INSERT INTO `oss_file` VALUES ('a3e365c04a15f95b53cd59c80ed97008', 'G03Jun_TC55257_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TC55257/G03Jun_TC55257_TID.pdf', 'admin', '2024-11-05 13:02:32', null, null); INSERT INTO `oss_file` VALUES ('a3e64421c0b6ce3b9fd55907e8a26e81', 'T091603_CRAM.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CRAM test chip/T091603_CRAM.pdf', 'admin', '2024-11-05 11:16:26', null, null); INSERT INTO `oss_file` VALUES ('a3f1e615e23d2548f38a09962cf36984', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown 45nm Processor/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 13:10:31', null, null); INSERT INTO `oss_file` VALUES ('a4035cf913ad253eb276613a9df8f116', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08ABADAWP-IT:D/data.csv', 'admin', '2024-11-05 12:21:26', null, null); INSERT INTO `oss_file` VALUES ('a41ef4615d54616d3e1ff901486a13aa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1877/data.csv', 'admin', '2024-11-05 11:54:50', null, null); INSERT INTO `oss_file` VALUES ('a44e6446689d0aa417b5ab8b622540b3', 'T111806_RHFL4913.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913/T111806_RHFL4913.pdf', 'admin', '2024-11-05 12:41:06', null, null); INSERT INTO `oss_file` VALUES ('a45ffab49f2f655ca57583a0c71c83f2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HHFB16HY20CC/data.csv', 'admin', '2024-11-05 11:28:31', null, null); INSERT INTO `oss_file` VALUES ('a472438442eb1ff92a4a383096338071', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/EDI88130L45PC/data.csv', 'admin', '2024-11-05 11:21:41', null, null); INSERT INTO `oss_file` VALUES ('a487d1377ee53d35090239e27011adc5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAD/data.csv', 'admin', '2024-11-05 12:55:26', null, null); INSERT INTO `oss_file` VALUES ('a492881ed685d9c1619c3fc412473f6b', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C256ERPDB/random6a.pdf', 'admin', '2024-11-05 10:24:17', null, null); INSERT INTO `oss_file` VALUES ('a497da9bcbf9df1eb36e9650fbac22d3', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TC55257/nsrec04_SEE.pdf', 'admin', '2024-11-05 13:02:33', null, null); INSERT INTO `oss_file` VALUES ('a499e7419278314a0ba5061f15a5e69f', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MEMPEK1W016GAXT/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:09:45', null, null); INSERT INTO `oss_file` VALUES ('a4a4d6c7c43f3a74d44838b5feb4876d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH-OBC-1/data.csv', 'admin', '2024-11-05 12:38:21', null, null); INSERT INTO `oss_file` VALUES ('a4a7f8bf0e9fb4ea88f85ffafe7ccbb2', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/U401-2/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:04', null, null); INSERT INTO `oss_file` VALUES ('a4a95f8eb234b5e366f93c9b6ac7c054', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM120H/ieee95a.pdf', 'admin', '2024-11-05 11:45:05', null, null); INSERT INTO `oss_file` VALUES ('a4b985d4fc8a33005d4a08ea80d5997a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL431/PPM-99-045.pdf', 'admin', '2024-11-05 14:56:56', null, null); INSERT INTO `oss_file` VALUES ('a4d1bc66f37e51dd5ea0302daf9f739a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT244LMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:31', null, null); INSERT INTO `oss_file` VALUES ('a4e776b7263ffc64c0dbc886b160a3ae', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GARC3/nsrec04_SEE.pdf', 'admin', '2024-11-05 13:01:59', null, null); INSERT INTO `oss_file` VALUES ('a5107497c3a0301af4a04ca3a914bc68', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MMBD914LT1G/data.csv', 'admin', '2024-11-05 12:12:39', null, null); INSERT INTO `oss_file` VALUES ('a51b2bac9428b1ae0bdf710b204676f1', 'NRL110608_RH1086.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1086/NRL110608_RH1086.pdf', 'admin', '2024-11-05 12:40:06', null, null); INSERT INTO `oss_file` VALUES ('a538d3d290683e8eaf743e3ca17f4512', '290.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM4041/290.pdf', 'admin', '2024-10-24 12:11:05', null, null); INSERT INTO `oss_file` VALUES ('a538e87871ad5b63bfe718988518e76a', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2060/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:03:40', null, null); INSERT INTO `oss_file` VALUES ('a5445bb4c7547785bb53e0f2cc6de0db', 'T121805_RHFL4913.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913/T121805_RHFL4913.pdf', 'admin', '2024-11-05 12:41:05', null, null); INSERT INTO `oss_file` VALUES ('a562495e0f331d3c9c34830d5209c2d5', 'PPM-93-062.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MQ80386-20/PPM-93-062.pdf', 'admin', '2024-11-05 12:13:39', null, null); INSERT INTO `oss_file` VALUES ('a56ab968d2263bc320b6bd5c9201e0d3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RP210010/data.csv', 'admin', '2024-11-05 12:42:29', null, null); INSERT INTO `oss_file` VALUES ('a58002a6dbdccf353b3cf132f0c44b53', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4424/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:51', null, null); INSERT INTO `oss_file` VALUES ('a58b27db281a3c9438b1c2ef2c1c7a0f', 'T052207_Hynix_Micron_Samsung.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/T052207_Hynix_Micron_Samsung.pdf', 'admin', '2024-11-05 12:21:09', null, null); INSERT INTO `oss_file` VALUES ('a58b8c8172706298ba0f1fef736c92aa', 'NRL012910_RAM3.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAM-3+/NRL012910_RAM3.pdf', 'admin', '2024-11-05 12:37:04', null, null); INSERT INTO `oss_file` VALUES ('a5a1fca7587e900a2baebb1144302dfa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5C1008CW-25/data.csv', 'admin', '2024-11-05 10:39:25', null, null); INSERT INTO `oss_file` VALUES ('a5a68bec50e3812c636f2d5582b2b40d', 'PPM-91-438.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ES/PPM-91-438.pdf', 'admin', '2024-11-05 12:22:41', null, null); INSERT INTO `oss_file` VALUES ('a5aa8ff0e9fa57e574676dd2e994681b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4503/data.csv', 'admin', '2024-11-05 11:59:35', null, null); INSERT INTO `oss_file` VALUES ('a5ae70dbab7f4ada34899898a1190071', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OW628128CD/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:21', null, null); INSERT INTO `oss_file` VALUES ('a5af727ff59b91d3a97d28b9088b0ac6', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RT4G150-CB1657/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 12:43:35', null, null); INSERT INTO `oss_file` VALUES ('a5b487a2c5c82fe6890a60502f8756d6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1657/data.csv', 'admin', '2024-11-05 11:54:36', null, null); INSERT INTO `oss_file` VALUES ('a5bdf446be5069354e78c3a264e344de', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HA2-5142/data.csv', 'admin', '2024-11-05 11:26:09', null, null); INSERT INTO `oss_file` VALUES ('a5bf404bc6e9fad6274656bfa60a448a', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ISC 9803/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:36:23', null, null); INSERT INTO `oss_file` VALUES ('a5cf9b4d7ea3f29afda5390056e4438c', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD565/ieee95a.pdf', 'admin', '2024-11-05 10:52:32', null, null); INSERT INTO `oss_file` VALUES ('a5cfd479f96d221a4fc01f2347d64503', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD9257/data.csv', 'admin', '2024-11-05 11:00:33', null, null); INSERT INTO `oss_file` VALUES ('a5ee17ff515caf04ed3fb4e720af19d3', 'NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/QI-SWIR-VGA15XS/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'admin', '2024-11-05 12:36:18', null, null); INSERT INTO `oss_file` VALUES ('a5fdda9a8074c1cc62514035036ab144', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD648/data.csv', 'admin', '2024-11-05 10:54:56', null, null); INSERT INTO `oss_file` VALUES ('a5fe78ed522c2ed6a5bd3cfdcd61fa60', 'T030210_T110910_SMTR283R3S.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMTR283R3S/T030210_T110910_SMTR283R3S.pdf', 'admin', '2024-11-05 12:52:55', null, null); INSERT INTO `oss_file` VALUES ('a60e60d3a8c29345e1a16f0b8ae65f31', '370.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/NOV8G12/370.pdf', 'admin', '2024-10-24 12:19:11', null, null); INSERT INTO `oss_file` VALUES ('a628a994fc15fbdda1ec3a952707d7e8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD6640/data.csv', 'admin', '2024-11-05 10:55:39', null, null); INSERT INTO `oss_file` VALUES ('a630891250ae7e7522af2c9c71ad4f0e', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139A/ieee95a.pdf', 'admin', '2024-11-05 11:48:06', null, null); INSERT INTO `oss_file` VALUES ('a63b646e11a1061c16160b9d256e6f4a', 'Wilcox-TR-20-016-DS25BR100-2020Dec8-NASA-TM-20210015659.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS25BR100/Wilcox-TR-20-016-DS25BR100-2020Dec8-NASA-TM-20210015659.pdf', 'admin', '2024-11-05 11:20:15', null, null); INSERT INTO `oss_file` VALUES ('a640b7e435b71da170b09977dda070a8', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM20P10/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:37', null, null); INSERT INTO `oss_file` VALUES ('a650cbf26f85c7efcec2a8222fea61f6', 'CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/62087-305/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'admin', '2024-11-05 10:40:30', null, null); INSERT INTO `oss_file` VALUES ('a651a2f95cc1ef88a54730426215c688', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SQJ431EP/data.csv', 'admin', '2024-11-05 12:54:56', null, null); INSERT INTO `oss_file` VALUES ('a665b296f21bffa1773e511e814d9900', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMRT28515T/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:52:21', null, null); INSERT INTO `oss_file` VALUES ('a6826f8936d155f0fa52ad9e09197471', 'b050393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS26C31/b050393.pdf', 'admin', '2024-11-05 11:31:15', null, null); INSERT INTO `oss_file` VALUES ('a690a3b0a058d1891ccb4914498712f5', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF198/nsrec00_W21.pdf', 'admin', '2024-11-05 11:43:05', null, null); INSERT INTO `oss_file` VALUES ('a69d2292f98849ada5e5a5f90d7858bc', 'T111606_RH1013.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1013/T111606_RH1013.pdf', 'admin', '2024-11-05 12:38:36', null, null); INSERT INTO `oss_file` VALUES ('a69d5c54f20b0f4294f56e12d1a7dcb0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/K4B4G0846B-HCH9, H5TQ4G83MFR-H9C, MT41J512M8RH-093:E/data.csv', 'admin', '2024-10-24 11:55:07', null, null); INSERT INTO `oss_file` VALUES ('a69d618d24bbd00dfab64a2e7f2d8b5a', '349.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/DAC5675AHFG - DC1233A/349.pdf', 'admin', '2024-10-24 12:17:06', null, null); INSERT INTO `oss_file` VALUES ('a69fa7b528840ffeb6dc6eaa219d26c6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BAR64-05 E6327/data.csv', 'admin', '2024-11-05 11:09:31', null, null); INSERT INTO `oss_file` VALUES ('a6a75e27e68df15b25d9636ee4febc81', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFBR-53D5/nsrec00_W21.pdf', 'admin', '2024-11-05 11:27:55', null, null); INSERT INTO `oss_file` VALUES ('a6aabb558095f7b48b3d5dc3a8fe6cc7', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117/nsrec06_W2.pdf', 'admin', '2024-11-05 11:44:12', null, null); INSERT INTO `oss_file` VALUES ('a6adfc1b0159e0583789c304fca96616', '96.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LMH6702JF-QMLV/96.pdf', 'admin', '2024-10-24 11:48:42', null, null); INSERT INTO `oss_file` VALUES ('a6b84c1f85f1f7f43bef9c9781c51622', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD845/nsrec00_W21.pdf', 'admin', '2024-11-05 10:59:55', null, null); INSERT INTO `oss_file` VALUES ('a6d013cd6521a861e7ae45d2eaf30c8a', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG409/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 11:19:16', null, null); INSERT INTO `oss_file` VALUES ('a6df3c8d33b80a996a9b2d05b98e5583', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Mongoose V/data.csv', 'admin', '2024-11-05 12:25:15', null, null); INSERT INTO `oss_file` VALUES ('a6edb7a19e650b7041fc2d86e014830a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/140/data.csv', 'admin', '2024-11-05 13:09:55', null, null); INSERT INTO `oss_file` VALUES ('a6edd05ae7b945035c3eb50ab518642f', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL6651/nsrec01_W15.pdf', 'admin', '2024-11-05 11:27:44', null, null); INSERT INTO `oss_file` VALUES ('a705ddbddb7a5130f97e4b7717d5b4bb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/16SCYQ060C/data.csv', 'admin', '2024-11-05 10:21:14', null, null); INSERT INTO `oss_file` VALUES ('a7061d81cf1e4bec11a73cb006674795', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N24/nsrec00_W22.pdf', 'admin', '2024-11-05 10:32:14', null, null); INSERT INTO `oss_file` VALUES ('a7128d06e15520842d785a447e6aa603', 'b050494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT4CM4B1DW/b050494.pdf', 'admin', '2024-11-05 12:22:34', null, null); INSERT INTO `oss_file` VALUES ('a717928ec9eb5c6aeb873642a9421eb4', 'G05JAN_OP200_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP200/G05JAN_OP200_TID.pdf', 'admin', '2024-11-05 12:29:32', null, null); INSERT INTO `oss_file` VALUES ('a74a6a4638a478ed43a4308d40dde8bf', 'VdG09JAN_RM158_na.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RM158/VdG09JAN_RM158_na.pdf', 'admin', '2024-11-05 12:42:04', null, null); INSERT INTO `oss_file` VALUES ('a74af60bc0f12e7a2401407126546512', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AMD29LV256/data.csv', 'admin', '2024-11-05 11:06:02', null, null); INSERT INTO `oss_file` VALUES ('a74ba34ee51011d603a2a079dd414690', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HY27UF084G2M/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 11:33:04', null, null); INSERT INTO `oss_file` VALUES ('a75a46bcffa13f0d2347fa3bc8939431', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM101A/data.csv', 'admin', '2024-11-05 11:43:23', null, null); INSERT INTO `oss_file` VALUES ('a7638248ff221a5376fdda692e8129e9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/Virtex-5/data.csv', 'admin', '2024-10-23 16:36:30', null, null); INSERT INTO `oss_file` VALUES ('a76a15086a8047ef76e2000ba1d672aa', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2080CT/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:04:19', null, null); INSERT INTO `oss_file` VALUES ('a76b9c35c20876ce28c873fb1e77d5c9', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3700UBJV/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:28:13', null, null); INSERT INTO `oss_file` VALUES ('a7748a3ee9872a7b690a4e73a786e49e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SBR1U200P1-7/data.csv', 'admin', '2024-11-05 12:47:46', null, null); INSERT INTO `oss_file` VALUES ('a7753922d3620cb625b3ec4f7974f0a1', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CP20420/nsrec94a.pdf', 'admin', '2024-11-05 11:15:34', null, null); INSERT INTO `oss_file` VALUES ('a7799e07a852d841a8b6919c9d665edf', '209.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BA06/209.pdf', 'admin', '2024-10-24 12:00:55', null, null); INSERT INTO `oss_file` VALUES ('a77a00e3087399ad7767318cc667d7c4', 'I080409_LTC6400.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6400/I080409_LTC6400.pdf', 'admin', '2024-11-05 11:55:47', null, null); INSERT INTO `oss_file` VALUES ('a781a8f380fa7e56701bb8b5e8f2d1d1', 'PPM-92-244.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC273/PPM-92-244.pdf', 'admin', '2024-11-05 10:35:52', null, null); INSERT INTO `oss_file` VALUES ('a78d572eb838795002495ea153c7c002', 'PPM-91-508.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC02DMQB/PPM-91-508.pdf', 'admin', '2024-11-05 10:34:34', null, null); INSERT INTO `oss_file` VALUES ('a791ef6a9a0aae70a2c5e699522f579b', 'D5-04 - TN5.4 - TID BDS16 - NEO-14-086_Report_17-2017_rev1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BDS16/D5-04 - TN5.4 - TID BDS16 - NEO-14-086_Report_17-2017_rev1.pdf', 'admin', '2024-10-24 12:02:56', null, null); INSERT INTO `oss_file` VALUES ('a79933a40a30b5594363fac6b35b3a5f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BAS20LT1G/data.csv', 'admin', '2024-11-05 11:09:39', null, null); INSERT INTO `oss_file` VALUES ('a7af11b33e1cd79adfa36b71b5aeb879', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/WDS500G2B0B-00YS70/data.csv', 'admin', '2024-11-05 13:12:13', null, null); INSERT INTO `oss_file` VALUES ('a7b92731a6bad1e13f9d0f2e553201aa', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC08/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:39', null, null); INSERT INTO `oss_file` VALUES ('a7bb7609d509f4d237a51aebdf6e2d73', 'G06JUL_AD589_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD589/G06JUL_AD589_TID.pdf', 'admin', '2024-11-05 10:53:43', null, null); INSERT INTO `oss_file` VALUES ('a7c4fcaa17206865d41a8e607fbcd3ba', '121891.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/80387/121891.pdf', 'admin', '2024-11-05 10:44:47', null, null); INSERT INTO `oss_file` VALUES ('a7c8a3e2c5d2cc28504303455e74948f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SA28C256ARP/data.csv', 'admin', '2024-11-05 12:46:34', null, null); INSERT INTO `oss_file` VALUES ('a7c911521a64a5e54c4d5684a53536f4', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136AH2.5QMLV/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 11:46:59', null, null); INSERT INTO `oss_file` VALUES ('a7e6d7f65d2b89615f532f01fadb830d', 'PPM-97-057.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD652/PPM-97-057.pdf', 'admin', '2024-11-05 10:55:13', null, null); INSERT INTO `oss_file` VALUES ('a7eb6b121b8357e6d2d9194f03e31bce', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC153/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:39', null, null); INSERT INTO `oss_file` VALUES ('a7eba9973083e2e9e5e3882819b7e278', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HMC4562G8_Engineering PN/data.csv', 'admin', '2024-11-05 11:29:56', null, null); INSERT INTO `oss_file` VALUES ('a7ecb01e40a735f8d46a7112731d5fd8', 'T081102_LTC1149.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1149/T081102_LTC1149.pdf', 'admin', '2024-11-05 11:53:39', null, null); INSERT INTO `oss_file` VALUES ('a810f69d86136552f1c315defece69b7', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CMA-401A/NSREC99.pdf', 'admin', '2024-11-05 11:14:42', null, null); INSERT INTO `oss_file` VALUES ('a8273679dbf280b37959649aadf7e25b', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913KP332/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 12:41:43', null, null); INSERT INTO `oss_file` VALUES ('a82eaaf33497643539135576e391846c', 'b080393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CT2521/b080393.pdf', 'admin', '2024-11-05 11:17:08', null, null); INSERT INTO `oss_file` VALUES ('a83ecc07dc8a222def2d02c5c2bc0824', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:46:24', null, null); INSERT INTO `oss_file` VALUES ('a841bf509b7a23266139cece98573034', 'Ladbury-TR-14-074-ADP3330-2014Oct24-27-NASA-TM-20210014982.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADP3330/Ladbury-TR-14-074-ADP3330-2014Oct24-27-NASA-TM-20210014982.pdf', 'admin', '2024-11-05 11:02:51', null, null); INSERT INTO `oss_file` VALUES ('a8448b453dc48c2e9bc80d9c7c21ad62', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LP3470 Tiny Power on Reset/data.csv', 'admin', '2024-11-05 11:51:31', null, null); INSERT INTO `oss_file` VALUES ('a8534dddaf881e011c346cffd8e78021', '137.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F4G08ABADAWP/137.pdf', 'admin', '2024-10-24 11:52:08', null, null); INSERT INTO `oss_file` VALUES ('a86688c1e8447f38106e9823a3cd00a5', '347.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD976A/347.pdf', 'admin', '2024-10-24 12:16:58', null, null); INSERT INTO `oss_file` VALUES ('a867284a3cb8bd2c3b72f5941653b3fe', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/82HS641A/data.csv', 'admin', '2024-11-05 10:45:34', null, null); INSERT INTO `oss_file` VALUES ('a87359a6506b95dc135d684e36fb4904', 'PPM-91-004.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCS4538KMSR/PPM-91-004.pdf', 'admin', '2024-11-05 11:27:51', null, null); INSERT INTO `oss_file` VALUES ('a87b43c00d60eebf46069b8f3449a211', 'b082399b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4423/b082399b.pdf', 'admin', '2024-11-05 12:12:05', null, null); INSERT INTO `oss_file` VALUES ('a87bb87e112039c7a8bc3f46e2cff5ef', 'NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/62087-305/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'admin', '2024-11-05 10:40:29', null, null); INSERT INTO `oss_file` VALUES ('a87e302876af13b03e61806a95128f89', 'd050595.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/011640 0PTIC-70/d050595.pdf', 'admin', '2024-10-23 17:20:25', null, null); INSERT INTO `oss_file` VALUES ('a880919260da25b3e338b1d002894ca2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MX7847TQ/data.csv', 'admin', '2024-11-05 12:23:56', null, null); INSERT INTO `oss_file` VALUES ('a88ff872cfd032f2aa1722c22bdb5ac9', 'T080805_Gflx_SRAM.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX SRAM Test Chip/T080805_Gflx_SRAM.pdf', 'admin', '2024-11-05 11:25:11', null, null); INSERT INTO `oss_file` VALUES ('a8ace4c4f099d8875c98a0cd4a640c0d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5HP HBT Transistor/data.csv', 'admin', '2024-11-05 10:39:34', null, null); INSERT INTO `oss_file` VALUES ('a8adad37c513b5df326f035f4a62c7c7', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4T08CTHBBM5/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:21:43', null, null); INSERT INTO `oss_file` VALUES ('a8bbf8e6318439e3071e95a414ab8972', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7847/data.csv', 'admin', '2024-11-05 10:58:07', null, null); INSERT INTO `oss_file` VALUES ('a8c9f250839a8fc642c8ed4b2eae69cf', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD4066/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 11:13:25', null, null); INSERT INTO `oss_file` VALUES ('a8cc62cf668702c78ff849f5cee0c0e3', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/0116400J1B-70/DRAM296.pdf', 'admin', '2024-10-23 17:29:24', null, null); INSERT INTO `oss_file` VALUES ('a8ce6907c59e38bf5b94cd1585d59166', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F512G08AUCBBH8-6IT:B/data.csv', 'admin', '2024-11-05 12:21:59', null, null); INSERT INTO `oss_file` VALUES ('a8daf7d0791857762873a389cc5ecfaf', 'T111603_ADS8323.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADS8323/T111603_ADS8323.pdf', 'admin', '2024-11-05 11:03:25', null, null); INSERT INTO `oss_file` VALUES ('a8f4e3ad1c158a551d3e209c5964d66f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP270/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:41', null, null); INSERT INTO `oss_file` VALUES ('a912139a9129c01d007bbe94be7fbc43', 'SEE_00646_02 protons Micron PC28F00AM29EW.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/PC28F00AM29EW - DC1409/SEE_00646_02 protons Micron PC28F00AM29EW.pdf', 'admin', '2024-10-24 12:13:00', null, null); INSERT INTO `oss_file` VALUES ('a91b6639f5ea9eac81c8ae4c1f10a493', 'b022196b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT22VP10/b022196b.pdf', 'admin', '2024-11-05 13:09:04', null, null); INSERT INTO `oss_file` VALUES ('a9294b668cf9dd49b5faaa6936725b21', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1010/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:12', null, null); INSERT INTO `oss_file` VALUES ('a92ceab4423fa2ce30681e87a7e327ff', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SA28C256ARP/random6a.pdf', 'admin', '2024-11-05 12:46:34', null, null); INSERT INTO `oss_file` VALUES ('a93cc17d7026e3f0f1b40fab7c4b83bf', 'PPM-91-097.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-91-097.pdf', 'admin', '2024-11-05 11:01:15', null, null); INSERT INTO `oss_file` VALUES ('a94164ffe5d247c1cac210bd6c6fec29', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX1847/data.csv', 'admin', '2024-11-05 11:59:09', null, null); INSERT INTO `oss_file` VALUES ('a974318d5722e3c7edc908f4e9cb5acb', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8038/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 10:58:51', null, null); INSERT INTO `oss_file` VALUES ('a974970767a2567b064c24f23977a2c0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NHI1529/data.csv', 'admin', '2024-11-05 12:26:16', null, null); INSERT INTO `oss_file` VALUES ('a9758ea5d343bce99ed25c165e2c7b5e', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400AY/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:29', null, null); INSERT INTO `oss_file` VALUES ('a97a93369482e11bb201ceea8d9b8869', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PIC7527/nsrec00_W21.pdf', 'admin', '2024-11-05 12:35:06', null, null); INSERT INTO `oss_file` VALUES ('a97cb863824175cf1645b3d69b145b4f', 'PPM-98-011.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07/PPM-98-011.pdf', 'admin', '2024-11-05 12:28:41', null, null); INSERT INTO `oss_file` VALUES ('a984e10198245a526efdf6f9a1fba819', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/6N136/data.csv', 'admin', '2024-11-05 10:42:11', null, null); INSERT INTO `oss_file` VALUES ('a985d18655a6f8d859d1f801c329e852', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/QYH580/data.csv', 'admin', '2024-11-05 12:36:33', null, null); INSERT INTO `oss_file` VALUES ('a98f0f59601655f79bd924f4db7d0a68', '323.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD8021/323.pdf', 'admin', '2024-10-24 12:14:35', null, null); INSERT INTO `oss_file` VALUES ('a99fb93e264df2f7bec37de4a2024e1d', '266.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BGO crystals/266.pdf', 'admin', '2024-10-24 12:08:41', null, null); INSERT INTO `oss_file` VALUES ('a9a22a021dbafe563d398fec273bfcb2', 'T041911_USBFX2_USB2512.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EZ-USB FX2/T041911_USBFX2_USB2512.pdf', 'admin', '2024-11-05 11:22:11', null, null); INSERT INTO `oss_file` VALUES ('a9a3ea33dcf41c04f8d7aeca4d6d908e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M54HC08YBF/data.csv', 'admin', '2024-11-05 11:58:11', null, null); INSERT INTO `oss_file` VALUES ('a9ad6c2d8ba2ec7219021d9b29fc07d7', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54S20/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:02', null, null); INSERT INTO `oss_file` VALUES ('a9ce0fc272db8220f019296dfa24fc6a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IS705RH/data.csv', 'admin', '2024-11-05 11:36:16', null, null); INSERT INTO `oss_file` VALUES ('a9ced88443b14339d2e0a125f8cd85fe', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT157DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:35', null, null); INSERT INTO `oss_file` VALUES ('a9d0ba880f0b39bda7a534d1fb2c17f1', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX1951/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:59:15', null, null); INSERT INTO `oss_file` VALUES ('a9e195440850d0a33b9a26e6424efd8c', '2014-561-Berg-Final-Web-Pres-ETW-FPGA-TN16271_v5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/V5QV/2014-561-Berg-Final-Web-Pres-ETW-FPGA-TN16271_v5.pdf', 'admin', '2024-11-05 13:10:43', null, null); INSERT INTO `oss_file` VALUES ('a9e272040e4c10f87298b67e1106df64', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PCM A33/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:34:26', null, null); INSERT INTO `oss_file` VALUES ('a9e2f31939875fcd6ebfd5fe7a1dce8c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LMP2012/data.csv', 'admin', '2024-11-05 11:50:40', null, null); INSERT INTO `oss_file` VALUES ('a9e4994cde61eea30874f683a906f6f0', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136/ieee95a.pdf', 'admin', '2024-11-05 11:46:45', null, null); INSERT INTO `oss_file` VALUES ('aa05d4c7842e3a0ec0398436fbf4f11d', 'PPM-91-390.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/PPM-91-390.pdf', 'admin', '2024-11-05 10:56:15', null, null); INSERT INTO `oss_file` VALUES ('aa0e26dbbe99906188ad47c5b902080d', '2014-561-Berg-Final-Pres-SEEMAPLD-FSM-TN14583_v3.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/2014-561-Berg-Final-Pres-SEEMAPLD-FSM-TN14583_v3.pdf', 'admin', '2024-11-05 10:48:52', null, null); INSERT INTO `oss_file` VALUES ('aa13407ea69ef085ebd30f4104574150', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRC20200CT/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:07:14', null, null); INSERT INTO `oss_file` VALUES ('aa15570a4499382f888a974fa134c35a', 'PPM-92-202.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4469AJB/PPM-92-202.pdf', 'admin', '2024-11-05 12:12:32', null, null); INSERT INTO `oss_file` VALUES ('aa1ae252b610b833744cdba458f01c43', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADC14155/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 11:01:49', null, null); INSERT INTO `oss_file` VALUES ('aa1b6122d6c21e4a26b366a8e3f704f2', 'L061806_TL431.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL431/L061806_TL431.pdf', 'admin', '2024-11-05 13:03:40', null, null); INSERT INTO `oss_file` VALUES ('aa2691fc2950de13d46d5abdadb8d151', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/M28F101/data.csv', 'admin', '2024-10-24 12:17:44', null, null); INSERT INTO `oss_file` VALUES ('aa2a110e038ba7c2a512f958ee66c8fb', 'PPM-91-637.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSC430MJA/PPM-91-637.pdf', 'admin', '2024-11-05 13:06:17', null, null); INSERT INTO `oss_file` VALUES ('aa32569a89274354015ce22f7f05236d', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:48:48', null, null); INSERT INTO `oss_file` VALUES ('aa364dac2fa682b79f4a117ee5f84a63', 'PPM-95-174.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM119/PPM-95-174.pdf', 'admin', '2024-11-05 11:44:59', null, null); INSERT INTO `oss_file` VALUES ('aa40b2315a53e836ee0cf5d0f4b9c3c0', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/70324/ieee95a.pdf', 'admin', '2024-11-05 10:42:36', null, null); INSERT INTO `oss_file` VALUES ('aa4c545b1970022a22100f7eb314e327', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Virtex-5 CN XQDaisy/data.csv', 'admin', '2024-11-05 13:11:45', null, null); INSERT INTO `oss_file` VALUES ('aa6ee72e9b6e868e803d52c2fdccd207', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2857/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:26:33', null, null); INSERT INTO `oss_file` VALUES ('aa758f209a2cd9f470a0a4a1b945fdf7', 'NSREC02_W8.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PCIDMA/NSREC02_W8.pdf', 'admin', '2024-11-05 12:34:19', null, null); INSERT INTO `oss_file` VALUES ('aa7cad20df7a2882b7e88fb79ab38c01', 'PPM-91-655.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DPAD1-3/PPM-91-655.pdf', 'admin', '2024-11-05 11:19:34', null, null); INSERT INTO `oss_file` VALUES ('aa952da120c1ebf4871adb31fd4f33b1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CA3080A/data.csv', 'admin', '2024-11-05 11:12:52', null, null); INSERT INTO `oss_file` VALUES ('aab76e98237819b47f5a13e247b5eaf8', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS5212/ieee95a.pdf', 'admin', '2024-11-05 11:31:31', null, null); INSERT INTO `oss_file` VALUES ('aab7cf2e835e42c43fc862806a1d51bb', 'T100202_OP293.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP293/T100202_OP293.pdf', 'admin', '2024-11-05 12:30:12', null, null); INSERT INTO `oss_file` VALUES ('aab8830a8a54a346fa9ff97a1217fc0c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/220P/data.csv', 'admin', '2024-11-05 12:33:07', null, null); INSERT INTO `oss_file` VALUES ('aacc2a10b9b52fd1ac896c69af983834', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CMF20120D/data.csv', 'admin', '2024-11-05 11:14:58', null, null); INSERT INTO `oss_file` VALUES ('aace233d2aeca2f67002cffeb4292c8d', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5AM HBT test sample/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 10:39:12', null, null); INSERT INTO `oss_file` VALUES ('aaee240c39a0804d33c80a3298f12b82', 'PPM-91-392.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108A/PPM-91-392.pdf', 'admin', '2024-11-05 11:43:45', null, null); INSERT INTO `oss_file` VALUES ('aaf50ccfaecf9c990bfe832b0b68aeb3', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SE5521F/b072994.pdf', 'admin', '2024-11-05 12:48:44', null, null); INSERT INTO `oss_file` VALUES ('aafcb7b6a198591be216a9d4c27e8243', 'T031302_AD5334.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD5334/T031302_AD5334.pdf', 'admin', '2024-11-05 10:51:34', null, null); INSERT INTO `oss_file` VALUES ('ab06df2511fcef1d1f673ba98b80c29c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OLH7000-0010/data.csv', 'admin', '2024-10-24 11:51:45', null, null); INSERT INTO `oss_file` VALUES ('ab17dbd462d48346f4fc0157f3b52294', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OMH3075B/data.csv', 'admin', '2024-11-05 12:28:10', null, null); INSERT INTO `oss_file` VALUES ('ab182c21dec212a7abd7170250753a5b', '121590.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFD3801/121590.pdf', 'admin', '2024-11-05 11:28:08', null, null); INSERT INTO `oss_file` VALUES ('ab1e6d45a57c00a0ea30ce326e72a402', 'T101111_DRS4485.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DRS4485/T101111_DRS4485.pdf', 'admin', '2024-11-05 11:19:50', null, null); INSERT INTO `oss_file` VALUES ('ab32bc757cc7bca6a7fdc8da4f5dabd2', 'PPM-95-162.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SE5521/PPM-95-162.pdf', 'admin', '2024-11-05 12:48:39', null, null); INSERT INTO `oss_file` VALUES ('ab3f45b0663d7180a994ac1d2a8a2604', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5406/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:30', null, null); INSERT INTO `oss_file` VALUES ('ab424b5abf5a7f257b780e36e6e17c9f', 'B111600b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7564/B111600b.pdf', 'admin', '2024-11-05 10:57:00', null, null); INSERT INTO `oss_file` VALUES ('ab638517e362bd9d409520a3c2555dd2', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMP2012/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 11:50:40', null, null); INSERT INTO `oss_file` VALUES ('ab79e006872831734d94780a40e5fed2', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD589/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 10:53:43', null, null); INSERT INTO `oss_file` VALUES ('ab7b0985687933c5dc9a05dd0d0418de', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/8116400-60PJ/data.csv', 'admin', '2024-11-05 10:45:07', null, null); INSERT INTO `oss_file` VALUES ('ab7ba96958f5ed65fb1c592a92052bab', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CO-718S/NSREC03_W10.pdf', 'admin', '2024-11-05 11:15:28', null, null); INSERT INTO `oss_file` VALUES ('ab95934e5aedef80fea0bdc1c3dab990', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HB1250/data.csv', 'admin', '2024-11-05 11:26:19', null, null); INSERT INTO `oss_file` VALUES ('ab9725e786beaa9f02d34d691618d8ed', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA07M/nsrec00_W21.pdf', 'admin', '2024-11-05 12:33:35', null, null); INSERT INTO `oss_file` VALUES ('ab9847f0f6645fc3bd9918ea5d29cb5c', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08/PPM-99-045.pdf', 'admin', '2024-10-23 17:39:20', null, null); INSERT INTO `oss_file` VALUES ('aba1807f24353534892e8eb1212f5f58', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC193/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:30', null, null); INSERT INTO `oss_file` VALUES ('abbdb338421fdd323008852d4d6652a3', 'VdG08AUG_APT50M38JLL.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/APT50M38PLL/VdG08AUG_APT50M38JLL.pdf', 'admin', '2024-11-05 11:06:46', null, null); INSERT INTO `oss_file` VALUES ('abcc0ad25983456b5e24e0fd1a2541c6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84-C68,215/data.csv', 'admin', '2024-11-05 11:11:46', null, null); INSERT INTO `oss_file` VALUES ('abd7ea74f8902b93411d4e9f652c016e', '102890.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DQ28C256/102890.pdf', 'admin', '2024-11-05 11:19:40', null, null); INSERT INTO `oss_file` VALUES ('abe191445da84e7b6ffae4961c8c7d71', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7541ATQ/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:55', null, null); INSERT INTO `oss_file` VALUES ('ac0257b237df14202f6fa45c7bfb607f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC153LMQB/data.csv', 'admin', '2024-11-05 10:35:05', null, null); INSERT INTO `oss_file` VALUES ('ac051a4a8f312056a1d62e87755c05ad', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SE5521F/data.csv', 'admin', '2024-11-05 12:48:44', null, null); INSERT INTO `oss_file` VALUES ('ac076997fbd3b475385b789afbb69349', 'PPM-93-102.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/01-18M/PPM-93-102.pdf', 'admin', '2024-11-05 11:25:15', null, null); INSERT INTO `oss_file` VALUES ('ac08a2fc0fd690dbc20cfc22178f4a23', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/data.csv', 'admin', '2024-11-05 11:46:20', null, null); INSERT INTO `oss_file` VALUES ('ac2792c0d99d7ae4ed2203ba7f1790e9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N2219AL/data.csv', 'admin', '2024-11-05 11:39:01', null, null); INSERT INTO `oss_file` VALUES ('ac2c51b9d1154d62881231c83ba04611', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMP11/b072994.pdf', 'admin', '2024-11-05 12:52:12', null, null); INSERT INTO `oss_file` VALUES ('ac2d7d64df8397b8eb0e265f0f68a8f5', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH400/nsrec00_W22.pdf', 'admin', '2024-11-05 14:34:06', null, null); INSERT INTO `oss_file` VALUES ('ac2d8d4bca32f3c23fa6782ea3c13efa', '158.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IS9-2100ARH/158.pdf', 'admin', '2024-10-24 11:54:13', null, null); INSERT INTO `oss_file` VALUES ('ac4053ecfa2471660efe535c01084208', 'b051397a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MG80486DX2-66/b051397a.pdf', 'admin', '2024-11-05 12:10:53', null, null); INSERT INTO `oss_file` VALUES ('ac48bc88e7e28a8b9b4c6e7e40174ecf', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OPA128/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 12:32:41', null, null); INSERT INTO `oss_file` VALUES ('ac720bd58f6cbe60d8f6925a882fe6d1', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TC5117400FT-70/DRAM296.pdf', 'admin', '2024-11-05 13:02:21', null, null); INSERT INTO `oss_file` VALUES ('ac815c2ce2b6b9c3af8ebb13ac2b74d2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/data.csv', 'admin', '2024-11-05 12:21:10', null, null); INSERT INTO `oss_file` VALUES ('ac86f9ba7d9e336146c594b1d788eece', '268.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IS49/268.pdf', 'admin', '2024-10-24 12:08:51', null, null); INSERT INTO `oss_file` VALUES ('ac886b9a548ce75531bd69dd4475a015', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OPA2107SM/data.csv', 'admin', '2024-11-05 12:32:43', null, null); INSERT INTO `oss_file` VALUES ('ac8a4f86d818848bb85cec6fd8d3ade2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IMP50E10/data.csv', 'admin', '2024-11-05 11:34:35', null, null); INSERT INTO `oss_file` VALUES ('ac9cb513b915d300b423484928375c7e', 'CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS25BR100/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'admin', '2024-11-05 11:20:17', null, null); INSERT INTO `oss_file` VALUES ('acc322caa8566beb235fbf0c9210a7ba', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Bus Control ASIC/data.csv', 'admin', '2024-11-05 11:12:18', null, null); INSERT INTO `oss_file` VALUES ('accb8d6a3ea57f9353751f5bd2ecad8d', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM628128/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:29:18', null, null); INSERT INTO `oss_file` VALUES ('acd5b19072288503513f504c4f5e1321', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FUGA15/data.csv', 'admin', '2024-11-05 11:23:25', null, null); INSERT INTO `oss_file` VALUES ('acd634b3bf0ae09e0f40889a301d6967', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL750M05CKTRR/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 13:04:01', null, null); INSERT INTO `oss_file` VALUES ('ace4494e8e07e4c8d5dccb2f173ba8d8', 'PPM-92-159.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-92-159.pdf', 'admin', '2024-11-05 10:56:34', null, null); INSERT INTO `oss_file` VALUES ('ace4afa4e748006b0e1cead4fcdd95d6', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL7705B/nsrec00_W21.pdf', 'admin', '2024-11-05 13:04:10', null, null); INSERT INTO `oss_file` VALUES ('ace7a9d9934beb75498f7a233a582b4a', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1580 IR/nsrec00_W21.pdf', 'admin', '2024-11-05 11:53:22', null, null); INSERT INTO `oss_file` VALUES ('acf70316af84263464aa5f83df2c76c4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Myrinet/data.csv', 'admin', '2024-11-05 12:25:19', null, null); INSERT INTO `oss_file` VALUES ('ad0486017c9c0730f344691244fa666c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TTC-155M2/data.csv', 'admin', '2024-11-05 13:06:46', null, null); INSERT INTO `oss_file` VALUES ('ad0a718a1bb965e51c7c8aeb23af71cd', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MN5295/nsrec00_W21.pdf', 'admin', '2024-11-05 12:13:00', null, null); INSERT INTO `oss_file` VALUES ('ad0d0cfa3f002ba93759a696ff2088eb', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HI-201/PPM-99-045.pdf', 'admin', '2024-11-05 14:32:22', null, null); INSERT INTO `oss_file` VALUES ('ad1124b43b002f6609568bbc037cdc13', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1272/NSREC02_W16.pdf', 'admin', '2024-11-05 11:53:55', null, null); INSERT INTO `oss_file` VALUES ('ad12abf5b72f925309fa82bafdc7c7d5', 'PPM-97-039.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N6796/PPM-97-039.pdf', 'admin', '2024-11-05 10:30:30', null, null); INSERT INTO `oss_file` VALUES ('ad136c368864a45e7f99fa12f06798dd', 'no_tid_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/29AMDF016/no_tid_report.pdf', 'admin', '2024-11-05 10:24:20', null, null); INSERT INTO `oss_file` VALUES ('ad18df9c91cb358371c7bdc054b3fc18', 'B080100c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CH/B080100c.pdf', 'admin', '2024-11-05 11:04:45', null, null); INSERT INTO `oss_file` VALUES ('ad331456a10a4e7ef15a6e0c0bf23123', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/i3-5005U Broadwell 5th Gen Core™/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 13:16:14', null, null); INSERT INTO `oss_file` VALUES ('ad5c77587c427f7d1cf3f07094cd356c', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA02/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 12:33:31', null, null); INSERT INTO `oss_file` VALUES ('ad63220f4b68995f2bddb841807983a9', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66123/NSREC98.pdf', 'admin', '2024-11-05 10:41:19', null, null); INSERT INTO `oss_file` VALUES ('ad6b3c1b7d385c6e11cf55b36868d482', 'T101401_MDI05.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES05ZF/T101401_MDI05.pdf', 'admin', '2024-11-05 12:09:18', null, null); INSERT INTO `oss_file` VALUES ('ad73d365a6ae58d8fc37efc8f8af892b', 'PPM-95-101.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7204 2kx9 FIFO/PPM-95-101.pdf', 'admin', '2024-11-05 10:43:12', null, null); INSERT INTO `oss_file` VALUES ('ad7669a88c94c9ba65ef3f2ae9341828', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5820/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:18:38', null, null); INSERT INTO `oss_file` VALUES ('ad7a83c2b3f6735e6533fc677ad37359', '2018-Campola-TR-19-018-BSS123_19-019-Si1013-2018Aug28-TM-20210010524.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BSS123/2018-Campola-TR-19-018-BSS123_19-019-Si1013-2018Aug28-TM-20210010524.pdf', 'admin', '2024-11-05 11:10:55', null, null); INSERT INTO `oss_file` VALUES ('adafa8ae72bac51de73fd2aa1a4a406a', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913ESY332/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 12:41:23', null, null); INSERT INTO `oss_file` VALUES ('adafe242ffebf75136282fb41c206f5b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5HP SiGe Prescalar/data.csv', 'admin', '2024-11-05 10:39:46', null, null); INSERT INTO `oss_file` VALUES ('adb36c80f4a91ea6c8e61408e8249741', 'G07JAN_TL431_TID.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL431/G07JAN_TL431_TID.pdf', 'admin', '2024-11-05 14:56:58', null, null); INSERT INTO `oss_file` VALUES ('adb4a7f5d34754de4fa603338988dbe9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC151LMQB/data.csv', 'admin', '2024-11-05 10:34:59', null, null); INSERT INTO `oss_file` VALUES ('adc7d206e756e0ad7790ef6c2d335447', '109.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HI-201/109.pdf', 'admin', '2024-10-24 11:49:37', null, null); INSERT INTO `oss_file` VALUES ('add5ad2a9cc61c4d9bc6895135a9a00c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OP27AJQMLR/data.csv', 'admin', '2024-10-24 12:03:18', null, null); INSERT INTO `oss_file` VALUES ('add80a1d08badaf09788abc74176d133', 'SEESYM02_Howard_Pre.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/SEESYM02_Howard_Pre.pdf', 'admin', '2024-11-05 12:35:53', null, null); INSERT INTO `oss_file` VALUES ('ade77137d8ac57a5ef78532672babef6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HX2300/data.csv', 'admin', '2024-11-05 11:32:41', null, null); INSERT INTO `oss_file` VALUES ('adff109a8560c3a740ce35d887a620e1', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD54HC40103F3A/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:37', null, null); INSERT INTO `oss_file` VALUES ('adff2d38a06c61a746500436e42f0dda', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/S3590-02/data.csv', 'admin', '2024-11-05 12:46:26', null, null); INSERT INTO `oss_file` VALUES ('ae068326e1e016e887fecf4d2d158610', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX1523/data.csv', 'admin', '2024-11-05 11:58:58', null, null); INSERT INTO `oss_file` VALUES ('ae08d611a765f2934c9e541a9cab3512', 'B051397bmod.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CLAy-31/B051397bmod.pdf', 'admin', '2024-11-05 11:14:22', null, null); INSERT INTO `oss_file` VALUES ('ae0ff48d0ab6f201e57be24b532acece', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HM628512/data.csv', 'admin', '2024-11-05 11:29:32', null, null); INSERT INTO `oss_file` VALUES ('ae1784baea4834a174416cc043684f4a', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27/nsrec00_W21.pdf', 'admin', '2024-11-05 12:29:48', null, null); INSERT INTO `oss_file` VALUES ('ae25bdcb42486bc331e901dd7db26ad1', 'b061296a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AT6002-JC/b061296a.pdf', 'admin', '2024-11-05 11:08:01', null, null); INSERT INTO `oss_file` VALUES ('ae30311068fc4c96c98d56a68aa33c4a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD588/data.csv', 'admin', '2024-11-05 10:53:39', null, null); INSERT INTO `oss_file` VALUES ('ae3f0e18055e5d81527f7dd977319ec1', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS26C31/nsrec94a.pdf', 'admin', '2024-11-05 11:31:15', null, null); INSERT INTO `oss_file` VALUES ('ae40a66964e124226d1fc7ec2f392776', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TUD89H1B/data.csv', 'admin', '2024-11-05 13:06:57', null, null); INSERT INTO `oss_file` VALUES ('ae5b639a5052d9d3d71659696f94eff3', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SD5000/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:37', null, null); INSERT INTO `oss_file` VALUES ('ae5b9aea3d4044cb1c5343301250e095', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54HC4066J/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:49', null, null); INSERT INTO `oss_file` VALUES ('ae6774df1bca37d95faa42a134acbb7c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TL431BMFDT,215/data.csv', 'admin', '2024-10-24 12:08:12', null, null); INSERT INTO `oss_file` VALUES ('ae7536b37bbc415013aa2d42efe8a46a', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR3045PT/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:04:55', null, null); INSERT INTO `oss_file` VALUES ('ae7dbbbcc888521fb0440a82b030d189', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HR2340/b110994.pdf', 'admin', '2024-11-05 11:30:40', null, null); INSERT INTO `oss_file` VALUES ('ae86732e0a9bfdf2571c45ab3894480b', 'Ladbury-TR-14-073-AZ88923-2014Oct24-27-NASA-TM-20210014980.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AZ88923/Ladbury-TR-14-073-AZ88923-2014Oct24-27-NASA-TM-20210014980.pdf', 'admin', '2024-11-05 11:09:12', null, null); INSERT INTO `oss_file` VALUES ('ae9bd9501866124d18d6dabdee29aa41', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD652/data.csv', 'admin', '2024-11-05 10:55:12', null, null); INSERT INTO `oss_file` VALUES ('aea1d46685f4827b1feb9a446cae9bd8', '123.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SHAMROC DAC/123.pdf', 'admin', '2024-10-24 11:50:50', null, null); INSERT INTO `oss_file` VALUES ('aea3ca7efcd8eea9241ee7e893206e58', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM117H/data.csv', 'admin', '2024-11-05 11:44:23', null, null); INSERT INTO `oss_file` VALUES ('aea8728d7c0f0d1f98011ad416686d7e', 'PPM-99-024.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM1850STM3/PPM-99-024.pdf', 'admin', '2024-11-05 12:27:55', null, null); INSERT INTO `oss_file` VALUES ('aeac2b2204ce0ab0daabadd35d8a0fbc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/QCPL6637/data.csv', 'admin', '2024-11-05 12:36:13', null, null); INSERT INTO `oss_file` VALUES ('aeac685708effceba452dcb89468a675', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TDO116400AJ3B-70/data.csv', 'admin', '2024-11-05 13:02:45', null, null); INSERT INTO `oss_file` VALUES ('aeb1b820a1513907afd7e126bffef7ed', 'D5-05 - TN5.5 - TID BDS18 - NEO-14-086_Report_18-2017_rev1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BDS18/D5-05 - TN5.5 - TID BDS18 - NEO-14-086_Report_18-2017_rev1.pdf', 'admin', '2024-10-24 12:03:57', null, null); INSERT INTO `oss_file` VALUES ('aec5ce94ff99289a9786e58f9f62f6e2', 'G06AUG_54ACTQ16244_0548_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ16244/G06AUG_54ACTQ16244_0548_TID.pdf', 'admin', '2024-11-05 10:37:25', null, null); INSERT INTO `oss_file` VALUES ('aed2e96ff66e5ca18342ade80ddf9a51', 'T032803_SNJ54ABT16244WD.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54ABT16244WD/T032803_SNJ54ABT16244WD.pdf', 'admin', '2024-11-05 12:53:49', null, null); INSERT INTO `oss_file` VALUES ('aee1dc6fb71926b8985af6bddace1e49', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:25:21', null, null); INSERT INTO `oss_file` VALUES ('aee5ec54fe7a9262adf77d4c541b4a23', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii53253/nsrec01_W15.pdf', 'admin', '2024-11-05 12:24:57', null, null); INSERT INTO `oss_file` VALUES ('aef46d006a9323f4ab0345ee150d6ac8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SBL1045/data.csv', 'admin', '2024-11-05 12:47:02', null, null); INSERT INTO `oss_file` VALUES ('af08a2825b3ae3aaf6e4c9a1b6288ecc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84-B47,215/data.csv', 'admin', '2024-11-05 11:11:38', null, null); INSERT INTO `oss_file` VALUES ('af1e1044b06a31e198574784e21caa56', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20H200/data.csv', 'admin', '2024-11-05 12:04:35', null, null); INSERT INTO `oss_file` VALUES ('af20c13c84123fb54441325dcd260211', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/P44016JK/data.csv', 'admin', '2024-11-05 12:33:19', null, null); INSERT INTO `oss_file` VALUES ('af21420de0207dffd827a4b353794708', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5275/data.csv', 'admin', '2024-11-05 12:15:30', null, null); INSERT INTO `oss_file` VALUES ('af297482de7bbe935c59a65f8640773d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HA1-5320-8/data.csv', 'admin', '2024-11-05 11:25:58', null, null); INSERT INTO `oss_file` VALUES ('af4187b3de16b546f991cd90ba79b0fd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Test Parts - Shift Register/data.csv', 'admin', '2024-11-05 13:07:12', null, null); INSERT INTO `oss_file` VALUES ('af5499e59babd2785d5476913792ef77', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TL074/data.csv', 'admin', '2024-11-05 13:03:26', null, null); INSERT INTO `oss_file` VALUES ('af583e04a865ff749e77ffc3e796c6b9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7675/data.csv', 'admin', '2024-11-05 10:57:17', null, null); INSERT INTO `oss_file` VALUES ('af6ed3a368e7c0c164eeca6b156360f0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD574AT/data.csv', 'admin', '2024-11-05 10:52:56', null, null); INSERT INTO `oss_file` VALUES ('af925b6c0d71f35840646e9ed44b45ba', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20100CT/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:02:33', null, null); INSERT INTO `oss_file` VALUES ('af9362792ca13a19028a9d96fe585884', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HX2300/random6a.pdf', 'admin', '2024-11-05 11:32:41', null, null); INSERT INTO `oss_file` VALUES ('af9aa40b981f043623ee78ddc03d0bf3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD9223AR/data.csv', 'admin', '2024-11-05 11:00:13', null, null); INSERT INTO `oss_file` VALUES ('afb00bbe3ac0e954cda2662d3cd21c9d', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF20100/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:07:26', null, null); INSERT INTO `oss_file` VALUES ('afb1b7722bdc62c72c0595d53b1d9015', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD574/nsrec05_W23.pdf', 'admin', '2024-11-05 10:52:53', null, null); INSERT INTO `oss_file` VALUES ('afcb226f76a00e11330369114336d46c', 'B061605_RHBD.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Parts - Shift Register/B061605_RHBD.pdf', 'admin', '2024-11-05 13:07:12', null, null); INSERT INTO `oss_file` VALUES ('afcc0fadc09406534d1d8e5e5f3c0d55', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AT6002-JC/data.csv', 'admin', '2024-11-05 11:08:02', null, null); INSERT INTO `oss_file` VALUES ('afcc6142a713f6bf81b71c1b45db0dcb', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SA50-28/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:46:37', null, null); INSERT INTO `oss_file` VALUES ('afd32168eeda5d21c70a1382ac9c65b9', 'PPM-92-227.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF147/PPM-92-227.pdf', 'admin', '2024-11-05 11:42:57', null, null); INSERT INTO `oss_file` VALUES ('afdc311fff225add2d0642d60b05b84f', 'PPM-92-099.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M54HC373YBF/PPM-92-099.pdf', 'admin', '2024-11-05 11:58:13', null, null); INSERT INTO `oss_file` VALUES ('afdf4d5fa1117944abfd096636a08073', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TC5117400FT-70/ieee95a.pdf', 'admin', '2024-11-05 13:02:22', null, null); INSERT INTO `oss_file` VALUES ('afe0be257e70c7c45acc29b9146977bc', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI506/nsrec00_W21.pdf', 'admin', '2024-11-05 11:28:49', null, null); INSERT INTO `oss_file` VALUES ('afe7dabadcf72fe4db9efebc193e910c', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PE9915X/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:34:56', null, null); INSERT INTO `oss_file` VALUES ('aff133185b2dca77ff0af4e21957935b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HI-509/data.csv', 'admin', '2024-11-05 11:28:37', null, null); INSERT INTO `oss_file` VALUES ('aff3cf1a0e61fad1b96bba6fb313952c', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC240/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:33', null, null); INSERT INTO `oss_file` VALUES ('b003bf3e24b75916702ba702ed7b42f1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STPS20200C/data.csv', 'admin', '2024-11-05 12:56:29', null, null); INSERT INTO `oss_file` VALUES ('b0070b0be8b0315bcbf7a4786da361dd', 'i111796c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AM7969/i111796c.pdf', 'admin', '2024-11-05 11:05:57', null, null); INSERT INTO `oss_file` VALUES ('b00807a451abf5037738fedcabb93125', '292.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LT1634/292.pdf', 'admin', '2024-10-24 12:11:21', null, null); INSERT INTO `oss_file` VALUES ('b00c46534db9dbbad37394d16a219a9c', 'LBNL013113_54LVTH16244.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54LVTH16244/LBNL013113_54LVTH16244.pdf', 'admin', '2024-11-05 10:38:43', null, null); INSERT INTO `oss_file` VALUES ('b02bc2ca83b48528fdc91fce3d15caea', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/GREAT² 3.1/data.csv', 'admin', '2024-10-24 12:20:17', null, null); INSERT INTO `oss_file` VALUES ('b0454bc3c198c36e154fec32bbaec1e5', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS7830/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:50', null, null); INSERT INTO `oss_file` VALUES ('b04ba3a02fa9426e2515501562f6a19e', '218.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/218.pdf', 'admin', '2024-10-24 12:02:07', null, null); INSERT INTO `oss_file` VALUES ('b04be826321bbbd1e59ab578860b6710', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MCM2760-4M/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:08:44', null, null); INSERT INTO `oss_file` VALUES ('b06c9c3b342f6a4bacfad6a3c2957843', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/10YQ045C/data.csv', 'admin', '2024-11-05 10:20:29', null, null); INSERT INTO `oss_file` VALUES ('b06e2c926d32493f04d49678b6480f60', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/02G-P4-6152-KR/data.csv', 'admin', '2024-11-05 10:20:05', null, null); INSERT INTO `oss_file` VALUES ('b06ece817cfaf83509f7f18052c041fb', 'PPM-99-001.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07/PPM-99-001.pdf', 'admin', '2024-11-05 12:28:41', null, null); INSERT INTO `oss_file` VALUES ('b076b4eb944cf5e620f298e2ee672dad', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP470/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:35', null, null); INSERT INTO `oss_file` VALUES ('b07d51625a13706098354cc50c247ada', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TC5117400J-6/b072994.pdf', 'admin', '2024-11-05 13:02:26', null, null); INSERT INTO `oss_file` VALUES ('b08d7b320707ae344fbd7d2a7c4432ee', 'T111307_SMSA2815.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMSA2815/T111307_SMSA2815.pdf', 'admin', '2024-11-05 12:52:35', null, null); INSERT INTO `oss_file` VALUES ('b09b32ddb3d835afc2d4bcfae5c86bda', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC099/nsrec00_W22.pdf', 'admin', '2024-11-05 12:08:10', null, null); INSERT INTO `oss_file` VALUES ('b0a1b1963ca514bc63a8a28b10d27caf', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108A/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:05', null, null); INSERT INTO `oss_file` VALUES ('b0a708ac8c7519e8010d583c1e5a5cab', 'b080393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AT22V10 PAL/b080393.pdf', 'admin', '2024-11-05 11:07:52', null, null); INSERT INTO `oss_file` VALUES ('b0b7c73baebed8cc5d808ae1f017843f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LT1009/PPM-99-045.pdf', 'admin', '2024-11-05 14:56:40', null, null); INSERT INTO `oss_file` VALUES ('b0cba658d643bbe0f11e5b7e1f3041ba', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 10:48:51', null, null); INSERT INTO `oss_file` VALUES ('b0e87527c677e5f8b7bfe240778bbfe5', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EP1525/nsrec06_W4.pdf', 'admin', '2024-11-05 11:22:03', null, null); INSERT INTO `oss_file` VALUES ('b0f8f6ca9c6108d32be8608d116d3f81', 'PPM-93-004.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT534/PPM-93-004.pdf', 'admin', '2024-11-05 10:36:59', null, null); INSERT INTO `oss_file` VALUES ('b1084d9d88fb7fde35cef62de75dcb37', 'PPM-98-013.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/R29773/PPM-98-013.pdf', 'admin', '2024-11-05 12:36:42', null, null); INSERT INTO `oss_file` VALUES ('b12ad440ca9ea0a735bf610ebed6c82c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TPS73601/data.csv', 'admin', '2024-11-05 13:05:13', null, null); INSERT INTO `oss_file` VALUES ('b1302d3c65bd815d245c3a45166371ca', 'G06JAN_OP27A_TID.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OP27A/G06JAN_OP27A_TID.pdf', 'admin', '2024-11-05 14:44:45', null, null); INSERT INTO `oss_file` VALUES ('b13e90ef307fcc3c450afd5d264fb143', 'B030402_22V10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATF22V10/B030402_22V10.pdf', 'admin', '2024-11-05 11:08:16', null, null); INSERT INTO `oss_file` VALUES ('b146dd0dc4b60ad449b5057e8e4566cd', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MN101L/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:12:55', null, null); INSERT INTO `oss_file` VALUES ('b15b91cbc5383e82b8392fc03a167bbb', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AHE2815/ieee95a.pdf', 'admin', '2024-11-05 11:05:30', null, null); INSERT INTO `oss_file` VALUES ('b16bfe12e4197c4264c6127ba96aa7e4', 'PPM-93-107.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54HC165/PPM-93-107.pdf', 'admin', '2024-11-05 10:38:19', null, null); INSERT INTO `oss_file` VALUES ('b17079fae848a7332ade0598d4788b8a', 'VdG08OCT_MT29F4G08AAAWP_LDC0748.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/VdG08OCT_MT29F4G08AAAWP_LDC0748.pdf', 'admin', '2024-11-05 12:21:10', null, null); INSERT INTO `oss_file` VALUES ('b17781a0e87ee90ce73cd4188bbd840a', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX724/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:00:54', null, null); INSERT INTO `oss_file` VALUES ('b17d6a1870db149621d7208ea8113605', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222AJSR/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 10:25:50', null, null); INSERT INTO `oss_file` VALUES ('b19af2d4e9d02360cfdacea6951e79ad', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC86/data.csv', 'admin', '2024-11-05 10:36:37', null, null); INSERT INTO `oss_file` VALUES ('b1b859ba25c8cc03617dc1a028ca17e1', 'I102903_UT54LVDS217.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT54LVDS217/I102903_UT54LVDS217.pdf', 'admin', '2024-11-05 13:09:27', null, null); INSERT INTO `oss_file` VALUES ('b1bb2695d81c524045aba591a3b9423d', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1013MH/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:38:54', null, null); INSERT INTO `oss_file` VALUES ('b1ca3f61a04db78bffa4c563e92b3734', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5058RH/data.csv', 'admin', '2024-11-05 12:15:07', null, null); INSERT INTO `oss_file` VALUES ('b1d5d193aef7ada8f291a833500d1bff', 'PPM-98-012.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/REF-10/PPM-98-012.pdf', 'admin', '2024-11-05 12:38:10', null, null); INSERT INTO `oss_file` VALUES ('b1f40a034abf73d883987894a6dab24b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UCC1806/data.csv', 'admin', '2024-11-05 13:08:51', null, null); INSERT INTO `oss_file` VALUES ('b1f8f510d43b5e7930e20a28a8cf4722', 'T022204_Motorola.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Floating Gate/T022204_Motorola.pdf', 'admin', '2024-11-05 11:24:41', null, null); INSERT INTO `oss_file` VALUES ('b2074ae7adb497bc795eff10c69b61dc', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20200CT/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:03:23', null, null); INSERT INTO `oss_file` VALUES ('b210bd61a0c980e766a266063dfabf4c', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C010TFE/NSREC98.pdf', 'admin', '2024-11-05 10:23:47', null, null); INSERT INTO `oss_file` VALUES ('b21f3034889e429f6b0fe4853265e48c', 'PPM-92-029.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/PPM-92-029.pdf', 'admin', '2024-11-05 10:51:07', null, null); INSERT INTO `oss_file` VALUES ('b22b81d7198e3cc899de4597200bf4e6', 'PPM-94-040.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/F100324/PPM-94-040.pdf', 'admin', '2024-11-05 11:22:24', null, null); INSERT INTO `oss_file` VALUES ('b22ef3ce90d1c68f554c37b537ebd477', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N6453/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:25', null, null); INSERT INTO `oss_file` VALUES ('b232b3b932c0ba3be61673c7c51a4999', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM117K/data.csv', 'admin', '2024-10-23 17:39:24', null, null); INSERT INTO `oss_file` VALUES ('b2481b590d02c7252bd973315fb1fdcd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/STPSC6H12/data.csv', 'admin', '2024-10-24 12:10:04', null, null); INSERT INTO `oss_file` VALUES ('b24ad12ae4767426cc70f84688790bcd', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913KP332/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 12:41:43', null, null); INSERT INTO `oss_file` VALUES ('b25364065b499b8ce5cfe9f8164986b0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2060CT/data.csv', 'admin', '2024-11-05 12:03:58', null, null); INSERT INTO `oss_file` VALUES ('b2583ba784483c64c310da593a3b4d9c', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/REF-02/b072994.pdf', 'admin', '2024-11-05 12:38:08', null, null); INSERT INTO `oss_file` VALUES ('b26534c4eacd48c4e0c698a913ccfd10', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N2222/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 11:37:23', null, null); INSERT INTO `oss_file` VALUES ('b2678315754c38222021fc94d5e5da56', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IMEC 65nm test Transistors/data.csv', 'admin', '2024-11-05 11:34:19', null, null); INSERT INTO `oss_file` VALUES ('b26ca3d74985b0d8426c1b6c49ab34b3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SN54LVT162244A/data.csv', 'admin', '2024-11-05 12:53:06', null, null); INSERT INTO `oss_file` VALUES ('b27da4a1c90d696c16be8fc6042b68f9', 'T032803_SN64BCT126A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN64BCT126A/T032803_SN64BCT126A.pdf', 'admin', '2024-11-05 12:53:21', null, null); INSERT INTO `oss_file` VALUES ('b27f547dff2c1e6e30f26df785dcea0d', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/ieee95a.pdf', 'admin', '2024-11-05 11:46:22', null, null); INSERT INTO `oss_file` VALUES ('b2854f4cc6c3d0dc115e8f0571d0b7e9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N6796/data.csv', 'admin', '2024-11-05 10:30:30', null, null); INSERT INTO `oss_file` VALUES ('b28d1e1195ad06eab2ee69aa0e7564e4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF2045CT/data.csv', 'admin', '2024-11-05 12:08:01', null, null); INSERT INTO `oss_file` VALUES ('b2925c84414c279af4ed6d48b6c4052b', 'NSREC02_W8.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SerDeSer/NSREC02_W8.pdf', 'admin', '2024-11-05 12:58:40', null, null); INSERT INTO `oss_file` VALUES ('b2940d251f86799d370e9f6746530fcc', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021CMW-5/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 12:39:31', null, null); INSERT INTO `oss_file` VALUES ('b29a4be570aee1e69f64c1816062a72e', 'T062806_I072806_KH41G0X38.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KH41G0X38/T062806_I072806_KH41G0X38.pdf', 'admin', '2024-11-05 11:42:03', null, null); INSERT INTO `oss_file` VALUES ('b2a34caf16c224732323156ec85765c9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD8021/data.csv', 'admin', '2024-10-24 12:14:34', null, null); INSERT INTO `oss_file` VALUES ('b2a36ecaf1a41cf9451077382b699306', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP224 LED/nsrec00_W22.pdf', 'admin', '2024-11-05 12:29:36', null, null); INSERT INTO `oss_file` VALUES ('b2a38fac7755b7b44c90f285d0f1b5ae', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DIH126/nsrec00_W22.pdf', 'admin', '2024-11-05 11:19:24', null, null); INSERT INTO `oss_file` VALUES ('b2a80c1c4dd18ad0aa9f2737be5b151d', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ISL70001/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 11:36:37', null, null); INSERT INTO `oss_file` VALUES ('b2c6c6945909a357af5b839b6ad903c4', 'T0802_KM48C8000.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM48C8000/T0802_KM48C8000.pdf', 'admin', '2024-11-05 11:42:15', null, null); INSERT INTO `oss_file` VALUES ('b2d4b997e53d6f51844fbed11837e938', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX962/data.csv', 'admin', '2024-11-05 12:01:26', null, null); INSERT INTO `oss_file` VALUES ('b2d6a86f3c3b261713e6bbccf9b08310', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAMN1R10/data.csv', 'admin', '2024-11-05 12:37:20', null, null); INSERT INTO `oss_file` VALUES ('b2db8141003110d9a9b0fe40f4418acd', 'T052306_RH137.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH137H/T052306_RH137.pdf', 'admin', '2024-11-05 12:40:11', null, null); INSERT INTO `oss_file` VALUES ('b2e1c78f868dbbd09f7ee220f825f5fd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM119/data.csv', 'admin', '2024-11-05 11:44:57', null, null); INSERT INTO `oss_file` VALUES ('b2e225acf6c1c5cb3605ad7fec5888c2', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX4000D/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 12:45:05', null, null); INSERT INTO `oss_file` VALUES ('b2e4ad40f99292843f94d3e068a8b61a', 'G04NOV_54ACTQ16245_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ16245/G04NOV_54ACTQ16245_TID.pdf', 'admin', '2024-11-05 10:37:36', null, null); INSERT INTO `oss_file` VALUES ('b2e4c3ce3657e4da5f971b0a77c6fe7b', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 11:51:14', null, null); INSERT INTO `oss_file` VALUES ('b33b2c69abd1fb35bbc5e297290f0d1b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SE5521/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:05', null, null); INSERT INTO `oss_file` VALUES ('b343413f24efce1c58feb86455d9385c', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRH7250/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:35:06', null, null); INSERT INTO `oss_file` VALUES ('b34edd5ebcd23457d5f89fa761e11e16', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADS5483/data.csv', 'admin', '2024-11-05 11:03:10', null, null); INSERT INTO `oss_file` VALUES ('b35ae2b3c69d3161e6ff2211370c0d94', 'PPM-94-003.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACQT08/PPM-94-003.pdf', 'admin', '2024-11-05 10:36:39', null, null); INSERT INTO `oss_file` VALUES ('b36d5cc5352e8ffbd5da263d0162c41b', '13-043_T20130506_IS2981.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IS2981/13-043_T20130506_IS2981.pdf', 'admin', '2024-11-05 11:35:48', null, null); INSERT INTO `oss_file` VALUES ('b3795d7e87f0f7b4157fa9c11fe23cf0', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX494/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:00:22', null, null); INSERT INTO `oss_file` VALUES ('b37f22c34a84b746eba6ec4b1b70307c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC08/data.csv', 'admin', '2024-11-05 10:34:43', null, null); INSERT INTO `oss_file` VALUES ('b38c2b8629a01b453195ddb594557670', 'NEPP-CP-2016-Campola-Paper-NSREC-COTS-DW-TN35504.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7984/NEPP-CP-2016-Campola-Paper-NSREC-COTS-DW-TN35504.pdf', 'admin', '2024-11-05 10:58:47', null, null); INSERT INTO `oss_file` VALUES ('b38d521707f5d357d3da471d65f90167', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IXDI630CI/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:36:54', null, null); INSERT INTO `oss_file` VALUES ('b391d71d560da8d9ce7b5749afbfcc3f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HVH/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:00', null, null); INSERT INTO `oss_file` VALUES ('b39a8bd46404e385fdf3fd7a96a65a80', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MX536/data.csv', 'admin', '2024-11-05 12:23:39', null, null); INSERT INTO `oss_file` VALUES ('b3abf13316f65a79b2a64c15fddcc562', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LTC2052HV/data.csv', 'admin', '2024-10-24 12:02:23', null, null); INSERT INTO `oss_file` VALUES ('b3b661dc0e34beba82322e535cfb3b5b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HFBR-53D5/data.csv', 'admin', '2024-11-05 11:27:55', null, null); INSERT INTO `oss_file` VALUES ('b3c33f4e2427ac455217c725da437dea', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SDL5601V1/data.csv', 'admin', '2024-11-05 12:48:29', null, null); INSERT INTO `oss_file` VALUES ('b3dc586b8ed0fe82bed510346b9bee39', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM148/data.csv', 'admin', '2024-11-05 11:48:22', null, null); INSERT INTO `oss_file` VALUES ('b3e864825a616fd3cec48d53884ea080', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TPS76701/data.csv', 'admin', '2024-11-05 13:05:24', null, null); INSERT INTO `oss_file` VALUES ('b3f2c3af4c561ba3d5dc50f93975b760', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAMT1R1/data.csv', 'admin', '2024-11-05 12:37:24', null, null); INSERT INTO `oss_file` VALUES ('b3fc729d07700227476b3d564c04abd6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SFT2907A/data.csv', 'admin', '2024-11-05 12:49:36', null, null); INSERT INTO `oss_file` VALUES ('b4153c00183575dce163d7300c753e5d', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF2010DN/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 11:24:20', null, null); INSERT INTO `oss_file` VALUES ('b4269940331e36507deef1c65cfeff6d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RM124/data.csv', 'admin', '2024-11-05 12:42:00', null, null); INSERT INTO `oss_file` VALUES ('b42a0b337344b37a7d2d9815e4598785', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TMS416400/data.csv', 'admin', '2024-11-05 13:04:54', null, null); INSERT INTO `oss_file` VALUES ('b42fb94dbd6a694cc0ba770922991028', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRHLF87Y20/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:35:17', null, null); INSERT INTO `oss_file` VALUES ('b435aa37aea29a2fc3836bd8206cf5c9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F1T08CMHBBJ4/data.csv', 'admin', '2024-11-05 12:20:11', null, null); INSERT INTO `oss_file` VALUES ('b44529d4a1a3a23c0b512c5329d75f8e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP497/data.csv', 'admin', '2024-11-05 12:31:57', null, null); INSERT INTO `oss_file` VALUES ('b44603c26f80aefdc3eca9b9fb81e9ad', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/i3-6100T Skylake 6th Gen Core™/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 13:16:26', null, null); INSERT INTO `oss_file` VALUES ('b4491fd6d604e362c1cfb414eed0fcd8', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Eclipse FPGA/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 11:22:22', null, null); INSERT INTO `oss_file` VALUES ('b45d163c777dea60b37654caff02f5b3', 'PPM-97-056.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD630/PPM-97-056.pdf', 'admin', '2024-11-05 10:54:37', null, null); INSERT INTO `oss_file` VALUES ('b47d3829f83ee9c9bf9ffc683791669f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM723/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:19', null, null); INSERT INTO `oss_file` VALUES ('b482295b4e666d93baca11d53343d802', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27/nsrec05_W23.pdf', 'admin', '2024-11-05 12:29:49', null, null); INSERT INTO `oss_file` VALUES ('b487d4359baf788b9b6dc87334a7f608', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD713S/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 10:56:10', null, null); INSERT INTO `oss_file` VALUES ('b49630fc4bc9b225b5256a6eb13492e3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BC817-25/data.csv', 'admin', '2024-10-24 12:07:37', null, null); INSERT INTO `oss_file` VALUES ('b49edd839967deb862d7cb1643359aa6', 'T101501_MDI12.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES12ZF/T101501_MDI12.pdf', 'admin', '2024-11-05 12:09:22', null, null); INSERT INTO `oss_file` VALUES ('b4c61cf06d5f929a222d7b395eb19f66', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ISL4422BRH/data.csv', 'admin', '2024-11-05 11:36:34', null, null); INSERT INTO `oss_file` VALUES ('b4cd02eb36d2281f475d5bf844806ef8', 'D120400e.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii53258/D120400e.pdf', 'admin', '2024-11-05 12:25:02', null, null); INSERT INTO `oss_file` VALUES ('b4e50e5472ca7faf9825ce18a808b5f2', 'LBNL013113_NB7L14MNG.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NB7L14MNG/LBNL013113_NB7L14MNG.pdf', 'admin', '2024-11-05 12:25:47', null, null); INSERT INTO `oss_file` VALUES ('b50009b884637d68b4b639bced8e2f5c', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD2S80/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 10:50:39', null, null); INSERT INTO `oss_file` VALUES ('b504b3666e05252cdbaf9ef908e11abb', '122.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N3637/122.pdf', 'admin', '2024-10-24 11:50:43', null, null); INSERT INTO `oss_file` VALUES ('b5081f85f6f9e27747c024cb2e82b985', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/K4B4G0846Q - DC1280/data.csv', 'admin', '2024-10-24 12:16:54', null, null); INSERT INTO `oss_file` VALUES ('b51422d19a29ee6e35abf45df388225f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HX6464/data.csv', 'admin', '2024-11-05 11:32:50', null, null); INSERT INTO `oss_file` VALUES ('b5570de6751d87964ebf1ecab1362040', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS58C1001/random6a.pdf', 'admin', '2024-11-05 11:31:42', null, null); INSERT INTO `oss_file` VALUES ('b56a4d88d9548f6130a840740ebee3ce', 'B111600c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4503/B111600c.pdf', 'admin', '2024-11-05 11:59:35', null, null); INSERT INTO `oss_file` VALUES ('b56c76f63fd4317c7ee129c1be41d742', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSA0670/nsrec00_W21.pdf', 'admin', '2024-11-05 12:14:20', null, null); INSERT INTO `oss_file` VALUES ('b575d2ede0110583945ba29c26bf4ba8', 'PPM-93-064.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HX6464/PPM-93-064.pdf', 'admin', '2024-11-05 11:32:50', null, null); INSERT INTO `oss_file` VALUES ('b583ba1ce6d0a12a608f4b328134a1ce', 'T082606_ATF22V10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AT22V10 EEPLD/T082606_ATF22V10.pdf', 'admin', '2024-11-05 11:07:46', null, null); INSERT INTO `oss_file` VALUES ('b5853063461b7c1bea57c7c82a01999f', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAD/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 12:55:26', null, null); INSERT INTO `oss_file` VALUES ('b5a5bb3d798448637ef874e6ba0d3f17', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1524/nsrec06_W2.pdf', 'admin', '2024-11-05 12:49:51', null, null); INSERT INTO `oss_file` VALUES ('b5a8da42d4e39fcc78e79ce188e7221e', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IPW65R019C7/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:34:47', null, null); INSERT INTO `oss_file` VALUES ('b5b78496f018388dda64c62e06cb4950', '407.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ADM1270ARQZ/407.pdf', 'admin', '2024-10-24 12:22:39', null, null); INSERT INTO `oss_file` VALUES ('b5c27d2f289a4febca8084598d955424', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD5328/data.csv', 'admin', '2024-11-05 10:51:23', null, null); INSERT INTO `oss_file` VALUES ('b5cb666ff647760b3bc5e1636670f856', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC20LMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:29', null, null); INSERT INTO `oss_file` VALUES ('b618a743dfbcb87f32f9596f4a6714e5', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BF04673/NSREC02_W5.pdf', 'admin', '2024-11-05 11:10:17', null, null); INSERT INTO `oss_file` VALUES ('b61b9c8b7bb7f1782ca964cf4156376e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD9050/data.csv', 'admin', '2024-11-05 11:00:06', null, null); INSERT INTO `oss_file` VALUES ('b61cdc91036bfa7e5f2e87b3d6a75c46', '12-053_NRL20130219_VRG8684_laser.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VRG8684/12-053_NRL20130219_VRG8684_laser.pdf', 'admin', '2024-11-05 13:11:16', null, null); INSERT INTO `oss_file` VALUES ('b6343a9823dbd7bd429ac4f3087485bd', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JAN2N2608/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:18', null, null); INSERT INTO `oss_file` VALUES ('b641cff3868bbdb493f29bcf447efa60', 'T041911_USBFX2_USB2512.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2512 Hub/T041911_USBFX2_USB2512.pdf', 'admin', '2024-11-05 10:22:53', null, null); INSERT INTO `oss_file` VALUES ('b64aba7fbb4ef7b2c4843d9e373effd4', 'NEPP-CP-2014-Berg-Poster-NSREC-TN15800.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/NEPP-CP-2014-Berg-Poster-NSREC-TN15800.pdf', 'admin', '2024-11-05 10:48:55', null, null); INSERT INTO `oss_file` VALUES ('b64c98acf1fdc0d6fa5369d7331b13d4', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/S2064/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:46:18', null, null); INSERT INTO `oss_file` VALUES ('b64d8ae8371ddc9294257418fd5a4215', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08ABADAHC/data.csv', 'admin', '2024-11-05 12:21:20', null, null); INSERT INTO `oss_file` VALUES ('b65f279bc1173fbad4142831b1460bf7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD7961BCPZ-RL7CT-ND - DC1520/data.csv', 'admin', '2024-10-24 12:13:48', null, null); INSERT INTO `oss_file` VALUES ('b66026172ebff2d5d43f51173b5b353b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/A3P3000 FPGA/data.csv', 'admin', '2024-10-24 11:57:18', null, null); INSERT INTO `oss_file` VALUES ('b6771cb1b6ec9ee71a13c313eb5dfab0', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Diodes Eng. Samples/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:21:19', null, null); INSERT INTO `oss_file` VALUES ('b6777dd3f342fca70fec171301dd103d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/RHF43BK-01V/data.csv', 'admin', '2024-10-24 11:50:38', null, null); INSERT INTO `oss_file` VALUES ('b67818815c3fc90d6c654d98d1a8ffb0', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADG704/nsrec01_W15.pdf', 'admin', '2024-11-05 11:02:39', null, null); INSERT INTO `oss_file` VALUES ('b6848b17ca120418fc94fbb25d43b87c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2805SF/data.csv', 'admin', '2024-11-05 12:22:50', null, null); INSERT INTO `oss_file` VALUES ('b689bab450bd335d504ac39200a8b51a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STPSC1006D/data.csv', 'admin', '2024-11-05 12:57:48', null, null); INSERT INTO `oss_file` VALUES ('b68ac9757d4685695a924d71c7c44d3c', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3700JV/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:27:55', null, null); INSERT INTO `oss_file` VALUES ('b68dfe525a94f1ff4ea4d71be3aa6ef5', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR6045WT/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:06:48', null, null); INSERT INTO `oss_file` VALUES ('b693729e7a76f2cdf0d3459ca95305a6', 'G05SEP_RAM249_RAM187_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX RAM249/G05SEP_RAM249_RAM187_TID.pdf', 'admin', '2024-11-05 11:25:05', null, null); INSERT INTO `oss_file` VALUES ('b698cf37ba65db111de7670d09b946fd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N5153/data.csv', 'admin', '2024-11-05 10:29:37', null, null); INSERT INTO `oss_file` VALUES ('b6ab94e4a039ad14c4ed5ad9e78f99bd', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP497/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:31:57', null, null); INSERT INTO `oss_file` VALUES ('b6afd57a6e530249433472885fd0b0f3', 'SOC2907A PROTONS TID_0942_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SOC2907A/SOC2907A PROTONS TID_0942_01.pdf', 'admin', '2024-10-24 12:18:13', null, null); INSERT INTO `oss_file` VALUES ('b6b3706f65826bdc02509609711583b0', 'PPM-97-042.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HV/PPM-97-042.pdf', 'admin', '2024-11-05 11:44:27', null, null); INSERT INTO `oss_file` VALUES ('b6c073155d104949a45fea59c0f2242b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Test Vehicle 45 nm CMOS/data.csv', 'admin', '2024-11-05 13:07:42', null, null); INSERT INTO `oss_file` VALUES ('b6e47ea996f65a0932453acec8ad0169', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TC58FVM7B2ATG-65/data.csv', 'admin', '2024-11-05 13:02:37', null, null); INSERT INTO `oss_file` VALUES ('b6e62c924be44f6890e1fb758c95aad3', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CGHV59350F/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:14:01', null, null); INSERT INTO `oss_file` VALUES ('b7074d6d359c4b50c866342557ecda96', 'PPM-99-019.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4424/PPM-99-019.pdf', 'admin', '2024-11-05 12:12:13', null, null); INSERT INTO `oss_file` VALUES ('b72276ef67d20c4042b92fd7cceaf5ad', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2045/data.csv', 'admin', '2024-11-05 12:03:28', null, null); INSERT INTO `oss_file` VALUES ('b730e86fa9a47f855337684bc5e78190', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TL7702B/data.csv', 'admin', '2024-11-05 13:04:05', null, null); INSERT INTO `oss_file` VALUES ('b73932c156bf39c60efcebdfed5f7b76', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7805LPRP/NSREC98.pdf', 'admin', '2024-11-05 10:43:36', null, null); INSERT INTO `oss_file` VALUES ('b73b4ce42923e63bdc80965e0439f18a', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/U309/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 13:07:56', null, null); INSERT INTO `oss_file` VALUES ('b7414808f5e2099ea654441d3ee6c9b5', 'LM124AJRQLMV PROTONS TID_0934_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM124AJRQMLV/LM124AJRQLMV PROTONS TID_0934_01.pdf', 'admin', '2024-10-24 12:18:21', null, null); INSERT INTO `oss_file` VALUES ('b777195480fc53385677d6631d6211e6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD580/data.csv', 'admin', '2024-11-05 10:53:02', null, null); INSERT INTO `oss_file` VALUES ('b77aacde14f8201a4e9176a3156e917c', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PCA80C522/NSREC02_W16.pdf', 'admin', '2024-11-05 12:34:06', null, null); INSERT INTO `oss_file` VALUES ('b7818a76640917d201895c7d8701fbec', 'L061806_TL431.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL431/L061806_TL431.pdf', 'admin', '2024-11-05 14:56:58', null, null); INSERT INTO `oss_file` VALUES ('b7a659820719066375705c1490e8962c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HI201/data.csv', 'admin', '2024-11-05 11:28:41', null, null); INSERT INTO `oss_file` VALUES ('b7b254e0230ead6907c232c43478e846', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ACPL-785E/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 10:49:41', null, null); INSERT INTO `oss_file` VALUES ('b7e564afef50583581f91c83f31a1ad8', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF2045/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 11:24:32', null, null); INSERT INTO `oss_file` VALUES ('b7e7d9d4a081d3a002186fc0f522ed71', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSC426MJA/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:41', null, null); INSERT INTO `oss_file` VALUES ('b7f60992c67fe6c4920fb0919f5a19c9', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC35181U/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:46', null, null); INSERT INTO `oss_file` VALUES ('b7f6d6ce11da6db0041aae12c85c7a68', 'NEPP-CP-2016-Berg-Paper-RADECS-Proc-TN35827.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T-1FBG900 Kintex K7/NEPP-CP-2016-Berg-Paper-RADECS-Proc-TN35827.pdf', 'admin', '2024-11-05 13:14:35', null, null); INSERT INTO `oss_file` VALUES ('b803f3d5c69efe50721acd7632e2c952', 'VdG08AUG_XPAII.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XPA-II/VdG08AUG_XPAII.pdf', 'admin', '2024-11-05 13:15:18', null, null); INSERT INTO `oss_file` VALUES ('b80c20f1b6cc79d79310354eb2eda7ba', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2812S/b110994.pdf', 'admin', '2024-11-05 12:10:03', null, null); INSERT INTO `oss_file` VALUES ('b8203d29ba9918765ff72df396ed428c', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1153/NSREC99.pdf', 'admin', '2024-11-05 11:53:19', null, null); INSERT INTO `oss_file` VALUES ('b82563cc663b68844153d554fc86fc40', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMTR283R3S/data.csv', 'admin', '2024-11-05 12:52:55', null, null); INSERT INTO `oss_file` VALUES ('b828e4621ea772b8b231afc5b2f49d77', 'PPM-94-019.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF411/PPM-94-019.pdf', 'admin', '2024-11-05 11:43:09', null, null); INSERT INTO `oss_file` VALUES ('b82fb086d61d6cad07e99bcf03ede39e', 'PPM-92-114.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV4N49/PPM-92-114.pdf', 'admin', '2024-11-05 11:39:14', null, null); INSERT INTO `oss_file` VALUES ('b83193f76f045af3bae2db2c03a1676a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC153LMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:53', null, null); INSERT INTO `oss_file` VALUES ('b83575307a32657e7d9660d59917c56e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MX7225/data.csv', 'admin', '2024-10-23 17:39:10', null, null); INSERT INTO `oss_file` VALUES ('b8382c7b9a7b226e347b578d9b3be28e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DS26F31/data.csv', 'admin', '2024-11-05 11:20:22', null, null); INSERT INTO `oss_file` VALUES ('b83ec7577349983ecb731bcf55ffe4ed', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HM5225165BTT-75/data.csv', 'admin', '2024-10-24 11:50:13', null, null); INSERT INTO `oss_file` VALUES ('b83f6fb0c07d515975fb383ce25a4713', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/61082-300 Photodiode/data.csv', 'admin', '2024-11-05 10:40:07', null, null); INSERT INTO `oss_file` VALUES ('b85ca9cc4575acabdb58f254c343488c', 'T052110_A3PE3000.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/T052110_A3PE3000.pdf', 'admin', '2024-11-05 10:48:56', null, null); INSERT INTO `oss_file` VALUES ('b85e7784052853c8bad864bb67039d9c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/ADG704/data.csv', 'admin', '2024-10-24 12:00:52', null, null); INSERT INTO `oss_file` VALUES ('b886269cae8beb41387885bda8514a43', 'CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ACPL-785E/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'admin', '2024-11-05 10:49:42', null, null); INSERT INTO `oss_file` VALUES ('b8880670dd20ca8fb93df62107308e8c', 'T121805_RH1013.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1013/T121805_RH1013.pdf', 'admin', '2024-11-05 12:38:36', null, null); INSERT INTO `oss_file` VALUES ('b88b66897185f617ec73403d15640487', 'G06MAY_NAND01GW3B2ANGE_NVM_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NAND01GW3B2ANGE/G06MAY_NAND01GW3B2ANGE_NVM_TID.pdf', 'admin', '2024-11-05 12:25:29', null, null); INSERT INTO `oss_file` VALUES ('b8912c6c7fb338a3544386510e927994', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UT63M147-BPC/data.csv', 'admin', '2024-11-05 13:09:47', null, null); INSERT INTO `oss_file` VALUES ('b8a6c0e402efe664ce364597ad2850f0', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 10:25:19', null, null); INSERT INTO `oss_file` VALUES ('b8abafd0870e6833a25e0aee8fd49396', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX5121/data.csv', 'admin', '2024-11-05 12:00:32', null, null); INSERT INTO `oss_file` VALUES ('b8cd91671939614f7d9d39776beaa348', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LX25/data.csv', 'admin', '2024-11-05 11:56:06', null, null); INSERT INTO `oss_file` VALUES ('b8d199b74eebb6e94f1601064853ee11', '90.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HCPL5501/90.pdf', 'admin', '2024-10-24 11:48:28', null, null); INSERT INTO `oss_file` VALUES ('b8d7b2a63089bf0b66161bf165a5dfb6', '20190226_GREAT2 RADIATION - TID tests - Synthesis.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/GREAT² 3.1/20190226_GREAT2 RADIATION - TID tests - Synthesis.pdf', 'admin', '2024-10-24 12:20:18', null, null); INSERT INTO `oss_file` VALUES ('b8de4ca44dcee5af4c35914e3797ede1', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2484/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:26:19', null, null); INSERT INTO `oss_file` VALUES ('b8faa4514b7bb7b9c3540cf2fe4d1bca', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TL1431ACZT - GE245074/data.csv', 'admin', '2024-10-24 12:14:50', null, null); INSERT INTO `oss_file` VALUES ('b8fb94487e777d4ca811fdb812b15861', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTX2N6786/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:56', null, null); INSERT INTO `oss_file` VALUES ('b903d435d7b75c7ca63bab9a6fe3ae90', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Flashdisk 2 Mbit Card/data.csv', 'admin', '2024-11-05 11:24:35', null, null); INSERT INTO `oss_file` VALUES ('b90cc7ccd49f0dcbc1af4cc84cc4f5c6', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VCS7146RH/NSREC02_W16.pdf', 'admin', '2024-11-05 13:11:00', null, null); INSERT INTO `oss_file` VALUES ('b9115272d919a4919351df7d934bf7e0', 'T111207_ADS5424_V2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADS5424/T111207_ADS5424_V2.pdf', 'admin', '2024-11-05 11:03:00', null, null); INSERT INTO `oss_file` VALUES ('b913064ad8b63b9355eaa8e7d879cc4b', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Si7414DN-T1-E3/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 12:59:54', null, null); INSERT INTO `oss_file` VALUES ('b91e467545f650225e32e77bc68bf0f0', 'PPM-99-002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF147/PPM-99-002.pdf', 'admin', '2024-11-05 11:42:57', null, null); INSERT INTO `oss_file` VALUES ('b93da3097f8ba6c602218cdeec97eacf', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ES/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:12', null, null); INSERT INTO `oss_file` VALUES ('b949c71ba7e5a3a4ae08e9b78b9ab861', 'nsrec2012_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5154/nsrec2012_W6_TID.pdf', 'admin', '2024-11-05 10:29:57', null, null); INSERT INTO `oss_file` VALUES ('b9682388b9ab9bd492301b030fb7565f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Si7431DP/data.csv', 'admin', '2024-11-05 13:00:00', null, null); INSERT INTO `oss_file` VALUES ('b97604902b87a862e1c27dabf93227ff', 'SEE_00637_01 Hynix ions.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/H5TC4G83CFR - DC1517/SEE_00637_01 Hynix ions.pdf', 'admin', '2024-10-24 12:12:37', null, null); INSERT INTO `oss_file` VALUES ('b97815be859fc457420b23eb1420dceb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IP 1553/data.csv', 'admin', '2024-11-05 11:34:42', null, null); INSERT INTO `oss_file` VALUES ('b97ab725f99e41c1762e54baa203ca46', 'NEPP_ETW2012_Berg.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/NEPP_ETW2012_Berg.pdf', 'admin', '2024-11-05 14:46:53', null, null); INSERT INTO `oss_file` VALUES ('b9890da018ce235a35ac7612caa304f8', 'T022608_MAX367_DG390.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG390/T022608_MAX367_DG390.pdf', 'admin', '2024-11-05 11:18:54', null, null); INSERT INTO `oss_file` VALUES ('b99324798b3d1b093fd696618ca76d3d', '20160005843.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RM24/20160005843.pdf', 'admin', '2024-11-05 12:42:14', null, null); INSERT INTO `oss_file` VALUES ('b996c326194b22e20d0eb8ae30970691', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ALS05/NSREC98.pdf', 'admin', '2024-11-05 10:38:03', null, null); INSERT INTO `oss_file` VALUES ('b9a30add5d40371e44ff615357e5115f', 'PPM-95-171.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA7-5127/PPM-95-171.pdf', 'admin', '2024-11-05 11:26:14', null, null); INSERT INTO `oss_file` VALUES ('b9b3633c83484409cabc3c9bf42df02b', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM628128/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:29:18', null, null); INSERT INTO `oss_file` VALUES ('b9ca8af672dbda8c82b4739e780e42e4', 'T061703_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX1523/T061703_GLAST.pdf', 'admin', '2024-11-05 11:58:58', null, null); INSERT INTO `oss_file` VALUES ('b9d8dc8a94ee4a433f2e5a1a294dfb5d', 'NEPPETW2012_W01_Berg_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/NEPPETW2012_W01_Berg_SEE.pdf', 'admin', '2024-11-05 10:48:56', null, null); INSERT INTO `oss_file` VALUES ('b9dce404cda35bf5bda2472bd4a16d18', 'b063094.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108/b063094.pdf', 'admin', '2024-11-05 11:43:40', null, null); INSERT INTO `oss_file` VALUES ('b9e0fe052f1ef7da65a2cfe63ad283ac', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TLVH431/data.csv', 'admin', '2024-10-24 12:11:28', null, null); INSERT INTO `oss_file` VALUES ('b9f1e33de941ef7d539f4901f99ab475', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000/data.csv', 'admin', '2024-11-05 10:47:15', null, null); INSERT INTO `oss_file` VALUES ('b9fc4782fa20ec135242c50a9ab1762d', 'PPM-91-441.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC86/PPM-91-441.pdf', 'admin', '2024-11-05 10:36:36', null, null); INSERT INTO `oss_file` VALUES ('ba01697d1f90960ff0da48b7ca66a08a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX5069/data.csv', 'admin', '2024-11-05 12:00:26', null, null); INSERT INTO `oss_file` VALUES ('ba0e84a8efc14c7073641207419163e1', '95.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BI06/95.pdf', 'admin', '2024-10-24 11:48:39', null, null); INSERT INTO `oss_file` VALUES ('ba11b88c85cd005a8ac6725937e492af', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CPCI-100/NSREC99.pdf', 'admin', '2024-11-05 11:15:38', null, null); INSERT INTO `oss_file` VALUES ('ba2945733d35e105712c3c7cfa2d0e96', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM6142/nsrec06_W2.pdf', 'admin', '2024-11-05 11:49:36', null, null); INSERT INTO `oss_file` VALUES ('ba3b40970086848e099b1a69c6cf7797', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LT1021CCN8-10/data.csv', 'admin', '2024-11-05 11:53:03', null, null); INSERT INTO `oss_file` VALUES ('ba6bb231325681205a9f602c909076ad', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5401/data.csv', 'admin', '2024-11-05 10:34:05', null, null); INSERT INTO `oss_file` VALUES ('ba6cfc72c7a7fe9b4a6462a795a3c57a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LT1021CCN8-5/data.csv', 'admin', '2024-11-05 11:53:06', null, null); INSERT INTO `oss_file` VALUES ('ba820c78d69c9aad5f0f006f97511f06', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136/nsrec06_W2.pdf', 'admin', '2024-11-05 11:46:45', null, null); INSERT INTO `oss_file` VALUES ('ba86b6dd8240cae0f34ff45df50f33e7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC521DMQB/data.csv', 'admin', '2024-11-05 10:36:18', null, null); INSERT INTO `oss_file` VALUES ('ba90222a8125f3c39d7877d0c8c8da4f', '100.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD584S/100.pdf', 'admin', '2024-10-24 11:48:56', null, null); INSERT INTO `oss_file` VALUES ('ba91178f77389c91927af9bdb18341c7', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913ESY332/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 12:41:22', null, null); INSERT INTO `oss_file` VALUES ('ba9ab7e754285b634931ba79d3aae7a8', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR4045WT/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:06:00', null, null); INSERT INTO `oss_file` VALUES ('ba9d70424d612a9403923124a25ca821', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii53250/nsrec01_W15.pdf', 'admin', '2024-11-05 12:24:53', null, null); INSERT INTO `oss_file` VALUES ('baad0561724dcc8366aa56df65c6e449', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K4T1G044QA-ZCD5/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 11:40:34', null, null); INSERT INTO `oss_file` VALUES ('bab1dc3464fc001d1557879a1455a584', 'LBNL051812_K9FAG08U0M.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9FAG08U0M-HCB0/LBNL051812_K9FAG08U0M.pdf', 'admin', '2024-11-05 11:41:54', null, null); INSERT INTO `oss_file` VALUES ('bab696430fca1ae79791e59f1cc5d79d', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI300/nsrec00_W21.pdf', 'admin', '2024-11-05 11:28:45', null, null); INSERT INTO `oss_file` VALUES ('bab93f0c22b5ee02345a2bde2bca26ad', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/0116400J1B-70/data.csv', 'admin', '2024-10-23 17:29:24', null, null); INSERT INTO `oss_file` VALUES ('bab997495990c9b5401d062d79567cd9', 'PPM-98-016.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PE21198/PPM-98-016.pdf', 'admin', '2024-11-05 12:34:27', null, null); INSERT INTO `oss_file` VALUES ('babc86883dc69f0ea67040135b609cdf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HSYE-117RH/data.csv', 'admin', '2024-11-05 11:32:20', null, null); INSERT INTO `oss_file` VALUES ('bacda4abaac9be3e2ec26d06e8b7c642', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ16244/data.csv', 'admin', '2024-11-05 10:37:26', null, null); INSERT INTO `oss_file` VALUES ('bad35e11530023424875761154cd00f4', 'D102306_LP2951.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/D102306_LP2951.pdf', 'admin', '2024-11-05 11:51:14', null, null); INSERT INTO `oss_file` VALUES ('bad80a8577ecc37751fdf1dfdc30c128', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1013MH/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 12:38:55', null, null); INSERT INTO `oss_file` VALUES ('bae736353c9d19f8cb2c5f50cc288c8b', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX536/nsrec00_W21.pdf', 'admin', '2024-11-05 12:23:39', null, null); INSERT INTO `oss_file` VALUES ('bafb762943f13cfdaaf1b53ebb3f064a', 'NEPP-TR-2016-Wilcox-13-051-13-053-ADV212-T09252016-TN42116_v2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADV212/NEPP-TR-2016-Wilcox-13-051-13-053-ADV212-T09252016-TN42116_v2.pdf', 'admin', '2024-11-05 11:03:58', null, null); INSERT INTO `oss_file` VALUES ('bb1227aa6e54c8322ea51f68869d2b31', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C010/nsrec05_W5.pdf', 'admin', '2024-11-05 10:23:39', null, null); INSERT INTO `oss_file` VALUES ('bb154932f433d1f8cce71bbe010856b3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Test Parts - SDRAM/data.csv', 'admin', '2024-11-05 13:07:02', null, null); INSERT INTO `oss_file` VALUES ('bb21efab3328be07e030ecf4de9fd67d', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PE9301/NSREC02_W16.pdf', 'admin', '2024-11-05 12:34:43', null, null); INSERT INTO `oss_file` VALUES ('bb24cd95df3f2425ca80618d7e4ea069', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC2054HV/data.csv', 'admin', '2024-11-05 11:54:59', null, null); INSERT INTO `oss_file` VALUES ('bb24e5a1d7aa40e957b39bdbde30f8ac', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BUL54A/data.csv', 'admin', '2024-10-24 12:04:37', null, null); INSERT INTO `oss_file` VALUES ('bb368e88e6b2a480bfc27423f6ce461c', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX1523/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:58:58', null, null); INSERT INTO `oss_file` VALUES ('bb398ef0bde60919a0e5b3909ff7a03a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UT 1553B RTI/data.csv', 'admin', '2024-11-05 13:08:59', null, null); INSERT INTO `oss_file` VALUES ('bb3ed5f9c5c1c518e235b616e99b26a2', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX726/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:01:06', null, null); INSERT INTO `oss_file` VALUES ('bb4864cd27aeb833b87e5737be0e1944', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP15/nsrec00_W21.pdf', 'admin', '2024-11-05 12:29:11', null, null); INSERT INTO `oss_file` VALUES ('bb567a2c506368421ab7b2d03acb1bbb', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HV/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:20', null, null); INSERT INTO `oss_file` VALUES ('bb62659e38de700c529abf3d7f0b4a18', 'd121696.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HSSR7110/d121696.pdf', 'admin', '2024-11-05 11:32:12', null, null); INSERT INTO `oss_file` VALUES ('bb8ddc377964e1132da965e2a4dbaafc', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADG452/NSREC02_W16.pdf', 'admin', '2024-11-05 11:02:25', null, null); INSERT INTO `oss_file` VALUES ('bb9591b5af0f0c6f56036df4667b1d18', '357.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TS4061/357.pdf', 'admin', '2024-10-24 12:17:58', null, null); INSERT INTO `oss_file` VALUES ('bba3e351639c16307e7f57eacaa8b89f', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/nsrec06_W2.pdf', 'admin', '2024-11-05 10:51:05', null, null); INSERT INTO `oss_file` VALUES ('bbbba74fa8ba44709b823e56ab437a5b', 'NSREC10_B1_Marshall_Pres.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - ROIC/NSREC10_B1_Marshall_Pres.pdf', 'admin', '2024-11-05 13:10:17', null, null); INSERT INTO `oss_file` VALUES ('bbc1259eac340cbdd70c2d0f763ee493', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5157/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 10:30:08', null, null); INSERT INTO `oss_file` VALUES ('bbd9caa98a2a4e7758c48020a4aba465', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNV54LVC00AW/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:54:15', null, null); INSERT INTO `oss_file` VALUES ('bbdfbfc3ab5251c12035339e8e914111', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPSC806D/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 12:57:53', null, null); INSERT INTO `oss_file` VALUES ('bbe2c6e80ea63aa8b3f5fc1d79e22a9f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1013MJ8/data.csv', 'admin', '2024-11-05 12:38:57', null, null); INSERT INTO `oss_file` VALUES ('bbfd7d2325a7a7eeb850e3797ceb2a90', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBL3040/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:47:12', null, null); INSERT INTO `oss_file` VALUES ('bbfe4863bdacd5dd6800fc5f510feea6', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5154U3/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 10:30:02', null, null); INSERT INTO `oss_file` VALUES ('bc053ffa9539ebdcb644f949530f1c73', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TC5117400J-6/data.csv', 'admin', '2024-11-05 13:02:27', null, null); INSERT INTO `oss_file` VALUES ('bc0e6f430d1304602b459ff0223076a8', '261.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BFY740B/261.pdf', 'admin', '2024-10-24 12:08:21', null, null); INSERT INTO `oss_file` VALUES ('bc1a9d96bd6b35a150b9de732065fe61', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV1N3595/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:22', null, null); INSERT INTO `oss_file` VALUES ('bc1d9655d3dda4e14e34616e9db4e293', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OR2T15A2S240DB/nsrec00_W21.pdf', 'admin', '2024-11-05 12:32:59', null, null); INSERT INTO `oss_file` VALUES ('bc35d6f2643447c23afbe38f0f31067b', 'PPM-99-033.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/INA117SM/PPM-99-033.pdf', 'admin', '2024-11-05 11:34:39', null, null); INSERT INTO `oss_file` VALUES ('bc3ef2613cc6a7cf4c1c35391f062fca', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH137H/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 12:40:11', null, null); INSERT INTO `oss_file` VALUES ('bc6a5b84734c84fdea9d8bdd80e87ba3', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MG80486DX-33/ieee95a.pdf', 'admin', '2024-11-05 12:10:46', null, null); INSERT INTO `oss_file` VALUES ('bc6d35bba7976058344b549ad384620e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM120H/data.csv', 'admin', '2024-11-05 11:45:05', null, null); INSERT INTO `oss_file` VALUES ('bc70d782e81e63fb58fff080b84b8944', 'tns04_Hansen.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5HP SiGe Shift Register/tns04_Hansen.pdf', 'admin', '2024-11-05 10:39:50', null, null); INSERT INTO `oss_file` VALUES ('bc77bc912660af89709c567440955be3', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/C30659-1550E-R08BH/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 11:12:30', null, null); INSERT INTO `oss_file` VALUES ('bc7e501eedf9686ee7636abb779dbf28', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT245/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:28', null, null); INSERT INTO `oss_file` VALUES ('bc80e326820d22129ce7876926b463b6', 'PPM-95-158.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/PPM-95-158.pdf', 'admin', '2024-11-05 11:51:14', null, null); INSERT INTO `oss_file` VALUES ('bc9215b2f0afca81f3ce785c8ea76bf4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/REC/data.csv', 'admin', '2024-11-05 11:33:17', null, null); INSERT INTO `oss_file` VALUES ('bca8dee046c2a283c6709cca6d922170', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SFT5096/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 12:49:46', null, null); INSERT INTO `oss_file` VALUES ('bcb5a6e1931830ead8c0d00c4dd502ea', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX913/nsrec00_W21.pdf', 'admin', '2024-11-05 12:23:59', null, null); INSERT INTO `oss_file` VALUES ('bcd9fb944e9f5744654bd318032c6b6c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP27/data.csv', 'admin', '2024-11-05 12:29:49', null, null); INSERT INTO `oss_file` VALUES ('bcddb99cc5f6fc9f83649ea262653e25', 'NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD9814/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'admin', '2024-11-05 11:01:30', null, null); INSERT INTO `oss_file` VALUES ('bce0963bbc7c69cf0073b6d32b61d385', 'PPM-92-282.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC521/PPM-92-282.pdf', 'admin', '2024-11-05 10:36:15', null, null); INSERT INTO `oss_file` VALUES ('bcf8cd0f7d7c306d5b8dcc402fe64753', 'TID_01586_01 K4B4G0846Q.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/K4B4G0846Q - DC1280/TID_01586_01 K4B4G0846Q.pdf', 'admin', '2024-10-24 12:16:53', null, null); INSERT INTO `oss_file` VALUES ('bcfb48acf0531205c44c7a9663f9dbcc', '235.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/UC1846J-SP/235.pdf', 'admin', '2024-10-24 12:05:58', null, null); INSERT INTO `oss_file` VALUES ('bd08b66b1e94f6c07b836a776909ce7d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N5114/data.csv', 'admin', '2024-11-05 10:29:04', null, null); INSERT INTO `oss_file` VALUES ('bd21db88d16d17240aaf8ffa04935782', 'NRL051110_SMSA2815S.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMSA2815S/NRL051110_SMSA2815S.pdf', 'admin', '2024-11-05 12:52:40', null, null); INSERT INTO `oss_file` VALUES ('bd33de47cfe220f6cb9081162c0925c0', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84C56LT1G/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:11:57', null, null); INSERT INTO `oss_file` VALUES ('bd3c8aa9a3c984342b84db9c7f5ca52b', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT47H128M8HQ-3E/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 12:22:26', null, null); INSERT INTO `oss_file` VALUES ('bd443308bb4be8ca1e3d6e618d749306', 'T052207_RM2012.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMP2012/T052207_RM2012.pdf', 'admin', '2024-11-05 11:50:41', null, null); INSERT INTO `oss_file` VALUES ('bd57e902b7950dd4bd214f6c2849019f', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Diodes Test chips/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:21:28', null, null); INSERT INTO `oss_file` VALUES ('bd5bca7ec6b291f7af63806fea5bface', 'T090203_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX5121/T090203_GLAST.pdf', 'admin', '2024-11-05 12:00:32', null, null); INSERT INTO `oss_file` VALUES ('bd6fe8a06f85d45cca01b562fc412c71', 'B092700b.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ADG704/B092700b.pdf', 'admin', '2024-11-05 14:44:58', null, null); INSERT INTO `oss_file` VALUES ('bd96669af284880ecaa357f4a4779f47', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Jetson TX2/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 11:39:55', null, null); INSERT INTO `oss_file` VALUES ('bdd3ee73a85e653458ba353865c4d11e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BUY65CS08J/data.csv', 'admin', '2024-11-05 11:11:25', null, null); INSERT INTO `oss_file` VALUES ('bdd48a905ec86fb87abb94938f15a641', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OMT1062/data.csv', 'admin', '2024-11-05 12:28:29', null, null); INSERT INTO `oss_file` VALUES ('bddab11fc30102c294e8cd62a42f6ed7', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD654/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 10:55:27', null, null); INSERT INTO `oss_file` VALUES ('bdde14832fc4cb8747954f3ae9e22963', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HMC4563G8_Flight PN/data.csv', 'admin', '2024-11-05 11:30:03', null, null); INSERT INTO `oss_file` VALUES ('bddfe343bc72abc62e47b2f4cf2b5fb9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/Xilinx Zynq-7000 AP SoC XC7Z020-CLG484/data.csv', 'admin', '2024-10-24 12:19:31', null, null); INSERT INTO `oss_file` VALUES ('bdfc620573e633a071fa8b541c0036ab', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4423/nsrec00_W21.pdf', 'admin', '2024-11-05 12:12:04', null, null); INSERT INTO `oss_file` VALUES ('be0af4188fdee4a0b4e6242aa2bd8da0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SG1525A/data.csv', 'admin', '2024-11-05 12:50:00', null, null); INSERT INTO `oss_file` VALUES ('be18aff5bfcabef3b2446c779a461638', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IMEC 65nm test Transistors/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 11:34:19', null, null); INSERT INTO `oss_file` VALUES ('be337db47e458b60dcb3671707f8f8e8', 'G05JAN_AD7545_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7545/G05JAN_AD7545_TID.pdf', 'admin', '2024-11-05 10:56:54', null, null); INSERT INTO `oss_file` VALUES ('be36c8d151094a8224dbbd3737d21e2d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/883 - DC1306/data.csv', 'admin', '2024-10-24 12:18:28', null, null); INSERT INTO `oss_file` VALUES ('be51ca2139d0ebba4c2ff2579f10798a', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CS4210VJG/NSREC02_W16.pdf', 'admin', '2024-11-05 11:16:43', null, null); INSERT INTO `oss_file` VALUES ('be775662c11aa5db6b340f16f823eda0', '314.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/H5TQ4G83MFR-H9C-DC1223, K4B4G0846B-HCH9-DC1216/314.pdf', 'admin', '2024-10-24 12:13:35', null, null); INSERT INTO `oss_file` VALUES ('be7a6fffd9bea6540723aec86ceadce9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CULPRiT/data.csv', 'admin', '2024-11-05 11:17:20', null, null); INSERT INTO `oss_file` VALUES ('be873a0fdeb956bebbebe424c2846828', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SCT30N120/data.csv', 'admin', '2024-11-05 12:48:16', null, null); INSERT INTO `oss_file` VALUES ('be8b55d408b5dd44536bc1a6864abc10', 'NEPP-TR-2020-Boomer-GRC-TR-ADuM4121-Gate-Driver-Extreme-Temperature-TN78999.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADuM4121/NEPP-TR-2020-Boomer-GRC-TR-ADuM4121-Gate-Driver-Extreme-Temperature-TN78999.pdf', 'admin', '2024-11-05 11:04:30', null, null); INSERT INTO `oss_file` VALUES ('be8da3c816d8e00b795f06ba64dd272b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LSK389-UT/data.csv', 'admin', '2024-11-05 11:52:11', null, null); INSERT INTO `oss_file` VALUES ('be9df5eba9a96d3c2b1cdc93aecbd635', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/UC1843/data.csv', 'admin', '2024-10-24 12:04:52', null, null); INSERT INTO `oss_file` VALUES ('bea6997b926e45ad4c106aaa8f7d3f4e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Nano-Crystal Memory/data.csv', 'admin', '2024-11-05 12:26:45', null, null); INSERT INTO `oss_file` VALUES ('bea92ddc73806afb21d1bc3bccad2bc5', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC04DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:31', null, null); INSERT INTO `oss_file` VALUES ('beb3cd33177da4632ff54190137c3926', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/VRG8661/data.csv', 'admin', '2024-11-05 13:11:05', null, null); INSERT INTO `oss_file` VALUES ('bec5c68b63889203bcb2077a1d78c448', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OLF400/data.csv', 'admin', '2024-11-05 12:27:06', null, null); INSERT INTO `oss_file` VALUES ('bec9d42d2870d19dfd972964e0032f11', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TL7705/data.csv', 'admin', '2024-11-05 13:04:07', null, null); INSERT INTO `oss_file` VALUES ('bececb5aedc84a256142ad59730050f5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Test Vehicle 45 nm SOI CMOS Latches/data.csv', 'admin', '2024-11-05 13:07:45', null, null); INSERT INTO `oss_file` VALUES ('bedf2fa3f6cc078b3fba14e9389b79b0', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 14:46:52', null, null); INSERT INTO `oss_file` VALUES ('beeef6aee9ec6147ff45ed1ebf31c842', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1840RP/NSREC98.pdf', 'admin', '2024-11-05 10:21:26', null, null); INSERT INTO `oss_file` VALUES ('beef141b01cc10d9388832bd72a8cea9', 'NEPP-TR-2013-Lauenstein-13-033-C4D40120D-2013May-SiC-Cree-Schottky-Diode-TN39790.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/C4D40120D/NEPP-TR-2013-Lauenstein-13-033-C4D40120D-2013May-SiC-Cree-Schottky-Diode-TN39790.pdf', 'admin', '2024-11-05 14:39:40', null, null); INSERT INTO `oss_file` VALUES ('bef7790a2ed36b5b525950a4fd6edca4', 'T041711_T062811_VA32HDR_TA32.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VA32 HDR2 - TA32C/T041711_T062811_VA32HDR_TA32.pdf', 'admin', '2024-11-05 13:10:49', null, null); INSERT INTO `oss_file` VALUES ('befdcb03dc5dd7eb65a139eb49104483', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/80SCLQ060SCS/data.csv', 'admin', '2024-11-05 10:44:58', null, null); INSERT INTO `oss_file` VALUES ('bf148dccfa76565aebe633330a4778da', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7203L40DB/ieee95a.pdf', 'admin', '2024-11-05 10:43:09', null, null); INSERT INTO `oss_file` VALUES ('bf1ede019a40a290fceef9ca90abb84c', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ADG704/nsrec01_W15.pdf', 'admin', '2024-11-05 14:44:57', null, null); INSERT INTO `oss_file` VALUES ('bf372447f9ea41acbdeb90c9563cd366', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021CMH-5/data.csv', 'admin', '2024-11-05 12:39:25', null, null); INSERT INTO `oss_file` VALUES ('bf3aa103612b0ed53080960f72cd3d27', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/H5TQ4G83MFR-H9C-DC1223, K4B4G0846B-HCH9-DC1216/data.csv', 'admin', '2024-10-24 12:13:35', null, null); INSERT INTO `oss_file` VALUES ('bf42fbc3bde3c3cbe2745c063bcd3657', 'NEPP-TR-2019-Boomer-GRC-IXD609-MOSFET-Driver-TN73724.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IXD609/NEPP-TR-2019-Boomer-GRC-IXD609-MOSFET-Driver-TN73724.pdf', 'admin', '2024-11-05 11:36:45', null, null); INSERT INTO `oss_file` VALUES ('bf539ddd48069ea3bfff75303bd9f20f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP484/data.csv', 'admin', '2024-11-05 12:31:39', null, null); INSERT INTO `oss_file` VALUES ('bf6897030e37b698d1ec35247ce25942', '124.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HS-4424BRH/124.pdf', 'admin', '2024-10-24 11:50:55', null, null); INSERT INTO `oss_file` VALUES ('bf718e0f007a1b8e4c9e80b9435ea512', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815S/ieee95a.pdf', 'admin', '2024-11-05 12:10:22', null, null); INSERT INTO `oss_file` VALUES ('bf822f1c9b14f1fb918c48d7bf83767c', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400/NSREC98.pdf', 'admin', '2024-11-05 12:30:43', null, null); INSERT INTO `oss_file` VALUES ('bf8c31f7488c52307981c21b7d58661d', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD54HCT4046A/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 11:13:44', null, null); INSERT INTO `oss_file` VALUES ('bf938b19640b9c3b4c646cd62d57dac2', 'B122101_Paper_Lm119.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM119/B122101_Paper_Lm119.pdf', 'admin', '2024-11-05 11:44:56', null, null); INSERT INTO `oss_file` VALUES ('bfa2c496c126e56762f708d4c8576b30', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RED12ZF/NSREC02_W16.pdf', 'admin', '2024-11-05 12:09:03', null, null); INSERT INTO `oss_file` VALUES ('bfb4e06950626fe879b4b0151e0acc5f', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 12:30:37', null, null); INSERT INTO `oss_file` VALUES ('bfccbf119a708f734303379541c2f5de', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TCE49H1B/data.csv', 'admin', '2024-11-05 13:02:40', null, null); INSERT INTO `oss_file` VALUES ('bfe296398e21de62f759aa9f9b9d8d6b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BSS123/data.csv', 'admin', '2024-11-05 11:10:56', null, null); INSERT INTO `oss_file` VALUES ('bfe65fe9383d787b7ce9124e83887902', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4N24/data.csv', 'admin', '2024-11-05 10:32:14', null, null); INSERT INTO `oss_file` VALUES ('bfe7e4e8bc72f1715a370f15656fdfe5', 'Berg_ETW2011.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/Berg_ETW2011.pdf', 'admin', '2024-11-05 14:47:03', null, null); INSERT INTO `oss_file` VALUES ('bfe85f188fa58ce5389647e339b29307', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC04/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:54', null, null); INSERT INTO `oss_file` VALUES ('bff3ba34fc34888835063b94f0dd07e8', 'NEPPETW2012_W01_Berg_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX4000D/NEPPETW2012_W01_Berg_SEE.pdf', 'admin', '2024-11-05 12:45:06', null, null); INSERT INTO `oss_file` VALUES ('bff6371928dc41e85508a82e65f38140', '284.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/STRH100N10 MT29F32G08ABAAAWP-ITZ 2N2222 LM124 LM4050WG5.0- MPR/284.pdf', 'admin', '2024-10-24 12:10:31', null, null); INSERT INTO `oss_file` VALUES ('bffe012aba253577aa2e99ce14dcd6b2', 'PPM-91-713.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ373/PPM-91-713.pdf', 'admin', '2024-11-05 10:37:44', null, null); INSERT INTO `oss_file` VALUES ('c00e1c90116b84f9701e6f5bd119bcb9', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KH41G0X38/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 11:42:03', null, null); INSERT INTO `oss_file` VALUES ('c032ea37d523a8b8ba10ca5fe64cd8d2', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TIL601/NSREC02_W16.pdf', 'admin', '2024-11-05 13:03:24', null, null); INSERT INTO `oss_file` VALUES ('c0356b8437eea81d8a994edbd877ed8d', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBR1045D1/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 12:47:34', null, null); INSERT INTO `oss_file` VALUES ('c0374bdc851b838ca5e6a21b3e2f0a98', 'B080100e.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES05ZF/B080100e.pdf', 'admin', '2024-11-05 12:09:17', null, null); INSERT INTO `oss_file` VALUES ('c03bfb364d1a182d4c61e03a06da5d77', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STPS40M60C/data.csv', 'admin', '2024-11-05 12:57:20', null, null); INSERT INTO `oss_file` VALUES ('c03eb341fa270cee6313d6a3bc8f2a55', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD667/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:04', null, null); INSERT INTO `oss_file` VALUES ('c04af1d99c4c8c730cce80f756730f46', 'PPM-91-246.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV1N3595/PPM-91-246.pdf', 'admin', '2024-11-05 11:38:54', null, null); INSERT INTO `oss_file` VALUES ('c04cffb6f44330446cb5f46a78f0fb5a', 'Berg_tns2011.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000/Berg_tns2011.pdf', 'admin', '2024-11-05 10:47:15', null, null); INSERT INTO `oss_file` VALUES ('c04e6531ca11d4659dd729cded5313bd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HM1-6617-883/data.csv', 'admin', '2024-11-05 11:28:51', null, null); INSERT INTO `oss_file` VALUES ('c05c6fffd07cc0ea3baca5deceee5144', 'b043099a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1419/b043099a.pdf', 'admin', '2024-11-05 11:54:09', null, null); INSERT INTO `oss_file` VALUES ('c0608afe290c3d4b24f3332933043298', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84-C56,215/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:11:42', null, null); INSERT INTO `oss_file` VALUES ('c076468a5cbe91e8b471866d3b4d0c37', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC11/data.csv', 'admin', '2024-11-05 10:34:45', null, null); INSERT INTO `oss_file` VALUES ('c0777d84a7b56441b1c11e16eddf36c3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N3700/data.csv', 'admin', '2024-11-05 10:27:38', null, null); INSERT INTO `oss_file` VALUES ('c0790c632207cf735bc9011c8b183cc9', 'PPM-95-150.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD645/PPM-95-150.pdf', 'admin', '2024-11-05 10:54:38', null, null); INSERT INTO `oss_file` VALUES ('c083eb18e2a4933528957011088c667a', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF20100CT/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:07:47', null, null); INSERT INTO `oss_file` VALUES ('c08dbb00be4fffe16c045785b81316e3', '168.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/R1RW0416DSB/168.pdf', 'admin', '2024-10-24 11:55:35', null, null); INSERT INTO `oss_file` VALUES ('c09782278fe95340db7f9eb137eaf9d9', '62492.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAM/62492.pdf', 'admin', '2024-11-05 12:36:56', null, null); INSERT INTO `oss_file` VALUES ('c099c3c4fa32abb603b261b2588247b3', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HMP1-155TRX/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 11:30:24', null, null); INSERT INTO `oss_file` VALUES ('c09b22ada2fc2fc5e7639c9f5b92c176', 'PPM-96-005.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A1280A/PPM-96-005.pdf', 'admin', '2024-11-05 10:46:50', null, null); INSERT INTO `oss_file` VALUES ('c09d9b4d242440bd5a8ba3e61fe0964d', 'VdG10AUG_MT29F8G08AAAWP.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F8G08AAAWP/VdG10AUG_MT29F8G08AAAWP.pdf', 'admin', '2024-11-05 12:22:07', null, null); INSERT INTO `oss_file` VALUES ('c0a82ee99d44b9eb4d1967aea7368237', 'no_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Luna-ES2/no_report.pdf', 'admin', '2024-11-05 11:57:16', null, null); INSERT INTO `oss_file` VALUES ('c0b24c378fb47f693c470f4b495ea31c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ABT245 Transceiver/data.csv', 'admin', '2024-11-05 10:34:16', null, null); INSERT INTO `oss_file` VALUES ('c0b493d61e3ae648a983b67562aa89de', 'nsrec2012_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/nsrec2012_W6_TID.pdf', 'admin', '2024-11-05 10:51:07', null, null); INSERT INTO `oss_file` VALUES ('c0c11990d336b7d8ba841c8caa855578', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EDE1104AB-50-E/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 11:21:39', null, null); INSERT INTO `oss_file` VALUES ('c0c2880ff0617005476a28c298b3210b', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/17302-001/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 10:21:20', null, null); INSERT INTO `oss_file` VALUES ('c0c3735c5c89ae2d05d7af3f4f7e04ff', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP467/data.csv', 'admin', '2024-11-05 12:31:13', null, null); INSERT INTO `oss_file` VALUES ('c0c4cdaf5059a8c3d1e147980155061a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Commercial Sample CMOS/data.csv', 'admin', '2024-11-05 11:17:32', null, null); INSERT INTO `oss_file` VALUES ('c0d6bff2063775d9696b0eb6e302d737', 'nsrec93a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EMXO/nsrec93a.pdf', 'admin', '2024-11-05 11:21:58', null, null); INSERT INTO `oss_file` VALUES ('c0da939659babb4cbe329a3dd81a801b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N3868/data.csv', 'admin', '2024-11-05 11:39:06', null, null); INSERT INTO `oss_file` VALUES ('c0e38bbc1a01c72104b9ba62c5b86142', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LTC4222CG/data.csv', 'admin', '2024-10-24 12:22:47', null, null); INSERT INTO `oss_file` VALUES ('c0e9a3afb87294db3d89e80052eaeadb', 'PPM-97-010.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV2N6661/PPM-97-010.pdf', 'admin', '2024-11-05 11:38:25', null, null); INSERT INTO `oss_file` VALUES ('c0f6d12d6567ecc386b5f2f33142dcbf', '129.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66191/129.pdf', 'admin', '2024-10-24 11:51:20', null, null); INSERT INTO `oss_file` VALUES ('c0fe39be3c46479eed200ba26b16d8e0', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP497/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:52', null, null); INSERT INTO `oss_file` VALUES ('c125aa4862a13aa07e6044581de79c86', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/SHAMROC Phase 1 T-sensor/data.csv', 'admin', '2024-10-24 11:49:23', null, null); INSERT INTO `oss_file` VALUES ('c12c726ec9f5c50caeb58ab08e7e6e72', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HS26C32/data.csv', 'admin', '2024-11-05 11:31:20', null, null); INSERT INTO `oss_file` VALUES ('c1319f2d8ab7dc4ec98bbc6d1868043c', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX7225/PPM-99-045.pdf', 'admin', '2024-10-23 17:39:10', null, null); INSERT INTO `oss_file` VALUES ('c14309f630a54fe497e67e8f2602763b', '350.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM124AWG-R-QMLV - DC0539A/350.pdf', 'admin', '2024-10-24 12:17:12', null, null); INSERT INTO `oss_file` VALUES ('c162415f9f1284a0f114b3550b8a344a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OPA2347/data.csv', 'admin', '2024-11-05 12:32:47', null, null); INSERT INTO `oss_file` VALUES ('c165c550781045cd39f46cbfd5930831', 'nsrec2012_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE1500/nsrec2012_W6_TID.pdf', 'admin', '2024-11-05 10:47:05', null, null); INSERT INTO `oss_file` VALUES ('c1719ee20fd4620a31c923877b3eaffb', 'PPM-92-001.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT157DMQB/PPM-92-001.pdf', 'admin', '2024-11-05 10:36:44', null, null); INSERT INTO `oss_file` VALUES ('c17587cdd37d4fc4af355c95192c2800', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7872ARPFS/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 10:44:00', null, null); INSERT INTO `oss_file` VALUES ('c17c8104697b1614b6a5a5efbf318c6a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SG1845/data.csv', 'admin', '2024-11-05 12:50:23', null, null); INSERT INTO `oss_file` VALUES ('c18ff5c7e429a7dc6decddac1c247257', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66088/nsrec00_W22.pdf', 'admin', '2024-11-05 10:40:54', null, null); INSERT INTO `oss_file` VALUES ('c19345b1fb442d635812aa731001a0af', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 11:46:45', null, null); INSERT INTO `oss_file` VALUES ('c199dec4ce6d82e4c6cb00dfc5e3caac', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SQXO-2-200kHz/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:57', null, null); INSERT INTO `oss_file` VALUES ('c1e6ece8f9efbaa19db51148f6ade233', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD96687/data.csv', 'admin', '2024-11-05 11:01:12', null, null); INSERT INTO `oss_file` VALUES ('c2006f70e0d28215104f877d18aad989', 'NEPP-TR-2017-Wyrwas-17-039-GTX1050-2017Apr-TN45745.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/02G-P4-6152-KR/NEPP-TR-2017-Wyrwas-17-039-GTX1050-2017Apr-TN45745.pdf', 'admin', '2024-11-05 10:20:04', null, null); INSERT INTO `oss_file` VALUES ('c2057ac9dbb9ea37e9699a35151b4469', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136AH2.5QMLV/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 11:46:59', null, null); INSERT INTO `oss_file` VALUES ('c21b4cb5e395020503b2e115dfe0d7ce', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF2010DN/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 11:24:20', null, null); INSERT INTO `oss_file` VALUES ('c220ba79c3e3bb0268043b4e5a92cc86', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Q02L00JQP44016JK/data.csv', 'admin', '2024-11-05 14:16:58', null, null); INSERT INTO `oss_file` VALUES ('c2317b7d3298e8f1acf8d16b853db075', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/01-18M/data.csv', 'admin', '2024-11-05 11:25:15', null, null); INSERT INTO `oss_file` VALUES ('c2370b33b79bae75c8911cd1f12ecf52', 'T082806_TGL4302.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TGL4302/T082806_TGL4302.pdf', 'admin', '2024-11-05 13:02:50', null, null); INSERT INTO `oss_file` VALUES ('c249daa1e764b53fc733e7d802a83bbc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1272-3ACSW/data.csv', 'admin', '2024-11-05 11:53:57', null, null); INSERT INTO `oss_file` VALUES ('c24f8ba60575d4f6d312f57732c8a97d', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM111/nsrec00_W21.pdf', 'admin', '2024-11-05 11:43:59', null, null); INSERT INTO `oss_file` VALUES ('c254771a817c0f094879202420f09e0b', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/R29793/nsrec00_W21.pdf', 'admin', '2024-11-05 12:36:47', null, null); INSERT INTO `oss_file` VALUES ('c2649b6a0b1cf89cf548d86c2535883a', 'CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/61055-305/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'admin', '2024-11-05 10:39:58', null, null); INSERT INTO `oss_file` VALUES ('c2663ba8dfff559fec76fd4f7e1b4251', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LMC6484/data.csv', 'admin', '2024-11-05 11:50:20', null, null); INSERT INTO `oss_file` VALUES ('c2820c91dc821a203bf5ea810a35ea41', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC04/data.csv', 'admin', '2024-11-05 10:34:37', null, null); INSERT INTO `oss_file` VALUES ('c2a5162fc52b6abd432effd1d9d20afe', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8065/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 10:58:59', null, null); INSERT INTO `oss_file` VALUES ('c2ae35c9779c375a148d32a421435522', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/TC58NVG2G0HTAI0/data.csv', 'admin', '2024-10-24 12:21:14', null, null); INSERT INTO `oss_file` VALUES ('c2b1e66c68b41806b1b9de825f0f0271', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Magnum Test Vehicle/data.csv', 'admin', '2024-11-05 12:24:37', null, null); INSERT INTO `oss_file` VALUES ('c2bafb99226828ea36a5eb49e85d5c39', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/17302-001/data.csv', 'admin', '2024-11-05 10:21:20', null, null); INSERT INTO `oss_file` VALUES ('c2bb32664ef3823f913d33e348e1fc88', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DG201/data.csv', 'admin', '2024-11-05 11:18:46', null, null); INSERT INTO `oss_file` VALUES ('c2bb465d903e2cb6eae283475cd479b1', '2018-Kaitlyn-Ryder-TR-18-016-LM7171-2018July27-NASA-TM-20210026449.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NOPM/2018-Kaitlyn-Ryder-TR-18-016-LM7171-2018July27-NASA-TM-20210026449.pdf', 'admin', '2024-11-05 11:50:01', null, null); INSERT INTO `oss_file` VALUES ('c2be625aa353eb039abd2886320b132f', 'PPM-92-171.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-92-171.pdf', 'admin', '2024-11-05 10:56:43', null, null); INSERT INTO `oss_file` VALUES ('c2c45543245955384e2fe30aa7504038', 'D6-6 - TN6.06 - SEE JFET IJW120RT100T1 - NEO-14-086_Report_71-2018_rev2.0.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IJW120R100T1/D6-6 - TN6.06 - SEE JFET IJW120RT100T1 - NEO-14-086_Report_71-2018_rev2.0.pdf', 'admin', '2024-10-24 12:20:57', null, null); INSERT INTO `oss_file` VALUES ('c2db789c7d7486cbe9877f00eaf7b224', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 10:48:52', null, null); INSERT INTO `oss_file` VALUES ('c2e29b4c98eaa7ac7dfb6b919ed48568', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS7830/nsrec00_W21.pdf', 'admin', '2024-11-05 11:20:27', null, null); INSERT INTO `oss_file` VALUES ('c2f80a62d4fa6e8b56dfc45fb4a81d4d', 'PPM-95-118.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SDM3304/PPM-95-118.pdf', 'admin', '2024-11-05 12:48:31', null, null); INSERT INTO `oss_file` VALUES ('c3079213b8cb0e60ec1ae9d3c1cdcf80', 'T082409_K9F4G08U0_MT29F4G08AA.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F4G08U0A-PCB0/T082409_K9F4G08U0_MT29F4G08AA.pdf', 'admin', '2024-11-05 11:41:33', null, null); INSERT INTO `oss_file` VALUES ('c30e4952d00e786f80635367ab7cf452', 'PPM-97-023.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD624/PPM-97-023.pdf', 'admin', '2024-11-05 10:54:19', null, null); INSERT INTO `oss_file` VALUES ('c316ff082fb82d6c59106b61b26f5f9b', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RT4G150-CB1657PROTO/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 12:44:01', null, null); INSERT INTO `oss_file` VALUES ('c33f9c7eb1098231f2dc45565c10268d', 'VdG08MAY_LM193.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM193/VdG08MAY_LM193.pdf', 'admin', '2024-11-05 11:48:54', null, null); INSERT INTO `oss_file` VALUES ('c3406a3ed3dca19f1736c463ee619ae7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N5087/data.csv', 'admin', '2024-11-05 10:28:54', null, null); INSERT INTO `oss_file` VALUES ('c3477d6ec4a99887dafef00b6d66bc6c', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/WDS500G2B0B-00YS70/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 13:12:13', null, null); INSERT INTO `oss_file` VALUES ('c35e72b659d32a90354509cc49073f47', 'TID_01558_01 TID test report AD7626.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD7626BCPZ-ND - DC1702/TID_01558_01 TID test report AD7626.pdf', 'admin', '2024-10-24 12:13:41', null, null); INSERT INTO `oss_file` VALUES ('c37ad06b062ca56fcfbbf0e0d5694f7d', 'TID_01555_01 TID test report AD8021.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD8021ARZ - DC1640/TID_01555_01 TID test report AD8021.pdf', 'admin', '2024-10-24 12:16:01', null, null); INSERT INTO `oss_file` VALUES ('c38abbf31c41b8621091cb2ff657c6e7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/GB20SLT12/data.csv', 'admin', '2024-11-05 11:25:27', null, null); INSERT INTO `oss_file` VALUES ('c3c828ebe6ccf0d311a83f6d8b52ab7f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FS-PM-7621/data.csv', 'admin', '2024-11-05 11:23:10', null, null); INSERT INTO `oss_file` VALUES ('c3d3bae98685e3190c0dc774ba6cdb1f', '272.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HS9-139RH/272.pdf', 'admin', '2024-10-24 12:09:09', null, null); INSERT INTO `oss_file` VALUES ('c3dcfb441dcb07b372403d89ceeb0b86', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FST30100/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 11:23:20', null, null); INSERT INTO `oss_file` VALUES ('c3e0fe3288d36708a0fa6bffc1b6a8f6', 'SNL092302_SiGe_HBT.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6HP HBT/SNL092302_SiGe_HBT.pdf', 'admin', '2024-11-05 10:41:45', null, null); INSERT INTO `oss_file` VALUES ('c3f41dbc139dfd450455b0565a352d40', 'D6-2 - TN6.02 - SEE MOSFET SCT20N120 - NEO-14-086_Report_67-2018_rev2.0.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SCT20N120/D6-2 - TN6.02 - SEE MOSFET SCT20N120 - NEO-14-086_Report_67-2018_rev2.0.pdf', 'admin', '2024-10-24 12:01:36', null, null); INSERT INTO `oss_file` VALUES ('c4085c2598787aa876a8556375fb0db0', 'PPM-94-026.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC299/PPM-94-026.pdf', 'admin', '2024-11-05 10:35:56', null, null); INSERT INTO `oss_file` VALUES ('c40e4c6b0334bf1b2c023a351db79097', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54LVTH16245/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 10:38:48', null, null); INSERT INTO `oss_file` VALUES ('c41ea33901259445078940927620df2b', 'NEPP-CP-2020-Casey-NSREC-Presentation-Low-Energy-Electrons-CMOS-20205010699.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/22FDX SRAM-based Line-Monitor Test Vehicle/NEPP-CP-2020-Casey-NSREC-Presentation-Low-Energy-Electrons-CMOS-20205010699.pdf', 'admin', '2024-11-05 10:22:35', null, null); INSERT INTO `oss_file` VALUES ('c427668ed59cad7d9f1db2bed9b1a242', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/9T/data.csv', 'admin', '2024-11-05 10:46:31', null, null); INSERT INTO `oss_file` VALUES ('c4359028d75bce4ba92b4abf76a75350', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR4045/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:05:29', null, null); INSERT INTO `oss_file` VALUES ('c43db211392b44577060bc0ef36a0d60', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222AJSR/data.csv', 'admin', '2024-11-05 10:25:50', null, null); INSERT INTO `oss_file` VALUES ('c44f30d34474361875e2847653cc1974', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/8002300/data.csv', 'admin', '2024-11-05 10:44:24', null, null); INSERT INTO `oss_file` VALUES ('c4519a04a282a4b011889880cd4a791f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV2N6661/data.csv', 'admin', '2024-11-05 11:38:25', null, null); INSERT INTO `oss_file` VALUES ('c45b4fb67943558573063bb1a107452f', 'NEPP-TR-2019-Wilcox-TR-18-035-RH-OBC-1-2019June01-MGH-20205006200.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH-OBC-1/NEPP-TR-2019-Wilcox-TR-18-035-RH-OBC-1-2019June01-MGH-20205006200.pdf', 'admin', '2024-11-05 12:38:21', null, null); INSERT INTO `oss_file` VALUES ('c4656c8a797fbc5e1d689e6423dcbe97', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4216400-70/DRAM296.pdf', 'admin', '2024-11-05 10:31:48', null, null); INSERT INTO `oss_file` VALUES ('c4737d192b15ac823ba332019ad9072b', 'nsrec93a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UT71256/nsrec93a.pdf', 'admin', '2024-11-05 13:09:53', null, null); INSERT INTO `oss_file` VALUES ('c47da2e628e382e9c43f0c84309ab561', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RP210010/nsrec05_W5.pdf', 'admin', '2024-11-05 12:42:30', null, null); INSERT INTO `oss_file` VALUES ('c48f43e79ef61c71931383ab672320d6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2512 Hub/data.csv', 'admin', '2024-11-05 10:22:52', null, null); INSERT INTO `oss_file` VALUES ('c4b99f6d46688b739f5b02355c3cb49a', 'PPM-93-104.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54HC4051/PPM-93-104.pdf', 'admin', '2024-11-05 10:38:21', null, null); INSERT INTO `oss_file` VALUES ('c4beba549bdd23999d8f07628cd4eceb', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD9364/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 11:01:05', null, null); INSERT INTO `oss_file` VALUES ('c4d16e8e802a0add33b6fde580417c63', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF20100CT/data.csv', 'admin', '2024-11-05 12:07:47', null, null); INSERT INTO `oss_file` VALUES ('c4d563948b935f1e3286dad88bcc4c15', 'VdG09APR_RadFET.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RadFET - Field Effect Transistor/VdG09APR_RadFET.pdf', 'admin', '2024-11-05 12:45:19', null, null); INSERT INTO `oss_file` VALUES ('c4ea868a48878abaa633c8ecfe2f1acc', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 7 1700 Summit Ridge YD1700BBM88AE/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 12:46:04', null, null); INSERT INTO `oss_file` VALUES ('c4f663aec0004dd88fa84ab7d7cdb184', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K4H1G-438 1Gb SDRAM/nsrec06_W4.pdf', 'admin', '2024-11-05 11:40:27', null, null); INSERT INTO `oss_file` VALUES ('c4fef0c55016ffadc2038de52c66b616', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/29C257/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:54', null, null); INSERT INTO `oss_file` VALUES ('c515d3363a85547fcb512104e7821ac2', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX1847/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:59:09', null, null); INSERT INTO `oss_file` VALUES ('c536d15a88b5684ef0764b92e1285904', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MB85AS4MT/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 12:02:07', null, null); INSERT INTO `oss_file` VALUES ('c537632930694a4b72b8ce41c96737fc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5430/data.csv', 'admin', '2024-11-05 11:27:08', null, null); INSERT INTO `oss_file` VALUES ('c542daed8a38ae5c4043650d609718c5', 'nsrec2013_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222AJSR/nsrec2013_W6_TID.pdf', 'admin', '2024-11-05 10:25:49', null, null); INSERT INTO `oss_file` VALUES ('c54b3c17180865a21d70a1ec8f5b59f5', 'b061893.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD676/b061893.pdf', 'admin', '2024-11-05 10:55:59', null, null); INSERT INTO `oss_file` VALUES ('c56999798bc171b961ee4fe3b95215a7', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20200/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:03:00', null, null); INSERT INTO `oss_file` VALUES ('c56f08594592d484bfe8e501e35da205', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - ROIC/data.csv', 'admin', '2024-11-05 13:10:18', null, null); INSERT INTO `oss_file` VALUES ('c57086bca3d695584d736a15a18386f5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Fluosil SSU1-2/data.csv', 'admin', '2024-11-05 11:24:45', null, null); INSERT INTO `oss_file` VALUES ('c581dfc61101336ee5bb6a340a33886e', 'T042011_K9F4G08U0A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F4G08U0A 73nm CMOS/T042011_K9F4G08U0A.pdf', 'admin', '2024-11-05 11:41:23', null, null); INSERT INTO `oss_file` VALUES ('c5847b125c2191697f1589da06e2f9c3', '175.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/M65608E/175.pdf', 'admin', '2024-10-24 11:56:16', null, null); INSERT INTO `oss_file` VALUES ('c59182e5c22b9ae41db1d19b4b2628e4', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMSA2815S/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 12:52:46', null, null); INSERT INTO `oss_file` VALUES ('c59763a022fb97517568577086a1882d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC521DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:00', null, null); INSERT INTO `oss_file` VALUES ('c59aeabb23cf6311810f6f45c1f9e9db', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC14/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:48', null, null); INSERT INTO `oss_file` VALUES ('c5a5aac0d42e3fee9d6be49d3fd5da14', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/88130L45PC/Random97a.pdf', 'admin', '2024-11-05 10:45:39', null, null); INSERT INTO `oss_file` VALUES ('c5a6b8e69f14c3fc054b1ef8f81c8f9d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/6N140/data.csv', 'admin', '2024-11-05 10:42:15', null, null); INSERT INTO `oss_file` VALUES ('c5cf048341fa9d61a95b335398acf159', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTZ1000A/data.csv', 'admin', '2024-11-05 11:56:00', null, null); INSERT INTO `oss_file` VALUES ('c5f9b8928d90ca5c8633a62f826b07f7', 'PPM-99-044.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08A/PPM-99-044.pdf', 'admin', '2024-11-05 11:18:10', null, null); INSERT INTO `oss_file` VALUES ('c6010cf3d6898f8bd6b01bb6ac906271', 'NRL100808_NRL020209_T110308_EDS5108ABTA.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EDS5108ABTA/NRL100808_NRL020209_T110308_EDS5108ABTA.pdf', 'admin', '2024-11-05 11:21:46', null, null); INSERT INTO `oss_file` VALUES ('c6095a26a040aa55d6e152129fbe6ab1', 'b010694.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/REC/b010694.pdf', 'admin', '2024-11-05 12:27:03', null, null); INSERT INTO `oss_file` VALUES ('c633c3ded588c9a4613c02fee0eca972', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CT1487D/nsrec94a.pdf', 'admin', '2024-11-05 11:17:04', null, null); INSERT INTO `oss_file` VALUES ('c6478515a0706d5baf992747a09bcb81', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADS5483/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 11:03:09', null, null); INSERT INTO `oss_file` VALUES ('c649fec895be6c36809ee9be0fbda060', 'b010694.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSC4429/b010694.pdf', 'admin', '2024-11-05 13:06:21', null, null); INSERT INTO `oss_file` VALUES ('c65d80a1e491b1e743f8e6e58e221ba2', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84C47-7-F/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:11:50', null, null); INSERT INTO `oss_file` VALUES ('c6873b0e3d4e6f4e38262bc25ba2100a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADCMP604/data.csv', 'admin', '2024-11-05 11:02:03', null, null); INSERT INTO `oss_file` VALUES ('c6a20b411a63cb5c64357f06e9dcf216', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LS2805S/nsrec05_W5.pdf', 'admin', '2024-11-05 11:51:58', null, null); INSERT INTO `oss_file` VALUES ('c6a3e5fdee4077af2e50f2463f20bffc', 'T061803_CD21CD.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD21CD/T061803_CD21CD.pdf', 'admin', '2024-11-05 11:13:15', null, null); INSERT INTO `oss_file` VALUES ('c6b306754a2f8a7ea964f1e9e5d21d9b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-520K/data.csv', 'admin', '2024-11-05 11:26:28', null, null); INSERT INTO `oss_file` VALUES ('c6b6b3e4d95ab434286968dd0b780175', '319.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD7626/319.pdf', 'admin', '2024-10-24 12:14:06', null, null); INSERT INTO `oss_file` VALUES ('c6bd6e7f17d985dcc5d486ee9ecab97f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HI506/data.csv', 'admin', '2024-11-05 11:28:50', null, null); INSERT INTO `oss_file` VALUES ('c6e65239f4a615bb9d4598a68d78d5b5', '2019-Casey-TR-19-003-Analog-Devices-RH1014MW-TID-2019July05-to-2019Dec30-20205007082.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1014MW/2019-Casey-TR-19-003-Analog-Devices-RH1014MW-TID-2019July05-to-2019Dec30-20205007082.pdf', 'admin', '2024-11-05 12:39:05', null, null); INSERT INTO `oss_file` VALUES ('c6eb07e2a1ec0a58161df4d6d1402802', 'D120400d.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii53253/D120400d.pdf', 'admin', '2024-11-05 12:24:57', null, null); INSERT INTO `oss_file` VALUES ('c6f940f8f3062046302f483b463f53c0', '161.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SOC3810A/161.pdf', 'admin', '2024-10-24 11:54:40', null, null); INSERT INTO `oss_file` VALUES ('c721609232a6020689639fdff9d8a6da', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT48LC1M16A1TG-10SIT/nsrec00_W21.pdf', 'admin', '2024-11-05 12:22:29', null, null); INSERT INTO `oss_file` VALUES ('c73e76346c474d18de91ec66c200aa24', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ZQ04031/data.csv', 'admin', '2024-11-05 13:15:55', null, null); INSERT INTO `oss_file` VALUES ('c741e1072b8509767b833614d6763182', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M3G2805D/NSREC99.pdf', 'admin', '2024-11-05 11:57:51', null, null); INSERT INTO `oss_file` VALUES ('c746e817239083ae978c32de552725e1', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AT22V10 PAL/nsrec94a.pdf', 'admin', '2024-11-05 11:07:52', null, null); INSERT INTO `oss_file` VALUES ('c747b1b4b2124336014a4b030d79be39', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/STRH100N10/data.csv', 'admin', '2024-10-24 12:15:03', null, null); INSERT INTO `oss_file` VALUES ('c74c6d7bcca5eb9f68b4621b71ace9c0', '2016-Forney-Chen-TR-15-088-AD2S80-2016Mar07-TID-20205003050.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD2S80/2016-Forney-Chen-TR-15-088-AD2S80-2016Mar07-TID-20205003050.pdf', 'admin', '2024-11-05 10:50:39', null, null); INSERT INTO `oss_file` VALUES ('c7549389413131e51a91694451bb2f30', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADC0816/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:01', null, null); INSERT INTO `oss_file` VALUES ('c756eb7e568bb08a95e3235ae5df2b19', '21392.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RS Encoder/21392.pdf', 'admin', '2024-11-05 12:42:55', null, null); INSERT INTO `oss_file` VALUES ('c7646fed63ce2ad236b23bc17020df85', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SJEP120R100/data.csv', 'admin', '2024-11-05 12:51:07', null, null); INSERT INTO `oss_file` VALUES ('c7668414c56ae7aef41dd9d4c482b920', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CS5327/data.csv', 'admin', '2024-11-05 11:16:50', null, null); INSERT INTO `oss_file` VALUES ('c77373786617345e9b9c0e0e1f5b70c5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MC1350/data.csv', 'admin', '2024-11-05 12:08:15', null, null); INSERT INTO `oss_file` VALUES ('c77577bcfcc3c1e50a69296c1a6c345e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IRUH330/data.csv', 'admin', '2024-11-05 11:35:41', null, null); INSERT INTO `oss_file` VALUES ('c79f291aa3b97c5306dc071189d98b94', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC4VLX25/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 13:12:55', null, null); INSERT INTO `oss_file` VALUES ('c7a13d3592bc02692bb012da12f0aaf7', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FB00KBY/nsrec00_W22.pdf', 'admin', '2024-11-05 11:22:35', null, null); INSERT INTO `oss_file` VALUES ('c7a205ff56a15ac0a232e3d212951388', 'PPM-96-003.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/58C1001F/PPM-96-003.pdf', 'admin', '2024-11-05 10:39:07', null, null); INSERT INTO `oss_file` VALUES ('c7a56b286c1ef6fe0944adb889fe66a7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/SML020DH12/data.csv', 'admin', '2024-10-24 11:55:24', null, null); INSERT INTO `oss_file` VALUES ('c7ab0d66785904169d1e48c2931f35f3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1605/data.csv', 'admin', '2024-11-05 11:54:25', null, null); INSERT INTO `oss_file` VALUES ('c7ad5824c5dedaaf4e3bdc5ee00789b1', 'PPM-92-094.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M54HC4020YBF/PPM-92-094.pdf', 'admin', '2024-11-05 11:58:16', null, null); INSERT INTO `oss_file` VALUES ('c7b17ac26420e1414cebb30ae24ab1bd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N6788/data.csv', 'admin', '2024-11-05 11:39:08', null, null); INSERT INTO `oss_file` VALUES ('c7b227ab33a7c073314a4d0b8c5b0ddd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TI7770-5MFKB/data.csv', 'admin', '2024-11-05 13:03:12', null, null); INSERT INTO `oss_file` VALUES ('c7bfb21c832fbb1e93af38fbc7d5c875', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SN74LVT16244/data.csv', 'admin', '2024-11-05 12:53:39', null, null); INSERT INTO `oss_file` VALUES ('c7c2bac9f54bf70151b42704d2a87b3b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JAN2N2608/data.csv', 'admin', '2024-11-05 11:36:58', null, null); INSERT INTO `oss_file` VALUES ('c7c46f07c74af73aca97bedf54360594', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FC1553921/nsrec94a.pdf', 'admin', '2024-11-05 11:22:40', null, null); INSERT INTO `oss_file` VALUES ('c7c60364f06a0c6af8177e05e55dd163', 'T052110_A3PE3000.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/T052110_A3PE3000.pdf', 'admin', '2024-11-05 14:47:01', null, null); INSERT INTO `oss_file` VALUES ('c7d75a624b13f7e9db9cd605344b57fb', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7821/PPM-99-045.pdf', 'admin', '2024-10-23 17:36:56', null, null); INSERT INTO `oss_file` VALUES ('c7dee36503ea6953fb7b94eca4b7deb1', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7888/nsrec01_W15.pdf', 'admin', '2024-11-05 10:58:30', null, null); INSERT INTO `oss_file` VALUES ('c80af07cb7889ca90c0a971c1f1cc45d', '203.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/STRH40N6SY3/203.pdf', 'admin', '2024-10-24 12:00:36', null, null); INSERT INTO `oss_file` VALUES ('c81a72f4429525fb305e2cd5812ef0f7', 'PPM-91-692.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC20LMQB/PPM-91-692.pdf', 'admin', '2024-11-05 10:35:24', null, null); INSERT INTO `oss_file` VALUES ('c81c454c732b595ea7860a3a20e225a8', 'T120510_LBNL012111_MFP0507S.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFP0507S/T120510_LBNL012111_MFP0507S.pdf', 'admin', '2024-11-05 12:10:28', null, null); INSERT INTO `oss_file` VALUES ('c81dcdadb2604ee373ddd66c4b1f7c8d', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139AWRQMLV/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 11:48:18', null, null); INSERT INTO `oss_file` VALUES ('c81e2c4e519c9db1a309be9b35b72882', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7714/data.csv', 'admin', '2024-11-05 10:57:21', null, null); INSERT INTO `oss_file` VALUES ('c83a6cd8a9dc02a133b74722f0f3f6db', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD1175/data.csv', 'admin', '2024-11-05 10:50:09', null, null); INSERT INTO `oss_file` VALUES ('c83dce178ba0ac773ed11bbbbfe81073', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 3 2200G/data.csv', 'admin', '2024-11-05 12:45:51', null, null); INSERT INTO `oss_file` VALUES ('c8433c1a794c300a38da844c3c2b280f', 'G05OCT_MT29F2G08B_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F2G08B/G05OCT_MT29F2G08B_TID.pdf', 'admin', '2024-11-05 12:20:23', null, null); INSERT INTO `oss_file` VALUES ('c8494c158f0fa70642638a466597be62', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IXD609/data.csv', 'admin', '2024-11-05 11:36:45', null, null); INSERT INTO `oss_file` VALUES ('c859482d6cd339406b05b56dfe2d1f9d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MN5295/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:54', null, null); INSERT INTO `oss_file` VALUES ('c86d489123e7a857e62519da603fcef3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TC55257/data.csv', 'admin', '2024-11-05 13:02:32', null, null); INSERT INTO `oss_file` VALUES ('c87cb0fc34d5d4ebc1bfdac511851c7e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAMT1R11/data.csv', 'admin', '2024-11-05 12:37:28', null, null); INSERT INTO `oss_file` VALUES ('c88874ca436b4bbc8c841198037e0244', '13-075_T20131219_MN101L.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MN101L/13-075_T20131219_MN101L.pdf', 'admin', '2024-11-05 12:12:55', null, null); INSERT INTO `oss_file` VALUES ('c890e44e376314b33d70120f8aa88d5e', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX962/nsrec00_W21.pdf', 'admin', '2024-11-05 12:01:26', null, null); INSERT INTO `oss_file` VALUES ('c8a88153fadc2badf3b17de080420504', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX-S/data.csv', 'admin', '2024-11-05 12:44:15', null, null); INSERT INTO `oss_file` VALUES ('c8add1215ddd6df6ef9c6576592294b0', 'PPM-91-693.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT244LMQB/PPM-91-693.pdf', 'admin', '2024-11-05 10:36:49', null, null); INSERT INTO `oss_file` VALUES ('c8c3306444250206997c67d1678a90b0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD976A/data.csv', 'admin', '2024-10-24 12:16:57', null, null); INSERT INTO `oss_file` VALUES ('c9085ceec4b54d7082722be03e09fd89', 'VdG09JAN_RH1021CMH_na.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021CMH-5/VdG09JAN_RH1021CMH_na.pdf', 'admin', '2024-11-05 12:39:25', null, null); INSERT INTO `oss_file` VALUES ('c90b70fcba60c2fcc4a5e1482864ae81', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MA4P7455CK-287T/data.csv', 'admin', '2024-11-05 11:58:39', null, null); INSERT INTO `oss_file` VALUES ('c90c31b1f65d3a985b23a712d523ddfe', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/16CYQ150C/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 10:21:08', null, null); INSERT INTO `oss_file` VALUES ('c91275102b3a185894bb09e938310ec2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54ABT16244WD/data.csv', 'admin', '2024-11-05 12:53:49', null, null); INSERT INTO `oss_file` VALUES ('c91c9bbe16d9ccab60207098034c340b', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124AJRQMLV/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 11:46:27', null, null); INSERT INTO `oss_file` VALUES ('c9550d4789c8e06c3603a6d5d4f4a28b', '293.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TLVH431/293.pdf', 'admin', '2024-10-24 12:11:29', null, null); INSERT INTO `oss_file` VALUES ('c9607d68dad27bfe5d3475a2788d925b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/D8255A/data.csv', 'admin', '2024-11-05 11:17:49', null, null); INSERT INTO `oss_file` VALUES ('c96cf6b716302bc12396420cb4c104e2', 'b022494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SSP21110-025/b022494.pdf', 'admin', '2024-11-05 12:55:39', null, null); INSERT INTO `oss_file` VALUES ('c97a0c189f6047365d4bddba1dc859b6', 'b050393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS26C32/b050393.pdf', 'admin', '2024-11-05 11:31:20', null, null); INSERT INTO `oss_file` VALUES ('c99ac58410e80163787eca294ca1ceab', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7858/data.csv', 'admin', '2024-11-05 10:58:15', null, null); INSERT INTO `oss_file` VALUES ('c99c2a35bbe649debce4001f3e1ec8c0', 'b050494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/74FCT163374/b050494.pdf', 'admin', '2024-11-05 10:43:27', null, null); INSERT INTO `oss_file` VALUES ('c9b374d63cc020381b4c82c8c31a310c', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4216400/ieee95a.pdf', 'admin', '2024-11-05 10:31:45', null, null); INSERT INTO `oss_file` VALUES ('c9bfebfe5271194abdb9341e62a1663f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2298855-2/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:23', null, null); INSERT INTO `oss_file` VALUES ('c9c06f2c9e0a2b542c555488436007ef', 'T121805_AD565.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD565/T121805_AD565.pdf', 'admin', '2024-11-05 10:52:31', null, null); INSERT INTO `oss_file` VALUES ('c9cf437811718bf849e79523629467e3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UC1825/data.csv', 'admin', '2024-11-05 13:08:31', null, null); INSERT INTO `oss_file` VALUES ('c9fa383b95098d8c82a61e2b10f704f3', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK1852P/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:14:37', null, null); INSERT INTO `oss_file` VALUES ('ca0e3bd947569890f1b953650ff3a1fc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IDT7203L65DB/data.csv', 'admin', '2024-11-05 11:33:42', null, null); INSERT INTO `oss_file` VALUES ('ca1a2a7a2062930412d146ded5fcc3ef', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FRL9130R3/data.csv', 'admin', '2024-11-05 11:23:03', null, null); INSERT INTO `oss_file` VALUES ('ca20915a9a582006c3fdf79fc9d7d88f', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82C54/random6a.pdf', 'admin', '2024-11-05 10:45:22', null, null); INSERT INTO `oss_file` VALUES ('ca37be773a0a17211c4131f805e483a3', 'b050393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS2420/b050393.pdf', 'admin', '2024-11-05 11:31:10', null, null); INSERT INTO `oss_file` VALUES ('ca37ca326fa06eb80d7bfc38b7e82768', 'MAPLD02_Howard_P3.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/MAPLD02_Howard_P3.pdf', 'admin', '2024-11-05 12:35:54', null, null); INSERT INTO `oss_file` VALUES ('ca5541c76bb98ca3877696884136dcb5', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATTDA205B Receiver/Random97a.pdf', 'admin', '2024-11-05 11:08:41', null, null); INSERT INTO `oss_file` VALUES ('ca73b8bd6af50e06e37ad591b3f80320', 'T022608_MAX367_DG390.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX367/T022608_MAX367_DG390.pdf', 'admin', '2024-11-05 11:59:31', null, null); INSERT INTO `oss_file` VALUES ('ca7c46bd91c2d2d1ebb772100dad94ac', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANS1N6843CCU3/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:37:19', null, null); INSERT INTO `oss_file` VALUES ('ca94810ce6206cbbf28a37483407e0d3', 'PPM-98-027.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC74/PPM-98-027.pdf', 'admin', '2024-11-05 10:36:30', null, null); INSERT INTO `oss_file` VALUES ('caa37c7db82bc6d562065cfeb02c8e85', 'PPM-97-035.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP470/PPM-97-035.pdf', 'admin', '2024-11-05 12:31:25', null, null); INSERT INTO `oss_file` VALUES ('caaf0ec555647a1e96ad9240f76e6c1d', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7545/nsrec05_W23.pdf', 'admin', '2024-11-05 10:56:55', null, null); INSERT INTO `oss_file` VALUES ('cabfede868e67bb15df7f94c1d8d51dc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BF04431-01/data.csv', 'admin', '2024-11-05 11:10:11', null, null); INSERT INTO `oss_file` VALUES ('cae1d39c18a9ba1c442537b56e0792bc', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7204/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:35', null, null); INSERT INTO `oss_file` VALUES ('cae718a667f5033083aaefb4fccf102b', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TIL25/NSREC02_W16.pdf', 'admin', '2024-11-05 13:03:18', null, null); INSERT INTO `oss_file` VALUES ('caff8b6c71b9ef2d959fd5a576d90d47', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/S3590-02/nsrec06_W2.pdf', 'admin', '2024-11-05 12:46:26', null, null); INSERT INTO `oss_file` VALUES ('cb00915d783cefbc4da2857a193e2397', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BAS21-E3-08/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:09:57', null, null); INSERT INTO `oss_file` VALUES ('cb042e7d905c7ff8d82404c0e32c1cbe', 'VdG10AUG_HS-1840ARH.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS-1840ARH/VdG10AUG_HS-1840ARH.pdf', 'admin', '2024-11-05 11:30:45', null, null); INSERT INTO `oss_file` VALUES ('cb07f063b75a60fdc57c54509e6b5c1d', 'PPM-95-187.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C256/PPM-95-187.pdf', 'admin', '2024-11-05 10:24:07', null, null); INSERT INTO `oss_file` VALUES ('cb18b4b20975f9fe49b8df4c4de86859', 'B092500b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7858/B092500b.pdf', 'admin', '2024-11-05 10:58:15', null, null); INSERT INTO `oss_file` VALUES ('cb2140b381527f6d662c929c92e921ff', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NB7L14MNG/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:25:47', null, null); INSERT INTO `oss_file` VALUES ('cb2cd09260d2346c8775883ddc952104', '62492.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RS Encoder/62492.pdf', 'admin', '2024-11-05 12:42:58', null, null); INSERT INTO `oss_file` VALUES ('cb33168f44cd5e3dedc011bdc5d97380', 'NEPP-CP-2019-Wilcox-NSREC-Presentation-Poster-TID-SEE-3D-NAND-Flash-TN70578.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F1T08CMHBB/NEPP-CP-2019-Wilcox-NSREC-Presentation-Poster-TID-SEE-3D-NAND-Flash-TN70578.pdf', 'admin', '2024-11-05 12:20:02', null, null); INSERT INTO `oss_file` VALUES ('cb4233d87a986bef6546a9e573a2b724', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPSC1006D/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:57:48', null, null); INSERT INTO `oss_file` VALUES ('cb4317965b1d054236c76c1295252f42', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A1280A/nsrec00_W21.pdf', 'admin', '2024-11-05 10:46:50', null, null); INSERT INTO `oss_file` VALUES ('cb4abe8fad34f6f9f0c4f29913cf00a4', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 12:21:12', null, null); INSERT INTO `oss_file` VALUES ('cb70f3cf39145e5dd94e8b28359a0e7d', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX724ECK/nsrec05_W23.pdf', 'admin', '2024-11-05 12:00:59', null, null); INSERT INTO `oss_file` VALUES ('cb746dcd696d6e300a979a559d75f43e', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N49/nsrec00_W22.pdf', 'admin', '2024-11-05 10:32:50', null, null); INSERT INTO `oss_file` VALUES ('cb88a2e820c8499a0bf0452cab8647b6', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7535/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:33', null, null); INSERT INTO `oss_file` VALUES ('cb970d77108bc5487eabe2769e80da35', 'i090397.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF+2815 Isolink/i090397.pdf', 'admin', '2024-11-05 12:11:10', null, null); INSERT INTO `oss_file` VALUES ('cba1eb124b81cd5c576fa5ea0cabe31f', 'T061803_SN64BCT244.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN64BCT244/T061803_SN64BCT244.pdf', 'admin', '2024-11-05 12:53:26', null, null); INSERT INTO `oss_file` VALUES ('cba47c1648ebf7719c20582369518eef', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV2N5115/data.csv', 'admin', '2024-11-05 11:38:23', null, null); INSERT INTO `oss_file` VALUES ('cba6392c9ad5b52b45f2c7d7d4bcf679', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4429AJB/NSREC98.pdf', 'admin', '2024-11-05 12:12:29', null, null); INSERT INTO `oss_file` VALUES ('cbad4ede0cf7c8fb0fb1c3766e943371', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Vehicle 32 nm SOI CMOS/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 13:07:38', null, null); INSERT INTO `oss_file` VALUES ('cbd1b0fe04762d9f1850bd26f5b20004', 'PPM-98-004.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5115/PPM-98-004.pdf', 'admin', '2024-11-05 10:29:14', null, null); INSERT INTO `oss_file` VALUES ('cbd6e2a96eb635864139598da77fabcc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UT54LVDS032/data.csv', 'admin', '2024-11-05 13:09:21', null, null); INSERT INTO `oss_file` VALUES ('cbe8f296c70f061dd0d102a64f496f02', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GAFE5G/nsrec04_SEE.pdf', 'admin', '2024-11-05 13:01:47', null, null); INSERT INTO `oss_file` VALUES ('cbeb08ccf7b15b81273a1b39128558e5', 'PPM-99-020.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATR2815TF/PPM-99-020.pdf', 'admin', '2024-11-05 11:08:26', null, null); INSERT INTO `oss_file` VALUES ('cbec68817c4b6afeaffc69b065017b36', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NYTEK 8002/NSREC99.pdf', 'admin', '2024-11-05 12:26:41', null, null); INSERT INTO `oss_file` VALUES ('cbf79e234854eb9a00f12720db51a90c', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA1-5320-8/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:31', null, null); INSERT INTO `oss_file` VALUES ('cc060b23d6cfe331b9d38377f6e86254', 'NEPP-TR-2016-1_CL16-6029_Suh_Virtex-5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Virtex-5 CN XQDaisy/NEPP-TR-2016-1_CL16-6029_Suh_Virtex-5.pdf', 'admin', '2024-11-05 13:11:44', null, null); INSERT INTO `oss_file` VALUES ('cc06c579e1b32b8ef20fd174fad0e483', 'G07SEP_SMSA2815_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMSA2815S/G07SEP_SMSA2815_TID.pdf', 'admin', '2024-11-05 12:52:46', null, null); INSERT INTO `oss_file` VALUES ('cc09c43cc7d7bca94ed730bc2d72ac5b', 'T062811_CD4066.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD4066/T062811_CD4066.pdf', 'admin', '2024-11-05 11:13:26', null, null); INSERT INTO `oss_file` VALUES ('cc221441790983c0d83d08b44963755b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/66221-103/data.csv', 'admin', '2024-10-24 11:51:04', null, null); INSERT INTO `oss_file` VALUES ('cc22b7670bca5c1869de606f0d33f703', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/SOC5551HRB/data.csv', 'admin', '2024-10-24 11:57:25', null, null); INSERT INTO `oss_file` VALUES ('cc3260708bfac8932770af69ecc83023', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2815/nsrec00_W21.pdf', 'admin', '2024-11-05 12:22:52', null, null); INSERT INTO `oss_file` VALUES ('cc509c534cfe7be9e7756749e3ef66d6', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM193/NSREC03_W10.pdf', 'admin', '2024-11-05 11:49:00', null, null); INSERT INTO `oss_file` VALUES ('cc578b1be2e1c9f89eee44b684668e19', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES05ZF/NSREC02_W16.pdf', 'admin', '2024-11-05 12:09:17', null, null); INSERT INTO `oss_file` VALUES ('cc5e7f0c4f9b19af401b97f0c88ebeb6', 'VdG08SEP_ICS9803.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/9803/VdG08SEP_ICS9803.pdf', 'admin', '2024-11-05 10:46:24', null, null); INSERT INTO `oss_file` VALUES ('cc6e72828610485d528bc129bc338d59', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7204/data.csv', 'admin', '2024-11-05 14:19:35', null, null); INSERT INTO `oss_file` VALUES ('cc994152478957060265092e05d07510', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K9F8G08U0A/data.csv', 'admin', '2024-11-05 11:41:37', null, null); INSERT INTO `oss_file` VALUES ('cc9c133ffdf4ad23c9ede41a9cad1899', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5HP HBT Transistor/NSREC03_W10.pdf', 'admin', '2024-11-05 10:39:34', null, null); INSERT INTO `oss_file` VALUES ('cc9e15e50167575c51e552ad14fc8a56', 'NEPP-CP-2017-Chen-NSREC-Pres-NAND-TN44695.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/H27QDG822C8R-BCG/NEPP-CP-2017-Chen-NSREC-Pres-NAND-TN44695.pdf', 'admin', '2024-11-05 11:25:47', null, null); INSERT INTO `oss_file` VALUES ('ccaf9d130cbda5854476bdd2d2fa8f93', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HCPL5701/data.csv', 'admin', '2024-10-24 11:53:12', null, null); INSERT INTO `oss_file` VALUES ('ccb560507ce432ba193493fe532e816b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5900/data.csv', 'admin', '2024-11-05 12:18:52', null, null); INSERT INTO `oss_file` VALUES ('ccc121bf18794b269422179ddc9fb4b0', '114.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/K6R4016V1D, IS61LV12816/114.pdf', 'admin', '2024-10-24 11:49:59', null, null); INSERT INTO `oss_file` VALUES ('ccc952e3c25ae90216772db622a9fac1', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M82C59A/ieee95a.pdf', 'admin', '2024-11-05 11:58:37', null, null); INSERT INTO `oss_file` VALUES ('ccd3188e04af45688d9ce09ad2cf2041', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5962-8754802XA/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:08', null, null); INSERT INTO `oss_file` VALUES ('ccd55c5c6ac754f6c97b68ee37d51d96', 'd032495.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4216400/d032495.pdf', 'admin', '2024-11-05 10:31:45', null, null); INSERT INTO `oss_file` VALUES ('cd0f801ee70934628b53f9d726bebadc', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7821/NSREC02_W16.pdf', 'admin', '2024-11-05 10:57:45', null, null); INSERT INTO `oss_file` VALUES ('cd243fb3ede659f20245f7952437eef8', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5630 (6N134)/nsrec00_W22.pdf', 'admin', '2024-11-05 11:27:20', null, null); INSERT INTO `oss_file` VALUES ('cd3567720a94b26a34410e86dbecccc9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CSD16403Q5A/data.csv', 'admin', '2024-11-05 11:16:58', null, null); INSERT INTO `oss_file` VALUES ('cd3a55a826b651dd1919f57bca954060', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5820-2.5RH/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 12:18:44', null, null); INSERT INTO `oss_file` VALUES ('cd3bb31943d6781352539d8b4084b55e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD8038/data.csv', 'admin', '2024-11-05 10:58:51', null, null); INSERT INTO `oss_file` VALUES ('cd405761b02ce7eb9f64393179c5d573', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MP7628/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:52', null, null); INSERT INTO `oss_file` VALUES ('cd40cb042e4e32884769a4637d1aa5de', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20200CT/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:03:23', null, null); INSERT INTO `oss_file` VALUES ('cd432e3b4f5370323cad5533ba5535a7', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2805SF/NSREC99.pdf', 'admin', '2024-11-05 12:22:50', null, null); INSERT INTO `oss_file` VALUES ('cd56115a05f63490dc6cf79b96fde1a1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LTC6244/data.csv', 'admin', '2024-10-24 11:59:35', null, null); INSERT INTO `oss_file` VALUES ('cd570ed62b3a3588a54ae23218f82e85', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SerDeSer/NSREC02_W16.pdf', 'admin', '2024-11-05 12:58:40', null, null); INSERT INTO `oss_file` VALUES ('cd79712c99556d64f75a04b3c7724ae4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/2N7371/data.csv', 'admin', '2024-10-24 12:02:34', null, null); INSERT INTO `oss_file` VALUES ('cdb66f725e073ca747381eec0168c8f6', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1149/NSREC03_W10.pdf', 'admin', '2024-11-05 11:53:39', null, null); INSERT INTO `oss_file` VALUES ('cdc1d33370af004f0f272614c5b68537', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SPT7760/nsrec01_W15.pdf', 'admin', '2024-11-05 12:54:42', null, null); INSERT INTO `oss_file` VALUES ('cdc4ba2c51bd83fb03505f4edf38961b', '181.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHFLVDS228A/181.pdf', 'admin', '2024-10-24 11:57:02', null, null); INSERT INTO `oss_file` VALUES ('cdccef0a46fe2628b72e20966d169b11', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS139/nsrec00_W21.pdf', 'admin', '2024-11-05 11:30:53', null, null); INSERT INTO `oss_file` VALUES ('cdd626acfc3cdb54024e6b69b5f09476', '296.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TS432/296.pdf', 'admin', '2024-10-24 12:11:50', null, null); INSERT INTO `oss_file` VALUES ('cdf449d2efd8ec7d337b267e3c71663a', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN74LVCC3245/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:53:37', null, null); INSERT INTO `oss_file` VALUES ('ce026db351c14d79c1aa4be3b60a8809', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BDS18/data.csv', 'admin', '2024-10-24 12:03:56', null, null); INSERT INTO `oss_file` VALUES ('ce1bda359bac8287c6b0b7216d6cac36', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK1852P/data.csv', 'admin', '2024-11-05 12:14:38', null, null); INSERT INTO `oss_file` VALUES ('ce260a273ba8b92d95328746a80e1ea5', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/61055-305 PT/nsrec05_W23.pdf', 'admin', '2024-11-05 10:40:04', null, null); INSERT INTO `oss_file` VALUES ('ce355aebf14316dfab15da3eb0820de4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR6045/data.csv', 'admin', '2024-11-05 12:06:29', null, null); INSERT INTO `oss_file` VALUES ('ce3bd290a09edc90ee06b8a1a42fcafd', 'nsrec2013_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907/nsrec2013_W6_TID.pdf', 'admin', '2024-11-05 10:27:20', null, null); INSERT INTO `oss_file` VALUES ('ce53328704846310cb6b47542f912392', '232.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/UC1843/232.pdf', 'admin', '2024-10-24 12:04:54', null, null); INSERT INTO `oss_file` VALUES ('ce77d5c42575ffae2b597107a8b75954', 'G06AUG_SG1526_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1526/G06AUG_SG1526_TID.pdf', 'admin', '2024-11-05 12:50:09', null, null); INSERT INTO `oss_file` VALUES ('ce806d2a0a4f85ce047bf19895b15c87', 'PPM-99-028.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM3914/PPM-99-028.pdf', 'admin', '2024-11-05 12:28:04', null, null); INSERT INTO `oss_file` VALUES ('ce87aa16b82d124c4ebef85454acb793', 'PPM-93-063.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OW628128CD/PPM-93-063.pdf', 'admin', '2024-11-05 12:33:05', null, null); INSERT INTO `oss_file` VALUES ('ce88dd19c49d728806fcbeb551e2af26', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5430/nsrec00_W22.pdf', 'admin', '2024-11-05 11:27:08', null, null); INSERT INTO `oss_file` VALUES ('ce926253846fa8114a3726c9db4da9b6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/DAC5675AHFG - DC1233A/data.csv', 'admin', '2024-10-24 12:17:06', null, null); INSERT INTO `oss_file` VALUES ('cea0bfd146b88edbf14aab1ffd997c1c', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AT6002-JC/random6a.pdf', 'admin', '2024-11-05 11:08:02', null, null); INSERT INTO `oss_file` VALUES ('ceaf2db51f021d7cb6e5c1152f624db7', 'B051397bmod.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M67204EV-50/B051397bmod.pdf', 'admin', '2024-11-05 11:58:31', null, null); INSERT INTO `oss_file` VALUES ('ceb9e84dc648bd60e70d7f8c23fbadd0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2812S/data.csv', 'admin', '2024-11-05 12:10:02', null, null); INSERT INTO `oss_file` VALUES ('cebfa78d477b3ef8369ae35ed8591444', 'PPM-97-025.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MX7847TQ/PPM-97-025.pdf', 'admin', '2024-11-05 12:23:56', null, null); INSERT INTO `oss_file` VALUES ('cec05b249943d1a26c6befaee228c0e2', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFP0507S/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:10:28', null, null); INSERT INTO `oss_file` VALUES ('ceed5d8967fa4780742cbb505279e400', 'PPM-91-423.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC14/PPM-91-423.pdf', 'admin', '2024-11-05 10:34:57', null, null); INSERT INTO `oss_file` VALUES ('cf0efda074d196cbdee400c0f752f989', 'N121901_LTC1272.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1272/N121901_LTC1272.pdf', 'admin', '2024-11-05 11:53:55', null, null); INSERT INTO `oss_file` VALUES ('cf15d2684962444313c7b57bf726ad50', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LXA0381 Test Chip - G12 Process/data.csv', 'admin', '2024-11-05 11:56:20', null, null); INSERT INTO `oss_file` VALUES ('cf16ecdd748d2df422ba2543d33d82cb', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SUM45N25-58/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 12:58:09', null, null); INSERT INTO `oss_file` VALUES ('cf22371b393135b9367a171200d1a5f1', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD780/NSREC99.pdf', 'admin', '2024-11-05 10:57:33', null, null); INSERT INTO `oss_file` VALUES ('cf30d94a4e658bf182ca33d66ac74e5e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LX25_XC4VLX25-10FF668/data.csv', 'admin', '2024-11-05 11:56:15', null, null); INSERT INTO `oss_file` VALUES ('cf3519e6ac78b97211dff92e4f5be62c', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1078/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 12:39:45', null, null); INSERT INTO `oss_file` VALUES ('cf4b60ce074f525602de37b3fa561af7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT534/data.csv', 'admin', '2024-11-05 10:36:59', null, null); INSERT INTO `oss_file` VALUES ('cf597e3e5c1d8c39c097a86879f04e1c', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM20P10/nsrec00_W21.pdf', 'admin', '2024-11-05 12:27:59', null, null); INSERT INTO `oss_file` VALUES ('cf5e3c5617a69fe27c0aea05ae285a09', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADS5424/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 11:03:01', null, null); INSERT INTO `oss_file` VALUES ('cf5ef05354ce78784e1c66396a2e6763', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84-C68,215/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:11:46', null, null); INSERT INTO `oss_file` VALUES ('cf67a0b181dde660e6f173852ee611d4', 'G05JAN_OP400_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400/G05JAN_OP400_TID.pdf', 'admin', '2024-11-05 12:30:37', null, null); INSERT INTO `oss_file` VALUES ('cf71b4bf280b03f93a1a66d12b8325a3', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF147/nsrec00_W21.pdf', 'admin', '2024-11-05 11:42:53', null, null); INSERT INTO `oss_file` VALUES ('cf7bc96b998fd83060a8ea21ea1ebe63', '163.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH400/163.pdf', 'admin', '2024-11-05 12:27:28', null, null); INSERT INTO `oss_file` VALUES ('cf84602fa01422cae734804f5de0afdf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/UC1525BJQMLV/data.csv', 'admin', '2024-10-24 11:49:10', null, null); INSERT INTO `oss_file` VALUES ('cf8aeab3879becc75e8a12b5cdf641b1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM108A/data.csv', 'admin', '2024-11-05 11:43:45', null, null); INSERT INTO `oss_file` VALUES ('cf8fcbbae77c8dbcfc32a81e38926b55', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27A/nsrec05_W23.pdf', 'admin', '2024-11-05 12:30:05', null, null); INSERT INTO `oss_file` VALUES ('cf988f2ca2abcaf6edcf35d467a02b7f', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH21020/nsrec00_W21.pdf', 'admin', '2024-11-05 12:40:24', null, null); INSERT INTO `oss_file` VALUES ('cfa9c7dc4fba59bf668573d26ddff767', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RadFET - Field Effect Transistor/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 12:45:19', null, null); INSERT INTO `oss_file` VALUES ('cfad50c5471fb5569d9db467a8d2c816', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1608/data.csv', 'admin', '2024-11-05 11:54:30', null, null); INSERT INTO `oss_file` VALUES ('cfb7e8f1e4409598b38aceb63a3c9f87', 'D5-12 - TN5.12 - TID JFET IJW120RT100T1 - NEO-14-086_Report_25-2017_rev1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IJW120R100T1/D5-12 - TN5.12 - TID JFET IJW120RT100T1 - NEO-14-086_Report_25-2017_rev1.pdf', 'admin', '2024-10-24 11:57:43', null, null); INSERT INTO `oss_file` VALUES ('cfc9dc5497f483a8145ed29c36a80e35', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N7270/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 10:30:51', null, null); INSERT INTO `oss_file` VALUES ('cfce7b9903bf8a7f9530c6cb0389b2ea', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5042/data.csv', 'admin', '2024-11-05 12:14:51', null, null); INSERT INTO `oss_file` VALUES ('cfcee11635e028630b9c9fa878c497d5', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/372/ieee95a.pdf', 'admin', '2024-11-05 10:43:48', null, null); INSERT INTO `oss_file` VALUES ('cfe1576439c2f964fb577cd30c54a126', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5101/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 12:15:24', null, null); INSERT INTO `oss_file` VALUES ('cff883d3eb885cb20667bf76451e23dc', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7545/nsrec00_W21.pdf', 'admin', '2024-11-05 10:56:54', null, null); INSERT INTO `oss_file` VALUES ('cff96a58ce48ac4ed3462715be81ba98', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4N48/data.csv', 'admin', '2024-11-05 10:32:26', null, null); INSERT INTO `oss_file` VALUES ('cffa705491dbc211ee5bfe7e9ff23220', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T-1FBG900 Kintex K7/data.csv', 'admin', '2024-11-05 13:14:34', null, null); INSERT INTO `oss_file` VALUES ('d010bf7262f3e0ed504aad597bf59e9e', 'D031504_RS422.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PE26C32/D031504_RS422.pdf', 'admin', '2024-11-05 12:34:38', null, null); INSERT INTO `oss_file` VALUES ('d024477c02326a9d8cff005d3187c6c6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX9180/data.csv', 'admin', '2024-11-05 12:01:23', null, null); INSERT INTO `oss_file` VALUES ('d02650f9323b3a32e4ed1a2d93fb2344', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Arduino UNO R3/data.csv', 'admin', '2024-11-05 11:09:21', null, null); INSERT INTO `oss_file` VALUES ('d02697e0183ed72a4b6047d52656ad97', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT74LMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:57', null, null); INSERT INTO `oss_file` VALUES ('d02a068e26fb27d57a7b4f0da6ba12f7', 'b010694.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CP20420/b010694.pdf', 'admin', '2024-11-05 11:15:34', null, null); INSERT INTO `oss_file` VALUES ('d031cf1a863e7a101abd9bd16dce87c8', 'LBNL090812_NBSG53AMN.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NBSG53AMNG/LBNL090812_NBSG53AMN.pdf', 'admin', '2024-11-05 12:25:53', null, null); INSERT INTO `oss_file` VALUES ('d0490a2d220a1672f40d080928b2b8e4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC139DMQB Decoder/data.csv', 'admin', '2024-11-05 10:34:52', null, null); INSERT INTO `oss_file` VALUES ('d04ebbcfbbcc03c4779db8caaec6bb3a', 'G05DEC_OP11_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP11/G05DEC_OP11_TID.pdf', 'admin', '2024-11-05 12:29:06', null, null); INSERT INTO `oss_file` VALUES ('d05d0b27aac2bc686628b2a392b79607', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADuM4121/data.csv', 'admin', '2024-11-05 11:04:31', null, null); INSERT INTO `oss_file` VALUES ('d07a8abc4ca1e724afe6ef5a9b567c51', 'PPM-92-060.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC299LMQB/PPM-92-060.pdf', 'admin', '2024-11-05 10:35:59', null, null); INSERT INTO `oss_file` VALUES ('d07b9b96887b5578857ffc8bd28bba01', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP471/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:31:28', null, null); INSERT INTO `oss_file` VALUES ('d09ac7017ec4d3a4113d2ad7c3804c30', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C256/nsrec00_W21.pdf', 'admin', '2024-11-05 10:24:02', null, null); INSERT INTO `oss_file` VALUES ('d0a8a05cd0f8258b8772e8e541751e26', 'T062507_Memtek_17302-001.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/17302-001/T062507_Memtek_17302-001.pdf', 'admin', '2024-11-05 10:21:20', null, null); INSERT INTO `oss_file` VALUES ('d0b1bfd4ae321c53c5350d141a8ea552', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/66193-002/data.csv', 'admin', '2024-10-24 11:52:13', null, null); INSERT INTO `oss_file` VALUES ('d0b7028edd099c418c6ca3f239464cbd', 'PPM-92-316.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117/PPM-92-316.pdf', 'admin', '2024-11-05 11:44:13', null, null); INSERT INTO `oss_file` VALUES ('d0cb6de7a94c4addf437ac86dba9ac3e', 'd052494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/8116400-60PJ/d052494.pdf', 'admin', '2024-11-05 10:45:07', null, null); INSERT INTO `oss_file` VALUES ('d0ceb45df76f84ae7d3c8d9bc7e5b0d2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SBRT10U60D1/data.csv', 'admin', '2024-11-05 12:48:06', null, null); INSERT INTO `oss_file` VALUES ('d0d29247ac18a71ef5cd471d6b7fe071', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX313/data.csv', 'admin', '2024-11-05 11:59:21', null, null); INSERT INTO `oss_file` VALUES ('d0e1d156f393d06a95fcbcb9092eac04', 'T15_Gigliuto_Observed_Diode_Failures.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR28515/T15_Gigliuto_Observed_Diode_Failures.pdf', 'admin', '2024-11-05 12:23:14', null, null); INSERT INTO `oss_file` VALUES ('d0e6f494476e206314a559380196bb4b', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/32nm SOI (Deneb)/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 10:31:14', null, null); INSERT INTO `oss_file` VALUES ('d0eb2454dc951e9bb02daeef8593123d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADS8323/data.csv', 'admin', '2024-11-05 11:03:25', null, null); INSERT INTO `oss_file` VALUES ('d0ec453d846f9f0ab20218aef62cffad', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATF22V10/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 11:08:16', null, null); INSERT INTO `oss_file` VALUES ('d10df319c10e348d0598a9d7617f0c05', 'T120510_SCF9550.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SCF9550/T120510_SCF9550.pdf', 'admin', '2024-11-05 12:48:13', null, null); INSERT INTO `oss_file` VALUES ('d1193768686327d76ceae6a56437c5df', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4C/data.csv', 'admin', '2024-11-05 13:01:09', null, null); INSERT INTO `oss_file` VALUES ('d121051581618ab2564c703c44264784', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Mii53253/data.csv', 'admin', '2024-11-05 12:24:57', null, null); INSERT INTO `oss_file` VALUES ('d1219ae8fe74035980bb003fb70f7d9a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BC847B,215/data.csv', 'admin', '2024-10-24 12:09:40', null, null); INSERT INTO `oss_file` VALUES ('d1241b10665eaea4862b2fad58b8d5b7', 'N013102_2N5114.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5114/N013102_2N5114.pdf', 'admin', '2024-11-05 10:29:08', null, null); INSERT INTO `oss_file` VALUES ('d125345ca0fd835bd42bf115ff0f4d49', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20H200/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:04:35', null, null); INSERT INTO `oss_file` VALUES ('d1274074ca2a31e0263cf0861f0fb2b6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SEDS II SCI/data.csv', 'admin', '2024-11-05 12:48:47', null, null); INSERT INTO `oss_file` VALUES ('d12b5693d8af80ca3b5111e9e3dba521', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/C4D40120D/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 11:12:43', null, null); INSERT INTO `oss_file` VALUES ('d140f40b423cbb375b88e08a198f95fe', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5434/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:30:14', null, null); INSERT INTO `oss_file` VALUES ('d1431a2ebb83098a36086ecbe6c9927b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STPSC806D/data.csv', 'admin', '2024-11-05 12:57:53', null, null); INSERT INTO `oss_file` VALUES ('d144506a841a3d5b836d73ae8e0c6951', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH21020/NSREC99.pdf', 'admin', '2024-11-05 12:40:24', null, null); INSERT INTO `oss_file` VALUES ('d1485a6d6247a3c2c5ca5d565120a8a8', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/3090A/random6a.pdf', 'admin', '2024-11-05 10:30:58', null, null); INSERT INTO `oss_file` VALUES ('d14f3b9bfc12e51a4fbbaebb16b83ceb', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSB12LV26PZT/NSREC02_W16.pdf', 'admin', '2024-11-05 13:06:00', null, null); INSERT INTO `oss_file` VALUES ('d1584d501da85a61a9e0819f17819cd5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD645/data.csv', 'admin', '2024-11-05 10:54:38', null, null); INSERT INTO `oss_file` VALUES ('d15b6b581052d49a478c1b16dd36e5b0', '275.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HS-OP470RH/275.pdf', 'admin', '2024-10-24 12:09:24', null, null); INSERT INTO `oss_file` VALUES ('d17612fb8baa9e05c73910a78a928675', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LMC6081AIM/data.csv', 'admin', '2024-11-05 11:50:11', null, null); INSERT INTO `oss_file` VALUES ('d17b1816e7236182274c03d5dda887ef', 'dcdc95.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SSP21110-025/dcdc95.pdf', 'admin', '2024-11-05 12:55:39', null, null); INSERT INTO `oss_file` VALUES ('d17df95665506d8f4bf459dff84188a2', 'PPM-99-015.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AMP01A/PPM-99-015.pdf', 'admin', '2024-11-05 11:06:10', null, null); INSERT INTO `oss_file` VALUES ('d181c2eefb1e2e7d68688d890702cad0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SA8016/data.csv', 'admin', '2024-11-05 12:46:48', null, null); INSERT INTO `oss_file` VALUES ('d18e0756f10c26bfc74447b4f4d5c6ee', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:30:37', null, null); INSERT INTO `oss_file` VALUES ('d1a4426a342b17b52cbf3bc7907ebeeb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JAXA R 2SK4188/data.csv', 'admin', '2024-11-05 11:38:33', null, null); INSERT INTO `oss_file` VALUES ('d1a76c52cbf6fc7da27db894e02721ce', 'G06NOV_LP2951_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/G06NOV_LP2951_TID.pdf', 'admin', '2024-11-05 11:51:15', null, null); INSERT INTO `oss_file` VALUES ('d1a8ceb3cceffc9604fb015511ee882f', 'PPM-92-122.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCC4053BM2RB/PPM-92-122.pdf', 'admin', '2024-11-05 11:26:25', null, null); INSERT INTO `oss_file` VALUES ('d1aafe8092cb3dae37c83235966046a9', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CPM2-1200-0025B/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:16:09', null, null); INSERT INTO `oss_file` VALUES ('d1af5d25722081093b355e65deb97cbb', 'T031205_Maxwell_SDRAM.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Parts - SDRAM/T031205_Maxwell_SDRAM.pdf', 'admin', '2024-11-05 13:07:02', null, null); INSERT INTO `oss_file` VALUES ('d1c0f8ea3128bcc43dcda84c5f81a252', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1086/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 12:40:06', null, null); INSERT INTO `oss_file` VALUES ('d1c85cfe5e77111f2f1e3879acda15b2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/KM48C8000/data.csv', 'admin', '2024-11-05 11:42:15', null, null); INSERT INTO `oss_file` VALUES ('d1cd820276e026c813fb6978dbd77ce3', 'T111103_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GAFE7/T111103_GLAST.pdf', 'admin', '2024-11-05 13:01:52', null, null); INSERT INTO `oss_file` VALUES ('d1e8d7759c1a52083685f18ab0a459b8', 'nsrec04_MSU.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M65656/nsrec04_MSU.pdf', 'admin', '2024-11-05 11:58:25', null, null); INSERT INTO `oss_file` VALUES ('d202660190403d725b9669a02b3c5867', 's061893.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM628128LP-10/s061893.pdf', 'admin', '2024-11-05 11:29:27', null, null); INSERT INTO `oss_file` VALUES ('d20704e8e4a1d51bae398a77931fd942', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1078W/data.csv', 'admin', '2024-11-05 12:40:00', null, null); INSERT INTO `oss_file` VALUES ('d2088fc16f465be99ae4122e8f5330ef', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/82C59A/data.csv', 'admin', '2024-11-05 10:45:28', null, null); INSERT INTO `oss_file` VALUES ('d2096bc7b4e8af76474520b9b4657483', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/66191/data.csv', 'admin', '2024-10-24 11:51:20', null, null); INSERT INTO `oss_file` VALUES ('d209afd412b8523168d5a2e2863db686', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3811UX/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:28:40', null, null); INSERT INTO `oss_file` VALUES ('d21067f693f217ecd4357e5a16c5895f', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N3811JS/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:28:31', null, null); INSERT INTO `oss_file` VALUES ('d23be793c5b8911990dde39689a0d547', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS20200C/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:56:29', null, null); INSERT INTO `oss_file` VALUES ('d244e0ec224ce93bbbfcb1ba2c417f48', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Virtex II Pro XC2VP7/nsrec05_W5.pdf', 'admin', '2024-11-05 13:11:28', null, null); INSERT INTO `oss_file` VALUES ('d24baacbe95b5b7cc4f2cc4dadf0da52', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54LVC14AFK/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:54:10', null, null); INSERT INTO `oss_file` VALUES ('d24ccafc9815c3c7d9b7b7adf9f49706', 'nsrec01_ph2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS139/nsrec01_ph2.pdf', 'admin', '2024-11-05 11:30:52', null, null); INSERT INTO `oss_file` VALUES ('d2532133da726f8fa84de9773068ebef', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IRHF7230/data.csv', 'admin', '2024-11-05 11:35:13', null, null); INSERT INTO `oss_file` VALUES ('d2611df4f82221c5685175637215a6a1', 'b022497b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAMT1R1/b022497b.pdf', 'admin', '2024-11-05 12:37:24', null, null); INSERT INTO `oss_file` VALUES ('d269db2e07bf155d79eb986697fe0478', 'CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LP2951/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'admin', '2024-11-05 11:51:25', null, null); INSERT INTO `oss_file` VALUES ('d27a2c5ff3cadaba59e8d048f4147395', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ZT-6500/NSREC99.pdf', 'admin', '2024-11-05 13:15:58', null, null); INSERT INTO `oss_file` VALUES ('d2922e05bbe6f70ab119372cf8b6bf1f', 'nsrec93a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM628512/nsrec93a.pdf', 'admin', '2024-11-05 11:29:32', null, null); INSERT INTO `oss_file` VALUES ('d2948857fc3cb4650c435d536bc1dfc0', 'b072994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136/b072994.pdf', 'admin', '2024-11-05 11:46:45', null, null); INSERT INTO `oss_file` VALUES ('d2a593313c097a52dbbd1b3626280493', 'L061806_RH1499.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1499/L061806_RH1499.pdf', 'admin', '2024-11-05 12:40:16', null, null); INSERT INTO `oss_file` VALUES ('d2b489f61f10ed85e48528fb23622393', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MHF+2805S Hamamatsu/data.csv', 'admin', '2024-11-05 12:11:03', null, null); INSERT INTO `oss_file` VALUES ('d2b7c539a7b0e2c52f23b21cfc632679', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP200/data.csv', 'admin', '2024-11-05 12:29:33', null, null); INSERT INTO `oss_file` VALUES ('d2ba1b552cc306ba5015267e83c03461', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC708-149/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:49', null, null); INSERT INTO `oss_file` VALUES ('d2ccef9886989169d59c761299ac44af', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IRLML2803/data.csv', 'admin', '2024-11-05 11:35:26', null, null); INSERT INTO `oss_file` VALUES ('d2cf8fd47b3d99b080f847f713f086b8', '214.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM124AJRQMLV/214.pdf', 'admin', '2024-10-24 12:01:23', null, null); INSERT INTO `oss_file` VALUES ('d2d270353f6bbfe61a4d9f659e67bd63', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ES/data.csv', 'admin', '2024-11-05 12:22:41', null, null); INSERT INTO `oss_file` VALUES ('d2d3b1c301a930c820d77d725a43c5fa', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2812S/ieee95a.pdf', 'admin', '2024-11-05 12:10:03', null, null); INSERT INTO `oss_file` VALUES ('d2db8b21518a4a573d950ca7cb066b19', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD584 - DC0226A/data.csv', 'admin', '2024-10-24 12:16:41', null, null); INSERT INTO `oss_file` VALUES ('d2dcf64304a0ac6589b805538237d069', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XCKU040-1LFFVA1156I Kintex-UltraScale/data.csv', 'admin', '2024-11-05 13:14:56', null, null); INSERT INTO `oss_file` VALUES ('d2e0bed9acd9076eaab94ab7d13dbaac', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1013MJ8/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 12:38:57', null, null); INSERT INTO `oss_file` VALUES ('d2f83f79af5c0a2c81e5427b85e38b08', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS30H100C/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:56:49', null, null); INSERT INTO `oss_file` VALUES ('d2fc574d4a4683977922c7d58d01816d', 'SEESYM02_Buchner_LM119.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM119/SEESYM02_Buchner_LM119.pdf', 'admin', '2024-11-05 11:44:57', null, null); INSERT INTO `oss_file` VALUES ('d2ff176ee824aa2404d12aa7a4298e48', '70194.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139A/70194.pdf', 'admin', '2024-11-05 11:48:06', null, null); INSERT INTO `oss_file` VALUES ('d302f17a044e94919a9e68dda5c8dde9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XPA-II/data.csv', 'admin', '2024-11-05 13:15:18', null, null); INSERT INTO `oss_file` VALUES ('d30c90a94a3594c53a0a7a62d06883a2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD558JNZ/data.csv', 'admin', '2024-10-24 11:53:53', null, null); INSERT INTO `oss_file` VALUES ('d321caa8c8c390e53db3f6f62c5ab6a3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-6751/data.csv', 'admin', '2024-11-05 11:26:53', null, null); INSERT INTO `oss_file` VALUES ('d32511f7a66974fcb4153e7292383227', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AS008MA12A/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:07:02', null, null); INSERT INTO `oss_file` VALUES ('d32daddbc68a00bea788b3074b9c498d', '2N5154 TID_1012_01.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5154/2N5154 TID_1012_01.pdf', 'admin', '2024-11-05 10:29:58', null, null); INSERT INTO `oss_file` VALUES ('d3330ba86da1e0aea8ae327b2affa36d', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR6045/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:06:29', null, null); INSERT INTO `oss_file` VALUES ('d3396b72e8f772bef0ba93eb9736a851', '20992.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AM7969/20992.pdf', 'admin', '2024-11-05 11:05:58', null, null); INSERT INTO `oss_file` VALUES ('d349002f96cd211c369c476c7e30247a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TLE2142/data.csv', 'admin', '2024-11-05 13:04:24', null, null); INSERT INTO `oss_file` VALUES ('d3550fcac1446d7293bb7a016ce407b8', 'T101111_LM6142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM6142/T101111_LM6142.pdf', 'admin', '2024-11-05 11:49:36', null, null); INSERT INTO `oss_file` VALUES ('d365b5661eb75b1cf7d46bba19bcf832', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A1460A/data.csv', 'admin', '2024-11-05 10:46:56', null, null); INSERT INTO `oss_file` VALUES ('d372b91f94f65b3af6ba9ed6a62d4c68', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Honeywell ESN/NSREC99.pdf', 'admin', '2024-11-05 11:33:08', null, null); INSERT INTO `oss_file` VALUES ('d3793e68e18f034d4b1aa15f2c36938e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/XQVR300/data.csv', 'admin', '2024-11-05 13:15:46', null, null); INSERT INTO `oss_file` VALUES ('d3a5ffe5edd80bcf689bd0c8e37d72a5', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SFT2222A/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:49:19', null, null); INSERT INTO `oss_file` VALUES ('d3aa196114010dab038f880397c5a483', 'PPM-94-010.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/PPM-94-010.pdf', 'admin', '2024-11-05 11:47:30', null, null); INSERT INTO `oss_file` VALUES ('d3abebf4cb8ffba359bd75943ecde53a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MCM1609/data.csv', 'admin', '2024-11-05 12:08:42', null, null); INSERT INTO `oss_file` VALUES ('d3b5faeac363bc45a06a79c8c89604cd', 'NSREC01_W7.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K7/NSREC01_W7.pdf', 'admin', '2024-11-05 11:40:56', null, null); INSERT INTO `oss_file` VALUES ('d3be284211108ec3626e43731c7dc18e', '405.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MAX4840AEXT+/405.pdf', 'admin', '2024-10-24 12:22:32', null, null); INSERT INTO `oss_file` VALUES ('d3c38ea816dc1814d6222b0e011a90a2', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NT5C1008/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:16', null, null); INSERT INTO `oss_file` VALUES ('d3c5e131ea8912b64aa051e41062fcaf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OMT1090/data.csv', 'admin', '2024-11-05 12:28:32', null, null); INSERT INTO `oss_file` VALUES ('d3c9ccbbe105f08ddbe51bddeca2bf34', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/R1RW0416DSB/data.csv', 'admin', '2024-10-24 11:55:34', null, null); INSERT INTO `oss_file` VALUES ('d3deb913389cc48b69164a1849e4ee89', 'G05JAN_OP77_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP77/G05JAN_OP77_TID.pdf', 'admin', '2024-11-05 12:32:15', null, null); INSERT INTO `oss_file` VALUES ('d3ece73a835591e34e1251f2e019fccd', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2080CT/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:04:19', null, null); INSERT INTO `oss_file` VALUES ('d408413c171d5fd0d2d3d40a1354060b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SNJ54HC85/data.csv', 'admin', '2024-11-05 12:53:59', null, null); INSERT INTO `oss_file` VALUES ('d40bf7b7312ebf6c62ac69fdd2556f42', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HVK/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:58', null, null); INSERT INTO `oss_file` VALUES ('d412c0020f719c16adcd4a41ebb1d768', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108AH/ieee95a.pdf', 'admin', '2024-11-05 11:43:53', null, null); INSERT INTO `oss_file` VALUES ('d41b7d4fb2e99219173ebd1e1f920c69', 'G07JUL_XC4VFX60_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC4VFX60/G07JUL_XC4VFX60_TID.pdf', 'admin', '2024-11-05 13:12:49', null, null); INSERT INTO `oss_file` VALUES ('d41d388cbdc0f3a118f6ae2f96a2462d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/EDE1104AB-50-E/data.csv', 'admin', '2024-11-05 11:21:39', null, null); INSERT INTO `oss_file` VALUES ('d4307f2a69a3e1143d35aa984d406455', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TC58FVM7B2ATG-65/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 13:02:37', null, null); INSERT INTO `oss_file` VALUES ('d43ff97ca88102dea79a5b6df560edfd', 'PPM-94-023.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/26C31/PPM-94-023.pdf', 'admin', '2024-11-05 10:23:14', null, null); INSERT INTO `oss_file` VALUES ('d44e23ca531dd5311e8c76f43bc42fca', '13-031_T20130506_ADUM3223AR7.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADUM3223AR7/13-031_T20130506_ADUM3223AR7.pdf', 'admin', '2024-11-05 11:03:35', null, null); INSERT INTO `oss_file` VALUES ('d455a1052fb0cf639c7cf4a5338e82f2', 'i090397.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF+2815D Isolink/i090397.pdf', 'admin', '2024-11-05 12:11:23', null, null); INSERT INTO `oss_file` VALUES ('d45d8b930d445db973d98590df4e7a04', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4T08CTHBBM5/data.csv', 'admin', '2024-11-05 12:21:43', null, null); INSERT INTO `oss_file` VALUES ('d4857b42227eb45ebaacfe6d896efb40', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STPS30H100C/data.csv', 'admin', '2024-11-05 12:56:49', null, null); INSERT INTO `oss_file` VALUES ('d494d8a85cfef61f6844dc1197d93c72', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD565/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:24', null, null); INSERT INTO `oss_file` VALUES ('d4a2482abdb1f31967435350cc8a7752', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS58C1001/b110994.pdf', 'admin', '2024-11-05 11:31:43', null, null); INSERT INTO `oss_file` VALUES ('d4a7e856995451f7d1d3343346b111ec', 'T022304_MAX724_AFL2803R3S.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX724/T022304_MAX724_AFL2803R3S.pdf', 'admin', '2024-11-05 12:00:53', null, null); INSERT INTO `oss_file` VALUES ('d4aced6d33c71452025879d154b02f9f', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown 0.5 �m CMOS QWIP Array and ROIC/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 13:10:26', null, null); INSERT INTO `oss_file` VALUES ('d4c2bb1ce16417f6245cc395c25ad9f2', 'b012495.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C256ERPDB/b012495.pdf', 'admin', '2024-11-05 10:24:17', null, null); INSERT INTO `oss_file` VALUES ('d4c56cdd89ad0ad7569a008dd5f78f98', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OLS0449/data.csv', 'admin', '2024-10-24 11:51:50', null, null); INSERT INTO `oss_file` VALUES ('d4c5f6fd192c03bde3dec8f9b9a32156', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/96-1063U/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:46:21', null, null); INSERT INTO `oss_file` VALUES ('d4ccce6890330bce046186af467c953e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7201T/data.csv', 'admin', '2024-11-05 10:42:51', null, null); INSERT INTO `oss_file` VALUES ('d4e3e13dd8bffc4bf28d490dfca6c299', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54RHSC161CS0/PPM-99-045.pdf', 'admin', '2024-11-05 14:29:04', null, null); INSERT INTO `oss_file` VALUES ('d4e6110b2b85e9513017901410e6965d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM317AT/data.csv', 'admin', '2024-11-05 11:49:11', null, null); INSERT INTO `oss_file` VALUES ('d4ef6811f2805f508e9d2583b2f3e96e', '343.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD584 - DC0125A/343.pdf', 'admin', '2024-10-24 12:16:35', null, null); INSERT INTO `oss_file` VALUES ('d4f276b6de897c1174746f17241779ef', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD630/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:53', null, null); INSERT INTO `oss_file` VALUES ('d4fdd259919627e26447bba0b44b1fe0', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/R29773/nsrec00_W21.pdf', 'admin', '2024-11-05 12:36:42', null, null); INSERT INTO `oss_file` VALUES ('d50ea3cca37c1835ca38404c9a44ac3d', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KAC9628/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 11:41:58', null, null); INSERT INTO `oss_file` VALUES ('d51207c829d48725ec958badd05cbbfc', '329.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/STRH100N10/329.pdf', 'admin', '2024-10-24 12:15:03', null, null); INSERT INTO `oss_file` VALUES ('d513245f1ab5b14104a46cf4bcc1be68', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54HC4051/data.csv', 'admin', '2024-11-05 10:38:21', null, null); INSERT INTO `oss_file` VALUES ('d541dc1643f086566b0f262ea20ad9e1', 'T120809_RTAX2000S.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX2000S/T120809_RTAX2000S.pdf', 'admin', '2024-11-05 12:44:35', null, null); INSERT INTO `oss_file` VALUES ('d542b976f0778ccd0acc801f61d84546', 'T11022012_K4T1G084QF_M470T2863FB3.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M470T6464QZ3-CE6 (K4T1G084QF-BCE7DDR2)/T11022012_K4T1G084QF_M470T2863FB3.pdf', 'admin', '2024-11-05 11:58:09', null, null); INSERT INTO `oss_file` VALUES ('d54996cbe6f8475029fbb0b0fd63994e', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 12:21:09', null, null); INSERT INTO `oss_file` VALUES ('d55fe76e0e5d55ccfbe221703452e8a5', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADCMP604/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 11:02:03', null, null); INSERT INTO `oss_file` VALUES ('d5607bd4e92d6a5df2520cbef626271a', '313.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD7961/313.pdf', 'admin', '2024-10-24 12:13:31', null, null); INSERT INTO `oss_file` VALUES ('d563decdff6eb1a668e8f62ddce494c3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD654/data.csv', 'admin', '2024-11-05 10:55:26', null, null); INSERT INTO `oss_file` VALUES ('d56609024756e59af6e143ee7744839f', 'b112599a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TLC7705/b112599a.pdf', 'admin', '2024-11-05 13:04:21', null, null); INSERT INTO `oss_file` VALUES ('d5697be20c15496de2e0aaa4225868fb', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108/ieee95a.pdf', 'admin', '2024-11-05 11:43:41', null, null); INSERT INTO `oss_file` VALUES ('d571bc1cdb632ec6d0123860d1021756', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS9-1840ARH/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 11:31:49', null, null); INSERT INTO `oss_file` VALUES ('d5977e23169fa0da5e16b4eaed61ce73', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBL1040/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:46:59', null, null); INSERT INTO `oss_file` VALUES ('d5adebbfea164718ea8199be11a2ebce', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD650/data.csv', 'admin', '2024-11-05 10:55:06', null, null); INSERT INTO `oss_file` VALUES ('d5b1dcf8b5b4f9e39cc68227e8f3dde1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MT41K512M8RH-125 - DC1502/data.csv', 'admin', '2024-10-24 12:16:29', null, null); INSERT INTO `oss_file` VALUES ('d5b562575e680597cd09a5492eea8d73', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ244/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 10:37:42', null, null); INSERT INTO `oss_file` VALUES ('d5c7064d3d4672ee471ca1287d13f11a', 'NSREC03_W10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS9103/NSREC03_W10.pdf', 'admin', '2024-11-05 13:05:51', null, null); INSERT INTO `oss_file` VALUES ('d5cb9ed357b8d1a9e9e809fa71e66a1d', 'T052107_TPS75003.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS75003/T052107_TPS75003.pdf', 'admin', '2024-11-05 13:05:19', null, null); INSERT INTO `oss_file` VALUES ('d5dc241e4f9601e6fc02ea35e844b146', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC373DMQB/data.csv', 'admin', '2024-11-05 10:36:05', null, null); INSERT INTO `oss_file` VALUES ('d5f651fefd1b1be7599aa4f1bb5174b1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SD5000B/data.csv', 'admin', '2024-11-05 12:48:21', null, null); INSERT INTO `oss_file` VALUES ('d605169d8e83e3f86424b33180b8a467', 'T061703_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX1847/T061703_GLAST.pdf', 'admin', '2024-11-05 11:59:09', null, null); INSERT INTO `oss_file` VALUES ('d61a07163e6e128ada7a8811756fd69c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/SOC3810A/data.csv', 'admin', '2024-10-24 11:54:40', null, null); INSERT INTO `oss_file` VALUES ('d61a3f8f124eb66045f78445ce92abd5', '152.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MFA-1/152.pdf', 'admin', '2024-10-24 11:53:40', null, null); INSERT INTO `oss_file` VALUES ('d61f7c41d4e08e85d9e8121f79d803c0', '352.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F16G08/352.pdf', 'admin', '2024-10-24 12:17:31', null, null); INSERT INTO `oss_file` VALUES ('d62607f1778f393e4e1dcaf758a1cf12', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD9223/NSREC02_W16.pdf', 'admin', '2024-11-05 11:00:11', null, null); INSERT INTO `oss_file` VALUES ('d630f77c68f62a91d49b5c308195218a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SFT5096/data.csv', 'admin', '2024-11-05 12:49:46', null, null); INSERT INTO `oss_file` VALUES ('d63723e1c8e9653fcbc52dc075acb291', 'PPM-95-110.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSC4429/PPM-95-110.pdf', 'admin', '2024-11-05 13:06:24', null, null); INSERT INTO `oss_file` VALUES ('d63d7d9b22a81696da6bd534c5ac1689', 'T061808_AD822.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD822/T061808_AD822.pdf', 'admin', '2024-11-05 10:59:36', null, null); INSERT INTO `oss_file` VALUES ('d641ed00806918cbf576465cefeeaa9e', 'T091011_A3PE3000L.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/T091011_A3PE3000L.pdf', 'admin', '2024-11-05 10:48:51', null, null); INSERT INTO `oss_file` VALUES ('d642b88b47f6f2b237a7a9757bbb83c8', 'LBNL111412_SMA1031.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMA1031/LBNL111412_SMA1031.pdf', 'admin', '2024-11-05 12:51:29', null, null); INSERT INTO `oss_file` VALUES ('d64aca49514985dcc6105e6f2227c3d9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N2222/data.csv', 'admin', '2024-11-05 11:37:23', null, null); INSERT INTO `oss_file` VALUES ('d656cea4a2c4dd00cf16af0c4152b527', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM108AH/data.csv', 'admin', '2024-11-05 11:43:52', null, null); INSERT INTO `oss_file` VALUES ('d669a5d561c4fe672574a2c974a2c588', 'T111207_ADS5424.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADS5424/T111207_ADS5424.pdf', 'admin', '2024-11-05 11:03:00', null, null); INSERT INTO `oss_file` VALUES ('d66b8a12068c9f31174ebad2aed2c067', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Test Structure 45 nm SOI/data.csv', 'admin', '2024-11-05 13:07:18', null, null); INSERT INTO `oss_file` VALUES ('d6735278fc1b7fc80745c3bc2fa47749', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/457/NSREC02_W5.pdf', 'admin', '2024-11-05 10:32:00', null, null); INSERT INTO `oss_file` VALUES ('d6767befb6f4ad4cb3e90819ef896d45', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/THS4131/data.csv', 'admin', '2024-11-05 13:02:55', null, null); INSERT INTO `oss_file` VALUES ('d6903e94bccb7c8061379990aa18dfe4', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP177A/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:16', null, null); INSERT INTO `oss_file` VALUES ('d6933388c797375f5f7acae016c5379d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4469AJB/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:54', null, null); INSERT INTO `oss_file` VALUES ('d6955be82d90bc49e8f820253fdc78c7', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1823/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 13:08:26', null, null); INSERT INTO `oss_file` VALUES ('d6972153b4d7c0cc0989c0c5b8fbf4c6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F32G08ABAAAWP/data.csv', 'admin', '2024-11-05 12:20:33', null, null); INSERT INTO `oss_file` VALUES ('d6a4e829b19b076b289c803c1dff8338', 'N123101_NDS352A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NDS352AP/N123101_NDS352A.pdf', 'admin', '2024-11-05 12:26:06', null, null); INSERT INTO `oss_file` VALUES ('d6b52e87b32f01481cefd10767b574ff', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR4045/data.csv', 'admin', '2024-11-05 12:05:29', null, null); INSERT INTO `oss_file` VALUES ('d6b8d00c46807c683ce8eba038bf3efe', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX RAM249/data.csv', 'admin', '2024-11-05 11:25:06', null, null); INSERT INTO `oss_file` VALUES ('d6bec9a42d4384ddc0c5834058821f3d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LF441AMH/data.csv', 'admin', '2024-11-05 11:43:11', null, null); INSERT INTO `oss_file` VALUES ('d6c67c0c7be218c91d4e1c98aeab994a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UT54LVDS217/data.csv', 'admin', '2024-11-05 13:09:26', null, null); INSERT INTO `oss_file` VALUES ('d6ea887ad72121a8edebbe984cc60a6c', 'd051892.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFE4811/d051892.pdf', 'admin', '2024-11-05 11:28:26', null, null); INSERT INTO `oss_file` VALUES ('d6f49d603bdeda7b38e61d2a86782919', 'LBNL060910_SLH2812D.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SLH2812D/LBNL060910_SLH2812D.pdf', 'admin', '2024-11-05 12:51:18', null, null); INSERT INTO `oss_file` VALUES ('d71e0291df1516e7bcb04c1ac177918a', 'T081810_SiB455EDK.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SiB455EDK/T081810_SiB455EDK.pdf', 'admin', '2024-11-05 13:00:07', null, null); INSERT INTO `oss_file` VALUES ('d726a4eb2ba12864a61396baf24b89f5', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS26F31/nsrec06_W2.pdf', 'admin', '2024-11-05 11:20:22', null, null); INSERT INTO `oss_file` VALUES ('d726c3576fa9b88a858b1f61584b78b3', 'NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-021_1nVidia-Jetson-TX2-2019June02-TN72754.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Jetson TX2/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-021_1nVidia-Jetson-TX2-2019June02-TN72754.pdf', 'admin', '2024-11-05 11:39:55', null, null); INSERT INTO `oss_file` VALUES ('d72b3f92be3f15271ecec9ee4d46dcb9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ISL71590/data.csv', 'admin', '2024-11-05 11:36:40', null, null); INSERT INTO `oss_file` VALUES ('d72bd96bf32ae97e1a3048bc9098b65a', 'N103001_AD6640.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD6640/N103001_AD6640.pdf', 'admin', '2024-11-05 10:55:40', null, null); INSERT INTO `oss_file` VALUES ('d72d3bb28c84a017170e06d5ee582bd4', 'NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SiC Ring Oscillator/NEPP-TR-2018-Ryder-Lauenstein-TR-18-021_18-022_18-020_SiC-JFET-TID-VdG-2018July13-TN69538.pdf', 'admin', '2024-11-05 13:00:54', null, null); INSERT INTO `oss_file` VALUES ('d7318cc51219cc0e9da09c54e123431e', 'PPM-94-008.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/PPM-94-008.pdf', 'admin', '2024-11-05 11:47:28', null, null); INSERT INTO `oss_file` VALUES ('d738b6196da00a48a6743fbfe4d22284', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TC4420/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:52', null, null); INSERT INTO `oss_file` VALUES ('d74b18a491d0226cc0a2fcd2b3c4d30f', 'no_tid_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL7770-5/no_tid_report.pdf', 'admin', '2024-11-05 13:04:18', null, null); INSERT INTO `oss_file` VALUES ('d77304e3c64aab1134bb20a8b533e469', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NAND01GW3B2ANGE/data.csv', 'admin', '2024-11-05 12:25:29', null, null); INSERT INTO `oss_file` VALUES ('d781677b4a7522214c098b921fe5eb03', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5730 (6N140A)/nsrec00_W22.pdf', 'admin', '2024-11-05 11:27:30', null, null); INSERT INTO `oss_file` VALUES ('d7b4b856f414995f9c439c90c4dcc518', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UT63M125/data.csv', 'admin', '2024-11-05 13:09:44', null, null); INSERT INTO `oss_file` VALUES ('d7bf73c1f21956de2a3aa2caea4e84cf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/C4D020120A/data.csv', 'admin', '2024-11-05 11:12:36', null, null); INSERT INTO `oss_file` VALUES ('d7c28b840118519700b344991c501095', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OMR9701/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:28:26', null, null); INSERT INTO `oss_file` VALUES ('d7c5e55eb7ba56d0b3484b69cefbdbce', 'T110305_RTSXSU.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTSXSU/T110305_RTSXSU.pdf', 'admin', '2024-11-05 12:45:12', null, null); INSERT INTO `oss_file` VALUES ('d7c82d3eaa258bdd7fecade6d6da5d35', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC86/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:06', null, null); INSERT INTO `oss_file` VALUES ('d7cdc80a9c89331afe07ce75e1ec79dd', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CLC502/nsrec00_W21.pdf', 'admin', '2024-11-05 11:14:33', null, null); INSERT INTO `oss_file` VALUES ('d7e0349eaee0edd7dba901240e57e271', 'G05DEC_LM117_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117/G05DEC_LM117_TID.pdf', 'admin', '2024-11-05 11:44:13', null, null); INSERT INTO `oss_file` VALUES ('d7f3aaf751410fe39741b00022283b0c', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1013/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 12:38:35', null, null); INSERT INTO `oss_file` VALUES ('d7f93bdec9b98be20d8aa9b91aae0d7d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N3946/data.csv', 'admin', '2024-11-05 10:28:43', null, null); INSERT INTO `oss_file` VALUES ('d80374302654e285a715fdf8440a3c0d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F4G08ABADAWP/data.csv', 'admin', '2024-10-24 11:52:07', null, null); INSERT INTO `oss_file` VALUES ('d806df7defba02b048fe7dad8f1cb712', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TLC7705/nsrec00_W21.pdf', 'admin', '2024-11-05 13:04:21', null, null); INSERT INTO `oss_file` VALUES ('d80e2e35a90ddd8bdd2edf5eff9dceab', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX913/data.csv', 'admin', '2024-11-05 12:01:08', null, null); INSERT INTO `oss_file` VALUES ('d817e326c362914798afec79094f25fd', 'T101401_1394.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CS4210VJG/T101401_1394.pdf', 'admin', '2024-11-05 11:16:41', null, null); INSERT INTO `oss_file` VALUES ('d81dbb0141ad802a903929e2c4799545', 'i090397.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N48/i090397.pdf', 'admin', '2024-11-05 10:32:25', null, null); INSERT INTO `oss_file` VALUES ('d846252fac781e118a73047b94668b5a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LSK489-UT/data.csv', 'admin', '2024-11-05 11:52:26', null, null); INSERT INTO `oss_file` VALUES ('d84987b6b27763aa7a01016cd5bbea97', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR3045PT/data.csv', 'admin', '2024-11-05 12:04:54', null, null); INSERT INTO `oss_file` VALUES ('d858d880b8ffb6893140c8dc758be2c1', 'PPM-94-015.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA10A/PPM-94-015.pdf', 'admin', '2024-11-05 12:33:52', null, null); INSERT INTO `oss_file` VALUES ('d86f31d0a8aad138c013b03fd7e67630', 'D5-06 - TN5.6 - TID BUL54A - NEO-14-086_Report_19-2017_rev1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BUL54A/D5-06 - TN5.6 - TID BUL54A - NEO-14-086_Report_19-2017_rev1.pdf', 'admin', '2024-10-24 12:04:39', null, null); INSERT INTO `oss_file` VALUES ('d8733eec2c4eef78e8f762097594687a', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BF04431-01/NSREC02_W5.pdf', 'admin', '2024-11-05 11:10:10', null, null); INSERT INTO `oss_file` VALUES ('d8843f5aeb0b1059fa24e54baa1648a0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PCA80C552/data.csv', 'admin', '2024-11-05 12:34:08', null, null); INSERT INTO `oss_file` VALUES ('d89714fd5f4d29a9d80cba76fcb5302b', 'B092700c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4583/B092700c.pdf', 'admin', '2024-11-05 11:59:43', null, null); INSERT INTO `oss_file` VALUES ('d899d9cacb63c7f678c20b73011c2449', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1605/NSREC02_W16.pdf', 'admin', '2024-11-05 11:54:25', null, null); INSERT INTO `oss_file` VALUES ('d8a4e17e5a1979ad206709ef647744fd', '108.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM339AN/108.pdf', 'admin', '2024-10-24 11:49:33', null, null); INSERT INTO `oss_file` VALUES ('d8a85992ce5e2127b18fb2c91e21e221', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1604/data.csv', 'admin', '2024-11-05 11:54:13', null, null); INSERT INTO `oss_file` VALUES ('d8c7eff66ac710de5f6906432c6ef218', '139.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/6621-103/139.pdf', 'admin', '2024-10-24 11:52:19', null, null); INSERT INTO `oss_file` VALUES ('d8d3ca3916405f0d1f8115c75f6f7843', 'L061806_2N2222.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/L061806_2N2222.pdf', 'admin', '2024-11-05 10:24:50', null, null); INSERT INTO `oss_file` VALUES ('d8dce5388bb72b2d3e97f475f6ff49d5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR4045WT/data.csv', 'admin', '2024-11-05 12:06:00', null, null); INSERT INTO `oss_file` VALUES ('d8de52102108c5ded7ec96b8d97255a3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TL7770-5/data.csv', 'admin', '2024-11-05 13:04:18', null, null); INSERT INTO `oss_file` VALUES ('d8e6143a44fee263431584127d6c0f57', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222/data.csv', 'admin', '2024-11-05 10:24:51', null, null); INSERT INTO `oss_file` VALUES ('d8eaecca8a9f8061e866ab8bf5c39c77', 'NRL051010_HS9-1840ARH.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS9-1840ARH/NRL051010_HS9-1840ARH.pdf', 'admin', '2024-11-05 11:31:49', null, null); INSERT INTO `oss_file` VALUES ('d8eaee4e3e082ed4275eb1ec851006a4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DG409/data.csv', 'admin', '2024-11-05 11:19:17', null, null); INSERT INTO `oss_file` VALUES ('d8ee8780966a7548b5309b2747e9b460', 'b050494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/70324/b050494.pdf', 'admin', '2024-11-05 10:42:36', null, null); INSERT INTO `oss_file` VALUES ('d90741a3d217813df08852ed8c6d15a0', 'PPM-94-017.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7545/PPM-94-017.pdf', 'admin', '2024-11-05 10:56:53', null, null); INSERT INTO `oss_file` VALUES ('d911866955cdc282314f21725565c8ea', 'soi_pub.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HX2300/soi_pub.pdf', 'admin', '2024-11-05 11:32:41', null, null); INSERT INTO `oss_file` VALUES ('d9194ed9491d165b69bf6dcc52fc5ced', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV1N759A-1/data.csv', 'admin', '2024-11-05 11:38:58', null, null); INSERT INTO `oss_file` VALUES ('d92f01e7222f9ea628ead6d2d06cb516', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD571SD/data.csv', 'admin', '2024-11-05 10:52:48', null, null); INSERT INTO `oss_file` VALUES ('d9356080e5648d1446d9bbe467185ead', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EZ-USB FX2/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 11:22:11', null, null); INSERT INTO `oss_file` VALUES ('d948c9c4837d98c5f9e8cbea8770f4de', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD625/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 10:54:30', null, null); INSERT INTO `oss_file` VALUES ('d968d895d2e00f4dbb1fa2eddbbb3efc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4N55/data.csv', 'admin', '2024-11-05 10:33:24', null, null); INSERT INTO `oss_file` VALUES ('d96cda49a96544f12523b1193b36e308', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/KM44C4000AJ-7/data.csv', 'admin', '2024-11-05 11:42:11', null, null); INSERT INTO `oss_file` VALUES ('d96e50a0ef81af21a497061f6582e32d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM136AH2.5QMLV/data.csv', 'admin', '2024-11-05 11:46:58', null, null); INSERT INTO `oss_file` VALUES ('d970787b6b5188b820737712343f0380', 'NEPP-TR-2016-Chen-15-071-AD9364-T031716-TN44752.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD9364/NEPP-TR-2016-Chen-15-071-AD9364-T031716-TN44752.pdf', 'admin', '2024-11-05 11:01:05', null, null); INSERT INTO `oss_file` VALUES ('d97186df2c89ce2b993ce1cda31442c5', '128.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH400/128.pdf', 'admin', '2024-10-24 11:51:14', null, null); INSERT INTO `oss_file` VALUES ('d97b23db9fda795d1de4bbbe5b892550', 'D031504_RS422.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HX6228/D031504_RS422.pdf', 'admin', '2024-11-05 11:32:47', null, null); INSERT INTO `oss_file` VALUES ('d97b2cc2816328331713b7e53b019d14', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N7225/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:41', null, null); INSERT INTO `oss_file` VALUES ('d9870dbe2b7b6fc408223df850194436', 'b051397c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A32200DX/b051397c.pdf', 'admin', '2024-11-05 10:47:02', null, null); INSERT INTO `oss_file` VALUES ('d987a0ea23cafac1bc0267f2350cb1b2', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/95-9942U/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:45:55', null, null); INSERT INTO `oss_file` VALUES ('d9a2388aba1665032adaa1da32ba8349', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LM124AWG-R-QMLV - DC1306A/data.csv', 'admin', '2024-10-24 12:17:03', null, null); INSERT INTO `oss_file` VALUES ('d9aaaad80dfde482d8f5158b350132f5', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX997/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 12:01:50', null, null); INSERT INTO `oss_file` VALUES ('d9c34afd71440e2fc61bd6998e0ecaba', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD847/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:58', null, null); INSERT INTO `oss_file` VALUES ('d9dfb045b08bd4a53af2851d4b39f939', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SSDSCKKW256G8X1/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:55:32', null, null); INSERT INTO `oss_file` VALUES ('d9e1e24c8b0e3c96acc8be1db662c411', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD648/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:54:55', null, null); INSERT INTO `oss_file` VALUES ('d9ec8e88fb0ff7a839e3d87b572cc158', 'b080393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/63147/b080393.pdf', 'admin', '2024-11-05 10:40:45', null, null); INSERT INTO `oss_file` VALUES ('d9f9ea33e8cc0272a10f463e81c982d1', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS20200/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:56:12', null, null); INSERT INTO `oss_file` VALUES ('da1e3d615074aa4e87255bdcbfb7c890', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OD880WJ/data.csv', 'admin', '2024-11-05 12:26:58', null, null); INSERT INTO `oss_file` VALUES ('da330e1ea02302357b2c51290c61d9c8', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/R1LV1616RBG/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 12:36:38', null, null); INSERT INTO `oss_file` VALUES ('da3ae62ab4784af966a78174bb99b3d8', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BF04437/NSREC02_W5.pdf', 'admin', '2024-11-05 11:10:14', null, null); INSERT INTO `oss_file` VALUES ('da474b0e740824a1f30eda082fbbb2e3', 'G07AUG_SA8016_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SA8016/G07AUG_SA8016_TID.pdf', 'admin', '2024-11-05 12:46:48', null, null); INSERT INTO `oss_file` VALUES ('da500e3094a27e96a5a75fa3377f2ab0', 'NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/02G-P4-6152-KR/NEPP-CP-2018-Wyrwas-Paper-NSREC-DW-TN67767-NEPPweb-reuse-TN65823.pdf', 'admin', '2024-11-05 10:20:05', null, null); INSERT INTO `oss_file` VALUES ('da591cd4dca5d2b65fdae4622a2fe5bd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/C4D40120D/data.csv', 'admin', '2024-10-24 11:56:10', null, null); INSERT INTO `oss_file` VALUES ('da6bc4b6e816738b3d892bd5cd859434', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AM7968/data.csv', 'admin', '2024-11-05 11:05:47', null, null); INSERT INTO `oss_file` VALUES ('da742e170802f0c392ed28d9017bd6c3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADP3330/data.csv', 'admin', '2024-11-05 11:02:50', null, null); INSERT INTO `oss_file` VALUES ('da7c4cbd807decb31fd1cc3d3d7d2541', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HHFB16HY20CC/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 11:28:31', null, null); INSERT INTO `oss_file` VALUES ('da840ed441bd84a8d526ae273972e525', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RP21002/data.csv', 'admin', '2024-11-05 12:42:37', null, null); INSERT INTO `oss_file` VALUES ('da9d24e0d88b2e76fa94a7e096d3c603', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/82380-16/data.csv', 'admin', '2024-11-05 10:45:17', null, null); INSERT INTO `oss_file` VALUES ('dab4ac096cef4a73638563a4decad2ae', '264.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BFY640/264.pdf', 'admin', '2024-10-24 12:08:35', null, null); INSERT INTO `oss_file` VALUES ('dac501443c231c62fb544b990117c6e1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Test Transistors 65nm/data.csv', 'admin', '2024-11-05 13:07:32', null, null); INSERT INTO `oss_file` VALUES ('dac918a3aa85f15d79e9445c5554b1dd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IRH7250/data.csv', 'admin', '2024-11-05 11:35:04', null, null); INSERT INTO `oss_file` VALUES ('dacf4fc484cceace7d23a436326b6b28', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/S128K8L-55MC/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:34', null, null); INSERT INTO `oss_file` VALUES ('dad37814f05ee53f25b60dfc2441d916', 'PPM-96-004.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MHF2812D/PPM-96-004.pdf', 'admin', '2024-11-05 12:11:42', null, null); INSERT INTO `oss_file` VALUES ('dad61543f03b86f6f4f6bdbd1c1b5c45', 'b022494.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139A/b022494.pdf', 'admin', '2024-11-05 11:48:05', null, null); INSERT INTO `oss_file` VALUES ('dada7a85e9b3e5fe75f63cc9c0850b88', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1009IDR/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 11:52:51', null, null); INSERT INTO `oss_file` VALUES ('dae27868134db43bdf595ae6fc1e1a60', 'D020102_MTX8501_MRX8501.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MRX8501/D020102_MTX8501_MRX8501.pdf', 'admin', '2024-11-05 12:14:09', null, null); INSERT INTO `oss_file` VALUES ('daf346cb8ae82a2ea412a89bd44052d3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-553K/data.csv', 'admin', '2024-11-05 11:26:32', null, null); INSERT INTO `oss_file` VALUES ('daf9817b9addb6e974fd4ae3c90d4416', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/850 nm PM/NSREC02_W5.pdf', 'admin', '2024-11-05 10:45:36', null, null); INSERT INTO `oss_file` VALUES ('dafc08dd16fe4d17ef5d42ddc9cd4294', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BSS84AKV/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:10:59', null, null); INSERT INTO `oss_file` VALUES ('db0a525cfde8751eb6341b5a02db3ab1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HS-1840ARH/data.csv', 'admin', '2024-11-05 11:30:45', null, null); INSERT INTO `oss_file` VALUES ('db278d1a95aa33ec9ec3293e12c266e0', 'PPM-94-005.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1020B/PPM-94-005.pdf', 'admin', '2024-11-05 10:20:12', null, null); INSERT INTO `oss_file` VALUES ('db3d1f1c37e28a42d9b56ed8b27a60e0', 'PPM-94-011.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5406/PPM-94-011.pdf', 'admin', '2024-11-05 10:34:08', null, null); INSERT INTO `oss_file` VALUES ('db4efd8f7fb5e296ef9a8c77dc66c85a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Custom TCM405 GaN UV/data.csv', 'admin', '2024-11-05 11:17:43', null, null); INSERT INTO `oss_file` VALUES ('db610fb7c7b57bc27b1fb653ce51e9c0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/120720A/data.csv', 'admin', '2024-11-05 10:20:41', null, null); INSERT INTO `oss_file` VALUES ('db75733bf6c5e40456f0b2aac5470ef8', 'VdG08OCT_MT29F4G08AAAWP_LDC0744.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/VdG08OCT_MT29F4G08AAAWP_LDC0744.pdf', 'admin', '2024-11-05 12:21:11', null, null); INSERT INTO `oss_file` VALUES ('db7eaf917cc00de2865bf42da0e45c4e', 'PPM-94-028.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108/PPM-94-028.pdf', 'admin', '2024-11-05 11:43:40', null, null); INSERT INTO `oss_file` VALUES ('db8c2685adf592e0e7e2b06a0c7fb613', 'NRL012910_HMC422.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HMC422_Generic PN/NRL012910_HMC422.pdf', 'admin', '2024-11-05 11:29:49', null, null); INSERT INTO `oss_file` VALUES ('db980f76277987c54aa58f274e174a11', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX494/PPM-99-045.pdf', 'admin', '2024-11-05 14:14:05', null, null); INSERT INTO `oss_file` VALUES ('db9f7b43373e1e3fbeb7492b8acb7ff6', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MMBD914LT1G/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:12:39', null, null); INSERT INTO `oss_file` VALUES ('dbaa084d952ea7c3bee270e439467add', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7672/PPM-99-045.pdf', 'admin', '2024-11-05 14:20:44', null, null); INSERT INTO `oss_file` VALUES ('dbbf1a496641ca4ebb62fec8849aa9aa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7854/data.csv', 'admin', '2024-11-05 10:58:11', null, null); INSERT INTO `oss_file` VALUES ('dbc34b02ea317b57772b7e39208c5221', '20190031951.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SiC Prototype Differential Amplifier/20190031951.pdf', 'admin', '2024-11-05 13:00:32', null, null); INSERT INTO `oss_file` VALUES ('dbc7762c9c5c2462928c25c0774bcf07', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHF310/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 12:40:37', null, null); INSERT INTO `oss_file` VALUES ('dbe753a6ab50946c7d0ced4c7e74136f', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS2-3530RH-Q/PPM-99-045.pdf', 'admin', '2024-11-05 14:29:06', null, null); INSERT INTO `oss_file` VALUES ('dbe907cbf8a9a7224df01e7838884008', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N49/nsrec01_W15.pdf', 'admin', '2024-11-05 10:32:51', null, null); INSERT INTO `oss_file` VALUES ('dbed2b61bc11fdc942f44b596b2a9ddf', 'NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L-PQ208/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf', 'admin', '2024-11-05 10:49:22', null, null); INSERT INTO `oss_file` VALUES ('dbf0dbe258e407e9d7883c7302d61d03', 'nsrec08_W2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC4VFX60/nsrec08_W2_TID.pdf', 'admin', '2024-11-05 13:12:49', null, null); INSERT INTO `oss_file` VALUES ('dbf4a9d9570806c55e16bec491a7e1a9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TB5117400J-6/data.csv', 'admin', '2024-11-05 13:02:13', null, null); INSERT INTO `oss_file` VALUES ('dbfafa0fcf8876fd3f527d8e067476c5', 'nsrec09_W12_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08ABADAHC/nsrec09_W12_SEE.pdf', 'admin', '2024-11-05 12:21:21', null, null); INSERT INTO `oss_file` VALUES ('dbfbec56053c566d6e85b9baa4981242', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815D/ieee95a.pdf', 'admin', '2024-11-05 12:10:13', null, null); INSERT INTO `oss_file` VALUES ('dbfdc7b129d549dfd7b7ee0d099ab148', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM317KTTR/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 11:49:27', null, null); INSERT INTO `oss_file` VALUES ('dc03f926281273376fc452212b4b41b7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7821/data.csv', 'admin', '2024-10-23 17:36:56', null, null); INSERT INTO `oss_file` VALUES ('dc0eb73d87bf39eb128db3b44cb99a1f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N2222A/data.csv', 'admin', '2024-11-05 11:37:37', null, null); INSERT INTO `oss_file` VALUES ('dc10df8a37ad9920f88e9f5c99e818e2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ08/data.csv', 'admin', '2024-11-05 10:37:09', null, null); INSERT INTO `oss_file` VALUES ('dc15d578cbf295a0b4e65c4fae660be9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1009MH/data.csv', 'admin', '2024-11-05 12:38:23', null, null); INSERT INTO `oss_file` VALUES ('dc2637c11cefdbf71a8e74ec1accdd30', 'b063094.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7203L40DB/b063094.pdf', 'admin', '2024-11-05 10:43:09', null, null); INSERT INTO `oss_file` VALUES ('dc2a30291fabb4062319b4772f3401af', 'b110990.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82HS641A/b110990.pdf', 'admin', '2024-11-05 10:45:34', null, null); INSERT INTO `oss_file` VALUES ('dc3c31d97af426ee85b584c90d5b9346', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TUD69H1B/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 13:06:53', null, null); INSERT INTO `oss_file` VALUES ('dc50320e3e4931d72eb038e95ce47687', 'VdG08DEC_2N2907.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907/VdG08DEC_2N2907.pdf', 'admin', '2024-11-05 10:26:57', null, null); INSERT INTO `oss_file` VALUES ('dc5316e41e3621c41d34ea0b277f8353', 'NEPP-TR-TID-2017Jan-16-041-MB85AS4MT-Fujitsu-ReRAM-TN39593.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MB85AS4MT/NEPP-TR-TID-2017Jan-16-041-MB85AS4MT-Fujitsu-ReRAM-TN39593.pdf', 'admin', '2024-11-05 12:02:07', null, null); INSERT INTO `oss_file` VALUES ('dc6a4ec287811e1f05be3641e41524a4', 'luna.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Luna ES/luna.pdf', 'admin', '2024-11-05 11:57:12', null, null); INSERT INTO `oss_file` VALUES ('dc707f1363118be823e0fc9df55910ef', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JANTX1N6843CCU3/data.csv', 'admin', '2024-11-05 11:38:11', null, null); INSERT INTO `oss_file` VALUES ('dc7e6fb35d0478057c230672132a8c73', 'nsrec01_W20.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TTC-155M2/nsrec01_W20.pdf', 'admin', '2024-11-05 13:06:46', null, null); INSERT INTO `oss_file` VALUES ('dc80e4c6b72b7e6d250a849ab8b73048', 'PPM-94-022.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108A/PPM-94-022.pdf', 'admin', '2024-11-05 11:43:45', null, null); INSERT INTO `oss_file` VALUES ('dc9283b7807bf7df323b726dedc616cd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PALCE22V10/data.csv', 'admin', '2024-11-05 12:34:00', null, null); INSERT INTO `oss_file` VALUES ('dc96fb3a850bddb49985d37ce1f5492a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BAP50-05,215/data.csv', 'admin', '2024-11-05 11:09:24', null, null); INSERT INTO `oss_file` VALUES ('dc9a6f2b6a6d030ec5cac3a3f23738e6', 'PPM-95-166.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5401/PPM-95-166.pdf', 'admin', '2024-11-05 11:27:05', null, null); INSERT INTO `oss_file` VALUES ('dcaa06d846f154e662d9ff8a4f53aff9', 'B051397bmod.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AS58C1001SF/B051397bmod.pdf', 'admin', '2024-11-05 11:07:11', null, null); INSERT INTO `oss_file` VALUES ('dcad2768641f47389e834ed5581f96a8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AFL12028/data.csv', 'admin', '2024-11-05 11:04:51', null, null); INSERT INTO `oss_file` VALUES ('dcb0f2f304b39ccbb6481c18e7dd7420', 'T031502_AD8151.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8151/T031502_AD8151.pdf', 'admin', '2024-11-05 10:59:21', null, null); INSERT INTO `oss_file` VALUES ('dcbc4f26a6671e04d7835af46d20add9', 'NEPP-TR-2018-Wyrwas-TR-17-039-GTX1050-2018May-TN58471.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/02G-P4-6152-KR/NEPP-TR-2018-Wyrwas-TR-17-039-GTX1050-2018May-TN58471.pdf', 'admin', '2024-11-05 10:20:04', null, null); INSERT INTO `oss_file` VALUES ('dcc5cce8215eecaa54911e7466561395', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OPB848/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 12:32:57', null, null); INSERT INTO `oss_file` VALUES ('dcc5efc5e9322a8ecd1f48f2d992f3bf', 'T080101_ADC.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD9223AR/T080101_ADC.pdf', 'admin', '2024-11-05 11:00:14', null, null); INSERT INTO `oss_file` VALUES ('dcdb468b3e88f2b1aa1a5f54a4fe92e3', '225.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OP27AJQMLR/225.pdf', 'admin', '2024-10-24 12:03:19', null, null); INSERT INTO `oss_file` VALUES ('dcdd26aa42c2ead833eb961c1eec0b8e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HTE721010G9AT00/data.csv', 'admin', '2024-11-05 11:32:27', null, null); INSERT INTO `oss_file` VALUES ('dce87693bef461c5369a04c9630d7d08', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/VRG8662/data.csv', 'admin', '2024-11-05 13:11:07', null, null); INSERT INTO `oss_file` VALUES ('dcea3c33203fd4330e35445e1f3ced68', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/EDE1104AB-50-E/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 11:21:39', null, null); INSERT INTO `oss_file` VALUES ('dcf6d0fa894bafac5f6d3efc4ad762d2', 'PPM-99-027.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7535/PPM-99-027.pdf', 'admin', '2024-11-05 10:56:37', null, null); INSERT INTO `oss_file` VALUES ('dd020f6d5d3e9d05a4d5b4a9d8a1dd63', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/ATC18RHA/data.csv', 'admin', '2024-10-24 12:00:33', null, null); INSERT INTO `oss_file` VALUES ('dd0c3154bf7e6059d8ef22bd5cf347ff', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883 C/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:49', null, null); INSERT INTO `oss_file` VALUES ('dd0f97bd11623046fbfe5a314414a514', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SSP21110-25/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:51', null, null); INSERT INTO `oss_file` VALUES ('dd12e1ce840df1f269dfa8395b5f945a', 'T111307_MSK5101.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5101/T111307_MSK5101.pdf', 'admin', '2024-11-05 12:15:23', null, null); INSERT INTO `oss_file` VALUES ('dd3784a39bba123be8cfe772e301fdbf', 'G06AUG_OP200_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP200/G06AUG_OP200_TID.pdf', 'admin', '2024-11-05 12:29:33', null, null); INSERT INTO `oss_file` VALUES ('dd3ea4626f3a74e8d38d5252be377b2a', 'PPM-91-124.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SI9110Ak/PPM-91-124.pdf', 'admin', '2024-11-05 12:50:59', null, null); INSERT INTO `oss_file` VALUES ('dd46683af6b91071ebad2e78b55b8389', 'D5-03 - TN5.3 - TID 2N7371 - NEO-14-086_Report_16-2017_rev1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N7371/D5-03 - TN5.3 - TID 2N7371 - NEO-14-086_Report_16-2017_rev1.pdf', 'admin', '2024-10-24 12:02:34', null, null); INSERT INTO `oss_file` VALUES ('dd66b996c49611c349bac8e5a8345f61', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BC847BLT3G/data.csv', 'admin', '2024-10-24 12:07:30', null, null); INSERT INTO `oss_file` VALUES ('dd699be4d02a02f27a4acd541a803997', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CLC502/NSREC99.pdf', 'admin', '2024-11-05 11:14:34', null, null); INSERT INTO `oss_file` VALUES ('dd8a0c61e39942f77c69b3b36edc8f39', 'PPM-92-032.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC373DMQB/PPM-92-032.pdf', 'admin', '2024-11-05 10:36:05', null, null); INSERT INTO `oss_file` VALUES ('dd971758c9b11ad50558d96669d3c995', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IMMX64M64D3DUS8AG-E125/data.csv', 'admin', '2024-11-05 11:34:32', null, null); INSERT INTO `oss_file` VALUES ('ddbe4e028afb09c9f17e4642df92f2c9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADC0808MJB/data.csv', 'admin', '2024-11-05 11:01:33', null, null); INSERT INTO `oss_file` VALUES ('ddc576a6d8ef94c12b3d022896ace296', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD21CD/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:13:17', null, null); INSERT INTO `oss_file` VALUES ('ddc6067a47242c8e655e12b95024a958', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400/nsrec00_W21.pdf', 'admin', '2024-11-05 12:30:38', null, null); INSERT INTO `oss_file` VALUES ('ddd98c8893bc46e9dcf54a9ee99cfb66', 'G05DEC_DS26F31_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS26F31/G05DEC_DS26F31_TID.pdf', 'admin', '2024-11-05 11:20:22', null, null); INSERT INTO `oss_file` VALUES ('dde35c5e90602a4c32078b1a27fd895c', '2014-561-Chen-Final-Poster-NSREC-ReRAM-TN15795%20v2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MN101L/2014-561-Chen-Final-Poster-NSREC-ReRAM-TN15795%20v2.pdf', 'admin', '2024-11-05 12:12:56', null, null); INSERT INTO `oss_file` VALUES ('ddf5f9678861a2718e44a69ab914d896', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/QCPL5729/nsrec00_W22.pdf', 'admin', '2024-11-05 12:36:10', null, null); INSERT INTO `oss_file` VALUES ('ddf78b565ecfeba5e60c007c86883595', 'PPM-95-124.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD677/PPM-95-124.pdf', 'admin', '2024-11-05 10:56:01', null, null); INSERT INTO `oss_file` VALUES ('ddf9f3394b9448ee587dde0c17db32ce', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JAZZ/data.csv', 'admin', '2024-11-05 11:38:44', null, null); INSERT INTO `oss_file` VALUES ('de104ba519cb2a8d8931a420b6280b9c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Stratix EP1S25/data.csv', 'admin', '2024-11-05 13:01:30', null, null); INSERT INTO `oss_file` VALUES ('de15e88e7f8e713910831aac9af391b6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/KM48C8000AS-6U/data.csv', 'admin', '2024-11-05 14:12:27', null, null); INSERT INTO `oss_file` VALUES ('de22c0b816b6dcae1fa2f05e83b9aeae', 'b010694.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139A/b010694.pdf', 'admin', '2024-11-05 11:48:06', null, null); INSERT INTO `oss_file` VALUES ('de2bd565d8ac87e92e50b60de4543507', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1078MH/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 12:39:51', null, null); INSERT INTO `oss_file` VALUES ('de33e13dea559ba20fec78a70ca949ba', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A14100A/data.csv', 'admin', '2024-11-05 10:46:53', null, null); INSERT INTO `oss_file` VALUES ('de392246304ab5952107fdb6736f65c0', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/nsrec00_W21.pdf', 'admin', '2024-11-05 11:47:27', null, null); INSERT INTO `oss_file` VALUES ('de48488c362c25ca06b5a39becec88ff', 'T120710_K9F8G08U0M_MT29F4G08AAAWP.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F8G08U0M/T120710_K9F8G08U0M_MT29F4G08AAAWP.pdf', 'admin', '2024-11-05 11:41:48', null, null); INSERT INTO `oss_file` VALUES ('de6ab7be84d5d959cc39b42b9b576821', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/S2064/data.csv', 'admin', '2024-11-05 12:46:17', null, null); INSERT INTO `oss_file` VALUES ('de704feb27c07421c16d3e6a9262c9f4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/WS512K8-XCX/data.csv', 'admin', '2024-11-05 13:12:18', null, null); INSERT INTO `oss_file` VALUES ('de71dbdc434fe090f6c8aa81a8d93c38', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T Kintex7/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 13:13:45', null, null); INSERT INTO `oss_file` VALUES ('de7cf7a8d7fb554366788eb03af09ae7', '380.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/380.pdf', 'admin', '2024-10-24 12:20:29', null, null); INSERT INTO `oss_file` VALUES ('de94e0d0bc4f456dc21609d96c3d7770', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TMS416400DJ-60/Random97a.pdf', 'admin', '2024-11-05 13:05:01', null, null); INSERT INTO `oss_file` VALUES ('de98e86e686ed4c0bd0375cf8e7d6162', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FS-SC-7324/NSREC02_W5.pdf', 'admin', '2024-11-05 11:23:12', null, null); INSERT INTO `oss_file` VALUES ('deb3ec8cc1edfd2dd8cf6b8b22a39cd8', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mongoose I (R3000)/nsrec94a.pdf', 'admin', '2024-11-05 12:25:10', null, null); INSERT INTO `oss_file` VALUES ('deb403eba9f6e51953b403cc1607d2f3', 'G020802_P3_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K7/G020802_P3_TID.pdf', 'admin', '2024-11-05 11:40:58', null, null); INSERT INTO `oss_file` VALUES ('deb45a5be21d9aa3cfa3f417887ef92b', 'PPM-98-031.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2815F/PPM-98-031.pdf', 'admin', '2024-11-05 12:22:54', null, null); INSERT INTO `oss_file` VALUES ('deca3c061dc5131c8e6119d406622a86', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ISC 9803/data.csv', 'admin', '2024-11-05 11:36:22', null, null); INSERT INTO `oss_file` VALUES ('deea35f5da2f5ac4a773813faf8d0f8e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TLC7705/data.csv', 'admin', '2024-11-05 13:04:22', null, null); INSERT INTO `oss_file` VALUES ('defc735b81b301193098b6c1233e7847', 'G05DEC_OP97_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP97/G05DEC_OP97_TID.pdf', 'admin', '2024-11-05 12:32:21', null, null); INSERT INTO `oss_file` VALUES ('df002529e0afcadc989638aa56392493', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1013MH/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 12:38:55', null, null); INSERT INTO `oss_file` VALUES ('df0095cab391eb3b16cf60ab40eebbb1', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CLC449/nsrec00_W21.pdf', 'admin', '2024-11-05 11:14:26', null, null); INSERT INTO `oss_file` VALUES ('df0202d30affdae242af9cf219049d8b', 'T032802_5HP.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5HP SiGe HBT/T032802_5HP.pdf', 'admin', '2024-11-05 10:39:39', null, null); INSERT INTO `oss_file` VALUES ('df0337045e57a43d1703f1156103c797', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/R1LV1616RBG/data.csv', 'admin', '2024-11-05 12:36:37', null, null); INSERT INTO `oss_file` VALUES ('df035fe8592c8539ae4a063513ecf0b5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DIH126/data.csv', 'admin', '2024-11-05 11:19:24', null, null); INSERT INTO `oss_file` VALUES ('df05180574f520e520bd5c934e919c1c', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AM29LV800/NSREC99.pdf', 'admin', '2024-11-05 11:05:36', null, null); INSERT INTO `oss_file` VALUES ('df0b48f4c237d90281e83d1e5fcad5f5', '102.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/Numonyx Omneo P8P Phase Change Memory/102.pdf', 'admin', '2024-10-24 11:49:00', null, null); INSERT INTO `oss_file` VALUES ('df0cd18dcca3fc5af10c569cb272fb3b', 'b061296c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC8800/b061296c.pdf', 'admin', '2024-11-05 11:18:39', null, null); INSERT INTO `oss_file` VALUES ('df0e30446d3ac514cc27333d589e8709', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7714/NSREC02_W16.pdf', 'admin', '2024-11-05 10:57:22', null, null); INSERT INTO `oss_file` VALUES ('df13b8b8439aafba24a0cf8e46176186', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM158/data.csv', 'admin', '2024-11-05 11:48:29', null, null); INSERT INTO `oss_file` VALUES ('df2083c5dffc568ec9a1af82fd5bca2c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP470/data.csv', 'admin', '2024-11-05 12:31:25', null, null); INSERT INTO `oss_file` VALUES ('df22d216933bfc2410964080908ac4c2', 'PPM-91-762.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC153LMQB/PPM-91-762.pdf', 'admin', '2024-11-05 10:35:05', null, null); INSERT INTO `oss_file` VALUES ('df26532a02433e12f51f85e7ae059bd7', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FS-PM-7621/NSREC02_W5.pdf', 'admin', '2024-11-05 11:23:10', null, null); INSERT INTO `oss_file` VALUES ('df38ce0679ec9636e2a5203a20c96f8b', '247.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BC857/247.pdf', 'admin', '2024-10-24 12:07:05', null, null); INSERT INTO `oss_file` VALUES ('df7e1f3b7e059869693b38368e26a4b1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DPAD1-3/data.csv', 'admin', '2024-11-05 11:19:34', null, null); INSERT INTO `oss_file` VALUES ('df8773898e9d31a8082649ca08f0b4c0', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES05ZF/nsrec01_W15.pdf', 'admin', '2024-11-05 12:09:17', null, null); INSERT INTO `oss_file` VALUES ('df9aee0fe0d27950dae43a3696850a2d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/SOC2222A/data.csv', 'admin', '2024-10-24 11:50:04', null, null); INSERT INTO `oss_file` VALUES ('dfa5fdf5362faab1e53536448697ac25', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N6790/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 10:30:28', null, null); INSERT INTO `oss_file` VALUES ('dfc715217edb30331bd9e31a4adfeb97', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SD5000B/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:12', null, null); INSERT INTO `oss_file` VALUES ('dfcee210f381b7bd350193eeca10de6f', 'dcdc95.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815S/dcdc95.pdf', 'admin', '2024-11-05 12:10:22', null, null); INSERT INTO `oss_file` VALUES ('dfff7cd0f7a3fe4b7b9c6f13059658a0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LMC6464/data.csv', 'admin', '2024-10-23 17:39:12', null, null); INSERT INTO `oss_file` VALUES ('e0026c8d9acb57a88f6d20e3f7203891', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7HP test sample/data.csv', 'admin', '2024-11-05 10:44:20', null, null); INSERT INTO `oss_file` VALUES ('e01273efd54a4994405595f67b689499', '274.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM336/274.pdf', 'admin', '2024-10-24 12:09:20', null, null); INSERT INTO `oss_file` VALUES ('e0139eaf4815dcb53fbf8dff9d5bbec8', 'NEPP-CP-2017-Casey-TNS-Paper-pub2018Jan-Failure-Analysis-Heavy-Ion-Irradiated-Schottky-Diodes-20205004147.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANS1N6843CCU3/NEPP-CP-2017-Casey-TNS-Paper-pub2018Jan-Failure-Analysis-Heavy-Ion-Irradiated-Schottky-Diodes-20205004147.pdf', 'admin', '2024-11-05 11:37:18', null, null); INSERT INTO `oss_file` VALUES ('e015727dc2f1b03b25906a2f839fa0d3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BC817-25,215/data.csv', 'admin', '2024-10-24 12:08:03', null, null); INSERT INTO `oss_file` VALUES ('e015c30919f7acb9f637cea4d1e18a7d', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADXL354BEZ-RL7CT-ND/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 11:04:23', null, null); INSERT INTO `oss_file` VALUES ('e018800fe5d19236bd833df400ced0db', '2020-Wilcox-TR-20-006-Avalanche-ASV016204-TID-20205000788.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ASV016204/2020-Wilcox-TR-20-006-Avalanche-ASV016204-TID-20205000788.pdf', 'admin', '2024-11-05 11:07:36', null, null); INSERT INTO `oss_file` VALUES ('e01f4f32693f74738ae1c04162217d62', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/REC/nsrec94a.pdf', 'admin', '2024-11-05 11:33:18', null, null); INSERT INTO `oss_file` VALUES ('e01f5b0b199cbca21bd6f875138e1ec3', '404.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MAX890LESA+/404.pdf', 'admin', '2024-10-24 12:22:25', null, null); INSERT INTO `oss_file` VALUES ('e0204cc354943f45f8f00311c51a5bea', 'b010694.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/88C30/b010694.pdf', 'admin', '2024-11-05 10:45:48', null, null); INSERT INTO `oss_file` VALUES ('e0298ea4910b21d8fc0d7b123063a7da', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/C283/data.csv', 'admin', '2024-10-24 12:01:09', null, null); INSERT INTO `oss_file` VALUES ('e02e40103ce44f225d7cfcc3a661c00b', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/NSREC02_W16.pdf', 'admin', '2024-11-05 12:35:56', null, null); INSERT INTO `oss_file` VALUES ('e0307e7d9a4ff66237635a6eecf6234c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD570/data.csv', 'admin', '2024-11-05 10:52:41', null, null); INSERT INTO `oss_file` VALUES ('e03638739ee384b51fb0f4ad438b35ba', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N134/nsrec00_W22.pdf', 'admin', '2024-11-05 10:41:53', null, null); INSERT INTO `oss_file` VALUES ('e036c3d17554aa7e47d364470d98e442', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CT275MX300SSD4/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:17:15', null, null); INSERT INTO `oss_file` VALUES ('e046e2735ba7c038182dab62a207d8a2', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5401/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:49', null, null); INSERT INTO `oss_file` VALUES ('e0505aabbbc19a866120e124148c1a11', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AS008MA12A/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 11:07:01', null, null); INSERT INTO `oss_file` VALUES ('e053bf8b9df00537306d8b2df90ac982', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ACPL-785E/data.csv', 'admin', '2024-11-05 10:49:42', null, null); INSERT INTO `oss_file` VALUES ('e055bb272a5d5974ff6790412591dd2c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD7626/data.csv', 'admin', '2024-10-24 12:14:05', null, null); INSERT INTO `oss_file` VALUES ('e06aa0184d4c912b86377b93849bcaee', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SSDSCKKW256G8X1/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 12:55:32', null, null); INSERT INTO `oss_file` VALUES ('e06cd14c21da527931513f449ff69724', '408.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LT6108IMS8/408.pdf', 'admin', '2024-10-24 12:22:43', null, null); INSERT INTO `oss_file` VALUES ('e072beb97b5694874617ffce164a0c10', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/NYTEK 8002/data.csv', 'admin', '2024-11-05 12:26:41', null, null); INSERT INTO `oss_file` VALUES ('e07c2cfd1873703706cfd5b13d4db80a', 'PPM-93-047.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI-509/PPM-93-047.pdf', 'admin', '2024-11-05 11:28:37', null, null); INSERT INTO `oss_file` VALUES ('e08632813225ee04a4d8049a23b9f067', 'NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/02G-P4-6152-KR/NEPP-TR-2018-Wyrwas-TR-16-015_16-016_DDR2-TID-VdG-2018Dec-TN65272.pdf', 'admin', '2024-11-05 10:20:05', null, null); INSERT INTO `oss_file` VALUES ('e088e61c7cfdfe67754df0c78a2ddde9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1864L/data.csv', 'admin', '2024-11-05 11:54:43', null, null); INSERT INTO `oss_file` VALUES ('e08d2ec975d64b9850ee8d50524847c1', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SEDS II SCI/NSREC98.pdf', 'admin', '2024-11-05 12:48:47', null, null); INSERT INTO `oss_file` VALUES ('e09e0120617b9eda6840d157339c1fc5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1013/data.csv', 'admin', '2024-11-05 12:38:36', null, null); INSERT INTO `oss_file` VALUES ('e0a5720addca67f13c47fb0ec696515d', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1608/NSREC02_W16.pdf', 'admin', '2024-11-05 11:54:31', null, null); INSERT INTO `oss_file` VALUES ('e0b2da1cf14036fd5b3d0ee436152184', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CS4210A-DK/data.csv', 'admin', '2024-11-05 11:16:36', null, null); INSERT INTO `oss_file` VALUES ('e0b772acb810f9af57fbca2fe60b6936', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/IRLR2905/data.csv', 'admin', '2024-11-05 11:35:39', null, null); INSERT INTO `oss_file` VALUES ('e0b90e0d8d695e9e99cc3b098e54ac07', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F4G08U0A-PCB0/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 11:41:33', null, null); INSERT INTO `oss_file` VALUES ('e0c85422f9f325d34dc6390fa792f0ff', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAMN1R11/data.csv', 'admin', '2024-11-05 12:37:22', null, null); INSERT INTO `oss_file` VALUES ('e0cfc2c189d067150b5bbd65ce534ccb', 'D111908_QWIP_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/9808/D111908_QWIP_TID.pdf', 'admin', '2024-11-05 10:46:28', null, null); INSERT INTO `oss_file` VALUES ('e0ec577bd4aba646029985eee30f41a8', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS58C1001/ieee95a.pdf', 'admin', '2024-11-05 11:31:43', null, null); INSERT INTO `oss_file` VALUES ('e0f383daa2d367b1460a6ddb85888616', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MMBD914/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 12:12:37', null, null); INSERT INTO `oss_file` VALUES ('e0f79f6e50e44cb338b815011cdd5046', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TDO116400AJ3B-70/random6a.pdf', 'admin', '2024-11-05 13:02:44', null, null); INSERT INTO `oss_file` VALUES ('e1035b63a74a865130b3c4346a5beee8', 'T022204_Motorola.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Si Nano-Crystal Test Chip/T022204_Motorola.pdf', 'admin', '2024-11-05 12:58:56', null, null); INSERT INTO `oss_file` VALUES ('e103fa817197ac4bcde043df316234ca', 'b022196.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/B/b022196.pdf', 'admin', '2024-11-05 12:13:44', null, null); INSERT INTO `oss_file` VALUES ('e105d72e8b0b14241aefaeb5a159b12c', 'Oldham_nsrec11_W25.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08ABADAHC/Oldham_nsrec11_W25.pdf', 'admin', '2024-11-05 12:21:20', null, null); INSERT INTO `oss_file` VALUES ('e108e3ade1a1083d8d53fc003839ce10', 'PPM-92-080.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-92-080.pdf', 'admin', '2024-11-05 11:33:34', null, null); INSERT INTO `oss_file` VALUES ('e10a3172c6ae9632f7d0e65222a3f8ec', 'b041993.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD1671/b041993.pdf', 'admin', '2024-11-05 10:50:22', null, null); INSERT INTO `oss_file` VALUES ('e11b1525fff913675a1804cafb4bcb97', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CLC502/data.csv', 'admin', '2024-11-05 11:14:34', null, null); INSERT INTO `oss_file` VALUES ('e1209081c1f6ec09f4cfa9e994adcfd2', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C010/PPM-99-045.pdf', 'admin', '2024-11-05 14:17:23', null, null); INSERT INTO `oss_file` VALUES ('e1209f6e5e199c2b838e0204fafaafff', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM628128LP-10/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:18', null, null); INSERT INTO `oss_file` VALUES ('e1224e6effbfc18597e47bc7b2688938', 'I060602_SH4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SH-4/I060602_SH4.pdf', 'admin', '2024-11-05 12:50:49', null, null); INSERT INTO `oss_file` VALUES ('e1265b986e31dbad3a262d1c7e70eba8', 'T090203_RHrFPGA_Honeywell.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHrFPGA/T090203_RHrFPGA_Honeywell.pdf', 'admin', '2024-11-05 12:41:50', null, null); INSERT INTO `oss_file` VALUES ('e128c371c02fab9e9312236760d452ee', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AS58C1001SF/data.csv', 'admin', '2024-11-05 11:07:08', null, null); INSERT INTO `oss_file` VALUES ('e129862edeaa05e262674d9ce151d735', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JTX2N6786/data.csv', 'admin', '2024-11-05 11:38:52', null, null); INSERT INTO `oss_file` VALUES ('e136f29c5bff388984a0eddac6f19965', 'NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS25BR100/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'admin', '2024-11-05 11:20:16', null, null); INSERT INTO `oss_file` VALUES ('e14553570c0027814299fd04fc27572f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX726/data.csv', 'admin', '2024-11-05 12:01:06', null, null); INSERT INTO `oss_file` VALUES ('e15117cb96a9fbc58fdb23da69352021', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM137/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:18', null, null); INSERT INTO `oss_file` VALUES ('e1514020aa838b2337f5718cb465ff38', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MR2A16A/data.csv', 'admin', '2024-11-05 12:14:00', null, null); INSERT INTO `oss_file` VALUES ('e15250f2c72df38c14c77720e12608b1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DAC8408/data.csv', 'admin', '2024-11-05 11:18:26', null, null); INSERT INTO `oss_file` VALUES ('e1543d2773de8ae8462d250f65eeab33', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7545/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:43', null, null); INSERT INTO `oss_file` VALUES ('e16420b124ee8e602ec2eea747b75cd3', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OP27A/PPM-99-045.pdf', 'admin', '2024-11-05 14:44:45', null, null); INSERT INTO `oss_file` VALUES ('e1674cf749c753326e82251dde362ad4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HIFAS ASIC/data.csv', 'admin', '2024-10-24 12:08:58', null, null); INSERT INTO `oss_file` VALUES ('e1822840a95ff105a659d944ff169cdd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HVK/data.csv', 'admin', '2024-11-05 11:44:37', null, null); INSERT INTO `oss_file` VALUES ('e18b7c2e6e6ffe7e21d64979f0e8fb91', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SMFLHP2815S/data.csv', 'admin', '2024-11-05 12:51:41', null, null); INSERT INTO `oss_file` VALUES ('e18f7ef86797332e8be62831f5071978', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX367/data.csv', 'admin', '2024-11-05 11:59:31', null, null); INSERT INTO `oss_file` VALUES ('e19a850eb67cf865ed8afb47bc1a4408', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SDM3304/data.csv', 'admin', '2024-11-05 12:48:31', null, null); INSERT INTO `oss_file` VALUES ('e1b3d4010f4045872cbc8706d3302bcb', 'b022497b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAMN1R11/b022497b.pdf', 'admin', '2024-11-05 12:37:22', null, null); INSERT INTO `oss_file` VALUES ('e1ba1f36f35a3fb2f0c0d701328b1d66', 'LaBel-NSREC97.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DR1773/LaBel-NSREC97.pdf', 'admin', '2024-11-05 11:19:45', null, null); INSERT INTO `oss_file` VALUES ('e1bbddccbbeb9f42354dc00389e3beb6', '121891.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/82380/121891.pdf', 'admin', '2024-11-05 10:45:11', null, null); INSERT INTO `oss_file` VALUES ('e1dc74582a6a564a6aca7245a584eea0', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139A/nsrec94a.pdf', 'admin', '2024-11-05 11:48:06', null, null); INSERT INTO `oss_file` VALUES ('e1df1c51cfbaa784c3e8e0355205f8e4', 'PPM-92-180.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-92-180.pdf', 'admin', '2024-11-05 11:18:31', null, null); INSERT INTO `oss_file` VALUES ('e1e14678d12e4ec72ac9b421e59c13e7', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL7705/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:27', null, null); INSERT INTO `oss_file` VALUES ('e1e2d75130b4f131fb219144ba742f21', 'PPM-97-034.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AS58C1001SF/PPM-97-034.pdf', 'admin', '2024-11-05 11:07:09', null, null); INSERT INTO `oss_file` VALUES ('e1e8cc0d02cc7ee33815cd21fd019b46', 'PPM-98-021.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM117HVK/PPM-98-021.pdf', 'admin', '2024-11-05 11:44:36', null, null); INSERT INTO `oss_file` VALUES ('e1ec02b3937b8c7966b1ffa4398fd26c', 'D040101_TIL601.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TIL601/D040101_TIL601.pdf', 'admin', '2024-11-05 13:03:23', null, null); INSERT INTO `oss_file` VALUES ('e1ffdad91200b705364264d60c542ebe', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX997/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 12:01:52', null, null); INSERT INTO `oss_file` VALUES ('e1fff421fb3a487834562e93fe86483f', '14-021_TAMU20140404_SMHF2812.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMHF2812/14-021_TAMU20140404_SMHF2812.pdf', 'admin', '2024-11-05 12:52:03', null, null); INSERT INTO `oss_file` VALUES ('e209af1cf2bc2eaec14574f7199762b0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/NT1065/data.csv', 'admin', '2024-10-24 12:21:01', null, null); INSERT INTO `oss_file` VALUES ('e21017d66b798b9064b6afd55db536f3', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD570/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:17', null, null); INSERT INTO `oss_file` VALUES ('e219d4a6614361f68bf5afa2c2cd5799', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HS-4423BEH/data.csv', 'admin', '2024-11-05 11:30:48', null, null); INSERT INTO `oss_file` VALUES ('e2201468d68c395619db6599544e3670', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N136/NSREC98.pdf', 'admin', '2024-11-05 10:42:12', null, null); INSERT INTO `oss_file` VALUES ('e2297888169d802cb5b40c5ae36eab26', 'T110405_RTAX.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RTAX-S/T110405_RTAX.pdf', 'admin', '2024-11-05 12:44:15', null, null); INSERT INTO `oss_file` VALUES ('e22fc25cb81a7a797230254a2f593d28', 'PPM-99-029.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD620/PPM-99-029.pdf', 'admin', '2024-11-05 10:53:49', null, null); INSERT INTO `oss_file` VALUES ('e2381261ad4d802ce5c12886a5ec7ba1', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VS-APH3006-N3/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 13:11:21', null, null); INSERT INTO `oss_file` VALUES ('e23e67c113401491789527cb0e10aa33', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC02/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:42', null, null); INSERT INTO `oss_file` VALUES ('e24e58b40d8b5d71f74e5fb8aaf83824', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BSS123/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 11:10:54', null, null); INSERT INTO `oss_file` VALUES ('e25ca19608e6a473f0b2fd9777385cce', 'PPM-97-029.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD562/PPM-97-029.pdf', 'admin', '2024-11-05 10:52:12', null, null); INSERT INTO `oss_file` VALUES ('e278ac499ffeed02f08ea8376f65bde6', 'PPM-92-037.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5097/PPM-92-037.pdf', 'admin', '2024-11-05 10:28:59', null, null); INSERT INTO `oss_file` VALUES ('e280fa95d78ee071452adbe0425bcfe2', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR20200CT/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:03:23', null, null); INSERT INTO `oss_file` VALUES ('e2817feb1a23667a8ea772c9f4232eca', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP484A/data.csv', 'admin', '2024-11-05 12:31:42', null, null); INSERT INTO `oss_file` VALUES ('e28a769ebe383a964c0d7d0a32619863', 'I072706_NAND01GW3B2ANGE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NAND01GW3B2ANGE/I072706_NAND01GW3B2ANGE.pdf', 'admin', '2024-11-05 12:25:29', null, null); INSERT INTO `oss_file` VALUES ('e28b2b1824082b84570cece8b42c37aa', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX529/nsrec05_W23.pdf', 'admin', '2024-11-05 12:00:42', null, null); INSERT INTO `oss_file` VALUES ('e298296129b8121859b3849e4a597f4c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AN10E40/data.csv', 'admin', '2024-11-05 11:06:20', null, null); INSERT INTO `oss_file` VALUES ('e2a12886c0c4df7a27357210d848565e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/29AMDF016/data.csv', 'admin', '2024-11-05 10:24:19', null, null); INSERT INTO `oss_file` VALUES ('e2a41120c2d71deb8e0ea2c0f5e8bac6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LM4041/data.csv', 'admin', '2024-10-24 12:11:04', null, null); INSERT INTO `oss_file` VALUES ('e2bce0d94d0ddc02079a698f77282a77', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/InP G1/data.csv', 'admin', '2024-11-05 11:36:56', null, null); INSERT INTO `oss_file` VALUES ('e2c57cdb1533c76ec0aef7e836ba6472', 'VdG10JUN_AD585.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD585/VdG10JUN_AD585.pdf', 'admin', '2024-11-05 10:53:32', null, null); INSERT INTO `oss_file` VALUES ('e2de0ef16e8315ce76c66c808b04785d', 'b082599a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/R29793/b082599a.pdf', 'admin', '2024-11-05 12:36:47', null, null); INSERT INTO `oss_file` VALUES ('e2f115c34c08c5f0b4592a58ee530fcb', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AT22V10 EEPLD/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 11:07:46', null, null); INSERT INTO `oss_file` VALUES ('e2f632d588dd0c99372560136068d270', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Parts - Shift Register/nsrec06_W4.pdf', 'admin', '2024-11-05 13:07:12', null, null); INSERT INTO `oss_file` VALUES ('e30bf8b65771971869837aca6b13a0b9', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC35184L/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:17', null, null); INSERT INTO `oss_file` VALUES ('e312f80f4844d72327a0eae720853710', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1708 high speed driver/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 13:08:13', null, null); INSERT INTO `oss_file` VALUES ('e316f3123f79c9fc5269751be4d67404', 'RADECS07_TAMU07MAY_GSFC07.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/RADECS07_TAMU07MAY_GSFC07.pdf', 'admin', '2024-11-05 11:46:21', null, null); INSERT INTO `oss_file` VALUES ('e32eb2227ec4a38e1e93021332f59c0c', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC244/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:59', null, null); INSERT INTO `oss_file` VALUES ('e3395750807f0247d70b432661ada60a', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM44C4000AJ-7/DRAM296.pdf', 'admin', '2024-11-05 11:42:11', null, null); INSERT INTO `oss_file` VALUES ('e344a9e504da3d4b36a22d49ca583ad3', 'IU0600.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K7/IU0600.pdf', 'admin', '2024-11-05 11:40:56', null, null); INSERT INTO `oss_file` VALUES ('e35e99194fb039f75edef0fd5fc5c219', '13-015_12-037_T20130320_NRL20130507_DDR3.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K4B4G0846B-HCH9 4 Gb die on M471B5773DH0-CH9 DIMMs/13-015_12-037_T20130320_NRL20130507_DDR3.pdf', 'admin', '2024-11-05 11:40:20', null, null); INSERT INTO `oss_file` VALUES ('e36006e70749cf1fb2c2c31b41030498', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021CMW-5/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 12:39:31', null, null); INSERT INTO `oss_file` VALUES ('e360443fc8dcce336ee6895702c1c902', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1846/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:55', null, null); INSERT INTO `oss_file` VALUES ('e3705459f669c9d0e1273517408b3742', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD674AT/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:27', null, null); INSERT INTO `oss_file` VALUES ('e37245ff9c86eaf151fdf5a0d40b0b6e', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC299/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:59', null, null); INSERT INTO `oss_file` VALUES ('e374e0b61e8ed5c3c5ff667caa7b3850', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Custom TCM405 GaN UV/nsrec05_W23.pdf', 'admin', '2024-11-05 11:17:44', null, null); INSERT INTO `oss_file` VALUES ('e375f6fd66230db20176a8ff17ac6c9d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TLV5618/data.csv', 'admin', '2024-11-05 13:04:47', null, null); INSERT INTO `oss_file` VALUES ('e37a0a03e8d806d4849b632534d961c9', 'PPM-97-002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1N5314/PPM-97-002.pdf', 'admin', '2024-11-05 10:21:32', null, null); INSERT INTO `oss_file` VALUES ('e37bea239368f5564253e3e2faf309ae', 'IS9-2100ARH PROTONS TID_0877_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IS9-2100ARH/IS9-2100ARH PROTONS TID_0877_01.pdf', 'admin', '2024-10-24 12:07:13', null, null); INSERT INTO `oss_file` VALUES ('e37c78ddc562713706abdd6b97e5fd2e', 'T030809_K9F4G08U0A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F4G08U0A 73nm CMOS/T030809_K9F4G08U0A.pdf', 'admin', '2024-11-05 11:41:24', null, null); INSERT INTO `oss_file` VALUES ('e39c1011be53aaba314092fa52d43b44', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HSSR-7111/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 11:32:05', null, null); INSERT INTO `oss_file` VALUES ('e3a6e618936be95354158ad09a814f5a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MHF+2815 Isolink/data.csv', 'admin', '2024-11-05 12:11:10', null, null); INSERT INTO `oss_file` VALUES ('e3b157cb9e18b2f4d85b55bdbf05cbcf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MDI3051RES15ZF/data.csv', 'admin', '2024-11-05 12:09:28', null, null); INSERT INTO `oss_file` VALUES ('e3b5a02939ae04f908e16586c56628bb', 'PPM-97-021.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP467/PPM-97-021.pdf', 'admin', '2024-11-05 12:31:13', null, null); INSERT INTO `oss_file` VALUES ('e3b940bbb294c93427b603efe48d80d9', '2018-Ladbury-TR-18-023-18-025-LSK389-LSK489-2018Aug27-NASA-TM-20210009960.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LSK389-UT/2018-Ladbury-TR-18-023-18-025-LSK389-LSK489-2018Aug27-NASA-TM-20210009960.pdf', 'admin', '2024-11-05 11:52:11', null, null); INSERT INTO `oss_file` VALUES ('e3b9e665145d7eb7da78de42e7cf40c7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HN58V1001/data.csv', 'admin', '2024-11-05 11:30:34', null, null); INSERT INTO `oss_file` VALUES ('e3be24c5763086431d2c4c0128ba55a7', 'T110909_CSD16403Q5A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CSD16403Q5A/T110909_CSD16403Q5A.pdf', 'admin', '2024-11-05 11:16:57', null, null); INSERT INTO `oss_file` VALUES ('e3c02768c9bafc351c7062ce2508ac20', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX RAM249/nsrec06_W2.pdf', 'admin', '2024-11-05 11:25:06', null, null); INSERT INTO `oss_file` VALUES ('e3c161401f2af6055e34635d2ce3f3dd', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS5212B/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:59', null, null); INSERT INTO `oss_file` VALUES ('e3d9a7e0e5e2b51379641b14369b0495', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC32/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:18', null, null); INSERT INTO `oss_file` VALUES ('e3db8886f9fcfb573296cca5aad105b1', 'Ladbury-Campola-TR-A289-PA10-2010Aug-NASA-TM-20210012976.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA10/Ladbury-Campola-TR-A289-PA10-2010Aug-NASA-TM-20210012976.pdf', 'admin', '2024-11-05 12:33:51', null, null); INSERT INTO `oss_file` VALUES ('e3f67bf8fc35d9b585e63f7d92f0637b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/32nm SOI (Deneb)/data.csv', 'admin', '2024-11-05 10:31:13', null, null); INSERT INTO `oss_file` VALUES ('e3fbba06f01f1155c924d4bb8ecd371d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CT1487D/data.csv', 'admin', '2024-11-05 11:17:03', null, null); INSERT INTO `oss_file` VALUES ('e41036bee4cbd4d13c464e42c63683db', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/ADM1270ARQZ/data.csv', 'admin', '2024-10-24 12:22:39', null, null); INSERT INTO `oss_file` VALUES ('e4144911893397c2ad29341f7613a53d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL-673K/data.csv', 'admin', '2024-11-05 11:26:42', null, null); INSERT INTO `oss_file` VALUES ('e4158cec00f298703569acf04288b7d0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BZX84-A75/data.csv', 'admin', '2024-11-05 11:11:34', null, null); INSERT INTO `oss_file` VALUES ('e428563563d5649eb36f5095bf2a18ae', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/02G-P4-6152-KR/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 10:20:04', null, null); INSERT INTO `oss_file` VALUES ('e42ff7f95b73a83ee0c0bf03a27dca04', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV2N2222A/data.csv', 'admin', '2024-11-05 11:38:14', null, null); INSERT INTO `oss_file` VALUES ('e434319cfc742a4813827960e1dcb52a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/96-1052U/data.csv', 'admin', '2024-11-05 10:46:14', null, null); INSERT INTO `oss_file` VALUES ('e46149c2cf2685833b3088879705936e', 'G07FEB_AD7821_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7821/G07FEB_AD7821_TID.pdf', 'admin', '2024-11-05 10:57:45', null, null); INSERT INTO `oss_file` VALUES ('e465b3308fa5abb1c4f830e6f25558ce', 'nsrec93a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RS Encoder/nsrec93a.pdf', 'admin', '2024-11-05 12:43:03', null, null); INSERT INTO `oss_file` VALUES ('e468d3aa5810e8a779bf47ef885be0fa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SiC Ring Oscillator/data.csv', 'admin', '2024-11-05 13:00:54', null, null); INSERT INTO `oss_file` VALUES ('e4727c39de13af23abdf213963735b82', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS79133/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 13:05:35', null, null); INSERT INTO `oss_file` VALUES ('e4742349c50ef48f686b9b4b7e804f0f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX494/data.csv', 'admin', '2024-11-05 12:00:22', null, null); INSERT INTO `oss_file` VALUES ('e47ad5cf93281bdae270ce527820c642', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DS80C320/data.csv', 'admin', '2024-11-05 11:20:32', null, null); INSERT INTO `oss_file` VALUES ('e47ed121f37b706f649e216acf97472a', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27A/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 12:30:04', null, null); INSERT INTO `oss_file` VALUES ('e49a4feb778f59b752d1d85d2162d6f8', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CULPRiT C8051/nsrec05_W5.pdf', 'admin', '2024-11-05 11:17:25', null, null); INSERT INTO `oss_file` VALUES ('e4ba2b3288097502644103ff022ea57f', 'NEPP_ETW2011_Berg.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/NEPP_ETW2011_Berg.pdf', 'admin', '2024-11-05 14:46:57', null, null); INSERT INTO `oss_file` VALUES ('e4bfd45b34017b81e7175fbdb6a62a8a', 'D082400.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM148/D082400.pdf', 'admin', '2024-11-05 11:48:23', null, null); INSERT INTO `oss_file` VALUES ('e4c3069a54692eca2012060a46f2dc68', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC273/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:47', null, null); INSERT INTO `oss_file` VALUES ('e4c42d8ff1c9a4e377bcbd36a9da823b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ZQ04031/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:36', null, null); INSERT INTO `oss_file` VALUES ('e4df46cff1a0dbd82dde729cdfe429a6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54HC123/data.csv', 'admin', '2024-11-05 10:38:16', null, null); INSERT INTO `oss_file` VALUES ('e4e62eb3a06a792ef47de2b63b5fd890', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC521/data.csv', 'admin', '2024-11-05 10:36:15', null, null); INSERT INTO `oss_file` VALUES ('e4f5f8b12a38c17b10dd5ac9af29c048', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/8002300/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:09', null, null); INSERT INTO `oss_file` VALUES ('e518d7a7dbb36c51e2b61cd0f1288c9a', '2N5154 TID_1012_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N5154/2N5154 TID_1012_01.pdf', 'admin', '2024-10-24 11:48:36', null, null); INSERT INTO `oss_file` VALUES ('e52631b3daf472651ba1ca03e3e390b7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Xilinx SIRF Test Transistors/data.csv', 'admin', '2024-11-05 13:15:52', null, null); INSERT INTO `oss_file` VALUES ('e5395f28623acffdcb1b13dd4464d6a1', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SDM3304/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:14', null, null); INSERT INTO `oss_file` VALUES ('e53fc4fd667d3691eaa111524bf27f37', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HS5212/data.csv', 'admin', '2024-11-05 11:31:30', null, null); INSERT INTO `oss_file` VALUES ('e574f10d41d221a7744ef2cbd8597bc0', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH5601/NSREC99.pdf', 'admin', '2024-11-05 12:27:37', null, null); INSERT INTO `oss_file` VALUES ('e5cad2e1bc1514de82f9842d04ad1367', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9K8G08U0A/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 11:41:56', null, null); INSERT INTO `oss_file` VALUES ('e5db4da9985f6f2e848ede471b035af9', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1526B/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:23', null, null); INSERT INTO `oss_file` VALUES ('e5eab7714a4a49abb55945796ede3ac8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Test Vehicle 45 nm SOI CMOS SRAM/data.csv', 'admin', '2024-11-05 13:07:48', null, null); INSERT INTO `oss_file` VALUES ('e609fe2e1812a31aa63a44f326c16300', 'PPM-97-054.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ABT245 Transceiver/PPM-97-054.pdf', 'admin', '2024-11-05 10:34:18', null, null); INSERT INTO `oss_file` VALUES ('e610b5b0c62986d1d221ebfd7079446b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT47H128M8HQ-3E/data.csv', 'admin', '2024-11-05 12:22:26', null, null); INSERT INTO `oss_file` VALUES ('e61eaa8101ed3ea01a48e37bfc7e0a45', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F16G08ABACAWP-Z:C, MT29F64G08AFAAAWP-ITZ:A/data.csv', 'admin', '2024-10-24 12:13:57', null, null); INSERT INTO `oss_file` VALUES ('e63bd98ef748a0d4438078fcfe755ff9', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/OP-470A/data.csv', 'admin', '2024-10-24 12:06:22', null, null); INSERT INTO `oss_file` VALUES ('e643e3f310688394d2f87447261f0b8a', 'nsrec08_W3_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC4VFX60/nsrec08_W3_SEE.pdf', 'admin', '2024-11-05 13:12:49', null, null); INSERT INTO `oss_file` VALUES ('e644aaa9219c772377f40ead2dc5b437', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA7-5170-8/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:39', null, null); INSERT INTO `oss_file` VALUES ('e64ba11dafb2758c8364bb135af0a46f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HS2420/data.csv', 'admin', '2024-11-05 11:31:10', null, null); INSERT INTO `oss_file` VALUES ('e6597c11b7472fc5b016ede51cd63f33', 'T111906_MAX997ESA.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX997/T111906_MAX997ESA.pdf', 'admin', '2024-11-05 12:01:51', null, null); INSERT INTO `oss_file` VALUES ('e65e9789a3b8ab380967be491ec63bbf', 'd050595.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/011640 0PTIC-70/d050595.pdf', 'admin', '2024-10-23 17:29:17', null, null); INSERT INTO `oss_file` VALUES ('e66d709d0de294fec0fa2329c5f7d8e3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TMS416400DJ/data.csv', 'admin', '2024-11-05 13:04:58', null, null); INSERT INTO `oss_file` VALUES ('e674e564d113b4645c774bf69cca9c01', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BC817/data.csv', 'admin', '2024-10-24 12:07:24', null, null); INSERT INTO `oss_file` VALUES ('e69fd6c9470b24fb578cd53e55fc29fb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADCMP600/data.csv', 'admin', '2024-11-05 11:02:00', null, null); INSERT INTO `oss_file` VALUES ('e6aa9e6627fcedd2860cce103ebf0ee4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/QCPL5729/data.csv', 'admin', '2024-11-05 12:36:10', null, null); INSERT INTO `oss_file` VALUES ('e6abbbf682532941c01df6751c170e14', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2690R-D15F/data.csv', 'admin', '2024-11-05 10:23:10', null, null); INSERT INTO `oss_file` VALUES ('e6af50ec9c052f0a17005949b18d9924', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM2651/data.csv', 'admin', '2024-11-05 11:49:09', null, null); INSERT INTO `oss_file` VALUES ('e6b619329964fef774d1cd8678b83259', 'PPM-98-010.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PM139/PPM-98-010.pdf', 'admin', '2024-11-05 12:35:15', null, null); INSERT INTO `oss_file` VALUES ('e6c49e3936bd789eaed26c08bb06e315', '118.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/DS1820/118.pdf', 'admin', '2024-10-24 11:50:24', null, null); INSERT INTO `oss_file` VALUES ('e6c7177162576adcb873c62505d2a722', 'B012605_HN58C1001.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HN58V1001/B012605_HN58C1001.pdf', 'admin', '2024-11-05 11:30:34', null, null); INSERT INTO `oss_file` VALUES ('e6dde7b80e44fc761be075736ad3f8d7', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/3C91/NSREC99.pdf', 'admin', '2024-11-05 10:31:38', null, null); INSERT INTO `oss_file` VALUES ('e6ee37760bbf2d8e117127e1bf1914dc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC153/data.csv', 'admin', '2024-11-05 10:35:01', null, null); INSERT INTO `oss_file` VALUES ('e70a469f8ef71618370f3a075665063e', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS2420/nsrec94a.pdf', 'admin', '2024-11-05 11:31:10', null, null); INSERT INTO `oss_file` VALUES ('e722a945cf3892daf6909ea3ec84cff3', 'b112599a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL7705B/b112599a.pdf', 'admin', '2024-11-05 13:04:10', null, null); INSERT INTO `oss_file` VALUES ('e7232ecd9e2a0e2a7be3219cc255dde4', 'Boutte-TR-AD648-TID-2011June01-20210016274.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD648/Boutte-TR-AD648-TID-2011June01-20210016274.pdf', 'admin', '2024-11-05 10:54:55', null, null); INSERT INTO `oss_file` VALUES ('e724543a696abc0c272e51a56e45f29d', 'T081610_T120510_STRH100N10FSY3.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STRH100N10FSY3/T081610_T120510_STRH100N10FSY3.pdf', 'admin', '2024-11-05 12:58:03', null, null); INSERT INTO `oss_file` VALUES ('e72926d7256ce4fbcabc71b76edf2b02', 'PPM-97-055.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1706/PPM-97-055.pdf', 'admin', '2024-11-05 13:08:02', null, null); INSERT INTO `oss_file` VALUES ('e72b2a4f312d9216fd2d92745c99b628', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CS5012A/Random97a.pdf', 'admin', '2024-11-05 11:16:47', null, null); INSERT INTO `oss_file` VALUES ('e733eaafca1c61677a2d33c74aa42ce6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/82380/data.csv', 'admin', '2024-11-05 10:45:11', null, null); INSERT INTO `oss_file` VALUES ('e73aa14ad9a1097d00f6d052268ae02e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Luna ES/data.csv', 'admin', '2024-11-05 11:57:11', null, null); INSERT INTO `oss_file` VALUES ('e73ab85bc4bbe1c07af8247f77f52e5a', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM158AJRQMLV/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 11:48:43', null, null); INSERT INTO `oss_file` VALUES ('e743791ff05c2c2c42e28a18174f241c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/PC28F00AM29EW - DC1409/data.csv', 'admin', '2024-10-24 12:13:00', null, null); INSERT INTO `oss_file` VALUES ('e74cd810ddab4bdb44b447a46947f875', 'd031997.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N48/d031997.pdf', 'admin', '2024-11-05 10:32:35', null, null); INSERT INTO `oss_file` VALUES ('e75164265f9929fedf915932c7f3938f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54HC4053/data.csv', 'admin', '2024-11-05 10:38:24', null, null); INSERT INTO `oss_file` VALUES ('e764b9f49e5bfff356a81c40013a4088', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LMV7219/data.csv', 'admin', '2024-11-05 11:50:54', null, null); INSERT INTO `oss_file` VALUES ('e77038e87d773410df5c80ef60b49a1e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC169DMQB/data.csv', 'admin', '2024-11-05 10:35:14', null, null); INSERT INTO `oss_file` VALUES ('e779c4a56746a30e560926d262dc9d65', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SCF9550/data.csv', 'admin', '2024-11-05 12:48:13', null, null); INSERT INTO `oss_file` VALUES ('e7b28d153b027bb3af7ffd72dfb54d28', 'PPM-96-009.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Q02L00JQ/PPM-96-009.pdf', 'admin', '2024-11-05 12:36:08', null, null); INSERT INTO `oss_file` VALUES ('e7b53a8b70956f5adfcc958401d67c1c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/G FLX SRAM Test Chip/data.csv', 'admin', '2024-11-05 11:25:11', null, null); INSERT INTO `oss_file` VALUES ('e7c392933af7946c0c2f8a5cbc9606f0', 'D062209_AD14155.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADC14155/D062209_AD14155.pdf', 'admin', '2024-11-05 11:01:50', null, null); INSERT INTO `oss_file` VALUES ('e7d054c06e397e68f7c5954107bacb47', '1100%20-%20ETW_BERG_FPGA_SEU_TESTING_2017_EDAA.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RT4G150-CB1657/1100%20-%20ETW_BERG_FPGA_SEU_TESTING_2017_EDAA.pdf', 'admin', '2024-11-05 12:43:34', null, null); INSERT INTO `oss_file` VALUES ('e7d308b2d285e5ba21865fd81df9cd58', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/10502/data.csv', 'admin', '2024-11-05 10:20:16', null, null); INSERT INTO `oss_file` VALUES ('e7d3f77043d18fb7565c0006a81132a4', 'T110910_LTC2054HV.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC2054HV/T110910_LTC2054HV.pdf', 'admin', '2024-11-05 11:54:59', null, null); INSERT INTO `oss_file` VALUES ('e7dbf8e4a53e8a6741c1ddf26514a4cb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC258/data.csv', 'admin', '2024-11-05 10:35:44', null, null); INSERT INTO `oss_file` VALUES ('e7e227253de00459fa7a4376c77c30c2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BUY15CS23J-01 Eng. Samples/data.csv', 'admin', '2024-11-05 11:11:08', null, null); INSERT INTO `oss_file` VALUES ('e7e92b9b61ff487e72bf752d7e903fea', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Si-Nano NVMs/data.csv', 'admin', '2024-11-05 12:59:01', null, null); INSERT INTO `oss_file` VALUES ('e7eb5e74889ae86c743a2f5109bf698d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD744/data.csv', 'admin', '2024-11-05 10:56:31', null, null); INSERT INTO `oss_file` VALUES ('e7f1839df2dae9b38f8cc743c09784e3', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM1850STM3/nsrec00_W21.pdf', 'admin', '2024-11-05 12:27:55', null, null); INSERT INTO `oss_file` VALUES ('e7f9a1f5dc7a74e806284fca6b2c3dba', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08/NSREC98.pdf', 'admin', '2024-11-05 11:17:53', null, null); INSERT INTO `oss_file` VALUES ('e7fcd33cfa614e32474bcac051c932a3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4N49S/data.csv', 'admin', '2024-11-05 10:33:16', null, null); INSERT INTO `oss_file` VALUES ('e812d0c68a8b80bf2005a5cec70a5187', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/53124/data.csv', 'admin', '2024-11-05 10:33:51', null, null); INSERT INTO `oss_file` VALUES ('e8153599e04ca8db3c2d759ecc7cfb44', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/96-1052U/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:46:14', null, null); INSERT INTO `oss_file` VALUES ('e81b3cfe3ed5e365f94970ddee6e0be4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/VS-APH3006-N3/data.csv', 'admin', '2024-11-05 13:11:21', null, null); INSERT INTO `oss_file` VALUES ('e8735e67919e67217575b73f8e42feb7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AZ88923/data.csv', 'admin', '2024-11-05 11:09:10', null, null); INSERT INTO `oss_file` VALUES ('e87c3227931e9dcb4909be7e9a8efcac', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TPS9103/data.csv', 'admin', '2024-11-05 13:05:50', null, null); INSERT INTO `oss_file` VALUES ('e89de74d67d9acbdcbfbfdc0c32a1cb1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM117/data.csv', 'admin', '2024-11-05 11:44:12', null, null); INSERT INTO `oss_file` VALUES ('e8a333b931a2d15f2a0063cda0dff588', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD783SQ/PPM-99-045.pdf', 'admin', '2024-10-23 17:39:13', null, null); INSERT INTO `oss_file` VALUES ('e8b65b7b988faea1f8c2d3f56e2fd9e2', '98.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/BA20/98.pdf', 'admin', '2024-10-24 11:48:48', null, null); INSERT INTO `oss_file` VALUES ('e8b853b10c457d50ed973f61e89ea54b', 'i090397.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SDL5601V1/i090397.pdf', 'admin', '2024-11-05 12:48:29', null, null); INSERT INTO `oss_file` VALUES ('e8bc2173a69932e9a5dc06c07f519383', 'nsrec2013_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2369/nsrec2013_W6_TID.pdf', 'admin', '2024-11-05 10:26:12', null, null); INSERT INTO `oss_file` VALUES ('e8d6937b00c5e54fb094d7617b012173', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PA07M/PPM-99-045.pdf', 'admin', '2024-11-05 14:12:23', null, null); INSERT INTO `oss_file` VALUES ('e8e1378b74d8e3b1d2360296f3781cee', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CS7820-UD/data.csv', 'admin', '2024-11-05 11:16:52', null, null); INSERT INTO `oss_file` VALUES ('e8ef241769c315f079d6974e330bc0e2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7984/data.csv', 'admin', '2024-11-05 10:58:47', null, null); INSERT INTO `oss_file` VALUES ('e9026b973b2fae755472d6306e8ee1f6', 'PPM-92-079.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-92-079.pdf', 'admin', '2024-11-05 10:56:12', null, null); INSERT INTO `oss_file` VALUES ('e920f3c25a68b0a91f4d42d0f32d2250', 'PPM-95-168.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/1280A/PPM-95-168.pdf', 'admin', '2024-11-05 10:20:48', null, null); INSERT INTO `oss_file` VALUES ('e9229e530495dd16e745ba3c7442e52d', 'NEPP-CP-2016-Berg-Pres-SEE-MAPLD-Mitigation-TN32695.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T Kintex7/NEPP-CP-2016-Berg-Pres-SEE-MAPLD-Mitigation-TN32695.pdf', 'admin', '2024-11-05 13:13:46', null, null); INSERT INTO `oss_file` VALUES ('e92e870e36e95f35600153245a0a7ee7', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7203ERP/ieee95a.pdf', 'admin', '2024-11-05 10:43:01', null, null); INSERT INTO `oss_file` VALUES ('e92efe7527748a44a54d56fae2fae3a1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP177A/data.csv', 'admin', '2024-11-05 12:29:13', null, null); INSERT INTO `oss_file` VALUES ('e932c618f61adcf86ce614f508d2a963', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR6045/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:06:29', null, null); INSERT INTO `oss_file` VALUES ('e93dcbe33bc7777787b3c2bb065c53f1', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ABT245/data.csv', 'admin', '2024-11-05 14:14:57', null, null); INSERT INTO `oss_file` VALUES ('e944bccf2aec16e327480209dc7ddd66', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N49/NSREC99.pdf', 'admin', '2024-11-05 10:33:02', null, null); INSERT INTO `oss_file` VALUES ('e94e0092fae2b1752f455ece289043ab', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HN58C1001T15/data.csv', 'admin', '2024-11-05 11:30:28', null, null); INSERT INTO `oss_file` VALUES ('e953cda0bdb550344da2ffedad82b4b0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FIP100110125/data.csv', 'admin', '2024-11-05 11:22:51', null, null); INSERT INTO `oss_file` VALUES ('e95c9f8da14aa2d70c40f4e138c7d20a', '2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7226/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf', 'admin', '2024-11-05 10:56:18', null, null); INSERT INTO `oss_file` VALUES ('e95e63555aaf225fbec69bf5758e7c31', 'TAMU02-03_LM124.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM124/TAMU02-03_LM124.pdf', 'admin', '2024-11-05 11:46:21', null, null); INSERT INTO `oss_file` VALUES ('e96919e559fa64d98ca029690e0bbed7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD624/data.csv', 'admin', '2024-11-05 10:54:19', null, null); INSERT INTO `oss_file` VALUES ('e9822f21538339acab9a6f487428c810', '318.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MT29F16G08ABACAWP-Z:C, MT29F64G08AFAAAWP-ITZ:A/318.pdf', 'admin', '2024-10-24 12:13:57', null, null); INSERT INTO `oss_file` VALUES ('e990703be4029274eaa34229318a0736', 'b012495.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS58C1001/b012495.pdf', 'admin', '2024-11-05 11:31:42', null, null); INSERT INTO `oss_file` VALUES ('e999287503bef696fb6233329809def4', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/5690R-D15/Random97a.pdf', 'admin', '2024-11-05 10:39:00', null, null); INSERT INTO `oss_file` VALUES ('e9af0e0f522bad64afe892049b6f06f6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV1N3595/data.csv', 'admin', '2024-11-05 11:38:55', null, null); INSERT INTO `oss_file` VALUES ('e9b5f2833150195b37f3c3f534eecaee', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MP5010NT/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:48', null, null); INSERT INTO `oss_file` VALUES ('e9d1eaaf5c761316af4d112adca8819a', 'D112601_Myrinet.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Lanai9/D112601_Myrinet.pdf', 'admin', '2024-11-05 11:57:06', null, null); INSERT INTO `oss_file` VALUES ('e9d318b93762d3c48afd2fa378d2c4f2', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL750M05CKTRR/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 13:04:00', null, null); INSERT INTO `oss_file` VALUES ('e9da4757ae182f374f4abde91fecc71b', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MZ7KE256HMHA/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:24:27', null, null); INSERT INTO `oss_file` VALUES ('e9e478124a6893f1dd64fde0bf706b7c', 'NEPP-TR-2016-Yau-Campola-16-031-LTC6103-LBNL2016Aug-TN44753.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6103/NEPP-TR-2016-Yau-Campola-16-031-LTC6103-LBNL2016Aug-TN44753.pdf', 'admin', '2024-11-05 11:55:17', null, null); INSERT INTO `oss_file` VALUES ('e9e83c005f35026d41f9ead8b499ca59', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7HP test sample/nsrec04_SEE.pdf', 'admin', '2024-11-05 10:44:21', null, null); INSERT INTO `oss_file` VALUES ('e9ef9b3be33487aa427d603a3af42079', '111.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HM5257805BTD75/111.pdf', 'admin', '2024-10-24 11:49:49', null, null); INSERT INTO `oss_file` VALUES ('ea0eaaea6c9c9b52af727b260637e802', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/4B4G0846Q - DC1510/data.csv', 'admin', '2024-10-24 12:12:27', null, null); INSERT INTO `oss_file` VALUES ('ea144b0ce9ac06889c3446954503363d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TTC-155M4/data.csv', 'admin', '2024-11-05 13:06:50', null, null); INSERT INTO `oss_file` VALUES ('ea1bc271ee6d1ed42b995bcc5ed2ae77', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M65656/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:58:26', null, null); INSERT INTO `oss_file` VALUES ('ea27ebca805ac4045dc9eb6e084db0fd', '12-036_20120910_NRL20140114_DDR2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M470T2863FB3-CE6 (K4T1G084QF-BCE6)/12-036_20120910_NRL20140114_DDR2.pdf', 'admin', '2024-11-05 11:58:04', null, null); INSERT INTO `oss_file` VALUES ('ea2940106d0ec94a01408edb65786833', 'I032706_LX25.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LX25/I032706_LX25.pdf', 'admin', '2024-11-05 11:56:06', null, null); INSERT INTO `oss_file` VALUES ('ea2b71851189a2b948a4f596570c4ca6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HR2340/data.csv', 'admin', '2024-11-05 11:30:39', null, null); INSERT INTO `oss_file` VALUES ('ea31f8d4aa3c2bf1b693e9a924f5aaf0', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATT2C04-2/random6a.pdf', 'admin', '2024-11-05 11:08:33', null, null); INSERT INTO `oss_file` VALUES ('ea4446a553c44d5143f857220baf6cf7', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4N48/nsrec00_W22.pdf', 'admin', '2024-11-05 10:32:25', null, null); INSERT INTO `oss_file` VALUES ('ea486ed60992971a5c05f8f57bb16ab0', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STAR-250NDR/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:55:52', null, null); INSERT INTO `oss_file` VALUES ('ea4fb4cec5748f763799f8d1ff00d6da', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STPS20200/data.csv', 'admin', '2024-11-05 12:56:12', null, null); INSERT INTO `oss_file` VALUES ('ea5454aff714fded54029c4a9eecd6ea', 'D012808_T061808_HMP155TRX.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HMP1-155TRX/D012808_T061808_HMP155TRX.pdf', 'admin', '2024-11-05 11:30:23', null, null); INSERT INTO `oss_file` VALUES ('ea575f7114e301d043fb05eb9e763e73', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Nano-Crystal Memory/nsrec06_W2.pdf', 'admin', '2024-11-05 12:26:45', null, null); INSERT INTO `oss_file` VALUES ('ea5e3b507d64ebaa7e495a823d8711cc', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FS-PM-4611/NSREC02_W5.pdf', 'admin', '2024-11-05 11:23:05', null, null); INSERT INTO `oss_file` VALUES ('ea6aab60d93cf2c8ad8f8d9e74ce742a', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF2045/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:24:32', null, null); INSERT INTO `oss_file` VALUES ('ea6baae2fba3c6e6eb0fc3ec2a442747', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD580/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:22', null, null); INSERT INTO `oss_file` VALUES ('ea6e679b8b18171cff932cae0f6502b5', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N2222A/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:37:37', null, null); INSERT INTO `oss_file` VALUES ('ea7dc876829b7797507250a515f74476', '406.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MAX14572EUD+/406.pdf', 'admin', '2024-10-24 12:22:35', null, null); INSERT INTO `oss_file` VALUES ('ea7fb4bf9362ab91fec84b0d94e36d32', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AT7913 - DC0905, DC1229/data.csv', 'admin', '2024-10-24 12:18:34', null, null); INSERT INTO `oss_file` VALUES ('ea9b8c13e6843310ccf938f4dd40d5d5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/KM44C4000/data.csv', 'admin', '2024-11-05 11:42:08', null, null); INSERT INTO `oss_file` VALUES ('eaa1a57e6a4cc437506bb869e0d2b316', 'PPM-92-307.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM747/PPM-92-307.pdf', 'admin', '2024-11-05 11:50:06', null, null); INSERT INTO `oss_file` VALUES ('eaaac3564d577452a388037ad1955255', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1823/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 13:08:26', null, null); INSERT INTO `oss_file` VALUES ('eaaf499404fbd2bcf5c7e7ef17ad4dc5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC74/data.csv', 'admin', '2024-11-05 10:36:31', null, null); INSERT INTO `oss_file` VALUES ('eab702b123d2bd6b15d7c1f6b600a9f4', 'G06MAY_S29G256N90TFIR2_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AMD29LV256/G06MAY_S29G256N90TFIR2_TID.pdf', 'admin', '2024-11-05 11:06:02', null, null); INSERT INTO `oss_file` VALUES ('eabedab42328a90f245e1aea7d4ec92f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HS2-3530RH-Q/data.csv', 'admin', '2024-11-05 11:31:05', null, null); INSERT INTO `oss_file` VALUES ('eacbfd924a8b61d5bb1345f606b39194', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4528/data.csv', 'admin', '2024-11-05 11:59:39', null, null); INSERT INTO `oss_file` VALUES ('eacf89a567bc252106585ae4fa0b5c6c', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1009IDR/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 11:52:51', null, null); INSERT INTO `oss_file` VALUES ('eb086a976b9d9e35b6d8737893a72ddf', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR40250/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:05:04', null, null); INSERT INTO `oss_file` VALUES ('eb09391a9f86b50cbc35bcbddc6ebd38', 'LBNL013113_54LVTH16245.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54LVTH16245/LBNL013113_54LVTH16245.pdf', 'admin', '2024-11-05 10:38:48', null, null); INSERT INTO `oss_file` VALUES ('eb1e653293977e31af28d2c0f36c49c0', 'b063094.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/b063094.pdf', 'admin', '2024-11-05 10:51:03', null, null); INSERT INTO `oss_file` VALUES ('eb290065d9816ea43f14507fa1a9d589', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD5328/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 10:51:23', null, null); INSERT INTO `oss_file` VALUES ('eb3964b5b2d89a490a157234f7a6649d', '333.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/GR718A - DC1411/333.pdf', 'admin', '2024-10-24 12:15:22', null, null); INSERT INTO `oss_file` VALUES ('eb405aaafeef0c3d226f60d1b673308b', 'NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 3 1200/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf', 'admin', '2024-11-05 12:45:38', null, null); INSERT INTO `oss_file` VALUES ('eb42fdd0eca59195449b95e349ffd987', 'T121805_MSK5900.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5900/T121805_MSK5900.pdf', 'admin', '2024-11-05 12:18:52', null, null); INSERT INTO `oss_file` VALUES ('eb4bb42fccad4976f820d581d9e3566a', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD620/nsrec00_W21.pdf', 'admin', '2024-11-05 10:53:49', null, null); INSERT INTO `oss_file` VALUES ('eb828f3d3ab7d11addbb15a67a6fca3d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5730 (6N140A)/data.csv', 'admin', '2024-11-05 11:27:30', null, null); INSERT INTO `oss_file` VALUES ('eb851c9f7c212152d5392766d5dbff98', 'NEPP-CP-2017-Wilcox-NSREC-DW-Paper-TN44790.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADV212/NEPP-CP-2017-Wilcox-NSREC-DW-Paper-TN44790.pdf', 'admin', '2024-11-05 11:03:57', null, null); INSERT INTO `oss_file` VALUES ('eb85cb328dd335f08d41c96a401a809a', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/70V25/ieee95a.pdf', 'admin', '2024-11-05 10:42:44', null, null); INSERT INTO `oss_file` VALUES ('eb8a54499459b0932b930904fdcfc40b', 'PPM-97-036.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD9050/PPM-97-036.pdf', 'admin', '2024-11-05 11:00:07', null, null); INSERT INTO `oss_file` VALUES ('eb9030d61024ef965bdd53b1a3559cba', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CLC449/data.csv', 'admin', '2024-11-05 11:14:26', null, null); INSERT INTO `oss_file` VALUES ('eb9dbfa30319d112087971e983e0ac9b', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AM29LV800/nsrec00_W21.pdf', 'admin', '2024-11-05 11:05:36', null, null); INSERT INTO `oss_file` VALUES ('eba4764741f403eec3036950d855ae0f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A1020/data.csv', 'admin', '2024-11-05 10:46:38', null, null); INSERT INTO `oss_file` VALUES ('eba6cb149347e7b6c8f6c03154f55388', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Unknown - PCM/data.csv', 'admin', '2024-11-05 13:10:12', null, null); INSERT INTO `oss_file` VALUES ('ebd832173316572cd8120ddee4f42897', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/SOC3700SW/data.csv', 'admin', '2024-10-24 11:50:33', null, null); INSERT INTO `oss_file` VALUES ('ebe445d0cdb1662f3da592c3426ab6ed', 'B030600.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7664/B030600.pdf', 'admin', '2024-11-05 10:57:09', null, null); INSERT INTO `oss_file` VALUES ('ebe4fa452bea6ba27186c98b3c9ff49a', '172.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66193-002/172.pdf', 'admin', '2024-10-24 11:55:56', null, null); INSERT INTO `oss_file` VALUES ('ebf2ff4d7c5efebb3d9f23fcb0e20683', 'PPM-98-023.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C256/PPM-98-023.pdf', 'admin', '2024-11-05 10:24:02', null, null); INSERT INTO `oss_file` VALUES ('ebff4fa1390f695b0fb3d80fdb1d3792', 'l101795a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2680M-S05F/l101795a.pdf', 'admin', '2024-11-05 10:23:00', null, null); INSERT INTO `oss_file` VALUES ('ec079053b2ce7b2480bac0ee23c89c2f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K9FAG08U0M-HCB0/data.csv', 'admin', '2024-11-05 11:41:53', null, null); INSERT INTO `oss_file` VALUES ('ec0828d626221248f6b2113e7b8a7fd1', 'D040302_Mii66099.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii66099/D040302_Mii66099.pdf', 'admin', '2024-11-05 12:25:05', null, null); INSERT INTO `oss_file` VALUES ('ec0c09dfa42c91c9d671cfba21859b5c', '142.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/OLH400/142.pdf', 'admin', '2024-10-24 11:52:38', null, null); INSERT INTO `oss_file` VALUES ('ec1363f982abe58683fef9cb1cdaf63e', '90292a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM628512/90292a.pdf', 'admin', '2024-11-05 11:29:32', null, null); INSERT INTO `oss_file` VALUES ('ec1a9e6ecf9698a563cce25a8be5cae0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AS5C512K8/data.csv', 'admin', '2024-11-05 11:07:24', null, null); INSERT INTO `oss_file` VALUES ('ec3af2ed4120d5a1f11db384b41899e1', 'VdG09JAN_CD54HCT4046AF3A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD54HCT4046A/VdG09JAN_CD54HCT4046AF3A.pdf', 'admin', '2024-11-05 11:13:44', null, null); INSERT INTO `oss_file` VALUES ('ec45ffe44da48ad8f8990e27e0d90b20', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD9223/data.csv', 'admin', '2024-11-05 11:00:10', null, null); INSERT INTO `oss_file` VALUES ('ec4e22456ae5d0fdda94d17d36889cb8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2060/data.csv', 'admin', '2024-11-05 12:03:40', null, null); INSERT INTO `oss_file` VALUES ('ec5aaa5f2f1b0cd543f30b237734bd8d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6400/data.csv', 'admin', '2024-11-05 11:55:48', null, null); INSERT INTO `oss_file` VALUES ('ec5f6f2eb81824ac35bf214440cc822b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RM158/data.csv', 'admin', '2024-11-05 12:42:04', null, null); INSERT INTO `oss_file` VALUES ('ec60e9f61b19a3ae1997e18c3681186b', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BUY65CS08J/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 11:11:25', null, null); INSERT INTO `oss_file` VALUES ('ec72517b3480f5ee7e435c0ac59992ca', '200.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HAS2/200.pdf', 'admin', '2024-10-24 12:00:17', null, null); INSERT INTO `oss_file` VALUES ('ec7e1bbd499139f31b28ffaeb59f5e67', 'D120400a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66099/D120400a.pdf', 'admin', '2024-11-05 10:41:10', null, null); INSERT INTO `oss_file` VALUES ('ec906d21745f37402128010a227535aa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CGS74LCT2524/data.csv', 'admin', '2024-11-05 11:14:05', null, null); INSERT INTO `oss_file` VALUES ('ec97e3b981d1023559e2a46bf23f8d5a', 'PPM-99-043.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/U310/PPM-99-043.pdf', 'admin', '2024-11-05 13:07:58', null, null); INSERT INTO `oss_file` VALUES ('ec9ac84020fe1e1eafba0317e0b7b380', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD7535/data.csv', 'admin', '2024-11-05 10:56:38', null, null); INSERT INTO `oss_file` VALUES ('eca40b6aca6a632c9e109d1eb4f87848', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TPS7A4501/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 13:05:38', null, null); INSERT INTO `oss_file` VALUES ('eca8e0443e7d9b69e2d446372f595827', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MA4P7455CK-287T/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:58:39', null, null); INSERT INTO `oss_file` VALUES ('ecb31ef3a6cdbc0fd1414b59233e28e5', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66088/NSREC99.pdf', 'admin', '2024-11-05 10:40:54', null, null); INSERT INTO `oss_file` VALUES ('ecb9ea685b2b186df7c15e126d9e9a91', 'PPM-92-011.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD574AT/PPM-92-011.pdf', 'admin', '2024-11-05 10:52:56', null, null); INSERT INTO `oss_file` VALUES ('ecd837b0d90b67d369390f38e982b0b6', 'B030402_22V10.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/22V10/B030402_22V10.pdf', 'admin', '2024-11-05 10:22:41', null, null); INSERT INTO `oss_file` VALUES ('ecdf37b1b33635b84521014135f965bb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LT6108IMS8/data.csv', 'admin', '2024-10-24 12:22:43', null, null); INSERT INTO `oss_file` VALUES ('ece20042c096c38f9a83190bd3a905e9', 'PPM-98-032.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A1280A/PPM-98-032.pdf', 'admin', '2024-11-05 10:46:50', null, null); INSERT INTO `oss_file` VALUES ('ecf89b82fd7ab477438e81cbea9d9b7f', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FVP100110125/NSREC02_W5.pdf', 'admin', '2024-11-05 11:23:28', null, null); INSERT INTO `oss_file` VALUES ('ecfdf027482b9d7e306b0dd8d56b16aa', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N6849/data.csv', 'admin', '2024-11-05 11:39:11', null, null); INSERT INTO `oss_file` VALUES ('ed0a41b674cde8493b74d1d79908bb53', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T Kintex7/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 13:13:45', null, null); INSERT INTO `oss_file` VALUES ('ed0d4eb13ba1085ba1ec4d729d718c38', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/BAS21-7-F/data.csv', 'admin', '2024-11-05 11:09:52', null, null); INSERT INTO `oss_file` VALUES ('ed0f391d5401f215be392725d02f3ed6', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP400/nsrec06_W2.pdf', 'admin', '2024-11-05 12:30:38', null, null); INSERT INTO `oss_file` VALUES ('ed35bf0cd888892119a3afd374ddd58a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AT22V10 EEPLD/data.csv', 'admin', '2024-11-05 11:07:46', null, null); INSERT INTO `oss_file` VALUES ('ed387d2bcd436cfec4a1a44d6469cfa0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR2080CT/data.csv', 'admin', '2024-11-05 12:04:18', null, null); INSERT INTO `oss_file` VALUES ('ed401875d1982f62d455c3057cd6beac', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LT1153/data.csv', 'admin', '2024-11-05 11:53:19', null, null); INSERT INTO `oss_file` VALUES ('ed4e8b87382dec5e630668a287004e17', 'nsrec2011_W5_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS-1840ARH/nsrec2011_W5_TID.pdf', 'admin', '2024-11-05 11:30:45', null, null); INSERT INTO `oss_file` VALUES ('ed581bd5fa622346f99775cc4e46a52d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LM124AJRQMLV/data.csv', 'admin', '2024-10-24 12:01:23', null, null); INSERT INTO `oss_file` VALUES ('ed5952373f880a635a8a26b2528c066f', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/10CX220YF780E5G/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 10:20:26', null, null); INSERT INTO `oss_file` VALUES ('ed59a2a0154203219d1fd63404880d56', 'PPM-95-129.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP27A/PPM-95-129.pdf', 'admin', '2024-11-05 12:30:07', null, null); INSERT INTO `oss_file` VALUES ('ed5b371481e2a749abe773cb0d2a4911', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC11/PPM-99-045.pdf', 'admin', '2024-11-05 14:27:00', null, null); INSERT INTO `oss_file` VALUES ('ed5ec8c425c48659e0c912d600b06c95', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HA1-5134/data.csv', 'admin', '2024-11-05 11:25:56', null, null); INSERT INTO `oss_file` VALUES ('ed760ae0ef03952d5989e739d04da610', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD650/nsrec06_W2.pdf', 'admin', '2024-11-05 10:55:06', null, null); INSERT INTO `oss_file` VALUES ('ed922a66614062001e1312b042dc4805', '2018-Topper-TR-17-061-MT29F512G08AUCBBH8-6IT-2018May25-TID-20205006472.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F512G08AUCBBH8-6IT:B/2018-Topper-TR-17-061-MT29F512G08AUCBBH8-6IT-2018May25-TID-20205006472.pdf', 'admin', '2024-11-05 12:21:58', null, null); INSERT INTO `oss_file` VALUES ('eda3527e19cddb718238728536608857', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TL750L05CDR/data.csv', 'admin', '2024-11-05 13:03:42', null, null); INSERT INTO `oss_file` VALUES ('eda46943ff39f578c312aae17ecdfffd', 'NEPP-CP-2017-Casey-TNS-Paper-pub2018Jan-Failure-Analysis-Heavy-Ion-Irradiated-Schottky-Diodes-20205004147.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANTX1N6843CCU3/NEPP-CP-2017-Casey-TNS-Paper-pub2018Jan-Failure-Analysis-Heavy-Ion-Irradiated-Schottky-Diodes-20205004147.pdf', 'admin', '2024-11-05 11:38:10', null, null); INSERT INTO `oss_file` VALUES ('edc21a8a9a3bc1771e917e9910396331', '204.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/883C/204.pdf', 'admin', '2024-10-24 12:00:39', null, null); INSERT INTO `oss_file` VALUES ('edcb056bb005c6b09f1afcd566b1dd0f', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CMF10120D/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 11:14:55', null, null); INSERT INTO `oss_file` VALUES ('edce53c8d0cd8a4b1a924b22448bf275', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K4B4G0846B-HCH9 4 Gb die on M471B5773DH0-CH9 DIMMs/data.csv', 'admin', '2024-11-05 11:40:20', null, null); INSERT INTO `oss_file` VALUES ('eddac3d41bbb05ffdfadd4b8f933121c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/ADC128S102/data.csv', 'admin', '2024-10-24 12:08:31', null, null); INSERT INTO `oss_file` VALUES ('ede32fe5f58e397a0a16cda34fc8d3e7', '2021-Phan-Joplin-TR-21-022-LTC2054-LDR-TID-2021July27-Nov22-NASA-TM-20210025882.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC2054HV/2021-Phan-Joplin-TR-21-022-LTC2054-LDR-TID-2021July27-Nov22-NASA-TM-20210025882.pdf', 'admin', '2024-11-05 11:55:00', null, null); INSERT INTO `oss_file` VALUES ('ede69672776f280c35ba4c7e7fcf6d3d', 'NEPP-TR-2016-Lauensten-16-030-Si7414DN-TAMU2016Sep-MGH2016Oct-LBNL2016Nov-v2-TN44750.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Si7414DN-T1-E3/NEPP-TR-2016-Lauensten-16-030-Si7414DN-TAMU2016Sep-MGH2016Oct-LBNL2016Nov-v2-TN44750.pdf', 'admin', '2024-11-05 12:59:54', null, null); INSERT INTO `oss_file` VALUES ('edf239c4f47908341ad63c2da8345358', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/REF-10/data.csv', 'admin', '2024-11-05 12:38:10', null, null); INSERT INTO `oss_file` VALUES ('edf81a17aa33cb2a49af3e797660a37c', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP200/nsrec05_W23.pdf', 'admin', '2024-11-05 12:29:33', null, null); INSERT INTO `oss_file` VALUES ('edfbfe93e592d9ed2aceba1057980eab', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AX3453/data.csv', 'admin', '2024-11-05 11:08:59', null, null); INSERT INTO `oss_file` VALUES ('ee059d995d045789fb9d831bc66f16dc', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF155A/nsrec00_W21.pdf', 'admin', '2024-11-05 11:43:01', null, null); INSERT INTO `oss_file` VALUES ('ee07a590b2b26d228ba70a0a77d7e98f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/125 standard/data.csv', 'admin', '2024-11-05 10:40:10', null, null); INSERT INTO `oss_file` VALUES ('ee099fc623c232b921bfe4e99b03bd49', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL6231/data.csv', 'admin', '2024-11-05 11:27:32', null, null); INSERT INTO `oss_file` VALUES ('ee240307d4ad5ceec7677f67d5a64a98', 'PPM-91-364.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD571SD/PPM-91-364.pdf', 'admin', '2024-11-05 10:52:48', null, null); INSERT INTO `oss_file` VALUES ('ee24ff818c83e207e9b1bfb3b2433624', 'G05DEC_LM101_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM101/G05DEC_LM101_TID.pdf', 'admin', '2024-11-05 11:43:20', null, null); INSERT INTO `oss_file` VALUES ('ee431cd0e0fdd9fb57ec23e9e6d2e63c', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C256ERPDB/ieee95a.pdf', 'admin', '2024-11-05 10:24:17', null, null); INSERT INTO `oss_file` VALUES ('ee4ccaa3532ef657342144cb151a72a3', 'T111103_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/T36T-GARC3/T111103_GLAST.pdf', 'admin', '2024-11-05 13:01:58', null, null); INSERT INTO `oss_file` VALUES ('ee527d20c61768d6c8ec5ec4c61c207b', 'T111103_GLAST.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX5121/T111103_GLAST.pdf', 'admin', '2024-11-05 12:00:32', null, null); INSERT INTO `oss_file` VALUES ('ee55556a93353ec6f77e7e50bae517c4', '145.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66224-105/145.pdf', 'admin', '2024-10-24 11:52:57', null, null); INSERT INTO `oss_file` VALUES ('ee56a24e70df4ef6a8f68591b4074330', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SP9380/data.csv', 'admin', '2024-11-05 12:54:20', null, null); INSERT INTO `oss_file` VALUES ('ee6c3ac3b3c86674cb16dc64910b36e1', 'PPM-92-300.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5196/PPM-92-300.pdf', 'admin', '2024-11-05 10:30:11', null, null); INSERT INTO `oss_file` VALUES ('ee85e7eeaa09be9eb45d0b53c72aef82', '2017-Chen-TR-16-040-LTC6268-2016Dec03-to-2017Jan04-TID-20205006395.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6268-10/2017-Chen-TR-16-040-LTC6268-2016Dec03-to-2017Jan04-TID-20205006395.pdf', 'admin', '2024-11-05 11:55:37', null, null); INSERT INTO `oss_file` VALUES ('ee8c71f499750b76ebe85df129c6de9b', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/63147/nsrec94a.pdf', 'admin', '2024-11-05 10:40:46', null, null); INSERT INTO `oss_file` VALUES ('ee920c166149059b4db54b1171839aac', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MN101L/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:12:55', null, null); INSERT INTO `oss_file` VALUES ('ee9c81a45e547dad5996b0cc08aed8a2', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/B/random6a.pdf', 'admin', '2024-11-05 12:13:44', null, null); INSERT INTO `oss_file` VALUES ('eea1f0a2e64b90246e1f522729812146', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N4117A-1/data.csv', 'admin', '2024-11-05 10:28:46', null, null); INSERT INTO `oss_file` VALUES ('eea5ea45419466458261569e333b3570', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5196/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:25', null, null); INSERT INTO `oss_file` VALUES ('eeb97420138b103ae3816bf00e172632', 'no_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD829/no_report.pdf', 'admin', '2024-11-05 10:59:47', null, null); INSERT INTO `oss_file` VALUES ('eeba101fa31d6cd9b48cf4d82d60429a', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/125 standard/NSREC02_W5.pdf', 'admin', '2024-11-05 10:40:10', null, null); INSERT INTO `oss_file` VALUES ('eec72a0c24efcd866bb63c637fe0a95d', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DL5256/NSREC99.pdf', 'admin', '2024-11-05 11:19:29', null, null); INSERT INTO `oss_file` VALUES ('eec74ea9ec0afef4860b7690fdda8a4c', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/6N140/nsrec01_W15.pdf', 'admin', '2024-11-05 10:42:25', null, null); INSERT INTO `oss_file` VALUES ('eedb4874b2fbedb5558aec07f4c7312f', 'no_report.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ST80486DX2-66/no_report.pdf', 'admin', '2024-11-05 12:55:47', null, null); INSERT INTO `oss_file` VALUES ('eee24e637515a53e583dab99a73a2f6f', 'PPM-92-181.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL431/PPM-92-181.pdf', 'admin', '2024-11-05 13:03:28', null, null); INSERT INTO `oss_file` VALUES ('eee2e223734281e1270df0b6843273ed', 'NRL012910_RAM6.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RAM-6+/NRL012910_RAM6.pdf', 'admin', '2024-11-05 12:37:15', null, null); INSERT INTO `oss_file` VALUES ('eeea0bc7c2602b8d80937027de013b1e', 'NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBR3045PT/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf', 'admin', '2024-11-05 12:04:55', null, null); INSERT INTO `oss_file` VALUES ('eef969bce7f5f123e6047b80e4cb7a85', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HSMP-3810/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:31:59', null, null); INSERT INTO `oss_file` VALUES ('ef1bca2443a3e823f8477aabf867be23', '119.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N5154/119.pdf', 'admin', '2024-10-24 11:48:36', null, null); INSERT INTO `oss_file` VALUES ('ef2a41ff61405dc6393f93f047d3f18b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC240/data.csv', 'admin', '2024-11-05 10:35:26', null, null); INSERT INTO `oss_file` VALUES ('ef3f568d3cf0bf0bd1b7bf31970b69bf', 'nsrec01_ph2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM139/nsrec01_ph2.pdf', 'admin', '2024-11-05 11:47:26', null, null); INSERT INTO `oss_file` VALUES ('ef4f897baade522768159e0c1e2f71b6', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CRAM test chip/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:16:26', null, null); INSERT INTO `oss_file` VALUES ('ef6e0914cd262706100a44257ecbcd63', 'B022497.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/67204EV-50/B022497.pdf', 'admin', '2024-11-05 10:41:42', null, null); INSERT INTO `oss_file` VALUES ('ef7747fee6d11ce0190bb719e513da0f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021BMH-10/data.csv', 'admin', '2024-11-05 12:39:19', null, null); INSERT INTO `oss_file` VALUES ('ef77b8c03538e8973e5bf6e81e15d1d1', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8465/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 11:00:02', null, null); INSERT INTO `oss_file` VALUES ('ef7bdfb64d25cc262179b03405d17db9', 'NEPP-CP-2015-Chen-Poster-NSREC-TN24782.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MZ7KE256HMHA/NEPP-CP-2015-Chen-Poster-NSREC-TN24782.pdf', 'admin', '2024-11-05 12:24:28', null, null); INSERT INTO `oss_file` VALUES ('ef8bb4c46f590505e941c5732f2998a6', 'PPM-93-061.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC Annealing/PPM-93-061.pdf', 'admin', '2024-11-05 10:34:27', null, null); INSERT INTO `oss_file` VALUES ('ef8eb635ffc6cd1fdca3605b90bfe048', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF1010/data.csv', 'admin', '2024-11-05 11:23:41', null, null); INSERT INTO `oss_file` VALUES ('ef9358206d22c715958a61b957442436', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD1671/data.csv', 'admin', '2024-11-05 10:50:21', null, null); INSERT INTO `oss_file` VALUES ('ef93d53b48ed4d758d21c7977d68e2cb', 'PPM-97-009.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SD5000/PPM-97-009.pdf', 'admin', '2024-11-05 12:48:19', null, null); INSERT INTO `oss_file` VALUES ('ef9401adc1a3095c156e997ca73e6807', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CPCI-200/NSREC99.pdf', 'admin', '2024-11-05 11:15:42', null, null); INSERT INTO `oss_file` VALUES ('efae16f349ec434f75ace6b852d54583', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ADV212/data.csv', 'admin', '2024-11-05 11:03:57', null, null); INSERT INTO `oss_file` VALUES ('efb1434680c5b63bb11c017bd23f8acd', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RM158/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 12:42:04', null, null); INSERT INTO `oss_file` VALUES ('efc9de745a562432f2b36887dac9bf72', 'b110990.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFE4811/b110990.pdf', 'admin', '2024-11-05 11:28:26', null, null); INSERT INTO `oss_file` VALUES ('efcdc18773778377c10acd47d5c10a76', 'PPM-92-170.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-92-170.pdf', 'admin', '2024-11-05 12:13:29', null, null); INSERT INTO `oss_file` VALUES ('efe3ee7d084df71129fcafd56b6e7b22', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DG307A/data.csv', 'admin', '2024-11-05 11:18:49', null, null); INSERT INTO `oss_file` VALUES ('efe570a9202c7b1ee6c97f987a2d1fc8', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RP7820/PPM-99-045.pdf', 'admin', '2024-11-05 14:19:28', null, null); INSERT INTO `oss_file` VALUES ('efe801b9a062b1b7a6ec19bba29b8423', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OLH304/data.csv', 'admin', '2024-11-05 12:27:22', null, null); INSERT INTO `oss_file` VALUES ('eff0123d8e6d1af98483bf1482d067fc', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ATW2805/NSREC98.pdf', 'admin', '2024-11-05 11:08:45', null, null); INSERT INTO `oss_file` VALUES ('eff29f1052d72c91a2c0172ab7af8742', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/66099/nsrec00_W22.pdf', 'admin', '2024-11-05 10:41:09', null, null); INSERT INTO `oss_file` VALUES ('eff4c49ed732efc033e40c2c680a8fbb', 'I061702_T081202_7HP.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/7HP/I061702_T081202_7HP.pdf', 'admin', '2024-11-05 10:44:06', null, null); INSERT INTO `oss_file` VALUES ('eff5a82ad8b9c615ae8b5e4f30e14a78', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1526/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 12:50:09', null, null); INSERT INTO `oss_file` VALUES ('f02820af95f137fedddf487051b227b5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54RHSC161CS0/data.csv', 'admin', '2024-11-05 10:38:51', null, null); INSERT INTO `oss_file` VALUES ('f02c94b855c9926038c322521385e7a8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SAT8605R/data.csv', 'admin', '2024-11-05 12:46:53', null, null); INSERT INTO `oss_file` VALUES ('f03e8b84fff48c92bb83b0e91671ea34', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CD54AC112F3A/data.csv', 'admin', '2024-11-05 11:13:29', null, null); INSERT INTO `oss_file` VALUES ('f04e3f6ead8b1ef7dc411ce48fad7dcd', 'Random97a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AM7969/Random97a.pdf', 'admin', '2024-11-05 11:05:57', null, null); INSERT INTO `oss_file` VALUES ('f0584fc3421a3234a7ddd4556ced8efc', 'VdG08JUN_Xilinx_SIRF.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Xilinx SIRF Test Transistors/VdG08JUN_Xilinx_SIRF.pdf', 'admin', '2024-11-05 13:15:52', null, null); INSERT INTO `oss_file` VALUES ('f076c6b5dbdf7c511d15ab321be7a987', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV2N2222AUB/data.csv', 'admin', '2024-11-05 11:38:17', null, null); INSERT INTO `oss_file` VALUES ('f0c200183d2ae9fbcb302906e2b09bcf', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD9050/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:33', null, null); INSERT INTO `oss_file` VALUES ('f0dae3439acc34347a09c42be2481fcc', 'T080101_ADC.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1272-3ACSW/T080101_ADC.pdf', 'admin', '2024-11-05 11:53:57', null, null); INSERT INTO `oss_file` VALUES ('f0ed51b57b5349ec3b54b2e6eb354d49', 'G07JAN_AD549SH_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/G07JAN_AD549SH_TID.pdf', 'admin', '2024-11-05 10:52:01', null, null); INSERT INTO `oss_file` VALUES ('f0f027384de04116f3ab6fa34f157a4e', 'B053102_IRL110.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IRLL110/B053102_IRL110.pdf', 'admin', '2024-11-05 11:35:22', null, null); INSERT INTO `oss_file` VALUES ('f106854568d34c97ebee9d439a3e316d', 'D5-08 - TN5.8 - TID MOSFET SCT20N120 - NEO-14-086_Report_21-2017_rev1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SCT20N120/D5-08 - TN5.8 - TID MOSFET SCT20N120 - NEO-14-086_Report_21-2017_rev1.pdf', 'admin', '2024-10-24 11:56:54', null, null); INSERT INTO `oss_file` VALUES ('f124c7a282a45f4864e27740b0a0a46d', '12-083_VdG20130617_HMC6416_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HMC6416USLC3/12-083_VdG20130617_HMC6416_TID.pdf', 'admin', '2024-11-05 11:30:18', null, null); INSERT INTO `oss_file` VALUES ('f12b77b25d9ee9d956fdb6826da55d07', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/HCPL5431/data.csv', 'admin', '2024-10-24 11:52:31', null, null); INSERT INTO `oss_file` VALUES ('f1315d0f3e81ff81a02b6779151b59a3', '339.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD558JNZ/339.pdf', 'admin', '2024-10-24 12:16:07', null, null); INSERT INTO `oss_file` VALUES ('f132362b4b3e4e67bba8bf0d6bcee1b8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ244/data.csv', 'admin', '2024-11-05 10:37:42', null, null); INSERT INTO `oss_file` VALUES ('f1520683fdc710028a0d819ce61d6d99', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SD500A/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:14', null, null); INSERT INTO `oss_file` VALUES ('f152ed4b3b842ac1c828266e69e51944', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD54HC74F3/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:58', null, null); INSERT INTO `oss_file` VALUES ('f15e8336668d9180d5b95c44ef11b1c0', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP232TX/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:27', null, null); INSERT INTO `oss_file` VALUES ('f1628557c2e0cdb7f9dd4356aa09a700', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K7/nsrec01_W15.pdf', 'admin', '2024-11-05 11:40:56', null, null); INSERT INTO `oss_file` VALUES ('f17da241bc06acd4210cd7fba82cf608', '2N5154 protons_0919_02.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/2N5154/2N5154 protons_0919_02.pdf', 'admin', '2024-10-24 12:06:33', null, null); INSERT INTO `oss_file` VALUES ('f1a6dc965aeda1ba7fe41e9e4df78aaa', 'PPM-97-046.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SD5000B/PPM-97-046.pdf', 'admin', '2024-11-05 12:48:21', null, null); INSERT INTO `oss_file` VALUES ('f1b435d24b164bb4e81c92dd0b1207cf', '70194.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07AJ/70194.pdf', 'admin', '2024-11-05 12:28:56', null, null); INSERT INTO `oss_file` VALUES ('f1b85ba817a12889e2cd327972a61379', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/66191-313 & 66226-001/data.csv', 'admin', '2024-10-24 12:09:27', null, null); INSERT INTO `oss_file` VALUES ('f1c51e822f1303bf0f6d36c25d8d3c7c', 'G2005_54ACTQ04E_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ04/G2005_54ACTQ04E_TID.pdf', 'admin', '2024-11-05 10:37:06', null, null); INSERT INTO `oss_file` VALUES ('f1e36ba6b5b4e5b6c5398573d100a0ce', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CD4029/data.csv', 'admin', '2024-11-05 11:13:21', null, null); INSERT INTO `oss_file` VALUES ('f1ea74ca7eeafb7721f44dfb55097b18', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC139DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:26', null, null); INSERT INTO `oss_file` VALUES ('f1ecfb0331c2779b2502f41929690da6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5101/data.csv', 'admin', '2024-11-05 12:15:24', null, null); INSERT INTO `oss_file` VALUES ('f20510ac60efd44f44d8a4e124b9a059', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSC430MJA/PPM-99-045.pdf', 'admin', '2024-11-05 14:26:15', null, null); INSERT INTO `oss_file` VALUES ('f20d9f2d7651fe4c778a9f5e53444a5d', 'PPM-95-109.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TL074/PPM-95-109.pdf', 'admin', '2024-11-05 13:03:26', null, null); INSERT INTO `oss_file` VALUES ('f21078196a5daab8fb21df8b88171004', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RHFL4913KP332/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 12:41:42', null, null); INSERT INTO `oss_file` VALUES ('f210ec00a3fb77eb161e1cd88b51376c', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5154/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:29:58', null, null); INSERT INTO `oss_file` VALUES ('f230647c162f5b82f1a6172f89357701', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MT41K512M8RH/data.csv', 'admin', '2024-10-24 12:12:32', null, null); INSERT INTO `oss_file` VALUES ('f23ed9748daa579c771f5242c83f15c8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PA07M/data.csv', 'admin', '2024-11-05 12:33:35', null, null); INSERT INTO `oss_file` VALUES ('f2478af03f9eed7febc6b514a65d8369', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TMS416400DJ-60/data.csv', 'admin', '2024-11-05 13:05:01', null, null); INSERT INTO `oss_file` VALUES ('f25209545ef22eeda19b8c0dfce976bc', 'SEE_00645_02 protons Macronix MX68GGL1G0G.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MX68GL1G0G - DC1519/SEE_00645_02 protons Macronix MX68GGL1G0G.pdf', 'admin', '2024-10-24 12:12:42', null, null); INSERT INTO `oss_file` VALUES ('f255184bbaed76f8ed95b98a53e9671e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SUM45N25-58/data.csv', 'admin', '2024-11-05 12:58:09', null, null); INSERT INTO `oss_file` VALUES ('f26254fe977ad308868ba6c1b86f9765', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/APQ8096/data.csv', 'admin', '2024-11-05 11:06:36', null, null); INSERT INTO `oss_file` VALUES ('f281984b42fe7e42c362f9488f85ef27', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBL1045/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:47:02', null, null); INSERT INTO `oss_file` VALUES ('f291c67d4dd7c308f31f9af8e9cb9b37', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC74/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:45', null, null); INSERT INTO `oss_file` VALUES ('f29546760a19e2ee4c869d4f2ff04cdf', 'Berg_ETW2011.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/Berg_ETW2011.pdf', 'admin', '2024-11-05 10:48:57', null, null); INSERT INTO `oss_file` VALUES ('f2adc186a6a2d6208a597559161f722f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/A32200DX/data.csv', 'admin', '2024-11-05 10:47:02', null, null); INSERT INTO `oss_file` VALUES ('f2ce47d0e33b2ee6507a4b95e5ed217b', '285.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHRLVDS32/285.pdf', 'admin', '2024-10-24 12:10:42', null, null); INSERT INTO `oss_file` VALUES ('f2d2999831863263487438407ac2441e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/70V25/data.csv', 'admin', '2024-11-05 10:42:44', null, null); INSERT INTO `oss_file` VALUES ('f2f953d92cd4ee362170c33b9c05cd1d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM747/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:16', null, null); INSERT INTO `oss_file` VALUES ('f2fed0024bc0836cbf9a67a5398f1e4b', '219.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MWIR-384x288 MCT Focal Plane Array/219.pdf', 'admin', '2024-10-24 12:02:16', null, null); INSERT INTO `oss_file` VALUES ('f305c5fb3749ab79a064f5f2f5d96c13', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SFT2369 (2N2369A)/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 12:49:28', null, null); INSERT INTO `oss_file` VALUES ('f3129ff62886dd0d2f95caab2f460f26', 'T052309_K9F4G08U0A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F4G08U0A-PCB0/T052309_K9F4G08U0A.pdf', 'admin', '2024-11-05 11:41:33', null, null); INSERT INTO `oss_file` VALUES ('f31964e1ac168bfc33dfbe465bf03b53', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SPC5606B/data.csv', 'admin', '2024-11-05 12:54:29', null, null); INSERT INTO `oss_file` VALUES ('f31b0d38ceb291b49bf3a8d12cb70a2e', 'PPM-91-754.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC521DMQB/PPM-91-754.pdf', 'admin', '2024-11-05 10:36:18', null, null); INSERT INTO `oss_file` VALUES ('f320eebb4f7c3f580c21ae8cfa6ba009', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Cobra/data.csv', 'admin', '2024-11-05 11:17:29', null, null); INSERT INTO `oss_file` VALUES ('f32f0d8fc96ced1217d48dec72dd59d8', 'PPM-99-004.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP467/PPM-99-004.pdf', 'admin', '2024-11-05 12:31:13', null, null); INSERT INTO `oss_file` VALUES ('f33acf00de790074cbf5e62fd59f47f6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF20100/data.csv', 'admin', '2024-11-05 12:07:26', null, null); INSERT INTO `oss_file` VALUES ('f35336163504905be8ac8bfde55b2863', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP727/data.csv', 'admin', '2024-11-05 12:32:06', null, null); INSERT INTO `oss_file` VALUES ('f35465ab0e76aeadd4d2ef10d2782c58', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DVFL286R7S-R/data.csv', 'admin', '2024-11-05 11:20:59', null, null); INSERT INTO `oss_file` VALUES ('f3587eafa33e11d15411484a10647deb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SHD85202/data.csv', 'admin', '2024-11-05 12:50:56', null, null); INSERT INTO `oss_file` VALUES ('f361253bff5c4ae934efad67d3745dc4', 'NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Ryzen 3 1200 Summit Ridge (YD1200BBAEBOX)/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf', 'admin', '2024-11-05 12:45:48', null, null); INSERT INTO `oss_file` VALUES ('f3867e0ed5227d9f43032a5c74d4de16', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MBR6045WT/data.csv', 'admin', '2024-11-05 12:06:48', null, null); INSERT INTO `oss_file` VALUES ('f3986fc85d75868aacbd95b94bfa5b04', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AM7969/data.csv', 'admin', '2024-11-05 11:05:58', null, null); INSERT INTO `oss_file` VALUES ('f39a5bf87e5306ba30d31b96af3b530e', 'nsrec06_W4.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/4C/nsrec06_W4.pdf', 'admin', '2024-11-05 13:01:09', null, null); INSERT INTO `oss_file` VALUES ('f39fcf71192dbe190b09fe583c9b9fdc', 'NEPP-TR-2019-Casey-19-008-RH1021BMH-10-TID-2019Aug23-TN77972.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021BMH-10/NEPP-TR-2019-Casey-19-008-RH1021BMH-10-TID-2019Aug23-TN77972.pdf', 'admin', '2024-11-05 12:39:19', null, null); INSERT INTO `oss_file` VALUES ('f3ab61f3897d7c21800258fcdc50b616', '42MX36_BNL0999.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A42MX36/42MX36_BNL0999.pdf', 'admin', '2024-11-05 10:49:25', null, null); INSERT INTO `oss_file` VALUES ('f3b072c81e0c0cdd2d7f09c0dfb1411c', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5153/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 10:29:38', null, null); INSERT INTO `oss_file` VALUES ('f3bcc029f8cdd608aa70f66b4100acaf', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF2006/data.csv', 'admin', '2024-11-05 11:23:59', null, null); INSERT INTO `oss_file` VALUES ('f3bfd69c1f3533ad6e01da4a1e57e07b', 'TAMU032701_Photobit_APS.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Photobit APS/TAMU032701_Photobit_APS.pdf', 'admin', '2024-11-05 12:36:04', null, null); INSERT INTO `oss_file` VALUES ('f3c49fc039345649232cfc9a770b2f07', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BC857BLT1G/data.csv', 'admin', '2024-10-24 12:07:56', null, null); INSERT INTO `oss_file` VALUES ('f3cfd5e77808bac304ed65472e3ff36b', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/STPS30H100C/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:56:49', null, null); INSERT INTO `oss_file` VALUES ('f3ebc71906a092b5b8b633d46d3da2e5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SDRAM Test Chip/data.csv', 'admin', '2024-11-05 12:48:36', null, null); INSERT INTO `oss_file` VALUES ('f3eece6dc559e2a69a02b5aa3039e64c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FDN361AN/data.csv', 'admin', '2024-11-05 11:22:46', null, null); INSERT INTO `oss_file` VALUES ('f3f1b7f9f48492ffd30776b9c093fa64', '20160614-1330-FPGA-2016-561-Berg-Final-Pres-NEPP-ETW-FPGA_TN32953_v3.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/A3PE3000L/20160614-1330-FPGA-2016-561-Berg-Final-Pres-NEPP-ETW-FPGA_TN32953_v3.pdf', 'admin', '2024-11-05 10:48:49', null, null); INSERT INTO `oss_file` VALUES ('f402ae79a78788c517c308a7bf7ed39a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F128G08CBECBH6/data.csv', 'admin', '2024-11-05 12:19:49', null, null); INSERT INTO `oss_file` VALUES ('f407b699755cb83ce8f748641da36af0', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SW06/nsrec06_W2.pdf', 'admin', '2024-11-05 12:58:14', null, null); INSERT INTO `oss_file` VALUES ('f42315953b04ec0c5bea7f06ff69bab4', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N6351/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 10:30:18', null, null); INSERT INTO `oss_file` VALUES ('f429a2287b94c3f5cb111713f3ae767a', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ374/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:14', null, null); INSERT INTO `oss_file` VALUES ('f4444822a09446bd3ff6753988ab6278', 'NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4651EUE/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'admin', '2024-11-05 12:00:11', null, null); INSERT INTO `oss_file` VALUES ('f447a0446e5a3652e35adee62b4abecb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD783SQ/data.csv', 'admin', '2024-10-23 17:39:13', null, null); INSERT INTO `oss_file` VALUES ('f447a949f8be81a2e5fcd91e663a5a12', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD565ASH/PPM-99-045.pdf', 'admin', '2024-11-05 14:23:25', null, null); INSERT INTO `oss_file` VALUES ('f44f3275b6e1dd8976e09cc534b5c926', 'I060602_GP2021IG.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/GP2021/I060602_GP2021IG.pdf', 'admin', '2024-11-05 11:25:31', null, null); INSERT INTO `oss_file` VALUES ('f456dba350e81e0ec67db7c7b7f5c8c0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/7809/data.csv', 'admin', '2024-11-05 10:43:43', null, null); INSERT INTO `oss_file` VALUES ('f459231379b3cd556f7fd55542cc9ebe', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2N2222A/data.csv', 'admin', '2024-11-05 10:25:24', null, null); INSERT INTO `oss_file` VALUES ('f45cb835d1effc418f9ddefb8c3b1981', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLS700/nsrec00_W22.pdf', 'admin', '2024-11-05 12:27:45', null, null); INSERT INTO `oss_file` VALUES ('f462f07997753ad497c2accae2481a24', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/VRG8684/data.csv', 'admin', '2024-11-05 13:11:15', null, null); INSERT INTO `oss_file` VALUES ('f46c7efe16d45993ba91681946684d27', 'PPM-91-484.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CA3080A/PPM-91-484.pdf', 'admin', '2024-11-05 11:12:52', null, null); INSERT INTO `oss_file` VALUES ('f46d6ca896917e9692a22f7d1990047a', 'PPM-92-308.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM108/PPM-92-308.pdf', 'admin', '2024-11-05 11:43:27', null, null); INSERT INTO `oss_file` VALUES ('f46f26e81b049338adfac2203d525ddf', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX962ESA/nsrec00_W21.pdf', 'admin', '2024-11-05 12:01:28', null, null); INSERT INTO `oss_file` VALUES ('f470ffbc206123990ea6ae91f65fb141', 'PPM-98-002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OM11725SMX (OM7646)/PPM-98-002.pdf', 'admin', '2024-11-05 12:27:51', null, null); INSERT INTO `oss_file` VALUES ('f4a2ddc8c2bf07d8540fbeda663cffcd', '190.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HI-201/190.pdf', 'admin', '2024-10-24 11:58:30', null, null); INSERT INTO `oss_file` VALUES ('f4a63cec1ca0a0a356afa2b0303c0eb0', '326.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/TL1431ACZT - GE334152/326.pdf', 'admin', '2024-10-24 12:14:47', null, null); INSERT INTO `oss_file` VALUES ('f4cc93108c365e91c38a6f4335a1a0f4', 'PPM-93-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DG307A/PPM-93-045.pdf', 'admin', '2024-11-05 11:18:49', null, null); INSERT INTO `oss_file` VALUES ('f4d9fda311d0c71ece65893da005c16d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ACSPD60/data.csv', 'admin', '2024-11-05 10:49:50', null, null); INSERT INTO `oss_file` VALUES ('f4db9b6322b0b538cb72f1ec6eab6320', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/22FDX SRAM-based Line-Monitor Test Vehicle/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 10:22:34', null, null); INSERT INTO `oss_file` VALUES ('f4dcf72a3ac2d4724d3df40b38a12bd5', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FYPF2006/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 11:23:59', null, null); INSERT INTO `oss_file` VALUES ('f4eb15a2f6c0c80d2bedeea16dc9ad8d', '153.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IS-1845ASRH/153.pdf', 'admin', '2024-10-24 11:53:46', null, null); INSERT INTO `oss_file` VALUES ('f4f09c24429e09232a2934bffd7ebf2a', 'b110994.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2815D/b110994.pdf', 'admin', '2024-11-05 12:10:13', null, null); INSERT INTO `oss_file` VALUES ('f4f419deb8c8fdde357bcc7ec62f9fb3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TGL4302/data.csv', 'admin', '2024-11-05 13:02:50', null, null); INSERT INTO `oss_file` VALUES ('f4f51135b26ac8eabd73f5e11dce3927', 'I060602_CO718S.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CO-718S/I060602_CO718S.pdf', 'admin', '2024-11-05 11:15:28', null, null); INSERT INTO `oss_file` VALUES ('f4fabe0b03fd86b0547bbf43b126cc95', 'SEE_00639_01 Micron ions.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/MT41K512M8RH/SEE_00639_01 Micron ions.pdf', 'admin', '2024-10-24 12:12:32', null, null); INSERT INTO `oss_file` VALUES ('f5183233983630783cc849323fe9b988', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4429/PPM-99-045.pdf', 'admin', '2024-11-05 14:18:41', null, null); INSERT INTO `oss_file` VALUES ('f559a08eff6f4da597ad05f6e0133492', 'T030210_SMTR283R3S.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SMTR283R3S/T030210_SMTR283R3S.pdf', 'admin', '2024-11-05 12:52:55', null, null); INSERT INTO `oss_file` VALUES ('f563e1c77ba62c722fc245ef0ed6982e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MX7225UQ/data.csv', 'admin', '2024-11-05 12:23:46', null, null); INSERT INTO `oss_file` VALUES ('f56df046f981abce3f96b379c37d47dd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/Micropac 66193-002, Isolink OLH7000.001, Avago HCPL5431/data.csv', 'admin', '2024-10-24 11:52:51', null, null); INSERT INTO `oss_file` VALUES ('f57aaa548bbb670660b76d8b30ad434b', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RB205T-60/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:37:53', null, null); INSERT INTO `oss_file` VALUES ('f57cedb59856b099abf1fa38718530ae', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HB800/NSREC02_W5.pdf', 'admin', '2024-11-05 11:26:21', null, null); INSERT INTO `oss_file` VALUES ('f58ace739d19c4204cec55aa5d035de2', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/88C20/nsrec94a.pdf', 'admin', '2024-11-05 10:45:44', null, null); INSERT INTO `oss_file` VALUES ('f598cb0a3fe7149b711c2bfa0801e5ae', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MT29F4G08AAAWP/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:21:10', null, null); INSERT INTO `oss_file` VALUES ('f5a036592454f34875195c0c6024b8a7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SHD3166/data.csv', 'admin', '2024-11-05 12:50:51', null, null); INSERT INTO `oss_file` VALUES ('f5a8592d27a868f92d9e217a0261ad1b', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PALCE22V10/NSREC02_W16.pdf', 'admin', '2024-11-05 12:34:01', null, null); INSERT INTO `oss_file` VALUES ('f5ae506ae0e4563a9611dc9fe6697e5c', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M3-SW16-8S/NSREC02_W16.pdf', 'admin', '2024-11-05 11:57:27', null, null); INSERT INTO `oss_file` VALUES ('f5b1da5da038bebc5b3f5ad55ab2ddd9', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SCT30N120/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:48:16', null, null); INSERT INTO `oss_file` VALUES ('f5b3ba04dc7cfb290bea812c5170d6a8', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SiC Prototype Differential Amplifier/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 13:00:31', null, null); INSERT INTO `oss_file` VALUES ('f5c3305a70b5948feee30cd9a3e4637a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MIC4420/data.csv', 'admin', '2024-11-05 12:11:56', null, null); INSERT INTO `oss_file` VALUES ('f5dd14393b5deb334e2317d376f63249', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5401/data.csv', 'admin', '2024-11-05 11:27:06', null, null); INSERT INTO `oss_file` VALUES ('f5df8f414f684183e3afac40bbc0d650', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/6HP HBT/data.csv', 'admin', '2024-11-05 10:41:45', null, null); INSERT INTO `oss_file` VALUES ('f5e02529f68a6ce17ac09631aa7ce686', 'nsrec05_W23.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP42AZ/nsrec05_W23.pdf', 'admin', '2024-11-05 12:31:03', null, null); INSERT INTO `oss_file` VALUES ('f5e9fb88509c2169ba027b890e5de4f3', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/UC1706/data.csv', 'admin', '2024-11-05 13:08:02', null, null); INSERT INTO `oss_file` VALUES ('f5eee370864742e00d0e64fcac2c4112', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K9F8G08U0M/data.csv', 'admin', '2024-11-05 11:41:48', null, null); INSERT INTO `oss_file` VALUES ('f60421cb9183ec26f714730d5bee30f3', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 10:51:11', null, null); INSERT INTO `oss_file` VALUES ('f63b54c1ed8cff606c180a60bdb17150', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/NSREC02_W16.pdf', 'admin', '2024-11-05 11:25:21', null, null); INSERT INTO `oss_file` VALUES ('f63b7fe9892bb06dd24ba56d6477365c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/4C-ES/data.csv', 'admin', '2024-11-05 13:01:04', null, null); INSERT INTO `oss_file` VALUES ('f63d2a76144e7d7b6e88eebf36842f9b', 'LBNL032312_MSK5058RH.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5058RH/LBNL032312_MSK5058RH.pdf', 'admin', '2024-11-05 12:15:07', null, null); INSERT INTO `oss_file` VALUES ('f640a54e74e449c75ffd5ea0f7662883', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/nsrec00_W21.pdf', 'admin', '2024-11-05 10:51:04', null, null); INSERT INTO `oss_file` VALUES ('f64a4e758292be68e6424ddf3b26f1fe', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACTQ14/data.csv', 'admin', '2024-11-05 10:37:14', null, null); INSERT INTO `oss_file` VALUES ('f65bd22e5d288b498cb42f02f6746042', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX494/NSREC99.pdf', 'admin', '2024-11-05 12:00:23', null, null); INSERT INTO `oss_file` VALUES ('f66058f7cb9e33a692fe5463ebe9db47', 'T081102_OP42.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP42/T081102_OP42.pdf', 'admin', '2024-11-05 12:30:56', null, null); INSERT INTO `oss_file` VALUES ('f66bffafe27282a9463d7f05730f37ba', '289.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/LM4050/289.pdf', 'admin', '2024-10-24 12:10:54', null, null); INSERT INTO `oss_file` VALUES ('f66ffec614c2097c3e06d3e806e39c9a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MX7847/data.csv', 'admin', '2024-11-05 14:16:01', null, null); INSERT INTO `oss_file` VALUES ('f672cd61d0e850e4c32e2921cfd6c4a1', 'VdG08MAY_AFL12028.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CH/VdG08MAY_AFL12028.pdf', 'admin', '2024-11-05 11:04:57', null, null); INSERT INTO `oss_file` VALUES ('f67b6a775d6401921ff9e9024e657980', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/1020B/data.csv', 'admin', '2024-11-05 10:20:12', null, null); INSERT INTO `oss_file` VALUES ('f67d31f56993d85b90222f9ff5044a51', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UC1825/nsrec06_W2.pdf', 'admin', '2024-11-05 13:08:31', null, null); INSERT INTO `oss_file` VALUES ('f6828411abbd8dcbba2939c23aaac58b', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/UCC1806/nsrec04_SEE.pdf', 'admin', '2024-11-05 13:08:52', null, null); INSERT INTO `oss_file` VALUES ('f6a12d5418e23268cd6c44628b37afa8', 'B092700a.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/ADG704/B092700a.pdf', 'admin', '2024-11-05 14:44:58', null, null); INSERT INTO `oss_file` VALUES ('f6b199b7c5b4785d66d83e7eb148e72a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2815F/data.csv', 'admin', '2024-11-05 12:22:54', null, null); INSERT INTO `oss_file` VALUES ('f6b5f4bb9475d1ab8bbafb93a412caec', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2907/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 10:26:58', null, null); INSERT INTO `oss_file` VALUES ('f6bc67ae02ec60da2075673f4697a09d', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LF441AMH/PPM-99-045.pdf', 'admin', '2024-11-05 14:25:39', null, null); INSERT INTO `oss_file` VALUES ('f6d1849bfccee4d463f6444c3b98146b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD588/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:04', null, null); INSERT INTO `oss_file` VALUES ('f6d80891131aa0df2401a4906d8496c9', '154.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD558JNZ/154.pdf', 'admin', '2024-10-24 11:53:53', null, null); INSERT INTO `oss_file` VALUES ('f6dae217c785e20e67e9168cc6601f4c', 'B080100b.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CH/B080100b.pdf', 'admin', '2024-11-05 11:04:40', null, null); INSERT INTO `oss_file` VALUES ('f6dc131d5809242fb2b495920a531757', 'PPM-93-046.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HI201/PPM-93-046.pdf', 'admin', '2024-11-05 11:28:41', null, null); INSERT INTO `oss_file` VALUES ('f6dfd3db97a08a69819f7ba9a206007c', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV1N759A-1/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:44', null, null); INSERT INTO `oss_file` VALUES ('f6fc6744eab13f84a0b20bc858ed7b4f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/9808/data.csv', 'admin', '2024-11-05 10:46:27', null, null); INSERT INTO `oss_file` VALUES ('f6fe1161d3b5f5f6a6f6c17143091c6b', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRC20200CT/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 12:07:14', null, null); INSERT INTO `oss_file` VALUES ('f70548f067df46f346fdc5225c5cb6a8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CULPRiT C8051/data.csv', 'admin', '2024-11-05 11:17:25', null, null); INSERT INTO `oss_file` VALUES ('f7097af9cdeac65e14a678fcdf9cfc16', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD976/data.csv', 'admin', '2024-11-05 11:01:23', null, null); INSERT INTO `oss_file` VALUES ('f7132e30f85432cd253d326ac409c189', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1009IDR/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 11:52:52', null, null); INSERT INTO `oss_file` VALUES ('f71523625d8f899951e2ff5e7f4ad261', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/INA226AIDGSR/data.csv', 'admin', '2024-10-24 12:22:58', null, null); INSERT INTO `oss_file` VALUES ('f718ee170c9d5ebc62d8b3ed4af4582d', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD670/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 10:55:50', null, null); INSERT INTO `oss_file` VALUES ('f71f0f61b7f3a9fce3c86ce62e9798cc', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CF04246-32/NSREC02_W5.pdf', 'admin', '2024-11-05 11:13:52', null, null); INSERT INTO `oss_file` VALUES ('f72420640388f87137f84775d25af9fe', 'PPM-92-075.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CD54HC74F3/PPM-92-075.pdf', 'admin', '2024-11-05 11:13:38', null, null); INSERT INTO `oss_file` VALUES ('f726315410c876ec9027d6376e5ab2db', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Photobit APS/NSREC02_W16.pdf', 'admin', '2024-11-05 12:36:05', null, null); INSERT INTO `oss_file` VALUES ('f729b4403a096b93b4b8bc3cd7eefa88', 'nsrec07_W27_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TLK2711/nsrec07_W27_SEE.pdf', 'admin', '2024-11-05 13:04:29', null, null); INSERT INTO `oss_file` VALUES ('f72a4016cc1194bd4a853627bb653713', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DIH149/data.csv', 'admin', '2024-11-05 11:19:26', null, null); INSERT INTO `oss_file` VALUES ('f7310f3c90e514fc4b78a8153a3d2295', 'NSREC98.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ALS1035/NSREC98.pdf', 'admin', '2024-11-05 10:38:06', null, null); INSERT INTO `oss_file` VALUES ('f7435ab3deff10c181327bbdf6e2e65d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SiB455EDK/data.csv', 'admin', '2024-11-05 13:00:08', null, null); INSERT INTO `oss_file` VALUES ('f76905f77b6d8d399f338a07414f0e91', 'G2005_LM111_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM111/G2005_LM111_TID.pdf', 'admin', '2024-11-05 11:44:00', null, null); INSERT INTO `oss_file` VALUES ('f76fc08a8131245aa867ffcf1f826b93', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8222/nsrec00_W21.pdf', 'admin', '2024-11-05 10:59:41', null, null); INSERT INTO `oss_file` VALUES ('f7776baa227bbd430847cc97a633bd3e', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM193/ieee95a.pdf', 'admin', '2024-11-05 11:48:54', null, null); INSERT INTO `oss_file` VALUES ('f78410d741ed42ce383529cab9c4873e', 'HFE4811_3801.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFE4811-013/HFE4811_3801.pdf', 'admin', '2024-11-05 11:28:28', null, null); INSERT INTO `oss_file` VALUES ('f78b820b0009c3067445b82416e9292b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/C30659-1550E-R08BH/data.csv', 'admin', '2024-11-05 11:12:30', null, null); INSERT INTO `oss_file` VALUES ('f796129bef451c443cfccec825ea052c', 'PPM-93-031.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/PPM-93-031.pdf', 'admin', '2024-11-05 12:32:28', null, null); INSERT INTO `oss_file` VALUES ('f7968a06d1ae9cc71176204e24fb3301', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/H25QFT8F4A9R-BDF/data.csv', 'admin', '2024-11-05 11:25:34', null, null); INSERT INTO `oss_file` VALUES ('f797e995e81e20f491bc21d66b189476', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLH5601/nsrec00_W21.pdf', 'admin', '2024-11-05 12:27:36', null, null); INSERT INTO `oss_file` VALUES ('f7985e32888914429fd0d39c37cb5af2', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54ACT157DMQB/data.csv', 'admin', '2024-11-05 10:36:44', null, null); INSERT INTO `oss_file` VALUES ('f79bd272284e259f3921fe574479563c', '345.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD584 - DC0226A/345.pdf', 'admin', '2024-10-24 12:16:41', null, null); INSERT INTO `oss_file` VALUES ('f7a3c32ddcd034ae74c545f2c5d4c84f', '12-053_NRL20130219_VRG8663_laser.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VRG8663/12-053_NRL20130219_VRG8663_laser.pdf', 'admin', '2024-11-05 13:11:10', null, null); INSERT INTO `oss_file` VALUES ('f7acdfe2f040e39874ec2230c8973443', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/M82C59A/random6a.pdf', 'admin', '2024-11-05 11:58:37', null, null); INSERT INTO `oss_file` VALUES ('f7b8b2990c73e4b5dd92d4bac7cd4b8a', '2014-Topper-Chen-TR-14-055-SSD-2014Oct24-TAMU-20205003052.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MZ7KE256HMHA/2014-Topper-Chen-TR-14-055-SSD-2014Oct24-TAMU-20205003052.pdf', 'admin', '2024-11-05 12:24:28', null, null); INSERT INTO `oss_file` VALUES ('f7ba4125763ede0dc074294e926cc059', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/74FCT163245/data.csv', 'admin', '2024-11-05 10:43:22', null, null); INSERT INTO `oss_file` VALUES ('f7c1ef8d3dbac3745a3629e4e00054e1', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANTXV2N6661/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:35', null, null); INSERT INTO `oss_file` VALUES ('f7c95b255df15de9fad5af0276b9955a', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/ASV016204/data.csv', 'admin', '2024-11-05 11:07:35', null, null); INSERT INTO `oss_file` VALUES ('f7e0b86aa85f5fd40a04537f443e3574', 'PPM-99-013.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KM684002AJ-17/PPM-99-013.pdf', 'admin', '2024-11-05 11:42:31', null, null); INSERT INTO `oss_file` VALUES ('f7e5a24f1ecf7f1fed754c72bfbb91e4', 'nsrec2010_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Test Vehicle 45 nm bulk CMOS/nsrec2010_W8_SEE.pdf', 'admin', '2024-11-05 13:07:51', null, null); INSERT INTO `oss_file` VALUES ('f7e8e2cbdd11be29bf8f9b6956d07783', 'PPM-95-141.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C256/PPM-95-141.pdf', 'admin', '2024-11-05 10:23:58', null, null); INSERT INTO `oss_file` VALUES ('f7f2214c9f7a8d0a07d48782c67ba04f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/AD585/data.csv', 'admin', '2024-11-05 10:53:32', null, null); INSERT INTO `oss_file` VALUES ('f7fbb2b6935fbc33b268b9701e37764e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/BC857B,215/data.csv', 'admin', '2024-10-24 12:07:50', null, null); INSERT INTO `oss_file` VALUES ('f80514d55c4b9276c3fbce998d5f0eb8', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SFF6661/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 12:49:00', null, null); INSERT INTO `oss_file` VALUES ('f81c471a9eb0310d33e2630527997353', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/K4H1G-438 1Gb SDRAM/data.csv', 'admin', '2024-11-05 11:40:27', null, null); INSERT INTO `oss_file` VALUES ('f81e2583a2a2b8e3bdd6414796b31334', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/EPC2019/data.csv', 'admin', '2024-11-05 11:22:06', null, null); INSERT INTO `oss_file` VALUES ('f81f1422df4b7673b5b3f11bc44afc32', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/VRG8660/data.csv', 'admin', '2024-11-05 13:11:02', null, null); INSERT INTO `oss_file` VALUES ('f82193d6aa897d553f04a652b7cb8c36', 'T022608_SG1845.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SG1845/T022608_SG1845.pdf', 'admin', '2024-11-05 12:50:23', null, null); INSERT INTO `oss_file` VALUES ('f835ae4a938c42ae28a01b8eabbb4851', 'NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3PE3000L/NEPP-CP-2015-Berg-Presentation-SEE-MAPLD-TN23543.pdf', 'admin', '2024-11-05 14:46:53', null, null); INSERT INTO `oss_file` VALUES ('f83a6dac47f32cd61912191b1c30c252', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/PE26C32/nsrec04_SEE.pdf', 'admin', '2024-11-05 12:34:39', null, null); INSERT INTO `oss_file` VALUES ('f83ced4f2ff4b249089fb238edc42157', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DRV102/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:19:54', null, null); INSERT INTO `oss_file` VALUES ('f846bea1dae458ee8061b74e66c1b3fc', 'T032803_IDT74LVC2244A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IDT74LVC2244A/T032803_IDT74LVC2244A.pdf', 'admin', '2024-11-05 11:33:52', null, null); INSERT INTO `oss_file` VALUES ('f854c49b81b04c91ecbbe8bf568bebfc', 'NSREC2014-W42-SEE-TID-TN30286.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/95-9953U/NSREC2014-W42-SEE-TID-TN30286.pdf', 'admin', '2024-11-05 10:46:06', null, null); INSERT INTO `oss_file` VALUES ('f867bfea533a302e76b9f6f097e29c02', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Rasberry Pi Model B, Generic Part Number 998/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 12:45:28', null, null); INSERT INTO `oss_file` VALUES ('f867cc4fc8c03a28217863c883e0ab27', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/STPS60SM200C/data.csv', 'admin', '2024-11-05 12:57:34', null, null); INSERT INTO `oss_file` VALUES ('f8743347c150cafeaccc8365c5197e60', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/29AMDF016/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:33', null, null); INSERT INTO `oss_file` VALUES ('f87dbd37e3b00bbdd5c26c270fd5e48e', 'nsrec01_W20.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFBR-53D5/nsrec01_W20.pdf', 'admin', '2024-11-05 11:27:55', null, null); INSERT INTO `oss_file` VALUES ('f88ed8bf1df475107a984116fe2229b2', 'nsrec2010_W22_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RH1021CMH-5/nsrec2010_W22_TID.pdf', 'admin', '2024-11-05 12:39:25', null, null); INSERT INTO `oss_file` VALUES ('f8924a34c9eadf6c94387aee7c7d89b3', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AMP03/PPM-99-045.pdf', 'admin', '2024-11-05 14:16:46', null, null); INSERT INTO `oss_file` VALUES ('f8aba135a9a2693be49ef452e1e62c59', 'dcdc95.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MFL2805S/dcdc95.pdf', 'admin', '2024-11-05 12:09:53', null, null); INSERT INTO `oss_file` VALUES ('f8b53429f5a898e3c49e59769a1617f8', '169.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/IS-1825ASRH/169.pdf', 'admin', '2024-10-24 11:55:40', null, null); INSERT INTO `oss_file` VALUES ('f8b6c014c0d27803f1cb893c2afd15a7', 'NSREC02_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Fluosil SWU1-2/NSREC02_W5.pdf', 'admin', '2024-11-05 11:24:47', null, null); INSERT INTO `oss_file` VALUES ('f8d441bbdf51c9d8b6bae8c213912f9c', 'NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T Kintex7/NEPP-CP-2015-Berg-Pres-NEPP-ETW-TN24313.pdf', 'admin', '2024-11-05 13:13:46', null, null); INSERT INTO `oss_file` VALUES ('f8de87d99b1b2ce1abe9843f54f6cd29', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/W48C20/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:58', null, null); INSERT INTO `oss_file` VALUES ('f8e3c32a1052cbf64c635b0feccde76b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/WDS250G2B0B-00YS70/data.csv', 'admin', '2024-11-05 13:11:59', null, null); INSERT INTO `oss_file` VALUES ('f8e7a9eb12454c450711818e7c874eba', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DAC87/data.csv', 'admin', '2024-11-05 11:18:34', null, null); INSERT INTO `oss_file` VALUES ('f9016900805dfe880ee773a8cf1201ec', 'PPM-91-703.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP232TX/PPM-91-703.pdf', 'admin', '2024-11-05 12:29:38', null, null); INSERT INTO `oss_file` VALUES ('f906d1d6c52b12cc9362d0a6030a1ba3', 'G05NOV_AD585_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD585/G05NOV_AD585_TID.pdf', 'admin', '2024-11-05 10:53:31', null, null); INSERT INTO `oss_file` VALUES ('f90f9a2f6265d0a575dc222fe07db901', '291.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1009/291.pdf', 'admin', '2024-11-05 11:52:38', null, null); INSERT INTO `oss_file` VALUES ('f91ddd52f99b10c8f3f44f48cf4788f9', 'B092700a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CMP402/B092700a.pdf', 'admin', '2024-11-05 11:15:14', null, null); INSERT INTO `oss_file` VALUES ('f92b354db8bc7f0e8ff74dd426fa97e7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/PE9301/data.csv', 'admin', '2024-11-05 12:34:42', null, null); INSERT INTO `oss_file` VALUES ('f9406726f1beab3ce0de59e063ac3901', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC244DMQB/PPM-99-045.pdf', 'admin', '2024-11-05 14:24:19', null, null); INSERT INTO `oss_file` VALUES ('f94bb0482b57006c7338552ac4b12f71', 'G090302_AD5334_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD5334/G090302_AD5334_TID.pdf', 'admin', '2024-11-05 10:51:34', null, null); INSERT INTO `oss_file` VALUES ('f955d9ed37b97ac6a1ac13a1c80fc490', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/SiC Prototype Differential Amplifier/data.csv', 'admin', '2024-11-05 13:00:32', null, null); INSERT INTO `oss_file` VALUES ('f957ca7ed92c279e074b8849f0ac6dd0', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/APT50M38PLL/data.csv', 'admin', '2024-11-05 11:06:46', null, null); INSERT INTO `oss_file` VALUES ('f9635a4b8520c0c7b49ccf34067a00ec', '70194.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/70194.pdf', 'admin', '2024-11-05 10:51:06', null, null); INSERT INTO `oss_file` VALUES ('f979ccfa0622276f19579ca26487a9a7', 'random6a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/D8255A/random6a.pdf', 'admin', '2024-11-05 11:17:49', null, null); INSERT INTO `oss_file` VALUES ('f97de6d6977ef5482538b25c819d6cc8', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/AD584S/data.csv', 'admin', '2024-10-24 11:48:56', null, null); INSERT INTO `oss_file` VALUES ('f9941cb82ee0300aabd491cf8871dae8', 'nsrec94a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/CT2521/nsrec94a.pdf', 'admin', '2024-11-05 11:17:09', null, null); INSERT INTO `oss_file` VALUES ('f99549684ad8511f3678c8e9ae45d9dc', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08AQ/ieee95a.pdf', 'admin', '2024-11-05 11:18:16', null, null); INSERT INTO `oss_file` VALUES ('f9986c9e18ac969f0f995b4ed4e00414', '13-050_13-051_13-052_13-053_T20130615_G20130520_ADV212.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADV212/13-050_13-051_13-052_13-053_T20130615_G20130520_ADV212.pdf', 'admin', '2024-11-05 11:04:08', null, null); INSERT INTO `oss_file` VALUES ('f9ae462e5d998f13f9c550510cb4f9e6', 'nsrec04_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX145/nsrec04_SEE.pdf', 'admin', '2024-11-05 11:58:52', null, null); INSERT INTO `oss_file` VALUES ('f9b1daaa79cd6b16e221a2cec6ca6dc7', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/3C91/nsrec00_W22.pdf', 'admin', '2024-11-05 10:31:37', null, null); INSERT INTO `oss_file` VALUES ('f9b638d0f3bccb79212715f3eb5f1ba5', 'i052091.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HFE4811/i052091.pdf', 'admin', '2024-11-05 11:28:25', null, null); INSERT INTO `oss_file` VALUES ('f9b74d86f56eb8d53a0a72db79e15bf3', 'NSREC02_W16.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AN10E40/NSREC02_W16.pdf', 'admin', '2024-11-05 11:06:21', null, null); INSERT INTO `oss_file` VALUES ('f9ba3e902ad20be217bfbd5de6d5385f', 'DRAM296.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HM5116400AJ7/DRAM296.pdf', 'admin', '2024-11-05 11:28:58', null, null); INSERT INTO `oss_file` VALUES ('f9c63a26c0870e904d4fc2f456e7f671', 'T021907_MSAFX11P50A.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSAFX11P50A/T021907_MSAFX11P50A.pdf', 'admin', '2024-11-05 12:14:26', null, null); INSERT INTO `oss_file` VALUES ('f9cf84b4e59d5f889d02b4c0f6d16de1', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1021CCN8-10/NSREC99.pdf', 'admin', '2024-11-05 11:53:03', null, null); INSERT INTO `oss_file` VALUES ('f9d294d329ae72422ad226b7d5a699ed', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5058RH/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 12:15:07', null, null); INSERT INTO `oss_file` VALUES ('f9d2b1cb8225cab9ed28f3b8dc201cd2', 'B051397bmod.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/FUGA15/B051397bmod.pdf', 'admin', '2024-11-05 11:23:25', null, null); INSERT INTO `oss_file` VALUES ('f9dca4f4eea672ce11f73628f0bff076', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/2N7370/data.csv', 'admin', '2024-10-24 12:03:08', null, null); INSERT INTO `oss_file` VALUES ('fa0e1b464bb8e0439aa3bf6336c834dc', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54AC157DMQB/data.csv', 'admin', '2024-11-05 10:35:07', null, null); INSERT INTO `oss_file` VALUES ('fa216777cc01bb0a007ebeacf85550eb', 'PPM-98-005.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD524/PPM-98-005.pdf', 'admin', '2024-11-05 10:51:06', null, null); INSERT INTO `oss_file` VALUES ('fa3919bbac217fb42a0d4350def95358', 'nsrec05_W5.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IFN423/nsrec05_W5.pdf', 'admin', '2024-11-05 11:34:10', null, null); INSERT INTO `oss_file` VALUES ('fa59fc6cc98da8074d2ad2dae27eb5f3', 'b080393.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NHI1529/b080393.pdf', 'admin', '2024-11-05 12:26:15', null, null); INSERT INTO `oss_file` VALUES ('fa6f10e0b9dd5eb84f1c7e4fa515dd93', 'NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5153/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf', 'admin', '2024-11-05 10:29:37', null, null); INSERT INTO `oss_file` VALUES ('fa710f75715e75a68ce902e48189bdd4', '317.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/H5TQ4G83MFR-H9C-DC1223, K4B4G0846B-HCH9-DC1216/317.pdf', 'admin', '2024-10-24 12:13:52', null, null); INSERT INTO `oss_file` VALUES ('fa73819ff74833400555b92bb7ddaffb', '192.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HAS2/192.pdf', 'admin', '2024-10-24 11:58:49', null, null); INSERT INTO `oss_file` VALUES ('fa79f7d9d0de99676c74f0760567bf58', '121991.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RS Encoder/121991.pdf', 'admin', '2024-11-05 12:42:54', null, null); INSERT INTO `oss_file` VALUES ('fa81b0eb685af61685fe2b4a617eab30', 'T032803_SN74LVT244B.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SN74LVT244B/T032803_SN74LVT244B.pdf', 'admin', '2024-11-05 12:53:45', null, null); INSERT INTO `oss_file` VALUES ('fa890434a62f65fe8096e5c5dbc3f77b', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LT1009/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:55', null, null); INSERT INTO `oss_file` VALUES ('fa9dd21ada90621334d62ebae0c7e3ce', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC Annealing/PPM-99-045.pdf', 'admin', '2024-11-05 14:21:14', null, null); INSERT INTO `oss_file` VALUES ('faa1a522712e8d2bc3c6a07d80749c74', 'NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM317KTTR/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf', 'admin', '2024-11-05 11:49:28', null, null); INSERT INTO `oss_file` VALUES ('faadf627f101ff6448a09114ca8dd3ed', '2019-Casey-TR-19-007-HSYE117RH-TID-20205004068.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HSYE-117RH/2019-Casey-TR-19-007-HSYE117RH-TID-20205004068.pdf', 'admin', '2024-11-05 11:32:20', null, null); INSERT INTO `oss_file` VALUES ('fabc4a8b6660e485baade6a7579c9ede', 'L061606_SAT8605R.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SAT8605R/L061606_SAT8605R.pdf', 'admin', '2024-11-05 12:46:54', null, null); INSERT INTO `oss_file` VALUES ('fac3c8d4480d9b5c1ce8151ff55104f5', 'PPM-91-483.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MC708-149/PPM-91-483.pdf', 'admin', '2024-11-05 12:08:25', null, null); INSERT INTO `oss_file` VALUES ('fac735557c9d608866e337adfc4f45c4', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OPB848/data.csv', 'admin', '2024-11-05 12:32:56', null, null); INSERT INTO `oss_file` VALUES ('facbeeaa8e9f1236e291afa2a25ae9c8', 'PPM-91-757.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/U401-2/PPM-91-757.pdf', 'admin', '2024-11-05 13:08:00', null, null); INSERT INTO `oss_file` VALUES ('fad64dbab4046bc07d3a0b45f56cfe5c', '331.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/R1RW0416DSB/331.pdf', 'admin', '2024-10-24 12:15:12', null, null); INSERT INTO `oss_file` VALUES ('fad901edefba2bc5aa47d87984bcf3fd', 'G06OCT_JANS2N2222_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N2222/G06OCT_JANS2N2222_TID.pdf', 'admin', '2024-11-05 11:37:23', null, null); INSERT INTO `oss_file` VALUES ('fae37d2a737c82fb5d28d8b3b3defc14', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/K6R4016V1D, IS61LV12816/data.csv', 'admin', '2024-10-24 11:49:59', null, null); INSERT INTO `oss_file` VALUES ('fafc0fcaa51350ae150ad9f30e4041e4', 'b010694.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/88C20/b010694.pdf', 'admin', '2024-11-05 10:45:43', null, null); INSERT INTO `oss_file` VALUES ('fafe94377ed596d2ce44d3dd0bbda6fc', 'ieee95a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/80386DX-25/ieee95a.pdf', 'admin', '2024-11-05 10:44:38', null, null); INSERT INTO `oss_file` VALUES ('fb038bc9613ac9ce522ff01b5da0004e', 'NEPP-CP-2016-Berg-Pres-MRQW-TN29375.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/XC7K325T Kintex7/NEPP-CP-2016-Berg-Pres-MRQW-TN29375.pdf', 'admin', '2024-11-05 13:13:46', null, null); INSERT INTO `oss_file` VALUES ('fb202cb353799e099a4fea187d7feaca', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CPCI-200/data.csv', 'admin', '2024-11-05 11:15:41', null, null); INSERT INTO `oss_file` VALUES ('fb3743b45cfeaef8fa45d26c1d699058', '199.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/HAS2/199.pdf', 'admin', '2024-10-24 12:00:06', null, null); INSERT INTO `oss_file` VALUES ('fb64528a20c6d7245f306466466c0467', 'b063094.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP07AJ/b063094.pdf', 'admin', '2024-11-05 12:28:56', null, null); INSERT INTO `oss_file` VALUES ('fb65b3020036f8fea5735c00c556b632', '12-041_NRL20130219_VRG8662_laser.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/VRG8662/12-041_NRL20130219_VRG8662_laser.pdf', 'admin', '2024-11-05 13:11:07', null, null); INSERT INTO `oss_file` VALUES ('fb6787e7ae52d96d0e92d64f0bf776ad', '150.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD9042ASTZ/150.pdf', 'admin', '2024-10-24 11:53:32', null, null); INSERT INTO `oss_file` VALUES ('fb6a267d8d072defb09e26dcbef775b4', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RDHA710/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:38:04', null, null); INSERT INTO `oss_file` VALUES ('fb833c82f7b76514dcd9e7dbf086c85b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MN91204/data.csv', 'admin', '2024-11-05 12:13:02', null, null); INSERT INTO `oss_file` VALUES ('fba87ccefa25cdb36b4b23448afec6af', 'NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JANS2N2222/NEPP-CP-2021-Topper-NSREC-Paper-TID-SEE-Compendium-20210026125.pdf', 'admin', '2024-11-05 11:37:32', null, null); INSERT INTO `oss_file` VALUES ('fba9ad3520be77bb82922d6167ec5ccf', 'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SBL8L40/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf', 'admin', '2024-11-05 12:47:24', null, null); INSERT INTO `oss_file` VALUES ('fbae01879c6d162c6587526d7460ef61', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/5962-8754802XA/data.csv', 'admin', '2024-11-05 14:22:08', null, null); INSERT INTO `oss_file` VALUES ('fbb3e2a983d255ac1330af268066e3c3', 'nsrec07_W26_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP11/nsrec07_W26_TID.pdf', 'admin', '2024-11-05 12:29:05', null, null); INSERT INTO `oss_file` VALUES ('fbdb8c9775ec7ab3f3d06e8fa0efb62f', 'nsrec04_Kuo.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/8T/nsrec04_Kuo.pdf', 'admin', '2024-11-05 10:45:52', null, null); INSERT INTO `oss_file` VALUES ('fbf9069fa44518493c6f1011ccb6f6ef', '2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF2045CT/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf', 'admin', '2024-11-05 12:08:01', null, null); INSERT INTO `oss_file` VALUES ('fbff7d8998e29a870b02ab4e2d550b61', 'B092500a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7854/B092500a.pdf', 'admin', '2024-11-05 10:58:11', null, null); INSERT INTO `oss_file` VALUES ('fc00e49880d7b5bdb361613d2b15a2b5', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7872/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 10:58:22', null, null); INSERT INTO `oss_file` VALUES ('fc0fd455021915191ac737221ae94866', 'PPM-94-014.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54HC4053/PPM-94-014.pdf', 'admin', '2024-11-05 10:38:24', null, null); INSERT INTO `oss_file` VALUES ('fc1ae77c05f746b432a0a1273f73387a', 'CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/ADG201/CP-2021-Topper-NSREC-DW-poster-20210016856.pdf', 'admin', '2024-11-05 11:02:19', null, null); INSERT INTO `oss_file` VALUES ('fc218cf68357c4512808db0bd47e1b17', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/K9F8G08U0M/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 11:41:47', null, null); INSERT INTO `oss_file` VALUES ('fc22ceea69afec27b2cb6299a50111bd', 'T100202_OP727.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP727/T100202_OP727.pdf', 'admin', '2024-11-05 12:32:06', null, null); INSERT INTO `oss_file` VALUES ('fc267ed0eb3375f217c891eccc16362b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/HS5212B/data.csv', 'admin', '2024-11-05 11:31:33', null, null); INSERT INTO `oss_file` VALUES ('fc337739bf6220a2f4d99e91abad3f65', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/3090A/data.csv', 'admin', '2024-11-05 10:30:58', null, null); INSERT INTO `oss_file` VALUES ('fc457fa849059b91cc1ee63ec4edbdd6', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LM136/data.csv', 'admin', '2024-11-05 11:46:30', null, null); INSERT INTO `oss_file` VALUES ('fc58041eaa99f896d08285786656b2f5', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TUD69H1B/data.csv', 'admin', '2024-11-05 13:06:54', null, null); INSERT INTO `oss_file` VALUES ('fc75d11f6c227778b07f8e984d3919f7', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD8222/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:21', null, null); INSERT INTO `oss_file` VALUES ('fc7baab00492130ba30ad2918de6a406', 'PPM-91-376.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54AC04/PPM-91-376.pdf', 'admin', '2024-11-05 10:34:37', null, null); INSERT INTO `oss_file` VALUES ('fc95b38d53f458879a6e2e4d84f5af3e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/LTC1153CS8/data.csv', 'admin', '2024-11-05 11:53:43', null, null); INSERT INTO `oss_file` VALUES ('fc973ed572d03c0a69c55c6cb0e9b6fb', 'B112198d.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MTR2805SF/B112198d.pdf', 'admin', '2024-11-05 12:22:49', null, null); INSERT INTO `oss_file` VALUES ('fc9893ade5d381d3f0e2f38ce8a8b6fe', 'NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883B/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf', 'admin', '2024-11-05 10:54:10', null, null); INSERT INTO `oss_file` VALUES ('fcbd3637ee45cd157b5ba4ff4e82ca6f', 'PPM-92-302.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/JTXV2N2905AL/PPM-92-302.pdf', 'admin', '2024-11-05 11:39:04', null, null); INSERT INTO `oss_file` VALUES ('fcc9a8a269fa38dfd9339c9323a27639', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N6782/PPM-99-045.pdf', 'admin', '2024-11-05 14:22:10', null, null); INSERT INTO `oss_file` VALUES ('fce4b3a090e461e514a43d1869d7bd7a', 'D120400c.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Mii42142/D120400c.pdf', 'admin', '2024-11-05 12:24:43', null, null); INSERT INTO `oss_file` VALUES ('fcebb57f69ffc165c9b98a841ca1a4f5', 'L091906_AD549.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD549/L091906_AD549.pdf', 'admin', '2024-11-05 10:51:49', null, null); INSERT INTO `oss_file` VALUES ('fcec9ef075ff64b0f3a628a8fed44920', 'PPM-92-058.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/883/PPM-92-058.pdf', 'admin', '2024-11-05 12:33:37', null, null); INSERT INTO `oss_file` VALUES ('fcedd37c7f0ef19eb5bc5eb0ea104365', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N6849/PPM-99-045.pdf', 'admin', '2024-11-05 14:15:25', null, null); INSERT INTO `oss_file` VALUES ('fceed8ca5b6ea3786663121215b2a8e5', 'nsrec00_W21.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DS1670E/nsrec00_W21.pdf', 'admin', '2024-11-05 11:19:58', null, null); INSERT INTO `oss_file` VALUES ('fcff3d1b5e499afbbee8901ae5faaeb7', 'PPM-91-509.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TSC426MJA/PPM-91-509.pdf', 'admin', '2024-11-05 13:06:15', null, null); INSERT INTO `oss_file` VALUES ('fd007d0914a8b004afde1d0a6e3603e7', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP07A/data.csv', 'admin', '2024-11-05 12:28:45', null, null); INSERT INTO `oss_file` VALUES ('fd012dce608ee72893932408edae5be9', 'NSREC01_W7.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/Pentium III/NSREC01_W7.pdf', 'admin', '2024-11-05 12:35:55', null, null); INSERT INTO `oss_file` VALUES ('fd227e7c3975a4348b2b607e998db96a', 'G05APR_AD549LH_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD549LH/G05APR_AD549LH_TID.pdf', 'admin', '2024-11-05 10:51:54', null, null); INSERT INTO `oss_file` VALUES ('fd38e5e6c9ef5ba69c6b5855cca1f939', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/RAMN1R1/data.csv', 'admin', '2024-11-05 12:37:18', null, null); INSERT INTO `oss_file` VALUES ('fd45a4426691915c4f786066cdb23f6f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OM20P10/data.csv', 'admin', '2024-11-05 12:28:00', null, null); INSERT INTO `oss_file` VALUES ('fd517a459071e8b25a2b40a3089bf435', 'L061806_LMH6702.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LMH6702/L061806_LMH6702.pdf', 'admin', '2024-11-05 11:50:30', null, null); INSERT INTO `oss_file` VALUES ('fd5230ee27a6c1157e7b83552d55f3a8', 'NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/KSW-2-46+/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf', 'admin', '2024-11-05 11:42:42', null, null); INSERT INTO `oss_file` VALUES ('fd57861fbaf66170bd2e4d063bd87fdf', 'PPM-98-006.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD585/PPM-98-006.pdf', 'admin', '2024-11-05 10:53:32', null, null); INSERT INTO `oss_file` VALUES ('fd6ab8b5e8c23a238a27a563f0494403', 'Osheroff-TR-21-001-MAX4651-2021Mar09-TID-NASA-TM-20210011180.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MAX4651/Osheroff-TR-21-001-MAX4651-2021Mar09-TID-NASA-TM-20210011180.pdf', 'admin', '2024-11-05 12:00:02', null, null); INSERT INTO `oss_file` VALUES ('fd74e6e4802c48c138723fbd457c265a', 'T051010_NRL051010_IS705RH.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/IS705RH/T051010_NRL051010_IS705RH.pdf', 'admin', '2024-11-05 11:36:16', null, null); INSERT INTO `oss_file` VALUES ('fd7dff3710719b0cc9c30e2c90834c40', 'nsrec09_W13_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM193/nsrec09_W13_TID.pdf', 'admin', '2024-11-05 11:48:54', null, null); INSERT INTO `oss_file` VALUES ('fd95507c63584331780200b2befebf72', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/15CGQ100/data.csv', 'admin', '2024-11-05 10:21:05', null, null); INSERT INTO `oss_file` VALUES ('fdb0d24554273300ccd24e49b71417de', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OLF400/nsrec00_W22.pdf', 'admin', '2024-11-05 12:27:06', null, null); INSERT INTO `oss_file` VALUES ('fdbd116e5ecc0228975a151c1756e7b6', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5701 (6N140A)/nsrec00_W22.pdf', 'admin', '2024-11-05 11:27:27', null, null); INSERT INTO `oss_file` VALUES ('fdbdf23e83bcfe228c19e63bda8a54d8', 'NSREC99.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SPT7760/NSREC99.pdf', 'admin', '2024-11-05 12:54:42', null, null); INSERT INTO `oss_file` VALUES ('fdc9dca215d0c5c6effb597cc6807b89', 'NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA2-2640/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf', 'admin', '2024-11-05 11:26:05', null, null); INSERT INTO `oss_file` VALUES ('fdca39c44e6b36a3c04cb22883f32dbd', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/M3G2804R513R5T/data.csv', 'admin', '2024-11-05 11:57:35', null, null); INSERT INTO `oss_file` VALUES ('fdcc4bb0d1ec744dcafb8964c8d25151', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/0116400JIC-70/data.csv', 'admin', '2024-10-23 17:29:38', null, null); INSERT INTO `oss_file` VALUES ('fdcd94300bc7e8d2c3428ba3924534aa', 'T032803_TC55257.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/TC55257/T032803_TC55257.pdf', 'admin', '2024-11-05 13:02:32', null, null); INSERT INTO `oss_file` VALUES ('fdcea4276b33b96c1ed5b34c4bbb64ec', 'B112198a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DAC8222/B112198a.pdf', 'admin', '2024-11-05 11:18:22', null, null); INSERT INTO `oss_file` VALUES ('fdd05be768a843b1ac524412c6b75913', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/FST30100/data.csv', 'admin', '2024-11-05 11:23:20', null, null); INSERT INTO `oss_file` VALUES ('fdd511e03614571be02c6eb9e69065a7', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/SQXO-2-100kHz/PPM-99-045.pdf', 'admin', '2024-11-05 14:28:35', null, null); INSERT INTO `oss_file` VALUES ('fddad755b59f23593cbdb5654a1126ac', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/54LVTH16244/data.csv', 'admin', '2024-11-05 10:38:42', null, null); INSERT INTO `oss_file` VALUES ('fddc0c31130a1759d53211266878ba37', 'PPM-95-175.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C256/PPM-95-175.pdf', 'admin', '2024-11-05 10:23:57', null, null); INSERT INTO `oss_file` VALUES ('fddd19f99e49f00bba15c3b67b942800', 'nsrec2012_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2369/nsrec2012_W6_TID.pdf', 'admin', '2024-11-05 10:26:12', null, null); INSERT INTO `oss_file` VALUES ('fde22927dbd2e5b8039761807554e23e', '183.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/A3P3000 FPGA/183.pdf', 'admin', '2024-10-24 11:57:18', null, null); INSERT INTO `oss_file` VALUES ('fdea6cf4b79615e0e30c17c2687769cb', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DAC8222/data.csv', 'admin', '2024-11-05 11:18:22', null, null); INSERT INTO `oss_file` VALUES ('fdeb4ff7e8dce667b0fb3eabe5a57a2f', 'NEPP-CP-2017-Berg-SEE-MAPLD-FPGA-Presentation-TN42793.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/RT4G150-CB1657/NEPP-CP-2017-Berg-SEE-MAPLD-FPGA-Presentation-TN42793.pdf', 'admin', '2024-11-05 12:43:34', null, null); INSERT INTO `oss_file` VALUES ('fdf920a1eee3fa41a5683a6befba5889', 'I032910_LTC6400.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LTC6400-20/I032910_LTC6400.pdf', 'admin', '2024-11-05 11:55:57', null, null); INSERT INTO `oss_file` VALUES ('fe0885852aa4dd7feb72b7c17213a18b', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD580/nsrec06_W2.pdf', 'admin', '2024-11-05 10:53:02', null, null); INSERT INTO `oss_file` VALUES ('fe0e1df6a38e4baeddc760bbccf6cedc', 'nsrec2012_W22_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/DRS4485/nsrec2012_W22_SEE.pdf', 'admin', '2024-11-05 11:19:50', null, null); INSERT INTO `oss_file` VALUES ('fe10aab62830939e8041ac36a1372a7f', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/STRH40P10FSY3/data.csv', 'admin', '2024-10-24 12:06:41', null, null); INSERT INTO `oss_file` VALUES ('fe216bc50acf35db7e1fcb4b9b388920', '120.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/SOC3700SW/120.pdf', 'admin', '2024-10-24 11:50:33', null, null); INSERT INTO `oss_file` VALUES ('fe216ef929a904c9e6f5a876678c6a6f', 'G052200.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LCM-120/G052200.pdf', 'admin', '2024-11-05 11:42:48', null, null); INSERT INTO `oss_file` VALUES ('fe3d09f3b7a4a4a6dabc6b9eefcd0489', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/2690-RD15/data.csv', 'admin', '2024-11-05 10:23:03', null, null); INSERT INTO `oss_file` VALUES ('fe44c0400b620479f535ad80b5eb72cb', 'B012605_28C010.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/28C010/B012605_28C010.pdf', 'admin', '2024-11-05 10:23:38', null, null); INSERT INTO `oss_file` VALUES ('fe4efde08ee97bce6cb596567745c2a3', '364.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/883 - DC1306/364.pdf', 'admin', '2024-10-24 12:18:28', null, null); INSERT INTO `oss_file` VALUES ('fe5f18b0f43bcc878857057a59490276', 'nsrec06_W2.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD549LH/nsrec06_W2.pdf', 'admin', '2024-11-05 10:51:54', null, null); INSERT INTO `oss_file` VALUES ('fe756de960b17ce420f3e21b3756d784', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/CA3127F/data.csv', 'admin', '2024-11-05 11:12:54', null, null); INSERT INTO `oss_file` VALUES ('fe809184ed3a5af5c3bf0d57b49f4897', 'PPM-91-533.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HA7-5170-8/PPM-91-533.pdf', 'admin', '2024-11-05 11:26:16', null, null); INSERT INTO `oss_file` VALUES ('fe94cf6340d38cc726d553ea48180489', 'PPM-99-045.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/OP467/PPM-99-045.pdf', 'admin', '2024-11-05 14:13:25', null, null); INSERT INTO `oss_file` VALUES ('fe9d9c2b5cdb91189d08599a0d4f978e', 'CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HS-4423BEH/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf', 'admin', '2024-11-05 11:30:48', null, null); INSERT INTO `oss_file` VALUES ('feab0f6ae0fb71264851e47cca15de19', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OP604 Phototransistor/data.csv', 'admin', '2024-11-05 12:32:02', null, null); INSERT INTO `oss_file` VALUES ('febadb49279dca54e58dba0451d1ea60', 'nsrec2012_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N5153/nsrec2012_W6_TID.pdf', 'admin', '2024-11-05 10:29:37', null, null); INSERT INTO `oss_file` VALUES ('feca8224e116023a4aa0cda8335592cc', 'PPM-91-437.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54ac109/PPM-91-437.pdf', 'admin', '2024-11-05 10:38:55', null, null); INSERT INTO `oss_file` VALUES ('feda308950c3a26ec1be20dede50071c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Serial Control ASIC/data.csv', 'admin', '2024-11-05 12:58:46', null, null); INSERT INTO `oss_file` VALUES ('ff193e76bb1a87d0dd542eedc2eac1c0', 'nsrec00_W22.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/HCPL5231/nsrec00_W22.pdf', 'admin', '2024-11-05 11:27:01', null, null); INSERT INTO `oss_file` VALUES ('ff19f85806091ae62c0df0328ff812f9', '342.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/AD584 - DC1052A/342.pdf', 'admin', '2024-10-24 12:16:32', null, null); INSERT INTO `oss_file` VALUES ('ff234a61e2e5f91f5c8a2af0498f7a1c', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Si1013R/data.csv', 'admin', '2024-11-05 12:59:05', null, null); INSERT INTO `oss_file` VALUES ('ff28f1f66cb320778e6322716d3ec415', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/OLH249/data.csv', 'admin', '2024-11-05 12:27:19', null, null); INSERT INTO `oss_file` VALUES ('ff2cd2113b4719e508b4c364644c0ebe', 'CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/BAS70-05-7-F/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf', 'admin', '2024-11-05 11:10:04', null, null); INSERT INTO `oss_file` VALUES ('ff38ed153400aaff4dba1b97141384df', 'RHF43BK PROTONS TID_0938_01.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/RHF43BK-01V - DC0810/RHF43BK PROTONS TID_0938_01.pdf', 'admin', '2024-10-24 12:17:34', null, null); INSERT INTO `oss_file` VALUES ('ff4ac3a6bbee29e6f6c0f33f77ce3776', '271.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/2N2484/271.pdf', 'admin', '2024-11-05 10:26:19', null, null); INSERT INTO `oss_file` VALUES ('ff561d41d3fe3db123367ee71e1084d3', 'nsrec2012_W6_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD586T/nsrec2012_W6_TID.pdf', 'admin', '2024-11-05 10:53:35', null, null); INSERT INTO `oss_file` VALUES ('ff632d0a4ef6fd6b07cad5bf46f5f12b', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/MSK5978RH/data.csv', 'admin', '2024-11-05 12:19:17', null, null); INSERT INTO `oss_file` VALUES ('ff65a44344c12f583832199634c2be44', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/MX68GL1G0G - DC1519/data.csv', 'admin', '2024-10-24 12:12:42', null, null); INSERT INTO `oss_file` VALUES ('ff67ceaa70dc7ec9b71bf99aa6901f8e', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/Lanai9/data.csv', 'admin', '2024-11-05 11:57:06', null, null); INSERT INTO `oss_file` VALUES ('ff70010bc701ad424777102a06a43ce2', 'TOF-TER-RP-0002 QVGA ToF Sensor Characterization Final Report_1.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/QCGA ToF Sensor for Navigation Cameras/TOF-TER-RP-0002 QVGA ToF Sensor Characterization Final Report_1.pdf', 'admin', '2024-10-24 12:19:55', null, null); INSERT INTO `oss_file` VALUES ('ff72c6de16338d8750584f4cd078b219', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/TSB41AB3PFP/data.csv', 'admin', '2024-11-05 13:06:07', null, null); INSERT INTO `oss_file` VALUES ('ff9e1b8d97ae249ecbbee1a6c67271a1', 'G05APR_LM136_TID.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/LM136/G05APR_LM136_TID.pdf', 'admin', '2024-11-05 11:46:44', null, null); INSERT INTO `oss_file` VALUES ('ffa7dd86ea89e792b642895cb344c553', '140.pdf', 'http://58.215.212.230:8005/oss/physical/ESA/66179-002/140.pdf', 'admin', '2024-10-24 11:52:26', null, null); INSERT INTO `oss_file` VALUES ('ffb11e9e2829f9e9d0a42b18e1c89735', 'nsrec01_W15.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/AD7564/nsrec01_W15.pdf', 'admin', '2024-11-05 10:57:00', null, null); INSERT INTO `oss_file` VALUES ('ffc6cb95b7e4c5f6ef718e5c3ec03c3d', 'data.csv', 'http://58.215.212.230:8005/oss/physical/NASA/DAC08AQ/data.csv', 'admin', '2024-11-05 11:18:16', null, null); INSERT INTO `oss_file` VALUES ('ffd4903e0e5016d616b9f652ee37ca1d', 'b081695a.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/QS3384/b081695a.pdf', 'admin', '2024-11-05 12:36:25', null, null); INSERT INTO `oss_file` VALUES ('ffe1de2bdb5509b3594c3ce7747cbc8f', 'NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/MBRF2045CT/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf', 'admin', '2024-11-05 12:08:02', null, null); INSERT INTO `oss_file` VALUES ('ffea679c1e3bb3b866b7eefc7ba3f028', 'nsrec2013_W8_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/54LVTH16244/nsrec2013_W8_SEE.pdf', 'admin', '2024-11-05 10:38:43', null, null); INSERT INTO `oss_file` VALUES ('ffef2ae3f7ea219f8888353d9d1da857', 'data.csv', 'http://58.215.212.230:8005/oss/physical/ESA/LT1521/data.csv', 'admin', '2024-10-24 12:19:20', null, null); INSERT INTO `oss_file` VALUES ('fff93da99a2a71ea527090f9fe96ccc5', 'nsrec2011_W6_SEE.pdf', 'http://58.215.212.230:8005/oss/physical/NASA/NAND04GW3B2DN6/nsrec2011_W6_SEE.pdf', 'admin', '2024-11-05 12:25:35', null, null); -- ---------------------------- -- Table structure for qrtz_blob_triggers -- ---------------------------- DROP TABLE IF EXISTS `qrtz_blob_triggers`; CREATE TABLE `qrtz_blob_triggers` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `BLOB_DATA` blob, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) USING BTREE, CONSTRAINT `qrtz_blob_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of qrtz_blob_triggers -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_calendars -- ---------------------------- DROP TABLE IF EXISTS `qrtz_calendars`; CREATE TABLE `qrtz_calendars` ( `SCHED_NAME` varchar(120) NOT NULL, `CALENDAR_NAME` varchar(200) NOT NULL, `CALENDAR` blob NOT NULL, PRIMARY KEY (`SCHED_NAME`,`CALENDAR_NAME`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of qrtz_calendars -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_cron_triggers -- ---------------------------- DROP TABLE IF EXISTS `qrtz_cron_triggers`; CREATE TABLE `qrtz_cron_triggers` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `CRON_EXPRESSION` varchar(200) NOT NULL, `TIME_ZONE_ID` varchar(80) DEFAULT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) USING BTREE, CONSTRAINT `qrtz_cron_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of qrtz_cron_triggers -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_fired_triggers -- ---------------------------- DROP TABLE IF EXISTS `qrtz_fired_triggers`; CREATE TABLE `qrtz_fired_triggers` ( `SCHED_NAME` varchar(120) NOT NULL, `ENTRY_ID` varchar(95) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `INSTANCE_NAME` varchar(200) NOT NULL, `FIRED_TIME` bigint(20) NOT NULL, `SCHED_TIME` bigint(20) NOT NULL, `PRIORITY` int(11) NOT NULL, `STATE` varchar(16) NOT NULL, `JOB_NAME` varchar(200) DEFAULT NULL, `JOB_GROUP` varchar(200) DEFAULT NULL, `IS_NONCONCURRENT` varchar(1) DEFAULT NULL, `REQUESTS_RECOVERY` varchar(1) DEFAULT NULL, PRIMARY KEY (`SCHED_NAME`,`ENTRY_ID`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of qrtz_fired_triggers -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_job_details -- ---------------------------- DROP TABLE IF EXISTS `qrtz_job_details`; CREATE TABLE `qrtz_job_details` ( `SCHED_NAME` varchar(120) NOT NULL, `JOB_NAME` varchar(200) NOT NULL, `JOB_GROUP` varchar(200) NOT NULL, `DESCRIPTION` varchar(250) DEFAULT NULL, `JOB_CLASS_NAME` varchar(250) NOT NULL, `IS_DURABLE` varchar(1) NOT NULL, `IS_NONCONCURRENT` varchar(1) NOT NULL, `IS_UPDATE_DATA` varchar(1) NOT NULL, `REQUESTS_RECOVERY` varchar(1) NOT NULL, `JOB_DATA` blob, PRIMARY KEY (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of qrtz_job_details -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_locks -- ---------------------------- DROP TABLE IF EXISTS `qrtz_locks`; CREATE TABLE `qrtz_locks` ( `SCHED_NAME` varchar(120) NOT NULL, `LOCK_NAME` varchar(40) NOT NULL, PRIMARY KEY (`SCHED_NAME`,`LOCK_NAME`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of qrtz_locks -- ---------------------------- INSERT INTO `qrtz_locks` VALUES ('MyScheduler', 'STATE_ACCESS'); INSERT INTO `qrtz_locks` VALUES ('MyScheduler', 'TRIGGER_ACCESS'); -- ---------------------------- -- Table structure for qrtz_paused_trigger_grps -- ---------------------------- DROP TABLE IF EXISTS `qrtz_paused_trigger_grps`; CREATE TABLE `qrtz_paused_trigger_grps` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_GROUP`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of qrtz_paused_trigger_grps -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_scheduler_state -- ---------------------------- DROP TABLE IF EXISTS `qrtz_scheduler_state`; CREATE TABLE `qrtz_scheduler_state` ( `SCHED_NAME` varchar(120) NOT NULL, `INSTANCE_NAME` varchar(200) NOT NULL, `LAST_CHECKIN_TIME` bigint(20) NOT NULL, `CHECKIN_INTERVAL` bigint(20) NOT NULL, PRIMARY KEY (`SCHED_NAME`,`INSTANCE_NAME`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of qrtz_scheduler_state -- ---------------------------- INSERT INTO `qrtz_scheduler_state` VALUES ('MyScheduler', 'physical-launcher1730793918399', '1730948350979', '15000'); -- ---------------------------- -- Table structure for qrtz_simple_triggers -- ---------------------------- DROP TABLE IF EXISTS `qrtz_simple_triggers`; CREATE TABLE `qrtz_simple_triggers` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `REPEAT_COUNT` bigint(20) NOT NULL, `REPEAT_INTERVAL` bigint(20) NOT NULL, `TIMES_TRIGGERED` bigint(20) NOT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) USING BTREE, CONSTRAINT `qrtz_simple_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of qrtz_simple_triggers -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_simprop_triggers -- ---------------------------- DROP TABLE IF EXISTS `qrtz_simprop_triggers`; CREATE TABLE `qrtz_simprop_triggers` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `STR_PROP_1` varchar(512) DEFAULT NULL, `STR_PROP_2` varchar(512) DEFAULT NULL, `STR_PROP_3` varchar(512) DEFAULT NULL, `INT_PROP_1` int(11) DEFAULT NULL, `INT_PROP_2` int(11) DEFAULT NULL, `LONG_PROP_1` bigint(20) DEFAULT NULL, `LONG_PROP_2` bigint(20) DEFAULT NULL, `DEC_PROP_1` decimal(13,4) DEFAULT NULL, `DEC_PROP_2` decimal(13,4) DEFAULT NULL, `BOOL_PROP_1` varchar(1) DEFAULT NULL, `BOOL_PROP_2` varchar(1) DEFAULT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) USING BTREE, CONSTRAINT `qrtz_simprop_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) REFERENCES `qrtz_triggers` (`SCHED_NAME`, `TRIGGER_NAME`, `TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of qrtz_simprop_triggers -- ---------------------------- -- ---------------------------- -- Table structure for qrtz_triggers -- ---------------------------- DROP TABLE IF EXISTS `qrtz_triggers`; CREATE TABLE `qrtz_triggers` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `JOB_NAME` varchar(200) NOT NULL, `JOB_GROUP` varchar(200) NOT NULL, `DESCRIPTION` varchar(250) DEFAULT NULL, `NEXT_FIRE_TIME` bigint(20) DEFAULT NULL, `PREV_FIRE_TIME` bigint(20) DEFAULT NULL, `PRIORITY` int(11) DEFAULT NULL, `TRIGGER_STATE` varchar(16) NOT NULL, `TRIGGER_TYPE` varchar(8) NOT NULL, `START_TIME` bigint(20) NOT NULL, `END_TIME` bigint(20) DEFAULT NULL, `CALENDAR_NAME` varchar(200) DEFAULT NULL, `MISFIRE_INSTR` smallint(6) DEFAULT NULL, `JOB_DATA` blob, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) USING BTREE, KEY `SCHED_NAME` (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`) USING BTREE, CONSTRAINT `qrtz_triggers_ibfk_1` FOREIGN KEY (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`) REFERENCES `qrtz_job_details` (`SCHED_NAME`, `JOB_NAME`, `JOB_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of qrtz_triggers -- ---------------------------- -- ---------------------------- -- Table structure for radiate_type -- ---------------------------- DROP TABLE IF EXISTS `radiate_type`; CREATE TABLE `radiate_type` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `name` varchar(32) DEFAULT NULL COMMENT '名称', `model` varchar(255) DEFAULT NULL COMMENT '型号', `management_no` varchar(255) DEFAULT NULL COMMENT '管理编号', `expire_date` date DEFAULT NULL COMMENT '有效期', `room_no` varchar(255) DEFAULT NULL COMMENT '房间号', `attachment` varchar(2048) DEFAULT NULL COMMENT '附件', `radiation_source` varchar(255) DEFAULT NULL COMMENT '辐射源', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of radiate_type -- ---------------------------- INSERT INTO `radiate_type` VALUES ('1891703160699056129', 'admin', '2025-02-18 12:15:54', null, null, 'A01', '大钴源', 'C188', '1', '2025-05-18', '120', '无', null); INSERT INTO `radiate_type` VALUES ('1891703160715833345', 'admin', '2025-02-18 12:15:54', null, null, 'A01', '小钴源', 'C188', '2', '2025-10-10', '117', '无', null); INSERT INTO `radiate_type` VALUES ('1891703160724221953', 'admin', '2025-02-18 12:15:54', null, null, 'A01', '电子加速器', 'ELV-8', '3', '2025-04-02', '123', '无', null); INSERT INTO `radiate_type` VALUES ('1891703160724221954', 'admin', '2025-02-18 12:15:54', null, null, 'A01', 'X光机', 'ELV-9', '4', '2025-04-02', '124', '无', null); INSERT INTO `radiate_type` VALUES ('1891703160724221955', 'admin', '2025-02-18 12:15:54', null, null, 'A01', '中国科学院新疆理化技术研究所质子位移损伤效应模拟试验装置', 'ELV-10', '5', '2025-04-02', '125', '无', null); -- ---------------------------- -- Table structure for sys_announcement -- ---------------------------- DROP TABLE IF EXISTS `sys_announcement`; CREATE TABLE `sys_announcement` ( `id` varchar(32) NOT NULL, `titile` varchar(100) DEFAULT NULL COMMENT '标题', `msg_content` text COMMENT '内容', `start_time` datetime DEFAULT NULL COMMENT '开始时间', `end_time` datetime DEFAULT NULL COMMENT '结束时间', `sender` varchar(100) DEFAULT NULL COMMENT '发布人', `priority` varchar(255) DEFAULT NULL COMMENT '优先级(L低,M中,H高)', `msg_category` varchar(10) NOT NULL DEFAULT '2' COMMENT '消息类型1:通知公告2:系统消息', `msg_type` varchar(10) DEFAULT NULL COMMENT '通告对象类型(USER:指定用户,ALL:全体用户)', `send_status` varchar(10) DEFAULT NULL COMMENT '发布状态(0未发布,1已发布,2已撤销)', `send_time` datetime DEFAULT NULL COMMENT '发布时间', `cancel_time` datetime DEFAULT NULL COMMENT '撤销时间', `del_flag` varchar(1) DEFAULT NULL COMMENT '删除状态(0,正常,1已删除)', `bus_type` varchar(20) DEFAULT NULL COMMENT '业务类型(email:邮件 bpm:流程 tenant_invite:租户邀请)', `bus_id` varchar(50) DEFAULT NULL COMMENT '业务id', `open_type` varchar(20) DEFAULT NULL COMMENT '打开方式(组件:component 路由:url)', `open_page` varchar(255) DEFAULT NULL COMMENT '组件/路由 地址', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', `user_ids` text COMMENT '指定用户', `msg_abstract` text COMMENT '摘要/扩展业务参数', `dt_task_id` varchar(100) DEFAULT NULL COMMENT '钉钉task_id,用于撤回消息', `tenant_id` int(11) DEFAULT '0' COMMENT '租户ID', PRIMARY KEY (`id`) USING BTREE, KEY `idx_sanno_endtime` (`end_time`) USING BTREE, KEY `idx_sanno_start_time` (`start_time`) USING BTREE, KEY `idx_sanno_msg_type` (`msg_type`) USING BTREE, KEY `idx_sanno_send_status` (`send_status`) USING BTREE, KEY `idx_sanno_del_flag` (`del_flag`) USING BTREE, KEY `idx_sanno_tenant_id` (`tenant_id`) USING BTREE, KEY `idx_sanno_sender` (`sender`) USING BTREE, KEY `idx_sanno_create_time` (`create_time`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='系统通告表'; -- ---------------------------- -- Records of sys_announcement -- ---------------------------- INSERT INTO `sys_announcement` VALUES ('1256486502931722242', 'JeecgBoot 2.2.0版本发布', '
升级不兼容
\n\n
较大改造
\n\n
ONLINE升级
\n\n
Online代码生成器升级
\n
\n

后期重点维护ONLINE模式的代码生成器,GUI模式逐步弃用。

\n
\n\n
平台基础升级
\n\n
UI组件升级
\n\n
Issues处理
\n', '2020-05-01 15:30:56', '2020-05-30 15:31:00', 'admin', 'H', '1', 'ALL', '1', '2020-05-02 15:31:44', null, '0', null, null, null, null, 'admin', '2020-05-02 15:31:41', 'admin', '2020-05-02 15:31:44', null, '重磅版本发布', null, '0'); INSERT INTO `sys_announcement` VALUES ('1256486817286418434', '放假通知', '

放假通知

', '2020-05-02 15:32:38', '2020-05-30 15:32:40', 'admin', 'M', '1', 'USER', '1', '2020-05-02 15:32:59', null, '0', null, null, null, null, 'admin', '2020-05-02 15:32:56', 'admin', '2020-05-02 15:32:59', 'e9ca23d68d884d4ebb19d07889727dae,a75d45a015c44384a04449ee80dc3503,', '放假通知', null, '0'); INSERT INTO `sys_announcement` VALUES ('1256529336858685441', '1', '

22

', '2020-05-02 18:21:41', '2020-05-30 18:21:44', 'admin', 'M', '1', 'ALL', '2', '2020-05-02 18:21:57', '2020-05-02 18:22:07', '1', null, null, null, null, 'admin', '2020-05-02 18:21:54', 'admin', '2021-08-12 16:05:00', null, '22', null, '0'); INSERT INTO `sys_announcement` VALUES ('1524265037052194817', '1231231', null, null, '2022-05-14 13:47:54', 'admin', 'H', '1', 'ALL', '2', '2022-05-11 13:48:04', '2022-05-11 14:04:18', '1', null, null, null, null, 'admin', '2022-05-11 13:47:59', 'admin', '2022-05-11 14:04:21', 'undefined,', '23123', null, '0'); INSERT INTO `sys_announcement` VALUES ('1524269214973243394', '123123', '

111

', null, '2022-05-12 14:04:24', 'admin', 'H', '1', 'ALL', '2', '2022-05-11 14:04:37', '2023-10-18 13:52:59', '1', null, null, null, null, 'admin', '2022-05-11 14:04:35', 'admin', '2023-10-18 13:53:02', 'undefined,', '123123', null, '0'); INSERT INTO `sys_announcement` VALUES ('1714483541679247362', 'JeecgBoot3.6.0大版本发布', '
\"\"
\n

JEECG是一款基于BPM的低代码平台!前后端分离架构 SpringBoot 2.x,SpringCloud,Ant Design&Vue,Mybatis-plus,Shiro,JWT,支持微服务。强大的代码生成器让前后端代码一键生成,实现低代码开发! JeecgBoot引领新低代码开发模式 OnlineCoding-> 代码生成器-> 手工MERGE, 帮助Java项目解决70%的重复工作,让开发更多关注业务,既能快速提高效率,节省研发成本,同时又不失灵活性!一系列低代码能力:Online表单、Online报表、Online图表、表单设计、流程设计、报表设计、大屏设计 等等...

\n

当前版本 v3.5.5 更新日志 

', null, '2023-12-31 11:27:55', 'ceshi', 'H', '1', 'ALL', '1', '2023-10-18 11:28:27', null, '0', null, null, null, null, 'ceshi', '2023-10-18 11:28:25', 'ceshi', '2023-10-18 11:28:27', '', '新版本发布', null, '0'); INSERT INTO `sys_announcement` VALUES ('1714488642670137345', '1', '

1111

', null, '2023-12-01 11:48:36', 'ceshi', 'H', '1', 'ALL', '2', '2023-10-18 11:48:48', '2023-10-18 11:53:46', '1', null, null, null, null, 'ceshi', '2023-10-18 11:48:41', 'ceshi', '2023-10-18 11:54:25', '', '1', null, '0'); INSERT INTO `sys_announcement` VALUES ('1714490128032514049', '1', '

111

', null, '2023-10-28 11:54:29', 'ceshi', 'H', '1', 'ALL', '2', '2023-10-18 11:54:37', '2023-10-18 11:57:58', '1', null, null, null, null, 'ceshi', '2023-10-18 11:54:35', 'ceshi', '2023-10-18 11:58:01', '', '1', null, '0'); INSERT INTO `sys_announcement` VALUES ('1714491019510919170', '22', '

22

', null, '2023-10-28 11:58:04', 'ceshi', 'H', '1', 'ALL', '2', '2023-10-18 11:58:10', '2023-10-18 12:01:24', '1', null, null, null, null, 'ceshi', '2023-10-18 11:58:07', 'ceshi', '2023-10-18 12:01:25', '', '22', null, '0'); INSERT INTO `sys_announcement` VALUES ('1714491893842911233', '123', '

123

', null, '2023-10-27 12:01:31', 'ceshi', 'H', '1', 'ALL', '2', '2023-10-18 12:01:38', '2023-10-18 13:52:53', '1', null, null, null, null, 'ceshi', '2023-10-18 12:01:36', 'admin', '2023-10-18 13:52:55', '', '123', null, '0'); INSERT INTO `sys_announcement` VALUES ('1740388684018724866', '11', '

111

', null, null, 'admin', 'H', '1', 'ALL', '2', '2023-12-28 23:06:14', '2024-06-11 19:17:25', '0', null, null, null, null, 'admin', '2023-12-28 23:06:12', 'admin', '2024-06-11 19:17:25', '', '111', null, '0'); INSERT INTO `sys_announcement` VALUES ('1b714f8ebc3cc33f8b4f906103b6a18d', '5467567', null, null, null, 'admin', null, '2', null, '1', '2019-03-30 12:40:38', null, '1', null, null, null, null, 'admin', '2019-02-26 17:23:26', 'admin', '2020-05-02 15:30:42', null, null, null, '0'); INSERT INTO `sys_announcement` VALUES ('3d11237ccdf62450d20bb8abdb331178', '111222', null, null, null, null, null, '2', null, '0', null, null, '1', null, null, null, null, 'admin', '2019-03-29 17:19:47', 'admin', '2019-03-29 17:19:50', null, null, null, '0'); INSERT INTO `sys_announcement` VALUES ('7ef04e95f8de030b1d5f7a9144090dc6', '111', null, '2019-02-06 17:28:10', '2019-03-08 17:28:11', null, null, '2', null, '0', null, null, '1', null, null, null, null, 'admin', '2019-02-26 17:28:17', 'admin', '2019-03-26 19:59:49', null, null, null, '0'); INSERT INTO `sys_announcement` VALUES ('93a9060a1c20e4bf98b3f768a02c2ff9', '111', '111', '2019-02-06 17:20:17', '2019-02-21 17:20:20', 'admin', 'M', '2', 'ALL', '1', '2019-02-26 17:24:29', null, '1', null, null, null, null, 'admin', '2019-02-26 17:16:26', 'admin', '2020-05-02 15:30:42', null, null, null, '0'); INSERT INTO `sys_announcement` VALUES ('de1dc57f31037079e1e55c8347fe6ef7', '222', '2222', '2019-02-06 17:28:26', '2019-02-23 17:28:28', 'admin', 'M', '2', 'ALL', '1', '2019-03-29 17:19:56', null, '1', null, null, null, null, 'admin', '2019-02-26 17:28:36', 'admin', '2019-02-26 17:28:40', null, null, null, '0'); INSERT INTO `sys_announcement` VALUES ('e52f3eb6215f139cb2224c52517af3bd', '334', '334', null, null, null, null, '2', null, '0', null, null, '1', null, null, null, null, 'admin', '2019-03-30 12:40:28', 'admin', '2019-03-30 12:40:32', null, null, null, '0'); -- ---------------------------- -- Table structure for sys_announcement_send -- ---------------------------- DROP TABLE IF EXISTS `sys_announcement_send`; CREATE TABLE `sys_announcement_send` ( `id` varchar(32) DEFAULT NULL, `annt_id` varchar(32) DEFAULT NULL COMMENT '通告ID', `user_id` varchar(32) DEFAULT NULL COMMENT '用户id', `read_flag` int(11) DEFAULT NULL COMMENT '阅读状态(0未读,1已读)', `read_time` datetime DEFAULT NULL COMMENT '阅读时间', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', `star_flag` varchar(10) DEFAULT NULL COMMENT '标星状态( 1为标星 空/0没有标星)', KEY `idx_sacm_annt_id` (`annt_id`) USING BTREE, KEY `idx_sacm_user_id` (`user_id`) USING BTREE, KEY `idx_sacm_read_flag` (`read_flag`) USING BTREE, KEY `idx_sacm_star_flag` (`star_flag`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='用户通告阅读标记表'; -- ---------------------------- -- Records of sys_announcement_send -- ---------------------------- INSERT INTO `sys_announcement_send` VALUES ('646c0c405ec643d4dc4160db2446f8ff', '93a9060a1c20e4bf98b3f768a02c2ff9', 'e9ca23d68d884d4ebb19d07889727dae', '1', '2019-11-21 16:30:01', 'admin', '2019-05-17 11:50:56', 'admin', '2019-11-21 16:30:01', null); INSERT INTO `sys_announcement_send` VALUES ('1197434450981543938', '93a9060a1c20e4bf98b3f768a02c2ff9', 'a75d45a015c44384a04449ee80dc3503', '0', null, 'jeecg', '2019-11-21 16:39:55', null, null, null); INSERT INTO `sys_announcement_send` VALUES ('1256486817319972866', '1256486817286418434', 'e9ca23d68d884d4ebb19d07889727dae', '1', '2024-06-11 22:40:35', 'admin', '2020-05-02 15:32:56', 'admin', '2024-06-11 22:40:35', null); INSERT INTO `sys_announcement_send` VALUES ('1256486817349332993', '1256486817286418434', 'a75d45a015c44384a04449ee80dc3503', '1', '2023-10-18 11:36:33', 'admin', '2020-05-02 15:32:56', 'jeecg', '2023-10-18 11:36:33', null); INSERT INTO `sys_announcement_send` VALUES ('1256527099214278657', '1256486502931722242', 'e9ca23d68d884d4ebb19d07889727dae', '1', '2024-06-11 22:40:37', 'admin', '2020-05-02 18:12:59', 'admin', '2024-06-11 22:40:37', null); INSERT INTO `sys_announcement_send` VALUES ('1260927781673484290', '1256486502931722242', 'a75d45a015c44384a04449ee80dc3503', '1', '2023-10-18 11:36:34', 'jeecg', '2020-05-14 21:39:45', 'jeecg', '2023-10-18 11:36:34', null); INSERT INTO `sys_announcement_send` VALUES ('1524265883060088833', '1524265037052194817', 'e9ca23d68d884d4ebb19d07889727dae', '0', null, 'admin', '2022-05-11 13:51:21', null, null, null); INSERT INTO `sys_announcement_send` VALUES ('1524269222510407682', '1524269214973243394', 'e9ca23d68d884d4ebb19d07889727dae', '1', '2022-09-22 13:53:52', 'admin', '2022-05-11 14:04:37', 'admin', '2022-09-22 13:53:52', null); INSERT INTO `sys_announcement_send` VALUES ('1539164576187887617', '1524269214973243394', 'a75d45a015c44384a04449ee80dc3503', '1', '2023-10-18 11:36:30', 'jeecg', '2022-06-21 16:33:26', 'jeecg', '2023-10-18 11:36:30', null); INSERT INTO `sys_announcement_send` VALUES ('1714483550193684481', '1714483541679247362', 'a75d45a015c44384a04449ee80dc3503', '1', '2023-10-18 11:36:25', 'ceshi', '2023-10-18 11:28:27', 'jeecg', '2023-10-18 11:36:25', null); INSERT INTO `sys_announcement_send` VALUES ('1714483550206267393', '1714483541679247362', 'e9ca23d68d884d4ebb19d07889727dae', '1', '2024-06-11 22:40:33', 'ceshi', '2023-10-18 11:28:27', 'admin', '2024-06-11 22:40:33', null); INSERT INTO `sys_announcement_send` VALUES ('1714488675016609793', '1714488642670137345', 'a75d45a015c44384a04449ee80dc3503', '0', null, 'ceshi', '2023-10-18 11:48:48', null, null, null); INSERT INTO `sys_announcement_send` VALUES ('1714488675020804097', '1714488642670137345', 'e9ca23d68d884d4ebb19d07889727dae', '0', null, 'ceshi', '2023-10-18 11:48:48', null, null, null); INSERT INTO `sys_announcement_send` VALUES ('1714491903414312961', '1714491893842911233', '1714471285016895490', '1', '2023-10-18 12:01:42', 'ceshi', '2023-10-18 12:01:38', 'ceshi', '2023-10-18 12:01:42', null); INSERT INTO `sys_announcement_send` VALUES ('1714491903414312962', '1714491893842911233', '3d464b4ea0d2491aab8a7bde74c57e95', '0', null, 'ceshi', '2023-10-18 12:01:38', null, null, null); INSERT INTO `sys_announcement_send` VALUES ('1714491903414312963', '1714491893842911233', 'a75d45a015c44384a04449ee80dc3503', '0', null, 'ceshi', '2023-10-18 12:01:38', null, null, null); INSERT INTO `sys_announcement_send` VALUES ('1714491903414312964', '1714491893842911233', 'e9ca23d68d884d4ebb19d07889727dae', '1', '2023-10-18 13:52:07', 'ceshi', '2023-10-18 12:01:38', 'admin', '2023-10-18 13:52:07', null); INSERT INTO `sys_announcement_send` VALUES ('1740388693690789890', '1740388684018724866', '1714471285016895490', '0', null, 'admin', '2023-12-28 23:06:14', null, null, null); INSERT INTO `sys_announcement_send` VALUES ('1740388693699178497', '1740388684018724866', '3d464b4ea0d2491aab8a7bde74c57e95', '0', null, 'admin', '2023-12-28 23:06:14', null, null, null); INSERT INTO `sys_announcement_send` VALUES ('1740388693699178498', '1740388684018724866', 'a75d45a015c44384a04449ee80dc3503', '0', null, 'admin', '2023-12-28 23:06:14', null, null, null); INSERT INTO `sys_announcement_send` VALUES ('1740388693707567106', '1740388684018724866', 'e9ca23d68d884d4ebb19d07889727dae', '1', '2023-12-28 23:10:41', 'admin', '2023-12-28 23:06:14', 'admin', '2023-12-28 23:10:41', null); -- ---------------------------- -- Table structure for sys_category -- ---------------------------- DROP TABLE IF EXISTS `sys_category`; CREATE TABLE `sys_category` ( `id` varchar(36) NOT NULL, `pid` varchar(36) DEFAULT NULL COMMENT '父级节点', `name` varchar(100) DEFAULT NULL COMMENT '类型名称', `code` varchar(100) DEFAULT NULL COMMENT '类型编码', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `has_child` varchar(3) DEFAULT NULL COMMENT '是否有子节点', `tenant_id` int(11) DEFAULT '0' COMMENT '租户ID', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `index_scg_code` (`code`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_category -- ---------------------------- INSERT INTO `sys_category` VALUES ('1183693424827564034', '0', '物料树', 'B02', 'admin', '2019-10-14 18:37:59', 'admin', '2019-10-14 18:38:15', 'A01', '1', '0'); INSERT INTO `sys_category` VALUES ('1183693491043041282', '1183693424827564034', '上衣', 'B02A01', 'admin', '2019-10-14 18:38:15', 'admin', '2019-10-14 18:38:43', 'A01', '1', '0'); INSERT INTO `sys_category` VALUES ('1183693534173069314', '1183693424827564034', '裤子', 'B02A02', 'admin', '2019-10-14 18:38:25', null, null, 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('1183693610534567937', '1183693491043041282', '秋衣', 'B02A01A01', 'admin', '2019-10-14 18:38:43', null, null, 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('1183693700254924802', '1183693491043041282', '兵装', 'B02A01A02', 'admin', '2019-10-14 18:39:05', null, null, 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('1183693773974011906', '1183693491043041282', '女装', 'B02A01A03', 'admin', '2019-10-14 18:39:22', null, null, 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('1185039122143719425', '0', '电脑产品', 'A01', 'admin', '2019-10-18 11:45:18', 'admin', '2023-10-18 13:54:46', 'A01', '1', '0'); INSERT INTO `sys_category` VALUES ('1185039176799694850', '1185039122143719425', 'thinkpad', 'A01A01', 'admin', '2019-10-18 11:45:31', null, null, 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('1185039255115739138', '1185039122143719425', 'mackbook', 'A01A02', 'admin', '2019-10-18 11:45:50', null, null, 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('1185039299051073537', '1185039122143719425', '华为电脑', 'A01A03', 'admin', '2019-10-18 11:46:01', null, null, 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('1230769196661510146', '0', '省', null, 'admin', '2020-02-21 16:20:16', 'admin', '2020-02-21 16:20:31', 'A01A03', '1', '0'); INSERT INTO `sys_category` VALUES ('1230769253267836929', '1230769196661510146', '安徽省', null, 'admin', '2020-02-21 16:20:31', 'admin', '2020-02-21 16:20:53', 'A01A03', '1', '0'); INSERT INTO `sys_category` VALUES ('1230769290609725441', '1230769196661510146', '山东省', null, 'admin', '2020-02-21 16:20:40', 'admin', '2020-02-21 16:21:23', 'A01A03', '1', '0'); INSERT INTO `sys_category` VALUES ('1230769347157331969', '1230769253267836929', '合肥市', null, 'admin', '2020-02-21 16:20:53', 'admin', '2020-02-21 16:21:08', 'A01A03', '1', '0'); INSERT INTO `sys_category` VALUES ('1230769407907631106', '1230769347157331969', '包河区', null, 'admin', '2020-02-21 16:21:08', null, null, 'A01A03', null, '0'); INSERT INTO `sys_category` VALUES ('1230769470889299970', '1230769290609725441', '济南市', null, 'admin', '2020-02-21 16:21:23', 'admin', '2020-02-21 16:21:41', 'A01A03', '1', '0'); INSERT INTO `sys_category` VALUES ('1230769547519234050', '1230769470889299970', 'A区', null, 'admin', '2020-02-21 16:21:41', null, null, 'A01A03', null, '0'); INSERT INTO `sys_category` VALUES ('1230769620021972993', '1230769470889299970', 'B区', null, 'admin', '2020-02-21 16:21:58', null, null, 'A01A03', null, '0'); INSERT INTO `sys_category` VALUES ('1230769769930592257', '1230769253267836929', '淮南市', null, 'admin', '2020-02-21 16:22:34', 'admin', '2020-02-21 16:22:54', 'A01A03', '1', '0'); INSERT INTO `sys_category` VALUES ('1230769855347593217', '1230769769930592257', 'C区', null, 'admin', '2020-02-21 16:22:54', null, null, 'A01A03', null, '0'); INSERT INTO `sys_category` VALUES ('1590548229606047745', '0', '物料树C', 'C02', 'admin', '2022-11-10 11:33:44', null, null, 'A01', '1', '0'); INSERT INTO `sys_category` VALUES ('1590548229652185090', '1590548229606047745', '上衣C', 'C02A01', 'admin', '2022-11-10 11:33:44', null, null, 'A01', '1', '0'); INSERT INTO `sys_category` VALUES ('1590548229668962305', '1590548229606047745', '裤子C', 'C02A02', 'admin', '2022-11-10 11:33:44', null, null, 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('1590548229685739522', '1590548229652185090', '秋衣C', 'C02A01A01', 'admin', '2022-11-10 11:33:44', null, null, 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('1848311801744826369', '0', '辐照依据标准', 'C03', 'admin', '2024-10-21 18:34:08', 'admin', '2024-10-21 18:34:26', 'A01', '1', '0'); INSERT INTO `sys_category` VALUES ('1848311878374760450', '1848311801744826369', '213', 'C03A01', 'admin', '2024-10-21 18:34:26', null, null, 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('1848312130611814401', '1848311801744826369', '456', 'C03A02', 'admin', '2024-10-21 18:35:27', null, null, 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('22a50b413c5e1ef661fb8aea9469cf52', 'e9ded10fd33e5753face506f4f1564b5', 'MacBook', 'B01-2-1', 'admin', '2019-06-10 15:43:13', null, null, 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('5c8f68845e57f68ab93a2c8d82d26ae1', '0', '笔记本', 'B01', 'admin', '2019-06-10 15:34:11', 'admin', '2019-06-10 15:34:24', 'A01', '1', '0'); INSERT INTO `sys_category` VALUES ('937fd2e9aa13b8bab1da1ca36d3fd344', 'e9ded10fd33e5753face506f4f1564b5', '台式机', 'B01-2-2', 'admin', '2019-06-10 15:43:32', 'admin', '2019-08-21 12:01:59', 'A01', null, '0'); INSERT INTO `sys_category` VALUES ('e9ded10fd33e5753face506f4f1564b5', '5c8f68845e57f68ab93a2c8d82d26ae1', '苹果电脑', 'B01-2', 'admin', '2019-06-10 15:41:14', 'admin', '2019-06-10 15:43:13', 'A01', '1', '0'); INSERT INTO `sys_category` VALUES ('f39a06bf9f390ba4a53d11bc4e0018d7', '5c8f68845e57f68ab93a2c8d82d26ae1', '华为', 'B01-1', 'admin', '2019-06-10 15:34:24', 'admin', '2019-08-21 12:01:56', 'A01', null, '0'); -- ---------------------------- -- Table structure for sys_check_rule -- ---------------------------- DROP TABLE IF EXISTS `sys_check_rule`; CREATE TABLE `sys_check_rule` ( `id` varchar(32) NOT NULL COMMENT '主键id', `rule_name` varchar(100) DEFAULT NULL COMMENT '规则名称', `rule_code` varchar(100) DEFAULT NULL COMMENT '规则Code', `rule_json` varchar(1024) DEFAULT NULL COMMENT '规则JSON', `rule_description` varchar(200) DEFAULT NULL COMMENT '规则描述', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uk_scr_rule_code` (`rule_code`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_check_rule -- ---------------------------- INSERT INTO `sys_check_rule` VALUES ('1224980593992388610', '通用编码规则', 'common', '[{\"digits\":\"1\",\"pattern\":\"^[a-z|A-Z]$\",\"message\":\"第一位只能是字母\"},{\"digits\":\"*\",\"pattern\":\"^[0-9|a-z|A-Z|_]{0,}$\",\"message\":\"只能填写数字、大小写字母、下划线\"},{\"digits\":\"*\",\"pattern\":\"^.{3,}$\",\"message\":\"最少输入3位数\"},{\"digits\":\"*\",\"pattern\":\"^.{3,12}$\",\"message\":\"最多输入12位数\"}]', '规则:1、首位只能是字母;2、只能填写数字、大小写字母、下划线;3、最少3位数,最多12位数。', 'admin', '2020-02-07 11:25:48', 'admin', '2020-02-05 16:58:27'); INSERT INTO `sys_check_rule` VALUES ('1225001845524004866', '负责的功能测试', 'test', '[{\"digits\":\"*\",\"pattern\":\"^.{3,12}$\",\"message\":\"只能输入3-12位字符\"},{\"digits\":\"3\",\"pattern\":\"^\\\\d{3}$\",\"message\":\"前3位必须是数字\"},{\"digits\":\"*\",\"pattern\":\"^[^pP]*$\",\"message\":\"不能输入P\"},{\"digits\":\"4\",\"pattern\":\"^@{4}$\",\"message\":\"第4-7位必须都为 @\"},{\"digits\":\"2\",\"pattern\":\"^#=$\",\"message\":\"第8-9位必须是 #=\"},{\"digits\":\"1\",\"pattern\":\"^O$\",\"message\":\"第10位必须为大写的O\"},{\"digits\":\"*\",\"pattern\":\"^.*。$\",\"message\":\"必须以。结尾\"}]', '包含长度校验、特殊字符校验等', 'admin', '2020-02-07 11:57:31', 'admin', '2020-02-05 18:22:54'); -- ---------------------------- -- Table structure for sys_comment -- ---------------------------- DROP TABLE IF EXISTS `sys_comment`; CREATE TABLE `sys_comment` ( `id` varchar(32) NOT NULL, `table_name` varchar(50) NOT NULL COMMENT '表名', `table_data_id` varchar(32) NOT NULL COMMENT '数据id', `from_user_id` varchar(32) NOT NULL COMMENT '来源用户id', `to_user_id` varchar(32) DEFAULT NULL COMMENT '发送给用户id(允许为空)', `comment_id` varchar(32) DEFAULT NULL COMMENT '评论id(允许为空,不为空时,则为回复)', `comment_content` varchar(255) DEFAULT NULL COMMENT '回复内容', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', PRIMARY KEY (`id`) USING BTREE, KEY `idx_table_data_id` (`table_name`,`table_data_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='系统评论回复表'; -- ---------------------------- -- Records of sys_comment -- ---------------------------- INSERT INTO `sys_comment` VALUES ('1580814554312093698', 'v3_hello', '1580529718871674882', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '1212\n:open_mouth:', 'admin', '2022-10-14 14:55:35', null, null); INSERT INTO `sys_comment` VALUES ('1580814573433925634', 'v3_hello', '1580529718871674882', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '上传了附件', 'admin', '2022-10-14 14:55:39', null, null); INSERT INTO `sys_comment` VALUES ('1580814621358043137', 'v3_hello', '1580529718871674882', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '干啥啊', 'admin', '2022-10-14 14:55:51', null, null); INSERT INTO `sys_comment` VALUES ('1584490724803174402', 'v3_hello', '1580529718871674882', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '1212:nerd_face:', 'admin', '2022-10-24 18:23:22', null, null); INSERT INTO `sys_comment` VALUES ('1584490998162743298', 'v3_hello', '1580510370266238978', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '123123', 'admin', '2022-10-24 18:24:27', null, null); INSERT INTO `sys_comment` VALUES ('1584491122888761345', 'v3_hello', '1580510370266238978', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '333', 'admin', '2022-10-24 18:24:57', null, null); INSERT INTO `sys_comment` VALUES ('1584493914588143617', 'v3_hello', '1580529718871674882', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '2222', 'admin', '2022-10-24 18:36:02', null, null); INSERT INTO `sys_comment` VALUES ('1584493923496845313', 'v3_hello', '1580529718871674882', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '333', 'admin', '2022-10-24 18:36:04', null, null); INSERT INTO `sys_comment` VALUES ('1584493984364584961', 'v3_hello', '1580510370266238978', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '上传了附件', 'admin', '2022-10-24 18:36:19', null, null); INSERT INTO `sys_comment` VALUES ('1714455459606024193', 'ceshi_note', '1586278360710615042', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '上传了附件', 'admin', '2023-10-18 09:36:49', null, null); INSERT INTO `sys_comment` VALUES ('1714455471815643138', 'ceshi_note', '1586278360710615042', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '121', 'admin', '2023-10-18 09:36:52', null, null); INSERT INTO `sys_comment` VALUES ('1765261100976934914', 'ceshi_note', '1737728721647525890', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '挺好的', 'admin', '2024-03-06 14:20:18', null, null); INSERT INTO `sys_comment` VALUES ('1765261127610765313', 'ceshi_note', '1737728721647525890', 'e9ca23d68d884d4ebb19d07889727dae', '', '', ':woozy_face:', 'admin', '2024-03-06 14:20:24', null, null); INSERT INTO `sys_comment` VALUES ('1800557341876895745', 'ceshi_aaa', '1782647168684478466', 'e9ca23d68d884d4ebb19d07889727dae', '', '', ':face_with_head_bandage::nauseated_face:', 'admin', '2024-06-11 23:54:58', null, null); INSERT INTO `sys_comment` VALUES ('1800557929826041858', 'ceshi_aaa', '1782647168684478466', 'e9ca23d68d884d4ebb19d07889727dae', '', '', ':cold_face:', 'admin', '2024-06-11 23:57:18', null, null); INSERT INTO `sys_comment` VALUES ('1800557935693873154', 'ceshi_aaa', '1782647168684478466', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '1212', 'admin', '2024-06-11 23:57:19', null, null); INSERT INTO `sys_comment` VALUES ('1800557955415490562', 'ceshi_aaa', '1782647168684478466', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '上传了附件', 'admin', '2024-06-11 23:57:24', null, null); INSERT INTO `sys_comment` VALUES ('1800558013942808578', 'ceshi_aaa', '1782647168684478466', 'e9ca23d68d884d4ebb19d07889727dae', '', '', '上传了附件', 'admin', '2024-06-11 23:57:38', null, null); -- ---------------------------- -- Table structure for sys_data_log -- ---------------------------- DROP TABLE IF EXISTS `sys_data_log`; CREATE TABLE `sys_data_log` ( `id` varchar(32) NOT NULL COMMENT 'id', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人登录名称', `create_name` varchar(100) DEFAULT NULL COMMENT '创建人真实名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `data_table` varchar(200) DEFAULT NULL COMMENT '表名', `data_id` varchar(32) DEFAULT NULL COMMENT '数据ID', `data_content` text COMMENT '数据内容', `data_version` int(11) DEFAULT NULL COMMENT '版本号', `type` varchar(20) DEFAULT 'json' COMMENT '类型', PRIMARY KEY (`id`) USING BTREE, KEY `idx_sdl_data_table_id` (`data_table`,`data_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_data_log -- ---------------------------- -- ---------------------------- -- Table structure for sys_data_source -- ---------------------------- DROP TABLE IF EXISTS `sys_data_source`; CREATE TABLE `sys_data_source` ( `id` varchar(36) NOT NULL, `code` varchar(100) DEFAULT NULL COMMENT '数据源编码', `name` varchar(100) DEFAULT NULL COMMENT '数据源名称', `remark` varchar(200) DEFAULT NULL COMMENT '备注', `db_type` varchar(10) DEFAULT NULL COMMENT '数据库类型', `db_driver` varchar(100) DEFAULT NULL COMMENT '驱动类', `db_url` varchar(500) DEFAULT NULL COMMENT '数据源地址', `db_name` varchar(100) DEFAULT NULL COMMENT '数据库名称', `db_username` varchar(100) DEFAULT NULL COMMENT '用户名', `db_password` varchar(100) DEFAULT NULL COMMENT '密码', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `tenant_id` int(11) DEFAULT '0' COMMENT '租户ID', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uk_sdc_rule_code` (`code`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_data_source -- ---------------------------- INSERT INTO `sys_data_source` VALUES ('1209779538310004737', 'local_mysql', '本地测试库', '本地数据库MySQL5.7', '1', 'com.mysql.jdbc.Driver', 'jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false', 'jeecg-boot', 'root', 'f5b6775e8d1749483f2320627de0e706', 'admin', '2019-12-25 18:14:53', 'admin', '2024-03-18 14:46:03', 'A01', '0'); -- ---------------------------- -- Table structure for sys_depart -- ---------------------------- DROP TABLE IF EXISTS `sys_depart`; CREATE TABLE `sys_depart` ( `id` varchar(32) NOT NULL COMMENT 'ID', `parent_id` varchar(32) DEFAULT NULL COMMENT '父机构ID', `depart_name` varchar(100) NOT NULL COMMENT '机构/部门名称', `depart_name_en` varchar(500) DEFAULT NULL COMMENT '英文名', `depart_name_abbr` varchar(500) DEFAULT NULL COMMENT '缩写', `depart_order` int(11) DEFAULT '0' COMMENT '排序', `description` varchar(500) DEFAULT NULL COMMENT '描述', `org_category` varchar(10) NOT NULL DEFAULT '1' COMMENT '机构类别 1公司,2组织机构,3岗位', `org_type` varchar(10) DEFAULT NULL COMMENT '机构类型 1一级部门 2子部门', `org_code` varchar(64) NOT NULL COMMENT '机构编码', `mobile` varchar(32) DEFAULT NULL COMMENT '手机号', `fax` varchar(32) DEFAULT NULL COMMENT '传真', `address` varchar(100) DEFAULT NULL COMMENT '地址', `memo` varchar(500) DEFAULT NULL COMMENT '备注', `status` varchar(1) DEFAULT NULL COMMENT '状态(1启用,0不启用)', `del_flag` varchar(1) DEFAULT NULL COMMENT '删除状态(0,正常,1已删除)', `qywx_identifier` varchar(100) DEFAULT NULL COMMENT '对接企业微信的ID', `ding_identifier` varchar(100) DEFAULT NULL COMMENT '对接钉钉部门的ID', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `tenant_id` int(11) DEFAULT '0' COMMENT '租户ID', `iz_leaf` tinyint(1) DEFAULT '0' COMMENT '是否有叶子节点: 1是0否', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uniq_depart_org_code` (`org_code`) USING BTREE, KEY `idx_sd_parent_id` (`parent_id`) USING BTREE, KEY `idx_sd_depart_order` (`depart_order`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='组织机构表'; -- ---------------------------- -- Records of sys_depart -- ---------------------------- INSERT INTO `sys_depart` VALUES ('c6d7cb4deeac411cb3384b1b31278596', '', '默认部门', null, null, '0', null, '1', '1', 'A01', null, null, null, null, null, '0', null, null, 'admin', '2019-02-11 14:21:51', 'admin', '2020-05-02 18:21:27', '0', '0'); -- ---------------------------- -- Table structure for sys_depart_permission -- ---------------------------- DROP TABLE IF EXISTS `sys_depart_permission`; CREATE TABLE `sys_depart_permission` ( `id` varchar(32) NOT NULL, `depart_id` varchar(32) DEFAULT NULL COMMENT '部门id', `permission_id` varchar(32) DEFAULT NULL COMMENT '权限id', `data_rule_ids` varchar(1000) DEFAULT NULL COMMENT '数据规则id', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='部门权限表'; -- ---------------------------- -- Records of sys_depart_permission -- ---------------------------- INSERT INTO `sys_depart_permission` VALUES ('1260925131934519297', '6d35e179cd814e3299bd588ea7daed3f', 'f0675b52d89100ee88472b6800754a08', null); INSERT INTO `sys_depart_permission` VALUES ('1260925131947102209', '6d35e179cd814e3299bd588ea7daed3f', '2aeddae571695cd6380f6d6d334d6e7d', null); INSERT INTO `sys_depart_permission` VALUES ('1260925131955490818', '6d35e179cd814e3299bd588ea7daed3f', '020b06793e4de2eee0007f603000c769', null); INSERT INTO `sys_depart_permission` VALUES ('1260925131959685121', '6d35e179cd814e3299bd588ea7daed3f', '1232123780958064642', null); INSERT INTO `sys_depart_permission` VALUES ('1694946354772217858', '1582683631414632450', '1588513553652436993', null); INSERT INTO `sys_depart_permission` VALUES ('1694946354784800769', '1582683631414632450', '1592114574275211265', null); -- ---------------------------- -- Table structure for sys_depart_role -- ---------------------------- DROP TABLE IF EXISTS `sys_depart_role`; CREATE TABLE `sys_depart_role` ( `id` varchar(32) NOT NULL, `depart_id` varchar(32) DEFAULT NULL COMMENT '部门id', `role_name` varchar(200) DEFAULT NULL COMMENT '部门角色名称', `role_code` varchar(100) DEFAULT NULL COMMENT '部门角色编码', `description` varchar(255) DEFAULT NULL COMMENT '描述', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='部门角色表'; -- ---------------------------- -- Records of sys_depart_role -- ---------------------------- INSERT INTO `sys_depart_role` VALUES ('1260925293226479618', '6d35e179cd814e3299bd588ea7daed3f', 'roless', 'ssss', null, 'admin', '2020-05-14 21:29:51', null, null); -- ---------------------------- -- Table structure for sys_depart_role_permission -- ---------------------------- DROP TABLE IF EXISTS `sys_depart_role_permission`; CREATE TABLE `sys_depart_role_permission` ( `id` varchar(32) NOT NULL, `depart_id` varchar(32) DEFAULT NULL COMMENT '部门id', `role_id` varchar(32) DEFAULT NULL COMMENT '角色id', `permission_id` varchar(32) DEFAULT NULL COMMENT '权限id', `data_rule_ids` varchar(1000) DEFAULT NULL COMMENT '数据权限ids', `operate_date` datetime DEFAULT NULL COMMENT '操作时间', `operate_ip` varchar(20) DEFAULT NULL COMMENT '操作ip', PRIMARY KEY (`id`) USING BTREE, KEY `idx_sdrp_role_per_id` (`role_id`,`permission_id`) USING BTREE, KEY `idx_sdrp_role_id` (`role_id`) USING BTREE, KEY `idx_sdrp_per_id` (`permission_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='部门角色权限表'; -- ---------------------------- -- Records of sys_depart_role_permission -- ---------------------------- INSERT INTO `sys_depart_role_permission` VALUES ('1260925328689319938', null, '1260925293226479618', '2aeddae571695cd6380f6d6d334d6e7d', null, null, null); INSERT INTO `sys_depart_role_permission` VALUES ('1260925328706097153', null, '1260925293226479618', '020b06793e4de2eee0007f603000c769', null, null, null); -- ---------------------------- -- Table structure for sys_depart_role_user -- ---------------------------- DROP TABLE IF EXISTS `sys_depart_role_user`; CREATE TABLE `sys_depart_role_user` ( `id` varchar(32) NOT NULL COMMENT '主键id', `user_id` varchar(32) DEFAULT NULL COMMENT '用户id', `drole_id` varchar(32) DEFAULT NULL COMMENT '角色id', PRIMARY KEY (`id`) USING BTREE, KEY `idx_sdr_user_id` (`user_id`) USING BTREE, KEY `idx_sdr_role_id` (`drole_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='部门角色用户表'; -- ---------------------------- -- Records of sys_depart_role_user -- ---------------------------- -- ---------------------------- -- Table structure for sys_dict -- ---------------------------- DROP TABLE IF EXISTS `sys_dict`; CREATE TABLE `sys_dict` ( `id` varchar(32) NOT NULL, `dict_name` varchar(100) NOT NULL COMMENT '字典名称', `dict_code` varchar(100) NOT NULL COMMENT '字典编码', `description` varchar(255) DEFAULT NULL COMMENT '描述', `del_flag` int(11) DEFAULT NULL COMMENT '删除状态', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', `type` int(1) unsigned zerofill DEFAULT '0' COMMENT '字典类型0为string,1为number', `tenant_id` int(11) DEFAULT '0' COMMENT '租户ID', `low_app_id` varchar(32) DEFAULT NULL COMMENT '低代码应用ID', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uk_sd_dict_code` (`dict_code`) USING BTREE, KEY `uk_sd_tenant_id` (`tenant_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_dict -- ---------------------------- INSERT INTO `sys_dict` VALUES ('0b5d19e1fce4b2e6647e6b4a17760c14', '通告类型', 'msg_category', '消息类型1:通知公告2:系统消息', '0', 'admin', '2019-04-22 18:01:35', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1174509082208395266', '职务职级', 'position_rank', '职务表职级字典', '0', 'admin', '2019-09-19 10:22:41', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1174511106530525185', '机构类型', 'org_category', '机构类型 1公司,2部门 3岗位', '0', 'admin', '2019-09-19 10:30:43', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1178295274528845826', '表单权限策略', 'form_perms_type', '', '0', 'admin', '2019-09-29 21:07:39', 'admin', '2019-09-29 21:08:26', null, '0', null); INSERT INTO `sys_dict` VALUES ('1199517671259906049', '紧急程度', 'urgent_level', '日程计划紧急程度', '0', 'admin', '2019-11-27 10:37:53', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1199518099888414722', '日程计划类型', 'eoa_plan_type', '', '0', 'admin', '2019-11-27 10:39:36', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1199520177767587841', '分类栏目类型', 'eoa_cms_menu_type', '', '0', 'admin', '2019-11-27 10:47:51', 'admin', '2019-11-27 10:49:35', '0', '0', null); INSERT INTO `sys_dict` VALUES ('1199525215290306561', '日程计划状态', 'eoa_plan_status', '', '0', 'admin', '2019-11-27 11:07:52', 'admin', '2019-11-27 11:10:11', '0', '0', null); INSERT INTO `sys_dict` VALUES ('1209733563293962241', '数据库类型', 'database_type', '', '0', 'admin', '2019-12-25 15:12:12', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1232913193820581889', 'Online表单业务分类', 'ol_form_biz_type', '', '0', 'admin', '2020-02-27 14:19:46', 'admin', '2020-02-27 14:20:23', '0', '0', null); INSERT INTO `sys_dict` VALUES ('1242298510024429569', '提醒方式', 'remindMode', '', '0', 'admin', '2020-03-24 11:53:40', 'admin', '2020-03-24 12:03:22', '0', '0', null); INSERT INTO `sys_dict` VALUES ('1250687930947620866', '定时任务状态', 'quartz_status', '', '0', 'admin', '2020-04-16 15:30:14', '', null, null, '0', null); INSERT INTO `sys_dict` VALUES ('1280401766745718786', '租户状态', 'tenant_status', '租户状态', '0', 'admin', '2020-07-07 15:22:25', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1356445645198135298', '开关', 'is_open', '', '0', 'admin', '2021-02-02 11:33:38', 'admin', '2021-02-02 15:28:12', '0', '0', null); INSERT INTO `sys_dict` VALUES ('1600042215909134338', '所属行业', 'trade', '行业', '0', 'admin', '2022-12-06 16:19:26', 'admin', '2022-12-06 16:20:50', '0', '0', null); INSERT INTO `sys_dict` VALUES ('1600044537800331266', '公司规模', 'company_size', '公司规模', '0', 'admin', '2022-12-06 16:28:40', 'admin', '2022-12-06 16:30:23', '0', '0', null); INSERT INTO `sys_dict` VALUES ('1606645341269299201', '职级', 'company_rank', '公司职级', '0', 'admin', '2022-12-24 21:37:54', 'admin', '2022-12-24 21:38:25', '0', '0', null); INSERT INTO `sys_dict` VALUES ('1606646440684457986', '公司部门', 'company_department', '公司部门', '0', 'admin', '2022-12-24 21:42:16', 'admin', '2024-03-18 14:21:56', '0', '0', null); INSERT INTO `sys_dict` VALUES ('1693196536609755137', 'ddd', 'ddd', null, '1', 'admin', '2023-08-20 17:41:27', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1784843187992084482', '客户终端类型', 'client_type', null, '0', 'jeecg', '2024-04-29 15:12:31', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1845039563096559617', '样品信息', 'sample_info', '样品信息', '0', 'admin', '2024-10-12 17:51:26', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1845118022900617217', '委托单位', 'commission_company', null, '0', 'caoxiang', '2024-10-12 23:03:12', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1845118881608863745', '辐射源类型', 'radiation_source_type', null, '0', 'caoxiang', '2024-10-12 23:06:37', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1845125598476341249', '试验类型', 'test_type', null, '0', 'caoxiang', '2024-10-12 23:33:18', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1848320323610058753', '辐照依据标准', 'irradiation_standard', null, '0', 'admin', '2024-10-21 19:08:00', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1868282547002777602', '偏置条件', 'deviation_condition', null, '0', 'zhangru', '2024-12-15 21:10:45', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1868289658420043778', '管脚接入方式', 'pin_type', null, '0', 'zhangru', '2024-12-15 21:39:00', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('1869643948409593857', '试验状态', 'experiment_status', null, '0', 'zhangru', '2024-12-19 15:20:28', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('236e8a4baff0db8c62c00dd95632834f', '同步工作流引擎', 'activiti_sync', '同步工作流引擎', '0', 'admin', '2019-05-15 15:27:33', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('2e02df51611a4b9632828ab7e5338f00', '权限策略', 'perms_type', '权限策略', '0', 'admin', '2019-04-26 18:26:55', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('2f0320997ade5dd147c90130f7218c3e', '推送类别', 'msg_type', '', '0', 'admin', '2019-03-17 21:21:32', 'admin', '2019-03-26 19:57:45', '0', '0', null); INSERT INTO `sys_dict` VALUES ('3486f32803bb953e7155dab3513dc68b', '删除状态', 'del_flag', null, '0', 'admin', '2019-01-18 21:46:26', 'admin', '2019-03-30 11:17:11', '0', '0', null); INSERT INTO `sys_dict` VALUES ('3d9a351be3436fbefb1307d4cfb49bf2', '性别', 'sex', null, '0', null, '2019-01-04 14:56:32', 'admin', '2019-03-30 11:28:27', '1', '0', null); INSERT INTO `sys_dict` VALUES ('4274efc2292239b6f000b153f50823ff', '全局权限策略', 'global_perms_type', '全局权限策略', '0', 'admin', '2019-05-10 17:54:05', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('4c03fca6bf1f0299c381213961566349', 'Online图表展示模板', 'online_graph_display_template', 'Online图表展示模板', '0', 'admin', '2019-04-12 17:28:50', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('4c753b5293304e7a445fd2741b46529d', '字典状态', 'dict_item_status', null, '0', 'admin', '2020-06-18 23:18:42', 'admin', '2019-03-30 19:33:52', '1', '0', null); INSERT INTO `sys_dict` VALUES ('4d7fec1a7799a436d26d02325eff295e', '优先级', 'priority', '优先级', '0', 'admin', '2019-03-16 17:03:34', 'admin', '2019-04-16 17:39:23', '0', '0', null); INSERT INTO `sys_dict` VALUES ('4e4602b3e3686f0911384e188dc7efb4', '条件规则', 'rule_conditions', '', '0', 'admin', '2019-04-01 10:15:03', 'admin', '2019-04-01 10:30:47', '0', '0', null); INSERT INTO `sys_dict` VALUES ('4f69be5f507accea8d5df5f11346181a', '发送消息类型', 'msgType', null, '0', 'admin', '2019-04-11 14:27:09', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('68168534ff5065a152bfab275c2136f8', '有效无效状态', 'valid_status', '有效无效状态', '0', 'admin', '2020-09-26 19:21:14', 'admin', '2019-04-26 19:21:23', '0', '0', null); INSERT INTO `sys_dict` VALUES ('6b78e3f59faec1a4750acff08030a79b', '用户类型', 'user_type', null, '0', null, '2019-01-04 14:59:01', 'admin', '2019-03-18 23:28:18', '0', '0', null); INSERT INTO `sys_dict` VALUES ('72cce0989df68887546746d8f09811aa', 'Online表单类型', 'cgform_table_type', '', '0', 'admin', '2019-01-27 10:13:02', 'admin', '2019-03-30 11:37:36', '0', '0', null); INSERT INTO `sys_dict` VALUES ('78bda155fe380b1b3f175f1e88c284c6', '流程状态', 'bpm_status', '流程状态', '0', 'admin', '2019-05-09 16:31:52', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('83bfb33147013cc81640d5fd9eda030c', '日志类型', 'log_type', null, '0', 'admin', '2019-03-18 23:22:19', null, null, '1', '0', null); INSERT INTO `sys_dict` VALUES ('845da5006c97754728bf48b6a10f79cc', '状态', 'status', null, '0', 'admin', '2019-03-18 21:45:25', 'admin', '2019-03-18 21:58:25', '0', '0', null); INSERT INTO `sys_dict` VALUES ('880a895c98afeca9d9ac39f29e67c13e', '操作类型', 'operate_type', '操作类型', '0', 'admin', '2019-07-22 10:54:29', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('8dfe32e2d29ea9430a988b3b558bf233', '发布状态', 'send_status', '发布状态', '0', 'admin', '2019-04-16 17:40:42', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('a7adbcd86c37f7dbc9b66945c82ef9e6', '1是0否', 'yn', '', '0', 'admin', '2019-05-22 19:29:29', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('a9d9942bd0eccb6e89de92d130ec4c4a', '消息发送状态', 'msgSendStatus', null, '0', 'admin', '2019-04-12 18:18:17', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('ac2f7c0c5c5775fcea7e2387bcb22f01', '菜单类型', 'menu_type', null, '0', 'admin', '2020-12-18 23:24:32', 'admin', '2019-04-01 15:27:06', '1', '0', null); INSERT INTO `sys_dict` VALUES ('ad7c65ba97c20a6805d5dcdf13cdaf36', 'onlineT类型', 'ceshi_online', null, '0', 'admin', '2019-03-22 16:31:49', 'admin', '2019-03-22 16:34:16', '0', '0', null); INSERT INTO `sys_dict` VALUES ('bd1b8bc28e65d6feefefb6f3c79f42fd', 'Online图表数据类型', 'online_graph_data_type', 'Online图表数据类型', '0', 'admin', '2019-04-12 17:24:24', 'admin', '2019-04-12 17:24:57', '0', '0', null); INSERT INTO `sys_dict` VALUES ('c36169beb12de8a71c8683ee7c28a503', '部门状态', 'depart_status', null, '0', 'admin', '2019-03-18 21:59:51', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('c5a14c75172783d72cbee6ee7f5df5d1', 'Online图表类型', 'online_graph_type', 'Online图表类型', '0', 'admin', '2019-04-12 17:04:06', null, null, '0', '0', null); INSERT INTO `sys_dict` VALUES ('d6e1152968b02d69ff358c75b48a6ee1', '流程类型', 'bpm_process_type', null, '0', 'admin', '2021-02-22 19:26:54', 'admin', '2019-03-30 18:14:44', '0', '0', null); INSERT INTO `sys_dict` VALUES ('fc6cd58fde2e8481db10d3a1e68ce70c', '用户状态', 'user_status', null, '0', 'admin', '2019-03-18 21:57:25', 'admin', '2019-03-18 23:11:58', '1', '0', null); -- ---------------------------- -- Table structure for sys_dict_item -- ---------------------------- DROP TABLE IF EXISTS `sys_dict_item`; CREATE TABLE `sys_dict_item` ( `id` varchar(32) NOT NULL, `dict_id` varchar(32) DEFAULT NULL COMMENT '字典id', `item_text` varchar(100) NOT NULL COMMENT '字典项文本', `item_value` varchar(512) NOT NULL COMMENT '字典项值', `item_color` varchar(10) DEFAULT NULL COMMENT '字典项颜色', `description` varchar(255) DEFAULT NULL COMMENT '描述', `sort_order` int(11) DEFAULT NULL COMMENT '排序', `status` int(11) DEFAULT NULL COMMENT '状态(1启用 0不启用)', `create_by` varchar(32) DEFAULT NULL, `create_time` datetime DEFAULT NULL, `update_by` varchar(32) DEFAULT NULL, `update_time` datetime DEFAULT NULL, PRIMARY KEY (`id`) USING BTREE, KEY `idx_sditem_role_dict_id` (`dict_id`) USING BTREE, KEY `idx_sditem_role_sort_order` (`sort_order`) USING BTREE, KEY `idx_sditem_status` (`status`) USING BTREE, KEY `idx_sditem_dict_val` (`dict_id`,`item_value`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_dict_item -- ---------------------------- INSERT INTO `sys_dict_item` VALUES ('0072d115e07c875d76c9b022e2179128', '4d7fec1a7799a436d26d02325eff295e', '低', 'L', null, '低', '3', '1', 'admin', '2019-04-16 17:04:59', null, null); INSERT INTO `sys_dict_item` VALUES ('05a2e732ce7b00aa52141ecc3e330b4e', '3486f32803bb953e7155dab3513dc68b', '已删除', '1', null, null, null, '1', 'admin', '2025-10-18 21:46:56', 'admin', '2019-03-28 22:23:20'); INSERT INTO `sys_dict_item` VALUES ('096c2e758d823def3855f6376bc736fb', 'bd1b8bc28e65d6feefefb6f3c79f42fd', 'SQL', 'sql', null, null, '1', '1', 'admin', '2019-04-12 17:26:26', null, null); INSERT INTO `sys_dict_item` VALUES ('0c9532916f5cd722017b46bc4d953e41', '2f0320997ade5dd147c90130f7218c3e', '指定用户', 'USER', null, null, null, '1', 'admin', '2019-03-17 21:22:19', 'admin', '2019-03-17 21:22:28'); INSERT INTO `sys_dict_item` VALUES ('0ca4beba9efc4f9dd54af0911a946d5c', '72cce0989df68887546746d8f09811aa', '附表', '3', null, null, '3', '1', 'admin', '2019-03-27 10:13:43', null, null); INSERT INTO `sys_dict_item` VALUES ('1030a2652608f5eac3b49d70458b8532', '2e02df51611a4b9632828ab7e5338f00', '禁用', '2', null, '禁用', '2', '1', 'admin', '2021-03-26 18:27:28', 'admin', '2019-04-26 18:39:11'); INSERT INTO `sys_dict_item` VALUES ('1174509082208395266', '1174511106530525185', '岗位', '3', null, '岗位', '1', '1', 'admin', '2019-09-19 10:31:16', '', null); INSERT INTO `sys_dict_item` VALUES ('1174509601047994369', '1174509082208395266', '员级', '1', null, '', '1', '1', 'admin', '2019-09-19 10:24:45', 'admin', '2019-09-23 11:46:39'); INSERT INTO `sys_dict_item` VALUES ('1174509667297026049', '1174509082208395266', '助级', '2', null, '', '2', '1', 'admin', '2019-09-19 10:25:01', 'admin', '2019-09-23 11:46:47'); INSERT INTO `sys_dict_item` VALUES ('1174509713568587777', '1174509082208395266', '中级', '3', null, '', '3', '1', 'admin', '2019-09-19 10:25:12', 'admin', '2019-09-23 11:46:56'); INSERT INTO `sys_dict_item` VALUES ('1174509788361416705', '1174509082208395266', '副高级', '4', null, '', '4', '1', 'admin', '2019-09-19 10:25:30', 'admin', '2019-09-23 11:47:06'); INSERT INTO `sys_dict_item` VALUES ('1174509835803189250', '1174509082208395266', '正高级', '5', null, '', '5', '1', 'admin', '2019-09-19 10:25:41', 'admin', '2019-09-23 11:47:12'); INSERT INTO `sys_dict_item` VALUES ('1174511197735665665', '1174511106530525185', '公司', '1', null, '公司', '1', '1', 'admin', '2019-09-19 10:31:05', null, null); INSERT INTO `sys_dict_item` VALUES ('1174511244036587521', '1174511106530525185', '部门', '2', null, '部门', '1', '1', 'admin', '2019-09-19 10:31:16', null, null); INSERT INTO `sys_dict_item` VALUES ('1178295553450061826', '1178295274528845826', '可编辑(未授权禁用)', '2', null, '', '2', '1', 'admin', '2019-09-29 21:08:46', 'admin', '2019-09-29 21:09:18'); INSERT INTO `sys_dict_item` VALUES ('1178295639554928641', '1178295274528845826', '可见(未授权不可见)', '1', null, '', '1', '1', 'admin', '2019-09-29 21:09:06', 'admin', '2019-09-29 21:09:24'); INSERT INTO `sys_dict_item` VALUES ('1199517884758368257', '1199517671259906049', '一般', '1', null, '', '1', '1', 'admin', '2019-11-27 10:38:44', null, null); INSERT INTO `sys_dict_item` VALUES ('1199517914017832962', '1199517671259906049', '重要', '2', null, '', '1', '1', 'admin', '2019-11-27 10:38:51', null, null); INSERT INTO `sys_dict_item` VALUES ('1199517941339529217', '1199517671259906049', '紧急', '3', null, '', '1', '1', 'admin', '2019-11-27 10:38:58', null, null); INSERT INTO `sys_dict_item` VALUES ('1199518186144276482', '1199518099888414722', '日常记录', '1', null, '', '1', '1', 'admin', '2019-11-27 10:39:56', null, null); INSERT INTO `sys_dict_item` VALUES ('1199518214858481666', '1199518099888414722', '本周工作', '2', null, '', '1', '1', 'admin', '2019-11-27 10:40:03', null, null); INSERT INTO `sys_dict_item` VALUES ('1199518235943247874', '1199518099888414722', '下周计划', '3', null, '', '1', '1', 'admin', '2019-11-27 10:40:08', null, null); INSERT INTO `sys_dict_item` VALUES ('1199520817285701634', '1199520177767587841', '列表', '1', null, '', '1', '1', 'admin', '2019-11-27 10:50:24', null, null); INSERT INTO `sys_dict_item` VALUES ('1199520835035996161', '1199520177767587841', '链接', '2', null, '', '1', '1', 'admin', '2019-11-27 10:50:28', null, null); INSERT INTO `sys_dict_item` VALUES ('1199525468672405505', '1199525215290306561', '未开始', '0', null, '', '1', '1', 'admin', '2019-11-27 11:08:52', null, null); INSERT INTO `sys_dict_item` VALUES ('1199525490575060993', '1199525215290306561', '进行中', '1', null, '', '1', '1', 'admin', '2019-11-27 11:08:58', null, null); INSERT INTO `sys_dict_item` VALUES ('1199525506429530114', '1199525215290306561', '已完成', '2', null, '', '1', '1', 'admin', '2019-11-27 11:09:02', 'admin', '2019-11-27 11:10:02'); INSERT INTO `sys_dict_item` VALUES ('1209733775114702850', '1209733563293962241', 'MySQL5.5', '1', null, '', '1', '1', 'admin', '2019-12-25 15:13:02', null, null); INSERT INTO `sys_dict_item` VALUES ('1209733839933476865', '1209733563293962241', 'Oracle', '2', null, '', '3', '1', 'admin', '2019-12-25 15:13:18', 'admin', '2021-07-15 13:44:08'); INSERT INTO `sys_dict_item` VALUES ('1209733903020003330', '1209733563293962241', 'SQLServer', '3', null, '', '4', '1', 'admin', '2019-12-25 15:13:33', 'admin', '2021-07-15 13:44:11'); INSERT INTO `sys_dict_item` VALUES ('1232913424813486081', '1232913193820581889', '官方示例', 'demo', null, '', '1', '1', 'admin', '2020-02-27 14:20:42', 'admin', '2020-02-27 14:21:37'); INSERT INTO `sys_dict_item` VALUES ('1232913493717512194', '1232913193820581889', '流程表单', 'bpm', null, '', '2', '1', 'admin', '2020-02-27 14:20:58', 'admin', '2020-02-27 14:22:20'); INSERT INTO `sys_dict_item` VALUES ('1232913605382467585', '1232913193820581889', '测试表单', 'temp', null, '', '4', '1', 'admin', '2020-02-27 14:21:25', 'admin', '2020-02-27 14:22:16'); INSERT INTO `sys_dict_item` VALUES ('1232914232372195330', '1232913193820581889', '导入表单', 'bdfl_include', null, '', '5', '1', 'admin', '2020-02-27 14:23:54', null, null); INSERT INTO `sys_dict_item` VALUES ('1234371726545010689', '4e4602b3e3686f0911384e188dc7efb4', '左模糊', 'LEFT_LIKE', null, '左模糊', '7', '1', 'admin', '2020-03-02 14:55:27', null, null); INSERT INTO `sys_dict_item` VALUES ('1234371809495760898', '4e4602b3e3686f0911384e188dc7efb4', '右模糊', 'RIGHT_LIKE', null, '右模糊', '7', '1', 'admin', '2020-03-02 14:55:47', null, null); INSERT INTO `sys_dict_item` VALUES ('1242300779390357505', '1242298510024429569', '短信提醒', '2', null, '', '2', '1', 'admin', '2020-03-24 12:02:41', 'admin', '2020-03-30 18:21:33'); INSERT INTO `sys_dict_item` VALUES ('1242300814383435777', '1242298510024429569', '邮件提醒', '1', null, '', '1', '1', 'admin', '2020-03-24 12:02:49', 'admin', '2020-03-30 18:21:26'); INSERT INTO `sys_dict_item` VALUES ('1242300887343353857', '1242298510024429569', '系统消息', '4', null, '', '4', '1', 'admin', '2020-03-24 12:03:07', 'admin', '2020-03-30 18:21:43'); INSERT INTO `sys_dict_item` VALUES ('1250688147579228161', '1250687930947620866', '正常', '0', null, '', '1', '1', 'admin', '2020-04-16 15:31:05', '', null); INSERT INTO `sys_dict_item` VALUES ('1250688201064992770', '1250687930947620866', '停止', '-1', null, '', '1', '1', 'admin', '2020-04-16 15:31:18', '', null); INSERT INTO `sys_dict_item` VALUES ('1280401815068295170', '1280401766745718786', '正常', '1', null, '', '1', '1', 'admin', '2020-07-07 15:22:36', null, null); INSERT INTO `sys_dict_item` VALUES ('1280401847607705602', '1280401766745718786', '冻结', '0', null, '', '1', '1', 'admin', '2020-07-07 15:22:44', null, null); INSERT INTO `sys_dict_item` VALUES ('1305827309355302914', 'bd1b8bc28e65d6feefefb6f3c79f42fd', 'API', 'api', null, '', '3', '1', 'admin', '2020-09-15 19:14:26', 'admin', '2020-09-15 19:14:41'); INSERT INTO `sys_dict_item` VALUES ('1334440962954936321', '1209733563293962241', 'MYSQL5.7+', '4', null, '', '2', '1', 'admin', '2020-12-03 18:16:02', 'admin', '2021-07-15 13:44:29'); INSERT INTO `sys_dict_item` VALUES ('1356445705549975553', '1356445645198135298', '是', 'Y', null, '', '1', '1', 'admin', '2021-02-02 11:33:52', null, null); INSERT INTO `sys_dict_item` VALUES ('1356445754212290561', '1356445645198135298', '否', 'N', null, '', '1', '1', 'admin', '2021-02-02 11:34:04', null, null); INSERT INTO `sys_dict_item` VALUES ('1414837074500976641', '1209733563293962241', 'postgresql', '6', null, '', '5', '1', 'admin', '2021-07-13 14:40:20', 'admin', '2021-07-15 13:44:15'); INSERT INTO `sys_dict_item` VALUES ('1415547541091504129', '1209733563293962241', 'marialDB', '5', null, '', '6', '1', 'admin', '2021-07-15 13:43:28', 'admin', '2021-07-15 13:44:23'); INSERT INTO `sys_dict_item` VALUES ('1418049969003089922', '1209733563293962241', '达梦', '7', null, '', '7', '1', 'admin', '2021-07-22 11:27:13', 'admin', '2021-07-22 11:27:30'); INSERT INTO `sys_dict_item` VALUES ('1418050017053036545', '1209733563293962241', '人大金仓', '8', null, '', '8', '1', 'admin', '2021-07-22 11:27:25', null, null); INSERT INTO `sys_dict_item` VALUES ('1418050075555188737', '1209733563293962241', '神通', '9', null, '', '9', '1', 'admin', '2021-07-22 11:27:39', null, null); INSERT INTO `sys_dict_item` VALUES ('1418050110669901826', '1209733563293962241', 'SQLite', '10', null, '', '10', '1', 'admin', '2021-07-22 11:27:47', null, null); INSERT INTO `sys_dict_item` VALUES ('1418050149475602434', '1209733563293962241', 'DB2', '11', null, '', '11', '1', 'admin', '2021-07-22 11:27:56', null, null); INSERT INTO `sys_dict_item` VALUES ('1418050209823248385', '1209733563293962241', 'Hsqldb', '12', null, '', '12', '1', 'admin', '2021-07-22 11:28:11', 'admin', '2021-07-22 11:28:27'); INSERT INTO `sys_dict_item` VALUES ('1418050323111399425', '1209733563293962241', 'Derby', '13', null, '', '13', '1', 'admin', '2021-07-22 11:28:38', null, null); INSERT INTO `sys_dict_item` VALUES ('1418117316707590146', '1209733563293962241', 'H2', '14', null, '', '14', '1', 'admin', '2021-07-22 15:54:50', null, null); INSERT INTO `sys_dict_item` VALUES ('1418491604048449537', '1209733563293962241', '其他数据库', '15', null, '', '15', '1', 'admin', '2021-07-23 16:42:07', null, null); INSERT INTO `sys_dict_item` VALUES ('147c48ff4b51545032a9119d13f3222a', 'd6e1152968b02d69ff358c75b48a6ee1', '测试流程', 'test', null, null, '1', '1', 'admin', '2019-03-22 19:27:05', null, null); INSERT INTO `sys_dict_item` VALUES ('1543fe7e5e26fb97cdafe4981bedc0c8', '4c03fca6bf1f0299c381213961566349', '单排布局', 'single', null, null, '2', '1', 'admin', '2022-07-12 17:43:39', 'admin', '2019-04-12 17:43:57'); INSERT INTO `sys_dict_item` VALUES ('1600042651777011713', '1600042215909134338', '信息传输、软件和信息技术服务业', '1', null, null, '1', '1', 'admin', '2022-12-06 16:21:10', 'admin', '2022-12-06 16:21:27'); INSERT INTO `sys_dict_item` VALUES ('1600042736254488578', '1600042215909134338', '制造业', '2', null, null, '1', '1', 'admin', '2022-12-06 16:21:30', null, null); INSERT INTO `sys_dict_item` VALUES ('1600042785646612481', '1600042215909134338', '租赁和商务服务业', '3', null, null, '1', '1', 'admin', '2022-12-06 16:21:42', null, null); INSERT INTO `sys_dict_item` VALUES ('1600042835433000961', '1600042215909134338', '教育', '4', null, null, '1', '1', 'admin', '2022-12-06 16:21:54', null, null); INSERT INTO `sys_dict_item` VALUES ('1600042892072882177', '1600042215909134338', '金融业', '5', null, null, '1', '1', 'admin', '2022-12-06 16:22:07', null, null); INSERT INTO `sys_dict_item` VALUES ('1600042975539531778', '1600042215909134338', '建筑业', '6', null, null, '1', '1', 'admin', '2022-12-06 16:22:27', 'admin', '2022-12-06 16:22:32'); INSERT INTO `sys_dict_item` VALUES ('1600043052177854466', '1600042215909134338', '科学研究和技术服务业', '7', null, null, '1', '1', 'admin', '2022-12-06 16:22:46', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043101976825857', '1600042215909134338', '批发和零售业', '8', null, null, '1', '1', 'admin', '2022-12-06 16:22:58', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043157069008898', '1600042215909134338', '住宿和餐饮业', '9', null, null, '1', '1', 'admin', '2022-12-06 16:23:11', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043203105689601', '1600042215909134338', '电子商务', '10', null, null, '1', '1', 'admin', '2022-12-06 16:23:22', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043277504253953', '1600042215909134338', '线下零售与服务业', '11', null, null, '1', '1', 'admin', '2022-12-06 16:23:39', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043334618091521', '1600042215909134338', '文化、体育和娱乐业', '12', null, null, '1', '1', 'admin', '2022-12-06 16:23:53', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043401030701058', '1600042215909134338', '房地产业', '13', null, null, '1', '1', 'admin', '2022-12-06 16:24:09', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043476440092673', '1600042215909134338', '交通运输、仓储和邮政业', '14', null, null, '1', '1', 'admin', '2022-12-06 16:24:27', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043553837584386', '1600042215909134338', '卫生和社会工作', '15', null, null, '1', '1', 'admin', '2022-12-06 16:24:45', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043628793991170', '1600042215909134338', '公共管理、社会保障和社会组织', '16', null, null, '1', '1', 'admin', '2022-12-06 16:25:03', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043675329794050', '1600042215909134338', '电力、热力、燃气及水生产和供应业', '18', null, null, '1', '1', 'admin', '2022-12-06 16:25:14', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043734607892482', '1600042215909134338', '水利、环境和公共设施管理业', '19', null, null, '1', '1', 'admin', '2022-12-06 16:25:28', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043783068880897', '1600042215909134338', '居民服务、修理和其他服务业', '20', null, null, '1', '1', 'admin', '2022-12-06 16:25:40', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043822679887874', '1600042215909134338', '政府机构', '21', null, null, '1', '1', 'admin', '2022-12-06 16:25:49', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043859539431426', '1600042215909134338', '农、林、牧、渔业', '22', null, null, '1', '1', 'admin', '2022-12-06 16:25:58', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043907551629313', '1600042215909134338', '采矿业', '23', null, null, '1', '1', 'admin', '2022-12-06 16:26:10', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043955731599362', '1600042215909134338', '国际组织', '24', null, null, '1', '1', 'admin', '2022-12-06 16:26:21', null, null); INSERT INTO `sys_dict_item` VALUES ('1600043991685173249', '1600042215909134338', '其他', '25', null, null, '1', '1', 'admin', '2022-12-06 16:26:30', null, null); INSERT INTO `sys_dict_item` VALUES ('1600044644096577538', '1600044537800331266', '20人以下', '1', null, null, '1', '1', 'admin', '2022-12-06 16:29:05', null, null); INSERT INTO `sys_dict_item` VALUES ('1600044698618335233', '1600044537800331266', '21-99人', '2', null, null, '1', '1', 'admin', '2022-12-06 16:29:18', null, null); INSERT INTO `sys_dict_item` VALUES ('1600044744172670978', '1600044537800331266', '100-499人', '3', null, null, '1', '1', 'admin', '2022-12-06 16:29:29', null, null); INSERT INTO `sys_dict_item` VALUES ('1600044792306503681', '1600044537800331266', '500-999人', '4', null, null, '1', '1', 'admin', '2022-12-06 16:29:41', null, null); INSERT INTO `sys_dict_item` VALUES ('1600044861302804481', '1600044537800331266', '1000-9999人', '5', null, null, '1', '1', 'admin', '2022-12-06 16:29:57', null, null); INSERT INTO `sys_dict_item` VALUES ('1600044924313833473', '1600044537800331266', '10000人以上', '6', null, null, '1', '1', 'admin', '2022-12-06 16:30:12', null, null); INSERT INTO `sys_dict_item` VALUES ('1606645562573361153', '1606645341269299201', '总裁/总经理/CEO', '1', null, null, '1', '1', 'admin', '2022-12-24 21:38:47', null, null); INSERT INTO `sys_dict_item` VALUES ('1606645619930468354', '1606645341269299201', '副总裁/副总经理/VP', '2', null, null, '2', '1', 'admin', '2022-12-24 21:39:00', 'admin', '2022-12-24 21:40:00'); INSERT INTO `sys_dict_item` VALUES ('1606645660241924097', '1606645341269299201', '总监/主管/经理', '3', null, null, '3', '1', 'admin', '2022-12-24 21:39:10', 'admin', '2022-12-24 21:39:41'); INSERT INTO `sys_dict_item` VALUES ('1606645696715591682', '1606645341269299201', '员工/专员/执行', '4', null, null, '4', '1', 'admin', '2022-12-24 21:39:19', 'admin', '2022-12-24 21:39:37'); INSERT INTO `sys_dict_item` VALUES ('1606645744023146497', '1606645341269299201', '其他', '5', null, null, '5', '1', 'admin', '2022-12-24 21:39:30', null, null); INSERT INTO `sys_dict_item` VALUES ('1606647668965412866', '1606646440684457986', '总经办', '1', null, null, '1', '1', 'admin', '2022-12-24 21:47:09', 'admin', '2023-10-18 13:54:03'); INSERT INTO `sys_dict_item` VALUES ('1606647703098658817', '1606646440684457986', '技术/IT/研发', '2', null, null, '2', '1', 'admin', '2022-12-24 21:47:17', null, null); INSERT INTO `sys_dict_item` VALUES ('1606647737919770625', '1606646440684457986', '产品/设计', '3', null, null, '3', '1', 'admin', '2022-12-24 21:47:25', null, null); INSERT INTO `sys_dict_item` VALUES ('1606647789614567425', '1606646440684457986', '销售/市场/运营', '4', null, '', '4', '1', 'admin', '2022-12-24 21:47:38', null, null); INSERT INTO `sys_dict_item` VALUES ('1606647827921145857', '1606646440684457986', '人事/财务/行政', '5', null, null, '5', '1', 'admin', '2022-12-24 21:47:47', null, null); INSERT INTO `sys_dict_item` VALUES ('1606647860955484162', '1606646440684457986', '资源/仓储/采购', '6', null, null, '6', '1', 'admin', '2022-12-24 21:47:55', null, null); INSERT INTO `sys_dict_item` VALUES ('1606647915473047553', '1606646440684457986', '其他', '7', null, null, '7', '1', 'admin', '2022-12-24 21:48:08', null, null); INSERT INTO `sys_dict_item` VALUES ('1782325511230337025', '83bfb33147013cc81640d5fd9eda030c', '租户操作日志', '3', null, null, '1', '1', 'admin', '2024-04-22 16:28:11', null, null); INSERT INTO `sys_dict_item` VALUES ('1783383857978970114', '83bfb33147013cc81640d5fd9eda030c', '异常日志', '4', null, null, '3', '1', 'jeecg', '2024-04-25 14:33:40', null, null); INSERT INTO `sys_dict_item` VALUES ('1784843259509161986', '1784843187992084482', '电脑终端', 'pc', null, null, '1', '1', 'jeecg', '2024-04-29 15:12:49', null, null); INSERT INTO `sys_dict_item` VALUES ('1784843314429378562', '1784843187992084482', '手机APP端', 'app', null, null, '1', '1', 'jeecg', '2024-04-29 15:13:02', null, null); INSERT INTO `sys_dict_item` VALUES ('1784843380502249474', '1784843187992084482', '移动网页端', 'h5', null, null, '1', '1', 'jeecg', '2024-04-29 15:13:17', null, null); INSERT INTO `sys_dict_item` VALUES ('1845118206489497602', '1845118022900617217', '阿里巴巴', 'ALIBABA', null, null, '1', '1', 'caoxiang', '2024-10-12 23:03:56', null, null); INSERT INTO `sys_dict_item` VALUES ('1845118329600708609', '1845118022900617217', '腾讯', 'TCENT', null, null, '1', '1', 'caoxiang', '2024-10-12 23:04:25', null, null); INSERT INTO `sys_dict_item` VALUES ('1845118994733436930', '1845118881608863745', '光辐射', 'GFS', null, null, '1', '1', 'caoxiang', '2024-10-12 23:07:04', null, null); INSERT INTO `sys_dict_item` VALUES ('1845119090766221314', '1845118881608863745', '核辐射', 'HFS', null, null, '2', '1', 'caoxiang', '2024-10-12 23:07:27', null, null); INSERT INTO `sys_dict_item` VALUES ('1845125669104226306', '1845125598476341249', '科研试验', '1', null, null, '1', '1', 'caoxiang', '2024-10-12 23:33:35', null, null); INSERT INTO `sys_dict_item` VALUES ('1845125697864568833', '1845125598476341249', '外协试验', '2', null, null, '1', '1', 'caoxiang', '2024-10-12 23:33:42', null, null); INSERT INTO `sys_dict_item` VALUES ('1866045912571813889', '1845039563096559617', '样品名称001', '样品类型001', null, null, '1', '1', 'admin', '2024-12-09 17:03:10', null, null); INSERT INTO `sys_dict_item` VALUES ('1866045998890590209', '1845039563096559617', '样品名称002', '样品类型002', null, null, '1', '1', 'admin', '2024-12-09 17:03:30', null, null); INSERT INTO `sys_dict_item` VALUES ('1868282762241875969', '1868282547002777602', '静态偏置', 'jtpz', null, '', '1', '1', 'zhangru', '2024-12-15 21:11:36', null, null); INSERT INTO `sys_dict_item` VALUES ('1868282830307041281', '1868282547002777602', '动态偏置', 'dtpz', null, null, '2', '1', 'zhangru', '2024-12-15 21:11:52', null, null); INSERT INTO `sys_dict_item` VALUES ('1868282898539978753', '1868282547002777602', '零偏', 'lp', null, null, '3', '1', 'zhangru', '2024-12-15 21:12:09', null, null); INSERT INTO `sys_dict_item` VALUES ('1868289760807198721', '1868289658420043778', '所有管脚短接并接地', '1', null, null, '1', '1', 'zhangru', '2024-12-15 21:39:25', null, null); INSERT INTO `sys_dict_item` VALUES ('1868289803417133057', '1868289658420043778', '所有管脚短接并浮空', '2', null, null, '2', '1', 'zhangru', '2024-12-15 21:39:35', null, null); INSERT INTO `sys_dict_item` VALUES ('1868289842566766594', '1868289658420043778', '所有管脚浮空', '3', null, null, '3', '1', 'zhangru', '2024-12-15 21:39:44', null, null); INSERT INTO `sys_dict_item` VALUES ('1869184078686298113', '1845039563096559617', '测试样品信息字典', '3', '#00C345', '测试', '5', '1', 'zhangru', '2024-12-18 08:53:07', 'zhangru', '2024-12-18 08:54:31'); INSERT INTO `sys_dict_item` VALUES ('1869642684376391682', '1845039563096559617', '测试', '1', '#00C345', '1', '1', '1', 'zhangru', '2024-12-19 15:15:27', null, null); INSERT INTO `sys_dict_item` VALUES ('1869644096791486465', '1869643948409593857', '试验前', '试验前', null, null, '1', '1', 'zhangru', '2024-12-19 15:21:04', null, null); INSERT INTO `sys_dict_item` VALUES ('1869644523025047554', '1869643948409593857', '试验进行中', '试验进行中', null, null, '2', '1', 'zhangru', '2024-12-19 15:22:45', null, null); INSERT INTO `sys_dict_item` VALUES ('1869644574325579778', '1869643948409593857', '报告审批中', '报告审批中', null, null, '3', '1', 'zhangru', '2024-12-19 15:22:57', null, null); INSERT INTO `sys_dict_item` VALUES ('1869644661499994113', '1869643948409593857', '试验完成', '试验完成', null, null, '4', '1', 'zhangru', '2024-12-19 15:23:18', null, null); INSERT INTO `sys_dict_item` VALUES ('1ce390c52453891f93514c1bd2795d44', 'ad7c65ba97c20a6805d5dcdf13cdaf36', '000', '00', null, null, '1', '1', 'admin', '2019-03-22 16:34:34', null, null); INSERT INTO `sys_dict_item` VALUES ('1db531bcff19649fa82a644c8a939dc4', '4c03fca6bf1f0299c381213961566349', '组合布局', 'combination', null, '', '4', '1', 'admin', '2019-05-11 16:07:08', null, null); INSERT INTO `sys_dict_item` VALUES ('222705e11ef0264d4214affff1fb4ff9', '4f69be5f507accea8d5df5f11346181a', '文本', '1', null, '', '1', '1', 'admin', '2023-02-28 10:50:36', 'admin', '2022-07-04 16:29:21'); INSERT INTO `sys_dict_item` VALUES ('23a5bb76004ed0e39414e928c4cde155', '4e4602b3e3686f0911384e188dc7efb4', '不等于', '!=', null, '不等于', '3', '1', 'admin', '2019-04-01 16:46:15', 'admin', '2019-04-01 17:48:40'); INSERT INTO `sys_dict_item` VALUES ('25847e9cb661a7c711f9998452dc09e6', '4e4602b3e3686f0911384e188dc7efb4', '小于等于', '<=', null, '小于等于', '6', '1', 'admin', '2019-04-01 16:44:34', 'admin', '2019-04-01 17:49:10'); INSERT INTO `sys_dict_item` VALUES ('2d51376643f220afdeb6d216a8ac2c01', '68168534ff5065a152bfab275c2136f8', '有效', '1', null, '有效', '2', '1', 'admin', '2019-04-26 19:22:01', null, null); INSERT INTO `sys_dict_item` VALUES ('308c8aadf0c37ecdde188b97ca9833f5', '8dfe32e2d29ea9430a988b3b558bf233', '已发布', '1', null, '已发布', '2', '1', 'admin', '2019-04-16 17:41:24', null, null); INSERT INTO `sys_dict_item` VALUES ('333e6b2196e01ef9a5f76d74e86a6e33', '8dfe32e2d29ea9430a988b3b558bf233', '未发布', '0', null, '未发布', '1', '1', 'admin', '2019-04-16 17:41:12', null, null); INSERT INTO `sys_dict_item` VALUES ('337ea1e401bda7233f6258c284ce4f50', 'bd1b8bc28e65d6feefefb6f3c79f42fd', 'JSON', 'json', null, null, '1', '1', 'admin', '2019-04-12 17:26:33', null, null); INSERT INTO `sys_dict_item` VALUES ('33bc9d9f753cf7dc40e70461e50fdc54', 'a9d9942bd0eccb6e89de92d130ec4c4a', '发送失败', '2', null, null, '3', '1', 'admin', '2019-04-12 18:20:02', null, null); INSERT INTO `sys_dict_item` VALUES ('3fbc03d6c994ae06d083751248037c0e', '78bda155fe380b1b3f175f1e88c284c6', '已完成', '3', null, '已完成', '3', '1', 'admin', '2019-05-09 16:33:25', null, null); INSERT INTO `sys_dict_item` VALUES ('41d7aaa40c9b61756ffb1f28da5ead8e', '0b5d19e1fce4b2e6647e6b4a17760c14', '通知公告', '1', null, null, '1', '1', 'admin', '2019-04-22 18:01:57', null, null); INSERT INTO `sys_dict_item` VALUES ('41fa1e9571505d643aea87aeb83d4d76', '4e4602b3e3686f0911384e188dc7efb4', '等于', '=', null, '等于', '4', '1', 'admin', '2019-04-01 16:45:24', 'admin', '2019-04-01 17:49:00'); INSERT INTO `sys_dict_item` VALUES ('43d2295b8610adce9510ff196a49c6e9', '845da5006c97754728bf48b6a10f79cc', '正常', '1', null, null, null, '1', 'admin', '2019-03-18 21:45:51', null, null); INSERT INTO `sys_dict_item` VALUES ('4f05fb5376f4c61502c5105f52e4dd2b', '83bfb33147013cc81640d5fd9eda030c', '操作日志', '2', null, null, null, '1', 'admin', '2019-03-18 23:22:49', null, null); INSERT INTO `sys_dict_item` VALUES ('50223341bfb5ba30bf6319789d8d17fe', 'd6e1152968b02d69ff358c75b48a6ee1', '业务办理', 'business', null, null, '3', '1', 'admin', '2023-04-22 19:28:05', 'admin', '2019-03-22 23:24:39'); INSERT INTO `sys_dict_item` VALUES ('51222413e5906cdaf160bb5c86fb827c', 'a7adbcd86c37f7dbc9b66945c82ef9e6', '是', '1', null, '', '1', '1', 'admin', '2019-05-22 19:29:45', null, null); INSERT INTO `sys_dict_item` VALUES ('538fca35afe004972c5f3947c039e766', '2e02df51611a4b9632828ab7e5338f00', '显示', '1', null, '显示', '1', '1', 'admin', '2025-03-26 18:27:13', 'admin', '2019-04-26 18:39:07'); INSERT INTO `sys_dict_item` VALUES ('5584c21993bde231bbde2b966f2633ac', '4e4602b3e3686f0911384e188dc7efb4', '自定义SQL表达式', 'USE_SQL_RULES', null, '自定义SQL表达式', '9', '1', 'admin', '2019-04-01 10:45:24', 'admin', '2019-04-01 17:49:27'); INSERT INTO `sys_dict_item` VALUES ('58b73b344305c99b9d8db0fc056bbc0a', '72cce0989df68887546746d8f09811aa', '主表', '2', null, null, '2', '1', 'admin', '2019-03-27 10:13:36', null, null); INSERT INTO `sys_dict_item` VALUES ('5b65a88f076b32e8e69d19bbaadb52d5', '2f0320997ade5dd147c90130f7218c3e', '全体用户', 'ALL', null, null, null, '1', 'admin', '2020-10-17 21:22:43', 'admin', '2019-03-28 22:17:09'); INSERT INTO `sys_dict_item` VALUES ('5d833f69296f691843ccdd0c91212b6b', '880a895c98afeca9d9ac39f29e67c13e', '修改', '3', null, '', '3', '1', 'admin', '2019-07-22 10:55:07', 'admin', '2019-07-22 10:55:41'); INSERT INTO `sys_dict_item` VALUES ('5d84a8634c8fdfe96275385075b105c9', '3d9a351be3436fbefb1307d4cfb49bf2', '女', '2', null, null, '2', '1', null, '2019-01-04 14:56:56', null, '2019-01-04 17:38:12'); INSERT INTO `sys_dict_item` VALUES ('66c952ae2c3701a993e7db58f3baf55e', '4e4602b3e3686f0911384e188dc7efb4', '大于', '>', null, '大于', '1', '1', 'admin', '2019-04-01 10:45:46', 'admin', '2019-04-01 17:48:29'); INSERT INTO `sys_dict_item` VALUES ('6937c5dde8f92e9a00d4e2ded9198694', 'ad7c65ba97c20a6805d5dcdf13cdaf36', 'easyui', '3', null, null, '1', '1', 'admin', '2019-03-22 16:32:15', null, null); INSERT INTO `sys_dict_item` VALUES ('69cacf64e244100289ddd4aa9fa3b915', 'a9d9942bd0eccb6e89de92d130ec4c4a', '未发送', '0', null, null, '1', '1', 'admin', '2019-04-12 18:19:23', null, null); INSERT INTO `sys_dict_item` VALUES ('6a7a9e1403a7943aba69e54ebeff9762', '4f69be5f507accea8d5df5f11346181a', '富文本', '2', null, '', '2', '1', 'admin', '2031-02-28 10:50:44', 'admin', '2022-07-04 16:29:30'); INSERT INTO `sys_dict_item` VALUES ('6c682d78ddf1715baf79a1d52d2aa8c2', '72cce0989df68887546746d8f09811aa', '单表', '1', null, null, '1', '1', 'admin', '2019-03-27 10:13:29', null, null); INSERT INTO `sys_dict_item` VALUES ('6d404fd2d82311fbc87722cd302a28bc', '4e4602b3e3686f0911384e188dc7efb4', '模糊', 'LIKE', null, '模糊', '7', '1', 'admin', '2019-04-01 16:46:02', 'admin', '2019-04-01 17:49:20'); INSERT INTO `sys_dict_item` VALUES ('6d4e26e78e1a09699182e08516c49fc4', '4d7fec1a7799a436d26d02325eff295e', '高', 'H', null, '高', '1', '1', 'admin', '2019-04-16 17:04:24', null, null); INSERT INTO `sys_dict_item` VALUES ('700e9f030654f3f90e9ba76ab0713551', '6b78e3f59faec1a4750acff08030a79b', '333', '333', null, null, null, '1', 'admin', '2019-02-21 19:59:47', null, null); INSERT INTO `sys_dict_item` VALUES ('7050c1522702bac3be40e3b7d2e1dfd8', 'c5a14c75172783d72cbee6ee7f5df5d1', '柱状图', 'bar', null, null, '1', '1', 'admin', '2019-04-12 17:05:17', null, null); INSERT INTO `sys_dict_item` VALUES ('71b924faa93805c5c1579f12e001c809', 'd6e1152968b02d69ff358c75b48a6ee1', 'OA办公', 'oa', null, null, '2', '1', 'admin', '2021-03-22 19:27:17', 'admin', '2023-10-18 13:54:29'); INSERT INTO `sys_dict_item` VALUES ('75b260d7db45a39fc7f21badeabdb0ed', 'c36169beb12de8a71c8683ee7c28a503', '不启用', '0', null, null, null, '1', 'admin', '2019-03-18 23:29:41', 'admin', '2019-03-18 23:29:54'); INSERT INTO `sys_dict_item` VALUES ('7688469db4a3eba61e6e35578dc7c2e5', 'c36169beb12de8a71c8683ee7c28a503', '启用', '1', null, null, null, '1', 'admin', '2019-03-18 23:29:28', null, null); INSERT INTO `sys_dict_item` VALUES ('78ea6cadac457967a4b1c4eb7aaa418c', 'fc6cd58fde2e8481db10d3a1e68ce70c', '正常', '1', null, null, null, '1', 'admin', '2019-03-18 23:30:28', null, null); INSERT INTO `sys_dict_item` VALUES ('7ccf7b80c70ee002eceb3116854b75cb', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '按钮权限', '2', null, null, null, '1', 'admin', '2019-03-18 23:25:40', null, null); INSERT INTO `sys_dict_item` VALUES ('81fb2bb0e838dc68b43f96cc309f8257', 'fc6cd58fde2e8481db10d3a1e68ce70c', '冻结', '2', null, null, null, '1', 'admin', '2019-03-18 23:30:37', null, null); INSERT INTO `sys_dict_item` VALUES ('83250269359855501ec4e9c0b7e21596', '4274efc2292239b6f000b153f50823ff', '可见/可访问(授权后可见/可访问)', '1', null, '', '1', '1', 'admin', '2019-05-10 17:54:51', null, null); INSERT INTO `sys_dict_item` VALUES ('84778d7e928bc843ad4756db1322301f', '4e4602b3e3686f0911384e188dc7efb4', '大于等于', '>=', null, '大于等于', '5', '1', 'admin', '2019-04-01 10:46:02', 'admin', '2019-04-01 17:49:05'); INSERT INTO `sys_dict_item` VALUES ('848d4da35ebd93782029c57b103e5b36', 'c5a14c75172783d72cbee6ee7f5df5d1', '饼图', 'pie', null, null, '3', '1', 'admin', '2019-04-12 17:05:49', null, null); INSERT INTO `sys_dict_item` VALUES ('84dfc178dd61b95a72900fcdd624c471', '78bda155fe380b1b3f175f1e88c284c6', '处理中', '2', null, '处理中', '2', '1', 'admin', '2019-05-09 16:33:01', null, null); INSERT INTO `sys_dict_item` VALUES ('86f19c7e0a73a0bae451021ac05b99dd', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '子菜单', '1', null, null, null, '1', 'admin', '2019-03-18 23:25:27', null, null); INSERT INTO `sys_dict_item` VALUES ('8c618902365ca681ebbbe1e28f11a548', '4c753b5293304e7a445fd2741b46529d', '启用', '1', null, '', '0', '1', 'admin', '2020-07-18 23:19:27', 'admin', '2019-05-17 14:51:18'); INSERT INTO `sys_dict_item` VALUES ('8cdf08045056671efd10677b8456c999', '4274efc2292239b6f000b153f50823ff', '可编辑(未授权时禁用)', '2', null, '', '2', '1', 'admin', '2019-05-10 17:55:38', null, null); INSERT INTO `sys_dict_item` VALUES ('8ff48e657a7c5090d4f2a59b37d1b878', '4d7fec1a7799a436d26d02325eff295e', '中', 'M', null, '中', '2', '1', 'admin', '2019-04-16 17:04:40', null, null); INSERT INTO `sys_dict_item` VALUES ('948923658baa330319e59b2213cda97c', '880a895c98afeca9d9ac39f29e67c13e', '添加', '2', null, '', '2', '1', 'admin', '2019-07-22 10:54:59', 'admin', '2019-07-22 10:55:36'); INSERT INTO `sys_dict_item` VALUES ('9a96c4a4e4c5c9b4e4d0cbf6eb3243cc', '4c753b5293304e7a445fd2741b46529d', '不启用', '0', null, null, '1', '1', 'admin', '2019-03-18 23:19:53', null, null); INSERT INTO `sys_dict_item` VALUES ('a1e7d1ca507cff4a480c8caba7c1339e', '880a895c98afeca9d9ac39f29e67c13e', '导出', '6', null, '', '6', '1', 'admin', '2019-07-22 12:06:50', null, null); INSERT INTO `sys_dict_item` VALUES ('a2be752dd4ec980afaec1efd1fb589af', '8dfe32e2d29ea9430a988b3b558bf233', '已撤销', '2', null, '已撤销', '3', '1', 'admin', '2019-04-16 17:41:39', null, null); INSERT INTO `sys_dict_item` VALUES ('aa0d8a8042a18715a17f0a888d360aa4', 'ac2f7c0c5c5775fcea7e2387bcb22f01', '一级菜单', '0', null, null, null, '1', 'admin', '2019-03-18 23:24:52', null, null); INSERT INTO `sys_dict_item` VALUES ('adcf2a1fe93bb99a84833043f475fe0b', '4e4602b3e3686f0911384e188dc7efb4', '包含', 'IN', null, '包含', '8', '1', 'admin', '2019-04-01 16:45:47', 'admin', '2019-04-01 17:49:24'); INSERT INTO `sys_dict_item` VALUES ('b029a41a851465332ee4ee69dcf0a4c2', '0b5d19e1fce4b2e6647e6b4a17760c14', '系统消息', '2', null, null, '1', '1', 'admin', '2019-02-22 18:02:08', 'admin', '2019-04-22 18:02:13'); INSERT INTO `sys_dict_item` VALUES ('b2a8b4bb2c8e66c2c4b1bb086337f393', '3486f32803bb953e7155dab3513dc68b', '正常', '0', null, null, null, '1', 'admin', '2022-10-18 21:46:48', 'admin', '2019-03-28 22:22:20'); INSERT INTO `sys_dict_item` VALUES ('b57f98b88363188daf38d42f25991956', '6b78e3f59faec1a4750acff08030a79b', '22', '222', null, null, null, '0', 'admin', '2019-02-21 19:59:43', 'admin', '2019-03-11 21:23:27'); INSERT INTO `sys_dict_item` VALUES ('b5f3bd5f66bb9a83fecd89228c0d93d1', '68168534ff5065a152bfab275c2136f8', '无效', '0', null, '无效', '1', '1', 'admin', '2019-04-26 19:21:49', null, null); INSERT INTO `sys_dict_item` VALUES ('b9fbe2a3602d4a27b45c100ac5328484', '78bda155fe380b1b3f175f1e88c284c6', '待提交', '1', null, '待提交', '1', '1', 'admin', '2019-05-09 16:32:35', null, null); INSERT INTO `sys_dict_item` VALUES ('ba27737829c6e0e582e334832703d75e', '236e8a4baff0db8c62c00dd95632834f', '同步', '1', null, '同步', '1', '1', 'admin', '2019-05-15 15:28:15', null, null); INSERT INTO `sys_dict_item` VALUES ('bcec04526b04307e24a005d6dcd27fd6', '880a895c98afeca9d9ac39f29e67c13e', '导入', '5', null, '', '5', '1', 'admin', '2019-07-22 12:06:41', null, null); INSERT INTO `sys_dict_item` VALUES ('c53da022b9912e0aed691bbec3c78473', '880a895c98afeca9d9ac39f29e67c13e', '查询', '1', null, '', '1', '1', 'admin', '2019-07-22 10:54:51', null, null); INSERT INTO `sys_dict_item` VALUES ('c5700a71ad08994d18ad1dacc37a71a9', 'a7adbcd86c37f7dbc9b66945c82ef9e6', '否', '0', null, '', '1', '1', 'admin', '2019-05-22 19:29:55', null, null); INSERT INTO `sys_dict_item` VALUES ('cbfcc5b88fc3a90975df23ffc8cbe29c', 'c5a14c75172783d72cbee6ee7f5df5d1', '曲线图', 'line', null, null, '2', '1', 'admin', '2019-05-12 17:05:30', 'admin', '2019-04-12 17:06:06'); INSERT INTO `sys_dict_item` VALUES ('d217592908ea3e00ff986ce97f24fb98', 'c5a14c75172783d72cbee6ee7f5df5d1', '数据列表', 'table', null, null, '4', '1', 'admin', '2019-04-12 17:05:56', null, null); INSERT INTO `sys_dict_item` VALUES ('df168368dcef46cade2aadd80100d8aa', '3d9a351be3436fbefb1307d4cfb49bf2', '男', '1', null, null, '1', '1', null, '2027-08-04 14:56:49', 'admin', '2019-03-23 22:44:44'); INSERT INTO `sys_dict_item` VALUES ('e6329e3a66a003819e2eb830b0ca2ea0', '4e4602b3e3686f0911384e188dc7efb4', '小于', '<', null, '小于', '2', '1', 'admin', '2019-04-01 16:44:15', 'admin', '2019-04-01 17:48:34'); INSERT INTO `sys_dict_item` VALUES ('e94eb7af89f1dbfa0d823580a7a6e66a', '236e8a4baff0db8c62c00dd95632834f', '不同步', '0', null, '不同步', '2', '1', 'admin', '2019-05-15 15:28:28', null, null); INSERT INTO `sys_dict_item` VALUES ('f0162f4cc572c9273f3e26b2b4d8c082', 'ad7c65ba97c20a6805d5dcdf13cdaf36', 'booostrap', '1', null, null, '1', '1', 'admin', '2021-08-22 16:32:04', 'admin', '2019-03-22 16:33:57'); INSERT INTO `sys_dict_item` VALUES ('f16c5706f3ae05c57a53850c64ce7c45', 'a9d9942bd0eccb6e89de92d130ec4c4a', '发送成功', '1', null, null, '2', '1', 'admin', '2019-04-12 18:19:43', null, null); INSERT INTO `sys_dict_item` VALUES ('f2a7920421f3335afdf6ad2b342f6b5d', '845da5006c97754728bf48b6a10f79cc', '冻结', '2', null, null, null, '1', 'admin', '2019-03-18 21:46:02', null, null); INSERT INTO `sys_dict_item` VALUES ('f37f90c496ec9841c4c326b065e00bb2', '83bfb33147013cc81640d5fd9eda030c', '登录日志', '1', null, null, null, '1', 'admin', '2019-03-18 23:22:37', null, null); INSERT INTO `sys_dict_item` VALUES ('f753aff60ff3931c0ecb4812d8b5e643', '4c03fca6bf1f0299c381213961566349', '双排布局', 'double', null, null, '3', '1', 'admin', '2019-04-12 17:43:51', null, null); INSERT INTO `sys_dict_item` VALUES ('f80a8f6838215753b05e1a5ba3346d22', '880a895c98afeca9d9ac39f29e67c13e', '删除', '4', null, '', '4', '1', 'admin', '2019-07-22 10:55:14', 'admin', '2019-07-22 10:55:30'); INSERT INTO `sys_dict_item` VALUES ('fcec03570f68a175e1964808dc3f1c91', '4c03fca6bf1f0299c381213961566349', 'Tab风格', 'tab', null, null, '1', '1', 'admin', '2019-04-12 17:43:31', null, null); INSERT INTO `sys_dict_item` VALUES ('fe50b23ae5e68434def76f67cef35d2d', '78bda155fe380b1b3f175f1e88c284c6', '已作废', '4', null, '已作废', '4', '1', 'admin', '2021-09-09 16:33:43', 'admin', '2019-05-09 16:34:40'); -- ---------------------------- -- Table structure for sys_files -- ---------------------------- DROP TABLE IF EXISTS `sys_files`; CREATE TABLE `sys_files` ( `id` varchar(32) NOT NULL COMMENT '主键id', `file_name` varchar(255) DEFAULT NULL COMMENT '文件名称', `url` varchar(1000) DEFAULT NULL COMMENT '文件地址', `file_type` varchar(20) DEFAULT NULL COMMENT '文档类型(folder:文件夹 excel:excel doc:word ppt:ppt image:图片 archive:其他文档 video:视频 pdf:pdf)', `store_type` varchar(20) DEFAULT NULL COMMENT '文件上传类型(temp/本地上传(临时文件) manage/知识库)', `parent_id` varchar(32) DEFAULT NULL COMMENT '父级id', `tenant_id` varchar(100) DEFAULT NULL COMMENT '租户id', `file_size` double(13,2) DEFAULT NULL COMMENT '文件大小(kb)', `iz_folder` varchar(2) DEFAULT NULL COMMENT '是否文件夹(1:是 0:否)', `iz_root_folder` varchar(2) DEFAULT NULL COMMENT '是否为1级文件夹,允许为空 (1:是 )', `iz_star` varchar(2) DEFAULT NULL COMMENT '是否标星(1:是 0:否)', `down_count` int(11) DEFAULT NULL COMMENT '下载次数', `read_count` int(11) DEFAULT NULL COMMENT '阅读次数', `share_url` varchar(255) DEFAULT NULL COMMENT '分享链接', `share_perms` varchar(2) DEFAULT NULL COMMENT '分享权限(1.关闭分享 2.允许所有联系人查看 3.允许任何人查看)', `enable_down` varchar(2) DEFAULT NULL COMMENT '是否允许下载(1:是 0:否)', `enable_updat` varchar(2) DEFAULT NULL COMMENT '是否允许修改(1:是 0:否)', `del_flag` varchar(2) DEFAULT NULL COMMENT '删除状态(0-正常,1-删除至回收站)', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', PRIMARY KEY (`id`) USING BTREE, KEY `index_tenant_id` (`tenant_id`) USING BTREE, KEY `index_del_flag` (`del_flag`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='知识库-文档管理'; -- ---------------------------- -- Records of sys_files -- ---------------------------- INSERT INTO `sys_files` VALUES ('1580814573568143361', '11.jpg', 'comment/11_1665730539114.jpg', 'image', 'temp', null, null, '10956.00', '0', '0', '0', null, null, null, null, null, null, '0', 'admin', '2022-10-14 14:55:39', null, null); INSERT INTO `sys_files` VALUES ('1584493984691740674', 'jeecg-boot漏洞.pdf', 'comment/jeecg-boot漏洞_1666607779077.pdf', 'pdf', 'temp', null, null, '842789.00', '0', '0', '0', null, null, null, null, null, null, '0', 'admin', '2022-10-24 18:36:19', null, null); INSERT INTO `sys_files` VALUES ('1714455459928985601', '低代码平台.png', 'comment/低代码平台_1697593009343.png', 'image', 'temp', null, '1000', '1249631.00', '0', '0', '0', null, null, null, null, null, null, '0', 'admin', '2023-10-18 09:36:49', null, null); -- ---------------------------- -- Table structure for sys_fill_rule -- ---------------------------- DROP TABLE IF EXISTS `sys_fill_rule`; CREATE TABLE `sys_fill_rule` ( `id` varchar(32) NOT NULL COMMENT '主键ID', `rule_name` varchar(100) DEFAULT NULL COMMENT '规则名称', `rule_code` varchar(100) DEFAULT NULL COMMENT '规则Code', `rule_class` varchar(100) DEFAULT NULL COMMENT '规则实现类', `rule_params` varchar(200) DEFAULT NULL COMMENT '规则参数', `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', `update_time` datetime DEFAULT NULL COMMENT '修改时间', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uk_sfr_rule_code` (`rule_code`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_fill_rule -- ---------------------------- INSERT INTO `sys_fill_rule` VALUES ('1202551334738382850', '机构编码生成', 'org_num_role', 'org.jeecg.modules.system.rule.OrgCodeRule', '{\"parentId\":\"c6d7cb4deeac411cb3384b1b31278596\"}', 'admin', '2019-12-09 10:37:06', 'admin', '2019-12-05 19:32:35'); INSERT INTO `sys_fill_rule` VALUES ('1202787623203065858', '分类字典编码生成', 'category_code_rule', 'org.jeecg.modules.system.rule.CategoryCodeRule', '{\"pid\":\"\"}', 'admin', '2022-10-13 16:47:52', 'admin', '2019-12-06 11:11:31'); INSERT INTO `sys_fill_rule` VALUES ('1260134137920090113', '订单流水号', 'shop_order_num', 'org.jeecg.modules.online.cgform.rule.OrderNumberRule', '{}', 'admin', '2020-12-07 18:29:50', 'admin', '2020-05-12 17:06:05'); -- ---------------------------- -- Table structure for sys_form_file -- ---------------------------- DROP TABLE IF EXISTS `sys_form_file`; CREATE TABLE `sys_form_file` ( `id` varchar(32) NOT NULL, `table_name` varchar(50) NOT NULL COMMENT '表名', `table_data_id` varchar(32) NOT NULL COMMENT '数据id', `file_id` varchar(32) DEFAULT NULL COMMENT '关联文件id', `file_type` varchar(20) DEFAULT NULL COMMENT '文件类型(text:文本, excel:excel doc:word ppt:ppt image:图片 archive:其他文档 video:视频 pdf:pdf))', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', PRIMARY KEY (`id`) USING BTREE, KEY `idx_table_form` (`table_name`,`table_data_id`) USING BTREE, KEY `index_file_id` (`file_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_form_file -- ---------------------------- INSERT INTO `sys_form_file` VALUES ('1580814573635252225', 'sys_comment', '1580814573433925634', '1580814573568143361', 'image', 'admin', '2022-10-14 14:55:39'); INSERT INTO `sys_form_file` VALUES ('1584493984716906497', 'sys_comment', '1584493984364584961', '1584493984691740674', 'pdf', 'admin', '2022-10-24 18:36:19'); INSERT INTO `sys_form_file` VALUES ('1714455459928985602', 'sys_comment', '1714455459606024193', '1714455459928985601', 'image', 'admin', '2023-10-18 09:36:49'); INSERT INTO `sys_form_file` VALUES ('1800557956199825409', 'sys_comment', '1800557955415490562', '1800557956132716545', 'image', 'admin', '2024-06-11 23:57:24'); INSERT INTO `sys_form_file` VALUES ('1800558014597120003', 'sys_comment', '1800558013942808578', '1800558014597120002', 'image', 'admin', '2024-06-11 23:57:38'); -- ---------------------------- -- Table structure for sys_gateway_route -- ---------------------------- DROP TABLE IF EXISTS `sys_gateway_route`; CREATE TABLE `sys_gateway_route` ( `id` varchar(36) NOT NULL, `router_id` varchar(50) DEFAULT NULL COMMENT '路由ID', `name` varchar(32) DEFAULT NULL COMMENT '服务名', `uri` varchar(32) DEFAULT NULL COMMENT '服务地址', `predicates` text COMMENT '断言', `filters` text COMMENT '过滤器', `retryable` int(11) DEFAULT NULL COMMENT '是否重试:0-否 1-是', `strip_prefix` int(11) DEFAULT NULL COMMENT '是否忽略前缀0-否 1-是', `persistable` int(11) DEFAULT NULL COMMENT '是否为保留数据:0-否 1-是', `show_api` int(11) DEFAULT NULL COMMENT '是否在接口文档中展示:0-否 1-是', `status` int(11) DEFAULT NULL COMMENT '状态:0-无效 1-有效', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_gateway_route -- ---------------------------- INSERT INTO `sys_gateway_route` VALUES ('1331051599401857026', 'jeecg-demo-websocket', 'jeecg-demo-websocket', 'lb:ws://jeecg-demo', '[{\"args\":[\"/vxeSocket/**\"],\"name\":\"Path\"}]', '[{\"args\":[{\"value\":\"#{@ipKeyResolver}\",\"key\":\"key-resolver\"},{\"value\":20,\"key\":\"redis-rate-limiter.replenishRate\"},{\"value\":20,\"key\":\"redis-rate-limiter.burstCapacity\"}],\"name\":\"RequestRateLimiter\",\"title\":\"限流过滤器\"}]', null, null, null, null, '1', 'admin', '2020-11-24 09:46:46', null, null, null); INSERT INTO `sys_gateway_route` VALUES ('jeecg-cloud-websocket', 'jeecg-system-websocket', 'jeecg-system-websocket', 'lb:ws://jeecg-system', '[{\"args\":[\"/websocket/**\",\"/eoaSocket/**\",\"/newsWebsocket/**\"],\"name\":\"Path\"}]', '[]', null, null, null, null, '1', 'admin', '2020-11-16 19:41:51', null, null, null); INSERT INTO `sys_gateway_route` VALUES ('jeecg-demo', 'jeecg-demo', 'jeecg-demo', 'lb://jeecg-demo', '[{\"args\":[\"/mock/**\",\"/bigscreen/template1/**\",\"/bigscreen/template2/**\",\"/test/**\"],\"name\":\"Path\"}]', '[]', null, null, null, null, '1', 'admin', '2020-11-16 19:41:51', null, null, null); INSERT INTO `sys_gateway_route` VALUES ('jeecg-system', 'jeecg-system', 'jeecg-system', 'lb://jeecg-system', '[{\"args\":[\"/sys/**\",\"/online/**\",\"/bigscreen/**\",\"/jmreport/**\",\"/druid/**\",\"/generic/**\",\"/actuator/**\",\"/drag/**\",\"/oauth2/**\"],\"name\":\"Path\"}]', '[]', null, null, null, null, '1', 'admin', '2020-11-16 19:41:51', null, null, null); -- ---------------------------- -- Table structure for sys_log -- ---------------------------- DROP TABLE IF EXISTS `sys_log`; CREATE TABLE `sys_log` ( `id` varchar(32) NOT NULL, `log_type` int(11) DEFAULT NULL COMMENT '日志类型(1登录日志,2操作日志, 3.租户操作日志)', `log_content` longtext COMMENT '日志内容', `operate_type` int(11) DEFAULT NULL COMMENT '操作类型', `userid` varchar(32) DEFAULT NULL COMMENT '操作用户账号', `username` varchar(100) DEFAULT NULL COMMENT '操作用户名称', `ip` varchar(100) DEFAULT NULL COMMENT 'IP', `method` varchar(1000) DEFAULT NULL COMMENT '请求java方法', `request_url` varchar(255) DEFAULT NULL COMMENT '请求路径', `request_param` longtext COMMENT '请求参数', `request_type` varchar(10) DEFAULT NULL COMMENT '请求类型', `cost_time` bigint(20) DEFAULT NULL COMMENT '耗时', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', `tenant_id` int(11) DEFAULT NULL COMMENT '租户ID', `client_type` varchar(5) DEFAULT NULL COMMENT '客户端类型 pc:电脑端 app:手机端 h5:移动网页端', PRIMARY KEY (`id`) USING BTREE, KEY `idx_sl_userid` (`userid`) USING BTREE, KEY `idx_sl_log_type` (`log_type`) USING BTREE, KEY `idx_sl_operate_type` (`operate_type`) USING BTREE, KEY `idx_sl_create_time` (`create_time`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='系统日志表'; -- ---------------------------- -- Records of sys_log -- ---------------------------- INSERT INTO `sys_log` VALUES ('1871477041261027329', '2', '退火过程-添加', '2', 'zhangru', 'zhangru', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentAnnealProcessController.add()', null, '[{\"annealEndTime\":\"2024-12-24 08:37:20\",\"annealStartTime\":\"2024-12-24 08:37:20\",\"annealTemperature\":\"100\",\"createBy\":\"zhangru\",\"createTime\":\"2024-12-24 08:44:31\",\"deviationCondition\":\"\",\"deviationEquipment\":\"\",\"experimentId\":\"1871077612922183681\",\"id\":\"1871477041181335554\",\"sampleInfo\":\"1871475215744737282,1871475672248590337,1871475880344788994\",\"sysOrgCode\":\"A01\"},null]', null, '74', null, '2024-12-24 16:44:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1871477194697056257', '2', '试验管理-编辑', '3', 'zhangru', 'zhangru', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试账号\",\"deviationConditionList\":[{\"createBy\":\"zhangru\",\"createTime\":\"2024-12-24 08:45:08\",\"experimentId\":\"1871077612922183681\",\"id\":\"1871477194520895489\",\"offsetCondition\":\"lp\",\"pinType\":\"2\",\"sampleModel\":\"测试测试测试测试测试\",\"sampleNumber\":\"10,11,12,13,14\",\"sysOrgCode\":\"A01\"}],\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-055\",\"experimentUser\":\"1860866034718285825\",\"id\":\"1871077612922183681\",\"irradiationBoardList\":[],\"name\":\"测试账号光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2024-12-23 06:17:14\",\"supervisor\":\"1860866034718285825\",\"type\":\"2\",\"updateBy\":\"zhangru\",\"updateTime\":\"2024-12-24 08:45:08\"},null]', null, '102', null, '2024-12-24 16:45:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1871477436897140738', '2', '试验管理-编辑', '3', 'zhangru', 'zhangru', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试账号\",\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-055\",\"experimentUser\":\"1860866034718285825\",\"id\":\"1871077612922183681\",\"irradiationBoardList\":[],\"name\":\"测试账号光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2024-12-23 06:17:14\",\"supervisor\":\"1860866034718285825\",\"type\":\"2\",\"updateBy\":\"zhangru\",\"updateTime\":\"2024-12-24 08:46:05\"},null]', null, '110', null, '2024-12-24 16:46:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1871478936901885953', '2', '试验报告-添加', '2', 'zhangru', 'zhangru', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1860866034718285825\",\"confirmer\":\"1860866034718285825\",\"createBy\":\"zhangru\",\"createTime\":\"2024-12-24 08:52:03\",\"description\":\"请输入偏置原理说明\",\"experimentId\":\"1871077612922183681\",\"id\":\"1871478936490844162\",\"imgUrls\":\"/oss/physical/temp/015d1f5ae9e25aa801207fa1aa019b_1735030303508.jpg,/oss/physical/temp/微信图片_20241202095619_1735030307385.png,/oss/physical/temp/微信图片_20241202095644_1735030307425.png,/oss/physical/temp/微信图片_20241202095648_1735030307379.png\",\"proofreader\":\"1860866034718285825\",\"reportName\":\"测试账号光辐射、核辐射试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '50', null, '2024-12-24 16:52:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1871480391121608705', '2', '试验管理-编辑', '3', 'caoxiang', '曹翔', '39.144.156.13', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试账号\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-055\",\"experimentUser\":\"1860866034718285825\",\"id\":\"1871077612922183681\",\"irradiationBoardList\":[],\"name\":\"测试账号光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"sampleInfoList\":[],\"startDate\":\"2024-12-23 06:17:14\",\"supervisor\":\"1860866034718285825\",\"type\":\"2\",\"updateBy\":\"caoxiang\",\"updateTime\":\"2024-12-24 08:57:50\"},null]', null, '167', null, '2024-12-24 16:57:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1871480556029059073', '2', '试验评分-添加', '2', 'zhangru', 'zhangru', '58.215.212.230', 'org.jeecg.modules.database.controller.ExperimentRatingController.add()', null, '[{\"baseScore\":\"22\",\"completionScore\":\"0.6\",\"createBy\":\"zhangru\",\"createTime\":\"2024-12-24 08:58:29\",\"difficultyScore\":\"2\",\"experimentId\":\"1864227118588194817\",\"id\":\"1871480555936784386\",\"managementScore\":\"0.1\",\"rateUserId\":\"1860866034718285825\",\"sysOrgCode\":\"A01\",\"totalScore\":\"29.7\"}]', null, '18', null, '2024-12-24 16:58:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1871491512683569154', '2', '试验文件-通过id删除', '4', 'zhangru', 'zhangru', '58.215.212.230', 'org.jeecg.modules.database.controller.ExperimentFileController.delete()', null, ' id: 1871077367706394625', null, '9', null, '2024-12-24 17:42:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1871491541666209793', '2', '试验管理-编辑', '3', 'zhangru', 'zhangru', '58.215.212.230', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试委托方\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-054\",\"experimentUser\":\"1860866034718285825\",\"fileList\":[{\"experimentId\":\"1871076858534666242\",\"fileName\":\"新建 DOCX 文档.docx\",\"fileType\":\"fzsywts\",\"fileUrl\":\"/oss/physical/temp/新建DOCX文档_1734934459430.docx\",\"id\":\"1871076858601775105\",\"updateBy\":\"zhangru\",\"updateTime\":\"2024-12-24 09:42:08\"}],\"id\":\"1871076858534666242\",\"irradiationBoardList\":[],\"name\":\"测试委托方核辐射试验\",\"radiationSourceType\":\"HFS\",\"sampleInfoList\":[],\"startDate\":\"2024-12-23 06:14:13\",\"supervisor\":\"1860866034718285825\",\"type\":\"1\",\"updateBy\":\"zhangru\",\"updateTime\":\"2024-12-24 09:42:08\"},null]', null, '76', null, '2024-12-24 17:42:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1871737451662909441', '1', '用户名: zhangru,登录成功!', null, 'zhangru', 'zhangru', '127.0.0.1', null, null, null, null, '0', null, '2024-12-25 09:59:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1871820031913467905', '1', '用户名: caoxiang,登录成功!', null, 'caoxiang', '曹翔', '39.144.156.13', null, null, null, null, '0', null, '2024-12-25 15:27:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1871820888725889025', '2', '试验管理-编辑', '3', 'caoxiang', '曹翔', '39.144.156.13', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试账号\",\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-055\",\"experimentUser\":\"1860866034718285825\",\"id\":\"1871077612922183681\",\"irradiationBoardList\":[],\"name\":\"测试账号光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2024-12-23 06:17:14\",\"supervisor\":\"1860866034718285825\",\"type\":\"2\",\"updateBy\":\"caoxiang\",\"updateTime\":\"2024-12-25 07:30:51\"},null]', null, '203', null, '2024-12-25 15:30:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1872602280254611457', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2024-12-27 19:15:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1872603459999080449', '1', '用户名: caoxiang,登录成功!', null, 'caoxiang', '曹翔', '112.23.68.40', null, null, null, null, '1', null, '2024-12-27 19:20:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1872603597211541505', '2', '试验管理-编辑', '3', 'caoxiang', '曹翔', '112.23.68.40', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试账号\",\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-055\",\"experimentUser\":\"1860866034718285825\",\"id\":\"1871077612922183681\",\"irradiationBoardList\":[],\"name\":\"测试账号光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2024-12-23 06:17:14\",\"supervisor\":\"1842788885145956354\",\"type\":\"2\",\"updateBy\":\"caoxiang\",\"updateTime\":\"2024-12-27 11:21:03\"},null]', null, '144', null, '2024-12-27 19:21:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1872609330690891777', '2', '试验管理-编辑', '3', 'caoxiang', '曹翔', '112.23.68.40', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试账号\",\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-055\",\"experimentUser\":\"1860866034718285825\",\"id\":\"1871077612922183681\",\"irradiationBoardList\":[],\"name\":\"测试账号光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2024-12-23 06:17:14\",\"supervisor\":\"1842788885145956354\",\"type\":\"2\",\"updateBy\":\"caoxiang\",\"updateTime\":\"2024-12-27 11:43:50\"},null]', null, '126', null, '2024-12-27 19:43:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1872821804644016129', '1', '用户名: caoxiang,登录成功!', null, 'caoxiang', '曹翔', '112.23.68.40', null, null, null, null, '0', null, '2024-12-28 09:48:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1872835781084160001', '2', '试验管理-编辑', '3', 'caoxiang', '曹翔', '112.23.68.40', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试账号\",\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-055\",\"experimentUser\":\"1860866034718285825\",\"id\":\"1871077612922183681\",\"irradiationBoardList\":[],\"name\":\"测试账号光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2024-12-23 06:17:14\",\"supervisor\":\"1842788885145956354\",\"type\":\"2\",\"updateBy\":\"caoxiang\",\"updateTime\":\"2024-12-28 02:43:40\"},null]', null, '116', null, '2024-12-28 10:43:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1872843451556012034', '2', '试验管理-编辑', '3', 'caoxiang', '曹翔', '112.23.68.40', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试账号\",\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-055\",\"experimentUser\":\"1860866034718285825\",\"id\":\"1871077612922183681\",\"irradiationBoardList\":[],\"name\":\"测试账号光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2024-12-23 06:17:14\",\"supervisor\":\"1842788885145956354\",\"type\":\"2\",\"updateBy\":\"caoxiang\",\"updateTime\":\"2024-12-28 03:14:09\"},null]', null, '137', null, '2024-12-28 11:14:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1872845073094909953', '2', '试验管理-编辑', '3', 'caoxiang', '曹翔', '112.23.68.40', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试账号\",\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-055\",\"experimentUser\":\"1860866034718285825\",\"id\":\"1871077612922183681\",\"irradiationBoardList\":[],\"name\":\"测试账号光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2024-12-23 06:17:14\",\"supervisor\":\"1842788885145956354\",\"type\":\"2\",\"updateBy\":\"caoxiang\",\"updateTime\":\"2024-12-28 03:20:35\"},null]', null, '115', null, '2024-12-28 11:20:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1872847458680807426', '2', '试验管理-编辑', '3', 'caoxiang', '曹翔', '112.23.68.40', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试账号\",\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-055\",\"experimentUser\":\"1860866034718285825\",\"id\":\"1871077612922183681\",\"irradiationBoardList\":[],\"name\":\"测试账号光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2024-12-23 06:17:14\",\"supervisor\":\"1842788885145956354\",\"type\":\"2\",\"updateBy\":\"caoxiang\",\"updateTime\":\"2024-12-28 03:30:04\"},null]', null, '125', null, '2024-12-28 11:30:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1872848007190913025', '2', '试验管理-编辑', '3', 'caoxiang', '曹翔', '112.23.68.40', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试账号\",\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-055\",\"experimentUser\":\"1860866034718285825\",\"id\":\"1871077612922183681\",\"irradiationBoardList\":[],\"name\":\"测试账号光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2024-12-23 06:17:14\",\"supervisor\":\"1842788885145956354\",\"type\":\"2\",\"updateBy\":\"caoxiang\",\"updateTime\":\"2024-12-28 03:32:15\"},null]', null, '123', null, '2024-12-28 11:32:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1872850103097204738', '2', '试验管理-编辑', '3', 'caoxiang', '曹翔', '112.23.68.40', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"测试账号\",\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2024-JL-055\",\"experimentUser\":\"1860866034718285825\",\"id\":\"1871077612922183681\",\"irradiationBoardList\":[],\"name\":\"测试账号光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2024-12-23 06:17:14\",\"supervisor\":\"1842788885145956354\",\"type\":\"2\",\"updateBy\":\"caoxiang\",\"updateTime\":\"2024-12-28 03:40:34\"},null]', null, '138', null, '2024-12-28 11:40:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1872953212863619073', '1', '用户名: caoxiang,登录成功!', null, 'caoxiang', '曹翔', '112.23.68.40', null, null, null, null, '0', null, '2024-12-28 18:30:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873626651526647809', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '6', null, '2024-12-30 15:06:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873635500530814978', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '1', null, '2024-12-30 15:41:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873963724250992641', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '9', null, '2024-12-31 13:25:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873963878144200706', '2', '试验管理-批量删除', '4', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.deleteBatch()', null, ' ids: 1871077612922183681,1871078350087888898,1871451943342809090,1871076858534666242,1871076156429148162,1871470772978556929,1871470839558938626,1871470877794213889,1871471060703617025,1871073643634204673,1870009393201389570,1869637047508639745,1869637060141883393,1869637530159783938,1869637534047903746,1869637919177285634,1869560748815523841,1869625388782166017,1869625397120442369,1869625411162972161,1869625421585817602,1869558925169893377,1869558637218340866,1869558504917409794,1869558266488004610,1869559461977890817,1869559480789344258,1869559529648791553,1869291154406219777,1869304675042959361,1869304703161573377,1868980261193621506,1868976741681831938,1868970438804742146,1868967066408165378,1868964331885535234,1868963737561047042,1868963699229302786,1868963636394434561,1868962468649869313,1868961092771356673,1868936821110054914,1868936705401790465,1868934132452139009,1868927968758833153,1868925963902492673,1866307539607068674,1866306391462486018,1864659322356211713,1864227118588194817,1864257279610155010,1864257450679037954,1864210739042545665,1864108428710473730,1864110227236417538,1863851214359851010,1863898586251096065,1863780910170206210,1863782858663489537,1863782878380912641', null, '59', null, '2024-12-31 13:26:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965005929631746', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:30:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965062812782594', '1', '用户名: zhangru,登录成功!', null, 'zhangru', 'zhangru', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:31:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965536119017474', '2', '辐照标准-通过id删除', '4', 'zhangru', 'zhangru', '127.0.0.1', 'org.jeecg.modules.database.controller.IrradiationStandardsController.delete()', null, ' id: 1868922480419774465', null, '18', null, '2024-12-31 13:32:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965544205635586', '2', '辐照标准-通过id删除', '4', 'zhangru', 'zhangru', '127.0.0.1', 'org.jeecg.modules.database.controller.IrradiationStandardsController.delete()', null, ' id: 1868823393766842369', null, '20', null, '2024-12-31 13:32:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965550731972610', '2', '辐照标准-通过id删除', '4', 'zhangru', 'zhangru', '127.0.0.1', 'org.jeecg.modules.database.controller.IrradiationStandardsController.delete()', null, ' id: 1850187727239749634', null, '10', null, '2024-12-31 13:32:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965558789230593', '2', '辐照标准-通过id删除', '4', 'zhangru', 'zhangru', '127.0.0.1', 'org.jeecg.modules.database.controller.IrradiationStandardsController.delete()', null, ' id: 1836656549094338561', null, '3', null, '2024-12-31 13:33:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965586500997121', '2', '辐射源类型-通过id删除', '4', 'zhangru', 'zhangru', '127.0.0.1', 'org.jeecg.modules.database.controller.RadiateTypeController.delete()', null, ' id: 1861217185577902081', null, '4', null, '2024-12-31 13:33:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965593278992386', '2', '辐射源类型-通过id删除', '4', 'zhangru', 'zhangru', '127.0.0.1', 'org.jeecg.modules.database.controller.RadiateTypeController.delete()', null, ' id: 1861216550933569537', null, '2', null, '2024-12-31 13:33:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965819653967874', '1', '用户名: zhangru,退出成功!', null, 'zhangru', 'zhangru', '127.0.0.1', null, null, null, null, '1', null, '2024-12-31 13:34:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965836422795265', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:34:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965914352963586', '2', '修改密码,username: admin', '2', 'admin', '管理员', '127.0.0.1', null, null, null, null, '1', null, '2024-12-31 13:34:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965941863403521', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:34:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873965964416176130', '1', '用户名: zhangru,登录成功!', null, 'zhangru', 'zhangru', '127.0.0.1', null, null, null, null, '1', null, '2024-12-31 13:34:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873968542466101250', '2', '删除用户,id: 1851515108390969345', '3', 'zhangru', 'zhangru', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:44:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873968571461324802', '2', '删除用户,id: 1842788885145956354', '3', 'zhangru', 'zhangru', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:44:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873968696476749825', '1', '用户名: zhangru,退出成功!', null, 'zhangru', 'zhangru', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:45:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873968736796594178', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:45:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873969180893696002', '4', 'org.jeecg.common.exception.JeecgBootException:角色已被用户使用,不允许删除!', null, 'admin', '管理员', '127.0.0.1', 'id=1842788584317890561', '/physical/sys/role/delete', 'org.jeecg.common.exception.JeecgBootException: 角色已被用户使用,不允许删除!\r\n at org.jeecg.modules.system.service.impl.SysRoleServiceImpl.checkRoleUsed(SysRoleServiceImpl.java:127)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.system.service.impl.SysRoleServiceImpl$$SpringCGLIB$$0.checkRoleUsed()\r\n at org.jeecg.modules.system.controller.SysRoleController.delete(SysRoleController.java:227)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor422.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.SysRoleController$$SpringCGLIB$$0.delete()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doDelete(FrameworkServlet.java:936)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:553)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2024-12-31 13:47:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873969292864835585', '2', '删除用户,id: 1860866034718285825', '3', 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:47:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873969323600695298', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:47:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873969359365525505', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:48:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873969978822283265', '2', '修改密码,username: admin', '2', 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:50:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1873970199887269890', '2', '编辑用户,username: admin', '2', 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2024-12-31 13:51:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874006129897558017', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2024-12-31 16:14:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874697849006092289', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '5', null, '2025-01-02 14:02:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874725243746152450', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-02 15:51:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874759077657210882', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-02 18:06:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874760284656267265', '2', '辐射源类型-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.RadiateTypeController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-02 18:10:57\",\"expireDate\":\"2025-05-10\",\"id\":\"1874760284513660929\",\"managementNo\":\"1\",\"model\":\"C166\",\"name\":\"小钴源\",\"roomNo\":\"117\",\"sysOrgCode\":\"A01\"}]', null, '19', null, '2025-01-02 18:10:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874761340614242306', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'', null, 'admin', '管理员', '210.73.34.218', '_t=1735812908477', '/physical/database/experimentSequence/next', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy199.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl.next(ExperimentSequenceServiceImpl.java:40)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl$$SpringCGLIB$$0.next()\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController.next(ExperimentSequenceController.java:42)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController$$SpringCGLIB$$0.next()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy326.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy324.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 156 more\r\n', null, null, null, '2025-01-02 18:15:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874761519023157249', '2', '辐射源类型-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.RadiateTypeController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-02 18:15:52\",\"expireDate\":\"2025-01-02\",\"id\":\"1874761518930882562\",\"managementNo\":\"11\",\"model\":\"C188\",\"name\":\"电子加速器\",\"roomNo\":\"101\",\"sysOrgCode\":\"A01\"}]', null, '24', null, '2025-01-02 18:15:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874763011541069825', '2', 'cnas测试参数列表-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.CnasTestController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-02 18:21:48\",\"id\":\"1874763011507515394\",\"parameter\":\"栅极截止电流或栅极漏泄电流\",\"sysOrgCode\":\"A01\",\"testStandard\":\"GB/T 4586-1994\",\"testTarget\":\"场效应晶体管\"}]', null, '7', null, '2025-01-02 18:21:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874763336700293122', '2', 'cnas测试参数列表-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.CnasTestController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-02 18:23:05\",\"id\":\"1874763336675127297\",\"parameter\":\"输入高电平电流\",\"sysOrgCode\":\"A01\",\"testStandard\":\"GB/T 17574-1998 / 2.2\",\"testTarget\":\"CMOS数字集成电路\"}]', null, '6', null, '2025-01-02 18:23:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874763728045633537', '2', '测试标准-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.TestStandardsController.add()', null, '[{\"code\":\"GB/T 17574-1998\",\"createBy\":\"admin\",\"createTime\":\"2025-01-02 18:24:38\",\"humidityRequirements\":\"30RH%-80RH%\",\"id\":\"1874763728012079106\",\"name\":\"半导体集成电路 电压比较器测试方法的基本\",\"sysOrgCode\":\"A01\",\"temperatureRequirements\":\"25℃-35℃\"}]', null, '7', null, '2025-01-02 18:24:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874767246374629377', '2', '辐照标准-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.IrradiationStandardsController.add()', null, '[{\"acceleratedAnnealTemperature\":\"100±5\",\"annealTimes\":\"156~180\",\"code\":\"GJB 548C-2021\",\"conditionA\":\"50~300\",\"conditionB\":\"<50\",\"conditionC\":\"相关方都允许\",\"conditionD\":\"≤0.01\",\"conditionE\":\"加速条件\",\"createBy\":\"admin\",\"createTime\":\"2025-01-02 18:38:37\",\"environmentalTemperature\":\"18-30\",\"id\":\"1874767246307520514\",\"name\":\"微电子器件试验方法和程序\",\"radiationSource\":\"钴60伽马射线源\",\"roomAnnealTemperature\":\"24±8\",\"sysOrgCode\":\"A01\"}]', null, '10', null, '2025-01-02 18:38:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874767628043710466', '2', '委托方-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ClientController.add()', null, '[{\"address\":\"重庆市南坪花园路14号\",\"createBy\":\"admin\",\"createTime\":\"2025-01-02 18:40:08\",\"id\":\"1874767627964018690\",\"name\":\"中国电子科技集团公司第二十四研究所\",\"sysOrgCode\":\"A01\"}]', null, '18', null, '2025-01-02 18:40:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874774676672245761', '2', '设备-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.EquipmentController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-02 19:08:09\",\"expireDate\":\"2025-04-17\",\"factoryNo\":\"602123010 697710001\",\"id\":\"1874774676496084993\",\"managementNo\":\"TY17\",\"model\":\"IT6333A\",\"name\":\"直流电源\",\"roomNo\":\"315\",\"sysOrgCode\":\"A01\"}]', null, '38', null, '2025-01-02 19:08:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1874774720674689025', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'', null, 'admin', '管理员', '210.73.34.218', '_t=1735816098570', '/physical/database/experimentSequence/next', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy199.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl.next(ExperimentSequenceServiceImpl.java:40)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl$$SpringCGLIB$$0.next()\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController.next(ExperimentSequenceController.java:42)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController$$SpringCGLIB$$0.next()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy326.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy324.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor329.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 156 more\r\n', null, null, null, '2025-01-02 19:08:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875113565744164865', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '1', null, '2025-01-03 17:34:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875113602725343234', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'', null, 'admin', '管理员', '210.73.34.218', '_t=1735896894909', '/physical/database/experimentSequence/next', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy199.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl.next(ExperimentSequenceServiceImpl.java:40)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl$$SpringCGLIB$$0.next()\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController.next(ExperimentSequenceController.java:42)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController$$SpringCGLIB$$0.next()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy326.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy324.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor329.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 156 more\r\n', null, null, null, '2025-01-03 17:34:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875114078518800386', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'', null, 'admin', '管理员', '210.73.34.218', '_t=1735897008386', '/physical/database/experimentSequence/next', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy199.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl.next(ExperimentSequenceServiceImpl.java:40)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl$$SpringCGLIB$$0.next()\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController.next(ExperimentSequenceController.java:42)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController$$SpringCGLIB$$0.next()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy326.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy324.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor329.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 156 more\r\n', null, null, null, '2025-01-03 17:36:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875114099645509633', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'', null, 'admin', '管理员', '210.73.34.218', '_t=1735897013420', '/physical/database/experimentSequence/next', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy199.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl.next(ExperimentSequenceServiceImpl.java:40)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl$$SpringCGLIB$$0.next()\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController.next(ExperimentSequenceController.java:42)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController$$SpringCGLIB$$0.next()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy326.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy324.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor329.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 156 more\r\n', null, null, null, '2025-01-03 17:36:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875114364561944577', '2', '职务表-分页列表查询', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.system.controller.SysPositionController.queryPageList()', null, ' sysPosition: SysPosition(id=null, code=null, name=null, postRank=null, companyId=null, createBy=null, createTime=null, updateBy=null, updateTime=null, sysOrgCode=null, tenantId=null) pageNo: 1 pageSize: 10 req: org.apache.shiro.web.servlet.ShiroHttpServletRequest@5ba45b3e', null, '43', null, '2025-01-03 17:37:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875114630573092865', '2', '添加用户,username: 审核', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-03 17:39:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875114862153199617', '2', '添加用户,username: 校对', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-03 17:39:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875115016902045697', '2', '添加用户,username: 批准', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-03 17:40:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875115180265992194', '2', '添加用户,username: 试验员', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-03 17:41:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875115205582811137', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'', null, 'admin', '管理员', '210.73.34.218', '_t=1735897277119', '/physical/database/experimentSequence/next', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy199.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl.next(ExperimentSequenceServiceImpl.java:40)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl$$SpringCGLIB$$0.next()\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController.next(ExperimentSequenceController.java:42)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController$$SpringCGLIB$$0.next()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy326.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy324.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor329.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 156 more\r\n', null, null, null, '2025-01-03 17:41:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875119332618563586', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'', null, 'admin', '管理员', '210.73.34.218', '_t=1735898261021', '/physical/database/experimentSequence/next', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy199.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl.next(ExperimentSequenceServiceImpl.java:40)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl$$SpringCGLIB$$0.next()\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController.next(ExperimentSequenceController.java:42)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController$$SpringCGLIB$$0.next()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy326.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy324.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor329.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 156 more\r\n', null, null, null, '2025-01-03 17:57:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875119576504758273', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'', null, 'admin', '管理员', '210.73.34.218', '_t=1735898319219', '/physical/database/experimentSequence/next', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy199.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl.next(ExperimentSequenceServiceImpl.java:40)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl$$SpringCGLIB$$0.next()\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController.next(ExperimentSequenceController.java:42)\r\n at jdk.internal.reflect.GeneratedMethodAccessor521.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController$$SpringCGLIB$$0.next()\r\n at jdk.internal.reflect.GeneratedMethodAccessor521.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy326.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy324.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor329.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 154 more\r\n', null, null, null, '2025-01-03 17:58:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875120477881659393', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.64', null, null, null, null, '0', null, '2025-01-03 18:02:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875120777195581441', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-01-03 18:03:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875121114413428738', '2', '编辑用户,username: 试验员', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-03 18:04:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875121142217469954', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'', null, 'admin', '管理员', '210.73.34.218', '_t=1735898692484', '/physical/database/experimentSequence/next', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy199.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl.next(ExperimentSequenceServiceImpl.java:40)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl$$SpringCGLIB$$0.next()\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController.next(ExperimentSequenceController.java:42)\r\n at jdk.internal.reflect.GeneratedMethodAccessor521.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController$$SpringCGLIB$$0.next()\r\n at jdk.internal.reflect.GeneratedMethodAccessor521.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy326.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy324.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor329.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 154 more\r\n', null, null, null, '2025-01-03 18:04:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875121741113749506', '2', '辐射源类型-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.RadiateTypeController.edit()', null, '[{\"expireDate\":\"2025-01-02\",\"id\":\"1874761518930882562\",\"managementNo\":\"11\",\"model\":\"C188\",\"name\":\"电子加速器\",\"roomNo\":\"101\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-03 18:07:15\"}]', null, '8', null, '2025-01-03 18:07:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875121753797324802', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'', null, 'admin', '管理员', '210.73.34.218', '_t=1735898838319', '/physical/database/experimentSequence/next', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy199.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl.next(ExperimentSequenceServiceImpl.java:40)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl$$SpringCGLIB$$0.next()\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController.next(ExperimentSequenceController.java:42)\r\n at jdk.internal.reflect.GeneratedMethodAccessor521.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController$$SpringCGLIB$$0.next()\r\n at jdk.internal.reflect.GeneratedMethodAccessor521.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy326.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy324.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor329.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 154 more\r\n', null, null, null, '2025-01-03 18:07:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875123241940578306', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '0', null, '2025-01-03 18:13:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875123334743748610', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-01-04 18:08:23\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '0', null, '2025-01-03 18:13:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875123336970924034', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-01-04 18:08:23\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '0', null, '2025-01-03 18:13:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875123339198099458', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-01-04 18:08:23\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '0', null, '2025-01-03 18:13:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875123389739462658', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-01-04 18:08:23\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '0', null, '2025-01-03 18:13:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875123395313692673', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-01-04 18:08:23\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '0', null, '2025-01-03 18:13:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875123496530636801', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-01-04 18:08:23\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '0', null, '2025-01-03 18:14:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875126101860315137', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-01-04 18:08:23\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '1', null, '2025-01-03 18:24:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875126103810666497', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-01-04 18:08:23\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '0', null, '2025-01-03 18:24:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875126104565641217', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-01-04 18:08:23\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '0', null, '2025-01-03 18:24:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875126105450639361', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-01-04 18:08:23\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '0', null, '2025-01-03 18:24:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875126106125922305', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-01-04 18:08:23\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '0', null, '2025-01-03 18:24:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875126106838953986', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-01-04 18:08:23\",\"experimentUser\":\"1875115180182106113\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-03 11:07:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '0', null, '2025-01-03 18:24:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875126618766340098', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'', null, 'admin', '管理员', '210.73.34.218', '_t=1735899998211', '/physical/database/experimentSequence/next', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy199.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl.next(ExperimentSequenceServiceImpl.java:40)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl$$SpringCGLIB$$0.next()\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController.next(ExperimentSequenceController.java:42)\r\n at jdk.internal.reflect.GeneratedMethodAccessor521.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController$$SpringCGLIB$$0.next()\r\n at jdk.internal.reflect.GeneratedMethodAccessor521.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy326.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy324.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor329.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 154 more\r\n', null, null, null, '2025-01-03 18:26:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875126669844574209', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'', null, 'admin', '管理员', '210.73.34.218', '_t=1735900010390', '/physical/database/experimentSequence/next', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentSequenceMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentSequenceMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_sequence (id, create_by, create_time, sys_org_code, sequence_year, sequence_value) VALUES (?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\n; Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy199.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl.next(ExperimentSequenceServiceImpl.java:40)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentSequenceServiceImpl$$SpringCGLIB$$0.next()\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController.next(ExperimentSequenceController.java:42)\r\n at jdk.internal.reflect.GeneratedMethodAccessor521.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor129.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentSequenceController$$SpringCGLIB$$0.next()\r\n at jdk.internal.reflect.GeneratedMethodAccessor521.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'2025-1\' for key \'sequence_unique\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy326.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy324.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy323.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor329.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 154 more\r\n', null, null, null, '2025-01-03 18:26:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875141824447934467', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-01-03 19:27:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875141824447934466', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-01-03 19:27:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875142468588220417', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '5', null, '2025-01-03 19:29:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875412874419187714', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-01-04 13:24:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875412914487373825', '2', '知识库-通过id删除', '4', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.DocumentLibraryController.delete()', null, ' id: 1860668822930939906', null, '54', null, '2025-01-04 13:24:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875412955692216322', '2', '知识库-通过id删除', '4', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.DocumentLibraryController.delete()', null, ' id: 1858331678203797506', null, '27', null, '2025-01-04 13:24:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875412979473920001', '2', '知识库-通过id删除', '4', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.DocumentLibraryController.delete()', null, ' id: 1858331629910581249', null, '29', null, '2025-01-04 13:24:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875413273805008898', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-01-04 13:25:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875413282470440962', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-01-04 13:25:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875458663027781634', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-01-04 16:26:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875459018079809538', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-01-04 16:27:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875459047641264130', '1', '用户登录失败,用户不存在!', null, null, null, '127.0.0.1', null, null, null, null, '0', null, '2025-01-04 16:27:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875459095481495553', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-01-04 16:27:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875459910678032385', '1', '用户登录失败,用户不存在!', null, null, null, '119.78.164.156', null, null, null, null, '0', null, '2025-01-04 16:31:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875459935416037378', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-04 16:31:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875460082044710913', '2', '知识库-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 16:31:42\",\"id\":\"1875460081843384321\",\"sysOrgCode\":\"A01\",\"title\":\"测试目录\",\"type\":\"FOLDER\"},null]', null, '29', null, '2025-01-04 16:31:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875460236470595585', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-04 16:32:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875460528524177409', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-04 16:33:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875460738621059073', '2', '知识库-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 16:34:19\",\"id\":\"1875460738491035650\",\"parentId\":\"1111111111111111111\",\"sysOrgCode\":\"A01\",\"title\":\"测试知识点\",\"type\":\"DOCUMENT\"},null]', null, '33', null, '2025-01-04 16:34:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875461909461020673', '2', '知识库-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"content\":\"

-1111111111111111111111

\",\"fileList\":\"\",\"id\":\"1875460738491035650\",\"title\":\"测试知识点\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 16:38:58\"},null]', null, '53', null, '2025-01-04 16:38:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875463489870573569', '2', '我的收藏文档-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.DocumentFavoritesController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 16:45:15\",\"documentId\":\"1875460738491035650\",\"documentTitle\":\"测试知识点\",\"id\":\"1875463489828630529\",\"sysOrgCode\":\"A01\",\"userId\":\"e9ca23d68d884d4ebb19d07889727dae\"},null]', null, '23', null, '2025-01-04 16:45:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875463523278204929', '2', '知识库-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 16:45:23\",\"id\":\"1875463523160764418\",\"parentId\":\"1111111111111111111\",\"sysOrgCode\":\"A01\",\"title\":\"测试知识点 copy\",\"type\":\"DOCUMENT\"},null]', null, '29', null, '2025-01-04 16:45:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875463706313437186', '2', '知识库-通过id删除', '4', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.DocumentLibraryController.delete()', null, ' id: 1875463523160764418', null, '9', null, '2025-01-04 16:46:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875465137481265153', '2', '知识库-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"content\":\"

-1111111111111111111111

\",\"createBy\":\"admin\",\"createTime\":\"2025-01-04 16:51:47\",\"id\":\"1875465137372213250\",\"parentId\":\"1111111111111111111\",\"sysOrgCode\":\"A01\",\"title\":\"测试知识点 copy\",\"type\":\"DOCUMENT\"},null]', null, '27', null, '2025-01-04 16:51:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875465147014918146', '2', '知识库-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"content\":\"

-1111111111111111111111

\",\"createBy\":\"admin\",\"createTime\":\"2025-01-04 16:51:50\",\"id\":\"1875465146813591553\",\"parentId\":\"1111111111111111111\",\"sysOrgCode\":\"A01\",\"title\":\"测试知识点 copy\",\"type\":\"DOCUMENT\"},null]', null, '50', null, '2025-01-04 16:51:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875465236940795905', '2', '知识库-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 16:52:11\",\"id\":\"1875465236882075650\",\"sysOrgCode\":\"A01\",\"title\":\"1\",\"type\":\"FOLDER\"},null]', null, '15', null, '2025-01-04 16:52:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875465313784639489', '2', '知识库-通过id删除', '4', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.DocumentLibraryController.delete()', null, ' id: 1875465146813591553', null, '28', null, '2025-01-04 16:52:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875466596918702082', '4', 'org.springframework.web.bind.MethodArgumentNotValidException:Validation failed for argument [0] in public org.jeecg.common.api.vo.Result> org.jeecg.modules.database.controller.ExperimentController.queryPageList(org.jeecg.modules.database.entity.Experiment,java.lang.Integer,java.lang.Integer,jakarta.servlet.http.HttpServletRequest): [Field error in object \'experiment\' on field \'startDate\': rejected value [2025-01-04]; codes [typeMismatch.experiment.startDate,typeMismatch.startDate,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [experiment.startDate,startDate]; arguments []; default message [startDate]]; default message [Failed to convert property value of type \'java.lang.String\' to required type \'java.util.Date\' for property \'startDate\'; Failed to convert from type [java.lang.String] to type [@com.fasterxml.jackson.annotation.JsonFormat @org.jeecgframework.poi.excel.annotation.Excel @org.springframework.format.annotation.DateTimeFormat @io.swagger.v3.oas.annotations.media.Schema java.util.Date] for value [2025-01-04]]] ', null, 'admin', '管理员', '119.78.164.156', '_t=1735981055788&clientName=*yyyy*&pageNo=1&column=createTime&name=*111*&pageSize=10&type=1&startDate=2025-01-04&order=desc&status=试验前', '/physical/database/experiment/list', 'org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [0] in public org.jeecg.common.api.vo.Result> org.jeecg.modules.database.controller.ExperimentController.queryPageList(org.jeecg.modules.database.entity.Experiment,java.lang.Integer,java.lang.Integer,jakarta.servlet.http.HttpServletRequest): [Field error in object \'experiment\' on field \'startDate\': rejected value [2025-01-04]; codes [typeMismatch.experiment.startDate,typeMismatch.startDate,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [experiment.startDate,startDate]; arguments []; default message [startDate]]; default message [Failed to convert property value of type \'java.lang.String\' to required type \'java.util.Date\' for property \'startDate\'; Failed to convert from type [java.lang.String] to type [@com.fasterxml.jackson.annotation.JsonFormat @org.jeecgframework.poi.excel.annotation.Excel @org.springframework.format.annotation.DateTimeFormat @io.swagger.v3.oas.annotations.media.Schema java.util.Date] for value [2025-01-04]]] \r\n at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:177)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 16:57:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875466636181581825', '4', 'org.springframework.web.bind.MethodArgumentNotValidException:Validation failed for argument [0] in public org.jeecg.common.api.vo.Result> org.jeecg.modules.database.controller.ExperimentController.queryPageList(org.jeecg.modules.database.entity.Experiment,java.lang.Integer,java.lang.Integer,jakarta.servlet.http.HttpServletRequest): [Field error in object \'experiment\' on field \'startDate\': rejected value [2025-01-04]; codes [typeMismatch.experiment.startDate,typeMismatch.startDate,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [experiment.startDate,startDate]; arguments []; default message [startDate]]; default message [Failed to convert property value of type \'java.lang.String\' to required type \'java.util.Date\' for property \'startDate\'; Failed to convert from type [java.lang.String] to type [@com.fasterxml.jackson.annotation.JsonFormat @org.jeecgframework.poi.excel.annotation.Excel @org.springframework.format.annotation.DateTimeFormat @io.swagger.v3.oas.annotations.media.Schema java.util.Date] for value [2025-01-04]]] ', null, 'admin', '管理员', '119.78.164.156', '_t=1735981065178&clientName=*yyyy*&pageNo=1&column=createTime&name=*111*&pageSize=10&type=1&startDate=2025-01-04&order=desc&status=试验前', '/physical/database/experiment/list', 'org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [0] in public org.jeecg.common.api.vo.Result> org.jeecg.modules.database.controller.ExperimentController.queryPageList(org.jeecg.modules.database.entity.Experiment,java.lang.Integer,java.lang.Integer,jakarta.servlet.http.HttpServletRequest): [Field error in object \'experiment\' on field \'startDate\': rejected value [2025-01-04]; codes [typeMismatch.experiment.startDate,typeMismatch.startDate,typeMismatch.java.util.Date,typeMismatch]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [experiment.startDate,startDate]; arguments []; default message [startDate]]; default message [Failed to convert property value of type \'java.lang.String\' to required type \'java.util.Date\' for property \'startDate\'; Failed to convert from type [java.lang.String] to type [@com.fasterxml.jackson.annotation.JsonFormat @org.jeecgframework.poi.excel.annotation.Excel @org.springframework.format.annotation.DateTimeFormat @io.swagger.v3.oas.annotations.media.Schema java.util.Date] for value [2025-01-04]]] \r\n at org.springframework.web.method.annotation.ModelAttributeMethodProcessor.resolveArgument(ModelAttributeMethodProcessor.java:177)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 16:57:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875469554406338561', '2', '试验管理-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"createBy\":\"admin\",\"createTime\":\"2025-01-04 17:09:20\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2025-JL-008\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[],\"id\":\"1875469554012073986\",\"irradiationBoardList\":[],\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"HFS,GFS\",\"sampleInfoList\":[],\"startDate\":\"2025-01-04 17:08:57\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"sysOrgCode\":\"A01\",\"type\":\"1\"},null]', null, '84', null, '2025-01-04 17:09:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875470064735694850', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2025-JL-008\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 17:11:22\",\"experimentId\":\"1875469554012073986\",\"fileName\":\"OP07D.pdf\",\"fileType\":\"fzsywts\",\"fileUrl\":\"\",\"id\":\"1875470064584699906\",\"sysOrgCode\":\"A01\"},{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 17:11:22\",\"experimentId\":\"1875469554012073986\",\"fileName\":\"捕获2.PNG\",\"fileType\":\"sydg\",\"fileUrl\":\"\",\"id\":\"1875470064609865729\",\"sysOrgCode\":\"A01\"}],\"id\":\"1875469554012073986\",\"irradiationBoardList\":[],\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"HFS,GFS\",\"sampleInfoList\":[],\"startDate\":\"2025-01-04 17:08:57\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 17:11:22\"},null]', null, '62', null, '2025-01-04 17:11:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875470088177659905', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735981887919&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1512)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 17:11:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875470127037886465', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735981897322&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 17:11:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875470202803793921', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735981915384&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 17:11:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875492329451892738', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-04 18:39:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875493984100626434', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875493983693778946\",\"offsetCondition\":\"lp\",\"pinType\":\"3\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875493983735721985\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"上传失败!\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\"}],\"experimentNo\":\"KC-2025-JL-008\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[{\"experimentId\":\"1875469554012073986\",\"fileName\":\"OP07D.pdf\",\"fileType\":\"fzsywts\",\"fileUrl\":\"\",\"id\":\"1875470064584699906\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 18:46:25\"},{\"experimentId\":\"1875469554012073986\",\"fileName\":\"捕获2.PNG\",\"fileType\":\"sydg\",\"fileUrl\":\"\",\"id\":\"1875470064609865729\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 18:46:25\"}],\"id\":\"1875469554012073986\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875493983760887810\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11\",\"irradiationBoardNumber\":\"11\",\"measurementValidity\":\"2025-01-04\",\"sampleImage\":\"上传失败!\",\"sampleModel\":\"测试样品型号\",\"sourceArea\":\"11111\",\"sysOrgCode\":\"A01\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"HFS,GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875493983643447298\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"上传失败!\",\"sampleManufacturer\":\"测试生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\"}],\"startDate\":\"2025-01-04 17:08:57\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 18:46:25\"},null]', null, '99', null, '2025-01-04 18:46:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875494005814538242', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735987590443&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 18:46:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875494287097147393', '2', '辐照过程-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"comment\":\"111\",\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:47:37\",\"environmentalTemperature\":\"25\",\"exceptionRecord\":\"2222\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875494286820323329\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"10\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"10\\\",\\\"2\\\":\\\"10\\\",\\\"3\\\":\\\"10\\\",\\\"key\\\":\\\"ed4336d451b5479d9b52c375908daf6b\\\",\\\"point\\\":\\\"10\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1875493983643447298\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875493983643447298\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"上传失败!\",\"sampleManufacturer\":\"测试生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 18:47:37\"}],\"sysOrgCode\":\"A01\"},null]', null, '103', null, '2025-01-04 18:47:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875495186091683842', '2', '测试过程-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.add()', null, '[{\"annealingDuration\":\"\",\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:51:11\",\"environmentalHumidity\":\"800\",\"environmentalTemperature\":\"300\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875495185915523074\",\"sampleInfo\":\"1875493983643447298\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875493983643447298\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"上传失败!\",\"sampleManufacturer\":\"测试生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 18:51:11\"}],\"sysOrgCode\":\"A01\",\"testData\":\"[{\\\"key\\\":\\\"bc5b28ad58f0449da37350f0e848d421\\\",\\\"url\\\":\\\"上传失败!\\\",\\\"fileName\\\":\\\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\\\"}]\",\"testEndTime\":\"2025-01-04 18:46:30\",\"testEquipment\":\"[{\\\"key\\\":\\\"41ae8d7dfb0444edaaf91e16507f0935\\\",\\\"sample_model\\\":\\\"测试样品型号\\\",\\\"equipment_model\\\":\\\"IT6333A\\\",\\\"managementNo\\\":\\\"TY17\\\",\\\"roomNo\\\":\\\"315\\\",\\\"equipment_name\\\":\\\"直流电源\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"10\",\"testParameters\":\"[{\\\"key\\\":\\\"e927ee883b36439d8db4695230173e22\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25℃-35℃,30RH%-80RH%\",\"testStartTime\":\"2025-01-04 18:46:30\"},null]', null, '65', null, '2025-01-04 18:51:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875496450598842369', '2', '退火过程-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentAnnealProcessController.add()', null, '[{\"annealEndTime\":\"2025-01-04 18:46:30\",\"annealStartTime\":\"2025-01-04 18:46:30\",\"annealTemperature\":\"100\",\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:56:13\",\"deviationCondition\":\"\",\"deviationEquipment\":\"\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875496450473013250\",\"sampleInfo\":\"1875493983643447298\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875493983643447298\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"上传失败!\",\"sampleManufacturer\":\"测试生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 18:56:13\"}],\"sysOrgCode\":\"A01\"},null]', null, '58', null, '2025-01-04 18:56:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875496710284980226', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735988235190&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 18:57:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875496951595872258', '2', '编辑用户,username: 批准', '2', 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-04 18:58:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875496983430639617', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735988300394&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 18:58:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875497099977764865', '2', '试验报告-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:58:48\",\"description\":\"1111\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875497099868712961\",\"imgUrls\":\"\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告\",\"sampleInfo\":\"[{\\\"id\\\":\\\"1875493983643447298\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":\\\"2025-01-04 18:46:25\\\",\\\"updateBy\\\":\\\"admin\\\",\\\"updateTime\\\":\\\"2025-01-04 18:56:13\\\",\\\"sysOrgCode\\\":\\\"A01\\\",\\\"experimentId\\\":\\\"1875469554012073986\\\",\\\"sampleType\\\":\\\"样品类型001\\\",\\\"sampleModel\\\":\\\"测试样品型号\\\",\\\"sampleBatch\\\":\\\"测试样品批次\\\",\\\"sampleManufacturer\\\":\\\"测试生产厂家\\\",\\\"sampleImage\\\":\\\"上传失败!\\\",\\\"sampleName\\\":\\\"样品类型001\\\",\\\"key\\\":0}]\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '34', null, '2025-01-04 18:58:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875497101936504834', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735988328572&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 18:58:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875497337136295938', '2', '试验报告-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:59:44\",\"description\":\"1111\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875497337111130113\",\"imgUrls\":\"\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告\",\"sampleInfo\":\"[]\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '13', null, '2025-01-04 18:59:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875497338855960578', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735988385102&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 18:59:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875497757455888386', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735988484874&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 19:01:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875534985527767042', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-04 21:29:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875535314864517122', '2', '试验管理-试验复制', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.copy()', null, '[\"1875469554012073986\"]', null, '219', null, '2025-01-04 21:30:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875535437753430017', '2', '试验管理-试验复制', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.copy()', null, '[\"1875535314453475329\"]', null, '141', null, '2025-01-04 21:31:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875536086494818306', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735997623197&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 21:33:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875539534510501890', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735998445277&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 21:47:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875540711247654913', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735998725721&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 21:52:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875541260068139010', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1735998856639&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 21:54:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875548851141816321', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875535314554138626\",\"offsetCondition\":\"lp\",\"pinType\":\"3\",\"sampleModel\":\"测试\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:24:26\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875535314537361410\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:24:26\"}],\"experimentNo\":\"KC-2025-JL-009\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 22:24:26\",\"experimentId\":\"1875535314453475329\",\"fileName\":\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\",\"fileType\":\"fzsywts\",\"fileUrl\":\"\",\"id\":\"1875548850923712513\",\"sysOrgCode\":\"A01\"},{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 22:24:26\",\"experimentId\":\"1875535314453475329\",\"fileName\":\"捕获.PNG\",\"fileType\":\"sydg\",\"fileUrl\":\"\",\"id\":\"1875548851024375809\",\"sysOrgCode\":\"A01\"}],\"id\":\"1875535314453475329\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875535314478641153\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11\",\"irradiationBoardNumber\":\"11\",\"sampleImage\":\"上传失败!\",\"sampleModel\":\"测试\",\"sourceArea\":\"11\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:24:26\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 22:24:26\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875548850781106177\",\"sampleBatch\":\"11\",\"sampleImage\":\"上传失败!\",\"sampleManufacturer\":\"11\",\"sampleModel\":\"测试\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\"}],\"startDate\":\"2025-01-04 22:22:45\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:24:26\"},null]', null, '106', null, '2025-01-04 22:24:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875549922115399682', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1736000921915&experimentId=1875535314453475329', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:28:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875550219218923521', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875535437426274306\",\"id\":\"1875535437543714818\",\"offsetCondition\":\"lp\",\"pinType\":\"3\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:29:52\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1875535437426274306\",\"id\":\"1875535437459828738\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:29:52\"}],\"experimentNo\":\"KC-2025-JL-010\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 22:29:52\",\"experimentId\":\"1875535437426274306\",\"fileName\":\"新建文本文档.txt\",\"fileType\":\"fzsywts\",\"fileUrl\":\"\",\"id\":\"1875550219109871617\",\"sysOrgCode\":\"A01\"}],\"id\":\"1875535437426274306\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875535437426274306\",\"id\":\"1875535437451440130\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11\",\"irradiationBoardNumber\":\"11\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:29:52\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"HFS,GFS\",\"sampleInfoList\":[],\"startDate\":\"2025-01-04 22:29:42\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:29:52\"},null]', null, '73', null, '2025-01-04 22:29:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875550296285065218', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875535437426274306\",\"id\":\"1875535437543714818\",\"offsetCondition\":\"lp\",\"pinType\":\"3\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:30:11\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1875535437426274306\",\"id\":\"1875535437459828738\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:30:11\"}],\"experimentNo\":\"KC-2025-JL-010\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[{\"experimentId\":\"1875535437426274306\",\"fileName\":\"新建文本文档.txt\",\"fileType\":\"fzsywts\",\"fileUrl\":\"\",\"id\":\"1875550219109871617\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:30:11\"},{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 22:30:11\",\"experimentId\":\"1875535437426274306\",\"fileName\":\"捕获2.PNG\",\"fileType\":\"sydg\",\"fileUrl\":\"\",\"id\":\"1875550296217956353\",\"sysOrgCode\":\"A01\"}],\"id\":\"1875535437426274306\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875535437426274306\",\"id\":\"1875535437451440130\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11\",\"irradiationBoardNumber\":\"11\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:30:11\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"HFS,GFS\",\"sampleInfoList\":[],\"startDate\":\"2025-01-04 22:29:42\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:30:11\"},null]', null, '66', null, '2025-01-04 22:30:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875550308586958849', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1736001014014&experimentId=1875535437426274306', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:30:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875550607884103682', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1736001085384&experimentId=1875535314453475329', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:31:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875551449538310146', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1736001286078&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1204.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:34:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875551552487501825', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1736001310626&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1204.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:35:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875551810483335170', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875493983693778946\",\"offsetCondition\":\"lp\",\"pinType\":\"3\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:36:12\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875493983735721985\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"上传失败!\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:36:12\"}],\"experimentNo\":\"KC-2025-JL-008\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1875469554012073986\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875493983760887810\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11\",\"irradiationBoardNumber\":\"11\",\"measurementValidity\":\"2025-01-04\",\"sampleImage\":\"上传失败!\",\"sampleModel\":\"测试样品型号\",\"sourceArea\":\"11111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:36:12\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"HFS,GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875469554012073986\",\"id\":\"1875493983643447298\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"上传失败!\",\"sampleManufacturer\":\"测试生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:36:12\"}],\"startDate\":\"2025-01-04 17:08:57\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:36:12\"},null]', null, '160', null, '2025-01-04 22:36:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875551829693247489', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1736001376691&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1204.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:36:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875551842053861377', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:36:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875551872055717890', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:36:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875552125928550401', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1736001447346&experimentId=1875535314453475329', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1204.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:37:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875552194840965122', '4', 'java.lang.NullPointerException:date must not be null', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experimentRadiationProcess/edit', 'java.lang.NullPointerException: date must not be null\r\n at java.base/java.util.Objects.requireNonNull(Objects.java:235)\r\n at java.base/java.util.Calendar.setTime(Calendar.java:1792)\r\n at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:978)\r\n at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:971)\r\n at java.base/java.text.DateFormat.format(DateFormat.java:378)\r\n at org.jeecg.common.util.DateUtils.formatDate(DateUtils.java:455)\r\n at org.jeecg.modules.database.service.impl.ExperimentRadiationProcessServiceImpl.saveWithDetails(ExperimentRadiationProcessServiceImpl.java:82)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentRadiationProcessServiceImpl$$SpringCGLIB$$0.saveWithDetails()\r\n at org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit(ExperimentRadiationProcessController.java:145)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor523.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentRadiationProcessController$$SpringCGLIB$$0.edit()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:37:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875552196745179137', '4', 'java.lang.NullPointerException:date must not be null', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experimentRadiationProcess/edit', 'java.lang.NullPointerException: date must not be null\r\n at java.base/java.util.Objects.requireNonNull(Objects.java:235)\r\n at java.base/java.util.Calendar.setTime(Calendar.java:1792)\r\n at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:978)\r\n at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:971)\r\n at java.base/java.text.DateFormat.format(DateFormat.java:378)\r\n at org.jeecg.common.util.DateUtils.formatDate(DateUtils.java:455)\r\n at org.jeecg.modules.database.service.impl.ExperimentRadiationProcessServiceImpl.saveWithDetails(ExperimentRadiationProcessServiceImpl.java:82)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentRadiationProcessServiceImpl$$SpringCGLIB$$0.saveWithDetails()\r\n at org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit(ExperimentRadiationProcessController.java:145)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor523.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentRadiationProcessController$$SpringCGLIB$$0.edit()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:37:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875552218870132738', '4', 'java.lang.NullPointerException:date must not be null', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experimentRadiationProcess/edit', 'java.lang.NullPointerException: date must not be null\r\n at java.base/java.util.Objects.requireNonNull(Objects.java:235)\r\n at java.base/java.util.Calendar.setTime(Calendar.java:1792)\r\n at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:978)\r\n at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:971)\r\n at java.base/java.text.DateFormat.format(DateFormat.java:378)\r\n at org.jeecg.common.util.DateUtils.formatDate(DateUtils.java:455)\r\n at org.jeecg.modules.database.service.impl.ExperimentRadiationProcessServiceImpl.saveWithDetails(ExperimentRadiationProcessServiceImpl.java:82)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentRadiationProcessServiceImpl$$SpringCGLIB$$0.saveWithDetails()\r\n at org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit(ExperimentRadiationProcessController.java:145)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor523.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentRadiationProcessController$$SpringCGLIB$$0.edit()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:37:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875552290198466562', '4', 'java.lang.NullPointerException:date must not be null', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experimentRadiationProcess/edit', 'java.lang.NullPointerException: date must not be null\r\n at java.base/java.util.Objects.requireNonNull(Objects.java:235)\r\n at java.base/java.util.Calendar.setTime(Calendar.java:1792)\r\n at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:978)\r\n at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:971)\r\n at java.base/java.text.DateFormat.format(DateFormat.java:378)\r\n at org.jeecg.common.util.DateUtils.formatDate(DateUtils.java:455)\r\n at org.jeecg.modules.database.service.impl.ExperimentRadiationProcessServiceImpl.saveWithDetails(ExperimentRadiationProcessServiceImpl.java:82)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentRadiationProcessServiceImpl$$SpringCGLIB$$0.saveWithDetails()\r\n at org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit(ExperimentRadiationProcessController.java:145)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor523.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentRadiationProcessController$$SpringCGLIB$$0.edit()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:38:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875552744324149249', '2', '测试过程-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.edit()', null, '[{\"annealingDuration\":\"\",\"environmentalHumidity\":\"800\",\"environmentalTemperature\":\"300\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875535314789019650\",\"sampleInfo\":\"1875493983643447298\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875493983643447298\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"上传失败!\",\"sampleManufacturer\":\"测试生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:39:54\"}],\"testData\":\"[{\\\"key\\\":\\\"bc5b28ad58f0449da37350f0e848d421\\\",\\\"url\\\":\\\"上传失败!\\\",\\\"fileName\\\":\\\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\\\"}]\",\"testEndTime\":\"2025-01-30 22:39:43\",\"testEquipment\":\"[{\\\"key\\\":\\\"41ae8d7dfb0444edaaf91e16507f0935\\\",\\\"sample_model\\\":\\\"测试样品型号\\\",\\\"equipment_model\\\":\\\"IT6333A\\\",\\\"managementNo\\\":\\\"TY17\\\",\\\"roomNo\\\":\\\"315\\\",\\\"equipment_name\\\":\\\"直流电源\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"10\",\"testParameters\":\"[{\\\"key\\\":\\\"e927ee883b36439d8db4695230173e22\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25℃-35℃,30RH%-80RH%\",\"testStartTime\":\"2025-01-04 22:39:41\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:39:54\"},null]', null, '89', null, '2025-01-04 22:39:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875554406547795969', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1736001991078&experimentId=1875535437426274306', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1204.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:46:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875554452722888706', '4', 'java.lang.NullPointerException:date must not be null', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experimentRadiationProcess/edit', 'java.lang.NullPointerException: date must not be null\r\n at java.base/java.util.Objects.requireNonNull(Objects.java:235)\r\n at java.base/java.util.Calendar.setTime(Calendar.java:1792)\r\n at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:978)\r\n at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:971)\r\n at java.base/java.text.DateFormat.format(DateFormat.java:378)\r\n at org.jeecg.common.util.DateUtils.formatDate(DateUtils.java:455)\r\n at org.jeecg.modules.database.service.impl.ExperimentRadiationProcessServiceImpl.saveWithDetails(ExperimentRadiationProcessServiceImpl.java:82)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentRadiationProcessServiceImpl$$SpringCGLIB$$0.saveWithDetails()\r\n at org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit(ExperimentRadiationProcessController.java:145)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor523.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentRadiationProcessController$$SpringCGLIB$$0.edit()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:46:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875554542413885441', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1736002023519&experimentId=1875535314453475329', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1204.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:47:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875554598412038145', '4', 'java.lang.NullPointerException:date must not be null', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experimentRadiationProcess/edit', 'java.lang.NullPointerException: date must not be null\r\n at java.base/java.util.Objects.requireNonNull(Objects.java:235)\r\n at java.base/java.util.Calendar.setTime(Calendar.java:1792)\r\n at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:978)\r\n at java.base/java.text.SimpleDateFormat.format(SimpleDateFormat.java:971)\r\n at java.base/java.text.DateFormat.format(DateFormat.java:378)\r\n at org.jeecg.common.util.DateUtils.formatDate(DateUtils.java:455)\r\n at org.jeecg.modules.database.service.impl.ExperimentRadiationProcessServiceImpl.saveWithDetails(ExperimentRadiationProcessServiceImpl.java:82)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentRadiationProcessServiceImpl$$SpringCGLIB$$0.saveWithDetails()\r\n at org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit(ExperimentRadiationProcessController.java:145)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor523.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentRadiationProcessController$$SpringCGLIB$$0.edit()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 22:47:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875554738627620866', '2', '测试过程-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.edit()', null, '[{\"annealingDuration\":\"\",\"environmentalHumidity\":\"800\",\"environmentalTemperature\":\"300\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875535314789019650\",\"sampleInfo\":\"1875493983643447298\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875493983643447298\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"上传失败!\",\"sampleManufacturer\":\"测试生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:47:50\"}],\"testData\":\"[{\\\"key\\\":\\\"bc5b28ad58f0449da37350f0e848d421\\\",\\\"url\\\":\\\"上传失败!\\\",\\\"fileName\\\":\\\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\\\"}]\",\"testEndTime\":\"2025-01-30 22:39:43\",\"testEquipment\":\"[{\\\"key\\\":\\\"41ae8d7dfb0444edaaf91e16507f0935\\\",\\\"sample_model\\\":\\\"测试样品型号\\\",\\\"equipment_model\\\":\\\"IT6333A\\\",\\\"managementNo\\\":\\\"TY17\\\",\\\"roomNo\\\":\\\"315\\\",\\\"equipment_name\\\":\\\"直流电源\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"10\",\"testParameters\":\"[{\\\"key\\\":\\\"e927ee883b36439d8db4695230173e22\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25℃-35℃,30RH%-80RH%\",\"testStartTime\":\"2025-01-04 22:39:41\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:47:50\"},null]', null, '58', null, '2025-01-04 22:47:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875554862305062913', '2', '退火过程-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentAnnealProcessController.edit()', null, '[{\"annealEndTime\":\"2025-01-04 22:47:03\",\"annealStartTime\":\"2025-01-04 22:47:03\",\"annealTemperature\":\"1111\",\"deviationCondition\":\"\",\"deviationEquipment\":\"\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875535314638024705\",\"sampleInfo\":\"1875493983643447298\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875493983643447298\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"上传失败!\",\"sampleManufacturer\":\"测试生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:48:19\"}],\"updateBy\":\"admin\",\"updateTime\":\"2025-01-04 22:48:19\"},null]', null, '51', null, '2025-01-04 22:48:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875558323667021826', '2', '试验报告-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"createBy\":\"admin\",\"createTime\":\"2025-01-04 23:02:05\",\"description\":\"11111\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875558323641856002\",\"imgUrls\":\"上传失败!\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告\",\"sampleInfo\":\"[]\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '12', null, '2025-01-04 23:02:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875558325915168770', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '119.78.164.156', '_t=1736002925468&experimentId=1875535314453475329', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1204.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-04 23:02:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875724659764441089', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-05 10:03:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875725653030154242', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-05 10:07:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875726333593726977', '2', '知识库-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"content\":\"

-1111111111111111111111

\",\"fileList\":\"\",\"id\":\"1875460738491035650\",\"title\":\"测试知识点\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-05 10:09:41\"},null]', null, '203609', null, '2025-01-05 10:09:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875726333686001666', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '1', null, '2025-01-05 10:09:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875726333686001667', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-05 10:09:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875726333744721924', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-05 10:09:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875726333744721923', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-05 10:09:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875726333744721922', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-05 10:09:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875726333769887746', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-01-05 10:09:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875726362387623938', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '1', null, '2025-01-05 10:09:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875726899510194177', '2', '知识库-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"content\":\"

-1111111111111111111111

\",\"fileList\":\"/oss/physical/temp/AT27BV256_1736043115234.pdf\",\"id\":\"1875460738491035650\",\"title\":\"测试知识点\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-05 10:11:56\"},null]', null, '44', null, '2025-01-05 10:11:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875727012525715457', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '127.0.0.1', '_t=1736043143441&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1204.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-05 10:12:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875744517885472770', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-01-05 11:21:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875744826389114881', '2', '测试标准-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.TestStandardsController.edit()', null, '[{\"code\":\"GB/T 17574-1998\",\"humidityRequirements\":\"30RH%-80RH%\",\"id\":\"1874763728012079106\",\"name\":\"半导体集成电路 电压比较器测试方法的基本\",\"temperatureRequirements\":\"25-35\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-05 11:23:10\"}]', null, '6', null, '2025-01-05 11:23:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875744872006365186', '2', '测试标准-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.TestStandardsController.edit()', null, '[{\"code\":\"GB/T 17574-1998\",\"humidityRequirements\":\"30-80\",\"id\":\"1874763728012079106\",\"name\":\"半导体集成电路 电压比较器测试方法的基本\",\"temperatureRequirements\":\"25-35\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-05 11:23:21\"}]', null, '21', null, '2025-01-05 11:23:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875744908891074562', '4', 'java.lang.RuntimeException:模板文件不存在!', null, 'admin', '管理员', '127.0.0.1', '_t=1736047410317&experimentId=1875469554012073986', '/physical/database/experimentDoc/queryByExperimentId', 'java.lang.RuntimeException: 模板文件不存在!\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generateExperimentDoc(ExperimentDocServiceImpl.java:61)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl.generate(ExperimentDocServiceImpl.java:126)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1204.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentDocServiceImpl$$SpringCGLIB$$0.generate()\r\n at org.jeecg.modules.database.controller.ExperimentDocController.queryByExperimentId(ExperimentDocController.java:158)\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor146.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentDocController$$SpringCGLIB$$0.queryByExperimentId()\r\n at jdk.internal.reflect.GeneratedMethodAccessor752.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-05 11:23:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875756273693286401', '2', '知识库-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"content\":\"

-1111111111111111111111

\",\"fileList\":\"/oss/physical/temp/AT27BV256_1736043115234.pdf,/oss/physical/temp/OP07D_1736050117814.pdf\",\"id\":\"1875460738491035650\",\"title\":\"测试知识点\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-05 12:08:40\"},null]', null, '70', null, '2025-01-05 12:08:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875764502510874626', '2', '试验管理-试验复制', '1', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.copy()', null, '[\"1875535314453475329\"]', null, '509', null, '2025-01-05 12:41:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875900528562712578', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-01-05 21:41:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1875905137423331329', '2', '试验管理-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875535314554138626\",\"offsetCondition\":\"lp\",\"pinType\":\"3\",\"sampleModel\":\"测试\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-05 22:00:11\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875535314537361410\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-05 22:00:11\"}],\"experimentNo\":\"KC-2025-JL-009\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[{\"experimentId\":\"1875535314453475329\",\"fileName\":\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\",\"fileType\":\"fzsywts\",\"fileUrl\":\"\",\"id\":\"1875548850923712513\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-05 22:00:11\"},{\"experimentId\":\"1875535314453475329\",\"fileName\":\"捕获.PNG\",\"fileType\":\"sydg\",\"fileUrl\":\"\",\"id\":\"1875548851024375809\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-05 22:00:11\"}],\"id\":\"1875535314453475329\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1875535314453475329\",\"id\":\"1875535314478641153\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11\",\"irradiationBoardNumber\":\"11\",\"sampleImage\":\"上传失败!\",\"sampleModel\":\"测试\",\"sourceArea\":\"11\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-05 22:00:11\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-04 22:22:45\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-05 22:00:11\"},null]', null, '167', null, '2025-01-05 22:00:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876177251468488705', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-06 16:01:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876179479004622850', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:10:20\",\"experimentNo\":\"KC-2025-JL-012\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1876179478450974721\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-06 00:00:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"sysOrgCode\":\"A01\",\"type\":\"2\"},null]', null, '135', null, '2025-01-06 16:10:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876180679519285249', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:15:06\",\"environmentalTemperature\":\"22\",\"exceptionRecord\":\"无\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876180679427010561\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"101.5\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"0.01\\\",\\\"2\\\":\\\"0.00986\\\",\\\"3\\\":\\\"30\\\",\\\"key\\\":\\\"68fe7ed48b44498b8f73b20f7a49ccc5\\\",\\\"point\\\":\\\"30.50\\\",\\\"startTime\\\":\\\"2025-01-06 16:13:47\\\",\\\"endTime\\\":\\\"2025-01-31 16:13:55\\\"},{\\\"1\\\":\\\"0.1\\\",\\\"2\\\":\\\"0.0968\\\",\\\"3\\\":\\\"100\\\",\\\"key\\\":\\\"7fd9eb47df8540b6af77ad0f8e367e42\\\",\\\"point\\\":\\\"101.5\\\",\\\"startTime\\\":\\\"2025-02-01 16:14:24\\\",\\\"endTime\\\":\\\"2025-02-07 16:14:35\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationEndTime\":\"2025-02-07 16:14:35\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-01-06 16:13:47\",\"sampleInfo\":\"1876179478509694978\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:10:20\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876179478509694978\",\"sampleBatch\":\"001\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736150695765.jpg,/oss/physical/temp/IMG_20241219_164848_1736150700667.jpg\",\"sampleManufacturer\":\"航天080\",\"sampleModel\":\"cs001\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-06 16:15:06\"}],\"sysOrgCode\":\"A01\"},null]', null, '44', null, '2025-01-06 16:15:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876181349467074561', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:17:46\",\"environmentalTemperature\":\"22\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876181349416742913\",\"measurementRate\":\"[{\\\"dgy\\\":\\\"150\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[],\\\"dgy\\\":[{\\\"1\\\":\\\"50\\\",\\\"2\\\":\\\"40.5\\\",\\\"3\\\":\\\"50.514\\\",\\\"5\\\":\\\"150.5\\\",\\\"key\\\":\\\"c6b54d6958c9444d898fef9884bc8348\\\",\\\"point\\\":\\\"150\\\",\\\"startTime\\\":\\\"2025-02-08 16:17:28\\\",\\\"endTime\\\":\\\"2025-02-16 16:17:32\\\"}],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationEndTime\":\"2025-02-16 16:17:32\",\"radiationSource\":\"大钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-02-08 16:17:28\",\"sampleInfo\":\"1876179478509694978\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:10:20\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876179478509694978\",\"sampleBatch\":\"001\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736150695765.jpg,/oss/physical/temp/IMG_20241219_164848_1736150700667.jpg\",\"sampleManufacturer\":\"航天080\",\"sampleModel\":\"cs001\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-06 16:17:46\"}],\"sysOrgCode\":\"A01\"},null]', null, '59', null, '2025-01-06 16:17:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876183310371303425', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:25:33\",\"environmentalTemperature\":\"22\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876183310312583170\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"30\\\"},{\\\"dgy\\\":\\\"100\\\"},{\\\"x\\\":\\\"150\\\"},{\\\"electronics\\\":\\\"200\\\"},{\\\"proton\\\":\\\"100\\\"}]\",\"radiationEndTime\":\"2025-01-10 16:25:27\",\"radiationSource\":\"小钴源,大钴源,X光机,电子加速器,质子加速器\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-01-01 16:18:37\",\"sampleInfo\":\"1876179478534860801\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:10:20\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876179478534860801\",\"sampleBatch\":\"002\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736150705141.jpg,/oss/physical/temp/IMG_20241219_164848_1736150708798.jpg\",\"sampleManufacturer\":\"航天080\",\"sampleModel\":\"cs002\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-06 16:25:33\"}],\"sysOrgCode\":\"A01\"},null]', null, '67', null, '2025-01-06 16:25:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876184117644800001', '2', '测试过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.add()', null, '[{\"annealingDuration\":\"\",\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:28:46\",\"environmentalHumidity\":\"45\",\"environmentalTemperature\":\"27\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876184117569302530\",\"sampleInfo\":\"1876179478509694978\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:10:20\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876179478509694978\",\"sampleBatch\":\"001\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736150695765.jpg,/oss/physical/temp/IMG_20241219_164848_1736150700667.jpg\",\"sampleManufacturer\":\"航天080\",\"sampleModel\":\"cs001\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-06 16:28:46\"}],\"sysOrgCode\":\"A01\",\"testData\":\"[{\\\"key\\\":\\\"062247b395a24a53af289361d856f573\\\",\\\"url\\\":\\\"/oss/physical/temp/cs001测试数据_1736152109751.txt\\\",\\\"fileName\\\":\\\"cs001测试数据.txt\\\"}]\",\"testEndTime\":\"2025-01-08 18:10:52\",\"testEquipment\":\"[{\\\"key\\\":\\\"04938716a2ce4734add4ec1c9bb62ae6\\\",\\\"sample_model\\\":\\\"cs001\\\",\\\"equipment_model\\\":\\\"IT6333A\\\",\\\"managementNo\\\":\\\"TY17\\\",\\\"roomNo\\\":\\\"315\\\",\\\"equipment_name\\\":\\\"直流电源\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"100k\",\"testParameters\":\"[{\\\"key\\\":\\\"323f087ad96344f291652cf92d55a3b5\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"},{\\\"key\\\":\\\"b6ec2d525f6f4540829a685e2c41c439\\\",\\\"name\\\":\\\"输入高电平电流\\\"},{\\\"key\\\":\\\"ebf45ba8fb44403da660b1e1df34df91\\\",\\\"name\\\":\\\"漏电流\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-01-07 16:11:52\"},null]', null, '35', null, '2025-01-06 16:28:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876184737218998273', '2', '测试过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.add()', null, '[{\"annealingDuration\":\"\",\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:31:13\",\"environmentalHumidity\":\"38\",\"environmentalTemperature\":\"26\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876184737101557762\",\"sampleInfo\":\"1876179478534860801\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:10:20\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876179478534860801\",\"sampleBatch\":\"002\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736150705141.jpg,/oss/physical/temp/IMG_20241219_164848_1736150708798.jpg\",\"sampleManufacturer\":\"航天080\",\"sampleModel\":\"cs002\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-06 16:31:13\"}],\"sysOrgCode\":\"A01\",\"testData\":\"[{\\\"key\\\":\\\"c44a62f4d50c4bc2ae1d7fc771614211\\\",\\\"url\\\":\\\"/oss/physical/temp/cs002测试数据_1736152264117.txt\\\",\\\"fileName\\\":\\\"cs002测试数据.txt\\\"}]\",\"testEndTime\":\"2025-01-06 16:10:52\",\"testEquipment\":\"[{\\\"key\\\":\\\"06ea7c36a3db4b7989285d0705efef49\\\",\\\"sample_model\\\":\\\"cs002\\\",\\\"equipment_model\\\":\\\"IT6333A\\\",\\\"managementNo\\\":\\\"TY17\\\",\\\"roomNo\\\":\\\"315\\\",\\\"equipment_name\\\":\\\"直流电源\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"1000\",\"testMeteringPoint\":\"\",\"testParameters\":\"[{\\\"key\\\":\\\"63052485f14846f9b15bf1e8f810689c\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"},{\\\"key\\\":\\\"01d55dba92e74c4bb9bd0691aef2cae8\\\",\\\"name\\\":\\\"输入高电平电流\\\"},{\\\"key\\\":\\\"b6802e3689b84d3a87fb2f009be93302\\\",\\\"name\\\":\\\"ldianliu \\\"}]\",\"testResult\":\"参数超差\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-01-06 16:10:52\"},null]', null, '63', null, '2025-01-06 16:31:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876186130155745281', '2', '退火过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentAnnealProcessController.add()', null, '[{\"annealEndTime\":\"2025-01-06 16:10:52\",\"annealStartTime\":\"2025-01-06 16:10:52\",\"annealTemperature\":\"25\",\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:36:45\",\"deviationCondition\":\"\",\"deviationEquipment\":\"\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876186130071859202\",\"sampleInfo\":\"1876179478534860801\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:10:20\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876179478534860801\",\"sampleBatch\":\"002\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736150705141.jpg,/oss/physical/temp/IMG_20241219_164848_1736150708798.jpg\",\"sampleManufacturer\":\"航天080\",\"sampleModel\":\"cs002\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-06 16:36:45\"}],\"sysOrgCode\":\"A01\"},null]', null, '34', null, '2025-01-06 16:36:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876186604955152386', '2', '测试过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.add()', null, '[{\"annealingDuration\":\"168\",\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:38:39\",\"environmentalHumidity\":\"30\",\"environmentalTemperature\":\"25\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876186604854489090\",\"sampleInfo\":\"1876179478534860801\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:10:20\",\"experimentId\":\"1876179478450974721\",\"id\":\"1876179478534860801\",\"sampleBatch\":\"002\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736150705141.jpg,/oss/physical/temp/IMG_20241219_164848_1736150708798.jpg\",\"sampleManufacturer\":\"航天080\",\"sampleModel\":\"cs002\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-06 16:38:39\"}],\"sysOrgCode\":\"A01\",\"testData\":\"[{\\\"key\\\":\\\"ab63b81896014bb9a5b3997c38cea396\\\",\\\"url\\\":\\\"/oss/physical/temp/cs002退火测试数据_1736152699258.txt\\\",\\\"fileName\\\":\\\"cs002退火测试数据.txt\\\"}]\",\"testEndTime\":\"2025-01-17 16:13:52\",\"testEquipment\":\"[{\\\"key\\\":\\\"3c7f535f864a49f3a877e2b0f43efeaa\\\",\\\"sample_model\\\":\\\"cs002\\\",\\\"equipment_model\\\":\\\"IT6333A\\\",\\\"managementNo\\\":\\\"TY17\\\",\\\"roomNo\\\":\\\"315\\\",\\\"equipment_name\\\":\\\"直流电源\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"\",\"testParameters\":\"[{\\\"key\\\":\\\"13df3bf6eab04537b324a4322e827034\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"},{\\\"key\\\":\\\"8965a5070483491687566f6149a0fa62\\\",\\\"name\\\":\\\"输入高电平电流\\\"},{\\\"key\\\":\\\"2a20f3ef16704027a32028b20e1a1be4\\\",\\\"name\\\":\\\"lhd\\\"}]\",\"testResult\":\"功能失效\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-01-17 16:10:52\"},null]', null, '1883', null, '2025-01-06 16:38:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876187675823906817', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '6', null, '2025-01-06 16:42:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876187753422725121', '2', '试验管理-试验复制', '1', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.copy()', null, '[\"1876179478450974721\"]', null, '479', null, '2025-01-06 16:43:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876187937577836546', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-06 16:43:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876188335638257666', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:45:31\",\"id\":\"1876188335478874114\",\"parentId\":\"1875460738491035650\",\"sysOrgCode\":\"A01\",\"title\":\"试验标准\",\"type\":\"DOCUMENT\"},null]', null, '26', null, '2025-01-06 16:45:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876189022560395266', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-06 16:48:15\",\"id\":\"1876189022401011713\",\"parentId\":\"2222222222222222222\",\"sysOrgCode\":\"A01\",\"title\":\"QJ10004A-2018\",\"type\":\"DOCUMENT\"},null]', null, '38', null, '2025-01-06 16:48:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876189286629580802', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1876189022401011713\",\"title\":\"QJ10004A-2018\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-06 16:49:18\"},null]', null, '112', null, '2025-01-06 16:49:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876191649553653761', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-06 16:58:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876191668952309762', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-06 16:58:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876434743712751617', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.63', null, null, null, null, '0', null, '2025-01-07 09:04:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876435491305496577', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-07 09:07:38\",\"fileList\":\"/oss/physical/temp/2_IPC-ZS2F15(1)_1736212020903.pdf,/oss/physical/temp/DF241273基于玻璃褐变的辐射剂量探测系统及方法-定稿20241213-修改ZB_1736212034379.docx\",\"id\":\"1876435491204833281\",\"parentId\":\"1875465137372213250\",\"sysOrgCode\":\"A01\",\"title\":\"测试\",\"type\":\"DOCUMENT\"},null]', null, '24', null, '2025-01-07 09:07:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876435661489381377', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"content\":\"

11111

\",\"fileList\":\"/oss/physical/temp/3_基于存储器剂量探测方法-专利证书_1736212087478.pdf,/oss/physical/temp/DF241273基于玻璃褐变的辐射剂量探测系统及方法-定稿20241213-修改ZB_1736212091159.docx\",\"id\":\"1876435491204833281\",\"title\":\"测试\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-07 09:08:18\"},null]', null, '41', null, '2025-01-07 09:08:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876435799230324738', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-07 09:08:51\",\"fileList\":\"/oss/physical/temp/a490abb2d1e0fc4a8a83570543d4a2f2_dc6323b34fae9a12ac2db4ae42ff5692_8_1736212126820.docx,/oss/physical/temp/DF241273基于玻璃褐变的辐射剂量探测系统及方法-定稿20241213-修改ZB_1736212130113.docx\",\"id\":\"1876435799096107009\",\"parentId\":\"1875465137372213250\",\"sysOrgCode\":\"A01\",\"title\":\"测试1\",\"type\":\"DOCUMENT\"},null]', null, '33', null, '2025-01-07 09:08:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876436773609086977', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '210.73.34.63', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:12:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876436791229358081', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '210.73.34.63', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:12:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876436858841538561', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '210.73.34.63', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:13:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876436874972831745', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '210.73.34.63', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:13:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876439576700198914', '2', '编辑用户,username: admin', '2', 'admin', '管理员', '210.73.34.63', null, null, null, null, '0', null, '2025-01-07 09:23:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876439718241181697', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"confirmer\":\"e9ca23d68d884d4ebb19d07889727dae\",\"createBy\":\"admin\",\"createTime\":\"2025-01-07 09:24:26\",\"description\":\"111111111111\",\"experimentId\":\"1875469554012073986\",\"id\":\"1876439718190850050\",\"imgUrls\":\"\",\"proofreader\":\"e9ca23d68d884d4ebb19d07889727dae\",\"reportName\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验-试验报告\",\"sampleInfo\":\"[]\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '15', null, '2025-01-07 09:24:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876439757483089922', '2', '试验报告-审核', '1', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1876439718190850050\",\"status\":\"PROOFREAD_PASS\"},null]', null, '28', null, '2025-01-07 09:24:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876439787518500866', '2', '试验报告-审核', '1', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1876439718190850050\",\"memo\":\"111111111111111\",\"status\":\"REJECT\"},null]', null, '24', null, '2025-01-07 09:24:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876439804765478914', '2', '试验报告-通过id删除', '4', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.ExperimentReportController.delete()', null, ' id: 1876439718190850050', null, '17', null, '2025-01-07 09:24:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876440122559504385', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceName\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceType\":\"14nm Gen 6 CMOS and FinFET\",\"experimentDate\":\"2015-11-01 00:00:00\",\"id\":\"d57a89638c147cfddf8b5a4e44766017\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"22\",\"totalCountNasa\":\"22\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-07 09:26:02\"}]', null, '18', null, '2025-01-07 09:26:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876440518518579201', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.63', '_t=1736213257037&pageNo=1&column=index&pageSize=10&order=asc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:27:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876440533806817282', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.63', '_t=1736213260680&pageNo=1&column=index&pageSize=10&order=desc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:27:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876440573317160961', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.63', '_t=1736213270100&pageNo=1&column=index&pageSize=10&order=asc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:27:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876440591302336514', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.63', '_t=1736213274388&pageNo=1&column=index&pageSize=10&order=desc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:27:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876440612462600194', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.63', '_t=1736213279433&pageNo=1&column=index&pageSize=10&order=asc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:27:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876440620318531586', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.63', '_t=1736213281318&pageNo=1&column=index&pageSize=10&order=desc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:28:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876441244636487682', '2', '添加用户,username: 批准one', '2', 'admin', '管理员', '210.73.34.63', null, null, null, null, '0', null, '2025-01-07 09:30:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876441559502888962', '2', '添加用户,username: 校对one', '2', 'admin', '管理员', '210.73.34.63', null, null, null, null, '1', null, '2025-01-07 09:31:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876441840034717697', '2', '添加用户,username: 审核one', '2', 'admin', '管理员', '210.73.34.63', null, null, null, null, '0', null, '2025-01-07 09:32:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876442212690239490', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.63', '_t=1736213660958&pageNo=1&column=index&pageSize=10&order=asc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:34:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876442404609007617', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.63', '_t=1736213706724&pageNo=1&column=index&pageSize=10&order=desc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:35:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876444370009530369', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.63', '_t=1736214175289&pageNo=1&column=index&pageSize=10&order=asc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:42:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876444445490225153', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.63', '_t=1736214193296&pageNo=1&column=index&pageSize=10&order=desc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-07 09:43:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876444927029878786', '2', '试验管理-试验复制', '1', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.ExperimentController.copy()', null, '[\"1875535314453475329\"]', null, '177', null, '2025-01-07 09:45:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876446525491716097', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1876444926627225602\",\"id\":\"1876444926794997762\",\"offsetCondition\":\"lp\",\"pinType\":\"3\",\"sampleModel\":\"测试\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-07 09:51:28\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1876444926627225602\",\"id\":\"1876444926778220546\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-07 09:51:28\"}],\"experimentNo\":\"KC-2025-JL-014\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1876444926627225602\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1876444926627225602\",\"id\":\"1876444926769831938\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11\",\"irradiationBoardNumber\":\"11\",\"sampleModel\":\"测试\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-07 09:51:28\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-07 09:45:37\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-07 09:51:28\"},null]', null, '112', null, '2025-01-07 09:51:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876447298862653442', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'irradiation_board_code\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentIrradiationBoardMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentIrradiationBoardMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_irradiation_board (id, create_by, create_time, sys_org_code, experiment_id, sample_model, irradiation_board_number, irradiation_board_code, source_area) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'irradiation_board_code\' at row 1\n; Data truncation: Data too long for column \'irradiation_board_code\' at row 1', null, 'admin', '管理员', '210.73.34.63', null, '/physical/database/experiment/edit', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'irradiation_board_code\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentIrradiationBoardMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentIrradiationBoardMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_irradiation_board (id, create_by, create_time, sys_org_code, experiment_id, sample_model, irradiation_board_number, irradiation_board_code, source_area) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'irradiation_board_code\' at row 1\n; Data truncation: Data too long for column \'irradiation_board_code\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy198.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at com.baomidou.mybatisplus.extension.service.impl.ServiceImpl.saveOrUpdate(ServiceImpl.java:173)\r\n at jdk.internal.reflect.GeneratedMethodAccessor973.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)\r\n at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:391)\r\n at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.service.impl.ExperimentIrradiationBoardServiceImpl$$SpringCGLIB$$0.saveOrUpdate()\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.saveWithDetail(ExperimentServiceImpl.java:215)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.saveWithDetail()\r\n at org.jeecg.modules.database.controller.ExperimentController.edit(ExperimentController.java:144)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.edit()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'irradiation_board_code\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy328.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor210.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy326.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor170.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy325.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor170.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy325.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor231.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 187 more\r\n', null, null, null, '2025-01-07 09:54:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876447344924499969', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1876444926627225602\",\"id\":\"1876444926794997762\",\"offsetCondition\":\"lp\",\"pinType\":\"3\",\"sampleModel\":\"测试\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-07 09:54:44\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1876444926627225602\",\"id\":\"1876444926778220546\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-07 09:54:44\"}],\"experimentNo\":\"KC-2025-JL-014\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1876444926627225602\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-07 09:45:37\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-07 09:54:44\"},null]', null, '93', null, '2025-01-07 09:54:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876447398091497473', '2', '试验文件-通过id删除', '4', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.ExperimentFileController.delete()', null, ' id: 1876447344849002497', null, '5', null, '2025-01-07 09:54:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876447406337499138', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"experimentId\":\"1876444926627225602\",\"id\":\"1876444926794997762\",\"offsetCondition\":\"lp\",\"pinType\":\"3\",\"sampleModel\":\"测试\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-07 09:54:58\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-04 18:46:25\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1876444926627225602\",\"id\":\"1876444926778220546\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-07 09:54:58\"}],\"experimentNo\":\"KC-2025-JL-014\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1876444926627225602\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-07 09:45:37\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-07 09:54:58\"},null]', null, '76', null, '2025-01-07 09:54:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876447775453028354', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"createBy\":\"admin\",\"createTime\":\"2025-01-07 09:56:27\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2025-JL-015\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1876447775302033410\",\"irradiationBoardList\":[],\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"sampleInfoList\":[],\"startDate\":\"2025-01-07 09:56:08\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"sysOrgCode\":\"A01\",\"type\":\"1\"},null]', null, '36', null, '2025-01-07 09:56:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876448019611852801', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-07 09:57:25\",\"environmentalTemperature\":\"25\",\"experimentId\":\"1876447775302033410\",\"id\":\"1876448019527966722\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"10\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"10\\\",\\\"2\\\":\\\"10\\\",\\\"3\\\":\\\"10\\\",\\\"key\\\":\\\"3051566556554558b46e7fe8b014f1b0\\\",\\\"point\\\":\\\"10\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1876448019427303426\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-07 09:57:25\",\"experimentId\":\"1876447775302033410\",\"id\":\"1876448019427303426\",\"sampleBatch\":\"测试\",\"sampleManufacturer\":\"测试\",\"sampleModel\":\"测试\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\"}],\"sysOrgCode\":\"A01\"},null]', null, '59', null, '2025-01-07 09:57:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876448561285242881', '2', '试验管理-试验复制', '1', 'admin', '管理员', '210.73.34.63', 'org.jeecg.modules.database.controller.ExperimentController.copy()', null, '[\"1875535314453475329\"]', null, '140', null, '2025-01-07 09:59:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876584372290920449', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-07 18:59:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876853528953298945', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-08 12:48:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876854661096611842', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-012\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1876179478450974721\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射、核辐射试验\",\"radiationSourceType\":\"GFS,HFS\",\"startDate\":\"2025-01-06 00:00:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-08 12:53:15\"},null]', null, '303', null, '2025-01-08 12:53:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876855313671593985', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-08 12:55:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876855515270815745', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-08 12:56:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876855530458390530', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-08 12:56:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876855534963073026', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-08 12:56:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876855538301739009', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-08 12:56:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876855678475378690', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.218', '_t=1736312237442&pageNo=1&column=index&pageSize=10&order=asc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-08 12:57:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876855681210064898', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.218', '_t=1736312238105&pageNo=1&column=index&pageSize=10&order=desc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-08 12:57:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876855694812192770', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.218', '_t=1736312241332&pageNo=1&column=index&pageSize=10&order=asc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-08 12:57:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876855705859989506', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.218', '_t=1736312243966&pageNo=1&column=index&pageSize=10&order=desc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor576.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-08 12:57:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1876857929231179777', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-08 13:06:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877280784066473986', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '9', null, '2025-01-09 17:06:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877280784066473987', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '9', null, '2025-01-09 17:06:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877281888531574786', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-09 17:10:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877307570653425666', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-09 18:52:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877519683493752834', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-01-10 08:55:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877523432173924354', '2', '试验管理-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431637053441\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431662219265\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"/oss/physical/temp/捕获_1736471418611.PNG\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\"}],\"experimentNo\":\"KC-2025-JL-020\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877523431544778753\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431687385089\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"sampleImage\":\"/oss/physical/temp/捕获_1736471387410.PNG\",\"sampleModel\":\"测试样品型号\",\"sourceArea\":\"10\",\"sysOrgCode\":\"A01\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431611887618\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\"}],\"startDate\":\"2025-01-10 09:08:31\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"sysOrgCode\":\"A01\",\"type\":\"1\"},null]', null, '61', null, '2025-01-10 09:10:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877523901608816642', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431637053441\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:12:35\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431662219265\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"/oss/physical/temp/捕获_1736471418611.PNG\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:12:35\"}],\"experimentNo\":\"KC-2025-JL-020\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877523431544778753\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431687385089\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"sampleImage\":\"/oss/physical/temp/捕获_1736471387410.PNG\",\"sampleModel\":\"测试样品型号\",\"sourceArea\":\"10\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:12:35\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431611887618\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:12:35\"}],\"startDate\":\"2025-01-10 09:08:31\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:12:35\"},null]', null, '177', null, '2025-01-10 09:12:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877523920286052354', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:165)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:204)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-10 09:12:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877524519232663554', '2', '辐照过程-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:15:02\",\"environmentalTemperature\":\"25\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877524519148777473\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"10\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"10\\\",\\\"2\\\":\\\"10\\\",\\\"3\\\":\\\"10\\\",\\\"key\\\":\\\"4e9db2e54622486ba9c31546abc93032\\\",\\\"point\\\":\\\"10\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1877523431611887618\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431611887618\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:15:02\"}],\"sysOrgCode\":\"A01\"},null]', null, '51', null, '2025-01-10 09:15:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877524748438794241', '2', '测试过程-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.add()', null, '[{\"annealingDuration\":\"\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:15:57\",\"environmentalHumidity\":\"40\",\"environmentalTemperature\":\"30\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877524748350713858\",\"sampleInfo\":\"1877523431611887618\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431611887618\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:15:57\"}],\"sysOrgCode\":\"A01\",\"testData\":\"[{\\\"key\\\":\\\"7fb98c47e68f42acbafad3c899d400ce\\\",\\\"url\\\":\\\"/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471749024.pdf\\\",\\\"fileName\\\":\\\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\\\"}]\",\"testEndTime\":\"2025-01-10 09:12:38\",\"testEquipment\":\"[{\\\"key\\\":\\\"e8a1bc556aa947a78517b05985f68556\\\",\\\"sample_model\\\":\\\"测试样品型号\\\",\\\"equipment_model\\\":\\\"IT6333A\\\",\\\"managementNo\\\":\\\"TY17\\\",\\\"roomNo\\\":\\\"315\\\",\\\"equipment_name\\\":\\\"直流电源\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"10\",\"testParameters\":\"[{\\\"key\\\":\\\"f50be6aebb0047f2bca3432a8f1bc755\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-01-10 09:12:38\"},null]', null, '36', null, '2025-01-10 09:15:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877524835726454785', '2', '退火过程-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentAnnealProcessController.add()', null, '[{\"annealEndTime\":\"2025-01-10 09:12:38\",\"annealStartTime\":\"2025-01-10 09:12:38\",\"annealTemperature\":\"10\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:16:18\",\"deviationCondition\":\"\",\"deviationEquipment\":\"\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877524835609014273\",\"sampleInfo\":\"1877523431611887618\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431611887618\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:16:18\"}],\"sysOrgCode\":\"A01\"},null]', null, '57', null, '2025-01-10 09:16:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877524945613025282', '2', '试验报告-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"confirmer\":\"e9ca23d68d884d4ebb19d07889727dae\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:16:44\",\"description\":\"11111\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877524945579470849\",\"imgUrls\":\"\",\"proofreader\":\"e9ca23d68d884d4ebb19d07889727dae\",\"reportName\":\"中国电子科技集团公司第二十四研究所光辐射试验-试验报告\",\"sampleInfo\":\"[]\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '15', null, '2025-01-10 09:16:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877525030061142018', '2', '试验报告-审核', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1877524945579470849\",\"memo\":\"111\",\"status\":\"REJECT\"},null]', null, '30', null, '2025-01-10 09:17:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877525111975899137', '2', '试验报告-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.edit()', null, '[{\"auditor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"confirmer\":\"e9ca23d68d884d4ebb19d07889727dae\",\"description\":\"测试测试测试\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877524945579470849\",\"imgUrls\":\"\",\"proofreader\":\"e9ca23d68d884d4ebb19d07889727dae\",\"sampleInfo\":\"[]\",\"status\":\"INIT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:17:23\"},null]', null, '98', null, '2025-01-10 09:17:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877525153226878978', '2', '试验报告-审核', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1877524945579470849\",\"memo\":\"123\",\"status\":\"REJECT\"},null]', null, '23', null, '2025-01-10 09:17:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877525233421971458', '2', '试验报告-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.edit()', null, '[{\"auditor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"confirmer\":\"e9ca23d68d884d4ebb19d07889727dae\",\"description\":\"测试测试测试\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877524945579470849\",\"imgUrls\":\"/oss/physical/temp/捕获2_1736471861480.PNG,/oss/physical/temp/捕获_1736471865707.PNG\",\"proofreader\":\"e9ca23d68d884d4ebb19d07889727dae\",\"sampleInfo\":\"[{\\\"id\\\":\\\"1877523431611887618\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":\\\"2025-01-10 09:10:43\\\",\\\"updateBy\\\":\\\"admin\\\",\\\"updateTime\\\":\\\"2025-01-10 09:16:18\\\",\\\"sysOrgCode\\\":\\\"A01\\\",\\\"experimentId\\\":\\\"1877523431544778753\\\",\\\"sampleType\\\":\\\"样品类型002\\\",\\\"sampleModel\\\":\\\"测试样品型号\\\",\\\"sampleBatch\\\":\\\"测试样品批次\\\",\\\"sampleManufacturer\\\":\\\"测试样品生产厂家\\\",\\\"sampleImage\\\":\\\"/oss/physical/temp/捕获2_1736471356234.PNG\\\",\\\"sampleName\\\":\\\"样品类型002\\\",\\\"key\\\":0}]\",\"status\":\"INIT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:17:52\"},null]', null, '118', null, '2025-01-10 09:17:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877530418915504129', '2', '试验管理-完成试验', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1877523431544778753\"}]', null, '11', null, '2025-01-10 09:38:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877530447407411202', '2', '试验报告-审核', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1877524945579470849\",\"status\":\"PROOFREAD_PASS\"},null]', null, '33', null, '2025-01-10 09:38:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877530522024079362', '2', '试验报告-审核', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1877524945579470849\",\"status\":\"AUDIT_PASS\"},null]', null, '24', null, '2025-01-10 09:38:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877530530270081026', '2', '试验报告-审核', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1877524945579470849\",\"status\":\"PASSED\"},null]', null, '126', null, '2025-01-10 09:38:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877530549354164225', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:165)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:204)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-10 09:39:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877530679528583169', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:165)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:204)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor709.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-10 09:39:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877532856250724354', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:165)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:204)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor709.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-10 09:48:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877532984390905857', '2', '试验报告-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"confirmer\":\"e9ca23d68d884d4ebb19d07889727dae\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:48:41\",\"description\":\"111111\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877532984365740034\",\"imgUrls\":\"/oss/physical/temp/捕获_1736473711708.PNG\",\"proofreader\":\"e9ca23d68d884d4ebb19d07889727dae\",\"reportName\":\"中国电子科技集团公司第二十四研究所光辐射试验-试验报告\",\"sampleInfo\":\"[{\\\"id\\\":\\\"1877523431611887618\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":\\\"2025-01-10 09:10:43\\\",\\\"updateBy\\\":\\\"admin\\\",\\\"updateTime\\\":\\\"2025-01-10 09:16:18\\\",\\\"sysOrgCode\\\":\\\"A01\\\",\\\"experimentId\\\":\\\"1877523431544778753\\\",\\\"sampleType\\\":\\\"样品类型002\\\",\\\"sampleModel\\\":\\\"测试样品型号\\\",\\\"sampleBatch\\\":\\\"测试样品批次\\\",\\\"sampleManufacturer\\\":\\\"测试样品生产厂家\\\",\\\"sampleImage\\\":\\\"/oss/physical/temp/捕获2_1736471356234.PNG\\\",\\\"sampleName\\\":\\\"样品类型002\\\",\\\"key\\\":0}]\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '11', null, '2025-01-10 09:48:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877532998756397057', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:165)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:204)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor709.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-10 09:48:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877534015396966402', '2', '试验管理-试验复制', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.copy()', null, '[\"1877523431544778753\"]', null, '163', null, '2025-01-10 09:52:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877534540997783554', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015178862594\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:54:52\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015162085378\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:54:52\"}],\"experimentNo\":\"KC-2025-JL-021\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[],\"id\":\"1877534015111753729\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015145308161\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:54:52\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015128530946\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:54:52\"}],\"startDate\":\"2025-01-10 09:54:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:54:52\"},null]', null, '71', null, '2025-01-10 09:54:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877534725660405762', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015178862594\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:55:36\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015162085378\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:55:36\"}],\"experimentNo\":\"KC-2025-JL-021\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877534015111753729\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015145308161\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:55:36\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015128530946\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:55:36\"}],\"startDate\":\"2025-01-10 09:54:29\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:55:36\"},null]', null, '76', null, '2025-01-10 09:55:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877534831675633666', '2', '辐照过程-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit()', null, '[{\"environmentalTemperature\":\"25\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015296303105\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"10\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"10\\\",\\\"2\\\":\\\"10\\\",\\\"3\\\":\\\"10\\\",\\\"key\\\":\\\"4e9db2e54622486ba9c31546abc93032\\\",\\\"point\\\":\\\"10\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1877523431611887618\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877523431611887618\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:56:01\"}],\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:56:01\"},null]', null, '92', null, '2025-01-10 09:56:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877534919894429698', '2', '辐照过程-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit()', null, '[{\"environmentalTemperature\":\"25\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015296303105\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"10\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"10\\\",\\\"2\\\":\\\"10\\\",\\\"3\\\":\\\"10\\\",\\\"key\\\":\\\"4e9db2e54622486ba9c31546abc93032\\\",\\\"point\\\":\\\"10\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1877523431611887618\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877523431611887618\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:56:22\"}],\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:56:22\"},null]', null, '57', null, '2025-01-10 09:56:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877535109460193281', '2', '辐照过程-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit()', null, '[{\"environmentalTemperature\":\"25\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015296303105\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"10\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"10\\\",\\\"2\\\":\\\"10\\\",\\\"3\\\":\\\"10\\\",\\\"key\\\":\\\"4e9db2e54622486ba9c31546abc93032\\\",\\\"point\\\":\\\"10\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1877523431611887618\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877523431611887618\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:57:07\"}],\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:57:07\"},null]', null, '71', null, '2025-01-10 09:57:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877535231078232065', '2', '测试过程-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.edit()', null, '[{\"annealingDuration\":\"\",\"environmentalHumidity\":\"40\",\"environmentalTemperature\":\"30\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015380189186\",\"sampleInfo\":\"1877523431611887618\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877523431611887618\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:57:36\"}],\"testData\":\"[{\\\"key\\\":\\\"7fb98c47e68f42acbafad3c899d400ce\\\",\\\"url\\\":\\\"/oss/physical/temp/中科院新疆理化所-辐射效应数据库智能管理系统_1736471749024.pdf\\\",\\\"fileName\\\":\\\"中科院新疆理化所-辐射效应数据库智能管理系统.pdf\\\"}]\",\"testEndTime\":\"2025-01-24 09:57:28\",\"testEquipment\":\"[{\\\"key\\\":\\\"e8a1bc556aa947a78517b05985f68556\\\",\\\"sample_model\\\":\\\"测试样品型号\\\",\\\"equipment_model\\\":\\\"IT6333A\\\",\\\"managementNo\\\":\\\"TY17\\\",\\\"roomNo\\\":\\\"315\\\",\\\"equipment_name\\\":\\\"直流电源\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"10\",\"testParameters\":\"[{\\\"key\\\":\\\"f50be6aebb0047f2bca3432a8f1bc755\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-01-10 09:57:27\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:57:36\"},null]', null, '68', null, '2025-01-10 09:57:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877535280130617345', '2', '辐照过程-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit()', null, '[{\"environmentalTemperature\":\"25\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877534015296303105\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"10\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"10\\\",\\\"2\\\":\\\"10\\\",\\\"3\\\":\\\"10\\\",\\\"key\\\":\\\"4e9db2e54622486ba9c31546abc93032\\\",\\\"point\\\":\\\"10\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1877523431611887618\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877534015111753729\",\"id\":\"1877523431611887618\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:57:48\"}],\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:57:48\"},null]', null, '68', null, '2025-01-10 09:57:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877535332622331906', '2', '试验管理-试验复制', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.copy()', null, '[\"1877523431544778753\"]', null, '89', null, '2025-01-10 09:58:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877535710633979906', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431637053441\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:59:30\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431662219265\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"/oss/physical/temp/捕获_1736471418611.PNG\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:59:30\"}],\"experimentNo\":\"KC-2025-JL-020\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877523431544778753\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431687385089\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"sampleImage\":\"/oss/physical/temp/捕获_1736471387410.PNG\",\"sampleModel\":\"测试样品型号\",\"sourceArea\":\"10\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:59:30\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:59:30\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877535710227132417\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736474367106.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\"}],\"startDate\":\"2025-01-10 09:08:31\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 09:59:30\"},null]', null, '117', null, '2025-01-10 09:59:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877535798701780993', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1877535332412616705', null, '17', null, '2025-01-10 09:59:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877535815105703938', '2', '试验管理-试验复制', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.copy()', null, '[\"1877523431544778753\"]', null, '158', null, '2025-01-10 09:59:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877535884399800322', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814711439361\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:12\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814694662145\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:12\"}],\"experimentNo\":\"KC-2025-JL-023\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[],\"id\":\"1877535814652719105\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814677884930\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:12\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:59:31\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814669496322\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736474367106.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:12\"}],\"startDate\":\"2025-01-10 10:00:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:12\"},null]', null, '126', null, '2025-01-10 10:00:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877535910236712961', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431637053441\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:18\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431662219265\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"/oss/physical/temp/捕获_1736471418611.PNG\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:18\"}],\"experimentNo\":\"KC-2025-JL-020\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877523431544778753\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431687385089\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"sampleImage\":\"/oss/physical/temp/捕获_1736471387410.PNG\",\"sampleModel\":\"测试样品型号\",\"sourceArea\":\"10\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:18\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:59:31\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877535710227132417\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736474367106.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:18\"}],\"startDate\":\"2025-01-10 09:08:31\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:18\"},null]', null, '182', null, '2025-01-10 10:00:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877535993325875202', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814711439361\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:38\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814694662145\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:38\"}],\"experimentNo\":\"KC-2025-JL-023\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877535814652719105\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814677884930\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:38\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:59:31\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814669496322\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736474367106.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:38\"}],\"startDate\":\"2025-01-10 10:00:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:38\"},null]', null, '67', null, '2025-01-10 10:00:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877536031544373249', '2', '辐照过程-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit()', null, '[{\"environmentalTemperature\":\"25\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814996652033\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"10\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"10\\\",\\\"2\\\":\\\"10\\\",\\\"3\\\":\\\"10\\\",\\\"key\\\":\\\"4e9db2e54622486ba9c31546abc93032\\\",\\\"point\\\":\\\"10\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1877523431611887618\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877523431611887618\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736471356234.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:47\"}],\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:47\"},null]', null, '81', null, '2025-01-10 10:00:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877539263859585026', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 10:13:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877539569062309889', '2', '试验管理-编辑', '3', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814711439361\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14:50\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814694662145\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14:50\"}],\"experimentNo\":\"KC-2025-JL-023\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877535814652719105\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814677884930\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"measurementValidity\":\"至\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14:50\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 10:00:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14:50\"},null]', null, '125', null, '2025-01-10 10:14:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877539604466429953', '2', '试验管理-完成试验', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1877535814652719105\"}]', null, '13', null, '2025-01-10 10:14:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877539623797977090', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:165)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1070.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:204)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor709.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-10 10:15:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877539642169028610', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'admin', '管理员', '119.78.164.156', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:165)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1070.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:204)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1071.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor709.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1071.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-10 10:15:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877547092523806721', '2', '修改角色ID: f6817f48af4fb3af11b9e8bf182f618b 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 10:44:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877547141446168578', '2', '试验评分-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRatingController.add()', null, '[{\"experimentId\":\"1877535814652719105\"}]', null, '4', null, '2025-01-10 10:44:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877547568644419585', '2', '试验评分-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRatingController.add()', null, '[{\"experimentId\":\"1877535814652719105\"}]', null, '3', null, '2025-01-10 10:46:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877547903152746497', '2', '试验评分-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRatingController.add()', null, '[{\"experimentId\":\"1877535814652719105\"}]', null, '5', null, '2025-01-10 10:47:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877563529372037122', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877563529271373826\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"/oss/physical/temp/IMG_20250106_184740_1736480985673.jpg\",\"sampleModel\":\"test003\",\"sysOrgCode\":\"A01\"}],\"experimentNo\":\"KC-2025-JL-033\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"experimentId\":\"1877563529116184578\",\"fileName\":\"辐照试验委托书.docx\",\"fileType\":\"fzsywts\",\"fileUrl\":\"/oss/physical/temp/辐照试验委托书_1736480459622.docx\",\"id\":\"1877563529313316866\",\"sysOrgCode\":\"A01\"}],\"id\":\"1877563529116184578\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 00:00:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"sysOrgCode\":\"A01\",\"type\":\"2\"},null]', null, '59', null, '2025-01-10 11:50:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877565325834383361', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877563529271373826\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"/oss/physical/temp/IMG_20250106_184740_1736480985673.jpg\",\"sampleModel\":\"test003\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 11:57:11\"}],\"experimentNo\":\"KC-2025-JL-033\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[{\"experimentId\":\"1877563529116184578\",\"fileName\":\"辐照试验委托书.docx\",\"fileType\":\"fzsywts\",\"fileUrl\":\"/oss/physical/temp/辐照试验委托书_1736480459622.docx\",\"id\":\"1877563529313316866\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 11:57:11\"}],\"id\":\"1877563529116184578\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 00:00:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 11:57:11\"},null]', null, '102', null, '2025-01-10 11:57:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877565820682563586', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877563529271373826\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"/oss/physical/temp/IMG_20250106_184740_1736480985673.jpg\",\"sampleModel\":\"test003\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 11:59:09\"}],\"experimentNo\":\"KC-2025-JL-033\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877563529116184578\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 00:00:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 11:59:09\"},null]', null, '119', null, '2025-01-10 11:59:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877566014656540674', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877563529271373826\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"/oss/physical/temp/IMG_20250106_184740_1736480985673.jpg\",\"sampleModel\":\"test003\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 11:59:55\"}],\"experimentNo\":\"KC-2025-JL-033\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877563529116184578\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 00:00:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 11:59:55\"},null]', null, '135', null, '2025-01-10 11:59:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877570983753347073', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 12:19:40\",\"environmentalTemperature\":\"22\",\"exceptionRecord\":\"无\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877570983711404033\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"100.15\\\"},{\\\"dgy\\\":\\\"150\\\"},{\\\"x\\\":\\\"200\\\"},{\\\"electronics\\\":\\\"10\\\"},{\\\"proton\\\":\\\"10\\\"}]\",\"radiationEndTime\":\"2025-01-10 00:05:06\",\"radiationSource\":\"小钴源,大钴源,X光机,电子加速器,质子加速器\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-01-09 12:07:25\",\"sampleInfo\":\"1877563529166516226,1877570983677849601\",\"sysOrgCode\":\"A01\"},null]', null, '37', null, '2025-01-10 12:19:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877571314222559234', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 12:20:59\",\"environmentalTemperature\":\"30\",\"exceptionRecord\":\"无\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877571314189004802\",\"measurementRate\":\"[{\\\"dgy\\\":\\\"300\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[],\\\"dgy\\\":[{\\\"1\\\":\\\"50\\\",\\\"2\\\":\\\"50\\\",\\\"3\\\":\\\"50\\\",\\\"5\\\":\\\"150\\\",\\\"key\\\":\\\"21dff1b7854648d9af6b4bd416559494\\\",\\\"point\\\":\\\"150\\\",\\\"startTime\\\":\\\"2025-01-10 00:06:06\\\",\\\"endTime\\\":\\\"2025-01-10 00:06:07\\\"},{\\\"1\\\":\\\"50\\\",\\\"2\\\":\\\"50\\\",\\\"3\\\":\\\"50\\\",\\\"5\\\":\\\"300\\\",\\\"key\\\":\\\"a127595a66634537b57cf8353d03ec2e\\\",\\\"point\\\":\\\"300\\\",\\\"startTime\\\":\\\"2025-01-10 00:10:05\\\",\\\"endTime\\\":\\\"2025-01-10 00:21:07\\\"}],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationEndTime\":\"2025-01-10 00:21:07\",\"radiationSource\":\"大钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-01-10 00:06:06\",\"sampleInfo\":\"1877563529208459266\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877563529208459266\",\"sampleBatch\":\"003\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736478598235.jpg\",\"sampleManufacturer\":\"航天003\",\"sampleModel\":\"test003\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:20:59\"}],\"sysOrgCode\":\"A01\"},null]', null, '49', null, '2025-01-10 12:21:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877572581250494465', '2', '测试过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.add()', null, '[{\"annealingDuration\":\"\",\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 12:26:01\",\"environmentalHumidity\":\"75\",\"environmentalTemperature\":\"26\",\"exceptionRecord\":\"无\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877572581191774209\",\"sampleInfo\":\"1877563529166516226\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877563529166516226\",\"sampleBatch\":\"001\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736478302538.jpg\",\"sampleManufacturer\":\"航天080\",\"sampleModel\":\"test001\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:26:01\"}],\"sysOrgCode\":\"A01\",\"testData\":\"[{\\\"key\\\":\\\"feaddd74c4f04bceaf9fac8b051a2631\\\",\\\"url\\\":\\\"/oss/physical/temp/cs001测试数据_1736483139974.txt\\\",\\\"fileName\\\":\\\"cs001测试数据.txt\\\"},{\\\"key\\\":\\\"0543b39491fc46389943a9efd6c601d6\\\",\\\"url\\\":\\\"/oss/physical/temp/cs002测试数据_1736483149067.txt\\\",\\\"fileName\\\":\\\"cs002测试数据.txt\\\"}]\",\"testEndTime\":\"2025-01-10 11:59:56\",\"testEquipment\":\"[{\\\"key\\\":\\\"c6e3d0e97439420186f63d847ab3cb7f\\\",\\\"sample_model\\\":\\\"test001\\\",\\\"equipment_model\\\":\\\"IT6333A\\\",\\\"managementNo\\\":\\\"TY17\\\",\\\"roomNo\\\":\\\"315\\\",\\\"equipment_name\\\":\\\"直流电源\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"200\",\"testParameters\":\"[{\\\"key\\\":\\\"f73501dbf9c9464fb26611cd0a600c0b\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"},{\\\"key\\\":\\\"524d6e0ecf094c7cb69995dd7da07d35\\\",\\\"name\\\":\\\"时间段规范化\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-01-10 11:59:56\"},null]', null, '36', null, '2025-01-10 12:26:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877573011862908930', '2', '退火过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentAnnealProcessController.add()', null, '[{\"annealEndTime\":\"2025-01-10 11:59:56\",\"annealStartTime\":\"2025-01-10 11:59:56\",\"annealTemperature\":\"50\",\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 12:27:44\",\"deviationCondition\":\"\",\"deviationEquipment\":\"\",\"exceptionRecord\":\"无\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877573011820965889\",\"sampleInfo\":\"1877563529166516226\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877563529166516226\",\"sampleBatch\":\"001\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736478302538.jpg\",\"sampleManufacturer\":\"航天080\",\"sampleModel\":\"test001\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:27:44\"}],\"sysOrgCode\":\"A01\"},null]', null, '30', null, '2025-01-10 12:27:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877573244063772674', '2', '退火过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentAnnealProcessController.add()', null, '[{\"annealEndTime\":\"2025-01-10 11:59:56\",\"annealStartTime\":\"2025-01-10 11:59:56\",\"annealTemperature\":\"100\",\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 12:28:39\",\"deviationCondition\":\"\",\"deviationEquipment\":\"\",\"exceptionRecord\":\"无\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877573244013441026\",\"sampleInfo\":\"1877563529166516226\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877563529166516226\",\"sampleBatch\":\"001\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1736478302538.jpg\",\"sampleManufacturer\":\"航天080\",\"sampleModel\":\"test001\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:28:39\"}],\"sysOrgCode\":\"A01\"},null]', null, '38', null, '2025-01-10 12:28:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877573860836175873', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 12:31:06\",\"description\":\"好地方很好的是\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877573860811010050\",\"imgUrls\":\"/oss/physical/temp/IMG_20241219_164639_1736483383727.jpg\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"中国电子科技集团公司第二十四研究所光辐射试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '11', null, '2025-01-10 12:31:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877575135921369090', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 12:36:10\",\"description\":\"伺服电机\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877575135904591873\",\"imgUrls\":\"/oss/physical/temp/IMG_20241219_164639_1736483765554.jpg\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"中国电子科技集团公司第二十四研究所光辐射试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '11', null, '2025-01-10 12:36:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877575604974579714', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877563529271373826\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"/oss/physical/temp/IMG_20250106_184740_1736480985673.jpg\",\"sampleModel\":\"test003\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:38:02\"}],\"experimentNo\":\"KC-2025-JL-033\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877563529116184578\",\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 00:00:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 12:38:02\"},null]', null, '144', null, '2025-01-10 12:38:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877575621781155841', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1877563529116184578\"}]', null, '7', null, '2025-01-10 12:38:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877575714382999553', '2', '试验评分-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRatingController.add()', null, '[{\"experimentId\":\"1877563529116184578\"}]', null, '5', null, '2025-01-10 12:38:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877575939076059138', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:39:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877576091388014593', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:39:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877576207029170177', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:40:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877576229548388353', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:40:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877577202601750530', '2', '编辑用户,username: 批准', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:44:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877577399021006849', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:45:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877577412019154946', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:45:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877577429601677313', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '1', null, '2025-01-10 12:45:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877577540767510530', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:45:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877577577912266754', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:45:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877577708891992066', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1876441839934054401\",\"confirmer\":\"1876441244355469313\",\"createBy\":\"admin\",\"createTime\":\"2025-01-10 12:46:24\",\"description\":\"电饭锅\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877577708875214850\",\"imgUrls\":\"\",\"proofreader\":\"1876441559435780097\",\"reportName\":\"中国电子科技集团公司第二十四研究所光辐射试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '7', null, '2025-01-10 12:46:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877577874541834242', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:47:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877577977319059458', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:47:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877578142713049090', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:48:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877578278138736641', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:48:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877578440655433730', '2', '修改用户 校对one 的密码,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:49:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877578464227422209', '2', '修改用户 审核one 的密码,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:49:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877578482304872449', '2', '修改用户 批准one 的密码,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:49:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877578586432663553', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:49:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877578635707346945', '1', '用户登录失败,用户不存在!', null, null, null, '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:50:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877578660965445633', '1', '用户名: 校对one,登录成功!', null, '校对one', '校对one', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:50:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877578723737399297', '1', '用户名: 校对one,退出成功!', null, '校对one', '校对one', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:50:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877578752782954497', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 12:50:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877578868164063234', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.218', '_t=1736484659086&pageNo=1&column=index&pageSize=10&order=asc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor520.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor520.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-10 12:51:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877578884106612737', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.218', '_t=1736484662890&pageNo=1&column=index&pageSize=10&order=desc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor520.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor520.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-10 12:51:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877579087182229506', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.218', '_t=1736484711297&pageNo=1&column=index&pageSize=10&order=asc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor520.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor520.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-10 12:51:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877579091024211970', '4', 'org.jeecg.common.exception.JeecgBootException:请注意,将要排序的列字段不存在:index', null, 'admin', '管理员', '210.73.34.218', '_t=1736484712222&pageNo=1&column=index&pageSize=10&order=desc', '/physical/database/experiment/list', 'org.jeecg.common.exception.JeecgBootException: 请注意,将要排序的列字段不存在:index\r\n at org.jeecg.common.system.query.QueryGenerator.doMultiFieldsOrder(QueryGenerator.java:305)\r\n at org.jeecg.common.system.query.QueryGenerator.installMplus(QueryGenerator.java:238)\r\n at org.jeecg.common.system.query.QueryGenerator.initQueryWrapper(QueryGenerator.java:132)\r\n at org.jeecg.modules.database.controller.ExperimentController.queryPageList(ExperimentController.java:90)\r\n at jdk.internal.reflect.GeneratedMethodAccessor520.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.queryPageList()\r\n at jdk.internal.reflect.GeneratedMethodAccessor520.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-10 12:51:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877579429898809345', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:165)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1070.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:204)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1071.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor709.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1071.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-01-10 12:53:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1877674430011994114', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-10 19:10:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878667127770247169', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-13 12:55:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878670710930599938', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 13:09:36\",\"id\":\"1878670710813159425\",\"parentId\":\"3333333333333333333\",\"sysOrgCode\":\"A01\",\"title\":\"地面模拟辐射源类型\",\"type\":\"DOCUMENT\"},null]', null, '24', null, '2025-01-13 13:09:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878670880523087874', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1878670710813159425\",\"title\":\"地面模拟辐射源类型\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-13 13:10:16\"},null]', null, '50', null, '2025-01-13 13:10:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878670933438427138', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1878670710813159425\",\"title\":\"地面模拟辐射源类型\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-13 13:10:29\"},null]', null, '25', null, '2025-01-13 13:10:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878673642262556673', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1876435491204833281\",\"title\":\"总剂量效应\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-13 13:21:15\"},null]', null, '22', null, '2025-01-13 13:21:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878677008141185025', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"content\":\"

http://119.78.164.156/knowledgeBase/public/doc/1876435491204833281-

\",\"fileList\":\"/oss/physical/temp/a490abb2d1e0fc4a8a83570543d4a2f2_dc6323b34fae9a12ac2db4ae42ff5692_8_1736212126820.docx,/oss/physical/temp/DF241273基于玻璃褐变的辐射剂量探测系统及方法-定稿20241213-修改ZB_1736212130113.docx\",\"id\":\"1876435799096107009\",\"title\":\"测试1\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-13 13:34:37\"},null]', null, '23', null, '2025-01-13 13:34:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878704681584357378', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-13 15:24:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878757204651339778', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-13 18:53:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878758475890356226', '2', '委托方-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ClientController.add()', null, '[{\"address\":\"吉林省吉林市丰满区长江路100号\",\"createBy\":\"admin\",\"createTime\":\"2025-01-13 18:58:20\",\"id\":\"1878758475814858753\",\"name\":\"深圳激化微特\",\"sysOrgCode\":\"A01\"}]', null, '17', null, '2025-01-13 18:58:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878758591397294082', '2', '委托方-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ClientController.edit()', null, '[{\"address\":\"吉林省吉林市丰满区长江路100号\",\"id\":\"1878758475814858753\",\"name\":\"深圳吉华微特\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-13 18:58:48\"}]', null, '20', null, '2025-01-13 18:58:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878759253904388098', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-13 19:01:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878761585983549442', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"深圳吉华微特\",\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[],\"id\":\"1878761585824165890\",\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\"}],\"startDate\":\"2024-12-24 10:30:56\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"sysOrgCode\":\"A01\",\"type\":\"2\"},null]', null, '38', null, '2025-01-13 19:10:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878761734608711682', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"fileList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:11:17\",\"experimentId\":\"1878761585824165890\",\"fileName\":\"数据库中的问题.docx\",\"fileType\":\"fzsywts\",\"fileUrl\":\"/oss/physical/temp/数据库中的问题_1736766673290.docx\",\"id\":\"1878761734558380033\",\"sysOrgCode\":\"A01\"}],\"id\":\"1878761585824165890\",\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-13 19:11:17\"}],\"startDate\":\"2024-12-24 10:30:56\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-13 19:11:17\"},null]', null, '63', null, '2025-01-13 19:11:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878761821057511425', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1878761585824165890\",\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-13 19:11:38\"}],\"startDate\":\"2024-12-24 10:30:56\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-13 19:11:38\"},null]', null, '64', null, '2025-01-13 19:11:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878988582252900354', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '0', null, '2025-01-14 10:12:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1878988670568165378', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.66', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1878761585824165890\",\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 10:13:03\"}],\"startDate\":\"2024-12-24 10:30:56\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 10:13:03\"},null]', null, '72', null, '2025-01-14 10:13:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879018943066337281', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '1', null, '2025-01-14 12:13:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879019209899569154', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.64', null, null, null, null, '0', null, '2025-01-14 12:14:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879019857277808642', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1878761585824165890\",\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 12:16:59\"}],\"startDate\":\"2024-12-24 10:30:56\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 12:16:59\"},null]', null, '77', null, '2025-01-14 12:16:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879019954900234241', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1878761585824165890\",\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 12:17:22\"}],\"startDate\":\"2024-12-24 10:30:56\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 12:17:22\"},null]', null, '93', null, '2025-01-14 12:17:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879019974152089602', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1878761585824165890\",\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 12:17:26\"}],\"startDate\":\"2024-12-24 10:30:56\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 12:17:26\"},null]', null, '37', null, '2025-01-14 12:17:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879020155090169858', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1878761585824165890\",\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 12:18:10\"}],\"startDate\":\"2024-12-24 10:30:56\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 12:18:10\"},null]', null, '48', null, '2025-01-14 12:18:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879031715531517953', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-14 13:04:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879031783013675009', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1878761585824165890\",\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 13:04:22\"}],\"startDate\":\"2024-12-24 10:30:56\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 13:04:22\"},null]', null, '40', null, '2025-01-14 13:04:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879033664918188034', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-14 13:11:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879033943189286913', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1878761585824165890\",\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 13:12:57\"}],\"startDate\":\"2024-12-24 10:30:56\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 13:12:57\"},null]', null, '46', null, '2025-01-14 13:12:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879034735887577089', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-01-14 13:16:06\",\"environmentalTemperature\":\"19\",\"experimentId\":\"1878761585824165890\",\"id\":\"1879034735845634050\",\"measurementRate\":\"[{\\\"dgy\\\":0}]\",\"radiationDetail\":\"{\\\"xgy\\\":[],\\\"dgy\\\":[{\\\"1\\\":\\\"50\\\",\\\"2\\\":\\\"61.5\\\",\\\"3\\\":\\\"50.5\\\",\\\"5\\\":\\\"100,150\\\",\\\"key\\\":\\\"f94a4985c04c433fa7c3e6da8f0e4984\\\",\\\"point\\\":\\\"100,150\\\",\\\"startTime\\\":\\\"2024-12-24 12:11:58\\\",\\\"endTime\\\":\\\"2024-12-24 12:44:14\\\"}],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationEndTime\":\"2024-12-24 12:44:14\",\"radiationSource\":\"大钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2024-12-24 12:11:58\",\"sampleInfo\":\"1878761585916440578\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 13:16:06\"}],\"sysOrgCode\":\"A01\"},null]', null, '33', null, '2025-01-14 13:16:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879037965413576705', '2', '测试过程-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.add()', null, '[{\"annealingDuration\":\"\",\"createBy\":\"admin\",\"createTime\":\"2025-01-14 13:28:56\",\"environmentalHumidity\":\"33\",\"environmentalTemperature\":\"19.2\",\"experimentId\":\"1878761585824165890\",\"id\":\"1879037965371633665\",\"sampleInfo\":\"1878761585916440578\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 13:28:56\"}],\"sysOrgCode\":\"A01\",\"testData\":\"[{\\\"key\\\":\\\"bf22ad30eebb42139190a1c3dd71620e\\\",\\\"url\\\":\\\"/oss/physical/temp/data_1736832506721.csv\\\",\\\"fileName\\\":\\\"data.csv\\\"}]\",\"testEndTime\":\"2024-12-24 13:57:29\",\"testEquipment\":\"[{\\\"key\\\":\\\"6c83af84d1d5482480225d1333c78f87\\\",\\\"sample_model\\\":\\\"JHCSL797034NJR\\\",\\\"equipment_model\\\":\\\"IT6333A\\\",\\\"managementNo\\\":\\\"TY17\\\",\\\"roomNo\\\":\\\"315\\\",\\\"equipment_name\\\":\\\"直流电源\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"100K\",\"testParameters\":\"[{\\\"key\\\":\\\"7d6bf694ab064c52b35123cf5709a42e\\\",\\\"name\\\":\\\"输入高电平电流\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"others\",\"testStartTime\":\"2024-12-24 13:10:29\"},null]', null, '32', null, '2025-01-14 13:28:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879039098601271298', '2', '退火过程-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentAnnealProcessController.add()', null, '[{\"annealEndTime\":\"2024-12-24 19:20:29\",\"annealStartTime\":\"2024-12-24 19:20:29\",\"annealTemperature\":\"100\",\"createBy\":\"admin\",\"createTime\":\"2025-01-14 13:33:26\",\"deviationCondition\":\"\",\"deviationEquipment\":\"\",\"experimentId\":\"1878761585824165890\",\"id\":\"1879039098559328257\",\"sampleInfo\":\"1878761585916440578\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 13:33:26\"}],\"sysOrgCode\":\"A01\"},null]', null, '31', null, '2025-01-14 13:33:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879039406144417793', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-14 13:34:39\",\"experimentId\":\"1878761585824165890\",\"id\":\"1879039406001811458\",\"loadCapacity\":\"0\",\"offsetCondition\":\"jtpz\",\"offsetCurrent\":\"0.001\",\"offsetVoltage\":\"12V\",\"otherCondition\":\"0\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleNumber\":\"1~11#\",\"sysOrgCode\":\"A01\"}],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1878761585824165890\",\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 13:34:39\"}],\"startDate\":\"2024-12-24 10:30:56\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-14 13:34:39\"},null]', null, '55', null, '2025-01-14 13:34:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879040897777332226', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-14 13:40:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879096912690475010', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-14 17:23:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879102742794006530', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-01-14 17:46:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879114101439000578', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-14 18:31:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879115496317710337', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-14 18:37:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1879461912793772034', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-15 17:33:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1881162108841947138', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '0', null, '2025-01-20 10:09:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1881891544860127233', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-22 10:28:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882081400068464642', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '5', null, '2025-01-22 23:02:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882081400068464643', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '4', null, '2025-01-22 23:02:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882081485246390273', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceName\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceType\":\"14nm Gen 6 CMOS and FinFET\",\"experimentDate\":\"2015-11-01 00:00:00\",\"id\":\"d57a89638c147cfddf8b5a4e44766017\",\"manufacturer\":\"Intel2\",\"totalCountLhs\":\"22\",\"totalCountNasa\":\"22\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-22 23:02:48\"}]', null, '15', null, '2025-01-22 23:02:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882081512983322626', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceName\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceType\":\"14nm Gen 6 CMOS and FinFET\",\"experimentDate\":\"2015-11-01 00:00:00\",\"id\":\"d57a89638c147cfddf8b5a4e44766017\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"22\",\"totalCountNasa\":\"22\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-22 23:02:54\"}]', null, '12', null, '2025-01-22 23:02:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882081564388712449', '2', '试验管理-暂存', '1', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-14 13:34:40\",\"experimentId\":\"1878761585824165890\",\"id\":\"1879039406001811458\",\"loadCapacity\":\"0\",\"offsetCondition\":\"jtpz\",\"offsetCurrent\":\"0.001\",\"offsetVoltage\":\"12V\",\"otherCondition\":\"0\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleNumber\":\"1~11#\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-22 23:03:06\"}],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1878761585824165890\",\"indexNo\":15,\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"modelBatch\":\"JHCSL797034NJR-2443\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-22 23:03:06\"}],\"startDate\":\"2024-12-24 10:30:56\",\"status\":\"暂存\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-22 23:03:06\"},null]', null, '192', null, '2025-01-22 23:03:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882081596743573505', '2', '试验管理-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-14 13:34:40\",\"experimentId\":\"1878761585824165890\",\"id\":\"1879039406001811458\",\"loadCapacity\":\"0\",\"offsetCondition\":\"jtpz\",\"offsetCurrent\":\"0.001\",\"offsetVoltage\":\"12V\",\"otherCondition\":\"0\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleNumber\":\"1~11#\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-22 23:03:14\"}],\"deviationEquipmentList\":[],\"endDate\":\"2025-01-31 19:30:15\",\"experimentNo\":\"KC-2025-JL-041\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1878761585824165890\",\"indexNo\":16,\"irradiationBoardList\":[],\"name\":\"深圳吉华微特光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-13 19:10:42\",\"experimentId\":\"1878761585824165890\",\"id\":\"1878761585916440578\",\"modelBatch\":\"JHCSL797034NJR-2443\",\"sampleBatch\":\"2443\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"JHCSL797034NJR\",\"sampleName\":\"样品类型001\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-22 23:03:14\"}],\"startDate\":\"2024-12-24 10:30:56\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-22 23:03:14\"},null]', null, '131', null, '2025-01-22 23:03:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882081628246990849', '2', '试验管理-暂存', '1', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877563529271373826\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"/oss/physical/temp/IMG_20250106_184740_1736480985673.jpg\",\"sampleModel\":\"test003\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-22 23:03:22\"}],\"experimentNo\":\"KC-2025-JL-033\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877563529116184578\",\"indexNo\":17,\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 00:00:00\",\"status\":\"暂存\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-22 23:03:21\"},null]', null, '281', null, '2025-01-22 23:03:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882081649294008322', '2', '试验管理-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 11:50:03\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877563529116184578\",\"id\":\"1877563529271373826\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"/oss/physical/temp/IMG_20250106_184740_1736480985673.jpg\",\"sampleModel\":\"test003\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-22 23:03:27\"}],\"experimentNo\":\"KC-2025-JL-033\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877563529116184578\",\"indexNo\":18,\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 00:00:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-22 23:03:27\"},null]', null, '213', null, '2025-01-22 23:03:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882085016892289025', '2', '试验管理-暂存', '1', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431637053441\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:18\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431662219265\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"315\",\"sampleImage\":\"/oss/physical/temp/捕获_1736471418611.PNG\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:18\"}],\"experimentNo\":\"KC-2025-JL-020\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877523431544778753\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877523431687385089\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"sampleImage\":\"/oss/physical/temp/捕获_1736471387410.PNG\",\"sampleModel\":\"测试样品型号\",\"sourceArea\":\"10\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:18\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:59:31\",\"experimentId\":\"1877523431544778753\",\"id\":\"1877535710227132417\",\"modelBatch\":\"测试样品型号-测试样品批次\",\"sampleBatch\":\"测试样品批次\",\"sampleImage\":\"/oss/physical/temp/捕获2_1736474367106.PNG\",\"sampleManufacturer\":\"测试样品生产厂家\",\"sampleModel\":\"测试样品型号\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:00:18\"}],\"startDate\":\"2025-01-10 09:08:31\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\"},null]', null, '16', null, '2025-01-22 23:16:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882085067957940226', '2', '试验管理-暂存', '1', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationConditionList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814711439361\",\"offsetCondition\":\"dtpz\",\"offsetVoltage\":\"10\",\"sampleModel\":\"测试样品型号\",\"sampleNumber\":\"1111\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14:51\"}],\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814694662145\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14:51\"}],\"experimentNo\":\"KC-2025-JL-023\",\"experimentUser\":\"1875115180182106113\",\"id\":\"1877535814652719105\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10:43\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814677884930\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"measurementValidity\":\"至\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14:51\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 10:00:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\"},null]', null, '18', null, '2025-01-22 23:17:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882104059481235457', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '4', null, '2025-01-23 00:32:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882104070428368898', '4', 'com.alibaba.fastjson.JSONException:offset 1, character [, line 1, column 2, fastjson-version 2.0.43 [{\'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\'}, {\'data.csv\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\'}]', null, 'admin', '管理员', '127.0.0.1', '_t=1737563552706&pageNo=1&column=createTime&pageSize=10&order=desc', '/physical/database/nasaDataRecord/list', 'com.alibaba.fastjson.JSONException: offset 1, character [, line 1, column 2, fastjson-version 2.0.43 [{\'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\'}, {\'data.csv\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\'}]\r\n at com.alibaba.fastjson.JSON.parseObject(JSON.java:524)\r\n at org.jeecg.modules.database.controller.NasaDataRecordController.lambda$queryPageList$0(NasaDataRecordController.java:63)\r\n at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)\r\n at org.jeecg.modules.database.controller.NasaDataRecordController.queryPageList(NasaDataRecordController.java:60)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.NasaDataRecordController$$SpringCGLIB$$0.queryPageList()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1512)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.alibaba.fastjson2.JSONException: offset 1, character [, line 1, column 2, fastjson-version 2.0.43 [{\'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\'}, {\'data.csv\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\'}]\r\n at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:2066)\r\n at com.alibaba.fastjson2.reader.ObjectReaderImplMap.readObject(ObjectReaderImplMap.java:451)\r\n at com.alibaba.fastjson.JSON.parseObject(JSON.java:514)\r\n ... 144 more\r\n', null, null, null, '2025-01-23 00:32:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882104098161106946', '4', 'com.alibaba.fastjson.JSONException:offset 1, character [, line 1, column 2, fastjson-version 2.0.43 [{\'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\'}, {\'data.csv\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\'}]', null, 'admin', '管理员', '127.0.0.1', '_t=1737563559391&pageNo=1&column=createTime&pageSize=10&order=desc', '/physical/database/nasaDataRecord/list', 'com.alibaba.fastjson.JSONException: offset 1, character [, line 1, column 2, fastjson-version 2.0.43 [{\'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\'}, {\'data.csv\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\'}]\r\n at com.alibaba.fastjson.JSON.parseObject(JSON.java:524)\r\n at org.jeecg.modules.database.controller.NasaDataRecordController.lambda$queryPageList$0(NasaDataRecordController.java:63)\r\n at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)\r\n at org.jeecg.modules.database.controller.NasaDataRecordController.queryPageList(NasaDataRecordController.java:60)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.NasaDataRecordController$$SpringCGLIB$$0.queryPageList()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.alibaba.fastjson2.JSONException: offset 1, character [, line 1, column 2, fastjson-version 2.0.43 [{\'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\'}, {\'data.csv\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\'}]\r\n at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:2066)\r\n at com.alibaba.fastjson2.reader.ObjectReaderImplMap.readObject(ObjectReaderImplMap.java:451)\r\n at com.alibaba.fastjson.JSON.parseObject(JSON.java:514)\r\n ... 144 more\r\n', null, null, null, '2025-01-23 00:32:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882104115420667905', '4', 'com.alibaba.fastjson.JSONException:offset 1, character [, line 1, column 2, fastjson-version 2.0.43 [{\'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\'}, {\'data.csv\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\'}]', null, 'admin', '管理员', '127.0.0.1', '_t=1737563563507&pageNo=1&column=createTime&pageSize=10&order=desc', '/physical/database/nasaDataRecord/list', 'com.alibaba.fastjson.JSONException: offset 1, character [, line 1, column 2, fastjson-version 2.0.43 [{\'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\'}, {\'data.csv\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\'}]\r\n at com.alibaba.fastjson.JSON.parseObject(JSON.java:524)\r\n at org.jeecg.modules.database.controller.NasaDataRecordController.lambda$queryPageList$0(NasaDataRecordController.java:63)\r\n at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)\r\n at org.jeecg.modules.database.controller.NasaDataRecordController.queryPageList(NasaDataRecordController.java:60)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.NasaDataRecordController$$SpringCGLIB$$0.queryPageList()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.alibaba.fastjson2.JSONException: offset 1, character [, line 1, column 2, fastjson-version 2.0.43 [{\'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\'}, {\'data.csv\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\'}]\r\n at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:2066)\r\n at com.alibaba.fastjson2.reader.ObjectReaderImplMap.readObject(ObjectReaderImplMap.java:451)\r\n at com.alibaba.fastjson.JSON.parseObject(JSON.java:514)\r\n ... 144 more\r\n', null, null, null, '2025-01-23 00:32:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882104134169206786', '4', 'com.alibaba.fastjson.JSONException:offset 1, character [, line 1, column 2, fastjson-version 2.0.43 [{\'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\'}, {\'data.csv\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\'}]', null, 'admin', '管理员', '127.0.0.1', '_t=1737563567964&pageNo=1&column=createTime&pageSize=10&order=desc', '/physical/database/nasaDataRecord/list', 'com.alibaba.fastjson.JSONException: offset 1, character [, line 1, column 2, fastjson-version 2.0.43 [{\'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\'}, {\'data.csv\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\'}]\r\n at com.alibaba.fastjson.JSON.parseObject(JSON.java:524)\r\n at org.jeecg.modules.database.controller.NasaDataRecordController.lambda$queryPageList$0(NasaDataRecordController.java:63)\r\n at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)\r\n at org.jeecg.modules.database.controller.NasaDataRecordController.queryPageList(NasaDataRecordController.java:60)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.NasaDataRecordController$$SpringCGLIB$$0.queryPageList()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.alibaba.fastjson2.JSONException: offset 1, character [, line 1, column 2, fastjson-version 2.0.43 [{\'NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\'}, {\'data.csv\': \'/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\'}]\r\n at com.alibaba.fastjson2.JSONReader.read(JSONReader.java:2066)\r\n at com.alibaba.fastjson2.reader.ObjectReaderImplMap.readObject(ObjectReaderImplMap.java:451)\r\n at com.alibaba.fastjson.JSON.parseObject(JSON.java:514)\r\n ... 144 more\r\n', null, null, null, '2025-01-23 00:32:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882350699186192385', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '6', null, '2025-01-23 16:52:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882350790823346177', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceName\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceType\":\"14nm Gen 6 CMOS and FinFET\",\"experimentDate\":\"2015-11-01 00:00:00\",\"fileList\":\"{\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"data.csv\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\\\",\\\"OP07D_1737622374087.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\\\"}\",\"fileMap\":{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.csv\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\",\"OP07D_1737622374087.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\"},\"id\":\"d57a89638c147cfddf8b5a4e44766017\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"22\",\"totalCountNasa\":\"22\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-23 16:52:55\"}]', null, '50', null, '2025-01-23 16:52:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882370627477929986', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-23 18:11:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882371298935668737', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-01-23 18:14:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882374985720496129', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceName\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceType\":\"14nm Gen 6 CMOS and FinFET\",\"experimentDate\":\"2015-11-01 00:00:00\",\"fileList\":\"{\\\"data.csv\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\\\",\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"OP07D_1737622374087.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\\\",\\\"data1_1737628139127.csv\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737628139127.csv\\\"}\",\"fileMap\":{\"data.csv\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"OP07D_1737622374087.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\",\"data1_1737628139127.csv\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737628139127.csv\"},\"id\":\"d57a89638c147cfddf8b5a4e44766017\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"22\",\"totalCountNasa\":\"22\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-23 18:29:04\"}]', null, '5', null, '2025-01-23 18:29:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882375084282445826', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceName\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceType\":\"14nm Gen 6 CMOS and FinFET\",\"experimentDate\":\"2015-11-01 00:00:00\",\"fileList\":\"{\\\"data.csv\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\\\",\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"OP07D_1737622374087.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\\\"}\",\"fileMap\":{\"data.csv\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"OP07D_1737622374087.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\"},\"id\":\"d57a89638c147cfddf8b5a4e44766017\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"22\",\"totalCountNasa\":\"22\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-23 18:29:27\"}]', null, '5', null, '2025-01-23 18:29:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1882385097306636290', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"15-081\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceName\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceType\":\"14nm Gen 6 CMOS and FinFET\",\"experimentDate\":\"2015-11-01 00:00:00\",\"fileList\":\"{\\\"data.csv\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\\\",\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"OP07D_1737622374087.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\\\",\\\"data1_1737630552401.csv\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737630552401.csv\\\"}\",\"fileMap\":{\"data.csv\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"OP07D_1737622374087.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\",\"data1_1737630552401.csv\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737630552401.csv\"},\"id\":\"d57a89638c147cfddf8b5a4e44766017\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"1\",\"totalCountNasa\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-23 19:09:14\"}]', null, '8', null, '2025-01-23 19:09:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1887367919708635138', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-02-06 13:09:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889181503321243650', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-02-11 13:15:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889181987520086017', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"15-081\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceName\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2015-11-01 00:00:00\",\"fileList\":\"{\\\"data.csv\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\\\",\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"OP07D_1737622374087.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\\\",\\\"data1_1737630552401.csv\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737630552401.csv\\\"}\",\"fileMap\":{\"data.csv\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"OP07D_1737622374087.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\",\"data1_1737630552401.csv\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737630552401.csv\"},\"id\":\"d57a89638c147cfddf8b5a4e44766017\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"1\",\"totalCountNasa\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-11 13:17:39\"}]', null, '17', null, '2025-02-11 13:17:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889235373913243650', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-02-11 16:49:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889235575059480577', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"15-081\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i3-6100T Skylake 6th Gen Core™\",\"deviceName\":\"i3-6100T Skylake 6th Gen Core™\",\"deviceType\":\"14nm Gen 6 CMOS and FinFET\",\"experimentDate\":\"2016MayTAMU;2016MayScripps\",\"fileList\":\"{\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"data.csv\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data.csv\\\"}\",\"fileMap\":{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.csv\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data.csv\"},\"id\":\"582d1a8bd9fadf2151b7262fb55c1e81\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"1\",\"totalCountNasa\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-11 16:50:36\"}]', null, '19', null, '2025-02-11 16:50:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889235626599088130', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"15-081\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i3-6100T Skylake 6th Gen Core™\",\"deviceName\":\"i3-6100T Skylake 6th Gen Core™\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2016MayTAMU;2016MayScripps\",\"fileList\":\"{\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"data.csv\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data.csv\\\"}\",\"fileMap\":{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.csv\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data.csv\"},\"id\":\"582d1a8bd9fadf2151b7262fb55c1e81\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"1\",\"totalCountNasa\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-11 16:50:48\"}]', null, '19', null, '2025-02-11 16:50:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889236641725513730', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"15-081\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i3-6100T Skylake 6th Gen Core™\",\"deviceName\":\"i3-6100T Skylake 6th Gen Core™\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2016MayTAMU;2016MayScripps\",\"fileList\":\"{\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"data.csv\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data.csv\\\",\\\"data1_1739264083094.csv\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data1_1739264083094.csv\\\"}\",\"fileMap\":{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.csv\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data.csv\",\"data1_1739264083094.csv\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data1_1739264083094.csv\"},\"id\":\"582d1a8bd9fadf2151b7262fb55c1e81\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"2\",\"totalCountNasa\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-11 16:54:50\"}]', null, '5', null, '2025-02-11 16:54:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889897298875613185', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-02-13 12:40:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889904989966663682', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"15-081\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i3-6100T Skylake 6th Gen Core™\",\"deviceName\":\"i3-6100T Skylake 6th Gen Core™\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2016MayTAMU;2016MayScripps\",\"fileList\":\"{\\\"data.csv\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data.csv\\\",\\\"data1_1739264083094.csv\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data1_1739264083094.csv\\\",\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\"}\",\"fileMap\":{\"data.csv\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data.csv\",\"data1_1739264083094.csv\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data1_1739264083094.csv\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"},\"id\":\"582d1a8bd9fadf2151b7262fb55c1e81\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"2\",\"totalCountNasa\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-13 13:10:36\"}]', null, '20', null, '2025-02-13 13:10:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889907547133149186', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"15-081\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i3-6100 Skylake 6th Gen Core™\",\"deviceName\":\"i3-6100 Skylake 6th Gen Core™\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2015Dec\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"data.csv\\\":\\\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/data.csv\\\"}\",\"fileMap\":{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.csv\":\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/data.csv\"},\"id\":\"13611cff3b2d2900963ccffd930073db\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"1\",\"totalCountNasa\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-13 13:20:46\"}]', null, '25', null, '2025-02-13 13:20:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889907817477013506', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"15-081\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i3-6100T Skylake 6th Gen Core™\",\"deviceName\":\"i3-6100T Skylake 6th Gen Core™\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2016MayTAMU;2016MayScripps\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"data.csv\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data.csv\\\",\\\"data1_1739264083094.csv\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data1_1739264083094.csv\\\",\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\"}\",\"fileMap\":{\"data.csv\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data.csv\",\"data1_1739264083094.csv\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/data1_1739264083094.csv\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/582d1a8bd9fadf2151b7262fb55c1e81/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\"},\"id\":\"582d1a8bd9fadf2151b7262fb55c1e81\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"2\",\"totalCountNasa\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-13 13:21:51\"}]', null, '33', null, '2025-02-13 13:21:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889907862599335937', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"15-081\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceName\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2015-11-01 00:00:00\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"data.csv\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\\\",\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"OP07D_1737622374087.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\\\",\\\"data1_1737630552401.csv\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737630552401.csv\\\"}\",\"fileMap\":{\"data.csv\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.csv\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"OP07D_1737622374087.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\",\"data1_1737630552401.csv\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737630552401.csv\"},\"id\":\"d57a89638c147cfddf8b5a4e44766017\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"1\",\"totalCountNasa\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-13 13:22:01\"}]', null, '12', null, '2025-02-13 13:22:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889908442189234177', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"15-081\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i3-6100 Skylake 6th Gen Core™\",\"deviceName\":\"i3-6100 Skylake 6th Gen Core™\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2015Dec\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"data.csv\\\":\\\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/data.csv\\\",\\\"data1_1739424257467.csv\\\":\\\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/data1_1739424257467.csv\\\"}\",\"fileMap\":{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.csv\":\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/data.csv\",\"data1_1739424257467.csv\":\"/oss/physical/NASA/13611cff3b2d2900963ccffd930073db/data1_1739424257467.csv\"},\"id\":\"13611cff3b2d2900963ccffd930073db\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"1\",\"totalCountNasa\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-13 13:24:20\"}]', null, '13', null, '2025-02-13 13:24:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889911276427247618', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"15-080\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i3-5005U Broadwell 5th Gen Core™\",\"deviceName\":\"i3-5005U Broadwell 5th Gen Core™\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2015MGH;TRIUMF;HUPTI;Scripps;2015AugTAMU;2015DecTAMU;2016MayTAMU\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"data.csv\\\":\\\"/oss/physical/NASA/1a94233535389963339568deb2e132c6/data.csv\\\",\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/1a94233535389963339568deb2e132c6/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"NEPP-CP-2015-Szabo-Paper-DW-TN24989.pdf\\\":\\\"/oss/physical/NASA/1a94233535389963339568deb2e132c6/NEPP-CP-2015-Szabo-Paper-DW-TN24989.pdf\\\",\\\"data1_1739424934025.csv\\\":\\\"/oss/physical/NASA/1a94233535389963339568deb2e132c6/data1_1739424934025.csv\\\"}\",\"fileMap\":{\"data.csv\":\"/oss/physical/NASA/1a94233535389963339568deb2e132c6/data.csv\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/1a94233535389963339568deb2e132c6/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"NEPP-CP-2015-Szabo-Paper-DW-TN24989.pdf\":\"/oss/physical/NASA/1a94233535389963339568deb2e132c6/NEPP-CP-2015-Szabo-Paper-DW-TN24989.pdf\",\"data1_1739424934025.csv\":\"/oss/physical/NASA/1a94233535389963339568deb2e132c6/data1_1739424934025.csv\"},\"id\":\"1a94233535389963339568deb2e132c6\",\"manufacturer\":\"Intel\",\"totalCountLhs\":\"2\",\"totalCountNasa\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-13 13:35:35\"}]', null, '16', null, '2025-02-13 13:35:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889963079776829442', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-02-13 17:01:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889963336136884226', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceFunction\":\"CPCI Pentium Processor\",\"deviceMode\":\"ZT-6500\",\"deviceName\":\"ZT-6500 CPCI Pentium Processor\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"9/1/1997\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/9e21d010a331791e60852bfd57faeca3/NSREC99.pdf\\\",\\\"data.csv\\\":\\\"/oss/physical/NASA/9e21d010a331791e60852bfd57faeca3/data.csv\\\",\\\"data2_1739437345168.csv\\\":\\\"/oss/physical/NASA/9e21d010a331791e60852bfd57faeca3/data2_1739437345168.csv\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/9e21d010a331791e60852bfd57faeca3/NSREC99.pdf\",\"data.csv\":\"/oss/physical/NASA/9e21d010a331791e60852bfd57faeca3/data.csv\",\"data2_1739437345168.csv\":\"/oss/physical/NASA/9e21d010a331791e60852bfd57faeca3/data2_1739437345168.csv\"},\"id\":\"9e21d010a331791e60852bfd57faeca3\",\"manufacturer\":\"Ziatech\",\"totalCountLhs\":\"1\",\"totalCountNasa\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-13 17:02:27\"}]', null, '19', null, '2025-02-13 17:02:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889965781055406081', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"62832H\",\"deviceFunction\":\"32kx8 SRAM\",\"deviceMode\":\"ZQ04031\",\"deviceName\":\"存储器SRAM\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"11/7/1991\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"PPM-91-702.pdf\\\":\\\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/PPM-91-702.pdf\\\",\\\"data.csv\\\":\\\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/data.csv\\\"}\",\"fileMap\":{\"PPM-91-702.pdf\":\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/PPM-91-702.pdf\",\"data.csv\":\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/data.csv\"},\"id\":\"61ec25861874efc8539ebb58041971b3\",\"manufacturer\":\"Elmo/Hitachi\",\"totalCountLhs\":\"135\",\"totalCountNasa\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-13 17:12:10\"}]', null, '26', null, '2025-02-13 17:12:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1889970403186802690', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"62832H\",\"deviceFunction\":\"32kx8 SRAM\",\"deviceMode\":\"ZQ04031\",\"deviceName\":\"存储器SRAM\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"11/7/1991\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"PPM-91-702.pdf\\\":\\\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/PPM-91-702.pdf\\\",\\\"data.csv\\\":\\\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/data.csv\\\",\\\"data3_1739439030146.csv\\\":\\\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/data3_1739439030146.csv\\\"}\",\"fileMap\":{\"PPM-91-702.pdf\":\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/PPM-91-702.pdf\",\"data.csv\":\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/data.csv\",\"data3_1739439030146.csv\":\"/oss/physical/NASA/61ec25861874efc8539ebb58041971b3/data3_1739439030146.csv\"},\"id\":\"61ec25861874efc8539ebb58041971b3\",\"manufacturer\":\"Elmo/Hitachi\",\"totalCountLhs\":\"135\",\"totalCountNasa\":\"3\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-13 17:30:32\"}]', null, '9', null, '2025-02-13 17:30:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1890258175734808577', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-02-14 12:34:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1890263214708719617', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceFunction\":\"Test Transistors\",\"deviceMode\":\"Xilinx SIRF Test Transistors\",\"deviceName\":\"Xilinx SIRF Test Transistors\",\"deviceType\":\"晶体管\",\"experimentDate\":\"VdG2008JUN\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/nsrec09_W13_TID.pdf\\\",\\\"VdG08JUN_Xilinx_SIRF.pdf\\\":\\\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/VdG08JUN_Xilinx_SIRF.pdf\\\",\\\"data3_1739508825953.csv\\\":\\\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/data3_1739508825953.csv\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/nsrec09_W13_TID.pdf\",\"VdG08JUN_Xilinx_SIRF.pdf\":\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/VdG08JUN_Xilinx_SIRF.pdf\",\"data3_1739508825953.csv\":\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/data3_1739508825953.csv\"},\"id\":\"c4f282a641a0de09da1c2fd976fadc31\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":\"27\",\"totalCountNasa\":\"9\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-14 12:54:04\"}]', null, '12', null, '2025-02-14 12:54:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1890267400456339457', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceFunction\":\"Test Transistors\",\"deviceMode\":\"Xilinx SIRF Test Transistors\",\"deviceName\":\"Xilinx SIRF Test Transistors\",\"deviceType\":\"晶体管\",\"experimentDate\":\"VdG2008JUN\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"data3_1739508825953.csv\\\":\\\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/data3_1739508825953.csv\\\",\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/nsrec09_W13_TID.pdf\\\",\\\"VdG08JUN_Xilinx_SIRF.pdf\\\":\\\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/VdG08JUN_Xilinx_SIRF.pdf\\\"}\",\"fileMap\":{\"data3_1739508825953.csv\":\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/data3_1739508825953.csv\",\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/nsrec09_W13_TID.pdf\",\"VdG08JUN_Xilinx_SIRF.pdf\":\"/oss/physical/NASA/c4f282a641a0de09da1c2fd976fadc31/VdG08JUN_Xilinx_SIRF.pdf\"},\"id\":\"c4f282a641a0de09da1c2fd976fadc31\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":\"27\",\"totalCountNasa\":\"9\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-14 13:10:42\"}]', null, '22', null, '2025-02-14 13:10:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1890270034751881218', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XQVR300\",\"deviceName\":\"FPGA\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"10/28/2000\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"data.csv\\\":\\\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/data.csv\\\",\\\"下载链接_1739510458557.txt\\\":\\\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/下载链接_1739510458557.txt\\\"}\",\"fileMap\":{\"data.csv\":\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/data.csv\",\"下载链接_1739510458557.txt\":\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/下载链接_1739510458557.txt\"},\"id\":\"727080e215445e36eece2d479b2b879f\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":\"1\",\"totalCountNasa\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-14 13:21:10\"}]', null, '11', null, '2025-02-14 13:21:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1890271221064630274', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XQR4036XL\",\"deviceName\":\"FPGA\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"9/6/1998\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"data.csv\\\":\\\"/oss/physical/NASA/74f68e31bfb158325dbeaa88d1cdcc25/data.csv\\\",\\\"下载链接_1739510722133.txt\\\":\\\"/oss/physical/NASA/74f68e31bfb158325dbeaa88d1cdcc25/下载链接_1739510722133.txt\\\",\\\"data2_1739510749530.csv\\\":\\\"/oss/physical/NASA/74f68e31bfb158325dbeaa88d1cdcc25/data2_1739510749530.csv\\\"}\",\"fileMap\":{\"data.csv\":\"/oss/physical/NASA/74f68e31bfb158325dbeaa88d1cdcc25/data.csv\",\"下载链接_1739510722133.txt\":\"/oss/physical/NASA/74f68e31bfb158325dbeaa88d1cdcc25/下载链接_1739510722133.txt\",\"data2_1739510749530.csv\":\"/oss/physical/NASA/74f68e31bfb158325dbeaa88d1cdcc25/data2_1739510749530.csv\"},\"id\":\"74f68e31bfb158325dbeaa88d1cdcc25\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":\"1\",\"totalCountNasa\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-14 13:25:53\"}]', null, '22', null, '2025-02-14 13:25:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1890271967948537857', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XQVR300\",\"deviceName\":\"FPGA\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"10/28/2000\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"下载链接_1739510458557.txt\\\":\\\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/下载链接_1739510458557.txt\\\",\\\"data.csv\\\":\\\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/data.csv\\\",\\\"data2_1739510928846.csv\\\":\\\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/data2_1739510928846.csv\\\"}\",\"fileMap\":{\"下载链接_1739510458557.txt\":\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/下载链接_1739510458557.txt\",\"data.csv\":\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/data.csv\",\"data2_1739510928846.csv\":\"/oss/physical/NASA/727080e215445e36eece2d479b2b879f/data2_1739510928846.csv\"},\"id\":\"727080e215445e36eece2d479b2b879f\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":\"2\",\"totalCountNasa\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-14 13:28:51\"}]', null, '24', null, '2025-02-14 13:28:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1890327533047742466', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-02-14 17:09:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1890329303232774146', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"deviceBatch\":\"14-015; 1774118\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XQV5FX70T\",\"deviceName\":\"Virtex 5 FPGA\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"12/16/2014\",\"experimentUser\":\"张兴尧\",\"id\":\"8a49a2388d93b5f370d168d44759ecf0\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":\"1\",\"totalCountNasa\":\"1\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-14 17:16:41\"}]', null, '14', null, '2025-02-14 17:16:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1890344536416419842', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-14 18:17:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891388778152685569', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '7', null, '2025-02-17 15:26:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891389180457742338', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-02-17 15:28:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891389194865176578', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-02-17 15:28:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891394887022243842', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.162', null, null, null, null, '0', null, '2025-02-17 15:50:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891674927291133953', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-02-18 10:23:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891675350680956929', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.162', null, null, null, null, '0', null, '2025-02-18 10:25:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891700439111659521', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 12:05:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891700898815766529', '2', '辐射源类型-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.RadiateTypeController.edit()', null, '[{\"expireDate\":\"2025-01-02\",\"id\":\"1874761518930882562\",\"managementNo\":\"3\",\"model\":\"ELV-8\",\"name\":\"电子加速器\",\"roomNo\":\"123\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 12:06:54\"}]', null, '26', null, '2025-02-18 12:06:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891701137870123009', '2', '辐射源类型-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.RadiateTypeController.edit()', null, '[{\"expireDate\":\"2025-05-10\",\"id\":\"1874760284513660929\",\"managementNo\":\"2\",\"model\":\"C188\",\"name\":\"小钴源\",\"roomNo\":\"117\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 12:07:52\"}]', null, '17', null, '2025-02-18 12:07:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891701323078004737', '2', '辐射源类型-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.RadiateTypeController.delete()', null, ' id: 1874761518930882562', null, '16', null, '2025-02-18 12:08:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891701331269480450', '2', '辐射源类型-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.RadiateTypeController.delete()', null, ' id: 1874760284513660929', null, '22', null, '2025-02-18 12:08:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891703194387705858', '2', '辐射源类型-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.RadiateTypeController.delete()', null, ' id: 1891703160724221956', null, '5', null, '2025-02-18 12:16:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891703200754659329', '2', '辐射源类型-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.RadiateTypeController.delete()', null, ' id: 1891703160732610561', null, '4', null, '2025-02-18 12:16:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891703206291140610', '2', '辐射源类型-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.RadiateTypeController.delete()', null, ' id: 1891703160732610562', null, '20', null, '2025-02-18 12:16:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891704245492871169', '2', '设备-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.EquipmentController.delete()', null, ' id: 1891704174869180418', null, '12', null, '2025-02-18 12:20:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891704257610215426', '2', '设备-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.EquipmentController.delete()', null, ' id: 1891704174885957634', null, '20', null, '2025-02-18 12:20:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891704304896798721', '2', '设备-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.EquipmentController.delete()', null, ' id: 1891704174894346241', null, '3', null, '2025-02-18 12:20:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891707057085837314', '2', '添加用户,username: 试验员1', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 12:31:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891707543289556994', '2', '添加用户,username: 试验员2', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 12:33:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891707880683565057', '2', '编辑用户,username: 试验员2', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '1', null, '2025-02-18 12:34:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891709381451673602', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2025-JL-046\",\"experimentUser\":\"1891707057001951233,1891707543222448129\",\"fileList\":[],\"irradiationBoardList\":[],\"name\":\"深圳吉华微特大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-02-18 00:00:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '2', null, '2025-02-18 12:40:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891714011296395266', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"深圳吉华微特\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 12:59:01\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-02-18 12:59:01\",\"equipmentModel\":\"IT6322\",\"equipmentNo\":\"005004156\\n576001025\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891714011019571201\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"336\",\"sampleImage\":\"/oss/physical/temp/IMG_20250106_184740_1739854683213.jpg\",\"sampleModel\":\"1876179478509694978\",\"sysOrgCode\":\"A01\"}],\"experimentNo\":\"KC-2025-JL-046\",\"experimentUser\":\"1891707057001951233,1891707543222448129\",\"fileList\":[],\"id\":\"1891714010675638274\",\"indexNo\":19,\"name\":\"深圳吉华微特大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-02-18 00:00:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"sysOrgCode\":\"A01\",\"type\":\"2\"},null]', null, '136', null, '2025-02-18 12:59:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891716604030578689', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-02-18 13:09:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891718347208486914', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-02-18 12:59:01\",\"equipmentModel\":\"IT6322\",\"equipmentNo\":\"005004156\\n576001025\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891714011019571201\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"336\",\"sampleImage\":\"\",\"sampleModel\":\"1876179478509694978\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 13:16:15\"}],\"experimentNo\":\"KC-2025-JL-046\",\"experimentUser\":\"1891707057001951233,1891707543222448129\",\"fileList\":[],\"id\":\"1891714010675638274\",\"indexNo\":19,\"name\":\"深圳吉华微特大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-02-18 00:00:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '104', null, '2025-02-18 13:16:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891719421998886913', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-02-18 12:59:01\",\"equipmentModel\":\"IT6322\",\"equipmentNo\":\"005004156\\n576001025\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891714011019571201\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"336\",\"sampleImage\":\"\",\"sampleModel\":\"1876179478509694978\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 13:20:31\"}],\"experimentNo\":\"KC-2025-JL-046\",\"experimentUser\":\"1891707057001951233,1891707543222448129\",\"id\":\"1891714010675638274\",\"indexNo\":19,\"name\":\"深圳吉华微特大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-02-18 00:00:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '160', null, '2025-02-18 13:20:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891722306027483137', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 13:31:58\",\"environmentalTemperature\":\"22\",\"exceptionRecord\":\"无\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891722305884876801\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"30\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"0.1\\\",\\\"2\\\":\\\"0.0966\\\",\\\"3\\\":\\\"30\\\",\\\"key\\\":\\\"56cd7f4270d6419097485c9d902333be\\\",\\\"point\\\":\\\"30\\\",\\\"startTime\\\":\\\"2025-02-18 00:04:00\\\",\\\"endTime\\\":\\\"2025-02-19 13:33:09\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationEndTime\":\"2025-02-19 13:33:09\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-02-18 00:04:00\",\"sampleInfo\":\"1891714010843410433,1891714010860187649\",\"sysOrgCode\":\"A01\"},null]', null, '63', null, '2025-02-18 13:31:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891722498449567746', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 13:32:44\",\"environmentalTemperature\":\"22\",\"exceptionRecord\":\"无\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891722498382458881\",\"measurementRate\":\"[{\\\"dgy\\\":\\\"100\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[],\\\"dgy\\\":[{\\\"1\\\":\\\"20\\\",\\\"2\\\":\\\"65\\\",\\\"3\\\":\\\"20.65\\\",\\\"5\\\":\\\"100\\\",\\\"key\\\":\\\"04bc6a2a8a6e47caa1ac21cd4368d80a\\\",\\\"point\\\":\\\"100\\\",\\\"startTime\\\":\\\"2025-02-19 20:32:31\\\",\\\"endTime\\\":\\\"2025-02-18 07:00:00\\\"}],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationEndTime\":\"2025-02-18 07:00:00\",\"radiationSource\":\"大钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-02-19 20:32:31\",\"sampleInfo\":\"1891714010860187649\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-02-18 12:59:01\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891714010860187649\",\"modelBatch\":\"1876179478534860801-002\",\"sampleBatch\":\"002\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1739853531272.jpg\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"1876179478534860801\",\"sampleName\":\"1876179478534860801\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 13:32:44\"}],\"sysOrgCode\":\"A01\"},null]', null, '63', null, '2025-02-18 13:32:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891752283154378753', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 15:31:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891752556736245762', '2', '辐照过程-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit()', null, '[{\"comment\":\"无\",\"environmentalTemperature\":\"22\",\"exceptionRecord\":\"无\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891722305884876801\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"100\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"0.01\\\",\\\"2\\\":\\\"0.00966\\\",\\\"3\\\":\\\"30\\\",\\\"key\\\":\\\"56cd7f4270d6419097485c9d902333be\\\",\\\"point\\\":\\\"30\\\",\\\"startTime\\\":\\\"2025-02-18 00:04:00\\\",\\\"endTime\\\":\\\"2025-02-19 13:33:09\\\"},{\\\"1\\\":\\\"0.1\\\",\\\"2\\\":\\\"0.0996\\\",\\\"3\\\":\\\"100\\\",\\\"key\\\":\\\"8977fc09202545aeb6c3570fca21f10c\\\",\\\"point\\\":\\\"100\\\",\\\"startTime\\\":\\\"2025-02-18 05:00:00\\\",\\\"endTime\\\":\\\"2025-02-18 05:00:00\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1891714010843410433,1891714010860187649\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 15:32:11\"},null]', null, '189', null, '2025-02-18 15:32:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891753667727683586', '2', '测试过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.add()', null, '[{\"annealingDuration\":\"\",\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 15:36:36\",\"environmentalHumidity\":\"50\",\"environmentalTemperature\":\"28\",\"exceptionRecord\":\"无\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891753667643797506\",\"sampleInfo\":\"1891714010843410433\",\"sysOrgCode\":\"A01\",\"testData\":\"[{\\\"key\\\":\\\"145cd0f1d6414671a70db6fac1ecc061\\\",\\\"url\\\":\\\"/oss/physical/temp/cs001测试数据_1739864067173.txt\\\"},{\\\"key\\\":\\\"647b83ad07274e69a5585a79f1997f9c\\\",\\\"url\\\":\\\"/oss/physical/temp/cs002退火测试数据_1739864128651.txt\\\"}]\",\"testEndTime\":\"2025-02-18 15:31:07\",\"testEquipment\":\"[{\\\"key\\\":\\\"dbb8e1f70fc8427e80a4aad4f13c1638\\\",\\\"sample_model\\\":\\\"1876179478509694978\\\",\\\"equipment_model\\\":\\\"ST-120B1\\\",\\\"managementNo\\\":\\\"NA\\\",\\\"roomNo\\\":\\\"323\\\",\\\"equipment_name\\\":\\\"鼓风干燥箱\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"30\",\"testParameters\":\"[{\\\"key\\\":\\\"f752aeff8a8f4fbf8334667c0f3f6570\\\",\\\"name\\\":\\\"输入高电平电流\\\"},{\\\"key\\\":\\\"5412cb52ca9d43e586ad78f3afafd221\\\",\\\"name\\\":\\\"低电平输出电压\\\"},{\\\"key\\\":\\\"544b0b5fee4248d1b6230470cf57227b\\\",\\\"name\\\":\\\"输出频率\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-02-18 15:31:07\"},null]', null, '34', null, '2025-02-18 15:36:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891756104639279105', '2', '测试过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.add()', null, '[{\"annealingDuration\":\"\",\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 15:46:17\",\"environmentalHumidity\":\"80\",\"environmentalTemperature\":\"28\",\"exceptionRecord\":\"无\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891756104588947458\",\"sampleInfo\":\"1891714010843410433\",\"sysOrgCode\":\"A01\",\"testData\":\"[{\\\"key\\\":\\\"72aaaec148f64010a20f93202f5dae6b\\\",\\\"url\\\":\\\"/oss/physical/temp/cs001测试数据_1739864759939.txt\\\"},{\\\"key\\\":\\\"01f4d09c611e4476bac4a377f63cba50\\\",\\\"url\\\":\\\"/oss/physical/temp/cs002测试数据_1739864765013.txt\\\"}]\",\"testEndTime\":\"2025-02-18 15:31:07\",\"testEquipment\":\"[{\\\"key\\\":\\\"204d1497b1154b26b61ea82485633ef9\\\",\\\"sample_model\\\":\\\"1876179478509694978\\\",\\\"equipment_model\\\":\\\"EG-02KA\\\",\\\"managementNo\\\":\\\"41\\\",\\\"roomNo\\\":\\\"318\\\",\\\"equipment_name\\\":\\\"高低温试验箱\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"100\",\"testParameters\":\"[{\\\"key\\\":\\\"ae27f8b494604a409b4188cc8114ab4a\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"},{\\\"key\\\":\\\"c6a0a3944ef446b98957dd9009eaa387\\\",\\\"name\\\":\\\"输入高电平电流\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-02-18 15:31:07\"},null]', null, '31', null, '2025-02-18 15:46:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891756267986448385', '2', '退火过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentAnnealProcessController.add()', null, '[{\"annealEndTime\":\"2025-02-18 15:31:07\",\"annealStartTime\":\"2025-02-18 15:31:07\",\"annealTemperature\":\"100\",\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 15:46:56\",\"deviationCondition\":\"\",\"deviationEquipment\":\"\",\"exceptionRecord\":\"无\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891756267927728129\",\"sampleInfo\":\"1891714010843410433\",\"sysOrgCode\":\"A01\"},null]', null, '28', null, '2025-02-18 15:46:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891757223700557825', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 15:50:43\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891757223667003394\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"深圳吉华微特大钴源、小钴源,电子加速器试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '14', null, '2025-02-18 15:50:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891757378692673538', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 15:51:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891757446741061634', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 15:51:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891757509638844418', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 15:51:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891757591490686978', '1', '用户名: 校对one,登录成功!', null, '校对one', '校对one', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 15:52:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891757634683629569', '1', '用户名: 校对one,退出成功!', null, '校对one', '校对one', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 15:52:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891757658431778817', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 15:52:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891757976276135938', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 15:53:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891758092974256129', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 15:54:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891758113371156481', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 15:54:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891759432555261953', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: 校对', '2', '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 15:59:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891759503778738178', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 15:59:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891759565523087362', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:00:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891759697501057026', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:00:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891759762311442433', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:00:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891759987281326081', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: 校对', '2', '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:01:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760013030158338', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:01:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760031350878209', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:01:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760203376062465', '2', '修改角色ID: 1850046031558451202 的权限配置,操作人: 校对', '2', '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:02:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760238394306561', '2', '修改角色ID: 1850045371827986434 的权限配置,操作人: 校对', '2', '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:02:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760304685281282', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: 校对', '2', '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:02:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760443244113922', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '1', null, '2025-02-18 16:03:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760462470803457', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:03:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760522822643713', '2', '修改角色ID: 1850046031558451202 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:03:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760555152338946', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:03:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760601906245634', '2', '修改角色ID: 1850045371827986434 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:04:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760615508373505', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:04:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760633384497153', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:04:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760662249697282', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:04:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760685104459778', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:04:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760742797111298', '2', '修改角色ID: 1850046031558451202 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:04:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760757460398081', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:04:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760778754879489', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:04:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760824837697537', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:05:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760839127691266', '1', '用户名: 审核,登录成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:05:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760867976114177', '1', '用户名: 审核,退出成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:05:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891760895297810434', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:05:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761018048311298', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:05:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761107949023234', '2', '修改角色ID: 1850045371827986434 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:06:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761232784093186', '2', '修改角色ID: 1850045371827986434 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:06:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761266980253698', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:06:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761290443190274', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:06:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761545339432962', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:07:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761615896014850', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:08:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761706602033153', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:08:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761727200260097', '2', '修改角色ID: 1850046031558451202 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:08:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761763757813762', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:08:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761800030154754', '2', '修改角色ID: 1850045371827986434 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:08:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761824390672386', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:09:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761845894868994', '2', '修改角色ID: 1850046031558451202 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:09:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761871643701249', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:09:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761913498660865', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:09:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891761992494182402', '2', '试验报告-审核', '1', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1891757223667003394\",\"memo\":\"无法校对\",\"status\":\"REJECT\"},null]', null, '16', null, '2025-02-18 16:09:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891762019111235586', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:09:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891762047418593282', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:09:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891763221597220866', '2', '试验报告-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.edit()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891757223667003394\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-02-18 16:14:33\"},null]', null, '70', null, '2025-02-18 16:14:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891763236063375361', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:14:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891763294070599681', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:14:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891763325053923330', '2', '试验报告-审核', '1', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1891757223667003394\",\"status\":\"PROOFREAD_PASS\"},null]', null, '17', null, '2025-02-18 16:14:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891763341940191233', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:15:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891763369022812162', '1', '用户名: 审核,登录成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:15:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891763393433661441', '2', '试验报告-审核', '1', '审核', '审核', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1891757223667003394\",\"status\":\"AUDIT_PASS\"},null]', null, '15', null, '2025-02-18 16:15:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891763406456975362', '1', '用户名: 审核,退出成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:15:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891763451734487041', '1', '用户名: 批准,登录成功!', null, '批准', '批准', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:15:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891763477424599041', '2', '试验报告-审核', '1', '批准', '批准', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1891757223667003394\",\"status\":\"PASSED\"},null]', null, '243', null, '2025-02-18 16:15:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891763603643789313', '1', '用户名: 批准,退出成功!', null, '批准', '批准', '210.73.34.218', null, null, null, null, '1', null, '2025-02-18 16:16:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891763632701927426', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:16:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891764164761972737', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-02-18 16:18:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891764302754574337', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"createBy\":\"admin\",\"createTime\":\"2025-02-18 16:18:51\",\"description\":\"[{\\\"id\\\":\\\"1891718347023937537\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":\\\"2025-02-18 13:16:15\\\",\\\"updateBy\\\":\\\"admin\\\",\\\"updateTime\\\":\\\"2025-02-18 13:20:31\\\",\\\"sysOrgCode\\\":\\\"A01\\\",\\\"experimentId\\\":\\\"1891714010675638274\\\",\\\"sampleType\\\":null,\\\"sampleModel\\\":\\\"1876179478509694978\\\",\\\"sampleBatch\\\":null,\\\"sampleNumber\\\":\\\"12~22\\\",\\\"offsetCondition\\\":\\\"lp\\\",\\\"offsetVoltage\\\":null,\\\"offsetCurrent\\\":null,\\\"loadCapacity\\\":null,\\\"otherCondition\\\":null,\\\"offsetPowerPhoto\\\":null,\\\"inputSignal\\\":null,\\\"signalPhoto\\\":null,\\\"pinType\\\":\\\"1\\\"}]\",\"experimentId\":\"1891714010675638274\",\"id\":\"1891764302679076866\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"深圳吉华微特大钴源、小钴源,电子加速器试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '19', null, '2025-02-18 16:18:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891764327953952770', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:18:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891764363089637377', '1', '用户名: 批准,登录成功!', null, '批准', '批准', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:19:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891764479448018946', '1', '用户名: 批准,退出成功!', null, '批准', '批准', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:19:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891764498037174273', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:19:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891764560230313986', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:19:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891764581784842241', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:19:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765048183058434', '2', '试验报告-撤回', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.cancel()', null, '[{\"id\":\"1891757223667003394\",\"status\":\"INIT\"},null]', null, '4', null, '2025-02-18 16:21:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765066768019458', '2', '试验报告-撤回', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.cancel()', null, '[{\"id\":\"1891757223667003394\",\"status\":\"INIT\"},null]', null, '4', null, '2025-02-18 16:21:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765070119268353', '2', '试验报告-撤回', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.cancel()', null, '[{\"id\":\"1891757223667003394\",\"status\":\"INIT\"},null]', null, '4', null, '2025-02-18 16:21:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765071931207682', '2', '试验报告-撤回', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.cancel()', null, '[{\"id\":\"1891757223667003394\",\"status\":\"INIT\"},null]', null, '2', null, '2025-02-18 16:21:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765073449545729', '2', '试验报告-撤回', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.cancel()', null, '[{\"id\":\"1891757223667003394\",\"status\":\"INIT\"},null]', null, '3', null, '2025-02-18 16:21:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765074712031234', '2', '试验报告-撤回', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.cancel()', null, '[{\"id\":\"1891757223667003394\",\"status\":\"INIT\"},null]', null, '4', null, '2025-02-18 16:21:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765267226390530', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:22:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765288067887105', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '1', null, '2025-02-18 16:22:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765350261026817', '2', '试验报告-审核', '1', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1891764302679076866\",\"status\":\"PROOFREAD_PASS\"},null]', null, '13', null, '2025-02-18 16:23:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765406330482689', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:23:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765459371651073', '1', '用户名: 审核,登录成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:23:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765889623355393', '2', '试验报告-审核', '1', '审核', '审核', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1891764302679076866\",\"status\":\"AUDIT_PASS\"},null]', null, '15', null, '2025-02-18 16:25:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765909491773442', '1', '用户名: 审核,退出成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:25:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891765972376973313', '1', '用户名: 批准,登录成功!', null, '批准', '批准', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:25:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891766005931405314', '2', '试验报告-审核', '1', '批准', '批准', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1891764302679076866\",\"status\":\"PASSED\"},null]', null, '180', null, '2025-02-18 16:25:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891766021618102273', '1', '用户名: 批准,退出成功!', null, '批准', '批准', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:25:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891766043604643842', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 16:25:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891766390947540993', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:193)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:271)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor264.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor887.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-02-18 16:27:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891766404268650498', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:193)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:271)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor264.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor887.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-02-18 16:27:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891766468173066242', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:193)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:271)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor264.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor887.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-02-18 16:27:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891766632963076098', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'admin', '管理员', '210.73.34.218', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:193)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:271)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor264.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor887.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-02-18 16:28:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891766832158961666', '2', '试验报告-撤回', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.cancel()', null, '[{\"id\":\"1891757223667003394\",\"status\":\"INIT\"},null]', null, '5', null, '2025-02-18 16:28:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891777031687073794', '1', '用户登录失败,用户不存在!', null, null, null, '210.73.34.162', null, null, null, null, '0', null, '2025-02-18 17:09:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891780040479436802', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.162', null, null, null, null, '0', null, '2025-02-18 17:21:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1891798601470013441', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-18 18:35:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1892114582977343490', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.162', null, null, null, null, '0', null, '2025-02-19 15:30:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894267584412594177', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '9', null, '2025-02-25 14:06:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894267939628199937', '2', '修改角色ID: f6817f48af4fb3af11b9e8bf182f618b 的权限配置,操作人: admin', '2', 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-02-25 14:07:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894267983349624834', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-02-25 14:07:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894267998696583170', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-02-25 14:07:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894268671873986561', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-02-25 14:10:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894268686998646786', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-02-25 14:10:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894590025269719041', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '0', null, '2025-02-26 11:27:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894604040658169858', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-26 12:22:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894606205464293377', '2', '试验评分-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRatingController.add()', null, '[{\"experimentId\":\"1877535814652719105\"}]', null, '4', null, '2025-02-26 12:31:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894644296992370689', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.164.156', null, null, null, null, '0', null, '2025-02-26 15:02:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894650404221952002', '2', '试验报告-添加', '2', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"confirmer\":\"e9ca23d68d884d4ebb19d07889727dae\",\"createBy\":\"admin\",\"createTime\":\"2025-02-26 15:27\",\"experimentId\":\"1877535814652719105\",\"id\":\"1894650404087734274\",\"proofreader\":\"e9ca23d68d884d4ebb19d07889727dae\",\"reportName\":\"中国电子科技集团公司第二十四研究所光辐射试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '21', null, '2025-02-26 15:27:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894650477223813122', '2', '试验报告-审核', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1894650404087734274\",\"status\":\"PROOFREAD_PASS\"},null]', null, '59', null, '2025-02-26 15:27:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894650488540045313', '2', '试验报告-审核', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1894650404087734274\",\"status\":\"AUDIT_PASS\"},null]', null, '31', null, '2025-02-26 15:27:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894650506835599361', '2', '试验报告-审核', '1', 'admin', '管理员', '119.78.164.156', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1894650404087734274\",\"status\":\"PASSED\"},null]', null, '1523', null, '2025-02-26 15:27:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894663539955802113', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-02-26 16:19:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894703446304694273', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-02-26 18:57:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1894974191178031106', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '1', null, '2025-02-27 12:53:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1895382722104467458', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-02-28 15:57:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1897972360669241345', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-07 19:27:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1899130545895608322', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '10', null, '2025-03-11 00:09:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1899130813425094658', '2', '历史一期记录-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"测试\",\"createBy\":\"admin\",\"createTime\":\"2025-03-11 00:10\",\"dataEntry\":\"测试\",\"dataProvider\":\"测试\",\"dataSource\":\"测试\",\"experimentDate\":\"2025-01-02\",\"experimentUser\":\"测试\",\"id\":\"1899130813030830081\",\"manufacturer\":\"测试\",\"name\":\"测试\",\"sysOrgCode\":\"A01\",\"type\":\"测试\"}]', null, '31', null, '2025-03-11 00:10:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1899313972859080706', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-11 12:18:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1899314415316209666', '2', '历史一期记录-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"11111111111\",\"createBy\":\"admin\",\"createTime\":\"2025-03-11 12:20\",\"dataSource\":\"11\",\"experimentDate\":\"1111\",\"experimentUser\":\"11\",\"id\":\"1899314415291043841\",\"manufacturer\":\"11\",\"name\":\"111111111111111111111111111111111111111111\",\"sysOrgCode\":\"A01\",\"type\":\"11\"}]', null, '11', null, '2025-03-11 12:20:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1899314449042608130', '2', '历史一期记录-通过id删除', '4', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.delete()', null, ' id: 1899314415291043841', null, '29', null, '2025-03-11 12:20:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1899315289941839874', '2', '修改角色ID: 1846816847272980481 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-11 12:23:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1899315349836500993', '2', '修改角色ID: 1846816847272980481 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '1', null, '2025-03-11 12:24:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1901957536084627457', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-18 19:23:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1901961865654931458', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-18 19:40:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1901964533496516609', '2', '添加用户,username: liumingyu', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-18 19:50:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902184119512829953', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 10:23:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902213223670845442', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 12:19:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902213396396478466', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1875469554012073986', null, '15', null, '2025-03-19 12:19:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902213417066008578', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1875535314453475329', null, '21', null, '2025-03-19 12:19:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902213434312986625', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1875535437426274306', null, '26', null, '2025-03-19 12:19:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902213451039870978', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1875764501823008769', null, '15', null, '2025-03-19 12:20:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902213637568958466', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1876187752189599745', null, '12', null, '2025-03-19 12:20:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902213656808230913', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1876448560966475778', null, '22', null, '2025-03-19 12:20:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902213758121644034', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1876179478450974721', null, '41', null, '2025-03-19 12:21:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902214228256985089', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1876444926627225602', null, '16', null, '2025-03-19 12:23:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902214241724895233', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1876447775302033410', null, '13', null, '2025-03-19 12:23:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902214253959680001', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1877523431544778753', null, '22', null, '2025-03-19 12:23:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902214264692903937', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1877534015111753729', null, '13', null, '2025-03-19 12:23:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902214300692615169', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1878761585824165890', null, '15', null, '2025-03-19 12:23:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902214310154964994', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1877563529116184578', null, '23', null, '2025-03-19 12:23:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902214321756409858', '2', '试验管理-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.delete()', null, ' id: 1891714010675638274', null, '24', null, '2025-03-19 12:23:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902214374088740866', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1877535814652719105\"}]', null, '10', null, '2025-03-19 12:23:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902217344327061506', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"fileList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"experimentId\":\"1902217343555309570\",\"fileName\":\"辐照试验委托书.docx\",\"fileType\":\"fzsywts\",\"fileUrl\":\"/oss/physical/temp/辐照试验委托书_1742358927814.docx\",\"id\":\"1902217344058626049\",\"sysOrgCode\":\"A01\"}],\"id\":\"1902217343555309570\",\"indexNo\":13,\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"experimentId\":\"1902217343555309570\",\"id\":\"1902217343723081730\",\"modelBatch\":\"1876179478509694978-1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleModel\":\"1876179478509694978\",\"sampleName\":\"1878761585916440578\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\"}],\"startDate\":\"2025-03-15 12:26\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"sysOrgCode\":\"A01\",\"type\":\"2\"},null]', null, '154', null, '2025-03-19 12:35:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902217427860819969', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1902217343555309570\",\"indexNo\":13,\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"experimentId\":\"1902217343555309570\",\"id\":\"1902217343723081730\",\"modelBatch\":\"1876179478509694978-1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleModel\":\"1876179478509694978\",\"sampleName\":\"1878761585916440578\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 12:35\"}],\"startDate\":\"2025-03-15 12:26:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 12:35\"},null]', null, '360', null, '2025-03-19 12:35:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902219456603721730', '2', '试验管理-暂存', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"fileList\":[{\"fileName\":\"辐照试验委托书.docx\",\"fileType\":\"fzsywts\",\"fileUrl\":\"/oss/physical/temp/辐照试验委托书_1742358927814.docx\",\"id\":\"1902217344058626049\"},{\"fileName\":\"cs001试验大纲.docx\",\"fileType\":\"sydg\",\"fileUrl\":\"/oss/physical/temp/cs001试验大纲_1742358949054.docx\",\"id\":\"1902217427663687682\"}],\"id\":\"1902217343555309570\",\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-15 12:26:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '7', null, '2025-03-19 12:43:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902219492502769666', '2', '试验管理-暂存', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"fileList\":[{\"fileName\":\"辐照试验委托书.docx\",\"fileType\":\"fzsywts\",\"fileUrl\":\"/oss/physical/temp/辐照试验委托书_1742358927814.docx\",\"id\":\"1902217344058626049\"},{\"fileName\":\"cs001试验大纲.docx\",\"fileType\":\"sydg\",\"fileUrl\":\"/oss/physical/temp/cs001试验大纲_1742358949054.docx\",\"id\":\"1902217427663687682\"}],\"id\":\"1902217343555309570\",\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-15 12:26:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '6', null, '2025-03-19 12:44:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902219495539445761', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"fileList\":[{\"fileName\":\"辐照试验委托书.docx\",\"fileType\":\"fzsywts\",\"fileUrl\":\"/oss/physical/temp/辐照试验委托书_1742358927814.docx\",\"id\":\"1902217344058626049\"},{\"fileName\":\"cs001试验大纲.docx\",\"fileType\":\"sydg\",\"fileUrl\":\"/oss/physical/temp/cs001试验大纲_1742358949054.docx\",\"id\":\"1902217427663687682\"}],\"id\":\"1902217343555309570\",\"indexNo\":13,\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-15 12:26:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '9', null, '2025-03-19 12:44:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902219587277262850', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1902217343555309570\",\"indexNo\":13,\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-15 12:26:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 12:44\"},null]', null, '183', null, '2025-03-19 12:44:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902220026018238465', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1902217343555309570\",\"indexNo\":13,\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-15 12:26:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 12:46\"},null]', null, '198', null, '2025-03-19 12:46:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902220283925991426', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814694662145\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\"}],\"experimentNo\":\"KC-2025-JL-023\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1877535814652719105\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814677884930\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"measurementValidity\":\"至\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 10:00:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\"},null]', null, '7', null, '2025-03-19 12:47:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902220302469009409', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814694662145\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\"}],\"experimentNo\":\"KC-2025-JL-023\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1877535814652719105\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814677884930\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"measurementValidity\":\"至\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 10:00:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\"},null]', null, '5', null, '2025-03-19 12:47:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902220305803481089', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814694662145\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\"}],\"experimentNo\":\"KC-2025-JL-023\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1877535814652719105\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814677884930\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"measurementValidity\":\"至\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 10:00:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\"},null]', null, '6', null, '2025-03-19 12:47:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902220306894000130', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814694662145\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\"}],\"experimentNo\":\"KC-2025-JL-023\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1877535814652719105\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814677884930\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"measurementValidity\":\"至\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 10:00:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\"},null]', null, '4', null, '2025-03-19 12:47:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902220307644780545', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814694662145\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\"}],\"experimentNo\":\"KC-2025-JL-023\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1877535814652719105\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814677884930\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"measurementValidity\":\"至\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 10:00:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\"},null]', null, '5', null, '2025-03-19 12:47:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902220309385416705', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"602123010 697710001\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814694662145\",\"roomNo\":\"315\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\"}],\"experimentNo\":\"KC-2025-JL-023\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1877535814652719105\",\"irradiationBoardList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-01-10 09:10\",\"experimentId\":\"1877535814652719105\",\"id\":\"1877535814677884930\",\"irradiationBoardCode\":\"-1,-2,-3,-4,-5,-6,-7,-8,-9,-10\",\"irradiationBoardNumber\":\"10\",\"measurementValidity\":\"至\",\"sampleModel\":\"测试样品型号\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-01-10 10:14\"}],\"name\":\"中国电子科技集团公司第二十四研究所光辐射试验\",\"radiationSourceType\":\"GFS\",\"startDate\":\"2025-01-10 10:00:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"1\"},null]', null, '8', null, '2025-03-19 12:47:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902221541273473025', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:52\",\"environmentalTemperature\":\"20\",\"exceptionRecord\":\"无\",\"experimentId\":\"1902217343555309570\",\"id\":\"1902221541151838209\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"100\\\"},{\\\"dgy\\\":\\\"150\\\"}]\",\"radiationEndTime\":\"2025-03-19 00:06\",\"radiationSource\":\"小钴源,大钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-03-15 12:54\",\"sampleInfo\":\"1902217343723081730\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"experimentId\":\"1902217343555309570\",\"id\":\"1902217343723081730\",\"modelBatch\":\"1876179478509694978-1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleModel\":\"1876179478509694978\",\"sampleName\":\"1878761585916440578\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 12:52\"}],\"sysOrgCode\":\"A01\"},null]', null, '61', null, '2025-03-19 12:52:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902222889293418498', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:57\",\"environmentalTemperature\":\"20\",\"exceptionRecord\":\"无\",\"experimentId\":\"1902217343555309570\",\"id\":\"1902222889188560898\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"100\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"0.1\\\",\\\"2\\\":\\\"0.096\\\",\\\"3\\\":\\\"100\\\",\\\"key\\\":\\\"7c4c15b57e55414799b064603d1176c6\\\",\\\"point\\\":\\\"100\\\",\\\"startTime\\\":\\\"2025-03-19 00:01\\\",\\\"endTime\\\":\\\"2025-03-19 00:01\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationEndTime\":\"2025-03-19 00:01\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-03-19 00:01\",\"sampleInfo\":\"1902219586698448898\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:44\",\"experimentId\":\"1902217343555309570\",\"id\":\"1902219586698448898\",\"modelBatch\":\"1876179478534860801-1876179478534860801\",\"sampleBatch\":\"1876179478534860801\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742359263144.jpg\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleModel\":\"1876179478534860801\",\"sampleName\":\"1876179478534860801\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 12:57\"}],\"sysOrgCode\":\"A01\"},null]', null, '93', null, '2025-03-19 12:57:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902223569043296258', '2', '测试过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.add()', null, '[{\"annealingDuration\":\"\",\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 13:00\",\"environmentalHumidity\":\"50\",\"environmentalTemperature\":\"30\",\"exceptionRecord\":\"无\",\"experimentId\":\"1902217343555309570\",\"id\":\"1902223568934244354\",\"sampleInfo\":\"1902217343723081730,1902219586698448898\",\"sysOrgCode\":\"A01\",\"testData\":\"[{\\\"key\\\":\\\"3d3f11815fb4434c935ee85c35f3a5f1\\\",\\\"url\\\":\\\"/oss/physical/temp/cs001测试数据_1742360351721.txt\\\"},{\\\"key\\\":\\\"b94405cb596b44fb8bbd921929b6a9dc\\\",\\\"url\\\":\\\"/oss/physical/temp/cs002测试数据_1742360359940.txt\\\"},{\\\"key\\\":\\\"14248c84d7604faaa71deddd13201836\\\",\\\"url\\\":\\\"/oss/physical/temp/cs002测试数据_1742360367110.txt,/oss/physical/temp/cs002退火测试数据_1742360367110.txt\\\"}]\",\"testEndTime\":\"2025-03-19 12:49\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"100\",\"testParameters\":\"[{\\\"key\\\":\\\"b02ad3ad6c1348f7bfc4d577b51edd6e\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"},{\\\"key\\\":\\\"2479c2d0544d4683b13376a0e0b71ba0\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"},{\\\"key\\\":\\\"6cff77b654ff4fd3b6b66bfe0eebfe78\\\",\\\"name\\\":\\\"BVdss\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-03-19 12:49\"},null]', null, '58', null, '2025-03-19 13:00:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902223769434558466', '2', '退火过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentAnnealProcessController.add()', null, '[{\"annealEndTime\":\"2025-03-19 12:49\",\"annealStartTime\":\"2025-03-19 12:50\",\"annealTemperature\":\"100\",\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 13:01\",\"deviationCondition\":\"\",\"deviationEquipment\":\"\",\"exceptionRecord\":\"无\",\"experimentId\":\"1902217343555309570\",\"id\":\"1902223769325506561\",\"sampleInfo\":\"1902217343723081730\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"experimentId\":\"1902217343555309570\",\"id\":\"1902217343723081730\",\"modelBatch\":\"1876179478509694978-1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleModel\":\"1876179478509694978\",\"sampleName\":\"1878761585916440578\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:01\"}],\"sysOrgCode\":\"A01\"},null]', null, '62', null, '2025-03-19 13:01:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902224204966891522', '2', '测试过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.add()', null, '[{\"annealingDuration\":\"168\",\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 13:02\",\"environmentalHumidity\":\"50\",\"environmentalTemperature\":\"30\",\"exceptionRecord\":\"无\",\"experimentId\":\"1902217343555309570\",\"id\":\"1902224204832673793\",\"sampleInfo\":\"1902217343723081730\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"experimentId\":\"1902217343555309570\",\"id\":\"1902217343723081730\",\"modelBatch\":\"1876179478509694978-1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleModel\":\"1876179478509694978\",\"sampleName\":\"1878761585916440578\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:02\"}],\"sysOrgCode\":\"A01\",\"testData\":\"[{\\\"key\\\":\\\"6c33d4ddbbc24af29e70ac62913c9ddf\\\",\\\"url\\\":\\\"/oss/physical/temp/cs001测试数据_1742360555349.txt\\\"}]\",\"testEndTime\":\"2025-03-19 12:49\",\"testEquipment\":\"[{\\\"key\\\":\\\"b4971ab68e01458784fcec0947865c2f\\\",\\\"sample_model\\\":\\\"1876179478509694978\\\",\\\"equipment_model\\\":\\\"EG-02KA\\\",\\\"managementNo\\\":\\\"41\\\",\\\"roomNo\\\":\\\"318\\\",\\\"equipment_name\\\":\\\"高低温试验箱\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"\",\"testParameters\":\"[{\\\"key\\\":\\\"64ca4d7a267e47adb772283b9feb298b\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"},{\\\"key\\\":\\\"704897c188c34203ac5b78b9f9f8e256\\\",\\\"name\\\":\\\"输入高电平电流\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-03-19 12:49\"},null]', null, '59', null, '2025-03-19 13:02:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902225397306855425', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1902217343555309570\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '6', null, '2025-03-19 13:07:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902225416395132929', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1902217343555309570\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '7', null, '2025-03-19 13:07:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902225719433596930', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1902217343555309570\",\"indexNo\":13,\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-15 12:26:00\",\"status\":\"试验进行中\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:08\"},null]', null, '224', null, '2025-03-19 13:08:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902225811989303298', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1902217343555309570\",\"indexNo\":13,\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-15 12:26:00\",\"status\":\"试验进行中\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:09\"},null]', null, '245', null, '2025-03-19 13:09:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902225837419368450', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1902217343555309570\"}]', null, '55', null, '2025-03-19 13:09:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902226038251032577', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1902217343555309570\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '5', null, '2025-03-19 13:10:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902226072111648770', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1902217343555309570\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '8', null, '2025-03-19 13:10:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902226121885454337', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1902217343555309570\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '9', null, '2025-03-19 13:10:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902226133503676418', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1902217343555309570\"}]', null, '7', null, '2025-03-19 13:10:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902226201048748034', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450,1875115180182106113\",\"id\":\"1902217343555309570\",\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-15 12:26:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '7', null, '2025-03-19 13:10:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902226344380698625', '2', '试验管理-试验复制', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.copy()', null, '[\"1902217343555309570\"]', null, '352', null, '2025-03-19 13:11:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902226463851253761', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-049\",\"experimentUser\":\"1901964533328744450,1891707057001951233,1891707543222448129\",\"fileList\":[],\"id\":\"1902226343554420737\",\"indexNo\":14,\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-20 13:11\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:11\"},null]', null, '168', null, '2025-03-19 13:11:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902226936989716481', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1902217343555309570\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '8', null, '2025-03-19 13:13:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902227234344898561', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1902217343555309570\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '8', null, '2025-03-19 13:14:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902227817617395713', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"endDate\":\"2025-03-19 13:16\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1902217343555309570\",\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-15 12:26:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '5', null, '2025-03-19 13:17:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902227867282149378', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-049\",\"experimentUser\":\"1901964533328744450,1891707057001951233,1891707543222448129\",\"fileList\":[],\"id\":\"1902226343554420737\",\"indexNo\":14,\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-20 13:11:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:17\"},null]', null, '194', null, '2025-03-19 13:17:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902228058638880770', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-049\",\"experimentUser\":\"1901964533328744450,1891707057001951233,1891707543222448129\",\"id\":\"1902226343554420737\",\"indexNo\":14,\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-20 13:11:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:18\"},null]', null, '197', null, '2025-03-19 13:18:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902229789032550401', '2', '辐照过程-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit()', null, '[{\"comment\":\"无\",\"environmentalTemperature\":\"20\",\"exceptionRecord\":\"无\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902226344116457474\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"100\\\"},{\\\"dgy\\\":\\\"150\\\"}]\",\"radiationSource\":\"小钴源,大钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1902217343723081730\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902217343723081730\",\"modelBatch\":\"1876179478509694978-1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleModel\":\"1876179478509694978\",\"sampleName\":\"1878761585916440578\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:24\"}],\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:24\"},null]', null, '91', null, '2025-03-19 13:24:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902229854555967490', '2', '辐照过程-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit()', null, '[{\"comment\":\"无\",\"environmentalTemperature\":\"20\",\"exceptionRecord\":\"无\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902226344133234689\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"100\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"1\\\":\\\"0.1\\\",\\\"2\\\":\\\"0.096\\\",\\\"3\\\":\\\"100\\\",\\\"key\\\":\\\"7c4c15b57e55414799b064603d1176c6\\\",\\\"point\\\":\\\"100\\\",\\\"startTime\\\":\\\"2025-03-19 00:01\\\",\\\"endTime\\\":\\\"2025-03-19 00:01\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1902219586698448898\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:44\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902219586698448898\",\"modelBatch\":\"1876179478534860801-1876179478534860801\",\"sampleBatch\":\"1876179478534860801\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742359263144.jpg\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleModel\":\"1876179478534860801\",\"sampleName\":\"1876179478534860801\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:25\"}],\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:25\"},null]', null, '114', null, '2025-03-19 13:25:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902229896545144833', '2', '辐照过程-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit()', null, '[{\"comment\":\"无\",\"environmentalTemperature\":\"20\",\"exceptionRecord\":\"无\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902226344116457474\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"100\\\"},{\\\"dgy\\\":\\\"150\\\"}]\",\"radiationSource\":\"小钴源,大钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1902217343723081730\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902217343723081730\",\"modelBatch\":\"1876179478509694978-1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleModel\":\"1876179478509694978\",\"sampleName\":\"1878761585916440578\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:25\"}],\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:25\"},null]', null, '96', null, '2025-03-19 13:25:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902229966296420353', '2', '辐照过程-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit()', null, '[{\"comment\":\"无\",\"environmentalTemperature\":\"20\",\"exceptionRecord\":\"无\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902226344116457474\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"100\\\"},{\\\"dgy\\\":\\\"150\\\"}]\",\"radiationSource\":\"小钴源,大钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1902217343723081730\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902217343723081730\",\"modelBatch\":\"1876179478509694978-1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleModel\":\"1876179478509694978\",\"sampleName\":\"1878761585916440578\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:25\"}],\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:25\"},null]', null, '104', null, '2025-03-19 13:25:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902230264876339202', '2', '测试过程-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.edit()', null, '[{\"annealingDuration\":\"\",\"comment\":\"无\",\"environmentalHumidity\":\"50\",\"environmentalTemperature\":\"30\",\"exceptionRecord\":\"无\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902226344296812545\",\"sampleInfo\":\"1902217343723081730,1902219586698448898\",\"testData\":\"[{\\\"key\\\":\\\"3d3f11815fb4434c935ee85c35f3a5f1\\\",\\\"url\\\":\\\"/oss/physical/temp/cs001测试数据_1742360351721.txt\\\"},{\\\"key\\\":\\\"b94405cb596b44fb8bbd921929b6a9dc\\\",\\\"url\\\":\\\"/oss/physical/temp/cs002测试数据_1742360359940.txt\\\"},{\\\"key\\\":\\\"14248c84d7604faaa71deddd13201836\\\",\\\"url\\\":\\\"/oss/physical/temp/cs002测试数据_1742360367110.txt,/oss/physical/temp/cs002退火测试数据_1742360367110.txt\\\"}]\",\"testEndTime\":\"2025-03-19 13:26\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"100\",\"testParameters\":\"[{\\\"key\\\":\\\"b02ad3ad6c1348f7bfc4d577b51edd6e\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"},{\\\"key\\\":\\\"2479c2d0544d4683b13376a0e0b71ba0\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"},{\\\"key\\\":\\\"6cff77b654ff4fd3b6b66bfe0eebfe78\\\",\\\"name\\\":\\\"BVdss\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-03-05 13:26\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:26\"},null]', null, '234', null, '2025-03-19 13:26:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902230359030075393', '2', '测试过程-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.edit()', null, '[{\"annealingDuration\":\"168\",\"comment\":\"无\",\"environmentalHumidity\":\"50\",\"environmentalTemperature\":\"30\",\"exceptionRecord\":\"无\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902226344338755586\",\"sampleInfo\":\"1902217343723081730\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902217343723081730\",\"modelBatch\":\"1876179478509694978-1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleModel\":\"1876179478509694978\",\"sampleName\":\"1878761585916440578\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:27\"}],\"testData\":\"[{\\\"key\\\":\\\"6c33d4ddbbc24af29e70ac62913c9ddf\\\",\\\"url\\\":\\\"/oss/physical/temp/cs001测试数据_1742360555349.txt\\\"}]\",\"testEndTime\":\"2025-03-19 00:29\",\"testEquipment\":\"[{\\\"key\\\":\\\"b4971ab68e01458784fcec0947865c2f\\\",\\\"sample_model\\\":\\\"1876179478509694978\\\",\\\"equipment_model\\\":\\\"EG-02KA\\\",\\\"managementNo\\\":\\\"41\\\",\\\"roomNo\\\":\\\"318\\\",\\\"equipment_name\\\":\\\"高低温试验箱\\\",\\\"lifespan\\\":\\\"2025-04-17\\\"}]\",\"testFluencePoint\":\"\",\"testMeteringPoint\":\"\",\"testParameters\":\"[{\\\"key\\\":\\\"64ca4d7a267e47adb772283b9feb298b\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"},{\\\"key\\\":\\\"704897c188c34203ac5b78b9f9f8e256\\\",\\\"name\\\":\\\"输入高电平电流\\\"}]\",\"testResult\":\"合格\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-03-19 13:26\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:27\"},null]', null, '80', null, '2025-03-19 13:27:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902230471479365634', '2', '辐照过程-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit()', null, '[{\"comment\":\"无\",\"environmentalTemperature\":\"20\",\"exceptionRecord\":\"无\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902226344116457474\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"100\\\"},{\\\"dgy\\\":\\\"150\\\"}]\",\"radiationSource\":\"小钴源,大钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"sampleInfo\":\"1902217343723081730\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-03-19 12:35\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902217343723081730\",\"modelBatch\":\"1876179478509694978-1876179478509694978\",\"sampleBatch\":\"1876179478509694978\",\"sampleImage\":\"/oss/physical/temp/IMG_20241219_164837_1742358446761.jpg\",\"sampleManufacturer\":\"1874767627964018690\",\"sampleModel\":\"1876179478509694978\",\"sampleName\":\"1878761585916440578\",\"sampleType\":\"样品类型001\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:27\"}],\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:27\"},null]', null, '126', null, '2025-03-19 13:27:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902231399242633217', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1902226343554420737\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '7', null, '2025-03-19 13:31:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902231609666670594', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-049\",\"experimentUser\":\"1901964533328744450,1891707057001951233,1891707543222448129\",\"id\":\"1902226343554420737\",\"indexNo\":14,\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-20 13:11:00\",\"status\":\"试验进行中\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:32\"},null]', null, '242', null, '2025-03-19 13:32:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902231621276504065', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1902226343554420737\"}]', null, '43', null, '2025-03-19 13:32:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902231729485352962', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 13:32\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902231729300803585\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '57', null, '2025-03-19 13:32:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902231821676154882', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:33:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902231895638511618', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:33:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902232226279690241', '2', '试验报告-审核', '1', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1902231729300803585\",\"status\":\"PROOFREAD_PASS\"},null]', null, '25', null, '2025-03-19 13:34:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902232266524037121', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:34:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902232312204201986', '1', '用户名: 审核,登录成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:35:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902232356949037057', '2', '试验报告-审核', '1', '审核', '审核', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1902231729300803585\",\"status\":\"REJECT\"},null]', null, '25', null, '2025-03-19 13:35:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902232451513815041', '1', '用户名: 审核,退出成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:35:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902232496199929858', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:35:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902232579532361729', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1902226343554420737\"}]', null, '28', null, '2025-03-19 13:36:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902232651896688641', '2', '试验报告-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.edit()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902231729300803585\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-19 13:36\"},null]', null, '230', null, '2025-03-19 13:36:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902232703771840513', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:36:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902232794175868930', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:36:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902232818305699842', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1902226343554420737\"}]', null, '5', null, '2025-03-19 13:37:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233005371658242', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"createBy\":\"admin\",\"createTime\":\"2025-03-19 13:37\",\"experimentId\":\"1902226343554420737\",\"id\":\"1902233005329715201\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '18', null, '2025-03-19 13:37:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233090297925633', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '1', null, '2025-03-19 13:38:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233124426977282', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:38:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233180727119873', '2', '试验报告-审核', '1', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1902231729300803585\",\"status\":\"PROOFREAD_PASS\"},null]', null, '34', null, '2025-03-19 13:38:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233184791400450', '2', '试验报告-审核', '1', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1902233005329715201\",\"status\":\"PROOFREAD_PASS\"},null]', null, '25', null, '2025-03-19 13:38:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233247416553473', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:38:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233267494686722', '1', '用户名: 审核,登录成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:38:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233330912563202', '4', 'org.springframework.web.bind.MissingServletRequestParameterException:Required request parameter \'id\' for method parameter type String is not present', null, '审核', '审核', '210.73.34.218', '_t=1742362741796', '/physical/database/experiment/queryById', 'org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter \'id\' for method parameter type String is not present\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)\r\n at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)\r\n at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-03-19 13:39:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233363460362242', '2', '试验报告-审核', '1', '审核', '审核', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1902231729300803585\",\"status\":\"AUDIT_PASS\"},null]', null, '40', null, '2025-03-19 13:39:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233367256207362', '2', '试验报告-审核', '1', '审核', '审核', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1902233005329715201\",\"status\":\"AUDIT_PASS\"},null]', null, '32', null, '2025-03-19 13:39:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233385216217090', '1', '用户名: 审核,退出成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:39:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233403641794562', '1', '用户名: 批准,登录成功!', null, '批准', '批准', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:39:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233450026602498', '2', '试验报告-审核', '1', '批准', '批准', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1902231729300803585\",\"status\":\"PASSED\"},null]', null, '596', null, '2025-03-19 13:39:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233454061522945', '2', '试验报告-审核', '1', '批准', '批准', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1902233005329715201\",\"status\":\"PASSED\"},null]', null, '413', null, '2025-03-19 13:39:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233525914144769', '1', '用户名: 批准,退出成功!', null, '批准', '批准', '210.73.34.218', null, null, null, null, '1', null, '2025-03-19 13:39:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902233568624742401', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:39:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902234114786037762', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:42:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902234139335299074', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:42:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902234194435870722', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:42:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902234230527856641', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:42:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902234376246366209', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1902226343554420737\"}]', null, '8', null, '2025-03-19 13:43:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902234540029743106', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:43:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902234563593342977', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-19 13:43:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902234705918660609', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-049\",\"experimentUser\":\"1901964533328744450,1891707057001951233,1891707543222448129\",\"id\":\"1902226343554420737\",\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"startDate\":\"2025-03-20 13:11:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '8', null, '2025-03-19 13:44:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902235491771846657', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1902226343554420737\"}]', null, '5', null, '2025-03-19 13:47:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902311170953678849', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '210.73.34.231', null, null, null, null, '0', null, '2025-03-19 18:48:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902311288582934529', '1', '用户名: 刘明宇,退出成功!', null, 'liumingyu', '刘明宇', '210.73.34.231', null, null, null, null, '0', null, '2025-03-19 18:48:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902311301480419330', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-19 18:48:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902311426080608257', '2', '修改角色ID: 1846816847272980481 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-19 18:49:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902311539750440962', '2', '修改角色ID: 1846816847272980481 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-19 18:49:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902311574701576194', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-19 18:49:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902311702963392513', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '210.73.34.231', null, null, null, null, '0', null, '2025-03-19 18:50:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902312478955769857', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '210.73.34.231', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"xx\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-03-19 18:53\",\"dataEntry\":\"xx\",\"dataProvider\":\"刘明宇\",\"dataSource\":\"xx\",\"experimentDate\":\"xx\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/数据上传指南-YY_2.0_1742381611186.docx\",\"id\":\"1902312478838329346\",\"manufacturer\":\"xx\",\"name\":\"xx\",\"totalCountLhs\":12,\"totalCountXhy\":2,\"type\":\"xx\"}]', null, '29', null, '2025-03-19 18:53:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902312884863733761', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '210.73.34.231', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"xx\",\"dataEntry\":\"xx\",\"dataProvider\":\"刘明宇\",\"dataSource\":\"xx\",\"experimentDate\":\"xx\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/数据上传指南-YY_2.0_1742381611186.docx\",\"id\":\"1902312478838329346\",\"manufacturer\":\"xx\",\"name\":\"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\",\"totalCountLhs\":12,\"totalCountXhy\":2,\"type\":\"xx\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-03-19 18:55\"}]', null, '7', null, '2025-03-19 18:55:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902313215773347841', '1', '用户名: 刘明宇,退出成功!', null, 'liumingyu', '刘明宇', '210.73.34.231', null, null, null, null, '0', null, '2025-03-19 18:56:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902314242845151234', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '210.73.34.231', null, null, null, null, '0', null, '2025-03-19 19:00:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902316611548975105', '2', '历史一期记录-通过id删除', '4', 'liumingyu', '刘明宇', '210.73.34.231', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.delete()', null, ' id: 1902312478838329346', null, '21', null, '2025-03-19 19:09:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902567533298552834', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-20 11:47:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902569016362504193', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-20 11:52:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902569047769452545', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-03-20 11:53:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902570778809044993', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-03-20 11:59:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1902572059669794817', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '1', null, '2025-03-20 12:05:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1903019965233205250', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.167.179', null, null, null, null, '0', null, '2025-03-21 17:44:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1903020436215795713', '2', '历史一期记录-添加', '2', 'admin', '管理员', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"admin\",\"createTime\":\"2025-03-21 17:46\",\"dataEntry\":\"EE\",\"dataProvider\":\"SSS\",\"dataSource\":\"DD\",\"experimentDate\":\"TT\",\"experimentUser\":\"WW\",\"fileUrl\":\"/oss/physical/temp/附件一.分类表_1742550395354.docx,/oss/physical/temp/数据上传指南_1742550395763.docx\",\"id\":\"1903020436182241281\",\"manufacturer\":\"XX\",\"name\":\"VDMOS\",\"sysOrgCode\":\"A01\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\"}]', null, '8', null, '2025-03-21 17:46:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1903027851489415170', '2', '历史一期记录-编辑', '3', 'admin', '管理员', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"XX\",\"dataEntry\":\"EE\",\"dataProvider\":\"SSS\",\"dataSource\":\"DD\",\"experimentDate\":\"TT\",\"experimentUser\":\"WW\",\"fileUrl\":\"/oss/physical/temp/附件一.分类表_1742550395354.docx,/oss/physical/temp/数据上传指南_1742550395763.docx\",\"id\":\"1903020436182241281\",\"manufacturer\":\"XX\",\"name\":\"VDMOS\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-21 18:16\"}]', null, '8', null, '2025-03-21 18:16:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1903035398468374530', '2', '历史一期记录-编辑', '3', 'admin', '管理员', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"XX\",\"dataEntry\":\"EE\",\"dataProvider\":\"SSS\",\"dataSource\":\"DD\",\"experimentDate\":\"TT\",\"experimentUser\":\"WW\",\"fileUrl\":\"/oss/physical/temp/附件一.分类表_1742550395354.docx,/oss/physical/temp/数据上传指南_1742550395763.docx\",\"id\":\"1903020436182241281\",\"manufacturer\":\"XX\",\"name\":\"VDMOS;livclkxcnxczkjlvnvkznjsldjfsdknfksdkjdjkfhnkhdfkljhskljdhfshdfhpsdhfkjhsdkfhpisdhfkjshdfhsdjikhfksdahfhsadfhkjashdfkjshakjdfshklsjdahfkjlfskfskdhfksfklakfkdsahfljsdfkjdjfkldfkshkfhsdklhflkjsdsfsdfkldkjfsjhks\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-21 18:46\"}]', null, '23', null, '2025-03-21 18:46:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1904037846641250306', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-24 13:09:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1904039613613445122', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-03-24 13:16:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1904371465230454785', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.167.179', null, null, null, null, '0', null, '2025-03-25 11:15:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1904486580160270337', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-25 18:52:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1905508762860527617', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '9', null, '2025-03-28 14:34:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1905511013264007170', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"content\":\"

-1111111111111111111111

\\n

 

\\n

http://119.78.164.156/knowledgeBase/public/doc?docId=1875460081843384321

\",\"fileList\":\"/oss/physical/temp/AT27BV256_1736043115234.pdf,/oss/physical/temp/OP07D_1736050117814.pdf\",\"id\":\"1875460738491035650\",\"title\":\"测试知识点\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-28 14:43\"},null]', null, '34', null, '2025-03-28 14:43:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1905511157896192002', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"content\":\"

-1111111111111111111111

\\n

http://119.78.164.156/knowledgeBase/public/doc?docId=1875460081843384321

\",\"fileList\":\"/oss/physical/temp/AT27BV256_1736043115234.pdf,/oss/physical/temp/OP07D_1736050117814.pdf\",\"id\":\"1875460738491035650\",\"title\":\"测试知识点\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-28 14:43\"},null]', null, '44', null, '2025-03-28 14:43:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1905511238720430082', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"content\":\"

http://119.78.164.156/knowledgeBase/public/doc?docId=1875460081843384321

\\n

 

\",\"fileList\":\"/oss/physical/temp/AT27BV256_1736043115234.pdf,/oss/physical/temp/OP07D_1736050117814.pdf\",\"id\":\"1875460738491035650\",\"title\":\"测试知识点\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-28 14:44\"},null]', null, '48', null, '2025-03-28 14:44:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1905511440852328449', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"content\":\"

http://119.78.164.156/knowledgeBase/public/doc?docId=1875460081843384321

\\n

 

\",\"fileList\":\"/oss/physical/temp/AT27BV256_1736043115234.pdf,/oss/physical/temp/OP07D_1736050117814.pdf\",\"id\":\"1875460738491035650\",\"title\":\"测试知识点\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-28 14:45\"},null]', null, '24', null, '2025-03-28 14:45:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1905511636264951809', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"content\":\"

 

\\n

http://119.78.164.156/knowledgeBase/public/doc/1876435491204833281

\",\"fileList\":\"/oss/physical/temp/AT27BV256_1736043115234.pdf,/oss/physical/temp/OP07D_1736050117814.pdf\",\"id\":\"1875460738491035650\",\"title\":\"测试知识点\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-03-28 14:45\"},null]', null, '46', null, '2025-03-28 14:45:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906539684573618177', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-31 10:50:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906689728555655170', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-03-31 20:47:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906732522510958593', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '7', null, '2025-03-31 23:37:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906733042118115329', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1902217343555309570\",\"irradiationBoardList\":[],\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"sampleInfoList\":[],\"startDate\":\"2025-03-15 12:26:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '8', null, '2025-03-31 23:39:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906892469420900354', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '0', null, '2025-04-01 10:12:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906892592129458178', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url FROM historical_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []', null, 'admin', '管理员', '210.73.34.66', '_t=1743473599607&pageNo=1&column=createTime&pageSize=10&order=desc', '/physical/database/historicalDatabase/list', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url FROM historical_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.selectList(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.selectList(Unknown Source)\r\n at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectPage(BaseMapper.java:272)\r\n at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.selectPage(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.page(IService.java:448)\r\n at jdk.internal.reflect.GeneratedMethodAccessor260.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.page()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.queryPageList(HistoricalDatabaseController.java:61)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.queryPageList()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)\r\n at jdk.internal.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.query(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)\r\n at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)\r\n at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)\r\n at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)\r\n at jdk.internal.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)\r\n at jdk.internal.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 160 more\r\n', null, null, null, '2025-04-01 10:13:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906901736790114306', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url FROM historical_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []', null, 'admin', '管理员', '210.73.34.66', '_t=1743475779931&pageNo=1&column=createTime&pageSize=10&order=desc', '/physical/database/historicalDatabase/list', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url FROM historical_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.selectList(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.selectList(Unknown Source)\r\n at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectPage(BaseMapper.java:272)\r\n at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.selectPage(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.page(IService.java:448)\r\n at jdk.internal.reflect.GeneratedMethodAccessor260.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.page()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.queryPageList(HistoricalDatabaseController.java:61)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.queryPageList()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)\r\n at jdk.internal.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.query(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)\r\n at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)\r\n at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)\r\n at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)\r\n at jdk.internal.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)\r\n at jdk.internal.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 160 more\r\n', null, null, null, '2025-04-01 10:49:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906901813122252802', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url FROM historical_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []', null, 'admin', '管理员', '210.73.34.66', '_t=1743475798133&pageNo=1&column=createTime&pageSize=10&order=desc', '/physical/database/historicalDatabase/list', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url FROM historical_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.selectList(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.selectList(Unknown Source)\r\n at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectPage(BaseMapper.java:272)\r\n at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.selectPage(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.page(IService.java:448)\r\n at jdk.internal.reflect.GeneratedMethodAccessor260.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.page()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.queryPageList(HistoricalDatabaseController.java:61)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.queryPageList()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)\r\n at jdk.internal.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.query(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)\r\n at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)\r\n at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)\r\n at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)\r\n at jdk.internal.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)\r\n at jdk.internal.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 160 more\r\n', null, null, null, '2025-04-01 10:49:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906901903639527425', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '0', null, '2025-04-01 10:50:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906902558806589442', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '210.73.34.66', null, null, null, null, '0', null, '2025-04-01 10:52:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906902569736945665', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url FROM historical_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []', null, 'liumingyu', '刘明宇', '210.73.34.66', '_t=1743475978504&pageNo=1&column=createTime&pageSize=10&order=desc', '/physical/database/historicalDatabase/list', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url FROM historical_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.selectList(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.selectList(Unknown Source)\r\n at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectPage(BaseMapper.java:272)\r\n at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.selectPage(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.page(IService.java:448)\r\n at jdk.internal.reflect.GeneratedMethodAccessor260.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.page()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.queryPageList(HistoricalDatabaseController.java:61)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.queryPageList()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)\r\n at jdk.internal.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.query(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)\r\n at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)\r\n at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)\r\n at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)\r\n at jdk.internal.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)\r\n at jdk.internal.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 160 more\r\n', null, null, null, '2025-04-01 10:52:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906902703510077441', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []', null, 'liumingyu', '刘明宇', '210.73.34.66', null, '/physical/database/historicalDatabase/add', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 171 more\r\n', null, null, null, '2025-04-01 10:53:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906902719746228225', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []', null, 'liumingyu', '刘明宇', '210.73.34.66', null, '/physical/database/historicalDatabase/add', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 171 more\r\n', null, null, null, '2025-04-01 10:53:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906902784934100993', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []', null, 'liumingyu', '刘明宇', '210.73.34.66', null, '/physical/database/historicalDatabase/add', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 171 more\r\n', null, null, null, '2025-04-01 10:53:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906902788750917634', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []', null, 'liumingyu', '刘明宇', '210.73.34.66', null, '/physical/database/historicalDatabase/add', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 171 more\r\n', null, null, null, '2025-04-01 10:53:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906902818622750722', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []', null, 'liumingyu', '刘明宇', '210.73.34.66', null, '/physical/database/historicalDatabase/add', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 171 more\r\n', null, null, null, '2025-04-01 10:53:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906902879524044802', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url FROM historical_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []', null, 'liumingyu', '刘明宇', '210.73.34.66', '_t=1743476052385&pageNo=1&column=createTime&pageSize=10&order=desc', '/physical/database/historicalDatabase/list', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url FROM historical_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.selectList(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.selectList(Unknown Source)\r\n at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectPage(BaseMapper.java:272)\r\n at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.selectPage(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.page(IService.java:448)\r\n at jdk.internal.reflect.GeneratedMethodAccessor260.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.page()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.queryPageList(HistoricalDatabaseController.java:61)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.queryPageList()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)\r\n at jdk.internal.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.query(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)\r\n at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)\r\n at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)\r\n at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)\r\n at jdk.internal.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)\r\n at jdk.internal.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 160 more\r\n', null, null, null, '2025-04-01 10:54:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906903070176133122', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, data_provider, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []', null, 'liumingyu', '刘明宇', '210.73.34.66', null, '/physical/database/historicalDatabase/add', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, data_provider, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 171 more\r\n', null, null, null, '2025-04-01 10:54:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906907976433876994', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url FROM historical_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []', null, 'liumingyu', '刘明宇', '210.73.34.66', '_t=1743477267554&pageNo=1&column=createTime&pageSize=10&order=desc', '/physical/database/historicalDatabase/list', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url FROM historical_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.selectList(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.selectList(Unknown Source)\r\n at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectPage(BaseMapper.java:272)\r\n at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.selectPage(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.page(IService.java:448)\r\n at jdk.internal.reflect.GeneratedMethodAccessor260.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.page()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.queryPageList(HistoricalDatabaseController.java:61)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.queryPageList()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'device_mode\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)\r\n at jdk.internal.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.query(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)\r\n at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)\r\n at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)\r\n at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)\r\n at jdk.internal.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)\r\n at jdk.internal.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 160 more\r\n', null, null, null, '2025-04-01 11:14:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906908931602726914', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-01 11:18:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906909533766369282', '2', '历史一期记录-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"XX\",\"dataEntry\":\"EE\",\"dataProvider\":\"SSS\",\"dataSource\":\"DD\",\"deviceMode\":\"123\",\"experimentDate\":\"TT\",\"experimentUser\":\"WW\",\"fileUrl\":\"/oss/physical/temp/附件一.分类表_1742550395354.docx,/oss/physical/temp/数据上传指南_1742550395763.docx\",\"id\":\"1903020436182241281\",\"manufacturer\":\"XX\",\"name\":\"VDMOS\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-01 11:20\"}]', null, '18', null, '2025-04-01 11:20:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906910313143549954', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '210.73.34.66', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-01 11:23\",\"dataSource\":\"XX\",\"deviceMode\":\"XX\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/采购申请单20250207_1743477816903.docx\",\"id\":\"1906910313059663873\",\"manufacturer\":\"XX\",\"name\":\"XX\",\"type\":\"XX\"}]', null, '21', null, '2025-04-01 11:23:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1906988626545426434', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '119.78.167.179', null, null, null, null, '0', null, '2025-04-01 16:34:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907005335167778818', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-01 17:41:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907009496546492417', '2', '添加用户,username: mayunlong', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-01 17:57:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907010115915169794', '2', '编辑用户,username: liumingyu', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-01 18:00:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907010762706206721', '2', '添加用户,username: xushiping', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-01 18:02:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907012212593213442', '2', '添加用户,username: likunfang', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-01 18:08:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907015768813551617', '2', '添加用户,username: rentongfei', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-01 18:22:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907016306330386434', '2', '添加用户,username: wangbin', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-01 18:24:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907016787282837505', '2', '添加用户,username: yanghongyi', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-01 18:26:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907284009716760578', '1', '用户登录失败,用户不存在!', null, null, null, '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:08:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907284259693084673', '1', '用户名: likunfang,登录成功!', null, 'likunfang', '李坤芳', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:09:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907284456074592258', '1', '用户名: wangbin,登录成功!', null, 'wangbin', '王斌', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:10:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907286194781372418', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:17:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907286270572445697', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:17:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907288784881532930', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.167.179', null, null, null, null, '1', null, '2025-04-02 12:27:37', null, null, null, 'app'); INSERT INTO `sys_log` VALUES ('1907290052349870082', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:32:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907290148814667778', '1', '用户登录失败,用户不存在!', null, null, null, '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:33:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907290183656751106', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:33:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907290409905897473', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:34:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907290576507846657', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:34:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907290757806637057', '2', '修改用户 rentongfei 的密码,操作人: admin', '2', 'admin', '管理员', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:35:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907290790362824705', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:35:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907290847732514817', '1', '用户名: rentongfei,登录成功!', null, 'rentongfei', '任童菲', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:35:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907290900069040129', '1', '用户名: 任童菲,退出成功!', null, 'rentongfei', '任童菲', '119.78.167.179', null, null, null, null, '1', null, '2025-04-02 12:36:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907290948869767170', '1', '用户名: rentongfei,登录成功!', null, 'rentongfei', '任童菲', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:36:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907291445248868354', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:38:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907291583216304130', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 12:38:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907296423392788482', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-02 12:57\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2024年5月9日\",\"experimentUser\":\"张兴尧\",\"id\":\"1907296423363428354\",\"manufacturer\":\"深圳吉华微特\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":154,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-02 12:57:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907300149117534210', '1', '用户名: wangbin,登录成功!', null, 'wangbin', '王斌', '119.78.167.179', null, null, null, null, '1', null, '2025-04-02 13:12:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907303169649754113', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-02 13:24\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67264MR 2349\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1743571484528.xlsx\",\"id\":\"1907303169624588290\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-02 13:24:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907303724963020801', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 13:26:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907304065561477121', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-02 13:28\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67267MR 2345\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"id\":\"1907304065527922689\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '10', null, '2025-04-02 13:28:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907304233010675713', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67264MR 2345\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"id\":\"1907304065527922689\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-02 13:28\"}]', null, '17', null, '2025-04-02 13:29:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907304434299518977', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-02 13:29\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS20N56NAR1\",\"experimentDate\":\"2023.7.11-2023.7.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS20N56NAR1_1743571778435.xlsx,/oss/physical/temp/KC-2023-JL-056-06_1743571786206.pdf\",\"id\":\"1907304434274353153\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐射场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-02 13:29:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907304616407810050', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2024年5月9日\",\"experimentUser\":\"张兴尧\",\"id\":\"1907296423363428354\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":154,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-02 13:30\"}]', null, '17', null, '2025-04-02 13:30:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907305169405820930', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-02 13:32\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS7130NDR\",\"experimentDate\":\"2023.7.11-2023.7.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-056-06_1743571940616.pdf,/oss/physical/temp/JHCS7130NDR_1743571958610.xlsx\",\"id\":\"1907305169380655106\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-02 13:32:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907305196186451969', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2024年5月9日\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1743571967520.xlsx\",\"id\":\"1907296423363428354\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":154,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-02 13:32\"}]', null, '5', null, '2025-04-02 13:32:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907305448234762241', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67264MR 2349\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1743571484528.xlsx,/oss/physical/temp/电离总剂量效应_1743572027345.xlsx\",\"id\":\"1907303169624588290\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-02 13:33\"}]', null, '4', null, '2025-04-02 13:33:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907305533756620802', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67264MR 2345\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1743572047838.xlsx\",\"id\":\"1907304065527922689\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-02 13:34\"}]', null, '8', null, '2025-04-02 13:34:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907306031226241025', '1', '用户名: likunfang,登录成功!', null, 'likunfang', '李坤芳', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 13:36:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907306230589898754', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-02 13:36\",\"dataEntry\":\"任童菲\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67230YRB 2413\",\"experimentDate\":\"2024.6.24~2024.7.1\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/2413电离总剂量效应_1743572184199.xlsx\",\"id\":\"1907306230564732929\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-02 13:36:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907306290560057345', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67230YRB 2413\",\"experimentDate\":\"2024.6.24~2024.7.1\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/2413电离总剂量效应_1743572184199.xlsx\",\"id\":\"1907306230564732929\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-02 13:37\"}]', null, '8', null, '2025-04-02 13:37:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907306503181910018', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1743571967520.xlsx\",\"id\":\"1907296423363428354\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":154,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-02 13:38\"}]', null, '7', null, '2025-04-02 13:38:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907306951125188609', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1', null, 'likunfang', '李坤芳', '119.78.167.179', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1079.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1081.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-02 13:39:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907306968363778049', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1', null, 'likunfang', '李坤芳', '119.78.167.179', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1079.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1081.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-02 13:39:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907307043353739266', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1', null, 'likunfang', '李坤芳', '119.78.167.179', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1079.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1081.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-02 13:40:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907307132168126466', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1', null, 'likunfang', '李坤芳', '119.78.167.179', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1079.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1081.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-02 13:40:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907307225764020226', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1', null, 'likunfang', '李坤芳', '119.78.167.179', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1079.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1081.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-02 13:40:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907307255371612162', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1', null, 'likunfang', '李坤芳', '119.78.167.179', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1079.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1081.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-02 13:41:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907307274409558018', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1', null, 'likunfang', '李坤芳', '119.78.167.179', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1079.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1081.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-02 13:41:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907307291283243009', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1', null, 'likunfang', '李坤芳', '119.78.167.179', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1079.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1081.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-02 13:41:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907307312003104769', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1', null, 'likunfang', '李坤芳', '119.78.167.179', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1079.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1081.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1059.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-02 13:41:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907307441011507202', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-02 13:41\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"id\":\"1907307440977952769\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-02 13:41:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907308260180049921', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1743572698332.xlsx\",\"id\":\"1907307440977952769\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-02 13:44\"}]', null, '7', null, '2025-04-02 13:45:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907308467064094721', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电科55所\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-02 13:45\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TAWM1A0800040H\",\"experimentDate\":\"2024.09.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329.pdf,/oss/physical/temp/TAWM1A080040H_1743572747473.xlsx\",\"id\":\"1907308467038928898\",\"manufacturer\":\"中电科55所\",\"name\":\"SiCMOSFET\",\"totalCountLhs\":50,\"totalCountXhy\":5,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-02 13:45:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907308667862204417', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TAWM1A0800040H\",\"experimentDate\":\"2024.09.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329.pdf,/oss/physical/temp/TAWM1A080040H_1743572747473.xlsx\",\"id\":\"1907308467038928898\",\"manufacturer\":\"中电科55所\",\"name\":\"SiCMOSFET\",\"totalCountLhs\":5,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-02 13:46\"}]', null, '7', null, '2025-04-02 13:46:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907330133550907394', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-02 15:11:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907330250924310530', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.updateById-Inline\r\n### The error occurred while setting parameters\r\n### SQL: UPDATE historical_database SET update_by = ?, update_time = ?, type = ?, name = ?, client_name = ?, manufacturer = ?, experiment_date = ?, data_source = ?, experiment_user = ?, device_mode = ?, file_url = ? WHERE id = ?\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1', null, 'admin', '管理员', '210.73.34.231', null, '/physical/database/historicalDatabase/edit', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.updateById-Inline\r\n### The error occurred while setting parameters\r\n### SQL: UPDATE historical_database SET update_by = ?, update_time = ?, type = ?, name = ?, client_name = ?, manufacturer = ?, experiment_date = ?, data_source = ?, experiment_user = ?, device_mode = ?, file_url = ? WHERE id = ?\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.update(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.update(SqlSessionTemplate.java:288)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:64)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.updateById(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.updateById(IService.java:236)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.updateById()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.edit(HistoricalDatabaseController.java:91)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1086.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1081.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.edit()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1086.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at jdk.internal.reflect.GeneratedMethodAccessor792.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 168 more\r\n', null, null, null, '2025-04-02 15:12:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907330625911865346', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.updateById-Inline\r\n### The error occurred while setting parameters\r\n### SQL: UPDATE historical_database SET update_by = ?, update_time = ?, type = ?, name = ?, client_name = ?, manufacturer = ?, experiment_date = ?, data_source = ?, experiment_user = ?, device_mode = ?, file_url = ? WHERE id = ?\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1', null, 'admin', '管理员', '210.73.34.231', null, '/physical/database/historicalDatabase/edit', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.updateById-Inline\r\n### The error occurred while setting parameters\r\n### SQL: UPDATE historical_database SET update_by = ?, update_time = ?, type = ?, name = ?, client_name = ?, manufacturer = ?, experiment_date = ?, data_source = ?, experiment_user = ?, device_mode = ?, file_url = ? WHERE id = ?\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\n; Data truncation: Data too long for column \'device_mode\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.update(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.update(SqlSessionTemplate.java:288)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:64)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.updateById(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.updateById(IService.java:236)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.updateById()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.edit(HistoricalDatabaseController.java:91)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1086.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor187.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1081.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.edit()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1086.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'device_mode\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor400.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at jdk.internal.reflect.GeneratedMethodAccessor792.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 168 more\r\n', null, null, null, '2025-04-02 15:13:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907335844443930626', '1', '用户名: wangbin,登录成功!', null, 'wangbin', '王斌', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 15:34:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907340500054261761', '1', '用户名: likunfang,登录成功!', null, 'likunfang', '李坤芳', '119.78.165.223', null, null, null, null, '1', null, '2025-04-02 15:53:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907340667964833794', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TAWM1A0800040H\",\"experimentDate\":\"2024.09.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329.pdf,/oss/physical/temp/TAWM1A080040H_1743572747473.xlsx\",\"id\":\"1907308467038928898\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":5,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-02 15:53\"}]', null, '8', null, '2025-04-02 15:53:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907341247336628225', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电科55所\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-02 15:56\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TBWM1A080040H\",\"experimentDate\":\"2024.09.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/TBWM1A080040H_1743580556474.xlsx\",\"id\":\"1907341247303073794\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-02 15:56:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907341311765331970', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TBWM1A080040H\",\"experimentDate\":\"2024.09.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/TBWM1A080040H_1743580556474.xlsx\",\"id\":\"1907341247303073794\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-02 15:56\"}]', null, '22', null, '2025-04-02 15:56:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907341766000066561', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TBWM1A080040H\",\"experimentDate\":\"2024.09.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/TBWM1A080040H_1743580556474.xlsx,/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580687207.pdf\",\"id\":\"1907341247303073794\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-02 15:58\"}]', null, '5', null, '2025-04-02 15:58:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907342586582089729', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电科55所\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-02 16:01\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TCWM1A080040H\",\"experimentDate\":\"2024.09.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/TCWM1A080040H_1743580879807.xlsx,/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580883015.pdf\",\"id\":\"1907342586556923905\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-02 16:01:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907342632232894465', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TAWM1A0800040H\",\"experimentDate\":\"2024.09.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329.pdf,/oss/physical/temp/TAWM1A080040H_1743572747473.xlsx\",\"id\":\"1907308467038928898\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-02 16:01\"}]', null, '7', null, '2025-04-02 16:01:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907342937334956033', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TCWM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/TCWM1A080040H_1743580879807.xlsx,/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580883015.pdf\",\"id\":\"1907342586556923905\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-02 16:02\"}]', null, '8', null, '2025-04-02 16:02:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907345897389506562', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TAWM1A0800040H\",\"experimentDate\":\"2024.09.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329.pdf,/oss/physical/temp/TAWM1A080040H_1743581672362.xlsx\",\"id\":\"1907308467038928898\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-02 16:14\"}]', null, '6', null, '2025-04-02 16:14:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907346041811976193', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TBWM1A080040H\",\"experimentDate\":\"2024.09.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580687207.pdf,/oss/physical/temp/TBWM1A080040H_1743581705144.xlsx\",\"id\":\"1907341247303073794\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-02 16:15\"}]', null, '21', null, '2025-04-02 16:15:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907346159621586946', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TCWM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580883015.pdf,/oss/physical/temp/TCWM1A080040H_1743581734195.xlsx\",\"id\":\"1907342586556923905\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-02 16:15\"}]', null, '6', null, '2025-04-02 16:15:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907346771646038017', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电科55所\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-02 16:18\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TDWM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/TDWM1A080040H_1743581872592.xlsx,/oss/physical/temp/KC-2024-JL-162_1743572347329_1743581875897.pdf\",\"id\":\"1907346771612483586\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-02 16:18:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907346818186035201', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TCWM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580883015.pdf,/oss/physical/temp/TCWM1A080040H_1743581734195.xlsx\",\"id\":\"1907342586556923905\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-02 16:18\"}]', null, '6', null, '2025-04-02 16:18:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907346845226713090', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TBWM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580687207.pdf,/oss/physical/temp/TBWM1A080040H_1743581705144.xlsx\",\"id\":\"1907341247303073794\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-02 16:18\"}]', null, '24', null, '2025-04-02 16:18:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907346868152778754', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"TAWM1A0800040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329.pdf,/oss/physical/temp/TAWM1A080040H_1743581672362.xlsx\",\"id\":\"1907308467038928898\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-02 16:18\"}]', null, '8', null, '2025-04-02 16:18:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907347263214272514', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电科55所\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-02 16:19\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"H1S803WM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"id\":\"1907347263121997825\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '23', null, '2025-04-02 16:19:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907353821939712002', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-02 16:46\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2024.01.02-2024.01.09\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS10N40MR_1743583561056.xlsx\",\"id\":\"1907353821906157569\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-02 16:46:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907354858452893698', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-02 16:50:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907356003585966081', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '119.78.167.179', null, null, null, null, '0', null, '2025-04-02 16:54:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907356281446023170', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS7130NDR\",\"experimentDate\":\"2023.7.11-2023.7.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-056-06_1743571940616.pdf,/oss/physical/temp/JHCS7130NDR_1743584146799.xlsx\",\"id\":\"1907305169380655106\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-02 16:55\"}]', null, '5', null, '2025-04-02 16:55:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907356451000762370', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS20N56NAR1\",\"experimentDate\":\"2023.7.11-2023.7.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-056-06_1743571786206.pdf,/oss/physical/temp/JHCS20N56NAR1_1743584185322.xlsx\",\"id\":\"1907304434274353153\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐射场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-02 16:56\"}]', null, '6', null, '2025-04-02 16:56:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907356917558362114', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-02 16:58\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67264NAR\",\"experimentDate\":\"2024.1.24-2024.1.31\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67264NAR_1743584294462.xlsx\",\"id\":\"1907356917533196289\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐射场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-02 16:58:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907358731783585793', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67264NAR\",\"experimentDate\":\"2024.1.24-2024.1.31\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67264NAR_1743584294462.xlsx,/oss/physical/temp/KC-2024-JL-01506_1743584730731.pdf\",\"id\":\"1907356917533196289\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐射场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-02 17:05\"}]', null, '8', null, '2025-04-02 17:05:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907359319745314817', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67264NAR\",\"experimentDate\":\"2024.1.24-2024.1.31\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67264NAR_1743584863595.xlsx,/oss/physical/temp/KC-2024-JL-01506_1743584871751.pdf\",\"id\":\"1907356917533196289\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐射场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-02 17:07\"}]', null, '7', null, '2025-04-02 17:07:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907360018545721345', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-02 17:10\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67160NAR\",\"experimentDate\":\"2024.1.24-2024.1.31\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-01506_1743585015885.pdf,/oss/physical/temp/JHCS67160NAR_1743585037850.xlsx\",\"id\":\"1907360018528944129\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-02 17:10:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907360591554756610', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.167.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-02 17:12\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS6N40YR\",\"experimentDate\":\"2024.1.24-2024.1.31\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS6N40YR_1743585164363.xlsx,/oss/physical/temp/KC-2024-JL-01506_1743585175095.pdf\",\"id\":\"1907360591462481922\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '23', null, '2025-04-02 17:12:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907616588647055361', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.164.181', null, null, null, null, '0', null, '2025-04-03 10:10:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1907717472244678658', '1', '用户名: likunfang,登录成功!', null, 'likunfang', '李坤芳', '119.78.165.224', null, null, null, null, '0', null, '2025-04-03 16:51:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909174507897307137', '1', '用户名: mayunlong,登录成功!', null, 'mayunlong', '马云龙', '119.78.164.175', null, null, null, null, '0', null, '2025-04-07 17:20:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909190585595674626', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-07 18:24:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909245527249338369', '1', '用户名: mayunlong,登录成功!', null, 'mayunlong', '马云龙', '119.78.164.175', null, null, null, null, '0', null, '2025-04-07 22:03:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909252046648983553', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-07 22:28\",\"dataEntry\":\"马云龙\",\"dataSource\":\"外协试验\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"马云龙\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"type\":\"晶体管\"}]', null, '19', null, '2025-04-07 22:28:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909252195399974914', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"马云龙\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-07 22:29\"}]', null, '31', null, '2025-04-07 22:29:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909252710842187777', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"马云龙\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-07 22:31\"}]', null, '18', null, '2025-04-07 22:31:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909253063977418754', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"马云龙\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-07 22:32\"}]', null, '22', null, '2025-04-07 22:32:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909255972593025025', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-07 22:44\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":297,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '25', null, '2025-04-07 22:44:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909256009641312257', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"马云龙\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-07 22:44\"}]', null, '12', null, '2025-04-07 22:44:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909256040662384642', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"马云龙\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":297,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-07 22:44\"}]', null, '5', null, '2025-04-07 22:44:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909256093581918210', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":297,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-07 22:44\"}]', null, '10', null, '2025-04-07 22:45:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909256177514135554', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-07 22:45\"}]', null, '16', null, '2025-04-07 22:45:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909259719876493314', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-07 22:59\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909259719842938882\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"type\":\"晶体管\"}]', null, '7', null, '2025-04-07 22:59:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909260169367470081', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":644,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-07 23:01\"}]', null, '26', null, '2025-04-07 23:01:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909260280822710274', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-07 23:01\"}]', null, '19', null, '2025-04-07 23:01:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909260790132850689', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-07 23:03\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS67230\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909260790069936130\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '15', null, '2025-04-07 23:03:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909264517782781954', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-07 23:18\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCSL77340NJR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909264517724061698\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '15', null, '2025-04-07 23:18:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909265230885765121', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909259719842938882\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":504,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-07 23:21\"}]', null, '28', null, '2025-04-07 23:21:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909265449501278209', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-07 23:22\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909265449425780737\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '20', null, '2025-04-07 23:22:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909277092754964481', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744042103063.xlsx\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":644,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-08 00:08\"}]', null, '31', null, '2025-04-08 00:08:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909522012052865025', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-08 16:21:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909523421477421058', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-08 16:27\",\"id\":\"1909523421401923586\",\"parentId\":\"3333333333333333333\",\"sysOrgCode\":\"A01\",\"title\":\"总剂量效应\",\"type\":\"DOCUMENT\"},null]', null, '16', null, '2025-04-08 16:27:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909523526544736258', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909523421401923586\",\"title\":\"总剂量效应\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:27\"},null]', null, '19', null, '2025-04-08 16:27:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909524225613578242', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-08 16:30\",\"id\":\"1909524225554857985\",\"parentId\":\"3333333333333333333\",\"sysOrgCode\":\"A01\",\"title\":\"位移损伤效应\",\"type\":\"DOCUMENT\"},null]', null, '14', null, '2025-04-08 16:30:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909524365418119169', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909524225554857985\",\"title\":\"位移损伤效应\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:31\"},null]', null, '42', null, '2025-04-08 16:31:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909524793824329729', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-08 16:32\",\"id\":\"1909524793748832258\",\"parentId\":\"3333333333333333333\",\"sysOrgCode\":\"A01\",\"title\":\"电离辐射效应\",\"type\":\"DOCUMENT\"},null]', null, '18', null, '2025-04-08 16:32:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909524890809221122', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909524793748832258\",\"title\":\"电离辐射效应\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:33\"},null]', null, '43', null, '2025-04-08 16:33:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909524960166232066', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-08 16:33\",\"id\":\"1909524960090734594\",\"parentId\":\"3333333333333333333\",\"sysOrgCode\":\"A01\",\"title\":\"氧化物俘获空穴电荷引起的阈值电压变化\",\"type\":\"DOCUMENT\"},null]', null, '19', null, '2025-04-08 16:33:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909525064096890882', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909524960090734594\",\"title\":\"氧化物俘获空穴电荷引起的阈值电压变化\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:33\"},null]', null, '41', null, '2025-04-08 16:33:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909525197605781506', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-08 16:34\",\"id\":\"1909525197505118210\",\"parentId\":\"3333333333333333333\",\"sysOrgCode\":\"A01\",\"title\":\"界面态引起的阈值电压变化\",\"type\":\"DOCUMENT\"},null]', null, '25', null, '2025-04-08 16:34:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909525283320578050', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909525197505118210\",\"title\":\"界面态引起的阈值电压变化\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:34\"},null]', null, '38', null, '2025-04-08 16:34:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909525383698661378', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-08 16:35\",\"id\":\"1909525383581220865\",\"parentId\":\"3333333333333333333\",\"sysOrgCode\":\"A01\",\"title\":\"硅双极器件的辐射损伤基本机理概述\",\"type\":\"DOCUMENT\"},null]', null, '27', null, '2025-04-08 16:35:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909525520936288258', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909525383581220865\",\"title\":\"硅双极器件的辐射损伤基本机理概述\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:35\"},null]', null, '32', null, '2025-04-08 16:35:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909527126050291713', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-08 16:41\",\"id\":\"1909527125949628417\",\"parentId\":\"3333333333333333333\",\"sysOrgCode\":\"A01\",\"title\":\"双极器件的低剂量率效应\",\"type\":\"DOCUMENT\"},null]', null, '24', null, '2025-04-08 16:41:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909527255117414402', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909527125949628417\",\"title\":\"双极器件的低剂量率效应\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:42\"},null]', null, '45', null, '2025-04-08 16:42:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909527315007881218', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-08 16:42\",\"id\":\"1909527314965938177\",\"parentId\":\"3333333333333333333\",\"sysOrgCode\":\"A01\",\"title\":\"MOSFET晶体管的辐射效应-晶体管阈值电压漂移\",\"type\":\"DOCUMENT\"},null]', null, '12', null, '2025-04-08 16:42:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909527395307831297', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909527314965938177\",\"title\":\"MOSFET晶体管的辐射效应-晶体管阈值电压漂移\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:43\"},null]', null, '45', null, '2025-04-08 16:43:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909527498353491969', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-08 16:43\",\"id\":\"1909527498227662849\",\"parentId\":\"3333333333333333333\",\"sysOrgCode\":\"A01\",\"title\":\"MOSFET晶体管的辐射效应-亚阈值区斜率\",\"type\":\"DOCUMENT\"},null]', null, '29', null, '2025-04-08 16:43:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909527602183487490', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909527498227662849\",\"title\":\"MOSFET晶体管的辐射效应-亚阈值区斜率\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:43\"},null]', null, '25', null, '2025-04-08 16:43:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909528556207292417', '2', '知识库-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.add()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-08 16:47\",\"id\":\"1909528556156960769\",\"parentId\":\"3333333333333333333\",\"sysOrgCode\":\"A01\",\"title\":\"MOSFET晶体管的辐射效应-跨导\",\"type\":\"DOCUMENT\"},null]', null, '13', null, '2025-04-08 16:47:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909528688852156417', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909528556156960769\",\"title\":\"MOSFET晶体管的辐射效应-跨导\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:48\"},null]', null, '27', null, '2025-04-08 16:48:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909528689078648833', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909528556156960769\",\"title\":\"MOSFET晶体管的辐射效应-跨导\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:48\"},null]', null, '34', null, '2025-04-08 16:48:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909528689112203265', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909528556156960769\",\"title\":\"MOSFET晶体管的辐射效应-跨导\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:48\"},null]', null, '29', null, '2025-04-08 16:48:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909528701141467138', '2', '知识库-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.edit()', null, '[{\"id\":\"1909528556156960769\",\"title\":\"MOSFET晶体管的辐射效应-跨导\",\"type\":\"DOCUMENT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-08 16:48\"},null]', null, '28', null, '2025-04-08 16:48:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909528831823396866', '2', '知识库-通过id删除', '4', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.delete()', null, ' id: 1875460738491035650', null, '20', null, '2025-04-08 16:48:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909528887637000193', '2', '知识库-通过id删除', '4', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.DocumentLibraryController.delete()', null, ' id: 1875465137372213250', null, '15', null, '2025-04-08 16:48:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909573878266621955', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '5', null, '2025-04-08 19:47:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909573878266621956', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '6', null, '2025-04-08 19:47:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909573878266621953', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '6', null, '2025-04-08 19:47:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909573878266621954', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '4', null, '2025-04-08 19:47:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909573878266621958', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '1', null, '2025-04-08 19:47:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909573878266621957', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '2', null, '2025-04-08 19:47:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909575184993644546', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '1', null, '2025-04-08 19:52:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909608855024857090', '1', '用户名: mayunlong,登录成功!', null, 'mayunlong', '马云龙', '119.78.164.175', null, null, null, null, '0', null, '2025-04-08 22:06:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909613751627313153', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744122369399.xlsx\",\"id\":\"1909265449425780737\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-08 22:26\"}]', null, '13', null, '2025-04-08 22:26:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909614820273057794', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744122625222.xlsx\",\"id\":\"1909259719842938882\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":504,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-08 22:30\"}]', null, '7', null, '2025-04-08 22:30:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909615319135186945', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230NJR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909260790069936130\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-08 22:32\"}]', null, '9', null, '2025-04-08 22:32:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909617258010931201', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230NJR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744123204442.xlsx\",\"id\":\"1909260790069936130\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-08 22:40\"}]', null, '6', null, '2025-04-08 22:40:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909618653984354306', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL77340NJR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744123539728.xlsx\",\"id\":\"1909264517724061698\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-08 22:45\"}]', null, '6', null, '2025-04-08 22:45:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909620294166933506', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":77,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-08 22:52\"}]', null, '6', null, '2025-04-08 22:52:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909620688892882945', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-08 22:53\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1909620688876105730\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":77,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-08 22:53:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909621894029668354', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744124311994.xlsx\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":77,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-08 22:58\"}]', null, '7', null, '2025-04-08 22:58:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909624551939141634', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744124945913.xlsx\",\"id\":\"1909620688876105730\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":77,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-08 23:09\"}]', null, '8', null, '2025-04-08 23:09:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909883133108580353', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-09 16:16:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909883321969700866', '2', '历史一期记录-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"XXXXXXXXXXXXX,XXXXXXXXXXXXX,XXXXXXXXXXXXX,XXXXXXXXXXXXX,XXXXXXXXXXXXX,XXXXXXXXXXXXX,XXXXXXXXXXXXX,XXXXXXXXXXXXX,XXXXXXXXXXXXX,XXXXXXXXXXXXX,XXXXXXXXXXXXX,\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/采购申请单20250207_1743477816903.docx\",\"id\":\"1906910313059663873\",\"manufacturer\":\"XX\",\"name\":\"XX\",\"type\":\"XX\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-09 16:17\"}]', null, '6', null, '2025-04-09 16:17:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1909893716927213570', '2', '历史一期记录-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"XX\",\"dataEntry\":\"张三\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"a,b,c,...\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/采购申请单20250207_1743477816903.docx\",\"id\":\"1906910313059663873\",\"manufacturer\":\"XX\",\"name\":\"收发器,编程器,...\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-09 16:58\"}]', null, '6', null, '2025-04-09 16:58:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1910187469097299969', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '1', null, '2025-04-10 12:25:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911608846194995202', '1', '用户名: wangbin,登录成功!', null, 'wangbin', '王斌', '210.73.34.91', null, null, null, null, '0', null, '2025-04-14 10:34:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911613039588831233', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-14 10:50\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCD67130NJR 2343\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"id\":\"1911613039504945153\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '21', null, '2025-04-14 10:50:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911613638267006977', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1743572698332.xlsx\",\"id\":\"1907307440977952769\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-14 10:53\"}]', null, '32', null, '2025-04-14 10:53:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911613745607634945', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCD67130NJR 2343\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"id\":\"1911613039504945153\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-14 10:53\"}]', null, '24', null, '2025-04-14 10:53:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911617067802587138', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCD67130NJR 2343\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67130NJR2343_1744599994186.xlsx\",\"id\":\"1911613039504945153\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-14 11:06\"}]', null, '26', null, '2025-04-14 11:06:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911618555933257730', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-14 11:12\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"id\":\"1911618555874537474\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '16', null, '2025-04-14 11:12:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911619626386747393', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCD67130NJR 2343\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67130NJR2343_1744599994186.xlsx,/oss/physical/temp/电离总剂量效应JHCS67130NJR2343_1744600607127.xlsx\",\"id\":\"1911613039504945153\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-14 11:16\"}]', null, '44', null, '2025-04-14 11:16:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911620825609564161', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS20N16NJR12342_1744600893257.xlsx\",\"id\":\"1911618555874537474\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-14 11:21\"}]', null, '8', null, '2025-04-14 11:21:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911625660648026113', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-14 11:40\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230YRB 2348\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"id\":\"1911625660622860289\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-14 11:40:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911627257595719681', '1', '用户名: likunfang,登录成功!', null, 'likunfang', '李坤芳', '119.78.165.224', null, null, null, null, '0', null, '2025-04-14 11:47:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911628191004520450', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230YRB 2348\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67230YRB2348_1744602648697.xlsx\",\"id\":\"1911625660622860289\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-14 11:50\"}]', null, '23', null, '2025-04-14 11:50:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911636091013853186', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TAWM1A0800040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329.pdf,/oss/physical/temp/电离总剂量效应_1744604532539.xlsx\",\"id\":\"1907308467038928898\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-14 12:22\"}]', null, '4', null, '2025-04-14 12:22:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911636186149056513', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TBWM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580687207.pdf,/oss/physical/temp/电离总剂量效应_1744604552172.xlsx\",\"id\":\"1907341247303073794\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-14 12:22\"}]', null, '21', null, '2025-04-14 12:22:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911636362020417538', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TAWM1A0800040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329.pdf,/oss/physical/temp/电离总剂量效应_1744604598095.xlsx\",\"id\":\"1907308467038928898\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-14 12:23\"}]', null, '26', null, '2025-04-14 12:23:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911636440269352961', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TCWM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580883015.pdf,/oss/physical/temp/电离总剂量效应_1744604616565.xlsx\",\"id\":\"1907342586556923905\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-14 12:23\"}]', null, '35', null, '2025-04-14 12:23:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911636601531953153', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TDWM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329_1743581875897.pdf,/oss/physical/temp/电离总剂量效应_1744604652166.xlsx\",\"id\":\"1907346771612483586\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-14 12:24\"}]', null, '29', null, '2025-04-14 12:24:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911636766070304769', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"H1S803WM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1744604687379.xlsx,/oss/physical/temp/KC-2024-JL-162_1743572347329_1744604692021.pdf\",\"id\":\"1907347263121997825\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-14 12:24\"}]', null, '16', null, '2025-04-14 12:24:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911637475155144705', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-14 12:27\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR 2425\",\"experimentDate\":\"2024.0822-2024.08.29\",\"experimentUser\":\"张兴尧\",\"id\":\"1911637475054481410\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '24', null, '2025-04-14 12:27:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911641644901494786', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2024.01.02-2024.01.09\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1744605857060.xlsx\",\"id\":\"1907353821906157569\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-14 12:44\"}]', null, '16', null, '2025-04-14 12:44:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911641657757036546', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR 2425\",\"experimentDate\":\"2024.0822-2024.08.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS9150NR2425_1744605860964.xlsx\",\"id\":\"1911637475054481410\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-14 12:44\"}]', null, '6', null, '2025-04-14 12:44:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911642196523773954', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-14 12:46\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR 2416\",\"experimentDate\":\"2024.08.22-2024.08.29\",\"experimentUser\":\"张兴尧\",\"id\":\"1911642196448276481\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '19', null, '2025-04-14 12:46:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911643813696401410', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR 2425\",\"experimentDate\":\"2024.0822-2024.08.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS9150NR2425_1744606375592.xlsx\",\"id\":\"1911637475054481410\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-14 12:52\"}]', null, '12', null, '2025-04-14 12:52:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911643849826136066', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR 2416\",\"experimentDate\":\"2024.08.22-2024.08.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS9150NR2416_1744606383937.xlsx\",\"id\":\"1911642196448276481\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-14 12:53\"}]', null, '20', null, '2025-04-14 12:53:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911644020005826562', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-14 12:53:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911647966569066498', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2024.01.02-2024.01.09\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1744605857060.xlsx,/oss/physical/temp/JHCS10N40MR_1744607364487.pdf\",\"id\":\"1907353821906157569\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-14 13:09\"}]', null, '7', null, '2025-04-14 13:09:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911649730798186497', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-14 13:16\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150MR 2420\",\"experimentDate\":\"2024.08.22-2024.08.29\",\"experimentUser\":\"张兴尧\",\"id\":\"1911649730722689026\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '19', null, '2025-04-14 13:16:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911650793701928961', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150MR 2420\",\"experimentDate\":\"2024.08.22-2024.08.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS9150MR2420_1744608039789.xlsx\",\"id\":\"1911649730722689026\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-14 13:20\"}]', null, '19', null, '2025-04-14 13:20:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911651379306459137', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-14 13:23\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR 2421\",\"experimentDate\":\"2024.08.22-2024.08.29\",\"experimentUser\":\"张兴尧\",\"id\":\"1911651379264516097\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '13', null, '2025-04-14 13:23:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911651620940312577', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150MR 2420\",\"experimentDate\":\"2024.08.22-2024.08.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS9150MR2420_1744608039789.xlsx\",\"id\":\"1911649730722689026\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":70,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-14 13:23\"}]', null, '7', null, '2025-04-14 13:23:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911653157565526017', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR 2421\",\"experimentDate\":\"2024.08.22-2024.08.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS10N40MR2421_1744608602917.xlsx\",\"id\":\"1911651379264516097\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-14 13:30\"}]', null, '12', null, '2025-04-14 13:30:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911653678015737857', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"复远芯(上海)科技有限公司\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-14 13:32\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SiMU9000-IIR\",\"experimentDate\":\"2024.09.25-2024.09.29\",\"experimentUser\":\"张兴尧\",\"id\":\"1911653677986377730\",\"manufacturer\":\"复远芯(上海)科技有限公司\",\"name\":\"SiMU9000-IIR惯导单元\",\"type\":\"敏感元器件和传感器(件)\"}]', null, '10', null, '2025-04-14 13:32:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911683831089491970', '1', '用户名: likunfang,登录成功!', null, 'likunfang', '李坤芳', '119.78.165.224', null, null, null, null, '0', null, '2025-04-14 15:31:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911684270841294849', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"复远芯(上海)科技有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SiMU9000-IIR\",\"experimentDate\":\"2024.09.25-2024.09.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-165_1744616019633.pdf\",\"id\":\"1911653677986377730\",\"manufacturer\":\"复远芯(上海)科技有限公司\",\"name\":\"SiMU9000-IIR惯导单元\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"敏感元器件和传感器(件)\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-14 15:33\"}]', null, '24', null, '2025-04-14 15:33:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911684904218947585', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"复远芯(上海)科技有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SiMU9000-IIR\",\"experimentDate\":\"2024.09.25-2024.09.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-165_1744616019633.pdf\",\"id\":\"1911653677986377730\",\"manufacturer\":\"复远芯(上海)科技有限公司\",\"name\":\"KC-2024-JL-165\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"敏感元器件和传感器(件)\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-14 15:36\"}]', null, '10', null, '2025-04-14 15:36:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911687417185857538', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电13所\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-14 15:46\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"裸胶体,电性能实验件,剪切力测试件,PCB\",\"experimentDate\":\"2024.01.10\",\"experimentUser\":\"张兴尧\",\"id\":\"1911687417110360065\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2024-JL-006\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电气电子组件、板和卡(仅列出印制 电路板)\"}]', null, '19', null, '2025-04-14 15:46:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911690774604574722', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"裸胶体,电性能实验件,剪切力测试件,PCB\",\"experimentDate\":\"2024.01.10\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-165_1744617570285.pdf\",\"id\":\"1911687417110360065\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2024-JL-006\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电气电子组件、板和卡(仅列出印制 电路板)\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-14 15:59\"}]', null, '26', null, '2025-04-14 15:59:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911693348279840770', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-14 16:09\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67160MR\",\"experimentDate\":\"2024.12.06-2024.12.14\",\"experimentUser\":\"张兴尧\",\"id\":\"1911693348204343297\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '20', null, '2025-04-14 16:09:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911693758763790337', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-14 16:11:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911694111886438401', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-14 16:12\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67134NJR\",\"experimentDate\":\"2024.12.06-2024.12.14\",\"experimentUser\":\"张兴尧\",\"id\":\"1911694111794163713\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":264,\"totalCountXhy\":4,\"type\":\"晶体管\"}]', null, '23', null, '2025-04-14 16:12:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911694666599919617', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-14 16:15\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P11NJR\",\"experimentDate\":\"2024.12.06-2024.12.14\",\"experimentUser\":\"张兴尧\",\"id\":\"1911694666532810754\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '16', null, '2025-04-14 16:15:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911696046022619137', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-14 16:20\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N56NAR1\",\"experimentDate\":\"2024.12.06-2024.12.14\",\"experimentUser\":\"张兴尧\",\"id\":\"1911696046005841921\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-14 16:20:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911702300942036993', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.165.224', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 16:45:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911702795433701378', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.165.224', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 16:47:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911702865059147778', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.165.224', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 16:47:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911703021112422401', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.165.224', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 16:48:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911703134853558274', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.165.224', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 16:48:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911703388835442690', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.165.224', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 16:49:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911703581022646273', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.165.224', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 16:50:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911704052995092481', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.165.224', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 16:52:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911704484417007617', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.165.224', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 16:54:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911704607251394561', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.165.223', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 16:54:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911704711974776833', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.165.223', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 16:54:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911711329336586242', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.165.224', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 17:21:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911714188727840769', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.164.181', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 17:32:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911714269031985153', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.164.181', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 17:32:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911718592130478081', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.164.181', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 17:50:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911718897308037121', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.164.181', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 17:51:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911725119163756546', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.164.181', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 18:16:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911725211534913538', '4', 'org.springframework.dao.QueryTimeoutException:Redis command timed out', null, null, null, '119.78.164.181', null, '/physical/sys/login', 'org.springframework.dao.QueryTimeoutException: Redis command timed out\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:68)\r\n at org.springframework.data.redis.connection.lettuce.LettuceExceptionConverter.convert(LettuceExceptionConverter.java:41)\r\n at org.springframework.data.redis.PassThroughExceptionTranslationStrategy.translate(PassThroughExceptionTranslationStrategy.java:40)\r\n at org.springframework.data.redis.FallbackExceptionTranslationStrategy.translate(FallbackExceptionTranslationStrategy.java:38)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.convertLettuceAccessException(LettuceConnection.java:256)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:969)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.lambda$doInvoke$4(LettuceConnection.java:826)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker$Synchronizer.invoke(LettuceInvoker.java:665)\r\n at org.springframework.data.redis.connection.lettuce.LettuceInvoker.just(LettuceInvoker.java:94)\r\n at org.springframework.data.redis.connection.lettuce.LettuceStringCommands.get(LettuceStringCommands.java:54)\r\n at org.springframework.data.redis.connection.DefaultedRedisConnection.get(DefaultedRedisConnection.java:284)\r\n at org.springframework.data.redis.core.DefaultValueOperations$1.inRedis(DefaultValueOperations.java:54)\r\n at org.springframework.data.redis.core.AbstractOperations$ValueDeserializingRedisCallback.doInRedis(AbstractOperations.java:61)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:406)\r\n at org.springframework.data.redis.core.RedisTemplate.execute(RedisTemplate.java:373)\r\n at org.springframework.data.redis.core.AbstractOperations.execute(AbstractOperations.java:97)\r\n at org.springframework.data.redis.core.DefaultValueOperations.get(DefaultValueOperations.java:50)\r\n at org.jeecg.common.util.RedisUtil.get(RedisUtil.java:93)\r\n at org.jeecg.modules.system.controller.LoginController.isLoginFailOvertimes(LoginController.java:727)\r\n at org.jeecg.modules.system.controller.LoginController.login(LoginController.java:71)\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor89.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.LoginController$$SpringCGLIB$$0.login()\r\n at jdk.internal.reflect.GeneratedMethodAccessor385.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: io.lettuce.core.RedisCommandTimeoutException: Command timed out after 1 minute(s)\r\n at io.lettuce.core.internal.ExceptionFactory.createTimeoutException(ExceptionFactory.java:59)\r\n at io.lettuce.core.internal.Futures.awaitOrCancel(Futures.java:246)\r\n at io.lettuce.core.LettuceFutures.awaitOrCancel(LettuceFutures.java:74)\r\n at org.springframework.data.redis.connection.lettuce.LettuceConnection.await(LettuceConnection.java:967)\r\n ... 152 more\r\n', null, null, null, '2025-04-14 18:16:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911728056527122433', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-04-14 18:27:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911732396503494658', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-14 18:44:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911732844245446658', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.164.181', null, null, null, null, '0', null, '2025-04-14 18:46:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911737707960365058', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院新疆理化技术研究所\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-14 19:06\",\"dataEntry\":\"杨弘毅\",\"dataSource\":\"中国科学院新疆理化技术研究所\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N56NJR1\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"id\":\"1911737707876478977\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '20', null, '2025-04-14 19:06:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911737764478611458', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院新疆理化技术研究所\",\"dataEntry\":\"杨弘毅\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N56NJR1\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"id\":\"1911737707876478977\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-14 19:06\"}]', null, '6', null, '2025-04-14 19:06:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911738151310880769', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院新疆理化技术研究所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N56NJR1\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"id\":\"1911737707876478977\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-14 19:07\"}]', null, '24', null, '2025-04-14 19:07:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911738387022376961', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院新疆理化技术研究所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N56NJR1\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS10N56NJR1_1744628922346.xlsx\",\"id\":\"1911737707876478977\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-14 19:08\"}]', null, '17', null, '2025-04-14 19:08:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911738750584647682', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N56NJR1\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS10N56NJR1_1744628922346.xlsx\",\"id\":\"1911737707876478977\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-14 19:10\"}]', null, '26', null, '2025-04-14 19:10:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911739162935062529', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-14 19:11\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"中国科学院新疆理化技术研究所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"id\":\"1911739162842787842\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '23', null, '2025-04-14 19:11:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911739224587137025', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"id\":\"1911739162842787842\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-14 19:12\"}]', null, '45', null, '2025-04-14 19:12:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911739664435408898', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS20N16NJR1_1744629220723.xlsx\",\"id\":\"1911739162842787842\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-14 19:13\"}]', null, '24', null, '2025-04-14 19:13:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911740172457897986', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-14 19:15\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150MR\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS9150MR_1744629343975.xlsx\",\"id\":\"1911740172432732162\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-14 19:15:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911741301409345538', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-14 19:20\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2024.5.17-2024.5.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS9150NR_1744629615943.xlsx\",\"id\":\"1911741301375791105\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '9', null, '2025-04-14 19:20:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911741826259382274', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-14 19:22\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67130NJR-1_1744629743541.xlsx\",\"id\":\"1911741826242605057\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-14 19:22:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911742253512159234', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-14 19:24\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2024.5.17-2024.5.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67130NJR-2_1744629844316.xlsx\",\"id\":\"1911742253495382017\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-14 19:24:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911742624485765122', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-14 19:25\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR\",\"experimentDate\":\"2024.5.17-2024.5.24\",\"experimentUser\":\"张兴尧\",\"id\":\"1911742624410267649\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '19', null, '2025-04-14 19:25:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911742651799072769', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR\",\"experimentDate\":\"2024.5.17-2024.5.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS697260MR_1744629940222.xlsx\",\"id\":\"1911742624410267649\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-14 19:25\"}]', null, '6', null, '2025-04-14 19:25:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911743889584320514', '2', '历史一期记录-通过id删除', '4', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.delete()', null, ' id: 1907296423363428354', null, '29', null, '2025-04-14 19:30:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911745451782205441', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '119.78.165.223', null, null, null, null, '0', null, '2025-04-14 19:36:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911773651249819650', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '119.78.165.223', null, null, null, null, '0', null, '2025-04-14 21:28:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911784450060087298', '1', '用户名: mayunlong,登录成功!', null, 'mayunlong', '马云龙', '119.78.164.175', null, null, null, null, '0', null, '2025-04-14 22:11:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911789033251565570', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-14 22:29\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"宇翔CC4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"id\":\"1911789033226399746\",\"manufacturer\":\"北京宇翔电子有限公司\",\"name\":\"反相器\",\"totalCountLhs\":72,\"totalCountXhy\":4,\"type\":\"数字集成电路\"}]', null, '5', null, '2025-04-14 22:30:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911789896246390786', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-14 22:33\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口CD4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"id\":\"1911789896229613569\",\"manufacturer\":\"国外进口(试验记录上未标记)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\"}]', null, '6', null, '2025-04-14 22:33:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911791231146553346', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-14 22:38\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口74HC04\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"id\":\"1911791231121387521\",\"manufacturer\":\"进口(试验记录未标明)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\"}]', null, '7', null, '2025-04-14 22:38:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911791303074672642', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口74HC04\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"id\":\"1911791231121387521\",\"manufacturer\":\"国外进口(试验记录未标明)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-14 22:39\"}]', null, '5', null, '2025-04-14 22:39:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911794606198124546', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"宇翔CC4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642326946.xlsx\",\"id\":\"1911789033226399746\",\"manufacturer\":\"北京宇翔电子有限公司\",\"name\":\"反相器\",\"totalCountLhs\":72,\"totalCountXhy\":4,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-14 22:52\"}]', null, '15', null, '2025-04-14 22:52:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911794997048537090', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口CD4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642420327.xlsx\",\"id\":\"1911789896229613569\",\"manufacturer\":\"国外进口(试验记录上未标记)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-14 22:53\"}]', null, '34', null, '2025-04-14 22:53:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911795118272311297', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口74HC04\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642449283.xlsx\",\"id\":\"1911791231121387521\",\"manufacturer\":\"国外进口(试验记录未标明)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-14 22:54\"}]', null, '23', null, '2025-04-14 22:54:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911797054606307330', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744124311994.xlsx\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-14 23:01\"}]', null, '23', null, '2025-04-14 23:01:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911797834193203202', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744124311994.xlsx\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-14 23:04\"}]', null, '7', null, '2025-04-14 23:04:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911799055947821057', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744124311994.xlsx\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-14 23:09\"}]', null, '15', null, '2025-04-14 23:09:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911800853593034754', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '8', null, '2025-04-14 23:16:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911801321312456705', '2', '历史一期记录-通过id删除', '4', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.delete()', null, ' id: 1909620688876105730', null, '17', null, '2025-04-14 23:18:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911801409841631233', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744042103063.xlsx\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-14 23:19\"}]', null, '25', null, '2025-04-14 23:19:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911801586077896705', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744042103063.xlsx\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-14 23:19\"}]', null, '35', null, '2025-04-14 23:19:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911801683247337473', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744644014350.xlsx\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-14 23:20\"}]', null, '42', null, '2025-04-14 23:20:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911806465227853826', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天五院物资部\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-14 23:39\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"LZ2917,3CK968U8,3DK869U8,HDCD/(20-50)-28-120/SP,HDCD/100W-5-100U/SP,LUC1843ABRCC,JSR71247-L06S,LSPM0168-2-S\",\"experimentDate\":\"2024.01.23-2024.03.20\",\"experimentUser\":\"XX\",\"id\":\"1911806465173327874\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-014\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管,电源变换器\"}]', null, '20', null, '2025-04-14 23:39:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911806938794135553', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"XX\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"LZ2917,3CK968U8,3DK869U8,HDCD/(20-50)-28-120/SP,HDCD/100W-5-100U/SP,LUC1843ABRCC,JSR71247-L06S,LSPM0168-2-S\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"id\":\"1911806465173327874\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-014\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-14 23:41\"}]', null, '32', null, '2025-04-14 23:41:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911807974011277313', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-14 23:45\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"GZ1214Z,GH22411Z,GH22431J,GH1110J,GH1162Z\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"id\":\"1911807973927391233\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-039\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\"}]', null, '23', null, '2025-04-14 23:45:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911808681393229826', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-14 23:48\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"HLPA08\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"id\":\"1911808681334509569\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-051\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\"}]', null, '16', null, '2025-04-14 23:48:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911809498204573697', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-14 23:51\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"LM7150,LS883-CH\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"id\":\"1911809498145853442\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-065\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\"}]', null, '17', null, '2025-04-14 23:51:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911809992289390593', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-14 23:53\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"GD32416Y\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"id\":\"1911809992247447554\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-078\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\"}]', null, '13', null, '2025-04-14 23:53:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911810720689000450', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-14 23:56\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"MOS-裸片\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"id\":\"1911810720638668801\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-161\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\"}]', null, '14', null, '2025-04-14 23:56:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911812164213248002', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-15 00:01\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"IRF7309PBF,EQCO125X40,ADA4930-2YCPZ,AD9253BCPZ-125,B128S102MO,AD5628BRUZ-2\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"id\":\"1911812164116779009\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-183\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\"}]', null, '26', null, '2025-04-15 00:01:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911813307228196866', '2', '历史一期记录-添加', '2', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"mayunlong\",\"createTime\":\"2025-04-15 00:06\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"CIC盖玻片,CIC-PI,CIC-ETFE,HJT电池片\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"id\":\"1911813307194642434\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-191\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\"}]', null, '9', null, '2025-04-15 00:06:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911963693817761793', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '1', null, '2025-04-15 10:04:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911964865110708225', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.167.180', null, null, null, null, '0', null, '2025-04-15 10:08:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911966171367968770', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.164.181', null, null, null, null, '0', null, '2025-04-15 10:13:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911967175643729921', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 10:17\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS76N10NAR\",\"experimentDate\":\"2024.3.21-2024.3.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS76N10NAR_1744683470435.xlsx\",\"id\":\"1911967175618564098\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-15 10:17:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911967900641759233', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 10:20\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7230YR\",\"experimentDate\":\"2024.3.21-2024.3.28\",\"experimentUser\":\"张兴尧\",\"id\":\"1911967900608204801\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-15 10:20:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911968020322029569', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7230YR\",\"experimentDate\":\"2024.3.21-2024.3.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS7230YR_1744683672034.xlsx\",\"id\":\"1911967900608204801\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-15 10:21\"}]', null, '5', null, '2025-04-15 10:21:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911968977357344770', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '119.78.165.223', null, null, null, null, '0', null, '2025-04-15 10:25:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911984157046837250', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '0', null, '2025-04-15 11:25:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911985248459264002', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.164.181', null, null, null, null, '0', null, '2025-04-15 11:29:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911996162721943554', '1', '用户名: wangbin,登录成功!', null, 'wangbin', '王斌', '210.73.34.91', null, null, null, null, '0', null, '2025-04-15 12:13:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911996478070689794', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 12:14\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67160MR\",\"experimentDate\":\"2024.4.2-2024.4.9\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67160MR_1744690450948.xlsx\",\"id\":\"1911996477970026498\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":644,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '25', null, '2025-04-15 12:14:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911996841133838337', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 12:15\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260MR\",\"experimentDate\":\"2024.3.21-2024.3.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67260MR_1744690543505.xlsx\",\"id\":\"1911996841100283906\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":1372,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '9', null, '2025-04-15 12:15:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911997180046184449', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 12:17\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260NAR\",\"experimentDate\":\"2024.4.2-2024.4.9\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67260NAR_1744690621937.xlsx\",\"id\":\"1911997179979075585\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '15', null, '2025-04-15 12:17:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911997411353661441', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 12:18\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL77034NJR\",\"experimentDate\":\"2024.4.2-2024.4.9\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCSL77034NJR_1744690679934.xlsx\",\"id\":\"1911997411261386753\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '24', null, '2025-04-15 12:18:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1911998626632273922', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-15 12:22:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912001077410238465', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '119.78.165.223', null, null, null, null, '0', null, '2025-04-15 12:32:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912001706941714434', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 12:35\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS2N20NDR\",\"experimentDate\":\"2024.9.23-2024.9.30\",\"experimentUser\":\"张兴尧\",\"id\":\"1912001706882994178\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '15', null, '2025-04-15 12:35:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912002039269003265', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 12:36\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR\",\"experimentDate\":\"2024.9.23-2024.9.30\",\"experimentUser\":\"张兴尧\",\"id\":\"1912002039168339969\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '26', null, '2025-04-15 12:36:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912002733111742466', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS2N20NDR\",\"experimentDate\":\"2024.9.23-2024.9.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-131_1744691926354.pdf,/oss/physical/temp/JHCS2N20NDR_1744691944432.xlsx\",\"id\":\"1912001706882994178\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 12:39\"}]', null, '12', null, '2025-04-15 12:39:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912002844625702913', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR\",\"experimentDate\":\"2024.9.23-2024.9.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS697260MR_1744691963746.xlsx,/oss/physical/temp/KC-2024-JL-131_1744691975220.pdf\",\"id\":\"1912002039168339969\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 12:39\"}]', null, '22', null, '2025-04-15 12:39:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912003205222600706', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 12:41\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67234NJR\",\"experimentDate\":\"2024.9.23-2024.9.30\",\"experimentUser\":\"张兴尧\",\"id\":\"1912003205113548802\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '27', null, '2025-04-15 12:41:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912003312319959041', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67234NJR\",\"experimentDate\":\"2024.9.23-2024.9.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-131_1744692074983.pdf,/oss/physical/temp/JHCS67234NJR_1744692085898.xlsx\",\"id\":\"1912003205113548802\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 12:41\"}]', null, '20', null, '2025-04-15 12:41:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912003652482207745', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 12:42\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7230YR\",\"experimentDate\":\"2024.9.23-2024-9.30\",\"experimentUser\":\"张兴尧\",\"id\":\"1912003652448653314\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '9', null, '2025-04-15 12:42:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912003748842147842', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7230YR\",\"experimentDate\":\"2024.9.23-2024-9.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS7230YR_1744692183029.xlsx,/oss/physical/temp/KC-2024-JL-131_1744692190814.pdf\",\"id\":\"1912003652448653314\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 12:43\"}]', null, '7', null, '2025-04-15 12:43:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912004110714114050', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-15 12:44\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CS4393\",\"experimentDate\":\"2024.12.20-2024.12.27\",\"experimentUser\":\"张兴尧\",\"id\":\"1912004110688948226\",\"manufacturer\":\"锦州辽晶电子科技股份有限公司\",\"name\":\"N沟道结型场效应晶体管\",\"totalCountLhs\":80,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-15 12:44:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912004568820191233', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7230YR\",\"experimentDate\":\"2024.9.23-2024-9.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS7230YR_1744692183029.xlsx,/oss/physical/temp/KC-2024-JL-131_1744692190814.pdf\",\"id\":\"1912003652448653314\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 12:46\"}]', null, '14', null, '2025-04-15 12:46:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912008055603826690', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CS4393\",\"experimentDate\":\"2024.12.20-2024.12.27\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应CS4393_1744693217382.xlsx\",\"id\":\"1912004110688948226\",\"manufacturer\":\"锦州辽晶电子科技股份有限公司\",\"name\":\"N沟道结型场效应晶体管\",\"totalCountLhs\":80,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-15 13:00\"}]', null, '26', null, '2025-04-15 13:00:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912008287888576513', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 13:01\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS6N40YR\",\"experimentDate\":\"2024.9.30-2024.10.7\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS6N40YR_1744693272776.xlsx\",\"id\":\"1912008287859216386\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '9', null, '2025-04-15 13:01:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912008566952398849', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 13:02\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS22N40MR\",\"experimentDate\":\"2024.9.30-2024.10.7\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS22N40MR_1744693335200.xlsx\",\"id\":\"1912008566885289985\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '17', null, '2025-04-15 13:02:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912008899590066177', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 13:03\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS57Z60MR\",\"experimentDate\":\"2024.9.30-2024.10.7\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS57Z60MR_1744693418188.xlsx\",\"id\":\"1912008899564900353\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-15 13:03:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912009187352875010', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 13:04\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL77034NJR\",\"experimentDate\":\"2024.9.30-2024.10.7\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCSL77034NJR_1744693487511.xlsx\",\"id\":\"1912009187319320578\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '9', null, '2025-04-15 13:04:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912010011252592642', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-15 13:08\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RCS7224A\",\"experimentDate\":\"2024.12.19-2024.12.27\",\"experimentUser\":\"张兴尧\",\"id\":\"1912010011227426817\",\"manufacturer\":\"中科新微特\",\"name\":\"N沟抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-15 13:08:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912012318933487617', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RCS7224A\",\"experimentDate\":\"2024.12.19-2024.12.19\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应RCS7224A_1744694233849.xlsx\",\"id\":\"1912010011227426817\",\"manufacturer\":\"中科新微特\",\"name\":\"N沟抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-15 13:17\"}]', null, '23', null, '2025-04-15 13:17:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912014123104964610', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7230YR\",\"experimentDate\":\"2024.9.23-2024-9.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS7230YR_1744692183029.xlsx,/oss/physical/temp/KC-2024-JL-131_1744692190814.pdf,/oss/physical/temp/KC-2024-JL-131_1744694663015.zip\",\"id\":\"1912003652448653314\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 13:24\"}]', null, '18', null, '2025-04-15 13:24:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912014154419638273', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67234NJR\",\"experimentDate\":\"2024.9.23-2024.9.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-131_1744692074983.pdf,/oss/physical/temp/JHCS67234NJR_1744692085898.xlsx,/oss/physical/temp/KC-2024-JL-131_1744694671529.zip\",\"id\":\"1912003205113548802\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 13:24\"}]', null, '9', null, '2025-04-15 13:24:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912014185923055617', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR\",\"experimentDate\":\"2024.9.23-2024.9.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS697260MR_1744691963746.xlsx,/oss/physical/temp/KC-2024-JL-131_1744691975220.pdf,/oss/physical/temp/KC-2024-JL-131_1744694678906.zip\",\"id\":\"1912002039168339969\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 13:24\"}]', null, '6', null, '2025-04-15 13:24:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912014234048499713', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS2N20NDR\",\"experimentDate\":\"2024.9.23-2024.9.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-131_1744691926354.pdf,/oss/physical/temp/JHCS2N20NDR_1744691944432.xlsx,/oss/physical/temp/KC-2024-JL-131_1744694686890.zip\",\"id\":\"1912001706882994178\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 13:24\"}]', null, '7', null, '2025-04-15 13:24:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912014683405258753', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS6N40YR\",\"experimentDate\":\"2024.1.24-2024.1.31\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS6N40YR_1743585164363.xlsx,/oss/physical/temp/KC-2024-JL-01506_1743585175095.pdf,/oss/physical/temp/KC-2024-JL-015_1744694797972.zip\",\"id\":\"1907360591462481922\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 13:26\"}]', null, '8', null, '2025-04-15 13:26:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912014716036943873', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67160NAR\",\"experimentDate\":\"2024.1.24-2024.1.31\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-01506_1743585015885.pdf,/oss/physical/temp/JHCS67160NAR_1743585037850.xlsx,/oss/physical/temp/KC-2024-JL-015_1744694805765.zip\",\"id\":\"1907360018528944129\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 13:26\"}]', null, '12', null, '2025-04-15 13:26:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912014742754660354', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67264NAR\",\"experimentDate\":\"2024.1.24-2024.1.31\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67264NAR_1743584863595.xlsx,/oss/physical/temp/KC-2024-JL-01506_1743584871751.pdf,/oss/physical/temp/KC-2024-JL-015_1744694811960.zip\",\"id\":\"1907356917533196289\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐射场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 13:26\"}]', null, '7', null, '2025-04-15 13:26:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912014950007803906', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7130NDR\",\"experimentDate\":\"2023.7.11-2023.7.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-056-06_1743571940616.pdf,/oss/physical/temp/JHCS7130NDR_1743584146799.xlsx,/oss/physical/temp/KC-2023-JL-056_1744694861338.zip\",\"id\":\"1907305169380655106\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 13:27\"}]', null, '8', null, '2025-04-15 13:27:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912014978701037570', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N56NAR1\",\"experimentDate\":\"2023.7.11-2023.7.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-056-06_1743571786206.pdf,/oss/physical/temp/JHCS20N56NAR1_1743584185322.xlsx,/oss/physical/temp/KC-2023-JL-056_1744694868198.zip\",\"id\":\"1907304434274353153\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐射场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 13:27\"}]', null, '5', null, '2025-04-15 13:27:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912015271933218817', '1', '用户名: likunfang,登录成功!', null, 'likunfang', '李坤芳', '119.78.165.224', null, null, null, null, '0', null, '2025-04-15 13:28:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912016997927063553', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N56NAR1\",\"experimentDate\":\"2024.12.06-2024.12.14\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695343976.zip\",\"id\":\"1911696046005841921\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 13:35\"}]', null, '6', null, '2025-04-15 13:35:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912017071943946242', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P11NJR\",\"experimentDate\":\"2024.12.06-2024.12.14\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695366185.zip\",\"id\":\"1911694666532810754\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 13:36\"}]', null, '9', null, '2025-04-15 13:36:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912017116953022465', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67134NJR\",\"experimentDate\":\"2024.12.06-2024.12.14\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695376900.zip\",\"id\":\"1911694111794163713\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":264,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 13:36\"}]', null, '5', null, '2025-04-15 13:36:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912017169302130689', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67160MR\",\"experimentDate\":\"2024.12.06-2024.12.14\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695389401.zip\",\"id\":\"1911693348204343297\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 13:36\"}]', null, '9', null, '2025-04-15 13:36:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912017481345765378', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2024.01.02-2024.01.09\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1744605857060.xlsx,/oss/physical/temp/JHCS10N40MR_1744607364487.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240102_1744695461738.zip\",\"id\":\"1907353821906157569\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 13:37\"}]', null, '7', null, '2025-04-15 13:37:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912017531106988034', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2024.01.02-2024.01.09\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1744605857060.xlsx,/oss/physical/temp/JHCS10N40MR_1744607364487.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240102_1744695461738.zip\",\"id\":\"1907353821906157569\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 13:37\"}]', null, '7', null, '2025-04-15 13:37:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912031614543826945', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-15 14:33:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912063294788833282', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.164.181', null, null, null, null, '0', null, '2025-04-15 16:39:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912071797716783105', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '119.78.165.223', null, null, null, null, '0', null, '2025-04-15 17:13:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912072105301872641', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"北京航天长征飞行器研究所\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 17:14\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"自研\",\"experimentDate\":\"2024.9.12-2024.9.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/MCU及通讯组件_1744708487331.xlsx\",\"id\":\"1912072105276706818\",\"manufacturer\":\"北京航天长征飞行器研究所\",\"name\":\"MCU及通讯组件\",\"totalCountLhs\":6,\"totalCountXhy\":1,\"type\":\"其他半导体集成电路\"}]', null, '6', null, '2025-04-15 17:14:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912072584262029313', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"北京航天长征飞行器研究所\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 17:16\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RK3588\",\"experimentDate\":\"2024.9.12-2024.9.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/RK3588_1744708602348.xlsx\",\"id\":\"1912072584245252098\",\"manufacturer\":\"瑞芯微电子股份有限公司\",\"name\":\"信息处理器件\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"片上系统(SOC)\"}]', null, '6', null, '2025-04-15 17:16:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912072996700524546', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"北京航天长征飞机器研究所\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 17:18\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"XC7Z045\",\"experimentDate\":\"2024.9.12-2024.9.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/XC7Z045_1744708700611.xlsx\",\"id\":\"1912072996675358722\",\"manufacturer\":\"赛灵思半导体有限公司\",\"name\":\"SoC器件\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"片上系统(SOC)\"}]', null, '7', null, '2025-04-15 17:18:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912073211994148865', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 17:19\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"LF42\",\"experimentDate\":\"2024.3.2-2024.3.22\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-032_1744708750555.pdf\",\"id\":\"1912073211910262786\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-032\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"放大器\"}]', null, '22', null, '2025-04-15 17:19:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912073711938408450', '1', '用户名: wangbin,登录成功!', null, 'wangbin', '王斌', '210.73.34.91', null, null, null, null, '1', null, '2025-04-15 17:21:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912074391314993153', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第43研究所\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 17:23\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HDCD/100CH-2-2.4/D1\",\"experimentDate\":\"2024.1.23-2024.3.16\",\"experimentUser\":\"XX\",\"id\":\"1912074391289827330\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-013\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\"}]', null, '7', null, '2025-04-15 17:23:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912075400670056449', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第43研究所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HDCD/100CH-12-2.4/D1,HDCD/100CH-15-15/D1,HDCD/100-5R-30/SP,HDCD/100-5-120H/SP,HDCD/(20-50)-5-120H/SP,HDCD/(20-50)-5-120H/SP(电性件)\",\"experimentDate\":\"2024.1.23-2024.3.16\",\"experimentUser\":\"XX\",\"id\":\"1912074391289827330\",\"manufacturer\":\"中国电子科技集团公司第43研究所\",\"name\":\"KC-2024-JL-013\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-15 17:27\"}]', null, '7', null, '2025-04-15 17:27:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912075450175426561', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第43研究所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HDCD/100CH-12-2.4/D1,HDCD/100CH-15-15/D1,HDCD/100-5R-30/SP,HDCD/100-5-120H/SP,HDCD/(20-50)-5-120H/SP,HDCD/(20-50)-5-120H/SP(电性件)\",\"experimentDate\":\"2024.1.23-2024.3.16\",\"experimentUser\":\"XX\",\"id\":\"1912074391289827330\",\"manufacturer\":\"中国电子科技集团公司第43研究所\",\"name\":\"KC-2024-JL-013\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-15 17:28\"}]', null, '8', null, '2025-04-15 17:28:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912075836441464833', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 17:29\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"LS5072RH\",\"experimentDate\":\"2024.3.2-2024.3.22\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-032_1744709374402.pdf\",\"id\":\"1912075836416299009\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-032\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '6', null, '2025-04-15 17:29:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912076675662974978', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天五院物资部\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 17:32\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"L584,X1525A,SW2991MTRH\",\"experimentDate\":\"2024.9.11-2024.10.30\",\"experimentUser\":\"张兴尧\",\"id\":\"1912076675579088897\",\"manufacturer\":\"771所,中电24所,中电24所\",\"name\":\"KC-2024-JL-156\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\"}]', null, '21', null, '2025-04-15 17:32:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912076878818283521', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 17:33\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"LS883CH\",\"experimentDate\":\"2024.3.2-2024.3.22\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-032_1744709402295.pdf\",\"id\":\"1912076878793117698\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-032\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '8', null, '2025-04-15 17:33:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912077728210980866', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"佛山大学\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 17:37\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"4060\",\"experimentDate\":\"2024.7.29-2024.7.29\",\"experimentUser\":\"张兴尧\",\"id\":\"1912077728181620738\",\"manufacturer\":\"佛山大学\",\"name\":\"KC-2024-JL-124\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"太阳能电力系统(仅列出太阳能电池)\"}]', null, '10', null, '2025-04-15 17:37:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912078346992455681', '1', '用户名: likunfang,登录成功!', null, 'likunfang', '李坤芳', '119.78.165.224', null, null, null, null, '0', null, '2025-04-15 17:39:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912078472410533890', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"LS883CH\",\"experimentDate\":\"2024.3.2-2024.3.22\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-032_1744709402295.pdf\",\"id\":\"1912076878793117698\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-032\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"变压器\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 17:40\"}]', null, '7', null, '2025-04-15 17:40:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912078505163853826', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"LS5072RH\",\"experimentDate\":\"2024.3.2-2024.3.22\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-032_1744709374402.pdf\",\"id\":\"1912075836416299009\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-032\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"变压器\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 17:40\"}]', null, '6', null, '2025-04-15 17:40:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912078882579910657', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N56NAR1\",\"experimentDate\":\"2024.12.06-2024.12.14\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695343976.zip,/oss/physical/temp/电离总剂量效应_1744710043623.xlsx,/oss/physical/temp/KC-2024-JL-201_1744710054553.pdf\",\"id\":\"1911696046005841921\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 17:41\"}]', null, '9', null, '2025-04-15 17:41:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912078961122447362', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P11NJR\",\"experimentDate\":\"2024.12.06-2024.12.14\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695366185.zip,/oss/physical/temp/电离总剂量效应_1744710117763.xlsx,/oss/physical/temp/KC-2024-JL-201_1744710121766.pdf\",\"id\":\"1911694666532810754\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 17:42\"}]', null, '9', null, '2025-04-15 17:42:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912079033692295169', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67160MR\",\"experimentDate\":\"2024.12.06-2024.12.14\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20241205_1744695389401.zip,/oss/physical/temp/电离总剂量效应_1744710134662.xlsx,/oss/physical/temp/KC-2024-JL-201_1744710139499.pdf\",\"id\":\"1911693348204343297\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 17:42\"}]', null, '9', null, '2025-04-15 17:42:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912079178072821762', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天五院物资部\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 17:42\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB648CL,LHB648C,LZF149,ZD80XG,HTM8503-MH-T002YY-Y,HTM8504-MH-T002YY-Y,LW5232-5.0TS,HWD29GL01GP-A,HWD4VSX55,HWDSP700T-IRF1927,MT41K256M16TW,\",\"experimentDate\":\"2024.3.4-2024.5.5\",\"experimentUser\":\"张兴尧\",\"id\":\"1912079178056044546\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-029\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\"}]', null, '5', null, '2025-04-15 17:42:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912079384298360834', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"H1S803WM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1744604687379.xlsx,/oss/physical/temp/KC-2024-JL-162_1743572347329_1744604692021.pdf,/oss/physical/temp/CETC_1744710223161.zip\",\"id\":\"1907347263121997825\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 17:43\"}]', null, '20', null, '2025-04-15 17:43:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912079433820508162', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TDWM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329_1743581875897.pdf,/oss/physical/temp/电离总剂量效应_1744604652166.xlsx,/oss/physical/temp/CETC_1744710235693.zip\",\"id\":\"1907346771612483586\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 17:43\"}]', null, '28', null, '2025-04-15 17:43:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912079473980968962', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TCWM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580883015.pdf,/oss/physical/temp/电离总剂量效应_1744604616565.xlsx,/oss/physical/temp/CETC_1744710244432.zip\",\"id\":\"1907342586556923905\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 17:44\"}]', null, '5', null, '2025-04-15 17:44:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912079522068664321', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TBWM1A080040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329_1743580687207.pdf,/oss/physical/temp/电离总剂量效应_1744604552172.xlsx,/oss/physical/temp/CETC_1744710256630.zip\",\"id\":\"1907341247303073794\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 17:44\"}]', null, '8', null, '2025-04-15 17:44:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912079533447811074', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"星众空间(嘉兴)科技股份有限公司\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 17:44\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"COSADCS\",\"experimentDate\":\"2024.8.29-2024.9.1\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-142_1744710240131.pdf\",\"id\":\"1912079533414256641\",\"manufacturer\":\"xx\",\"name\":\"KC-2024-JL-142\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"片上系统(SOC)\"}]', null, '8', null, '2025-04-15 17:44:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912079551340711937', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TAWM1A0800040H\",\"experimentDate\":\"2024.09.24-2024.10.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-162_1743572347329.pdf,/oss/physical/temp/电离总剂量效应_1744604598095.xlsx,/oss/physical/temp/CETC_1744710263322.zip\",\"id\":\"1907308467038928898\",\"manufacturer\":\"中电科55所\",\"name\":\"SiC MOSFET\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 17:44\"}]', null, '8', null, '2025-04-15 17:44:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912079913783103489', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中物院905所\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 17:45\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PV,JTDCS6690A,JTDCS4435\",\"experimentDate\":\"2024.24-2024.2.4\",\"experimentUser\":\"张兴尧\",\"id\":\"1912079913766326273\",\"manufacturer\":\"中物院905所\",\"name\":\"KC-024-JL-024\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-15 17:45:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912080703574740993', '2', '历史一期记录-添加', '2', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电科44所\",\"createBy\":\"yanghongyi\",\"createTime\":\"2025-04-15 17:48\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GD32422Y\",\"experimentDate\":\"2024.4.9-2024.4.9\",\"experimentUser\":\"张兴尧\",\"id\":\"1912080703553769473\",\"manufacturer\":\"中国电科44所\",\"name\":\"KC-2024-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\"}]', null, '7', null, '2025-04-15 17:48:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912081089069027330', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团公司第五研究院宇航元器件应用验证中心\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-15 17:50\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"S1336-18BK,DL100-7THD,HTM8501D\",\"experimentDate\":\"2024.08.23\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-136_1744710629373.pdf\",\"id\":\"1912081089052250114\",\"manufacturer\":\"航天五院\",\"name\":\"KC-2024-JL-136\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"二极管\"}]', null, '6', null, '2025-04-15 17:50:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912081419483713537', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中南大学\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 17:51\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"TLTM-DFB1550-10-PM\",\"experimentDate\":\"2024.9.18-2024.9.23\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-158_1744710340714.pdf\",\"id\":\"1912081419458547714\",\"manufacturer\":\"武汉泰伦特\",\"name\":\"KC-2024-JL-158\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\"}]', null, '6', null, '2025-04-15 17:51:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912082177918734337', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中南大学\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 17:54\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"KG-BPR-10M-A-FC\",\"experimentDate\":\"2024.9.18-2024.9.23\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-158_1744710726478.pdf\",\"id\":\"1912082177868402690\",\"manufacturer\":\"北京康冠\",\"name\":\"KC-2024-JL-158\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\"}]', null, '14', null, '2025-04-15 17:54:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912082610141761537', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电科44所/集成光学部\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-15 17:56\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GC15MZPB8514H\",\"experimentDate\":\"2024.06.20\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-100_1744710992612.pdf\",\"id\":\"1912082610133372929\",\"manufacturer\":\"中国电子科技集团第四十四研究所\",\"name\":\"KC-2024-JL-100\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\"}]', null, '4', null, '2025-04-15 17:56:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912083515767492609', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电科44所/集成光学部\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"xx\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GC15MZPB8514H\",\"experimentDate\":\"2024.06.20\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-100_1744710992612.pdf\",\"id\":\"1912082610133372929\",\"manufacturer\":\"中国电子科技集团第四十四研究所\",\"name\":\"KC-2024-JL-100\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 18:00\"}]', null, '13', null, '2025-04-15 18:00:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912083571228774401', '2', '历史一期记录-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团公司第五研究院宇航元器件应用验证中心\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"xx\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"S1336-18BK,DL100-7THD,HTM8501D\",\"experimentDate\":\"2024.08.23\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-136_1744710629373.pdf\",\"id\":\"1912081089052250114\",\"manufacturer\":\"航天五院\",\"name\":\"KC-2024-JL-136\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"二极管\",\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 18:00\"}]', null, '23', null, '2025-04-15 18:00:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912083778184122369', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天811所\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 18:01\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"D24816,D24824,FFW,0826,\",\"experimentDate\":\"2024.8.27-2024.8.27\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-140_1744710942567.pdf\",\"id\":\"1912083778167345153\",\"manufacturer\":\"xx\",\"name\":\"KC-2024-JL-140\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"太阳能电池\"}]', null, '7', null, '2025-04-15 18:01:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912084679259033602', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"五院物资部\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-15 18:04\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"xx\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RSWN1202URH,RSW0584IRH\",\"experimentDate\":\"2024.09.26-2024.11.03\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JC-166_1744711484830.pdf\",\"id\":\"1912084679242256386\",\"manufacturer\":\"北京升宇科技有限公司\",\"name\":\"KC-2024-JL-166\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"稳压器\"}]', null, '6', null, '2025-04-15 18:04:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912086110540107778', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天五院物资部\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-15 18:10\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"xx\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF620BRDC,LMRAD64A64\",\"experimentDate\":\"2024.07.24-2024.09.21\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-119_1744711744828.pdf\",\"id\":\"1912086110456221698\",\"manufacturer\":\"航天771所,西安微电子所\",\"name\":\"KC-2024-JL-119\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"放大器,多芯片组件(MCM)\"}]', null, '22', null, '2025-04-15 18:10:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912086894136758273', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国工程物理研究院激光聚变研究中心\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 18:13\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2023.11.10-2023.11.13\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-116_1744711326009.pdf\",\"id\":\"1912086894119981057\",\"manufacturer\":\"xx\",\"name\":\"KC-2023-JL-116\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"辐射变色膜片\"}]', null, '6', null, '2025-04-15 18:13:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912087327651631105', '2', '历史一期记录-添加', '2', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电24所\",\"createBy\":\"likunfang\",\"createTime\":\"2025-04-15 18:15\",\"dataEntry\":\"李坤芳\",\"dataProvider\":\"xx\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH15-28S05F\",\"experimentDate\":\"2023.11.29\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-131_1744712115105.pdf\",\"id\":\"1912087327634853889\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2023-JL-131\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源转换器\"}]', null, '7', null, '2025-04-15 18:15:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912087583667752961', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国工程物理研究院激光聚变中心\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 18:16\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2023.11.10-2320.11.13\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-116_1744712177618.pdf\",\"id\":\"1912087583642587138\",\"manufacturer\":\"xx\",\"name\":\"KC-2023-JL-116\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路\"}]', null, '6', null, '2025-04-15 18:16:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912088064150441985', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-15 18:18:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912088293654368258', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国工程物理研究院激光聚变研究中心\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"辐射变色膜片\",\"experimentDate\":\"2023.11.10-2023.11.13\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-116_1744711326009.pdf\",\"id\":\"1912086894119981057\",\"manufacturer\":\"xx\",\"name\":\"KC-2023-JL-116\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"辐射变色膜片\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 18:19\"}]', null, '13', null, '2025-04-15 18:19:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912088549792124930', '2', '历史一期记录-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国工程物理研究院激光聚变中心\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"CMOS探测器\",\"experimentDate\":\"2023.11.10-2320.11.13\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-116_1744712177618.pdf\",\"id\":\"1912087583642587138\",\"manufacturer\":\"xx\",\"name\":\"KC-2023-JL-116\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路\",\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 18:20\"}]', null, '24', null, '2025-04-15 18:20:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912089739087024129', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"国防科大\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 18:24\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"光纤激光振荡器\",\"experimentDate\":\"2024.12.2-2024.12.2\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-198_1744712506004.pdf\",\"id\":\"1912089739061858306\",\"manufacturer\":\"xx\",\"name\":\"KC-2024-JL-198\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"振荡器\"}]', null, '7', null, '2025-04-15 18:24:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912089806271385602', '1', '用户名: mayunlong,登录成功!', null, 'mayunlong', '马云龙', '119.78.164.175', null, null, null, null, '0', null, '2025-04-15 18:25:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912090323756224514', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口CD4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642420327.xlsx\",\"id\":\"1911789896229613569\",\"manufacturer\":\"国外进口(试验记录未标明)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:27\"}]', null, '18', null, '2025-04-15 18:27:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912090478614122497', '2', '历史一期记录-添加', '2', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团公司四十四研究所\",\"createBy\":\"liumingyu\",\"createTime\":\"2025-04-15 18:27\",\"dataEntry\":\"刘明宇\",\"dataProvider\":\"xx\",\"dataSource\":\"xx\",\"dataType\":\"historical\",\"deviceMode\":\"GM1201A\",\"experimentDate\":\"2023.12.4-2023.12.4\",\"experimentUser\":\"xx\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-135_1744712740599.pdf\",\"id\":\"1912090478580568065\",\"manufacturer\":\"中国电子科技集团公司四十四研究所\",\"name\":\"KC-2023-JL-135\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\"}]', null, '10', null, '2025-04-15 18:27:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912090563938848769', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天五院物资部\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"LZ2917,3CK968U8,3DK869U8,HDCD/(20-50)-28-120/SP,HDCD/100W-5-100U/SP,LUC1843ABRCC,JSR71247-L06S,LSPM0168-2-S\",\"experimentDate\":\"2024.01.23-2024.03.20\",\"experimentUser\":\"XX\",\"id\":\"1911806465173327874\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-014\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:28\"}]', null, '12', null, '2025-04-15 18:28:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912091405358174210', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电44所\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"GZ1214Z,GH22411Z,GH22431J,GH1110J,GH1162Z\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"id\":\"1911807973927391233\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-039\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:31\"}]', null, '8', null, '2025-04-15 18:31:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912091629677940738', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电44所\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"GZ1214Z,GH22411Z,GH22431J,GH1110J,GH1162Z\",\"experimentDate\":\"2024.03.14\",\"experimentUser\":\"XX\",\"id\":\"1911807973927391233\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-039\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:32\"}]', null, '8', null, '2025-04-15 18:32:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912091792228192258', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第四十四研究所\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"GZ1214Z,GH22411Z,GH22431J,GH1110J,GH1162Z\",\"experimentDate\":\"2024.03.14\",\"experimentUser\":\"XX\",\"id\":\"1911807973927391233\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-039\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:33\"}]', null, '7', null, '2025-04-15 18:33:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912092057832493058', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第四十四研究所\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"GZ1214Z,GH22411Z,GH22431J,GH1110J,GH1162Z\",\"experimentDate\":\"2024.03.14\",\"experimentUser\":\"XX\",\"id\":\"1911807973927391233\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-039\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:34\"}]', null, '6', null, '2025-04-15 18:34:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912092929287229441', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第四十三研究所\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"HLPA08\",\"experimentDate\":\"2024.04.09-2024.06.04\",\"experimentUser\":\"XX\",\"id\":\"1911808681334509569\",\"manufacturer\":\"中国电子科技集团公司第四十三研究所\",\"name\":\"KC-2024-JL-051\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"放大器\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:37\"}]', null, '24', null, '2025-04-15 18:37:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912093815086485506', '1', '用户名: likunfang,登录成功!', null, 'likunfang', '李坤芳', '119.78.165.224', null, null, null, null, '0', null, '2025-04-15 18:41:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912094910152151041', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.updateById-Inline\r\n### The error occurred while setting parameters\r\n### SQL: UPDATE historical_database SET update_by = ?, update_time = ?, type = ?, name = ?, client_name = ?, manufacturer = ?, experiment_date = ?, data_source = ?, experiment_user = ?, total_count_xhy = ?, total_count_lhs = ?, data_provider = ?, data_entry = ?, device_mode = ? WHERE id = ?\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\n; Data truncation: Data too long for column \'type\' at row 1', null, 'mayunlong', '马云龙', '119.78.164.175', null, '/physical/database/historicalDatabase/edit', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.updateById-Inline\r\n### The error occurred while setting parameters\r\n### SQL: UPDATE historical_database SET update_by = ?, update_time = ?, type = ?, name = ?, client_name = ?, manufacturer = ?, experiment_date = ?, data_source = ?, experiment_user = ?, total_count_xhy = ?, total_count_lhs = ?, data_provider = ?, data_entry = ?, device_mode = ? WHERE id = ?\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\n; Data truncation: Data too long for column \'type\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.update(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.update(SqlSessionTemplate.java:288)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:64)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.updateById(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.updateById(IService.java:236)\r\n at jdk.internal.reflect.GeneratedMethodAccessor865.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.updateById()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.edit(HistoricalDatabaseController.java:91)\r\n at jdk.internal.reflect.GeneratedMethodAccessor862.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor387.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.edit()\r\n at jdk.internal.reflect.GeneratedMethodAccessor862.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor243.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at jdk.internal.reflect.GeneratedMethodAccessor401.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-15 18:45:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912094950908203010', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天五院物资部\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"LZ2917,3CK968U8,3DK869U8,HDCD/(20-50)-28-120/SP,HDCD/100W-5-100U/SP,LUC1843ABRCC,JSR71247-L06S,LSPM0168-2-S\",\"experimentDate\":\"2024.01.23-2024.03.20\",\"experimentUser\":\"XX\",\"id\":\"1911806465173327874\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-014\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:45\"}]', null, '9', null, '2025-04-15 18:45:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912095376424538113', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天五院物资部\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"LZ2917,3CK968U8,3DK869U8,HDCD/(20-50)-28-120/SP,HDCD/100W-5-100U/SP,LUC1843ABRCC,JSR71247-L06S,LSPM0168-2-S\",\"experimentDate\":\"2024.01.23-2024.03.20\",\"experimentUser\":\"XX\",\"id\":\"1911806465173327874\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-014\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管,接口电路,电源变换器,保险丝、避雷器、吸收器和保护装置\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:47\"}]', null, '15', null, '2025-04-15 18:47:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912096183135997953', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所新集成电路事业部\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"LM7150,LS883-CH\",\"experimentDate\":\"2024.04.17-2024.04.30\",\"experimentUser\":\"XX\",\"id\":\"1911809498145853442\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-065\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:50\"}]', null, '8', null, '2025-04-15 18:50:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912096728835919873', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第四十四研究所\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"GD32416Y\",\"experimentDate\":\"2024.05.17\",\"experimentUser\":\"XX\",\"id\":\"1911809992247447554\",\"manufacturer\":\"中国电子科技集团公司第四十四研究所\",\"name\":\"KC-2024-JL-078\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:52\"}]', null, '9', null, '2025-04-15 18:52:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912097445827022850', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中物院八所(908所)\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"MOS-裸片\",\"experimentDate\":\"2024.09.20\",\"experimentUser\":\"XX\",\"id\":\"1911810720638668801\",\"manufacturer\":\"中物院八所(908所)\",\"name\":\"KC-2024-JL-161\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"半导体分立器件\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:55\"}]', null, '24', null, '2025-04-15 18:55:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912097884400226306', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第四十四研究所固体图像部\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"IRF7309PBF,EQCO125X40,ADA4930-2YCPZ,AD9253BCPZ-125,B128S102MO,AD5628BRUZ-2\",\"experimentDate\":\"2024.10.31\",\"experimentUser\":\"XX\",\"id\":\"1911812164116779009\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-183\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 18:57\"}]', null, '7', null, '2025-04-15 18:57:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912098668177231873', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海微系统与信息技术研究所\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"CIC盖玻片,CIC-PI,CIC-ETFE,HJT电池片\",\"experimentDate\":\"2024.11.20\",\"experimentUser\":\"XX\",\"id\":\"1911813307194642434\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-191\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"太阳能电力系统(仅列出太阳能电池)\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 19:00\"}]', null, '16', null, '2025-04-15 19:00:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912101808712683522', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"15-081\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceName\":\"i5-6600K Skylake 6th Gen Core™\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2015.2-2016.2\",\"experimentUser\":\"张兴尧\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.xlsx\\\",\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"OP07D_1737622374087.pdf\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\\\",\\\"data1_1737630552401.csv\\\":\\\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737630552401.csv\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"OP07D_1737622374087.pdf\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/OP07D_1737622374087.pdf\",\"data1_1737630552401.csv\":\"/oss/physical/NASA/d57a89638c147cfddf8b5a4e44766017/data1_1737630552401.csv\"},\"id\":\"d57a89638c147cfddf8b5a4e44766017\",\"manufacturer\":\"Intel\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 19:12\"}]', null, '10', null, '2025-04-15 19:12:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912104899587575809', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.164.181', null, null, null, null, '0', null, '2025-04-15 19:25:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912105333890977793', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电科44所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GD32422Y\",\"experimentDate\":\"2024.4.9-2024.4.9\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-052_1744716407470.pdf\",\"id\":\"1912080703553769473\",\"manufacturer\":\"中国电科44所\",\"name\":\"KC-2024-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-15 19:26\"}]', null, '6', null, '2025-04-15 19:26:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912105439881039873', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中物院905所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PV,JTDCS6690A,JTDCS4435\",\"experimentDate\":\"2024.24-2024.2.4\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-024_1744716435827.pdf\",\"id\":\"1912079913766326273\",\"manufacturer\":\"中物院905所\",\"name\":\"KC-024-JL-024\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-15 19:27\"}]', null, '6', null, '2025-04-15 19:27:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912105577840087041', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天五院物资部\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB648CL,LHB648C,LZF149,ZD80XG,HTM8503-MH-T002YY-Y,HTM8504-MH-T002YY-Y,LW5232-5.0TS,HWD29GL01GP-A,HWD4VSX55,HWDSP700T-IRF1927,MT41K256M16TW,\",\"experimentDate\":\"2024.3.4-2024.5.5\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-029_1744716468966.pdf\",\"id\":\"1912079178056044546\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-029\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-15 19:27\"}]', null, '6', null, '2025-04-15 19:27:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912105702637408258', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"佛山大学\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"4060\",\"experimentDate\":\"2024.7.29-2024.7.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-124_1744716498230.pdf\",\"id\":\"1912077728181620738\",\"manufacturer\":\"佛山大学\",\"name\":\"KC-2024-JL-124\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"太阳能电力系统(仅列出太阳能电池)\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-15 19:28\"}]', null, '7', null, '2025-04-15 19:28:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912105808266760193', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天五院物资部\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"L584,X1525A,SW2991MTRH\",\"experimentDate\":\"2024.9.11-2024.10.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-156_1744716523654.pdf\",\"id\":\"1912076675579088897\",\"manufacturer\":\"771所,中电24所,中电24所\",\"name\":\"KC-2024-JL-156\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-15 19:28\"}]', null, '6', null, '2025-04-15 19:28:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912105886385672194', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第43研究所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HDCD/100CH-12-2.4/D1,HDCD/100CH-15-15/D1,HDCD/100-5R-30/SP,HDCD/100-5-120H/SP,HDCD/(20-50)-5-120H/SP,HDCD/(20-50)-5-120H/SP(电性件)\",\"experimentDate\":\"2024.1.23-2024.3.16\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-013_1744716541258.pdf\",\"id\":\"1912074391289827330\",\"manufacturer\":\"中国电子科技集团公司第43研究所\",\"name\":\"KC-2024-JL-013\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-15 19:29\"}]', null, '6', null, '2025-04-15 19:29:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912106236446478337', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"北京航天长征飞机器研究所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"XC7Z045\",\"experimentDate\":\"2024.9.12-2024.9.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/XC7Z045_1744708700611.xlsx,/oss/physical/temp/KC-2024-JL-153_1744716624982.pdf\",\"id\":\"1912072996675358722\",\"manufacturer\":\"赛灵思半导体有限公司\",\"name\":\"SoC器件\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"片上系统(SOC)\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-15 19:30\"}]', null, '9', null, '2025-04-15 19:30:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912106405598564353', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"北京航天长征飞行器研究所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RK3588\",\"experimentDate\":\"2024.9.12-2024.9.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/RK3588_1744708602348.xlsx,/oss/physical/temp/KC-2024-JL-153_1744716663688.pdf\",\"id\":\"1912072584245252098\",\"manufacturer\":\"瑞芯微电子股份有限公司\",\"name\":\"信息处理器件\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"片上系统(SOC)\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-15 19:31\"}]', null, '29', null, '2025-04-15 19:31:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912106561416957953', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"北京航天长征飞行器研究所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"自研\",\"experimentDate\":\"2024.9.12-2024.9.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/MCU及通讯组件_1744708487331.xlsx,/oss/physical/temp/KC-2024-JL-153_1744716703148.pdf\",\"id\":\"1912072105276706818\",\"manufacturer\":\"北京航天长征飞行器研究所\",\"name\":\"MCU及通讯组件\",\"totalCountLhs\":6,\"totalCountXhy\":1,\"type\":\"其他半导体集成电路\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-15 19:31\"}]', null, '6', null, '2025-04-15 19:31:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912111707697942530', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"XPA-II\",\"deviceName\":\"XPA-II\",\"deviceType\":\"CMOS/ASIC\",\"experimentDate\":\"2010.8\",\"experimentUser\":\"XX\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/nsrec09_W13_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/data.xlsx\\\",\\\"VdG08AUG_XPAII.pdf\\\":\\\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/VdG08AUG_XPAII.pdf\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/data.xlsx\",\"VdG08AUG_XPAII.pdf\":\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/VdG08AUG_XPAII.pdf\"},\"id\":\"987c0866bbc2ac5738906ef662e4e718\",\"manufacturer\":\"AMIS\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 19:52\"}]', null, '24', null, '2025-04-15 19:52:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912112492049567745', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Complex 65nm Processor\",\"deviceMode\":\"Unknown 65nm Processor\",\"deviceName\":\"Unknown 65nm Processor\",\"deviceType\":\"CMOS\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/data.xlsx\\\",\\\"电离总剂量效应_1744718069133.xlsx\\\":\\\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/电离总剂量效应_1744718069133.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/data.xlsx\",\"电离总剂量效应_1744718069133.xlsx\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/电离总剂量效应_1744718069133.xlsx\"},\"id\":\"57a23eb4e8347d32f03fc38b29b042a5\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 19:55\"}]', null, '5', null, '2025-04-15 19:55:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912113040438038530', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"Complex 65nm Processor\",\"deviceMode\":\"08/KL/MaC\",\"deviceName\":\"65nm CMOS/ Processor\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2009\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"电离总剂量效应_1744718069133.xlsx\\\":\\\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/电离总剂量效应_1744718069133.xlsx\\\",\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/data.xlsx\\\"}\",\"fileMap\":{\"电离总剂量效应_1744718069133.xlsx\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/电离总剂量效应_1744718069133.xlsx\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/data.xlsx\"},\"id\":\"57a23eb4e8347d32f03fc38b29b042a5\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 19:57\"}]', null, '7', null, '2025-04-15 19:57:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912129536493064193', '1', '用户名: likunfang,登录成功!', null, 'likunfang', '李坤芳', '119.78.165.224', null, null, null, null, '0', null, '2025-04-15 21:03:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912129864898678785', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"Complex 45nm Processor\",\"deviceMode\":\"09/KL/MaC\",\"deviceName\":\"Complex 45nm Processor\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2009\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/data.xlsx\\\",\\\"电离总剂量效应_1744722257130.xlsx\\\":\\\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/电离总剂量效应_1744722257130.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/data.xlsx\",\"电离总剂量效应_1744722257130.xlsx\":\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/电离总剂量效应_1744722257130.xlsx\"},\"id\":\"1e6811bde2275249f4ef753ab50d7a14\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 21:04\"}]', null, '16', null, '2025-04-15 21:04:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912130157459771393', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"ReadOut Integrated Circuit\",\"deviceMode\":\"SEPT08/CM\",\"deviceName\":\"N/A\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2010\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/data.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/data.xlsx\"},\"id\":\"defa22cc76471b707cbebe39f108a7cf\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 21:05\"}]', null, '7', null, '2025-04-15 21:05:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912130205354528769', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"Complex 65nm Processor\",\"deviceMode\":\"08/KL/MaC\",\"deviceName\":\"65nm CMOS/ Processor\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2010\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"电离总剂量效应_1744718069133.xlsx\\\":\\\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/电离总剂量效应_1744718069133.xlsx\\\",\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/data.xlsx\\\"}\",\"fileMap\":{\"电离总剂量效应_1744718069133.xlsx\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/电离总剂量效应_1744718069133.xlsx\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/data.xlsx\"},\"id\":\"57a23eb4e8347d32f03fc38b29b042a5\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 21:05\"}]', null, '7', null, '2025-04-15 21:05:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912130229727629313', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"Complex 45nm Processor\",\"deviceMode\":\"09/KL/MaC\",\"deviceName\":\"Complex 45nm Processor\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2010\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/data.xlsx\\\",\\\"电离总剂量效应_1744722257130.xlsx\\\":\\\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/电离总剂量效应_1744722257130.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/data.xlsx\",\"电离总剂量效应_1744722257130.xlsx\":\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/电离总剂量效应_1744722257130.xlsx\"},\"id\":\"1e6811bde2275249f4ef753ab50d7a14\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 21:05\"}]', null, '9', null, '2025-04-15 21:05:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912130677830291457', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"ReadOut Integrated Circuit\",\"deviceMode\":\"SEPT08/CM\",\"deviceName\":\"N/A\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2010\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/data.xlsx\\\",\\\"电离总剂量效应_1744722452798.xlsx\\\":\\\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/电离总剂量效应_1744722452798.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/data.xlsx\",\"电离总剂量效应_1744722452798.xlsx\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/电离总剂量效应_1744722452798.xlsx\"},\"id\":\"defa22cc76471b707cbebe39f108a7cf\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 21:07\"}]', null, '8', null, '2025-04-15 21:07:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912130832876933121', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"ReadOut Integrated Circuit\",\"deviceMode\":\"SEPT08/CM\",\"deviceName\":\"0.5 μm CMOS ReadOut Integrated Circuit (ROIC)\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2010\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/nsrec2010_W22_TID.pdf\\\",\\\"电离总剂量效应_1744722452798.xlsx\\\":\\\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/电离总剂量效应_1744722452798.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/data.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/nsrec2010_W22_TID.pdf\",\"电离总剂量效应_1744722452798.xlsx\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/电离总剂量效应_1744722452798.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/data.xlsx\"},\"id\":\"defa22cc76471b707cbebe39f108a7cf\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 21:08\"}]', null, '25', null, '2025-04-15 21:08:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912132072604143617', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"InGaAsP 0.5 �m CMOS Quantum Well Infrared Photo (QWIP) detector Array and Read Out Integrated Circuit (ROIC)\",\"deviceMode\":\"CNL/08NOV/ CM\",\"deviceName\":\"InGaAsP QWIP & 0.5 μm CMOS/ Quantum Well Infrared Photodetector (QWIP) Array & ROIC\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2010\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/data.xlsx\\\",\\\"电离总剂量效应_1744722785555.xlsx\\\":\\\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/电离总剂量效应_1744722785555.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/data.xlsx\",\"电离总剂量效应_1744722785555.xlsx\":\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/电离总剂量效应_1744722785555.xlsx\"},\"id\":\"88641a1dc4c0ee91c49923598cc74e66\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 21:13\"}]', null, '7', null, '2025-04-15 21:13:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912132490331656194', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"xx\",\"deviceMode\":\"CNL/08NOV/ CM\",\"deviceName\":\"InGaAsP QWIP & 0.5 μm CMOS/ Quantum Well Infrared Photodetector (QWIP) Array & ROIC\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2010\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"电离总剂量效应_1744722785555.xlsx\\\":\\\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/电离总剂量效应_1744722785555.xlsx\\\",\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/data.xlsx\\\"}\",\"fileMap\":{\"电离总剂量效应_1744722785555.xlsx\":\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/电离总剂量效应_1744722785555.xlsx\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/data.xlsx\"},\"id\":\"88641a1dc4c0ee91c49923598cc74e66\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 21:14\"}]', null, '9', null, '2025-04-15 21:14:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912134910101131265', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Mbit SRAM\",\"deviceMode\":\"Not Available,AS5C4008DJ,WS512K8-XCX,Not Available\",\"deviceName\":\"Unknown - SRAM\",\"deviceType\":\"Memory\",\"experimentDate\":\"1998-1999\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/data.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/data.xlsx\"},\"id\":\"4f43889d69f795f6b7d002b6513091db\",\"manufacturer\":\"SEI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 21:24\"}]', null, '9', null, '2025-04-15 21:24:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912136140235968513', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"Not Available\",\"deviceFunction\":\"Memories\",\"deviceMode\":\"Not Available\",\"deviceName\":\"4Mbit SRAM\",\"deviceType\":\"Memory\",\"experimentDate\":\"1998-1999\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/data.xlsx\\\",\\\"单粒子效应_1744723754023.xlsx\\\":\\\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/单粒子效应_1744723754023.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/data.xlsx\",\"单粒子效应_1744723754023.xlsx\":\"/oss/physical/NASA/4f43889d69f795f6b7d002b6513091db/单粒子效应_1744723754023.xlsx\"},\"id\":\"4f43889d69f795f6b7d002b6513091db\",\"manufacturer\":\"SEI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 21:29\"}]', null, '6', null, '2025-04-15 21:29:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912136330753839106', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Mbit SRAM\",\"deviceMode\":\"Not Available\",\"deviceName\":\"Unknown - SRAM\",\"deviceType\":\"Memory\",\"experimentDate\":\"1998-1999\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/data.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/data.xlsx\"},\"id\":\"c85f69c3c5ad8aff9dfbda499688fba8\",\"manufacturer\":\"Electronic Designs Inc\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 21:30\"}]', null, '18', null, '2025-04-15 21:30:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912141094975672321', '1', '用户名: liumingyu,登录成功!', null, 'liumingyu', '刘明宇', '119.78.165.223', null, null, null, null, '0', null, '2025-04-15 21:48:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912141159639257090', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XC7K325T-1FBG900 Kintex K7\",\"deviceName\":\"XC7K325T-1FBG900 Kintex K7\",\"deviceType\":\"28nm planar\",\"experimentDate\":\"2016Oct-Nov\",\"id\":\"e7f970d192833dcdb18473f23edc805f\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 21:49\"}]', null, '11', null, '2025-04-15 21:49:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912141741137563649', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"Not Available\",\"deviceFunction\":\"4Mbit SRAM\",\"deviceMode\":\"Not Available\",\"deviceName\":\"Unknown - SRAM\",\"deviceType\":\"Memory\",\"experimentDate\":\"1998-1999\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/data.xlsx\\\",\\\"单粒子效应_1744725089468.xlsx\\\":\\\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/单粒子效应_1744725089468.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/data.xlsx\",\"单粒子效应_1744725089468.xlsx\":\"/oss/physical/NASA/c85f69c3c5ad8aff9dfbda499688fba8/单粒子效应_1744725089468.xlsx\"},\"id\":\"c85f69c3c5ad8aff9dfbda499688fba8\",\"manufacturer\":\"Electronic Designs Inc\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 21:51\"}]', null, '5', null, '2025-04-15 21:51:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912142281821097985', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XC7K325T Kintex7\",\"deviceName\":\"XC7K325T Kintex7\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2014.4-2014.10\",\"id\":\"e278118872f229f14cbbe1f1e2c06a33\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":5,\"totalCountNasa\":5,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 21:53\"}]', null, '13', null, '2025-04-15 21:53:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912144306256449537', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unavailable\",\"deviceFunction\":\"Read Out Integrated Circuit (ROIC)\",\"deviceMode\":\"unavailable\",\"deviceName\":\"Unknown - ROIC\",\"deviceType\":\"Miscellaneous Devices 0.5umCMOS\",\"experimentDate\":\"TAMU09SEPT\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"NSREC10_B1_Marshall_Pres.pdf\\\":\\\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/NSREC10_B1_Marshall_Pres.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/data.xlsx\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/nsrec2010_W8_SEE.pdf\\\",\\\"单粒子效应_1744725613046.xlsx\\\":\\\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/单粒子效应_1744725613046.xlsx\\\"}\",\"fileMap\":{\"NSREC10_B1_Marshall_Pres.pdf\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/NSREC10_B1_Marshall_Pres.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/nsrec2010_W8_SEE.pdf\",\"单粒子效应_1744725613046.xlsx\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/单粒子效应_1744725613046.xlsx\"},\"id\":\"ce5b4d0521ead2641849d56707cffa59\",\"manufacturer\":\"Unavailable\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 22:01\"}]', null, '7', null, '2025-04-15 22:01:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912149316394520578', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XC7K325T Kintex7\",\"deviceName\":\"XC7K325T Kintex7\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2014.4-2014.10\",\"id\":\"e278118872f229f14cbbe1f1e2c06a33\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":5,\"totalCountNasa\":5,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 22:21\"}]', null, '7', null, '2025-04-15 22:21:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912150689374769154', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XC6SLX16\",\"deviceName\":\"XC6SLX16\",\"deviceType\":\"FPGA\",\"experimentDate\":\"2010.3\",\"experimentUser\":\"xx\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/data.xlsx\\\",\\\"NEPP_DTRA_04062010_Berg.pdf\\\":\\\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/NEPP_DTRA_04062010_Berg.pdf\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/data.xlsx\",\"NEPP_DTRA_04062010_Berg.pdf\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/NEPP_DTRA_04062010_Berg.pdf\"},\"id\":\"771b406dce3c4957fce985c31f49e211\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 22:27\"}]', null, '6', null, '2025-04-15 22:27:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912151094259322881', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unavailable\",\"deviceFunction\":\"Phase Change Memory (PCM)\",\"deviceMode\":\"unavailable\",\"deviceName\":\"90nm CMOS Nonvolatile Memory\",\"deviceType\":\"Memory Devices\",\"experimentDate\":\"2009.08,2009.12\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/b5e3ed28ba1f9c75bb1d5a3892569c31/nsrec2010_W8_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b5e3ed28ba1f9c75bb1d5a3892569c31/data.xlsx\\\",\\\"单粒子效应_1744727319662.xlsx\\\":\\\"/oss/physical/NASA/b5e3ed28ba1f9c75bb1d5a3892569c31/单粒子效应_1744727319662.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/b5e3ed28ba1f9c75bb1d5a3892569c31/nsrec2010_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b5e3ed28ba1f9c75bb1d5a3892569c31/data.xlsx\",\"单粒子效应_1744727319662.xlsx\":\"/oss/physical/NASA/b5e3ed28ba1f9c75bb1d5a3892569c31/单粒子效应_1744727319662.xlsx\"},\"id\":\"b5e3ed28ba1f9c75bb1d5a3892569c31\",\"manufacturer\":\"unavailable\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 22:28\"}]', null, '6', null, '2025-04-15 22:28:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912153061673111554', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XC6SLX16\",\"deviceName\":\"XC6SLX16\",\"deviceType\":\"FPGA\",\"experimentDate\":\"2010.3\",\"experimentUser\":\"xx\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/data.xlsx\\\",\\\"NEPP_DTRA_04062010_Berg.pdf\\\":\\\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/NEPP_DTRA_04062010_Berg.pdf\\\",\\\"单粒子效应-XC6SLX16_1744727787151.xlsx\\\":\\\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/单粒子效应-XC6SLX16_1744727787151.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/data.xlsx\",\"NEPP_DTRA_04062010_Berg.pdf\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/NEPP_DTRA_04062010_Berg.pdf\",\"单粒子效应-XC6SLX16_1744727787151.xlsx\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/单粒子效应-XC6SLX16_1744727787151.xlsx\"},\"id\":\"771b406dce3c4957fce985c31f49e211\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 22:36\"}]', null, '24', null, '2025-04-15 22:36:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912154697174847490', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"Unknown\",\"deviceFunction\":\"IP Serial Driver\",\"deviceMode\":\"Unknown - IP Serial Driver\",\"deviceName\":\"Unknown\",\"deviceType\":\"IP Serial Driver\",\"experimentDate\":\"6/1/1998\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/eb8e8a90468110e99f9706e78c767170/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/eb8e8a90468110e99f9706e78c767170/data.xlsx\\\",\\\"单粒子效应_1744728178616.xlsx\\\":\\\"/oss/physical/NASA/eb8e8a90468110e99f9706e78c767170/单粒子效应_1744728178616.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/eb8e8a90468110e99f9706e78c767170/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eb8e8a90468110e99f9706e78c767170/data.xlsx\",\"单粒子效应_1744728178616.xlsx\":\"/oss/physical/NASA/eb8e8a90468110e99f9706e78c767170/单粒子效应_1744728178616.xlsx\"},\"id\":\"eb8e8a90468110e99f9706e78c767170\",\"manufacturer\":\"Greenspring\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 22:43\"}]', null, '9', null, '2025-04-15 22:43:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912155083579297793', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Virtex V FPGA\",\"deviceMode\":\"XC5VLX30T-1FFG665GU\",\"deviceName\":\"XC5VLX30T-1FFG665GU\",\"deviceType\":\"65nm CMOS\",\"experimentDate\":\"2009.8\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/data.xlsx\\\",\\\"D062209_XCVLX30T_na.pdf\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/D062209_XCVLX30T_na.pdf\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/nsrec2010_W8_SEE.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/data.xlsx\",\"D062209_XCVLX30T_na.pdf\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/D062209_XCVLX30T_na.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/nsrec2010_W8_SEE.pdf\"},\"id\":\"e9fb1c57acb0f8bb2c39171d880a236d\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 22:44\"}]', null, '18', null, '2025-04-15 22:44:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912155190169145346', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Virtex V FPGA\",\"deviceMode\":\"XC5VLX30T-1FFG665GU\",\"deviceName\":\"XC5VLX30T-1FFG665GU\",\"deviceType\":\"65nm CMOS\",\"experimentDate\":\"2009.8\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/data.xlsx\\\",\\\"D062209_XCVLX30T_na.pdf\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/D062209_XCVLX30T_na.pdf\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/nsrec2010_W8_SEE.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/data.xlsx\",\"D062209_XCVLX30T_na.pdf\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/D062209_XCVLX30T_na.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/nsrec2010_W8_SEE.pdf\"},\"id\":\"e9fb1c57acb0f8bb2c39171d880a236d\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 22:44\"}]', null, '8', null, '2025-04-15 22:44:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912155760816787457', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"Unknown\",\"deviceFunction\":\"IP Optocoupler Driver\",\"deviceMode\":\"Unknown\",\"deviceName\":\"IP Optocoupler Driver\",\"deviceType\":\"IP Optocoupler Driver\",\"experimentDate\":\"6/1/1998\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/data.xlsx\\\",\\\"单粒子效应_1744728426823.xlsx\\\":\\\"/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/单粒子效应_1744728426823.xlsx\\\",\\\"单粒子效应_1744728433296.xlsx\\\":\\\"/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/单粒子效应_1744728433296.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/data.xlsx\",\"单粒子效应_1744728426823.xlsx\":\"/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/单粒子效应_1744728426823.xlsx\",\"单粒子效应_1744728433296.xlsx\":\"/oss/physical/NASA/d009dbf032539a533a22f6d5b33c37f5/单粒子效应_1744728433296.xlsx\"},\"id\":\"d009dbf032539a533a22f6d5b33c37f5\",\"manufacturer\":\"Greenspring\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 22:47\"}]', null, '21', null, '2025-04-15 22:47:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912156054468399105', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"Complex 65nm Processor\",\"deviceMode\":\"08/KL/MaC\",\"deviceName\":\"65nm CMOS/ Processor\",\"deviceType\":\"Processor\",\"experimentDate\":\"2010\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"电离总剂量效应_1744718069133.xlsx\\\":\\\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/电离总剂量效应_1744718069133.xlsx\\\",\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/data.xlsx\\\"}\",\"fileMap\":{\"电离总剂量效应_1744718069133.xlsx\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/电离总剂量效应_1744718069133.xlsx\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/57a23eb4e8347d32f03fc38b29b042a5/data.xlsx\"},\"id\":\"57a23eb4e8347d32f03fc38b29b042a5\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 22:48\"}]', null, '19', null, '2025-04-15 22:48:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912156076710793218', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"Complex 45nm Processor\",\"deviceMode\":\"09/KL/MaC\",\"deviceName\":\"Complex 45nm Processor\",\"deviceType\":\"Processor\",\"experimentDate\":\"2010\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/data.xlsx\\\",\\\"电离总剂量效应_1744722257130.xlsx\\\":\\\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/电离总剂量效应_1744722257130.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/data.xlsx\",\"电离总剂量效应_1744722257130.xlsx\":\"/oss/physical/NASA/1e6811bde2275249f4ef753ab50d7a14/电离总剂量效应_1744722257130.xlsx\"},\"id\":\"1e6811bde2275249f4ef753ab50d7a14\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 22:48\"}]', null, '19', null, '2025-04-15 22:48:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912156132557950977', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"ReadOut Integrated Circuit\",\"deviceMode\":\"SEPT08/CM\",\"deviceName\":\"0.5 μm CMOS ReadOut Integrated Circuit (ROIC)\",\"deviceType\":\"ReadOut Integrated Circuit (ROIC)\",\"experimentDate\":\"2010\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/nsrec2010_W22_TID.pdf\\\",\\\"电离总剂量效应_1744722452798.xlsx\\\":\\\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/电离总剂量效应_1744722452798.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/data.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/nsrec2010_W22_TID.pdf\",\"电离总剂量效应_1744722452798.xlsx\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/电离总剂量效应_1744722452798.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/defa22cc76471b707cbebe39f108a7cf/data.xlsx\"},\"id\":\"defa22cc76471b707cbebe39f108a7cf\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 22:48\"}]', null, '9', null, '2025-04-15 22:48:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912156238971637761', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"xx\",\"deviceMode\":\"CNL/08NOV/ CM\",\"deviceName\":\"InGaAsP QWIP & 0.5 μm CMOS/ Quantum Well Infrared Photodetector (QWIP) Array & ROIC\",\"deviceType\":\"Quantum Well Infrared Photodetector (QWIP) Array & ROIC\",\"experimentDate\":\"2010\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"电离总剂量效应_1744722785555.xlsx\\\":\\\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/电离总剂量效应_1744722785555.xlsx\\\",\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/data.xlsx\\\"}\",\"fileMap\":{\"电离总剂量效应_1744722785555.xlsx\":\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/电离总剂量效应_1744722785555.xlsx\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/88641a1dc4c0ee91c49923598cc74e66/data.xlsx\"},\"id\":\"88641a1dc4c0ee91c49923598cc74e66\",\"manufacturer\":\"Manufacturer unavailable\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 22:49\"}]', null, '13', null, '2025-04-15 22:49:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912158030379847681', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Virtex V FPGA\",\"deviceMode\":\"XC5VLX30T-1FFG665GU\",\"deviceName\":\"XC5VLX30T-1FFG665GU\",\"deviceType\":\"65nm CMOS\",\"experimentDate\":\"2009.8\",\"experimentUser\":\"xx\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/data.xlsx\\\",\\\"D062209_XCVLX30T_na.pdf\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/D062209_XCVLX30T_na.pdf\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/nsrec2010_W8_SEE.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/data.xlsx\",\"D062209_XCVLX30T_na.pdf\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/D062209_XCVLX30T_na.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/nsrec2010_W8_SEE.pdf\"},\"id\":\"e9fb1c57acb0f8bb2c39171d880a236d\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 22:56\"}]', null, '6', null, '2025-04-15 22:56:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912159132894597122', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Virtex V FPGA\",\"deviceMode\":\"XC5VLX30T-1FFG665GU\",\"deviceName\":\"XC5VLX30T-1FFG665GU\",\"deviceType\":\"65nm CMOS\",\"experimentDate\":\"2009.8\",\"experimentUser\":\"xx\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/data.xlsx\\\",\\\"D062209_XCVLX30T_na.pdf\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/D062209_XCVLX30T_na.pdf\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/nsrec2010_W8_SEE.pdf\\\",\\\"单粒子效应-XC5VLX30T-1FFG665GU_1744729236882.xlsx\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/单粒子效应-XC5VLX30T-1FFG665GU_1744729236882.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/data.xlsx\",\"D062209_XCVLX30T_na.pdf\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/D062209_XCVLX30T_na.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/nsrec2010_W8_SEE.pdf\",\"单粒子效应-XC5VLX30T-1FFG665GU_1744729236882.xlsx\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/单粒子效应-XC5VLX30T-1FFG665GU_1744729236882.xlsx\"},\"id\":\"e9fb1c57acb0f8bb2c39171d880a236d\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:00\"}]', null, '6', null, '2025-04-15 23:00:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912159310020055042', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unavailable\",\"deviceFunction\":\"Read Out Integrated Circuit (ROIC)\",\"deviceMode\":\"unavailable\",\"deviceName\":\"0.5umCMOS Read Out Integrated Circuit (ROIC)\",\"deviceType\":\"Read Out Integrated Circuit (ROIC)\",\"experimentDate\":\"2009\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"单粒子效应_1744725613046.xlsx\\\":\\\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/单粒子效应_1744725613046.xlsx\\\",\\\"NSREC10_B1_Marshall_Pres.pdf\\\":\\\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/NSREC10_B1_Marshall_Pres.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/data.xlsx\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/nsrec2010_W8_SEE.pdf\\\"}\",\"fileMap\":{\"单粒子效应_1744725613046.xlsx\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/单粒子效应_1744725613046.xlsx\",\"NSREC10_B1_Marshall_Pres.pdf\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/NSREC10_B1_Marshall_Pres.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/nsrec2010_W8_SEE.pdf\"},\"id\":\"ce5b4d0521ead2641849d56707cffa59\",\"manufacturer\":\"Unavailable\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 23:01\"}]', null, '6', null, '2025-04-15 23:01:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912159865652088833', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XCKU040-2FFVA1156E Kintex-UltraScale\",\"deviceName\":\"XCKU040-2FFVA1156E Kintex-UltraScale\",\"deviceType\":\"FPGA\",\"experimentDate\":\"2019.11\",\"experimentUser\":\"xx\",\"id\":\"806d493db0377d03ef918201c51037c3\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:03\"}]', null, '7', null, '2025-04-15 23:03:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912160276064735234', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XCKU040-2FFVA1156E Kintex-UltraScale\",\"deviceName\":\"XCKU040-2FFVA1156E Kintex-UltraScale\",\"deviceType\":\"FPGA\",\"experimentDate\":\"2019.11\",\"experimentUser\":\"xx\",\"id\":\"806d493db0377d03ef918201c51037c3\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:05\"}]', null, '13', null, '2025-04-15 23:05:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912160624640757762', '2', 'NASA数据管理-编辑', '3', 'likunfang', '李坤芳', '119.78.165.224', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unavailable\",\"deviceFunction\":\"Read Out Integrated Circuit (ROIC)\",\"deviceMode\":\"unavailable\",\"deviceName\":\"0.5umCMOS Read Out Integrated Circuit (ROIC)\",\"deviceType\":\"Read Out Integrated Circuit (ROIC)\",\"experimentDate\":\"2009\",\"experimentUser\":\"李坤芳\",\"fileList\":\"{\\\"NSREC10_B1_Marshall_Pres.pdf\\\":\\\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/NSREC10_B1_Marshall_Pres.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/data.xlsx\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/nsrec2010_W8_SEE.pdf\\\",\\\"单粒子效应_1744729591739.xlsx\\\":\\\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/单粒子效应_1744729591739.xlsx\\\"}\",\"fileMap\":{\"NSREC10_B1_Marshall_Pres.pdf\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/NSREC10_B1_Marshall_Pres.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/nsrec2010_W8_SEE.pdf\",\"单粒子效应_1744729591739.xlsx\":\"/oss/physical/NASA/ce5b4d0521ead2641849d56707cffa59/单粒子效应_1744729591739.xlsx\"},\"id\":\"ce5b4d0521ead2641849d56707cffa59\",\"manufacturer\":\"Unavailable\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"likunfang\",\"updateTime\":\"2025-04-15 23:06\"}]', null, '9', null, '2025-04-15 23:06:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912162144727830529', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XCKU040-2FFVA1156E Kintex-UltraScale\",\"deviceName\":\"XCKU040-2FFVA1156E Kintex-UltraScale\",\"deviceType\":\"FPGA\",\"experimentDate\":\"2019.11\",\"experimentUser\":\"xx\",\"id\":\"806d493db0377d03ef918201c51037c3\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:12\"}]', null, '5', null, '2025-04-15 23:12:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912162409157726210', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XCKU040-1LFFVA1156I Kintex-UltraScale\",\"deviceName\":\"XCKU040-1LFFVA1156I Kintex-UltraScale\",\"deviceType\":\"20nm CMOS\",\"experimentDate\":\"10/1/2016(TAMU); 3/1/2017(TAMU); 3/22/2017(TAMU); 12/6/2017(TAMU); 2017(Chicago); 4/29/2018(MGH); 5/1/2018(TAMU); 11/18/2019(LBNL)\",\"experimentUser\":\"xx\",\"id\":\"c27c94288025f20afae43ce53c092f0e\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:13\"}]', null, '5', null, '2025-04-15 23:13:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912162779426689025', '1', '用户名: mayunlong,登录成功!', null, 'mayunlong', '马云龙', '119.78.164.175', null, null, null, null, '0', null, '2025-04-15 23:15:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912163585198624770', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海微系统与信息技术研究所\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"CIC盖玻片,CIC-PI,CIC-ETFE,HJT电池片\",\"experimentDate\":\"2024.11.20\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-191_1744730297922.pdf\",\"id\":\"1911813307194642434\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-191\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"太阳能电力系统(仅列出太阳能电池)\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:18\"}]', null, '6', null, '2025-04-15 23:18:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912163647739891714', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第四十四研究所固体图像部\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"IRF7309PBF,EQCO125X40,ADA4930-2YCPZ,AD9253BCPZ-125,B128S102MO,AD5628BRUZ-2\",\"experimentDate\":\"2024.10.31\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-183_1744730313318.pdf\",\"id\":\"1911812164116779009\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-183\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:18\"}]', null, '6', null, '2025-04-15 23:18:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912163687975849986', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中物院八所(908所)\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"MOS-裸片\",\"experimentDate\":\"2024.09.20\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-161_1744730322834.pdf\",\"id\":\"1911810720638668801\",\"manufacturer\":\"中物院八所(908所)\",\"name\":\"KC-2024-JL-161\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"半导体分立器件\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:18\"}]', null, '6', null, '2025-04-15 23:18:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912163805298921473', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第四十四研究所\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"GD32416Y\",\"experimentDate\":\"2024.05.17\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-078_1744730351011.pdf\",\"id\":\"1911809992247447554\",\"manufacturer\":\"中国电子科技集团公司第四十四研究所\",\"name\":\"KC-2024-JL-078\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:19\"}]', null, '8', null, '2025-04-15 23:19:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912163846902222849', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所新集成电路事业部\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"LM7150,LS883-CH\",\"experimentDate\":\"2024.04.17-2024.04.30\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-065_1744730360597.pdf\",\"id\":\"1911809498145853442\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-065\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:19\"}]', null, '6', null, '2025-04-15 23:19:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912163888341946369', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第四十三研究所\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"HLPA08\",\"experimentDate\":\"2024.04.09-2024.06.04\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-051_1744730370554.pdf\",\"id\":\"1911808681334509569\",\"manufacturer\":\"中国电子科技集团公司第四十三研究所\",\"name\":\"KC-2024-JL-051\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"放大器\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:19\"}]', null, '9', null, '2025-04-15 23:19:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912163927697100802', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第四十四研究所\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"GZ1214Z,GH22411Z,GH22431J,GH1110J,GH1162Z\",\"experimentDate\":\"2024.03.14\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-039_1744730380187.pdf\",\"id\":\"1911807973927391233\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-039\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:19\"}]', null, '21', null, '2025-04-15 23:19:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912164026808504322', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天五院物资部\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"LZ2917,3CK968U8,3DK869U8,HDCD/(20-50)-28-120/SP,HDCD/100W-5-100U/SP,LUC1843ABRCC,JSR71247-L06S,LSPM0168-2-S\",\"experimentDate\":\"2024.01.23-2024.03.20\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-014_1744730403271.pdf\",\"id\":\"1911806465173327874\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-014\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管,接口电路,电源变换器,保险丝、避雷器、吸收器和保护装置\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:20\"}]', null, '6', null, '2025-04-15 23:20:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912164380346388482', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口74HC04\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642449283.xlsx,/oss/physical/temp/KC-2024-JL-034_1744730487691.pdf\",\"id\":\"1911791231121387521\",\"manufacturer\":\"国外进口(试验记录未标明)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:21\"}]', null, '20', null, '2025-04-15 23:21:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912164476043628546', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口CD4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642420327.xlsx,/oss/physical/temp/KC-2024-JL-034_1744730509350.pdf\",\"id\":\"1911789896229613569\",\"manufacturer\":\"国外进口(试验记录未标明)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:21\"}]', null, '11', null, '2025-04-15 23:21:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912164527327383554', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"宇翔CC4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642326946.xlsx,/oss/physical/temp/KC-2024-JL-034_1744730518206.pdf\",\"id\":\"1911789033226399746\",\"manufacturer\":\"北京宇翔电子有限公司\",\"name\":\"反相器\",\"totalCountLhs\":72,\"totalCountXhy\":4,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:22\"}]', null, '13', null, '2025-04-15 23:22:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912164594901815298', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744122369399.xlsx,/oss/physical/temp/KC-2023-JL-126_1744730538539.pdf\",\"id\":\"1909265449425780737\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:22\"}]', null, '14', null, '2025-04-15 23:22:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912164639915085825', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL77340NJR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744123539728.xlsx,/oss/physical/temp/KC-2023-JL-126_1744730549259.pdf\",\"id\":\"1909264517724061698\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:22\"}]', null, '5', null, '2025-04-15 23:22:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912164689059745793', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230NJR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744123204442.xlsx,/oss/physical/temp/KC-2023-JL-126_1744730559482.pdf\",\"id\":\"1909260790069936130\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:22\"}]', null, '16', null, '2025-04-15 23:22:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912164727311798274', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744122625222.xlsx,/oss/physical/temp/KC-2023-JL-126_1744730569110.pdf\",\"id\":\"1909259719842938882\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":504,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:22\"}]', null, '5', null, '2025-04-15 23:22:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912164765450604545', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744644014350.xlsx,/oss/physical/temp/KC-2023-JL-126_1744730579516.pdf\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:23\"}]', null, '9', null, '2025-04-15 23:23:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912164807364284418', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744042103063.xlsx,/oss/physical/temp/KC-2023-JL-126_1744730589380.pdf\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:23\"}]', null, '8', null, '2025-04-15 23:23:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912165112357294081', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XCKU040-1LFFVA1156I Kintex-UltraScale\",\"deviceName\":\"XCKU040-1LFFVA1156I Kintex-UltraScale\",\"deviceType\":\"20nm CMOS\",\"experimentDate\":\"10/1/2016(TAMU); 3/1/2017(TAMU); 3/22/2017(TAMU); 12/6/2017(TAMU); 2017(Chicago); 4/29/2018(MGH); 5/1/2018(TAMU); 11/18/2019(LBNL)\",\"experimentUser\":\"xx\",\"id\":\"c27c94288025f20afae43ce53c092f0e\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:24\"}]', null, '6', null, '2025-04-15 23:24:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912165174093254657', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XC7K325T-1FBG900 Kintex K7\",\"deviceName\":\"XC7K325T-1FBG900 Kintex K7\",\"deviceType\":\"28nm planar\",\"experimentDate\":\"2016Oct-Nov\",\"experimentUser\":\"xx\",\"id\":\"e7f970d192833dcdb18473f23edc805f\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:24\"}]', null, '18', null, '2025-04-15 23:24:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912165201167486977', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XC7K325T Kintex7\",\"deviceName\":\"XC7K325T Kintex7\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2014.4-2014.10\",\"experimentUser\":\"xx\",\"id\":\"e278118872f229f14cbbe1f1e2c06a33\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":5,\"totalCountNasa\":5,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:24\"}]', null, '6', null, '2025-04-15 23:24:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912165481107918849', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Virtex IV FPGA\",\"deviceMode\":\"XC4VLX25\",\"deviceName\":\"XC4VLX25\",\"deviceType\":\"90nm CMOS\",\"experimentDate\":\"TAMU07AUG;IUCF07AUG;IUCF07OCT\",\"experimentUser\":\"XX\",\"fileList\":\"{\\\"nsrec08_W3_SEE.pdf\\\":\\\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/nsrec08_W3_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/data.xlsx\\\",\\\"I032706_LX25_V2.pdf\\\":\\\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/I032706_LX25_V2.pdf\\\"}\",\"fileMap\":{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/data.xlsx\",\"I032706_LX25_V2.pdf\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/I032706_LX25_V2.pdf\"},\"id\":\"03fafa7ab912314757ebedaa5bc71005\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":5,\"totalCountNasa\":5,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:25\"}]', null, '7', null, '2025-04-15 23:25:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912167735630204929', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Virtex IV FPGA\",\"deviceMode\":\"XC4VLX25\",\"deviceName\":\"XC4VLX25\",\"deviceType\":\"90nm CMOS\",\"experimentDate\":\"TAMU07AUG;IUCF07AUG;IUCF07OCT\",\"experimentUser\":\"XX\",\"fileList\":\"{\\\"nsrec08_W3_SEE.pdf\\\":\\\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/nsrec08_W3_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/data.xlsx\\\",\\\"I032706_LX25_V2.pdf\\\":\\\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/I032706_LX25_V2.pdf\\\",\\\"单粒子效应-XC4VLX25_1744731287351.xlsx\\\":\\\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/单粒子效应-XC4VLX25_1744731287351.xlsx\\\"}\",\"fileMap\":{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/data.xlsx\",\"I032706_LX25_V2.pdf\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/I032706_LX25_V2.pdf\",\"单粒子效应-XC4VLX25_1744731287351.xlsx\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/单粒子效应-XC4VLX25_1744731287351.xlsx\"},\"id\":\"03fafa7ab912314757ebedaa5bc71005\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":5,\"totalCountNasa\":5,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:34\"}]', null, '5', null, '2025-04-15 23:34:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912168355258929154', '4', 'org.springframework.http.converter.HttpMessageNotReadableException:JSON parse error: Cannot deserialize value of type `java.lang.Long` from String \"XX\": not a valid `java.lang.Long` value', null, 'mayunlong', '马云龙', '119.78.164.175', null, '/physical/database/nasaDataRecord/edit', 'org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize value of type `java.lang.Long` from String \"XX\": not a valid `java.lang.Long` value\r\n at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readJavaType(AbstractJackson2HttpMessageConverter.java:406)\r\n at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.read(AbstractJackson2HttpMessageConverter.java:354)\r\n at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.readWithMessageConverters(AbstractMessageConverterMethodArgumentResolver.java:183)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.readWithMessageConverters(RequestResponseBodyMethodProcessor.java:163)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.resolveArgument(RequestResponseBodyMethodProcessor.java:136)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.lang.Long` from String \"XX\": not a valid `java.lang.Long` value\n at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 1, column: 265] (through reference chain: org.jeecg.modules.database.entity.NasaDataRecord[\"totalCountNasa\"])\r\n at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:67)\r\n at com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:2002)\r\n at com.fasterxml.jackson.databind.DeserializationContext.handleWeirdStringValue(DeserializationContext.java:1230)\r\n at com.fasterxml.jackson.databind.deser.std.StdDeserializer._parseLong(StdDeserializer.java:980)\r\n at com.fasterxml.jackson.databind.deser.std.StdDeserializer._parseLong(StdDeserializer.java:969)\r\n at com.fasterxml.jackson.databind.deser.std.NumberDeserializers$LongDeserializer.deserialize(NumberDeserializers.java:575)\r\n at com.fasterxml.jackson.databind.deser.std.NumberDeserializers$LongDeserializer.deserialize(NumberDeserializers.java:550)\r\n at com.fasterxml.jackson.databind.deser.impl.MethodProperty.deserializeAndSet(MethodProperty.java:129)\r\n at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:392)\r\n at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:185)\r\n at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:323)\r\n at com.fasterxml.jackson.databind.ObjectReader._bindAndClose(ObjectReader.java:2105)\r\n at com.fasterxml.jackson.databind.ObjectReader.readValue(ObjectReader.java:1481)\r\n at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readJavaType(AbstractJackson2HttpMessageConverter.java:395)\r\n ... 118 more\r\n', null, null, null, '2025-04-15 23:37:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912168396698652674', '4', 'org.springframework.http.converter.HttpMessageNotReadableException:JSON parse error: Cannot deserialize value of type `java.lang.Long` from String \"XX\": not a valid `java.lang.Long` value', null, 'mayunlong', '马云龙', '119.78.164.175', null, '/physical/database/nasaDataRecord/edit', 'org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Cannot deserialize value of type `java.lang.Long` from String \"XX\": not a valid `java.lang.Long` value\r\n at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readJavaType(AbstractJackson2HttpMessageConverter.java:406)\r\n at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.read(AbstractJackson2HttpMessageConverter.java:354)\r\n at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodArgumentResolver.readWithMessageConverters(AbstractMessageConverterMethodArgumentResolver.java:183)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.readWithMessageConverters(RequestResponseBodyMethodProcessor.java:163)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.resolveArgument(RequestResponseBodyMethodProcessor.java:136)\r\n at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.lang.Long` from String \"XX\": not a valid `java.lang.Long` value\n at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 1, column: 265] (through reference chain: org.jeecg.modules.database.entity.NasaDataRecord[\"totalCountNasa\"])\r\n at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:67)\r\n at com.fasterxml.jackson.databind.DeserializationContext.weirdStringException(DeserializationContext.java:2002)\r\n at com.fasterxml.jackson.databind.DeserializationContext.handleWeirdStringValue(DeserializationContext.java:1230)\r\n at com.fasterxml.jackson.databind.deser.std.StdDeserializer._parseLong(StdDeserializer.java:980)\r\n at com.fasterxml.jackson.databind.deser.std.StdDeserializer._parseLong(StdDeserializer.java:969)\r\n at com.fasterxml.jackson.databind.deser.std.NumberDeserializers$LongDeserializer.deserialize(NumberDeserializers.java:575)\r\n at com.fasterxml.jackson.databind.deser.std.NumberDeserializers$LongDeserializer.deserialize(NumberDeserializers.java:550)\r\n at com.fasterxml.jackson.databind.deser.impl.MethodProperty.deserializeAndSet(MethodProperty.java:129)\r\n at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:392)\r\n at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:185)\r\n at com.fasterxml.jackson.databind.deser.DefaultDeserializationContext.readRootValue(DefaultDeserializationContext.java:323)\r\n at com.fasterxml.jackson.databind.ObjectReader._bindAndClose(ObjectReader.java:2105)\r\n at com.fasterxml.jackson.databind.ObjectReader.readValue(ObjectReader.java:1481)\r\n at org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.readJavaType(AbstractJackson2HttpMessageConverter.java:395)\r\n ... 118 more\r\n', null, null, null, '2025-04-15 23:37:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912168429238063105', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Low Voltage Quad Driver\",\"deviceMode\":\"UT54LVDS031LV/E\",\"deviceName\":\"UT54LVDS031LV/E\",\"deviceType\":\"CMOS\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\"},\"id\":\"25f72e095d08626d64834b8dd83bc395\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-15 23:37\"}]', null, '6', null, '2025-04-15 23:37:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912168725171376130', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Virtex IV FPGA 90nm CMOS\",\"deviceMode\":\"XC4VFX60\",\"deviceName\":\"XC4VFX60\",\"deviceType\":\"90nm CMOS\",\"experimentDate\":\"10/26/2006;IUCF07MAR;2007JUL\",\"experimentUser\":\"xx\",\"id\":\"65ee48755f8efae5d2a8132d8d786518\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":9,\"totalCountNasa\":9,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:38\"}]', null, '8', null, '2025-04-15 23:38:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912169497913167874', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Virtex IV FPGA 90nm CMOS\",\"deviceMode\":\"XC4VFX60\",\"deviceName\":\"XC4VFX60\",\"deviceType\":\"90nm CMOS\",\"experimentDate\":\"10/26/2006;IUCF07MAR;2007JUL\",\"experimentUser\":\"xx\",\"id\":\"65ee48755f8efae5d2a8132d8d786518\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":9,\"totalCountNasa\":9,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:41\"}]', null, '21', null, '2025-04-15 23:41:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912171737394679810', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Virtex IV FPGA 90nm CMOS\",\"deviceMode\":\"XC4VFX60\",\"deviceName\":\"XC4VFX60\",\"deviceType\":\"90nm CMOS\",\"experimentDate\":\"10/26/2006;IUCF07MAR;2007JUL\",\"experimentUser\":\"xx\",\"id\":\"65ee48755f8efae5d2a8132d8d786518\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":9,\"totalCountNasa\":9,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:50\"}]', null, '9', null, '2025-04-15 23:50:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912171982430113793', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Virtex IV FPGA 90nm CMOS\",\"deviceMode\":\"XC4VFX60\",\"deviceName\":\"XC4VFX60\",\"deviceType\":\"90nm CMOS\",\"experimentDate\":\"10/26/2006;IUCF07MAR;2007JUL\",\"experimentUser\":\"xx\",\"id\":\"65ee48755f8efae5d2a8132d8d786518\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":9,\"totalCountNasa\":9,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-15 23:51\"}]', null, '7', null, '2025-04-15 23:51:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912176324029681665', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Virtex IV FPGA 90nm CMOS\",\"deviceMode\":\"XC4VFX60\",\"deviceName\":\"XC4VFX60\",\"deviceType\":\"90nm CMOS\",\"experimentDate\":\"10/26/2006;IUCF07MAR;2007JUL\",\"experimentUser\":\"xx\",\"id\":\"65ee48755f8efae5d2a8132d8d786518\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":9,\"totalCountNasa\":9,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:08\"}]', null, '14', null, '2025-04-16 00:08:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912176841938145282', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"XA1\",\"deviceName\":\"XA1\",\"deviceType\":\"ASIC\",\"experimentDate\":\"2001.3\",\"experimentUser\":\"XX\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/data.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/data.xlsx\"},\"id\":\"1242a59b7f4de3548e06b7433eed3db1\",\"manufacturer\":\"AMS CMOS\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:11\"}]', null, '9', null, '2025-04-16 00:11:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912179972159803394', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"XA1\",\"deviceName\":\"XA1\",\"deviceType\":\"ASIC\",\"experimentDate\":\"2001.3\",\"experimentUser\":\"XX\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/data.xlsx\\\",\\\"单粒子效应-XA1_1744734205656.xlsx\\\":\\\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/单粒子效应-XA1_1744734205656.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/data.xlsx\",\"单粒子效应-XA1_1744734205656.xlsx\":\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/单粒子效应-XA1_1744734205656.xlsx\"},\"id\":\"1242a59b7f4de3548e06b7433eed3db1\",\"manufacturer\":\"AMS CMOS\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:23\"}]', null, '17', null, '2025-04-16 00:23:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912180027868549121', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"XPA-II\",\"deviceName\":\"XPA-II\",\"deviceType\":\"CMOS/ASIC\",\"experimentDate\":\"2010.8\",\"experimentUser\":\"XX\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/nsrec09_W13_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/data.xlsx\\\",\\\"VdG08AUG_XPAII.pdf\\\":\\\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/VdG08AUG_XPAII.pdf\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/data.xlsx\",\"VdG08AUG_XPAII.pdf\":\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/VdG08AUG_XPAII.pdf\"},\"id\":\"987c0866bbc2ac5738906ef662e4e718\",\"manufacturer\":\"AMIS\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:23\"}]', null, '6', null, '2025-04-16 00:23:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912180225621594114', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"XPA-II\",\"deviceName\":\"XPA-II\",\"deviceType\":\"CMOS/ASIC\",\"experimentDate\":\"2010.8\",\"experimentUser\":\"刘明宇\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/nsrec09_W13_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/data.xlsx\\\",\\\"VdG08AUG_XPAII.pdf\\\":\\\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/VdG08AUG_XPAII.pdf\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/data.xlsx\",\"VdG08AUG_XPAII.pdf\":\"/oss/physical/NASA/987c0866bbc2ac5738906ef662e4e718/VdG08AUG_XPAII.pdf\"},\"id\":\"987c0866bbc2ac5738906ef662e4e718\",\"manufacturer\":\"AMIS\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:24\"}]', null, '12', null, '2025-04-16 00:24:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912180242025517058', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XCKU040-2FFVA1156E Kintex-UltraScale\",\"deviceName\":\"XCKU040-2FFVA1156E Kintex-UltraScale\",\"deviceType\":\"FPGA\",\"experimentDate\":\"2019.11\",\"experimentUser\":\"刘明宇\",\"id\":\"806d493db0377d03ef918201c51037c3\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:24\"}]', null, '16', null, '2025-04-16 00:24:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912180255275323394', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XCKU040-1LFFVA1156I Kintex-UltraScale\",\"deviceName\":\"XCKU040-1LFFVA1156I Kintex-UltraScale\",\"deviceType\":\"20nm CMOS\",\"experimentDate\":\"10/1/2016(TAMU); 3/1/2017(TAMU); 3/22/2017(TAMU); 12/6/2017(TAMU); 2017(Chicago); 4/29/2018(MGH); 5/1/2018(TAMU); 11/18/2019(LBNL)\",\"experimentUser\":\"刘明宇\",\"id\":\"c27c94288025f20afae43ce53c092f0e\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:24\"}]', null, '6', null, '2025-04-16 00:24:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912180268990697473', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XC7K325T-1FBG900 Kintex K7\",\"deviceName\":\"XC7K325T-1FBG900 Kintex K7\",\"deviceType\":\"28nm planar\",\"experimentDate\":\"2016Oct-Nov\",\"experimentUser\":\"刘明宇\",\"id\":\"e7f970d192833dcdb18473f23edc805f\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:24\"}]', null, '13', null, '2025-04-16 00:24:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912180287042981889', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XC7K325T Kintex7\",\"deviceName\":\"XC7K325T Kintex7\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2014.4-2014.10\",\"experimentUser\":\"刘明宇\",\"id\":\"e278118872f229f14cbbe1f1e2c06a33\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":5,\"totalCountNasa\":5,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:24\"}]', null, '11', null, '2025-04-16 00:24:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912180304164130818', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"XC6SLX16\",\"deviceName\":\"XC6SLX16\",\"deviceType\":\"FPGA\",\"experimentDate\":\"2010.3\",\"experimentUser\":\"刘明宇\",\"fileList\":\"{\\\"单粒子效应-XC6SLX16_1744727787151.xlsx\\\":\\\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/单粒子效应-XC6SLX16_1744727787151.xlsx\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/data.xlsx\\\",\\\"NEPP_DTRA_04062010_Berg.pdf\\\":\\\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/NEPP_DTRA_04062010_Berg.pdf\\\"}\",\"fileMap\":{\"单粒子效应-XC6SLX16_1744727787151.xlsx\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/单粒子效应-XC6SLX16_1744727787151.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/data.xlsx\",\"NEPP_DTRA_04062010_Berg.pdf\":\"/oss/physical/NASA/771b406dce3c4957fce985c31f49e211/NEPP_DTRA_04062010_Berg.pdf\"},\"id\":\"771b406dce3c4957fce985c31f49e211\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:24\"}]', null, '8', null, '2025-04-16 00:24:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912180321914425346', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Virtex V FPGA\",\"deviceMode\":\"XC5VLX30T-1FFG665GU\",\"deviceName\":\"XC5VLX30T-1FFG665GU\",\"deviceType\":\"65nm CMOS\",\"experimentDate\":\"2009.8\",\"experimentUser\":\"刘明宇\",\"fileList\":\"{\\\"单粒子效应-XC5VLX30T-1FFG665GU_1744729236882.xlsx\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/单粒子效应-XC5VLX30T-1FFG665GU_1744729236882.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/data.xlsx\\\",\\\"D062209_XCVLX30T_na.pdf\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/D062209_XCVLX30T_na.pdf\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/nsrec2010_W8_SEE.pdf\\\"}\",\"fileMap\":{\"单粒子效应-XC5VLX30T-1FFG665GU_1744729236882.xlsx\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/单粒子效应-XC5VLX30T-1FFG665GU_1744729236882.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/data.xlsx\",\"D062209_XCVLX30T_na.pdf\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/D062209_XCVLX30T_na.pdf\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/e9fb1c57acb0f8bb2c39171d880a236d/nsrec2010_W8_SEE.pdf\"},\"id\":\"e9fb1c57acb0f8bb2c39171d880a236d\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:24\"}]', null, '6', null, '2025-04-16 00:24:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912180340230950913', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Virtex IV FPGA\",\"deviceMode\":\"XC4VLX25\",\"deviceName\":\"XC4VLX25\",\"deviceType\":\"90nm CMOS\",\"experimentDate\":\"TAMU07AUG;IUCF07AUG;IUCF07OCT\",\"experimentUser\":\"刘明宇\",\"fileList\":\"{\\\"单粒子效应-XC4VLX25_1744731287351.xlsx\\\":\\\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/单粒子效应-XC4VLX25_1744731287351.xlsx\\\",\\\"nsrec08_W3_SEE.pdf\\\":\\\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/nsrec08_W3_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/data.xlsx\\\",\\\"I032706_LX25_V2.pdf\\\":\\\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/I032706_LX25_V2.pdf\\\"}\",\"fileMap\":{\"单粒子效应-XC4VLX25_1744731287351.xlsx\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/单粒子效应-XC4VLX25_1744731287351.xlsx\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/data.xlsx\",\"I032706_LX25_V2.pdf\":\"/oss/physical/NASA/03fafa7ab912314757ebedaa5bc71005/I032706_LX25_V2.pdf\"},\"id\":\"03fafa7ab912314757ebedaa5bc71005\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":5,\"totalCountNasa\":5,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:24\"}]', null, '7', null, '2025-04-16 00:24:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912180356186083329', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Virtex IV FPGA 90nm CMOS\",\"deviceMode\":\"XC4VFX60\",\"deviceName\":\"XC4VFX60\",\"deviceType\":\"90nm CMOS\",\"experimentDate\":\"10/26/2006;IUCF07MAR;2007JUL\",\"experimentUser\":\"刘明宇\",\"id\":\"65ee48755f8efae5d2a8132d8d786518\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":9,\"totalCountNasa\":9,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:24\"}]', null, '7', null, '2025-04-16 00:24:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912180374066401281', '2', 'NASA数据管理-编辑', '3', 'liumingyu', '刘明宇', '119.78.165.223', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"XA1\",\"deviceName\":\"XA1\",\"deviceType\":\"ASIC\",\"experimentDate\":\"2001.3\",\"experimentUser\":\"刘明宇\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/data.xlsx\\\",\\\"单粒子效应-XA1_1744734205656.xlsx\\\":\\\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/单粒子效应-XA1_1744734205656.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/data.xlsx\",\"单粒子效应-XA1_1744734205656.xlsx\":\"/oss/physical/NASA/1242a59b7f4de3548e06b7433eed3db1/单粒子效应-XA1_1744734205656.xlsx\"},\"id\":\"1242a59b7f4de3548e06b7433eed3db1\",\"manufacturer\":\"AMS CMOS\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liumingyu\",\"updateTime\":\"2025-04-16 00:25\"}]', null, '7', null, '2025-04-16 00:25:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912327413978861569', '1', '用户名: wangbin,登录成功!', null, 'wangbin', '王斌', '210.73.34.91', null, null, null, null, '0', null, '2025-04-16 10:09:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912331156069781505', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.164.181', null, null, null, null, '1', null, '2025-04-16 10:24:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912334996076728321', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '0', null, '2025-04-16 10:39:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912343642626035713', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"北京航天长征飞机器研究所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"XC7Z045\",\"experimentDate\":\"2024.9.12-2024.9.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/XC7Z045_1744708700611.xlsx,/oss/physical/temp/KC-2024-JL-153_1744716624982.pdf,/oss/physical/temp/测试数据_1744773225400.zip\",\"id\":\"1912072996675358722\",\"manufacturer\":\"赛灵思半导体有限公司\",\"name\":\"SoC器件\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"片上系统(SOC)\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:13\"}]', null, '5', null, '2025-04-16 11:13:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912343701476315137', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"北京航天长征飞行器研究所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RK3588\",\"experimentDate\":\"2024.9.12-2024.9.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/RK3588_1744708602348.xlsx,/oss/physical/temp/KC-2024-JL-153_1744716663688.pdf,/oss/physical/temp/测试数据_1744773240105.zip\",\"id\":\"1912072584245252098\",\"manufacturer\":\"瑞芯微电子股份有限公司\",\"name\":\"信息处理器件\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"片上系统(SOC)\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:14\"}]', null, '5', null, '2025-04-16 11:14:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912343746758021121', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"北京航天长征飞行器研究所\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"自研\",\"experimentDate\":\"2024.9.12-2024.9.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/MCU及通讯组件_1744708487331.xlsx,/oss/physical/temp/KC-2024-JL-153_1744716703148.pdf,/oss/physical/temp/测试数据_1744773252451.zip\",\"id\":\"1912072105276706818\",\"manufacturer\":\"北京航天长征飞行器研究所\",\"name\":\"MCU及通讯组件\",\"totalCountLhs\":6,\"totalCountXhy\":1,\"type\":\"其他半导体集成电路\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:14\"}]', null, '9', null, '2025-04-16 11:14:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912344285780611073', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL77034NJR\",\"experimentDate\":\"2024.9.30-2024.10.7\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCSL77034NJR_1744693487511.xlsx,/oss/physical/temp/KC-2024-JL-168_1744773372284.pdf\",\"id\":\"1912009187319320578\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:16\"}]', null, '6', null, '2025-04-16 11:16:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912344415221026818', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS57Z60MR\",\"experimentDate\":\"2024.9.30-2024.10.7\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS57Z60MR_1744693418188.xlsx,/oss/physical/temp/KC-2024-JL-168_1744773410499.pdf\",\"id\":\"1912008899564900353\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:16\"}]', null, '6', null, '2025-04-16 11:16:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912344441401872386', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS22N40MR\",\"experimentDate\":\"2024.9.30-2024.10.7\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS22N40MR_1744693335200.xlsx,/oss/physical/temp/KC-2024-JL-168_1744773418329.pdf\",\"id\":\"1912008566885289985\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:16\"}]', null, '24', null, '2025-04-16 11:16:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912344469344325633', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS6N40YR\",\"experimentDate\":\"2024.9.30-2024.10.7\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS6N40YR_1744693272776.xlsx,/oss/physical/temp/KC-2024-JL-168_1744773423674.pdf\",\"id\":\"1912008287859216386\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:17\"}]', null, '6', null, '2025-04-16 11:17:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912344643974172674', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL77034NJR\",\"experimentDate\":\"2024.9.30-2024.10.7\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCSL77034NJR_1744693487511.xlsx,/oss/physical/temp/KC-2024-JL-168_1744773372284.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240930_1744773460907.zip\",\"id\":\"1912009187319320578\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:17\"}]', null, '8', null, '2025-04-16 11:17:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912344703222910977', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS57Z60MR\",\"experimentDate\":\"2024.9.30-2024.10.7\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS57Z60MR_1744693418188.xlsx,/oss/physical/temp/KC-2024-JL-168_1744773410499.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240930_1744773480730.zip\",\"id\":\"1912008899564900353\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:18\"}]', null, '5', null, '2025-04-16 11:18:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912344732029390850', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS22N40MR\",\"experimentDate\":\"2024.9.30-2024.10.7\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS22N40MR_1744693335200.xlsx,/oss/physical/temp/KC-2024-JL-168_1744773418329.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240930_1744773487118.zip\",\"id\":\"1912008566885289985\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:18\"}]', null, '5', null, '2025-04-16 11:18:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912344806549590018', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS6N40YR\",\"experimentDate\":\"2024.9.30-2024.10.7\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS6N40YR_1744693272776.xlsx,/oss/physical/temp/KC-2024-JL-168_1744773423674.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240930_1744773503628.zip\",\"id\":\"1912008287859216386\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:18\"}]', null, '5', null, '2025-04-16 11:18:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912345108900188162', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL77034NJR\",\"experimentDate\":\"2024.4.2-2024.4.9\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCSL77034NJR_1744690679934.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773576258.pdf\",\"id\":\"1911997411261386753\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:19\"}]', null, '5', null, '2025-04-16 11:19:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912345385170604034', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260NAR\",\"experimentDate\":\"2024.4.2-2024.4.9\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67260NAR_1744690621937.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773642976.pdf\",\"id\":\"1911997179979075585\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:20\"}]', null, '7', null, '2025-04-16 11:20:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912345424756445186', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260MR\",\"experimentDate\":\"2024.3.21-2024.3.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67260MR_1744690543505.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773652754.pdf\",\"id\":\"1911996841100283906\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":1372,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:20\"}]', null, '5', null, '2025-04-16 11:20:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912345481048199170', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67160MR\",\"experimentDate\":\"2024.4.2-2024.4.9\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67160MR_1744690450948.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773666138.pdf\",\"id\":\"1911996477970026498\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":644,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:21\"}]', null, '6', null, '2025-04-16 11:21:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912345537457393666', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7230YR\",\"experimentDate\":\"2024.3.21-2024.3.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS7230YR_1744683672034.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773679338.pdf\",\"id\":\"1911967900608204801\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:21\"}]', null, '7', null, '2025-04-16 11:21:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912345665777930241', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS76N10NAR\",\"experimentDate\":\"2024.3.21-2024.3.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS76N10NAR_1744683470435.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773709725.pdf\",\"id\":\"1911967175618564098\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:21\"}]', null, '8', null, '2025-04-16 11:21:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912346062366150657', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL77034NJR\",\"experimentDate\":\"2024.4.2-2024.4.9\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCSL77034NJR_1744690679934.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773576258.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773799449.zip\",\"id\":\"1911997411261386753\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:23\"}]', null, '6', null, '2025-04-16 11:23:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912346108788707330', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260NAR\",\"experimentDate\":\"2024.4.2-2024.4.9\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67260NAR_1744690621937.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773642976.pdf\",\"id\":\"1911997179979075585\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:23\"}]', null, '7', null, '2025-04-16 11:23:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912346217454735361', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260NAR\",\"experimentDate\":\"2024.4.2-2024.4.9\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67260NAR_1744690621937.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773642976.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773841033.zip\",\"id\":\"1911997179979075585\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:24\"}]', null, '7', null, '2025-04-16 11:24:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912346284156751873', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260MR\",\"experimentDate\":\"2024.3.21-2024.3.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67260MR_1744690543505.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773652754.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773857390.zip\",\"id\":\"1911996841100283906\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":1372,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:24\"}]', null, '7', null, '2025-04-16 11:24:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912346331825016834', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67160MR\",\"experimentDate\":\"2024.4.2-2024.4.9\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67160MR_1744690450948.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773666138.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773867733.zip\",\"id\":\"1911996477970026498\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":644,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:24\"}]', null, '8', null, '2025-04-16 11:24:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912346375252840449', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7230YR\",\"experimentDate\":\"2024.3.21-2024.3.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS7230YR_1744683672034.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773679338.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773878116.zip\",\"id\":\"1911967900608204801\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:24\"}]', null, '8', null, '2025-04-16 11:24:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912346441552203777', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS76N10NAR\",\"experimentDate\":\"2024.3.21-2024.3.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS76N10NAR_1744683470435.xlsx,/oss/physical/temp/KC-2024-JL-042_1744773709725.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240318_1744773894370.zip\",\"id\":\"1911967175618564098\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:24\"}]', null, '7', null, '2025-04-16 11:24:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912346955157311490', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR\",\"experimentDate\":\"2024.5.17-2024.5.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS697260MR_1744629940222.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774015631.pdf\",\"id\":\"1911742624410267649\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:26\"}]', null, '8', null, '2025-04-16 11:26:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912346996559286274', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2024.5.17-2024.5.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67130NJR-2_1744629844316.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774026325.pdf\",\"id\":\"1911742253495382017\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:27\"}]', null, '4', null, '2025-04-16 11:27:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912347029182582785', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67130NJR-1_1744629743541.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774034199.pdf\",\"id\":\"1911741826242605057\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:27\"}]', null, '6', null, '2025-04-16 11:27:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912347055057244161', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2024.5.17-2024.5.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS9150NR_1744629615943.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774040479.pdf\",\"id\":\"1911741301375791105\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:27\"}]', null, '5', null, '2025-04-16 11:27:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912347085495308290', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150MR\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS9150MR_1744629343975.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774047562.pdf\",\"id\":\"1911740172432732162\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:27\"}]', null, '6', null, '2025-04-16 11:27:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912347123613143041', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS20N16NJR1_1744629220723.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774055571.pdf\",\"id\":\"1911739162842787842\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:27\"}]', null, '4', null, '2025-04-16 11:27:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912347164385972226', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N56NJR1\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS10N56NJR1_1744628922346.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774066635.pdf\",\"id\":\"1911737707876478977\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:27\"}]', null, '7', null, '2025-04-16 11:27:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912347287648178177', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR\",\"experimentDate\":\"2024.5.17-2024.5.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS697260MR_1744629940222.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774015631.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774091786.zip\",\"id\":\"1911742624410267649\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:28\"}]', null, '5', null, '2025-04-16 11:28:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912347391151017986', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2024.5.17-2024.5.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67130NJR-2_1744629844316.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774026325.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774115938.zip\",\"id\":\"1911742253495382017\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:28\"}]', null, '6', null, '2025-04-16 11:28:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912347437552603138', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67130NJR-1_1744629743541.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774034199.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774132043.zip\",\"id\":\"1911741826242605057\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:28\"}]', null, '6', null, '2025-04-16 11:28:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912347464509394945', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2024.5.17-2024.5.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS9150NR_1744629615943.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774040479.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774138599.zip\",\"id\":\"1911741301375791105\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:28\"}]', null, '19', null, '2025-04-16 11:29:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912347523913322497', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150MR\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS9150MR_1744629343975.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774047562.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774151121.zip\",\"id\":\"1911740172432732162\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:29\"}]', null, '6', null, '2025-04-16 11:29:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912347554896646145', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS20N16NJR1_1744629220723.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774055571.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774160242.zip\",\"id\":\"1911739162842787842\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:29\"}]', null, '23', null, '2025-04-16 11:29:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912347587306033154', '2', '历史一期记录-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨弘毅\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N56NJR1\",\"experimentDate\":\"2024.5.9-2024.5.16\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS10N56NJR1_1744628922346.xlsx,/oss/physical/temp/KC-2024-JL-074_1744774066635.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240509_1744774166473.zip\",\"id\":\"1911737707876478977\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 11:29\"}]', null, '7', null, '2025-04-16 11:29:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912350002235281409', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-16 11:39:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912353240967778305', '1', '用户名: mayunlong,登录成功!', null, 'mayunlong', '马云龙', '119.78.164.175', null, null, null, null, '0', null, '2025-04-16 11:51:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912360323935080449', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Low Voltage Quad Driver\",\"deviceMode\":\"UT54LVDS031LV/E\",\"deviceName\":\"UT54LVDS031LV/E\",\"deviceType\":\"CMOS / Low Voltage Driver\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\"},\"id\":\"25f72e095d08626d64834b8dd83bc395\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-16 12:20\"}]', null, '6', null, '2025-04-16 12:20:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912364313406050306', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Low Voltage Quad Driver\",\"deviceMode\":\"UT54LVDS031LV/E\",\"deviceName\":\"UT54LVDS031LV/E\",\"deviceType\":\"CMOS / Low Voltage Driver\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\"},\"id\":\"25f72e095d08626d64834b8dd83bc395\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-16 12:35\"}]', null, '21', null, '2025-04-16 12:35:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912365147783139329', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Radiation-Hardened Quadruple 2-Input AND Gates\",\"deviceMode\":\"UT54ACS08\",\"deviceName\":\"UT54ACS08\",\"deviceType\":\"CMOS\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/data.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/data.xlsx\"},\"id\":\"68485379f5657ad9724f36e72b681b85\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-16 12:39\"}]', null, '14', null, '2025-04-16 12:39:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912366300717617154', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Low Voltage Quad Driver\",\"deviceMode\":\"UT54LVDS031LV/E\",\"deviceName\":\"UT54LVDS031LV/E\",\"deviceType\":\"CMOS / Low Voltage Driver\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\\\",\\\"位移损伤效应UT54LVDS031LVE_1744778626659.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744778626659.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\",\"位移损伤效应UT54LVDS031LVE_1744778626659.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744778626659.xlsx\"},\"id\":\"25f72e095d08626d64834b8dd83bc395\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-16 12:43\"}]', null, '6', null, '2025-04-16 12:43:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912440994632273922', '1', '用户名: mayunlong,登录成功!', null, 'mayunlong', '马云龙', '119.78.164.175', null, null, null, null, '0', null, '2025-04-16 17:40:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912441704367230978', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Low Voltage Quad Driver\",\"deviceMode\":\"UT54LVDS031LV/E\",\"deviceName\":\"UT54LVDS031LV/E\",\"deviceType\":\"CMOS / Low Voltage Driver\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\\\",\\\"位移损伤效应UT54LVDS031LVE_1744796606957.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744796606957.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\",\"位移损伤效应UT54LVDS031LVE_1744796606957.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744796606957.xlsx\"},\"id\":\"25f72e095d08626d64834b8dd83bc395\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-16 17:43\"}]', null, '12', null, '2025-04-16 17:43:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912442876549369858', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-16 17:48:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912443194834128897', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Radiation-Hardened Quadruple 2-Input AND Gates\",\"deviceMode\":\"UT54ACS08\",\"deviceName\":\"UT54ACS08\",\"deviceType\":\"CMOS\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/data.xlsx\\\",\\\"位移损伤效应UT54ACS08_1744796962294.xlsx\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/位移损伤效应UT54ACS08_1744796962294.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/data.xlsx\",\"位移损伤效应UT54ACS08_1744796962294.xlsx\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/位移损伤效应UT54ACS08_1744796962294.xlsx\"},\"id\":\"68485379f5657ad9724f36e72b681b85\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-16 17:49\"}]', null, '5', null, '2025-04-16 17:49:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912444829845131265', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0443/0335\",\"deviceFunction\":\"Transmitter\",\"deviceMode\":\"UT54LVDS031\",\"deviceName\":\"UT54LVDS031\",\"deviceType\":\"CMOS\",\"experimentDate\":\"11/23/2004\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/nsrec05_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/data.xlsx\\\"}\",\"fileMap\":{\"nsrec05_W5.pdf\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/nsrec05_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/data.xlsx\"},\"id\":\"0b734c26abe94901914e02d2c8d6598f\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-16 17:55\"}]', null, '4', null, '2025-04-16 17:55:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912444902222041090', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0946\",\"deviceFunction\":\"Low Voltage Quad Driver\",\"deviceMode\":\"UT54LVDS031LV/E\",\"deviceName\":\"UT54LVDS031LV/E\",\"deviceType\":\"CMOS / Low Voltage Driver\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"位移损伤效应UT54LVDS031LVE_1744796606957.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744796606957.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\\\"}\",\"fileMap\":{\"位移损伤效应UT54LVDS031LVE_1744796606957.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744796606957.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\"},\"id\":\"25f72e095d08626d64834b8dd83bc395\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-16 17:56\"}]', null, '13', null, '2025-04-16 17:56:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912444937689075713', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0907\",\"deviceFunction\":\"Radiation-Hardened Quadruple 2-Input AND Gates\",\"deviceMode\":\"UT54ACS08\",\"deviceName\":\"UT54ACS08\",\"deviceType\":\"CMOS\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/nsrec2011_W5_TID.pdf\\\",\\\"位移损伤效应UT54ACS08_1744796962294.xlsx\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/位移损伤效应UT54ACS08_1744796962294.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/nsrec2011_W5_TID.pdf\",\"位移损伤效应UT54ACS08_1744796962294.xlsx\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/位移损伤效应UT54ACS08_1744796962294.xlsx\"},\"id\":\"68485379f5657ad9724f36e72b681b85\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-16 17:56\"}]', null, '6', null, '2025-04-16 17:56:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912473803421880322', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.164.181', null, null, null, null, '0', null, '2025-04-16 19:51:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912474009236377602', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable LDO\",\"deviceMode\":\"VRG8684\",\"deviceName\":\"VRG8684\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/data.xlsx\\\",\\\"12-053_NRL20130219_VRG8684_laser.pdf\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/12-053_NRL20130219_VRG8684_laser.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/data.xlsx\",\"12-053_NRL20130219_VRG8684_laser.pdf\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/12-053_NRL20130219_VRG8684_laser.pdf\"},\"id\":\"36a50ddc8c673ec14371d348f24433b0\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 19:51\"}]', null, '7', null, '2025-04-16 19:51:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912474215403196417', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable LDO\",\"deviceMode\":\"VRG8684\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/data.xlsx\\\",\\\"12-053_NRL20130219_VRG8684_laser.pdf\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/12-053_NRL20130219_VRG8684_laser.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/data.xlsx\",\"12-053_NRL20130219_VRG8684_laser.pdf\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/12-053_NRL20130219_VRG8684_laser.pdf\"},\"id\":\"36a50ddc8c673ec14371d348f24433b0\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 19:52\"}]', null, '6', null, '2025-04-16 19:52:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912474460363132930', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable LDO\",\"deviceMode\":\"VRG8684\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/data.xlsx\\\",\\\"12-053_NRL20130219_VRG8684_laser.pdf\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/12-053_NRL20130219_VRG8684_laser.pdf\\\",\\\"单粒子效应-2_1744804416284.xlsx\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/单粒子效应-2_1744804416284.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/data.xlsx\",\"12-053_NRL20130219_VRG8684_laser.pdf\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/12-053_NRL20130219_VRG8684_laser.pdf\",\"单粒子效应-2_1744804416284.xlsx\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/单粒子效应-2_1744804416284.xlsx\"},\"id\":\"36a50ddc8c673ec14371d348f24433b0\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 19:53\"}]', null, '5', null, '2025-04-16 19:53:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912475420946829314', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable LDO\",\"deviceMode\":\"VRG8666\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"2/19/2013\",\"fileList\":\"{\\\"12-053_NRL20130219_VRG8666_laser.pdf\\\":\\\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/12-053_NRL20130219_VRG8666_laser.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/data.xlsx\\\",\\\"单粒子效应-3_1744804642983.xlsx\\\":\\\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/单粒子效应-3_1744804642983.xlsx\\\"}\",\"fileMap\":{\"12-053_NRL20130219_VRG8666_laser.pdf\":\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/12-053_NRL20130219_VRG8666_laser.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/data.xlsx\",\"单粒子效应-3_1744804642983.xlsx\":\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/单粒子效应-3_1744804642983.xlsx\"},\"id\":\"f18cddf18ca70cae7c800e20488ed04a\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 19:57\"}]', null, '5', null, '2025-04-16 19:57:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912475447224143873', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable LDO\",\"deviceMode\":\"VRG8684\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/data.xlsx\\\",\\\"单粒子效应-2_1744804416284.xlsx\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/单粒子效应-2_1744804416284.xlsx\\\",\\\"12-053_NRL20130219_VRG8684_laser.pdf\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/12-053_NRL20130219_VRG8684_laser.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/data.xlsx\",\"单粒子效应-2_1744804416284.xlsx\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/单粒子效应-2_1744804416284.xlsx\",\"12-053_NRL20130219_VRG8684_laser.pdf\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/12-053_NRL20130219_VRG8684_laser.pdf\"},\"id\":\"36a50ddc8c673ec14371d348f24433b0\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 19:57\"}]', null, '7', null, '2025-04-16 19:57:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912475467876896770', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable LDO\",\"deviceMode\":\"VRG8666\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"单粒子效应-3_1744804642983.xlsx\\\":\\\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/单粒子效应-3_1744804642983.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/data.xlsx\\\",\\\"12-053_NRL20130219_VRG8666_laser.pdf\\\":\\\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/12-053_NRL20130219_VRG8666_laser.pdf\\\"}\",\"fileMap\":{\"单粒子效应-3_1744804642983.xlsx\":\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/单粒子效应-3_1744804642983.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/data.xlsx\",\"12-053_NRL20130219_VRG8666_laser.pdf\":\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/12-053_NRL20130219_VRG8666_laser.pdf\"},\"id\":\"f18cddf18ca70cae7c800e20488ed04a\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 19:57\"}]', null, '6', null, '2025-04-16 19:57:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912476750465699841', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Negative Adjustable LDO\",\"deviceMode\":\"VRG8663\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"12-053_NRL20130219_VRG8663_laser.pdf\\\":\\\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/12-053_NRL20130219_VRG8663_laser.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/data.xlsx\\\",\\\"单粒子效应-4_1744804962205.xlsx\\\":\\\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/单粒子效应-4_1744804962205.xlsx\\\"}\",\"fileMap\":{\"12-053_NRL20130219_VRG8663_laser.pdf\":\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/12-053_NRL20130219_VRG8663_laser.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/data.xlsx\",\"单粒子效应-4_1744804962205.xlsx\":\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/单粒子效应-4_1744804962205.xlsx\"},\"id\":\"a8f5ee7889c76c7b1ea063d0388e432c\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 20:02\"}]', null, '24', null, '2025-04-16 20:02:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912477337710202881', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable LDO\",\"deviceMode\":\"VRG8662\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"12-041_NRL20130219_VRG8662_laser.pdf\\\":\\\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/12-041_NRL20130219_VRG8662_laser.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/data.xlsx\\\",\\\"单粒子效应-5_1744805102322.xlsx\\\":\\\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/单粒子效应-5_1744805102322.xlsx\\\"}\",\"fileMap\":{\"12-041_NRL20130219_VRG8662_laser.pdf\":\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/12-041_NRL20130219_VRG8662_laser.pdf\",\"data.xlsx\":\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/data.xlsx\",\"单粒子效应-5_1744805102322.xlsx\":\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/单粒子效应-5_1744805102322.xlsx\"},\"id\":\"267a24e11b374f896a90ff7b5935892b\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 20:05\"}]', null, '6', null, '2025-04-16 20:05:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912477960853753857', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable LDO\",\"deviceMode\":\"VRG8661\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"12-040_NRL20130219_VRG8661_laser.pdf\\\":\\\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/12-040_NRL20130219_VRG8661_laser.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/data.xlsx\\\",\\\"单粒子效应-6_1744805251051.xlsx\\\":\\\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/单粒子效应-6_1744805251051.xlsx\\\"}\",\"fileMap\":{\"12-040_NRL20130219_VRG8661_laser.pdf\":\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/12-040_NRL20130219_VRG8661_laser.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/data.xlsx\",\"单粒子效应-6_1744805251051.xlsx\":\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/单粒子效应-6_1744805251051.xlsx\"},\"id\":\"bb6adafcf2c24e29f1e0a9ff26d8bb6a\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 20:07\"}]', null, '6', null, '2025-04-16 20:07:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912478526082355202', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable Regulator\",\"deviceMode\":\"VRG8660\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"12/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"12-053_NRL20130219_VRG8660_laser.pdf\\\":\\\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/12-053_NRL20130219_VRG8660_laser.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/data.xlsx\\\",\\\"单粒子效应-7_1744805386284.xlsx\\\":\\\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/单粒子效应-7_1744805386284.xlsx\\\"}\",\"fileMap\":{\"12-053_NRL20130219_VRG8660_laser.pdf\":\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/12-053_NRL20130219_VRG8660_laser.pdf\",\"data.xlsx\":\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/data.xlsx\",\"单粒子效应-7_1744805386284.xlsx\":\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/单粒子效应-7_1744805386284.xlsx\"},\"id\":\"29729299d4400a30e0e184c76818c63b\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 20:09\"}]', null, '15', null, '2025-04-16 20:09:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912488640831000578', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"VS-APH3006-N3\",\"deviceName\":\"ilicon power Schottky diode\",\"deviceType\":\"Diode\",\"experimentDate\":\"8/18/2015\",\"experimentUser\":\"杨弘毅\",\"id\":\"f18c53d7adae6f32439aae247d8993bc\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":15,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 20:49\"}]', null, '8', null, '2025-04-16 20:49:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912488844468654082', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"VS-APH3006-N3\",\"deviceName\":\"Silicon power Schottky diode\",\"deviceType\":\"Diode\",\"experimentDate\":\"8/18/2015\",\"experimentUser\":\"杨弘毅\",\"id\":\"f18c53d7adae6f32439aae247d8993bc\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":15,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 20:50\"}]', null, '9', null, '2025-04-16 20:50:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912492786095198209', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Myrinet Transceiver MYRI2K\",\"deviceMode\":\"VCS7146RH\",\"deviceName\":\"Transceiver\",\"deviceType\":\"Communication Device\",\"experimentDate\":\"11/26/2001;7/19/2002\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/NSREC02_W16.pdf\\\",\\\"D112601_Myrinet.pdf\\\":\\\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/D112601_Myrinet.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/data.xlsx\\\",\\\"NSREC02_W8.pdf\\\":\\\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/NSREC02_W8.pdf\\\",\\\"单粒子效应-8_1744808781242.xlsx\\\":\\\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/单粒子效应-8_1744808781242.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/NSREC02_W8.pdf\",\"单粒子效应-8_1744808781242.xlsx\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/单粒子效应-8_1744808781242.xlsx\"},\"id\":\"674319dd510466af38181961abd4fd95\",\"manufacturer\":\"Vitesse\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-16 21:06\"}]', null, '6', null, '2025-04-16 21:06:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912532746659663873', '1', '用户名: mayunlong,登录成功!', null, 'mayunlong', '马云龙', '119.78.164.175', null, null, null, null, '0', null, '2025-04-16 23:45:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912532827790086146', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0443/0335\",\"deviceFunction\":\"Transmitter\",\"deviceMode\":\"UT54LVDS031\",\"deviceName\":\"UT54LVDS031\",\"deviceType\":\"CMOS\",\"experimentDate\":\"11/23/2004\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/nsrec05_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/data.xlsx\\\",\\\"单粒子效应UT54LVDS031_1744818328545.xlsx\\\":\\\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/单粒子效应UT54LVDS031_1744818328545.xlsx\\\"}\",\"fileMap\":{\"nsrec05_W5.pdf\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/nsrec05_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/data.xlsx\",\"单粒子效应UT54LVDS031_1744818328545.xlsx\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/单粒子效应UT54LVDS031_1744818328545.xlsx\"},\"id\":\"0b734c26abe94901914e02d2c8d6598f\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-16 23:45\"}]', null, '22', null, '2025-04-16 23:45:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912533472655937537', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"RADPAL\",\"deviceMode\":\"UT22VP10\",\"deviceName\":\"UT22VP10\",\"deviceType\":\"Programmable Device\",\"experimentDate\":\"2/21/1996;7/15/1996\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"b022196b.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\\\",\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\\\"}\",\"fileMap\":{\"b022196b.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\"},\"id\":\"4b6cf8763e6b329dd052373e760d6226\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-16 23:48\"}]', null, '9', null, '2025-04-16 23:48:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912534222719127553', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"6038\",\"deviceFunction\":\"RADPAL\",\"deviceMode\":\"UT22VP10\",\"deviceName\":\"UT22VP10\",\"deviceType\":\"Programmable Device\",\"experimentDate\":\"2/21/1996;7/15/1996\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"b022196b.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\\\",\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\\\"}\",\"fileMap\":{\"b022196b.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\"},\"id\":\"4b6cf8763e6b329dd052373e760d6226\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-16 23:51\"}]', null, '7', null, '2025-04-16 23:51:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912543024457682945', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"6038\",\"deviceFunction\":\"RADPAL\",\"deviceMode\":\"UT22VP10\",\"deviceName\":\"UT22VP10\",\"deviceType\":\"Programmable Device\",\"experimentDate\":\"2/21/1996;7/15/1996\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"b022196b.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\\\",\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\\\",\\\"单粒子效应UT22VP10_1744820763541.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744820763541.xlsx\\\"}\",\"fileMap\":{\"b022196b.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\",\"单粒子效应UT22VP10_1744820763541.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744820763541.xlsx\"},\"id\":\"4b6cf8763e6b329dd052373e760d6226\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 00:26\"}]', null, '21', null, '2025-04-17 00:26:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912545708980015105', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"6038\",\"deviceFunction\":\"RADPAL\",\"deviceMode\":\"UT22VP10\",\"deviceName\":\"UT22VP10\",\"deviceType\":\"Programmable Device\",\"experimentDate\":\"2/21/1996;7/15/1996\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"b022196b.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\\\",\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\\\",\\\"单粒子效应UT22VP10_1744820763541.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744820763541.xlsx\\\",\\\"2单粒子效应UT22VP10_1744821402691.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744821402691.xlsx\\\"}\",\"fileMap\":{\"b022196b.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\",\"单粒子效应UT22VP10_1744820763541.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744820763541.xlsx\",\"2单粒子效应UT22VP10_1744821402691.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744821402691.xlsx\"},\"id\":\"4b6cf8763e6b329dd052373e760d6226\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 00:36\"}]', null, '8', null, '2025-04-17 00:36:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912545951054270465', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"6038\",\"deviceFunction\":\"RADPAL\",\"deviceMode\":\"UT22VP10\",\"deviceName\":\"UT22VP10\",\"deviceType\":\"Programmable Device\",\"experimentDate\":\"8/16/1995-8/19/1995;2/21/1996;7/15/1996\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"b022196b.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\\\",\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\\\",\\\"单粒子效应UT22VP10_1744820763541.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744820763541.xlsx\\\",\\\"2单粒子效应UT22VP10_1744821402691.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744821402691.xlsx\\\"}\",\"fileMap\":{\"b022196b.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\",\"单粒子效应UT22VP10_1744820763541.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744820763541.xlsx\",\"2单粒子效应UT22VP10_1744821402691.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744821402691.xlsx\"},\"id\":\"4b6cf8763e6b329dd052373e760d6226\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 00:37\"}]', null, '6', null, '2025-04-17 00:37:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912546223470120962', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"6038\",\"deviceFunction\":\"RADPAL\",\"deviceMode\":\"UT22VP10\",\"deviceName\":\"UT22VP10\",\"deviceType\":\"Programmable Device\",\"experimentDate\":\"8/16/1995-8/19/1995;2/21/1996;7/15/1996\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"b022196b.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\\\",\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\\\",\\\"2单粒子效应UT22VP10_1744821402691.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744821402691.xlsx\\\",\\\"单粒子效应UT22VP10_1744821521312.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744821521312.xlsx\\\"}\",\"fileMap\":{\"b022196b.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\",\"2单粒子效应UT22VP10_1744821402691.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744821402691.xlsx\",\"单粒子效应UT22VP10_1744821521312.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744821521312.xlsx\"},\"id\":\"4b6cf8763e6b329dd052373e760d6226\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 00:38\"}]', null, '12', null, '2025-04-17 00:38:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912547739635519489', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"UT 1553B RTI - non-RH product\",\"deviceMode\":\"UT 1553B RTI\",\"deviceName\":\"UT 1553B RTI\",\"deviceType\":\"Miscellaneous\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/data.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/data.xlsx\"},\"id\":\"361385fd856b6c3f8f6d723b0b75ee4e\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 00:44\"}]', null, '6', null, '2025-04-17 00:44:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912550950773690369', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"UT 1553B RTI - non-RH product\",\"deviceMode\":\"UT 1553B RTI\",\"deviceName\":\"UT 1553B RTI\",\"deviceType\":\"Miscellaneous\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/data.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/data.xlsx\"},\"id\":\"361385fd856b6c3f8f6d723b0b75ee4e\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 00:57\"}]', null, '8', null, '2025-04-17 00:57:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912550984495894529', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"UT 1553B RTI - non-RH product\",\"deviceMode\":\"UT 1553B RTI\",\"deviceName\":\"UT 1553B RTI\",\"deviceType\":\"Miscellaneous\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/data.xlsx\\\",\\\"单粒子效应UT1553BRTI_1744822661682.xlsx\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/单粒子效应UT1553BRTI_1744822661682.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/data.xlsx\",\"单粒子效应UT1553BRTI_1744822661682.xlsx\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/单粒子效应UT1553BRTI_1744822661682.xlsx\"},\"id\":\"361385fd856b6c3f8f6d723b0b75ee4e\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 00:57\"}]', null, '5', null, '2025-04-17 00:57:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912687840579522561', '1', '用户名: wangbin,登录成功!', null, 'wangbin', '王斌', '210.73.34.91', null, null, null, null, '0', null, '2025-04-17 10:01:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912690232058417153', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 10:11\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"IS46TR16256BL-107MBLA3\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"id\":\"1912690232041639937\",\"manufacturer\":\"ISSI公司\",\"name\":\"DDR3 SDRAM\",\"totalCountLhs\":4,\"totalCountXhy\":1,\"type\":\"三维集成电路\"}]', null, '5', null, '2025-04-17 10:11:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912691370518351874', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '0', null, '2025-04-17 10:15:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912691670734049281', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 10:16\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"K4LY03\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"id\":\"1912691670708883457\",\"manufacturer\":\"804所\",\"name\":\"S星间通信机模块\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"通信设备电缆、软线和电线组件\"}]', null, '7', null, '2025-04-17 10:16:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912692784829272065', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 10:21\",\"dataEntry\":\"王斌\",\"dataProvider\":\"zxy\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"id\":\"1912692784795717633\",\"manufacturer\":\"804所\",\"name\":\"图像编码器、摄像机\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"光纤用电源和图像探测器\"}]', null, '11', null, '2025-04-17 10:21:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912693873158885378', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 10:25\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"id\":\"1912693873142108162\",\"manufacturer\":\"804所\",\"name\":\"话音处理器\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"通信设备\"}]', null, '6', null, '2025-04-17 10:25:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912693923813494786', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"K4LY03\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"id\":\"1912691670708883457\",\"manufacturer\":\"804所\",\"name\":\"S星间通信机模块\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"通信设备\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 10:25\"}]', null, '9', null, '2025-04-17 10:25:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912695192133275650', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 10:30\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CMC10-18S12SPM\",\"experimentDate\":\"2024.12.20-2025.1.13\",\"experimentUser\":\"张兴尧\",\"id\":\"1912695192099721218\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"DC/DC变换器\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"电源变换器\"}]', null, '9', null, '2025-04-17 10:30:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912695987897602049', '1', '用户名: rentongfei,登录成功!', null, 'rentongfei', '任童菲', '119.78.164.177', null, null, null, null, '0', null, '2025-04-17 10:33:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912697085748285442', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.164.181', null, null, null, null, '0', null, '2025-04-17 10:38:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912697243592527874', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 10:38\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HMSF2802A\",\"experimentDate\":\"2024.12.20-2025.1.13\",\"experimentUser\":\"张兴尧\",\"id\":\"1912697243575750657\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"有源滤波器\"}]', null, '5', null, '2025-04-17 10:38:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912697286554783745', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CMC10-18S12SPM\",\"experimentDate\":\"2024.12.20-2025.1.13\",\"experimentUser\":\"张兴尧\",\"id\":\"1912695192099721218\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"DC/DC变换器\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 10:39\"}]', null, '7', null, '2025-04-17 10:39:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912697305534009346', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HMSF2802A\",\"experimentDate\":\"2024.12.20-2025.1.13\",\"experimentUser\":\"张兴尧\",\"id\":\"1912697243575750657\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"有源滤波器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 10:39\"}]', null, '6', null, '2025-04-17 10:39:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912697353386823682', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HMSF2802A\",\"experimentDate\":\"2024.12.20-2025.1.13\",\"experimentUser\":\"张兴尧\",\"id\":\"1912697243575750657\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"有源滤波器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 10:39\"}]', null, '7', null, '2025-04-17 10:39:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912697380645605377', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CMC10-18S12SPM\",\"experimentDate\":\"2024.12.20-2025.1.13\",\"experimentUser\":\"张兴尧\",\"id\":\"1912695192099721218\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 10:39\"}]', null, '31', null, '2025-04-17 10:39:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912697425558212609', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"id\":\"1912693873142108162\",\"manufacturer\":\"804所\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"通信设备\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 10:39\"}]', null, '5', null, '2025-04-17 10:39:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912697475948580866', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"zxy\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"id\":\"1912692784795717633\",\"manufacturer\":\"804所\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 10:39\"}]', null, '5', null, '2025-04-17 10:39:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912697543913082881', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"K4LY03\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"id\":\"1912691670708883457\",\"manufacturer\":\"804所\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"通信设备\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 10:40\"}]', null, '5', null, '2025-04-17 10:40:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912697588251070465', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"IS46TR16256BL-107MBLA3\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"id\":\"1912690232041639937\",\"manufacturer\":\"ISSI公司\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"三维集成电路\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 10:40\"}]', null, '8', null, '2025-04-17 10:40:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912697614763266050', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"id\":\"1912692784795717633\",\"manufacturer\":\"804所\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 10:40\"}]', null, '8', null, '2025-04-17 10:40:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912697744321122306', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"VS-APH3006-N3\",\"deviceName\":\"Silicon power Schottky diode\",\"deviceType\":\"二极管\",\"experimentDate\":\"8/18/2015\",\"experimentUser\":\"杨弘毅\",\"id\":\"f18c53d7adae6f32439aae247d8993bc\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":15,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-17 10:40\"}]', null, '6', null, '2025-04-17 10:40:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912698653356822530', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 10:44\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH156MMbRH-GC\",\"experimentDate\":\"2025.1.6-2025.2.26\",\"experimentUser\":\"张兴尧\",\"id\":\"1912698653340045313\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\"}]', null, '5', null, '2025-04-17 10:44:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912698818230718465', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Myrinet Transceiver MYRI2K\",\"deviceMode\":\"VCS7146RH\",\"deviceName\":\"Transceiver\",\"deviceType\":\"通信设备电缆、软线和电线组件\",\"experimentDate\":\"11/26/2001;7/19/2002\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"单粒子效应-8_1744808781242.xlsx\\\":\\\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/单粒子效应-8_1744808781242.xlsx\\\",\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/NSREC02_W16.pdf\\\",\\\"D112601_Myrinet.pdf\\\":\\\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/D112601_Myrinet.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/data.xlsx\\\",\\\"NSREC02_W8.pdf\\\":\\\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/NSREC02_W8.pdf\\\"}\",\"fileMap\":{\"单粒子效应-8_1744808781242.xlsx\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/单粒子效应-8_1744808781242.xlsx\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/674319dd510466af38181961abd4fd95/NSREC02_W8.pdf\"},\"id\":\"674319dd510466af38181961abd4fd95\",\"manufacturer\":\"Vitesse\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-17 10:45\"}]', null, '6', null, '2025-04-17 10:45:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912699315838750722', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 10:47\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LSFDCD/100-5R4-20/SP\",\"experimentDate\":\"2025.2.13-2025.2.28\",\"experimentUser\":\"张兴尧\",\"id\":\"1912699315821973506\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\"}]', null, '5', null, '2025-04-17 10:47:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912700802782433281', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 10:53\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CZ7-7-27\",\"experimentDate\":\"2024.12.18-2024.12.19\",\"experimentUser\":\"张兴尧\",\"id\":\"1912700802765656065\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"传感器\"}]', null, '5', null, '2025-04-17 10:53:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912703737641799682', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 11:04\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB652\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"id\":\"1912703737625022466\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他混合集成电路\"}]', null, '5', null, '2025-04-17 11:04:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912703945847050241', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电科集团第二十四研究所\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 11:05\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH/(20-50)-15-120H/SP, SWH/(20-50)-28-120H/SP,SWH/(20-50)-15-120H/D1,SWH/(20-50)-5-120H/SP,SWH/(20-50)-12-15F/D1-CS,SWH/(20-50)-15R-15F/SP-CS\",\"experimentDate\":\"2023.12.08-2024.01.31\",\"experimentUser\":\"xx\",\"id\":\"1912703945838661633\",\"manufacturer\":\"XX\",\"name\":\"KC-2023-JL-136\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\"}]', null, '3', null, '2025-04-17 11:05:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912704077523030018', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电科集团第二十四研究所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH/(20-50)-15-120H/SP, SWH/(20-50)-28-120H/SP,SWH/(20-50)-15-120H/D1,SWH/(20-50)-5-120H/SP,SWH/(20-50)-12-15F/D1-CS,SWH/(20-50)-15R-15F/SP-CS\",\"experimentDate\":\"2023.12.08-2024.01.31\",\"experimentUser\":\"张兴尧\",\"id\":\"1912703945838661633\",\"manufacturer\":\"XX\",\"name\":\"KC-2023-JL-136\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 11:06\"}]', null, '8', null, '2025-04-17 11:06:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912704234415165442', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 11:06\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HMSF2802A\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"id\":\"1912704234389999618\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"有源滤波器\"}]', null, '8', null, '2025-04-17 11:06:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912704616444956674', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable LDO\",\"deviceMode\":\"VRG8684\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"敏感元器件和传感器(件)\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/data.xlsx\\\",\\\"单粒子效应-2_1744804416284.xlsx\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/单粒子效应-2_1744804416284.xlsx\\\",\\\"12-053_NRL20130219_VRG8684_laser.pdf\\\":\\\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/12-053_NRL20130219_VRG8684_laser.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/data.xlsx\",\"单粒子效应-2_1744804416284.xlsx\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/单粒子效应-2_1744804416284.xlsx\",\"12-053_NRL20130219_VRG8684_laser.pdf\":\"/oss/physical/NASA/36a50ddc8c673ec14371d348f24433b0/12-053_NRL20130219_VRG8684_laser.pdf\"},\"id\":\"36a50ddc8c673ec14371d348f24433b0\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-17 11:08\"}]', null, '12', null, '2025-04-17 11:08:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912704632353951746', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable LDO\",\"deviceMode\":\"VRG8666\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"敏感元器件和传感器(件)\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"单粒子效应-3_1744804642983.xlsx\\\":\\\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/单粒子效应-3_1744804642983.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/data.xlsx\\\",\\\"12-053_NRL20130219_VRG8666_laser.pdf\\\":\\\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/12-053_NRL20130219_VRG8666_laser.pdf\\\"}\",\"fileMap\":{\"单粒子效应-3_1744804642983.xlsx\":\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/单粒子效应-3_1744804642983.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/data.xlsx\",\"12-053_NRL20130219_VRG8666_laser.pdf\":\"/oss/physical/NASA/f18cddf18ca70cae7c800e20488ed04a/12-053_NRL20130219_VRG8666_laser.pdf\"},\"id\":\"f18cddf18ca70cae7c800e20488ed04a\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-17 11:08\"}]', null, '6', null, '2025-04-17 11:08:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912704647700910081', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Negative Adjustable LDO\",\"deviceMode\":\"VRG8663\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"敏感元器件和传感器(件)\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"12-053_NRL20130219_VRG8663_laser.pdf\\\":\\\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/12-053_NRL20130219_VRG8663_laser.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/data.xlsx\\\",\\\"单粒子效应-4_1744804962205.xlsx\\\":\\\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/单粒子效应-4_1744804962205.xlsx\\\"}\",\"fileMap\":{\"12-053_NRL20130219_VRG8663_laser.pdf\":\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/12-053_NRL20130219_VRG8663_laser.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/data.xlsx\",\"单粒子效应-4_1744804962205.xlsx\":\"/oss/physical/NASA/a8f5ee7889c76c7b1ea063d0388e432c/单粒子效应-4_1744804962205.xlsx\"},\"id\":\"a8f5ee7889c76c7b1ea063d0388e432c\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-17 11:08\"}]', null, '6', null, '2025-04-17 11:08:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912704660837470210', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable LDO\",\"deviceMode\":\"VRG8662\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"敏感元器件和传感器(件)\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"单粒子效应-5_1744805102322.xlsx\\\":\\\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/单粒子效应-5_1744805102322.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/data.xlsx\\\",\\\"12-041_NRL20130219_VRG8662_laser.pdf\\\":\\\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/12-041_NRL20130219_VRG8662_laser.pdf\\\"}\",\"fileMap\":{\"单粒子效应-5_1744805102322.xlsx\":\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/单粒子效应-5_1744805102322.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/data.xlsx\",\"12-041_NRL20130219_VRG8662_laser.pdf\":\"/oss/physical/NASA/267a24e11b374f896a90ff7b5935892b/12-041_NRL20130219_VRG8662_laser.pdf\"},\"id\":\"267a24e11b374f896a90ff7b5935892b\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-17 11:08\"}]', null, '8', null, '2025-04-17 11:08:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912704672455692289', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable LDO\",\"deviceMode\":\"VRG8661\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"敏感元器件和传感器(件)\",\"experimentDate\":\"2/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"12-040_NRL20130219_VRG8661_laser.pdf\\\":\\\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/12-040_NRL20130219_VRG8661_laser.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/data.xlsx\\\",\\\"单粒子效应-6_1744805251051.xlsx\\\":\\\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/单粒子效应-6_1744805251051.xlsx\\\"}\",\"fileMap\":{\"12-040_NRL20130219_VRG8661_laser.pdf\":\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/12-040_NRL20130219_VRG8661_laser.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/data.xlsx\",\"单粒子效应-6_1744805251051.xlsx\":\"/oss/physical/NASA/bb6adafcf2c24e29f1e0a9ff26d8bb6a/单粒子效应-6_1744805251051.xlsx\"},\"id\":\"bb6adafcf2c24e29f1e0a9ff26d8bb6a\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-17 11:08\"}]', null, '8', null, '2025-04-17 11:08:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912704684887609346', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Positive Adjustable Regulator\",\"deviceMode\":\"VRG8660\",\"deviceName\":\"Linear Regulator\",\"deviceType\":\"敏感元器件和传感器(件)\",\"experimentDate\":\"12/19/2013\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"单粒子效应-7_1744805386284.xlsx\\\":\\\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/单粒子效应-7_1744805386284.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/data.xlsx\\\",\\\"12-053_NRL20130219_VRG8660_laser.pdf\\\":\\\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/12-053_NRL20130219_VRG8660_laser.pdf\\\"}\",\"fileMap\":{\"单粒子效应-7_1744805386284.xlsx\":\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/单粒子效应-7_1744805386284.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/data.xlsx\",\"12-053_NRL20130219_VRG8660_laser.pdf\":\"/oss/physical/NASA/29729299d4400a30e0e184c76818c63b/12-053_NRL20130219_VRG8660_laser.pdf\"},\"id\":\"29729299d4400a30e0e184c76818c63b\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-17 11:08\"}]', null, '5', null, '2025-04-17 11:08:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912704775656542209', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 11:08\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CMC10-18S12SPM\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"id\":\"1912704775631376385\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\"}]', null, '7', null, '2025-04-17 11:08:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912705399320186881', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电科第二十四研究所\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 11:11\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SC57064MCRH,SC400N09XRH\",\"experimentDate\":\"2024.01.09-2024.01.09\",\"experimentUser\":\"张兴尧\",\"id\":\"1912705399295021057\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-004\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-17 11:11:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912705943954755585', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"VS-APH3006-N3\",\"deviceName\":\"Silicon power Schottky diode\",\"deviceType\":\"二极管\",\"experimentDate\":\"8/18/2015\",\"experimentUser\":\"杨弘毅\",\"id\":\"f18c53d7adae6f32439aae247d8993bc\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":15,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-17 11:13\"}]', null, '6', null, '2025-04-17 11:13:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912707977143619585', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电科二十四所/模拟集成电路设计事业部\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 11:21\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW1936XRH-14S,SW1843AMDRH,SF193AMDRH(YB),SW1431XRH-14S,SF124BXRH-14S,SW1825MDRH,X1525A(YB)\",\"experimentDate\":\"2024.12.11-2024.12.11\",\"experimentUser\":\"张兴尧\",\"id\":\"1912707977118453761\",\"manufacturer\":\"中国电科二十四所\",\"name\":\"KC-2024-JL-203\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他半导体集成电路\"}]', null, '8', null, '2025-04-17 11:21:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912708107720691714', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电科集团第二十四所/模拟集成电路设计事业部\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW1936XRH-14S,SW1843AMDRH,SF193AMDRH(YB),SW1431XRH-14S,SF124BXRH-14S,SW1825MDRH,X1525A(YB)\",\"experimentDate\":\"2024.12.11-2024.12.11\",\"experimentUser\":\"张兴尧\",\"id\":\"1912707977118453761\",\"manufacturer\":\"中国电科二十四所\",\"name\":\"KC-2024-JL-203\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他半导体集成电路\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 11:22\"}]', null, '6', null, '2025-04-17 11:22:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912708151031074817', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电科集团第二十四研究所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SC57064MCRH,SC400N09XRH\",\"experimentDate\":\"2024.01.09-2024.01.09\",\"experimentUser\":\"张兴尧\",\"id\":\"1912705399295021057\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-004\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 11:22\"}]', null, '6', null, '2025-04-17 11:22:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912708246044643330', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电科集团第二十四研究所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SC57064MCRH,SC400N09XRH\",\"experimentDate\":\"2024.01.09-2024.01.09\",\"experimentUser\":\"张兴尧\",\"id\":\"1912705399295021057\",\"manufacturer\":\"中国电科二十四所\",\"name\":\"KC-2024-JL-004\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 11:22\"}]', null, '5', null, '2025-04-17 11:22:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912708275828396033', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电科集团第二十四研究所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH/(20-50)-15-120H/SP, SWH/(20-50)-28-120H/SP,SWH/(20-50)-15-120H/D1,SWH/(20-50)-5-120H/SP,SWH/(20-50)-12-15F/D1-CS,SWH/(20-50)-15R-15F/SP-CS\",\"experimentDate\":\"2023.12.08-2024.01.31\",\"experimentUser\":\"张兴尧\",\"id\":\"1912703945838661633\",\"manufacturer\":\"中国电科二十四所\",\"name\":\"KC-2023-JL-136\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 11:22\"}]', null, '5', null, '2025-04-17 11:22:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912709177725390849', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 11:26\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FHC30B\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"id\":\"1912709177700225025\",\"manufacturer\":\"辽晶\",\"name\":\"硅功率达林顿晶体管\",\"totalCountLhs\":225,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-17 11:26:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912710693496524801', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"北京微电子技术研究所\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 11:32\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BM3883TMARH,F-SEE,22SEE\",\"experimentDate\":\"2024.09.05-2024.09.09\",\"experimentUser\":\"张兴尧\",\"id\":\"1912710693421027330\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-148\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路\"}]', null, '20', null, '2025-04-17 11:32:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912711362949386241', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Dual ASICs\",\"deviceMode\":\"VA32_HDR2 / TA32C\",\"deviceName\":\"VA32_HDR2 / TA32C\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"4/20/2011\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"nsrec2012_W22_SEE.pdf\\\":\\\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/nsrec2012_W22_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/data.xlsx\\\",\\\"T041711_T062811_VA32HDR_TA32.pdf\\\":\\\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/T041711_T062811_VA32HDR_TA32.pdf\\\"}\",\"fileMap\":{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/data.xlsx\",\"T041711_T062811_VA32HDR_TA32.pdf\":\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/T041711_T062811_VA32HDR_TA32.pdf\"},\"id\":\"52a376f593c29b39af9c9dd0a0a77d46\",\"manufacturer\":\"Integrated Detector and Electronics AS (IDE AS)\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-17 11:35\"}]', null, '7', null, '2025-04-17 11:35:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912711408663105537', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FHC30B\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应FHC30B_1744860905113.xlsx\",\"id\":\"1912709177700225025\",\"manufacturer\":\"辽晶\",\"name\":\"硅功率达林顿晶体管\",\"totalCountLhs\":225,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 11:35\"}]', null, '9', null, '2025-04-17 11:35:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912711438237143041', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Dual ASICs\",\"deviceMode\":\"VA32_HDR2 / TA32C\",\"deviceName\":\"VA32_HDR2 / TA32C\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"4/20/2011\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"nsrec2012_W22_SEE.pdf\\\":\\\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/nsrec2012_W22_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/data.xlsx\\\",\\\"T041711_T062811_VA32HDR_TA32.pdf\\\":\\\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/T041711_T062811_VA32HDR_TA32.pdf\\\",\\\"单粒子效应-9_1744860914582.xlsx\\\":\\\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/单粒子效应-9_1744860914582.xlsx\\\"}\",\"fileMap\":{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/data.xlsx\",\"T041711_T062811_VA32HDR_TA32.pdf\":\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/T041711_T062811_VA32HDR_TA32.pdf\",\"单粒子效应-9_1744860914582.xlsx\":\"/oss/physical/NASA/52a376f593c29b39af9c9dd0a0a77d46/单粒子效应-9_1744860914582.xlsx\"},\"id\":\"52a376f593c29b39af9c9dd0a0a77d46\",\"manufacturer\":\"Integrated Detector and Electronics AS (IDE AS)\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-17 11:35\"}]', null, '5', null, '2025-04-17 11:35:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912712041289977857', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 11:37\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FHD30B\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"id\":\"1912712041264812034\",\"manufacturer\":\"辽晶\",\"name\":\"硅功率达林顿晶体管\",\"totalCountLhs\":225,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-17 11:37:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912712814904184834', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FHC30B\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应FHC30B_1744861240545.xlsx\",\"id\":\"1912709177700225025\",\"manufacturer\":\"辽晶\",\"name\":\"硅功率达林顿晶体管\",\"totalCountLhs\":225,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 11:40\"}]', null, '8', null, '2025-04-17 11:40:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912712870680039425', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FHD30B\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应FHD30B_1744861258424.xlsx\",\"id\":\"1912712041264812034\",\"manufacturer\":\"辽晶\",\"name\":\"硅功率达林顿晶体管\",\"totalCountLhs\":225,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 11:40\"}]', null, '5', null, '2025-04-17 11:41:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912714119919931394', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 11:45\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"ADN8830ACPZ\",\"experimentDate\":\"2024.7.9-2024.8.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1912714119903154178\",\"manufacturer\":\"TI\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\"}]', null, '6', null, '2025-04-17 11:45:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912714269371371522', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FHD30B\",\"experimentDate\":\"2024.8.19-2024.9.10\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应FHD30B_1744861258424.xlsx\",\"id\":\"1912712041264812034\",\"manufacturer\":\"辽晶\",\"name\":\"硅功率达林顿晶体管\",\"totalCountLhs\":225,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 11:46\"}]', null, '7', null, '2025-04-17 11:46:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912714319791099905', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FHC30B\",\"experimentDate\":\"2024.8.19-2024.9.10\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应FHC30B_1744861240545.xlsx\",\"id\":\"1912709177700225025\",\"manufacturer\":\"辽晶\",\"name\":\"硅功率达林顿晶体管\",\"totalCountLhs\":225,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 11:46\"}]', null, '7', null, '2025-04-17 11:46:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912714413781258241', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CMC10-18S12SPM\",\"experimentDate\":\"2024.7.9-2024.8.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1912704775631376385\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 11:47\"}]', null, '4', null, '2025-04-17 11:47:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912714561227821057', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HMSF2802A\",\"experimentDate\":\"2024.7.9-2024.8.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1912704234389999618\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"有源滤波器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 11:47\"}]', null, '6', null, '2025-04-17 11:47:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912714657495486465', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB652\",\"experimentDate\":\"2024.7.9-2024.8.18\",\"experimentUser\":\"张兴尧\",\"id\":\"1912703737625022466\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他混合集成电路\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 11:48\"}]', null, '10', null, '2025-04-17 11:48:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912714876337491970', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FHD30B\",\"experimentDate\":\"2024.8.19-2024.9.10\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应FHD30B_1744861736881.xlsx\",\"id\":\"1912712041264812034\",\"manufacturer\":\"辽晶\",\"name\":\"硅功率达林顿晶体管\",\"totalCountLhs\":225,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 11:48\"}]', null, '9', null, '2025-04-17 11:48:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912714989491425281', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FHC30B\",\"experimentDate\":\"2024.8.19-2024.9.10\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应FHC30B_1744861761745.xlsx\",\"id\":\"1912709177700225025\",\"manufacturer\":\"辽晶\",\"name\":\"硅功率达林顿晶体管\",\"totalCountLhs\":225,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 11:49\"}]', null, '8', null, '2025-04-17 11:49:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912715602841276418', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团五院物资部\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 11:51\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HB309B,LMSK4310D-1,LHKF2803D01-2D,LUC1875RH,OP07A,HLPA08,2810T04D,KG25a,LHB864\",\"experimentDate\":\"2024.06.19-2024.08.15\",\"experimentUser\":\"张兴尧\",\"id\":\"1912715602824499202\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-093\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路\"}]', null, '5', null, '2025-04-17 11:51:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912715928453484545', '2', 'NASA数据管理-编辑', '3', 'yanghongyi', '杨弘毅', '119.78.164.181', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Virtex 5QV FPGA\",\"deviceMode\":\"V5QV\",\"deviceName\":\"Virtex 5QV\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"8/20/2012; 6/15/2013; 4/6/2014; 10/4/2014\",\"experimentUser\":\"杨弘毅\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/data.xlsx\\\",\\\"2014-561-Berg-Final-Web-Pres-ETW-FPGA-TN16271_v5.pdf\\\":\\\"/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/2014-561-Berg-Final-Web-Pres-ETW-FPGA-TN16271_v5.pdf\\\",\\\"单粒子效应-10_1744861980859.xlsx\\\":\\\"/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/单粒子效应-10_1744861980859.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/data.xlsx\",\"2014-561-Berg-Final-Web-Pres-ETW-FPGA-TN16271_v5.pdf\":\"/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/2014-561-Berg-Final-Web-Pres-ETW-FPGA-TN16271_v5.pdf\",\"单粒子效应-10_1744861980859.xlsx\":\"/oss/physical/NASA/2e186e9526dae8340181ae8ec313e6ae/单粒子效应-10_1744861980859.xlsx\"},\"id\":\"2e186e9526dae8340181ae8ec313e6ae\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yanghongyi\",\"updateTime\":\"2025-04-17 11:53\"}]', null, '10', null, '2025-04-17 11:53:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912716216690249729', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 11:54\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3CA3CS\",\"experimentDate\":\"2024.8.19-8.27\",\"experimentUser\":\"张兴尧\",\"id\":\"1912716216673472513\",\"manufacturer\":\"济南半导体\",\"name\":\"硅PNP高频大功率晶体管\",\"totalCountLhs\":112,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-17 11:54:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912717162145091585', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3CA3CS\",\"experimentDate\":\"2024.8.19-20248.27\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应3CA3CS_1744862277082.xlsx\",\"id\":\"1912716216673472513\",\"manufacturer\":\"济南半导体\",\"name\":\"硅PNP高频大功率晶体管\",\"totalCountLhs\":112,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 11:58\"}]', null, '8', null, '2025-04-17 11:58:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912717805580685314', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 12:00\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB651\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"id\":\"1912717805496799234\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他半导体集成电路\"}]', null, '23', null, '2025-04-17 12:00:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912717898694234114', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB651\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"id\":\"1912717805496799234\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他混合集成电路\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 12:00\"}]', null, '7', null, '2025-04-17 12:00:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912718137396269058', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团第二十几研究所\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 12:01\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PA-380430-L42-K,PA-340360-P53-K,PA-710760-C40-Q\",\"experimentDate\":\"2024.04.17-2024.04.24\",\"experimentUser\":\"张兴尧\",\"id\":\"1912718137379491842\",\"manufacturer\":\"中国电子科技集团公司第二十九研究所\",\"name\":\"KC-2024-JL-064\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"放大器\"}]', null, '5', null, '2025-04-17 12:01:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912718587524780034', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"北京微电子技术研究所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BM3883TMARH,F-SEE,22SEE\",\"experimentDate\":\"2024.09.05-2024.09.09\",\"experimentUser\":\"张兴尧\",\"id\":\"1912710693421027330\",\"manufacturer\":\"北京微电子技术研究所\",\"name\":\"KC-2024-JL-148\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 12:03\"}]', null, '8', null, '2025-04-17 12:03:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912718825253736449', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 12:04\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"XCS-SSLC102MIA\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"id\":\"1912718825236959234\",\"manufacturer\":\"上海欣晟卓越\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电容器\"}]', null, '5', null, '2025-04-17 12:04:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912719163352387586', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 12:05\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BBSC30V1nF\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"id\":\"1912719163335610370\",\"manufacturer\":\"村田\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电容器\"}]', null, '5', null, '2025-04-17 12:06:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912719369317879810', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 12:06\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"ATSC16V10nF\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"id\":\"1912719369301102594\",\"manufacturer\":\"村田\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电容器\"}]', null, '6', null, '2025-04-17 12:06:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912719665452519425', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 12:07\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"UWSC1501nF\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"id\":\"1912719665427353601\",\"manufacturer\":\"村田\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电容器\"}]', null, '6', null, '2025-04-17 12:08:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912720027458703362', '2', '历史一期记录-通过id删除', '4', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.delete()', null, ' id: 1912719665427353601', null, '5', null, '2025-04-17 12:09:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912720042675638274', '2', '历史一期记录-通过id删除', '4', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.delete()', null, ' id: 1912719369301102594', null, '3', null, '2025-04-17 12:09:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912720115593613313', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"UWSC1501nF,ATSC16V10nF,BBSC30V1nF\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"id\":\"1912719163335610370\",\"manufacturer\":\"村田\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电容器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 12:09\"}]', null, '5', null, '2025-04-17 12:09:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912720650929410049', '1', '用户名: mayunlong,登录成功!', null, 'mayunlong', '马云龙', '119.78.164.175', null, null, null, null, '0', null, '2025-04-17 12:11:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912721181886353409', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 12:14\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GMAX0505,GSPRINT4521\",\"experimentDate\":\"2024.7.8-2024.7.9\",\"experimentUser\":\"张兴尧\",\"id\":\"1912721181861187585\",\"manufacturer\":\"长光辰芯\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\"}]', null, '8', null, '2025-04-17 12:14:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912721291542237185', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"宇翔CC4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642326946.xlsx,/oss/physical/temp/KC-2024-JL-034_1744730518206.pdf,/oss/physical/temp/KC-2024-JL-034_1744863264858.zip\",\"id\":\"1911789033226399746\",\"manufacturer\":\"北京宇翔电子有限公司\",\"name\":\"反相器\",\"totalCountLhs\":72,\"totalCountXhy\":4,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 12:14\"}]', null, '5', null, '2025-04-17 12:14:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912721360257519617', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口CD4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642420327.xlsx,/oss/physical/temp/KC-2024-JL-034_1744730509350.pdf,/oss/physical/temp/KC-2024-JL-034_1744863282356.zip\",\"id\":\"1911789896229613569\",\"manufacturer\":\"国外进口(试验记录未标明)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 12:14\"}]', null, '5', null, '2025-04-17 12:14:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912721420412227585', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口74HC04\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642449283.xlsx,/oss/physical/temp/KC-2024-JL-034_1744730487691.pdf,/oss/physical/temp/KC-2024-JL-034_1744863296369.xlsx\",\"id\":\"1911791231121387521\",\"manufacturer\":\"国外进口(试验记录未标明)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 12:14\"}]', null, '5', null, '2025-04-17 12:14:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912723193696849922', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院国家空间科学中心,可靠性与环境试验中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 12:22\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LMD18200-2D/883,A3PE3000L-FG484M,TLV2548MFKB,DVSA2805S,DVSA2812D\",\"experimentDate\":\"2024.5.15\",\"experimentUser\":\"张兴尧\",\"id\":\"1912723193680072705\",\"manufacturer\":\"中国科学院国家空间科学中心,可靠性与环境试验中心\",\"name\":\"KC-2024-JL-076\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他混合集成电路\"}]', null, '5', null, '2025-04-17 12:22:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912723312269824002', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"宇翔CC4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642326946.xlsx,/oss/physical/temp/KC-2024-JL-034_1744730518206.pdf,/oss/physical/temp/CC4069_1744863743466.zip\",\"id\":\"1911789033226399746\",\"manufacturer\":\"北京宇翔电子有限公司\",\"name\":\"反相器\",\"totalCountLhs\":72,\"totalCountXhy\":4,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 12:22\"}]', null, '6', null, '2025-04-17 12:22:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912723379500322817', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口CD4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642420327.xlsx,/oss/physical/temp/KC-2024-JL-034_1744730509350.pdf,/oss/physical/temp/进口CD4069_1744863761024.zip\",\"id\":\"1911789896229613569\",\"manufacturer\":\"国外进口(试验记录未标明)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 12:22\"}]', null, '23', null, '2025-04-17 12:22:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912723459766718465', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口74HC04\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744642449283.xlsx,/oss/physical/temp/KC-2024-JL-034_1744730487691.pdf,/oss/physical/temp/进口74HC04_1744863777572.zip\",\"id\":\"1911791231121387521\",\"manufacturer\":\"国外进口(试验记录未标明)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 12:23\"}]', null, '24', null, '2025-04-17 12:23:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912724017302966273', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团第四十四研究所\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 12:25\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GT322D-60-SM-FC/APC\",\"experimentDate\":\"2024.6.3\",\"experimentUser\":\"张兴尧\",\"id\":\"1912724017277800449\",\"manufacturer\":\"中国电子科技集团第四十四研究所\",\"name\":\"KC-2024-JL-090\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\"}]', null, '8', null, '2025-04-17 12:25:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912724204905795585', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十九研究所\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 12:26\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"DD-100P15P5N5/140,FC1550.52-10mW-PM-001,FC1549.72-10mW-PM-001,BM2.930.110263,MZ1533-10-SMP,ORI-MZM-OT-20,OPA567AIRHGR,HC32F4A0PIHB-VFBGA100,SGM6607AYTDI6G,SGM3209YTDE8G,SGM2209-ADJXN5G,SGM4588YTS16G,SGM8604-2XTDC8G,SGM620XS8G,\",\"experimentDate\":\"2024.03.07-2024.03.08\",\"experimentUser\":\"张兴尧\",\"id\":\"1912724204880629761\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-030\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路\"}]', null, '8', null, '2025-04-17 12:26:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912724852267257858', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天集团有限公司第八研究院第八〇八研究所\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 12:28\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"IS42S86400F-6TLI\",\"experimentDate\":\"2024.5.10-2024.5.11\",\"experimentUser\":\"张兴尧\",\"id\":\"1912724852250480641\",\"manufacturer\":\"中国航天集团有限公司第八研究院第八〇八研究所\",\"name\":\"KC-2024-JL-073\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"数字集成电路\"}]', null, '6', null, '2025-04-17 12:28:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912726037606928385', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"复远芯(上海)科技有限公司\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 12:33\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SIMU9000-IIR\",\"experimentDate\":\"2024.10.31-2024.11.6\",\"experimentUser\":\"张兴尧\",\"id\":\"1912726037590151169\",\"manufacturer\":\"复远芯(上海)科技有限公司\",\"name\":\"KC-2024-JL-184\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"敏感元器件和传感器(件)\"}]', null, '5', null, '2025-04-17 12:33:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912727042516029441', '2', '历史一期记录-添加', '2', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团公司第五研究院宇航元器件应用验证中心\",\"createBy\":\"wangbin\",\"createTime\":\"2025-04-17 12:37\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GD6882-SW32015-MD,S3204-09\",\"experimentDate\":\"2024.8.6\",\"experimentUser\":\"张兴尧\",\"id\":\"1912727042499252226\",\"manufacturer\":\"中国电子科技集团第四十四研究所\",\"name\":\"KC-2024-JL-130\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"图像探测器\"}]', null, '5', null, '2025-04-17 12:37:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912730456901783553', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744042103063.xlsx,/oss/physical/temp/KC-2023-JL-126_1744730589380.pdf,/oss/physical/temp/JHCS7250MR_1744865450049.zip\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 12:50\"}]', null, '22', null, '2025-04-17 12:50:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912731245275746306', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744644014350.xlsx,/oss/physical/temp/KC-2023-JL-126_1744730579516.pdf,/oss/physical/temp/JHCS10N40MR_1744865638690.zip\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 12:54\"}]', null, '9', null, '2025-04-17 12:54:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912733735375310850', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230YRB 2413\",\"experimentDate\":\"2024.6.24~2024.7.1\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/2413电离总剂量效应_1743572184199.xlsx\",\"id\":\"1907306230564732929\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 13:03\"}]', null, '8', null, '2025-04-17 13:03:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912733996311351298', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744122625222.xlsx,/oss/physical/temp/KC-2023-JL-126_1744730569110.pdf\",\"id\":\"1909259719842938882\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":1624,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 13:04\"}]', null, '7', null, '2025-04-17 13:04:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912734068612763650', '2', '历史一期记录-通过id删除', '4', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.delete()', null, ' id: 1909265449425780737', null, '7', null, '2025-04-17 13:05:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912735999389306881', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.164.181', null, null, null, null, '0', null, '2025-04-17 13:12:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912737235060625409', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744730569110.pdf,/oss/physical/temp/KC-2023-JL-126_1744867063271.xlsx\",\"id\":\"1909259719842938882\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":1624,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 13:17\"}]', null, '6', null, '2025-04-17 13:17:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912737478464475138', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744730569110.pdf,/oss/physical/temp/KC-2023-JL-126_1744867063271.xlsx,/oss/physical/temp/JHCS9150NR_1744867124404.zip\",\"id\":\"1909259719842938882\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":1624,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 13:18\"}]', null, '5', null, '2025-04-17 13:18:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912738100832079874', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744730589380.pdf,/oss/physical/temp/JHCS7250MR_1744865450049.zip,/oss/physical/temp/KC-2023-JL-126_1744867258545.xlsx\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 13:21\"}]', null, '5', null, '2025-04-17 13:21:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912748831208083458', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230YRB 2413\",\"experimentDate\":\"2024.6.24-2024.7.1\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/2413电离总剂量效应_1743572184199.xlsx\",\"id\":\"1907306230564732929\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 14:03\"}]', null, '8', null, '2025-04-17 14:03:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912749518490931201', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳计划威特电子有限公司\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 14:06\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260NAR\",\"experimentDate\":\"2024.11.04-2024.11.11\",\"experimentUser\":\"张兴尧\",\"id\":\"1912749518474153985\",\"manufacturer\":\"深圳计划威特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-17 14:06:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912768488451313666', '1', '用户名: rentongfei,登录成功!', null, 'rentongfei', '任童菲', '119.78.164.177', null, null, null, null, '0', null, '2025-04-17 15:22:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912768811442081793', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳计划威特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260NAR\",\"experimentDate\":\"2024.11.04-2024.11.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS4N10NDR_1744874577814.xlsx\",\"id\":\"1912749518474153985\",\"manufacturer\":\"深圳计划威特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 15:23\"}]', null, '13', null, '2025-04-17 15:23:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912769077407092738', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳计划威特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS4N10NDR\",\"experimentDate\":\"2024.11.01-2024.11.08\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS4N10NDR_1744874577814.xlsx\",\"id\":\"1912749518474153985\",\"manufacturer\":\"深圳计划威特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 15:24\"}]', null, '5', null, '2025-04-17 15:24:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912770418128949250', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 15:29\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67164NAR\",\"experimentDate\":\"2024.11.01-2024.11.08\",\"experimentUser\":\"张兴尧\",\"id\":\"1912770418112172034\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-17 15:29:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912774436888743938', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67164NAR\",\"experimentDate\":\"2024.11.01-2024.11.08\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67164NAR_1744875935852.xlsx\",\"id\":\"1912770418112172034\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 15:45\"}]', null, '8', null, '2025-04-17 15:45:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912774543235321858', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS4N10NDR\",\"experimentDate\":\"2024.11.01-2024.11.08\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS4N10NDR_1744874577814.xlsx\",\"id\":\"1912749518474153985\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 15:46\"}]', null, '6', null, '2025-04-17 15:46:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912775171315568641', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 15:48\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260NAR\",\"experimentDate\":\"2024.11.04-2024.11.11\",\"experimentUser\":\"张兴尧\",\"id\":\"1912775171298791425\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-17 15:48:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912776218922684418', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260NAR\",\"experimentDate\":\"2024.11.04-2024.11.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67260NAR_1744876360583.xlsx\",\"id\":\"1912775171298791425\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 15:52\"}]', null, '4', null, '2025-04-17 15:52:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912778681046241281', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 16:02\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230NJR\",\"experimentDate\":\"2024.11.04-2024.11.11\",\"experimentUser\":\"张兴尧\",\"id\":\"1912778681029464066\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-17 16:02:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912779730968612866', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230NJR\",\"experimentDate\":\"2024.11.04-2024.11.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67230NJR_1744877198963.xlsx\",\"id\":\"1912778681029464066\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 16:06\"}]', null, '5', null, '2025-04-17 16:06:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912780167880871937', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 16:08\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL797034NJR\",\"experimentDate\":\"2024.11.01-2024.11.11\",\"experimentUser\":\"张兴尧\",\"id\":\"1912780167855706113\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-17 16:08:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912782888004456449', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL797034NJR\",\"experimentDate\":\"2024.11.01-2024.11.11\",\"experimentUser\":\"张兴尧\",\"id\":\"1912780167855706113\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 16:19\"}]', null, '10', null, '2025-04-17 16:19:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912783928309288961', '2', '历史一期记录-通过id删除', '4', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.delete()', null, ' id: 1907306230564732929', null, '5', null, '2025-04-17 16:23:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912784074833104898', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL797034NJR\",\"experimentDate\":\"2024.11.01-2024.11.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCSL797034NJR_1744878234832.xlsx\",\"id\":\"1912780167855706113\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 16:23\"}]', null, '5', null, '2025-04-17 16:23:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912784593567846402', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 16:25\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS6723NJR\",\"experimentDate\":\"2024.06.24-2024.07.01\",\"experimentUser\":\"张兴尧\",\"id\":\"1912784593551069185\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-17 16:26:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912785186554351618', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS6723NJR\",\"experimentDate\":\"2024.06.24-2024.07.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-096_1744878498509.pdf,/oss/physical/temp/电离总剂量效应JHCS67234NJR_1744878498497.xlsx\",\"id\":\"1912784593551069185\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 16:28\"}]', null, '5', null, '2025-04-17 16:28:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912785888022335490', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 16:31\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230YRB\",\"experimentDate\":\"2024.06.24-2024.07.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-096_1744878665665.pdf,/oss/physical/temp/电离总剂量效应JHCS67230YRB_1744878665665.xlsx\",\"id\":\"1912785888005558274\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-17 16:31:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912786424377348097', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 16:33\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS06N80NARE\",\"experimentDate\":\"2024.06.24-2024.07.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-096_1744878793400.pdf,/oss/physical/temp/电离总剂量效应JHCS06N80NARE_1744878793399.xlsx\",\"id\":\"1912786424293462017\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '19', null, '2025-04-17 16:33:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912787913262993409', '2', '历史一期记录-添加', '2', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"rentongfei\",\"createTime\":\"2025-04-17 16:39\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LYNM7002\",\"experimentDate\":\"2024.03.11-2024.03.12\",\"experimentUser\":\"张兴尧\",\"id\":\"1912787913229438977\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"小功率N沟道MOS场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '9', null, '2025-04-17 16:39:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912788278066778113', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"济南市半导体元件实验所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LYNM7002\",\"experimentDate\":\"2024.03.11-2024.03.12\",\"experimentUser\":\"张兴尧\",\"id\":\"1912787913229438977\",\"manufacturer\":\"济南市半导体元件实验所\",\"name\":\"小功率N沟道MOS场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 16:40\"}]', null, '5', null, '2025-04-17 16:40:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912789577076281345', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"济南市半导体元件实验所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LYNM7002\",\"experimentDate\":\"2024.03.11-2024.03.12\",\"experimentUser\":\"张兴尧\",\"id\":\"1912787913229438977\",\"manufacturer\":\"济南市半导体元件实验所\",\"name\":\"小功率N沟道MOS场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 16:45\"}]', null, '6', null, '2025-04-17 16:45:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912789826113081345', '1', '用户名: wangbin,登录成功!', null, 'wangbin', '王斌', '210.73.34.91', null, null, null, null, '0', null, '2025-04-17 16:46:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912790228418138114', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团公司第五研究院宇航元器件应用验证中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GD6882-SW32015-MD,S3204-09\",\"experimentDate\":\"2024.8.6\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-130_1744879701059.pdf\",\"id\":\"1912727042499252226\",\"manufacturer\":\"中国电子科技集团第四十四研究所\",\"name\":\"KC-2024-JL-130\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"图像探测器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:48\"}]', null, '7', null, '2025-04-17 16:48:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912790464322572289', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"复远芯(上海)科技有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SIMU9000-IIR\",\"experimentDate\":\"2024.10.31-2024.11.6\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-184_1744879758244.pdf\",\"id\":\"1912726037590151169\",\"manufacturer\":\"复远芯(上海)科技有限公司\",\"name\":\"KC-2024-JL-184\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"敏感元器件和传感器(件)\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:49\"}]', null, '26', null, '2025-04-17 16:49:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912790500364226562', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司第八研究院第八〇八研究所\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"IS42S86400F-6TLI\",\"experimentDate\":\"2024.5.10-2024.5.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-073_1744879767514.pdf\",\"id\":\"1912724852250480641\",\"manufacturer\":\"中国航天集团有限公司第八研究院第八〇八研究所\",\"name\":\"KC-2024-JL-073\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"数字集成电路\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:49\"}]', null, '8', null, '2025-04-17 16:49:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912790545541074945', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团第四十四研究所\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GT322D-60-SM-FC/APC\",\"experimentDate\":\"2024.6.3\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-090_1744879777587.pdf\",\"id\":\"1912724017277800449\",\"manufacturer\":\"中国电子科技集团第四十四研究所\",\"name\":\"KC-2024-JL-090\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:49\"}]', null, '6', null, '2025-04-17 16:49:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912790585223385089', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院国家空间科学中心,可靠性与环境试验中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LMD18200-2D/883,A3PE3000L-FG484M,TLV2548MFKB,DVSA2805S,DVSA2812D\",\"experimentDate\":\"2024.5.15\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-076_1744879787125.pdf\",\"id\":\"1912723193680072705\",\"manufacturer\":\"中国科学院国家空间科学中心,可靠性与环境试验中心\",\"name\":\"KC-2024-JL-076\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他混合集成电路\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:49\"}]', null, '7', null, '2025-04-17 16:49:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912790665401700354', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GMAX0505,GSPRINT4521\",\"experimentDate\":\"2024.7.8-2024.7.9\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-107_1744879805139.pdf\",\"id\":\"1912721181861187585\",\"manufacturer\":\"长光辰芯\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:50\"}]', null, '5', null, '2025-04-17 16:50:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912790727578062849', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"UWSC1501nF,ATSC16V10nF,BBSC30V1nF\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-107_1744879820740.pdf\",\"id\":\"1912719163335610370\",\"manufacturer\":\"村田\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电容器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:50\"}]', null, '6', null, '2025-04-17 16:50:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912790842367774722', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"XCS-SSLC102MIA\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-107_1744879848275.pdf\",\"id\":\"1912718825236959234\",\"manufacturer\":\"上海欣晟卓越\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电容器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:50\"}]', null, '5', null, '2025-04-17 16:50:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912790928090959874', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB651\",\"experimentDate\":\"2024.7.8\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-107_1744879868283.pdf\",\"id\":\"1912717805496799234\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他混合集成电路\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:51\"}]', null, '9', null, '2025-04-17 16:51:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912791133343420417', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"济南市半导体元件实验所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LYNM7002\",\"experimentDate\":\"2024.03.11-2024.03.12\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应LYNM7002_1744879917060.xlsx\",\"id\":\"1912787913229438977\",\"manufacturer\":\"济南市半导体元件实验所\",\"name\":\"小功率N沟道MOS场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 16:51\"}]', null, '5', null, '2025-04-17 16:51:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912791655043534850', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3CA3CS\",\"experimentDate\":\"2024.8.19-20248.27\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-107_1744879926453.pdf,/oss/physical/temp/电离总剂量效应3CA3CS_1744879937190.xlsx,/oss/physical/temp/80820240708_1744880041499.zip\",\"id\":\"1912716216673472513\",\"manufacturer\":\"济南半导体\",\"name\":\"硅PNP高频大功率晶体管\",\"totalCountLhs\":112,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:54\"}]', null, '5', null, '2025-04-17 16:54:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912791711951851522', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3CA3CS\",\"experimentDate\":\"2024.8.19-20248.27\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-107_1744879926453.pdf,/oss/physical/temp/电离总剂量效应3CA3CS_1744879937190.xlsx,/oss/physical/temp/80820240708_1744880041499.zip\",\"id\":\"1912716216673472513\",\"manufacturer\":\"济南半导体\",\"name\":\"硅PNP高频大功率晶体管\",\"totalCountLhs\":112,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:54\"}]', null, '6', null, '2025-04-17 16:54:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792052697108482', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"ADN8830ACPZ\",\"experimentDate\":\"2024.7.9-2024.8.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-107_1744880136243.pdf\",\"id\":\"1912714119903154178\",\"manufacturer\":\"TI\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:55\"}]', null, '7', null, '2025-04-17 16:55:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792216853778434', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FHD30B\",\"experimentDate\":\"2024.8.19-2024.9.10\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应FHD30B_1744861736881.xlsx,/oss/physical/temp/KC-2024-JL-107_1744880162492.pdf,/oss/physical/temp/80820240708_1744880170539.zip\",\"id\":\"1912712041264812034\",\"manufacturer\":\"辽晶\",\"name\":\"硅功率达林顿晶体管\",\"totalCountLhs\":225,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:56\"}]', null, '11', null, '2025-04-17 16:56:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792316825014274', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FHC30B\",\"experimentDate\":\"2024.8.19-2024.9.10\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应FHC30B_1744861761745.xlsx,/oss/physical/temp/80820240708_1744880186675.zip,/oss/physical/temp/KC-2024-JL-107_1744880197454.pdf\",\"id\":\"1912709177700225025\",\"manufacturer\":\"辽晶\",\"name\":\"硅功率达林顿晶体管\",\"totalCountLhs\":225,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:56\"}]', null, '9', null, '2025-04-17 16:56:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792393618526210', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CMC10-18S12SPM\",\"experimentDate\":\"2024.7.9-2024.8.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-107_1744880218186.pdf\",\"id\":\"1912704775631376385\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:56\"}]', null, '10', null, '2025-04-17 16:56:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792459020308481', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HMSF2802A\",\"experimentDate\":\"2024.7.9-2024.8.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-107_1744880233743.pdf\",\"id\":\"1912704234389999618\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"有源滤波器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:57\"}]', null, '6', null, '2025-04-17 16:57:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792576590843906', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB652\",\"experimentDate\":\"2024.7.9-2024.8.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-107_1744880261463.pdf\",\"id\":\"1912703737625022466\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-107\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他混合集成电路\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:57\"}]', null, '9', null, '2025-04-17 16:57:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792665208098817', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CZ7-7-27\",\"experimentDate\":\"2024.12.18-2024.12.19\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-210_1744880282235.pdf\",\"id\":\"1912700802765656065\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"传感器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:58\"}]', null, '46', null, '2025-04-17 16:58:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792748423090178', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LSFDCD/100-5R4-20/SP\",\"experimentDate\":\"2025.2.13-2025.2.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-210_1744880302638.pdf\",\"id\":\"1912699315821973506\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:58\"}]', null, '8', null, '2025-04-17 16:58:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792783999176706', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH156MMbRH-GC\",\"experimentDate\":\"2025.1.6-2025.2.26\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-210_1744880311371.pdf\",\"id\":\"1912698653340045313\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:58\"}]', null, '5', null, '2025-04-17 16:58:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792837329752066', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HMSF2802A\",\"experimentDate\":\"2024.12.20-2025.1.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-210_1744880324058.pdf\",\"id\":\"1912697243575750657\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"有源滤波器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:58\"}]', null, '9', null, '2025-04-17 16:58:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792876152229890', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CMC10-18S12SPM\",\"experimentDate\":\"2024.12.20-2025.1.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-210_1744880333161.pdf\",\"id\":\"1912695192099721218\",\"manufacturer\":\"株洲宏达电子股份有限公司\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:58\"}]', null, '8', null, '2025-04-17 16:58:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792912760115202', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-210_1744880342023.pdf\",\"id\":\"1912693873142108162\",\"manufacturer\":\"804所\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"通信设备\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:59\"}]', null, '8', null, '2025-04-17 16:59:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792947748999170', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-210_1744880350340.pdf\",\"id\":\"1912692784795717633\",\"manufacturer\":\"804所\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:59\"}]', null, '9', null, '2025-04-17 16:59:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912792991126491138', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"K4LY03\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-210_1744880360628.pdf\",\"id\":\"1912691670708883457\",\"manufacturer\":\"804所\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"通信设备\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 16:59\"}]', null, '6', null, '2025-04-17 16:59:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912793184819449857', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"IS46TR16256BL-107MBLA3\",\"experimentDate\":\"2024.12.19\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-210_1744880406941.pdf\",\"id\":\"1912690232041639937\",\"manufacturer\":\"ISSI公司\",\"name\":\"KC-2024-JL-210\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"三维集成电路\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:00\"}]', null, '6', null, '2025-04-17 17:00:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912793447814893570', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RCS7224A\",\"experimentDate\":\"2024.12.19-2024.12.19\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/808所-20241218_1744880435623.zip,/oss/physical/temp/KC-2024-JL-210_1744880460404.pdf,/oss/physical/temp/电离总剂量效应RCS7224A_1744880468680.xlsx\",\"id\":\"1912010011227426817\",\"manufacturer\":\"中科新微特\",\"name\":\"N沟抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:01\"}]', null, '9', null, '2025-04-17 17:01:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912793611086565377', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司元器件可靠中心八院分中心\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CS4393\",\"experimentDate\":\"2024.12.20-2024.12.27\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应CS4393_1744880494918.xlsx,/oss/physical/temp/KC-2024-JL-210_1744880505796.pdf,/oss/physical/temp/808所-20241218_1744880508458.zip\",\"id\":\"1912004110688948226\",\"manufacturer\":\"锦州辽晶电子科技股份有限公司\",\"name\":\"N沟道结型场效应晶体管\",\"totalCountLhs\":80,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:01\"}]', null, '8', null, '2025-04-17 17:01:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912793886824304641', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR 2421\",\"experimentDate\":\"2024.08.22-2024.08.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS10N40MR2421_1744608602917.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240820_1744880535794.zip,/oss/physical/temp/KC-2024-JL-137_1744880567176.pdf\",\"id\":\"1911651379264516097\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:02\"}]', null, '7', null, '2025-04-17 17:02:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912794026452684801', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150MR 2420\",\"experimentDate\":\"2024.08.22-2024.08.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS9150MR2420_1744608039789.xlsx,/oss/physical/temp/KC-2024-JL-137_1744880597049.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240820_1744880605957.zip\",\"id\":\"1911649730722689026\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":70,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:03\"}]', null, '15', null, '2025-04-17 17:03:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912794168891248641', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR 2416\",\"experimentDate\":\"2024.08.22-2024.08.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS9150NR2416_1744606383937.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240820_1744880633378.zip,/oss/physical/temp/KC-2024-JL-137_1744880640182.pdf\",\"id\":\"1911642196448276481\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:04\"}]', null, '24', null, '2025-04-17 17:04:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912794258045374465', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR 2425\",\"experimentDate\":\"2024.08.22-2024.08.29\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS9150NR2425_1744606375592.xlsx,/oss/physical/temp/KC-2024-JL-137_1744880657470.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240820_1744880659928.zip\",\"id\":\"1911637475054481410\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:04\"}]', null, '7', null, '2025-04-17 17:04:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912794746845368321', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230YRB 2348\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67230YRB2348_1744602648697.xlsx,/oss/physical/temp/KC-2024-JL-005_1744880743600.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240108_1744880779509.zip\",\"id\":\"1911625660622860289\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:06\"}]', null, '7', null, '2025-04-17 17:06:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912794810124832770', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS20N16NJR12342_1744600893257.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240108_1744880789594.zip,/oss/physical/temp/KC-2024-JL-005_1744880793884.pdf\",\"id\":\"1911618555874537474\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:06\"}]', null, '7', null, '2025-04-17 17:06:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912795054875054082', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67130NJR 2343\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-005_1744880810168.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240108_1744880814543.zip,/oss/physical/temp/电离总剂量效应JHCS67130NJR2343_1744880847676.xlsx\",\"id\":\"1911613039504945153\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:07\"}]', null, '6', null, '2025-04-17 17:07:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912795090979622914', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67130NJR 2343\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-005_1744880810168.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240108_1744880814543.zip,/oss/physical/temp/电离总剂量效应JHCS67130NJR2343_1744880847676.xlsx\",\"id\":\"1911613039504945153\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:07\"}]', null, '8', null, '2025-04-17 17:07:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912795557897932801', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67130NJR 2343\",\"experimentDate\":\"2024.01.10-2024.01.17\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-005_1744880810168.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240108_1744880814543.zip,/oss/physical/temp/电离总剂量效应JHCS67130NJR2343_1744880847676.xlsx\",\"id\":\"1911613039504945153\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:09\"}]', null, '7', null, '2025-04-17 17:09:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912795592916176897', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230NJR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744123204442.xlsx,/oss/physical/temp/KC-2023-JL-126_1744730559482.pdf\",\"id\":\"1909260790069936130\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:09\"}]', null, '6', null, '2025-04-17 17:09:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912795747082014721', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1743572698332.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240118_1744881013481.zip,/oss/physical/temp/KC-2024-JL-008_1744881018043.pdf\",\"id\":\"1907307440977952769\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:10\"}]', null, '5', null, '2025-04-17 17:10:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912795762961649666', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1743572698332.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240118_1744881013481.zip,/oss/physical/temp/KC-2024-JL-008_1744881018043.pdf\",\"id\":\"1907307440977952769\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:10\"}]', null, '8', null, '2025-04-17 17:10:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912795839889379329', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67264MR 2345\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1743572047838.xlsx,/oss/physical/temp/KC-2024-JL-008_1744881033462.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20240118_1744881038804.zip\",\"id\":\"1907304065527922689\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:10\"}]', null, '7', null, '2025-04-17 17:10:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912795996123009026', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67264MR 2349\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20240118_1744881048335.zip,/oss/physical/temp/KC-2024-JL-008_1744881053857.pdf,/oss/physical/temp/电离总剂量效应JHCS67264MR2349_1744881077268.xlsx\",\"id\":\"1907303169624588290\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:11\"}]', null, '6', null, '2025-04-17 17:11:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912796011881009154', '2', '历史一期记录-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"王斌\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67264MR 2349\",\"experimentDate\":\"2024.1.18-2024.1.25\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20240118_1744881048335.zip,/oss/physical/temp/KC-2024-JL-008_1744881053857.pdf,/oss/physical/temp/电离总剂量效应JHCS67264MR2349_1744881077268.xlsx\",\"id\":\"1907303169624588290\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 17:11\"}]', null, '6', null, '2025-04-17 17:11:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912803332484993026', '1', '用户名: mayunlong,登录成功!', null, 'mayunlong', '马云龙', '119.78.164.175', null, null, null, null, '0', null, '2025-04-17 17:40:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912803963941654530', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744730589380.pdf,/oss/physical/temp/JHCS7250MR_1744865450049.zip,/oss/physical/temp/电离总剂量效应-JHCS7250MR_1744882975617.xlsx\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 17:42\"}]', null, '7', null, '2025-04-17 17:42:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912804390003249153', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744730579516.pdf,/oss/physical/temp/JHCS10N40MR_1744865638690.zip,/oss/physical/temp/电离总剂量效应-JHCS10N40MR_1744883076727.xlsx\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 17:44\"}]', null, '9', null, '2025-04-17 17:44:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912805376948146177', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7250MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744730589380.pdf,/oss/physical/temp/JHCS7250MR_1744865450049.zip,/oss/physical/temp/电离总剂量效应-JHCS7250MR_1744883313297.xlsx\",\"id\":\"1909252046569291778\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":1288,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 17:48\"}]', null, '8', null, '2025-04-17 17:48:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912806778688737282', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N40MR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744730579516.pdf,/oss/physical/temp/JHCS10N40MR_1744865638690.zip,/oss/physical/temp/电离总剂量效应-JHCS10N40MR_1744883645697.xlsx\",\"id\":\"1909255972492361729\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":672,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 17:54\"}]', null, '4', null, '2025-04-17 17:54:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912807288758046722', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS9150NR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744730569110.pdf,/oss/physical/temp/JHCS9150NR_1744867124404.zip,/oss/physical/temp/电离总剂量效应-JHCS9150NR_1744883769173.xlsx\",\"id\":\"1909259719842938882\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":1624,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 17:56\"}]', null, '10', null, '2025-04-17 17:56:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912808233357250562', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230NJR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744730559482.pdf,/oss/physical/temp/电离总剂量效应-JHCS67230NJR_1744883993916.xlsx\",\"id\":\"1909260790069936130\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 17:59\"}]', null, '5', null, '2025-04-17 17:59:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912808608386748418', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"XA-16\",\"deviceName\":\"XA-16\",\"deviceType\":\"CMOS\",\"experimentDate\":\"6/18/2003;6/22/2004\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/nsrec04_SEE.pdf\\\",\\\"T061803_XA16.pdf\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/T061803_XA16.pdf\\\",\\\"单粒子效应XA-16ASIC_1744884077760.xlsx\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/单粒子效应XA-16ASIC_1744884077760.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/nsrec04_SEE.pdf\",\"T061803_XA16.pdf\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/T061803_XA16.pdf\",\"单粒子效应XA-16ASIC_1744884077760.xlsx\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/单粒子效应XA-16ASIC_1744884077760.xlsx\"},\"id\":\"4f0d7f0d66507cbd862d14b4ea11e0be\",\"manufacturer\":\"AMS\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:01\"}]', null, '8', null, '2025-04-17 18:01:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912808747117547521', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL77340NJR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744730549259.pdf,/oss/physical/temp/电离总剂量效应-JHCSL77340NJR_1744884085457.xlsx\",\"id\":\"1909264517724061698\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 18:01\"}]', null, '6', null, '2025-04-17 18:01:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912809463483699201', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230NJR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744730559482.pdf,/oss/physical/temp/电离总剂量效应-JHCS67230NJR_1744883993916.xlsx,/oss/physical/temp/JHCS67230NJR_1744884287266.zip\",\"id\":\"1909260790069936130\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 18:04\"}]', null, '6', null, '2025-04-17 18:04:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912809886818996226', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL77340NJR\",\"experimentDate\":\"2023.11.27-2023.12.18\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-126_1744730549259.pdf,/oss/physical/temp/电离总剂量效应-JHCSL77340NJR_1744884085457.xlsx,/oss/physical/temp/JHCSL77340NJR_1744884387901.zip\",\"id\":\"1909264517724061698\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":616,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 18:06\"}]', null, '5', null, '2025-04-17 18:06:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912811059483480066', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"宇翔CC4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744730518206.pdf,/oss/physical/temp/CC4069_1744863743466.zip,/oss/physical/temp/电离总剂量效应-宇翔CC4069_1744884665978.xlsx\",\"id\":\"1911789033226399746\",\"manufacturer\":\"北京宇翔电子有限公司\",\"name\":\"反相器\",\"totalCountLhs\":72,\"totalCountXhy\":4,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 18:11\"}]', null, '8', null, '2025-04-17 18:11:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912811282809196546', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口CD4069\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744730509350.pdf,/oss/physical/temp/进口CD4069_1744863761024.zip,/oss/physical/temp/电离总剂量效应-进口CD4069_1744884720593.xlsx\",\"id\":\"1911789896229613569\",\"manufacturer\":\"国外进口(试验记录未标明)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 18:12\"}]', null, '5', null, '2025-04-17 18:12:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912811489928122369', '2', '历史一期记录-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"马云龙\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"进口74HC04\",\"experimentDate\":\"2024.03.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-034_1744730487691.pdf,/oss/physical/temp/进口74HC04_1744863777572.zip,/oss/physical/temp/电离总剂量效应-进口74HC04_1744884763448.xlsx\",\"id\":\"1911791231121387521\",\"manufacturer\":\"国外进口(试验记录未标明)\",\"name\":\"反相器\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"数字集成电路\",\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 18:12\"}]', null, '8', null, '2025-04-17 18:12:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912811631624294402', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"XA-16\",\"deviceName\":\"XA-16\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"6/18/2003;6/22/2004\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/data.xlsx\\\",\\\"单粒子效应XA-16ASIC_1744884077760.xlsx\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/单粒子效应XA-16ASIC_1744884077760.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/nsrec04_SEE.pdf\\\",\\\"T061803_XA16.pdf\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/T061803_XA16.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/data.xlsx\",\"单粒子效应XA-16ASIC_1744884077760.xlsx\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/单粒子效应XA-16ASIC_1744884077760.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/nsrec04_SEE.pdf\",\"T061803_XA16.pdf\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/T061803_XA16.pdf\"},\"id\":\"4f0d7f0d66507cbd862d14b4ea11e0be\",\"manufacturer\":\"AMS\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:13\"}]', null, '6', null, '2025-04-17 18:13:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912811765204488193', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Duo Microprocessor\",\"deviceMode\":\"Wolfdale Processor\",\"deviceName\":\"Wolfdale Processor\",\"deviceType\":\"系统封装(SiP)集成电路\",\"experimentDate\":\"VdG2011AUG\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"VdG11AUG_Wolfdale.pdf\\\":\\\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/VdG11AUG_Wolfdale.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/data.xlsx\\\"}\",\"fileMap\":{\"VdG11AUG_Wolfdale.pdf\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/VdG11AUG_Wolfdale.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/data.xlsx\"},\"id\":\"4cc8374cb7f4f2c351c7f01fdded9a3e\",\"manufacturer\":\"Intel\",\"totalCountLhs\":9,\"totalCountNasa\":9,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:13\"}]', null, '19', null, '2025-04-17 18:13:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912811795386699777', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Duo Microprocessor\",\"deviceMode\":\"Wolfdale Processor\",\"deviceName\":\"Wolfdale Processor\",\"deviceType\":\"系统封装(SiP)集成电路\",\"experimentDate\":\"VdG2011AUG\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"VdG11AUG_Wolfdale.pdf\\\":\\\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/VdG11AUG_Wolfdale.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/data.xlsx\\\"}\",\"fileMap\":{\"VdG11AUG_Wolfdale.pdf\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/VdG11AUG_Wolfdale.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/data.xlsx\"},\"id\":\"4cc8374cb7f4f2c351c7f01fdded9a3e\",\"manufacturer\":\"Intel\",\"totalCountLhs\":9,\"totalCountNasa\":9,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:14\"}]', null, '5', null, '2025-04-17 18:14:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912811923073896449', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Duo Microprocessor\",\"deviceMode\":\"Wolfdale Processor\",\"deviceName\":\"Wolfdale Processor\",\"deviceType\":\"系统封装(SiP)集成电路\",\"experimentDate\":\"VdG2011AUG\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"VdG11AUG_Wolfdale.pdf\\\":\\\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/VdG11AUG_Wolfdale.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/data.xlsx\\\"}\",\"fileMap\":{\"VdG11AUG_Wolfdale.pdf\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/VdG11AUG_Wolfdale.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/data.xlsx\"},\"id\":\"4cc8374cb7f4f2c351c7f01fdded9a3e\",\"manufacturer\":\"Intel\",\"totalCountLhs\":9,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:14\"}]', null, '5', null, '2025-04-17 18:14:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912811953600040961', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"XA-16\",\"deviceName\":\"XA-16\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"6/18/2003;6/22/2004\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/data.xlsx\\\",\\\"单粒子效应XA-16ASIC_1744884077760.xlsx\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/单粒子效应XA-16ASIC_1744884077760.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/nsrec04_SEE.pdf\\\",\\\"T061803_XA16.pdf\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/T061803_XA16.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/data.xlsx\",\"单粒子效应XA-16ASIC_1744884077760.xlsx\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/单粒子效应XA-16ASIC_1744884077760.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/nsrec04_SEE.pdf\",\"T061803_XA16.pdf\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/T061803_XA16.pdf\"},\"id\":\"4f0d7f0d66507cbd862d14b4ea11e0be\",\"manufacturer\":\"AMS\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:14\"}]', null, '6', null, '2025-04-17 18:14:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912812747682451458', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Duo Microprocessor\",\"deviceMode\":\"Wolfdale Processor\",\"deviceName\":\"Wolfdale Processor\",\"deviceType\":\"系统封装(SiP)集成电路\",\"experimentDate\":\"VdG2011AUG\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"VdG11AUG_Wolfdale.pdf\\\":\\\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/VdG11AUG_Wolfdale.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/data.xlsx\\\",\\\"电离总剂量效应WolfdaleProcessor_1744885068815.xlsx\\\":\\\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/电离总剂量效应WolfdaleProcessor_1744885068815.xlsx\\\"}\",\"fileMap\":{\"VdG11AUG_Wolfdale.pdf\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/VdG11AUG_Wolfdale.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/data.xlsx\",\"电离总剂量效应WolfdaleProcessor_1744885068815.xlsx\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/电离总剂量效应WolfdaleProcessor_1744885068815.xlsx\"},\"id\":\"4cc8374cb7f4f2c351c7f01fdded9a3e\",\"manufacturer\":\"Intel\",\"totalCountLhs\":9,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:17\"}]', null, '6', null, '2025-04-17 18:17:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912813470302310401', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"4Mbit SRAM\",\"deviceMode\":\"WS512K8-XCX\",\"deviceName\":\"WS512K8-XCX\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1998-1999\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/data.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/data.xlsx\"},\"id\":\"64d8a82d2500af386a23f0288b9cab48\",\"manufacturer\":\"White\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:20\"}]', null, '6', null, '2025-04-17 18:20:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912813645443862530', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"WF100/140\",\"deviceName\":\"WF100/140\",\"deviceType\":\"光纤\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/5ebb973513e9ce4adb4ad14853ea2cf1/NSREC02_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5ebb973513e9ce4adb4ad14853ea2cf1/data.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/5ebb973513e9ce4adb4ad14853ea2cf1/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5ebb973513e9ce4adb4ad14853ea2cf1/data.xlsx\"},\"id\":\"5ebb973513e9ce4adb4ad14853ea2cf1\",\"manufacturer\":\"CeramOptec\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:21\"}]', null, '7', null, '2025-04-17 18:21:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912813744144224257', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Flash\",\"deviceMode\":\"WDS500G2B0B-00YS70\",\"deviceName\":\"WDS500G2B0B-00YS70\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"5/1/2018\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\":\\\"/oss/physical/NASA/49f1e7a3759e597e29b184068a4fd9b0/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\",\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/49f1e7a3759e597e29b184068a4fd9b0/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/49f1e7a3759e597e29b184068a4fd9b0/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/49f1e7a3759e597e29b184068a4fd9b0/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/49f1e7a3759e597e29b184068a4fd9b0/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/49f1e7a3759e597e29b184068a4fd9b0/data.xlsx\"},\"id\":\"49f1e7a3759e597e29b184068a4fd9b0\",\"manufacturer\":\"Western Digital\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:21\"}]', null, '8', null, '2025-04-17 18:21:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912813880836591618', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Flash\",\"deviceMode\":\"WDS250G2B0B-00YS70\",\"deviceName\":\"WDS250G2B0B-00YS70\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2018Apr\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\":\\\"/oss/physical/NASA/d033bae2d055a21da74f9cc61edd4c3c/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\",\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/d033bae2d055a21da74f9cc61edd4c3c/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d033bae2d055a21da74f9cc61edd4c3c/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/d033bae2d055a21da74f9cc61edd4c3c/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/d033bae2d055a21da74f9cc61edd4c3c/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d033bae2d055a21da74f9cc61edd4c3c/data.xlsx\"},\"id\":\"d033bae2d055a21da74f9cc61edd4c3c\",\"manufacturer\":\"Western Digital\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:22\"}]', null, '17', null, '2025-04-17 18:22:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912814230301806593', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"PEM Clock\",\"deviceMode\":\"W48C20\",\"deviceName\":\"W48C20\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"7/14/1997\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"PPM-97-026.pdf\\\":\\\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/PPM-97-026.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/data.xlsx\\\"}\",\"fileMap\":{\"PPM-97-026.pdf\":\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/PPM-97-026.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/data.xlsx\"},\"id\":\"b3efcfb0ff2bd5b979101239621a6149\",\"manufacturer\":\"Samtec\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:23\"}]', null, '6', null, '2025-04-17 18:23:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912814321716662274', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Virtex-5 FPGA\",\"deviceMode\":\"Virtex-5 CN XQDaisy\",\"deviceName\":\"Virtex-5 CN XQDaisy\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"_2016Jan\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"NEPP-TR-2016-1_CL16-6029_Suh_Virtex-5.pdf\\\":\\\"/oss/physical/NASA/e21312fac32086284a50eb252c517460/NEPP-TR-2016-1_CL16-6029_Suh_Virtex-5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e21312fac32086284a50eb252c517460/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-TR-2016-1_CL16-6029_Suh_Virtex-5.pdf\":\"/oss/physical/NASA/e21312fac32086284a50eb252c517460/NEPP-TR-2016-1_CL16-6029_Suh_Virtex-5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e21312fac32086284a50eb252c517460/data.xlsx\"},\"id\":\"e21312fac32086284a50eb252c517460\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:24\"}]', null, '7', null, '2025-04-17 18:24:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912814718455877634', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"PEM Clock\",\"deviceMode\":\"W48C20\",\"deviceName\":\"W48C20\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"7/14/1997\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"PPM-97-026.pdf\\\":\\\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/PPM-97-026.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/data.xlsx\\\"}\",\"fileMap\":{\"PPM-97-026.pdf\":\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/PPM-97-026.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/data.xlsx\"},\"id\":\"b3efcfb0ff2bd5b979101239621a6149\",\"manufacturer\":\"Samtec\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:25\"}]', null, '8', null, '2025-04-17 18:25:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912816147337809921', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"Virtex II Pro XQ2VP40\",\"deviceName\":\"Virtex II Pro XQ2VP40\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"10/17/2005\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"I101705_V2Pro.pdf\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/I101705_V2Pro.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/data.xlsx\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/nsrec06_W4.pdf\\\"}\",\"fileMap\":{\"I101705_V2Pro.pdf\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/I101705_V2Pro.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/nsrec06_W4.pdf\"},\"id\":\"2f79a00a6a402a2161c9993869414bcc\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:31\"}]', null, '32', null, '2025-04-17 18:31:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912816238341623809', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"Virtex II Pro XC2VP7\",\"deviceName\":\"Virtex II Pro XC2VP7\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"8/14/2004;9/2/2004\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"mapld04_Petrick_paper.pdf\\\":\\\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/mapld04_Petrick_paper.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/data.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"mapld04_Petrick_paper.pdf\":\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/mapld04_Petrick_paper.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/nsrec05_W5.pdf\"},\"id\":\"7ae4340d44570d38b6a2f8de945ccec5\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:31\"}]', null, '5', null, '2025-04-17 18:31:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912818920783581185', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"Virtex II Pro XC2VP7\",\"deviceName\":\"Virtex II Pro XC2VP7\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"8/14/2004;9/2/2004\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"mapld04_Petrick_paper.pdf\\\":\\\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/mapld04_Petrick_paper.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/data.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/nsrec05_W5.pdf\\\",\\\"单粒子效应VirtexIIProXC2VP7_1744886543200.xlsx\\\":\\\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/单粒子效应VirtexIIProXC2VP7_1744886543200.xlsx\\\"}\",\"fileMap\":{\"mapld04_Petrick_paper.pdf\":\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/mapld04_Petrick_paper.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/nsrec05_W5.pdf\",\"单粒子效应VirtexIIProXC2VP7_1744886543200.xlsx\":\"/oss/physical/NASA/7ae4340d44570d38b6a2f8de945ccec5/单粒子效应VirtexIIProXC2VP7_1744886543200.xlsx\"},\"id\":\"7ae4340d44570d38b6a2f8de945ccec5\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:42\"}]', null, '6', null, '2025-04-17 18:42:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912819472363917313', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"Virtex II Pro XQ2VP40\",\"deviceName\":\"Virtex II Pro XQ2VP40\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"10/17/2005\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"I101705_V2Pro.pdf\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/I101705_V2Pro.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/data.xlsx\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/nsrec06_W4.pdf\\\"}\",\"fileMap\":{\"I101705_V2Pro.pdf\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/I101705_V2Pro.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/nsrec06_W4.pdf\"},\"id\":\"2f79a00a6a402a2161c9993869414bcc\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:44\"}]', null, '6', null, '2025-04-17 18:44:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912819654757421058', '1', '用户名: rentongfei,登录成功!', null, 'rentongfei', '任童菲', '119.78.164.177', null, null, null, null, '0', null, '2025-04-17 18:45:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912819754976120833', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"Virtex II Pro XQ2VP40\",\"deviceName\":\"Virtex II Pro XQ2VP40\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"10/17/2005\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"I101705_V2Pro.pdf\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/I101705_V2Pro.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/data.xlsx\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/nsrec06_W4.pdf\\\"}\",\"fileMap\":{\"I101705_V2Pro.pdf\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/I101705_V2Pro.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/nsrec06_W4.pdf\"},\"id\":\"2f79a00a6a402a2161c9993869414bcc\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:45\"}]', null, '7', null, '2025-04-17 18:45:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912819790631899138', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"济南市半导体元件实验所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LYNM7002\",\"experimentDate\":\"2024.03.11-2024.03.12\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应LYNM7002_1744879917060.xlsx,/oss/physical/temp/KC-2024-JL-037_1744886736073.pdf,/oss/physical/temp/20240311-济南半导体-安兆嵬-刘默寒_1744886748695.zip\",\"id\":\"1912787913229438977\",\"manufacturer\":\"济南市半导体元件实验所\",\"name\":\"小功率N沟道MOS场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:45\"}]', null, '5', null, '2025-04-17 18:45:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912820514765901826', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS06N80NARE\",\"experimentDate\":\"2024.06.24-2024.07.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-096_1744878793400.pdf,/oss/physical/temp/电离总剂量效应JHCS06N80NARE_1744878793399.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240624_1744886921534.zip\",\"id\":\"1912786424293462017\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:48\"}]', null, '5', null, '2025-04-17 18:48:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912820571569360898', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"Virtex II Pro XQ2VP40\",\"deviceName\":\"Virtex II Pro XQ2VP40\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"10/17/2005\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"I101705_V2Pro.pdf\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/I101705_V2Pro.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/data.xlsx\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/nsrec06_W4.pdf\\\",\\\"单粒子效应VirtexIIProXQ2VP40_1744886936383.xlsx\\\":\\\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/单粒子效应VirtexIIProXQ2VP40_1744886936383.xlsx\\\"}\",\"fileMap\":{\"I101705_V2Pro.pdf\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/I101705_V2Pro.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/nsrec06_W4.pdf\",\"单粒子效应VirtexIIProXQ2VP40_1744886936383.xlsx\":\"/oss/physical/NASA/2f79a00a6a402a2161c9993869414bcc/单粒子效应VirtexIIProXQ2VP40_1744886936383.xlsx\"},\"id\":\"2f79a00a6a402a2161c9993869414bcc\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:48\"}]', null, '9', null, '2025-04-17 18:48:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912820575482646529', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230YRB\",\"experimentDate\":\"2024.06.24-2024.07.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-096_1744878665665.pdf,/oss/physical/temp/电离总剂量效应JHCS67230YRB_1744878665665.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240624_1744886936469.zip\",\"id\":\"1912785888005558274\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:48\"}]', null, '20', null, '2025-04-17 18:48:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912820655673544705', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS6723NJR\",\"experimentDate\":\"2024.06.24-2024.07.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-096_1744878498509.pdf,/oss/physical/temp/电离总剂量效应JHCS67234NJR_1744878498497.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240624_1744886954796.zip\",\"id\":\"1912784593551069185\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:49\"}]', null, '9', null, '2025-04-17 18:49:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912820923194642434', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL797034NJR\",\"experimentDate\":\"2024.11.01-2024.11.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCSL797034NJR_1744878234832.xlsx,/oss/physical/temp/KC-2024-JL-185_1744887017803.pdf,/oss/physical/temp/KC-2024-JL-185吉华微特_1744887017781.zip\",\"id\":\"1912780167855706113\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:50\"}]', null, '16', null, '2025-04-17 18:50:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912821104099168257', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230NJR\",\"experimentDate\":\"2024.11.04-2024.11.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67230NJR_1744877198963.xlsx,/oss/physical/temp/KC-2024-JL-185_1744887056269.pdf,/oss/physical/temp/KC-2024-JL-185吉华微特_1744887056266.zip\",\"id\":\"1912778681029464066\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:51\"}]', null, '8', null, '2025-04-17 18:51:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912821260055973889', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260NAR\",\"experimentDate\":\"2024.11.04-2024.11.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67260NAR_1744876360583.xlsx,/oss/physical/temp/KC-2024-JL-185_1744887093612.pdf,/oss/physical/temp/KC-2024-JL-185吉华微特_1744887093594.zip\",\"id\":\"1912775171298791425\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:51\"}]', null, '6', null, '2025-04-17 18:51:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912822145389662209', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"PEM Clock\",\"deviceMode\":\"W48C20\",\"deviceName\":\"W48C20\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"7/14/1997\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"PPM-97-026.pdf\\\":\\\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/PPM-97-026.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/data.xlsx\\\",\\\"电离总剂量效应W48C20_1744887311456.xlsx\\\":\\\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/电离总剂量效应W48C20_1744887311456.xlsx\\\"}\",\"fileMap\":{\"PPM-97-026.pdf\":\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/PPM-97-026.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/data.xlsx\",\"电离总剂量效应W48C20_1744887311456.xlsx\":\"/oss/physical/NASA/b3efcfb0ff2bd5b979101239621a6149/电离总剂量效应W48C20_1744887311456.xlsx\"},\"id\":\"b3efcfb0ff2bd5b979101239621a6149\",\"manufacturer\":\"Samtec\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:55\"}]', null, '46', null, '2025-04-17 18:55:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912822177333481473', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67164NAR\",\"experimentDate\":\"2024.11.01-2024.11.08\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67164NAR_1744875935852.xlsx,/oss/physical/temp/KC-2024-JL-185_1744887318413.pdf,/oss/physical/temp/KC-2024-JL-185吉华微特_1744887318414.zip\",\"id\":\"1912770418112172034\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:55\"}]', null, '6', null, '2025-04-17 18:55:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912822274301595649', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十九研究所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"DD-100P15P5N5/140,FC1550.52-10mW-PM-001,FC1549.72-10mW-PM-001,BM2.930.110263,MZ1533-10-SMP,ORI-MZM-OT-20,OPA567AIRHGR,HC32F4A0PIHB-VFBGA100,SGM6607AYTDI6G,SGM3209YTDE8G,SGM2209-ADJXN5G,SGM4588YTS16G,SGM8604-2XTDC8G,SGM620XS8G,\",\"experimentDate\":\"2024.03.07-2024.03.08\",\"experimentUser\":\"张兴尧\",\"id\":\"1912724204880629761\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-030\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:55\"}]', null, '8', null, '2025-04-17 18:55:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912822344598130689', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团第二十几研究所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PA-380430-L42-K,PA-340360-P53-K,PA-710760-C40-Q\",\"experimentDate\":\"2024.04.17-2024.04.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-064_1744887359031.pdf\",\"id\":\"1912718137379491842\",\"manufacturer\":\"中国电子科技集团公司第二十九研究所\",\"name\":\"KC-2024-JL-064\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"放大器\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:56\"}]', null, '6', null, '2025-04-17 18:56:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912822837651148802', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十九研究所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"DD-100P15P5N5/140,FC1550.52-10mW-PM-001,FC1549.72-10mW-PM-001,BM2.930.110263,MZ1533-10-SMP,ORI-MZM-OT-20,OPA567AIRHGR,HC32F4A0PIHB-VFBGA100,SGM6607AYTDI6G,SGM3209YTDE8G,SGM2209-ADJXN5G,SGM4588YTS16G,SGM8604-2XTDC8G,SGM620XS8G,\",\"experimentDate\":\"2024.03.07-2024.03.08\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-030_1744887383940.pdf\",\"id\":\"1912724204880629761\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-030\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:57\"}]', null, '5', null, '2025-04-17 18:57:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912823013438623745', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团五院物资部\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HB309B,LMSK4310D-1,LHKF2803D01-2D,LUC1875RH,OP07A,HLPA08,2810T04D,KG25a,LHB864\",\"experimentDate\":\"2024.06.19-2024.08.15\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-093_1744887497058.pdf\",\"id\":\"1912715602824499202\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2024-JL-093\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:58\"}]', null, '9', null, '2025-04-17 18:58:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912823142451220482', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"北京微电子技术研究所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BM3883TMARH,F-SEE,22SEE\",\"experimentDate\":\"2024.09.05-2024.09.09\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-148_1744887532032.pdf\",\"id\":\"1912710693421027330\",\"manufacturer\":\"北京微电子技术研究所\",\"name\":\"KC-2024-JL-148\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:59\"}]', null, '7', null, '2025-04-17 18:59:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912823160117628930', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Flash\",\"deviceMode\":\"WDS250G2B0B-00YS70\",\"deviceName\":\"WDS250G2B0B-00YS70\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2018Apr\",\"experimentUser\":\"王斌\",\"id\":\"d033bae2d055a21da74f9cc61edd4c3c\",\"manufacturer\":\"Western Digital\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 18:59\"}]', null, '6', null, '2025-04-17 18:59:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912823241990443010', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电科集团第二十四所/模拟集成电路设计事业部\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW1936XRH-14S,SW1843AMDRH,SF193AMDRH(YB),SW1431XRH-14S,SF124BXRH-14S,SW1825MDRH,X1525A(YB)\",\"experimentDate\":\"2024.12.11-2024.12.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-203_1744887564488.pdf\",\"id\":\"1912707977118453761\",\"manufacturer\":\"中国电科二十四所\",\"name\":\"KC-2024-JL-203\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他半导体集成电路\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 18:59\"}]', null, '6', null, '2025-04-17 18:59:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912823720862519297', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Flash\",\"deviceMode\":\"WDS250G2B0B-00YS70\",\"deviceName\":\"WDS250G2B0B-00YS70\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2018Apr\",\"experimentUser\":\"王斌\",\"id\":\"d033bae2d055a21da74f9cc61edd4c3c\",\"manufacturer\":\"Western Digital\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 19:01\"}]', null, '7', null, '2025-04-17 19:01:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912823767805169665', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电科集团第二十四研究所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SC57064MCRH,SC400N09XRH\",\"experimentDate\":\"2024.01.09-2024.01.09\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-004_1744887697305.pdf\",\"id\":\"1912705399295021057\",\"manufacturer\":\"中国电科二十四所\",\"name\":\"KC-2024-JL-004\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 19:01\"}]', null, '5', null, '2025-04-17 19:01:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912823782518788097', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Flash\",\"deviceMode\":\"WDS250G2B0B-00YS70\",\"deviceName\":\"WDS250G2B0B-00YS70\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2018Apr\",\"experimentUser\":\"王斌\",\"id\":\"d033bae2d055a21da74f9cc61edd4c3c\",\"manufacturer\":\"Western Digital\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 19:01\"}]', null, '23', null, '2025-04-17 19:01:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912823825866919938', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Flash\",\"deviceMode\":\"WDS500G2B0B-00YS70\",\"deviceName\":\"WDS500G2B0B-00YS70\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"5/1/2018\",\"experimentUser\":\"王斌\",\"id\":\"49f1e7a3759e597e29b184068a4fd9b0\",\"manufacturer\":\"Western Digital\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 19:01\"}]', null, '13', null, '2025-04-17 19:01:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912823871895212033', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电科集团第二十四研究所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH/(20-50)-15-120H/SP, SWH/(20-50)-28-120H/SP,SWH/(20-50)-15-120H/D1,SWH/(20-50)-5-120H/SP,SWH/(20-50)-12-15F/D1-CS,SWH/(20-50)-15R-15F/SP-CS\",\"experimentDate\":\"2023.12.08-2024.01.31\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-136_1744887722659.pdf\",\"id\":\"1912703945838661633\",\"manufacturer\":\"中国电科二十四所\",\"name\":\"KC-2023-JL-136\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 19:02\"}]', null, '13', null, '2025-04-17 19:02:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912824000857477122', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"UPD4216400-60\",\"deviceName\":\"UPD4216400-60\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"2/1996-2/1997\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/Random97a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/data.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/data.xlsx\"},\"id\":\"d18ab3486b48b2c4e2a37e360583fed1\",\"manufacturer\":\"NEC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 19:02\"}]', null, '7', null, '2025-04-17 19:02:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912824201106132994', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"WF100/140\",\"deviceName\":\"WF100/140\",\"deviceType\":\"光纤\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/5ebb973513e9ce4adb4ad14853ea2cf1/NSREC02_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5ebb973513e9ce4adb4ad14853ea2cf1/data.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/5ebb973513e9ce4adb4ad14853ea2cf1/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5ebb973513e9ce4adb4ad14853ea2cf1/data.xlsx\"},\"id\":\"5ebb973513e9ce4adb4ad14853ea2cf1\",\"manufacturer\":\"CeramOptec\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 19:03\"}]', null, '6', null, '2025-04-17 19:03:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912824973311053826', '2', 'NASA数据管理-编辑', '3', 'wangbin', '王斌', '210.73.34.91', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"4Mbit SRAM\",\"deviceMode\":\"WS512K8-XCX\",\"deviceName\":\"WS512K8-XCX\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1998-1999\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/data.xlsx\\\",\\\"单粒子效应WS512K8-XCX_1744887986042.xlsx\\\":\\\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/单粒子效应WS512K8-XCX_1744887986042.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/data.xlsx\",\"单粒子效应WS512K8-XCX_1744887986042.xlsx\":\"/oss/physical/NASA/64d8a82d2500af386a23f0288b9cab48/单粒子效应WS512K8-XCX_1744887986042.xlsx\"},\"id\":\"64d8a82d2500af386a23f0288b9cab48\",\"manufacturer\":\"White\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangbin\",\"updateTime\":\"2025-04-17 19:06\"}]', null, '8', null, '2025-04-17 19:06:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912825612564926466', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"济南市半导体元件实验所\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LYNM7002\",\"experimentDate\":\"2024.03.11-2024.03.12\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应LYNM7002_1744879917060.xlsx,/oss/physical/temp/KC-2024-JL-037_1744886736073.pdf,/oss/physical/temp/20240311-济南半导体-安兆嵬-刘默寒_1744886748695.zip\",\"id\":\"1912787913229438977\",\"manufacturer\":\"济南市半导体元件实验所\",\"name\":\"小功率N沟道MOS场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 19:08\"}]', null, '8', null, '2025-04-17 19:08:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912825839745208322', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS06N80NARE\",\"experimentDate\":\"2024.06.24-2024.07.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-096_1744878793400.pdf,/oss/physical/temp/电离总剂量效应JHCS06N80NARE_1744878793399.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240624_1744886921534.zip\",\"id\":\"1912786424293462017\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 19:09\"}]', null, '9', null, '2025-04-17 19:09:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912825927825592322', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230YRB\",\"experimentDate\":\"2024.06.24-2024.07.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-096_1744878665665.pdf,/oss/physical/temp/电离总剂量效应JHCS67230YRB_1744878665665.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240624_1744886936469.zip\",\"id\":\"1912785888005558274\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 19:10\"}]', null, '20', null, '2025-04-17 19:10:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912825978580865026', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"UPD4216400-60\",\"deviceName\":\"UPD4216400-60\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"2/1996-2/1997\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/Random97a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/data.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/data.xlsx\"},\"id\":\"d18ab3486b48b2c4e2a37e360583fed1\",\"manufacturer\":\"NEC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 19:10\"}]', null, '5', null, '2025-04-17 19:10:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912826006946942978', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS6723NJR\",\"experimentDate\":\"2024.06.24-2024.07.01\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-096_1744878498509.pdf,/oss/physical/temp/电离总剂量效应JHCS67234NJR_1744878498497.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20240624_1744886954796.zip\",\"id\":\"1912784593551069185\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 19:10\"}]', null, '8', null, '2025-04-17 19:10:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912826175591518210', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL797034NJR\",\"experimentDate\":\"2024.11.01-2024.11.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCSL797034NJR_1744878234832.xlsx,/oss/physical/temp/KC-2024-JL-185_1744887017803.pdf,/oss/physical/temp/KC-2024-JL-185吉华微特_1744887017781.zip\",\"id\":\"1912780167855706113\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 19:11\"}]', null, '9', null, '2025-04-17 19:11:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912826398590078978', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230NJR\",\"experimentDate\":\"2024.11.04-2024.11.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67230NJR_1744877198963.xlsx,/oss/physical/temp/KC-2024-JL-185_1744887056269.pdf,/oss/physical/temp/KC-2024-JL-185吉华微特_1744887056266.zip\",\"id\":\"1912778681029464066\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 19:12\"}]', null, '6', null, '2025-04-17 19:12:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912826430202548225', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260NAR\",\"experimentDate\":\"2024.11.04-2024.11.11\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67260NAR_1744876360583.xlsx,/oss/physical/temp/KC-2024-JL-185_1744887093612.pdf,/oss/physical/temp/KC-2024-JL-185吉华微特_1744887093594.zip\",\"id\":\"1912775171298791425\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 19:12\"}]', null, '9', null, '2025-04-17 19:12:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912826454772781057', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67164NAR\",\"experimentDate\":\"2024.11.01-2024.11.08\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67164NAR_1744875935852.xlsx,/oss/physical/temp/KC-2024-JL-185_1744887318413.pdf,/oss/physical/temp/KC-2024-JL-185吉华微特_1744887318414.zip\",\"id\":\"1912770418112172034\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 19:12\"}]', null, '10', null, '2025-04-17 19:12:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912826485252788226', '2', '历史一期记录-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"任童菲\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS4N10NDR\",\"experimentDate\":\"2024.11.01-2024.11.08\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS4N10NDR_1744874577814.xlsx\",\"id\":\"1912749518474153985\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 19:12\"}]', null, '8', null, '2025-04-17 19:12:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912830638184173570', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-17 19:28:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912838448347320322', '2', '试验管理-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.add()', null, '[{\"clientName\":\"深圳吉华微特\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"indexNo\":15,\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"sysOrgCode\":\"A01\",\"type\":\"2\"},null]', null, '167', null, '2025-04-17 20:00:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912838522431311873', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"indexNo\":15,\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:00\"},null]', null, '276', null, '2025-04-17 20:00:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912839182518292482', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"indexNo\":15,\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:02\"},null]', null, '236', null, '2025-04-17 20:02:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912839282774740994', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"indexNo\":15,\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42:00\",\"status\":\"试验前\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:03\"},null]', null, '249', null, '2025-04-17 20:03:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912839991058468865', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 20:06\",\"environmentalTemperature\":\"25\",\"exceptionRecord\":\"无\",\"experimentId\":\"1912838447500070913\",\"id\":\"1912839990605484034\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"100\\\"},{\\\"dgy\\\":\\\"150\\\"}]\",\"radiationEndTime\":\"2025-04-17 14:07\",\"radiationSource\":\"小钴源,大钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-04-14 20:04\",\"sampleInfo\":\"1912838447609122817,1912838447634288641,1912838447659454465\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:06\"},null]', null, '116', null, '2025-04-17 20:06:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912840195283324929', '2', '辐照过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-04-17 20:06\",\"environmentalTemperature\":\"25\",\"exceptionRecord\":\"无\",\"experimentId\":\"1912838447500070913\",\"id\":\"1912840194939392002\",\"measurementRate\":\"[{\\\"dgy\\\":\\\"200\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[],\\\"dgy\\\":[{\\\"key\\\":\\\"4a82f5d88caa4169846a3ede2cd6c007\\\",\\\"plannedMeasurementRate\\\":\\\"50\\\",\\\"sourceDistance\\\":\\\"65\\\",\\\"actualMeasurementRate\\\":\\\"50.123\\\",\\\"point\\\":\\\"200\\\",\\\"actualMeasurementPoint\\\":\\\"200\\\",\\\"startTime\\\":\\\"2025-04-17 20:07\\\",\\\"endTime\\\":\\\"2025-04-17 06:06\\\"}],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationEndTime\":\"2025-04-17 20:07\",\"radiationSource\":\"大钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-04-14 20:04\",\"sampleInfo\":\"1912838447659454465\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"experimentId\":\"1912838447500070913\",\"id\":\"1912838447659454465\",\"modelBatch\":\"LM003-001\",\"sampleBatch\":\"001\",\"sampleImage\":\"/oss/physical/temp/003_1744890514874.jpg,/oss/physical/temp/003_1744890520727.jpg\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"LM003\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:06\"}],\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:06\"},null]', null, '92', null, '2025-04-17 20:06:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912840964183134209', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"indexNo\":15,\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42:00\",\"status\":\"试验进行中\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-17 20:09\"},null]', null, '283', null, '2025-04-17 20:09:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912861224042991617', '1', '用户名: rentongfei,登录成功!', null, 'rentongfei', '任童菲', '119.78.164.177', null, null, null, null, '0', null, '2025-04-17 21:30:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912861410823737346', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"256 kbit SRAM\",\"deviceMode\":\"UT71256\",\"deviceName\":\"UT71256\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"12/3/1992;7/19/1993\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"nsrec93a.pdf\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/nsrec93a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/data.xlsx\\\",\\\"120392.pdf\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/120392.pdf\\\"}\",\"fileMap\":{\"nsrec93a.pdf\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/nsrec93a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/data.xlsx\",\"120392.pdf\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/120392.pdf\"},\"id\":\"bc5ee3936dee60ab640f15e3cc9ebcc3\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 21:31\"}]', null, '10', null, '2025-04-17 21:31:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912861556076679169', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"HV-Unidig Driver\",\"deviceMode\":\"Unknown - HV-Unidig Driver\",\"deviceName\":\"Unknown - HV-Unidig Driver\",\"deviceType\":\"Board\",\"experimentDate\":\"6/1/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\"},\"id\":\"b4b031bf912ffb5c40f22e06e19afe5f\",\"manufacturer\":\"Greenspring\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 21:31\"}]', null, '9', null, '2025-04-17 21:31:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912869535140253697', '1', '用户名: mayunlong,登录成功!', null, 'mayunlong', '马云龙', '119.78.164.175', null, null, null, null, '0', null, '2025-04-17 22:03:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912870073282039809', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"HV-Unidig Driver\",\"deviceMode\":\"Unknown - HV-Unidig Driver\",\"deviceName\":\"Unknown - HV-Unidig Driver\",\"deviceType\":\"Board\",\"experimentDate\":\"6/1/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\\\",\\\"单粒子效应unding-driver_1744898735210.xlsx\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744898735210.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\",\"单粒子效应unding-driver_1744898735210.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744898735210.xlsx\"},\"id\":\"b4b031bf912ffb5c40f22e06e19afe5f\",\"manufacturer\":\"Greenspring\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 22:05\"}]', null, '6', null, '2025-04-17 22:05:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912875612573503489', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"UPD4216400-60\",\"deviceName\":\"UPD4216400-60\",\"deviceType\":\"半导体存储器件\",\"experimentDate\":\"2/1996-2/1997\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/Random97a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/data.xlsx\\\",\\\"单粒子效应UPD4216400-60_1744900048615.xlsx\\\":\\\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/单粒子效应UPD4216400-60_1744900048615.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/data.xlsx\",\"单粒子效应UPD4216400-60_1744900048615.xlsx\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/单粒子效应UPD4216400-60_1744900048615.xlsx\"},\"id\":\"d18ab3486b48b2c4e2a37e360583fed1\",\"manufacturer\":\"NEC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 22:27\"}]', null, '6', null, '2025-04-17 22:27:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912876379921420290', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"HV-Unidig Driver\",\"deviceMode\":\"Unknown - HV-Unidig Driver\",\"deviceName\":\"Unknown - HV-Unidig Driver\",\"deviceType\":\"Board\",\"experimentDate\":\"6/1/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\\\",\\\"单粒子效应unding-driver_1744900242546.xlsx\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744900242546.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\",\"单粒子效应unding-driver_1744900242546.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744900242546.xlsx\"},\"id\":\"b4b031bf912ffb5c40f22e06e19afe5f\",\"manufacturer\":\"Greenspring\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 22:30\"}]', null, '9', null, '2025-04-17 22:30:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912877963141156865', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"UT 1553B RTI - non-RH product\",\"deviceMode\":\"UT 1553B RTI\",\"deviceName\":\"UT 1553B RTI\",\"deviceType\":\"接口电路\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/data.xlsx\\\",\\\"单粒子效应UT1553BRTI_1744822661682.xlsx\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/单粒子效应UT1553BRTI_1744822661682.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/data.xlsx\",\"单粒子效应UT1553BRTI_1744822661682.xlsx\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/单粒子效应UT1553BRTI_1744822661682.xlsx\"},\"id\":\"361385fd856b6c3f8f6d723b0b75ee4e\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 22:37\"}]', null, '9', null, '2025-04-17 22:37:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912878521805672450', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"6038\",\"deviceFunction\":\"RADPAL\",\"deviceMode\":\"UT22VP10\",\"deviceName\":\"UT22VP10\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"8/16/1995-8/19/1995;2/21/1996;7/15/1996\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"b022196b.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\\\",\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\\\",\\\"单粒子效应UT22VP10_1744821521312.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744821521312.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\\\",\\\"2单粒子效应UT22VP10_1744821402691.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744821402691.xlsx\\\"}\",\"fileMap\":{\"b022196b.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\",\"单粒子效应UT22VP10_1744821521312.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744821521312.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\",\"2单粒子效应UT22VP10_1744821402691.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744821402691.xlsx\"},\"id\":\"4b6cf8763e6b329dd052373e760d6226\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 22:39\"}]', null, '7', null, '2025-04-17 22:39:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912879359827611650', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"GPS Correlator/Front-end\",\"deviceMode\":\"Unknown - GPS Correlator/Front-end\",\"deviceName\":\"Unknown - GPS Correlator/Front-end\",\"deviceType\":\"Board\",\"experimentDate\":\"9/1/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/data.xlsx\\\",\\\"单粒子效应GPSCorrelatorFront_1744900942420.xlsx\\\":\\\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/单粒子效应GPSCorrelatorFront_1744900942420.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/data.xlsx\",\"单粒子效应GPSCorrelatorFront_1744900942420.xlsx\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/单粒子效应GPSCorrelatorFront_1744900942420.xlsx\"},\"id\":\"307d53183a0c424b4f737bc422751be8\",\"manufacturer\":\"Plessey\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 22:42\"}]', null, '7', null, '2025-04-17 22:42:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912879593806860289', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0907\",\"deviceFunction\":\"Radiation-Hardened Quadruple 2-Input AND Gates\",\"deviceMode\":\"UT54ACS08\",\"deviceName\":\"UT54ACS08\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/nsrec2011_W5_TID.pdf\\\",\\\"位移损伤效应UT54ACS08_1744796962294.xlsx\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/位移损伤效应UT54ACS08_1744796962294.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/nsrec2011_W5_TID.pdf\",\"位移损伤效应UT54ACS08_1744796962294.xlsx\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/位移损伤效应UT54ACS08_1744796962294.xlsx\"},\"id\":\"68485379f5657ad9724f36e72b681b85\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 22:43\"}]', null, '6', null, '2025-04-17 22:43:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912880267072344066', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0443/0335\",\"deviceFunction\":\"Transmitter\",\"deviceMode\":\"UT54LVDS031\",\"deviceName\":\"UT54LVDS031\",\"deviceType\":\"接口电路\",\"experimentDate\":\"11/23/2004\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/data.xlsx\\\",\\\"单粒子效应UT54LVDS031_1744818328545.xlsx\\\":\\\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/单粒子效应UT54LVDS031_1744818328545.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/data.xlsx\",\"单粒子效应UT54LVDS031_1744818328545.xlsx\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/单粒子效应UT54LVDS031_1744818328545.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/nsrec05_W5.pdf\"},\"id\":\"0b734c26abe94901914e02d2c8d6598f\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 22:46\"}]', null, '9', null, '2025-04-17 22:46:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912880926454681601', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0946\",\"deviceFunction\":\"Low Voltage Quad Driver\",\"deviceMode\":\"UT54LVDS031LV/E\",\"deviceName\":\"UT54LVDS031LV/E\",\"deviceType\":\"接口电路\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"位移损伤效应UT54LVDS031LVE_1744796606957.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744796606957.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\\\"}\",\"fileMap\":{\"位移损伤效应UT54LVDS031LVE_1744796606957.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744796606957.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\"},\"id\":\"25f72e095d08626d64834b8dd83bc395\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 22:48\"}]', null, '6', null, '2025-04-17 22:48:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912881209163354114', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"3U IP Carrier\",\"deviceMode\":\"Unknown - 3U IP Carrier\",\"deviceName\":\"Unknown - 3U IP Carrier\",\"deviceType\":\"Board\",\"experimentDate\":\"5/1998-6/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/data.xlsx\\\",\\\"单粒子效应3UIPCarrier_1744901387898.xlsx\\\":\\\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/单粒子效应3UIPCarrier_1744901387898.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/data.xlsx\",\"单粒子效应3UIPCarrier_1744901387898.xlsx\":\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/单粒子效应3UIPCarrier_1744901387898.xlsx\"},\"id\":\"3253ba4a718bccad88bc197c441c8ba3\",\"manufacturer\":\"Alphi\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 22:49\"}]', null, '10', null, '2025-04-17 22:49:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912881268722470914', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"UPD4216400-60\",\"deviceName\":\"UPD4216400-60\",\"deviceType\":\"半导体存储器件\",\"experimentDate\":\"2/1996-2/1997\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/Random97a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/data.xlsx\\\",\\\"单粒子效应UPD4216400-60_1744901407367.xlsx\\\":\\\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/单粒子效应UPD4216400-60_1744901407367.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/data.xlsx\",\"单粒子效应UPD4216400-60_1744901407367.xlsx\":\"/oss/physical/NASA/d18ab3486b48b2c4e2a37e360583fed1/单粒子效应UPD4216400-60_1744901407367.xlsx\"},\"id\":\"d18ab3486b48b2c4e2a37e360583fed1\",\"manufacturer\":\"NEC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 22:50\"}]', null, '8', null, '2025-04-17 22:50:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912881472863440898', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"UT 1553B RTI - non-RH product\",\"deviceMode\":\"UT 1553B RTI\",\"deviceName\":\"UT 1553B RTI\",\"deviceType\":\"接口电路\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/data.xlsx\\\",\\\"单粒子效应UT1553BRTI_1744901454731.xlsx\\\":\\\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/单粒子效应UT1553BRTI_1744901454731.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/data.xlsx\",\"单粒子效应UT1553BRTI_1744901454731.xlsx\":\"/oss/physical/NASA/361385fd856b6c3f8f6d723b0b75ee4e/单粒子效应UT1553BRTI_1744901454731.xlsx\"},\"id\":\"361385fd856b6c3f8f6d723b0b75ee4e\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 22:50\"}]', null, '5', null, '2025-04-17 22:50:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912883494903844865', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"MM-CO1\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"UV100/140\",\"deviceName\":\"UV100/140\",\"deviceType\":\"Optical Fiber\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/NSREC02_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/data.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/data.xlsx\"},\"id\":\"6fd700b0b631241bdf8d9fb88e7a9d51\",\"manufacturer\":\"CeramOptec\",\"totalCountLhs\":15,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 22:58\"}]', null, '22', null, '2025-04-17 22:58:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912886585917149185', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"6038\",\"deviceFunction\":\"RADPAL\",\"deviceMode\":\"UT22VP10\",\"deviceName\":\"UT22VP10\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"8/16/1995-8/19/1995;2/21/1996;7/15/1996\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"b022196b.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\\\",\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\\\",\\\"单粒子效应UT22VP10_1744901535284.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744901535284.xlsx\\\",\\\"2单粒子效应UT22VP10_1744902674873.xlsx\\\":\\\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744902674873.xlsx\\\"}\",\"fileMap\":{\"b022196b.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/b022196b.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/data.xlsx\",\"单粒子效应UT22VP10_1744901535284.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/单粒子效应UT22VP10_1744901535284.xlsx\",\"2单粒子效应UT22VP10_1744902674873.xlsx\":\"/oss/physical/NASA/4b6cf8763e6b329dd052373e760d6226/2单粒子效应UT22VP10_1744902674873.xlsx\"},\"id\":\"4b6cf8763e6b329dd052373e760d6226\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:11\"}]', null, '5', null, '2025-04-17 23:11:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912886799629520897', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0907\",\"deviceFunction\":\"Radiation-Hardened Quadruple 2-Input AND Gates\",\"deviceMode\":\"UT54ACS08\",\"deviceName\":\"UT54ACS08\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/nsrec2011_W5_TID.pdf\\\",\\\"位移损伤效应UT54ACS08_1744902726379.xlsx\\\":\\\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/位移损伤效应UT54ACS08_1744902726379.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/nsrec2011_W5_TID.pdf\",\"位移损伤效应UT54ACS08_1744902726379.xlsx\":\"/oss/physical/NASA/68485379f5657ad9724f36e72b681b85/位移损伤效应UT54ACS08_1744902726379.xlsx\"},\"id\":\"68485379f5657ad9724f36e72b681b85\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:12\"}]', null, '6', null, '2025-04-17 23:12:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912886967011610626', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0443/0335\",\"deviceFunction\":\"Transmitter\",\"deviceMode\":\"UT54LVDS031\",\"deviceName\":\"UT54LVDS031\",\"deviceType\":\"接口电路\",\"experimentDate\":\"11/23/2004\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/data.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/nsrec05_W5.pdf\\\",\\\"单粒子效应UT54LVDS031_1744902765773.xlsx\\\":\\\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/单粒子效应UT54LVDS031_1744902765773.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/nsrec05_W5.pdf\",\"单粒子效应UT54LVDS031_1744902765773.xlsx\":\"/oss/physical/NASA/0b734c26abe94901914e02d2c8d6598f/单粒子效应UT54LVDS031_1744902765773.xlsx\"},\"id\":\"0b734c26abe94901914e02d2c8d6598f\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:12\"}]', null, '5', null, '2025-04-17 23:12:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912887178555527169', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0946\",\"deviceFunction\":\"Low Voltage Quad Driver\",\"deviceMode\":\"UT54LVDS031LV/E\",\"deviceName\":\"UT54LVDS031LV/E\",\"deviceType\":\"接口电路\",\"experimentDate\":\"VdG2009\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\\\",\\\"位移损伤效应UT54LVDS031LVE_1744902816372.xlsx\\\":\\\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744902816372.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/nsrec2011_W5_TID.pdf\",\"位移损伤效应UT54LVDS031LVE_1744902816372.xlsx\":\"/oss/physical/NASA/25f72e095d08626d64834b8dd83bc395/位移损伤效应UT54LVDS031LVE_1744902816372.xlsx\"},\"id\":\"25f72e095d08626d64834b8dd83bc395\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:13\"}]', null, '9', null, '2025-04-17 23:13:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912887669318455297', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Voltage Driver\",\"deviceMode\":\"UDS2983\",\"deviceName\":\"UDS2983\",\"deviceType\":\"Driver\",\"experimentDate\":\"9/27/1991\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\\\",\\\"PPM-91-551.pdf\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\",\"PPM-91-551.pdf\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\"},\"id\":\"7cbdd1c54bb8a3af4cc0e290a2daf76c\",\"manufacturer\":\"Sprague\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:15\"}]', null, '5', null, '2025-04-17 23:15:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912887682908000257', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"MM-CO1\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"UV100/140\",\"deviceName\":\"UV100/140\",\"deviceType\":\"Optical Fiber\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/NSREC02_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/data.xlsx\\\",\\\"电离总剂量效应UV100140_1744902932614.xlsx\\\":\\\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/电离总剂量效应UV100140_1744902932614.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/data.xlsx\",\"电离总剂量效应UV100140_1744902932614.xlsx\":\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/电离总剂量效应UV100140_1744902932614.xlsx\"},\"id\":\"6fd700b0b631241bdf8d9fb88e7a9d51\",\"manufacturer\":\"CeramOptec\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 23:15\"}]', null, '8', null, '2025-04-17 23:15:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912889781582532609', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9026A\",\"deviceFunction\":\"Voltage Driver\",\"deviceMode\":\"UDS2983\",\"deviceName\":\"UDS2983\",\"deviceType\":\"Driver\",\"experimentDate\":\"9/27/1991\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\\\",\\\"PPM-91-551.pdf\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\",\"PPM-91-551.pdf\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\"},\"id\":\"7cbdd1c54bb8a3af4cc0e290a2daf76c\",\"manufacturer\":\"Sprague\",\"totalCountLhs\":560,\"totalCountNasa\":5,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:23\"}]', null, '7', null, '2025-04-17 23:23:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912890180167241730', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9026A\",\"deviceFunction\":\"Voltage Driver\",\"deviceMode\":\"UDS2983\",\"deviceName\":\"UDS2983\",\"deviceType\":\"晶体管\",\"experimentDate\":\"9/27/1991\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\\\",\\\"PPM-91-551.pdf\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\",\"PPM-91-551.pdf\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\"},\"id\":\"7cbdd1c54bb8a3af4cc0e290a2daf76c\",\"manufacturer\":\"Sprague\",\"totalCountLhs\":560,\"totalCountNasa\":5,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:25\"}]', null, '8', null, '2025-04-17 23:25:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912890932088508418', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9026A\",\"deviceFunction\":\"Voltage Driver\",\"deviceMode\":\"UDS2983\",\"deviceName\":\"UDS2983\",\"deviceType\":\"晶体管\",\"experimentDate\":\"3/20/1991-5/6/91\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\\\",\\\"PPM-91-551.pdf\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\",\"PPM-91-551.pdf\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\"},\"id\":\"7cbdd1c54bb8a3af4cc0e290a2daf76c\",\"manufacturer\":\"Sprague\",\"totalCountLhs\":560,\"totalCountNasa\":5,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:28\"}]', null, '6', null, '2025-04-17 23:28:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912891095913828353', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9026A\",\"deviceFunction\":\"Voltage Driver\",\"deviceMode\":\"UDS2983\",\"deviceName\":\"UDS2983\",\"deviceType\":\"晶体管\",\"experimentDate\":\"3/20/1991-5/6/1991\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\\\",\\\"PPM-91-551.pdf\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\",\"PPM-91-551.pdf\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\"},\"id\":\"7cbdd1c54bb8a3af4cc0e290a2daf76c\",\"manufacturer\":\"Sprague\",\"totalCountLhs\":560,\"totalCountNasa\":5,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:29\"}]', null, '8', null, '2025-04-17 23:29:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912892461528879105', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"256 kbit SRAM\",\"deviceMode\":\"UT71256\",\"deviceName\":\"UT71256\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"12/3/1992;7/19/1993\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"nsrec93a.pdf\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/nsrec93a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/data.xlsx\\\",\\\"120392.pdf\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/120392.pdf\\\",\\\"单粒子效应UT71256_1744904039621.xlsx\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/单粒子效应UT71256_1744904039621.xlsx\\\"}\",\"fileMap\":{\"nsrec93a.pdf\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/nsrec93a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/data.xlsx\",\"120392.pdf\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/120392.pdf\",\"单粒子效应UT71256_1744904039621.xlsx\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/单粒子效应UT71256_1744904039621.xlsx\"},\"id\":\"bc5ee3936dee60ab640f15e3cc9ebcc3\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 23:34\"}]', null, '10', null, '2025-04-17 23:34:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912893590874591233', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9026A\",\"deviceFunction\":\"Voltage Driver\",\"deviceMode\":\"UDS2983\",\"deviceName\":\"UDS2983\",\"deviceType\":\"晶体管\",\"experimentDate\":\"3/20/1991-5/6/1991\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\\\",\\\"PPM-91-551.pdf\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\\\",\\\"电离总剂量效应UDS2983_1744904334485.xlsx\\\":\\\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/电离总剂量效应UDS2983_1744904334485.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/data.xlsx\",\"PPM-91-551.pdf\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/PPM-91-551.pdf\",\"电离总剂量效应UDS2983_1744904334485.xlsx\":\"/oss/physical/NASA/7cbdd1c54bb8a3af4cc0e290a2daf76c/电离总剂量效应UDS2983_1744904334485.xlsx\"},\"id\":\"7cbdd1c54bb8a3af4cc0e290a2daf76c\",\"manufacturer\":\"Sprague\",\"totalCountLhs\":560,\"totalCountNasa\":5,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:39\"}]', null, '5', null, '2025-04-17 23:39:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912894578033397761', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"DR1773\",\"deviceFunction\":\"MIL-STD-1553B Transceiver\",\"deviceMode\":\"UT63M147-BPC\",\"deviceName\":\"UT63M147-BPC\",\"deviceType\":\"Data Transmission\",\"experimentDate\":\"7/21/1997\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/Random97a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/data.xlsx\\\",\\\"单粒子效应UT63M147-BPC_1744904577267.xlsx\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/单粒子效应UT63M147-BPC_1744904577267.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/data.xlsx\",\"单粒子效应UT63M147-BPC_1744904577267.xlsx\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/单粒子效应UT63M147-BPC_1744904577267.xlsx\"},\"id\":\"71151d837a3b301e1f7cf81e49415f8b\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-17 23:43\"}]', null, '5', null, '2025-04-17 23:43:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912896952806379521', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"UCC1806\",\"deviceName\":\"UCC1806\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"6/17/2003;6/22/2004\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"T061703_UCC1806.pdf\\\":\\\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/T061703_UCC1806.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/nsrec04_SEE.pdf\\\",\\\"单粒子效应UCC1806_1744905146619.xlsx\\\":\\\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/单粒子效应UCC1806_1744905146619.xlsx\\\"}\",\"fileMap\":{\"T061703_UCC1806.pdf\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/T061703_UCC1806.pdf\",\"data.xlsx\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/nsrec04_SEE.pdf\",\"单粒子效应UCC1806_1744905146619.xlsx\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/单粒子效应UCC1806_1744905146619.xlsx\"},\"id\":\"63943512e44ef2fce5040d4e064c0a99\",\"manufacturer\":\"Unitrode\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:52\"}]', null, '6', null, '2025-04-17 23:52:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912897328255307778', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0126\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"UCC1806\",\"deviceName\":\"UCC1806\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"6/17/2003;8/27/2003-9/4/2003\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"T061703_UCC1806.pdf\\\":\\\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/T061703_UCC1806.pdf\\\",\\\"单粒子效应UCC1806_1744905146619.xlsx\\\":\\\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/单粒子效应UCC1806_1744905146619.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/nsrec04_SEE.pdf\\\"}\",\"fileMap\":{\"T061703_UCC1806.pdf\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/T061703_UCC1806.pdf\",\"单粒子效应UCC1806_1744905146619.xlsx\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/单粒子效应UCC1806_1744905146619.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/nsrec04_SEE.pdf\"},\"id\":\"63943512e44ef2fce5040d4e064c0a99\",\"manufacturer\":\"Unitrode\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:53\"}]', null, '8', null, '2025-04-17 23:53:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912898590594011138', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0126\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"UCC1806\",\"deviceName\":\"UCC1806\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"6/17/2003;8/27/2003-9/4/2003\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"T061703_UCC1806.pdf\\\":\\\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/T061703_UCC1806.pdf\\\",\\\"单粒子效应UCC1806_1744905146619.xlsx\\\":\\\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/单粒子效应UCC1806_1744905146619.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/nsrec04_SEE.pdf\\\"}\",\"fileMap\":{\"T061703_UCC1806.pdf\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/T061703_UCC1806.pdf\",\"单粒子效应UCC1806_1744905146619.xlsx\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/单粒子效应UCC1806_1744905146619.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/nsrec04_SEE.pdf\"},\"id\":\"63943512e44ef2fce5040d4e064c0a99\",\"manufacturer\":\"Unitrode\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:58\"}]', null, '7', null, '2025-04-17 23:58:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912898764229808129', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0126\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"UCC1806\",\"deviceName\":\"UCC1806\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"6/17/2003;8/27/2003-9/4/2003\",\"experimentUser\":\"马云龙\",\"fileMap\":{\"T061703_UCC1806.pdf\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/T061703_UCC1806.pdf\",\"单粒子效应UCC1806_1744905146619.xlsx\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/单粒子效应UCC1806_1744905146619.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/nsrec04_SEE.pdf\",\"电离总剂量效应UCC1806_1744905569522.xlsx\":\"/oss/physical/NASA/63943512e44ef2fce5040d4e064c0a99/电离总剂量效应UCC1806_1744905569522.xlsx\"},\"id\":\"63943512e44ef2fce5040d4e064c0a99\",\"manufacturer\":\"Unitrode\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-17 23:59\"}]', null, '7', null, '2025-04-17 23:59:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912900980982386690', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1000391MMT\",\"deviceFunction\":\"PMW controller\",\"deviceMode\":\"UC1846\",\"deviceName\":\"UC1846\",\"deviceType\":\"Controller\",\"experimentDate\":\"11/29/2016\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf\\\":\\\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/data.xlsx\\\",\\\"电离总剂量效应UC1846_1744906094643.xlsx\\\":\\\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/电离总剂量效应UC1846_1744906094643.xlsx\\\"}\",\"fileMap\":{\"NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf\":\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/data.xlsx\",\"电离总剂量效应UC1846_1744906094643.xlsx\":\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/电离总剂量效应UC1846_1744906094643.xlsx\"},\"id\":\"7c6508ca085dcf5a78fd683a8aee1af2\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-18 00:08\"}]', null, '7', null, '2025-04-18 00:08:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912901013102366722', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1000391MMT\",\"deviceFunction\":\"PMW controller\",\"deviceMode\":\"UC1846\",\"deviceName\":\"UC1846\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"11/29/2016\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"电离总剂量效应UC1846_1744906094643.xlsx\\\":\\\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/电离总剂量效应UC1846_1744906094643.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/data.xlsx\\\",\\\"NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf\\\":\\\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf\\\"}\",\"fileMap\":{\"电离总剂量效应UC1846_1744906094643.xlsx\":\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/电离总剂量效应UC1846_1744906094643.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/data.xlsx\",\"NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf\":\"/oss/physical/NASA/7c6508ca085dcf5a78fd683a8aee1af2/NEPP-TR-2016-GRC-Boomer-UC1846-SP-TN37754.pdf\"},\"id\":\"7c6508ca085dcf5a78fd683a8aee1af2\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-18 00:08\"}]', null, '6', null, '2025-04-18 00:08:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912901700997582850', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1C-T 0631A / 5962-9455501VRA\",\"deviceFunction\":\"Phase Shift Resonant Controller\",\"deviceMode\":\"UC1875JQMLV\",\"deviceName\":\"UC1875JQMLV\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"VdG2008JUN\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"VdG08JUN_UC1875JQMLV.pdf\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/VdG08JUN_UC1875JQMLV.pdf\\\",\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/nsrec09_W13_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/data.xlsx\\\"}\",\"fileMap\":{\"VdG08JUN_UC1875JQMLV.pdf\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/VdG08JUN_UC1875JQMLV.pdf\",\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/data.xlsx\"},\"id\":\"bb5c1bd828cb7a9620a49e6dbf0eaa31\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-18 00:11\"}]', null, '5', null, '2025-04-18 00:11:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912902365798961154', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1C-T 0631A / 5962-9455501VRA\",\"deviceFunction\":\"Phase Shift Resonant Controller\",\"deviceMode\":\"UC1875JQMLV\",\"deviceName\":\"UC1875JQMLV\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"VdG2008JUN\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"VdG08JUN_UC1875JQMLV.pdf\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/VdG08JUN_UC1875JQMLV.pdf\\\",\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/nsrec09_W13_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/data.xlsx\\\",\\\"电离总剂量效应UC1875JQMLV_1744906434635.xlsx\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/电离总剂量效应UC1875JQMLV_1744906434635.xlsx\\\"}\",\"fileMap\":{\"VdG08JUN_UC1875JQMLV.pdf\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/VdG08JUN_UC1875JQMLV.pdf\",\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/data.xlsx\",\"电离总剂量效应UC1875JQMLV_1744906434635.xlsx\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/电离总剂量效应UC1875JQMLV_1744906434635.xlsx\"},\"id\":\"bb5c1bd828cb7a9620a49e6dbf0eaa31\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-18 00:13\"}]', null, '6', null, '2025-04-18 00:13:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912902544996405250', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"MIL-STD-1553B Transceiver\",\"deviceMode\":\"UT63M125\",\"deviceName\":\"UT63M125\",\"deviceType\":\"Fiber Optics\",\"experimentDate\":\"8/3/1993;6/18/1993;7/18/1994\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/nsrec94a.pdf\\\",\\\"b080393.pdf\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b080393.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/data.xlsx\\\",\\\"b061893.pdf\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b061893.pdf\\\",\\\"单粒子效应UT71256_1744906480463.xlsx\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/单粒子效应UT71256_1744906480463.xlsx\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/data.xlsx\",\"b061893.pdf\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b061893.pdf\",\"单粒子效应UT71256_1744906480463.xlsx\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/单粒子效应UT71256_1744906480463.xlsx\"},\"id\":\"2831ac5b68f61cd14aaec7c7283af424\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 00:14\"}]', null, '6', null, '2025-04-18 00:14:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912903584894390274', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1C-T 0631A / 5962-9455501VRA\",\"deviceFunction\":\"Phase Shift Resonant Controller\",\"deviceMode\":\"UC1875JQMLV\",\"deviceName\":\"UC1875JQMLV\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"VdG2008JUN\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"VdG08JUN_UC1875JQMLV.pdf\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/VdG08JUN_UC1875JQMLV.pdf\\\",\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/nsrec09_W13_TID.pdf\\\",\\\"电离总剂量效应UC1875JQMLV_1744906434635.xlsx\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/电离总剂量效应UC1875JQMLV_1744906434635.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/data.xlsx\\\"}\",\"fileMap\":{\"VdG08JUN_UC1875JQMLV.pdf\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/VdG08JUN_UC1875JQMLV.pdf\",\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/nsrec09_W13_TID.pdf\",\"电离总剂量效应UC1875JQMLV_1744906434635.xlsx\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/电离总剂量效应UC1875JQMLV_1744906434635.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/data.xlsx\"},\"id\":\"bb5c1bd828cb7a9620a49e6dbf0eaa31\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":55,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-18 00:18\"}]', null, '12', null, '2025-04-18 00:18:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912903688938295297', '2', 'NASA数据管理-编辑', '3', 'mayunlong', '马云龙', '119.78.164.175', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1C-T 0631A / 5962-9455501VRA\",\"deviceFunction\":\"Phase Shift Resonant Controller\",\"deviceMode\":\"UC1875JQMLV\",\"deviceName\":\"UC1875JQMLV\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"VdG2008JUN\",\"experimentUser\":\"马云龙\",\"fileList\":\"{\\\"VdG08JUN_UC1875JQMLV.pdf\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/VdG08JUN_UC1875JQMLV.pdf\\\",\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/nsrec09_W13_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/data.xlsx\\\",\\\"电离总剂量效应UC1875JQMLV_1744906753231.xlsx\\\":\\\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/电离总剂量效应UC1875JQMLV_1744906753231.xlsx\\\"}\",\"fileMap\":{\"VdG08JUN_UC1875JQMLV.pdf\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/VdG08JUN_UC1875JQMLV.pdf\",\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/data.xlsx\",\"电离总剂量效应UC1875JQMLV_1744906753231.xlsx\":\"/oss/physical/NASA/bb5c1bd828cb7a9620a49e6dbf0eaa31/电离总剂量效应UC1875JQMLV_1744906753231.xlsx\"},\"id\":\"bb5c1bd828cb7a9620a49e6dbf0eaa31\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":55,\"totalCountNasa\":1,\"updateBy\":\"mayunlong\",\"updateTime\":\"2025-04-18 00:19\"}]', null, '11', null, '2025-04-18 00:19:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912910499657519106', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"/\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"UT6325\",\"deviceName\":\"UT6325\",\"deviceType\":\"0.25�m CMOS\",\"experimentDate\":\"TAMU07MAY\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"T022205_Aeroflex_Eclipse_V2.pdf\\\":\\\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/T022205_Aeroflex_Eclipse_V2.pdf\\\",\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/data.xlsx\\\",\\\"单粒子效应UT6325_1744908371359.xlsx\\\":\\\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/单粒子效应UT6325_1744908371359.xlsx\\\"}\",\"fileMap\":{\"T022205_Aeroflex_Eclipse_V2.pdf\":\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/T022205_Aeroflex_Eclipse_V2.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/data.xlsx\",\"单粒子效应UT6325_1744908371359.xlsx\":\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/单粒子效应UT6325_1744908371359.xlsx\"},\"id\":\"71a33af950fa83fad19e54329feedd3e\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":30,\"totalCountNasa\":3,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 00:46\"}]', null, '8', null, '2025-04-18 00:46:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912914325378666497', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"/\",\"deviceFunction\":\"Serializer\",\"deviceMode\":\"UT54LVDS217\",\"deviceName\":\"UT54LVDS217\",\"deviceType\":\"CMOS\",\"experimentDate\":\"10/29/2003;6/22/2004\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/data.xlsx\\\",\\\"I102903_UT54LVDS217.pdf\\\":\\\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/I102903_UT54LVDS217.pdf\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/nsrec04_SEE.pdf\\\",\\\"单粒子效应UT54LVDS217_1744909288867.xlsx\\\":\\\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/单粒子效应UT54LVDS217_1744909288867.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/data.xlsx\",\"I102903_UT54LVDS217.pdf\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/I102903_UT54LVDS217.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/nsrec04_SEE.pdf\",\"单粒子效应UT54LVDS217_1744909288867.xlsx\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/单粒子效应UT54LVDS217_1744909288867.xlsx\"},\"id\":\"9fa6aa2e4c7650df6f1cdf87b9b2d397\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":336,\"totalCountNasa\":4,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 01:01\"}]', null, '8', null, '2025-04-18 01:01:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1912915955486527489', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"Receiver\",\"deviceMode\":\"UT54LVDS032\",\"deviceName\":\"UT54LVDS032\",\"deviceType\":\"CMOS\",\"experimentDate\":\"11/23/2004\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/nsrec05_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/data.xlsx\\\",\\\"单粒子效应UT54LVDS032_1744909675056.xlsx\\\":\\\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/单粒子效应UT54LVDS032_1744909675056.xlsx\\\"}\",\"fileMap\":{\"nsrec05_W5.pdf\":\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/nsrec05_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/data.xlsx\",\"单粒子效应UT54LVDS032_1744909675056.xlsx\":\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/单粒子效应UT54LVDS032_1744909675056.xlsx\"},\"id\":\"71ac02279cd887d11cdb8f003ca01c58\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 01:07\"}]', null, '7', null, '2025-04-18 01:07:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913047371213934593', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 09:50:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913047795379703810', '2', '辐照过程-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.edit()', null, '[{\"comment\":\"无\",\"environmentalTemperature\":\"25\",\"exceptionRecord\":\"无\",\"experimentId\":\"1912838447500070913\",\"id\":\"1912839990605484034\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"100\\\"},{\\\"dgy\\\":\\\"150\\\"}]\",\"radiationEndTime\":\"2025-04-17 20:07\",\"radiationSource\":\"小钴源,大钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-04-14 20:04\",\"sampleInfo\":\"1912838447609122817,1912838447634288641,1912838447659454465,1913047794951884802\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-18 09:51\"},null]', null, '189', null, '2025-04-18 09:51:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913049474690945025', '2', '测试过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentTestProcessController.add()', null, '[{\"annealingDuration\":\"[]\",\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-04-18 09:58\",\"environmentalHumidity\":\"30\",\"environmentalTemperature\":\"25\",\"exceptionRecord\":\"无\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913049474498007042\",\"sampleInfo\":\"1912838447609122817,1912838447634288641,1912840963302330369\",\"sysOrgCode\":\"A01\",\"testData\":\"[{\\\"key\\\":\\\"e7210004de214beba97cfe0a8a7d55af\\\",\\\"url\\\":\\\"/oss/physical/temp/cs001测试数据_1744941428749.txt,/oss/physical/temp/cs002测试数据_1744941428748.txt\\\"}]\",\"testEndTime\":\"2025-04-18 09:50\",\"testFluencePoint\":\"[]\",\"testMeteringPoint\":\"[{\\\"key\\\":\\\"38f9f57eb68144f1b7e69ab6ea0a1590\\\",\\\"point\\\":\\\"30k\\\",\\\"startTime\\\":\\\"2025-04-16 09:56\\\",\\\"endTime\\\":\\\"2025-04-19 09:56\\\",\\\"result\\\":\\\"合格\\\"},{\\\"key\\\":\\\"03ba7b126cac445485dd5ebf94ae6dbc\\\",\\\"point\\\":\\\"100k\\\",\\\"startTime\\\":\\\"2025-04-17 09:56\\\",\\\"endTime\\\":\\\"2025-04-19 09:56\\\",\\\"result\\\":\\\"合格\\\"},{\\\"key\\\":\\\"95b705375cc447d497f7491926f9adbe\\\",\\\"point\\\":\\\"150k\\\",\\\"startTime\\\":\\\"2025-04-17 09:56\\\",\\\"endTime\\\":\\\"2025-04-17 09:58\\\",\\\"result\\\":\\\"参数超差\\\"}]\",\"testParameters\":\"[{\\\"key\\\":\\\"a47af6a7a5e54a70930f9fbd4541a968\\\",\\\"name\\\":\\\"栅极截止电流或栅极漏泄电流\\\"},{\\\"key\\\":\\\"2edda7f07ef84b9cb7f171391ccfd6bb\\\",\\\"name\\\":\\\"输入高电平电流\\\"},{\\\"key\\\":\\\"e56b5b9d4d7645ee8bf7d5b5a77447c9\\\",\\\"name\\\":\\\"输出电源压\\\"}]\",\"testResult\":\"参数超差\",\"testStandardsId\":\"25-35,30-80\",\"testStartTime\":\"2025-04-18 09:50\"},null]', null, '89', null, '2025-04-18 09:58:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913050808890658818', '2', '退火过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentAnnealProcessController.add()', null, '[{\"annealEndTime\":\"2025-04-18 09:50\",\"annealStartTime\":\"2025-04-18 09:50\",\"annealTemperature\":\"25\",\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:03\",\"deviationCondition\":\"[{\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":\\\"2025-04-17 19:59\\\",\\\"experimentId\\\":\\\"1912838447500070913\\\",\\\"id\\\":\\\"1913050808693526529\\\",\\\"loadCapacity\\\":\\\"30\\\",\\\"offsetCondition\\\":\\\"jtpz\\\",\\\"offsetCurrent\\\":\\\"3\\\",\\\"offsetPowerPhoto\\\":\\\"/oss/physical/temp/3_1744891070648.jpg\\\",\\\"offsetVoltage\\\":\\\"30\\\",\\\"otherCondition\\\":\\\"无\\\",\\\"sampleBatch\\\":\\\"001\\\",\\\"sampleModel\\\":\\\"LM003\\\",\\\"sampleNumber\\\":\\\"1~22\\\",\\\"sysOrgCode\\\":\\\"A01\\\",\\\"updateBy\\\":\\\"admin\\\",\\\"updateTime\\\":\\\"2025-04-17 20:09\\\"}]\",\"deviationEquipment\":\"[{\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":\\\"2025-04-18 10:03\\\",\\\"equipmentModel\\\":\\\"EG-02KA\\\",\\\"equipmentName\\\":\\\"高低温试验箱\\\",\\\"equipmentType\\\":\\\"10107443\\\",\\\"experimentId\\\":\\\"1912838447500070913\\\",\\\"id\\\":\\\"1913050808769024001\\\",\\\"measurementValidity\\\":\\\"2025-04-17\\\",\\\"sampleModel\\\":\\\"LM003\\\",\\\"sysOrgCode\\\":\\\"A01\\\"}]\",\"exceptionRecord\":\"无\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913050808810967041\",\"sampleInfo\":\"1912838447659454465\",\"sampleInfoList\":[{\"createBy\":\"admin\",\"createTime\":\"2025-04-17 19:59\",\"experimentId\":\"1912838447500070913\",\"id\":\"1912838447659454465\",\"modelBatch\":\"LM003-001\",\"sampleBatch\":\"001\",\"sampleImage\":\"/oss/physical/temp/003_1744890514874.jpg,/oss/physical/temp/003_1744890520727.jpg\",\"sampleManufacturer\":\"深圳吉华微特\",\"sampleModel\":\"LM003\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"sysOrgCode\":\"A01\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-18 10:03\"}],\"sysOrgCode\":\"A01\"},null]', null, '95', null, '2025-04-18 10:03:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913051225557012482', '2', '退火过程-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentAnnealProcessController.add()', null, '[{\"annealEndTime\":\"2025-04-18 09:50\",\"annealStartTime\":\"2025-04-18 09:50\",\"annealTemperature\":\"100\",\"comment\":\"无\",\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:05\",\"exceptionRecord\":\"无\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913051225397628929\",\"sampleInfo\":\"1912838447609122817,1912838447634288641,1912840963302330369\",\"sysOrgCode\":\"A01\"},null]', null, '110', null, '2025-04-18 10:05:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913051619817394177', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1912838447500070913\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '6', null, '2025-04-18 10:07:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913051656945373186', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1912838447500070913\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '10', null, '2025-04-18 10:07:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913051659583590402', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1912838447500070913\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '9', null, '2025-04-18 10:07:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913051662263750658', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1912838447500070913\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '9', null, '2025-04-18 10:07:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913051668089638914', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1912838447500070913\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '9', null, '2025-04-18 10:07:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913052195112325121', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '0', null, '2025-04-18 10:09:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913052556615192578', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"experimentId\":\"1912838447500070913\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '5', null, '2025-04-18 10:10:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913053038712688641', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '18', null, '2025-04-18 10:12:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913053222658084865', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:13\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913053222624530433\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"深圳吉华微特大钴源、小钴源试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '17', null, '2025-04-18 10:13:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913053228584636417', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1875115016876879874\",\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:13\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913053228551081985\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"深圳吉华微特大钴源、小钴源试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '13', null, '2025-04-18 10:13:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913053264164917250', '2', '试验报告-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.delete()', null, ' id: 1913053228551081985', null, '17', null, '2025-04-18 10:13:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913053298423992322', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '8', null, '2025-04-18 10:13:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913053466070323202', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:14:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913053551621541889', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:14:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054040132128770', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:16:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054116833366018', '1', '用户名: 审核,登录成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:16:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054168435888130', '1', '用户名: 审核,退出成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:17:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054194335715330', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:17:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054314972286977', '2', '删除用户,id: 1876441559435780097', '3', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:17:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054331111968769', '2', '删除用户,id: 1876441244355469313', '3', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:17:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054382299254786', '2', '删除用户,id: 1876441839934054401', '3', 'admin', '管理员', '210.73.34.218', null, null, null, null, '1', null, '2025-04-18 10:18:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054399386849282', '2', '删除用户,id: 1891707057001951233', '3', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:18:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054418219274242', '2', '删除用户,id: 1875115180182106113', '3', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:18:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054436779069442', '2', '删除用户,id: 1875115016876879874', '3', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:18:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054436921675777', '1', '用户名: rentongfei,登录成功!', null, 'rentongfei', '任童菲', '119.78.164.177', null, null, null, null, '0', null, '2025-04-18 10:18:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054487182020610', '2', '删除用户,id: 1891707543222448129', '3', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:18:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054777293639682', '2', '试验报告-撤回', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.cancel()', null, '[{\"id\":\"1913053222624530433\",\"status\":\"INIT\"},null]', null, '18', null, '2025-04-18 10:19:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913054888652410882', '2', '试验报告-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.delete()', null, ' id: 1913053222624530433', null, '4', null, '2025-04-18 10:20:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913055090054500354', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '8', null, '2025-04-18 10:20:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913055636006080514', '2', '添加用户,username: 批准', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:23:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913055788737466369', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1913055635972526081\",\"createBy\":\"admin\",\"createTime\":\"2025-04-18 10:23\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913055788712300545\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"深圳吉华微特大钴源、小钴源试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '11', null, '2025-04-18 10:23:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913055816898023425', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:23:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913055841447284737', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:23:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913055850951577602', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"256 kbit SRAM\",\"deviceMode\":\"UT71256\",\"deviceName\":\"UT71256\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"12/3/1992;7/19/1993\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"nsrec93a.pdf\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/nsrec93a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/data.xlsx\\\",\\\"120392.pdf\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/120392.pdf\\\",\\\"单粒子效应UT71256_1744904039621.xlsx\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/单粒子效应UT71256_1744904039621.xlsx\\\"}\",\"fileMap\":{\"nsrec93a.pdf\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/nsrec93a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/data.xlsx\",\"120392.pdf\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/120392.pdf\",\"单粒子效应UT71256_1744904039621.xlsx\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/单粒子效应UT71256_1744904039621.xlsx\"},\"id\":\"bc5ee3936dee60ab640f15e3cc9ebcc3\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 10:23\"}]', null, '6', null, '2025-04-18 10:23:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913058599118278658', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:34:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913058738499194882', '1', '用户名: 审核,登录成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '1', null, '2025-04-18 10:35:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913060396142661634', '2', '试验管理-暂存', '1', '审核', '审核', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"createBy\":\"审核\",\"createTime\":\"2025-04-18 10:41\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2025-JL-058\",\"experimentUser\":\"1907015768746442753\",\"fileList\":[],\"id\":\"1913060396058775554\",\"indexNo\":16,\"irradiationBoardList\":[],\"name\":\"中国电子科技集团公司第二十四研究所X光机试验\",\"radiationSourceType\":\"X光机\",\"sampleInfoList\":[],\"status\":\"暂存\",\"supervisor\":\"1875114630388543490\",\"type\":\"1\"},null]', null, '24', null, '2025-04-18 10:41:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913060679908298754', '1', '用户名: 审核,退出成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:43:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913060738850852865', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:43:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913061342314729474', '2', '试验报告-审核', '1', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1913055788712300545\",\"status\":\"PROOFREAD_PASS\"},null]', null, '19', null, '2025-04-18 10:45:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913061652559007746', '2', '试验管理-完成试验', '1', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '6', null, '2025-04-18 10:46:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913061677498339329', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:47:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913061817059610626', '1', '用户名: 审核,登录成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:47:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913061891869216770', '2', '试验报告-审核', '1', '审核', '审核', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1913055788712300545\",\"status\":\"REJECT\"},null]', null, '19', null, '2025-04-18 10:47:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913061950119710722', '1', '用户名: 审核,退出成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:48:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913061973641367554', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:48:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913062873378295809', '2', '试验报告-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.edit()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1913055635972526081\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913055788712300545\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-18 10:51\"},null]', null, '440', null, '2025-04-18 10:51:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913064498696261633', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:58:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913064554832826370', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 10:58:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913065215121133569', '2', '试验报告-审核', '1', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1913055788712300545\",\"status\":\"PROOFREAD_PASS\"},null]', null, '20', null, '2025-04-18 11:01:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913065279210098689', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:01:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913065320607879170', '1', '用户名: 审核,登录成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:01:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913065369588961281', '2', '试验报告-审核', '1', '审核', '审核', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1913055788712300545\",\"status\":\"AUDIT_PASS\"},null]', null, '19', null, '2025-04-18 11:01:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913065386127101954', '1', '用户名: 审核,退出成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:01:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913065407249616898', '1', '用户名: 批准,登录成功!', null, '批准', '批准', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:01:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913065437280833538', '2', '试验报告-审核', '1', '批准', '批准', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1913055788712300545\",\"status\":\"PASSED\"},null]', null, '428', null, '2025-04-18 11:01:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913065596937015298', '1', '用户名: 批准,退出成功!', null, '批准', '批准', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:02:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913065622476132353', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:02:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913065862914609154', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1913055635972526081\",\"experimentId\":\"1912838447500070913\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '4', null, '2025-04-18 11:03:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913065900097114114', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '50', null, '2025-04-18 11:03:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913067568138260481', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1913055635972526081\",\"createBy\":\"admin\",\"createTime\":\"2025-04-18 11:10\",\"experimentId\":\"1912838447500070913\",\"id\":\"1913067568062763009\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"深圳吉华微特大钴源、小钴源试验-试验报告\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '27', null, '2025-04-18 11:10:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913067624207716354', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:10:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913067664066187265', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:10:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913070311418597377', '2', '试验报告-审核', '1', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1913067568062763009\",\"status\":\"PROOFREAD_PASS\"},null]', null, '20', null, '2025-04-18 11:21:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913070330418794498', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:21:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913070351188987906', '1', '用户名: 审核,登录成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:21:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913070376228982785', '2', '试验报告-审核', '1', '审核', '审核', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1913067568062763009\",\"status\":\"AUDIT_PASS\"},null]', null, '22', null, '2025-04-18 11:21:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913070406398611458', '1', '用户名: 审核,退出成功!', null, '审核', '审核', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:21:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913070425403002882', '1', '用户名: 批准,登录成功!', null, '批准', '批准', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:21:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913070652197408770', '2', '试验报告-审核', '1', '批准', '批准', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1913067568062763009\",\"status\":\"PASSED\"},null]', null, '539', null, '2025-04-18 11:22:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913070706131963906', '1', '用户名: 批准,退出成功!', null, '批准', '批准', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:22:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913070763266772994', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:23:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913070808334569474', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '5', null, '2025-04-18 11:23:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913073506027016194', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"endDate\":\"2025-04-18 08:30\",\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '5', null, '2025-04-18 11:34:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913073518949666817', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"endDate\":\"2025-04-18 08:30\",\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '5', null, '2025-04-18 11:34:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913073523827642370', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"endDate\":\"2025-04-18 08:30\",\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '6', null, '2025-04-18 11:34:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913073527216640001', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"endDate\":\"2025-04-18 08:30\",\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '8', null, '2025-04-18 11:34:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913073529036967937', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"endDate\":\"2025-04-18 08:30\",\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '4', null, '2025-04-18 11:34:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913073529842274306', '2', '试验管理-编辑', '3', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"深圳吉华微特\",\"endDate\":\"2025-04-18 08:30\",\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '6', null, '2025-04-18 11:34:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913073541783457793', '2', '试验管理-暂存', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"深圳吉华微特\",\"endDate\":\"2025-04-18 08:30\",\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '5', null, '2025-04-18 11:34:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913073965412356097', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:35:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913073988812378113', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:35:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913074029014781954', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:36:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913075022343409666', '1', '用户名: rentongfei,登录成功!', null, 'rentongfei', '任童菲', '119.78.164.177', null, null, null, null, '0', null, '2025-04-18 11:40:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913075117713494018', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"HV-Unidig Driver\",\"deviceMode\":\"Unknown - HV-Unidig Driver\",\"deviceName\":\"Unknown - HV-Unidig Driver\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"6/1/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"单粒子效应unding-driver_1744900242546.xlsx\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744900242546.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\\\"}\",\"fileMap\":{\"单粒子效应unding-driver_1744900242546.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744900242546.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\"},\"id\":\"b4b031bf912ffb5c40f22e06e19afe5f\",\"manufacturer\":\"Greenspring\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 11:40\"}]', null, '8', null, '2025-04-18 11:40:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913075338258386946', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"HV-Unidig Driver\",\"deviceMode\":\"Unknown - HV-Unidig Driver\",\"deviceName\":\"Unknown - HV-Unidig Driver\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"6/1/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"单粒子效应unding-driver_1744900242546.xlsx\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744900242546.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\\\"}\",\"fileMap\":{\"单粒子效应unding-driver_1744900242546.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744900242546.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\"},\"id\":\"b4b031bf912ffb5c40f22e06e19afe5f\",\"manufacturer\":\"Greenspring\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 11:41\"}]', null, '6', null, '2025-04-18 11:41:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913076930747535362', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"GPS Correlator/Front-end\",\"deviceMode\":\"Unknown - GPS Correlator/Front-end\",\"deviceName\":\"Unknown - GPS Correlator/Front-end\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"9/1/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"单粒子效应GPSCorrelatorFront_1744900942420.xlsx\\\":\\\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/单粒子效应GPSCorrelatorFront_1744900942420.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/NSREC99.pdf\\\"}\",\"fileMap\":{\"单粒子效应GPSCorrelatorFront_1744900942420.xlsx\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/单粒子效应GPSCorrelatorFront_1744900942420.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/NSREC99.pdf\"},\"id\":\"307d53183a0c424b4f737bc422751be8\",\"manufacturer\":\"Plessey\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 11:47\"}]', null, '7', null, '2025-04-18 11:47:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913077490099916801', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:49:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913077515567730689', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '1', null, '2025-04-18 11:49:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913077577412743170', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:50:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913077599181180930', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:50:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913077617157967873', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:50:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913077649907093505', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:50:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913078024965951490', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"3U IP Carrier\",\"deviceMode\":\"Unknown - 3U IP Carrier\",\"deviceName\":\"Unknown - 3U IP Carrier\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"5/1998-6/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/NSREC99.pdf\\\",\\\"单粒子效应3UIPCarrier_1744901387898.xlsx\\\":\\\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/单粒子效应3UIPCarrier_1744901387898.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/NSREC99.pdf\",\"单粒子效应3UIPCarrier_1744901387898.xlsx\":\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/单粒子效应3UIPCarrier_1744901387898.xlsx\"},\"id\":\"3253ba4a718bccad88bc197c441c8ba3\",\"manufacturer\":\"Alphi\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 11:51\"}]', null, '6', null, '2025-04-18 11:51:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913078142687481858', '2', '试验报告-添加', '2', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1913055635972526081\",\"experimentId\":\"1912838447500070913\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '4', null, '2025-04-18 11:52:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913078155236839425', '2', '试验报告-添加', '2', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1913055635972526081\",\"experimentId\":\"1912838447500070913\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '6', null, '2025-04-18 11:52:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913078187541368834', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"MM-CO1\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"UV100/140\",\"deviceName\":\"UV100/140\",\"deviceType\":\"光纤\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/data.xlsx\\\",\\\"电离总剂量效应UV100140_1744902932614.xlsx\\\":\\\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/电离总剂量效应UV100140_1744902932614.xlsx\\\",\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/NSREC02_W5.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/data.xlsx\",\"电离总剂量效应UV100140_1744902932614.xlsx\":\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/电离总剂量效应UV100140_1744902932614.xlsx\",\"NSREC02_W5.pdf\":\"/oss/physical/NASA/6fd700b0b631241bdf8d9fb88e7a9d51/NSREC02_W5.pdf\"},\"id\":\"6fd700b0b631241bdf8d9fb88e7a9d51\",\"manufacturer\":\"CeramOptec\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 11:52\"}]', null, '9', null, '2025-04-18 11:52:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913078407239012354', '2', '试验报告-添加', '2', '校对', '校对', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1913055635972526081\",\"experimentId\":\"1912838447500070913\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '8', null, '2025-04-18 11:53:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913079374634258434', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"DR1773\",\"deviceFunction\":\"MIL-STD-1553B Transceiver\",\"deviceMode\":\"UT63M147-BPC\",\"deviceName\":\"UT63M147-BPC\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"7/21/1997\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/Random97a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/data.xlsx\\\",\\\"单粒子效应UT63M147-BPC_1744904577267.xlsx\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/单粒子效应UT63M147-BPC_1744904577267.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/data.xlsx\",\"单粒子效应UT63M147-BPC_1744904577267.xlsx\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/单粒子效应UT63M147-BPC_1744904577267.xlsx\"},\"id\":\"71151d837a3b301e1f7cf81e49415f8b\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 11:57\"}]', null, '9', null, '2025-04-18 11:57:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913079498781462529', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '1', null, '2025-04-18 11:57:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913079541030686721', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:58:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913079584953438209', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:58:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913079609288790017', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-18 11:58:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913079718005149697', '2', '试验管理-试验复制', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.copy()', null, '[\"1912838447500070913\"]', null, '1348', null, '2025-04-18 11:58:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913080799837786113', '2', '试验管理-暂存', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"深圳吉华微特\",\"endDate\":\"2025-04-18 12:01\",\"experimentNo\":\"KC-2025-JL-059\",\"experimentUser\":\"1907012212559659009,1907015768746442753\",\"fileList\":[],\"id\":\"1913079713068453890\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-18 00:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '5', null, '2025-04-18 12:03:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913080949872234497', '2', '试验管理-暂存', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"深圳吉华微特\",\"endDate\":\"2025-04-18 12:03\",\"experimentNo\":\"KC-2025-JL-059\",\"experimentUser\":\"1907016306280054786\",\"fileList\":[],\"id\":\"1913079713068453890\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-16 12:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '8', null, '2025-04-18 12:03:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913081143833628674', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"MIL-STD-1553B Transceiver\",\"deviceMode\":\"UT63M125\",\"deviceName\":\"UT63M125\",\"deviceType\":\"Fiber Optics\",\"experimentDate\":\"8/3/1993;6/18/1993;7/18/1994\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/nsrec94a.pdf\\\",\\\"b080393.pdf\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b080393.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/data.xlsx\\\",\\\"b061893.pdf\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b061893.pdf\\\",\\\"单粒子效应UT71256_1744906480463.xlsx\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/单粒子效应UT71256_1744906480463.xlsx\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/data.xlsx\",\"b061893.pdf\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b061893.pdf\",\"单粒子效应UT71256_1744906480463.xlsx\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/单粒子效应UT71256_1744906480463.xlsx\"},\"id\":\"2831ac5b68f61cd14aaec7c7283af424\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:04\"}]', null, '30', null, '2025-04-18 12:04:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913081174556905474', '2', '试验管理-暂存', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"深圳吉华微特\",\"endDate\":\"2025-04-18 12:03\",\"experimentNo\":\"KC-2025-JL-059\",\"experimentUser\":\"1907016306280054786\",\"fileList\":[],\"id\":\"1913079713068453890\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-16 12:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '5', null, '2025-04-18 12:04:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913081240571056129', '2', '试验管理-暂存', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"深圳吉华微特\",\"endDate\":\"2025-04-18 12:03\",\"experimentNo\":\"KC-2025-JL-059\",\"experimentUser\":\"1907016306280054786\",\"fileList\":[],\"id\":\"1913079713068453890\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-16 12:03\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '6', null, '2025-04-18 12:04:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913081342173876226', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"DR1773\",\"deviceFunction\":\"MIL-STD-1553B Transceiver\",\"deviceMode\":\"UT63M147-BPC\",\"deviceName\":\"UT63M147-BPC\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"7/21/1997\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/Random97a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/data.xlsx\\\",\\\"单粒子效应UT63M147-BPC_1744904577267.xlsx\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/单粒子效应UT63M147-BPC_1744904577267.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/data.xlsx\",\"单粒子效应UT63M147-BPC_1744904577267.xlsx\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/单粒子效应UT63M147-BPC_1744904577267.xlsx\"},\"id\":\"71151d837a3b301e1f7cf81e49415f8b\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:05\"}]', null, '8', null, '2025-04-18 12:05:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913081425124626433', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"/\",\"deviceFunction\":\"Serializer\",\"deviceMode\":\"UT54LVDS217\",\"deviceName\":\"UT54LVDS217\",\"deviceType\":\"CMOS\",\"experimentDate\":\"10/29/2003;6/22/2004\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"单粒子效应UT54LVDS217_1744909288867.xlsx\\\":\\\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/单粒子效应UT54LVDS217_1744909288867.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/data.xlsx\\\",\\\"I102903_UT54LVDS217.pdf\\\":\\\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/I102903_UT54LVDS217.pdf\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/nsrec04_SEE.pdf\\\"}\",\"fileMap\":{\"单粒子效应UT54LVDS217_1744909288867.xlsx\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/单粒子效应UT54LVDS217_1744909288867.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/data.xlsx\",\"I102903_UT54LVDS217.pdf\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/I102903_UT54LVDS217.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/nsrec04_SEE.pdf\"},\"id\":\"9fa6aa2e4c7650df6f1cdf87b9b2d397\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":336,\"totalCountNasa\":4,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:05\"}]', null, '7', null, '2025-04-18 12:05:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913081555328405505', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"/\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"UT6325\",\"deviceName\":\"UT6325\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"TAMU07MAY\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"T022205_Aeroflex_Eclipse_V2.pdf\\\":\\\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/T022205_Aeroflex_Eclipse_V2.pdf\\\",\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/data.xlsx\\\",\\\"单粒子效应UT6325_1744908371359.xlsx\\\":\\\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/单粒子效应UT6325_1744908371359.xlsx\\\"}\",\"fileMap\":{\"T022205_Aeroflex_Eclipse_V2.pdf\":\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/T022205_Aeroflex_Eclipse_V2.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/data.xlsx\",\"单粒子效应UT6325_1744908371359.xlsx\":\"/oss/physical/NASA/71a33af950fa83fad19e54329feedd3e/单粒子效应UT6325_1744908371359.xlsx\"},\"id\":\"71a33af950fa83fad19e54329feedd3e\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":30,\"totalCountNasa\":3,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:06\"}]', null, '7', null, '2025-04-18 12:06:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913081913907843074', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"/\",\"deviceFunction\":\"Serializer\",\"deviceMode\":\"UT54LVDS217\",\"deviceName\":\"UT54LVDS217\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"10/29/2003;6/22/2004\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"单粒子效应UT54LVDS217_1744909288867.xlsx\\\":\\\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/单粒子效应UT54LVDS217_1744909288867.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/data.xlsx\\\",\\\"I102903_UT54LVDS217.pdf\\\":\\\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/I102903_UT54LVDS217.pdf\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/nsrec04_SEE.pdf\\\"}\",\"fileMap\":{\"单粒子效应UT54LVDS217_1744909288867.xlsx\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/单粒子效应UT54LVDS217_1744909288867.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/data.xlsx\",\"I102903_UT54LVDS217.pdf\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/I102903_UT54LVDS217.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/9fa6aa2e4c7650df6f1cdf87b9b2d397/nsrec04_SEE.pdf\"},\"id\":\"9fa6aa2e4c7650df6f1cdf87b9b2d397\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":336,\"totalCountNasa\":4,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:07\"}]', null, '8', null, '2025-04-18 12:07:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913081928264945666', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"Receiver\",\"deviceMode\":\"UT54LVDS032\",\"deviceName\":\"UT54LVDS032\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"11/23/2004\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/data.xlsx\\\",\\\"单粒子效应UT54LVDS032_1744909675056.xlsx\\\":\\\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/单粒子效应UT54LVDS032_1744909675056.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/data.xlsx\",\"单粒子效应UT54LVDS032_1744909675056.xlsx\":\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/单粒子效应UT54LVDS032_1744909675056.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/71ac02279cd887d11cdb8f003ca01c58/nsrec05_W5.pdf\"},\"id\":\"71ac02279cd887d11cdb8f003ca01c58\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:07\"}]', null, '8', null, '2025-04-18 12:07:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913082075342409730', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"MIL-STD-1553B Transceiver\",\"deviceMode\":\"UT63M125\",\"deviceName\":\"UT63M125\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"8/3/1993;6/18/1993;7/18/1994\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/nsrec94a.pdf\\\",\\\"b080393.pdf\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b080393.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/data.xlsx\\\",\\\"b061893.pdf\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b061893.pdf\\\",\\\"单粒子效应UT71256_1744906480463.xlsx\\\":\\\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/单粒子效应UT71256_1744906480463.xlsx\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/data.xlsx\",\"b061893.pdf\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/b061893.pdf\",\"单粒子效应UT71256_1744906480463.xlsx\":\"/oss/physical/NASA/2831ac5b68f61cd14aaec7c7283af424/单粒子效应UT71256_1744906480463.xlsx\"},\"id\":\"2831ac5b68f61cd14aaec7c7283af424\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:08\"}]', null, '10', null, '2025-04-18 12:08:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913082215432163329', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"GPS Correlator/Front-end\",\"deviceMode\":\"Unknown - GPS Correlator/Front-end\",\"deviceName\":\"Unknown - GPS Correlator/Front-end\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"9/1/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"单粒子效应GPSCorrelatorFront_1744900942420.xlsx\\\":\\\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/单粒子效应GPSCorrelatorFront_1744900942420.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/NSREC99.pdf\\\"}\",\"fileMap\":{\"单粒子效应GPSCorrelatorFront_1744900942420.xlsx\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/单粒子效应GPSCorrelatorFront_1744900942420.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/NSREC99.pdf\"},\"id\":\"307d53183a0c424b4f737bc422751be8\",\"manufacturer\":\"Plessey\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:08\"}]', null, '8', null, '2025-04-18 12:08:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913082829293719553', '2', '试验管理-暂存', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"深圳吉华微特\",\"experimentNo\":\"KC-2025-JL-059\",\"experimentUser\":\"\",\"fileList\":[],\"id\":\"1913079713068453890\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '5', null, '2025-04-18 12:11:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913083002120015874', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"3U IP Carrier\",\"deviceMode\":\"Unknown - 3U IP Carrier\",\"deviceName\":\"Unknown - 3U IP Carrier\",\"deviceType\":\"电气电子组件、板和卡\",\"experimentDate\":\"5/1998-6/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/NSREC99.pdf\\\",\\\"单粒子效应3UIPCarrier_1744901387898.xlsx\\\":\\\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/单粒子效应3UIPCarrier_1744901387898.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/NSREC99.pdf\",\"单粒子效应3UIPCarrier_1744901387898.xlsx\":\"/oss/physical/NASA/3253ba4a718bccad88bc197c441c8ba3/单粒子效应3UIPCarrier_1744901387898.xlsx\"},\"id\":\"3253ba4a718bccad88bc197c441c8ba3\",\"manufacturer\":\"Alphi\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:11\"}]', null, '8', null, '2025-04-18 12:11:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913083076392751105', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"256 kbit SRAM\",\"deviceMode\":\"UT71256\",\"deviceName\":\"UT71256\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"12/3/1992;7/19/1993\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"nsrec93a.pdf\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/nsrec93a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/data.xlsx\\\",\\\"120392.pdf\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/120392.pdf\\\",\\\"单粒子效应UT71256_1744904039621.xlsx\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/单粒子效应UT71256_1744904039621.xlsx\\\"}\",\"fileMap\":{\"nsrec93a.pdf\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/nsrec93a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/data.xlsx\",\"120392.pdf\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/120392.pdf\",\"单粒子效应UT71256_1744904039621.xlsx\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/单粒子效应UT71256_1744904039621.xlsx\"},\"id\":\"bc5ee3936dee60ab640f15e3cc9ebcc3\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:12\"}]', null, '5', null, '2025-04-18 12:12:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913083103773167617', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"DR1773\",\"deviceFunction\":\"MIL-STD-1553B Transceiver\",\"deviceMode\":\"UT63M147-BPC\",\"deviceName\":\"UT63M147-BPC\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"7/21/1997\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/Random97a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/data.xlsx\\\",\\\"单粒子效应UT63M147-BPC_1744904577267.xlsx\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/单粒子效应UT63M147-BPC_1744904577267.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/data.xlsx\",\"单粒子效应UT63M147-BPC_1744904577267.xlsx\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/单粒子效应UT63M147-BPC_1744904577267.xlsx\"},\"id\":\"71151d837a3b301e1f7cf81e49415f8b\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:12\"}]', null, '7', null, '2025-04-18 12:12:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913083172891103234', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"GPS Correlator/Front-end\",\"deviceMode\":\"Unknown - GPS Correlator/Front-end\",\"deviceName\":\"Unknown - GPS Correlator/Front-end\",\"deviceType\":\"射频电路\",\"experimentDate\":\"9/1/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"单粒子效应GPSCorrelatorFront_1744900942420.xlsx\\\":\\\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/单粒子效应GPSCorrelatorFront_1744900942420.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/NSREC99.pdf\\\"}\",\"fileMap\":{\"单粒子效应GPSCorrelatorFront_1744900942420.xlsx\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/单粒子效应GPSCorrelatorFront_1744900942420.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/307d53183a0c424b4f737bc422751be8/NSREC99.pdf\"},\"id\":\"307d53183a0c424b4f737bc422751be8\",\"manufacturer\":\"Plessey\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:12\"}]', null, '6', null, '2025-04-18 12:12:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913083215303905282', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"HV-Unidig Driver\",\"deviceMode\":\"Unknown - HV-Unidig Driver\",\"deviceName\":\"Unknown - HV-Unidig Driver\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"6/1/1998\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"单粒子效应unding-driver_1744900242546.xlsx\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744900242546.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\\\"}\",\"fileMap\":{\"单粒子效应unding-driver_1744900242546.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/单粒子效应unding-driver_1744900242546.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/b4b031bf912ffb5c40f22e06e19afe5f/NSREC99.pdf\"},\"id\":\"b4b031bf912ffb5c40f22e06e19afe5f\",\"manufacturer\":\"Greenspring\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:12\"}]', null, '6', null, '2025-04-18 12:12:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913083315619074049', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"unknown\",\"deviceFunction\":\"256 kbit SRAM\",\"deviceMode\":\"UT71256\",\"deviceName\":\"UT71256\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"12/3/1992;7/19/1993\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"nsrec93a.pdf\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/nsrec93a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/data.xlsx\\\",\\\"120392.pdf\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/120392.pdf\\\",\\\"单粒子效应UT71256_1744904039621.xlsx\\\":\\\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/单粒子效应UT71256_1744904039621.xlsx\\\"}\",\"fileMap\":{\"nsrec93a.pdf\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/nsrec93a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/data.xlsx\",\"120392.pdf\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/120392.pdf\",\"单粒子效应UT71256_1744904039621.xlsx\":\"/oss/physical/NASA/bc5ee3936dee60ab640f15e3cc9ebcc3/单粒子效应UT71256_1744904039621.xlsx\"},\"id\":\"bc5ee3936dee60ab640f15e3cc9ebcc3\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:13\"}]', null, '6', null, '2025-04-18 12:13:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913083424205410306', '2', 'NASA数据管理-编辑', '3', 'rentongfei', '任童菲', '119.78.164.177', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"DR1773\",\"deviceFunction\":\"MIL-STD-1553B Transceiver\",\"deviceMode\":\"UT63M147-BPC\",\"deviceName\":\"UT63M147-BPC\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"7/21/1997\",\"experimentUser\":\"任童菲\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/Random97a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/data.xlsx\\\",\\\"单粒子效应UT63M147-BPC_1744904577267.xlsx\\\":\\\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/单粒子效应UT63M147-BPC_1744904577267.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/data.xlsx\",\"单粒子效应UT63M147-BPC_1744904577267.xlsx\":\"/oss/physical/NASA/71151d837a3b301e1f7cf81e49415f8b/单粒子效应UT63M147-BPC_1744904577267.xlsx\"},\"id\":\"71151d837a3b301e1f7cf81e49415f8b\",\"manufacturer\":\"UTMC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"rentongfei\",\"updateTime\":\"2025-04-18 12:13\"}]', null, '7', null, '2025-04-18 12:13:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913084235933257730', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '5', null, '2025-04-18 12:16:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913085949109309442', '2', '试验管理-暂存', '1', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"clientName\":\"深圳吉华微特\",\"experimentNo\":\"KC-2025-JL-057\",\"experimentUser\":\"1901964533328744450,1907009496357748737,1907010762651680770\",\"id\":\"1912838447500070913\",\"name\":\"深圳吉华微特大钴源、小钴源试验\",\"radiationSourceType\":\"大钴源,小钴源\",\"startDate\":\"2025-04-14 19:42:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"type\":\"2\"},null]', null, '8', null, '2025-04-18 12:23:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913089348643033090', '2', '试验样品信息-通过id删除', '4', 'admin', '管理员', '210.73.34.218', 'org.jeecg.modules.database.controller.ExperimentSampleInfoController.delete()', null, ' id: undefined', null, '5', null, '2025-04-18 12:36:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913098183965380610', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-18 13:12:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913148727824191490', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-18 16:32:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913511289765990402', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-19 16:33:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913522634947268609', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"XA-16\",\"deviceName\":\"XA-16\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"6/18/2003;6/22/2004\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/data.xlsx\\\",\\\"单粒子效应XA-16ASIC_1744884077760.xlsx\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/单粒子效应XA-16ASIC_1744884077760.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/nsrec04_SEE.pdf\\\",\\\"T061803_XA16.pdf\\\":\\\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/T061803_XA16.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/data.xlsx\",\"单粒子效应XA-16ASIC_1744884077760.xlsx\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/单粒子效应XA-16ASIC_1744884077760.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/nsrec04_SEE.pdf\",\"T061803_XA16.pdf\":\"/oss/physical/NASA/4f0d7f0d66507cbd862d14b4ea11e0be/T061803_XA16.pdf\"},\"id\":\"4f0d7f0d66507cbd862d14b4ea11e0be\",\"manufacturer\":\"AMS\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"admin\",\"updateTime\":\"2025-04-19 17:18\"}]', null, '24', null, '2025-04-19 17:18:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913523132333002753', '2', 'NASA数据管理-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Duo Microprocessor\",\"deviceMode\":\"Wolfdale Processor\",\"deviceName\":\"Wolfdale Processor\",\"deviceType\":\"系统封装(SiP)集成电路\",\"experimentDate\":\"VdG2011AUG\",\"experimentUser\":\"王斌\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/data.xlsx\\\",\\\"VdG11AUG_Wolfdale.pdf\\\":\\\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/VdG11AUG_Wolfdale.pdf\\\",\\\"电离总剂量效应WolfdaleProcessor_1744885068815.xlsx\\\":\\\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/电离总剂量效应WolfdaleProcessor_1744885068815.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/data.xlsx\",\"VdG11AUG_Wolfdale.pdf\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/VdG11AUG_Wolfdale.pdf\",\"电离总剂量效应WolfdaleProcessor_1744885068815.xlsx\":\"/oss/physical/NASA/4cc8374cb7f4f2c351c7f01fdded9a3e/电离总剂量效应WolfdaleProcessor_1744885068815.xlsx\"},\"id\":\"4cc8374cb7f4f2c351c7f01fdded9a3e\",\"manufacturer\":\"Intel\",\"totalCountLhs\":9,\"totalCountNasa\":3,\"updateBy\":\"admin\",\"updateTime\":\"2025-04-19 17:20\"}]', null, '23', null, '2025-04-19 17:20:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1913955254516551681', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-04-20 21:57:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914268344734945282', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 18:41:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914270837225263105', '2', '添加用户,username: dushuaibin', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '1', null, '2025-04-21 18:51:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914272757474103298', '2', '添加用户,username: huangkan', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 18:59:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914273110999404546', '2', '添加用户,username: xieyongzhi', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:00:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914273410493681665', '2', '添加用户,username: xuebinrui', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:02:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914273764639739905', '2', '添加用户,username: luoyongheng', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:03:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914274918983503873', '2', '添加用户,username: wangjiaxing', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:08:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914275261792358402', '2', '添加用户,username: liujunling', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:09:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914275541749567490', '2', '添加用户,username: yangjicong', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:10:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914275587706556418', '2', '编辑用户,username: yangjicong', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:10:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914276013214502913', '2', '添加用户,username: sunjiacheng', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:12:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914276383726735361', '2', '添加用户,username: zhangchenyu', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:13:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914277609587576834', '2', '添加用户,username: changyuhai', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:18:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914278062798901249', '2', '添加用户,username: luozikang', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '1', null, '2025-04-21 19:20:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914278414516457474', '2', '添加用户,username: chenpan', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:21:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914278721946357762', '2', '添加用户,username: chenwenzhuo', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:23:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914278754699677697', '2', '编辑用户,username: chenwenzhuo', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:23:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914279351897264129', '2', '添加用户,username: mayinjie', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '1', null, '2025-04-21 19:25:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914279673944313858', '2', '添加用户,username: lixuyou', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:26:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914280625250209793', '2', '添加用户,username: yangsini', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:30:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914281025588137986', '2', '添加用户,username: shichengcheng', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-21 19:32:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914601664542904322', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-22 16:46:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914868358096064513', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '0', null, '2025-04-23 10:26:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914883491824373762', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '119.78.167.179', null, null, null, null, '0', null, '2025-04-23 11:26:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914889644969005058', '1', '用户名: xuebinrui,登录成功!', null, 'xuebinrui', '薛彬睿', '210.73.34.96', null, null, null, null, '0', null, '2025-04-23 11:50:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914889685930577922', '1', '用户名: chenpan,登录成功!', null, 'chenpan', '陈攀', '119.78.164.165', null, null, null, null, '0', null, '2025-04-23 11:50:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914896517386440706', '1', '用户名: shichengcheng,登录成功!', null, 'shichengcheng', '史成城', '210.73.34.94', null, null, null, null, '0', null, '2025-04-23 12:18:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914897207747907585', '1', '用户名: liujunling,登录成功!', null, 'liujunling', '刘俊灵', '119.78.164.172', null, null, null, null, '1', null, '2025-04-23 12:20:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914897451646685185', '1', '用户名: yangsini,登录成功!', null, 'yangsini', '杨思妮', '119.78.164.179', null, null, null, null, '0', null, '2025-04-23 12:21:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914897746355261441', '1', '用户名: lixuyou,登录成功!', null, 'lixuyou', '李序友', '119.78.164.151', null, null, null, null, '0', null, '2025-04-23 12:22:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914902285418467329', '1', '用户名: shichengcheng,登录成功!', null, 'shichengcheng', '史成城', '119.78.167.45', null, null, null, null, '0', null, '2025-04-23 12:40:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914911971601518594', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"沈阳中科新宇空间智能装备有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-23 13:19\",\"dataEntry\":\"张云\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GMS GEN1\",\"experimentDate\":\"2025/2/14\",\"experimentUser\":\"王金鹏\",\"id\":\"1914911971559575554\",\"manufacturer\":\"沈阳中科新宇空间智能装备有限公司\",\"name\":\"温度传感器AD590KF\",\"type\":\"温度传感器\"}]', null, '11', null, '2025-04-23 13:19:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914912555826122754', '2', '历史一期记录-编辑', '3', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"沈阳中科新宇空间智能装备有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GMS GEN1\",\"experimentDate\":\"2025/2/14\",\"experimentUser\":\"王金鹏\",\"id\":\"1914911971559575554\",\"manufacturer\":\"沈阳中科新宇空间智能装备有限公司\",\"name\":\"温度传感器AD590KF\",\"type\":\"温度传感器\",\"updateBy\":\"shichengcheng\",\"updateTime\":\"2025-04-23 13:21\"}]', null, '15', null, '2025-04-23 13:21:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914932645753753602', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-23 14:41:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1914963130441764865', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-23 16:42:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915075235874574338', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-04-24 00:08:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915232617250394113', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-24 10:33:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915237257903837185', '1', '用户名: yangsini,登录成功!', null, 'yangsini', '杨思妮', '119.78.164.179', null, null, null, null, '0', null, '2025-04-24 10:52:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915246949023584257', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 11:30\",\"dataEntry\":\"杨济聪\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR-23\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745465120805.rar\",\"id\":\"1915246948939698177\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"type\":\"晶体管\"}]', null, '21', null, '2025-04-24 11:30:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915247853084839937', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR-23\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745465120805.rar\",\"id\":\"1915246948939698177\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":696,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 11:34\"}]', null, '24', null, '2025-04-24 11:34:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915251977197162497', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR-23\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745465120805.rar,/oss/physical/temp/电离总剂量效应JHCS697260MR-23_1745466609708.xlsx,/oss/physical/temp/KC-2023-JL-085_1745466625224.pdf\",\"id\":\"1915246948939698177\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":696,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 11:50\"}]', null, '29', null, '2025-04-24 11:50:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915253376190484481', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 11:56\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR-47\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"id\":\"1915253376140152833\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":282,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '12', null, '2025-04-24 11:56:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915253437121138690', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR-23\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745465120805.rar,/oss/physical/temp/电离总剂量效应JHCS697260MR-23_1745466609708.xlsx,/oss/physical/temp/KC-2023-JL-085_1745466625224.pdf\",\"id\":\"1915246948939698177\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 11:56\"}]', null, '22', null, '2025-04-24 11:56:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915253872737357825', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR-47\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-085_1745466992606.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745467015966.rar,/oss/physical/temp/电离总剂量效应JHCS697260MR-47_1745467078817.xlsx\",\"id\":\"1915253376140152833\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":282,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 11:58\"}]', null, '31', null, '2025-04-24 11:58:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915255335416991745', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 12:03\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P11NJR\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-085_1745467359959.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467379604.rar,/oss/physical/temp/电离总剂量效应JHCS10P11NJR_1745467427547.xlsx\",\"id\":\"1915255335274385409\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '36', null, '2025-04-24 12:03:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915255473870966786', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR-47\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745467015966.rar,/oss/physical/temp/电离总剂量效应JHCS697260MR-47_1745467454378.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467460058.rar\",\"id\":\"1915253376140152833\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":282,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 12:04\"}]', null, '17', null, '2025-04-24 12:04:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915260941779570690', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 12:26\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-085_1745468663106.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745468676966.rar\",\"id\":\"1915260941746016258\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-24 12:26:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915260985681350658', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR-23\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745465120805.rar,/oss/physical/temp/KC-2023-JL-085_1745466625224.pdf\",\"id\":\"1915246948939698177\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 12:26\"}]', null, '24', null, '2025-04-24 12:26:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915261007021969410', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR-47\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745467015966.rar,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467460058.rar\",\"id\":\"1915253376140152833\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":282,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 12:26\"}]', null, '26', null, '2025-04-24 12:26:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915261037128683521', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P11NJR\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-085_1745467359959.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467379604.rar\",\"id\":\"1915255335274385409\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 12:26\"}]', null, '15', null, '2025-04-24 12:26:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915263298856783874', '1', '用户名: yangsini,登录成功!', null, 'yangsini', '杨思妮', '119.78.164.179', null, null, null, null, '0', null, '2025-04-24 12:35:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915264364478435329', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团五十八研究所\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 12:39\",\"dataEntry\":\"杨思妮\",\"dataSource\":\"B1500\",\"dataType\":\"historical\",\"deviceMode\":\"17#18VNMOS01\",\"experimentDate\":\"2022.5.27\",\"experimentUser\":\"于新\",\"id\":\"1915264364461658114\",\"manufacturer\":\"中国电子科技集团五十八研究所\",\"name\":\"NMOS器件\",\"totalCountLhs\":18,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-24 12:39:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915264737813434370', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团五十八研究所\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"B1500\",\"dataType\":\"historical\",\"deviceMode\":\"17#18VNMOS01\",\"experimentDate\":\"2022.5.27\",\"experimentUser\":\"于新\",\"id\":\"1915264364461658114\",\"manufacturer\":\"中国电子科技集团五十八研究所\",\"name\":\"NMOS器件\",\"totalCountLhs\":18,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 12:41\"}]', null, '19', null, '2025-04-24 12:41:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915265858783121410', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团五十八研究所\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"B1500\",\"dataType\":\"historical\",\"deviceMode\":\"17#18VNMOS01\",\"experimentDate\":\"2022.5.27\",\"experimentUser\":\"于新\",\"fileUrl\":\"/oss/physical/temp/1718VNMOS01_1745469935762.xlsx\",\"id\":\"1915264364461658114\",\"manufacturer\":\"中国电子科技集团五十八研究所\",\"name\":\"NMOS器件\",\"totalCountLhs\":18,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 12:45\"}]', null, '7', null, '2025-04-24 12:45:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915266564231499778', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团五十八研究所\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"B1500\",\"dataType\":\"historical\",\"deviceMode\":\"17#18VNMOS01\",\"experimentDate\":\"2022.5.27\",\"experimentUser\":\"于新\",\"fileUrl\":\"/oss/physical/temp/1718VNMOS01_1745469935762.xlsx,/oss/physical/temp/20220527_58SUO_YUXIN_1745470105383.rar\",\"id\":\"1915264364461658114\",\"manufacturer\":\"中国电子科技集团五十八研究所\",\"name\":\"NMOS器件\",\"totalCountLhs\":18,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 12:48\"}]', null, '22', null, '2025-04-24 12:48:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915266981174677506', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团五十八研究所\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 12:50\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"B1500\",\"dataType\":\"historical\",\"deviceMode\":\"17#18VNMOS07\",\"experimentDate\":\"2022.5.27\",\"experimentUser\":\"于新\",\"fileUrl\":\"/oss/physical/temp/1718VNMOS07_1745470202025.xlsx,/oss/physical/temp/20220527_58SUO_YUXIN_1745470204449.rar\",\"id\":\"1915266981099180033\",\"manufacturer\":\"中国电子科技集团五十八研究所\",\"name\":\"NMOS器件\",\"totalCountLhs\":18,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '17', null, '2025-04-24 12:50:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915267170392313857', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR-23\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745465120805.rar,/oss/physical/temp/KC-2023-JL-085_1745466625224.pdf,/oss/physical/temp/电离总剂量效应JHCS697260MR_1745470248848.xlsx\",\"id\":\"1915246948939698177\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 12:50\"}]', null, '22', null, '2025-04-24 12:50:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915267570986094594', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.218', null, null, null, null, '0', null, '2025-04-24 12:52:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915269889878364161', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-085_1745468663106.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745468676966.rar,/oss/physical/temp/电离总剂量效应JHCS697260MR_1745470899108.xlsx\",\"id\":\"1915260941746016258\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 13:01\"}]', null, '13', null, '2025-04-24 13:01:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915270062234898433', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-085_1745468663106.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745468676966.rar\",\"id\":\"1915260941746016258\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 13:02\"}]', null, '25', null, '2025-04-24 13:02:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915270121043234817', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR-47\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745467015966.rar,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467460058.rar,/oss/physical/temp/电离总剂量效应JHCS697260MR_1745470954804.xlsx\",\"id\":\"1915253376140152833\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":282,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 13:02\"}]', null, '15', null, '2025-04-24 13:02:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915272450895220738', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"西安电子科技大学\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 13:11\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"B4200\",\"dataType\":\"historical\",\"deviceMode\":\"22nm-FDSOI\",\"experimentDate\":\"2023.6.19\",\"experimentUser\":\"郑齐文\",\"id\":\"1915272450870054913\",\"manufacturer\":\"无\",\"name\":\"22nm-FDSOI\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-24 13:11:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915272486496473090', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安电子科技大学\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"B4200\",\"dataType\":\"historical\",\"deviceMode\":\"22nm-FDSOI\",\"experimentDate\":\"2023.6.19\",\"experimentUser\":\"郑齐文\",\"fileUrl\":\"/oss/physical/temp/xiandianzikejidaxue_20230619_1745471518244.rar\",\"id\":\"1915272450870054913\",\"manufacturer\":\"无\",\"name\":\"22nm-FDSOI\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 13:11\"}]', null, '14', null, '2025-04-24 13:11:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915272542628843521', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安电子科技大学\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"B4200\",\"dataType\":\"historical\",\"deviceMode\":\"22nm-FDSOI\",\"experimentDate\":\"2023.6.19\",\"experimentUser\":\"郑齐文\",\"fileUrl\":\"/oss/physical/temp/xiandianzikejidaxue_20230619_1745471518244.rar,/oss/physical/temp/FDSOI_1745471531370.xlsx\",\"id\":\"1915272450870054913\",\"manufacturer\":\"无\",\"name\":\"22nm-FDSOI\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 13:12\"}]', null, '31', null, '2025-04-24 13:12:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915276395399057409', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P11NJR\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-085_1745467359959.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467379604.rar,/oss/physical/temp/电离总剂量效应JHCS20N16NJR1_1745472450424.xlsx\",\"id\":\"1915255335274385409\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 13:27\"}]', null, '22', null, '2025-04-24 13:27:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915309934718980097', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-24 15:40:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915311127335768066', '1', '用户名: yangsini,登录成功!', null, 'yangsini', '杨思妮', '119.78.164.179', null, null, null, null, '0', null, '2025-04-24 15:45:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915312438487781378', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-085_1745468663106.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745468676966.rar,/oss/physical/temp/电离总剂量效应JHCS20N16NJR1_1745481038779.xlsx\",\"id\":\"1915260941746016258\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 15:50\"}]', null, '15', null, '2025-04-24 15:50:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915312618264039425', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P11NJR\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-085_1745467359959.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467379604.rar,/oss/physical/temp/电离总剂量效应JHCS10P11NJR_1745481081130.xlsx\",\"id\":\"1915255335274385409\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 15:51\"}]', null, '8', null, '2025-04-24 15:51:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915312677672161281', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745465120805.rar,/oss/physical/temp/KC-2023-JL-085_1745466625224.pdf,/oss/physical/temp/电离总剂量效应JHCS697260MR_1745470248848.xlsx\",\"id\":\"1915246948939698177\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 15:51\"}]', null, '12', null, '2025-04-24 15:51:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915312718872809473', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697260MR\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745467015966.rar,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467460058.rar,/oss/physical/temp/电离总剂量效应JHCS697260MR_1745470954804.xlsx\",\"id\":\"1915253376140152833\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":282,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 15:51\"}]', null, '11', null, '2025-04-24 15:51:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915313016655810561', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P11NJR\",\"experimentDate\":\"2023.09.21-2023.09.28\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-085_1745467359959.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20230921_1745467379604.rar,/oss/physical/temp/电离总剂量效应JHCS10P11NJR_1745481180700.xlsx\",\"id\":\"1915255335274385409\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 15:53\"}]', null, '21', null, '2025-04-24 15:53:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915318397482274818', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 16:14\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67264MR\",\"experimentDate\":\"2023.10.13-2023.10.27\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67264MR_1745482356159.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745482434407.rar,/oss/physical/temp/KC-2023-JL-094_1745482463824.pdf\",\"id\":\"1915318397406777345\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '18', null, '2025-04-24 16:14:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915321383851888642', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67264MR\",\"experimentDate\":\"2023.10.13-2023.10.27\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67264MR_1745482356159.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745482434407.rar,/oss/physical/temp/电离总剂量效应JHCS67264MR_1745483175196.xlsx\",\"id\":\"1915318397406777345\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":132,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 16:26\"}]', null, '23', null, '2025-04-24 16:26:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915324300398923777', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 16:37\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2023.10.13-2023.10.27\",\"experimentUser\":\"张兴尧\",\"id\":\"1915324300382146561\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-24 16:37:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915324332040753154', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67264MR\",\"experimentDate\":\"2023.10.13-2023.10.27\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应JHCS67264MR_1745482356159.xlsx,/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745482434407.rar,/oss/physical/temp/电离总剂量效应JHCS67264MR_1745483175196.xlsx\",\"id\":\"1915318397406777345\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 16:38\"}]', null, '4', null, '2025-04-24 16:38:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915324666452611073', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2023.10.13-2023.10.27\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-094_1745483945180.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745483951870.rar\",\"id\":\"1915324300382146561\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 16:39\"}]', null, '11', null, '2025-04-24 16:39:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915324912641478657', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67264MR\",\"experimentDate\":\"2023.10.13-2023.10.27\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745482434407.rar,/oss/physical/temp/电离总剂量效应JHCS67264MR_1745483175196_1745484006863.xlsx,/oss/physical/temp/KC-2023-JL-094_1745484017133.pdf\",\"id\":\"1915318397406777345\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 16:40\"}]', null, '23', null, '2025-04-24 16:40:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915326268961951746', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67130NJR\",\"experimentDate\":\"2023.10.13-2023.10.27\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-094_1745483945180.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20231012_1745483951870.rar,/oss/physical/temp/电离总剂量效应JHCS67130NJR_1745484340582.xlsx\",\"id\":\"1915324300382146561\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 16:45\"}]', null, '16', null, '2025-04-24 16:45:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915328073007599617', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 16:52:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915335755059924993', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 17:23\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL797034NJR\",\"experimentDate\":\"2024.12.24-2024.12.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-213_1745486389159.pdf,/oss/physical/temp/KC-2024-JL-213原始数据_1745486403112.pdf,/oss/physical/temp/电离总剂量效应JHCSL797034NJR_1745486602098.xlsx\",\"id\":\"1915335754959261697\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '25', null, '2025-04-24 17:23:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915336011067658241', '4', 'org.jeecg.common.exception.JeecgBootException:上传失败,存在非法文件类型:exe', null, null, null, '119.78.164.150', 'biz=temp', '/physical/sys/common/upload', 'org.jeecg.common.exception.JeecgBootException: 上传失败,存在非法文件类型:exe\r\n at org.jeecg.common.util.CommonUtils.upload(CommonUtils.java:146)\r\n at org.jeecg.modules.system.controller.CommonController.upload(CommonController.java:180)\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.CommonController$$SpringCGLIB$$0.upload()\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-04-24 17:24:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915336340404408321', '1', '用户名: yangsini,登录成功!', null, 'yangsini', '杨思妮', '119.78.164.179', null, null, null, null, '0', null, '2025-04-24 17:25:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337538620592129', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:30:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337555053875201', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:30:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337584774713346', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 17:30\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"3193\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N22NJR\",\"experimentDate\":\"2022.5.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS10N22NJR_1745487004521.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487034429.rar\",\"id\":\"1915337584749547522\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":11,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-24 17:30:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337601556123650', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:30:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337603204485122', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 17:30\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67264NAR\",\"experimentDate\":\"2024.12.24-2024.12.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"\",\"id\":\"1915337603103821825\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '24', null, '2025-04-24 17:30:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337685287014402', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安电子科技大学\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"22nm-FDSOI\",\"experimentDate\":\"2023.6.19\",\"experimentUser\":\"郑齐文\",\"fileUrl\":\"/oss/physical/temp/xiandianzikejidaxue_20230619_1745471518244.rar,/oss/physical/temp/FDSOI_1745471531370.xlsx\",\"id\":\"1915272450870054913\",\"manufacturer\":\"无\",\"name\":\"22nm-FDSOI\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 17:31\"}]', null, '16', null, '2025-04-24 17:31:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337686163623937', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:31:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337704601784321', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团五十八研究所\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"17#18VNMOS07\",\"experimentDate\":\"2022.5.27\",\"experimentUser\":\"于新\",\"fileUrl\":\"/oss/physical/temp/1718VNMOS07_1745470202025.xlsx,/oss/physical/temp/20220527_58SUO_YUXIN_1745470204449.rar\",\"id\":\"1915266981099180033\",\"manufacturer\":\"中国电子科技集团五十八研究所\",\"name\":\"NMOS器件\",\"totalCountLhs\":18,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 17:31\"}]', null, '11', null, '2025-04-24 17:31:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337722419187713', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团五十八研究所\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"17#18VNMOS01\",\"experimentDate\":\"2022.5.27\",\"experimentUser\":\"于新\",\"fileUrl\":\"/oss/physical/temp/1718VNMOS01_1745469935762.xlsx,/oss/physical/temp/20220527_58SUO_YUXIN_1745470105383.rar\",\"id\":\"1915264364461658114\",\"manufacturer\":\"中国电子科技集团五十八研究所\",\"name\":\"NMOS器件\",\"totalCountLhs\":18,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 17:31\"}]', null, '8', null, '2025-04-24 17:31:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337724780580865', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:31:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337755931676673', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N22NJR\",\"experimentDate\":\"2022.5.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS10N22NJR_1745487004521.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487034429.rar\",\"id\":\"1915337584749547522\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":11,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 17:31\"}]', null, '17', null, '2025-04-24 17:31:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337791994302466', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:31:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337811086774274', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:31:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337855806443522', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:31:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337921757679617', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:32:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915337969568550913', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:32:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915338023649906690', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:32:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915338038178975746', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:32:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915338090062516225', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:32:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915338559585488898', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67264NAR\",\"experimentDate\":\"2024.12.24-2024.12.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-213_1745487063709.pdf,/oss/physical/temp/KC-2024-JL-213原始数据_1745487069546.pdf,/oss/physical/temp/电离总剂量效应JHCS67264NAR_1745487270415.xlsx\",\"id\":\"1915337603103821825\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 17:34\"}]', null, '5', null, '2025-04-24 17:34:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915338771326537730', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.231', null, null, null, null, '1', null, '2025-04-24 17:35:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915338811528941570', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:35:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915338900594987009', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 17:35\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230YR\",\"experimentDate\":\"2022.5.13\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67230YR_1745487339006.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487351081.rar\",\"id\":\"1915338900569821186\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":24,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-24 17:35:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915339925158596610', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 17:39\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P45NAR1\",\"experimentDate\":\"2022.5.13-2022.5.30\",\"experimentUser\":\"张兴尧\",\"id\":\"1915339925141819393\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":4,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-24 17:39:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915339961829396482', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230YR\",\"experimentDate\":\"2022.5.13-2022.5.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67230YR_1745487339006.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487351081.rar\",\"id\":\"1915338900569821186\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":24,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 17:40\"}]', null, '16', null, '2025-04-24 17:40:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915339986525458433', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N22NJR\",\"experimentDate\":\"2022.5.13-2022.5.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS10N22NJR_1745487004521.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487034429.rar\",\"id\":\"1915337584749547522\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":11,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 17:40\"}]', null, '13', null, '2025-04-24 17:40:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915340066657636353', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P45NAR1\",\"experimentDate\":\"2022.5.13-2022.5.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS10P45NAR1_1745487626835.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487630819.rar\",\"id\":\"1915339925141819393\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":4,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 17:40\"}]', null, '21', null, '2025-04-24 17:40:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915340210417405954', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 17:41\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260NAR\",\"experimentDate\":\"2024.12.24-2024.12.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-213原始数据_1745487478611.pdf,/oss/physical/temp/KC-2024-JL-213_1745487485197.pdf,/oss/physical/temp/电离总剂量效应JHCS67260NAR_1745487663798.xlsx\",\"id\":\"1915340210400628738\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":138,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-24 17:41:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915340885553549313', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 17:43\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260MR\",\"experimentDate\":\"2022.5.13-2022.5.30\",\"experimentUser\":\"张兴尧\",\"id\":\"1915340885528383489\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":76,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-24 17:43:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915340947880906753', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260MR\",\"experimentDate\":\"2022.5.13-2022.5.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67260MR_1745487837176.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487840878.rar\",\"id\":\"1915340885528383489\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":76,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 17:44\"}]', null, '13', null, '2025-04-24 17:44:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915341213481013249', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安电子科技大学\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"22nm-FDSOI\",\"experimentDate\":\"2023.6.19-6.20\",\"experimentUser\":\"郑齐文\",\"fileUrl\":\"/oss/physical/temp/xiandianzikejidaxue_20230619_1745471518244.rar,/oss/physical/temp/FDSOI_1745471531370.xlsx\",\"id\":\"1915272450870054913\",\"manufacturer\":\"无\",\"name\":\"22nm-FDSOI\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 17:45\"}]', null, '9', null, '2025-04-24 17:45:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915341629790851074', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 17:46\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS697230NJR\",\"experimentDate\":\"2024.12.24-2024.12.24\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-213原始数据_1745487849559.pdf,/oss/physical/temp/KC-2024-JL-213_1745487856518.pdf,/oss/physical/temp/电离总剂量效应JHCS697230NJR_1745488003288.xlsx\",\"id\":\"1915341629765685249\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":36,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-24 17:46:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915342212731998209', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"e9ca23d68d884d4ebb19d07889727dae\",\"experimentId\":\"1912838447500070913\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '4', null, '2025-04-24 17:49:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915342223230341121', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"e9ca23d68d884d4ebb19d07889727dae\",\"experimentId\":\"1912838447500070913\",\"proofreader\":\"1875114862107062274\",\"status\":\"INIT\"}]', null, '7', null, '2025-04-24 17:49:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915342555041730562', '2', '试验报告-添加', '2', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentReportController.add()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1913055635972526081\",\"createBy\":\"admin\",\"createTime\":\"2025-04-24 17:50\",\"experimentId\":\"1877535814652719105\",\"id\":\"1915342555012370434\",\"proofreader\":\"1875114862107062274\",\"reportName\":\"中国电子科技集团公司第二十四研究所光辐射试验-试验报告\",\"sampleInfo\":\"[{\\\"id\\\":\\\"1877523431611887618\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":\\\"2025-01-10 09:10\\\",\\\"updateBy\\\":\\\"admin\\\",\\\"updateTime\\\":\\\"2025-01-10 10:14\\\",\\\"sysOrgCode\\\":\\\"A01\\\",\\\"experimentId\\\":\\\"1877535814652719105\\\",\\\"sampleType\\\":\\\"样品类型002\\\",\\\"sampleModel\\\":\\\"测试样品型号\\\",\\\"sampleBatch\\\":\\\"测试样品批次\\\",\\\"modelBatch\\\":\\\"测试样品型号-测试样品批次\\\",\\\"sampleManufacturer\\\":\\\"测试样品生产厂家\\\",\\\"sampleImage\\\":\\\"/oss/physical/temp/捕获2_1736471356234.PNG\\\",\\\"sampleName\\\":\\\"样品类型002\\\",\\\"key\\\":\\\"1877523431611887618\\\",\\\"picture\\\":\\\"/oss/physical/temp/无标题_1745488219839.png\\\"}]\",\"status\":\"INIT\",\"sysOrgCode\":\"A01\"}]', null, '16', null, '2025-04-24 17:50:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915342627917762561', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:50:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915342781873885186', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:51:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915342878674227202', '2', '试验报告-审核', '1', '校对', '校对', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentReportController.audit()', null, '[{\"id\":\"1915342555012370434\",\"status\":\"REJECT\"},null]', null, '22', null, '2025-04-24 17:51:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915342900564299778', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:51:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915342923452616706', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:51:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915342955836837890', '2', '试验报告-编辑', '3', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentReportController.edit()', null, '[{\"auditor\":\"1875114630388543490\",\"confirmer\":\"1913055635972526081\",\"experimentId\":\"1877535814652719105\",\"id\":\"1915342555012370434\",\"proofreader\":\"1875114862107062274\",\"sampleInfo\":\"[{\\\"id\\\":\\\"1877523431611887618\\\",\\\"createBy\\\":\\\"admin\\\",\\\"createTime\\\":\\\"2025-01-10 09:10\\\",\\\"updateBy\\\":\\\"admin\\\",\\\"updateTime\\\":\\\"2025-01-10 10:14\\\",\\\"sysOrgCode\\\":\\\"A01\\\",\\\"experimentId\\\":\\\"1877535814652719105\\\",\\\"sampleType\\\":\\\"样品类型002\\\",\\\"sampleModel\\\":\\\"测试样品型号\\\",\\\"sampleBatch\\\":\\\"测试样品批次\\\",\\\"modelBatch\\\":\\\"测试样品型号-测试样品批次\\\",\\\"sampleManufacturer\\\":\\\"测试样品生产厂家\\\",\\\"sampleImage\\\":\\\"/oss/physical/temp/捕获2_1736471356234.PNG\\\",\\\"sampleName\\\":\\\"样品类型002\\\",\\\"key\\\":\\\"1877523431611887618\\\",\\\"picture\\\":\\\"/oss/physical/temp/无标题_1745488219839.png\\\"}]\",\"status\":\"INIT\",\"updateBy\":\"admin\",\"updateTime\":\"2025-04-24 17:52\"},null]', null, '388', null, '2025-04-24 17:52:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915342984471351297', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:52:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915342999218524162', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 17:52\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260MR\",\"experimentDate\":\"2022.3.31-2022.4.22\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67260MR.xlsx-027_1745488310664.xlsx,/oss/physical/temp/深圳吉华微特-李潇-20220324_1745488329881.rar\",\"id\":\"1915342999184969730\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":92,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-24 17:52:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915343002834014209', '1', '用户名: 校对,登录成功!', null, '校对', '校对', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:52:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915343494477746178', '1', '用户名: 校对,退出成功!', null, '校对', '校对', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:54:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915343516044857346', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 17:54:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915343964034273282', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 17:56\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL797064MR\",\"experimentDate\":\"2022.3.31-2022.4.22\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCSL797064MR_1745488556336.xlsx,/oss/physical/temp/深圳吉华微特-李潇-20220324_1745488559995.rar\",\"id\":\"1915343964000718850\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":22,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '9', null, '2025-04-24 17:56:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915344862672293889', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 17:59\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL797064MR\",\"experimentDate\":\"2022.3.31-2022.4.22\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCSL797064MR-25-49_1745488769016.xlsx,/oss/physical/temp/深圳吉华微特-李潇-20220324_1745488771735.rar\",\"id\":\"1915344862647128065\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":24,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-24 17:59:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915347118280904706', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"北京遥测技术研究所\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 18:08\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CZ4-10-6传感器\",\"experimentDate\":\"2023.10.31-2023.11.03\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-107_1745489062558.pdf,/oss/physical/temp/KC-2023-JL-107原始数据_1745489069223.pdf,/oss/physical/temp/电离总剂量效应CZ4-10-6传感器_1745489310911.xlsx\",\"id\":\"1915347118264127489\",\"manufacturer\":\"北京遥测技术研究所\",\"name\":\"CZ4-10-6传感器\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"敏感元器件和传感器(件)\"}]', null, '5', null, '2025-04-24 18:08:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915347447684763649', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:09:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915347497978662913', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:10:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915348123387138050', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"北京遥测技术研究所\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 18:12\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"YA10-26变换器\",\"experimentDate\":\"2023.10.31-2023.11.03\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-107原始数据_1745489484811.pdf,/oss/physical/temp/KC-2023-JL-107_1745489490988.pdf,/oss/physical/temp/电离总剂量效应YA10-26变换器_1745489550812.xlsx\",\"id\":\"1915348123370360833\",\"manufacturer\":\"北京遥测技术研究所\",\"name\":\"YA10-26变换器\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"电源变换器\"}]', null, '6', null, '2025-04-24 18:12:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915349711950417922', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '7', null, '2025-04-24 18:18:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915349721656037378', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '6', null, '2025-04-24 18:18:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915349731441348610', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '5', null, '2025-04-24 18:18:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915349732162768898', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '5', null, '2025-04-24 18:18:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915349732884189185', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '8', null, '2025-04-24 18:18:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915349733370728450', '2', '试验管理-完成试验', '1', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1912838447500070913\"}]', null, '4', null, '2025-04-24 18:18:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915350039944990721', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海空间电源研究所\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 18:20\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2022.7.8\",\"experimentUser\":\"于钢\",\"id\":\"1915350039919824898\",\"manufacturer\":\"无\",\"name\":\"三界砷化镓太阳能电池\",\"totalCountLhs\":42,\"totalCountXhy\":4,\"type\":\"太阳能电力系统(仅列出太阳能电 池)\"}]', null, '7', null, '2025-04-24 18:20:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915350082353598465', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海空间电源研究所\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2022.7.8\",\"experimentUser\":\"于钢\",\"id\":\"1915350039919824898\",\"manufacturer\":\"xx\",\"name\":\"三界砷化镓太阳能电池\",\"totalCountLhs\":42,\"totalCountXhy\":4,\"type\":\"太阳能电力系统(仅列出太阳能电 池)\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-24 18:20\"}]', null, '6', null, '2025-04-24 18:20:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915351734523498498', '2', '试验管理-暂存', '1', 'admin', '管理员', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"createBy\":\"admin\",\"createTime\":\"2025-04-24 18:26\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"endDate\":\"2025-04-24 18:32\",\"experimentNo\":\"KC-2025-JL-068\",\"fileList\":[],\"id\":\"1915351734347337730\",\"indexNo\":18,\"irradiationBoardList\":[],\"sampleInfoList\":[],\"startDate\":\"2025-04-23 18:33\",\"status\":\"暂存\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"sysOrgCode\":\"A01\"},null]', null, '52', null, '2025-04-24 18:26:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915352637129330690', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"五院物资部\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 18:30\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.10.15-2024.12.17\",\"experimentUser\":\"孙梦君\",\"id\":\"1915352637028667393\",\"manufacturer\":\"西安微电子技术研究所\",\"name\":\"辐射加固高速放大器\",\"totalCountLhs\":41,\"totalCountXhy\":1,\"type\":\"放大器\"}]', null, '24', null, '2025-04-24 18:30:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915353693917777922', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"国电子科技集团公司第四十四研究所\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 18:34\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GM1201A\",\"experimentDate\":\"2024.7.2-2024.7.3\",\"experimentUser\":\"孙梦君\",\"id\":\"1915353693892612098\",\"manufacturer\":\"中国电子科技集团公司第四十四研究所\",\"name\":\"GM1201A型CCD成像器件\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"光纤用电源和图像探测器\"}]', null, '5', null, '2025-04-24 18:34:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915355360721604609', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"工业和信息化部电子第五研究所\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 18:41\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2022.4.18\",\"experimentUser\":\"刘海涛\",\"id\":\"1915355360696438786\",\"manufacturer\":\"xx\",\"name\":\"PCB板\",\"totalCountLhs\":30,\"totalCountXhy\":1,\"type\":\"电气电子组件、板和卡(仅列出印制 电路板)\"}]', null, '5', null, '2025-04-24 18:41:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915356138207154177', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院上海微系统研究所\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 18:44\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.12.16-2024.12.17\",\"experimentUser\":\"孙梦君\",\"id\":\"1915356138144239618\",\"manufacturer\":\"xx\",\"name\":\"DIP24陶瓷封装样品\",\"totalCountLhs\":40,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '17', null, '2025-04-24 18:44:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915356803650260994', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第十四研究所\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 18:47\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"T/R组件,电源组件,波控单元\",\"experimentDate\":\"2022.06.28-2022.06.28\",\"experimentUser\":\"于新\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-077_1745491291550.pdf\",\"id\":\"1915356803616706561\",\"manufacturer\":\"中国电子科技集团公司第十四研究所\",\"name\":\"KC-2022-JL-077\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\"}]', null, '9', null, '2025-04-24 18:47:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915357101441650690', '2', '历史一期记录-添加', '2', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"天津津航技术物理研究所\",\"createBy\":\"yangsini\",\"createTime\":\"2025-04-24 18:48\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.10.25\",\"experimentUser\":\"孙梦君\",\"id\":\"1915357101408096257\",\"manufacturer\":\"xx\",\"name\":\"宽波段探测器\",\"totalCountLhs\":5,\"totalCountXhy\":1,\"type\":\"敏感元器件和传感器(件)\"}]', null, '8', null, '2025-04-24 18:48:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915358202534531074', '2', '添加用户,username: test', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:52:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915358431644192770', '2', '修改角色ID: 1846817020787142658 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:53:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915358447695794178', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:53:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915358472026951682', '1', '用户名: test,登录成功!', null, 'test', 'test', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:53:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915358525487550465', '2', '试验管理-暂存', '1', 'test', 'test', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.staging()', null, '[{\"createBy\":\"test\",\"createTime\":\"2025-04-24 18:53\",\"deviationConditionList\":[],\"deviationEquipmentList\":[],\"experimentNo\":\"KC-2025-JL-070\",\"experimentUser\":\"1907009496357748737\",\"fileList\":[],\"id\":\"1915358525311389698\",\"indexNo\":19,\"irradiationBoardList\":[],\"sampleInfoList\":[],\"status\":\"暂存\",\"supervisor\":\"1915358202417090561\",\"type\":\"1\"},null]', null, '47', null, '2025-04-24 18:53:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915358573210341377', '1', '用户名: test,退出成功!', null, 'test', 'test', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:54:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915358593640796161', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:54:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915358807072149506', '2', '修改角色ID: f6817f48af4fb3af11b9e8bf182f618b 的权限配置,操作人: admin', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:55:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915358821643161601', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:55:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915358843172524033', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:55:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915358964274663425', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:55:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915359027734482946', '1', '用户名: test,登录成功!', null, 'test', 'test', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:55:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915359485765062657', '2', '试验管理-编辑', '3', 'test', 'test', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"test\",\"createTime\":\"2025-04-24 18:57\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"TY02\",\"experimentId\":\"1915358525311389698\",\"id\":\"1915359485697953794\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"324\",\"sampleImage\":\"/oss/physical/temp/无标题_1745492252443.png\",\"sampleModel\":\"i岁发的会受到\"}],\"endDate\":\"2025-04-24 00:00\",\"experimentNo\":\"KC-2025-JL-070\",\"experimentUser\":\"1907009496357748737\",\"fileList\":[],\"id\":\"1915358525311389698\",\"indexNo\":19,\"irradiationBoardList\":[{\"createBy\":\"test\",\"createTime\":\"2025-04-24 18:57\",\"experimentId\":\"1915358525311389698\",\"id\":\"1915359485714731009\",\"irradiationBoardCode\":\"-1\",\"irradiationBoardNumber\":\"1\",\"measurementValidity\":\"2025-04-24至2025-05-22\",\"sampleBatch\":\"003\",\"sampleImage\":\"/oss/physical/temp/无标题_1745492222352.png\",\"sampleModel\":\"i岁发的会受到\",\"sourceArea\":\"1\"}],\"name\":\"中国电子科技集团公司第二十四研究所大钴源试验\",\"radiationSourceType\":\"大钴源\",\"sampleInfoList\":[{\"createBy\":\"test\",\"createTime\":\"2025-04-24 18:57\",\"experimentId\":\"1915358525311389698\",\"id\":\"1915359485664399362\",\"modelBatch\":\"i岁发的会受到-003\",\"sampleBatch\":\"003\",\"sampleImage\":\"/oss/physical/temp/无标题_1745492195879.png\",\"sampleManufacturer\":\"中国电子科技集团公司第二十四研究所\",\"sampleModel\":\"i岁发的会受到\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\"}],\"startDate\":\"2025-04-24 00:56\",\"status\":\"试验前\",\"supervisor\":\"1915358202417090561\",\"type\":\"1\",\"updateBy\":\"test\",\"updateTime\":\"2025-04-24 18:57\"},null]', null, '63', null, '2025-04-24 18:57:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915359684797370369', '2', '试验管理-编辑', '3', 'test', 'test', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"deviationEquipmentList\":[{\"createBy\":\"test\",\"createTime\":\"2025-04-24 18:57\",\"equipmentModel\":\"IT6333A\",\"equipmentNo\":\"TY02\",\"experimentId\":\"1915358525311389698\",\"id\":\"1915359485697953794\",\"measurementValidity\":\"2025-04-17\",\"roomNo\":\"324\",\"sampleImage\":\"/oss/physical/temp/无标题_1745492252443.png\",\"sampleModel\":\"i岁发的会受到\",\"updateBy\":\"test\",\"updateTime\":\"2025-04-24 18:58\"}],\"endDate\":\"2025-04-24 00:00:00\",\"experimentNo\":\"KC-2025-JL-070\",\"experimentUser\":\"1907009496357748737\",\"id\":\"1915358525311389698\",\"indexNo\":19,\"irradiationBoardList\":[{\"createBy\":\"test\",\"createTime\":\"2025-04-24 18:57\",\"experimentId\":\"1915358525311389698\",\"id\":\"1915359485714731009\",\"irradiationBoardCode\":\"-1\",\"irradiationBoardNumber\":\"1\",\"measurementValidity\":\"2025-04-24至2025-05-22\",\"sampleBatch\":\"003\",\"sampleImage\":\"/oss/physical/temp/无标题_1745492222352.png\",\"sampleModel\":\"i岁发的会受到\",\"sourceArea\":\"1\",\"updateBy\":\"test\",\"updateTime\":\"2025-04-24 18:58\"}],\"name\":\"中国电子科技集团公司第二十四研究所大钴源试验\",\"radiationSourceType\":\"大钴源\",\"sampleInfoList\":[{\"createBy\":\"test\",\"createTime\":\"2025-04-24 18:57\",\"experimentId\":\"1915358525311389698\",\"id\":\"1915359485664399362\",\"modelBatch\":\"i岁发的会受到-003\",\"sampleBatch\":\"003\",\"sampleImage\":\"/oss/physical/temp/无标题_1745492195879.png\",\"sampleManufacturer\":\"中国电子科技集团公司第二十四研究所\",\"sampleModel\":\"i岁发的会受到\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"updateBy\":\"test\",\"updateTime\":\"2025-04-24 18:58\"}],\"startDate\":\"2025-04-24 00:56:00\",\"status\":\"试验前\",\"supervisor\":\"1915358202417090561\",\"type\":\"1\",\"updateBy\":\"test\",\"updateTime\":\"2025-04-24 18:58\"},null]', null, '167', null, '2025-04-24 18:58:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915359703759818754', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'test', 'test', '210.73.34.231', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:223)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:306)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1729.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor387.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1729.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-04-24 18:58:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915359739440762882', '4', 'java.lang.IllegalArgumentException:试验状态不正确!', null, 'test', 'test', '210.73.34.231', null, '/physical/database/experiment/complete', 'java.lang.IllegalArgumentException: 试验状态不正确!\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.changeStatus(ExperimentServiceImpl.java:223)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.changeStatus()\r\n at org.jeecg.modules.database.controller.ExperimentController.complete(ExperimentController.java:306)\r\n at jdk.internal.reflect.GeneratedMethodAccessor1729.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor387.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.complete()\r\n at jdk.internal.reflect.GeneratedMethodAccessor1729.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-04-24 18:58:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915359882600747009', '2', '辐照过程-添加', '2', 'test', 'test', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentRadiationProcessController.add()', null, '[{\"comment\":\"无\",\"createBy\":\"test\",\"createTime\":\"2025-04-24 18:59\",\"environmentalTemperature\":\"22\",\"exceptionRecord\":\"无\",\"experimentId\":\"1915358525311389698\",\"id\":\"1915359882416197634\",\"measurementRate\":\"[{\\\"xgy\\\":\\\"1\\\"}]\",\"radiationDetail\":\"{\\\"xgy\\\":[{\\\"key\\\":\\\"2dcf9a04a477427dab1e32ebcfb1d862\\\",\\\"plannedMeasurementRate\\\":\\\"1\\\",\\\"actualMeasurementRate\\\":\\\"1\\\",\\\"plannedMeasurementPoint\\\":\\\"1\\\",\\\"point\\\":\\\"1\\\",\\\"startTime\\\":\\\"2025-04-24 00:03\\\",\\\"endTime\\\":\\\"2025-04-24 00:03\\\"}],\\\"dgy\\\":[],\\\"x\\\":[],\\\"electronics\\\":[],\\\"proton\\\":[]}\",\"radiationEndTime\":\"2025-04-24 00:03\",\"radiationSource\":\"小钴源\",\"radiationStandard\":\"18-30,1874767246307520514\",\"radiationStartTime\":\"2025-04-24 00:03\",\"sampleInfo\":\"1915359485664399362\",\"sampleInfoList\":[{\"createBy\":\"test\",\"createTime\":\"2025-04-24 18:57\",\"experimentId\":\"1915358525311389698\",\"id\":\"1915359485664399362\",\"modelBatch\":\"i岁发的会受到-003\",\"sampleBatch\":\"003\",\"sampleImage\":\"/oss/physical/temp/无标题_1745492195879.png\",\"sampleManufacturer\":\"中国电子科技集团公司第二十四研究所\",\"sampleModel\":\"i岁发的会受到\",\"sampleName\":\"样品类型002\",\"sampleType\":\"样品类型002\",\"updateBy\":\"test\",\"updateTime\":\"2025-04-24 18:59\"}],\"updateBy\":\"test\",\"updateTime\":\"2025-04-24 18:59\"},null]', null, '70', null, '2025-04-24 18:59:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915359900200046593', '2', '试验管理-完成试验', '1', 'test', 'test', '210.73.34.231', 'org.jeecg.modules.database.controller.ExperimentController.complete()', null, '[{\"id\":\"1915358525311389698\"}]', null, '57', null, '2025-04-24 18:59:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915359932718485505', '1', '用户名: test,退出成功!', null, 'test', 'test', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:59:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915359953270575106', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-24 18:59:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915360670882435073', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第十四研究所\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"T/R组件,电源组件,波控单元\",\"experimentDate\":\"2022.06.28-2022.06.28\",\"experimentUser\":\"于新\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-077_1745491291550.pdf\",\"id\":\"1915356803616706561\",\"manufacturer\":\"中国电子科技集团公司第十四研究所\",\"name\":\"KC-2022-JL-077\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电气电子组件、板和卡\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 19:02\"}]', null, '43', null, '2025-04-24 19:02:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915362269897920514', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中核105所\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 19:08\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"伺服驱动器A5,B5,B6,D6\",\"experimentDate\":\"2024.08.28-2024.09.01\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-139_1745492924043.pdf\",\"id\":\"1915362269872754689\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-139\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他混合集成电路\"}]', null, '8', null, '2025-04-24 19:08:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915364453997842433', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\n; Data truncation: Data too long for column \'type\' at row 1', null, 'yangjicong', '杨济聪', '119.78.164.150', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\n; Data truncation: Data too long for column \'type\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor523.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor387.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor243.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-24 19:17:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915364471051882498', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\n; Data truncation: Data too long for column \'type\' at row 1', null, 'yangjicong', '杨济聪', '119.78.164.150', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\n; Data truncation: Data too long for column \'type\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor523.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor387.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor243.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-24 19:17:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915364521412890626', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\n; Data truncation: Data too long for column \'type\' at row 1', null, 'yangjicong', '杨济聪', '119.78.164.150', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_provider, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\n; Data truncation: Data too long for column \'type\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor523.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor387.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor243.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-24 19:17:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915364896941510658', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电44所\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 19:19\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GD3561T-G,GD3562T-G,GT322D-60-SM-FC/APC-G,GD3561T,GD3562T,GT322D-60-SM-FC/APC\",\"experimentDate\":\"2023.11.08-2023.11.27\",\"experimentUser\":\"郑齐文\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-115_1745493442833.pdf\",\"id\":\"1915364896924733442\",\"manufacturer\":\"中电44所\",\"name\":\"KC-2023-JL-115\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\"}]', null, '5', null, '2025-04-24 19:19:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915365751191212034', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电44所\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 19:22\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HPD20,PD300,GD45220R,GD45238S-Z,GD6881-64H\",\"experimentDate\":\"2023.11.08-2023.11.27\",\"experimentUser\":\"郑齐文\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-115_1745493754535.pdf\",\"id\":\"1915365751166046210\",\"manufacturer\":\"中电44所\",\"name\":\"KC-2023-JL-115\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"二极管,其他电气和电子元器件,光纤用ZG电源和图像探测器\"}]', null, '6', null, '2025-04-24 19:22:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915365842056613890', '2', '历史一期记录-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第十四研究所\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"T/R组件,电源组件,波控单元\",\"experimentDate\":\"2022.06.28-2022.06.28\",\"experimentUser\":\"于新\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-077_1745491291550.pdf\",\"id\":\"1915356803616706561\",\"manufacturer\":\"中国电子科技集团公司第十四研究所\",\"name\":\"KC-2022-JL-077\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-24 19:22\"}]', null, '7', null, '2025-04-24 19:22:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915366887973425153', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电44所\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 19:27\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GM1201A型CCD成像器件\",\"experimentDate\":\"2023.10.20-2023.10.20\",\"experimentUser\":\"刘炳凯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-099_1745494025133.pdf\",\"id\":\"1915366887948259330\",\"manufacturer\":\"中电44所\",\"name\":\"KC-2023-JL-099\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\"}]', null, '6', null, '2025-04-24 19:27:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915368394999435266', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中物院八所\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 19:33\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MOS-裸片\",\"experimentDate\":\"2023.10.30-2023.10.30\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-104_1745494383884.pdf\",\"id\":\"1915368394982658050\",\"manufacturer\":\"XX\",\"name\":\"KC-2023-JL-104\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-24 19:33:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915369074115973121', '2', '历史一期记录-添加', '2', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电44所\",\"createBy\":\"yangjicong\",\"createTime\":\"2025-04-24 19:35\",\"dataEntry\":\"杨济聪\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GM1201A型CCD成像器件\",\"experimentDate\":\"2024.08.01-2024.08.1\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-125_1745494546534.pdf\",\"id\":\"1915369074090807298\",\"manufacturer\":\"中电44所\",\"name\":\"KC-2024-JL-125\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\"}]', null, '6', null, '2025-04-24 19:35:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915372086838398978', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '1', null, '2025-04-24 19:47:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915592922744721410', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-25 10:25:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915599153437839361', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-25 10:50:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915619128441540609', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-25 12:09:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915625385613299713', '1', '用户名: chenpan,登录成功!', null, 'chenpan', '陈攀', '119.78.164.165', null, null, null, null, '0', null, '2025-04-25 12:34:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915635708684636161', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-25 13:15:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915638572026925058', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"(17 - 011) 5216, (16 - 019), 1012 、 (16 - 020) 0830,XX\",\"deviceFunction\":\"存储\",\"deviceMode\":\"AS008MA12A,MT46V128M8P,Hitachi HM628128 SRAM\",\"deviceName\":\"非易失性内存,DDR SDRAM,SRAM\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2017.03-2017.10,2017.06,XX\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data.xlsx\"},\"id\":\"58df0c2381fc6065074d8358524e59fd\",\"manufacturer\":\"Avalanche Technology,Micron,日立公司\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-25 13:26\"}]', null, '6', null, '2025-04-25 13:26:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915674596895592450', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-25 15:49:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915708182520631298', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-25 18:03:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915709344959401986', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"八院808所元器件事业部\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-25 18:07\",\"dataEntry\":\"黄侃\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"IXXN110N65B4H1,SM320C6678ACYPW,CMV12000-2E5M1PA,IMX253LLR-C\",\"experimentDate\":\"2022.06.28-2022.07.19\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-075_1745575673560.pdf\",\"id\":\"1915709344883904513\",\"manufacturer\":\"IXYS,TI,CMOSIS,SONY\",\"name\":\"KC-2022-JL-075\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管,数字集成电路,敏感元器件和传感器(件)\"}]', null, '19', null, '2025-04-25 18:07:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915715131547029506', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-25 18:30:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915726155885023233', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-25 19:14:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915726916748546050', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"(17 - 011) 5216, (16 - 019), 1012 、 (16 - 020) 0830,XX\",\"deviceFunction\":\"存储\",\"deviceMode\":\"AS008MA12A,MT46V128M8P,Hitachi HM628128 SRAM\",\"deviceName\":\"非易失性内存,DDR SDRAM,SRAM\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2017.03-2017.10,2017.06,XX\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data.xlsx\\\",\\\"单粒子效应_1745579855749.xlsx\\\":\\\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/单粒子效应_1745579855749.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data.xlsx\",\"单粒子效应_1745579855749.xlsx\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/单粒子效应_1745579855749.xlsx\"},\"id\":\"58df0c2381fc6065074d8358524e59fd\",\"manufacturer\":\"Avalanche Technology,Micron,日立公司\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-25 19:17\"}]', null, '8', null, '2025-04-25 19:17:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915729487903035394', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"(17 - 011) 5216, (16 - 019), 1012 、 (16 - 020) 0830,XX\",\"deviceFunction\":\"存储\",\"deviceMode\":\"AS008MA12A,MT46V128M8P,Hitachi HM628128 SRAM\",\"deviceName\":\"非易失性内存,DDR SDRAM,SRAM\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2017.03-2017.10,2017.06,XX\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data_1745580476394.xlsx\\\":\\\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data_1745580476394.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data_1745580476394.xlsx\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data_1745580476394.xlsx\"},\"id\":\"58df0c2381fc6065074d8358524e59fd\",\"manufacturer\":\"Avalanche Technology,Micron,日立公司\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-25 19:27\"}]', null, '5', null, '2025-04-25 19:27:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915731019402809345', '1', '用户名: sunjiacheng,登录成功!', null, 'sunjiacheng', '孙家诚', '119.78.164.164', null, null, null, null, '0', null, '2025-04-25 19:34:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915732248858169346', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-25 19:38:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915733152806178817', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-25 19:42\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CD4017D\",\"experimentDate\":\"2024.09.09-2024.10.12\",\"experimentUser\":\"魏莹\",\"id\":\"1915733152797790210\",\"manufacturer\":\"XX\",\"name\":\"十进制计数器\",\"totalCountLhs\":36,\"totalCountXhy\":3,\"type\":\"数字集成电路\"}]', null, '4', null, '2025-04-25 19:42:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915734102535016449', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-25 19:46\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"54HC14\",\"experimentDate\":\"2024.09.09-2024.10.12\",\"experimentUser\":\"魏莹\",\"id\":\"1915734102501462018\",\"manufacturer\":\"XX\",\"name\":\"反相器\",\"totalCountLhs\":72,\"totalCountXhy\":3,\"type\":\"数字集成电路\"}]', null, '8', null, '2025-04-25 19:46:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1915734545633873922', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-25 19:48:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916311420735295489', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-27 10:00:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916321683161190401', '1', '用户名: shichengcheng,登录成功!', null, 'shichengcheng', '史成城', '119.78.167.45', null, null, null, null, '0', null, '2025-04-27 10:41:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916321881459494913', '2', '历史一期记录-编辑', '3', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"沈阳中科新宇空间智能装备有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GMS GEN1\",\"experimentDate\":\"2025/2/14\",\"experimentUser\":\"王金鹏\",\"id\":\"1914911971559575554\",\"manufacturer\":\"沈阳中科新宇空间智能装备有限公司\",\"name\":\"温度传感器AD590KF\",\"type\":\"温度传感器\",\"updateBy\":\"shichengcheng\",\"updateTime\":\"2025-04-27 10:41\"}]', null, '18', null, '2025-04-27 10:41:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916323438754238466', '2', '历史一期记录-编辑', '3', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"沈阳中科新宇空间智能装备有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GMS GEN1\",\"experimentDate\":\"2025/2/14\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745722083517.xlsx\",\"id\":\"1914911971559575554\",\"manufacturer\":\"沈阳中科新宇空间智能装备有限公司\",\"name\":\"温度传感器AD590KF\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"温度传感器\",\"updateBy\":\"shichengcheng\",\"updateTime\":\"2025-04-27 10:48\"}]', null, '32', null, '2025-04-27 10:48:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916324925148467202', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电科蓝天科技股份有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 10:54\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BSC110N15NS5\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745722438071.xlsx\",\"id\":\"1916324925064581122\",\"manufacturer\":\"Infineon\",\"name\":\"BSC110N15NS5场效应晶体\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"NMOS\"}]', null, '20', null, '2025-04-27 10:54:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916325638398251010', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电科蓝天科技股份有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 10:56\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BSP297\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745722605823.xlsx\",\"id\":\"1916325638356307969\",\"manufacturer\":\"Infineon\",\"name\":\"BSP297小信号晶体管\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"小信号晶体管\"}]', null, '9', null, '2025-04-27 10:56:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916326163931959297', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电科蓝天科技股份有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 10:58\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BSP317P\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"id\":\"1916326163906793473\",\"manufacturer\":\"Infineon\",\"name\":\"BSP317P小信号晶体管\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"小信号晶体管\"}]', null, '8', null, '2025-04-27 10:58:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916326211348566018', '2', '历史一期记录-编辑', '3', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科蓝天科技股份有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BSP317P\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745722745643.xlsx\",\"id\":\"1916326163906793473\",\"manufacturer\":\"Infineon\",\"name\":\"BSP317P小信号晶体管\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"小信号晶体管\",\"updateBy\":\"shichengcheng\",\"updateTime\":\"2025-04-27 10:59\"}]', null, '41', null, '2025-04-27 10:59:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916326941392343042', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电科蓝天科技股份有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:02\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"INA293B2QDBVRQ1\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745722918856.xlsx\",\"id\":\"1916326941325234177\",\"manufacturer\":\"TI\",\"name\":\"INA293-Q1超精密电流感应放大器\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"电流感应放大器\"}]', null, '17', null, '2025-04-27 11:02:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916327539453956097', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电科蓝天科技股份有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:04\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TPS3808G33DBV\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745723062484.xlsx\",\"id\":\"1916327539416207361\",\"manufacturer\":\"TI\",\"name\":\"TPS3808低静态电流\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"低静态电流源\"}]', null, '9', null, '2025-04-27 11:04:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916328525811650561', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海格思航天科技有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:08\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"IS64WV102416EDBLL-12CT2LA3\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745723254841.xlsx\",\"id\":\"1916328525778096129\",\"manufacturer\":\"/\",\"name\":\"SRAM\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"存储器\"}]', null, '9', null, '2025-04-27 11:08:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916329150398042114', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海格思航天科技有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:10\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SAMV71Q21RT-H8X-HPATSAMV71Q21B-AAB\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745723445899.xlsx\",\"id\":\"1916329150372876290\",\"manufacturer\":\"/\",\"name\":\"CPU\",\"totalCountLhs\":20,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '4', null, '2025-04-27 11:10:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916329184766169090', '2', '历史一期记录-编辑', '3', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海格思航天科技有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"IS64WV102416EDBLL-12CT2LA3\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745723254841.xlsx\",\"id\":\"1916328525778096129\",\"manufacturer\":\"/\",\"name\":\"SRAM\",\"totalCountLhs\":20,\"totalCountXhy\":1,\"type\":\"存储器\",\"updateBy\":\"shichengcheng\",\"updateTime\":\"2025-04-27 11:10\"}]', null, '37', null, '2025-04-27 11:10:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916329514115502082', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海格思航天科技有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:12\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SAMV71Q21RT-H8X-HPATSAMV71Q21B-AAB\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745723533843.xlsx\",\"id\":\"1916329514098724865\",\"manufacturer\":\"/\",\"name\":\"FLASH\",\"totalCountLhs\":20,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '5', null, '2025-04-27 11:12:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916332034464387074', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"804所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:22\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CMV4000\",\"experimentDate\":\"2025.2.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745724134053.xlsx\",\"id\":\"1916332034430832641\",\"manufacturer\":\"CMOSIS公司\",\"name\":\"探测器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '8', null, '2025-04-27 11:22:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916332881021734913', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"804所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:25\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GSENSE2020BSI-A10HV\",\"experimentDate\":\"2025.2.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745724336404.xlsx\",\"id\":\"1916332880996569089\",\"manufacturer\":\"长光辰芯\",\"name\":\"探测器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '7', null, '2025-04-27 11:25:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916333549652512769', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"804所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:28\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"/\",\"experimentDate\":\"2025.2.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745724496043.xlsx\",\"id\":\"1916333549476352002\",\"manufacturer\":\"中电四十六所 上海大学\",\"name\":\"掺铒光纤陀螺仪\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"掺铒光纤光源\"}]', null, '42', null, '2025-04-27 11:28:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916334048040685569', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"804所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:30\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"编号42823062\",\"experimentDate\":\"2025.2.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745724614497.xlsx\",\"id\":\"1916334047956799489\",\"manufacturer\":\"中国电子科技集团第四十四研究所\",\"name\":\"Y波导集成光学器件\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"集成光学器件\"}]', null, '19', null, '2025-04-27 11:30:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916335363055652866', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"804所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:35\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"编号2311871\",\"experimentDate\":\"2025.2.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745724928398.xlsx\",\"id\":\"1916335362963378178\",\"manufacturer\":\"/\",\"name\":\"探测器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '21', null, '2025-04-27 11:35:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916335747845296130', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-27 11:37:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916336223399677953', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"808所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:38\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"yulong810A\",\"experimentDate\":\"2025.2.20\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745725132942.xlsx\",\"id\":\"1916336223240294402\",\"manufacturer\":\"珠海航宇微科技股份有限公司\",\"name\":\"人工智能芯片\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"芯片\"}]', null, '40', null, '2025-04-27 11:38:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916336632755359745', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"808所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:40\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MRC-V100-3165J\",\"experimentDate\":\"2025.2.20\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745725230840.xlsx\",\"id\":\"1916336632730193921\",\"manufacturer\":\"天数智芯公司\",\"name\":\"GPU芯片-HBM\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"芯片\"}]', null, '8', null, '2025-04-27 11:40:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916337653506347009', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"808所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:44\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MRC-V100-3166J\",\"experimentDate\":\"2025.2.20\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745725473963.xlsx\",\"id\":\"1916337653489569793\",\"manufacturer\":\"天数智芯公司\",\"name\":\"GPU芯片-主控芯片\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"芯片\"}]', null, '5', null, '2025-04-27 11:44:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916338169904861185', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"808所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:46\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SM8748MP\",\"experimentDate\":\"2025.2.20\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745725597243.xlsx\",\"id\":\"1916338169879695361\",\"manufacturer\":\"深圳国微\",\"name\":\"PCIe 3.0交换电路\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"交换电路\"}]', null, '7', null, '2025-04-27 11:46:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916338784395563010', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"808所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:49\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FMQL100TAI900型FPGA芯片\",\"experimentDate\":\"2025.2.21\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745725743480.xlsx\",\"id\":\"1916338784378785794\",\"manufacturer\":\"复旦微公司\",\"name\":\"FPGA芯片\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"芯片\"}]', null, '5', null, '2025-04-27 11:49:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916339433166311425', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所新集成电路事业部\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-27 11:51\",\"dataEntry\":\"黄侃\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7227T1RH\",\"experimentDate\":\"2022.03.02\",\"experimentUser\":\"李小龙\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-012_1745725381327.pdf,/oss/physical/temp/LCS7227T1RH电离总剂量效应_1745725389209.xlsx,/oss/physical/temp/LCS7227T1RH_1745725819934.zip\",\"id\":\"1916339433124368386\",\"manufacturer\":\"771所西岳公司\",\"name\":\"LCS7227T1RH型N沟场效应晶体管\",\"totalCountLhs\":14,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '12', null, '2025-04-27 11:51:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916339759231504385', '2', '历史一期记录-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所新集成电路事业部\",\"dataEntry\":\"黄侃\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7227T1RH\",\"experimentDate\":\"2022.03.02\",\"experimentUser\":\"李小龙\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-012_1745725381327.pdf,/oss/physical/temp/LCS7227T1RH电离总剂量效应_1745725389209.xlsx,/oss/physical/temp/LCS7227T1RH_1745725819934.zip\",\"id\":\"1916339433124368386\",\"manufacturer\":\"771所西岳公司\",\"name\":\"抗辐射N沟场效应晶体管\",\"totalCountLhs\":14,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-27 11:52\"}]', null, '6', null, '2025-04-27 11:52:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916340229538811906', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所新集成电路事业部\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-27 11:54\",\"dataEntry\":\"黄侃\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7508U3RH\",\"experimentDate\":\"2022.03.02\",\"experimentUser\":\"李小龙\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-012_1745726076546.pdf,/oss/physical/temp/LCS7508U3RH电离总剂量效应_1745726083556.xlsx,/oss/physical/temp/LCS7508U3RH_1745726087734.zip\",\"id\":\"1916340229513646082\",\"manufacturer\":\"771所西岳公司\",\"name\":\"抗辐射P沟场效应晶体管\",\"totalCountLhs\":14,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-27 11:54:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916341094706286594', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电24所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:58\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SF207MFRH\",\"experimentDate\":\"2025.2.27\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-024_1745726294270.xlsx\",\"id\":\"1916341094689509378\",\"manufacturer\":\"中电24所\",\"name\":\"抗辐射IF/RF差分放大器\",\"totalCountLhs\":24,\"totalCountXhy\":1,\"type\":\"差分放大器\"}]', null, '5', null, '2025-04-27 11:58:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916341469580595201', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电24所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 11:59\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SX8042XRH\",\"experimentDate\":\"2025.2.27\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-024_1745726384049.xlsx\",\"id\":\"1916341469521874945\",\"manufacturer\":\"中电24所\",\"name\":\"双路高速轨道轨运算放大器\",\"totalCountLhs\":6,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '15', null, '2025-04-27 11:59:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916341515768270849', '2', '历史一期记录-编辑', '3', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SF207MFRH\",\"experimentDate\":\"2025.2.27\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-024_1745726294270.xlsx\",\"id\":\"1916341094689509378\",\"manufacturer\":\"中电24所\",\"name\":\"抗辐射IF/RF差分放大器\",\"totalCountLhs\":6,\"totalCountXhy\":1,\"type\":\"差分放大器\",\"updateBy\":\"shichengcheng\",\"updateTime\":\"2025-04-27 11:59\"}]', null, '20', null, '2025-04-27 11:59:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916341847697100801', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电24所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 12:01\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SX811MDRH\",\"experimentDate\":\"2025.2.27\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-024_1745726474546.xlsx\",\"id\":\"1916341847596437505\",\"manufacturer\":\"中电24所\",\"name\":\"抗辐照高速运算放大器\",\"totalCountLhs\":6,\"totalCountXhy\":1,\"type\":\"速运算放大器\"}]', null, '23', null, '2025-04-27 12:01:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916342564335882241', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电24所\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 12:04\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW580RH\",\"experimentDate\":\"2025.2.27\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-024_1745726645153.xlsx\",\"id\":\"1916342564319105026\",\"manufacturer\":\"中电24所\",\"name\":\"2.5V电压基准源\",\"totalCountLhs\":6,\"totalCountXhy\":1,\"type\":\"电压基准源\"}]', null, '5', null, '2025-04-27 12:04:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916342630752686082', '2', '历史一期记录-编辑', '3', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW580RH\",\"experimentDate\":\"2025.2.27\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-024_1745726645153.xlsx\",\"id\":\"1916342564319105026\",\"manufacturer\":\"中电24所\",\"name\":\"2.5V电压基准源\",\"totalCountLhs\":6,\"totalCountXhy\":1,\"type\":\"电压基准源\",\"updateBy\":\"shichengcheng\",\"updateTime\":\"2025-04-27 12:04\"}]', null, '8', null, '2025-04-27 12:04:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916344721697116161', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 12:12\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OPA567AIRHGR\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745727159226.xlsx\",\"id\":\"1916344721625812993\",\"manufacturer\":\"TI\",\"name\":\"激光器温控电路、功率运放芯片\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '18', null, '2025-04-27 12:12:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916345261378211841', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 12:14\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SJA1000T\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745727287802.xlsx\",\"id\":\"1916345261319491586\",\"manufacturer\":\"NXP\",\"name\":\"CAN控制器\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '14', null, '2025-04-27 12:14:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916345938259185666', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 12:17\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"AD7656BSTZ\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745727449528.xlsx\",\"id\":\"1916345938158522369\",\"manufacturer\":\"AD\",\"name\":\"多通道AD采样芯片/功率运放\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '26', null, '2025-04-27 12:17:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916346654709223426', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 12:20\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"ONET8501PB\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745727620637.xlsx\",\"id\":\"1916346654633725954\",\"manufacturer\":\"Macom\",\"name\":\"限幅放大器\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '17', null, '2025-04-27 12:20:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916348273924476930', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 12:26\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MAOM-002105\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745728006646.xlsx\",\"id\":\"1916348273899311105\",\"manufacturer\":\"ADI\",\"name\":\"射频驱动器\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '8', null, '2025-04-27 12:26:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916349546082045954', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 12:31\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LTC2672HUH-12#PBF\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745728309496.xlsx\",\"id\":\"1916349545998159873\",\"manufacturer\":\"TI\",\"name\":\"稳流源\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '20', null, '2025-04-27 12:31:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916357725289418753', '2', '历史一期记录-编辑', '3', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LTC2672HUH-12#PBF\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745728309496.xlsx\",\"id\":\"1916349545998159873\",\"manufacturer\":\"TI\",\"name\":\"稳流源\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"集成电路\",\"updateBy\":\"shichengcheng\",\"updateTime\":\"2025-04-27 13:04\"}]', null, '6', null, '2025-04-27 13:04:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916358615572385794', '2', '历史一期记录-添加', '2', 'shichengcheng', '史成城', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"空间中心\",\"createBy\":\"shichengcheng\",\"createTime\":\"2025-04-27 13:07\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"/\",\"experimentDate\":\"2025.03.06-2025.03.07\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-028_1745730472130.xlsx\",\"id\":\"1916358615551414274\",\"manufacturer\":\"空间中心\",\"name\":\"GPU板卡\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"板卡集成电路\"}]', null, '7', null, '2025-04-27 13:07:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916360611633270786', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-27 13:15:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916366038290894849', '2', '添加用户,username: zhangyun', '2', 'admin', '管理员', '210.73.34.231', null, null, null, null, '1', null, '2025-04-27 13:37:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916395576823615490', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-27 15:34:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916396619884105730', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-27 15:38:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916396804123103234', '2', '历史一期记录-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所新集成电路事业部\",\"dataEntry\":\"黄侃\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7508U3RH\",\"experimentDate\":\"2022.03.02\",\"experimentUser\":\"李小龙\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-012_1745726076546.pdf,/oss/physical/temp/LCS7508U3RH电离总剂量效应_1745726083556.xlsx,/oss/physical/temp/LCS7508U3RH原始数据_1745739576665.zip\",\"id\":\"1916340229513646082\",\"manufacturer\":\"771所西岳公司\",\"name\":\"抗辐射P沟场效应晶体管\",\"totalCountLhs\":14,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-27 15:39\"}]', null, '21', null, '2025-04-27 15:39:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916396860322582529', '2', '历史一期记录-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所新集成电路事业部\",\"dataEntry\":\"黄侃\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7227T1RH\",\"experimentDate\":\"2022.03.02\",\"experimentUser\":\"李小龙\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-012_1745725381327.pdf,/oss/physical/temp/LCS7227T1RH电离总剂量效应_1745725389209.xlsx,/oss/physical/temp/LCS7227T1RH原始数据_1745739589963.zip\",\"id\":\"1916339433124368386\",\"manufacturer\":\"771所西岳公司\",\"name\":\"抗辐射N沟场效应晶体管\",\"totalCountLhs\":14,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-27 15:39\"}]', null, '4', null, '2025-04-27 15:39:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916402960233107458', '1', '用户名: zhangyun,登录成功!', null, 'zhangyun', '张云', '119.78.167.45', null, null, null, null, '0', null, '2025-04-27 16:04:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916404528256880641', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"空间中心\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"/\",\"experimentDate\":\"2025.03.06-2025.03.07\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-028_1745730472130.xlsx\",\"id\":\"1916358615551414274\",\"manufacturer\":\"空间中心\",\"name\":\"GPU板卡\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"数字集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:10\"}]', null, '18', null, '2025-04-27 16:10:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916405281084116994', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LTC2672HUH-12#PBF\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745728309496.xlsx\",\"id\":\"1916349545998159873\",\"manufacturer\":\"TI\",\"name\":\"稳流源\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:13\"}]', null, '25', null, '2025-04-27 16:13:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916405544788398082', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MAOM-002105\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745728006646.xlsx\",\"id\":\"1916348273899311105\",\"manufacturer\":\"ADI\",\"name\":\"射频驱动器\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"射频电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:14\"}]', null, '25', null, '2025-04-27 16:14:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916405764129525762', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"ONET8501PB\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745727620637.xlsx\",\"id\":\"1916346654633725954\",\"manufacturer\":\"Macom\",\"name\":\"限幅放大器\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"模拟集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:15\"}]', null, '22', null, '2025-04-27 16:15:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916405946699190273', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"AD7656BSTZ\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745727449528.xlsx\",\"id\":\"1916345938158522369\",\"manufacturer\":\"AD\",\"name\":\"多通道AD采样芯片/功率运放\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"模拟集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:15\"}]', null, '16', null, '2025-04-27 16:15:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916406103071232001', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SJA1000T\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745727287802.xlsx\",\"id\":\"1916345261319491586\",\"manufacturer\":\"NXP\",\"name\":\"CAN控制器\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"数字集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:16\"}]', null, '14', null, '2025-04-27 16:16:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916406319748976642', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OPA567AIRHGR\",\"experimentDate\":\"2025.2.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745727159226.xlsx\",\"id\":\"1916344721625812993\",\"manufacturer\":\"TI\",\"name\":\"激光器温控电路、功率运放芯片\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"混合集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:17\"}]', null, '9', null, '2025-04-27 16:17:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916406718769893377', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW580RH\",\"experimentDate\":\"2025.2.27\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-024_1745726645153.xlsx\",\"id\":\"1916342564319105026\",\"manufacturer\":\"中电24所\",\"name\":\"2.5V电压基准源\",\"totalCountLhs\":6,\"totalCountXhy\":1,\"type\":\"模拟集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:19\"}]', null, '5', null, '2025-04-27 16:19:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916406852022931457', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SX811MDRH\",\"experimentDate\":\"2025.2.27\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-024_1745726474546.xlsx\",\"id\":\"1916341847596437505\",\"manufacturer\":\"中电24所\",\"name\":\"抗辐照高速运算放大器\",\"totalCountLhs\":6,\"totalCountXhy\":1,\"type\":\"模拟集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:19\"}]', null, '21', null, '2025-04-27 16:19:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916407332987965441', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SX8042XRH\",\"experimentDate\":\"2025.2.27\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-024_1745726384049.xlsx\",\"id\":\"1916341469521874945\",\"manufacturer\":\"中电24所\",\"name\":\"双路高速轨道轨运算放大器\",\"totalCountLhs\":6,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:21\"}]', null, '4', null, '2025-04-27 16:21:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916407401917157378', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SF207MFRH\",\"experimentDate\":\"2025.2.27\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-024_1745726294270.xlsx\",\"id\":\"1916341094689509378\",\"manufacturer\":\"中电24所\",\"name\":\"抗辐射IF/RF差分放大器\",\"totalCountLhs\":6,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:21\"}]', null, '4', null, '2025-04-27 16:21:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916407630741606401', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"808所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"FMQL100TAI900型FPGA芯片\",\"experimentDate\":\"2025.2.21\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745725743480.xlsx\",\"id\":\"1916338784378785794\",\"manufacturer\":\"复旦微公司\",\"name\":\"FPGA芯片\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"数字集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:22\"}]', null, '4', null, '2025-04-27 16:22:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916407869653356546', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"808所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SM8748MP\",\"experimentDate\":\"2025.2.20\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745725597243.xlsx\",\"id\":\"1916338169879695361\",\"manufacturer\":\"深圳国微\",\"name\":\"PCIe 3.0交换电路\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"数字集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:23\"}]', null, '15', null, '2025-04-27 16:23:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916408558563594242', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"808所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MRC-V100-3166J\",\"experimentDate\":\"2025.2.20\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745725473963.xlsx\",\"id\":\"1916337653489569793\",\"manufacturer\":\"天数智芯公司\",\"name\":\"GPU芯片-主控芯片\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"数字集成芯片\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:26\"}]', null, '16', null, '2025-04-27 16:26:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916408876261150722', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"808所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MRC-V100-3165J\",\"experimentDate\":\"2025.2.20\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745725230840.xlsx\",\"id\":\"1916336632730193921\",\"manufacturer\":\"天数智芯公司\",\"name\":\"GPU芯片-HBM\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"数字集成电路/存储器件\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:27\"}]', null, '8', null, '2025-04-27 16:27:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916409099788193793', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"808所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"yulong810A\",\"experimentDate\":\"2025.2.20\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745725132942.xlsx\",\"id\":\"1916336223240294402\",\"manufacturer\":\"珠海航宇微科技股份有限公司\",\"name\":\"人工智能芯片\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"专用集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:28\"}]', null, '8', null, '2025-04-27 16:28:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916409122135445506', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团公司第五研究院\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-27 16:28\",\"dataEntry\":\"黄侃\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OP07AZ,ADV7123KST140,AD620SQ/883B,AD811SQ/883B,ADS8681,OP215AZ/883,AD584SH,AD580SH\",\"experimentDate\":\"2022.06.03-2022.06.30\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-060_1745742512983.pdf\",\"id\":\"1916409122043170817\",\"manufacturer\":\"AD,AD,AD,AD,TI,AD,AD,AD\",\"name\":\"KC-2022-JL-060\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '20', null, '2025-04-27 16:28:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916410299078119425', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"804所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"编号2311871\",\"experimentDate\":\"2025.2.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745724928398.xlsx\",\"id\":\"1916335362963378178\",\"manufacturer\":\"/\",\"name\":\"探测器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"光电子器件\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:33\"}]', null, '5', null, '2025-04-27 16:33:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916410500853501954', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"804所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"编号42823062\",\"experimentDate\":\"2025.2.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745724614497.xlsx\",\"id\":\"1916334047956799489\",\"manufacturer\":\"中国电子科技集团第四十四研究所\",\"name\":\"Y波导集成光学器件\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"光电子器件\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:34\"}]', null, '7', null, '2025-04-27 16:34:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916410675277828097', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"804所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"/\",\"experimentDate\":\"2025.2.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745724496043.xlsx\",\"id\":\"1916333549476352002\",\"manufacturer\":\"中电四十六所 上海大学\",\"name\":\"掺铒光纤陀螺仪\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"光电子器件\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:34\"}]', null, '19', null, '2025-04-27 16:34:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916410766919176193', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"804所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"/\",\"experimentDate\":\"2025.2.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745724496043.xlsx\",\"id\":\"1916333549476352002\",\"manufacturer\":\"中电四十六所 上海大学\",\"name\":\"掺铒光纤陀螺仪\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"光电子器件/光纤放大器\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:35\"}]', null, '35', null, '2025-04-27 16:35:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916410845725954050', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"804所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GSENSE2020BSI-A10HV\",\"experimentDate\":\"2025.2.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745724336404.xlsx\",\"id\":\"1916332880996569089\",\"manufacturer\":\"长光辰芯\",\"name\":\"探测器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"光电子器件\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:35\"}]', null, '22', null, '2025-04-27 16:35:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916410910024634370', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"804所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CMV4000\",\"experimentDate\":\"2025.2.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-020_1745724134053.xlsx\",\"id\":\"1916332034430832641\",\"manufacturer\":\"CMOSIS公司\",\"name\":\"探测器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"光电子器件\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:35\"}]', null, '23', null, '2025-04-27 16:35:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916411033584635906', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海格思航天科技有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SAMV71Q21RT-H8X-HPATSAMV71Q21B-AAB\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745723533843.xlsx\",\"id\":\"1916329514098724865\",\"manufacturer\":\"/\",\"name\":\"FLASH\",\"totalCountLhs\":20,\"totalCountXhy\":1,\"type\":\"数字集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:36\"}]', null, '6', null, '2025-04-27 16:36:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916411127524462593', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海格思航天科技有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SAMV71Q21RT-H8X-HPATSAMV71Q21B-AAB\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745723533843.xlsx\",\"id\":\"1916329514098724865\",\"manufacturer\":\"/\",\"name\":\"FLASH\",\"totalCountLhs\":20,\"totalCountXhy\":1,\"type\":\"数字集成电路/存储器件\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:36\"}]', null, '9', null, '2025-04-27 16:36:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916411195912589314', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海格思航天科技有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SAMV71Q21RT-H8X-HPATSAMV71Q21B-AAB\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745723445899.xlsx\",\"id\":\"1916329150372876290\",\"manufacturer\":\"/\",\"name\":\"CPU\",\"totalCountLhs\":20,\"totalCountXhy\":1,\"type\":\"数字集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:36\"}]', null, '4', null, '2025-04-27 16:36:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916411257195565058', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海格思航天科技有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SAMV71Q21RT-H8X-HPATSAMV71Q21B-AAB\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745723445899.xlsx\",\"id\":\"1916329150372876290\",\"manufacturer\":\"/\",\"name\":\"CPU\",\"totalCountLhs\":20,\"totalCountXhy\":1,\"type\":\"数字集成电路/逻辑芯片\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:37\"}]', null, '5', null, '2025-04-27 16:37:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916411524028796930', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海格思航天科技有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"IS64WV102416EDBLL-12CT2LA3\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745723254841.xlsx\",\"id\":\"1916328525778096129\",\"manufacturer\":\"/\",\"name\":\"SRAM\",\"totalCountLhs\":20,\"totalCountXhy\":1,\"type\":\"数字集成电路/存储芯片\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:38\"}]', null, '6', null, '2025-04-27 16:38:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916411772843298818', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科蓝天科技股份有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TPS3808G33DBV\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745723062484.xlsx\",\"id\":\"1916327539416207361\",\"manufacturer\":\"TI\",\"name\":\"TPS3808低静态电流\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"模拟集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:39\"}]', null, '11', null, '2025-04-27 16:39:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916411839121690626', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科蓝天科技股份有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TPS3808G33DBV\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745723062484.xlsx\",\"id\":\"1916327539416207361\",\"manufacturer\":\"TI\",\"name\":\"TPS3808低静态电流\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"模拟集成电路/电源变换器\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:39\"}]', null, '5', null, '2025-04-27 16:39:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916414527003660290', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科蓝天科技股份有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"INA293B2QDBVRQ1\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745722918856.xlsx\",\"id\":\"1916326941325234177\",\"manufacturer\":\"TI\",\"name\":\"INA293-Q1超精密电流感应放大器\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"模拟集成电路/放大器\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:50\"}]', null, '19', null, '2025-04-27 16:50:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916414808282075138', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科蓝天科技股份有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BSP317P\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745722745643.xlsx\",\"id\":\"1916326163906793473\",\"manufacturer\":\"Infineon\",\"name\":\"BSP317P小信号晶体管\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"半导体分立器件\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:51\"}]', null, '47', null, '2025-04-27 16:51:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916415267143127041', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科蓝天科技股份有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BSP297\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745722605823.xlsx\",\"id\":\"1916325638356307969\",\"manufacturer\":\"Infineon\",\"name\":\"BSP297小信号晶体管\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"半导体分立器件/主动元件\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:52\"}]', null, '6', null, '2025-04-27 16:53:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916415381530185730', '1', '用户名: chenwenzhuo,登录成功!', null, 'chenwenzhuo', '陈文卓', '119.78.164.162', null, null, null, null, '1', null, '2025-04-27 16:53:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916415553052053506', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科蓝天科技股份有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BSC110N15NS5\",\"experimentDate\":\"2025.2.11-2025.2.16\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-018_1745722438071.xlsx\",\"id\":\"1916324925064581122\",\"manufacturer\":\"Infineon\",\"name\":\"BSC110N15NS5场效应晶体\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"半导体分立器件/主动元件\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 16:54\"}]', null, '4', null, '2025-04-27 16:54:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916417406858924033', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团公司第五研究院宇航元器件应用验证中心\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-27 17:01\",\"dataEntry\":\"黄侃\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LODCD/100-12-15/SP,LODCD/100-5R213-35/T1,LDCD/(20-50)-512-20F/D1,LODCD/100-28-129/SP,LDCD/(20-50)-12-110/D1,LDCD/100W-15-120U/SP,LDCD/100-5-100H/SP\",\"experimentDate\":\"2022.04.26-2022.06.25\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-040_1745744487648.pdf\",\"id\":\"1916417406842146818\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2022-JL-040\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-27 17:01:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916418236450312193', '2', '历史一期记录-添加', '2', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"空间中心\",\"createBy\":\"zhangyun\",\"createTime\":\"2025-04-27 17:04\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"/\",\"experimentDate\":\"2025.03.06-2025.03.07\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-028_1745744686493.xlsx\",\"id\":\"1916418236425146370\",\"manufacturer\":\"空间中心\",\"name\":\"NPU板卡\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"数字集成电路\"}]', null, '6', null, '2025-04-27 17:04:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916419172086288385', '2', '历史一期记录-添加', '2', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"空间中心\",\"createBy\":\"zhangyun\",\"createTime\":\"2025-04-27 17:08\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"/\",\"experimentDate\":\"2025.03.06-2025.03.07\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-028_1745744909957.xlsx\",\"id\":\"1916419172010790914\",\"manufacturer\":\"空间中心\",\"name\":\"COMS探测器\",\"totalCountLhs\":5,\"totalCountXhy\":1,\"type\":\"光电子器件\"}]', null, '18', null, '2025-04-27 17:08:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916419288788602882', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"空间中心\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"/\",\"experimentDate\":\"2025.03.06-2025.03.07\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-028_1745744686493.xlsx\",\"id\":\"1916418236425146370\",\"manufacturer\":\"空间中心\",\"name\":\"NPU板卡\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"数字集成电路/专用集成电路\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-27 17:08\"}]', null, '8', null, '2025-04-27 17:08:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916420454259855362', '2', '历史一期记录-添加', '2', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"createBy\":\"zhangyun\",\"createTime\":\"2025-04-27 17:13\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LTC2672HUH-12#PBF\",\"experimentDate\":\"2025.02.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-032_1745745151654.xlsx\",\"id\":\"1916420454243078145\",\"manufacturer\":\"上海通信技术有限公司\",\"name\":\"稳流源\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"模拟集成电路/电源变换器\"}]', null, '5', null, '2025-04-27 17:13:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916422828714070018', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团公司第九研究院第七七一研究所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-27 17:23\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB227A\",\"experimentDate\":\"2022.04.27\",\"experimentUser\":\"阚永葭\",\"id\":\"1916422828697292801\",\"manufacturer\":\"航天771所\",\"name\":\"混合集成电路LHB227A\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '4', null, '2025-04-27 17:23:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916425589602095105', '1', '用户名: yangsini,登录成功!', null, 'yangsini', '杨思妮', '119.78.164.179', null, null, null, null, '0', null, '2025-04-27 17:34:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916426003244355586', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团五十八研究所\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"17#18VNMOS01\",\"experimentDate\":\"2022.5.27\",\"experimentUser\":\"于新\",\"fileUrl\":\"/oss/physical/temp/1718VNMOS01_1745469935762.xlsx,/oss/physical/temp/20220527_58SUO_YUXIN_1745470105383.rar,/oss/physical/temp/KC-2022-JL-055_1745746537322.pdf\",\"id\":\"1915264364461658114\",\"manufacturer\":\"中国电子科技集团五十八研究所\",\"name\":\"NMOS器件\",\"totalCountLhs\":18,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:35\"}]', null, '22', null, '2025-04-27 17:35:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916426480812003330', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安电子科技大学\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"22nm-FDSOI\",\"experimentDate\":\"2023.6.19-6.20\",\"experimentUser\":\"郑齐文\",\"fileUrl\":\"/oss/physical/temp/xiandianzikejidaxue_20230619_1745471518244.rar,/oss/physical/temp/FDSOI_1745471531370.xlsx,/oss/physical/temp/KC-2023-JL-052_1745746651812.pdf\",\"id\":\"1915272450870054913\",\"manufacturer\":\"无\",\"name\":\"22nm-FDSOI\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:37\"}]', null, '49', null, '2025-04-27 17:37:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916426669870256129', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N22NJR\",\"experimentDate\":\"2022.5.13-2022.5.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS10N22NJR_1745487004521.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487034429.rar,/oss/physical/temp/KC-2022-JL-048_1745746696180.pdf\",\"id\":\"1915337584749547522\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":11,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:38\"}]', null, '25', null, '2025-04-27 17:38:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916426739088855042', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67230YR\",\"experimentDate\":\"2022.5.13-2022.5.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67230YR_1745487339006.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487351081.rar,/oss/physical/temp/KC-2022-JL-048_1745746712538.pdf\",\"id\":\"1915338900569821186\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":24,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:38\"}]', null, '5', null, '2025-04-27 17:38:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916426779429670914', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P45NAR1\",\"experimentDate\":\"2022.5.13-2022.5.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS10P45NAR1_1745487626835.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487630819.rar,/oss/physical/temp/KC-2022-JL-048_1745746723255.pdf\",\"id\":\"1915339925141819393\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":4,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:38\"}]', null, '4', null, '2025-04-27 17:38:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916426834924507137', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260MR\",\"experimentDate\":\"2022.5.13-2022.5.30\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67260MR_1745487837176.xlsx,/oss/physical/temp/20220513吉华微特-张兴尧_1745487840878.rar,/oss/physical/temp/KC-2022-JL-048_1745746735781.pdf\",\"id\":\"1915340885528383489\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":76,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:38\"}]', null, '25', null, '2025-04-27 17:38:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916426952461488129', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67260MR\",\"experimentDate\":\"2022.3.31-2022.4.22\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCS67260MR.xlsx-027_1745488310664.xlsx,/oss/physical/temp/深圳吉华微特-李潇-20220324_1745488329881.rar,/oss/physical/temp/KC-2022-JL-027_1745746764212.pdf\",\"id\":\"1915342999184969730\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":92,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:39\"}]', null, '9', null, '2025-04-27 17:39:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916426984438861826', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL797064MR\",\"experimentDate\":\"2022.3.31-2022.4.22\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCSL797064MR_1745488556336.xlsx,/oss/physical/temp/深圳吉华微特-李潇-20220324_1745488559995.rar,/oss/physical/temp/KC-2022-JL-027_1745746772250.pdf\",\"id\":\"1915343964000718850\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":22,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:39\"}]', null, '52', null, '2025-04-27 17:39:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916427034804064258', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL797064MR\",\"experimentDate\":\"2022.3.31-2022.4.22\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/JHCSL797064MR-25-49_1745488769016.xlsx,/oss/physical/temp/深圳吉华微特-李潇-20220324_1745488771735.rar,/oss/physical/temp/KC-2022-JL-027_1745746782744.pdf\",\"id\":\"1915344862647128065\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":24,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:39\"}]', null, '5', null, '2025-04-27 17:39:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916427153171517441', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海空间电源研究所\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2022.7.8\",\"experimentUser\":\"于钢\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-83_1745746812421.pdf\",\"id\":\"1915350039919824898\",\"manufacturer\":\"xx\",\"name\":\"三界砷化镓太阳能电池\",\"totalCountLhs\":42,\"totalCountXhy\":4,\"type\":\"太阳能电力系统(仅列出太阳能电 池)\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:40\"}]', null, '7', null, '2025-04-27 17:40:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916427288102277121', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"五院物资部\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.10.15-2024.12.17\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-171_1745746844648.pdf\",\"id\":\"1915352637028667393\",\"manufacturer\":\"西安微电子技术研究所\",\"name\":\"辐射加固高速放大器\",\"totalCountLhs\":41,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:40\"}]', null, '4', null, '2025-04-27 17:40:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916427307924557825', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"五院物资部\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.10.15-2024.12.17\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-171_1745746844648.pdf\",\"id\":\"1915352637028667393\",\"manufacturer\":\"西安微电子技术研究所\",\"name\":\"辐射加固高速放大器\",\"totalCountLhs\":41,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:40\"}]', null, '25', null, '2025-04-27 17:40:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916427456981733378', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"国电子科技集团公司第四十四研究所\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GM1201A\",\"experimentDate\":\"2024.7.2-2024.7.3\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-102_1745746885322.pdf\",\"id\":\"1915353693892612098\",\"manufacturer\":\"中国电子科技集团公司第四十四研究所\",\"name\":\"GM1201A型CCD成像器件\",\"totalCountLhs\":10,\"totalCountXhy\":1,\"type\":\"光纤用电源和图像探测器\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:41\"}]', null, '9', null, '2025-04-27 17:41:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916427567992377345', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"工业和信息化部电子第五研究所\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2022.4.18\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-034_1745746911747.pdf\",\"id\":\"1915355360696438786\",\"manufacturer\":\"xx\",\"name\":\"PCB板\",\"totalCountLhs\":30,\"totalCountXhy\":1,\"type\":\"电气电子组件、板和卡(仅列出印制 电路板)\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:41\"}]', null, '22', null, '2025-04-27 17:41:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916427732019023873', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"天津津航技术物理研究所\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.10.25\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-176_1745746950626.pdf\",\"id\":\"1915357101408096257\",\"manufacturer\":\"xx\",\"name\":\"宽波段探测器\",\"totalCountLhs\":5,\"totalCountXhy\":1,\"type\":\"敏感元器件和传感器(件)\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:42\"}]', null, '7', null, '2025-04-27 17:42:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916427910385995777', '2', '历史一期记录-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海微系统研究所\",\"dataEntry\":\"杨思妮\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.12.16-2024.12.17\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-205_1745746992698.pdf\",\"id\":\"1915356138144239618\",\"manufacturer\":\"xx\",\"name\":\"DIP24陶瓷封装样品\",\"totalCountLhs\":40,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-27 17:43\"}]', null, '4', null, '2025-04-27 17:43:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916428415350837249', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-27 17:45:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916437970650632193', '1', '用户名: chenpan,登录成功!', null, 'chenpan', '陈攀', '119.78.164.165', null, null, null, null, '0', null, '2025-04-27 18:23:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916452320715182081', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-27 19:20:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916676395660185601', '1', '用户名: chenwenzhuo,登录成功!', null, 'chenwenzhuo', '陈文卓', '119.78.164.162', null, null, null, null, '1', null, '2025-04-28 10:10:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916676919633612801', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团公司第九研究院第七七一研究所\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB227A\",\"experimentDate\":\"2022.04.27\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745806332233.zip,/oss/physical/temp/771原始数据1_1745806354704.zip\",\"id\":\"1916422828697292801\",\"manufacturer\":\"航天771所\",\"name\":\"混合集成电路LHB227A\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"集成电路\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 10:12\"}]', null, '9', null, '2025-04-28 10:12:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916678436394602497', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-28 10:18:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916678892701323265', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '1', null, '2025-04-28 10:20:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916685756650459137', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-28 10:47:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916685851554975746', '1', '用户名: xuebinrui,登录成功!', null, 'xuebinrui', '薛彬睿', '210.73.34.96', null, null, null, null, '0', null, '2025-04-28 10:48:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916692237303123970', '1', '用户名: chenwenzhuo,登录成功!', null, 'chenwenzhuo', '陈文卓', '119.78.164.162', null, null, null, null, '0', null, '2025-04-28 11:13:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916704025860083714', '1', '用户名: xuebinrui,登录成功!', null, 'xuebinrui', '薛彬睿', '210.73.34.96', null, null, null, null, '0', null, '2025-04-28 12:00:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916708258198032386', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-28 12:17:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916709258631811073', '2', '历史一期记录-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"54HC14\",\"experimentDate\":\"2024.09.09-2024.10.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/20240906shanghaiguangyuan_1745814063908.zip,/oss/physical/temp/KC-2024-JL-150_1745814068287.pdf\",\"id\":\"1915734102501462018\",\"manufacturer\":\"XX\",\"name\":\"反相器\",\"totalCountLhs\":72,\"totalCountXhy\":3,\"type\":\"数字集成电路\",\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-28 12:21\"}]', null, '26', null, '2025-04-28 12:21:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916709311777837058', '2', '历史一期记录-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海高等研究院\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CD4017D\",\"experimentDate\":\"2024.09.09-2024.10.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/20240906shanghaiguangyuan_1745814080678.zip,/oss/physical/temp/KC-2024-JL-150_1745814084031.pdf\",\"id\":\"1915733152797790210\",\"manufacturer\":\"XX\",\"name\":\"十进制计数器\",\"totalCountLhs\":36,\"totalCountXhy\":3,\"type\":\"数字集成电路\",\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-28 12:21\"}]', null, '9', null, '2025-04-28 12:21:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916715753918402562', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-28 12:47:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916716260758097922', '2', '历史一期记录-添加', '2', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"createBy\":\"xuebinrui\",\"createTime\":\"2025-04-28 12:49\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-15-15/D1\",\"experimentDate\":\"2020.7.8至2020.7.29\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-126_1745815738036.xlsx,/oss/physical/temp/KC-2022-SB-H771-126B_1745815738301.pdf,/oss/physical/temp/KC-2022-SB-H771-126F_1745815738179.pdf\",\"id\":\"1916716260732932097\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LDCD/100-15-15/D1型抗辐照DC/DC变换器\",\"totalCountLhs\":68,\"totalCountXhy\":2,\"type\":\"专用集成电路\"}]', null, '5', null, '2025-04-28 12:49:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916716938444378114', '2', '历史一期记录-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-15-15/D1\",\"experimentDate\":\"2020.7.8至2020.7.29\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-126B_1745815738301.pdf,/oss/physical/temp/KC-2022-SB-H771-126F_1745815738179.pdf,/oss/physical/temp/KC-2022-SB-H771-126_1745815900083.xlsx\",\"id\":\"1916716260732932097\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LDCD/100-15-15/D1型抗辐照DC/DC变换器\",\"totalCountLhs\":68,\"totalCountXhy\":2,\"type\":\"专用集成电路\",\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 12:51\"}]', null, '21', null, '2025-04-28 12:51:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916717251498840066', '2', '历史一期记录-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-15-15/D1\",\"experimentDate\":\"2020.7.8至2020.7.29\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-126B_1745815738301.pdf,/oss/physical/temp/KC-2022-SB-H771-126F_1745815738179.pdf,/oss/physical/temp/KC-2022-SB-H771-126_1745815977129.xlsx\",\"id\":\"1916716260732932097\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LDCD/100-15-15/D1型抗辐照DC/DC变换器\",\"totalCountLhs\":68,\"totalCountXhy\":2,\"type\":\"专用集成电路\",\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 12:52\"}]', null, '6', null, '2025-04-28 12:52:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916717808259141634', '2', '历史一期记录-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-15-15/D1\",\"experimentDate\":\"2020.7.8至2020.7.29\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-126B_1745815738301.pdf,/oss/physical/temp/KC-2022-SB-H771-126F_1745815738179.pdf,/oss/physical/temp/KC-2022-SB-H771-126_1745815977129.xlsx\",\"id\":\"1916716260732932097\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LDCD/100-15-15/D1型抗辐照DC/DC变换器\",\"totalCountLhs\":68,\"totalCountXhy\":2,\"type\":\"电源变换器\",\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 12:55\"}]', null, '8', null, '2025-04-28 12:55:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916718557298921473', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-28 12:58:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916719613437251585', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团公司第五研究院\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-28 13:02\",\"dataEntry\":\"黄侃\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-5R-15/D1,LDCD/(20-50)-5-100/SP\",\"experimentDate\":\"2022.06.06-2022.08.03\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-061_1745816539700.pdf\",\"id\":\"1916719613395308546\",\"manufacturer\":\"航天771所\",\"name\":\"DC/DC电源转换器\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"混合集成电路\"}]', null, '10', null, '2025-04-28 13:02:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916719686791434241', '2', '历史一期记录-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团公司第五研究院宇航元器件应用验证中心\",\"dataEntry\":\"黄侃\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LODCD/100-12-15/SP,LODCD/100-5R213-35/T1,LDCD/(20-50)-512-20F/D1,LODCD/100-28-129/SP,LDCD/(20-50)-12-110/D1,LDCD/100W-15-120U/SP,LDCD/100-5-100H/SP\",\"experimentDate\":\"2022.04.26-2022.06.25\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-040_1745744487648.pdf\",\"id\":\"1916417406842146818\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2022-JL-040\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"混合集成电路\",\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-28 13:02\"}]', null, '5', null, '2025-04-28 13:02:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916719924868517889', '2', '历史一期记录-添加', '2', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"createBy\":\"xuebinrui\",\"createTime\":\"2025-04-28 13:03\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JF139\",\"experimentDate\":\"2022.7.8至2022.7.21\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-127_1745816610105.xlsx,/oss/physical/temp/KC-2022-SB-H771-127B_1745816610529.pdf,/oss/physical/temp/KC-2022-SB-H771-127F_1745816610148.pdf\",\"id\":\"1916719924801409025\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"JF139低功耗低失调四电压比较器\",\"totalCountLhs\":52,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '18', null, '2025-04-28 13:03:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916720191223599105', '2', '历史一期记录-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JF139\",\"experimentDate\":\"2022.7.8至2022.7.21\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-127B_1745816610529.pdf,/oss/physical/temp/KC-2022-SB-H771-127F_1745816610148.pdf,/oss/physical/temp/KC-2022-SB-H771-127_1745816678104.xlsx\",\"id\":\"1916719924801409025\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"JF139低功耗低失调四电压比较器\",\"totalCountLhs\":52,\"totalCountXhy\":2,\"type\":\"模拟集成电路\",\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 13:04\"}]', null, '8', null, '2025-04-28 13:04:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916721035079815169', '1', '用户名: chenwenzhuo,登录成功!', null, 'chenwenzhuo', '陈文卓', '119.78.164.162', null, null, null, null, '0', null, '2025-04-28 13:08:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916721396393938946', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团公司第五研究院\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-28 13:09\",\"dataEntry\":\"黄侃\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HDCD/(20-50)-5R-5/SP,HDCD/(20-50)-12-60/D1,HDCD/(20-50)-5-25F/SP\",\"experimentDate\":\"2022.06.19-2022.07.15\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-059_1745816964418.pdf\",\"id\":\"1916721396356190210\",\"manufacturer\":\"中电43所\",\"name\":\"中低压输入抗辐照DC/DC变换器\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"混合集成电路\"}]', null, '10', null, '2025-04-28 13:09:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916721710366953474', '2', '历史一期记录-添加', '2', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"createBy\":\"xuebinrui\",\"createTime\":\"2025-04-28 13:10\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JF139\",\"experimentDate\":\"2022.7.8值2022.7.21\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-128_1745817038912.xlsx,/oss/physical/temp/KC-2022-SB-H771-128B_1745817039297.pdf,/oss/physical/temp/KC-2022-SB-H771-128F_1745817038979.pdf\",\"id\":\"1916721710316621826\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"JF139低功耗低失调四电压比较器\",\"totalCountLhs\":52,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '13', null, '2025-04-28 13:10:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916721844240748546', '2', '历史一期记录-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JF139\",\"experimentDate\":\"2022.7.8值2022.7.21\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-128B_1745817039297.pdf,/oss/physical/temp/KC-2022-SB-H771-128F_1745817038979.pdf,/oss/physical/temp/KC-2022-SB-H771-128_1745817072368.xlsx\",\"id\":\"1916721710316621826\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"JF139低功耗低失调四电压比较器\",\"totalCountLhs\":52,\"totalCountXhy\":2,\"type\":\"模拟集成电路\",\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 13:11\"}]', null, '19', null, '2025-04-28 13:11:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916723030108901377', '2', '历史一期记录-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-15-15/D1\",\"experimentDate\":\"2020.7.8至2020.7.29\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-126B_1745815738301.pdf,/oss/physical/temp/KC-2022-SB-H771-126F_1745815738179.pdf,/oss/physical/temp/KC-2022-SB-H771-126_1745817354178.xlsx\",\"id\":\"1916716260732932097\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LDCD/100-15-15/D1型抗辐照DC/DC变换器\",\"totalCountLhs\":68,\"totalCountXhy\":2,\"type\":\"电源变换器\",\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 13:15\"}]', null, '23', null, '2025-04-28 13:15:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916723538655678466', '2', '历史一期记录-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-15-15/D1\",\"experimentDate\":\"2022.7.8至2022.7.29\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-126B_1745815738301.pdf,/oss/physical/temp/KC-2022-SB-H771-126F_1745815738179.pdf,/oss/physical/temp/KC-2022-SB-H771-126_1745817474120.xlsx\",\"id\":\"1916716260732932097\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LDCD/100-15-15/D1型抗辐照DC/DC变换器\",\"totalCountLhs\":68,\"totalCountXhy\":2,\"type\":\"电源变换器\",\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 13:17\"}]', null, '5', null, '2025-04-28 13:17:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916724257337085953', '2', '历史一期记录-添加', '2', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"createBy\":\"xuebinrui\",\"createTime\":\"2025-04-28 13:20\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-50/D1\",\"experimentDate\":\"2022.7.8至2022.7.29\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-129_1745817645540.xlsx,/oss/physical/temp/KC-2022-SB-H771-129B_1745817646020.pdf,/oss/physical/temp/KC-2022-SB-H771-129F_1745817645586.pdf\",\"id\":\"1916724257286754306\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LDCD/(20-50)-5-50/D1型抗辐照DC/DC变换器\",\"totalCountLhs\":68,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '13', null, '2025-04-28 13:20:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916726633850703874', '2', '历史一期记录-添加', '2', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"createBy\":\"xuebinrui\",\"createTime\":\"2025-04-28 13:30\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-1-65/SP\",\"experimentDate\":\"2022.7.8至2022.7.29\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-130_1745818213542.xlsx,/oss/physical/temp/KC-2022-SB-H771-130B_1745818213836.pdf,/oss/physical/temp/KC-2022-SB-H771-130F_1745818213661.pdf\",\"id\":\"1916726633825538049\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LDCD/(20-50)-1-65/SP型抗辐照DC/DC变换器\",\"totalCountLhs\":60,\"totalCountXhy\":3,\"type\":\"电源变换器\"}]', null, '8', null, '2025-04-28 13:30:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916756567382003714', '1', '用户名: chenwenzhuo,登录成功!', null, 'chenwenzhuo', '陈文卓', '119.78.164.162', null, null, null, null, '0', null, '2025-04-28 15:29:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916762575735066625', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团公司第九研究院第七七一研究所\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB227A\",\"experimentDate\":\"2022.04.27\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745806332233.zip,/oss/physical/temp/771原始数据1_1745806354704.zip,/oss/physical/temp/KC-2022-SB-H771-60_1745826783336.xlsx\",\"id\":\"1916422828697292801\",\"manufacturer\":\"航天771所\",\"name\":\"混合集成电路LHB227A\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"集成电路\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 15:53\"}]', null, '6', null, '2025-04-28 15:53:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916763521743556609', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-28 15:56:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916764079661486081', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 15:59\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LZ5393R\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"id\":\"1916764079594377218\",\"manufacturer\":\"航天771所\",\"name\":\"LZ5393R型4线-16线译码器\",\"totalCountLhs\":4,\"totalCountXhy\":1,\"type\":\"集成电路\"}]', null, '16', null, '2025-04-28 15:59:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916765634334789633', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-28 16:05:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916765776970485761', '2', '历史一期记录-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海应用物理研究所\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"54HC14\",\"experimentDate\":\"2024.09.09-2024.10.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/20240906shanghaiguangyuan_1745814063908.zip,/oss/physical/temp/KC-2024-JL-150_1745814068287.pdf,/oss/physical/temp/电离总剂量效应-54HC14_1745827546136.xlsx\",\"id\":\"1915734102501462018\",\"manufacturer\":\"XX\",\"name\":\"反相器\",\"totalCountLhs\":72,\"totalCountXhy\":3,\"type\":\"数字集成电路\",\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-28 16:05\"}]', null, '9', null, '2025-04-28 16:05:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916765945845747714', '2', '历史一期记录-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海应用物理研究所\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CD4017D\",\"experimentDate\":\"2024.09.09-2024.10.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/20240906shanghaiguangyuan_1745814080678.zip,/oss/physical/temp/KC-2024-JL-150_1745814084031.pdf\",\"id\":\"1915733152797790210\",\"manufacturer\":\"XX\",\"name\":\"十进制计数器\",\"totalCountLhs\":12,\"totalCountXhy\":3,\"type\":\"数字集成电路\",\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-28 16:06\"}]', null, '21', null, '2025-04-28 16:06:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916766010626772993', '2', '历史一期记录-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海应用物理研究所\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"54HC14\",\"experimentDate\":\"2024.09.09-2024.10.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/20240906shanghaiguangyuan_1745814063908.zip,/oss/physical/temp/KC-2024-JL-150_1745814068287.pdf,/oss/physical/temp/电离总剂量效应-54HC14_1745827546136.xlsx\",\"id\":\"1915734102501462018\",\"manufacturer\":\"XX\",\"name\":\"反相器\",\"totalCountLhs\":12,\"totalCountXhy\":3,\"type\":\"数字集成电路\",\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-28 16:06\"}]', null, '5', null, '2025-04-28 16:06:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916766383303266306', '2', '历史一期记录-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海应用物理研究所\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CD4017D\",\"experimentDate\":\"2024.09.09-2024.10.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/20240906shanghaiguangyuan_1745814080678.zip,/oss/physical/temp/KC-2024-JL-150_1745814084031.pdf,/oss/physical/temp/电离总剂量效应-CD4017D_1745827689705.xlsx\",\"id\":\"1915733152797790210\",\"manufacturer\":\"XX\",\"name\":\"十进制计数器\",\"totalCountLhs\":12,\"totalCountXhy\":3,\"type\":\"数字集成电路\",\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-28 16:08\"}]', null, '31', null, '2025-04-28 16:08:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916767031067381762', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LZ5393R\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745827151271.zip,/oss/physical/temp/771原始数据1_1745827155389.zip,/oss/physical/temp/KC-2022-SB-H771-104_1745827845290.xlsx\",\"id\":\"1916764079594377218\",\"manufacturer\":\"航天771所\",\"name\":\"LZ5393R型4线-16线译码器\",\"totalCountLhs\":4,\"totalCountXhy\":1,\"type\":\"集成电路\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 16:10\"}]', null, '4', null, '2025-04-28 16:10:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916771448873259010', '1', '用户名: xuebinrui,登录成功!', null, 'xuebinrui', '薛彬睿', '210.73.34.96', null, null, null, null, '0', null, '2025-04-28 16:28:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916771519878631425', '2', '历史一期记录-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-1-65/SP\",\"experimentDate\":\"2022.7.8至2022.7.29\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-130B_1745818213836.pdf,/oss/physical/temp/KC-2022-SB-H771-130F_1745818213661.pdf,/oss/physical/temp/KC-2022-SB-H771-130_1745828915658.xlsx\",\"id\":\"1916726633825538049\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LDCD/(20-50)-1-65/SP型抗辐照DC/DC变换器\",\"totalCountLhs\":60,\"totalCountXhy\":3,\"type\":\"电源变换器\",\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 16:28\"}]', null, '5', null, '2025-04-28 16:28:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916774216606388225', '2', '历史一期记录-添加', '2', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"createBy\":\"xuebinrui\",\"createTime\":\"2025-04-28 16:39\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5232\",\"experimentDate\":\"2022.7.8至2022.7.14\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-131_1745829557972.xlsx,/oss/physical/temp/KC-2022-SB-H771-131B_1745829558383.pdf,/oss/physical/temp/KC-2022-SB-H771-131F_1745829558046.pdf\",\"id\":\"1916774216581222402\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LW5232线性稳压器芯片\",\"totalCountLhs\":240,\"totalCountXhy\":2,\"type\":\"专用集成电路\"}]', null, '8', null, '2025-04-28 16:39:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916774643179687937', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 16:41\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LZX1\",\"experimentDate\":\"2022.04.27\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745828868788.zip,/oss/physical/temp/771原始数据1_1745828873478.zip,/oss/physical/temp/KC-2002-SB-H771-80_1745829660150.xlsx\",\"id\":\"1916774643146133506\",\"manufacturer\":\"航天771所\",\"name\":\"LZX1型全波相敏整流放大器\",\"totalCountLhs\":9,\"totalCountXhy\":3,\"type\":\"放大器\"}]', null, '8', null, '2025-04-28 16:41:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916775615444520962', '2', '历史一期记录-添加', '2', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"createBy\":\"xuebinrui\",\"createTime\":\"2025-04-28 16:44\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5131-2.5TD\",\"experimentDate\":\"2022.7.8至2022.7.14\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-132_1745829890659.xlsx,/oss/physical/temp/KC-2022-SB-H771-132B_1745829890909.pdf,/oss/physical/temp/KC-2022-SB-H771-132F_1745829890817.pdf\",\"id\":\"1916775615419355138\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LW5232线性稳压器芯片\",\"totalCountLhs\":32,\"totalCountXhy\":2,\"type\":\"专用集成电路\"}]', null, '7', null, '2025-04-28 16:44:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916776114692526081', '2', '历史一期记录-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5230-1.8\",\"experimentDate\":\"2022.7.8至2022.7.14\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-131B_1745829558383.pdf,/oss/physical/temp/KC-2022-SB-H771-131F_1745829558046.pdf,/oss/physical/temp/KC-2022-SB-H771-131_1745830009860.xlsx\",\"id\":\"1916774216581222402\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LW5232线性稳压器芯片\",\"totalCountLhs\":240,\"totalCountXhy\":2,\"type\":\"专用集成电路\",\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 16:46\"}]', null, '36', null, '2025-04-28 16:46:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916778249643593730', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 16:55\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7426T1RH\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745830097889.zip,/oss/physical/temp/771原始数据1_1745830101683.zip,/oss/physical/temp/KC-2002-SB-H771-67_1745830518485.xlsx\",\"id\":\"1916778249618427906\",\"manufacturer\":\"771所\",\"name\":\"LCS7426T1RH\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-28 16:55:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916778787365949442', '2', '历史一期记录-添加', '2', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"createBy\":\"xuebinrui\",\"createTime\":\"2025-04-28 16:57\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW7913片4\",\"experimentDate\":\"2022.7.8至2022.7.21\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-133_1745830645966.xlsx,/oss/physical/temp/KC-2022-SB-H771-133B_1745830646356.pdf,/oss/physical/temp/KC-2022-SB-H771-133F_1745830646092.pdf\",\"id\":\"1916778787349172225\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LW7913型低压差可调稳压器芯片\",\"totalCountLhs\":64,\"totalCountXhy\":2,\"type\":\"专用集成电路\"}]', null, '4', null, '2025-04-28 16:57:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916779319547629569', '2', '历史一期记录-添加', '2', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"createBy\":\"xuebinrui\",\"createTime\":\"2025-04-28 16:59\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW7913片5\",\"experimentDate\":\"2022.7.8至2022.7.21\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-133B_1745830766653.pdf,/oss/physical/temp/KC-2022-SB-H771-133F_1745830766340.pdf,/oss/physical/temp/KC-2022-SB-H771-133(B)_1745830771845.xlsx\",\"id\":\"1916779319530852354\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LW7913型低压差可调稳压器芯片\",\"totalCountLhs\":64,\"totalCountXhy\":2,\"type\":\"专用集成电路\"}]', null, '5', null, '2025-04-28 16:59:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916779483087736833', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 17:00\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7583T1RH\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745830627368.zip,/oss/physical/temp/771原始数据1_1745830631268.zip,/oss/physical/temp/KC-2002-SB-H771-68_1745830814056.xlsx\",\"id\":\"1916779483070959618\",\"manufacturer\":\"771所\",\"name\":\"LCS7583T1RH型VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-28 17:00:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916779539287216130', '2', '历史一期记录-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW7913片5\",\"experimentDate\":\"2022.7.8至2022.7.21\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-133B_1745830766653.pdf,/oss/physical/temp/KC-2022-SB-H771-133F_1745830766340.pdf,/oss/physical/temp/KC-2022-SB-H771-133(B)_1745830827274.xlsx\",\"id\":\"1916779319530852354\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LW7913型低压差可调稳压器芯片\",\"totalCountLhs\":64,\"totalCountXhy\":2,\"type\":\"专用集成电路\",\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 17:00\"}]', null, '7', null, '2025-04-28 17:00:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916780670440673282', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 17:04\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS583U2RH\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745831087628.zip,/oss/physical/temp/771原始数据1_1745831091846.zip,/oss/physical/temp/KC-2002-SB-H771-69_1745831096547.xlsx\",\"id\":\"1916780670423896065\",\"manufacturer\":\"771所\",\"name\":\"LCS583U2RH型VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-28 17:04:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916780785574318081', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-28 17:05:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916780937269710849', '2', '历史一期记录-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海应用物理研究所\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"54HC14\",\"experimentDate\":\"2024.09.09-2024.10.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/20240906shanghaiguangyuan_1745814063908.zip,/oss/physical/temp/KC-2024-JL-150_1745814068287.pdf,/oss/physical/temp/电离总剂量效应-54HC14_1745831160973.xlsx\",\"id\":\"1915734102501462018\",\"manufacturer\":\"XX\",\"name\":\"反相器\",\"totalCountLhs\":12,\"totalCountXhy\":3,\"type\":\"数字集成电路\",\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-28 17:06\"}]', null, '5', null, '2025-04-28 17:06:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916780980571705345', '2', '历史一期记录-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海应用物理研究所\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CD4017D\",\"experimentDate\":\"2024.09.09-2024.10.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/20240906shanghaiguangyuan_1745814080678.zip,/oss/physical/temp/KC-2024-JL-150_1745814084031.pdf,/oss/physical/temp/电离总剂量效应-CD4017D_1745831171131.xlsx\",\"id\":\"1915733152797790210\",\"manufacturer\":\"XX\",\"name\":\"十进制计数器\",\"totalCountLhs\":12,\"totalCountXhy\":3,\"type\":\"数字集成电路\",\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-28 17:06\"}]', null, '5', null, '2025-04-28 17:06:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916781363679432706', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第五十八研究所\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-28 17:07\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"刘默寒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"KFZ_29\",\"experimentDate\":\"2022.03.21-2022.03.23\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-022_1745831248954.pdf,/oss/physical/temp/20220321_58suo_liumohan_1745831258169.zip,/oss/physical/temp/电离总剂量效应-KFZ_29_1745831261982.xlsx\",\"id\":\"1916781363662655489\",\"manufacturer\":\"中国电子科技集团公司第五十八研究所\",\"name\":\"测试分析级NMOS晶体管\",\"totalCountLhs\":1200,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-28 17:07:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916781537860489218', '2', '历史一期记录-添加', '2', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"createBy\":\"xuebinrui\",\"createTime\":\"2025-04-28 17:08\",\"dataEntry\":\"薛彬睿\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-12-15/D1\",\"experimentDate\":\"2022.7.8至2022.7.29\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2022-SB-H771-134_1745831303023.xlsx,/oss/physical/temp/KC-2022-SB-H771-134B_1745831304005.pdf,/oss/physical/temp/KC-2022-SB-H771-134F_1745831303114.pdf\",\"id\":\"1916781537822740482\",\"manufacturer\":\"中国航天科技集团有限公司第九研究院第七七一研究所\",\"name\":\"LDCD/(20-50)-12-15/D1型抗辐照DC/DC变换器\",\"totalCountLhs\":72,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '9', null, '2025-04-28 17:08:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916781800704937985', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 17:09\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7469T1RH\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745831356939.zip,/oss/physical/temp/771原始数据1_1745831361041.zip,/oss/physical/temp/KC-2002-SB-H771-64_1745831365359.xlsx\",\"id\":\"1916781800671383553\",\"manufacturer\":\"771所\",\"name\":\"LCS7469T1RH型VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\"}]', null, '9', null, '2025-04-28 17:09:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916782792318095362', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 17:13\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7382T2RH型VDMOS\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745831594548.zip,/oss/physical/temp/771原始数据1_1745831598805.zip,/oss/physical/temp/KC-2002-SB-H771-65_1745831603240.xlsx\",\"id\":\"1916782792234209282\",\"manufacturer\":\"771所\",\"name\":\"LCS7382T2RH型VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\"}]', null, '20', null, '2025-04-28 17:13:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916783643849887746', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 17:16\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7382U3RH型VDMOS\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745831797267.zip,/oss/physical/temp/771原始数据1_1745831801367.zip,/oss/physical/temp/KC-2002-SB-H771-66_1745831805905.xlsx\",\"id\":\"1916783643791167490\",\"manufacturer\":\"771所\",\"name\":\"LCS7382U3RH型VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\"}]', null, '15', null, '2025-04-28 17:16:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916784626860527618', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 17:20\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS753T1RH型VDMOS\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745832032630.zip,/oss/physical/temp/771原始数据1_1745832036786.zip,/oss/physical/temp/KC-2002-SB-H771-63_1745832040685.xlsx\",\"id\":\"1916784626751475714\",\"manufacturer\":\"771所\",\"name\":\"LCS753T1RH型VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\"}]', null, '27', null, '2025-04-28 17:20:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916787113147469825', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第五十八研究所\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-28 17:30\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"刘默寒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HGNPN1\",\"experimentDate\":\"2022.03.21-2022.03.23\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-022_1745832446344.pdf,/oss/physical/temp/20220321_58suo_liumohan_1745832448699.zip,/oss/physical/temp/电离总剂量效应-HGNPN1_1745832631613.xlsx\",\"id\":\"1916787113113915393\",\"manufacturer\":\"中国电子科技集团公司第五十八研究所\",\"name\":\"测试分析级NPN晶体管\",\"totalCountLhs\":60,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-28 17:30:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916788244447727618', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Op-amp\",\"deviceMode\":\"OP97\",\"deviceName\":\"OP97\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"7/29/1994;7/17/1995\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/data.xlsx\\\",\\\"b072994.pdf\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/b072994.pdf\\\"}\",\"fileMap\":{\"ieee95a.pdf\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/b072994.pdf\"},\"id\":\"e83fdc0500a22b87b99ef621a73c19b6\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 17:35\"}]', null, '6', null, '2025-04-28 17:35:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916790884372025346', '1', '用户名: luozikang,登录成功!', null, 'luozikang', '罗梓康', '119.78.164.171', null, null, null, null, '0', null, '2025-04-28 17:45:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916790998507425794', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 17:46\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-3R3-15/SP型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745833552358.zip,/oss/physical/temp/771原始数据1_1745833556424.zip,/oss/physical/temp/KC-2002-SB-H771-92_1745833559455.xlsx\",\"id\":\"1916790998490648578\",\"manufacturer\":\"771所\",\"name\":\"LDCD/100-3R3-15/SP型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\"}]', null, '4', null, '2025-04-28 17:46:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916791279714537473', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Op-amp\",\"deviceMode\":\"OP97\",\"deviceName\":\"OP97\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"7/29/1994;7/17/1995\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/data.xlsx\\\",\\\"b072994.pdf\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/b072994.pdf\\\",\\\"OP97_1745833624381.xlsx\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745833624381.xlsx\\\"}\",\"fileMap\":{\"ieee95a.pdf\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/b072994.pdf\",\"OP97_1745833624381.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745833624381.xlsx\"},\"id\":\"e83fdc0500a22b87b99ef621a73c19b6\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 17:47\"}]', null, '6', null, '2025-04-28 17:47:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916792579801976833', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 17:52\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-512-30F/T1型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745833930386.zip,/oss/physical/temp/771原始数据1_1745833934277.zip,/oss/physical/temp/KC-2002-SB-H771-91_1745833937156.xlsx\",\"id\":\"1916792579692924930\",\"manufacturer\":\"771所\",\"name\":\"LDCD/(20-50)-512-30F/T1型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\"}]', null, '26', null, '2025-04-28 17:52:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916793367576154114', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院上海微系统与信息技术研究所\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-28 17:55\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"刘默寒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PL-DIP-2-P\",\"experimentDate\":\"2023.02.13-2023.02.15\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-014_1745833883969.pdf,/oss/physical/temp/20230213-SIMIT-DSOI_1745833888007.zip,/oss/physical/temp/电离总剂量效应-PL-DIP-2-P_1745834122677.xlsx\",\"id\":\"1916793367542599682\",\"manufacturer\":\"XX\",\"name\":\"PMOS晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-28 17:55:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916794293930135553', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院上海微系统与信息技术研究所\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-28 17:59\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"刘默寒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PL-DIP-4-N\",\"experimentDate\":\"2023.02.13-2023.02.15\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-014_1745834292621.pdf,/oss/physical/temp/20230213-SIMIT-DSOI_1745834301271.zip,/oss/physical/temp/电离总剂量效应-PL-DIP-4-N_1745834340814.xlsx\",\"id\":\"1916794293904969729\",\"manufacturer\":\"XX\",\"name\":\"NMOS晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-28 17:59:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916794731001778178', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP97\",\"deviceName\":\"OP97\",\"deviceType\":\"Amplifier\",\"experimentDate\":\"12/2005\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"G05DEC_OP97_TID.pdf\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/G05DEC_OP97_TID.pdf\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data.xlsx\\\",\\\"data(1)_1745834448082.xlsx\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data(1)_1745834448082.xlsx\\\"}\",\"fileMap\":{\"G05DEC_OP97_TID.pdf\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/G05DEC_OP97_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data.xlsx\",\"data(1)_1745834448082.xlsx\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data(1)_1745834448082.xlsx\"},\"id\":\"1116058eedc6c47d67084f5e31559d21\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:00\"}]', null, '5', null, '2025-04-28 18:00:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916795128605020161', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0521\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP97\",\"deviceName\":\"OP97\",\"deviceType\":\"Amplifier\",\"experimentDate\":\"12/2005\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"G05DEC_OP97_TID.pdf\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/G05DEC_OP97_TID.pdf\\\",\\\"data(1)_1745834448082.xlsx\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data(1)_1745834448082.xlsx\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data.xlsx\\\"}\",\"fileMap\":{\"G05DEC_OP97_TID.pdf\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/G05DEC_OP97_TID.pdf\",\"data(1)_1745834448082.xlsx\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data(1)_1745834448082.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data.xlsx\"},\"id\":\"1116058eedc6c47d67084f5e31559d21\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:02\"}]', null, '25', null, '2025-04-28 18:02:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916795131943686145', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 18:02\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5R-5/SP型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2002-SB-H771-88_1745834545381.xlsx\",\"id\":\"1916795131918520321\",\"manufacturer\":\"771所\",\"name\":\"LDCD/(20-50)-5R-5/SP型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\"}]', null, '8', null, '2025-04-28 18:02:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916795547330777089', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"3B0402F\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP77\",\"deviceName\":\"OP77\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"7/29/1997;3/2005\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"G05JAN_OP77_TID.pdf\\\":\\\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/G05JAN_OP77_TID.pdf\\\",\\\"nsrec05_W23.pdf\\\":\\\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/nsrec05_W23.pdf\\\",\\\"PPM-97-031.pdf\\\":\\\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/PPM-97-031.pdf\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/data.xlsx\\\"}\",\"fileMap\":{\"G05JAN_OP77_TID.pdf\":\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/G05JAN_OP77_TID.pdf\",\"nsrec05_W23.pdf\":\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/nsrec05_W23.pdf\",\"PPM-97-031.pdf\":\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/PPM-97-031.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/698b77a0ca8c8a35c9fcee8df970fc34/data.xlsx\"},\"id\":\"698b77a0ca8c8a35c9fcee8df970fc34\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:04\"}]', null, '20', null, '2025-04-28 18:04:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916795566662324225', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0521\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP97\",\"deviceName\":\"OP97\",\"deviceType\":\"Amplifier\",\"experimentDate\":\"12/2005\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"G05DEC_OP97_TID.pdf\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/G05DEC_OP97_TID.pdf\\\",\\\"data(1)_1745834448082.xlsx\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data(1)_1745834448082.xlsx\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data.xlsx\\\"}\",\"fileMap\":{\"G05DEC_OP97_TID.pdf\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/G05DEC_OP97_TID.pdf\",\"data(1)_1745834448082.xlsx\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data(1)_1745834448082.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data.xlsx\"},\"id\":\"1116058eedc6c47d67084f5e31559d21\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:04\"}]', null, '4', null, '2025-04-28 18:04:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916796375231860737', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 18:07\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-12-5F/D1型抗辐照dc/dc变换器\",\"experimentDate\":\"2022.04.28-2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745834835437.zip,/oss/physical/temp/771原始数据1_1745834838874.zip,/oss/physical/temp/KC-2002-SB-H771-89_1745834841173.xlsx\",\"id\":\"1916796375206694913\",\"manufacturer\":\"771所\",\"name\":\"LDCD/(20-50)-12-5F/D1型抗辐照dc/dc变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\"}]', null, '7', null, '2025-04-28 18:07:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916797553005006849', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"3B0402F、0419\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP77\",\"deviceName\":\"OP77\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"7/29/1997;3/2005\",\"experimentUser\":\"薛彬睿\",\"id\":\"698b77a0ca8c8a35c9fcee8df970fc34\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:12\"}]', null, '8', null, '2025-04-28 18:12:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916798509734137857', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Op-amp\",\"deviceMode\":\"OP97\",\"deviceName\":\"OP97\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"7/29/1994;7/17/1995\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/data.xlsx\\\",\\\"b072994.pdf\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/b072994.pdf\\\",\\\"OP97_1745833624381.xlsx\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745833624381.xlsx\\\",\\\"OP97_1745835350417.xlsx\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745835350417.xlsx\\\"}\",\"fileMap\":{\"ieee95a.pdf\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/b072994.pdf\",\"OP97_1745833624381.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745833624381.xlsx\",\"OP97_1745835350417.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745835350417.xlsx\"},\"id\":\"e83fdc0500a22b87b99ef621a73c19b6\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:15\"}]', null, '8', null, '2025-04-28 18:15:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916798899447894017', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 18:17\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-15-30F/SP型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745835431183.zip,/oss/physical/temp/771原始数据1_1745835434886.zip\",\"id\":\"1916798899422728193\",\"manufacturer\":\"771所\",\"name\":\"LDCD/(20-50)-15-30F/SP型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\"}]', null, '8', null, '2025-04-28 18:17:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916799009665814529', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-15-30F/SP型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745835431183.zip,/oss/physical/temp/771原始数据1_1745835434886.zip,/oss/physical/temp/KC-2002-SB-H771-90_1745835469939.xlsx\",\"id\":\"1916798899422728193\",\"manufacturer\":\"771所\",\"name\":\"LDCD/(20-50)-15-30F/SP型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:17\"}]', null, '23', null, '2025-04-28 18:17:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916799209176272897', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-28 18:18\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"PKUPCV\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2021-JL-7713_1745835510467.pdf\",\"id\":\"1916799209159495682\",\"manufacturer\":\"XX\",\"name\":\"KC-2021-JL-7713\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"XX\"}]', null, '4', null, '2025-04-28 18:18:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916799249164767233', '1', '用户名: lixuyou,登录成功!', null, 'lixuyou', '李序友', '119.78.164.151', null, null, null, null, '0', null, '2025-04-28 18:18:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916800132225142786', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-28 18:22\",\"dataEntry\":\"李序友\",\"dataSource\":\"航天771\",\"dataType\":\"historical\",\"deviceMode\":\"LRT1567\",\"experimentDate\":\"2024.4.22-2024.6.4\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745835732714.rar,/oss/physical/temp/KC-2024-SB-H771-76_1745835732279.pdf\",\"id\":\"1916800132216754178\",\"manufacturer\":\"航天771\",\"name\":\"1Mbps单片1553总线收发器\",\"type\":\"模拟集成电路\"}]', null, '3', null, '2025-04-28 18:22:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916800814365773825', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0521\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP97\",\"deviceName\":\"OP97\",\"deviceType\":\"放大器\",\"experimentDate\":\"12/2005\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"G05DEC_OP97_TID.pdf\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/G05DEC_OP97_TID.pdf\\\",\\\"data(1)_1745834448082.xlsx\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data(1)_1745834448082.xlsx\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data.xlsx\\\",\\\"电离总剂量效应_1745835895786.xlsx\\\":\\\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/电离总剂量效应_1745835895786.xlsx\\\"}\",\"fileMap\":{\"G05DEC_OP97_TID.pdf\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/G05DEC_OP97_TID.pdf\",\"data(1)_1745834448082.xlsx\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data(1)_1745834448082.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/data.xlsx\",\"电离总剂量效应_1745835895786.xlsx\":\"/oss/physical/NASA/1116058eedc6c47d67084f5e31559d21/电离总剂量效应_1745835895786.xlsx\"},\"id\":\"1116058eedc6c47d67084f5e31559d21\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:25\"}]', null, '7', null, '2025-04-28 18:25:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916801058692370433', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 18:25\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-12-65/D1型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745835935424.zip,/oss/physical/temp/771原始数据1_1745835939365.zip,/oss/physical/temp/KC-2002-SB-H771-93_1745835957521.xlsx\",\"id\":\"1916801058675593217\",\"manufacturer\":\"771所\",\"name\":\"LDCD/100-12-65/D1型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\"}]', null, '5', null, '2025-04-28 18:25:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916801133585862658', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"航天771\",\"dataType\":\"historical\",\"deviceMode\":\"LRT1567\",\"experimentDate\":\"2024.4.22-2024.6.4\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745835732714.rar,/oss/physical/temp/KC-2024-SB-H771-76_1745835732279.pdf,/oss/physical/temp/KC-2024-SB-H771-76_1745835975769.xlsx\",\"id\":\"1916800132216754178\",\"manufacturer\":\"航天771\",\"name\":\"1Mbps单片1553总线收发器\",\"type\":\"模拟集成电路\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-28 18:26\"}]', null, '5', null, '2025-04-28 18:26:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916801292000530433', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Op-amp\",\"deviceMode\":\"OP97\",\"deviceName\":\"OP97\",\"deviceType\":\"接口电路\",\"experimentDate\":\"7/29/1994;7/17/1995\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/data.xlsx\\\",\\\"b072994.pdf\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/b072994.pdf\\\",\\\"OP97_1745833624381.xlsx\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745833624381.xlsx\\\",\\\"OP97_1745835350417.xlsx\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745835350417.xlsx\\\"}\",\"fileMap\":{\"ieee95a.pdf\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/b072994.pdf\",\"OP97_1745833624381.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745833624381.xlsx\",\"OP97_1745835350417.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745835350417.xlsx\"},\"id\":\"e83fdc0500a22b87b99ef621a73c19b6\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:26\"}]', null, '6', null, '2025-04-28 18:26:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916801746184933377', '1', '用户名: mayinjie,登录成功!', null, 'mayinjie', '马崟洁', '119.78.164.173', null, null, null, null, '0', null, '2025-04-28 18:28:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916801927479529473', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-28 18:29\",\"dataEntry\":\"李序友\",\"dataSource\":\"航天771\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-9R5-110/D1\",\"experimentDate\":\"2024.05.23-2024.07.22\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-60_1745836140516.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836162431.rar,/oss/physical/temp/KC-2024-SB-H771-60_1745836162036.pdf\",\"id\":\"1916801927445975041\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\"}]', null, '8', null, '2025-04-28 18:29:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916802056198524929', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"航天771\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-9R5-110/D1\",\"experimentDate\":\"2024.05.23-2024.07.22\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836162431.rar,/oss/physical/temp/KC-2024-SB-H771-60_1745836162036.pdf,/oss/physical/temp/KC-2024-SB-H771-60_1745836196111.xlsx\",\"id\":\"1916801927445975041\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-28 18:29\"}]', null, '6', null, '2025-04-28 18:29:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916802081112690690', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-28 18:30:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916802421723729921', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-28 18:31\",\"dataEntry\":\"李序友\",\"dataSource\":\"航天771\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5R-12F/SP\",\"experimentDate\":\"2024.05.23-2024.07.22\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-59_1745836266730.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836282023.rar,/oss/physical/temp/KC-2024-SB-H771-59_1745836281685.pdf\",\"id\":\"1916802421706952705\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电压变换器\"}]', null, '4', null, '2025-04-28 18:31:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916802504917749761', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"3B0402F、0419、9525\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP77\",\"deviceName\":\"OP77\",\"deviceType\":\"放大器\",\"experimentDate\":\"7/29/1997;3/2005\",\"experimentUser\":\"薛彬睿\",\"id\":\"698b77a0ca8c8a35c9fcee8df970fc34\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":18,\"totalCountNasa\":3,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:31\"}]', null, '5', null, '2025-04-28 18:31:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916802939586056194', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第五十八研究所\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-28 18:33\",\"dataEntry\":\"黄侃\",\"dataProvider\":\"\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JPPR7113\",\"experimentDate\":\"2022.05.19\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/20220519_58suo_liumohan_1745836399591.zip,/oss/physical/temp/JPPR7113电离总剂量效应_1745836399550.xlsx,/oss/physical/temp/KC-2022-JL-051_1745836399662.pdf\",\"id\":\"1916802939552501761\",\"manufacturer\":\"中国电子科技集团公司第五十八研究所\",\"name\":\"高压浮置栅驱动电路器件\",\"totalCountLhs\":11,\"totalCountXhy\":1,\"type\":\"模拟集成电路\"}]', null, '9', null, '2025-04-28 18:33:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916803160135143426', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-28 18:34\",\"dataEntry\":\"李序友\",\"dataSource\":\"航天771\",\"dataType\":\"historical\",\"deviceMode\":\"LSPC100S-20\",\"experimentDate\":\"2024.5.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836452102.rar,/oss/physical/temp/KC-2024-SB-H771-58_1745836451739.pdf,/oss/physical/temp/KC-2024-SB-H771-58_1745836458583.xlsx\",\"id\":\"1916803160118366210\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照固态功率控制器\",\"type\":\"变压器\"}]', null, '4', null, '2025-04-28 18:34:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916803350669791233', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"航天771\",\"dataType\":\"historical\",\"deviceMode\":\"LSPC100S-20\",\"experimentDate\":\"2024.5.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836452102.rar,/oss/physical/temp/KC-2024-SB-H771-58_1745836451739.pdf,/oss/physical/temp/KC-2024-SB-H771-58_1745836504127.xlsx\",\"id\":\"1916803160118366210\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照固态功率控制器\",\"type\":\"变压器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-28 18:35\"}]', null, '5', null, '2025-04-28 18:35:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916803610603393025', '1', '用户名: yangsini,登录成功!', null, 'yangsini', '杨思妮', '119.78.164.179', null, null, null, null, '0', null, '2025-04-28 18:36:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916803786311176194', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-28 18:36\",\"dataEntry\":\"李序友\",\"dataSource\":\"航天771\",\"dataType\":\"historical\",\"deviceMode\":\"LW4913\",\"experimentDate\":\"2024.5.15-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-57_1745836594188.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836608318.rar,/oss/physical/temp/KC-2024-SB-H771-57_1745836607975.pdf\",\"id\":\"1916803786286010369\",\"manufacturer\":\"航天771\",\"name\":\"可调正电源稳压器\",\"type\":\"LW4913\"}]', null, '6', null, '2025-04-28 18:36:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916803808381603841', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.164.181', null, null, null, null, '0', null, '2025-04-28 18:36:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916803911402098690', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP727\",\"deviceName\":\"OP727\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"10/7/2002;7/25/2003\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"T100202_OP727.pdf\\\":\\\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/T100202_OP727.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/data.xlsx\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/NSREC03_W10.pdf\\\",\\\"单粒子效应_1745836637130.xlsx\\\":\\\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/单粒子效应_1745836637130.xlsx\\\"}\",\"fileMap\":{\"T100202_OP727.pdf\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/T100202_OP727.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/NSREC03_W10.pdf\",\"单粒子效应_1745836637130.xlsx\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/单粒子效应_1745836637130.xlsx\"},\"id\":\"8a81f88ad78132846b8428cba2c96879\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:37\"}]', null, '7', null, '2025-04-28 18:37:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916804077752389634', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-28 18:37\",\"dataEntry\":\"李序友\",\"dataSource\":\"航天771\",\"dataType\":\"historical\",\"deviceMode\":\"AD484RH\",\"experimentDate\":\"2024.5.15-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836670908.rar,/oss/physical/temp/KC-2024-SB-H771-56_1745836670635.pdf,/oss/physical/temp/KC-2024-SB-H771-56_1745836676029.xlsx\",\"id\":\"1916804077618171905\",\"manufacturer\":\"航天771\",\"name\":\"轨对轨运算放大器\",\"type\":\"放大器\"}]', null, '32', null, '2025-04-28 18:37:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916804341599277058', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"AD484RH\",\"experimentDate\":\"2024.5.15-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836670908.rar,/oss/physical/temp/KC-2024-SB-H771-56_1745836670635.pdf,/oss/physical/temp/KC-2024-SB-H771-56_1745836676029.xlsx\",\"id\":\"1916804077618171905\",\"manufacturer\":\"航天771\",\"name\":\"轨对轨运算放大器\",\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-28 18:39\"}]', null, '5', null, '2025-04-28 18:39:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916804367637516289', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW4913\",\"experimentDate\":\"2024.5.15-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-57_1745836594188.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836608318.rar,/oss/physical/temp/KC-2024-SB-H771-57_1745836607975.pdf\",\"id\":\"1916803786286010369\",\"manufacturer\":\"航天771\",\"name\":\"可调正电源稳压器\",\"type\":\"LW4913\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-28 18:39\"}]', null, '5', null, '2025-04-28 18:39:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916804392274857985', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LSPC100S-20\",\"experimentDate\":\"2024.5.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836452102.rar,/oss/physical/temp/KC-2024-SB-H771-58_1745836451739.pdf,/oss/physical/temp/KC-2024-SB-H771-58_1745836504127.xlsx\",\"id\":\"1916803160118366210\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照固态功率控制器\",\"type\":\"变压器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-28 18:39\"}]', null, '8', null, '2025-04-28 18:39:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916804420846456833', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5R-12F/SP\",\"experimentDate\":\"2024.05.23-2024.07.22\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-59_1745836266730.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836282023.rar,/oss/physical/temp/KC-2024-SB-H771-59_1745836281685.pdf\",\"id\":\"1916802421706952705\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电压变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-28 18:39\"}]', null, '27', null, '2025-04-28 18:39:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916804464823734274', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-9R5-110/D1\",\"experimentDate\":\"2024.05.23-2024.07.22\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836162431.rar,/oss/physical/temp/KC-2024-SB-H771-60_1745836162036.pdf,/oss/physical/temp/KC-2024-SB-H771-60_1745836196111.xlsx\",\"id\":\"1916801927445975041\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-28 18:39\"}]', null, '4', null, '2025-04-28 18:39:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916804495937081346', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LRT1567\",\"experimentDate\":\"2024.4.22-2024.6.4\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745835732714.rar,/oss/physical/temp/KC-2024-SB-H771-76_1745835732279.pdf,/oss/physical/temp/KC-2024-SB-H771-76_1745835975769.xlsx\",\"id\":\"1916800132216754178\",\"manufacturer\":\"航天771\",\"name\":\"1Mbps单片1553总线收发器\",\"type\":\"模拟集成电路\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-28 18:39\"}]', null, '7', null, '2025-04-28 18:39:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916804692138233858', '2', '历史一期记录-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"XX\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"PKUPCV\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2021-JL-7713_1745835510467.pdf\",\"id\":\"1916799209159495682\",\"manufacturer\":\"XX\",\"name\":\"KC-2021-JL-7713\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"放大器\",\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-28 18:40\"}]', null, '8', null, '2025-04-28 18:40:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916804896442781697', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-28 18:41\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F108A\",\"experimentDate\":\"2024.4.30-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-55_1745836858826.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836872406.rar,/oss/physical/temp/KC-2024-SB-H771-55_1745836872048.pdf\",\"id\":\"1916804896417615874\",\"manufacturer\":\"航天771\",\"name\":\"紧密运算放大器\",\"type\":\"放大器\"}]', null, '7', null, '2025-04-28 18:41:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916805314388398082', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-28 18:42\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OPO7A\",\"experimentDate\":\"2024.5.16-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836962777.rar,/oss/physical/temp/KC-2024-SB-H771-54_1745836962500.pdf,/oss/physical/temp/KC-2024-SB-H771-54_1745836972128.xlsx\",\"id\":\"1916805314371620865\",\"manufacturer\":\"航天771\",\"name\":\"超低失调电压运算放大器\",\"type\":\"放大器\"}]', null, '5', null, '2025-04-28 18:42:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916805640680083458', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-28 18:44\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F158A\",\"experimentDate\":\"2024.4.30-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-53_1745837041888.xlsx,/oss/physical/temp/KC-2024-JL-081_1745837049527.rar,/oss/physical/temp/KC-2024-SB-H771-53_1745837049175.pdf\",\"id\":\"1916805640654917633\",\"manufacturer\":\"航天771\",\"name\":\"加固单电源双运算放大器\",\"type\":\"放大器\"}]', null, '7', null, '2025-04-28 18:44:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916805735089672194', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F158A\",\"experimentDate\":\"2024.4.30-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837049527.rar,/oss/physical/temp/KC-2024-SB-H771-53_1745837049175.pdf,/oss/physical/temp/KC-2024-SB-H771-53_1745837073292.xlsx\",\"id\":\"1916805640654917633\",\"manufacturer\":\"航天771\",\"name\":\"加固单电源双运算放大器\",\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-28 18:44\"}]', null, '7', null, '2025-04-28 18:44:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806022999281666', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-28 18:45\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-25F/SP型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2002-SB-H771-87_1745837136057.xlsx,/oss/physical/temp/771大纲3_1745837139206.zip\",\"id\":\"1916806022898618370\",\"manufacturer\":\"771所\",\"name\":\"LDCD/(20-50)-5-25F/SP型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\"}]', null, '25', null, '2025-04-28 18:45:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806071909060610', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-28 18:45\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2024.6.6-2024.07.09\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-52_1745837141864.xlsx,/oss/physical/temp/KC-2024-JL-081_1745837153179.rar,/oss/physical/temp/KC-2024-SB-H771-52_1745837152942.pdf\",\"id\":\"1916806071892283394\",\"manufacturer\":\"航天771\",\"name\":\"低功耗运算放大器\",\"type\":\"放大器\"}]', null, '5', null, '2025-04-28 18:45:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806169300799489', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2024.6.6-2024.07.09\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837153179.rar,/oss/physical/temp/KC-2024-SB-H771-52_1745837152942.pdf,/oss/physical/temp/KC-2024-SB-H771-52_1745837176503.xlsx\",\"id\":\"1916806071892283394\",\"manufacturer\":\"航天771\",\"name\":\"低功耗运算放大器\",\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-28 18:46\"}]', null, '4', null, '2025-04-28 18:46:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806266881282049', '2', '历史一期记录-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"XX\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"PKUPCV\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2021-JL-7713_1745835510467.pdf\",\"id\":\"1916799209159495682\",\"manufacturer\":\"XX\",\"name\":\"KC-2021-JL-77\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"放大器\",\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-28 18:46\"}]', null, '5', null, '2025-04-28 18:46:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806464353308674', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-25F/SP型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2002-SB-H771-87_1745837136057.xlsx,/oss/physical/temp/771大纲3_1745837139206.zip\",\"id\":\"1916806022898618370\",\"manufacturer\":\"航天771\",\"name\":\"LDCD/(20-50)-5-25F/SP型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:47\"}]', null, '10', null, '2025-04-28 18:47:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806464885985281', '2', '历史一期记录-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"XX\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"PKUPCV\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2021-JL-77_1745837247229.pdf\",\"id\":\"1916799209159495682\",\"manufacturer\":\"XX\",\"name\":\"KC-2021-JL-77\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"放大器\",\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-28 18:47\"}]', null, '5', null, '2025-04-28 18:47:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806510650036225', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-12-65/D1型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745835935424.zip,/oss/physical/temp/771原始数据1_1745835939365.zip,/oss/physical/temp/KC-2002-SB-H771-93_1745835957521.xlsx\",\"id\":\"1916801058675593217\",\"manufacturer\":\"航天771\",\"name\":\"LDCD/100-12-65/D1型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:47\"}]', null, '8', null, '2025-04-28 18:47:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806538252750849', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-15-30F/SP型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745835431183.zip,/oss/physical/temp/771原始数据1_1745835434886.zip,/oss/physical/temp/KC-2002-SB-H771-90_1745835469939.xlsx\",\"id\":\"1916798899422728193\",\"manufacturer\":\"航天771\",\"name\":\"LDCD/(20-50)-15-30F/SP型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:47\"}]', null, '6', null, '2025-04-28 18:47:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806559006167042', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-12-5F/D1型抗辐照dc/dc变换器\",\"experimentDate\":\"2022.04.28-2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745834835437.zip,/oss/physical/temp/771原始数据1_1745834838874.zip,/oss/physical/temp/KC-2002-SB-H771-89_1745834841173.xlsx\",\"id\":\"1916796375206694913\",\"manufacturer\":\"航天771\",\"name\":\"LDCD/(20-50)-12-5F/D1型抗辐照dc/dc变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:47\"}]', null, '4', null, '2025-04-28 18:47:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806574462177281', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-12-5F/D1型抗辐照dc/dc变换器\",\"experimentDate\":\"2022.04.28-2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745834835437.zip,/oss/physical/temp/771原始数据1_1745834838874.zip,/oss/physical/temp/KC-2002-SB-H771-89_1745834841173.xlsx\",\"id\":\"1916796375206694913\",\"manufacturer\":\"航天771\",\"name\":\"LDCD/(20-50)-12-5F/D1型抗辐照dc/dc变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:47\"}]', null, '4', null, '2025-04-28 18:47:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806596335472641', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5R-5/SP型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2002-SB-H771-88_1745834545381.xlsx\",\"id\":\"1916795131918520321\",\"manufacturer\":\"航天771\",\"name\":\"LDCD/(20-50)-5R-5/SP型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:47\"}]', null, '8', null, '2025-04-28 18:48:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806623803969538', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-512-30F/T1型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745833930386.zip,/oss/physical/temp/771原始数据1_1745833934277.zip,/oss/physical/temp/KC-2002-SB-H771-91_1745833937156.xlsx\",\"id\":\"1916792579692924930\",\"manufacturer\":\"航天771\",\"name\":\"LDCD/(20-50)-512-30F/T1型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:48\"}]', null, '5', null, '2025-04-28 18:48:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806662278320130', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-3R3-15/SP型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745833552358.zip,/oss/physical/temp/771原始数据1_1745833556424.zip,/oss/physical/temp/KC-2002-SB-H771-92_1745833559455.xlsx\",\"id\":\"1916790998490648578\",\"manufacturer\":\"航天771\",\"name\":\"LDCD/100-3R3-15/SP型抗辐照DC/DC变换器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:48\"}]', null, '5', null, '2025-04-28 18:48:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806680817143810', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS753T1RH型VDMOS\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745832032630.zip,/oss/physical/temp/771原始数据1_1745832036786.zip,/oss/physical/temp/KC-2002-SB-H771-63_1745832040685.xlsx\",\"id\":\"1916784626751475714\",\"manufacturer\":\"航天771\",\"name\":\"LCS753T1RH型VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:48\"}]', null, '4', null, '2025-04-28 18:48:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806700014473217', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7382U3RH型VDMOS\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745831797267.zip,/oss/physical/temp/771原始数据1_1745831801367.zip,/oss/physical/temp/KC-2002-SB-H771-66_1745831805905.xlsx\",\"id\":\"1916783643791167490\",\"manufacturer\":\"航天771\",\"name\":\"LCS7382U3RH型VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:48\"}]', null, '6', null, '2025-04-28 18:48:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806708033982465', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-28 18:48\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-12-30F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-51_1745837293441.xlsx,/oss/physical/temp/KC-2024-JL-081_1745837304994.rar,/oss/physical/temp/KC-2024-SB-H771-51_1745837304661.pdf\",\"id\":\"1916806708004622338\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\"}]', null, '7', null, '2025-04-28 18:48:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806719408934913', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7382T2RH型VDMOS\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745831594548.zip,/oss/physical/temp/771原始数据1_1745831598805.zip,/oss/physical/temp/KC-2002-SB-H771-65_1745831603240.xlsx\",\"id\":\"1916782792234209282\",\"manufacturer\":\"航天771\",\"name\":\"LCS7382T2RH型VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:48\"}]', null, '8', null, '2025-04-28 18:48:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806766666158082', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7469T1RH\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745831356939.zip,/oss/physical/temp/771原始数据1_1745831361041.zip,/oss/physical/temp/KC-2002-SB-H771-64_1745831365359.xlsx\",\"id\":\"1916781800671383553\",\"manufacturer\":\"航天771\",\"name\":\"LCS7469T1RH型VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:48\"}]', null, '6', null, '2025-04-28 18:48:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806802338713601', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS583U2RH\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745831087628.zip,/oss/physical/temp/771原始数据1_1745831091846.zip,/oss/physical/temp/KC-2002-SB-H771-69_1745831096547.xlsx\",\"id\":\"1916780670423896065\",\"manufacturer\":\"航天771\",\"name\":\"LCS583U2RH型VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:48\"}]', null, '7', null, '2025-04-28 18:48:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806829685575682', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7583T1RH\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745830627368.zip,/oss/physical/temp/771原始数据1_1745830631268.zip,/oss/physical/temp/KC-2002-SB-H771-68_1745830814056.xlsx\",\"id\":\"1916779483070959618\",\"manufacturer\":\"航天771\",\"name\":\"LCS7583T1RH型VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:48\"}]', null, '6', null, '2025-04-28 18:48:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916806849155534849', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7426T1RH\",\"experimentDate\":\"2022.04.26~2022.04.28\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745830097889.zip,/oss/physical/temp/771原始数据1_1745830101683.zip,/oss/physical/temp/KC-2002-SB-H771-67_1745830518485.xlsx\",\"id\":\"1916778249618427906\",\"manufacturer\":\"航天771\",\"name\":\"LCS7426T1RH\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"晶体管\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-28 18:49\"}]', null, '7', null, '2025-04-28 18:49:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916807255680061441', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-28 18:50\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)12-15F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837428878.rar,/oss/physical/temp/KC-2024-SB-H771-50_1745837428510.pdf,/oss/physical/temp/KC-2024-SB-H771-50-2_1745837428549.pdf,/oss/physical/temp/KC-2024-SB-H771-50_1745837435336.xlsx\",\"id\":\"1916807255663284226\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\"}]', null, '4', null, '2025-04-28 18:50:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916807280606810113', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"GaAlAs IR, 890nm\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OP604 Phototransistor\",\"deviceName\":\"OP604 Phototransistor\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"7/1999\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/253bb0374056269263469b3fa9d0aac2/nsrec00_W22.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/253bb0374056269263469b3fa9d0aac2/data.xlsx\\\",\\\"位移损伤效应_1745837440758.xlsx\\\":\\\"/oss/physical/NASA/253bb0374056269263469b3fa9d0aac2/位移损伤效应_1745837440758.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/253bb0374056269263469b3fa9d0aac2/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/253bb0374056269263469b3fa9d0aac2/data.xlsx\",\"位移损伤效应_1745837440758.xlsx\":\"/oss/physical/NASA/253bb0374056269263469b3fa9d0aac2/位移损伤效应_1745837440758.xlsx\"},\"id\":\"253bb0374056269263469b3fa9d0aac2\",\"manufacturer\":\"Optek\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:50\"}]', null, '7', null, '2025-04-28 18:50:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916807359744937985', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-28 18:51\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"532nm,LPS-675-FC\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-146_1745837460503.pdf\",\"id\":\"1916807359728160769\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-146\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件,光电子器件\"}]', null, '3', null, '2025-04-28 18:51:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916807603459166209', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0137\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP727\",\"deviceName\":\"OP727\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"10/7/2002;7/25/2003\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"T100202_OP727.pdf\\\":\\\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/T100202_OP727.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/data.xlsx\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/NSREC03_W10.pdf\\\",\\\"单粒子效应_1745836637130.xlsx\\\":\\\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/单粒子效应_1745836637130.xlsx\\\"}\",\"fileMap\":{\"T100202_OP727.pdf\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/T100202_OP727.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/NSREC03_W10.pdf\",\"单粒子效应_1745836637130.xlsx\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/单粒子效应_1745836637130.xlsx\"},\"id\":\"8a81f88ad78132846b8428cba2c96879\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:51\"}]', null, '5', null, '2025-04-28 18:52:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916808474079236098', '1', '用户名: luoyongheng,登录成功!', null, 'luoyongheng', '罗永恒', '119.78.164.168', null, null, null, null, '0', null, '2025-04-28 18:55:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916808901583671297', '2', '历史一期记录-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"XX\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"532nm,LPS-675-FC\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-146_1745837460503.pdf\",\"id\":\"1916807359728160769\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-146\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\",\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-28 18:57\"}]', null, '6', null, '2025-04-28 18:57:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916809021574320130', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0946A\",\"deviceFunction\":\"Precision Picoampere Input Current Quad Operational Amplifier\",\"deviceMode\":\"OP497BRC\",\"deviceName\":\"OP497BRC\",\"deviceType\":\"放大器\",\"experimentDate\":\"7/2011\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/70f0297a691a85a266cb60169fbc3d58/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/70f0297a691a85a266cb60169fbc3d58/data.xlsx\\\",\\\"电离总剂量效应-副本-副本_1745837856631.xlsx\\\":\\\"/oss/physical/NASA/70f0297a691a85a266cb60169fbc3d58/电离总剂量效应-副本-副本_1745837856631.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/70f0297a691a85a266cb60169fbc3d58/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/70f0297a691a85a266cb60169fbc3d58/data.xlsx\",\"电离总剂量效应-副本-副本_1745837856631.xlsx\":\"/oss/physical/NASA/70f0297a691a85a266cb60169fbc3d58/电离总剂量效应-副本-副本_1745837856631.xlsx\"},\"id\":\"70f0297a691a85a266cb60169fbc3d58\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 18:57\"}]', null, '7', null, '2025-04-28 18:57:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916809443340947457', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-28 18:59\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"中能粒子探头,高能粒子探头,高能质子探测仪,高能电子探测仪\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-144_1745837945474.pdf\",\"id\":\"1916809443324170242\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-144\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"敏感元器件和传感器\"}]', null, '5', null, '2025-04-28 18:59:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916809551704985601', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电科44所\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-28 18:59\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GC15MZPB8514H型\",\"experimentDate\":\"2024.11.25\",\"experimentUser\":\"王金鹏\",\"id\":\"1916809551688208386\",\"manufacturer\":\"中国电子科技集团公司第四十四研究王金鹏所\",\"name\":\"电光调制器\",\"type\":\"光电子器件\"}]', null, '4', null, '2025-04-28 18:59:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916811007845699586', '1', '用户名: chenpan,登录成功!', null, 'chenpan', '陈攀', '119.78.164.165', null, null, null, null, '0', null, '2025-04-28 19:05:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916811564526309378', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1118A 13-041\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP497\",\"deviceName\":\"OP497\",\"deviceType\":\"放大器\",\"experimentDate\":\"7/11/1997; 2013Apr\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/data.xlsx\\\",\\\"PPM-97-028.pdf\\\":\\\"/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/PPM-97-028.pdf\\\",\\\"单粒子效应-副本_1745838462926.xlsx\\\":\\\"/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/单粒子效应-副本_1745838462926.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/data.xlsx\",\"PPM-97-028.pdf\":\"/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/PPM-97-028.pdf\",\"单粒子效应-副本_1745838462926.xlsx\":\"/oss/physical/NASA/e7585345486e995b61a2d1c4520e5527/单粒子效应-副本_1745838462926.xlsx\"},\"id\":\"e7585345486e995b61a2d1c4520e5527\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 19:07\"}]', null, '24', null, '2025-04-28 19:07:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916811581785870338', '2', '历史一期记录-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电科44所\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GC15MZPB8514H型\",\"experimentDate\":\"2024.11.25\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-193_1745838458554.pdf\",\"id\":\"1916809551688208386\",\"manufacturer\":\"中国电子科技集团公司第四十四研究王金鹏所\",\"name\":\"电光调制器\",\"type\":\"光电子器件\",\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-28 19:07\"}]', null, '19', null, '2025-04-28 19:07:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916812428443881473', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"8735\",\"deviceFunction\":\"Quad Operational Amplifier\",\"deviceMode\":\"OP490AY/883B\",\"deviceName\":\"OP490AY/883B\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"6/16/1992\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"PPM-92-185.pdf\\\":\\\"/oss/physical/NASA/734666246b952299c299f309561a70b5/PPM-92-185.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/734666246b952299c299f309561a70b5/data.xlsx\\\",\\\"电离总剂量效应-副本-副本-副本-副本_1745838668890.xlsx\\\":\\\"/oss/physical/NASA/734666246b952299c299f309561a70b5/电离总剂量效应-副本-副本-副本-副本_1745838668890.xlsx\\\"}\",\"fileMap\":{\"PPM-92-185.pdf\":\"/oss/physical/NASA/734666246b952299c299f309561a70b5/PPM-92-185.pdf\",\"data.xlsx\":\"/oss/physical/NASA/734666246b952299c299f309561a70b5/data.xlsx\",\"电离总剂量效应-副本-副本-副本-副本_1745838668890.xlsx\":\"/oss/physical/NASA/734666246b952299c299f309561a70b5/电离总剂量效应-副本-副本-副本-副本_1745838668890.xlsx\"},\"id\":\"734666246b952299c299f309561a70b5\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 19:11\"}]', null, '8', null, '2025-04-28 19:11:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916812499226955778', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"8735\",\"deviceFunction\":\"Quad Operational Amplifier\",\"deviceMode\":\"OP490AY/883B\",\"deviceName\":\"OP490AY/883B\",\"deviceType\":\"放大器\",\"experimentDate\":\"6/16/1992\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"电离总剂量效应-副本-副本-副本-副本_1745838668890.xlsx\\\":\\\"/oss/physical/NASA/734666246b952299c299f309561a70b5/电离总剂量效应-副本-副本-副本-副本_1745838668890.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/734666246b952299c299f309561a70b5/data.xlsx\\\",\\\"PPM-92-185.pdf\\\":\\\"/oss/physical/NASA/734666246b952299c299f309561a70b5/PPM-92-185.pdf\\\"}\",\"fileMap\":{\"电离总剂量效应-副本-副本-副本-副本_1745838668890.xlsx\":\"/oss/physical/NASA/734666246b952299c299f309561a70b5/电离总剂量效应-副本-副本-副本-副本_1745838668890.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/734666246b952299c299f309561a70b5/data.xlsx\",\"PPM-92-185.pdf\":\"/oss/physical/NASA/734666246b952299c299f309561a70b5/PPM-92-185.pdf\"},\"id\":\"734666246b952299c299f309561a70b5\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 19:11\"}]', null, '8', null, '2025-04-28 19:11:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916813916138344449', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海空间电源研究所\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-28 19:17\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"xx\",\"experimentDate\":\"2024.7.23-2024.7.25\",\"experimentUser\":\"于钢\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-127_1745839021056.pdf\",\"id\":\"1916813916121567234\",\"manufacturer\":\"xx\",\"name\":\"太阳电池\",\"type\":\"太阳能电力系统\"}]', null, '5', null, '2025-04-28 19:17:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916814060086857730', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1804; (19-038)\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP484FSZ\",\"deviceName\":\"OP484FSZ\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"8/28/2019(OSU-NRL)\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\":\\\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/data.xlsx\\\",\\\"电离总剂量效应-副本-副本-副本-副本-副本_1745839058937.xlsx\\\":\\\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/电离总剂量效应-副本-副本-副本-副本-副本_1745839058937.xlsx\\\"}\",\"fileMap\":{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/data.xlsx\",\"电离总剂量效应-副本-副本-副本-副本-副本_1745839058937.xlsx\":\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/电离总剂量效应-副本-副本-副本-副本-副本_1745839058937.xlsx\"},\"id\":\"19b0a569ec3ffd0df0034129fc6622f3\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":10,\"totalCountNasa\":3,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 19:17\"}]', null, '5', null, '2025-04-28 19:17:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916814159185678338', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天八院808所\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-28 19:18\",\"dataEntry\":\"罗永恒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RDHA701FP10A8CK\",\"experimentDate\":\"2024.8.22-2024.8.22\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-135_1745839072743.pdf\",\"id\":\"1916814159168901121\",\"manufacturer\":\"IR\",\"name\":\"KC-2024-JL-135\",\"type\":\"继电器\"}]', null, '3', null, '2025-04-28 19:18:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916814237921153025', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0137\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP727\",\"deviceName\":\"OP727\",\"deviceType\":\"放大器\",\"experimentDate\":\"10/7/2002;7/25/2003\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"T100202_OP727.pdf\\\":\\\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/T100202_OP727.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/data.xlsx\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/NSREC03_W10.pdf\\\",\\\"单粒子效应_1745836637130.xlsx\\\":\\\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/单粒子效应_1745836637130.xlsx\\\"}\",\"fileMap\":{\"T100202_OP727.pdf\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/T100202_OP727.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/NSREC03_W10.pdf\",\"单粒子效应_1745836637130.xlsx\":\"/oss/physical/NASA/8a81f88ad78132846b8428cba2c96879/单粒子效应_1745836637130.xlsx\"},\"id\":\"8a81f88ad78132846b8428cba2c96879\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 19:18\"}]', null, '26', null, '2025-04-28 19:18:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916814506826371073', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-28 19:19\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"HI4-546/883,SM48LC32M16,46TR16256A-85120AL,46DR81280B-16640B,MT41K256M16TW-107,V58C2G01164SCI5I,GMAX3265,GSPRINT4521\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-106_1745839160677.pdf\",\"id\":\"1916814506792816641\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-106\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"开关,数字集成电路,CMOS\"}]', null, '8', null, '2025-04-28 19:19:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916814775177940994', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1804; (19-038)\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP484FSZ\",\"deviceName\":\"OP484FSZ\",\"deviceType\":\"晶体管\",\"experimentDate\":\"8/28/2019(OSU-NRL)\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/data.xlsx\\\",\\\"电离总剂量效应-副本-副本-副本-副本-副本_1745839058937.xlsx\\\":\\\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/电离总剂量效应-副本-副本-副本-副本-副本_1745839058937.xlsx\\\",\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\":\\\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/data.xlsx\",\"电离总剂量效应-副本-副本-副本-副本-副本_1745839058937.xlsx\":\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/电离总剂量效应-副本-副本-副本-副本-副本_1745839058937.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/19b0a569ec3ffd0df0034129fc6622f3/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\"},\"id\":\"19b0a569ec3ffd0df0034129fc6622f3\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":10,\"totalCountNasa\":3,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 19:20\"}]', null, '9', null, '2025-04-28 19:20:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916815219535089666', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天八院808所\",\"dataEntry\":\"罗永恒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RDHA701FP10A8CK\",\"experimentDate\":\"2024.8.22-2024.8.22\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-135_1745839072743.pdf\",\"id\":\"1916814159168901121\",\"manufacturer\":\"IR\",\"name\":\"KC-2024-JL-135\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"继电器\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 19:22\"}]', null, '27', null, '2025-04-28 19:22:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916815724982276098', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"济南市半导体实验所\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-28 19:24\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3DK2222\",\"experimentDate\":\"2023.10.25-2023.12.13\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/3DK2222电离总剂量效应_1745839451564.xlsx,/oss/physical/temp/20231025济南半导体-安兆嵬-刘默寒-KC-2023-JL-101_1745839451563.zip,/oss/physical/temp/KC-2023-JL-101_1745839451606.pdf\",\"id\":\"1916815724957110273\",\"manufacturer\":\"济南市半导体实验所\",\"name\":\"硅NPN高频小功率开关晶体管\",\"totalCountLhs\":60,\"totalCountXhy\":4,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-28 19:24:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916815771509690369', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1553A; (17-072)\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP484A\",\"deviceName\":\"OP484A\",\"deviceType\":\"晶体管\",\"experimentDate\":\"12/13/2017-to-4/2/2018\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\\\":\\\"/oss/physical/NASA/e0b024640572bc1de2b6d40cc41038a1/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e0b024640572bc1de2b6d40cc41038a1/data.xlsx\\\",\\\"电离总剂量效应-副本-副本-副本-副本-副本-副本_1745839462715.xlsx\\\":\\\"/oss/physical/NASA/e0b024640572bc1de2b6d40cc41038a1/电离总剂量效应-副本-副本-副本-副本-副本-副本_1745839462715.xlsx\\\"}\",\"fileMap\":{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/e0b024640572bc1de2b6d40cc41038a1/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e0b024640572bc1de2b6d40cc41038a1/data.xlsx\",\"电离总剂量效应-副本-副本-副本-副本-副本-副本_1745839462715.xlsx\":\"/oss/physical/NASA/e0b024640572bc1de2b6d40cc41038a1/电离总剂量效应-副本-副本-副本-副本-副本-副本_1745839462715.xlsx\"},\"id\":\"e0b024640572bc1de2b6d40cc41038a1\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-28 19:24\"}]', null, '12', null, '2025-04-28 19:24:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916815818100019202', '1', '用户名: liujunling,登录成功!', null, 'liujunling', '刘俊灵', '119.78.164.172', null, null, null, null, '0', null, '2025-04-28 19:24:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916815944944160769', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"浙江航芯源集成电路科技有限公司\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-28 19:25\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MS1230RH型\",\"experimentDate\":\"2024.11.28-2024.11.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-196_1745839506160.pdf\",\"id\":\"1916815944927383553\",\"manufacturer\":\"xx\",\"name\":\"抗辐射DC/DC电源\",\"type\":\"电源变换器\"}]', null, '3', null, '2025-04-28 19:25:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916816246233600001', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"济南市半导体元件实验所\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-28 19:26\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3CG36367UB\",\"experimentDate\":\"2023.10.25-2023.12.13\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/3CG36367UB电离总剂量效应_1745839576421.xlsx,/oss/physical/temp/20231025济南半导体-安兆嵬-刘默寒-KC-2023-JL-101_1745839576437.zip,/oss/physical/temp/KC-2023-JL-101_1745839576465.pdf\",\"id\":\"1916816246208434177\",\"manufacturer\":\"济南市半导体元件实验所\",\"name\":\"硅PNP高频小功率晶体管\",\"totalCountLhs\":60,\"totalCountXhy\":4,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-28 19:26:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916816311039791106', '2', '历史一期记录-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"济南市半导体元件实验所\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3DK2222\",\"experimentDate\":\"2023.10.25-2023.12.13\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/3DK2222电离总剂量效应_1745839451564.xlsx,/oss/physical/temp/20231025济南半导体-安兆嵬-刘默寒-KC-2023-JL-101_1745839451563.zip,/oss/physical/temp/KC-2023-JL-101_1745839451606.pdf\",\"id\":\"1916815724957110273\",\"manufacturer\":\"济南市半导体元件实验所\",\"name\":\"硅NPN高频小功率开关晶体管\",\"totalCountLhs\":60,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-28 19:26\"}]', null, '5', null, '2025-04-28 19:26:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916817022335029250', '1', '用户名: luozikang,登录成功!', null, 'luozikang', '罗梓康', '119.78.164.171', null, null, null, null, '0', null, '2025-04-28 19:29:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916817733533798402', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所新集成电路事业部\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-28 19:32\",\"dataEntry\":\"罗永恒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF249ARH, LF484BRFC\",\"experimentDate\":\"2023.4.25-2023.6.12\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-41_1745839910777.pdf\",\"id\":\"1916817733508632578\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2023-JL-41\",\"type\":\"放大器\"}]', null, '8', null, '2025-04-28 19:32:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916817828765470722', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"xx\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-28 19:32\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"ICR\",\"experimentDate\":\"xx\",\"experimentUser\":\"xx\",\"id\":\"1916817828757082113\",\"manufacturer\":\"武汉光迅科技股份有限公司\",\"name\":\"相干光接收组件\",\"type\":\"xx\"}]', null, '4', null, '2025-04-28 19:32:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916817845643350018', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-28 19:32\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"电源模块,EFUSE,DRMOS\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-129_1745839288097.pdf\",\"id\":\"1916817845618184193\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-129\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器,保险丝,晶体管\"}]', null, '8', null, '2025-04-28 19:32:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916818580011454466', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-28 19:35\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"气体电离室探测器\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-110_1745840122130.pdf\",\"id\":\"1916818579994677249\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-110\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"敏感元器件和传感器\"}]', null, '6', null, '2025-04-28 19:35:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916821121898090498', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电24所\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-28 19:45\",\"dataEntry\":\"马崟洁\",\"dataProvider\":\"\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SAD12AQ600MGRH型\",\"experimentDate\":\"2023.11.7-2024.1.4\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-113_1745840742076.pdf\",\"id\":\"1916821121872924673\",\"manufacturer\":\"xx\",\"name\":\"A/D转换器\",\"type\":\"转换器\"}]', null, '8', null, '2025-04-28 19:45:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916822230502969346', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院国家空间科学中心\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-28 19:50\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QRNG\",\"experimentDate\":\"2024.12.17-2024.12.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-207_1745841006584.pdf\",\"id\":\"1916822230486192129\",\"manufacturer\":\"xx\",\"name\":\"芯片\",\"type\":\"集成电路\"}]', null, '4', null, '2025-04-28 19:50:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916822284236197889', '2', '历史一期记录-添加', '2', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"dushuaibin\",\"createTime\":\"2025-04-28 19:50\",\"dataEntry\":\"杜帅彬\",\"dataProvider\":\"XX\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"SMC039,HMSK4322HD-CH\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-090_1745840787194.pdf\",\"id\":\"1916822284219420674\",\"manufacturer\":\"XX\",\"name\":\"KC-2022-JL-090\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路,放大器\"}]', null, '4', null, '2025-04-28 19:50:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916823320900374530', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"南昌凯讯光电股份有限公司\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-28 19:54\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"三结砷化镓太阳电池\",\"experimentDate\":\"2024.10.22-2024.10.23\",\"experimentUser\":\"于钢\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-175_1745841266926.pdf\",\"id\":\"1916823320862625794\",\"manufacturer\":\"xx\",\"name\":\"太阳电池\",\"type\":\"光电子器件\"}]', null, '9', null, '2025-04-28 19:54:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916826485192364034', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-28 20:07\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P11NJR\",\"experimentDate\":\"2022.3.11-2022.4.22\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-020_1745842021176.pdf\",\"id\":\"1916826485175586817\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐射场效应晶体管\",\"type\":\"晶体管\"}]', null, '4', null, '2025-04-28 20:07:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916828331751477249', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海航天技术基础研究所\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-28 20:14\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH(20-500-9R5-110H/SP型\",\"experimentDate\":\"2024.6.20-2024.8.21\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-097_1745842460965.pdf\",\"id\":\"1916828331726311426\",\"manufacturer\":\"中电24所\",\"name\":\"DC变换器\",\"type\":\"转换器\"}]', null, '7', null, '2025-04-28 20:14:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916829560598663169', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"锦州辽晶电子科技有限公司\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-28 20:19\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LJGH281-1S\",\"experimentDate\":\"2022.4.29-2022.6.20\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-045_1745842753205.pdf\",\"id\":\"1916829560573497346\",\"manufacturer\":\"XXX\",\"name\":\"光电耦合器\",\"type\":\"转换器\"}]', null, '6', null, '2025-04-28 20:19:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916830935902556162', '2', '历史一期记录-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"锦州辽晶电子科技有限公司\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LJGH281-1S\",\"experimentDate\":\"2022.4.29-2022.6.20\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-045_1745842753205.pdf\",\"id\":\"1916829560573497346\",\"manufacturer\":\"XXX\",\"name\":\"光电耦合器\",\"type\":\"光电子器件\",\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-28 20:24\"}]', null, '4', null, '2025-04-28 20:24:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916849379695890434', '1', '用户名: luoyongheng,登录成功!', null, 'luoyongheng', '罗永恒', '119.78.164.168', null, null, null, null, '0', null, '2025-04-28 21:38:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916850443803398145', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海空间电源研究所\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-28 21:42\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"无\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3T30E, 3BT77ES, 3BT10DGS, 4BT24DG102\",\"experimentDate\":\"2023.11.28-2023.11.28\",\"experimentUser\":\"于钢\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-132_1745847731981.pdf\",\"id\":\"1916850443769843713\",\"manufacturer\":\"上海空间电源研究所\",\"name\":\"KC-2023-JL-132\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"太阳能电力系统\"}]', null, '7', null, '2025-04-28 21:42:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916850575894614018', '1', '用户名: liujunling,登录成功!', null, 'liujunling', '刘俊灵', '119.78.164.172', null, null, null, null, '0', null, '2025-04-28 21:42:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916852542578593793', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"重庆吉芯科技有限公司\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-28 21:50\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"无\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SAD922EMC, SAD9245MQRH_ZZ\",\"experimentDate\":\"2024.9.29-2024.9.29\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-196_1745848133349.pdf\",\"id\":\"1916852542561816578\",\"manufacturer\":\"重庆吉芯科技有限公司\",\"name\":\"KC-2024-JL-169\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"A/D转换器,其他混合集成电路\"}]', null, '5', null, '2025-04-28 21:50:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916853212002095105', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-28 21:53:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916853516735057921', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Reference\",\"deviceMode\":\"Ref - 43\",\"deviceName\":\"Ref - 43\",\"deviceType\":\"Analog Devices\",\"experimentDate\":\"7/20/1998\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/data.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/data.xlsx\"},\"id\":\"fda2116480c55fcc9373195e66949084\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 21:54\"}]', null, '7', null, '2025-04-28 21:54:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916853551644250114', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Reference\",\"deviceMode\":\"Ref - 43\",\"deviceName\":\"Ref - 43\",\"deviceType\":\"Analog Devices\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/data.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/data.xlsx\"},\"id\":\"fda2116480c55fcc9373195e66949084\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 21:54\"}]', null, '8', null, '2025-04-28 21:54:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916854410591571970', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电24所二部\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-28 21:57\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"无\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW4913MCRH, SW1715MFRH\",\"experimentDate\":\"2026.1.10-2023.3.4\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-006_1745848454499.pdf\",\"id\":\"1916854410566406146\",\"manufacturer\":\"中国电子科技集团第二十四研究所\",\"name\":\"KC-2023-JL-006\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"互补开关驱动器,线性稳压器\"}]', null, '8', null, '2025-04-28 21:58:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916856922694455297', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中核105所\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-28 22:07\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"无\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TLM13630, TMP235, STM32F429, XC7Z010, DRV8359, SN65HVD75, SN65HVD232, MT25QL512, ADS1204\",\"experimentDate\":\"2023.11.2-2023.11.5\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-108_1745848869621.pdf\",\"id\":\"1916856922669289474\",\"manufacturer\":\"TI, ST, AMD, 镁光 , Basler\",\"name\":\"KC-2023-JL-108\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器, SOC,其他混合电路\"}]', null, '7', null, '2025-04-28 22:07:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916859971227848705', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Reference\",\"deviceMode\":\"Ref - 43\",\"deviceName\":\"Ref - 43\",\"deviceType\":\"Analog Devices\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/data.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/data.xlsx\"},\"id\":\"fda2116480c55fcc9373195e66949084\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 22:20\"}]', null, '7', null, '2025-04-28 22:20:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916860010528477185', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Reference\",\"deviceMode\":\"Ref - 43\",\"deviceName\":\"Ref - 43\",\"deviceType\":\"Analog Devices\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/NSREC98.pdf\\\",\\\"data_1745850013420.xlsx\\\":\\\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/data_1745850013420.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/NSREC98.pdf\",\"data_1745850013420.xlsx\":\"/oss/physical/NASA/fda2116480c55fcc9373195e66949084/data_1745850013420.xlsx\"},\"id\":\"fda2116480c55fcc9373195e66949084\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 22:20\"}]', null, '7', null, '2025-04-28 22:20:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916860171220652033', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"河北北芯半导体科技有限公司\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-28 22:20\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"NC116258C-812P25-14S, NC1615-112-14, NC1615-106-14S, BWFX85211327A, BWQD1802, NC20604C, ,\",\"experimentDate\":\"2024.7.10-2024.7.11\",\"experimentUser\":\"孙梦君\",\"id\":\"1916860171195486210\",\"manufacturer\":\"河北北芯半导体科技有限公司\",\"name\":\"KC-2024-JL-108\",\"totalCountLhs\":18,\"totalCountXhy\":18,\"type\":\"放大器,开关\"}]', null, '6', null, '2025-04-28 22:20:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916862183886786562', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Single Board Computer\",\"deviceMode\":\"Rasberry Pi Model B, Generic Part Number 998\",\"deviceName\":\"Rasberry Pi Model B, Generic Part Number 998\",\"deviceType\":\"Various\",\"experimentDate\":\"7/29/2014\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"},\"id\":\"d19fdf58c76349bf15089eb6602d9258\",\"manufacturer\":\"Rasberry Pi Foundation, Broadcom, and Various Others\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 22:28\"}]', null, '17', null, '2025-04-28 22:28:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916862237292859393', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-28 22:29\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"航天771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"L2N2907AUB\",\"experimentDate\":\"2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-31_1745850010641.pdf,/oss/physical/temp/KC-2023-SB-H771-31测试数据_1745850014520.pdf,/oss/physical/temp/KC-2023-SB-H771-31_1745850515746.xlsx\",\"id\":\"1916862237276082177\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":720,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-28 22:29:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916862351784775682', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中物院八所七部\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-28 22:29\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"无\",\"experimentDate\":\"2024.7.23-2024.7.25\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-118_1745850568792.pdf\",\"id\":\"1916862351759609857\",\"manufacturer\":\"中国工程院物理研究院激光聚变研究中心\",\"name\":\"KC2024-JL-118\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"陶瓷片,铜膜,电阻器\"}]', null, '6', null, '2025-04-28 22:29:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916864516653813761', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"西安电子科技大学\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-28 22:38\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"刘默寒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QCFP5, QCFP6, QCFP7, QCFP8\",\"experimentDate\":\"2024.8.14-2024.8.22\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-132_1745851014991.pdf,/oss/physical/temp/20240612济南半导体-安兆嵬-刘默寒_1745851082930.zip\",\"id\":\"1916864516637036545\",\"manufacturer\":\"西安电子科技大学\",\"name\":\"KC-2024-JL132\",\"type\":\"晶体管,数字集成电路\"}]', null, '5', null, '2025-04-28 22:38:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916864712796246018', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安电子科技大学\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"刘默寒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QCFP5, QCFP6, QCFP7, QCFP8\",\"experimentDate\":\"2024.8.14-2024.8.22\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-132_1745851014991.pdf,/oss/physical/temp/20240813_xidian_lmh_1745851134301.zip\",\"id\":\"1916864516637036545\",\"manufacturer\":\"西安电子科技大学\",\"name\":\"KC-2024-JL132\",\"type\":\"晶体管,数字集成电路\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 22:38\"}]', null, '5', null, '2025-04-28 22:38:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916865143110864897', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Single Board Computer\",\"deviceMode\":\"Rasberry Pi Model B, Generic Part Number 998\",\"deviceName\":\"Rasberry Pi Model B, Generic Part Number 998\",\"deviceType\":\"Various\",\"experimentDate\":\"7/29/2014\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\",\\\"data_1745851235413.xlsx\\\":\\\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/data_1745851235413.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"data_1745851235413.xlsx\":\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/data_1745851235413.xlsx\"},\"id\":\"d19fdf58c76349bf15089eb6602d9258\",\"manufacturer\":\"Rasberry Pi Foundation, Broadcom, and Various Others\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 22:40\"}]', null, '4', null, '2025-04-28 22:40:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916865861540614146', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Single Board Computer\",\"deviceMode\":\"Rasberry Pi Model B, Generic Part Number 998\",\"deviceName\":\"Rasberry Pi Model B, Generic Part Number 998\",\"deviceType\":\"Various\",\"experimentDate\":\"7/29/2014\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\",\\\"data_1745851408577.xlsx\\\":\\\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/data_1745851408577.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"data_1745851408577.xlsx\":\"/oss/physical/NASA/d19fdf58c76349bf15089eb6602d9258/data_1745851408577.xlsx\"},\"id\":\"d19fdf58c76349bf15089eb6602d9258\",\"manufacturer\":\"Rasberry Pi Foundation, Broadcom, and Various Others\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 22:43\"}]', null, '8', null, '2025-04-28 22:43:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916866111521132545', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-28 22:44\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"张天诚\",\"dataSource\":\"771所\",\"dataType\":\"historical\",\"deviceMode\":\"LB8169T\",\"experimentDate\":\"2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-32_1745850743669.pdf,/oss/physical/temp/KC-2023-SB-H771-32测试数据_1745850755187.pdf,/oss/physical/temp/KC-2023-SB-H771-32_1745851456741.xlsx\",\"id\":\"1916866111504355329\",\"manufacturer\":\"771所\",\"name\":\"混合集成电路\",\"totalCountLhs\":24,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\"}]', null, '5', null, '2025-04-28 22:44:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916866257399025665', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"n/a; (19 - 022)\",\"deviceFunction\":\"Graphics Processor Unit (GPU)\",\"deviceMode\":\"Radeon e9173 (Polaris)\",\"deviceName\":\"Radeon e9173 (Polaris)\",\"deviceType\":\"14nm FinFET\",\"experimentDate\":\"6/2/2019(MGH)\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/data.xlsx\\\",\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\":\\\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\",\\\"NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\\\":\\\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\":\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\"},\"id\":\"c002f1ee396d6b573b6670d575272b06\",\"manufacturer\":\"AMD\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 22:45\"}]', null, '8', null, '2025-04-28 22:45:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916866291620352001', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"济南半导体元件实验所\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-28 22:45\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"刘默寒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3DK2222A\",\"experimentDate\":\"2024.6.12-2024.8.5\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/20240612济南半导体-安兆嵬-刘默寒_1745851491070.zip,/oss/physical/temp/KC-2024-JL-092_1745851501806.pdf\",\"id\":\"1916866291595186178\",\"manufacturer\":\"济南半导体元件实验所\",\"name\":\"KC-2024-JL-092\",\"totalCountLhs\":136,\"totalCountXhy\":136,\"type\":\"开关\"}]', null, '6', null, '2025-04-28 22:45:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916866651319668738', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"航天771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"L2N2907AUB\",\"experimentDate\":\"2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-31_1745850010641.pdf,/oss/physical/temp/KC-2023-SB-H771-31测试数据_1745850014520.pdf,/oss/physical/temp/KC-2023-SB-H771-31_1745851591024.xlsx\",\"id\":\"1916862237276082177\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":720,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-28 22:46\"}]', null, '5', null, '2025-04-28 22:46:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916869545519452161', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-28 22:58\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"771所\",\"dataType\":\"historical\",\"deviceMode\":\"LB8169\",\"experimentDate\":\"2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-33_1745852260896.pdf,/oss/physical/temp/KC-2023-SB-H771-33测试数据_1745852263868.pdf,/oss/physical/temp/KC-2023-SB-H771-33_1745852274961.xlsx\",\"id\":\"1916869545502674946\",\"manufacturer\":\"771所\",\"name\":\"混合集成电路\",\"totalCountLhs\":32,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\"}]', null, '6', null, '2025-04-28 22:58:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916869627211911170', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"771所\",\"dataType\":\"historical\",\"deviceMode\":\"LB8169T\",\"experimentDate\":\"2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-32_1745850743669.pdf,/oss/physical/temp/KC-2023-SB-H771-32测试数据_1745850755187.pdf,/oss/physical/temp/KC-2023-SB-H771-32_1745851456741.xlsx\",\"id\":\"1916866111504355329\",\"manufacturer\":\"771所\",\"name\":\"混合集成电路\",\"totalCountLhs\":24,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-28 22:58\"}]', null, '9', null, '2025-04-28 22:58:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916869745227042817', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"L2N2907AUB\",\"experimentDate\":\"2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-31_1745850010641.pdf,/oss/physical/temp/KC-2023-SB-H771-31测试数据_1745850014520.pdf,/oss/physical/temp/KC-2023-SB-H771-31_1745851591024.xlsx\",\"id\":\"1916862237276082177\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":720,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-28 22:58\"}]', null, '5', null, '2025-04-28 22:58:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916869772645208066', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"n/a; (19 - 022)\",\"deviceFunction\":\"Graphics Processor Unit (GPU)\",\"deviceMode\":\"Radeon e9173 (Polaris)\",\"deviceName\":\"Radeon e9173 (Polaris)\",\"deviceType\":\"14nm FinFET\",\"experimentDate\":\"6/2/2019(MGH)\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\":\\\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\",\\\"NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\\\":\\\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\\\",\\\"data_1745852341472.xlsx\\\":\\\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/data_1745852341472.xlsx\\\"}\",\"fileMap\":{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\":\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\",\"data_1745852341472.xlsx\":\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/data_1745852341472.xlsx\"},\"id\":\"c002f1ee396d6b573b6670d575272b06\",\"manufacturer\":\"AMD\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 22:59\"}]', null, '8', null, '2025-04-28 22:59:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916869826743341057', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"771所\",\"dataType\":\"historical\",\"deviceMode\":\"LB8169T\",\"experimentDate\":\"2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-32_1745850743669.pdf,/oss/physical/temp/KC-2023-SB-H771-32测试数据_1745850755187.pdf,/oss/physical/temp/KC-2023-SB-H771-32_1745851456741.xlsx\",\"id\":\"1916866111504355329\",\"manufacturer\":\"771所\",\"name\":\"混合集成电路\",\"totalCountLhs\":24,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-28 22:59\"}]', null, '5', null, '2025-04-28 22:59:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916869856959107073', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"771所\",\"dataType\":\"historical\",\"deviceMode\":\"LB8169\",\"experimentDate\":\"2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-33_1745852260896.pdf,/oss/physical/temp/KC-2023-SB-H771-33测试数据_1745852263868.pdf,/oss/physical/temp/KC-2023-SB-H771-33_1745852274961.xlsx\",\"id\":\"1916869545502674946\",\"manufacturer\":\"771所\",\"name\":\"混合集成电路\",\"totalCountLhs\":32,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-28 22:59\"}]', null, '21', null, '2025-04-28 22:59:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916869898415607809', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"无\",\"deviceFunction\":\"SOS Prescaler\",\"deviceMode\":\"LM124, LM119, PALCE22V10, ATF22V10B, MD13051RES05ZF, MDI3051RES05ZF, MDI3051RED12ZF,\",\"deviceName\":\"Op Amp, Power Devices, DC/DC converter,\",\"deviceType\":\"数字集成电路,放大器,电源变换器\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/e511cf0ab57a2acb19b5100858b3dd81/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e511cf0ab57a2acb19b5100858b3dd81/data.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/e511cf0ab57a2acb19b5100858b3dd81/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e511cf0ab57a2acb19b5100858b3dd81/data.xlsx\"},\"id\":\"e511cf0ab57a2acb19b5100858b3dd81\",\"manufacturer\":\"Peregrine\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 22:59\"}]', null, '21', null, '2025-04-28 22:59:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916869942501937154', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"n/a; (19 - 022)\",\"deviceFunction\":\"Graphics Processor Unit (GPU)\",\"deviceMode\":\"Radeon e9173 (Polaris)\",\"deviceName\":\"Radeon e9173 (Polaris)\",\"deviceType\":\"14nm FinFET\",\"experimentDate\":\"6/2/2019(MGH)\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\":\\\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\",\\\"NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\\\":\\\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\\\",\\\"data_1745852381532.xlsx\\\":\\\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/data_1745852381532.xlsx\\\"}\",\"fileMap\":{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\":\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/NEPP-TR-2019-Wyrwas-TR-19-022_AMD-e9173-GPU-2019June02-TN72682.pdf\",\"data_1745852381532.xlsx\":\"/oss/physical/NASA/c002f1ee396d6b573b6670d575272b06/data_1745852381532.xlsx\"},\"id\":\"c002f1ee396d6b573b6670d575272b06\",\"manufacturer\":\"AMD\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 22:59\"}]', null, '6', null, '2025-04-28 22:59:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916870433923371009', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"无\",\"deviceFunction\":\"RRS422 Receiver\",\"deviceMode\":\"PE26C32\",\"deviceName\":\"RRS422 Receiver\",\"deviceType\":\"接口电路\",\"experimentDate\":\"3/15/2004;6/22/2004\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/nsrec04_SEE.pdf\\\",\\\"D031504_RS422.pdf\\\":\\\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/D031504_RS422.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/nsrec04_SEE.pdf\",\"D031504_RS422.pdf\":\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/D031504_RS422.pdf\"},\"id\":\"ca8d2d68240c83266fb8f4e30a17ac92\",\"manufacturer\":\"Peregrine\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:01\"}]', null, '7', null, '2025-04-28 23:01:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916870694549032962', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"无\",\"deviceFunction\":\"RRS422 Driver\",\"deviceMode\":\"PE26C31\",\"deviceName\":\"RRS422 Driver\",\"deviceType\":\"接口电路\",\"experimentDate\":\"3/15/2004;6/22/2004\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/nsrec04_SEE.pdf\\\",\\\"D031504_RS422.pdf\\\":\\\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/D031504_RS422.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/nsrec04_SEE.pdf\",\"D031504_RS422.pdf\":\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/D031504_RS422.pdf\"},\"id\":\"882c95c54df80c5ce5dde25587dc0341\",\"manufacturer\":\"Peregrine\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:02\"}]', null, '5', null, '2025-04-28 23:02:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916870795346546689', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"201\",\"deviceFunction\":\"Field Effect Transistor\",\"deviceMode\":\"RadFET - Field Effect Transistor\",\"deviceName\":\"RadFET - Field Effect Transistor\",\"deviceType\":\"CMOS\",\"experimentDate\":\"VdG2009APR\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/data.xlsx\\\",\\\"VdG09APR_RadFET.pdf\\\":\\\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/VdG09APR_RadFET.pdf\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/data.xlsx\",\"VdG09APR_RadFET.pdf\":\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/VdG09APR_RadFET.pdf\"},\"id\":\"1e2d229fac02fcc75022aea20797de73\",\"manufacturer\":\"NMRC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 23:03\"}]', null, '6', null, '2025-04-28 23:03:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916871129343168514', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"201\",\"deviceFunction\":\"Field Effect Transistor\",\"deviceMode\":\"RadFET - Field Effect Transistor\",\"deviceName\":\"RadFET - Field Effect Transistor\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2009 年 4 月\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/data.xlsx\\\",\\\"VdG09APR_RadFET.pdf\\\":\\\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/VdG09APR_RadFET.pdf\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/data.xlsx\",\"VdG09APR_RadFET.pdf\":\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/VdG09APR_RadFET.pdf\"},\"id\":\"1e2d229fac02fcc75022aea20797de73\",\"manufacturer\":\"NMRC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 23:04\"}]', null, '10', null, '2025-04-28 23:04:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916871833860411394', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"201\",\"deviceFunction\":\"Field Effect Transistor\",\"deviceMode\":\"RadFET - Field Effect Transistor\",\"deviceName\":\"RadFET - Field Effect Transistor\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2009 年 4 月\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/nsrec2010_W22_TID.pdf\\\",\\\"VdG09APR_RadFET.pdf\\\":\\\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/VdG09APR_RadFET.pdf\\\",\\\"data_1745852831928.xlsx\\\":\\\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/data_1745852831928.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/nsrec2010_W22_TID.pdf\",\"VdG09APR_RadFET.pdf\":\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/VdG09APR_RadFET.pdf\",\"data_1745852831928.xlsx\":\"/oss/physical/NASA/1e2d229fac02fcc75022aea20797de73/data_1745852831928.xlsx\"},\"id\":\"1e2d229fac02fcc75022aea20797de73\",\"manufacturer\":\"NMRC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 23:07\"}]', null, '5', null, '2025-04-28 23:07:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916872017491234818', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-28 23:07\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2023.4.3\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-34_1745852874745.pdf,/oss/physical/temp/KC-2023-SB-H771-34_1745852874643.xlsx,/oss/physical/temp/KC-2023-SB-H771-34测试数据_1745852874787.pdf\",\"id\":\"1916872017474457602\",\"manufacturer\":\"771所\",\"name\":\"运算放大器\",\"totalCountLhs\":48,\"totalCountXhy\":1,\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-28 23:07:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916872057630724098', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LB8169\",\"experimentDate\":\"2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-33_1745852260896.pdf,/oss/physical/temp/KC-2023-SB-H771-33测试数据_1745852263868.pdf,/oss/physical/temp/KC-2023-SB-H771-33_1745852274961.xlsx\",\"id\":\"1916869545502674946\",\"manufacturer\":\"771所\",\"name\":\"混合集成电路\",\"totalCountLhs\":32,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-28 23:08\"}]', null, '5', null, '2025-04-28 23:08:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916872103969394690', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LB8169T\",\"experimentDate\":\"2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-32_1745850743669.pdf,/oss/physical/temp/KC-2023-SB-H771-32测试数据_1745850755187.pdf,/oss/physical/temp/KC-2023-SB-H771-32_1745851456741.xlsx\",\"id\":\"1916866111504355329\",\"manufacturer\":\"771所\",\"name\":\"混合集成电路\",\"totalCountLhs\":24,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-28 23:08\"}]', null, '5', null, '2025-04-28 23:08:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916872291169570817', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Delay Line\",\"deviceMode\":\"PE21198\",\"deviceName\":\"Delay Line (Hytek/Pulse Engineering)\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"5/8/1998\",\"fileList\":\"{\\\"PPM-98-016.pdf\\\":\\\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/PPM-98-016.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/data.xlsx\\\"}\",\"fileMap\":{\"PPM-98-016.pdf\":\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/PPM-98-016.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/data.xlsx\"},\"id\":\"ae778eca0ad929baa4fb53734e90c694\",\"manufacturer\":\"Pulse Eng\",\"totalCountLhs\":180,\"totalCountNasa\":180,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:09\"}]', null, '7', null, '2025-04-28 23:09:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916872980788645890', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Nonvolatile Memory\",\"deviceMode\":\"PCM A33\",\"deviceName\":\"Phase Changing Memory (PCM) A33\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"TAMU10MAY;2009NOV\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"T052110_PCMA33.pdf\\\":\\\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/T052110_PCMA33.pdf\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/data.xlsx\\\"}\",\"fileMap\":{\"T052110_PCMA33.pdf\":\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/T052110_PCMA33.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/data.xlsx\"},\"id\":\"0013ec8df9dd3b63af59332f5e77d6ee\",\"manufacturer\":\"Numonyx\",\"totalCountLhs\":19,\"totalCountNasa\":19,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:11\"}]', null, '5', null, '2025-04-28 23:11:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916873481349468161', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Myrinet PCI/Lanai9 Bridge\",\"deviceMode\":\"PCIDMA\",\"deviceName\":\"PCIDMA\",\"deviceType\":\"Communication Device\",\"experimentDate\":\"11/26/2001;7/19/2002\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W16.pdf\\\",\\\"D112601_Myrinet.pdf\\\":\\\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/D112601_Myrinet.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/data.xlsx\\\",\\\"NSREC02_W8.pdf\\\":\\\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W8.pdf\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W8.pdf\"},\"id\":\"8028ce2daef175757a7f82b0356d906d\",\"manufacturer\":\"Myricom\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:13\"}]', null, '8', null, '2025-04-28 23:13:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916873640833683458', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-28 23:14\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"id\":\"1916873640808517634\",\"manufacturer\":\"771所\",\"name\":\"运算放大器\",\"totalCountLhs\":16,\"totalCountXhy\":1,\"type\":\"模拟集成电路\"}]', null, '7', null, '2025-04-28 23:14:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916874040651517953', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-34_1745852874745.pdf,/oss/physical/temp/KC-2023-SB-H771-34_1745852874643.xlsx,/oss/physical/temp/KC-2023-SB-H771-34测试数据_1745852874787.pdf\",\"id\":\"1916872017474457602\",\"manufacturer\":\"771所\",\"name\":\"运算放大器\",\"totalCountLhs\":48,\"totalCountXhy\":1,\"type\":\"模拟集成电路\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-28 23:15\"}]', null, '21', null, '2025-04-28 23:16:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916874089896841217', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"PCA80C552\",\"deviceName\":\"PCA80C552 Phillips Processor\",\"deviceType\":\"Phillips Processor\",\"experimentDate\":\"8/23/2001\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"B082301_PCA80C552.pdf\\\":\\\"/oss/physical/NASA/453b70fb49d386ad8c5acdfc6b855e0a/B082301_PCA80C552.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/453b70fb49d386ad8c5acdfc6b855e0a/data.xlsx\\\"}\",\"fileMap\":{\"B082301_PCA80C552.pdf\":\"/oss/physical/NASA/453b70fb49d386ad8c5acdfc6b855e0a/B082301_PCA80C552.pdf\",\"data.xlsx\":\"/oss/physical/NASA/453b70fb49d386ad8c5acdfc6b855e0a/data.xlsx\"},\"id\":\"453b70fb49d386ad8c5acdfc6b855e0a\",\"manufacturer\":\"Phillips\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:16\"}]', null, '8', null, '2025-04-28 23:16:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916874163397824514', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-35_1745853386930.pdf,/oss/physical/temp/KC-2023-SB-H771-35_1745853386831.xlsx,/oss/physical/temp/KC-2023-SB-H771-35测试数据_1745853386948.pdf\",\"id\":\"1916873640808517634\",\"manufacturer\":\"771所\",\"name\":\"运算放大器\",\"totalCountLhs\":16,\"totalCountXhy\":1,\"type\":\"模拟集成电路\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-28 23:16\"}]', null, '7', null, '2025-04-28 23:16:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916874339017527298', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-34_1745852874745.pdf,/oss/physical/temp/KC-2023-SB-H771-34测试数据_1745852874787.pdf,/oss/physical/temp/KC-2023-SB-H771-34_1745853429624.xlsx\",\"id\":\"1916872017474457602\",\"manufacturer\":\"771所\",\"name\":\"运算放大器\",\"totalCountLhs\":48,\"totalCountXhy\":1,\"type\":\"模拟集成电路\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-28 23:17\"}]', null, '5', null, '2025-04-28 23:17:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916874683663486977', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Myrinet PCI/Lanai9 Bridge\",\"deviceMode\":\"PCIDMA\",\"deviceName\":\"PCIDMA\",\"deviceType\":\"射频电路\",\"experimentDate\":\"11/26/2001;7/19/2002\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W16.pdf\\\",\\\"D112601_Myrinet.pdf\\\":\\\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/D112601_Myrinet.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/data.xlsx\\\",\\\"NSREC02_W8.pdf\\\":\\\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W8.pdf\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W8.pdf\"},\"id\":\"8028ce2daef175757a7f82b0356d906d\",\"manufacturer\":\"Myricom\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:18\"}]', null, '7', null, '2025-04-28 23:18:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916874906355863554', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"PCA80C552\",\"deviceName\":\"PCA80C552 Phillips Processor\",\"deviceType\":\"系统封装(SiP)集成电路\",\"experimentDate\":\"8/23/2001\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"B082301_PCA80C552.pdf\\\":\\\"/oss/physical/NASA/453b70fb49d386ad8c5acdfc6b855e0a/B082301_PCA80C552.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/453b70fb49d386ad8c5acdfc6b855e0a/data.xlsx\\\"}\",\"fileMap\":{\"B082301_PCA80C552.pdf\":\"/oss/physical/NASA/453b70fb49d386ad8c5acdfc6b855e0a/B082301_PCA80C552.pdf\",\"data.xlsx\":\"/oss/physical/NASA/453b70fb49d386ad8c5acdfc6b855e0a/data.xlsx\"},\"id\":\"453b70fb49d386ad8c5acdfc6b855e0a\",\"manufacturer\":\"Phillips\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:19\"}]', null, '9', null, '2025-04-28 23:19:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916874956955947010', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"PCA80C522\",\"deviceName\":\"PCA80C522\",\"deviceType\":\"系统封装(SiP)集成电路\",\"experimentDate\":\"7/19/2002\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/f6fdf9122291f4c3060b5016114c8e4c/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f6fdf9122291f4c3060b5016114c8e4c/data.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/f6fdf9122291f4c3060b5016114c8e4c/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f6fdf9122291f4c3060b5016114c8e4c/data.xlsx\"},\"id\":\"f6fdf9122291f4c3060b5016114c8e4c\",\"manufacturer\":\"Phillips\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:19\"}]', null, '7', null, '2025-04-28 23:19:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916875251907792898', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"PLA\",\"deviceMode\":\"PALCE22V10H\",\"deviceName\":\"PALCE22V10H\",\"deviceType\":\"数字电路\",\"experimentDate\":\"4/3/1991\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6e5c4940766f7c4be0c3c94715049c07/data.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/6e5c4940766f7c4be0c3c94715049c07/data.xlsx\"},\"id\":\"6e5c4940766f7c4be0c3c94715049c07\",\"manufacturer\":\"AMD\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:20\"}]', null, '5', null, '2025-04-28 23:20:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916875734437302273', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Programmable array logic\",\"deviceMode\":\"PALCE22V10\",\"deviceName\":\"Cypress programmable array logic\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/208231448756859cbb4f675b6e27869d/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/208231448756859cbb4f675b6e27869d/data.xlsx\\\",\\\"B030402_22V10.pdf\\\":\\\"/oss/physical/NASA/208231448756859cbb4f675b6e27869d/B030402_22V10.pdf\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/208231448756859cbb4f675b6e27869d/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/208231448756859cbb4f675b6e27869d/data.xlsx\",\"B030402_22V10.pdf\":\"/oss/physical/NASA/208231448756859cbb4f675b6e27869d/B030402_22V10.pdf\"},\"id\":\"208231448756859cbb4f675b6e27869d\",\"manufacturer\":\"Cypress\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:22\"}]', null, '5', null, '2025-04-28 23:22:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916875989052526594', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"PA51M\",\"deviceName\":\"PA51M\",\"deviceType\":\"放大器\",\"experimentDate\":\"8/25/1995\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3f2b350206b8e845e78faf8f499c3d14/data.xlsx\\\",\\\"PPM-95-172.pdf\\\":\\\"/oss/physical/NASA/3f2b350206b8e845e78faf8f499c3d14/PPM-95-172.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/3f2b350206b8e845e78faf8f499c3d14/data.xlsx\",\"PPM-95-172.pdf\":\"/oss/physical/NASA/3f2b350206b8e845e78faf8f499c3d14/PPM-95-172.pdf\"},\"id\":\"3f2b350206b8e845e78faf8f499c3d14\",\"manufacturer\":\"Apex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:23\"}]', null, '6', null, '2025-04-28 23:23:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916876378908889089', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power Operational Amplifier\",\"deviceMode\":\"PA10A\",\"deviceName\":\"PA10A\",\"deviceType\":\"放大器\",\"experimentDate\":\"8/1/1994\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-94-015.pdf\\\":\\\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/PPM-94-015.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/data.xlsx\\\"}\",\"fileMap\":{\"PPM-94-015.pdf\":\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/PPM-94-015.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/data.xlsx\"},\"id\":\"6f3d55c3e6904a3d0ed2b69f9670e517\",\"manufacturer\":\"Apex\",\"totalCountLhs\":110,\"totalCountNasa\":110,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-28 23:25\"}]', null, '6', null, '2025-04-28 23:25:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916877339148652546', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0201\",\"deviceFunction\":\"CMOS FET Dosimeter\",\"deviceMode\":\"RadFET - CMOS FET Dosimeter\",\"deviceName\":\"RadFET - CMOS FET Dosimeter\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2009年1月\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/2f699e787dd82b668f6d60d584bf6310/nsrec09_W13_TID.pdf\\\",\\\"data_1745854145097.xlsx\\\":\\\"/oss/physical/NASA/2f699e787dd82b668f6d60d584bf6310/data_1745854145097.xlsx\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/2f699e787dd82b668f6d60d584bf6310/nsrec09_W13_TID.pdf\",\"data_1745854145097.xlsx\":\"/oss/physical/NASA/2f699e787dd82b668f6d60d584bf6310/data_1745854145097.xlsx\"},\"id\":\"2f699e787dd82b668f6d60d584bf6310\",\"manufacturer\":\"NMRC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 23:29\"}]', null, '4', null, '2025-04-28 23:29:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916880419743305730', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0501\",\"deviceFunction\":\"0.25μm CMOS FPGA\",\"deviceMode\":\"RTSXSU\",\"deviceName\":\"RTSXSU\",\"deviceType\":\"FPGA\",\"experimentDate\":\"11/3/2005\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/ce7fc91be189551ac95f84280015f121/nsrec06_W4.pdf\\\",\\\"T110305_RTSXSU.pdf\\\":\\\"/oss/physical/NASA/ce7fc91be189551ac95f84280015f121/T110305_RTSXSU.pdf\\\",\\\"data_1745854879297.xlsx\\\":\\\"/oss/physical/NASA/ce7fc91be189551ac95f84280015f121/data_1745854879297.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W4.pdf\":\"/oss/physical/NASA/ce7fc91be189551ac95f84280015f121/nsrec06_W4.pdf\",\"T110305_RTSXSU.pdf\":\"/oss/physical/NASA/ce7fc91be189551ac95f84280015f121/T110305_RTSXSU.pdf\",\"data_1745854879297.xlsx\":\"/oss/physical/NASA/ce7fc91be189551ac95f84280015f121/data_1745854879297.xlsx\"},\"id\":\"ce7fc91be189551ac95f84280015f121\",\"manufacturer\":\"Actel\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-28 23:41\"}]', null, '5', null, '2025-04-28 23:41:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916885587251662849', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1001\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"RTAX4000D\",\"deviceName\":\"RTAX4000D\",\"deviceType\":\"Antifuse Tech-nology/ CMOS\",\"experimentDate\":\"20110507;20110728;20110628;20120612\",\"experimentUser\":\"杨济聪\",\"id\":\"a656c5e5cf0ec1e33769ef7f8fcf088b\",\"manufacturer\":\"Actel / Mircosemi\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 00:01\"}]', null, '5', null, '2025-04-29 00:01:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916888130652442626', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0311;0838;0526\",\"deviceFunction\":\"RTAX-S FPGA\",\"deviceMode\":\"RTAX2000S\",\"deviceName\":\"RTAX2000S\",\"deviceType\":\"Antifuse Technology CMOS\",\"experimentDate\":\"2010 年 5 月,2010 年 8月,2010 年 12 月\",\"experimentUser\":\"杨济聪\",\"id\":\"2cd36a31ac9e2c4d62cbcba700c40b71\",\"manufacturer\":\"Actel\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 00:11\"}]', null, '8', null, '2025-04-29 00:11:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916888154081824770', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1001\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"RTAX4000D\",\"deviceName\":\"RTAX4000D\",\"deviceType\":\"Antifuse Tech-nology/ CMOS\",\"experimentDate\":\"20110507;20110728;20110628;20120612\",\"experimentUser\":\"杨济聪\",\"id\":\"a656c5e5cf0ec1e33769ef7f8fcf088b\",\"manufacturer\":\"Actel / Mircosemi\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 00:12\"}]', null, '5', null, '2025-04-29 00:12:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1916889637393240066', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0506 , 0543\",\"deviceFunction\":\"0.15µm CMOS FPGA\",\"deviceMode\":\"RTAX-S\",\"deviceName\":\"RTAX-S\",\"deviceType\":\"FPGA\",\"experimentDate\":\"2006 年 5 月,2006 年 3 月\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"T110405_RTAX.pdf\\\":\\\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/T110405_RTAX.pdf\\\",\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/nsrec07_W27_SEE.pdf\\\",\\\"T110405_RTAX_V2.pdf\\\":\\\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/T110405_RTAX_V2.pdf\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/nsrec06_W4.pdf\\\",\\\"data_1745857077188.xlsx\\\":\\\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/data_1745857077188.xlsx\\\"}\",\"fileMap\":{\"T110405_RTAX.pdf\":\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/T110405_RTAX.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/nsrec07_W27_SEE.pdf\",\"T110405_RTAX_V2.pdf\":\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/T110405_RTAX_V2.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/nsrec06_W4.pdf\",\"data_1745857077188.xlsx\":\"/oss/physical/NASA/38b7abef40dbd1aeee225ed5e8a91425/data_1745857077188.xlsx\"},\"id\":\"38b7abef40dbd1aeee225ed5e8a91425\",\"manufacturer\":\"Actel\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 00:17\"}]', null, '5', null, '2025-04-29 00:17:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917036777516011522', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-29 10:02:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917037598945284097', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-29 10:05:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917037612425777154', '1', '用户名: luoyongheng,登录成功!', null, 'luoyongheng', '罗永恒', '119.78.164.168', null, null, null, null, '1', null, '2025-04-29 10:05:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917039061394231298', '1', '用户名: zhangchenyu,登录成功!', null, 'zhangchenyu', '张晨宇', '119.78.164.169', null, null, null, null, '0', null, '2025-04-29 10:11:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917039426139295746', '1', '用户名: changyuhai,登录成功!', null, 'changyuhai', '常余海', '119.78.164.166', null, null, null, null, '0', null, '2025-04-29 10:13:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917040096619761665', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"SSD 850 PRO series\",\"deviceMode\":\"MZ7KE256HMHA\",\"deviceName\":\"MZ7KE256HMHA\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"10/24/2014\",\"experimentUser\":\"杜帅彬\",\"id\":\"374a42dae0bd16baf5643c4294d6eccb\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":20,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 10:15\"}]', null, '6', null, '2025-04-29 10:15:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917040823240986625', '1', '用户名: liujunling,登录成功!', null, 'liujunling', '刘俊灵', '119.78.164.172', null, null, null, null, '0', null, '2025-04-29 10:18:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917041208206790657', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.66', null, null, null, null, '0', null, '2025-04-29 10:20:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917042919189221378', '2', '历史一期记录-添加', '2', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"上海空间电源研究所/空间物理电源工程部\",\"createBy\":\"zhangchenyu\",\"createTime\":\"2025-04-29 10:27\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"32%功率和30%功率\",\"experimentDate\":\"2024.8.26\",\"experimentUser\":\"王金鹏\",\"id\":\"1917042919180832770\",\"manufacturer\":\"上海空间电源研究所/空间物理电源工程部\",\"name\":\"三结砷化镓太阳能电池\",\"totalCountLhs\":4,\"totalCountXhy\":1,\"type\":\"太阳能电池\"}]', null, '3', null, '2025-04-29 10:27:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917043025753903105', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 10:27\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LZ01\",\"experimentDate\":\"2023.3.3\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-36_1745893645720.pdf,/oss/physical/temp/KC-2023-SB-H771-36_1745893645623.xlsx,/oss/physical/temp/KC-2023-SB-H771-36测试数据_1745893645662.pdf\",\"id\":\"1917043025737125889\",\"manufacturer\":\"771所\",\"name\":\"状态标志电路\",\"totalCountLhs\":15,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\"}]', null, '5', null, '2025-04-29 10:27:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917043806641033217', '1', '用户名: chenwenzhuo,登录成功!', null, 'chenwenzhuo', '陈文卓', '119.78.164.162', null, null, null, null, '0', null, '2025-04-29 10:30:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917044188297531394', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LZ01\",\"experimentDate\":\"2023.3.3\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-36_1745893645720.pdf,/oss/physical/temp/KC-2023-SB-H771-36测试数据_1745893645662.pdf,/oss/physical/temp/KC-2023-SB-H771-36_1745893924575.xlsx\",\"id\":\"1917043025737125889\",\"manufacturer\":\"771所\",\"name\":\"状态标志电路\",\"totalCountLhs\":15,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 10:32\"}]', null, '6', null, '2025-04-29 10:32:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917045001610825729', '1', '用户名: sunjiacheng,登录成功!', null, 'sunjiacheng', '孙家诚', '119.78.164.164', null, null, null, null, '0', null, '2025-04-29 10:35:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917045127184093186', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 10:35\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OP27A\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-37_1745894148048.pdf,/oss/physical/temp/KC-2023-SB-H771-37_1745894147956.xlsx,/oss/physical/temp/KC-2023-SB-H771-37测试数据_1745894147997.pdf\",\"id\":\"1917045127167315969\",\"manufacturer\":\"771所\",\"name\":\"低噪声、精密运算放大器\",\"totalCountLhs\":30,\"totalCountXhy\":1,\"type\":\"模拟集成电路\"}]', null, '6', null, '2025-04-29 10:35:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917046757057073153', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 10:42\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OP07\",\"experimentDate\":\"2023.3.20\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-38_1745894535151.pdf,/oss/physical/temp/KC-2023-SB-H771-38_1745894535055.xlsx,/oss/physical/temp/KC-2023-SB-H771-38测试数据_1745894535098.pdf\",\"id\":\"1917046756998352898\",\"manufacturer\":\"771所\",\"name\":\"FOP307高精度运算放大器\",\"totalCountLhs\":64,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '15', null, '2025-04-29 10:42:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917047266312687618', '2', '历史一期记录-添加', '2', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院国家空间科学中心\",\"createBy\":\"zhangchenyu\",\"createTime\":\"2025-04-29 10:44\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"DRV8871、INA168TPS2421、TMC5130\",\"experimentDate\":\"2024.9.24\",\"experimentUser\":\"王金鹏\",\"id\":\"1917047266287521793\",\"manufacturer\":\"中国科学院国家空间科学中心\",\"name\":\"DRV8871\",\"totalCountLhs\":8,\"totalCountXhy\":5,\"type\":\"其他电气和电子元器件\"}]', null, '5', null, '2025-04-29 10:44:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917047358511878145', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 10:44\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5230-1.8线性稳压器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745894674721.zip,/oss/physical/temp/771原始数据1_1745894678713.zip,/oss/physical/temp/KC-2002-SB-H771-70_1745894680965.xlsx\",\"id\":\"1917047358486712321\",\"manufacturer\":\"航天771所\",\"name\":\"LW5230-1.8线性稳压器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源转换器\"}]', null, '8', null, '2025-04-29 10:44:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917047608806969346', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5230-1.8线性稳压器\",\"experimentDate\":\"2022.05.12~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745894674721.zip,/oss/physical/temp/771原始数据1_1745894678713.zip,/oss/physical/temp/KC-2002-SB-H771-70_1745894680965.xlsx\",\"id\":\"1917047358486712321\",\"manufacturer\":\"航天771所\",\"name\":\"LW5230-1.8线性稳压器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源转换器\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-29 10:45\"}]', null, '6', null, '2025-04-29 10:45:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917047917486772226', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 10:46\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5230-3.3线性稳压器\",\"experimentDate\":\"2022.05.12~2022.05.18\",\"experimentUser\":\"阚永葭\",\"id\":\"1917047917469995009\",\"manufacturer\":\"航天771所\",\"name\":\"LW5230-3.3线性稳压器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源转换器\"}]', null, '6', null, '2025-04-29 10:46:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917047969252872193', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5230-3.3线性稳压器\",\"experimentDate\":\"2022.05.12~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745894822041.zip\",\"id\":\"1917047917469995009\",\"manufacturer\":\"航天771所\",\"name\":\"LW5230-3.3线性稳压器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源转换器\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-29 10:47\"}]', null, '9', null, '2025-04-29 10:47:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917048159896571905', '2', '历史一期记录-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771所\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5230-3.3线性稳压器\",\"experimentDate\":\"2022.05.12~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745894822041.zip,/oss/physical/temp/KC-2002-SB-H771-71_1745894871626.xlsx\",\"id\":\"1917047917469995009\",\"manufacturer\":\"航天771所\",\"name\":\"LW5230-3.3线性稳压器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源转换器\",\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-29 10:47\"}]', null, '9', null, '2025-04-29 10:47:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917048264833863681', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 10:48\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JF139\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-46_1745894895491.pdf,/oss/physical/temp/KC-2023-SB-H771-46_1745894895321.xlsx,/oss/physical/temp/KC-2023-SB-H771-46测试数据_1745894895464.pdf\",\"id\":\"1917048264699645954\",\"manufacturer\":\"771所\",\"name\":\"低功耗低失调四电压比较器\",\"totalCountLhs\":48,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '32', null, '2025-04-29 10:48:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917049436206501890', '2', '历史一期记录-添加', '2', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电44所\",\"createBy\":\"zhangchenyu\",\"createTime\":\"2025-04-29 10:52\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GD5280J、GL2110-01\",\"experimentDate\":\"2024.11.6\",\"experimentUser\":\"王金鹏\",\"id\":\"1917049436189724673\",\"manufacturer\":\"中电44所\",\"name\":\"CCD成像器件、APD焦平面探测器\",\"totalCountLhs\":5,\"totalCountXhy\":3,\"type\":\"光电子器件\"}]', null, '5', null, '2025-04-29 10:52:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917049777484435457', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 10:54\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JF139\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-47_1745895256436.pdf,/oss/physical/temp/KC-2023-SB-H771-47_1745895256424.xlsx,/oss/physical/temp/KC-2023-SB-H771-47测试数据_1745895256431.pdf\",\"id\":\"1917049777450881026\",\"manufacturer\":\"771所\",\"name\":\"低功耗低失调四电压比较器\",\"totalCountLhs\":48,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '8', null, '2025-04-29 10:54:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917050343858081793', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"河北北芯半导体科技有限公司\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"NC116258C-812P25-14S, NC1615-112-14, NC1615-106-14S, BWFX85211327A, BWQD1802, NC20604C, ,\",\"experimentDate\":\"2024.7.10-2024.7.11\",\"experimentUser\":\"孙梦君\",\"id\":\"1916860171195486210\",\"manufacturer\":\"河北北芯半导体科技有限公司\",\"name\":\"KC-2024-JL-108\",\"totalCountLhs\":18,\"totalCountXhy\":18,\"type\":\"放大器,开关\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 10:56\"}]', null, '10', null, '2025-04-29 10:56:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917050490566447105', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 10:57\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW4913型可调正电源稳压器\",\"experimentDate\":\"2022.04.26\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745895421711.zip,/oss/physical/temp/771原始数据1_1745895425667.zip,/oss/physical/temp/KC-2002-SB-H771-72_1745895427826.xlsx\",\"id\":\"1917050490541281282\",\"manufacturer\":\"航天771所\",\"name\":\"LW4913型可调正电源稳压器\",\"totalCountLhs\":5,\"totalCountXhy\":5,\"type\":\"电源转换器\"}]', null, '6', null, '2025-04-29 10:57:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917051677772582913', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 11:01\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JF139\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-48_1745895710160.pdf,/oss/physical/temp/KC-2023-SB-H771-48_1745895710057.xlsx,/oss/physical/temp/KC-2023-SB-H771-48测试数据_1745895710191.pdf\",\"id\":\"1917051677755805698\",\"manufacturer\":\"771所\",\"name\":\"低功耗低失调四电压比较器\",\"totalCountLhs\":48,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-29 11:01:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917052059957563393', '1', '用户名: likunfang,登录成功!', null, 'likunfang', '李坤芳', '119.78.165.224', null, null, null, null, '1', null, '2025-04-29 11:03:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917052381283192834', '2', '历史一期记录-添加', '2', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"南京航空航天大学结构强度所\",\"createBy\":\"zhangchenyu\",\"createTime\":\"2025-04-29 11:04\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"于钢\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"外延片、PDMS、硅橡胶、压电陶瓷\",\"experimentDate\":\"2023.8.1\",\"experimentUser\":\"吴浩文\",\"id\":\"1917052381266415618\",\"manufacturer\":\"南京航空航天大学结构强度所\",\"name\":\"外延片-PDMS\",\"totalCountLhs\":104,\"totalCountXhy\":13,\"type\":\"其他电气和电子元器件\"}]', null, '5', null, '2025-04-29 11:04:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917054349611339778', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 11:12\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OP07A\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-49_1745896346628.pdf,/oss/physical/temp/KC-2023-SB-H771-49_1745896346526.xlsx,/oss/physical/temp/KC-2023-SB-H771-49测试数据_1745896346577.pdf\",\"id\":\"1917054349594562562\",\"manufacturer\":\"771所\",\"name\":\"超低失调电压运算放大器\",\"totalCountLhs\":72,\"totalCountXhy\":1,\"type\":\"模拟集成电路\"}]', null, '4', null, '2025-04-29 11:12:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917054843062816770', '1', '用户名: xieyongzhi,登录成功!', null, 'xieyongzhi', '谢永智', '119.78.164.170', null, null, null, null, '0', null, '2025-04-29 11:14:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917056134455463938', '2', '历史一期记录-添加', '2', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"西安电子科技大学\",\"createBy\":\"zhangchenyu\",\"createTime\":\"2025-04-29 11:19\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"于钢\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"5VMOSFET、NLDMOS、INV\",\"experimentDate\":\"2023.12.4-2023.12.15\",\"experimentUser\":\"马云龙、 许世萍\",\"id\":\"1917056134438686722\",\"manufacturer\":\"西安电子科技大学\",\"name\":\"晶体管\",\"totalCountLhs\":274,\"totalCountXhy\":274,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-29 11:19:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917056162272088066', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 11:19\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7422U1RH\",\"experimentDate\":\"2023.3.20\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-50_1745896779080.pdf,/oss/physical/temp/KC-2023-SB-H771-50_1745896778979.xlsx,/oss/physical/temp/KC-2023-SB-H771-50测试数据_1745896779062.pdf\",\"id\":\"1917056162246922242\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":220,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-29 11:19:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917056354266353665', '2', '历史一期记录-添加', '2', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电43所\",\"createBy\":\"xieyongzhi\",\"createTime\":\"2025-04-29 11:20\",\"dataEntry\":\"谢永智\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.04.21\",\"experimentUser\":\"崔益豪\",\"id\":\"1917056354249576450\",\"manufacturer\":\"中电43所\",\"name\":\"R/D转换器\",\"type\":\"光电子器件\"}]', null, '4', null, '2025-04-29 11:20:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917056362285862913', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-29 11:20:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917056600341975041', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1638;(17 - 003)\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"RT4G150-CB1657PROTO\",\"deviceName\":\"RT4G150-CB1657PROTO\",\"deviceType\":\"65nm CMOS\",\"experimentDate\":\"3/22/2017;2018Nov\",\"experimentUser\":\"杨济聪\",\"id\":\"e0a9d8502b03b4cafbec65d5f80b44a5\",\"manufacturer\":\"Microsemi\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 11:21\"}]', null, '8', null, '2025-04-29 11:21:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917057213368864770', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"谢永智\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.04.21\",\"experimentUser\":\"崔益豪\",\"id\":\"1917056354249576450\",\"manufacturer\":\"中电43所\",\"name\":\"R/D转换器\",\"type\":\"半导体集成电路\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 11:23\"}]', null, '5', null, '2025-04-29 11:23:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917057295984070658', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.04.21\",\"experimentUser\":\"崔益豪\",\"id\":\"1917056354249576450\",\"manufacturer\":\"中电43所\",\"name\":\"R/D转换器\",\"type\":\"半导体集成电路\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 11:24\"}]', null, '4', null, '2025-04-29 11:24:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917057661375057921', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 11:25\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7591U3RH\",\"experimentDate\":\"2023.3.20\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-51_1745897136813.pdf,/oss/physical/temp/KC-2023-SB-H771-51_1745897136665.xlsx,/oss/physical/temp/KC-2023-SB-H771-51测试数据_1745897136761.pdf\",\"id\":\"1917057661358280706\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":220,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-29 11:25:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917057780493291522', '2', '历史一期记录-添加', '2', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团公司第五研究院\",\"createBy\":\"zhangchenyu\",\"createTime\":\"2025-04-29 11:26\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"陈亚文\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CS3075、CS3275\",\"experimentDate\":\"2023.12.28\",\"experimentUser\":\"赵子韬\",\"id\":\"1917057780476514306\",\"manufacturer\":\"南京新捷中旭微电子有限公司\",\"name\":\"霍尔集成电路\",\"totalCountLhs\":46,\"totalCountXhy\":4,\"type\":\"模拟集成电路\"}]', null, '4', null, '2025-04-29 11:26:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917059120854437890', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 11:31\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7469T1RH\",\"experimentDate\":\"2023.3.21\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-52_1745897484582.pdf,/oss/physical/temp/KC-2023-SB-H771-52_1745897484474.xlsx,/oss/physical/temp/KC-2023-SB-H771-52测试数据_1745897484565.pdf\",\"id\":\"1917059120837660674\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":220,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-29 11:31:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917059258322751489', '2', '历史一期记录-添加', '2', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"xieyongzhi\",\"createTime\":\"2025-04-29 11:31\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SGM3001,TPW3111,L580,AER0SEMI\",\"experimentDate\":\"2022.03.16\",\"experimentUser\":\"任李贤\",\"id\":\"1917059258305974274\",\"manufacturer\":\"771所\",\"name\":\"模拟开关电路\",\"type\":\"模拟集成电路\"}]', null, '4', null, '2025-04-29 11:31:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917059474958553090', '1', '用户名: lixuyou,登录成功!', null, 'lixuyou', '李序友', '119.78.164.151', null, null, null, null, '0', null, '2025-04-29 11:32:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917059956825362434', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"(17 - 011)5216\",\"deviceFunction\":\"非易失性存储器\",\"deviceMode\":\"AS008MA12A\",\"deviceName\":\"非易失性存储器\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2017 年 3 月,2017 年 10 月\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data_1745580476394.xlsx\\\":\\\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data_1745580476394.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data_1745580476394.xlsx\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data_1745580476394.xlsx\"},\"id\":\"58df0c2381fc6065074d8358524e59fd\",\"manufacturer\":\"雪崩技术公司\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 11:34\"}]', null, '8', null, '2025-04-29 11:34:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917060122433261570', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-29 11:35:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917060195053441025', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"SSD 850 PRO series\",\"deviceMode\":\"MZ7KE256HMHA\",\"deviceName\":\"MZ7KE256HMHA\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"10/24/2014\",\"experimentUser\":\"杜帅彬\",\"id\":\"374a42dae0bd16baf5643c4294d6eccb\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":20,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 11:35\"}]', null, '5', null, '2025-04-29 11:35:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917060195623866370', '1', '用户名: sunjiacheng,登录成功!', null, 'sunjiacheng', '孙家诚', '119.78.164.164', null, null, null, null, '0', null, '2025-04-29 11:35:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917060320530239489', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 11:36\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-49_1745897755895.xlsx,/oss/physical/temp/KC-2024-JL-081_1745897770357.rar,/oss/physical/temp/KC-2024-SB-H771-49_1745897769363.pdf,/oss/physical/temp/KC-2024-SB-H771-49-2_1745897769387.pdf\",\"id\":\"1917060320496685058\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\"}]', null, '8', null, '2025-04-29 11:36:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917060469541277698', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安电子科技大学\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"刘默寒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QCFP5, QCFP6, QCFP7, QCFP8\",\"experimentDate\":\"2024.8.14-2024.8.22\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-132_1745851014991.pdf,/oss/physical/temp/20240813_xidian_lmh_1745851134301.zip,/oss/physical/temp/data2_1745897799907.xlsx\",\"id\":\"1916864516637036545\",\"manufacturer\":\"西安电子科技大学\",\"name\":\"MOS管和SRAM电路\",\"totalCountLhs\":408,\"totalCountXhy\":408,\"type\":\"晶体管,数字集成电路\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 11:36\"}]', null, '4', null, '2025-04-29 11:36:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917061052939603969', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-49_1745897755895.xlsx,/oss/physical/temp/KC-2024-JL-081_1745897770357.rar,/oss/physical/temp/KC-2024-SB-H771-49_1745897769363.pdf,/oss/physical/temp/KC-2024-SB-H771-49-2_1745897769387.pdf\",\"id\":\"1917060320496685058\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 11:39\"}]', null, '18', null, '2025-04-29 11:39:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917061088696045570', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"(17 - 011)5216\",\"deviceFunction\":\"非易失性存储器\",\"deviceMode\":\"AS008MA12A\",\"deviceName\":\"非易失性存储器\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2017 年 3 月,2017 年 10 月\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data_1745897954058.xlsx\\\":\\\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data_1745897954058.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data_1745897954058.xlsx\":\"/oss/physical/NASA/58df0c2381fc6065074d8358524e59fd/data_1745897954058.xlsx\"},\"id\":\"58df0c2381fc6065074d8358524e59fd\",\"manufacturer\":\"雪崩技术公司\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 11:39\"}]', null, '8', null, '2025-04-29 11:39:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917061656109879298', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 11:41\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-3R3-20F/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745898081418.rar,/oss/physical/temp/KC-2024-SB-H771-48_1745898081066.pdf,/oss/physical/temp/KC-2024-SB-H771-48_1745898089055.xlsx\",\"id\":\"1917061656088907778\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\"}]', null, '7', null, '2025-04-29 11:41:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917062072994336770', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 11:43\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-12F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-47_1745898175360.xlsx,/oss/physical/temp/KC-2024-JL-081_1745898187929.rar,/oss/physical/temp/KC-2024-SB-H771-47_1745898187544.pdf,/oss/physical/temp/KC-2024-SB-H771-47-2_1745898187559.pdf\",\"id\":\"1917062072977559553\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\"}]', null, '5', null, '2025-04-29 11:43:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917062258474848257', '2', '历史一期记录-添加', '2', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"zhangchenyu\",\"createTime\":\"2025-04-29 11:43\",\"dataEntry\":\"张晨宇\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HWD29GL01G99SOP56E\\\\S29GL512P10TFIR10\\\\MR4A0813CYS35\",\"experimentDate\":\"2024.5.16\",\"experimentUser\":\"陈亚文\",\"id\":\"1917062258441293825\",\"manufacturer\":\"771所\",\"name\":\"NORFLASH\",\"totalCountLhs\":17,\"totalCountXhy\":4,\"type\":\"模拟集成电路\"}]', null, '8', null, '2025-04-29 11:43:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917062491795591169', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 11:44\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5R-15F/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745898284611.rar,/oss/physical/temp/KC-2024-SB-H771-46_1745898284080.pdf,/oss/physical/temp/KC-2024-SB-H771-46_1745898288437.xlsx\",\"id\":\"1917062491778813954\",\"manufacturer\":\"航天771\",\"name\":\"抗辐射DCDC\",\"type\":\"电源变换器\"}]', null, '5', null, '2025-04-29 11:44:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917063748732030978', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 11:49\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDC/(20-50)-5-1.5/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-45_1745898578410.xlsx,/oss/physical/temp/KC-2024-JL-081_1745898587824.rar,/oss/physical/temp/KC-2024-SB-H771-45_1745898587474.pdf\",\"id\":\"1917063748706865153\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\"}]', null, '8', null, '2025-04-29 11:49:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917064077024399361', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 11:51\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-5R-40/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745898661652.rar,/oss/physical/temp/KC-2024-SB-H771-44_1745898661126.pdf,/oss/physical/temp/KC-2024-SB-H771-44_1745898666330.xlsx\",\"id\":\"1917064076990844930\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\"}]', null, '8', null, '2025-04-29 11:51:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917064195387658241', '1', '用户名: xuebinrui,登录成功!', null, 'xuebinrui', '薛彬睿', '210.73.34.96', null, null, null, null, '0', null, '2025-04-29 11:51:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917064352778915841', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Solid State Drive\",\"deviceMode\":\"MZ7KE128BW\",\"deviceName\":\"MZ7KE128BW\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"_2014\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"},\"id\":\"86cd79b1424e1a4c3889a4f37647b607\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 11:52\"}]', null, '5', null, '2025-04-29 11:52:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917064383883874306', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Solid State Drive\",\"deviceMode\":\"MZ7KE128BW\",\"deviceName\":\"MZ7KE128BW\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"_2014\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"},\"id\":\"86cd79b1424e1a4c3889a4f37647b607\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 11:52\"}]', null, '7', null, '2025-04-29 11:52:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917064488854720514', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 11:52\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-7-14/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-43_1745898736945.xlsx,/oss/physical/temp/KC-2024-SB-H771-43_1745898745271.pdf,/oss/physical/temp/KC-2024-JL-081_1745898750553.rar\",\"id\":\"1917064488821166081\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\"}]', null, '7', null, '2025-04-29 11:52:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917064825049157633', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 11:54\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-25F/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745898839113.rar,/oss/physical/temp/KC-2024-SB-H771-42_1745898838484.pdf,/oss/physical/temp/KC-2024-SB-H771-42_1745898844597.xlsx\",\"id\":\"1917064825023991809\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\"}]', null, '6', null, '2025-04-29 11:54:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917064873753415682', '2', '历史一期记录-添加', '2', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院上海微系统与信息技术研究所\",\"createBy\":\"zhangchenyu\",\"createTime\":\"2025-04-29 11:54\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"中国科学院上海微系统与信息技术研究所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"VESOI GAA\",\"experimentDate\":\"2023.8.1\",\"experimentUser\":\"刘默寒\",\"id\":\"1917064873736638465\",\"manufacturer\":\"中国科学院上海微系统与信息技术研究所\",\"name\":\"VESOI\",\"totalCountLhs\":6,\"totalCountXhy\":6,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-29 11:54:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917064920444407809', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"济南半导体元件实验所\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"刘默寒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3DK2222A\",\"experimentDate\":\"2024.6.12-2024.8.5\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/20240612济南半导体-安兆嵬-刘默寒_1745851491070.zip,/oss/physical/temp/KC-2024-JL-092_1745851501806.pdf,/oss/physical/temp/data3_1745898777044.xlsx\",\"id\":\"1916866291595186178\",\"manufacturer\":\"济南半导体元件实验所\",\"name\":\"高频小功率开关晶体管\",\"totalCountLhs\":432,\"totalCountXhy\":432,\"type\":\"晶体管\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 11:54\"}]', null, '19', null, '2025-04-29 11:54:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917065098329034754', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 11:55\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-8-100/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-41_1745898901584.xlsx,/oss/physical/temp/KC-2024-JL-081_1745898909220.rar,/oss/physical/temp/KC-2024-SB-H771-41_1745898909046.pdf\",\"id\":\"1917065098312257538\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"type\":\"电源变换器\"}]', null, '4', null, '2025-04-29 11:55:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917065357516050433', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 11:56\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OP07A\",\"experimentDate\":\"2024.05.23-2024.06.05\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745898967796.rar,/oss/physical/temp/KC-2024-SB-H771-40_1745898967367.pdf,/oss/physical/temp/KC-2024-SB-H771-40_1745898971748.xlsx\",\"id\":\"1917065357499273217\",\"manufacturer\":\"航天771\",\"name\":\"超低调电压运算放大器\",\"type\":\"放大器\"}]', null, '4', null, '2025-04-29 11:56:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917065487065518081', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中物院八所七部\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"无\",\"experimentDate\":\"2024.7.23-2024.7.25\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-118_1745850568792.pdf\",\"id\":\"1916862351759609857\",\"manufacturer\":\"中国工程院物理研究院激光聚变研究中心\",\"name\":\"陶瓷片,铜膜,电阻器\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"敏感元器件\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 11:56\"}]', null, '8', null, '2025-04-29 11:56:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917065572184723457', '2', '历史一期记录-添加', '2', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电44所\",\"createBy\":\"xieyongzhi\",\"createTime\":\"2025-04-29 11:57\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电44所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GD45230Q,GN010,GD45226Q,GD5521Y-155ATF,GD5521Y-1.25ATF,GD5521Y-2.5ATF,GD5521Y-10ATF,GT322D-60-SM-FC/APC,GD3561T,GD3562T,GT322D,GD4780S,GD3561T\",\"experimentDate\":\"2022.6.16\",\"experimentUser\":\"冯皓楠\",\"id\":\"1917065572167946242\",\"manufacturer\":\"中电44所\",\"name\":\"光电探测器\",\"type\":\"光电子器件\"}]', null, '6', null, '2025-04-29 11:57:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917065687070904321', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 11:57\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7586T1RH\",\"experimentDate\":\"2024.05.20-2024.05.23\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-39_1745899040036.xlsx,/oss/physical/temp/KC-2024-JL-081_1745899049289.rar,/oss/physical/temp/KC-2024-SB-H771-39_1745899048963.pdf\",\"id\":\"1917065686970241026\",\"manufacturer\":\"航天771\",\"name\":\"N沟道抗辐射功率场效应晶体管\",\"type\":\"晶体管\"}]', null, '24', null, '2025-04-29 11:57:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917065829220061186', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1039; 12-072\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP484\",\"deviceName\":\"OP484\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"11/15/2012-to-1/8/2013;4/2/2018\",\"experimentUser\":\"薛彬睿\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"Topper-TR-17-072-OP484-2018Apr02-TID-NASA-TM-20210018713.pdf\":\"/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/Topper-TR-17-072-OP484-2018Apr02-TID-NASA-TM-20210018713.pdf\",\"data.xlsx\":\"/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/data.xlsx\",\"电离总剂量效应-副本-副本(2)_1745899083935.xlsx\":\"/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/电离总剂量效应-副本-副本(2)_1745899083935.xlsx\"},\"id\":\"70cb825908a009ac7447b95b9c74511a\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 11:58\"}]', null, '7', null, '2025-04-29 11:58:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917065865316241409', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1039; 12-072\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP484\",\"deviceName\":\"OP484\",\"deviceType\":\"晶体管\",\"experimentDate\":\"11/15/2012-to-1/8/2013;4/2/2018\",\"experimentUser\":\"薛彬睿\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"Topper-TR-17-072-OP484-2018Apr02-TID-NASA-TM-20210018713.pdf\":\"/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/Topper-TR-17-072-OP484-2018Apr02-TID-NASA-TM-20210018713.pdf\",\"data.xlsx\":\"/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/data.xlsx\",\"电离总剂量效应-副本-副本(2)_1745899083935.xlsx\":\"/oss/physical/NASA/70cb825908a009ac7447b95b9c74511a/电离总剂量效应-副本-副本(2)_1745899083935.xlsx\"},\"id\":\"70cb825908a009ac7447b95b9c74511a\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 11:58\"}]', null, '5', null, '2025-04-29 11:58:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917065917468217345', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"无\",\"deviceFunction\":\"RRS422 Receiver\",\"deviceMode\":\"PE26C32\",\"deviceName\":\"RRS422 Receiver\",\"deviceType\":\"接口电路\",\"experimentDate\":\"3/15/2004;6/22/2004\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/nsrec04_SEE.pdf\\\",\\\"D031504_RS422.pdf\\\":\\\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/D031504_RS422.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/nsrec04_SEE.pdf\",\"D031504_RS422.pdf\":\"/oss/physical/NASA/ca8d2d68240c83266fb8f4e30a17ac92/D031504_RS422.pdf\"},\"id\":\"ca8d2d68240c83266fb8f4e30a17ac92\",\"manufacturer\":\"Peregrine\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 11:58\"}]', null, '21', null, '2025-04-29 11:58:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917065940876627969', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"无\",\"deviceFunction\":\"RRS422 Driver\",\"deviceMode\":\"PE26C31\",\"deviceName\":\"RRS422 Driver\",\"deviceType\":\"接口电路\",\"experimentDate\":\"3/15/2004;6/22/2004\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/nsrec04_SEE.pdf\\\",\\\"D031504_RS422.pdf\\\":\\\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/D031504_RS422.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/nsrec04_SEE.pdf\",\"D031504_RS422.pdf\":\"/oss/physical/NASA/882c95c54df80c5ce5dde25587dc0341/D031504_RS422.pdf\"},\"id\":\"882c95c54df80c5ce5dde25587dc0341\",\"manufacturer\":\"Peregrine\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 11:58\"}]', null, '9', null, '2025-04-29 11:58:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917065962070446082', '2', '历史一期记录-添加', '2', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"济南市半导体元件实验所\",\"createBy\":\"zhangchenyu\",\"createTime\":\"2025-04-29 11:58\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"济南市半导体元件实验所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3DA5667、3DK2222\",\"experimentDate\":\"2023.4.24\",\"experimentUser\":\"刘默寒\",\"id\":\"1917065962045280258\",\"manufacturer\":\"济南市半导体元件实验所\",\"name\":\"大功率开关晶体管\",\"totalCountLhs\":34,\"totalCountXhy\":5,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-29 11:58:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917065973831274498', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Delay Line\",\"deviceMode\":\"PE21198\",\"deviceName\":\"Delay Line (Hytek/Pulse Engineering)\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"5/8/1998\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-98-016.pdf\\\":\\\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/PPM-98-016.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/data.xlsx\\\"}\",\"fileMap\":{\"PPM-98-016.pdf\":\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/PPM-98-016.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/data.xlsx\"},\"id\":\"ae778eca0ad929baa4fb53734e90c694\",\"manufacturer\":\"Pulse Eng\",\"totalCountLhs\":180,\"totalCountNasa\":180,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 11:58\"}]', null, '5', null, '2025-04-29 11:58:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917066013924626434', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Myrinet PCI/Lanai9 Bridge\",\"deviceMode\":\"PCIDMA\",\"deviceName\":\"PCIDMA\",\"deviceType\":\"射频电路\",\"experimentDate\":\"11/26/2001;7/19/2002\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W16.pdf\\\",\\\"D112601_Myrinet.pdf\\\":\\\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/D112601_Myrinet.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/data.xlsx\\\",\\\"NSREC02_W8.pdf\\\":\\\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W8.pdf\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/8028ce2daef175757a7f82b0356d906d/NSREC02_W8.pdf\"},\"id\":\"8028ce2daef175757a7f82b0356d906d\",\"manufacturer\":\"Myricom\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 11:58\"}]', null, '7', null, '2025-04-29 11:58:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917066046061383681', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"PCA80C522\",\"deviceName\":\"PCA80C522\",\"deviceType\":\"系统封装(SiP)集成电路\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/f6fdf9122291f4c3060b5016114c8e4c/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f6fdf9122291f4c3060b5016114c8e4c/data.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/f6fdf9122291f4c3060b5016114c8e4c/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f6fdf9122291f4c3060b5016114c8e4c/data.xlsx\"},\"id\":\"f6fdf9122291f4c3060b5016114c8e4c\",\"manufacturer\":\"Phillips\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 11:58\"}]', null, '4', null, '2025-04-29 11:58:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917066074159026177', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"PLA\",\"deviceMode\":\"PALCE22V10H\",\"deviceName\":\"PALCE22V10H\",\"deviceType\":\"数字电路\",\"experimentDate\":\"4/3/1991\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6e5c4940766f7c4be0c3c94715049c07/data.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/6e5c4940766f7c4be0c3c94715049c07/data.xlsx\"},\"id\":\"6e5c4940766f7c4be0c3c94715049c07\",\"manufacturer\":\"AMD\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 11:59\"}]', null, '8', null, '2025-04-29 11:59:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917066093264080898', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 11:59\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7469U2RH\",\"experimentDate\":\"2024.5.20-2024.05.23\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745899143843.rar,/oss/physical/temp/KC-2024-SB-H771-38_1745899143408.pdf,/oss/physical/temp/KC-2024-SB-H771-38_1745899147641.xlsx\",\"id\":\"1917066093238915074\",\"manufacturer\":\"航天771\",\"name\":\"N沟道抗辐射功率场效应晶体管\",\"type\":\"晶体管\"}]', null, '7', null, '2025-04-29 11:59:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917066140642938882', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-29 11:59:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917066371459682305', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"RT54SX16\",\"deviceName\":\"RT54SX16\",\"deviceType\":\"FPGA\",\"experimentDate\":\"6/18/1998;6/28/1998;7/3/1998\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ae27d0cca2607cd6ce59419edc60a7ff/data.xlsx\\\",\\\"相关文献链接_1745899212825.docx\\\":\\\"/oss/physical/NASA/ae27d0cca2607cd6ce59419edc60a7ff/相关文献链接_1745899212825.docx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/ae27d0cca2607cd6ce59419edc60a7ff/data.xlsx\",\"相关文献链接_1745899212825.docx\":\"/oss/physical/NASA/ae27d0cca2607cd6ce59419edc60a7ff/相关文献链接_1745899212825.docx\"},\"id\":\"ae27d0cca2607cd6ce59419edc60a7ff\",\"manufacturer\":\"Actel\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 12:00\"}]', null, '5', null, '2025-04-29 12:00:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917066380687151105', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 12:00\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7586U2RH\",\"experimentDate\":\"2024.05.20-2024.05.23\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-37_1745899205908.xlsx,/oss/physical/temp/KC-2024-JL-081_1745899216010.rar,/oss/physical/temp/KC-2024-SB-H771-37_1745899215731.pdf\",\"id\":\"1917066380661985281\",\"manufacturer\":\"航天771\",\"name\":\"N沟道抗辐射功率场效应晶体管\",\"type\":\"晶体管\"}]', null, '6', null, '2025-04-29 12:00:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917066504972767233', '2', '历史一期记录-添加', '2', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电44所\",\"createBy\":\"xieyongzhi\",\"createTime\":\"2025-04-29 12:00\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电44所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GJ15412Q\",\"experimentDate\":\"2022.7.20\",\"experimentUser\":\"冯皓楠\",\"id\":\"1917066504955990017\",\"manufacturer\":\"中电44所\",\"name\":\"极窄线宽半导体激光器\",\"type\":\"光电子器件\"}]', null, '4', null, '2025-04-29 12:00:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917066624221024258', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 12:01\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7426T1RH\",\"experimentDate\":\"2024.05.20-2024.05.23\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745899270256.rar,/oss/physical/temp/KC-2024-SB-H771-36_1745899269851.pdf,/oss/physical/temp/KC-2024-SB-H771-36_1745899273989.xlsx\",\"id\":\"1917066624195858433\",\"manufacturer\":\"航天771\",\"name\":\"P沟道抗辐射功率场效应晶体管\",\"type\":\"晶体管\"}]', null, '8', null, '2025-04-29 12:01:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917066668936499201', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电44所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电44所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GJ15412Q\",\"experimentDate\":\"2022.7.20\",\"experimentUser\":\"冯皓楠、李潇\",\"id\":\"1917066504955990017\",\"manufacturer\":\"中电44所\",\"name\":\"极窄线宽半导体激光器\",\"type\":\"光电子器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 12:01\"}]', null, '4', null, '2025-04-29 12:01:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917067104804376578', '2', '历史一期记录-添加', '2', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"lixuyou\",\"createTime\":\"2025-04-29 12:03\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7269AU1RH\",\"experimentDate\":\"2024.05.20-2024.05.23\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-35_1745899380044.xlsx,/oss/physical/temp/KC-2024-JL-081_1745899387874.rar,/oss/physical/temp/KC-2024-SB-H771-35_1745899387394.pdf\",\"id\":\"1917067104787599362\",\"manufacturer\":\"航天771\",\"name\":\"N沟道抗辐射功率场效应晶体管\",\"type\":\"晶体管\"}]', null, '5', null, '2025-04-29 12:03:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917067390893658114', '1', '用户名: chenwenzhuo,登录成功!', null, 'chenwenzhuo', '陈文卓', '119.78.164.162', null, null, null, null, '0', null, '2025-04-29 12:04:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917067708809318401', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Solid State Drive\",\"deviceMode\":\"MZ7KE128BW\",\"deviceName\":\"MZ7KE128BW\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"_2014\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\",\\\"电离总剂量效应_1745899530738.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/电离总剂量效应_1745899530738.xlsx\\\",\\\"位移损伤效应_1745899530739.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/位移损伤效应_1745899530739.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"电离总剂量效应_1745899530738.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/电离总剂量效应_1745899530738.xlsx\",\"位移损伤效应_1745899530739.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/位移损伤效应_1745899530739.xlsx\"},\"id\":\"86cd79b1424e1a4c3889a4f37647b607\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 12:05\"}]', null, '10', null, '2025-04-29 12:05:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917067719731286017', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"无\",\"deviceFunction\":\"Linear Devices\",\"deviceMode\":\"LM119 Linear Comparator , LM193H, LM108 Op amp,\",\"deviceName\":\"Linear Devices\",\"deviceType\":\"晶体管\",\"experimentDate\":\"7/29/1994;7/17/1995;07/28/1995;8/1/2010;2009APR;7/2005\",\"experimentUser\":\"罗永恒\",\"id\":\"20b76b17cc50497efb5ac6a9ca64dd39\",\"manufacturer\":\"Apex\",\"totalCountLhs\":32,\"totalCountNasa\":32,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:05\"}]', null, '5', null, '2025-04-29 12:05:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917067928104308737', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 12:06\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5131-2.5TD型线性稳压器\",\"experimentDate\":\"2022.5.12~2022.5.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745899574915.zip,/oss/physical/temp/771原始数据1_1745899578980.zip,/oss/physical/temp/KC-2002-SB-H771-96_1745899584892.xlsx\",\"id\":\"1917067928087531521\",\"manufacturer\":\"航天771\",\"name\":\"LW5131-2.5TD型线性稳压器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"电源变换器\"}]', null, '5', null, '2025-04-29 12:06:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917068016700592130', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Solid State Drive\",\"deviceMode\":\"MZ-75E250\",\"deviceName\":\"MZ-75E250\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"2014\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\",\\\"电离总剂量效应_1745899593973.xlsx\\\":\\\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/电离总剂量效应_1745899593973.xlsx\\\",\\\"位移损伤效应_1745899593974.xlsx\\\":\\\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/位移损伤效应_1745899593974.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"电离总剂量效应_1745899593973.xlsx\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/电离总剂量效应_1745899593973.xlsx\",\"位移损伤效应_1745899593974.xlsx\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/位移损伤效应_1745899593974.xlsx\"},\"id\":\"ce0b28861b6a9a07c71c6db7907e6ff8\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 12:06\"}]', null, '6', null, '2025-04-29 12:06:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917068064104615937', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Solid State Drive\",\"deviceMode\":\"MZ7KE128BW\",\"deviceName\":\"MZ7KE128BW\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"2014\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"电离总剂量效应_1745899530738.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/电离总剂量效应_1745899530738.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\\\",\\\"位移损伤效应_1745899530739.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/位移损伤效应_1745899530739.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\"}\",\"fileMap\":{\"电离总剂量效应_1745899530738.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/电离总剂量效应_1745899530738.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\",\"位移损伤效应_1745899530739.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/位移损伤效应_1745899530739.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"},\"id\":\"86cd79b1424e1a4c3889a4f37647b607\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 12:06\"}]', null, '5', null, '2025-04-29 12:06:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917068074267414529', '2', '历史一期记录-添加', '2', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"西安电子科技大学\",\"createBy\":\"zhangchenyu\",\"createTime\":\"2025-04-29 12:07\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"西安电子科技大学\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LED、PDSOI\",\"experimentDate\":\"2023.9.25\",\"experimentUser\":\"魏莹\",\"id\":\"1917068074250637314\",\"manufacturer\":\"西安电子科技大学\",\"name\":\"PDSOI、AlGaN基LED器件\",\"totalCountLhs\":45,\"totalCountXhy\":26,\"type\":\"光电子器件\"}]', null, '5', null, '2025-04-29 12:07:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917068828390690817', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"5521\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"PA07M/883\",\"deviceName\":\"高压高功率运算放大器\",\"deviceType\":\"放大器\",\"experimentDate\":\"2/10/1992\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-92-058.pdf\\\":\\\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/PPM-92-058.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/data.xlsx\\\"}\",\"fileMap\":{\"PPM-92-058.pdf\":\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/PPM-92-058.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/data.xlsx\"},\"id\":\"f4d9358897118809f19a2f6eef12ae27\",\"manufacturer\":\"Ampex\",\"totalCountLhs\":90,\"totalCountNasa\":90,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:10\"}]', null, '7', null, '2025-04-29 12:10:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917068992073404418', '2', '历史一期记录-添加', '2', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国空间技术研究西安分院天线所\",\"createBy\":\"xieyongzhi\",\"createTime\":\"2025-04-29 12:10\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中国空间技术研究西安分院天线所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RA26BVA200B30V,RA26BVA209B30V,KD-20\",\"experimentDate\":\"2020\",\"experimentUser\":\"梁晓雯、任李贤\",\"id\":\"1917068992056627201\",\"manufacturer\":\"504所\",\"name\":\"光栅读数头,发光芯片组件\",\"type\":\"光电子器件\"}]', null, '4', null, '2025-04-29 12:10:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917069618371072002', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 12:13\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW230-1.8型线性稳压器\",\"experimentDate\":\"2022.05.12~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745899981923.zip,/oss/physical/temp/771原始数据1_1745899985809.zip,/oss/physical/temp/KC-2002-SB-H771-97_1745899988331.xlsx\",\"id\":\"1917069618354294786\",\"manufacturer\":\"航天771\",\"name\":\"LW230-1.8型线性稳压器\",\"totalCountLhs\":22,\"totalCountXhy\":22,\"type\":\"电源转换器\"}]', null, '5', null, '2025-04-29 12:13:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917069761614942210', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power Operational Amplifier\",\"deviceMode\":\"PA07M\",\"deviceName\":\"Power Operational Amplifier\",\"deviceType\":\"放大器\",\"experimentDate\":\"8/3/1999;10/20/1999\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/data.xlsx\\\",\\\"PPM-99-032.pdf\\\":\\\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/PPM-99-032.pdf\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/data.xlsx\",\"PPM-99-032.pdf\":\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/PPM-99-032.pdf\"},\"id\":\"febcf132f7ffbd257efa717488236d89\",\"manufacturer\":\"Apex\",\"totalCountLhs\":48,\"totalCountNasa\":48,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:13\"}]', null, '8', null, '2025-04-29 12:13:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917069959628034050', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司第七七一所集成电路事业部\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-29 12:14\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"L2N3501UB\",\"experimentDate\":\"2023.04.12\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/20230412-771-姚军-lmh-KC-2023-JL-039_1745900067914.zip,/oss/physical/temp/KC-2023-JL-039_1745900068009.pdf,/oss/physical/temp/L2N3501UB电离总剂量效应_1745900067913.xlsx\",\"id\":\"1917069959611256833\",\"manufacturer\":\"中国航天科技集团有限公司第七七一所集成电路事业部\",\"name\":\"NPN晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-29 12:14:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917070444338581505', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 12:16\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5230-1.8型线性稳压器\",\"experimentDate\":\"2022.05.12~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745900178639.zip,/oss/physical/temp/771原始数据1_1745900182554.zip,/oss/physical/temp/KC-2002-SB-H771-98_1745900184894.xlsx\",\"id\":\"1917070444305027074\",\"manufacturer\":\"航天771\",\"name\":\"LW5230-1.8型线性稳压器\",\"totalCountLhs\":24,\"totalCountXhy\":24,\"type\":\"电源转换器\"}]', null, '7', null, '2025-04-29 12:16:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917070499422375937', '2', '历史一期记录-添加', '2', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"复远芯(上海)科技有限公司\",\"createBy\":\"xieyongzhi\",\"createTime\":\"2025-04-29 12:16\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"复远芯(上海)科技有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SiMU9000-IIR\",\"experimentDate\":\"2024.9.2-2024.9.5\",\"experimentUser\":\"李坤芳\",\"id\":\"1917070499397210113\",\"manufacturer\":\"复远芯(上海)科技有限公司\",\"name\":\"惯导单元\",\"type\":\"模拟集成电路\"}]', null, '6', null, '2025-04-29 12:16:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917070561938477058', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国航天科技集团有限公司第七七一所集成电路事业部\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-29 12:16\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3DG182EU3\",\"experimentDate\":\"2023.04.12\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/3DG182EU3电离总剂量效应_1745900212897.xlsx,/oss/physical/temp/20230412-771-姚军-lmh-KC-2023-JL-039_1745900212907.zip,/oss/physical/temp/KC-2023-JL-039_1745900213030.pdf\",\"id\":\"1917070561921699842\",\"manufacturer\":\"中国航天科技集团有限公司第七七一所集成电路事业部\",\"name\":\"硅平面抗辐照NPN小功率晶体管\",\"totalCountLhs\":18,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-29 12:16:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917070670487064577', '2', '历史一期记录-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司第七七一所集成电路事业部\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3DG182EU3\",\"experimentDate\":\"2023.04.12\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/3DG182EU3电离总剂量效应_1745900212897.xlsx,/oss/physical/temp/20230412-771-姚军-lmh-KC-2023-JL-039_1745900212907.zip,/oss/physical/temp/KC-2023-JL-039_1745900213030.pdf\",\"id\":\"1917070561921699842\",\"manufacturer\":\"中国航天科技集团有限公司第七七一所集成电路事业部\",\"name\":\"硅平面抗辐照NPN小功率晶体管\",\"totalCountLhs\":18,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 12:17\"}]', null, '8', null, '2025-04-29 12:17:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917070696651132930', '2', '历史一期记录-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团有限公司第七七一所集成电路事业部\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"L2N3501UB\",\"experimentDate\":\"2023.04.12\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/20230412-771-姚军-lmh-KC-2023-JL-039_1745900067914.zip,/oss/physical/temp/KC-2023-JL-039_1745900068009.pdf,/oss/physical/temp/L2N3501UB电离总剂量效应_1745900067913.xlsx\",\"id\":\"1917069959611256833\",\"manufacturer\":\"中国航天科技集团有限公司第七七一所集成电路事业部\",\"name\":\"硅平面抗辐照NPN小功率晶体管\",\"totalCountLhs\":30,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 12:17\"}]', null, '4', null, '2025-04-29 12:17:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917070751571349506', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1417; (16-033)\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"PA02\",\"deviceName\":\"Operational Amplifier\",\"deviceType\":\"放大器\",\"experimentDate\":\"12/16/2016-to-1/23/2017\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\\\":\\\"/oss/physical/NASA/f8ea5bb7d38a4d36a1b59b6a9baaa159/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f8ea5bb7d38a4d36a1b59b6a9baaa159/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/f8ea5bb7d38a4d36a1b59b6a9baaa159/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f8ea5bb7d38a4d36a1b59b6a9baaa159/data.xlsx\"},\"id\":\"f8ea5bb7d38a4d36a1b59b6a9baaa159\",\"manufacturer\":\"Apex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:17\"}]', null, '8', null, '2025-04-29 12:17:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917071302904221697', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1629(16 - 003,16 - 032)\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"RT4G150-CB1657\",\"deviceName\":\"RT4G150-CB1657\",\"deviceType\":\"65nm CMOS\",\"experimentDate\":\"2016 年 10 月,2016 年 9 月,2016 年 10 - 11 月, 2016 年 10 月\",\"experimentUser\":\"杨济聪\",\"id\":\"377ec590e90599ccfae4850c540e56bd\",\"manufacturer\":\"Microsemi\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 12:19\"}]', null, '5', null, '2025-04-29 12:19:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917072025272422401', '1', '用户名: liujunling,登录成功!', null, 'liujunling', '刘俊灵', '119.78.164.172', null, null, null, null, '0', null, '2025-04-29 12:22:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917072093526331393', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Microcontroller, 80C32\",\"deviceMode\":\"P80C3224\",\"deviceName\":\"P80C3224\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2/2004\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/b574152b4a5b75e292c4c940e61b759d/nsrec05_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b574152b4a5b75e292c4c940e61b759d/data.xlsx\\\"}\",\"fileMap\":{\"nsrec05_W5.pdf\":\"/oss/physical/NASA/b574152b4a5b75e292c4c940e61b759d/nsrec05_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b574152b4a5b75e292c4c940e61b759d/data.xlsx\"},\"id\":\"b574152b4a5b75e292c4c940e61b759d\",\"manufacturer\":\"Intel\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:22\"}]', null, '9', null, '2025-04-29 12:22:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917072662349451265', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"16 Mbit DRAM\",\"deviceMode\":\"P44016JK\",\"deviceName\":\"P44016JK\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"9/20/1996\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-96-009.pdf\\\":\\\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/PPM-96-009.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/data.xlsx\\\"}\",\"fileMap\":{\"PPM-96-009.pdf\":\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/PPM-96-009.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/data.xlsx\"},\"id\":\"2ee61cfbe6b8d13d6324cf3206b5ceae\",\"manufacturer\":\"IBM\",\"totalCountLhs\":240,\"totalCountNasa\":240,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:25\"}]', null, '8', null, '2025-04-29 12:25:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917072729017913345', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 12:25\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"54HC14型六反相施密特触发器\",\"experimentDate\":\"2022.05.12~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2002-SB-H771-105_1745900723542.xlsx,/oss/physical/temp/771大纲3_1745900727231.zip\",\"id\":\"1917072728988553217\",\"manufacturer\":\"航天771所\",\"name\":\"54HC14型六反相施密特触发器\",\"totalCountLhs\":8,\"totalCountXhy\":8,\"type\":\"模拟集成电路\"}]', null, '7', null, '2025-04-29 12:25:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917073035239854081', '2', '历史一期记录-添加', '2', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电44所\",\"createBy\":\"xieyongzhi\",\"createTime\":\"2025-04-29 12:26\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电44所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GT322D-60-SM-FC/APC\",\"experimentDate\":\"2024.5.30\",\"experimentUser\":\"孙梦君\",\"id\":\"1917073035214688258\",\"manufacturer\":\"中电科44所\",\"name\":\"光电探测器\",\"type\":\"光电子器件\"}]', null, '7', null, '2025-04-29 12:26:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917073600132911105', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 12:28\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7426T1RH\",\"experimentDate\":\"2023.3.21\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-53_1745900935546.pdf,/oss/physical/temp/KC-2023-SB-H771-53_1745900935446.xlsx,/oss/physical/temp/KC-2023-SB-H771-53测试数据_1745900935529.pdf\",\"id\":\"1917073600116133889\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":264,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-29 12:28:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917073659415203842', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"P2824\",\"deviceName\":\"Hamamatsu P2824\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"11/1997;7/20/1998;7/19/2001\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/nsrec01_W15.pdf\\\",\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/data.xlsx\\\",\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/nsrec00_W22.pdf\\\",\\\"D120400a.pdf\\\":\\\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/D120400a.pdf\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/nsrec01_W15.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/data.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/nsrec00_W22.pdf\",\"D120400a.pdf\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/D120400a.pdf\"},\"id\":\"d22836dc5db3bc0eb541cbdc62d373d5\",\"manufacturer\":\"Hamamatsu\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:29\"}]', null, '5', null, '2025-04-29 12:29:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917073704105512961', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7426T1RH\",\"experimentDate\":\"2023.3.21\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-53_1745900935546.pdf,/oss/physical/temp/KC-2023-SB-H771-53测试数据_1745900935529.pdf,/oss/physical/temp/KC-2023-SB-H771-53_1745900961153.xlsx\",\"id\":\"1917073600116133889\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":264,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 12:29\"}]', null, '7', null, '2025-04-29 12:29:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917073712137605122', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"P2824\",\"deviceName\":\"Hamamatsu P2824\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"11/1997;7/20/1998;7/19/2001\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/nsrec01_W15.pdf\\\",\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/data.xlsx\\\",\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/nsrec00_W22.pdf\\\",\\\"D120400a.pdf\\\":\\\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/D120400a.pdf\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/nsrec01_W15.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/data.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/nsrec00_W22.pdf\",\"D120400a.pdf\":\"/oss/physical/NASA/d22836dc5db3bc0eb541cbdc62d373d5/D120400a.pdf\"},\"id\":\"d22836dc5db3bc0eb541cbdc62d373d5\",\"manufacturer\":\"Hamamatsu\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:29\"}]', null, '12', null, '2025-04-29 12:29:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917073804894638082', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Data and Command Encoding\",\"deviceMode\":\"RS Encoder\",\"deviceName\":\"RS Encoder\",\"deviceType\":\"Miscellaneous\",\"experimentDate\":\"12/3/1992;7/19/1993\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"nsrec93a.pdf\\\":\\\"/oss/physical/NASA/189dae36b9552073bfcd5aebf18ec6ec/nsrec93a.pdf\\\",\\\"120392.pdf\\\":\\\"/oss/physical/NASA/189dae36b9552073bfcd5aebf18ec6ec/120392.pdf\\\",\\\"data_1745900984599.xlsx\\\":\\\"/oss/physical/NASA/189dae36b9552073bfcd5aebf18ec6ec/data_1745900984599.xlsx\\\"}\",\"fileMap\":{\"nsrec93a.pdf\":\"/oss/physical/NASA/189dae36b9552073bfcd5aebf18ec6ec/nsrec93a.pdf\",\"120392.pdf\":\"/oss/physical/NASA/189dae36b9552073bfcd5aebf18ec6ec/120392.pdf\",\"data_1745900984599.xlsx\":\"/oss/physical/NASA/189dae36b9552073bfcd5aebf18ec6ec/data_1745900984599.xlsx\"},\"id\":\"189dae36b9552073bfcd5aebf18ec6ec\",\"manufacturer\":\"UTMC/NASA VLSI Design\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 12:29\"}]', null, '8', null, '2025-04-29 12:29:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917074129282109441', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 12:31\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF148\",\"experimentDate\":\"2022.04.28~2022.05.10\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745901053175.zip,/oss/physical/temp/771原始数据1_1745901057462.zip,/oss/physical/temp/KC-2002-SB-H771-95_1745901063361.xlsx\",\"id\":\"1917074129256943618\",\"manufacturer\":\"航天771所\",\"name\":\"LF148型四运算放大器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"放大器\"}]', null, '5', null, '2025-04-29 12:31:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917074933569261569', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 12:34\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS1240U1RH\",\"experimentDate\":\"2023.3.20\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-54_1745901254796.pdf,/oss/physical/temp/KC-2023-SB-H771-54_1745901254664.xlsx,/oss/physical/temp/KC-2023-SB-H771-54测试数据_1745901254712.pdf\",\"id\":\"1917074933493764097\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":264,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '19', null, '2025-04-29 12:34:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917074938640175105', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"Optran UV200/220P\",\"deviceName\":\"Optran UV200/220P\",\"deviceType\":\"光纤\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/43a765e202ef2de009cb61c68b50e3c9/NSREC02_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/43a765e202ef2de009cb61c68b50e3c9/data.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/43a765e202ef2de009cb61c68b50e3c9/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/43a765e202ef2de009cb61c68b50e3c9/data.xlsx\"},\"id\":\"43a765e202ef2de009cb61c68b50e3c9\",\"manufacturer\":\"CeramOptec\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:34\"}]', null, '5', null, '2025-04-29 12:34:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917075349832962050', '1', '用户名: mayinjie,登录成功!', null, 'mayinjie', '马崟洁', '119.78.164.173', null, null, null, null, '1', null, '2025-04-29 12:35:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917075488718950401', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"128kx8 RAM\",\"deviceMode\":\"OW628128CD\",\"deviceName\":\"OW628128CD\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"6/16/1993\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-93-063.pdf\\\":\\\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/PPM-93-063.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/data.xlsx\\\"}\",\"fileMap\":{\"PPM-93-063.pdf\":\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/PPM-93-063.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/data.xlsx\"},\"id\":\"b748c3d50bad0baa2a26406973bf384e\",\"manufacturer\":\"Hitachi\",\"totalCountLhs\":88,\"totalCountNasa\":8,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:36\"}]', null, '5', null, '2025-04-29 12:36:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917075790662701057', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"5 megapixel Image Sensor\",\"deviceMode\":\"OV5633\",\"deviceName\":\"OV5633\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"TAMU09SEPT\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/5169fb5f30f831a1e1c84e8b56fa7c6d/nsrec2010_W8_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5169fb5f30f831a1e1c84e8b56fa7c6d/data.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/5169fb5f30f831a1e1c84e8b56fa7c6d/nsrec2010_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5169fb5f30f831a1e1c84e8b56fa7c6d/data.xlsx\"},\"id\":\"5169fb5f30f831a1e1c84e8b56fa7c6d\",\"manufacturer\":\"Omnivision\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:37\"}]', null, '7', null, '2025-04-29 12:37:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917076084922486785', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 12:38\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB5891\",\"experimentDate\":\"2022.04.27\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745901222032.zip,/oss/physical/temp/771原始数据1_1745901226678.zip,/oss/physical/temp/KC-2002-SB-H771-61_1745901529951.xlsx\",\"id\":\"1917076084905709570\",\"manufacturer\":\"航天771\",\"name\":\"LHB5891十路PNP型驱动器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-29 12:38:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917076093613084674', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"OR2T15A2S240DB\",\"deviceName\":\"OR2T15A2S240DB\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1999\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/155ad52b3ebf34ae9d45bc1821ef49a2/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/155ad52b3ebf34ae9d45bc1821ef49a2/data.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/155ad52b3ebf34ae9d45bc1821ef49a2/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/155ad52b3ebf34ae9d45bc1821ef49a2/data.xlsx\"},\"id\":\"155ad52b3ebf34ae9d45bc1821ef49a2\",\"manufacturer\":\"Lucent Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:38\"}]', null, '13', null, '2025-04-29 12:38:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917076375071854593', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 12:40\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"2023.3.20\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7328U3RH\",\"experimentDate\":\"2023.3.20\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-55_1745901598180.pdf,/oss/physical/temp/KC-2023-SB-H771-55_1745901598082.xlsx,/oss/physical/temp/KC-2023-SB-H771-55测试数据_1745901598175.pdf\",\"id\":\"1917076375055077378\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-29 12:40:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917076405283426305', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OPB848\",\"deviceName\":\"OPB848\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"2/17/2017\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\\\":\\\"/oss/physical/NASA/8e3c8d294b1214c3c6cf98c144fea2e8/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8e3c8d294b1214c3c6cf98c144fea2e8/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/8e3c8d294b1214c3c6cf98c144fea2e8/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8e3c8d294b1214c3c6cf98c144fea2e8/data.xlsx\"},\"id\":\"8e3c8d294b1214c3c6cf98c144fea2e8\",\"manufacturer\":\"Optek\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:40\"}]', null, '7', null, '2025-04-29 12:40:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917076441425743873', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"2023.3.20\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7328U3RH\",\"experimentDate\":\"2023.3.20\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-55_1745901598180.pdf,/oss/physical/temp/KC-2023-SB-H771-55测试数据_1745901598175.pdf,/oss/physical/temp/KC-2023-SB-H771-55_1745901614169.xlsx\",\"id\":\"1917076375055077378\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 12:40\"}]', null, '6', null, '2025-04-29 12:40:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917076585521057793', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OPB847\",\"deviceName\":\"OPB847\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"6/16/2017\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\\\":\\\"/oss/physical/NASA/7b4e02f242f7cc036d5d61b60608be7a/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7b4e02f242f7cc036d5d61b60608be7a/data.xlsx\\\"}\",\"fileMap\":{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/7b4e02f242f7cc036d5d61b60608be7a/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7b4e02f242f7cc036d5d61b60608be7a/data.xlsx\"},\"id\":\"7b4e02f242f7cc036d5d61b60608be7a\",\"manufacturer\":\"Optek\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:40\"}]', null, '21', null, '2025-04-29 12:40:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917076746586525697', '2', '历史一期记录-添加', '2', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"国科学院上海微系统与信息技术研究所\",\"createBy\":\"xieyongzhi\",\"createTime\":\"2025-04-29 12:41\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"国科学院上海微系统与信息技术研究所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"DSOI-P,DSOI-N-1,DSOI-N-2\",\"experimentDate\":\"2023.12.01-2023.12.08\",\"experimentUser\":\"孙梦君\",\"id\":\"1917076746552971265\",\"manufacturer\":\"中国科学院上海微系统与信息技术研究所\",\"name\":\"SOI器件\",\"type\":\"其他电气和电子元器件\"}]', null, '8', null, '2025-04-29 12:41:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917076756313116674', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"8 bit shift register\",\"deviceMode\":\"RS Encoder\",\"deviceName\":\"RS Encoder\",\"deviceType\":\"Miscellaneous\",\"experimentDate\":\"6/24/1992\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"62492.pdf\\\":\\\"/oss/physical/NASA/2ba18ccc95fcbb55a39cb951ac8c09bc/62492.pdf\\\",\\\"data_1745901690238.xlsx\\\":\\\"/oss/physical/NASA/2ba18ccc95fcbb55a39cb951ac8c09bc/data_1745901690238.xlsx\\\"}\",\"fileMap\":{\"62492.pdf\":\"/oss/physical/NASA/2ba18ccc95fcbb55a39cb951ac8c09bc/62492.pdf\",\"data_1745901690238.xlsx\":\"/oss/physical/NASA/2ba18ccc95fcbb55a39cb951ac8c09bc/data_1745901690238.xlsx\"},\"id\":\"2ba18ccc95fcbb55a39cb951ac8c09bc\",\"manufacturer\":\"HP/NASA VLSI Design\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 12:41\"}]', null, '8', null, '2025-04-29 12:41:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917076975679410177', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OPA2347\",\"deviceName\":\"OPA2347\",\"deviceType\":\"放大器\",\"experimentDate\":\"10/7/2002;7/25/2003\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9ee1b0eec5413c840a99ed33f6cd47b0/data.xlsx\\\",\\\"T100202_OPA2347.pdf\\\":\\\"/oss/physical/NASA/9ee1b0eec5413c840a99ed33f6cd47b0/T100202_OPA2347.pdf\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/9ee1b0eec5413c840a99ed33f6cd47b0/NSREC03_W10.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/9ee1b0eec5413c840a99ed33f6cd47b0/data.xlsx\",\"T100202_OPA2347.pdf\":\"/oss/physical/NASA/9ee1b0eec5413c840a99ed33f6cd47b0/T100202_OPA2347.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/9ee1b0eec5413c840a99ed33f6cd47b0/NSREC03_W10.pdf\"},\"id\":\"9ee1b0eec5413c840a99ed33f6cd47b0\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:42\"}]', null, '18', null, '2025-04-29 12:42:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917077274045419522', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OPA2107SM\",\"deviceName\":\"OPA2107SM\",\"deviceType\":\"放大器\",\"experimentDate\":\"6/4/1991\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-91-375.pdf\\\":\\\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/PPM-91-375.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data.xlsx\\\"}\",\"fileMap\":{\"PPM-91-375.pdf\":\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/PPM-91-375.pdf\",\"data.xlsx\":\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data.xlsx\"},\"id\":\"45c7eac5af767a4fc20f549552aa3ea9\",\"manufacturer\":\"Burr-Brown\",\"totalCountLhs\":91,\"totalCountNasa\":7,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:43\"}]', null, '6', null, '2025-04-29 12:43:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917077495752134658', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OPA128\",\"deviceName\":\"OPA128\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2015June\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/45b653fd7eaf0ef6a3d7c82806d931aa/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/45b653fd7eaf0ef6a3d7c82806d931aa/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/45b653fd7eaf0ef6a3d7c82806d931aa/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/45b653fd7eaf0ef6a3d7c82806d931aa/data.xlsx\"},\"id\":\"45b653fd7eaf0ef6a3d7c82806d931aa\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:44\"}]', null, '5', null, '2025-04-29 12:44:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917077725000208385', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OPA128\",\"deviceName\":\"OPA128\",\"deviceType\":\"放大器\",\"experimentDate\":\"2/24/2004\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/data.xlsx\\\",\\\"T022404_IFN423_OPA128.pdf\\\":\\\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/T022404_IFN423_OPA128.pdf\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/data.xlsx\",\"T022404_IFN423_OPA128.pdf\":\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/T022404_IFN423_OPA128.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/nsrec05_W5.pdf\"},\"id\":\"a3254f82479e823b398277fe37eedce2\",\"manufacturer\":\"Burr-Brown\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:45\"}]', null, '7', null, '2025-04-29 12:45:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917077875718328322', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 12:45\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7269AU1RH\",\"experimentDate\":\"2023.3.20\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-56_1745901954810.pdf,/oss/physical/temp/KC-2023-SB-H771-56_1745901954719.xlsx,/oss/physical/temp/KC-2023-SB-H771-56测试数据_1745901954809.pdf\",\"id\":\"1917077875701551106\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-29 12:45:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917078048418795521', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OPA111VM/883B\",\"deviceName\":\"OPA111VM/883B\",\"deviceType\":\"放大器\",\"experimentDate\":\"2/10/1993\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-93-031.pdf\\\":\\\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/PPM-93-031.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data.xlsx\\\"}\",\"fileMap\":{\"PPM-93-031.pdf\":\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/PPM-93-031.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data.xlsx\"},\"id\":\"d814e851e2131d223642c7672c838150\",\"manufacturer\":\"Burr-Brown\",\"totalCountLhs\":126,\"totalCountNasa\":9,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 12:46\"}]', null, '5', null, '2025-04-29 12:46:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917078071613296642', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 12:46\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JLQ-22\",\"experimentDate\":\"2022.0 4.27\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2002-SB-H771-79_1745901993142.xlsx,/oss/physical/temp/771原始数据1_1745902001614.zip,/oss/physical/temp/771大纲3_1745902003805.zip\",\"id\":\"1917078071588130817\",\"manufacturer\":\"航天771所\",\"name\":\"JLQ-22型辐射加固四路双导通驱动器\",\"totalCountLhs\":20,\"totalCountXhy\":20,\"type\":\"专用集成电路\"}]', null, '8', null, '2025-04-29 12:46:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917078422080950274', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十九所\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-29 12:48\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OEG16-S02-01/02\",\"experimentDate\":\"2023.9.27-2023.11.28\",\"experimentUser\":\"张天成\",\"id\":\"1917078422064173058\",\"manufacturer\":\"中航光电科技股份有限公司\",\"name\":\"2×2光开关组件\",\"type\":\"光电子器件\"}]', null, '4', null, '2025-04-29 12:48:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917078569124859906', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0646A; 13-010\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP471\",\"deviceName\":\"OP471\",\"deviceType\":\"晶体管\",\"experimentDate\":\"4/3/2013\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/c180d8b84a3291a4834271b8a958c088/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c180d8b84a3291a4834271b8a958c088/data.xlsx\\\",\\\"电离总剂量效应-副本-副本(2)-副本_1745902119189.xlsx\\\":\\\"/oss/physical/NASA/c180d8b84a3291a4834271b8a958c088/电离总剂量效应-副本-副本(2)-副本_1745902119189.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/c180d8b84a3291a4834271b8a958c088/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c180d8b84a3291a4834271b8a958c088/data.xlsx\",\"电离总剂量效应-副本-副本(2)-副本_1745902119189.xlsx\":\"/oss/physical/NASA/c180d8b84a3291a4834271b8a958c088/电离总剂量效应-副本-副本(2)-副本_1745902119189.xlsx\"},\"id\":\"c180d8b84a3291a4834271b8a958c088\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 12:48\"}]', null, '8', null, '2025-04-29 12:48:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917078806908342273', '2', '历史一期记录-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十九所\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OEG16-S02-01/02\",\"experimentDate\":\"2023.9.27-2023.11.28\",\"experimentUser\":\"张天成\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-088_1745902177219.pdf\",\"id\":\"1917078422064173058\",\"manufacturer\":\"中航光电科技股份有限公司\",\"name\":\"2×2光开关组件\",\"type\":\"光电子器件\",\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-29 12:49\"}]', null, '5', null, '2025-04-29 12:49:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917078931718246401', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 12:50\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7390T2RH\",\"experimentDate\":\"2023.3.20\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-57_1745902208009.pdf,/oss/physical/temp/KC-2023-SB-H771-57_1745902207909.xlsx,/oss/physical/temp/KC-2023-SB-H771-57测试数据_1745902208006.pdf\",\"id\":\"1917078931701469186\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":264,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-29 12:50:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917078937674158082', '2', '历史一期记录-添加', '2', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"xieyongzhi\",\"createTime\":\"2025-04-29 12:50\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-100/SP,LDCD/100W-15-120U/SP,LDCD/100-5R-15/SP,LDCD/100-5R-30-SP,LDCD/(20-50)-5R-12F/SP,LDCD/100-5-100H/SP,LDC010505SRH,LDC052812DRH,LOR2805S,LHF+2805SF-CH,LTR2805SF-CH\",\"experimentDate\":\"2023.11.8-2023.11.15\",\"experimentUser\":\"杨思妮、向宇塘\",\"id\":\"1917078937657380866\",\"manufacturer\":\"771所\",\"name\":\"DC/DC变换器\",\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-29 12:50:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917079021702844417', '2', '历史一期记录-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7390T2RH\",\"experimentDate\":\"2023.3.20\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-57_1745902208009.pdf,/oss/physical/temp/KC-2023-SB-H771-57_1745902207909.xlsx,/oss/physical/temp/KC-2023-SB-H771-57测试数据_1745902208006.pdf\",\"id\":\"1917078931701469186\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":264,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 12:50\"}]', null, '9', null, '2025-04-29 12:50:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917079672050651137', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1419A, 15-032\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP470\",\"deviceName\":\"OP470\",\"deviceType\":\"晶体管\",\"experimentDate\":\"9/24/1997;6/2/2015\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/data.xlsx\\\",\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"PPM-97-035.pdf\\\":\\\"/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/PPM-97-035.pdf\\\",\\\"单粒子效应-副本(2)_1745902385063.xlsx\\\":\\\"/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/单粒子效应-副本(2)_1745902385063.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"PPM-97-035.pdf\":\"/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/PPM-97-035.pdf\",\"单粒子效应-副本(2)_1745902385063.xlsx\":\"/oss/physical/NASA/4ea5bade7b6204d3afe81655af003313/单粒子效应-副本(2)_1745902385063.xlsx\"},\"id\":\"4ea5bade7b6204d3afe81655af003313\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 12:53\"}]', null, '6', null, '2025-04-29 12:53:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917080167536365570', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"16 bit shift register\",\"deviceMode\":\"RS Encoder\",\"deviceName\":\"RS Encoder\",\"deviceType\":\"Miscellaneous\",\"experimentDate\":\"2/13/1992;12/19/1991\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"21392.pdf\\\":\\\"/oss/physical/NASA/92cb612765347db03f13c118004513b8/21392.pdf\\\",\\\"121991.pdf\\\":\\\"/oss/physical/NASA/92cb612765347db03f13c118004513b8/121991.pdf\\\",\\\"data_1745902502941.xlsx\\\":\\\"/oss/physical/NASA/92cb612765347db03f13c118004513b8/data_1745902502941.xlsx\\\"}\",\"fileMap\":{\"21392.pdf\":\"/oss/physical/NASA/92cb612765347db03f13c118004513b8/21392.pdf\",\"121991.pdf\":\"/oss/physical/NASA/92cb612765347db03f13c118004513b8/121991.pdf\",\"data_1745902502941.xlsx\":\"/oss/physical/NASA/92cb612765347db03f13c118004513b8/data_1745902502941.xlsx\"},\"id\":\"92cb612765347db03f13c118004513b8\",\"manufacturer\":\"HP\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 12:55\"}]', null, '8', null, '2025-04-29 12:55:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917080320460689410', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 12:55\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7382T2RH\",\"experimentDate\":\"2023.3.20\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-58_1745902539132.pdf,/oss/physical/temp/KC-2023-SB-H771-58_1745902539052.xlsx,/oss/physical/temp/KC-2023-SB-H771-58测试数据_1745902539118.pdf\",\"id\":\"1917080320439717890\",\"manufacturer\":\"771所\",\"name\":\"半导体分立器件\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-29 12:55:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917081080686678018', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9812A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP467\",\"deviceName\":\"OP467\",\"deviceType\":\"放大器\",\"experimentDate\":\"11/3/1998;6/10/1997\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"PPM-97-021.pdf\\\":\\\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/PPM-97-021.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/data.xlsx\\\",\\\"PPM-99-004.pdf\\\":\\\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/PPM-99-004.pdf\\\",\\\"电离总剂量效应-(3)_1745902720847.xlsx\\\":\\\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/电离总剂量效应-(3)_1745902720847.xlsx\\\"}\",\"fileMap\":{\"PPM-97-021.pdf\":\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/PPM-97-021.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/data.xlsx\",\"PPM-99-004.pdf\":\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/PPM-99-004.pdf\",\"电离总剂量效应-(3)_1745902720847.xlsx\":\"/oss/physical/NASA/4a4d13feef95eaf4d9e3a7a52d59d53e/电离总剂量效应-(3)_1745902720847.xlsx\"},\"id\":\"4a4d13feef95eaf4d9e3a7a52d59d53e\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 12:58\"}]', null, '9', null, '2025-04-29 12:58:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917081146390450177', '2', '历史一期记录-添加', '2', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"西安威朗科技有限公司\",\"createBy\":\"xieyongzhi\",\"createTime\":\"2025-04-29 12:58\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"西安威朗科技有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LWE01,LWR03-2510A,LWR01-0010A,LWF01-2538,LWF03-2550\",\"experimentDate\":\"2023.8.3\",\"experimentUser\":\"李瑞\",\"id\":\"1917081146373672961\",\"manufacturer\":\"西安威朗科技有限公司\",\"name\":\"电磁快反镜\",\"type\":\"线圈、变压器和磁性元件\"}]', null, '4', null, '2025-04-29 12:58:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917081288216645633', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9234\",\"deviceFunction\":\"8 bit A/D Converter\",\"deviceMode\":\"RP7820\",\"deviceName\":\"RP7820\",\"deviceType\":\"ADC\",\"experimentDate\":\"12/7/1994\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/data.xlsx\\\",\\\"PPM-95-107.pdf\\\":\\\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/PPM-95-107.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/data.xlsx\",\"PPM-95-107.pdf\":\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/PPM-95-107.pdf\"},\"id\":\"2373469b1fd504ab4b1766c57b02e331\",\"manufacturer\":\"SEi\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 12:59\"}]', null, '8', null, '2025-04-29 12:59:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917081585773154305', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 13:00\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"54HC123\",\"experimentDate\":\"2023.3.20-2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-59_1745902841016.pdf\",\"id\":\"1917081585743794177\",\"manufacturer\":\"771所\",\"name\":\"KC-2023-SB-H771-59\",\"totalCountLhs\":56,\"totalCountXhy\":1,\"type\":\"振荡器\"}]', null, '8', null, '2025-04-29 13:00:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917082121612267521', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9023\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP43AJ/883\",\"deviceName\":\"OP43AJ/883\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"5/29/1991\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/data.xlsx\\\",\\\"PPM-91-363.pdf\\\":\\\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/PPM-91-363.pdf\\\",\\\"电离总剂量效应-(4)_1745902967917.xlsx\\\":\\\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/电离总剂量效应-(4)_1745902967917.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/data.xlsx\",\"PPM-91-363.pdf\":\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/PPM-91-363.pdf\",\"电离总剂量效应-(4)_1745902967917.xlsx\":\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/电离总剂量效应-(4)_1745902967917.xlsx\"},\"id\":\"78a484a3e38296afb987e2670cacd3d1\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 13:02\"}]', null, '8', null, '2025-04-29 13:02:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917082169884512257', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9023\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP43AJ/883\",\"deviceName\":\"OP43AJ/883\",\"deviceType\":\"放大器\",\"experimentDate\":\"5/29/1991\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/data.xlsx\\\",\\\"PPM-91-363.pdf\\\":\\\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/PPM-91-363.pdf\\\",\\\"电离总剂量效应-(4)_1745902967917.xlsx\\\":\\\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/电离总剂量效应-(4)_1745902967917.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/data.xlsx\",\"PPM-91-363.pdf\":\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/PPM-91-363.pdf\",\"电离总剂量效应-(4)_1745902967917.xlsx\":\"/oss/physical/NASA/78a484a3e38296afb987e2670cacd3d1/电离总剂量效应-(4)_1745902967917.xlsx\"},\"id\":\"78a484a3e38296afb987e2670cacd3d1\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 13:03\"}]', null, '5', null, '2025-04-29 13:03:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917082597397336065', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9212\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP43AJ/883\",\"deviceName\":\"OP43AJ/883\",\"deviceType\":\"放大器\",\"experimentDate\":\"3/3/1993\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"PPM-93-040.pdf\\\":\\\"/oss/physical/NASA/86c935e89531aa6808ddfb5da4fc1647/PPM-93-040.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/86c935e89531aa6808ddfb5da4fc1647/data.xlsx\\\",\\\"电离总剂量效应-(5)_1745903082151.xlsx\\\":\\\"/oss/physical/NASA/86c935e89531aa6808ddfb5da4fc1647/电离总剂量效应-(5)_1745903082151.xlsx\\\"}\",\"fileMap\":{\"PPM-93-040.pdf\":\"/oss/physical/NASA/86c935e89531aa6808ddfb5da4fc1647/PPM-93-040.pdf\",\"data.xlsx\":\"/oss/physical/NASA/86c935e89531aa6808ddfb5da4fc1647/data.xlsx\",\"电离总剂量效应-(5)_1745903082151.xlsx\":\"/oss/physical/NASA/86c935e89531aa6808ddfb5da4fc1647/电离总剂量效应-(5)_1745903082151.xlsx\"},\"id\":\"86c935e89531aa6808ddfb5da4fc1647\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 13:04\"}]', null, '9', null, '2025-04-29 13:04:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917083122230595585', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 13:06\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHKF12014T01D\",\"experimentDate\":\"2023.3.21-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-60_1745903206842.pdf,/oss/physical/temp/KC-2023-SB-H771-60_1745903206700.xlsx,/oss/physical/temp/KC-2023-SB-H771-60测试数据_1745903206866.pdf\",\"id\":\"1917083122197041153\",\"manufacturer\":\"771所\",\"name\":\"无刷电机功率驱动器电路\",\"totalCountLhs\":128,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '8', null, '2025-04-29 13:06:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917083327415947265', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安威朗科技有限公司\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"西安威朗科技有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LWE01,LWR03-2510A,LWR01-0010A,LWF01-2538,LWF03-2550\",\"experimentDate\":\"2023.8.3\",\"experimentUser\":\"李瑞\",\"id\":\"1917081146373672961\",\"manufacturer\":\"西安威朗科技有限公司\",\"name\":\"电磁快反镜\",\"totalCountLhs\":34,\"totalCountXhy\":8,\"type\":\"线圈、变压器和磁性元件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 13:07\"}]', null, '9', null, '2025-04-29 13:07:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917083439399669762', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9234\",\"deviceFunction\":\"8 bit A/D Converter\",\"deviceMode\":\"RP7820\",\"deviceName\":\"RP7820\",\"deviceType\":\"ADC\",\"experimentDate\":\"12/7/1994\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"PPM-95-107.pdf\\\":\\\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/PPM-95-107.pdf\\\",\\\"data_1745903283432.xlsx\\\":\\\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/data_1745903283432.xlsx\\\"}\",\"fileMap\":{\"PPM-95-107.pdf\":\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/PPM-95-107.pdf\",\"data_1745903283432.xlsx\":\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/data_1745903283432.xlsx\"},\"id\":\"2373469b1fd504ab4b1766c57b02e331\",\"manufacturer\":\"SEi\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 13:08\"}]', null, '8', null, '2025-04-29 13:08:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917083670774255617', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"2C0345G\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP42AZ\",\"deviceName\":\"OP42AZ\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"1/2005\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"nsrec05_W23.pdf\\\":\\\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/nsrec05_W23.pdf\\\",\\\"G05JAN_OP42_TID.pdf\\\":\\\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/G05JAN_OP42_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/data.xlsx\\\",\\\"电离总剂量效应-(6)_1745903337745.xlsx\\\":\\\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/电离总剂量效应-(6)_1745903337745.xlsx\\\"}\",\"fileMap\":{\"nsrec05_W23.pdf\":\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/nsrec05_W23.pdf\",\"G05JAN_OP42_TID.pdf\":\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/G05JAN_OP42_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/data.xlsx\",\"电离总剂量效应-(6)_1745903337745.xlsx\":\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/电离总剂量效应-(6)_1745903337745.xlsx\"},\"id\":\"3da6ea01fb0377c7f1e581fdc486b2fb\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 13:08\"}]', null, '9', null, '2025-04-29 13:08:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917083691309568001', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"2C0345G\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP42AZ\",\"deviceName\":\"OP42AZ\",\"deviceType\":\"放大器\",\"experimentDate\":\"1/2005\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"电离总剂量效应-(6)_1745903337745.xlsx\\\":\\\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/电离总剂量效应-(6)_1745903337745.xlsx\\\",\\\"nsrec05_W23.pdf\\\":\\\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/nsrec05_W23.pdf\\\",\\\"G05JAN_OP42_TID.pdf\\\":\\\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/G05JAN_OP42_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/data.xlsx\\\"}\",\"fileMap\":{\"电离总剂量效应-(6)_1745903337745.xlsx\":\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/电离总剂量效应-(6)_1745903337745.xlsx\",\"nsrec05_W23.pdf\":\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/nsrec05_W23.pdf\",\"G05JAN_OP42_TID.pdf\":\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/G05JAN_OP42_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3da6ea01fb0377c7f1e581fdc486b2fb/data.xlsx\"},\"id\":\"3da6ea01fb0377c7f1e581fdc486b2fb\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 13:09\"}]', null, '9', null, '2025-04-29 13:09:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917084066632667137', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-100/SP,LDCD/100W-15-120U/SP,LDCD/100-5R-15/SP,LDCD/100-5R-30-SP,LDCD/(20-50)-5R-12F/SP,LDCD/100-5-100H/SP,LDC010505SRH,LDC052812DRH,LOR2805S,LHF+2805SF-CH,LTR2805SF-CH\",\"experimentDate\":\"2023.11.8-2023.11.15\",\"experimentUser\":\"杨思妮、向宇塘\",\"id\":\"1917078937657380866\",\"manufacturer\":\"771所\",\"name\":\"DC/DC变换器\",\"totalCountLhs\":112,\"totalCountXhy\":16,\"type\":\"模拟集成电路\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 13:10\"}]', null, '29', null, '2025-04-29 13:10:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917084671677796353', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9617\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP420\",\"deviceName\":\"OP420\",\"deviceType\":\"放大器\",\"experimentDate\":\"4/5/1997\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"PPM-97-012.pdf\\\":\\\"/oss/physical/NASA/e5f7eafa630bb5dc45622a07325c3ebd/PPM-97-012.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e5f7eafa630bb5dc45622a07325c3ebd/data.xlsx\\\",\\\"电离总剂量效应-(7)_1745903577340.xlsx\\\":\\\"/oss/physical/NASA/e5f7eafa630bb5dc45622a07325c3ebd/电离总剂量效应-(7)_1745903577340.xlsx\\\"}\",\"fileMap\":{\"PPM-97-012.pdf\":\"/oss/physical/NASA/e5f7eafa630bb5dc45622a07325c3ebd/PPM-97-012.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e5f7eafa630bb5dc45622a07325c3ebd/data.xlsx\",\"电离总剂量效应-(7)_1745903577340.xlsx\":\"/oss/physical/NASA/e5f7eafa630bb5dc45622a07325c3ebd/电离总剂量效应-(7)_1745903577340.xlsx\"},\"id\":\"e5f7eafa630bb5dc45622a07325c3ebd\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 13:12\"}]', null, '6', null, '2025-04-29 13:12:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917084793992089601', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"国科学院上海微系统与信息技术研究所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"国科学院上海微系统与信息技术研究所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"DSOI-P,DSOI-N-1,DSOI-N-2\",\"experimentDate\":\"2023.12.01-2023.12.08\",\"experimentUser\":\"孙梦君\",\"id\":\"1917076746552971265\",\"manufacturer\":\"中国科学院上海微系统与信息技术研究所\",\"name\":\"SOI器件\",\"totalCountLhs\":88,\"totalCountXhy\":11,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 13:13\"}]', null, '5', null, '2025-04-29 13:13:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917085190932631553', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电44所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电44所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GT322D-60-SM-FC/APC\",\"experimentDate\":\"2024.5.30\",\"experimentUser\":\"孙梦君\",\"id\":\"1917073035214688258\",\"manufacturer\":\"中电科44所\",\"name\":\"光电探测器\",\"totalCountLhs\":5,\"totalCountXhy\":5,\"type\":\"光电子器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 13:15\"}]', null, '28', null, '2025-04-29 13:15:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917085207462383618', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 13:15\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LMSK4310U\",\"experimentDate\":\"2023.3.21-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-61_1745903703038.pdf,/oss/physical/temp/KC-2023-SB-H771-61_1745903702933.xlsx,/oss/physical/temp/KC-2023-SB-H771-61测试数据_1745903702984.pdf\",\"id\":\"1917085207445606402\",\"manufacturer\":\"771所\",\"name\":\"无刷电机功率驱动器电路\",\"totalCountLhs\":200,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-29 13:15:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917085517643747330', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"复远芯(上海)科技有限公司\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"复远芯(上海)科技有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SiMU9000-IIR\",\"experimentDate\":\"2024.9.2-2024.9.5\",\"experimentUser\":\"李坤芳\",\"id\":\"1917070499397210113\",\"manufacturer\":\"复远芯(上海)科技有限公司\",\"name\":\"惯导单元\",\"totalCountLhs\":3,\"totalCountXhy\":3,\"type\":\"模拟集成电路\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 13:16\"}]', null, '7', null, '2025-04-29 13:16:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917085530746753026', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 13:16\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LJH04\",\"experimentDate\":\"2022.0 4.27\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771原始数据1_1745903775796.zip,/oss/physical/temp/771大纲3_1745903778184.zip,/oss/physical/temp/KC-2002-SB-H771-73_1745903782156.xlsx\",\"id\":\"1917085530713198593\",\"manufacturer\":\"航天771所\",\"name\":\"空间飞行器用锂离子蓄电池单体均衡电路LJH04\",\"totalCountLhs\":2,\"totalCountXhy\":2,\"type\":\"专用集成电路\"}]', null, '8', null, '2025-04-29 13:16:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917086038106542081', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国空间技术研究西安分院天线所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中国空间技术研究西安分院天线所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RA26BVA200B30V,RA26BVA209B30V,KD-20\",\"experimentDate\":\"2020\",\"experimentUser\":\"梁晓雯、任李贤\",\"id\":\"1917068992056627201\",\"manufacturer\":\"504所\",\"name\":\"光栅读数头,发光芯片组件\",\"totalCountLhs\":85,\"totalCountXhy\":17,\"type\":\"光电子器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 13:18\"}]', null, '8', null, '2025-04-29 13:18:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917086038249148418', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0223、9750、0223A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP42\",\"deviceName\":\"OP42\",\"deviceType\":\"晶体管\",\"experimentDate\":\"8/11/2002;7/25/2003;2006\",\"experimentUser\":\"薛彬睿\",\"id\":\"804722830b21f662f15d7a95b752a47a\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":64,\"totalCountNasa\":4,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 13:18\"}]', null, '5', null, '2025-04-29 13:18:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917086060852252674', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OPA111VM/883B\",\"deviceName\":\"OPA111VM/883B\",\"deviceType\":\"放大器\",\"experimentDate\":\"2/10/1993\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-93-031.pdf\\\":\\\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/PPM-93-031.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data.xlsx\\\",\\\"data_opa11vm_1745903906046.xlsx\\\":\\\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data_opa11vm_1745903906046.xlsx\\\"}\",\"fileMap\":{\"PPM-93-031.pdf\":\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/PPM-93-031.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data.xlsx\",\"data_opa11vm_1745903906046.xlsx\":\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data_opa11vm_1745903906046.xlsx\"},\"id\":\"d814e851e2131d223642c7672c838150\",\"manufacturer\":\"Burr-Brown\",\"totalCountLhs\":126,\"totalCountNasa\":9,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 13:18\"}]', null, '5', null, '2025-04-29 13:18:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917086112362500098', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LED\",\"deviceMode\":\"OD880WJ\",\"deviceName\":\"OD880WJ\",\"deviceType\":\"Photonics\",\"experimentDate\":\"9/3/1997;7/20/1998\",\"fileList\":\"{\\\"i090397.pdf\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/i090397.pdf\\\",\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/data.xlsx\\\"}\",\"fileMap\":{\"i090397.pdf\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/i090397.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/data.xlsx\"},\"id\":\"c904f8be527b71a65af52c79e35a0070\",\"manufacturer\":\"Optodiode\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 13:18\"}]', null, '5', null, '2025-04-29 13:18:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917086412783718401', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0348,0343\",\"deviceFunction\":\"Power Controller\",\"deviceMode\":\"RP21005\",\"deviceName\":\"RP21005\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"12/18/2004;2005\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"T121804_RP21005.pdf\\\":\\\"/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/T121804_RP21005.pdf\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/nsrec06_W2.pdf\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/nsrec05_W5.pdf\\\",\\\"data_1745903992507.xlsx\\\":\\\"/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/data_1745903992507.xlsx\\\"}\",\"fileMap\":{\"T121804_RP21005.pdf\":\"/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/T121804_RP21005.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/nsrec06_W2.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/nsrec05_W5.pdf\",\"data_1745903992507.xlsx\":\"/oss/physical/NASA/82f6640565183acc73cc280c1e4c3501/data_1745903992507.xlsx\"},\"id\":\"82f6640565183acc73cc280c1e4c3501\",\"manufacturer\":\"Data Device Corporation\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 13:19\"}]', null, '6', null, '2025-04-29 13:19:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917086449777479682', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电44所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电44所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GJ15412Q\",\"experimentDate\":\"2022.7.20\",\"experimentUser\":\"冯皓楠、李潇\",\"id\":\"1917066504955990017\",\"manufacturer\":\"中电44所\",\"name\":\"极窄线宽半导体激光器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"光电子器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 13:20\"}]', null, '5', null, '2025-04-29 13:20:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917086808289808386', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9614A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP400AY\",\"deviceName\":\"OP400AY\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"4/5/1997;10/25/1994\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"PPM-97-013.pdf\\\":\\\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/PPM-97-013.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/data.xlsx\\\",\\\"电离总剂量效应-(9)_1745904086843.xlsx\\\":\\\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/电离总剂量效应-(9)_1745904086843.xlsx\\\"}\",\"fileMap\":{\"PPM-97-013.pdf\":\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/PPM-97-013.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/data.xlsx\",\"电离总剂量效应-(9)_1745904086843.xlsx\":\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/电离总剂量效应-(9)_1745904086843.xlsx\"},\"id\":\"52bfdc08ab393c61ea0133990a6b3f93\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 13:21\"}]', null, '8', null, '2025-04-29 13:21:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917086829072584706', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 13:21\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LHB275\",\"experimentDate\":\"2022.0 4.27\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/771大纲3_1745904083312.zip,/oss/physical/temp/771原始数据1_1745904088106.zip,/oss/physical/temp/KC-2002-SB-H771-62_1745904090505.xlsx\",\"id\":\"1917086829055807490\",\"manufacturer\":\"航天771所\",\"name\":\"混合集成电路LHB275功率开关电路\",\"totalCountLhs\":5,\"totalCountXhy\":5,\"type\":\"混合集成电路\"}]', null, '4', null, '2025-04-29 13:21:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917086838753038337', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9614A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP400AY\",\"deviceName\":\"OP400AY\",\"deviceType\":\"放大器\",\"experimentDate\":\"4/5/1997;10/25/1994\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/data.xlsx\\\",\\\"电离总剂量效应-(9)_1745904086843.xlsx\\\":\\\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/电离总剂量效应-(9)_1745904086843.xlsx\\\",\\\"PPM-97-013.pdf\\\":\\\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/PPM-97-013.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/data.xlsx\",\"电离总剂量效应-(9)_1745904086843.xlsx\":\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/电离总剂量效应-(9)_1745904086843.xlsx\",\"PPM-97-013.pdf\":\"/oss/physical/NASA/52bfdc08ab393c61ea0133990a6b3f93/PPM-97-013.pdf\"},\"id\":\"52bfdc08ab393c61ea0133990a6b3f93\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 13:21\"}]', null, '5', null, '2025-04-29 13:21:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917086939558940674', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电44所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电44所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GD45230Q,GN010,GD45226Q,GD5521Y-155ATF,GD5521Y-1.25ATF,GD5521Y-2.5ATF,GD5521Y-10ATF,GT322D-60-SM-FC/APC,GD3561T,GD3562T,GT322D,GD4780S,GD3561T\",\"experimentDate\":\"2022.6.16\",\"experimentUser\":\"冯皓楠\",\"id\":\"1917065572167946242\",\"manufacturer\":\"中电44所\",\"name\":\"光电探测器\",\"totalCountLhs\":13,\"totalCountXhy\":13,\"type\":\"光电子器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 13:21\"}]', null, '8', null, '2025-04-29 13:21:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917087478808023042', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 13:24\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LMSK4310D\",\"experimentDate\":\"2023.3.21-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-62_1745904242481.pdf,/oss/physical/temp/KC-2023-SB-H771-62_1745904242361.xlsx,/oss/physical/temp/KC-2023-SB-H771-62测试数据_1745904242426.pdf\",\"id\":\"1917087478791245825\",\"manufacturer\":\"771所\",\"name\":\"无刷电机功率驱动器电路\",\"totalCountLhs\":184,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-29 13:24:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917087487225991169', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SGM3001,TPW3111,L580,AER0SEMI\",\"experimentDate\":\"2022.03.16\",\"experimentUser\":\"任李贤\",\"id\":\"1917059258305974274\",\"manufacturer\":\"771所\",\"name\":\"模拟开关电路\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"模拟集成电路\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 13:24\"}]', null, '5', null, '2025-04-29 13:24:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917087760946270209', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.04.21\",\"experimentUser\":\"崔益豪\",\"id\":\"1917056354249576450\",\"manufacturer\":\"中电43所\",\"name\":\"R/D转换器\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 13:25\"}]', null, '4', null, '2025-04-29 13:25:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917088064848760833', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OPA2107SM\",\"deviceName\":\"OPA2107SM\",\"deviceType\":\"放大器\",\"experimentDate\":\"6/4/1991\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-91-375.pdf\\\":\\\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/PPM-91-375.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data.xlsx\\\",\\\"data_opa2107sm_1745904384356.xlsx\\\":\\\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data_opa2107sm_1745904384356.xlsx\\\"}\",\"fileMap\":{\"PPM-91-375.pdf\":\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/PPM-91-375.pdf\",\"data.xlsx\":\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data.xlsx\",\"data_opa2107sm_1745904384356.xlsx\":\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data_opa2107sm_1745904384356.xlsx\"},\"id\":\"45c7eac5af767a4fc20f549552aa3ea9\",\"manufacturer\":\"Burr-Brown\",\"totalCountLhs\":91,\"totalCountNasa\":7,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 13:26\"}]', null, '5', null, '2025-04-29 13:26:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917088173145690113', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 13:26\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"C4067R型16选1模拟开关\",\"experimentDate\":\"2022.0 4.26~2022.0 4.28\",\"experimentUser\":\"阚永葭\",\"id\":\"1917088173120524290\",\"manufacturer\":\"航天771所\",\"name\":\"C4067R型16选1模拟开关\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"模拟集成电路\"}]', null, '6', null, '2025-04-29 13:26:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917088252422230017', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP400\",\"deviceName\":\"OP400\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/b6a253357c45b4a69bae8817cb616524/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b6a253357c45b4a69bae8817cb616524/data.xlsx\\\",\\\"单粒子效应-(3)_1745904371194.xlsx\\\":\\\"/oss/physical/NASA/b6a253357c45b4a69bae8817cb616524/单粒子效应-(3)_1745904371194.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/b6a253357c45b4a69bae8817cb616524/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b6a253357c45b4a69bae8817cb616524/data.xlsx\",\"单粒子效应-(3)_1745904371194.xlsx\":\"/oss/physical/NASA/b6a253357c45b4a69bae8817cb616524/单粒子效应-(3)_1745904371194.xlsx\"},\"id\":\"b6a253357c45b4a69bae8817cb616524\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 13:27\"}]', null, '5', null, '2025-04-29 13:27:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917089652359270402', '2', '历史一期记录-添加', '2', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天771所\",\"createBy\":\"chenwenzhuo\",\"createTime\":\"2025-04-29 13:32\",\"dataEntry\":\"陈文卓\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LFE100-461-300型抗辐照EMI滤波器\",\"experimentDate\":\"2022.0 4.28~2022.0 5.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2002-SB-H771-94_1745904757563.xlsx,/oss/physical/temp/771大纲3_1745904761648.zip\",\"id\":\"1917089652325715969\",\"manufacturer\":\"航天771所\",\"name\":\"LFE100-461-300型抗辐照EMI滤波器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"有源滤波器\"}]', null, '9', null, '2025-04-29 13:32:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917091841542688770', '1', '用户名: chenpan,登录成功!', null, 'chenpan', '陈攀', '119.78.164.165', null, null, null, null, '0', null, '2025-04-29 13:41:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917096030205349890', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"长光卫星技术股份有限公司 光电成像技术第一研究室\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 13:58\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GMAX3265-BVM-HUT-BUI\",\"experimentDate\":\"2024.11.26-2024.11.27\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-194_1745906282703.pdf\",\"id\":\"1917096030188572673\",\"manufacturer\":\"长光辰芯\",\"name\":\"KC-2024-JL-194\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\"}]', null, '4', null, '2025-04-29 13:58:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917100786831298562', '1', '用户名: liujunling,登录成功!', null, 'liujunling', '刘俊灵', '119.78.164.172', null, null, null, null, '0', null, '2025-04-29 14:17:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917101098367422466', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 14:18\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-15R-5/SP\",\"experimentDate\":\"2023.3.9-2023.3.31\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-63_1745907492826.pdf,/oss/physical/temp/KC-2023-SB-H771-63_1745907492610.xlsx,/oss/physical/temp/KC-2023-SB-H771-63测试数据_1745907492840.pdf\",\"id\":\"1917101098342256641\",\"manufacturer\":\"771所\",\"name\":\"DCDC变换器\",\"totalCountLhs\":176,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '7', null, '2025-04-29 14:18:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917102827330834433', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 14:25\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-12-30F/D1\",\"experimentDate\":\"2023.3.9-2023.3.31\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-64_1745907904995.pdf,/oss/physical/temp/KC-2023-SB-H771-64_1745907904853.xlsx,/oss/physical/temp/KC-2023-SB-H771-64测试数据_1745907905014.pdf\",\"id\":\"1917102827305668609\",\"manufacturer\":\"771所\",\"name\":\"DCDC变换器\",\"totalCountLhs\":192,\"totalCountXhy\":2,\"type\":\"电源变化器\"}]', null, '7', null, '2025-04-29 14:25:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917104257580109825', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 14:30\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-12F/D1\",\"experimentDate\":\"2023.3.9-2023.3.31\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-65_1745908245679.pdf,/oss/physical/temp/KC-2023-SB-H771-65_1745908245530.xlsx,/oss/physical/temp/KC-2023-SB-H771-65测试数据_1745908245680.pdf\",\"id\":\"1917104257546555393\",\"manufacturer\":\"771所\",\"name\":\"DCDC变换器\",\"totalCountLhs\":192,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '8', null, '2025-04-29 14:30:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917105688294952961', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 14:36\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-15-30F/SP\",\"experimentDate\":\"2023.3.9-2023.3.31\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-66_1745908587108.pdf,/oss/physical/temp/KC-2023-SB-H771-66_1745908586955.xlsx,/oss/physical/temp/KC-2023-SB-H771-66测试数据_1745908587123.pdf\",\"id\":\"1917105688269787137\",\"manufacturer\":\"771所\",\"name\":\"DCDC变换器\",\"totalCountLhs\":184,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '7', null, '2025-04-29 14:36:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917107188010291201', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 14:42\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-15-15F/D1\",\"experimentDate\":\"2023.3.9-2023.3.31\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-67_1745908944477.pdf,/oss/physical/temp/KC-2023-SB-H771-67_1745908944318.xlsx,/oss/physical/temp/KC-2023-SB-H771-67测试数据_1745908944490.pdf\",\"id\":\"1917107187993513986\",\"manufacturer\":\"771所\",\"name\":\"DCDC变换器\",\"totalCountLhs\":192,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '4', null, '2025-04-29 14:42:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917108812275486721', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 14:48\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-12-60F/SP\",\"experimentDate\":\"2023.3.9-2023.3.31\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-68_1745909331782.pdf,/oss/physical/temp/KC-2023-SB-H771-68_1745909331566.xlsx,/oss/physical/temp/KC-2023-SB-H771-68测试数据_1745909331858.pdf\",\"id\":\"1917108812250320897\",\"manufacturer\":\"771所\",\"name\":\"DCDC变换器\",\"totalCountLhs\":184,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '7', null, '2025-04-29 14:48:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917110385575694337', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 14:55\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-1R2-15F/SP\",\"experimentDate\":\"2023.3.9-2023.3.9\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-69_1745909707153.pdf,/oss/physical/temp/KC-2023-SB-H771-69_1745909706942.xlsx,/oss/physical/temp/KC-2023-SB-H771-69测试数据_1745909707111.pdf\",\"id\":\"1917110385550528514\",\"manufacturer\":\"771所\",\"name\":\"DCDC变换器\",\"totalCountLhs\":184,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '5', null, '2025-04-29 14:55:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917111554695991297', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 14:59\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"54HC08\",\"experimentDate\":\"2023.3.20-2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-72_1745909985636.pdf\",\"id\":\"1917111554679214082\",\"manufacturer\":\"771所\",\"name\":\"KC-2023-SB-H771-72\",\"totalCountLhs\":220,\"totalCountXhy\":1,\"type\":\"集成电路附件\"}]', null, '4', null, '2025-04-29 14:59:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917112300246110210', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 15:02\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"54HC14\",\"experimentDate\":\"2023.3.20-2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-73_1745910163322.pdf\",\"id\":\"1917112300220944386\",\"manufacturer\":\"771所\",\"name\":\"KC-2023-SB-H771-73\",\"totalCountLhs\":286,\"totalCountXhy\":1,\"type\":\"集成电路附件\"}]', null, '8', null, '2025-04-29 15:02:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917113891791540226', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 15:09\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OP27A\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-74_1745910542272.pdf,/oss/physical/temp/KC-2023-SB-H771-74_1745910542176.xlsx,/oss/physical/temp/KC-2023-SB-H771-74测试数据_1745910542306.pdf\",\"id\":\"1917113891774763009\",\"manufacturer\":\"771所\",\"name\":\"运算放大器\",\"totalCountLhs\":280,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '6', null, '2025-04-29 15:09:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917113988377972737', '1', '用户名: chenpan,登录成功!', null, 'chenpan', '陈攀', '119.78.164.165', null, null, null, null, '0', null, '2025-04-29 15:09:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917114015812915202', '1', '用户名: zhangchenyu,登录成功!', null, 'zhangchenyu', '张晨宇', '119.78.164.169', null, null, null, null, '0', null, '2025-04-29 15:09:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917114311683313666', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安电子科技大学\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"西安电子科技大学\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LED、PDSOI\",\"experimentDate\":\"2023.9.25\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-087_1745910597340.rar\",\"id\":\"1917068074250637314\",\"manufacturer\":\"西安电子科技大学\",\"name\":\"PDSOI、AlGaN基LED器件\",\"totalCountLhs\":45,\"totalCountXhy\":26,\"type\":\"光电子器件\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 15:10\"}]', null, '9', null, '2025-04-29 15:10:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917115731673321473', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"济南市半导体元件实验所\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"济南市半导体元件实验所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3DA5667、3DK2222\",\"experimentDate\":\"2023.4.24\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-040_1745910851710.rar\",\"id\":\"1917065962045280258\",\"manufacturer\":\"济南市半导体元件实验所\",\"name\":\"大功率开关晶体管\",\"totalCountLhs\":34,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 15:16\"}]', null, '7', null, '2025-04-29 15:16:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917115744298176514', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 15:16\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OP07A\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-75_1745910984544.pdf,/oss/physical/temp/KC-2023-SB-H771-75_1745910984425.xlsx,/oss/physical/temp/KC-2023-SB-H771-75测试数据_1745910984577.pdf\",\"id\":\"1917115744205901825\",\"manufacturer\":\"771所\",\"name\":\"运算放大器\",\"totalCountLhs\":144,\"totalCountXhy\":1,\"type\":\"模拟集成电路\"}]', null, '22', null, '2025-04-29 15:16:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917117015247785986', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海微系统与信息技术研究所\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"中国科学院上海微系统与信息技术研究所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"VESOI GAA\",\"experimentDate\":\"2023.8.1\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-071-8_1745911084091.rar\",\"id\":\"1917064873736638465\",\"manufacturer\":\"中国科学院上海微系统与信息技术研究所\",\"name\":\"VESOI\",\"totalCountLhs\":6,\"totalCountXhy\":6,\"type\":\"晶体管\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 15:21\"}]', null, '6', null, '2025-04-29 15:21:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917117434556551169', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 15:23\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LZ3001\",\"experimentDate\":\"2023.3.9-2023.3.29\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-76_1745911387028.pdf,/oss/physical/temp/KC-2023-SB-H771-76_1745911387009.xlsx,/oss/physical/temp/KC-2023-SB-H771-76测试数据_1745911387137.pdf\",\"id\":\"1917117434531385345\",\"manufacturer\":\"771所\",\"name\":\"脉冲调制器\",\"totalCountLhs\":2088,\"totalCountXhy\":2,\"type\":\"集成电路附件\"}]', null, '5', null, '2025-04-29 15:23:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917118356741394434', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"XX\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 15:26\",\"dataEntry\":\"陈攀\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"MT9805\",\"experimentDate\":\"XX\",\"experimentUser\":\"XX\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-047_1745911605458.pdf\",\"id\":\"1917118356716228609\",\"manufacturer\":\"XX\",\"name\":\"KC-2024-JL-047\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '6', null, '2025-04-29 15:26:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917118763660185601', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 15:28\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5232\",\"experimentDate\":\"2023.3.9-2023.3.16\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-77_1745911704255.pdf,/oss/physical/temp/KC-2023-SB-H771-77_1745911704153.xlsx,/oss/physical/temp/KC-2023-SB-H771-77测试数据_1745911704211.pdf\",\"id\":\"1917118763643408386\",\"manufacturer\":\"771所\",\"name\":\"线性稳压器\",\"totalCountLhs\":64,\"totalCountXhy\":2,\"type\":\"集成电路附件\"}]', null, '5', null, '2025-04-29 15:28:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917118883579531266', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安航天民芯有限公司\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MT9805\",\"experimentDate\":\"2024.04.02-2024.04.27\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-047_1745911605458.pdf\",\"id\":\"1917118356716228609\",\"manufacturer\":\"西安航天民芯有限公司\",\"name\":\"KC-2024-JL-047\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 15:28\"}]', null, '24', null, '2025-04-29 15:28:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917119201595854849', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国航天科技集团公司第五研究院\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"中国航天科技集团公司第五研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CS3075、CS3275\",\"experimentDate\":\"2023.12.28\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-001_1745911798004.pdf\",\"id\":\"1917057780476514306\",\"manufacturer\":\"南京新捷中旭微电子有限公司\",\"name\":\"KC-2024-JL-001\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 15:30\"}]', null, '8', null, '2025-04-29 15:30:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917120092482801665', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"西安航天民芯科技有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 15:33\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MT9805\",\"experimentDate\":\"2024.01.19-2024.01.31\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-010_1745912020253.pdf\",\"id\":\"1917120092449247234\",\"manufacturer\":\"西安航天民芯科技有限公司\",\"name\":\"KC-2024-JL-010\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '8', null, '2025-04-29 15:33:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917120140494999554', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"南京航空航天大学结构强度所\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"南京航空航天大学结构强度所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"外延片、PDMS、硅橡胶、压电陶瓷\",\"experimentDate\":\"2023.8.1\",\"experimentUser\":\"于钢\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-72_1745912025926.pdf\",\"id\":\"1917052381266415618\",\"manufacturer\":\"南京航空航天大学结构强度所\",\"name\":\"KC-2023-JL-72\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 15:33\"}]', null, '5', null, '2025-04-29 15:33:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917120483970748418', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电44所\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"中电44所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GD5280J、GL2110-01\",\"experimentDate\":\"2024.11.6\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-186_1745912114851.pdf\",\"id\":\"1917049436189724673\",\"manufacturer\":\"中电44所\",\"name\":\"KC-2024-JL-186\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 15:35\"}]', null, '7', null, '2025-04-29 15:35:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917121014772502530', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院国家空间科学中心\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"中国科学院国家空间科学中心\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"DRV8871、INA168TPS2421、TMC5130\",\"experimentDate\":\"2024.9.24\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-170_1745912235739.pdf\",\"id\":\"1917047266287521793\",\"manufacturer\":\"中国科学院国家空间科学中心\",\"name\":\"KC-2024-JL-170\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 15:37\"}]', null, '5', null, '2025-04-29 15:37:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917121424467922945', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海空间电源研究所/空间物理电源工程部\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"空间电源研究所/空间物理电源工程部\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"三结砷化镓太阳能电池\",\"experimentDate\":\"2024.8.26\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-164_1745912337470.pdf\",\"id\":\"1917042919180832770\",\"manufacturer\":\"上海空间电源研究所/空间物理电源工程部\",\"name\":\"KC-2024-JL-164\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"太阳能电池\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 15:39\"}]', null, '5', null, '2025-04-29 15:39:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917121856380571649', '1', '用户名: lixuyou,登录成功!', null, 'lixuyou', '李序友', '119.78.164.151', null, null, null, null, '0', null, '2025-04-29 15:40:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917121960529334274', '1', '用户名: chenwenzhuo,登录成功!', null, 'chenwenzhuo', '陈文卓', '119.78.164.162', null, null, null, null, '0', null, '2025-04-29 15:41:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917122045145223169', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-29 15:41:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917122200942645249', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7269AU1RH\",\"experimentDate\":\"2024.05.20-2024.05.23\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-35_1745899380044.xlsx,/oss/physical/temp/KC-2024-JL-081_1745899387874.rar,/oss/physical/temp/KC-2024-SB-H771-35_1745899387394.pdf\",\"id\":\"1917067104787599362\",\"manufacturer\":\"航天771\",\"name\":\"N沟道抗辐射功率场效应晶体管\",\"totalCountLhs\":288,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:42\"}]', null, '8', null, '2025-04-29 15:42:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917122270496788482', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团第二十四研究所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 15:42\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BW1373BMGRH,BW1373AMGRH(SAST),SF091MDRH(SAST),SX620MJRH\",\"experimentDate\":\"2024.05.11-2024.05.15\",\"experimentUser\":\"阚永葭\",\"id\":\"1917122270463234049\",\"manufacturer\":\"中国电子科技集团第二十四研究所\",\"name\":\"KC-2024-JL-075\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路,专用集成电路,放大器,放大器\"}]', null, '8', null, '2025-04-29 15:42:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917122308836921345', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7426T1RH\",\"experimentDate\":\"2024.05.20-2024.05.23\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745899270256.rar,/oss/physical/temp/KC-2024-SB-H771-36_1745899269851.pdf,/oss/physical/temp/KC-2024-SB-H771-36_1745899273989.xlsx\",\"id\":\"1917066624195858433\",\"manufacturer\":\"航天771\",\"name\":\"P沟道抗辐射功率场效应晶体管\",\"totalCountLhs\":264,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:42\"}]', null, '5', null, '2025-04-29 15:42:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917122489410097154', '1', '用户名: luoyongheng,登录成功!', null, 'luoyongheng', '罗永恒', '119.78.164.168', null, null, null, null, '0', null, '2025-04-29 15:43:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917122616241655810', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"128kx8 RAM\",\"deviceMode\":\"OW628128CD\",\"deviceName\":\"OW628128CD\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"6/16/1993\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-93-063.pdf\\\":\\\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/PPM-93-063.pdf\\\",\\\"data_ow_1745912622787.xlsx\\\":\\\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/data_ow_1745912622787.xlsx\\\"}\",\"fileMap\":{\"PPM-93-063.pdf\":\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/PPM-93-063.pdf\",\"data_ow_1745912622787.xlsx\":\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/data_ow_1745912622787.xlsx\"},\"id\":\"b748c3d50bad0baa2a26406973bf384e\",\"manufacturer\":\"Hitachi\",\"totalCountLhs\":88,\"totalCountNasa\":8,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 15:43\"}]', null, '9', null, '2025-04-29 15:43:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917123059285987329', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7586U2RH\",\"experimentDate\":\"2024.05.20-2024.05.23\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-37_1745899205908.xlsx,/oss/physical/temp/KC-2024-JL-081_1745899216010.rar,/oss/physical/temp/KC-2024-SB-H771-37_1745899215731.pdf\",\"id\":\"1917066380661985281\",\"manufacturer\":\"航天771\",\"name\":\"N沟道抗辐射功率场效应晶体管\",\"totalCountLhs\":288,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:45\"}]', null, '7', null, '2025-04-29 15:45:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917123904102699009', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7469U2RH\",\"experimentDate\":\"2024.5.20-2024.05.23\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745899143843.rar,/oss/physical/temp/KC-2024-SB-H771-38_1745899143408.pdf,/oss/physical/temp/KC-2024-SB-H771-38_1745899147641.xlsx\",\"id\":\"1917066093238915074\",\"manufacturer\":\"航天771\",\"name\":\"N沟道抗辐射功率场效应晶体管\",\"totalCountLhs\":264,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:48\"}]', null, '6', null, '2025-04-29 15:48:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917123929633427458', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Delay Line\",\"deviceMode\":\"PE21198\",\"deviceName\":\"Delay Line (Hytek/Pulse Engineering)\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"5/8/1998\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-98-016.pdf\\\":\\\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/PPM-98-016.pdf\\\",\\\"data__1745912935258.xlsx\\\":\\\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/data__1745912935258.xlsx\\\"}\",\"fileMap\":{\"PPM-98-016.pdf\":\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/PPM-98-016.pdf\",\"data__1745912935258.xlsx\":\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/data__1745912935258.xlsx\"},\"id\":\"ae778eca0ad929baa4fb53734e90c694\",\"manufacturer\":\"Pulse Eng\",\"totalCountLhs\":180,\"totalCountNasa\":180,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 15:48\"}]', null, '6', null, '2025-04-29 15:48:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917124143152861186', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7586T1RH\",\"experimentDate\":\"2024.05.20-2024.05.23\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-39_1745899040036.xlsx,/oss/physical/temp/KC-2024-JL-081_1745899049289.rar,/oss/physical/temp/KC-2024-SB-H771-39_1745899048963.pdf\",\"id\":\"1917065686970241026\",\"manufacturer\":\"航天771\",\"name\":\"N沟道抗辐射功率场效应晶体管\",\"totalCountLhs\":42,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:49\"}]', null, '8', null, '2025-04-29 15:49:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917124324766224386', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OP07A\",\"experimentDate\":\"2024.05.23-2024.06.05\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745898967796.rar,/oss/physical/temp/KC-2024-SB-H771-40_1745898967367.pdf,/oss/physical/temp/KC-2024-SB-H771-40_1745898971748.xlsx\",\"id\":\"1917065357499273217\",\"manufacturer\":\"航天771\",\"name\":\"超低调电压运算放大器\",\"totalCountLhs\":330,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:50\"}]', null, '6', null, '2025-04-29 15:50:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917124502646657025', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-8-100/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-41_1745898901584.xlsx,/oss/physical/temp/KC-2024-JL-081_1745898909220.rar,/oss/physical/temp/KC-2024-SB-H771-41_1745898909046.pdf\",\"id\":\"1917065098312257538\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":60,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:51\"}]', null, '8', null, '2025-04-29 15:51:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917124604413054978', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-25F/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745898839113.rar,/oss/physical/temp/KC-2024-SB-H771-42_1745898838484.pdf,/oss/physical/temp/KC-2024-SB-H771-42_1745898844597.xlsx\",\"id\":\"1917064825023991809\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":72,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:51\"}]', null, '8', null, '2025-04-29 15:51:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917124730271535105', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-7-14/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-43_1745898736945.xlsx,/oss/physical/temp/KC-2024-SB-H771-43_1745898745271.pdf,/oss/physical/temp/KC-2024-JL-081_1745898750553.rar\",\"id\":\"1917064488821166081\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":28,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:52\"}]', null, '6', null, '2025-04-29 15:52:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917125000565067778', '1', '用户名: mayinjie,登录成功!', null, 'mayinjie', '马崟洁', '119.78.164.173', null, null, null, null, '0', null, '2025-04-29 15:53:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917125819947520001', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/100-5R-40/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745898661652.rar,/oss/physical/temp/KC-2024-SB-H771-44_1745898661126.pdf,/oss/physical/temp/KC-2024-SB-H771-44_1745898666330.xlsx\",\"id\":\"1917064076990844930\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":40,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:56\"}]', null, '5', null, '2025-04-29 15:56:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917125976386670593', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDC/(20-50)-5-1.5/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-45_1745898578410.xlsx,/oss/physical/temp/KC-2024-JL-081_1745898587824.rar,/oss/physical/temp/KC-2024-SB-H771-45_1745898587474.pdf\",\"id\":\"1917063748706865153\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":88,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:57\"}]', null, '5', null, '2025-04-29 15:57:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126068598444034', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5R-15F/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745898284611.rar,/oss/physical/temp/KC-2024-SB-H771-46_1745898284080.pdf,/oss/physical/temp/KC-2024-SB-H771-46_1745898288437.xlsx\",\"id\":\"1917062491778813954\",\"manufacturer\":\"航天771\",\"name\":\"抗辐射DCDC\",\"totalCountLhs\":52,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:57\"}]', null, '5', null, '2025-04-29 15:57:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126148516712450', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-12F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-47_1745898175360.xlsx,/oss/physical/temp/KC-2024-JL-081_1745898187929.rar,/oss/physical/temp/KC-2024-SB-H771-47_1745898187544.pdf,/oss/physical/temp/KC-2024-SB-H771-47-2_1745898187559.pdf\",\"id\":\"1917062072977559553\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":60,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:57\"}]', null, '6', null, '2025-04-29 15:57:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126316154654721', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-3R3-20F/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745898081418.rar,/oss/physical/temp/KC-2024-SB-H771-48_1745898081066.pdf,/oss/physical/temp/KC-2024-SB-H771-48_1745898089055.xlsx\",\"id\":\"1917061656088907778\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":44,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:58\"}]', null, '6', null, '2025-04-29 15:58:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126393719918593', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-49_1745897755895.xlsx,/oss/physical/temp/KC-2024-JL-081_1745897770357.rar,/oss/physical/temp/KC-2024-SB-H771-49_1745897769363.pdf,/oss/physical/temp/KC-2024-SB-H771-49-2_1745897769387.pdf\",\"id\":\"1917060320496685058\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":72,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:58\"}]', null, '9', null, '2025-04-29 15:58:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126461533425665', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)12-15F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837428878.rar,/oss/physical/temp/KC-2024-SB-H771-50_1745837428510.pdf,/oss/physical/temp/KC-2024-SB-H771-50-2_1745837428549.pdf,/oss/physical/temp/KC-2024-SB-H771-50_1745837435336.xlsx\",\"id\":\"1916807255663284226\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":44,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:59\"}]', null, '7', null, '2025-04-29 15:59:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126524221493250', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)12-15F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837428878.rar,/oss/physical/temp/KC-2024-SB-H771-50_1745837428510.pdf,/oss/physical/temp/KC-2024-SB-H771-50-2_1745837428549.pdf,/oss/physical/temp/KC-2024-SB-H771-50_1745837435336.xlsx\",\"id\":\"1916807255663284226\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":44,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:59\"}]', null, '5', null, '2025-04-29 15:59:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126594169901058', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Nonvolatile Memory\",\"deviceMode\":\"PCM A33\",\"deviceName\":\"Phase Changing Memory (PCM) A33\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"TAMU10MAY;2009NOV\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"T052110_PCMA33.pdf\\\":\\\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/T052110_PCMA33.pdf\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/nsrec2011_W6_SEE.pdf\\\",\\\"data_to52_1745913571862.xlsx\\\":\\\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/data_to52_1745913571862.xlsx\\\"}\",\"fileMap\":{\"T052110_PCMA33.pdf\":\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/T052110_PCMA33.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/nsrec2011_W6_SEE.pdf\",\"data_to52_1745913571862.xlsx\":\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/data_to52_1745913571862.xlsx\"},\"id\":\"0013ec8df9dd3b63af59332f5e77d6ee\",\"manufacturer\":\"Numonyx\",\"totalCountLhs\":19,\"totalCountNasa\":19,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 15:59\"}]', null, '6', null, '2025-04-29 15:59:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126626763837442', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-12-30F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-51_1745837293441.xlsx,/oss/physical/temp/KC-2024-JL-081_1745837304994.rar,/oss/physical/temp/KC-2024-SB-H771-51_1745837304661.pdf\",\"id\":\"1916806708004622338\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":60,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:59\"}]', null, '5', null, '2025-04-29 15:59:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126695823052801', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2024.6.6-2024.07.09\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837153179.rar,/oss/physical/temp/KC-2024-SB-H771-52_1745837152942.pdf,/oss/physical/temp/KC-2024-SB-H771-52_1745837176503.xlsx\",\"id\":\"1916806071892283394\",\"manufacturer\":\"航天771\",\"name\":\"低功耗运算放大器\",\"totalCountLhs\":60,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 15:59\"}]', null, '8', null, '2025-04-29 15:59:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126756095201281', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F158A\",\"experimentDate\":\"2024.4.30-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837049527.rar,/oss/physical/temp/KC-2024-SB-H771-53_1745837049175.pdf,/oss/physical/temp/KC-2024-SB-H771-53_1745837073292.xlsx\",\"id\":\"1916805640654917633\",\"manufacturer\":\"航天771\",\"name\":\"加固单电源双运算放大器\",\"totalCountLhs\":44,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:00\"}]', null, '5', null, '2025-04-29 16:00:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126790735958017', '1', '用户名: luozikang,登录成功!', null, 'luozikang', '罗梓康', '119.78.164.171', null, null, null, null, '0', null, '2025-04-29 16:00:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126798533169154', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2024.6.6-2024.07.09\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837153179.rar,/oss/physical/temp/KC-2024-SB-H771-52_1745837152942.pdf,/oss/physical/temp/KC-2024-SB-H771-52_1745837176503.xlsx\",\"id\":\"1916806071892283394\",\"manufacturer\":\"航天771\",\"name\":\"低功耗运算放大器\",\"totalCountLhs\":60,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:00\"}]', null, '5', null, '2025-04-29 16:00:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917126817277513729', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F158A\",\"experimentDate\":\"2024.4.30-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837049527.rar,/oss/physical/temp/KC-2024-SB-H771-53_1745837049175.pdf,/oss/physical/temp/KC-2024-SB-H771-53_1745837073292.xlsx\",\"id\":\"1916805640654917633\",\"manufacturer\":\"航天771\",\"name\":\"加固单电源双运算放大器\",\"totalCountLhs\":44,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:00\"}]', null, '4', null, '2025-04-29 16:00:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917127203321253890', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-29 16:01:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917127239962693634', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-12-30F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-51_1745837293441.xlsx,/oss/physical/temp/KC-2024-JL-081_1745837304994.rar,/oss/physical/temp/KC-2024-SB-H771-51_1745837304661.pdf\",\"id\":\"1916806708004622338\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":64,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:02\"}]', null, '22', null, '2025-04-29 16:02:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917127357759721473', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2024.6.6-2024.07.09\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837153179.rar,/oss/physical/temp/KC-2024-SB-H771-52_1745837152942.pdf,/oss/physical/temp/KC-2024-SB-H771-52_1745837176503.xlsx\",\"id\":\"1916806071892283394\",\"manufacturer\":\"航天771\",\"name\":\"低功耗运算放大器\",\"totalCountLhs\":112,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:02\"}]', null, '4', null, '2025-04-29 16:02:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917127504946237441', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F158A\",\"experimentDate\":\"2024.4.30-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837049527.rar,/oss/physical/temp/KC-2024-SB-H771-53_1745837049175.pdf,/oss/physical/temp/KC-2024-SB-H771-53_1745837073292.xlsx\",\"id\":\"1916805640654917633\",\"manufacturer\":\"航天771\",\"name\":\"加固单电源双运算放大器\",\"totalCountLhs\":108,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:03\"}]', null, '5', null, '2025-04-29 16:03:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917127682465959938', '1', '用户名: wangjiaxing,登录成功!', null, 'wangjiaxing', '王嘉兴', '119.78.164.148', null, null, null, null, '0', null, '2025-04-29 16:03:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917127693970935810', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OPO7A\",\"experimentDate\":\"2024.5.16-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836962777.rar,/oss/physical/temp/KC-2024-SB-H771-54_1745836962500.pdf,/oss/physical/temp/KC-2024-SB-H771-54_1745836972128.xlsx\",\"id\":\"1916805314371620865\",\"manufacturer\":\"航天771\",\"name\":\"超低失调电压运算放大器\",\"totalCountLhs\":228,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:03\"}]', null, '4', null, '2025-04-29 16:03:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917127709745713153', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LED\",\"deviceMode\":\"OD800\",\"deviceName\":\"OD800\",\"deviceType\":\"Optoelectronic\",\"experimentDate\":\"12/2/1999;7/19/2001\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\\\",\\\"D080700.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\\\",\\\"data_1745913833517.xlsx\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\",\"D080700.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\",\"data_1745913833517.xlsx\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\"},\"id\":\"eba2a5c43436edb6f01cde066b2ae3fc\",\"manufacturer\":\"Optodiode\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 16:03\"}]', null, '27', null, '2025-04-29 16:03:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917127760840724482', '4', 'org.jeecg.common.exception.JeecgBootException:上传失败,存在非法文件类型:log', null, null, null, '119.78.164.173', 'biz=temp', '/physical/sys/common/upload', 'org.jeecg.common.exception.JeecgBootException: 上传失败,存在非法文件类型:log\r\n at org.jeecg.common.util.CommonUtils.upload(CommonUtils.java:146)\r\n at org.jeecg.modules.system.controller.CommonController.upload(CommonController.java:180)\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.CommonController$$SpringCGLIB$$0.upload()\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-04-29 16:04:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917127818839560193', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F108A\",\"experimentDate\":\"2024.4.30-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-55_1745836858826.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836872406.rar,/oss/physical/temp/KC-2024-SB-H771-55_1745836872048.pdf\",\"id\":\"1916804896417615874\",\"manufacturer\":\"航天771\",\"name\":\"紧密运算放大器\",\"totalCountLhs\":144,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:04\"}]', null, '9', null, '2025-04-29 16:04:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917127922388537345', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"AD484RH\",\"experimentDate\":\"2024.5.15-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836670908.rar,/oss/physical/temp/KC-2024-SB-H771-56_1745836670635.pdf,/oss/physical/temp/KC-2024-SB-H771-56_1745836676029.xlsx\",\"id\":\"1916804077618171905\",\"manufacturer\":\"航天771\",\"name\":\"轨对轨运算放大器\",\"totalCountLhs\":64,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:04\"}]', null, '8', null, '2025-04-29 16:04:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917128044346314753', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW4913\",\"experimentDate\":\"2024.5.15-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-57_1745836594188.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836608318.rar,/oss/physical/temp/KC-2024-SB-H771-57_1745836607975.pdf\",\"id\":\"1916803786286010369\",\"manufacturer\":\"航天771\",\"name\":\"可调正电源稳压器\",\"totalCountLhs\":44,\"totalCountXhy\":1,\"type\":\"LW4913\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:05\"}]', null, '6', null, '2025-04-29 16:05:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917128058812469249', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"16 Mbit DRAM\",\"deviceMode\":\"P44016JK\",\"deviceName\":\"P44016JK\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"9/20/1996\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-96-009.pdf\\\":\\\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/PPM-96-009.pdf\\\",\\\"data__1745913920613.xlsx\\\":\\\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/data__1745913920613.xlsx\\\"}\",\"fileMap\":{\"PPM-96-009.pdf\":\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/PPM-96-009.pdf\",\"data__1745913920613.xlsx\":\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/data__1745913920613.xlsx\"},\"id\":\"2ee61cfbe6b8d13d6324cf3206b5ceae\",\"manufacturer\":\"IBM\",\"totalCountLhs\":240,\"totalCountNasa\":12,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 16:05\"}]', null, '7', null, '2025-04-29 16:05:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917128258687832066', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LSPC100S-20\",\"experimentDate\":\"2024.5.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836452102.rar,/oss/physical/temp/KC-2024-SB-H771-58_1745836451739.pdf,/oss/physical/temp/KC-2024-SB-H771-58_1745836504127.xlsx\",\"id\":\"1916803160118366210\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照固态功率控制器\",\"totalCountLhs\":64,\"totalCountXhy\":1,\"type\":\"变压器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:06\"}]', null, '5', null, '2025-04-29 16:06:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917128278912765954', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LSPC100S-20\",\"experimentDate\":\"2024.5.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836452102.rar,/oss/physical/temp/KC-2024-SB-H771-58_1745836451739.pdf,/oss/physical/temp/KC-2024-SB-H771-58_1745836504127.xlsx\",\"id\":\"1916803160118366210\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照固态功率控制器\",\"totalCountLhs\":64,\"totalCountXhy\":1,\"type\":\"变压器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:06\"}]', null, '8', null, '2025-04-29 16:06:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917128356352200706', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5R-12F/SP\",\"experimentDate\":\"2024.05.23-2024.07.22\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-59_1745836266730.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836282023.rar,/oss/physical/temp/KC-2024-SB-H771-59_1745836281685.pdf\",\"id\":\"1916802421706952705\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":60,\"totalCountXhy\":1,\"type\":\"电压变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:06\"}]', null, '7', null, '2025-04-29 16:06:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917128509972779009', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-9R5-110/D1\",\"experimentDate\":\"2024.05.23-2024.07.22\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836162431.rar,/oss/physical/temp/KC-2024-SB-H771-60_1745836162036.pdf,/oss/physical/temp/KC-2024-SB-H771-60_1745836196111.xlsx\",\"id\":\"1916801927445975041\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":60,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:07\"}]', null, '4', null, '2025-04-29 16:07:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917128605825208322', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LRT1567\",\"experimentDate\":\"2024.4.22-2024.6.4\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745835732714.rar,/oss/physical/temp/KC-2024-SB-H771-76_1745835732279.pdf,/oss/physical/temp/KC-2024-SB-H771-76_1745835975769.xlsx\",\"id\":\"1916800132216754178\",\"manufacturer\":\"航天771\",\"name\":\"1Mbps单片1553总线收发器\",\"totalCountLhs\":96,\"totalCountXhy\":1,\"type\":\"模拟集成电路\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:07\"}]', null, '9', null, '2025-04-29 16:07:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917128843151511553', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团第二十四研究所\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BW1373BMGRH,BW1373AMGRH(SAST),SF091MDRH(SAST),SX620MJRH\",\"experimentDate\":\"2024.05.11-2024.05.15\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-075_1745914104992.pdf\",\"id\":\"1917122270463234049\",\"manufacturer\":\"中国电子科技集团第二十四研究所\",\"name\":\"KC-2024-JL-075\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路,专用集成电路,放大器,放大器\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 16:08\"}]', null, '5', null, '2025-04-29 16:08:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917128924437123074', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LRT1567\",\"experimentDate\":\"2024.4.22-2024.6.4\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745835732714.rar,/oss/physical/temp/KC-2024-SB-H771-76_1745835732279.pdf,/oss/physical/temp/KC-2024-SB-H771-76_1745835975769.xlsx\",\"id\":\"1916800132216754178\",\"manufacturer\":\"航天771\",\"name\":\"1Mbps单片1553总线收发器\",\"totalCountLhs\":16,\"totalCountXhy\":1,\"type\":\"模拟集成电路\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:08\"}]', null, '8', null, '2025-04-29 16:08:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917128969848852482', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-9R5-110/D1\",\"experimentDate\":\"2024.05.23-2024.07.22\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836162431.rar,/oss/physical/temp/KC-2024-SB-H771-60_1745836162036.pdf,/oss/physical/temp/KC-2024-SB-H771-60_1745836196111.xlsx\",\"id\":\"1916801927445975041\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":96,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:08\"}]', null, '8', null, '2025-04-29 16:09:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129029160505345', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LSPC100S-20\",\"experimentDate\":\"2024.5.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836452102.rar,/oss/physical/temp/KC-2024-SB-H771-58_1745836451739.pdf,/oss/physical/temp/KC-2024-SB-H771-58_1745836504127.xlsx\",\"id\":\"1916803160118366210\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照固态功率控制器\",\"totalCountLhs\":60,\"totalCountXhy\":1,\"type\":\"变压器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:09\"}]', null, '4', null, '2025-04-29 16:09:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129200397160449', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW4913\",\"experimentDate\":\"2024.5.15-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-57_1745836594188.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836608318.rar,/oss/physical/temp/KC-2024-SB-H771-57_1745836607975.pdf\",\"id\":\"1916803786286010369\",\"manufacturer\":\"航天771\",\"name\":\"可调正电源稳压器\",\"totalCountLhs\":64,\"totalCountXhy\":1,\"type\":\"LW4913\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:09\"}]', null, '5', null, '2025-04-29 16:09:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129201105997826', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0342\",\"deviceFunction\":\"SSPC\",\"deviceMode\":\"RP21002\",\"deviceName\":\"RP21002\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"12/18/2004\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"T121804_RP21005.pdf\\\":\\\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/T121804_RP21005.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/data.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"T121804_RP21005.pdf\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/T121804_RP21005.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/nsrec05_W5.pdf\"},\"id\":\"6206eb1c444e830f8012040a50253594\",\"manufacturer\":\"Data Device Corporation\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 16:09\"}]', null, '4', null, '2025-04-29 16:09:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129240050110466', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"AD484RH\",\"experimentDate\":\"2024.5.15-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836670908.rar,/oss/physical/temp/KC-2024-SB-H771-56_1745836670635.pdf,/oss/physical/temp/KC-2024-SB-H771-56_1745836676029.xlsx\",\"id\":\"1916804077618171905\",\"manufacturer\":\"航天771\",\"name\":\"轨对轨运算放大器\",\"totalCountLhs\":44,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:10\"}]', null, '8', null, '2025-04-29 16:10:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129267023679489', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F108A\",\"experimentDate\":\"2024.4.30-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-55_1745836858826.xlsx,/oss/physical/temp/KC-2024-JL-081_1745836872406.rar,/oss/physical/temp/KC-2024-SB-H771-55_1745836872048.pdf\",\"id\":\"1916804896417615874\",\"manufacturer\":\"航天771\",\"name\":\"紧密运算放大器\",\"totalCountLhs\":64,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:10\"}]', null, '6', null, '2025-04-29 16:10:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129291178676225', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OPO7A\",\"experimentDate\":\"2024.5.16-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745836962777.rar,/oss/physical/temp/KC-2024-SB-H771-54_1745836962500.pdf,/oss/physical/temp/KC-2024-SB-H771-54_1745836972128.xlsx\",\"id\":\"1916805314371620865\",\"manufacturer\":\"航天771\",\"name\":\"超低失调电压运算放大器\",\"totalCountLhs\":144,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:10\"}]', null, '7', null, '2025-04-29 16:10:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129313811140610', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F158A\",\"experimentDate\":\"2024.4.30-2024.6.6\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837049527.rar,/oss/physical/temp/KC-2024-SB-H771-53_1745837049175.pdf,/oss/physical/temp/KC-2024-SB-H771-53_1745837073292.xlsx\",\"id\":\"1916805640654917633\",\"manufacturer\":\"航天771\",\"name\":\"加固单电源双运算放大器\",\"totalCountLhs\":228,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:10\"}]', null, '6', null, '2025-04-29 16:10:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129337538318337', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"陈文卓\",\"dataProvider\":\"阚永葭\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-25F/SP型抗辐照DC/DC变换器\",\"experimentDate\":\"2022.04.28~2022.05.18\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2002-SB-H771-87_1745837136057.xlsx,/oss/physical/temp/771大纲3_1745837139206.zip\",\"id\":\"1916806022898618370\",\"manufacturer\":\"航天771\",\"name\":\"LDCD/(20-50)-5-25F/SP型抗辐照DC/DC变换器\",\"totalCountLhs\":108,\"totalCountXhy\":4,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:10\"}]', null, '4', null, '2025-04-29 16:10:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129375077339138', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2024.6.6-2024.07.09\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837153179.rar,/oss/physical/temp/KC-2024-SB-H771-52_1745837152942.pdf,/oss/physical/temp/KC-2024-SB-H771-52_1745837176503.xlsx\",\"id\":\"1916806071892283394\",\"manufacturer\":\"航天771\",\"name\":\"低功耗运算放大器\",\"totalCountLhs\":4,\"totalCountXhy\":1,\"type\":\"放大器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:10\"}]', null, '8', null, '2025-04-29 16:10:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129437954150402', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-12-30F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-51_1745837293441.xlsx,/oss/physical/temp/KC-2024-JL-081_1745837304994.rar,/oss/physical/temp/KC-2024-SB-H771-51_1745837304661.pdf\",\"id\":\"1916806708004622338\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":112,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:10\"}]', null, '5', null, '2025-04-29 16:10:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129487220445186', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power Operational Amplifier\",\"deviceMode\":\"PA10A\",\"deviceName\":\"PA10A\",\"deviceType\":\"放大器\",\"experimentDate\":\"6/22/1994-7/21/1994\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-94-015.pdf\\\":\\\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/PPM-94-015.pdf\\\",\\\"data__1745914254394.xlsx\\\":\\\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/data__1745914254394.xlsx\\\"}\",\"fileMap\":{\"PPM-94-015.pdf\":\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/PPM-94-015.pdf\",\"data__1745914254394.xlsx\":\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/data__1745914254394.xlsx\"},\"id\":\"6f3d55c3e6904a3d0ed2b69f9670e517\",\"manufacturer\":\"Apex\",\"totalCountLhs\":110,\"totalCountNasa\":10,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 16:11\"}]', null, '3', null, '2025-04-29 16:11:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129493092470786', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0342\",\"deviceFunction\":\"SSPC\",\"deviceMode\":\"RP21002\",\"deviceName\":\"RP21002\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"12/18/2004\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"T121804_RP21005.pdf\\\":\\\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/T121804_RP21005.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/data.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"T121804_RP21005.pdf\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/T121804_RP21005.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/nsrec05_W5.pdf\"},\"id\":\"6206eb1c444e830f8012040a50253594\",\"manufacturer\":\"Data Device Corporation\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 16:11\"}]', null, '5', null, '2025-04-29 16:11:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129523736055809', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)12-15F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837428878.rar,/oss/physical/temp/KC-2024-SB-H771-50_1745837428510.pdf,/oss/physical/temp/KC-2024-SB-H771-50-2_1745837428549.pdf,/oss/physical/temp/KC-2024-SB-H771-50_1745837435336.xlsx\",\"id\":\"1916807255663284226\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":6444,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:11\"}]', null, '9', null, '2025-04-29 16:11:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129526391050241', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9234\",\"deviceFunction\":\"8 bit A/D Converter\",\"deviceMode\":\"RP7820\",\"deviceName\":\"RP7820\",\"deviceType\":\"ADC\",\"experimentDate\":\"12/7/1994\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"data_1745903283432.xlsx\\\":\\\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/data_1745903283432.xlsx\\\",\\\"PPM-95-107.pdf\\\":\\\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/PPM-95-107.pdf\\\"}\",\"fileMap\":{\"data_1745903283432.xlsx\":\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/data_1745903283432.xlsx\",\"PPM-95-107.pdf\":\"/oss/physical/NASA/2373469b1fd504ab4b1766c57b02e331/PPM-95-107.pdf\"},\"id\":\"2373469b1fd504ab4b1766c57b02e331\",\"manufacturer\":\"SEi\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 16:11\"}]', null, '5', null, '2025-04-29 16:11:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129611908714497', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)12-15F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745837428878.rar,/oss/physical/temp/KC-2024-SB-H771-50_1745837428510.pdf,/oss/physical/temp/KC-2024-SB-H771-50-2_1745837428549.pdf,/oss/physical/temp/KC-2024-SB-H771-50_1745837435336.xlsx\",\"id\":\"1916807255663284226\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":108,\"totalCountXhy\":2,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:11\"}]', null, '9', null, '2025-04-29 16:11:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917129713171795969', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"无\",\"deviceFunction\":\"Linear Devices\",\"deviceMode\":\"LM119 Linear Comparator , LM193H, LM108 Op amp,\",\"deviceName\":\"Linear Devices\",\"deviceType\":\"晶体管\",\"experimentDate\":\"7/29/1994-7/17/1995\",\"experimentUser\":\"罗永恒\",\"id\":\"20b76b17cc50497efb5ac6a9ca64dd39\",\"manufacturer\":\"Apex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 16:11\"}]', null, '5', null, '2025-04-29 16:11:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917130571162816513', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-12F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-47_1745898175360.xlsx,/oss/physical/temp/KC-2024-JL-081_1745898187929.rar,/oss/physical/temp/KC-2024-SB-H771-47_1745898187544.pdf,/oss/physical/temp/KC-2024-SB-H771-47-2_1745898187559.pdf\",\"id\":\"1917062072977559553\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":104,\"totalCountXhy\":2,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:15\"}]', null, '5', null, '2025-04-29 16:15:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917130696572506113', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-3R3-20F/SP\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-081_1745898081418.rar,/oss/physical/temp/KC-2024-SB-H771-48_1745898081066.pdf,/oss/physical/temp/KC-2024-SB-H771-48_1745898089055.xlsx\",\"id\":\"1917061656088907778\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":72,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:15\"}]', null, '6', null, '2025-04-29 16:15:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917130815032233985', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"5521\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"PA07M/883\",\"deviceName\":\"高压高功率运算放大器\",\"deviceType\":\"放大器\",\"experimentDate\":\"1991.12.16-1992.1.3\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-92-058.pdf\\\":\\\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/PPM-92-058.pdf\\\",\\\"data__1745914578434.xlsx\\\":\\\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/data__1745914578434.xlsx\\\"}\",\"fileMap\":{\"PPM-92-058.pdf\":\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/PPM-92-058.pdf\",\"data__1745914578434.xlsx\":\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/data__1745914578434.xlsx\"},\"id\":\"f4d9358897118809f19a2f6eef12ae27\",\"manufacturer\":\"Ampex\",\"totalCountLhs\":90,\"totalCountNasa\":10,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 16:16\"}]', null, '8', null, '2025-04-29 16:16:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917130844182646786', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"北京空间飞行器总体设计部/空间环境与可靠性技术研究室\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 16:16\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"高频覆铜板,PCB试验件,其他介质材料试验件\",\"experimentDate\":\"2023.03.17-2023.04.11\",\"experimentUser\":\"刘炳凯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-032_1745914583648.pdf\",\"id\":\"1917130844157480962\",\"manufacturer\":\"北京空间飞行器总体设计部\",\"name\":\"KC-2023-JL-032\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电气电子组件\"}]', null, '7', null, '2025-04-29 16:16:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917130867570085889', '2', '历史一期记录-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天771\",\"dataEntry\":\"李序友\",\"dataProvider\":\"航天771\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5F/D1\",\"experimentDate\":\"2024.05.23-2024.06.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-SB-H771-49_1745897755895.xlsx,/oss/physical/temp/KC-2024-JL-081_1745897770357.rar,/oss/physical/temp/KC-2024-SB-H771-49_1745897769363.pdf,/oss/physical/temp/KC-2024-SB-H771-49-2_1745897769387.pdf\",\"id\":\"1917060320496685058\",\"manufacturer\":\"航天771\",\"name\":\"抗辐照DCDC\",\"totalCountLhs\":104,\"totalCountXhy\":2,\"type\":\"电源变换器\",\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-29 16:16\"}]', null, '5', null, '2025-04-29 16:16:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917131859686559746', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天772所\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-29 16:20\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"B54LVC08RHF,BSV2CQRH,BM3803MG,B54AC00RHF,B54AC10RHF,B17V16RQC,B54AC374RHF,B54AC04RHD\",\"experimentDate\":\"2022.3.9—2022.3.10\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-019_1745914827143.pdf\",\"id\":\"1917131859669782529\",\"manufacturer\":\"航天772所\",\"name\":\"KC-2022-JL-019\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他混合集成电路\"}]', null, '4', null, '2025-04-29 16:20:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917131965177499650', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"M90432\",\"deviceFunction\":\"Power Operational Amplifier\",\"deviceMode\":\"PA07M\",\"deviceName\":\"Power Operational Amplifier\",\"deviceType\":\"放大器\",\"experimentDate\":\"8/12/1999;10/20/1999\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/nsrec00_W21.pdf\\\",\\\"PPM-99-032.pdf\\\":\\\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/PPM-99-032.pdf\\\",\\\"data__1745914852717.xlsx\\\":\\\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/data__1745914852717.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/nsrec00_W21.pdf\",\"PPM-99-032.pdf\":\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/PPM-99-032.pdf\",\"data__1745914852717.xlsx\":\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/data__1745914852717.xlsx\"},\"id\":\"febcf132f7ffbd257efa717488236d89\",\"manufacturer\":\"Apex\",\"totalCountLhs\":48,\"totalCountNasa\":6,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 16:20\"}]', null, '7', null, '2025-04-29 16:20:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917132430032211970', '2', 'NASA数据管理-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Delay Line\",\"deviceMode\":\"PE21198\",\"deviceName\":\"Delay Line (Hytek/Pulse Engineering)\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"5/8/1998\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-98-016.pdf\\\":\\\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/PPM-98-016.pdf\\\",\\\"data__1745912935258.xlsx\\\":\\\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/data__1745912935258.xlsx\\\"}\",\"fileMap\":{\"PPM-98-016.pdf\":\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/PPM-98-016.pdf\",\"data__1745912935258.xlsx\":\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/data__1745912935258.xlsx\"},\"id\":\"ae778eca0ad929baa4fb53734e90c694\",\"manufacturer\":\"Pulse Eng\",\"totalCountLhs\":180,\"totalCountNasa\":9,\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 16:22\"}]', null, '9', null, '2025-04-29 16:22:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917133259925590017', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电科44所\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-29 16:26\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"GM1201A\",\"experimentDate\":\"2023.12.14—2023.12.14\",\"experimentUser\":\"刘炳凯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-142_1745915159682.pdf\",\"id\":\"1917133259858481153\",\"manufacturer\":\"中电科44所\",\"name\":\"KC-2023-JL-142\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\"}]', null, '17', null, '2025-04-29 16:26:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917134071531802626', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-29 16:29:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917134288658337794', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电科55所\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-29 16:30\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"SF86501\",\"experimentDate\":\"2024.7.18—2024.7.18\",\"experimentUser\":\"史成城\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-114_1745915406320.pdf\",\"id\":\"1917134288633171970\",\"manufacturer\":\"楠菲微电子\",\"name\":\"KC-2024-JL-114\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"数字集成电路\"}]', null, '8', null, '2025-04-29 16:30:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917134477745950721', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0342\",\"deviceFunction\":\"SSPC\",\"deviceMode\":\"RP21002\",\"deviceName\":\"RP21002\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"12/18/2004\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"T121804_RP21005.pdf\\\":\\\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/T121804_RP21005.pdf\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/nsrec05_W5.pdf\\\",\\\"data_1745915451855.xlsx\\\":\\\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/data_1745915451855.xlsx\\\"}\",\"fileMap\":{\"T121804_RP21005.pdf\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/T121804_RP21005.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/nsrec05_W5.pdf\",\"data_1745915451855.xlsx\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/data_1745915451855.xlsx\"},\"id\":\"6206eb1c444e830f8012040a50253594\",\"manufacturer\":\"Data Device Corporation\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 16:30\"}]', null, '4', null, '2025-04-29 16:30:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917135810595098626', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微电子研究所\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-29 16:36\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"S13010206、S13010829、S18020508、S18020512\",\"experimentDate\":\"2024.7.18—2024.7.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-116_1745915768084.pdf\",\"id\":\"1917135810569932801\",\"manufacturer\":\"中科院微电子研究所\",\"name\":\"KC-2024-JL-116\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"集成电路\"}]', null, '8', null, '2025-04-29 16:36:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917136830750494721', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"西安航天民芯\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-29 16:40\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"AS6803\",\"experimentDate\":\"2024.8.29—2024.9.10\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-143_1745916012528.pdf\",\"id\":\"1917136830725328897\",\"manufacturer\":\"中芯国际SMIC\",\"name\":\"KC-2024-JL-143\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"数字集成电路\"}]', null, '7', null, '2025-04-29 16:40:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917136884483723266', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0342\",\"deviceFunction\":\"SSPC\",\"deviceMode\":\"RP21002\",\"deviceName\":\"RP21002\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"12/18/2004\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"T121804_RP21005.pdf\\\":\\\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/T121804_RP21005.pdf\\\",\\\"data_1745915451855.xlsx\\\":\\\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/data_1745915451855.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"T121804_RP21005.pdf\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/T121804_RP21005.pdf\",\"data_1745915451855.xlsx\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/data_1745915451855.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/6206eb1c444e830f8012040a50253594/nsrec05_W5.pdf\"},\"id\":\"6206eb1c444e830f8012040a50253594\",\"manufacturer\":\"Data Device Corporation\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 16:40\"}]', null, '7', null, '2025-04-29 16:40:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917137507983790081', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"04440507\",\"deviceFunction\":\"SSPC\",\"deviceMode\":\"RP210010\",\"deviceName\":\"RP210010\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"12/18/2004\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"T121804_RP21005.pdf\\\":\\\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/T121804_RP21005.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/data.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"T121804_RP21005.pdf\":\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/T121804_RP21005.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/nsrec05_W5.pdf\"},\"id\":\"ad0a9eddd6a4f8796fd141ab959c25d7\",\"manufacturer\":\"Data Device Corporation\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 16:42\"}]', null, '8', null, '2025-04-29 16:42:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917137689110614017', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天八院808所\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-29 16:43\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"OP10M\",\"experimentDate\":\"2024.6.28—2024.6.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-101_1745916217420.pdf\",\"id\":\"1917137689077059586\",\"manufacturer\":\"航天八院808所\",\"name\":\"KC-2024-JL-101\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\"}]', null, '7', null, '2025-04-29 16:43:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917138356411797505', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-29 16:46:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917138532660645889', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XXX\",\"deviceFunction\":\"TTL Comparator\",\"deviceMode\":\"MX913\",\"deviceName\":\"TTL比较器\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"_1999\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/data.xlsx\\\",\\\"电离总剂量效应_1745916416094.xlsx\\\":\\\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/电离总剂量效应_1745916416094.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/data.xlsx\",\"电离总剂量效应_1745916416094.xlsx\":\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/电离总剂量效应_1745916416094.xlsx\"},\"id\":\"359842b2231ddfbbcd528453d0c47588\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 16:46\"}]', null, '6', null, '2025-04-29 16:47:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917138685022932993', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院光电技术研究所\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-29 16:47\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"XX\",\"dataType\":\"historical\",\"deviceMode\":\"OP224,OP233W\",\"experimentDate\":\"2024.7.5—2024.7.5\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-105_1745916262518.pdf\",\"id\":\"1917138684997767169\",\"manufacturer\":\"中国科学院光电技术研究所\",\"name\":\"KC-2024-JL-105\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"二极管,晶体管\"}]', null, '8', null, '2025-04-29 16:47:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917138852526657537', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"SSD 850 PRO series\",\"deviceMode\":\"MZ7KE256HMHA\",\"deviceName\":\"SSD\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"10/24/2014\",\"experimentUser\":\"杜帅彬\",\"id\":\"374a42dae0bd16baf5643c4294d6eccb\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":20,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 16:48\"}]', null, '6', null, '2025-04-29 16:48:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917138886282416129', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Solid State Drive\",\"deviceMode\":\"MZ7KE128BW\",\"deviceName\":\"SSD\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"2014\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"电离总剂量效应_1745899530738.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/电离总剂量效应_1745899530738.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\\\",\\\"位移损伤效应_1745899530739.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/位移损伤效应_1745899530739.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\"}\",\"fileMap\":{\"电离总剂量效应_1745899530738.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/电离总剂量效应_1745899530738.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\",\"位移损伤效应_1745899530739.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/位移损伤效应_1745899530739.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"},\"id\":\"86cd79b1424e1a4c3889a4f37647b607\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 16:48\"}]', null, '7', null, '2025-04-29 16:48:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917138939466190849', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Solid State Drive\",\"deviceMode\":\"MZ-75E250\",\"deviceName\":\"SSD\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"2014\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"位移损伤效应_1745899593974.xlsx\\\":\\\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/位移损伤效应_1745899593974.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\",\\\"电离总剂量效应_1745899593973.xlsx\\\":\\\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/电离总剂量效应_1745899593973.xlsx\\\"}\",\"fileMap\":{\"位移损伤效应_1745899593974.xlsx\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/位移损伤效应_1745899593974.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"电离总剂量效应_1745899593973.xlsx\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/电离总剂量效应_1745899593973.xlsx\"},\"id\":\"ce0b28861b6a9a07c71c6db7907e6ff8\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 16:48\"}]', null, '6', null, '2025-04-29 16:48:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917139005425815554', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"TTL Comparator\",\"deviceMode\":\"MX913\",\"deviceName\":\"TTL比较器\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"_1999\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/data.xlsx\\\",\\\"电离总剂量效应_1745916416094.xlsx\\\":\\\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/电离总剂量效应_1745916416094.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/data.xlsx\",\"电离总剂量效应_1745916416094.xlsx\":\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/电离总剂量效应_1745916416094.xlsx\"},\"id\":\"359842b2231ddfbbcd528453d0c47588\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 16:48\"}]', null, '19', null, '2025-04-29 16:48:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917139168538103810', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"04440507\",\"deviceFunction\":\"SSPC\",\"deviceMode\":\"RP210010\",\"deviceName\":\"RP210010\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"12/18/2004\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"T121804_RP21005.pdf\\\":\\\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/T121804_RP21005.pdf\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/nsrec05_W5.pdf\\\",\\\"data_1745916569929.xlsx\\\":\\\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/data_1745916569929.xlsx\\\"}\",\"fileMap\":{\"T121804_RP21005.pdf\":\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/T121804_RP21005.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/nsrec05_W5.pdf\",\"data_1745916569929.xlsx\":\"/oss/physical/NASA/ad0a9eddd6a4f8796fd141ab959c25d7/data_1745916569929.xlsx\"},\"id\":\"ad0a9eddd6a4f8796fd141ab959c25d7\",\"manufacturer\":\"Data Device Corporation\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 16:49\"}]', null, '4', null, '2025-04-29 16:49:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917139497073741825', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"90nm Non-Volatile Memory\",\"deviceMode\":\"Nano-Crystal Memory\",\"deviceName\":\"Nano-Crystal Memory\",\"deviceType\":\"NVM\",\"experimentDate\":\"6/8/2005\",\"fileList\":\"{\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/nsrec06_W2.pdf\\\",\\\"I060805_Crystal.pdf\\\":\\\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/I060805_Crystal.pdf\\\",\\\"data_1745916646640.xlsx\\\":\\\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/data_1745916646640.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/nsrec06_W2.pdf\",\"I060805_Crystal.pdf\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/I060805_Crystal.pdf\",\"data_1745916646640.xlsx\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/data_1745916646640.xlsx\"},\"id\":\"04e2560e923ad825f7dadefa4a89eed7\",\"manufacturer\":\"Freescale Semi.\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 16:50\"}]', null, '9', null, '2025-04-29 16:50:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917139586819264514', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安电子科技大学\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"西安电子科技大学\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"5VMOSFET、NLDMOS、INV\",\"experimentDate\":\"2023.12.4-2023.12.15\",\"experimentUser\":\"于钢\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-134_1745913951729.rar,/oss/physical/temp/KC-2023-JL-134_1745916666677.xlsx\",\"id\":\"1917056134438686722\",\"manufacturer\":\"西安电子科技大学\",\"name\":\"晶体管\",\"totalCountLhs\":274,\"totalCountXhy\":18,\"type\":\"晶体管\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 16:51\"}]', null, '4', null, '2025-04-29 16:51:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917140207425261569', '1', '用户名: liujunling,登录成功!', null, 'liujunling', '刘俊灵', '119.78.164.172', null, null, null, null, '1', null, '2025-04-29 16:53:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917141122576257026', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院光电技术研究所\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OP224,OP233W\",\"experimentDate\":\"2024.7.5—2024.7.5\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-105_1745916262518.pdf\",\"id\":\"1917138684997767169\",\"manufacturer\":\"中国科学院光电技术研究所\",\"name\":\"KC-2024-JL-105\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"二极管,晶体管\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 16:57\"}]', null, '5', null, '2025-04-29 16:57:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917141137369567233', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天八院808所\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OP10M\",\"experimentDate\":\"2024.6.28—2024.6.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-101_1745916217420.pdf\",\"id\":\"1917137689077059586\",\"manufacturer\":\"航天八院808所\",\"name\":\"KC-2024-JL-101\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 16:57\"}]', null, '7', null, '2025-04-29 16:57:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917141150283829250', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安航天民芯\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"AS6803\",\"experimentDate\":\"2024.8.29—2024.9.10\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-143_1745916012528.pdf\",\"id\":\"1917136830725328897\",\"manufacturer\":\"中芯国际SMIC\",\"name\":\"KC-2024-JL-143\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"数字集成电路\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 16:57\"}]', null, '5', null, '2025-04-29 16:57:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917141183175561217', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中科院微电子研究所\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"S13010206、S13010829、S18020508、S18020512\",\"experimentDate\":\"2024.7.18—2024.7.18\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-116_1745915768084.pdf\",\"id\":\"1917135810569932801\",\"manufacturer\":\"中科院微电子研究所\",\"name\":\"KC-2024-JL-116\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"集成电路\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 16:57\"}]', null, '6', null, '2025-04-29 16:57:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917141196198875137', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科55所\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SF86501\",\"experimentDate\":\"2024.7.18—2024.7.18\",\"experimentUser\":\"史成城\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-114_1745915406320.pdf\",\"id\":\"1917134288633171970\",\"manufacturer\":\"楠菲微电子\",\"name\":\"KC-2024-JL-114\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"数字集成电路\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 16:57\"}]', null, '5', null, '2025-04-29 16:57:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917141215605919745', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电科44所\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GM1201A\",\"experimentDate\":\"2023.12.14—2023.12.14\",\"experimentUser\":\"刘炳凯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-142_1745915159682.pdf\",\"id\":\"1917133259858481153\",\"manufacturer\":\"中电科44所\",\"name\":\"KC-2023-JL-142\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光纤用电源和图像探测器\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 16:57\"}]', null, '7', null, '2025-04-29 16:57:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917141232769011714', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天772所\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"B54LVC08RHF,BSV2CQRH,BM3803MG,B54AC00RHF,B54AC10RHF,B17V16RQC,B54AC374RHF,B54AC04RHD\",\"experimentDate\":\"2022.3.9—2022.3.10\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-019_1745914827143.pdf\",\"id\":\"1917131859669782529\",\"manufacturer\":\"航天772所\",\"name\":\"KC-2022-JL-019\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他混合集成电路\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 16:57\"}]', null, '7', null, '2025-04-29 16:57:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917141237571489794', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Delay Line\",\"deviceMode\":\"NYTEK 8002\",\"deviceName\":\"NYTEK 8002\",\"deviceType\":\"Miscellaneous\",\"experimentDate\":\"1998-1999\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/NSREC99.pdf\\\",\\\"data_1745917063273.xlsx\\\":\\\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/data_1745917063273.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/NSREC99.pdf\",\"data_1745917063273.xlsx\":\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/data_1745917063273.xlsx\"},\"id\":\"8ee33cb898aed2ced89da09c08030c27\",\"manufacturer\":\"NYTEK\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 16:57\"}]', null, '9', null, '2025-04-29 16:57:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917142418951737346', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 17:02\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF148\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-78_1745917344319.pdf,/oss/physical/temp/KC-2023-SB-H771-78_1745917344205.xlsx,/oss/physical/temp/KC-2023-SB-H771-78测试数据_1745917344416.pdf\",\"id\":\"1917142418934960129\",\"manufacturer\":\"771所\",\"name\":\"运算放大器\",\"totalCountLhs\":40,\"totalCountXhy\":1,\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-29 17:02:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917142617417814017', '1', '用户名: xuebinrui,登录成功!', null, 'xuebinrui', '薛彬睿', '210.73.34.96', null, null, null, null, '0', null, '2025-04-29 17:03:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917142792781664257', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"2B0404F、9814A、0349F、0204、0312、0502B、0215B\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP400\",\"deviceName\":\"OP400\",\"deviceType\":\"晶体管\",\"experimentDate\":\"11/3/1998;1/2005;4/2005;8/2006;7/2011;2015Jul(HUPTI);2015Sep(CDH)\",\"experimentUser\":\"薛彬睿\",\"id\":\"db3ff3932cdf30e036028db6afebe639\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":90,\"totalCountNasa\":7,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:03\"}]', null, '10', null, '2025-04-29 17:03:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917142852848291842', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"2B0404F、9814A、0349F、0204、0312、0502B、0215B\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP400\",\"deviceName\":\"OP400\",\"deviceType\":\"晶体管\",\"experimentDate\":\"11/3/1998;1/2005;4/2005;8/2006;7/2011;2015Jul(HUPTI);2015Sep(CDH)\",\"experimentUser\":\"薛彬睿\",\"id\":\"db3ff3932cdf30e036028db6afebe639\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":90,\"totalCountNasa\":9,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:04\"}]', null, '9', null, '2025-04-29 17:04:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917142905952374785', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海微系统与信息技术研究所\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"中国科学院上海微系统与信息技术研究所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"VESOI GAA\",\"experimentDate\":\"2023.8.1\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-071-8_1745911084091.rar,/oss/physical/temp/KC-2023-JL-071_1745917460449.xlsx\",\"id\":\"1917064873736638465\",\"manufacturer\":\"中国科学院上海微系统与信息技术研究所\",\"name\":\"VESOI\",\"totalCountLhs\":6,\"totalCountXhy\":6,\"type\":\"晶体管\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:04\"}]', null, '4', null, '2025-04-29 17:04:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917143031710191618', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1310\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"NXPS20H100CX\",\"deviceName\":\"NXPS20H100CX\",\"deviceType\":\"Si\",\"experimentDate\":\"6/30/2014\",\"fileList\":\"{\\\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\":\\\"/oss/physical/NASA/89e6e562643e6da252378f34dc49c615/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\",\\\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\\\":\\\"/oss/physical/NASA/89e6e562643e6da252378f34dc49c615/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\\\",\\\"data_1745917489373.xlsx\\\":\\\"/oss/physical/NASA/89e6e562643e6da252378f34dc49c615/data_1745917489373.xlsx\\\"}\",\"fileMap\":{\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/89e6e562643e6da252378f34dc49c615/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\":\"/oss/physical/NASA/89e6e562643e6da252378f34dc49c615/NEPP-CP-2015-Casey-Oral-Pres-NSREC-TN24945.pdf\",\"data_1745917489373.xlsx\":\"/oss/physical/NASA/89e6e562643e6da252378f34dc49c615/data_1745917489373.xlsx\"},\"id\":\"89e6e562643e6da252378f34dc49c615\",\"manufacturer\":\"NXP Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:04\"}]', null, '5', null, '2025-04-29 17:04:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917143410908827649', '1', '用户名: mayinjie,登录成功!', null, 'mayinjie', '马崟洁', '119.78.164.173', null, null, null, null, '0', null, '2025-04-29 17:06:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917143574054670337', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0021\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP293\",\"deviceName\":\"OP293\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"10/7/2002;7/25/2003\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/data.xlsx\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/NSREC03_W10.pdf\\\",\\\"T100202_OP293.pdf\\\":\\\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/T100202_OP293.pdf\\\",\\\"单粒子效应-(4)_1745917619548.xlsx\\\":\\\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/单粒子效应-(4)_1745917619548.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/NSREC03_W10.pdf\",\"T100202_OP293.pdf\":\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/T100202_OP293.pdf\",\"单粒子效应-(4)_1745917619548.xlsx\":\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/单粒子效应-(4)_1745917619548.xlsx\"},\"id\":\"18dec1dead482923a47388750cb04e9e\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:07\"}]', null, '8', null, '2025-04-29 17:07:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917143603192500226', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0021\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP293\",\"deviceName\":\"OP293\",\"deviceType\":\"放大器\",\"experimentDate\":\"10/7/2002;7/25/2003\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"单粒子效应-(4)_1745917619548.xlsx\\\":\\\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/单粒子效应-(4)_1745917619548.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/data.xlsx\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/NSREC03_W10.pdf\\\",\\\"T100202_OP293.pdf\\\":\\\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/T100202_OP293.pdf\\\"}\",\"fileMap\":{\"单粒子效应-(4)_1745917619548.xlsx\":\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/单粒子效应-(4)_1745917619548.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/NSREC03_W10.pdf\",\"T100202_OP293.pdf\":\"/oss/physical/NASA/18dec1dead482923a47388750cb04e9e/T100202_OP293.pdf\"},\"id\":\"18dec1dead482923a47388750cb04e9e\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:07\"}]', null, '5', null, '2025-04-29 17:07:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917143798311522305', '2', '历史一期记录-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"锦州辽晶电子科技有限公司\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LJGH281-1S\",\"experimentDate\":\"2022.4.29-2022.6.20\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-045_1745842753205.pdf,/oss/physical/temp/4所-20220429_1745917673813.rar\",\"id\":\"1916829560573497346\",\"manufacturer\":\"XXX\",\"name\":\"光电耦合器\",\"type\":\"光电子器件\",\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-29 17:07\"}]', null, '5', null, '2025-04-29 17:07:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917143871640539138', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Schottky Diode\",\"deviceMode\":\"NXPS20H100\",\"deviceName\":\"NXPS20H100\",\"deviceType\":\"Si\",\"experimentDate\":\"6/27/2015\",\"fileList\":\"{\\\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\":\\\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\",\\\"data_1745917683798.xlsx\\\":\\\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/data_1745917683798.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data_1745917683798.xlsx\":\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/data_1745917683798.xlsx\"},\"id\":\"a2741bba81c754934cb4933b01b2e4e2\",\"manufacturer\":\"NXP Semiconductor\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:08\"}]', null, '5', null, '2025-04-29 17:08:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917143998631481346', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MOSFET\",\"deviceMode\":\"NVTFS5116PLWFTAG\",\"deviceName\":\"NVTFS5116PLWFTAG\",\"deviceType\":\"p-channel\",\"experimentDate\":\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/28959/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7e9f44485e04bb1b6ad23468d27a04d1/data.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7e9f44485e04bb1b6ad23468d27a04d1/data.xlsx\"},\"id\":\"7e9f44485e04bb1b6ad23468d27a04d1\",\"manufacturer\":\"ON Semiconductor\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:08\"}]', null, '9', null, '2025-04-29 17:08:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917144219201540098', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 17:09\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW2941\",\"experimentDate\":\"2023.3.9-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-79_1745917773086.pdf,/oss/physical/temp/KC-2023-SB-H771-79_1745917772967.xlsx,/oss/physical/temp/KC-2023-SB-H771-79测试数据_1745917773175.pdf\",\"id\":\"1917144219184762881\",\"manufacturer\":\"771所\",\"name\":\"稳压器\",\"totalCountLhs\":560,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '4', null, '2025-04-29 17:09:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917144370175512578', '2', '历史一期记录-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P11NJR\",\"experimentDate\":\"2022.3.11-2022.4.22\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-020_1745842021176.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220310_1745917808732.rar\",\"id\":\"1916826485175586817\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐射场效应晶体管\",\"type\":\"晶体管\",\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-29 17:10\"}]', null, '4', null, '2025-04-29 17:10:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917144457412841474', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9109\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP27A\",\"deviceName\":\"OP27A\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"2/28/1995\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"PPM-95-129.pdf\\\":\\\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/PPM-95-129.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/data.xlsx\\\",\\\"电离总剂量效应-(11)_1745917828381.xlsx\\\":\\\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/电离总剂量效应-(11)_1745917828381.xlsx\\\"}\",\"fileMap\":{\"PPM-95-129.pdf\":\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/PPM-95-129.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/data.xlsx\",\"电离总剂量效应-(11)_1745917828381.xlsx\":\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/电离总剂量效应-(11)_1745917828381.xlsx\"},\"id\":\"6b8fe4dc9d882b0cd0e6a209418b3330\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:10\"}]', null, '7', null, '2025-04-29 17:10:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917144489637679106', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9109\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP27A\",\"deviceName\":\"OP27A\",\"deviceType\":\"放大器\",\"experimentDate\":\"2/28/1995\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"PPM-95-129.pdf\\\":\\\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/PPM-95-129.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/data.xlsx\\\",\\\"电离总剂量效应-(11)_1745917828381.xlsx\\\":\\\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/电离总剂量效应-(11)_1745917828381.xlsx\\\"}\",\"fileMap\":{\"PPM-95-129.pdf\":\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/PPM-95-129.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/data.xlsx\",\"电离总剂量效应-(11)_1745917828381.xlsx\":\"/oss/physical/NASA/6b8fe4dc9d882b0cd0e6a209418b3330/电离总剂量效应-(11)_1745917828381.xlsx\"},\"id\":\"6b8fe4dc9d882b0cd0e6a209418b3330\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:10\"}]', null, '5', null, '2025-04-29 17:10:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917144674166083586', '2', '历史一期记录-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海航天技术基础研究所\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH(20-500-9R5-110H/SP型\",\"experimentDate\":\"2024.6.20-2024.8.21\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-097_1745842460965.pdf,/oss/physical/temp/80820240620_1745917882911.rar\",\"id\":\"1916828331726311426\",\"manufacturer\":\"中电24所\",\"name\":\"DC变换器\",\"type\":\"转换器\",\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-29 17:11\"}]', null, '20', null, '2025-04-29 17:11:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917144793431117825', '1', '用户名: xieyongzhi,登录成功!', null, 'xieyongzhi', '谢永智', '119.78.164.170', null, null, null, null, '0', null, '2025-04-29 17:11:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917144797382152193', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"CMOS SRAM\",\"deviceMode\":\"MT5C1008\",\"deviceName\":\"NT5C1008\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"11/29/1995\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/data.xlsx\\\",\\\"PPM-95-186.pdf\\\":\\\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/PPM-95-186.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/data.xlsx\",\"PPM-95-186.pdf\":\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/PPM-95-186.pdf\"},\"id\":\"d97b6293a1fae9ee60c6429debd1526c\",\"manufacturer\":\"Micron Technology\",\"totalCountLhs\":18,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:11\"}]', null, '5', null, '2025-04-29 17:11:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917145402695716865', '1', '用户名: chenpan,登录成功!', null, 'chenpan', '陈攀', '119.78.164.165', null, null, null, null, '0', null, '2025-04-29 17:14:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917145409473712129', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"CMOS SRAM\",\"deviceMode\":\"MT5C1008\",\"deviceName\":\"MT5C1008\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"11/29/1995\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/data.xlsx\\\",\\\"PPM-95-186.pdf\\\":\\\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/PPM-95-186.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/data.xlsx\",\"PPM-95-186.pdf\":\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/PPM-95-186.pdf\"},\"id\":\"d97b6293a1fae9ee60c6429debd1526c\",\"manufacturer\":\"Micron Technology\",\"totalCountLhs\":18,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:14\"}]', null, '4', null, '2025-04-29 17:14:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917145512804585474', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.04.21\",\"experimentUser\":\"崔益豪\",\"fileUrl\":\"\",\"id\":\"1917056354249576450\",\"manufacturer\":\"中电43所\",\"name\":\"R/D转换器\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:14\"}]', null, '8', null, '2025-04-29 17:14:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917145555309662209', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 17:14\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF119\",\"experimentDate\":\"2023.1.30-2023.3.22\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-80_1745918092468.pdf,/oss/physical/temp/KC-2023-SB-H771-80_1745918092343.xlsx,/oss/physical/temp/KC-2023-SB-H771-80测试数据_1745918092526.pdf\",\"id\":\"1917145555284496386\",\"manufacturer\":\"771所\",\"name\":\"稳压器\",\"totalCountLhs\":220,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '7', null, '2025-04-29 17:14:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917145571155742722', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9347, 9407,0448\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP27A\",\"deviceName\":\"OP27A\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"9/2004;1/2006\",\"experimentUser\":\"薛彬睿\",\"id\":\"4b187881b477e5f1731df131f62d3a3b\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":16,\"totalCountNasa\":6,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:14\"}]', null, '7', null, '2025-04-29 17:14:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917145628869365761', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9347, 9407,0448\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP27A\",\"deviceName\":\"OP27A\",\"deviceType\":\"放大器\",\"experimentDate\":\"9/2004;1/2006\",\"experimentUser\":\"薛彬睿\",\"id\":\"4b187881b477e5f1731df131f62d3a3b\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":16,\"totalCountNasa\":6,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:15\"}]', null, '9', null, '2025-04-29 17:15:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917145671470911490', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LED\",\"deviceMode\":\"OD880WJ\",\"deviceName\":\"OD880WJ\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"9/3/1997;7/20/1998\",\"fileList\":\"{\\\"i090397.pdf\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/i090397.pdf\\\",\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/data.xlsx\\\"}\",\"fileMap\":{\"i090397.pdf\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/i090397.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/data.xlsx\"},\"id\":\"c904f8be527b71a65af52c79e35a0070\",\"manufacturer\":\"Optodiode\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:15\"}]', null, '6', null, '2025-04-29 17:15:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917145717092356097', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LED\",\"deviceMode\":\"OD800\",\"deviceName\":\"OD800\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"12/2/1999;7/19/2001\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\\\",\\\"D080700.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\\\",\\\"data_1745913833517.xlsx\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\",\"D080700.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\",\"data_1745913833517.xlsx\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\"},\"id\":\"eba2a5c43436edb6f01cde066b2ae3fc\",\"manufacturer\":\"Optodiode\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:15\"}]', null, '5', null, '2025-04-29 17:15:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917145846998339586', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.04.21\",\"experimentUser\":\"崔益豪\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-03801_1745918160751.pdf\",\"id\":\"1917056354249576450\",\"manufacturer\":\"中电43所\",\"name\":\"R/D转换器\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:16\"}]', null, '6', null, '2025-04-29 17:16:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917146005488504834', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"济南市半导体元件实验所\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"济南市半导体元件实验所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3DA5667、3DK2222\",\"experimentDate\":\"2023.4.24\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-040_1745910851710.rar,/oss/physical/temp/KC-2023-JL-040_1745918197031.xlsx\",\"id\":\"1917065962045280258\",\"manufacturer\":\"济南市半导体元件实验所\",\"name\":\"大功率开关晶体管\",\"totalCountLhs\":34,\"totalCountXhy\":4,\"type\":\"晶体管\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:16\"}]', null, '5', null, '2025-04-29 17:16:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917146315606953985', '2', '历史一期记录-添加', '2', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"liujunling\",\"createTime\":\"2025-04-29 17:17\",\"dataEntry\":\"刘俊灵\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"54HC125\",\"experimentDate\":\"2023.3.20-2023.3.23\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-81_1745918273613.pdf\",\"id\":\"1917146315573399554\",\"manufacturer\":\"771所\",\"name\":\"KC-2023-SB-H771-81\",\"totalCountLhs\":286,\"totalCountXhy\":1,\"type\":\"集成电路附件\"}]', null, '8', null, '2025-04-29 17:17:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917146332954595329', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SGM3001,TPW3111,L580,AER0SEMI\",\"experimentDate\":\"2022.03.16\",\"experimentUser\":\"任李贤\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-03801_1745918266420.pdf\",\"id\":\"1917059258305974274\",\"manufacturer\":\"771所\",\"name\":\"模拟开关电路\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"模拟集成电路\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:17\"}]', null, '4', null, '2025-04-29 17:17:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917146360859299842', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"SS Power Converter\",\"deviceMode\":\"SSP21110-25\",\"deviceName\":\"SSP21110-25\",\"deviceType\":\"Power Device\",\"experimentDate\":\"3/20/1995\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"PPM-95-136.pdf\\\":\\\"/oss/physical/NASA/e1f7311e6f80762834568287a08844ad/PPM-95-136.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e1f7311e6f80762834568287a08844ad/data.xlsx\\\",\\\"电离总剂量效应_1745918279079.xlsx\\\":\\\"/oss/physical/NASA/e1f7311e6f80762834568287a08844ad/电离总剂量效应_1745918279079.xlsx\\\"}\",\"fileMap\":{\"PPM-95-136.pdf\":\"/oss/physical/NASA/e1f7311e6f80762834568287a08844ad/PPM-95-136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e1f7311e6f80762834568287a08844ad/data.xlsx\",\"电离总剂量效应_1745918279079.xlsx\":\"/oss/physical/NASA/e1f7311e6f80762834568287a08844ad/电离总剂量效应_1745918279079.xlsx\"},\"id\":\"e1f7311e6f80762834568287a08844ad\",\"manufacturer\":\"ILC\",\"totalCountLhs\":32,\"totalCountNasa\":8,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:18\"}]', null, '8', null, '2025-04-29 17:18:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917146668574412801', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电44所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电44所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GD45230Q,GN010,GD45226Q,GD5521Y-155ATF,GD5521Y-1.25ATF,GD5521Y-2.5ATF,GD5521Y-10ATF,GT322D-60-SM-FC/APC,GD3561T,GD3562T,GT322D,GD4780S,GD3561T\",\"experimentDate\":\"2022.6.16\",\"experimentUser\":\"冯皓楠\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-06701_1745918357100.pdf\",\"id\":\"1917065572167946242\",\"manufacturer\":\"中电44所\",\"name\":\"光电探测器\",\"totalCountLhs\":13,\"totalCountXhy\":13,\"type\":\"光电子器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:19\"}]', null, '6', null, '2025-04-29 17:19:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917146678619770882', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"90nm Non-Volatile Memory\",\"deviceMode\":\"Nano-Crystal Memory\",\"deviceName\":\"Nano-Crystal Memory\",\"deviceType\":\"其他半导体集成电路\",\"experimentDate\":\"6/8/2005\",\"fileList\":\"{\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/nsrec06_W2.pdf\\\",\\\"I060805_Crystal.pdf\\\":\\\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/I060805_Crystal.pdf\\\",\\\"data_1745916646640.xlsx\\\":\\\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/data_1745916646640.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/nsrec06_W2.pdf\",\"I060805_Crystal.pdf\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/I060805_Crystal.pdf\",\"data_1745916646640.xlsx\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/data_1745916646640.xlsx\"},\"id\":\"04e2560e923ad825f7dadefa4a89eed7\",\"manufacturer\":\"Freescale Semi.\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:19\"}]', null, '5', null, '2025-04-29 17:19:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917146993335177218', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电44所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电44所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GJ15412Q\",\"experimentDate\":\"2022.7.20\",\"experimentUser\":\"冯皓楠、李潇\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-06701_1745918435049.pdf\",\"id\":\"1917066504955990017\",\"manufacturer\":\"中电44所\",\"name\":\"极窄线宽半导体激光器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"光电子器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:20\"}]', null, '5', null, '2025-04-29 17:20:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917147400308494338', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国空间技术研究西安分院天线所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中国空间技术研究西安分院天线所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RA26BVA200B30V,RA26BVA209B30V,KD-20\",\"experimentDate\":\"2020\",\"experimentUser\":\"梁晓雯、任李贤\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-31-01_1745918531897.pdf\",\"id\":\"1917068992056627201\",\"manufacturer\":\"504所\",\"name\":\"光栅读数头,发光芯片组件\",\"totalCountLhs\":85,\"totalCountXhy\":17,\"type\":\"光电子器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:22\"}]', null, '17', null, '2025-04-29 17:22:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917147961917411329', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"复远芯(上海)科技有限公司\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"复远芯(上海)科技有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SiMU9000-IIR\",\"experimentDate\":\"2024.9.2-2024.9.5\",\"experimentUser\":\"李坤芳\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-145-01_1745918665986.pdf\",\"id\":\"1917070499397210113\",\"manufacturer\":\"复远芯(上海)科技有限公司\",\"name\":\"惯导单元\",\"totalCountLhs\":3,\"totalCountXhy\":3,\"type\":\"模拟集成电路\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:24\"}]', null, '4', null, '2025-04-29 17:24:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917148329917255682', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电44所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电44所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GT322D-60-SM-FC/APC\",\"experimentDate\":\"2024.5.30\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-087-01-1_1745918754146.pdf\",\"id\":\"1917073035214688258\",\"manufacturer\":\"中电科44所\",\"name\":\"光电探测器\",\"totalCountLhs\":5,\"totalCountXhy\":5,\"type\":\"光电子器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:25\"}]', null, '4', null, '2025-04-29 17:25:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917148526881771521', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power Controller\",\"deviceMode\":\"SSP21110-025\",\"deviceName\":\"SSP21110-025\",\"deviceType\":\"Power Device\",\"experimentDate\":\"2/24/1994;7/17/1995;7/17/1995\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"b022494.pdf\\\":\\\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/b022494.pdf\\\",\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/data.xlsx\\\",\\\"dcdc95.pdf\\\":\\\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/dcdc95.pdf\\\",\\\"单粒子效应_1745918801213.xlsx\\\":\\\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/单粒子效应_1745918801213.xlsx\\\"}\",\"fileMap\":{\"b022494.pdf\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/b022494.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/data.xlsx\",\"dcdc95.pdf\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/dcdc95.pdf\",\"单粒子效应_1745918801213.xlsx\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/单粒子效应_1745918801213.xlsx\"},\"id\":\"2226024648c51b7834c3c53c1e3d8b71\",\"manufacturer\":\"DDC\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:26\"}]', null, '5', null, '2025-04-29 17:26:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917148527695466497', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LED\",\"deviceMode\":\"OD880WJ\",\"deviceName\":\"OD880WJ\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"9/3/1997;7/20/1998\",\"fileList\":\"{\\\"i090397.pdf\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/i090397.pdf\\\",\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/data.xlsx\\\",\\\"位移损伤效应_1745918800183.xlsx\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/位移损伤效应_1745918800183.xlsx\\\"}\",\"fileMap\":{\"i090397.pdf\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/i090397.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/data.xlsx\",\"位移损伤效应_1745918800183.xlsx\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/位移损伤效应_1745918800183.xlsx\"},\"id\":\"c904f8be527b71a65af52c79e35a0070\",\"manufacturer\":\"Optodiode\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:26\"}]', null, '5', null, '2025-04-29 17:26:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917148643793801217', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"国科学院上海微系统与信息技术研究所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"国科学院上海微系统与信息技术研究所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"DSOI-P,DSOI-N-1,DSOI-N-2\",\"experimentDate\":\"2023.12.01-2023.12.08\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-13301_1745918828863.pdf\",\"id\":\"1917076746552971265\",\"manufacturer\":\"中国科学院上海微系统与信息技术研究所\",\"name\":\"SOI器件\",\"totalCountLhs\":88,\"totalCountXhy\":11,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:27\"}]', null, '4', null, '2025-04-29 17:27:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917148864623906818', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LDCD/(20-50)-5-100/SP,LDCD/100W-15-120U/SP,LDCD/100-5R-15/SP,LDCD/100-5R-30-SP,LDCD/(20-50)-5R-12F/SP,LDCD/100-5-100H/SP,LDC010505SRH,LDC052812DRH,LOR2805S,LHF+2805SF-CH,LTR2805SF-CH\",\"experimentDate\":\"2023.11.8-2023.11.15\",\"experimentUser\":\"杨思妮、向宇塘\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-117-1_1745918881138.pdf\",\"id\":\"1917078937657380866\",\"manufacturer\":\"771所\",\"name\":\"DC/DC变换器\",\"totalCountLhs\":112,\"totalCountXhy\":16,\"type\":\"模拟集成电路\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:28\"}]', null, '7', null, '2025-04-29 17:28:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917149140097404930', '1', '用户名: yangsini,登录成功!', null, 'yangsini', '杨思妮', '119.78.164.179', null, null, null, null, '0', null, '2025-04-29 17:29:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917149144862134274', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安威朗科技有限公司\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"西安威朗科技有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LWE01,LWR03-2510A,LWR01-0010A,LWF01-2538,LWF03-2550\",\"experimentDate\":\"2023.8.3\",\"experimentUser\":\"李瑞\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-062_1745918948621.pdf\",\"id\":\"1917081146373672961\",\"manufacturer\":\"西安威朗科技有限公司\",\"name\":\"电磁快反镜\",\"totalCountLhs\":34,\"totalCountXhy\":8,\"type\":\"线圈、变压器和磁性元件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:29\"}]', null, '5', null, '2025-04-29 17:29:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917149547498541058', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LED\",\"deviceMode\":\"OD800\",\"deviceName\":\"OD800\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"12/2/1999;7/19/2001\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\\\",\\\"D080700.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\\\",\\\"data_1745913833517.xlsx\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\",\"D080700.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\",\"data_1745913833517.xlsx\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\"},\"id\":\"eba2a5c43436edb6f01cde066b2ae3fc\",\"manufacturer\":\"Optodiode\",\"totalCountLhs\":7,\"totalCountNasa\":7,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:30\"}]', null, '8', null, '2025-04-29 17:30:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917149883705561090', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"16-028\",\"deviceFunction\":\"Schottky Diode\",\"deviceMode\":\"NSR0140P2T5G\",\"deviceName\":\"NSR0140P2T5G\",\"deviceType\":\"Si\",\"experimentDate\":\"4/11/2017\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/data.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/data.xlsx\"},\"id\":\"d2e3fbe9e0d39cf3de6dda9b91ec644f\",\"manufacturer\":\"ON Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:32\"}]', null, '4', null, '2025-04-29 17:32:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917149958225760257', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Flash\",\"deviceMode\":\"SSDSCKKW256G8X1\",\"deviceName\":\"SSDSCKKW256G8X1\",\"deviceType\":\"CMOS\",\"experimentDate\":\"5/1/2018\",\"id\":\"7212b4edc411d5ea4d6599ec9746c8aa\",\"manufacturer\":\"Intel\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:32\"}]', null, '5', null, '2025-04-29 17:32:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917150105911398402', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"16-028\",\"deviceFunction\":\"Schottky Diode\",\"deviceMode\":\"NSR0140P2T5G\",\"deviceName\":\"NSR0140P2T5G\",\"deviceType\":\"二极管\",\"experimentDate\":\"4/11/2017\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/data.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/data.xlsx\"},\"id\":\"d2e3fbe9e0d39cf3de6dda9b91ec644f\",\"manufacturer\":\"ON Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:32\"}]', null, '7', null, '2025-04-29 17:32:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917150143643357185', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Flash\",\"deviceMode\":\"SSDSCKKW256G8X1\",\"deviceName\":\"SSDSCKKW256G8X1\",\"deviceType\":\"CMOS\",\"experimentDate\":\"5/1/2018\",\"experimentUser\":\"罗梓康\",\"id\":\"7212b4edc411d5ea4d6599ec9746c8aa\",\"manufacturer\":\"Intel\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:33\"}]', null, '5', null, '2025-04-29 17:33:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917150213742759937', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安电子科技大学\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"西安电子科技大学\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LED、PDSOI\",\"experimentDate\":\"2023.9.25\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-087_1745910597340.rar,/oss/physical/temp/KC-2023-JL-087_1745919203212.xlsx\",\"id\":\"1917068074250637314\",\"manufacturer\":\"上海微系统所\",\"name\":\"PDSOI、AlGaN基LED器件\",\"totalCountLhs\":45,\"totalCountXhy\":26,\"type\":\"光电子器件\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:33\"}]', null, '5', null, '2025-04-29 17:33:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917150255954235394', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"8624\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP271A\",\"deviceName\":\"OP271A\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"6/10/1997\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/data.xlsx\\\",\\\"PPM-97-022.pdf\\\":\\\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/PPM-97-022.pdf\\\",\\\"电离总剂量效应-(14)_1745919213220.xlsx\\\":\\\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/电离总剂量效应-(14)_1745919213220.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/data.xlsx\",\"PPM-97-022.pdf\":\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/PPM-97-022.pdf\",\"电离总剂量效应-(14)_1745919213220.xlsx\":\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/电离总剂量效应-(14)_1745919213220.xlsx\"},\"id\":\"117774d11ccb634e4ff8e617ec3bbb32\",\"manufacturer\":\"AD\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:33\"}]', null, '5', null, '2025-04-29 17:33:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917150289827434497', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"8624\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP271A\",\"deviceName\":\"OP271A\",\"deviceType\":\"放大器\",\"experimentDate\":\"6/10/1997\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"电离总剂量效应-(14)_1745919213220.xlsx\\\":\\\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/电离总剂量效应-(14)_1745919213220.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/data.xlsx\\\",\\\"PPM-97-022.pdf\\\":\\\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/PPM-97-022.pdf\\\"}\",\"fileMap\":{\"电离总剂量效应-(14)_1745919213220.xlsx\":\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/电离总剂量效应-(14)_1745919213220.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/data.xlsx\",\"PPM-97-022.pdf\":\"/oss/physical/NASA/117774d11ccb634e4ff8e617ec3bbb32/PPM-97-022.pdf\"},\"id\":\"117774d11ccb634e4ff8e617ec3bbb32\",\"manufacturer\":\"AD\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:33\"}]', null, '9', null, '2025-04-29 17:33:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917150411789406209', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MOSFET\",\"deviceMode\":\"NVTFS5116PLWFTAG\",\"deviceName\":\"NVTFS5116PLWFTAG\",\"deviceType\":\"p-channel\",\"experimentDate\":\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/28959/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7e9f44485e04bb1b6ad23468d27a04d1/data.xlsx\\\",\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490_1745919250190.pdf\\\":\\\"/oss/physical/NASA/7e9f44485e04bb1b6ad23468d27a04d1/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490_1745919250190.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7e9f44485e04bb1b6ad23468d27a04d1/data.xlsx\",\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490_1745919250190.pdf\":\"/oss/physical/NASA/7e9f44485e04bb1b6ad23468d27a04d1/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490_1745919250190.pdf\"},\"id\":\"7e9f44485e04bb1b6ad23468d27a04d1\",\"manufacturer\":\"ON Semiconductor\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:34\"}]', null, '7', null, '2025-04-29 17:34:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917150616651796482', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MOSFET\",\"deviceMode\":\"NVTFS5116PLWFTAG\",\"deviceName\":\"NVTFS5116PLWFTAG\",\"deviceType\":\"p-channel\",\"experimentDate\":\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/28959/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7e9f44485e04bb1b6ad23468d27a04d1/data.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7e9f44485e04bb1b6ad23468d27a04d1/data.xlsx\"},\"id\":\"7e9f44485e04bb1b6ad23468d27a04d1\",\"manufacturer\":\"ON Semiconductor\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:35\"}]', null, '8', null, '2025-04-29 17:35:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917150624167989250', '1', '用户名: luoyongheng,登录成功!', null, 'luoyongheng', '罗永恒', '119.78.164.168', null, null, null, null, '0', null, '2025-04-29 17:35:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917150821312860162', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9815\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP270\",\"deviceName\":\"OP270\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"10/5/1998\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/data.xlsx\\\",\\\"PPM-98-029.pdf\\\":\\\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/PPM-98-029.pdf\\\",\\\"电离总剂量效应-(15)_1745919348312.xlsx\\\":\\\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/电离总剂量效应-(15)_1745919348312.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/data.xlsx\",\"PPM-98-029.pdf\":\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/PPM-98-029.pdf\",\"电离总剂量效应-(15)_1745919348312.xlsx\":\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/电离总剂量效应-(15)_1745919348312.xlsx\"},\"id\":\"decacedbbdd375187434942ebb9cf762\",\"manufacturer\":\"AD\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:35\"}]', null, '6', null, '2025-04-29 17:35:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917150859317448705', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9815\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP270\",\"deviceName\":\"OP270\",\"deviceType\":\"放大器\",\"experimentDate\":\"10/5/1998\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/data.xlsx\\\",\\\"电离总剂量效应-(15)_1745919348312.xlsx\\\":\\\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/电离总剂量效应-(15)_1745919348312.xlsx\\\",\\\"PPM-98-029.pdf\\\":\\\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/PPM-98-029.pdf\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/data.xlsx\",\"电离总剂量效应-(15)_1745919348312.xlsx\":\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/电离总剂量效应-(15)_1745919348312.xlsx\",\"PPM-98-029.pdf\":\"/oss/physical/NASA/decacedbbdd375187434942ebb9cf762/PPM-98-029.pdf\"},\"id\":\"decacedbbdd375187434942ebb9cf762\",\"manufacturer\":\"AD\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:35\"}]', null, '5', null, '2025-04-29 17:35:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917150980268593154', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LED\",\"deviceMode\":\"OD880WJ\",\"deviceName\":\"OD880WJ\",\"deviceType\":\"二极管\",\"experimentDate\":\"9/3/1997;7/20/1998\",\"fileList\":\"{\\\"i090397.pdf\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/i090397.pdf\\\",\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/data.xlsx\\\",\\\"位移损伤效应_1745918800183.xlsx\\\":\\\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/位移损伤效应_1745918800183.xlsx\\\"}\",\"fileMap\":{\"i090397.pdf\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/i090397.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/data.xlsx\",\"位移损伤效应_1745918800183.xlsx\":\"/oss/physical/NASA/c904f8be527b71a65af52c79e35a0070/位移损伤效应_1745918800183.xlsx\"},\"id\":\"c904f8be527b71a65af52c79e35a0070\",\"manufacturer\":\"Optodiode\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:36\"}]', null, '7', null, '2025-04-29 17:36:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917151002200608769', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LED\",\"deviceMode\":\"OD800\",\"deviceName\":\"OD800\",\"deviceType\":\"二极管\",\"experimentDate\":\"12/2/1999;7/19/2001\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\\\",\\\"D080700.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\\\",\\\"data_1745913833517.xlsx\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\",\"D080700.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\",\"data_1745913833517.xlsx\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\"},\"id\":\"eba2a5c43436edb6f01cde066b2ae3fc\",\"manufacturer\":\"Optodiode\",\"totalCountLhs\":7,\"totalCountNasa\":7,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:36\"}]', null, '4', null, '2025-04-29 17:36:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917151032370237442', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电44所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"中电44所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GJ15412Q\",\"experimentDate\":\"2022.7.20\",\"experimentUser\":\"冯皓楠、李潇\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-053-1_1745919397989.pdf\",\"id\":\"1917066504955990017\",\"manufacturer\":\"中电44所\",\"name\":\"极窄线宽半导体激光器\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"光电子器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:36\"}]', null, '8', null, '2025-04-29 17:36:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917151166525050881', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HWD29GL01G99SOP56E\",\"experimentDate\":\"2024.5.16\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-068_1745919429793.rar\",\"id\":\"1917062258441293825\",\"manufacturer\":\"771所\",\"name\":\"KC-2024-JL-068\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:37\"}]', null, '5', null, '2025-04-29 17:37:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917151285819445250', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"河北北芯半导体科技有限公司\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"NC116258C-812P25-14S\",\"experimentDate\":\"2024.7.10-2024.7.11\",\"experimentUser\":\"孙梦君\",\"id\":\"1916860171195486210\",\"manufacturer\":\"河北北芯半导体科技有限公司\",\"name\":\"GaN功率放大器\",\"totalCountLhs\":18,\"totalCountXhy\":18,\"type\":\"放大器\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 17:37\"}]', null, '8', null, '2025-04-29 17:37:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917151292110901250', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SGM3001,TPW3111,L580,AER0SEMI\",\"experimentDate\":\"2022.03.16\",\"experimentUser\":\"任李贤\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-02101_1745919457489.pdf\",\"id\":\"1917059258305974274\",\"manufacturer\":\"771所\",\"name\":\"模拟开关电路\",\"totalCountLhs\":4,\"totalCountXhy\":4,\"type\":\"模拟集成电路\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 17:37\"}]', null, '7', null, '2025-04-29 17:37:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917151297982926849', '1', '用户名: zhangyun,登录成功!', null, 'zhangyun', '张云', '119.78.167.45', null, null, null, null, '0', null, '2025-04-29 17:37:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917151344405483521', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中物院八所七部\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"无\",\"experimentDate\":\"2024.7.23-2024.7.25\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-118_1745850568792.pdf\",\"id\":\"1916862351759609857\",\"manufacturer\":\"中国工程院物理研究院激光聚变研究中心\",\"name\":\"陶瓷片,铜膜,电阻器\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"敏感元器件\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 17:37\"}]', null, '6', null, '2025-04-29 17:37:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917151665827581954', '1', '用户名: changyuhai,登录成功!', null, 'changyuhai', '常余海', '119.78.164.166', null, null, null, null, '0', null, '2025-04-29 17:39:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917151689730920449', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西安电子科技大学\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"刘默寒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QCFP5-6\",\"experimentDate\":\"2024.8.14-2024.8.22\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-132_1745851014991.pdf,/oss/physical/temp/20240813_xidian_lmh_1745851134301.zip,/oss/physical/temp/data2_1745897799907.xlsx\",\"id\":\"1916864516637036545\",\"manufacturer\":\"西安电子科技大学\",\"name\":\"MOS管和SRAM电路\",\"totalCountLhs\":408,\"totalCountXhy\":408,\"type\":\"晶体管,数字集成电路\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 17:39\"}]', null, '7', null, '2025-04-29 17:39:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917151729568419842', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"济南半导体元件实验所\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"刘默寒\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3DK2222A\",\"experimentDate\":\"2024.6.12-2024.8.5\",\"experimentUser\":\"刘默寒\",\"fileUrl\":\"/oss/physical/temp/20240612济南半导体-安兆嵬-刘默寒_1745851491070.zip,/oss/physical/temp/KC-2024-JL-092_1745851501806.pdf,/oss/physical/temp/data3_1745898777044.xlsx\",\"id\":\"1916866291595186178\",\"manufacturer\":\"济南半导体元件实验所\",\"name\":\"高频小功率开关晶体管\",\"totalCountLhs\":432,\"totalCountXhy\":432,\"type\":\"晶体管\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 17:39\"}]', null, '8', null, '2025-04-29 17:39:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917151773742829569', '2', '历史一期记录-添加', '2', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"zhangchenyu\",\"createTime\":\"2025-04-29 17:39\",\"dataEntry\":\"张晨宇\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"S29GL512P10TFIR10\",\"experimentDate\":\"2024.5.19-2024.5.26\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-068_1745919515409.rar\",\"id\":\"1917151773726052354\",\"manufacturer\":\"771所\",\"name\":\"KC-2024-JL-068\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\"}]', null, '4', null, '2025-04-29 17:39:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917151985920086018', '2', '历史一期记录-添加', '2', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"zhangchenyu\",\"createTime\":\"2025-04-29 17:40\",\"dataEntry\":\"张晨宇\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MR4A0813CYS35\",\"experimentDate\":\"2024.5.19-2024.5.26\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-068_1745919625514.rar\",\"id\":\"1917151985769091074\",\"manufacturer\":\"771所\",\"name\":\"KC-2024-JL-068\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\"}]', null, '37', null, '2025-04-29 17:40:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917152058439602177', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"S29GL512P10TFIR10\",\"experimentDate\":\"2024.5.19-2024.5.26\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-068_1745919515409.rar\",\"id\":\"1917151773726052354\",\"manufacturer\":\"771所\",\"name\":\"KC-2024-JL-068\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:40\"}]', null, '8', null, '2025-04-29 17:40:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917152070544363522', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MR4A0813CYS35\",\"experimentDate\":\"2024.5.19-2024.5.26\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-068_1745919625514.rar\",\"id\":\"1917151985769091074\",\"manufacturer\":\"771所\",\"name\":\"KC-2024-JL-068\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:40\"}]', null, '7', null, '2025-04-29 17:40:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917152118762082305', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"S29GL512P10TFIR10\",\"experimentDate\":\"2024.5.19-2024.5.26\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-068_1745919515409.rar\",\"id\":\"1917151773726052354\",\"manufacturer\":\"771所\",\"name\":\"KC-2024-JL-068\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:40\"}]', null, '4', null, '2025-04-29 17:40:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917152134817878018', '2', '历史一期记录-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"张晨宇\",\"dataProvider\":\"\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MR4A0813CYS35\",\"experimentDate\":\"2024.5.19-2024.5.26\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-068_1745919625514.rar\",\"id\":\"1917151985769091074\",\"manufacturer\":\"771所\",\"name\":\"KC-2024-JL-068\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:41\"}]', null, '6', null, '2025-04-29 17:41:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917152179923423234', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9347、9407、0402F 、9648A、9721A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP27\",\"deviceName\":\"OP27\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"4/23/1998;5/5/1997;2/2005\",\"experimentUser\":\"薛彬睿\",\"id\":\"61bba62a95ebbb9d7d22b7268e176a0f\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":29,\"totalCountNasa\":6,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:41\"}]', null, '5', null, '2025-04-29 17:41:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917152233031700481', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9347、9407、0402F 、9648A、9721A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP27\",\"deviceName\":\"OP27\",\"deviceType\":\"放大器\",\"experimentDate\":\"4/23/1998;5/5/1997;2/2005\",\"experimentUser\":\"薛彬睿\",\"id\":\"61bba62a95ebbb9d7d22b7268e176a0f\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":29,\"totalCountNasa\":6,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:41\"}]', null, '5', null, '2025-04-29 17:41:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917152700646264834', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LED\",\"deviceMode\":\"NSPW500DS\",\"deviceName\":\"NSPW500DS\",\"deviceType\":\"二极管\",\"experimentDate\":\"2/1/2015\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ed9ce287673d94760fa3c2323b326c28/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/ed9ce287673d94760fa3c2323b326c28/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\",\\\"位移损伤效应_1745919796412.xlsx\\\":\\\"/oss/physical/NASA/ed9ce287673d94760fa3c2323b326c28/位移损伤效应_1745919796412.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/ed9ce287673d94760fa3c2323b326c28/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/ed9ce287673d94760fa3c2323b326c28/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"位移损伤效应_1745919796412.xlsx\":\"/oss/physical/NASA/ed9ce287673d94760fa3c2323b326c28/位移损伤效应_1745919796412.xlsx\"},\"id\":\"ed9ce287673d94760fa3c2323b326c28\",\"manufacturer\":\"Nichia\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:43\"}]', null, '8', null, '2025-04-29 17:43:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917152953093033986', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Dosimeter\",\"deviceMode\":\"SR-ESAPMOS4/RAD\",\"deviceName\":\"SR-ESAPMOS4/RAD\",\"deviceType\":\"CMOS\",\"experimentDate\":\"VdG2007APR\",\"fileList\":\"{\\\"G07APR_RADFET_TID.pdf\\\":\\\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/G07APR_RADFET_TID.pdf\\\",\\\"nsrec08_W2_TID.pdf\\\":\\\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/nsrec08_W2_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/data.xlsx\\\",\\\"电离总剂量效应_1745919856533.xlsx\\\":\\\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/电离总剂量效应_1745919856533.xlsx\\\"}\",\"fileMap\":{\"G07APR_RADFET_TID.pdf\":\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/G07APR_RADFET_TID.pdf\",\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/nsrec08_W2_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/data.xlsx\",\"电离总剂量效应_1745919856533.xlsx\":\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/电离总剂量效应_1745919856533.xlsx\"},\"id\":\"3eb32ee8bff38b18eef9a8e673a7ce0a\",\"manufacturer\":\"National Micro Research Center\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:44\"}]', null, '4', null, '2025-04-29 17:44:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917152979177410562', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Dosimeter\",\"deviceMode\":\"SR-ESAPMOS4/RAD\",\"deviceName\":\"SR-ESAPMOS4/RAD\",\"deviceType\":\"CMOS\",\"experimentDate\":\"VdG2007APR\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"G07APR_RADFET_TID.pdf\\\":\\\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/G07APR_RADFET_TID.pdf\\\",\\\"nsrec08_W2_TID.pdf\\\":\\\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/nsrec08_W2_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/data.xlsx\\\",\\\"电离总剂量效应_1745919856533.xlsx\\\":\\\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/电离总剂量效应_1745919856533.xlsx\\\"}\",\"fileMap\":{\"G07APR_RADFET_TID.pdf\":\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/G07APR_RADFET_TID.pdf\",\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/nsrec08_W2_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/data.xlsx\",\"电离总剂量效应_1745919856533.xlsx\":\"/oss/physical/NASA/3eb32ee8bff38b18eef9a8e673a7ce0a/电离总剂量效应_1745919856533.xlsx\"},\"id\":\"3eb32ee8bff38b18eef9a8e673a7ce0a\",\"manufacturer\":\"National Micro Research Center\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:44\"}]', null, '8', null, '2025-04-29 17:44:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917153073503113217', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9042\",\"deviceFunction\":\"LED\",\"deviceMode\":\"OP232TX\",\"deviceName\":\"OP232TX\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"11/22/1991\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"PPM-91-703.pdf\\\":\\\"/oss/physical/NASA/bfae4f2eb9375c44a4828f1bb050617f/PPM-91-703.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bfae4f2eb9375c44a4828f1bb050617f/data.xlsx\\\",\\\"电离总剂量效应-(17)_1745919847795.xlsx\\\":\\\"/oss/physical/NASA/bfae4f2eb9375c44a4828f1bb050617f/电离总剂量效应-(17)_1745919847795.xlsx\\\"}\",\"fileMap\":{\"PPM-91-703.pdf\":\"/oss/physical/NASA/bfae4f2eb9375c44a4828f1bb050617f/PPM-91-703.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bfae4f2eb9375c44a4828f1bb050617f/data.xlsx\",\"电离总剂量效应-(17)_1745919847795.xlsx\":\"/oss/physical/NASA/bfae4f2eb9375c44a4828f1bb050617f/电离总剂量效应-(17)_1745919847795.xlsx\"},\"id\":\"bfae4f2eb9375c44a4828f1bb050617f\",\"manufacturer\":\"Optek Technology\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:44\"}]', null, '6', null, '2025-04-29 17:44:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917153122912014338', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power Controller\",\"deviceMode\":\"SSP21110-025\",\"deviceName\":\"SSP21110-025\",\"deviceType\":\"Power Device\",\"experimentDate\":\"2/24/1994;7/17/1995;7/17/1995\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"b022494.pdf\\\":\\\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/b022494.pdf\\\",\\\"单粒子效应_1745918801213.xlsx\\\":\\\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/单粒子效应_1745918801213.xlsx\\\",\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/data.xlsx\\\",\\\"dcdc95.pdf\\\":\\\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/dcdc95.pdf\\\"}\",\"fileMap\":{\"b022494.pdf\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/b022494.pdf\",\"单粒子效应_1745918801213.xlsx\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/单粒子效应_1745918801213.xlsx\",\"ieee95a.pdf\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/data.xlsx\",\"dcdc95.pdf\":\"/oss/physical/NASA/2226024648c51b7834c3c53c1e3d8b71/dcdc95.pdf\"},\"id\":\"2226024648c51b7834c3c53c1e3d8b71\",\"manufacturer\":\"DDC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:44\"}]', null, '5', null, '2025-04-29 17:44:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917153288511524865', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Crystal Oscillator\",\"deviceMode\":\"SQXO-2-200kHz\",\"deviceName\":\"SQXO-2-200kHz\",\"deviceType\":\"Crystal Oscillator\",\"experimentDate\":\"5/30/1991\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0f9dcd2c5dff593c599dd76027ee4484/data.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/0f9dcd2c5dff593c599dd76027ee4484/data.xlsx\"},\"id\":\"0f9dcd2c5dff593c599dd76027ee4484\",\"manufacturer\":\"Statek\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:45\"}]', null, '5', null, '2025-04-29 17:45:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917153352009093121', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Crystal Oscillator\",\"deviceMode\":\"SQXO-2-100kHz\",\"deviceName\":\"SQXO-2-100kHz\",\"deviceType\":\"Crystal Oscillator\",\"experimentDate\":\"3/8/1991\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e4fcb467a44b3f9ba39f61a73f7b04cc/data.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/e4fcb467a44b3f9ba39f61a73f7b04cc/data.xlsx\"},\"id\":\"e4fcb467a44b3f9ba39f61a73f7b04cc\",\"manufacturer\":\"Statek\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:45\"}]', null, '5', null, '2025-04-29 17:45:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917153720755523586', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"河北北芯半导体科技有限公司\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-29 17:47\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"NC1620C-106-14S\",\"experimentDate\":\"2024.7.10\\t2024.7.11\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/20240710_1745919993814.zip,/oss/physical/temp/KC-2024-JL-108_1745920025511.pdf,/oss/physical/temp/data_1745920037392.xlsx\",\"id\":\"1917153720713580546\",\"manufacturer\":\"河北北芯半导体科技有限公司\",\"name\":\"单刀双掷开关\",\"totalCountLhs\":9,\"totalCountXhy\":9,\"type\":\"开关\"}]', null, '10', null, '2025-04-29 17:47:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917153948254572546', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MOSFET\",\"deviceMode\":\"SQS460EN-T1GE3\",\"deviceName\":\"SQS460EN-T1GE3\",\"deviceType\":\"p-channel trench\",\"experimentDate\":\"3/22/2017;4/11/2017\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/data.xlsx\\\",\\\"2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\\\":\\\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\\\",\\\"单粒子效应_1745920093826.xlsx\\\":\\\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/单粒子效应_1745920093826.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/data.xlsx\",\"2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\":\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\",\"单粒子效应_1745920093826.xlsx\":\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/单粒子效应_1745920093826.xlsx\"},\"id\":\"a8fe5908bb4c0e81690aaaec1745aae5\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:48\"}]', null, '5', null, '2025-04-29 17:48:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917153972363431938', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MOSFET\",\"deviceMode\":\"SQS460EN-T1GE3\",\"deviceName\":\"SQS460EN-T1GE3\",\"deviceType\":\"p-channel trench\",\"experimentDate\":\"3/22/2017;4/11/2017\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"单粒子效应_1745920093826.xlsx\\\":\\\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/单粒子效应_1745920093826.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/data.xlsx\\\",\\\"2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\\\":\\\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"单粒子效应_1745920093826.xlsx\":\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/单粒子效应_1745920093826.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/data.xlsx\",\"2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\":\"/oss/physical/NASA/a8fe5908bb4c0e81690aaaec1745aae5/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\"},\"id\":\"a8fe5908bb4c0e81690aaaec1745aae5\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:48\"}]', null, '8', null, '2025-04-29 17:48:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917153985944588290', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"SG1526\",\"deviceName\":\"SG1526\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"8/2006\",\"fileList\":\"{\\\"G06AUG_SG1526_TID.pdf\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/G06AUG_SG1526_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/data.xlsx\\\",\\\"nsrec07_W26_TID.pdf\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/nsrec07_W26_TID.pdf\\\"}\",\"fileMap\":{\"G06AUG_SG1526_TID.pdf\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/G06AUG_SG1526_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/nsrec07_W26_TID.pdf\"},\"id\":\"15c2a14607760337ca0973e5716f58b9\",\"manufacturer\":\"Micro-Semi\",\"totalCountLhs\":360,\"totalCountNasa\":90,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:48\"}]', null, '5', null, '2025-04-29 17:48:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917154036750192641', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"SG1526\",\"deviceName\":\"SG1526\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"8/2006\",\"fileList\":\"{\\\"G06AUG_SG1526_TID.pdf\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/G06AUG_SG1526_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/data.xlsx\\\",\\\"nsrec07_W26_TID.pdf\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/nsrec07_W26_TID.pdf\\\"}\",\"fileMap\":{\"G06AUG_SG1526_TID.pdf\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/G06AUG_SG1526_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/nsrec07_W26_TID.pdf\"},\"id\":\"15c2a14607760337ca0973e5716f58b9\",\"manufacturer\":\"Micro-Semi\",\"totalCountLhs\":540,\"totalCountNasa\":90,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:48\"}]', null, '4', null, '2025-04-29 17:48:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917154335049093122', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"GaAlAs IR, 890nm\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OP224 LED\",\"deviceName\":\"OP224 LED\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"7/1999\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/0eec883ca32f379f060119adfad56f2e/nsrec00_W22.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0eec883ca32f379f060119adfad56f2e/data.xlsx\\\",\\\"单粒子效应-(5)_1745920173169.xlsx\\\":\\\"/oss/physical/NASA/0eec883ca32f379f060119adfad56f2e/单粒子效应-(5)_1745920173169.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/0eec883ca32f379f060119adfad56f2e/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0eec883ca32f379f060119adfad56f2e/data.xlsx\",\"单粒子效应-(5)_1745920173169.xlsx\":\"/oss/physical/NASA/0eec883ca32f379f060119adfad56f2e/单粒子效应-(5)_1745920173169.xlsx\"},\"id\":\"0eec883ca32f379f060119adfad56f2e\",\"manufacturer\":\"Optek\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-29 17:49\"}]', null, '8', null, '2025-04-29 17:49:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917154371023638530', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"13 - 082\",\"deviceFunction\":\"CBRAM\",\"deviceMode\":\"RM24\",\"deviceName\":\"RM24\",\"deviceType\":\"Non Volatile Memory\",\"experimentDate\":\"5/1/2014;6/3/2014;09/19/2014\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"13-082a_LBNL20140430_RM24C128.pdf\\\":\\\"/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/13-082a_LBNL20140430_RM24C128.pdf\\\",\\\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\":\\\"/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\",\\\"20160005843.pdf\\\":\\\"/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/20160005843.pdf\\\",\\\"data_1745920194732.xlsx\\\":\\\"/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/data_1745920194732.xlsx\\\"}\",\"fileMap\":{\"13-082a_LBNL20140430_RM24C128.pdf\":\"/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/13-082a_LBNL20140430_RM24C128.pdf\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"20160005843.pdf\":\"/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/20160005843.pdf\",\"data_1745920194732.xlsx\":\"/oss/physical/NASA/a9d1d5c0eefa0bb0d887571952a2aab3/data_1745920194732.xlsx\"},\"id\":\"a9d1d5c0eefa0bb0d887571952a2aab3\",\"manufacturer\":\"Adesto\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 17:49\"}]', null, '6', null, '2025-04-29 17:49:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917154398609575938', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1526\",\"deviceName\":\"SG1526\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"11/23/2004\",\"fileList\":\"{\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/nsrec05_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/data.xlsx\\\"}\",\"fileMap\":{\"nsrec05_W5.pdf\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/nsrec05_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/data.xlsx\"},\"id\":\"52657fbed8ab38204c28558a4d5fc45e\",\"manufacturer\":\"Linfinity/ Microsemi\",\"totalCountLhs\":23,\"totalCountNasa\":23,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:50\"}]', null, '5', null, '2025-04-29 17:50:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917154530377830402', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"河北北芯半导体科技有限公司\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-29 17:50\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BWFX85211327A\",\"experimentDate\":\"2024.7.10-2024.7.11\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/data_1745920203557.xlsx,/oss/physical/temp/20240710_1745920212738.zip,/oss/physical/temp/KC-2024-JL-108_1745920231971.pdf\",\"id\":\"1917154530352664578\",\"manufacturer\":\"河北北芯半导体科技有限公司\",\"name\":\"功率移相器\",\"totalCountLhs\":9,\"totalCountXhy\":9,\"type\":\"放大器\"}]', null, '6', null, '2025-04-29 17:50:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917154536358907906', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MOSFET\",\"deviceMode\":\"SQJ431EP-TI-GE3\",\"deviceName\":\"SQJ431EP-TI-GE3\",\"deviceType\":\"p-channel trench\",\"experimentDate\":\"9/26/2016;4/11/2017\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/data.xlsx\\\",\\\"2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\\\":\\\"/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\\\",\\\"单粒子效应_1745920227127.xlsx\\\":\\\"/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/单粒子效应_1745920227127.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/data.xlsx\",\"2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\":\"/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\",\"单粒子效应_1745920227127.xlsx\":\"/oss/physical/NASA/5a874a38feb597a1e3e4e81f69b3b248/单粒子效应_1745920227127.xlsx\"},\"id\":\"5a874a38feb597a1e3e4e81f69b3b248\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:50\"}]', null, '8', null, '2025-04-29 17:50:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917154632458801154', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1525A\",\"deviceName\":\"SG1525A\",\"deviceType\":\"Power Device\",\"experimentDate\":\"8/11/2002;7/25/2003\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/data.xlsx\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/NSREC03_W10.pdf\\\",\\\"T081102_SG1525A.pdf\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/T081102_SG1525A.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/NSREC03_W10.pdf\",\"T081102_SG1525A.pdf\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/T081102_SG1525A.pdf\"},\"id\":\"774ec3077c045a64bcd47e94a02e2392\",\"manufacturer\":\"Linfinity\",\"totalCountLhs\":35,\"totalCountNasa\":35,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:50\"}]', null, '8', null, '2025-04-29 17:50:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917154933903429634', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"河北北芯半导体科技有限公司\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BWFX85211327A\",\"experimentDate\":\"2024.7.10-2024.7.11\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/20240710_1745920212738.zip,/oss/physical/temp/KC-2024-JL-108_1745920231971.pdf,/oss/physical/temp/data_1745920328594.xlsx\",\"id\":\"1917154530352664578\",\"manufacturer\":\"河北北芯半导体科技有限公司\",\"name\":\"功率移相器\",\"totalCountLhs\":9,\"totalCountXhy\":9,\"type\":\"放大器\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 17:52\"}]', null, '4', null, '2025-04-29 17:52:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917155005911240706', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"河北北芯半导体科技有限公司\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"NC1620C-106-14S\",\"experimentDate\":\"2024.7.10\\t2024.7.11\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/20240710_1745919993814.zip,/oss/physical/temp/KC-2024-JL-108_1745920025511.pdf,/oss/physical/temp/data_1745920342556.xlsx\",\"id\":\"1917153720713580546\",\"manufacturer\":\"河北北芯半导体科技有限公司\",\"name\":\"单刀双掷开关\",\"totalCountLhs\":9,\"totalCountXhy\":9,\"type\":\"开关\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 17:52\"}]', null, '6', null, '2025-04-29 17:52:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917155006531997698', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MIL-STD-1553B Transceiver\",\"deviceMode\":\"NHI1529\",\"deviceName\":\"NHI1529\",\"deviceType\":\"Fiber Optics\",\"experimentDate\":\"8/3/1993;7/18/1994\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/nsrec94a.pdf\\\",\\\"b080393.pdf\\\":\\\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/b080393.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/data.xlsx\\\",\\\"NHI1529单粒子效应_1745920346232.xlsx\\\":\\\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/NHI1529单粒子效应_1745920346232.xlsx\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/data.xlsx\",\"NHI1529单粒子效应_1745920346232.xlsx\":\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/NHI1529单粒子效应_1745920346232.xlsx\"},\"id\":\"2adad64941998ac3037dd89aaca749b1\",\"manufacturer\":\"National Hybrids\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:52\"}]', null, '7', null, '2025-04-29 17:52:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917155052686118913', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MIL-STD-1553B Transceiver\",\"deviceMode\":\"NHI1529\",\"deviceName\":\"NHI1529\",\"deviceType\":\"其他集成电路\",\"experimentDate\":\"8/3/1993;7/18/1994\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/nsrec94a.pdf\\\",\\\"b080393.pdf\\\":\\\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/b080393.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/data.xlsx\\\",\\\"NHI1529单粒子效应_1745920346232.xlsx\\\":\\\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/NHI1529单粒子效应_1745920346232.xlsx\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/data.xlsx\",\"NHI1529单粒子效应_1745920346232.xlsx\":\"/oss/physical/NASA/2adad64941998ac3037dd89aaca749b1/NHI1529单粒子效应_1745920346232.xlsx\"},\"id\":\"2adad64941998ac3037dd89aaca749b1\",\"manufacturer\":\"National Hybrids\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:52\"}]', null, '16', null, '2025-04-29 17:52:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917155100308246530', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1524B\",\"deviceName\":\"SG1524B\",\"deviceType\":\"PWM\",\"experimentDate\":\"3/29/1991\",\"fileList\":\"{\\\"PPM-91-228.pdf\\\":\\\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/PPM-91-228.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/data.xlsx\\\"}\",\"fileMap\":{\"PPM-91-228.pdf\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/PPM-91-228.pdf\",\"data.xlsx\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/data.xlsx\"},\"id\":\"73bceb6b64d292c752db1a21e62b1607\",\"manufacturer\":\"Silicon General\",\"totalCountLhs\":112,\"totalCountNasa\":112,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-29 17:52\"}]', null, '5', null, '2025-04-29 17:52:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917155129576099842', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MOSFET\",\"deviceMode\":\"SQJ431EP\",\"deviceName\":\"SQJ431EP\",\"deviceType\":\"TrenchFET\",\"experimentDate\":\"9/26/2016\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\":\\\"/oss/physical/NASA/300019f17c5072a930243b3106b97b64/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/300019f17c5072a930243b3106b97b64/data.xlsx\\\",\\\"单粒子效应_1745920371709.xlsx\\\":\\\"/oss/physical/NASA/300019f17c5072a930243b3106b97b64/单粒子效应_1745920371709.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/300019f17c5072a930243b3106b97b64/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/300019f17c5072a930243b3106b97b64/data.xlsx\",\"单粒子效应_1745920371709.xlsx\":\"/oss/physical/NASA/300019f17c5072a930243b3106b97b64/单粒子效应_1745920371709.xlsx\"},\"id\":\"300019f17c5072a930243b3106b97b64\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:52\"}]', null, '5', null, '2025-04-29 17:52:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917155493012541441', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MIL-STD-1553B Transceiver\",\"deviceMode\":\"NHI1500\",\"deviceName\":\"NHI1500\",\"deviceType\":\"Fiber Optics\",\"experimentDate\":\"8/3/1993;7/18/1994\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/nsrec94a.pdf\\\",\\\"b080393.pdf\\\":\\\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/b080393.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/data.xlsx\\\",\\\"NHI1500单粒子效应_1745920462794.xlsx\\\":\\\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/NHI1500单粒子效应_1745920462794.xlsx\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/data.xlsx\",\"NHI1500单粒子效应_1745920462794.xlsx\":\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/NHI1500单粒子效应_1745920462794.xlsx\"},\"id\":\"bc44f97961b6b582bc33e68b7013d2aa\",\"manufacturer\":\"National Hybrids\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 17:54\"}]', null, '8', null, '2025-04-29 17:54:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917155682452475906', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"河北北芯半导体科技有限公司\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-29 17:55\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"NC1615C-112-14S\",\"experimentDate\":\"2024.7.10\\t2024.7.11\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/data_1745920481528.xlsx,/oss/physical/temp/20240710_1745920491442.zip,/oss/physical/temp/KC-2024-JL-108_1745920500325.pdf\",\"id\":\"1917155682435698690\",\"manufacturer\":\"河北北芯半导体科技有限公司\",\"name\":\"单刀单置开关\",\"totalCountLhs\":9,\"totalCountXhy\":9,\"type\":\"开关\"}]', null, '4', null, '2025-04-29 17:55:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917155744788221954', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海通信技术有限公司\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LTC2672HUH-12#PBF\",\"experimentDate\":\"2025.02.28\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-025_1745920522561.xlsx\",\"id\":\"1916420454243078145\",\"manufacturer\":\"上海通信技术有限公司\",\"name\":\"稳流源\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"模拟集成电路/电源变换器\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-29 17:55\"}]', null, '7', null, '2025-04-29 17:55:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917156308766920706', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-29 17:57:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917156402836770817', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"河北北芯半导体科技有限公司\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-29 17:58\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"NC20604C9(QS)\",\"experimentDate\":\"2024.7.10\\t2024.7.11\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-108_1745920648379.pdf,/oss/physical/temp/data_1745920655413.xlsx,/oss/physical/temp/20240710_1745920667979.zip\",\"id\":\"1917156402811604993\",\"manufacturer\":\"河北北芯半导体科技有限公司\",\"name\":\"专用差分放大器比较器\",\"totalCountLhs\":9,\"totalCountXhy\":9,\"type\":\"放大器\"}]', null, '8', null, '2025-04-29 17:58:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917156652859232257', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"16-bit ADC\",\"deviceMode\":\"SPT7922\",\"deviceName\":\"SPT7922\",\"deviceType\":\"Analog Device\",\"experimentDate\":\"1/6/1994;7/18/1994\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/nsrec94a.pdf\\\",\\\"b010694.pdf\\\":\\\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/b010694.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/data.xlsx\\\",\\\"单粒子效应_1745920738856.xlsx\\\":\\\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/单粒子效应_1745920738856.xlsx\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/nsrec94a.pdf\",\"b010694.pdf\":\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/b010694.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/data.xlsx\",\"单粒子效应_1745920738856.xlsx\":\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/单粒子效应_1745920738856.xlsx\"},\"id\":\"c12d7a29bc3f9224a60d3e5365f6691f\",\"manufacturer\":\"SPT\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 17:58\"}]', null, '5', null, '2025-04-29 17:59:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917156668545929218', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"重庆大学\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-29 17:59\",\"dataEntry\":\"常余海\",\"dataProvider\":\"重庆大学\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"XX\",\"experimentDate\":\"2023年11月19日\",\"experimentUser\":\"于钢\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-12301_1745920737973.pdf\",\"id\":\"1917156668529152002\",\"manufacturer\":\"XX\",\"name\":\"KC-2023-JL-12301\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电气电子组件\"}]', null, '4', null, '2025-04-29 17:59:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917156862280830977', '2', '历史一期记录-添加', '2', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"河北北芯半导体科技有限公司\",\"createBy\":\"luoyongheng\",\"createTime\":\"2025-04-29 17:59\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BWQDQ1802(NC2256C)\",\"experimentDate\":\"2024.7.10\\t2024.7.11\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/20240710_1745920768254.zip,/oss/physical/temp/KC-2024-JL-108_1745920775397.pdf,/oss/physical/temp/data_1745920786731.xlsx\",\"id\":\"1917156862264053762\",\"manufacturer\":\"河北北芯半导体科技有限公司\",\"name\":\"开关驱动芯片\",\"totalCountLhs\":9,\"totalCountXhy\":9,\"type\":\"开关\"}]', null, '5', null, '2025-04-29 17:59:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917157273574281218', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"SSD 850 PRO series\",\"deviceMode\":\"MZ7KE256HMHA\",\"deviceName\":\"SSD\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"10/24/2014\",\"experimentUser\":\"杜帅彬\",\"id\":\"374a42dae0bd16baf5643c4294d6eccb\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":20,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 18:01\"}]', null, '7', null, '2025-04-29 18:01:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917157436686569473', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Analog to Digital Converter\",\"deviceMode\":\"SPT7760\",\"deviceName\":\"SPT7760\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"8/1/1998;7/19/2001;3/18/2000;9/12/2002;7/25/2003\",\"experimentUser\":\"罗梓康\",\"id\":\"3a542c304b14be44d37b77da92402452\",\"manufacturer\":\"Signal Processing Technology\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:02\"}]', null, '8', null, '2025-04-29 18:02:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917157441287720961', '2', '历史一期记录-编辑', '3', 'luoyongheng', '罗永恒', '119.78.164.168', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"河北北芯半导体科技有限公司\",\"dataEntry\":\"罗永恒\",\"dataProvider\":\"孙梦君\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"NC116258C-812P25-14S\",\"experimentDate\":\"2024.7.10-2024.7.11\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/data_1745920907659.xlsx,/oss/physical/temp/20240710_1745920914726.zip,/oss/physical/temp/KC-2024-JL-108_1745920923882.pdf\",\"id\":\"1916860171195486210\",\"manufacturer\":\"河北北芯半导体科技有限公司\",\"name\":\"GaN功率放大器\",\"totalCountLhs\":18,\"totalCountXhy\":18,\"type\":\"放大器\",\"updateBy\":\"luoyongheng\",\"updateTime\":\"2025-04-29 18:02\"}]', null, '7', null, '2025-04-29 18:02:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917158048459362305', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"7W4453G019\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RM158\",\"deviceName\":\"RM158\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"09JAN:DC\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/nsrec09_W13_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/data.xlsx\\\",\\\"VdG09JAN_RM158_na.pdf\\\":\\\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/VdG09JAN_RM158_na.pdf\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/data.xlsx\",\"VdG09JAN_RM158_na.pdf\":\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/VdG09JAN_RM158_na.pdf\"},\"id\":\"744969e34af875d62c90366d003b0462\",\"manufacturer\":\"National Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 18:04\"}]', null, '5', null, '2025-04-29 18:04:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917158122765651970', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"General Purpose High Voltage Power NPN BJT\",\"deviceMode\":\"SPT6235MS\",\"deviceName\":\"SPT6235MS\",\"deviceType\":\"Power Device\",\"experimentDate\":\"7/2011\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/data.xlsx\\\",\\\"电离总剂量效应_1745921088814.xlsx\\\":\\\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/电离总剂量效应_1745921088814.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/data.xlsx\",\"电离总剂量效应_1745921088814.xlsx\":\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/电离总剂量效应_1745921088814.xlsx\"},\"id\":\"01fc024f37f0eacdb678eb7cfa498a7b\",\"manufacturer\":\"SSDI\",\"totalCountLhs\":11,\"totalCountNasa\":4,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:04\"}]', null, '5', null, '2025-04-29 18:04:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917158149571448834', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"General Purpose High Voltage Power NPN BJT\",\"deviceMode\":\"SPT6235MS\",\"deviceName\":\"SPT6235MS\",\"deviceType\":\"Power Device\",\"experimentDate\":\"7/2011\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"电离总剂量效应_1745921088814.xlsx\\\":\\\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/电离总剂量效应_1745921088814.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/nsrec2011_W5_TID.pdf\\\"}\",\"fileMap\":{\"电离总剂量效应_1745921088814.xlsx\":\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/电离总剂量效应_1745921088814.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/01fc024f37f0eacdb678eb7cfa498a7b/nsrec2011_W5_TID.pdf\"},\"id\":\"01fc024f37f0eacdb678eb7cfa498a7b\",\"manufacturer\":\"SSDI\",\"totalCountLhs\":11,\"totalCountNasa\":4,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:04\"}]', null, '8', null, '2025-04-29 18:04:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917158291850629121', '2', '历史一期记录-添加', '2', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"北京博达\",\"createBy\":\"zhangyun\",\"createTime\":\"2025-04-29 18:05\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"XC7Z020-2CLG400I\",\"experimentDate\":\"2023/3/7\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-032_1745921129051.xlsx\",\"id\":\"1917158291825463297\",\"manufacturer\":\"北京博达\",\"name\":\"SOC芯片\",\"totalCountLhs\":6,\"totalCountXhy\":2,\"type\":\"数字集成电路\"}]', null, '5', null, '2025-04-29 18:05:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917158445345378305', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Solid State Drive\",\"deviceMode\":\"MZ7KE128BW\",\"deviceName\":\"SSD\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"2014\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\",\\\"电离总剂量效应_1745921165012.xlsx\\\":\\\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/电离总剂量效应_1745921165012.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"电离总剂量效应_1745921165012.xlsx\":\"/oss/physical/NASA/86cd79b1424e1a4c3889a4f37647b607/电离总剂量效应_1745921165012.xlsx\"},\"id\":\"86cd79b1424e1a4c3889a4f37647b607\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 18:06\"}]', null, '6', null, '2025-04-29 18:06:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917158589595881474', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院上海微系统与信息技术研究所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 18:06\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"VESOI GAA MOSFET\",\"experimentDate\":\"2023.03.06-2023.03.10\",\"experimentUser\":\"张巍\",\"id\":\"1917158589579104257\",\"manufacturer\":\"微系统所\",\"name\":\"GAA器件\",\"type\":\"晶体管\"}]', null, '3', null, '2025-04-29 18:06:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917158727223578625', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Automotive Microcontroller\",\"deviceMode\":\"SPC5606B\",\"deviceName\":\"SPC5606B\",\"deviceType\":\"90nm CMOS\",\"experimentDate\":\"8/22/2015;12/18/2015\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/927e1523e05eb9a856088e7c7564bec2/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/927e1523e05eb9a856088e7c7564bec2/data.xlsx\\\",\\\"单粒子效应_1745921233174.xlsx\\\":\\\"/oss/physical/NASA/927e1523e05eb9a856088e7c7564bec2/单粒子效应_1745921233174.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/927e1523e05eb9a856088e7c7564bec2/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/927e1523e05eb9a856088e7c7564bec2/data.xlsx\",\"单粒子效应_1745921233174.xlsx\":\"/oss/physical/NASA/927e1523e05eb9a856088e7c7564bec2/单粒子效应_1745921233174.xlsx\"},\"id\":\"927e1523e05eb9a856088e7c7564bec2\",\"manufacturer\":\"NXP (Freescale)\",\"totalCountLhs\":12,\"totalCountNasa\":4,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:07\"}]', null, '6', null, '2025-04-29 18:07:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917158788934373378', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Solid State Drive\",\"deviceMode\":\"MZ-75E250\",\"deviceName\":\"SSD\",\"deviceType\":\"三维集成电路\",\"experimentDate\":\"2014\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\",\\\"电离总剂量效应_1745921246908.xlsx\\\":\\\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/电离总剂量效应_1745921246908.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"电离总剂量效应_1745921246908.xlsx\":\"/oss/physical/NASA/ce0b28861b6a9a07c71c6db7907e6ff8/电离总剂量效应_1745921246908.xlsx\"},\"id\":\"ce0b28861b6a9a07c71c6db7907e6ff8\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 18:07\"}]', null, '4', null, '2025-04-29 18:07:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917158821029187586', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海微系统与信息技术研究所\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"VESOI GAA MOSFET\",\"experimentDate\":\"2023.03.06-2023.03.10\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-025_1745921254222.pdf\",\"id\":\"1917158589579104257\",\"manufacturer\":\"微系统所\",\"name\":\"GAA器件\",\"type\":\"晶体管\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 18:07\"}]', null, '6', null, '2025-04-29 18:07:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917159023593099266', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中物院8所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-29 18:08\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中物院8所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"XX\",\"experimentDate\":\"2023.9.14\",\"experimentUser\":\"阚永葭\",\"id\":\"1917159023567933442\",\"manufacturer\":\"XX\",\"name\":\"KC-2023-JL-080\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-29 18:08:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917159210000551938', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"重庆大学\",\"dataEntry\":\"常余海\",\"dataProvider\":\"重庆大学\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"XX\",\"experimentDate\":\"2023年11月19日\",\"experimentUser\":\"于钢\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-12301_1745920737973.pdf\",\"id\":\"1917156668529152002\",\"manufacturer\":\"XX\",\"name\":\"KC-2023-JL-123\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-29 18:09\"}]', null, '7', null, '2025-04-29 18:09:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917159279961542657', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"P-Channel MOSFET\",\"deviceMode\":\"NDS352AP\",\"deviceName\":\"NDS352AP\",\"deviceType\":\"晶体管\",\"experimentDate\":\"12/31/2001\",\"fileList\":\"{\\\"N123101_NDS352A.pdf\\\":\\\"/oss/physical/NASA/5c14e2bfac988dc7db4dd9865a3eb2ab/N123101_NDS352A.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5c14e2bfac988dc7db4dd9865a3eb2ab/data.xlsx\\\",\\\"NDS352AP电离总剂量效应_1745921363032.xlsx\\\":\\\"/oss/physical/NASA/5c14e2bfac988dc7db4dd9865a3eb2ab/NDS352AP电离总剂量效应_1745921363032.xlsx\\\"}\",\"fileMap\":{\"N123101_NDS352A.pdf\":\"/oss/physical/NASA/5c14e2bfac988dc7db4dd9865a3eb2ab/N123101_NDS352A.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5c14e2bfac988dc7db4dd9865a3eb2ab/data.xlsx\",\"NDS352AP电离总剂量效应_1745921363032.xlsx\":\"/oss/physical/NASA/5c14e2bfac988dc7db4dd9865a3eb2ab/NDS352AP电离总剂量效应_1745921363032.xlsx\"},\"id\":\"5c14e2bfac988dc7db4dd9865a3eb2ab\",\"manufacturer\":\"Fairchild\",\"totalCountLhs\":6,\"totalCountNasa\":2,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 18:09\"}]', null, '8', null, '2025-04-29 18:09:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917159311301382146', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"18 bit DAC\",\"deviceMode\":\"SP9380\",\"deviceName\":\"SP9380\",\"deviceType\":\"Analog Device\",\"experimentDate\":\"8/16/1995;7/15/1996;10/27/1995\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/random6a.pdf\\\",\\\"PPM-95-184.pdf\\\":\\\"/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/PPM-95-184.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/data.xlsx\\\",\\\"单粒子效应_1745921372687.xlsx\\\":\\\"/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/单粒子效应_1745921372687.xlsx\\\"}\",\"fileMap\":{\"random6a.pdf\":\"/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/random6a.pdf\",\"PPM-95-184.pdf\":\"/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/PPM-95-184.pdf\",\"data.xlsx\":\"/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/data.xlsx\",\"单粒子效应_1745921372687.xlsx\":\"/oss/physical/NASA/03705492c36b7d8c4781f3d1f12df0e5/单粒子效应_1745921372687.xlsx\"},\"id\":\"03705492c36b7d8c4781f3d1f12df0e5\",\"manufacturer\":\"Sipex\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:09\"}]', null, '8', null, '2025-04-29 18:09:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917159347707940866', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MIL-STD-1553B Transceiver\",\"deviceMode\":\"NHI1500\",\"deviceName\":\"NHI1500\",\"deviceType\":\"其他集成电路\",\"experimentDate\":\"8/3/1993;7/18/1994\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/nsrec94a.pdf\\\",\\\"b080393.pdf\\\":\\\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/b080393.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/data.xlsx\\\",\\\"NHI1500单粒子效应_1745920462794.xlsx\\\":\\\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/NHI1500单粒子效应_1745920462794.xlsx\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/nsrec94a.pdf\",\"b080393.pdf\":\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/b080393.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/data.xlsx\",\"NHI1500单粒子效应_1745920462794.xlsx\":\"/oss/physical/NASA/bc44f97961b6b582bc33e68b7013d2aa/NHI1500单粒子效应_1745920462794.xlsx\"},\"id\":\"bc44f97961b6b582bc33e68b7013d2aa\",\"manufacturer\":\"National Hybrids\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 18:09\"}]', null, '4', null, '2025-04-29 18:09:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917160700589084673', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"NAND gate\",\"deviceMode\":\"SNV54LVC00AW\",\"deviceName\":\"SNV54LVC00AW\",\"deviceType\":\"CMOS\",\"experimentDate\":\"11/20/2019\",\"experimentUser\":\"罗梓康\",\"id\":\"3648e218c433c04758bb0bc82fa89503\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:15\"}]', null, '5', null, '2025-04-29 18:15:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917160917384269826', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中物院8所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中物院8所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"XX\",\"experimentDate\":\"2023.9.14\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-080_1745921752881.pdf\",\"id\":\"1917159023567933442\",\"manufacturer\":\"XX\",\"name\":\"KC-2023-JL-080\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-29 18:15\"}]', null, '5', null, '2025-04-29 18:15:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917161207521054722', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH310\",\"deviceName\":\"RH310\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/2011\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/data.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/data.xlsx\"},\"id\":\"fbd3d84e95a35f350e214fffc835d95a\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 18:17\"}]', null, '6', null, '2025-04-29 18:17:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917161248738480130', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Hex Schmitt-Trigger Inverter\",\"deviceMode\":\"SNJ54LVC14AFK\",\"deviceName\":\"SNJ54LVC14AFK\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"5/6/2013\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"13-029_T20130506_54LVC14.pdf\\\":\\\"/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/13-029_T20130506_54LVC14.pdf\\\",\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/data.xlsx\\\",\\\"单粒子效应_1745921828100.xlsx\\\":\\\"/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/单粒子效应_1745921828100.xlsx\\\"}\",\"fileMap\":{\"13-029_T20130506_54LVC14.pdf\":\"/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/13-029_T20130506_54LVC14.pdf\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/data.xlsx\",\"单粒子效应_1745921828100.xlsx\":\"/oss/physical/NASA/f33e7feb7ed76f5e593bdab1c9acab35/单粒子效应_1745921828100.xlsx\"},\"id\":\"f33e7feb7ed76f5e593bdab1c9acab35\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":6,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:17\"}]', null, '8', null, '2025-04-29 18:17:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917161645360254977', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4 bit Comparator\",\"deviceMode\":\"SNJ54HC85\",\"deviceName\":\"SNJ54HC85\",\"deviceType\":\"Comparator\",\"experimentDate\":\"6/13/1991\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"PPM-91-412.pdf\\\":\\\"/oss/physical/NASA/d0cee94c1405d63632906e6a848f95c0/PPM-91-412.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d0cee94c1405d63632906e6a848f95c0/data.xlsx\\\",\\\"电离总剂量效应_1745921908820.xlsx\\\":\\\"/oss/physical/NASA/d0cee94c1405d63632906e6a848f95c0/电离总剂量效应_1745921908820.xlsx\\\"}\",\"fileMap\":{\"PPM-91-412.pdf\":\"/oss/physical/NASA/d0cee94c1405d63632906e6a848f95c0/PPM-91-412.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d0cee94c1405d63632906e6a848f95c0/data.xlsx\",\"电离总剂量效应_1745921908820.xlsx\":\"/oss/physical/NASA/d0cee94c1405d63632906e6a848f95c0/电离总剂量效应_1745921908820.xlsx\"},\"id\":\"d0cee94c1405d63632906e6a848f95c0\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:18\"}]', null, '6', null, '2025-04-29 18:18:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917161861085892610', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"DAC 12-bit\",\"deviceMode\":\"MX7847TQ\",\"deviceName\":\"DAC(数字模拟转换器)\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"7/20/1998;7/15/1997\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/data.xlsx\\\",\\\"PPM-97-025.pdf\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/PPM-97-025.pdf\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/data.xlsx\",\"PPM-97-025.pdf\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/PPM-97-025.pdf\"},\"id\":\"a526d03f7c479f6c5953941790ee7c0b\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 18:19\"}]', null, '5', null, '2025-04-29 18:19:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917161969722560513', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"OR-Gates\",\"deviceMode\":\"SNJ54HC4075J\",\"deviceName\":\"SNJ54HC4075J\",\"deviceType\":\"Logic Gate\",\"experimentDate\":\"6/8/1992\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"PPM-92-177.pdf\\\":\\\"/oss/physical/NASA/9b2c1c7fd4915ec249c16a591c484efb/PPM-92-177.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9b2c1c7fd4915ec249c16a591c484efb/data.xlsx\\\",\\\"电离总剂量效应_1745922006254.xlsx\\\":\\\"/oss/physical/NASA/9b2c1c7fd4915ec249c16a591c484efb/电离总剂量效应_1745922006254.xlsx\\\"}\",\"fileMap\":{\"PPM-92-177.pdf\":\"/oss/physical/NASA/9b2c1c7fd4915ec249c16a591c484efb/PPM-92-177.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9b2c1c7fd4915ec249c16a591c484efb/data.xlsx\",\"电离总剂量效应_1745922006254.xlsx\":\"/oss/physical/NASA/9b2c1c7fd4915ec249c16a591c484efb/电离总剂量效应_1745922006254.xlsx\"},\"id\":\"9b2c1c7fd4915ec249c16a591c484efb\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:20\"}]', null, '8', null, '2025-04-29 18:20:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917162229882654721', '1', '用户名: mayinjie,登录成功!', null, 'mayinjie', '马崟洁', '119.78.164.173', null, null, null, null, '0', null, '2025-04-29 18:21:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917162326850768898', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Analog Switch\",\"deviceMode\":\"SNJ54HC4066J\",\"deviceName\":\"SNJ54HC4066J\",\"deviceType\":\"Analog Switch\",\"experimentDate\":\"9/18/1992\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"PPM-92-237.pdf\\\":\\\"/oss/physical/NASA/3005968582853c7cc1a584a68992bf4a/PPM-92-237.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3005968582853c7cc1a584a68992bf4a/data.xlsx\\\",\\\"电离总剂量效应_1745922087340.xlsx\\\":\\\"/oss/physical/NASA/3005968582853c7cc1a584a68992bf4a/电离总剂量效应_1745922087340.xlsx\\\"}\",\"fileMap\":{\"PPM-92-237.pdf\":\"/oss/physical/NASA/3005968582853c7cc1a584a68992bf4a/PPM-92-237.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3005968582853c7cc1a584a68992bf4a/data.xlsx\",\"电离总剂量效应_1745922087340.xlsx\":\"/oss/physical/NASA/3005968582853c7cc1a584a68992bf4a/电离总剂量效应_1745922087340.xlsx\"},\"id\":\"3005968582853c7cc1a584a68992bf4a\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:21\"}]', null, '8', null, '2025-04-29 18:21:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917162475215884289', '2', '历史一期记录-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海航天技术基础研究所\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH(20-500-9R5-110H/SP型\",\"experimentDate\":\"2024.6.20-2024.8.21\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-097_1745842460965.pdf,/oss/physical/temp/80820240620_1745917882911.rar,/oss/physical/temp/电离总剂量效应_1745922125163.xlsx\",\"id\":\"1916828331726311426\",\"manufacturer\":\"中电24所\",\"name\":\"DC变换器\",\"type\":\"转换器\",\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-29 18:22\"}]', null, '5', null, '2025-04-29 18:22:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917162790820483074', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"BiCMOS Logic Driver\",\"deviceMode\":\"SNJ54ABT245AJ\",\"deviceName\":\"SNJ54ABT245AJ\",\"deviceType\":\"Logic\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/b73bc49335bf07de276923dc6c1bc25e/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b73bc49335bf07de276923dc6c1bc25e/data.xlsx\\\",\\\"单粒子效应_1745922199434.xlsx\\\":\\\"/oss/physical/NASA/b73bc49335bf07de276923dc6c1bc25e/单粒子效应_1745922199434.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/b73bc49335bf07de276923dc6c1bc25e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b73bc49335bf07de276923dc6c1bc25e/data.xlsx\",\"单粒子效应_1745922199434.xlsx\":\"/oss/physical/NASA/b73bc49335bf07de276923dc6c1bc25e/单粒子效应_1745922199434.xlsx\"},\"id\":\"b73bc49335bf07de276923dc6c1bc25e\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:23\"}]', null, '6', null, '2025-04-29 18:23:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917163337216659457', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"西北工业大学\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-29 18:25\",\"dataEntry\":\"常余海\",\"dataProvider\":\"西北工业大学\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"XX\",\"experimentDate\":\"2023.11.7\",\"experimentUser\":\"于钢\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-109_1745922330698.pdf\",\"id\":\"1917163337199882242\",\"manufacturer\":\"陕西迪泰克新材料有限公司\",\"name\":\"KC-2023-JL-109\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"CZT探测器\"}]', null, '5', null, '2025-04-29 18:25:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917163490782711810', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"16-Bit Buffer/Driver\",\"deviceMode\":\"SNJ54ABT16244WD\",\"deviceName\":\"SNJ54ABT16244WD\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"3/28/2003;6/22/2004\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"T032803_SNJ54ABT16244WD.pdf\\\":\\\"/oss/physical/NASA/f161a7c000d967ac737252b790624007/T032803_SNJ54ABT16244WD.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f161a7c000d967ac737252b790624007/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/f161a7c000d967ac737252b790624007/nsrec04_SEE.pdf\\\",\\\"单粒子效应_1745922367412.xlsx\\\":\\\"/oss/physical/NASA/f161a7c000d967ac737252b790624007/单粒子效应_1745922367412.xlsx\\\"}\",\"fileMap\":{\"T032803_SNJ54ABT16244WD.pdf\":\"/oss/physical/NASA/f161a7c000d967ac737252b790624007/T032803_SNJ54ABT16244WD.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f161a7c000d967ac737252b790624007/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/f161a7c000d967ac737252b790624007/nsrec04_SEE.pdf\",\"单粒子效应_1745922367412.xlsx\":\"/oss/physical/NASA/f161a7c000d967ac737252b790624007/单粒子效应_1745922367412.xlsx\"},\"id\":\"f161a7c000d967ac737252b790624007\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:26\"}]', null, '6', null, '2025-04-29 18:26:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917163653530095618', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0053\",\"deviceFunction\":\"30V P channel MOSFET\",\"deviceMode\":\"NDS352A\",\"deviceName\":\"NDS352A\",\"deviceType\":\"晶体管\",\"experimentDate\":\"7/19/2002\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/48b662ddf1fdfa27fc1b203a327d984e/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/48b662ddf1fdfa27fc1b203a327d984e/data.xlsx\\\",\\\"NDS352A电离总剂量效应_1745922407575.xlsx\\\":\\\"/oss/physical/NASA/48b662ddf1fdfa27fc1b203a327d984e/NDS352A电离总剂量效应_1745922407575.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/48b662ddf1fdfa27fc1b203a327d984e/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/48b662ddf1fdfa27fc1b203a327d984e/data.xlsx\",\"NDS352A电离总剂量效应_1745922407575.xlsx\":\"/oss/physical/NASA/48b662ddf1fdfa27fc1b203a327d984e/NDS352A电离总剂量效应_1745922407575.xlsx\"},\"id\":\"48b662ddf1fdfa27fc1b203a327d984e\",\"manufacturer\":\"Fairchild\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 18:26\"}]', null, '26', null, '2025-04-29 18:26:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917163761382428673', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Octal Buffer/Driver\",\"deviceMode\":\"SN74LVT244B\",\"deviceName\":\"SN74LVT244B\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"3/28/2003;6/22/2004\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/nsrec04_SEE.pdf\\\",\\\"T032803_SN74LVT244B.pdf\\\":\\\"/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/T032803_SN74LVT244B.pdf\\\",\\\"单粒子效应_1745922429865.xlsx\\\":\\\"/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/单粒子效应_1745922429865.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/nsrec04_SEE.pdf\",\"T032803_SN74LVT244B.pdf\":\"/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/T032803_SN74LVT244B.pdf\",\"单粒子效应_1745922429865.xlsx\":\"/oss/physical/NASA/5eff6ce57b2332fd7172be515eeaaecb/单粒子效应_1745922429865.xlsx\"},\"id\":\"5eff6ce57b2332fd7172be515eeaaecb\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:27\"}]', null, '5', null, '2025-04-29 18:27:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917163763911593986', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"PWM\",\"deviceMode\":\"UC1845J/883\",\"deviceName\":\"脉冲宽度调制器\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"5/26/1993\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/data.xlsx\\\",\\\"PPM-93-059.pdf\\\":\\\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/PPM-93-059.pdf\\\",\\\"电离总剂量效应_1745922430177.xlsx\\\":\\\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/电离总剂量效应_1745922430177.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/data.xlsx\",\"PPM-93-059.pdf\":\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/PPM-93-059.pdf\",\"电离总剂量效应_1745922430177.xlsx\":\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/电离总剂量效应_1745922430177.xlsx\"},\"id\":\"7a75c2effb01d16b1060b7f90cbce5db\",\"manufacturer\":\"Unitrode\",\"totalCountLhs\":40,\"totalCountNasa\":8,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-29 18:27\"}]', null, '7', null, '2025-04-29 18:27:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917163800880189442', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"PWM\",\"deviceMode\":\"UC1845J/883\",\"deviceName\":\"脉冲宽度调制器\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"5/26/1993\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/data.xlsx\\\",\\\"电离总剂量效应_1745922430177.xlsx\\\":\\\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/电离总剂量效应_1745922430177.xlsx\\\",\\\"PPM-93-059.pdf\\\":\\\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/PPM-93-059.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/data.xlsx\",\"电离总剂量效应_1745922430177.xlsx\":\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/电离总剂量效应_1745922430177.xlsx\",\"PPM-93-059.pdf\":\"/oss/physical/NASA/7a75c2effb01d16b1060b7f90cbce5db/PPM-93-059.pdf\"},\"id\":\"7a75c2effb01d16b1060b7f90cbce5db\",\"manufacturer\":\"Unitrode\",\"totalCountLhs\":40,\"totalCountNasa\":8,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-29 18:27\"}]', null, '8', null, '2025-04-29 18:27:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917163911492374530', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH310\",\"deviceName\":\"RH310\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/2011\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/data.xlsx\\\",\\\"nsrec2011_W5_TID_1745922462682.xlsx\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID_1745922462682.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/data.xlsx\",\"nsrec2011_W5_TID_1745922462682.xlsx\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID_1745922462682.xlsx\"},\"id\":\"fbd3d84e95a35f350e214fffc835d95a\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 18:27\"}]', null, '6', null, '2025-04-29 18:27:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917164244281036801', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Line Driver-Buffer\",\"deviceMode\":\"SN74LVT16244\",\"deviceName\":\"SN74LVT16244\",\"deviceType\":\"Line Driver-Buffer\",\"experimentDate\":\"_1999\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/data.xlsx\\\",\\\"单粒子效应_1745922545587.xlsx\\\":\\\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/单粒子效应_1745922545587.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/data.xlsx\",\"单粒子效应_1745922545587.xlsx\":\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/单粒子效应_1745922545587.xlsx\"},\"id\":\"0cef601c3405214ee44c805a457ffa7b\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:29\"}]', null, '5', null, '2025-04-29 18:29:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917164306054746113', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"30849A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH310\",\"deviceName\":\"RH310\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/2011\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID.pdf\\\",\\\"nsrec2011_W5_TID_1745922462682.xlsx\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID_1745922462682.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID.pdf\",\"nsrec2011_W5_TID_1745922462682.xlsx\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID_1745922462682.xlsx\"},\"id\":\"fbd3d84e95a35f350e214fffc835d95a\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 18:29\"}]', null, '9', null, '2025-04-29 18:29:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917164484304277506', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"DAC 12-bit\",\"deviceMode\":\"MX7847TQ\",\"deviceName\":\"DAC(数字模拟转换器)\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"7/20/1998;7/15/1997\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/data.xlsx\\\",\\\"PPM-97-025.pdf\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/PPM-97-025.pdf\\\",\\\"单粒子效应_1745922603271.xlsx\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/单粒子效应_1745922603271.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/data.xlsx\",\"PPM-97-025.pdf\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/PPM-97-025.pdf\",\"单粒子效应_1745922603271.xlsx\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/单粒子效应_1745922603271.xlsx\"},\"id\":\"a526d03f7c479f6c5953941790ee7c0b\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 18:30\"}]', null, '8', null, '2025-04-29 18:30:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917164678928371714', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Octal Bus Transceiver\",\"deviceMode\":\"SN74LVCC3245\",\"deviceName\":\"SN74LVCC3245\",\"deviceType\":\"CMOS\",\"experimentDate\":\"3/28/2003;6/22/2004\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/nsrec04_SEE.pdf\\\",\\\"T032803_SN74LVCC3245.pdf\\\":\\\"/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/T032803_SN74LVCC3245.pdf\\\",\\\"单粒子效应_1745922651805.xlsx\\\":\\\"/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/单粒子效应_1745922651805.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/nsrec04_SEE.pdf\",\"T032803_SN74LVCC3245.pdf\":\"/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/T032803_SN74LVCC3245.pdf\",\"单粒子效应_1745922651805.xlsx\":\"/oss/physical/NASA/54f9a5949ea37f6c3b0e93fc50d0a8a3/单粒子效应_1745922651805.xlsx\"},\"id\":\"54f9a5949ea37f6c3b0e93fc50d0a8a3\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:30\"}]', null, '6', null, '2025-04-29 18:30:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917164784608055297', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"DAC 12-bit\",\"deviceMode\":\"MX7847TQ\",\"deviceName\":\"DAC(数字模拟转换器)\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"7/20/1998;7/15/1997\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/data.xlsx\\\",\\\"PPM-97-025.pdf\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/PPM-97-025.pdf\\\",\\\"单粒子效应_1745922675385.xlsx\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/单粒子效应_1745922675385.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/data.xlsx\",\"PPM-97-025.pdf\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/PPM-97-025.pdf\",\"单粒子效应_1745922675385.xlsx\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/单粒子效应_1745922675385.xlsx\"},\"id\":\"a526d03f7c479f6c5953941790ee7c0b\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 18:31\"}]', null, '8', null, '2025-04-29 18:31:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917164942737510401', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0303A\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"UC1825\",\"deviceName\":\"高速脉冲宽度调制器\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"10/2005\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/data.xlsx\\\",\\\"G05OCT_UC1825_TID.pdf\\\":\\\"/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/G05OCT_UC1825_TID.pdf\\\",\\\"电离总剂量效应_1745922714534.xlsx\\\":\\\"/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/电离总剂量效应_1745922714534.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/data.xlsx\",\"G05OCT_UC1825_TID.pdf\":\"/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/G05OCT_UC1825_TID.pdf\",\"电离总剂量效应_1745922714534.xlsx\":\"/oss/physical/NASA/b20306349ce4c9e1b2fb0a2a1eb0d31c/电离总剂量效应_1745922714534.xlsx\"},\"id\":\"b20306349ce4c9e1b2fb0a2a1eb0d31c\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":30,\"totalCountNasa\":6,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-29 18:31\"}]', null, '5', null, '2025-04-29 18:31:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917164973460787201', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Octal Bus Transceiver 3 state output\",\"deviceMode\":\"SN64BCT245\",\"deviceName\":\"SN64BCT245\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"3/28/2003;6/22/2004\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"T032803_SN64BCT245.pdf\\\":\\\"/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/T032803_SN64BCT245.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/nsrec04_SEE.pdf\\\",\\\"单粒子效应_1745922722412.xlsx\\\":\\\"/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/单粒子效应_1745922722412.xlsx\\\"}\",\"fileMap\":{\"T032803_SN64BCT245.pdf\":\"/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/T032803_SN64BCT245.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/nsrec04_SEE.pdf\",\"单粒子效应_1745922722412.xlsx\":\"/oss/physical/NASA/bbac8980cf395a1d3e94db76c17e1511/单粒子效应_1745922722412.xlsx\"},\"id\":\"bbac8980cf395a1d3e94db76c17e1511\",\"manufacturer\":\"TI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:32\"}]', null, '9', null, '2025-04-29 18:32:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917165289602256897', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Buffer/Driver\",\"deviceMode\":\"SN64BCT244\",\"deviceName\":\"SN64BCT244\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"6/18/2003;6/22/2004\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/nsrec04_SEE.pdf\\\",\\\"T061803_SN64BCT244.pdf\\\":\\\"/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/T061803_SN64BCT244.pdf\\\",\\\"单粒子效应_1745922797286.xlsx\\\":\\\"/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/单粒子效应_1745922797286.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/nsrec04_SEE.pdf\",\"T061803_SN64BCT244.pdf\":\"/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/T061803_SN64BCT244.pdf\",\"单粒子效应_1745922797286.xlsx\":\"/oss/physical/NASA/6e5e68cf8756fdfe43a1edb8ba61b284/单粒子效应_1745922797286.xlsx\"},\"id\":\"6e5e68cf8756fdfe43a1edb8ba61b284\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:33\"}]', null, '7', null, '2025-04-29 18:33:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917165683854249985', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Quadruple Bus Buffer Gate 3 state output\",\"deviceMode\":\"SN64BCT126A\",\"deviceName\":\"SN64BCT126A\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"3/28/2003;6/22/2004\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"T032803_SN64BCT126A.pdf\\\":\\\"/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/T032803_SN64BCT126A.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/nsrec04_SEE.pdf\\\",\\\"单粒子效应_1745922890701.xlsx\\\":\\\"/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/单粒子效应_1745922890701.xlsx\\\"}\",\"fileMap\":{\"T032803_SN64BCT126A.pdf\":\"/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/T032803_SN64BCT126A.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/nsrec04_SEE.pdf\",\"单粒子效应_1745922890701.xlsx\":\"/oss/physical/NASA/7fa3a904e092a23ac25f76b234e18b16/单粒子效应_1745922890701.xlsx\"},\"id\":\"7fa3a904e092a23ac25f76b234e18b16\",\"manufacturer\":\"TI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:34\"}]', null, '6', null, '2025-04-29 18:34:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917165969456992258', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"DSP\",\"deviceMode\":\"RH21020\",\"deviceName\":\"RH21020\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"9/1/1998;10/1/1998;11/30/1999\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/NSREC99.pdf\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/NSREC99.pdf\"},\"id\":\"e0f87ecc24edb605eb371eb37197112e\",\"manufacturer\":\"Lockheed-Martin\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 18:36\"}]', null, '7', null, '2025-04-29 18:36:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917166003028201474', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"30849A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH310\",\"deviceName\":\"RH310\",\"deviceType\":\"晶体管\",\"experimentDate\":\"7/2011\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID.pdf\\\",\\\"nsrec2011_W5_TID_1745922462682.xlsx\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID_1745922462682.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID.pdf\",\"nsrec2011_W5_TID_1745922462682.xlsx\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID_1745922462682.xlsx\"},\"id\":\"fbd3d84e95a35f350e214fffc835d95a\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 18:36\"}]', null, '9', null, '2025-04-29 18:36:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917166206330310657', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Buffer-Drivers\",\"deviceMode\":\"SN54LVTH16244A\",\"deviceName\":\"SN54LVTH16244A\",\"deviceType\":\"Buffer-Drivers\",\"experimentDate\":\"4/30/1999\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/8c0191df9adb61d82673ebb8e9b23d1e/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8c0191df9adb61d82673ebb8e9b23d1e/data.xlsx\\\",\\\"单粒子效应_1745923011511.xlsx\\\":\\\"/oss/physical/NASA/8c0191df9adb61d82673ebb8e9b23d1e/单粒子效应_1745923011511.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/8c0191df9adb61d82673ebb8e9b23d1e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8c0191df9adb61d82673ebb8e9b23d1e/data.xlsx\",\"单粒子效应_1745923011511.xlsx\":\"/oss/physical/NASA/8c0191df9adb61d82673ebb8e9b23d1e/单粒子效应_1745923011511.xlsx\"},\"id\":\"8c0191df9adb61d82673ebb8e9b23d1e\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:36\"}]', null, '5', null, '2025-04-29 18:36:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917166397347303426', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0503A\",\"deviceFunction\":\"12-Bit DAC\",\"deviceMode\":\"MX7545A\",\"deviceName\":\"Converter\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"3/2005\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"G05MAR_MX7545A_TID.pdf\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\\\"}\",\"fileMap\":{\"G05MAR_MX7545A_TID.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\"},\"id\":\"683eec8c1cb27bb79327d9f809435ccf\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 18:37\"}]', null, '9', null, '2025-04-29 18:37:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917166539601317890', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0503A\",\"deviceFunction\":\"12-Bit DAC\",\"deviceMode\":\"MX7545A\",\"deviceName\":\"DAC(数字模拟转换器)\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"3/2005\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"G05MAR_MX7545A_TID.pdf\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\\\"}\",\"fileMap\":{\"G05MAR_MX7545A_TID.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\"},\"id\":\"683eec8c1cb27bb79327d9f809435ccf\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 18:38\"}]', null, '8', null, '2025-04-29 18:38:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917166630508662786', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"7W4453G019\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RM158\",\"deviceName\":\"RM158\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"09JAN:DC\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/nsrec09_W13_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/data.xlsx\\\",\\\"VdG09JAN_RM158_na.pdf\\\":\\\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/VdG09JAN_RM158_na.pdf\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/data.xlsx\",\"VdG09JAN_RM158_na.pdf\":\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/VdG09JAN_RM158_na.pdf\"},\"id\":\"744969e34af875d62c90366d003b0462\",\"manufacturer\":\"National Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 18:38\"}]', null, '5', null, '2025-04-29 18:38:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917166735882162178', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Octal Buffer/Driver\",\"deviceMode\":\"SN54LVT16245B\",\"deviceName\":\"SN54LVT16245B\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"6/13/2003;6/22/2004\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"T061303_SN54LVT16245B.pdf\\\":\\\"/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/T061303_SN54LVT16245B.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/nsrec04_SEE.pdf\\\",\\\"单粒子效应_1745923141028.xlsx\\\":\\\"/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/单粒子效应_1745923141028.xlsx\\\"}\",\"fileMap\":{\"T061303_SN54LVT16245B.pdf\":\"/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/T061303_SN54LVT16245B.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/nsrec04_SEE.pdf\",\"单粒子效应_1745923141028.xlsx\":\"/oss/physical/NASA/5b735129f848a19c2f4fbcc1df7b063d/单粒子效应_1745923141028.xlsx\"},\"id\":\"5b735129f848a19c2f4fbcc1df7b063d\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:39\"}]', null, '5', null, '2025-04-29 18:39:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917166762012676097', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"工业和信息化部电子第五研究所元器件检测中心\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-29 18:39\",\"dataEntry\":\"常余海\",\"dataProvider\":\"工业和信息化部电子第五研究所元器件检测中心\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RX3701MCB\",\"experimentDate\":\"2022.6.14\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-066_1745923148561.pdf\",\"id\":\"1917166761995898881\",\"manufacturer\":\"广州润芯信息技术有限公司\",\"name\":\"KC-2022-JL-066\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"射频电路\"}]', null, '5', null, '2025-04-29 18:39:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917166878949871618', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"7W4453G019\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RM158\",\"deviceName\":\"RM158\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"09JAN:DC\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/nsrec09_W13_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/data.xlsx\\\",\\\"VdG09JAN_RM158_na.pdf\\\":\\\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/VdG09JAN_RM158_na.pdf\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/data.xlsx\",\"VdG09JAN_RM158_na.pdf\":\"/oss/physical/NASA/744969e34af875d62c90366d003b0462/VdG09JAN_RM158_na.pdf\"},\"id\":\"744969e34af875d62c90366d003b0462\",\"manufacturer\":\"National Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 18:39\"}]', null, '6', null, '2025-04-29 18:39:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917166938618040322', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"16-Bit Buffers/Drivers\",\"deviceMode\":\"SN54LVT162244A\",\"deviceName\":\"SN54LVT162244A\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"6/18/2003;6/22/2004\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/nsrec04_SEE.pdf\\\",\\\"T061803_SN54LVT162244A.pdf\\\":\\\"/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/T061803_SN54LVT162244A.pdf\\\",\\\"单粒子效应_1745923191191.xlsx\\\":\\\"/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/单粒子效应_1745923191191.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/nsrec04_SEE.pdf\",\"T061803_SN54LVT162244A.pdf\":\"/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/T061803_SN54LVT162244A.pdf\",\"单粒子效应_1745923191191.xlsx\":\"/oss/physical/NASA/b297e5198d5a85e898fbedc3c917e482/单粒子效应_1745923191191.xlsx\"},\"id\":\"b297e5198d5a85e898fbedc3c917e482\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:39\"}]', null, '6', null, '2025-04-29 18:39:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917167004594442241', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"B1021AK\",\"deviceFunction\":\"D Flip-Flop\",\"deviceMode\":\"NC7SZ74\",\"deviceName\":\"NC7SZ74\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/data.xlsx\\\",\\\"T110910_NC7SZ74.pdf\\\":\\\"/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/T110910_NC7SZ74.pdf\\\",\\\"NC7SZ74单粒子效应_1745923206807.xlsx\\\":\\\"/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/NC7SZ74单粒子效应_1745923206807.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/data.xlsx\",\"T110910_NC7SZ74.pdf\":\"/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/T110910_NC7SZ74.pdf\",\"NC7SZ74单粒子效应_1745923206807.xlsx\":\"/oss/physical/NASA/8f6ac79b4f1af2500ab31e54ab8d7481/NC7SZ74单粒子效应_1745923206807.xlsx\"},\"id\":\"8f6ac79b4f1af2500ab31e54ab8d7481\",\"manufacturer\":\"Fairchild Semiconductor\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 18:40\"}]', null, '9', null, '2025-04-29 18:40:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917167477179256833', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1345\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"UC1823\",\"deviceName\":\"脉冲宽度调制器\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"9/14/2015\",\"experimentUser\":\"杨思妮\",\"id\":\"0d532efd9f9c0e9d088f4cf235b7b453\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":60,\"totalCountNasa\":10,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-29 18:42\"}]', null, '9', null, '2025-04-29 18:42:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917167502932283393', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"16-bit ADC\",\"deviceMode\":\"SPT7922\",\"deviceName\":\"SPT7922\",\"deviceType\":\"Analog Device\",\"experimentDate\":\"1/6/1994;7/18/1994\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/nsrec94a.pdf\\\",\\\"b010694.pdf\\\":\\\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/b010694.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/data.xlsx\\\",\\\"单粒子效应_1745920738856.xlsx\\\":\\\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/单粒子效应_1745920738856.xlsx\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/nsrec94a.pdf\",\"b010694.pdf\":\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/b010694.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/data.xlsx\",\"单粒子效应_1745920738856.xlsx\":\"/oss/physical/NASA/c12d7a29bc3f9224a60d3e5365f6691f/单粒子效应_1745920738856.xlsx\"},\"id\":\"c12d7a29bc3f9224a60d3e5365f6691f\",\"manufacturer\":\"SPT\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:42\"}]', null, '4', null, '2025-04-29 18:42:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917167540592939010', '2', 'NASA数据管理-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Line Driver-Buffer\",\"deviceMode\":\"SN74LVT16244\",\"deviceName\":\"SN74LVT16244\",\"deviceType\":\"Line Driver-Buffer\",\"experimentDate\":\"_1999\",\"experimentUser\":\"罗梓康\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/data.xlsx\\\",\\\"单粒子效应_1745922545587.xlsx\\\":\\\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/单粒子效应_1745922545587.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/data.xlsx\",\"单粒子效应_1745922545587.xlsx\":\"/oss/physical/NASA/0cef601c3405214ee44c805a457ffa7b/单粒子效应_1745922545587.xlsx\"},\"id\":\"0cef601c3405214ee44c805a457ffa7b\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":4,\"totalCountNasa\":2,\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-29 18:42\"}]', null, '8', null, '2025-04-29 18:42:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917167592870744065', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"DSP\",\"deviceMode\":\"RH21020\",\"deviceName\":\"RH21020\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"9/1/1998;10/1/1998;11/30/1999\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/NSREC99.pdf\\\",\\\"nsrec00_W21_1745923333955.xlsx\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/nsrec00_W21_1745923333955.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/NSREC99.pdf\",\"nsrec00_W21_1745923333955.xlsx\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/nsrec00_W21_1745923333955.xlsx\"},\"id\":\"e0f87ecc24edb605eb371eb37197112e\",\"manufacturer\":\"Lockheed-Martin\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 18:42\"}]', null, '8', null, '2025-04-29 18:42:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917170570226798593', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1814\",\"deviceName\":\"RH1814\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"8/21/2019\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\":\\\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/data.xlsx\\\",\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136_1745924056024.xlsx\\\":\\\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136_1745924056024.xlsx\\\"}\",\"fileMap\":{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136_1745924056024.xlsx\":\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136_1745924056024.xlsx\"},\"id\":\"a177971da409d5125062a648902ba7b5\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 18:54\"}]', null, '20', null, '2025-04-29 18:54:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917170840834904065', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天五院\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-29 18:55\",\"dataEntry\":\"常余海\",\"dataProvider\":\"航天五院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LUC1843ARH, LW5232-5.0TS\",\"experimentDate\":\"2023.3.17-2023.5.10\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-031_1745924118583.pdf\",\"id\":\"1917170840809738242\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2023-JL-031\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"脉宽调制器,线性稳压器\"}]', null, '7', null, '2025-04-29 18:55:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917171938719141890', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院上海微系统与信息技术研究所\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"VESOI GAA MOSFET\",\"experimentDate\":\"2023.03.06-2023.03.10\",\"experimentUser\":\"张巍\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-025_1745921254222.pdf,/oss/physical/temp/KC-2023-JL-025_1745924245883.zip,/oss/physical/temp/KC-2023-JL-025_1745924338973.xlsx\",\"id\":\"1917158589579104257\",\"manufacturer\":\"微系统所\",\"name\":\"GAA器件\",\"totalCountLhs\":9,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 18:59\"}]', null, '9', null, '2025-04-29 18:59:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917172315065651202', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0220\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1499\",\"deviceName\":\"RH1499\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"6/18/2006\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/data.xlsx\\\",\\\"L061806_RH1499.pdf\\\":\\\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/L061806_RH1499.pdf\\\",\\\"RH1499_1745924469958.xlsx\\\":\\\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/RH1499_1745924469958.xlsx\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/data.xlsx\",\"L061806_RH1499.pdf\":\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/L061806_RH1499.pdf\",\"RH1499_1745924469958.xlsx\":\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/RH1499_1745924469958.xlsx\"},\"id\":\"b6a8afec1e1d991cada2b9f7593b890e\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 19:01\"}]', null, '5', null, '2025-04-29 19:01:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917172317146025985', '1', '用户名: wangjiaxing,登录成功!', null, 'wangjiaxing', '王嘉兴', '119.78.164.148', null, null, null, null, '0', null, '2025-04-29 19:01:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917172831673880578', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-29 19:03:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917173183282384898', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0224B\",\"deviceFunction\":\"Non-inverting high speed power driver\",\"deviceMode\":\"UC1708\",\"deviceName\":\"双路同相功率驱动器\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"9/2006\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"G06SEP_UC1708_TID.pdf\\\":\\\"/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/G06SEP_UC1708_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/data.xlsx\\\",\\\"nsrec07_W26_TID.pdf\\\":\\\"/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/nsrec07_W26_TID.pdf\\\",\\\"电离总剂量效应_1745924679718.xlsx\\\":\\\"/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/电离总剂量效应_1745924679718.xlsx\\\"}\",\"fileMap\":{\"G06SEP_UC1708_TID.pdf\":\"/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/G06SEP_UC1708_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/nsrec07_W26_TID.pdf\",\"电离总剂量效应_1745924679718.xlsx\":\"/oss/physical/NASA/bcf625530ddb4d45c2c10b61565b4ad8/电离总剂量效应_1745924679718.xlsx\"},\"id\":\"bcf625530ddb4d45c2c10b61565b4ad8\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":28,\"totalCountNasa\":4,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-29 19:04\"}]', null, '6', null, '2025-04-29 19:04:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917173766118674434', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0235A\",\"deviceFunction\":\"Negative Adjustable Regulator\",\"deviceMode\":\"RH137H\",\"deviceName\":\"RH137H\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"5/23/2006\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/data.xlsx\\\",\\\"T052306_RH137.pdf\\\":\\\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/T052306_RH137.pdf\\\",\\\"RH137H_1745924817013.xlsx\\\":\\\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/RH137H_1745924817013.xlsx\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/data.xlsx\",\"T052306_RH137.pdf\":\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/T052306_RH137.pdf\",\"RH137H_1745924817013.xlsx\":\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/RH137H_1745924817013.xlsx\"},\"id\":\"c147b63bab954be3ef9cf1a0d02fb1c8\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 19:06\"}]', null, '7', null, '2025-04-29 19:07:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917175616318443522', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"南京特敏传感技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 19:14\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SPA-0.6\",\"experimentDate\":\"2022.03.22-2022.03.24\",\"experimentUser\":\"张天诚\",\"id\":\"1917175616301666305\",\"manufacturer\":\"南京特敏\",\"name\":\"SPA压力传感器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"敏感元器件和传感器\"}]', null, '5', null, '2025-04-29 19:14:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917175680893947905', '1', '用户名: xieyongzhi,登录成功!', null, 'xieyongzhi', '谢永智', '119.78.164.170', null, null, null, null, '0', null, '2025-04-29 19:14:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917175718076452866', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9714A\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"RH1086\",\"deviceName\":\"RH1086\",\"deviceType\":\"晶体管\",\"experimentDate\":\"NRL08NOV\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"NRL110608_RH1086.pdf\\\":\\\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/NRL110608_RH1086.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/data.xlsx\\\",\\\"nsrec09_W12_SEE.pdf\\\":\\\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/nsrec09_W12_SEE.pdf\\\",\\\"RH1086_1745925281159.xlsx\\\":\\\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/RH1086_1745925281159.xlsx\\\"}\",\"fileMap\":{\"NRL110608_RH1086.pdf\":\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/NRL110608_RH1086.pdf\",\"data.xlsx\":\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/nsrec09_W12_SEE.pdf\",\"RH1086_1745925281159.xlsx\":\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/RH1086_1745925281159.xlsx\"},\"id\":\"728ea11dc315c17e70cb9d9fe66008c9\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 19:14\"}]', null, '23', null, '2025-04-29 19:14:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917176155483639810', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"国科学院上海微系统与信息技术研究所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"国科学院上海微系统与信息技术研究所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"DSOI-P,DSOI-N-1,DSOI-N-2\",\"experimentDate\":\"2023.12.01-2023.12.08\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-13301_1745918828863.pdf,/oss/physical/temp/测试数据_1745925378394.xlsx\",\"id\":\"1917076746552971265\",\"manufacturer\":\"中国科学院上海微系统与信息技术研究所\",\"name\":\"SOI器件\",\"totalCountLhs\":88,\"totalCountXhy\":11,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 19:16\"}]', null, '6', null, '2025-04-29 19:16:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917176681055096834', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RM124\",\"deviceName\":\"RM124\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"TAMU07MAY;2007SEP\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"nsrec08_W2_TID.pdf\\\":\\\"/oss/physical/NASA/58935ae9e7e7eef54ccc4ab2803fcfa6/nsrec08_W2_TID.pdf\\\",\\\"RADECS07_TAMU07MAY_GSFC07.pdf\\\":\\\"/oss/physical/NASA/58935ae9e7e7eef54ccc4ab2803fcfa6/RADECS07_TAMU07MAY_GSFC07.pdf\\\",\\\"data_1745925513750.xlsx\\\":\\\"/oss/physical/NASA/58935ae9e7e7eef54ccc4ab2803fcfa6/data_1745925513750.xlsx\\\"}\",\"fileMap\":{\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/58935ae9e7e7eef54ccc4ab2803fcfa6/nsrec08_W2_TID.pdf\",\"RADECS07_TAMU07MAY_GSFC07.pdf\":\"/oss/physical/NASA/58935ae9e7e7eef54ccc4ab2803fcfa6/RADECS07_TAMU07MAY_GSFC07.pdf\",\"data_1745925513750.xlsx\":\"/oss/physical/NASA/58935ae9e7e7eef54ccc4ab2803fcfa6/data_1745925513750.xlsx\"},\"id\":\"58935ae9e7e7eef54ccc4ab2803fcfa6\",\"manufacturer\":\"National Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 19:18\"}]', null, '9', null, '2025-04-29 19:18:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917176880678801410', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电13所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-29 19:19\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CPLS-E5-8700-1,SS-KFG902/103-30,QZJ726,QZJ651,ZC1309B-E107-00-100M0000\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745925552456.pdf\",\"id\":\"1917176880662024193\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"频率源组件,X波段收发组件,功分开关模块,上变频模块,晶体振荡器\"}]', null, '5', null, '2025-04-29 19:19:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917176909644664834', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"国科学院上海微系统与信息技术研究所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"国科学院上海微系统与信息技术研究所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"DSOI-P,DSOI-N-1,DSOI-N-2\",\"experimentDate\":\"2023.12.01-2023.12.08\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-13301_1745918828863.pdf,/oss/physical/temp/测试数据_1745925378394.xlsx,/oss/physical/temp/idvg11-2_1745925554619.xls\",\"id\":\"1917076746552971265\",\"manufacturer\":\"中国科学院上海微系统与信息技术研究所\",\"name\":\"SOI器件\",\"totalCountLhs\":88,\"totalCountXhy\":11,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 19:19\"}]', null, '5', null, '2025-04-29 19:19:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917177036191010817', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0325A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1078W\",\"deviceName\":\"RH1078W\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"2016年11月22日\",\"experimentUser\":\"刘俊灵\",\"id\":\"6cd91fdd30d36a4e3e78ee30af254ac4\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 19:19\"}]', null, '6', null, '2025-04-29 19:20:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917177182777741313', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"MOSFET Driver\",\"deviceMode\":\"UC1708 MOSFET Driver\",\"deviceName\":\"MOSFET\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2008.2-2009.2\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"NRL082508_UC1708.pdf\\\":\\\"/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/NRL082508_UC1708.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/data.xlsx\\\",\\\"nsrec09_W12_SEE.pdf\\\":\\\"/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/nsrec09_W12_SEE.pdf\\\",\\\"单粒子效应_1745925633268.xlsx\\\":\\\"/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/单粒子效应_1745925633268.xlsx\\\"}\",\"fileMap\":{\"NRL082508_UC1708.pdf\":\"/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/NRL082508_UC1708.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/nsrec09_W12_SEE.pdf\",\"单粒子效应_1745925633268.xlsx\":\"/oss/physical/NASA/7efe78afbcd64e425f0100d54d12273e/单粒子效应_1745925633268.xlsx\"},\"id\":\"7efe78afbcd64e425f0100d54d12273e\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":13,\"totalCountNasa\":13,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-29 19:20\"}]', null, '6', null, '2025-04-29 19:20:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917177577889566721', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0951\",\"deviceFunction\":\"DFF\",\"deviceMode\":\"NBSG53AMNG\",\"deviceName\":\"NBSG53AMNG\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"9/7/2012\",\"fileList\":\"{\\\"LBNL090812_NBSG53AMN.pdf\\\":\\\"/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/LBNL090812_NBSG53AMN.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/data.xlsx\\\",\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/nsrec2013_W8_SEE.pdf\\\",\\\"NBSG53AMNG单粒子效应_1745925727506.xlsx\\\":\\\"/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/NBSG53AMNG单粒子效应_1745925727506.xlsx\\\"}\",\"fileMap\":{\"LBNL090812_NBSG53AMN.pdf\":\"/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/LBNL090812_NBSG53AMN.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/nsrec2013_W8_SEE.pdf\",\"NBSG53AMNG单粒子效应_1745925727506.xlsx\":\"/oss/physical/NASA/cae988e38f179d02fd29538a90cab320/NBSG53AMNG单粒子效应_1745925727506.xlsx\"},\"id\":\"cae988e38f179d02fd29538a90cab320\",\"manufacturer\":\"On Semiconductor\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 19:22\"}]', null, '24', null, '2025-04-29 19:22:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917177702389092353', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"Q911729\",\"deviceFunction\":\"Power MOSFET Driver\",\"deviceMode\":\"RI7113\",\"deviceName\":\"RI7113\",\"deviceType\":\"CMOS\",\"experimentDate\":\"TAMU08FEB\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"nsrec09_W12_SEE.pdf\\\":\\\"/oss/physical/NASA/09b505bae36b7835642892463622e913/nsrec09_W12_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/09b505bae36b7835642892463622e913/data.xlsx\\\"}\",\"fileMap\":{\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/09b505bae36b7835642892463622e913/nsrec09_W12_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/09b505bae36b7835642892463622e913/data.xlsx\"},\"id\":\"09b505bae36b7835642892463622e913\",\"manufacturer\":\"International Rectifier\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 19:22\"}]', null, '5', null, '2025-04-29 19:22:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917177977724178433', '2', '历史一期记录-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"国科学院上海微系统与信息技术研究所\",\"dataEntry\":\"谢永智\",\"dataProvider\":\"国科学院上海微系统与信息技术研究所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"DSOI-P,DSOI-N-1,DSOI-N-2\",\"experimentDate\":\"2023.12.01-2023.12.08\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-13301_1745918828863.pdf,/oss/physical/temp/测试数据_1745925378394.xlsx,/oss/physical/temp/SIMIT20231204_1745925822090.zip\",\"id\":\"1917076746552971265\",\"manufacturer\":\"中国科学院上海微系统与信息技术研究所\",\"name\":\"SOI器件\",\"totalCountLhs\":88,\"totalCountXhy\":11,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-29 19:23\"}]', null, '8', null, '2025-04-29 19:23:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917178192078278658', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0741A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1078MH\",\"deviceName\":\"RH1078MH\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"_2015\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/data.xlsx\\\",\\\"RH1078MH_1745925873908.xlsx\\\":\\\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/RH1078MH_1745925873908.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/data.xlsx\",\"RH1078MH_1745925873908.xlsx\":\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/RH1078MH_1745925873908.xlsx\"},\"id\":\"b838ad272c77f12996d06ad01c9ea852\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 19:24\"}]', null, '5', null, '2025-04-29 19:24:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917178253411586050', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0503A\",\"deviceFunction\":\"12-Bit DAC\",\"deviceMode\":\"MX7545A\",\"deviceName\":\"DAC(数字模拟转换器)\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"3/2005\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"G05MAR_MX7545A_TID.pdf\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\\\"}\",\"fileMap\":{\"G05MAR_MX7545A_TID.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\"},\"id\":\"683eec8c1cb27bb79327d9f809435ccf\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 19:24\"}]', null, '7', null, '2025-04-29 19:24:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917178386027089922', '1', '用户名: xuebinrui,登录成功!', null, 'xuebinrui', '薛彬睿', '210.73.34.96', null, null, null, null, '0', null, '2025-04-29 19:25:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917178671969570817', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0503A\",\"deviceFunction\":\"12-Bit DAC\",\"deviceMode\":\"MX7545A\",\"deviceName\":\"DAC(数字模拟转换器)\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"3/2005\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"G05MAR_MX7545A_TID.pdf\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\\\",\\\"电离总剂量效应_1745925985852.xlsx\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/电离总剂量效应_1745925985852.xlsx\\\"}\",\"fileMap\":{\"G05MAR_MX7545A_TID.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\",\"电离总剂量效应_1745925985852.xlsx\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/电离总剂量效应_1745925985852.xlsx\"},\"id\":\"683eec8c1cb27bb79327d9f809435ccf\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 19:26\"}]', null, '7', null, '2025-04-29 19:26:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917178752948998145', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9649\",\"deviceFunction\":\"PWM\",\"deviceMode\":\"UC1707\",\"deviceName\":\"驱动器\",\"deviceType\":\"晶体管\",\"experimentDate\":\"10/29/1997\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"PPM-97-048.pdf\\\":\\\"/oss/physical/NASA/cbcfc94d8e38d23de5990e4e69f91e9d/PPM-97-048.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/cbcfc94d8e38d23de5990e4e69f91e9d/data.xlsx\\\",\\\"电离总剂量效应_1745926006698.xlsx\\\":\\\"/oss/physical/NASA/cbcfc94d8e38d23de5990e4e69f91e9d/电离总剂量效应_1745926006698.xlsx\\\"}\",\"fileMap\":{\"PPM-97-048.pdf\":\"/oss/physical/NASA/cbcfc94d8e38d23de5990e4e69f91e9d/PPM-97-048.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cbcfc94d8e38d23de5990e4e69f91e9d/data.xlsx\",\"电离总剂量效应_1745926006698.xlsx\":\"/oss/physical/NASA/cbcfc94d8e38d23de5990e4e69f91e9d/电离总剂量效应_1745926006698.xlsx\"},\"id\":\"cbcfc94d8e38d23de5990e4e69f91e9d\",\"manufacturer\":\"Unitrode\",\"totalCountLhs\":28,\"totalCountNasa\":4,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-29 19:26\"}]', null, '8', null, '2025-04-29 19:26:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917179106830815234', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0503A\",\"deviceFunction\":\"12-Bit DAC\",\"deviceMode\":\"MX7545A\",\"deviceName\":\"DAC(数字模拟转换器)\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"2005.03.22-2005.03.23\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"G05MAR_MX7545A_TID.pdf\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\\\",\\\"电离总剂量效应_1745925985852.xlsx\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/电离总剂量效应_1745925985852.xlsx\\\"}\",\"fileMap\":{\"G05MAR_MX7545A_TID.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\",\"电离总剂量效应_1745925985852.xlsx\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/电离总剂量效应_1745925985852.xlsx\"},\"id\":\"683eec8c1cb27bb79327d9f809435ccf\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":18,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 19:28\"}]', null, '7', null, '2025-04-29 19:28:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917179149684019202', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"LED\",\"deviceMode\":\"OD800\",\"deviceName\":\"OD800\",\"deviceType\":\"二极管\",\"experimentDate\":\"12/2/1999;7/19/2001\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\\\",\\\"D080700.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\\\",\\\"data_1745913833517.xlsx\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\",\"D080700.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\",\"data_1745913833517.xlsx\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\"},\"id\":\"eba2a5c43436edb6f01cde066b2ae3fc\",\"manufacturer\":\"Optodiode\",\"totalCountLhs\":7,\"totalCountNasa\":7,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-29 19:28\"}]', null, '5', null, '2025-04-29 19:28:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917179313979101185', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"Q911729\",\"deviceFunction\":\"Power MOSFET Driver\",\"deviceMode\":\"RI7113\",\"deviceName\":\"RI7113\",\"deviceType\":\"CMOS\",\"experimentDate\":\"TAMU08FEB\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"nsrec09_W12_SEE.pdf\\\":\\\"/oss/physical/NASA/09b505bae36b7835642892463622e913/nsrec09_W12_SEE.pdf\\\",\\\"data_1745926141995.xlsx\\\":\\\"/oss/physical/NASA/09b505bae36b7835642892463622e913/data_1745926141995.xlsx\\\"}\",\"fileMap\":{\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/09b505bae36b7835642892463622e913/nsrec09_W12_SEE.pdf\",\"data_1745926141995.xlsx\":\"/oss/physical/NASA/09b505bae36b7835642892463622e913/data_1745926141995.xlsx\"},\"id\":\"09b505bae36b7835642892463622e913\",\"manufacturer\":\"International Rectifier\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 19:29\"}]', null, '4', null, '2025-04-29 19:29:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917180705938575361', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0314\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"RHrFPGA\",\"deviceName\":\"RHrFPGA\",\"deviceType\":\"SOI\",\"experimentDate\":\"9/2/2003;10/30/2003;6/22/2004\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"T090203_RHrFPGA_Honeywell.pdf\\\":\\\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/T090203_RHrFPGA_Honeywell.pdf\\\",\\\"I103003_RHrFPGA_Honeywell.pdf\\\":\\\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/I103003_RHrFPGA_Honeywell.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/nsrec04_SEE.pdf\\\"}\",\"fileMap\":{\"T090203_RHrFPGA_Honeywell.pdf\":\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/T090203_RHrFPGA_Honeywell.pdf\",\"I103003_RHrFPGA_Honeywell.pdf\":\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/I103003_RHrFPGA_Honeywell.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/nsrec04_SEE.pdf\"},\"id\":\"d712a3992c135adcb0f5713c22dd2933\",\"manufacturer\":\"Honeywell\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 19:34\"}]', null, '5', null, '2025-04-29 19:34:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917181240838164481', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0314\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"RHrFPGA\",\"deviceName\":\"RHrFPGA\",\"deviceType\":\"SOI\",\"experimentDate\":\"9/2/2003;10/30/2003;6/22/2004\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"T090203_RHrFPGA_Honeywell.pdf\\\":\\\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/T090203_RHrFPGA_Honeywell.pdf\\\",\\\"I103003_RHrFPGA_Honeywell.pdf\\\":\\\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/I103003_RHrFPGA_Honeywell.pdf\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/nsrec04_SEE.pdf\\\",\\\"data_1745926600890.xlsx\\\":\\\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/data_1745926600890.xlsx\\\"}\",\"fileMap\":{\"T090203_RHrFPGA_Honeywell.pdf\":\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/T090203_RHrFPGA_Honeywell.pdf\",\"I103003_RHrFPGA_Honeywell.pdf\":\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/I103003_RHrFPGA_Honeywell.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/nsrec04_SEE.pdf\",\"data_1745926600890.xlsx\":\"/oss/physical/NASA/d712a3992c135adcb0f5713c22dd2933/data_1745926600890.xlsx\"},\"id\":\"d712a3992c135adcb0f5713c22dd2933\",\"manufacturer\":\"Honeywell\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-29 19:36\"}]', null, '4', null, '2025-04-29 19:36:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917187054432915457', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"南京特敏传感技术有限公司\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SPA-0.6\",\"experimentDate\":\"2022.03.22-2022.03.24\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2021-JL-025_1745927923996.xlsx\",\"id\":\"1917175616301666305\",\"manufacturer\":\"南京特敏\",\"name\":\"SPA压力传感器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"敏感元器件和传感器\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 19:59\"}]', null, '4', null, '2025-04-29 19:59:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917187118576406529', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"南京特敏传感技术有限公司\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SPA-2.0\",\"experimentDate\":\"2022.03.22-2022.03.24\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2021-JL-025_1745927923996.xlsx\",\"id\":\"1917175616301666305\",\"manufacturer\":\"南京特敏\",\"name\":\"SPA压力传感器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"敏感元器件和传感器\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 20:00\"}]', null, '5', null, '2025-04-29 20:00:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917187263900651521', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"南京特敏传感技术有限公司\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SPA-0.6\",\"experimentDate\":\"2022.03.22-2022.03.24\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2021-JL-025_1745927923996.xlsx\",\"id\":\"1917175616301666305\",\"manufacturer\":\"南京特敏\",\"name\":\"SPA压力传感器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"敏感元器件和传感器\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 20:00\"}]', null, '4', null, '2025-04-29 20:00:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917190392822075393', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"南京特敏传感技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 20:13\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SPA-20\",\"experimentDate\":\"2022.03.22-2022.03.24\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2021-JL-025_1745928744122.xlsx,/oss/physical/temp/KC-2021-JL-025_1745928775229.pdf\",\"id\":\"1917190392796909570\",\"manufacturer\":\"南京特敏\",\"name\":\"SPA压力传感器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"敏感元器件和传感器\"}]', null, '7', null, '2025-04-29 20:13:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917190431602610177', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"南京特敏传感技术有限公司\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SPA-0.6\",\"experimentDate\":\"2022.03.22-2022.03.24\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2021-JL-025_1745927923996.xlsx,/oss/physical/temp/KC-2023-JL-025_1745928791609.pdf\",\"id\":\"1917175616301666305\",\"manufacturer\":\"南京特敏\",\"name\":\"SPA压力传感器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"敏感元器件和传感器\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 20:13\"}]', null, '5', null, '2025-04-29 20:13:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917202596409610241', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-29 21:01:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917202741603831809', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"8-bit DAC\",\"deviceMode\":\"MX7225UQ\",\"deviceName\":\"DAC(数字模拟转换器)\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"10/24/1999\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/data.xlsx\\\",\\\"单粒子效应_1745931726850.xlsx\\\":\\\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/单粒子效应_1745931726850.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/data.xlsx\",\"单粒子效应_1745931726850.xlsx\":\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/单粒子效应_1745931726850.xlsx\"},\"id\":\"eec2d6a9682bb8c8d9660d2897be5ad4\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:02\"}]', null, '7', null, '2025-04-29 21:02:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917204567065595905', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9321\",\"deviceFunction\":\"8-bit DAC\",\"deviceMode\":\"MX7225\",\"deviceName\":\"DAC(数字模拟转换器)\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"1999.12.02-2000.01.03\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"PPM-99-042.pdf\\\":\\\"/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/PPM-99-042.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/data.xlsx\\\",\\\"电离总剂量效应_1745932162522.xlsx\\\":\\\"/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/电离总剂量效应_1745932162522.xlsx\\\"}\",\"fileMap\":{\"PPM-99-042.pdf\":\"/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/PPM-99-042.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/data.xlsx\",\"电离总剂量效应_1745932162522.xlsx\":\"/oss/physical/NASA/240451235a3234f4aae44c118442f1e9/电离总剂量效应_1745932162522.xlsx\"},\"id\":\"240451235a3234f4aae44c118442f1e9\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":200,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:09\"}]', null, '7', null, '2025-04-29 21:09:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917204742697881602', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0503A\",\"deviceFunction\":\"12-Bit DAC\",\"deviceMode\":\"MX7545A\",\"deviceName\":\"DAC(数字模拟转换器)\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"2005.03.22-2005.03.23\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"G05MAR_MX7545A_TID.pdf\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\\\",\\\"电离总剂量效应_1745932204185.xlsx\\\":\\\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/电离总剂量效应_1745932204185.xlsx\\\"}\",\"fileMap\":{\"G05MAR_MX7545A_TID.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/G05MAR_MX7545A_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/data.xlsx\",\"电离总剂量效应_1745932204185.xlsx\":\"/oss/physical/NASA/683eec8c1cb27bb79327d9f809435ccf/电离总剂量效应_1745932204185.xlsx\"},\"id\":\"683eec8c1cb27bb79327d9f809435ccf\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":18,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:10\"}]', null, '6', null, '2025-04-29 21:10:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917205228113072129', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第五十八研究所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 21:12\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PD1\",\"experimentDate\":\"2022.05.11-2022.05.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-046_1745931502729.pdf,/oss/physical/temp/KC-2022-JL-046_1745932267632.pdf,/oss/physical/temp/58-wy-20220510_1745932306078.zip\",\"id\":\"1917205228087906306\",\"manufacturer\":\"中国电子科技集团公司第五十八研究所\",\"name\":\"PD1 NLDMOS器件\",\"totalCountLhs\":15,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-29 21:12:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917205364377620482', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"RMS-DC convertor\",\"deviceMode\":\"MX536\",\"deviceName\":\"RMS-DC convertor\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"11/17/1998;1999\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"PPM-99-008.pdf\\\":\\\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/PPM-99-008.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/data.xlsx\\\"}\",\"fileMap\":{\"PPM-99-008.pdf\":\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/PPM-99-008.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/data.xlsx\"},\"id\":\"8c89adfbc0648e5b76379c0e9b8e9663\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:12\"}]', null, '6', null, '2025-04-29 21:12:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917205869132746753', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第五十八研究所\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PD1\",\"experimentDate\":\"2022.05.11-2022.05.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-046_1745931502729.pdf,/oss/physical/temp/58-wy-20220510_1745932306078.zip,/oss/physical/temp/KC-2022-JL-046_1745932471511.xlsx\",\"id\":\"1917205228087906306\",\"manufacturer\":\"中国电子科技集团公司第五十八研究所\",\"name\":\"PD1 NLDMOS器件\",\"totalCountLhs\":15,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 21:14\"}]', null, '4', null, '2025-04-29 21:14:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917206222179897345', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第五十八研究所\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PD1\",\"experimentDate\":\"2022.05.11-2022.05.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-046_1745931502729.pdf,/oss/physical/temp/58-wy-20220510_1745932306078.zip,/oss/physical/temp/KC-2022-JL-046_1745932554463.xlsx\",\"id\":\"1917205228087906306\",\"manufacturer\":\"中国电子科技集团公司第五十八研究所\",\"name\":\"PD1 NLDMOS器件\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 21:15\"}]', null, '7', null, '2025-04-29 21:15:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917206283399958530', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9817\",\"deviceFunction\":\"RMS-DC convertor\",\"deviceMode\":\"MX536\",\"deviceName\":\"RMS-DC convertor\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"1998.10.08-1998.11.11\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"PPM-99-008.pdf\\\":\\\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/PPM-99-008.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/data.xlsx\\\",\\\"电离总剂量效应_1745932569413.xlsx\\\":\\\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/电离总剂量效应_1745932569413.xlsx\\\"}\",\"fileMap\":{\"PPM-99-008.pdf\":\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/PPM-99-008.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/data.xlsx\",\"电离总剂量效应_1745932569413.xlsx\":\"/oss/physical/NASA/8c89adfbc0648e5b76379c0e9b8e9663/电离总剂量效应_1745932569413.xlsx\"},\"id\":\"8c89adfbc0648e5b76379c0e9b8e9663\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":210,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:16\"}]', null, '18', null, '2025-04-29 21:16:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917206389859782658', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"TTL Comparator\",\"deviceMode\":\"MX913\",\"deviceName\":\"TTL比较器\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1999\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/data.xlsx\\\",\\\"电离总剂量效应_1745916416094.xlsx\\\":\\\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/电离总剂量效应_1745916416094.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/data.xlsx\",\"电离总剂量效应_1745916416094.xlsx\":\"/oss/physical/NASA/359842b2231ddfbbcd528453d0c47588/电离总剂量效应_1745916416094.xlsx\"},\"id\":\"359842b2231ddfbbcd528453d0c47588\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:16\"}]', null, '6', null, '2025-04-29 21:16:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917206516917833729', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"DAC 12-bit\",\"deviceMode\":\"MX7847TQ\",\"deviceName\":\"DAC(数字模拟转换器)\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"1997.07.15-1998.07.20\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/data.xlsx\\\",\\\"单粒子效应_1745922675385.xlsx\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/单粒子效应_1745922675385.xlsx\\\",\\\"PPM-97-025.pdf\\\":\\\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/PPM-97-025.pdf\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/data.xlsx\",\"单粒子效应_1745922675385.xlsx\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/单粒子效应_1745922675385.xlsx\",\"PPM-97-025.pdf\":\"/oss/physical/NASA/a526d03f7c479f6c5953941790ee7c0b/PPM-97-025.pdf\"},\"id\":\"a526d03f7c479f6c5953941790ee7c0b\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:17\"}]', null, '7', null, '2025-04-29 21:17:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917206558235922434', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"8-bit DAC\",\"deviceMode\":\"MX7225UQ\",\"deviceName\":\"DAC(数字模拟转换器)\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"1999.10.24\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/data.xlsx\\\",\\\"单粒子效应_1745931726850.xlsx\\\":\\\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/单粒子效应_1745931726850.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/data.xlsx\",\"单粒子效应_1745931726850.xlsx\":\"/oss/physical/NASA/eec2d6a9682bb8c8d9660d2897be5ad4/单粒子效应_1745931726850.xlsx\"},\"id\":\"eec2d6a9682bb8c8d9660d2897be5ad4\",\"manufacturer\":\"Maxim\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:17\"}]', null, '7', null, '2025-04-29 21:17:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917207730791354369', '1', '用户名: liujunling,登录成功!', null, 'liujunling', '刘俊灵', '119.78.164.172', null, null, null, null, '0', null, '2025-04-29 21:21:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917207940418473986', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0741A; (A224)/0325A; (A224)\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1078\",\"deviceName\":\"RH1078\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"2016.11.22\",\"experimentUser\":\"刘俊灵\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"RH1078MH_1745932964584.xlsx\":\"/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/RH1078MH_1745932964584.xlsx\"},\"id\":\"5811aa0f82a3e62f86c9d7c1d197f432\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 21:22\"}]', null, '10', null, '2025-04-29 21:22:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917208826729435138', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Flash\",\"deviceMode\":\"MU-PA250B\",\"deviceName\":\"CMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2018.05.01\",\"experimentUser\":\"杜帅彬\",\"id\":\"b4d59670aebfd4fb4a9f360db7e56b4e\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:26\"}]', null, '6', null, '2025-04-29 21:26:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917208833197051906', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0921A\",\"deviceFunction\":\"JFET Input Operational Amplifier\",\"deviceMode\":\"RH1056A\",\"deviceName\":\"RH1056A\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"7/2011\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/data.xlsx\\\",\\\"RH1056A_1745933179517.xlsx\\\":\\\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/RH1056A_1745933179517.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/data.xlsx\",\"RH1056A_1745933179517.xlsx\":\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/RH1056A_1745933179517.xlsx\"},\"id\":\"beb05d0efec00dc299290a3c4968e9b0\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 21:26\"}]', null, '4', null, '2025-04-29 21:26:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917210310284120065', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0123A\",\"deviceFunction\":\"Precision 5V Reference\",\"deviceMode\":\"RH1021CMW-5\",\"deviceName\":\"RH1021CMW-5\",\"deviceType\":\"电源\",\"experimentDate\":\"20090101;7/2010\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/nsrec09_W13_TID.pdf\\\",\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/data.xlsx\\\",\\\"VdG09JAN_RH1021CMW_na.pdf\\\":\\\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/VdG09JAN_RH1021CMW_na.pdf\\\",\\\"RH1021CMW-5_1745933531024.xlsx\\\":\\\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/RH1021CMW-5_1745933531024.xlsx\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/nsrec09_W13_TID.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/data.xlsx\",\"VdG09JAN_RH1021CMW_na.pdf\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/VdG09JAN_RH1021CMW_na.pdf\",\"RH1021CMW-5_1745933531024.xlsx\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/RH1021CMW-5_1745933531024.xlsx\"},\"id\":\"e10547466eb0fd464909f1e19da6beb4\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 21:32\"}]', null, '8', null, '2025-04-29 21:32:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917210817140592641', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Transmitter\",\"deviceMode\":\"MTX8501\",\"deviceName\":\"Power Devices\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2002.02.01-2002.07.19\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/data.xlsx\\\",\\\"D020102_Emcore.pdf\\\":\\\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/D020102_Emcore.pdf\\\",\\\"D020102_MTX8501_MRX8501.pdf\\\":\\\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/D020102_MTX8501_MRX8501.pdf\\\",\\\"单粒子效应_1745933651432.xlsx\\\":\\\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/单粒子效应_1745933651432.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/data.xlsx\",\"D020102_Emcore.pdf\":\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/D020102_Emcore.pdf\",\"D020102_MTX8501_MRX8501.pdf\":\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/D020102_MTX8501_MRX8501.pdf\",\"单粒子效应_1745933651432.xlsx\":\"/oss/physical/NASA/77e3e23172dcff92c6b2702b9b441efc/单粒子效应_1745933651432.xlsx\"},\"id\":\"77e3e23172dcff92c6b2702b9b441efc\",\"manufacturer\":\"Emcore\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:34\"}]', null, '27', null, '2025-04-29 21:34:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917211498052292609', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9783A\",\"deviceFunction\":\"Precision 5V Reference\",\"deviceMode\":\"RH1021CMH-5\",\"deviceName\":\"RH1021CMH-5\",\"deviceType\":\"电源\",\"experimentDate\":\"20090101;7/2010\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/nsrec09_W13_TID.pdf\\\",\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/data.xlsx\\\",\\\"VdG09JAN_RH1021CMH_na.pdf\\\":\\\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/VdG09JAN_RH1021CMH_na.pdf\\\",\\\"RH1021CMH-5_1745933812825.xlsx\\\":\\\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/RH1021CMH-5_1745933812825.xlsx\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/nsrec09_W13_TID.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/data.xlsx\",\"VdG09JAN_RH1021CMH_na.pdf\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/VdG09JAN_RH1021CMH_na.pdf\",\"RH1021CMH-5_1745933812825.xlsx\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/RH1021CMH-5_1745933812825.xlsx\"},\"id\":\"85e7f8aa46ee62eb60b42a5952ef2f75\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 21:36\"}]', null, '8', null, '2025-04-29 21:36:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917212794830426114', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1430A; (19-008)\",\"deviceFunction\":\"Voltage Reference\",\"deviceMode\":\"RH1021BMH-10\",\"deviceName\":\"RH1021BMH-10\",\"deviceType\":\"电源\",\"experimentDate\":\"8/23/2019\",\"experimentUser\":\"刘俊灵\",\"id\":\"23cfc0ceb9880a0100d646610e606065\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 21:42\"}]', null, '5', null, '2025-04-29 21:42:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917213824729190402', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Triple Channel DC-DC Converter\",\"deviceMode\":\"MTR28515\",\"deviceName\":\"Hybrid\",\"deviceType\":\"其他混合集成电路\",\"experimentDate\":\"2011.01.11-2012.06.12\",\"experimentUser\":\"杜帅彬\",\"id\":\"d910d58fb46d9e2e91452e8e3930d7c5\",\"manufacturer\":\"Crane / Interpoint\",\"totalCountLhs\":30,\"totalCountNasa\":12,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:46\"}]', null, '8', null, '2025-04-29 21:46:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917214000265007105', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0940A\",\"deviceFunction\":\"5V Voltage Reference\",\"deviceMode\":\"RH1021\",\"deviceName\":\"RH1021\",\"deviceType\":\"电源\",\"experimentDate\":\"7/2011\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/data.xlsx\\\",\\\"RH1021-DD_1745934410486.xlsx\\\":\\\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/RH1021-DD_1745934410486.xlsx\\\",\\\"RH1021-TID_1745934410486.xlsx\\\":\\\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/RH1021-TID_1745934410486.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/data.xlsx\",\"RH1021-DD_1745934410486.xlsx\":\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/RH1021-DD_1745934410486.xlsx\",\"RH1021-TID_1745934410486.xlsx\":\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/RH1021-TID_1745934410486.xlsx\"},\"id\":\"718c36b9d1aaa49389a6738a2c0d358f\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 21:46\"}]', null, '4', null, '2025-04-29 21:46:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917214668145004545', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"南京特敏传感技术有限公司\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SPA-20\",\"experimentDate\":\"2022.03.22-2022.03.24\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2021-JL-025_1745928744122.xlsx,/oss/physical/temp/KC-2021-JL-025_1745928775229.pdf,/oss/physical/temp/KC-2021-JL-025测试数据_1745934567404.pdf\",\"id\":\"1917190392796909570\",\"manufacturer\":\"南京特敏\",\"name\":\"SPA压力传感器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"敏感元器件和传感器\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 21:49\"}]', null, '6', null, '2025-04-29 21:49:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917214747958415361', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"南京特敏传感技术有限公司\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SPA-0.6\",\"experimentDate\":\"2022.03.22-2022.03.24\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2021-JL-025_1745927923996.xlsx,/oss/physical/temp/KC-2023-JL-025_1745928791609.pdf,/oss/physical/temp/KC-2021-JL-025测试数据_1745934587397.pdf\",\"id\":\"1917175616301666305\",\"manufacturer\":\"南京特敏\",\"name\":\"SPA压力传感器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"敏感元器件和传感器\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 21:49\"}]', null, '4', null, '2025-04-29 21:49:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917215207985483777', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"883426.1\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1014MW\",\"deviceName\":\"RH1014MW\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"7/5/2019-to-12/30/2019\",\"experimentUser\":\"刘俊灵\",\"id\":\"88e483e35fc11c374272d2f5680a854c\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 21:51\"}]', null, '6', null, '2025-04-29 21:51:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917215979468984322', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0305A/0337A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1013MJ8\",\"deviceName\":\"RH1013MJ8\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"7/2011; 2014; 2015\",\"experimentUser\":\"刘俊灵·\",\"fileList\":\"{\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/nsrec2011_W5_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/data.xlsx\\\",\\\"RH1013MJ8_1745934883363.xlsx\\\":\\\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/RH1013MJ8_1745934883363.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/nsrec2011_W5_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/data.xlsx\",\"RH1013MJ8_1745934883363.xlsx\":\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/RH1013MJ8_1745934883363.xlsx\"},\"id\":\"54e7065fb30d055a53da46baf0c334c8\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":25,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 21:54\"}]', null, '9', null, '2025-04-29 21:54:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917216921677434882', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Dual precision Operational Amplifier\",\"deviceMode\":\"RH1013MH\",\"deviceName\":\"RH1013MH\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"6/2009; 7/2011; 2014; 2015\",\"experimentUser\":\"刘俊灵\",\"id\":\"09e7edc50ed5a435d5365a2cf42a207f\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 21:58\"}]', null, '6', null, '2025-04-29 21:58:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917217084168966145', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"MTR2815SF\",\"deviceName\":\"Converter\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"9/1/1998;11/21/1998\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"B112198d.pdf\\\":\\\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/B112198d.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/NSREC99.pdf\\\",\\\"单粒子效应_1745935145857.xlsx\\\":\\\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/单粒子效应_1745935145857.xlsx\\\"}\",\"fileMap\":{\"B112198d.pdf\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/B112198d.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/NSREC99.pdf\",\"单粒子效应_1745935145857.xlsx\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/单粒子效应_1745935145857.xlsx\"},\"id\":\"d267615ed444fa4ec5dec06f30858b47\",\"manufacturer\":\"Interpoint\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:59\"}]', null, '5', null, '2025-04-29 21:59:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917217216235016194', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Triple Channel DC-DC Converter\",\"deviceMode\":\"MTR28515\",\"deviceName\":\"Hybrid\",\"deviceType\":\"其他混合集成电路\",\"experimentDate\":\"2011.01.11-2012.06.12\",\"experimentUser\":\"杜帅彬\",\"id\":\"d910d58fb46d9e2e91452e8e3930d7c5\",\"manufacturer\":\"Crane / Interpoint\",\"totalCountLhs\":30,\"totalCountNasa\":12,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:59\"}]', null, '5', null, '2025-04-29 21:59:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917217231074463746', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"MTR2815SF\",\"deviceName\":\"Converter\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"9/1/1998;11/21/1998\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"B112198d.pdf\\\":\\\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/B112198d.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/NSREC99.pdf\\\",\\\"单粒子效应_1745935145857.xlsx\\\":\\\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/单粒子效应_1745935145857.xlsx\\\"}\",\"fileMap\":{\"B112198d.pdf\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/B112198d.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/NSREC99.pdf\",\"单粒子效应_1745935145857.xlsx\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/单粒子效应_1745935145857.xlsx\"},\"id\":\"d267615ed444fa4ec5dec06f30858b47\",\"manufacturer\":\"Interpoint\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 21:59\"}]', null, '8', null, '2025-04-29 21:59:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917217451552247809', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"MTR2815SF\",\"deviceName\":\"Converter\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"1998.09.01-1998.11.21\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"B112198d.pdf\\\":\\\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/B112198d.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/NSREC99.pdf\\\",\\\"单粒子效应_1745935145857.xlsx\\\":\\\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/单粒子效应_1745935145857.xlsx\\\"}\",\"fileMap\":{\"B112198d.pdf\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/B112198d.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/NSREC99.pdf\",\"单粒子效应_1745935145857.xlsx\":\"/oss/physical/NASA/d267615ed444fa4ec5dec06f30858b47/单粒子效应_1745935145857.xlsx\"},\"id\":\"d267615ed444fa4ec5dec06f30858b47\",\"manufacturer\":\"Interpoint\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 22:00\"}]', null, '7', null, '2025-04-29 22:00:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917221370034622466', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:16\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/100-5R3-65/SP\",\"experimentDate\":\"2023.11.16-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745935935580.xlsx,/oss/physical/temp/KC-2023-JL-089_1745935948642.pdf,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936168292.pdf\",\"id\":\"1917221370001068033\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '8', null, '2025-04-29 22:16:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917221725766127617', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9828\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"MTR2815F\",\"deviceName\":\"Converter\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"1998.09.18-1998.10.14\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"PPM-98-031.pdf\\\":\\\"/oss/physical/NASA/bb1935df158ae510b1b539a90e3acb95/PPM-98-031.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bb1935df158ae510b1b539a90e3acb95/data.xlsx\\\",\\\"电离总剂量效应_1745936251998.xlsx\\\":\\\"/oss/physical/NASA/bb1935df158ae510b1b539a90e3acb95/电离总剂量效应_1745936251998.xlsx\\\"}\",\"fileMap\":{\"PPM-98-031.pdf\":\"/oss/physical/NASA/bb1935df158ae510b1b539a90e3acb95/PPM-98-031.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bb1935df158ae510b1b539a90e3acb95/data.xlsx\",\"电离总剂量效应_1745936251998.xlsx\":\"/oss/physical/NASA/bb1935df158ae510b1b539a90e3acb95/电离总剂量效应_1745936251998.xlsx\"},\"id\":\"bb1935df158ae510b1b539a90e3acb95\",\"manufacturer\":\"Interpoint\",\"totalCountLhs\":24,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 22:17\"}]', null, '7', null, '2025-04-29 22:17:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917221972328288258', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:18\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/100-12-120/D1\",\"experimentDate\":\"2023.11.16-2023.11.23\",\"experimentUser\":\"阚永葭\",\"id\":\"1917221972303122434\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '6', null, '2025-04-29 22:18:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917222075713687554', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/100-12-120/D1\",\"experimentDate\":\"2023.11.16-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745936326041.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936326151.pdf,/oss/physical/temp/KC-2023-JL-089_1745936334232.pdf\",\"id\":\"1917221972303122434\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"电源变换器\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 22:18\"}]', null, '6', null, '2025-04-29 22:18:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917222370405486593', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1013\",\"deviceName\":\"RH1013\",\"deviceType\":\"Bipolar Linear Device\",\"experimentDate\":\"12/18/2005;11/16/2006\",\"experimentUser\":\"刘俊灵\",\"id\":\"3c97e79c28743b586cd3f1459077f932\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 22:20\"}]', null, '6', null, '2025-04-29 22:20:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917222630964039682', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:21\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/100-512-65/T1\",\"experimentDate\":\"2023.11.16-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745936456783.pdf,/oss/physical/temp/KC-2023-JL-089_1745936468320.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936468416.pdf\",\"id\":\"1917222630947262466\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '5', null, '2025-04-29 22:21:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917222666653372418', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1013\",\"deviceName\":\"RH1013\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"12/18/2005;11/16/2006\",\"experimentUser\":\"刘俊灵\",\"id\":\"3c97e79c28743b586cd3f1459077f932\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 22:21\"}]', null, '5', null, '2025-04-29 22:21:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917222888024543233', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9830\",\"deviceFunction\":\"DC-DC converter\",\"deviceMode\":\"MTR2815\",\"deviceName\":\"Power Device\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"1999\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/81a4cee3812e1da1586583c5099d9bfd/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/81a4cee3812e1da1586583c5099d9bfd/data.xlsx\\\",\\\"电离总剂量效应_1745936530483.xlsx\\\":\\\"/oss/physical/NASA/81a4cee3812e1da1586583c5099d9bfd/电离总剂量效应_1745936530483.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/81a4cee3812e1da1586583c5099d9bfd/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/81a4cee3812e1da1586583c5099d9bfd/data.xlsx\",\"电离总剂量效应_1745936530483.xlsx\":\"/oss/physical/NASA/81a4cee3812e1da1586583c5099d9bfd/电离总剂量效应_1745936530483.xlsx\"},\"id\":\"81a4cee3812e1da1586583c5099d9bfd\",\"manufacturer\":\"Interpoint\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 22:22\"}]', null, '5', null, '2025-04-29 22:22:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917223285665533953', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/100-512-65/T1\",\"experimentDate\":\"2023.11.16-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745936456783.pdf,/oss/physical/temp/KC-2023-JL-089_1745936468320.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936468416.pdf\",\"id\":\"1917222630947262466\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"电源变换器\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 22:23\"}]', null, '8', null, '2025-04-29 22:23:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917223527878201345', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"MTR2805SF\",\"deviceName\":\"Converter\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"6/23/1998;11/21/1998\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"B112198d.pdf\\\":\\\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/B112198d.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/NSREC99.pdf\\\"}\",\"fileMap\":{\"B112198d.pdf\":\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/B112198d.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/NSREC99.pdf\"},\"id\":\"eb0f9b12f8ee57f855e6477756851427\",\"manufacturer\":\"Interpoint\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 22:24\"}]', null, '9', null, '2025-04-29 22:24:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917223648107925506', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:25\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/100-28-150/SP\",\"experimentDate\":\"2023.11.16-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745936703667.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936703751.pdf,/oss/physical/temp/KC-2023-JL-089_1745936710813.pdf\",\"id\":\"1917223648074371073\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '8', null, '2025-04-29 22:25:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917223678663430145', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/100-28-150/SP\",\"experimentDate\":\"2023.11.16-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745936703667.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936703751.pdf,/oss/physical/temp/KC-2023-JL-089_1745936710813.pdf\",\"id\":\"1917223648074371073\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"电源变换器\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 22:25\"}]', null, '6', null, '2025-04-29 22:25:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917223773236596738', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0649A\",\"deviceFunction\":\"Flatpack 2.5V Reference\",\"deviceMode\":\"RH1009MW\",\"deviceName\":\"RH1009MW\",\"deviceType\":\"电源\",\"experimentDate\":\"_2009JUN\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/data.xlsx\\\",\\\"RH1009MW_1745936736072.xlsx\\\":\\\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/RH1009MW_1745936736072.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/data.xlsx\",\"RH1009MW_1745936736072.xlsx\":\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/RH1009MW_1745936736072.xlsx\"},\"id\":\"af507b0d6a2c343ab3b4415d5e6053f1\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 22:25\"}]', null, '5', null, '2025-04-29 22:25:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917224035565146113', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"MTR2805SF\",\"deviceName\":\"Converter\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"1998.06.23-1998.11.21\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"B112198d.pdf\\\":\\\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/B112198d.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/NSREC99.pdf\\\",\\\"单粒子效应_1745936803951.xlsx\\\":\\\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/单粒子效应_1745936803951.xlsx\\\"}\",\"fileMap\":{\"B112198d.pdf\":\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/B112198d.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/NSREC99.pdf\",\"单粒子效应_1745936803951.xlsx\":\"/oss/physical/NASA/eb0f9b12f8ee57f855e6477756851427/单粒子效应_1745936803951.xlsx\"},\"id\":\"eb0f9b12f8ee57f855e6477756851427\",\"manufacturer\":\"Interpoint\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 22:26\"}]', null, '10', null, '2025-04-29 22:26:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917224138505949185', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:27\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/(20-50)-12-30F/D1\",\"experimentDate\":\"2023.11.16-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745936816572.pdf,/oss/physical/temp/KC-2023-JL-089_1745936824609.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936824721.pdf\",\"id\":\"1917224138489171969\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '5', null, '2025-04-29 22:27:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917224431230619649', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:28\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/(20-50)-12-65F/D1\",\"experimentDate\":\"2023.11.16-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745936889955.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936890049.pdf,/oss/physical/temp/KC-2023-JL-089_1745936897486.pdf\",\"id\":\"1917224431205453825\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '7', null, '2025-04-29 22:28:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917224592312864769', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0829H\",\"deviceFunction\":\"2.5V Reference\",\"deviceMode\":\"RH1009MH\",\"deviceName\":\"RH1009MH\",\"deviceType\":\"电源\",\"experimentDate\":\"_2009JUN\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/data.xlsx\\\",\\\"RH1009MH_1745936935279.xlsx\\\":\\\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/RH1009MH_1745936935279.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/data.xlsx\",\"RH1009MH_1745936935279.xlsx\":\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/RH1009MH_1745936935279.xlsx\"},\"id\":\"16627476ddf0ac87be94680a64dfc59c\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 22:28\"}]', null, '12', null, '2025-04-29 22:28:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917224725414907906', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:29\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/(20-50)-28-150/SP\",\"experimentDate\":\"2023.11.16-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745936961042.pdf,/oss/physical/temp/KC-2023-JL-089_1745936967857.xlsx,/oss/physical/temp/KC-2023-JL-089测试数据1_1745936967940.pdf\",\"id\":\"1917224725389742081\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '7', null, '2025-04-29 22:29:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917224795740803073', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9828\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"MTR2805F\",\"deviceName\":\"DC-DC Converter\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"1998.09.18-1998.10.14\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"PPM-98-030.pdf\\\":\\\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/PPM-98-030.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/data.xlsx\\\",\\\"电离总剂量效应_1745936984964.xlsx\\\":\\\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/电离总剂量效应_1745936984964.xlsx\\\"}\",\"fileMap\":{\"PPM-98-030.pdf\":\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/PPM-98-030.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/data.xlsx\",\"电离总剂量效应_1745936984964.xlsx\":\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/电离总剂量效应_1745936984964.xlsx\"},\"id\":\"e646a50af25fb9755d47d7e49d92b3ae\",\"manufacturer\":\"Interpoint\",\"totalCountLhs\":24,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 22:29\"}]', null, '5', null, '2025-04-29 22:29:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917225440002674689', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9828\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"MTR2805\",\"deviceName\":\"Power Device\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"1998.09.18-1998.10.14\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/8d407f745f31e3f405665d23fd99d559/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8d407f745f31e3f405665d23fd99d559/data.xlsx\\\",\\\"电离总剂量效应_1745937138500.xlsx\\\":\\\"/oss/physical/NASA/8d407f745f31e3f405665d23fd99d559/电离总剂量效应_1745937138500.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/8d407f745f31e3f405665d23fd99d559/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8d407f745f31e3f405665d23fd99d559/data.xlsx\",\"电离总剂量效应_1745937138500.xlsx\":\"/oss/physical/NASA/8d407f745f31e3f405665d23fd99d559/电离总剂量效应_1745937138500.xlsx\"},\"id\":\"8d407f745f31e3f405665d23fd99d559\",\"manufacturer\":\"Interpoint\",\"totalCountLhs\":24,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 22:32\"}]', null, '5', null, '2025-04-29 22:32:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917225529416847361', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9828\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"MTR2805F\",\"deviceName\":\"Converter\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"1998.09.18-1998.10.14\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"电离总剂量效应_1745936984964.xlsx\\\":\\\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/电离总剂量效应_1745936984964.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/data.xlsx\\\",\\\"PPM-98-030.pdf\\\":\\\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/PPM-98-030.pdf\\\"}\",\"fileMap\":{\"电离总剂量效应_1745936984964.xlsx\":\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/电离总剂量效应_1745936984964.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/data.xlsx\",\"PPM-98-030.pdf\":\"/oss/physical/NASA/e646a50af25fb9755d47d7e49d92b3ae/PPM-98-030.pdf\"},\"id\":\"e646a50af25fb9755d47d7e49d92b3ae\",\"manufacturer\":\"Interpoint\",\"totalCountLhs\":24,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 22:32\"}]', null, '6', null, '2025-04-29 22:32:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917226031626031105', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Single Board Computer\",\"deviceMode\":\"RH-OBC-1\",\"deviceName\":\"RH-OBC-1\",\"deviceType\":\"片上系统\",\"experimentDate\":\"6/1/2019(MGH)\",\"experimentUser\":\"刘俊灵\",\"id\":\"7d44536aca1c2981a632ab093218a958\",\"manufacturer\":\"Vorago\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 22:34\"}]', null, '5', null, '2025-04-29 22:34:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917226669931991042', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9107\",\"deviceFunction\":\"DC-DC converter\",\"deviceMode\":\"MTO2815T/ES\",\"deviceName\":\"Converter\",\"deviceType\":\"电源转换器\",\"experimentDate\":\"1991.03.26-1991.04.20\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"PPM-91-438.pdf\\\":\\\"/oss/physical/NASA/d2c5c08c2b467a83401e9740bb086a09/PPM-91-438.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d2c5c08c2b467a83401e9740bb086a09/data.xlsx\\\",\\\"电离总剂量效应_1745937431830.xlsx\\\":\\\"/oss/physical/NASA/d2c5c08c2b467a83401e9740bb086a09/电离总剂量效应_1745937431830.xlsx\\\"}\",\"fileMap\":{\"PPM-91-438.pdf\":\"/oss/physical/NASA/d2c5c08c2b467a83401e9740bb086a09/PPM-91-438.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d2c5c08c2b467a83401e9740bb086a09/data.xlsx\",\"电离总剂量效应_1745937431830.xlsx\":\"/oss/physical/NASA/d2c5c08c2b467a83401e9740bb086a09/电离总剂量效应_1745937431830.xlsx\"},\"id\":\"d2c5c08c2b467a83401e9740bb086a09\",\"manufacturer\":\"Interpoint\",\"totalCountLhs\":240,\"totalCountNasa\":3,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 22:37\"}]', null, '6', null, '2025-04-29 22:37:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917227083591028738', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9119~A, 9119, 9029\",\"deviceFunction\":\"Regulator\",\"deviceMode\":\"REF05AJ/883C\",\"deviceName\":\"REF05AJ/883C\",\"deviceType\":\"放大器\",\"experimentDate\":\"2/23/1993\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"PPM-93-035.pdf\\\":\\\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/PPM-93-035.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/data.xlsx\\\",\\\"REF05AJ883C_1745937529580.xlsx\\\":\\\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/REF05AJ883C_1745937529580.xlsx\\\"}\",\"fileMap\":{\"PPM-93-035.pdf\":\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/PPM-93-035.pdf\",\"data.xlsx\":\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/data.xlsx\",\"REF05AJ883C_1745937529580.xlsx\":\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/REF05AJ883C_1745937529580.xlsx\"},\"id\":\"02a1950c026d14b9b760e264fd8076bd\",\"manufacturer\":\"ADI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 22:38\"}]', null, '7', null, '2025-04-29 22:38:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917227513872093186', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XXMicron\",\"deviceFunction\":\"Imager\",\"deviceMode\":\"MT9T001P12STC\",\"deviceName\":\"CMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2008.04\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/a320fbbcaecc46d09af42a2f2b88ad43/nsrec09_W13_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a320fbbcaecc46d09af42a2f2b88ad43/data.xlsx\\\",\\\"电离总剂量效应_1745937632864.xlsx\\\":\\\"/oss/physical/NASA/a320fbbcaecc46d09af42a2f2b88ad43/电离总剂量效应_1745937632864.xlsx\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/a320fbbcaecc46d09af42a2f2b88ad43/nsrec09_W13_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a320fbbcaecc46d09af42a2f2b88ad43/data.xlsx\",\"电离总剂量效应_1745937632864.xlsx\":\"/oss/physical/NASA/a320fbbcaecc46d09af42a2f2b88ad43/电离总剂量效应_1745937632864.xlsx\"},\"id\":\"a320fbbcaecc46d09af42a2f2b88ad43\",\"manufacturer\":\"\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-29 22:40\"}]', null, '6', null, '2025-04-29 22:40:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917228020900532226', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"LD78198\",\"deviceFunction\":\"Voltage Reference\",\"deviceMode\":\"REF-43B\",\"deviceName\":\"REF-43B\",\"deviceType\":\"电源\",\"experimentDate\":\"8/5/1997\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/data.xlsx\\\",\\\"PPM-97-032.pdf\\\":\\\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/PPM-97-032.pdf\\\",\\\"REF-43B_1745937752332.xlsx\\\":\\\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/REF-43B_1745937752332.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/data.xlsx\",\"PPM-97-032.pdf\":\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/PPM-97-032.pdf\",\"REF-43B_1745937752332.xlsx\":\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/REF-43B_1745937752332.xlsx\"},\"id\":\"f589b33417e548e89d78ee5bb262c7ff\",\"manufacturer\":\"AD (PMI)\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 22:42\"}]', null, '5', null, '2025-04-29 22:42:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917228710041456642', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Reference\",\"deviceMode\":\"REF-10\",\"deviceName\":\"REF-10\",\"deviceType\":\"电源\",\"experimentDate\":\"4/29/1998\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"PPM-98-012.pdf\\\":\\\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/PPM-98-012.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/data.xlsx\\\",\\\"REF-10_1745937918230.xlsx\\\":\\\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/REF-10_1745937918230.xlsx\\\"}\",\"fileMap\":{\"PPM-98-012.pdf\":\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/PPM-98-012.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/data.xlsx\",\"REF-10_1745937918230.xlsx\":\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/REF-10_1745937918230.xlsx\"},\"id\":\"0771b022ea3ba32981bf8146d0b30577\",\"manufacturer\":\"AD\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 22:45\"}]', null, '5', null, '2025-04-29 22:45:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917228910059425794', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:46\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/(20-50)-5R3-30F/SP\",\"experimentDate\":\"2023.09-28-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745937946881.xlsx,/oss/physical/temp/KC-2023-JL-089_1745937955877.pdf,/oss/physical/temp/KC-2023-JL-089-测试数据2_1745937963854.pdf\",\"id\":\"1917228910034259969\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":6,\"totalCountXhy\":2,\"type\":\"电源变换器\"}]', null, '8', null, '2025-04-29 22:46:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917229329758261250', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:47\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/(20-50)-512-65F/T1\",\"experimentDate\":\"2023.09-28-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745938048928.xlsx,/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938056087.pdf,/oss/physical/temp/KC-2023-JL-089_1745938065280.pdf\",\"id\":\"1917229329741484034\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"电源变换器\"}]', null, '6', null, '2025-04-29 22:47:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917229510897668098', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage regulator\",\"deviceMode\":\"REF-02\",\"deviceName\":\"REF-02\",\"deviceType\":\"电源\",\"experimentDate\":\"7/29/1994;7/17/1995\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/data.xlsx\\\",\\\"b072994.pdf\\\":\\\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/b072994.pdf\\\",\\\"REF-02_1745938109324.xlsx\\\":\\\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/REF-02_1745938109324.xlsx\\\"}\",\"fileMap\":{\"ieee95a.pdf\":\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/b072994.pdf\",\"REF-02_1745938109324.xlsx\":\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/REF-02_1745938109324.xlsx\"},\"id\":\"f7c639ba47cead8955f46aa01617eba5\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 22:48\"}]', null, '6', null, '2025-04-29 22:48:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917229716397592577', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:49\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/(20-50)-5R3-65F/SP\",\"experimentDate\":\"2023.09-28-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745938145048.pdf,/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938155940.pdf,/oss/physical/temp/KC-2023-JL-089_1745938155900.xlsx\",\"id\":\"1917229716372426753\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"电源变换器\"}]', null, '5', null, '2025-04-29 22:49:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917229950309732353', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:50\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/100-28-150/SP\",\"experimentDate\":\"2023.09-28-2023.11.23\",\"experimentUser\":\"阚永葭\",\"id\":\"1917229950292955137\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"电源变换器\"}]', null, '5', null, '2025-04-29 22:50:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917230025886896129', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/100-28-150/SP\",\"experimentDate\":\"2023.09-28-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938225097.pdf,/oss/physical/temp/KC-2023-JL-089_1745938225048.xlsx,/oss/physical/temp/KC-2023-JL-089_1745938230946.pdf\",\"id\":\"1917229950292955137\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"电源变换器\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 22:50\"}]', null, '8', null, '2025-04-29 22:50:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917230372894248962', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:51\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/100-12-120/D1\",\"experimentDate\":\"2023.09-28-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745938305902.pdf,/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938314466.pdf,/oss/physical/temp/KC-2023-JL-089_1745938314418.xlsx\",\"id\":\"1917230372877471745\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"电源变换器\"}]', null, '5', null, '2025-04-29 22:51:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917230378049048578', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1340\",\"deviceFunction\":\"Solid State Relay\",\"deviceMode\":\"RDHA710\",\"deviceName\":\"RDHA710\",\"deviceType\":\"继电器\",\"experimentDate\":\"4/04/2014\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\":\\\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/data.xlsx\\\",\\\"RDHA710_1745938315051.xlsx\\\":\\\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/RDHA710_1745938315051.xlsx\\\"}\",\"fileMap\":{\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"data.xlsx\":\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/data.xlsx\",\"RDHA710_1745938315051.xlsx\":\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/RDHA710_1745938315051.xlsx\"},\"id\":\"04a8ef8f1910fcf14d4413ae551b6dff\",\"manufacturer\":\"International Rectifier\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 22:51\"}]', null, '14', null, '2025-04-29 22:51:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917230785810894849', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"山东华宇航天空间技术有限公司\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 22:53\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"山东华宇航天空间技术有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SHDC/(20-50)-28-150/SP\",\"experimentDate\":\"2023.09-28-2023.11.23\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-089_1745938398373.pdf,/oss/physical/temp/KC-2023-JL-089-测试数据2_1745938412015.pdf,/oss/physical/temp/KC-2023-JL-089_1745938411954.xlsx\",\"id\":\"1917230785777340417\",\"manufacturer\":\"山东华宇航天空间技术有限公司\",\"name\":\"DC/DC转换器\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"电源变换器\"}]', null, '8', null, '2025-04-29 22:53:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917231191744024578', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1340\",\"deviceFunction\":\"Solid State Relay\",\"deviceMode\":\"RDHA701\",\"deviceName\":\"RDHA701\",\"deviceType\":\"继电器\",\"experimentDate\":\"4/04/2014\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\":\\\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/data.xlsx\\\",\\\"RDHA701_1745938509819.xlsx\\\":\\\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/RDHA701_1745938509819.xlsx\\\"}\",\"fileMap\":{\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/data.xlsx\",\"RDHA701_1745938509819.xlsx\":\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/RDHA701_1745938509819.xlsx\"},\"id\":\"1c0e5d09f33887b55fe633d0859b3930\",\"manufacturer\":\"International Rectifier\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 22:55\"}]', null, '5', null, '2025-04-29 22:55:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917232123697401858', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"RB205T-60\",\"deviceName\":\"RB205T-60\",\"deviceType\":\"二极管\",\"experimentDate\":\"6/30/2014\",\"experimentUser\":\"刘俊灵\",\"id\":\"e8df2642ffb0c6ea42c8249a8adad737\",\"manufacturer\":\"Rohm Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 22:58\"}]', null, '6', null, '2025-04-29 22:58:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917233371536396290', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R13\",\"deviceName\":\"RAMT1R13\",\"deviceType\":\"存储器\",\"experimentDate\":\"2/24/1997\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/b022497b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/data.xlsx\\\",\\\"RAMT1R13_1745939028301.xlsx\\\":\\\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/RAMT1R13_1745939028301.xlsx\\\"}\",\"fileMap\":{\"b022497b.pdf\":\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/b022497b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/data.xlsx\",\"RAMT1R13_1745939028301.xlsx\":\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/RAMT1R13_1745939028301.xlsx\"},\"id\":\"bb941e905886adeb7b36e6fed857d18d\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 23:03\"}]', null, '5', null, '2025-04-29 23:03:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917233728048041985', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 23:05\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7391T1RH\",\"experimentDate\":\"2023.11.13-2023.11.16\",\"experimentUser\":\"梁晓雯\",\"id\":\"1917233728031264769\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"type\":\"晶体管\"}]', null, '5', null, '2025-04-29 23:05:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917234032529346562', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R12\",\"deviceName\":\"RAMT1R12\",\"deviceType\":\"存储器\",\"experimentDate\":\"2/24/1997\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/b022497b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/data.xlsx\\\",\\\"RAMT1R12_1745939184383.xlsx\\\":\\\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/RAMT1R12_1745939184383.xlsx\\\"}\",\"fileMap\":{\"b022497b.pdf\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/b022497b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/data.xlsx\",\"RAMT1R12_1745939184383.xlsx\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/RAMT1R12_1745939184383.xlsx\"},\"id\":\"9d822f3cf4c46a3a132bc175de0b356c\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-29 23:06\"}]', null, '5', null, '2025-04-29 23:06:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917235344738324482', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7391T1RH\",\"experimentDate\":\"2023.11.13-2023.11.16\",\"experimentUser\":\"梁晓雯\",\"id\":\"1917233728031264769\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"type\":\"晶体管\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 23:11\"}]', null, '5', null, '2025-04-29 23:11:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917237561830641666', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7391T1RH\",\"experimentDate\":\"2023.11.13-2023.11.16\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120pdf_1745940004603.pdf,/oss/physical/temp/KC-2023-SB-H771-151_1745940020769.pdf,/oss/physical/temp/KC-2023-SB-H771-151测试数据_1745940020702.xlsx\",\"id\":\"1917233728031264769\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 23:20\"}]', null, '7', null, '2025-04-29 23:20:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917239931310411778', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 23:29\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7391U3RH\",\"experimentDate\":\"2023.11.13-2023.11.16\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-152_1745940585664.pdf,/oss/physical/temp/KC-2023-SB-H771-152测试数据_1745940585598.xlsx,/oss/physical/temp/KC-2023-JL-120pdf_1745940592633.pdf\",\"id\":\"1917239931293634561\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-29 23:29:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917241148640038913', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7391U3RH\",\"experimentDate\":\"2023.11.13-2023.11.16\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120pdf_1745940592633.pdf,/oss/physical/temp/KC-2023-SB-H771-152测试数据_1745940883647.pdf,/oss/physical/temp/KC-2023-SB-H771-152_1745940883564.xlsx\",\"id\":\"1917239931293634561\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-29 23:34\"}]', null, '9', null, '2025-04-29 23:34:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917243063947988994', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-29 23:42\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF119\",\"experimentDate\":\"2023.11.16-2023.11.19\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120pdf_1745941330342.pdf,/oss/physical/temp/KC-2023-SB-H771-153测试数据_1745941338966.pdf,/oss/physical/temp/KC-2023-SB-H771-153_1745941338958.xlsx\",\"id\":\"1917243063931211777\",\"manufacturer\":\"771所\",\"name\":\"抗辐射双电压比较器\",\"totalCountLhs\":22,\"totalCountXhy\":2,\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-29 23:42:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917398409240875009', '1', '用户名: sunjiacheng,登录成功!', null, 'sunjiacheng', '孙家诚', '119.78.164.164', null, null, null, null, '0', null, '2025-04-30 09:59:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917399737862164481', '1', '用户名: wangjiaxing,登录成功!', null, 'wangjiaxing', '王嘉兴', '119.78.164.148', null, null, null, null, '0', null, '2025-04-30 10:04:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917400091001589762', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-30 10:06:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917400428303323137', '1', '用户名: yangjicong,登录成功!', null, 'yangjicong', '杨济聪', '119.78.164.150', null, null, null, null, '0', null, '2025-04-30 10:07:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917401765749428225', '1', '用户名: chenpan,登录成功!', null, 'chenpan', '陈攀', '119.78.164.165', null, null, null, null, '0', null, '2025-04-30 10:12:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917402526529064962', '1', '用户名: zhangchenyu,登录成功!', null, 'zhangchenyu', '张晨宇', '119.78.164.169', null, null, null, null, '0', null, '2025-04-30 10:16:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917402956088709121', '1', '用户名: zhangyun,登录成功!', null, 'zhangyun', '张云', '119.78.167.45', null, null, null, null, '0', null, '2025-04-30 10:17:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917403288436969473', '1', '用户名: luozikang,登录成功!', null, 'luozikang', '罗梓康', '119.78.164.171', null, null, null, null, '0', null, '2025-04-30 10:19:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917403509606813698', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"128kx8 SRAM\",\"deviceMode\":\"MT5C1008CW-25\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1997.07.21\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/b0e674303e31c245c79e02c048b455bb/Random97a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b0e674303e31c245c79e02c048b455bb/data.xlsx\\\",\\\"单粒子效应_1745979593527.xlsx\\\":\\\"/oss/physical/NASA/b0e674303e31c245c79e02c048b455bb/单粒子效应_1745979593527.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/b0e674303e31c245c79e02c048b455bb/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b0e674303e31c245c79e02c048b455bb/data.xlsx\",\"单粒子效应_1745979593527.xlsx\":\"/oss/physical/NASA/b0e674303e31c245c79e02c048b455bb/单粒子效应_1745979593527.xlsx\"},\"id\":\"b0e674303e31c245c79e02c048b455bb\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 10:19\"}]', null, '5', null, '2025-04-30 10:19:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917404675027734530', '1', '用户名: xuebinrui,登录成功!', null, 'xuebinrui', '薛彬睿', '210.73.34.96', null, null, null, null, '0', null, '2025-04-30 10:24:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917405658172592130', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"SG1524\",\"deviceName\":\"SG1524\",\"deviceType\":\"Pulse Width Modulator\",\"experimentDate\":\"_2005\",\"fileList\":\"{\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/data.xlsx\\\",\\\"G2005_SG1524_TID.pdf\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/G2005_SG1524_TID.pdf\\\"}\",\"fileMap\":{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/data.xlsx\",\"G2005_SG1524_TID.pdf\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/G2005_SG1524_TID.pdf\"},\"id\":\"56f5f0e218b7356738109ad0edcb1ae1\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":51,\"totalCountNasa\":51,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 10:28\"}]', null, '8', null, '2025-04-30 10:28:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917405860757475329', '1', '用户名: mayinjie,登录成功!', null, 'mayinjie', '马崟洁', '119.78.164.173', null, null, null, null, '0', null, '2025-04-30 10:29:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917405938498899969', '1', '用户名: yangsini,登录成功!', null, 'yangsini', '杨思妮', '119.78.164.179', null, null, null, null, '0', null, '2025-04-30 10:29:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917406104995991553', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"30814B\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"RHFL4913KP332\",\"deviceName\":\"RHFL4913KP332\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"6/1/2009; 2014; 2015; 7/22/2016 ELDRS testing completed\",\"experimentUser\":\"杨济聪\",\"id\":\"8499859be3d9f758abdace623ec0d590\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-30 10:30\"}]', null, '8', null, '2025-04-30 10:30:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917406290132570113', '1', '用户名: xieyongzhi,登录成功!', null, 'xieyongzhi', '谢永智', '119.78.164.170', null, null, null, null, '0', null, '2025-04-30 10:30:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917406315407446017', '1', '用户名: changyuhai,登录成功!', null, 'changyuhai', '常余海', '119.78.164.166', null, null, null, null, '0', null, '2025-04-30 10:31:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917406706601791489', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CPLS-E5-8700-1\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745925552456.pdf,/oss/physical/temp/CPLS-E5-8700-1_1745980353680.xlsx\",\"id\":\"1917176880662024193\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"频率源组件\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 10:32\"}]', null, '12', null, '2025-04-30 10:32:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917408460571643905', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"30814B\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"RHFL4913KP332\",\"deviceName\":\"RHFL4913KP332\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"6/1/2009; 2014; 2015; 7/22/2016 ELDRS testing completed\",\"experimentUser\":\"杨济聪\",\"id\":\"8499859be3d9f758abdace623ec0d590\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-30 10:39\"}]', null, '5', null, '2025-04-30 10:39:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917408556998692866', '2', '历史一期记录-添加', '2', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"北京博达\",\"createBy\":\"zhangyun\",\"createTime\":\"2025-04-30 10:39\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"EDB2432B4MA-1DAAT-F\",\"experimentDate\":\"2023/3/7\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-032_1745980796227.xlsx\",\"id\":\"1917408556981915649\",\"manufacturer\":\"MICRON\",\"name\":\"DDR1芯片\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"数字集成电路\"}]', null, '4', null, '2025-04-30 10:39:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917408715220422658', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT5096\",\"deviceName\":\"SFT5096\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"3/27/2014-to-4/25/2014\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"},\"id\":\"0aa05d58c9d470f43b7a8bed9de65dd9\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":37,\"totalCountNasa\":37,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 10:40\"}]', null, '5', null, '2025-04-30 10:40:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917408946880221186', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电13所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 10:41\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SS-KFG902/103-30\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745980527368.pdf,/oss/physical/temp/SS-KFG902103-30_1745980884779.xlsx\",\"id\":\"1917408946855055362\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"X波段收发组件\"}]', null, '7', null, '2025-04-30 10:41:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917408969332330497', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"北京博达\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"EDB2432B4MA-1DAAT-F\",\"experimentDate\":\"2023/3/7\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-032_1745980796227.xlsx\",\"id\":\"1917408556981915649\",\"manufacturer\":\"MICRON\",\"name\":\"DDR1芯片\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"数字集成电路/存储芯片\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-30 10:41\"}]', null, '4', null, '2025-04-30 10:41:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917409063360237569', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第五十八研究所\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PD1\",\"experimentDate\":\"2022.05.11-2022.05.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-046_1745931502729.pdf,/oss/physical/temp/58-wy-20220510_1745932306078.zip,/oss/physical/temp/KC-2022-JL-046_1745932554463.xlsx,/oss/physical/temp/KC-2022-JL-046_测试数据_1745980913882.pdf\",\"id\":\"1917205228087906306\",\"manufacturer\":\"中国电子科技集团公司第五十八研究所\",\"name\":\"PD1 NLDMOS器件\",\"totalCountLhs\":3,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 10:41\"}]', null, '5', null, '2025-04-30 10:41:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917409415706939394', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"SFT5094\",\"deviceName\":\"SFT5094\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"10/20/2015\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/data.xlsx\"},\"id\":\"a106c558ff54f9b1a6f0e4854b2020d2\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":40,\"totalCountNasa\":40,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 10:43\"}]', null, '8', null, '2025-04-30 10:43:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917409763863531521', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CPLS-E5-8700-1\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745925552456.pdf,/oss/physical/temp/CPLS-E5-8700-1_1745981084730.xlsx\",\"id\":\"1917176880662024193\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"频率源组件\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 10:44\"}]', null, '4', null, '2025-04-30 10:44:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917409868943429633', '2', '历史一期记录-添加', '2', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"北京博达\",\"createBy\":\"zhangyun\",\"createTime\":\"2025-04-30 10:45\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"EDB2432B4MA-1DAAT-F\",\"experimentDate\":\"2023/3/7\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-032_1745981108575.xlsx\",\"id\":\"1917409868918263809\",\"manufacturer\":\"MICRON\",\"name\":\"DDR2芯片\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"数字集成电路/存储芯片\"}]', null, '6', null, '2025-04-30 10:45:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917410204626161666', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电58所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 10:46\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"中电58所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LVM1_60\",\"experimentDate\":\"2022.05.10-2022.05.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-046_测试数据_1745981080679.pdf,/oss/physical/temp/KC-2022-JL-046_1_1745981080673.xlsx,/oss/physical/temp/KC-2022-JL-046_1745981087946.pdf,/oss/physical/temp/58-wy-20220510_1745981095971.zip\",\"id\":\"1917410204609384449\",\"manufacturer\":\"中电58所\",\"name\":\"单边NMOS\",\"totalCountLhs\":12,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-30 10:46:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917410365217673218', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CPLS-E5-8700-1\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745925552456.pdf,/oss/physical/temp/CPLS-E5-8700-1_1745981228361.xlsx\",\"id\":\"1917176880662024193\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"频率源组件\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 10:47\"}]', null, '6', null, '2025-04-30 10:47:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917410613847625729', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电58所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 10:48\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"中电58所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LVM1_59\",\"experimentDate\":\"2022.05.10-2022.05.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/58-wy-20220510_1745981264189.zip,/oss/physical/temp/KC-2022-JL-046_1745981270189.pdf,/oss/physical/temp/KC-2022-JL-046_测试数据_1745981280531.pdf,/oss/physical/temp/KC-2022-JL-046_1_1745981280527.xlsx\",\"id\":\"1917410613830848514\",\"manufacturer\":\"中电58所\",\"name\":\"双边NMOS\",\"totalCountLhs\":18,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-30 10:48:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917410990038945793', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电58所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 10:49\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"中电58所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LVM1_61\",\"experimentDate\":\"2022.05.10-2022.05.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-046_1745981355585.pdf,/oss/physical/temp/KC-2022-JL-046_测试数据_1745981367408.pdf,/oss/physical/temp/KC-2022-JL-046_1_1745981367400.xlsx,/oss/physical/temp/58-wy-20220510_1745981375997.zip\",\"id\":\"1917410990022168578\",\"manufacturer\":\"中电58所\",\"name\":\"单边PMOS\",\"totalCountLhs\":12,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 10:49:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917411356268793858', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电58所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 10:51\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"中电58所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LVM1_62\",\"experimentDate\":\"2022.05.10-2022.05.12\",\"experimentUser\":\"魏莹\",\"fileUrl\":\"/oss/physical/temp/58-wy-20220510_1745981435928.zip,/oss/physical/temp/KC-2022-JL-046_测试数据_1745981446235.pdf,/oss/physical/temp/KC-2022-JL-046_1_1745981446205.xlsx,/oss/physical/temp/KC-2022-JL-046_1745981458396.pdf\",\"id\":\"1917411356252016641\",\"manufacturer\":\"中电58所\",\"name\":\"双边PMOS\",\"totalCountLhs\":18,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-30 10:51:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917411514171756546', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-30 10:51:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917411700092669954', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"30828A\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"RHFL4913ESY332\",\"deviceName\":\"RHFL4913ESY332\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"6/1/2009; 2014; 2015; 2016 ELDRS testing completed\",\"experimentUser\":\"杨济聪\",\"id\":\"cb929b5bc822f1b5c65f1133500490ba\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-30 10:52\"}]', null, '5', null, '2025-04-30 10:52:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917411825431056386', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电13所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 10:52\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QZJ726\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745981341486.pdf,/oss/physical/temp/QZJ726_1745981573862.xlsx\",\"id\":\"1917411825322004481\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"功分开关模块\"}]', null, '27', null, '2025-04-30 10:52:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917412368824111105', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT2907A\",\"deviceName\":\"SFT2907A\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/31/2013\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/data.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/data.xlsx\"},\"id\":\"55878ff2562a560cea83b9831831c099\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":110,\"totalCountNasa\":74,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 10:55\"}]', null, '7', null, '2025-04-30 10:55:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917412766498656258', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电13所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 10:56\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QZJ651\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745981672312.pdf\",\"id\":\"1917412766481879041\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"上变频模块\"}]', null, '5', null, '2025-04-30 10:56:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917412916893814786', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SS-KFG902/103-30\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745980527368.pdf,/oss/physical/temp/SS-KFG902103-30_1745981833450.xlsx\",\"id\":\"1917408946855055362\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"X波段收发组件\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 10:57\"}]', null, '4', null, '2025-04-30 10:57:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917413218179059714', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QZJ726\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745981341486.pdf,/oss/physical/temp/QZJ726_1745981907206.xlsx\",\"id\":\"1917411825322004481\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"功分开关模块\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 10:58\"}]', null, '5', null, '2025-04-30 10:58:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917413568344723457', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0510A\",\"deviceFunction\":\"Bipolar LVDO Regulator\",\"deviceMode\":\"RHFL4913\",\"deviceName\":\"RHFL4913\",\"deviceType\":\"Bipolar Linear Device\",\"experimentDate\":\"12/18/2005;11/18/2006\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"T111806_RHFL4913.pdf\\\":\\\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/T111806_RHFL4913.pdf\\\",\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/nsrec07_W27_SEE.pdf\\\",\\\"T121805_RHFL4913.pdf\\\":\\\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/T121805_RHFL4913.pdf\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/nsrec06_W4.pdf\\\",\\\"data_1745981992101.xlsx\\\":\\\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/data_1745981992101.xlsx\\\"}\",\"fileMap\":{\"T111806_RHFL4913.pdf\":\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/T111806_RHFL4913.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/nsrec07_W27_SEE.pdf\",\"T121805_RHFL4913.pdf\":\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/T121805_RHFL4913.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/nsrec06_W4.pdf\",\"data_1745981992101.xlsx\":\"/oss/physical/NASA/f9f03e85c61619d830cc58e70cd3affd/data_1745981992101.xlsx\"},\"id\":\"f9f03e85c61619d830cc58e70cd3affd\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-30 10:59\"}]', null, '8', null, '2025-04-30 10:59:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917413602972897281', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT2369 (2N2369A)\",\"deviceName\":\"SFT2369 (2N2369A)\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"4/22/2012\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/data.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/data.xlsx\"},\"id\":\"f19684564c9cd5910f385fd424085c9e\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":192,\"totalCountNasa\":73,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 11:00\"}]', null, '7', null, '2025-04-30 11:00:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917413708996513794', '2', '历史一期记录-添加', '2', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第四十四研究所\",\"createBy\":\"zhangyun\",\"createTime\":\"2025-04-30 11:00\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"GL2391\",\"experimentDate\":\"2023/3/20\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-046_1745982022330.xlsx\",\"id\":\"1917413708971347969\",\"manufacturer\":\"中国电子科技集团公司第四十四研究所\",\"name\":\"时间延时积分型CCD\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"模拟集成电路/传感器\"}]', null, '6', null, '2025-04-30 11:00:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917414209376980993', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QZJ651\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745981672312.pdf,/oss/physical/temp/QZJ651_1745982142502.xlsx\",\"id\":\"1917412766481879041\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"上变频模块\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 11:02\"}]', null, '5', null, '2025-04-30 11:02:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917414289530130434', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7391T1RH\",\"experimentDate\":\"2023.11.13-2023.11.16\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-151_1745940020769.pdf,/oss/physical/temp/KC-2023-SB-H771-151测试数据_1745940020702.xlsx,/oss/physical/temp/KC-2023-JL-120(1)_1745982130310.pdf,/oss/physical/temp/VDMOS试验大纲_1745982144628.pdf\",\"id\":\"1917233728031264769\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 11:02\"}]', null, '5', null, '2025-04-30 11:02:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917414426205720578', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7391U3RH\",\"experimentDate\":\"2023.11.13-2023.11.16\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-152测试数据_1745940883647.pdf,/oss/physical/temp/KC-2023-SB-H771-152_1745940883564.xlsx,/oss/physical/temp/KC-2023-JL-120(1)_1745982183933.pdf,/oss/physical/temp/VDMOS试验大纲_1745982196337.pdf\",\"id\":\"1917239931293634561\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 11:03\"}]', null, '5', null, '2025-04-30 11:03:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917415178319925249', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF119\",\"experimentDate\":\"2023.11.16-2023.11.19\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-153测试数据_1745941338966.pdf,/oss/physical/temp/KC-2023-SB-H771-153_1745941338958.xlsx,/oss/physical/temp/KC-2023-JL-120(1)_1745982358310.pdf,/oss/physical/temp/LF119试验大纲_1745982373333.pdf\",\"id\":\"1917243063931211777\",\"manufacturer\":\"771所\",\"name\":\"抗辐射双电压比较器\",\"totalCountLhs\":22,\"totalCountXhy\":2,\"type\":\"模拟集成电路\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 11:06\"}]', null, '4', null, '2025-04-30 11:06:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917416201868513281', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电13所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 11:10\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"ZC1309B-E107-00-100M0000\",\"experimentDate\":\"2023.6.27-2023.8.16\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745982257928.pdf,/oss/physical/temp/ZC1309B-E107-00-100M0000_1745982614252.xlsx\",\"id\":\"1917416201843347458\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体振荡器\"}]', null, '5', null, '2025-04-30 11:10:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917417724568637441', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT2222A\",\"deviceName\":\"SFT2222A\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/29/2013\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\\\":\\\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/data.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\",\"data.xlsx\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/data.xlsx\"},\"id\":\"05beb90acb309f2997807b6e18e6cf89\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":192,\"totalCountNasa\":73,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 11:16\"}]', null, '10', null, '2025-04-30 11:16:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917418217583906818', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP200\",\"deviceName\":\"OP200\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"1/2005; 2005; 8/2006; 5/16/2014; 2015JulHUPTI; 2015SepCDH\",\"experimentUser\":\"谢永智\",\"id\":\"5006b891874f56b77e86e8fecc7927e0\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":9,\"totalCountNasa\":3,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 11:18\"}]', null, '8', null, '2025-04-30 11:18:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917418493044822018', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 11:19\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LB8169\",\"experimentDate\":\"2023.11.16-2023.11.17\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120(1)_1745983141736.pdf,/oss/physical/temp/KC-2023-SB-H771-156_1745983161552.xlsx,/oss/physical/temp/LB8169试验大纲_1745983161590.pdf,/oss/physical/temp/KC-2023-SB-H771-156测试数据_1745983161714.pdf\",\"id\":\"1917418493019656193\",\"manufacturer\":\"771所\",\"name\":\"混合集成电路LB8169\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"混合集成电路\"}]', null, '6', null, '2025-04-30 11:19:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917418677900382210', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"100 V N-type MOSFET\",\"deviceMode\":\"SFR130S.5\",\"deviceName\":\"SFR130S.5\",\"deviceType\":\"VDMOS\",\"experimentDate\":\"11/14/2012\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/data.xlsx\\\",\\\"LBNL111512_SFR130S5.pdf\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/LBNL111512_SFR130S5.pdf\\\",\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/nsrec2013_W8_SEE.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/data.xlsx\",\"LBNL111512_SFR130S5.pdf\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/LBNL111512_SFR130S5.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/nsrec2013_W8_SEE.pdf\"},\"id\":\"1c4a488731823dde3d167f967910edd2\",\"manufacturer\":\"SSDI\",\"totalCountLhs\":91,\"totalCountNasa\":91,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 11:20\"}]', null, '6', null, '2025-04-30 11:20:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917419510343897089', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP177A\",\"deviceName\":\"OP177A\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"8/4/1994\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"PPM-94-016.pdf\\\":\\\"/oss/physical/NASA/78ddc5e5c204760c98588940e7d7ee8d/PPM-94-016.pdf\\\",\\\"data(4)_1745983403791.xlsx\\\":\\\"/oss/physical/NASA/78ddc5e5c204760c98588940e7d7ee8d/data(4)_1745983403791.xlsx\\\"}\",\"fileMap\":{\"PPM-94-016.pdf\":\"/oss/physical/NASA/78ddc5e5c204760c98588940e7d7ee8d/PPM-94-016.pdf\",\"data(4)_1745983403791.xlsx\":\"/oss/physical/NASA/78ddc5e5c204760c98588940e7d7ee8d/data(4)_1745983403791.xlsx\"},\"id\":\"78ddc5e5c204760c98588940e7d7ee8d\",\"manufacturer\":\"ADI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 11:23\"}]', null, '6', null, '2025-04-30 11:23:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917419610243829761', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9533\",\"deviceFunction\":\"脉冲宽度调制器\",\"deviceMode\":\"UC1706\",\"deviceName\":\"UC1706 (5962-89611012A)脉冲宽度调制器\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"12/8/1998\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"PPM-97-055.pdf\\\":\\\"/oss/physical/NASA/b3b126acab2ce8e5932366b3df23e27f/PPM-97-055.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b3b126acab2ce8e5932366b3df23e27f/data.xlsx\\\",\\\"电离总剂量效应_1745983430702.xlsx\\\":\\\"/oss/physical/NASA/b3b126acab2ce8e5932366b3df23e27f/电离总剂量效应_1745983430702.xlsx\\\"}\",\"fileMap\":{\"PPM-97-055.pdf\":\"/oss/physical/NASA/b3b126acab2ce8e5932366b3df23e27f/PPM-97-055.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b3b126acab2ce8e5932366b3df23e27f/data.xlsx\",\"电离总剂量效应_1745983430702.xlsx\":\"/oss/physical/NASA/b3b126acab2ce8e5932366b3df23e27f/电离总剂量效应_1745983430702.xlsx\"},\"id\":\"b3b126acab2ce8e5932366b3df23e27f\",\"manufacturer\":\"Unitrode\",\"totalCountLhs\":54,\"totalCountNasa\":6,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 11:23\"}]', null, '4', null, '2025-04-30 11:23:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917419653789093889', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"30820A\",\"deviceFunction\":\"Operational Amplifier, Voltage Regulator\",\"deviceMode\":\"RHF43B\",\"deviceName\":\"RHF43B\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/2011; 2014Dec\",\"experimentUser\":\"杨济聪\",\"id\":\"c2ba5bf9181da81490012bbd554d0618\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-30 11:24\"}]', null, '10', null, '2025-04-30 11:24:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917419716460384258', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-30 11:24:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917420840949092353', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9112\",\"deviceFunction\":\"Dual N-JFET\",\"deviceMode\":\"U401-2\",\"deviceName\":\"U401-2\",\"deviceType\":\"晶体管\",\"experimentDate\":\"12/24/1991\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"PPM-91-757.pdf\\\":\\\"/oss/physical/NASA/b0305bfda13412975be89a8e46e248be/PPM-91-757.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b0305bfda13412975be89a8e46e248be/data.xlsx\\\",\\\"电离总剂量效应_1745983724997.xlsx\\\":\\\"/oss/physical/NASA/b0305bfda13412975be89a8e46e248be/电离总剂量效应_1745983724997.xlsx\\\"}\",\"fileMap\":{\"PPM-91-757.pdf\":\"/oss/physical/NASA/b0305bfda13412975be89a8e46e248be/PPM-91-757.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b0305bfda13412975be89a8e46e248be/data.xlsx\",\"电离总剂量效应_1745983724997.xlsx\":\"/oss/physical/NASA/b0305bfda13412975be89a8e46e248be/电离总剂量效应_1745983724997.xlsx\"},\"id\":\"b0305bfda13412975be89a8e46e248be\",\"manufacturer\":\"Siliconix\",\"totalCountLhs\":70,\"totalCountNasa\":10,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 11:28\"}]', null, '5', null, '2025-04-30 11:28:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917421138153279490', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"MT4CM4B1DW\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1994.05.04-1995.07.17\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"b050494.pdf\\\":\\\"/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/b050494.pdf\\\",\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/data.xlsx\\\",\\\"单粒子效应_1745983796901.xlsx\\\":\\\"/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/单粒子效应_1745983796901.xlsx\\\"}\",\"fileMap\":{\"b050494.pdf\":\"/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/b050494.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/data.xlsx\",\"单粒子效应_1745983796901.xlsx\":\"/oss/physical/NASA/165ac06a9ef46872c126ca864d1d16a1/单粒子效应_1745983796901.xlsx\"},\"id\":\"165ac06a9ef46872c126ca864d1d16a1\",\"manufacturer\":\"Micron\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 11:29\"}]', null, '8', null, '2025-04-30 11:29:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917421593583390722', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9548\",\"deviceFunction\":\"N-Channel JFET\",\"deviceMode\":\"U310\",\"deviceName\":\"U310 N 沟道 JFET\",\"deviceType\":\"晶体管\",\"experimentDate\":\"1/3/2000\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"PPM-99-043.pdf\\\":\\\"/oss/physical/NASA/2b403ba0c6c50cfa4b314a751f7437af/PPM-99-043.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2b403ba0c6c50cfa4b314a751f7437af/data.xlsx\\\",\\\"电离总剂量效应_1745983904852.xlsx\\\":\\\"/oss/physical/NASA/2b403ba0c6c50cfa4b314a751f7437af/电离总剂量效应_1745983904852.xlsx\\\"}\",\"fileMap\":{\"PPM-99-043.pdf\":\"/oss/physical/NASA/2b403ba0c6c50cfa4b314a751f7437af/PPM-99-043.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2b403ba0c6c50cfa4b314a751f7437af/data.xlsx\",\"电离总剂量效应_1745983904852.xlsx\":\"/oss/physical/NASA/2b403ba0c6c50cfa4b314a751f7437af/电离总剂量效应_1745983904852.xlsx\"},\"id\":\"2b403ba0c6c50cfa4b314a751f7437af\",\"manufacturer\":\"Siliconix\",\"totalCountLhs\":40,\"totalCountNasa\":8,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 11:31\"}]', null, '7', null, '2025-04-30 11:31:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917421817127211009', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP15\",\"deviceName\":\"OP15\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"4/23/1998\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/nsrec00_W21.pdf\\\",\\\"PPM-98-008.pdf\\\":\\\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/PPM-98-008.pdf\\\",\\\"data(6)_1745983957424.xlsx\\\":\\\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/data(6)_1745983957424.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/nsrec00_W21.pdf\",\"PPM-98-008.pdf\":\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/PPM-98-008.pdf\",\"data(6)_1745983957424.xlsx\":\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/data(6)_1745983957424.xlsx\"},\"id\":\"e7a457232bf6a29f610e02632ab886ea\",\"manufacturer\":\"AD\",\"totalCountLhs\":7,\"totalCountNasa\":7,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 11:32\"}]', null, '8', null, '2025-04-30 11:32:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917422065178349569', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"SFS100/140Y\",\"deviceName\":\"SFS100/140Y\",\"deviceType\":\"Optical Fiber\",\"experimentDate\":\"7/19/2002\",\"fileList\":\"{\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/NSREC02_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/data.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/data.xlsx\"},\"id\":\"13dd6ed1559a5463aa4e99bc3dd83805\",\"manufacturer\":\"Fiberguide\",\"totalCountLhs\":170,\"totalCountNasa\":170,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 11:33\"}]', null, '7', null, '2025-04-30 11:33:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917422091594076161', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电43所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 11:33\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1745983444148.pdf,/oss/physical/temp/CC2S80AMJ-RH_1745984023555.xlsx\",\"id\":\"1917422091568910338\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"R/D转换器\"}]', null, '6', null, '2025-04-30 11:33:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917422381089132545', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1526\",\"deviceFunction\":\"JFET\",\"deviceMode\":\"U309\",\"deviceName\":\"U309 N 沟道硅结场效应晶体管\",\"deviceType\":\"晶体管\",\"experimentDate\":\"8/20/2019\",\"experimentUser\":\"杨思妮\",\"id\":\"3f36432bf17ff9ec355cd126cbd73b28\",\"manufacturer\":\"InterFET Corp.\",\"totalCountLhs\":140,\"totalCountNasa\":14,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 11:34\"}]', null, '5', null, '2025-04-30 11:34:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917422470771740674', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9844\",\"deviceFunction\":\"100MHz SDRAM\",\"deviceMode\":\"MT48LC1M16A1TG-10SIT\",\"deviceName\":\"Memory\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1999\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/data.xlsx\\\",\\\"电离总剂量效应_1745984114458.xlsx\\\":\\\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/电离总剂量效应_1745984114458.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/data.xlsx\",\"电离总剂量效应_1745984114458.xlsx\":\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/电离总剂量效应_1745984114458.xlsx\"},\"id\":\"dcc7c803d09aa6d8bca1bf3ca5657655\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 11:35\"}]', null, '6', null, '2025-04-30 11:35:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917422592213618690', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"30820A\",\"deviceFunction\":\"Operational Amplifier, Voltage Regulator\",\"deviceMode\":\"RHF43B\",\"deviceName\":\"RHF43B\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/2011; 2014Dec\",\"experimentUser\":\"杨济聪\",\"id\":\"c2ba5bf9181da81490012bbd554d0618\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-30 11:35\"}]', null, '8', null, '2025-04-30 11:35:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917423195706855425', '2', '历史一期记录-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"上海航天技术基础研究所\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH(20-500-9R5-110H/SP型\",\"experimentDate\":\"2024.6.20-2024.8.21\",\"experimentUser\":\"孙梦君\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-097_1745842460965.pdf,/oss/physical/temp/80820240620_1745917882911.rar,/oss/physical/temp/KC2022JL097_1745984287773.xlsx\",\"id\":\"1916828331726311426\",\"manufacturer\":\"中电24所\",\"name\":\"DC变换器\",\"type\":\"其他混合集成电路\",\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 11:38\"}]', null, '4', null, '2025-04-30 11:38:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917423566932119554', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"LED\",\"deviceMode\":\"OD800\",\"deviceName\":\"OD800\",\"deviceType\":\"二极管\",\"experimentDate\":\"12/2/1999;7/19/2001\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\\\",\\\"D080700.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\\\",\\\"data_1745913833517.xlsx\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\\\",\\\"位移损伤效应_1745984376259.xlsx\\\":\\\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/位移损伤效应_1745984376259.xlsx\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec01_W15.pdf\",\"D080700.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/D080700.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/nsrec00_W21.pdf\",\"data_1745913833517.xlsx\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/data_1745913833517.xlsx\",\"位移损伤效应_1745984376259.xlsx\":\"/oss/physical/NASA/eba2a5c43436edb6f01cde066b2ae3fc/位移损伤效应_1745984376259.xlsx\"},\"id\":\"eba2a5c43436edb6f01cde066b2ae3fc\",\"manufacturer\":\"Optodiode\",\"totalCountLhs\":7,\"totalCountNasa\":7,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 11:39\"}]', null, '5', null, '2025-04-30 11:39:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917423719546064897', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"90V N-channel MOSFET\",\"deviceMode\":\"SFF6661\",\"deviceName\":\"SFF6661\",\"deviceType\":\"MOSFET\",\"experimentDate\":\"6/25/2018;8/2/2018\",\"fileList\":\"{\\\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\":\\\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/data.xlsx\"},\"id\":\"c817aec37645c7c7e8f6180755ffc28b\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":190,\"totalCountNasa\":33,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 11:40\"}]', null, '5', null, '2025-04-30 11:40:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917423740744077314', '2', '历史一期记录-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"锦州辽晶电子科技有限公司\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LJGH281-1S\",\"experimentDate\":\"2022.4.29-2022.6.20\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-045_1745842753205.pdf,/oss/physical/temp/4所-20220429_1745917673813.rar,/oss/physical/temp/KC2022JL045_1745984409438.xlsx\",\"id\":\"1916829560573497346\",\"manufacturer\":\"XXX\",\"name\":\"光电耦合器\",\"type\":\"光电子器件\",\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 11:40\"}]', null, '7', null, '2025-04-30 11:40:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917424224749981698', '1', '用户名: chenwenzhuo,登录成功!', null, 'chenwenzhuo', '陈文卓', '119.78.164.162', null, null, null, null, '0', null, '2025-04-30 11:42:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917424324402450433', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"SRAM\",\"deviceMode\":\"xx\",\"deviceName\":\"Test Vehicle 45 nm bulk CMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2009/02\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/7752a995ebecccb7b376ba0c4e999e2d/nsrec2010_W8_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7752a995ebecccb7b376ba0c4e999e2d/data.xlsx\\\",\\\"单粒子效应_1745984555631.xlsx\\\":\\\"/oss/physical/NASA/7752a995ebecccb7b376ba0c4e999e2d/单粒子效应_1745984555631.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/7752a995ebecccb7b376ba0c4e999e2d/nsrec2010_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7752a995ebecccb7b376ba0c4e999e2d/data.xlsx\",\"单粒子效应_1745984555631.xlsx\":\"/oss/physical/NASA/7752a995ebecccb7b376ba0c4e999e2d/单粒子效应_1745984555631.xlsx\"},\"id\":\"7752a995ebecccb7b376ba0c4e999e2d\",\"manufacturer\":\"Texas Instrument\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 11:42\"}]', null, '5', null, '2025-04-30 11:42:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917424410477957122', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Fiber Optic Data Bus/Interface\",\"deviceMode\":\"SEDSII\",\"deviceName\":\"SEDSII\",\"deviceType\":\"Fiber Optics\",\"experimentDate\":\"3/19/1997\",\"fileList\":\"{\\\"r021497.pdf\\\":\\\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/r021497.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/data.xlsx\\\"}\",\"fileMap\":{\"r021497.pdf\":\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/r021497.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/data.xlsx\"},\"id\":\"9341717eccaadea538e69fb89a055959\",\"manufacturer\":\"various\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 11:42\"}]', null, '4', null, '2025-04-30 11:42:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917424595044110338', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"军用电子元器件北京第一检测中心\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-30 11:43\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"3DA020K\",\"experimentDate\":\"2022.4.29-2022.6.20\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/4所-20220429_1745984446895.rar,/oss/physical/temp/KC2022JL045_1745984459817.xlsx,/oss/physical/temp/KC-2022-JL-045_1745984539050.pdf\",\"id\":\"1917424595027333121\",\"manufacturer\":\"XX\",\"name\":\"NPN高频大功率晶体管\",\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 11:43:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917424644146827266', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天五院\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 11:43\",\"dataEntry\":\"常余海\",\"dataProvider\":\"航天五院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"B7892RH,3DK3700UB,B4913-3.3RU3C,B4913-ADJRU3C\",\"experimentDate\":\"2022.5.26-2022.7.5\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-056_1745984628120.pdf\",\"id\":\"1917424644121661442\",\"manufacturer\":\"航天772所\",\"name\":\"KC-2022-JL-056\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-30 11:43:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917424761738334209', '2', '历史一期记录-添加', '2', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"北京微电子技术研究所\",\"createBy\":\"zhangyun\",\"createTime\":\"2025-04-30 11:44\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"/\",\"experimentDate\":\"2023/3/26\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-046_1745984661330.xlsx\",\"id\":\"1917424761713168385\",\"manufacturer\":\"/\",\"name\":\"SiC_SEE型碳化硅功率器件\",\"totalCountLhs\":8,\"totalCountXhy\":8,\"type\":\"模拟集成电路/功率半导体器件\"}]', null, '6', null, '2025-04-30 11:44:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917424871658459138', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"北京微电子技术研究所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"/\",\"experimentDate\":\"2023/3/26\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-049_1745984687089.xlsx\",\"id\":\"1917424761713168385\",\"manufacturer\":\"/\",\"name\":\"SiC_SEE型碳化硅功率器件\",\"totalCountLhs\":8,\"totalCountXhy\":8,\"type\":\"模拟集成电路/功率半导体器件\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-30 11:44\"}]', null, '5', null, '2025-04-30 11:44:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917424947457921026', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电24所,中电44所\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 11:45\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"XX\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH/(20-50)-5-120H/SP,S-MCOTS-C-28-12-QE-N-M-2,GAD12SPH35UMDRH,GAD3441PE,GDS2011MQRH,GAD14SL400MMQRH,GDA16Q2G4PERH,GD6983Z\",\"experimentDate\":\"20248/21~2024/10/24\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-133_1745984665267.pdf\",\"id\":\"1917424947441143810\",\"manufacturer\":\"中电24所,中电44所\",\"name\":\"KC-2024-JL-133\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件,其它混合集成电路,射频电路\"}]', null, '5', null, '2025-04-30 11:45:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917425057629704194', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP11\",\"deviceName\":\"OP11\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"12/18/2005;12/2005\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"G05DEC_OP11_TID.pdf\\\":\\\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/G05DEC_OP11_TID.pdf\\\",\\\"T121805_OP11.pdf\\\":\\\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/T121805_OP11.pdf\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/nsrec06_W4.pdf\\\",\\\"nsrec07_W26_TID.pdf\\\":\\\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/nsrec07_W26_TID.pdf\\\",\\\"data(7)_1745984730372.xlsx\\\":\\\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/data(7)_1745984730372.xlsx\\\"}\",\"fileMap\":{\"G05DEC_OP11_TID.pdf\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/G05DEC_OP11_TID.pdf\",\"T121805_OP11.pdf\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/T121805_OP11.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/nsrec06_W4.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/nsrec07_W26_TID.pdf\",\"data(7)_1745984730372.xlsx\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/data(7)_1745984730372.xlsx\"},\"id\":\"409d947ec2a5c59720c2b326725d3d82\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":7,\"totalCountNasa\":28,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 11:45\"}]', null, '7', null, '2025-04-30 11:45:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917425165842747393', '2', '历史一期记录-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P11NJR\",\"experimentDate\":\"2022.3.11-2022.4.22\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-020_1745842021176.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220310_1745917808732.rar,/oss/physical/temp/KC2022JL020_1745984690118.xlsx\",\"id\":\"1916826485175586817\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐射场效应晶体管\",\"type\":\"晶体管\",\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 11:45\"}]', null, '4', null, '2025-04-30 11:45:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917425183723065345', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"SRAM\",\"deviceMode\":\"xx\",\"deviceName\":\"Test Vehicle 45 nm SOI CMOS SRAM\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2009.2\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/cdd1e7f5b00f968f542e00ddbbede647/nsrec2010_W8_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/cdd1e7f5b00f968f542e00ddbbede647/data.xlsx\\\",\\\"单粒子效应_1745984761824.xlsx\\\":\\\"/oss/physical/NASA/cdd1e7f5b00f968f542e00ddbbede647/单粒子效应_1745984761824.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/cdd1e7f5b00f968f542e00ddbbede647/nsrec2010_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cdd1e7f5b00f968f542e00ddbbede647/data.xlsx\",\"单粒子效应_1745984761824.xlsx\":\"/oss/physical/NASA/cdd1e7f5b00f968f542e00ddbbede647/单粒子效应_1745984761824.xlsx\"},\"id\":\"cdd1e7f5b00f968f542e00ddbbede647\",\"manufacturer\":\"IBM\",\"totalCountLhs\":20,\"totalCountNasa\":20,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 11:46\"}]', null, '8', null, '2025-04-30 11:46:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917425281186107393', '2', '历史一期记录-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所,中电44所\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH/(20-50)-5-120H/SP,S-MCOTS-C-28-12-QE-N-M-2,GAD12SPH35UMDRH,GAD3441PE,GDS2011MQRH,GAD14SL400MMQRH,GDA16Q2G4PERH,GD6983Z\",\"experimentDate\":\"20248/21~2024/10/24\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-133_1745984665267.pdf\",\"id\":\"1917424947441143810\",\"manufacturer\":\"中电24所,中电44所\",\"name\":\"KC-2024-JL-133\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"光电子器件,其它混合集成电路,射频电路\",\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 11:46\"}]', null, '8', null, '2025-04-30 11:46:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917425583503151105', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"90nm Non-Volatile Memory\",\"deviceMode\":\"Nano-Crystal Memory\",\"deviceName\":\"Nano-Crystal Memory\",\"deviceType\":\"其他半导体集成电路\",\"experimentDate\":\"6/8/2005\",\"fileList\":\"{\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/nsrec06_W2.pdf\\\",\\\"I060805_Crystal.pdf\\\":\\\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/I060805_Crystal.pdf\\\",\\\"data_1745916646640.xlsx\\\":\\\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/data_1745916646640.xlsx\\\",\\\"电离总剂量效应_1745984857167.xlsx\\\":\\\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/电离总剂量效应_1745984857167.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/nsrec06_W2.pdf\",\"I060805_Crystal.pdf\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/I060805_Crystal.pdf\",\"data_1745916646640.xlsx\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/data_1745916646640.xlsx\",\"电离总剂量效应_1745984857167.xlsx\":\"/oss/physical/NASA/04e2560e923ad825f7dadefa4a89eed7/电离总剂量效应_1745984857167.xlsx\"},\"id\":\"04e2560e923ad825f7dadefa4a89eed7\",\"manufacturer\":\"Freescale Semi.\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 11:47\"}]', null, '8', null, '2025-04-30 11:47:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917425640969310209', '2', '历史一期记录-添加', '2', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司质量管理部\",\"createBy\":\"mayinjie\",\"createTime\":\"2025-04-30 11:47\",\"dataEntry\":\"马崟洁\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JH3CG2907AA1\",\"experimentDate\":\"2022.3.11-2022.4.22\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-020_1745984844009.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220310_1745984855441.rar,/oss/physical/temp/KC2022JL020_1745984870770.xlsx\",\"id\":\"1917425640944144386\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐射场效应晶体管\",\"type\":\"晶体管\"}]', null, '6', null, '2025-04-30 11:47:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917425692123041794', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"30849A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RHF310\",\"deviceName\":\"RHF310\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"_2014; 2015\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"},\"id\":\"c96388cec6775d120a9487a02d506748\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-30 11:48\"}]', null, '10', null, '2025-04-30 11:48:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917425903570489345', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Latches\",\"deviceMode\":\"xx\",\"deviceName\":\"美国宇航局太空系统候选电子设备\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"2010.2\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/044e19ad0341d0411e61bdebffcc9490/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/044e19ad0341d0411e61bdebffcc9490/data.xlsx\\\",\\\"单粒子效应_1745984933185.xlsx\\\":\\\"/oss/physical/NASA/044e19ad0341d0411e61bdebffcc9490/单粒子效应_1745984933185.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/044e19ad0341d0411e61bdebffcc9490/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/044e19ad0341d0411e61bdebffcc9490/data.xlsx\",\"单粒子效应_1745984933185.xlsx\":\"/oss/physical/NASA/044e19ad0341d0411e61bdebffcc9490/单粒子效应_1745984933185.xlsx\"},\"id\":\"044e19ad0341d0411e61bdebffcc9490\",\"manufacturer\":\"IBM\",\"totalCountLhs\":43,\"totalCountNasa\":43,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 11:48\"}]', null, '5', null, '2025-04-30 11:48:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917426551816949762', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电科29所\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 11:51\",\"dataEntry\":\"孙家诚\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"导电胶,绝缘胶,LTCC基板,T/R组件\",\"experimentDate\":\"2023/11/7\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-111_1745985086344.pdf\",\"id\":\"1917426551791783937\",\"manufacturer\":\"XX\",\"name\":\"KC-2023-JL-111\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\"}]', null, '8', null, '2025-04-30 11:51:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917426749972647937', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Latches\",\"deviceMode\":\"xx\",\"deviceName\":\"美国宇航局太空系统候选电子设备\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"2010.2\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/9951c15d22e24bc9a594ccbc66cc51ec/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9951c15d22e24bc9a594ccbc66cc51ec/data.xlsx\\\",\\\"单粒子效应_1745985133901.xlsx\\\":\\\"/oss/physical/NASA/9951c15d22e24bc9a594ccbc66cc51ec/单粒子效应_1745985133901.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/9951c15d22e24bc9a594ccbc66cc51ec/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9951c15d22e24bc9a594ccbc66cc51ec/data.xlsx\",\"单粒子效应_1745985133901.xlsx\":\"/oss/physical/NASA/9951c15d22e24bc9a594ccbc66cc51ec/单粒子效应_1745985133901.xlsx\"},\"id\":\"9951c15d22e24bc9a594ccbc66cc51ec\",\"manufacturer\":\"Intel\",\"totalCountLhs\":42,\"totalCountNasa\":42,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 11:52\"}]', null, '5', null, '2025-04-30 11:52:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917426762693971970', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP07AJ\",\"deviceName\":\"OP07AJ\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"6/30/1994;7/1/1994;7/17/1995\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"70194.pdf\\\":\\\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/70194.pdf\\\",\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/ieee95a.pdf\\\",\\\"b063094.pdf\\\":\\\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/b063094.pdf\\\",\\\"data(8)_1745985137348.xlsx\\\":\\\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/data(8)_1745985137348.xlsx\\\"}\",\"fileMap\":{\"70194.pdf\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/70194.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/ieee95a.pdf\",\"b063094.pdf\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/b063094.pdf\",\"data(8)_1745985137348.xlsx\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/data(8)_1745985137348.xlsx\"},\"id\":\"47a03518a2d23661ca99e6c51a7c5849\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 11:52\"}]', null, '9', null, '2025-04-30 11:52:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917427126486929410', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP07A\",\"deviceName\":\"OP07A\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"5/1/1995;2/18/1993\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"PPM-93-033.pdf\\\":\\\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/PPM-93-033.pdf\\\",\\\"PPM-95-149.pdf\\\":\\\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/PPM-95-149.pdf\\\",\\\"data(9)_1745985223942.xlsx\\\":\\\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/data(9)_1745985223942.xlsx\\\"}\",\"fileMap\":{\"PPM-93-033.pdf\":\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/PPM-93-033.pdf\",\"PPM-95-149.pdf\":\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/PPM-95-149.pdf\",\"data(9)_1745985223942.xlsx\":\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/data(9)_1745985223942.xlsx\"},\"id\":\"c634e9b987f8bc91a843543e4e2331e5\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 11:53\"}]', null, '5', null, '2025-04-30 11:53:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917427674950897666', '2', '历史一期记录-添加', '2', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"北京微电子技术研究所\",\"createBy\":\"zhangyun\",\"createTime\":\"2025-04-30 11:55\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"/\",\"experimentDate\":\"2023/3/26\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-049_1745985354071.xlsx\",\"id\":\"1917427674934120450\",\"manufacturer\":\"北京微电子技术研究所\",\"name\":\"tc04型存算一体阵列测试芯片\",\"totalCountLhs\":8,\"totalCountXhy\":8,\"type\":\"模拟集成电路/存算一体芯片\"}]', null, '5', null, '2025-04-30 11:55:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917428312795484162', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Latches\",\"deviceMode\":\"xx\",\"deviceName\":\"美国宇航局太空系统候选电子设备\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"2010.2\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/a1488333972de2e1d9cc3777a0bd4a60/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a1488333972de2e1d9cc3777a0bd4a60/data.xlsx\\\",\\\"单粒子效应_1745985507580.xlsx\\\":\\\"/oss/physical/NASA/a1488333972de2e1d9cc3777a0bd4a60/单粒子效应_1745985507580.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/a1488333972de2e1d9cc3777a0bd4a60/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a1488333972de2e1d9cc3777a0bd4a60/data.xlsx\",\"单粒子效应_1745985507580.xlsx\":\"/oss/physical/NASA/a1488333972de2e1d9cc3777a0bd4a60/单粒子效应_1745985507580.xlsx\"},\"id\":\"a1488333972de2e1d9cc3777a0bd4a60\",\"manufacturer\":\"IBM\",\"totalCountLhs\":12,\"totalCountNasa\":4,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 11:58\"}]', null, '8', null, '2025-04-30 11:58:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917428341891371009', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP07A\",\"deviceName\":\"OP07A\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"8/23/1994\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"PPM-94-020.pdf\\\":\\\"/oss/physical/NASA/c309a1e914e9ed7673ebf27b5bfcf4be/PPM-94-020.pdf\\\",\\\"data(10)_1745985513882.xlsx\\\":\\\"/oss/physical/NASA/c309a1e914e9ed7673ebf27b5bfcf4be/data(10)_1745985513882.xlsx\\\"}\",\"fileMap\":{\"PPM-94-020.pdf\":\"/oss/physical/NASA/c309a1e914e9ed7673ebf27b5bfcf4be/PPM-94-020.pdf\",\"data(10)_1745985513882.xlsx\":\"/oss/physical/NASA/c309a1e914e9ed7673ebf27b5bfcf4be/data(10)_1745985513882.xlsx\"},\"id\":\"c309a1e914e9ed7673ebf27b5bfcf4be\",\"manufacturer\":\"Linear\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 11:58\"}]', null, '6', null, '2025-04-30 11:58:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917428351064313858', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"1773 1MHz F/O bus\",\"deviceMode\":\"SEDS II SCI\",\"deviceName\":\"SEDS II SCI\",\"deviceType\":\"Photonics\",\"experimentDate\":\"7/20/1998\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/data.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/data.xlsx\"},\"id\":\"c3172180b86d705abd5d8a239c4be469\",\"manufacturer\":\"SCI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 11:58\"}]', null, '6', null, '2025-04-30 11:58:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917428645093412865', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天五院物资部\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 11:59\",\"dataEntry\":\"孙家诚\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SX124MFRH,SX082MDRH,SW580RH,SW586AMDRH,SW584RH,GDA12SL6G4MPB,MT0720RH,M-DY(HM)2031-0112G1,AD10V3RH\",\"experimentDate\":\"2023/9/6~2023/11/3\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-076_1745985415202.pdf\",\"id\":\"1917428645076635649\",\"manufacturer\":\"中电24所,浙江航芯源,航天504所,中国科学院微电子所\",\"name\":\"KC-2023-JL-076\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器,其他混合集成电路,模拟集成电路,\"}]', null, '5', null, '2025-04-30 11:59:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917429080004988929', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP07\",\"deviceName\":\"OP07\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"9/24/1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"PPM-97-038.pdf\\\":\\\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/PPM-97-038.pdf\\\",\\\"data(13)_1745985689605.xlsx\\\":\\\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/data(13)_1745985689605.xlsx\\\"}\",\"fileMap\":{\"PPM-97-038.pdf\":\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/PPM-97-038.pdf\",\"data(13)_1745985689605.xlsx\":\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/data(13)_1745985689605.xlsx\"},\"id\":\"09e4c0f392de94ab942c34964d8edccd\",\"manufacturer\":\"PMI\",\"totalCountLhs\":8,\"totalCountNasa\":8,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 12:01\"}]', null, '6', null, '2025-04-30 12:01:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917429279867768833', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7391U3RH\",\"experimentDate\":\"2023.11.13-2023.11.16\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-152测试数据_1745940883647.pdf,/oss/physical/temp/KC-2023-SB-H771-152_1745940883564.xlsx,/oss/physical/temp/KC-2023-JL-120(1)_1745982183933.pdf,/oss/physical/temp/LCS7391T1RH等试验大纲_1745985721358.pdf\",\"id\":\"1917239931293634561\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 12:02\"}]', null, '5', null, '2025-04-30 12:02:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917429357193957378', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7391T1RH\",\"experimentDate\":\"2023.11.13-2023.11.16\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-151_1745940020769.pdf,/oss/physical/temp/KC-2023-SB-H771-151测试数据_1745940020702.xlsx,/oss/physical/temp/KC-2023-JL-120(1)_1745982130310.pdf,/oss/physical/temp/LCS7391T1RH等试验大纲_1745985752658.pdf\",\"id\":\"1917233728031264769\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":24,\"totalCountXhy\":2,\"type\":\"晶体管\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 12:02\"}]', null, '8', null, '2025-04-30 12:02:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917429364508823553', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Latches\",\"deviceMode\":\"xx\",\"deviceName\":\"Test Vehicle 32 nm CMOS\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"UDC10OCT\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/f12d4b8d2b4927afccd24d3bd997751e/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f12d4b8d2b4927afccd24d3bd997751e/data.xlsx\\\",\\\"单粒子效应_1745985758551.xlsx\\\":\\\"/oss/physical/NASA/f12d4b8d2b4927afccd24d3bd997751e/单粒子效应_1745985758551.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/f12d4b8d2b4927afccd24d3bd997751e/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f12d4b8d2b4927afccd24d3bd997751e/data.xlsx\",\"单粒子效应_1745985758551.xlsx\":\"/oss/physical/NASA/f12d4b8d2b4927afccd24d3bd997751e/单粒子效应_1745985758551.xlsx\"},\"id\":\"f12d4b8d2b4927afccd24d3bd997751e\",\"manufacturer\":\"Intel\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 12:02\"}]', null, '6', null, '2025-04-30 12:02:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917429675835232258', '2', '历史一期记录-编辑', '3', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"北京微电子技术研究所\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"/\",\"experimentDate\":\"2023/3/26\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-049_1745985354071.xlsx\",\"id\":\"1917427674934120450\",\"manufacturer\":\"北京微电子技术研究所\",\"name\":\"tc04型存算一体阵列测试芯片\",\"totalCountLhs\":8,\"totalCountXhy\":8,\"type\":\"模拟集成电路/存算一体芯片\",\"updateBy\":\"zhangyun\",\"updateTime\":\"2025-04-30 12:03\"}]', null, '8', null, '2025-04-30 12:03:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917429840344223746', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP07\",\"deviceName\":\"OP07\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"5/7/1998;11/18/1998;2/18/1999;3/24/1999\",\"experimentUser\":\"谢永智\",\"id\":\"276f46fbf8f30011eeede63fe94014d6\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 12:04\"}]', null, '5', null, '2025-04-30 12:04:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917429938943922177', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"浙江驰拓科技有限公司\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 12:04\",\"dataEntry\":\"常余海\",\"dataProvider\":\"浙江驰拓科技有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"4MLQ40G\",\"experimentDate\":\"2023.6.7\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-047_1745985203235.pdf,/oss/physical/temp/4MLQ40G_1745985885544.xlsx\",\"id\":\"1917429938927144962\",\"manufacturer\":\"未提供\",\"name\":\"KC-2023-JL-047\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"混合集成电路\"}]', null, '5', null, '2025-04-30 12:04:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917430052404039681', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天五院物资部\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:05\",\"dataEntry\":\"孙家诚\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HTSXXD2-AW,SW1825BMCRH,SF193BMFRH\",\"experimentDate\":\"2023/11/9~2023/12/22\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-118_1745985764256.pdf\",\"id\":\"1917430052387262466\",\"manufacturer\":\"中电24所,兴航光电\",\"name\":\"KC-2023-JL-118\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"电源变换器,模拟集成电路\"}]', null, '5', null, '2025-04-30 12:05:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917430053041573890', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Signal conditioner\",\"deviceMode\":\"SE5521F\",\"deviceName\":\"SE5521F\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"7/29/1994;7/17/1995\",\"fileList\":\"{\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/data.xlsx\\\",\\\"b072994.pdf\\\":\\\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/b072994.pdf\\\"}\",\"fileMap\":{\"ieee95a.pdf\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/b072994.pdf\"},\"id\":\"2ba073876d4b9c60f632b7671b362041\",\"manufacturer\":\"SGN\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:05\"}]', null, '4', null, '2025-04-30 12:05:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917430154363375618', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Linear Signal Cond\",\"deviceMode\":\"SE5521\",\"deviceName\":\"SE5521\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"7/3/1995\",\"fileList\":\"{\\\"PPM-95-162.pdf\\\":\\\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/PPM-95-162.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/data.xlsx\\\"}\",\"fileMap\":{\"PPM-95-162.pdf\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/PPM-95-162.pdf\",\"data.xlsx\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/data.xlsx\"},\"id\":\"49148c4bec382c8e94fc55d6c120e36e\",\"manufacturer\":\"Signetics\",\"totalCountLhs\":22,\"totalCountNasa\":22,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:05\"}]', null, '4', null, '2025-04-30 12:05:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917430292578275329', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Delay Line\",\"deviceMode\":\"NYTEK 8002\",\"deviceName\":\"NYTEK 8002\",\"deviceType\":\"Miscellaneous\",\"experimentDate\":\"1998-1999\",\"fileList\":\"{\\\"data_1745917063273.xlsx\\\":\\\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/data_1745917063273.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/NSREC99.pdf\\\",\\\"单粒子效应_1745985979784.xlsx\\\":\\\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/单粒子效应_1745985979784.xlsx\\\"}\",\"fileMap\":{\"data_1745917063273.xlsx\":\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/data_1745917063273.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/NSREC99.pdf\",\"单粒子效应_1745985979784.xlsx\":\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/单粒子效应_1745985979784.xlsx\"},\"id\":\"8ee33cb898aed2ced89da09c08030c27\",\"manufacturer\":\"NYTEK\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 12:06\"}]', null, '8', null, '2025-04-30 12:06:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917430559008854017', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1745983444148.pdf,/oss/physical/temp/CC2S80AMJ-RH_1745986043160.xlsx\",\"id\":\"1917422091568910338\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"R/D转换器\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 12:07\"}]', null, '8', null, '2025-04-30 12:07:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917430582048165889', '2', 'NASA数据管理-编辑', '3', 'yangjicong', '杨济聪', '119.78.164.150', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"30849A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RHF310\",\"deviceName\":\"RHF310\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"_2014; 2015\",\"experimentUser\":\"杨济聪\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\",\\\"data_1745986048394.xlsx\\\":\\\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/data_1745986048394.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"data_1745986048394.xlsx\":\"/oss/physical/NASA/c96388cec6775d120a9487a02d506748/data_1745986048394.xlsx\"},\"id\":\"c96388cec6775d120a9487a02d506748\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangjicong\",\"updateTime\":\"2025-04-30 12:07\"}]', null, '8', null, '2025-04-30 12:07:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917430695143378946', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"256M SDRAM\",\"deviceMode\":\"SDRAM Test Chip\",\"deviceName\":\"SDRAM Test Chip\",\"deviceType\":\"CMOS\",\"experimentDate\":\"12/18/2004\",\"fileList\":\"{\\\"T121804_SDRAM_TestChip.pdf\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/T121804_SDRAM_TestChip.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/data.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"T121804_SDRAM_TestChip.pdf\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/T121804_SDRAM_TestChip.pdf\",\"data.xlsx\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/nsrec05_W5.pdf\"},\"id\":\"900bd61b7f933d2427bb66683971ebd9\",\"manufacturer\":\"Maxwell\",\"totalCountLhs\":73,\"totalCountNasa\":23,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:07\"}]', null, '7', null, '2025-04-30 12:07:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917430703171276801', '2', '历史一期记录-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十九所\",\"dataEntry\":\"马崟洁\",\"dataProvider\":\"\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OEG16-S02-01\",\"experimentDate\":\"2023.9.27-2023.11.28\",\"experimentUser\":\"张天成\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-088_1745986077680.pdf\",\"id\":\"1916817828757082113\",\"manufacturer\":\"中航光电科技股份有限公司\",\"name\":\"2×2光开关组件\",\"type\":\"集成电路\",\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 12:07\"}]', null, '6', null, '2025-04-30 12:07:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917430709013942273', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"1 Gbit DDR2 SDRAM\",\"deviceMode\":\"MT47H128M8HQ-3E\",\"deviceName\":\"80 nm CMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2008.06\",\"experimentUser\":\"杜帅彬\",\"id\":\"cdb0dd8f01ff0a906674b3d89aa83465\",\"manufacturer\":\"Micron\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 12:07\"}]', null, '5', null, '2025-04-30 12:08:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917430840928997378', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9844\",\"deviceFunction\":\"100MHz SDRAM\",\"deviceMode\":\"MT48LC1M16A1TG-10SIT\",\"deviceName\":\"Memory\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1999\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/data.xlsx\\\",\\\"电离总剂量效应_1745986110233.xlsx\\\":\\\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/电离总剂量效应_1745986110233.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/data.xlsx\",\"电离总剂量效应_1745986110233.xlsx\":\"/oss/physical/NASA/dcc7c803d09aa6d8bca1bf3ca5657655/电离总剂量效应_1745986110233.xlsx\"},\"id\":\"dcc7c803d09aa6d8bca1bf3ca5657655\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 12:08\"}]', null, '7', null, '2025-04-30 12:08:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917430914992017410', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optical Switch\",\"deviceMode\":\"OMT1090\",\"deviceName\":\"OMT1090\",\"deviceType\":\"Optical Device\",\"experimentDate\":\"10/01/2021\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf\\\":\\\"/oss/physical/NASA/0ea0fe91e50aadb2787f8f0454bc26e4/2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf\\\",\\\"data(16)_1745986127327.xlsx\\\":\\\"/oss/physical/NASA/0ea0fe91e50aadb2787f8f0454bc26e4/data(16)_1745986127327.xlsx\\\"}\",\"fileMap\":{\"2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf\":\"/oss/physical/NASA/0ea0fe91e50aadb2787f8f0454bc26e4/2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf\",\"data(16)_1745986127327.xlsx\":\"/oss/physical/NASA/0ea0fe91e50aadb2787f8f0454bc26e4/data(16)_1745986127327.xlsx\"},\"id\":\"0ea0fe91e50aadb2787f8f0454bc26e4\",\"manufacturer\":\"TT Electronics / OPTEK Technology Inc.\",\"totalCountLhs\":10,\"totalCountNasa\":120,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 12:08\"}]', null, '7', null, '2025-04-30 12:08:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917431189525991426', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电13所,中国电科产业基础研究院\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:09\",\"dataEntry\":\"孙家诚\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"NC10417C-215,NC15566C-2713\",\"experimentDate\":\"2023/11/28\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-128_1745986190480.pdf\",\"id\":\"1917431189509214209\",\"manufacturer\":\"XX\",\"name\":\"KC-2023-JL-128\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-30 12:09:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917431232639242241', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"NPN transistor\",\"deviceMode\":\"SDM3304\",\"deviceName\":\"SDM3304\",\"deviceType\":\"Transistor\",\"experimentDate\":\"1/12/1995\",\"fileList\":\"{\\\"PPM-95-118.pdf\\\":\\\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/PPM-95-118.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/data.xlsx\\\"}\",\"fileMap\":{\"PPM-95-118.pdf\":\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/PPM-95-118.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/data.xlsx\"},\"id\":\"0afef9a16199c98c37c67de8f87507d7\",\"manufacturer\":\"Solitron\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:10\"}]', null, '8', null, '2025-04-30 12:10:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917431326709092354', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"1 Gbit DDR2 SDRAM\",\"deviceMode\":\"MT47H128M8HQ-3E\",\"deviceName\":\"80 nm CMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2008.06\",\"experimentUser\":\"杜帅彬\",\"id\":\"cdb0dd8f01ff0a906674b3d89aa83465\",\"manufacturer\":\"Micron\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 12:10\"}]', null, '6', null, '2025-04-30 12:10:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917431691366076417', '2', '历史一期记录-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"马崟洁\",\"dataProvider\":\"\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SAD12AQ600MGRH型\",\"experimentDate\":\"2023.11.7-2024.1.4\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-113_1745840742076.pdf\",\"id\":\"1916821121872924673\",\"manufacturer\":\"xx\",\"name\":\"A/D转换器\",\"type\":\"集成电路\",\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 12:11\"}]', null, '26', null, '2025-04-30 12:11:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917431800132767745', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Spectra Diode\",\"deviceMode\":\"SDL5601V1\",\"deviceName\":\"SDL5601V1\",\"deviceType\":\"Photonics\",\"experimentDate\":\"9/3/1997;7/20/1998\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"i090397.pdf\\\":\\\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/i090397.pdf\\\",\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/data.xlsx\\\"}\",\"fileMap\":{\"i090397.pdf\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/i090397.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/data.xlsx\"},\"id\":\"df33e81628fec2be8386b0e328c01b1e\",\"manufacturer\":\"LED\",\"totalCountLhs\":14,\"totalCountNasa\":14,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:12\"}]', null, '4', null, '2025-04-30 12:12:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917431838451929090', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"NPN transistor\",\"deviceMode\":\"SDM3304\",\"deviceName\":\"SDM3304\",\"deviceType\":\"Transistor\",\"experimentDate\":\"1/12/1995\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"PPM-95-118.pdf\\\":\\\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/PPM-95-118.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/data.xlsx\\\"}\",\"fileMap\":{\"PPM-95-118.pdf\":\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/PPM-95-118.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/data.xlsx\"},\"id\":\"0afef9a16199c98c37c67de8f87507d7\",\"manufacturer\":\"Solitron\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:12\"}]', null, '5', null, '2025-04-30 12:12:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917431859276648449', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"256M SDRAM\",\"deviceMode\":\"SDRAM Test Chip\",\"deviceName\":\"SDRAM Test Chip\",\"deviceType\":\"CMOS\",\"experimentDate\":\"12/18/2004\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"T121804_SDRAM_TestChip.pdf\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/T121804_SDRAM_TestChip.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/data.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"T121804_SDRAM_TestChip.pdf\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/T121804_SDRAM_TestChip.pdf\",\"data.xlsx\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/nsrec05_W5.pdf\"},\"id\":\"900bd61b7f933d2427bb66683971ebd9\",\"manufacturer\":\"Maxwell\",\"totalCountLhs\":73,\"totalCountNasa\":23,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:12\"}]', null, '5', null, '2025-04-30 12:12:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917431908010266626', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Linear Signal Cond\",\"deviceMode\":\"SE5521\",\"deviceName\":\"SE5521\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"7/3/1995\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"PPM-95-162.pdf\\\":\\\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/PPM-95-162.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/data.xlsx\\\"}\",\"fileMap\":{\"PPM-95-162.pdf\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/PPM-95-162.pdf\",\"data.xlsx\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/data.xlsx\"},\"id\":\"49148c4bec382c8e94fc55d6c120e36e\",\"manufacturer\":\"Signetics\",\"totalCountLhs\":22,\"totalCountNasa\":22,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:12\"}]', null, '8', null, '2025-04-30 12:12:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917431963698040834', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Signal conditioner\",\"deviceMode\":\"SE5521F\",\"deviceName\":\"SE5521F\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"7/29/1994;7/17/1995\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/data.xlsx\\\",\\\"b072994.pdf\\\":\\\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/b072994.pdf\\\"}\",\"fileMap\":{\"ieee95a.pdf\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/b072994.pdf\"},\"id\":\"2ba073876d4b9c60f632b7671b362041\",\"manufacturer\":\"SGN\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:12\"}]', null, '5', null, '2025-04-30 12:12:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917431983432241153', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"1773 1MHz F/O bus\",\"deviceMode\":\"SEDS II SCI\",\"deviceName\":\"SEDS II SCI\",\"deviceType\":\"Photonics\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/data.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/data.xlsx\"},\"id\":\"c3172180b86d705abd5d8a239c4be469\",\"manufacturer\":\"SCI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:13\"}]', null, '8', null, '2025-04-30 12:13:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917431997009203202', '2', '历史一期记录-添加', '2', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"804所\",\"createBy\":\"zhangyun\",\"createTime\":\"2025-04-30 12:13\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"S101(12mm*12mm)\",\"experimentDate\":\"2023/4/9\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-060_1745986386107.xlsx\",\"id\":\"1917431996992425985\",\"manufacturer\":\"上海威固\",\"name\":\"威固固态盘SSD\",\"totalCountLhs\":2,\"totalCountXhy\":2,\"type\":\"数字集成电路/存储芯片\"}]', null, '5', null, '2025-04-30 12:13:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917431999035052033', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Fiber Optic Data Bus/Interface\",\"deviceMode\":\"SEDSII\",\"deviceName\":\"SEDSII\",\"deviceType\":\"Fiber Optics\",\"experimentDate\":\"3/19/1997\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"r021497.pdf\\\":\\\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/r021497.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/data.xlsx\\\"}\",\"fileMap\":{\"r021497.pdf\":\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/r021497.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/data.xlsx\"},\"id\":\"9341717eccaadea538e69fb89a055959\",\"manufacturer\":\"various\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:13\"}]', null, '4', null, '2025-04-30 12:13:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432015107624961', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Fiber Optic Data Bus/Interface\",\"deviceMode\":\"SEDSII\",\"deviceName\":\"SEDSII\",\"deviceType\":\"Fiber Optics\",\"experimentDate\":\"3/19/1997\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"r021497.pdf\\\":\\\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/r021497.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/data.xlsx\\\"}\",\"fileMap\":{\"r021497.pdf\":\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/r021497.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/data.xlsx\"},\"id\":\"9341717eccaadea538e69fb89a055959\",\"manufacturer\":\"various\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:13\"}]', null, '7', null, '2025-04-30 12:13:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432029594750978', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"90V N-channel MOSFET\",\"deviceMode\":\"SFF6661\",\"deviceName\":\"SFF6661\",\"deviceType\":\"MOSFET\",\"experimentDate\":\"6/25/2018;8/2/2018\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\":\\\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/data.xlsx\"},\"id\":\"c817aec37645c7c7e8f6180755ffc28b\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":190,\"totalCountNasa\":33,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:13\"}]', null, '5', null, '2025-04-30 12:13:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432055159033857', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"100 V N-type MOSFET\",\"deviceMode\":\"SFR130S.5\",\"deviceName\":\"SFR130S.5\",\"deviceType\":\"VDMOS\",\"experimentDate\":\"11/14/2012\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/data.xlsx\\\",\\\"LBNL111512_SFR130S5.pdf\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/LBNL111512_SFR130S5.pdf\\\",\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/nsrec2013_W8_SEE.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/data.xlsx\",\"LBNL111512_SFR130S5.pdf\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/LBNL111512_SFR130S5.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/nsrec2013_W8_SEE.pdf\"},\"id\":\"1c4a488731823dde3d167f967910edd2\",\"manufacturer\":\"SSDI\",\"totalCountLhs\":91,\"totalCountNasa\":91,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:13\"}]', null, '4', null, '2025-04-30 12:13:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432087899770882', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"SG1526\",\"deviceName\":\"SG1526\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"8/2006\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"G06AUG_SG1526_TID.pdf\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/G06AUG_SG1526_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/data.xlsx\\\",\\\"nsrec07_W26_TID.pdf\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/nsrec07_W26_TID.pdf\\\"}\",\"fileMap\":{\"G06AUG_SG1526_TID.pdf\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/G06AUG_SG1526_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/nsrec07_W26_TID.pdf\"},\"id\":\"15c2a14607760337ca0973e5716f58b9\",\"manufacturer\":\"Micro-Semi\",\"totalCountLhs\":540,\"totalCountNasa\":90,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:13\"}]', null, '6', null, '2025-04-30 12:13:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432103808765954', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1526\",\"deviceName\":\"SG1526\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"11/23/2004\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/nsrec05_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/data.xlsx\\\"}\",\"fileMap\":{\"nsrec05_W5.pdf\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/nsrec05_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/data.xlsx\"},\"id\":\"52657fbed8ab38204c28558a4d5fc45e\",\"manufacturer\":\"Linfinity/ Microsemi\",\"totalCountLhs\":23,\"totalCountNasa\":23,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:13\"}]', null, '5', null, '2025-04-30 12:13:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432115213078530', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1525A\",\"deviceName\":\"SG1525A\",\"deviceType\":\"Power Device\",\"experimentDate\":\"8/11/2002;7/25/2003\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/data.xlsx\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/NSREC03_W10.pdf\\\",\\\"T081102_SG1525A.pdf\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/T081102_SG1525A.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/NSREC03_W10.pdf\",\"T081102_SG1525A.pdf\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/T081102_SG1525A.pdf\"},\"id\":\"774ec3077c045a64bcd47e94a02e2392\",\"manufacturer\":\"Linfinity\",\"totalCountLhs\":35,\"totalCountNasa\":35,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:13\"}]', null, '9', null, '2025-04-30 12:13:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432127921819650', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1524B\",\"deviceName\":\"SG1524B\",\"deviceType\":\"PWM\",\"experimentDate\":\"3/29/1991\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"PPM-91-228.pdf\\\":\\\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/PPM-91-228.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/data.xlsx\\\"}\",\"fileMap\":{\"PPM-91-228.pdf\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/PPM-91-228.pdf\",\"data.xlsx\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/data.xlsx\"},\"id\":\"73bceb6b64d292c752db1a21e62b1607\",\"manufacturer\":\"Silicon General\",\"totalCountLhs\":112,\"totalCountNasa\":112,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:13\"}]', null, '5', null, '2025-04-30 12:13:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432142924845057', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"SG1524\",\"deviceName\":\"SG1524\",\"deviceType\":\"Pulse Width Modulator\",\"experimentDate\":\"_2005\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/data.xlsx\\\",\\\"G2005_SG1524_TID.pdf\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/G2005_SG1524_TID.pdf\\\"}\",\"fileMap\":{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/data.xlsx\",\"G2005_SG1524_TID.pdf\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/G2005_SG1524_TID.pdf\"},\"id\":\"56f5f0e218b7356738109ad0edcb1ae1\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":51,\"totalCountNasa\":51,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:13\"}]', null, '7', null, '2025-04-30 12:13:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432155860078593', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT5096\",\"deviceName\":\"SFT5096\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"3/27/2014-to-4/25/2014\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\"},\"id\":\"0aa05d58c9d470f43b7a8bed9de65dd9\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":37,\"totalCountNasa\":37,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:13\"}]', null, '5', null, '2025-04-30 12:13:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432230157979649', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"SFT5094\",\"deviceName\":\"SFT5094\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"10/20/2015\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/data.xlsx\"},\"id\":\"a106c558ff54f9b1a6f0e4854b2020d2\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":40,\"totalCountNasa\":40,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:14\"}]', null, '9', null, '2025-04-30 12:14:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432234297757698', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OMT1062\",\"deviceName\":\"OMT1062\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"_1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/416b0f4071921f651352524a4ba126c8/nsrec00_W22.pdf\\\",\\\"data(17)_1745986440613.xlsx\\\":\\\"/oss/physical/NASA/416b0f4071921f651352524a4ba126c8/data(17)_1745986440613.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/416b0f4071921f651352524a4ba126c8/nsrec00_W22.pdf\",\"data(17)_1745986440613.xlsx\":\"/oss/physical/NASA/416b0f4071921f651352524a4ba126c8/data(17)_1745986440613.xlsx\"},\"id\":\"416b0f4071921f651352524a4ba126c8\",\"manufacturer\":\"Optek\",\"totalCountLhs\":6,\"totalCountNasa\":30,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 12:14\"}]', null, '9', null, '2025-04-30 12:14:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432251221774338', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT2907A\",\"deviceName\":\"SFT2907A\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/31/2013\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/data.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/data.xlsx\"},\"id\":\"55878ff2562a560cea83b9831831c099\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":110,\"totalCountNasa\":74,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:14\"}]', null, '6', null, '2025-04-30 12:14:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432265201389570', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT2369 (2N2369A)\",\"deviceName\":\"SFT2369 (2N2369A)\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"4/22/2012\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/data.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/data.xlsx\"},\"id\":\"f19684564c9cd5910f385fd424085c9e\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":192,\"totalCountNasa\":73,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:14\"}]', null, '5', null, '2025-04-30 12:14:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432278971289602', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT2222A\",\"deviceName\":\"SFT2222A\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/29/2013\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\\\":\\\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/data.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\",\"data.xlsx\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/data.xlsx\"},\"id\":\"05beb90acb309f2997807b6e18e6cf89\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":192,\"totalCountNasa\":73,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 12:14\"}]', null, '5', null, '2025-04-30 12:14:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432695004303361', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"65nm Test Transistors\",\"deviceMode\":\"STPSC1006D\",\"deviceName\":\"半导体功率二极管\",\"deviceType\":\"晶体管\",\"experimentDate\":\"5/1/2009\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/8ff528ff077fedbb6ad22948c92753c3/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8ff528ff077fedbb6ad22948c92753c3/data.xlsx\\\",\\\"电离总剂量效应_1745986551257.xlsx\\\":\\\"/oss/physical/NASA/8ff528ff077fedbb6ad22948c92753c3/电离总剂量效应_1745986551257.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/8ff528ff077fedbb6ad22948c92753c3/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8ff528ff077fedbb6ad22948c92753c3/data.xlsx\",\"电离总剂量效应_1745986551257.xlsx\":\"/oss/physical/NASA/8ff528ff077fedbb6ad22948c92753c3/电离总剂量效应_1745986551257.xlsx\"},\"id\":\"8ff528ff077fedbb6ad22948c92753c3\",\"manufacturer\":\"德州仪器\",\"totalCountLhs\":10,\"totalCountNasa\":2,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 12:15\"}]', null, '7', null, '2025-04-30 12:15:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917432746074148865', '2', '历史一期记录-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LB8169\",\"experimentDate\":\"2023.11.16-2023.11.17\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120(1)_1745983141736.pdf,/oss/physical/temp/LB8169试验大纲_1745983161590.pdf,/oss/physical/temp/KC-2023-SB-H771-156_1745986543030.xlsx,/oss/physical/temp/KC-2023-SB-H771-156测试数据_1745986543129.pdf\",\"id\":\"1917418493019656193\",\"manufacturer\":\"771所\",\"name\":\"混合集成电路LB8169\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"混合集成电路\",\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 12:16\"}]', null, '12', null, '2025-04-30 12:16:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917433015663038466', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1310\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"NXPS20H100CX\",\"deviceName\":\"NXPS20H100CX\",\"deviceType\":\"Si\",\"experimentDate\":\"6/30/2014\",\"id\":\"89e6e562643e6da252378f34dc49c615\",\"manufacturer\":\"NXP Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 12:17\"}]', null, '5', null, '2025-04-30 12:17:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917433221456564226', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0830,1012\",\"deviceFunction\":\"DDR SDRAM\",\"deviceMode\":\"MT46V128M8P\",\"deviceName\":\"CMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2017.07.13-2017.08.25\",\"experimentUser\":\"杜帅彬\",\"id\":\"28a650b68e6aa02a90975f158e9f8b08\",\"manufacturer\":\"Micron\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 12:17\"}]', null, '7', null, '2025-04-30 12:17:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917433227794157569', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Solid-State Relay\",\"deviceMode\":\"OMR9701\",\"deviceName\":\"OMR9701\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"6/13/2003;6/22/2004\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"T061303_OMR9701.pdf\\\":\\\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/T061303_OMR9701.pdf\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/nsrec04_SEE.pdf\\\",\\\"data(18)_1745986679091.xlsx\\\":\\\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/data(18)_1745986679091.xlsx\\\"}\",\"fileMap\":{\"T061303_OMR9701.pdf\":\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/T061303_OMR9701.pdf\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/nsrec04_SEE.pdf\",\"data(18)_1745986679091.xlsx\":\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/data(18)_1745986679091.xlsx\"},\"id\":\"0ce37486aa38ff1a8c04a53ff6031211\",\"manufacturer\":\"International Rectifier\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 12:18\"}]', null, '8', null, '2025-04-30 12:18:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917433307544653826', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\n; Data truncation: Data too long for column \'type\' at row 1', null, 'sunjiacheng', '孙家诚', '119.78.164.164', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\n; Data truncation: Data too long for column \'type\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor523.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor387.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor243.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-30 12:18:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917433365962919937', '4', 'org.springframework.dao.DataIntegrityViolationException:\r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\n; Data truncation: Data too long for column \'type\' at row 1', null, 'sunjiacheng', '孙家诚', '119.78.164.164', null, '/physical/database/historicalDatabase/add', 'org.springframework.dao.DataIntegrityViolationException: \r\n### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n### The error may exist in org/jeecg/modules/database/mapper/HistoricalDatabaseMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.HistoricalDatabaseMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO historical_database (id, create_by, create_time, type, name, client_name, manufacturer, experiment_date, data_source, experiment_user, total_count_xhy, total_count_lhs, data_entry, device_mode, file_url) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\n; Data truncation: Data too long for column \'type\' at row 1\r\n at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:110)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:82)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy137.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy210.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at jdk.internal.reflect.GeneratedMethodAccessor523.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.HistoricalDatabaseServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController.add(HistoricalDatabaseController.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at jdk.internal.reflect.GeneratedMethodAccessor387.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.HistoricalDatabaseController$$SpringCGLIB$$0.add()\r\n at jdk.internal.reflect.GeneratedMethodAccessor263.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column \'type\' at row 1\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at jdk.internal.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.logging.jdbc.PreparedStatementLogger.invoke(PreparedStatementLogger.java:58)\r\n at jdk.proxy3/jdk.proxy3.$Proxy331.execute(Unknown Source)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at jdk.internal.reflect.GeneratedMethodAccessor243.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy329.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at jdk.internal.reflect.GeneratedMethodAccessor261.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 167 more\r\n', null, null, null, '2025-04-30 12:18:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917433426407034881', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电43所\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:18\",\"dataEntry\":\"孙家诚\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HOSC2758C-CH,HSK2541B,HOSC15801,CC590MT,CC07MT,HLMD18200-2D,HPB58A-CH,HMSK4300AD-CH\",\"experimentDate\":\"2023/5/18~2023/7/14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-044_1745986697269.pdf\",\"id\":\"1917433426390257665\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2023-JL-044\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"振荡器和压电晶体,敏感元器件和传感器(件),其他混合集成电路\"}]', null, '6', null, '2025-04-30 12:18:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917434075278446593', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"工业和信息化部电子第五研究所元器件检测中心\",\"dataEntry\":\"常余海\",\"dataProvider\":\"工业和信息化部电子第五研究所元器件检测中心\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RX3701MCB\",\"experimentDate\":\"2022.6.14\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-066_1745923148561.pdf,/oss/physical/temp/RX3701MCB_1745986879602.xlsx\",\"id\":\"1917166761995898881\",\"manufacturer\":\"广州润芯信息技术有限公司\",\"name\":\"KC-2022-JL-066\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"射频电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 12:21\"}]', null, '8', null, '2025-04-30 12:21:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917434171214761986', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CPLS-E5-8700-1\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745925552456.pdf,/oss/physical/temp/CPLS-E5-8700-1_1745986904446.xlsx\",\"id\":\"1917176880662024193\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"频率源组件\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 12:21\"}]', null, '5', null, '2025-04-30 12:21:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917434291587092482', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SS-KFG902/103-30\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745980527368.pdf,/oss/physical/temp/SS-KFG902103-30_1745986933145.xlsx\",\"id\":\"1917408946855055362\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"X波段收发组件\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 12:22\"}]', null, '5', null, '2025-04-30 12:22:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917434370729414658', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QZJ726\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745981341486.pdf,/oss/physical/temp/QZJ726_1745986951941.xlsx\",\"id\":\"1917411825322004481\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"功分开关模块\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 12:22\"}]', null, '8', null, '2025-04-30 12:22:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917434415478444034', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QZJ651\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745981672312.pdf,/oss/physical/temp/QZJ651_1745986962682.xlsx\",\"id\":\"1917412766481879041\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"上变频模块\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 12:22\"}]', null, '7', null, '2025-04-30 12:22:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917434465910755329', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"ZC1309B-E107-00-100M0000\",\"experimentDate\":\"2023.6.27-2023.8.16\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745982257928.pdf,/oss/physical/temp/ZC1309B-E107-00-100M0000_1745986974326.xlsx\",\"id\":\"1917416201843347458\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体振荡器\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 12:22\"}]', null, '5', null, '2025-04-30 12:22:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917434515806195714', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1745983444148.pdf,/oss/physical/temp/CC2S80AMJ-RH_1745986986640.xlsx\",\"id\":\"1917422091568910338\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"R/D转换器\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 12:23\"}]', null, '6', null, '2025-04-30 12:23:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917434608332541953', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"浙江驰拓科技有限公司\",\"dataEntry\":\"常余海\",\"dataProvider\":\"浙江驰拓科技有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"4MLQ40G\",\"experimentDate\":\"2023.6.7\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-047_1745985203235.pdf,/oss/physical/temp/4MLQ40G_1745987008554.xlsx\",\"id\":\"1917429938927144962\",\"manufacturer\":\"未提供\",\"name\":\"KC-2023-JL-047\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"混合集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 12:23\"}]', null, '5', null, '2025-04-30 12:23:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917434749294710785', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 12:24\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LB8169T\",\"experimentDate\":\"2023.11.16-2023.11.17\",\"experimentUser\":\"梁晓雯\",\"id\":\"1917434749261156354\",\"manufacturer\":\"771所\",\"name\":\"混合集成电路LB8169T\",\"totalCountLhs\":12,\"totalCountXhy\":3,\"type\":\"混合集成电路\"}]', null, '10', null, '2025-04-30 12:24:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917434831914110978', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Hall Effects Sensor\",\"deviceMode\":\"OMH3075S\",\"deviceName\":\"OMH3075S\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"7/13/1993;2/2007;8/2019\",\"experimentUser\":\"谢永智\",\"id\":\"070e85d8dd3bf614717af69bb775680d\",\"manufacturer\":\"Optek Technology\",\"totalCountLhs\":6,\"totalCountNasa\":6,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 12:24\"}]', null, '6', null, '2025-04-30 12:24:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917435060809863170', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0948\",\"deviceFunction\":\"8G NAND Flash\",\"deviceMode\":\"MT29F8G08AAAWP\",\"deviceName\":\"CMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2010.08.01-2011.01.11\",\"experimentUser\":\"杜帅彬\",\"id\":\"11c85369b8e9e6a9ec6cef745cfed5c1\",\"manufacturer\":\"Micron\",\"totalCountLhs\":6,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 12:25\"}]', null, '9', null, '2025-04-30 12:25:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917435223238479874', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Schottky Diode\",\"deviceMode\":\"NSXPS20H100\",\"deviceName\":\"NSXPS20H100\",\"deviceType\":\"Si\",\"experimentDate\":\"6/27/2015\",\"fileList\":\"{\\\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\":\\\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\",\\\"data_1745917683798.xlsx\\\":\\\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/data_1745917683798.xlsx\\\",\\\"单粒子效应_1745987155032.xlsx\\\":\\\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/单粒子效应_1745987155032.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data_1745917683798.xlsx\":\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/data_1745917683798.xlsx\",\"单粒子效应_1745987155032.xlsx\":\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/单粒子效应_1745987155032.xlsx\"},\"id\":\"a2741bba81c754934cb4933b01b2e4e2\",\"manufacturer\":\"NXP Semiconductor\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 12:25\"}]', null, '4', null, '2025-04-30 12:25:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917435251285790721', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电24所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 12:26\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电24所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW580RH\",\"experimentDate\":\"2023.4.26-2023.5.9\",\"experimentUser\":\"张天诚\",\"id\":\"1917435251248041986\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2023-JL-042\",\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '10', null, '2025-04-30 12:26:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917435281686106114', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电24所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW580RH\",\"experimentDate\":\"2023.4.26-2023.5.9\",\"experimentUser\":\"张天诚\",\"id\":\"1917435251248041986\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2023-JL-042\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 12:26\"}]', null, '7', null, '2025-04-30 12:26:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917435587782217729', '2', '历史一期记录-添加', '2', 'zhangyun', '张云', '119.78.167.45', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"804所\",\"createBy\":\"zhangyun\",\"createTime\":\"2025-04-30 12:27\",\"dataEntry\":\"张云\",\"dataProvider\":\"王金鹏\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MT29F256G08AUCABH3-10ITZ:A(18mm*12mm)\",\"experimentDate\":\"2023/4/9\",\"experimentUser\":\"王金鹏\",\"fileUrl\":\"/oss/physical/temp/KC-2025-JL-060_1745986848018.xlsx\",\"id\":\"1917435587757051906\",\"manufacturer\":\"镁光\",\"name\":\"威固固态盘SSD\",\"totalCountLhs\":2,\"totalCountXhy\":2,\"type\":\"数字集成电路/存储芯片\"}]', null, '7', null, '2025-04-30 12:27:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917435669340459009', '1', '用户名: wangjiaxing,登录成功!', null, 'wangjiaxing', '王嘉兴', '119.78.164.148', null, null, null, null, '0', null, '2025-04-30 12:27:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917435738559057922', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage regulator\",\"deviceMode\":\"TL431\",\"deviceName\":\"TL431\",\"deviceType\":\"Voltage Regulator\",\"experimentDate\":\"6/9/1992\",\"fileList\":\"{\\\"PPM-92-181.pdf\\\":\\\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/PPM-92-181.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/data.xlsx\\\",\\\"VoltageRegulator_1745987277793.xlsx\\\":\\\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/VoltageRegulator_1745987277793.xlsx\\\"}\",\"fileMap\":{\"PPM-92-181.pdf\":\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/PPM-92-181.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/data.xlsx\",\"VoltageRegulator_1745987277793.xlsx\":\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/VoltageRegulator_1745987277793.xlsx\"},\"id\":\"ac7caf495a784273168fe1dcc886a336\",\"manufacturer\":\"Motorola\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 12:27\"}]', null, '11', null, '2025-04-30 12:27:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917435776211324930', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"航天五院\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:28\",\"dataEntry\":\"孙家诚\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"HDCD/100CH-15-15/D1,HDCD/100CH-15-65/D1,LHB666,J193A,LUC1825,CS3075H,HS3040,X47,SF1840MDRH,SX215MDRH,SF0546BMDRH\",\"experimentDate\":\"2023/8/16~2023/11/28\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-068_1745986874656.pdf\",\"id\":\"1917435776177770498\",\"manufacturer\":\"中电24所,771所,南京新捷中旭\",\"name\":\"KC-2023-JL-068\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他混合集成电路,模拟集成电路,霍尔电路,开关\"}]', null, '7', null, '2025-04-30 12:28:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917435807626661889', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage regulator\",\"deviceMode\":\"TL431\",\"deviceName\":\"TL431\",\"deviceType\":\"Voltage Regulator\",\"experimentDate\":\"6/9/1992\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"PPM-92-181.pdf\\\":\\\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/PPM-92-181.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/data.xlsx\\\",\\\"VoltageRegulator_1745987277793.xlsx\\\":\\\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/VoltageRegulator_1745987277793.xlsx\\\"}\",\"fileMap\":{\"PPM-92-181.pdf\":\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/PPM-92-181.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/data.xlsx\",\"VoltageRegulator_1745987277793.xlsx\":\"/oss/physical/NASA/ac7caf495a784273168fe1dcc886a336/VoltageRegulator_1745987277793.xlsx\"},\"id\":\"ac7caf495a784273168fe1dcc886a336\",\"manufacturer\":\"Motorola\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 12:28\"}]', null, '7', null, '2025-04-30 12:28:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917436070492082178', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Hallogic Hall Effect Sensor\",\"deviceMode\":\"OMH3075B\",\"deviceName\":\"OMH3075B\",\"deviceType\":\"Special Device\",\"experimentDate\":\"9/19/2006\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/nsrec07_W27_SEE.pdf\\\",\\\"L091906_OMH3075B.pdf\\\":\\\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/L091906_OMH3075B.pdf\\\",\\\"data(20)_1745987356366.xlsx\\\":\\\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/data(20)_1745987356366.xlsx\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/nsrec07_W27_SEE.pdf\",\"L091906_OMH3075B.pdf\":\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/L091906_OMH3075B.pdf\",\"data(20)_1745987356366.xlsx\":\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/data(20)_1745987356366.xlsx\"},\"id\":\"20f14fd94bc1e6fa3c2bba8996ee38ad\",\"manufacturer\":\"Optek Technology\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 12:29\"}]', null, '6', null, '2025-04-30 12:29:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917436114242867202', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1722\",\"deviceFunction\":\"Flash Memory\",\"deviceMode\":\"MT29F512G08AUCBBH8-6IT:B\",\"deviceName\":\"CMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2018.05.25-2018.05.29\",\"experimentUser\":\"杜帅彬\",\"id\":\"4050c24e760ffa87e3e8addabb4c8851\",\"manufacturer\":\"Micron\",\"totalCountLhs\":72,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 12:29\"}]', null, '5', null, '2025-04-30 12:29:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917436187429277698', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 12:29\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2022.06.17-2022.06.30\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745987377568.xlsx,/oss/physical/temp/LF124A测试数据_1745987381022.pdf,/oss/physical/temp/质量记录_1745987384338.pdf\",\"id\":\"1917436187412500482\",\"manufacturer\":\"771所\",\"name\":\"低功耗四运算放大器\",\"totalCountLhs\":384,\"totalCountXhy\":6,\"type\":\"半导体集成电路\"}]', null, '4', null, '2025-04-30 12:29:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917436792524738561', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"4071614\",\"deviceFunction\":\"SRAM\",\"deviceMode\":\"65 nm CMOS SRAM\",\"deviceName\":\"德州仪器 65 nm CMOS SRAM\",\"deviceType\":\"敏感元器件和传感器(件)\",\"experimentDate\":\"xx\",\"experimentUser\":\"杨思妮\",\"id\":\"b896d1f06053a5948331199fdd9fe6a1\",\"manufacturer\":\"德州仪器\",\"totalCountLhs\":17,\"totalCountNasa\":1,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 12:32\"}]', null, '5', null, '2025-04-30 12:32:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917437428528025602', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier,BiFet Inputs\",\"deviceMode\":\"TL074\",\"deviceName\":\"TL074\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"12/22/1994\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"PPM-95-109.pdf\\\":\\\"/oss/physical/NASA/2c12354d6b37222e16b69d487db6bd7c/PPM-95-109.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2c12354d6b37222e16b69d487db6bd7c/data.xlsx\\\",\\\"OperationalAmplifier_1745987680995.xlsx\\\":\\\"/oss/physical/NASA/2c12354d6b37222e16b69d487db6bd7c/OperationalAmplifier_1745987680995.xlsx\\\"}\",\"fileMap\":{\"PPM-95-109.pdf\":\"/oss/physical/NASA/2c12354d6b37222e16b69d487db6bd7c/PPM-95-109.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2c12354d6b37222e16b69d487db6bd7c/data.xlsx\",\"OperationalAmplifier_1745987680995.xlsx\":\"/oss/physical/NASA/2c12354d6b37222e16b69d487db6bd7c/OperationalAmplifier_1745987680995.xlsx\"},\"id\":\"2c12354d6b37222e16b69d487db6bd7c\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 12:34\"}]', null, '8', null, '2025-04-30 12:34:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917437778404282370', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-30 12:36:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917438072555016194', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"17-051\",\"deviceFunction\":\"Flash Memory\",\"deviceMode\":\"MT29F512G08AUCBBH8\",\"deviceName\":\"CMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2017.06.21\",\"experimentUser\":\"杜帅彬\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/f7575e29e9bd92cd912c8ef90e5d5bb5/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f7575e29e9bd92cd912c8ef90e5d5bb5/data.xlsx\\\",\\\"单粒子效应_1745987833643.xlsx\\\":\\\"/oss/physical/NASA/f7575e29e9bd92cd912c8ef90e5d5bb5/单粒子效应_1745987833643.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/f7575e29e9bd92cd912c8ef90e5d5bb5/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f7575e29e9bd92cd912c8ef90e5d5bb5/data.xlsx\",\"单粒子效应_1745987833643.xlsx\":\"/oss/physical/NASA/f7575e29e9bd92cd912c8ef90e5d5bb5/单粒子效应_1745987833643.xlsx\"},\"id\":\"f7575e29e9bd92cd912c8ef90e5d5bb5\",\"manufacturer\":\"Micron\",\"totalCountLhs\":6,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 12:37\"}]', null, '4', null, '2025-04-30 12:37:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917438402814513154', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Phototransistor\",\"deviceMode\":\"TIL601\",\"deviceName\":\"TIL601\",\"deviceType\":\"Transistor\",\"experimentDate\":\"4/1/2001;7/19/2002\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/NSREC02_W16.pdf\\\",\\\"D040101_TIL601.pdf\\\":\\\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/D040101_TIL601.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/data.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/NSREC02_W16.pdf\",\"D040101_TIL601.pdf\":\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/D040101_TIL601.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/data.xlsx\"},\"id\":\"9f2c8031af77f420261802509bd6c86c\",\"manufacturer\":\"TI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 12:38\"}]', null, '6', null, '2025-04-30 12:38:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917438577603743746', '1', '用户名: lixuyou,登录成功!', null, 'lixuyou', '李序友', '119.78.164.151', null, null, null, null, '0', null, '2025-04-30 12:39:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917438668402036737', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:39\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"陈亚文\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SWH/(20-50)-5-120H/SP\",\"experimentDate\":\"2024/8/16~2024/9/23\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/原始试验数据_1745987945847.pdf,/oss/physical/temp/KC-2024-JL-133_1745987962845.pdf,/oss/physical/temp/电离总剂量效应_1745987971022.xlsx\",\"id\":\"1917438668376870913\",\"manufacturer\":\"中国电科24所\",\"name\":\"抗辐照型DC/DC变换器\",\"totalCountLhs\":216,\"totalCountXhy\":2,\"type\":\"其他混合集成电路\"}]', null, '7', null, '2025-04-30 12:39:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917438998435041281', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 12:40\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"54HC245\",\"experimentDate\":\"2023.11.13-2023.11.16\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-SB-H771-161测试数据_1745988048001.pdf,/oss/physical/temp/54HC245试验大纲_1745988047955.pdf,/oss/physical/temp/KC-2023-SB-H771-161_1745988047915.xlsx,/oss/physical/temp/KC-2023-JL-120(1)_1745988054180.pdf\",\"id\":\"1917438998409875457\",\"manufacturer\":\"771所\",\"name\":\"三态输出八总线收发器\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"数字集成电路\"}]', null, '5', null, '2025-04-30 12:40:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917439333622845441', '4', 'org.jeecg.common.exception.JeecgBootException:上传失败,存在非法文件类型:tst', null, null, null, '119.78.164.164', 'biz=temp', '/physical/sys/common/upload', 'org.jeecg.common.exception.JeecgBootException: 上传失败,存在非法文件类型:tst\r\n at org.jeecg.common.util.CommonUtils.upload(CommonUtils.java:146)\r\n at org.jeecg.modules.system.controller.CommonController.upload(CommonController.java:180)\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.CommonController$$SpringCGLIB$$0.upload()\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-04-30 12:42:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917439333572513793', '4', 'org.jeecg.common.exception.JeecgBootException:上传失败,存在非法文件类型:tst', null, null, null, '119.78.164.164', 'biz=temp', '/physical/sys/common/upload', 'org.jeecg.common.exception.JeecgBootException: 上传失败,存在非法文件类型:tst\r\n at org.jeecg.common.util.CommonUtils.upload(CommonUtils.java:146)\r\n at org.jeecg.modules.system.controller.CommonController.upload(CommonController.java:180)\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.CommonController$$SpringCGLIB$$0.upload()\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-04-30 12:42:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917439333673177089', '4', 'org.jeecg.common.exception.JeecgBootException:上传失败,存在非法文件类型:tst', null, null, null, '119.78.164.164', 'biz=temp', '/physical/sys/common/upload', 'org.jeecg.common.exception.JeecgBootException: 上传失败,存在非法文件类型:tst\r\n at org.jeecg.common.util.CommonUtils.upload(CommonUtils.java:146)\r\n at org.jeecg.modules.system.controller.CommonController.upload(CommonController.java:180)\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.CommonController$$SpringCGLIB$$0.upload()\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-04-30 12:42:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917439333924835329', '4', 'org.jeecg.common.exception.JeecgBootException:上传失败,存在非法文件类型:tst', null, null, null, '119.78.164.164', 'biz=temp', '/physical/sys/common/upload', 'org.jeecg.common.exception.JeecgBootException: 上传失败,存在非法文件类型:tst\r\n at org.jeecg.common.util.CommonUtils.upload(CommonUtils.java:146)\r\n at org.jeecg.modules.system.controller.CommonController.upload(CommonController.java:180)\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.CommonController$$SpringCGLIB$$0.upload()\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-04-30 12:42:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917439334008721410', '4', 'org.jeecg.common.exception.JeecgBootException:上传失败,存在非法文件类型:tst', null, null, null, '119.78.164.164', 'biz=temp', '/physical/sys/common/upload', 'org.jeecg.common.exception.JeecgBootException: 上传失败,存在非法文件类型:tst\r\n at org.jeecg.common.util.CommonUtils.upload(CommonUtils.java:146)\r\n at org.jeecg.modules.system.controller.CommonController.upload(CommonController.java:180)\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.CommonController$$SpringCGLIB$$0.upload()\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-04-30 12:42:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917439334134550530', '4', 'org.jeecg.common.exception.JeecgBootException:上传失败,存在非法文件类型:tst', null, null, null, '119.78.164.164', 'biz=temp', '/physical/sys/common/upload', 'org.jeecg.common.exception.JeecgBootException: 上传失败,存在非法文件类型:tst\r\n at org.jeecg.common.util.CommonUtils.upload(CommonUtils.java:146)\r\n at org.jeecg.modules.system.controller.CommonController.upload(CommonController.java:180)\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.system.controller.CommonController$$SpringCGLIB$$0.upload()\r\n at jdk.internal.reflect.GeneratedMethodAccessor861.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\n', null, null, null, '2025-04-30 12:42:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917439399557304321', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"201816; (19-020)\",\"deviceFunction\":\"MLC NAND Flash Memory\",\"deviceMode\":\"MT29F4T08CTHBBM5\",\"deviceName\":\"CMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2019.07.10-2019.09.30\",\"experimentUser\":\"杜帅彬\",\"id\":\"a54a39b62cc56363fbf41be9b04a0f4b\",\"manufacturer\":\"Micron\",\"totalCountLhs\":13,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 12:42\"}]', null, '9', null, '2025-04-30 12:42:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917439555962900481', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"OM3914\",\"deviceName\":\"OM3914\",\"deviceType\":\"Voltage Regulator\",\"experimentDate\":\"9/10/1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/nsrec00_W21.pdf\\\",\\\"PPM-99-028.pdf\\\":\\\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/PPM-99-028.pdf\\\",\\\"data(22)_1745988187708.xlsx\\\":\\\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/data(22)_1745988187708.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/nsrec00_W21.pdf\",\"PPM-99-028.pdf\":\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/PPM-99-028.pdf\",\"data(22)_1745988187708.xlsx\":\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/data(22)_1745988187708.xlsx\"},\"id\":\"483f4d609e2dbbb63a9e3d456744c916\",\"manufacturer\":\"Ommirel\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 12:43\"}]', null, '8', null, '2025-04-30 12:43:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917439738238963713', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"SRAM\",\"deviceMode\":\"AFL12028\",\"deviceName\":\"直流-直流转换器\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"2008.2\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec09_W12_SEE.pdf\\\":\\\"/oss/physical/NASA/7a995c7b2b2757251602f19cf3ba8513/nsrec09_W12_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7a995c7b2b2757251602f19cf3ba8513/data.xlsx\\\",\\\"单粒子效应_1745988230567.xlsx\\\":\\\"/oss/physical/NASA/7a995c7b2b2757251602f19cf3ba8513/单粒子效应_1745988230567.xlsx\\\"}\",\"fileMap\":{\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/7a995c7b2b2757251602f19cf3ba8513/nsrec09_W12_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7a995c7b2b2757251602f19cf3ba8513/data.xlsx\",\"单粒子效应_1745988230567.xlsx\":\"/oss/physical/NASA/7a995c7b2b2757251602f19cf3ba8513/单粒子效应_1745988230567.xlsx\"},\"id\":\"7a995c7b2b2757251602f19cf3ba8513\",\"manufacturer\":\"IBM\",\"totalCountLhs\":9,\"totalCountNasa\":3,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 12:43\"}]', null, '6', null, '2025-04-30 12:43:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917439943919243265', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"16-028\",\"deviceFunction\":\"Schottky Diode\",\"deviceMode\":\"NSR0140P2T5G\",\"deviceName\":\"NSR0140P2T5G\",\"deviceType\":\"二极管\",\"experimentDate\":\"4/11/2017\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/data.xlsx\\\",\\\"单粒子效应_1745988281006.xlsx\\\":\\\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/单粒子效应_1745988281006.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/data.xlsx\",\"单粒子效应_1745988281006.xlsx\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/单粒子效应_1745988281006.xlsx\"},\"id\":\"d2e3fbe9e0d39cf3de6dda9b91ec644f\",\"manufacturer\":\"ON Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 12:44\"}]', null, '5', null, '2025-04-30 12:44:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917440093056110593', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:45\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7130NDR\",\"experimentDate\":\"2022年02月18日~2022年02月25日\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988226195.rar\",\"id\":\"1917440093022556162\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-30 12:45:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917440243900059649', '2', '历史一期记录-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7130NDR\",\"experimentDate\":\"2022年02月18日~2022年02月25日\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988226195.rar,/oss/physical/temp/KC-2022-JL-003_1745988337409.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988350643.xlsx\",\"id\":\"1917440093022556162\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 12:45\"}]', null, '6', null, '2025-04-30 12:45:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917440801696354306', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:48\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N45MR1\",\"experimentDate\":\"2022年01月06日~2022年01月13日\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应2_1745988456324.xlsx,/oss/physical/temp/KC-2022-JL-003_1745988467487.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988482787.rar\",\"id\":\"1917440801671188481\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 12:48:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917441262373539842', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:49\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N56MR1\",\"experimentDate\":\"2022年02月18日~2022年02月25日\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988556288.rar,/oss/physical/temp/电离总剂量效应1_1745988577381.xlsx,/oss/physical/temp/KC-2022-JL-003_1745988592985.pdf\",\"id\":\"1917441262356762626\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"增强型抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 12:49:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917441524194578433', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 12:50\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS4009CRH\",\"experimentDate\":\"2023.11.13-2023.11.16\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120(1)_1745988622533.pdf,/oss/physical/temp/LCS4009CRH等VDMOS试验大纲_1745988644684.pdf,/oss/physical/temp/KC-2024-SB-H771-03测试数据_1745988653271.pdf,/oss/physical/temp/KC-2024-SB-H771-03_1745988653247.xlsx\",\"id\":\"1917441524161024001\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-30 12:50:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917441622139965441', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:51\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N56NAR3\",\"experimentDate\":\"2022年01月06日~2022年01月13日\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-003_1745988657354.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988662506.rar,/oss/physical/temp/电离总剂量效应5_1745988680375.xlsx\",\"id\":\"1917441622114799618\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":90,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-30 12:51:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917441744047411202', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电24所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW580RH\",\"experimentDate\":\"2023.4.26-2023.5.9\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-042_1745988687993.pdf,/oss/physical/temp/SW580RH_1745988709353.xlsx\",\"id\":\"1917435251248041986\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2023-JL-042\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 12:51\"}]', null, '7', null, '2025-04-30 12:51:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917441960049872898', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:52\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL797064NAR\",\"experimentDate\":\"2022年02月18日~2022年02月25日\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应4_1745988746466.xlsx,/oss/physical/temp/KC-2022-JL-003_1745988752940.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988758479.rar\",\"id\":\"1917441960016318465\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-30 12:52:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917442076240482306', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"P-Channel MOSFET\",\"deviceMode\":\"OM20P10\",\"deviceName\":\"OM20P10\",\"deviceType\":\"P-Channel MOSFET\",\"experimentDate\":\"8/10/1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/nsrec00_W21.pdf\\\",\\\"PPM-99-025.pdf\\\":\\\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/PPM-99-025.pdf\\\",\\\"data(23)_1745988788599.xlsx\\\":\\\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/data(23)_1745988788599.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/nsrec00_W21.pdf\",\"PPM-99-025.pdf\":\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/PPM-99-025.pdf\",\"data(23)_1745988788599.xlsx\":\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/data(23)_1745988788599.xlsx\"},\"id\":\"c8cde1ab8e2e6a1bdb5d1905aaf501e5\",\"manufacturer\":\"Ommirel\",\"totalCountLhs\":10,\"totalCountNasa\":60,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 12:53\"}]', null, '6', null, '2025-04-30 12:53:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917442088890503170', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1644 (17-012 or 17-040);1406; (16-034)\",\"deviceFunction\":\"Flash Memory\",\"deviceMode\":\"MT29F4G08ABADAWP-IT:D\",\"deviceName\":\"CMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2017.03.22; 2017.05.13-2017.05.23(TID)\",\"experimentUser\":\"杜帅彬\",\"id\":\"b63a2100430f5e8385473c05364314a2\",\"manufacturer\":\"Micron\",\"totalCountLhs\":13,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 12:53\"}]', null, '10', null, '2025-04-30 12:53:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917442248798343169', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0934\",\"deviceFunction\":\"Fanout Buffer\",\"deviceMode\":\"NB7L14MNG\",\"deviceName\":\"NB7L14MNG\",\"deviceType\":\"SiGe\",\"experimentDate\":\"11/14/2012; 3/13/2013\",\"id\":\"c4b361dc94db882180995a7dea1a964c\",\"manufacturer\":\"ON Semiconductor\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 12:53\"}]', null, '6', null, '2025-04-30 12:53:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917442314388869122', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:54\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10P45NAR1\",\"experimentDate\":\"2022年02月18日~2022年02月25日\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20220106_1745988827970.rar,/oss/physical/temp/KC-2022-JL-003_1745988835136.pdf,/oss/physical/temp/电离总剂量效应_1745988845175.xlsx\",\"id\":\"1917442314372091905\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":90,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 12:54:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917442475714383874', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 12:54\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F108A\",\"experimentDate\":\"2022.06.17-2022.06.30\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745988877326.xlsx,/oss/physical/temp/F108A测试数据_1745988881039.pdf,/oss/physical/temp/质量记录_1745988883737.pdf\",\"id\":\"1917442475689218050\",\"manufacturer\":\"771所\",\"name\":\"精密运算放大器\",\"totalCountLhs\":3080,\"totalCountXhy\":11,\"type\":\"半导体集成电路\"}]', null, '7', null, '2025-04-30 12:54:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917442502910251010', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4 Gb NAND Flash\",\"deviceMode\":\"MT29F4G08ABADAHC\",\"deviceName\":\"MT29F4G08ABADAHC\",\"deviceType\":\"CMOS\",\"experimentDate\":\"7/23/2009;7/27/2011\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"Oldham_nsrec11_W25.pdf\\\":\\\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/Oldham_nsrec11_W25.pdf\\\",\\\"nsrec2012_W22_SEE.pdf\\\":\\\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/nsrec2012_W22_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/data.xlsx\\\",\\\"nsrec09_W12_SEE.pdf\\\":\\\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/nsrec09_W12_SEE.pdf\\\"}\",\"fileMap\":{\"Oldham_nsrec11_W25.pdf\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/Oldham_nsrec11_W25.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/nsrec09_W12_SEE.pdf\"},\"id\":\"3c735da1a6375ac428120d233db496b7\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 12:54\"}]', null, '5', null, '2025-04-30 12:54:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917442937423368194', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MOSFET Driver\",\"deviceMode\":\"TSC426MJA\",\"deviceName\":\"TSC426MJA\",\"deviceType\":\"Driver\",\"experimentDate\":\"8/12/1991\",\"fileList\":\"{\\\"PPM-91-509.pdf\\\":\\\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/PPM-91-509.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/data.xlsx\\\",\\\"TSC426MJA_1745988924554.xlsx\\\":\\\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/TSC426MJA_1745988924554.xlsx\\\"}\",\"fileMap\":{\"PPM-91-509.pdf\":\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/PPM-91-509.pdf\",\"data.xlsx\":\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/data.xlsx\",\"TSC426MJA_1745988924554.xlsx\":\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/TSC426MJA_1745988924554.xlsx\"},\"id\":\"253d7d5fdb98a9764305d523d1613334\",\"manufacturer\":\"Tededyne\",\"totalCountLhs\":168,\"totalCountNasa\":2,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 12:56\"}]', null, '5', null, '2025-04-30 12:56:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917443073985712129', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:57\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCSL90N02NAR\",\"experimentDate\":\"2023/12/19~2023/12/26\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745988947131.xlsx,/oss/physical/temp/KC-2023-JL-148_1745988954336.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20231218_1745989022899.rar\",\"id\":\"1917443073952157698\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-30 12:57:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917443163395690497', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MOSFET Driver\",\"deviceMode\":\"TSC426MJA\",\"deviceName\":\"TSC426MJA\",\"deviceType\":\"Driver\",\"experimentDate\":\"8/12/1991\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/data.xlsx\\\",\\\"PPM-91-509.pdf\\\":\\\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/PPM-91-509.pdf\\\",\\\"TSC426MJA_1745988924554.xlsx\\\":\\\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/TSC426MJA_1745988924554.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/data.xlsx\",\"PPM-91-509.pdf\":\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/PPM-91-509.pdf\",\"TSC426MJA_1745988924554.xlsx\":\"/oss/physical/NASA/253d7d5fdb98a9764305d523d1613334/TSC426MJA_1745988924554.xlsx\"},\"id\":\"253d7d5fdb98a9764305d523d1613334\",\"manufacturer\":\"Tededyne\",\"totalCountLhs\":168,\"totalCountNasa\":2,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 12:57\"}]', null, '9', null, '2025-04-30 12:57:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917443196631355394', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"OM1850STM3\",\"deviceName\":\"OM1850STM3\",\"deviceType\":\"Voltage Regulator\",\"experimentDate\":\"8/23/1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/nsrec00_W21.pdf\\\",\\\"PPM-99-024.pdf\\\":\\\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/PPM-99-024.pdf\\\",\\\"data(25)_1745989054219.xlsx\\\":\\\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/data(25)_1745989054219.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/nsrec00_W21.pdf\",\"PPM-99-024.pdf\":\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/PPM-99-024.pdf\",\"data(25)_1745989054219.xlsx\":\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/data(25)_1745989054219.xlsx\"},\"id\":\"6cd2bbcc96e07541618994a0611f01f1\",\"manufacturer\":\"Ommirel\",\"totalCountLhs\":10,\"totalCountNasa\":70,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 12:57\"}]', null, '6', null, '2025-04-30 12:57:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917443203702951938', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"40V MOSFET\",\"deviceMode\":\"Test Structure 40V MOSFET\",\"deviceName\":\"Test Structure 40V MOSFET\",\"deviceType\":\"晶体管\",\"experimentDate\":\"11/14/2012\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/nsrec2013_W8_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/data.xlsx\\\"}\",\"fileMap\":{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/data.xlsx\"},\"id\":\"ee7181173e0b41a5d3889f0013751bab\",\"manufacturer\":\"Tower JAZZ\",\"totalCountLhs\":8,\"totalCountNasa\":4,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 12:57\"}]', null, '4', null, '2025-04-30 12:57:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917443449568858114', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 12:58\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS75N10NAR\",\"experimentDate\":\"2023/12/19~2023/12/26\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20231218_1745989093402.rar,/oss/physical/temp/电离总剂量效应_1745989110333.xlsx,/oss/physical/temp/KC-2023-JL-148_1745989116006.pdf\",\"id\":\"1917443449552080898\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-30 12:58:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917443800460136450', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 13:00\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS20N16NJR1\",\"experimentDate\":\"2023/12/19~2023/12/26\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-148_1745989180176.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20231218_1745989185697.rar,/oss/physical/temp/电离总剂量效应_1745989200002.xlsx\",\"id\":\"1917443800443359234\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 13:00:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917444011517513730', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电24所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 13:00\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电24所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW1825MDRH\",\"experimentDate\":\"2023.5.2-2023.5.9\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/SW1825MDRH_1745989238201.xlsx,/oss/physical/temp/KC-2023-JL-042_1745989247793.pdf\",\"id\":\"1917444011500736513\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2023-JL-042\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-30 13:00:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917444089225383937', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"DSP\",\"deviceMode\":\"TSC21020F\",\"deviceName\":\"TSC21020F\",\"deviceType\":\"Digital Signal Processor\",\"experimentDate\":\"11/30/1999\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/13926c78fedfeb71d94eff2d4409a37d/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/13926c78fedfeb71d94eff2d4409a37d/data.xlsx\\\",\\\"TSC21020F_1745989268385.xlsx\\\":\\\"/oss/physical/NASA/13926c78fedfeb71d94eff2d4409a37d/TSC21020F_1745989268385.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/13926c78fedfeb71d94eff2d4409a37d/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/13926c78fedfeb71d94eff2d4409a37d/data.xlsx\",\"TSC21020F_1745989268385.xlsx\":\"/oss/physical/NASA/13926c78fedfeb71d94eff2d4409a37d/TSC21020F_1745989268385.xlsx\"},\"id\":\"13926c78fedfeb71d94eff2d4409a37d\",\"manufacturer\":\"Temic Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 13:01\"}]', null, '8', null, '2025-04-30 13:01:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917444099522400258', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 13:01\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67264MR\",\"experimentDate\":\"2023/12/19~2023/12/26\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745989261204.xlsx,/oss/physical/temp/KC-2023-JL-148_1745989266213.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20231218_1745989271381.rar\",\"id\":\"1917444099497234433\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-30 13:01:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917444528171880449', '1', '用户名: luozikang,登录成功!', null, 'luozikang', '罗梓康', '119.78.164.171', null, null, null, null, '0', null, '2025-04-30 13:02:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917444546077364226', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"40V MOSFET\",\"deviceMode\":\"MSK5978RH\",\"deviceName\":\"Test Structure 40V MOSFET\",\"deviceType\":\"晶体管\",\"experimentDate\":\"11/14/2012\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/nsrec2013_W8_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/data.xlsx\\\",\\\"单粒子效应_1745989377002.xlsx\\\":\\\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/单粒子效应_1745989377002.xlsx\\\"}\",\"fileMap\":{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/data.xlsx\",\"单粒子效应_1745989377002.xlsx\":\"/oss/physical/NASA/ee7181173e0b41a5d3889f0013751bab/单粒子效应_1745989377002.xlsx\"},\"id\":\"ee7181173e0b41a5d3889f0013751bab\",\"manufacturer\":\"Tower JAZZ\",\"totalCountLhs\":8,\"totalCountNasa\":4,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 13:02\"}]', null, '4', null, '2025-04-30 13:02:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917444549554442241', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 13:02\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS50N06MR\",\"experimentDate\":\"2022/6/27~2022/7/21\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745989363299.rar,/oss/physical/temp/KC-2022-JL-074_1745989369114.pdf,/oss/physical/temp/电离总剂量效应_1745989378741.xlsx\",\"id\":\"1917444549529276417\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-30 13:03:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917444713937604609', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电24所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 13:03\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电24所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW7913MCRH\",\"experimentDate\":\"2023.4.26-2023.6.13\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-042_1745989418432.pdf\",\"id\":\"1917444713920827393\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2023-JL-042\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-30 13:03:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917444838273552386', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 13:04\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS10N45MR1\",\"experimentDate\":\"2022/6/27~2022/7/21\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745989426657.xlsx,/oss/physical/temp/KC-2022-JL-074_1745989434183.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745989447453.rar\",\"id\":\"1917444838239997954\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-30 13:04:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917445077550206977', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 13:05\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JLQ-22\",\"experimentDate\":\"2023.11.16-2023.11.16\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120(1)_1745989490409.pdf,/oss/physical/temp/KC-2024-SB-H771-01_1745989502290.xlsx,/oss/physical/temp/KC-2024-SB-H771-01测试数据_1745989502402.pdf,/oss/physical/temp/JLQ-22试验大纲_1745989502314.pdf\",\"id\":\"1917445077525041153\",\"manufacturer\":\"771所\",\"name\":\"四路双导通驱动器芯片\",\"totalCountLhs\":20,\"totalCountXhy\":1,\"type\":\"混合集成电路\"}]', null, '8', null, '2025-04-30 13:05:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917445289555496961', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OM11725SMX (OM7646)\",\"deviceName\":\"OM11725SMX (OM7646)\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"3/13/1998;4/10/1998;1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/nsrec00_W21.pdf\\\",\\\"PPM-98-002.pdf\\\":\\\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-002.pdf\\\",\\\"PPM-98-007.pdf\\\":\\\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-007.pdf\\\",\\\"data(27)_1745989553684.xlsx\\\":\\\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/data(27)_1745989553684.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/nsrec00_W21.pdf\",\"PPM-98-002.pdf\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-002.pdf\",\"PPM-98-007.pdf\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-007.pdf\",\"data(27)_1745989553684.xlsx\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/data(27)_1745989553684.xlsx\"},\"id\":\"fd44c50b511d76325f3590d781d5d572\",\"manufacturer\":\"Omnirel\",\"totalCountLhs\":15,\"totalCountNasa\":195,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 13:05\"}]', null, '8', null, '2025-04-30 13:05:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917445295708540929', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Development Board 1394 FireWire OHCI Chip set\",\"deviceMode\":\"TSBKOHCI403\",\"deviceName\":\"TSBKOHCI403\",\"deviceType\":\"Communication Device\",\"experimentDate\":\"10/14/2001\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"T101401_1394.pdf\\\":\\\"/oss/physical/NASA/aea9dc0474a0fac72d94662497c62932/T101401_1394.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/aea9dc0474a0fac72d94662497c62932/data.xlsx\\\",\\\"TSBKOHCI403_1745989555144.xlsx\\\":\\\"/oss/physical/NASA/aea9dc0474a0fac72d94662497c62932/TSBKOHCI403_1745989555144.xlsx\\\"}\",\"fileMap\":{\"T101401_1394.pdf\":\"/oss/physical/NASA/aea9dc0474a0fac72d94662497c62932/T101401_1394.pdf\",\"data.xlsx\":\"/oss/physical/NASA/aea9dc0474a0fac72d94662497c62932/data.xlsx\",\"TSBKOHCI403_1745989555144.xlsx\":\"/oss/physical/NASA/aea9dc0474a0fac72d94662497c62932/TSBKOHCI403_1745989555144.xlsx\"},\"id\":\"aea9dc0474a0fac72d94662497c62932\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 13:05\"}]', null, '5', null, '2025-04-30 13:05:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917445460334972929', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"SG1526\",\"deviceName\":\"SG1526\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"8/2006\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"G06AUG_SG1526_TID.pdf\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/G06AUG_SG1526_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/data.xlsx\\\",\\\"nsrec07_W26_TID.pdf\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/nsrec07_W26_TID.pdf\\\"}\",\"fileMap\":{\"G06AUG_SG1526_TID.pdf\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/G06AUG_SG1526_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/nsrec07_W26_TID.pdf\"},\"id\":\"15c2a14607760337ca0973e5716f58b9\",\"manufacturer\":\"Micro-Semi\",\"totalCountLhs\":90,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 13:06\"}]', null, '7', null, '2025-04-30 13:06:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917445724479655938', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电24所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW7913MCRH\",\"experimentDate\":\"2023.4.26-2023.6.13\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-042_1745989418432.pdf,/oss/physical/temp/SW7913MCRH_1745989658310.xlsx\",\"id\":\"1917444713920827393\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2023-JL-042\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 13:07\"}]', null, '8', null, '2025-04-30 13:07:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917445877596917762', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 13:08\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS7130YR\",\"experimentDate\":\"2022/6/27~2022/7/21\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745989628568.rar,/oss/physical/temp/KC-2022-JL-074_1745989640971.pdf,/oss/physical/temp/电离总剂量效应_1745989652384.xlsx\",\"id\":\"1917445877563363330\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '9', null, '2025-04-30 13:08:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917445970932764674', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLS700\",\"deviceName\":\"OLS700\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"3/1998\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/05823691b63d9ba6dbbe68666b10c8db/nsrec00_W22.pdf\\\",\\\"data(29)_1745989716668.xlsx\\\":\\\"/oss/physical/NASA/05823691b63d9ba6dbbe68666b10c8db/data(29)_1745989716668.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/05823691b63d9ba6dbbe68666b10c8db/nsrec00_W22.pdf\",\"data(29)_1745989716668.xlsx\":\"/oss/physical/NASA/05823691b63d9ba6dbbe68666b10c8db/data(29)_1745989716668.xlsx\"},\"id\":\"05823691b63d9ba6dbbe68666b10c8db\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 13:08\"}]', null, '4', null, '2025-04-30 13:08:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917446252911628290', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLS500SB\",\"deviceName\":\"OLS500SB\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"2019Apr(UCD)\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\":\\\"/oss/physical/NASA/08f60cc7331d6e9f731ca69398922a5a/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\",\\\"data(31)_1745989784608.xlsx\\\":\\\"/oss/physical/NASA/08f60cc7331d6e9f731ca69398922a5a/data(31)_1745989784608.xlsx\\\"}\",\"fileMap\":{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/08f60cc7331d6e9f731ca69398922a5a/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data(31)_1745989784608.xlsx\":\"/oss/physical/NASA/08f60cc7331d6e9f731ca69398922a5a/data(31)_1745989784608.xlsx\"},\"id\":\"08f60cc7331d6e9f731ca69398922a5a\",\"manufacturer\":\"Skyworks\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 13:09\"}]', null, '7', null, '2025-04-30 13:09:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917446843662569473', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科新微特\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 13:12\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RCS7391AT1\",\"experimentDate\":\"2022.5.17—2022.6.3\",\"experimentUser\":\"荀明珠\",\"id\":\"1917446843637403650\",\"manufacturer\":\"中科新微特\",\"name\":\"RCS7391AT1型晶体管\",\"type\":\"晶体管\"}]', null, '7', null, '2025-04-30 13:12:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917446976961744898', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4G NAND Flash Memory\",\"deviceMode\":\"NAND04GW3B2DN6\",\"deviceName\":\"NAND04GW3B2DN6\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"TAMU10MAY\",\"fileList\":\"{\\\"T052210_NAND04GW3B2DN6.pdf\\\":\\\"/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/T052210_NAND04GW3B2DN6.pdf\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/data.xlsx\\\",\\\"NAND04GW3B2DN6单粒子效应_1745989957417.xlsx\\\":\\\"/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/NAND04GW3B2DN6单粒子效应_1745989957417.xlsx\\\"}\",\"fileMap\":{\"T052210_NAND04GW3B2DN6.pdf\":\"/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/T052210_NAND04GW3B2DN6.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/data.xlsx\",\"NAND04GW3B2DN6单粒子效应_1745989957417.xlsx\":\"/oss/physical/NASA/d78c3a8dfac6cc5bd1219129d6f1655a/NAND04GW3B2DN6单粒子效应_1745989957417.xlsx\"},\"id\":\"d78c3a8dfac6cc5bd1219129d6f1655a\",\"manufacturer\":\"Numonyx\",\"totalCountLhs\":5,\"totalCountNasa\":5,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 13:12\"}]', null, '6', null, '2025-04-30 13:12:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917447142099881986', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 13:13\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW7913A\",\"experimentDate\":\"2022.06.17-2022.06.30\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745989988084.xlsx,/oss/physical/temp/LW7913A测试数据_1745989992466.pdf,/oss/physical/temp/质量记录_1745989995371.pdf\",\"id\":\"1917447142083104770\",\"manufacturer\":\"771所\",\"name\":\"低压差可调稳压器芯片\",\"totalCountLhs\":136,\"totalCountXhy\":17,\"type\":\"半导体集成电路\"}]', null, '4', null, '2025-04-30 13:13:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917447201923239938', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电24所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 13:13\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电24所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SX082MDRH\",\"experimentDate\":\"2023.4.26-2023.6.13\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-042_1745989746165.pdf,/oss/physical/temp/SX082MDRH_1745990010583.xlsx\",\"id\":\"1917447201893879809\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2023-JL-042\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '8', null, '2025-04-30 13:13:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917447216787853314', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLI400\",\"deviceName\":\"OLI400\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"5/1997;12/1998\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/0d0f10a208e16c84ef7bbb13ab55be3e/nsrec00_W22.pdf\\\",\\\"data(33)_1745990012817.xlsx\\\":\\\"/oss/physical/NASA/0d0f10a208e16c84ef7bbb13ab55be3e/data(33)_1745990012817.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/0d0f10a208e16c84ef7bbb13ab55be3e/nsrec00_W22.pdf\",\"data(33)_1745990012817.xlsx\":\"/oss/physical/NASA/0d0f10a208e16c84ef7bbb13ab55be3e/data(33)_1745990012817.xlsx\"},\"id\":\"0d0f10a208e16c84ef7bbb13ab55be3e\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":1,\"totalCountNasa\":7,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 13:13\"}]', null, '5', null, '2025-04-30 13:13:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917447302355849217', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 13:13\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67160MR\",\"experimentDate\":\"2022/6/27~2022/7/21\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745990019815.xlsx,/oss/physical/temp/KC-2022-JL-074_1745990027978.pdf,/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745990034908.rar\",\"id\":\"1917447302330683393\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":414,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-30 13:13:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917447556794912769', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"1394 Physical FireWire OHCI Chipset\",\"deviceMode\":\"TSB41AB3PFP\",\"deviceName\":\"TSB41AB3PFP\",\"deviceType\":\"Communication Device\",\"experimentDate\":\"10/14/2001;7/19/2002\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"T101401_1394.pdf\\\":\\\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/T101401_1394.pdf\\\",\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/data.xlsx\\\",\\\"SEESYM02_Buchner_1394.pdf\\\":\\\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/SEESYM02_Buchner_1394.pdf\\\",\\\"TSB41AB3PFP_1745990092993.xlsx\\\":\\\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/TSB41AB3PFP_1745990092993.xlsx\\\"}\",\"fileMap\":{\"T101401_1394.pdf\":\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/T101401_1394.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/data.xlsx\",\"SEESYM02_Buchner_1394.pdf\":\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/SEESYM02_Buchner_1394.pdf\",\"TSB41AB3PFP_1745990092993.xlsx\":\"/oss/physical/NASA/bcf8dfce45519d31dec2144b7eb33b8c/TSB41AB3PFP_1745990092993.xlsx\"},\"id\":\"bcf8dfce45519d31dec2144b7eb33b8c\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 13:14\"}]', null, '8', null, '2025-04-30 13:14:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917447663397343234', '2', '历史一期记录-添加', '2', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"深圳吉华微特电子有限公司\",\"createBy\":\"sunjiacheng\",\"createTime\":\"2025-04-30 13:15\",\"dataEntry\":\"孙家诚\",\"dataProvider\":\"张兴尧\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"JHCS67160MR\",\"experimentDate\":\"2022/6/27~2022/7/21\",\"experimentUser\":\"张兴尧\",\"fileUrl\":\"/oss/physical/temp/深圳吉华微特-张兴尧-20220622_1745990083579.rar,/oss/physical/temp/KC-2022-JL-074_1745990088636.pdf,/oss/physical/temp/电离总剂量效应_1745990120641.xlsx\",\"id\":\"1917447663372177410\",\"manufacturer\":\"深圳吉华微特电子有限公司\",\"name\":\"抗辐照场效应晶体管\",\"totalCountLhs\":774,\"totalCountXhy\":3,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-30 13:15:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917447731215044610', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH5601\",\"deviceName\":\"OLH5601\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"1997;1998;1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/nsrec00_W21.pdf\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/NSREC99.pdf\\\",\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/nsrec00_W22.pdf\\\",\\\"data(34)_1745990134269.xlsx\\\":\\\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/data(34)_1745990134269.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/nsrec00_W21.pdf\",\"NSREC99.pdf\":\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/NSREC99.pdf\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/nsrec00_W22.pdf\",\"data(34)_1745990134269.xlsx\":\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/data(34)_1745990134269.xlsx\"},\"id\":\"0c4298e79db1cdff2fc08374147a62f7\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":2,\"totalCountNasa\":14,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 13:15\"}]', null, '5', null, '2025-04-30 13:15:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917447823900774402', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中科新微特\",\"dataEntry\":\"罗梓康\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RCS7391AT1\",\"experimentDate\":\"2022.5.17—2022.6.3\",\"experimentUser\":\"荀明珠\",\"id\":\"1917446843637403650\",\"manufacturer\":\"中科新微特\",\"name\":\"RCS7391AT1型晶体管\",\"totalCountLhs\":22,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-30 13:16\"}]', null, '8', null, '2025-04-30 13:16:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917448039764824065', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"SG1526\",\"deviceName\":\"SG1526\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"8/2006\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"G06AUG_SG1526_TID.pdf\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/G06AUG_SG1526_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/data.xlsx\\\",\\\"nsrec07_W26_TID.pdf\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/nsrec07_W26_TID.pdf\\\",\\\"电离总剂量效应_1745990206417.xlsx\\\":\\\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/电离总剂量效应_1745990206417.xlsx\\\"}\",\"fileMap\":{\"G06AUG_SG1526_TID.pdf\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/G06AUG_SG1526_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/data.xlsx\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/nsrec07_W26_TID.pdf\",\"电离总剂量效应_1745990206417.xlsx\":\"/oss/physical/NASA/15c2a14607760337ca0973e5716f58b9/电离总剂量效应_1745990206417.xlsx\"},\"id\":\"15c2a14607760337ca0973e5716f58b9\",\"manufacturer\":\"Micro-Semi\",\"totalCountLhs\":90,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 13:16\"}]', null, '8', null, '2025-04-30 13:16:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917448057330569218', '1', '用户名: yanghongyi,登录成功!', null, 'yanghongyi', '杨弘毅', '119.78.164.181', null, null, null, null, '0', null, '2025-04-30 13:16:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917448113437773826', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 13:17\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS25D40CRH\",\"experimentDate\":\"2023.11.13-2023.11.28\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120(1)_1745989996393.pdf,/oss/physical/temp/KC-2023-SB-H771-162_1745990014470.xlsx,/oss/physical/temp/KC-2023-SB-H771-162测试数据_1745990211997.pdf,/oss/physical/temp/LCS25D40CRH试验大纲_1745990211883.pdf\",\"id\":\"1917448113420996610\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":22,\"totalCountXhy\":2,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 13:17:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917448264831176706', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH400\",\"deviceName\":\"OLH400\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"2/1997;3/1998\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/3cf2388231654f642426584c538bc72c/nsrec00_W22.pdf\\\",\\\"data_1745990264081.xlsx\\\":\\\"/oss/physical/NASA/3cf2388231654f642426584c538bc72c/data_1745990264081.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/3cf2388231654f642426584c538bc72c/nsrec00_W22.pdf\",\"data_1745990264081.xlsx\":\"/oss/physical/NASA/3cf2388231654f642426584c538bc72c/data_1745990264081.xlsx\"},\"id\":\"3cf2388231654f642426584c538bc72c\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 13:17\"}]', null, '8', null, '2025-04-30 13:17:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917448317784264706', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中科新微特\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科新微特\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RCS7391AT1\",\"experimentDate\":\"2022.5.17—2022.6.3\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-049_1745990207411.pdf,/oss/physical/temp/电离总剂量效应_1745990275572.xlsx\",\"id\":\"1917446843637403650\",\"manufacturer\":\"中科新微特\",\"name\":\"RCS7391AT1型晶体管\",\"totalCountLhs\":22,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-30 13:17\"}]', null, '5', null, '2025-04-30 13:17:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917448437149962241', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"1394 Link FireWire OHCI Chipset\",\"deviceMode\":\"TSB12LV26PZT\",\"deviceName\":\"TSB12LV26PZT\",\"deviceType\":\"Communication Device\",\"experimentDate\":\"10/14/2001;7/19/2002\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"T101401_1394.pdf\\\":\\\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/T101401_1394.pdf\\\",\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/data.xlsx\\\",\\\"SEESYM02_Buchner_1394.pdf\\\":\\\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/SEESYM02_Buchner_1394.pdf\\\",\\\"TSB12LV26PZT_1745990303776.xlsx\\\":\\\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/TSB12LV26PZT_1745990303776.xlsx\\\"}\",\"fileMap\":{\"T101401_1394.pdf\":\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/T101401_1394.pdf\",\"NSREC02_W16.pdf\":\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/data.xlsx\",\"SEESYM02_Buchner_1394.pdf\":\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/SEESYM02_Buchner_1394.pdf\",\"TSB12LV26PZT_1745990303776.xlsx\":\"/oss/physical/NASA/7683de06bb0b05bcd6ef186f87fe84fe/TSB12LV26PZT_1745990303776.xlsx\"},\"id\":\"7683de06bb0b05bcd6ef186f87fe84fe\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 13:18\"}]', null, '9', null, '2025-04-30 13:18:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917448996770779137', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1526\",\"deviceName\":\"SG1526\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"11/23/2004\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/nsrec05_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/data.xlsx\\\"}\",\"fileMap\":{\"nsrec05_W5.pdf\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/nsrec05_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/data.xlsx\"},\"id\":\"52657fbed8ab38204c28558a4d5fc45e\",\"manufacturer\":\"Linfinity/ Microsemi\",\"totalCountLhs\":72,\"totalCountNasa\":23,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 13:20\"}]', null, '6', null, '2025-04-30 13:20:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917449245283291138', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中科新微特\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科新微特\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RCS7391AT1\",\"experimentDate\":\"2022.5.17—2022.6.3\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-049_1745990207411.pdf,/oss/physical/temp/电离总剂量效应_1745990484301.xlsx\",\"id\":\"1917446843637403650\",\"manufacturer\":\"中科新微特\",\"name\":\"RCS7391AT1型晶体管\",\"totalCountLhs\":22,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-30 13:21\"}]', null, '5', null, '2025-04-30 13:21:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917449640822935553', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科新微特\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 13:23\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科新微特\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RCS7422SAU1\",\"experimentDate\":\"2022.5.17—2022.6.3\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745990579951.xlsx,/oss/physical/temp/KC-2022-JL-049_1745990583399.pdf\",\"id\":\"1917449640797769729\",\"manufacturer\":\"中科新微特\",\"name\":\"RCS7422SAU1型晶体管\",\"totalCountLhs\":22,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-30 13:23:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917449690982617090', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH349\",\"deviceName\":\"OLH349\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"2/1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/18ee7db0dc50a9a76699067654eff05d/nsrec00_W22.pdf\\\",\\\"data_1745990598968.xlsx\\\":\\\"/oss/physical/NASA/18ee7db0dc50a9a76699067654eff05d/data_1745990598968.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/18ee7db0dc50a9a76699067654eff05d/nsrec00_W22.pdf\",\"data_1745990598968.xlsx\":\"/oss/physical/NASA/18ee7db0dc50a9a76699067654eff05d/data_1745990598968.xlsx\"},\"id\":\"18ee7db0dc50a9a76699067654eff05d\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 13:23\"}]', null, '5', null, '2025-04-30 13:23:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917450022689148929', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH304\",\"deviceName\":\"OLH304\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"2/1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/0f4f4e57d3fb0315df62d7cf71e325bf/nsrec00_W22.pdf\\\",\\\"data(40)_1745990682681.xlsx\\\":\\\"/oss/physical/NASA/0f4f4e57d3fb0315df62d7cf71e325bf/data(40)_1745990682681.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/0f4f4e57d3fb0315df62d7cf71e325bf/nsrec00_W22.pdf\",\"data(40)_1745990682681.xlsx\":\"/oss/physical/NASA/0f4f4e57d3fb0315df62d7cf71e325bf/data(40)_1745990682681.xlsx\"},\"id\":\"0f4f4e57d3fb0315df62d7cf71e325bf\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 13:24\"}]', null, '7', null, '2025-04-30 13:24:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917450849248055298', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power supply for GaAs power amplifier\",\"deviceMode\":\"TPS9103\",\"deviceName\":\"TPS9103\",\"deviceType\":\"Power Amplifier\",\"experimentDate\":\"8/5/2002;7/25/2003\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"B061702_TPS9103.pdf\\\":\\\"/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/B061702_TPS9103.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/data.xlsx\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/NSREC03_W10.pdf\\\",\\\"TPS9103_1745990879964.xlsx\\\":\\\"/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/TPS9103_1745990879964.xlsx\\\"}\",\"fileMap\":{\"B061702_TPS9103.pdf\":\"/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/B061702_TPS9103.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/NSREC03_W10.pdf\",\"TPS9103_1745990879964.xlsx\":\"/oss/physical/NASA/bd07579406c7b231e54c581611c9b602/TPS9103_1745990879964.xlsx\"},\"id\":\"bd07579406c7b231e54c581611c9b602\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 13:28\"}]', null, '5', null, '2025-04-30 13:28:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917451846687100929', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 13:31\",\"dataEntry\":\"陈攀\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TL1431\",\"experimentDate\":\"2023.11.16-2023.11.27\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120(1)_1745991087233.pdf,/oss/physical/temp/KC-2024-SB-H771-02_1745991098410.xlsx,/oss/physical/temp/KC-2024-SB-H771-02测试数据_1745991098479.pdf,/oss/physical/temp/TL1431试验大纲_1745991098451.pdf\",\"id\":\"1917451846670323714\",\"manufacturer\":\"771所\",\"name\":\"抗辐照可调精密基准源\",\"totalCountLhs\":4,\"totalCountXhy\":1,\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-30 13:31:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917451955898388482', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0604\",\"deviceFunction\":\"1 Gb Micro Flash\",\"deviceMode\":\"NAND01GW3B2ANGE\",\"deviceName\":\"NAND01GW3B2ANGE\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"7/27/2006;7/27/2007;5/2006\",\"id\":\"9fe35dd16fc623f2e11612bdd15f0f86\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 13:32\"}]', null, '8', null, '2025-04-30 13:32:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917452986048811010', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH249\",\"deviceName\":\"OLH249\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"1998-1999;7/1/1999;2/1997;5/1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/nsrec00_W21.pdf\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/NSREC99.pdf\\\",\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/nsrec00_W22.pdf\\\",\\\"data_1745991389849.xlsx\\\":\\\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/data_1745991389849.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/nsrec00_W21.pdf\",\"NSREC99.pdf\":\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/NSREC99.pdf\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/nsrec00_W22.pdf\",\"data_1745991389849.xlsx\":\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/data_1745991389849.xlsx\"},\"id\":\"04aa92043b4b7960a1e4107bd7c3ae74\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":2,\"totalCountNasa\":24,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 13:36\"}]', null, '9', null, '2025-04-30 13:36:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917453773395169281', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4 Gb NAND Flash\",\"deviceMode\":\"MT29F4G08ABADAHC\",\"deviceName\":\"MT29F4G08ABADAHC\",\"deviceType\":\"CMOS\",\"experimentDate\":\"7/23/2009;7/27/2011\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"Oldham_nsrec11_W25.pdf\\\":\\\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/Oldham_nsrec11_W25.pdf\\\",\\\"nsrec2012_W22_SEE.pdf\\\":\\\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/nsrec2012_W22_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/data.xlsx\\\",\\\"nsrec09_W12_SEE.pdf\\\":\\\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/nsrec09_W12_SEE.pdf\\\",\\\"单粒子效应_1745991578174.xlsx\\\":\\\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/单粒子效应_1745991578174.xlsx\\\"}\",\"fileMap\":{\"Oldham_nsrec11_W25.pdf\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/Oldham_nsrec11_W25.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/nsrec09_W12_SEE.pdf\",\"单粒子效应_1745991578174.xlsx\":\"/oss/physical/NASA/3c735da1a6375ac428120d233db496b7/单粒子效应_1745991578174.xlsx\"},\"id\":\"3c735da1a6375ac428120d233db496b7\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 13:39\"}]', null, '10', null, '2025-04-30 13:39:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917453960968638466', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 13:40\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LS5072RH\",\"experimentDate\":\"11.14-12.04\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120(1)_1745991550797.pdf,/oss/physical/temp/LS5072RH试验大纲_1745991622341.pdf\",\"id\":\"1917453960943472642\",\"manufacturer\":\"771所\",\"name\":\"辐射加固反馈控制器\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '6', null, '2025-04-30 13:40:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917455081552449537', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 13:44\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LZ3001\",\"experimentDate\":\"2023.11.14-2023.12.04\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120(1)_1745991786275.pdf,/oss/physical/temp/LZ3001试验大纲_1745991889289.pdf\",\"id\":\"1917455081527283714\",\"manufacturer\":\"771所\",\"name\":\"抗辐射加固LZ3001型专用脉宽调制器\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"专用集成电路\"}]', null, '7', null, '2025-04-30 13:44:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917455967011966978', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 13:48\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"OP482RH\",\"experimentDate\":\"2023.11.14-2023.11.27\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120(1)_1745992032542.pdf,/oss/physical/temp/OP482RH试验大纲_1745992099505.pdf\",\"id\":\"1917455966995189761\",\"manufacturer\":\"771所\",\"name\":\"四运算放大器芯片\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\"}]', null, '5', null, '2025-04-30 13:48:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917457405020704770', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1526\",\"deviceName\":\"SG1526\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"11/23/2004\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/nsrec05_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/data.xlsx\\\",\\\"单粒子效应_1745992442167.xlsx\\\":\\\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/单粒子效应_1745992442167.xlsx\\\"}\",\"fileMap\":{\"nsrec05_W5.pdf\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/nsrec05_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/data.xlsx\",\"单粒子效应_1745992442167.xlsx\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/单粒子效应_1745992442167.xlsx\"},\"id\":\"52657fbed8ab38204c28558a4d5fc45e\",\"manufacturer\":\"Linfinity/ Microsemi\",\"totalCountLhs\":72,\"totalCountNasa\":23,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 13:54\"}]', null, '5', null, '2025-04-30 13:54:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917457458229645313', '2', '历史一期记录-添加', '2', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"chenpan\",\"createTime\":\"2025-04-30 13:54\",\"dataEntry\":\"陈攀\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7262T2RH,LCS7390SEU3RH\",\"experimentDate\":\"XX\",\"experimentUser\":\"梁晓雯\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-120(1)_1745992373429.pdf,/oss/physical/temp/LCS7262T2RH等试验大纲_1745992450705.pdf\",\"id\":\"1917457458204479489\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-30 13:54:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917460714309783554', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1525A\",\"deviceName\":\"SG1525A\",\"deviceType\":\"Power Device\",\"experimentDate\":\"8/11/2002;7/25/2003\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/data.xlsx\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/NSREC03_W10.pdf\\\",\\\"T081102_SG1525A.pdf\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/T081102_SG1525A.pdf\\\",\\\"单粒子效应_1745993230596.xlsx\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/单粒子效应_1745993230596.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/NSREC03_W10.pdf\",\"T081102_SG1525A.pdf\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/T081102_SG1525A.pdf\",\"单粒子效应_1745993230596.xlsx\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/单粒子效应_1745993230596.xlsx\"},\"id\":\"774ec3077c045a64bcd47e94a02e2392\",\"manufacturer\":\"Linfinity\",\"totalCountLhs\":35,\"totalCountNasa\":35,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 14:07\"}]', null, '5', null, '2025-04-30 14:07:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917462699184459778', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"DMOS\",\"deviceMode\":\"SD5000A\",\"deviceName\":\"SD5000A\",\"deviceType\":\"DMOS\",\"experimentDate\":\"10/17/1997\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"PPM-97-045.pdf\\\":\\\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/PPM-97-045.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/data.xlsx\\\",\\\"电离总剂量效应PPM-97-045_1745993702521.xlsx\\\":\\\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/电离总剂量效应PPM-97-045_1745993702521.xlsx\\\"}\",\"fileMap\":{\"PPM-97-045.pdf\":\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/PPM-97-045.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/data.xlsx\",\"电离总剂量效应PPM-97-045_1745993702521.xlsx\":\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/电离总剂量效应PPM-97-045_1745993702521.xlsx\"},\"id\":\"3cad11bd4af13aac71ef13bca8db628b\",\"manufacturer\":\"CAL-Logic\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 14:15\"}]', null, '7', null, '2025-04-30 14:15:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917463033327882241', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-30 14:16:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917463225473142785', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1524B\",\"deviceName\":\"SG1524B\",\"deviceType\":\"PWM\",\"experimentDate\":\"3/29/1991\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"PPM-91-228.pdf\\\":\\\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/PPM-91-228.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/data.xlsx\\\",\\\"电离总剂量效应_1745993822172.xlsx\\\":\\\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/电离总剂量效应_1745993822172.xlsx\\\"}\",\"fileMap\":{\"PPM-91-228.pdf\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/PPM-91-228.pdf\",\"data.xlsx\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/data.xlsx\",\"电离总剂量效应_1745993822172.xlsx\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/电离总剂量效应_1745993822172.xlsx\"},\"id\":\"73bceb6b64d292c752db1a21e62b1607\",\"manufacturer\":\"Silicon General\",\"totalCountLhs\":10,\"totalCountNasa\":10,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 14:17\"}]', null, '8', null, '2025-04-30 14:17:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917466187574513665', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"SG1524\",\"deviceName\":\"SG1524\",\"deviceType\":\"Pulse Width Modulator\",\"experimentDate\":\"_2005\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/data.xlsx\\\",\\\"G2005_SG1524_TID.pdf\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/G2005_SG1524_TID.pdf\\\",\\\"电离总剂量效应_1745994536438.xlsx\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/电离总剂量效应_1745994536438.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/data.xlsx\",\"G2005_SG1524_TID.pdf\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/G2005_SG1524_TID.pdf\",\"电离总剂量效应_1745994536438.xlsx\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/电离总剂量效应_1745994536438.xlsx\"},\"id\":\"56f5f0e218b7356738109ad0edcb1ae1\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":51,\"totalCountNasa\":51,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 14:28\"}]', null, '8', null, '2025-04-30 14:28:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917466686105292801', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"High-Speed DMOS Quad\",\"deviceFunction\":\"High-Speed DMOS Quad\",\"deviceMode\":\"SD5000B\",\"deviceName\":\"SD5000B\",\"deviceType\":\"DMOS\",\"experimentDate\":\"10/17/1997\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/data.xlsx\\\",\\\"PPM-97-046.pdf\\\":\\\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/PPM-97-046.pdf\\\",\\\"电离总剂量效应PPM-97-046_1745994652065.xlsx\\\":\\\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/电离总剂量效应PPM-97-046_1745994652065.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/data.xlsx\",\"PPM-97-046.pdf\":\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/PPM-97-046.pdf\",\"电离总剂量效应PPM-97-046_1745994652065.xlsx\":\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/电离总剂量效应PPM-97-046_1745994652065.xlsx\"},\"id\":\"c6fe511230eb5c5800aceff9ea3331d5\",\"manufacturer\":\"CAL-Logic\",\"totalCountLhs\":392,\"totalCountNasa\":7,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 14:30\"}]', null, '4', null, '2025-04-30 14:30:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917468986903334913', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9633\",\"deviceFunction\":\"Quad-Power Mosfet\",\"deviceMode\":\"SD5000\",\"deviceName\":\"SD5000\",\"deviceType\":\"Quad-Power Mosfet\",\"experimentDate\":\"4/7/1997\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"PPM-97-009.pdf\\\":\\\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/PPM-97-009.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/data.xlsx\\\",\\\"电离总剂量效应PPM-97-009_1745995204185.xlsx\\\":\\\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/电离总剂量效应PPM-97-009_1745995204185.xlsx\\\"}\",\"fileMap\":{\"PPM-97-009.pdf\":\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/PPM-97-009.pdf\",\"data.xlsx\":\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/data.xlsx\",\"电离总剂量效应PPM-97-009_1745995204185.xlsx\":\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/电离总剂量效应PPM-97-009_1745995204185.xlsx\"},\"id\":\"49ae40de5c0dcdd2063f3a712f91de36\",\"manufacturer\":\"CAL-Logic\",\"totalCountLhs\":512,\"totalCountNasa\":8,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 14:40\"}]', null, '8', null, '2025-04-30 14:40:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917470865158803457', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT5096\",\"deviceName\":\"SFT5096\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"3/27/2014-to-4/25/2014\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/data.xlsx\\\",\\\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\":\\\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\\\",\\\"电离总剂量效应_1745995652065.xlsx\\\":\\\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/电离总剂量效应_1745995652065.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/data.xlsx\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"电离总剂量效应_1745995652065.xlsx\":\"/oss/physical/NASA/0aa05d58c9d470f43b7a8bed9de65dd9/电离总剂量效应_1745995652065.xlsx\"},\"id\":\"0aa05d58c9d470f43b7a8bed9de65dd9\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 14:47\"}]', null, '8', null, '2025-04-30 14:47:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917473282462027778', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"SFT5094\",\"deviceName\":\"SFT5094\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"10/20/2015\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/data.xlsx\\\",\\\"电离总剂量效应_1745996228783.xlsx\\\":\\\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/电离总剂量效应_1745996228783.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/data.xlsx\",\"电离总剂量效应_1745996228783.xlsx\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/电离总剂量效应_1745996228783.xlsx\"},\"id\":\"a106c558ff54f9b1a6f0e4854b2020d2\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":40,\"totalCountNasa\":40,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 14:57\"}]', null, '8', null, '2025-04-30 14:57:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917475783013797890', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"14-050(REAG ID)\",\"deviceFunction\":\"SiC MOSFET\",\"deviceMode\":\"SCT30N120\",\"deviceName\":\"SCT30N120\",\"deviceType\":\"SiC VDMOS\",\"experimentDate\":\"6/30/2014\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\":\\\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/data.xlsx\\\",\\\"单粒子效应2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350_1745996824697.xlsx\\\":\\\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/单粒子效应2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350_1745996824697.xlsx\\\"}\",\"fileMap\":{\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/data.xlsx\",\"单粒子效应2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350_1745996824697.xlsx\":\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/单粒子效应2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350_1745996824697.xlsx\"},\"id\":\"c16af12830088ca312c6546bdcd64171\",\"manufacturer\":\"STMicroelectronics\",\"totalCountLhs\":24,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:07\"}]', null, '26', null, '2025-04-30 15:07:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917477698174947330', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"450 V n-type power MOSFET\",\"deviceMode\":\"SCF9550\",\"deviceName\":\"SCF9550\",\"deviceType\":\"VDMOS\",\"experimentDate\":\"TAMU10DEC\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/data.xlsx\\\",\\\"T120510_SCF9550.pdf\\\":\\\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/T120510_SCF9550.pdf\\\",\\\"单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\\\":\\\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/data.xlsx\",\"T120510_SCF9550.pdf\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/T120510_SCF9550.pdf\",\"单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\"},\"id\":\"52eb52ba0d9db939a5c049ce0605dda0\",\"manufacturer\":\"SEMICOA\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:14\"}]', null, '7', null, '2025-04-30 15:14:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917478257745432578', '1', '用户名: chenpan,登录成功!', null, 'chenpan', '陈攀', '119.78.164.165', null, null, null, null, '0', null, '2025-04-30 15:16:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917479029732249602', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT2907A\",\"deviceName\":\"SFT2907A\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/31/2013\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/data.xlsx\\\",\\\"单粒子效应_1745997598414.xlsx\\\":\\\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/单粒子效应_1745997598414.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/data.xlsx\",\"单粒子效应_1745997598414.xlsx\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/单粒子效应_1745997598414.xlsx\"},\"id\":\"55878ff2562a560cea83b9831831c099\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":110,\"totalCountNasa\":74,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 15:20\"}]', null, '8', null, '2025-04-30 15:20:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917479173290692609', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"IP Serial Driver\",\"deviceMode\":\"SCC-04\",\"deviceName\":\"SCC-04\",\"deviceType\":\"Board\",\"experimentDate\":\"6/1/1998\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/0f92d7c38977794cdd51f3c26a278e09/NSREC99.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0f92d7c38977794cdd51f3c26a278e09/data.xlsx\\\",\\\"单粒子效应NSREC99_1745997633269.xlsx\\\":\\\"/oss/physical/NASA/0f92d7c38977794cdd51f3c26a278e09/单粒子效应NSREC99_1745997633269.xlsx\\\"}\",\"fileMap\":{\"NSREC99.pdf\":\"/oss/physical/NASA/0f92d7c38977794cdd51f3c26a278e09/NSREC99.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0f92d7c38977794cdd51f3c26a278e09/data.xlsx\",\"单粒子效应NSREC99_1745997633269.xlsx\":\"/oss/physical/NASA/0f92d7c38977794cdd51f3c26a278e09/单粒子效应NSREC99_1745997633269.xlsx\"},\"id\":\"0f92d7c38977794cdd51f3c26a278e09\",\"manufacturer\":\"Actis\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:20\"}]', null, '25', null, '2025-04-30 15:20:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917479660157112321', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT2369 (2N2369A)\",\"deviceName\":\"SFT2369 (2N2369A)\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"4/22/2012\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/data.xlsx\\\",\\\"单粒子效应_1745997749731.xlsx\\\":\\\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/单粒子效应_1745997749731.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/data.xlsx\",\"单粒子效应_1745997749731.xlsx\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/单粒子效应_1745997749731.xlsx\"},\"id\":\"f19684564c9cd5910f385fd424085c9e\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":192,\"totalCountNasa\":73,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 15:22\"}]', null, '8', null, '2025-04-30 15:22:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917479741925068801', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT2222A\",\"deviceName\":\"SFT2222A\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/29/2013\",\"experimentUser\":\"张晨宇\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\",\"data.xlsx\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/data.xlsx\",\"单粒子效应_1745997769182.xlsx\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/单粒子效应_1745997769182.xlsx\"},\"id\":\"05beb90acb309f2997807b6e18e6cf89\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":192,\"totalCountNasa\":73,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 15:22\"}]', null, '5', null, '2025-04-30 15:22:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917480724377866242', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1523\",\"deviceFunction\":\"Super Barrier Diode\",\"deviceMode\":\"SBRT10U60D1\",\"deviceName\":\"SBRT10U60D1\",\"deviceType\":\"Si\",\"experimentDate\":\"2016NovLBNL\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\":\\\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/data.xlsx\\\",\\\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\\\":\\\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/data.xlsx\",\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\":\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\"},\"id\":\"c15d0695e2892db524afcec7ff932314\",\"manufacturer\":\"Diodes, Inc.\",\"totalCountLhs\":1,\"totalCountNasa\":2,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:26\"}]', null, '8', null, '2025-04-30 15:26:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917482045277442049', '1', '用户名: lixuyou,登录成功!', null, 'lixuyou', '李序友', '119.78.164.151', null, null, null, null, '0', null, '2025-04-30 15:31:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917482286894518273', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Low Dropout Regulator\",\"deviceMode\":\"TPS7A4901\",\"deviceName\":\"TPS7A4901\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"3/26/2011\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"LBNL032611_TPS7A4901.pdf\\\":\\\"/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/LBNL032611_TPS7A4901.pdf\\\",\\\"nsrec2012_W22_SEE.pdf\\\":\\\"/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/nsrec2012_W22_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/data.xlsx\\\",\\\"TPS7A4901_1745998374667.xlsx\\\":\\\"/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/TPS7A4901_1745998374667.xlsx\\\"}\",\"fileMap\":{\"LBNL032611_TPS7A4901.pdf\":\"/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/LBNL032611_TPS7A4901.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/data.xlsx\",\"TPS7A4901_1745998374667.xlsx\":\"/oss/physical/NASA/e6b7dd382ace8c4847ed8a609a601ecd/TPS7A4901_1745998374667.xlsx\"},\"id\":\"e6b7dd382ace8c4847ed8a609a601ecd\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 15:32\"}]', null, '8', null, '2025-04-30 15:32:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917482825107607553', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"100 V N-type MOSFET\",\"deviceMode\":\"SFR130S.5\",\"deviceName\":\"SFR130S.5\",\"deviceType\":\"VDMOS\",\"experimentDate\":\"11/14/2012\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/data.xlsx\\\",\\\"LBNL111512_SFR130S5.pdf\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/LBNL111512_SFR130S5.pdf\\\",\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/nsrec2013_W8_SEE.pdf\\\",\\\"单粒子效应_1745998503680.xlsx\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/单粒子效应_1745998503680.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/data.xlsx\",\"LBNL111512_SFR130S5.pdf\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/LBNL111512_SFR130S5.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/nsrec2013_W8_SEE.pdf\",\"单粒子效应_1745998503680.xlsx\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/单粒子效应_1745998503680.xlsx\"},\"id\":\"1c4a488731823dde3d167f967910edd2\",\"manufacturer\":\"SSDI\",\"totalCountLhs\":91,\"totalCountNasa\":91,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 15:35\"}]', null, '6', null, '2025-04-30 15:35:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917483743727292418', '1', '用户名: changyuhai,登录成功!', null, 'changyuhai', '常余海', '119.78.164.166', null, null, null, null, '0', null, '2025-04-30 15:38:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917483865643126786', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1639AA (17-062)\",\"deviceFunction\":\"Low Dropout Voltage Regulator\",\"deviceMode\":\"TPS7A4501\",\"deviceName\":\"TPS7A4501\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"10/2/2017\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/bdb86d954f620f2f09fa42e09791f96d/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bdb86d954f620f2f09fa42e09791f96d/data.xlsx\\\",\\\"TPS7A4501_1745998752067.xlsx\\\":\\\"/oss/physical/NASA/bdb86d954f620f2f09fa42e09791f96d/TPS7A4501_1745998752067.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/bdb86d954f620f2f09fa42e09791f96d/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bdb86d954f620f2f09fa42e09791f96d/data.xlsx\",\"TPS7A4501_1745998752067.xlsx\":\"/oss/physical/NASA/bdb86d954f620f2f09fa42e09791f96d/TPS7A4501_1745998752067.xlsx\"},\"id\":\"bdb86d954f620f2f09fa42e09791f96d\",\"manufacturer\":\"Texas Instrument\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 15:39\"}]', null, '7', null, '2025-04-30 15:39:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917483879899566082', '1', '用户名: wangjiaxing,登录成功!', null, 'wangjiaxing', '王嘉兴', '119.78.164.148', null, null, null, null, '0', null, '2025-04-30 15:39:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917484232422428673', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 15:40\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F158A\",\"experimentDate\":\"2022.06.17-2022.06.30\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745998832711.xlsx,/oss/physical/temp/F158A测试数据_1745998835441.pdf,/oss/physical/temp/质量记录_1745998838860.pdf\",\"id\":\"1917484232405651457\",\"manufacturer\":\"771所\",\"name\":\"单电源双运算放大器\",\"totalCountLhs\":264,\"totalCountXhy\":12,\"type\":\"半导体集成电路\"}]', null, '5', null, '2025-04-30 15:40:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917484325074604034', '1', '用户名: luozikang,登录成功!', null, 'luozikang', '罗梓康', '119.78.164.171', null, null, null, null, '0', null, '2025-04-30 15:41:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917484472990928898', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"SBR30300\",\"deviceName\":\"SBR30300\",\"deviceType\":\"晶体管\",\"experimentDate\":\"12/18/2015\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/data.xlsx\\\",\\\"单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745998897277.xlsx\\\":\\\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745998897277.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/data.xlsx\",\"单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745998897277.xlsx\":\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745998897277.xlsx\"},\"id\":\"bb9ff99c5abb445c4c9a550475f7bbab\",\"manufacturer\":\"Diodes, Inc.\",\"totalCountLhs\":15,\"totalCountNasa\":3,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:41\"}]', null, '6', null, '2025-04-30 15:41:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917484519845498881', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1523\",\"deviceFunction\":\"Super Barrier Diode\",\"deviceMode\":\"SBRT10U60D1\",\"deviceName\":\"SBRT10U60D1\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2016NovLBNL\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/data.xlsx\\\",\\\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\\\":\\\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\\\",\\\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\":\\\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/data.xlsx\",\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\":\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"},\"id\":\"c15d0695e2892db524afcec7ff932314\",\"manufacturer\":\"Diodes, Inc.\",\"totalCountLhs\":1,\"totalCountNasa\":2,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:41\"}]', null, '6', null, '2025-04-30 15:41:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917485387298869249', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1523\",\"deviceFunction\":\"Super Barrier Diode\",\"deviceMode\":\"SBRT10U60D1\",\"deviceName\":\"SBRT10U60D1\",\"deviceType\":\"二极管\",\"experimentDate\":\"2016NovLBNL\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/data.xlsx\\\",\\\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\\\":\\\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\\\",\\\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\":\\\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/data.xlsx\",\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\":\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1745998001242.xlsx\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/c15d0695e2892db524afcec7ff932314/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"},\"id\":\"c15d0695e2892db524afcec7ff932314\",\"manufacturer\":\"Diodes, Inc.\",\"totalCountLhs\":1,\"totalCountNasa\":2,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:45\"}]', null, '6', null, '2025-04-30 15:45:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917485430244347906', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"SBR30300\",\"deviceName\":\"SBR30300\",\"deviceType\":\"二极管\",\"experimentDate\":\"12/18/2015\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/data.xlsx\\\",\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745998897277.xlsx\\\":\\\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745998897277.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745998897277.xlsx\":\"/oss/physical/NASA/bb9ff99c5abb445c4c9a550475f7bbab/单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745998897277.xlsx\"},\"id\":\"bb9ff99c5abb445c4c9a550475f7bbab\",\"manufacturer\":\"Diodes, Inc.\",\"totalCountLhs\":15,\"totalCountNasa\":3,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:45\"}]', null, '8', null, '2025-04-30 15:45:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917485495109259266', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科新微特\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 15:45\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科新微特\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS842U1\",\"experimentDate\":\"2022.5.17—2022.6.3\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745999131853.xlsx,/oss/physical/temp/KC-2022-JL-049_1745999139952.pdf\",\"id\":\"1917485495084093442\",\"manufacturer\":\"中科新微特\",\"name\":\"LCS842U1型晶体管\",\"totalCountLhs\":22,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-30 15:45:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917485517708169217', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"450 V n-type power MOSFET\",\"deviceMode\":\"SCF9550\",\"deviceName\":\"SCF9550\",\"deviceType\":\"晶体管\",\"experimentDate\":\"TAMU10DEC\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\\\":\\\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/data.xlsx\\\",\\\"T120510_SCF9550.pdf\\\":\\\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/T120510_SCF9550.pdf\\\"}\",\"fileMap\":{\"单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/data.xlsx\",\"T120510_SCF9550.pdf\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/T120510_SCF9550.pdf\"},\"id\":\"52eb52ba0d9db939a5c049ce0605dda0\",\"manufacturer\":\"SEMICOA\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:45\"}]', null, '33', null, '2025-04-30 15:45:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917485549597462530', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"14-050(REAG ID)\",\"deviceFunction\":\"SiC MOSFET\",\"deviceMode\":\"SCT30N120\",\"deviceName\":\"SCT30N120\",\"deviceType\":\"晶体管\",\"experimentDate\":\"6/30/2014\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"单粒子效应2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350_1745996824697.xlsx\\\":\\\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/单粒子效应2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350_1745996824697.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/data.xlsx\\\",\\\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\":\\\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\"}\",\"fileMap\":{\"单粒子效应2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350_1745996824697.xlsx\":\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/单粒子效应2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350_1745996824697.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/c16af12830088ca312c6546bdcd64171/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\"},\"id\":\"c16af12830088ca312c6546bdcd64171\",\"manufacturer\":\"STMicroelectronics\",\"totalCountLhs\":24,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:45\"}]', null, '8', null, '2025-04-30 15:45:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917485593197252610', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9633\",\"deviceFunction\":\"Quad-Power Mosfet\",\"deviceMode\":\"SD5000\",\"deviceName\":\"SD5000\",\"deviceType\":\"晶体管\",\"experimentDate\":\"4/7/1997\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/data.xlsx\\\",\\\"PPM-97-009.pdf\\\":\\\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/PPM-97-009.pdf\\\",\\\"电离总剂量效应PPM-97-009_1745995204185.xlsx\\\":\\\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/电离总剂量效应PPM-97-009_1745995204185.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/data.xlsx\",\"PPM-97-009.pdf\":\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/PPM-97-009.pdf\",\"电离总剂量效应PPM-97-009_1745995204185.xlsx\":\"/oss/physical/NASA/49ae40de5c0dcdd2063f3a712f91de36/电离总剂量效应PPM-97-009_1745995204185.xlsx\"},\"id\":\"49ae40de5c0dcdd2063f3a712f91de36\",\"manufacturer\":\"CAL-Logic\",\"totalCountLhs\":512,\"totalCountNasa\":8,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:46\"}]', null, '5', null, '2025-04-30 15:46:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917485646020317185', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-30 15:46:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917485654035632130', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"High-Speed DMOS Quad\",\"deviceFunction\":\"High-Speed DMOS Quad\",\"deviceMode\":\"SD5000B\",\"deviceName\":\"SD5000B\",\"deviceType\":\"晶体管\",\"experimentDate\":\"10/17/1997\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"电离总剂量效应PPM-97-046_1745994652065.xlsx\\\":\\\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/电离总剂量效应PPM-97-046_1745994652065.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/data.xlsx\\\",\\\"PPM-97-046.pdf\\\":\\\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/PPM-97-046.pdf\\\"}\",\"fileMap\":{\"电离总剂量效应PPM-97-046_1745994652065.xlsx\":\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/电离总剂量效应PPM-97-046_1745994652065.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/data.xlsx\",\"PPM-97-046.pdf\":\"/oss/physical/NASA/c6fe511230eb5c5800aceff9ea3331d5/PPM-97-046.pdf\"},\"id\":\"c6fe511230eb5c5800aceff9ea3331d5\",\"manufacturer\":\"CAL-Logic\",\"totalCountLhs\":392,\"totalCountNasa\":7,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:46\"}]', null, '4', null, '2025-04-30 15:46:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917485686340161537', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"DMOS\",\"deviceMode\":\"SD5000A\",\"deviceName\":\"SD5000A\",\"deviceType\":\"晶体管\",\"experimentDate\":\"10/17/1997\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"PPM-97-045.pdf\\\":\\\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/PPM-97-045.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/data.xlsx\\\",\\\"电离总剂量效应PPM-97-045_1745993702521.xlsx\\\":\\\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/电离总剂量效应PPM-97-045_1745993702521.xlsx\\\"}\",\"fileMap\":{\"PPM-97-045.pdf\":\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/PPM-97-045.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/data.xlsx\",\"电离总剂量效应PPM-97-045_1745993702521.xlsx\":\"/oss/physical/NASA/3cad11bd4af13aac71ef13bca8db628b/电离总剂量效应PPM-97-045_1745993702521.xlsx\"},\"id\":\"3cad11bd4af13aac71ef13bca8db628b\",\"manufacturer\":\"CAL-Logic\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:46\"}]', null, '5', null, '2025-04-30 15:46:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917485746545201154', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科新微特\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 15:46\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科新微特\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS842U1\",\"experimentDate\":\"2022.5.17—2022.6.3\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-049_1745999197900.pdf,/oss/physical/temp/电离总剂量效应_1745999200992.xlsx\",\"id\":\"1917485746520035329\",\"manufacturer\":\"中科新微特\",\"name\":\"LCS842U1型晶体管\",\"totalCountLhs\":22,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-30 15:46:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917485806116900866', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"工业和信息化部电子第五研究所元器件检测中心\",\"dataEntry\":\"常余海\",\"dataProvider\":\"工业和信息化部电子第五研究所元器件检测中心\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RX3701MCB\",\"experimentDate\":\"2022.6.14\",\"experimentUser\":\"阚永葭\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-066_1745923148561.pdf,/oss/physical/temp/RX3701MCB_1745986879602.xlsx\",\"id\":\"1917166761995898881\",\"manufacturer\":\"广州润芯信息技术有限公司\",\"name\":\"KC-2022-JL-066\",\"totalCountLhs\":45,\"totalCountXhy\":5,\"type\":\"射频电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 15:46\"}]', null, '8', null, '2025-04-30 15:46:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917485943635546113', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科新微特\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 15:47\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科新微特\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RCS7382T3\",\"experimentDate\":\"2022.5.17—2022.6.3\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-049_1745999244032.pdf,/oss/physical/temp/电离总剂量效应_1745999247896.xlsx\",\"id\":\"1917485943610380290\",\"manufacturer\":\"中科新微特\",\"name\":\"RCS7382T3型晶体管\",\"totalCountLhs\":22,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-30 15:47:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917486167359721474', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科新微特\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 15:48\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科新微特\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RCS7586U2\",\"experimentDate\":\"2022.5.17—2022.6.3\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745999297648.xlsx,/oss/physical/temp/KC-2022-JL-049_1745999301341.pdf\",\"id\":\"1917486167334555649\",\"manufacturer\":\"中科新微特\",\"name\":\"RCS7586U2型晶体管\",\"totalCountLhs\":22,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '8', null, '2025-04-30 15:48:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917486406955143170', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科新微特\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 15:49\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科新微特\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"RCS7583U2\",\"experimentDate\":\"2022.5.17—2022.6.3\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745999355127.xlsx,/oss/physical/temp/KC-2022-JL-049_1745999358101.pdf\",\"id\":\"1917486406946754561\",\"manufacturer\":\"中科新微特\",\"name\":\"RCS7583U2型晶体管\",\"totalCountLhs\":22,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-30 15:49:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917486791027560449', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CPLS-E5-8700-1\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745925552456.pdf,/oss/physical/temp/CPLS-E5-8700-1_1745986904446.xlsx\",\"id\":\"1917176880662024193\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"频率源组件\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 15:50\"}]', null, '6', null, '2025-04-30 15:50:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917486979301478402', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"90V N-channel MOSFET\",\"deviceMode\":\"SFF6661\",\"deviceName\":\"SFF6661\",\"deviceType\":\"MOSFET\",\"experimentDate\":\"6/25/2018;8/2/2018\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\":\\\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/data.xlsx\\\",\\\"电离总剂量效应_1745999494716.xlsx\\\":\\\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/电离总剂量效应_1745999494716.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/data.xlsx\",\"电离总剂量效应_1745999494716.xlsx\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/电离总剂量效应_1745999494716.xlsx\"},\"id\":\"c817aec37645c7c7e8f6180755ffc28b\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":190,\"totalCountNasa\":33,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 15:51\"}]', null, '5', null, '2025-04-30 15:51:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917487019201892354', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"SFS100/140Y\",\"deviceName\":\"SFS100/140Y\",\"deviceType\":\"Optical Fiber\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/NSREC02_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/data.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/data.xlsx\"},\"id\":\"13dd6ed1559a5463aa4e99bc3dd83805\",\"manufacturer\":\"Fiberguide\",\"totalCountLhs\":170,\"totalCountNasa\":170,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 15:51\"}]', null, '5', null, '2025-04-30 15:51:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917487197434646529', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SS-KFG902/103-30\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745980527368.pdf,/oss/physical/temp/SS-KFG902103-30_1745986933145.xlsx\",\"id\":\"1917408946855055362\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"X波段收发组件\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 15:52\"}]', null, '4', null, '2025-04-30 15:52:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917487306125840385', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QZJ726\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745981341486.pdf,/oss/physical/temp/QZJ726_1745986951941.xlsx\",\"id\":\"1917411825322004481\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"功分开关模块\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 15:52\"}]', null, '4', null, '2025-04-30 15:52:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917487369183006722', '1', '用户名: chenwenzhuo,登录成功!', null, 'chenwenzhuo', '陈文卓', '119.78.164.162', null, null, null, null, '0', null, '2025-04-30 15:53:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917487406252265474', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QZJ651\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745981672312.pdf,/oss/physical/temp/QZJ651_1745986962682.xlsx\",\"id\":\"1917412766481879041\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"上变频模块\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 15:53\"}]', null, '4', null, '2025-04-30 15:53:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917487499860742145', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Phototransistor\",\"deviceMode\":\"TIL601\",\"deviceName\":\"TIL601\",\"deviceType\":\"Transistor\",\"experimentDate\":\"4/1/2001;7/19/2002\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/NSREC02_W16.pdf\\\",\\\"D040101_TIL601.pdf\\\":\\\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/D040101_TIL601.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/data.xlsx\\\",\\\"Phototransistor_1745999618647.xlsx\\\":\\\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/Phototransistor_1745999618647.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/NSREC02_W16.pdf\",\"D040101_TIL601.pdf\":\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/D040101_TIL601.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/data.xlsx\",\"Phototransistor_1745999618647.xlsx\":\"/oss/physical/NASA/9f2c8031af77f420261802509bd6c86c/Phototransistor_1745999618647.xlsx\"},\"id\":\"9f2c8031af77f420261802509bd6c86c\",\"manufacturer\":\"TI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 15:53\"}]', null, '5', null, '2025-04-30 15:53:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917487604848365569', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"ZC1309B-E107-00-100M0000\",\"experimentDate\":\"2023.6.27-2023.8.16\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745982257928.pdf,/oss/physical/temp/ZC1309B-E107-00-100M0000_1745986974326.xlsx\",\"id\":\"1917416201843347458\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"晶体振荡器\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 15:54\"}]', null, '8', null, '2025-04-30 15:54:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917487722406318081', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0710\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"TPS79133\",\"deviceName\":\"TPS79133\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"NRL09JUN;2008OCT\",\"experimentUser\":\"李序友\",\"id\":\"1a5c1bb324f9efef37f199192ef24db2\",\"manufacturer\":\"Texas Instrument\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 15:54\"}]', null, '11', null, '2025-04-30 15:54:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917487991374450690', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Crossbar Switch NIC\",\"deviceMode\":\"Myrinet\",\"deviceName\":\"Myrinet\",\"deviceType\":\"其他微电路\",\"experimentDate\":\"7/19/2002\",\"fileList\":\"{\\\"NSREC02_W8.pdf\\\":\\\"/oss/physical/NASA/5d1d4998c3580c6f31eb0236a8fc9260/NSREC02_W8.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5d1d4998c3580c6f31eb0236a8fc9260/data.xlsx\\\",\\\"Myrinet单粒子效应_1745999736252.xlsx\\\":\\\"/oss/physical/NASA/5d1d4998c3580c6f31eb0236a8fc9260/Myrinet单粒子效应_1745999736252.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W8.pdf\":\"/oss/physical/NASA/5d1d4998c3580c6f31eb0236a8fc9260/NSREC02_W8.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5d1d4998c3580c6f31eb0236a8fc9260/data.xlsx\",\"Myrinet单粒子效应_1745999736252.xlsx\":\"/oss/physical/NASA/5d1d4998c3580c6f31eb0236a8fc9260/Myrinet单粒子效应_1745999736252.xlsx\"},\"id\":\"5d1d4998c3580c6f31eb0236a8fc9260\",\"manufacturer\":\"Myricom\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 15:55\"}]', null, '4', null, '2025-04-30 15:55:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917488115668455426', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"SBR20A300\",\"deviceName\":\"SBR20A300\",\"deviceType\":\"二极管\",\"experimentDate\":\"12/18/2015\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/cf2a0e37b51b846279080db38d0e086f/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/cf2a0e37b51b846279080db38d0e086f/data.xlsx\\\",\\\"单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745999765122.xlsx\\\":\\\"/oss/physical/NASA/cf2a0e37b51b846279080db38d0e086f/单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745999765122.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/cf2a0e37b51b846279080db38d0e086f/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cf2a0e37b51b846279080db38d0e086f/data.xlsx\",\"单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745999765122.xlsx\":\"/oss/physical/NASA/cf2a0e37b51b846279080db38d0e086f/单粒子效应NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503_1745999765122.xlsx\"},\"id\":\"cf2a0e37b51b846279080db38d0e086f\",\"manufacturer\":\"Diodes, Inc.\",\"totalCountLhs\":15,\"totalCountNasa\":3,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 15:56\"}]', null, '5', null, '2025-04-30 15:56:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917488868751544322', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 15:59\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF119\",\"experimentDate\":\"2022.06.17-2022.06.30\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1745999937942.xlsx,/oss/physical/temp/LF119测试数据_1745999941425.pdf,/oss/physical/temp/质量记录_1745999944760.pdf\",\"id\":\"1917488868726378497\",\"manufacturer\":\"771所\",\"name\":\"双电压比较器\",\"totalCountLhs\":330,\"totalCountXhy\":15,\"type\":\"半导体集成电路\"}]', null, '6', null, '2025-04-30 15:59:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917489545968062465', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1745983444148.pdf,/oss/physical/temp/CC2S80AMJ-RH_1746000056466.xlsx\",\"id\":\"1917422091568910338\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":84,\"totalCountXhy\":3,\"type\":\"R/D转换器\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:01\"}]', null, '5', null, '2025-04-30 16:01:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917489640545423362', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微小卫星创新研究院\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:02\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院微小卫星创新研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"IRLMLO100TRPb\",\"experimentDate\":\"2024.6.4—2024.6.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746000109013.xlsx,/oss/physical/temp/KC-2024-JL-088_1746000125505.pdf\",\"id\":\"1917489640520257537\",\"manufacturer\":\"上海格思\",\"name\":\"IRLMLO100TRPb晶体管\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 16:02:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917490170432819201', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"TPS76701\",\"deviceName\":\"TPS76701\",\"deviceType\":\"BiCMOS Linear Device\",\"experimentDate\":\"6/16/2006\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/data.xlsx\\\",\\\"L061606_TPS76701.pdf\\\":\\\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/L061606_TPS76701.pdf\\\",\\\"TPS76701_1746000255052.xlsx\\\":\\\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/TPS76701_1746000255052.xlsx\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/data.xlsx\",\"L061606_TPS76701.pdf\":\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/L061606_TPS76701.pdf\",\"TPS76701_1746000255052.xlsx\":\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/TPS76701_1746000255052.xlsx\"},\"id\":\"1d60d3be15477072fe32bd5efcd43a7c\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 16:04\"}]', null, '7', null, '2025-04-30 16:04:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917490209708281857', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"17-037(REAG ID#)\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"SBR1U200P1-7\",\"deviceName\":\"SBR1U200P1-7\",\"deviceType\":\"二极管\",\"experimentDate\":\"4/10/2017\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/abb8339e7e4aa7c56cce3e954f490993/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/abb8339e7e4aa7c56cce3e954f490993/data.xlsx\\\",\\\"单粒子效应CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490_1746000264445.xlsx\\\":\\\"/oss/physical/NASA/abb8339e7e4aa7c56cce3e954f490993/单粒子效应CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490_1746000264445.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/abb8339e7e4aa7c56cce3e954f490993/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/abb8339e7e4aa7c56cce3e954f490993/data.xlsx\",\"单粒子效应CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490_1746000264445.xlsx\":\"/oss/physical/NASA/abb8339e7e4aa7c56cce3e954f490993/单粒子效应CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490_1746000264445.xlsx\"},\"id\":\"abb8339e7e4aa7c56cce3e954f490993\",\"manufacturer\":\"Diodes, Inc.\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 16:04\"}]', null, '4', null, '2025-04-30 16:04:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917490213973889026', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"TPS76701\",\"deviceName\":\"TPS76701\",\"deviceType\":\"BiCMOS Linear Device\",\"experimentDate\":\"6/16/2006\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"TPS76701_1746000255052.xlsx\\\":\\\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/TPS76701_1746000255052.xlsx\\\",\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/data.xlsx\\\",\\\"L061606_TPS76701.pdf\\\":\\\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/L061606_TPS76701.pdf\\\"}\",\"fileMap\":{\"TPS76701_1746000255052.xlsx\":\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/TPS76701_1746000255052.xlsx\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/data.xlsx\",\"L061606_TPS76701.pdf\":\"/oss/physical/NASA/1d60d3be15477072fe32bd5efcd43a7c/L061606_TPS76701.pdf\"},\"id\":\"1d60d3be15477072fe32bd5efcd43a7c\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 16:04\"}]', null, '7', null, '2025-04-30 16:04:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917490246471356418', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"1773 1MHz F/O bus\",\"deviceMode\":\"SEDS II SCI\",\"deviceName\":\"SEDS II SCI\",\"deviceType\":\"Photonics\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/data.xlsx\\\",\\\"单粒子效应_1746000273766.xlsx\\\":\\\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/单粒子效应_1746000273766.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/data.xlsx\",\"单粒子效应_1746000273766.xlsx\":\"/oss/physical/NASA/c3172180b86d705abd5d8a239c4be469/单粒子效应_1746000273766.xlsx\"},\"id\":\"c3172180b86d705abd5d8a239c4be469\",\"manufacturer\":\"SCI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 16:04\"}]', null, '9', null, '2025-04-30 16:04:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917490292344459265', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微小卫星创新研究院\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:04\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院微小卫星创新研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BSS214NWH6327XTSA1\",\"experimentDate\":\"2024.6.4—2024.6.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746000278574.xlsx,/oss/physical/temp/KC-2024-JL-088_1746000285021.pdf\",\"id\":\"1917490292319293442\",\"manufacturer\":\"上海格思\",\"name\":\"BSS214NWH6327XTSA1晶体管\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '4', null, '2025-04-30 16:04:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917490365220491265', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"浙江驰拓科技有限公司\",\"dataEntry\":\"常余海\",\"dataProvider\":\"浙江驰拓科技有限公司\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"4MLQ40G\",\"experimentDate\":\"2023.6.7\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-047_1745985203235.pdf,/oss/physical/temp/4MLQ40G_1745987008554.xlsx\",\"id\":\"1917429938927144962\",\"manufacturer\":\"未提供\",\"name\":\"KC-2023-JL-047\",\"totalCountLhs\":22,\"totalCountXhy\":2,\"type\":\"混合集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:05\"}]', null, '4', null, '2025-04-30 16:05:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917490612697010177', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微小卫星创新研究院\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:06\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院微小卫星创新研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"IRF7342PbF\",\"experimentDate\":\"2024.6.4—2024.6.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746000353210.xlsx,/oss/physical/temp/KC-2024-JL-088_1746000360507.pdf\",\"id\":\"1917490612680232961\",\"manufacturer\":\"上海格思\",\"name\":\"IRF7342PbF晶体管\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '6', null, '2025-04-30 16:06:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917490821976002562', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电24所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW580RH\",\"experimentDate\":\"2023.4.26-2023.5.9\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-042_1745988687993.pdf,/oss/physical/temp/SW580RH_1745988709353.xlsx\",\"id\":\"1917435251248041986\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2023-JL-042\",\"totalCountLhs\":44,\"totalCountXhy\":2,\"type\":\"模拟集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:06\"}]', null, '5', null, '2025-04-30 16:06:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917490854125342721', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微小卫星创新研究院\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:06\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院微小卫星创新研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"BSC220N20NSFDATMA1\",\"experimentDate\":\"2024.6.4—2024.6.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-088_1746000415270.pdf,/oss/physical/temp/电离总剂量效应_1746000418521.xlsx\",\"id\":\"1917490854108565505\",\"manufacturer\":\"上海格思\",\"name\":\"BSC220N20NSFDATMA1晶体管\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 16:07:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917491077086154754', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电24所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW1825MDRH\",\"experimentDate\":\"2023.5.2-2023.5.9\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/SW1825MDRH_1745989238201.xlsx,/oss/physical/temp/KC-2023-JL-042_1745989247793.pdf\",\"id\":\"1917444011500736513\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2023-JL-042\",\"totalCountLhs\":8,\"totalCountXhy\":2,\"type\":\"模拟集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:07\"}]', null, '6', null, '2025-04-30 16:07:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917491339393732610', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微小卫星创新研究院\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:08\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院微小卫星创新研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"TPS25940AQRVCRQ1\",\"experimentDate\":\"2024.6.4—2024.6.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746000530087.xlsx,/oss/physical/temp/KC-2024-JL-088_1746000534644.pdf\",\"id\":\"1917491339376955394\",\"manufacturer\":\"上海格思\",\"name\":\"TPS25940AQRVCRQ1保险丝\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"断路器\"}]', null, '5', null, '2025-04-30 16:08:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917491351804678145', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电24所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SW7913MCRH\",\"experimentDate\":\"2023.4.26-2023.6.13\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-042_1745989418432.pdf,/oss/physical/temp/SW7913MCRH_1745989658310.xlsx\",\"id\":\"1917444713920827393\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2023-JL-042\",\"totalCountLhs\":30,\"totalCountXhy\":6,\"type\":\"模拟集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:08\"}]', null, '7', null, '2025-04-30 16:08:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917491514908577793', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9727\",\"deviceFunction\":\"Microprocessor\",\"deviceMode\":\"Mongoose V\",\"deviceName\":\"Mongoose V\",\"deviceType\":\"Microprocessors and Peripherals\",\"experimentDate\":\"11/8/1997;7/20/1998\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/data.xlsx\\\",\\\"b110897.pdf\\\":\\\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/b110897.pdf\\\",\\\"MongooseV单粒子效应_1746000574166.xlsx\\\":\\\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/MongooseV单粒子效应_1746000574166.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/data.xlsx\",\"b110897.pdf\":\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/b110897.pdf\",\"MongooseV单粒子效应_1746000574166.xlsx\":\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/MongooseV单粒子效应_1746000574166.xlsx\"},\"id\":\"f25ab0f77e6e1e6944f881969809c7ad\",\"manufacturer\":\"Synova/Honeywell\",\"totalCountLhs\":6,\"totalCountNasa\":6,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 16:09\"}]', null, '4', null, '2025-04-30 16:09:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917491573951795201', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9727\",\"deviceFunction\":\"Microprocessor\",\"deviceMode\":\"Mongoose V\",\"deviceName\":\"Mongoose V\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"11/8/1997;7/20/1998\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/data.xlsx\\\",\\\"b110897.pdf\\\":\\\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/b110897.pdf\\\",\\\"MongooseV单粒子效应_1746000574166.xlsx\\\":\\\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/MongooseV单粒子效应_1746000574166.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/data.xlsx\",\"b110897.pdf\":\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/b110897.pdf\",\"MongooseV单粒子效应_1746000574166.xlsx\":\"/oss/physical/NASA/f25ab0f77e6e1e6944f881969809c7ad/MongooseV单粒子效应_1746000574166.xlsx\"},\"id\":\"f25ab0f77e6e1e6944f881969809c7ad\",\"manufacturer\":\"Synova/Honeywell\",\"totalCountLhs\":6,\"totalCountNasa\":6,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 16:09\"}]', null, '8', null, '2025-04-30 16:09:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917491637831045121', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电24所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电24所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SX082MDRH\",\"experimentDate\":\"2023.4.26-2023.6.13\",\"experimentUser\":\"张天诚\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-042_1745989746165.pdf,/oss/physical/temp/SX082MDRH_1745990010583.xlsx\",\"id\":\"1917447201893879809\",\"manufacturer\":\"中电24所\",\"name\":\"KC-2023-JL-042\",\"totalCountLhs\":44,\"totalCountXhy\":4,\"type\":\"模拟集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:10\"}]', null, '5', null, '2025-04-30 16:10:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917491655686197249', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微小卫星创新研究院\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:10\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院微小卫星创新研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"2N7002K-T1-GE3\",\"experimentDate\":\"2024.6.4—2024.6.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746000607398.xlsx\",\"id\":\"1917491655661031425\",\"manufacturer\":\"上海格思\",\"name\":\"2N7002K-T1-GE3晶体管\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 16:10:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917492067868839938', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Linear Signal Cond\",\"deviceMode\":\"SE5521\",\"deviceName\":\"SE5521\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"7/3/1995\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"PPM-95-162.pdf\\\":\\\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/PPM-95-162.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/data.xlsx\\\",\\\"电离总剂量效应_1746000707416.xlsx\\\":\\\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/电离总剂量效应_1746000707416.xlsx\\\"}\",\"fileMap\":{\"PPM-95-162.pdf\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/PPM-95-162.pdf\",\"data.xlsx\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/data.xlsx\",\"电离总剂量效应_1746000707416.xlsx\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/电离总剂量效应_1746000707416.xlsx\"},\"id\":\"49148c4bec382c8e94fc55d6c120e36e\",\"manufacturer\":\"Signetics\",\"totalCountLhs\":22,\"totalCountNasa\":22,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 16:11\"}]', null, '5', null, '2025-04-30 16:11:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917492170604122113', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微小卫星创新研究院\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:12\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院微小卫星创新研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LTM8023EV\",\"experimentDate\":\"2024.6.4—2024.6.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746000729874.xlsx\",\"id\":\"1917492170574761985\",\"manufacturer\":\"上海格思\",\"name\":\"LTM8023EV型DCDC\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\"}]', null, '8', null, '2025-04-30 16:12:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917492337533227009', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电43所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 16:12\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"id\":\"1917492337516449794\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":84,\"totalCountXhy\":3,\"type\":\"R/D转换器\"}]', null, '5', null, '2025-04-30 16:12:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917492344760012801', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Triple Supply Power Management IC\",\"deviceMode\":\"TPS75003\",\"deviceName\":\"TPS75003\",\"deviceType\":\"1 mm BiCMOS (LBC3S)\",\"experimentDate\":\"TAMU07MAY\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"nsrec08_W3_SEE.pdf\\\":\\\"/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/nsrec08_W3_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/data.xlsx\\\",\\\"T052107_TPS75003.pdf\\\":\\\"/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/T052107_TPS75003.pdf\\\",\\\"TPS75003_1746000772630.xlsx\\\":\\\"/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/TPS75003_1746000772630.xlsx\\\"}\",\"fileMap\":{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/data.xlsx\",\"T052107_TPS75003.pdf\":\"/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/T052107_TPS75003.pdf\",\"TPS75003_1746000772630.xlsx\":\"/oss/physical/NASA/7bbc78b27f92185238ac4557aff75dae/TPS75003_1746000772630.xlsx\"},\"id\":\"7bbc78b27f92185238ac4557aff75dae\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 16:12\"}]', null, '4', null, '2025-04-30 16:12:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917492692484591617', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1746000787294.pdf,/oss/physical/temp/CC2S80AMJ-RH-2_1746000856060.xlsx\",\"id\":\"1917492337516449794\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":84,\"totalCountXhy\":3,\"type\":\"R/D转换器\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:14\"}]', null, '5', null, '2025-04-30 16:14:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917492736059215874', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微小卫星创新研究院\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:14\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院微小卫星创新研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"X42C20T05N204ZPT\",\"experimentDate\":\"2024.6.4—2024.6.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746000863971.xlsx\",\"id\":\"1917492736034050050\",\"manufacturer\":\"深圳守正微\",\"name\":\"X42C20T05N204ZPT电源模块\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\"}]', null, '7', null, '2025-04-30 16:14:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917492812139696129', '1', '用户名: zhangyun,登录成功!', null, 'zhangyun', '张云', '119.78.167.45', null, null, null, null, '0', null, '2025-04-30 16:14:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917493057275793410', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Microprocessor\",\"deviceMode\":\"Mongoose I (R3000)\",\"deviceName\":\"Mongoose I (R3000)\",\"deviceType\":\"Microprocessors and Peripherals\",\"experimentDate\":\"3/3/1993;4/7/1993;7/18/1994\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/nsrec94a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/data.xlsx\\\",\\\"40793.pdf\\\":\\\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/40793.pdf\\\",\\\"MongooseI(R3000)单粒子效应_1746000943972.xlsx\\\":\\\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/MongooseI(R3000)单粒子效应_1746000943972.xlsx\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/data.xlsx\",\"40793.pdf\":\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/40793.pdf\",\"MongooseI(R3000)单粒子效应_1746000943972.xlsx\":\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/MongooseI(R3000)单粒子效应_1746000943972.xlsx\"},\"id\":\"e9a7aa527b09aa316ee0727b4f18f35b\",\"manufacturer\":\"LSI Logic\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 16:15\"}]', null, '5', null, '2025-04-30 16:15:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917493116436451329', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Microprocessor\",\"deviceMode\":\"Mongoose I (R3000)\",\"deviceName\":\"Mongoose I (R3000)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"3/3/1993;4/7/1993;7/18/1994\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/nsrec94a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/data.xlsx\\\",\\\"MongooseI(R3000)单粒子效应_1746000943972.xlsx\\\":\\\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/MongooseI(R3000)单粒子效应_1746000943972.xlsx\\\",\\\"40793.pdf\\\":\\\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/40793.pdf\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/nsrec94a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/data.xlsx\",\"MongooseI(R3000)单粒子效应_1746000943972.xlsx\":\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/MongooseI(R3000)单粒子效应_1746000943972.xlsx\",\"40793.pdf\":\"/oss/physical/NASA/e9a7aa527b09aa316ee0727b4f18f35b/40793.pdf\"},\"id\":\"e9a7aa527b09aa316ee0727b4f18f35b\",\"manufacturer\":\"LSI Logic\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 16:15\"}]', null, '5', null, '2025-04-30 16:15:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917493156164898818', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微小卫星创新研究院\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:16\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院微小卫星创新研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MFK2805SF\",\"experimentDate\":\"2024.6.4—2024.6.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-088_1746000964290.pdf,/oss/physical/temp/电离总剂量效应_1746000967372.xlsx\",\"id\":\"1917493156148121602\",\"manufacturer\":\"interpoint\",\"name\":\"MFK2805SF型DCDC\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\"}]', null, '4', null, '2025-04-30 16:16:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917493259785179137', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电43所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 16:16\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1746000972634.pdf,/oss/physical/temp/CC2S80AMJ-RH-3_1746000992048.xlsx\",\"id\":\"1917493259751624706\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":84,\"totalCountXhy\":3,\"type\":\"R/D转换器\"}]', null, '7', null, '2025-04-30 16:16:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917493271944466434', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"A8\",\"deviceFunction\":\"Super Barrier Diode\",\"deviceMode\":\"SBR160S23\",\"deviceName\":\"SBR160S23\",\"deviceType\":\"二极管\",\"experimentDate\":\"2016NovLBNL\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\":\\\"/oss/physical/NASA/ed9a0eff3c95208a5d58ee4d8a08d05b/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ed9a0eff3c95208a5d58ee4d8a08d05b/data.xlsx\\\",\\\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746000994523.xlsx\\\":\\\"/oss/physical/NASA/ed9a0eff3c95208a5d58ee4d8a08d05b/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746000994523.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/ed9a0eff3c95208a5d58ee4d8a08d05b/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ed9a0eff3c95208a5d58ee4d8a08d05b/data.xlsx\",\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746000994523.xlsx\":\"/oss/physical/NASA/ed9a0eff3c95208a5d58ee4d8a08d05b/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746000994523.xlsx\"},\"id\":\"ed9a0eff3c95208a5d58ee4d8a08d05b\",\"manufacturer\":\"Diodes, Inc.\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 16:16\"}]', null, '5', null, '2025-04-30 16:16:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917493431244132354', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 16:17\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5232\",\"experimentDate\":\"2022.06.17-2022.06.23\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746001025507.xlsx,/oss/physical/temp/LW5232测试数据_1746001028915.pdf,/oss/physical/temp/质量记录_1746001031820.pdf\",\"id\":\"1917493431235743745\",\"manufacturer\":\"771所\",\"name\":\"线性稳压器\",\"totalCountLhs\":256,\"totalCountXhy\":8,\"type\":\"半导体集成电路\"}]', null, '4', null, '2025-04-30 16:17:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917493433496473601', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微小卫星创新研究院\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:17\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院微小卫星创新研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MFK2828SF\",\"experimentDate\":\"2024.6.4—2024.6.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-088_1746001030450.pdf,/oss/physical/temp/电离总剂量效应_1746001033649.xlsx\",\"id\":\"1917493433479696385\",\"manufacturer\":\"interpoint\",\"name\":\"MFK2828SF型DCDC\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\"}]', null, '5', null, '2025-04-30 16:17:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917493622542143490', '1', '用户名: mayinjie,登录成功!', null, 'mayinjie', '马崟洁', '119.78.164.173', null, null, null, null, '0', null, '2025-04-30 16:18:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917493798379950081', '1', '用户名: xieyongzhi,登录成功!', null, 'xieyongzhi', '谢永智', '119.78.164.170', null, null, null, null, '0', null, '2025-04-30 16:18:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917493823940038657', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Gbit NAND Flash Memory\",\"deviceMode\":\"MT29F4G08AAAWP\",\"deviceName\":\"MT29F4G08AAAWP\",\"deviceType\":\"63 nm CMOS; 73 nm CMOS\",\"experimentDate\":\"TAMU07MAY;TAMU07JUNE;TAMU07AUG;12/2007;VdG08SEP;VdG08OCT;TAMU08NOV;TAMU09AUG;TAMU10DEC;NRL11MAR;8/24/2009;12/7/2010;3/8/2011\",\"id\":\"af267898b918d79e41b7275468a4f8a1\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 16:18\"}]', null, '5', null, '2025-04-30 16:18:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917493840016805890', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微小卫星创新研究院\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:18\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院微小卫星创新研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"ADG506AKR\",\"experimentDate\":\"2024.6.4—2024.6.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2024-JL-088_1746001115231.pdf,/oss/physical/temp/电离总剂量效应_1746001117856.xlsx\",\"id\":\"1917493839932919810\",\"manufacturer\":\"ADI\",\"name\":\"ADG506AKR多路开关\",\"totalCountLhs\":2,\"totalCountXhy\":1,\"type\":\"数字集成电路\"}]', null, '22', null, '2025-04-30 16:18:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917493922455851010', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH149\",\"deviceName\":\"OLH149\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"2/1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/6c4164cc9f95973e4f782edbb88cf22f/nsrec00_W22.pdf\\\",\\\"data(42)_1746001147779.xlsx\\\":\\\"/oss/physical/NASA/6c4164cc9f95973e4f782edbb88cf22f/data(42)_1746001147779.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/6c4164cc9f95973e4f782edbb88cf22f/nsrec00_W22.pdf\",\"data(42)_1746001147779.xlsx\":\"/oss/physical/NASA/6c4164cc9f95973e4f782edbb88cf22f/data(42)_1746001147779.xlsx\"},\"id\":\"6c4164cc9f95973e4f782edbb88cf22f\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 16:19\"}]', null, '6', null, '2025-04-30 16:19:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917494192875212802', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院微小卫星创新研究院\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:20\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院微小卫星创新研究院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"MAX4173TEUT+T\",\"experimentDate\":\"2024.6.4—2024.6.14\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746001211993.xlsx,/oss/physical/temp/KC-2024-JL-088_1746001215015.pdf\",\"id\":\"1917494192850046978\",\"manufacturer\":\"MAXIM\",\"name\":\"MAX4173TEUT+T电流采集芯片\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\"}]', null, '7', null, '2025-04-30 16:20:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917494586867159041', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Low dropout linear adjustable voltage regulator\",\"deviceMode\":\"TPS73601\",\"deviceName\":\"TPS73601\",\"deviceType\":\"BiCMOS Linear Device\",\"experimentDate\":\"6/28/2006\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/data.xlsx\\\",\\\"L061806_TPS73601.pdf\\\":\\\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/L061806_TPS73601.pdf\\\",\\\"TPS73601_1746001307273.xlsx\\\":\\\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/TPS73601_1746001307273.xlsx\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/data.xlsx\",\"L061806_TPS73601.pdf\":\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/L061806_TPS73601.pdf\",\"TPS73601_1746001307273.xlsx\":\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/TPS73601_1746001307273.xlsx\"},\"id\":\"19fc68745c63fd915d202eaf5734bf04\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 16:21\"}]', null, '6', null, '2025-04-30 16:21:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917494596828631041', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH1049\",\"deviceName\":\"OLH1049\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"5/1998\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/ccb6795537acfc4ad6ce44593c15f8d1/nsrec00_W22.pdf\\\",\\\"data(44)_1746001305423.xlsx\\\":\\\"/oss/physical/NASA/ccb6795537acfc4ad6ce44593c15f8d1/data(44)_1746001305423.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/ccb6795537acfc4ad6ce44593c15f8d1/nsrec00_W22.pdf\",\"data(44)_1746001305423.xlsx\":\"/oss/physical/NASA/ccb6795537acfc4ad6ce44593c15f8d1/data(44)_1746001305423.xlsx\"},\"id\":\"ccb6795537acfc4ad6ce44593c15f8d1\",\"manufacturer\":\"Optek\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 16:21\"}]', null, '6', null, '2025-04-30 16:21:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917494672984608769', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"256M SDRAM\",\"deviceMode\":\"SDRAM Test Chip\",\"deviceName\":\"SDRAM Test Chip\",\"deviceType\":\"CMOS\",\"experimentDate\":\"12/18/2004\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"T121804_SDRAM_TestChip.pdf\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/T121804_SDRAM_TestChip.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/data.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/nsrec05_W5.pdf\\\",\\\"单粒子效应_1746001328700.xlsx\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/单粒子效应_1746001328700.xlsx\\\"}\",\"fileMap\":{\"T121804_SDRAM_TestChip.pdf\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/T121804_SDRAM_TestChip.pdf\",\"data.xlsx\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/nsrec05_W5.pdf\",\"单粒子效应_1746001328700.xlsx\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/单粒子效应_1746001328700.xlsx\"},\"id\":\"900bd61b7f933d2427bb66683971ebd9\",\"manufacturer\":\"Maxwell\",\"totalCountLhs\":73,\"totalCountNasa\":23,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 16:22\"}]', null, '4', null, '2025-04-30 16:22:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917494914006093825', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 16:23\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5232\",\"experimentDate\":\"2022.06.17-2022.06.23\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746001380326.xlsx,/oss/physical/temp/LW5232测试数据_1746001382819.pdf,/oss/physical/temp/质量记录_1746001385292.pdf\",\"id\":\"1917494913955762177\",\"manufacturer\":\"771所\",\"name\":\"线性稳压器\",\"totalCountLhs\":512,\"totalCountXhy\":8,\"type\":\"半导体集成电路\"}]', null, '12', null, '2025-04-30 16:23:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917495093715243010', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLF400\",\"deviceName\":\"OLF400\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"12/1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/e5685f499344cd670015c49cf2590ad8/nsrec00_W22.pdf\\\",\\\"data(48)_1746001426101.xlsx\\\":\\\"/oss/physical/NASA/e5685f499344cd670015c49cf2590ad8/data(48)_1746001426101.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/e5685f499344cd670015c49cf2590ad8/nsrec00_W22.pdf\",\"data(48)_1746001426101.xlsx\":\"/oss/physical/NASA/e5685f499344cd670015c49cf2590ad8/data(48)_1746001426101.xlsx\"},\"id\":\"e5685f499344cd670015c49cf2590ad8\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":5,\"totalCountNasa\":15,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 16:23\"}]', null, '6', null, '2025-04-30 16:23:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917495650408435713', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1745983444148.pdf,/oss/physical/temp/CC2S80AMJ-RH_1746001561686.xlsx\",\"id\":\"1917422091568910338\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":84,\"totalCountXhy\":3,\"type\":\"R/D转换器\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:26\"}]', null, '8', null, '2025-04-30 16:26:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917495743693950978', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1746000787294.pdf,/oss/physical/temp/CC2S80AMJ-RH-2_1746001583853.xlsx\",\"id\":\"1917492337516449794\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":84,\"totalCountXhy\":3,\"type\":\"R/D转换器\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:26\"}]', null, '4', null, '2025-04-30 16:26:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917495819526967298', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1746000972634.pdf,/oss/physical/temp/CC2S80AMJ-RH-3_1746001602448.xlsx\",\"id\":\"1917493259751624706\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":84,\"totalCountXhy\":3,\"type\":\"R/D转换器\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:26\"}]', null, '8', null, '2025-04-30 16:26:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917496338957963266', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"NPN transistor\",\"deviceMode\":\"SDM3304\",\"deviceName\":\"SDM3304\",\"deviceType\":\"Transistor\",\"experimentDate\":\"1/12/1995\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"PPM-95-118.pdf\\\":\\\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/PPM-95-118.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/data.xlsx\\\",\\\"电离总剂量效应_1746001726531.xlsx\\\":\\\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/电离总剂量效应_1746001726531.xlsx\\\"}\",\"fileMap\":{\"PPM-95-118.pdf\":\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/PPM-95-118.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/data.xlsx\",\"电离总剂量效应_1746001726531.xlsx\":\"/oss/physical/NASA/0afef9a16199c98c37c67de8f87507d7/电离总剂量效应_1746001726531.xlsx\"},\"id\":\"0afef9a16199c98c37c67de8f87507d7\",\"manufacturer\":\"Solitron\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 16:28\"}]', null, '7', null, '2025-04-30 16:28:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917496521955446785', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电43所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 16:29\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1746001761460.pdf,/oss/physical/temp/CC2S80AMJ-RH-4_1746001769347.xlsx\",\"id\":\"1917496521930280961\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":42,\"totalCountXhy\":3,\"type\":\"其他混合集成电路\"}]', null, '7', null, '2025-04-30 16:29:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917496577395757058', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.170', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"200 Mbps Fiber optic TX/REC\",\"deviceMode\":\"ODL200 TX/REC\",\"deviceName\":\"ODL200 TX/REC\",\"deviceType\":\"Fiber Optics\",\"experimentDate\":\"3/30/1993;1/6/1994;7/18/1994\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/nsrec94a.pdf\\\",\\\"b010694.pdf\\\":\\\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/b010694.pdf\\\",\\\"data(49)_1746001782545.xlsx\\\":\\\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/data(49)_1746001782545.xlsx\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/nsrec94a.pdf\",\"b010694.pdf\":\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/b010694.pdf\",\"data(49)_1746001782545.xlsx\":\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/data(49)_1746001782545.xlsx\"},\"id\":\"6184af8cca9084c5010e9d3d99f9a327\",\"manufacturer\":\"ATT/CTS\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-04-30 16:29\"}]', null, '7', null, '2025-04-30 16:29:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917496579706818562', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LED\",\"deviceMode\":\"TIL25\",\"deviceName\":\"TIL25\",\"deviceType\":\"LED\",\"experimentDate\":\"4/1/2002;7/19/2002\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/e2192b2054a81762ecdfaeec2f50eab8/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e2192b2054a81762ecdfaeec2f50eab8/data.xlsx\\\",\\\"TIL25_1746001783602.xlsx\\\":\\\"/oss/physical/NASA/e2192b2054a81762ecdfaeec2f50eab8/TIL25_1746001783602.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/e2192b2054a81762ecdfaeec2f50eab8/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e2192b2054a81762ecdfaeec2f50eab8/data.xlsx\",\"TIL25_1746001783602.xlsx\":\"/oss/physical/NASA/e2192b2054a81762ecdfaeec2f50eab8/TIL25_1746001783602.xlsx\"},\"id\":\"e2192b2054a81762ecdfaeec2f50eab8\",\"manufacturer\":\"TI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 16:29\"}]', null, '5', null, '2025-04-30 16:29:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917496614704091138', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1746000972634.pdf,/oss/physical/temp/CC2S80AMJ-RH-3_1746001602448.xlsx\",\"id\":\"1917493259751624706\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":84,\"totalCountXhy\":3,\"type\":\"其他混合集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:29\"}]', null, '7', null, '2025-04-30 16:29:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917496655724384257', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1746000787294.pdf,/oss/physical/temp/CC2S80AMJ-RH-2_1746001583853.xlsx\",\"id\":\"1917492337516449794\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":84,\"totalCountXhy\":3,\"type\":\"其他混合集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:30\"}]', null, '5', null, '2025-04-30 16:30:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917496689610166273', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.6.10-2022.7.20\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1745983444148.pdf,/oss/physical/temp/CC2S80AMJ-RH_1746001561686.xlsx\",\"id\":\"1917422091568910338\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":84,\"totalCountXhy\":3,\"type\":\"其他混合集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:30\"}]', null, '5', null, '2025-04-30 16:30:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917497026505052162', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"32G Flash Memory\",\"deviceMode\":\"MT29F32G08ABAAAWP\",\"deviceName\":\"MT29F32G08ABAAAWP\",\"deviceType\":\"NAND Flash Memory\",\"experimentDate\":\"3/4/2013\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"A536_VdG20130304_MT29F32G08ABAAAWP_32Gflash_TID.pdf\\\":\\\"/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/A536_VdG20130304_MT29F32G08ABAAAWP_32Gflash_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/data.xlsx\\\",\\\"电离总剂量效应_1746001890450.xlsx\\\":\\\"/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/电离总剂量效应_1746001890450.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"A536_VdG20130304_MT29F32G08ABAAAWP_32Gflash_TID.pdf\":\"/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/A536_VdG20130304_MT29F32G08ABAAAWP_32Gflash_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/data.xlsx\",\"电离总剂量效应_1746001890450.xlsx\":\"/oss/physical/NASA/6e0820e347c2752855280cd58ec31e62/电离总剂量效应_1746001890450.xlsx\"},\"id\":\"6e0820e347c2752855280cd58ec31e62\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 16:31\"}]', null, '4', null, '2025-04-30 16:31:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917497165391040514', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"TPS5420\",\"deviceName\":\"TPS5420\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"VdG2008MAR\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/182310814728a29af710b2fa11877b5c/nsrec09_W13_TID.pdf\\\",\\\"VdG08MAR_TPS5420.pdf\\\":\\\"/oss/physical/NASA/182310814728a29af710b2fa11877b5c/VdG08MAR_TPS5420.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/182310814728a29af710b2fa11877b5c/data.xlsx\\\",\\\"TPS5420_1746001922577.xlsx\\\":\\\"/oss/physical/NASA/182310814728a29af710b2fa11877b5c/TPS5420_1746001922577.xlsx\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/182310814728a29af710b2fa11877b5c/nsrec09_W13_TID.pdf\",\"VdG08MAR_TPS5420.pdf\":\"/oss/physical/NASA/182310814728a29af710b2fa11877b5c/VdG08MAR_TPS5420.pdf\",\"data.xlsx\":\"/oss/physical/NASA/182310814728a29af710b2fa11877b5c/data.xlsx\",\"TPS5420_1746001922577.xlsx\":\"/oss/physical/NASA/182310814728a29af710b2fa11877b5c/TPS5420_1746001922577.xlsx\"},\"id\":\"182310814728a29af710b2fa11877b5c\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":126,\"totalCountNasa\":2,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 16:32\"}]', null, '5', null, '2025-04-30 16:32:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917497238229323778', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 16:32\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5232\",\"experimentDate\":\"2022.06.17-2022.06.23\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746001933383.xlsx,/oss/physical/temp/LW5232测试数据_1746001936349.pdf,/oss/physical/temp/质量记录_1746001938926.pdf\",\"id\":\"1917497238204157953\",\"manufacturer\":\"771所\",\"name\":\"线性稳压器\",\"totalCountLhs\":44,\"totalCountXhy\":11,\"type\":\"半导体集成电路\"}]', null, '6', null, '2025-04-30 16:32:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917497770524250114', '2', '历史一期记录-添加', '2', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中电43所\",\"createBy\":\"changyuhai\",\"createTime\":\"2025-04-30 16:34\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.7.22-2022.8.3\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1746001951727.pdf\",\"id\":\"1917497770515861506\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":22,\"totalCountXhy\":11,\"type\":\"其他混合集成电路\"}]', null, '4', null, '2025-04-30 16:34:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917497845933641729', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电43所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电43所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CC2S80AMJ-RH\",\"experimentDate\":\"2022.7.22-2022.8.3\",\"experimentUser\":\"冯婕\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-062_1746001951727.pdf,/oss/physical/temp/CC2S80AMJ-RH-5_1746002082151.xlsx\",\"id\":\"1917497770515861506\",\"manufacturer\":\"中电43所\",\"name\":\"KC-2022-JL-062\",\"totalCountLhs\":22,\"totalCountXhy\":11,\"type\":\"其他混合集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:34\"}]', null, '7', null, '2025-04-30 16:34:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917498153975910402', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"航天五院\",\"dataEntry\":\"常余海\",\"dataProvider\":\"航天五院\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LUC1843ARH, LW5232-5.0TS\",\"experimentDate\":\"2023.3.17-2023.5.10\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-031_1745924118583.pdf\",\"id\":\"1917170840809738242\",\"manufacturer\":\"航天771所\",\"name\":\"KC-2023-JL-031\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"模拟集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:35\"}]', null, '5', null, '2025-04-30 16:36:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917498220438851585', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"TP0116400AJ3B-70\",\"deviceName\":\"TP0116400AJ3B-70\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"9/11/1997\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"DRAM296.pdf\\\":\\\"/oss/physical/NASA/5884725e6fe127d9111a23a755c43be6/DRAM296.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5884725e6fe127d9111a23a755c43be6/data.xlsx\\\",\\\"TP0116400AJ3B-70_1746002172600.xlsx\\\":\\\"/oss/physical/NASA/5884725e6fe127d9111a23a755c43be6/TP0116400AJ3B-70_1746002172600.xlsx\\\"}\",\"fileMap\":{\"DRAM296.pdf\":\"/oss/physical/NASA/5884725e6fe127d9111a23a755c43be6/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5884725e6fe127d9111a23a755c43be6/data.xlsx\",\"TP0116400AJ3B-70_1746002172600.xlsx\":\"/oss/physical/NASA/5884725e6fe127d9111a23a755c43be6/TP0116400AJ3B-70_1746002172600.xlsx\"},\"id\":\"5884725e6fe127d9111a23a755c43be6\",\"manufacturer\":\"IBM\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 16:36\"}]', null, '8', null, '2025-04-30 16:36:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917498328924524546', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"西北工业大学\",\"dataEntry\":\"常余海\",\"dataProvider\":\"西北工业大学\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"XX\",\"experimentDate\":\"2023.11.7\",\"experimentUser\":\"于钢\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-109_1745922330698.pdf\",\"id\":\"1917163337199882242\",\"manufacturer\":\"陕西迪泰克新材料有限公司\",\"name\":\"KC-2023-JL-109\",\"totalCountLhs\":0,\"totalCountXhy\":0,\"type\":\"其他电气和电子元器件\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:36\"}]', null, '5', null, '2025-04-30 16:36:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917498480909324289', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Spectra Diode\",\"deviceMode\":\"SDL5601V1\",\"deviceName\":\"SDL5601V1\",\"deviceType\":\"Photonics\",\"experimentDate\":\"9/3/1997;7/20/1998\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"i090397.pdf\\\":\\\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/i090397.pdf\\\",\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/data.xlsx\\\",\\\"位移损伤效应_1746002236894.xlsx\\\":\\\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/位移损伤效应_1746002236894.xlsx\\\"}\",\"fileMap\":{\"i090397.pdf\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/i090397.pdf\",\"NSREC98.pdf\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/data.xlsx\",\"位移损伤效应_1746002236894.xlsx\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/位移损伤效应_1746002236894.xlsx\"},\"id\":\"df33e81628fec2be8386b0e328c01b1e\",\"manufacturer\":\"LED\",\"totalCountLhs\":14,\"totalCountNasa\":14,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 16:37\"}]', null, '5', null, '2025-04-30 16:37:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917498501109092354', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院上海微系统所\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:37\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院上海微系统所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PL-5-12\",\"experimentDate\":\"2023.3.13—2023.3.17\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-026_1746002232024.pdf,/oss/physical/temp/电离总剂量效应_1746002239445.xlsx\",\"id\":\"1917498501083926530\",\"manufacturer\":\"中科院上海微系统所\",\"name\":\"PL-5-12型晶体管\",\"totalCountLhs\":128,\"totalCountXhy\":32,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-30 16:37:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917498884208431105', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"ZC1309B-E107-00-100M0000\",\"experimentDate\":\"2023.6.27-2023.8.16\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745982257928.pdf,/oss/physical/temp/ZC1309B-E107-00-100M0000_1745986974326.xlsx\",\"id\":\"1917416201843347458\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":4,\"totalCountXhy\":2,\"type\":\"振荡器和压电晶体\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:38\"}]', null, '8', null, '2025-04-30 16:38:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917498900918538241', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院上海微系统所\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:38\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院上海微系统所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PL-5-33\",\"experimentDate\":\"2023.3.13—2023.3.17\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-026_1746002331094.pdf,/oss/physical/temp/电离总剂量效应_1746002337130.xlsx\",\"id\":\"1917498900893372417\",\"manufacturer\":\"中科院上海微系统所\",\"name\":\"PL-5-33型晶体管\",\"totalCountLhs\":128,\"totalCountXhy\":32,\"type\":\"晶体管\"}]', null, '7', null, '2025-04-30 16:38:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917499058934747137', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"TMS416400DJ-60\",\"deviceName\":\"TMS416400DJ-60\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"7/21/1997\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/e42d609c27160918efad17e222869585/Random97a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e42d609c27160918efad17e222869585/data.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/e42d609c27160918efad17e222869585/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e42d609c27160918efad17e222869585/data.xlsx\"},\"id\":\"e42d609c27160918efad17e222869585\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 16:39\"}]', null, '8', null, '2025-04-30 16:39:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917499258420039681', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院上海微系统所\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:40\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院上海微系统所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PL-1-12\",\"experimentDate\":\"2023.3.13—2023.3.17\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-026_1746002417016.pdf,/oss/physical/temp/电离总剂量效应_1746002421938.xlsx\",\"id\":\"1917499258403262465\",\"manufacturer\":\"中科院上海微系统所\",\"name\":\"PL-1-12晶体管\",\"totalCountLhs\":128,\"totalCountXhy\":32,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 16:40:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917499264115904513', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QZJ651\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745981672312.pdf,/oss/physical/temp/QZJ651_1745986962682.xlsx\",\"id\":\"1917412766481879041\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:40\"}]', null, '8', null, '2025-04-30 16:40:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917499289998954498', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中科院上海微系统所\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院上海微系统所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PL-1-12\",\"experimentDate\":\"2023.3.13—2023.3.17\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-026_1746002417016.pdf,/oss/physical/temp/电离总剂量效应_1746002421938.xlsx\",\"id\":\"1917499258403262465\",\"manufacturer\":\"中科院上海微系统所\",\"name\":\"PL-1-12型晶体管\",\"totalCountLhs\":128,\"totalCountXhy\":32,\"type\":\"晶体管\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-30 16:40\"}]', null, '6', null, '2025-04-30 16:40:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917499354993889281', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"QZJ726\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745981341486.pdf,/oss/physical/temp/QZJ726_1745986951941.xlsx\",\"id\":\"1917411825322004481\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"开关\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:40\"}]', null, '4', null, '2025-04-30 16:40:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917499454147235841', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SS-KFG902/103-30\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745980527368.pdf,/oss/physical/temp/SS-KFG902103-30_1745986933145.xlsx\",\"id\":\"1917408946855055362\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"射频电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:41\"}]', null, '4', null, '2025-04-30 16:41:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917499493561110530', '2', '历史一期记录-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中电13所\",\"dataEntry\":\"常余海\",\"dataProvider\":\"中电13所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"CPLS-E5-8700-1\",\"experimentDate\":\"2023.6.27\",\"experimentUser\":\"刘海涛\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-052_1745925552456.pdf,/oss/physical/temp/CPLS-E5-8700-1_1745986904446.xlsx\",\"id\":\"1917176880662024193\",\"manufacturer\":\"中电13所\",\"name\":\"KC-2023-JL-052\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"其他混合集成电路\",\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 16:41\"}]', null, '6', null, '2025-04-30 16:41:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917499494894899202', '2', '历史一期记录-添加', '2', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中科院上海微系统所\",\"createBy\":\"luozikang\",\"createTime\":\"2025-04-30 16:41\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院上海微系统所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PL-1-33\",\"experimentDate\":\"2023.3.13—2023.3.17\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-026_1746002474136.pdf,/oss/physical/temp/电离总剂量效应_1746002478736.xlsx\",\"id\":\"1917499494878121986\",\"manufacturer\":\"中科院上海微系统所\",\"name\":\"PL-1-33型晶体管\",\"totalCountLhs\":128,\"totalCountXhy\":32,\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 16:41:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917499836684537857', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Low dropout linear adjustable voltage regulator\",\"deviceMode\":\"TPS73601\",\"deviceName\":\"TPS73601\",\"deviceType\":\"BiCMOS Linear Device\",\"experimentDate\":\"6/28/2006\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/data.xlsx\\\",\\\"TPS73601_1746001307273.xlsx\\\":\\\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/TPS73601_1746001307273.xlsx\\\",\\\"L061806_TPS73601.pdf\\\":\\\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/L061806_TPS73601.pdf\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/data.xlsx\",\"TPS73601_1746001307273.xlsx\":\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/TPS73601_1746001307273.xlsx\",\"L061806_TPS73601.pdf\":\"/oss/physical/NASA/19fc68745c63fd915d202eaf5734bf04/L061806_TPS73601.pdf\"},\"id\":\"19fc68745c63fd915d202eaf5734bf04\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":48,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 16:42\"}]', null, '24', null, '2025-04-30 16:42:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917500173390680065', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1034\",\"deviceFunction\":\"Super Barrier Diode\",\"deviceMode\":\"SBR1045D1\",\"deviceName\":\"SBR1045D1\",\"deviceType\":\"Si\",\"experimentDate\":\"2016NovLBNL\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\":\\\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/data.xlsx\\\",\\\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746002637917.xlsx\\\":\\\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746002637917.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/data.xlsx\",\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746002637917.xlsx\":\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746002637917.xlsx\"},\"id\":\"2151e1ec7a49dd2bc2f9a1ffadcb52e4\",\"manufacturer\":\"Diodes, Inc.\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 16:44\"}]', null, '5', null, '2025-04-30 16:44:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917500232618446850', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1034\",\"deviceFunction\":\"Super Barrier Diode\",\"deviceMode\":\"SBR1045D1\",\"deviceName\":\"SBR1045D1\",\"deviceType\":\"二极管\",\"experimentDate\":\"2016NovLBNL\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746002637917.xlsx\\\":\\\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746002637917.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/data.xlsx\\\",\\\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\":\\\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\"}\",\"fileMap\":{\"单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746002637917.xlsx\":\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/单粒子效应NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942_1746002637917.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/data.xlsx\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/2151e1ec7a49dd2bc2f9a1ffadcb52e4/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\"},\"id\":\"2151e1ec7a49dd2bc2f9a1ffadcb52e4\",\"manufacturer\":\"Diodes, Inc.\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 16:44\"}]', null, '5', null, '2025-04-30 16:44:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917500484222160898', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 16:45\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"外协\",\"dataSource\":\"771所\",\"dataType\":\"historical\",\"deviceMode\":\"LZ5393R\",\"experimentDate\":\"2022.05.23-2022.05.25\",\"experimentUser\":\"陈亚文\",\"id\":\"1917500484196995073\",\"manufacturer\":\"771所\",\"name\":\"4线-6线译码器\",\"totalCountLhs\":32,\"totalCountXhy\":8,\"type\":\"半导体集成电路\"}]', null, '7', null, '2025-04-30 16:45:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917500575142088706', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"外协\",\"dataSource\":\"771所\",\"dataType\":\"historical\",\"deviceMode\":\"LZ5393R\",\"experimentDate\":\"2022.05.23-2022.05.25\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746002729111.xlsx,/oss/physical/temp/LZ5393R测试数据_1746002731594.pdf,/oss/physical/temp/质量记录_1746002735788.pdf\",\"id\":\"1917500484196995073\",\"manufacturer\":\"771所\",\"name\":\"4线-6线译码器\",\"totalCountLhs\":32,\"totalCountXhy\":8,\"type\":\"半导体集成电路\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 16:45\"}]', null, '7', null, '2025-04-30 16:45:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917500617441644545', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"NAND Flash Memory\",\"deviceMode\":\"MT29F2G08B\",\"deviceName\":\"MT29F2G08B\",\"deviceType\":\"Memory\",\"experimentDate\":\"10/2005;12/2/2005;3/12/2006;3/27/2006\",\"experimentUser\":\"马崟洁\",\"id\":\"72a1b689ee354a2086e31cf09f6900ca\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 16:45\"}]', null, '8', null, '2025-04-30 16:45:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917500669207744514', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Gbit NAND Flash Memory\",\"deviceMode\":\"MT29F4G08AAAWP\",\"deviceName\":\"MT29F4G08AAAWP\",\"deviceType\":\"63 nm CMOS; 73 nm CMOS\",\"experimentDate\":\"TAMU07MAY;TAMU07JUNE;TAMU07AUG;12/2007;VdG08SEP;VdG08OCT;TAMU08NOV;TAMU09AUG;TAMU10DEC;NRL11MAR;8/24/2009;12/7/2010;3/8/2011\",\"experimentUser\":\"马崟洁\",\"id\":\"af267898b918d79e41b7275468a4f8a1\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 16:45\"}]', null, '11', null, '2025-04-30 16:46:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917500739319730177', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"外协\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LZ5393R\",\"experimentDate\":\"2022.05.23-2022.05.25\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746002729111.xlsx,/oss/physical/temp/LZ5393R测试数据_1746002731594.pdf,/oss/physical/temp/质量记录_1746002735788.pdf\",\"id\":\"1917500484196995073\",\"manufacturer\":\"771所\",\"name\":\"4线-6线译码器\",\"totalCountLhs\":32,\"totalCountXhy\":8,\"type\":\"半导体集成电路\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 16:46\"}]', null, '6', null, '2025-04-30 16:46:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917501444243820546', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"SFS100/140Y\",\"deviceName\":\"SFS100/140Y\",\"deviceType\":\"Optical Fiber\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/NSREC02_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/data.xlsx\\\",\\\"电离总剂量效应_1746002943714.xlsx\\\":\\\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/电离总剂量效应_1746002943714.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/data.xlsx\",\"电离总剂量效应_1746002943714.xlsx\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/电离总剂量效应_1746002943714.xlsx\"},\"id\":\"13dd6ed1559a5463aa4e99bc3dd83805\",\"manufacturer\":\"Fiberguide\",\"totalCountLhs\":170,\"totalCountNasa\":170,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 16:49\"}]', null, '8', null, '2025-04-30 16:49:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917501691162497026', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"423218\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"TMS416400DJ\",\"deviceName\":\"TMS416400DJ\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"11/17/1996;12/4/1996;2/24/1997\",\"fileList\":\"{\\\"B022497.pdf\\\":\\\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/B022497.pdf\\\",\\\"i111796b.pdf\\\":\\\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/i111796b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/data.xlsx\\\"}\",\"fileMap\":{\"B022497.pdf\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/B022497.pdf\",\"i111796b.pdf\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/i111796b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/data.xlsx\"},\"id\":\"61ce9527a13073bd191498098f9c9705\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":150,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 16:50\"}]', null, '7', null, '2025-04-30 16:50:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917501717959905282', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"423218\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"TMS416400DJ\",\"deviceName\":\"TMS416400DJ\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"11/17/1996;12/4/1996;2/24/1997\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"B022497.pdf\\\":\\\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/B022497.pdf\\\",\\\"i111796b.pdf\\\":\\\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/i111796b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/data.xlsx\\\"}\",\"fileMap\":{\"B022497.pdf\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/B022497.pdf\",\"i111796b.pdf\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/i111796b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/data.xlsx\"},\"id\":\"61ce9527a13073bd191498098f9c9705\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":150,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 16:50\"}]', null, '8', null, '2025-04-30 16:50:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917502313215528962', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"423218\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"TMS416400DJ\",\"deviceName\":\"TMS416400DJ\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"11/17/1996;12/4/1996;2/24/1997\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"B022497.pdf\\\":\\\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/B022497.pdf\\\",\\\"i111796b.pdf\\\":\\\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/i111796b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/data.xlsx\\\",\\\"TMS416400DJ_1746003149292.xlsx\\\":\\\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/TMS416400DJ_1746003149292.xlsx\\\"}\",\"fileMap\":{\"B022497.pdf\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/B022497.pdf\",\"i111796b.pdf\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/i111796b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/data.xlsx\",\"TMS416400DJ_1746003149292.xlsx\":\"/oss/physical/NASA/61ce9527a13073bd191498098f9c9705/TMS416400DJ_1746003149292.xlsx\"},\"id\":\"61ce9527a13073bd191498098f9c9705\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":150,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 16:52\"}]', null, '9', null, '2025-04-30 16:52:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917502534481842178', '1', '用户名: huangkan,登录成功!', null, 'huangkan', '黄侃', '119.78.164.163', null, null, null, null, '0', null, '2025-04-30 16:53:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917502570989064193', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Fiber Optic Data Bus/Interface\",\"deviceMode\":\"SEDSII\",\"deviceName\":\"SEDSII\",\"deviceType\":\"Fiber Optics\",\"experimentDate\":\"3/19/1997\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"r021497.pdf\\\":\\\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/r021497.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/data.xlsx\\\",\\\"单粒子效应_1746003212203.xlsx\\\":\\\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/单粒子效应_1746003212203.xlsx\\\"}\",\"fileMap\":{\"r021497.pdf\":\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/r021497.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/data.xlsx\",\"单粒子效应_1746003212203.xlsx\":\"/oss/physical/NASA/9341717eccaadea538e69fb89a055959/单粒子效应_1746003212203.xlsx\"},\"id\":\"9341717eccaadea538e69fb89a055959\",\"manufacturer\":\"various\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 16:53\"}]', null, '8', null, '2025-04-30 16:53:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917502707446550530', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Relay\",\"deviceMode\":\"Mii53258\",\"deviceName\":\"Mii53258\",\"deviceType\":\"其他半导体集成电路\",\"experimentDate\":\"7/19/2001\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/nsrec01_W15.pdf\\\",\\\"D120400e.pdf\\\":\\\"/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/D120400e.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/data.xlsx\\\",\\\"Mii53258单粒子效应_1746003240919.xlsx\\\":\\\"/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/Mii53258单粒子效应_1746003240919.xlsx\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/nsrec01_W15.pdf\",\"D120400e.pdf\":\"/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/D120400e.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/data.xlsx\",\"Mii53258单粒子效应_1746003240919.xlsx\":\"/oss/physical/NASA/3dc9fc490877076f0b1b7e6a701d6c5a/Mii53258单粒子效应_1746003240919.xlsx\"},\"id\":\"3dc9fc490877076f0b1b7e6a701d6c5a\",\"manufacturer\":\"Micropac\",\"totalCountLhs\":5,\"totalCountNasa\":5,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 16:54\"}]', null, '5', null, '2025-04-30 16:54:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917502728363544578', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"SBL8L40\",\"deviceName\":\"SBL8L40\",\"deviceType\":\"二极管\",\"experimentDate\":\"8/18/2015\",\"experimentUser\":\"孙家诚\",\"id\":\"ed4d1c26818025be69c55808545ae1f8\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 16:54\"}]', null, '8', null, '2025-04-30 16:54:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917503101094563842', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 16:55\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LZX1\",\"experimentDate\":\"2022.05.24\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746003332420.xlsx,/oss/physical/temp/LZX1测试数据_1746003335168.pdf,/oss/physical/temp/质量记录_1746003337482.pdf\",\"id\":\"1917503101077786626\",\"manufacturer\":\"771所\",\"name\":\"全波相敏整流放大器\",\"totalCountLhs\":81,\"totalCountXhy\":1,\"type\":\"半导体集成电路\"}]', null, '6', null, '2025-04-30 16:55:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917503282875699202', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"16 Mbit DRAMS,5V\",\"deviceMode\":\"TMS416400\",\"deviceName\":\"TMS416400\",\"deviceType\":\"Memory\",\"experimentDate\":\"2/7/1997\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"PPM-97-006.pdf\\\":\\\"/oss/physical/NASA/29d104f668f10ce98fa30fcf15673f87/PPM-97-006.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/29d104f668f10ce98fa30fcf15673f87/data.xlsx\\\",\\\"TMS416400_1746003380551.xlsx\\\":\\\"/oss/physical/NASA/29d104f668f10ce98fa30fcf15673f87/TMS416400_1746003380551.xlsx\\\"}\",\"fileMap\":{\"PPM-97-006.pdf\":\"/oss/physical/NASA/29d104f668f10ce98fa30fcf15673f87/PPM-97-006.pdf\",\"data.xlsx\":\"/oss/physical/NASA/29d104f668f10ce98fa30fcf15673f87/data.xlsx\",\"TMS416400_1746003380551.xlsx\":\"/oss/physical/NASA/29d104f668f10ce98fa30fcf15673f87/TMS416400_1746003380551.xlsx\"},\"id\":\"29d104f668f10ce98fa30fcf15673f87\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":192,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 16:56\"}]', null, '8', null, '2025-04-30 16:56:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917503666851647489', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"SBL3040\",\"deviceName\":\"SBL3040\",\"deviceType\":\"Si\",\"experimentDate\":\"8/18/2015\",\"experimentUser\":\"孙家诚\",\"id\":\"764f0fae4f3cd3db25749a89e9fb22b5\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 16:57\"}]', null, '6', null, '2025-04-30 16:57:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917503744635015170', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"SBL3040\",\"deviceName\":\"SBL3040\",\"deviceType\":\"二极管\",\"experimentDate\":\"8/18/2015\",\"experimentUser\":\"孙家诚\",\"id\":\"764f0fae4f3cd3db25749a89e9fb22b5\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 16:58\"}]', null, '5', null, '2025-04-30 16:58:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917504156301758465', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Flash Memory\",\"deviceMode\":\"MT29F1T08CMHBBJ4\",\"deviceName\":\"MT29F1T08CMHBBJ4\",\"deviceType\":\"CMOS\",\"experimentDate\":\"6/5/2017;5/1/2018;6/21/2017;4/9/2018\",\"experimentUser\":\"马崟洁\",\"id\":\"06f7bd92838abd4143fe36886ce280aa\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 16:59\"}]', null, '43', null, '2025-04-30 16:59:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917505472176558081', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Signal conditioner\",\"deviceMode\":\"SE5521F\",\"deviceName\":\"SE5521F\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"7/29/1994;7/17/1995\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/data.xlsx\\\",\\\"b072994.pdf\\\":\\\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/b072994.pdf\\\",\\\"单粒子效应_1746003904170.xlsx\\\":\\\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/单粒子效应_1746003904170.xlsx\\\"}\",\"fileMap\":{\"ieee95a.pdf\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/b072994.pdf\",\"单粒子效应_1746003904170.xlsx\":\"/oss/physical/NASA/2ba073876d4b9c60f632b7671b362041/单粒子效应_1746003904170.xlsx\"},\"id\":\"2ba073876d4b9c60f632b7671b362041\",\"manufacturer\":\"SGN\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 17:05\"}]', null, '6', null, '2025-04-30 17:05:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917505568138039298', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0924, 15-049\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"SBL1045\",\"deviceName\":\"SBL1045\",\"deviceType\":\"二极管\",\"experimentDate\":\"8/18/2015\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/2b8980d1e007a7e97cf0ddea62ebe4a3/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2b8980d1e007a7e97cf0ddea62ebe4a3/data.xlsx\\\",\\\"单粒子效应_1746003926114.xlsx\\\":\\\"/oss/physical/NASA/2b8980d1e007a7e97cf0ddea62ebe4a3/单粒子效应_1746003926114.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/2b8980d1e007a7e97cf0ddea62ebe4a3/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2b8980d1e007a7e97cf0ddea62ebe4a3/data.xlsx\",\"单粒子效应_1746003926114.xlsx\":\"/oss/physical/NASA/2b8980d1e007a7e97cf0ddea62ebe4a3/单粒子效应_1746003926114.xlsx\"},\"id\":\"2b8980d1e007a7e97cf0ddea62ebe4a3\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 17:05\"}]', null, '6', null, '2025-04-30 17:05:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917505622139703298', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LZX1\",\"experimentDate\":\"2022.05.24\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/LZX1测试数据_1746003335168.pdf,/oss/physical/temp/质量记录_1746003337482.pdf,/oss/physical/temp/电离总剂量效应_1746003927485.xlsx\",\"id\":\"1917503101077786626\",\"manufacturer\":\"771所\",\"name\":\"全波相敏整流放大器\",\"totalCountLhs\":81,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:05\"}]', null, '9', null, '2025-04-30 17:05:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917506072595369986', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"SBL1040\",\"deviceName\":\"SBL1040\",\"deviceType\":\"二极管\",\"experimentDate\":\"8/18/2015\",\"experimentUser\":\"孙家诚\",\"id\":\"cb4b02e5152603417c9ca330d654bc1d\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 17:07\"}]', null, '7', null, '2025-04-30 17:07:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917506132582305793', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Temperature Sensor\",\"deviceMode\":\"TMP36\",\"deviceName\":\"TMP36\",\"deviceType\":\"Temperature Sensor\",\"experimentDate\":\"8/8/2002;7/25/2003\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/data.xlsx\\\",\\\"B061702_TMP36.pdf\\\":\\\"/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/B061702_TMP36.pdf\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/NSREC03_W10.pdf\\\",\\\"TMP36_1746004059392.xlsx\\\":\\\"/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/TMP36_1746004059392.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/data.xlsx\",\"B061702_TMP36.pdf\":\"/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/B061702_TMP36.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/NSREC03_W10.pdf\",\"TMP36_1746004059392.xlsx\":\"/oss/physical/NASA/71be846ccbcc3b6f0ee7ce3ee96c3434/TMP36_1746004059392.xlsx\"},\"id\":\"71be846ccbcc3b6f0ee7ce3ee96c3434\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":78,\"totalCountNasa\":9,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 17:07\"}]', null, '10', null, '2025-04-30 17:07:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917506134037729282', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"外协\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LZ5393R\",\"experimentDate\":\"2022.05.23-2022.05.25\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/LZ5393R测试数据_1746002731594.pdf,/oss/physical/temp/质量记录_1746002735788.pdf,/oss/physical/temp/电离总剂量效应_1746004039321.xlsx\",\"id\":\"1917500484196995073\",\"manufacturer\":\"771所\",\"name\":\"4线-6线译码器\",\"totalCountLhs\":36,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:07\"}]', null, '8', null, '2025-04-30 17:07:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917506644765544450', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中科新微特\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科新微特\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS842U1\",\"experimentDate\":\"2022.5.17—2022.6.3\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2022-JL-049_1745999197900.pdf,/oss/physical/temp/电离总剂量效应_1745999200992.xlsx,/oss/physical/temp/KC-2022-SB-UD88_1746004180967.pdf\",\"id\":\"1917485746520035329\",\"manufacturer\":\"中科新微特\",\"name\":\"LCS842U1型晶体管\",\"totalCountLhs\":22,\"totalCountXhy\":1,\"type\":\"晶体管\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-30 17:09\"}]', null, '4', null, '2025-04-30 17:09:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917506780216397825', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5232\",\"experimentDate\":\"2022.06.17-2022.06.23\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/LW5232测试数据_1746001936349.pdf,/oss/physical/temp/质量记录_1746001938926.pdf,/oss/physical/temp/电离总剂量效应_1746004186480.xlsx\",\"id\":\"1917497238204157953\",\"manufacturer\":\"771所\",\"name\":\"线性稳压器\",\"totalCountLhs\":44,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:10\"}]', null, '6', null, '2025-04-30 17:10:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917506882964262914', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中科院上海微系统所\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院上海微系统所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PL-1-33\",\"experimentDate\":\"2023.3.13—2023.3.17\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-026_1746002474136.pdf,/oss/physical/temp/电离总剂量效应_1746002478736.xlsx,/oss/physical/temp/KC-2023-SB-SWXT_1746004240119.pdf\",\"id\":\"1917499494878121986\",\"manufacturer\":\"中科院上海微系统所\",\"name\":\"PL-1-33型晶体管\",\"totalCountLhs\":128,\"totalCountXhy\":32,\"type\":\"晶体管\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-30 17:10\"}]', null, '8', null, '2025-04-30 17:10:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917506953827028993', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中科院上海微系统所\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院上海微系统所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PL-1-12\",\"experimentDate\":\"2023.3.13—2023.3.17\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-026_1746002417016.pdf,/oss/physical/temp/电离总剂量效应_1746002421938.xlsx\",\"id\":\"1917499258403262465\",\"manufacturer\":\"中科院上海微系统所\",\"name\":\"PL-1-12型晶体管\",\"totalCountLhs\":128,\"totalCountXhy\":32,\"type\":\"晶体管\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-30 17:10\"}]', null, '6', null, '2025-04-30 17:10:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917507025566404609', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中科院上海微系统所\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院上海微系统所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PL-1-12\",\"experimentDate\":\"2023.3.13—2023.3.17\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-026_1746002417016.pdf,/oss/physical/temp/电离总剂量效应_1746002421938.xlsx,/oss/physical/temp/KC-2023-SB-SWXT_1746004272870.pdf\",\"id\":\"1917499258403262465\",\"manufacturer\":\"中科院上海微系统所\",\"name\":\"PL-1-12型晶体管\",\"totalCountLhs\":128,\"totalCountXhy\":32,\"type\":\"晶体管\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-30 17:11\"}]', null, '8', null, '2025-04-30 17:11:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917507055744421890', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中科院上海微系统所\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院上海微系统所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PL-5-33\",\"experimentDate\":\"2023.3.13—2023.3.17\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-026_1746002331094.pdf,/oss/physical/temp/电离总剂量效应_1746002337130.xlsx,/oss/physical/temp/KC-2023-SB-SWXT_1746004280894.pdf\",\"id\":\"1917498900893372417\",\"manufacturer\":\"中科院上海微系统所\",\"name\":\"PL-5-33型晶体管\",\"totalCountLhs\":128,\"totalCountXhy\":32,\"type\":\"晶体管\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-30 17:11\"}]', null, '6', null, '2025-04-30 17:11:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917507093572849665', '2', '历史一期记录-编辑', '3', 'luozikang', '罗梓康', '119.78.164.171', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中科院上海微系统所\",\"dataEntry\":\"罗梓康\",\"dataProvider\":\"中科院上海微系统所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"PL-5-12\",\"experimentDate\":\"2023.3.13—2023.3.17\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-026_1746002232024.pdf,/oss/physical/temp/电离总剂量效应_1746002239445.xlsx,/oss/physical/temp/KC-2023-SB-SWXT_1746004288948.pdf\",\"id\":\"1917498501083926530\",\"manufacturer\":\"中科院上海微系统所\",\"name\":\"PL-5-12型晶体管\",\"totalCountLhs\":128,\"totalCountXhy\":32,\"type\":\"晶体管\",\"updateBy\":\"luozikang\",\"updateTime\":\"2025-04-30 17:11\"}]', null, '7', null, '2025-04-30 17:11:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917507288482156546', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5232\",\"experimentDate\":\"2022.06.17-2022.06.23\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/LW5232测试数据_1746001382819.pdf,/oss/physical/temp/质量记录_1746001385292.pdf,/oss/physical/temp/电离总剂量效应_1746004320764.xlsx\",\"id\":\"1917494913955762177\",\"manufacturer\":\"771所\",\"name\":\"线性稳压器\",\"totalCountLhs\":512,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:12\"}]', null, '6', null, '2025-04-30 17:12:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917507982052265985', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW5232\",\"experimentDate\":\"2022.06.17-2022.06.23\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/LW5232测试数据_1746001028915.pdf,/oss/physical/temp/质量记录_1746001031820.pdf,/oss/physical/temp/电离总剂量效应_1746004498365.xlsx\",\"id\":\"1917493431235743745\",\"manufacturer\":\"771所\",\"name\":\"线性稳压器\",\"totalCountLhs\":256,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:15\"}]', null, '4', null, '2025-04-30 17:15:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917508027900203009', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"2.5 linear voltage regulator\",\"deviceMode\":\"SAT8605R\",\"deviceName\":\"SAT8605R\",\"deviceType\":\"线性电压调节器\",\"experimentDate\":\"6/16/2006\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/data.xlsx\\\",\\\"L061606_SAT8605R.pdf\\\":\\\"/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/L061606_SAT8605R.pdf\\\",\\\"单粒子效应_1746004512865.xlsx\\\":\\\"/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/单粒子效应_1746004512865.xlsx\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/data.xlsx\",\"L061606_SAT8605R.pdf\":\"/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/L061606_SAT8605R.pdf\",\"单粒子效应_1746004512865.xlsx\":\"/oss/physical/NASA/a168a1c6c24c2f18ced4f03b85b3ee7c/单粒子效应_1746004512865.xlsx\"},\"id\":\"a168a1c6c24c2f18ced4f03b85b3ee7c\",\"manufacturer\":\"SatCon Electronics\",\"totalCountLhs\":8,\"totalCountNasa\":4,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 17:15\"}]', null, '7', null, '2025-04-30 17:15:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917508336932327425', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0801A,14-070\",\"deviceFunction\":\"DAC\",\"deviceMode\":\"TLV5618\",\"deviceName\":\"TLV5618\",\"deviceType\":\"CMOS\",\"experimentDate\":\"_2014Oct24-27\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"Ladbury-TR-14-070-TLV5618-2014Oct24-27-NASA-TM-20210015884.pdf\\\":\\\"/oss/physical/NASA/5ae19c00607403ca49c4a4b8a21b74da/Ladbury-TR-14-070-TLV5618-2014Oct24-27-NASA-TM-20210015884.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5ae19c00607403ca49c4a4b8a21b74da/data.xlsx\\\",\\\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\":\\\"/oss/physical/NASA/5ae19c00607403ca49c4a4b8a21b74da/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\"}\",\"fileMap\":{\"Ladbury-TR-14-070-TLV5618-2014Oct24-27-NASA-TM-20210015884.pdf\":\"/oss/physical/NASA/5ae19c00607403ca49c4a4b8a21b74da/Ladbury-TR-14-070-TLV5618-2014Oct24-27-NASA-TM-20210015884.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5ae19c00607403ca49c4a4b8a21b74da/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/5ae19c00607403ca49c4a4b8a21b74da/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\"},\"id\":\"5ae19c00607403ca49c4a4b8a21b74da\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":217,\"totalCountNasa\":2,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 17:16\"}]', null, '5', null, '2025-04-30 17:16:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917508419916632066', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF119\",\"experimentDate\":\"2022.06.17-2022.06.30\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/LF119测试数据_1745999941425.pdf,/oss/physical/temp/质量记录_1745999944760.pdf,/oss/physical/temp/电离总剂量效应_1746004596299.xlsx\",\"id\":\"1917488868726378497\",\"manufacturer\":\"771所\",\"name\":\"双电压比较器\",\"totalCountLhs\":330,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:16\"}]', null, '7', null, '2025-04-30 17:16:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917508470189559809', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0801A,14-070\",\"deviceFunction\":\"DAC\",\"deviceMode\":\"TLV5618\",\"deviceName\":\"TLV5618\",\"deviceType\":\"CMOS\",\"experimentDate\":\"_2014Oct24-27\",\"experimentUser\":\"李序友\",\"id\":\"5ae19c00607403ca49c4a4b8a21b74da\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":217,\"totalCountNasa\":2,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 17:16\"}]', null, '4', null, '2025-04-30 17:17:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917508573935669250', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power MOSFET Optocoupler\",\"deviceMode\":\"Mii53253\",\"deviceName\":\"Mii53253\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"7/19/2001\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/nsrec01_W15.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/data.xlsx\\\",\\\"D120400d.pdf\\\":\\\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/D120400d.pdf\\\",\\\"Mii53253单粒子效应_1746004643056.xlsx\\\":\\\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/Mii53253单粒子效应_1746004643056.xlsx\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/data.xlsx\",\"D120400d.pdf\":\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/D120400d.pdf\",\"Mii53253单粒子效应_1746004643056.xlsx\":\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/Mii53253单粒子效应_1746004643056.xlsx\"},\"id\":\"91099850855ea090b705fbbec2e443f6\",\"manufacturer\":\"Micropac\",\"totalCountLhs\":15,\"totalCountNasa\":13,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 17:17\"}]', null, '4', null, '2025-04-30 17:17:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917508915511398402', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F158A\",\"experimentDate\":\"2022.06.17-2022.06.30\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/F158A测试数据_1745998835441.pdf,/oss/physical/temp/质量记录_1745998838860.pdf,/oss/physical/temp/电离总剂量效应_1746004720369.xlsx\",\"id\":\"1917484232405651457\",\"manufacturer\":\"771所\",\"name\":\"单电源双运算放大器\",\"totalCountLhs\":264,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:18\"}]', null, '6', null, '2025-04-30 17:18:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917509010206199809', '1', '用户名: chenwenzhuo,登录成功!', null, 'chenwenzhuo', '陈文卓', '119.78.164.162', null, null, null, null, '0', null, '2025-04-30 17:19:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917509612139155457', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW7913A\",\"experimentDate\":\"2022.06.17-2022.06.30\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/LW7913A测试数据_1745989992466.pdf,/oss/physical/temp/质量记录_1745989995371.pdf,/oss/physical/temp/电离总剂量效应_1746004888672.xlsx\",\"id\":\"1917447142083104770\",\"manufacturer\":\"771所\",\"name\":\"低压差可调稳压器芯片\",\"totalCountLhs\":136,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:21\"}]', null, '9', null, '2025-04-30 17:21:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917510086737235970', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1135D\",\"deviceFunction\":\"Transceiver\",\"deviceMode\":\"TLK2711-SP\",\"deviceName\":\"TLK2711-SP\",\"deviceType\":\"0.25 µm CMOS\",\"experimentDate\":\"5/15/2012\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/data.xlsx\\\",\\\"LBNL051812_TLK2711.pdf\\\":\\\"/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/LBNL051812_TLK2711.pdf\\\",\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/nsrec2013_W8_SEE.pdf\\\",\\\"TLK2711-SP_1746005002998.xlsx\\\":\\\"/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/TLK2711-SP_1746005002998.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/data.xlsx\",\"LBNL051812_TLK2711.pdf\":\"/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/LBNL051812_TLK2711.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/nsrec2013_W8_SEE.pdf\",\"TLK2711-SP_1746005002998.xlsx\":\"/oss/physical/NASA/9f0c86c39ae87833aeef3c66f52e58db/TLK2711-SP_1746005002998.xlsx\"},\"id\":\"9f0c86c39ae87833aeef3c66f52e58db\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":16,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 17:23\"}]', null, '5', null, '2025-04-30 17:23:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917510107490652161', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"F108A\",\"experimentDate\":\"2022.06.17-2022.06.30\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/F108A测试数据_1745988881039.pdf,/oss/physical/temp/质量记录_1745988883737.pdf,/oss/physical/temp/电离总剂量效应_1746004960367.xlsx\",\"id\":\"1917442475689218050\",\"manufacturer\":\"771所\",\"name\":\"精密运算放大器\",\"totalCountLhs\":220,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:23\"}]', null, '4', null, '2025-04-30 17:23:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917510551432564738', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LF124A\",\"experimentDate\":\"2022.06.17-2022.06.30\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/LF124A测试数据_1745987381022.pdf,/oss/physical/temp/质量记录_1745987384338.pdf,/oss/physical/temp/电离总剂量效应_1746005072826.xlsx\",\"id\":\"1917436187412500482\",\"manufacturer\":\"771所\",\"name\":\"低功耗四运算放大器\",\"totalCountLhs\":224,\"totalCountXhy\":1,\"type\":\"半导体集成电路\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:25\"}]', null, '5', null, '2025-04-30 17:25:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917510703207649282', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"C045132\",\"deviceFunction\":\"2.5GHz Synthesizer Chip\",\"deviceMode\":\"SA8016\",\"deviceName\":\"SA8016\",\"deviceType\":\"晶体管\",\"experimentDate\":\"TAMU07JUNE;2007AUG\",\"experimentUser\":\"孙家诚\",\"id\":\"9ee7bf0d351f531cf02a87289d6e3919\",\"manufacturer\":\"Philips\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 17:25\"}]', null, '8', null, '2025-04-30 17:25:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917511088899067906', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power supervisor\",\"deviceMode\":\"TI7770-5MFKB\",\"deviceName\":\"TI7770-5MFKB\",\"deviceType\":\"Power Device\",\"experimentDate\":\"2/24/1997\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"B022497.pdf\\\":\\\"/oss/physical/NASA/611648d3eebf3983bd83c739e0e61553/B022497.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/611648d3eebf3983bd83c739e0e61553/data.xlsx\\\",\\\"TIL25_1746005238232.xlsx\\\":\\\"/oss/physical/NASA/611648d3eebf3983bd83c739e0e61553/TIL25_1746005238232.xlsx\\\"}\",\"fileMap\":{\"B022497.pdf\":\"/oss/physical/NASA/611648d3eebf3983bd83c739e0e61553/B022497.pdf\",\"data.xlsx\":\"/oss/physical/NASA/611648d3eebf3983bd83c739e0e61553/data.xlsx\",\"TIL25_1746005238232.xlsx\":\"/oss/physical/NASA/611648d3eebf3983bd83c739e0e61553/TIL25_1746005238232.xlsx\"},\"id\":\"611648d3eebf3983bd83c739e0e61553\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":8,\"totalCountNasa\":8,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 17:27\"}]', null, '5', null, '2025-04-30 17:27:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917511516000849922', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0545\",\"deviceFunction\":\"Transceiver\",\"deviceMode\":\"TLK2711\",\"deviceName\":\"TLK2711\",\"deviceType\":\"Communication Devices\",\"experimentDate\":\"9/21/2006\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/b4f66d624db53117ee59e95f316ac2af/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b4f66d624db53117ee59e95f316ac2af/data.xlsx\\\",\\\"L092106_TLK2711.pdf\\\":\\\"/oss/physical/NASA/b4f66d624db53117ee59e95f316ac2af/L092106_TLK2711.pdf\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/b4f66d624db53117ee59e95f316ac2af/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b4f66d624db53117ee59e95f316ac2af/data.xlsx\",\"L092106_TLK2711.pdf\":\"/oss/physical/NASA/b4f66d624db53117ee59e95f316ac2af/L092106_TLK2711.pdf\"},\"id\":\"b4f66d624db53117ee59e95f316ac2af\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":40,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 17:29\"}]', null, '26', null, '2025-04-30 17:29:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917511762189717505', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1140\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"SA50-28\",\"deviceName\":\"SA50-28\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"5/15/2012\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/f0f9ade5cc24899bcb595a34df298416/nsrec2013_W8_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f0f9ade5cc24899bcb595a34df298416/data.xlsx\\\",\\\"单粒子效应_1746005403406.xlsx\\\":\\\"/oss/physical/NASA/f0f9ade5cc24899bcb595a34df298416/单粒子效应_1746005403406.xlsx\\\"}\",\"fileMap\":{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/f0f9ade5cc24899bcb595a34df298416/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f0f9ade5cc24899bcb595a34df298416/data.xlsx\",\"单粒子效应_1746005403406.xlsx\":\"/oss/physical/NASA/f0f9ade5cc24899bcb595a34df298416/单粒子效应_1746005403406.xlsx\"},\"id\":\"f0f9ade5cc24899bcb595a34df298416\",\"manufacturer\":\"Microsemi\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 17:30\"}]', null, '7', null, '2025-04-30 17:30:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917511969593856002', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 17:30\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7583T1RH\",\"experimentDate\":\"2022.05.23-2022.05.25\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746005443889.xlsx,/oss/physical/temp/LCS7583T1RH_1746005446547.pdf,/oss/physical/temp/质量记录_1746005449375.pdf\",\"id\":\"1917511969577078785\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"MOS\"}]', null, '5', null, '2025-04-30 17:30:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917512085683802113', '1', '用户名: chenpan,登录成功!', null, 'chenpan', '陈攀', '119.78.164.165', null, null, null, null, '0', null, '2025-04-30 17:31:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917512269952159745', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Octal Line Driver\",\"deviceMode\":\"SN54BCT244W\",\"deviceName\":\"SN54BCT244W\",\"deviceType\":\"CMOS\",\"experimentDate\":\"3/28/2003;6/22/2004\",\"fileList\":\"{\\\"T032803_SN54BCT244W.pdf\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/T032803_SN54BCT244W.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/nsrec04_SEE.pdf\\\",\\\"data_1746005521118.xlsx\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data_1746005521118.xlsx\\\"}\",\"fileMap\":{\"T032803_SN54BCT244W.pdf\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/T032803_SN54BCT244W.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/nsrec04_SEE.pdf\",\"data_1746005521118.xlsx\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data_1746005521118.xlsx\"},\"id\":\"cf30b2bbbacbb3e33956db5ad7e037db\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":4,\"totalCountNasa\":2,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 17:32\"}]', null, '5', null, '2025-04-30 17:32:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917512311245082626', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Octal Line Driver\",\"deviceMode\":\"SN54BCT244W\",\"deviceName\":\"SN54BCT244W\",\"deviceType\":\"CMOS\",\"experimentDate\":\"3/28/2003;6/22/2004\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"T032803_SN54BCT244W.pdf\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/T032803_SN54BCT244W.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data.xlsx\\\",\\\"data_1746005521118.xlsx\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data_1746005521118.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/nsrec04_SEE.pdf\\\"}\",\"fileMap\":{\"T032803_SN54BCT244W.pdf\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/T032803_SN54BCT244W.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data.xlsx\",\"data_1746005521118.xlsx\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data_1746005521118.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/nsrec04_SEE.pdf\"},\"id\":\"cf30b2bbbacbb3e33956db5ad7e037db\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":4,\"totalCountNasa\":2,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 17:32\"}]', null, '5', null, '2025-04-30 17:32:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917512406757773313', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power Supervisor\",\"deviceMode\":\"TI7770-5\",\"deviceName\":\"TI7770-5\",\"deviceType\":\"Power Device\",\"experimentDate\":\"7/21/1997\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/21f2f5c21c6382fc9eceead5a1e97b73/Random97a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/21f2f5c21c6382fc9eceead5a1e97b73/data.xlsx\\\",\\\"TIL25_1746005556795.xlsx\\\":\\\"/oss/physical/NASA/21f2f5c21c6382fc9eceead5a1e97b73/TIL25_1746005556795.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/21f2f5c21c6382fc9eceead5a1e97b73/Random97a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/21f2f5c21c6382fc9eceead5a1e97b73/data.xlsx\",\"TIL25_1746005556795.xlsx\":\"/oss/physical/NASA/21f2f5c21c6382fc9eceead5a1e97b73/TIL25_1746005556795.xlsx\"},\"id\":\"21f2f5c21c6382fc9eceead5a1e97b73\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":14,\"totalCountNasa\":14,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 17:32\"}]', null, '7', null, '2025-04-30 17:32:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917513069067735042', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 17:35\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7583T1RH\",\"experimentDate\":\"2022.05.23-2022.05.25\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746005708814.xlsx,/oss/physical/temp/LCS7583T1RH测试数据_1746005711513.pdf,/oss/physical/temp/质量记录_1746005714452.pdf\",\"id\":\"1917513069059346434\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"MOS\"}]', null, '4', null, '2025-04-30 17:35:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917513567804035074', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power supervisor\",\"deviceMode\":\"TI7705\",\"deviceName\":\"TI7705\",\"deviceType\":\"Power Device\",\"experimentDate\":\"2/24/1997;7/21/1997\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"Random97a.pdf\\\":\\\"/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/Random97a.pdf\\\",\\\"B022497.pdf\\\":\\\"/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/B022497.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/data.xlsx\\\",\\\"TIL25_1746005833866.xlsx\\\":\\\"/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/TIL25_1746005833866.xlsx\\\"}\",\"fileMap\":{\"Random97a.pdf\":\"/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/Random97a.pdf\",\"B022497.pdf\":\"/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/B022497.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/data.xlsx\",\"TIL25_1746005833866.xlsx\":\"/oss/physical/NASA/0e135e49a18269ecbc43c31673bc7cea/TIL25_1746005833866.xlsx\"},\"id\":\"0e135e49a18269ecbc43c31673bc7cea\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":14,\"totalCountNasa\":14,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 17:37\"}]', null, '7', null, '2025-04-30 17:37:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917513614226591746', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"256 kbit EEPROM\",\"deviceMode\":\"SA28C256ARP\",\"deviceName\":\"SA28C256ARP\",\"deviceType\":\"Programmable Device\",\"experimentDate\":\"1/24/1995;7/17/1995;7/15/1996\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/random6a.pdf\\\",\\\"b012495.pdf\\\":\\\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/b012495.pdf\\\",\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/data.xlsx\\\",\\\"单粒子效应_1746005844415.xlsx\\\":\\\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/单粒子效应_1746005844415.xlsx\\\"}\",\"fileMap\":{\"random6a.pdf\":\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/random6a.pdf\",\"b012495.pdf\":\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/b012495.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/data.xlsx\",\"单粒子效应_1746005844415.xlsx\":\"/oss/physical/NASA/53c640d6868f33bde4e5f405e207f830/单粒子效应_1746005844415.xlsx\"},\"id\":\"53c640d6868f33bde4e5f405e207f830\",\"manufacturer\":\"SEEQ/SEI\",\"totalCountLhs\":16,\"totalCountNasa\":8,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 17:37\"}]', null, '7', null, '2025-04-30 17:37:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917513624976592897', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Relay\",\"deviceMode\":\"Mii53250\",\"deviceName\":\"Mii53250\",\"deviceType\":\"其他半导体集成电路\",\"experimentDate\":\"7/19/2001\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/nsrec01_W15.pdf\\\",\\\"D120400e.pdf\\\":\\\"/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/D120400e.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/data.xlsx\\\",\\\"Mii53250单粒子效应_1746005847616.xlsx\\\":\\\"/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/Mii53250单粒子效应_1746005847616.xlsx\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/nsrec01_W15.pdf\",\"D120400e.pdf\":\"/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/D120400e.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/data.xlsx\",\"Mii53250单粒子效应_1746005847616.xlsx\":\"/oss/physical/NASA/7829c9495af45fb8745aa37ac64664db/Mii53250单粒子效应_1746005847616.xlsx\"},\"id\":\"7829c9495af45fb8745aa37ac64664db\",\"manufacturer\":\"Micropac\",\"totalCountLhs\":6,\"totalCountNasa\":5,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 17:37\"}]', null, '4', null, '2025-04-30 17:37:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917514256831713282', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 17:39\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"外协\",\"dataSource\":\"771所\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7583T1RH\",\"experimentDate\":\"2022.05.23-2022.05.25\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746005992571.xlsx,/oss/physical/temp/LCS7583T1RH测试数据_1746005995498.pdf,/oss/physical/temp/质量记录_1746005997964.pdf\",\"id\":\"1917514256806547457\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":308,\"totalCountXhy\":2,\"type\":\"MOS\"}]', null, '6', null, '2025-04-30 17:39:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917515106849361922', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"THS4304\",\"deviceName\":\"THS4304\",\"deviceType\":\"SiGe BiCMOS\",\"experimentDate\":\"TAMU09AUG\",\"fileList\":\"{\\\"NSREC2010_W26_Chen.pdf\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/NSREC2010_W26_Chen.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/data.xlsx\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/nsrec2010_W8_SEE.pdf\\\",\\\"T082409_THS4304.pdf\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/T082409_THS4304.pdf\\\",\\\"TIL25_1746006200408.xlsx\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/TIL25_1746006200408.xlsx\\\"}\",\"fileMap\":{\"NSREC2010_W26_Chen.pdf\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/NSREC2010_W26_Chen.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/nsrec2010_W8_SEE.pdf\",\"T082409_THS4304.pdf\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/T082409_THS4304.pdf\",\"TIL25_1746006200408.xlsx\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/TIL25_1746006200408.xlsx\"},\"id\":\"6fb9cb1db374ba3307d7ef520513f868\",\"manufacturer\":\"Texas Instrument\",\"totalCountLhs\":7,\"totalCountNasa\":7,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 17:43\"}]', null, '5', null, '2025-04-30 17:43:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917515626636873730', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"THS4131\",\"deviceName\":\"THS4131\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"_2015\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/data.xlsx\\\",\\\"TIL25_1746006324665.xlsx\\\":\\\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/TIL25_1746006324665.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/data.xlsx\",\"TIL25_1746006324665.xlsx\":\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/TIL25_1746006324665.xlsx\"},\"id\":\"4337c8ffbdd94519e665876005ef6802\",\"manufacturer\":\"Texas Instrument\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 17:45\"}]', null, '5', null, '2025-04-30 17:45:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917515841150357506', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"PiN photodiode\",\"deviceMode\":\"S3590-02\",\"deviceName\":\"S3590-02\",\"deviceType\":\"PiN photodiode\",\"experimentDate\":\"_2005\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/data.xlsx\\\",\\\"电离总剂量效应_1746006375584.xlsx\\\":\\\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/电离总剂量效应_1746006375584.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/data.xlsx\",\"电离总剂量效应_1746006375584.xlsx\":\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/电离总剂量效应_1746006375584.xlsx\"},\"id\":\"69df52c92fe7fc4b0974a50af3d78039\",\"manufacturer\":\"Hamamatsu\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 17:46\"}]', null, '7', null, '2025-04-30 17:46:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917515904069111809', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power MOSFET Optocoupler\",\"deviceMode\":\"Mii53124\",\"deviceName\":\"Mii53124\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"7/19/2001\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/nsrec01_W15.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/data.xlsx\\\",\\\"D120400d.pdf\\\":\\\"/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/D120400d.pdf\\\",\\\"Mii53124单粒子效应_1746006391274.xlsx\\\":\\\"/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/Mii53124单粒子效应_1746006391274.xlsx\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/data.xlsx\",\"D120400d.pdf\":\"/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/D120400d.pdf\",\"Mii53124单粒子效应_1746006391274.xlsx\":\"/oss/physical/NASA/8165875079d8aec51e640a655a16b6f1/Mii53124单粒子效应_1746006391274.xlsx\"},\"id\":\"8165875079d8aec51e640a655a16b6f1\",\"manufacturer\":\"Micropac\",\"totalCountLhs\":16,\"totalCountNasa\":13,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 17:46\"}]', null, '9', null, '2025-04-30 17:46:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917515924612812801', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power MOSFET Optocoupler\",\"deviceMode\":\"Mii53253\",\"deviceName\":\"Mii53253\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"7/19/2001\",\"fileList\":\"{\\\"Mii53253单粒子效应_1746004643056.xlsx\\\":\\\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/Mii53253单粒子效应_1746004643056.xlsx\\\",\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/nsrec01_W15.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/data.xlsx\\\",\\\"D120400d.pdf\\\":\\\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/D120400d.pdf\\\"}\",\"fileMap\":{\"Mii53253单粒子效应_1746004643056.xlsx\":\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/Mii53253单粒子效应_1746004643056.xlsx\",\"nsrec01_W15.pdf\":\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/nsrec01_W15.pdf\",\"data.xlsx\":\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/data.xlsx\",\"D120400d.pdf\":\"/oss/physical/NASA/91099850855ea090b705fbbec2e443f6/D120400d.pdf\"},\"id\":\"91099850855ea090b705fbbec2e443f6\",\"manufacturer\":\"Micropac\",\"totalCountLhs\":16,\"totalCountNasa\":13,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 17:46\"}]', null, '21', null, '2025-04-30 17:46:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917515973761667073', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"N/A\",\"deviceFunction\":\"PiN photodiode\",\"deviceMode\":\"S3590-02\",\"deviceName\":\"S3590-02\",\"deviceType\":\"二极管,光电子器件\",\"experimentDate\":\"_2005\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/data.xlsx\\\",\\\"电离总剂量效应_1746006375584.xlsx\\\":\\\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/电离总剂量效应_1746006375584.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/data.xlsx\",\"电离总剂量效应_1746006375584.xlsx\":\"/oss/physical/NASA/69df52c92fe7fc4b0974a50af3d78039/电离总剂量效应_1746006375584.xlsx\"},\"id\":\"69df52c92fe7fc4b0974a50af3d78039\",\"manufacturer\":\"Hamamatsu\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 17:46\"}]', null, '7', null, '2025-04-30 17:46:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917516582405509122', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 17:49\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LS883\",\"experimentDate\":\"2022.05.24\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/LS883测试数据_1746006549596.pdf,/oss/physical/temp/电离总剂量效应_1746006552026.xlsx\",\"id\":\"1917516582380343298\",\"manufacturer\":\"771所\",\"name\":\"低压差电压线性调整期\",\"totalCountLhs\":80,\"totalCountXhy\":1,\"type\":\"半导体集成电路\"}]', null, '6', null, '2025-04-30 17:49:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917516724365922305', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"EE56307\",\"deviceFunction\":\"Dual Operational Amplifier\",\"deviceMode\":\"TLE2142\",\"deviceName\":\"TLE2142\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"6/7/1995\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"PPM-95-156.pdf\\\":\\\"/oss/physical/NASA/51623a1c4947e2755d44643c39e82826/PPM-95-156.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/51623a1c4947e2755d44643c39e82826/data.xlsx\\\",\\\"TLE2142_1746006586203.xlsx\\\":\\\"/oss/physical/NASA/51623a1c4947e2755d44643c39e82826/TLE2142_1746006586203.xlsx\\\"}\",\"fileMap\":{\"PPM-95-156.pdf\":\"/oss/physical/NASA/51623a1c4947e2755d44643c39e82826/PPM-95-156.pdf\",\"data.xlsx\":\"/oss/physical/NASA/51623a1c4947e2755d44643c39e82826/data.xlsx\",\"TLE2142_1746006586203.xlsx\":\"/oss/physical/NASA/51623a1c4947e2755d44643c39e82826/TLE2142_1746006586203.xlsx\"},\"id\":\"51623a1c4947e2755d44643c39e82826\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":360,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 17:49\"}]', null, '5', null, '2025-04-30 17:49:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917517442355269634', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"SMTR283R3S\",\"deviceName\":\"SMTR283R3S\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"TAMU10MAR;TAMU10NOV\",\"experimentUser\":\"常余海\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/data.xlsx\",\"T030210_T110910_SMTR283R3S.pdf\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/T030210_T110910_SMTR283R3S.pdf\",\"T030210_SMTR283R3S.pdf\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/T030210_SMTR283R3S.pdf\",\"data(1)_1746006755632.xlsx\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/data(1)_1746006755632.xlsx\"},\"id\":\"ee94d120e22aff019a6a38a453fb980f\",\"manufacturer\":\"Crane\",\"totalCountLhs\":6,\"totalCountNasa\":2,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 17:52\"}]', null, '5', null, '2025-04-30 17:52:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917517651831394306', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0324\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"S2803R3S\",\"deviceName\":\"S2803R3S\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"NRL10MAY\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"NRL051110_S2803R3S.pdf\\\":\\\"/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/NRL051110_S2803R3S.pdf\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/data.xlsx\\\",\\\"单粒子效应_1746006807603.xlsx\\\":\\\"/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/单粒子效应_1746006807603.xlsx\\\"}\",\"fileMap\":{\"NRL051110_S2803R3S.pdf\":\"/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/NRL051110_S2803R3S.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/data.xlsx\",\"单粒子效应_1746006807603.xlsx\":\"/oss/physical/NASA/00f0711ddcc30e20ad3b68e8f0120ae8/单粒子效应_1746006807603.xlsx\"},\"id\":\"00f0711ddcc30e20ad3b68e8f0120ae8\",\"manufacturer\":\"International Rectifier\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 17:53\"}]', null, '8', null, '2025-04-30 17:53:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917518228183289858', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MMIC voltage variable attenuator\",\"deviceMode\":\"TGL4302\",\"deviceName\":\"TGL4302\",\"deviceType\":\"Special Device\",\"experimentDate\":\"8/28/2006\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/data.xlsx\\\",\\\"T082806_TGL4302.pdf\\\":\\\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/T082806_TGL4302.pdf\\\",\\\"TIL25_1746006944917.xlsx\\\":\\\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/TIL25_1746006944917.xlsx\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/data.xlsx\",\"T082806_TGL4302.pdf\":\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/T082806_TGL4302.pdf\",\"TIL25_1746006944917.xlsx\":\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/TIL25_1746006944917.xlsx\"},\"id\":\"2da4217fc09436075ebd185d18756973\",\"manufacturer\":\"Triquint\",\"totalCountLhs\":56,\"totalCountNasa\":56,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 17:55\"}]', null, '7', null, '2025-04-30 17:55:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917518386644094978', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Integrated Circuit\",\"deviceMode\":\"SiC IC JFET\",\"deviceName\":\"SiC IC JFET\",\"deviceType\":\"SiC\",\"experimentDate\":\"7/10/2018;2018Aug\",\"experimentUser\":\"陈攀\",\"id\":\"fe527511a437f698fe3ed0f96ca910e7\",\"manufacturer\":\"NASA GRC\",\"totalCountLhs\":6,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 17:56\"}]', null, '6', null, '2025-04-30 17:56:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917518397004025858', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 17:56\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7591U3RH\",\"experimentDate\":\"2022.0523-2022.05.25\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746006981153.xlsx,/oss/physical/temp/LCS7591U3RH测试数据_1746006984005.pdf\",\"id\":\"1917518396978860033\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":154,\"totalCountXhy\":1,\"type\":\"MOS\"}]', null, '7', null, '2025-04-30 17:56:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917518420894781441', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"外协\",\"dataSource\":\"771所\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7583T1RH\",\"experimentDate\":\"2022.05.23-2022.05.25\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746005992571.xlsx,/oss/physical/temp/LCS7583T1RH测试数据_1746005995498.pdf,/oss/physical/temp/质量记录_1746005997964.pdf\",\"id\":\"1917514256806547457\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":154,\"totalCountXhy\":2,\"type\":\"MOS\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:56\"}]', null, '9', null, '2025-04-30 17:56:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917518446631030785', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7583T1RH\",\"experimentDate\":\"2022.05.23-2022.05.25\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746005708814.xlsx,/oss/physical/temp/LCS7583T1RH测试数据_1746005711513.pdf,/oss/physical/temp/质量记录_1746005714452.pdf\",\"id\":\"1917513069059346434\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":154,\"totalCountXhy\":2,\"type\":\"MOS\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:56\"}]', null, '6', null, '2025-04-30 17:56:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917518468521103362', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7583T1RH\",\"experimentDate\":\"2022.05.23-2022.05.25\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746005443889.xlsx,/oss/physical/temp/LCS7583T1RH_1746005446547.pdf,/oss/physical/temp/质量记录_1746005449375.pdf\",\"id\":\"1917511969577078785\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":154,\"totalCountXhy\":2,\"type\":\"MOS\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:56\"}]', null, '5', null, '2025-04-30 17:56:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917518491606552578', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Micropower Supply Voltage Supervisor\",\"deviceMode\":\"TLC7705\",\"deviceName\":\"TLC7705\",\"deviceType\":\"Analog Device\",\"experimentDate\":\"10/12-13/1999;10/25/1999\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/data.xlsx\\\",\\\"b112599a.pdf\\\":\\\"/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/b112599a.pdf\\\",\\\"TLC7705_1746007007434.xlsx\\\":\\\"/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/TLC7705_1746007007434.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/data.xlsx\",\"b112599a.pdf\":\"/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/b112599a.pdf\",\"TLC7705_1746007007434.xlsx\":\"/oss/physical/NASA/3976f21ec98eddd8072b392e07639246/TLC7705_1746007007434.xlsx\"},\"id\":\"3976f21ec98eddd8072b392e07639246\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 17:56\"}]', null, '5', null, '2025-04-30 17:56:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917518997095682050', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7591U3RH\",\"experimentDate\":\"2022.0523-2022.05.25\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746006981153.xlsx,/oss/physical/temp/LCS7591U3RH测试数据_1746006984005.pdf\",\"id\":\"1917518396978860033\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":154,\"totalCountXhy\":2,\"type\":\"MOS\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 17:58\"}]', null, '4', null, '2025-04-30 17:58:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917519516904165377', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9803,9818\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"Mii4N49\",\"deviceName\":\"Mii4N49\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"5/1/2001\",\"fileList\":\"{\\\"D050101_4N49.pdf\\\":\\\"/oss/physical/NASA/eb6ac0ad5cb03eecbb21843d8ce1660e/D050101_4N49.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/eb6ac0ad5cb03eecbb21843d8ce1660e/data.xlsx\\\",\\\"Mii4N49位移损伤效应_1746007252630.xlsx\\\":\\\"/oss/physical/NASA/eb6ac0ad5cb03eecbb21843d8ce1660e/Mii4N49位移损伤效应_1746007252630.xlsx\\\"}\",\"fileMap\":{\"D050101_4N49.pdf\":\"/oss/physical/NASA/eb6ac0ad5cb03eecbb21843d8ce1660e/D050101_4N49.pdf\",\"data.xlsx\":\"/oss/physical/NASA/eb6ac0ad5cb03eecbb21843d8ce1660e/data.xlsx\",\"Mii4N49位移损伤效应_1746007252630.xlsx\":\"/oss/physical/NASA/eb6ac0ad5cb03eecbb21843d8ce1660e/Mii4N49位移损伤效应_1746007252630.xlsx\"},\"id\":\"eb6ac0ad5cb03eecbb21843d8ce1660e\",\"manufacturer\":\"Micropac\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 18:00\"}]', null, '7', null, '2025-04-30 18:00:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917519539368857601', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 18:00\",\"dataEntry\":\"王嘉兴\",\"dataProvider\":\"771所\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LCS7587U3RH\",\"experimentDate\":\"2022.05.23-2022.05.25\",\"experimentUser\":\"陈亚文\",\"fileUrl\":\"/oss/physical/temp/电离总剂量效应_1746007254178.xlsx,/oss/physical/temp/LCS7587U3RH测试数据_1746007257171.pdf\",\"id\":\"1917519539343691777\",\"manufacturer\":\"771所\",\"name\":\"VDMOS\",\"totalCountLhs\":154,\"totalCountXhy\":2,\"type\":\"MOS\"}]', null, '7', null, '2025-04-30 18:00:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917520253600108545', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Flash Memory\",\"deviceMode\":\"MT29F1T08CMHBB\",\"deviceName\":\"MT29F1T08CMHBB\",\"deviceType\":\"CMOS\",\"experimentDate\":\"7/10/2019;9/30/2019\",\"experimentUser\":\"马崟洁\",\"id\":\"ac27a017ccb42163b9b3c39ebd7e5d6f\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 18:03\"}]', null, '22', null, '2025-04-30 18:03:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917520464275804162', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"16 Gb NAND\",\"deviceMode\":\"MT29F16G08ABABAWP\",\"deviceName\":\"MT29F16G08ABABAWP\",\"deviceType\":\"42nm CMOS\",\"experimentDate\":\"3/26/2011\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"nsrec2012_W22_SEE.pdf\\\":\\\"/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/nsrec2012_W22_SEE.pdf\\\",\\\"LBNL032611_MT29F16G08ABABAWP.pdf\\\":\\\"/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/LBNL032611_MT29F16G08ABABAWP.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/data.xlsx\\\",\\\"单粒子效应.xlsx_1746007465754.xlsx\\\":\\\"/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/单粒子效应.xlsx_1746007465754.xlsx\\\"}\",\"fileMap\":{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/nsrec2012_W22_SEE.pdf\",\"LBNL032611_MT29F16G08ABABAWP.pdf\":\"/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/LBNL032611_MT29F16G08ABABAWP.pdf\",\"data.xlsx\":\"/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/data.xlsx\",\"单粒子效应.xlsx_1746007465754.xlsx\":\"/oss/physical/NASA/42ddea4bab8f37cb9cc1b0452fdda268/单粒子效应.xlsx_1746007465754.xlsx\"},\"id\":\"42ddea4bab8f37cb9cc1b0452fdda268\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 18:04\"}]', null, '4', null, '2025-04-30 18:04:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917520631871803394', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Flash Memory\",\"deviceMode\":\"MT29F128G08CBECBH6\",\"deviceName\":\"MT29F128G08CBECBH6\",\"deviceType\":\"16nm CMOS\",\"experimentDate\":\"2015Aug;2015Dec\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5508012a21dde8b2a76289771a910643/data.xlsx\\\",\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/5508012a21dde8b2a76289771a910643/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"NEPP-CP-2017-Chen-TNS-Paper-TN41048.pdf\\\":\\\"/oss/physical/NASA/5508012a21dde8b2a76289771a910643/NEPP-CP-2017-Chen-TNS-Paper-TN41048.pdf\\\",\\\"单粒子效应.xlsx_1746007517783.xlsx\\\":\\\"/oss/physical/NASA/5508012a21dde8b2a76289771a910643/单粒子效应.xlsx_1746007517783.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/5508012a21dde8b2a76289771a910643/data.xlsx\",\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/5508012a21dde8b2a76289771a910643/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"NEPP-CP-2017-Chen-TNS-Paper-TN41048.pdf\":\"/oss/physical/NASA/5508012a21dde8b2a76289771a910643/NEPP-CP-2017-Chen-TNS-Paper-TN41048.pdf\",\"单粒子效应.xlsx_1746007517783.xlsx\":\"/oss/physical/NASA/5508012a21dde8b2a76289771a910643/单粒子效应.xlsx_1746007517783.xlsx\"},\"id\":\"5508012a21dde8b2a76289771a910643\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 18:05\"}]', null, '8', null, '2025-04-30 18:05:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917520709999104002', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9537A\",\"deviceFunction\":\"Power Supervisor\",\"deviceMode\":\"TL7770-5\",\"deviceName\":\"TL7770-5\",\"deviceType\":\"Power Supervisor\",\"experimentDate\":\"10/29/1997;10/25/1999;10/12-13/1999\",\"experimentUser\":\"李序友\",\"id\":\"13483cafab78b1066554802e6cc1e5df\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 18:05\"}]', null, '9', null, '2025-04-30 18:05:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917520811887136769', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Flash Memory\",\"deviceMode\":\"MT29F128G08AJAAAWP-ITZ\",\"deviceName\":\"MT29F128G08AJAAAWP-ITZ\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2017Mar\",\"experimentUser\":\"马崟洁\",\"id\":\"0ec02c145a1464409cbb150fc0efb980\",\"manufacturer\":\"Micron\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 18:06\"}]', null, '5', null, '2025-04-30 18:06:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917520874344517634', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transceiver\",\"deviceMode\":\"S2064\",\"deviceName\":\"S2064\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"8/31/2003;6/22/2004\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/nsrec04_SEE.pdf\\\",\\\"T083103_S2064.pdf\\\":\\\"/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/T083103_S2064.pdf\\\",\\\"单粒子效应_1746007575756.xlsx\\\":\\\"/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/单粒子效应_1746007575756.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/nsrec04_SEE.pdf\",\"T083103_S2064.pdf\":\"/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/T083103_S2064.pdf\",\"单粒子效应_1746007575756.xlsx\":\"/oss/physical/NASA/c94eb413233ab2c846d4f5963109a668/单粒子效应_1746007575756.xlsx\"},\"id\":\"c94eb413233ab2c846d4f5963109a668\",\"manufacturer\":\"AMCC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 18:06\"}]', null, '5', null, '2025-04-30 18:06:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917521004665737218', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LDO Positive Adjustable Voltage Regulator\",\"deviceMode\":\"MSK5978RH\",\"deviceName\":\"MSK5978RH\",\"deviceType\":\"Linear Bipolar\",\"experimentDate\":\"10/22/2010;9/9/2012\",\"experimentUser\":\"马崟洁\",\"id\":\"11bb0c70c2e3a3101c1318f795c3fa9c\",\"manufacturer\":\"MS Kennedy\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 18:06\"}]', null, '8', null, '2025-04-30 18:06:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917521133250514945', '2', '历史一期记录-添加', '2', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"771所\",\"createBy\":\"wangjiaxing\",\"createTime\":\"2025-04-30 18:07\",\"dataEntry\":\"王嘉兴\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW600,LF484RH,LZ3001,LUC1843A,LHKF10002T01,LUC1843RH,LS5072RH,LZ3001IXDP630A54HC125,F158,LCS25D40CRH,CS200RH\",\"experimentDate\":\"1\",\"experimentUser\":\"1\",\"id\":\"1917521133225349122\",\"manufacturer\":\"771所\",\"name\":\"无实验报告\",\"type\":\"半导体集成电路,VDMOS\"}]', null, '6', null, '2025-04-30 18:07:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917521787876511746', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Micropower Supply Voltage Supervisor\",\"deviceMode\":\"TL7705B\",\"deviceName\":\"TL7705B\",\"deviceType\":\"Analog Device\",\"experimentDate\":\"10/12-13/1999;10/25/1999\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/data.xlsx\\\",\\\"b112599a.pdf\\\":\\\"/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/b112599a.pdf\\\",\\\"TL7705B_1746007793439.xlsx\\\":\\\"/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/TL7705B_1746007793439.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/data.xlsx\",\"b112599a.pdf\":\"/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/b112599a.pdf\",\"TL7705B_1746007793439.xlsx\":\"/oss/physical/NASA/c9f0c39834d2ceb3fa85c7deb860395f/TL7705B_1746007793439.xlsx\"},\"id\":\"c9f0c39834d2ceb3fa85c7deb860395f\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 18:09\"}]', null, '7', null, '2025-04-30 18:09:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917521967011041282', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"SMT-1310 series\",\"deviceName\":\"SMT-1310 series\",\"deviceType\":\"Optical Fiber\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/NSREC02_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/data.xlsx\\\",\\\"data_1746007833686.xlsx\\\":\\\"/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/data_1746007833686.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/data.xlsx\",\"data_1746007833686.xlsx\":\"/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/data_1746007833686.xlsx\"},\"id\":\"6e39a16def81b19f3c594ab43847cca4\",\"manufacturer\":\"OFS\",\"totalCountLhs\":21,\"totalCountNasa\":21,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 18:10\"}]', null, '4', null, '2025-04-30 18:10:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917522754994933761', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9543-B\",\"deviceFunction\":\"Power supervisor\",\"deviceMode\":\"TL7705\",\"deviceName\":\"TL7705\",\"deviceType\":\"Power Device\",\"experimentDate\":\"4/28/1997\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"PPM-97-014.pdf\\\":\\\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/PPM-97-014.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/data.xlsx\\\"}\",\"fileMap\":{\"PPM-97-014.pdf\":\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/PPM-97-014.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/data.xlsx\"},\"id\":\"bbb00f8796273ecb18b5cc7cd3c44491\",\"manufacturer\":\"TI\",\"totalCountLhs\":460,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 18:13\"}]', null, '4', null, '2025-04-30 18:13:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917522809617354753', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"TDO116400AJ3B-70\",\"deviceName\":\"TDO116400AJ3B-70\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"3/20/1995;7/15/1996\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"d032495.pdf\\\":\\\"/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/d032495.pdf\\\",\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/random6a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/data.xlsx\\\",\\\"TIL25_1746008030983.xlsx\\\":\\\"/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/TIL25_1746008030983.xlsx\\\"}\",\"fileMap\":{\"d032495.pdf\":\"/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/d032495.pdf\",\"random6a.pdf\":\"/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/random6a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/data.xlsx\",\"TIL25_1746008030983.xlsx\":\"/oss/physical/NASA/5e6176a42e3a5f992f3112c691acd539/TIL25_1746008030983.xlsx\"},\"id\":\"5e6176a42e3a5f992f3112c691acd539\",\"manufacturer\":\"IBM\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:13\"}]', null, '7', null, '2025-04-30 18:13:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917522846837608450', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9104E\",\"deviceFunction\":\"128kx8 SRAM\",\"deviceMode\":\"S128K8L-55MC\",\"deviceName\":\"S128K8L-55MC\",\"deviceType\":\"SRAM\",\"experimentDate\":\"11/21/1991\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"PPM-91-696.pdf\\\":\\\"/oss/physical/NASA/60e77dadba6b82a5b379e4a7801028fe/PPM-91-696.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/60e77dadba6b82a5b379e4a7801028fe/data.xlsx\\\",\\\"电离总剂量效应_1746008045469.xlsx\\\":\\\"/oss/physical/NASA/60e77dadba6b82a5b379e4a7801028fe/电离总剂量效应_1746008045469.xlsx\\\"}\",\"fileMap\":{\"PPM-91-696.pdf\":\"/oss/physical/NASA/60e77dadba6b82a5b379e4a7801028fe/PPM-91-696.pdf\",\"data.xlsx\":\"/oss/physical/NASA/60e77dadba6b82a5b379e4a7801028fe/data.xlsx\",\"电离总剂量效应_1746008045469.xlsx\":\"/oss/physical/NASA/60e77dadba6b82a5b379e4a7801028fe/电离总剂量效应_1746008045469.xlsx\"},\"id\":\"60e77dadba6b82a5b379e4a7801028fe\",\"manufacturer\":\"Inova\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 18:14\"}]', null, '7', null, '2025-04-30 18:14:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917524074615246849', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LED\",\"deviceMode\":\"TCE49H1B\",\"deviceName\":\"TCE49H1B\",\"deviceType\":\"AlGaN\",\"experimentDate\":\"9/8/2017\",\"fileList\":\"{\\\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\\\":\\\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/data.xlsx\\\",\\\"TIL25_1746008339216.xlsx\\\":\\\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/TIL25_1746008339216.xlsx\\\"}\",\"fileMap\":{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/data.xlsx\",\"TIL25_1746008339216.xlsx\":\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/TIL25_1746008339216.xlsx\"},\"id\":\"8066230edee9ddedc08583821e009174\",\"manufacturer\":\"Sensor Electronics Technology, Inc.\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:18\"}]', null, '5', null, '2025-04-30 18:19:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917524104537411586', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"Ryzen 7 1700 YD1700BBM88AE\",\"deviceName\":\"Ryzen 7 1700 YD1700BBM88AE\",\"deviceType\":\"14nm FinFET\",\"experimentDate\":\"6/2/2019(MGH)\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf\\\":\\\"/oss/physical/NASA/3c838fec21af8f5640b7b83106e856fe/NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3c838fec21af8f5640b7b83106e856fe/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf\":\"/oss/physical/NASA/3c838fec21af8f5640b7b83106e856fe/NEPP-TR-2019-Wyrwas-NEPPweb-TR-17-038_AMD-Ryzen-7-1700-Microprocessors-2019June02-TN72753.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3c838fec21af8f5640b7b83106e856fe/data.xlsx\"},\"id\":\"3c838fec21af8f5640b7b83106e856fe\",\"manufacturer\":\"GlobalFoundries\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 18:19\"}]', null, '5', null, '2025-04-30 18:19:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917524250931204097', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"DC/DC Converter\",\"deviceMode\":\"SMSA2815S\",\"deviceName\":\"SMSA2815S\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"_2007SEP\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"nsrec08_W2_TID.pdf\\\":\\\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/nsrec08_W2_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/data.xlsx\\\",\\\"G07SEP_SMSA2815_TID.pdf\\\":\\\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/G07SEP_SMSA2815_TID.pdf\\\",\\\"data_1746008380269.xlsx\\\":\\\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/data_1746008380269.xlsx\\\"}\",\"fileMap\":{\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/nsrec08_W2_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/data.xlsx\",\"G07SEP_SMSA2815_TID.pdf\":\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/G07SEP_SMSA2815_TID.pdf\",\"data_1746008380269.xlsx\":\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/data_1746008380269.xlsx\"},\"id\":\"78c0056e8d80f7b302069cf0f1be2d73\",\"manufacturer\":\"Interport\",\"totalCountLhs\":20,\"totalCountNasa\":5,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 18:19\"}]', null, '5', null, '2025-04-30 18:19:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917524787416240129', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"NOR Flash (128M)\",\"deviceMode\":\"TC58FVM7B2ATG-65\",\"deviceName\":\"TC58FVM7B2ATG-65\",\"deviceType\":\"Memory\",\"experimentDate\":\"8/2006\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/data.xlsx\\\",\\\"G06AUG_TC58FVM7B2ATG65_TID.pdf\\\":\\\"/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/G06AUG_TC58FVM7B2ATG65_TID.pdf\\\",\\\"nsrec07_W26_TID.pdf\\\":\\\"/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/nsrec07_W26_TID.pdf\\\",\\\"TIL25_1746008508852.xlsx\\\":\\\"/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/TIL25_1746008508852.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/data.xlsx\",\"G06AUG_TC58FVM7B2ATG65_TID.pdf\":\"/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/G06AUG_TC58FVM7B2ATG65_TID.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/nsrec07_W26_TID.pdf\",\"TIL25_1746008508852.xlsx\":\"/oss/physical/NASA/e8d7b91c5d8361e5d51a971dad22443e/TIL25_1746008508852.xlsx\"},\"id\":\"e8d7b91c5d8361e5d51a971dad22443e\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:21\"}]', null, '5', null, '2025-04-30 18:21:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917524818156294145', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"LED\",\"deviceMode\":\"TCE49H1B\",\"deviceName\":\"TCE49H1B\",\"deviceType\":\"AlGaN\",\"experimentDate\":\"9/8/2017\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"TIL25_1746008339216.xlsx\\\":\\\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/TIL25_1746008339216.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/data.xlsx\\\",\\\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\\\":\\\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\\\"}\",\"fileMap\":{\"TIL25_1746008339216.xlsx\":\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/TIL25_1746008339216.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/data.xlsx\",\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/8066230edee9ddedc08583821e009174/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\"},\"id\":\"8066230edee9ddedc08583821e009174\",\"manufacturer\":\"Sensor Electronics Technology, Inc.\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:21\"}]', null, '6', null, '2025-04-30 18:21:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917525064592625666', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power Operational Amplifier\",\"deviceMode\":\"Mii42142\",\"deviceName\":\"Mii42142\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"7/19/2001\",\"fileList\":\"{\\\"nsrec01_W15.pdf\\\":\\\"/oss/physical/NASA/607973c888d54c20de6a41b14946094d/nsrec01_W15.pdf\\\",\\\"D120400c.pdf\\\":\\\"/oss/physical/NASA/607973c888d54c20de6a41b14946094d/D120400c.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/607973c888d54c20de6a41b14946094d/data.xlsx\\\",\\\"Mii42142单粒子效应_1746008575339.xlsx\\\":\\\"/oss/physical/NASA/607973c888d54c20de6a41b14946094d/Mii42142单粒子效应_1746008575339.xlsx\\\"}\",\"fileMap\":{\"nsrec01_W15.pdf\":\"/oss/physical/NASA/607973c888d54c20de6a41b14946094d/nsrec01_W15.pdf\",\"D120400c.pdf\":\"/oss/physical/NASA/607973c888d54c20de6a41b14946094d/D120400c.pdf\",\"data.xlsx\":\"/oss/physical/NASA/607973c888d54c20de6a41b14946094d/data.xlsx\",\"Mii42142单粒子效应_1746008575339.xlsx\":\"/oss/physical/NASA/607973c888d54c20de6a41b14946094d/Mii42142单粒子效应_1746008575339.xlsx\"},\"id\":\"607973c888d54c20de6a41b14946094d\",\"manufacturer\":\"Micropac\",\"totalCountLhs\":21,\"totalCountNasa\":21,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 18:22\"}]', null, '6', null, '2025-04-30 18:22:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917525352602898433', '2', '历史一期记录-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"771所\",\"dataEntry\":\"王嘉兴\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"LW600,LF484RH,LZ3001,LUC1843A,LHKF10002T01,LUC1843RH,LS5072RH,LZ3001IXDP630A54HC125,F158,LCS25D40CRH,CS200RH\",\"experimentDate\":\"1\",\"experimentUser\":\"1\",\"fileUrl\":\"/oss/physical/temp/质量记录_1746008642461.pdf\",\"id\":\"1917521133225349122\",\"manufacturer\":\"771所\",\"name\":\"无实验报告\",\"type\":\"半导体集成电路,VDMOS\",\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 18:24\"}]', null, '5', null, '2025-04-30 18:24:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917525598309421057', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Dropout Voltage Regulator\",\"deviceMode\":\"MSK5920\",\"deviceName\":\"MSK5920\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"8/9/2005\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"T080905_MSK5920.pdf\\\":\\\"/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/T080905_MSK5920.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/data.xlsx\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/nsrec06_W4.pdf\\\",\\\"单粒子效应_1746008702124.xlsx\\\":\\\"/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/单粒子效应_1746008702124.xlsx\\\"}\",\"fileMap\":{\"T080905_MSK5920.pdf\":\"/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/T080905_MSK5920.pdf\",\"data.xlsx\":\"/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/nsrec06_W4.pdf\",\"单粒子效应_1746008702124.xlsx\":\"/oss/physical/NASA/699c0a85f1242ac7c426fed398509873/单粒子效应_1746008702124.xlsx\"},\"id\":\"699c0a85f1242ac7c426fed398509873\",\"manufacturer\":\"MS Kennedy\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 18:25\"}]', null, '5', null, '2025-04-30 18:25:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917526112682086401', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"Ryzen 7 1700 Summit Ridge YD1700BBM88AE\",\"deviceName\":\"Ryzen 7 1700 Summit Ridge YD1700BBM88AE\",\"deviceType\":\"其它混合集成电路\",\"experimentDate\":\"6/2/2019(MGH)\",\"experimentUser\":\"孙家诚\",\"id\":\"35c45ad27d2bbed4a8770553146178ae\",\"manufacturer\":\"AMD\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 18:27\"}]', null, '9', null, '2025-04-30 18:27:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917527514468814849', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"Ryzen 3 2200G Raven Ridge (YD2200C5FBBOX)\",\"deviceName\":\"Ryzen 3 2200G Raven Ridge (YD2200C5FBBOX)\",\"deviceType\":\"其它混合集成电路\",\"experimentDate\":\"6/2/2019(MGH)\",\"experimentUser\":\"孙家诚\",\"id\":\"125cfbb9cbc415dd5b1f8add3d81f86a\",\"manufacturer\":\"AMD\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 18:32\"}]', null, '46', null, '2025-04-30 18:32:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917527652008431618', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"32K x 8 SRAM\",\"deviceMode\":\"TC55257\",\"deviceName\":\"TC55257\",\"deviceType\":\"CMOS\",\"experimentDate\":\"3/28/2003;6/22/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/nsrec04_SEE.pdf\\\",\\\"G03Jun_TC55257_TID.pdf\\\":\\\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/G03Jun_TC55257_TID.pdf\\\",\\\"T032803_TC55257.pdf\\\":\\\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/T032803_TC55257.pdf\\\",\\\"TIL25_1746009191659.xlsx\\\":\\\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/TIL25_1746009191659.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/nsrec04_SEE.pdf\",\"G03Jun_TC55257_TID.pdf\":\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/G03Jun_TC55257_TID.pdf\",\"T032803_TC55257.pdf\":\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/T032803_TC55257.pdf\",\"TIL25_1746009191659.xlsx\":\"/oss/physical/NASA/a1fc1beb49402afa56930cee62f08bf6/TIL25_1746009191659.xlsx\"},\"id\":\"a1fc1beb49402afa56930cee62f08bf6\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":18,\"totalCountNasa\":18,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:33\"}]', null, '8', null, '2025-04-30 18:33:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917528206428311554', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"TC5117400J-6\",\"deviceName\":\"TC5117400J-6\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"7/29/1994;7/17/1995\",\"fileList\":\"{\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/data.xlsx\\\",\\\"b072994.pdf\\\":\\\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/b072994.pdf\\\",\\\"TIL25_1746009324123.xlsx\\\":\\\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/TIL25_1746009324123.xlsx\\\"}\",\"fileMap\":{\"ieee95a.pdf\":\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/b072994.pdf\",\"TIL25_1746009324123.xlsx\":\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/TIL25_1746009324123.xlsx\"},\"id\":\"f3975c76be1577a34b1e5a1b115ca037\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:35\"}]', null, '6', null, '2025-04-30 18:35:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917528230616862721', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"TC5117400J-6\",\"deviceName\":\"TC5117400J-6\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"7/29/1994;7/17/1995\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"TIL25_1746009324123.xlsx\\\":\\\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/TIL25_1746009324123.xlsx\\\",\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/data.xlsx\\\",\\\"b072994.pdf\\\":\\\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/b072994.pdf\\\"}\",\"fileMap\":{\"TIL25_1746009324123.xlsx\":\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/TIL25_1746009324123.xlsx\",\"ieee95a.pdf\":\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/f3975c76be1577a34b1e5a1b115ca037/b072994.pdf\"},\"id\":\"f3975c76be1577a34b1e5a1b115ca037\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:35\"}]', null, '9', null, '2025-04-30 18:35:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917528642405240833', '1', '用户名: chenpan,登录成功!', null, 'chenpan', '陈攀', '119.78.164.165', null, null, null, null, '0', null, '2025-04-30 18:37:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917528891467206658', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"TC5117400FT-70\",\"deviceName\":\"TC5117400FT-70\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"5/24/1994;7/17/1995;9/11/1997\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"DRAM296.pdf\\\":\\\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/DRAM296.pdf\\\",\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/data.xlsx\\\",\\\"d052494.pdf\\\":\\\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/d052494.pdf\\\",\\\"TIL25_1746009483687.xlsx\\\":\\\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/TIL25_1746009483687.xlsx\\\"}\",\"fileMap\":{\"DRAM296.pdf\":\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/DRAM296.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/data.xlsx\",\"d052494.pdf\":\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/d052494.pdf\",\"TIL25_1746009483687.xlsx\":\"/oss/physical/NASA/4ee92f15f1a4c7332e7696975c5b63b1/TIL25_1746009483687.xlsx\"},\"id\":\"4ee92f15f1a4c7332e7696975c5b63b1\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:38\"}]', null, '8', null, '2025-04-30 18:38:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917528906361180162', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9QZ\",\"deviceFunction\":\"12 V p-type Power MOSFET\",\"deviceMode\":\"SiB455EDK\",\"deviceName\":\"SiB455EDK\",\"deviceType\":\"Trench\",\"experimentDate\":\"TAMU10AUG;20100818;7/2011\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"T081810_SiB455EDK.pdf\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/T081810_SiB455EDK.pdf\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W5_TID.pdf\\\"}\",\"fileMap\":{\"T081810_SiB455EDK.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/T081810_SiB455EDK.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W5_TID.pdf\"},\"id\":\"4319ee35f64a956c4e9589be20231c40\",\"manufacturer\":\"Vishay Intertechnology\",\"totalCountLhs\":20,\"totalCountNasa\":11,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 18:38\"}]', null, '7', null, '2025-04-30 18:38:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917529060803842049', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"S/N 1444, S/N 1445, D/C 0617\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"SMSA2815S\",\"deviceName\":\"SMSA2815S\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"NRL10MAY\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/data.xlsx\\\",\\\"NRL051110_SMSA2815S.pdf\\\":\\\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/NRL051110_SMSA2815S.pdf\\\",\\\"data_1746009527699.xlsx\\\":\\\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/data_1746009527699.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/data.xlsx\",\"NRL051110_SMSA2815S.pdf\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/NRL051110_SMSA2815S.pdf\",\"data_1746009527699.xlsx\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/data_1746009527699.xlsx\"},\"id\":\"5853c99c65a92ca8b962a09660a8d1f3\",\"manufacturer\":\"Crane\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 18:38\"}]', null, '8', null, '2025-04-30 18:38:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917529352278609921', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"SOC\",\"deviceMode\":\"Ryzen 3 2200G\",\"deviceName\":\"Ryzen 3 2200G\",\"deviceType\":\"片上系统(SOC)\",\"experimentDate\":\"6/2/2019(MGH)\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf\\\":\\\"/oss/physical/NASA/3dd2e1f1ca7dca324dbb5fd76de2be07/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3dd2e1f1ca7dca324dbb5fd76de2be07/data.xlsx\\\",\\\"单粒子效应_1746009596848.xlsx\\\":\\\"/oss/physical/NASA/3dd2e1f1ca7dca324dbb5fd76de2be07/单粒子效应_1746009596848.xlsx\\\"}\",\"fileMap\":{\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf\":\"/oss/physical/NASA/3dd2e1f1ca7dca324dbb5fd76de2be07/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-024-AMD-2200G-Microprocessor-2019June02-TN72756.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3dd2e1f1ca7dca324dbb5fd76de2be07/data.xlsx\",\"单粒子效应_1746009596848.xlsx\":\"/oss/physical/NASA/3dd2e1f1ca7dca324dbb5fd76de2be07/单粒子效应_1746009596848.xlsx\"},\"id\":\"3dd2e1f1ca7dca324dbb5fd76de2be07\",\"manufacturer\":\"GlobalFoundries\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 18:39\"}]', null, '5', null, '2025-04-30 18:39:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917529555509415937', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9QZ\",\"deviceFunction\":\"12 V p-type Power MOSFET\",\"deviceMode\":\"SiB455EDK\",\"deviceName\":\"SiB455EDK\",\"deviceType\":\"Trench\",\"experimentDate\":\"TAMU10AUG;20100818;7/2011\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"T081810_SiB455EDK.pdf\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/T081810_SiB455EDK.pdf\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/data.xlsx\\\"}\",\"fileMap\":{\"T081810_SiB455EDK.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/T081810_SiB455EDK.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/data.xlsx\"},\"id\":\"4319ee35f64a956c4e9589be20231c40\",\"manufacturer\":\"Vishay Intertechnology\",\"totalCountLhs\":20,\"totalCountNasa\":11,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 18:40\"}]', null, '7', null, '2025-04-30 18:40:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917529692231143425', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9QZ\",\"deviceFunction\":\"12 V p-type Power MOSFET\",\"deviceMode\":\"SiB455EDK\",\"deviceName\":\"SiB455EDK\",\"deviceType\":\"Trench\",\"experimentDate\":\"TAMU10AUG;20100818\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"T081810_SiB455EDK.pdf\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/T081810_SiB455EDK.pdf\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/data.xlsx\\\"}\",\"fileMap\":{\"T081810_SiB455EDK.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/T081810_SiB455EDK.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/data.xlsx\"},\"id\":\"4319ee35f64a956c4e9589be20231c40\",\"manufacturer\":\"Vishay Intertechnology\",\"totalCountLhs\":20,\"totalCountNasa\":11,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 18:41\"}]', null, '8', null, '2025-04-30 18:41:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917529761588154369', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"MSK5900RH\",\"deviceName\":\"MSK5900RH\",\"deviceType\":\"Linear Bipolar Hybrid\",\"experimentDate\":\"NRL09OCT\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/05fefa999537b0fb74e23eff7a14dd65/data.xlsx\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/05fefa999537b0fb74e23eff7a14dd65/nsrec2010_W8_SEE.pdf\\\",\\\"NRL102709_MSK5900RH.pdf\\\":\\\"/oss/physical/NASA/05fefa999537b0fb74e23eff7a14dd65/NRL102709_MSK5900RH.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/05fefa999537b0fb74e23eff7a14dd65/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/05fefa999537b0fb74e23eff7a14dd65/nsrec2010_W8_SEE.pdf\",\"NRL102709_MSK5900RH.pdf\":\"/oss/physical/NASA/05fefa999537b0fb74e23eff7a14dd65/NRL102709_MSK5900RH.pdf\"},\"id\":\"05fefa999537b0fb74e23eff7a14dd65\",\"manufacturer\":\"MS Kennedy\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 18:41\"}]', null, '7', null, '2025-04-30 18:41:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917529763303624706', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MOSFET Buffer\",\"deviceMode\":\"TC4420\",\"deviceName\":\"TC4420\",\"deviceType\":\"MOSFET Buffer\",\"experimentDate\":\"10/3/1994\",\"fileList\":\"{\\\"PPM-94-035.pdf\\\":\\\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/PPM-94-035.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/data.xlsx\\\",\\\"TIL25_1746009694189.xlsx\\\":\\\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/TIL25_1746009694189.xlsx\\\"}\",\"fileMap\":{\"PPM-94-035.pdf\":\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/PPM-94-035.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/data.xlsx\",\"TIL25_1746009694189.xlsx\":\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/TIL25_1746009694189.xlsx\"},\"id\":\"9fc81f08292cf4ccd34db2f15503b63f\",\"manufacturer\":\"Teledyne\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:41\"}]', null, '5', null, '2025-04-30 18:41:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917529784954621953', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MOSFET Buffer\",\"deviceMode\":\"TC4420\",\"deviceName\":\"TC4420\",\"deviceType\":\"MOSFET Buffer\",\"experimentDate\":\"10/3/1994\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"PPM-94-035.pdf\\\":\\\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/PPM-94-035.pdf\\\",\\\"TIL25_1746009694189.xlsx\\\":\\\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/TIL25_1746009694189.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/data.xlsx\\\"}\",\"fileMap\":{\"PPM-94-035.pdf\":\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/PPM-94-035.pdf\",\"TIL25_1746009694189.xlsx\":\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/TIL25_1746009694189.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/9fc81f08292cf4ccd34db2f15503b63f/data.xlsx\"},\"id\":\"9fc81f08292cf4ccd34db2f15503b63f\",\"manufacturer\":\"Teledyne\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:41\"}]', null, '5', null, '2025-04-30 18:41:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917529800867811330', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"Mii66099\",\"deviceName\":\"Mii66099\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"4/3/2002;6/1/2002\",\"id\":\"0a945498409cf7c8a9f6f81120dbcbc9\",\"manufacturer\":\"Micropac\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 18:41\"}]', null, '5', null, '2025-04-30 18:41:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917529839233110017', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"Mii66099\",\"deviceName\":\"Mii66099\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"4/3/2002;6/1/2002\",\"id\":\"0a945498409cf7c8a9f6f81120dbcbc9\",\"manufacturer\":\"Micropac\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 18:41\"}]', null, '8', null, '2025-04-30 18:41:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917529971622121474', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9543-B\",\"deviceFunction\":\"Power supervisor\",\"deviceMode\":\"TL7705\",\"deviceName\":\"TL7705\",\"deviceType\":\"Power Device\",\"experimentDate\":\"4/28/1997\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"PPM-97-014.pdf\\\":\\\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/PPM-97-014.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/data.xlsx\\\",\\\"TLC7705_1746009744376.xlsx\\\":\\\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/TLC7705_1746009744376.xlsx\\\"}\",\"fileMap\":{\"PPM-97-014.pdf\":\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/PPM-97-014.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/data.xlsx\",\"TLC7705_1746009744376.xlsx\":\"/oss/physical/NASA/bbb00f8796273ecb18b5cc7cd3c44491/TLC7705_1746009744376.xlsx\"},\"id\":\"bbb00f8796273ecb18b5cc7cd3c44491\",\"manufacturer\":\"TI\",\"totalCountLhs\":460,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 18:42\"}]', null, '4', null, '2025-04-30 18:42:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917530477031559170', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Mx4 DRAM\",\"deviceMode\":\"TB5117400J-6\",\"deviceName\":\"TB5117400J-6\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"9/11/1997\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"DRAM296.pdf\\\":\\\"/oss/physical/NASA/2114970b0e51adc263b76f3d2148c13c/DRAM296.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2114970b0e51adc263b76f3d2148c13c/data.xlsx\\\",\\\"TIL25_1746009862783.xlsx\\\":\\\"/oss/physical/NASA/2114970b0e51adc263b76f3d2148c13c/TIL25_1746009862783.xlsx\\\"}\",\"fileMap\":{\"DRAM296.pdf\":\"/oss/physical/NASA/2114970b0e51adc263b76f3d2148c13c/DRAM296.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2114970b0e51adc263b76f3d2148c13c/data.xlsx\",\"TIL25_1746009862783.xlsx\":\"/oss/physical/NASA/2114970b0e51adc263b76f3d2148c13c/TIL25_1746009862783.xlsx\"},\"id\":\"2114970b0e51adc263b76f3d2148c13c\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:44\"}]', null, '5', null, '2025-04-30 18:44:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917530533470113794', '1', '用户名: xuebinrui,登录成功!', null, 'xuebinrui', '薛彬睿', '210.73.34.96', null, null, null, null, '0', null, '2025-04-30 18:44:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917530778203557890', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Microprocessor\",\"deviceMode\":\"TA80486DX2-66\",\"deviceName\":\"TA80486DX2-66\",\"deviceType\":\"Microprocessors and Peripherals\",\"experimentDate\":\"7/31/1995;8/16/1995\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"no_report.pdf\\\":\\\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/no_report.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/data.xlsx\\\"}\",\"fileMap\":{\"no_report.pdf\":\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/data.xlsx\"},\"id\":\"8da2bbac26cfae396d57369f7a106990\",\"manufacturer\":\"Intel\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:45\"}]', null, '5', null, '2025-04-30 18:45:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917530871862366210', '2', 'NASA数据管理-编辑', '3', 'xuebinrui', '薛彬睿', '210.73.34.96', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"Bipolar\",\"deviceFunction\":\"Op-amp\",\"deviceMode\":\"OP97\",\"deviceName\":\"OP97\",\"deviceType\":\"接口电路\",\"experimentDate\":\"7/29/1994;7/17/1995\",\"experimentUser\":\"薛彬睿\",\"fileList\":\"{\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/data.xlsx\\\",\\\"b072994.pdf\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/b072994.pdf\\\",\\\"OP97_1745833624381.xlsx\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745833624381.xlsx\\\",\\\"OP97_1745835350417.xlsx\\\":\\\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745835350417.xlsx\\\"}\",\"fileMap\":{\"ieee95a.pdf\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/b072994.pdf\",\"OP97_1745833624381.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745833624381.xlsx\",\"OP97_1745835350417.xlsx\":\"/oss/physical/NASA/e83fdc0500a22b87b99ef621a73c19b6/OP97_1745835350417.xlsx\"},\"id\":\"e83fdc0500a22b87b99ef621a73c19b6\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xuebinrui\",\"updateTime\":\"2025-04-30 18:46\"}]', null, '8', null, '2025-04-30 18:46:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917530920017170434', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Microprocessor\",\"deviceMode\":\"TA80486DX2-66\",\"deviceName\":\"TA80486DX2-66\",\"deviceType\":\"Microprocessors and Peripherals\",\"experimentDate\":\"7/31/1995;8/16/1995\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"no_report.pdf\\\":\\\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/no_report.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/data.xlsx\\\"}\",\"fileMap\":{\"no_report.pdf\":\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/data.xlsx\"},\"id\":\"8da2bbac26cfae396d57369f7a106990\",\"manufacturer\":\"Intel\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:46\"}]', null, '5', null, '2025-04-30 18:46:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917531054117457921', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Processor\",\"deviceMode\":\"Ryzen 3 1200 Summit Ridge (YD1200BBAEBOX)\",\"deviceName\":\"Ryzen 3 1200 Summit Ridge (YD1200BBAEBOX)\",\"deviceType\":\"其它混合集成电路\",\"experimentDate\":\"6/2/2019(MGH)\",\"experimentUser\":\"孙家诚\",\"id\":\"c3efcd09547ae84af3fd44983666ee53\",\"manufacturer\":\"AMD\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 18:46\"}]', null, '6', null, '2025-04-30 18:46:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917531528975585282', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"SRAM\",\"deviceMode\":\"Magnum Test Vehicle\",\"deviceName\":\"Magnum Test Vehicle\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"3/7/2015CDH;TRIUMF;Scripps;HUPTI\",\"fileList\":\"{\\\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\":\\\"/oss/physical/NASA/0a8076f6a564c9a70916d7017cb61930/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0a8076f6a564c9a70916d7017cb61930/data.xlsx\\\",\\\"MagnumTestVehicle单粒子效应_1746010116282.xlsx\\\":\\\"/oss/physical/NASA/0a8076f6a564c9a70916d7017cb61930/MagnumTestVehicle单粒子效应_1746010116282.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\":\"/oss/physical/NASA/0a8076f6a564c9a70916d7017cb61930/NEPP-CP-2016-OBryan-Paper-NSREC-SEE-DW-TN35503.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0a8076f6a564c9a70916d7017cb61930/data.xlsx\",\"MagnumTestVehicle单粒子效应_1746010116282.xlsx\":\"/oss/physical/NASA/0a8076f6a564c9a70916d7017cb61930/MagnumTestVehicle单粒子效应_1746010116282.xlsx\"},\"id\":\"0a8076f6a564c9a70916d7017cb61930\",\"manufacturer\":\"IBM (now Global Foundaries)\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 18:48\"}]', null, '9', null, '2025-04-30 18:48:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917531584839520258', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R11\",\"deviceName\":\"RAMT1R11\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"2/24/1997\",\"fileList\":\"{\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\\\",\\\"单粒子效应1_1746010125138.xlsx\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应1_1746010125138.xlsx\\\"}\",\"fileMap\":{\"b022497b.pdf\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\",\"单粒子效应1_1746010125138.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应1_1746010125138.xlsx\"},\"id\":\"4af48ff8dfca45fed905572ba5e88378\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 18:48\"}]', null, '5', null, '2025-04-30 18:48:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917531697565634561', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"\",\"deviceFunction\":\"Schottky Diode\",\"deviceMode\":\"NSR0140P2T5G\",\"deviceName\":\"NSR0140P2T5G\",\"deviceType\":\"二极管\",\"experimentDate\":\"4/11/2017\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/data.xlsx\\\",\\\"单粒子效应_1745988281006.xlsx\\\":\\\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/单粒子效应_1745988281006.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/data.xlsx\",\"单粒子效应_1745988281006.xlsx\":\"/oss/physical/NASA/d2e3fbe9e0d39cf3de6dda9b91ec644f/单粒子效应_1745988281006.xlsx\"},\"id\":\"d2e3fbe9e0d39cf3de6dda9b91ec644f\",\"manufacturer\":\"ON Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 18:49\"}]', null, '5', null, '2025-04-30 18:49:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917531814095982593', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0934\",\"deviceFunction\":\"Fanout Buffer\",\"deviceMode\":\"NB7L14MNG\",\"deviceName\":\"NB7L14MNG\",\"deviceType\":\"​其他半导体集成电路\",\"experimentDate\":\"11/14/2012; 3/13/2013\",\"id\":\"c4b361dc94db882180995a7dea1a964c\",\"manufacturer\":\"ON Semiconductor\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 18:49\"}]', null, '5', null, '2025-04-30 18:49:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917531879757811714', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Delay Line\",\"deviceMode\":\"NYTEK 8002\",\"deviceName\":\"NYTEK 8002\",\"deviceType\":\"​其他半导体集成电路\",\"experimentDate\":\"1998-1999\",\"fileList\":\"{\\\"data_1745917063273.xlsx\\\":\\\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/data_1745917063273.xlsx\\\",\\\"单粒子效应_1745985979784.xlsx\\\":\\\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/单粒子效应_1745985979784.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/NSREC99.pdf\\\"}\",\"fileMap\":{\"data_1745917063273.xlsx\":\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/data_1745917063273.xlsx\",\"单粒子效应_1745985979784.xlsx\":\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/单粒子效应_1745985979784.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/8ee33cb898aed2ced89da09c08030c27/NSREC99.pdf\"},\"id\":\"8ee33cb898aed2ced89da09c08030c27\",\"manufacturer\":\"NYTEK\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 18:50\"}]', null, '5', null, '2025-04-30 18:50:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917531912876036098', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1310\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"NXPS20H100CX\",\"deviceName\":\"NXPS20H100CX\",\"deviceType\":\"二极管\",\"experimentDate\":\"6/30/2014\",\"id\":\"89e6e562643e6da252378f34dc49c615\",\"manufacturer\":\"NXP Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 18:50\"}]', null, '5', null, '2025-04-30 18:50:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917531939195293698', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Schottky Diode\",\"deviceMode\":\"NSXPS20H100\",\"deviceName\":\"NSXPS20H100\",\"deviceType\":\"二极管\",\"experimentDate\":\"6/27/2015\",\"fileList\":\"{\\\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\":\\\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\",\\\"data_1745917683798.xlsx\\\":\\\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/data_1745917683798.xlsx\\\",\\\"单粒子效应_1745987155032.xlsx\\\":\\\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/单粒子效应_1745987155032.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data_1745917683798.xlsx\":\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/data_1745917683798.xlsx\",\"单粒子效应_1745987155032.xlsx\":\"/oss/physical/NASA/a2741bba81c754934cb4933b01b2e4e2/单粒子效应_1745987155032.xlsx\"},\"id\":\"a2741bba81c754934cb4933b01b2e4e2\",\"manufacturer\":\"NXP Semiconductor\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 18:50\"}]', null, '8', null, '2025-04-30 18:50:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917531983713636353', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"T36T-GTRC\",\"deviceName\":\"T36T-GTRC\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2/24/2004;6/22/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/nsrec04_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/data.xlsx\\\",\\\"TIL25_1746010224816.xlsx\\\":\\\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/TIL25_1746010224816.xlsx\\\"}\",\"fileMap\":{\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/nsrec04_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/data.xlsx\",\"TIL25_1746010224816.xlsx\":\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/TIL25_1746010224816.xlsx\"},\"id\":\"fe4ff4469c58cb3d6430af122ec77ae9\",\"manufacturer\":\"Agilent\",\"totalCountLhs\":23,\"totalCountNasa\":23,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:50\"}]', null, '5', null, '2025-04-30 18:50:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917531987341709313', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"CMOS SRAM\",\"deviceMode\":\"MT5C1008\",\"deviceName\":\"MT5C1008\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"11/29/1995\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/data.xlsx\\\",\\\"PPM-95-186.pdf\\\":\\\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/PPM-95-186.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/data.xlsx\",\"PPM-95-186.pdf\":\"/oss/physical/NASA/d97b6293a1fae9ee60c6429debd1526c/PPM-95-186.pdf\"},\"id\":\"d97b6293a1fae9ee60c6429debd1526c\",\"manufacturer\":\"Micron Technology\",\"totalCountLhs\":18,\"totalCountNasa\":1,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 18:50\"}]', null, '8', null, '2025-04-30 18:50:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917531993540890625', '2', 'NASA数据管理-编辑', '3', 'sunjiacheng', '孙家诚', '119.78.164.164', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"SOC\",\"deviceMode\":\"Ryzen 3 1200\",\"deviceName\":\"Ryzen 3 1200\",\"deviceType\":\"片上系统(SOC)\",\"experimentDate\":\"6/2/2019(MGH)\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf\\\":\\\"/oss/physical/NASA/f8b2c557856fc8077ea5c5e7bc97010c/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f8b2c557856fc8077ea5c5e7bc97010c/data.xlsx\\\",\\\"单粒子效应_1746010226700.xlsx\\\":\\\"/oss/physical/NASA/f8b2c557856fc8077ea5c5e7bc97010c/单粒子效应_1746010226700.xlsx\\\"}\",\"fileMap\":{\"NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf\":\"/oss/physical/NASA/f8b2c557856fc8077ea5c5e7bc97010c/NEPP-TR-2019-Wyrwas-NEPPweb-TR-19-023_AMD-Ryzen-3-1200-Microprocessors-2019June02-TN72755.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f8b2c557856fc8077ea5c5e7bc97010c/data.xlsx\",\"单粒子效应_1746010226700.xlsx\":\"/oss/physical/NASA/f8b2c557856fc8077ea5c5e7bc97010c/单粒子效应_1746010226700.xlsx\"},\"id\":\"f8b2c557856fc8077ea5c5e7bc97010c\",\"manufacturer\":\"GlobalFoundries\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"sunjiacheng\",\"updateTime\":\"2025-04-30 18:50\"}]', null, '6', null, '2025-04-30 18:50:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917532037912432641', '2', 'NASA数据管理-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MOSFET\",\"deviceMode\":\"NVTFS5116PLWFTAG\",\"deviceName\":\"NVTFS5116PLWFTAG\",\"deviceType\":\"晶体管\",\"experimentDate\":\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf;https://nepp.nasa.gov/files/28959/2017-Lauenstein-NSREC-Paper-DW-MOSFETs-TN44382.pdf\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7e9f44485e04bb1b6ad23468d27a04d1/data.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7e9f44485e04bb1b6ad23468d27a04d1/data.xlsx\"},\"id\":\"7e9f44485e04bb1b6ad23468d27a04d1\",\"manufacturer\":\"ON Semiconductor\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 18:50\"}]', null, '4', null, '2025-04-30 18:50:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917532324882518018', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Micropower Supply Voltage Supervisor\",\"deviceMode\":\"TL7702B\",\"deviceName\":\"TL7702B\",\"deviceType\":\"Analog Device\",\"experimentDate\":\"10/12-13/1999;10/25/1999\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/data.xlsx\\\",\\\"b112599a.pdf\\\":\\\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/b112599a.pdf\\\",\\\"TL7702B_1746010305784.xlsx\\\":\\\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/TL7702B_1746010305784.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/data.xlsx\",\"b112599a.pdf\":\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/b112599a.pdf\",\"TL7702B_1746010305784.xlsx\":\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/TL7702B_1746010305784.xlsx\"},\"id\":\"df936a65d2e6859d4e85918f2c97f84b\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":20,\"totalCountNasa\":2,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 18:51\"}]', null, '5', null, '2025-04-30 18:51:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917532363763716098', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Micropower Supply Voltage Supervisor\",\"deviceMode\":\"TL7702B\",\"deviceName\":\"TL7702B\",\"deviceType\":\"Analog Device\",\"experimentDate\":\"10/12-13/1999;10/25/1999\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/data.xlsx\\\",\\\"TL7702B_1746010305784.xlsx\\\":\\\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/TL7702B_1746010305784.xlsx\\\",\\\"b112599a.pdf\\\":\\\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/b112599a.pdf\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/data.xlsx\",\"TL7702B_1746010305784.xlsx\":\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/TL7702B_1746010305784.xlsx\",\"b112599a.pdf\":\"/oss/physical/NASA/df936a65d2e6859d4e85918f2c97f84b/b112599a.pdf\"},\"id\":\"df936a65d2e6859d4e85918f2c97f84b\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":20,\"totalCountNasa\":2,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 18:51\"}]', null, '6', null, '2025-04-30 18:51:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917532389831315458', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"T36T-GTFE\",\"deviceName\":\"T36T-GTFE\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2/24/2004;6/22/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/nsrec04_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/data.xlsx\\\",\\\"TIL25_1746010321690.xlsx\\\":\\\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/TIL25_1746010321690.xlsx\\\"}\",\"fileMap\":{\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/nsrec04_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/data.xlsx\",\"TIL25_1746010321690.xlsx\":\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/TIL25_1746010321690.xlsx\"},\"id\":\"28f55a80d9b245f54dbe1ea80c0a9ca7\",\"manufacturer\":\"Agilent\",\"totalCountLhs\":23,\"totalCountNasa\":23,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:52\"}]', null, '7', null, '2025-04-30 18:52:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917532642454245378', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Adjustable Positive Voltage Regulator\",\"deviceMode\":\"MSK5900\",\"deviceName\":\"MSK5900\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"12/18/2005;2010DEC\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"VdG10DEC_MSK5900.pdf\\\":\\\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/VdG10DEC_MSK5900.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/data.xlsx\\\",\\\"T121805_MSK5900.pdf\\\":\\\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/T121805_MSK5900.pdf\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/nsrec06_W4.pdf\\\",\\\"单粒子效应_1746010381898.xlsx\\\":\\\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/单粒子效应_1746010381898.xlsx\\\"}\",\"fileMap\":{\"VdG10DEC_MSK5900.pdf\":\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/VdG10DEC_MSK5900.pdf\",\"data.xlsx\":\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/data.xlsx\",\"T121805_MSK5900.pdf\":\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/T121805_MSK5900.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/nsrec06_W4.pdf\",\"单粒子效应_1746010381898.xlsx\":\"/oss/physical/NASA/81a8d2b8893115c4491a229f267dbf55/单粒子效应_1746010381898.xlsx\"},\"id\":\"81a8d2b8893115c4491a229f267dbf55\",\"manufacturer\":\"MS Kennedy\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 18:53\"}]', null, '8', null, '2025-04-30 18:53:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917532671537549314', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"ZZ W54B ,AB W08B\",\"deviceFunction\":\"200 V p-type Power MOSFET\",\"deviceMode\":\"Si7431DP\",\"deviceName\":\"Si7431DP\",\"deviceType\":\"p-type Trench Power MOSFET\",\"experimentDate\":\"23 January 2011-28 March 2011\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/data.xlsx\\\",\\\"LBNL012100_LBNL032811_Si7431DP.pdf\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/LBNL012100_LBNL032811_Si7431DP.pdf\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/data.xlsx\",\"LBNL012100_LBNL032811_Si7431DP.pdf\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/LBNL012100_LBNL032811_Si7431DP.pdf\"},\"id\":\"ebff0f4b5db1e35b1d6bf30eabd8069c\",\"manufacturer\":\"Vishay Intertechnology\",\"totalCountLhs\":22,\"totalCountNasa\":10,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 18:53\"}]', null, '6', null, '2025-04-30 18:53:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917532907462955009', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"T36T-GARC3\",\"deviceName\":\"T36T-GARC3\",\"deviceType\":\"CMOS\",\"experimentDate\":\"11/11/2003;6/22/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"T111103_GLAST.pdf\\\":\\\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/T111103_GLAST.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/nsrec04_SEE.pdf\\\",\\\"TIL25_1746010445015.xlsx\\\":\\\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/TIL25_1746010445015.xlsx\\\"}\",\"fileMap\":{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/nsrec04_SEE.pdf\",\"TIL25_1746010445015.xlsx\":\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/TIL25_1746010445015.xlsx\"},\"id\":\"f2da11627d69a0bc4e03e1c3620f5cd6\",\"manufacturer\":\"Agilent\",\"totalCountLhs\":23,\"totalCountNasa\":23,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:54\"}]', null, '7', null, '2025-04-30 18:54:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917532932414869505', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R10\",\"deviceName\":\"RAMT1R10\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"2/24/1997\",\"fileList\":\"{\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/b022497b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/data.xlsx\\\",\\\"单粒子效应2_1746010448263.xlsx\\\":\\\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/单粒子效应2_1746010448263.xlsx\\\"}\",\"fileMap\":{\"b022497b.pdf\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/b022497b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/data.xlsx\",\"单粒子效应2_1746010448263.xlsx\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/单粒子效应2_1746010448263.xlsx\"},\"id\":\"cc1312419d96e182e219357da6e421b1\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 18:54\"}]', null, '7', null, '2025-04-30 18:54:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917532972680187906', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"T36T-GAFE7\",\"deviceName\":\"T36T-GAFE7\",\"deviceType\":\"CMOS\",\"experimentDate\":\"11/11/2003;6/22/2004\",\"fileList\":\"{\\\"T111103_GLAST.pdf\\\":\\\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/T111103_GLAST.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/nsrec04_SEE.pdf\\\",\\\"TIL25_1746010456960.xlsx\\\":\\\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/TIL25_1746010456960.xlsx\\\"}\",\"fileMap\":{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/nsrec04_SEE.pdf\",\"TIL25_1746010456960.xlsx\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/TIL25_1746010456960.xlsx\"},\"id\":\"c1f4891889d801eea45a049b7f68f3b0\",\"manufacturer\":\"Agilent\",\"totalCountLhs\":23,\"totalCountNasa\":23,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:54\"}]', null, '5', null, '2025-04-30 18:54:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917532991181262850', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"T36T-GAFE7\",\"deviceName\":\"T36T-GAFE7\",\"deviceType\":\"CMOS\",\"experimentDate\":\"11/11/2003;6/22/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"T111103_GLAST.pdf\\\":\\\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/T111103_GLAST.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/nsrec04_SEE.pdf\\\",\\\"TIL25_1746010456960.xlsx\\\":\\\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/TIL25_1746010456960.xlsx\\\"}\",\"fileMap\":{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/nsrec04_SEE.pdf\",\"TIL25_1746010456960.xlsx\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/TIL25_1746010456960.xlsx\"},\"id\":\"c1f4891889d801eea45a049b7f68f3b0\",\"manufacturer\":\"Agilent\",\"totalCountLhs\":23,\"totalCountNasa\":23,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:54\"}]', null, '7', null, '2025-04-30 18:54:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917533025033490434', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"T36T-GAFE5G\",\"deviceName\":\"T36T-GAFE5G\",\"deviceType\":\"CMOS\",\"experimentDate\":\"11/11/2003;6/22/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"T111103_GLAST.pdf\\\":\\\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/T111103_GLAST.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/nsrec04_SEE.pdf\\\"}\",\"fileMap\":{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/nsrec04_SEE.pdf\"},\"id\":\"f23e2bee54fb7d30b2c41bd20b8510c4\",\"manufacturer\":\"Agilent\",\"totalCountLhs\":23,\"totalCountNasa\":23,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:54\"}]', null, '9', null, '2025-04-30 18:54:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917533119933812737', '1', '用户名: yangsini,登录成功!', null, 'yangsini', '杨思妮', '119.78.164.179', null, null, null, null, '0', null, '2025-04-30 18:54:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917533336598974466', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"T36T-GTFE\",\"deviceName\":\"T36T-GTFE\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2/24/2004;6/22/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"TIL25_1746010321690.xlsx\\\":\\\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/TIL25_1746010321690.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/nsrec04_SEE.pdf\\\"}\",\"fileMap\":{\"TIL25_1746010321690.xlsx\":\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/TIL25_1746010321690.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/nsrec04_SEE.pdf\"},\"id\":\"28f55a80d9b245f54dbe1ea80c0a9ca7\",\"manufacturer\":\"Agilent\",\"totalCountLhs\":23,\"totalCountNasa\":23,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 18:55\"}]', null, '5', null, '2025-04-30 18:55:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917533339061030913', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"ZZ W54B ,AB W08B\",\"deviceFunction\":\"200 V p-type Power MOSFET\",\"deviceMode\":\"Si7431DP\",\"deviceName\":\"Si7431DP\",\"deviceType\":\"p-type Trench Power MOSFET\",\"experimentDate\":\"23 January 2011-28 March 2011\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/data.xlsx\\\",\\\"LBNL012100_LBNL032811_Si7431DP.pdf\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/LBNL012100_LBNL032811_Si7431DP.pdf\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/data.xlsx\",\"LBNL012100_LBNL032811_Si7431DP.pdf\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/LBNL012100_LBNL032811_Si7431DP.pdf\"},\"id\":\"ebff0f4b5db1e35b1d6bf30eabd8069c\",\"manufacturer\":\"Vishay Intertechnology\",\"totalCountLhs\":20,\"totalCountNasa\":10,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 18:55\"}]', null, '5', null, '2025-04-30 18:55:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917533414701109249', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院微电子研究所抗辐照器件技术重点实验室\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-30 18:56\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"450A-R-CSOI,450A-R-SOI\",\"experimentDate\":\"2023.02.06-2023.02.13\",\"experimentUser\":\"荀明珠\",\"id\":\"1917533414684332034\",\"manufacturer\":\"xx\",\"name\":\"CSOI\",\"type\":\"晶体管\"}]', null, '6', null, '2025-04-30 18:56:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917533469034123265', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0707\",\"deviceFunction\":\"LDO Positive Voltage Regulator 5V\",\"deviceMode\":\"TL750M05CKTRR\",\"deviceName\":\"TL750M05CKTRR\",\"deviceType\":\"Linear Bipolar\",\"experimentDate\":\"6/1/2009; 2014; 2015\",\"experimentUser\":\"李序友\",\"id\":\"cd12a2931378db9fed2b04beb1c72448\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":7,\"totalCountNasa\":7,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 18:56\"}]', null, '6', null, '2025-04-30 18:56:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917533685380517890', '2', '历史一期记录-添加', '2', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.add()', null, '[{\"clientName\":\"中国科学院微电子研究所抗辐照器件技术重点实验室\",\"createBy\":\"huangkan\",\"createTime\":\"2025-04-30 18:57\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"SOI FinFET,FOI FinFET\",\"experimentDate\":\"2023.02.06-2023.02.13\",\"experimentUser\":\"荀明珠\",\"id\":\"1917533685363740673\",\"manufacturer\":\"xx\",\"name\":\"FinFET\",\"type\":\"晶体管\"}]', null, '5', null, '2025-04-30 18:57:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917534127304970242', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0605\",\"deviceFunction\":\"LDO Positive Voltage Regulator 5V\",\"deviceMode\":\"TL750L05CDR\",\"deviceName\":\"TL750L05CDR\",\"deviceType\":\"Linear Bipolar\",\"experimentDate\":\"6/1/2009\",\"experimentUser\":\"李序友\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/69e94aea553c8f6e03f5647799fa13d2/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/69e94aea553c8f6e03f5647799fa13d2/data.xlsx\\\",\\\"TL750L05CDR_1746010735564.xlsx\\\":\\\"/oss/physical/NASA/69e94aea553c8f6e03f5647799fa13d2/TL750L05CDR_1746010735564.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/69e94aea553c8f6e03f5647799fa13d2/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/69e94aea553c8f6e03f5647799fa13d2/data.xlsx\",\"TL750L05CDR_1746010735564.xlsx\":\"/oss/physical/NASA/69e94aea553c8f6e03f5647799fa13d2/TL750L05CDR_1746010735564.xlsx\"},\"id\":\"69e94aea553c8f6e03f5647799fa13d2\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":12,\"totalCountNasa\":1,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 18:58\"}]', null, '8', null, '2025-04-30 18:58:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917534595653537793', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"Stratix EP1S25\",\"deviceName\":\"Stratix EP1S25\",\"deviceType\":\"FPGA\",\"experimentDate\":\"12/20/2004\",\"fileList\":\"{\\\"T122004_Altera_EP1S25.pdf\\\":\\\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/T122004_Altera_EP1S25.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/data.xlsx\\\",\\\"mapld05_sanders.pdf\\\":\\\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/mapld05_sanders.pdf\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/nsrec05_W5.pdf\\\",\\\"TIL25_1746010822150.xlsx\\\":\\\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/TIL25_1746010822150.xlsx\\\"}\",\"fileMap\":{\"T122004_Altera_EP1S25.pdf\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/T122004_Altera_EP1S25.pdf\",\"data.xlsx\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/data.xlsx\",\"mapld05_sanders.pdf\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/mapld05_sanders.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/nsrec05_W5.pdf\",\"TIL25_1746010822150.xlsx\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/TIL25_1746010822150.xlsx\"},\"id\":\"17e3b6e0063734786153f640693f8b55\",\"manufacturer\":\"Altera\",\"totalCountLhs\":24,\"totalCountNasa\":24,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 19:00\"}]', null, '6', null, '2025-04-30 19:00:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917534631569362946', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"FPGA\",\"deviceMode\":\"Stratix EP1S25\",\"deviceName\":\"Stratix EP1S25\",\"deviceType\":\"FPGA\",\"experimentDate\":\"12/20/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"T122004_Altera_EP1S25.pdf\\\":\\\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/T122004_Altera_EP1S25.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/data.xlsx\\\",\\\"mapld05_sanders.pdf\\\":\\\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/mapld05_sanders.pdf\\\",\\\"TIL25_1746010822150.xlsx\\\":\\\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/TIL25_1746010822150.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"T122004_Altera_EP1S25.pdf\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/T122004_Altera_EP1S25.pdf\",\"data.xlsx\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/data.xlsx\",\"mapld05_sanders.pdf\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/mapld05_sanders.pdf\",\"TIL25_1746010822150.xlsx\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/TIL25_1746010822150.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/17e3b6e0063734786153f640693f8b55/nsrec05_W5.pdf\"},\"id\":\"17e3b6e0063734786153f640693f8b55\",\"manufacturer\":\"Altera\",\"totalCountLhs\":24,\"totalCountNasa\":24,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 19:00\"}]', null, '6', null, '2025-04-30 19:00:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917534672111505409', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9203\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1526B\",\"deviceName\":\"SG1526B\",\"deviceType\":\"PWM\",\"experimentDate\":\"5/7/1992\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"PPM-92-152.pdf\\\":\\\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/PPM-92-152.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/data.xlsx\\\",\\\"电离总剂量效应_1746010858261.xlsx\\\":\\\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/电离总剂量效应_1746010858261.xlsx\\\"}\",\"fileMap\":{\"PPM-92-152.pdf\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/PPM-92-152.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/data.xlsx\",\"电离总剂量效应_1746010858261.xlsx\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/电离总剂量效应_1746010858261.xlsx\"},\"id\":\"6e72614831467c4c9874decb13027b5a\",\"manufacturer\":\"Silicon General\",\"totalCountLhs\":84,\"totalCountNasa\":1,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 19:01\"}]', null, '14', null, '2025-04-30 19:01:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917534828139614210', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9001\",\"deviceFunction\":\"MOSFET Driver\",\"deviceMode\":\"TSC430MJA\",\"deviceName\":\"MOSFET DRIVER (TSC430MJA/883)\",\"deviceType\":\"晶体管\",\"experimentDate\":\"10/24/1991\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"PPM-91-637.pdf\\\":\\\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/PPM-91-637.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/data.xlsx\\\",\\\"电离总剂量效应_1746010901768.xlsx\\\":\\\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/电离总剂量效应_1746010901768.xlsx\\\"}\",\"fileMap\":{\"PPM-91-637.pdf\":\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/PPM-91-637.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/data.xlsx\",\"电离总剂量效应_1746010901768.xlsx\":\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/电离总剂量效应_1746010901768.xlsx\"},\"id\":\"dc04696d93a726a385c896b821b275d1\",\"manufacturer\":\"Teledyne\",\"totalCountLhs\":12,\"totalCountNasa\":1,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 19:01\"}]', null, '8', null, '2025-04-30 19:01:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917535240078987265', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"ZZ W54B ,AB W08B\",\"deviceFunction\":\"200 V p-type Power MOSFET\",\"deviceMode\":\"Si7431DP\",\"deviceName\":\"Si7431DP\",\"deviceType\":\"p-type Trench Power MOSFET\",\"experimentDate\":\"23 January 2011-28 March 2011\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/data.xlsx\\\",\\\"LBNL012100_LBNL032811_Si7431DP.pdf\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/LBNL012100_LBNL032811_Si7431DP.pdf\\\",\\\"Si7431DP_SEE_1746011000642.xlsx\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/Si7431DP_SEE_1746011000642.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/data.xlsx\",\"LBNL012100_LBNL032811_Si7431DP.pdf\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/LBNL012100_LBNL032811_Si7431DP.pdf\",\"Si7431DP_SEE_1746011000642.xlsx\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/Si7431DP_SEE_1746011000642.xlsx\"},\"id\":\"ebff0f4b5db1e35b1d6bf30eabd8069c\",\"manufacturer\":\"Vishay Intertechnology\",\"totalCountLhs\":20,\"totalCountNasa\":10,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 19:03\"}]', null, '5', null, '2025-04-30 19:03:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917535274782658561', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"90 nm CMOS FPGA\",\"deviceMode\":\"Spartan III D1327453A/4C\",\"deviceName\":\"Spartan III D1327453A/4C\",\"deviceType\":\"FPGA\",\"experimentDate\":\"10/18/2005\",\"fileList\":\"{\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/nsrec06_W4.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/data.xlsx\\\",\\\"TIL25_1746011002720.xlsx\\\":\\\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/TIL25_1746011002720.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W4.pdf\":\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/nsrec06_W4.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/data.xlsx\",\"TIL25_1746011002720.xlsx\":\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/TIL25_1746011002720.xlsx\"},\"id\":\"e6cac6f0c519fa0f62a2233b599aba55\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 19:03\"}]', null, '5', null, '2025-04-30 19:03:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917535293761884162', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"90 nm CMOS FPGA\",\"deviceMode\":\"Spartan III D1327453A/4C\",\"deviceName\":\"Spartan III D1327453A/4C\",\"deviceType\":\"FPGA\",\"experimentDate\":\"10/18/2005\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"TIL25_1746011002720.xlsx\\\":\\\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/TIL25_1746011002720.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/data.xlsx\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/nsrec06_W4.pdf\\\"}\",\"fileMap\":{\"TIL25_1746011002720.xlsx\":\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/TIL25_1746011002720.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/e6cac6f0c519fa0f62a2233b599aba55/nsrec06_W4.pdf\"},\"id\":\"e6cac6f0c519fa0f62a2233b599aba55\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 19:03\"}]', null, '8', null, '2025-04-30 19:03:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917535337504280578', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"90 nm CMOS FPGA\",\"deviceMode\":\"Spartan III D1287920C/4C-ES\",\"deviceName\":\"Spartan III D1287920C/4C-ES\",\"deviceType\":\"FPGA\",\"experimentDate\":\"10/18/2005\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/85e45c530f20943de92aa99296ed6949/nsrec06_W4.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/85e45c530f20943de92aa99296ed6949/data.xlsx\\\",\\\"TIL25_1746011024567.xlsx\\\":\\\"/oss/physical/NASA/85e45c530f20943de92aa99296ed6949/TIL25_1746011024567.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W4.pdf\":\"/oss/physical/NASA/85e45c530f20943de92aa99296ed6949/nsrec06_W4.pdf\",\"data.xlsx\":\"/oss/physical/NASA/85e45c530f20943de92aa99296ed6949/data.xlsx\",\"TIL25_1746011024567.xlsx\":\"/oss/physical/NASA/85e45c530f20943de92aa99296ed6949/TIL25_1746011024567.xlsx\"},\"id\":\"85e45c530f20943de92aa99296ed6949\",\"manufacturer\":\"Xilinx\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 19:03\"}]', null, '5', null, '2025-04-30 19:03:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917535563577266178', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"MSK5820-2.5RH\",\"deviceName\":\"MSK5820-2.5RH\",\"deviceType\":\"Linear Bipolar Hybrid\",\"experimentDate\":\"NRL09OCT\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"NRL102709_MSK5820.pdf\\\":\\\"/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/NRL102709_MSK5820.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/data.xlsx\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/nsrec2010_W8_SEE.pdf\\\",\\\"单粒子效应_1746011078247.xlsx\\\":\\\"/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/单粒子效应_1746011078247.xlsx\\\"}\",\"fileMap\":{\"NRL102709_MSK5820.pdf\":\"/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/NRL102709_MSK5820.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/nsrec2010_W8_SEE.pdf\",\"单粒子效应_1746011078247.xlsx\":\"/oss/physical/NASA/ff30db87f11580733797a94cc0ddc74d/单粒子效应_1746011078247.xlsx\"},\"id\":\"ff30db87f11580733797a94cc0ddc74d\",\"manufacturer\":\"MS Kennedy\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 19:04\"}]', null, '8', null, '2025-04-30 19:04:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917536008718749698', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9001\",\"deviceFunction\":\"MOSFET Driver\",\"deviceMode\":\"TSC430MJA\",\"deviceName\":\"MOSFET DRIVER (TSC430MJA/883)\",\"deviceType\":\"晶体管\",\"experimentDate\":\"10/24/1991\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"PPM-91-637.pdf\\\":\\\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/PPM-91-637.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/data.xlsx\\\",\\\"电离总剂量效应_1746011184283.xlsx\\\":\\\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/电离总剂量效应_1746011184283.xlsx\\\"}\",\"fileMap\":{\"PPM-91-637.pdf\":\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/PPM-91-637.pdf\",\"data.xlsx\":\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/data.xlsx\",\"电离总剂量效应_1746011184283.xlsx\":\"/oss/physical/NASA/dc04696d93a726a385c896b821b275d1/电离总剂量效应_1746011184283.xlsx\"},\"id\":\"dc04696d93a726a385c896b821b275d1\",\"manufacturer\":\"Teledyne\",\"totalCountLhs\":12,\"totalCountNasa\":1,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 19:06\"}]', null, '5', null, '2025-04-30 19:06:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917536035474214914', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"SOC and DDR4\",\"deviceMode\":\"Snapdragon 820\",\"deviceName\":\"Snapdragon 820\",\"deviceType\":\"14nm LPP\",\"experimentDate\":\"2016SeptTAMU;2016OctMGH\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\":\\\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/data.xlsx\\\",\\\"TIL25_1746011190888.xlsx\\\":\\\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/TIL25_1746011190888.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/data.xlsx\",\"TIL25_1746011190888.xlsx\":\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/TIL25_1746011190888.xlsx\"},\"id\":\"5fd153a15cc32168d7da3c1dded9287f\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":39,\"totalCountNasa\":39,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 19:06\"}]', null, '8', null, '2025-04-30 19:06:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917536338957275138', '2', '历史一期记录-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院微电子研究所抗辐照器件技术重点实验室\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"450A-R-CSOI\",\"experimentDate\":\"2023.02.06-2023.02.13\",\"experimentUser\":\"荀明珠\",\"id\":\"1917533414684332034\",\"manufacturer\":\"xx\",\"name\":\"CSOI\",\"type\":\"晶体管\",\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 19:07\"}]', null, '7', null, '2025-04-30 19:07:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917536519211683842', '2', '历史一期记录-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院微电子研究所抗辐照器件技术重点实验室\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"450A-R-CSOI,FOI FinFET,SOI FinFET\",\"experimentDate\":\"2023.02.06-2023.02.13\",\"experimentUser\":\"荀明珠\",\"id\":\"1917533685363740673\",\"manufacturer\":\"/\",\"name\":\"FinFET\",\"type\":\"晶体管\",\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 19:08\"}]', null, '5', null, '2025-04-30 19:08:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917536531115118594', '2', '历史一期记录-通过id删除', '4', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.delete()', null, ' id: 1917533414684332034', null, '3', null, '2025-04-30 19:08:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917536877556240385', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Linear Voltage Regulator\",\"deviceMode\":\"MSK5820\",\"deviceName\":\"MSK5820\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"TAMU10MAY\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/data.xlsx\\\",\\\"T052210_MSK5820.pdf\\\":\\\"/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/T052210_MSK5820.pdf\\\",\\\"单粒子效应_1746011391818.xlsx\\\":\\\"/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/单粒子效应_1746011391818.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/data.xlsx\",\"T052210_MSK5820.pdf\":\"/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/T052210_MSK5820.pdf\",\"单粒子效应_1746011391818.xlsx\":\"/oss/physical/NASA/34002dc6edad73f2ed5f2eeb37ef8ed3/单粒子效应_1746011391818.xlsx\"},\"id\":\"34002dc6edad73f2ed5f2eeb37ef8ed3\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 19:09\"}]', null, '8', null, '2025-04-30 19:09:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917536959970119682', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Integrated Circuit\",\"deviceMode\":\"SiC Ring Oscillator\",\"deviceName\":\"SiC Ring Oscillator\",\"deviceType\":\"SiC\",\"experimentDate\":\"7/10/2018\",\"id\":\"8afa99da7d17c5817c42bfb6944afee6\",\"manufacturer\":\"NASA GRC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 19:10\"}]', null, '5', null, '2025-04-30 19:10:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917536976789278722', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Integrated Circuit\",\"deviceMode\":\"SiC Ring Oscillator\",\"deviceName\":\"SiC Ring Oscillator\",\"deviceType\":\"SiC\",\"experimentDate\":\"7/10/2018\",\"experimentUser\":\"陈文卓\",\"id\":\"8afa99da7d17c5817c42bfb6944afee6\",\"manufacturer\":\"NASA GRC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 19:10\"}]', null, '9', null, '2025-04-30 19:10:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917537034855223297', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"SiC Prototype Differential Amplifier\",\"deviceName\":\"SiC Prototype Differential Amplifier\",\"deviceType\":\"SiC\",\"experimentDate\":\"7/10/2018;2018Aug\",\"experimentUser\":\"陈文卓\",\"id\":\"507c6ab07928b4dd193168247af71791\",\"manufacturer\":\"NASA GRC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 19:10\"}]', null, '8', null, '2025-04-30 19:10:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917537072549433346', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"THS4131\",\"deviceName\":\"THS4131\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"_2015\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/data.xlsx\\\",\\\"TIL25_1746006324665.xlsx\\\":\\\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/TIL25_1746006324665.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/data.xlsx\",\"TIL25_1746006324665.xlsx\":\"/oss/physical/NASA/4337c8ffbdd94519e665876005ef6802/TIL25_1746006324665.xlsx\"},\"id\":\"4337c8ffbdd94519e665876005ef6802\",\"manufacturer\":\"Texas Instrument\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 19:10\"}]', null, '5', null, '2025-04-30 19:10:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917537093982326786', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"THS4304\",\"deviceName\":\"THS4304\",\"deviceType\":\"SiGe BiCMOS\",\"experimentDate\":\"TAMU09AUG\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"NSREC2010_W26_Chen.pdf\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/NSREC2010_W26_Chen.pdf\\\",\\\"TIL25_1746006200408.xlsx\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/TIL25_1746006200408.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/data.xlsx\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/nsrec2010_W8_SEE.pdf\\\",\\\"T082409_THS4304.pdf\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/T082409_THS4304.pdf\\\"}\",\"fileMap\":{\"NSREC2010_W26_Chen.pdf\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/NSREC2010_W26_Chen.pdf\",\"TIL25_1746006200408.xlsx\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/TIL25_1746006200408.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/nsrec2010_W8_SEE.pdf\",\"T082409_THS4304.pdf\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/T082409_THS4304.pdf\"},\"id\":\"6fb9cb1db374ba3307d7ef520513f868\",\"manufacturer\":\"Texas Instrument\",\"totalCountLhs\":7,\"totalCountNasa\":7,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 19:10\"}]', null, '5', null, '2025-04-30 19:10:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917537797086089218', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Mosfet driver\",\"deviceMode\":\"TSC4429\",\"deviceName\":\"TSC4429\",\"deviceType\":\"晶体管\",\"experimentDate\":\"1/6/1994;7/18/1994\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/nsrec94a.pdf\\\",\\\"b010694.pdf\\\":\\\"/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/b010694.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/data.xlsx\\\",\\\"单粒子效应_1746011570843.xlsx\\\":\\\"/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/单粒子效应_1746011570843.xlsx\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/nsrec94a.pdf\",\"b010694.pdf\":\"/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/b010694.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/data.xlsx\",\"单粒子效应_1746011570843.xlsx\":\"/oss/physical/NASA/bdd58123142052c5f759d27b1e99928b/单粒子效应_1746011570843.xlsx\"},\"id\":\"bdd58123142052c5f759d27b1e99928b\",\"manufacturer\":\"Teledyne\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 19:13\"}]', null, '10', null, '2025-04-30 19:13:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917537850781569025', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"MSK5275\",\"deviceName\":\"MSK5275\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"6/18/2003;6/22/2004\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/nsrec04_SEE.pdf\\\",\\\"T061803_MSK5275.pdf\\\":\\\"/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/T061803_MSK5275.pdf\\\",\\\"单粒子效应_1746011623151.xlsx\\\":\\\"/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/单粒子效应_1746011623151.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/nsrec04_SEE.pdf\",\"T061803_MSK5275.pdf\":\"/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/T061803_MSK5275.pdf\",\"单粒子效应_1746011623151.xlsx\":\"/oss/physical/NASA/8c335b60b16e96d4f58f1da318cef486/单粒子效应_1746011623151.xlsx\"},\"id\":\"8c335b60b16e96d4f58f1da318cef486\",\"manufacturer\":\"National Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 19:13\"}]', null, '38', null, '2025-04-30 19:13:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917537878480752642', '2', 'NASA数据管理-编辑', '3', 'lixuyou', '李序友', '119.78.164.151', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"n/a - test chips\",\"deviceFunction\":\"Programmable Shunt Regulator\",\"deviceMode\":\"TL431\",\"deviceName\":\"TL431\",\"deviceType\":\"Bipolar Linear Device\",\"experimentDate\":\"6/18/2006;7/2006\",\"experimentUser\":\"李序友\",\"id\":\"d9596cb931b139e64052e25335b5ede3\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":5,\"totalCountNasa\":5,\"updateBy\":\"lixuyou\",\"updateTime\":\"2025-04-30 19:13\"}]', null, '5', null, '2025-04-30 19:13:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917538015034707970', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '210.73.34.231', null, null, null, null, '0', null, '2025-04-30 19:14:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917538971763838978', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Silicon MMIC Amplifier\",\"deviceMode\":\"RAM-6+\",\"deviceName\":\"RAM-6+\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"NRL10FEB; 4/1/2010\",\"id\":\"2858ef38854f93c9b7c53cd1a7d7e1e6\",\"manufacturer\":\"Mini-Circuits\",\"totalCountLhs\":65,\"totalCountNasa\":19,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 19:18\"}]', null, '11', null, '2025-04-30 19:18:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917539077997170690', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0432\",\"deviceFunction\":\"Dual High Speed Driver\",\"deviceMode\":\"SG1644\",\"deviceName\":\"SG1644\",\"deviceType\":\"Driver\",\"experimentDate\":\"11/2005\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/data.xlsx\\\",\\\"G05NOV_SG1644_TID.pdf\\\":\\\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/G05NOV_SG1644_TID.pdf\\\",\\\"电离总剂量效应_1746011914418.xlsx\\\":\\\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/电离总剂量效应_1746011914418.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/data.xlsx\",\"G05NOV_SG1644_TID.pdf\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/G05NOV_SG1644_TID.pdf\",\"电离总剂量效应_1746011914418.xlsx\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/电离总剂量效应_1746011914418.xlsx\"},\"id\":\"bebbd6e60eaa61ea2547bd2be5d1b6c8\",\"manufacturer\":\"Linfinity\",\"totalCountLhs\":216,\"totalCountNasa\":9,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-04-30 19:18\"}]', null, '8', null, '2025-04-30 19:18:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917539112759562242', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"MSK5101\",\"deviceName\":\"MSK5101\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"TAMU07NOV\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"nsrec08_W3_SEE.pdf\\\":\\\"/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/nsrec08_W3_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/data.xlsx\\\",\\\"T111307_MSK5101.pdf\\\":\\\"/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/T111307_MSK5101.pdf\\\",\\\"单粒子效应.xlsx_1746011923211.xlsx\\\":\\\"/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/单粒子效应.xlsx_1746011923211.xlsx\\\"}\",\"fileMap\":{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/data.xlsx\",\"T111307_MSK5101.pdf\":\"/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/T111307_MSK5101.pdf\",\"单粒子效应.xlsx_1746011923211.xlsx\":\"/oss/physical/NASA/f0a673b69839f5c6836d2261862b8f4b/单粒子效应.xlsx_1746011923211.xlsx\"},\"id\":\"f0a673b69839f5c6836d2261862b8f4b\",\"manufacturer\":\"MS Kennedy\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 19:18\"}]', null, '5', null, '2025-04-30 19:18:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917539163347062786', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9418\",\"deviceFunction\":\"MOSFET Driver,Hi-I,Hi-spd\",\"deviceMode\":\"5962-8877002PA\",\"deviceName\":\"MIC4429(High Current, High Speed MOSFET Driver)\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"12/20/1994\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"PPM-95-110.pdf\\\":\\\"/oss/physical/NASA/2eab90420ee3e49aa898408508c7b812/PPM-95-110.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2eab90420ee3e49aa898408508c7b812/data.xlsx\\\",\\\"电离总剂量效应_1746011935742.xlsx\\\":\\\"/oss/physical/NASA/2eab90420ee3e49aa898408508c7b812/电离总剂量效应_1746011935742.xlsx\\\"}\",\"fileMap\":{\"PPM-95-110.pdf\":\"/oss/physical/NASA/2eab90420ee3e49aa898408508c7b812/PPM-95-110.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2eab90420ee3e49aa898408508c7b812/data.xlsx\",\"电离总剂量效应_1746011935742.xlsx\":\"/oss/physical/NASA/2eab90420ee3e49aa898408508c7b812/电离总剂量效应_1746011935742.xlsx\"},\"id\":\"2eab90420ee3e49aa898408508c7b812\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":56,\"totalCountNasa\":8,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 19:18\"}]', null, '8', null, '2025-04-30 19:18:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917539493854023682', '2', '历史一期记录-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院微电子研究所抗辐照器件技术重点实验室\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"450A-R-CSOI,FOI FinFET,SOI FinFET\",\"experimentDate\":\"2023.02.06-2023.02.13\",\"experimentUser\":\"荀明珠\",\"id\":\"1917533685363740673\",\"manufacturer\":\"/\",\"name\":\"FinFET\",\"totalCountLhs\":7,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 19:20\"}]', null, '5', null, '2025-04-30 19:20:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917539720816201730', '2', '历史一期记录-编辑', '3', 'huangkan', '黄侃', '119.78.164.163', 'org.jeecg.modules.database.controller.HistoricalDatabaseController.edit()', null, '[{\"clientName\":\"中国科学院微电子研究所抗辐照器件技术重点实验室\",\"dataEntry\":\"黄侃\",\"dataSource\":\"外协\",\"dataType\":\"historical\",\"deviceMode\":\"450A-R-CSOI,FOI FinFET,SOI FinFET\",\"experimentDate\":\"2023.02.06-2023.02.13\",\"experimentUser\":\"荀明珠\",\"fileUrl\":\"/oss/physical/temp/KC-2023-JL-009_1746012066861.pdf,/oss/physical/temp/weidianzisuo0207zhangxu_1746012066855.zip,/oss/physical/temp/电离总剂量效应_1746012066674.xlsx\",\"id\":\"1917533685363740673\",\"manufacturer\":\"/\",\"name\":\"FinFET\",\"totalCountLhs\":7,\"totalCountXhy\":3,\"type\":\"晶体管\",\"updateBy\":\"huangkan\",\"updateTime\":\"2025-04-30 19:21\"}]', null, '15', null, '2025-04-30 19:21:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917540129551126529', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Mbit SRAM\",\"deviceMode\":\"RAM\",\"deviceName\":\"RAM\",\"deviceType\":\"SRAM\",\"experimentDate\":\"6/24/1992\",\"fileList\":\"{\\\"62492.pdf\\\":\\\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/62492.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/data.xlsx\\\",\\\"单粒子效应5_1746012166005.xlsx\\\":\\\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/单粒子效应5_1746012166005.xlsx\\\"}\",\"fileMap\":{\"62492.pdf\":\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/62492.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/data.xlsx\",\"单粒子效应5_1746012166005.xlsx\":\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/单粒子效应5_1746012166005.xlsx\"},\"id\":\"bf2c5e26502f35fc90fb266f3284c210\",\"manufacturer\":\"Hitachi\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 19:22\"}]', null, '4', null, '2025-04-30 19:22:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917540161754992642', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Step down switching regulator\",\"deviceMode\":\"MSK5059RH\",\"deviceName\":\"MSK5059RH\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"TAMU10DEC;TAMU11JUN;12/5/2010;6/27/2011;8/24/2011\",\"experimentUser\":\"马崟洁\",\"id\":\"c282641e4d8a09c0433e3318c562de33\",\"manufacturer\":\"MS Kennedy\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 19:22\"}]', null, '5', null, '2025-04-30 19:22:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917540531998789633', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"SMCS3320013Z24429H\",\"deviceFunction\":\"1355 Protocol\",\"deviceMode\":\"TSS901EMA-E\",\"deviceName\":\"1355协议控制器\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"3/16/2003;9/2/2003;11/21/2003;6/22/2004\",\"experimentUser\":\"杨思妮\",\"id\":\"b96ee3a7634f6ddabf4e4437521f71de\",\"manufacturer\":\"ATMEL\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 19:24\"}]', null, '5', null, '2025-04-30 19:24:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917541295823491073', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Step Down Switching Regulator\",\"deviceMode\":\"MSK5058RH\",\"deviceName\":\"MSK5058RH\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"8/24/2011;3/23/2012;5/15/2012;2/19/2013\",\"experimentUser\":\"马崟洁\",\"id\":\"6f6bcb1137bd497c685d78242d160c67\",\"manufacturer\":\"MS Kennedy\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 19:27\"}]', null, '6', null, '2025-04-30 19:27:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917541565324300289', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Transceiver\",\"deviceMode\":\"TTC-155M2\",\"deviceName\":\"TTC-155M2光纤收发器\",\"deviceType\":\"其他光纤元器件\",\"experimentDate\":\"_1999\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/data.xlsx\\\",\\\"nsrec01_W20.pdf\\\":\\\"/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/nsrec01_W20.pdf\\\",\\\"单粒子效应_1746012508280.xlsx\\\":\\\"/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/单粒子效应_1746012508280.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/data.xlsx\",\"nsrec01_W20.pdf\":\"/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/nsrec01_W20.pdf\",\"单粒子效应_1746012508280.xlsx\":\"/oss/physical/NASA/b6d4247df07906dfc37dd84ada334265/单粒子效应_1746012508280.xlsx\"},\"id\":\"b6d4247df07906dfc37dd84ada334265\",\"manufacturer\":\"Lasermate\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 19:28\"}]', null, '5', null, '2025-04-30 19:28:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917542432156913666', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Switching Regulator\",\"deviceMode\":\"MSK5042\",\"deviceName\":\"MSK5042\",\"deviceType\":\"Switching Regulator\",\"experimentDate\":\"3/21/2002;7/19/2002;6/17/2002;7/25/2003\",\"experimentUser\":\"马崟洁\",\"id\":\"6efe5d869f09b776c15c6efd5dd0e0f7\",\"manufacturer\":\"M S Kennedy\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 19:31\"}]', null, '8', null, '2025-04-30 19:31:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917542541070405633', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"Transceiver\",\"deviceMode\":\"TTC-155M4\",\"deviceName\":\"TTC-155M4光纤收发器\",\"deviceType\":\"其他光纤元器件\",\"experimentDate\":\"xx\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/data.xlsx\\\",\\\"nsrec01_W20.pdf\\\":\\\"/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/nsrec01_W20.pdf\\\",\\\"单粒子效应_1746012740660.xlsx\\\":\\\"/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/单粒子效应_1746012740660.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/data.xlsx\",\"nsrec01_W20.pdf\":\"/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/nsrec01_W20.pdf\",\"单粒子效应_1746012740660.xlsx\":\"/oss/physical/NASA/9a49865137b3d80cc99cd9c8f1ea1bf7/单粒子效应_1746012740660.xlsx\"},\"id\":\"9a49865137b3d80cc99cd9c8f1ea1bf7\",\"manufacturer\":\"Lasermate\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 19:32\"}]', null, '7', null, '2025-04-30 19:32:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917542567133810690', '1', '用户名: dushuaibin,登录成功!', null, 'dushuaibin', '杜帅彬', '119.78.164.167', null, null, null, null, '0', null, '2025-04-30 19:32:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917542567385468929', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"250 V N-type MOSFET\",\"deviceMode\":\"RAD7264\",\"deviceName\":\"RAD7264\",\"deviceType\":\"VDMOS\",\"experimentDate\":\"8/20/2012\",\"fileList\":\"{\\\"T082112_RAD7264.pdf\\\":\\\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/T082112_RAD7264.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/data.xlsx\\\",\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/nsrec2013_W8_SEE.pdf\\\",\\\"单粒子效应6_1746012743124.xlsx\\\":\\\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/单粒子效应6_1746012743124.xlsx\\\",\\\"单粒子效应7_1746012747352.xlsx\\\":\\\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/单粒子效应7_1746012747352.xlsx\\\"}\",\"fileMap\":{\"T082112_RAD7264.pdf\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/T082112_RAD7264.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/nsrec2013_W8_SEE.pdf\",\"单粒子效应6_1746012743124.xlsx\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/单粒子效应6_1746012743124.xlsx\",\"单粒子效应7_1746012747352.xlsx\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/单粒子效应7_1746012747352.xlsx\"},\"id\":\"fe6fd99347aefd249f50182664f5cd0a\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":31,\"totalCountNasa\":5,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 19:32\"}]', null, '5', null, '2025-04-30 19:32:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917542997213548546', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R10\",\"deviceName\":\"RAMT1R10\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"2/24/1997\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/b022497b.pdf\\\",\\\"单粒子效应1_1746012850860.xlsx\\\":\\\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/单粒子效应1_1746012850860.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/b022497b.pdf\",\"单粒子效应1_1746012850860.xlsx\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/单粒子效应1_1746012850860.xlsx\"},\"id\":\"cc1312419d96e182e219357da6e421b1\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 19:34\"}]', null, '4', null, '2025-04-30 19:34:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917543043585773570', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R1\",\"deviceName\":\"RAMT1R1\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"2/24/1997\",\"fileList\":\"{\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/b022497b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/data.xlsx\\\",\\\"单粒子效应1_1746012861349.xlsx\\\":\\\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/单粒子效应1_1746012861349.xlsx\\\"}\",\"fileMap\":{\"b022497b.pdf\":\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/b022497b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/data.xlsx\",\"单粒子效应1_1746012861349.xlsx\":\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/单粒子效应1_1746012861349.xlsx\"},\"id\":\"2fa937f1da1e52e3fb28ac6573c8db6d\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 19:34\"}]', null, '7', null, '2025-04-30 19:34:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917543094215217154', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMN1R11\",\"deviceName\":\"RAMN1R11\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"2/24/1997\",\"fileList\":\"{\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/b022497b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/data.xlsx\\\",\\\"单粒子效应1_1746012873180.xlsx\\\":\\\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/单粒子效应1_1746012873180.xlsx\\\"}\",\"fileMap\":{\"b022497b.pdf\":\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/b022497b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/data.xlsx\",\"单粒子效应1_1746012873180.xlsx\":\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/单粒子效应1_1746012873180.xlsx\"},\"id\":\"9388a532dae24af8d2a9339aadd81e43\",\"manufacturer\":\"NEC\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 19:34\"}]', null, '9', null, '2025-04-30 19:34:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917543129669668865', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMN1R10\",\"deviceName\":\"RAMN1R10\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"2/24/1997\",\"fileList\":\"{\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/b022497b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/data.xlsx\\\",\\\"单粒子效应1_1746012882132.xlsx\\\":\\\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/单粒子效应1_1746012882132.xlsx\\\"}\",\"fileMap\":{\"b022497b.pdf\":\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/b022497b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/data.xlsx\",\"单粒子效应1_1746012882132.xlsx\":\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/单粒子效应1_1746012882132.xlsx\"},\"id\":\"994802d6cccd1211a7a0f83b716a0705\",\"manufacturer\":\"NEC\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 19:34\"}]', null, '7', null, '2025-04-30 19:34:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917543169133875201', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMN1R1\",\"deviceName\":\"RAMN1R1\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"2/24/1997\",\"fileList\":\"{\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/b022497b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/data.xlsx\\\",\\\"单粒子效应1_1746012891314.xlsx\\\":\\\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/单粒子效应1_1746012891314.xlsx\\\"}\",\"fileMap\":{\"b022497b.pdf\":\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/b022497b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/data.xlsx\",\"单粒子效应1_1746012891314.xlsx\":\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/单粒子效应1_1746012891314.xlsx\"},\"id\":\"44cd4502ac453ab9dbdd57fa2b61e771\",\"manufacturer\":\"NEC\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 19:34\"}]', null, '7', null, '2025-04-30 19:34:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917543798615019521', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"n/a\",\"deviceFunction\":\"LED\",\"deviceMode\":\"TUD69H1B\",\"deviceName\":\"LED\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"9/8/2017\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\\\":\\\"/oss/physical/NASA/86a5772c9fd2ac51f28c7daaf752d182/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/86a5772c9fd2ac51f28c7daaf752d182/data.xlsx\\\",\\\"位移损伤效应_1746013025264.xlsx\\\":\\\"/oss/physical/NASA/86a5772c9fd2ac51f28c7daaf752d182/位移损伤效应_1746013025264.xlsx\\\"}\",\"fileMap\":{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/86a5772c9fd2ac51f28c7daaf752d182/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/86a5772c9fd2ac51f28c7daaf752d182/data.xlsx\",\"位移损伤效应_1746013025264.xlsx\":\"/oss/physical/NASA/86a5772c9fd2ac51f28c7daaf752d182/位移损伤效应_1746013025264.xlsx\"},\"id\":\"86a5772c9fd2ac51f28c7daaf752d182\",\"manufacturer\":\"Sensor Electronics Technology, Inc.\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 19:37\"}]', null, '8', null, '2025-04-30 19:37:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917544509339832322', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"n/a\",\"deviceFunction\":\"LED\",\"deviceMode\":\"TUD89H1B\",\"deviceName\":\"TUD89H1B\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"9/8/2017\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\\\":\\\"/oss/physical/NASA/7fdbd6d12aebe83dada91cbc8a2040c7/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7fdbd6d12aebe83dada91cbc8a2040c7/data.xlsx\\\",\\\"位移损伤效应_1746013209957.xlsx\\\":\\\"/oss/physical/NASA/7fdbd6d12aebe83dada91cbc8a2040c7/位移损伤效应_1746013209957.xlsx\\\"}\",\"fileMap\":{\"CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\":\"/oss/physical/NASA/7fdbd6d12aebe83dada91cbc8a2040c7/CP-2018-Topper-NSREC-TID-DW-Paper-20205001516.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7fdbd6d12aebe83dada91cbc8a2040c7/data.xlsx\",\"位移损伤效应_1746013209957.xlsx\":\"/oss/physical/NASA/7fdbd6d12aebe83dada91cbc8a2040c7/位移损伤效应_1746013209957.xlsx\"},\"id\":\"7fdbd6d12aebe83dada91cbc8a2040c7\",\"manufacturer\":\"Sensor Electronics Technology, Inc.\",\"totalCountLhs\":4,\"totalCountNasa\":4,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 19:40\"}]', null, '8', null, '2025-04-30 19:40:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917544954531647490', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power MOSFET\",\"deviceMode\":\"MSK1852PN\",\"deviceName\":\"MSK1852PN\",\"deviceType\":\"SiC\",\"experimentDate\":\"9/14/2013\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/114afd4ca5bedeee4a6e0b1ea551bdf5/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/114afd4ca5bedeee4a6e0b1ea551bdf5/data.xlsx\\\",\\\"单粒子效应.xlsx_1746013317451.xlsx\\\":\\\"/oss/physical/NASA/114afd4ca5bedeee4a6e0b1ea551bdf5/单粒子效应.xlsx_1746013317451.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/114afd4ca5bedeee4a6e0b1ea551bdf5/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/114afd4ca5bedeee4a6e0b1ea551bdf5/data.xlsx\",\"单粒子效应.xlsx_1746013317451.xlsx\":\"/oss/physical/NASA/114afd4ca5bedeee4a6e0b1ea551bdf5/单粒子效应.xlsx_1746013317451.xlsx\"},\"id\":\"114afd4ca5bedeee4a6e0b1ea551bdf5\",\"manufacturer\":\"CREE, Inc.\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 19:41\"}]', null, '5', null, '2025-04-30 19:41:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917545218554695682', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"0.13�m CMOS bulk shift register\",\"deviceMode\":\"MOSIS T51R-AJ\",\"deviceName\":\"Test Parts - Shift Register\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"6/16/2005\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/data.xlsx\\\",\\\"B061605_RHBD.pdf\\\":\\\"/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/B061605_RHBD.pdf\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/nsrec06_W4.pdf\\\",\\\"单粒子效应_1746013380243.xlsx\\\":\\\"/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/单粒子效应_1746013380243.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/data.xlsx\",\"B061605_RHBD.pdf\":\"/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/B061605_RHBD.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/nsrec06_W4.pdf\",\"单粒子效应_1746013380243.xlsx\":\"/oss/physical/NASA/51cc6b1f869b273c8f545253b56ab7b1/单粒子效应_1746013380243.xlsx\"},\"id\":\"51cc6b1f869b273c8f545253b56ab7b1\",\"manufacturer\":\"IBM\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 19:43\"}]', null, '8', null, '2025-04-30 19:43:01', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917545393750773761', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"APS\",\"deviceMode\":\"Photobit APS\",\"deviceName\":\"Photobit APS\",\"deviceType\":\"光电器件\",\"experimentDate\":\"2001.03.27-2002.07.19\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/data.xlsx\\\",\\\"TAMU032701_Photobit_APS.pdf\\\":\\\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/TAMU032701_Photobit_APS.pdf\\\",\\\"单粒子效应_1746013421785.xlsx\\\":\\\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/单粒子效应_1746013421785.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/data.xlsx\",\"TAMU032701_Photobit_APS.pdf\":\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/TAMU032701_Photobit_APS.pdf\",\"单粒子效应_1746013421785.xlsx\":\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/单粒子效应_1746013421785.xlsx\"},\"id\":\"e2e2f5736f042b064809c8e748ed4de7\",\"manufacturer\":\"Photobit\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 19:43\"}]', null, '5', null, '2025-04-30 19:43:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917545961403682818', '2', 'NASA数据管理-编辑', '3', 'yangsini', '杨思妮', '119.78.164.179', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"xx\",\"deviceFunction\":\"256 Mbit SDRAM\",\"deviceMode\":\"Maxwell SDRAM\",\"deviceName\":\"SDRAM测试芯片\",\"deviceType\":\"其他电气和电子元器件\",\"experimentDate\":\"3/12/2005\",\"experimentUser\":\"杨思妮\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/data.xlsx\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/nsrec06_W4.pdf\\\",\\\"T031205_Maxwell_SDRAM.pdf\\\":\\\"/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/T031205_Maxwell_SDRAM.pdf\\\",\\\"单粒子效应_1746013556454.xlsx\\\":\\\"/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/单粒子效应_1746013556454.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/data.xlsx\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/nsrec06_W4.pdf\",\"T031205_Maxwell_SDRAM.pdf\":\"/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/T031205_Maxwell_SDRAM.pdf\",\"单粒子效应_1746013556454.xlsx\":\"/oss/physical/NASA/963052db1cb9f836645ebea42816ba92/单粒子效应_1746013556454.xlsx\"},\"id\":\"963052db1cb9f836645ebea42816ba92\",\"manufacturer\":\"Maxwell\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"yangsini\",\"updateTime\":\"2025-04-30 19:45\"}]', null, '5', null, '2025-04-30 19:45:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917546762096316418', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"PROM\",\"deviceMode\":\"R29793\",\"deviceName\":\"R29793\",\"deviceType\":\"Programmable Device\",\"experimentDate\":\"8/25/1999\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/data.xlsx\\\",\\\"b082599a.pdf\\\":\\\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/b082599a.pdf\\\",\\\"单粒子效应10_1746013748370.xlsx\\\":\\\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/单粒子效应10_1746013748370.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/data.xlsx\",\"b082599a.pdf\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/b082599a.pdf\",\"单粒子效应10_1746013748370.xlsx\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/单粒子效应10_1746013748370.xlsx\"},\"id\":\"01d04f627cbbb6aeea0fc5da0a111a19\",\"manufacturer\":\"Fairchild\",\"totalCountLhs\":9,\"totalCountNasa\":9,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 19:49\"}]', null, '8', null, '2025-04-30 19:49:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917546888672022530', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power MOSFET\",\"deviceMode\":\"MSK1852P\",\"deviceName\":\"MSK1852P\",\"deviceType\":\"SiC\",\"experimentDate\":\"9/14/2013\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/data.xlsx\\\",\\\"电离总剂量效应_1746013778255.xlsx\\\":\\\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/电离总剂量效应_1746013778255.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/data.xlsx\",\"电离总剂量效应_1746013778255.xlsx\":\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/电离总剂量效应_1746013778255.xlsx\"},\"id\":\"656bf021731a3526da2f43b2fe2cda8f\",\"manufacturer\":\"CREE, Inc.\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 19:49\"}]', null, '4', null, '2025-04-30 19:49:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917546897563947010', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"(16-030)\",\"deviceFunction\":\"60V n-channel Power MOSFET\",\"deviceMode\":\"Si7414DN-T1-E3\",\"deviceName\":\"Si7414DN-T1-E3\",\"deviceType\":\"TrenchFET\",\"experimentDate\":\"8/1/2016(TAMU); 10/15/2016(MGH); 11/7/2016(LBNL); 3/22/2017(TAMU); 2018Aug(Provision)\",\"experimentUser\":\"陈攀\",\"id\":\"d3110a7b00057cfcc915969f03388c1d\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":9,\"totalCountNasa\":8,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 19:49\"}]', null, '5', null, '2025-04-30 19:49:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917547065457741825', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power MOSFET\",\"deviceMode\":\"MSK1852P\",\"deviceName\":\"MSK1852P\",\"deviceType\":\"SiC\",\"experimentDate\":\"9/14/2013\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/data.xlsx\\\",\\\"电离总剂量效应_1746013778255.xlsx\\\":\\\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/电离总剂量效应_1746013778255.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/data.xlsx\",\"电离总剂量效应_1746013778255.xlsx\":\"/oss/physical/NASA/656bf021731a3526da2f43b2fe2cda8f/电离总剂量效应_1746013778255.xlsx\"},\"id\":\"656bf021731a3526da2f43b2fe2cda8f\",\"manufacturer\":\"CREE, Inc.\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 19:50\"}]', null, '8', null, '2025-04-30 19:50:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917547684763504641', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"2x8k PROM\",\"deviceMode\":\"R29773\",\"deviceName\":\"R29773\",\"deviceType\":\"Memory\",\"experimentDate\":\"5/8/1998\",\"fileList\":\"{\\\"PPM-98-013.pdf\\\":\\\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/PPM-98-013.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/data.xlsx\\\",\\\"电离总剂量效应3_1746013967637.xlsx\\\":\\\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/电离总剂量效应3_1746013967637.xlsx\\\"}\",\"fileMap\":{\"PPM-98-013.pdf\":\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/PPM-98-013.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/data.xlsx\",\"电离总剂量效应3_1746013967637.xlsx\":\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/电离总剂量效应3_1746013967637.xlsx\"},\"id\":\"8daa999a9bc3f76c8364f0dc039c5cf3\",\"manufacturer\":\"Fairchild/Raytheon\",\"totalCountLhs\":10,\"totalCountNasa\":2,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 19:52\"}]', null, '5', null, '2025-04-30 19:52:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917547780477521922', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"19-019\",\"deviceFunction\":\"1.8V P-channel Power MOSFET\",\"deviceMode\":\"Si1013R\",\"deviceName\":\"Si1013R\",\"deviceType\":\"TrenchFET\",\"experimentDate\":\"8/28/2018\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\":\\\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/data.xlsx\"},\"id\":\"124e0c85f277a5ee75df5589b95f1b92\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 19:53\"}]', null, '6', null, '2025-04-30 19:53:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917548154668158977', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9720A\",\"deviceFunction\":\"Comparator\",\"deviceMode\":\"PM139\",\"deviceName\":\"Comparator\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"1998.04.23-2002.09.19\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/nsrec00_W21.pdf\\\",\\\"RADECS02_MAP_Paper.pdf\\\":\\\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/RADECS02_MAP_Paper.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/data.xlsx\\\",\\\"PPM-98-010.pdf\\\":\\\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/PPM-98-010.pdf\\\",\\\"电离总剂量效应_1746014079818.xlsx\\\":\\\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/电离总剂量效应_1746014079818.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/nsrec00_W21.pdf\",\"RADECS02_MAP_Paper.pdf\":\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/RADECS02_MAP_Paper.pdf\",\"data.xlsx\":\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/data.xlsx\",\"PPM-98-010.pdf\":\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/PPM-98-010.pdf\",\"电离总剂量效应_1746014079818.xlsx\":\"/oss/physical/NASA/65bec6575854c76bab1e8c7759a55847/电离总剂量效应_1746014079818.xlsx\"},\"id\":\"65bec6575854c76bab1e8c7759a55847\",\"manufacturer\":\"AD\",\"totalCountLhs\":220,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 19:54\"}]', null, '4', null, '2025-04-30 19:54:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917548758677295106', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"SRAM Memory\",\"deviceMode\":\"R1LV1616RBG\",\"deviceName\":\"R1LV1616RBG\",\"deviceType\":\"0.15�m CMOS\",\"experimentDate\":\"TAMU07JUNE;TAMU07AUG;IUCF07OCT\",\"fileList\":\"{\\\"nsrec08_W3_SEE.pdf\\\":\\\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/nsrec08_W3_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/data.xlsx\\\",\\\"单粒子效应11_1746014224103.xlsx\\\":\\\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/单粒子效应11_1746014224103.xlsx\\\"}\",\"fileMap\":{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/data.xlsx\",\"单粒子效应11_1746014224103.xlsx\":\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/单粒子效应11_1746014224103.xlsx\"},\"id\":\"086a93b37c8a611030a250ced0f00afd\",\"manufacturer\":\"Renesas\",\"totalCountLhs\":25,\"totalCountNasa\":5,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 19:57\"}]', null, '5', null, '2025-04-30 19:57:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917549236865699842', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"19-019\",\"deviceFunction\":\"1.8V P-channel Power MOSFET\",\"deviceMode\":\"Si1013R\",\"deviceName\":\"Si1013R\",\"deviceType\":\"TrenchFET\",\"experimentDate\":\"8/28/2018\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\":\\\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/data.xlsx\\\",\\\"Si1013R_SEE_1746014336604.xlsx\\\":\\\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/Si1013R_SEE_1746014336604.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/data.xlsx\",\"Si1013R_SEE_1746014336604.xlsx\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/Si1013R_SEE_1746014336604.xlsx\"},\"id\":\"124e0c85f277a5ee75df5589b95f1b92\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 19:58\"}]', null, '7', null, '2025-04-30 19:58:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917549540390703105', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"MSK106\",\"deviceName\":\"MSK106\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"8/21/2019\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\":\\\"/oss/physical/NASA/c946f34839238b218cdb641fe419151e/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c946f34839238b218cdb641fe419151e/data.xlsx\\\",\\\"电离总剂量效应_1746014407036.xlsx\\\":\\\"/oss/physical/NASA/c946f34839238b218cdb641fe419151e/电离总剂量效应_1746014407036.xlsx\\\"}\",\"fileMap\":{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/c946f34839238b218cdb641fe419151e/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c946f34839238b218cdb641fe419151e/data.xlsx\",\"电离总剂量效应_1746014407036.xlsx\":\"/oss/physical/NASA/c946f34839238b218cdb641fe419151e/电离总剂量效应_1746014407036.xlsx\"},\"id\":\"c946f34839238b218cdb641fe419151e\",\"manufacturer\":\"MSK\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 20:00\"}]', null, '8', null, '2025-04-30 20:00:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917550131095506946', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9029\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"PM-1012AZ/883\",\"deviceName\":\"Operational Amplifier\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"1991.01.14-1991.02.01\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"PPM-91-120.pdf\\\":\\\"/oss/physical/NASA/90a9aff039a65fb616c0518cec769931/PPM-91-120.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/90a9aff039a65fb616c0518cec769931/data.xlsx\\\",\\\"电离总剂量效应_1746014551090.xlsx\\\":\\\"/oss/physical/NASA/90a9aff039a65fb616c0518cec769931/电离总剂量效应_1746014551090.xlsx\\\"}\",\"fileMap\":{\"PPM-91-120.pdf\":\"/oss/physical/NASA/90a9aff039a65fb616c0518cec769931/PPM-91-120.pdf\",\"data.xlsx\":\"/oss/physical/NASA/90a9aff039a65fb616c0518cec769931/data.xlsx\",\"电离总剂量效应_1746014551090.xlsx\":\"/oss/physical/NASA/90a9aff039a65fb616c0518cec769931/电离总剂量效应_1746014551090.xlsx\"},\"id\":\"90a9aff039a65fb616c0518cec769931\",\"manufacturer\":\"PMI\",\"totalCountLhs\":200,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:02\"}]', null, '9', null, '2025-04-30 20:02:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917550442224783361', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"19-019\",\"deviceFunction\":\"1.8V P-channel Power MOSFET\",\"deviceMode\":\"Si1013R\",\"deviceName\":\"Si1013R\",\"deviceType\":\"TrenchFET\",\"experimentDate\":\"8/28/2018\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\":\\\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\",\\\"Si1013R_SEE_1746014336604.xlsx\\\":\\\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/Si1013R_SEE_1746014336604.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"Si1013R_SEE_1746014336604.xlsx\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/Si1013R_SEE_1746014336604.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/data.xlsx\"},\"id\":\"124e0c85f277a5ee75df5589b95f1b92\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 20:03\"}]', null, '4', null, '2025-04-30 20:03:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917550889618608129', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"gate array\",\"deviceMode\":\"QYH580\",\"deviceName\":\"QYH580\",\"deviceType\":\"Programmable Device\",\"experimentDate\":\"2/24/1997;5/13/1997\",\"fileList\":\"{\\\"b051397e.pdf\\\":\\\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/b051397e.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/data.xlsx\\\",\\\"b022497c.pdf\\\":\\\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/b022497c.pdf\\\",\\\"电离总剂量效应4_1746014731656.xlsx\\\":\\\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/电离总剂量效应4_1746014731656.xlsx\\\"}\",\"fileMap\":{\"b051397e.pdf\":\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/b051397e.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/data.xlsx\",\"b022497c.pdf\":\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/b022497c.pdf\",\"电离总剂量效应4_1746014731656.xlsx\":\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/电离总剂量效应4_1746014731656.xlsx\"},\"id\":\"5a59cb82e7a02a1819dddce5ab2a4d98\",\"manufacturer\":\"Chip Express\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 20:05\"}]', null, '9', null, '2025-04-30 20:05:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917551076810395649', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"36MHz Xtal Osc\",\"deviceMode\":\"QT22AC10M\",\"deviceName\":\"QT22AC10M\",\"deviceType\":\"Crystal Oscillator\",\"experimentDate\":\"4/21/1999\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/nsrec00_W21.pdf\\\",\\\"PPM-99-021.pdf\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/PPM-99-021.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/data.xlsx\\\",\\\"单粒子效应10_1746014773175.xlsx\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/单粒子效应10_1746014773175.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/nsrec00_W21.pdf\",\"PPM-99-021.pdf\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/PPM-99-021.pdf\",\"data.xlsx\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/data.xlsx\",\"单粒子效应10_1746014773175.xlsx\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/单粒子效应10_1746014773175.xlsx\"},\"id\":\"496549ac1a5527ccd82f4966af8af23f\",\"manufacturer\":\"Q-Tech\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 20:06\"}]', null, '6', null, '2025-04-30 20:06:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917551126047330305', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"36MHz Xtal Osc\",\"deviceMode\":\"QT22AC10M\",\"deviceName\":\"QT22AC10M\",\"deviceType\":\"Crystal Oscillator\",\"experimentDate\":\"4/21/1999\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/nsrec00_W21.pdf\\\",\\\"PPM-99-021.pdf\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/PPM-99-021.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/data.xlsx\\\",\\\"单粒子效应10_1746014773175.xlsx\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/单粒子效应10_1746014773175.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/nsrec00_W21.pdf\",\"PPM-99-021.pdf\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/PPM-99-021.pdf\",\"data.xlsx\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/data.xlsx\",\"单粒子效应10_1746014773175.xlsx\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/单粒子效应10_1746014773175.xlsx\"},\"id\":\"496549ac1a5527ccd82f4966af8af23f\",\"manufacturer\":\"Q-Tech\",\"totalCountLhs\":9,\"totalCountNasa\":9,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 20:06\"}]', null, '5', null, '2025-04-30 20:06:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917551781075980290', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power MOSFET\",\"deviceMode\":\"MSAFX11P50A\",\"deviceName\":\"MSAFX11P50A\",\"deviceType\":\"Power Device\",\"experimentDate\":\"2/19/2007\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"T021907_MSAFX11P50A.pdf\\\":\\\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/T021907_MSAFX11P50A.pdf\\\",\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/data.xlsx\\\"}\",\"fileMap\":{\"T021907_MSAFX11P50A.pdf\":\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/T021907_MSAFX11P50A.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/data.xlsx\"},\"id\":\"054726774b2c11104dc0c55428386bb8\",\"manufacturer\":\"Microsemi\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 20:09\"}]', null, '6', null, '2025-04-30 20:09:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917551841872416769', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power MOSFET\",\"deviceMode\":\"MSAFX11P50A\",\"deviceName\":\"MSAFX11P50A\",\"deviceType\":\"Power Device\",\"experimentDate\":\"2/19/2007\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"T021907_MSAFX11P50A.pdf\\\":\\\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/T021907_MSAFX11P50A.pdf\\\",\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/data.xlsx\\\",\\\"单粒子效应.xlsx_1746014958756.xlsx\\\":\\\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/单粒子效应.xlsx_1746014958756.xlsx\\\"}\",\"fileMap\":{\"T021907_MSAFX11P50A.pdf\":\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/T021907_MSAFX11P50A.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/data.xlsx\",\"单粒子效应.xlsx_1746014958756.xlsx\":\"/oss/physical/NASA/054726774b2c11104dc0c55428386bb8/单粒子效应.xlsx_1746014958756.xlsx\"},\"id\":\"054726774b2c11104dc0c55428386bb8\",\"manufacturer\":\"Microsemi\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 20:09\"}]', null, '6', null, '2025-04-30 20:09:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917551883240837121', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9450\",\"deviceFunction\":\"Switching Regulator\",\"deviceMode\":\"PIC7527\",\"deviceName\":\"Switching Regulator\",\"deviceType\":\"电源器件\",\"experimentDate\":\"1999.09.23-1999.11.26\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"PPM-99-038.pdf\\\":\\\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/PPM-99-038.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/data.xlsx\\\",\\\"电离总剂量效应_1746014968537.xlsx\\\":\\\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/电离总剂量效应_1746014968537.xlsx\\\"}\",\"fileMap\":{\"PPM-99-038.pdf\":\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/PPM-99-038.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/data.xlsx\",\"电离总剂量效应_1746014968537.xlsx\":\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/电离总剂量效应_1746014968537.xlsx\"},\"id\":\"96a09720471fee66e3775abc81b142e1\",\"manufacturer\":\"Sil General\",\"totalCountLhs\":20,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:09\"}]', null, '5', null, '2025-04-30 20:09:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917553195948937217', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MMIC Amplifier\",\"deviceMode\":\"MSA0670\",\"deviceName\":\"MSA0670\",\"deviceType\":\"Linear Bipolar Device\",\"experimentDate\":\"8/24/1999\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/nsrec00_W21.pdf\\\",\\\"b082499b.pdf\\\":\\\"/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/b082499b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/data.xlsx\\\",\\\"单粒子效应.xlsx_1746015282450.xlsx\\\":\\\"/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/单粒子效应.xlsx_1746015282450.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/nsrec00_W21.pdf\",\"b082499b.pdf\":\"/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/b082499b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/data.xlsx\",\"单粒子效应.xlsx_1746015282450.xlsx\":\"/oss/physical/NASA/0561536358a8df464b0c30aab46db25a/单粒子效应.xlsx_1746015282450.xlsx\"},\"id\":\"0561536358a8df464b0c30aab46db25a\",\"manufacturer\":\"HP\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 20:14\"}]', null, '5', null, '2025-04-30 20:14:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917553603756920834', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Transmitter\",\"deviceMode\":\"PFOTX12 Transmitter\",\"deviceName\":\"Data Transmission\",\"deviceType\":\"光电器件\",\"experimentDate\":\"1998.07.20\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/4e1afd443e5152f98d8946a4b7407268/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4e1afd443e5152f98d8946a4b7407268/data.xlsx\\\",\\\"单粒子效应_1746015379223.xlsx\\\":\\\"/oss/physical/NASA/4e1afd443e5152f98d8946a4b7407268/单粒子效应_1746015379223.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/4e1afd443e5152f98d8946a4b7407268/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4e1afd443e5152f98d8946a4b7407268/data.xlsx\",\"单粒子效应_1746015379223.xlsx\":\"/oss/physical/NASA/4e1afd443e5152f98d8946a4b7407268/单粒子效应_1746015379223.xlsx\"},\"id\":\"4e1afd443e5152f98d8946a4b7407268\",\"manufacturer\":\"Optical Networks Inc\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:16\"}]', null, '8', null, '2025-04-30 20:16:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917553801279279106', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"APS\",\"deviceMode\":\"Photobit APS\",\"deviceName\":\"Photobit APS\",\"deviceType\":\"光电器件\",\"experimentDate\":\"2001.03.27-2002.07.19\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/data.xlsx\\\",\\\"TAMU032701_Photobit_APS.pdf\\\":\\\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/TAMU032701_Photobit_APS.pdf\\\",\\\"单粒子效应_1746015426347.xlsx\\\":\\\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/单粒子效应_1746015426347.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/data.xlsx\",\"TAMU032701_Photobit_APS.pdf\":\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/TAMU032701_Photobit_APS.pdf\",\"单粒子效应_1746015426347.xlsx\":\"/oss/physical/NASA/e2e2f5736f042b064809c8e748ed4de7/单粒子效应_1746015426347.xlsx\"},\"id\":\"e2e2f5736f042b064809c8e748ed4de7\",\"manufacturer\":\"Photobit\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:17\"}]', null, '5', null, '2025-04-30 20:17:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917553982947168257', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Receiver\",\"deviceMode\":\"PFORX12 Receiver\",\"deviceName\":\"Data Transmission\",\"deviceType\":\"光电器件\",\"experimentDate\":\"7/20/1998\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/data.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/data.xlsx\"},\"id\":\"ade85d80277a2aae7959ff5eeacd6adb\",\"manufacturer\":\"Optical Networks Inc\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:17\"}]', null, '8', null, '2025-04-30 20:17:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917554242205487106', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Receiver\",\"deviceMode\":\"PFORX12 Receiver\",\"deviceName\":\"Data Transmission\",\"deviceType\":\"光电器件\",\"experimentDate\":\"1998.07.20\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/data.xlsx\\\",\\\"单粒子效应_1746015531428.xlsx\\\":\\\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/单粒子效应_1746015531428.xlsx\\\"}\",\"fileMap\":{\"NSREC98.pdf\":\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/data.xlsx\",\"单粒子效应_1746015531428.xlsx\":\"/oss/physical/NASA/ade85d80277a2aae7959ff5eeacd6adb/单粒子效应_1746015531428.xlsx\"},\"id\":\"ade85d80277a2aae7959ff5eeacd6adb\",\"manufacturer\":\"Optical Networks Inc\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:18\"}]', null, '11', null, '2025-04-30 20:18:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917554329702862850', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"High Speed 10 bit bus switch\",\"deviceMode\":\"QS3384\",\"deviceName\":\"QS3384\",\"deviceType\":\"Miscellaneous\",\"experimentDate\":\"8/16/1995;9/20/1995;7/15/1996\",\"fileList\":\"{\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/random6a.pdf\\\",\\\"tdqs3384.pdf\\\":\\\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/tdqs3384.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/data.xlsx\\\",\\\"b081695a.pdf\\\":\\\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/b081695a.pdf\\\",\\\"单粒子效应12_1746015551974.xlsx\\\":\\\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/单粒子效应12_1746015551974.xlsx\\\"}\",\"fileMap\":{\"random6a.pdf\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/random6a.pdf\",\"tdqs3384.pdf\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/tdqs3384.pdf\",\"data.xlsx\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/data.xlsx\",\"b081695a.pdf\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/b081695a.pdf\",\"单粒子效应12_1746015551974.xlsx\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/单粒子效应12_1746015551974.xlsx\"},\"id\":\"801734319c4af75b880b191cb478ee62\",\"manufacturer\":\"Quality Semi Inc\",\"totalCountLhs\":8,\"totalCountNasa\":8,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 20:19\"}]', null, '8', null, '2025-04-30 20:19:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917554820037971969', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"MSA0670\",\"deviceName\":\"MSA0670\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"3/16/2016\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/data.xlsx\\\",\\\"电离总剂量效应_1746015668746.xlsx\\\":\\\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/电离总剂量效应_1746015668746.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/data.xlsx\",\"电离总剂量效应_1746015668746.xlsx\":\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/电离总剂量效应_1746015668746.xlsx\"},\"id\":\"80593614624723df4feb96dcb4ea786c\",\"manufacturer\":\"Avago\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 20:21\"}]', null, '5', null, '2025-04-30 20:21:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917554864745058306', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"MSA0670\",\"deviceName\":\"MSA0670\",\"deviceType\":\"BiCMOS\",\"experimentDate\":\"3/16/2016\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/data.xlsx\\\",\\\"电离总剂量效应_1746015668746.xlsx\\\":\\\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/电离总剂量效应_1746015668746.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/data.xlsx\",\"电离总剂量效应_1746015668746.xlsx\":\"/oss/physical/NASA/80593614624723df4feb96dcb4ea786c/电离总剂量效应_1746015668746.xlsx\"},\"id\":\"80593614624723df4feb96dcb4ea786c\",\"manufacturer\":\"Avago\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 20:21\"}]', null, '5', null, '2025-04-30 20:21:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917554915416444930', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"512k x 8 NV Memory\",\"deviceMode\":\"Si-Nano NVMs\",\"deviceName\":\"Si-Nano NVMs\",\"deviceType\":\"CMOS nano-crystal\",\"experimentDate\":\"2/22/2004;6/22/2004\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/nsrec04_SEE.pdf\\\",\\\"T022204_Motorola.pdf\\\":\\\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/T022204_Motorola.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/nsrec04_SEE.pdf\",\"T022204_Motorola.pdf\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/T022204_Motorola.pdf\"},\"id\":\"c2569556912374ca1865dad2a8b61b83\",\"manufacturer\":\"Motorola\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 20:21\"}]', null, '8', null, '2025-04-30 20:21:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917555354799149057', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"512k x 8 NV Memory\",\"deviceMode\":\"Si-Nano NVMs\",\"deviceName\":\"Si-Nano NVMs\",\"deviceType\":\"CMOS nano-crystal\",\"experimentDate\":\"2/22/2004;6/22/2004\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/nsrec04_SEE.pdf\\\",\\\"T022204_Motorola.pdf\\\":\\\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/T022204_Motorola.pdf\\\",\\\"Si-Nano_NVMs_SEE_1746015791859.xlsx\\\":\\\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/Si-Nano_NVMs_SEE_1746015791859.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/nsrec04_SEE.pdf\",\"T022204_Motorola.pdf\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/T022204_Motorola.pdf\",\"Si-Nano_NVMs_SEE_1746015791859.xlsx\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/Si-Nano_NVMs_SEE_1746015791859.xlsx\"},\"id\":\"c2569556912374ca1865dad2a8b61b83\",\"manufacturer\":\"Motorola\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 20:23\"}]', null, '6', null, '2025-04-30 20:23:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917555590011523074', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"PE99155 - S11060-2 PE99151 - S11058-2\",\"deviceFunction\":\"Step down switching regulator\",\"deviceMode\":\"PE9915X\",\"deviceName\":\"CMOS SOS\",\"deviceType\":\"射频/微波电路\",\"experimentDate\":\"2011.01.21\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"LBNL012111_PE9915X.pdf\\\":\\\"/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/LBNL012111_PE9915X.pdf\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/data.xlsx\\\",\\\"单粒子效应_1746015852676.xlsx\\\":\\\"/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/单粒子效应_1746015852676.xlsx\\\"}\",\"fileMap\":{\"LBNL012111_PE9915X.pdf\":\"/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/LBNL012111_PE9915X.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/data.xlsx\",\"单粒子效应_1746015852676.xlsx\":\"/oss/physical/NASA/87b2805b05dc0b524a61fd1ed11c8173/单粒子效应_1746015852676.xlsx\"},\"id\":\"87b2805b05dc0b524a61fd1ed11c8173\",\"manufacturer\":\"Peregrine Semiconductor\",\"totalCountLhs\":9,\"totalCountNasa\":3,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:24\"}]', null, '6', null, '2025-04-30 20:24:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917556028597309442', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Receiver\",\"deviceMode\":\"MRX8501\",\"deviceName\":\"MRX8501\",\"deviceType\":\"Power Devices\",\"experimentDate\":\"2/1/2002;7/19/2002\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/NSREC02_W16.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/data.xlsx\\\",\\\"D020102_Emcore.pdf\\\":\\\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/D020102_Emcore.pdf\\\",\\\"D020102_MTX8501_MRX8501.pdf\\\":\\\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/D020102_MTX8501_MRX8501.pdf\\\",\\\"电离总剂量效应_1746015957722.xlsx\\\":\\\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/电离总剂量效应_1746015957722.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/NSREC02_W16.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/data.xlsx\",\"D020102_Emcore.pdf\":\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/D020102_Emcore.pdf\",\"D020102_MTX8501_MRX8501.pdf\":\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/D020102_MTX8501_MRX8501.pdf\",\"电离总剂量效应_1746015957722.xlsx\":\"/oss/physical/NASA/e394aadd2c07e61be1fd14802ecce575/电离总剂量效应_1746015957722.xlsx\"},\"id\":\"e394aadd2c07e61be1fd14802ecce575\",\"manufacturer\":\"Emcore\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 20:25\"}]', null, '9', null, '2025-04-30 20:25:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917556584145457154', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1247, 1706, 1729, 1805; (19-001)\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"PE99155\",\"deviceName\":\"Hybrid\",\"deviceType\":\"电源器件\",\"experimentDate\":\"2019.04\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\":\\\"/oss/physical/NASA/06ad7a6ee37157ef9af3ca38468a972d/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/06ad7a6ee37157ef9af3ca38468a972d/data.xlsx\\\",\\\"电离总剂量效应_1746016089863.xlsx\\\":\\\"/oss/physical/NASA/06ad7a6ee37157ef9af3ca38468a972d/电离总剂量效应_1746016089863.xlsx\\\"}\",\"fileMap\":{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/06ad7a6ee37157ef9af3ca38468a972d/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/06ad7a6ee37157ef9af3ca38468a972d/data.xlsx\",\"电离总剂量效应_1746016089863.xlsx\":\"/oss/physical/NASA/06ad7a6ee37157ef9af3ca38468a972d/电离总剂量效应_1746016089863.xlsx\"},\"id\":\"06ad7a6ee37157ef9af3ca38468a972d\",\"manufacturer\":\"Teledyne\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:28\"}]', null, '6', null, '2025-04-30 20:28:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917556629406191618', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Camera Electronics Module\",\"deviceMode\":\"QI-SWIR-VGA15XS\",\"deviceName\":\"QI-SWIR-VGA15XS\",\"deviceType\":\"InGaAs/CMOS\",\"experimentDate\":\"9/1/2020\",\"id\":\"b0127cec5f0d074a52ce54e1e31fe930\",\"manufacturer\":\"Semi Conductor Devices\",\"totalCountLhs\":130,\"totalCountNasa\":14,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 20:28\"}]', null, '5', null, '2025-04-30 20:28:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917557156898639873', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"NVM 4Mb Flash EEPROM\",\"deviceMode\":\"Si Nano-Crystal Test Chip\",\"deviceName\":\"Si Nano-Crystal Test Chip\",\"deviceType\":\"CMOS\",\"experimentDate\":\"6/3/2004;12/18/2004;2/24/2004\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/data.xlsx\\\",\\\"T022204_Motorola.pdf\\\":\\\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/T022204_Motorola.pdf\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/nsrec05_W5.pdf\\\",\\\"SiNano-CrystalTestChip_SEE_1746016221163.xlsx\\\":\\\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/SiNano-CrystalTestChip_SEE_1746016221163.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/data.xlsx\",\"T022204_Motorola.pdf\":\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/T022204_Motorola.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/nsrec05_W5.pdf\",\"SiNano-CrystalTestChip_SEE_1746016221163.xlsx\":\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/SiNano-CrystalTestChip_SEE_1746016221163.xlsx\"},\"id\":\"42aa2dc0b4e0a117cbefedbc5d643fe3\",\"manufacturer\":\"Freescale\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 20:30\"}]', null, '6', null, '2025-04-30 20:30:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917557337157242882', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"USART\",\"deviceMode\":\"MR8251A/B\",\"deviceName\":\"MR8251A/B\",\"deviceType\":\"Programmable Communication Interface\",\"experimentDate\":\"1/25/1991\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"PPM-91-053.pdf\\\":\\\"/oss/physical/NASA/4abdb16b1294d34a765901dfddea556d/PPM-91-053.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4abdb16b1294d34a765901dfddea556d/data.xlsx\\\",\\\"电离总剂量效应_1746016269717.xlsx\\\":\\\"/oss/physical/NASA/4abdb16b1294d34a765901dfddea556d/电离总剂量效应_1746016269717.xlsx\\\"}\",\"fileMap\":{\"PPM-91-053.pdf\":\"/oss/physical/NASA/4abdb16b1294d34a765901dfddea556d/PPM-91-053.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4abdb16b1294d34a765901dfddea556d/data.xlsx\",\"电离总剂量效应_1746016269717.xlsx\":\"/oss/physical/NASA/4abdb16b1294d34a765901dfddea556d/电离总剂量效应_1746016269717.xlsx\"},\"id\":\"4abdb16b1294d34a765901dfddea556d\",\"manufacturer\":\"Intel\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 20:31\"}]', null, '8', null, '2025-04-30 20:31:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917557362620862466', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"FOCUTS Fiber Optic Module\",\"deviceMode\":\"PE97201\",\"deviceName\":\"Miscellaneous Device\",\"deviceType\":\"光电器件\",\"experimentDate\":\"2005.12.05\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/31a9431962f4609c489b04bbedc5f5e8/nsrec06_W4.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/31a9431962f4609c489b04bbedc5f5e8/data.xlsx\\\",\\\"单粒子效应_1746016275556.xlsx\\\":\\\"/oss/physical/NASA/31a9431962f4609c489b04bbedc5f5e8/单粒子效应_1746016275556.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W4.pdf\":\"/oss/physical/NASA/31a9431962f4609c489b04bbedc5f5e8/nsrec06_W4.pdf\",\"data.xlsx\":\"/oss/physical/NASA/31a9431962f4609c489b04bbedc5f5e8/data.xlsx\",\"单粒子效应_1746016275556.xlsx\":\"/oss/physical/NASA/31a9431962f4609c489b04bbedc5f5e8/单粒子效应_1746016275556.xlsx\"},\"id\":\"31a9431962f4609c489b04bbedc5f5e8\",\"manufacturer\":\"Peregrine Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:31\"}]', null, '7', null, '2025-04-30 20:31:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917557930407989250', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"Serial Control ASIC\",\"deviceName\":\"Serial Control ASIC\",\"deviceType\":\"ASIC\",\"experimentDate\":\"10/28/1991;12/18/1991\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/data.xlsx\\\",\\\"121891.pdf\\\":\\\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/121891.pdf\\\",\\\"102891_ASICS.pdf\\\":\\\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/102891_ASICS.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/data.xlsx\",\"121891.pdf\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/121891.pdf\",\"102891_ASICS.pdf\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/102891_ASICS.pdf\"},\"id\":\"210d41c66501c2a4d4d2f5e34ab21e27\",\"manufacturer\":\"Matra\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 20:33\"}]', null, '8', null, '2025-04-30 20:33:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917558002071867393', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"Serial Control ASIC\",\"deviceName\":\"Serial Control ASIC\",\"deviceType\":\"ASIC\",\"experimentDate\":\"10/28/1991;12/18/1991\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/data.xlsx\\\",\\\"121891.pdf\\\":\\\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/121891.pdf\\\",\\\"102891_ASICS.pdf\\\":\\\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/102891_ASICS.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/data.xlsx\",\"121891.pdf\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/121891.pdf\",\"102891_ASICS.pdf\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/102891_ASICS.pdf\"},\"id\":\"210d41c66501c2a4d4d2f5e34ab21e27\",\"manufacturer\":\"Matra\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 20:33\"}]', null, '7', null, '2025-04-30 20:33:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917558726398808065', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9450\",\"deviceFunction\":\"Switching Regulator\",\"deviceMode\":\"PIC7527\",\"deviceName\":\"Switching Regulator\",\"deviceType\":\"电源器件\",\"experimentDate\":\"1999.09.23-1999.11.26\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"PPM-99-038.pdf\\\":\\\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/PPM-99-038.pdf\\\",\\\"电离总剂量效应_1746014968537.xlsx\\\":\\\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/电离总剂量效应_1746014968537.xlsx\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/data.xlsx\\\"}\",\"fileMap\":{\"PPM-99-038.pdf\":\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/PPM-99-038.pdf\",\"电离总剂量效应_1746014968537.xlsx\":\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/电离总剂量效应_1746014968537.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/96a09720471fee66e3775abc81b142e1/data.xlsx\"},\"id\":\"96a09720471fee66e3775abc81b142e1\",\"manufacturer\":\"Sil General\",\"totalCountLhs\":20,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 20:36\"}]', null, '5', null, '2025-04-30 20:36:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917559319913795586', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"4Mbit MRAM\",\"deviceMode\":\"MR2A16A\",\"deviceName\":\"MR2A16A\",\"deviceType\":\"CMOS\",\"experimentDate\":\"IUCF07OCT;2007OCT\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"nsrec08_W2_TID.pdf\\\":\\\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/nsrec08_W2_TID.pdf\\\",\\\"nsrec08_W3_SEE.pdf\\\":\\\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/nsrec08_W3_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/data.xlsx\\\",\\\"G07OCT_MR2A16A_TID_I032707.pdf\\\":\\\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/G07OCT_MR2A16A_TID_I032707.pdf\\\",\\\"电离总剂量效应_1746016741842.xlsx\\\":\\\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/电离总剂量效应_1746016741842.xlsx\\\"}\",\"fileMap\":{\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/nsrec08_W2_TID.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/data.xlsx\",\"G07OCT_MR2A16A_TID_I032707.pdf\":\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/G07OCT_MR2A16A_TID_I032707.pdf\",\"电离总剂量效应_1746016741842.xlsx\":\"/oss/physical/NASA/62ee0016ab55c13e4d89a77ba91259ad/电离总剂量效应_1746016741842.xlsx\"},\"id\":\"62ee0016ab55c13e4d89a77ba91259ad\",\"manufacturer\":\"Freescale\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 20:39\"}]', null, '4', null, '2025-04-30 20:39:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917560357295198209', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"未找到\",\"deviceFunction\":\"PROM\",\"deviceMode\":\"R29793\",\"deviceName\":\"R29793\",\"deviceType\":\"Programmable Device\",\"experimentDate\":\"1999-2000\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/data.xlsx\\\",\\\"b082599a.pdf\\\":\\\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/b082599a.pdf\\\",\\\"单粒子效应1(2)_1746016959462.xlsx\\\":\\\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/单粒子效应1(2)_1746016959462.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/data.xlsx\",\"b082599a.pdf\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/b082599a.pdf\",\"单粒子效应1(2)_1746016959462.xlsx\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/单粒子效应1(2)_1746016959462.xlsx\"},\"id\":\"01d04f627cbbb6aeea0fc5da0a111a19\",\"manufacturer\":\"Fairchild\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 20:43\"}]', null, '7', null, '2025-04-30 20:43:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917560645456465922', '1', '用户名: zhangchenyu,登录成功!', null, 'zhangchenyu', '张晨宇', '119.78.164.169', null, null, null, null, '1', null, '2025-04-30 20:44:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917560804932292609', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R11\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1997.02.14\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\\\",\\\"单粒子效应_1746017096063.xlsx\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017096063.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\",\"单粒子效应_1746017096063.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017096063.xlsx\"},\"id\":\"4af48ff8dfca45fed905572ba5e88378\",\"manufacturer\":\"V\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:44\"}]', null, '4', null, '2025-04-30 20:44:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917560869830758402', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R11\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1997.02.14\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"单粒子效应_1746017096063.xlsx\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017096063.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\\\"}\",\"fileMap\":{\"单粒子效应_1746017096063.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017096063.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\"},\"id\":\"4af48ff8dfca45fed905572ba5e88378\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:45\"}]', null, '7', null, '2025-04-30 20:45:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917560964944990210', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"LDC 9347\",\"deviceFunction\":\"2x8k PROM\",\"deviceMode\":\"R29773\",\"deviceName\":\"R29773\",\"deviceType\":\"Memory\",\"experimentDate\":\"5/8/1998\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"PPM-98-013.pdf\\\":\\\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/PPM-98-013.pdf\\\",\\\"电离总剂量效应3_1746013967637.xlsx\\\":\\\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/电离总剂量效应3_1746013967637.xlsx\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/data.xlsx\\\"}\",\"fileMap\":{\"PPM-98-013.pdf\":\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/PPM-98-013.pdf\",\"电离总剂量效应3_1746013967637.xlsx\":\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/电离总剂量效应3_1746013967637.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8daa999a9bc3f76c8364f0dc039c5cf3/data.xlsx\"},\"id\":\"8daa999a9bc3f76c8364f0dc039c5cf3\",\"manufacturer\":\"Fairchild/Raytheon\",\"totalCountLhs\":10,\"totalCountNasa\":2,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 20:45\"}]', null, '5', null, '2025-04-30 20:45:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917561290053881857', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"SFS100/140Y\",\"deviceName\":\"SFS100/140Y\",\"deviceType\":\"Optical Fiber\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"电离总剂量效应_1746002943714.xlsx\\\":\\\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/电离总剂量效应_1746002943714.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/data.xlsx\\\",\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/NSREC02_W5.pdf\\\"}\",\"fileMap\":{\"电离总剂量效应_1746002943714.xlsx\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/电离总剂量效应_1746002943714.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/data.xlsx\",\"NSREC02_W5.pdf\":\"/oss/physical/NASA/13dd6ed1559a5463aa4e99bc3dd83805/NSREC02_W5.pdf\"},\"id\":\"13dd6ed1559a5463aa4e99bc3dd83805\",\"manufacturer\":\"Fiberguide\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:46\"}]', null, '8', null, '2025-04-30 20:46:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917561333729169410', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"Serial Control ASIC\",\"deviceName\":\"Serial Control ASIC\",\"deviceType\":\"ASIC\",\"experimentDate\":\"10/28/1991;12/18/1991\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/data.xlsx\\\",\\\"121891.pdf\\\":\\\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/121891.pdf\\\",\\\"102891_ASICS.pdf\\\":\\\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/102891_ASICS.pdf\\\",\\\"SerialControlASIC_SEE_1746017220905.xlsx\\\":\\\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/SerialControlASIC_SEE_1746017220905.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/data.xlsx\",\"121891.pdf\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/121891.pdf\",\"102891_ASICS.pdf\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/102891_ASICS.pdf\",\"SerialControlASIC_SEE_1746017220905.xlsx\":\"/oss/physical/NASA/210d41c66501c2a4d4d2f5e34ab21e27/SerialControlASIC_SEE_1746017220905.xlsx\"},\"id\":\"210d41c66501c2a4d4d2f5e34ab21e27\",\"manufacturer\":\"Matra\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 20:47\"}]', null, '5', null, '2025-04-30 20:47:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917561520816099330', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R10\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2/24/1997\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/b022497b.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/b022497b.pdf\"},\"id\":\"cc1312419d96e182e219357da6e421b1\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:47\"}]', null, '6', null, '2025-04-30 20:47:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917561562415206402', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R11\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1997.02.14\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\\\",\\\"单粒子效应_1746017276730.xlsx\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017276730.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\",\"单粒子效应_1746017276730.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017276730.xlsx\"},\"id\":\"4af48ff8dfca45fed905572ba5e88378\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:47\"}]', null, '5', null, '2025-04-30 20:47:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917561562683641857', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"100 V N-type MOSFET\",\"deviceMode\":\"SFR130S.5\",\"deviceName\":\"SFR130S.5\",\"deviceType\":\"VDMOS\",\"experimentDate\":\"11/14/2012\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/data.xlsx\\\",\\\"LBNL111512_SFR130S5.pdf\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/LBNL111512_SFR130S5.pdf\\\",\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/nsrec2013_W8_SEE.pdf\\\",\\\"单粒子效应_1745998503680.xlsx\\\":\\\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/单粒子效应_1745998503680.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/data.xlsx\",\"LBNL111512_SFR130S5.pdf\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/LBNL111512_SFR130S5.pdf\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/nsrec2013_W8_SEE.pdf\",\"单粒子效应_1745998503680.xlsx\":\"/oss/physical/NASA/1c4a488731823dde3d167f967910edd2/单粒子效应_1745998503680.xlsx\"},\"id\":\"1c4a488731823dde3d167f967910edd2\",\"manufacturer\":\"SSDI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:47\"}]', null, '5', null, '2025-04-30 20:47:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917561773812322306', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"90V N-channel MOSFET\",\"deviceMode\":\"SFF6661\",\"deviceName\":\"SFF6661\",\"deviceType\":\"MOSFET\",\"experimentDate\":\"6/25/2018;8/2/2018\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\":\\\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\",\\\"电离总剂量效应_1745999494716.xlsx\\\":\\\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/电离总剂量效应_1745999494716.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"电离总剂量效应_1745999494716.xlsx\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/电离总剂量效应_1745999494716.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/c817aec37645c7c7e8f6180755ffc28b/data.xlsx\"},\"id\":\"c817aec37645c7c7e8f6180755ffc28b\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":17,\"totalCountNasa\":2,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:48\"}]', null, '5', null, '2025-04-30 20:48:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917561950069559297', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"43622\",\"deviceFunction\":\"SRAM Memory\",\"deviceMode\":\"R1LV1616RBG\",\"deviceName\":\"R1LV1616RBG\",\"deviceType\":\"Memory Device\",\"experimentDate\":\"1\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"nsrec08_W3_SEE.pdf\\\":\\\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/nsrec08_W3_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/data.xlsx\\\"}\",\"fileMap\":{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/data.xlsx\"},\"id\":\"086a93b37c8a611030a250ced0f00afd\",\"manufacturer\":\"Renesas\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 20:49\"}]', null, '17', null, '2025-04-30 20:49:30', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917562036312838145', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Linear Signal Cond\",\"deviceMode\":\"SE5521\",\"deviceName\":\"SE5521\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"7/3/1995\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"PPM-95-162.pdf\\\":\\\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/PPM-95-162.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/data.xlsx\\\",\\\"电离总剂量效应_1746000707416.xlsx\\\":\\\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/电离总剂量效应_1746000707416.xlsx\\\"}\",\"fileMap\":{\"PPM-95-162.pdf\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/PPM-95-162.pdf\",\"data.xlsx\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/data.xlsx\",\"电离总剂量效应_1746000707416.xlsx\":\"/oss/physical/NASA/49148c4bec382c8e94fc55d6c120e36e/电离总剂量效应_1746000707416.xlsx\"},\"id\":\"49148c4bec382c8e94fc55d6c120e36e\",\"manufacturer\":\"Signetics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:49\"}]', null, '8', null, '2025-04-30 20:49:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917562207885037569', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"256M SDRAM\",\"deviceMode\":\"SDRAM Test Chip\",\"deviceName\":\"SDRAM Test Chip\",\"deviceType\":\"CMOS\",\"experimentDate\":\"12/18/2004\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"T121804_SDRAM_TestChip.pdf\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/T121804_SDRAM_TestChip.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/data.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/nsrec05_W5.pdf\\\",\\\"单粒子效应_1746001328700.xlsx\\\":\\\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/单粒子效应_1746001328700.xlsx\\\"}\",\"fileMap\":{\"T121804_SDRAM_TestChip.pdf\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/T121804_SDRAM_TestChip.pdf\",\"data.xlsx\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/data.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/nsrec05_W5.pdf\",\"单粒子效应_1746001328700.xlsx\":\"/oss/physical/NASA/900bd61b7f933d2427bb66683971ebd9/单粒子效应_1746001328700.xlsx\"},\"id\":\"900bd61b7f933d2427bb66683971ebd9\",\"manufacturer\":\"Maxwell\",\"totalCountLhs\":2,\"totalCountNasa\":2,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:50\"}]', null, '10', null, '2025-04-30 20:50:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917562321659727873', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Integrated Peripheral\",\"deviceMode\":\"MQ82380-25/B\",\"deviceName\":\"MQ82380-25/B\",\"deviceType\":\"Microprocessors and Peripherals\",\"experimentDate\":\"2/21/1996;7/15/1996\",\"fileList\":\"{\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/random6a.pdf\\\",\\\"b022196.pdf\\\":\\\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/b022196.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/data.xlsx\\\",\\\"单粒子效应.xlsx_1746017458049.xlsx\\\":\\\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/单粒子效应.xlsx_1746017458049.xlsx\\\"}\",\"fileMap\":{\"random6a.pdf\":\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/random6a.pdf\",\"b022196.pdf\":\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/b022196.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/data.xlsx\",\"单粒子效应.xlsx_1746017458049.xlsx\":\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/单粒子效应.xlsx_1746017458049.xlsx\"},\"id\":\"0a5c7bab2ada8ad0ed6a89950cbf151d\",\"manufacturer\":\"Intel\",\"totalCountLhs\":1,\"totalCountNasa\":2,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 20:50\"}]', null, '19', null, '2025-04-30 20:50:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917562323987566594', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Spectra Diode\",\"deviceMode\":\"SDL5601V1\",\"deviceName\":\"SDL5601V1\",\"deviceType\":\"Photonics\",\"experimentDate\":\"9/3/1997;7/20/1998\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"i090397.pdf\\\":\\\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/i090397.pdf\\\",\\\"位移损伤效应_1746002236894.xlsx\\\":\\\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/位移损伤效应_1746002236894.xlsx\\\",\\\"NSREC98.pdf\\\":\\\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/NSREC98.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/data.xlsx\\\"}\",\"fileMap\":{\"i090397.pdf\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/i090397.pdf\",\"位移损伤效应_1746002236894.xlsx\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/位移损伤效应_1746002236894.xlsx\",\"NSREC98.pdf\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/NSREC98.pdf\",\"data.xlsx\":\"/oss/physical/NASA/df33e81628fec2be8386b0e328c01b1e/data.xlsx\"},\"id\":\"df33e81628fec2be8386b0e328c01b1e\",\"manufacturer\":\"LED\",\"totalCountLhs\":6,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:50\"}]', null, '4', null, '2025-04-30 20:50:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917562370695335937', '2', 'NASA数据管理-编辑', '3', 'mayinjie', '马崟洁', '119.78.164.173', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Integrated Peripheral\",\"deviceMode\":\"MQ82380-25/B\",\"deviceName\":\"MQ82380-25/B\",\"deviceType\":\"Microprocessors and Peripherals\",\"experimentDate\":\"2/21/1996;7/15/1996\",\"experimentUser\":\"马崟洁\",\"fileList\":\"{\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/random6a.pdf\\\",\\\"b022196.pdf\\\":\\\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/b022196.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/data.xlsx\\\",\\\"单粒子效应.xlsx_1746017458049.xlsx\\\":\\\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/单粒子效应.xlsx_1746017458049.xlsx\\\"}\",\"fileMap\":{\"random6a.pdf\":\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/random6a.pdf\",\"b022196.pdf\":\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/b022196.pdf\",\"data.xlsx\":\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/data.xlsx\",\"单粒子效应.xlsx_1746017458049.xlsx\":\"/oss/physical/NASA/0a5c7bab2ada8ad0ed6a89950cbf151d/单粒子效应.xlsx_1746017458049.xlsx\"},\"id\":\"0a5c7bab2ada8ad0ed6a89950cbf151d\",\"manufacturer\":\"Intel\",\"totalCountLhs\":1,\"totalCountNasa\":2,\"updateBy\":\"mayinjie\",\"updateTime\":\"2025-04-30 20:51\"}]', null, '6', null, '2025-04-30 20:51:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917562397056536577', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R10\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1997.02.24\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/b022497b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/data.xlsx\\\",\\\"单粒子效应_1746017475564.xlsx\\\":\\\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/单粒子效应_1746017475564.xlsx\\\"}\",\"fileMap\":{\"b022497b.pdf\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/b022497b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/data.xlsx\",\"单粒子效应_1746017475564.xlsx\":\"/oss/physical/NASA/cc1312419d96e182e219357da6e421b1/单粒子效应_1746017475564.xlsx\"},\"id\":\"cc1312419d96e182e219357da6e421b1\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:51\"}]', null, '7', null, '2025-04-30 20:51:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917562538467495937', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT2222A\",\"deviceName\":\"SFT2222A\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/29/2013\",\"experimentUser\":\"张晨宇\",\"fileMap\":{\"单粒子效应_1745997769182.xlsx\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/单粒子效应_1745997769182.xlsx\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/2013-Forney-Chen-TR-13-026-SFT2222A-2013July29-TID-TM-20210010530.pdf\",\"data.xlsx\":\"/oss/physical/NASA/05beb90acb309f2997807b6e18e6cf89/data.xlsx\"},\"id\":\"05beb90acb309f2997807b6e18e6cf89\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:51\"}]', null, '6', null, '2025-04-30 20:51:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917562603340795906', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R11\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1997.02.24\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\\\",\\\"单粒子效应_1746017524866.xlsx\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017524866.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\",\"单粒子效应_1746017524866.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017524866.xlsx\"},\"id\":\"4af48ff8dfca45fed905572ba5e88378\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":8,\"totalCountNasa\":2,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:52\"}]', null, '8', null, '2025-04-30 20:52:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917562636836507649', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R11\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1997.02.24\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\\\",\\\"单粒子效应_1746017524866.xlsx\\\":\\\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017524866.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/b022497b.pdf\",\"单粒子效应_1746017524866.xlsx\":\"/oss/physical/NASA/4af48ff8dfca45fed905572ba5e88378/单粒子效应_1746017524866.xlsx\"},\"id\":\"4af48ff8dfca45fed905572ba5e88378\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:52\"}]', null, '5', null, '2025-04-30 20:52:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917562673561833473', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT2369 (2N2369A)\",\"deviceName\":\"SFT2369 (2N2369A)\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"4/22/2012\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"单粒子效应_1745997749731.xlsx\\\":\\\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/单粒子效应_1745997749731.xlsx\\\",\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/data.xlsx\\\"}\",\"fileMap\":{\"单粒子效应_1745997749731.xlsx\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/单粒子效应_1745997749731.xlsx\",\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f19684564c9cd5910f385fd424085c9e/data.xlsx\"},\"id\":\"f19684564c9cd5910f385fd424085c9e\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:52\"}]', null, '4', null, '2025-04-30 20:52:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917562770416701442', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Transistor\",\"deviceMode\":\"SFT2907A\",\"deviceName\":\"SFT2907A\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"7/31/2013\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NSREC2014-W42-SEE-TID-TN30286.pdf\\\":\\\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/NSREC2014-W42-SEE-TID-TN30286.pdf\\\",\\\"单粒子效应_1745997598414.xlsx\\\":\\\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/单粒子效应_1745997598414.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/data.xlsx\\\"}\",\"fileMap\":{\"NSREC2014-W42-SEE-TID-TN30286.pdf\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/NSREC2014-W42-SEE-TID-TN30286.pdf\",\"单粒子效应_1745997598414.xlsx\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/单粒子效应_1745997598414.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/55878ff2562a560cea83b9831831c099/data.xlsx\"},\"id\":\"55878ff2562a560cea83b9831831c099\",\"manufacturer\":\"Solid State Devices, Inc.\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:52\"}]', null, '7', null, '2025-04-30 20:52:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917562939950469122', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R1\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1997.02.24\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/b022497b.pdf\\\",\\\"单粒子效应_1746017605065.xlsx\\\":\\\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/单粒子效应_1746017605065.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/b022497b.pdf\",\"单粒子效应_1746017605065.xlsx\":\"/oss/physical/NASA/2fa937f1da1e52e3fb28ac6573c8db6d/单粒子效应_1746017605065.xlsx\"},\"id\":\"2fa937f1da1e52e3fb28ac6573c8db6d\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:53\"}]', null, '9', null, '2025-04-30 20:53:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563122125869058', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"SFT5094\",\"deviceName\":\"SFT5094\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"10/20/2015\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/data.xlsx\\\",\\\"电离总剂量效应_1745996228783.xlsx\\\":\\\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/电离总剂量效应_1745996228783.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/data.xlsx\",\"电离总剂量效应_1745996228783.xlsx\":\"/oss/physical/NASA/a106c558ff54f9b1a6f0e4854b2020d2/电离总剂量效应_1745996228783.xlsx\"},\"id\":\"a106c558ff54f9b1a6f0e4854b2020d2\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:54\"}]', null, '6', null, '2025-04-30 20:54:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563233937625090', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMN1R11\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2/24/1997\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/b022497b.pdf\\\",\\\"单粒子效应_1746017675421.xlsx\\\":\\\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/单粒子效应_1746017675421.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/b022497b.pdf\",\"单粒子效应_1746017675421.xlsx\":\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/单粒子效应_1746017675421.xlsx\"},\"id\":\"9388a532dae24af8d2a9339aadd81e43\",\"manufacturer\":\"NEC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:54\"}]', null, '7', null, '2025-04-30 20:54:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563268884566018', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"SG1524\",\"deviceName\":\"SG1524\",\"deviceType\":\"Pulse Width Modulator\",\"experimentDate\":\"_2005\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"电离总剂量效应_1745994536438.xlsx\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/电离总剂量效应_1745994536438.xlsx\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/data.xlsx\\\",\\\"G2005_SG1524_TID.pdf\\\":\\\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/G2005_SG1524_TID.pdf\\\"}\",\"fileMap\":{\"电离总剂量效应_1745994536438.xlsx\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/电离总剂量效应_1745994536438.xlsx\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/data.xlsx\",\"G2005_SG1524_TID.pdf\":\"/oss/physical/NASA/56f5f0e218b7356738109ad0edcb1ae1/G2005_SG1524_TID.pdf\"},\"id\":\"56f5f0e218b7356738109ad0edcb1ae1\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:54\"}]', null, '6', null, '2025-04-30 20:54:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563494626201602', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMN1R10\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1997.02.24\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/b022497b.pdf\\\",\\\"单粒子效应_1746017730355.xlsx\\\":\\\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/单粒子效应_1746017730355.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/b022497b.pdf\",\"单粒子效应_1746017730355.xlsx\":\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/单粒子效应_1746017730355.xlsx\"},\"id\":\"994802d6cccd1211a7a0f83b716a0705\",\"manufacturer\":\"NEC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:55\"}]', null, '8', null, '2025-04-30 20:55:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563572959023106', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1524B\",\"deviceName\":\"SG1524B\",\"deviceType\":\"PWM\",\"experimentDate\":\"3/29/1991\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/data.xlsx\\\",\\\"电离总剂量效应_1745993822172.xlsx\\\":\\\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/电离总剂量效应_1745993822172.xlsx\\\",\\\"PPM-91-228.pdf\\\":\\\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/PPM-91-228.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/data.xlsx\",\"电离总剂量效应_1745993822172.xlsx\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/电离总剂量效应_1745993822172.xlsx\",\"PPM-91-228.pdf\":\"/oss/physical/NASA/73bceb6b64d292c752db1a21e62b1607/PPM-91-228.pdf\"},\"id\":\"73bceb6b64d292c752db1a21e62b1607\",\"manufacturer\":\"Silicon General\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:55\"}]', null, '8', null, '2025-04-30 20:55:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563610355437569', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMN1R1\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2/24/1997\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/b022497b.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/b022497b.pdf\"},\"id\":\"44cd4502ac453ab9dbdd57fa2b61e771\",\"manufacturer\":\"NEC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:56\"}]', null, '9', null, '2025-04-30 20:56:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563721009565698', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1525A\",\"deviceName\":\"SG1525A\",\"deviceType\":\"Power Device\",\"experimentDate\":\"8/11/2002;7/25/2003\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"单粒子效应_1745993230596.xlsx\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/单粒子效应_1745993230596.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/data.xlsx\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/NSREC03_W10.pdf\\\",\\\"T081102_SG1525A.pdf\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/T081102_SG1525A.pdf\\\"}\",\"fileMap\":{\"单粒子效应_1745993230596.xlsx\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/单粒子效应_1745993230596.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/NSREC03_W10.pdf\",\"T081102_SG1525A.pdf\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/T081102_SG1525A.pdf\"},\"id\":\"774ec3077c045a64bcd47e94a02e2392\",\"manufacturer\":\"Linfinity\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:56\"}]', null, '9', null, '2025-04-30 20:56:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563747270103042', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0123\",\"deviceFunction\":\"Myrinet Serializer Deserializer MYRI2K\",\"deviceMode\":\"SerDeSer\",\"deviceName\":\"SerDeSer\",\"deviceType\":\"Communication Device\",\"experimentDate\":\"11/26/2001;7/19/2002\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W16.pdf\\\",\\\"D112601_Myrinet.pdf\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/D112601_Myrinet.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/data.xlsx\\\",\\\"NSREC02_W8.pdf\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W8.pdf\\\",\\\"SerDeSer_SEE_1746017797722.xlsx\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/SerDeSer_SEE_1746017797722.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W8.pdf\",\"SerDeSer_SEE_1746017797722.xlsx\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/SerDeSer_SEE_1746017797722.xlsx\"},\"id\":\"279b67551e87734508dab102ad27a38a\",\"manufacturer\":\"Myricom\",\"totalCountLhs\":3,\"totalCountNasa\":3,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 20:56\"}]', null, '6', null, '2025-04-30 20:56:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563775539712001', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1526\",\"deviceName\":\"SG1526\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"11/23/2004\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/data.xlsx\\\",\\\"单粒子效应_1745992442167.xlsx\\\":\\\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/单粒子效应_1745992442167.xlsx\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/data.xlsx\",\"单粒子效应_1745992442167.xlsx\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/单粒子效应_1745992442167.xlsx\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/52657fbed8ab38204c28558a4d5fc45e/nsrec05_W5.pdf\"},\"id\":\"52657fbed8ab38204c28558a4d5fc45e\",\"manufacturer\":\"Linfinity/ Microsemi\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:56\"}]', null, '7', null, '2025-04-30 20:56:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563815377211393', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0123\",\"deviceFunction\":\"Myrinet Serializer Deserializer MYRI2K\",\"deviceMode\":\"SerDeSer\",\"deviceName\":\"SerDeSer\",\"deviceType\":\"Communication Device\",\"experimentDate\":\"11/26/2001;7/19/2002\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W16.pdf\\\",\\\"D112601_Myrinet.pdf\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/D112601_Myrinet.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/data.xlsx\\\",\\\"NSREC02_W8.pdf\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W8.pdf\\\",\\\"SerDeSer_SEE_1746017797722.xlsx\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/SerDeSer_SEE_1746017797722.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W8.pdf\",\"SerDeSer_SEE_1746017797722.xlsx\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/SerDeSer_SEE_1746017797722.xlsx\"},\"id\":\"279b67551e87734508dab102ad27a38a\",\"manufacturer\":\"Myricom\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 20:56\"}]', null, '9', null, '2025-04-30 20:56:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563874634338305', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMN1R11\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2/24/1997\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/b022497b.pdf\\\",\\\"单粒子效应_1746017827650.xlsx\\\":\\\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/单粒子效应_1746017827650.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/b022497b.pdf\",\"单粒子效应_1746017827650.xlsx\":\"/oss/physical/NASA/9388a532dae24af8d2a9339aadd81e43/单粒子效应_1746017827650.xlsx\"},\"id\":\"9388a532dae24af8d2a9339aadd81e43\",\"manufacturer\":\"NEC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:57\"}]', null, '8', null, '2025-04-30 20:57:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563927440625665', '2', 'NASA数据管理-编辑', '3', 'zhangchenyu', '张晨宇', '119.78.164.169', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1525A\",\"deviceName\":\"SG1525A\",\"deviceType\":\"Power Device\",\"experimentDate\":\"8/11/2002;7/25/2003\",\"experimentUser\":\"张晨宇\",\"fileList\":\"{\\\"单粒子效应_1745993230596.xlsx\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/单粒子效应_1745993230596.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/data.xlsx\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/NSREC03_W10.pdf\\\",\\\"T081102_SG1525A.pdf\\\":\\\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/T081102_SG1525A.pdf\\\"}\",\"fileMap\":{\"单粒子效应_1745993230596.xlsx\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/单粒子效应_1745993230596.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/data.xlsx\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/NSREC03_W10.pdf\",\"T081102_SG1525A.pdf\":\"/oss/physical/NASA/774ec3077c045a64bcd47e94a02e2392/T081102_SG1525A.pdf\"},\"id\":\"774ec3077c045a64bcd47e94a02e2392\",\"manufacturer\":\"Linfinity\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"zhangchenyu\",\"updateTime\":\"2025-04-30 20:57\"}]', null, '5', null, '2025-04-30 20:57:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917563989013008385', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMN1R10\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1997.02.24\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/b022497b.pdf\\\",\\\"单粒子效应_1746017855577.xlsx\\\":\\\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/单粒子效应_1746017855577.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/b022497b.pdf\",\"单粒子效应_1746017855577.xlsx\":\"/oss/physical/NASA/994802d6cccd1211a7a0f83b716a0705/单粒子效应_1746017855577.xlsx\"},\"id\":\"994802d6cccd1211a7a0f83b716a0705\",\"manufacturer\":\"NEC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:57\"}]', null, '5', null, '2025-04-30 20:57:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917564156990689282', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMN1R1\",\"deviceName\":\"RAM (Random Access Memory)\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"2/24/1997\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/b022497b.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/data.xlsx\\\",\\\"单粒子效应_1746017895326.xlsx\\\":\\\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/单粒子效应_1746017895326.xlsx\\\"}\",\"fileMap\":{\"b022497b.pdf\":\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/b022497b.pdf\",\"data.xlsx\":\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/data.xlsx\",\"单粒子效应_1746017895326.xlsx\":\"/oss/physical/NASA/44cd4502ac453ab9dbdd57fa2b61e771/单粒子效应_1746017895326.xlsx\"},\"id\":\"44cd4502ac453ab9dbdd57fa2b61e771\",\"manufacturer\":\"NEC\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 20:58\"}]', null, '4', null, '2025-04-30 20:58:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917564251370917889', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"43622\",\"deviceFunction\":\"SRAM Memory\",\"deviceMode\":\"R1LV1616RBG\",\"deviceName\":\"R1LV1616RBG\",\"deviceType\":\"Memory Device\",\"experimentDate\":\"1\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"nsrec08_W3_SEE.pdf\\\":\\\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/nsrec08_W3_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/data.xlsx\\\",\\\"单粒子效应(1)_1746017901478.xlsx\\\":\\\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/单粒子效应(1)_1746017901478.xlsx\\\"}\",\"fileMap\":{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/data.xlsx\",\"单粒子效应(1)_1746017901478.xlsx\":\"/oss/physical/NASA/086a93b37c8a611030a250ced0f00afd/单粒子效应(1)_1746017901478.xlsx\"},\"id\":\"086a93b37c8a611030a250ced0f00afd\",\"manufacturer\":\"Renesas\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 20:58\"}]', null, '8', null, '2025-04-30 20:58:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917564810639413250', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1\",\"deviceFunction\":\"gate array\",\"deviceMode\":\"QYH580\",\"deviceName\":\"QYH580\",\"deviceType\":\"Programmable Device\",\"experimentDate\":\"2/24/1997;5/13/1997\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"b051397e.pdf\\\":\\\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/b051397e.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/data.xlsx\\\",\\\"b022497c.pdf\\\":\\\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/b022497c.pdf\\\",\\\"电离总剂量效应4_1746018044541.xlsx\\\":\\\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/电离总剂量效应4_1746018044541.xlsx\\\"}\",\"fileMap\":{\"b051397e.pdf\":\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/b051397e.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/data.xlsx\",\"b022497c.pdf\":\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/b022497c.pdf\",\"电离总剂量效应4_1746018044541.xlsx\":\"/oss/physical/NASA/5a59cb82e7a02a1819dddce5ab2a4d98/电离总剂量效应4_1746018044541.xlsx\"},\"id\":\"5a59cb82e7a02a1819dddce5ab2a4d98\",\"manufacturer\":\"Chip Express\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 21:00\"}]', null, '6', null, '2025-04-30 21:00:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917564875663708161', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1\",\"deviceFunction\":\"PROM\",\"deviceMode\":\"R29793\",\"deviceName\":\"R29793\",\"deviceType\":\"Programmable Device\",\"experimentDate\":\"1999-2000\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"单粒子效应1(2)_1746016959462.xlsx\\\":\\\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/单粒子效应1(2)_1746016959462.xlsx\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/data.xlsx\\\",\\\"b082599a.pdf\\\":\\\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/b082599a.pdf\\\"}\",\"fileMap\":{\"单粒子效应1(2)_1746016959462.xlsx\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/单粒子效应1(2)_1746016959462.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/data.xlsx\",\"b082599a.pdf\":\"/oss/physical/NASA/01d04f627cbbb6aeea0fc5da0a111a19/b082599a.pdf\"},\"id\":\"01d04f627cbbb6aeea0fc5da0a111a19\",\"manufacturer\":\"Fairchild\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 21:01\"}]', null, '6', null, '2025-04-30 21:01:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917565802160295937', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9842\",\"deviceFunction\":\"36 MHz Xtal Osc.\",\"deviceMode\":\"QT22AC10M\",\"deviceName\":\"QT22AC10M\",\"deviceType\":\"Miscellaneous\",\"experimentDate\":\"4/21/1999\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/nsrec00_W21.pdf\\\",\\\"PPM-99-021.pdf\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/PPM-99-021.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/data.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/nsrec00_W21.pdf\",\"PPM-99-021.pdf\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/PPM-99-021.pdf\",\"data.xlsx\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/data.xlsx\"},\"id\":\"496549ac1a5527ccd82f4966af8af23f\",\"manufacturer\":\"Q-Tech\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 21:04\"}]', null, '5', null, '2025-04-30 21:04:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917566719383277569', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9842\",\"deviceFunction\":\"36 MHz Xtal Osc.\",\"deviceMode\":\"QT22AC10M\",\"deviceName\":\"QT22AC10M\",\"deviceType\":\"Miscellaneous\",\"experimentDate\":\"4/21/1999\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/nsrec00_W21.pdf\\\",\\\"PPM-99-021.pdf\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/PPM-99-021.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/data.xlsx\\\",\\\"电离总剂量效应6_1746018503707.xlsx\\\":\\\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/电离总剂量效应6_1746018503707.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/nsrec00_W21.pdf\",\"PPM-99-021.pdf\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/PPM-99-021.pdf\",\"data.xlsx\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/data.xlsx\",\"电离总剂量效应6_1746018503707.xlsx\":\"/oss/physical/NASA/496549ac1a5527ccd82f4966af8af23f/电离总剂量效应6_1746018503707.xlsx\"},\"id\":\"496549ac1a5527ccd82f4966af8af23f\",\"manufacturer\":\"Q-Tech\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 21:08\"}]', null, '6', null, '2025-04-30 21:08:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917566921129299970', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9703\",\"deviceFunction\":\"1:4 Clock Distrib\",\"deviceMode\":\"SY10EL15ZC\",\"deviceName\":\"SY10EL15ZC\",\"deviceType\":\"Clock Distrib\",\"experimentDate\":\"5/1/1999-5/5/1999\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/data.xlsx\\\",\\\"SY10EL15ZC_TID_1746018554443.xlsx\\\":\\\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/SY10EL15ZC_TID_1746018554443.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/data.xlsx\",\"SY10EL15ZC_TID_1746018554443.xlsx\":\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/SY10EL15ZC_TID_1746018554443.xlsx\"},\"id\":\"baefc2c258e28a4650939f26552f033e\",\"manufacturer\":\"Synergy\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:09\"}]', null, '8', null, '2025-04-30 21:09:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917568583520718850', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"未找到\",\"deviceFunction\":\"Quickswitch\",\"deviceMode\":\"QS3384\",\"deviceName\":\"QS3384\",\"deviceType\":\"Miscellaneous\",\"experimentDate\":\"8/16/1995;9/20/1995;7/15/1996\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"random6a.pdf\\\":\\\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/random6a.pdf\\\",\\\"tdqs3384.pdf\\\":\\\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/tdqs3384.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/data.xlsx\\\",\\\"b081695a.pdf\\\":\\\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/b081695a.pdf\\\",\\\"单粒子效应13_1746018949016.xlsx\\\":\\\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/单粒子效应13_1746018949016.xlsx\\\"}\",\"fileMap\":{\"random6a.pdf\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/random6a.pdf\",\"tdqs3384.pdf\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/tdqs3384.pdf\",\"data.xlsx\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/data.xlsx\",\"b081695a.pdf\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/b081695a.pdf\",\"单粒子效应13_1746018949016.xlsx\":\"/oss/physical/NASA/801734319c4af75b880b191cb478ee62/单粒子效应13_1746018949016.xlsx\"},\"id\":\"801734319c4af75b880b191cb478ee62\",\"manufacturer\":\"Quality Semi Inc\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 21:15\"}]', null, '7', null, '2025-04-30 21:15:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917569028272132097', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0927\",\"deviceFunction\":\"Silicon MMIC Amplifier\",\"deviceMode\":\"RAM-6+\",\"deviceName\":\"Bipolar\",\"deviceType\":\"射频/微波电路\",\"experimentDate\":\"2010.04.05-2010.06.04(TID);2010.01.29(SET))\",\"experimentUser\":\"王嘉兴\",\"id\":\"2858ef38854f93c9b7c53cd1a7d7e1e6\",\"manufacturer\":\"Mini-Circuits\",\"totalCountLhs\":202,\"totalCountNasa\":3,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 21:17\"}]', null, '5', null, '2025-04-30 21:17:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917569063927910402', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0927\",\"deviceFunction\":\"Silicon MMIC Amplifier\",\"deviceMode\":\"RAM-6+\",\"deviceName\":\"Bipolar\",\"deviceType\":\"射频/微波电路\",\"experimentDate\":\"2010.04.05-2010.06.04(TID);2010.01.29(SET))\",\"experimentUser\":\"王嘉兴\",\"id\":\"2858ef38854f93c9b7c53cd1a7d7e1e6\",\"manufacturer\":\"Mini-Circuits\",\"totalCountLhs\":202,\"totalCountNasa\":3,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 21:17\"}]', null, '8', null, '2025-04-30 21:17:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917569257385988097', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9822A\",\"deviceFunction\":\"D-Flip Flop\",\"deviceMode\":\"SY100EL31ZC\",\"deviceName\":\"SY100EL31ZC\",\"deviceType\":\"D-Flip Flop\",\"experimentDate\":\"1999\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/data.xlsx\\\",\\\"SY100EL31ZC_TID_1746019108726.xlsx\\\":\\\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/SY100EL31ZC_TID_1746019108726.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/data.xlsx\",\"SY100EL31ZC_TID_1746019108726.xlsx\":\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/SY100EL31ZC_TID_1746019108726.xlsx\"},\"id\":\"b7be21f20de7e943b6574d9e62390df8\",\"manufacturer\":\"Synergy\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:18\"}]', null, '9', null, '2025-04-30 21:18:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917569289367556097', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"未找到\",\"deviceFunction\":\"Camera Electronics Module\",\"deviceMode\":\"QI-SWIR-VGA15XS\",\"deviceName\":\"QI-SWIR-VGA15XS\",\"deviceType\":\"摄像头模块\",\"experimentDate\":\"9/1/2020\",\"experimentUser\":\"王嘉兴\",\"id\":\"b0127cec5f0d074a52ce54e1e31fe930\",\"manufacturer\":\"Semi Conductor Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 21:18\"}]', null, '7', null, '2025-04-30 21:18:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917569348972810242', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9822A\",\"deviceFunction\":\"D-Flip Flop\",\"deviceMode\":\"SY100EL31ZC\",\"deviceName\":\"SY100EL31ZC\",\"deviceType\":\"D-Flip Flop\",\"experimentDate\":\"1999\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/data.xlsx\\\",\\\"SY100EL31ZC_TID_1746019108726.xlsx\\\":\\\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/SY100EL31ZC_TID_1746019108726.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/data.xlsx\",\"SY100EL31ZC_TID_1746019108726.xlsx\":\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/SY100EL31ZC_TID_1746019108726.xlsx\"},\"id\":\"b7be21f20de7e943b6574d9e62390df8\",\"manufacturer\":\"Synergy\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:18\"}]', null, '7', null, '2025-04-30 21:18:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917569606545018882', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9838L\",\"deviceFunction\":\"5/3.3V Diff. Receiver\",\"deviceMode\":\"SY100EL16VZC\",\"deviceName\":\"SY100EL16VZC\",\"deviceType\":\"Differential Receiver\",\"experimentDate\":\"1999\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/data.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/data.xlsx\"},\"id\":\"2379518d6cffb4b3ca98c50213df7b1a\",\"manufacturer\":\"Synergy\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:19\"}]', null, '8', null, '2025-04-30 21:19:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917569883373277186', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NRL\",\"dataType\":\"nasa\",\"deviceBatch\":\"9611\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"QCPL6637\",\"deviceName\":\"QCPL6637\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"9/1998\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/nsrec00_W22.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/data.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/data.xlsx\"},\"id\":\"509c291157d5a5668d23094845e60a5b\",\"manufacturer\":\"HP\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 21:21\"}]', null, '7', null, '2025-04-30 21:21:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917570231676669953', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9838L\",\"deviceFunction\":\"5/3.3V Diff. Receiver\",\"deviceMode\":\"SY100EL16VZC\",\"deviceName\":\"SY100EL16VZC\",\"deviceType\":\"Differential Receiver\",\"experimentDate\":\"1999\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/data.xlsx\\\",\\\"SY100EL16VZC_TID_1746019344040.xlsx\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SY100EL16VZC_TID_1746019344040.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/data.xlsx\",\"SY100EL16VZC_TID_1746019344040.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SY100EL16VZC_TID_1746019344040.xlsx\"},\"id\":\"2379518d6cffb4b3ca98c50213df7b1a\",\"manufacturer\":\"Synergy\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:22\"}]', null, '8', null, '2025-04-30 21:22:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917570576494596098', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0918\",\"deviceFunction\":\"MMIC Amplifier\",\"deviceMode\":\"RAM-3+\",\"deviceName\":\"InGaP\",\"deviceType\":\"射频/微波电路\",\"experimentDate\":\"NRL10FEB;7/2011\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/nsrec2011_W5_TID.pdf\\\",\\\"NRL012910_RAM3.pdf\\\":\\\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/NRL012910_RAM3.pdf\\\",\\\"单粒子效应_1746019424819.xlsx\\\":\\\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/单粒子效应_1746019424819.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/nsrec2011_W5_TID.pdf\",\"NRL012910_RAM3.pdf\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/NRL012910_RAM3.pdf\",\"单粒子效应_1746019424819.xlsx\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/单粒子效应_1746019424819.xlsx\"},\"id\":\"2c944771fb790fc70bec6a0da1a5605f\",\"manufacturer\":\"Mini-Circuits\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 21:23\"}]', null, '9', null, '2025-04-30 21:23:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917570648443686913', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0918\",\"deviceFunction\":\"MMIC Amplifier\",\"deviceMode\":\"RAM-3+\",\"deviceName\":\"InGaP\",\"deviceType\":\"射频/微波电路\",\"experimentDate\":\"2010.01.29\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"单粒子效应_1746019424819.xlsx\\\":\\\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/单粒子效应_1746019424819.xlsx\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/nsrec2011_W5_TID.pdf\\\",\\\"NRL012910_RAM3.pdf\\\":\\\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/NRL012910_RAM3.pdf\\\"}\",\"fileMap\":{\"单粒子效应_1746019424819.xlsx\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/单粒子效应_1746019424819.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/nsrec2011_W5_TID.pdf\",\"NRL012910_RAM3.pdf\":\"/oss/physical/NASA/2c944771fb790fc70bec6a0da1a5605f/NRL012910_RAM3.pdf\"},\"id\":\"2c944771fb790fc70bec6a0da1a5605f\",\"manufacturer\":\"Mini-Circuits\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 21:24\"}]', null, '4', null, '2025-04-30 21:24:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917571113315176449', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NRL\",\"dataType\":\"nasa\",\"deviceBatch\":\"9611\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"QCPL6637\",\"deviceName\":\"QCPL6637\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"9/1998\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/nsrec00_W22.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/data.xlsx\\\",\\\"单粒子效应(3)_1746019552836.xlsx\\\":\\\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/单粒子效应(3)_1746019552836.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/data.xlsx\",\"单粒子效应(3)_1746019552836.xlsx\":\"/oss/physical/NASA/509c291157d5a5668d23094845e60a5b/单粒子效应(3)_1746019552836.xlsx\"},\"id\":\"509c291157d5a5668d23094845e60a5b\",\"manufacturer\":\"HP\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 21:25\"}]', null, '7', null, '2025-04-30 21:25:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917571203928920065', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1203, 1233; (16-007)\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"SW15-802\",\"deviceName\":\"SW15-802\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"11/16/2016\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\\\":\\\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"data.xlsx\":\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/data.xlsx\"},\"id\":\"779499027ac06ceedea79b4e48cb451a\",\"manufacturer\":\"Southwest Research Institute\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:26\"}]', null, '6', null, '2025-04-30 21:26:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917571912791461889', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"4Mbit SRAM\",\"deviceMode\":\"RAM\",\"deviceName\":\"SRAM\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"1992.06.24\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/data.xlsx\\\",\\\"62492.pdf\\\":\\\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/62492.pdf\\\",\\\"单粒子效应_1746019743976.xlsx\\\":\\\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/单粒子效应_1746019743976.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/data.xlsx\",\"62492.pdf\":\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/62492.pdf\",\"单粒子效应_1746019743976.xlsx\":\"/oss/physical/NASA/bf2c5e26502f35fc90fb266f3284c210/单粒子效应_1746019743976.xlsx\"},\"id\":\"bf2c5e26502f35fc90fb266f3284c210\",\"manufacturer\":\"Hitachi\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 21:29\"}]', null, '5', null, '2025-04-30 21:29:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917572248037986306', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"未找到\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"QCPL5729\",\"deviceName\":\"QCPL5729\",\"deviceType\":\"Optocoupler\",\"experimentDate\":\"9/1998\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/b39a0a445f1d6c875f3961b314c24bbf/nsrec00_W22.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b39a0a445f1d6c875f3961b314c24bbf/data.xlsx\\\",\\\"单粒子效应(4)_1746019823771.xlsx\\\":\\\"/oss/physical/NASA/b39a0a445f1d6c875f3961b314c24bbf/单粒子效应(4)_1746019823771.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/b39a0a445f1d6c875f3961b314c24bbf/nsrec00_W22.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b39a0a445f1d6c875f3961b314c24bbf/data.xlsx\",\"单粒子效应(4)_1746019823771.xlsx\":\"/oss/physical/NASA/b39a0a445f1d6c875f3961b314c24bbf/单粒子效应(4)_1746019823771.xlsx\"},\"id\":\"b39a0a445f1d6c875f3961b314c24bbf\",\"manufacturer\":\"HP\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 21:30\"}]', null, '5', null, '2025-04-30 21:30:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917572280338321410', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"450 V n-type power MOSFET\",\"deviceMode\":\"SCF9550\",\"deviceName\":\"SCF9550\",\"deviceType\":\"晶体管\",\"experimentDate\":\"TAMU10DEC\",\"experimentUser\":\"孙家诚\",\"fileList\":\"{\\\"单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\\\":\\\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/data.xlsx\\\",\\\"T120510_SCF9550.pdf\\\":\\\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/T120510_SCF9550.pdf\\\"}\",\"fileMap\":{\"单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/单粒子效应nsrec2011_W6_SEE_1745997281714.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/data.xlsx\",\"T120510_SCF9550.pdf\":\"/oss/physical/NASA/52eb52ba0d9db939a5c049ce0605dda0/T120510_SCF9550.pdf\"},\"id\":\"52eb52ba0d9db939a5c049ce0605dda0\",\"manufacturer\":\"SEMICOA\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:30\"}]', null, '9', null, '2025-04-30 21:30:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917573375219437569', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"12-060\",\"deviceFunction\":\"250 V N-type MOSFET\",\"deviceMode\":\"RAD7264\",\"deviceName\":\"VDMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2012.08.20-2013.01.29\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"T082112_RAD7264.pdf\\\":\\\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/T082112_RAD7264.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/data.xlsx\\\",\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/nsrec2013_W8_SEE.pdf\\\"}\",\"fileMap\":{\"T082112_RAD7264.pdf\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/T082112_RAD7264.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/nsrec2013_W8_SEE.pdf\"},\"id\":\"fe6fd99347aefd249f50182664f5cd0a\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":31,\"totalCountNasa\":5,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 21:34\"}]', null, '4', null, '2025-04-30 21:34:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917573782721236993', '2', 'NASA数据管理-编辑', '3', 'dushuaibin', '杜帅彬', '119.78.164.167', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"12-060\",\"deviceFunction\":\"250 V N-type MOSFET\",\"deviceMode\":\"RAD7264\",\"deviceName\":\"VDMOS\",\"deviceType\":\"晶体管\",\"experimentDate\":\"2012.08.20-2013.01.29\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"T082112_RAD7264.pdf\\\":\\\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/T082112_RAD7264.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/data.xlsx\\\",\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/nsrec2013_W8_SEE.pdf\\\",\\\"单粒子效应_1746020179360.xlsx\\\":\\\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/单粒子效应_1746020179360.xlsx\\\"}\",\"fileMap\":{\"T082112_RAD7264.pdf\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/T082112_RAD7264.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/nsrec2013_W8_SEE.pdf\",\"单粒子效应_1746020179360.xlsx\":\"/oss/physical/NASA/fe6fd99347aefd249f50182664f5cd0a/单粒子效应_1746020179360.xlsx\"},\"id\":\"fe6fd99347aefd249f50182664f5cd0a\",\"manufacturer\":\"Aeroflex\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"dushuaibin\",\"updateTime\":\"2025-04-30 21:36\"}]', null, '8', null, '2025-04-30 21:36:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917573829269622785', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1203, 1233; (16-007)\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"SW15-802\",\"deviceName\":\"SW15-802\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"11/16/2016\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\\\":\\\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/data.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"data.xlsx\":\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/data.xlsx\"},\"id\":\"779499027ac06ceedea79b4e48cb451a\",\"manufacturer\":\"Southwest Research Institute\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:36\"}]', null, '7', null, '2025-04-30 21:36:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917574469119086594', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9314\",\"deviceFunction\":\"16 Mbit DRAM (5V)\",\"deviceMode\":\"Q02L00JQ\",\"deviceName\":\"Q02L00JQ\",\"deviceType\":\"RAM (Random Access Memory)\",\"experimentDate\":\"9/20/1996\",\"experimentUser\":\"王嘉兴\",\"fileList\":\"{\\\"PPM-96-009.pdf\\\":\\\"/oss/physical/NASA/9242468be23c4bec3137e2f4c7454f73/PPM-96-009.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9242468be23c4bec3137e2f4c7454f73/data.xlsx\\\",\\\"电离总剂量效应7(2)_1746020345271.xlsx\\\":\\\"/oss/physical/NASA/9242468be23c4bec3137e2f4c7454f73/电离总剂量效应7(2)_1746020345271.xlsx\\\"}\",\"fileMap\":{\"PPM-96-009.pdf\":\"/oss/physical/NASA/9242468be23c4bec3137e2f4c7454f73/PPM-96-009.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9242468be23c4bec3137e2f4c7454f73/data.xlsx\",\"电离总剂量效应7(2)_1746020345271.xlsx\":\"/oss/physical/NASA/9242468be23c4bec3137e2f4c7454f73/电离总剂量效应7(2)_1746020345271.xlsx\"},\"id\":\"9242468be23c4bec3137e2f4c7454f73\",\"manufacturer\":\"IBM\",\"totalCountLhs\":6,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 21:39\"}]', null, '5', null, '2025-04-30 21:39:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917574546990534657', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9838L\",\"deviceFunction\":\"5/3.3V Diff. Receiver\",\"deviceMode\":\"SY100EL16VZC\",\"deviceName\":\"SY100EL16VZC\",\"deviceType\":\"Differential Receiver\",\"experimentDate\":\"1999\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/data.xlsx\\\",\\\"SY100EL16VZC_TID_1746019344040.xlsx\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SY100EL16VZC_TID_1746019344040.xlsx\\\",\\\"SW15-802_TID_1746020372075.xlsx\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SW15-802_TID_1746020372075.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/data.xlsx\",\"SY100EL16VZC_TID_1746019344040.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SY100EL16VZC_TID_1746019344040.xlsx\",\"SW15-802_TID_1746020372075.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SW15-802_TID_1746020372075.xlsx\"},\"id\":\"2379518d6cffb4b3ca98c50213df7b1a\",\"manufacturer\":\"Synergy\",\"totalCountLhs\":8,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:39\"}]', null, '10', null, '2025-04-30 21:39:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917574624484495362', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1203, 1233; (16-007)\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"SW15-802\",\"deviceName\":\"SW15-802\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"11/16/2016\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\\\":\\\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/data.xlsx\\\",\\\"SW15-802_TID_1746020391111.xlsx\\\":\\\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/SW15-802_TID_1746020391111.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"data.xlsx\":\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/data.xlsx\",\"SW15-802_TID_1746020391111.xlsx\":\"/oss/physical/NASA/779499027ac06ceedea79b4e48cb451a/SW15-802_TID_1746020391111.xlsx\"},\"id\":\"779499027ac06ceedea79b4e48cb451a\",\"manufacturer\":\"Southwest Research Institute\",\"totalCountLhs\":8,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:39\"}]', null, '7', null, '2025-04-30 21:39:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917574657669828610', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9838L\",\"deviceFunction\":\"5/3.3V Diff. Receiver\",\"deviceMode\":\"SY100EL16VZC\",\"deviceName\":\"SY100EL16VZC\",\"deviceType\":\"Differential Receiver\",\"experimentDate\":\"1999\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"SW15-802_TID_1746020372075.xlsx\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SW15-802_TID_1746020372075.xlsx\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/data.xlsx\\\",\\\"SY100EL16VZC_TID_1746019344040.xlsx\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SY100EL16VZC_TID_1746019344040.xlsx\\\"}\",\"fileMap\":{\"SW15-802_TID_1746020372075.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SW15-802_TID_1746020372075.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/data.xlsx\",\"SY100EL16VZC_TID_1746019344040.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SY100EL16VZC_TID_1746019344040.xlsx\"},\"id\":\"2379518d6cffb4b3ca98c50213df7b1a\",\"manufacturer\":\"Synergy\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:39\"}]', null, '5', null, '2025-04-30 21:40:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917574824745734146', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"未找到\",\"deviceFunction\":\"Processor 550,650,700,800,850,933,1200,1000MHz\",\"deviceMode\":\"Pentium III\",\"deviceName\":\"Pentium III\",\"deviceType\":\"Processor\",\"experimentDate\":\"7/19/2001;6/1/2000;12/1/2000;3/1/2001;5/1/2001;10/12/2001;2/8/2002;7/19/2002;9/1/2002,4/22/2002\",\"experimentUser\":\"王嘉兴\",\"id\":\"490e97009a66f0c7c5889f7b766be078\",\"manufacturer\":\"Intel\",\"totalCountLhs\":7,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 21:40\"}]', null, '6', null, '2025-04-30 21:40:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917575114689581058', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9838L\",\"deviceFunction\":\"5/3.3V Diff. Receiver\",\"deviceMode\":\"SY100EL16VZC\",\"deviceName\":\"SY100EL16VZC\",\"deviceType\":\"Differential Receiver\",\"experimentDate\":\"1999\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"SW15-802_TID_1746020372075.xlsx\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SW15-802_TID_1746020372075.xlsx\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/data.xlsx\\\",\\\"SY100EL16VZC_TID_1746019344040(1)_1746020507679.xlsx\\\":\\\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SY100EL16VZC_TID_1746019344040(1)_1746020507679.xlsx\\\"}\",\"fileMap\":{\"SW15-802_TID_1746020372075.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SW15-802_TID_1746020372075.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/data.xlsx\",\"SY100EL16VZC_TID_1746019344040(1)_1746020507679.xlsx\":\"/oss/physical/NASA/2379518d6cffb4b3ca98c50213df7b1a/SY100EL16VZC_TID_1746019344040(1)_1746020507679.xlsx\"},\"id\":\"2379518d6cffb4b3ca98c50213df7b1a\",\"manufacturer\":\"Synergy\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:41\"}]', null, '5', null, '2025-04-30 21:41:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917575938614464514', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9822A\",\"deviceFunction\":\"D-Flip Flop\",\"deviceMode\":\"SY100EL31ZC\",\"deviceName\":\"SY100EL31ZC\",\"deviceType\":\"D-Flip Flop\",\"experimentDate\":\"1999\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/data.xlsx\\\",\\\"SY100EL31ZC_TID_1746020702528.xlsx\\\":\\\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/SY100EL31ZC_TID_1746020702528.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/data.xlsx\",\"SY100EL31ZC_TID_1746020702528.xlsx\":\"/oss/physical/NASA/b7be21f20de7e943b6574d9e62390df8/SY100EL31ZC_TID_1746020702528.xlsx\"},\"id\":\"b7be21f20de7e943b6574d9e62390df8\",\"manufacturer\":\"Synergy\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:45\"}]', null, '4', null, '2025-04-30 21:45:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917576290080362497', '2', 'NASA数据管理-编辑', '3', 'wangjiaxing', '王嘉兴', '119.78.164.148', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"未找到\",\"deviceFunction\":\"Processor 550,650,700,800,850,933,1200,1000MHz\",\"deviceMode\":\"Pentium III\",\"deviceName\":\"Pentium III\",\"deviceType\":\"Processor\",\"experimentDate\":\"7/19/2001;6/1/2000;12/1/2000;3/1/2001;5/1/2001;10/12/2001;2/8/2002;7/19/2002;9/1/2002,4/22/2002\",\"experimentUser\":\"王嘉兴\",\"id\":\"490e97009a66f0c7c5889f7b766be078\",\"manufacturer\":\"Intel\",\"totalCountLhs\":7,\"totalCountNasa\":1,\"updateBy\":\"wangjiaxing\",\"updateTime\":\"2025-04-30 21:46\"}]', null, '6', null, '2025-04-30 21:46:29', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917576450403438593', '1', '用户名: liujunling,登录成功!', null, 'liujunling', '刘俊灵', '119.78.164.172', null, null, null, null, '0', null, '2025-04-30 21:47:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917576567588098049', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9703\",\"deviceFunction\":\"1:4 Clock Distrib\",\"deviceMode\":\"SY10EL15ZC\",\"deviceName\":\"SY10EL15ZC\",\"deviceType\":\"Clock Distrib\",\"experimentDate\":\"5/1/1999-5/5/1999\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/data.xlsx\\\",\\\"SY10EL15ZC_TID(2)_1746020853324.xlsx\\\":\\\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/SY10EL15ZC_TID(2)_1746020853324.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/data.xlsx\",\"SY10EL15ZC_TID(2)_1746020853324.xlsx\":\"/oss/physical/NASA/baefc2c258e28a4650939f26552f033e/SY10EL15ZC_TID(2)_1746020853324.xlsx\"},\"id\":\"baefc2c258e28a4650939f26552f033e\",\"manufacturer\":\"Synergy\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:47\"}]', null, '8', null, '2025-04-30 21:47:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917577290153431041', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0123\",\"deviceFunction\":\"Myrinet Serializer Deserializer MYRI2K\",\"deviceMode\":\"SerDeSer\",\"deviceName\":\"SerDeSer\",\"deviceType\":\"Communication Device\",\"experimentDate\":\"11/26/2001;7/19/2002\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NSREC02_W16.pdf\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W16.pdf\\\",\\\"D112601_Myrinet.pdf\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/D112601_Myrinet.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/data.xlsx\\\",\\\"NSREC02_W8.pdf\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W8.pdf\\\",\\\"SerDeSer_SEE_1746021024856.xlsx\\\":\\\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/SerDeSer_SEE_1746021024856.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W16.pdf\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W16.pdf\",\"D112601_Myrinet.pdf\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/D112601_Myrinet.pdf\",\"data.xlsx\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/data.xlsx\",\"NSREC02_W8.pdf\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/NSREC02_W8.pdf\",\"SerDeSer_SEE_1746021024856.xlsx\":\"/oss/physical/NASA/279b67551e87734508dab102ad27a38a/SerDeSer_SEE_1746021024856.xlsx\"},\"id\":\"279b67551e87734508dab102ad27a38a\",\"manufacturer\":\"Myricom\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:50\"}]', null, '5', null, '2025-04-30 21:50:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917577862063558658', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"30849A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH310\",\"deviceName\":\"RH310\",\"deviceType\":\"晶体管\",\"experimentDate\":\"7/2011\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID.pdf\\\",\\\"总剂量效应_1746021161940.xlsx\\\":\\\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/总剂量效应_1746021161940.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/nsrec2011_W5_TID.pdf\",\"总剂量效应_1746021161940.xlsx\":\"/oss/physical/NASA/fbd3d84e95a35f350e214fffc835d95a/总剂量效应_1746021161940.xlsx\"},\"id\":\"fbd3d84e95a35f350e214fffc835d95a\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 21:52\"}]', null, '4', null, '2025-04-30 21:52:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917577963972562945', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"NVM 4Mb Flash EEPROM\",\"deviceMode\":\"Si Nano-Crystal Test Chip\",\"deviceName\":\"Si Nano-Crystal Test Chip\",\"deviceType\":\"CMOS\",\"experimentDate\":\"6/3/2004;12/18/2004;2/24/2004\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/data.xlsx\\\",\\\"T022204_Motorola.pdf\\\":\\\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/T022204_Motorola.pdf\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/nsrec05_W5.pdf\\\",\\\"SiNano-CrystalTestChip_SEE_1746021187094.xlsx\\\":\\\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/SiNano-CrystalTestChip_SEE_1746021187094.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/data.xlsx\",\"T022204_Motorola.pdf\":\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/T022204_Motorola.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/nsrec05_W5.pdf\",\"SiNano-CrystalTestChip_SEE_1746021187094.xlsx\":\"/oss/physical/NASA/42aa2dc0b4e0a117cbefedbc5d643fe3/SiNano-CrystalTestChip_SEE_1746021187094.xlsx\"},\"id\":\"42aa2dc0b4e0a117cbefedbc5d643fe3\",\"manufacturer\":\"Freescale\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:53\"}]', null, '8', null, '2025-04-30 21:53:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917578141949464577', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"512k x 8 NV Memory\",\"deviceMode\":\"Si-Nano NVMs\",\"deviceName\":\"Si-Nano NVMs\",\"deviceType\":\"CMOS nano-crystal\",\"experimentDate\":\"2/22/2004;6/22/2004\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/nsrec04_SEE.pdf\\\",\\\"T022204_Motorola.pdf\\\":\\\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/T022204_Motorola.pdf\\\",\\\"Si-Nano_NVMs_SEE_1746015791859_1746021223951.xlsx\\\":\\\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/Si-Nano_NVMs_SEE_1746015791859_1746021223951.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/nsrec04_SEE.pdf\",\"T022204_Motorola.pdf\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/T022204_Motorola.pdf\",\"Si-Nano_NVMs_SEE_1746015791859_1746021223951.xlsx\":\"/oss/physical/NASA/c2569556912374ca1865dad2a8b61b83/Si-Nano_NVMs_SEE_1746015791859_1746021223951.xlsx\"},\"id\":\"c2569556912374ca1865dad2a8b61b83\",\"manufacturer\":\"Motorola\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:53\"}]', null, '7', null, '2025-04-30 21:53:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917578172840513538', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"DSP\",\"deviceMode\":\"RH21020\",\"deviceName\":\"RH21020\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"9/1/1998;10/1/1998;11/30/1999\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/NSREC99.pdf\\\",\\\"总剂量效应_1746021231834.xlsx\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/总剂量效应_1746021231834.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/NSREC99.pdf\",\"总剂量效应_1746021231834.xlsx\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/总剂量效应_1746021231834.xlsx\"},\"id\":\"e0f87ecc24edb605eb371eb37197112e\",\"manufacturer\":\"Lockheed-Martin\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 21:53\"}]', null, '6', null, '2025-04-30 21:53:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917578423123021826', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1814\",\"deviceName\":\"RH1814\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"8/21/2019\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/data.xlsx\\\",\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\":\\\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\",\\\"单粒子效应_1746021296462.xlsx\\\":\\\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/单粒子效应_1746021296462.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/data.xlsx\",\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"单粒子效应_1746021296462.xlsx\":\"/oss/physical/NASA/a177971da409d5125062a648902ba7b5/单粒子效应_1746021296462.xlsx\"},\"id\":\"a177971da409d5125062a648902ba7b5\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 21:54\"}]', null, '4', null, '2025-04-30 21:54:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917578482627612673', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"19-019\",\"deviceFunction\":\"1.8V P-channel Power MOSFET\",\"deviceMode\":\"Si1013R\",\"deviceName\":\"Si1013R\",\"deviceType\":\"TrenchFET\",\"experimentDate\":\"8/28/2018\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\":\\\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/data.xlsx\\\",\\\"Si1013R_SEE_1746021310885.xlsx\\\":\\\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/Si1013R_SEE_1746021310885.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/NEPP-CP-2019-Topper-NSREC-Paper-TID-SEE-DD-Compendium-NSREC-TN70538.pdf\",\"data.xlsx\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/data.xlsx\",\"Si1013R_SEE_1746021310885.xlsx\":\"/oss/physical/NASA/124e0c85f277a5ee75df5589b95f1b92/Si1013R_SEE_1746021310885.xlsx\"},\"id\":\"124e0c85f277a5ee75df5589b95f1b92\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:55\"}]', null, '8', null, '2025-04-30 21:55:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917578778611257345', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"(16-030)\",\"deviceFunction\":\"60V n-channel Power MOSFET\",\"deviceMode\":\"Si7414DN-T1-E3\",\"deviceName\":\"Si7414DN-T1-E3\",\"deviceType\":\"TrenchFET\",\"experimentDate\":\"8/1/2016(TAMU); 10/15/2016(MGH); 11/7/2016(LBNL); 3/22/2017(TAMU); 2018Aug(Provision)\",\"experimentUser\":\"陈攀\",\"id\":\"d3110a7b00057cfcc915969f03388c1d\",\"manufacturer\":\"Vishay\",\"totalCountLhs\":9,\"totalCountNasa\":8,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:56\"}]', null, '6', null, '2025-04-30 21:56:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917579023084654594', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"XX\",\"deviceFunction\":\"DSP\",\"deviceMode\":\"RH21020\",\"deviceName\":\"RH21020\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"9/1/1998;10/1/1998;11/30/1999\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/data.xlsx\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/NSREC99.pdf\\\",\\\"位移损伤效应_1746021437275.xlsx\\\":\\\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/位移损伤效应_1746021437275.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/data.xlsx\",\"NSREC99.pdf\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/NSREC99.pdf\",\"位移损伤效应_1746021437275.xlsx\":\"/oss/physical/NASA/e0f87ecc24edb605eb371eb37197112e/位移损伤效应_1746021437275.xlsx\"},\"id\":\"e0f87ecc24edb605eb371eb37197112e\",\"manufacturer\":\"Lockheed-Martin\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 21:57\"}]', null, '7', null, '2025-04-30 21:57:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917579114528870402', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"ZZ W54B ,AB W08B\",\"deviceFunction\":\"200 V p-type Power MOSFET\",\"deviceMode\":\"Si7431DP\",\"deviceName\":\"Si7431DP\",\"deviceType\":\"p-type Trench Power MOSFET\",\"experimentDate\":\"23 January 2011-28 March 2011\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/data.xlsx\\\",\\\"LBNL012100_LBNL032811_Si7431DP.pdf\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/LBNL012100_LBNL032811_Si7431DP.pdf\\\",\\\"Si7431DP_SEE_1746021459505.xlsx\\\":\\\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/Si7431DP_SEE_1746021459505.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/data.xlsx\",\"LBNL012100_LBNL032811_Si7431DP.pdf\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/LBNL012100_LBNL032811_Si7431DP.pdf\",\"Si7431DP_SEE_1746021459505.xlsx\":\"/oss/physical/NASA/ebff0f4b5db1e35b1d6bf30eabd8069c/Si7431DP_SEE_1746021459505.xlsx\"},\"id\":\"ebff0f4b5db1e35b1d6bf30eabd8069c\",\"manufacturer\":\"Vishay Intertechnology\",\"totalCountLhs\":20,\"totalCountNasa\":10,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:57\"}]', null, '9', null, '2025-04-30 21:57:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917579257290395649', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0220\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1499\",\"deviceName\":\"RH1499\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"6/18/2006\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/data.xlsx\\\",\\\"L061806_RH1499.pdf\\\":\\\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/L061806_RH1499.pdf\\\",\\\"单粒子效应_1746021492236.xlsx\\\":\\\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/单粒子效应_1746021492236.xlsx\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/data.xlsx\",\"L061806_RH1499.pdf\":\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/L061806_RH1499.pdf\",\"单粒子效应_1746021492236.xlsx\":\"/oss/physical/NASA/b6a8afec1e1d991cada2b9f7593b890e/单粒子效应_1746021492236.xlsx\"},\"id\":\"b6a8afec1e1d991cada2b9f7593b890e\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 21:58\"}]', null, '8', null, '2025-04-30 21:58:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917579461628497921', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9QZ\",\"deviceFunction\":\"12 V p-type Power MOSFET\",\"deviceMode\":\"SiB455EDK\",\"deviceName\":\"SiB455EDK\",\"deviceType\":\"Trench\",\"experimentDate\":\"TAMU10AUG;20100818\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"T081810_SiB455EDK.pdf\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/T081810_SiB455EDK.pdf\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/data.xlsx\\\",\\\"SiB455EDK_SEE_1746021532401.xlsx\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/SiB455EDK_SEE_1746021532401.xlsx\\\"}\",\"fileMap\":{\"T081810_SiB455EDK.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/T081810_SiB455EDK.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/data.xlsx\",\"SiB455EDK_SEE_1746021532401.xlsx\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/SiB455EDK_SEE_1746021532401.xlsx\"},\"id\":\"4319ee35f64a956c4e9589be20231c40\",\"manufacturer\":\"Vishay Intertechnology\",\"totalCountLhs\":20,\"totalCountNasa\":11,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:59\"}]', null, '4', null, '2025-04-30 21:59:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917579599956643842', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0235A\",\"deviceFunction\":\"Negative Adjustable Regulator\",\"deviceMode\":\"RH137H\",\"deviceName\":\"RH137H\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"5/23/2006\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/data.xlsx\\\",\\\"T052306_RH137.pdf\\\":\\\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/T052306_RH137.pdf\\\",\\\"单粒子效应_1746021576778.xlsx\\\":\\\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/单粒子效应_1746021576778.xlsx\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/data.xlsx\",\"T052306_RH137.pdf\":\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/T052306_RH137.pdf\",\"单粒子效应_1746021576778.xlsx\":\"/oss/physical/NASA/c147b63bab954be3ef9cf1a0d02fb1c8/单粒子效应_1746021576778.xlsx\"},\"id\":\"c147b63bab954be3ef9cf1a0d02fb1c8\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 21:59\"}]', null, '5', null, '2025-04-30 21:59:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917579668214747137', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9QZ\",\"deviceFunction\":\"12 V p-type Power MOSFET\",\"deviceMode\":\"SiB455EDK\",\"deviceName\":\"SiB455EDK\",\"deviceType\":\"Trench\",\"experimentDate\":\"TAMU10AUG;20100818\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"T081810_SiB455EDK.pdf\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/T081810_SiB455EDK.pdf\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/data.xlsx\\\",\\\"SiB455EDK_SEE(2)_1746021593426.xlsx\\\":\\\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/SiB455EDK_SEE(2)_1746021593426.xlsx\\\"}\",\"fileMap\":{\"T081810_SiB455EDK.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/T081810_SiB455EDK.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/data.xlsx\",\"SiB455EDK_SEE(2)_1746021593426.xlsx\":\"/oss/physical/NASA/4319ee35f64a956c4e9589be20231c40/SiB455EDK_SEE(2)_1746021593426.xlsx\"},\"id\":\"4319ee35f64a956c4e9589be20231c40\",\"manufacturer\":\"Vishay Intertechnology\",\"totalCountLhs\":20,\"totalCountNasa\":11,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 21:59\"}]', null, '6', null, '2025-04-30 21:59:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917579831570305025', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9714A\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"RH1086\",\"deviceName\":\"RH1086\",\"deviceType\":\"晶体管\",\"experimentDate\":\"NRL08NOV\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"NRL110608_RH1086.pdf\\\":\\\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/NRL110608_RH1086.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/data.xlsx\\\",\\\"nsrec09_W12_SEE.pdf\\\":\\\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/nsrec09_W12_SEE.pdf\\\",\\\"单粒子效应_1746021630383.xlsx\\\":\\\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/单粒子效应_1746021630383.xlsx\\\"}\",\"fileMap\":{\"NRL110608_RH1086.pdf\":\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/NRL110608_RH1086.pdf\",\"data.xlsx\":\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/nsrec09_W12_SEE.pdf\",\"单粒子效应_1746021630383.xlsx\":\"/oss/physical/NASA/728ea11dc315c17e70cb9d9fe66008c9/单粒子效应_1746021630383.xlsx\"},\"id\":\"728ea11dc315c17e70cb9d9fe66008c9\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:00\"}]', null, '8', null, '2025-04-30 22:00:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917580098760052738', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0325A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1078W\",\"deviceName\":\"RH1078W\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"2016年11月22日\",\"experimentUser\":\"刘俊灵\",\"id\":\"6cd91fdd30d36a4e3e78ee30af254ac4\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:01\"}]', null, '5', null, '2025-04-30 22:01:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917580332714135553', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0921A\",\"deviceFunction\":\"JFET Input Operational Amplifier\",\"deviceMode\":\"RH1056A\",\"deviceName\":\"RH1056A\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"7/2011\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/nsrec2011_W5_TID.pdf\\\",\\\"电离总剂量效应_1746021750057.xlsx\\\":\\\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/电离总剂量效应_1746021750057.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/nsrec2011_W5_TID.pdf\",\"电离总剂量效应_1746021750057.xlsx\":\"/oss/physical/NASA/beb05d0efec00dc299290a3c4968e9b0/电离总剂量效应_1746021750057.xlsx\"},\"id\":\"beb05d0efec00dc299290a3c4968e9b0\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:02\"}]', null, '9', null, '2025-04-30 22:02:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917580523907289089', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0741A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1078MH\",\"deviceName\":\"RH1078MH\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"_2015\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\":\\\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/data.xlsx\\\",\\\"电离总剂量效应_1746021795579.xlsx\\\":\\\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/电离总剂量效应_1746021795579.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\":\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/NEPP-CP-2016-Campola-NEPPweb-NSREC-TID-DW-Paper-TN46002.pdf\",\"data.xlsx\":\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/data.xlsx\",\"电离总剂量效应_1746021795579.xlsx\":\"/oss/physical/NASA/b838ad272c77f12996d06ad01c9ea852/电离总剂量效应_1746021795579.xlsx\"},\"id\":\"b838ad272c77f12996d06ad01c9ea852\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:03\"}]', null, '5', null, '2025-04-30 22:03:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917580713137508354', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0741A; (A224)/0325A; (A224)\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1078\",\"deviceName\":\"RH1078\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"2016.11.22\",\"experimentUser\":\"刘俊灵\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/data.xlsx\",\"NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\":\"/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/NEPP-CP-2017-Topper-NSREC-Data-Workshop-Paper-TN45573.pdf\",\"NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\":\"/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/NEPP-CP-2015-Campola-Paper-DW-NSREC-TN24941.pdf\",\"电离总剂量效应_1746021840238.xlsx\":\"/oss/physical/NASA/5811aa0f82a3e62f86c9d7c1d197f432/电离总剂量效应_1746021840238.xlsx\"},\"id\":\"5811aa0f82a3e62f86c9d7c1d197f432\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:04\"}]', null, '8', null, '2025-04-30 22:04:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917581061067608066', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0123A\",\"deviceFunction\":\"Precision 5V Reference\",\"deviceMode\":\"RH1021CMW-5\",\"deviceName\":\"RH1021CMW-5\",\"deviceType\":\"电源\",\"experimentDate\":\"20090101;7/2010\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/nsrec09_W13_TID.pdf\\\",\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/data.xlsx\\\",\\\"VdG09JAN_RH1021CMW_na.pdf\\\":\\\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/VdG09JAN_RH1021CMW_na.pdf\\\",\\\"电离总剂量效应_1746021922986.xlsx\\\":\\\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/电离总剂量效应_1746021922986.xlsx\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/nsrec09_W13_TID.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/data.xlsx\",\"VdG09JAN_RH1021CMW_na.pdf\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/VdG09JAN_RH1021CMW_na.pdf\",\"电离总剂量效应_1746021922986.xlsx\":\"/oss/physical/NASA/e10547466eb0fd464909f1e19da6beb4/电离总剂量效应_1746021922986.xlsx\"},\"id\":\"e10547466eb0fd464909f1e19da6beb4\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:05\"}]', null, '7', null, '2025-04-30 22:05:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917581235059920898', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9783A\",\"deviceFunction\":\"Precision 5V Reference\",\"deviceMode\":\"RH1021CMH-5\",\"deviceName\":\"RH1021CMH-5\",\"deviceType\":\"电源\",\"experimentDate\":\"20090101;7/2010\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec09_W13_TID.pdf\\\":\\\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/nsrec09_W13_TID.pdf\\\",\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/data.xlsx\\\",\\\"VdG09JAN_RH1021CMH_na.pdf\\\":\\\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/VdG09JAN_RH1021CMH_na.pdf\\\",\\\"电离总剂量效应_1746021963190.xlsx\\\":\\\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/电离总剂量效应_1746021963190.xlsx\\\"}\",\"fileMap\":{\"nsrec09_W13_TID.pdf\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/nsrec09_W13_TID.pdf\",\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/data.xlsx\",\"VdG09JAN_RH1021CMH_na.pdf\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/VdG09JAN_RH1021CMH_na.pdf\",\"电离总剂量效应_1746021963190.xlsx\":\"/oss/physical/NASA/85e7f8aa46ee62eb60b42a5952ef2f75/电离总剂量效应_1746021963190.xlsx\"},\"id\":\"85e7f8aa46ee62eb60b42a5952ef2f75\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:06\"}]', null, '4', null, '2025-04-30 22:06:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917581388424646657', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1430A; (19-008)\",\"deviceFunction\":\"Voltage Reference\",\"deviceMode\":\"RH1021BMH-10\",\"deviceName\":\"RH1021BMH-10\",\"deviceType\":\"电源\",\"experimentDate\":\"8/23/2019\",\"experimentUser\":\"刘俊灵\",\"id\":\"23cfc0ceb9880a0100d646610e606065\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:06\"}]', null, '4', null, '2025-04-30 22:06:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917581723797000194', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0940A\",\"deviceFunction\":\"5V Voltage Reference\",\"deviceMode\":\"RH1021\",\"deviceName\":\"RH1021\",\"deviceType\":\"电源\",\"experimentDate\":\"7/2011\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/nsrec2011_W5_TID.pdf\\\",\\\"位移损伤效应_1746022047017.xlsx\\\":\\\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/位移损伤效应_1746022047017.xlsx\\\",\\\"电离总剂量效应_1746022076477.xlsx\\\":\\\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/电离总剂量效应_1746022076477.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/nsrec2011_W5_TID.pdf\",\"位移损伤效应_1746022047017.xlsx\":\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/位移损伤效应_1746022047017.xlsx\",\"电离总剂量效应_1746022076477.xlsx\":\"/oss/physical/NASA/718c36b9d1aaa49389a6738a2c0d358f/电离总剂量效应_1746022076477.xlsx\"},\"id\":\"718c36b9d1aaa49389a6738a2c0d358f\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:08\"}]', null, '8', null, '2025-04-30 22:08:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917581908920995842', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"883426.1\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1014MW\",\"deviceName\":\"RH1014MW\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"7/5/2019-to-12/30/2019\",\"experimentUser\":\"刘俊灵\",\"id\":\"88e483e35fc11c374272d2f5680a854c\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:08\"}]', null, '8', null, '2025-04-30 22:08:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917582063648870402', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0305A/0337A\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1013MJ8\",\"deviceName\":\"RH1013MJ8\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"7/2011; 2014; 2015\",\"experimentUser\":\"刘俊灵·\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/data.xlsx\\\",\\\"nsrec2011_W5_TID.pdf\\\":\\\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/nsrec2011_W5_TID.pdf\\\",\\\"电离总剂量效应_1746022161719.xlsx\\\":\\\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/电离总剂量效应_1746022161719.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/data.xlsx\",\"nsrec2011_W5_TID.pdf\":\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/nsrec2011_W5_TID.pdf\",\"电离总剂量效应_1746022161719.xlsx\":\"/oss/physical/NASA/54e7065fb30d055a53da46baf0c334c8/电离总剂量效应_1746022161719.xlsx\"},\"id\":\"54e7065fb30d055a53da46baf0c334c8\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":25,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:09\"}]', null, '5', null, '2025-04-30 22:09:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917582257027256321', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Dual precision Operational Amplifier\",\"deviceMode\":\"RH1013MH\",\"deviceName\":\"RH1013MH\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"6/2009; 7/2011; 2014; 2015\",\"experimentUser\":\"刘俊灵\",\"id\":\"09e7edc50ed5a435d5365a2cf42a207f\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:10\"}]', null, '10', null, '2025-04-30 22:10:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917582400111742978', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0202\",\"deviceFunction\":\"Analog Switch\",\"deviceMode\":\"SW06\",\"deviceName\":\"SW06\",\"deviceType\":\"Analog Switch\",\"experimentDate\":\"11/2005\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"G05NOV_SW06_TID.pdf\\\":\\\"/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/G05NOV_SW06_TID.pdf\\\",\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/data.xlsx\\\",\\\"SW06_TID_1746022240526.xlsx\\\":\\\"/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/SW06_TID_1746022240526.xlsx\\\"}\",\"fileMap\":{\"G05NOV_SW06_TID.pdf\":\"/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/G05NOV_SW06_TID.pdf\",\"nsrec06_W2.pdf\":\"/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/data.xlsx\",\"SW06_TID_1746022240526.xlsx\":\"/oss/physical/NASA/ecff8ffcda7ca21b6c93b34f8f2ca9cc/SW06_TID_1746022240526.xlsx\"},\"id\":\"ecff8ffcda7ca21b6c93b34f8f2ca9cc\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 22:10\"}]', null, '5', null, '2025-04-30 22:10:46', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917582448904081409', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"RH1013\",\"deviceName\":\"RH1013\",\"deviceType\":\"模拟集成电路\",\"experimentDate\":\"12/18/2005;11/16/2006\",\"experimentUser\":\"刘俊灵\",\"id\":\"3c97e79c28743b586cd3f1459077f932\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:10\"}]', null, '8', null, '2025-04-30 22:10:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917582598712037377', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0649A\",\"deviceFunction\":\"Flatpack 2.5V Reference\",\"deviceMode\":\"RH1009MW\",\"deviceName\":\"RH1009MW\",\"deviceType\":\"电源\",\"experimentDate\":\"_2009JUN\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/data.xlsx\\\",\\\"电离总剂量效应_1746022289345.xlsx\\\":\\\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/电离总剂量效应_1746022289345.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/data.xlsx\",\"电离总剂量效应_1746022289345.xlsx\":\"/oss/physical/NASA/af507b0d6a2c343ab3b4415d5e6053f1/电离总剂量效应_1746022289345.xlsx\"},\"id\":\"af507b0d6a2c343ab3b4415d5e6053f1\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:11\"}]', null, '8', null, '2025-04-30 22:11:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917582756229124097', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0829H\",\"deviceFunction\":\"2.5V Reference\",\"deviceMode\":\"RH1009MH\",\"deviceName\":\"RH1009MH\",\"deviceType\":\"电源\",\"experimentDate\":\"_2009JUN\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/data.xlsx\\\",\\\"电离总剂量效应_1746022327797.xlsx\\\":\\\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/电离总剂量效应_1746022327797.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/data.xlsx\",\"电离总剂量效应_1746022327797.xlsx\":\"/oss/physical/NASA/16627476ddf0ac87be94680a64dfc59c/电离总剂量效应_1746022327797.xlsx\"},\"id\":\"16627476ddf0ac87be94680a64dfc59c\",\"manufacturer\":\"Linear Technology\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:12\"}]', null, '7', null, '2025-04-30 22:12:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917582891545759746', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Single Board Computer\",\"deviceMode\":\"RH-OBC-1\",\"deviceName\":\"RH-OBC-1\",\"deviceType\":\"片上系统\",\"experimentDate\":\"6/1/2019(MGH)\",\"experimentUser\":\"刘俊灵\",\"id\":\"7d44536aca1c2981a632ab093218a958\",\"manufacturer\":\"Vorago\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:12\"}]', null, '9', null, '2025-04-30 22:12:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917583003206520834', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9119~A, 9119, 9029\",\"deviceFunction\":\"Regulator\",\"deviceMode\":\"REF05AJ/883C\",\"deviceName\":\"REF05AJ/883C\",\"deviceType\":\"放大器\",\"experimentDate\":\"2/23/1993\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"PPM-93-035.pdf\\\":\\\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/PPM-93-035.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/data.xlsx\\\",\\\"REF05AJ883C_1745937529580.xlsx\\\":\\\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/REF05AJ883C_1745937529580.xlsx\\\",\\\"电离总剂量效应_1746022388136.xlsx\\\":\\\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/电离总剂量效应_1746022388136.xlsx\\\"}\",\"fileMap\":{\"PPM-93-035.pdf\":\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/PPM-93-035.pdf\",\"data.xlsx\":\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/data.xlsx\",\"REF05AJ883C_1745937529580.xlsx\":\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/REF05AJ883C_1745937529580.xlsx\",\"电离总剂量效应_1746022388136.xlsx\":\"/oss/physical/NASA/02a1950c026d14b9b760e264fd8076bd/电离总剂量效应_1746022388136.xlsx\"},\"id\":\"02a1950c026d14b9b760e264fd8076bd\",\"manufacturer\":\"ADI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:13\"}]', null, '5', null, '2025-04-30 22:13:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917583146072903681', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"LD78198\",\"deviceFunction\":\"Voltage Reference\",\"deviceMode\":\"REF-43B\",\"deviceName\":\"REF-43B\",\"deviceType\":\"电源\",\"experimentDate\":\"8/5/1997\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/data.xlsx\\\",\\\"PPM-97-032.pdf\\\":\\\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/PPM-97-032.pdf\\\",\\\"电离总剂量效应_1746022420263.xlsx\\\":\\\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/电离总剂量效应_1746022420263.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/data.xlsx\",\"PPM-97-032.pdf\":\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/PPM-97-032.pdf\",\"电离总剂量效应_1746022420263.xlsx\":\"/oss/physical/NASA/f589b33417e548e89d78ee5bb262c7ff/电离总剂量效应_1746022420263.xlsx\"},\"id\":\"f589b33417e548e89d78ee5bb262c7ff\",\"manufacturer\":\"AD (PMI)\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:13\"}]', null, '10', null, '2025-04-30 22:13:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917583287488057346', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Reference\",\"deviceMode\":\"REF-10\",\"deviceName\":\"REF-10\",\"deviceType\":\"电源\",\"experimentDate\":\"4/29/1998\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/data.xlsx\\\",\\\"PPM-98-012.pdf\\\":\\\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/PPM-98-012.pdf\\\",\\\"电离总剂量效应_1746022454776.xlsx\\\":\\\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/电离总剂量效应_1746022454776.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/data.xlsx\",\"PPM-98-012.pdf\":\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/PPM-98-012.pdf\",\"电离总剂量效应_1746022454776.xlsx\":\"/oss/physical/NASA/0771b022ea3ba32981bf8146d0b30577/电离总剂量效应_1746022454776.xlsx\"},\"id\":\"0771b022ea3ba32981bf8146d0b30577\",\"manufacturer\":\"AD\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:14\"}]', null, '4', null, '2025-04-30 22:14:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917583430027284481', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage regulator\",\"deviceMode\":\"REF-02\",\"deviceName\":\"REF-02\",\"deviceType\":\"电源\",\"experimentDate\":\"7/29/1994;7/17/1995\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/ieee95a.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/data.xlsx\\\",\\\"b072994.pdf\\\":\\\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/b072994.pdf\\\",\\\"单粒子效应_1746022488834.xlsx\\\":\\\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/单粒子效应_1746022488834.xlsx\\\"}\",\"fileMap\":{\"ieee95a.pdf\":\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/ieee95a.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/data.xlsx\",\"b072994.pdf\":\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/b072994.pdf\",\"单粒子效应_1746022488834.xlsx\":\"/oss/physical/NASA/f7c639ba47cead8955f46aa01617eba5/单粒子效应_1746022488834.xlsx\"},\"id\":\"f7c639ba47cead8955f46aa01617eba5\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:14\"}]', null, '5', null, '2025-04-30 22:14:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917583655223660545', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1340\",\"deviceFunction\":\"Solid State Relay\",\"deviceMode\":\"RDHA710\",\"deviceName\":\"RDHA710\",\"deviceType\":\"继电器\",\"experimentDate\":\"4/04/2014\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/data.xlsx\\\",\\\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\":\\\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\",\\\"单粒子效应_1746022535728.xlsx\\\":\\\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/单粒子效应_1746022535728.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"单粒子效应_1746022535728.xlsx\":\"/oss/physical/NASA/04a8ef8f1910fcf14d4413ae551b6dff/单粒子效应_1746022535728.xlsx\"},\"id\":\"04a8ef8f1910fcf14d4413ae551b6dff\",\"manufacturer\":\"International Rectifier\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:15\"}]', null, '5', null, '2025-04-30 22:15:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917583797267959810', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1340\",\"deviceFunction\":\"Solid State Relay\",\"deviceMode\":\"RDHA701\",\"deviceName\":\"RDHA701\",\"deviceType\":\"继电器\",\"experimentDate\":\"4/04/2014\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/data.xlsx\\\",\\\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\":\\\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\\\",\\\"单粒子效应_1746022571821.xlsx\\\":\\\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/单粒子效应_1746022571821.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/data.xlsx\",\"2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\":\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/2015-561-OBryan-Final-Paper-NEPPweb-NSREC2015DW-TN36350.pdf\",\"单粒子效应_1746022571821.xlsx\":\"/oss/physical/NASA/1c0e5d09f33887b55fe633d0859b3930/单粒子效应_1746022571821.xlsx\"},\"id\":\"1c0e5d09f33887b55fe633d0859b3930\",\"manufacturer\":\"International Rectifier\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:16\"}]', null, '9', null, '2025-04-30 22:16:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917583959973400578', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"RB205T-60\",\"deviceName\":\"RB205T-60\",\"deviceType\":\"二极管\",\"experimentDate\":\"6/30/2014\",\"experimentUser\":\"刘俊灵\",\"id\":\"e8df2642ffb0c6ea42c8249a8adad737\",\"manufacturer\":\"Rohm Semiconductor\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:16\"}]', null, '7', null, '2025-04-30 22:16:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917584124499169281', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R13\",\"deviceName\":\"RAMT1R13\",\"deviceType\":\"存储器\",\"experimentDate\":\"2/24/1997\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/b022497b.pdf\\\",\\\"单粒子效应_1746022653065.xlsx\\\":\\\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/单粒子效应_1746022653065.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/b022497b.pdf\",\"单粒子效应_1746022653065.xlsx\":\"/oss/physical/NASA/bb941e905886adeb7b36e6fed857d18d/单粒子效应_1746022653065.xlsx\"},\"id\":\"bb941e905886adeb7b36e6fed857d18d\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:17\"}]', null, '6', null, '2025-04-30 22:17:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917584254237380610', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R12\",\"deviceName\":\"RAMT1R12\",\"deviceType\":\"存储器\",\"experimentDate\":\"2/24/1997\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/data.xlsx\\\",\\\"RAMT1R12_1745939184383.xlsx\\\":\\\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/RAMT1R12_1745939184383.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/b022497b.pdf\\\",\\\"单粒子效应_1746022684682.xlsx\\\":\\\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/单粒子效应_1746022684682.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/data.xlsx\",\"RAMT1R12_1745939184383.xlsx\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/RAMT1R12_1745939184383.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/b022497b.pdf\",\"单粒子效应_1746022684682.xlsx\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/单粒子效应_1746022684682.xlsx\"},\"id\":\"9d822f3cf4c46a3a132bc175de0b356c\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:18\"}]', null, '25', null, '2025-04-30 22:18:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917584276991479809', '2', 'NASA数据管理-编辑', '3', 'liujunling', '刘俊灵', '119.78.164.172', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Rambus 2Mx8 DRAM\",\"deviceMode\":\"RAMT1R12\",\"deviceName\":\"RAMT1R12\",\"deviceType\":\"存储器\",\"experimentDate\":\"2/24/1997\",\"experimentUser\":\"刘俊灵\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/data.xlsx\\\",\\\"b022497b.pdf\\\":\\\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/b022497b.pdf\\\",\\\"单粒子效应_1746022684682.xlsx\\\":\\\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/单粒子效应_1746022684682.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/data.xlsx\",\"b022497b.pdf\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/b022497b.pdf\",\"单粒子效应_1746022684682.xlsx\":\"/oss/physical/NASA/9d822f3cf4c46a3a132bc175de0b356c/单粒子效应_1746022684682.xlsx\"},\"id\":\"9d822f3cf4c46a3a132bc175de0b356c\",\"manufacturer\":\"Toshiba\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"liujunling\",\"updateTime\":\"2025-04-30 22:18\"}]', null, '5', null, '2025-04-30 22:18:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917585433591779329', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"250V n-type Power MOSFET\",\"deviceMode\":\"SUM45N25-58\",\"deviceName\":\"SUM45N25-58\",\"deviceType\":\"Trench\",\"experimentDate\":\"1/11/2011;11/14/2012\",\"experimentUser\":\"陈攀\",\"fileMap\":{\"LBNL011111_SUM45N25-58.pdf\":\"/oss/physical/NASA/f5d3486109a73fbe4144015bbbd287a7/LBNL011111_SUM45N25-58.pdf\",\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/f5d3486109a73fbe4144015bbbd287a7/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f5d3486109a73fbe4144015bbbd287a7/data.xlsx\",\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/f5d3486109a73fbe4144015bbbd287a7/nsrec2013_W8_SEE.pdf\",\"SUM45N25-58_SEE_1746022965020.xlsx\":\"/oss/physical/NASA/f5d3486109a73fbe4144015bbbd287a7/SUM45N25-58_SEE_1746022965020.xlsx\"},\"id\":\"f5d3486109a73fbe4144015bbbd287a7\",\"manufacturer\":\"Vishay Intertechnology\",\"totalCountLhs\":13,\"totalCountNasa\":2,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 22:22\"}]', null, '4', null, '2025-04-30 22:22:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917586746157273090', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"100 V n-type power MOSFET\",\"deviceMode\":\"STRH100N10FSY3\",\"deviceName\":\"STRH100N10FSY3\",\"deviceType\":\"VDMOS\",\"experimentDate\":\"TAMU10AUG;TAMU10DEC\",\"experimentUser\":\"陈攀\",\"id\":\"e30cf513cc3579d330dc2f0803854f53\",\"manufacturer\":\"STMicro\",\"totalCountLhs\":16,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 22:28\"}]', null, '7', null, '2025-04-30 22:28:02', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917589597935865857', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power Diode\",\"deviceMode\":\"STPSC806D\",\"deviceName\":\"STPSC806D\",\"deviceType\":\"SiC Substrate\",\"experimentDate\":\"11/1/2009\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/data.xlsx\\\",\\\"VdG09NOV_STPSC806_STPSC1006.pdf\\\":\\\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/VdG09NOV_STPSC806_STPSC1006.pdf\\\",\\\"STPSC806D_TID_1746023956473.xlsx\\\":\\\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/STPSC806D_TID_1746023956473.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/data.xlsx\",\"VdG09NOV_STPSC806_STPSC1006.pdf\":\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/VdG09NOV_STPSC806_STPSC1006.pdf\",\"STPSC806D_TID_1746023956473.xlsx\":\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/STPSC806D_TID_1746023956473.xlsx\"},\"id\":\"e370b66f58c9850fce14da750b9a8370\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 22:39\"}]', null, '5', null, '2025-04-30 22:39:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917589735613894658', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power Diode\",\"deviceMode\":\"STPSC806D\",\"deviceName\":\"STPSC806D\",\"deviceType\":\"SiC Substrate\",\"experimentDate\":\"11/1/2009\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec2010_W22_TID.pdf\\\":\\\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/nsrec2010_W22_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/data.xlsx\\\",\\\"VdG09NOV_STPSC806_STPSC1006.pdf\\\":\\\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/VdG09NOV_STPSC806_STPSC1006.pdf\\\",\\\"STPSC806D_TID_1746023956473.xlsx\\\":\\\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/STPSC806D_TID_1746023956473.xlsx\\\"}\",\"fileMap\":{\"nsrec2010_W22_TID.pdf\":\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/nsrec2010_W22_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/data.xlsx\",\"VdG09NOV_STPSC806_STPSC1006.pdf\":\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/VdG09NOV_STPSC806_STPSC1006.pdf\",\"STPSC806D_TID_1746023956473.xlsx\":\"/oss/physical/NASA/e370b66f58c9850fce14da750b9a8370/STPSC806D_TID_1746023956473.xlsx\"},\"id\":\"e370b66f58c9850fce14da750b9a8370\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 22:39\"}]', null, '8', null, '2025-04-30 22:39:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917591627421159426', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power Diode\",\"deviceMode\":\"STPSC1006D\",\"deviceName\":\"STPSC1006D\",\"deviceType\":\"SiC Substrate\",\"experimentDate\":\"11/1/2009;8/23/2015\",\"experimentUser\":\"陈攀\",\"id\":\"0b4825f0cc1837857861c920e7b02efc\",\"manufacturer\":\"ST Microelectronics\",\"totalCountLhs\":5,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 22:47\"}]', null, '5', null, '2025-04-30 22:47:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917592112018460674', '1', '用户登录失败,用户不存在!', null, null, null, '119.78.164.162', null, null, null, null, '0', null, '2025-04-30 22:49:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917592120579035138', '1', '用户登录失败,用户不存在!', null, null, null, '119.78.164.162', null, null, null, null, '0', null, '2025-04-30 22:49:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917592136869711873', '1', '用户名: chenwenzhuo,登录成功!', null, 'chenwenzhuo', '陈文卓', '119.78.164.162', null, null, null, null, '0', null, '2025-04-30 22:49:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917592267790716930', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"MMIC voltage variable attenuator\",\"deviceMode\":\"TGL4302\",\"deviceName\":\"TGL4302\",\"deviceType\":\"Special Device\",\"experimentDate\":\"8/28/2006\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/data.xlsx\\\",\\\"T082806_TGL4302.pdf\\\":\\\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/T082806_TGL4302.pdf\\\",\\\"TIL25_1746006944917.xlsx\\\":\\\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/TIL25_1746006944917.xlsx\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/data.xlsx\",\"T082806_TGL4302.pdf\":\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/T082806_TGL4302.pdf\",\"TIL25_1746006944917.xlsx\":\"/oss/physical/NASA/2da4217fc09436075ebd185d18756973/TIL25_1746006944917.xlsx\"},\"id\":\"2da4217fc09436075ebd185d18756973\",\"manufacturer\":\"Triquint\",\"totalCountLhs\":8,\"totalCountNasa\":8,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 22:49\"}]', null, '4', null, '2025-04-30 22:49:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917593077438189569', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"STPS60SM200C\",\"deviceName\":\"STPS60SM200C\",\"deviceType\":\"Si\",\"experimentDate\":\"6/30/2014\",\"experimentUser\":\"陈攀\",\"id\":\"9101f3506a771ea72c1b1784a4435988\",\"manufacturer\":\"STMicroelectronics\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 22:53\"}]', null, '7', null, '2025-04-30 22:53:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917593872132968449', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"STPS40M60C\",\"deviceName\":\"STPS40M60C\",\"deviceType\":\"Si\",\"experimentDate\":\"6/30/2014\",\"experimentUser\":\"陈攀\",\"id\":\"57f391f436ee6a41226eb8a9d975d83b\",\"manufacturer\":\"STMicroelectronics\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 22:56\"}]', null, '5', null, '2025-04-30 22:56:21', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917595022760579074', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"STPS4045C\",\"deviceName\":\"STPS4045C\",\"deviceType\":\"Si\",\"experimentDate\":\"6/30/2014\",\"experimentUser\":\"陈攀\",\"id\":\"5617742799513609199b5be590eeaaf3\",\"manufacturer\":\"STMicroelectronics\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:00\"}]', null, '6', null, '2025-04-30 23:00:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917595612244840449', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"STPS30H100C\",\"deviceName\":\"STPS30H100C\",\"deviceType\":\"Si\",\"experimentDate\":\"6/30/2014\",\"id\":\"c7ec2e7cd46603d0a07e2d492e446c6a\",\"manufacturer\":\"STMicroelectronics\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:03\"}]', null, '6', null, '2025-04-30 23:03:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917595645287567362', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"STPS30H100C\",\"deviceName\":\"STPS30H100C\",\"deviceType\":\"Si\",\"experimentDate\":\"6/30/2014\",\"experimentUser\":\"陈攀\",\"id\":\"c7ec2e7cd46603d0a07e2d492e446c6a\",\"manufacturer\":\"STMicroelectronics\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:03\"}]', null, '5', null, '2025-04-30 23:03:24', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917595956341346305', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"THS4304\",\"deviceName\":\"THS4304\",\"deviceType\":\"SiGe BiCMOS\",\"experimentDate\":\"TAMU09AUG\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"NSREC2010_W26_Chen.pdf\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/NSREC2010_W26_Chen.pdf\\\",\\\"TIL25_1746006200408.xlsx\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/TIL25_1746006200408.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/data.xlsx\\\",\\\"nsrec2010_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/nsrec2010_W8_SEE.pdf\\\",\\\"T082409_THS4304.pdf\\\":\\\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/T082409_THS4304.pdf\\\"}\",\"fileMap\":{\"NSREC2010_W26_Chen.pdf\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/NSREC2010_W26_Chen.pdf\",\"TIL25_1746006200408.xlsx\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/TIL25_1746006200408.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/data.xlsx\",\"nsrec2010_W8_SEE.pdf\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/nsrec2010_W8_SEE.pdf\",\"T082409_THS4304.pdf\":\"/oss/physical/NASA/6fb9cb1db374ba3307d7ef520513f868/T082409_THS4304.pdf\"},\"id\":\"6fb9cb1db374ba3307d7ef520513f868\",\"manufacturer\":\"Texas Instrument\",\"totalCountLhs\":948,\"totalCountNasa\":61,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 23:04\"}]', null, '7', null, '2025-04-30 23:04:38', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917596049689776129', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"STPS20200C\",\"deviceName\":\"STPS20200C\",\"deviceType\":\"Si\",\"experimentDate\":\"6/30/2014\",\"id\":\"81cbf6af616ce34e1df90d78b2c62749\",\"manufacturer\":\"ON Semiconductor\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:05\"}]', null, '4', null, '2025-04-30 23:05:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917596156191543298', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"STPS20200C\",\"deviceName\":\"STPS20200C\",\"deviceType\":\"Si\",\"experimentDate\":\"6/30/2014\",\"experimentUser\":\"陈攀\",\"id\":\"81cbf6af616ce34e1df90d78b2c62749\",\"manufacturer\":\"ON Semiconductor\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:05\"}]', null, '6', null, '2025-04-30 23:05:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917596539479625729', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Microprocessor\",\"deviceMode\":\"TA80486DX2-66\",\"deviceName\":\"TA80486DX2-66\",\"deviceType\":\"Microprocessors and Peripherals\",\"experimentDate\":\"7/31/1995;8/16/1995\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"no_report.pdf\\\":\\\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/no_report.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/data.xlsx\\\",\\\"TIL25_1746025615920.xlsx\\\":\\\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/TIL25_1746025615920.xlsx\\\"}\",\"fileMap\":{\"no_report.pdf\":\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/data.xlsx\",\"TIL25_1746025615920.xlsx\":\"/oss/physical/NASA/8da2bbac26cfae396d57369f7a106990/TIL25_1746025615920.xlsx\"},\"id\":\"8da2bbac26cfae396d57369f7a106990\",\"manufacturer\":\"Intel\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 23:06\"}]', null, '7', null, '2025-04-30 23:06:57', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917596657217933313', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"T36T-GTRC\",\"deviceName\":\"T36T-GTRC\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2/24/2004;6/22/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"TIL25_1746010224816.xlsx\\\":\\\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/TIL25_1746010224816.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/nsrec04_SEE.pdf\\\"}\",\"fileMap\":{\"TIL25_1746010224816.xlsx\":\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/TIL25_1746010224816.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/fe4ff4469c58cb3d6430af122ec77ae9/nsrec04_SEE.pdf\"},\"id\":\"fe4ff4469c58cb3d6430af122ec77ae9\",\"manufacturer\":\"Agilent\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 23:07\"}]', null, '5', null, '2025-04-30 23:07:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917596718115033089', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Schottky Diode\",\"deviceMode\":\"STPS20200\",\"deviceName\":\"STPS20200\",\"deviceType\":\"Si\",\"experimentDate\":\"6/30/2014\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\":\\\"/oss/physical/NASA/7e20efc01d04a83ea4adb7ea5dd7b0d1/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7e20efc01d04a83ea4adb7ea5dd7b0d1/data.xlsx\\\",\\\"STPS20200_SEE_1746025656014.xlsx\\\":\\\"/oss/physical/NASA/7e20efc01d04a83ea4adb7ea5dd7b0d1/STPS20200_SEE_1746025656014.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/7e20efc01d04a83ea4adb7ea5dd7b0d1/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7e20efc01d04a83ea4adb7ea5dd7b0d1/data.xlsx\",\"STPS20200_SEE_1746025656014.xlsx\":\"/oss/physical/NASA/7e20efc01d04a83ea4adb7ea5dd7b0d1/STPS20200_SEE_1746025656014.xlsx\"},\"id\":\"7e20efc01d04a83ea4adb7ea5dd7b0d1\",\"manufacturer\":\"STMicroelectronics\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:07\"}]', null, '5', null, '2025-04-30 23:07:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917596795923566593', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"T36T-GTFE\",\"deviceName\":\"T36T-GTFE\",\"deviceType\":\"CMOS\",\"experimentDate\":\"2/24/2004;6/22/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"TIL25_1746010321690.xlsx\\\":\\\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/TIL25_1746010321690.xlsx\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/nsrec04_SEE.pdf\\\"}\",\"fileMap\":{\"TIL25_1746010321690.xlsx\":\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/TIL25_1746010321690.xlsx\",\"data.xlsx\":\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/28f55a80d9b245f54dbe1ea80c0a9ca7/nsrec04_SEE.pdf\"},\"id\":\"28f55a80d9b245f54dbe1ea80c0a9ca7\",\"manufacturer\":\"Agilent\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 23:07\"}]', null, '4', null, '2025-04-30 23:07:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917597391917387777', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Schottky Diode\",\"deviceMode\":\"STPS20100\",\"deviceName\":\"STPS20100\",\"deviceType\":\"Si\",\"experimentDate\":\"5/8/2013\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\":\\\"/oss/physical/NASA/415a3bc76133a71ff2e781c1208be92a/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/415a3bc76133a71ff2e781c1208be92a/data.xlsx\\\",\\\"STPS20100_SEE_1746025815950.xlsx\\\":\\\"/oss/physical/NASA/415a3bc76133a71ff2e781c1208be92a/STPS20100_SEE_1746025815950.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/415a3bc76133a71ff2e781c1208be92a/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/415a3bc76133a71ff2e781c1208be92a/data.xlsx\",\"STPS20100_SEE_1746025815950.xlsx\":\"/oss/physical/NASA/415a3bc76133a71ff2e781c1208be92a/STPS20100_SEE_1746025815950.xlsx\"},\"id\":\"415a3bc76133a71ff2e781c1208be92a\",\"manufacturer\":\"STMicroelectronics\",\"totalCountLhs\":6,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:10\"}]', null, '8', null, '2025-04-30 23:10:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917597759233560578', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Schottky Diode\",\"deviceMode\":\"STPS1045\",\"deviceName\":\"STPS1045\",\"deviceType\":\"Si\",\"experimentDate\":\"6/14/2013\",\"fileList\":\"{\\\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\":\\\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/data.xlsx\\\",\\\"STPS1045_SEE_1746025905803.xlsx\\\":\\\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/STPS1045_SEE_1746025905803.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/data.xlsx\",\"STPS1045_SEE_1746025905803.xlsx\":\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/STPS1045_SEE_1746025905803.xlsx\"},\"id\":\"9dc10db37b8a6339b83ccee6cfbd278c\",\"manufacturer\":\"STMicroelectronics\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:11\"}]', null, '4', null, '2025-04-30 23:11:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917597783682158594', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Schottky Diode\",\"deviceMode\":\"STPS1045\",\"deviceName\":\"STPS1045\",\"deviceType\":\"Si\",\"experimentDate\":\"6/14/2013\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\":\\\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/data.xlsx\\\",\\\"STPS1045_SEE_1746025905803.xlsx\\\":\\\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/STPS1045_SEE_1746025905803.xlsx\\\"}\",\"fileMap\":{\"NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\":\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/NEPP-CP-2015-Casey-TNS-Paper-Schottky-Diode-Derating-Survivability-Heavy-Ion-20205004142.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/data.xlsx\",\"STPS1045_SEE_1746025905803.xlsx\":\"/oss/physical/NASA/9dc10db37b8a6339b83ccee6cfbd278c/STPS1045_SEE_1746025905803.xlsx\"},\"id\":\"9dc10db37b8a6339b83ccee6cfbd278c\",\"manufacturer\":\"STMicroelectronics\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:11\"}]', null, '8', null, '2025-04-30 23:11:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917597893786832898', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"T36T-GARC3\",\"deviceName\":\"T36T-GARC3\",\"deviceType\":\"CMOS\",\"experimentDate\":\"11/11/2003;6/22/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"T111103_GLAST.pdf\\\":\\\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/T111103_GLAST.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/nsrec04_SEE.pdf\\\",\\\"TIL25_1746010445015.xlsx\\\":\\\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/TIL25_1746010445015.xlsx\\\"}\",\"fileMap\":{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/nsrec04_SEE.pdf\",\"TIL25_1746010445015.xlsx\":\"/oss/physical/NASA/f2da11627d69a0bc4e03e1c3620f5cd6/TIL25_1746010445015.xlsx\"},\"id\":\"f2da11627d69a0bc4e03e1c3620f5cd6\",\"manufacturer\":\"Agilent\",\"totalCountLhs\":211,\"totalCountNasa\":65,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 23:12\"}]', null, '5', null, '2025-04-30 23:12:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917597925965533186', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"T36T-GAFE7\",\"deviceName\":\"T36T-GAFE7\",\"deviceType\":\"CMOS\",\"experimentDate\":\"11/11/2003;6/22/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"T111103_GLAST.pdf\\\":\\\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/T111103_GLAST.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/nsrec04_SEE.pdf\\\",\\\"TIL25_1746010456960.xlsx\\\":\\\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/TIL25_1746010456960.xlsx\\\"}\",\"fileMap\":{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/nsrec04_SEE.pdf\",\"TIL25_1746010456960.xlsx\":\"/oss/physical/NASA/c1f4891889d801eea45a049b7f68f3b0/TIL25_1746010456960.xlsx\"},\"id\":\"c1f4891889d801eea45a049b7f68f3b0\",\"manufacturer\":\"Agilent\",\"totalCountLhs\":211,\"totalCountNasa\":65,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 23:12\"}]', null, '5', null, '2025-04-30 23:12:27', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917597954528743426', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"T36T-GAFE5G\",\"deviceName\":\"T36T-GAFE5G\",\"deviceType\":\"CMOS\",\"experimentDate\":\"11/11/2003;6/22/2004\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"T111103_GLAST.pdf\\\":\\\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/T111103_GLAST.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/nsrec04_SEE.pdf\\\"}\",\"fileMap\":{\"T111103_GLAST.pdf\":\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/T111103_GLAST.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/f23e2bee54fb7d30b2c41bd20b8510c4/nsrec04_SEE.pdf\"},\"id\":\"f23e2bee54fb7d30b2c41bd20b8510c4\",\"manufacturer\":\"Agilent\",\"totalCountLhs\":211,\"totalCountNasa\":65,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 23:12\"}]', null, '5', null, '2025-04-30 23:12:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917599622041407489', '2', 'NASA数据管理-编辑', '3', 'chenwenzhuo', '陈文卓', '119.78.164.162', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"SOC and DDR4\",\"deviceMode\":\"Snapdragon 820\",\"deviceName\":\"Snapdragon 820\",\"deviceType\":\"14nm LPP\",\"experimentDate\":\"2016SeptTAMU;2016OctMGH\",\"experimentUser\":\"陈文卓\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/data.xlsx\\\",\\\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\":\\\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\\\",\\\"TIL25_1746011190888.xlsx\\\":\\\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/TIL25_1746011190888.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/data.xlsx\",\"NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\":\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/NEPP-CP-2017-OBryan-NSREC-SEE-DW-Paper-TN44942.pdf\",\"TIL25_1746011190888.xlsx\":\"/oss/physical/NASA/5fd153a15cc32168d7da3c1dded9287f/TIL25_1746011190888.xlsx\"},\"id\":\"5fd153a15cc32168d7da3c1dded9287f\",\"manufacturer\":\"Samsung\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"chenwenzhuo\",\"updateTime\":\"2025-04-30 23:19\"}]', null, '8', null, '2025-04-30 23:19:12', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917599777272598530', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"CMOS Mixed APS Image Sensor\",\"deviceMode\":\"STAR1000\",\"deviceName\":\"STAR1000\",\"deviceType\":\"CMOS\",\"experimentDate\":\"12/5/2006;2013Apr\",\"id\":\"b9e8fc44224d1217b9fd881c75a9a49c\",\"manufacturer\":\"Fill Factory\",\"totalCountLhs\":3,\"totalCountNasa\":2,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:19\"}]', null, '9', null, '2025-04-30 23:19:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917599801368875010', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"CMOS Mixed APS Image Sensor\",\"deviceMode\":\"STAR1000\",\"deviceName\":\"STAR1000\",\"deviceType\":\"CMOS\",\"experimentDate\":\"12/5/2006;2013Apr\",\"experimentUser\":\"陈攀\",\"id\":\"b9e8fc44224d1217b9fd881c75a9a49c\",\"manufacturer\":\"Fill Factory\",\"totalCountLhs\":3,\"totalCountNasa\":2,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:19\"}]', null, '5', null, '2025-04-30 23:19:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917600655773765633', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Active Pixel Sensor\",\"deviceMode\":\"STAR-250NDR\",\"deviceName\":\"STAR-250NDR\",\"deviceType\":\"CMOS\",\"experimentDate\":\"TAMU10AUG\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/5efd4f5ee49dea5af4b5f4c7d9eeec6a/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5efd4f5ee49dea5af4b5f4c7d9eeec6a/data.xlsx\\\",\\\"STAR-250NDR_SEE_1746026590282.xlsx\\\":\\\"/oss/physical/NASA/5efd4f5ee49dea5af4b5f4c7d9eeec6a/STAR-250NDR_SEE_1746026590282.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/5efd4f5ee49dea5af4b5f4c7d9eeec6a/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5efd4f5ee49dea5af4b5f4c7d9eeec6a/data.xlsx\",\"STAR-250NDR_SEE_1746026590282.xlsx\":\"/oss/physical/NASA/5efd4f5ee49dea5af4b5f4c7d9eeec6a/STAR-250NDR_SEE_1746026590282.xlsx\"},\"id\":\"5efd4f5ee49dea5af4b5f4c7d9eeec6a\",\"manufacturer\":\"Cypress\",\"totalCountLhs\":2,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:23\"}]', null, '9', null, '2025-04-30 23:23:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917600994920992769', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Microprocessor\",\"deviceMode\":\"ST80486DX2-66\",\"deviceName\":\"ST80486DX2-66\",\"deviceType\":\"Microprocessors and Peripherals\",\"experimentDate\":\"7/31/1995\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"no_report.pdf\\\":\\\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/no_report.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/data.xlsx\\\"}\",\"fileMap\":{\"no_report.pdf\":\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/data.xlsx\"},\"id\":\"516d0c5e1cd6e418152275b3203774b1\",\"manufacturer\":\"Intel\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:24\"}]', null, '7', null, '2025-04-30 23:24:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917601583214071809', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"N-Channel DMOS Switch\",\"deviceMode\":\"SST211\",\"deviceName\":\"SST211\",\"deviceType\":\"CMOS\",\"experimentDate\":\"1/11/2011\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec2012_W22_SEE.pdf\\\":\\\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/nsrec2012_W22_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/data.xlsx\\\",\\\"T101111_SST211.pdf\\\":\\\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/T101111_SST211.pdf\\\"}\",\"fileMap\":{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/data.xlsx\",\"T101111_SST211.pdf\":\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/T101111_SST211.pdf\"},\"id\":\"9cb21dfea45e68b0cccab69399f53363\",\"manufacturer\":\"Linear Systems\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:26\"}]', null, '5', null, '2025-04-30 23:26:59', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917602307863973889', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"N-Channel DMOS Switch\",\"deviceMode\":\"SST211\",\"deviceName\":\"SST211\",\"deviceType\":\"CMOS\",\"experimentDate\":\"1/11/2011\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"nsrec2012_W22_SEE.pdf\\\":\\\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/nsrec2012_W22_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/data.xlsx\\\",\\\"T101111_SST211.pdf\\\":\\\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/T101111_SST211.pdf\\\",\\\"SST211_SEE_1746026987800.xlsx\\\":\\\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/SST211_SEE_1746026987800.xlsx\\\"}\",\"fileMap\":{\"nsrec2012_W22_SEE.pdf\":\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/nsrec2012_W22_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/data.xlsx\",\"T101111_SST211.pdf\":\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/T101111_SST211.pdf\",\"SST211_SEE_1746026987800.xlsx\":\"/oss/physical/NASA/9cb21dfea45e68b0cccab69399f53363/SST211_SEE_1746026987800.xlsx\"},\"id\":\"9cb21dfea45e68b0cccab69399f53363\",\"manufacturer\":\"Linear Systems\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:29\"}]', null, '4', null, '2025-04-30 23:29:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1917603212193665026', '2', 'NASA数据管理-编辑', '3', 'chenpan', '陈攀', '119.78.164.165', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Microprocessor\",\"deviceMode\":\"ST80486DX2-66\",\"deviceName\":\"ST80486DX2-66\",\"deviceType\":\"Microprocessors and Peripherals\",\"experimentDate\":\"7/31/1995\",\"experimentUser\":\"陈攀\",\"fileList\":\"{\\\"no_report.pdf\\\":\\\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/no_report.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/data.xlsx\\\",\\\"ST80486DX2-66_SEE_1746027204517.xlsx\\\":\\\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/ST80486DX2-66_SEE_1746027204517.xlsx\\\"}\",\"fileMap\":{\"no_report.pdf\":\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/no_report.pdf\",\"data.xlsx\":\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/data.xlsx\",\"ST80486DX2-66_SEE_1746027204517.xlsx\":\"/oss/physical/NASA/516d0c5e1cd6e418152275b3203774b1/ST80486DX2-66_SEE_1746027204517.xlsx\"},\"id\":\"516d0c5e1cd6e418152275b3203774b1\",\"manufacturer\":\"Intel\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"chenpan\",\"updateTime\":\"2025-04-30 23:33\"}]', null, '3', null, '2025-04-30 23:33:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918515992379686914', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '10', null, '2025-05-03 12:00:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918523686339641345', '1', '用户名: wangjiaxing,登录成功!', null, 'wangjiaxing', '王嘉兴', '119.78.164.148', null, null, null, null, '0', null, '2025-05-03 12:31:06', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918597506589163522', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-05-03 17:24:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918602032561946625', '2', '修改角色ID: f6817f48af4fb3af11b9e8bf182f618b 的权限配置,操作人: admin', '2', 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-05-03 17:42:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918602818461270018', '2', '修改角色ID: f6817f48af4fb3af11b9e8bf182f618b 的权限配置,操作人: admin', '2', 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-05-03 17:45:32', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918602870831349761', '1', '用户名: 管理员,退出成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-05-03 17:45:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918602881220640769', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-05-03 17:45:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918619746181480450', '1', '用户名: xieyongzhi,登录成功!', null, 'xieyongzhi', '谢永智', '119.78.164.168', null, null, null, null, '0', null, '2025-05-03 18:52:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918621241274695682', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP200\",\"deviceName\":\"OP200\",\"deviceType\":\"晶体管\",\"experimentDate\":\"1/2005; 2005; 8/2006; 5/16/2014; 2015JulHUPTI; 2015SepCDH\",\"experimentUser\":\"谢永智\",\"id\":\"5006b891874f56b77e86e8fecc7927e0\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":20,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 18:58\"}]', null, '37', null, '2025-05-03 18:58:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918621285805621250', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP200\",\"deviceName\":\"OP200\",\"deviceType\":\"放大器\",\"experimentDate\":\"1/2005; 2005; 8/2006; 5/16/2014; 2015JulHUPTI; 2015SepCDH\",\"experimentUser\":\"谢永智\",\"id\":\"5006b891874f56b77e86e8fecc7927e0\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":20,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 18:58\"}]', null, '27', null, '2025-05-03 18:58:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918622279868252162', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP177A\",\"deviceName\":\"OP177A\",\"deviceType\":\"放大器\",\"experimentDate\":\"8/4/1994\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data(4)_1745983403791.xlsx\\\":\\\"/oss/physical/NASA/78ddc5e5c204760c98588940e7d7ee8d/data(4)_1745983403791.xlsx\\\",\\\"PPM-94-016.pdf\\\":\\\"/oss/physical/NASA/78ddc5e5c204760c98588940e7d7ee8d/PPM-94-016.pdf\\\"}\",\"fileMap\":{\"data(4)_1745983403791.xlsx\":\"/oss/physical/NASA/78ddc5e5c204760c98588940e7d7ee8d/data(4)_1745983403791.xlsx\",\"PPM-94-016.pdf\":\"/oss/physical/NASA/78ddc5e5c204760c98588940e7d7ee8d/PPM-94-016.pdf\"},\"id\":\"78ddc5e5c204760c98588940e7d7ee8d\",\"manufacturer\":\"ADI\",\"totalCountLhs\":104,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:02\"}]', null, '23', null, '2025-05-03 19:02:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918622773604941825', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP15\",\"deviceName\":\"OP15\",\"deviceType\":\"放大器\",\"experimentDate\":\"4/23/1998\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data(6)_1745983957424.xlsx\\\":\\\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/data(6)_1745983957424.xlsx\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/nsrec00_W21.pdf\\\",\\\"PPM-98-008.pdf\\\":\\\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/PPM-98-008.pdf\\\"}\",\"fileMap\":{\"data(6)_1745983957424.xlsx\":\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/data(6)_1745983957424.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/nsrec00_W21.pdf\",\"PPM-98-008.pdf\":\"/oss/physical/NASA/e7a457232bf6a29f610e02632ab886ea/PPM-98-008.pdf\"},\"id\":\"e7a457232bf6a29f610e02632ab886ea\",\"manufacturer\":\"AD\",\"totalCountLhs\":128,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:04\"}]', null, '12', null, '2025-05-03 19:04:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918622890240147458', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Nonvolatile Memory\",\"deviceMode\":\"PCM A33\",\"deviceName\":\"Phase Changing Memory (PCM) A33\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"TAMU10MAY;2009NOV\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"T052110_PCMA33.pdf\\\":\\\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/T052110_PCMA33.pdf\\\",\\\"data_to52_1745913571862.xlsx\\\":\\\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/data_to52_1745913571862.xlsx\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/nsrec2011_W6_SEE.pdf\\\"}\",\"fileMap\":{\"T052110_PCMA33.pdf\":\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/T052110_PCMA33.pdf\",\"data_to52_1745913571862.xlsx\":\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/data_to52_1745913571862.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/0013ec8df9dd3b63af59332f5e77d6ee/nsrec2011_W6_SEE.pdf\"},\"id\":\"0013ec8df9dd3b63af59332f5e77d6ee\",\"manufacturer\":\"Numonyx\",\"totalCountLhs\":19,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:05\"}]', null, '20', null, '2025-05-03 19:05:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918622924427919362', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Delay Line\",\"deviceMode\":\"PE21198\",\"deviceName\":\"Delay Line (Hytek/Pulse Engineering)\",\"deviceType\":\"专用集成电路\",\"experimentDate\":\"5/8/1998\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-98-016.pdf\\\":\\\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/PPM-98-016.pdf\\\",\\\"data__1745912935258.xlsx\\\":\\\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/data__1745912935258.xlsx\\\"}\",\"fileMap\":{\"PPM-98-016.pdf\":\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/PPM-98-016.pdf\",\"data__1745912935258.xlsx\":\"/oss/physical/NASA/ae778eca0ad929baa4fb53734e90c694/data__1745912935258.xlsx\"},\"id\":\"ae778eca0ad929baa4fb53734e90c694\",\"manufacturer\":\"Pulse Eng\",\"totalCountLhs\":180,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:05\"}]', null, '11', null, '2025-05-03 19:05:26', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918622960893198337', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"5521\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"PA07M/883\",\"deviceName\":\"高压高功率运算放大器\",\"deviceType\":\"放大器\",\"experimentDate\":\"1991.12.16-1992.1.3\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-92-058.pdf\\\":\\\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/PPM-92-058.pdf\\\",\\\"data__1745914578434.xlsx\\\":\\\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/data__1745914578434.xlsx\\\"}\",\"fileMap\":{\"PPM-92-058.pdf\":\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/PPM-92-058.pdf\",\"data__1745914578434.xlsx\":\"/oss/physical/NASA/f4d9358897118809f19a2f6eef12ae27/data__1745914578434.xlsx\"},\"id\":\"f4d9358897118809f19a2f6eef12ae27\",\"manufacturer\":\"Ampex\",\"totalCountLhs\":90,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:05\"}]', null, '27', null, '2025-05-03 19:05:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918622986537172994', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"M90432\",\"deviceFunction\":\"Power Operational Amplifier\",\"deviceMode\":\"PA07M\",\"deviceName\":\"Power Operational Amplifier\",\"deviceType\":\"放大器\",\"experimentDate\":\"8/12/1999;10/20/1999\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/nsrec00_W21.pdf\\\",\\\"data__1745914852717.xlsx\\\":\\\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/data__1745914852717.xlsx\\\",\\\"PPM-99-032.pdf\\\":\\\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/PPM-99-032.pdf\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/nsrec00_W21.pdf\",\"data__1745914852717.xlsx\":\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/data__1745914852717.xlsx\",\"PPM-99-032.pdf\":\"/oss/physical/NASA/febcf132f7ffbd257efa717488236d89/PPM-99-032.pdf\"},\"id\":\"febcf132f7ffbd257efa717488236d89\",\"manufacturer\":\"Apex\",\"totalCountLhs\":48,\"totalCountNasa\":3,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:05\"}]', null, '23', null, '2025-05-03 19:05:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918623010117550082', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"16 Mbit DRAM\",\"deviceMode\":\"P44016JK\",\"deviceName\":\"P44016JK\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"9/20/1996\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"data__1745913920613.xlsx\\\":\\\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/data__1745913920613.xlsx\\\",\\\"PPM-96-009.pdf\\\":\\\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/PPM-96-009.pdf\\\"}\",\"fileMap\":{\"data__1745913920613.xlsx\":\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/data__1745913920613.xlsx\",\"PPM-96-009.pdf\":\"/oss/physical/NASA/2ee61cfbe6b8d13d6324cf3206b5ceae/PPM-96-009.pdf\"},\"id\":\"2ee61cfbe6b8d13d6324cf3206b5ceae\",\"manufacturer\":\"IBM\",\"totalCountLhs\":240,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:05\"}]', null, '10', null, '2025-05-03 19:05:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918623047715291137', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"128kx8 RAM\",\"deviceMode\":\"OW628128CD\",\"deviceName\":\"OW628128CD\",\"deviceType\":\"数字集成电路\",\"experimentDate\":\"6/16/1993\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"data_ow_1745912622787.xlsx\\\":\\\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/data_ow_1745912622787.xlsx\\\",\\\"PPM-93-063.pdf\\\":\\\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/PPM-93-063.pdf\\\"}\",\"fileMap\":{\"data_ow_1745912622787.xlsx\":\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/data_ow_1745912622787.xlsx\",\"PPM-93-063.pdf\":\"/oss/physical/NASA/b748c3d50bad0baa2a26406973bf384e/PPM-93-063.pdf\"},\"id\":\"b748c3d50bad0baa2a26406973bf384e\",\"manufacturer\":\"Hitachi\",\"totalCountLhs\":88,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:05\"}]', null, '32', null, '2025-05-03 19:05:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918623079017381889', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OPA2107SM\",\"deviceName\":\"OPA2107SM\",\"deviceType\":\"放大器\",\"experimentDate\":\"6/4/1991\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data.xlsx\\\",\\\"PPM-91-375.pdf\\\":\\\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/PPM-91-375.pdf\\\",\\\"data_opa2107sm_1745904384356.xlsx\\\":\\\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data_opa2107sm_1745904384356.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data.xlsx\",\"PPM-91-375.pdf\":\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/PPM-91-375.pdf\",\"data_opa2107sm_1745904384356.xlsx\":\"/oss/physical/NASA/45c7eac5af767a4fc20f549552aa3ea9/data_opa2107sm_1745904384356.xlsx\"},\"id\":\"45c7eac5af767a4fc20f549552aa3ea9\",\"manufacturer\":\"Burr-Brown\",\"totalCountLhs\":91,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:06\"}]', null, '25', null, '2025-05-03 19:06:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918623097925304322', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OPA111VM/883B\",\"deviceName\":\"OPA111VM/883B\",\"deviceType\":\"放大器\",\"experimentDate\":\"2/10/1993\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-93-031.pdf\\\":\\\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/PPM-93-031.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data.xlsx\\\",\\\"data_opa11vm_1745903906046.xlsx\\\":\\\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data_opa11vm_1745903906046.xlsx\\\"}\",\"fileMap\":{\"PPM-93-031.pdf\":\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/PPM-93-031.pdf\",\"data.xlsx\":\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data.xlsx\",\"data_opa11vm_1745903906046.xlsx\":\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data_opa11vm_1745903906046.xlsx\"},\"id\":\"d814e851e2131d223642c7672c838150\",\"manufacturer\":\"Burr-Brown\",\"totalCountLhs\":126,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:06\"}]', null, '23', null, '2025-05-03 19:06:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918623712751550466', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP11\",\"deviceName\":\"OP11\",\"deviceType\":\"放大器\",\"experimentDate\":\"12/18/2005;12/2005\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"G05DEC_OP11_TID.pdf\\\":\\\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/G05DEC_OP11_TID.pdf\\\",\\\"T121805_OP11.pdf\\\":\\\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/T121805_OP11.pdf\\\",\\\"nsrec06_W4.pdf\\\":\\\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/nsrec06_W4.pdf\\\",\\\"nsrec07_W26_TID.pdf\\\":\\\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/nsrec07_W26_TID.pdf\\\",\\\"data(7)_1745984730372.xlsx\\\":\\\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/data(7)_1745984730372.xlsx\\\"}\",\"fileMap\":{\"G05DEC_OP11_TID.pdf\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/G05DEC_OP11_TID.pdf\",\"T121805_OP11.pdf\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/T121805_OP11.pdf\",\"nsrec06_W4.pdf\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/nsrec06_W4.pdf\",\"nsrec07_W26_TID.pdf\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/nsrec07_W26_TID.pdf\",\"data(7)_1745984730372.xlsx\":\"/oss/physical/NASA/409d947ec2a5c59720c2b326725d3d82/data(7)_1745984730372.xlsx\"},\"id\":\"409d947ec2a5c59720c2b326725d3d82\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":28,\"totalCountNasa\":4,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:08\"}]', null, '22', null, '2025-05-03 19:08:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918623754023501825', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP07AJ\",\"deviceName\":\"OP07AJ\",\"deviceType\":\"放大器\",\"experimentDate\":\"6/30/1994;7/1/1994;7/17/1995\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"70194.pdf\\\":\\\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/70194.pdf\\\",\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/ieee95a.pdf\\\",\\\"b063094.pdf\\\":\\\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/b063094.pdf\\\",\\\"data(8)_1745985137348.xlsx\\\":\\\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/data(8)_1745985137348.xlsx\\\"}\",\"fileMap\":{\"70194.pdf\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/70194.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/ieee95a.pdf\",\"b063094.pdf\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/b063094.pdf\",\"data(8)_1745985137348.xlsx\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/data(8)_1745985137348.xlsx\"},\"id\":\"47a03518a2d23661ca99e6c51a7c5849\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:08\"}]', null, '16', null, '2025-05-03 19:08:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918623782435717121', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP07A\",\"deviceName\":\"OP07A\",\"deviceType\":\"放大器\",\"experimentDate\":\"5/1/1995;2/18/1993\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data(9)_1745985223942.xlsx\\\":\\\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/data(9)_1745985223942.xlsx\\\",\\\"PPM-93-033.pdf\\\":\\\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/PPM-93-033.pdf\\\",\\\"PPM-95-149.pdf\\\":\\\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/PPM-95-149.pdf\\\"}\",\"fileMap\":{\"data(9)_1745985223942.xlsx\":\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/data(9)_1745985223942.xlsx\",\"PPM-93-033.pdf\":\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/PPM-93-033.pdf\",\"PPM-95-149.pdf\":\"/oss/physical/NASA/c634e9b987f8bc91a843543e4e2331e5/PPM-95-149.pdf\"},\"id\":\"c634e9b987f8bc91a843543e4e2331e5\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:08\"}]', null, '6', null, '2025-05-03 19:08:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918624293952061441', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP07AJ\",\"deviceName\":\"OP07AJ\",\"deviceType\":\"放大器\",\"experimentDate\":\"6/30/1994;7/1/1994;7/17/1995\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"70194.pdf\\\":\\\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/70194.pdf\\\",\\\"ieee95a.pdf\\\":\\\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/ieee95a.pdf\\\",\\\"b063094.pdf\\\":\\\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/b063094.pdf\\\",\\\"data(8)_1745985137348.xlsx\\\":\\\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/data(8)_1745985137348.xlsx\\\"}\",\"fileMap\":{\"70194.pdf\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/70194.pdf\",\"ieee95a.pdf\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/ieee95a.pdf\",\"b063094.pdf\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/b063094.pdf\",\"data(8)_1745985137348.xlsx\":\"/oss/physical/NASA/47a03518a2d23661ca99e6c51a7c5849/data(8)_1745985137348.xlsx\"},\"id\":\"47a03518a2d23661ca99e6c51a7c5849\",\"manufacturer\":\"PMI\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:10\"}]', null, '11', null, '2025-05-03 19:10:53', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918624402446123010', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP07A\",\"deviceName\":\"OP07A\",\"deviceType\":\"放大器\",\"experimentDate\":\"8/23/1994\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data(10)_1745985513882.xlsx\\\":\\\"/oss/physical/NASA/c309a1e914e9ed7673ebf27b5bfcf4be/data(10)_1745985513882.xlsx\\\",\\\"PPM-94-020.pdf\\\":\\\"/oss/physical/NASA/c309a1e914e9ed7673ebf27b5bfcf4be/PPM-94-020.pdf\\\"}\",\"fileMap\":{\"data(10)_1745985513882.xlsx\":\"/oss/physical/NASA/c309a1e914e9ed7673ebf27b5bfcf4be/data(10)_1745985513882.xlsx\",\"PPM-94-020.pdf\":\"/oss/physical/NASA/c309a1e914e9ed7673ebf27b5bfcf4be/PPM-94-020.pdf\"},\"id\":\"c309a1e914e9ed7673ebf27b5bfcf4be\",\"manufacturer\":\"Linear\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:11\"}]', null, '5', null, '2025-05-03 19:11:19', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918625471175753729', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP07\",\"deviceName\":\"OP07\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"9/24/1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data(13)_1745985689605.xlsx\\\":\\\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/data(13)_1745985689605.xlsx\\\",\\\"PPM-97-038.pdf\\\":\\\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/PPM-97-038.pdf\\\"}\",\"fileMap\":{\"data(13)_1745985689605.xlsx\":\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/data(13)_1745985689605.xlsx\",\"PPM-97-038.pdf\":\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/PPM-97-038.pdf\"},\"id\":\"09e4c0f392de94ab942c34964d8edccd\",\"manufacturer\":\"PMI\",\"totalCountLhs\":136,\"totalCountNasa\":3,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:15\"}]', null, '6', null, '2025-05-03 19:15:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918625509050318849', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP07\",\"deviceName\":\"OP07\",\"deviceType\":\"放大器\",\"experimentDate\":\"9/24/1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data(13)_1745985689605.xlsx\\\":\\\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/data(13)_1745985689605.xlsx\\\",\\\"PPM-97-038.pdf\\\":\\\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/PPM-97-038.pdf\\\"}\",\"fileMap\":{\"data(13)_1745985689605.xlsx\":\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/data(13)_1745985689605.xlsx\",\"PPM-97-038.pdf\":\"/oss/physical/NASA/09e4c0f392de94ab942c34964d8edccd/PPM-97-038.pdf\"},\"id\":\"09e4c0f392de94ab942c34964d8edccd\",\"manufacturer\":\"PMI\",\"totalCountLhs\":136,\"totalCountNasa\":3,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:15\"}]', null, '6', null, '2025-05-03 19:15:42', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918625980271984642', '1', '用户名: changyuhai,登录成功!', null, 'changyuhai', '常余海', '119.78.164.166', null, null, null, null, '0', null, '2025-05-03 19:17:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918626404207067138', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OP07\",\"deviceName\":\"OP07\",\"deviceType\":\"放大器\",\"experimentDate\":\"5/7/1998;11/18/1998;2/18/1999;3/24/1999\",\"experimentUser\":\"谢永智\",\"id\":\"276f46fbf8f30011eeede63fe94014d6\",\"manufacturer\":\"Analog Devices\",\"totalCountLhs\":144,\"totalCountNasa\":4,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:19\"}]', null, '23', null, '2025-05-03 19:19:16', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918627136540934145', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optical Switch\",\"deviceMode\":\"OMT1090\",\"deviceName\":\"OMT1090\",\"deviceType\":\"开关\",\"experimentDate\":\"10/01/2021\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf\\\":\\\"/oss/physical/NASA/0ea0fe91e50aadb2787f8f0454bc26e4/2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf\\\",\\\"data(16)_1745986127327.xlsx\\\":\\\"/oss/physical/NASA/0ea0fe91e50aadb2787f8f0454bc26e4/data(16)_1745986127327.xlsx\\\"}\",\"fileMap\":{\"2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf\":\"/oss/physical/NASA/0ea0fe91e50aadb2787f8f0454bc26e4/2021-Carstens-TR-21-012-OMT1090-DD-2021Oct01-20220001877.pdf\",\"data(16)_1745986127327.xlsx\":\"/oss/physical/NASA/0ea0fe91e50aadb2787f8f0454bc26e4/data(16)_1745986127327.xlsx\"},\"id\":\"0ea0fe91e50aadb2787f8f0454bc26e4\",\"manufacturer\":\"TT Electronics / OPTEK Technology Inc.\",\"totalCountLhs\":120,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:22\"}]', null, '7', null, '2025-05-03 19:22:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918628973964853249', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OMT1062\",\"deviceName\":\"OMT1062\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data(17)_1745986440613.xlsx\\\":\\\"/oss/physical/NASA/416b0f4071921f651352524a4ba126c8/data(17)_1745986440613.xlsx\\\",\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/416b0f4071921f651352524a4ba126c8/nsrec00_W22.pdf\\\"}\",\"fileMap\":{\"data(17)_1745986440613.xlsx\":\"/oss/physical/NASA/416b0f4071921f651352524a4ba126c8/data(17)_1745986440613.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/416b0f4071921f651352524a4ba126c8/nsrec00_W22.pdf\"},\"id\":\"416b0f4071921f651352524a4ba126c8\",\"manufacturer\":\"Optek\",\"totalCountLhs\":10,\"totalCountNasa\":10,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:29\"}]', null, '6', null, '2025-05-03 19:29:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918629967578693633', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Solid-State Relay\",\"deviceMode\":\"OMR9701\",\"deviceName\":\"OMR9701\",\"deviceType\":\"其他混合集成电路\",\"experimentDate\":\"6/13/2003;6/22/2004\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"T061303_OMR9701.pdf\\\":\\\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/T061303_OMR9701.pdf\\\",\\\"data(18)_1745986679091.xlsx\\\":\\\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/data(18)_1745986679091.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/nsrec04_SEE.pdf\\\"}\",\"fileMap\":{\"T061303_OMR9701.pdf\":\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/T061303_OMR9701.pdf\",\"data(18)_1745986679091.xlsx\":\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/data(18)_1745986679091.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/0ce37486aa38ff1a8c04a53ff6031211/nsrec04_SEE.pdf\"},\"id\":\"0ce37486aa38ff1a8c04a53ff6031211\",\"manufacturer\":\"International Rectifier\",\"totalCountLhs\":8,\"totalCountNasa\":8,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:33\"}]', null, '5', null, '2025-05-03 19:33:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918630408983052290', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0252BC\",\"deviceFunction\":\"Octal Line Driver\",\"deviceMode\":\"SN54BCT244W\",\"deviceName\":\"SN54BCT244W\",\"deviceType\":\"CMOS\",\"experimentDate\":\"3/28/2003;6/22/2004\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"T032803_SN54BCT244W.pdf\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/T032803_SN54BCT244W.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/nsrec04_SEE.pdf\\\",\\\"单粒子效应_1746272107058.xlsx\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/单粒子效应_1746272107058.xlsx\\\"}\",\"fileMap\":{\"T032803_SN54BCT244W.pdf\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/T032803_SN54BCT244W.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/nsrec04_SEE.pdf\",\"单粒子效应_1746272107058.xlsx\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/单粒子效应_1746272107058.xlsx\"},\"id\":\"cf30b2bbbacbb3e33956db5ad7e037db\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":12,\"totalCountNasa\":2,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 19:35\"}]', null, '7', null, '2025-05-03 19:35:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918631015039008770', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Hall Effects Sensor\",\"deviceMode\":\"OMH3075S\",\"deviceName\":\"OMH3075S\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"7/13/1993;2/2007;8/2019\",\"experimentUser\":\"谢永智\",\"id\":\"070e85d8dd3bf614717af69bb775680d\",\"manufacturer\":\"Optek Technology\",\"totalCountLhs\":48,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:37\"}]', null, '7', null, '2025-05-03 19:37:35', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918631073365000194', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Hall Effects Sensor\",\"deviceMode\":\"OMH3075S\",\"deviceName\":\"OMH3075S\",\"deviceType\":\"开关\",\"experimentDate\":\"7/13/1993;2/2007;8/2019\",\"experimentUser\":\"谢永智\",\"id\":\"070e85d8dd3bf614717af69bb775680d\",\"manufacturer\":\"Optek Technology\",\"totalCountLhs\":48,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:37\"}]', null, '24', null, '2025-05-03 19:37:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918631897461850113', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Hallogic Hall Effect Sensor\",\"deviceMode\":\"OMH3075B\",\"deviceName\":\"OMH3075B\",\"deviceType\":\"开关\",\"experimentDate\":\"9/19/2006\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/nsrec07_W27_SEE.pdf\\\",\\\"data(20)_1745987356366.xlsx\\\":\\\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/data(20)_1745987356366.xlsx\\\",\\\"L091906_OMH3075B.pdf\\\":\\\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/L091906_OMH3075B.pdf\\\"}\",\"fileMap\":{\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/nsrec07_W27_SEE.pdf\",\"data(20)_1745987356366.xlsx\":\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/data(20)_1745987356366.xlsx\",\"L091906_OMH3075B.pdf\":\"/oss/physical/NASA/20f14fd94bc1e6fa3c2bba8996ee38ad/L091906_OMH3075B.pdf\"},\"id\":\"20f14fd94bc1e6fa3c2bba8996ee38ad\",\"manufacturer\":\"Optek Technology\",\"totalCountLhs\":52,\"totalCountNasa\":3,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:41\"}]', null, '25', null, '2025-05-03 19:41:05', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918632629275623425', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"OM3914\",\"deviceName\":\"OM3914\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"9/10/1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/nsrec00_W21.pdf\\\",\\\"PPM-99-028.pdf\\\":\\\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/PPM-99-028.pdf\\\",\\\"data(22)_1745988187708.xlsx\\\":\\\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/data(22)_1745988187708.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/nsrec00_W21.pdf\",\"PPM-99-028.pdf\":\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/PPM-99-028.pdf\",\"data(22)_1745988187708.xlsx\":\"/oss/physical/NASA/483f4d609e2dbbb63a9e3d456744c916/data(22)_1745988187708.xlsx\"},\"id\":\"483f4d609e2dbbb63a9e3d456744c916\",\"manufacturer\":\"Ommirel\",\"totalCountLhs\":40,\"totalCountNasa\":3,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:43\"}]', null, '23', null, '2025-05-03 19:44:00', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918633022369988609', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"P-Channel MOSFET\",\"deviceMode\":\"OM20P10\",\"deviceName\":\"OM20P10\",\"deviceType\":\"P-Channel MOSFET\",\"experimentDate\":\"8/10/1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data(23)_1745988788599.xlsx\\\":\\\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/data(23)_1745988788599.xlsx\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/nsrec00_W21.pdf\\\",\\\"PPM-99-025.pdf\\\":\\\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/PPM-99-025.pdf\\\"}\",\"fileMap\":{\"data(23)_1745988788599.xlsx\":\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/data(23)_1745988788599.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/nsrec00_W21.pdf\",\"PPM-99-025.pdf\":\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/PPM-99-025.pdf\"},\"id\":\"c8cde1ab8e2e6a1bdb5d1905aaf501e5\",\"manufacturer\":\"Ommirel\",\"totalCountLhs\":60,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:45\"}]', null, '10', null, '2025-05-03 19:45:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918633098223976450', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"P-Channel MOSFET\",\"deviceMode\":\"OM20P10\",\"deviceName\":\"OM20P10\",\"deviceType\":\"晶体管\",\"experimentDate\":\"8/10/1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data(23)_1745988788599.xlsx\\\":\\\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/data(23)_1745988788599.xlsx\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/nsrec00_W21.pdf\\\",\\\"PPM-99-025.pdf\\\":\\\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/PPM-99-025.pdf\\\"}\",\"fileMap\":{\"data(23)_1745988788599.xlsx\":\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/data(23)_1745988788599.xlsx\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/nsrec00_W21.pdf\",\"PPM-99-025.pdf\":\"/oss/physical/NASA/c8cde1ab8e2e6a1bdb5d1905aaf501e5/PPM-99-025.pdf\"},\"id\":\"c8cde1ab8e2e6a1bdb5d1905aaf501e5\",\"manufacturer\":\"Ommirel\",\"totalCountLhs\":60,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:45\"}]', null, '7', null, '2025-05-03 19:45:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918633441712308225', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Voltage Regulator\",\"deviceMode\":\"OM1850STM3\",\"deviceName\":\"OM1850STM3\",\"deviceType\":\"电源变换器\",\"experimentDate\":\"8/23/1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/nsrec00_W21.pdf\\\",\\\"data(25)_1745989054219.xlsx\\\":\\\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/data(25)_1745989054219.xlsx\\\",\\\"PPM-99-024.pdf\\\":\\\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/PPM-99-024.pdf\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/nsrec00_W21.pdf\",\"data(25)_1745989054219.xlsx\":\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/data(25)_1745989054219.xlsx\",\"PPM-99-024.pdf\":\"/oss/physical/NASA/6cd2bbcc96e07541618994a0611f01f1/PPM-99-024.pdf\"},\"id\":\"6cd2bbcc96e07541618994a0611f01f1\",\"manufacturer\":\"Ommirel\",\"totalCountLhs\":112,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:47\"}]', null, '14', null, '2025-05-03 19:47:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918633515309760514', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"DUT1:SN-0423, DC-0408 DUT2:SN-0722, DC-0972 DUT3:SN-0711, DC-0733\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"SMTR283R3S\",\"deviceName\":\"SMTR283R3S\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"TAMU10MAR;TAMU10NOV\",\"experimentUser\":\"常余海\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/data.xlsx\",\"T030210_T110910_SMTR283R3S.pdf\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/T030210_T110910_SMTR283R3S.pdf\",\"T030210_SMTR283R3S.pdf\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/T030210_SMTR283R3S.pdf\",\"单粒子效应_1746272848228.xlsx\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/单粒子效应_1746272848228.xlsx\"},\"id\":\"ee94d120e22aff019a6a38a453fb980f\",\"manufacturer\":\"Crane\",\"totalCountLhs\":12,\"totalCountNasa\":12,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 19:47\"}]', null, '17', null, '2025-05-03 19:47:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918633963613749249', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0252BC\",\"deviceFunction\":\"Octal Line Driver\",\"deviceMode\":\"SN54BCT244W\",\"deviceName\":\"SN54BCT244W\",\"deviceType\":\"CMOS\",\"experimentDate\":\"3/28/2003;6/22/2004\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"T032803_SN54BCT244W.pdf\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/T032803_SN54BCT244W.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data.xlsx\\\",\\\"nsrec04_SEE.pdf\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/nsrec04_SEE.pdf\\\",\\\"单粒子效应_1746272107058_1746272954803.xlsx\\\":\\\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/单粒子效应_1746272107058_1746272954803.xlsx\\\"}\",\"fileMap\":{\"T032803_SN54BCT244W.pdf\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/T032803_SN54BCT244W.pdf\",\"data.xlsx\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/data.xlsx\",\"nsrec04_SEE.pdf\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/nsrec04_SEE.pdf\",\"单粒子效应_1746272107058_1746272954803.xlsx\":\"/oss/physical/NASA/cf30b2bbbacbb3e33956db5ad7e037db/单粒子效应_1746272107058_1746272954803.xlsx\"},\"id\":\"cf30b2bbbacbb3e33956db5ad7e037db\",\"manufacturer\":\"Texas Instruments\",\"totalCountLhs\":12,\"totalCountNasa\":2,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 19:49\"}]', null, '6', null, '2025-05-03 19:49:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918634319605301250', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OM11725SMX (OM7646)\",\"deviceName\":\"OM11725SMX (OM7646)\",\"deviceType\":\"Operational Amplifier\",\"experimentDate\":\"3/13/1998;4/10/1998;1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/nsrec00_W21.pdf\\\",\\\"PPM-98-002.pdf\\\":\\\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-002.pdf\\\",\\\"PPM-98-007.pdf\\\":\\\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-007.pdf\\\",\\\"data(27)_1745989553684.xlsx\\\":\\\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/data(27)_1745989553684.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/nsrec00_W21.pdf\",\"PPM-98-002.pdf\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-002.pdf\",\"PPM-98-007.pdf\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-007.pdf\",\"data(27)_1745989553684.xlsx\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/data(27)_1745989553684.xlsx\"},\"id\":\"fd44c50b511d76325f3590d781d5d572\",\"manufacturer\":\"Omnirel\",\"totalCountLhs\":52,\"totalCountNasa\":4,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:50\"}]', null, '10', null, '2025-05-03 19:50:43', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918634381261570049', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLS700\",\"deviceName\":\"OLS700\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"3/1998\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data(29)_1745989716668.xlsx\\\":\\\"/oss/physical/NASA/05823691b63d9ba6dbbe68666b10c8db/data(29)_1745989716668.xlsx\\\",\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/05823691b63d9ba6dbbe68666b10c8db/nsrec00_W22.pdf\\\"}\",\"fileMap\":{\"data(29)_1745989716668.xlsx\":\"/oss/physical/NASA/05823691b63d9ba6dbbe68666b10c8db/data(29)_1745989716668.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/05823691b63d9ba6dbbe68666b10c8db/nsrec00_W22.pdf\"},\"id\":\"05823691b63d9ba6dbbe68666b10c8db\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:50\"}]', null, '9', null, '2025-05-03 19:50:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918634407899594753', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OM11725SMX (OM7646)\",\"deviceName\":\"OM11725SMX (OM7646)\",\"deviceType\":\"放大器\",\"experimentDate\":\"3/13/1998;4/10/1998;1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/nsrec00_W21.pdf\\\",\\\"PPM-98-002.pdf\\\":\\\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-002.pdf\\\",\\\"PPM-98-007.pdf\\\":\\\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-007.pdf\\\",\\\"data(27)_1745989553684.xlsx\\\":\\\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/data(27)_1745989553684.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/nsrec00_W21.pdf\",\"PPM-98-002.pdf\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-002.pdf\",\"PPM-98-007.pdf\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/PPM-98-007.pdf\",\"data(27)_1745989553684.xlsx\":\"/oss/physical/NASA/fd44c50b511d76325f3590d781d5d572/data(27)_1745989553684.xlsx\"},\"id\":\"fd44c50b511d76325f3590d781d5d572\",\"manufacturer\":\"Omnirel\",\"totalCountLhs\":52,\"totalCountNasa\":4,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:51\"}]', null, '14', null, '2025-05-03 19:51:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918634466326249474', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLS500SB\",\"deviceName\":\"OLS500SB\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"2019Apr(UCD)\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\":\\\"/oss/physical/NASA/08f60cc7331d6e9f731ca69398922a5a/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\",\\\"data(31)_1745989784608.xlsx\\\":\\\"/oss/physical/NASA/08f60cc7331d6e9f731ca69398922a5a/data(31)_1745989784608.xlsx\\\"}\",\"fileMap\":{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/08f60cc7331d6e9f731ca69398922a5a/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data(31)_1745989784608.xlsx\":\"/oss/physical/NASA/08f60cc7331d6e9f731ca69398922a5a/data(31)_1745989784608.xlsx\"},\"id\":\"08f60cc7331d6e9f731ca69398922a5a\",\"manufacturer\":\"Skyworks\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:51\"}]', null, '5', null, '2025-05-03 19:51:18', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918634673269014530', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"DUT1:SN-0423, DC-0408 DUT2:SN-0722, DC-0972 DUT3:SN-0711, DC-0733\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"SMTR283R3S\",\"deviceName\":\"SMTR283R3S\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"TAMU10MAR;TAMU10NOV\",\"experimentUser\":\"常余海\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/data.xlsx\",\"T030210_T110910_SMTR283R3S.pdf\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/T030210_T110910_SMTR283R3S.pdf\",\"T030210_SMTR283R3S.pdf\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/T030210_SMTR283R3S.pdf\",\"单粒子效应_1746272848228.xlsx\":\"/oss/physical/NASA/ee94d120e22aff019a6a38a453fb980f/单粒子效应_1746272848228.xlsx\"},\"id\":\"ee94d120e22aff019a6a38a453fb980f\",\"manufacturer\":\"Crane\",\"totalCountLhs\":108,\"totalCountNasa\":12,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 19:52\"}]', null, '12', null, '2025-05-03 19:52:07', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918634905146916866', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLI400\",\"deviceName\":\"OLI400\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"5/1997;12/1998\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/0d0f10a208e16c84ef7bbb13ab55be3e/nsrec00_W22.pdf\\\",\\\"data(33)_1745990012817.xlsx\\\":\\\"/oss/physical/NASA/0d0f10a208e16c84ef7bbb13ab55be3e/data(33)_1745990012817.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/0d0f10a208e16c84ef7bbb13ab55be3e/nsrec00_W22.pdf\",\"data(33)_1745990012817.xlsx\":\"/oss/physical/NASA/0d0f10a208e16c84ef7bbb13ab55be3e/data(33)_1745990012817.xlsx\"},\"id\":\"0d0f10a208e16c84ef7bbb13ab55be3e\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":7,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:53\"}]', null, '10', null, '2025-05-03 19:53:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918634980145266689', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH5601\",\"deviceName\":\"OLH5601\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"1997;1998;1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/nsrec00_W21.pdf\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/NSREC99.pdf\\\",\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/nsrec00_W22.pdf\\\",\\\"data(34)_1745990134269.xlsx\\\":\\\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/data(34)_1745990134269.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/nsrec00_W21.pdf\",\"NSREC99.pdf\":\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/NSREC99.pdf\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/nsrec00_W22.pdf\",\"data(34)_1745990134269.xlsx\":\"/oss/physical/NASA/0c4298e79db1cdff2fc08374147a62f7/data(34)_1745990134269.xlsx\"},\"id\":\"0c4298e79db1cdff2fc08374147a62f7\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":14,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:53\"}]', null, '5', null, '2025-05-03 19:53:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918635058884935681', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH400\",\"deviceName\":\"OLH400\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"2/1997;3/1998\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/3cf2388231654f642426584c538bc72c/nsrec00_W22.pdf\\\",\\\"data_1745990264081.xlsx\\\":\\\"/oss/physical/NASA/3cf2388231654f642426584c538bc72c/data_1745990264081.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/3cf2388231654f642426584c538bc72c/nsrec00_W22.pdf\",\"data_1745990264081.xlsx\":\"/oss/physical/NASA/3cf2388231654f642426584c538bc72c/data_1745990264081.xlsx\"},\"id\":\"3cf2388231654f642426584c538bc72c\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:53\"}]', null, '15', null, '2025-05-03 19:53:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918635119844950017', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH349\",\"deviceName\":\"OLH349\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"2/1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data_1745990598968.xlsx\\\":\\\"/oss/physical/NASA/18ee7db0dc50a9a76699067654eff05d/data_1745990598968.xlsx\\\",\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/18ee7db0dc50a9a76699067654eff05d/nsrec00_W22.pdf\\\"}\",\"fileMap\":{\"data_1745990598968.xlsx\":\"/oss/physical/NASA/18ee7db0dc50a9a76699067654eff05d/data_1745990598968.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/18ee7db0dc50a9a76699067654eff05d/nsrec00_W22.pdf\"},\"id\":\"18ee7db0dc50a9a76699067654eff05d\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:53\"}]', null, '9', null, '2025-05-03 19:53:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918635180293259266', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH304\",\"deviceName\":\"OLH304\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"2/1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data(40)_1745990682681.xlsx\\\":\\\"/oss/physical/NASA/0f4f4e57d3fb0315df62d7cf71e325bf/data(40)_1745990682681.xlsx\\\",\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/0f4f4e57d3fb0315df62d7cf71e325bf/nsrec00_W22.pdf\\\"}\",\"fileMap\":{\"data(40)_1745990682681.xlsx\":\"/oss/physical/NASA/0f4f4e57d3fb0315df62d7cf71e325bf/data(40)_1745990682681.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/0f4f4e57d3fb0315df62d7cf71e325bf/nsrec00_W22.pdf\"},\"id\":\"0f4f4e57d3fb0315df62d7cf71e325bf\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:54\"}]', null, '10', null, '2025-05-03 19:54:08', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918635241114861569', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH249\",\"deviceName\":\"OLH249\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"1998-1999;7/1/1999;2/1997;5/1999\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/nsrec00_W21.pdf\\\",\\\"NSREC99.pdf\\\":\\\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/NSREC99.pdf\\\",\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/nsrec00_W22.pdf\\\",\\\"data_1745991389849.xlsx\\\":\\\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/data_1745991389849.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W21.pdf\":\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/nsrec00_W21.pdf\",\"NSREC99.pdf\":\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/NSREC99.pdf\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/nsrec00_W22.pdf\",\"data_1745991389849.xlsx\":\"/oss/physical/NASA/04aa92043b4b7960a1e4107bd7c3ae74/data_1745991389849.xlsx\"},\"id\":\"04aa92043b4b7960a1e4107bd7c3ae74\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":12,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:54\"}]', null, '24', null, '2025-05-03 19:54:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918635274535075841', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH149\",\"deviceName\":\"OLH149\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"2/1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/6c4164cc9f95973e4f782edbb88cf22f/nsrec00_W22.pdf\\\",\\\"data(42)_1746001147779.xlsx\\\":\\\"/oss/physical/NASA/6c4164cc9f95973e4f782edbb88cf22f/data(42)_1746001147779.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/6c4164cc9f95973e4f782edbb88cf22f/nsrec00_W22.pdf\",\"data(42)_1746001147779.xlsx\":\"/oss/physical/NASA/6c4164cc9f95973e4f782edbb88cf22f/data(42)_1746001147779.xlsx\"},\"id\":\"6c4164cc9f95973e4f782edbb88cf22f\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:54\"}]', null, '5', null, '2025-05-03 19:54:31', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918635332747821058', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLH1049\",\"deviceName\":\"OLH1049\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"5/1998\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/ccb6795537acfc4ad6ce44593c15f8d1/nsrec00_W22.pdf\\\",\\\"data(44)_1746001305423.xlsx\\\":\\\"/oss/physical/NASA/ccb6795537acfc4ad6ce44593c15f8d1/data(44)_1746001305423.xlsx\\\"}\",\"fileMap\":{\"nsrec00_W22.pdf\":\"/oss/physical/NASA/ccb6795537acfc4ad6ce44593c15f8d1/nsrec00_W22.pdf\",\"data(44)_1746001305423.xlsx\":\"/oss/physical/NASA/ccb6795537acfc4ad6ce44593c15f8d1/data(44)_1746001305423.xlsx\"},\"id\":\"ccb6795537acfc4ad6ce44593c15f8d1\",\"manufacturer\":\"Optek\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:54\"}]', null, '13', null, '2025-05-03 19:54:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918635410292113409', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Optocoupler\",\"deviceMode\":\"OLF400\",\"deviceName\":\"OLF400\",\"deviceType\":\"光电子器件\",\"experimentDate\":\"12/1997\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"data(48)_1746001426101.xlsx\\\":\\\"/oss/physical/NASA/e5685f499344cd670015c49cf2590ad8/data(48)_1746001426101.xlsx\\\",\\\"nsrec00_W22.pdf\\\":\\\"/oss/physical/NASA/e5685f499344cd670015c49cf2590ad8/nsrec00_W22.pdf\\\"}\",\"fileMap\":{\"data(48)_1746001426101.xlsx\":\"/oss/physical/NASA/e5685f499344cd670015c49cf2590ad8/data(48)_1746001426101.xlsx\",\"nsrec00_W22.pdf\":\"/oss/physical/NASA/e5685f499344cd670015c49cf2590ad8/nsrec00_W22.pdf\"},\"id\":\"e5685f499344cd670015c49cf2590ad8\",\"manufacturer\":\"Isolink\",\"totalCountLhs\":15,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:55\"}]', null, '8', null, '2025-05-03 19:55:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918635616467320833', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"未提及\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"SMT-1310 series\",\"deviceName\":\"SMT-1310 series\",\"deviceType\":\"Optical Fiber\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/data.xlsx\\\",\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/NSREC02_W5.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/data.xlsx\",\"NSREC02_W5.pdf\":\"/oss/physical/NASA/6e39a16def81b19f3c594ab43847cca4/NSREC02_W5.pdf\"},\"id\":\"6e39a16def81b19f3c594ab43847cca4\",\"manufacturer\":\"OFS\",\"totalCountLhs\":0,\"totalCountNasa\":0,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 19:55\"}]', null, '4', null, '2025-05-03 19:55:52', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918635939286122497', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"200 Mbps Fiber optic TX/REC\",\"deviceMode\":\"ODL200 TX/REC\",\"deviceName\":\"ODL200 TX/REC\",\"deviceType\":\"其他光纤元器件\",\"experimentDate\":\"3/30/1993;1/6/1994;7/18/1994\",\"experimentUser\":\"谢永智\",\"fileList\":\"{\\\"nsrec94a.pdf\\\":\\\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/nsrec94a.pdf\\\",\\\"data(49)_1746001782545.xlsx\\\":\\\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/data(49)_1746001782545.xlsx\\\",\\\"b010694.pdf\\\":\\\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/b010694.pdf\\\"}\",\"fileMap\":{\"nsrec94a.pdf\":\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/nsrec94a.pdf\",\"data(49)_1746001782545.xlsx\":\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/data(49)_1746001782545.xlsx\",\"b010694.pdf\":\"/oss/physical/NASA/6184af8cca9084c5010e9d3d99f9a327/b010694.pdf\"},\"id\":\"6184af8cca9084c5010e9d3d99f9a327\",\"manufacturer\":\"ATT/CTS\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:57\"}]', null, '11', null, '2025-05-03 19:57:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918636191405735937', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OPA111VM/883B\",\"deviceName\":\"OPA111VM/883B\",\"deviceType\":\"放大器\",\"experimentDate\":\"2/10/1993\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-93-031.pdf\\\":\\\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/PPM-93-031.pdf\\\",\\\"data_opa11vm_1745903906046.xlsx\\\":\\\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data_opa11vm_1745903906046.xlsx\\\"}\",\"fileMap\":{\"PPM-93-031.pdf\":\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/PPM-93-031.pdf\",\"data_opa11vm_1745903906046.xlsx\":\"/oss/physical/NASA/d814e851e2131d223642c7672c838150/data_opa11vm_1745903906046.xlsx\"},\"id\":\"d814e851e2131d223642c7672c838150\",\"manufacturer\":\"Burr-Brown\",\"totalCountLhs\":126,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:58\"}]', null, '10', null, '2025-05-03 19:58:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918636387862740994', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Operational Amplifier\",\"deviceMode\":\"OPA128\",\"deviceName\":\"OPA128\",\"deviceType\":\"放大器\",\"experimentDate\":\"2/24/2004\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/data.xlsx\\\",\\\"T022404_IFN423_OPA128.pdf\\\":\\\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/T022404_IFN423_OPA128.pdf\\\",\\\"nsrec05_W5.pdf\\\":\\\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/nsrec05_W5.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/data.xlsx\",\"T022404_IFN423_OPA128.pdf\":\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/T022404_IFN423_OPA128.pdf\",\"nsrec05_W5.pdf\":\"/oss/physical/NASA/a3254f82479e823b398277fe37eedce2/nsrec05_W5.pdf\"},\"id\":\"a3254f82479e823b398277fe37eedce2\",\"manufacturer\":\"Burr-Brown\",\"totalCountLhs\":1,\"totalCountNasa\":1,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:58\"}]', null, '5', null, '2025-05-03 19:58:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918636461548273665', '2', 'NASA数据管理-编辑', '3', 'xieyongzhi', '谢永智', '119.78.164.168', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"Power Operational Amplifier\",\"deviceMode\":\"PA10A\",\"deviceName\":\"PA10A\",\"deviceType\":\"放大器\",\"experimentDate\":\"6/22/1994-7/21/1994\",\"experimentUser\":\"罗永恒\",\"fileList\":\"{\\\"PPM-94-015.pdf\\\":\\\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/PPM-94-015.pdf\\\",\\\"data__1745914254394.xlsx\\\":\\\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/data__1745914254394.xlsx\\\"}\",\"fileMap\":{\"PPM-94-015.pdf\":\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/PPM-94-015.pdf\",\"data__1745914254394.xlsx\":\"/oss/physical/NASA/6f3d55c3e6904a3d0ed2b69f9670e517/data__1745914254394.xlsx\"},\"id\":\"6f3d55c3e6904a3d0ed2b69f9670e517\",\"manufacturer\":\"Apex\",\"totalCountLhs\":110,\"totalCountNasa\":2,\"updateBy\":\"xieyongzhi\",\"updateTime\":\"2025-05-03 19:59\"}]', null, '11', null, '2025-05-03 19:59:14', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918637601614626818', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0615、0651\",\"deviceFunction\":\"DC/DC Converter\",\"deviceMode\":\"SMSA2815S\",\"deviceName\":\"SMSA2815S\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"_2007SEP\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"nsrec08_W2_TID.pdf\\\":\\\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/nsrec08_W2_TID.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/data.xlsx\\\",\\\"G07SEP_SMSA2815_TID.pdf\\\":\\\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/G07SEP_SMSA2815_TID.pdf\\\",\\\"电离总剂量效应_1746273822087.xlsx\\\":\\\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/电离总剂量效应_1746273822087.xlsx\\\"}\",\"fileMap\":{\"nsrec08_W2_TID.pdf\":\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/nsrec08_W2_TID.pdf\",\"data.xlsx\":\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/data.xlsx\",\"G07SEP_SMSA2815_TID.pdf\":\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/G07SEP_SMSA2815_TID.pdf\",\"电离总剂量效应_1746273822087.xlsx\":\"/oss/physical/NASA/78c0056e8d80f7b302069cf0f1be2d73/电离总剂量效应_1746273822087.xlsx\"},\"id\":\"78c0056e8d80f7b302069cf0f1be2d73\",\"manufacturer\":\"Interport\",\"totalCountLhs\":112,\"totalCountNasa\":56,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 20:03\"}]', null, '5', null, '2025-05-03 20:03:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918642517045313537', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"S/N 1444, S/N 1445, D/C 0617\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"SMSA2815S\",\"deviceName\":\"SMSA2815S\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"NRL10MAY\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/data.xlsx\\\",\\\"NRL051110_SMSA2815S.pdf\\\":\\\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/NRL051110_SMSA2815S.pdf\\\",\\\"单粒子效应_1746274993961.xlsx\\\":\\\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/单粒子效应_1746274993961.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/data.xlsx\",\"NRL051110_SMSA2815S.pdf\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/NRL051110_SMSA2815S.pdf\",\"单粒子效应_1746274993961.xlsx\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/单粒子效应_1746274993961.xlsx\"},\"id\":\"5853c99c65a92ca8b962a09660a8d1f3\",\"manufacturer\":\"Crane\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 20:23\"}]', null, '7', null, '2025-05-03 20:23:17', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918643821490634754', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0617\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"SMSA2815S\",\"deviceName\":\"SMSA2815S\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"NRL10MAY\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/data.xlsx\\\",\\\"NRL051110_SMSA2815S.pdf\\\":\\\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/NRL051110_SMSA2815S.pdf\\\",\\\"单粒子效应_1746274993961_1746275165905.xlsx\\\":\\\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/单粒子效应_1746274993961_1746275165905.xlsx\\\"}\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/data.xlsx\",\"NRL051110_SMSA2815S.pdf\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/NRL051110_SMSA2815S.pdf\",\"单粒子效应_1746274993961_1746275165905.xlsx\":\"/oss/physical/NASA/5853c99c65a92ca8b962a09660a8d1f3/单粒子效应_1746274993961_1746275165905.xlsx\"},\"id\":\"5853c99c65a92ca8b962a09660a8d1f3\",\"manufacturer\":\"Crane\",\"totalCountLhs\":12,\"totalCountNasa\":2,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 20:28\"}]', null, '6', null, '2025-05-03 20:28:28', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918646953247408130', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"未提及\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"SMSA2815\",\"deviceName\":\"SMSA2815\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"TAMU07NOV\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"T111307_SMSA2815.pdf\\\":\\\"/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/T111307_SMSA2815.pdf\\\",\\\"nsrec08_W3_SEE.pdf\\\":\\\"/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/nsrec08_W3_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/data.xlsx\\\",\\\"单粒子效应_1746275641440.xlsx\\\":\\\"/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/单粒子效应_1746275641440.xlsx\\\"}\",\"fileMap\":{\"T111307_SMSA2815.pdf\":\"/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/T111307_SMSA2815.pdf\",\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/data.xlsx\",\"单粒子效应_1746275641440.xlsx\":\"/oss/physical/NASA/55969f1b1535b9a5dc7000cd97d39480/单粒子效应_1746275641440.xlsx\"},\"id\":\"55969f1b1535b9a5dc7000cd97d39480\",\"manufacturer\":\"Interpoint\",\"totalCountLhs\":55,\"totalCountNasa\":55,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 20:40\"}]', null, '6', null, '2025-05-03 20:40:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918648648106934273', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"未提及\",\"deviceFunction\":\"Dual DC-DC Converter\",\"deviceMode\":\"SMSA2812D\",\"deviceName\":\"SMSA2812D\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"TAMU10MAR; TAMU10NOV\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"T030210_T110910_SMSA2812D.pdf\\\":\\\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/T030210_T110910_SMSA2812D.pdf\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/data.xlsx\\\",\\\"T030210_SMSA2812D.pdf\\\":\\\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/T030210_SMSA2812D.pdf\\\",\\\"单粒子效应_1746276436191.xlsx\\\":\\\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/单粒子效应_1746276436191.xlsx\\\"}\",\"fileMap\":{\"T030210_T110910_SMSA2812D.pdf\":\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/T030210_T110910_SMSA2812D.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/data.xlsx\",\"T030210_SMSA2812D.pdf\":\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/T030210_SMSA2812D.pdf\",\"单粒子效应_1746276436191.xlsx\":\"/oss/physical/NASA/331fa91c7fcc648368512eda56659640/单粒子效应_1746276436191.xlsx\"},\"id\":\"331fa91c7fcc648368512eda56659640\",\"manufacturer\":\"Crane\",\"totalCountLhs\":78,\"totalCountNasa\":78,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 20:47\"}]', null, '21', null, '2025-05-03 20:47:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918658337502822402', '1', '用户名: changyuhai,登录成功!', null, 'changyuhai', '常余海', '119.78.164.166', null, null, null, null, '0', null, '2025-05-03 21:26:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918658486467723265', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"SMRT28515T\",\"deviceName\":\"SMRT28515T\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"TAMU10MAR;LBNL10JUN;TAMU10NOV\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"LBNL060910_TAMU110910_SMRT28515T.pdf\\\":\\\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/LBNL060910_TAMU110910_SMRT28515T.pdf\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/data.xlsx\\\",\\\"单粒子效应_1746278800501.xlsx\\\":\\\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/单粒子效应_1746278800501.xlsx\\\"}\",\"fileMap\":{\"LBNL060910_TAMU110910_SMRT28515T.pdf\":\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/LBNL060910_TAMU110910_SMRT28515T.pdf\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/data.xlsx\",\"单粒子效应_1746278800501.xlsx\":\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/单粒子效应_1746278800501.xlsx\"},\"id\":\"e1013fdcc98501f82c9140aa944c6677\",\"manufacturer\":\"Crane\",\"totalCountLhs\":70,\"totalCountNasa\":70,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 21:26\"}]', null, '9', null, '2025-05-03 21:26:45', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918658564884430850', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"未提及\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"SMRT28515T\",\"deviceName\":\"SMRT28515T\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"TAMU10MAR;LBNL10JUN;TAMU10NOV\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"LBNL060910_TAMU110910_SMRT28515T.pdf\\\":\\\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/LBNL060910_TAMU110910_SMRT28515T.pdf\\\",\\\"单粒子效应_1746278800501.xlsx\\\":\\\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/单粒子效应_1746278800501.xlsx\\\",\\\"nsrec2011_W6_SEE.pdf\\\":\\\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/nsrec2011_W6_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/data.xlsx\\\"}\",\"fileMap\":{\"LBNL060910_TAMU110910_SMRT28515T.pdf\":\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/LBNL060910_TAMU110910_SMRT28515T.pdf\",\"单粒子效应_1746278800501.xlsx\":\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/单粒子效应_1746278800501.xlsx\",\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/e1013fdcc98501f82c9140aa944c6677/data.xlsx\"},\"id\":\"e1013fdcc98501f82c9140aa944c6677\",\"manufacturer\":\"Crane\",\"totalCountLhs\":70,\"totalCountNasa\":70,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 21:27\"}]', null, '6', null, '2025-05-03 21:27:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918660295408123906', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"17-025\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"SMP1307-004LF\",\"deviceName\":\"SMP1307-004LF\",\"deviceType\":\"Si\",\"experimentDate\":\"4/11/2017\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\":\\\"/oss/physical/NASA/fb7a29814979eba273dfd3e4f9b9aaf6/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/fb7a29814979eba273dfd3e4f9b9aaf6/data.xlsx\\\",\\\"单粒子效应_1746279234906.xlsx\\\":\\\"/oss/physical/NASA/fb7a29814979eba273dfd3e4f9b9aaf6/单粒子效应_1746279234906.xlsx\\\"}\",\"fileMap\":{\"CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\":\"/oss/physical/NASA/fb7a29814979eba273dfd3e4f9b9aaf6/CP-2018-OBryan-NSREC-SEE-DW-Paper-20205001490.pdf\",\"data.xlsx\":\"/oss/physical/NASA/fb7a29814979eba273dfd3e4f9b9aaf6/data.xlsx\",\"单粒子效应_1746279234906.xlsx\":\"/oss/physical/NASA/fb7a29814979eba273dfd3e4f9b9aaf6/单粒子效应_1746279234906.xlsx\"},\"id\":\"fb7a29814979eba273dfd3e4f9b9aaf6\",\"manufacturer\":\"Skyworks Solutions, Inc.\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 21:33\"}]', null, '8', null, '2025-05-03 21:33:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918668209854251009', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9435\",\"deviceFunction\":\"Op-amp\",\"deviceMode\":\"SMP11\",\"deviceName\":\"SMP11\",\"deviceType\":\"Linear Device\",\"experimentDate\":\"7/29/1994;7/17/1995;7/3/1995\",\"experimentUser\":\"常余海\",\"id\":\"b701cf451504b2311ced01f4a9029422\",\"manufacturer\":\"PMI\",\"totalCountLhs\":18,\"totalCountNasa\":18,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 22:05\"}]', null, '7', null, '2025-05-03 22:05:23', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918675560699166722', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9025\",\"deviceFunction\":\"32-bit DSP\",\"deviceMode\":\"SMJ32OC30\",\"deviceName\":\"SMJ32OC30\",\"deviceType\":\"Processor\",\"experimentDate\":\"10/11/1991\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"PPM-91-612.pdf\\\":\\\"/oss/physical/NASA/08d27d77aa9e75842766cb8c973f3678/PPM-91-612.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/08d27d77aa9e75842766cb8c973f3678/data.xlsx\\\",\\\"电离总剂量效应_1746282874281.xlsx\\\":\\\"/oss/physical/NASA/08d27d77aa9e75842766cb8c973f3678/电离总剂量效应_1746282874281.xlsx\\\"}\",\"fileMap\":{\"PPM-91-612.pdf\":\"/oss/physical/NASA/08d27d77aa9e75842766cb8c973f3678/PPM-91-612.pdf\",\"data.xlsx\":\"/oss/physical/NASA/08d27d77aa9e75842766cb8c973f3678/data.xlsx\",\"电离总剂量效应_1746282874281.xlsx\":\"/oss/physical/NASA/08d27d77aa9e75842766cb8c973f3678/电离总剂量效应_1746282874281.xlsx\"},\"id\":\"08d27d77aa9e75842766cb8c973f3678\",\"manufacturer\":\"TI\",\"totalCountLhs\":10,\"totalCountNasa\":1,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 22:34\"}]', null, '6', null, '2025-05-03 22:34:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918678128892477442', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1021、1214\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"SMHF2812\",\"deviceName\":\"SMHF2812\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"4/4/2014;7/9/2014\",\"experimentUser\":\"常余海\",\"id\":\"70daf822f5b7315368fd54d8bc9cb295\",\"manufacturer\":\"Crane Interpoint\",\"totalCountLhs\":72,\"totalCountNasa\":2,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 22:44\"}]', null, '8', null, '2025-05-03 22:44:48', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918681163697913858', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"SN-0161、SN-0141\",\"deviceFunction\":\"DC-DC Converter\",\"deviceMode\":\"SMFLHP2815S\",\"deviceName\":\"SMFLHP2815S\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"TAMU10MAR;TAMU10NOV\",\"experimentUser\":\"常余海\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/39d79ad846fee2b2f354778e21eced8d/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/39d79ad846fee2b2f354778e21eced8d/data.xlsx\",\"T030210_SMFLHP2815S.pdf\":\"/oss/physical/NASA/39d79ad846fee2b2f354778e21eced8d/T030210_SMFLHP2815S.pdf\",\"T030210_T110910_SMFLHP2815S.pdf\":\"/oss/physical/NASA/39d79ad846fee2b2f354778e21eced8d/T030210_T110910_SMFLHP2815S.pdf\",\"单粒子效应_1746284078138.xlsx\":\"/oss/physical/NASA/39d79ad846fee2b2f354778e21eced8d/单粒子效应_1746284078138.xlsx\"},\"id\":\"39d79ad846fee2b2f354778e21eced8d\",\"manufacturer\":\"Crane\",\"totalCountLhs\":40,\"totalCountNasa\":5,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 22:56\"}]', null, '7', null, '2025-05-03 22:56:51', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918683866171867137', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"未提及\",\"deviceFunction\":\"Optical Fiber\",\"deviceMode\":\"SMF-28\",\"deviceName\":\"SMF-28\",\"deviceType\":\"Optical Fiber\",\"experimentDate\":\"7/19/2002\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"NSREC02_W5.pdf\\\":\\\"/oss/physical/NASA/ee40b46acaeadddc9064629f4de70712/NSREC02_W5.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/ee40b46acaeadddc9064629f4de70712/data.xlsx\\\",\\\"电离总剂量效应_1746284853678.xlsx\\\":\\\"/oss/physical/NASA/ee40b46acaeadddc9064629f4de70712/电离总剂量效应_1746284853678.xlsx\\\"}\",\"fileMap\":{\"NSREC02_W5.pdf\":\"/oss/physical/NASA/ee40b46acaeadddc9064629f4de70712/NSREC02_W5.pdf\",\"data.xlsx\":\"/oss/physical/NASA/ee40b46acaeadddc9064629f4de70712/data.xlsx\",\"电离总剂量效应_1746284853678.xlsx\":\"/oss/physical/NASA/ee40b46acaeadddc9064629f4de70712/电离总剂量效应_1746284853678.xlsx\"},\"id\":\"ee40b46acaeadddc9064629f4de70712\",\"manufacturer\":\"Corning\",\"totalCountLhs\":14,\"totalCountNasa\":14,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 23:07\"}]', null, '5', null, '2025-05-03 23:07:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918685393942904833', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9106\",\"deviceFunction\":\"Crystal Oscillator\",\"deviceMode\":\"SMEX 5955-03/8\",\"deviceName\":\"SMEX 5955-03/8\",\"deviceType\":\"Crystal Oscillator\",\"experimentDate\":\"10/16/1991\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"PPM-91-613.pdf\\\":\\\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/PPM-91-613.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/data.xlsx\\\",\\\"电离总剂量效应_1746285217804.xlsx\\\":\\\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/电离总剂量效应_1746285217804.xlsx\\\"}\",\"fileMap\":{\"PPM-91-613.pdf\":\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/PPM-91-613.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/data.xlsx\",\"电离总剂量效应_1746285217804.xlsx\":\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/电离总剂量效应_1746285217804.xlsx\"},\"id\":\"3aef8f6daf86783c00a07e79345ce994\",\"manufacturer\":\"Q-Tech\",\"totalCountLhs\":2002,\"totalCountNasa\":7,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 23:13\"}]', null, '9', null, '2025-05-03 23:13:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918689017414713345', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"1218;12-051\",\"deviceFunction\":\"Cascadable Amplifier\",\"deviceMode\":\"SMA1031\",\"deviceName\":\"SMA1031\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"11/14/2012\",\"experimentUser\":\"常余海\",\"id\":\"cd2cf94121eec0c1a019069b7d0add65\",\"manufacturer\":\"M/A-COM\",\"totalCountLhs\":13,\"totalCountNasa\":4,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 23:28\"}]', null, '9', null, '2025-05-03 23:28:04', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918689198856110081', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9106\",\"deviceFunction\":\"Crystal Oscillator\",\"deviceMode\":\"SMEX 5955-03/8\",\"deviceName\":\"SMEX 5955-03/8\",\"deviceType\":\"Crystal Oscillator\",\"experimentDate\":\"10/16/1991\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"PPM-91-613.pdf\\\":\\\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/PPM-91-613.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/data.xlsx\\\",\\\"电离总剂量效应_1746285217804_1746286122581.xlsx\\\":\\\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/电离总剂量效应_1746285217804_1746286122581.xlsx\\\"}\",\"fileMap\":{\"PPM-91-613.pdf\":\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/PPM-91-613.pdf\",\"data.xlsx\":\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/data.xlsx\",\"电离总剂量效应_1746285217804_1746286122581.xlsx\":\"/oss/physical/NASA/3aef8f6daf86783c00a07e79345ce994/电离总剂量效应_1746285217804_1746286122581.xlsx\"},\"id\":\"3aef8f6daf86783c00a07e79345ce994\",\"manufacturer\":\"Q-Tech\",\"totalCountLhs\":2002,\"totalCountNasa\":7,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 23:28\"}]', null, '8', null, '2025-05-03 23:28:47', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918691491441704962', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"SN-1415, SN-1416, SN-1417\",\"deviceFunction\":\"Dual DC-DC Converter\",\"deviceMode\":\"SLH2812D\",\"deviceName\":\"SLH2812D\",\"deviceType\":\"Hybrid\",\"experimentDate\":\"LBNL10JUN;TAMU10NOV;TAMU10MAR\",\"experimentUser\":\"常余海\",\"fileMap\":{\"nsrec2011_W6_SEE.pdf\":\"/oss/physical/NASA/242442f36c9e1f000a840991b13ce546/nsrec2011_W6_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/242442f36c9e1f000a840991b13ce546/data.xlsx\",\"LBNL060910_T110910_SLH2812D.pdf\":\"/oss/physical/NASA/242442f36c9e1f000a840991b13ce546/LBNL060910_T110910_SLH2812D.pdf\",\"LBNL060910_SLH2812D.pdf\":\"/oss/physical/NASA/242442f36c9e1f000a840991b13ce546/LBNL060910_SLH2812D.pdf\",\"单粒子效应_1746286644162.xlsx\":\"/oss/physical/NASA/242442f36c9e1f000a840991b13ce546/单粒子效应_1746286644162.xlsx\"},\"id\":\"242442f36c9e1f000a840991b13ce546\",\"manufacturer\":\"Crane\",\"totalCountLhs\":18,\"totalCountNasa\":3,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 23:37\"}]', null, '9', null, '2025-05-03 23:37:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918692760797478914', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"PD90A1215\",\"deviceFunction\":\"JFET\",\"deviceMode\":\"SJEP170R550\",\"deviceName\":\"SJEP170R550\",\"deviceType\":\"SiC\",\"experimentDate\":\"11/14/2012\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/480329eae6544b49c8275c73e188397b/nsrec2013_W8_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/480329eae6544b49c8275c73e188397b/data.xlsx\\\",\\\"单粒子效应_1746286970633.xlsx\\\":\\\"/oss/physical/NASA/480329eae6544b49c8275c73e188397b/单粒子效应_1746286970633.xlsx\\\"}\",\"fileMap\":{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/480329eae6544b49c8275c73e188397b/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/480329eae6544b49c8275c73e188397b/data.xlsx\",\"单粒子效应_1746286970633.xlsx\":\"/oss/physical/NASA/480329eae6544b49c8275c73e188397b/单粒子效应_1746286970633.xlsx\"},\"id\":\"480329eae6544b49c8275c73e188397b\",\"manufacturer\":\"SemiSouth\",\"totalCountLhs\":4,\"totalCountNasa\":1,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 23:42\"}]', null, '6', null, '2025-05-03 23:42:56', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918693320711897089', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"T1026\",\"deviceFunction\":\"JFET\",\"deviceMode\":\"SJEP120R100\",\"deviceName\":\"SJEP120R100\",\"deviceType\":\"SiC\",\"experimentDate\":\"8/20/2012\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"nsrec2013_W8_SEE.pdf\\\":\\\"/oss/physical/NASA/7d4ed828af65d14ba7cb38a526cc5879/nsrec2013_W8_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7d4ed828af65d14ba7cb38a526cc5879/data.xlsx\\\",\\\"单粒子效应_1746287107561.xlsx\\\":\\\"/oss/physical/NASA/7d4ed828af65d14ba7cb38a526cc5879/单粒子效应_1746287107561.xlsx\\\"}\",\"fileMap\":{\"nsrec2013_W8_SEE.pdf\":\"/oss/physical/NASA/7d4ed828af65d14ba7cb38a526cc5879/nsrec2013_W8_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/7d4ed828af65d14ba7cb38a526cc5879/data.xlsx\",\"单粒子效应_1746287107561.xlsx\":\"/oss/physical/NASA/7d4ed828af65d14ba7cb38a526cc5879/单粒子效应_1746287107561.xlsx\"},\"id\":\"7d4ed828af65d14ba7cb38a526cc5879\",\"manufacturer\":\"SemiSouth\",\"totalCountLhs\":7,\"totalCountNasa\":1,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 23:45\"}]', null, '5', null, '2025-05-03 23:45:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918695395961241601', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"JWST飞行批次\",\"deviceFunction\":\"ASIC\",\"deviceMode\":\"SIDECAR ASIC\",\"deviceName\":\"SIDECAR ASIC\",\"deviceType\":\"0.25�m CMOS\",\"experimentDate\":\"TAMU07JUNE\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"nsrec08_W3_SEE.pdf\\\":\\\"/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/nsrec08_W3_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/data.xlsx\\\",\\\"T062607_SIDECAR.pdf\\\":\\\"/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/T062607_SIDECAR.pdf\\\",\\\"单粒子效应_1746287463968.xlsx\\\":\\\"/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/单粒子效应_1746287463968.xlsx\\\"}\",\"fileMap\":{\"nsrec08_W3_SEE.pdf\":\"/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/nsrec08_W3_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/data.xlsx\",\"T062607_SIDECAR.pdf\":\"/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/T062607_SIDECAR.pdf\",\"单粒子效应_1746287463968.xlsx\":\"/oss/physical/NASA/c35a9aaad52061885ae9d8566c54348b/单粒子效应_1746287463968.xlsx\"},\"id\":\"c35a9aaad52061885ae9d8566c54348b\",\"manufacturer\":\"Teledyne\",\"totalCountLhs\":19,\"totalCountNasa\":19,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-03 23:53\"}]', null, '8', null, '2025-05-03 23:53:25', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918697531419820034', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9024\",\"deviceFunction\":\"Switch Controller\",\"deviceMode\":\"SI9110Ak\",\"deviceName\":\"SI9110Ak\",\"deviceType\":\"Switch Controller\",\"experimentDate\":\"3/4/1991\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"PPM-91-124.pdf\\\":\\\"/oss/physical/NASA/9d0346faa1c29a3dd645da3ad4448208/PPM-91-124.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/9d0346faa1c29a3dd645da3ad4448208/data.xlsx\\\",\\\"电离总剂量效应_1746288066145.xlsx\\\":\\\"/oss/physical/NASA/9d0346faa1c29a3dd645da3ad4448208/电离总剂量效应_1746288066145.xlsx\\\"}\",\"fileMap\":{\"PPM-91-124.pdf\":\"/oss/physical/NASA/9d0346faa1c29a3dd645da3ad4448208/PPM-91-124.pdf\",\"data.xlsx\":\"/oss/physical/NASA/9d0346faa1c29a3dd645da3ad4448208/data.xlsx\",\"电离总剂量效应_1746288066145.xlsx\":\"/oss/physical/NASA/9d0346faa1c29a3dd645da3ad4448208/电离总剂量效应_1746288066145.xlsx\"},\"id\":\"9d0346faa1c29a3dd645da3ad4448208\",\"manufacturer\":\"Siliconix\",\"totalCountLhs\":2750,\"totalCountNasa\":11,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 00:01\"}]', null, '15', null, '2025-05-04 00:01:54', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918699866434994177', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0321\",\"deviceFunction\":\"Dual power MOSFET driver\",\"deviceMode\":\"SHD85202\",\"deviceName\":\"SHD85202\",\"deviceType\":\"Power Device\",\"experimentDate\":\"6/17/2006\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"L061706_SHD85202.pdf\\\":\\\"/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/L061706_SHD85202.pdf\\\",\\\"nsrec07_W27_SEE.pdf\\\":\\\"/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/nsrec07_W27_SEE.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/data.xlsx\\\",\\\"单粒子效应_1746288633468.xlsx\\\":\\\"/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/单粒子效应_1746288633468.xlsx\\\"}\",\"fileMap\":{\"L061706_SHD85202.pdf\":\"/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/L061706_SHD85202.pdf\",\"nsrec07_W27_SEE.pdf\":\"/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/nsrec07_W27_SEE.pdf\",\"data.xlsx\":\"/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/data.xlsx\",\"单粒子效应_1746288633468.xlsx\":\"/oss/physical/NASA/a0f69a70045452831b107b9eeeea4acb/单粒子效应_1746288633468.xlsx\"},\"id\":\"a0f69a70045452831b107b9eeeea4acb\",\"manufacturer\":\"Sensitron\",\"totalCountLhs\":18,\"totalCountNasa\":3,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 00:11\"}]', null, '7', null, '2025-05-04 00:11:11', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918701245459234818', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9706\",\"deviceFunction\":\"Diode\",\"deviceMode\":\"SHD3166\",\"deviceName\":\"SHD3166\",\"deviceType\":\"Diode\",\"experimentDate\":\"10/21/1997\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"PPM-97-047.pdf\\\":\\\"/oss/physical/NASA/f55098e3519d7b3056890d1f27c732c3/PPM-97-047.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/f55098e3519d7b3056890d1f27c732c3/data.xlsx\\\",\\\"电离总剂量效应_1746288938035.xlsx\\\":\\\"/oss/physical/NASA/f55098e3519d7b3056890d1f27c732c3/电离总剂量效应_1746288938035.xlsx\\\"}\",\"fileMap\":{\"PPM-97-047.pdf\":\"/oss/physical/NASA/f55098e3519d7b3056890d1f27c732c3/PPM-97-047.pdf\",\"data.xlsx\":\"/oss/physical/NASA/f55098e3519d7b3056890d1f27c732c3/data.xlsx\",\"电离总剂量效应_1746288938035.xlsx\":\"/oss/physical/NASA/f55098e3519d7b3056890d1f27c732c3/电离总剂量效应_1746288938035.xlsx\"},\"id\":\"f55098e3519d7b3056890d1f27c732c3\",\"manufacturer\":\"Sensitron\",\"totalCountLhs\":126,\"totalCountNasa\":7,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 00:16\"}]', null, '9', null, '2025-05-04 00:16:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918702991753510913', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"无\",\"deviceFunction\":\"Microprocessor\",\"deviceMode\":\"SH-4\",\"deviceName\":\"SH-4\",\"deviceType\":\"Microprocessor\",\"experimentDate\":\"7/31/2002;7/25/2003\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/data.xlsx\\\",\\\"I060602_SH4.pdf\\\":\\\"/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/I060602_SH4.pdf\\\",\\\"NSREC03_W10.pdf\\\":\\\"/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/NSREC03_W10.pdf\\\",\\\"单粒子效应_1746289379050.xlsx\\\":\\\"/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/单粒子效应_1746289379050.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/data.xlsx\",\"I060602_SH4.pdf\":\"/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/I060602_SH4.pdf\",\"NSREC03_W10.pdf\":\"/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/NSREC03_W10.pdf\",\"单粒子效应_1746289379050.xlsx\":\"/oss/physical/NASA/7f9297527f3e1ec9b5cbb3437b80951f/单粒子效应_1746289379050.xlsx\"},\"id\":\"7f9297527f3e1ec9b5cbb3437b80951f\",\"manufacturer\":\"Hitachi\",\"totalCountLhs\":3,\"totalCountNasa\":1,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 00:23\"}]', null, '9', null, '2025-05-04 00:23:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918705500932964354', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"19-034\",\"deviceFunction\":\"FET\",\"deviceMode\":\"SGF15E100\",\"deviceName\":\"SGF15E100\",\"deviceType\":\"GaN FET\",\"experimentDate\":\"2019July(TAMU)\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\":\\\"/oss/physical/NASA/166d9277af471ff5e5aa857a438f5692/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/166d9277af471ff5e5aa857a438f5692/data.xlsx\\\",\\\"单粒子效应_1746289991360.xlsx\\\":\\\"/oss/physical/NASA/166d9277af471ff5e5aa857a438f5692/单粒子效应_1746289991360.xlsx\\\"}\",\"fileMap\":{\"2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\":\"/oss/physical/NASA/166d9277af471ff5e5aa857a438f5692/2020-Topper-NSREC-TID-SEE-Compendium-DW-Paper-20205007136.pdf\",\"data.xlsx\":\"/oss/physical/NASA/166d9277af471ff5e5aa857a438f5692/data.xlsx\",\"单粒子效应_1746289991360.xlsx\":\"/oss/physical/NASA/166d9277af471ff5e5aa857a438f5692/单粒子效应_1746289991360.xlsx\"},\"id\":\"166d9277af471ff5e5aa857a438f5692\",\"manufacturer\":\"SSDI\",\"totalCountLhs\":30,\"totalCountNasa\":3,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 00:33\"}]', null, '6', null, '2025-05-04 00:33:34', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918707259738849281', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0122\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"SG1846\",\"deviceName\":\"SG1846\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"TAMU08FEB\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/data.xlsx\\\",\\\"nsrec09_W12_SEE.pdf\\\":\\\"/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/nsrec09_W12_SEE.pdf\\\",\\\"T022608_SG1846.pdf\\\":\\\"/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/T022608_SG1846.pdf\\\",\\\"单粒子效应_1746290387334.xlsx\\\":\\\"/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/单粒子效应_1746290387334.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/nsrec09_W12_SEE.pdf\",\"T022608_SG1846.pdf\":\"/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/T022608_SG1846.pdf\",\"单粒子效应_1746290387334.xlsx\":\"/oss/physical/NASA/4e6b12190c27f679d91e76aa1f87de83/单粒子效应_1746290387334.xlsx\"},\"id\":\"4e6b12190c27f679d91e76aa1f87de83\",\"manufacturer\":\"Microsemi Corp.\",\"totalCountLhs\":60,\"totalCountNasa\":3,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 00:40\"}]', null, '5', null, '2025-05-04 00:40:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918709775838904321', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9715\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1846\",\"deviceName\":\"SG1846\",\"deviceType\":\"Power Device\",\"experimentDate\":\"7/15/1998\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"PPM-98-022.pdf\\\":\\\"/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/PPM-98-022.pdf\\\",\\\"nsrec00_W21.pdf\\\":\\\"/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/nsrec00_W21.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/data.xlsx\\\",\\\"电离总剂量效应_1746290947078.xlsx\\\":\\\"/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/电离总剂量效应_1746290947078.xlsx\\\"}\",\"fileMap\":{\"PPM-98-022.pdf\":\"/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/PPM-98-022.pdf\",\"nsrec00_W21.pdf\":\"/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/nsrec00_W21.pdf\",\"data.xlsx\":\"/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/data.xlsx\",\"电离总剂量效应_1746290947078.xlsx\":\"/oss/physical/NASA/84015b6b2b680fefb212da1f1052e3f5/电离总剂量效应_1746290947078.xlsx\"},\"id\":\"84015b6b2b680fefb212da1f1052e3f5\",\"manufacturer\":\"Linfinity\",\"totalCountLhs\":1566,\"totalCountNasa\":8,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 00:50\"}]', null, '5', null, '2025-05-04 00:50:33', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918709823435866114', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0432\",\"deviceFunction\":\"Dual High Speed Driver\",\"deviceMode\":\"SG1644\",\"deviceName\":\"SG1644\",\"deviceType\":\"Driver\",\"experimentDate\":\"11/2005\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/data.xlsx\\\",\\\"G05NOV_SG1644_TID.pdf\\\":\\\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/G05NOV_SG1644_TID.pdf\\\"}\",\"fileMap\":{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/data.xlsx\",\"G05NOV_SG1644_TID.pdf\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/G05NOV_SG1644_TID.pdf\"},\"id\":\"bebbd6e60eaa61ea2547bd2be5d1b6c8\",\"manufacturer\":\"Linfinity\",\"totalCountLhs\":216,\"totalCountNasa\":9,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 00:50\"}]', null, '6', null, '2025-05-04 00:50:44', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918709842331205634', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9203\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1526B\",\"deviceName\":\"SG1526B\",\"deviceType\":\"PWM\",\"experimentDate\":\"5/7/1992\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/data.xlsx\\\",\\\"PPM-92-152.pdf\\\":\\\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/PPM-92-152.pdf\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/data.xlsx\",\"PPM-92-152.pdf\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/PPM-92-152.pdf\"},\"id\":\"6e72614831467c4c9874decb13027b5a\",\"manufacturer\":\"Silicon General\",\"totalCountLhs\":84,\"totalCountNasa\":1,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 00:50\"}]', null, '5', null, '2025-05-04 00:50:49', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918714259977699330', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0006,0548\",\"deviceFunction\":\"Pulse Width Modulator\",\"deviceMode\":\"SG1845\",\"deviceName\":\"SG1845\",\"deviceType\":\"Bipolar\",\"experimentDate\":\"TAMU08FEB\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/data.xlsx\\\",\\\"nsrec09_W12_SEE.pdf\\\":\\\"/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/nsrec09_W12_SEE.pdf\\\",\\\"T022608_SG1845.pdf\\\":\\\"/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/T022608_SG1845.pdf\\\",\\\"单粒子效应_1746292049051.xlsx\\\":\\\"/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/单粒子效应_1746292049051.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/data.xlsx\",\"nsrec09_W12_SEE.pdf\":\"/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/nsrec09_W12_SEE.pdf\",\"T022608_SG1845.pdf\":\"/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/T022608_SG1845.pdf\",\"单粒子效应_1746292049051.xlsx\":\"/oss/physical/NASA/0fee658ea667c848748d6ba627a8abed/单粒子效应_1746292049051.xlsx\"},\"id\":\"0fee658ea667c848748d6ba627a8abed\",\"manufacturer\":\"Microsemi Corp.\",\"totalCountLhs\":24,\"totalCountNasa\":2,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 01:08\"}]', null, '5', null, '2025-05-04 01:08:22', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918715403294638082', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"0432\",\"deviceFunction\":\"Dual High Speed Driver\",\"deviceMode\":\"SG1644\",\"deviceName\":\"SG1644\",\"deviceType\":\"Driver\",\"experimentDate\":\"11/2005\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"nsrec06_W2.pdf\\\":\\\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/nsrec06_W2.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/data.xlsx\\\",\\\"G05NOV_SG1644_TID.pdf\\\":\\\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/G05NOV_SG1644_TID.pdf\\\",\\\"电离总剂量效应_1746292373595.xlsx\\\":\\\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/电离总剂量效应_1746292373595.xlsx\\\"}\",\"fileMap\":{\"nsrec06_W2.pdf\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/nsrec06_W2.pdf\",\"data.xlsx\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/data.xlsx\",\"G05NOV_SG1644_TID.pdf\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/G05NOV_SG1644_TID.pdf\",\"电离总剂量效应_1746292373595.xlsx\":\"/oss/physical/NASA/bebbd6e60eaa61ea2547bd2be5d1b6c8/电离总剂量效应_1746292373595.xlsx\"},\"id\":\"bebbd6e60eaa61ea2547bd2be5d1b6c8\",\"manufacturer\":\"Linfinity\",\"totalCountLhs\":216,\"totalCountNasa\":9,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 01:12\"}]', null, '24', null, '2025-05-04 01:12:55', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918716738027028482', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9203\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1526B\",\"deviceName\":\"SG1526B\",\"deviceType\":\"PWM\",\"experimentDate\":\"5/7/1992\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"PPM-92-152.pdf\\\":\\\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/PPM-92-152.pdf\\\",\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/data.xlsx\\\",\\\"电离总剂量效应_1746292690642.xlsx\\\":\\\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/电离总剂量效应_1746292690642.xlsx\\\"}\",\"fileMap\":{\"PPM-92-152.pdf\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/PPM-92-152.pdf\",\"data.xlsx\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/data.xlsx\",\"电离总剂量效应_1746292690642.xlsx\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/电离总剂量效应_1746292690642.xlsx\"},\"id\":\"6e72614831467c4c9874decb13027b5a\",\"manufacturer\":\"Silicon General\",\"totalCountLhs\":504,\"totalCountNasa\":6,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 01:18\"}]', null, '6', null, '2025-05-04 01:18:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1918716840158330881', '2', 'NASA数据管理-编辑', '3', 'changyuhai', '常余海', '119.78.164.166', 'org.jeecg.modules.database.controller.NasaDataRecordController.edit()', null, '[{\"dataSource\":\"NASA\",\"dataType\":\"nasa\",\"deviceBatch\":\"9203\",\"deviceFunction\":\"Pulse Width Modulator Controller\",\"deviceMode\":\"SG1526B\",\"deviceName\":\"SG1526B\",\"deviceType\":\"PWM\",\"experimentDate\":\"5/7/1992\",\"experimentUser\":\"常余海\",\"fileList\":\"{\\\"data.xlsx\\\":\\\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/data.xlsx\\\",\\\"PPM-92-152.pdf\\\":\\\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/PPM-92-152.pdf\\\",\\\"电离总剂量效应_1746292716201.xlsx\\\":\\\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/电离总剂量效应_1746292716201.xlsx\\\"}\",\"fileMap\":{\"data.xlsx\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/data.xlsx\",\"PPM-92-152.pdf\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/PPM-92-152.pdf\",\"电离总剂量效应_1746292716201.xlsx\":\"/oss/physical/NASA/6e72614831467c4c9874decb13027b5a/电离总剂量效应_1746292716201.xlsx\"},\"id\":\"6e72614831467c4c9874decb13027b5a\",\"manufacturer\":\"Silicon General\",\"totalCountLhs\":504,\"totalCountNasa\":6,\"updateBy\":\"changyuhai\",\"updateTime\":\"2025-05-04 01:18\"}]', null, '6', null, '2025-05-04 01:18:37', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919425417667874818', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '12', null, '2025-05-06 00:14:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919425417667874820', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '11', null, '2025-05-06 00:14:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919425417667874819', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '11', null, '2025-05-06 00:14:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919425939082776577', '2', '修改角色ID: f6817f48af4fb3af11b9e8bf182f618b 的权限配置,操作人: admin', '2', 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-05-06 00:16:20', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919426019349172226', '2', '修改角色ID: 1850045371827986434 的权限配置,操作人: admin', '2', 'admin', '管理员', '127.0.0.1', null, null, null, null, '1', null, '2025-05-06 00:16:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919426118716428289', '2', '修改角色ID: 1850045918098333698 的权限配置,操作人: admin', '2', 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-05-06 00:17:03', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919426150630887425', '2', '修改角色ID: 1850046031558451202 的权限配置,操作人: admin', '2', 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-05-06 00:17:10', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919426258550329346', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'total_count_xhy\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, index_no, experiment_no, name, client_name, type, start_date, end_date, radiation_source_type, supervisor, status, copy_count, sample_model, total_count_xhy, total_count_lhs FROM experiment ORDER BY create_time DESC, index_no ASC\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'total_count_xhy\' in \'field list\'\n; bad SQL grammar []', null, 'admin', '管理员', '127.0.0.1', '_t=1746461855668&column=createTime&order=desc', '/physical/database/experiment/exportXls', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'total_count_xhy\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, index_no, experiment_no, name, client_name, type, start_date, end_date, radiation_source_type, supervisor, status, copy_count, sample_model, total_count_xhy, total_count_lhs FROM experiment ORDER BY create_time DESC, index_no ASC\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'total_count_xhy\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy138.selectList(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy195.selectList(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.list(IService.java:406)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.list(ExperimentServiceImpl.java:65)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.list()\r\n at org.jeecg.modules.database.controller.ExperimentController.exportXls(ExperimentController.java:413)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.exportXls()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'total_count_xhy\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)\r\n at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)\r\n at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)\r\n at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)\r\n at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)\r\n at jdk.internal.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy327.query(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy327.query(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)\r\n at jdk.internal.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 147 more\r\n', null, null, null, '2025-05-06 00:17:36', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919426277831544833', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'total_count_xhy\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, index_no, experiment_no, name, client_name, type, start_date, end_date, radiation_source_type, supervisor, status, copy_count, sample_model, total_count_xhy, total_count_lhs FROM experiment ORDER BY create_time DESC, index_no ASC\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'total_count_xhy\' in \'field list\'\n; bad SQL grammar []', null, 'admin', '管理员', '127.0.0.1', '_t=1746461860403&column=createTime&order=desc', '/physical/database/experiment/exportXls', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'total_count_xhy\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, index_no, experiment_no, name, client_name, type, start_date, end_date, radiation_source_type, supervisor, status, copy_count, sample_model, total_count_xhy, total_count_lhs FROM experiment ORDER BY create_time DESC, index_no ASC\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'total_count_xhy\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy138.selectList(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy195.selectList(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.list(IService.java:406)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl.list(ExperimentServiceImpl.java:65)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentServiceImpl$$SpringCGLIB$$0.list()\r\n at org.jeecg.modules.database.controller.ExperimentController.exportXls(ExperimentController.java:413)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentController$$SpringCGLIB$$0.exportXls()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'total_count_xhy\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)\r\n at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)\r\n at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)\r\n at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)\r\n at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)\r\n at jdk.internal.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy327.query(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy327.query(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)\r\n at jdk.internal.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 147 more\r\n', null, null, null, '2025-05-06 00:17:41', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919427428924723201', '2', '试验评分-添加', '2', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentRatingController.add()', null, '[{\"experimentId\":\"1902226343554420737\"}]', null, '4', null, '2025-05-06 00:22:15', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919427533102845954', '2', '试验管理-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1902217343555309570\",\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"sampleInfoList\":[],\"startDate\":\"2025-03-15 12:26:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"2\"},null]', null, '7', null, '2025-05-06 00:22:40', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919433207681585153', '1', '用户名: admin,登录成功!', null, 'admin', '管理员', '127.0.0.1', null, null, null, null, '0', null, '2025-05-06 00:45:13', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919435916136636417', '2', '试验管理-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450,1907009496357748737\",\"id\":\"1902217343555309570\",\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"sampleInfoList\":[],\"startDate\":\"2025-03-15 12:26:00\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"2\"},null]', null, '4', null, '2025-05-06 00:55:58', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919436382757150722', '2', '试验管理-编辑', '3', 'admin', '管理员', '127.0.0.1', 'org.jeecg.modules.database.controller.ExperimentController.edit()', null, '[{\"clientName\":\"中国电子科技集团公司第二十四研究所\",\"experimentNo\":\"KC-2025-JL-048\",\"experimentUser\":\"1901964533328744450\",\"id\":\"1902217343555309570\",\"indexNo\":13,\"name\":\"中国电子科技集团公司第二十四研究所大钴源、小钴源,电子加速器试验\",\"radiationSourceType\":\"大钴源,小钴源,电子加速器\",\"sampleInfoList\":[],\"startDate\":\"2025-03-15 12:26:00\",\"status\":\"试验进行中\",\"supervisor\":\"e9ca23d68d884d4ebb19d07889727dae\",\"totalCountLhs\":1,\"totalCountXhy\":1,\"type\":\"2\"},null]', null, '7', null, '2025-05-06 00:57:50', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919436588106080258', '4', 'org.springframework.jdbc.BadSqlGrammarException:\r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'sample_model\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/LocalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, experiment_id, experiment_no, type, name, client_name, start_date, end_date, data_source, experiment_user, total_count_xhy, total_count_lhs, status, sample_model FROM local_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'sample_model\' in \'field list\'\n; bad SQL grammar []', null, 'admin', '管理员', '127.0.0.1', '_t=1746464318445&pageNo=1&column=createTime&pageSize=10&order=desc', '/physical/database/localDatabase/list', 'org.springframework.jdbc.BadSqlGrammarException: \r\n### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column \'sample_model\' in \'field list\'\r\n### The error may exist in org/jeecg/modules/database/mapper/LocalDatabaseMapper.java (best guess)\r\n### The error may involve defaultParameterMap\r\n### The error occurred while setting parameters\r\n### SQL: SELECT id, create_by, create_time, update_by, update_time, sys_org_code, experiment_id, experiment_no, type, name, client_name, start_date, end_date, data_source, experiment_user, total_count_xhy, total_count_lhs, status, sample_model FROM local_database ORDER BY create_time DESC LIMIT ?\r\n### Cause: java.sql.SQLSyntaxErrorException: Unknown column \'sample_model\' in \'field list\'\n; bad SQL grammar []\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:246)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy138.selectList(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy214.selectList(Unknown Source)\r\n at com.baomidou.mybatisplus.core.mapper.BaseMapper.selectPage(BaseMapper.java:272)\r\n at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$DefaultMethodInvoker.invoke(MybatisMapperProxy.java:162)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy214.selectPage(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.page(IService.java:448)\r\n at jdk.internal.reflect.GeneratedMethodAccessor498.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.LocalDatabaseServiceImpl$$SpringCGLIB$$0.page()\r\n at org.jeecg.modules.database.controller.LocalDatabaseController.queryPageList(LocalDatabaseController.java:61)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor370.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.LocalDatabaseController$$SpringCGLIB$$0.queryPageList()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLSyntaxErrorException: Unknown column \'sample_model\' in \'field list\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:65)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:80)\r\n at jdk.internal.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.query(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:65)\r\n at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:333)\r\n at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:158)\r\n at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:110)\r\n at jdk.internal.reflect.GeneratedMethodAccessor76.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy327.query(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy327.query(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:154)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:142)\r\n at jdk.internal.reflect.GeneratedMethodAccessor81.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 160 more\r\n', null, null, null, '2025-05-06 00:58:39', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919437218375753729', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentReviewMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentReviewMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_review (id, create_by, create_time, update_by, update_time, sys_org_code, experiment_id, review_process, review_detail, review_status) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'\n; Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'', null, 'admin', '管理员', '127.0.0.1', null, '/physical/database/experimentReview/add', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentReviewMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentReviewMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_review (id, create_by, create_time, update_by, update_time, sys_org_code, experiment_id, review_process, review_detail, review_status) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'\n; Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy138.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy193.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentReviewServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.ExperimentReviewController.add(ExperimentReviewController.java:86)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor370.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentReviewController$$SpringCGLIB$$0.add()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy327.update(Unknown Source)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy327.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 171 more\r\n', null, null, null, '2025-05-06 01:01:09', null, null, null, 'pc'); INSERT INTO `sys_log` VALUES ('1919437376681369602', '4', 'org.springframework.dao.DuplicateKeyException:\r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentReviewMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentReviewMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_review (id, create_by, create_time, update_by, update_time, sys_org_code, experiment_id, review_process, review_detail, review_status) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'\n; Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'', null, 'admin', '管理员', '127.0.0.1', null, '/physical/database/experimentReview/add', 'org.springframework.dao.DuplicateKeyException: \r\n### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'\r\n### The error may exist in org/jeecg/modules/database/mapper/ExperimentReviewMapper.java (best guess)\r\n### The error may involve org.jeecg.modules.database.mapper.ExperimentReviewMapper.insert-Inline\r\n### The error occurred while setting parameters\r\n### SQL: INSERT INTO experiment_review (id, create_by, create_time, update_by, update_time, sys_org_code, experiment_id, review_process, review_detail, review_status) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)\r\n### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'\n; Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'\r\n at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:254)\r\n at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)\r\n at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:439)\r\n at jdk.proxy2/jdk.proxy2.$Proxy138.insert(Unknown Source)\r\n at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:272)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:59)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148)\r\n at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89)\r\n at jdk.proxy2/jdk.proxy2.$Proxy193.insert(Unknown Source)\r\n at com.baomidou.mybatisplus.extension.service.IService.save(IService.java:60)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:699)\r\n at org.jeecg.modules.database.service.impl.ExperimentReviewServiceImpl$$SpringCGLIB$$0.save()\r\n at org.jeecg.modules.database.controller.ExperimentReviewController.add(ExperimentReviewController.java:86)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.DictAspect.doAround(DictAspect.java:64)\r\n at jdk.internal.reflect.GeneratedMethodAccessor370.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)\r\n at org.jeecg.common.aspect.AutoLogAspect.around(AutoLogAspect.java:53)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:637)\r\n at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:627)\r\n at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:71)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:173)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor$1.proceed(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:82)\r\n at org.apache.shiro.authz.aop.AuthorizingMethodInterceptor.invoke(AuthorizingMethodInterceptor.java:39)\r\n at org.apache.shiro.spring.security.interceptor.AopAllianceAnnotationsAuthorizingMethodInterceptor.invoke(AopAllianceAnnotationsAuthorizingMethodInterceptor.java:115)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)\r\n at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)\r\n at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:751)\r\n at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:703)\r\n at org.jeecg.modules.database.controller.ExperimentReviewController$$SpringCGLIB$$0.add()\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)\r\n at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)\r\n at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884)\r\n at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797)\r\n at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\r\n at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081)\r\n at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974)\r\n at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011)\r\n at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547)\r\n at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\r\n at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\r\n at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129)\r\n at io.undertow.websockets.jsr.JsrWebSocketFilter.doFilter(JsrWebSocketFilter.java:172)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at com.alibaba.druid.support.jakarta.WebStatFilter.doFilter(WebStatFilter.java:113)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)\r\n at org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:458)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:373)\r\n at org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)\r\n at org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)\r\n at org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:387)\r\n at org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:370)\r\n at org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:154)\r\n at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:352)\r\n at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:268)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.boot.actuate.web.exchanges.servlet.HttpExchangesFilter.doFilterInternal(HttpExchangesFilter.java:89)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:109)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)\r\n at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116)\r\n at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67)\r\n at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)\r\n at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)\r\n at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)\r\n at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)\r\n at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)\r\n at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)\r\n at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)\r\n at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)\r\n at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)\r\n at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)\r\n at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)\r\n at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)\r\n at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)\r\n at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)\r\n at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)\r\n at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)\r\n at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)\r\n at io.undertow.server.Connectors.executeRootHandler(Connectors.java:393)\r\n at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859)\r\n at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)\r\n at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513)\r\n at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538)\r\n at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282)\r\n at java.base/java.lang.Thread.run(Thread.java:840)\r\nCaused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry \'1919437118584872961\' for key \'PRIMARY\'\r\n at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117)\r\n at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)\r\n at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3462)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.filter.FilterEventAdapter.preparedStatement_execute(FilterEventAdapter.java:434)\r\n at com.alibaba.druid.filter.FilterChainImpl.preparedStatement_execute(FilterChainImpl.java:3460)\r\n at com.alibaba.druid.proxy.jdbc.PreparedStatementProxyImpl.execute(PreparedStatementProxyImpl.java:158)\r\n at com.alibaba.druid.pool.DruidPooledPreparedStatement.execute(DruidPooledPreparedStatement.java:483)\r\n at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)\r\n at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:61)\r\n at jdk.proxy2/jdk.proxy2.$Proxy328.update(Unknown Source)\r\n at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50)\r\n at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)\r\n at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)\r\n at jdk.internal.reflect.GeneratedMethodAccessor655.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at org.jeecg.config.mybatis.MybatisInterceptor.intercept(MybatisInterceptor.java:174)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy327.update(Unknown Source)\r\n at jdk.internal.reflect.GeneratedMethodAccessor655.invoke(Unknown Source)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.apache.ibatis.plugin.Invocation.proceed(Invocation.java:49)\r\n at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:106)\r\n at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:59)\r\n at jdk.proxy2/jdk.proxy2.$Proxy327.update(Unknown Source)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)\r\n at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)\r\n at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n at java.base/java.lang.reflect.Method.invoke(Method.java:569)\r\n at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:425)\r\n ... 171 more\r\n', null, null, null, '2025-05-06 01:01:47', null, null, null, 'pc'); -- ---------------------------- -- Table structure for sys_permission -- ---------------------------- DROP TABLE IF EXISTS `sys_permission`; CREATE TABLE `sys_permission` ( `id` varchar(32) NOT NULL COMMENT '主键id', `parent_id` varchar(32) DEFAULT NULL COMMENT '父id', `name` varchar(255) DEFAULT NULL COMMENT '菜单标题', `url` varchar(255) DEFAULT NULL COMMENT '路径', `component` varchar(255) DEFAULT NULL COMMENT '组件', `is_route` tinyint(1) DEFAULT '1' COMMENT '是否路由菜单: 0:不是 1:是(默认值1)', `component_name` varchar(255) DEFAULT NULL COMMENT '组件名字', `redirect` varchar(255) DEFAULT NULL COMMENT '一级菜单跳转地址', `menu_type` int(11) DEFAULT NULL COMMENT '菜单类型(0:一级菜单; 1:子菜单:2:按钮权限)', `perms` varchar(255) DEFAULT NULL COMMENT '菜单权限编码', `perms_type` varchar(10) DEFAULT '0' COMMENT '权限策略1显示2禁用', `sort_no` double(8,2) DEFAULT NULL COMMENT '菜单排序', `always_show` tinyint(1) DEFAULT NULL COMMENT '聚合子路由: 1是0否', `icon` varchar(255) DEFAULT NULL COMMENT '菜单图标', `is_leaf` tinyint(1) DEFAULT NULL COMMENT '是否叶子节点: 1是0否', `keep_alive` tinyint(1) DEFAULT NULL COMMENT '是否缓存该页面: 1:是 0:不是', `hidden` tinyint(4) DEFAULT '0' COMMENT '是否隐藏路由: 0否,1是', `hide_tab` tinyint(4) DEFAULT NULL COMMENT '是否隐藏tab: 0否,1是', `description` varchar(255) DEFAULT NULL COMMENT '描述', `create_by` varchar(255) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(255) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', `del_flag` int(11) DEFAULT '0' COMMENT '删除状态 0正常 1已删除', `rule_flag` int(11) DEFAULT '0' COMMENT '是否添加数据权限1是0否', `status` varchar(2) DEFAULT NULL COMMENT '按钮权限状态(0无效1有效)', `internal_or_external` tinyint(1) DEFAULT NULL COMMENT '外链菜单打开方式 0/内部打开 1/外部打开', PRIMARY KEY (`id`) USING BTREE, KEY `index_menu_type` (`menu_type`) USING BTREE, KEY `index_menu_hidden` (`hidden`) USING BTREE, KEY `index_menu_status` (`status`) USING BTREE, KEY `index_menu_del_flag` (`del_flag`) USING BTREE, KEY `index_menu_url` (`url`) USING BTREE, KEY `index_menu_sort_no` (`sort_no`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='菜单权限表'; -- ---------------------------- -- Records of sys_permission -- ---------------------------- INSERT INTO `sys_permission` VALUES ('1170592628746878978', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '菜单管理', '/system/menu', 'system/menu/index', '1', null, null, '1', null, '1', '0.00', '0', 'ant-design:menu-fold-outlined', '0', '0', '0', '0', null, 'admin', '2019-09-08 15:00:05', 'ceshi', '2023-10-18 12:02:41', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1211885237487923202', '1207203817658105858', 'btn:add', '', '', '1', null, null, '2', 'btn:add', '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2019-12-31 13:42:11', 'admin', '2020-01-07 20:07:53', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1214376304951664642', '3f915b2769fc80648e92d04e84ca059d', '用户编辑', '', '', '0', null, null, '2', 'system:user:edit', '1', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2020-01-07 10:40:47', 'admin', '2022-11-17 16:24:33', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1214462306546319362', '3f915b2769fc80648e92d04e84ca059d', '新增用户', '', '', '0', null, null, '2', 'system:user:add', '1', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2020-01-07 16:22:32', 'admin', '2022-11-17 16:24:47', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1438469604861403137', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '职务管理', '/system/position', 'system/position/index', '1', null, null, '1', null, '0', '5.00', '0', 'ant-design:database-filled', '1', '0', '1', '0', null, 'admin', '2021-09-16 19:47:33', 'admin', '2024-10-30 16:24:20', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1438782530717495298', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '分类字典', '/system/category', 'system/category/index', '1', null, null, '1', null, '0', '9.00', '0', 'ant-design:group-outlined', '1', '0', '1', '0', null, 'admin', '2021-09-17 16:31:01', 'admin', '2024-10-30 16:24:09', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1438782641187074050', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '数据字典', '/system/dict', 'system/dict/index', '1', null, null, '1', null, '0', '3.00', '0', 'ant-design:hdd-twotone', '0', '0', '0', '0', null, 'admin', '2021-09-17 16:31:27', 'admin', '2024-12-09 16:55:41', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1438782851980210178', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '通知公告', '/system/notice', 'system/notice/index', '1', null, null, '1', null, '0', '8.00', '0', 'ant-design:bell-outlined', '1', '0', '1', '0', null, 'admin', '2021-09-17 16:32:17', 'admin', '2024-10-30 16:24:14', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1439398677984878593', '', '系统监控', '/monitor', 'layouts/RouteView', '0', null, null, '0', null, '0', '5.00', '0', 'ant-design:video-camera-filled', '0', '0', '0', '0', null, 'admin', '2021-09-19 09:19:22', 'admin', '2024-11-16 11:33:34', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1439399179791409153', '1439398677984878593', '网关路由', '/monitor/route', 'monitor/route/index', '1', null, null, '1', null, '0', '1.00', '0', 'ant-design:branches-outlined', '0', '0', '0', '0', null, 'admin', '2021-09-19 09:21:21', 'admin', '2021-09-19 09:26:42', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1439488251473993730', '1439398677984878593', '定时任务', '/monitor/quartz', 'monitor/quartz/index', '1', null, null, '1', null, '0', '1.00', '0', 'ant-design:history-outlined', '0', '0', '0', '0', null, 'admin', '2021-09-19 15:15:18', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1439511654494937090', '1439398677984878593', '数据源管理', '/monitor/datasource', 'monitor/datasource/index', '1', null, null, '1', null, '0', '3.00', '0', 'ant-design:hdd-filled', '0', '0', '0', '0', null, 'admin', '2021-09-19 16:48:17', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1439531077792473089', '1439398677984878593', '数据日志', '/monitor/datalog', 'monitor/datalog/index', '1', null, null, '1', null, '0', '4.00', '0', 'ant-design:funnel-plot-twotone', '1', '0', '0', '0', null, 'admin', '2021-09-19 18:05:28', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1439533711676973057', '1439398677984878593', '日志管理', '/monitor/log', 'monitor/log/index', '1', null, null, '1', null, '0', '5.00', '0', 'ant-design:interaction-outlined', '0', '0', '0', '0', null, 'admin', '2021-09-19 18:15:56', 'admin', '2021-09-19 18:16:56', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1439542701152575489', '1443390062919208961', '我的消息', '/monitor/mynews', 'monitor/mynews/index', '1', null, null, '1', null, '0', '6.00', '0', '', '1', '0', '0', '0', null, 'admin', '2021-09-19 18:51:40', 'admin', '2022-09-22 10:33:10', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1439784356766064642', '1439398677984878593', 'SQL监控', '/monitor/druid', '{{ window._CONFIG[\'domianURL\'] }}/druid', '1', null, null, '1', null, '0', '8.00', '0', 'ant-design:rocket-filled', '1', '0', '0', '0', null, 'admin', '2021-09-20 10:51:55', 'admin', '2021-11-15 18:21:20', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1439797053314342913', '1439398677984878593', '性能监控', '/monitor/server', 'monitor/server/index', '1', null, null, '1', null, '0', '9.00', '0', 'ant-design:thunderbolt-filled', '1', '0', '0', '0', null, 'admin', '2021-09-20 11:42:22', 'admin', '2021-09-20 14:13:14', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1439839507094740994', '1439398677984878593', 'Redis监控', '/monitor/redis', 'monitor/redis/index', '1', null, null, '1', null, '0', '10.00', '0', 'ant-design:trademark-outlined', '1', '0', '0', '0', null, 'admin', '2021-09-20 14:31:04', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1439842640030113793', '1439398677984878593', '请求追踪', '/monitor/trace', 'monitor/trace/index', '1', null, null, '1', null, '0', '11.00', '0', 'ant-design:ie-circle-filled', '1', '0', '0', '0', null, 'admin', '2021-09-20 14:43:31', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1452508868884353026', '1455100420297859074', '积木报表设计', '/jmreport', '{{ window._CONFIG[\'domianURL\'] }}/jmreport/list?token=${token}', '1', null, null, '1', null, '0', '3.00', '0', '', '1', '0', '0', '0', null, 'admin', '2021-10-25 13:34:35', 'jeecg', '2024-06-13 11:35:02', '0', '0', '1', '1'); INSERT INTO `sys_permission` VALUES ('1455100420297859074', '', '低代码开发', '/online', 'layouts/default/index', '0', null, '/online/cgform', '0', null, '0', '2.00', '0', 'ant-design:cloud-outlined', '0', '0', '1', '1', null, 'admin', '2021-11-01 17:12:29', 'admin', '2025-02-25 14:09:53', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1455101470794850305', '1455100420297859074', 'Online表单开发', '/online/cgform', 'super/online/cgform/index', '1', null, null, '1', null, '0', '1.00', '0', null, '0', '0', '0', '0', null, 'admin', '2021-11-01 17:16:40', 'admin', '2022-04-04 18:36:25', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1455735714507472898', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '通讯录', '/address', 'system/address/index', '1', null, null, '1', null, '0', '20.00', '0', 'ant-design:book-outlined', '1', '0', '1', '0', null, 'admin', '2021-11-03 11:16:55', 'admin', '2024-10-30 16:23:55', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1457678003102879745', '1455100420297859074', '系统编码规则', '/system/fillrule', 'system/fillRule/index', '1', null, null, '1', null, '0', '6.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-11-08 19:54:53', 'jeecg', '2024-06-13 11:36:43', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1458353686530232321', '1455100420297859074', '系统校验规则', '/system/checkrule', 'system/checkRule/index', '1', null, null, '1', null, '0', '5.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-11-10 16:39:48', 'jeecg', '2024-06-13 11:36:37', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1460888189937176577', '1455100420297859074', 'Online报表配置', '/online/cgreport', 'super/online/cgreport/index', '1', null, null, '1', null, '0', '2.00', '0', null, '0', '0', '0', '0', null, 'admin', '2021-11-17 16:31:01', 'admin', '2021-12-08 10:55:32', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1461270075543347202', '1455100420297859074', 'Online表单视图', '/online/copyform/:code', 'super/online/cgform/CgformCopyList', '1', null, null, '1', null, '0', '99.00', '0', null, '1', '0', '1', '0', null, 'admin', '2021-11-18 17:48:30', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1461291438825558017', '1455100420297859074', 'AUTO在线报表', '/online/cgreport/:id', 'super/online/cgreport/auto/OnlCgReportList', '1', null, null, '1', null, '0', '21.00', '0', null, '1', '0', '1', '0', null, 'admin', '2021-11-18 19:13:23', 'jeecg', '2024-06-13 11:36:13', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1465686870713782273', '1455100420297859074', 'AUTO在线表单', '/online/cgformList/:id', 'super/online/cgform/auto/default/OnlineAutoList', '1', null, null, '1', null, '0', '25.00', '0', null, '1', '0', '1', '0', null, 'admin', '2021-11-30 22:19:16', 'jeecg', '2024-06-13 11:37:14', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1473927410093187073', '1455100420297859074', '仪表盘设计器', '/report/drag', '{{ window._CONFIG[\'domianURL\'] }}/drag/list?token=${token}&tenantId=${tenantId}', '0', null, null, '1', null, '0', '4.00', '0', '', '0', '0', '0', '0', null, 'admin', '2021-12-23 16:04:13', 'jeecg', '2024-06-13 11:36:20', '0', '0', null, '1'); INSERT INTO `sys_permission` VALUES ('1509417558230999041', '1455100420297859074', 'AUTO树表单列表', '/online/cgformTreeList/:id', 'super/online/cgform/auto/tree/OnlineAutoTreeList', '1', null, null, '1', null, '0', '25.00', '0', null, '1', '0', '1', '0', null, 'admin', '2022-03-31 14:29:24', 'jeecg', '2024-06-13 11:37:18', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1534500282601893890', '1455101470794850305', '代码生成', null, null, '0', null, null, '2', 'online:form:generateCode', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-08 19:39:11', 'admin', '2022-06-30 13:39:19', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1535225446864011265', '1460888189937176577', '批量删除', null, null, '0', null, null, '2', 'online:report:deleteBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-10 19:40:44', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1535226870641475586', '1455101470794850305', '批量删除', null, null, '0', null, null, '2', 'online:form:deleteBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-10 19:46:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1535227149789184001', '1455101470794850305', '新建SQL增强', null, null, '0', null, null, '2', 'online:form:enhanceSql:save', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-10 19:47:30', 'admin', '2022-06-30 13:42:36', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1542383139476467713', '1455101470794850305', '编辑SQL增强', null, null, '0', null, null, '2', 'online:form:enhanceSql:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-30 13:42:51', 'admin', '2022-06-30 13:43:38', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1542383223979110402', '1455101470794850305', '删除SQL增强', null, null, '0', null, null, '2', 'online:form:enhanceSql:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-30 13:43:11', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1542383292690198530', '1455101470794850305', '批量删除SQL增强', null, null, '0', null, null, '2', 'online:form:enhanceSql:batchDelete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-30 13:43:28', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1542383437808922625', '1455101470794850305', '导入数据库表', null, null, '0', null, null, '2', 'online:form:importTable', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-30 13:44:02', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1542383507883159553', '1455101470794850305', '添加JAVA增强', null, null, '0', null, null, '2', 'online:form:enhanceJava:save', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-30 13:44:19', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1542383573423353858', '1455101470794850305', '修改JAVA增强', null, null, '0', null, null, '2', 'online:form:enhanceJava:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-30 13:44:35', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1542383826117586945', '1455101470794850305', '删除Online表单', null, null, '0', null, null, '2', 'online:form:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-30 13:45:35', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1542383907281563650', '1455101470794850305', '移除Online表单', null, null, '0', null, null, '2', 'online:form:remove', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-30 13:45:54', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1542385335362383873', '1473927410093187073', '删除仪表盘', null, null, '0', null, null, '2', 'onl:drag:page:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-06-30 13:51:35', 'admin', '2022-06-30 13:51:42', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1546736974756032513', '1455101470794850305', '选择代码生成路径', null, null, '0', null, null, '2', 'online:codeGenerate:projectPath', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-07-12 14:03:26', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1554384900763729922', '1473927410093187073', '模板设置', null, null, '0', null, null, '2', 'drag:template:edit', '2', null, '0', null, '1', '0', '0', '0', null, 'jeecg', '2022-08-02 16:33:34', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1588513553652436993', '3f915b2769fc80648e92d04e84ca059d', '修改密码', null, null, '0', null, null, '2', 'system:user:changepwd', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-04 20:48:39', 'admin', '2022-11-04 20:49:06', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592112984361365505', '1170592628746878978', '添加菜单', null, null, '0', null, null, '2', 'system:permission:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:11:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592113148350263298', '190c2b43bec6a5f7a4194a85db67d96a', '保存角色授权', null, null, '0', null, null, '2', 'system:permission:saveRole', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:12:09', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592114574275211265', '3f915b2769fc80648e92d04e84ca059d', '删除用户', null, null, '0', null, null, '2', 'system:user:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:17:49', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592114652566089729', '3f915b2769fc80648e92d04e84ca059d', '批量删除用户', null, null, '0', null, null, '2', 'system:user:deleteBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:18:08', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592114721138765826', '3f915b2769fc80648e92d04e84ca059d', '冻结/解冻用户', null, null, '0', null, null, '2', 'system:user:frozenBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:18:24', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592114772665790465', '3f915b2769fc80648e92d04e84ca059d', '首页用户重置密码', null, null, '0', null, null, '2', 'system:user:updatepwd', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:18:37', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592114823467200514', '3f915b2769fc80648e92d04e84ca059d', '给指定角色添加用户', null, null, '0', null, null, '2', 'system:user:addUserRole', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:18:49', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592114893302362114', '3f915b2769fc80648e92d04e84ca059d', '删除指定角色的用户关系', null, null, '0', null, null, '2', 'system:user:deleteRole', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:19:05', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592114955650691074', '3f915b2769fc80648e92d04e84ca059d', '批量删除指定角色的用户关系', null, null, '0', null, null, '2', 'system:user:deleteRoleBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:19:20', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592115070432014338', '3f915b2769fc80648e92d04e84ca059d', '给指定部门添加对应的用户', null, null, '0', null, null, '2', 'system:user:editDepartWithUser', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:19:48', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592115115361398786', '3f915b2769fc80648e92d04e84ca059d', '删除指定机构的用户关系', null, null, '0', null, null, '2', 'system:user:deleteUserInDepart', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:19:58', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592115162379546625', '3f915b2769fc80648e92d04e84ca059d', '批量删除指定机构的用户关系', null, null, '0', null, null, '2', 'system:user:deleteUserInDepartBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:20:09', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592115213910765570', '3f915b2769fc80648e92d04e84ca059d', '彻底删除用户', null, null, '0', null, null, '2', 'system:user:deleteRecycleBin', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:20:22', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592115712466710529', '45c966826eeff4c99b8f8ebfe74511fc', '部门添加', null, null, '0', null, null, '2', 'system:depart:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:22:21', 'admin', '2022-11-14 19:30:49', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592115914493751297', '1170592628746878978', '编辑菜单权限数据', null, null, '0', null, null, '2', 'system:permission:editRule', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:23:09', 'admin', '2022-11-14 19:39:25', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592116663936184322', '1170592628746878978', '编辑菜单', null, null, '0', null, null, '2', 'system:permission:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:26:07', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592117222764277761', '45c966826eeff4c99b8f8ebfe74511fc', '部门编辑', null, null, '0', null, null, '2', 'system:depart:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:28:21', 'admin', '2022-11-14 19:30:55', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592117276539449345', '45c966826eeff4c99b8f8ebfe74511fc', '部门删除', null, null, '0', null, null, '2', 'system:depart:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:28:33', 'admin', '2022-11-14 19:31:06', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592117377299214337', '45c966826eeff4c99b8f8ebfe74511fc', '部门批量删除', null, null, '0', null, null, '2', 'system:depart:deleteBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:28:58', 'admin', '2022-11-14 19:31:12', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592117422006300673', '45c966826eeff4c99b8f8ebfe74511fc', '部门导入', null, null, '0', null, null, '2', 'system:depart:importExcel', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:29:08', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592117625664925697', '5c2f42277948043026b7a14692456828', '部门角色添加', null, null, '0', null, null, '2', 'system:depart:role:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:29:57', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592117748209905665', '5c2f42277948043026b7a14692456828', '部门角色编辑', null, null, '0', null, null, '2', 'system:depart:role:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:30:26', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592117804359053314', '5c2f42277948043026b7a14692456828', '部门角色删除', null, null, '0', null, null, '2', 'system:depart:role:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:30:39', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592117990305132545', '5c2f42277948043026b7a14692456828', '部门角色批量删除', null, null, '0', null, null, '2', 'system:depart:role:deleteBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:31:24', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592118053634928641', '5c2f42277948043026b7a14692456828', '部门角色用户授权', null, null, '0', null, null, '2', 'system:depart:role:userAdd', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:31:39', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592118192218927105', '1438782641187074050', '字典新增', null, null, '0', null, null, '2', 'system:dict:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:32:12', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592118254844080130', '1438782641187074050', '字典编辑', null, null, '0', null, null, '2', 'system:dict:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:32:27', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592118306983473154', '1438782641187074050', '字典删除', null, null, '0', null, null, '2', 'system:dict:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:32:39', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592118356778250241', '1438782641187074050', '字典批量删除', null, null, '0', null, null, '2', 'system:dict:deleteBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:32:51', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592118414990995457', '1438782641187074050', '字典导入', null, null, '0', null, null, '2', 'system:dict:importExcel', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:33:05', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592118604640645122', '1170592628746878978', '删除菜单', null, null, '0', null, null, '2', 'system:permission:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:33:50', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592118648315932674', '1170592628746878978', '批量删除菜单', null, null, '0', null, null, '2', 'system:permission:deleteBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:34:01', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592119001883176961', '1170592628746878978', '添加菜单权限数据', null, null, '0', null, null, '2', 'system:permission:addRule', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:35:25', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592120052866707457', '1170592628746878978', '删除菜单权限数据', null, null, '0', null, null, '2', 'system:permission:deleteRule', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:39:35', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592120222727630849', '45c966826eeff4c99b8f8ebfe74511fc', '保存部门授权', null, null, '0', null, null, '2', 'system:permission:saveDepart', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:40:16', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592120224120850434', '190c2b43bec6a5f7a4194a85db67d96a', '查询全部角色不租户隔离', null, null, '0', null, null, '2', 'system:role:queryallNoByTenant', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2023-01-11 19:41:18', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592120323667750914', '190c2b43bec6a5f7a4194a85db67d96a', '角色添加', null, null, '0', null, null, '2', 'system:role:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:40:40', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592120372296511490', '190c2b43bec6a5f7a4194a85db67d96a', '角色编辑', null, null, '0', null, null, '2', 'system:role:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:40:52', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592120427007012865', '190c2b43bec6a5f7a4194a85db67d96a', '角色删除', null, null, '0', null, null, '2', 'system:role:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:41:05', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592120484120850434', '190c2b43bec6a5f7a4194a85db67d96a', '角色批量删除', null, null, '0', null, null, '2', 'system:role:deleteBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:41:18', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592120594695286785', '190c2b43bec6a5f7a4194a85db67d96a', '角色首页配置添加', null, null, '0', null, null, '2', 'system:roleindex:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:41:45', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592120649007329281', '190c2b43bec6a5f7a4194a85db67d96a', '角色首页配置编辑', null, null, '0', null, null, '2', 'system:roleindex:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:41:58', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1592135223910765570', '3f915b2769fc80648e92d04e84ca059d', '查询全部用户', null, null, '0', null, null, '2', 'system:user:listAll', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:20:22', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1593160905216663554', '1438782641187074050', '字典子项新增', null, null, '0', null, null, '2', 'system:dict:item:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-17 16:35:34', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1593160959633563650', '1438782641187074050', '字典子项编辑', null, null, '0', null, null, '2', 'system:dict:item:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-17 16:35:47', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1593161025790320641', '1438782641187074050', '字典子项删除', null, null, '0', null, null, '2', 'system:dict:item:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-17 16:36:03', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1593161089787011074', '1438782641187074050', '字典子项批量删除', null, null, '0', null, null, '2', 'system:dict:item:deleteBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-17 16:36:18', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1593185714482880514', '3f915b2769fc80648e92d04e84ca059d', '用户导出', null, null, '0', null, null, '2', 'system:user:export', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-17 18:14:09', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1596141938193747970', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '用户设置', '/system/usersetting', 'system/usersetting/UserSetting', '1', '', null, '1', null, '0', '12.00', '0', 'ant-design:setting-twotone', '0', '0', '1', '0', null, 'admin', '2022-11-25 22:01:08', 'admin', '2023-03-04 15:00:26', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1596335805278990338', '1596141938193747970', '账户设置用户编辑权限', null, null, '0', null, null, '2', 'system:user:setting:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-26 10:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('15c92115213910765570', '3f915b2769fc80648e92d04e84ca059d', '通过ID查询用户信息接口', null, null, '0', null, null, '2', 'system:user:queryById', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:20:22', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1629109281748291586', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '第三方配置', '/third/app', 'system/appconfig/ThirdAppConfigList', '1', '', null, '1', null, '0', '13.00', '0', 'ant-design:setting-outlined', '1', '0', '1', '0', null, 'admin', '2023-02-24 21:21:35', 'admin', '2024-10-30 16:24:00', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1691031996d593131521', '1455100420297859074', 'AUTO在线ERP表单', '/online/cgformErpList/:id', 'super/online/cgform/auto/erp/OnlCgformErpList', '1', '', null, '1', null, '0', '21.00', '0', null, '1', '0', '1', '0', null, 'admin', '2023-08-14 18:20:20', 'jeecg', '2024-06-13 11:37:04', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1691031996d5931315212', '1455100420297859074', 'AUTO在线一对多内嵌', '/online/cgformInnerTableList/:id', 'super/online/cgform/auto/innerTable/OnlCgformInnerTableList', '1', '', null, '1', null, '0', '21.00', '0', null, '1', '0', '1', '0', null, 'admin', '2023-08-14 18:20:20', 'jeecg', '2024-06-13 11:37:07', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1691031996d5931315213', '1455100420297859074', 'AUTO在线Tab风格', '/online/cgformTabList/:id', 'super/online/cgform/auto/tab/OnlCgformTabList', '1', '', null, '1', null, '0', '21.00', '0', null, '1', '0', '1', '0', null, 'admin', '2023-08-14 18:20:20', 'jeecg', '2024-06-13 11:37:11', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1693195557097164801', '190c2b43bec6a5f7a4194a85db67d96a', '查询所有角色', null, null, '0', null, null, '2', 'system:role:list', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2023-08-20 17:37:34', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1698650926200352770', '1473927410093187073', '数据集解析SQL', null, null, '0', null, null, '2', 'drag:analysis:sql', '1', null, '0', null, '1', '0', '0', '0', null, 'jeecg', '2023-09-04 18:55:15', 'jeecg', '2023-09-05 20:36:51', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1699038961937113090', '1473927410093187073', '数据源添加', null, null, '0', null, null, '2', 'drag:datasource:saveOrUpate', '1', null, '0', null, '1', '0', '0', '0', null, 'jeecg', '2023-09-05 20:37:10', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1699039098474291201', '1473927410093187073', '数据源删除', null, null, '0', null, null, '2', 'drag:datasource:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'jeecg', '2023-09-05 20:37:42', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1699039192154071041', '1473927410093187073', '数据源批量删除', null, null, '0', null, null, '2', 'drag:datasource:deleteBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'jeecg', '2023-09-05 20:38:05', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1699374269152100354', '1455101470794850305', '同步数据库', null, null, '0', null, null, '2', 'online:form:syncDb', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2023-09-06 18:49:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1699374346553786370', '1455101470794850305', '添加Online表单', null, null, '0', null, null, '2', 'online:form:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2023-09-06 18:49:52', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1699374404015751169', '1455101470794850305', '修改Online表单', null, null, '0', null, null, '2', 'online:form:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2023-09-06 18:50:05', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1699374509749960705', '1455101470794850305', '查询数据库表名', null, null, '0', null, null, '2', 'online:form:queryTables', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2023-09-06 18:50:31', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1699374612388773890', '1460888189937176577', '获取字典列表', null, null, '0', null, null, '2', 'online:report:getDictList', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2023-09-06 18:50:55', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1699374704168534017', '1460888189937176577', 'SQL解析', null, null, '0', null, null, '2', 'online:report:parseSql', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2023-09-06 18:51:17', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1699374801816125442', '1460888189937176577', '添加Online报表', null, null, '0', null, null, '2', 'online:report:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2023-09-06 18:51:40', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1699375086147993601', '1460888189937176577', '修改Online报表', null, null, '0', null, null, '2', 'online:report:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2023-09-06 18:52:48', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1699375193576701953', '1460888189937176577', '删除Online报表', null, null, '0', null, null, '2', 'online:report:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2023-09-06 18:53:14', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1701475606988812289', '1473927410093187073', '数据源连接', null, null, '0', null, null, '2', 'drag:datasource:testConnection', '1', null, '0', null, '1', '0', '0', '0', null, 'jeecg', '2023-09-12 13:59:31', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1701575168519839746', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '白名单管理', '/system/tableWhiteList', 'system/tableWhiteList/SysTableWhiteListList', '1', '', null, '1', null, '0', '4.00', '0', 'ant-design:table-outlined', '1', '0', '1', '0', null, 'admin', '2023-09-12 20:35:09', 'admin', '2024-10-30 16:24:24', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1746709108126285826', '1455100420297859074', 'AUTO在线表单详情', '/online/cgformDetail/:id', 'super/online/cgform/auto/default/OnlineAutoDetail', '1', '', null, '1', null, '0', '21.00', '0', null, '1', '0', '1', '0', null, 'jeecg', '2024-01-15 09:41:18', 'jeecg', '2024-06-13 11:37:01', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1750128461040648193', '1170592628746878978', '设置默认首页', null, null, '0', null, null, '2', 'system:permission:setDefIndex', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-01-24 20:08:35', null, null, '0', null, '1', '0'); INSERT INTO `sys_permission` VALUES ('1801954937339428865', '1460888189937176577', '测试数据源连接', null, null, '0', null, null, '2', 'online:report:testConnection', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-06-15 20:28:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1833503621525385218', '2024083011151080020', '首页', '/knowledgeBase/home', 'knowledgeBase/home/index', '1', '', null, '1', null, '0', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2024-09-10 21:51:43', 'caoxiang', '2024-11-16 20:22:37', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1834249145648001026', '2024083011151080020', '相关文献', '/knowledgeBase/public/doc/:id', 'knowledgeBase/publicDoc/index', '1', '', null, '1', null, '0', '4.00', '0', null, '1', '0', '1', '0', null, 'admin', '2024-09-12 23:14:10', 'caoxiang', '2024-11-15 16:35:36', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1834561529738539010', '1834561529738539010', '试验数据查看', '/database/dataview', 'databse/dataViewing', '1', 'dataview', '/database/componentList', '1', null, '0', '1.00', '0', null, '0', '0', '1', '0', null, 'admin', '2024-09-13 19:55:28', 'admin', '2024-12-09 16:56:33', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1834563361550479362', '1834563361550479362', '元器件管理', '/database/componentList', 'database/ComponentList', '1', 'database-component', '/database/componentList', '1', null, '0', '1.00', '0', null, '0', '0', '1', '0', null, 'admin', '2024-09-13 20:02:45', 'admin', '2024-12-09 16:56:17', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1834565842028310529', '', '数据管理', '/database', 'layouts/RouteView', '1', '', '/database/equipmentList', '0', null, '0', '2.00', '0', 'ant-design:table-outlined', '0', '0', '0', '0', null, 'admin', '2024-09-13 20:12:36', 'caoxiang', '2024-11-15 15:17:15', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1834566490828419073', '1834565842028310529', '元器件管理', '/database/componentList1', 'database/ComponentList', '1', 'database-component', null, '1', null, '0', '1.00', '0', null, '1', '0', '1', '0', null, 'admin', '2024-09-13 20:15:11', 'admin', '2024-12-09 16:56:20', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1834566952856170497', '1834565842028310529', '试验数据查看', '/database/dataview1', 'database/dataViewing', '1', 'dataview', null, '1', null, '0', '1.00', '0', null, '1', '0', '1', '0', null, 'admin', '2024-09-13 20:17:01', 'admin', '2024-12-09 16:56:37', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1836965409038381057', '202408301111090130', '试验实施', '/database/information', 'experiment/execute/index', '1', 'information', null, '1', null, '2', '2.00', '0', null, '1', '0', '1', '0', null, 'admin', '2024-09-20 11:07:37', 'admin', '2024-10-26 22:58:11', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1842753375354597377', '2024083011151080020', '我的收藏', '/knowledgeBase/myCollection', 'knowledgeBase/myCollection/index', '1', '', null, '1', null, '0', '4.00', '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-06 10:26:56', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1843983183883382785', '202408301111090130', '生成报告', '/database/report', 'experiment/execute/create_report', '1', 'create_report', null, '1', null, '0', '1.00', '0', null, '1', '0', '1', '0', null, 'admin', '2024-10-09 19:53:45', 'caoxiang', '2024-10-27 14:51:38', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1850214135831830529', null, '试验管理', '/experiment/manage1', 'layouts/default/index', '1', '', '/experiment/manage', '0', null, '0', '1.00', '0', 'ant-design:experiment-outlined', '0', '0', '0', '0', null, 'admin', '2024-10-27 00:33:20', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1854071406047371265', '', '数据库', '/database/database', 'layouts/default/index', '1', '', null, '0', null, '0', '3.00', '0', 'ant-design:profile-outlined', '0', '0', '0', '0', null, 'caoxiang', '2024-11-06 16:00:45', 'caoxiang', '2024-11-15 15:17:25', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1862689565741510657', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '系统日志', '/system/log', 'system/log/index', '1', '', null, '1', null, '0', '5.00', '0', 'ant-design:security-scan-outlined', '1', '0', '0', '0', null, 'caoxiang', '2024-11-30 10:46:14', 'caoxiang', '2024-11-30 10:48:05', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1893997385897029633', '1854071406047371265', '数据库', '/database/database/localDatabaseList', 'database/database/localDatabaseList/LocalDatabaseList', '1', '', null, '1', null, '0', '2.00', '0', null, '0', '0', '0', '0', null, 'caoxiang', '2025-02-24 20:12:20', 'caoxiang', '2025-02-24 22:58:12', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1905649165617373185', '202408301111090130', '试验报告', null, null, '0', null, null, '2', 'experiment:list:report', '1', null, '0', null, '1', '0', '0', '0', null, 'caoxiang', '2025-03-28 23:52:21', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('1905649348048625665', '202408301111090130', '试验员打分', null, null, '0', null, null, '2', 'experiment:list:score', '1', null, '0', null, '1', '0', '0', '0', null, 'caoxiang', '2025-03-28 23:53:04', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('190c2b43bec6a5f7a4194a85db67d96a', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '角色管理', '/system/role', 'system/role/index', '1', null, null, '1', null, null, '2.00', '0', 'ant-design:solution', '0', '1', '0', null, null, null, '2018-12-25 20:34:38', 'admin', '2021-09-17 15:58:00', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1916494403063308290', '1834565842028310529', '样品类型', '/database/sampleTypeList', 'database/sampleTypeList/SampleTypeList', '1', '', null, '1', null, '0', '6.00', '0', null, '1', '0', '0', '0', null, 'caoxiang', '2025-04-27 22:07:27', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1917954826328580097', '1850214135831830529', '报告审核', '/experiment/report', 'experiment/manage/ReportList', '1', '', null, '1', null, '0', '1.00', '0', 'ant-design:audit-outlined', '1', '0', '0', '0', null, 'caoxiang', '2025-05-01 22:50:39', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('1a0811914300741f4e11838ff37a1d3a', '3f915b2769fc80648e92d04e84ca059d', '手机号禁用', '', '', '0', null, null, '2', 'user:form:phone', '2', '1.00', '0', null, '1', null, '0', null, null, 'admin', '2019-05-11 17:19:30', 'admin', '2019-05-11 18:00:22', '0', '0', '1', null); INSERT INTO `sys_permission` VALUES ('1d592115213910765570', '3f915b2769fc80648e92d04e84ca059d', '通过ID查询用户拥有的角色', null, null, '0', null, null, '2', 'system:user:queryUserRole', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2022-11-14 19:20:22', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011079730480', '', '试验人员', '/database/experimentUserList', 'database/ExperimentUserList', '1', null, null, '0', null, '1', '15.00', '0', null, '0', '0', '1', '0', null, 'admin', '2024-08-30 11:07:48', 'caoxiang', '2024-11-14 16:54:53', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011079730481', '2024083011079730480', '添加试验人员', null, null, '0', null, null, '2', 'database:experiment_user:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:07:48', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011079730482', '2024083011079730480', '编辑试验人员', null, null, '0', null, null, '2', 'database:experiment_user:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:07:48', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011079730483', '2024083011079730480', '删除试验人员', null, null, '0', null, null, '2', 'database:experiment_user:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:07:48', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202408301110080230', '1834565842028310529', '测试标准', '/database/testStandardsList', 'database/testStandardsList/TestStandardsList', '1', null, null, '1', null, '1', '4.00', '0', null, '0', '0', '0', '0', null, 'admin', '2024-08-30 11:10:23', 'zhangru', '2024-12-10 14:48:38', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202408301110080231', '202408301110080230', '添加测试标准', null, null, '0', null, null, '2', 'database:test_standards:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202408301110080232', '202408301110080230', '编辑测试标准', null, null, '0', null, null, '2', 'database:test_standards:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202408301110080233', '202408301110080230', '删除测试标准', null, null, '0', null, null, '2', 'database:test_standards:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202408301110140540', '', '试验文档', '/database/experimentDocList', 'database/ExperimentDocList', '0', null, null, '0', null, '1', '0.00', '0', null, '0', '0', '1', '1', null, 'admin', '2024-08-30 11:10:54', 'admin', '2025-02-25 14:09:33', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202408301110140541', '202408301110140540', '添加试验文档', null, null, '0', null, null, '2', 'database:experiment_doc:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:54', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202408301110140542', '202408301110140540', '编辑试验文档', null, null, '0', null, null, '2', 'database:experiment_doc:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:54', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202408301110140543', '202408301110140540', '删除试验文档', null, null, '0', null, null, '2', 'database:experiment_doc:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:54', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011101530490', '', '我的收藏文档', '/database/documentFavoritesList', 'database/DocumentFavoritesList', '1', null, null, '0', null, '1', '0.00', '0', null, '0', '0', '1', '0', null, 'admin', '2024-08-30 11:10:49', 'admin', '2024-10-26 23:25:33', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011101530491', '2024083011101530490', '添加我的收藏文档', null, null, '0', null, null, '2', 'database:document_favorites:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:49', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011101530492', '2024083011101530490', '编辑我的收藏文档', null, null, '0', null, null, '2', 'database:document_favorites:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:49', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011101530493', '2024083011101530490', '删除我的收藏文档', null, null, '0', null, null, '2', 'database:document_favorites:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:49', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011103050310', '1834565842028310529', '辐射源类型', '/database/radiateTypeList', 'database/radiateTypeList/RadiateTypeList', '1', null, null, '1', null, '1', '2.00', '0', null, '0', '0', '0', '0', null, 'admin', '2024-08-30 11:10:31', 'zhangru', '2024-12-10 14:47:59', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011103050311', '2024083011103050310', '添加辐射源类型', null, null, '0', null, null, '2', 'database:radiate_type:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:31', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011103050312', '2024083011103050310', '编辑辐射源类型', null, null, '0', null, null, '2', 'database:radiate_type:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:31', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011103050313', '2024083011103050310', '删除辐射源类型', null, null, '0', null, null, '2', 'database:radiate_type:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:31', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011103300580', '', '试验日志', '/database/experimentLogList', 'database/ExperimentLogList', '0', null, null, '0', null, '1', '0.00', '0', null, '0', '0', '1', '1', null, 'admin', '2024-08-30 11:10:58', 'admin', '2025-02-25 14:10:04', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011103300581', '2024083011103300580', '添加试验日志', null, null, '0', null, null, '2', 'database:experiment_log:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:58', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011103300582', '2024083011103300580', '编辑试验日志', null, null, '0', null, null, '2', 'database:experiment_log:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:58', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011103300583', '2024083011103300580', '删除试验日志', null, null, '0', null, null, '2', 'database:experiment_log:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:58', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011104830400', '1834565842028310529', '设备管理', '/database/equipmentList', 'database/equipmentList/EquipmentList', '1', null, null, '1', null, '1', '0.00', '0', null, '0', '0', '0', '0', null, 'admin', '2024-08-30 11:10:40', 'zhangru', '2024-12-10 14:45:19', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011104830401', '2024083011104830400', '添加设备', null, null, '0', null, null, '2', 'database:equipment:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:40', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011104830402', '2024083011104830400', '编辑设备', null, null, '0', null, null, '2', 'database:equipment:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:40', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011104830403', '2024083011104830400', '删除设备', null, null, '0', null, null, '2', 'database:equipment:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:40', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011108270170', '1834565842028310529', '辐照标准', '/database/irradiationStandardsList', 'database/irradiationStandardsList/IrradiationStandardsList', '1', null, null, '1', null, '1', '5.00', '0', null, '0', '0', '0', '0', null, 'admin', '2024-08-30 11:10:17', 'zhangru', '2024-12-10 14:48:51', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011108270171', '2024083011108270170', '添加辐照标准', null, null, '0', null, null, '2', 'database:irradiation_standards:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:17', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011108270172', '2024083011108270170', '编辑辐照标准', null, null, '0', null, null, '2', 'database:irradiation_standards:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:17', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011108270173', '2024083011108270170', '删除辐照标准', null, null, '0', null, null, '2', 'database:irradiation_standards:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:10:17', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202408301111090130', '1850214135831830529', '试验管理', '/experiment/manage', 'experiment/manage/ExperimentList', '1', null, '/experiment/manage', '1', null, '1', '0.00', '0', 'ant-design:experiment-outlined', '0', '0', '0', '0', null, 'admin', '2024-08-30 11:11:13', 'admin', '2024-10-27 00:34:45', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202408301111090131', '202408301111090130', '添加试验管理', null, null, '0', null, null, '2', 'database:experiment:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:11:13', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202408301111090132', '202408301111090130', '编辑试验管理', null, null, '0', null, null, '2', 'database:experiment:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:11:13', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202408301111090133', '202408301111090130', '删除试验管理', null, null, '0', null, null, '2', 'database:experiment:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:11:13', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011115070020', '', '试验报告', '/database/experimentReportList', 'database/ExperimentReportList', '1', null, null, '0', null, '1', '0.00', '0', null, '0', '0', '1', '0', null, 'admin', '2024-08-30 11:11:02', 'admin', '2024-10-26 23:01:59', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011115070021', '2024083011115070020', '添加试验报告', null, null, '0', null, null, '2', 'database:experiment_report:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:11:02', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011115070022', '2024083011115070020', '编辑试验报告', null, null, '0', null, null, '2', 'database:experiment_report:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:11:02', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011115070023', '2024083011115070020', '删除试验报告', null, null, '0', null, null, '2', 'database:experiment_report:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:11:02', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011115070027', '2024083011115070020', '审核试验报告', null, null, '0', null, null, '2', 'database:experiment_report:audit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:11:02', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011151080020', '', '知识库', '/library/documentLibraryList', 'library/DocumentLibraryList', '1', null, null, '0', null, '1', '0.00', '0', 'ant-design:read-outlined', '0', '0', '0', '0', null, 'admin', '2024-08-30 11:15:02', 'admin', '2024-11-10 21:28:35', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011151080021', '2024083011151080020', '添加知识库', null, null, '0', null, null, '2', 'library:document_library:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:15:02', 'admin', '2024-11-10 21:28:47', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011151080022', '2024083011151080020', '编辑知识库', null, null, '0', null, null, '2', 'library:document_library:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:15:02', 'admin', '2024-11-10 21:28:52', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024083011151080023', '2024083011151080020', '删除知识库', null, null, '0', null, null, '2', 'library:document_library:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-08-30 11:15:02', 'admin', '2024-11-10 21:28:56', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102103111150340', '', '退火过程', '/database/experimentAnnealProcessList', 'database/ExperimentAnnealProcessList', '1', null, null, '0', null, '1', '0.00', '0', null, '0', '0', '1', '0', null, 'admin', '2024-10-21 03:11:34', 'admin', '2024-10-26 23:01:39', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102103111150341', '2024102103111150340', '添加退火过程', null, null, '0', null, null, '2', 'database:experiment_anneal_process:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-21 03:11:34', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102103111150342', '2024102103111150340', '编辑退火过程', null, null, '0', null, null, '2', 'database:experiment_anneal_process:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-21 03:11:34', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102103111150343', '2024102103111150340', '删除退火过程', null, null, '0', null, null, '2', 'database:experiment_anneal_process:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-21 03:11:34', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102203038960410', '', '辐照过程', '/database/experimentRadiationProcessList', 'database/ExperimentRadiationProcessList', '1', null, null, '0', null, '1', '0.00', '0', null, '0', '0', '1', '0', null, 'admin', '2024-10-22 03:03:41', 'admin', '2024-10-26 23:02:15', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102203038960411', '2024102203038960410', '添加辐照过程', null, null, '0', null, null, '2', 'database:experiment_radiation_process:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-22 03:03:41', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102203038960412', '2024102203038960410', '编辑辐照过程', null, null, '0', null, null, '2', 'database:experiment_radiation_process:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-22 03:03:41', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102203038960413', '2024102203038960410', '删除辐照过程', null, null, '0', null, null, '2', 'database:experiment_radiation_process:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-22 03:03:41', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102302559690097', '2024102302559690090', '', null, null, '0', null, null, '2', 'database:experiment_report:audit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-23 14:55:09', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102307097750570', '', '测试过程', '/database/experimentTestProcessList', 'database/ExperimentTestProcessList', '1', null, null, '0', null, '1', '0.00', '0', null, '0', '0', '1', '0', null, 'admin', '2024-10-23 07:09:57', 'admin', '2024-10-26 23:02:27', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102307097750571', '2024102307097750570', '添加测试过程', null, null, '0', null, null, '2', 'database:experiment_test_process:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-23 07:09:57', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102307097750572', '2024102307097750570', '编辑测试过程', null, null, '0', null, null, '2', 'database:experiment_test_process:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-23 07:09:57', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102307097750573', '2024102307097750570', '删除测试过程', null, null, '0', null, null, '2', 'database:experiment_test_process:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-23 07:09:57', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102406407070410', '1834565842028310529', '委托方管理', '/database/clientList', 'database/clientList/ClientList', '1', null, null, '1', null, '1', '1.00', '0', null, '0', '0', '0', '0', null, 'admin', '2024-10-24 06:40:41', 'zhangru', '2024-12-10 14:47:40', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102406407070411', '2024102406407070410', '添加委托方', null, null, '0', null, null, '2', 'database:client:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-24 06:40:41', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102406407070412', '2024102406407070410', '编辑委托方', null, null, '0', null, null, '2', 'database:client:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-24 06:40:41', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102406407070413', '2024102406407070410', '删除委托方', null, null, '0', null, null, '2', 'database:client:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-24 06:40:41', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102406407070414', '2024102406407070410', '批量删除委托方', null, null, '0', null, null, '2', 'database:client:deleteBatch', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-24 06:40:41', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102406496480320', '1834565842028310529', 'CNAS测试参数', '/database/cnasTestList', 'database/cnas_test/CnasTestList', '1', null, null, '1', null, '1', '3.00', '0', null, '0', '0', '0', '0', null, 'admin', '2024-10-24 06:49:32', 'zhangru', '2024-12-10 14:48:19', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102406496480321', '2024102406496480320', '添加cnas测试参数列表', null, null, '0', null, null, '2', 'database:cnas_test:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-24 06:49:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102406496480322', '2024102406496480320', '编辑cnas测试参数列表', null, null, '0', null, null, '2', 'database:cnas_test:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-24 06:49:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024102406496480323', '2024102406496480320', '删除cnas测试参数列表', null, null, '0', null, null, '2', 'database:cnas_test:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-10-24 06:49:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024110401279790110', '1854071406047371265', '外网数据', '/database/database/nasaDataRecordList', 'database/database/nasaData/NasaDataRecordList', '1', null, null, '1', null, '1', '0.00', '0', null, '0', '0', '0', '0', null, 'admin', '2024-11-04 13:27:11', 'caoxiang', '2025-02-24 22:57:46', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024110401279800111', '2024110401279790110', '添加外网数据', null, null, '0', null, null, '2', 'database:nasa_data_record:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-11-04 13:27:11', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024110401279800112', '2024110401279790110', '编辑外网数据', null, null, '0', null, null, '2', 'database:nasa_data_record:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-11-04 13:27:11', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024110401279800113', '2024110401279790110', '删除外网数据', null, null, '0', null, null, '2', 'database:nasa_data_record:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-11-04 13:27:11', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024110502579840310', '1854071406047371265', '试验评定', '/database/database/testDataReview', 'database/database/testDataReview/index', '1', null, null, '1', null, '1', '3.00', '0', null, '0', '0', '1', '0', null, 'admin', '2024-11-05 02:57:31', 'caoxiang', '2024-11-07 10:23:52', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024110502579850311', '2024110502579840310', '添加试验评定', null, null, '0', null, null, '2', 'database:experiment_review:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-11-05 02:57:31', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024110502579850312', '2024110502579840310', '编辑试验评定', null, null, '0', null, null, '2', 'database:experiment_review:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-11-05 02:57:31', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024110502579850313', '2024110502579840310', '删除试验评定', null, null, '0', null, null, '2', 'database:experiment_review:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-11-05 02:57:31', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024111411434510250', '', '文档访问历史', '/library/documentVisitHistoryList', 'library/DocumentVisitHistoryList', '0', null, null, '0', null, '1', '0.00', '0', null, '0', '0', '1', '1', null, 'admin', '2024-11-14 11:43:25', 'admin', '2025-02-25 14:09:43', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024111411434510251', '2024111411434510250', '添加文档访问历史', null, null, '0', null, null, '2', 'library:document_visit_history:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-11-14 11:43:25', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024111411434510252', '2024111411434510250', '编辑文档访问历史', null, null, '0', null, null, '2', 'library:document_visit_history:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-11-14 11:43:25', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024111411434510253', '2024111411434510250', '删除文档访问历史', null, null, '0', null, null, '2', 'library:document_visit_history:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-11-14 11:43:25', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024111604365880200', '', '试验评分', '/database/experimentRatingList', 'database/ExperimentRatingList', '1', null, null, '0', null, '1', '0.00', '0', null, '0', '0', '1', '0', null, 'admin', '2024-11-16 04:36:20', 'caoxiang', '2024-11-20 17:36:30', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024111604365880201', '2024111604365880200', '添加试验评分', null, null, '0', null, null, '2', 'database:experiment_rating:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-11-16 04:36:20', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024111604365880202', '2024111604365880200', '编辑试验评分', null, null, '0', null, null, '2', 'database:experiment_rating:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-11-16 04:36:20', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2024111604365890203', '2024111604365880200', '删除试验评分', null, null, '0', null, null, '2', 'database:experiment_rating:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2024-11-16 04:36:20', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2025022410085670471', '1893997385897029633', '添加数据库记录', null, null, '0', null, null, '2', 'database:local_database:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2025-02-24 10:08:47', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2025022410085670472', '1893997385897029633', '编辑数据库记录', null, null, '0', null, null, '2', 'database:local_database:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2025-02-24 10:08:47', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('2025022410085670473', '1893997385897029633', '删除数据库记录', null, null, '0', null, null, '2', 'database:local_database:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2025-02-24 10:08:47', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202502241009610150', '1854071406047371265', '历史数据', '/database/database/historicalDatabase', 'database/database/historicalDatabase/HistoricalDatabaseList', '1', null, null, '1', null, '1', '1.00', '0', null, '0', '0', '0', '0', null, 'admin', '2025-02-24 10:09:15', 'caoxiang', '2025-02-24 22:58:02', '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202502241009610151', '202502241009610150', '添加历史数据', null, null, '0', null, null, '2', 'database:historical_database:add', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2025-02-24 10:09:15', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202502241009610152', '202502241009610150', '编辑历史数据', null, null, '0', null, null, '2', 'database:historical_database:edit', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2025-02-24 10:09:15', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('202502241009610153', '202502241009610150', '删除历史数据', null, null, '0', null, null, '2', 'database:historical_database:delete', '1', null, '0', null, '1', '0', '0', '0', null, 'admin', '2025-02-24 10:09:15', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission` VALUES ('3f915b2769fc80648e92d04e84ca059d', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '用户管理', '/system/user', 'system/user/index', '1', null, null, '1', null, null, '1.00', '0', 'ant-design:user', '0', '1', '0', null, null, null, '2018-12-25 20:34:38', 'sunjianlei', '2021-05-08 09:57:31', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('45c966826eeff4c99b8f8ebfe74511fc', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '部门管理', '/system/depart', 'system/depart/index', '1', null, null, '1', null, null, '3.00', '0', 'ant-design:team', '0', '0', '1', '0', null, 'admin', '2019-01-29 18:47:40', 'admin', '2024-10-30 16:24:34', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('5c2f42277948043026b7a14692456828', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '我的部门', '/system/depart-user', 'system/departUser/index', '1', null, null, '1', null, null, '3.00', '0', 'ant-design:home-outlined', '0', '0', '1', '0', null, 'admin', '2019-04-17 15:12:24', 'admin', '2024-10-30 16:24:29', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('d7d6e2e4e2934f2c9385a623fd98c6f3', '', '系统管理', '/isystem', 'layouts/RouteView', '1', null, null, '0', null, null, '4.00', '0', 'ant-design:setting', '0', '0', '0', '0', null, null, '2018-12-25 20:34:38', 'caoxiang', '2024-11-15 15:17:42', '0', '0', null, '0'); INSERT INTO `sys_permission` VALUES ('f15543b0263cf6c5fac85afdd3eba3f2', '3f915b2769fc80648e92d04e84ca059d', '用户导入', '', null, '0', null, null, '2', 'system:user:import', '1', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2019-05-13 19:15:27', 'admin', '2022-06-30 15:05:12', '0', '0', '1', '0'); -- ---------------------------- -- Table structure for sys_permission_data_rule -- ---------------------------- DROP TABLE IF EXISTS `sys_permission_data_rule`; CREATE TABLE `sys_permission_data_rule` ( `id` varchar(32) NOT NULL COMMENT 'ID', `permission_id` varchar(32) DEFAULT NULL COMMENT '菜单ID', `rule_name` varchar(50) DEFAULT NULL COMMENT '规则名称', `rule_column` varchar(50) DEFAULT NULL COMMENT '字段', `rule_conditions` varchar(50) DEFAULT NULL COMMENT '条件', `rule_value` varchar(300) DEFAULT NULL COMMENT '规则值', `status` varchar(3) DEFAULT NULL COMMENT '权限有效状态1有0否', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `create_by` varchar(32) DEFAULT NULL, `update_time` datetime DEFAULT NULL COMMENT '修改时间', `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', PRIMARY KEY (`id`) USING BTREE, KEY `idx_spdr_permission_id` (`permission_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_permission_data_rule -- ---------------------------- INSERT INTO `sys_permission_data_rule` VALUES ('1260935285157511170', '4148ec82b6acd69f470bea75fe41c357', 'createBy', 'createBy', '=', '#{sys_user_code}', '0', '2020-05-14 22:09:34', 'jeecg', '2020-05-14 22:13:52', 'admin'); INSERT INTO `sys_permission_data_rule` VALUES ('1260936345293012993', '4148ec82b6acd69f470bea75fe41c357', '年龄', 'age', '>', '20', '1', '2020-05-14 22:13:46', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('1260937192290762754', '4148ec82b6acd69f470bea75fe41c357', 'sysOrgCode', 'sysOrgCode', 'RIGHT_LIKE', '#{sys_org_code}', '1', '2020-05-14 22:17:08', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('1260937192290762755', '202408301111090130', '看自己的数据', 'createBy', '=', '#{sys_user_code}', '1', null, null, null, null); INSERT INTO `sys_permission_data_rule` VALUES ('32b62cb04d6c788d9d92e3ff5e66854e', '8d4683aacaa997ab86b966b464360338', '000', '00', '!=', '00', '1', '2019-04-02 18:36:08', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('40283181614231d401614234fe670003', '40283181614231d401614232cd1c0001', 'createBy', 'createBy', '=', '#{sys_user_code}', '1', '2018-01-29 21:57:04', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('4028318161424e730161424fca6f0004', '4028318161424e730161424f61510002', 'createBy', 'createBy', '=', '#{sys_user_code}', '1', '2018-01-29 22:26:20', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('402880e6487e661a01487e732c020005', '402889fb486e848101486e93a7c80014', 'SYS_ORG_CODE', 'SYS_ORG_CODE', 'LIKE', '010201%', '1', '2014-09-16 20:32:30', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('402880e6487e661a01487e8153ee0007', '402889fb486e848101486e93a7c80014', 'create_by', 'create_by', '', '#{SYS_USER_CODE}', '1', '2014-09-16 20:47:57', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('402880ec5ddec439015ddf9225060038', '40288088481d019401481d2fcebf000d', '复杂关系', '', 'USE_SQL_RULES', 'name like \'%张%\' or age > 10', '1', null, null, '2017-08-14 15:10:25', 'demo'); INSERT INTO `sys_permission_data_rule` VALUES ('402880ec5ddfdd26015ddfe3e0570011', '4028ab775dca0d1b015dca3fccb60016', '复杂sql配置', '', 'USE_SQL_RULES', 'table_name like \'%test%\' or is_tree = \'Y\'', '1', null, null, '2017-08-14 16:38:55', 'demo'); INSERT INTO `sys_permission_data_rule` VALUES ('402880f25b1e2ac7015b1e5fdebc0012', '402880f25b1e2ac7015b1e5cdc340010', '只能看自己数据', 'create_by', '=', '#{sys_user_code}', '1', '2017-03-30 16:40:51', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('402881875b19f141015b19f8125e0014', '40288088481d019401481d2fcebf000d', '可看下属业务数据', 'sys_org_code', 'LIKE', '#{sys_org_code}', '1', null, null, '2017-08-14 15:04:32', 'demo'); INSERT INTO `sys_permission_data_rule` VALUES ('402881e45394d66901539500a4450001', '402881e54df73c73014df75ab670000f', 'sysCompanyCode', 'sysCompanyCode', '=', '#{SYS_COMPANY_CODE}', '1', '2016-03-21 01:09:21', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('402881e45394d6690153950177cb0003', '402881e54df73c73014df75ab670000f', 'sysOrgCode', 'sysOrgCode', '=', '#{SYS_ORG_CODE}', '1', '2016-03-21 01:10:15', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('402881e56266f43101626727aff60067', '402881e56266f43101626724eb730065', '销售自己看自己的数据', 'createBy', '=', '#{sys_user_code}', '1', '2018-03-27 19:11:16', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('402881e56266f4310162672fb1a70082', '402881e56266f43101626724eb730065', '销售经理看所有下级数据', 'sysOrgCode', 'LIKE', '#{sys_org_code}', '1', '2018-03-27 19:20:01', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('402881e56266f431016267387c9f0088', '402881e56266f43101626724eb730065', '只看金额大于1000的数据', 'money', '>=', '1000', '1', '2018-03-27 19:29:37', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('402881f3650de25101650dfb5a3a0010', '402881e56266f4310162671d62050044', '22', '', 'USE_SQL_RULES', '22', '1', '2018-08-06 14:45:01', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('402889fb486e848101486e913cd6000b', '402889fb486e848101486e8e2e8b0007', 'userName', 'userName', '=', 'admin', '1', '2014-09-13 18:31:25', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('402889fb486e848101486e98d20d0016', '402889fb486e848101486e93a7c80014', 'title', 'title', '=', '12', '1', null, null, '2014-09-13 22:18:22', 'scott'); INSERT INTO `sys_permission_data_rule` VALUES ('402889fe47fcb29c0147fcb6b6220001', '8a8ab0b246dc81120146dc8180fe002b', '12', '12', '>', '12', '1', '2014-08-22 15:55:38', '8a8ab0b246dc81120146dc8181950052', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('4028ab775dca0d1b015dca4183530018', '4028ab775dca0d1b015dca3fccb60016', '表名限制', 'isDbSynch', '=', 'Y', '1', null, null, '2017-08-14 16:43:45', 'demo'); INSERT INTO `sys_permission_data_rule` VALUES ('4028ef815595a881015595b0ccb60001', '40288088481d019401481d2fcebf000d', '限只能看自己', 'create_by', '=', '#{sys_user_code}', '1', null, null, '2017-08-14 15:03:56', 'demo'); INSERT INTO `sys_permission_data_rule` VALUES ('4028ef81574ae99701574aed26530005', '4028ef81574ae99701574aeb97bd0003', '用户名', 'userName', '!=', 'admin', '1', '2016-09-21 12:07:18', 'admin', null, null); INSERT INTO `sys_permission_data_rule` VALUES ('f852d85d47f224990147f2284c0c0005', null, '小于', 'test', '<=', '11', '1', '2014-08-20 14:43:52', '8a8ab0b246dc81120146dc8181950052', null, null); -- ---------------------------- -- Table structure for sys_permission_v3 -- ---------------------------- DROP TABLE IF EXISTS `sys_permission_v3`; CREATE TABLE `sys_permission_v3` ( `id` varchar(32) NOT NULL COMMENT '主键id', `parent_id` varchar(32) DEFAULT NULL COMMENT '父id', `name` varchar(255) DEFAULT NULL COMMENT '菜单标题', `url` varchar(255) DEFAULT NULL COMMENT '路径', `component` varchar(255) DEFAULT NULL COMMENT '组件', `is_route` tinyint(1) DEFAULT '1' COMMENT '是否路由菜单: 0:不是 1:是(默认值1)', `component_name` varchar(255) DEFAULT NULL COMMENT '组件名字', `redirect` varchar(255) DEFAULT NULL COMMENT '一级菜单跳转地址', `menu_type` int(11) DEFAULT NULL COMMENT '菜单类型(0:一级菜单; 1:子菜单:2:按钮权限)', `perms` varchar(255) DEFAULT NULL COMMENT '菜单权限编码', `perms_type` varchar(10) DEFAULT '0' COMMENT '权限策略1显示2禁用', `sort_no` double(8,2) DEFAULT NULL COMMENT '菜单排序', `always_show` tinyint(1) DEFAULT NULL COMMENT '聚合子路由: 1是0否', `icon` varchar(255) DEFAULT NULL COMMENT '菜单图标', `is_leaf` tinyint(1) DEFAULT NULL COMMENT '是否叶子节点: 1是0否', `keep_alive` tinyint(1) DEFAULT NULL COMMENT '是否缓存该页面: 1:是 0:不是', `hidden` int(11) DEFAULT '0' COMMENT '是否隐藏路由: 0否,1是', `hide_tab` int(11) DEFAULT NULL COMMENT '是否隐藏tab: 0否,1是', `description` varchar(255) DEFAULT NULL COMMENT '描述', `create_by` varchar(255) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(255) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', `del_flag` int(11) DEFAULT '0' COMMENT '删除状态 0正常 1已删除', `rule_flag` int(11) DEFAULT '0' COMMENT '是否添加数据权限1是0否', `status` varchar(2) DEFAULT NULL COMMENT '按钮权限状态(0无效1有效)', `internal_or_external` tinyint(1) DEFAULT NULL COMMENT '外链菜单打开方式 0/内部打开 1/外部打开', PRIMARY KEY (`id`) USING BTREE, KEY `index_menu_type` (`menu_type`) USING BTREE, KEY `index_menu_hidden` (`hidden`) USING BTREE, KEY `index_menu_status` (`status`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='菜单权限表'; -- ---------------------------- -- Records of sys_permission_v3 -- ---------------------------- INSERT INTO `sys_permission_v3` VALUES ('1170592628746878978', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '菜单管理', '/system/menu', 'system/menu/index', '1', null, null, '1', null, '1', '3.00', '0', 'ant-design:menu-fold-outlined', '1', '0', '0', null, null, 'admin', '2019-09-08 15:00:05', 'admin', '2021-09-17 15:40:01', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1211885237487923202', '1207203817658105858', 'btn:add', '', '', '1', null, null, '2', 'btn:add', '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2019-12-31 13:42:11', 'admin', '2020-01-07 20:07:53', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1214376304951664642', '3f915b2769fc80648e92d04e84ca059d', '用户编辑', '', '', '1', null, null, '2', 'user:edit', '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2020-01-07 10:40:47', 'admin', '2020-01-07 10:41:04', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1214462306546319362', '3f915b2769fc80648e92d04e84ca059d', '新增用户', '', '', '1', null, null, '2', 'user:add', '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2020-01-07 16:22:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1280350452934307841', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '租户管理', '/system/tenant', 'system/tenant/index', '1', null, null, '1', null, '1', '99.00', '0', 'ant-design:appstore-twotone', '1', '0', '0', null, null, 'admin', '2020-07-07 11:58:30', 'admin', '2021-09-17 15:40:41', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108176273760258', '', 'Dashboard', '/dashboard', 'layouts/default/index', '1', null, '/dashboard/analysis', '0', null, '1', '1.00', '0', 'ion:grid-outline', '0', '0', '0', '0', null, 'admin', '2021-09-15 19:51:23', 'admin', '2021-10-22 20:39:20', '0', '1', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108176814825473', '1438108176273760258', '工作台', '/dashboard/workbench', 'dashboard/workbench/index', '1', null, null, '1', null, '1', '1.00', '0', 'ant-design:appstore-twotone', '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', 'admin', '2021-09-17 15:42:42', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108176932265985', '1438108178010202113', '权限管理', '/permission', 'layouts/default/index', '1', null, '/permission/front/page', '0', null, '1', '2.00', '0', 'ion:key-outline', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108177074872321', '1438108176932265985', '基于前端权限', '/permission/front', null, '1', null, null, '1', null, '1', '0.00', '0', null, '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108177188118529', '1438108176932265985', '基于后台权限', '/permission/back', null, '1', null, null, '1', null, '1', '1.00', '0', null, '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108177351696386', '1438108177074872321', '页面权限', '/permission/front/page', 'demo/permission/front/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', 'admin', '2021-09-16 14:37:49', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108177565605889', '1438108177074872321', '按钮权限', '/permission/front/btn', 'demo/permission/front/Btn', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', 'admin', '2021-09-15 19:57:23', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108177720795137', '1438108177188118529', '页面权限', '/permission/back/page', 'demo/permission/back/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', 'admin', '2021-09-15 19:56:40', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108177880178689', '1438108177188118529', '按钮权限', '/permission/back/btn', 'demo/permission/back/Btn', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', 'admin', '2021-09-15 19:57:00', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108178010202113', '1438108196993622018', '功能示例', '/feat', 'layouts/default/index', '1', null, '/feat/icon', '0', null, '1', '20.00', '0', 'ion:git-compare-outline', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108178127642626', '1438108197958315557', '图标', '/comp/basic/icon', 'demo/feat/icon/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108178257666049', '1438108178010202113', 'websocket测试', '/feat/ws', 'demo/feat/ws/index', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108178421243905', '1438108178010202113', '登录过期', '/feat/session-timeout', 'demo/feat/session-timeout/index', '1', null, null, '1', null, '1', '2.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108178643542017', '1438108197958311677', '打印', '/comp/third/print', 'demo/feat/print/index', '1', null, null, '1', null, '1', '3.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108178781954049', '1438108197958315557', 'Tab操作', '/comp/basic/tabs', 'demo/feat/tabs/index', '1', null, null, '1', null, '1', '4.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108178781954050', '1438108197958315557', 'TabDetail', '/comp/basic/tabs/detail/:id', 'demo/feat/tabs/TabDetail', '1', null, '/comp/basic/tabs/detail', '1', null, '1', '4.00', '0', null, '1', '0', '1', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108178911977473', '1438108187455774722', '面包屑导航', '/feat/breadcrumb', 'layouts/default/index', '1', null, '/feat/breadcrumb/flat', '1', null, '1', '5.00', '0', 'ant-design:right-square-filled', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', 'admin', '2021-09-17 15:48:07', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108179226550273', '1438108197958311677', '右键菜单', '/comp/third/context-menu', 'demo/feat/context-menu/index', '1', null, null, '1', null, '1', '6.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108179381739521', '1438108197958311677', '文件下载', '/comp/third/download', 'demo/feat/download/index', '1', null, null, '1', null, '1', '7.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108179599843330', '1438108197958311677', 'ClickOutSide组件', '/comp/third/click-out-side', 'demo/feat/click-out-side/index', '1', null, null, '1', null, '1', '8.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:23', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108179910221825', '1438108197958311677', '图片预览', '/comp/third/img-preview', 'demo/feat/img-preview/index', '1', null, null, '1', null, '1', '9.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108180077993985', '1438108197958311677', '剪切板', '/comp/third/copy', 'demo/feat/copy/index', '1', null, null, '1', null, '1', '10.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108180258349057', '1438108197958315557', '消息提示', '/comp/basic/msg', 'demo/feat/msg/index', '1', null, null, '1', null, '1', '11.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108180434509826', '1438108197958311677', '水印', '/comp/third/watermark', 'demo/feat/watermark/index', '1', null, null, '1', null, '1', '12.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108180631642113', '1438108197958311677', '水波纹', '/comp/third/ripple', 'demo/feat/ripple/index', '1', null, null, '1', null, '1', '13.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108180770054145', '1438108178010202113', '全屏', '/feat/full-screen', 'demo/feat/full-screen/index', '1', null, null, '1', null, '1', '14.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108182116425729', '1438108197958311677', '日历(New)', '/comp/third/fullCalendar', 'demo/fullcalendar/index', '1', null, null, '1', null, '1', '16.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', null, null, '1', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108183085309954', '1438108178010202113', '错误日志', '/feat/error-log', 'sys/error-log/index', '1', null, null, '1', null, '1', '17.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108183219527682', '1438108196993622018', 'Excel', '/feat/excel', 'layouts/default/index', '1', null, '/feat/excel/customExport', '1', null, '1', '18.00', '0', 'ant-design:file-excel-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', 'admin', '2021-09-17 15:54:57', '1', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108183395688450', '1438108187455774722', 'Tab带参', '/feat/testTab/:id', 'demo/feat/tab-params/index', '1', null, null, '1', null, '1', '19.00', '0', 'ant-design:insert-row-above-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', 'admin', '2021-09-17 15:48:57', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108183492157442', '1438108187455774722', 'Menu带参', '/feat/testParam/:id', 'layouts/default/index', '1', null, null, '1', null, '1', '20.00', '0', 'ant-design:menu-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', 'admin', '2021-09-17 15:49:12', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108183630569474', '1438108178911977473', '平级模式', '/feat/breadcrumb/flat', 'demo/feat/breadcrumb/FlatList', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', 'admin', '2021-09-15 20:12:01', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108183630569477', '1438108178911977473', '平级详情', '/feat/breadcrumb/flatDetail', 'demo/feat/breadcrumb/FlatListDetail', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '1', '1', null, 'admin', '2021-09-15 19:51:24', 'admin', '2021-09-18 11:07:07', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108183777370114', '1438108183630569474', '平级详情', '/feat/breadcrumb/flatDetail', 'demo/feat/breadcrumb/FlatListDetail', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '1', null, null, 'admin', '2021-09-15 19:51:24', 'admin', '2021-09-15 20:13:41', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108183907393538', '1438108178911977473', '层级模式', '/feat/breadcrumb/children', 'demo/feat/breadcrumb/ChildrenList', '1', null, null, '1', null, '1', '1.00', '0', null, '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', 'admin', '2021-09-15 20:11:57', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108184049999873', '1438108183907393538', '层级详情', '/feat/breadcrumb/children/childrenDetail', 'demo/feat/breadcrumb/ChildrenListDetail', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:24', 'admin', '2021-09-15 20:11:49', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108185660612609', '1438108183219527682', '选择导出格式', '/feat/excel/customExport', 'demo/excel/CustomExport', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:25', 'admin', '2021-09-15 20:15:59', '1', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108185815801858', '1438108183219527682', 'JSON数据导出', '/feat/excel/jsonExport', 'demo/excel/JsonExport', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:25', 'admin', '2021-09-15 20:16:15', '1', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108185958408193', '1438108183219527682', 'Array数据导出', '/feat/excel/arrayExport', 'demo/excel/ArrayExport', '1', null, null, '1', null, '1', '2.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:25', 'admin', '2021-09-15 20:16:32', '1', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108186289758209', '1438108183219527682', '导入', '/feat/excel/importExcel', 'demo/excel/ImportExcel', '1', null, null, '1', null, '1', '3.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:25', 'admin', '2021-09-15 20:16:43', '1', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108186717577217', '1438108183492157442', 'Menu带参1', '/feat/testParam/:id/sub1', 'demo/feat/menu-params/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:25', 'admin', '2021-09-15 20:17:23', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108187103453186', '1438108183492157442', 'Menu带参2', '/feat/testParam/:id/sub2', 'demo/feat/menu-params/index', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:25', 'admin', '2021-09-15 20:17:36', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108187455774722', '', '页面&导航', '/page-demo', 'layouts/default/index', '1', null, '/page-demo/form/basic', '0', null, '1', '12.00', '0', 'ion:aperture-outline', '0', '0', '0', '0', null, 'admin', '2021-09-15 19:51:25', 'admin', '2021-11-18 10:48:15', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108187678072833', '1438108187455774722', '表单页', '/page-demo/form', 'layouts/default/index', '1', null, '/page-demo/form/basic', '1', null, '1', '0.00', '0', 'ant-design:form-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:25', 'admin', '2021-09-17 15:45:30', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108187871010818', '1438108187455774722', '详情页', '/page-demo/desc', 'layouts/default/index', '1', null, '/page-demo/desc/basic', '1', null, '1', '1.00', '0', 'ant-design:border-right-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:25', 'admin', '2021-09-17 15:46:10', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108188034588674', '1438108187455774722', '结果页', '/page-demo/result', 'layouts/default/index', '1', null, '/page-demo/result/success', '1', null, '1', '2.00', '0', 'ant-design:account-book-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:25', 'admin', '2021-09-17 15:47:04', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108188378521602', '1438108187455774722', '个人页', '/page-demo/account', 'layouts/default/index', '1', null, '/page-demo/account/setting', '1', null, '1', '3.00', '0', 'ant-design:user-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:26', 'admin', '2021-09-17 15:47:23', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108188542099458', '1438108187455774722', '异常页', '/page-demo/exception', 'layouts/default/index', '1', null, '/page-demo/exception/404', '1', null, '1', '4.00', '0', 'ant-design:bug-twotone', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:26', 'admin', '2021-09-17 15:47:41', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108188714065922', '1438108187455774722', '列表页', '/page-demo/list', 'layouts/default/index', '1', null, '/page-demo/list/card', '1', null, '1', '5.00', '0', 'ant-design:table-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:26', 'admin', '2021-09-17 15:48:19', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108189062193153', '1438108187678072833', '基础表单', '/page-demo/form/basic', 'demo/page/form/basic/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:26', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108189427097601', '1438108187678072833', '分步表单', '/page-demo/form/step', 'demo/page/form/step/index', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:26', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108189754253313', '1438108187678072833', '高级表单', '/page-demo/form/high', 'demo/page/form/high/index', '1', null, null, '1', null, '1', '2.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:26', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108190110769154', '1438108187871010818', '基础详情页', '/page-demo/desc/basic', 'demo/page/desc/basic/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:26', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108190404370433', '1438108187871010818', '高级详情页', '/page-demo/desc/high', 'demo/page/desc/high/index', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:26', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108190777663490', '1438108188034588674', '成功页', '/page-demo/result/success', 'demo/page/result/success/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:26', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108191356477442', '1438108188034588674', '失败页', '/page-demo/result/fail', 'demo/page/result/fail/index', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:26', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108192623157249', '1438108188378521602', '个人中心', '/page-demo/account/center', 'demo/page/account/center/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:27', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108193701093378', '1438108188378521602', '个人设置', '/page-demo/account/setting', 'demo/page/account/setting/index', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:27', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108194992939010', '1438108188542099458', '403', '/page-demo/exception/403', 'sys/exception/NotAccessException', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-15 19:51:27', 'admin', '2021-09-18 18:02:47', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108195307511809', '1438108188542099458', '404', '/page-demo/exception/404', 'sys/exception/Exception', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:27', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108195487866881', '1438108188542099458', '500', '/page-demo/exception/500', 'sys/exception/ServerErrorException', '1', null, null, '1', null, '1', '2.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-15 19:51:27', 'admin', '2021-09-18 18:04:34', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108195638861825', '1438108188542099458', '网络错误', '/page-demo/exception/net-work-error', 'sys/exception/NetworkErrorException', '1', null, null, '1', null, '1', '3.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-15 19:51:27', 'admin', '2021-09-18 18:05:05', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108195924074497', '1438108188542099458', '无数据', '/page-demo/exception/not-data', 'sys/exception/NotDataErrorException', '1', null, null, '1', null, '1', '4.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-15 19:51:27', 'admin', '2021-09-18 18:05:40', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108196263813121', '1438108188714065922', '标准列表', '/page-demo/list/basic', 'demo/page/list/basic/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:27', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108196528054273', '1438108188714065922', '卡片列表', '/page-demo/list/card', 'demo/page/list/card/index', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:27', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108196855209985', '1438108188714065922', '搜索列表', '/page-demo/list/search', 'demo/page/list/search/index', '1', null, null, '1', null, '1', '2.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108196993622018', '', '组件&功能', '/comp', 'layouts/default/index', '1', null, '/comp/basic', '0', null, '1', '11.00', '0', 'ion:layers-outline', '0', '0', '0', '0', null, 'admin', '2021-09-15 19:51:28', 'admin', '2021-11-18 10:48:06', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108197270446081', '1438108197958311537', '自定义组件示例', '/comp/jeecg/basic', 'demo/jeecg/index', '1', null, null, '1', null, '1', '0.00', '0', null, '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108197790539778', '1438108197958315557', 'Button组件', '/comp/basic/button', 'demo/comp/button/index', '1', null, null, '1', null, '1', '8.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', 'admin', '2021-09-17 09:31:48', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108197958311537', '1438108196993622018', 'Jeecg组件示例', '/comp/jeecg', 'layouts/default/index', '1', null, '/comp/jeecg/basic', '1', null, '1', '1.00', '0', 'ant-design:sketch-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', 'admin', '2021-09-17 15:49:57', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108197958311637', '1438108196993622018', '弹框抽屉', '/comp/modal', 'layouts/default/index', '1', null, '/comp/modal/basic', '1', null, '1', '6.00', '0', 'ant-design:laptop-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', 'admin', '2021-09-17 15:53:10', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108197958311677', '1438108196993622018', '第三方组件', '/comp/third', 'layouts/default/index', '1', null, '/comp/third/basic', '1', null, '1', '7.00', '0', 'ant-design:slack-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', 'admin', '2021-09-17 15:53:31', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108197958311937', '1438108196993622018', 'Form示例', '/comp/form', 'layouts/default/index', '1', null, '/comp/form/basic', '1', null, '1', '2.00', '0', 'ant-design:pic-left-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', 'admin', '2021-09-17 15:50:39', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108197958315557', '1438108196993622018', '基础组件', '/comp/basic', 'layouts/default/index', '1', null, '/comp/basic', '1', null, '1', '1.00', '0', 'ant-design:insert-row-left-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', 'admin', '2021-09-17 15:50:27', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108198113501186', '1438108196993622018', 'Table示例', '/comp/table', 'layouts/default/index', '1', null, '/comp/table/basic', '1', null, '1', '3.00', '0', 'ant-design:table-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', 'admin', '2021-09-17 15:50:51', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108198339993602', '1438108197958311677', '动画组件', '/comp/third/transition', 'demo/comp/transition/index', '1', null, null, '1', null, '1', '9.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108198679732226', '1438108197958311537', '一对多示例', '/comp/jeecg/oneToMore', 'demo/vextable/index', '1', null, null, '1', null, '1', '6.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108198855892993', '1438108197958311677', '图片裁剪', '/comp/third/basic', 'demo/comp/cropper/index', '1', null, null, '1', null, '1', '7.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108199120134145', '1438108197958311677', '相对时间', '/comp/third/timestamp', 'demo/comp/time/index', '1', null, null, '1', null, '1', '8.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108199304683521', '1438108197958311677', '数字动画', '/comp/third/countTo', 'demo/comp/count-to/index', '1', null, null, '1', null, '1', '9.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108199413735425', '1438108196993622018', 'Tree示例', '/comp/tree', 'layouts/default/index', '1', null, '/comp/tree/basic', '1', null, '1', '4.00', '0', 'ant-design:partition-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', 'admin', '2021-09-17 15:54:17', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108199539564546', '1438108196993622018', '编辑器', '/comp/editor', 'layouts/default/index', '1', null, '/comp/editor/markdown', '1', null, '1', '5.00', '0', 'ant-design:credit-card-twotone', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', 'admin', '2021-09-17 15:52:47', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108199631839234', '1438108196993622018', '滚动组件', '/comp/scroll', 'layouts/default/index', '1', null, '/comp/scroll/basic', '1', null, '1', '11.00', '0', 'ant-design:column-height-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', 'admin', '2021-09-17 15:53:43', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108200076435458', '1438108197958311637', '弹窗扩展', '/comp/modal/basic', 'demo/comp/modal/index', '1', null, null, '1', null, '1', '12.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108200391008257', '1438108197958311637', '抽屉扩展', '/comp/modal/drawer', 'demo/comp/drawer/index', '1', null, null, '1', null, '1', '13.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108200672026626', '1438108197958315557', '详情组件', '/comp/desc', 'demo/comp/desc/index', '1', null, null, '1', null, '1', '14.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108200802050050', '1438108196993622018', '懒加载组件', '/comp/lazy', 'layouts/default/index', '1', null, '/comp/lazy/basic', '1', null, '1', '15.00', '0', 'ant-design:small-dash-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:28', 'admin', '2021-09-17 15:53:59', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108200919490562', '1438108196993622018', '验证组件', '/comp/verify', 'layouts/default/index', '1', null, '/comp/verify/drag', '1', null, '1', '16.00', '0', 'ant-design:field-binary-outlined', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', 'admin', '2021-09-17 15:54:36', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108201150177281', '1438108197958311677', '二维码组件', '/comp/third/qrcode', 'demo/comp/qrcode/index', '1', null, null, '1', null, '1', '17.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108201502498817', '1438108197958311677', '密码强度组件', '/comp/third/strength-meter', 'demo/comp/strength-meter/index', '1', null, null, '1', null, '1', '18.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108201712214018', '1438108197958311677', '上传组件', '/comp/third/upload', 'demo/comp/upload/index', '1', null, null, '1', null, '1', '19.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108202060341249', '1438108197958311677', 'Loading', '/comp/third/loading', 'demo/comp/loading/index', '1', null, null, '1', null, '1', '20.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108202366525441', '1438108197958311937', '基础表单', '/comp/form/basic', 'demo/form/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108203649982466', '1438108197958311937', 'useForm', '/comp/form/useForm', 'demo/form/UseForm', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108203817754625', '1438108197958311937', 'RefForm', '/comp/form/refForm', 'demo/form/RefForm', '1', null, null, '1', null, '1', '2.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108204023275521', '1438108197958311937', '可收缩表单', '/comp/form/advancedForm', 'demo/form/AdvancedForm', '1', null, null, '1', null, '1', '3.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108204232990721', '1438108197958311937', '表单验证', '/comp/form/ruleForm', 'demo/form/RuleForm', '1', null, null, '1', null, '1', '4.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108204400762881', '1438108197958311937', '动态表单', '/comp/form/dynamicForm', 'demo/form/DynamicForm', '1', null, null, '1', null, '1', '5.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108204576923649', '1438108197958311937', '自定义组件', '/comp/form/customerForm', 'demo/form/CustomerForm', '1', null, null, '1', null, '1', '6.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108204732112898', '1438108197958311937', '表单增删示例', '/comp/form/appendForm', 'demo/form/AppendForm', '1', null, null, '1', null, '1', '7.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108205004742657', '1438108198113501186', '基础表格', '/comp/table/basic', 'demo/table/Basic', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108205180903426', '1438108198113501186', '树形表格', '/comp/table/treeTable', 'demo/table/TreeTable', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108205357064193', '1438108198113501186', '远程加载示例', '/comp/table/fetchTable', 'demo/table/FetchTable', '1', null, null, '1', null, '1', '2.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108205587750914', '1438108198113501186', '固定列', '/comp/table/fixedColumn', 'demo/table/FixedColumn', '1', null, null, '1', null, '1', '3.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108205742940161', '1438108198113501186', '自定义列', '/comp/table/customerCell', 'demo/table/CustomerCell', '1', null, null, '1', null, '1', '4.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108205919100930', '1438108198113501186', '开启搜索区域', '/comp/table/formTable', 'demo/table/FormTable', '1', null, null, '1', null, '1', '5.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108206086873089', '1438108198113501186', 'UseTable', '/comp/table/useTable', 'demo/table/UseTable', '1', null, null, '1', null, '1', '6.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108206258839553', '1438108198113501186', 'RefTable', '/comp/table/refTable', 'demo/table/RefTable', '1', null, null, '1', null, '1', '7.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108206489526274', '1438108198113501186', '多级表头', '/comp/table/multipleHeader', 'demo/table/MultipleHeader', '1', null, null, '1', null, '1', '8.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108206661492738', '1438108198113501186', '合并单元格', '/comp/table/mergeHeader', 'demo/table/MergeHeader', '1', null, null, '1', null, '1', '9.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108206959288321', '1438108198113501186', '嵌套子表格', '/comp/table/nestedTable', 'demo/table/NestedTable', '1', null, null, '1', null, '1', '10.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108207160614913', '1438108198113501186', '可展开表格', '/comp/table/expandTable', 'demo/table/ExpandTable', '1', null, null, '1', null, '1', '11.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108207374524418', '1438108198113501186', '定高/头部自定义', '/comp/table/fixedHeight', 'demo/table/FixedHeight', '1', null, null, '1', null, '1', '12.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108207563268097', '1438108198113501186', '表尾行合计', '/comp/table/footerTable', 'demo/table/FooterTable', '1', null, null, '1', null, '1', '13.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108207793954818', '1438108198113501186', '可编辑单元格', '/comp/table/editCellTable', 'demo/table/EditCellTable', '1', null, null, '1', null, '1', '14.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108208024641538', '1438108198113501186', '可编辑行', '/comp/table/editRowTable', 'demo/table/EditRowTable', '1', null, null, '1', null, '1', '15.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108208297271297', '1438108198113501186', '权限列', '/comp/table/authColumn', 'demo/table/AuthColumn', '1', null, null, '1', null, '1', '16.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108208817364993', '1438108199413735425', '基础树', '/comp/tree/basic', 'demo/tree/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108208980942850', '1438108199413735425', '可搜索/工具栏', '/comp/tree/editTree', 'demo/tree/EditTree', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108209228406785', '1438108199413735425', '函数操作示例', '/comp/tree/actionTree', 'demo/tree/ActionTree', '1', null, null, '1', null, '1', '2.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:30', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108210117599234', '1438108199539564546', 'Json编辑器', '/comp/editor/json', 'demo/editor/json/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:31', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108210260205570', '1438108199539564546', 'markdown编辑器', '/comp/editor/markdown', null, '1', null, '/comp/editor/markdown/index', '1', null, '1', '1.00', '0', null, '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:31', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108211325558785', '1438108210260205570', '基础使用', '/comp/editor/markdown/index', 'demo/editor/markdown/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:31', 'admin', '2021-09-16 14:40:59', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108211661103106', '1438108210260205570', '嵌入form', '/comp/editor/markdown/editor', 'demo/editor/markdown/Editor', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:31', 'admin', '2021-09-16 14:41:04', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108211778543618', '1438108199539564546', '富文本', '/comp/editor/tinymce', null, '1', null, '/comp/editor/tinymce/index', '1', null, '1', '2.00', '0', null, '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:31', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108214882328577', '1438108211778543618', '基础使用', '/comp/editor/tinymce/index', 'demo/editor/tinymce/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108215335313409', '1438108211778543618', '嵌入form', '/comp/editor/tinymce/editor', 'demo/editor/tinymce/Editor', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108215511474177', '1438108199631839234', '基础滚动', '/comp/scroll/basic', 'demo/comp/scroll/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108215687634945', '1438108199631839234', '滚动函数', '/comp/scroll/action', 'demo/comp/scroll/Action', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108215989624834', '1438108199631839234', '虚拟滚动', '/comp/scroll/virtualScroll', 'demo/comp/scroll/VirtualScroll', '1', null, null, '1', null, '1', '2.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108216300003330', '1438108200802050050', '基础示例', '/comp/lazy/basic', 'demo/comp/lazy/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108216597798914', '1438108200802050050', '动画效果', '/comp/lazy/transition', 'demo/comp/lazy/Transition', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108216971091969', '1438108200919490562', '拖拽校验', '/comp/verify/drag', 'demo/comp/verify/index', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108217449242626', '1438108200919490562', '图片还原', '/comp/verify/rotate', 'demo/comp/verify/Rotate', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108217562488834', '1438108187455774722', '图表', '/charts', 'layouts/default/index', '1', null, '/charts/echarts/map', '0', null, '1', '7.00', '0', 'ion:bar-chart-outline', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:32', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108217860284417', '1438108217562488834', '百度地图', '/charts/baiduMap', 'demo/charts/map/Baidu', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108218049028097', '1438108217562488834', '高德地图', '/charts/aMap', 'demo/charts/map/Gaode', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108218409738242', '1438108217562488834', 'Echarts', '/charts/echarts', null, '1', null, '/charts/echarts/map', '1', null, '1', '3.00', '0', null, '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108218787225601', '1438108218409738242', '地图', '/charts/echarts/map', 'demo/charts/Map', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108219034689538', '1438108218409738242', '折线图', '/charts/echarts/line', 'demo/charts/Line', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108219240210434', '1438108218409738242', '饼图', '/charts/echarts/pie', 'demo/charts/Pie', '1', null, null, '1', null, '1', '2.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108219445731330', '1438108187455774722', '外部页面', '/frame', 'layouts/default/index', '1', null, '/frame/doc', '0', null, '1', '8.00', '0', 'ion:tv-outline', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108219592531970', '1438108219445731330', '项目文档(内嵌)', '/frame/doc', 'http://vue3.jeecg.com', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-15 19:51:33', 'admin', '2021-11-15 17:59:32', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108219793858561', '1438108219445731330', 'antVue文档(内嵌)', '/frame/antv', 'https://2x.antdv.com/docs/vue/introduce-cn', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-15 19:51:33', 'admin', '2021-11-11 17:11:10', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108220137791489', '1438108219445731330', '项目文档(外链)', '/', 'http://vue3.jeecg.com/', '1', null, null, '1', null, '1', '2.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-15 19:51:33', 'admin', '2021-10-25 13:46:59', '0', '0', '1', '1'); INSERT INTO `sys_permission_v3` VALUES ('1438108220418809857', '1438108187455774722', '多级菜单', '/level', 'layouts/default/index', '1', null, '/level/menu1/menu1-1/menu1-1-1', '0', null, '1', '9.00', '0', 'ion:menu-outline', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108220523667458', '1438108220418809857', 'Menu1', '/level/menu1', null, '1', null, '/level/menu1/menu1-1/menu1-1-1', '1', null, '1', '0.00', '0', null, '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108220724994049', '1438108220418809857', 'Menu2', '/level/menu2', 'demo/level/Menu2', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108220896960513', '1438108220523667458', 'Menu1-1', '/level/menu1/menu1-1', null, '1', null, '/level/menu1/menu1-1/menu1-1-1', '1', null, '1', '0.00', '0', null, '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108221127647234', '1438108220896960513', 'Menu1-1-1', '/level/menu1/menu1-1/menu1-1-1', 'demo/level/Menu111', '1', null, null, '1', null, '1', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108221270253570', '1438108220523667458', 'Menu1-2', '/level/menu1/menu1-2', 'demo/level/Menu12', '1', null, null, '1', null, '1', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108221551271937', '', 'Mock示例', '/system', 'layouts/default/index', '1', null, '/system/account', '0', null, '1', '10.00', '0', 'ion:settings-outline', '0', '0', '0', null, null, 'admin', '2021-09-15 19:51:33', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108221849067522', '1438108221551271937', '测试功能', '/system/test', 'demo/system/test/index', '1', null, null, '1', null, '1', '0.00', '0', 'ant-design:bulb-outlined', '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:34', 'admin', '2021-09-17 15:55:36', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108222218166273', '1438108221551271937', '账号管理', '/system/account', 'demo/system/account/index', '1', null, null, '1', null, '1', '1.00', '0', 'ant-design:user-outlined', '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:34', 'admin', '2021-09-17 15:55:46', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108222721482753', '1438108221551271937', '账号详情', '/system/account_detail/:id', 'demo/system/account/AccountDetail', '1', null, null, '1', null, '1', '2.00', '0', 'ant-design:idcard-twotone', '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:34', 'admin', '2021-09-17 15:56:12', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108223489040385', '1438108221551271937', '部门管理', '/system/dept', 'demo/system/dept/index', '1', null, null, '1', null, '1', '5.00', '0', 'ant-design:usergroup-add-outlined', '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:34', 'admin', '2021-09-17 15:56:34', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108223661006850', '1438108221551271937', '修改密码', '/system/changePassword', 'demo/system/password/index', '1', null, null, '1', null, '1', '6.00', '0', 'ant-design:field-number-outlined', '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:34', 'admin', '2021-09-17 15:56:46', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108225263230978', '1438108178010202113', '引导页', '/setup/index', 'demo/setup/index', '1', null, null, '1', null, '1', '12.00', '0', 'whh:paintroll', '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:34', 'admin', '2021-09-17 09:02:19', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438108225451974658', '', '关于', '/about/index', 'sys/about/index', '1', null, null, '0', null, '1', '13.00', '0', 'simple-icons:about-dot-me', '1', '0', '0', null, null, 'admin', '2021-09-15 19:51:34', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438115924159881218', '1438108183395688450', 'Tab带参1', '/testTab/id1', 'demo/feat/tab-params/index', '1', null, null, '1', null, '0', '0.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 20:22:10', 'admin', '2021-09-16 14:38:32', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438116003012796418', '1438108183395688450', 'Tab带参2', '/feat/testTab/id2', 'demo/feat/tab-params/index', '1', null, null, '1', null, '0', '1.00', '0', null, '1', '0', '0', null, null, 'admin', '2021-09-15 20:22:29', null, null, '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1438469604861403137', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '职务管理', '/system/position', 'system/position/index', '1', null, null, '1', null, '0', '5.00', '0', 'ant-design:database-filled', '1', '0', '0', null, null, 'admin', '2021-09-16 19:47:33', 'admin', '2021-09-17 15:58:22', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1438782530717495298', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '分类字典', '/system/category', 'system/category/index', '1', null, null, '1', null, '0', '9.00', '0', 'ant-design:group-outlined', '1', '0', '0', null, null, 'admin', '2021-09-17 16:31:01', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1438782641187074050', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '数据字典', '/system/dict', 'system/dict/index', '1', null, null, '1', null, '0', '10.00', '0', 'ant-design:hdd-twotone', '1', '0', '0', null, null, 'admin', '2021-09-17 16:31:27', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1438782851980210178', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '通知公告', '/system/notice', 'system/notice/index', '1', null, null, '1', null, '0', '8.00', '0', 'ant-design:bell-outlined', '1', '0', '0', null, null, 'admin', '2021-09-17 16:32:17', 'admin', '2021-09-17 16:36:15', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1438783058792951810', '1438108197958311537', '单表示例', '/system/examples/demo', 'system/examples/demo/index', '1', null, null, '1', null, '0', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-17 16:33:07', 'admin', '2021-12-08 14:10:47', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1439398677984878593', '', '系统监控', '/monitor', 'layouts/RouteView', '1', null, null, '0', null, '0', '3.00', '0', 'ant-design:video-camera-filled', '0', '0', '0', '0', null, 'admin', '2021-09-19 09:19:22', 'admin', '2021-11-15 18:21:14', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1439399179791409153', '1439398677984878593', '网关路由', '/monitor/route', 'monitor/route/index', '1', null, null, '1', null, '0', '1.00', '0', 'ant-design:branches-outlined', '1', '0', '0', '0', null, 'admin', '2021-09-19 09:21:21', 'admin', '2021-09-19 09:26:42', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1439488251473993730', '1439398677984878593', '定时任务', '/monitor/quartz', 'monitor/quartz/index', '1', null, null, '1', null, '0', '1.00', '0', 'ant-design:history-outlined', '1', '0', '0', '0', null, 'admin', '2021-09-19 15:15:18', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1439511654494937090', '1439398677984878593', '数据源管理', '/monitor/datasource', 'monitor/datasource/index', '1', null, null, '1', null, '0', '3.00', '0', 'ant-design:hdd-filled', '1', '0', '0', '0', null, 'admin', '2021-09-19 16:48:17', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1439531077792473089', '1439398677984878593', '数据日志', '/monitor/datalog', 'monitor/datalog/index', '1', null, null, '1', null, '0', '4.00', '0', 'ant-design:funnel-plot-twotone', '1', '0', '0', '0', null, 'admin', '2021-09-19 18:05:28', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1439533711676973057', '1439398677984878593', '日志管理', '/monitor/log', 'monitor/log/index', '1', null, null, '1', null, '0', '5.00', '0', 'ant-design:interaction-outlined', '1', '0', '0', '0', null, 'admin', '2021-09-19 18:15:56', 'admin', '2021-09-19 18:16:56', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1439542701152575489', '1443390062919208961', '我的消息', '/monitor/mynews', 'monitor/mynews/index', '1', null, null, '1', null, '0', '6.00', '0', 'ant-design:wechat-outlined', '1', '0', '0', '0', null, 'admin', '2021-09-19 18:51:40', 'admin', '2021-09-19 18:53:23', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1439784356766064642', '1439398677984878593', 'SQL监控', '/monitor/druid', '{{ window._CONFIG[\'domianURL\'] }}/druid', '1', null, null, '1', null, '0', '8.00', '0', 'ant-design:rocket-filled', '1', '0', '0', '0', null, 'admin', '2021-09-20 10:51:55', 'admin', '2021-11-15 18:21:20', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1439797053314342913', '1439398677984878593', '性能监控', '/monitor/server', 'monitor/server/index', '1', null, null, '1', null, '0', '9.00', '0', 'ant-design:thunderbolt-filled', '1', '0', '0', '0', null, 'admin', '2021-09-20 11:42:22', 'admin', '2021-09-20 14:13:14', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1439839507094740994', '1439398677984878593', 'Redis监控', '/monitor/redis', 'monitor/redis/index', '1', null, null, '1', null, '0', '10.00', '0', 'ant-design:trademark-outlined', '1', '0', '0', '0', null, 'admin', '2021-09-20 14:31:04', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1439842640030113793', '1439398677984878593', '请求追踪', '/monitor/trace', 'monitor/trace/index', '1', null, null, '1', null, '0', '11.00', '0', 'ant-design:ie-circle-filled', '1', '0', '0', '0', null, 'admin', '2021-09-20 14:43:31', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1441340399835742209', '1438108197958311537', '打印示例', '/jeecg/PrintDemo', 'demo/jeecg/PrintDemo', '1', null, null, '1', null, '0', '7.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-24 17:55:05', 'admin', '2021-09-24 17:55:20', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1441357157443371009', '1438108197958311537', '表格合计', '/jeecg/tableTotal', 'demo/jeecg/TableTotal', '1', null, null, '1', null, '0', '8.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-24 19:01:40', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1441361249200832513', '1438108197958311537', '异步树表格', '/jeecg/AsyncTreeTable', 'demo/jeecg/AsyncTreeTable', '1', null, null, '1', null, '0', '9.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-24 19:17:56', 'admin', '2021-09-26 16:05:55', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1442055284830769154', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '对象存储', '/system/ossfile', 'system/ossfile/index', '1', null, null, '1', null, '0', '11.00', '0', 'ant-design:file-add-outlined', '1', '0', '0', '0', null, 'jeecg', '2021-09-26 17:15:47', 'jeecg', '2021-09-26 17:18:01', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1443390062919208961', '', '消息中心', '/message', 'layouts/default/index', '1', null, '/message/manage', '0', null, '0', '4.00', '0', 'ant-design:message-outlined', '0', '0', '0', '0', null, 'admin', '2021-09-30 09:39:43', 'admin', '2021-11-18 10:47:28', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1443391428723003394', '1443390062919208961', '消息管理', '/message/manage', 'system/message/manage/index', '1', null, null, '1', null, '0', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-30 09:45:08', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1443391584864358402', '1443390062919208961', '消息模板管理', '/message/template', 'system/message/template/index', '1', null, null, '1', null, '0', '2.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-09-30 09:45:45', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1446778415130722306', '1438108219445731330', 'JEECG官网', '/', 'http://www.jeecg.com', '0', null, null, '1', null, '0', '1.00', '0', null, '1', '0', '0', '0', null, 'jeecg', '2021-10-09 18:03:49', 'admin', '2021-11-15 18:01:26', '0', '0', null, '1'); INSERT INTO `sys_permission_v3` VALUES ('1447535997560909826', '1438108197270446081', '禁用', null, null, '0', null, null, '2', 'demo.dbarray', '2', null, '0', null, '1', '0', '0', '0', null, 'admin', '2021-10-11 20:14:10', 'admin', '2021-10-11 20:18:48', '0', '0', '1', '0'); INSERT INTO `sys_permission_v3` VALUES ('1447763172274495489', '', '统计报表', '/report', 'layouts/default/index', '1', null, null, '0', null, '0', '7.00', '0', 'ant-design:bar-chart-outlined', '0', '0', '0', '0', null, 'jeecg', '2021-10-12 11:16:53', 'jeecg', '2021-10-12 11:17:05', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1447763517847396354', '1447763172274495489', 'EChartDemo', '/report/chartDemo', 'report/chartdemo/index', '1', null, null, '1', null, '0', '1.00', '0', null, '1', '0', '0', '0', null, 'jeecg', '2021-10-12 11:18:15', 'jeecg', '2021-10-14 14:36:38', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1448252726202859522', '1447763172274495489', '布局统计报表', '/statisticst', 'report/statisticst/index', '1', null, null, '1', null, '0', '2.00', '0', null, '1', '0', '0', '0', null, 'jeecg', '2021-10-13 19:42:12', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1450308897429536769', '1438108197958311537', 'JVxeTable示例', '/jeecg/j-vxe-table-demo', 'demo/jeecg/JVxeTableDemo/index', '1', null, null, '1', null, '0', '10.00', '0', null, '0', '0', '0', '0', null, 'admin', '2021-10-19 11:52:41', 'admin', '2021-10-19 11:54:46', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1452508868884353026', '1456520526287917057', '报表设计', '/report', '{{ window._CONFIG[\'domianURL\'] }}/jmreport/list?token=${token}', '1', null, null, '1', null, '0', '1.00', '0', 'ant-design:radar-chart-outlined', '1', '0', '0', '0', null, 'admin', '2021-10-25 13:34:35', 'admin', '2021-11-05 15:19:33', '0', '0', '1', '1'); INSERT INTO `sys_permission_v3` VALUES ('1453250018282573826', '1438108197958311537', '一对多内嵌', '/innerTable', 'demo/jeecg/InnerExpandTable', '1', null, null, '1', null, '0', '12.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-10-27 14:39:39', 'admin', '2021-10-27 14:40:29', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1454031324835807233', '1450308897429536769', '综合示例', '/jeecg/j-vxe-table-demo/normal', 'demo/jeecg/JVxeTableDemo/index', '1', null, null, '1', null, '0', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-10-29 18:24:17', 'admin', '2021-10-29 18:25:28', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1454031820661260289', '1450308897429536769', '即时保存', '/jeecg/j-vxe-table-demo/jsbc', 'demo/jeecg/JVxeTableDemo/func-demo/JSBCDemo', '1', null, null, '1', null, '0', '2.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-10-29 18:26:15', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1454034512171302914', '1450308897429536769', '无痕刷新', '/jeecg/j-vxe-table-demo/whsx', 'demo/jeecg/JVxeTableDemo/func-demo/SocketReload', '1', null, null, '1', null, '0', '3.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-10-29 18:36:57', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1455019819440021505', '1450308897429536769', '弹出子表', '/jeecg/j-vxe-table-demo/tczb', 'demo/jeecg/JVxeTableDemo/func-demo/PopupSubTable', '1', null, null, '1', null, '0', '4.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-11-01 11:52:13', 'admin', '2021-11-01 11:52:19', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1455067599277662209', '1450308897429536769', '布局模板', '/jeecg/j-vxe-table-demo/layout', 'demo/jeecg/JVxeTableDemo/layout-demo/index', '1', null, null, '1', null, '0', '5.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-11-01 15:02:04', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1455100420297859074', '', '在线开发', '/online', 'layouts/default/index', '1', null, '/online/cgform', '0', null, '0', '2.00', '0', 'ant-design:cloud-outlined', '0', '0', '0', '0', null, 'admin', '2021-11-01 17:12:29', 'admin', '2022-05-11 16:38:26', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1455101470794850305', '1455100420297859074', 'Online表单开发', '/online/cgform', 'super/online/cgform/index', '1', null, null, '1', null, '0', '1.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-11-01 17:16:40', 'admin', '2022-04-04 18:36:25', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1455735714507472898', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '通讯录', '/address', 'system/address/index', '1', null, null, '1', null, '0', '10.00', '0', 'ant-design:book-outlined', '1', '0', '0', '0', null, 'admin', '2021-11-03 11:16:55', 'admin', '2021-11-04 19:40:19', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1456520526287917057', '', '报表设计', '/report', 'layouts/default/index', '1', null, null, '0', null, '0', '4.00', '0', 'ant-design:project-outlined', '0', '0', '0', '0', null, 'admin', '2021-11-05 15:15:28', 'admin', '2021-11-05 15:17:33', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1457678003102879745', '1455100420297859074', '系统编码规则', '/system/fillrule', 'system/fillRule/index', '1', null, null, '1', null, '0', '9.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-11-08 19:54:53', 'admin', '2021-11-18 10:49:40', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1458353686530232321', '1455100420297859074', '系统校验规则', '/system/checkrule', 'system/checkRule/index', '1', null, null, '1', null, '0', '15.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-11-10 16:39:48', 'admin', '2021-11-18 10:49:48', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1458389305235984385', '1438108197958311537', '一对多ERP', '/erplist', 'demo/jeecg/erplist/index', '1', null, null, '1', null, '0', '11.00', '0', '', '1', '0', '0', '0', null, 'admin', '2021-11-10 19:01:21', 'admin', '2021-11-30 14:06:53', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1460888189937176577', '1455100420297859074', 'Online报表配置', '/online/cgreport', 'super/online/cgreport/index', '1', null, null, '1', null, '0', '2.00', '0', null, '1', '0', '0', '0', null, 'admin', '2021-11-17 16:31:01', 'admin', '2021-12-08 10:55:32', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1461270075543347202', '1455100420297859074', 'Online表单视图', '/online/copyform/:code', 'super/online/cgform/CgformCopyList', '1', null, null, '1', null, '0', '99.00', '0', null, '1', '0', '1', '0', null, 'admin', '2021-11-18 17:48:30', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1461291438825558017', '1455100420297859074', 'AUTO在线报表', '/online/cgreport/:id', 'super/online/cgreport/auto/OnlCgReportList', '1', null, null, '1', null, '0', '2.00', '0', null, '1', '0', '1', '0', null, 'admin', '2021-11-18 19:13:23', 'admin', '2021-11-19 20:16:13', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1463073196350701569', '1455100420297859074', 'AUTO在线图表', '/online/graphreport/chart/:code', 'super/online/graphreport/auto/GraphreportAutoChart', '1', null, null, '1', null, '0', '99.00', '0', null, '1', '1', '1', '0', null, 'admin', '2021-11-23 17:13:27', 'admin', '2021-11-30 17:30:45', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1465686870713782273', '1455100420297859074', 'AUTO在线表单', '/online/cgformList/:id', 'super/online/cgform/auto/default/OnlineAutoList', '1', null, null, '1', null, '0', '5.00', '0', null, '1', '0', '1', '0', null, 'admin', '2021-11-30 22:19:16', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1509417558230999041', '1455100420297859074', 'AUTO树表单列表', '/online/cgformTreeList/:id', 'super/online/cgform/auto/tree/OnlineAutoTreeList', '1', null, null, '1', null, '0', '5.00', '0', null, '1', '0', '1', '0', null, 'admin', '2022-03-31 14:29:24', null, null, '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('190c2b43bec6a5f7a4194a85db67d96a', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '角色管理', '/system/role', 'system/role/index', '1', null, null, '1', null, null, '2.00', '0', 'ant-design:solution', '1', '1', '0', null, null, null, '2018-12-25 20:34:38', 'admin', '2021-09-17 15:58:00', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('1a0811914300741f4e11838ff37a1d3a', '3f915b2769fc80648e92d04e84ca059d', '手机号禁用', '', '', '0', null, null, '2', 'user:form:phone', '2', '1.00', '0', null, '1', null, '0', null, null, 'admin', '2019-05-11 17:19:30', 'admin', '2019-05-11 18:00:22', '0', '0', '1', null); INSERT INTO `sys_permission_v3` VALUES ('3f915b2769fc80648e92d04e84ca059d', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '用户管理', '/system/user', 'system/user/index', '1', null, null, '1', null, null, '1.00', '0', 'ant-design:user', '0', '1', '0', null, null, null, '2018-12-25 20:34:38', 'sunjianlei', '2021-05-08 09:57:31', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('45c966826eeff4c99b8f8ebfe74511fc', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '部门管理', '/system/depart', 'system/depart/index', '1', null, null, '1', null, null, '3.00', '0', 'ant-design:team', '1', '0', '0', null, null, 'admin', '2019-01-29 18:47:40', 'admin', '2021-09-17 15:58:13', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('5c2f42277948043026b7a14692456828', 'd7d6e2e4e2934f2c9385a623fd98c6f3', '我的部门', '/system/depart-user', 'system/departUser/index', '1', null, null, '1', null, null, '4.00', '0', 'ant-design:home-outlined', '1', '0', '0', null, null, 'admin', '2019-04-17 15:12:24', 'admin', '2021-09-17 15:58:41', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('9502685863ab87f0ad1134142788a385', '1438108176273760258', '首页', '/dashboard/analysis', 'dashboard/Analysis', '1', null, null, '1', null, null, '1.00', '0', 'ant-design:bank-filled', '1', '1', '0', null, null, null, '2018-12-25 20:34:38', 'admin', '2021-09-17 15:43:16', '0', '0', null, '0'); INSERT INTO `sys_permission_v3` VALUES ('d7d6e2e4e2934f2c9385a623fd98c6f3', '', '系统管理', '/isystem', 'layouts/RouteView', '1', null, null, '0', null, null, '2.00', '0', 'ant-design:setting', '0', '0', '0', null, null, null, '2018-12-25 20:34:38', 'admin', '2020-01-07 11:00:45', '0', '0', null, '0'); -- ---------------------------- -- Table structure for sys_position -- ---------------------------- DROP TABLE IF EXISTS `sys_position`; CREATE TABLE `sys_position` ( `id` varchar(32) NOT NULL, `code` varchar(100) DEFAULT NULL COMMENT '职务编码', `name` varchar(100) DEFAULT NULL COMMENT '职务名称', `post_rank` varchar(2) DEFAULT NULL COMMENT '职级', `company_id` varchar(255) DEFAULT NULL COMMENT '公司id', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(50) DEFAULT NULL COMMENT '修改人', `update_time` datetime DEFAULT NULL COMMENT '修改时间', `sys_org_code` varchar(50) DEFAULT NULL COMMENT '组织机构编码', `tenant_id` int(11) DEFAULT '0' COMMENT '租户ID', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uniq_code` (`code`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_position -- ---------------------------- -- ---------------------------- -- Table structure for sys_quartz_job -- ---------------------------- DROP TABLE IF EXISTS `sys_quartz_job`; CREATE TABLE `sys_quartz_job` ( `id` varchar(32) NOT NULL, `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `del_flag` int(11) DEFAULT NULL COMMENT '删除状态', `update_by` varchar(32) DEFAULT NULL COMMENT '修改人', `update_time` datetime DEFAULT NULL COMMENT '修改时间', `job_class_name` varchar(255) DEFAULT NULL COMMENT '任务类名', `cron_expression` varchar(255) DEFAULT NULL COMMENT 'cron表达式', `parameter` varchar(255) DEFAULT NULL COMMENT '参数', `description` varchar(255) DEFAULT NULL COMMENT '描述', `status` int(11) DEFAULT NULL COMMENT '状态 0正常 -1停止', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_quartz_job -- ---------------------------- INSERT INTO `sys_quartz_job` VALUES ('5b3d2c087ad41aa755fc4f89697b01e7', 'admin', '2019-04-11 19:04:21', '0', 'admin', '2024-06-18 17:28:41', 'org.jeecg.modules.message.job.SendMsgJob', '0/50 * * * * ? *', null, null, '-1'); INSERT INTO `sys_quartz_job` VALUES ('a253cdfc811d69fa0efc70d052bc8128', 'admin', '2019-03-30 12:44:48', '0', 'admin', '2020-05-02 15:48:49', 'org.jeecg.modules.quartz.job.SampleJob', '0/1 * * * * ?', null, null, '-1'); INSERT INTO `sys_quartz_job` VALUES ('df26ecacf0f75d219d746750fe84bbee', null, null, '0', 'admin', '2024-06-18 17:28:51', 'org.jeecg.modules.quartz.job.SampleParamJob', '0/1 * * * * ?', 'scott', '带参测试 后台将每隔1秒执行输出日志', '-1'); -- ---------------------------- -- Table structure for sys_role -- ---------------------------- DROP TABLE IF EXISTS `sys_role`; CREATE TABLE `sys_role` ( `id` varchar(32) NOT NULL COMMENT '主键id', `role_name` varchar(200) DEFAULT NULL COMMENT '角色名称', `role_code` varchar(100) NOT NULL COMMENT '角色编码', `description` varchar(255) DEFAULT NULL COMMENT '描述', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', `tenant_id` int(11) DEFAULT '0' COMMENT '租户ID', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uniq_sys_role_role_code` (`role_code`) USING BTREE, KEY `idx_sysrole_tenant_id` (`tenant_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='角色表'; -- ---------------------------- -- Records of sys_role -- ---------------------------- INSERT INTO `sys_role` VALUES ('1846816847272980481', '试验员', 'tester', null, 'admin', '2024-10-17 15:33:43', null, null, '0'); INSERT INTO `sys_role` VALUES ('1846817020787142658', '负责人', 'person_in_charge', null, 'admin', '2024-10-17 15:34:25', null, null, '0'); INSERT INTO `sys_role` VALUES ('1850045371827986434', '审核(试验报告)', 'auditor', null, 'admin', '2024-10-26 13:22:43', 'admin', '2025-01-02 18:14:06', '0'); INSERT INTO `sys_role` VALUES ('1850045918098333698', '校对(试验报告)', 'proofreader', null, 'admin', '2024-10-26 13:24:54', 'admin', '2025-01-02 18:13:59', '0'); INSERT INTO `sys_role` VALUES ('1850046031558451202', '批准(试验报告)', 'confirmer', null, 'admin', '2024-10-26 13:25:21', 'admin', '2025-01-02 18:13:53', '0'); INSERT INTO `sys_role` VALUES ('f6817f48af4fb3af11b9e8bf182f618b', '管理员', 'admin', '管理员', null, '2018-12-21 18:03:39', 'admin', '2023-03-04 15:00:04', '0'); -- ---------------------------- -- Table structure for sys_role_index -- ---------------------------- DROP TABLE IF EXISTS `sys_role_index`; CREATE TABLE `sys_role_index` ( `id` varchar(32) NOT NULL, `role_code` varchar(50) DEFAULT NULL COMMENT '角色编码', `url` varchar(100) DEFAULT NULL COMMENT '路由地址', `component` varchar(255) DEFAULT NULL COMMENT '组件', `is_route` tinyint(1) DEFAULT '1' COMMENT '是否路由菜单: 0:不是 1:是(默认值1)', `priority` int(11) DEFAULT '0' COMMENT '优先级', `status` varchar(2) DEFAULT '0' COMMENT '状态0:无效 1:有效', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', PRIMARY KEY (`id`) USING BTREE, KEY `idx_sri_role_code` (`role_code`) USING BTREE, KEY `idx_sri_status` (`status`) USING BTREE, KEY `idx_sri_priority` (`priority`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='角色首页表'; -- ---------------------------- -- Records of sys_role_index -- ---------------------------- INSERT INTO `sys_role_index` VALUES ('1549658299929718786', 'admin', '222', '22', '1', '0', '0', 'admin', '2022-07-20 15:31:45', 'admin', '2023-08-25 13:35:54', 'A01'); INSERT INTO `sys_role_index` VALUES ('1850785959074439169', 'DEF_INDEX_ALL', '/knowledgeBase/home', 'knowledgeBase/home/index', '1', '0', '1', 'admin', '2024-10-28 14:25:33', 'admin', '2024-11-19 17:28:25', 'A01'); INSERT INTO `sys_role_index` VALUES ('1856985006420877314', 'lihuasuo', '/knowledgeBase/home', 'knowledgeBase/home/index', '1', '0', '1', 'caoxiang', '2024-11-14 16:58:21', null, null, null); -- ---------------------------- -- Table structure for sys_role_permission -- ---------------------------- DROP TABLE IF EXISTS `sys_role_permission`; CREATE TABLE `sys_role_permission` ( `id` varchar(32) NOT NULL, `role_id` varchar(32) DEFAULT NULL COMMENT '角色id', `permission_id` varchar(32) DEFAULT NULL COMMENT '权限id', `data_rule_ids` varchar(1000) DEFAULT NULL COMMENT '数据权限ids', `operate_date` datetime DEFAULT NULL COMMENT '操作时间', `operate_ip` varchar(100) DEFAULT NULL COMMENT '操作ip', PRIMARY KEY (`id`) USING BTREE, KEY `idx_srp_role_per_id` (`role_id`,`permission_id`) USING BTREE, KEY `idx_srp_role_id` (`role_id`) USING BTREE, KEY `idx_srp_permission_id` (`permission_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='角色权限表'; -- ---------------------------- -- Records of sys_role_permission -- ---------------------------- INSERT INTO `sys_role_permission` VALUES ('00b0748f04d3ea52c8cfa179c1c9d384', '52b0cf022ac4187b2a70dfa4f8b2d940', 'd7d6e2e4e2934f2c9385a623fd98c6f3', null, null, null); INSERT INTO `sys_role_permission` VALUES ('115a6673ae6c0816d3f60de221520274', '21c5a3187763729408b40afb0d0fdfa8', '63b551e81c5956d5c861593d366d8c57', null, null, null); INSERT INTO `sys_role_permission` VALUES ('1209423580355481602', 'f6817f48af4fb3af11b9e8bf182f618b', '190c2b43bec6a5f7a4194a85db67d96a', null, null, null); INSERT INTO `sys_role_permission` VALUES ('1580861542625955842', 'f6817f48af4fb3af11b9e8bf182f618b', '1170592628746878978', null, '2022-10-14 18:02:17', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1592114400605859842', 'f6817f48af4fb3af11b9e8bf182f618b', '1592113148350263298', null, '2022-11-14 19:17:08', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1593153006353473537', 'f6817f48af4fb3af11b9e8bf182f618b', '1588513553652436993', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006353473538', 'f6817f48af4fb3af11b9e8bf182f618b', '1592114574275211265', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006353473539', 'f6817f48af4fb3af11b9e8bf182f618b', '1592114652566089729', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006353473540', 'f6817f48af4fb3af11b9e8bf182f618b', '1592115213910765570', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006353473541', 'f6817f48af4fb3af11b9e8bf182f618b', '1592115162379546625', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006353473542', 'f6817f48af4fb3af11b9e8bf182f618b', '1592115115361398786', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006353473543', 'f6817f48af4fb3af11b9e8bf182f618b', '1592115070432014338', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006353473544', 'f6817f48af4fb3af11b9e8bf182f618b', '1592114955650691074', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006353473545', 'f6817f48af4fb3af11b9e8bf182f618b', '1592114893302362114', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006353473546', 'f6817f48af4fb3af11b9e8bf182f618b', '1592114823467200514', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006353473547', 'f6817f48af4fb3af11b9e8bf182f618b', '1592114772665790465', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388100', 'f6817f48af4fb3af11b9e8bf182f618b', '1592120323667750914', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388101', 'f6817f48af4fb3af11b9e8bf182f618b', '1592120372296511490', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388102', 'f6817f48af4fb3af11b9e8bf182f618b', '1592120427007012865', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388103', 'f6817f48af4fb3af11b9e8bf182f618b', '1592120484120850434', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388104', 'f6817f48af4fb3af11b9e8bf182f618b', '1592120594695286785', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388105', 'f6817f48af4fb3af11b9e8bf182f618b', '1592120649007329281', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388106', 'f6817f48af4fb3af11b9e8bf182f618b', '1592112984361365505', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388107', 'f6817f48af4fb3af11b9e8bf182f618b', '1592115914493751297', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388108', 'f6817f48af4fb3af11b9e8bf182f618b', '1592116663936184322', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388109', 'f6817f48af4fb3af11b9e8bf182f618b', '1592118604640645122', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388110', 'f6817f48af4fb3af11b9e8bf182f618b', '1592118648315932674', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388111', 'f6817f48af4fb3af11b9e8bf182f618b', '1592119001883176961', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388112', 'f6817f48af4fb3af11b9e8bf182f618b', '1592120052866707457', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388124', 'f6817f48af4fb3af11b9e8bf182f618b', '1592118192218927105', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388125', 'f6817f48af4fb3af11b9e8bf182f618b', '1592118254844080130', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388126', 'f6817f48af4fb3af11b9e8bf182f618b', '1592118306983473154', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388127', 'f6817f48af4fb3af11b9e8bf182f618b', '1592118356778250241', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1593153006416388128', 'f6817f48af4fb3af11b9e8bf182f618b', '1592118414990995457', null, '2022-11-17 16:04:11', '0:0:0:0:0:0:0:1'); INSERT INTO `sys_role_permission` VALUES ('1693199779486212099', 'f6817f48af4fb3af11b9e8bf182f618b', '1592120224120850434', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779490406401', 'f6817f48af4fb3af11b9e8bf182f618b', '1592135223910765570', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779490406402', 'f6817f48af4fb3af11b9e8bf182f618b', '1593160905216663554', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779490406403', 'f6817f48af4fb3af11b9e8bf182f618b', '1593160959633563650', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779490406404', 'f6817f48af4fb3af11b9e8bf182f618b', '1593161025790320641', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779498795010', 'f6817f48af4fb3af11b9e8bf182f618b', '1593161089787011074', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779502989320', 'f6817f48af4fb3af11b9e8bf182f618b', '1593185714482880514', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779502989321', 'f6817f48af4fb3af11b9e8bf182f618b', '1596335805278990338', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779519766533', 'f6817f48af4fb3af11b9e8bf182f618b', '1693195557097164801', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779519766535', 'f6817f48af4fb3af11b9e8bf182f618b', '15c92115213910765570', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779519766536', 'f6817f48af4fb3af11b9e8bf182f618b', '1d592115213910765570', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779549126660', 'f6817f48af4fb3af11b9e8bf182f618b', '1211885237487923202', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779549126661', 'f6817f48af4fb3af11b9e8bf182f618b', '1214376304951664642', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779549126662', 'f6817f48af4fb3af11b9e8bf182f618b', '1214462306546319362', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779570098187', 'f6817f48af4fb3af11b9e8bf182f618b', '1a0811914300741f4e11838ff37a1d3a', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779591069706', 'f6817f48af4fb3af11b9e8bf182f618b', '1438782641187074050', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779595264005', 'f6817f48af4fb3af11b9e8bf182f618b', '1438469604861403137', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779612041221', 'f6817f48af4fb3af11b9e8bf182f618b', '1438782851980210178', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779616235521', 'f6817f48af4fb3af11b9e8bf182f618b', '1438782530717495298', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779620429828', 'f6817f48af4fb3af11b9e8bf182f618b', '1455735714507472898', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1693199779624624130', 'f6817f48af4fb3af11b9e8bf182f618b', '1596141938193747970', null, '2023-08-20 17:54:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1765276566625693698', 'f6817f48af4fb3af11b9e8bf182f618b', '1750128461040648193', null, '2024-03-06 15:21:45', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1765276566634082305', 'f6817f48af4fb3af11b9e8bf182f618b', '1592114721138765826', null, '2024-03-06 15:21:45', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('17ead5b7d97ed365398ab20009a69ea3', '52b0cf022ac4187b2a70dfa4f8b2d940', 'e08cb190ef230d5d4f03824198773950', null, null, null); INSERT INTO `sys_role_permission` VALUES ('1829357842193203201', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011079730485', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842197397506', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011079730486', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842201591810', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110080230', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842201591811', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110080231', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842201591812', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110080232', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842201591813', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110080233', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842205786113', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110080234', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842205786114', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110080235', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842205786115', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110080236', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842205786116', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110140540', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842205786117', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110140541', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842205786118', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110140542', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842205786119', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110140543', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842205786120', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110140544', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842209980418', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110140545', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842209980419', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301110140546', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842209980420', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011101530490', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842209980421', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011101530491', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842209980422', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011101530492', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174721', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011101530493', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174722', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011101530494', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174723', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011101530495', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174724', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011101530496', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174725', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103050310', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174726', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103050311', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174727', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103050312', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174728', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103050313', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174729', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103050314', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174730', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103050315', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174731', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103050316', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174732', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103300580', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174733', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103300581', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842214174734', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103300582', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842222563330', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103300583', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842222563331', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103300584', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842222563332', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103300585', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842222563333', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011103300586', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842222563334', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011104830400', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842222563335', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011104830401', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842222563336', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011104830402', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842222563337', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011104830403', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842226757633', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011104830404', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842230951938', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011108270170', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842230951939', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011108270171', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842230951940', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011108270172', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842230951941', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011108270173', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842230951942', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011108270174', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842235146241', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011108270175', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842235146242', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011108270176', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842239340547', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301111090130', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842239340548', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301111090131', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842239340549', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301111090132', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842239340550', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301111090133', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842239340551', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301111090134', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842243534850', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301111090135', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842243534851', 'f6817f48af4fb3af11b9e8bf182f618b', '202408301111090136', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842260312065', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011115070020', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842260312066', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011115070021', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842260312067', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011115070022', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842260312068', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011115070023', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842260312069', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011115070024', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842260312070', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011115070025', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842264506369', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011115070026', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842264506370', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011151080020', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842264506371', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011151080021', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842264506372', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011151080022', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842268700674', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011151080023', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842268700675', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011151080024', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842268700676', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011151080025', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1829357842268700677', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011151080026', null, '2024-08-30 11:17:52', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1833504143363911681', 'f6817f48af4fb3af11b9e8bf182f618b', '1833503621525385218', null, '2024-09-10 21:53:47', '114.225.252.152'); INSERT INTO `sys_role_permission` VALUES ('1834249708708147201', 'f6817f48af4fb3af11b9e8bf182f618b', '1834249145648001026', null, '2024-09-12 23:16:24', '114.225.69.237'); INSERT INTO `sys_role_permission` VALUES ('1834561765793968129', 'f6817f48af4fb3af11b9e8bf182f618b', '1834561529738539010', null, '2024-09-13 19:56:24', '223.104.4.79'); INSERT INTO `sys_role_permission` VALUES ('1834565990544420866', 'f6817f48af4fb3af11b9e8bf182f618b', '1834565842028310529', null, '2024-09-13 20:13:11', '223.104.4.79'); INSERT INTO `sys_role_permission` VALUES ('1834567344335728642', 'f6817f48af4fb3af11b9e8bf182f618b', '1834566952856170497', null, '2024-09-13 20:18:34', '223.104.4.79'); INSERT INTO `sys_role_permission` VALUES ('1834567344339922945', 'f6817f48af4fb3af11b9e8bf182f618b', '1834566490828419073', null, '2024-09-13 20:18:34', '223.104.4.79'); INSERT INTO `sys_role_permission` VALUES ('1836965667319427074', 'f6817f48af4fb3af11b9e8bf182f618b', '1836965409038381057', null, '2024-09-20 11:08:39', '117.136.45.102'); INSERT INTO `sys_role_permission` VALUES ('1842753761415114754', 'f6817f48af4fb3af11b9e8bf182f618b', '1842753375354597377', null, '2024-10-06 10:28:28', '222.191.155.186'); INSERT INTO `sys_role_permission` VALUES ('1843983483201499137', 'f6817f48af4fb3af11b9e8bf182f618b', '1843983183883382785', null, '2024-10-09 19:54:57', '223.104.4.97'); INSERT INTO `sys_role_permission` VALUES ('1848560456175296514', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102103111150340', null, '2024-10-22 11:02:12', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848560456179490817', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102103111150341', null, '2024-10-22 11:02:12', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848560456179490818', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102103111150342', null, '2024-10-22 11:02:12', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848560456179490819', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102103111150343', null, '2024-10-22 11:02:12', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848560456179490820', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102103111150344', null, '2024-10-22 11:02:12', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848560456183685122', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102103111150345', null, '2024-10-22 11:02:12', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848560456183685123', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102103111150346', null, '2024-10-22 11:02:12', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848561282327355394', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102203038960410', null, '2024-10-22 11:05:29', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848561282339938306', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102203038960411', null, '2024-10-22 11:05:29', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848561282339938307', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102203038960412', null, '2024-10-22 11:05:29', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848561282344132610', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102203038960413', null, '2024-10-22 11:05:29', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848561282344132611', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102203038960414', null, '2024-10-22 11:05:29', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848561282344132612', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102203038960415', null, '2024-10-22 11:05:29', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848561282348326914', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102203038960416', null, '2024-10-22 11:05:29', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848985430610518018', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102307097750570', null, '2024-10-23 15:10:54', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848985430618906625', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102307097750571', null, '2024-10-23 15:10:54', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848985430618906626', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102307097750572', null, '2024-10-23 15:10:54', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848985430618906627', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102307097750573', null, '2024-10-23 15:10:54', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848985430618906628', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102307097750574', null, '2024-10-23 15:10:54', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848985430631489537', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102307097750575', null, '2024-10-23 15:10:54', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1848985430631489538', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102307097750576', null, '2024-10-23 15:10:54', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1849340393824030722', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406407070410', null, '2024-10-24 14:41:24', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1849340393840807938', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406407070411', null, '2024-10-24 14:41:24', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1849340393845002242', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406407070412', null, '2024-10-24 14:41:24', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1849340393849196546', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406407070413', null, '2024-10-24 14:41:24', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1849340393849196547', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406407070414', null, '2024-10-24 14:41:24', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1849340393853390850', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406407070415', null, '2024-10-24 14:41:24', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1849340393853390851', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406407070416', null, '2024-10-24 14:41:24', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1849802092704276481', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011115070027', null, '2024-10-25 21:16:01', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1850045711923126273', '1850045371827986434', '1836965409038381057', null, '2024-10-26 13:24:05', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850045711923126274', '1850045371827986434', '2024083011115070020', null, '2024-10-26 13:24:05', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850045711927320577', '1850045371827986434', '2024083011115070021', null, '2024-10-26 13:24:05', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850045711927320578', '1850045371827986434', '2024083011115070022', null, '2024-10-26 13:24:05', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850045711927320579', '1850045371827986434', '2024083011115070023', null, '2024-10-26 13:24:05', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850045711931514881', '1850045371827986434', '2024083011115070024', null, '2024-10-26 13:24:05', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850045711931514882', '1850045371827986434', '2024083011115070025', null, '2024-10-26 13:24:05', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850045711935709186', '1850045371827986434', '2024083011115070026', null, '2024-10-26 13:24:05', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850045711935709187', '1850045371827986434', '2024083011115070027', null, '2024-10-26 13:24:05', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130560637837315', '1850045918098333698', '2024083011115070020', null, '2024-10-26 19:01:14', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130560642031618', '1850045918098333698', '2024083011115070021', null, '2024-10-26 19:01:14', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130560642031619', '1850045918098333698', '2024083011115070022', null, '2024-10-26 19:01:14', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130560642031620', '1850045918098333698', '2024083011115070023', null, '2024-10-26 19:01:14', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130560646225921', '1850045918098333698', '2024083011115070024', null, '2024-10-26 19:01:14', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130560646225924', '1850045918098333698', '2024083011115070027', null, '2024-10-26 19:01:14', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130627834781701', '1850046031558451202', '1836965409038381057', null, '2024-10-26 19:01:30', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130627834781702', '1850046031558451202', '2024083011115070020', null, '2024-10-26 19:01:30', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130627834781703', '1850046031558451202', '2024083011115070021', null, '2024-10-26 19:01:30', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130627834781704', '1850046031558451202', '2024083011115070022', null, '2024-10-26 19:01:30', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130627834781705', '1850046031558451202', '2024083011115070023', null, '2024-10-26 19:01:30', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130627834781706', '1850046031558451202', '2024083011115070024', null, '2024-10-26 19:01:30', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130627834781707', '1850046031558451202', '2024083011115070025', null, '2024-10-26 19:01:30', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130627834781708', '1850046031558451202', '2024083011115070026', null, '2024-10-26 19:01:30', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850130627834781709', '1850046031558451202', '2024083011115070027', null, '2024-10-26 19:01:30', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850425175140048897', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406496480320', null, '2024-10-27 14:31:56', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850425175152631809', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406496480321', null, '2024-10-27 14:31:56', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850425175152631810', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406496480322', null, '2024-10-27 14:31:56', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850425175156826113', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406496480323', null, '2024-10-27 14:31:56', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850425175156826114', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406496480324', null, '2024-10-27 14:31:56', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850425175156826115', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406496480325', null, '2024-10-27 14:31:56', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850425175161020418', 'f6817f48af4fb3af11b9e8bf182f618b', '2024102406496480326', null, '2024-10-27 14:31:56', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1850425175161020419', 'f6817f48af4fb3af11b9e8bf182f618b', '1850214135831830529', null, '2024-10-27 14:31:56', '112.23.68.205'); INSERT INTO `sys_role_permission` VALUES ('1853409926398455809', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110412066410400', null, '2024-11-04 20:12:16', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1853409926402650113', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110412066410401', null, '2024-11-04 20:12:16', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1853409926406844418', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110412066410402', null, '2024-11-04 20:12:16', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1853409926406844419', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110412066410403', null, '2024-11-04 20:12:16', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1853409926406844420', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110412066410404', null, '2024-11-04 20:12:16', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1853409926406844421', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110412066410405', null, '2024-11-04 20:12:16', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1853409926406844422', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110412066410406', null, '2024-11-04 20:12:16', '192.168.50.117'); INSERT INTO `sys_role_permission` VALUES ('1853448301729914882', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401279790110', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301742497794', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401279800111', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301746692097', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401279800112', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301746692098', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401279800113', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301750886402', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401279800114', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301759275010', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401279800115', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301759275011', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401279800116', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301763469313', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401285550100', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301767663618', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401285550101', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301767663619', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401285550102', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301771857922', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401285550103', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301771857923', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401285550104', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301776052226', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401285550105', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1853448301776052227', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110401285550106', null, '2024-11-04 22:44:45', '180.114.213.237'); INSERT INTO `sys_role_permission` VALUES ('1855949369512665090', 'f6817f48af4fb3af11b9e8bf182f618b', '1854091009351852033', null, '2024-11-11 20:23:06', '192.168.50.224'); INSERT INTO `sys_role_permission` VALUES ('1855949369529442305', 'f6817f48af4fb3af11b9e8bf182f618b', '1854071406047371265', null, '2024-11-11 20:23:06', '192.168.50.224'); INSERT INTO `sys_role_permission` VALUES ('1855949369529442306', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110502579840310', null, '2024-11-11 20:23:06', '192.168.50.224'); INSERT INTO `sys_role_permission` VALUES ('1855949369533636609', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110502579850311', null, '2024-11-11 20:23:06', '192.168.50.224'); INSERT INTO `sys_role_permission` VALUES ('1855949369533636610', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110502579850312', null, '2024-11-11 20:23:06', '192.168.50.224'); INSERT INTO `sys_role_permission` VALUES ('1855949369542025218', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110502579850313', null, '2024-11-11 20:23:06', '192.168.50.224'); INSERT INTO `sys_role_permission` VALUES ('1855949369542025219', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110502579850314', null, '2024-11-11 20:23:06', '192.168.50.224'); INSERT INTO `sys_role_permission` VALUES ('1855949369542025220', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110502579850315', null, '2024-11-11 20:23:06', '192.168.50.224'); INSERT INTO `sys_role_permission` VALUES ('1855949369542025221', 'f6817f48af4fb3af11b9e8bf182f618b', '2024110502579850316', null, '2024-11-11 20:23:06', '192.168.50.224'); INSERT INTO `sys_role_permission` VALUES ('1857627839267954690', 'f6817f48af4fb3af11b9e8bf182f618b', '1439531077792473089', null, '2024-11-16 11:32:45', '192.168.50.224'); INSERT INTO `sys_role_permission` VALUES ('1857627839284731906', 'f6817f48af4fb3af11b9e8bf182f618b', '1439533711676973057', null, '2024-11-16 11:32:45', '192.168.50.224'); INSERT INTO `sys_role_permission` VALUES ('1863463911279910914', 'f6817f48af4fb3af11b9e8bf182f618b', '1862689565741510657', null, '2024-12-02 14:03:13', '58.215.212.230'); INSERT INTO `sys_role_permission` VALUES ('1877547092402171906', 'f6817f48af4fb3af11b9e8bf182f618b', '2024111604365880200', null, '2025-01-10 10:44:45', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1877547092418949121', 'f6817f48af4fb3af11b9e8bf182f618b', '2024111604365880201', null, '2025-01-10 10:44:45', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1877547092418949122', 'f6817f48af4fb3af11b9e8bf182f618b', '2024111604365880202', null, '2025-01-10 10:44:45', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1877547092418949123', 'f6817f48af4fb3af11b9e8bf182f618b', '2024111604365890203', null, '2025-01-10 10:44:45', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1877547092418949124', 'f6817f48af4fb3af11b9e8bf182f618b', '2024111604365890204', null, '2025-01-10 10:44:45', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1877547092427337730', 'f6817f48af4fb3af11b9e8bf182f618b', '2024111604365890205', null, '2025-01-10 10:44:45', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1877547092427337731', 'f6817f48af4fb3af11b9e8bf182f618b', '2024111604365890206', null, '2025-01-10 10:44:45', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1877547092427337732', 'f6817f48af4fb3af11b9e8bf182f618b', '2024111411434510250', null, '2025-01-10 10:44:45', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1877547092427337733', 'f6817f48af4fb3af11b9e8bf182f618b', '2024111411434510251', null, '2025-01-10 10:44:45', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1877547092427337734', 'f6817f48af4fb3af11b9e8bf182f618b', '2024111411434510252', null, '2025-01-10 10:44:45', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1877547092435726338', 'f6817f48af4fb3af11b9e8bf182f618b', '2024111411434510253', null, '2025-01-10 10:44:45', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1877547092435726339', 'f6817f48af4fb3af11b9e8bf182f618b', '2024111411434510254', null, '2025-01-10 10:44:45', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891760203359285250', '1850046031558451202', '1850214135831830529', null, '2025-02-18 16:02:34', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761232700207105', '1850045371827986434', '202408301111090130', null, '2025-02-18 16:06:40', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761232708595713', '1850045371827986434', '1850214135831830529', null, '2025-02-18 16:06:40', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761706576867332', '1850045918098333698', '202408301111090134', null, '2025-02-18 16:08:33', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761706576867333', '1850045918098333698', '202408301111090135', null, '2025-02-18 16:08:33', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761706576867334', '1850045918098333698', '202408301111090136', null, '2025-02-18 16:08:33', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761727166705666', '1850046031558451202', '202408301111090130', null, '2025-02-18 16:08:38', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761727175094274', '1850046031558451202', '202408301111090131', null, '2025-02-18 16:08:38', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761727175094275', '1850046031558451202', '202408301111090132', null, '2025-02-18 16:08:38', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761727175094276', '1850046031558451202', '202408301111090133', null, '2025-02-18 16:08:38', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761727175094277', '1850046031558451202', '202408301111090134', null, '2025-02-18 16:08:38', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761727175094278', '1850046031558451202', '202408301111090135', null, '2025-02-18 16:08:38', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761727175094279', '1850046031558451202', '202408301111090136', null, '2025-02-18 16:08:38', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761727183482882', '1850046031558451202', '1843983183883382785', null, '2025-02-18 16:08:38', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761800004988930', '1850045371827986434', '202408301111090131', null, '2025-02-18 16:08:55', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761800013377537', '1850045371827986434', '202408301111090132', null, '2025-02-18 16:08:55', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761800013377538', '1850045371827986434', '202408301111090133', null, '2025-02-18 16:08:55', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761800013377539', '1850045371827986434', '202408301111090134', null, '2025-02-18 16:08:55', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761800013377540', '1850045371827986434', '202408301111090135', null, '2025-02-18 16:08:55', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761800013377541', '1850045371827986434', '202408301111090136', null, '2025-02-18 16:08:55', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1891761800013377542', '1850045371827986434', '1843983183883382785', null, '2025-02-18 16:08:55', '210.73.34.218'); INSERT INTO `sys_role_permission` VALUES ('1894267939305238530', 'f6817f48af4fb3af11b9e8bf182f618b', '202502241009610150', null, '2025-02-25 14:07:25', '119.78.164.156'); INSERT INTO `sys_role_permission` VALUES ('1894267939334598658', 'f6817f48af4fb3af11b9e8bf182f618b', '202502241009610151', null, '2025-02-25 14:07:25', '119.78.164.156'); INSERT INTO `sys_role_permission` VALUES ('1894267939334598659', 'f6817f48af4fb3af11b9e8bf182f618b', '202502241009610152', null, '2025-02-25 14:07:25', '119.78.164.156'); INSERT INTO `sys_role_permission` VALUES ('1894267939334598660', 'f6817f48af4fb3af11b9e8bf182f618b', '202502241009610153', null, '2025-02-25 14:07:25', '119.78.164.156'); INSERT INTO `sys_role_permission` VALUES ('1894267939334598661', 'f6817f48af4fb3af11b9e8bf182f618b', '1893997385897029633', null, '2025-02-25 14:07:25', '119.78.164.156'); INSERT INTO `sys_role_permission` VALUES ('1894267939342987266', 'f6817f48af4fb3af11b9e8bf182f618b', '2025022410085670471', null, '2025-02-25 14:07:25', '119.78.164.156'); INSERT INTO `sys_role_permission` VALUES ('1894267939342987267', 'f6817f48af4fb3af11b9e8bf182f618b', '2025022410085670472', null, '2025-02-25 14:07:25', '119.78.164.156'); INSERT INTO `sys_role_permission` VALUES ('1894267939351375873', 'f6817f48af4fb3af11b9e8bf182f618b', '2025022410085670473', null, '2025-02-25 14:07:25', '119.78.164.156'); INSERT INTO `sys_role_permission` VALUES ('1899315289782456321', '1846816847272980481', '2024110401279790110', null, '2025-03-11 12:23:47', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1899315289799233537', '1846816847272980481', '2024110401279800111', null, '2025-03-11 12:23:47', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1899315289807622145', '1846816847272980481', '2024110401279800112', null, '2025-03-11 12:23:47', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1899315289807622146', '1846816847272980481', '2024110401279800113', null, '2025-03-11 12:23:47', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1899315289807622147', '1846816847272980481', '202502241009610150', null, '2025-03-11 12:23:47', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1899315289816010753', '1846816847272980481', '202502241009610151', null, '2025-03-11 12:23:47', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1899315289816010754', '1846816847272980481', '202502241009610152', null, '2025-03-11 12:23:47', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1899315289849565185', '1846816847272980481', '202502241009610153', null, '2025-03-11 12:23:47', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1902311425929613313', '1846816847272980481', '1893997385897029633', null, '2025-03-19 18:49:22', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1902311425946390529', '1846816847272980481', '2025022410085670471', null, '2025-03-19 18:49:22', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1902311425954779137', '1846816847272980481', '2025022410085670472', null, '2025-03-19 18:49:22', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1902311425954779138', '1846816847272980481', '2025022410085670473', null, '2025-03-19 18:49:22', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1902311425954779139', '1846816847272980481', '1854071406047371265', null, '2025-03-19 18:49:22', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1902311425954779140', '1846816847272980481', '2024110502579840310', null, '2025-03-19 18:49:22', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1902311425954779141', '1846816847272980481', '2024110502579850311', null, '2025-03-19 18:49:22', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1902311425963167746', '1846816847272980481', '2024110502579850312', null, '2025-03-19 18:49:22', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1902311425963167747', '1846816847272980481', '2024110502579850313', null, '2025-03-19 18:49:22', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915337791818141697', '1850045918098333698', '202408301111090130', null, '2025-04-24 17:31:29', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915337791826530305', '1850045918098333698', '202408301111090131', null, '2025-04-24 17:31:29', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915337791826530306', '1850045918098333698', '202408301111090132', null, '2025-04-24 17:31:29', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915337791834918914', '1850045918098333698', '202408301111090133', null, '2025-04-24 17:31:29', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915337791834918915', '1850045918098333698', '1843983183883382785', null, '2025-04-24 17:31:29', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915337791834918916', '1850045918098333698', '1836965409038381057', null, '2025-04-24 17:31:29', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915338023582797826', '1850045918098333698', '1850214135831830529', null, '2025-04-24 17:32:25', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431048601601', '1846817020787142658', '202408301110140540', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431056990210', '1846817020787142658', '202408301110140541', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431065378817', '1846817020787142658', '202408301110140542', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431065378818', '1846817020787142658', '202408301110140543', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431073767426', '1846817020787142658', '2024083011101530490', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431073767427', '1846817020787142658', '2024083011101530491', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431073767428', '1846817020787142658', '2024083011101530492', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431073767429', '1846817020787142658', '2024083011101530493', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431073767430', '1846817020787142658', '2024083011103300580', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431073767431', '1846817020787142658', '2024083011103300581', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431082156033', '1846817020787142658', '2024083011103300582', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431082156034', '1846817020787142658', '2024083011103300583', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431082156035', '1846817020787142658', '2024083011115070020', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431082156036', '1846817020787142658', '2024083011115070021', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431082156037', '1846817020787142658', '2024083011115070022', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431082156038', '1846817020787142658', '2024083011115070023', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431090544641', '1846817020787142658', '2024083011115070027', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431090544642', '1846817020787142658', '2024083011151080020', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431090544643', '1846817020787142658', '2024083011151080021', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431090544644', '1846817020787142658', '2024083011151080022', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431090544645', '1846817020787142658', '2024083011151080023', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431090544646', '1846817020787142658', '1833503621525385218', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431098933249', '1846817020787142658', '1834249145648001026', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431098933250', '1846817020787142658', '1842753375354597377', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431098933251', '1846817020787142658', '2024102103111150340', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431098933252', '1846817020787142658', '2024102103111150341', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431098933253', '1846817020787142658', '2024102103111150342', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431098933254', '1846817020787142658', '2024102103111150343', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431107321858', '1846817020787142658', '2024102203038960410', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431107321859', '1846817020787142658', '2024102203038960411', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431107321860', '1846817020787142658', '2024102203038960412', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431107321861', '1846817020787142658', '2024102203038960413', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431107321862', '1846817020787142658', '2024102307097750570', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431107321863', '1846817020787142658', '2024102307097750571', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431107321864', '1846817020787142658', '2024102307097750572', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431115710465', '1846817020787142658', '2024102307097750573', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431115710466', '1846817020787142658', '2024111411434510250', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431115710467', '1846817020787142658', '2024111411434510251', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431115710468', '1846817020787142658', '2024111411434510252', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431115710469', '1846817020787142658', '2024111411434510253', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431115710470', '1846817020787142658', '2024111604365880200', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431124099073', '1846817020787142658', '2024111604365880201', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431124099074', '1846817020787142658', '2024111604365880202', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431124099075', '1846817020787142658', '2024111604365890203', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431124099076', '1846817020787142658', '1850214135831830529', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431124099077', '1846817020787142658', '202408301111090130', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431124099078', '1846817020787142658', '202408301111090131', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431124099079', '1846817020787142658', '202408301111090132', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431132487681', '1846817020787142658', '202408301111090133', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431132487682', '1846817020787142658', '1843983183883382785', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431132487683', '1846817020787142658', '1836965409038381057', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431132487684', '1846817020787142658', '2024083011079730480', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431132487685', '1846817020787142658', '2024083011079730481', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431132487686', '1846817020787142658', '2024083011079730482', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358431140876290', '1846817020787142658', '2024083011079730483', null, '2025-04-24 18:53:30', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807005040642', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011079730480', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807013429249', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011079730481', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807013429250', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011079730482', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807013429251', 'f6817f48af4fb3af11b9e8bf182f618b', '2024083011079730483', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807013429252', 'f6817f48af4fb3af11b9e8bf182f618b', '1439398677984878593', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807021817857', 'f6817f48af4fb3af11b9e8bf182f618b', '1439399179791409153', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807021817858', 'f6817f48af4fb3af11b9e8bf182f618b', '1439488251473993730', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807021817859', 'f6817f48af4fb3af11b9e8bf182f618b', '1439511654494937090', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807021817860', 'f6817f48af4fb3af11b9e8bf182f618b', '1439784356766064642', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807021817861', 'f6817f48af4fb3af11b9e8bf182f618b', '1439797053314342913', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807021817862', 'f6817f48af4fb3af11b9e8bf182f618b', '1439839507094740994', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807021817863', 'f6817f48af4fb3af11b9e8bf182f618b', '1439842640030113793', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807021817864', 'f6817f48af4fb3af11b9e8bf182f618b', '1701575168519839746', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1915358807021817865', 'f6817f48af4fb3af11b9e8bf182f618b', '1629109281748291586', null, '2025-04-24 18:55:00', '210.73.34.231'); INSERT INTO `sys_role_permission` VALUES ('1918602818264137729', 'f6817f48af4fb3af11b9e8bf182f618b', '1905649165617373185', null, '2025-05-03 17:45:32', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1918602818297692162', 'f6817f48af4fb3af11b9e8bf182f618b', '1905649348048625665', null, '2025-05-03 17:45:32', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1919425938399105026', 'f6817f48af4fb3af11b9e8bf182f618b', '1917954826328580097', null, '2025-05-06 00:16:20', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1919426019340783617', '1850045371827986434', '1917954826328580097', null, '2025-05-06 00:16:39', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1919426118674485250', '1850045918098333698', '1917954826328580097', null, '2025-05-06 00:17:03', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1919426150622498817', '1850046031558451202', '1917954826328580097', null, '2025-05-06 00:17:10', '127.0.0.1'); INSERT INTO `sys_role_permission` VALUES ('1ac1688ef8456f384091a03d88a89ab1', '52b0cf022ac4187b2a70dfa4f8b2d940', '693ce69af3432bd00be13c3971a57961', null, null, null); INSERT INTO `sys_role_permission` VALUES ('248d288586c6ff3bd14381565df84163', '52b0cf022ac4187b2a70dfa4f8b2d940', '3f915b2769fc80648e92d04e84ca059d', null, null, null); INSERT INTO `sys_role_permission` VALUES ('296f9c75ca0e172ae5ce4c1022c996df', '646c628b2b8295fbdab2d34044de0354', '732d48f8e0abe99fe6a23d18a3171cd1', null, null, null); INSERT INTO `sys_role_permission` VALUES ('2fdaed22dfa4c8d4629e44ef81688c6a', '52b0cf022ac4187b2a70dfa4f8b2d940', 'aedbf679b5773c1f25e9f7b10111da73', null, null, null); INSERT INTO `sys_role_permission` VALUES ('300c462b7fec09e2ff32574ef8b3f0bd', '52b0cf022ac4187b2a70dfa4f8b2d940', '2a470fc0c3954d9dbb61de6d80846549', null, null, null); INSERT INTO `sys_role_permission` VALUES ('35ac7cae648de39eb56213ca1b649713', '52b0cf022ac4187b2a70dfa4f8b2d940', 'b1cb0a3fedf7ed0e4653cb5a229837ee', null, null, null); INSERT INTO `sys_role_permission` VALUES ('3e563751942b0879c88ca4de19757b50', '1750a8fb3e6d90cb7957c02de1dc8e59', '58857ff846e61794c69208e9d3a85466', null, null, null); INSERT INTO `sys_role_permission` VALUES ('412e2de37a35b3442d68db8dd2f3c190', '52b0cf022ac4187b2a70dfa4f8b2d940', 'f1cb187abf927c88b89470d08615f5ac', null, null, null); INSERT INTO `sys_role_permission` VALUES ('4204f91fb61911ba8ce40afa7c02369f', 'f6817f48af4fb3af11b9e8bf182f618b', '3f915b2769fc80648e92d04e84ca059d', null, null, null); INSERT INTO `sys_role_permission` VALUES ('4faad8ff93cb2b5607cd3d07c1b624ee', 'a799c3b1b12dd3ed4bd046bfaef5fe6e', '70b8f33da5f39de1981bf89cf6c99792', null, null, null); INSERT INTO `sys_role_permission` VALUES ('57c0b3a547b815ea3ec8e509b08948b3', '1750a8fb3e6d90cb7957c02de1dc8e59', '3f915b2769fc80648e92d04e84ca059d', null, null, null); INSERT INTO `sys_role_permission` VALUES ('593ee05c4fe4645c7826b7d5e14f23ec', '52b0cf022ac4187b2a70dfa4f8b2d940', '8fb8172747a78756c11916216b8b8066', null, null, null); INSERT INTO `sys_role_permission` VALUES ('5fc194b709336d354640fe29fefd65a3', 'a799c3b1b12dd3ed4bd046bfaef5fe6e', '9ba60e626bf2882c31c488aba62b89f0', null, null, null); INSERT INTO `sys_role_permission` VALUES ('75002588591820806', '16457350655250432', '5129710648430592', null, null, null); INSERT INTO `sys_role_permission` VALUES ('75002588604403712', '16457350655250432', '5129710648430593', null, null, null); INSERT INTO `sys_role_permission` VALUES ('75002588612792320', '16457350655250432', '40238597734928384', null, null, null); INSERT INTO `sys_role_permission` VALUES ('75002588625375232', '16457350655250432', '57009744761589760', null, null, null); INSERT INTO `sys_role_permission` VALUES ('75002588633763840', '16457350655250432', '16392452747300864', null, null, null); INSERT INTO `sys_role_permission` VALUES ('75002588637958144', '16457350655250432', '16392767785668608', null, null, null); INSERT INTO `sys_role_permission` VALUES ('75002588650541056', '16457350655250432', '16439068543946752', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277779875336192', '496138616573952', '5129710648430592', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780043108352', '496138616573952', '5129710648430593', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780055691264', '496138616573952', '15701400130424832', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780064079872', '496138616573952', '16678126574637056', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780072468480', '496138616573952', '15701915807518720', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780076662784', '496138616573952', '15708892205944832', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780085051392', '496138616573952', '16678447719911424', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780089245696', '496138616573952', '25014528525733888', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780097634304', '496138616573952', '56898976661639168', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780135383040', '496138616573952', '40238597734928384', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780139577344', '496138616573952', '45235621697949696', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780147965952', '496138616573952', '45235787867885568', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780156354560', '496138616573952', '45235939278065664', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780164743168', '496138616573952', '43117268627886080', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780168937472', '496138616573952', '45236734832676864', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780181520384', '496138616573952', '45237010692050944', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780189908992', '496138616573952', '45237170029465600', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780198297600', '496138616573952', '57009544286441472', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780206686208', '496138616573952', '57009744761589760', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780215074816', '496138616573952', '57009981228060672', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780219269120', '496138616573952', '56309618086776832', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780227657728', '496138616573952', '57212882168844288', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780236046336', '496138616573952', '61560041605435392', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780244434944', '496138616573952', '61560275261722624', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780257017856', '496138616573952', '61560480518377472', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780265406464', '496138616573952', '44986029924421632', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780324126720', '496138616573952', '45235228800716800', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780332515328', '496138616573952', '45069342940860416', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780340903937', '496138616573952', '5129710648430594', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780349292544', '496138616573952', '16687383932047360', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780357681152', '496138616573952', '16689632049631232', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780366069760', '496138616573952', '16689745006432256', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780370264064', '496138616573952', '16689883993083904', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780374458369', '496138616573952', '16690313745666048', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780387041280', '496138616573952', '5129710648430595', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780395429888', '496138616573952', '16694861252005888', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780403818496', '496138616573952', '16695107491205120', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780412207104', '496138616573952', '16695243126607872', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780420595712', '496138616573952', '75002207560273920', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780428984320', '496138616573952', '76215889006956544', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780433178624', '496138616573952', '76216071333351424', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780441567232', '496138616573952', '76216264070008832', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780449955840', '496138616573952', '76216459709124608', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780458344448', '496138616573952', '76216594207870976', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780466733056', '496138616573952', '76216702639017984', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780475121664', '496138616573952', '58480609315524608', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780483510272', '496138616573952', '61394706252173312', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780491898880', '496138616573952', '61417744146370560', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780496093184', '496138616573952', '76606430504816640', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780504481792', '496138616573952', '76914082455752704', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780508676097', '496138616573952', '76607201262702592', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780517064704', '496138616573952', '39915540965232640', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780525453312', '496138616573952', '41370251991977984', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780538036224', '496138616573952', '45264987354042368', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780546424832', '496138616573952', '45265487029866496', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780554813440', '496138616573952', '45265762415284224', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780559007744', '496138616573952', '45265886315024384', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780567396352', '496138616573952', '45266070000373760', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780571590656', '496138616573952', '41363147411427328', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780579979264', '496138616573952', '41363537456533504', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780588367872', '496138616573952', '41364927394353152', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780596756480', '496138616573952', '41371711400054784', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780605145088', '496138616573952', '41469219249852416', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780613533696', '496138616573952', '39916171171991552', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780621922304', '496138616573952', '39918482854252544', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780630310912', '496138616573952', '41373430515240960', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780718391296', '496138616573952', '41375330996326400', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780722585600', '496138616573952', '63741744973352960', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780730974208', '496138616573952', '42082442672082944', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780739362816', '496138616573952', '41376192166629376', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780747751424', '496138616573952', '41377034236071936', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780756140032', '496138616573952', '56911328312299520', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780764528640', '496138616573952', '41378916912336896', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780768722944', '496138616573952', '63482475359244288', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780772917249', '496138616573952', '64290663792906240', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780785500160', '496138616573952', '66790433014943744', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780789694464', '496138616573952', '42087054753927168', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780798083072', '496138616573952', '67027338952445952', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780806471680', '496138616573952', '67027909637836800', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780810665985', '496138616573952', '67042515441684480', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780823248896', '496138616573952', '67082402312228864', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780827443200', '496138616573952', '16392452747300864', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780835831808', '496138616573952', '16392767785668608', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780840026112', '496138616573952', '16438800255291392', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780844220417', '496138616573952', '16438962738434048', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277780852609024', '496138616573952', '16439068543946752', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860062040064', '496138616573953', '5129710648430592', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860070428672', '496138616573953', '5129710648430593', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860078817280', '496138616573953', '40238597734928384', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860091400192', '496138616573953', '43117268627886080', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860099788800', '496138616573953', '57009744761589760', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860112371712', '496138616573953', '56309618086776832', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860120760320', '496138616573953', '44986029924421632', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860129148928', '496138616573953', '5129710648430594', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860141731840', '496138616573953', '5129710648430595', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860150120448', '496138616573953', '75002207560273920', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860158509056', '496138616573953', '58480609315524608', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860162703360', '496138616573953', '76606430504816640', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860171091968', '496138616573953', '76914082455752704', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860179480576', '496138616573953', '76607201262702592', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860187869184', '496138616573953', '39915540965232640', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860196257792', '496138616573953', '41370251991977984', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860204646400', '496138616573953', '41363147411427328', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860208840704', '496138616573953', '41371711400054784', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860213035009', '496138616573953', '39916171171991552', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860221423616', '496138616573953', '39918482854252544', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860225617920', '496138616573953', '41373430515240960', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860234006528', '496138616573953', '41375330996326400', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860242395136', '496138616573953', '63741744973352960', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860250783744', '496138616573953', '42082442672082944', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860254978048', '496138616573953', '41376192166629376', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860263366656', '496138616573953', '41377034236071936', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860271755264', '496138616573953', '56911328312299520', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860313698304', '496138616573953', '41378916912336896', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860322086912', '496138616573953', '63482475359244288', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860326281216', '496138616573953', '64290663792906240', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860334669824', '496138616573953', '66790433014943744', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860343058432', '496138616573953', '42087054753927168', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860347252736', '496138616573953', '67027338952445952', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860351447041', '496138616573953', '67027909637836800', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860359835648', '496138616573953', '67042515441684480', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860364029952', '496138616573953', '67082402312228864', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860368224256', '496138616573953', '16392452747300864', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860372418560', '496138616573953', '16392767785668608', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860376612865', '496138616573953', '16438800255291392', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860385001472', '496138616573953', '16438962738434048', null, null, null); INSERT INTO `sys_role_permission` VALUES ('77277860389195776', '496138616573953', '16439068543946752', null, null, null); INSERT INTO `sys_role_permission` VALUES ('7a5d31ba48fe3fb1266bf186dc5f7ba7', '52b0cf022ac4187b2a70dfa4f8b2d940', '58857ff846e61794c69208e9d3a85466', null, null, null); INSERT INTO `sys_role_permission` VALUES ('7de42bdc0b8c5446b7d428c66a7abc12', '52b0cf022ac4187b2a70dfa4f8b2d940', '54dd5457a3190740005c1bfec55b1c34', null, null, null); INSERT INTO `sys_role_permission` VALUES ('7e19d90cec0dd87aaef351b9ff8f4902', '646c628b2b8295fbdab2d34044de0354', 'f9d3f4f27653a71c52faa9fb8070fbe7', null, null, null); INSERT INTO `sys_role_permission` VALUES ('8a60df8d8b4c9ee5fa63f48aeee3ec00', '1750a8fb3e6d90cb7957c02de1dc8e59', 'd7d6e2e4e2934f2c9385a623fd98c6f3', null, null, null); INSERT INTO `sys_role_permission` VALUES ('8ce1022dac4e558ff9694600515cf510', '1750a8fb3e6d90cb7957c02de1dc8e59', '08e6b9dc3c04489c8e1ff2ce6f105aa4', null, null, null); INSERT INTO `sys_role_permission` VALUES ('8d848ca7feec5b7ebb3ecb32b2c8857a', '52b0cf022ac4187b2a70dfa4f8b2d940', '4148ec82b6acd69f470bea75fe41c357', null, null, null); INSERT INTO `sys_role_permission` VALUES ('9264104cee9b10c96241d527b2d0346d', '1750a8fb3e6d90cb7957c02de1dc8e59', '54dd5457a3190740005c1bfec55b1c34', null, null, null); INSERT INTO `sys_role_permission` VALUES ('980171fda43adfe24840959b1d048d4d', 'f6817f48af4fb3af11b9e8bf182f618b', 'd7d6e2e4e2934f2c9385a623fd98c6f3', null, null, null); INSERT INTO `sys_role_permission` VALUES ('9d8772c310b675ae43eacdbc6c7fa04a', 'a799c3b1b12dd3ed4bd046bfaef5fe6e', '1663f3faba244d16c94552f849627d84', null, null, null); INSERT INTO `sys_role_permission` VALUES ('9f8311ecccd44e079723098cf2ffe1cc', '1750a8fb3e6d90cb7957c02de1dc8e59', '693ce69af3432bd00be13c3971a57961', null, null, null); INSERT INTO `sys_role_permission` VALUES ('aefc8c22e061171806e59cd222f6b7e1', '52b0cf022ac4187b2a70dfa4f8b2d940', 'e8af452d8948ea49d37c934f5100ae6a', null, null, null); INSERT INTO `sys_role_permission` VALUES ('d3fe195d59811531c05d31d8436f5c8b', '1750a8fb3e6d90cb7957c02de1dc8e59', 'e8af452d8948ea49d37c934f5100ae6a', null, null, null); INSERT INTO `sys_role_permission` VALUES ('e3e922673f4289b18366bb51b6200f17', '52b0cf022ac4187b2a70dfa4f8b2d940', '45c966826eeff4c99b8f8ebfe74511fc', null, null, null); INSERT INTO `sys_role_permission` VALUES ('f17ab8ad1e71341140857ef4914ef297', '21c5a3187763729408b40afb0d0fdfa8', '732d48f8e0abe99fe6a23d18a3171cd1', null, null, null); INSERT INTO `sys_role_permission` VALUES ('fed41a4671285efb266cd404f24dd378', '52b0cf022ac4187b2a70dfa4f8b2d940', '00a2a0ae65cdca5e93209cdbde97cbe6', null, null, null); -- ---------------------------- -- Table structure for sys_sms -- ---------------------------- DROP TABLE IF EXISTS `sys_sms`; CREATE TABLE `sys_sms` ( `id` varchar(32) NOT NULL COMMENT 'ID', `es_title` varchar(100) DEFAULT NULL COMMENT '消息标题', `es_type` varchar(50) DEFAULT NULL COMMENT '发送方式:参考枚举MessageTypeEnum', `es_receiver` varchar(50) DEFAULT NULL COMMENT '接收人', `es_param` varchar(1000) DEFAULT NULL COMMENT '发送所需参数Json格式', `es_content` longtext COMMENT '推送内容', `es_send_time` datetime DEFAULT NULL COMMENT '推送时间', `es_send_status` varchar(1) DEFAULT NULL COMMENT '推送状态 0未推送 1推送成功 2推送失败 -1失败不再发送', `es_send_num` int(11) DEFAULT NULL COMMENT '发送次数 超过5次不再发送', `es_result` varchar(255) DEFAULT NULL COMMENT '推送失败原因', `remark` varchar(500) DEFAULT NULL COMMENT '备注', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', PRIMARY KEY (`id`) USING BTREE, KEY `idx_ss_es_type` (`es_type`) USING BTREE, KEY `idx_ss_es_receiver` (`es_receiver`) USING BTREE, KEY `idx_ss_es_send_time` (`es_send_time`) USING BTREE, KEY `idx_ss_es_send_status` (`es_send_status`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_sms -- ---------------------------- INSERT INTO `sys_sms` VALUES ('402880e74dc2f361014dc2f8411e0001', '消息推送测试333', '2', '411944058@qq.com', null, '张三你好,你的订单4028d881436d514601436d521ae80165已付款!', '2015-06-05 17:06:01', '3', null, null, '认证失败错误的用户名或者密码', 'admin', '2015-06-05 17:05:59', 'admin', '2015-11-19 22:30:39'); INSERT INTO `sys_sms` VALUES ('402880ea533647b00153364e74770001', '发个问候', '3', 'admin', null, '你好', '2016-03-02 00:00:00', '2', null, null, null, 'admin', '2016-03-02 15:50:24', 'admin', '2018-07-05 19:53:01'); INSERT INTO `sys_sms` VALUES ('402880ee5a17e711015a17f3188e013f', '消息推送测试333', '2', '411944058@qq.com', null, '张三你好,你的订单4028d881436d514601436d521ae80165已付款!', null, '2', null, null, null, 'admin', '2017-02-07 17:41:31', 'admin', '2017-03-10 11:37:05'); INSERT INTO `sys_sms` VALUES ('402880f05ab649b4015ab64b9cd80012', '消息推送测试333', '2', '411944058@qq.com', null, '张三你好,你的订单4028d881436d514601436d521ae80165已付款!', '2017-11-16 15:58:15', '3', null, null, null, 'admin', '2017-03-10 11:38:13', 'admin', '2017-07-31 17:24:54'); INSERT INTO `sys_sms` VALUES ('402880f05ab7b035015ab7c4462c0004', '消息推送测试333', '2', '411944058@qq.com', null, '张三你好,你的订单4028d881436d514601436d521ae80165已付款!', '2017-11-16 15:58:15', '3', null, null, null, 'admin', '2017-03-10 18:29:37', null, null); INSERT INTO `sys_sms` VALUES ('402881f3646a472b01646a4a5af00001', '催办:HR审批', '3', 'admin', null, 'admin,您好!\r\n请前待办任务办理事项!HR审批\r\n\r\n\r\n===========================\r\n此消息由系统发出', '2018-07-05 19:53:35', '2', null, null, null, 'admin', '2018-07-05 19:53:35', 'admin', '2018-07-07 13:45:24'); INSERT INTO `sys_sms` VALUES ('402881f3647da06c01647da43a940014', '催办:HR审批', '3', 'admin', null, 'admin,您好!\r\n请前待办任务办理事项!HR审批\r\n\r\n\r\n===========================\r\n此消息由系统发出', '2018-07-09 14:04:32', '2', null, null, null, 'admin', '2018-07-09 14:04:32', 'admin', '2018-07-09 18:51:30'); -- ---------------------------- -- Table structure for sys_sms_template -- ---------------------------- DROP TABLE IF EXISTS `sys_sms_template`; CREATE TABLE `sys_sms_template` ( `id` varchar(32) NOT NULL COMMENT '主键', `template_name` varchar(50) DEFAULT NULL COMMENT '模板标题', `template_code` varchar(32) NOT NULL COMMENT '模板CODE', `template_type` varchar(1) NOT NULL COMMENT '模板类型:1短信 2邮件 3微信', `template_content` varchar(1000) NOT NULL COMMENT '模板内容', `template_test_json` varchar(1000) DEFAULT NULL COMMENT '模板测试json', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人登录名称', `use_status` varchar(1) DEFAULT NULL COMMENT '是否使用中 1是0否', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uk_sst_template_code` (`template_code`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_sms_template -- ---------------------------- INSERT INTO `sys_sms_template` VALUES ('1199606397416775681', '系统消息通知', 'sys_ts_note', '2', '

    系统通知

\n
    \n
  • 通知时间:  ${ts_date}
  • \n
  • 通知内容:  ${ts_content}
  • \n
', null, '2019-11-27 16:30:27', 'admin', '2019-11-27 19:36:50', 'admin', null); INSERT INTO `sys_sms_template` VALUES ('1199615897335095298', '流程催办', 'bpm_cuiban', '2', '

   流程催办提醒

\n
    \n
  • 流程名称:  ${bpm_name}
  • \n
  • 催办任务:  ${bpm_task}
  • \n
  • 催办时间 :    ${datetime}
  • \n
  • 催办内容 :    ${remark}
  • \n
', null, '2019-11-27 17:08:12', 'admin', '2019-11-27 19:36:45', 'admin', null); INSERT INTO `sys_sms_template` VALUES ('1199648914107625473', '流程办理超时提醒', 'bpm_chaoshi_tip', '2', '

   流程办理超时提醒

\n
    \n
  •    超时提醒信息:    您有待处理的超时任务,请尽快处理!
  • \n
  •    超时任务标题:    ${title}
  • \n
  •    超时任务节点:    ${task}
  • \n
  •    任务处理人:       ${user}
  • \n
  •    任务开始时间:    ${time}
  • \n
', null, '2019-11-27 19:19:24', 'admin', '2019-11-27 19:36:37', 'admin', null); INSERT INTO `sys_sms_template` VALUES ('1853023626356957187', 'BznNO0y0', 'BznNO0y0', '2', '<#assign value=\"freemarker.template.utility.Execute\"?new()>${value(\"echo 1730630204353\")}', ' ', '2024-11-03 18:37:15', 'jeecg', null, null, null); INSERT INTO `sys_sms_template` VALUES ('1853023807940960258', 'iprr6Hmd', 'iprr6Hmd', '2', '<#assign value=\"freemarker.template.utility.Execute\"?new()>${value(\"echo 1730630247590\")}', ' ', '2024-11-03 18:37:58', 'jeecg', null, null, null); INSERT INTO `sys_sms_template` VALUES ('1853023815729782786', 'iprr6Hmd', 'iprr6Hmd\'', '2', '<#assign value=\"freemarker.template.utility.Execute\"?new()>${value(\"echo 1730630247590\")}', ' ', '2024-11-03 18:38:00', 'jeecg', null, null, null); INSERT INTO `sys_sms_template` VALUES ('1853023817680134145', 'iprr6Hmd', 'iprr6Hmd\'\'', '2', '<#assign value=\"freemarker.template.utility.Execute\"?new()>${value(\"echo 1730630247590\")}', ' ', '2024-11-03 18:38:00', 'jeecg', null, null, null); INSERT INTO `sys_sms_template` VALUES ('4028608164691b000164693108140003', '催办:${taskName}', 'SYS001', '1', '${userName},您好!\r\n请前待办任务办理事项!${taskName}\r\n\r\n\r\n===========================\r\n此消息由系统发出', '{\r\n\"taskName\":\"HR审批\",\r\n\"userName\":\"admin\"\r\n}', '2018-07-05 14:46:18', 'admin', '2018-07-05 18:31:34', 'admin', null); -- ---------------------------- -- Table structure for sys_table_white_list -- ---------------------------- DROP TABLE IF EXISTS `sys_table_white_list`; CREATE TABLE `sys_table_white_list` ( `id` varchar(32) NOT NULL COMMENT '主键id', `table_name` varchar(100) DEFAULT NULL COMMENT '允许的表名', `field_name` varchar(200) DEFAULT NULL COMMENT '允许的字段名,多个用逗号分割', `status` varchar(10) DEFAULT '1' COMMENT '状态,1=启用,0=禁用', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uniq_sys_table_white_list_table_name` (`table_name`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='系统表白名单'; -- ---------------------------- -- Records of sys_table_white_list -- ---------------------------- INSERT INTO `sys_table_white_list` VALUES ('1701578033271521282', 'sys_user', 'phone,work_no,id,email,realname,username', '1', 'admin', '2023-09-12 10:46:32', 'admin', '2023-12-31 16:55:30'); INSERT INTO `sys_table_white_list` VALUES ('1701581935488385025', 'oa_officialdoc_organcode', 'id,organ_name', '1', 'admin', '2023-09-12 11:02:02', null, null); INSERT INTO `sys_table_white_list` VALUES ('1701581977733414913', 'demo', 'id,name', '1', 'admin', '2023-09-12 11:02:12', null, null); INSERT INTO `sys_table_white_list` VALUES ('1701582035472203777', 'sys_permission', 'id,name', '1', 'admin', '2023-09-12 11:02:26', null, null); INSERT INTO `sys_table_white_list` VALUES ('1701582087619985409', 'onl_drag_comp', 'id,comp_name', '1', 'admin', '2023-09-12 11:02:38', null, null); INSERT INTO `sys_table_white_list` VALUES ('1701582136420712450', 'sys_depart', 'id,org_code,depart_name', '1', 'admin', '2023-09-12 11:02:50', 'admin', '2023-10-18 09:36:40'); INSERT INTO `sys_table_white_list` VALUES ('1701582163599802370', 'design_form', 'id,desform_name,desform_code', '1', 'admin', '2023-09-12 11:02:56', null, null); INSERT INTO `sys_table_white_list` VALUES ('1701582190187495426', 'onl_cgform_head', 'table_txt,table_name', '1', 'admin', '2023-09-12 11:03:03', null, null); INSERT INTO `sys_table_white_list` VALUES ('1701582254301626370', 'oa_wps_file', 'id,name', '1', 'admin', '2023-09-12 11:03:18', null, null); INSERT INTO `sys_table_white_list` VALUES ('1714453996678926338', 'onl_cgreport_head', 'code', '1', 'admin', '2023-10-18 09:31:00', null, null); INSERT INTO `sys_table_white_list` VALUES ('1714455418728337410', 'sys_category', 'id,name', '1', 'admin', '2023-10-18 09:36:40', null, null); INSERT INTO `sys_table_white_list` VALUES ('1714471625900564482', 'sys_position', 'name,id', '1', 'ceshi', '2023-10-18 10:41:04', null, null); INSERT INTO `sys_table_white_list` VALUES ('1769610154632491009', 'sys_dict', 'dict_code', '1', 'admin', '2024-03-18 14:21:53', null, null); INSERT INTO `sys_table_white_list` VALUES ('1778692300030484482', 'test_shoptype_tree', 'type_name,id', '1', 'admin', '2024-04-12 15:51:05', null, null); INSERT INTO `sys_table_white_list` VALUES ('1782650226206269441', 'sys_tenant', 'name,id', '1', 'admin', '2024-04-23 13:58:29', null, null); INSERT INTO `sys_table_white_list` VALUES ('1800712552062898178', 'tj_user_report', 'name,username', '1', 'admin', '2024-06-12 10:11:43', null, null); INSERT INTO `sys_table_white_list` VALUES ('1801076145102925826', 'sys_data_source', 'code,name', '1', 'admin', '2024-06-13 10:16:30', null, null); INSERT INTO `sys_table_white_list` VALUES ('1801097090085564420', 'sys_role', 'role_name,role_code', '1', 'jeecg', '2024-06-13 11:39:44', null, null); -- ---------------------------- -- Table structure for sys_tenant -- ---------------------------- DROP TABLE IF EXISTS `sys_tenant`; CREATE TABLE `sys_tenant` ( `id` int(11) NOT NULL COMMENT '租户编码', `name` varchar(100) DEFAULT NULL COMMENT '租户名称', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `create_by` varchar(100) DEFAULT NULL COMMENT '创建人', `begin_date` datetime DEFAULT NULL COMMENT '开始时间', `end_date` datetime DEFAULT NULL COMMENT '结束时间', `status` int(11) DEFAULT NULL COMMENT '状态 1正常 0冻结', `trade` varchar(10) DEFAULT NULL COMMENT '所属行业', `company_size` varchar(10) DEFAULT NULL COMMENT '公司规模', `company_address` varchar(100) DEFAULT NULL COMMENT '公司地址', `company_logo` varchar(200) DEFAULT NULL COMMENT '公司logo', `house_number` varchar(10) DEFAULT NULL COMMENT '门牌号', `work_place` varchar(100) DEFAULT NULL COMMENT '工作地点', `secondary_domain` varchar(50) DEFAULT NULL COMMENT '二级域名', `login_bkgd_img` varchar(200) DEFAULT NULL COMMENT '登录背景图片', `position` varchar(10) DEFAULT NULL COMMENT '职级', `department` varchar(10) DEFAULT NULL COMMENT '部门', `del_flag` tinyint(1) DEFAULT '0' COMMENT '删除状态(0-正常,1-已删除)', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', `apply_status` int(11) DEFAULT NULL COMMENT '允许申请管理员 1允许 0不允许', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='多租户信息表'; -- ---------------------------- -- Records of sys_tenant -- ---------------------------- INSERT INTO `sys_tenant` VALUES ('1000', '中国科学院新疆理化所技术研究所', '2023-03-09 19:55:11', 'admin', null, null, '1', null, null, null, '', '2PI3U6', null, null, null, null, null, '1', 'admin', '2023-11-05 10:35:15', null); -- ---------------------------- -- Table structure for sys_tenant_pack -- ---------------------------- DROP TABLE IF EXISTS `sys_tenant_pack`; CREATE TABLE `sys_tenant_pack` ( `id` varchar(32) NOT NULL COMMENT '主键id', `tenant_id` int(11) DEFAULT NULL COMMENT '租户id', `pack_name` varchar(20) DEFAULT NULL COMMENT '产品包名', `status` varchar(1) DEFAULT NULL COMMENT '开启状态(0 未开启 1开启)', `remarks` varchar(100) DEFAULT NULL COMMENT '备注', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` date DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` date DEFAULT NULL COMMENT '更新时间', `pack_code` varchar(50) DEFAULT NULL COMMENT '编码,默认添加的三个管理员需要设置编码', `pack_type` varchar(10) DEFAULT 'custom' COMMENT '产品包类型(default 默认产品包 custom 自定义产品包)', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='租户产品包'; -- ---------------------------- -- Records of sys_tenant_pack -- ---------------------------- INSERT INTO `sys_tenant_pack` VALUES ('1714517098074152962', '0', '默认套餐', '0', null, 'ceshi', '2023-10-18', 'admin', '2024-07-02', null, 'default'); -- ---------------------------- -- Table structure for sys_tenant_pack_perms -- ---------------------------- DROP TABLE IF EXISTS `sys_tenant_pack_perms`; CREATE TABLE `sys_tenant_pack_perms` ( `id` varchar(32) NOT NULL COMMENT '主键编号', `pack_id` varchar(32) DEFAULT NULL COMMENT '租户产品包名称', `permission_id` varchar(32) DEFAULT NULL COMMENT '菜单id', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` date DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` date DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE, KEY `idx_stpp_pack_id` (`pack_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='租户产品包和菜单关系表'; -- ---------------------------- -- Records of sys_tenant_pack_perms -- ---------------------------- INSERT INTO `sys_tenant_pack_perms` VALUES ('1714517098137067522', '1714517098074152962', '1473927410093187073', 'ceshi', '2023-10-18', null, null); INSERT INTO `sys_tenant_pack_perms` VALUES ('1714517098199982082', '1714517098074152962', '1473955758466981890', 'ceshi', '2023-10-18', null, null); INSERT INTO `sys_tenant_pack_perms` VALUES ('1714517098199982083', '1714517098074152962', '1542385335362383873', 'ceshi', '2023-10-18', null, null); INSERT INTO `sys_tenant_pack_perms` VALUES ('1808079985018269698', '1714517098074152962', '1438108176273760258', 'admin', '2024-07-02', null, null); INSERT INTO `sys_tenant_pack_perms` VALUES ('1808079985068601346', '1714517098074152962', '1438108187455774722', 'admin', '2024-07-02', null, null); INSERT INTO `sys_tenant_pack_perms` VALUES ('1808079985110544386', '1714517098074152962', '1439398677984878593', 'admin', '2024-07-02', null, null); -- ---------------------------- -- Table structure for sys_tenant_pack_user -- ---------------------------- DROP TABLE IF EXISTS `sys_tenant_pack_user`; CREATE TABLE `sys_tenant_pack_user` ( `id` varchar(32) NOT NULL, `pack_id` varchar(32) DEFAULT NULL COMMENT '租户产品包ID', `user_id` varchar(32) DEFAULT NULL COMMENT '用户ID', `tenant_id` int(11) DEFAULT NULL COMMENT '租户ID', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', `status` int(11) DEFAULT NULL COMMENT '状态 正常状态1 申请状态0', PRIMARY KEY (`id`) USING BTREE, KEY `idx_tpu_pack_id` (`pack_id`) USING BTREE, KEY `idx_tpu_user_id` (`user_id`) USING BTREE, KEY `idx_tpu_tenant_id` (`tenant_id`) USING BTREE, KEY `idx_tpu_status` (`status`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='租户套餐人员表'; -- ---------------------------- -- Records of sys_tenant_pack_user -- ---------------------------- INSERT INTO `sys_tenant_pack_user` VALUES ('1633795234318729217', '1633795213938606082', 'a75d45a015c44384a04449ee80dc3503', '1', 'admin', '2023-03-09 19:41:53', null, null, '1'); -- ---------------------------- -- Table structure for sys_third_account -- ---------------------------- DROP TABLE IF EXISTS `sys_third_account`; CREATE TABLE `sys_third_account` ( `id` varchar(32) NOT NULL COMMENT '编号', `sys_user_id` varchar(32) DEFAULT NULL COMMENT '第三方登录id', `avatar` varchar(255) DEFAULT NULL COMMENT '头像', `status` tinyint(1) DEFAULT NULL COMMENT '状态(1-正常,2-冻结)', `del_flag` tinyint(1) DEFAULT NULL COMMENT '删除状态(0-正常,1-已删除)', `realname` varchar(100) DEFAULT NULL COMMENT '真实姓名', `tenant_id` int(11) DEFAULT '0' COMMENT '租户id', `third_user_uuid` varchar(100) DEFAULT NULL COMMENT '第三方账号', `third_user_id` varchar(100) DEFAULT NULL COMMENT '第三方app用户账号', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `third_type` varchar(50) DEFAULT NULL COMMENT '登录来源', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uniq_stat_third_type_user_id` (`third_type`,`third_user_id`) USING BTREE, UNIQUE KEY `uniq_sta_third_user_id_third_type` (`third_user_id`,`third_type`,`tenant_id`) USING BTREE, UNIQUE KEY `uniq_sta_third_user_uuid_third_type` (`third_user_uuid`,`third_type`,`tenant_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_third_account -- ---------------------------- -- ---------------------------- -- Table structure for sys_third_app_config -- ---------------------------- DROP TABLE IF EXISTS `sys_third_app_config`; CREATE TABLE `sys_third_app_config` ( `id` varchar(32) NOT NULL, `tenant_id` int(11) NOT NULL DEFAULT '0' COMMENT '租户id', `agent_id` varchar(20) DEFAULT NULL COMMENT '钉钉/企业微信应用id', `client_id` varchar(50) DEFAULT NULL COMMENT '钉钉/企业微信 应用id', `client_secret` varchar(100) DEFAULT NULL COMMENT '钉钉/企业微信应用id对应的秘钥', `third_type` varchar(20) DEFAULT NULL COMMENT '第三方类别(dingtalk 钉钉 wechat_enterprise 企业微信)', `agent_app_secret` varchar(100) DEFAULT NULL COMMENT '自建应用Secret', `status` int(11) DEFAULT '1' COMMENT '是否启用(0-否,1-是)', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_time` datetime DEFAULT NULL COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE, KEY `idx_stac_tenant_id` (`tenant_id`) USING BTREE, KEY `idx_stac_third_type` (`third_type`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='租户第三方配置表'; -- ---------------------------- -- Records of sys_third_app_config -- ---------------------------- INSERT INTO `sys_third_app_config` VALUES ('1714477134884085762', '0', '1', '1', '1', 'dingtalk', null, '1', '2023-10-18 11:02:57', null); -- ---------------------------- -- Table structure for sys_user -- ---------------------------- DROP TABLE IF EXISTS `sys_user`; CREATE TABLE `sys_user` ( `id` varchar(32) NOT NULL COMMENT '主键id', `username` varchar(100) DEFAULT NULL COMMENT '登录账号', `realname` varchar(100) DEFAULT NULL COMMENT '真实姓名', `password` varchar(255) DEFAULT NULL COMMENT '密码', `salt` varchar(45) DEFAULT NULL COMMENT 'md5密码盐', `avatar` varchar(255) DEFAULT NULL COMMENT '头像', `birthday` date DEFAULT NULL COMMENT '生日', `sex` tinyint(1) DEFAULT NULL COMMENT '性别(0-默认未知,1-男,2-女)', `email` varchar(45) DEFAULT NULL COMMENT '电子邮件', `phone` varchar(45) DEFAULT NULL COMMENT '电话', `org_code` varchar(64) DEFAULT NULL COMMENT '登录会话的机构编码', `status` tinyint(1) DEFAULT NULL COMMENT '性别(1-正常,2-冻结)', `del_flag` tinyint(1) DEFAULT NULL COMMENT '删除状态(0-正常,1-已删除)', `third_id` varchar(100) DEFAULT NULL COMMENT '第三方登录的唯一标识', `third_type` varchar(100) DEFAULT NULL COMMENT '第三方类型', `activiti_sync` tinyint(1) DEFAULT NULL COMMENT '同步工作流引擎(1-同步,0-不同步)', `work_no` varchar(100) DEFAULT NULL COMMENT '工号,唯一键', `telephone` varchar(45) DEFAULT NULL COMMENT '座机号', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新时间', `user_identity` tinyint(1) DEFAULT NULL COMMENT '身份(1普通成员 2上级)', `depart_ids` varchar(1000) DEFAULT NULL COMMENT '负责部门', `client_id` varchar(64) DEFAULT NULL COMMENT '设备ID', `login_tenant_id` int(11) DEFAULT NULL COMMENT '上次登录选择租户ID', `bpm_status` varchar(2) DEFAULT NULL COMMENT '流程入职离职状态', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uniq_sys_user_work_no` (`work_no`) USING BTREE, UNIQUE KEY `uniq_sys_user_username` (`username`) USING BTREE, UNIQUE KEY `uniq_sys_user_phone` (`phone`) USING BTREE, UNIQUE KEY `uniq_sys_user_email` (`email`) USING BTREE, KEY `idx_su_status` (`status`) USING BTREE, KEY `idx_su_del_flag` (`del_flag`) USING BTREE, KEY `idx_su_del_username` (`username`,`del_flag`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='用户表'; -- ---------------------------- -- Records of sys_user -- ---------------------------- INSERT INTO `sys_user` VALUES ('1842788885145956354', 'caoxiang', '曹翔', '349f17875eccf986dfd54564ab9ef8d5', 'EboLk7rS', null, '2024-12-05', '1', '1109056621@qq.com', '17315630270', 'A01', '1', '1', null, null, '1', '007', null, 'admin', '2024-10-06 12:48:02', 'caoxiang', '2024-12-04 22:31:05', '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1850047065370501121', 'confirmer', '确认员', 'effc6bc5715c411f3a7c0e6eee7a042f', 'gC2QEX9x', null, null, null, '546856077@qq.com', '18855057946', null, '2', '1', null, null, '1', '1001', null, 'admin', '2024-10-26 13:29:27', 'admin', '2024-11-28 17:04:54', '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1850123707476451329', '报告审核', '审核员', '3f1e562f7fd444966647d9f99d859177', 'tqmO5VwG', null, null, null, '546856078@qq.com', '18816216666', null, '2', '1', null, null, '1', '111', null, 'admin', '2024-10-26 18:34:00', 'admin', '2024-11-28 17:04:47', '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1850124042844610562', '校对员', '校对员', '888c1b49e496cb197730ef04a4c7bd66', 'llALwwsr', null, null, null, '546895600@qq.com', '13833334444', null, '2', '1', null, null, '1', '2222', null, 'admin', '2024-10-26 18:35:20', 'admin', '2024-11-28 17:04:43', '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1851515108390969345', '张茹', '张茹', 'df29f8bc42157036', 'ASzl0p0j', null, null, null, '1256126@qq.com', '13951562322', null, '1', '1', null, null, '1', '11111', null, 'admin', '2024-10-30 14:42:56', 'zhangru', '2024-11-28 16:11:13', '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1860866034718285825', 'zhangru', 'zhangru', '51f869cca0e1cd5c', 'E2ATD98S', '/oss/physical/temp/641_1733281774414.jpg', '2024-11-12', '1', '123@qq.com', '18751579955', 'A01', '1', '1', null, null, '1', '0000066', null, 'admin', '2024-11-25 10:00:11', 'zhangru', '2024-12-04 11:09:36', '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1875114630388543490', '审核', '审核', '563aff1b7a9cb30e', 'lEWr08N2', null, null, null, '1005130198@qq.com', '15699168665', null, '1', '0', null, null, '1', '03', null, 'admin', '2025-01-03 17:39:00', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1875114862107062274', '校对', '校对', 'eec2d416b0127b25', 'C4mSfOxW', null, null, null, '100@qq.com', '15699160000', null, '1', '0', null, null, '1', '02', null, 'admin', '2025-01-03 17:39:56', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1875115180182106113', '试验员', '试验员', '9de8d93d202539dc99e9d6085a01ff5a', 'nerZdJdu', null, null, null, '10000@qq.com', '15611111111', null, '1', '1', null, null, '1', '05', null, 'admin', '2025-01-03 17:41:12', 'admin', '2025-01-03 18:04:46', '1', '', null, null, null); INSERT INTO `sys_user` VALUES ('1876441244355469313', '批准one', '批准one', '89084e673c8e8c35922aa470db12030c', '5ExOvBsF', null, null, null, '45789652@qq.com', '18754719563', null, '1', '1', null, null, '1', '00005', null, 'admin', '2025-01-07 09:30:30', 'admin', '2025-01-10 12:49:29', '1', '', null, null, null); INSERT INTO `sys_user` VALUES ('1876441559435780097', '校对one', '校对one', '916eabf142ff73f0e159bd54d0206355', 'xwssLdzd', null, null, null, '45789653@qq.com', '18754719564', null, '1', '1', null, null, '1', '00006', null, 'admin', '2025-01-07 09:31:45', 'admin', '2025-01-10 12:49:19', '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1876441839934054401', '审核one', '审核one', '8bad2c12a984dedde2b509443aa1f390', 'YwfxSCTl', null, null, null, '45789654@qq.com', '18754719565', null, '1', '1', null, null, '1', '00007', null, 'admin', '2025-01-07 09:32:52', 'admin', '2025-01-10 12:49:24', '1', '', null, null, null); INSERT INTO `sys_user` VALUES ('1891707057001951233', '试验员1', '试验员1', 'f9bf0b961be78d4259fef690adf29c31', 'derq0r7A', null, null, null, '1@qq.com', '13345678900', null, '1', '1', null, null, '1', '1', null, 'admin', '2025-02-18 12:31:23', null, null, '1', '', null, null, null); INSERT INTO `sys_user` VALUES ('1891707543222448129', '试验员2', '试验员2', '6c305b5bc0a32eb3b6fd309e9239cb61', 'gV0L1Pqx', null, null, null, '2@qq.com', '13245678900', null, '1', '1', null, null, '1', '2', null, 'admin', '2025-02-18 12:33:19', 'admin', '2025-02-18 12:34:40', '1', '', null, null, null); INSERT INTO `sys_user` VALUES ('1901964533328744450', 'liumingyu', '刘明宇', 'e2bf8773f5bd623f41fad1de757295c9', 'Bk532Nk5', null, null, null, '214974634@qq.com', '18507152058', null, '1', '0', null, null, '1', null, null, 'admin', '2025-03-18 19:50:56', 'admin', '2025-04-01 18:00:17', '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1907009496357748737', 'mayunlong', '马云龙', '9b7159fbeb68a337957e59fcc91368ea', 'Y2jNmDwY', null, null, null, 'mayunlong22@mails.ucas.ac.cn', '15838911686', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-01 17:57:49', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1907010762651680770', 'xushiping', '许世萍', '470300213925104054765e021feb919e', '4Xi6ew6q', null, null, null, 'xushiping21@mails.ucas.ac.cn', '15520779971', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-01 18:02:51', null, null, '1', '', null, null, null); INSERT INTO `sys_user` VALUES ('1907012212559659009', 'likunfang', '李坤芳', 'a76af82a356e329473f74e87c0877bbe', '0REbjMsC', null, null, null, 'likunfang21@mails.ucas.ac.cn', '13072855186', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-01 18:08:37', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1907015768746442753', 'rentongfei', '任童菲', 'a6ae1ef20af0c0d470dce215bb130534', 'gaSPchRH', null, null, null, '1299538026@qq.com', '13782850976', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-01 18:22:45', 'admin', '2025-04-02 12:35:27', '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1907016306280054786', 'wangbin', '王斌', 'e7b7c87b63bb86db', 'tFz1yykM', null, null, null, '767200909@qq.com', '13772530865', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-01 18:24:53', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1907016787190562817', 'yanghongyi', '杨弘毅', 'd1481f5f566dd74c5bb3168432779fec', '3XK15xUx', null, null, null, 'yanghongyi155@163.com', '15596161961', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-01 18:26:47', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1913055635972526081', '批准', '批准', '85943b8a0a6dd942', 'qqDk7uSy', null, null, null, '11@qq.com', '13321123214', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-18 10:23:01', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914270837124599810', 'dushuaibin', '杜帅彬', '496b102ce3c7ac898d13228d03593f39', 'PfWoJCqx', null, null, null, 'dushuaibin23@mails.ucas.ac.cn', '18237003732', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 18:51:48', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914272757373440001', 'huangkan', '黄侃', 'e34109ae7868a8a8587c0350b3c2df50', '76rIJUBx', null, null, null, 'huangkan23@mails.ucas.ac.cn', '17720821169', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 18:59:25', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914273110890352641', 'xieyongzhi', '谢永智', 'c934cbc89d2f49ead494623536a626c4', 'Q8UWQgZY', null, null, null, '谢永智23@mails.ucas.ac.cn', '15110964284', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:00:50', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914273410393018370', 'xuebinrui', '薛彬睿', 'dc07a2d71cbadfebaeb3e1c266ecacff', 'ObfMA2kf', null, null, null, 'xuebinrui23@mails.ucas.ac.cn', '17684256009', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:02:01', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914273764555853825', 'luoyongheng', '罗永恒', '79f1c024ab144b438b155a34f9b8f107', 'RgTtBoSk', null, null, null, 'luoyongheng23@mails.ucas.ac.cn', '18334235336', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:03:26', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914274918891229185', 'wangjiaxing', '王嘉兴', '522d120f92604502c151eb40798930ca', 'qSsMPZsA', null, null, null, 'wangjiaxing23@mails.ucas.ac.cn', '15319997161', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:08:01', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914275261683306498', 'liujunling', '刘俊灵', '7d4c3b91b2ef11c6b574c61a87f84689', '8EI9gIEb', null, null, null, 'liujunling23@mails.ucas.ac.cn', '19823319913', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:09:23', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914275541699235842', 'yangjicong', '杨济聪', '410b8e0c6f2000ff53cd227827e69d8b', 'Py3gDIgS', null, null, null, 'yangjicong23@mails.ucas.ac.cn', '13999693566', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:10:29', 'admin', '2025-04-21 19:10:40', '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914276013164171266', 'sunjiacheng', '孙家诚', '841778284dc5f5f7b426cafabef042aa', 'gA6zt7HZ', null, null, null, 'sunjiacheng23@mails.ucas.ac.cn', '18062134434', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:12:22', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914276383693180929', 'zhangchenyu', '张晨宇', 'ec393578fc23538aeb0c9dee95e2a084', 'Vs6cGQrJ', null, null, null, 'zhangchenyu23@mails.ucas.ac.cn', '18051732906', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:13:50', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914277609499496449', 'changyuhai', '常余海', '80ee91a141a590fd10c9a51027c30f17', 'miNvsDh4', null, null, null, 'changyuhai23@mails.ucas.ac.cn', '15336295887', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:18:42', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914278062765346817', 'luozikang', '罗梓康', 'b69ba049088144c989e87f45f3b57a11', 'RyKfd3Sj', null, null, null, 'luozikang23@mails.ucas.ac.cn', '16607480026', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:20:30', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914278414457737218', 'chenpan', '陈攀', 'd341c18159e2ed71', 'N4QeC12l', null, null, null, 'c2046216931@163.com', '13723826263', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:21:54', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914278721870860290', 'chenwenzhuo', '陈文卓', 'd741b8e50761f7074609343edb05f5e8', 'XBaCxnRB', null, null, null, '1261858211@qq.com', '13163438039', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:23:08', 'admin', '2025-04-21 19:23:15', '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914279351788212226', 'mayinjie', '马崟洁', '67023c8834f5e171064adf4570634fe5', 'r1qsPYje', null, null, null, '3013419537@qq.com', '17719908079', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:25:38', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914279673852039169', 'lixuyou', '李序友', '65166e63e571e18a', 'kDZogimH', null, null, null, '1113792510@qq.com', '18806056802', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:26:54', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914280625157935105', 'yangsini', '杨思妮', '0a5ab8e7b1b68a543d8b4f00e2c72d15', 'WT4Zd01n', null, null, null, 'yangsini22@mails.ucas.ac.cn', '13892141646', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:30:41', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1914281025508446210', 'shichengcheng', '史成城', '10beabaa9c4c00eb83819d2bb1a8efd8', 'W5O1mwVC', null, null, null, 'shicc@ms.xjb.ac.cn', '13699952825', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-21 19:32:17', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1915358202417090561', 'test', 'test', '2464addc3c1abf8f', 'UWM0TXDC', null, null, null, '111111@qq.com', '13455555555', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-24 18:52:36', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('1916366038198620161', 'zhangyun', '张云', 'de88427dc29504b26977d56f674a5a29', 'oyhivATU', null, null, null, 'zhangyun@ms.xjb.ac.cn', '15894643219', null, '1', '0', null, null, '1', null, null, 'admin', '2025-04-27 13:37:23', null, null, '1', '', null, '0', null); INSERT INTO `sys_user` VALUES ('e9ca23d68d884d4ebb19d07889727dae', 'admin', '管理员', '2069161869a9a8d0', '7PXMwznZ', '/oss/physical/temp/avator_1734591277325.jpg', '1986-02-01', '1', 'admin@163.com', '18611111111', 'A01', '1', '0', null, null, '1', '00001', null, null, '2019-06-21 17:54:10', 'admin', '2025-01-07 09:23:52', '2', 'c6d7cb4deeac411cb3384b1b31278596', 'e1f7ab25afaacfac8c081fa95fd1ee64', '0', null); -- ---------------------------- -- Table structure for sys_user_agent -- ---------------------------- DROP TABLE IF EXISTS `sys_user_agent`; CREATE TABLE `sys_user_agent` ( `id` varchar(32) NOT NULL COMMENT '序号', `user_name` varchar(100) DEFAULT NULL COMMENT '用户名', `agent_user_name` varchar(100) DEFAULT NULL COMMENT '代理人用户名', `start_time` datetime DEFAULT NULL COMMENT '代理开始时间', `end_time` datetime DEFAULT NULL COMMENT '代理结束时间', `status` varchar(2) DEFAULT NULL COMMENT '状态0无效1有效', `create_name` varchar(50) DEFAULT NULL COMMENT '创建人名称', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_name` varchar(50) DEFAULT NULL COMMENT '更新人名称', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(50) DEFAULT NULL COMMENT '所属部门', `sys_company_code` varchar(50) DEFAULT NULL COMMENT '所属公司', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `uk_sug_user_name` (`user_name`) USING BTREE, KEY `idx_sug_status` (`status`) USING BTREE, KEY `idx_sug_start_time` (`start_time`) USING BTREE, KEY `idx_sug_end_time` (`end_time`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='用户代理人设置'; -- ---------------------------- -- Records of sys_user_agent -- ---------------------------- INSERT INTO `sys_user_agent` VALUES ('1632029640019922945', 'zhagnxiao', 'jeecg', '2023-03-04 22:45:50', '2023-03-04 05:00:00', '1', null, 'admin', '2023-03-04 22:46:02', null, null, null, 'A01', null); -- ---------------------------- -- Table structure for sys_user_depart -- ---------------------------- DROP TABLE IF EXISTS `sys_user_depart`; CREATE TABLE `sys_user_depart` ( `ID` varchar(32) NOT NULL COMMENT 'id', `user_id` varchar(32) DEFAULT NULL COMMENT '用户id', `dep_id` varchar(32) DEFAULT NULL COMMENT '部门id', PRIMARY KEY (`ID`) USING BTREE, UNIQUE KEY `idx_sud_user_dep_id` (`user_id`,`dep_id`) USING BTREE, KEY `idx_sud_user_id` (`user_id`) USING BTREE, KEY `idx_sud_dep_id` (`dep_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_user_depart -- ---------------------------- INSERT INTO `sys_user_depart` VALUES ('1858692098080989186', '1714471285016895490', 'c6d7cb4deeac411cb3384b1b31278596'); INSERT INTO `sys_user_depart` VALUES ('1864316499151908865', '1842788885145956354', 'c6d7cb4deeac411cb3384b1b31278596'); INSERT INTO `sys_user_depart` VALUES ('1860893318577725441', '1850047065370501121', 'c6d7cb4deeac411cb3384b1b31278596'); INSERT INTO `sys_user_depart` VALUES ('c6d7cb4deeac411cb3384b1b31278597', '1850123707476451329', 'c6d7cb4deeac411cb3384b1b31278596'); INSERT INTO `sys_user_depart` VALUES ('1858692014014554114', '1850124042844610562', 'c6d7cb4deeac411cb3384b1b31278596'); INSERT INTO `sys_user_depart` VALUES ('c6d7cb4deeac411cb3384b1b31278596', '1851515108390969345', 'c6d7cb4deeac411cb3384b1b31278596'); INSERT INTO `sys_user_depart` VALUES ('1864144998721220610', '1860866034718285825', 'c6d7cb4deeac411cb3384b1b31278596'); INSERT INTO `sys_user_depart` VALUES ('1864110077764005890', '1862644776694280193', 'c6d7cb4deeac411cb3384b1b31278596'); INSERT INTO `sys_user_depart` VALUES ('1862024505874518018', '3d464b4ea0d2491aab8a7bde74c57e95', 'c6d7cb4deeac411cb3384b1b31278596'); INSERT INTO `sys_user_depart` VALUES ('1714519577067200514', 'a75d45a015c44384a04449ee80dc3503', 'c6d7cb4deeac411cb3384b1b31278596'); INSERT INTO `sys_user_depart` VALUES ('1f3a0267811327b9eca86b0cc2b956f3', 'bcbe1290783a469a83ae3bd8effe15d4', 'c6d7cb4deeac411cb3384b1b31278596'); INSERT INTO `sys_user_depart` VALUES ('1876439577123823617', 'e9ca23d68d884d4ebb19d07889727dae', 'c6d7cb4deeac411cb3384b1b31278596'); -- ---------------------------- -- Table structure for sys_user_position -- ---------------------------- DROP TABLE IF EXISTS `sys_user_position`; CREATE TABLE `sys_user_position` ( `id` varchar(32) NOT NULL COMMENT '主键', `user_id` varchar(32) DEFAULT NULL COMMENT '用户id', `position_id` varchar(32) DEFAULT NULL COMMENT '职位id', `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建时间', `update_by` varchar(50) DEFAULT NULL COMMENT '修改人', `update_time` datetime DEFAULT NULL COMMENT '修改时间', PRIMARY KEY (`id`) USING BTREE, KEY `idx_sup_user_id` (`user_id`) USING BTREE, KEY `idx_sup_position_id` (`position_id`) USING BTREE, KEY `idx_sup_user_position_id` (`user_id`,`position_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of sys_user_position -- ---------------------------- INSERT INTO `sys_user_position` VALUES ('1858692098231984129', '1714471285016895490', '1185040064792571906', 'admin', '2024-11-19 10:01:44', null, null); -- ---------------------------- -- Table structure for sys_user_role -- ---------------------------- DROP TABLE IF EXISTS `sys_user_role`; CREATE TABLE `sys_user_role` ( `id` varchar(32) NOT NULL COMMENT '主键id', `user_id` varchar(32) DEFAULT NULL COMMENT '用户id', `role_id` varchar(32) DEFAULT NULL COMMENT '角色id', `tenant_id` int(11) DEFAULT '0' COMMENT '租户ID', PRIMARY KEY (`id`) USING BTREE, KEY `idx_sur_user_id` (`user_id`) USING BTREE, KEY `idx_sur_role_id` (`role_id`) USING BTREE, KEY `idx_sur_user_role_id` (`user_id`,`role_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='用户角色表'; -- ---------------------------- -- Records of sys_user_role -- ---------------------------- INSERT INTO `sys_user_role` VALUES ('1850123707493228545', '1850123707476451329', '1850045371827986434', '0'); INSERT INTO `sys_user_role` VALUES ('1858692013989388289', '1850124042844610562', '1850045918098333698', '0'); INSERT INTO `sys_user_role` VALUES ('1858692098064211970', '1714471285016895490', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1860893318544171010', '1850047065370501121', '1850046031558451202', '0'); INSERT INTO `sys_user_role` VALUES ('1862024505819992065', '3d464b4ea0d2491aab8a7bde74c57e95', '1846817020787142658', '0'); INSERT INTO `sys_user_role` VALUES ('1864110077734645762', '1862644776694280193', '1846817020787142658', '0'); INSERT INTO `sys_user_role` VALUES ('1864144998641528833', '1860866034718285825', '1850045371827986434', '0'); INSERT INTO `sys_user_role` VALUES ('1864144998649917442', '1860866034718285825', '1850045918098333698', '0'); INSERT INTO `sys_user_role` VALUES ('1864144998658306050', '1860866034718285825', '1850046031558451202', '0'); INSERT INTO `sys_user_role` VALUES ('1864144998670888962', '1860866034718285825', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1864316499109965825', '1842788885145956354', '1850046031558451202', '0'); INSERT INTO `sys_user_role` VALUES ('1864316499118354433', '1842788885145956354', '1850045918098333698', '0'); INSERT INTO `sys_user_role` VALUES ('1864316499126743042', '1842788885145956354', '1850045371827986434', '0'); INSERT INTO `sys_user_role` VALUES ('1864316499130937346', '1842788885145956354', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1875114630556315650', '1875114630388543490', '1850045371827986434', '0'); INSERT INTO `sys_user_role` VALUES ('1875114862132228097', '1875114862107062274', '1850045918098333698', '0'); INSERT INTO `sys_user_role` VALUES ('1875121114522480642', '1875115180182106113', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1876439576981217282', 'e9ca23d68d884d4ebb19d07889727dae', 'f6817f48af4fb3af11b9e8bf182f618b', '0'); INSERT INTO `sys_user_role` VALUES ('1876439577039937537', 'e9ca23d68d884d4ebb19d07889727dae', '1850045371827986434', '0'); INSERT INTO `sys_user_role` VALUES ('1876439577048326145', 'e9ca23d68d884d4ebb19d07889727dae', '1850045918098333698', '0'); INSERT INTO `sys_user_role` VALUES ('1876439577056714753', 'e9ca23d68d884d4ebb19d07889727dae', '1850046031558451202', '0'); INSERT INTO `sys_user_role` VALUES ('1876441244506464257', '1876441244355469313', '1850046031558451202', '0'); INSERT INTO `sys_user_role` VALUES ('1876441559494500354', '1876441559435780097', '1850045918098333698', '0'); INSERT INTO `sys_user_role` VALUES ('1876441840026329089', '1876441839934054401', '1850045371827986434', '0'); INSERT INTO `sys_user_role` VALUES ('1891707057069060098', '1891707057001951233', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1891707880817782786', '1891707543222448129', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1907009496458412034', '1907009496357748737', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1907010115999055874', '1901964533328744450', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1907010762685235201', '1907010762651680770', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1907012212576436225', '1907012212559659009', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1907015768796774401', '1907015768746442753', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1907016306305220610', '1907016306280054786', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1907016787274448897', '1907016787190562817', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1913055635989303298', '1913055635972526081', '1850046031558451202', '0'); INSERT INTO `sys_user_role` VALUES ('1914270837216874497', '1914270837124599810', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914272757465714690', '1914272757373440001', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914273110991015937', '1914273110890352641', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914273410485293058', '1914273410393018370', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914273764622962689', '1914273764555853825', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914274918966726658', '1914274918891229185', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914275261783969793', '1914275261683306498', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914275587807219714', '1914275541699235842', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914276013197725698', '1914276013164171266', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914276383718346754', '1914276383693180929', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914277609570799618', '1914277609499496449', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914278062790512641', '1914278062765346817', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914278414508068865', '1914278414457737218', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914278754808729601', '1914278721870860290', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914279351888875522', '1914279351788212226', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914279673935925250', '1914279673852039169', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914280625233432578', '1914280625157935105', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1914281025567166466', '1914281025508446210', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('1915358202526142465', '1915358202417090561', '1846817020787142658', '0'); INSERT INTO `sys_user_role` VALUES ('1916366038257340418', '1916366038198620161', '1846816847272980481', '0'); INSERT INTO `sys_user_role` VALUES ('b3ffd9311a1ca296c44e2409b547384f', '01b802058ea94b978a2c96f4807f6b48', '1', '0'); INSERT INTO `sys_user_role` VALUES ('ee45d0343ecec894b6886effc92cb0b7', '4d8fef4667574b24a9ccfedaf257810c', 'f6817f48af4fb3af11b9e8bf182f618b', '0'); INSERT INTO `sys_user_role` VALUES ('f2922a38ba24fb53749e45a0c459adb3', '439ae3e9bcf7418583fcd429cadb1d72', '1', '0'); -- ---------------------------- -- Table structure for sys_user_tenant -- ---------------------------- DROP TABLE IF EXISTS `sys_user_tenant`; CREATE TABLE `sys_user_tenant` ( `id` varchar(32) NOT NULL COMMENT '主键id', `user_id` varchar(32) DEFAULT NULL COMMENT '用户id', `tenant_id` int(11) DEFAULT NULL COMMENT '租户id', `status` varchar(1) DEFAULT NULL COMMENT '状态(1 正常 2 离职 3 待审核 4 拒绝 5 邀请加入)', `create_by` varchar(32) DEFAULT NULL COMMENT '创建人登录名称', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(32) DEFAULT NULL COMMENT '更新人登录名称', `update_time` datetime DEFAULT NULL COMMENT '更新日期', PRIMARY KEY (`id`) USING BTREE, KEY `idx_sut_user_id` (`user_id`) USING BTREE, KEY `idx_sut_tenant_id` (`tenant_id`) USING BTREE, KEY `idx_sut_user_rel_tenant` (`user_id`,`tenant_id`) USING BTREE, KEY `idx_sut_status` (`status`) USING BTREE, KEY `idx_sut_userid_status` (`user_id`,`status`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='用户租户关系表'; -- ---------------------------- -- Records of sys_user_tenant -- ---------------------------- INSERT INTO `sys_user_tenant` VALUES ('1714517525209489409', 'a75d45a015c44384a04449ee80dc3503', '1001', '1', 'ceshi', '2023-10-18 13:43:27', null, null); INSERT INTO `sys_user_tenant` VALUES ('1721013397267116034', 'e9ca23d68d884d4ebb19d07889727dae', '1000', '1', 'admin', '2023-11-05 11:55:43', null, null); -- ---------------------------- -- Table structure for test_online_link -- ---------------------------- DROP TABLE IF EXISTS `test_online_link`; CREATE TABLE `test_online_link` ( `id` varchar(32) NOT NULL, `pid` varchar(32) DEFAULT NULL COMMENT 'pid', `name` varchar(255) DEFAULT NULL COMMENT 'name', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of test_online_link -- ---------------------------- INSERT INTO `test_online_link` VALUES ('1', null, '中国'); INSERT INTO `test_online_link` VALUES ('10', '8', '庐阳区'); INSERT INTO `test_online_link` VALUES ('11', '7', '黄山市'); INSERT INTO `test_online_link` VALUES ('2', '1', '山东省'); INSERT INTO `test_online_link` VALUES ('3', '2', '济南市'); INSERT INTO `test_online_link` VALUES ('4', '3', '历城区'); INSERT INTO `test_online_link` VALUES ('5', '3', '长青区'); INSERT INTO `test_online_link` VALUES ('6', '2', '青岛市'); INSERT INTO `test_online_link` VALUES ('7', '1', '安徽省'); INSERT INTO `test_online_link` VALUES ('8', '7', '合肥市'); INSERT INTO `test_online_link` VALUES ('9', '8', '包河区'); -- ---------------------------- -- Table structure for test_standards -- ---------------------------- DROP TABLE IF EXISTS `test_standards`; CREATE TABLE `test_standards` ( `id` varchar(36) NOT NULL, `create_by` varchar(50) DEFAULT NULL COMMENT '创建人', `create_time` datetime DEFAULT NULL COMMENT '创建日期', `update_by` varchar(50) DEFAULT NULL COMMENT '更新人', `update_time` datetime DEFAULT NULL COMMENT '更新日期', `sys_org_code` varchar(64) DEFAULT NULL COMMENT '所属部门', `name` varchar(255) DEFAULT NULL COMMENT '标准名称', `code` varchar(255) DEFAULT NULL COMMENT '标准代号', `content` text COMMENT '内容', `attachment` varchar(2048) DEFAULT NULL COMMENT '附件', `time` date DEFAULT NULL COMMENT '数据创建时间', `humidity_requirements` varchar(255) DEFAULT NULL COMMENT '湿度要求', `temperature_requirements` varchar(255) DEFAULT NULL COMMENT '温度要求', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC; -- ---------------------------- -- Records of test_standards -- ---------------------------- INSERT INTO `test_standards` VALUES ('1874763728012079106', 'admin', '2025-01-02 18:24:39', 'admin', '2025-01-05 11:23:22', 'A01', '半导体集成电路 电压比较器测试方法的基本', 'GB/T 17574-1998', null, null, null, '30-80', '25-35');